@ironsource/shared-ui 2.1.12-test.98 → 2.1.12
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/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +1 -0
- package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_ca558859_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_9c4df598_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_a685cf5e_lang.css +1 -0
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_9623dbbd_lang.css +1 -0
- package/ColumnConfigurator.vue_vue_type_style_index_0_scoped_702ad52e_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8cc86a27_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +1 -0
- package/DataGridContainer.vue_vue_type_style_index_0_scoped_9a30b10c_lang.css +1 -0
- package/DataGridHeader.vue_vue_type_style_index_0_scoped_0e826456_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_e38c881a_lang.css +1 -0
- package/DialogFooter.vue_vue_type_style_index_0_scoped_8b7f64fe_lang.css +1 -0
- package/DialogHeader.vue_vue_type_style_index_0_scoped_9a814ec3_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_a594c97e_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +1 -0
- package/LoaderBars.vue_vue_type_style_index_0_scoped_d976ec65_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_3caa1d7b_lang.css +1 -0
- package/OptionChip.vue_vue_type_style_index_0_scoped_538e4a21_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_752a357d_lang.css +1 -0
- package/RadioButton.vue_vue_type_style_index_0_scoped_dac25b9f_lang.css +1 -0
- package/RemoveButton.vue_vue_type_style_index_0_scoped_ca7fc11d_lang.css +1 -0
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +1 -0
- package/SectionHeaderText.vue_vue_type_style_index_0_scoped_0b8d3d79_lang.css +1 -0
- package/{SettingsHeader.vue_vue_type_style_index_0_scoped_01f78cd7_lang.css → SettingsHeader.vue_vue_type_style_index_0_scoped_a869d327_lang.css} +1 -1
- package/ShowMoreLink.vue_vue_type_style_index_0_scoped_9fc3bc1b_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_c72be7ed_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_a534c7af_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_9aec4e9b_lang.css +1 -0
- package/SortableSelectableList.vue_vue_type_style_index_0_scoped_40b0a4de_lang.css +1 -0
- package/TagsField.vue_vue_type_style_index_0_scoped_9760426b_lang.css +1 -0
- package/TagsFieldChip.vue_vue_type_style_index_0_scoped_d186b7ef_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +1 -0
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_da3532aa_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_63dc057e_lang.css +1 -0
- package/components/chart/Chart.vue.d.ts +21 -1
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +130 -114
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +49 -44
- package/components/chart/ChartHeaderTrend.vue.d.ts +5 -0
- package/components/chart/ChartHeaderTrend.vue.js +2 -2
- package/components/chart/ChartHeaderTrend.vue2.js +43 -39
- package/components/chart/ChartLegend.vue.d.ts +5 -0
- package/components/chart/ChartLegend.vue.js +3 -3
- package/components/chart/ChartLegend.vue2.js +76 -71
- package/components/chart/ChartPlane.vue.d.ts +15 -0
- package/components/chart/ChartPlane.vue.js +5 -5
- package/components/chart/ChartPlane.vue2.js +173 -156
- package/components/chart/ChartStoryArgs.d.ts +17 -0
- package/components/chart/ChartTooltip.vue.d.ts +5 -0
- package/components/chart/ChartTooltip.vue.js +2 -2
- package/components/chart/ChartTooltip.vue2.js +39 -35
- package/components/chart/LegendSorting.vue.d.ts +5 -0
- package/components/chart/LegendSorting.vue.js +16 -14
- package/components/chart/SettingsHeader.vue.d.ts +19 -3
- package/components/chart/SettingsHeader.vue.js +3 -3
- package/components/chart/SettingsHeader.vue2.js +36 -29
- package/components/chart/TooltipHeader.vue.js +3 -3
- package/components/chart/TooltipHeader.vue2.js +26 -26
- package/components/chart/colorPalette.d.ts +2 -1
- package/components/chart/colorPalette.js +47 -33
- package/components/chart/composables/useColorsMap.d.ts +3 -1
- package/components/chart/composables/useColorsMap.js +32 -30
- package/components/chart/consts.d.ts +5 -1
- package/components/chart/consts.js +30 -26
- package/components/chart/index.d.ts +77 -1
- package/components/chart/mockData.d.ts +15 -0
- package/components/chart/types.d.ts +3 -1
- package/components/chart/types.js +5 -5
- package/components/chart/utils/utils.d.ts +1 -1
- package/components/chart/utils/utils.js +20 -14
- package/components/columnConfigurator/ColumnConfigurator.types.d.ts +12 -0
- package/components/columnConfigurator/ColumnConfigurator.vue.d.ts +61 -0
- package/components/columnConfigurator/ColumnConfigurator.vue.js +7 -0
- package/components/columnConfigurator/ColumnConfigurator.vue2.js +113 -0
- package/components/columnConfigurator/SectionDropdown.vue.d.ts +39 -0
- package/components/columnConfigurator/SectionDropdown.vue.js +7 -0
- package/components/columnConfigurator/SectionDropdown.vue2.js +57 -0
- package/components/columnConfigurator/SectionHeaderText.vue.d.ts +34 -0
- package/components/columnConfigurator/SectionHeaderText.vue.js +7 -0
- package/components/columnConfigurator/SectionHeaderText.vue2.js +22 -0
- package/components/columnConfigurator/ShowMoreLink.vue.d.ts +33 -0
- package/components/columnConfigurator/ShowMoreLink.vue.js +7 -0
- package/components/columnConfigurator/ShowMoreLink.vue2.js +41 -0
- package/components/columnConfigurator/consts.d.ts +1 -0
- package/components/columnConfigurator/consts.js +4 -0
- package/components/columnConfigurator/index.d.ts +73 -0
- package/components/columnConfigurator/index.js +6 -0
- package/components/columnConfigurator/mockData.d.ts +30 -0
- package/components/columnConfigurator/utils.d.ts +2 -0
- package/components/columnConfigurator/utils.js +18 -0
- package/components/columnPicker/ColumnPicker.vue.d.ts +119 -0
- package/components/columnPicker/ColumnPicker.vue.js +7 -0
- package/components/columnPicker/ColumnPicker.vue2.js +322 -0
- package/components/columnPicker/OptionChip.vue.d.ts +53 -0
- package/components/columnPicker/OptionChip.vue.js +7 -0
- package/components/columnPicker/OptionChip.vue2.js +46 -0
- package/components/columnPicker/RemoveButton.vue.d.ts +38 -0
- package/components/columnPicker/RemoveButton.vue.js +7 -0
- package/components/columnPicker/RemoveButton.vue2.js +35 -0
- package/components/columnPicker/index.d.ts +388 -0
- package/components/columnPicker/index.js +6 -0
- package/components/columnPicker/mockData.d.ts +8 -0
- package/components/dateRange/common/DateRange.common.js +60 -60
- package/components/dialog/v3/Dialog.vue.d.ts +3 -3
- package/components/dialog/v3/index.d.ts +46 -46
- package/components/dialog/v4/DialogFooter.vue.d.ts +78 -0
- package/components/dialog/v4/DialogFooter.vue.js +7 -0
- package/components/dialog/v4/DialogFooter.vue2.js +60 -0
- package/components/dialog/v4/DialogHeader.vue.d.ts +60 -0
- package/components/dialog/v4/DialogHeader.vue.js +7 -0
- package/components/dialog/v4/DialogHeader.vue2.js +58 -0
- package/components/dialog/v4/DialogV4.vue.d.ts +9 -9
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +65 -107
- package/components/dialog/v4/index.d.ts +157 -157
- package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +20 -20
- package/components/dropdown/v4/ConditionalDropdown.vue.js +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +194 -187
- package/components/dropdown/v4/DropdownV4.vue.d.ts +7 -0
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +118 -107
- package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
- package/components/dropdown/v4/OptionV4.vue.js +3 -3
- package/components/dropdown/v4/OptionV4.vue2.js +83 -70
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +10 -0
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +155 -151
- package/components/dropdown/v4/index.d.ts +81 -3
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +5 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +2 -2
- package/components/emptyState/v4/EmptyStateV4.vue2.js +37 -34
- package/components/emptyState/v4/index.d.ts +20 -1
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
- package/components/includeExclude/index.d.ts +70 -70
- package/components/input/v4/TextField.vue.d.ts +12 -0
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +129 -105
- package/components/input/v4/index.d.ts +46 -2
- package/components/link/Link.vue.d.ts +95 -0
- package/components/link/Link.vue.js +7 -0
- package/components/link/Link.vue2.js +65 -0
- package/components/link/index.d.ts +296 -0
- package/components/link/index.js +6 -0
- package/components/radioButton/v3/RadioButton.vue.d.ts +5 -0
- package/components/radioButton/v3/RadioButton.vue.js +3 -3
- package/components/radioButton/v3/RadioButton.vue2.js +42 -39
- package/components/radioButton/v3/index.d.ts +20 -1
- package/components/sortableList/LoaderBars.vue.d.ts +34 -0
- package/components/sortableList/LoaderBars.vue.js +7 -0
- package/components/sortableList/LoaderBars.vue2.js +25 -0
- package/components/sortableList/SortableItem.vue.d.ts +17 -2
- package/components/sortableList/SortableItem.vue.js +5 -5
- package/components/sortableList/SortableItem.vue2.js +86 -70
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +26 -23
- package/components/sortableList/SortableList.types.d.ts +1 -0
- package/components/sortableList/SortableList.vue.d.ts +12 -2
- package/components/sortableList/SortableList.vue.js +5 -5
- package/components/sortableList/SortableList.vue2.js +111 -113
- package/components/sortableList/SortableSelectableList.vue.d.ts +107 -0
- package/components/sortableList/SortableSelectableList.vue.js +7 -0
- package/components/sortableList/SortableSelectableList.vue2.js +128 -0
- package/components/sortableList/composables/useDraggableHelpers.d.ts +5 -0
- package/components/sortableList/composables/useDraggableHelpers.js +20 -0
- package/components/sortableList/composables/useHoverEffect.js +1 -1
- package/components/sortableList/consts.d.ts +2 -0
- package/components/sortableList/consts.js +4 -2
- package/components/sortableList/index.d.ts +77 -39
- package/components/table/common/consts.d.ts +2 -0
- package/components/table/common/consts.js +6 -4
- package/components/table/v4/DataGrid.vue.d.ts +12 -7
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +273 -268
- package/components/table/v4/DataGridContainer.vue.d.ts +10 -0
- package/components/table/v4/DataGridContainer.vue.js +7 -0
- package/components/table/v4/DataGridContainer.vue2.js +19 -0
- package/components/table/v4/DataGridHeader.vue.d.ts +85 -0
- package/components/table/v4/DataGridHeader.vue.js +7 -0
- package/components/table/v4/DataGridHeader.vue2.js +84 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +12 -12
- package/components/table/v4/MultipleDataGrid.vue.d.ts +8 -7
- package/components/table/v4/MultipleDataGrid.vue.js +2 -2
- package/components/table/v4/MultipleDataGrid.vue2.js +92 -90
- package/components/table/v4/index.d.ts +646 -332
- package/components/table/v4/index.js +11 -5
- package/components/table/v4/storyUtils.d.ts +25 -0
- package/components/tagsField/TagsField.types.d.ts +4 -0
- package/components/tagsField/TagsField.vue.d.ts +65 -0
- package/components/tagsField/TagsField.vue.js +7 -0
- package/components/tagsField/TagsField.vue2.js +90 -0
- package/components/tagsField/TagsFieldChip.vue.d.ts +45 -0
- package/components/tagsField/TagsFieldChip.vue.js +7 -0
- package/components/tagsField/TagsFieldChip.vue2.js +81 -0
- package/components/tagsField/consts.d.ts +1 -0
- package/components/tagsField/consts.js +4 -0
- package/components/tagsField/index.d.ts +75 -0
- package/components/tagsField/index.js +6 -0
- package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +18 -17
- package/components/tooltip/v4/index.d.ts +20 -1
- package/index.d.ts +2675 -1649
- package/index.js +137 -121
- package/package.json +18 -1
- package/testids/index.d.ts +47 -1
- package/testids/index.js +40 -32
- package/utils/date.d.ts +1 -0
- package/utils/date.js +9 -0
- package/utils/formatNumbers.d.ts +1 -1
- package/utils/formatNumbers.js +38 -21
- package/utils/object.d.ts +2 -0
- package/utils/object.js +9 -5
- package/utils/search.js +1 -1
- package/Chart.vue_vue_type_style_index_0_scoped_e8f25a03_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_af520313_lang.css +0 -1
- package/ChartHeaderTrend.vue_vue_type_style_index_0_scoped_db8a902c_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_6103d8bd_lang.css +0 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_4f67d41d_lang.css +0 -1
- package/ChartTooltip.vue_vue_type_style_index_0_scoped_e53c6287_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_f5204c04_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_b21a79b1_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_ef699ec5_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_eb226e31_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_934163c0_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_020a9896_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_0287cebf_lang.css +0 -1
- package/RadioButton.vue_vue_type_style_index_0_scoped_3c6b715c_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
- package/TooltipHeader.vue_vue_type_style_index_0_scoped_3b15c693_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_bcb40ed4_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_4ba9e4bd_lang.css +0 -1
|
@@ -1088,6 +1088,7 @@ declare const DropdownTypes: () => (({
|
|
|
1088
1088
|
isIndeterminate: boolean;
|
|
1089
1089
|
subtitle: string;
|
|
1090
1090
|
selectAllOption: boolean;
|
|
1091
|
+
tooltipAttachedToText: boolean;
|
|
1091
1092
|
nameKey: string;
|
|
1092
1093
|
imageKey: string;
|
|
1093
1094
|
iconKey: string;
|
|
@@ -1146,6 +1147,10 @@ declare const DropdownTypes: () => (({
|
|
|
1146
1147
|
type: import("vue").PropType<boolean>;
|
|
1147
1148
|
default: boolean;
|
|
1148
1149
|
};
|
|
1150
|
+
tooltipAttachedToText: {
|
|
1151
|
+
type: import("vue").PropType<boolean>;
|
|
1152
|
+
default: boolean;
|
|
1153
|
+
};
|
|
1149
1154
|
nameKey: {
|
|
1150
1155
|
type: import("vue").PropType<string>;
|
|
1151
1156
|
default: any;
|
|
@@ -1203,7 +1208,7 @@ declare const DropdownTypes: () => (({
|
|
|
1203
1208
|
};
|
|
1204
1209
|
}>> & {
|
|
1205
1210
|
onToggleTreeCollapse?: (option: unknown) => any;
|
|
1206
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "tooltipPlacement" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti" | "minMaxSelectionTooltipMessage">;
|
|
1211
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "tooltipPlacement" | "disabled" | "active" | "endIconType" | "optionFlagKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "tooltipAttachedToText" | "nameKey" | "imageKey" | "iconKey" | "warningKey" | "iconType" | "endIconKey" | "endTextIconKey" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown" | "isMulti" | "minMaxSelectionTooltipMessage">;
|
|
1207
1212
|
$attrs: {
|
|
1208
1213
|
[x: string]: unknown;
|
|
1209
1214
|
};
|
|
@@ -1262,6 +1267,10 @@ declare const DropdownTypes: () => (({
|
|
|
1262
1267
|
type: import("vue").PropType<boolean>;
|
|
1263
1268
|
default: boolean;
|
|
1264
1269
|
};
|
|
1270
|
+
tooltipAttachedToText: {
|
|
1271
|
+
type: import("vue").PropType<boolean>;
|
|
1272
|
+
default: boolean;
|
|
1273
|
+
};
|
|
1265
1274
|
nameKey: {
|
|
1266
1275
|
type: import("vue").PropType<string>;
|
|
1267
1276
|
default: any;
|
|
@@ -1333,6 +1342,7 @@ declare const DropdownTypes: () => (({
|
|
|
1333
1342
|
isIndeterminate: boolean;
|
|
1334
1343
|
subtitle: string;
|
|
1335
1344
|
selectAllOption: boolean;
|
|
1345
|
+
tooltipAttachedToText: boolean;
|
|
1336
1346
|
nameKey: string;
|
|
1337
1347
|
imageKey: string;
|
|
1338
1348
|
iconKey: string;
|
|
@@ -1411,6 +1421,10 @@ declare const DropdownTypes: () => (({
|
|
|
1411
1421
|
type: import("vue").PropType<boolean>;
|
|
1412
1422
|
default: boolean;
|
|
1413
1423
|
};
|
|
1424
|
+
tooltipAttachedToText: {
|
|
1425
|
+
type: import("vue").PropType<boolean>;
|
|
1426
|
+
default: boolean;
|
|
1427
|
+
};
|
|
1414
1428
|
nameKey: {
|
|
1415
1429
|
type: import("vue").PropType<string>;
|
|
1416
1430
|
default: any;
|
|
@@ -1517,6 +1531,10 @@ declare const DropdownTypes: () => (({
|
|
|
1517
1531
|
type: import("vue").PropType<boolean>;
|
|
1518
1532
|
default: boolean;
|
|
1519
1533
|
};
|
|
1534
|
+
tooltipAttachedToText: {
|
|
1535
|
+
type: import("vue").PropType<boolean>;
|
|
1536
|
+
default: boolean;
|
|
1537
|
+
};
|
|
1520
1538
|
nameKey: {
|
|
1521
1539
|
type: import("vue").PropType<string>;
|
|
1522
1540
|
default: any;
|
|
@@ -1588,6 +1606,7 @@ declare const DropdownTypes: () => (({
|
|
|
1588
1606
|
isIndeterminate: boolean;
|
|
1589
1607
|
subtitle: string;
|
|
1590
1608
|
selectAllOption: boolean;
|
|
1609
|
+
tooltipAttachedToText: boolean;
|
|
1591
1610
|
nameKey: string;
|
|
1592
1611
|
imageKey: string;
|
|
1593
1612
|
iconKey: string;
|
|
@@ -1808,6 +1827,7 @@ declare const DropdownTypes: () => (({
|
|
|
1808
1827
|
dynamicFilterMode: boolean;
|
|
1809
1828
|
minSelections: number;
|
|
1810
1829
|
maxSelections: number;
|
|
1830
|
+
alwaysShowScroll: boolean;
|
|
1811
1831
|
isOnTop: boolean;
|
|
1812
1832
|
triggerLabel: string;
|
|
1813
1833
|
triggerHelperText: string;
|
|
@@ -1963,6 +1983,10 @@ declare const DropdownTypes: () => (({
|
|
|
1963
1983
|
type: import("vue").PropType<number>;
|
|
1964
1984
|
default: any;
|
|
1965
1985
|
};
|
|
1986
|
+
alwaysShowScroll: {
|
|
1987
|
+
type: import("vue").PropType<boolean>;
|
|
1988
|
+
default: boolean;
|
|
1989
|
+
};
|
|
1966
1990
|
isOnTop: {
|
|
1967
1991
|
type: import("vue").PropType<boolean>;
|
|
1968
1992
|
default: boolean;
|
|
@@ -2128,7 +2152,7 @@ declare const DropdownTypes: () => (({
|
|
|
2128
2152
|
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
2129
2153
|
onOpened?: () => any;
|
|
2130
2154
|
onClosed?: () => any;
|
|
2131
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
2155
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "valueToCopy" | "selected" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "showClearAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "dynamicFilterMode" | "minSelections" | "maxSelections" | "alwaysShowScroll" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "triggerShownValuesCount" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "optionWarningKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "optionTooltipPosition" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
2132
2156
|
$attrs: {
|
|
2133
2157
|
[x: string]: unknown;
|
|
2134
2158
|
};
|
|
@@ -2260,6 +2284,10 @@ declare const DropdownTypes: () => (({
|
|
|
2260
2284
|
type: import("vue").PropType<number>;
|
|
2261
2285
|
default: any;
|
|
2262
2286
|
};
|
|
2287
|
+
alwaysShowScroll: {
|
|
2288
|
+
type: import("vue").PropType<boolean>;
|
|
2289
|
+
default: boolean;
|
|
2290
|
+
};
|
|
2263
2291
|
isOnTop: {
|
|
2264
2292
|
type: import("vue").PropType<boolean>;
|
|
2265
2293
|
default: boolean;
|
|
@@ -2468,6 +2496,7 @@ declare const DropdownTypes: () => (({
|
|
|
2468
2496
|
dynamicFilterMode: boolean;
|
|
2469
2497
|
minSelections: number;
|
|
2470
2498
|
maxSelections: number;
|
|
2499
|
+
alwaysShowScroll: boolean;
|
|
2471
2500
|
isOnTop: boolean;
|
|
2472
2501
|
triggerLabel: string;
|
|
2473
2502
|
triggerHelperText: string;
|
|
@@ -2643,6 +2672,10 @@ declare const DropdownTypes: () => (({
|
|
|
2643
2672
|
type: import("vue").PropType<number>;
|
|
2644
2673
|
default: any;
|
|
2645
2674
|
};
|
|
2675
|
+
alwaysShowScroll: {
|
|
2676
|
+
type: import("vue").PropType<boolean>;
|
|
2677
|
+
default: boolean;
|
|
2678
|
+
};
|
|
2646
2679
|
isOnTop: {
|
|
2647
2680
|
type: import("vue").PropType<boolean>;
|
|
2648
2681
|
default: boolean;
|
|
@@ -2933,6 +2966,10 @@ declare const DropdownTypes: () => (({
|
|
|
2933
2966
|
type: import("vue").PropType<number>;
|
|
2934
2967
|
default: any;
|
|
2935
2968
|
};
|
|
2969
|
+
alwaysShowScroll: {
|
|
2970
|
+
type: import("vue").PropType<boolean>;
|
|
2971
|
+
default: boolean;
|
|
2972
|
+
};
|
|
2936
2973
|
isOnTop: {
|
|
2937
2974
|
type: import("vue").PropType<boolean>;
|
|
2938
2975
|
default: boolean;
|
|
@@ -3141,6 +3178,7 @@ declare const DropdownTypes: () => (({
|
|
|
3141
3178
|
dynamicFilterMode: boolean;
|
|
3142
3179
|
minSelections: number;
|
|
3143
3180
|
maxSelections: number;
|
|
3181
|
+
alwaysShowScroll: boolean;
|
|
3144
3182
|
isOnTop: boolean;
|
|
3145
3183
|
triggerLabel: string;
|
|
3146
3184
|
triggerHelperText: string;
|
|
@@ -3187,6 +3225,7 @@ declare const DropdownTypes: () => (({
|
|
|
3187
3225
|
disabled: boolean;
|
|
3188
3226
|
label: any;
|
|
3189
3227
|
onClick: () => void;
|
|
3228
|
+
testId: string;
|
|
3190
3229
|
};
|
|
3191
3230
|
defaultTriggerProps: {
|
|
3192
3231
|
placeholder: string;
|
|
@@ -3236,6 +3275,7 @@ declare const DropdownTypes: () => (({
|
|
|
3236
3275
|
"option-end"?(_: {
|
|
3237
3276
|
option: any;
|
|
3238
3277
|
}): any;
|
|
3278
|
+
footer?(_: {}): any;
|
|
3239
3279
|
};
|
|
3240
3280
|
})) | import("vue").DefineComponent<{
|
|
3241
3281
|
label: {
|
|
@@ -3326,6 +3366,8 @@ declare const DropdownTypes: () => (({
|
|
|
3326
3366
|
valueToCopy: string;
|
|
3327
3367
|
selected: unknown[];
|
|
3328
3368
|
placeholder: string;
|
|
3369
|
+
triggerFeedbackText: string;
|
|
3370
|
+
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
3329
3371
|
inlineSearchPlaceholder: string;
|
|
3330
3372
|
optionNameKey: string;
|
|
3331
3373
|
optionIconKey: string;
|
|
@@ -3367,6 +3409,14 @@ declare const DropdownTypes: () => (({
|
|
|
3367
3409
|
type: import("vue").PropType<string>;
|
|
3368
3410
|
default: string;
|
|
3369
3411
|
};
|
|
3412
|
+
triggerFeedbackText: {
|
|
3413
|
+
type: import("vue").PropType<string>;
|
|
3414
|
+
default: string;
|
|
3415
|
+
};
|
|
3416
|
+
triggerFeedbackVariant: {
|
|
3417
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
3418
|
+
default: any;
|
|
3419
|
+
};
|
|
3370
3420
|
inlineSearchPlaceholder: {
|
|
3371
3421
|
type: import("vue").PropType<string>;
|
|
3372
3422
|
default: string;
|
|
@@ -3422,7 +3472,7 @@ declare const DropdownTypes: () => (({
|
|
|
3422
3472
|
}>> & {
|
|
3423
3473
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
3424
3474
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
3425
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
3475
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "valueToCopy" | "selected" | "placeholder" | "triggerFeedbackText" | "triggerFeedbackVariant" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
3426
3476
|
$attrs: {
|
|
3427
3477
|
[x: string]: unknown;
|
|
3428
3478
|
};
|
|
@@ -3468,6 +3518,14 @@ declare const DropdownTypes: () => (({
|
|
|
3468
3518
|
type: import("vue").PropType<string>;
|
|
3469
3519
|
default: string;
|
|
3470
3520
|
};
|
|
3521
|
+
triggerFeedbackText: {
|
|
3522
|
+
type: import("vue").PropType<string>;
|
|
3523
|
+
default: string;
|
|
3524
|
+
};
|
|
3525
|
+
triggerFeedbackVariant: {
|
|
3526
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
3527
|
+
default: any;
|
|
3528
|
+
};
|
|
3471
3529
|
inlineSearchPlaceholder: {
|
|
3472
3530
|
type: import("vue").PropType<string>;
|
|
3473
3531
|
default: string;
|
|
@@ -3533,6 +3591,8 @@ declare const DropdownTypes: () => (({
|
|
|
3533
3591
|
valueToCopy: string;
|
|
3534
3592
|
selected: unknown[];
|
|
3535
3593
|
placeholder: string;
|
|
3594
|
+
triggerFeedbackText: string;
|
|
3595
|
+
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
3536
3596
|
inlineSearchPlaceholder: string;
|
|
3537
3597
|
optionNameKey: string;
|
|
3538
3598
|
optionIconKey: string;
|
|
@@ -3594,6 +3654,14 @@ declare const DropdownTypes: () => (({
|
|
|
3594
3654
|
type: import("vue").PropType<string>;
|
|
3595
3655
|
default: string;
|
|
3596
3656
|
};
|
|
3657
|
+
triggerFeedbackText: {
|
|
3658
|
+
type: import("vue").PropType<string>;
|
|
3659
|
+
default: string;
|
|
3660
|
+
};
|
|
3661
|
+
triggerFeedbackVariant: {
|
|
3662
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
3663
|
+
default: any;
|
|
3664
|
+
};
|
|
3597
3665
|
inlineSearchPlaceholder: {
|
|
3598
3666
|
type: import("vue").PropType<string>;
|
|
3599
3667
|
default: string;
|
|
@@ -3685,6 +3753,14 @@ declare const DropdownTypes: () => (({
|
|
|
3685
3753
|
type: import("vue").PropType<string>;
|
|
3686
3754
|
default: string;
|
|
3687
3755
|
};
|
|
3756
|
+
triggerFeedbackText: {
|
|
3757
|
+
type: import("vue").PropType<string>;
|
|
3758
|
+
default: string;
|
|
3759
|
+
};
|
|
3760
|
+
triggerFeedbackVariant: {
|
|
3761
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
3762
|
+
default: any;
|
|
3763
|
+
};
|
|
3688
3764
|
inlineSearchPlaceholder: {
|
|
3689
3765
|
type: import("vue").PropType<string>;
|
|
3690
3766
|
default: string;
|
|
@@ -3750,6 +3826,8 @@ declare const DropdownTypes: () => (({
|
|
|
3750
3826
|
valueToCopy: string;
|
|
3751
3827
|
selected: unknown[];
|
|
3752
3828
|
placeholder: string;
|
|
3829
|
+
triggerFeedbackText: string;
|
|
3830
|
+
triggerFeedbackVariant: "success" | "warning" | "error";
|
|
3753
3831
|
inlineSearchPlaceholder: string;
|
|
3754
3832
|
optionNameKey: string;
|
|
3755
3833
|
optionIconKey: string;
|
|
@@ -6,6 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
6
6
|
iconName?: string;
|
|
7
7
|
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
8
8
|
iconSize?: string;
|
|
9
|
+
testId?: string;
|
|
9
10
|
}>, {
|
|
10
11
|
title: string;
|
|
11
12
|
subtitle: any;
|
|
@@ -14,6 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
14
15
|
iconName: any;
|
|
15
16
|
iconType: string;
|
|
16
17
|
iconSize: string;
|
|
18
|
+
testId: string;
|
|
17
19
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
20
|
click: () => void;
|
|
19
21
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -24,6 +26,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
24
26
|
iconName?: string;
|
|
25
27
|
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
26
28
|
iconSize?: string;
|
|
29
|
+
testId?: string;
|
|
27
30
|
}>, {
|
|
28
31
|
title: string;
|
|
29
32
|
subtitle: any;
|
|
@@ -32,10 +35,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
32
35
|
iconName: any;
|
|
33
36
|
iconType: string;
|
|
34
37
|
iconSize: string;
|
|
38
|
+
testId: string;
|
|
35
39
|
}>>> & {
|
|
36
40
|
onClick?: () => any;
|
|
37
41
|
}, {
|
|
38
42
|
title: string;
|
|
43
|
+
testId: string;
|
|
39
44
|
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
40
45
|
iconName: string;
|
|
41
46
|
iconSize: string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import t from "./EmptyStateV4.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../EmptyStateV4.
|
|
4
|
-
const s = /* @__PURE__ */ o(t, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ o(t, [["__scopeId", "data-v-76757f22"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,14 +1,16 @@
|
|
|
1
|
-
import "../../../EmptyStateV4.
|
|
2
|
-
import { defineComponent as
|
|
3
|
-
import
|
|
1
|
+
import "../../../EmptyStateV4.vue_vue_type_style_index_0_scoped_76757f22_lang.css"; import I from "../../../_virtual/dynamic-import-helper.js";
|
|
2
|
+
import { defineComponent as T, computed as N, defineAsyncComponent as b, openBlock as o, createElementBlock as k, mergeProps as s, unref as e, createBlock as n, createCommentVNode as a, createElementVNode as C, renderSlot as p, withCtx as m, createTextVNode as l, toDisplayString as u } from "vue";
|
|
3
|
+
import E from "../../button/v4/ButtonV4.vue.js";
|
|
4
4
|
import "../../button/v4/IconButtonV4.vue.js";
|
|
5
5
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
6
6
|
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
7
|
-
import
|
|
8
|
-
import { capitalizeFirstLetter as
|
|
9
|
-
import
|
|
7
|
+
import y from "../../typography/v4/Typography.vue.js";
|
|
8
|
+
import { capitalizeFirstLetter as S, snakeCaseToCamelCase as g } from "../../../utils/string.js";
|
|
9
|
+
import x from "../../icon/v4/IconV4.vue.js";
|
|
10
10
|
import "../../icon/v4/IconFlag.vue.js";
|
|
11
|
-
|
|
11
|
+
import { useTestIdAttrs as z } from "../../../utils/testIds.js";
|
|
12
|
+
import { EmptyStateTestIdModifiers as r } from "../../../testids/index.js";
|
|
13
|
+
const A = { class: "title-wrapper" }, P = /* @__PURE__ */ T({
|
|
12
14
|
__name: "EmptyStateV4",
|
|
13
15
|
props: {
|
|
14
16
|
title: { default: "No data to display" },
|
|
@@ -17,67 +19,68 @@ const g = { class: "empty-state" }, x = { class: "title-wrapper" }, j = /* @__PU
|
|
|
17
19
|
buttonText: { default: void 0 },
|
|
18
20
|
iconName: { default: null },
|
|
19
21
|
iconType: { default: "regular" },
|
|
20
|
-
iconSize: { default: "48px" }
|
|
22
|
+
iconSize: { default: "48px" },
|
|
23
|
+
testId: { default: "" }
|
|
21
24
|
},
|
|
22
25
|
emits: ["click"],
|
|
23
26
|
setup(t) {
|
|
24
|
-
const d = t,
|
|
25
|
-
const
|
|
26
|
-
return b(() =>
|
|
27
|
-
});
|
|
28
|
-
return (
|
|
29
|
-
t.variant && !t.iconName ? (
|
|
27
|
+
const d = t, v = N(() => {
|
|
28
|
+
const i = S(g(d.variant));
|
|
29
|
+
return b(() => I(/* @__PURE__ */ Object.assign({ "./icons/IconError.vue": () => import("./icons/IconError.vue.js"), "./icons/IconFiles.vue": () => import("./icons/IconFiles.vue.js"), "./icons/IconNoAccess.vue": () => import("./icons/IconNoAccess.vue.js"), "./icons/IconNoData.vue": () => import("./icons/IconNoData.vue.js"), "./icons/IconNoResults.vue": () => import("./icons/IconNoResults.vue.js"), "./icons/IconSettings.vue": () => import("./icons/IconSettings.vue.js") }), `./icons/Icon${i}.vue`));
|
|
30
|
+
}), c = z(d.testId, r);
|
|
31
|
+
return (i, f) => (o(), k("div", s({ class: "empty-state" }, e(c)[e(r).CONTAINER]), [
|
|
32
|
+
t.variant && !t.iconName ? (o(), n(e(v), {
|
|
30
33
|
key: 0,
|
|
31
34
|
class: "empty-variant-icon"
|
|
32
35
|
})) : a("", !0),
|
|
33
|
-
t.iconName ? (
|
|
36
|
+
t.iconName ? (o(), n(e(x), {
|
|
34
37
|
key: 1,
|
|
35
38
|
class: "custom-empty-icon",
|
|
36
39
|
name: t.iconName,
|
|
37
40
|
size: t.iconSize,
|
|
38
41
|
type: t.iconType
|
|
39
42
|
}, null, 8, ["name", "size", "type"])) : a("", !0),
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
t.title ? (
|
|
43
|
+
C("div", A, [
|
|
44
|
+
p(i.$slots, "content", {}, () => [
|
|
45
|
+
t.title ? (o(), n(e(y), s({
|
|
43
46
|
key: 0,
|
|
44
47
|
variant: "h4",
|
|
45
48
|
class: "title"
|
|
46
|
-
}, {
|
|
47
|
-
default:
|
|
48
|
-
|
|
49
|
+
}, e(c)[e(r).TITLE]), {
|
|
50
|
+
default: m(() => [
|
|
51
|
+
l(u(t.title), 1)
|
|
49
52
|
]),
|
|
50
53
|
_: 1
|
|
51
|
-
})) : a("", !0),
|
|
52
|
-
t.subtitle ? (
|
|
54
|
+
}, 16)) : a("", !0),
|
|
55
|
+
t.subtitle ? (o(), n(e(y), s({
|
|
53
56
|
key: 1,
|
|
54
57
|
variant: "body1",
|
|
55
58
|
class: "subtitle"
|
|
56
|
-
}, {
|
|
57
|
-
default:
|
|
58
|
-
|
|
59
|
+
}, e(c)[e(r).SUBTITLE]), {
|
|
60
|
+
default: m(() => [
|
|
61
|
+
l(u(t.subtitle), 1)
|
|
59
62
|
]),
|
|
60
63
|
_: 1
|
|
61
|
-
})) : a("", !0)
|
|
64
|
+
}, 16)) : a("", !0)
|
|
62
65
|
], !0)
|
|
63
66
|
]),
|
|
64
|
-
|
|
65
|
-
t.buttonText ? (
|
|
67
|
+
p(i.$slots, "button", {}, () => [
|
|
68
|
+
t.buttonText ? (o(), n(e(E), {
|
|
66
69
|
key: 0,
|
|
67
70
|
variant: "outlined",
|
|
68
71
|
color: "default",
|
|
69
72
|
class: "button",
|
|
70
|
-
onClick:
|
|
73
|
+
onClick: f[0] || (f[0] = (B) => i.$emit("click"))
|
|
71
74
|
}, {
|
|
72
|
-
default:
|
|
73
|
-
|
|
75
|
+
default: m(() => [
|
|
76
|
+
l(u(t.buttonText), 1)
|
|
74
77
|
]),
|
|
75
78
|
_: 1
|
|
76
79
|
})) : a("", !0)
|
|
77
80
|
], !0)
|
|
78
|
-
]));
|
|
81
|
+
], 16));
|
|
79
82
|
}
|
|
80
83
|
});
|
|
81
84
|
export {
|
|
82
|
-
|
|
85
|
+
P as default
|
|
83
86
|
};
|
|
@@ -5,6 +5,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
title: string;
|
|
8
|
+
testId: string;
|
|
8
9
|
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
9
10
|
iconName: string;
|
|
10
11
|
iconSize: string;
|
|
@@ -16,6 +17,10 @@ declare const EmptyStateTypes: () => ({
|
|
|
16
17
|
type: import("vue").PropType<string>;
|
|
17
18
|
default: string;
|
|
18
19
|
};
|
|
20
|
+
testId: {
|
|
21
|
+
type: import("vue").PropType<string>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
19
24
|
variant: {
|
|
20
25
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
21
26
|
default: string;
|
|
@@ -42,7 +47,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
42
47
|
};
|
|
43
48
|
}>> & {
|
|
44
49
|
onClick?: () => any;
|
|
45
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "variant" | "iconName" | "iconSize" | "subtitle" | "iconType" | "buttonText">;
|
|
50
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "variant" | "iconName" | "iconSize" | "subtitle" | "iconType" | "buttonText">;
|
|
46
51
|
$attrs: {
|
|
47
52
|
[x: string]: unknown;
|
|
48
53
|
};
|
|
@@ -61,6 +66,10 @@ declare const EmptyStateTypes: () => ({
|
|
|
61
66
|
type: import("vue").PropType<string>;
|
|
62
67
|
default: string;
|
|
63
68
|
};
|
|
69
|
+
testId: {
|
|
70
|
+
type: import("vue").PropType<string>;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
64
73
|
variant: {
|
|
65
74
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
66
75
|
default: string;
|
|
@@ -91,6 +100,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
91
100
|
click: () => void;
|
|
92
101
|
}, string, {
|
|
93
102
|
title: string;
|
|
103
|
+
testId: string;
|
|
94
104
|
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
95
105
|
iconName: string;
|
|
96
106
|
iconSize: string;
|
|
@@ -122,6 +132,10 @@ declare const EmptyStateTypes: () => ({
|
|
|
122
132
|
type: import("vue").PropType<string>;
|
|
123
133
|
default: string;
|
|
124
134
|
};
|
|
135
|
+
testId: {
|
|
136
|
+
type: import("vue").PropType<string>;
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
125
139
|
variant: {
|
|
126
140
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
127
141
|
default: string;
|
|
@@ -157,6 +171,10 @@ declare const EmptyStateTypes: () => ({
|
|
|
157
171
|
type: import("vue").PropType<string>;
|
|
158
172
|
default: string;
|
|
159
173
|
};
|
|
174
|
+
testId: {
|
|
175
|
+
type: import("vue").PropType<string>;
|
|
176
|
+
default: string;
|
|
177
|
+
};
|
|
160
178
|
variant: {
|
|
161
179
|
type: import("vue").PropType<"error" | "settings" | "no-access" | "no-results" | "no-data" | "files">;
|
|
162
180
|
default: string;
|
|
@@ -187,6 +205,7 @@ declare const EmptyStateTypes: () => ({
|
|
|
187
205
|
click: () => void;
|
|
188
206
|
}, string, {
|
|
189
207
|
title: string;
|
|
208
|
+
testId: string;
|
|
190
209
|
variant: "error" | "settings" | "no-access" | "no-results" | "no-data" | "files";
|
|
191
210
|
iconName: string;
|
|
192
211
|
iconSize: string;
|
|
@@ -84,9 +84,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
84
84
|
searchAttribute: string;
|
|
85
85
|
isLoading: boolean;
|
|
86
86
|
showIcon: boolean;
|
|
87
|
+
clearable: boolean;
|
|
87
88
|
iconKey: string;
|
|
88
89
|
searchPlaceholder: string;
|
|
89
|
-
clearable: boolean;
|
|
90
90
|
titleText: string;
|
|
91
91
|
distanceOffset: number;
|
|
92
92
|
skiddingOffset: number;
|
|
@@ -26,8 +26,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
26
26
|
titleText: string;
|
|
27
27
|
}>>>, {
|
|
28
28
|
disabled: boolean;
|
|
29
|
-
subtitle: string;
|
|
30
29
|
clearable: boolean;
|
|
30
|
+
subtitle: string;
|
|
31
31
|
titleText: string;
|
|
32
32
|
showCheckbox: boolean;
|
|
33
33
|
}>, {
|