@ironsource/shared-ui 2.1.11-test.47 → 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 +3 -3
- 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_46aae9ba_lang.css +0 -1
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{
|
|
4
|
+
size: {
|
|
5
|
+
type: import('vue').PropType<"sm" | "md">;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
testId: {
|
|
9
|
+
type: import('vue').PropType<string>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
variant: {
|
|
13
|
+
type: import('vue').PropType<"default" | "transparent" | "inline-table">;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
disabled: {
|
|
17
|
+
type: import('vue').PropType<boolean>;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
modelValue: {
|
|
21
|
+
type: import('vue').PropType<string>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
placeholder: {
|
|
25
|
+
type: import('vue').PropType<string>;
|
|
26
|
+
required: true;
|
|
27
|
+
};
|
|
28
|
+
}, {
|
|
29
|
+
inputRef: import('vue').Ref<any>;
|
|
30
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
|
+
"update:modelValue": (value: string) => void;
|
|
32
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
33
|
+
size: {
|
|
34
|
+
type: import('vue').PropType<"sm" | "md">;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
testId: {
|
|
38
|
+
type: import('vue').PropType<string>;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
variant: {
|
|
42
|
+
type: import('vue').PropType<"default" | "transparent" | "inline-table">;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
disabled: {
|
|
46
|
+
type: import('vue').PropType<boolean>;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
|
+
modelValue: {
|
|
50
|
+
type: import('vue').PropType<string>;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
placeholder: {
|
|
54
|
+
type: import('vue').PropType<string>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
}>> & {
|
|
58
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
59
|
+
}, {
|
|
60
|
+
size: "sm" | "md";
|
|
61
|
+
testId: string;
|
|
62
|
+
variant: "default" | "transparent" | "inline-table";
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
}>;
|
|
65
|
+
argTypes: {};
|
|
66
|
+
};
|
|
67
|
+
export default _default;
|
|
68
|
+
export declare const Default: any;
|
|
69
|
+
export declare const Disabled: any;
|
|
70
|
+
export declare const Placeholder: any;
|
|
71
|
+
export declare const InlineTable: any;
|
|
72
|
+
export declare const Transparent: any;
|
|
73
|
+
export declare const VariantDefault: any;
|
|
74
|
+
export declare const SizesSmall: any;
|
|
75
|
+
export declare const SizesMedium: any;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{
|
|
4
|
+
testId: {
|
|
5
|
+
type: import('vue').PropType<string>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
disabled: {
|
|
9
|
+
type: import('vue').PropType<boolean>;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
modelValue: {
|
|
13
|
+
type: import('vue').PropType<string>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
placeholder: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
autoFocus: {
|
|
21
|
+
type: import('vue').PropType<boolean>;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
}, {
|
|
25
|
+
inputRef: import('vue').Ref<any>;
|
|
26
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
+
"update:modelValue": (value: string | number) => void;
|
|
28
|
+
onClear: () => void;
|
|
29
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
+
testId: {
|
|
31
|
+
type: import('vue').PropType<string>;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
disabled: {
|
|
35
|
+
type: import('vue').PropType<boolean>;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
modelValue: {
|
|
39
|
+
type: import('vue').PropType<string>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
placeholder: {
|
|
43
|
+
type: import('vue').PropType<string>;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
autoFocus: {
|
|
47
|
+
type: import('vue').PropType<boolean>;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
}>> & {
|
|
51
|
+
"onUpdate:modelValue"?: (value: string | number) => any;
|
|
52
|
+
onOnClear?: () => any;
|
|
53
|
+
}, {
|
|
54
|
+
testId: string;
|
|
55
|
+
disabled: boolean;
|
|
56
|
+
placeholder: string;
|
|
57
|
+
autoFocus: boolean;
|
|
58
|
+
}>;
|
|
59
|
+
argTypes: any;
|
|
60
|
+
};
|
|
61
|
+
export default _default;
|
|
62
|
+
export declare const Basic: any;
|
|
63
|
+
export declare const InDropdown: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: {
|
|
4
|
+
new (...args: any[]): {
|
|
5
|
+
$: import('vue').ComponentInternalInstance;
|
|
6
|
+
$data: {};
|
|
7
|
+
$props: Partial<{}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
8
|
+
round: {
|
|
9
|
+
type: import('vue').PropType<boolean>;
|
|
10
|
+
};
|
|
11
|
+
fill: {
|
|
12
|
+
type: import('vue').PropType<boolean>;
|
|
13
|
+
};
|
|
14
|
+
}>> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
|
15
|
+
$attrs: {
|
|
16
|
+
[x: string]: unknown;
|
|
17
|
+
};
|
|
18
|
+
$refs: {
|
|
19
|
+
[x: string]: unknown;
|
|
20
|
+
};
|
|
21
|
+
$slots: Readonly<{
|
|
22
|
+
[name: string]: import('vue').Slot;
|
|
23
|
+
}>;
|
|
24
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
25
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
26
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
27
|
+
$el: any;
|
|
28
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
29
|
+
round: {
|
|
30
|
+
type: import('vue').PropType<boolean>;
|
|
31
|
+
};
|
|
32
|
+
fill: {
|
|
33
|
+
type: import('vue').PropType<boolean>;
|
|
34
|
+
};
|
|
35
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
|
36
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
37
|
+
created?: (() => void) | (() => void)[];
|
|
38
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
39
|
+
mounted?: (() => void) | (() => void)[];
|
|
40
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
41
|
+
updated?: (() => void) | (() => void)[];
|
|
42
|
+
activated?: (() => void) | (() => void)[];
|
|
43
|
+
deactivated?: (() => void) | (() => void)[];
|
|
44
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
45
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
46
|
+
destroyed?: (() => void) | (() => void)[];
|
|
47
|
+
unmounted?: (() => void) | (() => void)[];
|
|
48
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
49
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
50
|
+
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)[];
|
|
51
|
+
};
|
|
52
|
+
$forceUpdate: () => void;
|
|
53
|
+
$nextTick: typeof import('vue').nextTick;
|
|
54
|
+
$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;
|
|
55
|
+
} & Readonly<import('vue').ExtractPropTypes<{
|
|
56
|
+
round: {
|
|
57
|
+
type: import('vue').PropType<boolean>;
|
|
58
|
+
};
|
|
59
|
+
fill: {
|
|
60
|
+
type: import('vue').PropType<boolean>;
|
|
61
|
+
};
|
|
62
|
+
}>> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
|
|
63
|
+
__isFragment?: never;
|
|
64
|
+
__isTeleport?: never;
|
|
65
|
+
__isSuspense?: never;
|
|
66
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
67
|
+
round: {
|
|
68
|
+
type: import('vue').PropType<boolean>;
|
|
69
|
+
};
|
|
70
|
+
fill: {
|
|
71
|
+
type: import('vue').PropType<boolean>;
|
|
72
|
+
};
|
|
73
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
74
|
+
$slots: {
|
|
75
|
+
default?(_: {}): any;
|
|
76
|
+
};
|
|
77
|
+
});
|
|
78
|
+
argTypes: {};
|
|
79
|
+
};
|
|
80
|
+
export default _default;
|
|
81
|
+
export declare const Default: any;
|
|
82
|
+
export declare const Fill: any;
|
|
83
|
+
export declare const Round: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('.').Notify;
|
|
4
|
+
argTypes: {};
|
|
5
|
+
};
|
|
6
|
+
export default _default;
|
|
7
|
+
export declare const Default: any;
|
|
8
|
+
export declare const WithTitle: any;
|
|
9
|
+
export declare const Long: any;
|
|
10
|
+
export declare const LongWithIcon: any;
|
|
11
|
+
export declare const IconWithTitle: any;
|
|
12
|
+
export declare const Success: any;
|
|
13
|
+
export declare const Error: any;
|
|
14
|
+
export declare const CustomIcon: any;
|
|
15
|
+
export declare const TopRight: any;
|
|
16
|
+
export declare const TopLeft: any;
|
|
17
|
+
export declare const BottomLeft: any;
|
|
18
|
+
export declare const BottomRight: any;
|
|
19
|
+
export declare const AutoHide: any;
|
|
20
|
+
export declare const HTMLMessage: any;
|
|
21
|
+
export declare const Trigger: any;
|
|
22
|
+
export declare const WithComponents: any;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('.').Notify;
|
|
4
|
+
parameters: {
|
|
5
|
+
controls: {
|
|
6
|
+
expanded: boolean;
|
|
7
|
+
sort: string;
|
|
8
|
+
};
|
|
9
|
+
options: {
|
|
10
|
+
showPanel: boolean;
|
|
11
|
+
panelPosition: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
argTypes: any;
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
|
17
|
+
export declare const Basic: any;
|
|
18
|
+
export declare const WithDescription: any;
|
|
19
|
+
export declare const LongTexts: any;
|
|
20
|
+
export declare const Statuses: any;
|
|
21
|
+
export declare const ActionButtons: any;
|
|
22
|
+
export declare const Positions: any;
|
|
23
|
+
export declare const AlwaysVisible: any;
|
|
24
|
+
export declare const Duration: any;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{
|
|
4
|
+
type: {
|
|
5
|
+
type: import('vue').PropType<"default" | "error" | "success" | "warning" | "disabled" | "archive">;
|
|
6
|
+
required: true;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
10
|
+
type: {
|
|
11
|
+
type: import('vue').PropType<"default" | "error" | "success" | "warning" | "disabled" | "archive">;
|
|
12
|
+
required: true;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
}>>, {
|
|
16
|
+
type: "default" | "error" | "success" | "warning" | "disabled" | "archive";
|
|
17
|
+
}>;
|
|
18
|
+
argTypes: any;
|
|
19
|
+
};
|
|
20
|
+
export default _default;
|
|
21
|
+
export declare const Basic: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: {
|
|
4
|
+
new (...args: any[]): {
|
|
5
|
+
$: import('vue').ComponentInternalInstance;
|
|
6
|
+
$data: {};
|
|
7
|
+
$props: Partial<{
|
|
8
|
+
size: "sm" | "lg";
|
|
9
|
+
testId: string;
|
|
10
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
+
size: {
|
|
12
|
+
type: import('vue').PropType<"sm" | "lg">;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
testId: {
|
|
16
|
+
type: import('vue').PropType<string>;
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
options: {
|
|
20
|
+
type: import('vue').PropType<string[]>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
modelValue: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
}>> & {
|
|
28
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
29
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "testId">;
|
|
30
|
+
$attrs: {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
33
|
+
$refs: {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
36
|
+
$slots: Readonly<{
|
|
37
|
+
[name: string]: import('vue').Slot;
|
|
38
|
+
}>;
|
|
39
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
40
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
41
|
+
$emit: (event: "update:modelValue", ...args: any[]) => void;
|
|
42
|
+
$el: any;
|
|
43
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
44
|
+
size: {
|
|
45
|
+
type: import('vue').PropType<"sm" | "lg">;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
testId: {
|
|
49
|
+
type: import('vue').PropType<string>;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
options: {
|
|
53
|
+
type: import('vue').PropType<string[]>;
|
|
54
|
+
required: true;
|
|
55
|
+
};
|
|
56
|
+
modelValue: {
|
|
57
|
+
type: import('vue').PropType<string>;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
}>> & {
|
|
61
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
62
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
63
|
+
"update:modelValue": (...args: any[]) => void;
|
|
64
|
+
}, string, {
|
|
65
|
+
size: "sm" | "lg";
|
|
66
|
+
testId: string;
|
|
67
|
+
}, {}, string> & {
|
|
68
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
69
|
+
created?: (() => void) | (() => void)[];
|
|
70
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
71
|
+
mounted?: (() => void) | (() => void)[];
|
|
72
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
73
|
+
updated?: (() => void) | (() => void)[];
|
|
74
|
+
activated?: (() => void) | (() => void)[];
|
|
75
|
+
deactivated?: (() => void) | (() => void)[];
|
|
76
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
77
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
78
|
+
destroyed?: (() => void) | (() => void)[];
|
|
79
|
+
unmounted?: (() => void) | (() => void)[];
|
|
80
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
81
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
82
|
+
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)[];
|
|
83
|
+
};
|
|
84
|
+
$forceUpdate: () => void;
|
|
85
|
+
$nextTick: typeof import('vue').nextTick;
|
|
86
|
+
$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;
|
|
87
|
+
} & Readonly<import('vue').ExtractPropTypes<{
|
|
88
|
+
size: {
|
|
89
|
+
type: import('vue').PropType<"sm" | "lg">;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
testId: {
|
|
93
|
+
type: import('vue').PropType<string>;
|
|
94
|
+
default: string;
|
|
95
|
+
};
|
|
96
|
+
options: {
|
|
97
|
+
type: import('vue').PropType<string[]>;
|
|
98
|
+
required: true;
|
|
99
|
+
};
|
|
100
|
+
modelValue: {
|
|
101
|
+
type: import('vue').PropType<string>;
|
|
102
|
+
required: true;
|
|
103
|
+
};
|
|
104
|
+
}>> & {
|
|
105
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
106
|
+
} & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
|
|
107
|
+
__isFragment?: never;
|
|
108
|
+
__isTeleport?: never;
|
|
109
|
+
__isSuspense?: never;
|
|
110
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
111
|
+
size: {
|
|
112
|
+
type: import('vue').PropType<"sm" | "lg">;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
testId: {
|
|
116
|
+
type: import('vue').PropType<string>;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
options: {
|
|
120
|
+
type: import('vue').PropType<string[]>;
|
|
121
|
+
required: true;
|
|
122
|
+
};
|
|
123
|
+
modelValue: {
|
|
124
|
+
type: import('vue').PropType<string>;
|
|
125
|
+
required: true;
|
|
126
|
+
};
|
|
127
|
+
}>> & {
|
|
128
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
129
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
130
|
+
"update:modelValue": (...args: any[]) => void;
|
|
131
|
+
}, string, {
|
|
132
|
+
size: "sm" | "lg";
|
|
133
|
+
testId: string;
|
|
134
|
+
}, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
135
|
+
$slots: {
|
|
136
|
+
default?(_: {
|
|
137
|
+
option: string;
|
|
138
|
+
selected: boolean;
|
|
139
|
+
}): any;
|
|
140
|
+
};
|
|
141
|
+
});
|
|
142
|
+
argTypes: {};
|
|
143
|
+
};
|
|
144
|
+
export default _default;
|
|
145
|
+
export declare const Default: any;
|
|
146
|
+
export declare const Small: any;
|
|
147
|
+
export declare const Large: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{
|
|
4
|
+
testId: {
|
|
5
|
+
type: import('vue').PropType<string>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
options: {
|
|
9
|
+
type: import('vue').PropType<unknown[]>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
modelValue: {
|
|
13
|
+
type: import('vue').PropType<unknown>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
iconKey: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
"update:modelValue": (...args: any[]) => void;
|
|
22
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
testId: {
|
|
24
|
+
type: import('vue').PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
options: {
|
|
28
|
+
type: import('vue').PropType<unknown[]>;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
modelValue: {
|
|
32
|
+
type: import('vue').PropType<unknown>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
iconKey: {
|
|
36
|
+
type: import('vue').PropType<string>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
}>> & {
|
|
40
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
41
|
+
}, {
|
|
42
|
+
testId: string;
|
|
43
|
+
iconKey: string;
|
|
44
|
+
}>;
|
|
45
|
+
argTypes: any;
|
|
46
|
+
};
|
|
47
|
+
export default _default;
|
|
48
|
+
export declare const Default: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|