@5minds/node-red-dashboard-2-processcube-dynamic-form 1.0.25-feature-1a3e84-m2en1jfr → 1.0.25-poc-for-using-dynamic-ui-from-app-sdk-4a73f4-m2ok3vom
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ui/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/* Exports of all of the components in this node */
|
|
2
|
-
export { default as UIDynamicForm } from './components/
|
|
2
|
+
export { default as UIDynamicForm } from './components/Wrapper.vue';
|
|
@@ -54,7 +54,6 @@ code {
|
|
|
54
54
|
|
|
55
55
|
.input-dark {
|
|
56
56
|
background-color: rgba(85, 85, 85, 255);
|
|
57
|
-
color: white !important;
|
|
58
57
|
}
|
|
59
58
|
|
|
60
59
|
.ui-dynamic-form-dark {
|
|
@@ -66,7 +65,6 @@ code {
|
|
|
66
65
|
background-color: rgba(44, 44, 44, 255);
|
|
67
66
|
color: rgba(165, 165, 165, 255);
|
|
68
67
|
max-height: 90%;
|
|
69
|
-
color-scheme: dark;
|
|
70
68
|
}
|
|
71
69
|
|
|
72
70
|
.ui-dynamic-form-default {
|
|
@@ -119,11 +117,12 @@ code {
|
|
|
119
117
|
--fk-color-input: rgb(var(--v-theme-on-group-background));
|
|
120
118
|
--fk-color-help: rgb(var(--v-theme-on-group-background));
|
|
121
119
|
--fk-color-border-focus: rgb(var(--v-theme-primary));
|
|
122
|
-
|
|
120
|
+
height: full;
|
|
123
121
|
}
|
|
124
122
|
|
|
125
123
|
.reset-background {
|
|
126
|
-
--fk-bg-input:
|
|
124
|
+
--fk-bg-input: rgb(var(--does-not-exist, #000));
|
|
125
|
+
/* i dont know why this works but it works */
|
|
127
126
|
}
|
|
128
127
|
|
|
129
128
|
.custom-fieldset {
|