@ironsource/shared-ui 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_c48dc06e_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_cca772e9_lang.css +1 -0
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_e5202bb9_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_4e432056_lang.css +1 -0
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_92d83650_lang.css +1 -0
- package/DataGridRowsCounter.vue_vue_type_style_index_0_scoped_11c1bb3f_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c6156fa0_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_7422cf08_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_19f8fedd_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_fb054d88_lang.css +1 -0
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_5764fd61_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_2a214b95_lang.css +1 -0
- package/{Skeleton.vue_vue_type_style_index_0_scoped_9837f0ce_lang.css → Skeleton.vue_vue_type_style_index_0_scoped_5ed40068_lang.css} +1 -1
- package/SkeletonV4.vue_vue_type_style_index_0_scoped_2f3b3470_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_76fef9bd_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_473bab9b_lang.css +1 -0
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/dialog/v4/DialogV4.vue.d.ts +34 -0
- package/components/dialog/v4/DialogV4.vue.js +3 -3
- package/components/dialog/v4/DialogV4.vue2.js +87 -56
- package/components/dialog/v4/index.d.ts +128 -2
- package/components/dropdown/common/Dropdown.common.js +29 -29
- package/components/dropdown/v4/AppDropdownTrigger.vue.d.ts +136 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +7 -0
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +147 -0
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +8 -8
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.d.ts +39 -11
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +77 -47
- package/components/dropdown/v4/Dropdown.types.d.ts +1 -1
- package/components/dropdown/v4/Dropdown.types.js +2 -1
- package/components/dropdown/v4/DropdownV4.vue.d.ts +42 -7
- package/components/dropdown/v4/DropdownV4.vue.js +4 -4
- package/components/dropdown/v4/DropdownV4.vue2.js +193 -163
- package/components/dropdown/v4/OptionV4.vue.d.ts +20 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +54 -37
- package/components/dropdown/v4/index.d.ts +824 -70
- package/components/dropdown/v4/index.js +11 -8
- package/components/includeExclude/IncludeExclude.vue.js +3 -3
- package/components/includeExclude/IncludeExclude.vue2.js +2 -2
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +2 -2
- package/components/includeExclude/index.d.ts +20 -20
- package/components/input/v4/TextField.vue.d.ts +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +9 -10
- package/components/input/v4/index.d.ts +20 -20
- package/components/layout/FormCard.vue.d.ts +1 -1
- package/components/layout/index.d.ts +12 -12
- package/components/multibar/MultiBarMenu.vue2.js +7 -6
- package/components/skeleton/v3/Skeleton.vue.js +7 -0
- package/components/skeleton/{Skeleton.vue2.js → v3/Skeleton.vue2.js} +1 -1
- package/components/skeleton/v4/SkeletonV4.vue.d.ts +41 -0
- package/components/skeleton/v4/SkeletonV4.vue.js +7 -0
- package/components/skeleton/v4/SkeletonV4.vue2.js +23 -0
- package/components/skeleton/v4/index.d.ts +94 -0
- package/components/skeleton/v4/index.js +6 -0
- package/components/table/v3/Table.vue.js +5 -5
- package/components/table/v3/Table.vue2.js +3 -3
- package/components/table/v4/DataGrid.vue.d.ts +7 -2
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +175 -169
- package/components/table/v4/DataGridMenu.vue.d.ts +5 -0
- package/components/table/v4/DataGridMenu.vue.js +3 -3
- package/components/table/v4/DataGridMenu.vue2.js +49 -38
- package/components/table/v4/DataGridRowsCounter.vue.d.ts +34 -0
- package/components/table/v4/DataGridRowsCounter.vue.js +7 -0
- package/components/table/v4/DataGridRowsCounter.vue2.js +36 -0
- package/components/table/v4/index.d.ts +56 -6
- package/components/table/v4/index.js +6 -4
- package/components/table/v4/storyUtils.d.ts +1 -0
- package/components/toggle/v4/ToggleV4.vue.d.ts +1 -1
- package/components/toggle/v4/index.d.ts +20 -20
- package/index.d.ts +2401 -360
- package/index.js +119 -119
- package/mocks/apps.d.ts +7 -0
- package/package.json +6 -2
- package/testids/index.d.ts +3 -1
- package/testids/index.js +10 -10
- package/utils/array.js +1 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_31e553e8_lang.css +0 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_14dcdae5_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_7a670808_lang.css +0 -1
- package/DataGridMenu.vue_vue_type_style_index_0_scoped_99f1dcca_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_c218ef1f_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_c0c12287_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_571b7c2f_lang.css +0 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_2a01a791_lang.css +0 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_85bff8f4_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_92add735_lang.css +0 -1
- package/Table.vue_vue_type_style_index_0_scoped_6b769df2_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_d4dc4582_lang.css +0 -1
- package/components/skeleton/Skeleton.vue.js +0 -7
- /package/components/skeleton/{Skeleton.vue.d.ts → v3/Skeleton.vue.d.ts} +0 -0
- /package/components/skeleton/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/skeleton/{index.js → v3/index.js} +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import o from "./DataGridRowsCounter.vue2.js";
|
|
2
|
+
/* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../DataGridRowsCounter.vue_vue_type_style_index_0_scoped_11c1bb3f_lang.css"; //*');
|
|
4
|
+
const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-11c1bb3f"]]);
|
|
5
|
+
export {
|
|
6
|
+
r as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import "../../../DataGridRowsCounter.vue_vue_type_style_index_0_scoped_11c1bb3f_lang.css"; import { defineComponent as i, openBlock as l, createElementBlock as c, createVNode as e, unref as o, withCtx as a, createTextVNode as t, toDisplayString as u } from "vue";
|
|
2
|
+
import r from "../../typography/v4/Typography.vue.js";
|
|
3
|
+
const d = { class: "data-grid-rows-counter" }, m = /* @__PURE__ */ i({
|
|
4
|
+
__name: "DataGridRowsCounter",
|
|
5
|
+
props: {
|
|
6
|
+
count: { default: 0 },
|
|
7
|
+
totalCount: { default: 0 }
|
|
8
|
+
},
|
|
9
|
+
setup(n) {
|
|
10
|
+
return (s, f) => (l(), c("div", d, [
|
|
11
|
+
e(o(r), { variant: "body2" }, {
|
|
12
|
+
default: a(() => [
|
|
13
|
+
t(" Displaying "),
|
|
14
|
+
e(o(r), { variant: "subtitle2" }, {
|
|
15
|
+
default: a(() => [
|
|
16
|
+
t(u(n.count), 1)
|
|
17
|
+
]),
|
|
18
|
+
_: 1
|
|
19
|
+
}),
|
|
20
|
+
t(" out of "),
|
|
21
|
+
e(o(r), { variant: "subtitle2" }, {
|
|
22
|
+
default: a(() => [
|
|
23
|
+
t(u(n.totalCount), 1)
|
|
24
|
+
]),
|
|
25
|
+
_: 1
|
|
26
|
+
}),
|
|
27
|
+
t(" total rows ")
|
|
28
|
+
]),
|
|
29
|
+
_: 1
|
|
30
|
+
})
|
|
31
|
+
]));
|
|
32
|
+
}
|
|
33
|
+
});
|
|
34
|
+
export {
|
|
35
|
+
m as default
|
|
36
|
+
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import DataGrid from './DataGrid.vue';
|
|
2
2
|
import DataGridMenu from './DataGridMenu.vue';
|
|
3
|
+
import DataGridRowsCounter from './DataGridRowsCounter.vue';
|
|
3
4
|
declare const DataGridTypes: () => (({
|
|
4
5
|
new (...args: any[]): {
|
|
5
6
|
$: import("vue").ComponentInternalInstance;
|
|
@@ -26,6 +27,7 @@ declare const DataGridTypes: () => (({
|
|
|
26
27
|
getRowId: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
27
28
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
28
29
|
showSearch: boolean;
|
|
30
|
+
zIndexBase: number;
|
|
29
31
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
30
32
|
sort: {
|
|
31
33
|
type: import("vue").PropType<import("../common/Table.types").Sort>;
|
|
@@ -113,12 +115,16 @@ declare const DataGridTypes: () => (({
|
|
|
113
115
|
};
|
|
114
116
|
emptyStateVariant: {
|
|
115
117
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
116
|
-
default:
|
|
118
|
+
default: any;
|
|
117
119
|
};
|
|
118
120
|
showSearch: {
|
|
119
121
|
type: import("vue").PropType<boolean>;
|
|
120
122
|
default: boolean;
|
|
121
123
|
};
|
|
124
|
+
zIndexBase: {
|
|
125
|
+
type: import("vue").PropType<number>;
|
|
126
|
+
default: number;
|
|
127
|
+
};
|
|
122
128
|
}>> & {
|
|
123
129
|
onOnScroll?: (event: Event) => any;
|
|
124
130
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
@@ -131,7 +137,7 @@ declare const DataGridTypes: () => (({
|
|
|
131
137
|
onLoadMore?: () => any;
|
|
132
138
|
"onUpdate:search"?: (query: string) => any;
|
|
133
139
|
"onUpdate:selection"?: (selection: unknown[]) => any;
|
|
134
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "emptyStateVariant" | "showSearch">;
|
|
140
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "sort" | "title" | "search" | "testId" | "searchPlaceholder" | "selection" | "searchAutoFocus" | "isLoading" | "isSticky" | "sections" | "isStickyHeader" | "emptyStateTitle" | "emptyStateSubtitle" | "isInfiniteScroll" | "infiniteScrollThreshold" | "rowHeight" | "loadingRowCount" | "defaultScrollPosition" | "getRowId" | "emptyStateVariant" | "showSearch" | "zIndexBase">;
|
|
135
141
|
$attrs: {
|
|
136
142
|
[x: string]: unknown;
|
|
137
143
|
};
|
|
@@ -237,12 +243,16 @@ declare const DataGridTypes: () => (({
|
|
|
237
243
|
};
|
|
238
244
|
emptyStateVariant: {
|
|
239
245
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
240
|
-
default:
|
|
246
|
+
default: any;
|
|
241
247
|
};
|
|
242
248
|
showSearch: {
|
|
243
249
|
type: import("vue").PropType<boolean>;
|
|
244
250
|
default: boolean;
|
|
245
251
|
};
|
|
252
|
+
zIndexBase: {
|
|
253
|
+
type: import("vue").PropType<number>;
|
|
254
|
+
default: number;
|
|
255
|
+
};
|
|
246
256
|
}>> & {
|
|
247
257
|
onOnScroll?: (event: Event) => any;
|
|
248
258
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
@@ -289,6 +299,7 @@ declare const DataGridTypes: () => (({
|
|
|
289
299
|
getRowId: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
290
300
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
291
301
|
showSearch: boolean;
|
|
302
|
+
zIndexBase: number;
|
|
292
303
|
}, {}, string> & {
|
|
293
304
|
beforeCreate?: (() => void) | (() => void)[];
|
|
294
305
|
created?: (() => void) | (() => void)[];
|
|
@@ -396,12 +407,16 @@ declare const DataGridTypes: () => (({
|
|
|
396
407
|
};
|
|
397
408
|
emptyStateVariant: {
|
|
398
409
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
399
|
-
default:
|
|
410
|
+
default: any;
|
|
400
411
|
};
|
|
401
412
|
showSearch: {
|
|
402
413
|
type: import("vue").PropType<boolean>;
|
|
403
414
|
default: boolean;
|
|
404
415
|
};
|
|
416
|
+
zIndexBase: {
|
|
417
|
+
type: import("vue").PropType<number>;
|
|
418
|
+
default: number;
|
|
419
|
+
};
|
|
405
420
|
}>> & {
|
|
406
421
|
onOnScroll?: (event: Event) => any;
|
|
407
422
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
@@ -505,12 +520,16 @@ declare const DataGridTypes: () => (({
|
|
|
505
520
|
};
|
|
506
521
|
emptyStateVariant: {
|
|
507
522
|
type: import("vue").PropType<"error" | "no-access" | "no-results" | "no-data" | "files" | "settings">;
|
|
508
|
-
default:
|
|
523
|
+
default: any;
|
|
509
524
|
};
|
|
510
525
|
showSearch: {
|
|
511
526
|
type: import("vue").PropType<boolean>;
|
|
512
527
|
default: boolean;
|
|
513
528
|
};
|
|
529
|
+
zIndexBase: {
|
|
530
|
+
type: import("vue").PropType<number>;
|
|
531
|
+
default: number;
|
|
532
|
+
};
|
|
514
533
|
}>> & {
|
|
515
534
|
onOnScroll?: (event: Event) => any;
|
|
516
535
|
"onUpdate:sort"?: (newSort: import("../common/Table.types").Sort) => any;
|
|
@@ -557,6 +576,7 @@ declare const DataGridTypes: () => (({
|
|
|
557
576
|
getRowId: (row: import("../common/Table.types").Row, index: number) => string | number;
|
|
558
577
|
emptyStateVariant: "error" | "no-access" | "no-results" | "no-data" | "files" | "settings";
|
|
559
578
|
showSearch: boolean;
|
|
579
|
+
zIndexBase: number;
|
|
560
580
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
561
581
|
$slots: Partial<Record<`section-${string}`, (_: {}) => any>> & Partial<Record<`header-${string}`, (_: {
|
|
562
582
|
column: import("../common/Table.types").Column;
|
|
@@ -579,6 +599,10 @@ declare const DataGridTypes: () => (({
|
|
|
579
599
|
footer?(_: {}): any;
|
|
580
600
|
};
|
|
581
601
|
})) | import("vue").DefineComponent<{
|
|
602
|
+
container: {
|
|
603
|
+
type: import("vue").PropType<string>;
|
|
604
|
+
default: any;
|
|
605
|
+
};
|
|
582
606
|
menuItems: {
|
|
583
607
|
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
584
608
|
required: true;
|
|
@@ -587,6 +611,10 @@ declare const DataGridTypes: () => (({
|
|
|
587
611
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
588
612
|
selected: (option: unknown) => void;
|
|
589
613
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
614
|
+
container: {
|
|
615
|
+
type: import("vue").PropType<string>;
|
|
616
|
+
default: any;
|
|
617
|
+
};
|
|
590
618
|
menuItems: {
|
|
591
619
|
type: import("vue").PropType<import("../common/Table.types").MenuItem[]>;
|
|
592
620
|
required: true;
|
|
@@ -595,7 +623,29 @@ declare const DataGridTypes: () => (({
|
|
|
595
623
|
}>> & {
|
|
596
624
|
onSelected?: (option: unknown) => any;
|
|
597
625
|
}, {
|
|
626
|
+
container: string;
|
|
598
627
|
menuItems: import("../common/Table.types").MenuItem[];
|
|
628
|
+
}> | import("vue").DefineComponent<{
|
|
629
|
+
count: {
|
|
630
|
+
type: import("vue").PropType<number>;
|
|
631
|
+
default: number;
|
|
632
|
+
};
|
|
633
|
+
totalCount: {
|
|
634
|
+
type: import("vue").PropType<number>;
|
|
635
|
+
default: number;
|
|
636
|
+
};
|
|
637
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
638
|
+
count: {
|
|
639
|
+
type: import("vue").PropType<number>;
|
|
640
|
+
default: number;
|
|
641
|
+
};
|
|
642
|
+
totalCount: {
|
|
643
|
+
type: import("vue").PropType<number>;
|
|
644
|
+
default: number;
|
|
645
|
+
};
|
|
646
|
+
}>>, {
|
|
647
|
+
count: number;
|
|
648
|
+
totalCount: number;
|
|
599
649
|
}>)[];
|
|
600
650
|
export type { Column, Sort, MenuItem } from '../common/Table.types';
|
|
601
|
-
export { DataGrid, DataGridMenu, DataGridTypes };
|
|
651
|
+
export { DataGrid, DataGridMenu, DataGridRowsCounter, DataGridTypes };
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import r from "./DataGrid.vue.js";
|
|
2
|
-
import
|
|
3
|
-
|
|
2
|
+
import o from "./DataGridMenu.vue.js";
|
|
3
|
+
import t from "./DataGridRowsCounter.vue.js";
|
|
4
|
+
const p = () => [r, o, t];
|
|
4
5
|
export {
|
|
5
6
|
r as DataGrid,
|
|
6
|
-
|
|
7
|
-
|
|
7
|
+
o as DataGridMenu,
|
|
8
|
+
t as DataGridRowsCounter,
|
|
9
|
+
p as DataGridTypes
|
|
8
10
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const getRandomRows: (count: number, template?: string[]) => any[][];
|
|
2
|
+
export declare const searchRows: (array: string[][], query: string) => string[][];
|
|
2
3
|
export declare const exampleRows: string[][];
|
|
3
4
|
export declare const moreExampleRows: string[][];
|
|
4
5
|
export declare const exampleRowsWithExtraColumns: string[][];
|
|
@@ -61,10 +61,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
61
61
|
size: "small" | "medium";
|
|
62
62
|
testId: string;
|
|
63
63
|
color: "primary" | "test";
|
|
64
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
65
64
|
hoverHelpText: string;
|
|
66
65
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
67
66
|
feedbackText: string;
|
|
67
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
68
68
|
isLoading: boolean;
|
|
69
69
|
activeText: string;
|
|
70
70
|
inactiveText: string;
|
|
@@ -7,10 +7,10 @@ declare const ToggleTypes: () => ({
|
|
|
7
7
|
size: "small" | "medium";
|
|
8
8
|
testId: string;
|
|
9
9
|
color: "primary" | "test";
|
|
10
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
11
10
|
hoverHelpText: string;
|
|
12
11
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
13
12
|
feedbackText: string;
|
|
13
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
14
14
|
isLoading: boolean;
|
|
15
15
|
activeText: string;
|
|
16
16
|
inactiveText: string;
|
|
@@ -36,10 +36,6 @@ declare const ToggleTypes: () => ({
|
|
|
36
36
|
type: import("vue").PropType<"primary" | "test">;
|
|
37
37
|
default: string;
|
|
38
38
|
};
|
|
39
|
-
feedbackVariant: {
|
|
40
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
41
|
-
default: any;
|
|
42
|
-
};
|
|
43
39
|
hoverHelpText: {
|
|
44
40
|
type: import("vue").PropType<string>;
|
|
45
41
|
default: string;
|
|
@@ -52,6 +48,10 @@ declare const ToggleTypes: () => ({
|
|
|
52
48
|
type: import("vue").PropType<string>;
|
|
53
49
|
default: string;
|
|
54
50
|
};
|
|
51
|
+
feedbackVariant: {
|
|
52
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
53
|
+
default: any;
|
|
54
|
+
};
|
|
55
55
|
isLoading: {
|
|
56
56
|
type: import("vue").PropType<boolean>;
|
|
57
57
|
default: boolean;
|
|
@@ -70,7 +70,7 @@ declare const ToggleTypes: () => ({
|
|
|
70
70
|
};
|
|
71
71
|
}>> & {
|
|
72
72
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
|
73
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "testId" | "color" | "
|
|
73
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "text" | "size" | "testId" | "color" | "hoverHelpText" | "hoverHelpTextPlacement" | "feedbackText" | "feedbackVariant" | "isLoading" | "activeText" | "inactiveText" | "isDisabled">;
|
|
74
74
|
$attrs: {
|
|
75
75
|
[x: string]: unknown;
|
|
76
76
|
};
|
|
@@ -105,10 +105,6 @@ declare const ToggleTypes: () => ({
|
|
|
105
105
|
type: import("vue").PropType<"primary" | "test">;
|
|
106
106
|
default: string;
|
|
107
107
|
};
|
|
108
|
-
feedbackVariant: {
|
|
109
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
110
|
-
default: any;
|
|
111
|
-
};
|
|
112
108
|
hoverHelpText: {
|
|
113
109
|
type: import("vue").PropType<string>;
|
|
114
110
|
default: string;
|
|
@@ -121,6 +117,10 @@ declare const ToggleTypes: () => ({
|
|
|
121
117
|
type: import("vue").PropType<string>;
|
|
122
118
|
default: string;
|
|
123
119
|
};
|
|
120
|
+
feedbackVariant: {
|
|
121
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
122
|
+
default: any;
|
|
123
|
+
};
|
|
124
124
|
isLoading: {
|
|
125
125
|
type: import("vue").PropType<boolean>;
|
|
126
126
|
default: boolean;
|
|
@@ -146,10 +146,10 @@ declare const ToggleTypes: () => ({
|
|
|
146
146
|
size: "small" | "medium";
|
|
147
147
|
testId: string;
|
|
148
148
|
color: "primary" | "test";
|
|
149
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
150
149
|
hoverHelpText: string;
|
|
151
150
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
152
151
|
feedbackText: string;
|
|
152
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
153
153
|
isLoading: boolean;
|
|
154
154
|
activeText: string;
|
|
155
155
|
inactiveText: string;
|
|
@@ -195,10 +195,6 @@ declare const ToggleTypes: () => ({
|
|
|
195
195
|
type: import("vue").PropType<"primary" | "test">;
|
|
196
196
|
default: string;
|
|
197
197
|
};
|
|
198
|
-
feedbackVariant: {
|
|
199
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
200
|
-
default: any;
|
|
201
|
-
};
|
|
202
198
|
hoverHelpText: {
|
|
203
199
|
type: import("vue").PropType<string>;
|
|
204
200
|
default: string;
|
|
@@ -211,6 +207,10 @@ declare const ToggleTypes: () => ({
|
|
|
211
207
|
type: import("vue").PropType<string>;
|
|
212
208
|
default: string;
|
|
213
209
|
};
|
|
210
|
+
feedbackVariant: {
|
|
211
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
212
|
+
default: any;
|
|
213
|
+
};
|
|
214
214
|
isLoading: {
|
|
215
215
|
type: import("vue").PropType<boolean>;
|
|
216
216
|
default: boolean;
|
|
@@ -254,10 +254,6 @@ declare const ToggleTypes: () => ({
|
|
|
254
254
|
type: import("vue").PropType<"primary" | "test">;
|
|
255
255
|
default: string;
|
|
256
256
|
};
|
|
257
|
-
feedbackVariant: {
|
|
258
|
-
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
259
|
-
default: any;
|
|
260
|
-
};
|
|
261
257
|
hoverHelpText: {
|
|
262
258
|
type: import("vue").PropType<string>;
|
|
263
259
|
default: string;
|
|
@@ -270,6 +266,10 @@ declare const ToggleTypes: () => ({
|
|
|
270
266
|
type: import("vue").PropType<string>;
|
|
271
267
|
default: string;
|
|
272
268
|
};
|
|
269
|
+
feedbackVariant: {
|
|
270
|
+
type: import("vue").PropType<"error" | "success" | "warning">;
|
|
271
|
+
default: any;
|
|
272
|
+
};
|
|
273
273
|
isLoading: {
|
|
274
274
|
type: import("vue").PropType<boolean>;
|
|
275
275
|
default: boolean;
|
|
@@ -295,10 +295,10 @@ declare const ToggleTypes: () => ({
|
|
|
295
295
|
size: "small" | "medium";
|
|
296
296
|
testId: string;
|
|
297
297
|
color: "primary" | "test";
|
|
298
|
-
feedbackVariant: "error" | "success" | "warning";
|
|
299
298
|
hoverHelpText: string;
|
|
300
299
|
hoverHelpTextPlacement: "auto" | "auto-start" | "auto-end" | "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
301
300
|
feedbackText: string;
|
|
301
|
+
feedbackVariant: "error" | "success" | "warning";
|
|
302
302
|
isLoading: boolean;
|
|
303
303
|
activeText: string;
|
|
304
304
|
inactiveText: string;
|