{{ displayValue }}
edit
diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/value-action-settings-button.scss b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/action-settings-button.scss
similarity index 95%
rename from ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/value-action-settings-button.scss
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/action-settings-button.scss
index 835870a634..683b2320f4 100644
--- a/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/value-action-settings-button.scss
+++ b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/action-settings-button.scss
@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-.mdc-button.tb-value-action-settings {
+.mdc-button.tb-action-settings-button {
width: 100%;
.mdc-button__label {
width: 100%;
diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/value-action-settings-panel.component.scss b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/action-settings-panel.component.scss
similarity index 87%
rename from ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/value-action-settings-panel.component.scss
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/action-settings-panel.component.scss
index ec0e80c495..d03c178b93 100644
--- a/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/value-action-settings-panel.component.scss
+++ b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/action-settings-panel.component.scss
@@ -15,7 +15,7 @@
*/
@import '../../../../../../../../../scss/constants';
-.tb-value-action-settings-panel {
+.tb-action-settings-panel {
width: 530px;
display: flex;
flex-direction: column;
@@ -23,20 +23,20 @@
@media #{$mat-lt-md} {
width: 90vw;
}
- .tb-value-action-settings-panel-content {
+ .tb-action-settings-panel-content {
display: flex;
flex-direction: column;
gap: 16px;
overflow: auto;
}
- .tb-value-action-settings-title {
+ .tb-action-settings-title {
font-size: 16px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.25px;
color: rgba(0, 0, 0, 0.87);
}
- .tb-value-action-settings-panel-buttons {
+ .tb-action-settings-panel-buttons {
height: 40px;
display: flex;
flex-direction: row;
diff --git a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-editor.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-editor.component.html
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-editor.component.html
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-editor.component.html
diff --git a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-editor.component.scss b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-editor.component.scss
similarity index 95%
rename from ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-editor.component.scss
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-editor.component.scss
index 4087b33aa3..e4b6cadea7 100644
--- a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-editor.component.scss
+++ b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-editor.component.scss
@@ -64,7 +64,7 @@
.gutter.gutter-horizontal {
cursor: col-resize;
- background-image: url("../../../../../../../assets/split.js/grips/vertical.png");
+ background-image: url("../../../../../../../../../assets/split.js/grips/vertical.png");
}
.tb-split.tb-split-horizontal,
diff --git a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-editor.component.ts b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-editor.component.ts
similarity index 95%
rename from ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-editor.component.ts
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-editor.component.ts
index d18ec34183..27b04680b1 100644
--- a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-editor.component.ts
+++ b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-editor.component.ts
@@ -15,7 +15,7 @@
///
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
-///
+///
import {
AfterViewInit,
@@ -35,7 +35,7 @@ import { Store } from '@ngrx/store';
import { AppState } from '@core/core.state';
import { combineLatest } from 'rxjs';
import { CustomActionDescriptor } from '@shared/models/widget.models';
-import { CustomPrettyActionEditorCompleter } from '@home/components/widget/config/action/custom-action.models';
+import { CustomPrettyActionEditorCompleter } from '@home/components/widget/lib/settings/common/action/custom-action.models';
@Component({
selector: 'tb-custom-action-pretty-editor',
diff --git a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-resources-tabs.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-resources-tabs.component.html
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-resources-tabs.component.html
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-resources-tabs.component.html
diff --git a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-resources-tabs.component.scss b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-resources-tabs.component.scss
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-resources-tabs.component.scss
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-resources-tabs.component.scss
diff --git a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-resources-tabs.component.ts b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-resources-tabs.component.ts
similarity index 99%
rename from ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-resources-tabs.component.ts
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-resources-tabs.component.ts
index a5beaa7f7a..55f010cff3 100644
--- a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-action-pretty-resources-tabs.component.ts
+++ b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action-pretty-resources-tabs.component.ts
@@ -35,7 +35,7 @@ import { CustomActionDescriptor } from '@shared/models/widget.models';
import { Ace } from 'ace-builds';
import { CancelAnimationFrame, RafService } from '@core/services/raf.service';
import { ResizeObserver } from '@juggle/resize-observer';
-import { CustomPrettyActionEditorCompleter } from '@home/components/widget/config/action/custom-action.models';
+import { CustomPrettyActionEditorCompleter } from '@home/components/widget/lib/settings/common/action/custom-action.models';
import { Observable } from 'rxjs/internal/Observable';
import { forkJoin, from } from 'rxjs';
import { map, tap } from 'rxjs/operators';
diff --git a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-action.models.ts b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action.models.ts
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/widget/config/action/custom-action.models.ts
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-action.models.ts
diff --git a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-sample-css.raw b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-sample-css.raw
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/widget/config/action/custom-sample-css.raw
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-sample-css.raw
diff --git a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-sample-html.raw b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-sample-html.raw
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/widget/config/action/custom-sample-html.raw
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-sample-html.raw
diff --git a/ui-ngx/src/app/modules/home/components/widget/config/action/custom-sample-js.raw b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-sample-js.raw
similarity index 100%
rename from ui-ngx/src/app/modules/home/components/widget/config/action/custom-sample-js.raw
rename to ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/custom-sample-js.raw
diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/get-value-action-settings-panel.component.html b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/get-value-action-settings-panel.component.html
index 815ad4cb40..9684be6fd3 100644
--- a/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/get-value-action-settings-panel.component.html
+++ b/ui-ngx/src/app/modules/home/components/widget/lib/settings/common/action/get-value-action-settings-panel.component.html
@@ -15,9 +15,9 @@
limitations under the License.
-->
-
-
{{ panelTitle | translate }}
-
+
+
{{ panelTitle | translate }}
+