@bethinkpl/design-system 26.4.0 → 26.6.0
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/dist/design-system.umd.cjs +18 -18
- package/dist/design-system.umd.cjs.map +1 -1
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.composables.d.ts +1 -1
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +31 -8
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +4 -1
- package/dist/lib/js/components/Drawer/DrawerTile/DrawerTile.vue.d.ts +40 -14
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +10 -0
- package/dist/lib/js/components/Outline/OutlineItem/OutlineItem.vue.d.ts +1 -0
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +122 -0
- package/dist/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue.d.ts +40 -14
- package/dist/lib/js/components/TextGroup/TextGroup.vue.d.ts +121 -0
- package/dist/lib/js/components/Tile/Tile.consts.d.ts +22 -0
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +1462 -0
- package/dist/lib/js/components/Tile/Tile.shared.d.ts +9 -4
- package/dist/lib/js/components/Tile/Tile.vue.d.ts +22 -7
- package/dist/lib/js/components/Tooltip/Tooltip.vue.d.ts +10 -0
- package/docs/assets/BasicRichListItem-Ctm7LWMn.js +1 -0
- package/docs/assets/{BasicRichListItem.stories-CYAxAAa4.js → BasicRichListItem.stories-CW9os382.js} +9 -5
- package/docs/assets/{Color-ERTF36HU-BKLy-2-d.js → Color-ERTF36HU-CqJ5SSs8.js} +1 -1
- package/docs/assets/DatePicker-Br-Dxnyn.js +2 -0
- package/docs/assets/DatePicker.stories-C4sN46Ws.js +175 -0
- package/docs/assets/DateRangePicker-B2xmoGPO.js +1 -0
- package/docs/assets/{DateRangePicker.stories-BEQd6aEn.js → DateRangePicker.stories-DGh5m4TF.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-vJAQuqDP.js → DocsRenderer-CFRXHY34-CemqquOQ.js} +5 -5
- package/docs/assets/{DrawerTile-BqpTb_42.js → DrawerTile-OeT5gefI.js} +1 -1
- package/docs/assets/DrawerTile.stories-nBKWobdB.js +10 -0
- package/docs/assets/OutlineItem-B0GAacWf.js +1 -0
- package/docs/assets/{OutlineItem.stories-CEsNJBgo.js → OutlineItem.stories-RvYTOp9N.js} +1 -1
- package/docs/assets/{OverlayHeader-Cuwk2J3B.js → OverlayHeader--26-GHPy.js} +1 -1
- package/docs/assets/{OverlayHeader.stories-WMRsiDpt.js → OverlayHeader.stories-BVxhjyuC.js} +1 -1
- package/docs/assets/{RichListItem.stories-CtgWAG3q.js → RichListItem.stories-B_DlwcQo.js} +1 -1
- package/docs/assets/SelectListItemTile-ohFw-wM4.js +1 -0
- package/docs/assets/SelectListItemTile.stories-BRCqpIYj.js +19 -0
- package/docs/assets/{SelectionTile-dsZMyVPh.js → SelectionTile-CjfV3f7H.js} +1 -1
- package/docs/assets/{SelectionTile.stories-DsAapWdD.js → SelectionTile.stories-PT6dhdE2.js} +1 -1
- package/docs/assets/TextGroup-lwPvABi6.js +1 -0
- package/docs/assets/TextGroup.stories-CnojKPTw.js +56 -0
- package/docs/assets/{ThreeColumnLayout-CRPRmmvx.js → ThreeColumnLayout-BR3bkVIs.js} +1 -1
- package/docs/assets/{ThreeColumnLayout.stories-CeCLjYHh.js → ThreeColumnLayout.stories-V4L7zdf_.js} +1 -1
- package/docs/assets/Tile-DjRk5xHI.js +1 -0
- package/docs/assets/Tile.sb.shared-Dt0Nhl_4.js +20 -0
- package/docs/assets/Tile.stories-lM4we8lW.js +12 -0
- package/docs/assets/Tooltip-Cni6OHo9.js +1 -0
- package/docs/assets/{Tooltip.stories-B94PUKgP.js → Tooltip.stories-C3h4ABpf.js} +1 -1
- package/docs/assets/{iframe-DuOsjH1S.js → iframe-OBly2w25.js} +11 -11
- package/docs/assets/{index-TQ9qBbRg.js → index-BX4u4pqi.js} +1 -1
- package/docs/assets/{index-D4AlyEjM.js → index-DRNPKjaN.js} +1 -1
- package/docs/assets/{preview-BjkZFWp3.js → preview-BA4xsxRI.js} +2 -2
- package/docs/assets/{preview-D76Q7lmj.js → preview-ByrBU2E6.js} +1 -1
- package/docs/iframe.html +1 -1
- package/docs/index.json +1 -1
- package/docs/project.json +1 -1
- package/lib/js/components/DatePickers/DatePicker/DatePicker.composables.ts +22 -1
- package/lib/js/components/DatePickers/DatePicker/DatePicker.stories.ts +26 -1
- package/lib/js/components/DatePickers/DatePicker/DatePicker.vue +36 -4
- package/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue +15 -2
- package/lib/js/components/Layouts/ThreeColumnLayout/ThreeColumnLayout.vue +1 -0
- package/lib/js/components/Outline/OutlineItem/OutlineItem.vue +2 -1
- package/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.stories.ts +6 -0
- package/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue +5 -0
- package/lib/js/components/SelectList/SelectListItemTile/SelectListItemTile.vue +1 -1
- package/lib/js/components/TextGroup/TextGroup.stories.ts +20 -0
- package/lib/js/components/TextGroup/TextGroup.vue +51 -8
- package/lib/js/components/Tile/Tile.consts.ts +26 -0
- package/lib/js/components/Tile/Tile.sb.shared.ts +38 -4
- package/lib/js/components/Tile/Tile.shared.ts +19 -4
- package/lib/js/components/Tile/Tile.stories.ts +2 -2
- package/lib/js/components/Tile/Tile.vue +93 -44
- package/lib/js/components/Tooltip/Tooltip.vue +15 -1
- package/package.json +1 -1
- package/docs/assets/BasicRichListItem-VxP1mYya.js +0 -1
- package/docs/assets/DatePicker-B1ILf2Dx.js +0 -2
- package/docs/assets/DatePicker.stories-DOAIlaQC.js +0 -95
- package/docs/assets/DateRangePicker-DCZj8tMQ.js +0 -1
- package/docs/assets/DrawerTile.stories-BXRxmk1J.js +0 -10
- package/docs/assets/OutlineItem-BSNc7fID.js +0 -1
- package/docs/assets/SelectListItemTile-CRDx7Wjx.js +0 -1
- package/docs/assets/SelectListItemTile.stories-CADs56nZ.js +0 -19
- package/docs/assets/TextGroup-C6PK25ok.js +0 -1
- package/docs/assets/TextGroup.stories-DnrIWKMT.js +0 -48
- package/docs/assets/Tile-C731KsjF.js +0 -1
- package/docs/assets/Tile.sb.shared-Dr6W7Z8_.js +0 -16
- package/docs/assets/Tile.stories-CZlgEnY4.js +0 -12
- package/docs/assets/Tooltip-4m2CjENZ.js +0 -1
|
@@ -16,7 +16,7 @@ interface InitFlatpickrPrams {
|
|
|
16
16
|
}
|
|
17
17
|
interface InitFlatpickr {
|
|
18
18
|
datePicker: DatePickerInstance | null;
|
|
19
|
-
createDatePicker: (flatpickrInputElement: HTMLInputElement, dateRangePickerRef: HTMLElement) => Promise<DatePickerInstance | undefined>;
|
|
19
|
+
createDatePicker: (flatpickrInputElement: HTMLInputElement, dateRangePickerRef: HTMLElement, updatePositionBasedOnScrollableSelector: string) => Promise<DatePickerInstance | undefined>;
|
|
20
20
|
isOpen: Ref<boolean>;
|
|
21
21
|
toggle: () => void;
|
|
22
22
|
}
|
|
@@ -9,12 +9,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
9
9
|
date: Date;
|
|
10
10
|
isInteractive: boolean;
|
|
11
11
|
state: DatePickerStates;
|
|
12
|
+
updatePositionBasedOnScrollableSelector: string;
|
|
12
13
|
}, {
|
|
13
14
|
flatpickrInputRef: Ref<HTMLInputElement, HTMLInputElement>;
|
|
14
15
|
datePickerRef: Ref<HTMLDivElement, HTMLDivElement>;
|
|
15
16
|
isOpen: Ref<boolean, boolean>;
|
|
16
17
|
toggleDatePicker: () => void;
|
|
17
|
-
createDatePicker: (flatpickrInputElement: HTMLInputElement, dateRangePickerRef: HTMLElement) => Promise<import('flatpickr/dist/types/instance').Instance | undefined>;
|
|
18
|
+
createDatePicker: (flatpickrInputElement: HTMLInputElement, dateRangePickerRef: HTMLElement, updatePositionBasedOnScrollableSelector: string) => Promise<import('flatpickr/dist/types/instance').Instance | undefined>;
|
|
18
19
|
DATE_PICKER_CALENDAR_POSITIONS: Readonly<{
|
|
19
20
|
TOP: string;
|
|
20
21
|
TOP_LEFT: string;
|
|
@@ -38,7 +39,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
38
39
|
BOX: string;
|
|
39
40
|
TILE: string;
|
|
40
41
|
}>;
|
|
42
|
+
TILE_ADDITIONAL_TEXT_MAX_WIDTHS: Readonly<{
|
|
43
|
+
readonly SMALL: "small";
|
|
44
|
+
readonly MEDIUM: "medium";
|
|
45
|
+
}>;
|
|
41
46
|
}, {}, {
|
|
47
|
+
borderColor(): "warning" | "danger" | "neutralWeak" | "primary" | "dangerWeak" | "warningWeak";
|
|
42
48
|
eyebrowText(): string;
|
|
43
49
|
text(): any;
|
|
44
50
|
tileIcon(): any;
|
|
@@ -56,6 +62,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
56
62
|
date: Date;
|
|
57
63
|
isInteractive: boolean;
|
|
58
64
|
state: DatePickerStates;
|
|
65
|
+
updatePositionBasedOnScrollableSelector: string;
|
|
59
66
|
}> & Readonly<{
|
|
60
67
|
"onUpdate:date"?: ((date: Date) => any) | undefined;
|
|
61
68
|
}>, {
|
|
@@ -76,6 +83,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
76
83
|
disableDates: Date[];
|
|
77
84
|
minDate: Date;
|
|
78
85
|
maxDate: Date;
|
|
86
|
+
updatePositionBasedOnScrollableSelector: string;
|
|
79
87
|
}, {}, {
|
|
80
88
|
DsTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
81
89
|
interactive: {
|
|
@@ -134,9 +142,14 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
134
142
|
type: BooleanConstructor;
|
|
135
143
|
default: boolean;
|
|
136
144
|
};
|
|
137
|
-
|
|
138
|
-
type:
|
|
139
|
-
default:
|
|
145
|
+
borderColor: {
|
|
146
|
+
type: PropType<import('../../Tile').TileBorderColors>;
|
|
147
|
+
default: null;
|
|
148
|
+
};
|
|
149
|
+
additionalTextMaxWidth: {
|
|
150
|
+
type: PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
|
|
151
|
+
default: "small";
|
|
152
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
|
|
140
153
|
};
|
|
141
154
|
}>, {}, {
|
|
142
155
|
ICONS: Readonly<{
|
|
@@ -361,6 +374,10 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
361
374
|
readonly DISABLED: "disabled";
|
|
362
375
|
readonly LOADING: "loading";
|
|
363
376
|
}>;
|
|
377
|
+
TILE_ADDITIONAL_TEXT_MAX_WIDTHS: Readonly<{
|
|
378
|
+
readonly SMALL: "small";
|
|
379
|
+
readonly MEDIUM: "medium";
|
|
380
|
+
}>;
|
|
364
381
|
}, {
|
|
365
382
|
tileColor(): any;
|
|
366
383
|
tileState(): any;
|
|
@@ -421,16 +438,21 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
421
438
|
type: BooleanConstructor;
|
|
422
439
|
default: boolean;
|
|
423
440
|
};
|
|
424
|
-
|
|
425
|
-
type:
|
|
426
|
-
default:
|
|
441
|
+
borderColor: {
|
|
442
|
+
type: PropType<import('../../Tile').TileBorderColors>;
|
|
443
|
+
default: null;
|
|
444
|
+
};
|
|
445
|
+
additionalTextMaxWidth: {
|
|
446
|
+
type: PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
|
|
447
|
+
default: "small";
|
|
448
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
|
|
427
449
|
};
|
|
428
450
|
}>> & Readonly<{}>, {
|
|
429
451
|
color: import('../../Tile').TileColors;
|
|
430
452
|
state: import('../../Tile').TileStates;
|
|
431
453
|
iconLeft: Record<string, any>;
|
|
432
454
|
iconRight: Record<string, any>;
|
|
433
|
-
|
|
455
|
+
borderColor: import('../../Tile').TileBorderColors;
|
|
434
456
|
interactive: boolean;
|
|
435
457
|
isIconRightHiddenOnMobile: boolean;
|
|
436
458
|
eyebrowText: string;
|
|
@@ -438,6 +460,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
438
460
|
isEyebrowTextUppercase: boolean;
|
|
439
461
|
eyebrowEllipsis: boolean;
|
|
440
462
|
textEllipsis: boolean;
|
|
463
|
+
additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidths;
|
|
441
464
|
}, {}, {
|
|
442
465
|
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
443
466
|
icon: {
|
|
@@ -10,12 +10,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
endDate: Date;
|
|
11
11
|
isInteractive: boolean;
|
|
12
12
|
state: DatePickerStates;
|
|
13
|
+
updatePositionBasedOnScrollableSelector: string;
|
|
13
14
|
}, {
|
|
14
15
|
dateRangePickerRef: Ref<HTMLDivElement, HTMLDivElement>;
|
|
15
16
|
flatpickrInputRef: Ref<HTMLInputElement, HTMLInputElement>;
|
|
16
17
|
isOpen: Ref<boolean, boolean>;
|
|
17
18
|
toggleDatePicker: () => void;
|
|
18
|
-
createDatePicker: (flatpickrInputElement: HTMLInputElement, dateRangePickerRef: HTMLElement) => Promise<import('flatpickr/dist/types/instance').Instance | undefined>;
|
|
19
|
+
createDatePicker: (flatpickrInputElement: HTMLInputElement, dateRangePickerRef: HTMLElement, updatePositionBasedOnScrollableSelector: string) => Promise<import('flatpickr/dist/types/instance').Instance | undefined>;
|
|
19
20
|
DATE_PICKER_CALENDAR_POSITIONS: Readonly<{
|
|
20
21
|
TOP: string;
|
|
21
22
|
TOP_LEFT: string;
|
|
@@ -59,6 +60,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
59
60
|
endDate: Date;
|
|
60
61
|
isInteractive: boolean;
|
|
61
62
|
state: DatePickerStates;
|
|
63
|
+
updatePositionBasedOnScrollableSelector: string;
|
|
62
64
|
}> & Readonly<{
|
|
63
65
|
"onUpdate:date"?: ((value: {
|
|
64
66
|
startDate: Date;
|
|
@@ -79,6 +81,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
79
81
|
disableDates: Date[];
|
|
80
82
|
minDate: Date;
|
|
81
83
|
maxDate: Date;
|
|
84
|
+
updatePositionBasedOnScrollableSelector: string;
|
|
82
85
|
}, {}, {
|
|
83
86
|
DatePickerBox: import('vue').DefineComponent<{}, {}, {
|
|
84
87
|
ICONS: Readonly<{
|
|
@@ -55,9 +55,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
type: BooleanConstructor;
|
|
56
56
|
default: boolean;
|
|
57
57
|
};
|
|
58
|
-
|
|
59
|
-
type:
|
|
60
|
-
default:
|
|
58
|
+
borderColor: {
|
|
59
|
+
type: import('vue').PropType<import('../../Tile').TileBorderColors>;
|
|
60
|
+
default: null;
|
|
61
|
+
};
|
|
62
|
+
additionalTextMaxWidth: {
|
|
63
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
|
|
64
|
+
default: "small";
|
|
65
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
|
|
61
66
|
};
|
|
62
67
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
63
68
|
click: () => true;
|
|
@@ -118,9 +123,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
118
123
|
type: BooleanConstructor;
|
|
119
124
|
default: boolean;
|
|
120
125
|
};
|
|
121
|
-
|
|
122
|
-
type:
|
|
123
|
-
default:
|
|
126
|
+
borderColor: {
|
|
127
|
+
type: import('vue').PropType<import('../../Tile').TileBorderColors>;
|
|
128
|
+
default: null;
|
|
129
|
+
};
|
|
130
|
+
additionalTextMaxWidth: {
|
|
131
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
|
|
132
|
+
default: "small";
|
|
133
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
|
|
124
134
|
};
|
|
125
135
|
}>> & Readonly<{
|
|
126
136
|
onClick?: (() => any) | undefined;
|
|
@@ -129,7 +139,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
129
139
|
state: import('../../Tile').TileStates;
|
|
130
140
|
iconLeft: Record<string, any>;
|
|
131
141
|
iconRight: Record<string, any>;
|
|
132
|
-
|
|
142
|
+
borderColor: import('../../Tile').TileBorderColors;
|
|
133
143
|
interactive: boolean;
|
|
134
144
|
isIconRightHiddenOnMobile: boolean;
|
|
135
145
|
eyebrowText: string;
|
|
@@ -137,6 +147,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
137
147
|
isEyebrowTextUppercase: boolean;
|
|
138
148
|
eyebrowEllipsis: boolean;
|
|
139
149
|
textEllipsis: boolean;
|
|
150
|
+
additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidths;
|
|
140
151
|
}, {}, {
|
|
141
152
|
DsTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
142
153
|
interactive: {
|
|
@@ -195,9 +206,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
195
206
|
type: BooleanConstructor;
|
|
196
207
|
default: boolean;
|
|
197
208
|
};
|
|
198
|
-
|
|
199
|
-
type:
|
|
200
|
-
default:
|
|
209
|
+
borderColor: {
|
|
210
|
+
type: import('vue').PropType<import('../../Tile').TileBorderColors>;
|
|
211
|
+
default: null;
|
|
212
|
+
};
|
|
213
|
+
additionalTextMaxWidth: {
|
|
214
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
|
|
215
|
+
default: "small";
|
|
216
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
|
|
201
217
|
};
|
|
202
218
|
}>, {}, {
|
|
203
219
|
ICONS: Readonly<{
|
|
@@ -422,6 +438,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
422
438
|
readonly DISABLED: "disabled";
|
|
423
439
|
readonly LOADING: "loading";
|
|
424
440
|
}>;
|
|
441
|
+
TILE_ADDITIONAL_TEXT_MAX_WIDTHS: Readonly<{
|
|
442
|
+
readonly SMALL: "small";
|
|
443
|
+
readonly MEDIUM: "medium";
|
|
444
|
+
}>;
|
|
425
445
|
}, {
|
|
426
446
|
tileColor(): any;
|
|
427
447
|
tileState(): any;
|
|
@@ -482,16 +502,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
482
502
|
type: BooleanConstructor;
|
|
483
503
|
default: boolean;
|
|
484
504
|
};
|
|
485
|
-
|
|
486
|
-
type:
|
|
487
|
-
default:
|
|
505
|
+
borderColor: {
|
|
506
|
+
type: import('vue').PropType<import('../../Tile').TileBorderColors>;
|
|
507
|
+
default: null;
|
|
508
|
+
};
|
|
509
|
+
additionalTextMaxWidth: {
|
|
510
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
|
|
511
|
+
default: "small";
|
|
512
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
|
|
488
513
|
};
|
|
489
514
|
}>> & Readonly<{}>, {
|
|
490
515
|
color: import('../../Tile').TileColors;
|
|
491
516
|
state: import('../../Tile').TileStates;
|
|
492
517
|
iconLeft: Record<string, any>;
|
|
493
518
|
iconRight: Record<string, any>;
|
|
494
|
-
|
|
519
|
+
borderColor: import('../../Tile').TileBorderColors;
|
|
495
520
|
interactive: boolean;
|
|
496
521
|
isIconRightHiddenOnMobile: boolean;
|
|
497
522
|
eyebrowText: string;
|
|
@@ -499,6 +524,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
499
524
|
isEyebrowTextUppercase: boolean;
|
|
500
525
|
eyebrowEllipsis: boolean;
|
|
501
526
|
textEllipsis: boolean;
|
|
527
|
+
additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidths;
|
|
502
528
|
}, {}, {
|
|
503
529
|
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
504
530
|
icon: {
|
|
@@ -1119,6 +1119,10 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1119
1119
|
type: BooleanConstructor;
|
|
1120
1120
|
default: boolean;
|
|
1121
1121
|
};
|
|
1122
|
+
isHiddenOnMobile: {
|
|
1123
|
+
type: BooleanConstructor;
|
|
1124
|
+
default: boolean;
|
|
1125
|
+
};
|
|
1122
1126
|
}>, {}, {}, {
|
|
1123
1127
|
tooltipParams(): {
|
|
1124
1128
|
position: any;
|
|
@@ -1135,6 +1139,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1135
1139
|
borderRadius: string;
|
|
1136
1140
|
maxWidth: string;
|
|
1137
1141
|
};
|
|
1142
|
+
class: string | null;
|
|
1138
1143
|
ptOptions: {
|
|
1139
1144
|
mergeProps: boolean;
|
|
1140
1145
|
};
|
|
@@ -1165,12 +1170,17 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
1165
1170
|
type: BooleanConstructor;
|
|
1166
1171
|
default: boolean;
|
|
1167
1172
|
};
|
|
1173
|
+
isHiddenOnMobile: {
|
|
1174
|
+
type: BooleanConstructor;
|
|
1175
|
+
default: boolean;
|
|
1176
|
+
};
|
|
1168
1177
|
}>> & Readonly<{}>, {
|
|
1169
1178
|
text: string;
|
|
1170
1179
|
inline: boolean;
|
|
1171
1180
|
placement: import('../../Tooltip').TooltipPlacement;
|
|
1172
1181
|
isDisabled: boolean;
|
|
1173
1182
|
isPointerVisible: boolean;
|
|
1183
|
+
isHiddenOnMobile: boolean;
|
|
1174
1184
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1175
1185
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1176
1186
|
export default _default;
|
|
@@ -228,6 +228,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
228
228
|
isDisabled(): boolean;
|
|
229
229
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {
|
|
230
230
|
size: string;
|
|
231
|
+
label: string;
|
|
231
232
|
state: string;
|
|
232
233
|
iconLeft: Record<string, any>;
|
|
233
234
|
iconRight: Record<string, any>;
|
|
@@ -44,6 +44,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
44
44
|
hasActionsSlotDivider: boolean;
|
|
45
45
|
isSelectable: boolean;
|
|
46
46
|
supportingTextEllipsis: boolean;
|
|
47
|
+
isSupportingTextTooltipEnabled: boolean;
|
|
47
48
|
isEyebrowUppercase: boolean;
|
|
48
49
|
}, {}, {
|
|
49
50
|
DsTextGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -99,6 +100,22 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
99
100
|
type: PropType<TextGroupState>;
|
|
100
101
|
default: "default";
|
|
101
102
|
};
|
|
103
|
+
isSupportingTextTooltipEnabled: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
107
|
+
isSupportingTextTooltipEnabledOnMobile: {
|
|
108
|
+
type: BooleanConstructor;
|
|
109
|
+
default: boolean;
|
|
110
|
+
};
|
|
111
|
+
isSupportingTextTooltipAutoFilledWithContent: {
|
|
112
|
+
type: BooleanConstructor;
|
|
113
|
+
default: boolean;
|
|
114
|
+
};
|
|
115
|
+
supportingTextTooltipContent: {
|
|
116
|
+
type: (StringConstructor | null)[];
|
|
117
|
+
default: null;
|
|
118
|
+
};
|
|
102
119
|
}>, {}, {
|
|
103
120
|
TEXT_GROUP_SIZES: Readonly<{
|
|
104
121
|
SMALL: string;
|
|
@@ -167,6 +184,22 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
167
184
|
type: PropType<TextGroupState>;
|
|
168
185
|
default: "default";
|
|
169
186
|
};
|
|
187
|
+
isSupportingTextTooltipEnabled: {
|
|
188
|
+
type: BooleanConstructor;
|
|
189
|
+
default: boolean;
|
|
190
|
+
};
|
|
191
|
+
isSupportingTextTooltipEnabledOnMobile: {
|
|
192
|
+
type: BooleanConstructor;
|
|
193
|
+
default: boolean;
|
|
194
|
+
};
|
|
195
|
+
isSupportingTextTooltipAutoFilledWithContent: {
|
|
196
|
+
type: BooleanConstructor;
|
|
197
|
+
default: boolean;
|
|
198
|
+
};
|
|
199
|
+
supportingTextTooltipContent: {
|
|
200
|
+
type: (StringConstructor | null)[];
|
|
201
|
+
default: null;
|
|
202
|
+
};
|
|
170
203
|
}>> & Readonly<{}>, {
|
|
171
204
|
size: string;
|
|
172
205
|
color: "neutral";
|
|
@@ -181,6 +214,10 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
181
214
|
mainTextEllipsis: boolean;
|
|
182
215
|
supportingTextEllipsis: boolean;
|
|
183
216
|
skeletonLoadingSize: string;
|
|
217
|
+
isSupportingTextTooltipEnabled: boolean;
|
|
218
|
+
isSupportingTextTooltipEnabledOnMobile: boolean;
|
|
219
|
+
isSupportingTextTooltipAutoFilledWithContent: boolean;
|
|
220
|
+
supportingTextTooltipContent: string | null;
|
|
184
221
|
}, {}, {
|
|
185
222
|
DsSkeleton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
186
223
|
height: {
|
|
@@ -224,6 +261,91 @@ declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
|
224
261
|
}, {}, {
|
|
225
262
|
PrimeSkeleton: import('@primevue/core').DefineComponent<import('primevue/skeleton').SkeletonProps, import('primevue/skeleton').SkeletonSlots, (e: string, ...args: any[]) => void, {}>;
|
|
226
263
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
264
|
+
DsTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
265
|
+
placement: {
|
|
266
|
+
type: PropType<import('../../Tooltip').TooltipPlacement>;
|
|
267
|
+
default: "bottom";
|
|
268
|
+
validator(placement: import('../../Tooltip').TooltipPlacement): boolean;
|
|
269
|
+
};
|
|
270
|
+
text: {
|
|
271
|
+
type: StringConstructor;
|
|
272
|
+
default: string;
|
|
273
|
+
};
|
|
274
|
+
isDisabled: {
|
|
275
|
+
type: BooleanConstructor;
|
|
276
|
+
default: boolean;
|
|
277
|
+
};
|
|
278
|
+
isPointerVisible: {
|
|
279
|
+
type: BooleanConstructor;
|
|
280
|
+
default: boolean;
|
|
281
|
+
};
|
|
282
|
+
inline: {
|
|
283
|
+
type: BooleanConstructor;
|
|
284
|
+
default: boolean;
|
|
285
|
+
};
|
|
286
|
+
isHiddenOnMobile: {
|
|
287
|
+
type: BooleanConstructor;
|
|
288
|
+
default: boolean;
|
|
289
|
+
};
|
|
290
|
+
}>, {}, {}, {
|
|
291
|
+
tooltipParams(): {
|
|
292
|
+
position: any;
|
|
293
|
+
event: string;
|
|
294
|
+
};
|
|
295
|
+
options(): {
|
|
296
|
+
value: any;
|
|
297
|
+
disabled: any;
|
|
298
|
+
dt: {
|
|
299
|
+
shadow: string;
|
|
300
|
+
padding: string;
|
|
301
|
+
background: string;
|
|
302
|
+
color: string;
|
|
303
|
+
borderRadius: string;
|
|
304
|
+
maxWidth: string;
|
|
305
|
+
};
|
|
306
|
+
class: string | null;
|
|
307
|
+
ptOptions: {
|
|
308
|
+
mergeProps: boolean;
|
|
309
|
+
};
|
|
310
|
+
pt: {
|
|
311
|
+
text: string;
|
|
312
|
+
arrow: string;
|
|
313
|
+
};
|
|
314
|
+
};
|
|
315
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
316
|
+
placement: {
|
|
317
|
+
type: PropType<import('../../Tooltip').TooltipPlacement>;
|
|
318
|
+
default: "bottom";
|
|
319
|
+
validator(placement: import('../../Tooltip').TooltipPlacement): boolean;
|
|
320
|
+
};
|
|
321
|
+
text: {
|
|
322
|
+
type: StringConstructor;
|
|
323
|
+
default: string;
|
|
324
|
+
};
|
|
325
|
+
isDisabled: {
|
|
326
|
+
type: BooleanConstructor;
|
|
327
|
+
default: boolean;
|
|
328
|
+
};
|
|
329
|
+
isPointerVisible: {
|
|
330
|
+
type: BooleanConstructor;
|
|
331
|
+
default: boolean;
|
|
332
|
+
};
|
|
333
|
+
inline: {
|
|
334
|
+
type: BooleanConstructor;
|
|
335
|
+
default: boolean;
|
|
336
|
+
};
|
|
337
|
+
isHiddenOnMobile: {
|
|
338
|
+
type: BooleanConstructor;
|
|
339
|
+
default: boolean;
|
|
340
|
+
};
|
|
341
|
+
}>> & Readonly<{}>, {
|
|
342
|
+
text: string;
|
|
343
|
+
inline: boolean;
|
|
344
|
+
placement: import('../../Tooltip').TooltipPlacement;
|
|
345
|
+
isDisabled: boolean;
|
|
346
|
+
isPointerVisible: boolean;
|
|
347
|
+
isHiddenOnMobile: boolean;
|
|
348
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
227
349
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
228
350
|
RichListItem: import('vue').DefineComponent<{}, {}, {
|
|
229
351
|
ICONS: Readonly<{
|
|
@@ -55,9 +55,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
type: BooleanConstructor;
|
|
56
56
|
default: boolean;
|
|
57
57
|
};
|
|
58
|
-
|
|
59
|
-
type:
|
|
60
|
-
default:
|
|
58
|
+
borderColor: {
|
|
59
|
+
type: import('vue').PropType<import('../../Tile').TileBorderColors>;
|
|
60
|
+
default: null;
|
|
61
|
+
};
|
|
62
|
+
additionalTextMaxWidth: {
|
|
63
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
|
|
64
|
+
default: "small";
|
|
65
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
|
|
61
66
|
};
|
|
62
67
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
63
68
|
interactive: {
|
|
@@ -116,16 +121,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
116
121
|
type: BooleanConstructor;
|
|
117
122
|
default: boolean;
|
|
118
123
|
};
|
|
119
|
-
|
|
120
|
-
type:
|
|
121
|
-
default:
|
|
124
|
+
borderColor: {
|
|
125
|
+
type: import('vue').PropType<import('../../Tile').TileBorderColors>;
|
|
126
|
+
default: null;
|
|
127
|
+
};
|
|
128
|
+
additionalTextMaxWidth: {
|
|
129
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
|
|
130
|
+
default: "small";
|
|
131
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
|
|
122
132
|
};
|
|
123
133
|
}>> & Readonly<{}>, {
|
|
124
134
|
color: import('../../Tile').TileColors;
|
|
125
135
|
state: import('../../Tile').TileStates;
|
|
126
136
|
iconLeft: Record<string, any>;
|
|
127
137
|
iconRight: Record<string, any>;
|
|
128
|
-
|
|
138
|
+
borderColor: import('../../Tile').TileBorderColors;
|
|
129
139
|
interactive: boolean;
|
|
130
140
|
isIconRightHiddenOnMobile: boolean;
|
|
131
141
|
eyebrowText: string;
|
|
@@ -133,6 +143,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
133
143
|
isEyebrowTextUppercase: boolean;
|
|
134
144
|
eyebrowEllipsis: boolean;
|
|
135
145
|
textEllipsis: boolean;
|
|
146
|
+
additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidths;
|
|
136
147
|
}, {}, {
|
|
137
148
|
DsTile: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
138
149
|
interactive: {
|
|
@@ -191,9 +202,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
191
202
|
type: BooleanConstructor;
|
|
192
203
|
default: boolean;
|
|
193
204
|
};
|
|
194
|
-
|
|
195
|
-
type:
|
|
196
|
-
default:
|
|
205
|
+
borderColor: {
|
|
206
|
+
type: import('vue').PropType<import('../../Tile').TileBorderColors>;
|
|
207
|
+
default: null;
|
|
208
|
+
};
|
|
209
|
+
additionalTextMaxWidth: {
|
|
210
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
|
|
211
|
+
default: "small";
|
|
212
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
|
|
197
213
|
};
|
|
198
214
|
}>, {}, {
|
|
199
215
|
ICONS: Readonly<{
|
|
@@ -418,6 +434,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
418
434
|
readonly DISABLED: "disabled";
|
|
419
435
|
readonly LOADING: "loading";
|
|
420
436
|
}>;
|
|
437
|
+
TILE_ADDITIONAL_TEXT_MAX_WIDTHS: Readonly<{
|
|
438
|
+
readonly SMALL: "small";
|
|
439
|
+
readonly MEDIUM: "medium";
|
|
440
|
+
}>;
|
|
421
441
|
}, {
|
|
422
442
|
tileColor(): any;
|
|
423
443
|
tileState(): any;
|
|
@@ -478,16 +498,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
478
498
|
type: BooleanConstructor;
|
|
479
499
|
default: boolean;
|
|
480
500
|
};
|
|
481
|
-
|
|
482
|
-
type:
|
|
483
|
-
default:
|
|
501
|
+
borderColor: {
|
|
502
|
+
type: import('vue').PropType<import('../../Tile').TileBorderColors>;
|
|
503
|
+
default: null;
|
|
504
|
+
};
|
|
505
|
+
additionalTextMaxWidth: {
|
|
506
|
+
type: import('vue').PropType<import('../../Tile').TileAdditionalTextMaxWidths>;
|
|
507
|
+
default: "small";
|
|
508
|
+
validator(value: import('../../Tile').TileAdditionalTextMaxWidths): boolean;
|
|
484
509
|
};
|
|
485
510
|
}>> & Readonly<{}>, {
|
|
486
511
|
color: import('../../Tile').TileColors;
|
|
487
512
|
state: import('../../Tile').TileStates;
|
|
488
513
|
iconLeft: Record<string, any>;
|
|
489
514
|
iconRight: Record<string, any>;
|
|
490
|
-
|
|
515
|
+
borderColor: import('../../Tile').TileBorderColors;
|
|
491
516
|
interactive: boolean;
|
|
492
517
|
isIconRightHiddenOnMobile: boolean;
|
|
493
518
|
eyebrowText: string;
|
|
@@ -495,6 +520,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
495
520
|
isEyebrowTextUppercase: boolean;
|
|
496
521
|
eyebrowEllipsis: boolean;
|
|
497
522
|
textEllipsis: boolean;
|
|
523
|
+
additionalTextMaxWidth: import('../../Tile').TileAdditionalTextMaxWidths;
|
|
498
524
|
}, {}, {
|
|
499
525
|
DsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
500
526
|
icon: {
|