@ironsource/shared-ui 2.1.11-test.41 → 2.1.11-test.45
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/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e43ac1c9_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_26488faf_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_ddfaf207_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_37da643b_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_75002075_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_18728498_lang.css +1 -0
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_383011d3_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_f2ced2f4_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_4cf7a93b_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
- package/components/dialog/v4/DialogV4.vue.d.ts +5 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +52 -49
- package/components/dialog/v4/index.d.ts +20 -1
- package/components/dropdown/common/Dropdown.common.js +36 -34
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +55 -40
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +20 -0
- package/components/dropdown/v4/ConditionalDropdown.vue.js +4 -4
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +136 -97
- package/components/dropdown/v4/DropdownV4.vue.d.ts +2 -0
- package/components/dropdown/v4/DropdownV4.vue.js +2 -2
- package/components/dropdown/v4/DropdownV4.vue2.js +7 -7
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +5 -0
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +164 -157
- package/components/dropdown/v4/index.d.ts +67 -2
- package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue2.js +1 -1
- package/components/filtersPanel/v4/FiltersPanelV4.vue.js +3 -3
- package/components/filtersPanel/v4/FiltersPanelV4.vue2.js +1 -1
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +1 -1
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +57 -56
- package/components/sortableList/SortableItemLabel.vue.js +3 -3
- package/components/sortableList/SortableItemLabel.vue2.js +20 -23
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +82 -76
- package/components/table/common/Table.common.d.ts +1 -1
- package/components/table/common/Table.common.js +78 -70
- package/components/table/common/consts.d.ts +4 -0
- package/components/table/common/consts.js +7 -0
- package/components/table/v4/DataGrid.vue.d.ts +10 -5
- package/components/table/v4/DataGrid.vue.js +3 -3
- package/components/table/v4/DataGrid.vue2.js +173 -171
- package/components/table/v4/DataGridMenu.vue.js +5 -5
- package/components/table/v4/DataGridMenu.vue2.js +1 -1
- package/components/table/v4/index.d.ts +39 -20
- package/components/table-cells/common/Editable.common.js +24 -19
- package/components/typography/v4/Typography.vue.js +3 -3
- package/components/typography/v4/Typography.vue2.js +24 -18
- package/index.d.ts +252 -46
- package/package.json +1 -1
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/style/v4/spacings.scss +1 -0
- package/testids/index.d.ts +1 -0
- package/testids/index.js +13 -13
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_039dd922_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2aee12ad_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_2406226b_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_a6e4672f_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_c65df8d7_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_6466948d_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +0 -1
- package/FiltersPanelV4.vue_vue_type_style_index_0_scoped_111b200a_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_c7965a69_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_9dd4d372_lang.css +0 -1
- package/SortableItemLabel.vue_vue_type_style_index_0_scoped_1386ae20_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_992962bc_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -5632,11 +5632,12 @@ declare const _default: {
|
|
|
5632
5632
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5633
5633
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5634
5634
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5635
|
-
isSelectionSticky: boolean;
|
|
5636
5635
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5637
5636
|
zIndexBase: number;
|
|
5638
5637
|
rowCustomClassKey: string;
|
|
5639
5638
|
rowDataKey: string;
|
|
5639
|
+
isSelectionSticky: boolean;
|
|
5640
|
+
isSelectionBordered: boolean;
|
|
5640
5641
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5641
5642
|
sort: {
|
|
5642
5643
|
type: import("vue").PropType<tableV3.Sort>;
|
|
@@ -5734,10 +5735,6 @@ declare const _default: {
|
|
|
5734
5735
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5735
5736
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
5736
5737
|
};
|
|
5737
|
-
isSelectionSticky: {
|
|
5738
|
-
type: import("vue").PropType<boolean>;
|
|
5739
|
-
default: boolean;
|
|
5740
|
-
};
|
|
5741
5738
|
emptyStateVariant: {
|
|
5742
5739
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5743
5740
|
default: any;
|
|
@@ -5754,6 +5751,14 @@ declare const _default: {
|
|
|
5754
5751
|
type: import("vue").PropType<string>;
|
|
5755
5752
|
default: string;
|
|
5756
5753
|
};
|
|
5754
|
+
isSelectionSticky: {
|
|
5755
|
+
type: import("vue").PropType<boolean>;
|
|
5756
|
+
default: boolean;
|
|
5757
|
+
};
|
|
5758
|
+
isSelectionBordered: {
|
|
5759
|
+
type: import("vue").PropType<boolean>;
|
|
5760
|
+
default: boolean;
|
|
5761
|
+
};
|
|
5757
5762
|
}>> & {
|
|
5758
5763
|
onSelectAll?: (value: boolean) => any;
|
|
5759
5764
|
onLoadMore?: () => any;
|
|
@@ -5765,7 +5770,7 @@ declare const _default: {
|
|
|
5765
5770
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5766
5771
|
onSelectRow?: (value: boolean) => any;
|
|
5767
5772
|
onClickRow?: (rowIndex: number) => any;
|
|
5768
|
-
} & 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" | "
|
|
5773
|
+
} & 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" | "isSelectionSticky" | "isSelectionBordered">;
|
|
5769
5774
|
$attrs: {
|
|
5770
5775
|
[x: string]: unknown;
|
|
5771
5776
|
};
|
|
@@ -5876,10 +5881,6 @@ declare const _default: {
|
|
|
5876
5881
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
5877
5882
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
5878
5883
|
};
|
|
5879
|
-
isSelectionSticky: {
|
|
5880
|
-
type: import("vue").PropType<boolean>;
|
|
5881
|
-
default: boolean;
|
|
5882
|
-
};
|
|
5883
5884
|
emptyStateVariant: {
|
|
5884
5885
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5885
5886
|
default: any;
|
|
@@ -5896,6 +5897,14 @@ declare const _default: {
|
|
|
5896
5897
|
type: import("vue").PropType<string>;
|
|
5897
5898
|
default: string;
|
|
5898
5899
|
};
|
|
5900
|
+
isSelectionSticky: {
|
|
5901
|
+
type: import("vue").PropType<boolean>;
|
|
5902
|
+
default: boolean;
|
|
5903
|
+
};
|
|
5904
|
+
isSelectionBordered: {
|
|
5905
|
+
type: import("vue").PropType<boolean>;
|
|
5906
|
+
default: boolean;
|
|
5907
|
+
};
|
|
5899
5908
|
}>> & {
|
|
5900
5909
|
onSelectAll?: (value: boolean) => any;
|
|
5901
5910
|
onLoadMore?: () => any;
|
|
@@ -5943,11 +5952,12 @@ declare const _default: {
|
|
|
5943
5952
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5944
5953
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5945
5954
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5946
|
-
isSelectionSticky: boolean;
|
|
5947
5955
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5948
5956
|
zIndexBase: number;
|
|
5949
5957
|
rowCustomClassKey: string;
|
|
5950
5958
|
rowDataKey: string;
|
|
5959
|
+
isSelectionSticky: boolean;
|
|
5960
|
+
isSelectionBordered: boolean;
|
|
5951
5961
|
}, {}, string> & {
|
|
5952
5962
|
beforeCreate?: (() => void) | (() => void)[];
|
|
5953
5963
|
created?: (() => void) | (() => void)[];
|
|
@@ -6065,10 +6075,6 @@ declare const _default: {
|
|
|
6065
6075
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6066
6076
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6067
6077
|
};
|
|
6068
|
-
isSelectionSticky: {
|
|
6069
|
-
type: import("vue").PropType<boolean>;
|
|
6070
|
-
default: boolean;
|
|
6071
|
-
};
|
|
6072
6078
|
emptyStateVariant: {
|
|
6073
6079
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6074
6080
|
default: any;
|
|
@@ -6085,6 +6091,14 @@ declare const _default: {
|
|
|
6085
6091
|
type: import("vue").PropType<string>;
|
|
6086
6092
|
default: string;
|
|
6087
6093
|
};
|
|
6094
|
+
isSelectionSticky: {
|
|
6095
|
+
type: import("vue").PropType<boolean>;
|
|
6096
|
+
default: boolean;
|
|
6097
|
+
};
|
|
6098
|
+
isSelectionBordered: {
|
|
6099
|
+
type: import("vue").PropType<boolean>;
|
|
6100
|
+
default: boolean;
|
|
6101
|
+
};
|
|
6088
6102
|
}>> & {
|
|
6089
6103
|
onSelectAll?: (value: boolean) => any;
|
|
6090
6104
|
onLoadMore?: () => any;
|
|
@@ -6199,10 +6213,6 @@ declare const _default: {
|
|
|
6199
6213
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6200
6214
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6201
6215
|
};
|
|
6202
|
-
isSelectionSticky: {
|
|
6203
|
-
type: import("vue").PropType<boolean>;
|
|
6204
|
-
default: boolean;
|
|
6205
|
-
};
|
|
6206
6216
|
emptyStateVariant: {
|
|
6207
6217
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6208
6218
|
default: any;
|
|
@@ -6219,6 +6229,14 @@ declare const _default: {
|
|
|
6219
6229
|
type: import("vue").PropType<string>;
|
|
6220
6230
|
default: string;
|
|
6221
6231
|
};
|
|
6232
|
+
isSelectionSticky: {
|
|
6233
|
+
type: import("vue").PropType<boolean>;
|
|
6234
|
+
default: boolean;
|
|
6235
|
+
};
|
|
6236
|
+
isSelectionBordered: {
|
|
6237
|
+
type: import("vue").PropType<boolean>;
|
|
6238
|
+
default: boolean;
|
|
6239
|
+
};
|
|
6222
6240
|
}>> & {
|
|
6223
6241
|
onSelectAll?: (value: boolean) => any;
|
|
6224
6242
|
onLoadMore?: () => any;
|
|
@@ -6266,11 +6284,12 @@ declare const _default: {
|
|
|
6266
6284
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6267
6285
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6268
6286
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6269
|
-
isSelectionSticky: boolean;
|
|
6270
6287
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6271
6288
|
zIndexBase: number;
|
|
6272
6289
|
rowCustomClassKey: string;
|
|
6273
6290
|
rowDataKey: string;
|
|
6291
|
+
isSelectionSticky: boolean;
|
|
6292
|
+
isSelectionBordered: boolean;
|
|
6274
6293
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
6275
6294
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
6276
6295
|
column: tableV3.Column;
|
|
@@ -6420,11 +6439,12 @@ declare const _default: {
|
|
|
6420
6439
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6421
6440
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6422
6441
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6423
|
-
isSelectionSticky: boolean;
|
|
6424
6442
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6425
6443
|
zIndexBase: number;
|
|
6426
6444
|
rowCustomClassKey: string;
|
|
6427
6445
|
rowDataKey: string;
|
|
6446
|
+
isSelectionSticky: boolean;
|
|
6447
|
+
isSelectionBordered: boolean;
|
|
6428
6448
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
6429
6449
|
sort: {
|
|
6430
6450
|
type: import("vue").PropType<tableV3.Sort>;
|
|
@@ -6522,10 +6542,6 @@ declare const _default: {
|
|
|
6522
6542
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6523
6543
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6524
6544
|
};
|
|
6525
|
-
isSelectionSticky: {
|
|
6526
|
-
type: import("vue").PropType<boolean>;
|
|
6527
|
-
default: boolean;
|
|
6528
|
-
};
|
|
6529
6545
|
emptyStateVariant: {
|
|
6530
6546
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6531
6547
|
default: any;
|
|
@@ -6542,6 +6558,14 @@ declare const _default: {
|
|
|
6542
6558
|
type: import("vue").PropType<string>;
|
|
6543
6559
|
default: string;
|
|
6544
6560
|
};
|
|
6561
|
+
isSelectionSticky: {
|
|
6562
|
+
type: import("vue").PropType<boolean>;
|
|
6563
|
+
default: boolean;
|
|
6564
|
+
};
|
|
6565
|
+
isSelectionBordered: {
|
|
6566
|
+
type: import("vue").PropType<boolean>;
|
|
6567
|
+
default: boolean;
|
|
6568
|
+
};
|
|
6545
6569
|
}>> & {
|
|
6546
6570
|
onSelectAll?: (value: boolean) => any;
|
|
6547
6571
|
onLoadMore?: () => any;
|
|
@@ -6553,7 +6577,7 @@ declare const _default: {
|
|
|
6553
6577
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6554
6578
|
onSelectRow?: (value: boolean) => any;
|
|
6555
6579
|
onClickRow?: (rowIndex: number) => any;
|
|
6556
|
-
} & 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" | "
|
|
6580
|
+
} & 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" | "isSelectionSticky" | "isSelectionBordered">;
|
|
6557
6581
|
$attrs: {
|
|
6558
6582
|
[x: string]: unknown;
|
|
6559
6583
|
};
|
|
@@ -6664,10 +6688,6 @@ declare const _default: {
|
|
|
6664
6688
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6665
6689
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6666
6690
|
};
|
|
6667
|
-
isSelectionSticky: {
|
|
6668
|
-
type: import("vue").PropType<boolean>;
|
|
6669
|
-
default: boolean;
|
|
6670
|
-
};
|
|
6671
6691
|
emptyStateVariant: {
|
|
6672
6692
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6673
6693
|
default: any;
|
|
@@ -6684,6 +6704,14 @@ declare const _default: {
|
|
|
6684
6704
|
type: import("vue").PropType<string>;
|
|
6685
6705
|
default: string;
|
|
6686
6706
|
};
|
|
6707
|
+
isSelectionSticky: {
|
|
6708
|
+
type: import("vue").PropType<boolean>;
|
|
6709
|
+
default: boolean;
|
|
6710
|
+
};
|
|
6711
|
+
isSelectionBordered: {
|
|
6712
|
+
type: import("vue").PropType<boolean>;
|
|
6713
|
+
default: boolean;
|
|
6714
|
+
};
|
|
6687
6715
|
}>> & {
|
|
6688
6716
|
onSelectAll?: (value: boolean) => any;
|
|
6689
6717
|
onLoadMore?: () => any;
|
|
@@ -6731,11 +6759,12 @@ declare const _default: {
|
|
|
6731
6759
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6732
6760
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6733
6761
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6734
|
-
isSelectionSticky: boolean;
|
|
6735
6762
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6736
6763
|
zIndexBase: number;
|
|
6737
6764
|
rowCustomClassKey: string;
|
|
6738
6765
|
rowDataKey: string;
|
|
6766
|
+
isSelectionSticky: boolean;
|
|
6767
|
+
isSelectionBordered: boolean;
|
|
6739
6768
|
}, {}, string> & {
|
|
6740
6769
|
beforeCreate?: (() => void) | (() => void)[];
|
|
6741
6770
|
created?: (() => void) | (() => void)[];
|
|
@@ -6853,10 +6882,6 @@ declare const _default: {
|
|
|
6853
6882
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6854
6883
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6855
6884
|
};
|
|
6856
|
-
isSelectionSticky: {
|
|
6857
|
-
type: import("vue").PropType<boolean>;
|
|
6858
|
-
default: boolean;
|
|
6859
|
-
};
|
|
6860
6885
|
emptyStateVariant: {
|
|
6861
6886
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6862
6887
|
default: any;
|
|
@@ -6873,6 +6898,14 @@ declare const _default: {
|
|
|
6873
6898
|
type: import("vue").PropType<string>;
|
|
6874
6899
|
default: string;
|
|
6875
6900
|
};
|
|
6901
|
+
isSelectionSticky: {
|
|
6902
|
+
type: import("vue").PropType<boolean>;
|
|
6903
|
+
default: boolean;
|
|
6904
|
+
};
|
|
6905
|
+
isSelectionBordered: {
|
|
6906
|
+
type: import("vue").PropType<boolean>;
|
|
6907
|
+
default: boolean;
|
|
6908
|
+
};
|
|
6876
6909
|
}>> & {
|
|
6877
6910
|
onSelectAll?: (value: boolean) => any;
|
|
6878
6911
|
onLoadMore?: () => any;
|
|
@@ -6987,10 +7020,6 @@ declare const _default: {
|
|
|
6987
7020
|
type: import("vue").PropType<(rowId: unknown, selected: unknown) => boolean>;
|
|
6988
7021
|
default: (rowId: any, selectedItem: any) => boolean;
|
|
6989
7022
|
};
|
|
6990
|
-
isSelectionSticky: {
|
|
6991
|
-
type: import("vue").PropType<boolean>;
|
|
6992
|
-
default: boolean;
|
|
6993
|
-
};
|
|
6994
7023
|
emptyStateVariant: {
|
|
6995
7024
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6996
7025
|
default: any;
|
|
@@ -7007,6 +7036,14 @@ declare const _default: {
|
|
|
7007
7036
|
type: import("vue").PropType<string>;
|
|
7008
7037
|
default: string;
|
|
7009
7038
|
};
|
|
7039
|
+
isSelectionSticky: {
|
|
7040
|
+
type: import("vue").PropType<boolean>;
|
|
7041
|
+
default: boolean;
|
|
7042
|
+
};
|
|
7043
|
+
isSelectionBordered: {
|
|
7044
|
+
type: import("vue").PropType<boolean>;
|
|
7045
|
+
default: boolean;
|
|
7046
|
+
};
|
|
7010
7047
|
}>> & {
|
|
7011
7048
|
onSelectAll?: (value: boolean) => any;
|
|
7012
7049
|
onLoadMore?: () => any;
|
|
@@ -7054,11 +7091,12 @@ declare const _default: {
|
|
|
7054
7091
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7055
7092
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7056
7093
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
7057
|
-
isSelectionSticky: boolean;
|
|
7058
7094
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7059
7095
|
zIndexBase: number;
|
|
7060
7096
|
rowCustomClassKey: string;
|
|
7061
7097
|
rowDataKey: string;
|
|
7098
|
+
isSelectionSticky: boolean;
|
|
7099
|
+
isSelectionBordered: boolean;
|
|
7062
7100
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
7063
7101
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
7064
7102
|
column: tableV3.Column;
|
|
@@ -10338,6 +10376,7 @@ declare const _default: {
|
|
|
10338
10376
|
saveButtonColor: string;
|
|
10339
10377
|
cancelButtonLabel: string;
|
|
10340
10378
|
cancelButtonColor: string;
|
|
10379
|
+
noPadding: boolean;
|
|
10341
10380
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10342
10381
|
title: {
|
|
10343
10382
|
type: import("vue").PropType<string>;
|
|
@@ -10427,13 +10466,17 @@ declare const _default: {
|
|
|
10427
10466
|
type: import("vue").PropType<string>;
|
|
10428
10467
|
default: string;
|
|
10429
10468
|
};
|
|
10469
|
+
noPadding: {
|
|
10470
|
+
type: import("vue").PropType<boolean>;
|
|
10471
|
+
default: boolean;
|
|
10472
|
+
};
|
|
10430
10473
|
}>> & {
|
|
10431
10474
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10432
10475
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
10433
10476
|
onCancel?: () => any;
|
|
10434
10477
|
onOpen?: () => any;
|
|
10435
10478
|
onSave?: () => any;
|
|
10436
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showCancelButton" | "showSaveButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
|
|
10479
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showCancelButton" | "showSaveButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor" | "noPadding">;
|
|
10437
10480
|
$attrs: {
|
|
10438
10481
|
[x: string]: unknown;
|
|
10439
10482
|
};
|
|
@@ -10536,6 +10579,10 @@ declare const _default: {
|
|
|
10536
10579
|
type: import("vue").PropType<string>;
|
|
10537
10580
|
default: string;
|
|
10538
10581
|
};
|
|
10582
|
+
noPadding: {
|
|
10583
|
+
type: import("vue").PropType<boolean>;
|
|
10584
|
+
default: boolean;
|
|
10585
|
+
};
|
|
10539
10586
|
}>> & {
|
|
10540
10587
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10541
10588
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10570,6 +10617,7 @@ declare const _default: {
|
|
|
10570
10617
|
saveButtonColor: string;
|
|
10571
10618
|
cancelButtonLabel: string;
|
|
10572
10619
|
cancelButtonColor: string;
|
|
10620
|
+
noPadding: boolean;
|
|
10573
10621
|
}, {}, string> & {
|
|
10574
10622
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10575
10623
|
created?: (() => void) | (() => void)[];
|
|
@@ -10679,6 +10727,10 @@ declare const _default: {
|
|
|
10679
10727
|
type: import("vue").PropType<string>;
|
|
10680
10728
|
default: string;
|
|
10681
10729
|
};
|
|
10730
|
+
noPadding: {
|
|
10731
|
+
type: import("vue").PropType<boolean>;
|
|
10732
|
+
default: boolean;
|
|
10733
|
+
};
|
|
10682
10734
|
}>> & {
|
|
10683
10735
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10684
10736
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10778,6 +10830,10 @@ declare const _default: {
|
|
|
10778
10830
|
type: import("vue").PropType<string>;
|
|
10779
10831
|
default: string;
|
|
10780
10832
|
};
|
|
10833
|
+
noPadding: {
|
|
10834
|
+
type: import("vue").PropType<boolean>;
|
|
10835
|
+
default: boolean;
|
|
10836
|
+
};
|
|
10781
10837
|
}>> & {
|
|
10782
10838
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10783
10839
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -10812,6 +10868,7 @@ declare const _default: {
|
|
|
10812
10868
|
saveButtonColor: string;
|
|
10813
10869
|
cancelButtonLabel: string;
|
|
10814
10870
|
cancelButtonColor: string;
|
|
10871
|
+
noPadding: boolean;
|
|
10815
10872
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10816
10873
|
$slots: {
|
|
10817
10874
|
header?(_: {}): any;
|
|
@@ -10845,6 +10902,7 @@ declare const _default: {
|
|
|
10845
10902
|
saveButtonColor: string;
|
|
10846
10903
|
cancelButtonLabel: string;
|
|
10847
10904
|
cancelButtonColor: string;
|
|
10905
|
+
noPadding: boolean;
|
|
10848
10906
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10849
10907
|
title: {
|
|
10850
10908
|
type: import("vue").PropType<string>;
|
|
@@ -10934,13 +10992,17 @@ declare const _default: {
|
|
|
10934
10992
|
type: import("vue").PropType<string>;
|
|
10935
10993
|
default: string;
|
|
10936
10994
|
};
|
|
10995
|
+
noPadding: {
|
|
10996
|
+
type: import("vue").PropType<boolean>;
|
|
10997
|
+
default: boolean;
|
|
10998
|
+
};
|
|
10937
10999
|
}>> & {
|
|
10938
11000
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
10939
11001
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
10940
11002
|
onCancel?: () => any;
|
|
10941
11003
|
onOpen?: () => any;
|
|
10942
11004
|
onSave?: () => any;
|
|
10943
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showCancelButton" | "showSaveButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor">;
|
|
11005
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "size" | "content" | "subtitle" | "appendToBody" | "closeDelay" | "openDelay" | "escapeToClose" | "showBackdrop" | "closeOnClickOutside" | "beforeClose" | "showCloseButton" | "showCancelButton" | "showSaveButton" | "showFooter" | "saveButtonLabel" | "saveButtonLoading" | "saveButtonColor" | "cancelButtonLabel" | "cancelButtonColor" | "noPadding">;
|
|
10944
11006
|
$attrs: {
|
|
10945
11007
|
[x: string]: unknown;
|
|
10946
11008
|
};
|
|
@@ -11043,6 +11105,10 @@ declare const _default: {
|
|
|
11043
11105
|
type: import("vue").PropType<string>;
|
|
11044
11106
|
default: string;
|
|
11045
11107
|
};
|
|
11108
|
+
noPadding: {
|
|
11109
|
+
type: import("vue").PropType<boolean>;
|
|
11110
|
+
default: boolean;
|
|
11111
|
+
};
|
|
11046
11112
|
}>> & {
|
|
11047
11113
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
11048
11114
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -11077,6 +11143,7 @@ declare const _default: {
|
|
|
11077
11143
|
saveButtonColor: string;
|
|
11078
11144
|
cancelButtonLabel: string;
|
|
11079
11145
|
cancelButtonColor: string;
|
|
11146
|
+
noPadding: boolean;
|
|
11080
11147
|
}, {}, string> & {
|
|
11081
11148
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11082
11149
|
created?: (() => void) | (() => void)[];
|
|
@@ -11186,6 +11253,10 @@ declare const _default: {
|
|
|
11186
11253
|
type: import("vue").PropType<string>;
|
|
11187
11254
|
default: string;
|
|
11188
11255
|
};
|
|
11256
|
+
noPadding: {
|
|
11257
|
+
type: import("vue").PropType<boolean>;
|
|
11258
|
+
default: boolean;
|
|
11259
|
+
};
|
|
11189
11260
|
}>> & {
|
|
11190
11261
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
11191
11262
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -11285,6 +11356,10 @@ declare const _default: {
|
|
|
11285
11356
|
type: import("vue").PropType<string>;
|
|
11286
11357
|
default: string;
|
|
11287
11358
|
};
|
|
11359
|
+
noPadding: {
|
|
11360
|
+
type: import("vue").PropType<boolean>;
|
|
11361
|
+
default: boolean;
|
|
11362
|
+
};
|
|
11288
11363
|
}>> & {
|
|
11289
11364
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
11290
11365
|
onClose?: (reason: dialogV3.Reason) => any;
|
|
@@ -11319,6 +11394,7 @@ declare const _default: {
|
|
|
11319
11394
|
saveButtonColor: string;
|
|
11320
11395
|
cancelButtonLabel: string;
|
|
11321
11396
|
cancelButtonColor: string;
|
|
11397
|
+
noPadding: boolean;
|
|
11322
11398
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11323
11399
|
$slots: {
|
|
11324
11400
|
header?(_: {}): any;
|
|
@@ -16356,6 +16432,7 @@ declare const _default: {
|
|
|
16356
16432
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16357
16433
|
onOnsearch?: (value: string) => any;
|
|
16358
16434
|
onLoadMore?: () => any;
|
|
16435
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16359
16436
|
onOpened?: () => any;
|
|
16360
16437
|
onClosed?: () => any;
|
|
16361
16438
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
@@ -16370,7 +16447,7 @@ declare const _default: {
|
|
|
16370
16447
|
}>;
|
|
16371
16448
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
16372
16449
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
16373
|
-
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
16450
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "unsavedSelectionUpdate", value: unknown[]) => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
16374
16451
|
$el: any;
|
|
16375
16452
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
16376
16453
|
theme: {
|
|
@@ -16624,6 +16701,7 @@ declare const _default: {
|
|
|
16624
16701
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16625
16702
|
onOnsearch?: (value: string) => any;
|
|
16626
16703
|
onLoadMore?: () => any;
|
|
16704
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16627
16705
|
onOpened?: () => any;
|
|
16628
16706
|
onClosed?: () => any;
|
|
16629
16707
|
}, {
|
|
@@ -16641,6 +16719,7 @@ declare const _default: {
|
|
|
16641
16719
|
onsearch: (value: string) => void;
|
|
16642
16720
|
loadMore: () => void;
|
|
16643
16721
|
allSelectedChanged: (value: boolean) => void;
|
|
16722
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
16644
16723
|
}, string, {
|
|
16645
16724
|
theme: string;
|
|
16646
16725
|
testId: string;
|
|
@@ -16970,6 +17049,7 @@ declare const _default: {
|
|
|
16970
17049
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16971
17050
|
onOnsearch?: (value: string) => any;
|
|
16972
17051
|
onLoadMore?: () => any;
|
|
17052
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
16973
17053
|
onOpened?: () => any;
|
|
16974
17054
|
onClosed?: () => any;
|
|
16975
17055
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -17231,6 +17311,7 @@ declare const _default: {
|
|
|
17231
17311
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
17232
17312
|
onOnsearch?: (value: string) => any;
|
|
17233
17313
|
onLoadMore?: () => any;
|
|
17314
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
17234
17315
|
onOpened?: () => any;
|
|
17235
17316
|
onClosed?: () => any;
|
|
17236
17317
|
}, {
|
|
@@ -17248,6 +17329,7 @@ declare const _default: {
|
|
|
17248
17329
|
onsearch: (value: string) => void;
|
|
17249
17330
|
loadMore: () => void;
|
|
17250
17331
|
allSelectedChanged: (value: boolean) => void;
|
|
17332
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
17251
17333
|
}, string, {
|
|
17252
17334
|
theme: string;
|
|
17253
17335
|
testId: string;
|
|
@@ -20952,6 +21034,7 @@ declare const _default: {
|
|
|
20952
21034
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20953
21035
|
onOnsearch?: (value: string) => any;
|
|
20954
21036
|
onLoadMore?: () => any;
|
|
21037
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
20955
21038
|
onOpened?: () => any;
|
|
20956
21039
|
onClosed?: () => any;
|
|
20957
21040
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "testId" | "placement" | "disabled" | "distance" | "container" | "popperClass" | "size" | "flip" | "mandatory" | "skidding" | "modelValue" | "selected" | "valueToCopy" | "placeholder" | "multi" | "infiniteLoading" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "onClearSearch" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "optionsEndTextIconKey" | "optionFlagKey" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "groupedOptions" | "comparingKey" | "customNumberOfDisplayedOptions" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation" | "withConditions">;
|
|
@@ -20966,7 +21049,7 @@ declare const _default: {
|
|
|
20966
21049
|
}>;
|
|
20967
21050
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20968
21051
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20969
|
-
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
21052
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "allSelectedChanged", value: boolean) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "loadMore") => void) & ((event: "unsavedSelectionUpdate", value: unknown[]) => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
20970
21053
|
$el: any;
|
|
20971
21054
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
20972
21055
|
theme: {
|
|
@@ -21220,6 +21303,7 @@ declare const _default: {
|
|
|
21220
21303
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21221
21304
|
onOnsearch?: (value: string) => any;
|
|
21222
21305
|
onLoadMore?: () => any;
|
|
21306
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
21223
21307
|
onOpened?: () => any;
|
|
21224
21308
|
onClosed?: () => any;
|
|
21225
21309
|
}, {
|
|
@@ -21237,6 +21321,7 @@ declare const _default: {
|
|
|
21237
21321
|
onsearch: (value: string) => void;
|
|
21238
21322
|
loadMore: () => void;
|
|
21239
21323
|
allSelectedChanged: (value: boolean) => void;
|
|
21324
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
21240
21325
|
}, string, {
|
|
21241
21326
|
theme: string;
|
|
21242
21327
|
testId: string;
|
|
@@ -21566,6 +21651,7 @@ declare const _default: {
|
|
|
21566
21651
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21567
21652
|
onOnsearch?: (value: string) => any;
|
|
21568
21653
|
onLoadMore?: () => any;
|
|
21654
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
21569
21655
|
onOpened?: () => any;
|
|
21570
21656
|
onClosed?: () => any;
|
|
21571
21657
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -21827,6 +21913,7 @@ declare const _default: {
|
|
|
21827
21913
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21828
21914
|
onOnsearch?: (value: string) => any;
|
|
21829
21915
|
onLoadMore?: () => any;
|
|
21916
|
+
onUnsavedSelectionUpdate?: (value: unknown[]) => any;
|
|
21830
21917
|
onOpened?: () => any;
|
|
21831
21918
|
onClosed?: () => any;
|
|
21832
21919
|
}, {
|
|
@@ -21844,6 +21931,7 @@ declare const _default: {
|
|
|
21844
21931
|
onsearch: (value: string) => void;
|
|
21845
21932
|
loadMore: () => void;
|
|
21846
21933
|
allSelectedChanged: (value: boolean) => void;
|
|
21934
|
+
unsavedSelectionUpdate: (value: unknown[]) => void;
|
|
21847
21935
|
}, string, {
|
|
21848
21936
|
theme: string;
|
|
21849
21937
|
testId: string;
|
|
@@ -22055,6 +22143,7 @@ declare const _default: {
|
|
|
22055
22143
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22056
22144
|
disabledOptionKey: string;
|
|
22057
22145
|
optionEndTextIconKey: string;
|
|
22146
|
+
debug: boolean;
|
|
22058
22147
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
22059
22148
|
testId: {
|
|
22060
22149
|
type: import("vue").PropType<string>;
|
|
@@ -22139,10 +22228,15 @@ declare const _default: {
|
|
|
22139
22228
|
type: import("vue").PropType<string[] | number[]>;
|
|
22140
22229
|
required: true;
|
|
22141
22230
|
};
|
|
22231
|
+
debug: {
|
|
22232
|
+
type: import("vue").PropType<boolean>;
|
|
22233
|
+
required: true;
|
|
22234
|
+
default: boolean;
|
|
22235
|
+
};
|
|
22142
22236
|
}>> & {
|
|
22143
22237
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22144
22238
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
22145
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
22239
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey" | "debug">;
|
|
22146
22240
|
$attrs: {
|
|
22147
22241
|
[x: string]: unknown;
|
|
22148
22242
|
};
|
|
@@ -22240,6 +22334,11 @@ declare const _default: {
|
|
|
22240
22334
|
type: import("vue").PropType<string[] | number[]>;
|
|
22241
22335
|
required: true;
|
|
22242
22336
|
};
|
|
22337
|
+
debug: {
|
|
22338
|
+
type: import("vue").PropType<boolean>;
|
|
22339
|
+
required: true;
|
|
22340
|
+
default: boolean;
|
|
22341
|
+
};
|
|
22243
22342
|
}>> & {
|
|
22244
22343
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22245
22344
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
@@ -22262,6 +22361,7 @@ declare const _default: {
|
|
|
22262
22361
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22263
22362
|
disabledOptionKey: string;
|
|
22264
22363
|
optionEndTextIconKey: string;
|
|
22364
|
+
debug: boolean;
|
|
22265
22365
|
}, {}, string> & {
|
|
22266
22366
|
beforeCreate?: (() => void) | (() => void)[];
|
|
22267
22367
|
created?: (() => void) | (() => void)[];
|
|
@@ -22366,6 +22466,11 @@ declare const _default: {
|
|
|
22366
22466
|
type: import("vue").PropType<string[] | number[]>;
|
|
22367
22467
|
required: true;
|
|
22368
22468
|
};
|
|
22469
|
+
debug: {
|
|
22470
|
+
type: import("vue").PropType<boolean>;
|
|
22471
|
+
required: true;
|
|
22472
|
+
default: boolean;
|
|
22473
|
+
};
|
|
22369
22474
|
}>> & {
|
|
22370
22475
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22371
22476
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
@@ -22457,6 +22562,11 @@ declare const _default: {
|
|
|
22457
22562
|
type: import("vue").PropType<string[] | number[]>;
|
|
22458
22563
|
required: true;
|
|
22459
22564
|
};
|
|
22565
|
+
debug: {
|
|
22566
|
+
type: import("vue").PropType<boolean>;
|
|
22567
|
+
required: true;
|
|
22568
|
+
default: boolean;
|
|
22569
|
+
};
|
|
22460
22570
|
}>> & {
|
|
22461
22571
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
22462
22572
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
@@ -22479,6 +22589,7 @@ declare const _default: {
|
|
|
22479
22589
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22480
22590
|
disabledOptionKey: string;
|
|
22481
22591
|
optionEndTextIconKey: string;
|
|
22592
|
+
debug: boolean;
|
|
22482
22593
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
22483
22594
|
$slots: {
|
|
22484
22595
|
"trigger-end-icon"?(_: {}): any;
|
|
@@ -22506,6 +22617,14 @@ declare const _default: {
|
|
|
22506
22617
|
required: true;
|
|
22507
22618
|
default: string;
|
|
22508
22619
|
};
|
|
22620
|
+
optionFlagKey: {
|
|
22621
|
+
type: import("vue").PropType<string>;
|
|
22622
|
+
default: string;
|
|
22623
|
+
};
|
|
22624
|
+
groupedOptions: {
|
|
22625
|
+
type: import("vue").PropType<boolean>;
|
|
22626
|
+
default: boolean;
|
|
22627
|
+
};
|
|
22509
22628
|
comparingKey: {
|
|
22510
22629
|
type: import("vue").PropType<string>;
|
|
22511
22630
|
required: true;
|
|
@@ -22547,6 +22666,14 @@ declare const _default: {
|
|
|
22547
22666
|
type: import("vue").PropType<() => Promise<void>>;
|
|
22548
22667
|
default: any;
|
|
22549
22668
|
};
|
|
22669
|
+
fetchDataDebounceTime: {
|
|
22670
|
+
type: import("vue").PropType<number>;
|
|
22671
|
+
default: number;
|
|
22672
|
+
};
|
|
22673
|
+
autoFocusSearch: {
|
|
22674
|
+
type: import("vue").PropType<boolean>;
|
|
22675
|
+
default: boolean;
|
|
22676
|
+
};
|
|
22550
22677
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22551
22678
|
"update:selectedCondition": (value: {
|
|
22552
22679
|
label: string;
|
|
@@ -22578,6 +22705,14 @@ declare const _default: {
|
|
|
22578
22705
|
required: true;
|
|
22579
22706
|
default: string;
|
|
22580
22707
|
};
|
|
22708
|
+
optionFlagKey: {
|
|
22709
|
+
type: import("vue").PropType<string>;
|
|
22710
|
+
default: string;
|
|
22711
|
+
};
|
|
22712
|
+
groupedOptions: {
|
|
22713
|
+
type: import("vue").PropType<boolean>;
|
|
22714
|
+
default: boolean;
|
|
22715
|
+
};
|
|
22581
22716
|
comparingKey: {
|
|
22582
22717
|
type: import("vue").PropType<string>;
|
|
22583
22718
|
required: true;
|
|
@@ -22619,6 +22754,14 @@ declare const _default: {
|
|
|
22619
22754
|
type: import("vue").PropType<() => Promise<void>>;
|
|
22620
22755
|
default: any;
|
|
22621
22756
|
};
|
|
22757
|
+
fetchDataDebounceTime: {
|
|
22758
|
+
type: import("vue").PropType<number>;
|
|
22759
|
+
default: number;
|
|
22760
|
+
};
|
|
22761
|
+
autoFocusSearch: {
|
|
22762
|
+
type: import("vue").PropType<boolean>;
|
|
22763
|
+
default: boolean;
|
|
22764
|
+
};
|
|
22622
22765
|
}>> & {
|
|
22623
22766
|
onClear?: () => any;
|
|
22624
22767
|
"onUpdate:selectedCondition"?: (value: {
|
|
@@ -22633,10 +22776,14 @@ declare const _default: {
|
|
|
22633
22776
|
isOpen: boolean;
|
|
22634
22777
|
infiniteLoading: boolean;
|
|
22635
22778
|
optionNameKey: string;
|
|
22779
|
+
optionFlagKey: string;
|
|
22780
|
+
groupedOptions: boolean;
|
|
22636
22781
|
comparingKey: string;
|
|
22637
22782
|
minCharsToStart: number;
|
|
22638
22783
|
searchQuery: string;
|
|
22639
22784
|
loadMoreFn: () => Promise<void>;
|
|
22785
|
+
fetchDataDebounceTime: number;
|
|
22786
|
+
autoFocusSearch: boolean;
|
|
22640
22787
|
}>)[];
|
|
22641
22788
|
Option: {
|
|
22642
22789
|
new (...args: any[]): {
|
|
@@ -23158,6 +23305,7 @@ declare const _default: {
|
|
|
23158
23305
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23159
23306
|
disabledOptionKey: string;
|
|
23160
23307
|
optionEndTextIconKey: string;
|
|
23308
|
+
debug: boolean;
|
|
23161
23309
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
23162
23310
|
testId: {
|
|
23163
23311
|
type: import("vue").PropType<string>;
|
|
@@ -23242,10 +23390,15 @@ declare const _default: {
|
|
|
23242
23390
|
type: import("vue").PropType<string[] | number[]>;
|
|
23243
23391
|
required: true;
|
|
23244
23392
|
};
|
|
23393
|
+
debug: {
|
|
23394
|
+
type: import("vue").PropType<boolean>;
|
|
23395
|
+
required: true;
|
|
23396
|
+
default: boolean;
|
|
23397
|
+
};
|
|
23245
23398
|
}>> & {
|
|
23246
23399
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
23247
23400
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
23248
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey">;
|
|
23401
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "size" | "selected" | "valueToCopy" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "disabledOptionKey" | "optionEndTextIconKey" | "debug">;
|
|
23249
23402
|
$attrs: {
|
|
23250
23403
|
[x: string]: unknown;
|
|
23251
23404
|
};
|
|
@@ -23343,6 +23496,11 @@ declare const _default: {
|
|
|
23343
23496
|
type: import("vue").PropType<string[] | number[]>;
|
|
23344
23497
|
required: true;
|
|
23345
23498
|
};
|
|
23499
|
+
debug: {
|
|
23500
|
+
type: import("vue").PropType<boolean>;
|
|
23501
|
+
required: true;
|
|
23502
|
+
default: boolean;
|
|
23503
|
+
};
|
|
23346
23504
|
}>> & {
|
|
23347
23505
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
23348
23506
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
@@ -23365,6 +23523,7 @@ declare const _default: {
|
|
|
23365
23523
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23366
23524
|
disabledOptionKey: string;
|
|
23367
23525
|
optionEndTextIconKey: string;
|
|
23526
|
+
debug: boolean;
|
|
23368
23527
|
}, {}, string> & {
|
|
23369
23528
|
beforeCreate?: (() => void) | (() => void)[];
|
|
23370
23529
|
created?: (() => void) | (() => void)[];
|
|
@@ -23469,6 +23628,11 @@ declare const _default: {
|
|
|
23469
23628
|
type: import("vue").PropType<string[] | number[]>;
|
|
23470
23629
|
required: true;
|
|
23471
23630
|
};
|
|
23631
|
+
debug: {
|
|
23632
|
+
type: import("vue").PropType<boolean>;
|
|
23633
|
+
required: true;
|
|
23634
|
+
default: boolean;
|
|
23635
|
+
};
|
|
23472
23636
|
}>> & {
|
|
23473
23637
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
23474
23638
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
@@ -23560,6 +23724,11 @@ declare const _default: {
|
|
|
23560
23724
|
type: import("vue").PropType<string[] | number[]>;
|
|
23561
23725
|
required: true;
|
|
23562
23726
|
};
|
|
23727
|
+
debug: {
|
|
23728
|
+
type: import("vue").PropType<boolean>;
|
|
23729
|
+
required: true;
|
|
23730
|
+
default: boolean;
|
|
23731
|
+
};
|
|
23563
23732
|
}>> & {
|
|
23564
23733
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
23565
23734
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
@@ -23582,6 +23751,7 @@ declare const _default: {
|
|
|
23582
23751
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23583
23752
|
disabledOptionKey: string;
|
|
23584
23753
|
optionEndTextIconKey: string;
|
|
23754
|
+
debug: boolean;
|
|
23585
23755
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
23586
23756
|
$slots: {
|
|
23587
23757
|
"trigger-end-icon"?(_: {}): any;
|
|
@@ -23610,6 +23780,14 @@ declare const _default: {
|
|
|
23610
23780
|
required: true;
|
|
23611
23781
|
default: string;
|
|
23612
23782
|
};
|
|
23783
|
+
optionFlagKey: {
|
|
23784
|
+
type: import("vue").PropType<string>;
|
|
23785
|
+
default: string;
|
|
23786
|
+
};
|
|
23787
|
+
groupedOptions: {
|
|
23788
|
+
type: import("vue").PropType<boolean>;
|
|
23789
|
+
default: boolean;
|
|
23790
|
+
};
|
|
23613
23791
|
comparingKey: {
|
|
23614
23792
|
type: import("vue").PropType<string>;
|
|
23615
23793
|
required: true;
|
|
@@ -23651,6 +23829,14 @@ declare const _default: {
|
|
|
23651
23829
|
type: import("vue").PropType<() => Promise<void>>;
|
|
23652
23830
|
default: any;
|
|
23653
23831
|
};
|
|
23832
|
+
fetchDataDebounceTime: {
|
|
23833
|
+
type: import("vue").PropType<number>;
|
|
23834
|
+
default: number;
|
|
23835
|
+
};
|
|
23836
|
+
autoFocusSearch: {
|
|
23837
|
+
type: import("vue").PropType<boolean>;
|
|
23838
|
+
default: boolean;
|
|
23839
|
+
};
|
|
23654
23840
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23655
23841
|
"update:selectedCondition": (value: {
|
|
23656
23842
|
label: string;
|
|
@@ -23682,6 +23868,14 @@ declare const _default: {
|
|
|
23682
23868
|
required: true;
|
|
23683
23869
|
default: string;
|
|
23684
23870
|
};
|
|
23871
|
+
optionFlagKey: {
|
|
23872
|
+
type: import("vue").PropType<string>;
|
|
23873
|
+
default: string;
|
|
23874
|
+
};
|
|
23875
|
+
groupedOptions: {
|
|
23876
|
+
type: import("vue").PropType<boolean>;
|
|
23877
|
+
default: boolean;
|
|
23878
|
+
};
|
|
23685
23879
|
comparingKey: {
|
|
23686
23880
|
type: import("vue").PropType<string>;
|
|
23687
23881
|
required: true;
|
|
@@ -23723,6 +23917,14 @@ declare const _default: {
|
|
|
23723
23917
|
type: import("vue").PropType<() => Promise<void>>;
|
|
23724
23918
|
default: any;
|
|
23725
23919
|
};
|
|
23920
|
+
fetchDataDebounceTime: {
|
|
23921
|
+
type: import("vue").PropType<number>;
|
|
23922
|
+
default: number;
|
|
23923
|
+
};
|
|
23924
|
+
autoFocusSearch: {
|
|
23925
|
+
type: import("vue").PropType<boolean>;
|
|
23926
|
+
default: boolean;
|
|
23927
|
+
};
|
|
23726
23928
|
}>> & {
|
|
23727
23929
|
onClear?: () => any;
|
|
23728
23930
|
"onUpdate:selectedCondition"?: (value: {
|
|
@@ -23737,10 +23939,14 @@ declare const _default: {
|
|
|
23737
23939
|
isOpen: boolean;
|
|
23738
23940
|
infiniteLoading: boolean;
|
|
23739
23941
|
optionNameKey: string;
|
|
23942
|
+
optionFlagKey: string;
|
|
23943
|
+
groupedOptions: boolean;
|
|
23740
23944
|
comparingKey: string;
|
|
23741
23945
|
minCharsToStart: number;
|
|
23742
23946
|
searchQuery: string;
|
|
23743
23947
|
loadMoreFn: () => Promise<void>;
|
|
23948
|
+
fetchDataDebounceTime: number;
|
|
23949
|
+
autoFocusSearch: boolean;
|
|
23744
23950
|
}>;
|
|
23745
23951
|
Label: {
|
|
23746
23952
|
new (...args: any[]): {
|