@dialpad/dialtone-vue 2.125.0 → 2.125.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.js +33 -0
- package/dist/chunks/_plugin-vue2_normalizer-u6G_3nkj.js.map +1 -0
- package/dist/chunks/dropdown-SMWaTWyF.js +357 -0
- package/dist/chunks/dropdown-SMWaTWyF.js.map +1 -0
- package/dist/chunks/dropdown_constants-EUcDxBrX.js +9 -0
- package/dist/chunks/dropdown_constants-EUcDxBrX.js.map +1 -0
- package/dist/chunks/icon_constants-OpYAAKwF.js +16 -0
- package/dist/chunks/icon_constants-OpYAAKwF.js.map +1 -0
- package/dist/chunks/index-nIyl_PL6.js +372 -0
- package/dist/chunks/index-nIyl_PL6.js.map +1 -0
- package/dist/chunks/index-o4OMWMuv.js +244 -0
- package/dist/chunks/index-o4OMWMuv.js.map +1 -0
- package/dist/chunks/input-1tm09l_-.js +273 -0
- package/dist/chunks/input-1tm09l_-.js.map +1 -0
- package/dist/chunks/input_group-zcAq3DQl.js +141 -0
- package/dist/chunks/input_group-zcAq3DQl.js.map +1 -0
- package/dist/chunks/keyboard_list_navigation-F0O8nht0.js +197 -0
- package/dist/chunks/keyboard_list_navigation-F0O8nht0.js.map +1 -0
- package/dist/chunks/link_constants-vIUB92L4.js +16 -0
- package/dist/chunks/link_constants-vIUB92L4.js.map +1 -0
- package/dist/chunks/list_item_constants-LTUc74pD.js +13 -0
- package/dist/chunks/list_item_constants-LTUc74pD.js.map +1 -0
- package/dist/chunks/modal-VuMFkZFH.js +82 -0
- package/dist/chunks/modal-VuMFkZFH.js.map +1 -0
- package/dist/chunks/notice_action-9NmtQRai.js +182 -0
- package/dist/chunks/notice_action-9NmtQRai.js.map +1 -0
- package/dist/chunks/notice_constants-c--hBFQw.js +6 -0
- package/dist/chunks/notice_constants-c--hBFQw.js.map +1 -0
- package/dist/chunks/popover_constants-qjlEkroB.js +114 -0
- package/dist/chunks/popover_constants-qjlEkroB.js.map +1 -0
- package/dist/chunks/sr_only_close_button-JGole5Xi.js +86 -0
- package/dist/chunks/sr_only_close_button-JGole5Xi.js.map +1 -0
- package/dist/chunks/stack_constants-u7tNqGtc.js +13 -0
- package/dist/chunks/stack_constants-u7tNqGtc.js.map +1 -0
- package/dist/chunks/tab-Qm9LVkYj.js +346 -0
- package/dist/chunks/tab-Qm9LVkYj.js.map +1 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.js +354 -10368
- package/dist/dialtone-vue.js.map +1 -1
- package/dist/lib/attachment-carousel.js +250 -0
- package/dist/lib/attachment-carousel.js.map +1 -0
- package/dist/lib/avatar.js +369 -0
- package/dist/lib/avatar.js.map +1 -0
- package/dist/lib/badge.js +169 -0
- package/dist/lib/badge.js.map +1 -0
- package/dist/lib/banner.js +200 -0
- package/dist/lib/banner.js.map +1 -0
- package/dist/lib/breadcrumbs.js +138 -0
- package/dist/lib/breadcrumbs.js.map +1 -0
- package/dist/lib/button-group.js +45 -0
- package/dist/lib/button-group.js.map +1 -0
- package/dist/lib/button.js +328 -0
- package/dist/lib/button.js.map +1 -0
- package/dist/lib/callbar-button-with-popover.js +235 -0
- package/dist/lib/callbar-button-with-popover.js.map +1 -0
- package/dist/lib/callbar-button.js +175 -0
- package/dist/lib/callbar-button.js.map +1 -0
- package/dist/lib/callbox.js +142 -0
- package/dist/lib/callbox.js.map +1 -0
- package/dist/lib/card.js +72 -0
- package/dist/lib/card.js.map +1 -0
- package/dist/lib/checkbox-group.js +117 -0
- package/dist/lib/checkbox-group.js.map +1 -0
- package/dist/lib/checkbox.js +117 -0
- package/dist/lib/checkbox.js.map +1 -0
- package/dist/lib/chip.js +186 -0
- package/dist/lib/chip.js.map +1 -0
- package/dist/lib/codeblock.js +29 -0
- package/dist/lib/codeblock.js.map +1 -0
- package/dist/lib/collapsible.js +313 -0
- package/dist/lib/collapsible.js.map +1 -0
- package/dist/lib/combobox-multi-select.js +433 -0
- package/dist/lib/combobox-multi-select.js.map +1 -0
- package/dist/lib/combobox-with-popover.js +341 -0
- package/dist/lib/combobox-with-popover.js.map +1 -0
- package/dist/lib/combobox.js +19 -0
- package/dist/lib/combobox.js.map +1 -0
- package/dist/lib/constants.js +53 -0
- package/dist/lib/constants.js.map +1 -0
- package/dist/lib/contact-info.js +145 -0
- package/dist/lib/contact-info.js.map +1 -0
- package/dist/lib/contact-row.js +203 -0
- package/dist/lib/contact-row.js.map +1 -0
- package/dist/lib/datepicker.js +552 -0
- package/dist/lib/datepicker.js.map +1 -0
- package/dist/lib/dates.js +57 -0
- package/dist/lib/dates.js.map +1 -0
- package/dist/lib/description-list.js +83 -0
- package/dist/lib/description-list.js.map +1 -0
- package/dist/lib/dropdown.js +45 -0
- package/dist/lib/dropdown.js.map +1 -0
- package/dist/lib/editor.js +527 -0
- package/dist/lib/editor.js.map +1 -0
- package/dist/{emoji_picker-kiTOKaq8.js → lib/emoji-picker.js} +30 -12
- package/dist/lib/emoji-picker.js.map +1 -0
- package/dist/lib/emoji-row.js +83 -0
- package/dist/lib/emoji-row.js.map +1 -0
- package/dist/{emoji_text_wrapper-48ClwKvf.js → lib/emoji-text-wrapper.js} +19 -14
- package/dist/lib/emoji-text-wrapper.js.map +1 -0
- package/dist/lib/emoji.js +11 -0
- package/dist/{emoji.js.map → lib/emoji.js.map} +1 -1
- package/dist/lib/feed-item-row.js +207 -0
- package/dist/lib/feed-item-row.js.map +1 -0
- package/dist/lib/feed-pill.js +142 -0
- package/dist/lib/feed-pill.js.map +1 -0
- package/dist/lib/general-row.js +379 -0
- package/dist/lib/general-row.js.map +1 -0
- package/dist/lib/group-row.js +115 -0
- package/dist/lib/group-row.js.map +1 -0
- package/dist/lib/grouped-chip.js +45 -0
- package/dist/lib/grouped-chip.js.map +1 -0
- package/dist/lib/hovercard.js +194 -0
- package/dist/lib/hovercard.js.map +1 -0
- package/dist/lib/icon.js +82 -0
- package/dist/lib/icon.js.map +1 -0
- package/dist/lib/image-viewer.js +171 -0
- package/dist/lib/image-viewer.js.map +1 -0
- package/dist/lib/input-group.js +90 -0
- package/dist/lib/input-group.js.map +1 -0
- package/dist/lib/input.js +455 -0
- package/dist/lib/input.js.map +1 -0
- package/dist/lib/item-layout.js +39 -0
- package/dist/lib/item-layout.js.map +1 -0
- package/dist/lib/ivr-node.js +195 -0
- package/dist/lib/ivr-node.js.map +1 -0
- package/dist/lib/keyboard-shortcut.js +100 -0
- package/dist/lib/keyboard-shortcut.js.map +1 -0
- package/dist/lib/lazy-show.js +77 -0
- package/dist/lib/lazy-show.js.map +1 -0
- package/dist/lib/link.js +69 -0
- package/dist/lib/link.js.map +1 -0
- package/dist/lib/list-item-group.js +59 -0
- package/dist/lib/list-item-group.js.map +1 -0
- package/dist/lib/list-item.js +195 -0
- package/dist/lib/list-item.js.map +1 -0
- package/dist/{message_input.js → lib/message-input.js} +107 -56
- package/dist/lib/message-input.js.map +1 -0
- package/dist/lib/mixins.js +17 -0
- package/dist/lib/mixins.js.map +1 -0
- package/dist/lib/modal.js +324 -0
- package/dist/lib/modal.js.map +1 -0
- package/dist/lib/notice.js +158 -0
- package/dist/lib/notice.js.map +1 -0
- package/dist/lib/pagination.js +142 -0
- package/dist/lib/pagination.js.map +1 -0
- package/dist/lib/popover.js +779 -0
- package/dist/lib/popover.js.map +1 -0
- package/dist/lib/presence.js +60 -0
- package/dist/lib/presence.js.map +1 -0
- package/dist/lib/radio-group.js +97 -0
- package/dist/lib/radio-group.js.map +1 -0
- package/dist/lib/radio.js +111 -0
- package/dist/lib/radio.js.map +1 -0
- package/dist/lib/rich-text-editor.js +920 -0
- package/dist/lib/rich-text-editor.js.map +1 -0
- package/dist/lib/root-layout.js +127 -0
- package/dist/lib/root-layout.js.map +1 -0
- package/dist/lib/select-menu.js +243 -0
- package/dist/lib/select-menu.js.map +1 -0
- package/dist/lib/settings-menu-button.js +65 -0
- package/dist/lib/settings-menu-button.js.map +1 -0
- package/dist/lib/skeleton.js +574 -0
- package/dist/lib/skeleton.js.map +1 -0
- package/dist/lib/stack.js +118 -0
- package/dist/lib/stack.js.map +1 -0
- package/dist/lib/tabs.js +93 -0
- package/dist/lib/tabs.js.map +1 -0
- package/dist/lib/time-pill.js +43 -0
- package/dist/lib/time-pill.js.map +1 -0
- package/dist/lib/toast.js +226 -0
- package/dist/lib/toast.js.map +1 -0
- package/dist/lib/toggle.js +169 -0
- package/dist/lib/toggle.js.map +1 -0
- package/dist/{directives.js → lib/tooltip-directive.js} +24 -18
- package/dist/lib/tooltip-directive.js.map +1 -0
- package/dist/lib/tooltip.js +376 -0
- package/dist/lib/tooltip.js.map +1 -0
- package/dist/lib/top-banner-info.js +60 -0
- package/dist/lib/top-banner-info.js.map +1 -0
- package/dist/lib/unread-pill.js +61 -0
- package/dist/lib/unread-pill.js.map +1 -0
- package/dist/lib/utils.js +175 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/lib/validation-messages.js +83 -0
- package/dist/lib/validation-messages.js.map +1 -0
- package/dist/lib/validators.js +12 -0
- package/dist/lib/validators.js.map +1 -0
- package/dist/style.css +1 -1
- package/dist/types/common/{constants.d.ts → constants/index.d.ts} +1 -1
- package/dist/types/common/constants/index.d.ts.map +1 -0
- package/dist/types/common/{dates.d.ts → dates/index.d.ts} +1 -1
- package/dist/types/common/dates/index.d.ts.map +1 -0
- package/dist/types/common/{emoji.d.ts → emoji/index.d.ts} +1 -1
- package/dist/types/common/{emoji.d.ts.map → emoji/index.d.ts.map} +1 -1
- package/dist/types/common/{utils.d.ts → utils/index.d.ts} +1 -1
- package/dist/types/common/utils/index.d.ts.map +1 -0
- package/dist/types/common/{validators.d.ts → validators/index.d.ts} +1 -1
- package/dist/types/common/validators/index.d.ts.map +1 -0
- package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
- package/dist/types/components/button/button.vue.d.ts +2 -2
- package/dist/types/components/card/card.vue.d.ts +1 -1
- package/dist/types/components/checkbox/checkbox.vue.d.ts +7 -7
- package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
- package/dist/types/components/chip/chip.vue.d.ts +2 -2
- package/dist/types/components/collapsible/collapsible.vue.d.ts +3 -3
- package/dist/types/components/combobox/combobox.vue.d.ts +7 -8
- package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.vue.d.ts +1 -1
- package/dist/types/components/emoji/emoji.vue.d.ts +1 -1
- package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +1 -219
- package/dist/types/components/icon/icon.vue.d.ts +20 -16
- package/dist/types/components/icon/icon.vue.d.ts.map +1 -1
- package/dist/types/components/icon/icon_constants.d.ts +2 -0
- package/dist/types/components/icon/icon_constants.d.ts.map +1 -1
- package/dist/types/components/icon/index.d.ts +1 -1
- package/dist/types/components/input_group/input_group.vue.d.ts +15 -6
- package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -1
- package/dist/types/components/list_item_group/list_item_group.vue.d.ts +1 -1
- package/dist/types/components/modal/modal.vue.d.ts +7 -2
- package/dist/types/components/modal/modal.vue.d.ts.map +1 -1
- package/dist/types/components/notice/notice_action.vue.d.ts +3 -1
- package/dist/types/components/notice/notice_action.vue.d.ts.map +1 -1
- package/dist/types/components/popover/popover_header_footer.vue.d.ts +1 -1
- package/dist/types/components/radio/radio.vue.d.ts +2 -12
- package/dist/types/components/radio/radio.vue.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton-list-item.vue.d.ts +1 -1
- package/dist/types/components/skeleton/skeleton-paragraph.vue.d.ts +3 -3
- package/dist/types/components/skeleton/skeleton-shape.vue.d.ts +2 -2
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts +8 -3
- package/dist/types/components/skeleton/skeleton-text.vue.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton.vue.d.ts +1 -1
- package/dist/types/components/toggle/toggle.vue.d.ts +1 -1
- package/dist/types/components/tooltip/tooltip.vue.d.ts +2 -2
- package/dist/types/index.d.ts +36 -29
- package/dist/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +1 -1
- package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +2 -2
- package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -1
- package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +2 -2
- package/package.json +18 -58
- package/CHANGELOG.json +0 -1
- package/CHANGELOG.md +0 -2904
- package/dist/dialtone-vue.cjs +0 -6
- package/dist/dialtone-vue.cjs.map +0 -1
- package/dist/directives.cjs +0 -2
- package/dist/directives.cjs.map +0 -1
- package/dist/directives.js.map +0 -1
- package/dist/emoji.cjs +0 -2
- package/dist/emoji.cjs.map +0 -1
- package/dist/emoji.js +0 -36
- package/dist/emoji_picker-kiTOKaq8.js.map +0 -1
- package/dist/emoji_picker-njWWAm6V.cjs +0 -2
- package/dist/emoji_picker-njWWAm6V.cjs.map +0 -1
- package/dist/emoji_text_wrapper-48ClwKvf.js.map +0 -1
- package/dist/emoji_text_wrapper-ZlynvHnd.cjs +0 -2
- package/dist/emoji_text_wrapper-ZlynvHnd.cjs.map +0 -1
- package/dist/index-OF94C6nQ.js +0 -142834
- package/dist/index-OF94C6nQ.js.map +0 -1
- package/dist/index-Wx7Jagcr.cjs +0 -2
- package/dist/index-Wx7Jagcr.cjs.map +0 -1
- package/dist/message_input.cjs +0 -2
- package/dist/message_input.cjs.map +0 -1
- package/dist/message_input.js.map +0 -1
- package/dist/rich_text_editor-RVMsCB8N.cjs +0 -98
- package/dist/rich_text_editor-RVMsCB8N.cjs.map +0 -1
- package/dist/rich_text_editor-eMvTs_Gp.js +0 -16479
- package/dist/rich_text_editor-eMvTs_Gp.js.map +0 -1
- package/dist/tooltip-88U5vFMA.js +0 -2517
- package/dist/tooltip-88U5vFMA.js.map +0 -1
- package/dist/tooltip-i2wxFIIi.cjs +0 -22
- package/dist/tooltip-i2wxFIIi.cjs.map +0 -1
- package/dist/types/common/constants.d.ts.map +0 -1
- package/dist/types/common/dates.d.ts.map +0 -1
- package/dist/types/common/utils.d.ts.map +0 -1
- package/dist/types/common/validators.d.ts.map +0 -1
- package/dist/types/components/emoji_picker/emojis/index.d.ts +0 -50
- package/dist/types/components/emoji_picker/emojis/index.d.ts.map +0 -1
- package/dist/types/directives.d.ts +0 -2
- package/dist/types/directives.d.ts.map +0 -1
- package/dist/types/emoji.d.ts +0 -5
- package/dist/types/emoji.d.ts.map +0 -1
- package/dist/types/message_input.d.ts +0 -3
- package/dist/types/message_input.d.ts.map +0 -1
|
@@ -157,7 +157,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
157
157
|
_getElementHeight(el: any): any;
|
|
158
158
|
_getScrollBounds(el: any): {
|
|
159
159
|
top: any;
|
|
160
|
-
bottom: any;
|
|
160
|
+
bottom: any; /**
|
|
161
|
+
* Programmatically click on the active list item element when a selection
|
|
162
|
+
* comes from keyboard navigation, i.e. pressing the "Enter" key.
|
|
163
|
+
* @values true, false
|
|
164
|
+
*/
|
|
161
165
|
};
|
|
162
166
|
_inScrollBounds(top: any, bottom: any, bounds: any): boolean;
|
|
163
167
|
};
|
|
@@ -171,14 +175,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
171
175
|
highlightId: () => any;
|
|
172
176
|
};
|
|
173
177
|
methods: {
|
|
174
|
-
/**
|
|
175
|
-
* Determines when to show the list element and also controls the aria-expanded attribute.
|
|
176
|
-
* @values true, false
|
|
177
|
-
*/
|
|
178
178
|
_getListElement(): any;
|
|
179
179
|
_itemsLength(): any;
|
|
180
|
-
_getListItemNodes(): any;
|
|
181
|
-
/**
|
|
180
|
+
_getListItemNodes(): any; /**
|
|
182
181
|
* Additional class name for the empty list element.
|
|
183
182
|
* Can accept all of String, Object, and Array, i.e. has the
|
|
184
183
|
* same api as Vue's built-in handling of the class attribute.
|
|
@@ -311,8 +310,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
311
310
|
};
|
|
312
311
|
}>>, {
|
|
313
312
|
description: string;
|
|
314
|
-
loading: boolean;
|
|
315
313
|
size: string;
|
|
314
|
+
loading: boolean;
|
|
316
315
|
showList: boolean;
|
|
317
316
|
labelVisible: boolean;
|
|
318
317
|
listId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.vue.d.ts","sourceRoot":"","sources":["../../../../components/combobox/combobox.vue.js"],"names":[],"mappings":";IAkCI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG
|
|
1
|
+
{"version":3,"file":"combobox.vue.d.ts","sourceRoot":"","sources":["../../../../components/combobox/combobox.vue.js"],"names":[],"mappings":";IAkCI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAJH;;;;mBAIG;;;;;;;;;;;;;;;;kCAdH;;;;WAIG;;;;;;;;;;;;;;;;;IA5GH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG"}
|
|
@@ -441,10 +441,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
441
441
|
default: string;
|
|
442
442
|
};
|
|
443
443
|
}>>, {
|
|
444
|
+
maxWidth: string;
|
|
444
445
|
maxHeight: string;
|
|
445
446
|
transition: string;
|
|
446
447
|
open: boolean;
|
|
447
|
-
maxWidth: string;
|
|
448
448
|
navigationType: string;
|
|
449
449
|
listId: string;
|
|
450
450
|
onBeginningOfList: Function;
|
|
@@ -108,8 +108,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
108
|
}>>, {
|
|
109
109
|
size: string;
|
|
110
110
|
ariaLabel: string;
|
|
111
|
-
imgClass: string | Record<string, any> | unknown[];
|
|
112
111
|
showSkeleton: boolean;
|
|
112
|
+
imgClass: string | Record<string, any> | unknown[];
|
|
113
113
|
}>;
|
|
114
114
|
export default _default;
|
|
115
115
|
//# sourceMappingURL=emoji.vue.d.ts.map
|
|
@@ -38,225 +38,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
38
38
|
tabLabelObserver: null;
|
|
39
39
|
}, {
|
|
40
40
|
currentEmojis(): any[];
|
|
41
|
-
emojis():
|
|
42
|
-
ActivityDefault: {
|
|
43
|
-
name: string;
|
|
44
|
-
category: string;
|
|
45
|
-
shortname: string;
|
|
46
|
-
shortname_alternates: string[];
|
|
47
|
-
keywords: string[];
|
|
48
|
-
unicode_output: string;
|
|
49
|
-
unicode_character: string;
|
|
50
|
-
}[];
|
|
51
|
-
ActivityLight: {
|
|
52
|
-
name: string;
|
|
53
|
-
category: string;
|
|
54
|
-
shortname: string;
|
|
55
|
-
shortname_alternates: string[];
|
|
56
|
-
keywords: string[];
|
|
57
|
-
unicode_output: string;
|
|
58
|
-
unicode_character: string;
|
|
59
|
-
}[];
|
|
60
|
-
ActivityMediumLight: {
|
|
61
|
-
name: string;
|
|
62
|
-
category: string;
|
|
63
|
-
shortname: string;
|
|
64
|
-
shortname_alternates: string[];
|
|
65
|
-
keywords: string[];
|
|
66
|
-
unicode_output: string;
|
|
67
|
-
unicode_character: string;
|
|
68
|
-
}[];
|
|
69
|
-
ActivityMedium: {
|
|
70
|
-
name: string;
|
|
71
|
-
category: string;
|
|
72
|
-
shortname: string;
|
|
73
|
-
shortname_alternates: string[];
|
|
74
|
-
keywords: string[];
|
|
75
|
-
unicode_output: string;
|
|
76
|
-
unicode_character: string;
|
|
77
|
-
}[];
|
|
78
|
-
ActivityMediumDark: {
|
|
79
|
-
name: string;
|
|
80
|
-
category: string;
|
|
81
|
-
shortname: string;
|
|
82
|
-
shortname_alternates: string[];
|
|
83
|
-
keywords: string[];
|
|
84
|
-
unicode_output: string;
|
|
85
|
-
unicode_character: string;
|
|
86
|
-
}[];
|
|
87
|
-
ActivityDark: {
|
|
88
|
-
name: string;
|
|
89
|
-
category: string;
|
|
90
|
-
shortname: string;
|
|
91
|
-
shortname_alternates: string[];
|
|
92
|
-
keywords: string[];
|
|
93
|
-
unicode_output: string;
|
|
94
|
-
unicode_character: string;
|
|
95
|
-
}[];
|
|
96
|
-
Flags: {
|
|
97
|
-
name: string;
|
|
98
|
-
category: string;
|
|
99
|
-
shortname: string;
|
|
100
|
-
shortname_alternates: string[];
|
|
101
|
-
keywords: string[];
|
|
102
|
-
unicode_output: string;
|
|
103
|
-
unicode_character: string;
|
|
104
|
-
}[];
|
|
105
|
-
Food: {
|
|
106
|
-
name: string;
|
|
107
|
-
category: string;
|
|
108
|
-
shortname: string;
|
|
109
|
-
shortname_alternates: string[];
|
|
110
|
-
keywords: string[];
|
|
111
|
-
unicode_output: string;
|
|
112
|
-
unicode_character: string;
|
|
113
|
-
}[];
|
|
114
|
-
Nature: {
|
|
115
|
-
name: string;
|
|
116
|
-
category: string;
|
|
117
|
-
shortname: string;
|
|
118
|
-
shortname_alternates: string[];
|
|
119
|
-
keywords: string[];
|
|
120
|
-
unicode_output: string;
|
|
121
|
-
unicode_character: string;
|
|
122
|
-
}[];
|
|
123
|
-
ObjectsDefault: {
|
|
124
|
-
name: string;
|
|
125
|
-
category: string;
|
|
126
|
-
shortname: string;
|
|
127
|
-
shortname_alternates: string[];
|
|
128
|
-
keywords: string[];
|
|
129
|
-
unicode_output: string;
|
|
130
|
-
unicode_character: string;
|
|
131
|
-
}[];
|
|
132
|
-
ObjectsLight: ({
|
|
133
|
-
name: string;
|
|
134
|
-
category: string;
|
|
135
|
-
shortname: string;
|
|
136
|
-
shortname_alternates: string[];
|
|
137
|
-
keywords: string[];
|
|
138
|
-
unicode_output: string;
|
|
139
|
-
unicode_character: string;
|
|
140
|
-
key?: undefined;
|
|
141
|
-
} | {
|
|
142
|
-
name: string;
|
|
143
|
-
category: string;
|
|
144
|
-
shortname: string;
|
|
145
|
-
shortname_alternates: string[];
|
|
146
|
-
keywords: string[];
|
|
147
|
-
unicode_output: string;
|
|
148
|
-
unicode_character: string;
|
|
149
|
-
key: string;
|
|
150
|
-
})[];
|
|
151
|
-
ObjectsMediumLight: {
|
|
152
|
-
name: string;
|
|
153
|
-
category: string;
|
|
154
|
-
shortname: string;
|
|
155
|
-
shortname_alternates: string[];
|
|
156
|
-
keywords: string[];
|
|
157
|
-
unicode_output: string;
|
|
158
|
-
unicode_character: string;
|
|
159
|
-
}[];
|
|
160
|
-
ObjectsMedium: {
|
|
161
|
-
name: string;
|
|
162
|
-
category: string;
|
|
163
|
-
shortname: string;
|
|
164
|
-
shortname_alternates: string[];
|
|
165
|
-
keywords: string[];
|
|
166
|
-
unicode_output: string;
|
|
167
|
-
unicode_character: string;
|
|
168
|
-
}[];
|
|
169
|
-
ObjectsMediumDark: {
|
|
170
|
-
name: string;
|
|
171
|
-
category: string;
|
|
172
|
-
shortname: string;
|
|
173
|
-
shortname_alternates: string[];
|
|
174
|
-
keywords: string[];
|
|
175
|
-
unicode_output: string;
|
|
176
|
-
unicode_character: string;
|
|
177
|
-
}[];
|
|
178
|
-
ObjectsDark: {
|
|
179
|
-
name: string;
|
|
180
|
-
category: string;
|
|
181
|
-
shortname: string;
|
|
182
|
-
shortname_alternates: string[];
|
|
183
|
-
keywords: string[];
|
|
184
|
-
unicode_output: string;
|
|
185
|
-
unicode_character: string;
|
|
186
|
-
}[];
|
|
187
|
-
PeopleDefault: {
|
|
188
|
-
name: string;
|
|
189
|
-
category: string;
|
|
190
|
-
shortname: string;
|
|
191
|
-
shortname_alternates: string[];
|
|
192
|
-
keywords: string[];
|
|
193
|
-
unicode_output: string;
|
|
194
|
-
unicode_character: string;
|
|
195
|
-
}[];
|
|
196
|
-
PeopleLight: {
|
|
197
|
-
name: string;
|
|
198
|
-
category: string;
|
|
199
|
-
shortname: string;
|
|
200
|
-
shortname_alternates: string[];
|
|
201
|
-
keywords: string[];
|
|
202
|
-
unicode_output: string;
|
|
203
|
-
unicode_character: string;
|
|
204
|
-
}[];
|
|
205
|
-
PeopleMediumLight: {
|
|
206
|
-
name: string;
|
|
207
|
-
category: string;
|
|
208
|
-
shortname: string;
|
|
209
|
-
shortname_alternates: string[];
|
|
210
|
-
keywords: string[];
|
|
211
|
-
unicode_output: string;
|
|
212
|
-
unicode_character: string;
|
|
213
|
-
}[];
|
|
214
|
-
PeopleMedium: {
|
|
215
|
-
name: string;
|
|
216
|
-
category: string;
|
|
217
|
-
shortname: string;
|
|
218
|
-
shortname_alternates: string[];
|
|
219
|
-
keywords: string[];
|
|
220
|
-
unicode_output: string;
|
|
221
|
-
unicode_character: string;
|
|
222
|
-
}[];
|
|
223
|
-
PeopleMediumDark: {
|
|
224
|
-
name: string;
|
|
225
|
-
category: string;
|
|
226
|
-
shortname: string;
|
|
227
|
-
shortname_alternates: string[];
|
|
228
|
-
keywords: string[];
|
|
229
|
-
unicode_output: string;
|
|
230
|
-
unicode_character: string;
|
|
231
|
-
}[];
|
|
232
|
-
PeopleDark: {
|
|
233
|
-
name: string;
|
|
234
|
-
category: string;
|
|
235
|
-
shortname: string;
|
|
236
|
-
shortname_alternates: string[];
|
|
237
|
-
keywords: string[];
|
|
238
|
-
unicode_output: string;
|
|
239
|
-
unicode_character: string;
|
|
240
|
-
}[];
|
|
241
|
-
Symbols: {
|
|
242
|
-
name: string;
|
|
243
|
-
category: string;
|
|
244
|
-
shortname: string;
|
|
245
|
-
shortname_alternates: string[];
|
|
246
|
-
keywords: string[];
|
|
247
|
-
unicode_output: string;
|
|
248
|
-
unicode_character: string;
|
|
249
|
-
}[];
|
|
250
|
-
Travel: {
|
|
251
|
-
name: string;
|
|
252
|
-
category: string;
|
|
253
|
-
shortname: string;
|
|
254
|
-
shortname_alternates: string[];
|
|
255
|
-
keywords: string[];
|
|
256
|
-
unicode_output: string;
|
|
257
|
-
unicode_character: string;
|
|
258
|
-
}[];
|
|
259
|
-
};
|
|
41
|
+
emojis(): any;
|
|
260
42
|
CDN_URL(): "https://static.dialpadcdn.com/joypixels/png/unicode/32/";
|
|
261
43
|
tabLabels(): any;
|
|
262
44
|
tabs(): string[];
|
|
@@ -1,11 +1,4 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
/**
|
|
3
|
-
* DtIcon identifier
|
|
4
|
-
*/
|
|
5
|
-
id: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
default(): string;
|
|
8
|
-
};
|
|
9
2
|
/**
|
|
10
3
|
* The size of the icon.
|
|
11
4
|
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
@@ -30,17 +23,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
23
|
type: StringConstructor;
|
|
31
24
|
default: undefined;
|
|
32
25
|
};
|
|
33
|
-
}, {}, {}, {
|
|
34
|
-
iconSize(): any;
|
|
35
|
-
icon(): any;
|
|
36
|
-
}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
37
26
|
/**
|
|
38
|
-
*
|
|
27
|
+
* Shows a skeleton loader while the emoji asset is loading.
|
|
28
|
+
* @values true, false
|
|
39
29
|
*/
|
|
40
|
-
|
|
41
|
-
type:
|
|
42
|
-
default
|
|
30
|
+
showSkeleton: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
43
33
|
};
|
|
34
|
+
}, {}, {
|
|
35
|
+
iconLoaded: boolean;
|
|
36
|
+
}, {
|
|
37
|
+
iconSize(): any;
|
|
38
|
+
icon(): string;
|
|
39
|
+
}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
44
40
|
/**
|
|
45
41
|
* The size of the icon.
|
|
46
42
|
* @values 100, 200, 300, 400, 500, 600, 700, 800
|
|
@@ -65,10 +61,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
61
|
type: StringConstructor;
|
|
66
62
|
default: undefined;
|
|
67
63
|
};
|
|
64
|
+
/**
|
|
65
|
+
* Shows a skeleton loader while the emoji asset is loading.
|
|
66
|
+
* @values true, false
|
|
67
|
+
*/
|
|
68
|
+
showSkeleton: {
|
|
69
|
+
type: BooleanConstructor;
|
|
70
|
+
default: boolean;
|
|
71
|
+
};
|
|
68
72
|
}>>, {
|
|
69
|
-
id: string;
|
|
70
73
|
size: string;
|
|
71
74
|
ariaLabel: string;
|
|
75
|
+
showSkeleton: boolean;
|
|
72
76
|
}>;
|
|
73
77
|
export default _default;
|
|
74
78
|
//# sourceMappingURL=icon.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../../components/icon/icon.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"icon.vue.d.ts","sourceRoot":"","sources":["../../../../components/icon/icon.vue.js"],"names":[],"mappings":";IAqBI;;;OAGG;;;;;;IAOH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;;;IA9BH;;;OAGG;;;;;;IAOH;;OAEG;;;;;;IAOH;;OAEG;;;;;IAMH;;;OAGG"}
|
|
@@ -8,8 +8,10 @@ export const ICON_SIZE_MODIFIERS: {
|
|
|
8
8
|
700: string;
|
|
9
9
|
800: string;
|
|
10
10
|
};
|
|
11
|
+
export const ICON_NAMES: string[];
|
|
11
12
|
declare namespace _default {
|
|
12
13
|
export { ICON_SIZE_MODIFIERS };
|
|
14
|
+
export { ICON_NAMES };
|
|
13
15
|
}
|
|
14
16
|
export default _default;
|
|
15
17
|
//# sourceMappingURL=icon_constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon_constants.d.ts","sourceRoot":"","sources":["../../../../components/icon/icon_constants.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"icon_constants.d.ts","sourceRoot":"","sources":["../../../../components/icon/icon_constants.js"],"names":[],"mappings":"AACA;;;;;;;;;EASE;AAEF,kCAAoC"}
|
|
@@ -35,7 +35,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
default(): string;
|
|
36
36
|
};
|
|
37
37
|
validationMessages: {
|
|
38
|
-
type: ArrayConstructor;
|
|
38
|
+
type: ArrayConstructor; /**
|
|
39
|
+
* A data qa tag for the input group messages
|
|
40
|
+
*/
|
|
39
41
|
default: () => never[];
|
|
40
42
|
validator: (messages: unknown) => any;
|
|
41
43
|
};
|
|
@@ -56,7 +58,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
58
|
default(): string;
|
|
57
59
|
};
|
|
58
60
|
validationMessages: {
|
|
59
|
-
type: ArrayConstructor;
|
|
61
|
+
type: ArrayConstructor; /**
|
|
62
|
+
* A data qa tag for the input group messages
|
|
63
|
+
*/
|
|
60
64
|
default: () => never[];
|
|
61
65
|
validator: (messages: unknown) => any;
|
|
62
66
|
};
|
|
@@ -71,9 +75,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
71
75
|
}>;
|
|
72
76
|
};
|
|
73
77
|
provide(): {
|
|
74
|
-
groupContext: any;
|
|
75
|
-
* A data qa tag for the input group
|
|
76
|
-
*/
|
|
78
|
+
groupContext: any;
|
|
77
79
|
setGroupValue: any;
|
|
78
80
|
};
|
|
79
81
|
props: {
|
|
@@ -82,12 +84,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
82
84
|
default(): string;
|
|
83
85
|
};
|
|
84
86
|
value: {
|
|
87
|
+
/**
|
|
88
|
+
* A data qa tag for the input group messages
|
|
89
|
+
*/
|
|
85
90
|
type: (ObjectConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
86
91
|
default: null;
|
|
87
92
|
};
|
|
88
93
|
name: {
|
|
89
94
|
type: StringConstructor;
|
|
90
|
-
required: boolean;
|
|
95
|
+
required: boolean; /**
|
|
96
|
+
* Native input event
|
|
97
|
+
*
|
|
98
|
+
* @event input
|
|
99
|
+
*/
|
|
91
100
|
};
|
|
92
101
|
legend: {
|
|
93
102
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"input_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/input_group/input_group.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;wCAFH;;mBAEG;;;;;;;;;;;;;;;;;;;;;wCAFH;;mBAEG;;;;;;;;;;;;;;;;;;;;;;;;YAFH;;eAEG;;;;;;+BAQH;;;;eAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA9BH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
|
|
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
default: string;
|
|
58
58
|
};
|
|
59
59
|
}>>, {
|
|
60
|
-
id: string;
|
|
61
60
|
heading: string;
|
|
61
|
+
id: string;
|
|
62
62
|
listClass: string | Record<string, any> | unknown[];
|
|
63
63
|
headingClass: string | Record<string, any> | unknown[];
|
|
64
64
|
}>;
|
|
@@ -223,6 +223,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
223
|
};
|
|
224
224
|
};
|
|
225
225
|
computed: {
|
|
226
|
+
/**
|
|
227
|
+
* Modals focus the user’s attention exclusively on one task or piece of information
|
|
228
|
+
* via a window that sits on top of the page content.
|
|
229
|
+
* @see https://dialtone.dialpad.com/components/modal.html
|
|
230
|
+
*/
|
|
226
231
|
showVisuallyHiddenClose(): any;
|
|
227
232
|
};
|
|
228
233
|
methods: {
|
|
@@ -397,13 +402,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
397
402
|
};
|
|
398
403
|
}>>, {
|
|
399
404
|
title: string;
|
|
400
|
-
copy: string;
|
|
401
405
|
size: string;
|
|
406
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
407
|
+
copy: string;
|
|
402
408
|
kind: string;
|
|
403
409
|
hideClose: boolean;
|
|
404
410
|
dialogClass: string | Record<string, any> | unknown[];
|
|
405
411
|
bannerClass: string | Record<string, any> | unknown[];
|
|
406
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
407
412
|
show: boolean;
|
|
408
413
|
initialFocusElement: string | HTMLElement;
|
|
409
414
|
describedById: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.vue.d.ts","sourceRoot":"","sources":["../../../../components/modal/modal.vue.js"],"names":[],"mappings":";IAoCI;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;;OAMG
|
|
1
|
+
{"version":3,"file":"modal.vue.d.ts","sourceRoot":"","sources":["../../../../components/modal/modal.vue.js"],"names":[],"mappings":";IAoCI;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA3LP;;;;WAIG;;;;;;;;;;;;;;;;IAcC;;;OAGG;;;;;;IASH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;;IASH;;;;OAIG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;;OAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG
|
|
1
|
+
{"version":3,"file":"notice_action.vue.d.ts","sourceRoot":"","sources":["../../../../components/notice/notice_action.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;2BApBH;;eAEG;;;;;;;;;;;;;;;;;IAFH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}
|
|
@@ -57,8 +57,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
default: () => void;
|
|
58
58
|
};
|
|
59
59
|
}>>, {
|
|
60
|
-
closeButtonProps: Record<string, any>;
|
|
61
60
|
contentClass: string | Record<string, any> | unknown[];
|
|
61
|
+
closeButtonProps: Record<string, any>;
|
|
62
62
|
showCloseButton: boolean;
|
|
63
63
|
}>;
|
|
64
64
|
export default _default;
|
|
@@ -33,21 +33,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
};
|
|
34
34
|
disabled: {
|
|
35
35
|
type: BooleanConstructor;
|
|
36
|
-
default: boolean;
|
|
37
|
-
* Native input focusin event
|
|
38
|
-
*
|
|
39
|
-
* @event focusin
|
|
40
|
-
* @property {FocusEvent}
|
|
41
|
-
*/
|
|
36
|
+
default: boolean;
|
|
42
37
|
};
|
|
43
38
|
validationState: {
|
|
44
39
|
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
* Native input focusout event
|
|
47
|
-
*
|
|
48
|
-
* @event focusout
|
|
49
|
-
* @property {FocusEvent}
|
|
50
|
-
*/
|
|
40
|
+
default: string;
|
|
51
41
|
validator: (validationState: any) => boolean;
|
|
52
42
|
};
|
|
53
43
|
inputClass: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio/radio.vue.js"],"names":[],"mappings":";IA0BI;;OAEG
|
|
1
|
+
{"version":3,"file":"radio.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio/radio.vue.js"],"names":[],"mappings":";IA0BI;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAFH;;OAEG"}
|
|
@@ -140,10 +140,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
140
|
};
|
|
141
141
|
}>>, {
|
|
142
142
|
animate: boolean;
|
|
143
|
-
contentClass: string;
|
|
144
143
|
offset: number;
|
|
145
144
|
animationDuration: number;
|
|
146
145
|
shape: string;
|
|
146
|
+
contentClass: string;
|
|
147
147
|
shapeSize: string;
|
|
148
148
|
paragraphs: Record<string, any>;
|
|
149
149
|
shapeClass: string;
|
|
@@ -167,13 +167,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
167
|
};
|
|
168
168
|
}>>, {
|
|
169
169
|
animate: boolean;
|
|
170
|
-
width: string | unknown[];
|
|
171
|
-
contentClass: string;
|
|
172
|
-
maxWidth: string | number;
|
|
173
170
|
offset: number;
|
|
174
171
|
animationDuration: number;
|
|
172
|
+
contentClass: string;
|
|
173
|
+
width: string | unknown[];
|
|
175
174
|
rows: string | number;
|
|
176
175
|
minWidth: string | number;
|
|
176
|
+
maxWidth: string | number;
|
|
177
177
|
randomWidth: boolean;
|
|
178
178
|
rowClass: string;
|
|
179
179
|
}>;
|
|
@@ -126,11 +126,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
126
126
|
};
|
|
127
127
|
}>>, {
|
|
128
128
|
animate: boolean;
|
|
129
|
-
size: string;
|
|
130
|
-
contentClass: string | Record<string, any> | unknown[];
|
|
131
129
|
offset: number;
|
|
132
130
|
animationDuration: number;
|
|
133
131
|
shape: string;
|
|
132
|
+
size: string;
|
|
133
|
+
contentClass: string | Record<string, any> | unknown[];
|
|
134
134
|
}>;
|
|
135
135
|
export default _default;
|
|
136
136
|
//# sourceMappingURL=skeleton-shape.vue.d.ts.map
|
|
@@ -61,6 +61,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
}, {}, {
|
|
62
62
|
SKELETON_HEADING_HEIGHTS: {
|
|
63
63
|
sm: string;
|
|
64
|
+
/**
|
|
65
|
+
* Width of the skeleton
|
|
66
|
+
*/
|
|
64
67
|
md: string;
|
|
65
68
|
lg: string;
|
|
66
69
|
};
|
|
@@ -69,7 +72,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
72
|
skeletonOffset(): any;
|
|
70
73
|
skeletonStyle(): {
|
|
71
74
|
animationDelay: string;
|
|
72
|
-
animationDuration: any;
|
|
75
|
+
animationDuration: any; /**
|
|
76
|
+
* Duration time of the animation (ms), set -1 for an infinite animation.
|
|
77
|
+
*/
|
|
73
78
|
};
|
|
74
79
|
};
|
|
75
80
|
}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -135,11 +140,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
135
140
|
}>>, {
|
|
136
141
|
type: string;
|
|
137
142
|
animate: boolean;
|
|
138
|
-
width: string;
|
|
139
|
-
contentClass: string;
|
|
140
143
|
offset: number;
|
|
141
144
|
animationDuration: number;
|
|
145
|
+
contentClass: string;
|
|
142
146
|
headingHeight: string;
|
|
147
|
+
width: string;
|
|
143
148
|
}>;
|
|
144
149
|
export default _default;
|
|
145
150
|
//# sourceMappingURL=skeleton-text.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skeleton-text.vue.d.ts","sourceRoot":"","sources":["../../../../components/skeleton/skeleton-text.vue.js"],"names":[],"mappings":";IAWI;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;;;OAOG;;;;;IAMH;;OAEG
|
|
1
|
+
{"version":3,"file":"skeleton-text.vue.d.ts","sourceRoot":"","sources":["../../../../components/skeleton/skeleton-text.vue.js"],"names":[],"mappings":";IAWI;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;;;OAOG;;;;;IAMH;;OAEG;;;;;;;;QAxCH;;WAEG;;;;;;;;;oCAMH;;eAEG;;;;IA9BH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;;;;OAOG;;;;;IAMH;;OAEG"}
|
|
@@ -143,13 +143,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
143
143
|
};
|
|
144
144
|
}>>, {
|
|
145
145
|
animate: boolean;
|
|
146
|
-
ariaLabel: string;
|
|
147
146
|
offset: number;
|
|
148
147
|
animationDuration: number;
|
|
149
148
|
paragraphOption: boolean | Record<string, any>;
|
|
150
149
|
listItemOption: boolean | Record<string, any>;
|
|
151
150
|
textOption: Record<string, any>;
|
|
152
151
|
shapeOption: boolean | Record<string, any>;
|
|
152
|
+
ariaLabel: string;
|
|
153
153
|
}>;
|
|
154
154
|
export default _default;
|
|
155
155
|
//# sourceMappingURL=skeleton.vue.d.ts.map
|
|
@@ -145,8 +145,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
145
145
|
default: () => {};
|
|
146
146
|
};
|
|
147
147
|
}>>, {
|
|
148
|
-
id: string;
|
|
149
148
|
size: string;
|
|
149
|
+
id: string;
|
|
150
150
|
labelClass: string | Record<string, any> | unknown[];
|
|
151
151
|
disabled: boolean;
|
|
152
152
|
checked: string | boolean;
|