@bpmn-io/form-js-viewer 1.3.0 → 1.3.3
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/LICENSE +22 -22
- package/README.md +164 -164
- package/dist/assets/form-js-base.css +987 -985
- package/dist/assets/form-js.css +14 -11
- package/dist/index.cjs +5466 -5456
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +5467 -5457
- package/dist/index.es.js.map +1 -1
- package/dist/types/Form.d.ts +1 -1
- package/dist/types/features/expression-language/ConditionChecker.d.ts +4 -0
- package/dist/types/types.d.ts +35 -35
- package/package.json +4 -4
package/dist/assets/form-js.css
CHANGED
|
@@ -443,11 +443,19 @@
|
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
.fjs-container .fjs-datepicker,
|
|
446
|
-
.fjs-container .fjs-timepicker
|
|
447
|
-
.fjs-container .fjs-datetime-subsection {
|
|
446
|
+
.fjs-container .fjs-timepicker {
|
|
448
447
|
width: 100%;
|
|
449
448
|
}
|
|
450
449
|
|
|
450
|
+
.fjs-container .fjs-datetime-subsection {
|
|
451
|
+
min-width: 0;
|
|
452
|
+
flex: 1;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.fjs-container .fjs-datetime-separator {
|
|
456
|
+
width: 10px;
|
|
457
|
+
}
|
|
458
|
+
|
|
451
459
|
.fjs-container .fjs-timepicker-anchor {
|
|
452
460
|
height: 100%;
|
|
453
461
|
display: flex;
|
|
@@ -457,10 +465,6 @@
|
|
|
457
465
|
color: var(--color-icon-base);
|
|
458
466
|
}
|
|
459
467
|
|
|
460
|
-
.fjs-container .fjs-datetime-separator {
|
|
461
|
-
width: 10px;
|
|
462
|
-
}
|
|
463
|
-
|
|
464
468
|
.fjs-container .fjs-input-group {
|
|
465
469
|
display: flex;
|
|
466
470
|
width: 100%;
|
|
@@ -529,11 +533,6 @@
|
|
|
529
533
|
border-radius: 3px;
|
|
530
534
|
}
|
|
531
535
|
|
|
532
|
-
.fjs-container .fjs-vertical-group {
|
|
533
|
-
display: flex;
|
|
534
|
-
width: 100%;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
536
|
.fjs-container .flatpickr-wrapper {
|
|
538
537
|
width: 100%;
|
|
539
538
|
height: 100%;
|
|
@@ -581,6 +580,10 @@
|
|
|
581
580
|
color: var(--cds-text-inverse, var(--color-text));
|
|
582
581
|
}
|
|
583
582
|
|
|
583
|
+
.fjs-container .fjs-form-field-number.fjs-readonly .fjs-number-arrow-container {
|
|
584
|
+
display: none;
|
|
585
|
+
}
|
|
586
|
+
|
|
584
587
|
.fjs-container .fjs-radio {
|
|
585
588
|
display: flex;
|
|
586
589
|
flex-direction: column;
|