@bethinkpl/design-system 33.0.4 → 33.0.5
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/dist/design-system.js +2322 -2298
- package/dist/design-system.js.map +1 -1
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +1 -0
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +1 -0
- package/dist/lib/js/components/Chip/Chip.vue.d.ts +2 -0
- package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +1 -0
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +1 -0
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +1 -0
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +4 -0
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +1 -0
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +3 -0
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +1 -0
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +2 -0
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +2 -0
- package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +1 -0
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +1 -0
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +2 -0
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +2 -0
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +3 -0
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +1 -0
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +1 -0
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +1 -0
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectList/SelectListItem/SelectListItem.vue.d.ts +1 -0
- package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts +1 -0
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +1 -0
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +1 -0
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +3 -0
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +3 -0
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +1 -0
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +1 -0
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +1 -0
- package/dist/storybook/localhost:8080/node_modules/.vite/deps/@bethinkpl_design-system.js?v=62a0baa6 +7919 -0
- package/lib/images/icons/ballot-check-time.svg +1 -0
- package/lib/js/components/Icons/Icon/Icon.consts.ts +2 -0
- package/package.json +1 -1
|
@@ -64,6 +64,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
64
64
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
65
65
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
66
66
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
67
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
67
68
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
68
69
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
69
70
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -35,6 +35,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
35
35
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
36
36
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
37
37
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
38
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
38
39
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
39
40
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
40
41
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -54,6 +54,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
55
55
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
56
56
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
57
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
57
58
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
58
59
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
59
60
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -542,6 +543,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
542
543
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
543
544
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
544
545
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
546
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
545
547
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
546
548
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
547
549
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -55,6 +55,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
56
56
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
57
57
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
58
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
58
59
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
59
60
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
60
61
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -819,6 +819,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
819
819
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
820
820
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
821
821
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
822
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
822
823
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
823
824
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
824
825
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -662,6 +662,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
662
662
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
663
663
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
664
664
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
665
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
665
666
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
666
667
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
667
668
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -77,6 +77,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
78
78
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
79
79
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
80
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
80
81
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
81
82
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
82
83
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -694,6 +695,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
694
695
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
695
696
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
696
697
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
698
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
697
699
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
698
700
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
699
701
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1273,6 +1275,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1273
1275
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1274
1276
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1275
1277
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
1278
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
1276
1279
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1277
1280
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1278
1281
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1761,6 +1764,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1761
1764
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1762
1765
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1763
1766
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
1767
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
1764
1768
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1765
1769
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1766
1770
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -30,6 +30,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
30
30
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
31
31
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
32
32
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
33
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
33
34
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
34
35
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
35
36
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -88,6 +88,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
88
88
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
89
89
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
90
90
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
91
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
91
92
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
92
93
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
93
94
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -500,6 +501,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
500
501
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
501
502
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
502
503
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
504
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
503
505
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
504
506
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
505
507
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1013,6 +1015,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1013
1015
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1014
1016
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1015
1017
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
1018
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
1016
1019
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1017
1020
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1018
1021
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -31,6 +31,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
32
32
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
33
33
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
34
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
34
35
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
35
36
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
36
37
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -70,6 +70,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
70
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
71
71
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
72
72
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
73
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
73
74
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
74
75
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
75
76
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -459,6 +460,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
459
460
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
460
461
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
461
462
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
463
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
462
464
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
463
465
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
464
466
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -79,6 +79,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
79
79
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
80
80
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
81
81
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
82
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
82
83
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
83
84
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
84
85
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -592,6 +593,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
592
593
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
593
594
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
594
595
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
596
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
595
597
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
596
598
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
597
599
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -37,6 +37,7 @@ export declare const ICONS: {
|
|
|
37
37
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
38
38
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
39
39
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
40
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
40
41
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
41
42
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
42
43
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -18,6 +18,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
18
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
19
19
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
20
20
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
21
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
21
22
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
22
23
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
23
24
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -125,6 +125,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
125
125
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
126
126
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
127
127
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
128
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
128
129
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
129
130
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
130
131
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -722,6 +723,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
722
723
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
723
724
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
724
725
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
726
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
725
727
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
726
728
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
727
729
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -260,6 +260,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
260
260
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
261
261
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
262
262
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
263
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
263
264
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
264
265
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
265
266
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -857,6 +858,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
857
858
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
858
859
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
859
860
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
861
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
860
862
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
861
863
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
862
864
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -70,6 +70,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
70
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
71
71
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
72
72
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
73
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
73
74
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
74
75
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
75
76
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -424,6 +425,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
424
425
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
425
426
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
426
427
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
428
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
427
429
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
428
430
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
429
431
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1103,6 +1105,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1103
1105
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1104
1106
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1105
1107
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
1108
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
1106
1109
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1107
1110
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1108
1111
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -98,6 +98,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
98
98
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
99
99
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
100
100
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
101
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
101
102
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
102
103
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
103
104
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -33,6 +33,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
34
34
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
35
35
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
36
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
36
37
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
37
38
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
38
39
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -565,6 +565,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
565
565
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
566
566
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
567
567
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
568
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
568
569
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
569
570
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
570
571
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -99,6 +99,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
99
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
100
100
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
101
101
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
102
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
102
103
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
103
104
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
104
105
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -58,6 +58,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
58
58
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
59
59
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
60
60
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
61
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
61
62
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
62
63
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
63
64
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
package/dist/lib/js/components/SelectList/SelectListItemToggle/SelectListItemToggle.vue.d.ts
CHANGED
|
@@ -145,6 +145,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
145
145
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
146
146
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
147
147
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
148
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
148
149
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
149
150
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
150
151
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -16,6 +16,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
16
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
17
17
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
18
18
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
19
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
19
20
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
20
21
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
21
22
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -14,6 +14,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14
14
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
15
15
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
16
16
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
17
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
17
18
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
18
19
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
19
20
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -33,6 +33,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
34
34
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
35
35
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
36
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
36
37
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
37
38
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
38
39
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -682,6 +683,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
682
683
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
683
684
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
684
685
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
686
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
685
687
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
686
688
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
687
689
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1228,6 +1230,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1228
1230
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1229
1231
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1230
1232
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
1233
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
1231
1234
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1232
1235
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1233
1236
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
52
52
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
53
53
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
54
54
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
55
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
55
56
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
56
57
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
57
58
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -655,6 +656,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
655
656
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
656
657
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
657
658
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
659
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
658
660
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
659
661
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
660
662
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1374,6 +1376,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1374
1376
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
1375
1377
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1376
1378
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
1379
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
1377
1380
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1378
1381
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1379
1382
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -52,6 +52,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
52
52
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
53
53
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
54
54
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
55
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
55
56
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
56
57
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
57
58
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -12,6 +12,7 @@ export declare const data: () => {
|
|
|
12
12
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
13
13
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
14
14
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
15
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
15
16
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
16
17
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
17
18
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -68,6 +68,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
68
68
|
readonly SIDEBAR_FLIP_SOLID: VueConstructor<Vue>;
|
|
69
69
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
70
70
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
71
|
+
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
71
72
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
72
73
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
73
74
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|