@dialpad/dialtone 9.158.0 → 9.160.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/css/dialtone-default-theme.css +20 -1
- package/dist/css/dialtone-default-theme.min.css +1 -1
- package/dist/css/dialtone-docs.json +1 -1
- package/dist/css/dialtone.css +20 -1
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/doc.json +84323 -84323
- package/dist/vue3/common/test-utils/node-traversal.cjs +2 -0
- package/dist/vue3/common/test-utils/node-traversal.cjs.map +1 -0
- package/dist/vue3/common/test-utils/node-traversal.js +54 -0
- package/dist/vue3/common/test-utils/node-traversal.js.map +1 -0
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +155 -153
- package/dist/vue3/dialtone-vue.js.map +1 -1
- package/dist/vue3/lib/button/button.cjs +1 -1
- package/dist/vue3/lib/button/button.cjs.map +1 -1
- package/dist/vue3/lib/button/button.js +146 -81
- package/dist/vue3/lib/button/button.js.map +1 -1
- package/dist/vue3/lib/datepicker/datepicker.cjs +1 -1
- package/dist/vue3/lib/datepicker/datepicker.cjs.map +1 -1
- package/dist/vue3/lib/datepicker/datepicker.js +306 -242
- package/dist/vue3/lib/datepicker/datepicker.js.map +1 -1
- package/dist/vue3/lib/datepicker/utils.cjs +1 -1
- package/dist/vue3/lib/datepicker/utils.cjs.map +1 -1
- package/dist/vue3/lib/datepicker/utils.js +40 -40
- package/dist/vue3/lib/datepicker/utils.js.map +1 -1
- package/dist/vue3/lib/dropdown/dropdown-separator.cjs +1 -1
- package/dist/vue3/lib/editor/editor.cjs +1 -1
- package/dist/vue3/lib/editor/editor.cjs.map +1 -1
- package/dist/vue3/lib/editor/editor.js +284 -148
- package/dist/vue3/lib/editor/editor.js.map +1 -1
- package/dist/vue3/lib/general-row/index.cjs +1 -1
- package/dist/vue3/lib/general-row/index.js +6 -4
- package/dist/vue3/lib/general-row/index.js.map +1 -1
- package/dist/vue3/lib/link/link.cjs +1 -1
- package/dist/vue3/lib/link/link.cjs.map +1 -1
- package/dist/vue3/lib/link/link.js +58 -18
- package/dist/vue3/lib/link/link.js.map +1 -1
- package/dist/vue3/lib/list-item-group/list-item-group.cjs +1 -1
- package/dist/vue3/lib/list-item-group/list-item-group.js +5 -5
- package/dist/vue3/lib/message-input/message-input.cjs +1 -1
- package/dist/vue3/lib/message-input/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input/message-input.js +9 -7
- package/dist/vue3/lib/message-input/message-input.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +4 -4
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +466 -283
- package/dist/vue3/lib/rich-text-editor/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.cjs +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.cjs.map +1 -1
- package/dist/vue3/lib/tooltip-directive/tooltip.js +69 -67
- package/dist/vue3/lib/tooltip-directive/tooltip.js.map +1 -1
- package/dist/vue3/localization/en-US.cjs +6 -0
- package/dist/vue3/localization/en-US.cjs.map +1 -1
- package/dist/vue3/localization/en-US.js +6 -0
- package/dist/vue3/localization/en-US.js.map +1 -1
- package/dist/vue3/types/common/sr_only_close_button.vue.d.ts +68 -1
- package/dist/vue3/types/common/test_utils/node_traversal.d.ts +10 -0
- package/dist/vue3/types/common/test_utils/node_traversal.d.ts.map +1 -0
- package/dist/vue3/types/components/banner/banner.vue.d.ts +136 -2
- package/dist/vue3/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumb_item.vue.d.ts +39 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumb_item.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/breadcrumbs/breadcrumbs.vue.d.ts +39 -1
- package/dist/vue3/types/components/button/button.vue.d.ts +68 -1
- package/dist/vue3/types/components/button/button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts +68 -1
- package/dist/vue3/types/components/chip/chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts +68 -1
- package/dist/vue3/types/components/collapsible/collapsible.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/composables/useMonthYearPicker.d.ts +4 -0
- package/dist/vue3/types/components/datepicker/composables/useMonthYearPicker.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts +8 -0
- package/dist/vue3/types/components/datepicker/datepicker.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts +4 -0
- package/dist/vue3/types/components/datepicker/modules/month-year-picker.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/datepicker/utils.d.ts +1 -1
- package/dist/vue3/types/components/datepicker/utils.d.ts.map +1 -1
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts +136 -2
- package/dist/vue3/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts +272 -4
- package/dist/vue3/types/components/hovercard/hovercard.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts +136 -2
- package/dist/vue3/types/components/image_viewer/image_viewer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/link/link.vue.d.ts +39 -1
- package/dist/vue3/types/components/link/link.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/modal/modal.vue.d.ts +136 -2
- package/dist/vue3/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice.vue.d.ts +136 -2
- package/dist/vue3/types/components/notice/notice.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts +136 -2
- package/dist/vue3/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts +68 -1
- package/dist/vue3/types/components/pagination/pagination.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover.vue.d.ts +136 -2
- package/dist/vue3/types/components/popover/popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts +68 -1
- package/dist/vue3/types/components/popover/popover_header_footer.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts +39 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/channels/ChannelComponent.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionComponent.vue.d.ts +39 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts +1804 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/VariableComponent.vue.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/index.d.ts +3 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/index.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/variable.d.ts +3 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/variable/variable.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +87 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +68 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts +68 -1
- package/dist/vue3/types/components/split_button/split_button-omega.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts +272 -4
- package/dist/vue3/types/components/split_button/split_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/tab/tab.vue.d.ts +68 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts +136 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_alternate.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts +136 -2
- package/dist/vue3/types/components/toast/layouts/toast_layout_default.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/toast/toast.vue.d.ts +544 -8
- package/dist/vue3/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/vue3/types/directives/tooltip_directive/tooltip.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +272 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +272 -4
- package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +204 -3
- package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/chips/grouped_chip/grouped_chip.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +136 -2
- package/dist/vue3/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +272 -4
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +204 -3
- package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts +664 -4
- package/dist/vue3/types/recipes/conversation_view/editor/editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +631 -9
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +272 -4
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/leftbar/contact_centers_row/contact_centers_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
- package/dist/vue3/types/recipes/leftbar/general_row/index.d.ts +1 -0
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +68 -1
- package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -217,6 +217,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
217
217
|
type: BooleanConstructor;
|
|
218
218
|
default: boolean;
|
|
219
219
|
};
|
|
220
|
+
to: {
|
|
221
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
222
|
+
default: null;
|
|
223
|
+
};
|
|
224
|
+
href: {
|
|
225
|
+
type: StringConstructor;
|
|
226
|
+
default: null;
|
|
227
|
+
};
|
|
228
|
+
target: {
|
|
229
|
+
type: StringConstructor;
|
|
230
|
+
default: null;
|
|
231
|
+
};
|
|
232
|
+
rel: {
|
|
233
|
+
type: StringConstructor;
|
|
234
|
+
default: null;
|
|
235
|
+
};
|
|
236
|
+
replace: {
|
|
237
|
+
type: BooleanConstructor;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
220
240
|
}>, {}, {
|
|
221
241
|
ICON_POSITION_MODIFIERS: {
|
|
222
242
|
left: string;
|
|
@@ -228,13 +248,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
228
248
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
229
249
|
i18n: any;
|
|
230
250
|
}, {
|
|
231
|
-
|
|
251
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
252
|
+
isNativeButton(): boolean;
|
|
253
|
+
computedAttrs(): {
|
|
254
|
+
'aria-disabled'?: string | undefined;
|
|
255
|
+
tabindex?: string | undefined;
|
|
256
|
+
to: string | Record<string, any>;
|
|
257
|
+
replace: boolean;
|
|
258
|
+
type?: undefined;
|
|
259
|
+
disabled?: undefined;
|
|
260
|
+
} | {
|
|
261
|
+
'aria-disabled'?: string | undefined;
|
|
262
|
+
tabindex?: string | undefined;
|
|
263
|
+
href: string | null;
|
|
264
|
+
target: string;
|
|
265
|
+
rel: string;
|
|
266
|
+
type?: undefined;
|
|
267
|
+
disabled?: undefined;
|
|
268
|
+
} | {
|
|
269
|
+
type: string;
|
|
270
|
+
disabled: boolean;
|
|
271
|
+
};
|
|
272
|
+
computedListeners(): {
|
|
232
273
|
focusin: (e: any) => void;
|
|
233
274
|
focusout: (e: any) => void;
|
|
234
275
|
};
|
|
235
276
|
computedAriaLive(): unknown;
|
|
236
277
|
iconSize(): any;
|
|
237
278
|
}, {
|
|
279
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
238
280
|
buttonClasses(): any[];
|
|
239
281
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
240
282
|
shouldRenderIcon(): any;
|
|
@@ -307,6 +349,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
307
349
|
type: BooleanConstructor;
|
|
308
350
|
default: boolean;
|
|
309
351
|
};
|
|
352
|
+
to: {
|
|
353
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
354
|
+
default: null;
|
|
355
|
+
};
|
|
356
|
+
href: {
|
|
357
|
+
type: StringConstructor;
|
|
358
|
+
default: null;
|
|
359
|
+
};
|
|
360
|
+
target: {
|
|
361
|
+
type: StringConstructor;
|
|
362
|
+
default: null;
|
|
363
|
+
};
|
|
364
|
+
rel: {
|
|
365
|
+
type: StringConstructor;
|
|
366
|
+
default: null;
|
|
367
|
+
};
|
|
368
|
+
replace: {
|
|
369
|
+
type: BooleanConstructor;
|
|
370
|
+
default: boolean;
|
|
371
|
+
};
|
|
310
372
|
}>> & Readonly<{
|
|
311
373
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
312
374
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -314,18 +376,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
314
376
|
link: boolean;
|
|
315
377
|
disabled: boolean;
|
|
316
378
|
type: string;
|
|
379
|
+
target: string;
|
|
317
380
|
circle: boolean;
|
|
318
381
|
active: boolean;
|
|
319
382
|
loading: boolean;
|
|
320
383
|
size: string;
|
|
384
|
+
replace: boolean;
|
|
321
385
|
kind: string;
|
|
322
386
|
labelClass: string | unknown[] | Record<string, any>;
|
|
387
|
+
href: string;
|
|
388
|
+
to: string | Record<string, any>;
|
|
323
389
|
iconPosition: string;
|
|
324
390
|
importance: string;
|
|
325
391
|
linkKind: string;
|
|
326
392
|
linkInverted: boolean;
|
|
327
393
|
width: string;
|
|
328
394
|
assertiveOnFocus: boolean;
|
|
395
|
+
rel: string;
|
|
329
396
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
330
397
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
331
398
|
i18n: any;
|
|
@@ -433,6 +500,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
433
500
|
type: BooleanConstructor;
|
|
434
501
|
default: boolean;
|
|
435
502
|
};
|
|
503
|
+
to: {
|
|
504
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
505
|
+
default: null;
|
|
506
|
+
};
|
|
507
|
+
href: {
|
|
508
|
+
type: StringConstructor;
|
|
509
|
+
default: null;
|
|
510
|
+
};
|
|
511
|
+
target: {
|
|
512
|
+
type: StringConstructor;
|
|
513
|
+
default: null;
|
|
514
|
+
};
|
|
515
|
+
rel: {
|
|
516
|
+
type: StringConstructor;
|
|
517
|
+
default: null;
|
|
518
|
+
};
|
|
519
|
+
replace: {
|
|
520
|
+
type: BooleanConstructor;
|
|
521
|
+
default: boolean;
|
|
522
|
+
};
|
|
436
523
|
}>, {}, {
|
|
437
524
|
ICON_POSITION_MODIFIERS: {
|
|
438
525
|
left: string;
|
|
@@ -444,13 +531,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
444
531
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
445
532
|
i18n: any;
|
|
446
533
|
}, {
|
|
447
|
-
|
|
534
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
535
|
+
isNativeButton(): boolean;
|
|
536
|
+
computedAttrs(): {
|
|
537
|
+
'aria-disabled'?: string | undefined;
|
|
538
|
+
tabindex?: string | undefined;
|
|
539
|
+
to: string | Record<string, any>;
|
|
540
|
+
replace: boolean;
|
|
541
|
+
type?: undefined;
|
|
542
|
+
disabled?: undefined;
|
|
543
|
+
} | {
|
|
544
|
+
'aria-disabled'?: string | undefined;
|
|
545
|
+
tabindex?: string | undefined;
|
|
546
|
+
href: string | null;
|
|
547
|
+
target: string;
|
|
548
|
+
rel: string;
|
|
549
|
+
type?: undefined;
|
|
550
|
+
disabled?: undefined;
|
|
551
|
+
} | {
|
|
552
|
+
type: string;
|
|
553
|
+
disabled: boolean;
|
|
554
|
+
};
|
|
555
|
+
computedListeners(): {
|
|
448
556
|
focusin: (e: any) => void;
|
|
449
557
|
focusout: (e: any) => void;
|
|
450
558
|
};
|
|
451
559
|
computedAriaLive(): unknown;
|
|
452
560
|
iconSize(): any;
|
|
453
561
|
}, {
|
|
562
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
454
563
|
buttonClasses(): any[];
|
|
455
564
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
456
565
|
shouldRenderIcon(): any;
|
|
@@ -523,6 +632,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
523
632
|
type: BooleanConstructor;
|
|
524
633
|
default: boolean;
|
|
525
634
|
};
|
|
635
|
+
to: {
|
|
636
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
637
|
+
default: null;
|
|
638
|
+
};
|
|
639
|
+
href: {
|
|
640
|
+
type: StringConstructor;
|
|
641
|
+
default: null;
|
|
642
|
+
};
|
|
643
|
+
target: {
|
|
644
|
+
type: StringConstructor;
|
|
645
|
+
default: null;
|
|
646
|
+
};
|
|
647
|
+
rel: {
|
|
648
|
+
type: StringConstructor;
|
|
649
|
+
default: null;
|
|
650
|
+
};
|
|
651
|
+
replace: {
|
|
652
|
+
type: BooleanConstructor;
|
|
653
|
+
default: boolean;
|
|
654
|
+
};
|
|
526
655
|
}>> & Readonly<{
|
|
527
656
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
528
657
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -530,18 +659,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
530
659
|
link: boolean;
|
|
531
660
|
disabled: boolean;
|
|
532
661
|
type: string;
|
|
662
|
+
target: string;
|
|
533
663
|
circle: boolean;
|
|
534
664
|
active: boolean;
|
|
535
665
|
loading: boolean;
|
|
536
666
|
size: string;
|
|
667
|
+
replace: boolean;
|
|
537
668
|
kind: string;
|
|
538
669
|
labelClass: string | unknown[] | Record<string, any>;
|
|
670
|
+
href: string;
|
|
671
|
+
to: string | Record<string, any>;
|
|
539
672
|
iconPosition: string;
|
|
540
673
|
importance: string;
|
|
541
674
|
linkKind: string;
|
|
542
675
|
linkInverted: boolean;
|
|
543
676
|
width: string;
|
|
544
677
|
assertiveOnFocus: boolean;
|
|
678
|
+
rel: string;
|
|
545
679
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
546
680
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
547
681
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast_layout_alternate.vue.d.ts","sourceRoot":"","sources":["../../../../../components/toast/layouts/toast_layout_alternate.vue"],"names":[],"mappings":"AAmDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA+KA,GA1Hc
|
|
1
|
+
{"version":3,"file":"toast_layout_alternate.vue.d.ts","sourceRoot":"","sources":["../../../../../components/toast/layouts/toast_layout_alternate.vue"],"names":[],"mappings":"AAmDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA+KA,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA0Hd,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Hd,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Hd,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Hd,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Hd,GA1Hc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0Hd,GA1Hc"}
|
|
@@ -469,6 +469,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
469
469
|
type: BooleanConstructor;
|
|
470
470
|
default: boolean;
|
|
471
471
|
};
|
|
472
|
+
to: {
|
|
473
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
474
|
+
default: null;
|
|
475
|
+
};
|
|
476
|
+
href: {
|
|
477
|
+
type: StringConstructor;
|
|
478
|
+
default: null;
|
|
479
|
+
};
|
|
480
|
+
target: {
|
|
481
|
+
type: StringConstructor;
|
|
482
|
+
default: null;
|
|
483
|
+
};
|
|
484
|
+
rel: {
|
|
485
|
+
type: StringConstructor;
|
|
486
|
+
default: null;
|
|
487
|
+
};
|
|
488
|
+
replace: {
|
|
489
|
+
type: BooleanConstructor;
|
|
490
|
+
default: boolean;
|
|
491
|
+
};
|
|
472
492
|
}>, {}, {
|
|
473
493
|
ICON_POSITION_MODIFIERS: {
|
|
474
494
|
left: string;
|
|
@@ -480,13 +500,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
480
500
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
481
501
|
i18n: any;
|
|
482
502
|
}, {
|
|
483
|
-
|
|
503
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
504
|
+
isNativeButton(): boolean;
|
|
505
|
+
computedAttrs(): {
|
|
506
|
+
'aria-disabled'?: string | undefined;
|
|
507
|
+
tabindex?: string | undefined;
|
|
508
|
+
to: string | Record<string, any>;
|
|
509
|
+
replace: boolean;
|
|
510
|
+
type?: undefined;
|
|
511
|
+
disabled?: undefined;
|
|
512
|
+
} | {
|
|
513
|
+
'aria-disabled'?: string | undefined;
|
|
514
|
+
tabindex?: string | undefined;
|
|
515
|
+
href: string | null;
|
|
516
|
+
target: string;
|
|
517
|
+
rel: string;
|
|
518
|
+
type?: undefined;
|
|
519
|
+
disabled?: undefined;
|
|
520
|
+
} | {
|
|
521
|
+
type: string;
|
|
522
|
+
disabled: boolean;
|
|
523
|
+
};
|
|
524
|
+
computedListeners(): {
|
|
484
525
|
focusin: (e: any) => void;
|
|
485
526
|
focusout: (e: any) => void;
|
|
486
527
|
};
|
|
487
528
|
computedAriaLive(): unknown;
|
|
488
529
|
iconSize(): any;
|
|
489
530
|
}, {
|
|
531
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
490
532
|
buttonClasses(): any[];
|
|
491
533
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
492
534
|
shouldRenderIcon(): any;
|
|
@@ -559,6 +601,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
559
601
|
type: BooleanConstructor;
|
|
560
602
|
default: boolean;
|
|
561
603
|
};
|
|
604
|
+
to: {
|
|
605
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
606
|
+
default: null;
|
|
607
|
+
};
|
|
608
|
+
href: {
|
|
609
|
+
type: StringConstructor;
|
|
610
|
+
default: null;
|
|
611
|
+
};
|
|
612
|
+
target: {
|
|
613
|
+
type: StringConstructor;
|
|
614
|
+
default: null;
|
|
615
|
+
};
|
|
616
|
+
rel: {
|
|
617
|
+
type: StringConstructor;
|
|
618
|
+
default: null;
|
|
619
|
+
};
|
|
620
|
+
replace: {
|
|
621
|
+
type: BooleanConstructor;
|
|
622
|
+
default: boolean;
|
|
623
|
+
};
|
|
562
624
|
}>> & Readonly<{
|
|
563
625
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
564
626
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -566,18 +628,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
566
628
|
link: boolean;
|
|
567
629
|
disabled: boolean;
|
|
568
630
|
type: string;
|
|
631
|
+
target: string;
|
|
569
632
|
circle: boolean;
|
|
570
633
|
active: boolean;
|
|
571
634
|
loading: boolean;
|
|
572
635
|
size: string;
|
|
636
|
+
replace: boolean;
|
|
573
637
|
kind: string;
|
|
574
638
|
labelClass: string | unknown[] | Record<string, any>;
|
|
639
|
+
href: string;
|
|
640
|
+
to: string | Record<string, any>;
|
|
575
641
|
iconPosition: string;
|
|
576
642
|
importance: string;
|
|
577
643
|
linkKind: string;
|
|
578
644
|
linkInverted: boolean;
|
|
579
645
|
width: string;
|
|
580
646
|
assertiveOnFocus: boolean;
|
|
647
|
+
rel: string;
|
|
581
648
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
582
649
|
SrOnlyCloseButton: import('vue').DefineComponent<{}, {}, {
|
|
583
650
|
i18n: any;
|
|
@@ -685,6 +752,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
685
752
|
type: BooleanConstructor;
|
|
686
753
|
default: boolean;
|
|
687
754
|
};
|
|
755
|
+
to: {
|
|
756
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
757
|
+
default: null;
|
|
758
|
+
};
|
|
759
|
+
href: {
|
|
760
|
+
type: StringConstructor;
|
|
761
|
+
default: null;
|
|
762
|
+
};
|
|
763
|
+
target: {
|
|
764
|
+
type: StringConstructor;
|
|
765
|
+
default: null;
|
|
766
|
+
};
|
|
767
|
+
rel: {
|
|
768
|
+
type: StringConstructor;
|
|
769
|
+
default: null;
|
|
770
|
+
};
|
|
771
|
+
replace: {
|
|
772
|
+
type: BooleanConstructor;
|
|
773
|
+
default: boolean;
|
|
774
|
+
};
|
|
688
775
|
}>, {}, {
|
|
689
776
|
ICON_POSITION_MODIFIERS: {
|
|
690
777
|
left: string;
|
|
@@ -696,13 +783,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
696
783
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
697
784
|
i18n: any;
|
|
698
785
|
}, {
|
|
699
|
-
|
|
786
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
787
|
+
isNativeButton(): boolean;
|
|
788
|
+
computedAttrs(): {
|
|
789
|
+
'aria-disabled'?: string | undefined;
|
|
790
|
+
tabindex?: string | undefined;
|
|
791
|
+
to: string | Record<string, any>;
|
|
792
|
+
replace: boolean;
|
|
793
|
+
type?: undefined;
|
|
794
|
+
disabled?: undefined;
|
|
795
|
+
} | {
|
|
796
|
+
'aria-disabled'?: string | undefined;
|
|
797
|
+
tabindex?: string | undefined;
|
|
798
|
+
href: string | null;
|
|
799
|
+
target: string;
|
|
800
|
+
rel: string;
|
|
801
|
+
type?: undefined;
|
|
802
|
+
disabled?: undefined;
|
|
803
|
+
} | {
|
|
804
|
+
type: string;
|
|
805
|
+
disabled: boolean;
|
|
806
|
+
};
|
|
807
|
+
computedListeners(): {
|
|
700
808
|
focusin: (e: any) => void;
|
|
701
809
|
focusout: (e: any) => void;
|
|
702
810
|
};
|
|
703
811
|
computedAriaLive(): unknown;
|
|
704
812
|
iconSize(): any;
|
|
705
813
|
}, {
|
|
814
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
706
815
|
buttonClasses(): any[];
|
|
707
816
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
708
817
|
shouldRenderIcon(): any;
|
|
@@ -775,6 +884,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
775
884
|
type: BooleanConstructor;
|
|
776
885
|
default: boolean;
|
|
777
886
|
};
|
|
887
|
+
to: {
|
|
888
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
889
|
+
default: null;
|
|
890
|
+
};
|
|
891
|
+
href: {
|
|
892
|
+
type: StringConstructor;
|
|
893
|
+
default: null;
|
|
894
|
+
};
|
|
895
|
+
target: {
|
|
896
|
+
type: StringConstructor;
|
|
897
|
+
default: null;
|
|
898
|
+
};
|
|
899
|
+
rel: {
|
|
900
|
+
type: StringConstructor;
|
|
901
|
+
default: null;
|
|
902
|
+
};
|
|
903
|
+
replace: {
|
|
904
|
+
type: BooleanConstructor;
|
|
905
|
+
default: boolean;
|
|
906
|
+
};
|
|
778
907
|
}>> & Readonly<{
|
|
779
908
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
780
909
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -782,18 +911,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
782
911
|
link: boolean;
|
|
783
912
|
disabled: boolean;
|
|
784
913
|
type: string;
|
|
914
|
+
target: string;
|
|
785
915
|
circle: boolean;
|
|
786
916
|
active: boolean;
|
|
787
917
|
loading: boolean;
|
|
788
918
|
size: string;
|
|
919
|
+
replace: boolean;
|
|
789
920
|
kind: string;
|
|
790
921
|
labelClass: string | unknown[] | Record<string, any>;
|
|
922
|
+
href: string;
|
|
923
|
+
to: string | Record<string, any>;
|
|
791
924
|
iconPosition: string;
|
|
792
925
|
importance: string;
|
|
793
926
|
linkKind: string;
|
|
794
927
|
linkInverted: boolean;
|
|
795
928
|
width: string;
|
|
796
929
|
assertiveOnFocus: boolean;
|
|
930
|
+
rel: string;
|
|
797
931
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
798
932
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
799
933
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast_layout_default.vue.d.ts","sourceRoot":"","sources":["../../../../../components/toast/layouts/toast_layout_default.vue"],"names":[],"mappings":"AAkDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAiMA,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D
|
|
1
|
+
{"version":3,"file":"toast_layout_default.vue.d.ts","sourceRoot":"","sources":["../../../../../components/toast/layouts/toast_layout_default.vue"],"names":[],"mappings":"AAkDA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAiMA,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAqJ7D,GArJ6D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAqJ7D,GArJ6D"}
|