@ironsource/shared-ui 2.1.8-rc.3 → 2.1.8-rc.4
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_46d53424_lang.css +1 -0
- package/Typography.vue_vue_type_style_index_0_scoped_b00956b7_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +1 -1
- package/components/alert/index.d.ts +20 -20
- package/components/appHeader/AppHeader.vue.d.ts +1 -1
- package/components/appHeader/index.d.ts +9 -9
- package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
- package/components/appTrigger/index.d.ts +20 -20
- package/components/autocomplete/Autocomplete.vue.d.ts +4 -4
- package/components/autocomplete/index.d.ts +27 -27
- package/components/button/v3/Button.vue.d.ts +1 -1
- package/components/button/v3/ScrollButton.vue.d.ts +1 -1
- package/components/button/v3/index.d.ts +28 -28
- 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/v3/Checkbox.vue.d.ts +1 -1
- package/components/checkbox/v3/index.d.ts +20 -20
- package/components/checkbox/v4/CheckboxV4.vue.d.ts +1 -1
- package/components/checkbox/v4/index.d.ts +20 -20
- package/components/chip/v3/Chip.vue.d.ts +1 -1
- package/components/chip/v3/index.d.ts +20 -20
- package/components/chip/v4/ChipV4.vue.d.ts +1 -1
- package/components/chip/v4/index.d.ts +9 -9
- package/components/dateRange/common/DateRange.common.d.ts +1 -1
- package/components/dateRange/v3/DateRange.vue.d.ts +1 -1
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +1 -1
- package/components/dateRange/v3/index.d.ts +20 -20
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +1 -1
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +1 -1
- package/components/dateRange/v4/index.d.ts +20 -20
- package/components/dialog/v3/Dialog.vue.d.ts +1 -1
- package/components/dialog/v3/index.d.ts +20 -20
- package/components/dialog/v4/DialogV4.vue.d.ts +1 -1
- package/components/dialog/v4/index.d.ts +20 -20
- package/components/dropdown/v3/Dropdown.vue.d.ts +5 -5
- package/components/dropdown/v3/index.d.ts +96 -96
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/ChipDropdownTrigger.vue.d.ts +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +4 -4
- package/components/dropdown/v4/DropdownV4.vue.d.ts +5 -5
- package/components/dropdown/v4/OptionV4.vue.d.ts +3 -3
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +1 -1
- package/components/dropdown/v4/index.d.ts +188 -188
- package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
- package/components/filterDropdown/index.d.ts +9 -9
- package/components/forms/CardPanel.vue.d.ts +3 -3
- package/components/forms/FormRow.vue.d.ts +4 -4
- package/components/forms/index.d.ts +34 -34
- package/components/includeExclude/IncludeExclude.vue.d.ts +2 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +2 -2
- package/components/includeExclude/index.d.ts +78 -78
- package/components/inlineCopy/InlineCopy.vue.d.ts +3 -3
- package/components/inlineCopy/index.d.ts +25 -25
- package/components/input/v3/Input.vue.d.ts +1 -1
- package/components/input/v3/index.d.ts +44 -44
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/index.d.ts +34 -34
- package/components/layout/FoldableSection.vue.d.ts +1 -1
- package/components/layout/index.d.ts +20 -20
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +20 -20
- package/components/multibar/MultiBar.vue.d.ts +1 -1
- package/components/multibar/index.d.ts +12 -12
- package/components/popover/v3/Popover.vue.d.ts +4 -4
- package/components/popover/v3/index.d.ts +43 -43
- package/components/popover/v4/PopoverV4.vue.d.ts +4 -4
- package/components/popover/v4/index.d.ts +27 -27
- package/components/radioButton/v3/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/v3/index.d.ts +20 -20
- package/components/radioButton/v4/RadioGroupV4.vue.d.ts +1 -1
- package/components/radioButton/v4/index.d.ts +20 -20
- package/components/search/v3/Search.vue.d.ts +1 -1
- package/components/search/v3/index.d.ts +9 -9
- package/components/search/v4/SearchV4.vue.d.ts +1 -1
- package/components/search/v4/index.d.ts +9 -9
- package/components/shared/FieldHelpText.vue.d.ts +1 -1
- package/components/shared/FieldLabel.vue.d.ts +1 -1
- package/components/snackbar/common/snackbar.common.d.ts +1 -1
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +13 -13
- package/components/switch/v3/Switch.vue.d.ts +1 -1
- package/components/switch/v3/index.d.ts +20 -20
- package/components/table/v3/index.d.ts +16 -16
- package/components/table/v4/DataGrid.vue.js +2 -2
- package/components/table/v4/DataGrid.vue2.js +6 -6
- package/components/table/v4/index.d.ts +16 -16
- package/components/tabs/v3/Tabs.vue.d.ts +1 -1
- package/components/tabs/v3/index.d.ts +20 -20
- package/components/tabs/v4/TabsV4.vue.d.ts +1 -1
- package/components/tabs/v4/index.d.ts +20 -20
- package/components/textArea/v3/TextArea.vue.d.ts +1 -1
- package/components/textArea/v3/index.d.ts +9 -9
- package/components/textArea/v4/TextAreaV4.vue.d.ts +1 -1
- package/components/textArea/v4/index.d.ts +12 -12
- package/components/toggle/v3/Toggle.vue.d.ts +1 -1
- package/components/toggle/v3/index.d.ts +5 -5
- package/components/toggle/v4/ToggleV4.vue.d.ts +4 -4
- package/components/toggle/v4/index.d.ts +27 -27
- package/components/tooltip/v3/Tooltip.vue.d.ts +4 -4
- package/components/tooltip/v3/index.d.ts +34 -34
- package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -5
- package/components/tooltip/v4/index.d.ts +53 -53
- package/components/typography/Text.vue.d.ts +1 -1
- package/components/typography/index.d.ts +32 -32
- package/components/typography/v4/Typography.vue.d.ts +20 -0
- package/components/typography/v4/Typography.vue.js +3 -3
- package/components/typography/v4/Typography.vue2.js +40 -13
- package/components/typography/v4/index.d.ts +89 -13
- package/index.d.ts +1255 -1255
- package/package.json +1 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_7524407f_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_4c2254ef_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.sticky[data-v-46d53424]{position:sticky}.table-container[data-v-46d53424]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-46d53424]{display:flex;align-items:center;height:calc(var(--spacing-800) - 1px);border-bottom:1px solid var(--common-divider);background-color:var(--background-paper-elevation-0);position:sticky;left:0;padding:var(--spacing-300)}.table-header .table-title[data-v-46d53424]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-46d53424]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-46d53424]{width:13.75rem}.table-header.isStickyHeader[data-v-46d53424]{z-index:calc(var(--0f0d3395) + 3);top:0}.table-head-container[data-v-46d53424]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-46d53424]{color:var(--text-primary);background-color:var(--background-paper-elevation-0);padding:0 var(--spacing-300);display:flex;align-items:center;min-height:var(--spacing-600);border:1px solid var(--common-divider);border-radius:var(--border-radius-md);border-top-right-radius:0;border-top-left-radius:0}.table-body-wrapper[data-v-46d53424]{display:inline-table}.table-header-actions[data-v-46d53424]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-46d53424]{position:relative}.table-row.loading[data-v-46d53424]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-46d53424]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-46d53424]{border-bottom:none}.expanded-row[data-v-46d53424]{grid-column:var(--01312249);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-46d53424]{position:relative;display:block;overflow:auto;background:var(--background-paper-elevation-0);border:1px solid var(--common-divider);color:var(--text-primary);text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:var(--border-radius-md);border-collapse:collapse;border-spacing:0}table.hasFooter[data-v-46d53424]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-46d53424],table th[data-v-46d53424]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-46d53424]:first-of-type,table th[data-v-46d53424]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-46d53424]:last-of-type,table th[data-v-46d53424]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-46d53424],table th.expand-toggle-cell[data-v-46d53424]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-46d53424]{border-bottom:none;z-index:calc(var(--0f0d3395) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-46d53424]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--413dc702)}table>thead>tr>th[data-v-46d53424]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-46d53424]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-46d53424]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-46d53424]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-46d53424]{cursor:pointer}table>thead.sticky[data-v-46d53424]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-46d53424]{z-index:calc(var(--0f0d3395) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-46d53424]{display:block}table>tbody>*>tr[data-v-46d53424]{background-color:var(--background-default);min-height:var(--7a14020a);height:auto;display:grid;align-items:center;grid-template-columns:var(--413dc702)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-46d53424]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-46d53424],table>tbody>*>tr.activeMenu>td[data-v-46d53424]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-46d53424]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--7a14020a);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-46d53424]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-46d53424]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-46d53424]{justify-content:flex-end;text-align:right}.section-container[data-v-46d53424]{left:0}.sections[data-v-46d53424]{display:flex}.section[data-v-46d53424]{padding:0 1.5rem;background:var(--background-default);left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid var(--common-divider)}.table-cell[data-v-46d53424]{width:100%}.empty-state[data-v-46d53424]{min-height:250px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-b00956b7],.font-chart-2[data-v-b00956b7],.font-chart-1[data-v-b00956b7]{font-family:Inter,sans-serif;font-weight:700}.font-chip-label[data-v-b00956b7],.font-table-label[data-v-b00956b7],.font-button[data-v-b00956b7],.font-heading-6[data-v-b00956b7],.font-heading-5[data-v-b00956b7],.font-heading-4[data-v-b00956b7],.font-heading-3[data-v-b00956b7],.font-heading-2[data-v-b00956b7],.font-heading-1[data-v-b00956b7],.font-title[data-v-b00956b7]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-b00956b7],.font-input-label[data-v-b00956b7],.font-overline[data-v-b00956b7],.font-subtitle-2[data-v-b00956b7],.font-subtitle-1[data-v-b00956b7]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-b00956b7],.font-body-2[data-v-b00956b7],.font-body-1[data-v-b00956b7]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-b00956b7]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-b00956b7]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-b00956b7]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-b00956b7]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-b00956b7]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-b00956b7]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-b00956b7]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1[data-v-b00956b7]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-b00956b7]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-b00956b7]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-b00956b7]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-b00956b7]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-b00956b7]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-b00956b7]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-b00956b7]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-b00956b7]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-b00956b7]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-b00956b7]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-b00956b7],.font-tab-label2[data-v-b00956b7]{font-size:.875rem;line-height:1rem}.font-chip-label[data-v-b00956b7]{font-size:.75rem;line-height:1rem}h1[data-v-b00956b7],h2[data-v-b00956b7],h3[data-v-b00956b7],h4[data-v-b00956b7],h5[data-v-b00956b7],h6[data-v-b00956b7]{margin:0}.antialiased[data-v-b00956b7]{-webkit-font-smoothing:antialiased}.truncate[data-v-b00956b7]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.typography-tooltip[data-v-b00956b7],.typography-tooltip[data-v-b00956b7] .container{display:block}
|
|
@@ -62,9 +62,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
62
62
|
onActionButtonClick?: () => any;
|
|
63
63
|
}, {
|
|
64
64
|
title: string;
|
|
65
|
+
testId: string;
|
|
65
66
|
variant: "outlined" | "standard";
|
|
66
67
|
color: "danger" | "info" | "success" | "warning";
|
|
67
|
-
testId: string;
|
|
68
68
|
description: string;
|
|
69
69
|
dismissible: boolean;
|
|
70
70
|
actionText: string;
|
|
@@ -5,9 +5,9 @@ declare const AlertTypes: () => ({
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
title: string;
|
|
8
|
+
testId: string;
|
|
8
9
|
variant: "outlined" | "standard";
|
|
9
10
|
color: "danger" | "info" | "success" | "warning";
|
|
10
|
-
testId: string;
|
|
11
11
|
description: string;
|
|
12
12
|
dismissible: boolean;
|
|
13
13
|
actionText: string;
|
|
@@ -22,6 +22,10 @@ declare const AlertTypes: () => ({
|
|
|
22
22
|
type: import("vue").PropType<string>;
|
|
23
23
|
default: string;
|
|
24
24
|
};
|
|
25
|
+
testId: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
25
29
|
variant: {
|
|
26
30
|
type: import("vue").PropType<"outlined" | "standard">;
|
|
27
31
|
default: string;
|
|
@@ -30,10 +34,6 @@ declare const AlertTypes: () => ({
|
|
|
30
34
|
type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
|
|
31
35
|
default: string;
|
|
32
36
|
};
|
|
33
|
-
testId: {
|
|
34
|
-
type: import("vue").PropType<string>;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
37
|
description: {
|
|
38
38
|
type: import("vue").PropType<string>;
|
|
39
39
|
default: string;
|
|
@@ -73,7 +73,7 @@ declare const AlertTypes: () => ({
|
|
|
73
73
|
}>> & {
|
|
74
74
|
onClose?: () => any;
|
|
75
75
|
onActionButtonClick?: () => any;
|
|
76
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "
|
|
76
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "testId" | "variant" | "color" | "description" | "dismissible" | "actionText" | "actionVariant" | "actionIconName" | "actionLoading" | "actionSize" | "rounded" | "hideIcon">;
|
|
77
77
|
$attrs: {
|
|
78
78
|
[x: string]: unknown;
|
|
79
79
|
};
|
|
@@ -92,6 +92,10 @@ declare const AlertTypes: () => ({
|
|
|
92
92
|
type: import("vue").PropType<string>;
|
|
93
93
|
default: string;
|
|
94
94
|
};
|
|
95
|
+
testId: {
|
|
96
|
+
type: import("vue").PropType<string>;
|
|
97
|
+
default: string;
|
|
98
|
+
};
|
|
95
99
|
variant: {
|
|
96
100
|
type: import("vue").PropType<"outlined" | "standard">;
|
|
97
101
|
default: string;
|
|
@@ -100,10 +104,6 @@ declare const AlertTypes: () => ({
|
|
|
100
104
|
type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
|
|
101
105
|
default: string;
|
|
102
106
|
};
|
|
103
|
-
testId: {
|
|
104
|
-
type: import("vue").PropType<string>;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
107
|
description: {
|
|
108
108
|
type: import("vue").PropType<string>;
|
|
109
109
|
default: string;
|
|
@@ -148,9 +148,9 @@ declare const AlertTypes: () => ({
|
|
|
148
148
|
actionButtonClick: () => void;
|
|
149
149
|
}, string, {
|
|
150
150
|
title: string;
|
|
151
|
+
testId: string;
|
|
151
152
|
variant: "outlined" | "standard";
|
|
152
153
|
color: "danger" | "info" | "success" | "warning";
|
|
153
|
-
testId: string;
|
|
154
154
|
description: string;
|
|
155
155
|
dismissible: boolean;
|
|
156
156
|
actionText: string;
|
|
@@ -185,6 +185,10 @@ declare const AlertTypes: () => ({
|
|
|
185
185
|
type: import("vue").PropType<string>;
|
|
186
186
|
default: string;
|
|
187
187
|
};
|
|
188
|
+
testId: {
|
|
189
|
+
type: import("vue").PropType<string>;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
188
192
|
variant: {
|
|
189
193
|
type: import("vue").PropType<"outlined" | "standard">;
|
|
190
194
|
default: string;
|
|
@@ -193,10 +197,6 @@ declare const AlertTypes: () => ({
|
|
|
193
197
|
type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
|
|
194
198
|
default: string;
|
|
195
199
|
};
|
|
196
|
-
testId: {
|
|
197
|
-
type: import("vue").PropType<string>;
|
|
198
|
-
default: string;
|
|
199
|
-
};
|
|
200
200
|
description: {
|
|
201
201
|
type: import("vue").PropType<string>;
|
|
202
202
|
default: string;
|
|
@@ -245,6 +245,10 @@ declare const AlertTypes: () => ({
|
|
|
245
245
|
type: import("vue").PropType<string>;
|
|
246
246
|
default: string;
|
|
247
247
|
};
|
|
248
|
+
testId: {
|
|
249
|
+
type: import("vue").PropType<string>;
|
|
250
|
+
default: string;
|
|
251
|
+
};
|
|
248
252
|
variant: {
|
|
249
253
|
type: import("vue").PropType<"outlined" | "standard">;
|
|
250
254
|
default: string;
|
|
@@ -253,10 +257,6 @@ declare const AlertTypes: () => ({
|
|
|
253
257
|
type: import("vue").PropType<"danger" | "info" | "success" | "warning">;
|
|
254
258
|
default: string;
|
|
255
259
|
};
|
|
256
|
-
testId: {
|
|
257
|
-
type: import("vue").PropType<string>;
|
|
258
|
-
default: string;
|
|
259
|
-
};
|
|
260
260
|
description: {
|
|
261
261
|
type: import("vue").PropType<string>;
|
|
262
262
|
default: string;
|
|
@@ -301,9 +301,9 @@ declare const AlertTypes: () => ({
|
|
|
301
301
|
actionButtonClick: () => void;
|
|
302
302
|
}, string, {
|
|
303
303
|
title: string;
|
|
304
|
+
testId: string;
|
|
304
305
|
variant: "outlined" | "standard";
|
|
305
306
|
color: "danger" | "info" | "success" | "warning";
|
|
306
|
-
testId: string;
|
|
307
307
|
description: string;
|
|
308
308
|
dismissible: boolean;
|
|
309
309
|
actionText: string;
|
|
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
38
38
|
name: string;
|
|
39
39
|
type: 'small' | 'normal';
|
|
40
40
|
image: string;
|
|
41
|
-
platform: 'android' | 'ios';
|
|
42
41
|
testId: string;
|
|
42
|
+
platform: 'android' | 'ios';
|
|
43
43
|
appKey: string;
|
|
44
44
|
showAbIcon: boolean;
|
|
45
45
|
}>;
|
|
@@ -14,13 +14,13 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
14
14
|
required: true;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
|
-
|
|
18
|
-
type: import("vue").PropType<
|
|
17
|
+
testId: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
19
|
required: true;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
-
|
|
23
|
-
type: import("vue").PropType<
|
|
22
|
+
platform: {
|
|
23
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
24
24
|
required: true;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
@@ -50,13 +50,13 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
50
50
|
required: true;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
|
-
|
|
54
|
-
type: import("vue").PropType<
|
|
53
|
+
testId: {
|
|
54
|
+
type: import("vue").PropType<string>;
|
|
55
55
|
required: true;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
|
-
|
|
59
|
-
type: import("vue").PropType<
|
|
58
|
+
platform: {
|
|
59
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
60
60
|
required: true;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
@@ -75,8 +75,8 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
75
75
|
name: string;
|
|
76
76
|
type: "small" | "normal";
|
|
77
77
|
image: string;
|
|
78
|
-
platform: "android" | "ios";
|
|
79
78
|
testId: string;
|
|
79
|
+
platform: "android" | "ios";
|
|
80
80
|
appKey: string;
|
|
81
81
|
showAbIcon: boolean;
|
|
82
82
|
}>[];
|
|
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
24
24
|
singleAppSelection: boolean;
|
|
25
25
|
testId: string;
|
|
26
26
|
}>>>, {
|
|
27
|
-
loading: boolean;
|
|
28
27
|
testId: string;
|
|
28
|
+
loading: boolean;
|
|
29
29
|
selected: Application[];
|
|
30
30
|
options: Application[];
|
|
31
31
|
singleAppSelection: boolean;
|
|
@@ -3,20 +3,20 @@ declare const AppTriggerTypes: () => ({
|
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
|
-
loading: boolean;
|
|
7
6
|
testId: string;
|
|
7
|
+
loading: boolean;
|
|
8
8
|
selected: import("../includeExclude/includeExcludeMocks").Application[];
|
|
9
9
|
options: import("../includeExclude/includeExcludeMocks").Application[];
|
|
10
10
|
singleAppSelection: boolean;
|
|
11
11
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
loading: {
|
|
13
|
-
type: import("vue").PropType<boolean>;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
12
|
testId: {
|
|
17
13
|
type: import("vue").PropType<string>;
|
|
18
14
|
default: string;
|
|
19
15
|
};
|
|
16
|
+
loading: {
|
|
17
|
+
type: import("vue").PropType<boolean>;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
20
|
selected: {
|
|
21
21
|
type: import("vue").PropType<import("../includeExclude/includeExcludeMocks").Application[]>;
|
|
22
22
|
default: any;
|
|
@@ -29,7 +29,7 @@ declare const AppTriggerTypes: () => ({
|
|
|
29
29
|
type: import("vue").PropType<boolean>;
|
|
30
30
|
default: boolean;
|
|
31
31
|
};
|
|
32
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
32
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "loading" | "selected" | "options" | "singleAppSelection">;
|
|
33
33
|
$attrs: {
|
|
34
34
|
[x: string]: unknown;
|
|
35
35
|
};
|
|
@@ -44,14 +44,14 @@ declare const AppTriggerTypes: () => ({
|
|
|
44
44
|
$emit: (event: string, ...args: any[]) => void;
|
|
45
45
|
$el: any;
|
|
46
46
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
47
|
-
loading: {
|
|
48
|
-
type: import("vue").PropType<boolean>;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
47
|
testId: {
|
|
52
48
|
type: import("vue").PropType<string>;
|
|
53
49
|
default: string;
|
|
54
50
|
};
|
|
51
|
+
loading: {
|
|
52
|
+
type: import("vue").PropType<boolean>;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
55
|
selected: {
|
|
56
56
|
type: import("vue").PropType<import("../includeExclude/includeExcludeMocks").Application[]>;
|
|
57
57
|
default: any;
|
|
@@ -65,8 +65,8 @@ declare const AppTriggerTypes: () => ({
|
|
|
65
65
|
default: boolean;
|
|
66
66
|
};
|
|
67
67
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
68
|
-
loading: boolean;
|
|
69
68
|
testId: string;
|
|
69
|
+
loading: boolean;
|
|
70
70
|
selected: import("../includeExclude/includeExcludeMocks").Application[];
|
|
71
71
|
options: import("../includeExclude/includeExcludeMocks").Application[];
|
|
72
72
|
singleAppSelection: boolean;
|
|
@@ -91,14 +91,14 @@ declare const AppTriggerTypes: () => ({
|
|
|
91
91
|
$nextTick: typeof import("vue").nextTick;
|
|
92
92
|
$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;
|
|
93
93
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
94
|
-
loading: {
|
|
95
|
-
type: import("vue").PropType<boolean>;
|
|
96
|
-
default: boolean;
|
|
97
|
-
};
|
|
98
94
|
testId: {
|
|
99
95
|
type: import("vue").PropType<string>;
|
|
100
96
|
default: string;
|
|
101
97
|
};
|
|
98
|
+
loading: {
|
|
99
|
+
type: import("vue").PropType<boolean>;
|
|
100
|
+
default: boolean;
|
|
101
|
+
};
|
|
102
102
|
selected: {
|
|
103
103
|
type: import("vue").PropType<import("../includeExclude/includeExcludeMocks").Application[]>;
|
|
104
104
|
default: any;
|
|
@@ -116,14 +116,14 @@ declare const AppTriggerTypes: () => ({
|
|
|
116
116
|
__isTeleport?: never;
|
|
117
117
|
__isSuspense?: never;
|
|
118
118
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
119
|
-
loading: {
|
|
120
|
-
type: import("vue").PropType<boolean>;
|
|
121
|
-
default: boolean;
|
|
122
|
-
};
|
|
123
119
|
testId: {
|
|
124
120
|
type: import("vue").PropType<string>;
|
|
125
121
|
default: string;
|
|
126
122
|
};
|
|
123
|
+
loading: {
|
|
124
|
+
type: import("vue").PropType<boolean>;
|
|
125
|
+
default: boolean;
|
|
126
|
+
};
|
|
127
127
|
selected: {
|
|
128
128
|
type: import("vue").PropType<import("../includeExclude/includeExcludeMocks").Application[]>;
|
|
129
129
|
default: any;
|
|
@@ -137,8 +137,8 @@ declare const AppTriggerTypes: () => ({
|
|
|
137
137
|
default: boolean;
|
|
138
138
|
};
|
|
139
139
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
140
|
-
loading: boolean;
|
|
141
140
|
testId: string;
|
|
141
|
+
loading: boolean;
|
|
142
142
|
selected: import("../includeExclude/includeExcludeMocks").Application[];
|
|
143
143
|
options: import("../includeExclude/includeExcludeMocks").Application[];
|
|
144
144
|
singleAppSelection: boolean;
|
|
@@ -7,7 +7,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
7
7
|
labelDirection?: "top" | "inside";
|
|
8
8
|
mandatory?: boolean;
|
|
9
9
|
hoverHelpText?: string;
|
|
10
|
-
hoverHelpTextPlacement?: "
|
|
10
|
+
hoverHelpTextPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
11
11
|
feedbackVariant?: "success" | "warning" | "error";
|
|
12
12
|
feedbackText?: string;
|
|
13
13
|
showFeedbackTextIcon?: boolean;
|
|
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
56
56
|
labelDirection?: "top" | "inside";
|
|
57
57
|
mandatory?: boolean;
|
|
58
58
|
hoverHelpText?: string;
|
|
59
|
-
hoverHelpTextPlacement?: "
|
|
59
|
+
hoverHelpTextPlacement?: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
60
60
|
feedbackVariant?: "success" | "warning" | "error";
|
|
61
61
|
feedbackText?: string;
|
|
62
62
|
showFeedbackTextIcon?: boolean;
|
|
@@ -98,12 +98,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
98
98
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
99
99
|
}, {
|
|
100
100
|
label: string;
|
|
101
|
+
testId: string;
|
|
101
102
|
disabled: boolean;
|
|
102
103
|
size: "small" | "medium" | "large";
|
|
103
104
|
mandatory: boolean;
|
|
104
|
-
testId: string;
|
|
105
105
|
hoverHelpText: string;
|
|
106
|
-
hoverHelpTextPlacement: "
|
|
106
|
+
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
107
107
|
maxLength: number;
|
|
108
108
|
modelValue: string | number;
|
|
109
109
|
placeholder: string;
|
|
@@ -5,12 +5,12 @@ declare const AutocompleteTypes: () => ({
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
label: string;
|
|
8
|
+
testId: string;
|
|
8
9
|
disabled: boolean;
|
|
9
10
|
size: "small" | "medium" | "large";
|
|
10
11
|
mandatory: boolean;
|
|
11
|
-
testId: string;
|
|
12
12
|
hoverHelpText: string;
|
|
13
|
-
hoverHelpTextPlacement: "
|
|
13
|
+
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
14
14
|
maxLength: number;
|
|
15
15
|
modelValue: string | number;
|
|
16
16
|
placeholder: string;
|
|
@@ -29,6 +29,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
29
29
|
type: import("vue").PropType<string>;
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
|
+
testId: {
|
|
33
|
+
type: import("vue").PropType<string>;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
32
36
|
disabled: {
|
|
33
37
|
type: import("vue").PropType<boolean>;
|
|
34
38
|
default: boolean;
|
|
@@ -41,10 +45,6 @@ declare const AutocompleteTypes: () => ({
|
|
|
41
45
|
type: import("vue").PropType<boolean>;
|
|
42
46
|
default: boolean;
|
|
43
47
|
};
|
|
44
|
-
testId: {
|
|
45
|
-
type: import("vue").PropType<string>;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
48
|
options: {
|
|
49
49
|
type: import("vue").PropType<unknown[] | {
|
|
50
50
|
id: string;
|
|
@@ -57,7 +57,7 @@ declare const AutocompleteTypes: () => ({
|
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
59
|
hoverHelpTextPlacement: {
|
|
60
|
-
type: import("vue").PropType<"
|
|
60
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
63
63
|
maxLength: {
|
|
@@ -118,7 +118,7 @@ declare const AutocompleteTypes: () => ({
|
|
|
118
118
|
};
|
|
119
119
|
}>> & {
|
|
120
120
|
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
121
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "
|
|
121
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "label" | "testId" | "disabled" | "size" | "mandatory" | "hoverHelpText" | "hoverHelpTextPlacement" | "maxLength" | "modelValue" | "placeholder" | "labelDirection" | "maxLengthCounterPosition" | "inlineError" | "inlineErrorText" | "feedbackText" | "feedbackVariant" | "showFeedbackTextIcon" | "onSearch" | "optionNameKey" | "optionsListWidth">;
|
|
122
122
|
$attrs: {
|
|
123
123
|
[x: string]: unknown;
|
|
124
124
|
};
|
|
@@ -137,6 +137,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
137
137
|
type: import("vue").PropType<string>;
|
|
138
138
|
default: string;
|
|
139
139
|
};
|
|
140
|
+
testId: {
|
|
141
|
+
type: import("vue").PropType<string>;
|
|
142
|
+
default: string;
|
|
143
|
+
};
|
|
140
144
|
disabled: {
|
|
141
145
|
type: import("vue").PropType<boolean>;
|
|
142
146
|
default: boolean;
|
|
@@ -149,10 +153,6 @@ declare const AutocompleteTypes: () => ({
|
|
|
149
153
|
type: import("vue").PropType<boolean>;
|
|
150
154
|
default: boolean;
|
|
151
155
|
};
|
|
152
|
-
testId: {
|
|
153
|
-
type: import("vue").PropType<string>;
|
|
154
|
-
default: string;
|
|
155
|
-
};
|
|
156
156
|
options: {
|
|
157
157
|
type: import("vue").PropType<unknown[] | {
|
|
158
158
|
id: string;
|
|
@@ -165,7 +165,7 @@ declare const AutocompleteTypes: () => ({
|
|
|
165
165
|
default: string;
|
|
166
166
|
};
|
|
167
167
|
hoverHelpTextPlacement: {
|
|
168
|
-
type: import("vue").PropType<"
|
|
168
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
169
169
|
default: string;
|
|
170
170
|
};
|
|
171
171
|
maxLength: {
|
|
@@ -230,12 +230,12 @@ declare const AutocompleteTypes: () => ({
|
|
|
230
230
|
"update:modelValue": (value: string | number) => void;
|
|
231
231
|
}, string, {
|
|
232
232
|
label: string;
|
|
233
|
+
testId: string;
|
|
233
234
|
disabled: boolean;
|
|
234
235
|
size: "small" | "medium" | "large";
|
|
235
236
|
mandatory: boolean;
|
|
236
|
-
testId: string;
|
|
237
237
|
hoverHelpText: string;
|
|
238
|
-
hoverHelpTextPlacement: "
|
|
238
|
+
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
239
239
|
maxLength: number;
|
|
240
240
|
modelValue: string | number;
|
|
241
241
|
placeholder: string;
|
|
@@ -274,6 +274,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
274
274
|
type: import("vue").PropType<string>;
|
|
275
275
|
default: string;
|
|
276
276
|
};
|
|
277
|
+
testId: {
|
|
278
|
+
type: import("vue").PropType<string>;
|
|
279
|
+
default: string;
|
|
280
|
+
};
|
|
277
281
|
disabled: {
|
|
278
282
|
type: import("vue").PropType<boolean>;
|
|
279
283
|
default: boolean;
|
|
@@ -286,10 +290,6 @@ declare const AutocompleteTypes: () => ({
|
|
|
286
290
|
type: import("vue").PropType<boolean>;
|
|
287
291
|
default: boolean;
|
|
288
292
|
};
|
|
289
|
-
testId: {
|
|
290
|
-
type: import("vue").PropType<string>;
|
|
291
|
-
default: string;
|
|
292
|
-
};
|
|
293
293
|
options: {
|
|
294
294
|
type: import("vue").PropType<unknown[] | {
|
|
295
295
|
id: string;
|
|
@@ -302,7 +302,7 @@ declare const AutocompleteTypes: () => ({
|
|
|
302
302
|
default: string;
|
|
303
303
|
};
|
|
304
304
|
hoverHelpTextPlacement: {
|
|
305
|
-
type: import("vue").PropType<"
|
|
305
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
306
306
|
default: string;
|
|
307
307
|
};
|
|
308
308
|
maxLength: {
|
|
@@ -372,6 +372,10 @@ declare const AutocompleteTypes: () => ({
|
|
|
372
372
|
type: import("vue").PropType<string>;
|
|
373
373
|
default: string;
|
|
374
374
|
};
|
|
375
|
+
testId: {
|
|
376
|
+
type: import("vue").PropType<string>;
|
|
377
|
+
default: string;
|
|
378
|
+
};
|
|
375
379
|
disabled: {
|
|
376
380
|
type: import("vue").PropType<boolean>;
|
|
377
381
|
default: boolean;
|
|
@@ -384,10 +388,6 @@ declare const AutocompleteTypes: () => ({
|
|
|
384
388
|
type: import("vue").PropType<boolean>;
|
|
385
389
|
default: boolean;
|
|
386
390
|
};
|
|
387
|
-
testId: {
|
|
388
|
-
type: import("vue").PropType<string>;
|
|
389
|
-
default: string;
|
|
390
|
-
};
|
|
391
391
|
options: {
|
|
392
392
|
type: import("vue").PropType<unknown[] | {
|
|
393
393
|
id: string;
|
|
@@ -400,7 +400,7 @@ declare const AutocompleteTypes: () => ({
|
|
|
400
400
|
default: string;
|
|
401
401
|
};
|
|
402
402
|
hoverHelpTextPlacement: {
|
|
403
|
-
type: import("vue").PropType<"
|
|
403
|
+
type: import("vue").PropType<"top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end">;
|
|
404
404
|
default: string;
|
|
405
405
|
};
|
|
406
406
|
maxLength: {
|
|
@@ -465,12 +465,12 @@ declare const AutocompleteTypes: () => ({
|
|
|
465
465
|
"update:modelValue": (value: string | number) => void;
|
|
466
466
|
}, string, {
|
|
467
467
|
label: string;
|
|
468
|
+
testId: string;
|
|
468
469
|
disabled: boolean;
|
|
469
470
|
size: "small" | "medium" | "large";
|
|
470
471
|
mandatory: boolean;
|
|
471
|
-
testId: string;
|
|
472
472
|
hoverHelpText: string;
|
|
473
|
-
hoverHelpTextPlacement: "
|
|
473
|
+
hoverHelpTextPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
474
474
|
maxLength: number;
|
|
475
475
|
modelValue: string | number;
|
|
476
476
|
placeholder: string;
|
|
@@ -19,8 +19,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
19
|
size: string;
|
|
20
20
|
testId: string;
|
|
21
21
|
}>>>, {
|
|
22
|
-
size: "sm" | "md" | "lg";
|
|
23
22
|
testId: string;
|
|
23
|
+
size: "sm" | "md" | "lg";
|
|
24
24
|
leftIconName: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "ab-test" | "help" | "block" | "add" | "rotate" | "visibility" | "border-color" | "info" | "success" | "warning" | "error" | "close" | "check-circle" | "warning-octagon" | "cancel" | "pause" | "android" | "ios" | "FiltersSearch" | "a-2" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "analytics" | "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" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "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" | "duplicate" | "ecpi" | "email" | "email-envelope" | "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-outline" | "history" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "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-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" | "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-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-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4";
|
|
25
25
|
rightIconName: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "ab-test" | "help" | "block" | "add" | "rotate" | "visibility" | "border-color" | "info" | "success" | "warning" | "error" | "close" | "check-circle" | "warning-octagon" | "cancel" | "pause" | "android" | "ios" | "FiltersSearch" | "a-2" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "analytics" | "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" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "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" | "duplicate" | "ecpi" | "email" | "email-envelope" | "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-outline" | "history" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "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-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" | "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-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-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4";
|
|
26
26
|
}>, {
|
|
@@ -23,10 +23,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
23
23
|
}>>> & {
|
|
24
24
|
onScrolled?: (...args: any[]) => any;
|
|
25
25
|
}, {
|
|
26
|
+
tooltipText: string;
|
|
26
27
|
show: boolean;
|
|
27
28
|
position: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
|
|
28
29
|
iconName: string;
|
|
29
|
-
tooltipText: string;
|
|
30
30
|
}>;
|
|
31
31
|
export default _default;
|
|
32
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|