@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":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA8QA
|
|
1
|
+
{"version":3,"file":"message_input.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input.vue"],"names":[],"mappings":"AA8QA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEA8gCA,IAt7BuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAs7BvD,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA4+BlC,IAt7BuD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAs7BvD,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBA4+BlC,CAp9B0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAo9B1B,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4+BlC,GA5+BkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA4+BlC,GA5+BkC;;;;;;;4BAi/BN,qBAAqB;sCACwB,gBAAgB;mCAAhB,gBAAgB"}
|
package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts
CHANGED
|
@@ -113,6 +113,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
113
113
|
type: BooleanConstructor;
|
|
114
114
|
default: boolean;
|
|
115
115
|
};
|
|
116
|
+
to: {
|
|
117
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
118
|
+
default: null;
|
|
119
|
+
};
|
|
120
|
+
href: {
|
|
121
|
+
type: StringConstructor;
|
|
122
|
+
default: null;
|
|
123
|
+
};
|
|
124
|
+
target: {
|
|
125
|
+
type: StringConstructor;
|
|
126
|
+
default: null;
|
|
127
|
+
};
|
|
128
|
+
rel: {
|
|
129
|
+
type: StringConstructor;
|
|
130
|
+
default: null;
|
|
131
|
+
};
|
|
132
|
+
replace: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
116
136
|
}>, {}, {
|
|
117
137
|
ICON_POSITION_MODIFIERS: {
|
|
118
138
|
left: string;
|
|
@@ -124,13 +144,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
124
144
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
125
145
|
i18n: any;
|
|
126
146
|
}, {
|
|
127
|
-
|
|
147
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
148
|
+
isNativeButton(): boolean;
|
|
149
|
+
computedAttrs(): {
|
|
150
|
+
'aria-disabled'?: string | undefined;
|
|
151
|
+
tabindex?: string | undefined;
|
|
152
|
+
to: string | Record<string, any>;
|
|
153
|
+
replace: boolean;
|
|
154
|
+
type?: undefined;
|
|
155
|
+
disabled?: undefined;
|
|
156
|
+
} | {
|
|
157
|
+
'aria-disabled'?: string | undefined;
|
|
158
|
+
tabindex?: string | undefined;
|
|
159
|
+
href: string | null;
|
|
160
|
+
target: string;
|
|
161
|
+
rel: string;
|
|
162
|
+
type?: undefined;
|
|
163
|
+
disabled?: undefined;
|
|
164
|
+
} | {
|
|
165
|
+
type: string;
|
|
166
|
+
disabled: boolean;
|
|
167
|
+
};
|
|
168
|
+
computedListeners(): {
|
|
128
169
|
focusin: (e: any) => void;
|
|
129
170
|
focusout: (e: any) => void;
|
|
130
171
|
};
|
|
131
172
|
computedAriaLive(): unknown;
|
|
132
173
|
iconSize(): any;
|
|
133
174
|
}, {
|
|
175
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
134
176
|
buttonClasses(): any[];
|
|
135
177
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
136
178
|
shouldRenderIcon(): any;
|
|
@@ -203,6 +245,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
203
245
|
type: BooleanConstructor;
|
|
204
246
|
default: boolean;
|
|
205
247
|
};
|
|
248
|
+
to: {
|
|
249
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
250
|
+
default: null;
|
|
251
|
+
};
|
|
252
|
+
href: {
|
|
253
|
+
type: StringConstructor;
|
|
254
|
+
default: null;
|
|
255
|
+
};
|
|
256
|
+
target: {
|
|
257
|
+
type: StringConstructor;
|
|
258
|
+
default: null;
|
|
259
|
+
};
|
|
260
|
+
rel: {
|
|
261
|
+
type: StringConstructor;
|
|
262
|
+
default: null;
|
|
263
|
+
};
|
|
264
|
+
replace: {
|
|
265
|
+
type: BooleanConstructor;
|
|
266
|
+
default: boolean;
|
|
267
|
+
};
|
|
206
268
|
}>> & Readonly<{
|
|
207
269
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
208
270
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -210,18 +272,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
210
272
|
link: boolean;
|
|
211
273
|
disabled: boolean;
|
|
212
274
|
type: string;
|
|
275
|
+
target: string;
|
|
213
276
|
circle: boolean;
|
|
214
277
|
active: boolean;
|
|
215
278
|
loading: boolean;
|
|
216
279
|
size: string;
|
|
280
|
+
replace: boolean;
|
|
217
281
|
kind: string;
|
|
218
282
|
labelClass: string | unknown[] | Record<string, any>;
|
|
283
|
+
href: string;
|
|
284
|
+
to: string | Record<string, any>;
|
|
219
285
|
iconPosition: string;
|
|
220
286
|
importance: string;
|
|
221
287
|
linkKind: string;
|
|
222
288
|
linkInverted: boolean;
|
|
223
289
|
width: string;
|
|
224
290
|
assertiveOnFocus: boolean;
|
|
291
|
+
rel: string;
|
|
225
292
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
226
293
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
227
294
|
id: {
|
package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_button.vue"],"names":[],"mappings":"AA2BA
|
|
1
|
+
{"version":3,"file":"message_input_button.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_button.vue"],"names":[],"mappings":"AA2BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2EA,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAcD,GAdC"}
|
|
@@ -553,6 +553,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
553
553
|
type: BooleanConstructor;
|
|
554
554
|
default: boolean;
|
|
555
555
|
};
|
|
556
|
+
to: {
|
|
557
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
558
|
+
default: null;
|
|
559
|
+
};
|
|
560
|
+
href: {
|
|
561
|
+
type: StringConstructor;
|
|
562
|
+
default: null;
|
|
563
|
+
};
|
|
564
|
+
target: {
|
|
565
|
+
type: StringConstructor;
|
|
566
|
+
default: null;
|
|
567
|
+
};
|
|
568
|
+
rel: {
|
|
569
|
+
type: StringConstructor;
|
|
570
|
+
default: null;
|
|
571
|
+
};
|
|
572
|
+
replace: {
|
|
573
|
+
type: BooleanConstructor;
|
|
574
|
+
default: boolean;
|
|
575
|
+
};
|
|
556
576
|
}>, {}, {
|
|
557
577
|
ICON_POSITION_MODIFIERS: {
|
|
558
578
|
left: string;
|
|
@@ -564,13 +584,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
564
584
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
565
585
|
i18n: any;
|
|
566
586
|
}, {
|
|
567
|
-
|
|
587
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
588
|
+
isNativeButton(): boolean;
|
|
589
|
+
computedAttrs(): {
|
|
590
|
+
'aria-disabled'?: string | undefined;
|
|
591
|
+
tabindex?: string | undefined;
|
|
592
|
+
to: string | Record<string, any>;
|
|
593
|
+
replace: boolean;
|
|
594
|
+
type?: undefined;
|
|
595
|
+
disabled?: undefined;
|
|
596
|
+
} | {
|
|
597
|
+
'aria-disabled'?: string | undefined;
|
|
598
|
+
tabindex?: string | undefined;
|
|
599
|
+
href: string | null;
|
|
600
|
+
target: string;
|
|
601
|
+
rel: string;
|
|
602
|
+
type?: undefined;
|
|
603
|
+
disabled?: undefined;
|
|
604
|
+
} | {
|
|
605
|
+
type: string;
|
|
606
|
+
disabled: boolean;
|
|
607
|
+
};
|
|
608
|
+
computedListeners(): {
|
|
568
609
|
focusin: (e: any) => void;
|
|
569
610
|
focusout: (e: any) => void;
|
|
570
611
|
};
|
|
571
612
|
computedAriaLive(): unknown;
|
|
572
613
|
iconSize(): any;
|
|
573
614
|
}, {
|
|
615
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
574
616
|
buttonClasses(): any[];
|
|
575
617
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
576
618
|
shouldRenderIcon(): any;
|
|
@@ -643,6 +685,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
643
685
|
type: BooleanConstructor;
|
|
644
686
|
default: boolean;
|
|
645
687
|
};
|
|
688
|
+
to: {
|
|
689
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
690
|
+
default: null;
|
|
691
|
+
};
|
|
692
|
+
href: {
|
|
693
|
+
type: StringConstructor;
|
|
694
|
+
default: null;
|
|
695
|
+
};
|
|
696
|
+
target: {
|
|
697
|
+
type: StringConstructor;
|
|
698
|
+
default: null;
|
|
699
|
+
};
|
|
700
|
+
rel: {
|
|
701
|
+
type: StringConstructor;
|
|
702
|
+
default: null;
|
|
703
|
+
};
|
|
704
|
+
replace: {
|
|
705
|
+
type: BooleanConstructor;
|
|
706
|
+
default: boolean;
|
|
707
|
+
};
|
|
646
708
|
}>> & Readonly<{
|
|
647
709
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
648
710
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -650,18 +712,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
650
712
|
link: boolean;
|
|
651
713
|
disabled: boolean;
|
|
652
714
|
type: string;
|
|
715
|
+
target: string;
|
|
653
716
|
circle: boolean;
|
|
654
717
|
active: boolean;
|
|
655
718
|
loading: boolean;
|
|
656
719
|
size: string;
|
|
720
|
+
replace: boolean;
|
|
657
721
|
kind: string;
|
|
658
722
|
labelClass: string | unknown[] | Record<string, any>;
|
|
723
|
+
href: string;
|
|
724
|
+
to: string | Record<string, any>;
|
|
659
725
|
iconPosition: string;
|
|
660
726
|
importance: string;
|
|
661
727
|
linkKind: string;
|
|
662
728
|
linkInverted: boolean;
|
|
663
729
|
width: string;
|
|
664
730
|
assertiveOnFocus: boolean;
|
|
731
|
+
rel: string;
|
|
665
732
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
666
733
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
667
734
|
DtLazyShow: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -805,6 +872,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
805
872
|
type: BooleanConstructor;
|
|
806
873
|
default: boolean;
|
|
807
874
|
};
|
|
875
|
+
to: {
|
|
876
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
877
|
+
default: null;
|
|
878
|
+
};
|
|
879
|
+
href: {
|
|
880
|
+
type: StringConstructor;
|
|
881
|
+
default: null;
|
|
882
|
+
};
|
|
883
|
+
target: {
|
|
884
|
+
type: StringConstructor;
|
|
885
|
+
default: null;
|
|
886
|
+
};
|
|
887
|
+
rel: {
|
|
888
|
+
type: StringConstructor;
|
|
889
|
+
default: null;
|
|
890
|
+
};
|
|
891
|
+
replace: {
|
|
892
|
+
type: BooleanConstructor;
|
|
893
|
+
default: boolean;
|
|
894
|
+
};
|
|
808
895
|
}>, {}, {
|
|
809
896
|
ICON_POSITION_MODIFIERS: {
|
|
810
897
|
left: string;
|
|
@@ -816,13 +903,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
816
903
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
817
904
|
i18n: any;
|
|
818
905
|
}, {
|
|
819
|
-
|
|
906
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
907
|
+
isNativeButton(): boolean;
|
|
908
|
+
computedAttrs(): {
|
|
909
|
+
'aria-disabled'?: string | undefined;
|
|
910
|
+
tabindex?: string | undefined;
|
|
911
|
+
to: string | Record<string, any>;
|
|
912
|
+
replace: boolean;
|
|
913
|
+
type?: undefined;
|
|
914
|
+
disabled?: undefined;
|
|
915
|
+
} | {
|
|
916
|
+
'aria-disabled'?: string | undefined;
|
|
917
|
+
tabindex?: string | undefined;
|
|
918
|
+
href: string | null;
|
|
919
|
+
target: string;
|
|
920
|
+
rel: string;
|
|
921
|
+
type?: undefined;
|
|
922
|
+
disabled?: undefined;
|
|
923
|
+
} | {
|
|
924
|
+
type: string;
|
|
925
|
+
disabled: boolean;
|
|
926
|
+
};
|
|
927
|
+
computedListeners(): {
|
|
820
928
|
focusin: (e: any) => void;
|
|
821
929
|
focusout: (e: any) => void;
|
|
822
930
|
};
|
|
823
931
|
computedAriaLive(): unknown;
|
|
824
932
|
iconSize(): any;
|
|
825
933
|
}, {
|
|
934
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
826
935
|
buttonClasses(): any[];
|
|
827
936
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
828
937
|
shouldRenderIcon(): any;
|
|
@@ -895,6 +1004,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
895
1004
|
type: BooleanConstructor;
|
|
896
1005
|
default: boolean;
|
|
897
1006
|
};
|
|
1007
|
+
to: {
|
|
1008
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1009
|
+
default: null;
|
|
1010
|
+
};
|
|
1011
|
+
href: {
|
|
1012
|
+
type: StringConstructor;
|
|
1013
|
+
default: null;
|
|
1014
|
+
};
|
|
1015
|
+
target: {
|
|
1016
|
+
type: StringConstructor;
|
|
1017
|
+
default: null;
|
|
1018
|
+
};
|
|
1019
|
+
rel: {
|
|
1020
|
+
type: StringConstructor;
|
|
1021
|
+
default: null;
|
|
1022
|
+
};
|
|
1023
|
+
replace: {
|
|
1024
|
+
type: BooleanConstructor;
|
|
1025
|
+
default: boolean;
|
|
1026
|
+
};
|
|
898
1027
|
}>> & Readonly<{
|
|
899
1028
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
900
1029
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -902,18 +1031,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
902
1031
|
link: boolean;
|
|
903
1032
|
disabled: boolean;
|
|
904
1033
|
type: string;
|
|
1034
|
+
target: string;
|
|
905
1035
|
circle: boolean;
|
|
906
1036
|
active: boolean;
|
|
907
1037
|
loading: boolean;
|
|
908
1038
|
size: string;
|
|
1039
|
+
replace: boolean;
|
|
909
1040
|
kind: string;
|
|
910
1041
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1042
|
+
href: string;
|
|
1043
|
+
to: string | Record<string, any>;
|
|
911
1044
|
iconPosition: string;
|
|
912
1045
|
importance: string;
|
|
913
1046
|
linkKind: string;
|
|
914
1047
|
linkInverted: boolean;
|
|
915
1048
|
width: string;
|
|
916
1049
|
assertiveOnFocus: boolean;
|
|
1050
|
+
rel: string;
|
|
917
1051
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
918
1052
|
DtIconClose: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
919
1053
|
size: {
|
|
@@ -1289,6 +1423,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1289
1423
|
type: BooleanConstructor;
|
|
1290
1424
|
default: boolean;
|
|
1291
1425
|
};
|
|
1426
|
+
to: {
|
|
1427
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1428
|
+
default: null;
|
|
1429
|
+
};
|
|
1430
|
+
href: {
|
|
1431
|
+
type: StringConstructor;
|
|
1432
|
+
default: null;
|
|
1433
|
+
};
|
|
1434
|
+
target: {
|
|
1435
|
+
type: StringConstructor;
|
|
1436
|
+
default: null;
|
|
1437
|
+
};
|
|
1438
|
+
rel: {
|
|
1439
|
+
type: StringConstructor;
|
|
1440
|
+
default: null;
|
|
1441
|
+
};
|
|
1442
|
+
replace: {
|
|
1443
|
+
type: BooleanConstructor;
|
|
1444
|
+
default: boolean;
|
|
1445
|
+
};
|
|
1292
1446
|
}>, {}, {
|
|
1293
1447
|
ICON_POSITION_MODIFIERS: {
|
|
1294
1448
|
left: string;
|
|
@@ -1300,13 +1454,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1300
1454
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
1301
1455
|
i18n: any;
|
|
1302
1456
|
}, {
|
|
1303
|
-
|
|
1457
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1458
|
+
isNativeButton(): boolean;
|
|
1459
|
+
computedAttrs(): {
|
|
1460
|
+
'aria-disabled'?: string | undefined;
|
|
1461
|
+
tabindex?: string | undefined;
|
|
1462
|
+
to: string | Record<string, any>;
|
|
1463
|
+
replace: boolean;
|
|
1464
|
+
type?: undefined;
|
|
1465
|
+
disabled?: undefined;
|
|
1466
|
+
} | {
|
|
1467
|
+
'aria-disabled'?: string | undefined;
|
|
1468
|
+
tabindex?: string | undefined;
|
|
1469
|
+
href: string | null;
|
|
1470
|
+
target: string;
|
|
1471
|
+
rel: string;
|
|
1472
|
+
type?: undefined;
|
|
1473
|
+
disabled?: undefined;
|
|
1474
|
+
} | {
|
|
1475
|
+
type: string;
|
|
1476
|
+
disabled: boolean;
|
|
1477
|
+
};
|
|
1478
|
+
computedListeners(): {
|
|
1304
1479
|
focusin: (e: any) => void;
|
|
1305
1480
|
focusout: (e: any) => void;
|
|
1306
1481
|
};
|
|
1307
1482
|
computedAriaLive(): unknown;
|
|
1308
1483
|
iconSize(): any;
|
|
1309
1484
|
}, {
|
|
1485
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1310
1486
|
buttonClasses(): any[];
|
|
1311
1487
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1312
1488
|
shouldRenderIcon(): any;
|
|
@@ -1379,6 +1555,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1379
1555
|
type: BooleanConstructor;
|
|
1380
1556
|
default: boolean;
|
|
1381
1557
|
};
|
|
1558
|
+
to: {
|
|
1559
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1560
|
+
default: null;
|
|
1561
|
+
};
|
|
1562
|
+
href: {
|
|
1563
|
+
type: StringConstructor;
|
|
1564
|
+
default: null;
|
|
1565
|
+
};
|
|
1566
|
+
target: {
|
|
1567
|
+
type: StringConstructor;
|
|
1568
|
+
default: null;
|
|
1569
|
+
};
|
|
1570
|
+
rel: {
|
|
1571
|
+
type: StringConstructor;
|
|
1572
|
+
default: null;
|
|
1573
|
+
};
|
|
1574
|
+
replace: {
|
|
1575
|
+
type: BooleanConstructor;
|
|
1576
|
+
default: boolean;
|
|
1577
|
+
};
|
|
1382
1578
|
}>> & Readonly<{
|
|
1383
1579
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1384
1580
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1386,18 +1582,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1386
1582
|
link: boolean;
|
|
1387
1583
|
disabled: boolean;
|
|
1388
1584
|
type: string;
|
|
1585
|
+
target: string;
|
|
1389
1586
|
circle: boolean;
|
|
1390
1587
|
active: boolean;
|
|
1391
1588
|
loading: boolean;
|
|
1392
1589
|
size: string;
|
|
1590
|
+
replace: boolean;
|
|
1393
1591
|
kind: string;
|
|
1394
1592
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1593
|
+
href: string;
|
|
1594
|
+
to: string | Record<string, any>;
|
|
1395
1595
|
iconPosition: string;
|
|
1396
1596
|
importance: string;
|
|
1397
1597
|
linkKind: string;
|
|
1398
1598
|
linkInverted: boolean;
|
|
1399
1599
|
width: string;
|
|
1400
1600
|
assertiveOnFocus: boolean;
|
|
1601
|
+
rel: string;
|
|
1401
1602
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1402
1603
|
DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1403
1604
|
direction: {
|
|
@@ -1612,6 +1813,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1612
1813
|
type: BooleanConstructor;
|
|
1613
1814
|
default: boolean;
|
|
1614
1815
|
};
|
|
1816
|
+
to: {
|
|
1817
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1818
|
+
default: null;
|
|
1819
|
+
};
|
|
1820
|
+
href: {
|
|
1821
|
+
type: StringConstructor;
|
|
1822
|
+
default: null;
|
|
1823
|
+
};
|
|
1824
|
+
target: {
|
|
1825
|
+
type: StringConstructor;
|
|
1826
|
+
default: null;
|
|
1827
|
+
};
|
|
1828
|
+
rel: {
|
|
1829
|
+
type: StringConstructor;
|
|
1830
|
+
default: null;
|
|
1831
|
+
};
|
|
1832
|
+
replace: {
|
|
1833
|
+
type: BooleanConstructor;
|
|
1834
|
+
default: boolean;
|
|
1835
|
+
};
|
|
1615
1836
|
}>, {}, {
|
|
1616
1837
|
ICON_POSITION_MODIFIERS: {
|
|
1617
1838
|
left: string;
|
|
@@ -1623,13 +1844,35 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1623
1844
|
hasSlotContent: typeof import('../../..').hasSlotContent;
|
|
1624
1845
|
i18n: any;
|
|
1625
1846
|
}, {
|
|
1626
|
-
|
|
1847
|
+
computedTag(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1848
|
+
isNativeButton(): boolean;
|
|
1849
|
+
computedAttrs(): {
|
|
1850
|
+
'aria-disabled'?: string | undefined;
|
|
1851
|
+
tabindex?: string | undefined;
|
|
1852
|
+
to: string | Record<string, any>;
|
|
1853
|
+
replace: boolean;
|
|
1854
|
+
type?: undefined;
|
|
1855
|
+
disabled?: undefined;
|
|
1856
|
+
} | {
|
|
1857
|
+
'aria-disabled'?: string | undefined;
|
|
1858
|
+
tabindex?: string | undefined;
|
|
1859
|
+
href: string | null;
|
|
1860
|
+
target: string;
|
|
1861
|
+
rel: string;
|
|
1862
|
+
type?: undefined;
|
|
1863
|
+
disabled?: undefined;
|
|
1864
|
+
} | {
|
|
1865
|
+
type: string;
|
|
1866
|
+
disabled: boolean;
|
|
1867
|
+
};
|
|
1868
|
+
computedListeners(): {
|
|
1627
1869
|
focusin: (e: any) => void;
|
|
1628
1870
|
focusout: (e: any) => void;
|
|
1629
1871
|
};
|
|
1630
1872
|
computedAriaLive(): unknown;
|
|
1631
1873
|
iconSize(): any;
|
|
1632
1874
|
}, {
|
|
1875
|
+
resolveRouterLink(): string | import('vue').ConcreteComponent<{}, any, any, import('vue').ComputedOptions, import('vue').MethodOptions, {}, any>;
|
|
1633
1876
|
buttonClasses(): any[];
|
|
1634
1877
|
isInvalidPropCombination(circle: any, kind: any, importance: any): boolean;
|
|
1635
1878
|
shouldRenderIcon(): any;
|
|
@@ -1702,6 +1945,26 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1702
1945
|
type: BooleanConstructor;
|
|
1703
1946
|
default: boolean;
|
|
1704
1947
|
};
|
|
1948
|
+
to: {
|
|
1949
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
1950
|
+
default: null;
|
|
1951
|
+
};
|
|
1952
|
+
href: {
|
|
1953
|
+
type: StringConstructor;
|
|
1954
|
+
default: null;
|
|
1955
|
+
};
|
|
1956
|
+
target: {
|
|
1957
|
+
type: StringConstructor;
|
|
1958
|
+
default: null;
|
|
1959
|
+
};
|
|
1960
|
+
rel: {
|
|
1961
|
+
type: StringConstructor;
|
|
1962
|
+
default: null;
|
|
1963
|
+
};
|
|
1964
|
+
replace: {
|
|
1965
|
+
type: BooleanConstructor;
|
|
1966
|
+
default: boolean;
|
|
1967
|
+
};
|
|
1705
1968
|
}>> & Readonly<{
|
|
1706
1969
|
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
1707
1970
|
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
@@ -1709,18 +1972,23 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1709
1972
|
link: boolean;
|
|
1710
1973
|
disabled: boolean;
|
|
1711
1974
|
type: string;
|
|
1975
|
+
target: string;
|
|
1712
1976
|
circle: boolean;
|
|
1713
1977
|
active: boolean;
|
|
1714
1978
|
loading: boolean;
|
|
1715
1979
|
size: string;
|
|
1980
|
+
replace: boolean;
|
|
1716
1981
|
kind: string;
|
|
1717
1982
|
labelClass: string | unknown[] | Record<string, any>;
|
|
1983
|
+
href: string;
|
|
1984
|
+
to: string | Record<string, any>;
|
|
1718
1985
|
iconPosition: string;
|
|
1719
1986
|
importance: string;
|
|
1720
1987
|
linkKind: string;
|
|
1721
1988
|
linkInverted: boolean;
|
|
1722
1989
|
width: string;
|
|
1723
1990
|
assertiveOnFocus: boolean;
|
|
1991
|
+
rel: string;
|
|
1724
1992
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1725
1993
|
DtTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
1726
1994
|
id: {
|
package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAsGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsLA,IAnFM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAmFN,GA9IC
|
|
1
|
+
{"version":3,"file":"message_input_link.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_link.vue"],"names":[],"mappings":"AAsGA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAsLA,IAnFM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAmFN,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA8ID,GA9IC"}
|