@ironsource/shared-ui 2.1.11-test.52 → 2.1.11-test.55
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_026d82c5_lang.css +1 -0
- package/ChartLegend.vue_vue_type_style_index_0_scoped_aa32a103_lang.css +1 -0
- package/ChartLoader.vue_vue_type_style_index_0_scoped_ffa4cc66_lang.css +1 -0
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_2a77c137_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_8a2714eb_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_73bf9b5b_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_6526c390_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_5ff4b654_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_48542664_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/Typography.vue_vue_type_style_index_0_scoped_07b259bf_lang.css +1 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/chart/Chart.vue.d.ts +1 -1
- package/components/chart/Chart.vue.js +4 -4
- package/components/chart/Chart.vue2.js +110 -105
- package/components/chart/ChartLegend.vue.js +2 -2
- package/components/chart/ChartLegend.vue2.js +60 -50
- package/components/chart/ChartLoader.vue.js +5 -23
- package/components/chart/ChartLoader.vue2.js +15 -0
- package/components/chart/index.d.ts +20 -20
- package/components/chart/mockData.d.ts +8 -0
- package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
- package/components/dateRange/v4/DateRangeV4.vue2.js +86 -81
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +26 -3
- package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +131 -109
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +45 -46
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +97 -98
- package/components/dropdown/v4/index.d.ts +41 -3
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- 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 +184 -164
- package/components/sortableList/SortableItem.vue.d.ts +5 -0
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +76 -61
- package/components/sortableList/SortableList.vue.d.ts +16 -0
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +100 -87
- package/components/sortableList/index.d.ts +59 -1
- package/components/table/v4/DataGrid.vue.d.ts +2 -2
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +59 -59
- package/components/table-cells/common/Editable.common.js +8 -7
- package/components/table-cells/common/EditableContext.d.ts +1 -0
- package/components/table-cells/v4/EditableV4.vue.d.ts +5 -0
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +11 -10
- package/components/table-cells/v4/index.d.ts +20 -1
- 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 +3 -3
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/composables/useFormValidation.d.ts +1 -1
- package/index.d.ts +358 -128
- package/index.js +1 -1
- package/package.json +239 -2
- package/testids/index.d.ts +1 -0
- package/testids/index.js +13 -13
- package/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +0 -1
- package/ChartLegend.vue_vue_type_style_index_0_scoped_a1c626cd_lang.css +0 -1
- package/ChartLoader.vue_vue_type_style_index_0_scoped_142c444a_lang.css +0 -1
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_9fa84b26_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_2c2947b3_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +0 -1
- package/consts/configs.js +0 -4
- package/tsconfig.json +0 -157
package/index.d.ts
CHANGED
|
@@ -1733,12 +1733,15 @@ declare const _default: {
|
|
|
1733
1733
|
searchPlaceholder: string;
|
|
1734
1734
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
1735
1735
|
selectedChildId: string | number;
|
|
1736
|
+
childListMaxHeight: string;
|
|
1736
1737
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
1737
1738
|
openId: string | number;
|
|
1738
1739
|
selectedId: string | number;
|
|
1739
1740
|
showSearch: boolean;
|
|
1740
1741
|
loadingRowCount: number;
|
|
1741
1742
|
emptyStateTitle: string;
|
|
1743
|
+
isSticky: boolean;
|
|
1744
|
+
zIndexBase: number;
|
|
1742
1745
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1743
1746
|
search: {
|
|
1744
1747
|
type: import("vue").PropType<string>;
|
|
@@ -1770,6 +1773,10 @@ declare const _default: {
|
|
|
1770
1773
|
type: import("vue").PropType<string | number>;
|
|
1771
1774
|
default: any;
|
|
1772
1775
|
};
|
|
1776
|
+
childListMaxHeight: {
|
|
1777
|
+
type: import("vue").PropType<string>;
|
|
1778
|
+
default: string;
|
|
1779
|
+
};
|
|
1773
1780
|
searchHandler: {
|
|
1774
1781
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
1775
1782
|
default: any;
|
|
@@ -1794,6 +1801,14 @@ declare const _default: {
|
|
|
1794
1801
|
type: import("vue").PropType<string>;
|
|
1795
1802
|
default: string;
|
|
1796
1803
|
};
|
|
1804
|
+
isSticky: {
|
|
1805
|
+
type: import("vue").PropType<boolean>;
|
|
1806
|
+
default: boolean;
|
|
1807
|
+
};
|
|
1808
|
+
zIndexBase: {
|
|
1809
|
+
type: import("vue").PropType<number>;
|
|
1810
|
+
default: number;
|
|
1811
|
+
};
|
|
1797
1812
|
}>> & {
|
|
1798
1813
|
onClearSearch?: () => any;
|
|
1799
1814
|
onSortableItemDragged?: (event: {
|
|
@@ -1805,7 +1820,7 @@ declare const _default: {
|
|
|
1805
1820
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1806
1821
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1807
1822
|
"onUpdate:search"?: (query: string) => any;
|
|
1808
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1823
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "childListMaxHeight" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase">;
|
|
1809
1824
|
$attrs: {
|
|
1810
1825
|
[x: string]: unknown;
|
|
1811
1826
|
};
|
|
@@ -1853,6 +1868,10 @@ declare const _default: {
|
|
|
1853
1868
|
type: import("vue").PropType<string | number>;
|
|
1854
1869
|
default: any;
|
|
1855
1870
|
};
|
|
1871
|
+
childListMaxHeight: {
|
|
1872
|
+
type: import("vue").PropType<string>;
|
|
1873
|
+
default: string;
|
|
1874
|
+
};
|
|
1856
1875
|
searchHandler: {
|
|
1857
1876
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
1858
1877
|
default: any;
|
|
@@ -1877,6 +1896,14 @@ declare const _default: {
|
|
|
1877
1896
|
type: import("vue").PropType<string>;
|
|
1878
1897
|
default: string;
|
|
1879
1898
|
};
|
|
1899
|
+
isSticky: {
|
|
1900
|
+
type: import("vue").PropType<boolean>;
|
|
1901
|
+
default: boolean;
|
|
1902
|
+
};
|
|
1903
|
+
zIndexBase: {
|
|
1904
|
+
type: import("vue").PropType<number>;
|
|
1905
|
+
default: number;
|
|
1906
|
+
};
|
|
1880
1907
|
}>> & {
|
|
1881
1908
|
onClearSearch?: () => any;
|
|
1882
1909
|
onSortableItemDragged?: (event: {
|
|
@@ -1907,12 +1934,15 @@ declare const _default: {
|
|
|
1907
1934
|
searchPlaceholder: string;
|
|
1908
1935
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
1909
1936
|
selectedChildId: string | number;
|
|
1937
|
+
childListMaxHeight: string;
|
|
1910
1938
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
1911
1939
|
openId: string | number;
|
|
1912
1940
|
selectedId: string | number;
|
|
1913
1941
|
showSearch: boolean;
|
|
1914
1942
|
loadingRowCount: number;
|
|
1915
1943
|
emptyStateTitle: string;
|
|
1944
|
+
isSticky: boolean;
|
|
1945
|
+
zIndexBase: number;
|
|
1916
1946
|
}, {}, string> & {
|
|
1917
1947
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1918
1948
|
created?: (() => void) | (() => void)[];
|
|
@@ -1964,6 +1994,10 @@ declare const _default: {
|
|
|
1964
1994
|
type: import("vue").PropType<string | number>;
|
|
1965
1995
|
default: any;
|
|
1966
1996
|
};
|
|
1997
|
+
childListMaxHeight: {
|
|
1998
|
+
type: import("vue").PropType<string>;
|
|
1999
|
+
default: string;
|
|
2000
|
+
};
|
|
1967
2001
|
searchHandler: {
|
|
1968
2002
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
1969
2003
|
default: any;
|
|
@@ -1988,6 +2022,14 @@ declare const _default: {
|
|
|
1988
2022
|
type: import("vue").PropType<string>;
|
|
1989
2023
|
default: string;
|
|
1990
2024
|
};
|
|
2025
|
+
isSticky: {
|
|
2026
|
+
type: import("vue").PropType<boolean>;
|
|
2027
|
+
default: boolean;
|
|
2028
|
+
};
|
|
2029
|
+
zIndexBase: {
|
|
2030
|
+
type: import("vue").PropType<number>;
|
|
2031
|
+
default: number;
|
|
2032
|
+
};
|
|
1991
2033
|
}>> & {
|
|
1992
2034
|
onClearSearch?: () => any;
|
|
1993
2035
|
onSortableItemDragged?: (event: {
|
|
@@ -2034,6 +2076,10 @@ declare const _default: {
|
|
|
2034
2076
|
type: import("vue").PropType<string | number>;
|
|
2035
2077
|
default: any;
|
|
2036
2078
|
};
|
|
2079
|
+
childListMaxHeight: {
|
|
2080
|
+
type: import("vue").PropType<string>;
|
|
2081
|
+
default: string;
|
|
2082
|
+
};
|
|
2037
2083
|
searchHandler: {
|
|
2038
2084
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2039
2085
|
default: any;
|
|
@@ -2058,6 +2104,14 @@ declare const _default: {
|
|
|
2058
2104
|
type: import("vue").PropType<string>;
|
|
2059
2105
|
default: string;
|
|
2060
2106
|
};
|
|
2107
|
+
isSticky: {
|
|
2108
|
+
type: import("vue").PropType<boolean>;
|
|
2109
|
+
default: boolean;
|
|
2110
|
+
};
|
|
2111
|
+
zIndexBase: {
|
|
2112
|
+
type: import("vue").PropType<number>;
|
|
2113
|
+
default: number;
|
|
2114
|
+
};
|
|
2061
2115
|
}>> & {
|
|
2062
2116
|
onClearSearch?: () => any;
|
|
2063
2117
|
onSortableItemDragged?: (event: {
|
|
@@ -2088,14 +2142,18 @@ declare const _default: {
|
|
|
2088
2142
|
searchPlaceholder: string;
|
|
2089
2143
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2090
2144
|
selectedChildId: string | number;
|
|
2145
|
+
childListMaxHeight: string;
|
|
2091
2146
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2092
2147
|
openId: string | number;
|
|
2093
2148
|
selectedId: string | number;
|
|
2094
2149
|
showSearch: boolean;
|
|
2095
2150
|
loadingRowCount: number;
|
|
2096
2151
|
emptyStateTitle: string;
|
|
2152
|
+
isSticky: boolean;
|
|
2153
|
+
zIndexBase: number;
|
|
2097
2154
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2098
2155
|
$slots: {
|
|
2156
|
+
header?(_: {}): any;
|
|
2099
2157
|
menu?(_: {
|
|
2100
2158
|
item: import("./components/sortableList/SortableList.types").SortableListItem;
|
|
2101
2159
|
}): any;
|
|
@@ -2115,12 +2173,15 @@ declare const _default: {
|
|
|
2115
2173
|
searchPlaceholder: string;
|
|
2116
2174
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2117
2175
|
selectedChildId: string | number;
|
|
2176
|
+
childListMaxHeight: string;
|
|
2118
2177
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2119
2178
|
openId: string | number;
|
|
2120
2179
|
selectedId: string | number;
|
|
2121
2180
|
showSearch: boolean;
|
|
2122
2181
|
loadingRowCount: number;
|
|
2123
2182
|
emptyStateTitle: string;
|
|
2183
|
+
isSticky: boolean;
|
|
2184
|
+
zIndexBase: number;
|
|
2124
2185
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2125
2186
|
search: {
|
|
2126
2187
|
type: import("vue").PropType<string>;
|
|
@@ -2152,6 +2213,10 @@ declare const _default: {
|
|
|
2152
2213
|
type: import("vue").PropType<string | number>;
|
|
2153
2214
|
default: any;
|
|
2154
2215
|
};
|
|
2216
|
+
childListMaxHeight: {
|
|
2217
|
+
type: import("vue").PropType<string>;
|
|
2218
|
+
default: string;
|
|
2219
|
+
};
|
|
2155
2220
|
searchHandler: {
|
|
2156
2221
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2157
2222
|
default: any;
|
|
@@ -2176,6 +2241,14 @@ declare const _default: {
|
|
|
2176
2241
|
type: import("vue").PropType<string>;
|
|
2177
2242
|
default: string;
|
|
2178
2243
|
};
|
|
2244
|
+
isSticky: {
|
|
2245
|
+
type: import("vue").PropType<boolean>;
|
|
2246
|
+
default: boolean;
|
|
2247
|
+
};
|
|
2248
|
+
zIndexBase: {
|
|
2249
|
+
type: import("vue").PropType<number>;
|
|
2250
|
+
default: number;
|
|
2251
|
+
};
|
|
2179
2252
|
}>> & {
|
|
2180
2253
|
onClearSearch?: () => any;
|
|
2181
2254
|
onSortableItemDragged?: (event: {
|
|
@@ -2187,7 +2260,7 @@ declare const _default: {
|
|
|
2187
2260
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
2188
2261
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
2189
2262
|
"onUpdate:search"?: (query: string) => any;
|
|
2190
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
2263
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "childListMaxHeight" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase">;
|
|
2191
2264
|
$attrs: {
|
|
2192
2265
|
[x: string]: unknown;
|
|
2193
2266
|
};
|
|
@@ -2235,6 +2308,10 @@ declare const _default: {
|
|
|
2235
2308
|
type: import("vue").PropType<string | number>;
|
|
2236
2309
|
default: any;
|
|
2237
2310
|
};
|
|
2311
|
+
childListMaxHeight: {
|
|
2312
|
+
type: import("vue").PropType<string>;
|
|
2313
|
+
default: string;
|
|
2314
|
+
};
|
|
2238
2315
|
searchHandler: {
|
|
2239
2316
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2240
2317
|
default: any;
|
|
@@ -2259,6 +2336,14 @@ declare const _default: {
|
|
|
2259
2336
|
type: import("vue").PropType<string>;
|
|
2260
2337
|
default: string;
|
|
2261
2338
|
};
|
|
2339
|
+
isSticky: {
|
|
2340
|
+
type: import("vue").PropType<boolean>;
|
|
2341
|
+
default: boolean;
|
|
2342
|
+
};
|
|
2343
|
+
zIndexBase: {
|
|
2344
|
+
type: import("vue").PropType<number>;
|
|
2345
|
+
default: number;
|
|
2346
|
+
};
|
|
2262
2347
|
}>> & {
|
|
2263
2348
|
onClearSearch?: () => any;
|
|
2264
2349
|
onSortableItemDragged?: (event: {
|
|
@@ -2289,12 +2374,15 @@ declare const _default: {
|
|
|
2289
2374
|
searchPlaceholder: string;
|
|
2290
2375
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2291
2376
|
selectedChildId: string | number;
|
|
2377
|
+
childListMaxHeight: string;
|
|
2292
2378
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2293
2379
|
openId: string | number;
|
|
2294
2380
|
selectedId: string | number;
|
|
2295
2381
|
showSearch: boolean;
|
|
2296
2382
|
loadingRowCount: number;
|
|
2297
2383
|
emptyStateTitle: string;
|
|
2384
|
+
isSticky: boolean;
|
|
2385
|
+
zIndexBase: number;
|
|
2298
2386
|
}, {}, string> & {
|
|
2299
2387
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2300
2388
|
created?: (() => void) | (() => void)[];
|
|
@@ -2346,6 +2434,10 @@ declare const _default: {
|
|
|
2346
2434
|
type: import("vue").PropType<string | number>;
|
|
2347
2435
|
default: any;
|
|
2348
2436
|
};
|
|
2437
|
+
childListMaxHeight: {
|
|
2438
|
+
type: import("vue").PropType<string>;
|
|
2439
|
+
default: string;
|
|
2440
|
+
};
|
|
2349
2441
|
searchHandler: {
|
|
2350
2442
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2351
2443
|
default: any;
|
|
@@ -2370,6 +2462,14 @@ declare const _default: {
|
|
|
2370
2462
|
type: import("vue").PropType<string>;
|
|
2371
2463
|
default: string;
|
|
2372
2464
|
};
|
|
2465
|
+
isSticky: {
|
|
2466
|
+
type: import("vue").PropType<boolean>;
|
|
2467
|
+
default: boolean;
|
|
2468
|
+
};
|
|
2469
|
+
zIndexBase: {
|
|
2470
|
+
type: import("vue").PropType<number>;
|
|
2471
|
+
default: number;
|
|
2472
|
+
};
|
|
2373
2473
|
}>> & {
|
|
2374
2474
|
onClearSearch?: () => any;
|
|
2375
2475
|
onSortableItemDragged?: (event: {
|
|
@@ -2416,6 +2516,10 @@ declare const _default: {
|
|
|
2416
2516
|
type: import("vue").PropType<string | number>;
|
|
2417
2517
|
default: any;
|
|
2418
2518
|
};
|
|
2519
|
+
childListMaxHeight: {
|
|
2520
|
+
type: import("vue").PropType<string>;
|
|
2521
|
+
default: string;
|
|
2522
|
+
};
|
|
2419
2523
|
searchHandler: {
|
|
2420
2524
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean>;
|
|
2421
2525
|
default: any;
|
|
@@ -2440,6 +2544,14 @@ declare const _default: {
|
|
|
2440
2544
|
type: import("vue").PropType<string>;
|
|
2441
2545
|
default: string;
|
|
2442
2546
|
};
|
|
2547
|
+
isSticky: {
|
|
2548
|
+
type: import("vue").PropType<boolean>;
|
|
2549
|
+
default: boolean;
|
|
2550
|
+
};
|
|
2551
|
+
zIndexBase: {
|
|
2552
|
+
type: import("vue").PropType<number>;
|
|
2553
|
+
default: number;
|
|
2554
|
+
};
|
|
2443
2555
|
}>> & {
|
|
2444
2556
|
onClearSearch?: () => any;
|
|
2445
2557
|
onSortableItemDragged?: (event: {
|
|
@@ -2470,14 +2582,18 @@ declare const _default: {
|
|
|
2470
2582
|
searchPlaceholder: string;
|
|
2471
2583
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
2472
2584
|
selectedChildId: string | number;
|
|
2585
|
+
childListMaxHeight: string;
|
|
2473
2586
|
searchHandler: (item: import("./components/sortableList/SortableList.types").SortableListItem, searchQuery: string) => boolean;
|
|
2474
2587
|
openId: string | number;
|
|
2475
2588
|
selectedId: string | number;
|
|
2476
2589
|
showSearch: boolean;
|
|
2477
2590
|
loadingRowCount: number;
|
|
2478
2591
|
emptyStateTitle: string;
|
|
2592
|
+
isSticky: boolean;
|
|
2593
|
+
zIndexBase: number;
|
|
2479
2594
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2480
2595
|
$slots: {
|
|
2596
|
+
header?(_: {}): any;
|
|
2481
2597
|
menu?(_: {
|
|
2482
2598
|
item: import("./components/sortableList/SortableList.types").SortableListItem;
|
|
2483
2599
|
}): any;
|
|
@@ -5200,6 +5316,7 @@ declare const _default: {
|
|
|
5200
5316
|
$props: Partial<{
|
|
5201
5317
|
type: "input" | "dropdown";
|
|
5202
5318
|
cell: string;
|
|
5319
|
+
withIcons: boolean;
|
|
5203
5320
|
saveOnClickOutside: boolean;
|
|
5204
5321
|
validateFunction: (value: unknown) => string | boolean;
|
|
5205
5322
|
isLoading: boolean;
|
|
@@ -5214,6 +5331,10 @@ declare const _default: {
|
|
|
5214
5331
|
type: import("vue").PropType<string>;
|
|
5215
5332
|
default: string;
|
|
5216
5333
|
};
|
|
5334
|
+
withIcons: {
|
|
5335
|
+
type: import("vue").PropType<boolean>;
|
|
5336
|
+
default: boolean;
|
|
5337
|
+
};
|
|
5217
5338
|
saveOnClickOutside: {
|
|
5218
5339
|
type: import("vue").PropType<boolean>;
|
|
5219
5340
|
default: boolean;
|
|
@@ -5238,7 +5359,7 @@ declare const _default: {
|
|
|
5238
5359
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
5239
5360
|
default: (cell: unknown) => unknown;
|
|
5240
5361
|
};
|
|
5241
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5362
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5242
5363
|
$attrs: {
|
|
5243
5364
|
[x: string]: unknown;
|
|
5244
5365
|
};
|
|
@@ -5262,6 +5383,10 @@ declare const _default: {
|
|
|
5262
5383
|
type: import("vue").PropType<string>;
|
|
5263
5384
|
default: string;
|
|
5264
5385
|
};
|
|
5386
|
+
withIcons: {
|
|
5387
|
+
type: import("vue").PropType<boolean>;
|
|
5388
|
+
default: boolean;
|
|
5389
|
+
};
|
|
5265
5390
|
saveOnClickOutside: {
|
|
5266
5391
|
type: import("vue").PropType<boolean>;
|
|
5267
5392
|
default: boolean;
|
|
@@ -5289,6 +5414,7 @@ declare const _default: {
|
|
|
5289
5414
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5290
5415
|
type: "input" | "dropdown";
|
|
5291
5416
|
cell: string;
|
|
5417
|
+
withIcons: boolean;
|
|
5292
5418
|
saveOnClickOutside: boolean;
|
|
5293
5419
|
validateFunction: (value: unknown) => string | boolean;
|
|
5294
5420
|
isLoading: boolean;
|
|
@@ -5323,6 +5449,10 @@ declare const _default: {
|
|
|
5323
5449
|
type: import("vue").PropType<string>;
|
|
5324
5450
|
default: string;
|
|
5325
5451
|
};
|
|
5452
|
+
withIcons: {
|
|
5453
|
+
type: import("vue").PropType<boolean>;
|
|
5454
|
+
default: boolean;
|
|
5455
|
+
};
|
|
5326
5456
|
saveOnClickOutside: {
|
|
5327
5457
|
type: import("vue").PropType<boolean>;
|
|
5328
5458
|
default: boolean;
|
|
@@ -5361,6 +5491,10 @@ declare const _default: {
|
|
|
5361
5491
|
type: import("vue").PropType<string>;
|
|
5362
5492
|
default: string;
|
|
5363
5493
|
};
|
|
5494
|
+
withIcons: {
|
|
5495
|
+
type: import("vue").PropType<boolean>;
|
|
5496
|
+
default: boolean;
|
|
5497
|
+
};
|
|
5364
5498
|
saveOnClickOutside: {
|
|
5365
5499
|
type: import("vue").PropType<boolean>;
|
|
5366
5500
|
default: boolean;
|
|
@@ -5388,6 +5522,7 @@ declare const _default: {
|
|
|
5388
5522
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5389
5523
|
type: "input" | "dropdown";
|
|
5390
5524
|
cell: string;
|
|
5525
|
+
withIcons: boolean;
|
|
5391
5526
|
saveOnClickOutside: boolean;
|
|
5392
5527
|
validateFunction: (value: unknown) => string | boolean;
|
|
5393
5528
|
isLoading: boolean;
|
|
@@ -5405,6 +5540,7 @@ declare const _default: {
|
|
|
5405
5540
|
$props: Partial<{
|
|
5406
5541
|
type: "input" | "dropdown";
|
|
5407
5542
|
cell: string;
|
|
5543
|
+
withIcons: boolean;
|
|
5408
5544
|
saveOnClickOutside: boolean;
|
|
5409
5545
|
validateFunction: (value: unknown) => string | boolean;
|
|
5410
5546
|
isLoading: boolean;
|
|
@@ -5419,6 +5555,10 @@ declare const _default: {
|
|
|
5419
5555
|
type: import("vue").PropType<string>;
|
|
5420
5556
|
default: string;
|
|
5421
5557
|
};
|
|
5558
|
+
withIcons: {
|
|
5559
|
+
type: import("vue").PropType<boolean>;
|
|
5560
|
+
default: boolean;
|
|
5561
|
+
};
|
|
5422
5562
|
saveOnClickOutside: {
|
|
5423
5563
|
type: import("vue").PropType<boolean>;
|
|
5424
5564
|
default: boolean;
|
|
@@ -5443,7 +5583,7 @@ declare const _default: {
|
|
|
5443
5583
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
5444
5584
|
default: (cell: unknown) => unknown;
|
|
5445
5585
|
};
|
|
5446
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5586
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "withIcons" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5447
5587
|
$attrs: {
|
|
5448
5588
|
[x: string]: unknown;
|
|
5449
5589
|
};
|
|
@@ -5467,6 +5607,10 @@ declare const _default: {
|
|
|
5467
5607
|
type: import("vue").PropType<string>;
|
|
5468
5608
|
default: string;
|
|
5469
5609
|
};
|
|
5610
|
+
withIcons: {
|
|
5611
|
+
type: import("vue").PropType<boolean>;
|
|
5612
|
+
default: boolean;
|
|
5613
|
+
};
|
|
5470
5614
|
saveOnClickOutside: {
|
|
5471
5615
|
type: import("vue").PropType<boolean>;
|
|
5472
5616
|
default: boolean;
|
|
@@ -5494,6 +5638,7 @@ declare const _default: {
|
|
|
5494
5638
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5495
5639
|
type: "input" | "dropdown";
|
|
5496
5640
|
cell: string;
|
|
5641
|
+
withIcons: boolean;
|
|
5497
5642
|
saveOnClickOutside: boolean;
|
|
5498
5643
|
validateFunction: (value: unknown) => string | boolean;
|
|
5499
5644
|
isLoading: boolean;
|
|
@@ -5528,6 +5673,10 @@ declare const _default: {
|
|
|
5528
5673
|
type: import("vue").PropType<string>;
|
|
5529
5674
|
default: string;
|
|
5530
5675
|
};
|
|
5676
|
+
withIcons: {
|
|
5677
|
+
type: import("vue").PropType<boolean>;
|
|
5678
|
+
default: boolean;
|
|
5679
|
+
};
|
|
5531
5680
|
saveOnClickOutside: {
|
|
5532
5681
|
type: import("vue").PropType<boolean>;
|
|
5533
5682
|
default: boolean;
|
|
@@ -5566,6 +5715,10 @@ declare const _default: {
|
|
|
5566
5715
|
type: import("vue").PropType<string>;
|
|
5567
5716
|
default: string;
|
|
5568
5717
|
};
|
|
5718
|
+
withIcons: {
|
|
5719
|
+
type: import("vue").PropType<boolean>;
|
|
5720
|
+
default: boolean;
|
|
5721
|
+
};
|
|
5569
5722
|
saveOnClickOutside: {
|
|
5570
5723
|
type: import("vue").PropType<boolean>;
|
|
5571
5724
|
default: boolean;
|
|
@@ -5593,6 +5746,7 @@ declare const _default: {
|
|
|
5593
5746
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5594
5747
|
type: "input" | "dropdown";
|
|
5595
5748
|
cell: string;
|
|
5749
|
+
withIcons: boolean;
|
|
5596
5750
|
saveOnClickOutside: boolean;
|
|
5597
5751
|
validateFunction: (value: unknown) => string | boolean;
|
|
5598
5752
|
isLoading: boolean;
|
|
@@ -5611,8 +5765,8 @@ declare const _default: {
|
|
|
5611
5765
|
$data: {};
|
|
5612
5766
|
$props: Partial<{
|
|
5613
5767
|
sort: tableV3.Sort;
|
|
5614
|
-
search: string;
|
|
5615
5768
|
title: string;
|
|
5769
|
+
search: string;
|
|
5616
5770
|
testId: string;
|
|
5617
5771
|
isLoading: boolean;
|
|
5618
5772
|
searchAutoFocus: boolean;
|
|
@@ -5622,6 +5776,7 @@ declare const _default: {
|
|
|
5622
5776
|
loadingRowCount: number;
|
|
5623
5777
|
emptyStateTitle: string;
|
|
5624
5778
|
isSticky: boolean;
|
|
5779
|
+
zIndexBase: number;
|
|
5625
5780
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5626
5781
|
isStickyHeader: boolean;
|
|
5627
5782
|
emptyStateSubtitle: string;
|
|
@@ -5633,7 +5788,6 @@ declare const _default: {
|
|
|
5633
5788
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5634
5789
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5635
5790
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5636
|
-
zIndexBase: number;
|
|
5637
5791
|
rowCustomClassKey: string;
|
|
5638
5792
|
rowDataKey: string;
|
|
5639
5793
|
isSelectionSticky: boolean;
|
|
@@ -5643,14 +5797,14 @@ declare const _default: {
|
|
|
5643
5797
|
type: import("vue").PropType<tableV3.Sort>;
|
|
5644
5798
|
default: any;
|
|
5645
5799
|
};
|
|
5646
|
-
search: {
|
|
5647
|
-
type: import("vue").PropType<string>;
|
|
5648
|
-
default: any;
|
|
5649
|
-
};
|
|
5650
5800
|
title: {
|
|
5651
5801
|
type: import("vue").PropType<string>;
|
|
5652
5802
|
default: string;
|
|
5653
5803
|
};
|
|
5804
|
+
search: {
|
|
5805
|
+
type: import("vue").PropType<string>;
|
|
5806
|
+
default: any;
|
|
5807
|
+
};
|
|
5654
5808
|
testId: {
|
|
5655
5809
|
type: import("vue").PropType<string>;
|
|
5656
5810
|
default: string;
|
|
@@ -5691,6 +5845,10 @@ declare const _default: {
|
|
|
5691
5845
|
type: import("vue").PropType<boolean>;
|
|
5692
5846
|
default: boolean;
|
|
5693
5847
|
};
|
|
5848
|
+
zIndexBase: {
|
|
5849
|
+
type: import("vue").PropType<number>;
|
|
5850
|
+
default: number;
|
|
5851
|
+
};
|
|
5694
5852
|
rows: {
|
|
5695
5853
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
5696
5854
|
required: true;
|
|
@@ -5739,10 +5897,6 @@ declare const _default: {
|
|
|
5739
5897
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5740
5898
|
default: any;
|
|
5741
5899
|
};
|
|
5742
|
-
zIndexBase: {
|
|
5743
|
-
type: import("vue").PropType<number>;
|
|
5744
|
-
default: number;
|
|
5745
|
-
};
|
|
5746
5900
|
rowCustomClassKey: {
|
|
5747
5901
|
type: import("vue").PropType<string>;
|
|
5748
5902
|
default: string;
|
|
@@ -5770,7 +5924,7 @@ declare const _default: {
|
|
|
5770
5924
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5771
5925
|
onSelectRow?: (value: boolean) => any;
|
|
5772
5926
|
onClickRow?: (rowIndex: number) => any;
|
|
5773
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "
|
|
5927
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
5774
5928
|
$attrs: {
|
|
5775
5929
|
[x: string]: unknown;
|
|
5776
5930
|
};
|
|
@@ -5789,14 +5943,14 @@ declare const _default: {
|
|
|
5789
5943
|
type: import("vue").PropType<tableV3.Sort>;
|
|
5790
5944
|
default: any;
|
|
5791
5945
|
};
|
|
5792
|
-
search: {
|
|
5793
|
-
type: import("vue").PropType<string>;
|
|
5794
|
-
default: any;
|
|
5795
|
-
};
|
|
5796
5946
|
title: {
|
|
5797
5947
|
type: import("vue").PropType<string>;
|
|
5798
5948
|
default: string;
|
|
5799
5949
|
};
|
|
5950
|
+
search: {
|
|
5951
|
+
type: import("vue").PropType<string>;
|
|
5952
|
+
default: any;
|
|
5953
|
+
};
|
|
5800
5954
|
testId: {
|
|
5801
5955
|
type: import("vue").PropType<string>;
|
|
5802
5956
|
default: string;
|
|
@@ -5837,6 +5991,10 @@ declare const _default: {
|
|
|
5837
5991
|
type: import("vue").PropType<boolean>;
|
|
5838
5992
|
default: boolean;
|
|
5839
5993
|
};
|
|
5994
|
+
zIndexBase: {
|
|
5995
|
+
type: import("vue").PropType<number>;
|
|
5996
|
+
default: number;
|
|
5997
|
+
};
|
|
5840
5998
|
rows: {
|
|
5841
5999
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
5842
6000
|
required: true;
|
|
@@ -5885,10 +6043,6 @@ declare const _default: {
|
|
|
5885
6043
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
5886
6044
|
default: any;
|
|
5887
6045
|
};
|
|
5888
|
-
zIndexBase: {
|
|
5889
|
-
type: import("vue").PropType<number>;
|
|
5890
|
-
default: number;
|
|
5891
|
-
};
|
|
5892
6046
|
rowCustomClassKey: {
|
|
5893
6047
|
type: import("vue").PropType<string>;
|
|
5894
6048
|
default: string;
|
|
@@ -5931,8 +6085,8 @@ declare const _default: {
|
|
|
5931
6085
|
clickRow: (rowIndex: number) => void;
|
|
5932
6086
|
}, string, {
|
|
5933
6087
|
sort: tableV3.Sort;
|
|
5934
|
-
search: string;
|
|
5935
6088
|
title: string;
|
|
6089
|
+
search: string;
|
|
5936
6090
|
testId: string;
|
|
5937
6091
|
isLoading: boolean;
|
|
5938
6092
|
searchAutoFocus: boolean;
|
|
@@ -5942,6 +6096,7 @@ declare const _default: {
|
|
|
5942
6096
|
loadingRowCount: number;
|
|
5943
6097
|
emptyStateTitle: string;
|
|
5944
6098
|
isSticky: boolean;
|
|
6099
|
+
zIndexBase: number;
|
|
5945
6100
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5946
6101
|
isStickyHeader: boolean;
|
|
5947
6102
|
emptyStateSubtitle: string;
|
|
@@ -5953,7 +6108,6 @@ declare const _default: {
|
|
|
5953
6108
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
5954
6109
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
5955
6110
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
5956
|
-
zIndexBase: number;
|
|
5957
6111
|
rowCustomClassKey: string;
|
|
5958
6112
|
rowDataKey: string;
|
|
5959
6113
|
isSelectionSticky: boolean;
|
|
@@ -5983,14 +6137,14 @@ declare const _default: {
|
|
|
5983
6137
|
type: import("vue").PropType<tableV3.Sort>;
|
|
5984
6138
|
default: any;
|
|
5985
6139
|
};
|
|
5986
|
-
search: {
|
|
5987
|
-
type: import("vue").PropType<string>;
|
|
5988
|
-
default: any;
|
|
5989
|
-
};
|
|
5990
6140
|
title: {
|
|
5991
6141
|
type: import("vue").PropType<string>;
|
|
5992
6142
|
default: string;
|
|
5993
6143
|
};
|
|
6144
|
+
search: {
|
|
6145
|
+
type: import("vue").PropType<string>;
|
|
6146
|
+
default: any;
|
|
6147
|
+
};
|
|
5994
6148
|
testId: {
|
|
5995
6149
|
type: import("vue").PropType<string>;
|
|
5996
6150
|
default: string;
|
|
@@ -6031,6 +6185,10 @@ declare const _default: {
|
|
|
6031
6185
|
type: import("vue").PropType<boolean>;
|
|
6032
6186
|
default: boolean;
|
|
6033
6187
|
};
|
|
6188
|
+
zIndexBase: {
|
|
6189
|
+
type: import("vue").PropType<number>;
|
|
6190
|
+
default: number;
|
|
6191
|
+
};
|
|
6034
6192
|
rows: {
|
|
6035
6193
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6036
6194
|
required: true;
|
|
@@ -6079,10 +6237,6 @@ declare const _default: {
|
|
|
6079
6237
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6080
6238
|
default: any;
|
|
6081
6239
|
};
|
|
6082
|
-
zIndexBase: {
|
|
6083
|
-
type: import("vue").PropType<number>;
|
|
6084
|
-
default: number;
|
|
6085
|
-
};
|
|
6086
6240
|
rowCustomClassKey: {
|
|
6087
6241
|
type: import("vue").PropType<string>;
|
|
6088
6242
|
default: string;
|
|
@@ -6121,14 +6275,14 @@ declare const _default: {
|
|
|
6121
6275
|
type: import("vue").PropType<tableV3.Sort>;
|
|
6122
6276
|
default: any;
|
|
6123
6277
|
};
|
|
6124
|
-
search: {
|
|
6125
|
-
type: import("vue").PropType<string>;
|
|
6126
|
-
default: any;
|
|
6127
|
-
};
|
|
6128
6278
|
title: {
|
|
6129
6279
|
type: import("vue").PropType<string>;
|
|
6130
6280
|
default: string;
|
|
6131
6281
|
};
|
|
6282
|
+
search: {
|
|
6283
|
+
type: import("vue").PropType<string>;
|
|
6284
|
+
default: any;
|
|
6285
|
+
};
|
|
6132
6286
|
testId: {
|
|
6133
6287
|
type: import("vue").PropType<string>;
|
|
6134
6288
|
default: string;
|
|
@@ -6169,6 +6323,10 @@ declare const _default: {
|
|
|
6169
6323
|
type: import("vue").PropType<boolean>;
|
|
6170
6324
|
default: boolean;
|
|
6171
6325
|
};
|
|
6326
|
+
zIndexBase: {
|
|
6327
|
+
type: import("vue").PropType<number>;
|
|
6328
|
+
default: number;
|
|
6329
|
+
};
|
|
6172
6330
|
rows: {
|
|
6173
6331
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6174
6332
|
required: true;
|
|
@@ -6217,10 +6375,6 @@ declare const _default: {
|
|
|
6217
6375
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6218
6376
|
default: any;
|
|
6219
6377
|
};
|
|
6220
|
-
zIndexBase: {
|
|
6221
|
-
type: import("vue").PropType<number>;
|
|
6222
|
-
default: number;
|
|
6223
|
-
};
|
|
6224
6378
|
rowCustomClassKey: {
|
|
6225
6379
|
type: import("vue").PropType<string>;
|
|
6226
6380
|
default: string;
|
|
@@ -6263,8 +6417,8 @@ declare const _default: {
|
|
|
6263
6417
|
clickRow: (rowIndex: number) => void;
|
|
6264
6418
|
}, string, {
|
|
6265
6419
|
sort: tableV3.Sort;
|
|
6266
|
-
search: string;
|
|
6267
6420
|
title: string;
|
|
6421
|
+
search: string;
|
|
6268
6422
|
testId: string;
|
|
6269
6423
|
isLoading: boolean;
|
|
6270
6424
|
searchAutoFocus: boolean;
|
|
@@ -6274,6 +6428,7 @@ declare const _default: {
|
|
|
6274
6428
|
loadingRowCount: number;
|
|
6275
6429
|
emptyStateTitle: string;
|
|
6276
6430
|
isSticky: boolean;
|
|
6431
|
+
zIndexBase: number;
|
|
6277
6432
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6278
6433
|
isStickyHeader: boolean;
|
|
6279
6434
|
emptyStateSubtitle: string;
|
|
@@ -6285,7 +6440,6 @@ declare const _default: {
|
|
|
6285
6440
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6286
6441
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6287
6442
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6288
|
-
zIndexBase: number;
|
|
6289
6443
|
rowCustomClassKey: string;
|
|
6290
6444
|
rowDataKey: string;
|
|
6291
6445
|
isSelectionSticky: boolean;
|
|
@@ -6418,8 +6572,8 @@ declare const _default: {
|
|
|
6418
6572
|
$data: {};
|
|
6419
6573
|
$props: Partial<{
|
|
6420
6574
|
sort: tableV3.Sort;
|
|
6421
|
-
search: string;
|
|
6422
6575
|
title: string;
|
|
6576
|
+
search: string;
|
|
6423
6577
|
testId: string;
|
|
6424
6578
|
isLoading: boolean;
|
|
6425
6579
|
searchAutoFocus: boolean;
|
|
@@ -6429,6 +6583,7 @@ declare const _default: {
|
|
|
6429
6583
|
loadingRowCount: number;
|
|
6430
6584
|
emptyStateTitle: string;
|
|
6431
6585
|
isSticky: boolean;
|
|
6586
|
+
zIndexBase: number;
|
|
6432
6587
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6433
6588
|
isStickyHeader: boolean;
|
|
6434
6589
|
emptyStateSubtitle: string;
|
|
@@ -6440,7 +6595,6 @@ declare const _default: {
|
|
|
6440
6595
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6441
6596
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6442
6597
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6443
|
-
zIndexBase: number;
|
|
6444
6598
|
rowCustomClassKey: string;
|
|
6445
6599
|
rowDataKey: string;
|
|
6446
6600
|
isSelectionSticky: boolean;
|
|
@@ -6450,14 +6604,14 @@ declare const _default: {
|
|
|
6450
6604
|
type: import("vue").PropType<tableV3.Sort>;
|
|
6451
6605
|
default: any;
|
|
6452
6606
|
};
|
|
6453
|
-
search: {
|
|
6454
|
-
type: import("vue").PropType<string>;
|
|
6455
|
-
default: any;
|
|
6456
|
-
};
|
|
6457
6607
|
title: {
|
|
6458
6608
|
type: import("vue").PropType<string>;
|
|
6459
6609
|
default: string;
|
|
6460
6610
|
};
|
|
6611
|
+
search: {
|
|
6612
|
+
type: import("vue").PropType<string>;
|
|
6613
|
+
default: any;
|
|
6614
|
+
};
|
|
6461
6615
|
testId: {
|
|
6462
6616
|
type: import("vue").PropType<string>;
|
|
6463
6617
|
default: string;
|
|
@@ -6498,6 +6652,10 @@ declare const _default: {
|
|
|
6498
6652
|
type: import("vue").PropType<boolean>;
|
|
6499
6653
|
default: boolean;
|
|
6500
6654
|
};
|
|
6655
|
+
zIndexBase: {
|
|
6656
|
+
type: import("vue").PropType<number>;
|
|
6657
|
+
default: number;
|
|
6658
|
+
};
|
|
6501
6659
|
rows: {
|
|
6502
6660
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6503
6661
|
required: true;
|
|
@@ -6546,10 +6704,6 @@ declare const _default: {
|
|
|
6546
6704
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6547
6705
|
default: any;
|
|
6548
6706
|
};
|
|
6549
|
-
zIndexBase: {
|
|
6550
|
-
type: import("vue").PropType<number>;
|
|
6551
|
-
default: number;
|
|
6552
|
-
};
|
|
6553
6707
|
rowCustomClassKey: {
|
|
6554
6708
|
type: import("vue").PropType<string>;
|
|
6555
6709
|
default: string;
|
|
@@ -6577,7 +6731,7 @@ declare const _default: {
|
|
|
6577
6731
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
6578
6732
|
onSelectRow?: (value: boolean) => any;
|
|
6579
6733
|
onClickRow?: (rowIndex: number) => any;
|
|
6580
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "
|
|
6734
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
6581
6735
|
$attrs: {
|
|
6582
6736
|
[x: string]: unknown;
|
|
6583
6737
|
};
|
|
@@ -6596,14 +6750,14 @@ declare const _default: {
|
|
|
6596
6750
|
type: import("vue").PropType<tableV3.Sort>;
|
|
6597
6751
|
default: any;
|
|
6598
6752
|
};
|
|
6599
|
-
search: {
|
|
6600
|
-
type: import("vue").PropType<string>;
|
|
6601
|
-
default: any;
|
|
6602
|
-
};
|
|
6603
6753
|
title: {
|
|
6604
6754
|
type: import("vue").PropType<string>;
|
|
6605
6755
|
default: string;
|
|
6606
6756
|
};
|
|
6757
|
+
search: {
|
|
6758
|
+
type: import("vue").PropType<string>;
|
|
6759
|
+
default: any;
|
|
6760
|
+
};
|
|
6607
6761
|
testId: {
|
|
6608
6762
|
type: import("vue").PropType<string>;
|
|
6609
6763
|
default: string;
|
|
@@ -6644,6 +6798,10 @@ declare const _default: {
|
|
|
6644
6798
|
type: import("vue").PropType<boolean>;
|
|
6645
6799
|
default: boolean;
|
|
6646
6800
|
};
|
|
6801
|
+
zIndexBase: {
|
|
6802
|
+
type: import("vue").PropType<number>;
|
|
6803
|
+
default: number;
|
|
6804
|
+
};
|
|
6647
6805
|
rows: {
|
|
6648
6806
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6649
6807
|
required: true;
|
|
@@ -6692,10 +6850,6 @@ declare const _default: {
|
|
|
6692
6850
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6693
6851
|
default: any;
|
|
6694
6852
|
};
|
|
6695
|
-
zIndexBase: {
|
|
6696
|
-
type: import("vue").PropType<number>;
|
|
6697
|
-
default: number;
|
|
6698
|
-
};
|
|
6699
6853
|
rowCustomClassKey: {
|
|
6700
6854
|
type: import("vue").PropType<string>;
|
|
6701
6855
|
default: string;
|
|
@@ -6738,8 +6892,8 @@ declare const _default: {
|
|
|
6738
6892
|
clickRow: (rowIndex: number) => void;
|
|
6739
6893
|
}, string, {
|
|
6740
6894
|
sort: tableV3.Sort;
|
|
6741
|
-
search: string;
|
|
6742
6895
|
title: string;
|
|
6896
|
+
search: string;
|
|
6743
6897
|
testId: string;
|
|
6744
6898
|
isLoading: boolean;
|
|
6745
6899
|
searchAutoFocus: boolean;
|
|
@@ -6749,6 +6903,7 @@ declare const _default: {
|
|
|
6749
6903
|
loadingRowCount: number;
|
|
6750
6904
|
emptyStateTitle: string;
|
|
6751
6905
|
isSticky: boolean;
|
|
6906
|
+
zIndexBase: number;
|
|
6752
6907
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6753
6908
|
isStickyHeader: boolean;
|
|
6754
6909
|
emptyStateSubtitle: string;
|
|
@@ -6760,7 +6915,6 @@ declare const _default: {
|
|
|
6760
6915
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
6761
6916
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
6762
6917
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6763
|
-
zIndexBase: number;
|
|
6764
6918
|
rowCustomClassKey: string;
|
|
6765
6919
|
rowDataKey: string;
|
|
6766
6920
|
isSelectionSticky: boolean;
|
|
@@ -6790,14 +6944,14 @@ declare const _default: {
|
|
|
6790
6944
|
type: import("vue").PropType<tableV3.Sort>;
|
|
6791
6945
|
default: any;
|
|
6792
6946
|
};
|
|
6793
|
-
search: {
|
|
6794
|
-
type: import("vue").PropType<string>;
|
|
6795
|
-
default: any;
|
|
6796
|
-
};
|
|
6797
6947
|
title: {
|
|
6798
6948
|
type: import("vue").PropType<string>;
|
|
6799
6949
|
default: string;
|
|
6800
6950
|
};
|
|
6951
|
+
search: {
|
|
6952
|
+
type: import("vue").PropType<string>;
|
|
6953
|
+
default: any;
|
|
6954
|
+
};
|
|
6801
6955
|
testId: {
|
|
6802
6956
|
type: import("vue").PropType<string>;
|
|
6803
6957
|
default: string;
|
|
@@ -6838,6 +6992,10 @@ declare const _default: {
|
|
|
6838
6992
|
type: import("vue").PropType<boolean>;
|
|
6839
6993
|
default: boolean;
|
|
6840
6994
|
};
|
|
6995
|
+
zIndexBase: {
|
|
6996
|
+
type: import("vue").PropType<number>;
|
|
6997
|
+
default: number;
|
|
6998
|
+
};
|
|
6841
6999
|
rows: {
|
|
6842
7000
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6843
7001
|
required: true;
|
|
@@ -6886,10 +7044,6 @@ declare const _default: {
|
|
|
6886
7044
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6887
7045
|
default: any;
|
|
6888
7046
|
};
|
|
6889
|
-
zIndexBase: {
|
|
6890
|
-
type: import("vue").PropType<number>;
|
|
6891
|
-
default: number;
|
|
6892
|
-
};
|
|
6893
7047
|
rowCustomClassKey: {
|
|
6894
7048
|
type: import("vue").PropType<string>;
|
|
6895
7049
|
default: string;
|
|
@@ -6928,14 +7082,14 @@ declare const _default: {
|
|
|
6928
7082
|
type: import("vue").PropType<tableV3.Sort>;
|
|
6929
7083
|
default: any;
|
|
6930
7084
|
};
|
|
6931
|
-
search: {
|
|
6932
|
-
type: import("vue").PropType<string>;
|
|
6933
|
-
default: any;
|
|
6934
|
-
};
|
|
6935
7085
|
title: {
|
|
6936
7086
|
type: import("vue").PropType<string>;
|
|
6937
7087
|
default: string;
|
|
6938
7088
|
};
|
|
7089
|
+
search: {
|
|
7090
|
+
type: import("vue").PropType<string>;
|
|
7091
|
+
default: any;
|
|
7092
|
+
};
|
|
6939
7093
|
testId: {
|
|
6940
7094
|
type: import("vue").PropType<string>;
|
|
6941
7095
|
default: string;
|
|
@@ -6976,6 +7130,10 @@ declare const _default: {
|
|
|
6976
7130
|
type: import("vue").PropType<boolean>;
|
|
6977
7131
|
default: boolean;
|
|
6978
7132
|
};
|
|
7133
|
+
zIndexBase: {
|
|
7134
|
+
type: import("vue").PropType<number>;
|
|
7135
|
+
default: number;
|
|
7136
|
+
};
|
|
6979
7137
|
rows: {
|
|
6980
7138
|
type: import("vue").PropType<import("./components/table/common/Table.types").Row[]>;
|
|
6981
7139
|
required: true;
|
|
@@ -7024,10 +7182,6 @@ declare const _default: {
|
|
|
7024
7182
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7025
7183
|
default: any;
|
|
7026
7184
|
};
|
|
7027
|
-
zIndexBase: {
|
|
7028
|
-
type: import("vue").PropType<number>;
|
|
7029
|
-
default: number;
|
|
7030
|
-
};
|
|
7031
7185
|
rowCustomClassKey: {
|
|
7032
7186
|
type: import("vue").PropType<string>;
|
|
7033
7187
|
default: string;
|
|
@@ -7070,8 +7224,8 @@ declare const _default: {
|
|
|
7070
7224
|
clickRow: (rowIndex: number) => void;
|
|
7071
7225
|
}, string, {
|
|
7072
7226
|
sort: tableV3.Sort;
|
|
7073
|
-
search: string;
|
|
7074
7227
|
title: string;
|
|
7228
|
+
search: string;
|
|
7075
7229
|
testId: string;
|
|
7076
7230
|
isLoading: boolean;
|
|
7077
7231
|
searchAutoFocus: boolean;
|
|
@@ -7081,6 +7235,7 @@ declare const _default: {
|
|
|
7081
7235
|
loadingRowCount: number;
|
|
7082
7236
|
emptyStateTitle: string;
|
|
7083
7237
|
isSticky: boolean;
|
|
7238
|
+
zIndexBase: number;
|
|
7084
7239
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7085
7240
|
isStickyHeader: boolean;
|
|
7086
7241
|
emptyStateSubtitle: string;
|
|
@@ -7092,7 +7247,6 @@ declare const _default: {
|
|
|
7092
7247
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7093
7248
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
7094
7249
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7095
|
-
zIndexBase: number;
|
|
7096
7250
|
rowCustomClassKey: string;
|
|
7097
7251
|
rowDataKey: string;
|
|
7098
7252
|
isSelectionSticky: boolean;
|
|
@@ -7230,11 +7384,11 @@ declare const _default: {
|
|
|
7230
7384
|
loadingRowCount: number;
|
|
7231
7385
|
emptyStateTitle: string;
|
|
7232
7386
|
isSticky: boolean;
|
|
7387
|
+
zIndexBase: number;
|
|
7233
7388
|
emptyStateSubtitle: string;
|
|
7234
7389
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7235
7390
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7236
7391
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7237
|
-
zIndexBase: number;
|
|
7238
7392
|
rowCustomClassKey: string;
|
|
7239
7393
|
rowDataKey: string;
|
|
7240
7394
|
totalCount: number;
|
|
@@ -7280,6 +7434,10 @@ declare const _default: {
|
|
|
7280
7434
|
type: import("vue").PropType<boolean>;
|
|
7281
7435
|
default: boolean;
|
|
7282
7436
|
};
|
|
7437
|
+
zIndexBase: {
|
|
7438
|
+
type: import("vue").PropType<number>;
|
|
7439
|
+
default: number;
|
|
7440
|
+
};
|
|
7283
7441
|
emptyStateSubtitle: {
|
|
7284
7442
|
type: import("vue").PropType<string>;
|
|
7285
7443
|
default: string;
|
|
@@ -7296,10 +7454,6 @@ declare const _default: {
|
|
|
7296
7454
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7297
7455
|
default: any;
|
|
7298
7456
|
};
|
|
7299
|
-
zIndexBase: {
|
|
7300
|
-
type: import("vue").PropType<number>;
|
|
7301
|
-
default: number;
|
|
7302
|
-
};
|
|
7303
7457
|
rowCustomClassKey: {
|
|
7304
7458
|
type: import("vue").PropType<string>;
|
|
7305
7459
|
default: string;
|
|
@@ -7342,7 +7496,7 @@ declare const _default: {
|
|
|
7342
7496
|
}) => any;
|
|
7343
7497
|
onOnClearSearch?: () => any;
|
|
7344
7498
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7345
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "
|
|
7499
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7346
7500
|
$attrs: {
|
|
7347
7501
|
[x: string]: unknown;
|
|
7348
7502
|
};
|
|
@@ -7395,6 +7549,10 @@ declare const _default: {
|
|
|
7395
7549
|
type: import("vue").PropType<boolean>;
|
|
7396
7550
|
default: boolean;
|
|
7397
7551
|
};
|
|
7552
|
+
zIndexBase: {
|
|
7553
|
+
type: import("vue").PropType<number>;
|
|
7554
|
+
default: number;
|
|
7555
|
+
};
|
|
7398
7556
|
emptyStateSubtitle: {
|
|
7399
7557
|
type: import("vue").PropType<string>;
|
|
7400
7558
|
default: string;
|
|
@@ -7411,10 +7569,6 @@ declare const _default: {
|
|
|
7411
7569
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7412
7570
|
default: any;
|
|
7413
7571
|
};
|
|
7414
|
-
zIndexBase: {
|
|
7415
|
-
type: import("vue").PropType<number>;
|
|
7416
|
-
default: number;
|
|
7417
|
-
};
|
|
7418
7572
|
rowCustomClassKey: {
|
|
7419
7573
|
type: import("vue").PropType<string>;
|
|
7420
7574
|
default: string;
|
|
@@ -7475,11 +7629,11 @@ declare const _default: {
|
|
|
7475
7629
|
loadingRowCount: number;
|
|
7476
7630
|
emptyStateTitle: string;
|
|
7477
7631
|
isSticky: boolean;
|
|
7632
|
+
zIndexBase: number;
|
|
7478
7633
|
emptyStateSubtitle: string;
|
|
7479
7634
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7480
7635
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7481
7636
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7482
|
-
zIndexBase: number;
|
|
7483
7637
|
rowCustomClassKey: string;
|
|
7484
7638
|
rowDataKey: string;
|
|
7485
7639
|
totalCount: number;
|
|
@@ -7545,6 +7699,10 @@ declare const _default: {
|
|
|
7545
7699
|
type: import("vue").PropType<boolean>;
|
|
7546
7700
|
default: boolean;
|
|
7547
7701
|
};
|
|
7702
|
+
zIndexBase: {
|
|
7703
|
+
type: import("vue").PropType<number>;
|
|
7704
|
+
default: number;
|
|
7705
|
+
};
|
|
7548
7706
|
emptyStateSubtitle: {
|
|
7549
7707
|
type: import("vue").PropType<string>;
|
|
7550
7708
|
default: string;
|
|
@@ -7561,10 +7719,6 @@ declare const _default: {
|
|
|
7561
7719
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7562
7720
|
default: any;
|
|
7563
7721
|
};
|
|
7564
|
-
zIndexBase: {
|
|
7565
|
-
type: import("vue").PropType<number>;
|
|
7566
|
-
default: number;
|
|
7567
|
-
};
|
|
7568
7722
|
rowCustomClassKey: {
|
|
7569
7723
|
type: import("vue").PropType<string>;
|
|
7570
7724
|
default: string;
|
|
@@ -7648,6 +7802,10 @@ declare const _default: {
|
|
|
7648
7802
|
type: import("vue").PropType<boolean>;
|
|
7649
7803
|
default: boolean;
|
|
7650
7804
|
};
|
|
7805
|
+
zIndexBase: {
|
|
7806
|
+
type: import("vue").PropType<number>;
|
|
7807
|
+
default: number;
|
|
7808
|
+
};
|
|
7651
7809
|
emptyStateSubtitle: {
|
|
7652
7810
|
type: import("vue").PropType<string>;
|
|
7653
7811
|
default: string;
|
|
@@ -7664,10 +7822,6 @@ declare const _default: {
|
|
|
7664
7822
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7665
7823
|
default: any;
|
|
7666
7824
|
};
|
|
7667
|
-
zIndexBase: {
|
|
7668
|
-
type: import("vue").PropType<number>;
|
|
7669
|
-
default: number;
|
|
7670
|
-
};
|
|
7671
7825
|
rowCustomClassKey: {
|
|
7672
7826
|
type: import("vue").PropType<string>;
|
|
7673
7827
|
default: string;
|
|
@@ -7728,11 +7882,11 @@ declare const _default: {
|
|
|
7728
7882
|
loadingRowCount: number;
|
|
7729
7883
|
emptyStateTitle: string;
|
|
7730
7884
|
isSticky: boolean;
|
|
7885
|
+
zIndexBase: number;
|
|
7731
7886
|
emptyStateSubtitle: string;
|
|
7732
7887
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7733
7888
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7734
7889
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7735
|
-
zIndexBase: number;
|
|
7736
7890
|
rowCustomClassKey: string;
|
|
7737
7891
|
rowDataKey: string;
|
|
7738
7892
|
totalCount: number;
|
|
@@ -7778,11 +7932,11 @@ declare const _default: {
|
|
|
7778
7932
|
loadingRowCount: number;
|
|
7779
7933
|
emptyStateTitle: string;
|
|
7780
7934
|
isSticky: boolean;
|
|
7935
|
+
zIndexBase: number;
|
|
7781
7936
|
emptyStateSubtitle: string;
|
|
7782
7937
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
7783
7938
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
7784
7939
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7785
|
-
zIndexBase: number;
|
|
7786
7940
|
rowCustomClassKey: string;
|
|
7787
7941
|
rowDataKey: string;
|
|
7788
7942
|
totalCount: number;
|
|
@@ -7828,6 +7982,10 @@ declare const _default: {
|
|
|
7828
7982
|
type: import("vue").PropType<boolean>;
|
|
7829
7983
|
default: boolean;
|
|
7830
7984
|
};
|
|
7985
|
+
zIndexBase: {
|
|
7986
|
+
type: import("vue").PropType<number>;
|
|
7987
|
+
default: number;
|
|
7988
|
+
};
|
|
7831
7989
|
emptyStateSubtitle: {
|
|
7832
7990
|
type: import("vue").PropType<string>;
|
|
7833
7991
|
default: string;
|
|
@@ -7844,10 +8002,6 @@ declare const _default: {
|
|
|
7844
8002
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7845
8003
|
default: any;
|
|
7846
8004
|
};
|
|
7847
|
-
zIndexBase: {
|
|
7848
|
-
type: import("vue").PropType<number>;
|
|
7849
|
-
default: number;
|
|
7850
|
-
};
|
|
7851
8005
|
rowCustomClassKey: {
|
|
7852
8006
|
type: import("vue").PropType<string>;
|
|
7853
8007
|
default: string;
|
|
@@ -7890,7 +8044,7 @@ declare const _default: {
|
|
|
7890
8044
|
}) => any;
|
|
7891
8045
|
onOnClearSearch?: () => any;
|
|
7892
8046
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
7893
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "
|
|
8047
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "zIndexBase" | "emptyStateSubtitle" | "getRowId" | "getRowKey" | "emptyStateVariant" | "rowCustomClassKey" | "rowDataKey" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
7894
8048
|
$attrs: {
|
|
7895
8049
|
[x: string]: unknown;
|
|
7896
8050
|
};
|
|
@@ -7943,6 +8097,10 @@ declare const _default: {
|
|
|
7943
8097
|
type: import("vue").PropType<boolean>;
|
|
7944
8098
|
default: boolean;
|
|
7945
8099
|
};
|
|
8100
|
+
zIndexBase: {
|
|
8101
|
+
type: import("vue").PropType<number>;
|
|
8102
|
+
default: number;
|
|
8103
|
+
};
|
|
7946
8104
|
emptyStateSubtitle: {
|
|
7947
8105
|
type: import("vue").PropType<string>;
|
|
7948
8106
|
default: string;
|
|
@@ -7959,10 +8117,6 @@ declare const _default: {
|
|
|
7959
8117
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7960
8118
|
default: any;
|
|
7961
8119
|
};
|
|
7962
|
-
zIndexBase: {
|
|
7963
|
-
type: import("vue").PropType<number>;
|
|
7964
|
-
default: number;
|
|
7965
|
-
};
|
|
7966
8120
|
rowCustomClassKey: {
|
|
7967
8121
|
type: import("vue").PropType<string>;
|
|
7968
8122
|
default: string;
|
|
@@ -8023,11 +8177,11 @@ declare const _default: {
|
|
|
8023
8177
|
loadingRowCount: number;
|
|
8024
8178
|
emptyStateTitle: string;
|
|
8025
8179
|
isSticky: boolean;
|
|
8180
|
+
zIndexBase: number;
|
|
8026
8181
|
emptyStateSubtitle: string;
|
|
8027
8182
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
8028
8183
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
8029
8184
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
8030
|
-
zIndexBase: number;
|
|
8031
8185
|
rowCustomClassKey: string;
|
|
8032
8186
|
rowDataKey: string;
|
|
8033
8187
|
totalCount: number;
|
|
@@ -8093,6 +8247,10 @@ declare const _default: {
|
|
|
8093
8247
|
type: import("vue").PropType<boolean>;
|
|
8094
8248
|
default: boolean;
|
|
8095
8249
|
};
|
|
8250
|
+
zIndexBase: {
|
|
8251
|
+
type: import("vue").PropType<number>;
|
|
8252
|
+
default: number;
|
|
8253
|
+
};
|
|
8096
8254
|
emptyStateSubtitle: {
|
|
8097
8255
|
type: import("vue").PropType<string>;
|
|
8098
8256
|
default: string;
|
|
@@ -8109,10 +8267,6 @@ declare const _default: {
|
|
|
8109
8267
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
8110
8268
|
default: any;
|
|
8111
8269
|
};
|
|
8112
|
-
zIndexBase: {
|
|
8113
|
-
type: import("vue").PropType<number>;
|
|
8114
|
-
default: number;
|
|
8115
|
-
};
|
|
8116
8270
|
rowCustomClassKey: {
|
|
8117
8271
|
type: import("vue").PropType<string>;
|
|
8118
8272
|
default: string;
|
|
@@ -8196,6 +8350,10 @@ declare const _default: {
|
|
|
8196
8350
|
type: import("vue").PropType<boolean>;
|
|
8197
8351
|
default: boolean;
|
|
8198
8352
|
};
|
|
8353
|
+
zIndexBase: {
|
|
8354
|
+
type: import("vue").PropType<number>;
|
|
8355
|
+
default: number;
|
|
8356
|
+
};
|
|
8199
8357
|
emptyStateSubtitle: {
|
|
8200
8358
|
type: import("vue").PropType<string>;
|
|
8201
8359
|
default: string;
|
|
@@ -8212,10 +8370,6 @@ declare const _default: {
|
|
|
8212
8370
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
8213
8371
|
default: any;
|
|
8214
8372
|
};
|
|
8215
|
-
zIndexBase: {
|
|
8216
|
-
type: import("vue").PropType<number>;
|
|
8217
|
-
default: number;
|
|
8218
|
-
};
|
|
8219
8373
|
rowCustomClassKey: {
|
|
8220
8374
|
type: import("vue").PropType<string>;
|
|
8221
8375
|
default: string;
|
|
@@ -8276,11 +8430,11 @@ declare const _default: {
|
|
|
8276
8430
|
loadingRowCount: number;
|
|
8277
8431
|
emptyStateTitle: string;
|
|
8278
8432
|
isSticky: boolean;
|
|
8433
|
+
zIndexBase: number;
|
|
8279
8434
|
emptyStateSubtitle: string;
|
|
8280
8435
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
8281
8436
|
getRowKey: (row: import("./components/table/common/Table.types").Row, index: number) => string | number;
|
|
8282
8437
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
8283
|
-
zIndexBase: number;
|
|
8284
8438
|
rowCustomClassKey: string;
|
|
8285
8439
|
rowDataKey: string;
|
|
8286
8440
|
totalCount: number;
|
|
@@ -22594,6 +22748,18 @@ declare const _default: {
|
|
|
22594
22748
|
required: true;
|
|
22595
22749
|
default: string;
|
|
22596
22750
|
};
|
|
22751
|
+
optionIconKey: {
|
|
22752
|
+
type: import("vue").PropType<string>;
|
|
22753
|
+
default: string;
|
|
22754
|
+
};
|
|
22755
|
+
optionImageKey: {
|
|
22756
|
+
type: import("vue").PropType<string>;
|
|
22757
|
+
default: string;
|
|
22758
|
+
};
|
|
22759
|
+
optionIconType: {
|
|
22760
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22761
|
+
default: any;
|
|
22762
|
+
};
|
|
22597
22763
|
optionFlagKey: {
|
|
22598
22764
|
type: import("vue").PropType<string>;
|
|
22599
22765
|
default: string;
|
|
@@ -22640,7 +22806,7 @@ declare const _default: {
|
|
|
22640
22806
|
default: string;
|
|
22641
22807
|
};
|
|
22642
22808
|
loadMoreFn: {
|
|
22643
|
-
type: import("vue").PropType<() => Promise<
|
|
22809
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
22644
22810
|
default: any;
|
|
22645
22811
|
};
|
|
22646
22812
|
fetchDataDebounceTime: {
|
|
@@ -22651,6 +22817,10 @@ declare const _default: {
|
|
|
22651
22817
|
type: import("vue").PropType<boolean>;
|
|
22652
22818
|
default: boolean;
|
|
22653
22819
|
};
|
|
22820
|
+
loadingOverride: {
|
|
22821
|
+
type: import("vue").PropType<boolean>;
|
|
22822
|
+
default: boolean;
|
|
22823
|
+
};
|
|
22654
22824
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22655
22825
|
"update:selectedCondition": (value: {
|
|
22656
22826
|
label: string;
|
|
@@ -22659,6 +22829,7 @@ declare const _default: {
|
|
|
22659
22829
|
}) => void;
|
|
22660
22830
|
"update:appliedSelections": (value: unknown) => void;
|
|
22661
22831
|
clear: () => void;
|
|
22832
|
+
closed: () => void;
|
|
22662
22833
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22663
22834
|
label: {
|
|
22664
22835
|
type: import("vue").PropType<string>;
|
|
@@ -22682,6 +22853,18 @@ declare const _default: {
|
|
|
22682
22853
|
required: true;
|
|
22683
22854
|
default: string;
|
|
22684
22855
|
};
|
|
22856
|
+
optionIconKey: {
|
|
22857
|
+
type: import("vue").PropType<string>;
|
|
22858
|
+
default: string;
|
|
22859
|
+
};
|
|
22860
|
+
optionImageKey: {
|
|
22861
|
+
type: import("vue").PropType<string>;
|
|
22862
|
+
default: string;
|
|
22863
|
+
};
|
|
22864
|
+
optionIconType: {
|
|
22865
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
22866
|
+
default: any;
|
|
22867
|
+
};
|
|
22685
22868
|
optionFlagKey: {
|
|
22686
22869
|
type: import("vue").PropType<string>;
|
|
22687
22870
|
default: string;
|
|
@@ -22728,7 +22911,7 @@ declare const _default: {
|
|
|
22728
22911
|
default: string;
|
|
22729
22912
|
};
|
|
22730
22913
|
loadMoreFn: {
|
|
22731
|
-
type: import("vue").PropType<() => Promise<
|
|
22914
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
22732
22915
|
default: any;
|
|
22733
22916
|
};
|
|
22734
22917
|
fetchDataDebounceTime: {
|
|
@@ -22739,8 +22922,13 @@ declare const _default: {
|
|
|
22739
22922
|
type: import("vue").PropType<boolean>;
|
|
22740
22923
|
default: boolean;
|
|
22741
22924
|
};
|
|
22925
|
+
loadingOverride: {
|
|
22926
|
+
type: import("vue").PropType<boolean>;
|
|
22927
|
+
default: boolean;
|
|
22928
|
+
};
|
|
22742
22929
|
}>> & {
|
|
22743
22930
|
onClear?: () => any;
|
|
22931
|
+
onClosed?: () => any;
|
|
22744
22932
|
"onUpdate:selectedCondition"?: (value: {
|
|
22745
22933
|
label: string;
|
|
22746
22934
|
value: string;
|
|
@@ -22753,14 +22941,18 @@ declare const _default: {
|
|
|
22753
22941
|
isOpen: boolean;
|
|
22754
22942
|
infiniteLoading: boolean;
|
|
22755
22943
|
optionNameKey: string;
|
|
22944
|
+
optionIconKey: string;
|
|
22945
|
+
optionImageKey: string;
|
|
22946
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
22756
22947
|
optionFlagKey: string;
|
|
22757
22948
|
groupedOptions: boolean;
|
|
22758
22949
|
comparingKey: string;
|
|
22759
22950
|
minCharsToStart: number;
|
|
22760
22951
|
searchQuery: string;
|
|
22761
|
-
loadMoreFn: () => Promise<
|
|
22952
|
+
loadMoreFn: () => Promise<any[]>;
|
|
22762
22953
|
fetchDataDebounceTime: number;
|
|
22763
22954
|
autoFocusSearch: boolean;
|
|
22955
|
+
loadingOverride: boolean;
|
|
22764
22956
|
}>)[];
|
|
22765
22957
|
Option: {
|
|
22766
22958
|
new (...args: any[]): {
|
|
@@ -23734,6 +23926,18 @@ declare const _default: {
|
|
|
23734
23926
|
required: true;
|
|
23735
23927
|
default: string;
|
|
23736
23928
|
};
|
|
23929
|
+
optionIconKey: {
|
|
23930
|
+
type: import("vue").PropType<string>;
|
|
23931
|
+
default: string;
|
|
23932
|
+
};
|
|
23933
|
+
optionImageKey: {
|
|
23934
|
+
type: import("vue").PropType<string>;
|
|
23935
|
+
default: string;
|
|
23936
|
+
};
|
|
23937
|
+
optionIconType: {
|
|
23938
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
23939
|
+
default: any;
|
|
23940
|
+
};
|
|
23737
23941
|
optionFlagKey: {
|
|
23738
23942
|
type: import("vue").PropType<string>;
|
|
23739
23943
|
default: string;
|
|
@@ -23780,7 +23984,7 @@ declare const _default: {
|
|
|
23780
23984
|
default: string;
|
|
23781
23985
|
};
|
|
23782
23986
|
loadMoreFn: {
|
|
23783
|
-
type: import("vue").PropType<() => Promise<
|
|
23987
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
23784
23988
|
default: any;
|
|
23785
23989
|
};
|
|
23786
23990
|
fetchDataDebounceTime: {
|
|
@@ -23791,6 +23995,10 @@ declare const _default: {
|
|
|
23791
23995
|
type: import("vue").PropType<boolean>;
|
|
23792
23996
|
default: boolean;
|
|
23793
23997
|
};
|
|
23998
|
+
loadingOverride: {
|
|
23999
|
+
type: import("vue").PropType<boolean>;
|
|
24000
|
+
default: boolean;
|
|
24001
|
+
};
|
|
23794
24002
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23795
24003
|
"update:selectedCondition": (value: {
|
|
23796
24004
|
label: string;
|
|
@@ -23799,6 +24007,7 @@ declare const _default: {
|
|
|
23799
24007
|
}) => void;
|
|
23800
24008
|
"update:appliedSelections": (value: unknown) => void;
|
|
23801
24009
|
clear: () => void;
|
|
24010
|
+
closed: () => void;
|
|
23802
24011
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23803
24012
|
label: {
|
|
23804
24013
|
type: import("vue").PropType<string>;
|
|
@@ -23822,6 +24031,18 @@ declare const _default: {
|
|
|
23822
24031
|
required: true;
|
|
23823
24032
|
default: string;
|
|
23824
24033
|
};
|
|
24034
|
+
optionIconKey: {
|
|
24035
|
+
type: import("vue").PropType<string>;
|
|
24036
|
+
default: string;
|
|
24037
|
+
};
|
|
24038
|
+
optionImageKey: {
|
|
24039
|
+
type: import("vue").PropType<string>;
|
|
24040
|
+
default: string;
|
|
24041
|
+
};
|
|
24042
|
+
optionIconType: {
|
|
24043
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
24044
|
+
default: any;
|
|
24045
|
+
};
|
|
23825
24046
|
optionFlagKey: {
|
|
23826
24047
|
type: import("vue").PropType<string>;
|
|
23827
24048
|
default: string;
|
|
@@ -23868,7 +24089,7 @@ declare const _default: {
|
|
|
23868
24089
|
default: string;
|
|
23869
24090
|
};
|
|
23870
24091
|
loadMoreFn: {
|
|
23871
|
-
type: import("vue").PropType<() => Promise<
|
|
24092
|
+
type: import("vue").PropType<() => Promise<any[]>>;
|
|
23872
24093
|
default: any;
|
|
23873
24094
|
};
|
|
23874
24095
|
fetchDataDebounceTime: {
|
|
@@ -23879,8 +24100,13 @@ declare const _default: {
|
|
|
23879
24100
|
type: import("vue").PropType<boolean>;
|
|
23880
24101
|
default: boolean;
|
|
23881
24102
|
};
|
|
24103
|
+
loadingOverride: {
|
|
24104
|
+
type: import("vue").PropType<boolean>;
|
|
24105
|
+
default: boolean;
|
|
24106
|
+
};
|
|
23882
24107
|
}>> & {
|
|
23883
24108
|
onClear?: () => any;
|
|
24109
|
+
onClosed?: () => any;
|
|
23884
24110
|
"onUpdate:selectedCondition"?: (value: {
|
|
23885
24111
|
label: string;
|
|
23886
24112
|
value: string;
|
|
@@ -23893,14 +24119,18 @@ declare const _default: {
|
|
|
23893
24119
|
isOpen: boolean;
|
|
23894
24120
|
infiniteLoading: boolean;
|
|
23895
24121
|
optionNameKey: string;
|
|
24122
|
+
optionIconKey: string;
|
|
24123
|
+
optionImageKey: string;
|
|
24124
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
23896
24125
|
optionFlagKey: string;
|
|
23897
24126
|
groupedOptions: boolean;
|
|
23898
24127
|
comparingKey: string;
|
|
23899
24128
|
minCharsToStart: number;
|
|
23900
24129
|
searchQuery: string;
|
|
23901
|
-
loadMoreFn: () => Promise<
|
|
24130
|
+
loadMoreFn: () => Promise<any[]>;
|
|
23902
24131
|
fetchDataDebounceTime: number;
|
|
23903
24132
|
autoFocusSearch: boolean;
|
|
24133
|
+
loadingOverride: boolean;
|
|
23904
24134
|
}>;
|
|
23905
24135
|
Label: {
|
|
23906
24136
|
new (...args: any[]): {
|