@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,24 @@
|
|
|
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 Numbers: any;
|
|
6
|
+
export declare const HeaderAndFooter: any;
|
|
7
|
+
export declare const ActionsHeader: any;
|
|
8
|
+
export declare const InlineEditing: any;
|
|
9
|
+
export declare const InlineDropdown: any;
|
|
10
|
+
export declare const MenuActions: any;
|
|
11
|
+
export declare const StickyActions: any;
|
|
12
|
+
export declare const InfiniteScrolling: any;
|
|
13
|
+
export declare const BothVerticalAndHorizontalScroll: any;
|
|
14
|
+
export declare const ExpandRow: any;
|
|
15
|
+
export declare const ExpandRowTable: any;
|
|
16
|
+
export declare const SkeletonLoading: any;
|
|
17
|
+
export declare const NoData: any;
|
|
18
|
+
export declare const NoSearchResults: any;
|
|
19
|
+
export declare const StickyLeftAndRight: any;
|
|
20
|
+
export declare const SelectableRows: any;
|
|
21
|
+
export declare const SelectableStickyRows: any;
|
|
22
|
+
export declare const DeleteRow: any;
|
|
23
|
+
export declare const ColumnTooltips: any;
|
|
24
|
+
export declare const ObjectedRowsBasic: StoryFn;
|
|
@@ -145,8 +145,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
145
145
|
onClickRow?: (rowIndex: number) => any;
|
|
146
146
|
}, {
|
|
147
147
|
sort: Sort;
|
|
148
|
-
title: string;
|
|
149
148
|
search: string;
|
|
149
|
+
title: string;
|
|
150
150
|
testId: string;
|
|
151
151
|
isLoading: boolean;
|
|
152
152
|
searchAutoFocus: boolean;
|
|
@@ -8,8 +8,8 @@ declare const DataGridTypes: () => (({
|
|
|
8
8
|
$data: {};
|
|
9
9
|
$props: Partial<{
|
|
10
10
|
sort: import("../common/Table.types").Sort;
|
|
11
|
-
title: string;
|
|
12
11
|
search: string;
|
|
12
|
+
title: string;
|
|
13
13
|
testId: string;
|
|
14
14
|
isLoading: boolean;
|
|
15
15
|
searchAutoFocus: boolean;
|
|
@@ -40,14 +40,14 @@ declare const DataGridTypes: () => (({
|
|
|
40
40
|
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
41
41
|
default: any;
|
|
42
42
|
};
|
|
43
|
-
title: {
|
|
44
|
-
type: import("vue").PropType<string>;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
43
|
search: {
|
|
48
44
|
type: import("vue").PropType<string>;
|
|
49
45
|
default: any;
|
|
50
46
|
};
|
|
47
|
+
title: {
|
|
48
|
+
type: import("vue").PropType<string>;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
51
|
testId: {
|
|
52
52
|
type: import("vue").PropType<string>;
|
|
53
53
|
default: string;
|
|
@@ -167,7 +167,7 @@ declare const DataGridTypes: () => (({
|
|
|
167
167
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
168
168
|
onSelectRow?: (value: boolean) => any;
|
|
169
169
|
onClickRow?: (rowIndex: number) => any;
|
|
170
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "
|
|
170
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "search" | "title" | "testId" | "isLoading" | "searchAutoFocus" | "searchPlaceholder" | "selection" | "showSearch" | "loadingRowCount" | "emptyStateTitle" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "defaultScrollPosition" | "getRowId" | "getRowKey" | "selectedMatcher" | "emptyStateVariant" | "zIndexBase" | "rowCustomClassKey" | "rowDataKey" | "isSelectionSticky" | "isSelectionBordered">;
|
|
171
171
|
$attrs: {
|
|
172
172
|
[x: string]: unknown;
|
|
173
173
|
};
|
|
@@ -186,14 +186,14 @@ declare const DataGridTypes: () => (({
|
|
|
186
186
|
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
187
187
|
default: any;
|
|
188
188
|
};
|
|
189
|
-
title: {
|
|
190
|
-
type: import("vue").PropType<string>;
|
|
191
|
-
default: string;
|
|
192
|
-
};
|
|
193
189
|
search: {
|
|
194
190
|
type: import("vue").PropType<string>;
|
|
195
191
|
default: any;
|
|
196
192
|
};
|
|
193
|
+
title: {
|
|
194
|
+
type: import("vue").PropType<string>;
|
|
195
|
+
default: string;
|
|
196
|
+
};
|
|
197
197
|
testId: {
|
|
198
198
|
type: import("vue").PropType<string>;
|
|
199
199
|
default: string;
|
|
@@ -328,8 +328,8 @@ declare const DataGridTypes: () => (({
|
|
|
328
328
|
clickRow: (rowIndex: number) => void;
|
|
329
329
|
}, string, {
|
|
330
330
|
sort: import("../common/Table.types").Sort;
|
|
331
|
-
title: string;
|
|
332
331
|
search: string;
|
|
332
|
+
title: string;
|
|
333
333
|
testId: string;
|
|
334
334
|
isLoading: boolean;
|
|
335
335
|
searchAutoFocus: boolean;
|
|
@@ -380,14 +380,14 @@ declare const DataGridTypes: () => (({
|
|
|
380
380
|
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
381
381
|
default: any;
|
|
382
382
|
};
|
|
383
|
-
title: {
|
|
384
|
-
type: import("vue").PropType<string>;
|
|
385
|
-
default: string;
|
|
386
|
-
};
|
|
387
383
|
search: {
|
|
388
384
|
type: import("vue").PropType<string>;
|
|
389
385
|
default: any;
|
|
390
386
|
};
|
|
387
|
+
title: {
|
|
388
|
+
type: import("vue").PropType<string>;
|
|
389
|
+
default: string;
|
|
390
|
+
};
|
|
391
391
|
testId: {
|
|
392
392
|
type: import("vue").PropType<string>;
|
|
393
393
|
default: string;
|
|
@@ -518,14 +518,14 @@ declare const DataGridTypes: () => (({
|
|
|
518
518
|
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
519
519
|
default: any;
|
|
520
520
|
};
|
|
521
|
-
title: {
|
|
522
|
-
type: import("vue").PropType<string>;
|
|
523
|
-
default: string;
|
|
524
|
-
};
|
|
525
521
|
search: {
|
|
526
522
|
type: import("vue").PropType<string>;
|
|
527
523
|
default: any;
|
|
528
524
|
};
|
|
525
|
+
title: {
|
|
526
|
+
type: import("vue").PropType<string>;
|
|
527
|
+
default: string;
|
|
528
|
+
};
|
|
529
529
|
testId: {
|
|
530
530
|
type: import("vue").PropType<string>;
|
|
531
531
|
default: string;
|
|
@@ -660,8 +660,8 @@ declare const DataGridTypes: () => (({
|
|
|
660
660
|
clickRow: (rowIndex: number) => void;
|
|
661
661
|
}, string, {
|
|
662
662
|
sort: import("../common/Table.types").Sort;
|
|
663
|
-
title: string;
|
|
664
663
|
search: string;
|
|
664
|
+
title: string;
|
|
665
665
|
testId: string;
|
|
666
666
|
isLoading: boolean;
|
|
667
667
|
searchAutoFocus: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,172 @@
|
|
|
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" | "md" | "lg" | "xl";
|
|
9
|
+
testId: string;
|
|
10
|
+
variant: "fill" | "fix";
|
|
11
|
+
tabsList: import('../common/Tabs.types').Tab[];
|
|
12
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
+
size: {
|
|
14
|
+
type: import('vue').PropType<"sm" | "md" | "lg" | "xl">;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
testId: {
|
|
18
|
+
type: import('vue').PropType<string>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
variant: {
|
|
22
|
+
type: import('vue').PropType<"fill" | "fix">;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
tabsList: {
|
|
26
|
+
type: import('vue').PropType<import('../common/Tabs.types').Tab[]>;
|
|
27
|
+
required: true;
|
|
28
|
+
default: () => any[];
|
|
29
|
+
};
|
|
30
|
+
selectedTab: {
|
|
31
|
+
type: import('vue').PropType<string | number>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
}>> & {
|
|
35
|
+
"onUpdate:selectedTab"?: (tabId: string | number) => any;
|
|
36
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "testId" | "variant" | "tabsList">;
|
|
37
|
+
$attrs: {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
$refs: {
|
|
41
|
+
[x: string]: unknown;
|
|
42
|
+
};
|
|
43
|
+
$slots: Readonly<{
|
|
44
|
+
[name: string]: import('vue').Slot;
|
|
45
|
+
}>;
|
|
46
|
+
$root: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
47
|
+
$parent: import('vue').ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import('vue').ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
|
48
|
+
$emit: (event: "update:selectedTab", tabId: string | number) => void;
|
|
49
|
+
$el: any;
|
|
50
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
51
|
+
size: {
|
|
52
|
+
type: import('vue').PropType<"sm" | "md" | "lg" | "xl">;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
testId: {
|
|
56
|
+
type: import('vue').PropType<string>;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
variant: {
|
|
60
|
+
type: import('vue').PropType<"fill" | "fix">;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
tabsList: {
|
|
64
|
+
type: import('vue').PropType<import('../common/Tabs.types').Tab[]>;
|
|
65
|
+
required: true;
|
|
66
|
+
default: () => any[];
|
|
67
|
+
};
|
|
68
|
+
selectedTab: {
|
|
69
|
+
type: import('vue').PropType<string | number>;
|
|
70
|
+
required: true;
|
|
71
|
+
};
|
|
72
|
+
}>> & {
|
|
73
|
+
"onUpdate:selectedTab"?: (tabId: string | number) => any;
|
|
74
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
75
|
+
"update:selectedTab": (tabId: string | number) => void;
|
|
76
|
+
}, string, {
|
|
77
|
+
size: "sm" | "md" | "lg" | "xl";
|
|
78
|
+
testId: string;
|
|
79
|
+
variant: "fill" | "fix";
|
|
80
|
+
tabsList: import('../common/Tabs.types').Tab[];
|
|
81
|
+
}, {}, string> & {
|
|
82
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
83
|
+
created?: (() => void) | (() => void)[];
|
|
84
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
85
|
+
mounted?: (() => void) | (() => void)[];
|
|
86
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
87
|
+
updated?: (() => void) | (() => void)[];
|
|
88
|
+
activated?: (() => void) | (() => void)[];
|
|
89
|
+
deactivated?: (() => void) | (() => void)[];
|
|
90
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
91
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
92
|
+
destroyed?: (() => void) | (() => void)[];
|
|
93
|
+
unmounted?: (() => void) | (() => void)[];
|
|
94
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
95
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
96
|
+
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)[];
|
|
97
|
+
};
|
|
98
|
+
$forceUpdate: () => void;
|
|
99
|
+
$nextTick: typeof import('vue').nextTick;
|
|
100
|
+
$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;
|
|
101
|
+
} & Readonly<import('vue').ExtractPropTypes<{
|
|
102
|
+
size: {
|
|
103
|
+
type: import('vue').PropType<"sm" | "md" | "lg" | "xl">;
|
|
104
|
+
default: string;
|
|
105
|
+
};
|
|
106
|
+
testId: {
|
|
107
|
+
type: import('vue').PropType<string>;
|
|
108
|
+
default: string;
|
|
109
|
+
};
|
|
110
|
+
variant: {
|
|
111
|
+
type: import('vue').PropType<"fill" | "fix">;
|
|
112
|
+
default: string;
|
|
113
|
+
};
|
|
114
|
+
tabsList: {
|
|
115
|
+
type: import('vue').PropType<import('../common/Tabs.types').Tab[]>;
|
|
116
|
+
required: true;
|
|
117
|
+
default: () => any[];
|
|
118
|
+
};
|
|
119
|
+
selectedTab: {
|
|
120
|
+
type: import('vue').PropType<string | number>;
|
|
121
|
+
required: true;
|
|
122
|
+
};
|
|
123
|
+
}>> & {
|
|
124
|
+
"onUpdate:selectedTab"?: (tabId: string | number) => any;
|
|
125
|
+
} & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {};
|
|
126
|
+
__isFragment?: never;
|
|
127
|
+
__isTeleport?: never;
|
|
128
|
+
__isSuspense?: never;
|
|
129
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
130
|
+
size: {
|
|
131
|
+
type: import('vue').PropType<"sm" | "md" | "lg" | "xl">;
|
|
132
|
+
default: string;
|
|
133
|
+
};
|
|
134
|
+
testId: {
|
|
135
|
+
type: import('vue').PropType<string>;
|
|
136
|
+
default: string;
|
|
137
|
+
};
|
|
138
|
+
variant: {
|
|
139
|
+
type: import('vue').PropType<"fill" | "fix">;
|
|
140
|
+
default: string;
|
|
141
|
+
};
|
|
142
|
+
tabsList: {
|
|
143
|
+
type: import('vue').PropType<import('../common/Tabs.types').Tab[]>;
|
|
144
|
+
required: true;
|
|
145
|
+
default: () => any[];
|
|
146
|
+
};
|
|
147
|
+
selectedTab: {
|
|
148
|
+
type: import('vue').PropType<string | number>;
|
|
149
|
+
required: true;
|
|
150
|
+
};
|
|
151
|
+
}>> & {
|
|
152
|
+
"onUpdate:selectedTab"?: (tabId: string | number) => any;
|
|
153
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
154
|
+
"update:selectedTab": (tabId: string | number) => void;
|
|
155
|
+
}, string, {
|
|
156
|
+
size: "sm" | "md" | "lg" | "xl";
|
|
157
|
+
testId: string;
|
|
158
|
+
variant: "fill" | "fix";
|
|
159
|
+
tabsList: import('../common/Tabs.types').Tab[];
|
|
160
|
+
}, {}, string> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
161
|
+
$slots: {
|
|
162
|
+
default?(_: {
|
|
163
|
+
tab: import('../common/Tabs.types').Tab;
|
|
164
|
+
}): any;
|
|
165
|
+
};
|
|
166
|
+
});
|
|
167
|
+
argTypes: {};
|
|
168
|
+
};
|
|
169
|
+
export default _default;
|
|
170
|
+
export declare const Fill: any;
|
|
171
|
+
export declare const Fix: any;
|
|
172
|
+
export declare const CustomContent: any;
|
|
@@ -0,0 +1,8 @@
|
|
|
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 Card: any;
|
|
6
|
+
export declare const Page: any;
|
|
7
|
+
export declare const Icons: any;
|
|
8
|
+
export declare const ABTest: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import('vue').DefineComponent<{
|
|
4
|
+
label: {
|
|
5
|
+
type: import('vue').PropType<string>;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
testId: {
|
|
9
|
+
type: import('vue').PropType<string>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
disabled: {
|
|
13
|
+
type: import('vue').PropType<boolean>;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
modelValue: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
placeholder: {
|
|
21
|
+
type: import('vue').PropType<string>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
feedbackHelpText: {
|
|
25
|
+
type: import('vue').PropType<string>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
feedbackErrorText: {
|
|
29
|
+
type: import('vue').PropType<string>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
+
"update:modelValue": (value: string) => void;
|
|
34
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
35
|
+
label: {
|
|
36
|
+
type: import('vue').PropType<string>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
testId: {
|
|
40
|
+
type: import('vue').PropType<string>;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
disabled: {
|
|
44
|
+
type: import('vue').PropType<boolean>;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
modelValue: {
|
|
48
|
+
type: import('vue').PropType<string>;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
placeholder: {
|
|
52
|
+
type: import('vue').PropType<string>;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
feedbackHelpText: {
|
|
56
|
+
type: import('vue').PropType<string>;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
feedbackErrorText: {
|
|
60
|
+
type: import('vue').PropType<string>;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
}>> & {
|
|
64
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
|
65
|
+
}, {
|
|
66
|
+
label: string;
|
|
67
|
+
testId: string;
|
|
68
|
+
disabled: boolean;
|
|
69
|
+
modelValue: string;
|
|
70
|
+
placeholder: string;
|
|
71
|
+
feedbackHelpText: string;
|
|
72
|
+
feedbackErrorText: string;
|
|
73
|
+
}>;
|
|
74
|
+
argTypes: {
|
|
75
|
+
disabled: {
|
|
76
|
+
control: string;
|
|
77
|
+
};
|
|
78
|
+
label: {
|
|
79
|
+
control: string;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
};
|
|
83
|
+
export default _default;
|
|
84
|
+
export declare const Default: any;
|
|
85
|
+
export declare const Placeholder: any;
|
|
86
|
+
export declare const Label: any;
|
|
87
|
+
export declare const Disabled: any;
|
|
88
|
+
export declare const HelpText: any;
|
|
89
|
+
export declare const ErrorText: 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 NoLabelOrHelper: any;
|
|
6
|
+
export declare const HelperText: any;
|
|
7
|
+
export declare const WithMaxLength: any;
|
|
8
|
+
export declare const FullyLoaded: any;
|
|
9
|
+
export declare const Test: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,107 @@
|
|
|
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
|
+
color: {
|
|
9
|
+
type: import('vue').PropType<string>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
modelValue: {
|
|
13
|
+
type: import('vue').PropType<boolean>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
helperText: {
|
|
17
|
+
type: import('vue').PropType<string>;
|
|
18
|
+
default: any;
|
|
19
|
+
};
|
|
20
|
+
isLoading: {
|
|
21
|
+
type: import('vue').PropType<boolean>;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
activeText: {
|
|
25
|
+
type: import('vue').PropType<string>;
|
|
26
|
+
default: any;
|
|
27
|
+
};
|
|
28
|
+
inactiveText: {
|
|
29
|
+
type: import('vue').PropType<string>;
|
|
30
|
+
default: any;
|
|
31
|
+
};
|
|
32
|
+
errorText: {
|
|
33
|
+
type: import('vue').PropType<string>;
|
|
34
|
+
default: any;
|
|
35
|
+
};
|
|
36
|
+
isDisabled: {
|
|
37
|
+
type: import('vue').PropType<boolean>;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
|
+
"update:modelValue": (value: boolean) => void;
|
|
42
|
+
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
43
|
+
testId: {
|
|
44
|
+
type: import('vue').PropType<string>;
|
|
45
|
+
default: string;
|
|
46
|
+
};
|
|
47
|
+
color: {
|
|
48
|
+
type: import('vue').PropType<string>;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
modelValue: {
|
|
52
|
+
type: import('vue').PropType<boolean>;
|
|
53
|
+
required: true;
|
|
54
|
+
};
|
|
55
|
+
helperText: {
|
|
56
|
+
type: import('vue').PropType<string>;
|
|
57
|
+
default: any;
|
|
58
|
+
};
|
|
59
|
+
isLoading: {
|
|
60
|
+
type: import('vue').PropType<boolean>;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
activeText: {
|
|
64
|
+
type: import('vue').PropType<string>;
|
|
65
|
+
default: any;
|
|
66
|
+
};
|
|
67
|
+
inactiveText: {
|
|
68
|
+
type: import('vue').PropType<string>;
|
|
69
|
+
default: any;
|
|
70
|
+
};
|
|
71
|
+
errorText: {
|
|
72
|
+
type: import('vue').PropType<string>;
|
|
73
|
+
default: any;
|
|
74
|
+
};
|
|
75
|
+
isDisabled: {
|
|
76
|
+
type: import('vue').PropType<boolean>;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
}>> & {
|
|
80
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
81
|
+
}, {
|
|
82
|
+
testId: string;
|
|
83
|
+
color: string;
|
|
84
|
+
helperText: string;
|
|
85
|
+
isLoading: boolean;
|
|
86
|
+
activeText: string;
|
|
87
|
+
inactiveText: string;
|
|
88
|
+
errorText: string;
|
|
89
|
+
isDisabled: boolean;
|
|
90
|
+
}>;
|
|
91
|
+
argTypes: {};
|
|
92
|
+
};
|
|
93
|
+
export default _default;
|
|
94
|
+
export declare const EnabledOn: any;
|
|
95
|
+
export declare const DisabledOn: any;
|
|
96
|
+
export declare const EnabledOff: any;
|
|
97
|
+
export declare const DisabledOff: any;
|
|
98
|
+
export declare const EnabledOnWithText: any;
|
|
99
|
+
export declare const DisabledOnWithText: any;
|
|
100
|
+
export declare const EnabledOffWithText: any;
|
|
101
|
+
export declare const DisabledOffWithText: any;
|
|
102
|
+
export declare const HelperText: any;
|
|
103
|
+
export declare const Error: any;
|
|
104
|
+
export declare const ErrorWithHelper: any;
|
|
105
|
+
export declare const ActiveInactiveText: any;
|
|
106
|
+
export declare const CustomColor: any;
|
|
107
|
+
export declare const CustomColorDisabled: any;
|
|
@@ -0,0 +1,9 @@
|
|
|
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 Disabled: any;
|
|
6
|
+
export declare const Color: any;
|
|
7
|
+
export declare const Size: any;
|
|
8
|
+
export declare const Loading: any;
|
|
9
|
+
export declare const FullyLoaded: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|