@ironsource/shared-ui 2.1.10-rc.3 → 2.1.10-rc.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/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_76c74f58_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0cd8af73_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_2d635802_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_058de532_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_74bbce13_lang.css +1 -0
- package/{RadioButtonV4.vue_vue_type_style_index_0_scoped_aafd69f5_lang.css → RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css} +1 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_9d9e51c0_lang.css +1 -0
- package/components/alert/Alert.vue2.js +3 -2
- package/components/autocomplete/Autocomplete.vue.d.ts +1 -1
- package/components/autocomplete/index.d.ts +20 -20
- package/components/button/v4/ToggleButtonGroupAB.vue.d.ts +65 -0
- package/components/button/v4/ToggleButtonGroupAB.vue.js +7 -0
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +95 -0
- package/components/button/v4/index.d.ts +170 -1
- package/components/button/v4/index.js +10 -3
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +9 -8
- package/components/dateRange/v4/DateRangeV4.vue2.js +21 -20
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +5 -5
- package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
- package/components/dialog/v4/DialogV4.vue2.js +6 -5
- package/components/dialog/v4/index.d.ts +5 -5
- package/components/dropdown/v3/Dropdown.vue.d.ts +2 -2
- package/components/dropdown/v3/index.d.ts +51 -51
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +17 -11
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ButtonDropdownTrigger.vue2.js +17 -9
- package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -2
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +6 -5
- package/components/dropdown/v4/IconButtonDropdownTrigger.vue2.js +4 -3
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +1 -1
- package/components/dropdown/v4/index.d.ts +63 -63
- package/components/emptyState/v4/EmptyStateV4.vue2.js +13 -12
- package/components/forms/FormCard.vue2.js +13 -12
- package/components/includeExclude/index.d.ts +56 -56
- package/components/input/v3/Input.vue.d.ts +1 -1
- package/components/input/v3/index.d.ts +32 -32
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/index.d.ts +20 -20
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/MultiBar.vue2.js +3 -2
- package/components/multibar/index.d.ts +9 -9
- package/components/popover/v3/Popover.vue.d.ts +1 -1
- package/components/popover/v3/index.d.ts +20 -20
- package/components/popover/v4/PopoverV4.vue.d.ts +7 -3
- package/components/popover/v4/PopoverV4.vue.js +3 -3
- package/components/popover/v4/PopoverV4.vue2.js +23 -20
- package/components/popover/v4/index.d.ts +36 -24
- package/components/radioButton/v3/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/v3/index.d.ts +6 -6
- package/components/radioButton/v4/RadioButtonV4.vue.d.ts +1 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +2 -2
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
- package/components/radioButton/v4/index.d.ts +6 -6
- package/components/snackbar/v4/SnackbarV4.vue2.js +7 -6
- package/components/sortableList/SortableItem.vue.d.ts +1 -1
- package/components/switch/v3/index.d.ts +16 -16
- package/components/switch/v4/SwitchV4.vue2.js +6 -5
- package/components/switch/v4/index.d.ts +8 -8
- package/components/table/v4/DataGrid.vue.d.ts +8 -3
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +58 -57
- package/components/table/v4/ExpandRowToggle.vue2.js +6 -5
- package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -3
- package/components/table/v4/MultipleDataGrid.vue.js +3 -3
- package/components/table/v4/MultipleDataGrid.vue2.js +44 -42
- package/components/table/v4/index.d.ts +46 -8
- package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
- package/components/textArea/v4/index.d.ts +9 -9
- package/components/toggle/v3/index.d.ts +8 -8
- package/components/toggle/v4/index.d.ts +16 -16
- package/index.d.ts +1188 -605
- package/index.js +1 -1
- package/package.json +2 -2
- package/testids/index.d.ts +6 -0
- package/testids/index.js +14 -13
- package/utils/testIds.d.ts +1 -1
- package/utils/testIds.js +6 -6
- package/ButtonDropdownTrigger.vue_vue_type_style_index_0_scoped_23e22560_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_9cab3826_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_899679d0_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_69c40021_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_f61be399_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_c54cd089_lang.css +0 -1
|
@@ -26,7 +26,8 @@ declare const DataGridTypes: () => (({
|
|
|
26
26
|
infiniteScrollThreshold: number;
|
|
27
27
|
rowHeight: number | ((index: number) => number);
|
|
28
28
|
defaultScrollPosition: number;
|
|
29
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
29
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
30
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
30
31
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
31
32
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
32
33
|
zIndexBase: number;
|
|
@@ -118,6 +119,10 @@ declare const DataGridTypes: () => (({
|
|
|
118
119
|
default: any;
|
|
119
120
|
};
|
|
120
121
|
getRowId: {
|
|
122
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
123
|
+
default: (row: any, index: any) => any;
|
|
124
|
+
};
|
|
125
|
+
getRowKey: {
|
|
121
126
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
122
127
|
default: (row: any, index: any) => any;
|
|
123
128
|
};
|
|
@@ -152,7 +157,7 @@ declare const DataGridTypes: () => (({
|
|
|
152
157
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
153
158
|
onSelectRow?: (value: boolean) => any;
|
|
154
159
|
onClickRow?: (rowIndex: number) => any;
|
|
155
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
160
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey">;
|
|
156
161
|
$attrs: {
|
|
157
162
|
[x: string]: unknown;
|
|
158
163
|
};
|
|
@@ -252,6 +257,10 @@ declare const DataGridTypes: () => (({
|
|
|
252
257
|
default: any;
|
|
253
258
|
};
|
|
254
259
|
getRowId: {
|
|
260
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
261
|
+
default: (row: any, index: any) => any;
|
|
262
|
+
};
|
|
263
|
+
getRowKey: {
|
|
255
264
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
256
265
|
default: (row: any, index: any) => any;
|
|
257
266
|
};
|
|
@@ -319,7 +328,8 @@ declare const DataGridTypes: () => (({
|
|
|
319
328
|
infiniteScrollThreshold: number;
|
|
320
329
|
rowHeight: number | ((index: number) => number);
|
|
321
330
|
defaultScrollPosition: number;
|
|
322
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
331
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
332
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
323
333
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
324
334
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
325
335
|
zIndexBase: number;
|
|
@@ -431,6 +441,10 @@ declare const DataGridTypes: () => (({
|
|
|
431
441
|
default: any;
|
|
432
442
|
};
|
|
433
443
|
getRowId: {
|
|
444
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
445
|
+
default: (row: any, index: any) => any;
|
|
446
|
+
};
|
|
447
|
+
getRowKey: {
|
|
434
448
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
435
449
|
default: (row: any, index: any) => any;
|
|
436
450
|
};
|
|
@@ -557,6 +571,10 @@ declare const DataGridTypes: () => (({
|
|
|
557
571
|
default: any;
|
|
558
572
|
};
|
|
559
573
|
getRowId: {
|
|
574
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
575
|
+
default: (row: any, index: any) => any;
|
|
576
|
+
};
|
|
577
|
+
getRowKey: {
|
|
560
578
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
561
579
|
default: (row: any, index: any) => any;
|
|
562
580
|
};
|
|
@@ -624,7 +642,8 @@ declare const DataGridTypes: () => (({
|
|
|
624
642
|
infiniteScrollThreshold: number;
|
|
625
643
|
rowHeight: number | ((index: number) => number);
|
|
626
644
|
defaultScrollPosition: number;
|
|
627
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
645
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
646
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
628
647
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
629
648
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
630
649
|
zIndexBase: number;
|
|
@@ -764,7 +783,8 @@ declare const DataGridTypes: () => (({
|
|
|
764
783
|
emptyStateTitle: string;
|
|
765
784
|
isSticky: boolean;
|
|
766
785
|
emptyStateSubtitle: string;
|
|
767
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
786
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
787
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
768
788
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
769
789
|
zIndexBase: number;
|
|
770
790
|
rowCustomClassKey: string;
|
|
@@ -817,6 +837,10 @@ declare const DataGridTypes: () => (({
|
|
|
817
837
|
default: string;
|
|
818
838
|
};
|
|
819
839
|
getRowId: {
|
|
840
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
841
|
+
default: (row: any, index: any) => any;
|
|
842
|
+
};
|
|
843
|
+
getRowKey: {
|
|
820
844
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
821
845
|
default: (row: any, index: any) => any;
|
|
822
846
|
};
|
|
@@ -870,7 +894,7 @@ declare const DataGridTypes: () => (({
|
|
|
870
894
|
}) => any;
|
|
871
895
|
onOnClearSearch?: () => any;
|
|
872
896
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
873
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
897
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
874
898
|
$attrs: {
|
|
875
899
|
[x: string]: unknown;
|
|
876
900
|
};
|
|
@@ -928,6 +952,10 @@ declare const DataGridTypes: () => (({
|
|
|
928
952
|
default: string;
|
|
929
953
|
};
|
|
930
954
|
getRowId: {
|
|
955
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
956
|
+
default: (row: any, index: any) => any;
|
|
957
|
+
};
|
|
958
|
+
getRowKey: {
|
|
931
959
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
932
960
|
default: (row: any, index: any) => any;
|
|
933
961
|
};
|
|
@@ -1000,7 +1028,8 @@ declare const DataGridTypes: () => (({
|
|
|
1000
1028
|
emptyStateTitle: string;
|
|
1001
1029
|
isSticky: boolean;
|
|
1002
1030
|
emptyStateSubtitle: string;
|
|
1003
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
1031
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1032
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1004
1033
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1005
1034
|
zIndexBase: number;
|
|
1006
1035
|
rowCustomClassKey: string;
|
|
@@ -1073,6 +1102,10 @@ declare const DataGridTypes: () => (({
|
|
|
1073
1102
|
default: string;
|
|
1074
1103
|
};
|
|
1075
1104
|
getRowId: {
|
|
1105
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1106
|
+
default: (row: any, index: any) => any;
|
|
1107
|
+
};
|
|
1108
|
+
getRowKey: {
|
|
1076
1109
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1077
1110
|
default: (row: any, index: any) => any;
|
|
1078
1111
|
};
|
|
@@ -1172,6 +1205,10 @@ declare const DataGridTypes: () => (({
|
|
|
1172
1205
|
default: string;
|
|
1173
1206
|
};
|
|
1174
1207
|
getRowId: {
|
|
1208
|
+
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => unknown>;
|
|
1209
|
+
default: (row: any, index: any) => any;
|
|
1210
|
+
};
|
|
1211
|
+
getRowKey: {
|
|
1175
1212
|
type: import("vue").PropType<(row: import("../common/Table.types").Row, index: number) => string | number>;
|
|
1176
1213
|
default: (row: any, index: any) => any;
|
|
1177
1214
|
};
|
|
@@ -1244,7 +1281,8 @@ declare const DataGridTypes: () => (({
|
|
|
1244
1281
|
emptyStateTitle: string;
|
|
1245
1282
|
isSticky: boolean;
|
|
1246
1283
|
emptyStateSubtitle: string;
|
|
1247
|
-
getRowId: (row: import("../common/Table.types").Row, index: number) =>
|
|
1284
|
+
getRowId: (row: import("../common/Table.types").Row, index: number) => unknown;
|
|
1285
|
+
getRowKey: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
1248
1286
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1249
1287
|
zIndexBase: number;
|
|
1250
1288
|
rowCustomClassKey: string;
|
|
@@ -75,10 +75,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
75
75
|
height: string;
|
|
76
76
|
resize: 'none' | 'vertical' | 'horizontal' | 'both';
|
|
77
77
|
mandatory: boolean;
|
|
78
|
+
modelValue: string;
|
|
78
79
|
hoverHelpText: string;
|
|
79
80
|
hoverHelpTextPlacement: TooltipPositions;
|
|
80
81
|
maxLength: number;
|
|
81
|
-
modelValue: string;
|
|
82
82
|
placeholder: string;
|
|
83
83
|
maxLengthCounterPosition: MaxLengthCounterPositions;
|
|
84
84
|
feedbackText: string;
|
|
@@ -23,6 +23,10 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
23
23
|
type: import("vue").PropType<boolean>;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
+
modelValue: {
|
|
27
|
+
type: import("vue").PropType<string>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
26
30
|
hoverHelpText: {
|
|
27
31
|
type: import("vue").PropType<string>;
|
|
28
32
|
default: string;
|
|
@@ -35,10 +39,6 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
35
39
|
type: import("vue").PropType<number>;
|
|
36
40
|
default: any;
|
|
37
41
|
};
|
|
38
|
-
modelValue: {
|
|
39
|
-
type: import("vue").PropType<string>;
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
42
|
placeholder: {
|
|
43
43
|
type: import("vue").PropType<string>;
|
|
44
44
|
default: string;
|
|
@@ -86,6 +86,10 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
86
86
|
type: import("vue").PropType<boolean>;
|
|
87
87
|
default: boolean;
|
|
88
88
|
};
|
|
89
|
+
modelValue: {
|
|
90
|
+
type: import("vue").PropType<string>;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
89
93
|
hoverHelpText: {
|
|
90
94
|
type: import("vue").PropType<string>;
|
|
91
95
|
default: string;
|
|
@@ -98,10 +102,6 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
98
102
|
type: import("vue").PropType<number>;
|
|
99
103
|
default: any;
|
|
100
104
|
};
|
|
101
|
-
modelValue: {
|
|
102
|
-
type: import("vue").PropType<string>;
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
105
|
placeholder: {
|
|
106
106
|
type: import("vue").PropType<string>;
|
|
107
107
|
default: string;
|
|
@@ -131,10 +131,10 @@ declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
|
131
131
|
height: string;
|
|
132
132
|
resize: "both" | "none" | "horizontal" | "vertical";
|
|
133
133
|
mandatory: boolean;
|
|
134
|
+
modelValue: string;
|
|
134
135
|
hoverHelpText: string;
|
|
135
136
|
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
136
137
|
maxLength: number;
|
|
137
|
-
modelValue: string;
|
|
138
138
|
placeholder: string;
|
|
139
139
|
maxLengthCounterPosition: "inside" | "outside";
|
|
140
140
|
feedbackText: string;
|
|
@@ -7,14 +7,14 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
|
|
|
7
7
|
type: import("vue").PropType<string>;
|
|
8
8
|
default: string;
|
|
9
9
|
};
|
|
10
|
-
isLoading: {
|
|
11
|
-
type: import("vue").PropType<boolean>;
|
|
12
|
-
default: boolean;
|
|
13
|
-
};
|
|
14
10
|
modelValue: {
|
|
15
11
|
type: import("vue").PropType<boolean>;
|
|
16
12
|
required: true;
|
|
17
13
|
};
|
|
14
|
+
isLoading: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
18
|
helperText: {
|
|
19
19
|
type: import("vue").PropType<string>;
|
|
20
20
|
default: any;
|
|
@@ -46,14 +46,14 @@ declare const ToggleTypes: () => import("vue").DefineComponent<{
|
|
|
46
46
|
type: import("vue").PropType<string>;
|
|
47
47
|
default: string;
|
|
48
48
|
};
|
|
49
|
-
isLoading: {
|
|
50
|
-
type: import("vue").PropType<boolean>;
|
|
51
|
-
default: boolean;
|
|
52
|
-
};
|
|
53
49
|
modelValue: {
|
|
54
50
|
type: import("vue").PropType<boolean>;
|
|
55
51
|
required: true;
|
|
56
52
|
};
|
|
53
|
+
isLoading: {
|
|
54
|
+
type: import("vue").PropType<boolean>;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
57
|
helperText: {
|
|
58
58
|
type: import("vue").PropType<string>;
|
|
59
59
|
default: any;
|
|
@@ -32,6 +32,10 @@ declare const ToggleTypes: () => ({
|
|
|
32
32
|
type: import("vue").PropType<"small" | "medium">;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
|
+
modelValue: {
|
|
36
|
+
type: import("vue").PropType<boolean>;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
35
39
|
isLoading: {
|
|
36
40
|
type: import("vue").PropType<boolean>;
|
|
37
41
|
default: boolean;
|
|
@@ -44,10 +48,6 @@ declare const ToggleTypes: () => ({
|
|
|
44
48
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
45
49
|
default: string;
|
|
46
50
|
};
|
|
47
|
-
modelValue: {
|
|
48
|
-
type: import("vue").PropType<boolean>;
|
|
49
|
-
required: true;
|
|
50
|
-
};
|
|
51
51
|
feedbackText: {
|
|
52
52
|
type: import("vue").PropType<string>;
|
|
53
53
|
default: string;
|
|
@@ -101,6 +101,10 @@ declare const ToggleTypes: () => ({
|
|
|
101
101
|
type: import("vue").PropType<"small" | "medium">;
|
|
102
102
|
default: string;
|
|
103
103
|
};
|
|
104
|
+
modelValue: {
|
|
105
|
+
type: import("vue").PropType<boolean>;
|
|
106
|
+
required: true;
|
|
107
|
+
};
|
|
104
108
|
isLoading: {
|
|
105
109
|
type: import("vue").PropType<boolean>;
|
|
106
110
|
default: boolean;
|
|
@@ -113,10 +117,6 @@ declare const ToggleTypes: () => ({
|
|
|
113
117
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
114
118
|
default: string;
|
|
115
119
|
};
|
|
116
|
-
modelValue: {
|
|
117
|
-
type: import("vue").PropType<boolean>;
|
|
118
|
-
required: true;
|
|
119
|
-
};
|
|
120
120
|
feedbackText: {
|
|
121
121
|
type: import("vue").PropType<string>;
|
|
122
122
|
default: string;
|
|
@@ -191,6 +191,10 @@ declare const ToggleTypes: () => ({
|
|
|
191
191
|
type: import("vue").PropType<"small" | "medium">;
|
|
192
192
|
default: string;
|
|
193
193
|
};
|
|
194
|
+
modelValue: {
|
|
195
|
+
type: import("vue").PropType<boolean>;
|
|
196
|
+
required: true;
|
|
197
|
+
};
|
|
194
198
|
isLoading: {
|
|
195
199
|
type: import("vue").PropType<boolean>;
|
|
196
200
|
default: boolean;
|
|
@@ -203,10 +207,6 @@ declare const ToggleTypes: () => ({
|
|
|
203
207
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
204
208
|
default: string;
|
|
205
209
|
};
|
|
206
|
-
modelValue: {
|
|
207
|
-
type: import("vue").PropType<boolean>;
|
|
208
|
-
required: true;
|
|
209
|
-
};
|
|
210
210
|
feedbackText: {
|
|
211
211
|
type: import("vue").PropType<string>;
|
|
212
212
|
default: string;
|
|
@@ -250,6 +250,10 @@ declare const ToggleTypes: () => ({
|
|
|
250
250
|
type: import("vue").PropType<"small" | "medium">;
|
|
251
251
|
default: string;
|
|
252
252
|
};
|
|
253
|
+
modelValue: {
|
|
254
|
+
type: import("vue").PropType<boolean>;
|
|
255
|
+
required: true;
|
|
256
|
+
};
|
|
253
257
|
isLoading: {
|
|
254
258
|
type: import("vue").PropType<boolean>;
|
|
255
259
|
default: boolean;
|
|
@@ -262,10 +266,6 @@ declare const ToggleTypes: () => ({
|
|
|
262
266
|
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
263
267
|
default: string;
|
|
264
268
|
};
|
|
265
|
-
modelValue: {
|
|
266
|
-
type: import("vue").PropType<boolean>;
|
|
267
|
-
required: true;
|
|
268
|
-
};
|
|
269
269
|
feedbackText: {
|
|
270
270
|
type: import("vue").PropType<string>;
|
|
271
271
|
default: string;
|