@ironsource/shared-ui 2.1.11-test.92 → 2.1.11-test.99
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_04b9d6b3_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_b2684c5f_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_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_bdfb0aef_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
- package/components/chart/Chart.vue.d.ts +0 -5
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +66 -69
- package/components/chart/index.d.ts +1 -20
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +8 -5
- package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +89 -88
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +86 -86
- package/components/dropdown/v4/index.d.ts +12 -5
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +164 -184
- package/components/sortableList/SortableItem.vue.d.ts +0 -5
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +65 -80
- package/components/sortableList/SortableList.vue.d.ts +0 -16
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +87 -100
- package/components/sortableList/index.d.ts +1 -59
- package/components/table/v4/DataGrid.vue.d.ts +1 -1
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +40 -40
- package/components/table-cells/common/Editable.common.js +7 -8
- package/components/table-cells/common/EditableContext.d.ts +0 -1
- package/components/table-cells/v4/EditableV4.vue.d.ts +0 -5
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +10 -11
- package/components/table-cells/v4/index.d.ts +1 -20
- package/components/tooltip/v4/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/typography/v4/Typography.vue.js +4 -4
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/index.d.ts +108 -248
- package/index.js +1 -1
- package/package.json +1 -1
- package/testids/index.d.ts +0 -1
- package/testids/index.js +13 -13
- package/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2ba23450_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_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/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -1733,15 +1733,12 @@ declare const _default: {
|
|
|
1733
1733
|
searchPlaceholder: string;
|
|
1734
1734
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
1735
1735
|
selectedChildId: string | number;
|
|
1736
|
-
childListMaxHeight: string;
|
|
1737
1736
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
1738
1737
|
openId: string | number;
|
|
1739
1738
|
selectedId: string | number;
|
|
1740
1739
|
showSearch: boolean;
|
|
1741
1740
|
loadingRowCount: number;
|
|
1742
1741
|
emptyStateTitle: string;
|
|
1743
|
-
isSticky: boolean;
|
|
1744
|
-
zIndexBase: number;
|
|
1745
1742
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1746
1743
|
search: {
|
|
1747
1744
|
type: import("vue").PropType<string>;
|
|
@@ -1773,10 +1770,6 @@ declare const _default: {
|
|
|
1773
1770
|
type: import("vue").PropType<string | number>;
|
|
1774
1771
|
default: any;
|
|
1775
1772
|
};
|
|
1776
|
-
childListMaxHeight: {
|
|
1777
|
-
type: import("vue").PropType<string>;
|
|
1778
|
-
default: string;
|
|
1779
|
-
};
|
|
1780
1773
|
searchHandler: {
|
|
1781
1774
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
1782
1775
|
default: any;
|
|
@@ -1801,14 +1794,6 @@ declare const _default: {
|
|
|
1801
1794
|
type: import("vue").PropType<string>;
|
|
1802
1795
|
default: string;
|
|
1803
1796
|
};
|
|
1804
|
-
isSticky: {
|
|
1805
|
-
type: import("vue").PropType<boolean>;
|
|
1806
|
-
default: boolean;
|
|
1807
|
-
};
|
|
1808
|
-
zIndexBase: {
|
|
1809
|
-
type: import("vue").PropType<number>;
|
|
1810
|
-
default: number;
|
|
1811
|
-
};
|
|
1812
1797
|
}>> & {
|
|
1813
1798
|
onClearSearch?: () => any;
|
|
1814
1799
|
onSortableItemDragged?: (event: {
|
|
@@ -1820,7 +1805,7 @@ declare const _default: {
|
|
|
1820
1805
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1821
1806
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1822
1807
|
"onUpdate:search"?: (query: string) => any;
|
|
1823
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "
|
|
1808
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1824
1809
|
$attrs: {
|
|
1825
1810
|
[x: string]: unknown;
|
|
1826
1811
|
};
|
|
@@ -1868,10 +1853,6 @@ declare const _default: {
|
|
|
1868
1853
|
type: import("vue").PropType<string | number>;
|
|
1869
1854
|
default: any;
|
|
1870
1855
|
};
|
|
1871
|
-
childListMaxHeight: {
|
|
1872
|
-
type: import("vue").PropType<string>;
|
|
1873
|
-
default: string;
|
|
1874
|
-
};
|
|
1875
1856
|
searchHandler: {
|
|
1876
1857
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
1877
1858
|
default: any;
|
|
@@ -1896,14 +1877,6 @@ declare const _default: {
|
|
|
1896
1877
|
type: import("vue").PropType<string>;
|
|
1897
1878
|
default: string;
|
|
1898
1879
|
};
|
|
1899
|
-
isSticky: {
|
|
1900
|
-
type: import("vue").PropType<boolean>;
|
|
1901
|
-
default: boolean;
|
|
1902
|
-
};
|
|
1903
|
-
zIndexBase: {
|
|
1904
|
-
type: import("vue").PropType<number>;
|
|
1905
|
-
default: number;
|
|
1906
|
-
};
|
|
1907
1880
|
}>> & {
|
|
1908
1881
|
onClearSearch?: () => any;
|
|
1909
1882
|
onSortableItemDragged?: (event: {
|
|
@@ -1934,15 +1907,12 @@ declare const _default: {
|
|
|
1934
1907
|
searchPlaceholder: string;
|
|
1935
1908
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
1936
1909
|
selectedChildId: string | number;
|
|
1937
|
-
childListMaxHeight: string;
|
|
1938
1910
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
1939
1911
|
openId: string | number;
|
|
1940
1912
|
selectedId: string | number;
|
|
1941
1913
|
showSearch: boolean;
|
|
1942
1914
|
loadingRowCount: number;
|
|
1943
1915
|
emptyStateTitle: string;
|
|
1944
|
-
isSticky: boolean;
|
|
1945
|
-
zIndexBase: number;
|
|
1946
1916
|
}, {}, string> & {
|
|
1947
1917
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1948
1918
|
created?: (() => void) | (() => void)[];
|
|
@@ -1994,10 +1964,6 @@ declare const _default: {
|
|
|
1994
1964
|
type: import("vue").PropType<string | number>;
|
|
1995
1965
|
default: any;
|
|
1996
1966
|
};
|
|
1997
|
-
childListMaxHeight: {
|
|
1998
|
-
type: import("vue").PropType<string>;
|
|
1999
|
-
default: string;
|
|
2000
|
-
};
|
|
2001
1967
|
searchHandler: {
|
|
2002
1968
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2003
1969
|
default: any;
|
|
@@ -2022,14 +1988,6 @@ declare const _default: {
|
|
|
2022
1988
|
type: import("vue").PropType<string>;
|
|
2023
1989
|
default: string;
|
|
2024
1990
|
};
|
|
2025
|
-
isSticky: {
|
|
2026
|
-
type: import("vue").PropType<boolean>;
|
|
2027
|
-
default: boolean;
|
|
2028
|
-
};
|
|
2029
|
-
zIndexBase: {
|
|
2030
|
-
type: import("vue").PropType<number>;
|
|
2031
|
-
default: number;
|
|
2032
|
-
};
|
|
2033
1991
|
}>> & {
|
|
2034
1992
|
onClearSearch?: () => any;
|
|
2035
1993
|
onSortableItemDragged?: (event: {
|
|
@@ -2076,10 +2034,6 @@ declare const _default: {
|
|
|
2076
2034
|
type: import("vue").PropType<string | number>;
|
|
2077
2035
|
default: any;
|
|
2078
2036
|
};
|
|
2079
|
-
childListMaxHeight: {
|
|
2080
|
-
type: import("vue").PropType<string>;
|
|
2081
|
-
default: string;
|
|
2082
|
-
};
|
|
2083
2037
|
searchHandler: {
|
|
2084
2038
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2085
2039
|
default: any;
|
|
@@ -2104,14 +2058,6 @@ declare const _default: {
|
|
|
2104
2058
|
type: import("vue").PropType<string>;
|
|
2105
2059
|
default: string;
|
|
2106
2060
|
};
|
|
2107
|
-
isSticky: {
|
|
2108
|
-
type: import("vue").PropType<boolean>;
|
|
2109
|
-
default: boolean;
|
|
2110
|
-
};
|
|
2111
|
-
zIndexBase: {
|
|
2112
|
-
type: import("vue").PropType<number>;
|
|
2113
|
-
default: number;
|
|
2114
|
-
};
|
|
2115
2061
|
}>> & {
|
|
2116
2062
|
onClearSearch?: () => any;
|
|
2117
2063
|
onSortableItemDragged?: (event: {
|
|
@@ -2142,18 +2088,14 @@ declare const _default: {
|
|
|
2142
2088
|
searchPlaceholder: string;
|
|
2143
2089
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2144
2090
|
selectedChildId: string | number;
|
|
2145
|
-
childListMaxHeight: string;
|
|
2146
2091
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2147
2092
|
openId: string | number;
|
|
2148
2093
|
selectedId: string | number;
|
|
2149
2094
|
showSearch: boolean;
|
|
2150
2095
|
loadingRowCount: number;
|
|
2151
2096
|
emptyStateTitle: string;
|
|
2152
|
-
isSticky: boolean;
|
|
2153
|
-
zIndexBase: number;
|
|
2154
2097
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2155
2098
|
$slots: {
|
|
2156
|
-
header?(_: {}): any;
|
|
2157
2099
|
menu?(_: {
|
|
2158
2100
|
item: import("./components/sortableList/SortableList.types").SortableListItem;
|
|
2159
2101
|
}): any;
|
|
@@ -2173,15 +2115,12 @@ declare const _default: {
|
|
|
2173
2115
|
searchPlaceholder: string;
|
|
2174
2116
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2175
2117
|
selectedChildId: string | number;
|
|
2176
|
-
childListMaxHeight: string;
|
|
2177
2118
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2178
2119
|
openId: string | number;
|
|
2179
2120
|
selectedId: string | number;
|
|
2180
2121
|
showSearch: boolean;
|
|
2181
2122
|
loadingRowCount: number;
|
|
2182
2123
|
emptyStateTitle: string;
|
|
2183
|
-
isSticky: boolean;
|
|
2184
|
-
zIndexBase: number;
|
|
2185
2124
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2186
2125
|
search: {
|
|
2187
2126
|
type: import("vue").PropType<string>;
|
|
@@ -2213,10 +2152,6 @@ declare const _default: {
|
|
|
2213
2152
|
type: import("vue").PropType<string | number>;
|
|
2214
2153
|
default: any;
|
|
2215
2154
|
};
|
|
2216
|
-
childListMaxHeight: {
|
|
2217
|
-
type: import("vue").PropType<string>;
|
|
2218
|
-
default: string;
|
|
2219
|
-
};
|
|
2220
2155
|
searchHandler: {
|
|
2221
2156
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2222
2157
|
default: any;
|
|
@@ -2241,14 +2176,6 @@ declare const _default: {
|
|
|
2241
2176
|
type: import("vue").PropType<string>;
|
|
2242
2177
|
default: string;
|
|
2243
2178
|
};
|
|
2244
|
-
isSticky: {
|
|
2245
|
-
type: import("vue").PropType<boolean>;
|
|
2246
|
-
default: boolean;
|
|
2247
|
-
};
|
|
2248
|
-
zIndexBase: {
|
|
2249
|
-
type: import("vue").PropType<number>;
|
|
2250
|
-
default: number;
|
|
2251
|
-
};
|
|
2252
2179
|
}>> & {
|
|
2253
2180
|
onClearSearch?: () => any;
|
|
2254
2181
|
onSortableItemDragged?: (event: {
|
|
@@ -2260,7 +2187,7 @@ declare const _default: {
|
|
|
2260
2187
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2261
2188
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2262
2189
|
"onUpdate:search"?: (query: string) => any;
|
|
2263
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "
|
|
2190
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
2264
2191
|
$attrs: {
|
|
2265
2192
|
[x: string]: unknown;
|
|
2266
2193
|
};
|
|
@@ -2308,10 +2235,6 @@ declare const _default: {
|
|
|
2308
2235
|
type: import("vue").PropType<string | number>;
|
|
2309
2236
|
default: any;
|
|
2310
2237
|
};
|
|
2311
|
-
childListMaxHeight: {
|
|
2312
|
-
type: import("vue").PropType<string>;
|
|
2313
|
-
default: string;
|
|
2314
|
-
};
|
|
2315
2238
|
searchHandler: {
|
|
2316
2239
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2317
2240
|
default: any;
|
|
@@ -2336,14 +2259,6 @@ declare const _default: {
|
|
|
2336
2259
|
type: import("vue").PropType<string>;
|
|
2337
2260
|
default: string;
|
|
2338
2261
|
};
|
|
2339
|
-
isSticky: {
|
|
2340
|
-
type: import("vue").PropType<boolean>;
|
|
2341
|
-
default: boolean;
|
|
2342
|
-
};
|
|
2343
|
-
zIndexBase: {
|
|
2344
|
-
type: import("vue").PropType<number>;
|
|
2345
|
-
default: number;
|
|
2346
|
-
};
|
|
2347
2262
|
}>> & {
|
|
2348
2263
|
onClearSearch?: () => any;
|
|
2349
2264
|
onSortableItemDragged?: (event: {
|
|
@@ -2374,15 +2289,12 @@ declare const _default: {
|
|
|
2374
2289
|
searchPlaceholder: string;
|
|
2375
2290
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2376
2291
|
selectedChildId: string | number;
|
|
2377
|
-
childListMaxHeight: string;
|
|
2378
2292
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2379
2293
|
openId: string | number;
|
|
2380
2294
|
selectedId: string | number;
|
|
2381
2295
|
showSearch: boolean;
|
|
2382
2296
|
loadingRowCount: number;
|
|
2383
2297
|
emptyStateTitle: string;
|
|
2384
|
-
isSticky: boolean;
|
|
2385
|
-
zIndexBase: number;
|
|
2386
2298
|
}, {}, string> & {
|
|
2387
2299
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2388
2300
|
created?: (() => void) | (() => void)[];
|
|
@@ -2434,10 +2346,6 @@ declare const _default: {
|
|
|
2434
2346
|
type: import("vue").PropType<string | number>;
|
|
2435
2347
|
default: any;
|
|
2436
2348
|
};
|
|
2437
|
-
childListMaxHeight: {
|
|
2438
|
-
type: import("vue").PropType<string>;
|
|
2439
|
-
default: string;
|
|
2440
|
-
};
|
|
2441
2349
|
searchHandler: {
|
|
2442
2350
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2443
2351
|
default: any;
|
|
@@ -2462,14 +2370,6 @@ declare const _default: {
|
|
|
2462
2370
|
type: import("vue").PropType<string>;
|
|
2463
2371
|
default: string;
|
|
2464
2372
|
};
|
|
2465
|
-
isSticky: {
|
|
2466
|
-
type: import("vue").PropType<boolean>;
|
|
2467
|
-
default: boolean;
|
|
2468
|
-
};
|
|
2469
|
-
zIndexBase: {
|
|
2470
|
-
type: import("vue").PropType<number>;
|
|
2471
|
-
default: number;
|
|
2472
|
-
};
|
|
2473
2373
|
}>> & {
|
|
2474
2374
|
onClearSearch?: () => any;
|
|
2475
2375
|
onSortableItemDragged?: (event: {
|
|
@@ -2516,10 +2416,6 @@ declare const _default: {
|
|
|
2516
2416
|
type: import("vue").PropType<string | number>;
|
|
2517
2417
|
default: any;
|
|
2518
2418
|
};
|
|
2519
|
-
childListMaxHeight: {
|
|
2520
|
-
type: import("vue").PropType<string>;
|
|
2521
|
-
default: string;
|
|
2522
|
-
};
|
|
2523
2419
|
searchHandler: {
|
|
2524
2420
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2525
2421
|
default: any;
|
|
@@ -2544,14 +2440,6 @@ declare const _default: {
|
|
|
2544
2440
|
type: import("vue").PropType<string>;
|
|
2545
2441
|
default: string;
|
|
2546
2442
|
};
|
|
2547
|
-
isSticky: {
|
|
2548
|
-
type: import("vue").PropType<boolean>;
|
|
2549
|
-
default: boolean;
|
|
2550
|
-
};
|
|
2551
|
-
zIndexBase: {
|
|
2552
|
-
type: import("vue").PropType<number>;
|
|
2553
|
-
default: number;
|
|
2554
|
-
};
|
|
2555
2443
|
}>> & {
|
|
2556
2444
|
onClearSearch?: () => any;
|
|
2557
2445
|
onSortableItemDragged?: (event: {
|
|
@@ -2582,18 +2470,14 @@ declare const _default: {
|
|
|
2582
2470
|
searchPlaceholder: string;
|
|
2583
2471
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2584
2472
|
selectedChildId: string | number;
|
|
2585
|
-
childListMaxHeight: string;
|
|
2586
2473
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2587
2474
|
openId: string | number;
|
|
2588
2475
|
selectedId: string | number;
|
|
2589
2476
|
showSearch: boolean;
|
|
2590
2477
|
loadingRowCount: number;
|
|
2591
2478
|
emptyStateTitle: string;
|
|
2592
|
-
isSticky: boolean;
|
|
2593
|
-
zIndexBase: number;
|
|
2594
2479
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2595
2480
|
$slots: {
|
|
2596
|
-
header?(_: {}): any;
|
|
2597
2481
|
menu?(_: {
|
|
2598
2482
|
item: import("./components/sortableList/SortableList.types").SortableListItem;
|
|
2599
2483
|
}): any;
|
|
@@ -5316,7 +5200,6 @@ declare const _default: {
|
|
|
5316
5200
|
$props: Partial<{
|
|
5317
5201
|
type: "input" | "dropdown";
|
|
5318
5202
|
cell: string;
|
|
5319
|
-
withIcons: boolean;
|
|
5320
5203
|
saveOnClickOutside: boolean;
|
|
5321
5204
|
validateFunction: (value: unknown) => string | boolean;
|
|
5322
5205
|
isLoading: boolean;
|
|
@@ -5331,10 +5214,6 @@ declare const _default: {
|
|
|
5331
5214
|
type: import("vue").PropType<string>;
|
|
5332
5215
|
default: string;
|
|
5333
5216
|
};
|
|
5334
|
-
withIcons: {
|
|
5335
|
-
type: import("vue").PropType<boolean>;
|
|
5336
|
-
default: boolean;
|
|
5337
|
-
};
|
|
5338
5217
|
saveOnClickOutside: {
|
|
5339
5218
|
type: import("vue").PropType<boolean>;
|
|
5340
5219
|
default: boolean;
|
|
@@ -5359,7 +5238,7 @@ declare const _default: {
|
|
|
5359
5238
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
5360
5239
|
default: (cell: unknown) => unknown;
|
|
5361
5240
|
};
|
|
5362
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "
|
|
5241
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5363
5242
|
$attrs: {
|
|
5364
5243
|
[x: string]: unknown;
|
|
5365
5244
|
};
|
|
@@ -5383,10 +5262,6 @@ declare const _default: {
|
|
|
5383
5262
|
type: import("vue").PropType<string>;
|
|
5384
5263
|
default: string;
|
|
5385
5264
|
};
|
|
5386
|
-
withIcons: {
|
|
5387
|
-
type: import("vue").PropType<boolean>;
|
|
5388
|
-
default: boolean;
|
|
5389
|
-
};
|
|
5390
5265
|
saveOnClickOutside: {
|
|
5391
5266
|
type: import("vue").PropType<boolean>;
|
|
5392
5267
|
default: boolean;
|
|
@@ -5414,7 +5289,6 @@ declare const _default: {
|
|
|
5414
5289
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5415
5290
|
type: "input" | "dropdown";
|
|
5416
5291
|
cell: string;
|
|
5417
|
-
withIcons: boolean;
|
|
5418
5292
|
saveOnClickOutside: boolean;
|
|
5419
5293
|
validateFunction: (value: unknown) => string | boolean;
|
|
5420
5294
|
isLoading: boolean;
|
|
@@ -5449,10 +5323,6 @@ declare const _default: {
|
|
|
5449
5323
|
type: import("vue").PropType<string>;
|
|
5450
5324
|
default: string;
|
|
5451
5325
|
};
|
|
5452
|
-
withIcons: {
|
|
5453
|
-
type: import("vue").PropType<boolean>;
|
|
5454
|
-
default: boolean;
|
|
5455
|
-
};
|
|
5456
5326
|
saveOnClickOutside: {
|
|
5457
5327
|
type: import("vue").PropType<boolean>;
|
|
5458
5328
|
default: boolean;
|
|
@@ -5491,10 +5361,6 @@ declare const _default: {
|
|
|
5491
5361
|
type: import("vue").PropType<string>;
|
|
5492
5362
|
default: string;
|
|
5493
5363
|
};
|
|
5494
|
-
withIcons: {
|
|
5495
|
-
type: import("vue").PropType<boolean>;
|
|
5496
|
-
default: boolean;
|
|
5497
|
-
};
|
|
5498
5364
|
saveOnClickOutside: {
|
|
5499
5365
|
type: import("vue").PropType<boolean>;
|
|
5500
5366
|
default: boolean;
|
|
@@ -5522,7 +5388,6 @@ declare const _default: {
|
|
|
5522
5388
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5523
5389
|
type: "input" | "dropdown";
|
|
5524
5390
|
cell: string;
|
|
5525
|
-
withIcons: boolean;
|
|
5526
5391
|
saveOnClickOutside: boolean;
|
|
5527
5392
|
validateFunction: (value: unknown) => string | boolean;
|
|
5528
5393
|
isLoading: boolean;
|
|
@@ -5540,7 +5405,6 @@ declare const _default: {
|
|
|
5540
5405
|
$props: Partial<{
|
|
5541
5406
|
type: "input" | "dropdown";
|
|
5542
5407
|
cell: string;
|
|
5543
|
-
withIcons: boolean;
|
|
5544
5408
|
saveOnClickOutside: boolean;
|
|
5545
5409
|
validateFunction: (value: unknown) => string | boolean;
|
|
5546
5410
|
isLoading: boolean;
|
|
@@ -5555,10 +5419,6 @@ declare const _default: {
|
|
|
5555
5419
|
type: import("vue").PropType<string>;
|
|
5556
5420
|
default: string;
|
|
5557
5421
|
};
|
|
5558
|
-
withIcons: {
|
|
5559
|
-
type: import("vue").PropType<boolean>;
|
|
5560
|
-
default: boolean;
|
|
5561
|
-
};
|
|
5562
5422
|
saveOnClickOutside: {
|
|
5563
5423
|
type: import("vue").PropType<boolean>;
|
|
5564
5424
|
default: boolean;
|
|
@@ -5583,7 +5443,7 @@ declare const _default: {
|
|
|
5583
5443
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
5584
5444
|
default: (cell: unknown) => unknown;
|
|
5585
5445
|
};
|
|
5586
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "
|
|
5446
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5587
5447
|
$attrs: {
|
|
5588
5448
|
[x: string]: unknown;
|
|
5589
5449
|
};
|
|
@@ -5607,10 +5467,6 @@ declare const _default: {
|
|
|
5607
5467
|
type: import("vue").PropType<string>;
|
|
5608
5468
|
default: string;
|
|
5609
5469
|
};
|
|
5610
|
-
withIcons: {
|
|
5611
|
-
type: import("vue").PropType<boolean>;
|
|
5612
|
-
default: boolean;
|
|
5613
|
-
};
|
|
5614
5470
|
saveOnClickOutside: {
|
|
5615
5471
|
type: import("vue").PropType<boolean>;
|
|
5616
5472
|
default: boolean;
|
|
@@ -5638,7 +5494,6 @@ declare const _default: {
|
|
|
5638
5494
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5639
5495
|
type: "input" | "dropdown";
|
|
5640
5496
|
cell: string;
|
|
5641
|
-
withIcons: boolean;
|
|
5642
5497
|
saveOnClickOutside: boolean;
|
|
5643
5498
|
validateFunction: (value: unknown) => string | boolean;
|
|
5644
5499
|
isLoading: boolean;
|
|
@@ -5673,10 +5528,6 @@ declare const _default: {
|
|
|
5673
5528
|
type: import("vue").PropType<string>;
|
|
5674
5529
|
default: string;
|
|
5675
5530
|
};
|
|
5676
|
-
withIcons: {
|
|
5677
|
-
type: import("vue").PropType<boolean>;
|
|
5678
|
-
default: boolean;
|
|
5679
|
-
};
|
|
5680
5531
|
saveOnClickOutside: {
|
|
5681
5532
|
type: import("vue").PropType<boolean>;
|
|
5682
5533
|
default: boolean;
|
|
@@ -5715,10 +5566,6 @@ declare const _default: {
|
|
|
5715
5566
|
type: import("vue").PropType<string>;
|
|
5716
5567
|
default: string;
|
|
5717
5568
|
};
|
|
5718
|
-
withIcons: {
|
|
5719
|
-
type: import("vue").PropType<boolean>;
|
|
5720
|
-
default: boolean;
|
|
5721
|
-
};
|
|
5722
5569
|
saveOnClickOutside: {
|
|
5723
5570
|
type: import("vue").PropType<boolean>;
|
|
5724
5571
|
default: boolean;
|
|
@@ -5746,7 +5593,6 @@ declare const _default: {
|
|
|
5746
5593
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5747
5594
|
type: "input" | "dropdown";
|
|
5748
5595
|
cell: string;
|
|
5749
|
-
withIcons: boolean;
|
|
5750
5596
|
saveOnClickOutside: boolean;
|
|
5751
5597
|
validateFunction: (value: unknown) => string | boolean;
|
|
5752
5598
|
isLoading: boolean;
|
|
@@ -5776,7 +5622,6 @@ declare const _default: {
|
|
|
5776
5622
|
loadingRowCount: number;
|
|
5777
5623
|
emptyStateTitle: string;
|
|
5778
5624
|
isSticky: boolean;
|
|
5779
|
-
zIndexBase: number;
|
|
5780
5625
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5781
5626
|
isStickyHeader: boolean;
|
|
5782
5627
|
emptyStateSubtitle: string;
|
|
@@ -5788,6 +5633,7 @@ declare const _default: {
|
|
|
5788
5633
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5789
5634
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5790
5635
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5636
|
+
zIndexBase: number;
|
|
5791
5637
|
rowCustomClassKey: string;
|
|
5792
5638
|
rowDataKey: string;
|
|
5793
5639
|
isSelectionSticky: boolean;
|
|
@@ -5845,10 +5691,6 @@ declare const _default: {
|
|
|
5845
5691
|
type: import("vue").PropType<boolean>;
|
|
5846
5692
|
default: boolean;
|
|
5847
5693
|
};
|
|
5848
|
-
zIndexBase: {
|
|
5849
|
-
type: import("vue").PropType<number>;
|
|
5850
|
-
default: number;
|
|
5851
|
-
};
|
|
5852
5694
|
rows: {
|
|
5853
5695
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
5854
5696
|
required: true;
|
|
@@ -5897,6 +5739,10 @@ declare const _default: {
|
|
|
5897
5739
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5898
5740
|
default: any;
|
|
5899
5741
|
};
|
|
5742
|
+
zIndexBase: {
|
|
5743
|
+
type: import("vue").PropType<number>;
|
|
5744
|
+
default: number;
|
|
5745
|
+
};
|
|
5900
5746
|
rowCustomClassKey: {
|
|
5901
5747
|
type: import("vue").PropType<string>;
|
|
5902
5748
|
default: string;
|
|
@@ -5924,7 +5770,7 @@ declare const _default: {
|
|
|
5924
5770
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5925
5771
|
onSelectRow?: (value: boolean) => any;
|
|
5926
5772
|
onClickRow?: (rowIndex: number) => any;
|
|
5927
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "
|
|
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">;
|
|
5928
5774
|
$attrs: {
|
|
5929
5775
|
[x: string]: unknown;
|
|
5930
5776
|
};
|
|
@@ -5991,10 +5837,6 @@ declare const _default: {
|
|
|
5991
5837
|
type: import("vue").PropType<boolean>;
|
|
5992
5838
|
default: boolean;
|
|
5993
5839
|
};
|
|
5994
|
-
zIndexBase: {
|
|
5995
|
-
type: import("vue").PropType<number>;
|
|
5996
|
-
default: number;
|
|
5997
|
-
};
|
|
5998
5840
|
rows: {
|
|
5999
5841
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6000
5842
|
required: true;
|
|
@@ -6043,6 +5885,10 @@ declare const _default: {
|
|
|
6043
5885
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6044
5886
|
default: any;
|
|
6045
5887
|
};
|
|
5888
|
+
zIndexBase: {
|
|
5889
|
+
type: import("vue").PropType<number>;
|
|
5890
|
+
default: number;
|
|
5891
|
+
};
|
|
6046
5892
|
rowCustomClassKey: {
|
|
6047
5893
|
type: import("vue").PropType<string>;
|
|
6048
5894
|
default: string;
|
|
@@ -6096,7 +5942,6 @@ declare const _default: {
|
|
|
6096
5942
|
loadingRowCount: number;
|
|
6097
5943
|
emptyStateTitle: string;
|
|
6098
5944
|
isSticky: boolean;
|
|
6099
|
-
zIndexBase: number;
|
|
6100
5945
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6101
5946
|
isStickyHeader: boolean;
|
|
6102
5947
|
emptyStateSubtitle: string;
|
|
@@ -6108,6 +5953,7 @@ declare const _default: {
|
|
|
6108
5953
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6109
5954
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6110
5955
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5956
|
+
zIndexBase: number;
|
|
6111
5957
|
rowCustomClassKey: string;
|
|
6112
5958
|
rowDataKey: string;
|
|
6113
5959
|
isSelectionSticky: boolean;
|
|
@@ -6185,10 +6031,6 @@ declare const _default: {
|
|
|
6185
6031
|
type: import("vue").PropType<boolean>;
|
|
6186
6032
|
default: boolean;
|
|
6187
6033
|
};
|
|
6188
|
-
zIndexBase: {
|
|
6189
|
-
type: import("vue").PropType<number>;
|
|
6190
|
-
default: number;
|
|
6191
|
-
};
|
|
6192
6034
|
rows: {
|
|
6193
6035
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6194
6036
|
required: true;
|
|
@@ -6237,6 +6079,10 @@ declare const _default: {
|
|
|
6237
6079
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6238
6080
|
default: any;
|
|
6239
6081
|
};
|
|
6082
|
+
zIndexBase: {
|
|
6083
|
+
type: import("vue").PropType<number>;
|
|
6084
|
+
default: number;
|
|
6085
|
+
};
|
|
6240
6086
|
rowCustomClassKey: {
|
|
6241
6087
|
type: import("vue").PropType<string>;
|
|
6242
6088
|
default: string;
|
|
@@ -6323,10 +6169,6 @@ declare const _default: {
|
|
|
6323
6169
|
type: import("vue").PropType<boolean>;
|
|
6324
6170
|
default: boolean;
|
|
6325
6171
|
};
|
|
6326
|
-
zIndexBase: {
|
|
6327
|
-
type: import("vue").PropType<number>;
|
|
6328
|
-
default: number;
|
|
6329
|
-
};
|
|
6330
6172
|
rows: {
|
|
6331
6173
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6332
6174
|
required: true;
|
|
@@ -6375,6 +6217,10 @@ declare const _default: {
|
|
|
6375
6217
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6376
6218
|
default: any;
|
|
6377
6219
|
};
|
|
6220
|
+
zIndexBase: {
|
|
6221
|
+
type: import("vue").PropType<number>;
|
|
6222
|
+
default: number;
|
|
6223
|
+
};
|
|
6378
6224
|
rowCustomClassKey: {
|
|
6379
6225
|
type: import("vue").PropType<string>;
|
|
6380
6226
|
default: string;
|
|
@@ -6428,7 +6274,6 @@ declare const _default: {
|
|
|
6428
6274
|
loadingRowCount: number;
|
|
6429
6275
|
emptyStateTitle: string;
|
|
6430
6276
|
isSticky: boolean;
|
|
6431
|
-
zIndexBase: number;
|
|
6432
6277
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6433
6278
|
isStickyHeader: boolean;
|
|
6434
6279
|
emptyStateSubtitle: string;
|
|
@@ -6440,6 +6285,7 @@ declare const _default: {
|
|
|
6440
6285
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6441
6286
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6442
6287
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6288
|
+
zIndexBase: number;
|
|
6443
6289
|
rowCustomClassKey: string;
|
|
6444
6290
|
rowDataKey: string;
|
|
6445
6291
|
isSelectionSticky: boolean;
|
|
@@ -6583,7 +6429,6 @@ declare const _default: {
|
|
|
6583
6429
|
loadingRowCount: number;
|
|
6584
6430
|
emptyStateTitle: string;
|
|
6585
6431
|
isSticky: boolean;
|
|
6586
|
-
zIndexBase: number;
|
|
6587
6432
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6588
6433
|
isStickyHeader: boolean;
|
|
6589
6434
|
emptyStateSubtitle: string;
|
|
@@ -6595,6 +6440,7 @@ declare const _default: {
|
|
|
6595
6440
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6596
6441
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6597
6442
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6443
|
+
zIndexBase: number;
|
|
6598
6444
|
rowCustomClassKey: string;
|
|
6599
6445
|
rowDataKey: string;
|
|
6600
6446
|
isSelectionSticky: boolean;
|
|
@@ -6652,10 +6498,6 @@ declare const _default: {
|
|
|
6652
6498
|
type: import("vue").PropType<boolean>;
|
|
6653
6499
|
default: boolean;
|
|
6654
6500
|
};
|
|
6655
|
-
zIndexBase: {
|
|
6656
|
-
type: import("vue").PropType<number>;
|
|
6657
|
-
default: number;
|
|
6658
|
-
};
|
|
6659
6501
|
rows: {
|
|
6660
6502
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6661
6503
|
required: true;
|
|
@@ -6704,6 +6546,10 @@ declare const _default: {
|
|
|
6704
6546
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6705
6547
|
default: any;
|
|
6706
6548
|
};
|
|
6549
|
+
zIndexBase: {
|
|
6550
|
+
type: import("vue").PropType<number>;
|
|
6551
|
+
default: number;
|
|
6552
|
+
};
|
|
6707
6553
|
rowCustomClassKey: {
|
|
6708
6554
|
type: import("vue").PropType<string>;
|
|
6709
6555
|
default: string;
|
|
@@ -6731,7 +6577,7 @@ declare const _default: {
|
|
|
6731
6577
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6732
6578
|
onSelectRow?: (value: boolean) => any;
|
|
6733
6579
|
onClickRow?: (rowIndex: number) => any;
|
|
6734
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "
|
|
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">;
|
|
6735
6581
|
$attrs: {
|
|
6736
6582
|
[x: string]: unknown;
|
|
6737
6583
|
};
|
|
@@ -6798,10 +6644,6 @@ declare const _default: {
|
|
|
6798
6644
|
type: import("vue").PropType<boolean>;
|
|
6799
6645
|
default: boolean;
|
|
6800
6646
|
};
|
|
6801
|
-
zIndexBase: {
|
|
6802
|
-
type: import("vue").PropType<number>;
|
|
6803
|
-
default: number;
|
|
6804
|
-
};
|
|
6805
6647
|
rows: {
|
|
6806
6648
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6807
6649
|
required: true;
|
|
@@ -6850,6 +6692,10 @@ declare const _default: {
|
|
|
6850
6692
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6851
6693
|
default: any;
|
|
6852
6694
|
};
|
|
6695
|
+
zIndexBase: {
|
|
6696
|
+
type: import("vue").PropType<number>;
|
|
6697
|
+
default: number;
|
|
6698
|
+
};
|
|
6853
6699
|
rowCustomClassKey: {
|
|
6854
6700
|
type: import("vue").PropType<string>;
|
|
6855
6701
|
default: string;
|
|
@@ -6903,7 +6749,6 @@ declare const _default: {
|
|
|
6903
6749
|
loadingRowCount: number;
|
|
6904
6750
|
emptyStateTitle: string;
|
|
6905
6751
|
isSticky: boolean;
|
|
6906
|
-
zIndexBase: number;
|
|
6907
6752
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6908
6753
|
isStickyHeader: boolean;
|
|
6909
6754
|
emptyStateSubtitle: string;
|
|
@@ -6915,6 +6760,7 @@ declare const _default: {
|
|
|
6915
6760
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6916
6761
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6917
6762
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6763
|
+
zIndexBase: number;
|
|
6918
6764
|
rowCustomClassKey: string;
|
|
6919
6765
|
rowDataKey: string;
|
|
6920
6766
|
isSelectionSticky: boolean;
|
|
@@ -6992,10 +6838,6 @@ declare const _default: {
|
|
|
6992
6838
|
type: import("vue").PropType<boolean>;
|
|
6993
6839
|
default: boolean;
|
|
6994
6840
|
};
|
|
6995
|
-
zIndexBase: {
|
|
6996
|
-
type: import("vue").PropType<number>;
|
|
6997
|
-
default: number;
|
|
6998
|
-
};
|
|
6999
6841
|
rows: {
|
|
7000
6842
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
7001
6843
|
required: true;
|
|
@@ -7044,6 +6886,10 @@ declare const _default: {
|
|
|
7044
6886
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7045
6887
|
default: any;
|
|
7046
6888
|
};
|
|
6889
|
+
zIndexBase: {
|
|
6890
|
+
type: import("vue").PropType<number>;
|
|
6891
|
+
default: number;
|
|
6892
|
+
};
|
|
7047
6893
|
rowCustomClassKey: {
|
|
7048
6894
|
type: import("vue").PropType<string>;
|
|
7049
6895
|
default: string;
|
|
@@ -7130,10 +6976,6 @@ declare const _default: {
|
|
|
7130
6976
|
type: import("vue").PropType<boolean>;
|
|
7131
6977
|
default: boolean;
|
|
7132
6978
|
};
|
|
7133
|
-
zIndexBase: {
|
|
7134
|
-
type: import("vue").PropType<number>;
|
|
7135
|
-
default: number;
|
|
7136
|
-
};
|
|
7137
6979
|
rows: {
|
|
7138
6980
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
7139
6981
|
required: true;
|
|
@@ -7182,6 +7024,10 @@ declare const _default: {
|
|
|
7182
7024
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7183
7025
|
default: any;
|
|
7184
7026
|
};
|
|
7027
|
+
zIndexBase: {
|
|
7028
|
+
type: import("vue").PropType<number>;
|
|
7029
|
+
default: number;
|
|
7030
|
+
};
|
|
7185
7031
|
rowCustomClassKey: {
|
|
7186
7032
|
type: import("vue").PropType<string>;
|
|
7187
7033
|
default: string;
|
|
@@ -7235,7 +7081,6 @@ declare const _default: {
|
|
|
7235
7081
|
loadingRowCount: number;
|
|
7236
7082
|
emptyStateTitle: string;
|
|
7237
7083
|
isSticky: boolean;
|
|
7238
|
-
zIndexBase: number;
|
|
7239
7084
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7240
7085
|
isStickyHeader: boolean;
|
|
7241
7086
|
emptyStateSubtitle: string;
|
|
@@ -7247,6 +7092,7 @@ declare const _default: {
|
|
|
7247
7092
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7248
7093
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
7249
7094
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7095
|
+
zIndexBase: number;
|
|
7250
7096
|
rowCustomClassKey: string;
|
|
7251
7097
|
rowDataKey: string;
|
|
7252
7098
|
isSelectionSticky: boolean;
|
|
@@ -7384,11 +7230,11 @@ declare const _default: {
|
|
|
7384
7230
|
loadingRowCount: number;
|
|
7385
7231
|
emptyStateTitle: string;
|
|
7386
7232
|
isSticky: boolean;
|
|
7387
|
-
zIndexBase: number;
|
|
7388
7233
|
emptyStateSubtitle: string;
|
|
7389
7234
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7390
7235
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7391
7236
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7237
|
+
zIndexBase: number;
|
|
7392
7238
|
rowCustomClassKey: string;
|
|
7393
7239
|
rowDataKey: string;
|
|
7394
7240
|
totalCount: number;
|
|
@@ -7434,10 +7280,6 @@ declare const _default: {
|
|
|
7434
7280
|
type: import("vue").PropType<boolean>;
|
|
7435
7281
|
default: boolean;
|
|
7436
7282
|
};
|
|
7437
|
-
zIndexBase: {
|
|
7438
|
-
type: import("vue").PropType<number>;
|
|
7439
|
-
default: number;
|
|
7440
|
-
};
|
|
7441
7283
|
emptyStateSubtitle: {
|
|
7442
7284
|
type: import("vue").PropType<string>;
|
|
7443
7285
|
default: string;
|
|
@@ -7454,6 +7296,10 @@ declare const _default: {
|
|
|
7454
7296
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7455
7297
|
default: any;
|
|
7456
7298
|
};
|
|
7299
|
+
zIndexBase: {
|
|
7300
|
+
type: import("vue").PropType<number>;
|
|
7301
|
+
default: number;
|
|
7302
|
+
};
|
|
7457
7303
|
rowCustomClassKey: {
|
|
7458
7304
|
type: import("vue").PropType<string>;
|
|
7459
7305
|
default: string;
|
|
@@ -7496,7 +7342,7 @@ declare const _default: {
|
|
|
7496
7342
|
}) => any;
|
|
7497
7343
|
onOnClearSearch?: () => any;
|
|
7498
7344
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7499
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "
|
|
7345
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7500
7346
|
$attrs: {
|
|
7501
7347
|
[x: string]: unknown;
|
|
7502
7348
|
};
|
|
@@ -7549,10 +7395,6 @@ declare const _default: {
|
|
|
7549
7395
|
type: import("vue").PropType<boolean>;
|
|
7550
7396
|
default: boolean;
|
|
7551
7397
|
};
|
|
7552
|
-
zIndexBase: {
|
|
7553
|
-
type: import("vue").PropType<number>;
|
|
7554
|
-
default: number;
|
|
7555
|
-
};
|
|
7556
7398
|
emptyStateSubtitle: {
|
|
7557
7399
|
type: import("vue").PropType<string>;
|
|
7558
7400
|
default: string;
|
|
@@ -7569,6 +7411,10 @@ declare const _default: {
|
|
|
7569
7411
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7570
7412
|
default: any;
|
|
7571
7413
|
};
|
|
7414
|
+
zIndexBase: {
|
|
7415
|
+
type: import("vue").PropType<number>;
|
|
7416
|
+
default: number;
|
|
7417
|
+
};
|
|
7572
7418
|
rowCustomClassKey: {
|
|
7573
7419
|
type: import("vue").PropType<string>;
|
|
7574
7420
|
default: string;
|
|
@@ -7629,11 +7475,11 @@ declare const _default: {
|
|
|
7629
7475
|
loadingRowCount: number;
|
|
7630
7476
|
emptyStateTitle: string;
|
|
7631
7477
|
isSticky: boolean;
|
|
7632
|
-
zIndexBase: number;
|
|
7633
7478
|
emptyStateSubtitle: string;
|
|
7634
7479
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7635
7480
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7636
7481
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7482
|
+
zIndexBase: number;
|
|
7637
7483
|
rowCustomClassKey: string;
|
|
7638
7484
|
rowDataKey: string;
|
|
7639
7485
|
totalCount: number;
|
|
@@ -7699,10 +7545,6 @@ declare const _default: {
|
|
|
7699
7545
|
type: import("vue").PropType<boolean>;
|
|
7700
7546
|
default: boolean;
|
|
7701
7547
|
};
|
|
7702
|
-
zIndexBase: {
|
|
7703
|
-
type: import("vue").PropType<number>;
|
|
7704
|
-
default: number;
|
|
7705
|
-
};
|
|
7706
7548
|
emptyStateSubtitle: {
|
|
7707
7549
|
type: import("vue").PropType<string>;
|
|
7708
7550
|
default: string;
|
|
@@ -7719,6 +7561,10 @@ declare const _default: {
|
|
|
7719
7561
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7720
7562
|
default: any;
|
|
7721
7563
|
};
|
|
7564
|
+
zIndexBase: {
|
|
7565
|
+
type: import("vue").PropType<number>;
|
|
7566
|
+
default: number;
|
|
7567
|
+
};
|
|
7722
7568
|
rowCustomClassKey: {
|
|
7723
7569
|
type: import("vue").PropType<string>;
|
|
7724
7570
|
default: string;
|
|
@@ -7802,10 +7648,6 @@ declare const _default: {
|
|
|
7802
7648
|
type: import("vue").PropType<boolean>;
|
|
7803
7649
|
default: boolean;
|
|
7804
7650
|
};
|
|
7805
|
-
zIndexBase: {
|
|
7806
|
-
type: import("vue").PropType<number>;
|
|
7807
|
-
default: number;
|
|
7808
|
-
};
|
|
7809
7651
|
emptyStateSubtitle: {
|
|
7810
7652
|
type: import("vue").PropType<string>;
|
|
7811
7653
|
default: string;
|
|
@@ -7822,6 +7664,10 @@ declare const _default: {
|
|
|
7822
7664
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7823
7665
|
default: any;
|
|
7824
7666
|
};
|
|
7667
|
+
zIndexBase: {
|
|
7668
|
+
type: import("vue").PropType<number>;
|
|
7669
|
+
default: number;
|
|
7670
|
+
};
|
|
7825
7671
|
rowCustomClassKey: {
|
|
7826
7672
|
type: import("vue").PropType<string>;
|
|
7827
7673
|
default: string;
|
|
@@ -7882,11 +7728,11 @@ declare const _default: {
|
|
|
7882
7728
|
loadingRowCount: number;
|
|
7883
7729
|
emptyStateTitle: string;
|
|
7884
7730
|
isSticky: boolean;
|
|
7885
|
-
zIndexBase: number;
|
|
7886
7731
|
emptyStateSubtitle: string;
|
|
7887
7732
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7888
7733
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7889
7734
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7735
|
+
zIndexBase: number;
|
|
7890
7736
|
rowCustomClassKey: string;
|
|
7891
7737
|
rowDataKey: string;
|
|
7892
7738
|
totalCount: number;
|
|
@@ -7932,11 +7778,11 @@ declare const _default: {
|
|
|
7932
7778
|
loadingRowCount: number;
|
|
7933
7779
|
emptyStateTitle: string;
|
|
7934
7780
|
isSticky: boolean;
|
|
7935
|
-
zIndexBase: number;
|
|
7936
7781
|
emptyStateSubtitle: string;
|
|
7937
7782
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7938
7783
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7939
7784
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7785
|
+
zIndexBase: number;
|
|
7940
7786
|
rowCustomClassKey: string;
|
|
7941
7787
|
rowDataKey: string;
|
|
7942
7788
|
totalCount: number;
|
|
@@ -7982,10 +7828,6 @@ declare const _default: {
|
|
|
7982
7828
|
type: import("vue").PropType<boolean>;
|
|
7983
7829
|
default: boolean;
|
|
7984
7830
|
};
|
|
7985
|
-
zIndexBase: {
|
|
7986
|
-
type: import("vue").PropType<number>;
|
|
7987
|
-
default: number;
|
|
7988
|
-
};
|
|
7989
7831
|
emptyStateSubtitle: {
|
|
7990
7832
|
type: import("vue").PropType<string>;
|
|
7991
7833
|
default: string;
|
|
@@ -8002,6 +7844,10 @@ declare const _default: {
|
|
|
8002
7844
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
8003
7845
|
default: any;
|
|
8004
7846
|
};
|
|
7847
|
+
zIndexBase: {
|
|
7848
|
+
type: import("vue").PropType<number>;
|
|
7849
|
+
default: number;
|
|
7850
|
+
};
|
|
8005
7851
|
rowCustomClassKey: {
|
|
8006
7852
|
type: import("vue").PropType<string>;
|
|
8007
7853
|
default: string;
|
|
@@ -8044,7 +7890,7 @@ declare const _default: {
|
|
|
8044
7890
|
}) => any;
|
|
8045
7891
|
onOnClearSearch?: () => any;
|
|
8046
7892
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
8047
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "
|
|
7893
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
8048
7894
|
$attrs: {
|
|
8049
7895
|
[x: string]: unknown;
|
|
8050
7896
|
};
|
|
@@ -8097,10 +7943,6 @@ declare const _default: {
|
|
|
8097
7943
|
type: import("vue").PropType<boolean>;
|
|
8098
7944
|
default: boolean;
|
|
8099
7945
|
};
|
|
8100
|
-
zIndexBase: {
|
|
8101
|
-
type: import("vue").PropType<number>;
|
|
8102
|
-
default: number;
|
|
8103
|
-
};
|
|
8104
7946
|
emptyStateSubtitle: {
|
|
8105
7947
|
type: import("vue").PropType<string>;
|
|
8106
7948
|
default: string;
|
|
@@ -8117,6 +7959,10 @@ declare const _default: {
|
|
|
8117
7959
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
8118
7960
|
default: any;
|
|
8119
7961
|
};
|
|
7962
|
+
zIndexBase: {
|
|
7963
|
+
type: import("vue").PropType<number>;
|
|
7964
|
+
default: number;
|
|
7965
|
+
};
|
|
8120
7966
|
rowCustomClassKey: {
|
|
8121
7967
|
type: import("vue").PropType<string>;
|
|
8122
7968
|
default: string;
|
|
@@ -8177,11 +8023,11 @@ declare const _default: {
|
|
|
8177
8023
|
loadingRowCount: number;
|
|
8178
8024
|
emptyStateTitle: string;
|
|
8179
8025
|
isSticky: boolean;
|
|
8180
|
-
zIndexBase: number;
|
|
8181
8026
|
emptyStateSubtitle: string;
|
|
8182
8027
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
8183
8028
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
8184
8029
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
8030
|
+
zIndexBase: number;
|
|
8185
8031
|
rowCustomClassKey: string;
|
|
8186
8032
|
rowDataKey: string;
|
|
8187
8033
|
totalCount: number;
|
|
@@ -8247,10 +8093,6 @@ declare const _default: {
|
|
|
8247
8093
|
type: import("vue").PropType<boolean>;
|
|
8248
8094
|
default: boolean;
|
|
8249
8095
|
};
|
|
8250
|
-
zIndexBase: {
|
|
8251
|
-
type: import("vue").PropType<number>;
|
|
8252
|
-
default: number;
|
|
8253
|
-
};
|
|
8254
8096
|
emptyStateSubtitle: {
|
|
8255
8097
|
type: import("vue").PropType<string>;
|
|
8256
8098
|
default: string;
|
|
@@ -8267,6 +8109,10 @@ declare const _default: {
|
|
|
8267
8109
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
8268
8110
|
default: any;
|
|
8269
8111
|
};
|
|
8112
|
+
zIndexBase: {
|
|
8113
|
+
type: import("vue").PropType<number>;
|
|
8114
|
+
default: number;
|
|
8115
|
+
};
|
|
8270
8116
|
rowCustomClassKey: {
|
|
8271
8117
|
type: import("vue").PropType<string>;
|
|
8272
8118
|
default: string;
|
|
@@ -8350,10 +8196,6 @@ declare const _default: {
|
|
|
8350
8196
|
type: import("vue").PropType<boolean>;
|
|
8351
8197
|
default: boolean;
|
|
8352
8198
|
};
|
|
8353
|
-
zIndexBase: {
|
|
8354
|
-
type: import("vue").PropType<number>;
|
|
8355
|
-
default: number;
|
|
8356
|
-
};
|
|
8357
8199
|
emptyStateSubtitle: {
|
|
8358
8200
|
type: import("vue").PropType<string>;
|
|
8359
8201
|
default: string;
|
|
@@ -8370,6 +8212,10 @@ declare const _default: {
|
|
|
8370
8212
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
8371
8213
|
default: any;
|
|
8372
8214
|
};
|
|
8215
|
+
zIndexBase: {
|
|
8216
|
+
type: import("vue").PropType<number>;
|
|
8217
|
+
default: number;
|
|
8218
|
+
};
|
|
8373
8219
|
rowCustomClassKey: {
|
|
8374
8220
|
type: import("vue").PropType<string>;
|
|
8375
8221
|
default: string;
|
|
@@ -8430,11 +8276,11 @@ declare const _default: {
|
|
|
8430
8276
|
loadingRowCount: number;
|
|
8431
8277
|
emptyStateTitle: string;
|
|
8432
8278
|
isSticky: boolean;
|
|
8433
|
-
zIndexBase: number;
|
|
8434
8279
|
emptyStateSubtitle: string;
|
|
8435
8280
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
8436
8281
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
8437
8282
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
8283
|
+
zIndexBase: number;
|
|
8438
8284
|
rowCustomClassKey: string;
|
|
8439
8285
|
rowDataKey: string;
|
|
8440
8286
|
totalCount: number;
|
|
@@ -22806,7 +22652,7 @@ declare const _default: {
|
|
|
22806
22652
|
default: string;
|
|
22807
22653
|
};
|
|
22808
22654
|
loadMoreFn: {
|
|
22809
|
-
type: import("vue").PropType<() => Promise<
|
|
22655
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
22810
22656
|
default: any;
|
|
22811
22657
|
};
|
|
22812
22658
|
fetchDataDebounceTime: {
|
|
@@ -22817,6 +22663,10 @@ declare const _default: {
|
|
|
22817
22663
|
type: import("vue").PropType<boolean>;
|
|
22818
22664
|
default: boolean;
|
|
22819
22665
|
};
|
|
22666
|
+
loadingOverride: {
|
|
22667
|
+
type: import("vue").PropType<boolean>;
|
|
22668
|
+
default: boolean;
|
|
22669
|
+
};
|
|
22820
22670
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22821
22671
|
"update:selectedCondition": (value: {
|
|
22822
22672
|
label: string;
|
|
@@ -22825,7 +22675,6 @@ declare const _default: {
|
|
|
22825
22675
|
}) => void;
|
|
22826
22676
|
"update:appliedSelections": (value: unknown) => void;
|
|
22827
22677
|
clear: () => void;
|
|
22828
|
-
closed: () => void;
|
|
22829
22678
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22830
22679
|
label: {
|
|
22831
22680
|
type: import("vue").PropType<string>;
|
|
@@ -22907,7 +22756,7 @@ declare const _default: {
|
|
|
22907
22756
|
default: string;
|
|
22908
22757
|
};
|
|
22909
22758
|
loadMoreFn: {
|
|
22910
|
-
type: import("vue").PropType<() => Promise<
|
|
22759
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
22911
22760
|
default: any;
|
|
22912
22761
|
};
|
|
22913
22762
|
fetchDataDebounceTime: {
|
|
@@ -22918,9 +22767,12 @@ declare const _default: {
|
|
|
22918
22767
|
type: import("vue").PropType<boolean>;
|
|
22919
22768
|
default: boolean;
|
|
22920
22769
|
};
|
|
22770
|
+
loadingOverride: {
|
|
22771
|
+
type: import("vue").PropType<boolean>;
|
|
22772
|
+
default: boolean;
|
|
22773
|
+
};
|
|
22921
22774
|
}>> & {
|
|
22922
22775
|
onClear?: () => any;
|
|
22923
|
-
onClosed?: () => any;
|
|
22924
22776
|
"onUpdate:selectedCondition"?: (value: {
|
|
22925
22777
|
label: string;
|
|
22926
22778
|
value: string;
|
|
@@ -22941,9 +22793,10 @@ declare const _default: {
|
|
|
22941
22793
|
comparingKey: string;
|
|
22942
22794
|
minCharsToStart: number;
|
|
22943
22795
|
searchQuery: string;
|
|
22944
|
-
loadMoreFn: () => Promise<
|
|
22796
|
+
loadMoreFn: () => Promise<void>;
|
|
22945
22797
|
fetchDataDebounceTime: number;
|
|
22946
22798
|
autoFocusSearch: boolean;
|
|
22799
|
+
loadingOverride: boolean;
|
|
22947
22800
|
}>)[];
|
|
22948
22801
|
Option: {
|
|
22949
22802
|
new (...args: any[]): {
|
|
@@ -23975,7 +23828,7 @@ declare const _default: {
|
|
|
23975
23828
|
default: string;
|
|
23976
23829
|
};
|
|
23977
23830
|
loadMoreFn: {
|
|
23978
|
-
type: import("vue").PropType<() => Promise<
|
|
23831
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
23979
23832
|
default: any;
|
|
23980
23833
|
};
|
|
23981
23834
|
fetchDataDebounceTime: {
|
|
@@ -23986,6 +23839,10 @@ declare const _default: {
|
|
|
23986
23839
|
type: import("vue").PropType<boolean>;
|
|
23987
23840
|
default: boolean;
|
|
23988
23841
|
};
|
|
23842
|
+
loadingOverride: {
|
|
23843
|
+
type: import("vue").PropType<boolean>;
|
|
23844
|
+
default: boolean;
|
|
23845
|
+
};
|
|
23989
23846
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23990
23847
|
"update:selectedCondition": (value: {
|
|
23991
23848
|
label: string;
|
|
@@ -23994,7 +23851,6 @@ declare const _default: {
|
|
|
23994
23851
|
}) => void;
|
|
23995
23852
|
"update:appliedSelections": (value: unknown) => void;
|
|
23996
23853
|
clear: () => void;
|
|
23997
|
-
closed: () => void;
|
|
23998
23854
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23999
23855
|
label: {
|
|
24000
23856
|
type: import("vue").PropType<string>;
|
|
@@ -24076,7 +23932,7 @@ declare const _default: {
|
|
|
24076
23932
|
default: string;
|
|
24077
23933
|
};
|
|
24078
23934
|
loadMoreFn: {
|
|
24079
|
-
type: import("vue").PropType<() => Promise<
|
|
23935
|
+
type: import("vue").PropType<() => Promise<void>>;
|
|
24080
23936
|
default: any;
|
|
24081
23937
|
};
|
|
24082
23938
|
fetchDataDebounceTime: {
|
|
@@ -24087,9 +23943,12 @@ declare const _default: {
|
|
|
24087
23943
|
type: import("vue").PropType<boolean>;
|
|
24088
23944
|
default: boolean;
|
|
24089
23945
|
};
|
|
23946
|
+
loadingOverride: {
|
|
23947
|
+
type: import("vue").PropType<boolean>;
|
|
23948
|
+
default: boolean;
|
|
23949
|
+
};
|
|
24090
23950
|
}>> & {
|
|
24091
23951
|
onClear?: () => any;
|
|
24092
|
-
onClosed?: () => any;
|
|
24093
23952
|
"onUpdate:selectedCondition"?: (value: {
|
|
24094
23953
|
label: string;
|
|
24095
23954
|
value: string;
|
|
@@ -24110,9 +23969,10 @@ declare const _default: {
|
|
|
24110
23969
|
comparingKey: string;
|
|
24111
23970
|
minCharsToStart: number;
|
|
24112
23971
|
searchQuery: string;
|
|
24113
|
-
loadMoreFn: () => Promise<
|
|
23972
|
+
loadMoreFn: () => Promise<void>;
|
|
24114
23973
|
fetchDataDebounceTime: number;
|
|
24115
23974
|
autoFocusSearch: boolean;
|
|
23975
|
+
loadingOverride: boolean;
|
|
24116
23976
|
}>;
|
|
24117
23977
|
Label: {
|
|
24118
23978
|
new (...args: any[]): {
|