@ironsource/shared-ui 2.1.3-rc.0 → 2.1.3-rc.2
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/AppHeader.vue_vue_type_style_index_0_scoped_95908b8d_lang.css +1 -0
- package/CardPanel.vue_vue_type_style_index_0_scoped_7d0acb11_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_d25514d1_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_4baf9e57_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_13f1ce76_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_06751538_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_31bfb722_lang.css +1 -0
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_24001caa_lang.css +1 -0
- package/FieldLabel.vue_vue_type_style_index_0_scoped_5c2a70ad_lang.css +1 -0
- package/FormRow.vue_vue_type_style_index_0_scoped_39f48410_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_2a9e8782_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_cb3a12c6_lang.css +1 -0
- package/components/appHeader/AppHeader.vue.js +3 -3
- package/components/appHeader/AppHeader.vue2.js +42 -35
- package/components/checkbox/v4/CheckboxV4.vue.js +4 -4
- package/components/checkbox/v4/CheckboxV4.vue2.js +2 -2
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +11 -12
- package/components/checkbox/v4/icons/UncheckedState.vue.js +12 -11
- package/components/dropdown/common/Dropdown.common.js +93 -92
- package/components/emptyState/v4/EmptyStateV4.vue.d.ts +15 -0
- package/components/emptyState/v4/EmptyStateV4.vue.js +3 -3
- package/components/emptyState/v4/EmptyStateV4.vue2.js +41 -27
- package/components/emptyState/v4/index.d.ts +58 -1
- package/components/forms/CardPanel.vue.d.ts +20 -0
- package/components/forms/CardPanel.vue.js +2 -2
- package/components/forms/CardPanel.vue2.js +26 -14
- package/components/forms/FormRow.vue.js +4 -4
- package/components/forms/FormRow.vue2.js +1 -1
- package/components/forms/index.d.ts +77 -1
- package/components/inlineCopy/InlineCopy.vue.d.ts +5 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +22 -21
- package/components/inlineCopy/index.d.ts +9 -0
- package/components/radioButton/v4/RadioButtonV4.vue.js +4 -4
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/shared/FieldLabel.vue.d.ts +5 -0
- package/components/shared/FieldLabel.vue.js +3 -3
- package/components/shared/FieldLabel.vue2.js +63 -46
- package/components/table/common/Table.common.d.ts +1 -0
- package/components/table/common/Table.common.js +64 -60
- package/components/table/common/TableContext.d.ts +1 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +71 -69
- package/components/table/v4/DataGridMenu.vue.d.ts +5 -5
- package/components/table/v4/DataGridMenu.vue.js +4 -4
- package/components/table/v4/DataGridMenu.vue2.js +46 -47
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +15 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +3 -3
- package/components/table/v4/DataGridRowsCounter.vue2.js +22 -19
- package/components/table/v4/index.d.ts +32 -5
- package/components/table-cells/common/Editable.common.js +15 -15
- package/components/table-cells/v4/EditableV4.vue.d.ts +10 -0
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +31 -22
- package/components/table-cells/v4/index.d.ts +43 -1
- package/index.d.ts +284 -14
- package/package.json +1 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_aa538d40_lang.css +0 -1
- package/CardPanel.vue_vue_type_style_index_0_scoped_d2b5d12f_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_ee3e6d82_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_d5635f1b_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_92d83650_lang.css +0 -1
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_9e366543_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_df325b51_lang.css +0 -1
- package/EmptyStateV4.vue_vue_type_style_index_0_scoped_b8373c2d_lang.css +0 -1
- package/FieldLabel.vue_vue_type_style_index_0_scoped_526af548_lang.css +0 -1
- package/FormRow.vue_vue_type_style_index_0_scoped_017dc22e_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_117ac157_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_14be812e_lang.css +0 -1
package/index.d.ts
CHANGED
|
@@ -72,6 +72,10 @@ declare const _default: {
|
|
|
72
72
|
required: true;
|
|
73
73
|
default: boolean;
|
|
74
74
|
};
|
|
75
|
+
iconSize: {
|
|
76
|
+
type: import("vue").PropType<string>;
|
|
77
|
+
default: any;
|
|
78
|
+
};
|
|
75
79
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
76
80
|
text: {
|
|
77
81
|
type: import("vue").PropType<string>;
|
|
@@ -93,11 +97,16 @@ declare const _default: {
|
|
|
93
97
|
required: true;
|
|
94
98
|
default: boolean;
|
|
95
99
|
};
|
|
100
|
+
iconSize: {
|
|
101
|
+
type: import("vue").PropType<string>;
|
|
102
|
+
default: any;
|
|
103
|
+
};
|
|
96
104
|
}>>, {
|
|
97
105
|
text: string;
|
|
98
106
|
size: "small" | "medium";
|
|
99
107
|
testId: string;
|
|
100
108
|
hideTextValue: boolean;
|
|
109
|
+
iconSize: string;
|
|
101
110
|
}>;
|
|
102
111
|
InlineCopyTypes: () => import("vue").DefineComponent<{
|
|
103
112
|
text: {
|
|
@@ -120,6 +129,10 @@ declare const _default: {
|
|
|
120
129
|
required: true;
|
|
121
130
|
default: boolean;
|
|
122
131
|
};
|
|
132
|
+
iconSize: {
|
|
133
|
+
type: import("vue").PropType<string>;
|
|
134
|
+
default: any;
|
|
135
|
+
};
|
|
123
136
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
124
137
|
text: {
|
|
125
138
|
type: import("vue").PropType<string>;
|
|
@@ -141,11 +154,16 @@ declare const _default: {
|
|
|
141
154
|
required: true;
|
|
142
155
|
default: boolean;
|
|
143
156
|
};
|
|
157
|
+
iconSize: {
|
|
158
|
+
type: import("vue").PropType<string>;
|
|
159
|
+
default: any;
|
|
160
|
+
};
|
|
144
161
|
}>>, {
|
|
145
162
|
text: string;
|
|
146
163
|
size: "small" | "medium";
|
|
147
164
|
testId: string;
|
|
148
165
|
hideTextValue: boolean;
|
|
166
|
+
iconSize: string;
|
|
149
167
|
}>[];
|
|
150
168
|
AppHeader: import("vue").DefineComponent<{
|
|
151
169
|
name: {
|
|
@@ -1598,7 +1616,10 @@ declare const _default: {
|
|
|
1598
1616
|
$props: Partial<{
|
|
1599
1617
|
title: string;
|
|
1600
1618
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1619
|
+
iconName: string;
|
|
1620
|
+
iconSize: string;
|
|
1601
1621
|
subtitle: string;
|
|
1622
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1602
1623
|
buttonText: string;
|
|
1603
1624
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1604
1625
|
title: {
|
|
@@ -1609,17 +1630,29 @@ declare const _default: {
|
|
|
1609
1630
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1610
1631
|
default: string;
|
|
1611
1632
|
};
|
|
1633
|
+
iconName: {
|
|
1634
|
+
type: import("vue").PropType<string>;
|
|
1635
|
+
default: any;
|
|
1636
|
+
};
|
|
1637
|
+
iconSize: {
|
|
1638
|
+
type: import("vue").PropType<string>;
|
|
1639
|
+
default: string;
|
|
1640
|
+
};
|
|
1612
1641
|
subtitle: {
|
|
1613
1642
|
type: import("vue").PropType<string>;
|
|
1614
1643
|
default: any;
|
|
1615
1644
|
};
|
|
1645
|
+
iconType: {
|
|
1646
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1647
|
+
default: string;
|
|
1648
|
+
};
|
|
1616
1649
|
buttonText: {
|
|
1617
1650
|
type: import("vue").PropType<string>;
|
|
1618
1651
|
default: any;
|
|
1619
1652
|
};
|
|
1620
1653
|
}>> & {
|
|
1621
1654
|
onClick?: () => any;
|
|
1622
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "variant" | "subtitle" | "buttonText">;
|
|
1655
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "variant" | "iconName" | "iconSize" | "subtitle" | "iconType" | "buttonText">;
|
|
1623
1656
|
$attrs: {
|
|
1624
1657
|
[x: string]: unknown;
|
|
1625
1658
|
};
|
|
@@ -1642,10 +1675,22 @@ declare const _default: {
|
|
|
1642
1675
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1643
1676
|
default: string;
|
|
1644
1677
|
};
|
|
1678
|
+
iconName: {
|
|
1679
|
+
type: import("vue").PropType<string>;
|
|
1680
|
+
default: any;
|
|
1681
|
+
};
|
|
1682
|
+
iconSize: {
|
|
1683
|
+
type: import("vue").PropType<string>;
|
|
1684
|
+
default: string;
|
|
1685
|
+
};
|
|
1645
1686
|
subtitle: {
|
|
1646
1687
|
type: import("vue").PropType<string>;
|
|
1647
1688
|
default: any;
|
|
1648
1689
|
};
|
|
1690
|
+
iconType: {
|
|
1691
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1692
|
+
default: string;
|
|
1693
|
+
};
|
|
1649
1694
|
buttonText: {
|
|
1650
1695
|
type: import("vue").PropType<string>;
|
|
1651
1696
|
default: any;
|
|
@@ -1657,7 +1702,10 @@ declare const _default: {
|
|
|
1657
1702
|
}, string, {
|
|
1658
1703
|
title: string;
|
|
1659
1704
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1705
|
+
iconName: string;
|
|
1706
|
+
iconSize: string;
|
|
1660
1707
|
subtitle: string;
|
|
1708
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1661
1709
|
buttonText: string;
|
|
1662
1710
|
}, {}, string> & {
|
|
1663
1711
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -1688,10 +1736,22 @@ declare const _default: {
|
|
|
1688
1736
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1689
1737
|
default: string;
|
|
1690
1738
|
};
|
|
1739
|
+
iconName: {
|
|
1740
|
+
type: import("vue").PropType<string>;
|
|
1741
|
+
default: any;
|
|
1742
|
+
};
|
|
1743
|
+
iconSize: {
|
|
1744
|
+
type: import("vue").PropType<string>;
|
|
1745
|
+
default: string;
|
|
1746
|
+
};
|
|
1691
1747
|
subtitle: {
|
|
1692
1748
|
type: import("vue").PropType<string>;
|
|
1693
1749
|
default: any;
|
|
1694
1750
|
};
|
|
1751
|
+
iconType: {
|
|
1752
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1753
|
+
default: string;
|
|
1754
|
+
};
|
|
1695
1755
|
buttonText: {
|
|
1696
1756
|
type: import("vue").PropType<string>;
|
|
1697
1757
|
default: any;
|
|
@@ -1711,10 +1771,22 @@ declare const _default: {
|
|
|
1711
1771
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1712
1772
|
default: string;
|
|
1713
1773
|
};
|
|
1774
|
+
iconName: {
|
|
1775
|
+
type: import("vue").PropType<string>;
|
|
1776
|
+
default: any;
|
|
1777
|
+
};
|
|
1778
|
+
iconSize: {
|
|
1779
|
+
type: import("vue").PropType<string>;
|
|
1780
|
+
default: string;
|
|
1781
|
+
};
|
|
1714
1782
|
subtitle: {
|
|
1715
1783
|
type: import("vue").PropType<string>;
|
|
1716
1784
|
default: any;
|
|
1717
1785
|
};
|
|
1786
|
+
iconType: {
|
|
1787
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1788
|
+
default: string;
|
|
1789
|
+
};
|
|
1718
1790
|
buttonText: {
|
|
1719
1791
|
type: import("vue").PropType<string>;
|
|
1720
1792
|
default: any;
|
|
@@ -1726,7 +1798,10 @@ declare const _default: {
|
|
|
1726
1798
|
}, string, {
|
|
1727
1799
|
title: string;
|
|
1728
1800
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1801
|
+
iconName: string;
|
|
1802
|
+
iconSize: string;
|
|
1729
1803
|
subtitle: string;
|
|
1804
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1730
1805
|
buttonText: string;
|
|
1731
1806
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1732
1807
|
$slots: {
|
|
@@ -1741,7 +1816,10 @@ declare const _default: {
|
|
|
1741
1816
|
$props: Partial<{
|
|
1742
1817
|
title: string;
|
|
1743
1818
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1819
|
+
iconName: string;
|
|
1820
|
+
iconSize: string;
|
|
1744
1821
|
subtitle: string;
|
|
1822
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1745
1823
|
buttonText: string;
|
|
1746
1824
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1747
1825
|
title: {
|
|
@@ -1752,17 +1830,29 @@ declare const _default: {
|
|
|
1752
1830
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1753
1831
|
default: string;
|
|
1754
1832
|
};
|
|
1833
|
+
iconName: {
|
|
1834
|
+
type: import("vue").PropType<string>;
|
|
1835
|
+
default: any;
|
|
1836
|
+
};
|
|
1837
|
+
iconSize: {
|
|
1838
|
+
type: import("vue").PropType<string>;
|
|
1839
|
+
default: string;
|
|
1840
|
+
};
|
|
1755
1841
|
subtitle: {
|
|
1756
1842
|
type: import("vue").PropType<string>;
|
|
1757
1843
|
default: any;
|
|
1758
1844
|
};
|
|
1845
|
+
iconType: {
|
|
1846
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1847
|
+
default: string;
|
|
1848
|
+
};
|
|
1759
1849
|
buttonText: {
|
|
1760
1850
|
type: import("vue").PropType<string>;
|
|
1761
1851
|
default: any;
|
|
1762
1852
|
};
|
|
1763
1853
|
}>> & {
|
|
1764
1854
|
onClick?: () => any;
|
|
1765
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "variant" | "subtitle" | "buttonText">;
|
|
1855
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "variant" | "iconName" | "iconSize" | "subtitle" | "iconType" | "buttonText">;
|
|
1766
1856
|
$attrs: {
|
|
1767
1857
|
[x: string]: unknown;
|
|
1768
1858
|
};
|
|
@@ -1785,10 +1875,22 @@ declare const _default: {
|
|
|
1785
1875
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1786
1876
|
default: string;
|
|
1787
1877
|
};
|
|
1878
|
+
iconName: {
|
|
1879
|
+
type: import("vue").PropType<string>;
|
|
1880
|
+
default: any;
|
|
1881
|
+
};
|
|
1882
|
+
iconSize: {
|
|
1883
|
+
type: import("vue").PropType<string>;
|
|
1884
|
+
default: string;
|
|
1885
|
+
};
|
|
1788
1886
|
subtitle: {
|
|
1789
1887
|
type: import("vue").PropType<string>;
|
|
1790
1888
|
default: any;
|
|
1791
1889
|
};
|
|
1890
|
+
iconType: {
|
|
1891
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1892
|
+
default: string;
|
|
1893
|
+
};
|
|
1792
1894
|
buttonText: {
|
|
1793
1895
|
type: import("vue").PropType<string>;
|
|
1794
1896
|
default: any;
|
|
@@ -1800,7 +1902,10 @@ declare const _default: {
|
|
|
1800
1902
|
}, string, {
|
|
1801
1903
|
title: string;
|
|
1802
1904
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
1905
|
+
iconName: string;
|
|
1906
|
+
iconSize: string;
|
|
1803
1907
|
subtitle: string;
|
|
1908
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1804
1909
|
buttonText: string;
|
|
1805
1910
|
}, {}, string> & {
|
|
1806
1911
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -1831,10 +1936,22 @@ declare const _default: {
|
|
|
1831
1936
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1832
1937
|
default: string;
|
|
1833
1938
|
};
|
|
1939
|
+
iconName: {
|
|
1940
|
+
type: import("vue").PropType<string>;
|
|
1941
|
+
default: any;
|
|
1942
|
+
};
|
|
1943
|
+
iconSize: {
|
|
1944
|
+
type: import("vue").PropType<string>;
|
|
1945
|
+
default: string;
|
|
1946
|
+
};
|
|
1834
1947
|
subtitle: {
|
|
1835
1948
|
type: import("vue").PropType<string>;
|
|
1836
1949
|
default: any;
|
|
1837
1950
|
};
|
|
1951
|
+
iconType: {
|
|
1952
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1953
|
+
default: string;
|
|
1954
|
+
};
|
|
1838
1955
|
buttonText: {
|
|
1839
1956
|
type: import("vue").PropType<string>;
|
|
1840
1957
|
default: any;
|
|
@@ -1854,10 +1971,22 @@ declare const _default: {
|
|
|
1854
1971
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
1855
1972
|
default: string;
|
|
1856
1973
|
};
|
|
1974
|
+
iconName: {
|
|
1975
|
+
type: import("vue").PropType<string>;
|
|
1976
|
+
default: any;
|
|
1977
|
+
};
|
|
1978
|
+
iconSize: {
|
|
1979
|
+
type: import("vue").PropType<string>;
|
|
1980
|
+
default: string;
|
|
1981
|
+
};
|
|
1857
1982
|
subtitle: {
|
|
1858
1983
|
type: import("vue").PropType<string>;
|
|
1859
1984
|
default: any;
|
|
1860
1985
|
};
|
|
1986
|
+
iconType: {
|
|
1987
|
+
type: import("vue").PropType<"fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test">;
|
|
1988
|
+
default: string;
|
|
1989
|
+
};
|
|
1861
1990
|
buttonText: {
|
|
1862
1991
|
type: import("vue").PropType<string>;
|
|
1863
1992
|
default: any;
|
|
@@ -1869,7 +1998,10 @@ declare const _default: {
|
|
|
1869
1998
|
}, string, {
|
|
1870
1999
|
title: string;
|
|
1871
2000
|
variant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
2001
|
+
iconName: string;
|
|
2002
|
+
iconSize: string;
|
|
1872
2003
|
subtitle: string;
|
|
2004
|
+
iconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test";
|
|
1873
2005
|
buttonText: string;
|
|
1874
2006
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1875
2007
|
$slots: {
|
|
@@ -1882,14 +2014,25 @@ declare const _default: {
|
|
|
1882
2014
|
$: import("vue").ComponentInternalInstance;
|
|
1883
2015
|
$data: {};
|
|
1884
2016
|
$props: Partial<{
|
|
2017
|
+
type: "input" | "dropdown";
|
|
1885
2018
|
cell: string;
|
|
2019
|
+
displayValue: (option: unknown) => unknown;
|
|
1886
2020
|
validateFunction: (value: unknown) => string | boolean;
|
|
1887
2021
|
isLoading: boolean;
|
|
1888
2022
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2023
|
+
type: {
|
|
2024
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2025
|
+
required: true;
|
|
2026
|
+
default: string;
|
|
2027
|
+
};
|
|
1889
2028
|
cell: {
|
|
1890
2029
|
type: import("vue").PropType<string>;
|
|
1891
2030
|
default: string;
|
|
1892
2031
|
};
|
|
2032
|
+
displayValue: {
|
|
2033
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2034
|
+
default: (cell: unknown) => unknown;
|
|
2035
|
+
};
|
|
1893
2036
|
validateFunction: {
|
|
1894
2037
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
1895
2038
|
default: () => false;
|
|
@@ -1906,7 +2049,7 @@ declare const _default: {
|
|
|
1906
2049
|
type: import("vue").PropType<number>;
|
|
1907
2050
|
required: true;
|
|
1908
2051
|
};
|
|
1909
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "cell" | "validateFunction" | "isLoading">;
|
|
2052
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "displayValue" | "validateFunction" | "isLoading">;
|
|
1910
2053
|
$attrs: {
|
|
1911
2054
|
[x: string]: unknown;
|
|
1912
2055
|
};
|
|
@@ -1921,10 +2064,19 @@ declare const _default: {
|
|
|
1921
2064
|
$emit: (event: string, ...args: any[]) => void;
|
|
1922
2065
|
$el: any;
|
|
1923
2066
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2067
|
+
type: {
|
|
2068
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2069
|
+
required: true;
|
|
2070
|
+
default: string;
|
|
2071
|
+
};
|
|
1924
2072
|
cell: {
|
|
1925
2073
|
type: import("vue").PropType<string>;
|
|
1926
2074
|
default: string;
|
|
1927
2075
|
};
|
|
2076
|
+
displayValue: {
|
|
2077
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2078
|
+
default: (cell: unknown) => unknown;
|
|
2079
|
+
};
|
|
1928
2080
|
validateFunction: {
|
|
1929
2081
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
1930
2082
|
default: () => false;
|
|
@@ -1942,7 +2094,9 @@ declare const _default: {
|
|
|
1942
2094
|
required: true;
|
|
1943
2095
|
};
|
|
1944
2096
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2097
|
+
type: "input" | "dropdown";
|
|
1945
2098
|
cell: string;
|
|
2099
|
+
displayValue: (option: unknown) => unknown;
|
|
1946
2100
|
validateFunction: (value: unknown) => string | boolean;
|
|
1947
2101
|
isLoading: boolean;
|
|
1948
2102
|
}, {}, string> & {
|
|
@@ -1966,10 +2120,19 @@ declare const _default: {
|
|
|
1966
2120
|
$nextTick: typeof import("vue").nextTick;
|
|
1967
2121
|
$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;
|
|
1968
2122
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
2123
|
+
type: {
|
|
2124
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2125
|
+
required: true;
|
|
2126
|
+
default: string;
|
|
2127
|
+
};
|
|
1969
2128
|
cell: {
|
|
1970
2129
|
type: import("vue").PropType<string>;
|
|
1971
2130
|
default: string;
|
|
1972
2131
|
};
|
|
2132
|
+
displayValue: {
|
|
2133
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2134
|
+
default: (cell: unknown) => unknown;
|
|
2135
|
+
};
|
|
1973
2136
|
validateFunction: {
|
|
1974
2137
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
1975
2138
|
default: () => false;
|
|
@@ -1991,10 +2154,19 @@ declare const _default: {
|
|
|
1991
2154
|
__isTeleport?: never;
|
|
1992
2155
|
__isSuspense?: never;
|
|
1993
2156
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2157
|
+
type: {
|
|
2158
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2159
|
+
required: true;
|
|
2160
|
+
default: string;
|
|
2161
|
+
};
|
|
1994
2162
|
cell: {
|
|
1995
2163
|
type: import("vue").PropType<string>;
|
|
1996
2164
|
default: string;
|
|
1997
2165
|
};
|
|
2166
|
+
displayValue: {
|
|
2167
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2168
|
+
default: (cell: unknown) => unknown;
|
|
2169
|
+
};
|
|
1998
2170
|
validateFunction: {
|
|
1999
2171
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
2000
2172
|
default: () => false;
|
|
@@ -2012,7 +2184,9 @@ declare const _default: {
|
|
|
2012
2184
|
required: true;
|
|
2013
2185
|
};
|
|
2014
2186
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2187
|
+
type: "input" | "dropdown";
|
|
2015
2188
|
cell: string;
|
|
2189
|
+
displayValue: (option: unknown) => unknown;
|
|
2016
2190
|
validateFunction: (value: unknown) => string | boolean;
|
|
2017
2191
|
isLoading: boolean;
|
|
2018
2192
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -2026,14 +2200,25 @@ declare const _default: {
|
|
|
2026
2200
|
$: import("vue").ComponentInternalInstance;
|
|
2027
2201
|
$data: {};
|
|
2028
2202
|
$props: Partial<{
|
|
2203
|
+
type: "input" | "dropdown";
|
|
2029
2204
|
cell: string;
|
|
2205
|
+
displayValue: (option: unknown) => unknown;
|
|
2030
2206
|
validateFunction: (value: unknown) => string | boolean;
|
|
2031
2207
|
isLoading: boolean;
|
|
2032
2208
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2209
|
+
type: {
|
|
2210
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2211
|
+
required: true;
|
|
2212
|
+
default: string;
|
|
2213
|
+
};
|
|
2033
2214
|
cell: {
|
|
2034
2215
|
type: import("vue").PropType<string>;
|
|
2035
2216
|
default: string;
|
|
2036
2217
|
};
|
|
2218
|
+
displayValue: {
|
|
2219
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2220
|
+
default: (cell: unknown) => unknown;
|
|
2221
|
+
};
|
|
2037
2222
|
validateFunction: {
|
|
2038
2223
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
2039
2224
|
default: () => false;
|
|
@@ -2050,7 +2235,7 @@ declare const _default: {
|
|
|
2050
2235
|
type: import("vue").PropType<number>;
|
|
2051
2236
|
required: true;
|
|
2052
2237
|
};
|
|
2053
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "cell" | "validateFunction" | "isLoading">;
|
|
2238
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "cell" | "displayValue" | "validateFunction" | "isLoading">;
|
|
2054
2239
|
$attrs: {
|
|
2055
2240
|
[x: string]: unknown;
|
|
2056
2241
|
};
|
|
@@ -2065,10 +2250,19 @@ declare const _default: {
|
|
|
2065
2250
|
$emit: (event: string, ...args: any[]) => void;
|
|
2066
2251
|
$el: any;
|
|
2067
2252
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2253
|
+
type: {
|
|
2254
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2255
|
+
required: true;
|
|
2256
|
+
default: string;
|
|
2257
|
+
};
|
|
2068
2258
|
cell: {
|
|
2069
2259
|
type: import("vue").PropType<string>;
|
|
2070
2260
|
default: string;
|
|
2071
2261
|
};
|
|
2262
|
+
displayValue: {
|
|
2263
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2264
|
+
default: (cell: unknown) => unknown;
|
|
2265
|
+
};
|
|
2072
2266
|
validateFunction: {
|
|
2073
2267
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
2074
2268
|
default: () => false;
|
|
@@ -2086,7 +2280,9 @@ declare const _default: {
|
|
|
2086
2280
|
required: true;
|
|
2087
2281
|
};
|
|
2088
2282
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2283
|
+
type: "input" | "dropdown";
|
|
2089
2284
|
cell: string;
|
|
2285
|
+
displayValue: (option: unknown) => unknown;
|
|
2090
2286
|
validateFunction: (value: unknown) => string | boolean;
|
|
2091
2287
|
isLoading: boolean;
|
|
2092
2288
|
}, {}, string> & {
|
|
@@ -2110,10 +2306,19 @@ declare const _default: {
|
|
|
2110
2306
|
$nextTick: typeof import("vue").nextTick;
|
|
2111
2307
|
$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;
|
|
2112
2308
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
2309
|
+
type: {
|
|
2310
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2311
|
+
required: true;
|
|
2312
|
+
default: string;
|
|
2313
|
+
};
|
|
2113
2314
|
cell: {
|
|
2114
2315
|
type: import("vue").PropType<string>;
|
|
2115
2316
|
default: string;
|
|
2116
2317
|
};
|
|
2318
|
+
displayValue: {
|
|
2319
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2320
|
+
default: (cell: unknown) => unknown;
|
|
2321
|
+
};
|
|
2117
2322
|
validateFunction: {
|
|
2118
2323
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
2119
2324
|
default: () => false;
|
|
@@ -2135,10 +2340,19 @@ declare const _default: {
|
|
|
2135
2340
|
__isTeleport?: never;
|
|
2136
2341
|
__isSuspense?: never;
|
|
2137
2342
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2343
|
+
type: {
|
|
2344
|
+
type: import("vue").PropType<"input" | "dropdown">;
|
|
2345
|
+
required: true;
|
|
2346
|
+
default: string;
|
|
2347
|
+
};
|
|
2138
2348
|
cell: {
|
|
2139
2349
|
type: import("vue").PropType<string>;
|
|
2140
2350
|
default: string;
|
|
2141
2351
|
};
|
|
2352
|
+
displayValue: {
|
|
2353
|
+
type: import("vue").PropType<(option: unknown) => unknown>;
|
|
2354
|
+
default: (cell: unknown) => unknown;
|
|
2355
|
+
};
|
|
2142
2356
|
validateFunction: {
|
|
2143
2357
|
type: import("vue").PropType<(value: unknown) => string | boolean>;
|
|
2144
2358
|
default: () => false;
|
|
@@ -2156,7 +2370,9 @@ declare const _default: {
|
|
|
2156
2370
|
required: true;
|
|
2157
2371
|
};
|
|
2158
2372
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2373
|
+
type: "input" | "dropdown";
|
|
2159
2374
|
cell: string;
|
|
2375
|
+
displayValue: (option: unknown) => unknown;
|
|
2160
2376
|
validateFunction: (value: unknown) => string | boolean;
|
|
2161
2377
|
isLoading: boolean;
|
|
2162
2378
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -2786,8 +3002,8 @@ declare const _default: {
|
|
|
2786
3002
|
};
|
|
2787
3003
|
});
|
|
2788
3004
|
DataGridMenu: import("vue").DefineComponent<{
|
|
2789
|
-
|
|
2790
|
-
type: import("vue").PropType<
|
|
3005
|
+
rowIndex: {
|
|
3006
|
+
type: import("vue").PropType<number>;
|
|
2791
3007
|
default: any;
|
|
2792
3008
|
};
|
|
2793
3009
|
menuItems: {
|
|
@@ -2798,8 +3014,8 @@ declare const _default: {
|
|
|
2798
3014
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2799
3015
|
selected: (option: unknown) => void;
|
|
2800
3016
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2801
|
-
|
|
2802
|
-
type: import("vue").PropType<
|
|
3017
|
+
rowIndex: {
|
|
3018
|
+
type: import("vue").PropType<number>;
|
|
2803
3019
|
default: any;
|
|
2804
3020
|
};
|
|
2805
3021
|
menuItems: {
|
|
@@ -2810,7 +3026,7 @@ declare const _default: {
|
|
|
2810
3026
|
}>> & {
|
|
2811
3027
|
onSelected?: (option: unknown) => any;
|
|
2812
3028
|
}, {
|
|
2813
|
-
|
|
3029
|
+
rowIndex: number;
|
|
2814
3030
|
menuItems: tableV4.MenuItem[];
|
|
2815
3031
|
}>;
|
|
2816
3032
|
DataGridRowsCounter: import("vue").DefineComponent<{
|
|
@@ -2822,6 +3038,18 @@ declare const _default: {
|
|
|
2822
3038
|
type: import("vue").PropType<number>;
|
|
2823
3039
|
default: number;
|
|
2824
3040
|
};
|
|
3041
|
+
displayingText: {
|
|
3042
|
+
type: import("vue").PropType<string>;
|
|
3043
|
+
default: string;
|
|
3044
|
+
};
|
|
3045
|
+
outOfText: {
|
|
3046
|
+
type: import("vue").PropType<string>;
|
|
3047
|
+
default: string;
|
|
3048
|
+
};
|
|
3049
|
+
totalText: {
|
|
3050
|
+
type: import("vue").PropType<string>;
|
|
3051
|
+
default: string;
|
|
3052
|
+
};
|
|
2825
3053
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2826
3054
|
count: {
|
|
2827
3055
|
type: import("vue").PropType<number>;
|
|
@@ -2831,9 +3059,24 @@ declare const _default: {
|
|
|
2831
3059
|
type: import("vue").PropType<number>;
|
|
2832
3060
|
default: number;
|
|
2833
3061
|
};
|
|
3062
|
+
displayingText: {
|
|
3063
|
+
type: import("vue").PropType<string>;
|
|
3064
|
+
default: string;
|
|
3065
|
+
};
|
|
3066
|
+
outOfText: {
|
|
3067
|
+
type: import("vue").PropType<string>;
|
|
3068
|
+
default: string;
|
|
3069
|
+
};
|
|
3070
|
+
totalText: {
|
|
3071
|
+
type: import("vue").PropType<string>;
|
|
3072
|
+
default: string;
|
|
3073
|
+
};
|
|
2834
3074
|
}>>, {
|
|
2835
3075
|
count: number;
|
|
2836
3076
|
totalCount: number;
|
|
3077
|
+
displayingText: string;
|
|
3078
|
+
outOfText: string;
|
|
3079
|
+
totalText: string;
|
|
2837
3080
|
}>;
|
|
2838
3081
|
DataGridTypes: () => (({
|
|
2839
3082
|
new (...args: any[]): {
|
|
@@ -3453,8 +3696,8 @@ declare const _default: {
|
|
|
3453
3696
|
footer?(_: {}): any;
|
|
3454
3697
|
};
|
|
3455
3698
|
})) | import("vue").DefineComponent<{
|
|
3456
|
-
|
|
3457
|
-
type: import("vue").PropType<
|
|
3699
|
+
rowIndex: {
|
|
3700
|
+
type: import("vue").PropType<number>;
|
|
3458
3701
|
default: any;
|
|
3459
3702
|
};
|
|
3460
3703
|
menuItems: {
|
|
@@ -3465,8 +3708,8 @@ declare const _default: {
|
|
|
3465
3708
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3466
3709
|
selected: (option: unknown) => void;
|
|
3467
3710
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3468
|
-
|
|
3469
|
-
type: import("vue").PropType<
|
|
3711
|
+
rowIndex: {
|
|
3712
|
+
type: import("vue").PropType<number>;
|
|
3470
3713
|
default: any;
|
|
3471
3714
|
};
|
|
3472
3715
|
menuItems: {
|
|
@@ -3477,7 +3720,7 @@ declare const _default: {
|
|
|
3477
3720
|
}>> & {
|
|
3478
3721
|
onSelected?: (option: unknown) => any;
|
|
3479
3722
|
}, {
|
|
3480
|
-
|
|
3723
|
+
rowIndex: number;
|
|
3481
3724
|
menuItems: tableV4.MenuItem[];
|
|
3482
3725
|
}> | import("vue").DefineComponent<{
|
|
3483
3726
|
count: {
|
|
@@ -3488,6 +3731,18 @@ declare const _default: {
|
|
|
3488
3731
|
type: import("vue").PropType<number>;
|
|
3489
3732
|
default: number;
|
|
3490
3733
|
};
|
|
3734
|
+
displayingText: {
|
|
3735
|
+
type: import("vue").PropType<string>;
|
|
3736
|
+
default: string;
|
|
3737
|
+
};
|
|
3738
|
+
outOfText: {
|
|
3739
|
+
type: import("vue").PropType<string>;
|
|
3740
|
+
default: string;
|
|
3741
|
+
};
|
|
3742
|
+
totalText: {
|
|
3743
|
+
type: import("vue").PropType<string>;
|
|
3744
|
+
default: string;
|
|
3745
|
+
};
|
|
3491
3746
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3492
3747
|
count: {
|
|
3493
3748
|
type: import("vue").PropType<number>;
|
|
@@ -3497,9 +3752,24 @@ declare const _default: {
|
|
|
3497
3752
|
type: import("vue").PropType<number>;
|
|
3498
3753
|
default: number;
|
|
3499
3754
|
};
|
|
3755
|
+
displayingText: {
|
|
3756
|
+
type: import("vue").PropType<string>;
|
|
3757
|
+
default: string;
|
|
3758
|
+
};
|
|
3759
|
+
outOfText: {
|
|
3760
|
+
type: import("vue").PropType<string>;
|
|
3761
|
+
default: string;
|
|
3762
|
+
};
|
|
3763
|
+
totalText: {
|
|
3764
|
+
type: import("vue").PropType<string>;
|
|
3765
|
+
default: string;
|
|
3766
|
+
};
|
|
3500
3767
|
}>>, {
|
|
3501
3768
|
count: number;
|
|
3502
3769
|
totalCount: number;
|
|
3770
|
+
displayingText: string;
|
|
3771
|
+
outOfText: string;
|
|
3772
|
+
totalText: string;
|
|
3503
3773
|
}>)[];
|
|
3504
3774
|
Table: {
|
|
3505
3775
|
new (...args: any[]): {
|