@5minds/node-red-dashboard-2-processcube-dynamic-form 2.0.8-develop-47efa6-mdho9d9t → 2.0.8-file-preview-eccc05-mdiiszar
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.
|
@@ -130,42 +130,6 @@ code {
|
|
|
130
130
|
padding: 8px;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.ui-dynamic-form-footer-actions-container {
|
|
134
|
-
display: flex;
|
|
135
|
-
justify-content: space-between;
|
|
136
|
-
align-items: center;
|
|
137
|
-
gap: 12px;
|
|
138
|
-
width: 100%;
|
|
139
|
-
box-sizing: border-box;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.ui-dynamic-form-footer-actions-left,
|
|
143
|
-
.ui-dynamic-form-footer-actions-right {
|
|
144
|
-
display: flex;
|
|
145
|
-
gap: 8px;
|
|
146
|
-
align-items: center;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.ui-dynamic-form-footer-action-button {
|
|
150
|
-
min-height: 36px;
|
|
151
|
-
padding: 8px 12px;
|
|
152
|
-
box-sizing: border-box;
|
|
153
|
-
flex-shrink: 0;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
@media screen and (min-width: 600px) {
|
|
157
|
-
.ui-dynamic-form-footer-actions-container {
|
|
158
|
-
flex-wrap: wrap;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.ui-dynamic-form-footer-action-button {
|
|
162
|
-
max-width: 200px;
|
|
163
|
-
white-space: nowrap;
|
|
164
|
-
overflow: hidden;
|
|
165
|
-
text-overflow: ellipsis;
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
|
|
169
133
|
.ui-dynamic-form-wrapper {
|
|
170
134
|
--fk-color-primary: rgb(var(--v-theme-primary)) !important;
|
|
171
135
|
--fk-color-border: rgb(var(--v-theme-group-outline)); /* Does not work somehow */
|
|
@@ -182,202 +146,6 @@ code {
|
|
|
182
146
|
}
|
|
183
147
|
}
|
|
184
148
|
|
|
185
|
-
@media only screen and (max-width: 599px) {
|
|
186
|
-
.ui-dynamic-form-external-sizing-wrapper {
|
|
187
|
-
max-width: 100vw;
|
|
188
|
-
margin: 0;
|
|
189
|
-
padding: 0;
|
|
190
|
-
overflow-x: hidden;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.ui-dynamic-form-wrapper {
|
|
194
|
-
padding: 8px;
|
|
195
|
-
margin: 0;
|
|
196
|
-
overflow-x: hidden;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.ui-dynamic-form-formfield-positioner {
|
|
200
|
-
padding: 16px;
|
|
201
|
-
padding-top: 8px;
|
|
202
|
-
max-height: calc(100vh - 200px);
|
|
203
|
-
column-gap: 0px;
|
|
204
|
-
flex-direction: column;
|
|
205
|
-
border-left: none;
|
|
206
|
-
border-right: none;
|
|
207
|
-
overflow-x: hidden;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.ui-dynamic-form-title-default {
|
|
211
|
-
padding: 16px;
|
|
212
|
-
font-size: 24px;
|
|
213
|
-
border-left: none;
|
|
214
|
-
border-right: none;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.ui-dynamic-form-title-minimal {
|
|
218
|
-
padding: 12px;
|
|
219
|
-
border-left: none;
|
|
220
|
-
border-right: none;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.ui-dynamic-form-title-outside {
|
|
224
|
-
padding: 12px 16px;
|
|
225
|
-
font-size: 20px;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.ui-dynamic-form-footer-common {
|
|
229
|
-
padding: 12px 16px;
|
|
230
|
-
gap: 12px;
|
|
231
|
-
margin: 0;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.input-light,
|
|
235
|
-
.input-default,
|
|
236
|
-
.input-dark {
|
|
237
|
-
font-size: 16px;
|
|
238
|
-
padding: 12px 8px;
|
|
239
|
-
min-height: 44px;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.ui-dynamic-form-input-label {
|
|
243
|
-
font-size: 16px;
|
|
244
|
-
padding-bottom: 8px;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.ui-dynamic-form-footer-actions-container {
|
|
248
|
-
flex-direction: column;
|
|
249
|
-
gap: 12px;
|
|
250
|
-
align-items: stretch;
|
|
251
|
-
width: 100%;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.ui-dynamic-form-footer-actions-left,
|
|
255
|
-
.ui-dynamic-form-footer-actions-right {
|
|
256
|
-
flex-direction: column;
|
|
257
|
-
gap: 8px;
|
|
258
|
-
width: 100%;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.ui-dynamic-form-footer-actions-left > div,
|
|
262
|
-
.ui-dynamic-form-footer-actions-right > div {
|
|
263
|
-
width: 100%;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.ui-dynamic-form-footer-action-button {
|
|
267
|
-
min-height: 44px;
|
|
268
|
-
padding: 12px 16px;
|
|
269
|
-
font-size: 16px;
|
|
270
|
-
width: 100%;
|
|
271
|
-
box-sizing: border-box;
|
|
272
|
-
white-space: nowrap;
|
|
273
|
-
overflow: hidden;
|
|
274
|
-
text-overflow: ellipsis;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.ui-dynamic-form-footer-action-button .v-btn__content {
|
|
278
|
-
white-space: nowrap !important;
|
|
279
|
-
overflow: hidden !important;
|
|
280
|
-
text-overflow: ellipsis !important;
|
|
281
|
-
max-width: 100% !important;
|
|
282
|
-
display: block !important;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.ui-dynamic-form-footer-action-primary,
|
|
286
|
-
.ui-dynamic-form-footer-action-secondary {
|
|
287
|
-
min-height: 44px;
|
|
288
|
-
font-size: 16px;
|
|
289
|
-
width: 100%;
|
|
290
|
-
box-sizing: border-box;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.ui-dynamic-form-footer-action-primary .v-btn__content,
|
|
294
|
-
.ui-dynamic-form-footer-action-secondary .v-btn__content {
|
|
295
|
-
white-space: nowrap !important;
|
|
296
|
-
overflow: hidden !important;
|
|
297
|
-
text-overflow: ellipsis !important;
|
|
298
|
-
max-width: 100% !important;
|
|
299
|
-
display: block !important;
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.ui-dynamic-form-formfield-positioner .v-row {
|
|
303
|
-
margin-bottom: 16px;
|
|
304
|
-
flex-basis: 100% !important;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.ui-dynamic-form-formfield-positioner select,
|
|
308
|
-
.ui-dynamic-form-formfield-positioner textarea {
|
|
309
|
-
font-size: 16px;
|
|
310
|
-
min-height: 44px;
|
|
311
|
-
padding: 12px 8px;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.ui-dynamic-form-formfield-positioner input[type="checkbox"],
|
|
315
|
-
.ui-dynamic-form-formfield-positioner input[type="radio"] {
|
|
316
|
-
width: 20px;
|
|
317
|
-
height: 20px;
|
|
318
|
-
margin-right: 8px;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.ui-dynamic-form-formfield-positioner input[type="file"] {
|
|
322
|
-
font-size: 16px;
|
|
323
|
-
padding: 12px 8px;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.ui-dynamic-form-title-default h3 svg,
|
|
327
|
-
.ui-dynamic-form-title-minimal h3 svg,
|
|
328
|
-
.ui-dynamic-form-title-outside h3 svg {
|
|
329
|
-
width: 20px;
|
|
330
|
-
height: 20px;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.ui-dynamic-form-title-responsive {
|
|
334
|
-
gap: 15px !important;
|
|
335
|
-
flex-wrap: wrap;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.ui-dynamic-form-title-responsive img {
|
|
339
|
-
max-width: 32px;
|
|
340
|
-
height: auto;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
.ui-dynamic-form-formfield-positioner {
|
|
344
|
-
-webkit-overflow-scrolling: touch;
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
@media only screen and (max-width: 480px) {
|
|
349
|
-
.ui-dynamic-form-formfield-positioner {
|
|
350
|
-
padding: 12px;
|
|
351
|
-
padding-top: 4px;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
.ui-dynamic-form-title-default {
|
|
355
|
-
padding: 12px;
|
|
356
|
-
font-size: 20px;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.ui-dynamic-form-title-outside {
|
|
360
|
-
font-size: 18px;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.input-light,
|
|
364
|
-
.input-default,
|
|
365
|
-
.input-dark {
|
|
366
|
-
font-size: 16px;
|
|
367
|
-
padding: 10px 6px;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.ui-dynamic-form-input-label {
|
|
371
|
-
font-size: 14px;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.ui-dynamic-form-footer-action-button {
|
|
375
|
-
min-height: 48px;
|
|
376
|
-
font-size: 16px;
|
|
377
|
-
padding: 12px 16px;
|
|
378
|
-
}
|
|
379
|
-
}
|
|
380
|
-
|
|
381
149
|
.cardCollapse-leave-active {
|
|
382
150
|
transition: max-height 0.5s ease, opacity 0.2s ease;
|
|
383
151
|
max-height: 100vh;
|
|
@@ -408,28 +176,6 @@ code {
|
|
|
408
176
|
border-radius: 0px 0px 6px 6px;
|
|
409
177
|
}
|
|
410
178
|
|
|
411
|
-
@media (min-width: 600px) {
|
|
412
|
-
.ui-dynamic-form-formfield-positioner .v-row:not(.ui-dynamic-form-header-row) {
|
|
413
|
-
flex-basis: calc(50% - 10px); /* Default 2 columns, adjust based on form_columns */
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.ui-dynamic-form-formfield-positioner[data-columns="1"] .v-row:not(.ui-dynamic-form-header-row) {
|
|
417
|
-
flex-basis: 100%;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.ui-dynamic-form-formfield-positioner[data-columns="2"] .v-row:not(.ui-dynamic-form-header-row) {
|
|
421
|
-
flex-basis: calc(50% - 10px);
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.ui-dynamic-form-formfield-positioner[data-columns="3"] .v-row:not(.ui-dynamic-form-header-row) {
|
|
425
|
-
flex-basis: calc(33.333% - 14px);
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.ui-dynamic-form-formfield-positioner[data-columns="4"] .v-row:not(.ui-dynamic-form-header-row) {
|
|
429
|
-
flex-basis: calc(25% - 15px);
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
|
|
433
179
|
.ui-dynamic-form-formfield-positioner h1,
|
|
434
180
|
.ui-dynamic-form-formfield-positioner h2,
|
|
435
181
|
.ui-dynamic-form-formfield-positioner h3 {
|