@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue"],"names":[],"mappings":"AAoCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAkQA,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B
|
|
1
|
+
{"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue"],"names":[],"mappings":"AAoCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAkQA,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAuN1B,GAvN0B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../directives/tooltip_directive/tooltip.js"],"names":[],"mappings":";;IAOE,
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../../directives/tooltip_directive/tooltip.js"],"names":[],"mappings":";;IAOE,iCA2HC"}
|
|
@@ -220,6 +220,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
220
220
|
type: BooleanConstructor;
|
|
221
221
|
default: boolean;
|
|
222
222
|
};
|
|
223
|
+
to: {
|
|
224
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
225
|
+
default: null;
|
|
226
|
+
};
|
|
227
|
+
href: {
|
|
228
|
+
type: StringConstructor;
|
|
229
|
+
default: null;
|
|
230
|
+
};
|
|
231
|
+
target: {
|
|
232
|
+
type: StringConstructor;
|
|
233
|
+
default: null;
|
|
234
|
+
};
|
|
235
|
+
rel: {
|
|
236
|
+
type: StringConstructor;
|
|
237
|
+
default: null;
|
|
238
|
+
};
|
|
239
|
+
replace: {
|
|
240
|
+
type: BooleanConstructor;
|
|
241
|
+
default: boolean;
|
|
242
|
+
};
|
|
223
243
|
}>, {}, {
|
|
224
244
|
ICON_POSITION_MODIFIERS: {
|
|
225
245
|
left: string;
|
|
@@ -231,13 +251,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
231
251
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
232
252
|
i18n: any;
|
|
233
253
|
}, {
|
|
234
|
-
|
|
254
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
255
|
+
isNativeButton(): boolean;
|
|
256
|
+
computedAttrs(): {
|
|
257
|
+
'aria-disabled'?: string | undefined;
|
|
258
|
+
tabindex?: string | undefined;
|
|
259
|
+
to: string | Record<string, any>;
|
|
260
|
+
replace: boolean;
|
|
261
|
+
type?: undefined;
|
|
262
|
+
disabled?: undefined;
|
|
263
|
+
} | {
|
|
264
|
+
'aria-disabled'?: string | undefined;
|
|
265
|
+
tabindex?: string | undefined;
|
|
266
|
+
href: string | null;
|
|
267
|
+
target: string;
|
|
268
|
+
rel: string;
|
|
269
|
+
type?: undefined;
|
|
270
|
+
disabled?: undefined;
|
|
271
|
+
} | {
|
|
272
|
+
type: string;
|
|
273
|
+
disabled: boolean;
|
|
274
|
+
};
|
|
275
|
+
computedListeners(): {
|
|
235
276
|
focusin: (e: any) => void;
|
|
236
277
|
focusout: (e: any) => void;
|
|
237
278
|
};
|
|
238
279
|
computedAriaLive(): unknown;
|
|
239
280
|
iconSize(): any;
|
|
240
281
|
}, {
|
|
282
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
241
283
|
buttonClasses(): any[];
|
|
242
284
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
243
285
|
shouldRenderIcon(): any;
|
|
@@ -310,6 +352,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
310
352
|
type: BooleanConstructor;
|
|
311
353
|
default: boolean;
|
|
312
354
|
};
|
|
355
|
+
to: {
|
|
356
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
357
|
+
default: null;
|
|
358
|
+
};
|
|
359
|
+
href: {
|
|
360
|
+
type: StringConstructor;
|
|
361
|
+
default: null;
|
|
362
|
+
};
|
|
363
|
+
target: {
|
|
364
|
+
type: StringConstructor;
|
|
365
|
+
default: null;
|
|
366
|
+
};
|
|
367
|
+
rel: {
|
|
368
|
+
type: StringConstructor;
|
|
369
|
+
default: null;
|
|
370
|
+
};
|
|
371
|
+
replace: {
|
|
372
|
+
type: BooleanConstructor;
|
|
373
|
+
default: boolean;
|
|
374
|
+
};
|
|
313
375
|
}>> & Readonly<{
|
|
314
376
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
315
377
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -317,18 +379,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
317
379
|
link: boolean;
|
|
318
380
|
disabled: boolean;
|
|
319
381
|
type: string;
|
|
382
|
+
target: string;
|
|
320
383
|
circle: boolean;
|
|
321
384
|
active: boolean;
|
|
322
385
|
loading: boolean;
|
|
323
386
|
size: string;
|
|
387
|
+
replace: boolean;
|
|
324
388
|
kind: string;
|
|
325
389
|
labelClass: string | unknown[] | Record<string, any>;
|
|
390
|
+
href: string;
|
|
391
|
+
to: string | Record<string, any>;
|
|
326
392
|
iconPosition: string;
|
|
327
393
|
importance: string;
|
|
328
394
|
linkKind: string;
|
|
329
395
|
linkInverted: boolean;
|
|
330
396
|
width: string;
|
|
331
397
|
assertiveOnFocus: boolean;
|
|
398
|
+
rel: string;
|
|
332
399
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
333
400
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
334
401
|
id: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button/callbar_button.vue"],"names":[],"mappings":"AAqCA
|
|
1
|
+
{"version":3,"file":"callbar_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button/callbar_button.vue"],"names":[],"mappings":"AAqCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCA8PsF,gBAAgB;mCAAhB,gBAAgB"}
|
|
@@ -391,6 +391,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
391
391
|
type: BooleanConstructor;
|
|
392
392
|
default: boolean;
|
|
393
393
|
};
|
|
394
|
+
to: {
|
|
395
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
396
|
+
default: null;
|
|
397
|
+
};
|
|
398
|
+
href: {
|
|
399
|
+
type: StringConstructor;
|
|
400
|
+
default: null;
|
|
401
|
+
};
|
|
402
|
+
target: {
|
|
403
|
+
type: StringConstructor;
|
|
404
|
+
default: null;
|
|
405
|
+
};
|
|
406
|
+
rel: {
|
|
407
|
+
type: StringConstructor;
|
|
408
|
+
default: null;
|
|
409
|
+
};
|
|
410
|
+
replace: {
|
|
411
|
+
type: BooleanConstructor;
|
|
412
|
+
default: boolean;
|
|
413
|
+
};
|
|
394
414
|
}>, {}, {
|
|
395
415
|
ICON_POSITION_MODIFIERS: {
|
|
396
416
|
left: string;
|
|
@@ -402,13 +422,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
402
422
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
403
423
|
i18n: any;
|
|
404
424
|
}, {
|
|
405
|
-
|
|
425
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
426
|
+
isNativeButton(): boolean;
|
|
427
|
+
computedAttrs(): {
|
|
428
|
+
'aria-disabled'?: string | undefined;
|
|
429
|
+
tabindex?: string | undefined;
|
|
430
|
+
to: string | Record<string, any>;
|
|
431
|
+
replace: boolean;
|
|
432
|
+
type?: undefined;
|
|
433
|
+
disabled?: undefined;
|
|
434
|
+
} | {
|
|
435
|
+
'aria-disabled'?: string | undefined;
|
|
436
|
+
tabindex?: string | undefined;
|
|
437
|
+
href: string | null;
|
|
438
|
+
target: string;
|
|
439
|
+
rel: string;
|
|
440
|
+
type?: undefined;
|
|
441
|
+
disabled?: undefined;
|
|
442
|
+
} | {
|
|
443
|
+
type: string;
|
|
444
|
+
disabled: boolean;
|
|
445
|
+
};
|
|
446
|
+
computedListeners(): {
|
|
406
447
|
focusin: (e: any) => void;
|
|
407
448
|
focusout: (e: any) => void;
|
|
408
449
|
};
|
|
409
450
|
computedAriaLive(): unknown;
|
|
410
451
|
iconSize(): any;
|
|
411
452
|
}, {
|
|
453
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
412
454
|
buttonClasses(): any[];
|
|
413
455
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
414
456
|
shouldRenderIcon(): any;
|
|
@@ -481,6 +523,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
481
523
|
type: BooleanConstructor;
|
|
482
524
|
default: boolean;
|
|
483
525
|
};
|
|
526
|
+
to: {
|
|
527
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
528
|
+
default: null;
|
|
529
|
+
};
|
|
530
|
+
href: {
|
|
531
|
+
type: StringConstructor;
|
|
532
|
+
default: null;
|
|
533
|
+
};
|
|
534
|
+
target: {
|
|
535
|
+
type: StringConstructor;
|
|
536
|
+
default: null;
|
|
537
|
+
};
|
|
538
|
+
rel: {
|
|
539
|
+
type: StringConstructor;
|
|
540
|
+
default: null;
|
|
541
|
+
};
|
|
542
|
+
replace: {
|
|
543
|
+
type: BooleanConstructor;
|
|
544
|
+
default: boolean;
|
|
545
|
+
};
|
|
484
546
|
}>> & Readonly<{
|
|
485
547
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
486
548
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -488,18 +550,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
488
550
|
link: boolean;
|
|
489
551
|
disabled: boolean;
|
|
490
552
|
type: string;
|
|
553
|
+
target: string;
|
|
491
554
|
circle: boolean;
|
|
492
555
|
active: boolean;
|
|
493
556
|
loading: boolean;
|
|
494
557
|
size: string;
|
|
558
|
+
replace: boolean;
|
|
495
559
|
kind: string;
|
|
496
560
|
labelClass: string | unknown[] | Record<string, any>;
|
|
561
|
+
href: string;
|
|
562
|
+
to: string | Record<string, any>;
|
|
497
563
|
iconPosition: string;
|
|
498
564
|
importance: string;
|
|
499
565
|
linkKind: string;
|
|
500
566
|
linkInverted: boolean;
|
|
501
567
|
width: string;
|
|
502
568
|
assertiveOnFocus: boolean;
|
|
569
|
+
rel: string;
|
|
503
570
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
504
571
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
505
572
|
id: {
|
|
@@ -1536,6 +1603,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1536
1603
|
type: BooleanConstructor;
|
|
1537
1604
|
default: boolean;
|
|
1538
1605
|
};
|
|
1606
|
+
to: {
|
|
1607
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1608
|
+
default: null;
|
|
1609
|
+
};
|
|
1610
|
+
href: {
|
|
1611
|
+
type: StringConstructor;
|
|
1612
|
+
default: null;
|
|
1613
|
+
};
|
|
1614
|
+
target: {
|
|
1615
|
+
type: StringConstructor;
|
|
1616
|
+
default: null;
|
|
1617
|
+
};
|
|
1618
|
+
rel: {
|
|
1619
|
+
type: StringConstructor;
|
|
1620
|
+
default: null;
|
|
1621
|
+
};
|
|
1622
|
+
replace: {
|
|
1623
|
+
type: BooleanConstructor;
|
|
1624
|
+
default: boolean;
|
|
1625
|
+
};
|
|
1539
1626
|
}>, {}, {
|
|
1540
1627
|
ICON_POSITION_MODIFIERS: {
|
|
1541
1628
|
left: string;
|
|
@@ -1547,13 +1634,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1547
1634
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1548
1635
|
i18n: any;
|
|
1549
1636
|
}, {
|
|
1550
|
-
|
|
1637
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1638
|
+
isNativeButton(): boolean;
|
|
1639
|
+
computedAttrs(): {
|
|
1640
|
+
'aria-disabled'?: string | undefined;
|
|
1641
|
+
tabindex?: string | undefined;
|
|
1642
|
+
to: string | Record<string, any>;
|
|
1643
|
+
replace: boolean;
|
|
1644
|
+
type?: undefined;
|
|
1645
|
+
disabled?: undefined;
|
|
1646
|
+
} | {
|
|
1647
|
+
'aria-disabled'?: string | undefined;
|
|
1648
|
+
tabindex?: string | undefined;
|
|
1649
|
+
href: string | null;
|
|
1650
|
+
target: string;
|
|
1651
|
+
rel: string;
|
|
1652
|
+
type?: undefined;
|
|
1653
|
+
disabled?: undefined;
|
|
1654
|
+
} | {
|
|
1655
|
+
type: string;
|
|
1656
|
+
disabled: boolean;
|
|
1657
|
+
};
|
|
1658
|
+
computedListeners(): {
|
|
1551
1659
|
focusin: (e: any) => void;
|
|
1552
1660
|
focusout: (e: any) => void;
|
|
1553
1661
|
};
|
|
1554
1662
|
computedAriaLive(): unknown;
|
|
1555
1663
|
iconSize(): any;
|
|
1556
1664
|
}, {
|
|
1665
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1557
1666
|
buttonClasses(): any[];
|
|
1558
1667
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1559
1668
|
shouldRenderIcon(): any;
|
|
@@ -1626,6 +1735,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1626
1735
|
type: BooleanConstructor;
|
|
1627
1736
|
default: boolean;
|
|
1628
1737
|
};
|
|
1738
|
+
to: {
|
|
1739
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1740
|
+
default: null;
|
|
1741
|
+
};
|
|
1742
|
+
href: {
|
|
1743
|
+
type: StringConstructor;
|
|
1744
|
+
default: null;
|
|
1745
|
+
};
|
|
1746
|
+
target: {
|
|
1747
|
+
type: StringConstructor;
|
|
1748
|
+
default: null;
|
|
1749
|
+
};
|
|
1750
|
+
rel: {
|
|
1751
|
+
type: StringConstructor;
|
|
1752
|
+
default: null;
|
|
1753
|
+
};
|
|
1754
|
+
replace: {
|
|
1755
|
+
type: BooleanConstructor;
|
|
1756
|
+
default: boolean;
|
|
1757
|
+
};
|
|
1629
1758
|
}>> & Readonly<{
|
|
1630
1759
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1631
1760
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1633,18 +1762,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1633
1762
|
link: boolean;
|
|
1634
1763
|
disabled: boolean;
|
|
1635
1764
|
type: string;
|
|
1765
|
+
target: string;
|
|
1636
1766
|
circle: boolean;
|
|
1637
1767
|
active: boolean;
|
|
1638
1768
|
loading: boolean;
|
|
1639
1769
|
size: string;
|
|
1770
|
+
replace: boolean;
|
|
1640
1771
|
kind: string;
|
|
1641
1772
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1773
|
+
href: string;
|
|
1774
|
+
to: string | Record<string, any>;
|
|
1642
1775
|
iconPosition: string;
|
|
1643
1776
|
importance: string;
|
|
1644
1777
|
linkKind: string;
|
|
1645
1778
|
linkInverted: boolean;
|
|
1646
1779
|
width: string;
|
|
1647
1780
|
assertiveOnFocus: boolean;
|
|
1781
|
+
rel: string;
|
|
1648
1782
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1649
1783
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1650
1784
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -1788,6 +1922,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1788
1922
|
type: BooleanConstructor;
|
|
1789
1923
|
default: boolean;
|
|
1790
1924
|
};
|
|
1925
|
+
to: {
|
|
1926
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1927
|
+
default: null;
|
|
1928
|
+
};
|
|
1929
|
+
href: {
|
|
1930
|
+
type: StringConstructor;
|
|
1931
|
+
default: null;
|
|
1932
|
+
};
|
|
1933
|
+
target: {
|
|
1934
|
+
type: StringConstructor;
|
|
1935
|
+
default: null;
|
|
1936
|
+
};
|
|
1937
|
+
rel: {
|
|
1938
|
+
type: StringConstructor;
|
|
1939
|
+
default: null;
|
|
1940
|
+
};
|
|
1941
|
+
replace: {
|
|
1942
|
+
type: BooleanConstructor;
|
|
1943
|
+
default: boolean;
|
|
1944
|
+
};
|
|
1791
1945
|
}>, {}, {
|
|
1792
1946
|
ICON_POSITION_MODIFIERS: {
|
|
1793
1947
|
left: string;
|
|
@@ -1799,13 +1953,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1799
1953
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
1800
1954
|
i18n: any;
|
|
1801
1955
|
}, {
|
|
1802
|
-
|
|
1956
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1957
|
+
isNativeButton(): boolean;
|
|
1958
|
+
computedAttrs(): {
|
|
1959
|
+
'aria-disabled'?: string | undefined;
|
|
1960
|
+
tabindex?: string | undefined;
|
|
1961
|
+
to: string | Record<string, any>;
|
|
1962
|
+
replace: boolean;
|
|
1963
|
+
type?: undefined;
|
|
1964
|
+
disabled?: undefined;
|
|
1965
|
+
} | {
|
|
1966
|
+
'aria-disabled'?: string | undefined;
|
|
1967
|
+
tabindex?: string | undefined;
|
|
1968
|
+
href: string | null;
|
|
1969
|
+
target: string;
|
|
1970
|
+
rel: string;
|
|
1971
|
+
type?: undefined;
|
|
1972
|
+
disabled?: undefined;
|
|
1973
|
+
} | {
|
|
1974
|
+
type: string;
|
|
1975
|
+
disabled: boolean;
|
|
1976
|
+
};
|
|
1977
|
+
computedListeners(): {
|
|
1803
1978
|
focusin: (e: any) => void;
|
|
1804
1979
|
focusout: (e: any) => void;
|
|
1805
1980
|
};
|
|
1806
1981
|
computedAriaLive(): unknown;
|
|
1807
1982
|
iconSize(): any;
|
|
1808
1983
|
}, {
|
|
1984
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1809
1985
|
buttonClasses(): any[];
|
|
1810
1986
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1811
1987
|
shouldRenderIcon(): any;
|
|
@@ -1878,6 +2054,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1878
2054
|
type: BooleanConstructor;
|
|
1879
2055
|
default: boolean;
|
|
1880
2056
|
};
|
|
2057
|
+
to: {
|
|
2058
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2059
|
+
default: null;
|
|
2060
|
+
};
|
|
2061
|
+
href: {
|
|
2062
|
+
type: StringConstructor;
|
|
2063
|
+
default: null;
|
|
2064
|
+
};
|
|
2065
|
+
target: {
|
|
2066
|
+
type: StringConstructor;
|
|
2067
|
+
default: null;
|
|
2068
|
+
};
|
|
2069
|
+
rel: {
|
|
2070
|
+
type: StringConstructor;
|
|
2071
|
+
default: null;
|
|
2072
|
+
};
|
|
2073
|
+
replace: {
|
|
2074
|
+
type: BooleanConstructor;
|
|
2075
|
+
default: boolean;
|
|
2076
|
+
};
|
|
1881
2077
|
}>> & Readonly<{
|
|
1882
2078
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1883
2079
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1885,18 +2081,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1885
2081
|
link: boolean;
|
|
1886
2082
|
disabled: boolean;
|
|
1887
2083
|
type: string;
|
|
2084
|
+
target: string;
|
|
1888
2085
|
circle: boolean;
|
|
1889
2086
|
active: boolean;
|
|
1890
2087
|
loading: boolean;
|
|
1891
2088
|
size: string;
|
|
2089
|
+
replace: boolean;
|
|
1892
2090
|
kind: string;
|
|
1893
2091
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2092
|
+
href: string;
|
|
2093
|
+
to: string | Record<string, any>;
|
|
1894
2094
|
iconPosition: string;
|
|
1895
2095
|
importance: string;
|
|
1896
2096
|
linkKind: string;
|
|
1897
2097
|
linkInverted: boolean;
|
|
1898
2098
|
width: string;
|
|
1899
2099
|
assertiveOnFocus: boolean;
|
|
2100
|
+
rel: string;
|
|
1900
2101
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1901
2102
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1902
2103
|
size: {
|
|
@@ -1998,6 +2199,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1998
2199
|
type: BooleanConstructor;
|
|
1999
2200
|
default: boolean;
|
|
2000
2201
|
};
|
|
2202
|
+
to: {
|
|
2203
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2204
|
+
default: null;
|
|
2205
|
+
};
|
|
2206
|
+
href: {
|
|
2207
|
+
type: StringConstructor;
|
|
2208
|
+
default: null;
|
|
2209
|
+
};
|
|
2210
|
+
target: {
|
|
2211
|
+
type: StringConstructor;
|
|
2212
|
+
default: null;
|
|
2213
|
+
};
|
|
2214
|
+
rel: {
|
|
2215
|
+
type: StringConstructor;
|
|
2216
|
+
default: null;
|
|
2217
|
+
};
|
|
2218
|
+
replace: {
|
|
2219
|
+
type: BooleanConstructor;
|
|
2220
|
+
default: boolean;
|
|
2221
|
+
};
|
|
2001
2222
|
}>, {}, {
|
|
2002
2223
|
ICON_POSITION_MODIFIERS: {
|
|
2003
2224
|
left: string;
|
|
@@ -2009,13 +2230,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2009
2230
|
hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
|
|
2010
2231
|
i18n: any;
|
|
2011
2232
|
}, {
|
|
2012
|
-
|
|
2233
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2234
|
+
isNativeButton(): boolean;
|
|
2235
|
+
computedAttrs(): {
|
|
2236
|
+
'aria-disabled'?: string | undefined;
|
|
2237
|
+
tabindex?: string | undefined;
|
|
2238
|
+
to: string | Record<string, any>;
|
|
2239
|
+
replace: boolean;
|
|
2240
|
+
type?: undefined;
|
|
2241
|
+
disabled?: undefined;
|
|
2242
|
+
} | {
|
|
2243
|
+
'aria-disabled'?: string | undefined;
|
|
2244
|
+
tabindex?: string | undefined;
|
|
2245
|
+
href: string | null;
|
|
2246
|
+
target: string;
|
|
2247
|
+
rel: string;
|
|
2248
|
+
type?: undefined;
|
|
2249
|
+
disabled?: undefined;
|
|
2250
|
+
} | {
|
|
2251
|
+
type: string;
|
|
2252
|
+
disabled: boolean;
|
|
2253
|
+
};
|
|
2254
|
+
computedListeners(): {
|
|
2013
2255
|
focusin: (e: any) => void;
|
|
2014
2256
|
focusout: (e: any) => void;
|
|
2015
2257
|
};
|
|
2016
2258
|
computedAriaLive(): unknown;
|
|
2017
2259
|
iconSize(): any;
|
|
2018
2260
|
}, {
|
|
2261
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
2019
2262
|
buttonClasses(): any[];
|
|
2020
2263
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
2021
2264
|
shouldRenderIcon(): any;
|
|
@@ -2088,6 +2331,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2088
2331
|
type: BooleanConstructor;
|
|
2089
2332
|
default: boolean;
|
|
2090
2333
|
};
|
|
2334
|
+
to: {
|
|
2335
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
2336
|
+
default: null;
|
|
2337
|
+
};
|
|
2338
|
+
href: {
|
|
2339
|
+
type: StringConstructor;
|
|
2340
|
+
default: null;
|
|
2341
|
+
};
|
|
2342
|
+
target: {
|
|
2343
|
+
type: StringConstructor;
|
|
2344
|
+
default: null;
|
|
2345
|
+
};
|
|
2346
|
+
rel: {
|
|
2347
|
+
type: StringConstructor;
|
|
2348
|
+
default: null;
|
|
2349
|
+
};
|
|
2350
|
+
replace: {
|
|
2351
|
+
type: BooleanConstructor;
|
|
2352
|
+
default: boolean;
|
|
2353
|
+
};
|
|
2091
2354
|
}>> & Readonly<{
|
|
2092
2355
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
2093
2356
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -2095,18 +2358,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2095
2358
|
link: boolean;
|
|
2096
2359
|
disabled: boolean;
|
|
2097
2360
|
type: string;
|
|
2361
|
+
target: string;
|
|
2098
2362
|
circle: boolean;
|
|
2099
2363
|
active: boolean;
|
|
2100
2364
|
loading: boolean;
|
|
2101
2365
|
size: string;
|
|
2366
|
+
replace: boolean;
|
|
2102
2367
|
kind: string;
|
|
2103
2368
|
labelClass: string | unknown[] | Record<string, any>;
|
|
2369
|
+
href: string;
|
|
2370
|
+
to: string | Record<string, any>;
|
|
2104
2371
|
iconPosition: string;
|
|
2105
2372
|
importance: string;
|
|
2106
2373
|
linkKind: string;
|
|
2107
2374
|
linkInverted: boolean;
|
|
2108
2375
|
width: string;
|
|
2109
2376
|
assertiveOnFocus: boolean;
|
|
2377
|
+
rel: string;
|
|
2110
2378
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2111
2379
|
DtIconChevronUp: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2112
2380
|
size: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAsEA
|
|
1
|
+
{"version":3,"file":"callbar_button_with_dropdown.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue"],"names":[],"mappings":"AAsEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqVA,IA1OQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA0OR,GA1S8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA0S9C,GA1S8C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA0S9C,GA1S8C;;;;;;;sCA8SmD,gBAAgB;mCAAhB,gBAAgB"}
|