@ironsource/shared-ui 2.1.3-rc.1 → 2.1.3-rc.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/Alert.vue_vue_type_style_index_0_scoped_203b6bd1_lang.css +1 -0
- 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/FieldMaxLength.vue_vue_type_style_index_0_scoped_f3c4001a_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_276bd901_lang.css +1 -0
- package/FormRow.vue_vue_type_style_index_0_scoped_c5265707_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/TextArea.vue_vue_type_style_index_0_scoped_eb62e4c0_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0336a92f_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_dca4c102_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +68 -0
- package/components/alert/Alert.vue.js +7 -0
- package/components/alert/Alert.vue2.js +86 -0
- package/components/alert/index.d.ts +82 -0
- package/components/alert/index.js +6 -0
- package/components/appHeader/AppHeader.vue.js +3 -3
- package/components/appHeader/AppHeader.vue2.js +41 -35
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.vue.d.ts +1 -1
- package/components/button/v3/IconButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +34 -34
- package/components/button/v4/ButtonV4.vue.d.ts +1 -1
- package/components/button/v4/IconButtonV4.vue.d.ts +1 -1
- package/components/button/v4/index.d.ts +40 -40
- 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/dialog/v4/index.d.ts +1 -1
- package/components/dropdown/common/Dropdown.common.js +93 -92
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- 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/FormCard.vue.d.ts +5 -0
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +62 -36
- package/components/forms/FormRow.vue.d.ts +10 -0
- package/components/forms/FormRow.vue.js +3 -3
- package/components/forms/FormRow.vue2.js +22 -29
- package/components/forms/index.d.ts +136 -3
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +2 -2
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +83 -90
- package/components/input/v4/index.d.ts +20 -20
- package/components/radioButton/v4/RadioButtonV4.vue.js +4 -4
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/search/v3/Search.vue.d.ts +1 -1
- package/components/search/v3/index.d.ts +9 -9
- 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/shared/FieldMaxLength.vue.d.ts +34 -0
- package/components/shared/FieldMaxLength.vue.js +7 -0
- package/components/shared/FieldMaxLength.vue2.js +24 -0
- package/components/skeleton/v4/index.d.ts +2 -2
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +12 -12
- 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/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/textArea/v3/TextArea.vue.js +7 -0
- package/components/textArea/{TextArea.vue2.js → v3/TextArea.vue2.js} +4 -4
- package/components/textArea/v4/TextAreaV4.vue.d.ts +100 -0
- package/components/textArea/v4/TextAreaV4.vue.js +7 -0
- package/components/textArea/v4/TextAreaV4.vue2.js +74 -0
- package/components/textArea/v4/index.d.ts +136 -0
- package/components/textArea/v4/index.js +6 -0
- package/components/typography/index.d.ts +12 -12
- package/index.d.ts +661 -141
- package/index.js +113 -109
- package/package.json +7 -2
- package/testids/index.d.ts +7 -0
- package/testids/index.js +26 -25
- package/AppHeader.vue_vue_type_style_index_0_scoped_209ecc03_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/FormCard.vue_vue_type_style_index_0_scoped_ad5e4be0_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_2f0a0202_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_14be812e_lang.css +0 -1
- package/TextArea.vue_vue_type_style_index_0_scoped_889b62ac_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +0 -1
- package/components/textArea/TextArea.vue.js +0 -7
- /package/components/textArea/{TextArea.vue.d.ts → v3/TextArea.vue.d.ts} +0 -0
- /package/components/textArea/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/textArea/{index.js → v3/index.js} +0 -0
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
declare const TextAreaTypes: () => import("vue").DefineComponent<{
|
|
2
|
+
label: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
disabled: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
height: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
default: any;
|
|
13
|
+
};
|
|
14
|
+
resize: {
|
|
15
|
+
type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
mandatory: {
|
|
19
|
+
type: import("vue").PropType<boolean>;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
testId: {
|
|
23
|
+
type: import("vue").PropType<string>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
modelValue: {
|
|
27
|
+
type: import("vue").PropType<string>;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
placeholder: {
|
|
31
|
+
type: import("vue").PropType<string>;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
hoverHelpText: {
|
|
35
|
+
type: import("vue").PropType<string>;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
hoverHelpTextPlacement: {
|
|
39
|
+
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">;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
feedbackText: {
|
|
43
|
+
type: import("vue").PropType<string>;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
feedbackVariant: {
|
|
47
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
48
|
+
default: any;
|
|
49
|
+
};
|
|
50
|
+
maxLength: {
|
|
51
|
+
type: import("vue").PropType<number>;
|
|
52
|
+
default: any;
|
|
53
|
+
};
|
|
54
|
+
showFeedbackTextIcon: {
|
|
55
|
+
type: import("vue").PropType<boolean>;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
59
|
+
"update:modelValue": (value: string) => void;
|
|
60
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
|
+
label: {
|
|
62
|
+
type: import("vue").PropType<string>;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
disabled: {
|
|
66
|
+
type: import("vue").PropType<boolean>;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
height: {
|
|
70
|
+
type: import("vue").PropType<string>;
|
|
71
|
+
default: any;
|
|
72
|
+
};
|
|
73
|
+
resize: {
|
|
74
|
+
type: import("vue").PropType<"both" | "none" | "horizontal" | "vertical">;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
mandatory: {
|
|
78
|
+
type: import("vue").PropType<boolean>;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
|
+
testId: {
|
|
82
|
+
type: import("vue").PropType<string>;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
modelValue: {
|
|
86
|
+
type: import("vue").PropType<string>;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
placeholder: {
|
|
90
|
+
type: import("vue").PropType<string>;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
hoverHelpText: {
|
|
94
|
+
type: import("vue").PropType<string>;
|
|
95
|
+
default: string;
|
|
96
|
+
};
|
|
97
|
+
hoverHelpTextPlacement: {
|
|
98
|
+
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">;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
101
|
+
feedbackText: {
|
|
102
|
+
type: import("vue").PropType<string>;
|
|
103
|
+
default: string;
|
|
104
|
+
};
|
|
105
|
+
feedbackVariant: {
|
|
106
|
+
type: import("vue").PropType<"success" | "warning" | "error">;
|
|
107
|
+
default: any;
|
|
108
|
+
};
|
|
109
|
+
maxLength: {
|
|
110
|
+
type: import("vue").PropType<number>;
|
|
111
|
+
default: any;
|
|
112
|
+
};
|
|
113
|
+
showFeedbackTextIcon: {
|
|
114
|
+
type: import("vue").PropType<boolean>;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
}>> & {
|
|
118
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
119
|
+
}, {
|
|
120
|
+
label: string;
|
|
121
|
+
disabled: boolean;
|
|
122
|
+
height: string;
|
|
123
|
+
resize: "both" | "none" | "horizontal" | "vertical";
|
|
124
|
+
mandatory: boolean;
|
|
125
|
+
testId: string;
|
|
126
|
+
modelValue: string;
|
|
127
|
+
placeholder: string;
|
|
128
|
+
hoverHelpText: string;
|
|
129
|
+
hoverHelpTextPlacement: "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";
|
|
130
|
+
feedbackText: string;
|
|
131
|
+
feedbackVariant: "success" | "warning" | "error";
|
|
132
|
+
maxLength: number;
|
|
133
|
+
showFeedbackTextIcon: boolean;
|
|
134
|
+
}>[];
|
|
135
|
+
export { default as TextArea } from './TextAreaV4.vue';
|
|
136
|
+
export { TextAreaTypes };
|
|
@@ -112,13 +112,13 @@ declare const TypographyTypes: () => (({
|
|
|
112
112
|
strong: {
|
|
113
113
|
type: import("vue").PropType<boolean>;
|
|
114
114
|
};
|
|
115
|
+
isTruncated: {
|
|
116
|
+
type: import("vue").PropType<boolean>;
|
|
117
|
+
};
|
|
115
118
|
size: {
|
|
116
119
|
type: import("vue").PropType<"caption" | "sm" | "md" | "lg" | "xs">;
|
|
117
120
|
default: string;
|
|
118
121
|
};
|
|
119
|
-
isTruncated: {
|
|
120
|
-
type: import("vue").PropType<boolean>;
|
|
121
|
-
};
|
|
122
122
|
testId: {
|
|
123
123
|
type: import("vue").PropType<string>;
|
|
124
124
|
default: string;
|
|
@@ -141,13 +141,13 @@ declare const TypographyTypes: () => (({
|
|
|
141
141
|
strong: {
|
|
142
142
|
type: import("vue").PropType<boolean>;
|
|
143
143
|
};
|
|
144
|
+
isTruncated: {
|
|
145
|
+
type: import("vue").PropType<boolean>;
|
|
146
|
+
};
|
|
144
147
|
size: {
|
|
145
148
|
type: import("vue").PropType<"caption" | "sm" | "md" | "lg" | "xs">;
|
|
146
149
|
default: string;
|
|
147
150
|
};
|
|
148
|
-
isTruncated: {
|
|
149
|
-
type: import("vue").PropType<boolean>;
|
|
150
|
-
};
|
|
151
151
|
testId: {
|
|
152
152
|
type: import("vue").PropType<string>;
|
|
153
153
|
default: string;
|
|
@@ -179,13 +179,13 @@ declare const TypographyTypes: () => (({
|
|
|
179
179
|
strong: {
|
|
180
180
|
type: import("vue").PropType<boolean>;
|
|
181
181
|
};
|
|
182
|
+
isTruncated: {
|
|
183
|
+
type: import("vue").PropType<boolean>;
|
|
184
|
+
};
|
|
182
185
|
size: {
|
|
183
186
|
type: import("vue").PropType<"caption" | "sm" | "md" | "lg" | "xs">;
|
|
184
187
|
default: string;
|
|
185
188
|
};
|
|
186
|
-
isTruncated: {
|
|
187
|
-
type: import("vue").PropType<boolean>;
|
|
188
|
-
};
|
|
189
189
|
testId: {
|
|
190
190
|
type: import("vue").PropType<string>;
|
|
191
191
|
default: string;
|
|
@@ -198,13 +198,13 @@ declare const TypographyTypes: () => (({
|
|
|
198
198
|
strong: {
|
|
199
199
|
type: import("vue").PropType<boolean>;
|
|
200
200
|
};
|
|
201
|
+
isTruncated: {
|
|
202
|
+
type: import("vue").PropType<boolean>;
|
|
203
|
+
};
|
|
201
204
|
size: {
|
|
202
205
|
type: import("vue").PropType<"caption" | "sm" | "md" | "lg" | "xs">;
|
|
203
206
|
default: string;
|
|
204
207
|
};
|
|
205
|
-
isTruncated: {
|
|
206
|
-
type: import("vue").PropType<boolean>;
|
|
207
|
-
};
|
|
208
208
|
testId: {
|
|
209
209
|
type: import("vue").PropType<string>;
|
|
210
210
|
default: string;
|