@ironsource/shared-ui 2.0.0-rc.0 → 2.0.0-rc.1
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/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AutocompleteDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/DateRange.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -0
- package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/GroupOption.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Label.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
- package/MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Option.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Popover.vue_vue_type_style_index_0_lang.css +1 -1
- package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Table.vue_vue_type_style_index_1_lang.css +1 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Typography.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/commonCssVariables.scss +623 -0
- package/components/ThemeWrapper/ThemeStrore.d.ts +4 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +15 -0
- package/components/appTrigger/AppTrigger.vue.js +4 -4
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +4 -3
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +2 -2
- package/components/autocompleteDropdown/GroupOption.vue.js +2 -2
- package/components/button/common/ButtonBase.vue.d.ts +48 -0
- package/components/button/{ButtonBase.vue.js → common/ButtonBase.vue.js} +7 -7
- package/components/button/{Button.vue.d.ts → common/ButtonSuper.vue.d.ts} +3 -3
- package/components/button/{ButtonBase.vue.d.ts → v3/Button.vue.d.ts} +20 -4
- package/components/button/v3/Button.vue.js +102 -0
- package/components/button/{IconButton.vue.js → v3/IconButton.vue.js} +7 -7
- package/components/button/{ScrollButton.vue.js → v3/ScrollButton.vue.js} +6 -6
- package/components/button/v3/index.d.ts +79 -0
- package/components/button/v4/ButtonV4.vue.d.ts +57 -0
- package/components/button/v4/ButtonV4.vue.js +99 -0
- package/components/button/{index.d.ts → v4/index.d.ts} +33 -76
- package/components/button/v4/index.vue.js +6 -0
- package/components/checkbox/Checkbox.vue.d.ts +1 -1
- package/components/checkbox/index.d.ts +9 -9
- package/components/chip/{Chip.vue.js → v3/Chip.vue.js} +5 -5
- package/components/chip/v4/ChipV4.vue.d.ts +48 -0
- package/components/chip/v4/ChipV4.vue.js +76 -0
- package/components/chip/v4/index.d.ts +63 -0
- package/components/chip/v4/index.vue.js +6 -0
- package/components/dateRange/CalendarMonth.vue.js +3 -3
- package/components/dateRange/DateRange.vue.js +4 -4
- package/components/dialog/Dialog.vue.d.ts +1 -1
- package/components/dialog/Dialog.vue.js +8 -7
- package/components/dialog/index.d.ts +11 -11
- package/components/dropdown/common/Dropdown.common.d.ts +36 -0
- package/components/dropdown/common/Dropdown.common.vue.js +456 -0
- package/components/dropdown/{Label.vue.js → common/Label.vue.js} +5 -5
- package/components/dropdown/{Option.vue.js → common/Option.vue.js} +7 -7
- package/components/dropdown/{SearchInput.vue.js → common/SearchInput.vue.js} +8 -7
- package/components/dropdown/{Dropdown.vue.d.ts → v3/Dropdown.vue.d.ts} +15 -5
- package/components/dropdown/v3/Dropdown.vue.js +391 -0
- package/components/dropdown/{index.d.ts → v3/index.d.ts} +42 -20
- package/components/dropdown/v3/index.vue.js +12 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +223 -0
- package/components/dropdown/v4/DropdownV4.vue.js +408 -0
- package/components/dropdown/v4/index.d.ts +433 -0
- package/components/dropdown/v4/index.vue.js +6 -0
- package/components/emptyState/EmptyState.vue.d.ts +1 -1
- package/components/emptyState/EmptyState.vue.js +4 -4
- package/components/emptyState/index.d.ts +11 -11
- package/components/filterDropdown/AddFilterButton.vue.js +2 -2
- package/components/filterDropdown/FilterDropdown.vue.js +5 -4
- package/components/filtersPanel/Filter.d.ts +1 -1
- package/components/filtersPanel/FilterSearchInput.vue.js +6 -6
- package/components/floatingToolbar/FloatingToolbar.vue.js +6 -5
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExclude.vue.js +4 -4
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +4 -4
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +4 -4
- package/components/includeExclude/index.d.ts +22 -22
- package/components/input/Input.vue.d.ts +2 -2
- package/components/input/Input.vue.js +4 -4
- package/components/input/index.d.ts +16 -16
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +5 -5
- package/components/search/common/Search.common.d.ts +9 -0
- package/components/search/common/Search.common.vue.js +52 -0
- package/components/search/{Search.vue.js → v3/Search.vue.js} +19 -46
- package/components/search/{index.d.ts → v3/index.d.ts} +3 -3
- package/components/search/v4/SearchV4.vue.d.ts +51 -0
- package/components/search/v4/SearchV4.vue.js +70 -0
- package/components/search/v4/index.d.ts +72 -0
- package/components/search/v4/index.vue.js +6 -0
- package/components/snackbar/Snackbar.vue.d.ts +1 -1
- package/components/snackbar/Snackbar.vue.js +6 -5
- package/components/switch/{Switch.vue.js → v3/Switch.vue.js} +5 -5
- package/components/switch/v4/SwitchV4.vue.d.ts +37 -0
- package/components/switch/v4/SwitchV4.vue.js +87 -0
- package/components/switch/v4/index.d.ts +46 -0
- package/components/switch/v4/index.vue.js +6 -0
- package/components/table/Table.vue.js +3 -3
- package/components/table-cells/Editable.vue.js +1 -1
- package/components/tooltip/Tooltip.vue.d.ts +1 -1
- package/components/tooltip/index.d.ts +5 -5
- package/components/typography/index.d.ts +9 -9
- package/components/typography/v4/Typography.vue.d.ts +34 -0
- package/components/typography/v4/Typography.vue.js +68 -0
- package/components/typography/v4/index.d.ts +23 -0
- package/components/typography/v4/index.vue.js +6 -0
- package/design-foundation.stories/border-radius/BorderRadiusData.d.ts +5 -0
- package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +4 -0
- package/design-foundation.stories/border-radius/index.d.ts +1 -0
- package/design-foundation.stories/colors/ColorsData.d.ts +114 -0
- package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +3 -0
- package/design-foundation.stories/colors/index.d.ts +1 -0
- package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +4 -0
- package/design-foundation.stories/elevations/ElevationsData.d.ts +10 -0
- package/design-foundation.stories/elevations/index.d.ts +1 -0
- package/design-foundation.stories/typography/TypographyData.d.ts +7 -0
- package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +3 -0
- package/design-foundation.stories/typography/index.d.ts +1 -0
- package/index.d.ts +1532 -5
- package/index.vue.js +28 -16
- package/package.json +39 -14
- package/styleguide.scss +77 -78
- package/styles/v4/border-radius.css +8 -0
- package/styles/v4/colors.css +100 -0
- package/styles/v4/elevations.css +10 -0
- package/styles/v4/fonts.css +1 -0
- package/styles/v4/fonts.css.map +1 -0
- package/styles/v4/fonts.scss +258 -0
- package/components/button/Button.vue.js +0 -65
- package/components/dropdown/Dropdown.vue.js +0 -785
- package/components/dropdown/index.vue.js +0 -12
- /package/components/button/{IconButton.vue.d.ts → v3/IconButton.vue.d.ts} +0 -0
- /package/components/button/{ScrollButton.vue.d.ts → v3/ScrollButton.vue.d.ts} +0 -0
- /package/components/button/{index.vue.js → v3/index.vue.js} +0 -0
- /package/components/chip/{Chip.vue.d.ts → v3/Chip.vue.d.ts} +0 -0
- /package/components/chip/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/chip/{index.vue.js → v3/index.vue.js} +0 -0
- /package/components/dropdown/{DropdownContext.d.ts → common/DropdownContext.d.ts} +0 -0
- /package/components/dropdown/{DropdownContext.vue.js → common/DropdownContext.vue.js} +0 -0
- /package/components/dropdown/{Label.vue.d.ts → common/Label.vue.d.ts} +0 -0
- /package/components/dropdown/{Option.vue.d.ts → common/Option.vue.d.ts} +0 -0
- /package/components/dropdown/{SearchInput.vue.d.ts → common/SearchInput.vue.d.ts} +0 -0
- /package/components/search/{Search.vue.d.ts → v3/Search.vue.d.ts} +0 -0
- /package/components/search/{index.vue.js → v3/index.vue.js} +0 -0
- /package/components/switch/{Switch.vue.d.ts → v3/Switch.vue.d.ts} +0 -0
- /package/components/switch/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/switch/{index.vue.js → v3/index.vue.js} +0 -0
|
@@ -0,0 +1,433 @@
|
|
|
1
|
+
import Dropdown from './DropdownV4.vue';
|
|
2
|
+
declare const DropdownTypes: () => import("vue").DefineComponent<{
|
|
3
|
+
title: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
} & {
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
theme: {
|
|
9
|
+
type: import("vue").PropType<string>;
|
|
10
|
+
} & {
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
15
|
+
} & {
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
testId: {
|
|
19
|
+
type: import("vue").PropType<string>;
|
|
20
|
+
} & {
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
error: {
|
|
24
|
+
type: import("vue").PropType<string>;
|
|
25
|
+
} & {
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
loading: {
|
|
29
|
+
type: import("vue").PropType<boolean>;
|
|
30
|
+
};
|
|
31
|
+
placement: {
|
|
32
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
33
|
+
} & {
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
disabled: {
|
|
37
|
+
type: import("vue").PropType<boolean>;
|
|
38
|
+
} & {
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
selected: {
|
|
42
|
+
type: import("vue").PropType<unknown>;
|
|
43
|
+
} & {
|
|
44
|
+
default: any;
|
|
45
|
+
};
|
|
46
|
+
options: {
|
|
47
|
+
type: import("vue").PropType<unknown[]>;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
modelValue: {
|
|
51
|
+
type: import("vue").PropType<unknown>;
|
|
52
|
+
} & {
|
|
53
|
+
default: any;
|
|
54
|
+
};
|
|
55
|
+
placeholder: {
|
|
56
|
+
type: import("vue").PropType<string>;
|
|
57
|
+
} & {
|
|
58
|
+
default: string;
|
|
59
|
+
};
|
|
60
|
+
multi: {
|
|
61
|
+
type: import("vue").PropType<boolean>;
|
|
62
|
+
} & {
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
searchPlaceholder: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
} & {
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
popperClass: {
|
|
71
|
+
type: import("vue").PropType<string>;
|
|
72
|
+
} & {
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
mandatory: {
|
|
76
|
+
type: import("vue").PropType<boolean>;
|
|
77
|
+
} & {
|
|
78
|
+
default: boolean;
|
|
79
|
+
};
|
|
80
|
+
showButtonOnOpen: {
|
|
81
|
+
type: import("vue").PropType<boolean>;
|
|
82
|
+
} & {
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
inlineSearch: {
|
|
86
|
+
type: import("vue").PropType<boolean>;
|
|
87
|
+
} & {
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
isOnTop: {
|
|
91
|
+
type: import("vue").PropType<boolean>;
|
|
92
|
+
} & {
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
distance: {
|
|
96
|
+
type: import("vue").PropType<number>;
|
|
97
|
+
} & {
|
|
98
|
+
default: number;
|
|
99
|
+
};
|
|
100
|
+
skidding: {
|
|
101
|
+
type: import("vue").PropType<number>;
|
|
102
|
+
} & {
|
|
103
|
+
default: number;
|
|
104
|
+
};
|
|
105
|
+
noResultsText: {
|
|
106
|
+
type: import("vue").PropType<string>;
|
|
107
|
+
} & {
|
|
108
|
+
default: string;
|
|
109
|
+
};
|
|
110
|
+
autoFocus: {
|
|
111
|
+
type: import("vue").PropType<boolean>;
|
|
112
|
+
} & {
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
|
+
defaultOpen: {
|
|
116
|
+
type: import("vue").PropType<boolean>;
|
|
117
|
+
} & {
|
|
118
|
+
default: boolean;
|
|
119
|
+
};
|
|
120
|
+
clearable: {
|
|
121
|
+
type: import("vue").PropType<boolean>;
|
|
122
|
+
} & {
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
onSearch: {
|
|
126
|
+
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
127
|
+
} & {
|
|
128
|
+
default: () => true;
|
|
129
|
+
};
|
|
130
|
+
helperText: {
|
|
131
|
+
type: import("vue").PropType<string>;
|
|
132
|
+
} & {
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
container: {
|
|
136
|
+
type: import("vue").PropType<string>;
|
|
137
|
+
} & {
|
|
138
|
+
default: string;
|
|
139
|
+
};
|
|
140
|
+
flip: {
|
|
141
|
+
type: import("vue").PropType<boolean>;
|
|
142
|
+
} & {
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
145
|
+
keepOpen: {
|
|
146
|
+
type: import("vue").PropType<boolean>;
|
|
147
|
+
} & {
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
autoSize: {
|
|
151
|
+
type: import("vue").PropType<boolean>;
|
|
152
|
+
} & {
|
|
153
|
+
default: boolean;
|
|
154
|
+
};
|
|
155
|
+
disableKeyboardEvents: {
|
|
156
|
+
type: import("vue").PropType<boolean>;
|
|
157
|
+
} & {
|
|
158
|
+
default: boolean;
|
|
159
|
+
};
|
|
160
|
+
multiOptionsPlaceholderPrefix: {
|
|
161
|
+
type: import("vue").PropType<string>;
|
|
162
|
+
} & {
|
|
163
|
+
default: string;
|
|
164
|
+
};
|
|
165
|
+
multiOptionsPlaceholderSuffix: {
|
|
166
|
+
type: import("vue").PropType<string>;
|
|
167
|
+
} & {
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
170
|
+
darkTheme: {
|
|
171
|
+
type: import("vue").PropType<boolean>;
|
|
172
|
+
} & {
|
|
173
|
+
default: boolean;
|
|
174
|
+
};
|
|
175
|
+
valueToCopy: {
|
|
176
|
+
type: import("vue").PropType<string>;
|
|
177
|
+
} & {
|
|
178
|
+
default: string;
|
|
179
|
+
};
|
|
180
|
+
showSelectAll: {
|
|
181
|
+
type: import("vue").PropType<boolean>;
|
|
182
|
+
};
|
|
183
|
+
isOpen: {
|
|
184
|
+
type: import("vue").PropType<boolean>;
|
|
185
|
+
};
|
|
186
|
+
displayValue: {
|
|
187
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
188
|
+
required: true;
|
|
189
|
+
};
|
|
190
|
+
}, {
|
|
191
|
+
selectItem: (option: any, index?: number) => void;
|
|
192
|
+
scrollTo: (index: number) => void;
|
|
193
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
194
|
+
"update:selected": (value: unknown) => void;
|
|
195
|
+
} & {
|
|
196
|
+
"update:isOpen": (value: unknown) => void;
|
|
197
|
+
} & {
|
|
198
|
+
closed: () => void;
|
|
199
|
+
} & {
|
|
200
|
+
opened: () => void;
|
|
201
|
+
} & {
|
|
202
|
+
apply: (value: unknown) => void;
|
|
203
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
204
|
+
title: {
|
|
205
|
+
type: import("vue").PropType<string>;
|
|
206
|
+
} & {
|
|
207
|
+
default: string;
|
|
208
|
+
};
|
|
209
|
+
theme: {
|
|
210
|
+
type: import("vue").PropType<string>;
|
|
211
|
+
} & {
|
|
212
|
+
default: string;
|
|
213
|
+
};
|
|
214
|
+
size: {
|
|
215
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
216
|
+
} & {
|
|
217
|
+
default: string;
|
|
218
|
+
};
|
|
219
|
+
testId: {
|
|
220
|
+
type: import("vue").PropType<string>;
|
|
221
|
+
} & {
|
|
222
|
+
default: string;
|
|
223
|
+
};
|
|
224
|
+
error: {
|
|
225
|
+
type: import("vue").PropType<string>;
|
|
226
|
+
} & {
|
|
227
|
+
default: string;
|
|
228
|
+
};
|
|
229
|
+
loading: {
|
|
230
|
+
type: import("vue").PropType<boolean>;
|
|
231
|
+
};
|
|
232
|
+
placement: {
|
|
233
|
+
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
234
|
+
} & {
|
|
235
|
+
default: string;
|
|
236
|
+
};
|
|
237
|
+
disabled: {
|
|
238
|
+
type: import("vue").PropType<boolean>;
|
|
239
|
+
} & {
|
|
240
|
+
default: boolean;
|
|
241
|
+
};
|
|
242
|
+
selected: {
|
|
243
|
+
type: import("vue").PropType<unknown>;
|
|
244
|
+
} & {
|
|
245
|
+
default: any;
|
|
246
|
+
};
|
|
247
|
+
options: {
|
|
248
|
+
type: import("vue").PropType<unknown[]>;
|
|
249
|
+
required: true;
|
|
250
|
+
};
|
|
251
|
+
modelValue: {
|
|
252
|
+
type: import("vue").PropType<unknown>;
|
|
253
|
+
} & {
|
|
254
|
+
default: any;
|
|
255
|
+
};
|
|
256
|
+
placeholder: {
|
|
257
|
+
type: import("vue").PropType<string>;
|
|
258
|
+
} & {
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
multi: {
|
|
262
|
+
type: import("vue").PropType<boolean>;
|
|
263
|
+
} & {
|
|
264
|
+
default: boolean;
|
|
265
|
+
};
|
|
266
|
+
searchPlaceholder: {
|
|
267
|
+
type: import("vue").PropType<string>;
|
|
268
|
+
} & {
|
|
269
|
+
default: string;
|
|
270
|
+
};
|
|
271
|
+
popperClass: {
|
|
272
|
+
type: import("vue").PropType<string>;
|
|
273
|
+
} & {
|
|
274
|
+
default: string;
|
|
275
|
+
};
|
|
276
|
+
mandatory: {
|
|
277
|
+
type: import("vue").PropType<boolean>;
|
|
278
|
+
} & {
|
|
279
|
+
default: boolean;
|
|
280
|
+
};
|
|
281
|
+
showButtonOnOpen: {
|
|
282
|
+
type: import("vue").PropType<boolean>;
|
|
283
|
+
} & {
|
|
284
|
+
default: boolean;
|
|
285
|
+
};
|
|
286
|
+
inlineSearch: {
|
|
287
|
+
type: import("vue").PropType<boolean>;
|
|
288
|
+
} & {
|
|
289
|
+
default: boolean;
|
|
290
|
+
};
|
|
291
|
+
isOnTop: {
|
|
292
|
+
type: import("vue").PropType<boolean>;
|
|
293
|
+
} & {
|
|
294
|
+
default: boolean;
|
|
295
|
+
};
|
|
296
|
+
distance: {
|
|
297
|
+
type: import("vue").PropType<number>;
|
|
298
|
+
} & {
|
|
299
|
+
default: number;
|
|
300
|
+
};
|
|
301
|
+
skidding: {
|
|
302
|
+
type: import("vue").PropType<number>;
|
|
303
|
+
} & {
|
|
304
|
+
default: number;
|
|
305
|
+
};
|
|
306
|
+
noResultsText: {
|
|
307
|
+
type: import("vue").PropType<string>;
|
|
308
|
+
} & {
|
|
309
|
+
default: string;
|
|
310
|
+
};
|
|
311
|
+
autoFocus: {
|
|
312
|
+
type: import("vue").PropType<boolean>;
|
|
313
|
+
} & {
|
|
314
|
+
default: boolean;
|
|
315
|
+
};
|
|
316
|
+
defaultOpen: {
|
|
317
|
+
type: import("vue").PropType<boolean>;
|
|
318
|
+
} & {
|
|
319
|
+
default: boolean;
|
|
320
|
+
};
|
|
321
|
+
clearable: {
|
|
322
|
+
type: import("vue").PropType<boolean>;
|
|
323
|
+
} & {
|
|
324
|
+
default: boolean;
|
|
325
|
+
};
|
|
326
|
+
onSearch: {
|
|
327
|
+
type: import("vue").PropType<(option: any, term: string) => boolean>;
|
|
328
|
+
} & {
|
|
329
|
+
default: () => true;
|
|
330
|
+
};
|
|
331
|
+
helperText: {
|
|
332
|
+
type: import("vue").PropType<string>;
|
|
333
|
+
} & {
|
|
334
|
+
default: string;
|
|
335
|
+
};
|
|
336
|
+
container: {
|
|
337
|
+
type: import("vue").PropType<string>;
|
|
338
|
+
} & {
|
|
339
|
+
default: string;
|
|
340
|
+
};
|
|
341
|
+
flip: {
|
|
342
|
+
type: import("vue").PropType<boolean>;
|
|
343
|
+
} & {
|
|
344
|
+
default: boolean;
|
|
345
|
+
};
|
|
346
|
+
keepOpen: {
|
|
347
|
+
type: import("vue").PropType<boolean>;
|
|
348
|
+
} & {
|
|
349
|
+
default: boolean;
|
|
350
|
+
};
|
|
351
|
+
autoSize: {
|
|
352
|
+
type: import("vue").PropType<boolean>;
|
|
353
|
+
} & {
|
|
354
|
+
default: boolean;
|
|
355
|
+
};
|
|
356
|
+
disableKeyboardEvents: {
|
|
357
|
+
type: import("vue").PropType<boolean>;
|
|
358
|
+
} & {
|
|
359
|
+
default: boolean;
|
|
360
|
+
};
|
|
361
|
+
multiOptionsPlaceholderPrefix: {
|
|
362
|
+
type: import("vue").PropType<string>;
|
|
363
|
+
} & {
|
|
364
|
+
default: string;
|
|
365
|
+
};
|
|
366
|
+
multiOptionsPlaceholderSuffix: {
|
|
367
|
+
type: import("vue").PropType<string>;
|
|
368
|
+
} & {
|
|
369
|
+
default: string;
|
|
370
|
+
};
|
|
371
|
+
darkTheme: {
|
|
372
|
+
type: import("vue").PropType<boolean>;
|
|
373
|
+
} & {
|
|
374
|
+
default: boolean;
|
|
375
|
+
};
|
|
376
|
+
valueToCopy: {
|
|
377
|
+
type: import("vue").PropType<string>;
|
|
378
|
+
} & {
|
|
379
|
+
default: string;
|
|
380
|
+
};
|
|
381
|
+
showSelectAll: {
|
|
382
|
+
type: import("vue").PropType<boolean>;
|
|
383
|
+
};
|
|
384
|
+
isOpen: {
|
|
385
|
+
type: import("vue").PropType<boolean>;
|
|
386
|
+
};
|
|
387
|
+
displayValue: {
|
|
388
|
+
type: import("vue").PropType<(option: unknown) => string>;
|
|
389
|
+
required: true;
|
|
390
|
+
};
|
|
391
|
+
}>> & {
|
|
392
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
393
|
+
onApply?: (value: unknown) => any;
|
|
394
|
+
"onUpdate:isOpen"?: (value: unknown) => any;
|
|
395
|
+
onOpened?: () => any;
|
|
396
|
+
onClosed?: () => any;
|
|
397
|
+
}, {
|
|
398
|
+
title: string;
|
|
399
|
+
theme: string;
|
|
400
|
+
size: "sm" | "lg";
|
|
401
|
+
testId: string;
|
|
402
|
+
error: string;
|
|
403
|
+
placement: import("floating-vue").Placement;
|
|
404
|
+
disabled: boolean;
|
|
405
|
+
selected: any;
|
|
406
|
+
modelValue: any;
|
|
407
|
+
placeholder: string;
|
|
408
|
+
multi: boolean;
|
|
409
|
+
searchPlaceholder: string;
|
|
410
|
+
popperClass: string;
|
|
411
|
+
mandatory: boolean;
|
|
412
|
+
showButtonOnOpen: boolean;
|
|
413
|
+
inlineSearch: boolean;
|
|
414
|
+
isOnTop: boolean;
|
|
415
|
+
distance: number;
|
|
416
|
+
skidding: number;
|
|
417
|
+
noResultsText: string;
|
|
418
|
+
autoFocus: boolean;
|
|
419
|
+
defaultOpen: boolean;
|
|
420
|
+
clearable: boolean;
|
|
421
|
+
onSearch: (option: any, term: string) => boolean;
|
|
422
|
+
helperText: string;
|
|
423
|
+
container: string;
|
|
424
|
+
flip: boolean;
|
|
425
|
+
keepOpen: boolean;
|
|
426
|
+
autoSize: boolean;
|
|
427
|
+
disableKeyboardEvents: boolean;
|
|
428
|
+
multiOptionsPlaceholderPrefix: string;
|
|
429
|
+
multiOptionsPlaceholderSuffix: string;
|
|
430
|
+
darkTheme: boolean;
|
|
431
|
+
valueToCopy: string;
|
|
432
|
+
}>[];
|
|
433
|
+
export { Dropdown, DropdownTypes };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, createElementVNode, renderSlot, createBlock, normalizeProps, mergeProps, unref, createCommentVNode, withCtx, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import Button from '../button/Button.vue.js';
|
|
2
|
+
import Button from '../button/v3/Button.vue.js';
|
|
3
3
|
import Icon from '../icon/Icon.vue.js';
|
|
4
4
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
5
5
|
import Text from '../typography/Text.vue.js';
|
|
6
|
-
/* empty css
|
|
7
|
-
/* empty css *//* empty css
|
|
6
|
+
/* empty css *//* empty css *//* empty css */import 'floating-vue';
|
|
7
|
+
/* empty css *//* empty css */import EmptyStateIcon from './EmptyStateIcon.vue.js';
|
|
8
8
|
/* empty css */
|
|
9
9
|
import "../../EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
10
10
|
const _hoisted_1 = { class: "empty-state-title-container" };
|
|
@@ -93,6 +93,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
93
93
|
};
|
|
94
94
|
}
|
|
95
95
|
});
|
|
96
|
-
var EmptyState = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
96
|
+
var EmptyState = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f7dc2eca"]]);
|
|
97
97
|
|
|
98
98
|
export { EmptyState as default };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const EmptyStateTypes: () => import("vue").DefineComponent<{
|
|
2
|
-
size: {
|
|
3
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
4
|
-
} & {
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
2
|
title: {
|
|
8
3
|
type: import("vue").PropType<string>;
|
|
9
4
|
} & {
|
|
10
5
|
default: any;
|
|
11
6
|
};
|
|
7
|
+
size: {
|
|
8
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
9
|
+
} & {
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
12
|
fontSize: {
|
|
13
13
|
type: import("vue").PropType<string>;
|
|
14
14
|
} & {
|
|
@@ -59,16 +59,16 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
|
|
|
59
59
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
60
60
|
click: () => void;
|
|
61
61
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
62
|
-
size: {
|
|
63
|
-
type: import("vue").PropType<"sm" | "lg">;
|
|
64
|
-
} & {
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
62
|
title: {
|
|
68
63
|
type: import("vue").PropType<string>;
|
|
69
64
|
} & {
|
|
70
65
|
default: any;
|
|
71
66
|
};
|
|
67
|
+
size: {
|
|
68
|
+
type: import("vue").PropType<"sm" | "lg">;
|
|
69
|
+
} & {
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
72
|
fontSize: {
|
|
73
73
|
type: import("vue").PropType<string>;
|
|
74
74
|
} & {
|
|
@@ -119,8 +119,8 @@ declare const EmptyStateTypes: () => import("vue").DefineComponent<{
|
|
|
119
119
|
}>> & {
|
|
120
120
|
onClick?: () => any;
|
|
121
121
|
}, {
|
|
122
|
-
size: "sm" | "lg";
|
|
123
122
|
title: string;
|
|
123
|
+
size: "sm" | "lg";
|
|
124
124
|
fontSize: string;
|
|
125
125
|
iconName: "search" | "link" | "filter" | "a" | "b" | "style" | "image" | "switch" | "a-2" | "ab-test" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "add" | "analytics" | "android" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "block" | "border-color" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "cancel" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "ecpi" | "email" | "email-envelope" | "error" | "eye" | "favorite-border" | "filter-list" | "frame" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help" | "help-outline" | "history" | "ios" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "rotate" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad";
|
|
126
126
|
subtitle: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, normalizeClass, createSlots, withCtx, createVNode, renderSlot } from 'vue';
|
|
2
2
|
import Icon from '../icon/Icon.vue.js';
|
|
3
|
-
import Chip from '../chip/Chip.vue.js';
|
|
3
|
+
import Chip from '../chip/v3/Chip.vue.js';
|
|
4
4
|
import Text from '../typography/Text.vue.js';
|
|
5
5
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
6
6
|
|
|
@@ -50,6 +50,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
50
50
|
};
|
|
51
51
|
}
|
|
52
52
|
});
|
|
53
|
-
var AddFilterButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
53
|
+
var AddFilterButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d6c0167c"]]);
|
|
54
54
|
|
|
55
55
|
export { AddFilterButton as default };
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, unref, withCtx, createVNode, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import Dropdown from '../dropdown/Dropdown.vue.js';
|
|
3
|
-
import Option from '../dropdown/Option.vue.js';
|
|
2
|
+
import Dropdown from '../dropdown/v3/Dropdown.vue.js';
|
|
3
|
+
import Option from '../dropdown/common/Option.vue.js';
|
|
4
4
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
5
|
-
/* empty css *//* empty css
|
|
5
|
+
/* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css *//* empty css */import 'floating-vue';
|
|
6
|
+
/* empty css *//* empty css *//* empty css */import AddFilterButton from './AddFilterButton.vue.js';
|
|
6
7
|
/* empty css */
|
|
7
8
|
import "../../FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
8
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -54,6 +55,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
54
55
|
};
|
|
55
56
|
}
|
|
56
57
|
});
|
|
57
|
-
var FilterDropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
58
|
+
var FilterDropdown = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-14bde5f0"]]);
|
|
58
59
|
|
|
59
60
|
export { FilterDropdown as default };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode } from 'vue';
|
|
2
|
-
import Icon from '../icon/Icon.vue.js';
|
|
3
2
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
4
|
-
/* empty css
|
|
5
|
-
/* empty css
|
|
6
|
-
/* empty css
|
|
7
|
-
/* empty css
|
|
3
|
+
/* empty css */import Icon from '../icon/Icon.vue.js';
|
|
4
|
+
/* empty css *//* empty css *//* empty css *//* empty css */import 'floating-vue';
|
|
5
|
+
/* empty css *//* empty css *//* empty css */import '@vue/shared';
|
|
6
|
+
/* empty css *//* empty css */import '@vueuse/core';
|
|
7
|
+
/* empty css *//* empty css *//* empty css */import SearchInput from '../dropdown/common/SearchInput.vue.js';
|
|
8
8
|
/* empty css */
|
|
9
9
|
import "../../FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
10
10
|
const _hoisted_1 = {
|
|
@@ -49,6 +49,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
51
|
});
|
|
52
|
-
var FilterSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
52
|
+
var FilterSearchInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-16f37a44"]]);
|
|
53
53
|
|
|
54
54
|
export { FilterSearchInput as default };
|
|
@@ -2,9 +2,10 @@ import { defineComponent, openBlock, createBlock, Teleport, createVNode, Transit
|
|
|
2
2
|
import Icon from '../icon/Icon.vue.js';
|
|
3
3
|
import Close from '../icon/icons/Close.vue.js';
|
|
4
4
|
import { useVModel } from '@vueuse/core';
|
|
5
|
-
import
|
|
6
|
-
/* empty css
|
|
7
|
-
|
|
5
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
6
|
+
/* empty css *//* empty css */import IconButton from '../button/v3/IconButton.vue.js';
|
|
7
|
+
/* empty css */import 'floating-vue';
|
|
8
|
+
/* empty css *//* empty css *//* empty css */
|
|
8
9
|
import "../../FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
9
10
|
const _hoisted_1 = {
|
|
10
11
|
key: 0,
|
|
@@ -48,7 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
48
49
|
_ctx.$slots.actions ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
49
50
|
renderSlot(_ctx.$slots, "actions", {}, void 0, true)
|
|
50
51
|
])) : createCommentVNode("", true),
|
|
51
|
-
createVNode(IconButton, {
|
|
52
|
+
createVNode(unref(IconButton), {
|
|
52
53
|
class: "close-icon",
|
|
53
54
|
theme: "secondary",
|
|
54
55
|
variant: "colorized",
|
|
@@ -73,6 +74,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
73
74
|
};
|
|
74
75
|
}
|
|
75
76
|
});
|
|
76
|
-
var FloatingToolbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
77
|
+
var FloatingToolbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1ab7fe6a"]]);
|
|
77
78
|
|
|
78
79
|
export { FloatingToolbar as default };
|
|
@@ -84,13 +84,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
84
84
|
loading: boolean;
|
|
85
85
|
placement: Placement;
|
|
86
86
|
disabled: boolean;
|
|
87
|
+
hasSubtitle: boolean;
|
|
87
88
|
searchPlaceholder: string;
|
|
88
89
|
isOnTop: boolean;
|
|
89
90
|
distance: number;
|
|
90
91
|
autoFocus: boolean;
|
|
91
92
|
defaultOpen: boolean;
|
|
92
93
|
onSearch: (option: any, term: string) => boolean;
|
|
93
|
-
hasSubtitle: boolean;
|
|
94
94
|
titleText: string;
|
|
95
95
|
showClearAll: boolean;
|
|
96
96
|
alwayesOpen: boolean;
|