@ironsource/shared-ui 2.1.7-rc.9 → 2.1.7-test.10
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/DataGrid.vue_vue_type_style_index_0_scoped_706b324e_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_98819e5a_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_00ccab6b_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +1 -0
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_82ba0e12_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_77509f61_lang.css +1 -0
- package/README.md +1 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_e9cd63b8_lang.css +1 -0
- package/TabsV4.vue_vue_type_style_index_0_scoped_f9433b11_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_4d9bf5b2_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_66bd448a_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_dbd80d49_lang.css +1 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.js +2 -2
- package/components/ThemeWrapper/ThemeWrapper.vue2.js +5 -5
- package/components/appHeader/AppHeader.vue.d.ts +1 -1
- package/components/appHeader/index.d.ts +9 -9
- package/components/dropdown/common/Dropdown.common.js +89 -89
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +1 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +32 -29
- package/components/dropdown/v4/DropdownV4.vue.d.ts +29 -0
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +186 -158
- package/components/dropdown/v4/OptionV4.vue.d.ts +26 -2
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +94 -71
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +21 -16
- package/components/dropdown/v4/TreeDropdown.vue.js +3 -3
- package/components/dropdown/v4/TreeDropdown.vue2.js +170 -74
- package/components/dropdown/v4/index.d.ts +451 -82
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +4 -4
- package/components/icon/v4/IconV4.vue2.js +29 -26
- package/components/icon/v4/index.d.ts +20 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +1 -1
- package/components/sortableList/SortableList.vue.d.ts +25 -0
- package/components/sortableList/SortableList.vue.js +4 -4
- package/components/sortableList/SortableList.vue2.js +129 -89
- package/components/sortableList/index.d.ts +88 -2
- package/components/table/v3/Table.vue.d.ts +2 -2
- package/components/table/v3/index.d.ts +39 -39
- package/components/table/v4/DataGrid.vue.d.ts +6 -2
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +131 -122
- package/components/table/v4/MultipleDataGrid.vue.d.ts +16 -3
- package/components/table/v4/MultipleDataGrid.vue.js +5 -5
- package/components/table/v4/MultipleDataGrid.vue2.js +112 -69
- package/components/table/v4/index.d.ts +92 -75
- package/components/table-cells/common/Editable.common.js +37 -26
- 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 +5 -5
- package/components/table-cells/v4/EditableV4.vue2.js +18 -17
- package/components/table-cells/v4/index.d.ts +20 -1
- package/components/tabs/v4/TabsV4.vue.js +4 -4
- package/components/tabs/v4/TabsV4.vue2.js +37 -40
- package/design-foundation.stories/icons/iconsData.d.ts +6 -2
- package/index.d.ts +1694 -674
- package/mocks/options.d.ts +12 -0
- package/package.json +1 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_63aaf3be_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_0345d6b1_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_938772ee_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_31bfb722_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_1eea7671_lang.css +0 -1
- package/MultipleDataGrid.vue_vue_type_style_index_0_scoped_1bdca43d_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_b6a06f00_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_21842d59_lang.css +0 -1
- package/TabsV4.vue_vue_type_style_index_0_scoped_bab40cfe_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_eb472aa3_lang.css +0 -1
- package/ThemeWrapper.vue_vue_type_style_index_0_scoped_b62ee695_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_142eab98_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -1617,6 +1617,7 @@ declare const _default: {
|
|
|
1617
1617
|
$props: Partial<{
|
|
1618
1618
|
search: string;
|
|
1619
1619
|
testId: string;
|
|
1620
|
+
isLoading: boolean;
|
|
1620
1621
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
1621
1622
|
searchPlaceholder: string;
|
|
1622
1623
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -1625,6 +1626,8 @@ declare const _default: {
|
|
|
1625
1626
|
openId: string | number;
|
|
1626
1627
|
selectedId: string | number;
|
|
1627
1628
|
showSearch: boolean;
|
|
1629
|
+
loadingRowCount: number;
|
|
1630
|
+
emptyStateTitle: string;
|
|
1628
1631
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1629
1632
|
search: {
|
|
1630
1633
|
type: import("vue").PropType<string>;
|
|
@@ -1634,6 +1637,10 @@ declare const _default: {
|
|
|
1634
1637
|
type: import("vue").PropType<string>;
|
|
1635
1638
|
default: string;
|
|
1636
1639
|
};
|
|
1640
|
+
isLoading: {
|
|
1641
|
+
type: import("vue").PropType<boolean>;
|
|
1642
|
+
default: boolean;
|
|
1643
|
+
};
|
|
1637
1644
|
displayValue: {
|
|
1638
1645
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1639
1646
|
required: true;
|
|
@@ -1668,14 +1675,26 @@ declare const _default: {
|
|
|
1668
1675
|
type: import("vue").PropType<boolean>;
|
|
1669
1676
|
default: boolean;
|
|
1670
1677
|
};
|
|
1678
|
+
loadingRowCount: {
|
|
1679
|
+
type: import("vue").PropType<number>;
|
|
1680
|
+
default: number;
|
|
1681
|
+
};
|
|
1682
|
+
emptyStateTitle: {
|
|
1683
|
+
type: import("vue").PropType<string>;
|
|
1684
|
+
default: string;
|
|
1685
|
+
};
|
|
1671
1686
|
}>> & {
|
|
1687
|
+
onSortableItemDragged?: (event: {
|
|
1688
|
+
id: string;
|
|
1689
|
+
newIndex: number;
|
|
1690
|
+
}) => any;
|
|
1672
1691
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1673
1692
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
1674
1693
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1675
1694
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1676
1695
|
"onUpdate:search"?: (query: string) => any;
|
|
1677
1696
|
onClearSearch?: () => any;
|
|
1678
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch">;
|
|
1697
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1679
1698
|
$attrs: {
|
|
1680
1699
|
[x: string]: unknown;
|
|
1681
1700
|
};
|
|
@@ -1687,7 +1706,10 @@ declare const _default: {
|
|
|
1687
1706
|
}>;
|
|
1688
1707
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1689
1708
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1690
|
-
$emit: ((event: "
|
|
1709
|
+
$emit: ((event: "sortableItemDragged", event: {
|
|
1710
|
+
id: string;
|
|
1711
|
+
newIndex: number;
|
|
1712
|
+
}) => void) & ((event: "update:items", items: import("./components/sortableList/SortableList.types").SortableListItem[]) => void) & ((event: "update:openId", id: string | number) => void) & ((event: "update:selectedId", id: string | number) => void) & ((event: "update:selectedChildId", id: string | number) => void) & ((event: "update:search", query: string) => void) & ((event: "clearSearch") => void);
|
|
1691
1713
|
$el: any;
|
|
1692
1714
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1693
1715
|
search: {
|
|
@@ -1698,6 +1720,10 @@ declare const _default: {
|
|
|
1698
1720
|
type: import("vue").PropType<string>;
|
|
1699
1721
|
default: string;
|
|
1700
1722
|
};
|
|
1723
|
+
isLoading: {
|
|
1724
|
+
type: import("vue").PropType<boolean>;
|
|
1725
|
+
default: boolean;
|
|
1726
|
+
};
|
|
1701
1727
|
displayValue: {
|
|
1702
1728
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1703
1729
|
required: true;
|
|
@@ -1732,7 +1758,19 @@ declare const _default: {
|
|
|
1732
1758
|
type: import("vue").PropType<boolean>;
|
|
1733
1759
|
default: boolean;
|
|
1734
1760
|
};
|
|
1761
|
+
loadingRowCount: {
|
|
1762
|
+
type: import("vue").PropType<number>;
|
|
1763
|
+
default: number;
|
|
1764
|
+
};
|
|
1765
|
+
emptyStateTitle: {
|
|
1766
|
+
type: import("vue").PropType<string>;
|
|
1767
|
+
default: string;
|
|
1768
|
+
};
|
|
1735
1769
|
}>> & {
|
|
1770
|
+
onSortableItemDragged?: (event: {
|
|
1771
|
+
id: string;
|
|
1772
|
+
newIndex: number;
|
|
1773
|
+
}) => any;
|
|
1736
1774
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1737
1775
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
1738
1776
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
@@ -1740,6 +1778,10 @@ declare const _default: {
|
|
|
1740
1778
|
"onUpdate:search"?: (query: string) => any;
|
|
1741
1779
|
onClearSearch?: () => any;
|
|
1742
1780
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1781
|
+
sortableItemDragged: (event: {
|
|
1782
|
+
id: string;
|
|
1783
|
+
newIndex: number;
|
|
1784
|
+
}) => void;
|
|
1743
1785
|
"update:items": (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => void;
|
|
1744
1786
|
"update:openId": (id: string | number) => void;
|
|
1745
1787
|
"update:selectedId": (id: string | number) => void;
|
|
@@ -1749,6 +1791,7 @@ declare const _default: {
|
|
|
1749
1791
|
}, string, {
|
|
1750
1792
|
search: string;
|
|
1751
1793
|
testId: string;
|
|
1794
|
+
isLoading: boolean;
|
|
1752
1795
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
1753
1796
|
searchPlaceholder: string;
|
|
1754
1797
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -1757,6 +1800,8 @@ declare const _default: {
|
|
|
1757
1800
|
openId: string | number;
|
|
1758
1801
|
selectedId: string | number;
|
|
1759
1802
|
showSearch: boolean;
|
|
1803
|
+
loadingRowCount: number;
|
|
1804
|
+
emptyStateTitle: string;
|
|
1760
1805
|
}, {}, string> & {
|
|
1761
1806
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1762
1807
|
created?: (() => void) | (() => void)[];
|
|
@@ -1786,6 +1831,10 @@ declare const _default: {
|
|
|
1786
1831
|
type: import("vue").PropType<string>;
|
|
1787
1832
|
default: string;
|
|
1788
1833
|
};
|
|
1834
|
+
isLoading: {
|
|
1835
|
+
type: import("vue").PropType<boolean>;
|
|
1836
|
+
default: boolean;
|
|
1837
|
+
};
|
|
1789
1838
|
displayValue: {
|
|
1790
1839
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1791
1840
|
required: true;
|
|
@@ -1820,7 +1869,19 @@ declare const _default: {
|
|
|
1820
1869
|
type: import("vue").PropType<boolean>;
|
|
1821
1870
|
default: boolean;
|
|
1822
1871
|
};
|
|
1872
|
+
loadingRowCount: {
|
|
1873
|
+
type: import("vue").PropType<number>;
|
|
1874
|
+
default: number;
|
|
1875
|
+
};
|
|
1876
|
+
emptyStateTitle: {
|
|
1877
|
+
type: import("vue").PropType<string>;
|
|
1878
|
+
default: string;
|
|
1879
|
+
};
|
|
1823
1880
|
}>> & {
|
|
1881
|
+
onSortableItemDragged?: (event: {
|
|
1882
|
+
id: string;
|
|
1883
|
+
newIndex: number;
|
|
1884
|
+
}) => any;
|
|
1824
1885
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1825
1886
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
1826
1887
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
@@ -1840,6 +1901,10 @@ declare const _default: {
|
|
|
1840
1901
|
type: import("vue").PropType<string>;
|
|
1841
1902
|
default: string;
|
|
1842
1903
|
};
|
|
1904
|
+
isLoading: {
|
|
1905
|
+
type: import("vue").PropType<boolean>;
|
|
1906
|
+
default: boolean;
|
|
1907
|
+
};
|
|
1843
1908
|
displayValue: {
|
|
1844
1909
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1845
1910
|
required: true;
|
|
@@ -1874,7 +1939,19 @@ declare const _default: {
|
|
|
1874
1939
|
type: import("vue").PropType<boolean>;
|
|
1875
1940
|
default: boolean;
|
|
1876
1941
|
};
|
|
1942
|
+
loadingRowCount: {
|
|
1943
|
+
type: import("vue").PropType<number>;
|
|
1944
|
+
default: number;
|
|
1945
|
+
};
|
|
1946
|
+
emptyStateTitle: {
|
|
1947
|
+
type: import("vue").PropType<string>;
|
|
1948
|
+
default: string;
|
|
1949
|
+
};
|
|
1877
1950
|
}>> & {
|
|
1951
|
+
onSortableItemDragged?: (event: {
|
|
1952
|
+
id: string;
|
|
1953
|
+
newIndex: number;
|
|
1954
|
+
}) => any;
|
|
1878
1955
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1879
1956
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
1880
1957
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
@@ -1882,6 +1959,10 @@ declare const _default: {
|
|
|
1882
1959
|
"onUpdate:search"?: (query: string) => any;
|
|
1883
1960
|
onClearSearch?: () => any;
|
|
1884
1961
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1962
|
+
sortableItemDragged: (event: {
|
|
1963
|
+
id: string;
|
|
1964
|
+
newIndex: number;
|
|
1965
|
+
}) => void;
|
|
1885
1966
|
"update:items": (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => void;
|
|
1886
1967
|
"update:openId": (id: string | number) => void;
|
|
1887
1968
|
"update:selectedId": (id: string | number) => void;
|
|
@@ -1891,6 +1972,7 @@ declare const _default: {
|
|
|
1891
1972
|
}, string, {
|
|
1892
1973
|
search: string;
|
|
1893
1974
|
testId: string;
|
|
1975
|
+
isLoading: boolean;
|
|
1894
1976
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
1895
1977
|
searchPlaceholder: string;
|
|
1896
1978
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -1899,11 +1981,15 @@ declare const _default: {
|
|
|
1899
1981
|
openId: string | number;
|
|
1900
1982
|
selectedId: string | number;
|
|
1901
1983
|
showSearch: boolean;
|
|
1984
|
+
loadingRowCount: number;
|
|
1985
|
+
emptyStateTitle: string;
|
|
1902
1986
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1903
1987
|
$slots: {
|
|
1904
1988
|
menu?(_: {
|
|
1905
1989
|
item: import("./components/sortableList/SortableList.types").SortableListItem;
|
|
1906
1990
|
}): any;
|
|
1991
|
+
loader?(_: {}): any;
|
|
1992
|
+
"empty-state"?(_: {}): any;
|
|
1907
1993
|
};
|
|
1908
1994
|
});
|
|
1909
1995
|
SortableListTypes: () => ({
|
|
@@ -1913,6 +1999,7 @@ declare const _default: {
|
|
|
1913
1999
|
$props: Partial<{
|
|
1914
2000
|
search: string;
|
|
1915
2001
|
testId: string;
|
|
2002
|
+
isLoading: boolean;
|
|
1916
2003
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
1917
2004
|
searchPlaceholder: string;
|
|
1918
2005
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -1921,6 +2008,8 @@ declare const _default: {
|
|
|
1921
2008
|
openId: string | number;
|
|
1922
2009
|
selectedId: string | number;
|
|
1923
2010
|
showSearch: boolean;
|
|
2011
|
+
loadingRowCount: number;
|
|
2012
|
+
emptyStateTitle: string;
|
|
1924
2013
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1925
2014
|
search: {
|
|
1926
2015
|
type: import("vue").PropType<string>;
|
|
@@ -1930,6 +2019,10 @@ declare const _default: {
|
|
|
1930
2019
|
type: import("vue").PropType<string>;
|
|
1931
2020
|
default: string;
|
|
1932
2021
|
};
|
|
2022
|
+
isLoading: {
|
|
2023
|
+
type: import("vue").PropType<boolean>;
|
|
2024
|
+
default: boolean;
|
|
2025
|
+
};
|
|
1933
2026
|
displayValue: {
|
|
1934
2027
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1935
2028
|
required: true;
|
|
@@ -1964,14 +2057,26 @@ declare const _default: {
|
|
|
1964
2057
|
type: import("vue").PropType<boolean>;
|
|
1965
2058
|
default: boolean;
|
|
1966
2059
|
};
|
|
2060
|
+
loadingRowCount: {
|
|
2061
|
+
type: import("vue").PropType<number>;
|
|
2062
|
+
default: number;
|
|
2063
|
+
};
|
|
2064
|
+
emptyStateTitle: {
|
|
2065
|
+
type: import("vue").PropType<string>;
|
|
2066
|
+
default: string;
|
|
2067
|
+
};
|
|
1967
2068
|
}>> & {
|
|
2069
|
+
onSortableItemDragged?: (event: {
|
|
2070
|
+
id: string;
|
|
2071
|
+
newIndex: number;
|
|
2072
|
+
}) => any;
|
|
1968
2073
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
1969
2074
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
1970
2075
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
1971
2076
|
"onUpdate:selectedChildId"?: (id: string | number) => any;
|
|
1972
2077
|
"onUpdate:search"?: (query: string) => any;
|
|
1973
2078
|
onClearSearch?: () => any;
|
|
1974
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch">;
|
|
2079
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "displayValue" | "searchPlaceholder" | "items" | "selectedChildId" | "searchHandler" | "openId" | "selectedId" | "showSearch" | "loadingRowCount" | "emptyStateTitle">;
|
|
1975
2080
|
$attrs: {
|
|
1976
2081
|
[x: string]: unknown;
|
|
1977
2082
|
};
|
|
@@ -1983,7 +2088,10 @@ declare const _default: {
|
|
|
1983
2088
|
}>;
|
|
1984
2089
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1985
2090
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
1986
|
-
$emit: ((event: "
|
|
2091
|
+
$emit: ((event: "sortableItemDragged", event: {
|
|
2092
|
+
id: string;
|
|
2093
|
+
newIndex: number;
|
|
2094
|
+
}) => void) & ((event: "update:items", items: import("./components/sortableList/SortableList.types").SortableListItem[]) => void) & ((event: "update:openId", id: string | number) => void) & ((event: "update:selectedId", id: string | number) => void) & ((event: "update:selectedChildId", id: string | number) => void) & ((event: "update:search", query: string) => void) & ((event: "clearSearch") => void);
|
|
1987
2095
|
$el: any;
|
|
1988
2096
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1989
2097
|
search: {
|
|
@@ -1994,6 +2102,10 @@ declare const _default: {
|
|
|
1994
2102
|
type: import("vue").PropType<string>;
|
|
1995
2103
|
default: string;
|
|
1996
2104
|
};
|
|
2105
|
+
isLoading: {
|
|
2106
|
+
type: import("vue").PropType<boolean>;
|
|
2107
|
+
default: boolean;
|
|
2108
|
+
};
|
|
1997
2109
|
displayValue: {
|
|
1998
2110
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
1999
2111
|
required: true;
|
|
@@ -2028,7 +2140,19 @@ declare const _default: {
|
|
|
2028
2140
|
type: import("vue").PropType<boolean>;
|
|
2029
2141
|
default: boolean;
|
|
2030
2142
|
};
|
|
2143
|
+
loadingRowCount: {
|
|
2144
|
+
type: import("vue").PropType<number>;
|
|
2145
|
+
default: number;
|
|
2146
|
+
};
|
|
2147
|
+
emptyStateTitle: {
|
|
2148
|
+
type: import("vue").PropType<string>;
|
|
2149
|
+
default: string;
|
|
2150
|
+
};
|
|
2031
2151
|
}>> & {
|
|
2152
|
+
onSortableItemDragged?: (event: {
|
|
2153
|
+
id: string;
|
|
2154
|
+
newIndex: number;
|
|
2155
|
+
}) => any;
|
|
2032
2156
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
2033
2157
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
2034
2158
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
@@ -2036,6 +2160,10 @@ declare const _default: {
|
|
|
2036
2160
|
"onUpdate:search"?: (query: string) => any;
|
|
2037
2161
|
onClearSearch?: () => any;
|
|
2038
2162
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2163
|
+
sortableItemDragged: (event: {
|
|
2164
|
+
id: string;
|
|
2165
|
+
newIndex: number;
|
|
2166
|
+
}) => void;
|
|
2039
2167
|
"update:items": (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => void;
|
|
2040
2168
|
"update:openId": (id: string | number) => void;
|
|
2041
2169
|
"update:selectedId": (id: string | number) => void;
|
|
@@ -2045,6 +2173,7 @@ declare const _default: {
|
|
|
2045
2173
|
}, string, {
|
|
2046
2174
|
search: string;
|
|
2047
2175
|
testId: string;
|
|
2176
|
+
isLoading: boolean;
|
|
2048
2177
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
2049
2178
|
searchPlaceholder: string;
|
|
2050
2179
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -2053,6 +2182,8 @@ declare const _default: {
|
|
|
2053
2182
|
openId: string | number;
|
|
2054
2183
|
selectedId: string | number;
|
|
2055
2184
|
showSearch: boolean;
|
|
2185
|
+
loadingRowCount: number;
|
|
2186
|
+
emptyStateTitle: string;
|
|
2056
2187
|
}, {}, string> & {
|
|
2057
2188
|
beforeCreate?: (() => void) | (() => void)[];
|
|
2058
2189
|
created?: (() => void) | (() => void)[];
|
|
@@ -2082,6 +2213,10 @@ declare const _default: {
|
|
|
2082
2213
|
type: import("vue").PropType<string>;
|
|
2083
2214
|
default: string;
|
|
2084
2215
|
};
|
|
2216
|
+
isLoading: {
|
|
2217
|
+
type: import("vue").PropType<boolean>;
|
|
2218
|
+
default: boolean;
|
|
2219
|
+
};
|
|
2085
2220
|
displayValue: {
|
|
2086
2221
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
2087
2222
|
required: true;
|
|
@@ -2116,7 +2251,19 @@ declare const _default: {
|
|
|
2116
2251
|
type: import("vue").PropType<boolean>;
|
|
2117
2252
|
default: boolean;
|
|
2118
2253
|
};
|
|
2254
|
+
loadingRowCount: {
|
|
2255
|
+
type: import("vue").PropType<number>;
|
|
2256
|
+
default: number;
|
|
2257
|
+
};
|
|
2258
|
+
emptyStateTitle: {
|
|
2259
|
+
type: import("vue").PropType<string>;
|
|
2260
|
+
default: string;
|
|
2261
|
+
};
|
|
2119
2262
|
}>> & {
|
|
2263
|
+
onSortableItemDragged?: (event: {
|
|
2264
|
+
id: string;
|
|
2265
|
+
newIndex: number;
|
|
2266
|
+
}) => any;
|
|
2120
2267
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
2121
2268
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
2122
2269
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
@@ -2136,6 +2283,10 @@ declare const _default: {
|
|
|
2136
2283
|
type: import("vue").PropType<string>;
|
|
2137
2284
|
default: string;
|
|
2138
2285
|
};
|
|
2286
|
+
isLoading: {
|
|
2287
|
+
type: import("vue").PropType<boolean>;
|
|
2288
|
+
default: boolean;
|
|
2289
|
+
};
|
|
2139
2290
|
displayValue: {
|
|
2140
2291
|
type: import("vue").PropType<(item: import("./components/sortableList/SortableList.types").SortableListItem) => string>;
|
|
2141
2292
|
required: true;
|
|
@@ -2170,7 +2321,19 @@ declare const _default: {
|
|
|
2170
2321
|
type: import("vue").PropType<boolean>;
|
|
2171
2322
|
default: boolean;
|
|
2172
2323
|
};
|
|
2324
|
+
loadingRowCount: {
|
|
2325
|
+
type: import("vue").PropType<number>;
|
|
2326
|
+
default: number;
|
|
2327
|
+
};
|
|
2328
|
+
emptyStateTitle: {
|
|
2329
|
+
type: import("vue").PropType<string>;
|
|
2330
|
+
default: string;
|
|
2331
|
+
};
|
|
2173
2332
|
}>> & {
|
|
2333
|
+
onSortableItemDragged?: (event: {
|
|
2334
|
+
id: string;
|
|
2335
|
+
newIndex: number;
|
|
2336
|
+
}) => any;
|
|
2174
2337
|
"onUpdate:items"?: (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => any;
|
|
2175
2338
|
"onUpdate:openId"?: (id: string | number) => any;
|
|
2176
2339
|
"onUpdate:selectedId"?: (id: string | number) => any;
|
|
@@ -2178,6 +2341,10 @@ declare const _default: {
|
|
|
2178
2341
|
"onUpdate:search"?: (query: string) => any;
|
|
2179
2342
|
onClearSearch?: () => any;
|
|
2180
2343
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2344
|
+
sortableItemDragged: (event: {
|
|
2345
|
+
id: string;
|
|
2346
|
+
newIndex: number;
|
|
2347
|
+
}) => void;
|
|
2181
2348
|
"update:items": (items: import("./components/sortableList/SortableList.types").SortableListItem[]) => void;
|
|
2182
2349
|
"update:openId": (id: string | number) => void;
|
|
2183
2350
|
"update:selectedId": (id: string | number) => void;
|
|
@@ -2187,6 +2354,7 @@ declare const _default: {
|
|
|
2187
2354
|
}, string, {
|
|
2188
2355
|
search: string;
|
|
2189
2356
|
testId: string;
|
|
2357
|
+
isLoading: boolean;
|
|
2190
2358
|
displayValue: (item: import("./components/sortableList/SortableList.types").SortableListItem) => string;
|
|
2191
2359
|
searchPlaceholder: string;
|
|
2192
2360
|
items: import("./components/sortableList/SortableList.types").SortableListItem[];
|
|
@@ -2195,11 +2363,15 @@ declare const _default: {
|
|
|
2195
2363
|
openId: string | number;
|
|
2196
2364
|
selectedId: string | number;
|
|
2197
2365
|
showSearch: boolean;
|
|
2366
|
+
loadingRowCount: number;
|
|
2367
|
+
emptyStateTitle: string;
|
|
2198
2368
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2199
2369
|
$slots: {
|
|
2200
2370
|
menu?(_: {
|
|
2201
2371
|
item: import("./components/sortableList/SortableList.types").SortableListItem;
|
|
2202
2372
|
}): any;
|
|
2373
|
+
loader?(_: {}): any;
|
|
2374
|
+
"empty-state"?(_: {}): any;
|
|
2203
2375
|
};
|
|
2204
2376
|
}))[];
|
|
2205
2377
|
StatusDot: import("vue").DefineComponent<{
|
|
@@ -2423,13 +2595,13 @@ declare const _default: {
|
|
|
2423
2595
|
required: true;
|
|
2424
2596
|
default: string;
|
|
2425
2597
|
};
|
|
2426
|
-
|
|
2427
|
-
type: import("vue").PropType<
|
|
2598
|
+
platform: {
|
|
2599
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2428
2600
|
required: true;
|
|
2429
2601
|
default: string;
|
|
2430
2602
|
};
|
|
2431
|
-
|
|
2432
|
-
type: import("vue").PropType<
|
|
2603
|
+
testId: {
|
|
2604
|
+
type: import("vue").PropType<string>;
|
|
2433
2605
|
required: true;
|
|
2434
2606
|
default: string;
|
|
2435
2607
|
};
|
|
@@ -2459,13 +2631,13 @@ declare const _default: {
|
|
|
2459
2631
|
required: true;
|
|
2460
2632
|
default: string;
|
|
2461
2633
|
};
|
|
2462
|
-
|
|
2463
|
-
type: import("vue").PropType<
|
|
2634
|
+
platform: {
|
|
2635
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2464
2636
|
required: true;
|
|
2465
2637
|
default: string;
|
|
2466
2638
|
};
|
|
2467
|
-
|
|
2468
|
-
type: import("vue").PropType<
|
|
2639
|
+
testId: {
|
|
2640
|
+
type: import("vue").PropType<string>;
|
|
2469
2641
|
required: true;
|
|
2470
2642
|
default: string;
|
|
2471
2643
|
};
|
|
@@ -2484,8 +2656,8 @@ declare const _default: {
|
|
|
2484
2656
|
name: string;
|
|
2485
2657
|
type: "small" | "normal";
|
|
2486
2658
|
image: string;
|
|
2487
|
-
testId: string;
|
|
2488
2659
|
platform: "android" | "ios";
|
|
2660
|
+
testId: string;
|
|
2489
2661
|
appKey: string;
|
|
2490
2662
|
showAbIcon: boolean;
|
|
2491
2663
|
}>;
|
|
@@ -2504,13 +2676,13 @@ declare const _default: {
|
|
|
2504
2676
|
required: true;
|
|
2505
2677
|
default: string;
|
|
2506
2678
|
};
|
|
2507
|
-
|
|
2508
|
-
type: import("vue").PropType<
|
|
2679
|
+
platform: {
|
|
2680
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2509
2681
|
required: true;
|
|
2510
2682
|
default: string;
|
|
2511
2683
|
};
|
|
2512
|
-
|
|
2513
|
-
type: import("vue").PropType<
|
|
2684
|
+
testId: {
|
|
2685
|
+
type: import("vue").PropType<string>;
|
|
2514
2686
|
required: true;
|
|
2515
2687
|
default: string;
|
|
2516
2688
|
};
|
|
@@ -2540,13 +2712,13 @@ declare const _default: {
|
|
|
2540
2712
|
required: true;
|
|
2541
2713
|
default: string;
|
|
2542
2714
|
};
|
|
2543
|
-
|
|
2544
|
-
type: import("vue").PropType<
|
|
2715
|
+
platform: {
|
|
2716
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2545
2717
|
required: true;
|
|
2546
2718
|
default: string;
|
|
2547
2719
|
};
|
|
2548
|
-
|
|
2549
|
-
type: import("vue").PropType<
|
|
2720
|
+
testId: {
|
|
2721
|
+
type: import("vue").PropType<string>;
|
|
2550
2722
|
required: true;
|
|
2551
2723
|
default: string;
|
|
2552
2724
|
};
|
|
@@ -2565,8 +2737,8 @@ declare const _default: {
|
|
|
2565
2737
|
name: string;
|
|
2566
2738
|
type: "small" | "normal";
|
|
2567
2739
|
image: string;
|
|
2568
|
-
testId: string;
|
|
2569
2740
|
platform: "android" | "ios";
|
|
2741
|
+
testId: string;
|
|
2570
2742
|
appKey: string;
|
|
2571
2743
|
showAbIcon: boolean;
|
|
2572
2744
|
}>[];
|
|
@@ -4601,6 +4773,7 @@ declare const _default: {
|
|
|
4601
4773
|
$props: Partial<{
|
|
4602
4774
|
type: "input" | "dropdown";
|
|
4603
4775
|
cell: string;
|
|
4776
|
+
saveOnClickOutside: boolean;
|
|
4604
4777
|
validateFunction: (value: unknown) => string | boolean;
|
|
4605
4778
|
isLoading: boolean;
|
|
4606
4779
|
displayValue: (option: unknown) => unknown;
|
|
@@ -4614,6 +4787,10 @@ declare const _default: {
|
|
|
4614
4787
|
type: import("vue").PropType<string>;
|
|
4615
4788
|
default: string;
|
|
4616
4789
|
};
|
|
4790
|
+
saveOnClickOutside: {
|
|
4791
|
+
type: import("vue").PropType<boolean>;
|
|
4792
|
+
default: boolean;
|
|
4793
|
+
};
|
|
4617
4794
|
validateFunction: {
|
|
4618
4795
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
4619
4796
|
default: () => false;
|
|
@@ -4634,7 +4811,7 @@ declare const _default: {
|
|
|
4634
4811
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
4635
4812
|
default: (cell: unknown) => unknown;
|
|
4636
4813
|
};
|
|
4637
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "validateFunction" | "isLoading" | "displayValue">;
|
|
4814
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
4638
4815
|
$attrs: {
|
|
4639
4816
|
[x: string]: unknown;
|
|
4640
4817
|
};
|
|
@@ -4658,6 +4835,10 @@ declare const _default: {
|
|
|
4658
4835
|
type: import("vue").PropType<string>;
|
|
4659
4836
|
default: string;
|
|
4660
4837
|
};
|
|
4838
|
+
saveOnClickOutside: {
|
|
4839
|
+
type: import("vue").PropType<boolean>;
|
|
4840
|
+
default: boolean;
|
|
4841
|
+
};
|
|
4661
4842
|
validateFunction: {
|
|
4662
4843
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
4663
4844
|
default: () => false;
|
|
@@ -4681,6 +4862,7 @@ declare const _default: {
|
|
|
4681
4862
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
4682
4863
|
type: "input" | "dropdown";
|
|
4683
4864
|
cell: string;
|
|
4865
|
+
saveOnClickOutside: boolean;
|
|
4684
4866
|
validateFunction: (value: unknown) => string | boolean;
|
|
4685
4867
|
isLoading: boolean;
|
|
4686
4868
|
displayValue: (option: unknown) => unknown;
|
|
@@ -4714,6 +4896,10 @@ declare const _default: {
|
|
|
4714
4896
|
type: import("vue").PropType<string>;
|
|
4715
4897
|
default: string;
|
|
4716
4898
|
};
|
|
4899
|
+
saveOnClickOutside: {
|
|
4900
|
+
type: import("vue").PropType<boolean>;
|
|
4901
|
+
default: boolean;
|
|
4902
|
+
};
|
|
4717
4903
|
validateFunction: {
|
|
4718
4904
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
4719
4905
|
default: () => false;
|
|
@@ -4748,6 +4934,10 @@ declare const _default: {
|
|
|
4748
4934
|
type: import("vue").PropType<string>;
|
|
4749
4935
|
default: string;
|
|
4750
4936
|
};
|
|
4937
|
+
saveOnClickOutside: {
|
|
4938
|
+
type: import("vue").PropType<boolean>;
|
|
4939
|
+
default: boolean;
|
|
4940
|
+
};
|
|
4751
4941
|
validateFunction: {
|
|
4752
4942
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
4753
4943
|
default: () => false;
|
|
@@ -4771,6 +4961,7 @@ declare const _default: {
|
|
|
4771
4961
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
4772
4962
|
type: "input" | "dropdown";
|
|
4773
4963
|
cell: string;
|
|
4964
|
+
saveOnClickOutside: boolean;
|
|
4774
4965
|
validateFunction: (value: unknown) => string | boolean;
|
|
4775
4966
|
isLoading: boolean;
|
|
4776
4967
|
displayValue: (option: unknown) => unknown;
|
|
@@ -4787,6 +4978,7 @@ declare const _default: {
|
|
|
4787
4978
|
$props: Partial<{
|
|
4788
4979
|
type: "input" | "dropdown";
|
|
4789
4980
|
cell: string;
|
|
4981
|
+
saveOnClickOutside: boolean;
|
|
4790
4982
|
validateFunction: (value: unknown) => string | boolean;
|
|
4791
4983
|
isLoading: boolean;
|
|
4792
4984
|
displayValue: (option: unknown) => unknown;
|
|
@@ -4800,6 +4992,10 @@ declare const _default: {
|
|
|
4800
4992
|
type: import("vue").PropType<string>;
|
|
4801
4993
|
default: string;
|
|
4802
4994
|
};
|
|
4995
|
+
saveOnClickOutside: {
|
|
4996
|
+
type: import("vue").PropType<boolean>;
|
|
4997
|
+
default: boolean;
|
|
4998
|
+
};
|
|
4803
4999
|
validateFunction: {
|
|
4804
5000
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
4805
5001
|
default: () => false;
|
|
@@ -4820,7 +5016,7 @@ declare const _default: {
|
|
|
4820
5016
|
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
4821
5017
|
default: (cell: unknown) => unknown;
|
|
4822
5018
|
};
|
|
4823
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "validateFunction" | "isLoading" | "displayValue">;
|
|
5019
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "saveOnClickOutside" | "validateFunction" | "isLoading" | "displayValue">;
|
|
4824
5020
|
$attrs: {
|
|
4825
5021
|
[x: string]: unknown;
|
|
4826
5022
|
};
|
|
@@ -4844,6 +5040,10 @@ declare const _default: {
|
|
|
4844
5040
|
type: import("vue").PropType<string>;
|
|
4845
5041
|
default: string;
|
|
4846
5042
|
};
|
|
5043
|
+
saveOnClickOutside: {
|
|
5044
|
+
type: import("vue").PropType<boolean>;
|
|
5045
|
+
default: boolean;
|
|
5046
|
+
};
|
|
4847
5047
|
validateFunction: {
|
|
4848
5048
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
4849
5049
|
default: () => false;
|
|
@@ -4867,6 +5067,7 @@ declare const _default: {
|
|
|
4867
5067
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
4868
5068
|
type: "input" | "dropdown";
|
|
4869
5069
|
cell: string;
|
|
5070
|
+
saveOnClickOutside: boolean;
|
|
4870
5071
|
validateFunction: (value: unknown) => string | boolean;
|
|
4871
5072
|
isLoading: boolean;
|
|
4872
5073
|
displayValue: (option: unknown) => unknown;
|
|
@@ -4900,6 +5101,10 @@ declare const _default: {
|
|
|
4900
5101
|
type: import("vue").PropType<string>;
|
|
4901
5102
|
default: string;
|
|
4902
5103
|
};
|
|
5104
|
+
saveOnClickOutside: {
|
|
5105
|
+
type: import("vue").PropType<boolean>;
|
|
5106
|
+
default: boolean;
|
|
5107
|
+
};
|
|
4903
5108
|
validateFunction: {
|
|
4904
5109
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
4905
5110
|
default: () => false;
|
|
@@ -4934,6 +5139,10 @@ declare const _default: {
|
|
|
4934
5139
|
type: import("vue").PropType<string>;
|
|
4935
5140
|
default: string;
|
|
4936
5141
|
};
|
|
5142
|
+
saveOnClickOutside: {
|
|
5143
|
+
type: import("vue").PropType<boolean>;
|
|
5144
|
+
default: boolean;
|
|
5145
|
+
};
|
|
4937
5146
|
validateFunction: {
|
|
4938
5147
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
4939
5148
|
default: () => false;
|
|
@@ -4957,6 +5166,7 @@ declare const _default: {
|
|
|
4957
5166
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
4958
5167
|
type: "input" | "dropdown";
|
|
4959
5168
|
cell: string;
|
|
5169
|
+
saveOnClickOutside: boolean;
|
|
4960
5170
|
validateFunction: (value: unknown) => string | boolean;
|
|
4961
5171
|
isLoading: boolean;
|
|
4962
5172
|
displayValue: (option: unknown) => unknown;
|
|
@@ -4982,15 +5192,15 @@ declare const _default: {
|
|
|
4982
5192
|
searchPlaceholder: string;
|
|
4983
5193
|
selection: unknown[];
|
|
4984
5194
|
showSearch: boolean;
|
|
5195
|
+
loadingRowCount: number;
|
|
5196
|
+
emptyStateTitle: string;
|
|
4985
5197
|
isSticky: boolean;
|
|
4986
5198
|
sections: import("./components/table/common/Table.types").Section[];
|
|
4987
5199
|
isStickyHeader: boolean;
|
|
4988
|
-
emptyStateTitle: string;
|
|
4989
5200
|
emptyStateSubtitle: string;
|
|
4990
5201
|
isInfiniteScroll: boolean;
|
|
4991
5202
|
infiniteScrollThreshold: number;
|
|
4992
5203
|
rowHeight: number | ((index: number) => number);
|
|
4993
|
-
loadingRowCount: number;
|
|
4994
5204
|
defaultScrollPosition: number;
|
|
4995
5205
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
4996
5206
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -5037,6 +5247,14 @@ declare const _default: {
|
|
|
5037
5247
|
type: import("vue").PropType<boolean>;
|
|
5038
5248
|
default: boolean;
|
|
5039
5249
|
};
|
|
5250
|
+
loadingRowCount: {
|
|
5251
|
+
type: import("vue").PropType<number>;
|
|
5252
|
+
default: number;
|
|
5253
|
+
};
|
|
5254
|
+
emptyStateTitle: {
|
|
5255
|
+
type: import("vue").PropType<string>;
|
|
5256
|
+
default: string;
|
|
5257
|
+
};
|
|
5040
5258
|
isSticky: {
|
|
5041
5259
|
type: import("vue").PropType<boolean>;
|
|
5042
5260
|
default: boolean;
|
|
@@ -5053,10 +5271,6 @@ declare const _default: {
|
|
|
5053
5271
|
type: import("vue").PropType<boolean>;
|
|
5054
5272
|
default: boolean;
|
|
5055
5273
|
};
|
|
5056
|
-
emptyStateTitle: {
|
|
5057
|
-
type: import("vue").PropType<string>;
|
|
5058
|
-
default: string;
|
|
5059
|
-
};
|
|
5060
5274
|
emptyStateSubtitle: {
|
|
5061
5275
|
type: import("vue").PropType<string>;
|
|
5062
5276
|
default: string;
|
|
@@ -5073,10 +5287,6 @@ declare const _default: {
|
|
|
5073
5287
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5074
5288
|
default: number;
|
|
5075
5289
|
};
|
|
5076
|
-
loadingRowCount: {
|
|
5077
|
-
type: import("vue").PropType<number>;
|
|
5078
|
-
default: number;
|
|
5079
|
-
};
|
|
5080
5290
|
defaultScrollPosition: {
|
|
5081
5291
|
type: import("vue").PropType<number>;
|
|
5082
5292
|
default: any;
|
|
@@ -5113,7 +5323,7 @@ declare const _default: {
|
|
|
5113
5323
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5114
5324
|
onSelectRow?: (value: boolean) => any;
|
|
5115
5325
|
onClickRow?: (rowIndex: number) => any;
|
|
5116
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "
|
|
5326
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase">;
|
|
5117
5327
|
$attrs: {
|
|
5118
5328
|
[x: string]: unknown;
|
|
5119
5329
|
};
|
|
@@ -5173,6 +5383,14 @@ declare const _default: {
|
|
|
5173
5383
|
type: import("vue").PropType<boolean>;
|
|
5174
5384
|
default: boolean;
|
|
5175
5385
|
};
|
|
5386
|
+
loadingRowCount: {
|
|
5387
|
+
type: import("vue").PropType<number>;
|
|
5388
|
+
default: number;
|
|
5389
|
+
};
|
|
5390
|
+
emptyStateTitle: {
|
|
5391
|
+
type: import("vue").PropType<string>;
|
|
5392
|
+
default: string;
|
|
5393
|
+
};
|
|
5176
5394
|
isSticky: {
|
|
5177
5395
|
type: import("vue").PropType<boolean>;
|
|
5178
5396
|
default: boolean;
|
|
@@ -5189,10 +5407,6 @@ declare const _default: {
|
|
|
5189
5407
|
type: import("vue").PropType<boolean>;
|
|
5190
5408
|
default: boolean;
|
|
5191
5409
|
};
|
|
5192
|
-
emptyStateTitle: {
|
|
5193
|
-
type: import("vue").PropType<string>;
|
|
5194
|
-
default: string;
|
|
5195
|
-
};
|
|
5196
5410
|
emptyStateSubtitle: {
|
|
5197
5411
|
type: import("vue").PropType<string>;
|
|
5198
5412
|
default: string;
|
|
@@ -5209,10 +5423,6 @@ declare const _default: {
|
|
|
5209
5423
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5210
5424
|
default: number;
|
|
5211
5425
|
};
|
|
5212
|
-
loadingRowCount: {
|
|
5213
|
-
type: import("vue").PropType<number>;
|
|
5214
|
-
default: number;
|
|
5215
|
-
};
|
|
5216
5426
|
defaultScrollPosition: {
|
|
5217
5427
|
type: import("vue").PropType<number>;
|
|
5218
5428
|
default: any;
|
|
@@ -5277,15 +5487,15 @@ declare const _default: {
|
|
|
5277
5487
|
searchPlaceholder: string;
|
|
5278
5488
|
selection: unknown[];
|
|
5279
5489
|
showSearch: boolean;
|
|
5490
|
+
loadingRowCount: number;
|
|
5491
|
+
emptyStateTitle: string;
|
|
5280
5492
|
isSticky: boolean;
|
|
5281
5493
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5282
5494
|
isStickyHeader: boolean;
|
|
5283
|
-
emptyStateTitle: string;
|
|
5284
5495
|
emptyStateSubtitle: string;
|
|
5285
5496
|
isInfiniteScroll: boolean;
|
|
5286
5497
|
infiniteScrollThreshold: number;
|
|
5287
5498
|
rowHeight: number | ((index: number) => number);
|
|
5288
|
-
loadingRowCount: number;
|
|
5289
5499
|
defaultScrollPosition: number;
|
|
5290
5500
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5291
5501
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -5352,6 +5562,14 @@ declare const _default: {
|
|
|
5352
5562
|
type: import("vue").PropType<boolean>;
|
|
5353
5563
|
default: boolean;
|
|
5354
5564
|
};
|
|
5565
|
+
loadingRowCount: {
|
|
5566
|
+
type: import("vue").PropType<number>;
|
|
5567
|
+
default: number;
|
|
5568
|
+
};
|
|
5569
|
+
emptyStateTitle: {
|
|
5570
|
+
type: import("vue").PropType<string>;
|
|
5571
|
+
default: string;
|
|
5572
|
+
};
|
|
5355
5573
|
isSticky: {
|
|
5356
5574
|
type: import("vue").PropType<boolean>;
|
|
5357
5575
|
default: boolean;
|
|
@@ -5368,10 +5586,6 @@ declare const _default: {
|
|
|
5368
5586
|
type: import("vue").PropType<boolean>;
|
|
5369
5587
|
default: boolean;
|
|
5370
5588
|
};
|
|
5371
|
-
emptyStateTitle: {
|
|
5372
|
-
type: import("vue").PropType<string>;
|
|
5373
|
-
default: string;
|
|
5374
|
-
};
|
|
5375
5589
|
emptyStateSubtitle: {
|
|
5376
5590
|
type: import("vue").PropType<string>;
|
|
5377
5591
|
default: string;
|
|
@@ -5388,10 +5602,6 @@ declare const _default: {
|
|
|
5388
5602
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5389
5603
|
default: number;
|
|
5390
5604
|
};
|
|
5391
|
-
loadingRowCount: {
|
|
5392
|
-
type: import("vue").PropType<number>;
|
|
5393
|
-
default: number;
|
|
5394
|
-
};
|
|
5395
5605
|
defaultScrollPosition: {
|
|
5396
5606
|
type: import("vue").PropType<number>;
|
|
5397
5607
|
default: any;
|
|
@@ -5475,6 +5685,14 @@ declare const _default: {
|
|
|
5475
5685
|
type: import("vue").PropType<boolean>;
|
|
5476
5686
|
default: boolean;
|
|
5477
5687
|
};
|
|
5688
|
+
loadingRowCount: {
|
|
5689
|
+
type: import("vue").PropType<number>;
|
|
5690
|
+
default: number;
|
|
5691
|
+
};
|
|
5692
|
+
emptyStateTitle: {
|
|
5693
|
+
type: import("vue").PropType<string>;
|
|
5694
|
+
default: string;
|
|
5695
|
+
};
|
|
5478
5696
|
isSticky: {
|
|
5479
5697
|
type: import("vue").PropType<boolean>;
|
|
5480
5698
|
default: boolean;
|
|
@@ -5491,11 +5709,7 @@ declare const _default: {
|
|
|
5491
5709
|
type: import("vue").PropType<boolean>;
|
|
5492
5710
|
default: boolean;
|
|
5493
5711
|
};
|
|
5494
|
-
|
|
5495
|
-
type: import("vue").PropType<string>;
|
|
5496
|
-
default: string;
|
|
5497
|
-
};
|
|
5498
|
-
emptyStateSubtitle: {
|
|
5712
|
+
emptyStateSubtitle: {
|
|
5499
5713
|
type: import("vue").PropType<string>;
|
|
5500
5714
|
default: string;
|
|
5501
5715
|
};
|
|
@@ -5511,10 +5725,6 @@ declare const _default: {
|
|
|
5511
5725
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5512
5726
|
default: number;
|
|
5513
5727
|
};
|
|
5514
|
-
loadingRowCount: {
|
|
5515
|
-
type: import("vue").PropType<number>;
|
|
5516
|
-
default: number;
|
|
5517
|
-
};
|
|
5518
5728
|
defaultScrollPosition: {
|
|
5519
5729
|
type: import("vue").PropType<number>;
|
|
5520
5730
|
default: any;
|
|
@@ -5579,15 +5789,15 @@ declare const _default: {
|
|
|
5579
5789
|
searchPlaceholder: string;
|
|
5580
5790
|
selection: unknown[];
|
|
5581
5791
|
showSearch: boolean;
|
|
5792
|
+
loadingRowCount: number;
|
|
5793
|
+
emptyStateTitle: string;
|
|
5582
5794
|
isSticky: boolean;
|
|
5583
5795
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5584
5796
|
isStickyHeader: boolean;
|
|
5585
|
-
emptyStateTitle: string;
|
|
5586
5797
|
emptyStateSubtitle: string;
|
|
5587
5798
|
isInfiniteScroll: boolean;
|
|
5588
5799
|
infiniteScrollThreshold: number;
|
|
5589
5800
|
rowHeight: number | ((index: number) => number);
|
|
5590
|
-
loadingRowCount: number;
|
|
5591
5801
|
defaultScrollPosition: number;
|
|
5592
5802
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5593
5803
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -5612,6 +5822,10 @@ declare const _default: {
|
|
|
5612
5822
|
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
5613
5823
|
gridColumnTemplate: any;
|
|
5614
5824
|
}): any;
|
|
5825
|
+
"floating-row"?(_: {
|
|
5826
|
+
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
5827
|
+
rowIndex: number;
|
|
5828
|
+
}): any;
|
|
5615
5829
|
"empty-state"?(_: {}): any;
|
|
5616
5830
|
footer?(_: {}): any;
|
|
5617
5831
|
};
|
|
@@ -5725,15 +5939,15 @@ declare const _default: {
|
|
|
5725
5939
|
searchPlaceholder: string;
|
|
5726
5940
|
selection: unknown[];
|
|
5727
5941
|
showSearch: boolean;
|
|
5942
|
+
loadingRowCount: number;
|
|
5943
|
+
emptyStateTitle: string;
|
|
5728
5944
|
isSticky: boolean;
|
|
5729
5945
|
sections: import("./components/table/common/Table.types").Section[];
|
|
5730
5946
|
isStickyHeader: boolean;
|
|
5731
|
-
emptyStateTitle: string;
|
|
5732
5947
|
emptyStateSubtitle: string;
|
|
5733
5948
|
isInfiniteScroll: boolean;
|
|
5734
5949
|
infiniteScrollThreshold: number;
|
|
5735
5950
|
rowHeight: number | ((index: number) => number);
|
|
5736
|
-
loadingRowCount: number;
|
|
5737
5951
|
defaultScrollPosition: number;
|
|
5738
5952
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
5739
5953
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -5780,6 +5994,14 @@ declare const _default: {
|
|
|
5780
5994
|
type: import("vue").PropType<boolean>;
|
|
5781
5995
|
default: boolean;
|
|
5782
5996
|
};
|
|
5997
|
+
loadingRowCount: {
|
|
5998
|
+
type: import("vue").PropType<number>;
|
|
5999
|
+
default: number;
|
|
6000
|
+
};
|
|
6001
|
+
emptyStateTitle: {
|
|
6002
|
+
type: import("vue").PropType<string>;
|
|
6003
|
+
default: string;
|
|
6004
|
+
};
|
|
5783
6005
|
isSticky: {
|
|
5784
6006
|
type: import("vue").PropType<boolean>;
|
|
5785
6007
|
default: boolean;
|
|
@@ -5796,10 +6018,6 @@ declare const _default: {
|
|
|
5796
6018
|
type: import("vue").PropType<boolean>;
|
|
5797
6019
|
default: boolean;
|
|
5798
6020
|
};
|
|
5799
|
-
emptyStateTitle: {
|
|
5800
|
-
type: import("vue").PropType<string>;
|
|
5801
|
-
default: string;
|
|
5802
|
-
};
|
|
5803
6021
|
emptyStateSubtitle: {
|
|
5804
6022
|
type: import("vue").PropType<string>;
|
|
5805
6023
|
default: string;
|
|
@@ -5816,10 +6034,6 @@ declare const _default: {
|
|
|
5816
6034
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5817
6035
|
default: number;
|
|
5818
6036
|
};
|
|
5819
|
-
loadingRowCount: {
|
|
5820
|
-
type: import("vue").PropType<number>;
|
|
5821
|
-
default: number;
|
|
5822
|
-
};
|
|
5823
6037
|
defaultScrollPosition: {
|
|
5824
6038
|
type: import("vue").PropType<number>;
|
|
5825
6039
|
default: any;
|
|
@@ -5856,7 +6070,7 @@ declare const _default: {
|
|
|
5856
6070
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
5857
6071
|
onSelectRow?: (value: boolean) => any;
|
|
5858
6072
|
onClickRow?: (rowIndex: number) => any;
|
|
5859
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "
|
|
6073
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase">;
|
|
5860
6074
|
$attrs: {
|
|
5861
6075
|
[x: string]: unknown;
|
|
5862
6076
|
};
|
|
@@ -5916,6 +6130,14 @@ declare const _default: {
|
|
|
5916
6130
|
type: import("vue").PropType<boolean>;
|
|
5917
6131
|
default: boolean;
|
|
5918
6132
|
};
|
|
6133
|
+
loadingRowCount: {
|
|
6134
|
+
type: import("vue").PropType<number>;
|
|
6135
|
+
default: number;
|
|
6136
|
+
};
|
|
6137
|
+
emptyStateTitle: {
|
|
6138
|
+
type: import("vue").PropType<string>;
|
|
6139
|
+
default: string;
|
|
6140
|
+
};
|
|
5919
6141
|
isSticky: {
|
|
5920
6142
|
type: import("vue").PropType<boolean>;
|
|
5921
6143
|
default: boolean;
|
|
@@ -5932,10 +6154,6 @@ declare const _default: {
|
|
|
5932
6154
|
type: import("vue").PropType<boolean>;
|
|
5933
6155
|
default: boolean;
|
|
5934
6156
|
};
|
|
5935
|
-
emptyStateTitle: {
|
|
5936
|
-
type: import("vue").PropType<string>;
|
|
5937
|
-
default: string;
|
|
5938
|
-
};
|
|
5939
6157
|
emptyStateSubtitle: {
|
|
5940
6158
|
type: import("vue").PropType<string>;
|
|
5941
6159
|
default: string;
|
|
@@ -5952,10 +6170,6 @@ declare const _default: {
|
|
|
5952
6170
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
5953
6171
|
default: number;
|
|
5954
6172
|
};
|
|
5955
|
-
loadingRowCount: {
|
|
5956
|
-
type: import("vue").PropType<number>;
|
|
5957
|
-
default: number;
|
|
5958
|
-
};
|
|
5959
6173
|
defaultScrollPosition: {
|
|
5960
6174
|
type: import("vue").PropType<number>;
|
|
5961
6175
|
default: any;
|
|
@@ -6020,15 +6234,15 @@ declare const _default: {
|
|
|
6020
6234
|
searchPlaceholder: string;
|
|
6021
6235
|
selection: unknown[];
|
|
6022
6236
|
showSearch: boolean;
|
|
6237
|
+
loadingRowCount: number;
|
|
6238
|
+
emptyStateTitle: string;
|
|
6023
6239
|
isSticky: boolean;
|
|
6024
6240
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6025
6241
|
isStickyHeader: boolean;
|
|
6026
|
-
emptyStateTitle: string;
|
|
6027
6242
|
emptyStateSubtitle: string;
|
|
6028
6243
|
isInfiniteScroll: boolean;
|
|
6029
6244
|
infiniteScrollThreshold: number;
|
|
6030
6245
|
rowHeight: number | ((index: number) => number);
|
|
6031
|
-
loadingRowCount: number;
|
|
6032
6246
|
defaultScrollPosition: number;
|
|
6033
6247
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6034
6248
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -6095,6 +6309,14 @@ declare const _default: {
|
|
|
6095
6309
|
type: import("vue").PropType<boolean>;
|
|
6096
6310
|
default: boolean;
|
|
6097
6311
|
};
|
|
6312
|
+
loadingRowCount: {
|
|
6313
|
+
type: import("vue").PropType<number>;
|
|
6314
|
+
default: number;
|
|
6315
|
+
};
|
|
6316
|
+
emptyStateTitle: {
|
|
6317
|
+
type: import("vue").PropType<string>;
|
|
6318
|
+
default: string;
|
|
6319
|
+
};
|
|
6098
6320
|
isSticky: {
|
|
6099
6321
|
type: import("vue").PropType<boolean>;
|
|
6100
6322
|
default: boolean;
|
|
@@ -6111,10 +6333,6 @@ declare const _default: {
|
|
|
6111
6333
|
type: import("vue").PropType<boolean>;
|
|
6112
6334
|
default: boolean;
|
|
6113
6335
|
};
|
|
6114
|
-
emptyStateTitle: {
|
|
6115
|
-
type: import("vue").PropType<string>;
|
|
6116
|
-
default: string;
|
|
6117
|
-
};
|
|
6118
6336
|
emptyStateSubtitle: {
|
|
6119
6337
|
type: import("vue").PropType<string>;
|
|
6120
6338
|
default: string;
|
|
@@ -6131,10 +6349,6 @@ declare const _default: {
|
|
|
6131
6349
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
6132
6350
|
default: number;
|
|
6133
6351
|
};
|
|
6134
|
-
loadingRowCount: {
|
|
6135
|
-
type: import("vue").PropType<number>;
|
|
6136
|
-
default: number;
|
|
6137
|
-
};
|
|
6138
6352
|
defaultScrollPosition: {
|
|
6139
6353
|
type: import("vue").PropType<number>;
|
|
6140
6354
|
default: any;
|
|
@@ -6218,6 +6432,14 @@ declare const _default: {
|
|
|
6218
6432
|
type: import("vue").PropType<boolean>;
|
|
6219
6433
|
default: boolean;
|
|
6220
6434
|
};
|
|
6435
|
+
loadingRowCount: {
|
|
6436
|
+
type: import("vue").PropType<number>;
|
|
6437
|
+
default: number;
|
|
6438
|
+
};
|
|
6439
|
+
emptyStateTitle: {
|
|
6440
|
+
type: import("vue").PropType<string>;
|
|
6441
|
+
default: string;
|
|
6442
|
+
};
|
|
6221
6443
|
isSticky: {
|
|
6222
6444
|
type: import("vue").PropType<boolean>;
|
|
6223
6445
|
default: boolean;
|
|
@@ -6234,10 +6456,6 @@ declare const _default: {
|
|
|
6234
6456
|
type: import("vue").PropType<boolean>;
|
|
6235
6457
|
default: boolean;
|
|
6236
6458
|
};
|
|
6237
|
-
emptyStateTitle: {
|
|
6238
|
-
type: import("vue").PropType<string>;
|
|
6239
|
-
default: string;
|
|
6240
|
-
};
|
|
6241
6459
|
emptyStateSubtitle: {
|
|
6242
6460
|
type: import("vue").PropType<string>;
|
|
6243
6461
|
default: string;
|
|
@@ -6254,10 +6472,6 @@ declare const _default: {
|
|
|
6254
6472
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
6255
6473
|
default: number;
|
|
6256
6474
|
};
|
|
6257
|
-
loadingRowCount: {
|
|
6258
|
-
type: import("vue").PropType<number>;
|
|
6259
|
-
default: number;
|
|
6260
|
-
};
|
|
6261
6475
|
defaultScrollPosition: {
|
|
6262
6476
|
type: import("vue").PropType<number>;
|
|
6263
6477
|
default: any;
|
|
@@ -6322,15 +6536,15 @@ declare const _default: {
|
|
|
6322
6536
|
searchPlaceholder: string;
|
|
6323
6537
|
selection: unknown[];
|
|
6324
6538
|
showSearch: boolean;
|
|
6539
|
+
loadingRowCount: number;
|
|
6540
|
+
emptyStateTitle: string;
|
|
6325
6541
|
isSticky: boolean;
|
|
6326
6542
|
sections: import("./components/table/common/Table.types").Section[];
|
|
6327
6543
|
isStickyHeader: boolean;
|
|
6328
|
-
emptyStateTitle: string;
|
|
6329
6544
|
emptyStateSubtitle: string;
|
|
6330
6545
|
isInfiniteScroll: boolean;
|
|
6331
6546
|
infiniteScrollThreshold: number;
|
|
6332
6547
|
rowHeight: number | ((index: number) => number);
|
|
6333
|
-
loadingRowCount: number;
|
|
6334
6548
|
defaultScrollPosition: number;
|
|
6335
6549
|
getRowId: (row: import("./components/table/common/Table.types").Row, index: number) => unknown;
|
|
6336
6550
|
selectedMatcher: (rowId: unknown, selected: unknown) => boolean;
|
|
@@ -6355,6 +6569,10 @@ declare const _default: {
|
|
|
6355
6569
|
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
6356
6570
|
gridColumnTemplate: any;
|
|
6357
6571
|
}): any;
|
|
6572
|
+
"floating-row"?(_: {
|
|
6573
|
+
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
6574
|
+
rowIndex: number;
|
|
6575
|
+
}): any;
|
|
6358
6576
|
"empty-state"?(_: {}): any;
|
|
6359
6577
|
footer?(_: {}): any;
|
|
6360
6578
|
};
|
|
@@ -6462,10 +6680,10 @@ declare const _default: {
|
|
|
6462
6680
|
searchPlaceholder: string;
|
|
6463
6681
|
count: number;
|
|
6464
6682
|
showSearch: boolean;
|
|
6465
|
-
|
|
6683
|
+
loadingRowCount: number;
|
|
6466
6684
|
emptyStateTitle: string;
|
|
6685
|
+
isSticky: boolean;
|
|
6467
6686
|
emptyStateSubtitle: string;
|
|
6468
|
-
loadingRowCount: number;
|
|
6469
6687
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6470
6688
|
zIndexBase: number;
|
|
6471
6689
|
totalCount: number;
|
|
@@ -6499,22 +6717,22 @@ declare const _default: {
|
|
|
6499
6717
|
type: import("vue").PropType<boolean>;
|
|
6500
6718
|
default: boolean;
|
|
6501
6719
|
};
|
|
6502
|
-
|
|
6503
|
-
type: import("vue").PropType<
|
|
6504
|
-
default:
|
|
6720
|
+
loadingRowCount: {
|
|
6721
|
+
type: import("vue").PropType<number>;
|
|
6722
|
+
default: number;
|
|
6505
6723
|
};
|
|
6506
6724
|
emptyStateTitle: {
|
|
6507
6725
|
type: import("vue").PropType<string>;
|
|
6508
6726
|
default: string;
|
|
6509
6727
|
};
|
|
6728
|
+
isSticky: {
|
|
6729
|
+
type: import("vue").PropType<boolean>;
|
|
6730
|
+
default: boolean;
|
|
6731
|
+
};
|
|
6510
6732
|
emptyStateSubtitle: {
|
|
6511
6733
|
type: import("vue").PropType<string>;
|
|
6512
6734
|
default: string;
|
|
6513
6735
|
};
|
|
6514
|
-
loadingRowCount: {
|
|
6515
|
-
type: import("vue").PropType<number>;
|
|
6516
|
-
default: number;
|
|
6517
|
-
};
|
|
6518
6736
|
emptyStateVariant: {
|
|
6519
6737
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6520
6738
|
default: any;
|
|
@@ -6554,7 +6772,7 @@ declare const _default: {
|
|
|
6554
6772
|
onOnScroll?: (scrollTop: number) => any;
|
|
6555
6773
|
onOnClearSearch?: () => any;
|
|
6556
6774
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
6557
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "
|
|
6775
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
6558
6776
|
$attrs: {
|
|
6559
6777
|
[x: string]: unknown;
|
|
6560
6778
|
};
|
|
@@ -6593,22 +6811,22 @@ declare const _default: {
|
|
|
6593
6811
|
type: import("vue").PropType<boolean>;
|
|
6594
6812
|
default: boolean;
|
|
6595
6813
|
};
|
|
6596
|
-
|
|
6597
|
-
type: import("vue").PropType<
|
|
6598
|
-
default:
|
|
6814
|
+
loadingRowCount: {
|
|
6815
|
+
type: import("vue").PropType<number>;
|
|
6816
|
+
default: number;
|
|
6599
6817
|
};
|
|
6600
6818
|
emptyStateTitle: {
|
|
6601
6819
|
type: import("vue").PropType<string>;
|
|
6602
6820
|
default: string;
|
|
6603
6821
|
};
|
|
6822
|
+
isSticky: {
|
|
6823
|
+
type: import("vue").PropType<boolean>;
|
|
6824
|
+
default: boolean;
|
|
6825
|
+
};
|
|
6604
6826
|
emptyStateSubtitle: {
|
|
6605
6827
|
type: import("vue").PropType<string>;
|
|
6606
6828
|
default: string;
|
|
6607
6829
|
};
|
|
6608
|
-
loadingRowCount: {
|
|
6609
|
-
type: import("vue").PropType<number>;
|
|
6610
|
-
default: number;
|
|
6611
|
-
};
|
|
6612
6830
|
emptyStateVariant: {
|
|
6613
6831
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6614
6832
|
default: any;
|
|
@@ -6660,10 +6878,10 @@ declare const _default: {
|
|
|
6660
6878
|
searchPlaceholder: string;
|
|
6661
6879
|
count: number;
|
|
6662
6880
|
showSearch: boolean;
|
|
6663
|
-
|
|
6881
|
+
loadingRowCount: number;
|
|
6664
6882
|
emptyStateTitle: string;
|
|
6883
|
+
isSticky: boolean;
|
|
6665
6884
|
emptyStateSubtitle: string;
|
|
6666
|
-
loadingRowCount: number;
|
|
6667
6885
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6668
6886
|
zIndexBase: number;
|
|
6669
6887
|
totalCount: number;
|
|
@@ -6717,22 +6935,22 @@ declare const _default: {
|
|
|
6717
6935
|
type: import("vue").PropType<boolean>;
|
|
6718
6936
|
default: boolean;
|
|
6719
6937
|
};
|
|
6720
|
-
|
|
6721
|
-
type: import("vue").PropType<
|
|
6722
|
-
default:
|
|
6938
|
+
loadingRowCount: {
|
|
6939
|
+
type: import("vue").PropType<number>;
|
|
6940
|
+
default: number;
|
|
6723
6941
|
};
|
|
6724
6942
|
emptyStateTitle: {
|
|
6725
6943
|
type: import("vue").PropType<string>;
|
|
6726
6944
|
default: string;
|
|
6727
6945
|
};
|
|
6946
|
+
isSticky: {
|
|
6947
|
+
type: import("vue").PropType<boolean>;
|
|
6948
|
+
default: boolean;
|
|
6949
|
+
};
|
|
6728
6950
|
emptyStateSubtitle: {
|
|
6729
6951
|
type: import("vue").PropType<string>;
|
|
6730
6952
|
default: string;
|
|
6731
6953
|
};
|
|
6732
|
-
loadingRowCount: {
|
|
6733
|
-
type: import("vue").PropType<number>;
|
|
6734
|
-
default: number;
|
|
6735
|
-
};
|
|
6736
6954
|
emptyStateVariant: {
|
|
6737
6955
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6738
6956
|
default: any;
|
|
@@ -6801,22 +7019,22 @@ declare const _default: {
|
|
|
6801
7019
|
type: import("vue").PropType<boolean>;
|
|
6802
7020
|
default: boolean;
|
|
6803
7021
|
};
|
|
6804
|
-
|
|
6805
|
-
type: import("vue").PropType<
|
|
6806
|
-
default:
|
|
7022
|
+
loadingRowCount: {
|
|
7023
|
+
type: import("vue").PropType<number>;
|
|
7024
|
+
default: number;
|
|
6807
7025
|
};
|
|
6808
7026
|
emptyStateTitle: {
|
|
6809
7027
|
type: import("vue").PropType<string>;
|
|
6810
7028
|
default: string;
|
|
6811
7029
|
};
|
|
7030
|
+
isSticky: {
|
|
7031
|
+
type: import("vue").PropType<boolean>;
|
|
7032
|
+
default: boolean;
|
|
7033
|
+
};
|
|
6812
7034
|
emptyStateSubtitle: {
|
|
6813
7035
|
type: import("vue").PropType<string>;
|
|
6814
7036
|
default: string;
|
|
6815
7037
|
};
|
|
6816
|
-
loadingRowCount: {
|
|
6817
|
-
type: import("vue").PropType<number>;
|
|
6818
|
-
default: number;
|
|
6819
|
-
};
|
|
6820
7038
|
emptyStateVariant: {
|
|
6821
7039
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6822
7040
|
default: any;
|
|
@@ -6868,10 +7086,10 @@ declare const _default: {
|
|
|
6868
7086
|
searchPlaceholder: string;
|
|
6869
7087
|
count: number;
|
|
6870
7088
|
showSearch: boolean;
|
|
6871
|
-
|
|
7089
|
+
loadingRowCount: number;
|
|
6872
7090
|
emptyStateTitle: string;
|
|
7091
|
+
isSticky: boolean;
|
|
6873
7092
|
emptyStateSubtitle: string;
|
|
6874
|
-
loadingRowCount: number;
|
|
6875
7093
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6876
7094
|
zIndexBase: number;
|
|
6877
7095
|
totalCount: number;
|
|
@@ -6882,12 +7100,25 @@ declare const _default: {
|
|
|
6882
7100
|
loadingAndEmptyStatesColumns: tableV3.Column[];
|
|
6883
7101
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
6884
7102
|
$slots: Partial<Record<string, (_: {
|
|
7103
|
+
column: tableV3.Column;
|
|
7104
|
+
}) => any>> & Partial<Record<string, (_: {
|
|
6885
7105
|
cell: any;
|
|
6886
7106
|
isLoading: any;
|
|
6887
7107
|
cellIndex: any;
|
|
6888
7108
|
row: any;
|
|
6889
7109
|
rowIndex: any;
|
|
6890
|
-
}) => any
|
|
7110
|
+
}) => any>> & Partial<Record<string, (_: {
|
|
7111
|
+
column: tableV3.Column;
|
|
7112
|
+
}) => any>> & {
|
|
7113
|
+
title?(_: {}): any;
|
|
7114
|
+
search?(_: {}): any;
|
|
7115
|
+
"table-header-actions"?(_: {}): any;
|
|
7116
|
+
"floating-row"?(_: {
|
|
7117
|
+
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
7118
|
+
rowIndex: number;
|
|
7119
|
+
}): any;
|
|
7120
|
+
"empty-state"?(_: {}): any;
|
|
7121
|
+
};
|
|
6891
7122
|
})))[];
|
|
6892
7123
|
MultipleDataGrid: {
|
|
6893
7124
|
new (...args: any[]): {
|
|
@@ -6900,10 +7131,10 @@ declare const _default: {
|
|
|
6900
7131
|
searchPlaceholder: string;
|
|
6901
7132
|
count: number;
|
|
6902
7133
|
showSearch: boolean;
|
|
6903
|
-
|
|
7134
|
+
loadingRowCount: number;
|
|
6904
7135
|
emptyStateTitle: string;
|
|
7136
|
+
isSticky: boolean;
|
|
6905
7137
|
emptyStateSubtitle: string;
|
|
6906
|
-
loadingRowCount: number;
|
|
6907
7138
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
6908
7139
|
zIndexBase: number;
|
|
6909
7140
|
totalCount: number;
|
|
@@ -6937,22 +7168,22 @@ declare const _default: {
|
|
|
6937
7168
|
type: import("vue").PropType<boolean>;
|
|
6938
7169
|
default: boolean;
|
|
6939
7170
|
};
|
|
6940
|
-
|
|
6941
|
-
type: import("vue").PropType<
|
|
6942
|
-
default:
|
|
7171
|
+
loadingRowCount: {
|
|
7172
|
+
type: import("vue").PropType<number>;
|
|
7173
|
+
default: number;
|
|
6943
7174
|
};
|
|
6944
7175
|
emptyStateTitle: {
|
|
6945
7176
|
type: import("vue").PropType<string>;
|
|
6946
7177
|
default: string;
|
|
6947
7178
|
};
|
|
7179
|
+
isSticky: {
|
|
7180
|
+
type: import("vue").PropType<boolean>;
|
|
7181
|
+
default: boolean;
|
|
7182
|
+
};
|
|
6948
7183
|
emptyStateSubtitle: {
|
|
6949
7184
|
type: import("vue").PropType<string>;
|
|
6950
7185
|
default: string;
|
|
6951
7186
|
};
|
|
6952
|
-
loadingRowCount: {
|
|
6953
|
-
type: import("vue").PropType<number>;
|
|
6954
|
-
default: number;
|
|
6955
|
-
};
|
|
6956
7187
|
emptyStateVariant: {
|
|
6957
7188
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
6958
7189
|
default: any;
|
|
@@ -6992,7 +7223,7 @@ declare const _default: {
|
|
|
6992
7223
|
onOnScroll?: (scrollTop: number) => any;
|
|
6993
7224
|
onOnClearSearch?: () => any;
|
|
6994
7225
|
onClickRow?: (rowIndex: number, tableIndex: number) => any;
|
|
6995
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "
|
|
7226
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "testId" | "isLoading" | "searchPlaceholder" | "count" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "emptyStateSubtitle" | "emptyStateVariant" | "zIndexBase" | "totalCount" | "displayingText" | "outOfText" | "totalText" | "tablesSettings" | "loadingAndEmptyStatesColumns">;
|
|
6996
7227
|
$attrs: {
|
|
6997
7228
|
[x: string]: unknown;
|
|
6998
7229
|
};
|
|
@@ -7031,22 +7262,22 @@ declare const _default: {
|
|
|
7031
7262
|
type: import("vue").PropType<boolean>;
|
|
7032
7263
|
default: boolean;
|
|
7033
7264
|
};
|
|
7034
|
-
|
|
7035
|
-
type: import("vue").PropType<
|
|
7036
|
-
default:
|
|
7265
|
+
loadingRowCount: {
|
|
7266
|
+
type: import("vue").PropType<number>;
|
|
7267
|
+
default: number;
|
|
7037
7268
|
};
|
|
7038
7269
|
emptyStateTitle: {
|
|
7039
7270
|
type: import("vue").PropType<string>;
|
|
7040
7271
|
default: string;
|
|
7041
7272
|
};
|
|
7273
|
+
isSticky: {
|
|
7274
|
+
type: import("vue").PropType<boolean>;
|
|
7275
|
+
default: boolean;
|
|
7276
|
+
};
|
|
7042
7277
|
emptyStateSubtitle: {
|
|
7043
7278
|
type: import("vue").PropType<string>;
|
|
7044
7279
|
default: string;
|
|
7045
7280
|
};
|
|
7046
|
-
loadingRowCount: {
|
|
7047
|
-
type: import("vue").PropType<number>;
|
|
7048
|
-
default: number;
|
|
7049
|
-
};
|
|
7050
7281
|
emptyStateVariant: {
|
|
7051
7282
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7052
7283
|
default: any;
|
|
@@ -7098,10 +7329,10 @@ declare const _default: {
|
|
|
7098
7329
|
searchPlaceholder: string;
|
|
7099
7330
|
count: number;
|
|
7100
7331
|
showSearch: boolean;
|
|
7101
|
-
|
|
7332
|
+
loadingRowCount: number;
|
|
7102
7333
|
emptyStateTitle: string;
|
|
7334
|
+
isSticky: boolean;
|
|
7103
7335
|
emptyStateSubtitle: string;
|
|
7104
|
-
loadingRowCount: number;
|
|
7105
7336
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7106
7337
|
zIndexBase: number;
|
|
7107
7338
|
totalCount: number;
|
|
@@ -7155,22 +7386,22 @@ declare const _default: {
|
|
|
7155
7386
|
type: import("vue").PropType<boolean>;
|
|
7156
7387
|
default: boolean;
|
|
7157
7388
|
};
|
|
7158
|
-
|
|
7159
|
-
type: import("vue").PropType<
|
|
7160
|
-
default:
|
|
7389
|
+
loadingRowCount: {
|
|
7390
|
+
type: import("vue").PropType<number>;
|
|
7391
|
+
default: number;
|
|
7161
7392
|
};
|
|
7162
7393
|
emptyStateTitle: {
|
|
7163
7394
|
type: import("vue").PropType<string>;
|
|
7164
7395
|
default: string;
|
|
7165
7396
|
};
|
|
7397
|
+
isSticky: {
|
|
7398
|
+
type: import("vue").PropType<boolean>;
|
|
7399
|
+
default: boolean;
|
|
7400
|
+
};
|
|
7166
7401
|
emptyStateSubtitle: {
|
|
7167
7402
|
type: import("vue").PropType<string>;
|
|
7168
7403
|
default: string;
|
|
7169
7404
|
};
|
|
7170
|
-
loadingRowCount: {
|
|
7171
|
-
type: import("vue").PropType<number>;
|
|
7172
|
-
default: number;
|
|
7173
|
-
};
|
|
7174
7405
|
emptyStateVariant: {
|
|
7175
7406
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7176
7407
|
default: any;
|
|
@@ -7239,22 +7470,22 @@ declare const _default: {
|
|
|
7239
7470
|
type: import("vue").PropType<boolean>;
|
|
7240
7471
|
default: boolean;
|
|
7241
7472
|
};
|
|
7242
|
-
|
|
7243
|
-
type: import("vue").PropType<
|
|
7244
|
-
default:
|
|
7473
|
+
loadingRowCount: {
|
|
7474
|
+
type: import("vue").PropType<number>;
|
|
7475
|
+
default: number;
|
|
7245
7476
|
};
|
|
7246
7477
|
emptyStateTitle: {
|
|
7247
7478
|
type: import("vue").PropType<string>;
|
|
7248
7479
|
default: string;
|
|
7249
7480
|
};
|
|
7481
|
+
isSticky: {
|
|
7482
|
+
type: import("vue").PropType<boolean>;
|
|
7483
|
+
default: boolean;
|
|
7484
|
+
};
|
|
7250
7485
|
emptyStateSubtitle: {
|
|
7251
7486
|
type: import("vue").PropType<string>;
|
|
7252
7487
|
default: string;
|
|
7253
7488
|
};
|
|
7254
|
-
loadingRowCount: {
|
|
7255
|
-
type: import("vue").PropType<number>;
|
|
7256
|
-
default: number;
|
|
7257
|
-
};
|
|
7258
7489
|
emptyStateVariant: {
|
|
7259
7490
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
7260
7491
|
default: any;
|
|
@@ -7306,10 +7537,10 @@ declare const _default: {
|
|
|
7306
7537
|
searchPlaceholder: string;
|
|
7307
7538
|
count: number;
|
|
7308
7539
|
showSearch: boolean;
|
|
7309
|
-
|
|
7540
|
+
loadingRowCount: number;
|
|
7310
7541
|
emptyStateTitle: string;
|
|
7542
|
+
isSticky: boolean;
|
|
7311
7543
|
emptyStateSubtitle: string;
|
|
7312
|
-
loadingRowCount: number;
|
|
7313
7544
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
7314
7545
|
zIndexBase: number;
|
|
7315
7546
|
totalCount: number;
|
|
@@ -7320,12 +7551,25 @@ declare const _default: {
|
|
|
7320
7551
|
loadingAndEmptyStatesColumns: tableV3.Column[];
|
|
7321
7552
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
7322
7553
|
$slots: Partial<Record<string, (_: {
|
|
7554
|
+
column: tableV3.Column;
|
|
7555
|
+
}) => any>> & Partial<Record<string, (_: {
|
|
7323
7556
|
cell: any;
|
|
7324
7557
|
isLoading: any;
|
|
7325
7558
|
cellIndex: any;
|
|
7326
7559
|
row: any;
|
|
7327
7560
|
rowIndex: any;
|
|
7328
|
-
}) => any
|
|
7561
|
+
}) => any>> & Partial<Record<string, (_: {
|
|
7562
|
+
column: tableV3.Column;
|
|
7563
|
+
}) => any>> & {
|
|
7564
|
+
title?(_: {}): any;
|
|
7565
|
+
search?(_: {}): any;
|
|
7566
|
+
"table-header-actions"?(_: {}): any;
|
|
7567
|
+
"floating-row"?(_: {
|
|
7568
|
+
row: import("@vueuse/core").UseVirtualListItem<import("./components/table/common/Table.types").Row>;
|
|
7569
|
+
rowIndex: number;
|
|
7570
|
+
}): any;
|
|
7571
|
+
"empty-state"?(_: {}): any;
|
|
7572
|
+
};
|
|
7329
7573
|
});
|
|
7330
7574
|
Table: {
|
|
7331
7575
|
new (...args: any[]): {
|
|
@@ -7334,15 +7578,15 @@ declare const _default: {
|
|
|
7334
7578
|
$props: Partial<{
|
|
7335
7579
|
testId: string;
|
|
7336
7580
|
isLoading: boolean;
|
|
7581
|
+
loadingRowCount: number;
|
|
7582
|
+
emptyStateTitle: string;
|
|
7337
7583
|
isSticky: boolean;
|
|
7338
7584
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7339
7585
|
isStickyHeader: boolean;
|
|
7340
|
-
emptyStateTitle: string;
|
|
7341
7586
|
emptyStateSubtitle: string;
|
|
7342
7587
|
isInfiniteScroll: boolean;
|
|
7343
7588
|
infiniteScrollThreshold: number;
|
|
7344
7589
|
rowHeight: number | ((index: number) => number);
|
|
7345
|
-
loadingRowCount: number;
|
|
7346
7590
|
defaultScrollPosition: number;
|
|
7347
7591
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
7348
7592
|
sort: {
|
|
@@ -7365,6 +7609,14 @@ declare const _default: {
|
|
|
7365
7609
|
type: import("vue").PropType<boolean>;
|
|
7366
7610
|
default: boolean;
|
|
7367
7611
|
};
|
|
7612
|
+
loadingRowCount: {
|
|
7613
|
+
type: import("vue").PropType<number>;
|
|
7614
|
+
default: number;
|
|
7615
|
+
};
|
|
7616
|
+
emptyStateTitle: {
|
|
7617
|
+
type: import("vue").PropType<string>;
|
|
7618
|
+
default: string;
|
|
7619
|
+
};
|
|
7368
7620
|
isSticky: {
|
|
7369
7621
|
type: import("vue").PropType<boolean>;
|
|
7370
7622
|
default: boolean;
|
|
@@ -7381,10 +7633,6 @@ declare const _default: {
|
|
|
7381
7633
|
type: import("vue").PropType<boolean>;
|
|
7382
7634
|
default: boolean;
|
|
7383
7635
|
};
|
|
7384
|
-
emptyStateTitle: {
|
|
7385
|
-
type: import("vue").PropType<string>;
|
|
7386
|
-
default: string;
|
|
7387
|
-
};
|
|
7388
7636
|
emptyStateSubtitle: {
|
|
7389
7637
|
type: import("vue").PropType<string>;
|
|
7390
7638
|
default: string;
|
|
@@ -7401,10 +7649,6 @@ declare const _default: {
|
|
|
7401
7649
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7402
7650
|
default: number;
|
|
7403
7651
|
};
|
|
7404
|
-
loadingRowCount: {
|
|
7405
|
-
type: import("vue").PropType<number>;
|
|
7406
|
-
default: number;
|
|
7407
|
-
};
|
|
7408
7652
|
defaultScrollPosition: {
|
|
7409
7653
|
type: import("vue").PropType<number>;
|
|
7410
7654
|
default: any;
|
|
@@ -7419,7 +7663,7 @@ declare const _default: {
|
|
|
7419
7663
|
cellIndex: number;
|
|
7420
7664
|
}) => any;
|
|
7421
7665
|
onLoadMore?: () => any;
|
|
7422
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "
|
|
7666
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
7423
7667
|
$attrs: {
|
|
7424
7668
|
[x: string]: unknown;
|
|
7425
7669
|
};
|
|
@@ -7459,6 +7703,14 @@ declare const _default: {
|
|
|
7459
7703
|
type: import("vue").PropType<boolean>;
|
|
7460
7704
|
default: boolean;
|
|
7461
7705
|
};
|
|
7706
|
+
loadingRowCount: {
|
|
7707
|
+
type: import("vue").PropType<number>;
|
|
7708
|
+
default: number;
|
|
7709
|
+
};
|
|
7710
|
+
emptyStateTitle: {
|
|
7711
|
+
type: import("vue").PropType<string>;
|
|
7712
|
+
default: string;
|
|
7713
|
+
};
|
|
7462
7714
|
isSticky: {
|
|
7463
7715
|
type: import("vue").PropType<boolean>;
|
|
7464
7716
|
default: boolean;
|
|
@@ -7475,10 +7727,6 @@ declare const _default: {
|
|
|
7475
7727
|
type: import("vue").PropType<boolean>;
|
|
7476
7728
|
default: boolean;
|
|
7477
7729
|
};
|
|
7478
|
-
emptyStateTitle: {
|
|
7479
|
-
type: import("vue").PropType<string>;
|
|
7480
|
-
default: string;
|
|
7481
|
-
};
|
|
7482
7730
|
emptyStateSubtitle: {
|
|
7483
7731
|
type: import("vue").PropType<string>;
|
|
7484
7732
|
default: string;
|
|
@@ -7495,10 +7743,6 @@ declare const _default: {
|
|
|
7495
7743
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7496
7744
|
default: number;
|
|
7497
7745
|
};
|
|
7498
|
-
loadingRowCount: {
|
|
7499
|
-
type: import("vue").PropType<number>;
|
|
7500
|
-
default: number;
|
|
7501
|
-
};
|
|
7502
7746
|
defaultScrollPosition: {
|
|
7503
7747
|
type: import("vue").PropType<number>;
|
|
7504
7748
|
default: any;
|
|
@@ -7526,15 +7770,15 @@ declare const _default: {
|
|
|
7526
7770
|
}, string, {
|
|
7527
7771
|
testId: string;
|
|
7528
7772
|
isLoading: boolean;
|
|
7773
|
+
loadingRowCount: number;
|
|
7774
|
+
emptyStateTitle: string;
|
|
7529
7775
|
isSticky: boolean;
|
|
7530
7776
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7531
7777
|
isStickyHeader: boolean;
|
|
7532
|
-
emptyStateTitle: string;
|
|
7533
7778
|
emptyStateSubtitle: string;
|
|
7534
7779
|
isInfiniteScroll: boolean;
|
|
7535
7780
|
infiniteScrollThreshold: number;
|
|
7536
7781
|
rowHeight: number | ((index: number) => number);
|
|
7537
|
-
loadingRowCount: number;
|
|
7538
7782
|
defaultScrollPosition: number;
|
|
7539
7783
|
}, {}, string> & {
|
|
7540
7784
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -7577,6 +7821,14 @@ declare const _default: {
|
|
|
7577
7821
|
type: import("vue").PropType<boolean>;
|
|
7578
7822
|
default: boolean;
|
|
7579
7823
|
};
|
|
7824
|
+
loadingRowCount: {
|
|
7825
|
+
type: import("vue").PropType<number>;
|
|
7826
|
+
default: number;
|
|
7827
|
+
};
|
|
7828
|
+
emptyStateTitle: {
|
|
7829
|
+
type: import("vue").PropType<string>;
|
|
7830
|
+
default: string;
|
|
7831
|
+
};
|
|
7580
7832
|
isSticky: {
|
|
7581
7833
|
type: import("vue").PropType<boolean>;
|
|
7582
7834
|
default: boolean;
|
|
@@ -7593,10 +7845,6 @@ declare const _default: {
|
|
|
7593
7845
|
type: import("vue").PropType<boolean>;
|
|
7594
7846
|
default: boolean;
|
|
7595
7847
|
};
|
|
7596
|
-
emptyStateTitle: {
|
|
7597
|
-
type: import("vue").PropType<string>;
|
|
7598
|
-
default: string;
|
|
7599
|
-
};
|
|
7600
7848
|
emptyStateSubtitle: {
|
|
7601
7849
|
type: import("vue").PropType<string>;
|
|
7602
7850
|
default: string;
|
|
@@ -7613,10 +7861,6 @@ declare const _default: {
|
|
|
7613
7861
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7614
7862
|
default: number;
|
|
7615
7863
|
};
|
|
7616
|
-
loadingRowCount: {
|
|
7617
|
-
type: import("vue").PropType<number>;
|
|
7618
|
-
default: number;
|
|
7619
|
-
};
|
|
7620
7864
|
defaultScrollPosition: {
|
|
7621
7865
|
type: import("vue").PropType<number>;
|
|
7622
7866
|
default: any;
|
|
@@ -7656,6 +7900,14 @@ declare const _default: {
|
|
|
7656
7900
|
type: import("vue").PropType<boolean>;
|
|
7657
7901
|
default: boolean;
|
|
7658
7902
|
};
|
|
7903
|
+
loadingRowCount: {
|
|
7904
|
+
type: import("vue").PropType<number>;
|
|
7905
|
+
default: number;
|
|
7906
|
+
};
|
|
7907
|
+
emptyStateTitle: {
|
|
7908
|
+
type: import("vue").PropType<string>;
|
|
7909
|
+
default: string;
|
|
7910
|
+
};
|
|
7659
7911
|
isSticky: {
|
|
7660
7912
|
type: import("vue").PropType<boolean>;
|
|
7661
7913
|
default: boolean;
|
|
@@ -7672,10 +7924,6 @@ declare const _default: {
|
|
|
7672
7924
|
type: import("vue").PropType<boolean>;
|
|
7673
7925
|
default: boolean;
|
|
7674
7926
|
};
|
|
7675
|
-
emptyStateTitle: {
|
|
7676
|
-
type: import("vue").PropType<string>;
|
|
7677
|
-
default: string;
|
|
7678
|
-
};
|
|
7679
7927
|
emptyStateSubtitle: {
|
|
7680
7928
|
type: import("vue").PropType<string>;
|
|
7681
7929
|
default: string;
|
|
@@ -7692,10 +7940,6 @@ declare const _default: {
|
|
|
7692
7940
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7693
7941
|
default: number;
|
|
7694
7942
|
};
|
|
7695
|
-
loadingRowCount: {
|
|
7696
|
-
type: import("vue").PropType<number>;
|
|
7697
|
-
default: number;
|
|
7698
|
-
};
|
|
7699
7943
|
defaultScrollPosition: {
|
|
7700
7944
|
type: import("vue").PropType<number>;
|
|
7701
7945
|
default: any;
|
|
@@ -7723,15 +7967,15 @@ declare const _default: {
|
|
|
7723
7967
|
}, string, {
|
|
7724
7968
|
testId: string;
|
|
7725
7969
|
isLoading: boolean;
|
|
7970
|
+
loadingRowCount: number;
|
|
7971
|
+
emptyStateTitle: string;
|
|
7726
7972
|
isSticky: boolean;
|
|
7727
7973
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7728
7974
|
isStickyHeader: boolean;
|
|
7729
|
-
emptyStateTitle: string;
|
|
7730
7975
|
emptyStateSubtitle: string;
|
|
7731
7976
|
isInfiniteScroll: boolean;
|
|
7732
7977
|
infiniteScrollThreshold: number;
|
|
7733
7978
|
rowHeight: number | ((index: number) => number);
|
|
7734
|
-
loadingRowCount: number;
|
|
7735
7979
|
defaultScrollPosition: number;
|
|
7736
7980
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
7737
7981
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
@@ -7762,15 +8006,15 @@ declare const _default: {
|
|
|
7762
8006
|
$props: Partial<{
|
|
7763
8007
|
testId: string;
|
|
7764
8008
|
isLoading: boolean;
|
|
8009
|
+
loadingRowCount: number;
|
|
8010
|
+
emptyStateTitle: string;
|
|
7765
8011
|
isSticky: boolean;
|
|
7766
8012
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7767
8013
|
isStickyHeader: boolean;
|
|
7768
|
-
emptyStateTitle: string;
|
|
7769
8014
|
emptyStateSubtitle: string;
|
|
7770
8015
|
isInfiniteScroll: boolean;
|
|
7771
8016
|
infiniteScrollThreshold: number;
|
|
7772
8017
|
rowHeight: number | ((index: number) => number);
|
|
7773
|
-
loadingRowCount: number;
|
|
7774
8018
|
defaultScrollPosition: number;
|
|
7775
8019
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
7776
8020
|
sort: {
|
|
@@ -7793,6 +8037,14 @@ declare const _default: {
|
|
|
7793
8037
|
type: import("vue").PropType<boolean>;
|
|
7794
8038
|
default: boolean;
|
|
7795
8039
|
};
|
|
8040
|
+
loadingRowCount: {
|
|
8041
|
+
type: import("vue").PropType<number>;
|
|
8042
|
+
default: number;
|
|
8043
|
+
};
|
|
8044
|
+
emptyStateTitle: {
|
|
8045
|
+
type: import("vue").PropType<string>;
|
|
8046
|
+
default: string;
|
|
8047
|
+
};
|
|
7796
8048
|
isSticky: {
|
|
7797
8049
|
type: import("vue").PropType<boolean>;
|
|
7798
8050
|
default: boolean;
|
|
@@ -7809,10 +8061,6 @@ declare const _default: {
|
|
|
7809
8061
|
type: import("vue").PropType<boolean>;
|
|
7810
8062
|
default: boolean;
|
|
7811
8063
|
};
|
|
7812
|
-
emptyStateTitle: {
|
|
7813
|
-
type: import("vue").PropType<string>;
|
|
7814
|
-
default: string;
|
|
7815
|
-
};
|
|
7816
8064
|
emptyStateSubtitle: {
|
|
7817
8065
|
type: import("vue").PropType<string>;
|
|
7818
8066
|
default: string;
|
|
@@ -7829,10 +8077,6 @@ declare const _default: {
|
|
|
7829
8077
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7830
8078
|
default: number;
|
|
7831
8079
|
};
|
|
7832
|
-
loadingRowCount: {
|
|
7833
|
-
type: import("vue").PropType<number>;
|
|
7834
|
-
default: number;
|
|
7835
|
-
};
|
|
7836
8080
|
defaultScrollPosition: {
|
|
7837
8081
|
type: import("vue").PropType<number>;
|
|
7838
8082
|
default: any;
|
|
@@ -7847,7 +8091,7 @@ declare const _default: {
|
|
|
7847
8091
|
cellIndex: number;
|
|
7848
8092
|
}) => any;
|
|
7849
8093
|
onLoadMore?: () => any;
|
|
7850
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "
|
|
8094
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "isLoading" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition">;
|
|
7851
8095
|
$attrs: {
|
|
7852
8096
|
[x: string]: unknown;
|
|
7853
8097
|
};
|
|
@@ -7887,6 +8131,14 @@ declare const _default: {
|
|
|
7887
8131
|
type: import("vue").PropType<boolean>;
|
|
7888
8132
|
default: boolean;
|
|
7889
8133
|
};
|
|
8134
|
+
loadingRowCount: {
|
|
8135
|
+
type: import("vue").PropType<number>;
|
|
8136
|
+
default: number;
|
|
8137
|
+
};
|
|
8138
|
+
emptyStateTitle: {
|
|
8139
|
+
type: import("vue").PropType<string>;
|
|
8140
|
+
default: string;
|
|
8141
|
+
};
|
|
7890
8142
|
isSticky: {
|
|
7891
8143
|
type: import("vue").PropType<boolean>;
|
|
7892
8144
|
default: boolean;
|
|
@@ -7903,10 +8155,6 @@ declare const _default: {
|
|
|
7903
8155
|
type: import("vue").PropType<boolean>;
|
|
7904
8156
|
default: boolean;
|
|
7905
8157
|
};
|
|
7906
|
-
emptyStateTitle: {
|
|
7907
|
-
type: import("vue").PropType<string>;
|
|
7908
|
-
default: string;
|
|
7909
|
-
};
|
|
7910
8158
|
emptyStateSubtitle: {
|
|
7911
8159
|
type: import("vue").PropType<string>;
|
|
7912
8160
|
default: string;
|
|
@@ -7923,10 +8171,6 @@ declare const _default: {
|
|
|
7923
8171
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
7924
8172
|
default: number;
|
|
7925
8173
|
};
|
|
7926
|
-
loadingRowCount: {
|
|
7927
|
-
type: import("vue").PropType<number>;
|
|
7928
|
-
default: number;
|
|
7929
|
-
};
|
|
7930
8174
|
defaultScrollPosition: {
|
|
7931
8175
|
type: import("vue").PropType<number>;
|
|
7932
8176
|
default: any;
|
|
@@ -7954,15 +8198,15 @@ declare const _default: {
|
|
|
7954
8198
|
}, string, {
|
|
7955
8199
|
testId: string;
|
|
7956
8200
|
isLoading: boolean;
|
|
8201
|
+
loadingRowCount: number;
|
|
8202
|
+
emptyStateTitle: string;
|
|
7957
8203
|
isSticky: boolean;
|
|
7958
8204
|
sections: import("./components/table/common/Table.types").Section[];
|
|
7959
8205
|
isStickyHeader: boolean;
|
|
7960
|
-
emptyStateTitle: string;
|
|
7961
8206
|
emptyStateSubtitle: string;
|
|
7962
8207
|
isInfiniteScroll: boolean;
|
|
7963
8208
|
infiniteScrollThreshold: number;
|
|
7964
8209
|
rowHeight: number | ((index: number) => number);
|
|
7965
|
-
loadingRowCount: number;
|
|
7966
8210
|
defaultScrollPosition: number;
|
|
7967
8211
|
}, {}, string> & {
|
|
7968
8212
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -8005,6 +8249,14 @@ declare const _default: {
|
|
|
8005
8249
|
type: import("vue").PropType<boolean>;
|
|
8006
8250
|
default: boolean;
|
|
8007
8251
|
};
|
|
8252
|
+
loadingRowCount: {
|
|
8253
|
+
type: import("vue").PropType<number>;
|
|
8254
|
+
default: number;
|
|
8255
|
+
};
|
|
8256
|
+
emptyStateTitle: {
|
|
8257
|
+
type: import("vue").PropType<string>;
|
|
8258
|
+
default: string;
|
|
8259
|
+
};
|
|
8008
8260
|
isSticky: {
|
|
8009
8261
|
type: import("vue").PropType<boolean>;
|
|
8010
8262
|
default: boolean;
|
|
@@ -8021,10 +8273,6 @@ declare const _default: {
|
|
|
8021
8273
|
type: import("vue").PropType<boolean>;
|
|
8022
8274
|
default: boolean;
|
|
8023
8275
|
};
|
|
8024
|
-
emptyStateTitle: {
|
|
8025
|
-
type: import("vue").PropType<string>;
|
|
8026
|
-
default: string;
|
|
8027
|
-
};
|
|
8028
8276
|
emptyStateSubtitle: {
|
|
8029
8277
|
type: import("vue").PropType<string>;
|
|
8030
8278
|
default: string;
|
|
@@ -8041,10 +8289,6 @@ declare const _default: {
|
|
|
8041
8289
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
8042
8290
|
default: number;
|
|
8043
8291
|
};
|
|
8044
|
-
loadingRowCount: {
|
|
8045
|
-
type: import("vue").PropType<number>;
|
|
8046
|
-
default: number;
|
|
8047
|
-
};
|
|
8048
8292
|
defaultScrollPosition: {
|
|
8049
8293
|
type: import("vue").PropType<number>;
|
|
8050
8294
|
default: any;
|
|
@@ -8084,6 +8328,14 @@ declare const _default: {
|
|
|
8084
8328
|
type: import("vue").PropType<boolean>;
|
|
8085
8329
|
default: boolean;
|
|
8086
8330
|
};
|
|
8331
|
+
loadingRowCount: {
|
|
8332
|
+
type: import("vue").PropType<number>;
|
|
8333
|
+
default: number;
|
|
8334
|
+
};
|
|
8335
|
+
emptyStateTitle: {
|
|
8336
|
+
type: import("vue").PropType<string>;
|
|
8337
|
+
default: string;
|
|
8338
|
+
};
|
|
8087
8339
|
isSticky: {
|
|
8088
8340
|
type: import("vue").PropType<boolean>;
|
|
8089
8341
|
default: boolean;
|
|
@@ -8100,10 +8352,6 @@ declare const _default: {
|
|
|
8100
8352
|
type: import("vue").PropType<boolean>;
|
|
8101
8353
|
default: boolean;
|
|
8102
8354
|
};
|
|
8103
|
-
emptyStateTitle: {
|
|
8104
|
-
type: import("vue").PropType<string>;
|
|
8105
|
-
default: string;
|
|
8106
|
-
};
|
|
8107
8355
|
emptyStateSubtitle: {
|
|
8108
8356
|
type: import("vue").PropType<string>;
|
|
8109
8357
|
default: string;
|
|
@@ -8120,10 +8368,6 @@ declare const _default: {
|
|
|
8120
8368
|
type: import("vue").PropType<number | ((index: number) => number)>;
|
|
8121
8369
|
default: number;
|
|
8122
8370
|
};
|
|
8123
|
-
loadingRowCount: {
|
|
8124
|
-
type: import("vue").PropType<number>;
|
|
8125
|
-
default: number;
|
|
8126
|
-
};
|
|
8127
8371
|
defaultScrollPosition: {
|
|
8128
8372
|
type: import("vue").PropType<number>;
|
|
8129
8373
|
default: any;
|
|
@@ -8151,15 +8395,15 @@ declare const _default: {
|
|
|
8151
8395
|
}, string, {
|
|
8152
8396
|
testId: string;
|
|
8153
8397
|
isLoading: boolean;
|
|
8398
|
+
loadingRowCount: number;
|
|
8399
|
+
emptyStateTitle: string;
|
|
8154
8400
|
isSticky: boolean;
|
|
8155
8401
|
sections: import("./components/table/common/Table.types").Section[];
|
|
8156
8402
|
isStickyHeader: boolean;
|
|
8157
|
-
emptyStateTitle: string;
|
|
8158
8403
|
emptyStateSubtitle: string;
|
|
8159
8404
|
isInfiniteScroll: boolean;
|
|
8160
8405
|
infiniteScrollThreshold: number;
|
|
8161
8406
|
rowHeight: number | ((index: number) => number);
|
|
8162
|
-
loadingRowCount: number;
|
|
8163
8407
|
defaultScrollPosition: number;
|
|
8164
8408
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
8165
8409
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
@@ -10601,6 +10845,7 @@ declare const _default: {
|
|
|
10601
10845
|
size: string;
|
|
10602
10846
|
height: string;
|
|
10603
10847
|
width: string;
|
|
10848
|
+
platform: string;
|
|
10604
10849
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10605
10850
|
name: {
|
|
10606
10851
|
type: import("vue").PropType<string>;
|
|
@@ -10626,7 +10871,11 @@ declare const _default: {
|
|
|
10626
10871
|
type: import("vue").PropType<string>;
|
|
10627
10872
|
default: any;
|
|
10628
10873
|
};
|
|
10629
|
-
|
|
10874
|
+
platform: {
|
|
10875
|
+
type: import("vue").PropType<string>;
|
|
10876
|
+
default: any;
|
|
10877
|
+
};
|
|
10878
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
10630
10879
|
$attrs: {
|
|
10631
10880
|
[x: string]: unknown;
|
|
10632
10881
|
};
|
|
@@ -10665,6 +10914,10 @@ declare const _default: {
|
|
|
10665
10914
|
type: import("vue").PropType<string>;
|
|
10666
10915
|
default: any;
|
|
10667
10916
|
};
|
|
10917
|
+
platform: {
|
|
10918
|
+
type: import("vue").PropType<string>;
|
|
10919
|
+
default: any;
|
|
10920
|
+
};
|
|
10668
10921
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10669
10922
|
name: string;
|
|
10670
10923
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10672,6 +10925,7 @@ declare const _default: {
|
|
|
10672
10925
|
size: string;
|
|
10673
10926
|
height: string;
|
|
10674
10927
|
width: string;
|
|
10928
|
+
platform: string;
|
|
10675
10929
|
}, {}, string> & {
|
|
10676
10930
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10677
10931
|
created?: (() => void) | (() => void)[];
|
|
@@ -10717,6 +10971,10 @@ declare const _default: {
|
|
|
10717
10971
|
type: import("vue").PropType<string>;
|
|
10718
10972
|
default: any;
|
|
10719
10973
|
};
|
|
10974
|
+
platform: {
|
|
10975
|
+
type: import("vue").PropType<string>;
|
|
10976
|
+
default: any;
|
|
10977
|
+
};
|
|
10720
10978
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
10721
10979
|
__isFragment?: never;
|
|
10722
10980
|
__isTeleport?: never;
|
|
@@ -10746,6 +11004,10 @@ declare const _default: {
|
|
|
10746
11004
|
type: import("vue").PropType<string>;
|
|
10747
11005
|
default: any;
|
|
10748
11006
|
};
|
|
11007
|
+
platform: {
|
|
11008
|
+
type: import("vue").PropType<string>;
|
|
11009
|
+
default: any;
|
|
11010
|
+
};
|
|
10749
11011
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10750
11012
|
name: string;
|
|
10751
11013
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10753,6 +11015,7 @@ declare const _default: {
|
|
|
10753
11015
|
size: string;
|
|
10754
11016
|
height: string;
|
|
10755
11017
|
width: string;
|
|
11018
|
+
platform: string;
|
|
10756
11019
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10757
11020
|
$slots: {
|
|
10758
11021
|
default?(_: {}): any;
|
|
@@ -10769,6 +11032,7 @@ declare const _default: {
|
|
|
10769
11032
|
size: string;
|
|
10770
11033
|
height: string;
|
|
10771
11034
|
width: string;
|
|
11035
|
+
platform: string;
|
|
10772
11036
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10773
11037
|
name: {
|
|
10774
11038
|
type: import("vue").PropType<string>;
|
|
@@ -10794,7 +11058,11 @@ declare const _default: {
|
|
|
10794
11058
|
type: import("vue").PropType<string>;
|
|
10795
11059
|
default: any;
|
|
10796
11060
|
};
|
|
10797
|
-
|
|
11061
|
+
platform: {
|
|
11062
|
+
type: import("vue").PropType<string>;
|
|
11063
|
+
default: any;
|
|
11064
|
+
};
|
|
11065
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
10798
11066
|
$attrs: {
|
|
10799
11067
|
[x: string]: unknown;
|
|
10800
11068
|
};
|
|
@@ -10833,6 +11101,10 @@ declare const _default: {
|
|
|
10833
11101
|
type: import("vue").PropType<string>;
|
|
10834
11102
|
default: any;
|
|
10835
11103
|
};
|
|
11104
|
+
platform: {
|
|
11105
|
+
type: import("vue").PropType<string>;
|
|
11106
|
+
default: any;
|
|
11107
|
+
};
|
|
10836
11108
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10837
11109
|
name: string;
|
|
10838
11110
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10840,6 +11112,7 @@ declare const _default: {
|
|
|
10840
11112
|
size: string;
|
|
10841
11113
|
height: string;
|
|
10842
11114
|
width: string;
|
|
11115
|
+
platform: string;
|
|
10843
11116
|
}, {}, string> & {
|
|
10844
11117
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10845
11118
|
created?: (() => void) | (() => void)[];
|
|
@@ -10885,6 +11158,10 @@ declare const _default: {
|
|
|
10885
11158
|
type: import("vue").PropType<string>;
|
|
10886
11159
|
default: any;
|
|
10887
11160
|
};
|
|
11161
|
+
platform: {
|
|
11162
|
+
type: import("vue").PropType<string>;
|
|
11163
|
+
default: any;
|
|
11164
|
+
};
|
|
10888
11165
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
10889
11166
|
__isFragment?: never;
|
|
10890
11167
|
__isTeleport?: never;
|
|
@@ -10914,6 +11191,10 @@ declare const _default: {
|
|
|
10914
11191
|
type: import("vue").PropType<string>;
|
|
10915
11192
|
default: any;
|
|
10916
11193
|
};
|
|
11194
|
+
platform: {
|
|
11195
|
+
type: import("vue").PropType<string>;
|
|
11196
|
+
default: any;
|
|
11197
|
+
};
|
|
10917
11198
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10918
11199
|
name: string;
|
|
10919
11200
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10921,6 +11202,7 @@ declare const _default: {
|
|
|
10921
11202
|
size: string;
|
|
10922
11203
|
height: string;
|
|
10923
11204
|
width: string;
|
|
11205
|
+
platform: string;
|
|
10924
11206
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
10925
11207
|
$slots: {
|
|
10926
11208
|
default?(_: {}): any;
|
|
@@ -15248,6 +15530,7 @@ declare const _default: {
|
|
|
15248
15530
|
onSelectAll?: () => any;
|
|
15249
15531
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
15250
15532
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
15533
|
+
onOnsearch?: (value: string) => any;
|
|
15251
15534
|
onOpened?: () => any;
|
|
15252
15535
|
onClosed?: () => any;
|
|
15253
15536
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
@@ -15262,7 +15545,7 @@ declare const _default: {
|
|
|
15262
15545
|
}>;
|
|
15263
15546
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
15264
15547
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
15265
|
-
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
15548
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
15266
15549
|
$el: any;
|
|
15267
15550
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
15268
15551
|
theme: {
|
|
@@ -15482,6 +15765,7 @@ declare const _default: {
|
|
|
15482
15765
|
onSelectAll?: () => any;
|
|
15483
15766
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
15484
15767
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
15768
|
+
onOnsearch?: (value: string) => any;
|
|
15485
15769
|
onOpened?: () => any;
|
|
15486
15770
|
onClosed?: () => any;
|
|
15487
15771
|
}, {
|
|
@@ -15496,6 +15780,7 @@ declare const _default: {
|
|
|
15496
15780
|
selectAll: () => void;
|
|
15497
15781
|
clear: () => void;
|
|
15498
15782
|
copyToClipboard: () => void;
|
|
15783
|
+
onsearch: (value: string) => void;
|
|
15499
15784
|
}, string, {
|
|
15500
15785
|
theme: string;
|
|
15501
15786
|
disabled: boolean;
|
|
@@ -15784,6 +16069,7 @@ declare const _default: {
|
|
|
15784
16069
|
onSelectAll?: () => any;
|
|
15785
16070
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
15786
16071
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16072
|
+
onOnsearch?: (value: string) => any;
|
|
15787
16073
|
onOpened?: () => any;
|
|
15788
16074
|
onClosed?: () => any;
|
|
15789
16075
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -16011,6 +16297,7 @@ declare const _default: {
|
|
|
16011
16297
|
onSelectAll?: () => any;
|
|
16012
16298
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
16013
16299
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
16300
|
+
onOnsearch?: (value: string) => any;
|
|
16014
16301
|
onOpened?: () => any;
|
|
16015
16302
|
onClosed?: () => any;
|
|
16016
16303
|
}, {
|
|
@@ -16025,6 +16312,7 @@ declare const _default: {
|
|
|
16025
16312
|
selectAll: () => void;
|
|
16026
16313
|
clear: () => void;
|
|
16027
16314
|
copyToClipboard: () => void;
|
|
16315
|
+
onsearch: (value: string) => void;
|
|
16028
16316
|
}, string, {
|
|
16029
16317
|
theme: string;
|
|
16030
16318
|
disabled: boolean;
|
|
@@ -16085,7 +16373,34 @@ declare const _default: {
|
|
|
16085
16373
|
label: any;
|
|
16086
16374
|
onClick: () => void;
|
|
16087
16375
|
};
|
|
16376
|
+
defaultTriggerProps: {
|
|
16377
|
+
placeholder: string;
|
|
16378
|
+
open: boolean;
|
|
16379
|
+
label: string;
|
|
16380
|
+
showFeedbackIcon: boolean;
|
|
16381
|
+
mandatory: boolean;
|
|
16382
|
+
testId: string;
|
|
16383
|
+
multi: boolean;
|
|
16384
|
+
disabled: boolean;
|
|
16385
|
+
selectedOption: unknown;
|
|
16386
|
+
displayValue: (option: unknown) => string;
|
|
16387
|
+
options: unknown[];
|
|
16388
|
+
optionNameKey: string;
|
|
16389
|
+
optionImageKey: string;
|
|
16390
|
+
optionIconKey: string;
|
|
16391
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16392
|
+
optionAndIconKey: string;
|
|
16393
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
16394
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
16395
|
+
valueToCopy: string;
|
|
16396
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
16397
|
+
size: "small" | "medium" | "large";
|
|
16398
|
+
showAllSelectedText: boolean;
|
|
16399
|
+
onKeydown: (event: any) => void;
|
|
16400
|
+
onClick: () => void;
|
|
16401
|
+
};
|
|
16088
16402
|
}): any;
|
|
16403
|
+
"inline-search"?(_: {}): any;
|
|
16089
16404
|
"input-list"?(_: {
|
|
16090
16405
|
open: true;
|
|
16091
16406
|
}): any;
|
|
@@ -16643,6 +16958,7 @@ declare const _default: {
|
|
|
16643
16958
|
$slots: {
|
|
16644
16959
|
image?(_: {}): any;
|
|
16645
16960
|
"icon-start"?(_: {}): any;
|
|
16961
|
+
"end-icon"?(_: {}): any;
|
|
16646
16962
|
};
|
|
16647
16963
|
});
|
|
16648
16964
|
IconButtonDropdownTrigger: import("vue").DefineComponent<{
|
|
@@ -17948,6 +18264,7 @@ declare const _default: {
|
|
|
17948
18264
|
$slots: {
|
|
17949
18265
|
image?(_: {}): any;
|
|
17950
18266
|
"icon-start"?(_: {}): any;
|
|
18267
|
+
"end-icon"?(_: {}): any;
|
|
17951
18268
|
};
|
|
17952
18269
|
})) | ({
|
|
17953
18270
|
new (...args: any[]): {
|
|
@@ -18446,6 +18763,10 @@ declare const _default: {
|
|
|
18446
18763
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18447
18764
|
endIconKey: string;
|
|
18448
18765
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
18766
|
+
treeMainOption: boolean;
|
|
18767
|
+
treeMainOptionExpanded: boolean;
|
|
18768
|
+
stopOptionClickEventPropagation: boolean;
|
|
18769
|
+
treeChildShown: boolean;
|
|
18449
18770
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
18450
18771
|
option: {
|
|
18451
18772
|
type: import("vue").PropType<unknown>;
|
|
@@ -18507,10 +18828,28 @@ declare const _default: {
|
|
|
18507
18828
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
18508
18829
|
default: string;
|
|
18509
18830
|
};
|
|
18831
|
+
treeMainOption: {
|
|
18832
|
+
type: import("vue").PropType<boolean>;
|
|
18833
|
+
default: boolean;
|
|
18834
|
+
};
|
|
18835
|
+
treeMainOptionExpanded: {
|
|
18836
|
+
type: import("vue").PropType<boolean>;
|
|
18837
|
+
default: boolean;
|
|
18838
|
+
};
|
|
18839
|
+
stopOptionClickEventPropagation: {
|
|
18840
|
+
type: import("vue").PropType<boolean>;
|
|
18841
|
+
default: boolean;
|
|
18842
|
+
};
|
|
18843
|
+
treeChildShown: {
|
|
18844
|
+
type: import("vue").PropType<boolean>;
|
|
18845
|
+
default: boolean;
|
|
18846
|
+
};
|
|
18510
18847
|
selectedProp: {
|
|
18511
18848
|
type: import("vue").PropType<boolean>;
|
|
18512
18849
|
};
|
|
18513
|
-
}>> &
|
|
18850
|
+
}>> & {
|
|
18851
|
+
onToggleTreeCollapse?: (option: unknown) => any;
|
|
18852
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
18514
18853
|
$attrs: {
|
|
18515
18854
|
[x: string]: unknown;
|
|
18516
18855
|
};
|
|
@@ -18522,7 +18861,7 @@ declare const _default: {
|
|
|
18522
18861
|
}>;
|
|
18523
18862
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
18524
18863
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
18525
|
-
$emit: (event:
|
|
18864
|
+
$emit: (event: "toggleTreeCollapse", option: unknown) => void;
|
|
18526
18865
|
$el: any;
|
|
18527
18866
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
18528
18867
|
option: {
|
|
@@ -18585,10 +18924,30 @@ declare const _default: {
|
|
|
18585
18924
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
18586
18925
|
default: string;
|
|
18587
18926
|
};
|
|
18927
|
+
treeMainOption: {
|
|
18928
|
+
type: import("vue").PropType<boolean>;
|
|
18929
|
+
default: boolean;
|
|
18930
|
+
};
|
|
18931
|
+
treeMainOptionExpanded: {
|
|
18932
|
+
type: import("vue").PropType<boolean>;
|
|
18933
|
+
default: boolean;
|
|
18934
|
+
};
|
|
18935
|
+
stopOptionClickEventPropagation: {
|
|
18936
|
+
type: import("vue").PropType<boolean>;
|
|
18937
|
+
default: boolean;
|
|
18938
|
+
};
|
|
18939
|
+
treeChildShown: {
|
|
18940
|
+
type: import("vue").PropType<boolean>;
|
|
18941
|
+
default: boolean;
|
|
18942
|
+
};
|
|
18588
18943
|
selectedProp: {
|
|
18589
18944
|
type: import("vue").PropType<boolean>;
|
|
18590
18945
|
};
|
|
18591
|
-
}
|
|
18946
|
+
}>> & {
|
|
18947
|
+
onToggleTreeCollapse?: (option: unknown) => any;
|
|
18948
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18949
|
+
toggleTreeCollapse: (option: unknown) => void;
|
|
18950
|
+
}, string, {
|
|
18592
18951
|
option: any;
|
|
18593
18952
|
disabled: boolean;
|
|
18594
18953
|
active: boolean;
|
|
@@ -18604,6 +18963,10 @@ declare const _default: {
|
|
|
18604
18963
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18605
18964
|
endIconKey: string;
|
|
18606
18965
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
18966
|
+
treeMainOption: boolean;
|
|
18967
|
+
treeMainOptionExpanded: boolean;
|
|
18968
|
+
stopOptionClickEventPropagation: boolean;
|
|
18969
|
+
treeChildShown: boolean;
|
|
18607
18970
|
}, {}, string> & {
|
|
18608
18971
|
beforeCreate?: (() => void) | (() => void)[];
|
|
18609
18972
|
created?: (() => void) | (() => void)[];
|
|
@@ -18685,10 +19048,28 @@ declare const _default: {
|
|
|
18685
19048
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
18686
19049
|
default: string;
|
|
18687
19050
|
};
|
|
19051
|
+
treeMainOption: {
|
|
19052
|
+
type: import("vue").PropType<boolean>;
|
|
19053
|
+
default: boolean;
|
|
19054
|
+
};
|
|
19055
|
+
treeMainOptionExpanded: {
|
|
19056
|
+
type: import("vue").PropType<boolean>;
|
|
19057
|
+
default: boolean;
|
|
19058
|
+
};
|
|
19059
|
+
stopOptionClickEventPropagation: {
|
|
19060
|
+
type: import("vue").PropType<boolean>;
|
|
19061
|
+
default: boolean;
|
|
19062
|
+
};
|
|
19063
|
+
treeChildShown: {
|
|
19064
|
+
type: import("vue").PropType<boolean>;
|
|
19065
|
+
default: boolean;
|
|
19066
|
+
};
|
|
18688
19067
|
selectedProp: {
|
|
18689
19068
|
type: import("vue").PropType<boolean>;
|
|
18690
19069
|
};
|
|
18691
|
-
}>> &
|
|
19070
|
+
}>> & {
|
|
19071
|
+
onToggleTreeCollapse?: (option: unknown) => any;
|
|
19072
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
18692
19073
|
__isFragment?: never;
|
|
18693
19074
|
__isTeleport?: never;
|
|
18694
19075
|
__isSuspense?: never;
|
|
@@ -18753,10 +19134,30 @@ declare const _default: {
|
|
|
18753
19134
|
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
18754
19135
|
default: string;
|
|
18755
19136
|
};
|
|
19137
|
+
treeMainOption: {
|
|
19138
|
+
type: import("vue").PropType<boolean>;
|
|
19139
|
+
default: boolean;
|
|
19140
|
+
};
|
|
19141
|
+
treeMainOptionExpanded: {
|
|
19142
|
+
type: import("vue").PropType<boolean>;
|
|
19143
|
+
default: boolean;
|
|
19144
|
+
};
|
|
19145
|
+
stopOptionClickEventPropagation: {
|
|
19146
|
+
type: import("vue").PropType<boolean>;
|
|
19147
|
+
default: boolean;
|
|
19148
|
+
};
|
|
19149
|
+
treeChildShown: {
|
|
19150
|
+
type: import("vue").PropType<boolean>;
|
|
19151
|
+
default: boolean;
|
|
19152
|
+
};
|
|
18756
19153
|
selectedProp: {
|
|
18757
19154
|
type: import("vue").PropType<boolean>;
|
|
18758
19155
|
};
|
|
18759
|
-
}
|
|
19156
|
+
}>> & {
|
|
19157
|
+
onToggleTreeCollapse?: (option: unknown) => any;
|
|
19158
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19159
|
+
toggleTreeCollapse: (option: unknown) => void;
|
|
19160
|
+
}, string, {
|
|
18760
19161
|
option: any;
|
|
18761
19162
|
disabled: boolean;
|
|
18762
19163
|
active: boolean;
|
|
@@ -18772,6 +19173,10 @@ declare const _default: {
|
|
|
18772
19173
|
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
18773
19174
|
endIconKey: string;
|
|
18774
19175
|
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
19176
|
+
treeMainOption: boolean;
|
|
19177
|
+
treeMainOptionExpanded: boolean;
|
|
19178
|
+
stopOptionClickEventPropagation: boolean;
|
|
19179
|
+
treeChildShown: boolean;
|
|
18775
19180
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
18776
19181
|
$slots: {
|
|
18777
19182
|
image?(_: {}): any;
|
|
@@ -19162,6 +19567,7 @@ declare const _default: {
|
|
|
19162
19567
|
onSelectAll?: () => any;
|
|
19163
19568
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
19164
19569
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
19570
|
+
onOnsearch?: (value: string) => any;
|
|
19165
19571
|
onOpened?: () => any;
|
|
19166
19572
|
onClosed?: () => any;
|
|
19167
19573
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "theme" | "disabled" | "size" | "flip" | "mandatory" | "testId" | "container" | "placement" | "distance" | "popperClass" | "selected" | "onClear" | "modelValue" | "placeholder" | "multi" | "showSelectAll" | "defaultOpen" | "keepOpen" | "autoSize" | "disableKeyboardEvents" | "isOnTop" | "skidding" | "triggerLabel" | "triggerHelperText" | "triggerFeedbackText" | "triggerFeedbackVariant" | "triggerFeedbackShowIcon" | "triggerShowAllSelectedText" | "predefinedTrigger" | "inlineSearch" | "inlineSearchPlaceholder" | "onSearch" | "noResultsText" | "searchAutoFocus" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "fullWidth" | "optionsListWidth" | "statusType" | "disableVirtualScroll" | "overrideOptionCountCalculation">;
|
|
@@ -19176,7 +19582,7 @@ declare const _default: {
|
|
|
19176
19582
|
}>;
|
|
19177
19583
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
19178
19584
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
19179
|
-
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
19585
|
+
$emit: ((event: "clear") => void) & ((event: "copyToClipboard") => void) & ((event: "apply", value: unknown) => void) & ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void) & ((event: "onsearch", value: string) => void) & ((event: "selectAll") => void) & ((event: "opened") => void) & ((event: "closed") => void);
|
|
19180
19586
|
$el: any;
|
|
19181
19587
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
19182
19588
|
theme: {
|
|
@@ -19396,6 +19802,7 @@ declare const _default: {
|
|
|
19396
19802
|
onSelectAll?: () => any;
|
|
19397
19803
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
19398
19804
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
19805
|
+
onOnsearch?: (value: string) => any;
|
|
19399
19806
|
onOpened?: () => any;
|
|
19400
19807
|
onClosed?: () => any;
|
|
19401
19808
|
}, {
|
|
@@ -19410,6 +19817,7 @@ declare const _default: {
|
|
|
19410
19817
|
selectAll: () => void;
|
|
19411
19818
|
clear: () => void;
|
|
19412
19819
|
copyToClipboard: () => void;
|
|
19820
|
+
onsearch: (value: string) => void;
|
|
19413
19821
|
}, string, {
|
|
19414
19822
|
theme: string;
|
|
19415
19823
|
disabled: boolean;
|
|
@@ -19698,6 +20106,7 @@ declare const _default: {
|
|
|
19698
20106
|
onSelectAll?: () => any;
|
|
19699
20107
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
19700
20108
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20109
|
+
onOnsearch?: (value: string) => any;
|
|
19701
20110
|
onOpened?: () => any;
|
|
19702
20111
|
onClosed?: () => any;
|
|
19703
20112
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -19925,6 +20334,7 @@ declare const _default: {
|
|
|
19925
20334
|
onSelectAll?: () => any;
|
|
19926
20335
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
19927
20336
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20337
|
+
onOnsearch?: (value: string) => any;
|
|
19928
20338
|
onOpened?: () => any;
|
|
19929
20339
|
onClosed?: () => any;
|
|
19930
20340
|
}, {
|
|
@@ -19939,6 +20349,7 @@ declare const _default: {
|
|
|
19939
20349
|
selectAll: () => void;
|
|
19940
20350
|
clear: () => void;
|
|
19941
20351
|
copyToClipboard: () => void;
|
|
20352
|
+
onsearch: (value: string) => void;
|
|
19942
20353
|
}, string, {
|
|
19943
20354
|
theme: string;
|
|
19944
20355
|
disabled: boolean;
|
|
@@ -19999,7 +20410,34 @@ declare const _default: {
|
|
|
19999
20410
|
label: any;
|
|
20000
20411
|
onClick: () => void;
|
|
20001
20412
|
};
|
|
20413
|
+
defaultTriggerProps: {
|
|
20414
|
+
placeholder: string;
|
|
20415
|
+
open: boolean;
|
|
20416
|
+
label: string;
|
|
20417
|
+
showFeedbackIcon: boolean;
|
|
20418
|
+
mandatory: boolean;
|
|
20419
|
+
testId: string;
|
|
20420
|
+
multi: boolean;
|
|
20421
|
+
disabled: boolean;
|
|
20422
|
+
selectedOption: unknown;
|
|
20423
|
+
displayValue: (option: unknown) => string;
|
|
20424
|
+
options: unknown[];
|
|
20425
|
+
optionNameKey: string;
|
|
20426
|
+
optionImageKey: string;
|
|
20427
|
+
optionIconKey: string;
|
|
20428
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20429
|
+
optionAndIconKey: string;
|
|
20430
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20431
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
20432
|
+
valueToCopy: string;
|
|
20433
|
+
statusDotType: "default" | "disabled" | "success" | "warning" | "error" | "archive";
|
|
20434
|
+
size: "small" | "medium" | "large";
|
|
20435
|
+
showAllSelectedText: boolean;
|
|
20436
|
+
onKeydown: (event: any) => void;
|
|
20437
|
+
onClick: () => void;
|
|
20438
|
+
};
|
|
20002
20439
|
}): any;
|
|
20440
|
+
"inline-search"?(_: {}): any;
|
|
20003
20441
|
"input-list"?(_: {
|
|
20004
20442
|
open: true;
|
|
20005
20443
|
}): any;
|
|
@@ -20089,258 +20527,961 @@ declare const _default: {
|
|
|
20089
20527
|
startIconName: string;
|
|
20090
20528
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20091
20529
|
hideEndIcon: boolean;
|
|
20092
|
-
}> |
|
|
20093
|
-
|
|
20094
|
-
|
|
20095
|
-
|
|
20096
|
-
|
|
20097
|
-
|
|
20098
|
-
|
|
20099
|
-
|
|
20100
|
-
|
|
20101
|
-
|
|
20102
|
-
|
|
20530
|
+
}> | ({
|
|
20531
|
+
new (...args: any[]): {
|
|
20532
|
+
$: import("vue").ComponentInternalInstance;
|
|
20533
|
+
$data: {};
|
|
20534
|
+
$props: Partial<{
|
|
20535
|
+
disabled: boolean;
|
|
20536
|
+
size: "small" | "medium" | "large";
|
|
20537
|
+
testId: string;
|
|
20538
|
+
selected: unknown[];
|
|
20539
|
+
placeholder: string;
|
|
20540
|
+
inlineSearchPlaceholder: string;
|
|
20541
|
+
optionNameKey: string;
|
|
20542
|
+
optionIconKey: string;
|
|
20543
|
+
optionImageKey: string;
|
|
20544
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20545
|
+
optionEndIconKey: string;
|
|
20546
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20547
|
+
valueToCopy: string;
|
|
20548
|
+
disabledOptionKey: string;
|
|
20549
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20550
|
+
disabled: {
|
|
20551
|
+
type: import("vue").PropType<boolean>;
|
|
20552
|
+
default: boolean;
|
|
20553
|
+
};
|
|
20554
|
+
size: {
|
|
20555
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20556
|
+
default: string;
|
|
20557
|
+
};
|
|
20558
|
+
testId: {
|
|
20559
|
+
type: import("vue").PropType<string>;
|
|
20560
|
+
default: string;
|
|
20561
|
+
};
|
|
20562
|
+
selected: {
|
|
20563
|
+
type: import("vue").PropType<unknown[]>;
|
|
20564
|
+
default: any;
|
|
20565
|
+
};
|
|
20566
|
+
options: {
|
|
20567
|
+
type: import("vue").PropType<unknown[]>;
|
|
20568
|
+
required: true;
|
|
20569
|
+
};
|
|
20570
|
+
placeholder: {
|
|
20571
|
+
type: import("vue").PropType<string>;
|
|
20572
|
+
default: string;
|
|
20573
|
+
};
|
|
20574
|
+
isOpen: {
|
|
20575
|
+
type: import("vue").PropType<boolean>;
|
|
20576
|
+
};
|
|
20577
|
+
inlineSearchPlaceholder: {
|
|
20578
|
+
type: import("vue").PropType<string>;
|
|
20579
|
+
default: string;
|
|
20580
|
+
};
|
|
20581
|
+
displayValue: {
|
|
20582
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
20583
|
+
required: true;
|
|
20584
|
+
};
|
|
20585
|
+
optionNameKey: {
|
|
20586
|
+
type: import("vue").PropType<string>;
|
|
20587
|
+
default: string;
|
|
20588
|
+
};
|
|
20589
|
+
optionIconKey: {
|
|
20590
|
+
type: import("vue").PropType<string>;
|
|
20591
|
+
default: string;
|
|
20592
|
+
};
|
|
20593
|
+
optionImageKey: {
|
|
20594
|
+
type: import("vue").PropType<string>;
|
|
20595
|
+
default: string;
|
|
20596
|
+
};
|
|
20597
|
+
optionIconType: {
|
|
20598
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20599
|
+
default: any;
|
|
20600
|
+
};
|
|
20601
|
+
optionEndIconKey: {
|
|
20602
|
+
type: import("vue").PropType<string>;
|
|
20603
|
+
default: string;
|
|
20604
|
+
};
|
|
20605
|
+
optionEndIconType: {
|
|
20606
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20607
|
+
default: any;
|
|
20608
|
+
};
|
|
20609
|
+
valueToCopy: {
|
|
20610
|
+
type: import("vue").PropType<string>;
|
|
20611
|
+
default: any;
|
|
20612
|
+
};
|
|
20613
|
+
disabledOptionKey: {
|
|
20614
|
+
type: import("vue").PropType<string>;
|
|
20615
|
+
default: string;
|
|
20616
|
+
};
|
|
20617
|
+
optionChildrenKey: {
|
|
20618
|
+
type: import("vue").PropType<string>;
|
|
20619
|
+
required: true;
|
|
20620
|
+
};
|
|
20621
|
+
optionUniqueIdKey: {
|
|
20622
|
+
type: import("vue").PropType<string>;
|
|
20623
|
+
required: true;
|
|
20624
|
+
};
|
|
20625
|
+
}>> & {
|
|
20626
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
20627
|
+
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20628
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "testId" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey">;
|
|
20629
|
+
$attrs: {
|
|
20630
|
+
[x: string]: unknown;
|
|
20631
|
+
};
|
|
20632
|
+
$refs: {
|
|
20633
|
+
[x: string]: unknown;
|
|
20634
|
+
};
|
|
20635
|
+
$slots: Readonly<{
|
|
20636
|
+
[name: string]: import("vue").Slot;
|
|
20637
|
+
}>;
|
|
20638
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20639
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20640
|
+
$emit: ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void);
|
|
20641
|
+
$el: any;
|
|
20642
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
20643
|
+
disabled: {
|
|
20644
|
+
type: import("vue").PropType<boolean>;
|
|
20645
|
+
default: boolean;
|
|
20646
|
+
};
|
|
20647
|
+
size: {
|
|
20648
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20649
|
+
default: string;
|
|
20650
|
+
};
|
|
20651
|
+
testId: {
|
|
20652
|
+
type: import("vue").PropType<string>;
|
|
20653
|
+
default: string;
|
|
20654
|
+
};
|
|
20655
|
+
selected: {
|
|
20656
|
+
type: import("vue").PropType<unknown[]>;
|
|
20657
|
+
default: any;
|
|
20658
|
+
};
|
|
20659
|
+
options: {
|
|
20660
|
+
type: import("vue").PropType<unknown[]>;
|
|
20661
|
+
required: true;
|
|
20662
|
+
};
|
|
20663
|
+
placeholder: {
|
|
20664
|
+
type: import("vue").PropType<string>;
|
|
20665
|
+
default: string;
|
|
20666
|
+
};
|
|
20667
|
+
isOpen: {
|
|
20668
|
+
type: import("vue").PropType<boolean>;
|
|
20669
|
+
};
|
|
20670
|
+
inlineSearchPlaceholder: {
|
|
20671
|
+
type: import("vue").PropType<string>;
|
|
20672
|
+
default: string;
|
|
20673
|
+
};
|
|
20674
|
+
displayValue: {
|
|
20675
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
20676
|
+
required: true;
|
|
20677
|
+
};
|
|
20678
|
+
optionNameKey: {
|
|
20679
|
+
type: import("vue").PropType<string>;
|
|
20680
|
+
default: string;
|
|
20681
|
+
};
|
|
20682
|
+
optionIconKey: {
|
|
20683
|
+
type: import("vue").PropType<string>;
|
|
20684
|
+
default: string;
|
|
20685
|
+
};
|
|
20686
|
+
optionImageKey: {
|
|
20687
|
+
type: import("vue").PropType<string>;
|
|
20688
|
+
default: string;
|
|
20689
|
+
};
|
|
20690
|
+
optionIconType: {
|
|
20691
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20692
|
+
default: any;
|
|
20693
|
+
};
|
|
20694
|
+
optionEndIconKey: {
|
|
20695
|
+
type: import("vue").PropType<string>;
|
|
20696
|
+
default: string;
|
|
20697
|
+
};
|
|
20698
|
+
optionEndIconType: {
|
|
20699
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20700
|
+
default: any;
|
|
20701
|
+
};
|
|
20702
|
+
valueToCopy: {
|
|
20703
|
+
type: import("vue").PropType<string>;
|
|
20704
|
+
default: any;
|
|
20705
|
+
};
|
|
20706
|
+
disabledOptionKey: {
|
|
20707
|
+
type: import("vue").PropType<string>;
|
|
20708
|
+
default: string;
|
|
20709
|
+
};
|
|
20710
|
+
optionChildrenKey: {
|
|
20711
|
+
type: import("vue").PropType<string>;
|
|
20712
|
+
required: true;
|
|
20713
|
+
};
|
|
20714
|
+
optionUniqueIdKey: {
|
|
20715
|
+
type: import("vue").PropType<string>;
|
|
20716
|
+
required: true;
|
|
20717
|
+
};
|
|
20718
|
+
}>> & {
|
|
20719
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
20720
|
+
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20721
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20722
|
+
"update:selected": (value: unknown) => void;
|
|
20723
|
+
"update:isOpen": (value: unknown) => void;
|
|
20724
|
+
}, string, {
|
|
20725
|
+
disabled: boolean;
|
|
20726
|
+
size: "small" | "medium" | "large";
|
|
20727
|
+
testId: string;
|
|
20728
|
+
selected: unknown[];
|
|
20729
|
+
placeholder: string;
|
|
20730
|
+
inlineSearchPlaceholder: string;
|
|
20731
|
+
optionNameKey: string;
|
|
20732
|
+
optionIconKey: string;
|
|
20733
|
+
optionImageKey: string;
|
|
20734
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20735
|
+
optionEndIconKey: string;
|
|
20736
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20737
|
+
valueToCopy: string;
|
|
20738
|
+
disabledOptionKey: string;
|
|
20739
|
+
}, {}, string> & {
|
|
20740
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
20741
|
+
created?: (() => void) | (() => void)[];
|
|
20742
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
20743
|
+
mounted?: (() => void) | (() => void)[];
|
|
20744
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
20745
|
+
updated?: (() => void) | (() => void)[];
|
|
20746
|
+
activated?: (() => void) | (() => void)[];
|
|
20747
|
+
deactivated?: (() => void) | (() => void)[];
|
|
20748
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
20749
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
20750
|
+
destroyed?: (() => void) | (() => void)[];
|
|
20751
|
+
unmounted?: (() => void) | (() => void)[];
|
|
20752
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
20753
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
20754
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
20755
|
+
};
|
|
20756
|
+
$forceUpdate: () => void;
|
|
20757
|
+
$nextTick: typeof import("vue").nextTick;
|
|
20758
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
20759
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
20760
|
+
disabled: {
|
|
20761
|
+
type: import("vue").PropType<boolean>;
|
|
20762
|
+
default: boolean;
|
|
20763
|
+
};
|
|
20764
|
+
size: {
|
|
20765
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20766
|
+
default: string;
|
|
20767
|
+
};
|
|
20768
|
+
testId: {
|
|
20769
|
+
type: import("vue").PropType<string>;
|
|
20770
|
+
default: string;
|
|
20771
|
+
};
|
|
20772
|
+
selected: {
|
|
20773
|
+
type: import("vue").PropType<unknown[]>;
|
|
20774
|
+
default: any;
|
|
20775
|
+
};
|
|
20776
|
+
options: {
|
|
20777
|
+
type: import("vue").PropType<unknown[]>;
|
|
20778
|
+
required: true;
|
|
20779
|
+
};
|
|
20780
|
+
placeholder: {
|
|
20781
|
+
type: import("vue").PropType<string>;
|
|
20782
|
+
default: string;
|
|
20783
|
+
};
|
|
20784
|
+
isOpen: {
|
|
20785
|
+
type: import("vue").PropType<boolean>;
|
|
20786
|
+
};
|
|
20787
|
+
inlineSearchPlaceholder: {
|
|
20788
|
+
type: import("vue").PropType<string>;
|
|
20789
|
+
default: string;
|
|
20790
|
+
};
|
|
20791
|
+
displayValue: {
|
|
20792
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
20793
|
+
required: true;
|
|
20794
|
+
};
|
|
20795
|
+
optionNameKey: {
|
|
20796
|
+
type: import("vue").PropType<string>;
|
|
20797
|
+
default: string;
|
|
20798
|
+
};
|
|
20799
|
+
optionIconKey: {
|
|
20800
|
+
type: import("vue").PropType<string>;
|
|
20801
|
+
default: string;
|
|
20802
|
+
};
|
|
20803
|
+
optionImageKey: {
|
|
20804
|
+
type: import("vue").PropType<string>;
|
|
20805
|
+
default: string;
|
|
20806
|
+
};
|
|
20807
|
+
optionIconType: {
|
|
20808
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20809
|
+
default: any;
|
|
20810
|
+
};
|
|
20811
|
+
optionEndIconKey: {
|
|
20812
|
+
type: import("vue").PropType<string>;
|
|
20813
|
+
default: string;
|
|
20814
|
+
};
|
|
20815
|
+
optionEndIconType: {
|
|
20816
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20817
|
+
default: any;
|
|
20818
|
+
};
|
|
20819
|
+
valueToCopy: {
|
|
20820
|
+
type: import("vue").PropType<string>;
|
|
20821
|
+
default: any;
|
|
20822
|
+
};
|
|
20823
|
+
disabledOptionKey: {
|
|
20824
|
+
type: import("vue").PropType<string>;
|
|
20825
|
+
default: string;
|
|
20826
|
+
};
|
|
20827
|
+
optionChildrenKey: {
|
|
20828
|
+
type: import("vue").PropType<string>;
|
|
20829
|
+
required: true;
|
|
20830
|
+
};
|
|
20831
|
+
optionUniqueIdKey: {
|
|
20832
|
+
type: import("vue").PropType<string>;
|
|
20833
|
+
required: true;
|
|
20834
|
+
};
|
|
20835
|
+
}>> & {
|
|
20836
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
20837
|
+
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20838
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
20839
|
+
__isFragment?: never;
|
|
20840
|
+
__isTeleport?: never;
|
|
20841
|
+
__isSuspense?: never;
|
|
20842
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
20843
|
+
disabled: {
|
|
20844
|
+
type: import("vue").PropType<boolean>;
|
|
20845
|
+
default: boolean;
|
|
20846
|
+
};
|
|
20847
|
+
size: {
|
|
20848
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20849
|
+
default: string;
|
|
20850
|
+
};
|
|
20851
|
+
testId: {
|
|
20852
|
+
type: import("vue").PropType<string>;
|
|
20103
20853
|
default: string;
|
|
20104
20854
|
};
|
|
20105
20855
|
selected: {
|
|
20106
20856
|
type: import("vue").PropType<unknown[]>;
|
|
20107
20857
|
default: any;
|
|
20108
20858
|
};
|
|
20109
|
-
options: {
|
|
20110
|
-
type: import("vue").PropType<unknown[]>;
|
|
20111
|
-
required: true;
|
|
20112
|
-
};
|
|
20113
|
-
placeholder: {
|
|
20114
|
-
type: import("vue").PropType<string>;
|
|
20115
|
-
default: string;
|
|
20116
|
-
};
|
|
20117
|
-
isOpen: {
|
|
20859
|
+
options: {
|
|
20860
|
+
type: import("vue").PropType<unknown[]>;
|
|
20861
|
+
required: true;
|
|
20862
|
+
};
|
|
20863
|
+
placeholder: {
|
|
20864
|
+
type: import("vue").PropType<string>;
|
|
20865
|
+
default: string;
|
|
20866
|
+
};
|
|
20867
|
+
isOpen: {
|
|
20868
|
+
type: import("vue").PropType<boolean>;
|
|
20869
|
+
};
|
|
20870
|
+
inlineSearchPlaceholder: {
|
|
20871
|
+
type: import("vue").PropType<string>;
|
|
20872
|
+
default: string;
|
|
20873
|
+
};
|
|
20874
|
+
displayValue: {
|
|
20875
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
20876
|
+
required: true;
|
|
20877
|
+
};
|
|
20878
|
+
optionNameKey: {
|
|
20879
|
+
type: import("vue").PropType<string>;
|
|
20880
|
+
default: string;
|
|
20881
|
+
};
|
|
20882
|
+
optionIconKey: {
|
|
20883
|
+
type: import("vue").PropType<string>;
|
|
20884
|
+
default: string;
|
|
20885
|
+
};
|
|
20886
|
+
optionImageKey: {
|
|
20887
|
+
type: import("vue").PropType<string>;
|
|
20888
|
+
default: string;
|
|
20889
|
+
};
|
|
20890
|
+
optionIconType: {
|
|
20891
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20892
|
+
default: any;
|
|
20893
|
+
};
|
|
20894
|
+
optionEndIconKey: {
|
|
20895
|
+
type: import("vue").PropType<string>;
|
|
20896
|
+
default: string;
|
|
20897
|
+
};
|
|
20898
|
+
optionEndIconType: {
|
|
20899
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20900
|
+
default: any;
|
|
20901
|
+
};
|
|
20902
|
+
valueToCopy: {
|
|
20903
|
+
type: import("vue").PropType<string>;
|
|
20904
|
+
default: any;
|
|
20905
|
+
};
|
|
20906
|
+
disabledOptionKey: {
|
|
20907
|
+
type: import("vue").PropType<string>;
|
|
20908
|
+
default: string;
|
|
20909
|
+
};
|
|
20910
|
+
optionChildrenKey: {
|
|
20911
|
+
type: import("vue").PropType<string>;
|
|
20912
|
+
required: true;
|
|
20913
|
+
};
|
|
20914
|
+
optionUniqueIdKey: {
|
|
20915
|
+
type: import("vue").PropType<string>;
|
|
20916
|
+
required: true;
|
|
20917
|
+
};
|
|
20918
|
+
}>> & {
|
|
20919
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
20920
|
+
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20921
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20922
|
+
"update:selected": (value: unknown) => void;
|
|
20923
|
+
"update:isOpen": (value: unknown) => void;
|
|
20924
|
+
}, string, {
|
|
20925
|
+
disabled: boolean;
|
|
20926
|
+
size: "small" | "medium" | "large";
|
|
20927
|
+
testId: string;
|
|
20928
|
+
selected: unknown[];
|
|
20929
|
+
placeholder: string;
|
|
20930
|
+
inlineSearchPlaceholder: string;
|
|
20931
|
+
optionNameKey: string;
|
|
20932
|
+
optionIconKey: string;
|
|
20933
|
+
optionImageKey: string;
|
|
20934
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20935
|
+
optionEndIconKey: string;
|
|
20936
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20937
|
+
valueToCopy: string;
|
|
20938
|
+
disabledOptionKey: string;
|
|
20939
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
20940
|
+
$slots: {
|
|
20941
|
+
"trigger-end-icon"?(_: {}): any;
|
|
20942
|
+
};
|
|
20943
|
+
})))[];
|
|
20944
|
+
Option: {
|
|
20945
|
+
new (...args: any[]): {
|
|
20946
|
+
$: import("vue").ComponentInternalInstance;
|
|
20947
|
+
$data: {};
|
|
20948
|
+
$props: Partial<{
|
|
20949
|
+
option: any;
|
|
20950
|
+
disabled: boolean;
|
|
20951
|
+
active: boolean;
|
|
20952
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20953
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20954
|
+
optionTwoLinesKey: string;
|
|
20955
|
+
isIndeterminate: boolean;
|
|
20956
|
+
subtitle: string;
|
|
20957
|
+
selectAllOption: boolean;
|
|
20958
|
+
nameKey: string;
|
|
20959
|
+
imageKey: string;
|
|
20960
|
+
iconKey: string;
|
|
20961
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20962
|
+
endIconKey: string;
|
|
20963
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
20964
|
+
treeMainOption: boolean;
|
|
20965
|
+
treeMainOptionExpanded: boolean;
|
|
20966
|
+
stopOptionClickEventPropagation: boolean;
|
|
20967
|
+
treeChildShown: boolean;
|
|
20968
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20969
|
+
option: {
|
|
20970
|
+
type: import("vue").PropType<unknown>;
|
|
20971
|
+
default: any;
|
|
20972
|
+
};
|
|
20973
|
+
disabled: {
|
|
20974
|
+
type: import("vue").PropType<boolean>;
|
|
20975
|
+
default: boolean;
|
|
20976
|
+
};
|
|
20977
|
+
active: {
|
|
20978
|
+
type: import("vue").PropType<boolean>;
|
|
20979
|
+
default: any;
|
|
20980
|
+
};
|
|
20981
|
+
endIconType: {
|
|
20982
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20983
|
+
default: string;
|
|
20984
|
+
};
|
|
20985
|
+
optionTwoLinesVariant: {
|
|
20986
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20987
|
+
default: any;
|
|
20988
|
+
};
|
|
20989
|
+
optionTwoLinesKey: {
|
|
20990
|
+
type: import("vue").PropType<string>;
|
|
20991
|
+
default: any;
|
|
20992
|
+
};
|
|
20993
|
+
isIndeterminate: {
|
|
20994
|
+
type: import("vue").PropType<boolean>;
|
|
20995
|
+
default: boolean;
|
|
20996
|
+
};
|
|
20997
|
+
subtitle: {
|
|
20998
|
+
type: import("vue").PropType<string>;
|
|
20999
|
+
default: string;
|
|
21000
|
+
};
|
|
21001
|
+
selectAllOption: {
|
|
21002
|
+
type: import("vue").PropType<boolean>;
|
|
21003
|
+
default: boolean;
|
|
21004
|
+
};
|
|
21005
|
+
nameKey: {
|
|
21006
|
+
type: import("vue").PropType<string>;
|
|
21007
|
+
default: any;
|
|
21008
|
+
};
|
|
21009
|
+
imageKey: {
|
|
21010
|
+
type: import("vue").PropType<string>;
|
|
21011
|
+
default: any;
|
|
21012
|
+
};
|
|
21013
|
+
iconKey: {
|
|
21014
|
+
type: import("vue").PropType<string>;
|
|
21015
|
+
default: any;
|
|
21016
|
+
};
|
|
21017
|
+
iconType: {
|
|
21018
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21019
|
+
default: string;
|
|
21020
|
+
};
|
|
21021
|
+
endIconKey: {
|
|
21022
|
+
type: import("vue").PropType<string>;
|
|
21023
|
+
default: any;
|
|
21024
|
+
};
|
|
21025
|
+
toolTipPlacement: {
|
|
21026
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
21027
|
+
default: string;
|
|
21028
|
+
};
|
|
21029
|
+
treeMainOption: {
|
|
21030
|
+
type: import("vue").PropType<boolean>;
|
|
21031
|
+
default: boolean;
|
|
21032
|
+
};
|
|
21033
|
+
treeMainOptionExpanded: {
|
|
21034
|
+
type: import("vue").PropType<boolean>;
|
|
21035
|
+
default: boolean;
|
|
21036
|
+
};
|
|
21037
|
+
stopOptionClickEventPropagation: {
|
|
21038
|
+
type: import("vue").PropType<boolean>;
|
|
21039
|
+
default: boolean;
|
|
21040
|
+
};
|
|
21041
|
+
treeChildShown: {
|
|
21042
|
+
type: import("vue").PropType<boolean>;
|
|
21043
|
+
default: boolean;
|
|
21044
|
+
};
|
|
21045
|
+
selectedProp: {
|
|
21046
|
+
type: import("vue").PropType<boolean>;
|
|
21047
|
+
};
|
|
21048
|
+
}>> & {
|
|
21049
|
+
onToggleTreeCollapse?: (option: unknown) => any;
|
|
21050
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "option" | "disabled" | "active" | "endIconType" | "optionTwoLinesVariant" | "optionTwoLinesKey" | "isIndeterminate" | "subtitle" | "selectAllOption" | "nameKey" | "imageKey" | "iconKey" | "iconType" | "endIconKey" | "toolTipPlacement" | "treeMainOption" | "treeMainOptionExpanded" | "stopOptionClickEventPropagation" | "treeChildShown">;
|
|
21051
|
+
$attrs: {
|
|
21052
|
+
[x: string]: unknown;
|
|
21053
|
+
};
|
|
21054
|
+
$refs: {
|
|
21055
|
+
[x: string]: unknown;
|
|
21056
|
+
};
|
|
21057
|
+
$slots: Readonly<{
|
|
21058
|
+
[name: string]: import("vue").Slot;
|
|
21059
|
+
}>;
|
|
21060
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
21061
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
21062
|
+
$emit: (event: "toggleTreeCollapse", option: unknown) => void;
|
|
21063
|
+
$el: any;
|
|
21064
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
21065
|
+
option: {
|
|
21066
|
+
type: import("vue").PropType<unknown>;
|
|
21067
|
+
default: any;
|
|
21068
|
+
};
|
|
21069
|
+
disabled: {
|
|
21070
|
+
type: import("vue").PropType<boolean>;
|
|
21071
|
+
default: boolean;
|
|
21072
|
+
};
|
|
21073
|
+
active: {
|
|
21074
|
+
type: import("vue").PropType<boolean>;
|
|
21075
|
+
default: any;
|
|
21076
|
+
};
|
|
21077
|
+
endIconType: {
|
|
21078
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21079
|
+
default: string;
|
|
21080
|
+
};
|
|
21081
|
+
optionTwoLinesVariant: {
|
|
21082
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
21083
|
+
default: any;
|
|
21084
|
+
};
|
|
21085
|
+
optionTwoLinesKey: {
|
|
21086
|
+
type: import("vue").PropType<string>;
|
|
21087
|
+
default: any;
|
|
21088
|
+
};
|
|
21089
|
+
isIndeterminate: {
|
|
21090
|
+
type: import("vue").PropType<boolean>;
|
|
21091
|
+
default: boolean;
|
|
21092
|
+
};
|
|
21093
|
+
subtitle: {
|
|
21094
|
+
type: import("vue").PropType<string>;
|
|
21095
|
+
default: string;
|
|
21096
|
+
};
|
|
21097
|
+
selectAllOption: {
|
|
21098
|
+
type: import("vue").PropType<boolean>;
|
|
21099
|
+
default: boolean;
|
|
21100
|
+
};
|
|
21101
|
+
nameKey: {
|
|
21102
|
+
type: import("vue").PropType<string>;
|
|
21103
|
+
default: any;
|
|
21104
|
+
};
|
|
21105
|
+
imageKey: {
|
|
21106
|
+
type: import("vue").PropType<string>;
|
|
21107
|
+
default: any;
|
|
21108
|
+
};
|
|
21109
|
+
iconKey: {
|
|
21110
|
+
type: import("vue").PropType<string>;
|
|
21111
|
+
default: any;
|
|
21112
|
+
};
|
|
21113
|
+
iconType: {
|
|
21114
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21115
|
+
default: string;
|
|
21116
|
+
};
|
|
21117
|
+
endIconKey: {
|
|
21118
|
+
type: import("vue").PropType<string>;
|
|
21119
|
+
default: any;
|
|
21120
|
+
};
|
|
21121
|
+
toolTipPlacement: {
|
|
21122
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
21123
|
+
default: string;
|
|
21124
|
+
};
|
|
21125
|
+
treeMainOption: {
|
|
21126
|
+
type: import("vue").PropType<boolean>;
|
|
21127
|
+
default: boolean;
|
|
21128
|
+
};
|
|
21129
|
+
treeMainOptionExpanded: {
|
|
21130
|
+
type: import("vue").PropType<boolean>;
|
|
21131
|
+
default: boolean;
|
|
21132
|
+
};
|
|
21133
|
+
stopOptionClickEventPropagation: {
|
|
21134
|
+
type: import("vue").PropType<boolean>;
|
|
21135
|
+
default: boolean;
|
|
21136
|
+
};
|
|
21137
|
+
treeChildShown: {
|
|
21138
|
+
type: import("vue").PropType<boolean>;
|
|
21139
|
+
default: boolean;
|
|
21140
|
+
};
|
|
21141
|
+
selectedProp: {
|
|
21142
|
+
type: import("vue").PropType<boolean>;
|
|
21143
|
+
};
|
|
21144
|
+
}>> & {
|
|
21145
|
+
onToggleTreeCollapse?: (option: unknown) => any;
|
|
21146
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21147
|
+
toggleTreeCollapse: (option: unknown) => void;
|
|
21148
|
+
}, string, {
|
|
21149
|
+
option: any;
|
|
21150
|
+
disabled: boolean;
|
|
21151
|
+
active: boolean;
|
|
21152
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21153
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21154
|
+
optionTwoLinesKey: string;
|
|
21155
|
+
isIndeterminate: boolean;
|
|
21156
|
+
subtitle: string;
|
|
21157
|
+
selectAllOption: boolean;
|
|
21158
|
+
nameKey: string;
|
|
21159
|
+
imageKey: string;
|
|
21160
|
+
iconKey: string;
|
|
21161
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21162
|
+
endIconKey: string;
|
|
21163
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
21164
|
+
treeMainOption: boolean;
|
|
21165
|
+
treeMainOptionExpanded: boolean;
|
|
21166
|
+
stopOptionClickEventPropagation: boolean;
|
|
21167
|
+
treeChildShown: boolean;
|
|
21168
|
+
}, {}, string> & {
|
|
21169
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
21170
|
+
created?: (() => void) | (() => void)[];
|
|
21171
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
21172
|
+
mounted?: (() => void) | (() => void)[];
|
|
21173
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
21174
|
+
updated?: (() => void) | (() => void)[];
|
|
21175
|
+
activated?: (() => void) | (() => void)[];
|
|
21176
|
+
deactivated?: (() => void) | (() => void)[];
|
|
21177
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
21178
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
21179
|
+
destroyed?: (() => void) | (() => void)[];
|
|
21180
|
+
unmounted?: (() => void) | (() => void)[];
|
|
21181
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
21182
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
21183
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
21184
|
+
};
|
|
21185
|
+
$forceUpdate: () => void;
|
|
21186
|
+
$nextTick: typeof import("vue").nextTick;
|
|
21187
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
21188
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
21189
|
+
option: {
|
|
21190
|
+
type: import("vue").PropType<unknown>;
|
|
21191
|
+
default: any;
|
|
21192
|
+
};
|
|
21193
|
+
disabled: {
|
|
21194
|
+
type: import("vue").PropType<boolean>;
|
|
21195
|
+
default: boolean;
|
|
21196
|
+
};
|
|
21197
|
+
active: {
|
|
21198
|
+
type: import("vue").PropType<boolean>;
|
|
21199
|
+
default: any;
|
|
21200
|
+
};
|
|
21201
|
+
endIconType: {
|
|
21202
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21203
|
+
default: string;
|
|
21204
|
+
};
|
|
21205
|
+
optionTwoLinesVariant: {
|
|
21206
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
21207
|
+
default: any;
|
|
21208
|
+
};
|
|
21209
|
+
optionTwoLinesKey: {
|
|
21210
|
+
type: import("vue").PropType<string>;
|
|
21211
|
+
default: any;
|
|
21212
|
+
};
|
|
21213
|
+
isIndeterminate: {
|
|
21214
|
+
type: import("vue").PropType<boolean>;
|
|
21215
|
+
default: boolean;
|
|
21216
|
+
};
|
|
21217
|
+
subtitle: {
|
|
21218
|
+
type: import("vue").PropType<string>;
|
|
21219
|
+
default: string;
|
|
21220
|
+
};
|
|
21221
|
+
selectAllOption: {
|
|
21222
|
+
type: import("vue").PropType<boolean>;
|
|
21223
|
+
default: boolean;
|
|
21224
|
+
};
|
|
21225
|
+
nameKey: {
|
|
21226
|
+
type: import("vue").PropType<string>;
|
|
21227
|
+
default: any;
|
|
21228
|
+
};
|
|
21229
|
+
imageKey: {
|
|
21230
|
+
type: import("vue").PropType<string>;
|
|
21231
|
+
default: any;
|
|
21232
|
+
};
|
|
21233
|
+
iconKey: {
|
|
21234
|
+
type: import("vue").PropType<string>;
|
|
21235
|
+
default: any;
|
|
21236
|
+
};
|
|
21237
|
+
iconType: {
|
|
21238
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21239
|
+
default: string;
|
|
21240
|
+
};
|
|
21241
|
+
endIconKey: {
|
|
21242
|
+
type: import("vue").PropType<string>;
|
|
21243
|
+
default: any;
|
|
21244
|
+
};
|
|
21245
|
+
toolTipPlacement: {
|
|
21246
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
21247
|
+
default: string;
|
|
21248
|
+
};
|
|
21249
|
+
treeMainOption: {
|
|
21250
|
+
type: import("vue").PropType<boolean>;
|
|
21251
|
+
default: boolean;
|
|
21252
|
+
};
|
|
21253
|
+
treeMainOptionExpanded: {
|
|
21254
|
+
type: import("vue").PropType<boolean>;
|
|
21255
|
+
default: boolean;
|
|
21256
|
+
};
|
|
21257
|
+
stopOptionClickEventPropagation: {
|
|
21258
|
+
type: import("vue").PropType<boolean>;
|
|
21259
|
+
default: boolean;
|
|
21260
|
+
};
|
|
21261
|
+
treeChildShown: {
|
|
21262
|
+
type: import("vue").PropType<boolean>;
|
|
21263
|
+
default: boolean;
|
|
21264
|
+
};
|
|
21265
|
+
selectedProp: {
|
|
21266
|
+
type: import("vue").PropType<boolean>;
|
|
21267
|
+
};
|
|
21268
|
+
}>> & {
|
|
21269
|
+
onToggleTreeCollapse?: (option: unknown) => any;
|
|
21270
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
21271
|
+
__isFragment?: never;
|
|
21272
|
+
__isTeleport?: never;
|
|
21273
|
+
__isSuspense?: never;
|
|
21274
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
21275
|
+
option: {
|
|
21276
|
+
type: import("vue").PropType<unknown>;
|
|
21277
|
+
default: any;
|
|
21278
|
+
};
|
|
21279
|
+
disabled: {
|
|
20118
21280
|
type: import("vue").PropType<boolean>;
|
|
21281
|
+
default: boolean;
|
|
20119
21282
|
};
|
|
20120
|
-
|
|
20121
|
-
type: import("vue").PropType<
|
|
20122
|
-
default: string;
|
|
20123
|
-
};
|
|
20124
|
-
displayValue: {
|
|
20125
|
-
type: import("vue").PropType<(option: unknown) => string>;
|
|
20126
|
-
required: true;
|
|
20127
|
-
};
|
|
20128
|
-
optionNameKey: {
|
|
20129
|
-
type: import("vue").PropType<string>;
|
|
20130
|
-
default: string;
|
|
20131
|
-
};
|
|
20132
|
-
optionIconKey: {
|
|
20133
|
-
type: import("vue").PropType<string>;
|
|
20134
|
-
default: string;
|
|
20135
|
-
};
|
|
20136
|
-
optionImageKey: {
|
|
20137
|
-
type: import("vue").PropType<string>;
|
|
20138
|
-
default: string;
|
|
20139
|
-
};
|
|
20140
|
-
optionIconType: {
|
|
20141
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21283
|
+
active: {
|
|
21284
|
+
type: import("vue").PropType<boolean>;
|
|
20142
21285
|
default: any;
|
|
20143
21286
|
};
|
|
20144
|
-
|
|
20145
|
-
type: import("vue").PropType<
|
|
21287
|
+
endIconType: {
|
|
21288
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20146
21289
|
default: string;
|
|
20147
21290
|
};
|
|
20148
|
-
|
|
20149
|
-
type: import("vue").PropType<"
|
|
21291
|
+
optionTwoLinesVariant: {
|
|
21292
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20150
21293
|
default: any;
|
|
20151
21294
|
};
|
|
20152
|
-
|
|
21295
|
+
optionTwoLinesKey: {
|
|
20153
21296
|
type: import("vue").PropType<string>;
|
|
20154
21297
|
default: any;
|
|
20155
21298
|
};
|
|
20156
|
-
|
|
20157
|
-
type: import("vue").PropType<
|
|
20158
|
-
default:
|
|
21299
|
+
isIndeterminate: {
|
|
21300
|
+
type: import("vue").PropType<boolean>;
|
|
21301
|
+
default: boolean;
|
|
20159
21302
|
};
|
|
20160
|
-
|
|
21303
|
+
subtitle: {
|
|
20161
21304
|
type: import("vue").PropType<string>;
|
|
20162
21305
|
default: string;
|
|
20163
21306
|
};
|
|
20164
|
-
|
|
20165
|
-
"update:selected": (value: unknown) => void;
|
|
20166
|
-
"update:isOpen": (value: unknown) => void;
|
|
20167
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20168
|
-
disabled: {
|
|
21307
|
+
selectAllOption: {
|
|
20169
21308
|
type: import("vue").PropType<boolean>;
|
|
20170
21309
|
default: boolean;
|
|
20171
21310
|
};
|
|
20172
|
-
|
|
20173
|
-
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20174
|
-
default: string;
|
|
20175
|
-
};
|
|
20176
|
-
testId: {
|
|
21311
|
+
nameKey: {
|
|
20177
21312
|
type: import("vue").PropType<string>;
|
|
20178
|
-
default: string;
|
|
20179
|
-
};
|
|
20180
|
-
selected: {
|
|
20181
|
-
type: import("vue").PropType<unknown[]>;
|
|
20182
21313
|
default: any;
|
|
20183
21314
|
};
|
|
20184
|
-
|
|
20185
|
-
type: import("vue").PropType<unknown[]>;
|
|
20186
|
-
required: true;
|
|
20187
|
-
};
|
|
20188
|
-
placeholder: {
|
|
20189
|
-
type: import("vue").PropType<string>;
|
|
20190
|
-
default: string;
|
|
20191
|
-
};
|
|
20192
|
-
isOpen: {
|
|
20193
|
-
type: import("vue").PropType<boolean>;
|
|
20194
|
-
};
|
|
20195
|
-
inlineSearchPlaceholder: {
|
|
21315
|
+
imageKey: {
|
|
20196
21316
|
type: import("vue").PropType<string>;
|
|
20197
|
-
default:
|
|
20198
|
-
};
|
|
20199
|
-
displayValue: {
|
|
20200
|
-
type: import("vue").PropType<(option: unknown) => string>;
|
|
20201
|
-
required: true;
|
|
21317
|
+
default: any;
|
|
20202
21318
|
};
|
|
20203
|
-
|
|
21319
|
+
iconKey: {
|
|
20204
21320
|
type: import("vue").PropType<string>;
|
|
20205
|
-
default:
|
|
21321
|
+
default: any;
|
|
20206
21322
|
};
|
|
20207
|
-
|
|
20208
|
-
type: import("vue").PropType<
|
|
21323
|
+
iconType: {
|
|
21324
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20209
21325
|
default: string;
|
|
20210
21326
|
};
|
|
20211
|
-
|
|
21327
|
+
endIconKey: {
|
|
20212
21328
|
type: import("vue").PropType<string>;
|
|
20213
|
-
default: string;
|
|
20214
|
-
};
|
|
20215
|
-
optionIconType: {
|
|
20216
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20217
21329
|
default: any;
|
|
20218
21330
|
};
|
|
20219
|
-
|
|
20220
|
-
type: import("vue").PropType<
|
|
21331
|
+
toolTipPlacement: {
|
|
21332
|
+
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
20221
21333
|
default: string;
|
|
20222
21334
|
};
|
|
20223
|
-
|
|
20224
|
-
type: import("vue").PropType<
|
|
20225
|
-
default:
|
|
21335
|
+
treeMainOption: {
|
|
21336
|
+
type: import("vue").PropType<boolean>;
|
|
21337
|
+
default: boolean;
|
|
21338
|
+
};
|
|
21339
|
+
treeMainOptionExpanded: {
|
|
21340
|
+
type: import("vue").PropType<boolean>;
|
|
21341
|
+
default: boolean;
|
|
20226
21342
|
};
|
|
20227
|
-
|
|
20228
|
-
type: import("vue").PropType<
|
|
20229
|
-
default:
|
|
21343
|
+
stopOptionClickEventPropagation: {
|
|
21344
|
+
type: import("vue").PropType<boolean>;
|
|
21345
|
+
default: boolean;
|
|
20230
21346
|
};
|
|
20231
|
-
|
|
20232
|
-
type: import("vue").PropType<
|
|
20233
|
-
default:
|
|
21347
|
+
treeChildShown: {
|
|
21348
|
+
type: import("vue").PropType<boolean>;
|
|
21349
|
+
default: boolean;
|
|
20234
21350
|
};
|
|
20235
|
-
|
|
20236
|
-
type: import("vue").PropType<
|
|
20237
|
-
default: string;
|
|
21351
|
+
selectedProp: {
|
|
21352
|
+
type: import("vue").PropType<boolean>;
|
|
20238
21353
|
};
|
|
20239
21354
|
}>> & {
|
|
20240
|
-
|
|
20241
|
-
|
|
20242
|
-
|
|
21355
|
+
onToggleTreeCollapse?: (option: unknown) => any;
|
|
21356
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21357
|
+
toggleTreeCollapse: (option: unknown) => void;
|
|
21358
|
+
}, string, {
|
|
21359
|
+
option: any;
|
|
20243
21360
|
disabled: boolean;
|
|
20244
|
-
|
|
20245
|
-
|
|
20246
|
-
|
|
20247
|
-
|
|
20248
|
-
|
|
20249
|
-
|
|
20250
|
-
|
|
20251
|
-
|
|
20252
|
-
|
|
20253
|
-
|
|
20254
|
-
|
|
20255
|
-
|
|
20256
|
-
|
|
20257
|
-
|
|
20258
|
-
|
|
20259
|
-
|
|
21361
|
+
active: boolean;
|
|
21362
|
+
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21363
|
+
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
21364
|
+
optionTwoLinesKey: string;
|
|
21365
|
+
isIndeterminate: boolean;
|
|
21366
|
+
subtitle: string;
|
|
21367
|
+
selectAllOption: boolean;
|
|
21368
|
+
nameKey: string;
|
|
21369
|
+
imageKey: string;
|
|
21370
|
+
iconKey: string;
|
|
21371
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21372
|
+
endIconKey: string;
|
|
21373
|
+
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
21374
|
+
treeMainOption: boolean;
|
|
21375
|
+
treeMainOptionExpanded: boolean;
|
|
21376
|
+
stopOptionClickEventPropagation: boolean;
|
|
21377
|
+
treeChildShown: boolean;
|
|
21378
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21379
|
+
$slots: {
|
|
21380
|
+
image?(_: {}): any;
|
|
21381
|
+
"icon-start"?(_: {}): any;
|
|
21382
|
+
default?(_: {}): any;
|
|
21383
|
+
"icon-end"?(_: {}): any;
|
|
21384
|
+
};
|
|
21385
|
+
});
|
|
21386
|
+
TreeDropdown: {
|
|
20260
21387
|
new (...args: any[]): {
|
|
20261
21388
|
$: import("vue").ComponentInternalInstance;
|
|
20262
21389
|
$data: {};
|
|
20263
21390
|
$props: Partial<{
|
|
20264
|
-
option: any;
|
|
20265
21391
|
disabled: boolean;
|
|
20266
|
-
|
|
20267
|
-
|
|
20268
|
-
|
|
20269
|
-
|
|
20270
|
-
|
|
20271
|
-
|
|
20272
|
-
|
|
20273
|
-
|
|
20274
|
-
|
|
20275
|
-
|
|
20276
|
-
|
|
20277
|
-
|
|
20278
|
-
|
|
21392
|
+
size: "small" | "medium" | "large";
|
|
21393
|
+
testId: string;
|
|
21394
|
+
selected: unknown[];
|
|
21395
|
+
placeholder: string;
|
|
21396
|
+
inlineSearchPlaceholder: string;
|
|
21397
|
+
optionNameKey: string;
|
|
21398
|
+
optionIconKey: string;
|
|
21399
|
+
optionImageKey: string;
|
|
21400
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21401
|
+
optionEndIconKey: string;
|
|
21402
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21403
|
+
valueToCopy: string;
|
|
21404
|
+
disabledOptionKey: string;
|
|
20279
21405
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
20280
|
-
option: {
|
|
20281
|
-
type: import("vue").PropType<unknown>;
|
|
20282
|
-
default: any;
|
|
20283
|
-
};
|
|
20284
21406
|
disabled: {
|
|
20285
21407
|
type: import("vue").PropType<boolean>;
|
|
20286
21408
|
default: boolean;
|
|
20287
21409
|
};
|
|
20288
|
-
|
|
20289
|
-
type: import("vue").PropType<
|
|
20290
|
-
default:
|
|
21410
|
+
size: {
|
|
21411
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21412
|
+
default: string;
|
|
20291
21413
|
};
|
|
20292
|
-
|
|
20293
|
-
type: import("vue").PropType<
|
|
21414
|
+
testId: {
|
|
21415
|
+
type: import("vue").PropType<string>;
|
|
20294
21416
|
default: string;
|
|
20295
21417
|
};
|
|
20296
|
-
|
|
20297
|
-
type: import("vue").PropType<
|
|
21418
|
+
selected: {
|
|
21419
|
+
type: import("vue").PropType<unknown[]>;
|
|
20298
21420
|
default: any;
|
|
20299
21421
|
};
|
|
20300
|
-
|
|
21422
|
+
options: {
|
|
21423
|
+
type: import("vue").PropType<unknown[]>;
|
|
21424
|
+
required: true;
|
|
21425
|
+
};
|
|
21426
|
+
placeholder: {
|
|
20301
21427
|
type: import("vue").PropType<string>;
|
|
20302
|
-
default:
|
|
21428
|
+
default: string;
|
|
20303
21429
|
};
|
|
20304
|
-
|
|
21430
|
+
isOpen: {
|
|
20305
21431
|
type: import("vue").PropType<boolean>;
|
|
20306
|
-
default: boolean;
|
|
20307
21432
|
};
|
|
20308
|
-
|
|
21433
|
+
inlineSearchPlaceholder: {
|
|
20309
21434
|
type: import("vue").PropType<string>;
|
|
20310
21435
|
default: string;
|
|
20311
21436
|
};
|
|
20312
|
-
|
|
20313
|
-
type: import("vue").PropType<
|
|
20314
|
-
|
|
21437
|
+
displayValue: {
|
|
21438
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
21439
|
+
required: true;
|
|
20315
21440
|
};
|
|
20316
|
-
|
|
21441
|
+
optionNameKey: {
|
|
20317
21442
|
type: import("vue").PropType<string>;
|
|
20318
|
-
default:
|
|
21443
|
+
default: string;
|
|
20319
21444
|
};
|
|
20320
|
-
|
|
21445
|
+
optionIconKey: {
|
|
20321
21446
|
type: import("vue").PropType<string>;
|
|
20322
|
-
default:
|
|
21447
|
+
default: string;
|
|
20323
21448
|
};
|
|
20324
|
-
|
|
21449
|
+
optionImageKey: {
|
|
20325
21450
|
type: import("vue").PropType<string>;
|
|
20326
|
-
default:
|
|
21451
|
+
default: string;
|
|
20327
21452
|
};
|
|
20328
|
-
|
|
21453
|
+
optionIconType: {
|
|
20329
21454
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21455
|
+
default: any;
|
|
21456
|
+
};
|
|
21457
|
+
optionEndIconKey: {
|
|
21458
|
+
type: import("vue").PropType<string>;
|
|
20330
21459
|
default: string;
|
|
20331
21460
|
};
|
|
20332
|
-
|
|
21461
|
+
optionEndIconType: {
|
|
21462
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21463
|
+
default: any;
|
|
21464
|
+
};
|
|
21465
|
+
valueToCopy: {
|
|
20333
21466
|
type: import("vue").PropType<string>;
|
|
20334
21467
|
default: any;
|
|
20335
21468
|
};
|
|
20336
|
-
|
|
20337
|
-
type: import("vue").PropType<
|
|
21469
|
+
disabledOptionKey: {
|
|
21470
|
+
type: import("vue").PropType<string>;
|
|
20338
21471
|
default: string;
|
|
20339
21472
|
};
|
|
20340
|
-
|
|
20341
|
-
type: import("vue").PropType<
|
|
21473
|
+
optionChildrenKey: {
|
|
21474
|
+
type: import("vue").PropType<string>;
|
|
21475
|
+
required: true;
|
|
21476
|
+
};
|
|
21477
|
+
optionUniqueIdKey: {
|
|
21478
|
+
type: import("vue").PropType<string>;
|
|
21479
|
+
required: true;
|
|
20342
21480
|
};
|
|
20343
|
-
}>> &
|
|
21481
|
+
}>> & {
|
|
21482
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
21483
|
+
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21484
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "size" | "testId" | "selected" | "placeholder" | "inlineSearchPlaceholder" | "optionNameKey" | "optionIconKey" | "optionImageKey" | "optionIconType" | "optionEndIconKey" | "optionEndIconType" | "valueToCopy" | "disabledOptionKey">;
|
|
20344
21485
|
$attrs: {
|
|
20345
21486
|
[x: string]: unknown;
|
|
20346
21487
|
};
|
|
@@ -20352,88 +21493,105 @@ declare const _default: {
|
|
|
20352
21493
|
}>;
|
|
20353
21494
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20354
21495
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
20355
|
-
$emit: (event:
|
|
21496
|
+
$emit: ((event: "update:selected", value: unknown) => void) & ((event: "update:isOpen", value: unknown) => void);
|
|
20356
21497
|
$el: any;
|
|
20357
21498
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
20358
|
-
option: {
|
|
20359
|
-
type: import("vue").PropType<unknown>;
|
|
20360
|
-
default: any;
|
|
20361
|
-
};
|
|
20362
21499
|
disabled: {
|
|
20363
21500
|
type: import("vue").PropType<boolean>;
|
|
20364
21501
|
default: boolean;
|
|
20365
21502
|
};
|
|
20366
|
-
|
|
20367
|
-
type: import("vue").PropType<
|
|
20368
|
-
default:
|
|
21503
|
+
size: {
|
|
21504
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21505
|
+
default: string;
|
|
20369
21506
|
};
|
|
20370
|
-
|
|
20371
|
-
type: import("vue").PropType<
|
|
21507
|
+
testId: {
|
|
21508
|
+
type: import("vue").PropType<string>;
|
|
20372
21509
|
default: string;
|
|
20373
21510
|
};
|
|
20374
|
-
|
|
20375
|
-
type: import("vue").PropType<
|
|
21511
|
+
selected: {
|
|
21512
|
+
type: import("vue").PropType<unknown[]>;
|
|
20376
21513
|
default: any;
|
|
20377
21514
|
};
|
|
20378
|
-
|
|
21515
|
+
options: {
|
|
21516
|
+
type: import("vue").PropType<unknown[]>;
|
|
21517
|
+
required: true;
|
|
21518
|
+
};
|
|
21519
|
+
placeholder: {
|
|
20379
21520
|
type: import("vue").PropType<string>;
|
|
20380
|
-
default:
|
|
21521
|
+
default: string;
|
|
20381
21522
|
};
|
|
20382
|
-
|
|
21523
|
+
isOpen: {
|
|
20383
21524
|
type: import("vue").PropType<boolean>;
|
|
20384
|
-
default: boolean;
|
|
20385
21525
|
};
|
|
20386
|
-
|
|
21526
|
+
inlineSearchPlaceholder: {
|
|
20387
21527
|
type: import("vue").PropType<string>;
|
|
20388
21528
|
default: string;
|
|
20389
21529
|
};
|
|
20390
|
-
|
|
20391
|
-
type: import("vue").PropType<
|
|
20392
|
-
|
|
21530
|
+
displayValue: {
|
|
21531
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
21532
|
+
required: true;
|
|
20393
21533
|
};
|
|
20394
|
-
|
|
21534
|
+
optionNameKey: {
|
|
20395
21535
|
type: import("vue").PropType<string>;
|
|
20396
|
-
default:
|
|
21536
|
+
default: string;
|
|
20397
21537
|
};
|
|
20398
|
-
|
|
21538
|
+
optionIconKey: {
|
|
20399
21539
|
type: import("vue").PropType<string>;
|
|
20400
|
-
default:
|
|
21540
|
+
default: string;
|
|
20401
21541
|
};
|
|
20402
|
-
|
|
21542
|
+
optionImageKey: {
|
|
20403
21543
|
type: import("vue").PropType<string>;
|
|
20404
|
-
default:
|
|
21544
|
+
default: string;
|
|
20405
21545
|
};
|
|
20406
|
-
|
|
21546
|
+
optionIconType: {
|
|
20407
21547
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21548
|
+
default: any;
|
|
21549
|
+
};
|
|
21550
|
+
optionEndIconKey: {
|
|
21551
|
+
type: import("vue").PropType<string>;
|
|
20408
21552
|
default: string;
|
|
20409
21553
|
};
|
|
20410
|
-
|
|
21554
|
+
optionEndIconType: {
|
|
21555
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21556
|
+
default: any;
|
|
21557
|
+
};
|
|
21558
|
+
valueToCopy: {
|
|
20411
21559
|
type: import("vue").PropType<string>;
|
|
20412
21560
|
default: any;
|
|
20413
21561
|
};
|
|
20414
|
-
|
|
20415
|
-
type: import("vue").PropType<
|
|
21562
|
+
disabledOptionKey: {
|
|
21563
|
+
type: import("vue").PropType<string>;
|
|
20416
21564
|
default: string;
|
|
20417
21565
|
};
|
|
20418
|
-
|
|
20419
|
-
type: import("vue").PropType<
|
|
21566
|
+
optionChildrenKey: {
|
|
21567
|
+
type: import("vue").PropType<string>;
|
|
21568
|
+
required: true;
|
|
20420
21569
|
};
|
|
20421
|
-
|
|
20422
|
-
|
|
21570
|
+
optionUniqueIdKey: {
|
|
21571
|
+
type: import("vue").PropType<string>;
|
|
21572
|
+
required: true;
|
|
21573
|
+
};
|
|
21574
|
+
}>> & {
|
|
21575
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
21576
|
+
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21577
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21578
|
+
"update:selected": (value: unknown) => void;
|
|
21579
|
+
"update:isOpen": (value: unknown) => void;
|
|
21580
|
+
}, string, {
|
|
20423
21581
|
disabled: boolean;
|
|
20424
|
-
|
|
20425
|
-
|
|
20426
|
-
|
|
20427
|
-
|
|
20428
|
-
|
|
20429
|
-
|
|
20430
|
-
|
|
20431
|
-
|
|
20432
|
-
|
|
20433
|
-
|
|
20434
|
-
|
|
20435
|
-
|
|
20436
|
-
|
|
21582
|
+
size: "small" | "medium" | "large";
|
|
21583
|
+
testId: string;
|
|
21584
|
+
selected: unknown[];
|
|
21585
|
+
placeholder: string;
|
|
21586
|
+
inlineSearchPlaceholder: string;
|
|
21587
|
+
optionNameKey: string;
|
|
21588
|
+
optionIconKey: string;
|
|
21589
|
+
optionImageKey: string;
|
|
21590
|
+
optionIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21591
|
+
optionEndIconKey: string;
|
|
21592
|
+
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
21593
|
+
valueToCopy: string;
|
|
21594
|
+
disabledOptionKey: string;
|
|
20437
21595
|
}, {}, string> & {
|
|
20438
21596
|
beforeCreate?: (() => void) | (() => void)[];
|
|
20439
21597
|
created?: (() => void) | (() => void)[];
|
|
@@ -20455,162 +21613,89 @@ declare const _default: {
|
|
|
20455
21613
|
$nextTick: typeof import("vue").nextTick;
|
|
20456
21614
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
|
20457
21615
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
20458
|
-
option: {
|
|
20459
|
-
type: import("vue").PropType<unknown>;
|
|
20460
|
-
default: any;
|
|
20461
|
-
};
|
|
20462
21616
|
disabled: {
|
|
20463
21617
|
type: import("vue").PropType<boolean>;
|
|
20464
21618
|
default: boolean;
|
|
20465
21619
|
};
|
|
20466
|
-
|
|
20467
|
-
type: import("vue").PropType<
|
|
20468
|
-
default:
|
|
21620
|
+
size: {
|
|
21621
|
+
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
21622
|
+
default: string;
|
|
20469
21623
|
};
|
|
20470
|
-
|
|
20471
|
-
type: import("vue").PropType<
|
|
21624
|
+
testId: {
|
|
21625
|
+
type: import("vue").PropType<string>;
|
|
20472
21626
|
default: string;
|
|
20473
21627
|
};
|
|
20474
|
-
|
|
20475
|
-
type: import("vue").PropType<
|
|
21628
|
+
selected: {
|
|
21629
|
+
type: import("vue").PropType<unknown[]>;
|
|
20476
21630
|
default: any;
|
|
20477
21631
|
};
|
|
20478
|
-
|
|
21632
|
+
options: {
|
|
21633
|
+
type: import("vue").PropType<unknown[]>;
|
|
21634
|
+
required: true;
|
|
21635
|
+
};
|
|
21636
|
+
placeholder: {
|
|
20479
21637
|
type: import("vue").PropType<string>;
|
|
20480
|
-
default:
|
|
21638
|
+
default: string;
|
|
20481
21639
|
};
|
|
20482
|
-
|
|
21640
|
+
isOpen: {
|
|
20483
21641
|
type: import("vue").PropType<boolean>;
|
|
20484
|
-
default: boolean;
|
|
20485
21642
|
};
|
|
20486
|
-
|
|
21643
|
+
inlineSearchPlaceholder: {
|
|
20487
21644
|
type: import("vue").PropType<string>;
|
|
20488
21645
|
default: string;
|
|
20489
21646
|
};
|
|
20490
|
-
|
|
20491
|
-
type: import("vue").PropType<
|
|
20492
|
-
|
|
21647
|
+
displayValue: {
|
|
21648
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
21649
|
+
required: true;
|
|
20493
21650
|
};
|
|
20494
|
-
|
|
21651
|
+
optionNameKey: {
|
|
20495
21652
|
type: import("vue").PropType<string>;
|
|
20496
|
-
default:
|
|
21653
|
+
default: string;
|
|
20497
21654
|
};
|
|
20498
|
-
|
|
21655
|
+
optionIconKey: {
|
|
20499
21656
|
type: import("vue").PropType<string>;
|
|
20500
|
-
default:
|
|
21657
|
+
default: string;
|
|
20501
21658
|
};
|
|
20502
|
-
|
|
21659
|
+
optionImageKey: {
|
|
20503
21660
|
type: import("vue").PropType<string>;
|
|
20504
|
-
default:
|
|
21661
|
+
default: string;
|
|
20505
21662
|
};
|
|
20506
|
-
|
|
21663
|
+
optionIconType: {
|
|
20507
21664
|
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21665
|
+
default: any;
|
|
21666
|
+
};
|
|
21667
|
+
optionEndIconKey: {
|
|
21668
|
+
type: import("vue").PropType<string>;
|
|
20508
21669
|
default: string;
|
|
20509
21670
|
};
|
|
20510
|
-
|
|
21671
|
+
optionEndIconType: {
|
|
21672
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
21673
|
+
default: any;
|
|
21674
|
+
};
|
|
21675
|
+
valueToCopy: {
|
|
20511
21676
|
type: import("vue").PropType<string>;
|
|
20512
21677
|
default: any;
|
|
20513
21678
|
};
|
|
20514
|
-
|
|
20515
|
-
type: import("vue").PropType<
|
|
21679
|
+
disabledOptionKey: {
|
|
21680
|
+
type: import("vue").PropType<string>;
|
|
20516
21681
|
default: string;
|
|
20517
21682
|
};
|
|
20518
|
-
|
|
20519
|
-
type: import("vue").PropType<
|
|
21683
|
+
optionChildrenKey: {
|
|
21684
|
+
type: import("vue").PropType<string>;
|
|
21685
|
+
required: true;
|
|
20520
21686
|
};
|
|
20521
|
-
|
|
21687
|
+
optionUniqueIdKey: {
|
|
21688
|
+
type: import("vue").PropType<string>;
|
|
21689
|
+
required: true;
|
|
21690
|
+
};
|
|
21691
|
+
}>> & {
|
|
21692
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
21693
|
+
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
21694
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
20522
21695
|
__isFragment?: never;
|
|
20523
21696
|
__isTeleport?: never;
|
|
20524
21697
|
__isSuspense?: never;
|
|
20525
21698
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
20526
|
-
option: {
|
|
20527
|
-
type: import("vue").PropType<unknown>;
|
|
20528
|
-
default: any;
|
|
20529
|
-
};
|
|
20530
|
-
disabled: {
|
|
20531
|
-
type: import("vue").PropType<boolean>;
|
|
20532
|
-
default: boolean;
|
|
20533
|
-
};
|
|
20534
|
-
active: {
|
|
20535
|
-
type: import("vue").PropType<boolean>;
|
|
20536
|
-
default: any;
|
|
20537
|
-
};
|
|
20538
|
-
endIconType: {
|
|
20539
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20540
|
-
default: string;
|
|
20541
|
-
};
|
|
20542
|
-
optionTwoLinesVariant: {
|
|
20543
|
-
type: import("vue").PropType<"horizontal" | "vertical">;
|
|
20544
|
-
default: any;
|
|
20545
|
-
};
|
|
20546
|
-
optionTwoLinesKey: {
|
|
20547
|
-
type: import("vue").PropType<string>;
|
|
20548
|
-
default: any;
|
|
20549
|
-
};
|
|
20550
|
-
isIndeterminate: {
|
|
20551
|
-
type: import("vue").PropType<boolean>;
|
|
20552
|
-
default: boolean;
|
|
20553
|
-
};
|
|
20554
|
-
subtitle: {
|
|
20555
|
-
type: import("vue").PropType<string>;
|
|
20556
|
-
default: string;
|
|
20557
|
-
};
|
|
20558
|
-
selectAllOption: {
|
|
20559
|
-
type: import("vue").PropType<boolean>;
|
|
20560
|
-
default: boolean;
|
|
20561
|
-
};
|
|
20562
|
-
nameKey: {
|
|
20563
|
-
type: import("vue").PropType<string>;
|
|
20564
|
-
default: any;
|
|
20565
|
-
};
|
|
20566
|
-
imageKey: {
|
|
20567
|
-
type: import("vue").PropType<string>;
|
|
20568
|
-
default: any;
|
|
20569
|
-
};
|
|
20570
|
-
iconKey: {
|
|
20571
|
-
type: import("vue").PropType<string>;
|
|
20572
|
-
default: any;
|
|
20573
|
-
};
|
|
20574
|
-
iconType: {
|
|
20575
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20576
|
-
default: string;
|
|
20577
|
-
};
|
|
20578
|
-
endIconKey: {
|
|
20579
|
-
type: import("vue").PropType<string>;
|
|
20580
|
-
default: any;
|
|
20581
|
-
};
|
|
20582
|
-
toolTipPlacement: {
|
|
20583
|
-
type: import("vue").PropType<"auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
20584
|
-
default: string;
|
|
20585
|
-
};
|
|
20586
|
-
selectedProp: {
|
|
20587
|
-
type: import("vue").PropType<boolean>;
|
|
20588
|
-
};
|
|
20589
|
-
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
20590
|
-
option: any;
|
|
20591
|
-
disabled: boolean;
|
|
20592
|
-
active: boolean;
|
|
20593
|
-
endIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20594
|
-
optionTwoLinesVariant: "horizontal" | "vertical";
|
|
20595
|
-
optionTwoLinesKey: string;
|
|
20596
|
-
isIndeterminate: boolean;
|
|
20597
|
-
subtitle: string;
|
|
20598
|
-
selectAllOption: boolean;
|
|
20599
|
-
nameKey: string;
|
|
20600
|
-
imageKey: string;
|
|
20601
|
-
iconKey: string;
|
|
20602
|
-
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20603
|
-
endIconKey: string;
|
|
20604
|
-
toolTipPlacement: "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
20605
|
-
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
20606
|
-
$slots: {
|
|
20607
|
-
image?(_: {}): any;
|
|
20608
|
-
"icon-start"?(_: {}): any;
|
|
20609
|
-
default?(_: {}): any;
|
|
20610
|
-
"icon-end"?(_: {}): any;
|
|
20611
|
-
};
|
|
20612
|
-
});
|
|
20613
|
-
TreeDropdown: import("vue").DefineComponent<{
|
|
20614
21699
|
disabled: {
|
|
20615
21700
|
type: import("vue").PropType<boolean>;
|
|
20616
21701
|
default: boolean;
|
|
@@ -20680,87 +21765,19 @@ declare const _default: {
|
|
|
20680
21765
|
};
|
|
20681
21766
|
optionChildrenKey: {
|
|
20682
21767
|
type: import("vue").PropType<string>;
|
|
20683
|
-
default: string;
|
|
20684
|
-
};
|
|
20685
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20686
|
-
"update:selected": (value: unknown) => void;
|
|
20687
|
-
"update:isOpen": (value: unknown) => void;
|
|
20688
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20689
|
-
disabled: {
|
|
20690
|
-
type: import("vue").PropType<boolean>;
|
|
20691
|
-
default: boolean;
|
|
20692
|
-
};
|
|
20693
|
-
size: {
|
|
20694
|
-
type: import("vue").PropType<"small" | "medium" | "large">;
|
|
20695
|
-
default: string;
|
|
20696
|
-
};
|
|
20697
|
-
testId: {
|
|
20698
|
-
type: import("vue").PropType<string>;
|
|
20699
|
-
default: string;
|
|
20700
|
-
};
|
|
20701
|
-
selected: {
|
|
20702
|
-
type: import("vue").PropType<unknown[]>;
|
|
20703
|
-
default: any;
|
|
20704
|
-
};
|
|
20705
|
-
options: {
|
|
20706
|
-
type: import("vue").PropType<unknown[]>;
|
|
20707
21768
|
required: true;
|
|
20708
21769
|
};
|
|
20709
|
-
|
|
20710
|
-
type: import("vue").PropType<string>;
|
|
20711
|
-
default: string;
|
|
20712
|
-
};
|
|
20713
|
-
isOpen: {
|
|
20714
|
-
type: import("vue").PropType<boolean>;
|
|
20715
|
-
};
|
|
20716
|
-
inlineSearchPlaceholder: {
|
|
21770
|
+
optionUniqueIdKey: {
|
|
20717
21771
|
type: import("vue").PropType<string>;
|
|
20718
|
-
default: string;
|
|
20719
|
-
};
|
|
20720
|
-
displayValue: {
|
|
20721
|
-
type: import("vue").PropType<(option: unknown) => string>;
|
|
20722
21772
|
required: true;
|
|
20723
21773
|
};
|
|
20724
|
-
optionNameKey: {
|
|
20725
|
-
type: import("vue").PropType<string>;
|
|
20726
|
-
default: string;
|
|
20727
|
-
};
|
|
20728
|
-
optionIconKey: {
|
|
20729
|
-
type: import("vue").PropType<string>;
|
|
20730
|
-
default: string;
|
|
20731
|
-
};
|
|
20732
|
-
optionImageKey: {
|
|
20733
|
-
type: import("vue").PropType<string>;
|
|
20734
|
-
default: string;
|
|
20735
|
-
};
|
|
20736
|
-
optionIconType: {
|
|
20737
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20738
|
-
default: any;
|
|
20739
|
-
};
|
|
20740
|
-
optionEndIconKey: {
|
|
20741
|
-
type: import("vue").PropType<string>;
|
|
20742
|
-
default: string;
|
|
20743
|
-
};
|
|
20744
|
-
optionEndIconType: {
|
|
20745
|
-
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate">;
|
|
20746
|
-
default: any;
|
|
20747
|
-
};
|
|
20748
|
-
valueToCopy: {
|
|
20749
|
-
type: import("vue").PropType<string>;
|
|
20750
|
-
default: any;
|
|
20751
|
-
};
|
|
20752
|
-
disabledOptionKey: {
|
|
20753
|
-
type: import("vue").PropType<string>;
|
|
20754
|
-
default: string;
|
|
20755
|
-
};
|
|
20756
|
-
optionChildrenKey: {
|
|
20757
|
-
type: import("vue").PropType<string>;
|
|
20758
|
-
default: string;
|
|
20759
|
-
};
|
|
20760
21774
|
}>> & {
|
|
20761
21775
|
"onUpdate:selected"?: (value: unknown) => any;
|
|
20762
21776
|
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
20763
|
-
}, {
|
|
21777
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21778
|
+
"update:selected": (value: unknown) => void;
|
|
21779
|
+
"update:isOpen": (value: unknown) => void;
|
|
21780
|
+
}, string, {
|
|
20764
21781
|
disabled: boolean;
|
|
20765
21782
|
size: "small" | "medium" | "large";
|
|
20766
21783
|
testId: string;
|
|
@@ -20775,8 +21792,11 @@ declare const _default: {
|
|
|
20775
21792
|
optionEndIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
20776
21793
|
valueToCopy: string;
|
|
20777
21794
|
disabledOptionKey: string;
|
|
20778
|
-
|
|
20779
|
-
|
|
21795
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21796
|
+
$slots: {
|
|
21797
|
+
"trigger-end-icon"?(_: {}): any;
|
|
21798
|
+
};
|
|
21799
|
+
});
|
|
20780
21800
|
Label: {
|
|
20781
21801
|
new (...args: any[]): {
|
|
20782
21802
|
$: import("vue").ComponentInternalInstance;
|