@ironsource/shared-ui 2.1.11-test.46 → 2.1.11-test.49
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/Chart.vue_vue_type_style_index_0_scoped_277fde76_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_b883d1fa_lang.css +1 -0
- package/components/alert/Alert.stories.d.ts +8 -0
- package/components/appHeader/AppHeader.stories.d.ts +98 -0
- package/components/appIcon/AppIcon.spec.d.ts +1 -0
- package/components/appIcon/AppIcon.stories.d.ts +32 -0
- package/components/appTrigger/AppTrigger.spec.d.ts +1 -0
- package/components/appTrigger/AppTrigger.stories.d.ts +163 -0
- package/components/autocomplete/Autocomplete.stories.d.ts +9 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.spec.d.ts +1 -0
- package/components/autocompleteDropdown/AutocompleteDropdown.stories.d.ts +232 -0
- package/components/banner/Banner.spec.d.ts +1 -0
- package/components/banner/Banner.stories.d.ts +122 -0
- package/components/button/v3/Button.spec.d.ts +1 -0
- package/components/button/v3/Button.stories.d.ts +155 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/ButtonBase.spec.d.ts +1 -0
- package/components/button/v3/IconButton.stories.d.ts +150 -0
- package/components/button/v3/ScrollButton.stories.d.ts +55 -0
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/Button.stories.d.ts +275 -0
- package/components/button/v4/ButtonGroup.stories.d.ts +120 -0
- package/components/button/v4/IconButton.stories.d.ts +206 -0
- package/components/button/v4/ToggleButtonGroupAB.stories.d.ts +182 -0
- package/components/chart/Chart.stories.d.ts +17 -0
- package/components/chart/Chart.vue.d.ts +6 -1
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +69 -66
- package/components/chart/index.d.ts +39 -20
- package/components/checkbox/v3/Checkbox.spec.d.ts +1 -0
- package/components/checkbox/v3/Checkbox.stories.d.ts +187 -0
- package/components/checkbox/v4/CheckboxV4.stories.d.ts +7 -0
- package/components/chip/v3/Chip.spec.d.ts +1 -0
- package/components/chip/v3/Chip.stories.d.ts +170 -0
- package/components/chip/v4/ChipV4.stories.d.ts +7 -0
- package/components/datePicker/v3/DatePicker.stories.d.ts +189 -0
- package/components/datePicker/v4/DatePicker.stories.d.ts +261 -0
- package/components/dateRange/v3/DateRange.stories.d.ts +415 -0
- package/components/dateRange/v4/DateRange.stories.d.ts +412 -0
- package/components/dialog/v3/Dialog.spec.d.ts +1 -0
- package/components/dialog/v3/Dialog.stories.d.ts +374 -0
- package/components/dialog/v4/DialogV4.stories.d.ts +9 -0
- package/components/dropdown/v3/Dropdown.spec.d.ts +1 -0
- package/components/dropdown/v3/Dropdown.stories.d.ts +1161 -0
- package/components/dropdown/v4/AppDropdownTrigger.stories.d.ts +487 -0
- package/components/dropdown/v4/ButtonDropdownTrigger.stories.d.ts +10 -0
- package/components/dropdown/v4/ButtonFilterDropdownTrigger.stories.d.ts +8 -0
- package/components/dropdown/v4/ChipDropdownTrigger.stories.d.ts +135 -0
- package/components/dropdown/v4/Conditional.stories.d.ts +711 -0
- package/components/dropdown/v4/DefaultDropdownTrigger.stories.d.ts +598 -0
- package/components/dropdown/v4/IconButtonDropdownTrigger.stories.d.ts +20 -0
- package/components/dropdown/v4/MultiSelection.stories.d.ts +3769 -0
- package/components/dropdown/v4/SingleSelection.stories.d.ts +5688 -0
- package/components/dropdown/v4/TreeDropdown.stories.d.ts +9 -0
- package/components/dropdown/v4/TreeDropdown.vue.d.ts +0 -5
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +186 -193
- package/components/dropdown/v4/index.d.ts +1 -24
- package/components/emptyState/v3/EmptyState.spec.d.ts +1 -0
- package/components/emptyState/v3/EmptyState.stories.d.ts +295 -0
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/emptyState/v4/EmptyStateV4.stories.d.ts +6 -0
- package/components/filterDropdown/AddFilterButton.spec.d.ts +1 -0
- package/components/filterDropdown/AddFilterButton.stories.d.ts +108 -0
- package/components/filterDropdown/FilterDropdown.spec.d.ts +1 -0
- package/components/filterDropdown/FilterDropdown.stories.d.ts +70 -0
- package/components/filtersPanel/v3/FiltersPanel.spec.d.ts +1 -0
- package/components/filtersPanel/v3/FiltersPanel.stories.d.ts +8 -0
- package/components/filtersPanel/v4/FiltersPanelV4.stories.d.ts +4 -0
- package/components/floatingToolbar/FloatingToolbar.spec.d.ts +1 -0
- package/components/floatingToolbar/FloatingToolbar.stories.d.ts +127 -0
- package/components/forms/CardPanel.stories.d.ts +6 -0
- package/components/forms/FormCard.stories.d.ts +9 -0
- package/components/forms/FormRow.stories.d.ts +4 -0
- package/components/forms/validation/Validation.stories.d.ts +4 -0
- package/components/forms/validation/examples/dynamicForm/DynamicForm.stories.d.ts +7 -0
- package/components/forms/validation/examples/simpleForm/SimpleForm.stories.d.ts +7 -0
- package/components/icon/v3/Icon.spec.d.ts +1 -0
- package/components/icon/v3/Icon.stories.d.ts +112 -0
- package/components/icon/v4/IconFlag.stories.d.ts +5 -0
- package/components/icon/v4/IconV4.spec.d.ts +1 -0
- package/components/icon/v4/IconV4.stories.d.ts +195 -0
- package/components/includeExclude/EditColumns.stories.d.ts +490 -0
- package/components/includeExclude/IncludeExclude.spec.d.ts +1 -0
- package/components/includeExclude/IncludeExclude.stories.d.ts +456 -0
- package/components/inlineCopy/InlineCopy.stories.d.ts +112 -0
- package/components/input/v3/DollarInput.spec.d.ts +1 -0
- package/components/input/v3/DollarInput.stories.d.ts +275 -0
- package/components/input/v3/Input.spec.d.ts +1 -0
- package/components/input/v3/Input.stories.d.ts +1182 -0
- package/components/input/v3/PasswordInput.stories.d.ts +272 -0
- package/components/input/v3/PercentageInput.stories.d.ts +281 -0
- package/components/input/v4/TextField.stories.d.ts +14 -0
- package/components/layout/FoldableSection.stories.d.ts +4 -0
- package/components/loader/v4/Loader.stories.d.ts +136 -0
- package/components/menu/Menu.stories.d.ts +175 -0
- package/components/menuItem/MenuItem.spec.d.ts +1 -0
- package/components/menuItem/MenuItem.stories.d.ts +55 -0
- package/components/multibar/MultiBar.stories.d.ts +7 -0
- package/components/popover/v3/Popover.spec.d.ts +1 -0
- package/components/popover/v3/Popover.stories.d.ts +214 -0
- package/components/popover/v4/Popover.stories.d.ts +271 -0
- package/components/radioButton/v3/RadioButton.spec.d.ts +1 -0
- package/components/radioButton/v3/RadioButton.stories.d.ts +368 -0
- package/components/radioButton/v4/RadioButtonV4.stories.d.ts +7 -0
- package/components/search/v3/Search.spec.d.ts +1 -0
- package/components/search/v3/Search.stories.d.ts +75 -0
- package/components/search/v4/Search.stories.d.ts +63 -0
- package/components/skeleton/v3/Skeleton.spec.d.ts +1 -0
- package/components/skeleton/v3/Skeleton.stories.d.ts +83 -0
- package/components/skeleton/v4/SkeletonV4.stories.d.ts +5 -0
- package/components/snackbar/v3/Snackbar.spec.d.ts +1 -0
- package/components/snackbar/v3/Snackbar.stories.d.ts +22 -0
- package/components/snackbar/v4/Snackbar.stories.d.ts +24 -0
- package/components/sortableList/SortableList.stories.d.ts +5 -0
- package/components/statusDot/StatusDot.stories.d.ts +21 -0
- package/components/switch/v3/Switch.spec.d.ts +1 -0
- package/components/switch/v3/Switch.stories.d.ts +147 -0
- package/components/switch/v4/Switch.spec.d.ts +1 -0
- package/components/switch/v4/Switch.stories.d.ts +48 -0
- package/components/table/v3/Table.spec.d.ts +1 -0
- package/components/table/v3/Table.stories.d.ts +1227 -0
- package/components/table/v3/TableCheckbox.stories.d.ts +814 -0
- package/components/table/v4/DataGrid.stories.d.ts +24 -0
- package/components/table/v4/DataGrid.vue.d.ts +1 -1
- package/components/table/v4/MultipleDataGrid.stories.d.ts +4 -0
- package/components/table/v4/index.d.ts +20 -20
- package/components/tabs/v3/Tabs.spec.d.ts +1 -0
- package/components/tabs/v3/Tabs.stories.d.ts +172 -0
- package/components/tabs/v4/TabsV4.stories.d.ts +8 -0
- package/components/textArea/v3/TextArea.spec.d.ts +1 -0
- package/components/textArea/v3/TextArea.stories.d.ts +89 -0
- package/components/textArea/v4/TextAreaV4.stories.d.ts +9 -0
- package/components/toggle/v3/Toggle.spec.d.ts +1 -0
- package/components/toggle/v3/Toggle.stories.d.ts +107 -0
- package/components/toggle/v4/ToggleV4.stories.d.ts +9 -0
- package/components/tooltip/v3/TextWithTitleContent.spec.d.ts +1 -0
- package/components/tooltip/v3/Tooltip.spec.d.ts +1 -0
- package/components/tooltip/v3/Tooltip.stories.d.ts +253 -0
- package/components/tooltip/v4/Tooltip.stories.d.ts +336 -0
- package/components/typography/Heading.spec.d.ts +1 -0
- package/components/typography/Heading.stories.d.ts +119 -0
- package/components/typography/Text.stories.d.ts +131 -0
- package/components/typography/v4/Typography.spec.d.ts +1 -0
- package/components/typography/v4/Typography.stories.d.ts +179 -0
- package/composables/useFormValidation.d.ts +1 -1
- package/design-foundation.stories/border-radius/BorderRadius.stories.d.ts +4 -0
- package/design-foundation.stories/breakpoints/Breakpoints.stories.d.ts +4 -0
- package/design-foundation.stories/colors/Colors.stories.d.ts +4 -0
- package/design-foundation.stories/elevations/Elevations.stories.d.ts +4 -0
- package/design-foundation.stories/grid-layout/GridLayout.stories.d.ts +13 -0
- package/design-foundation.stories/spacing/Spacing.stories.d.ts +4 -0
- package/design-foundation.stories/typography/Typography.stories.d.ts +4 -0
- package/index.d.ts +42 -88
- package/index.js +1 -1
- package/package.json +2 -239
- package/Chart.vue_vue_type_style_index_0_scoped_04b9d6b3_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_876db07f_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.chart-container[data-v-277fde76]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;height:388px;border-radius:0 0 6px 6px;width:100%}.header-wrapper[data-v-277fde76]{height:76px}.chart-content[data-v-277fde76]{width:100%}.chart-content.with-legend[data-v-277fde76]{width:calc(100% - 221px)}.chart-sidebar[data-v-277fde76]{border-left:1px solid var(--common-divider)}.chart[data-v-277fde76]{width:100%;height:312px;position:relative}.chart__canvas[data-v-277fde76]{width:100%;height:100%}.chart__tooltip[data-v-277fde76]{position:absolute;pointer-events:none;transition:all .1s ease;min-width:214px;max-width:270px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.child-options[data-v-b883d1fa]{padding-left:1rem}.tree-search[data-v-b883d1fa]{width:100%}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { StoryFn, Meta } from '@storybook/vue3';
|
|
2
|
+
declare const _default: Meta;
|
|
3
|
+
export default _default;
|
|
4
|
+
export declare const Basic: StoryFn;
|
|
5
|
+
export declare const Severities: any;
|
|
6
|
+
export declare const Variants: any;
|
|
7
|
+
export declare const Action: any;
|
|
8
|
+
export declare const Dismissible: any;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{
|
|
4
|
+
name: {
|
|
5
|
+
type: import('vue').PropType<string>;
|
|
6
|
+
required: true;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
type: {
|
|
10
|
+
type: import('vue').PropType<"small" | "normal">;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
image: {
|
|
14
|
+
type: import('vue').PropType<string>;
|
|
15
|
+
required: true;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
testId: {
|
|
19
|
+
type: import('vue').PropType<string>;
|
|
20
|
+
required: true;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
appKey: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
required: true;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
platform: {
|
|
29
|
+
type: import('vue').PropType<"android" | "ios">;
|
|
30
|
+
required: true;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
showAbIcon: {
|
|
34
|
+
type: import('vue').PropType<boolean>;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
38
|
+
copyToClipboard: () => void;
|
|
39
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
40
|
+
name: {
|
|
41
|
+
type: import('vue').PropType<string>;
|
|
42
|
+
required: true;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
type: {
|
|
46
|
+
type: import('vue').PropType<"small" | "normal">;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
image: {
|
|
50
|
+
type: import('vue').PropType<string>;
|
|
51
|
+
required: true;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
testId: {
|
|
55
|
+
type: import('vue').PropType<string>;
|
|
56
|
+
required: true;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
appKey: {
|
|
60
|
+
type: import('vue').PropType<string>;
|
|
61
|
+
required: true;
|
|
62
|
+
default: string;
|
|
63
|
+
};
|
|
64
|
+
platform: {
|
|
65
|
+
type: import('vue').PropType<"android" | "ios">;
|
|
66
|
+
required: true;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
showAbIcon: {
|
|
70
|
+
type: import('vue').PropType<boolean>;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
}>> & {
|
|
74
|
+
onCopyToClipboard?: () => any;
|
|
75
|
+
}, {
|
|
76
|
+
name: string;
|
|
77
|
+
type: "small" | "normal";
|
|
78
|
+
image: string;
|
|
79
|
+
testId: string;
|
|
80
|
+
appKey: string;
|
|
81
|
+
platform: "android" | "ios";
|
|
82
|
+
showAbIcon: boolean;
|
|
83
|
+
}>;
|
|
84
|
+
parameters: {
|
|
85
|
+
controls: {
|
|
86
|
+
expanded: boolean;
|
|
87
|
+
};
|
|
88
|
+
options: {
|
|
89
|
+
showPanel: boolean;
|
|
90
|
+
panelPosition: string;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
argTypes: any;
|
|
94
|
+
};
|
|
95
|
+
export default _default;
|
|
96
|
+
export declare const Basic: any;
|
|
97
|
+
export declare const Small: any;
|
|
98
|
+
export declare const AbIcon: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{
|
|
4
|
+
size: {
|
|
5
|
+
type: import('vue').PropType<"sm" | "md" | "lg" | "xl">;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
src: {
|
|
9
|
+
type: import('vue').PropType<string>;
|
|
10
|
+
required: true;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
size: {
|
|
15
|
+
type: import('vue').PropType<"sm" | "md" | "lg" | "xl">;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
src: {
|
|
19
|
+
type: import('vue').PropType<string>;
|
|
20
|
+
required: true;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
}>>, {
|
|
24
|
+
size: "sm" | "md" | "lg" | "xl";
|
|
25
|
+
src: string;
|
|
26
|
+
}>;
|
|
27
|
+
argTypes: {};
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
export declare const Default: any;
|
|
31
|
+
export declare const SizeMD: any;
|
|
32
|
+
export declare const SizeLG: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: {
|
|
4
|
+
new (...args: any[]): {
|
|
5
|
+
$: import('vue').ComponentInternalInstance;
|
|
6
|
+
$data: {};
|
|
7
|
+
$props: Partial<{
|
|
8
|
+
testId: string;
|
|
9
|
+
loading: boolean;
|
|
10
|
+
selected: import('../includeExclude/includeExcludeMocks').Application[];
|
|
11
|
+
options: import('../includeExclude/includeExcludeMocks').Application[];
|
|
12
|
+
singleAppSelection: boolean;
|
|
13
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
14
|
+
testId: {
|
|
15
|
+
type: import('vue').PropType<string>;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
loading: {
|
|
19
|
+
type: import('vue').PropType<boolean>;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
selected: {
|
|
23
|
+
type: import('vue').PropType<import('../includeExclude/includeExcludeMocks').Application[]>;
|
|
24
|
+
default: any;
|
|
25
|
+
};
|
|
26
|
+
options: {
|
|
27
|
+
type: import('vue').PropType<import('../includeExclude/includeExcludeMocks').Application[]>;
|
|
28
|
+
default: any;
|
|
29
|
+
};
|
|
30
|
+
singleAppSelection: {
|
|
31
|
+
type: import('vue').PropType<boolean>;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "testId" | "loading" | "selected" | "options" | "singleAppSelection">;
|
|
35
|
+
$attrs: {
|
|
36
|
+
[x: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
$refs: {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
$slots: Readonly<{
|
|
42
|
+
[name: string]: import('vue').Slot;
|
|
43
|
+
}>;
|
|
44
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
45
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
46
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
47
|
+
$el: any;
|
|
48
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
49
|
+
testId: {
|
|
50
|
+
type: import('vue').PropType<string>;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
loading: {
|
|
54
|
+
type: import('vue').PropType<boolean>;
|
|
55
|
+
default: boolean;
|
|
56
|
+
};
|
|
57
|
+
selected: {
|
|
58
|
+
type: import('vue').PropType<import('../includeExclude/includeExcludeMocks').Application[]>;
|
|
59
|
+
default: any;
|
|
60
|
+
};
|
|
61
|
+
options: {
|
|
62
|
+
type: import('vue').PropType<import('../includeExclude/includeExcludeMocks').Application[]>;
|
|
63
|
+
default: any;
|
|
64
|
+
};
|
|
65
|
+
singleAppSelection: {
|
|
66
|
+
type: import('vue').PropType<boolean>;
|
|
67
|
+
default: boolean;
|
|
68
|
+
};
|
|
69
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
70
|
+
testId: string;
|
|
71
|
+
loading: boolean;
|
|
72
|
+
selected: import('../includeExclude/includeExcludeMocks').Application[];
|
|
73
|
+
options: import('../includeExclude/includeExcludeMocks').Application[];
|
|
74
|
+
singleAppSelection: boolean;
|
|
75
|
+
}, {}, string> & {
|
|
76
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
77
|
+
created?: (() => void) | (() => void)[];
|
|
78
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
79
|
+
mounted?: (() => void) | (() => void)[];
|
|
80
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
81
|
+
updated?: (() => void) | (() => void)[];
|
|
82
|
+
activated?: (() => void) | (() => void)[];
|
|
83
|
+
deactivated?: (() => void) | (() => void)[];
|
|
84
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
85
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
86
|
+
destroyed?: (() => void) | (() => void)[];
|
|
87
|
+
unmounted?: (() => void) | (() => void)[];
|
|
88
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
89
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
90
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
91
|
+
};
|
|
92
|
+
$forceUpdate: () => void;
|
|
93
|
+
$nextTick: typeof import('vue').nextTick;
|
|
94
|
+
$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;
|
|
95
|
+
} & Readonly<import('vue').ExtractPropTypes<{
|
|
96
|
+
testId: {
|
|
97
|
+
type: import('vue').PropType<string>;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
loading: {
|
|
101
|
+
type: import('vue').PropType<boolean>;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
selected: {
|
|
105
|
+
type: import('vue').PropType<import('../includeExclude/includeExcludeMocks').Application[]>;
|
|
106
|
+
default: any;
|
|
107
|
+
};
|
|
108
|
+
options: {
|
|
109
|
+
type: import('vue').PropType<import('../includeExclude/includeExcludeMocks').Application[]>;
|
|
110
|
+
default: any;
|
|
111
|
+
};
|
|
112
|
+
singleAppSelection: {
|
|
113
|
+
type: import('vue').PropType<boolean>;
|
|
114
|
+
default: boolean;
|
|
115
|
+
};
|
|
116
|
+
}>> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
|
|
117
|
+
__isFragment?: never;
|
|
118
|
+
__isTeleport?: never;
|
|
119
|
+
__isSuspense?: never;
|
|
120
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
121
|
+
testId: {
|
|
122
|
+
type: import('vue').PropType<string>;
|
|
123
|
+
default: string;
|
|
124
|
+
};
|
|
125
|
+
loading: {
|
|
126
|
+
type: import('vue').PropType<boolean>;
|
|
127
|
+
default: boolean;
|
|
128
|
+
};
|
|
129
|
+
selected: {
|
|
130
|
+
type: import('vue').PropType<import('../includeExclude/includeExcludeMocks').Application[]>;
|
|
131
|
+
default: any;
|
|
132
|
+
};
|
|
133
|
+
options: {
|
|
134
|
+
type: import('vue').PropType<import('../includeExclude/includeExcludeMocks').Application[]>;
|
|
135
|
+
default: any;
|
|
136
|
+
};
|
|
137
|
+
singleAppSelection: {
|
|
138
|
+
type: import('vue').PropType<boolean>;
|
|
139
|
+
default: boolean;
|
|
140
|
+
};
|
|
141
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
142
|
+
testId: string;
|
|
143
|
+
loading: boolean;
|
|
144
|
+
selected: import('../includeExclude/includeExcludeMocks').Application[];
|
|
145
|
+
options: import('../includeExclude/includeExcludeMocks').Application[];
|
|
146
|
+
singleAppSelection: boolean;
|
|
147
|
+
}, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
148
|
+
$slots: {
|
|
149
|
+
"left-image"?(_: {}): any;
|
|
150
|
+
"left-icon"?(_: {}): any;
|
|
151
|
+
title?(_: {}): any;
|
|
152
|
+
description?(_: {}): any;
|
|
153
|
+
"right-icon"?(_: {}): any;
|
|
154
|
+
};
|
|
155
|
+
});
|
|
156
|
+
argTypes: {};
|
|
157
|
+
};
|
|
158
|
+
export default _default;
|
|
159
|
+
export declare const Default: any;
|
|
160
|
+
export declare const Loading: any;
|
|
161
|
+
export declare const SingleSelected: any;
|
|
162
|
+
export declare const MultipleSelected: any;
|
|
163
|
+
export declare const WithDropdown: any;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
declare const _default: Meta;
|
|
3
|
+
export default _default;
|
|
4
|
+
export declare const Basic: StoryFn;
|
|
5
|
+
export declare const Size: any;
|
|
6
|
+
export declare const Disabled: any;
|
|
7
|
+
export declare const WithLabel: any;
|
|
8
|
+
export declare const Error: any;
|
|
9
|
+
export declare const Counter: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: {
|
|
4
|
+
new (...args: any[]): {
|
|
5
|
+
$: import('vue').ComponentInternalInstance;
|
|
6
|
+
$data: {};
|
|
7
|
+
$props: Partial<{
|
|
8
|
+
testId: string;
|
|
9
|
+
selected: unknown[];
|
|
10
|
+
options: unknown[];
|
|
11
|
+
placeholder: string;
|
|
12
|
+
displayValue: (option: unknown) => string;
|
|
13
|
+
handleSearch: (option: any, term: string) => boolean;
|
|
14
|
+
grouped: boolean;
|
|
15
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
+
testId: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
selected: {
|
|
21
|
+
type: import('vue').PropType<unknown[]>;
|
|
22
|
+
default: () => any[];
|
|
23
|
+
};
|
|
24
|
+
options: {
|
|
25
|
+
type: import('vue').PropType<unknown[]>;
|
|
26
|
+
required: true;
|
|
27
|
+
default: () => any[];
|
|
28
|
+
};
|
|
29
|
+
placeholder: {
|
|
30
|
+
type: import('vue').PropType<string>;
|
|
31
|
+
required: true;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
displayValue: {
|
|
35
|
+
type: import('vue').PropType<(option: unknown) => string>;
|
|
36
|
+
required: true;
|
|
37
|
+
default: (option: unknown) => string;
|
|
38
|
+
};
|
|
39
|
+
handleSearch: {
|
|
40
|
+
type: import('vue').PropType<(option: any, term: string) => boolean>;
|
|
41
|
+
default: () => true;
|
|
42
|
+
};
|
|
43
|
+
grouped: {
|
|
44
|
+
type: import('vue').PropType<boolean>;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
}>> & {
|
|
48
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
49
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "testId" | "selected" | "options" | "placeholder" | "displayValue" | "handleSearch" | "grouped">;
|
|
50
|
+
$attrs: {
|
|
51
|
+
[x: string]: unknown;
|
|
52
|
+
};
|
|
53
|
+
$refs: {
|
|
54
|
+
[x: string]: unknown;
|
|
55
|
+
};
|
|
56
|
+
$slots: Readonly<{
|
|
57
|
+
[name: string]: import('vue').Slot;
|
|
58
|
+
}>;
|
|
59
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
60
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
61
|
+
$emit: (event: "update:selected", value: unknown) => void;
|
|
62
|
+
$el: any;
|
|
63
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
64
|
+
testId: {
|
|
65
|
+
type: import('vue').PropType<string>;
|
|
66
|
+
default: string;
|
|
67
|
+
};
|
|
68
|
+
selected: {
|
|
69
|
+
type: import('vue').PropType<unknown[]>;
|
|
70
|
+
default: () => any[];
|
|
71
|
+
};
|
|
72
|
+
options: {
|
|
73
|
+
type: import('vue').PropType<unknown[]>;
|
|
74
|
+
required: true;
|
|
75
|
+
default: () => any[];
|
|
76
|
+
};
|
|
77
|
+
placeholder: {
|
|
78
|
+
type: import('vue').PropType<string>;
|
|
79
|
+
required: true;
|
|
80
|
+
default: string;
|
|
81
|
+
};
|
|
82
|
+
displayValue: {
|
|
83
|
+
type: import('vue').PropType<(option: unknown) => string>;
|
|
84
|
+
required: true;
|
|
85
|
+
default: (option: unknown) => string;
|
|
86
|
+
};
|
|
87
|
+
handleSearch: {
|
|
88
|
+
type: import('vue').PropType<(option: any, term: string) => boolean>;
|
|
89
|
+
default: () => true;
|
|
90
|
+
};
|
|
91
|
+
grouped: {
|
|
92
|
+
type: import('vue').PropType<boolean>;
|
|
93
|
+
default: boolean;
|
|
94
|
+
};
|
|
95
|
+
}>> & {
|
|
96
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
97
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
98
|
+
"update:selected": (value: unknown) => void;
|
|
99
|
+
}, string, {
|
|
100
|
+
testId: string;
|
|
101
|
+
selected: unknown[];
|
|
102
|
+
options: unknown[];
|
|
103
|
+
placeholder: string;
|
|
104
|
+
displayValue: (option: unknown) => string;
|
|
105
|
+
handleSearch: (option: any, term: string) => boolean;
|
|
106
|
+
grouped: boolean;
|
|
107
|
+
}, {}, string> & {
|
|
108
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
109
|
+
created?: (() => void) | (() => void)[];
|
|
110
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
111
|
+
mounted?: (() => void) | (() => void)[];
|
|
112
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
113
|
+
updated?: (() => void) | (() => void)[];
|
|
114
|
+
activated?: (() => void) | (() => void)[];
|
|
115
|
+
deactivated?: (() => void) | (() => void)[];
|
|
116
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
117
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
118
|
+
destroyed?: (() => void) | (() => void)[];
|
|
119
|
+
unmounted?: (() => void) | (() => void)[];
|
|
120
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
121
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
122
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
|
123
|
+
};
|
|
124
|
+
$forceUpdate: () => void;
|
|
125
|
+
$nextTick: typeof import('vue').nextTick;
|
|
126
|
+
$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;
|
|
127
|
+
} & Readonly<import('vue').ExtractPropTypes<{
|
|
128
|
+
testId: {
|
|
129
|
+
type: import('vue').PropType<string>;
|
|
130
|
+
default: string;
|
|
131
|
+
};
|
|
132
|
+
selected: {
|
|
133
|
+
type: import('vue').PropType<unknown[]>;
|
|
134
|
+
default: () => any[];
|
|
135
|
+
};
|
|
136
|
+
options: {
|
|
137
|
+
type: import('vue').PropType<unknown[]>;
|
|
138
|
+
required: true;
|
|
139
|
+
default: () => any[];
|
|
140
|
+
};
|
|
141
|
+
placeholder: {
|
|
142
|
+
type: import('vue').PropType<string>;
|
|
143
|
+
required: true;
|
|
144
|
+
default: string;
|
|
145
|
+
};
|
|
146
|
+
displayValue: {
|
|
147
|
+
type: import('vue').PropType<(option: unknown) => string>;
|
|
148
|
+
required: true;
|
|
149
|
+
default: (option: unknown) => string;
|
|
150
|
+
};
|
|
151
|
+
handleSearch: {
|
|
152
|
+
type: import('vue').PropType<(option: any, term: string) => boolean>;
|
|
153
|
+
default: () => true;
|
|
154
|
+
};
|
|
155
|
+
grouped: {
|
|
156
|
+
type: import('vue').PropType<boolean>;
|
|
157
|
+
default: boolean;
|
|
158
|
+
};
|
|
159
|
+
}>> & {
|
|
160
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
161
|
+
} & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
|
|
162
|
+
__isFragment?: never;
|
|
163
|
+
__isTeleport?: never;
|
|
164
|
+
__isSuspense?: never;
|
|
165
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
166
|
+
testId: {
|
|
167
|
+
type: import('vue').PropType<string>;
|
|
168
|
+
default: string;
|
|
169
|
+
};
|
|
170
|
+
selected: {
|
|
171
|
+
type: import('vue').PropType<unknown[]>;
|
|
172
|
+
default: () => any[];
|
|
173
|
+
};
|
|
174
|
+
options: {
|
|
175
|
+
type: import('vue').PropType<unknown[]>;
|
|
176
|
+
required: true;
|
|
177
|
+
default: () => any[];
|
|
178
|
+
};
|
|
179
|
+
placeholder: {
|
|
180
|
+
type: import('vue').PropType<string>;
|
|
181
|
+
required: true;
|
|
182
|
+
default: string;
|
|
183
|
+
};
|
|
184
|
+
displayValue: {
|
|
185
|
+
type: import('vue').PropType<(option: unknown) => string>;
|
|
186
|
+
required: true;
|
|
187
|
+
default: (option: unknown) => string;
|
|
188
|
+
};
|
|
189
|
+
handleSearch: {
|
|
190
|
+
type: import('vue').PropType<(option: any, term: string) => boolean>;
|
|
191
|
+
default: () => true;
|
|
192
|
+
};
|
|
193
|
+
grouped: {
|
|
194
|
+
type: import('vue').PropType<boolean>;
|
|
195
|
+
default: boolean;
|
|
196
|
+
};
|
|
197
|
+
}>> & {
|
|
198
|
+
"onUpdate:selected"?: (value: unknown) => any;
|
|
199
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
200
|
+
"update:selected": (value: unknown) => void;
|
|
201
|
+
}, string, {
|
|
202
|
+
testId: string;
|
|
203
|
+
selected: unknown[];
|
|
204
|
+
options: unknown[];
|
|
205
|
+
placeholder: string;
|
|
206
|
+
displayValue: (option: unknown) => string;
|
|
207
|
+
handleSearch: (option: any, term: string) => boolean;
|
|
208
|
+
grouped: boolean;
|
|
209
|
+
}, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
210
|
+
$slots: {
|
|
211
|
+
"input-option"?(_: {
|
|
212
|
+
option: unknown;
|
|
213
|
+
}): any;
|
|
214
|
+
default?(_: {
|
|
215
|
+
option: unknown;
|
|
216
|
+
active: boolean;
|
|
217
|
+
}): any;
|
|
218
|
+
};
|
|
219
|
+
});
|
|
220
|
+
argTypes: {};
|
|
221
|
+
};
|
|
222
|
+
export default _default;
|
|
223
|
+
export declare const Default: any;
|
|
224
|
+
export declare const PreSelected: any;
|
|
225
|
+
export declare const Groups: any;
|
|
226
|
+
export declare const Countries: any;
|
|
227
|
+
export declare const CountriesPreSelected: any;
|
|
228
|
+
export declare const OpenProgrammatically: any;
|
|
229
|
+
export declare const Icons: any;
|
|
230
|
+
export declare const Loading: any;
|
|
231
|
+
export declare const Error: any;
|
|
232
|
+
export declare const CustomizeChip: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|