@dialpad/dialtone-vue 2.105.1 → 2.105.4

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.
Files changed (125) hide show
  1. package/CHANGELOG.json +1 -1
  2. package/CHANGELOG.md +76 -0
  3. package/README.md +1 -1
  4. package/dist/component-documentation.json +1 -1
  5. package/dist/dialtone-vue.cjs +6 -6
  6. package/dist/dialtone-vue.js +5770 -13134
  7. package/dist/directives.cjs +1 -1
  8. package/dist/directives.js +9 -10
  9. package/dist/emoji-BKjUPoIz.js +139639 -0
  10. package/dist/emoji-uAsjUKCr.cjs +1 -0
  11. package/dist/emoji.cjs +1 -1
  12. package/dist/emoji.js +30 -24
  13. package/dist/style.css +1 -1
  14. package/dist/tooltip-N61DaooE.cjs +21 -0
  15. package/dist/tooltip-_ykHbRFm.js +2473 -0
  16. package/dist/types/common/mixins/keyboard_list_navigation.d.ts +1 -1
  17. package/dist/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -1
  18. package/dist/types/common/sr_only_close_button.vue.d.ts +1 -1
  19. package/dist/types/components/avatar/avatar.vue.d.ts +1 -1
  20. package/dist/types/components/badge/badge.vue.d.ts +9 -2
  21. package/dist/types/components/badge/badge.vue.d.ts.map +1 -1
  22. package/dist/types/components/button/button.vue.d.ts +1 -1
  23. package/dist/types/components/button/index.d.ts +1 -0
  24. package/dist/types/components/checkbox/checkbox.vue.d.ts +6 -1
  25. package/dist/types/components/checkbox/checkbox.vue.d.ts.map +1 -1
  26. package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts +3 -1
  27. package/dist/types/components/checkbox_group/checkbox_group.vue.d.ts.map +1 -1
  28. package/dist/types/components/chip/chip_constants.d.ts +1 -0
  29. package/dist/types/components/chip/index.d.ts +1 -1
  30. package/dist/types/components/collapsible/collapsible_lazy_show.vue.d.ts.map +1 -1
  31. package/dist/types/components/combobox/combobox.vue.d.ts +15 -3
  32. package/dist/types/components/combobox/combobox.vue.d.ts.map +1 -1
  33. package/dist/types/components/combobox/combobox_constants.d.ts +4 -0
  34. package/dist/types/components/combobox/index.d.ts +1 -0
  35. package/dist/types/components/datepicker/{DtDatepicker.vue.d.ts → datepicker.vue.d.ts} +1 -1
  36. package/dist/types/components/datepicker/datepicker.vue.d.ts.map +1 -0
  37. package/dist/types/components/datepicker/formatUtils.d.ts +8 -0
  38. package/dist/types/components/datepicker/index.d.ts +1 -1
  39. package/dist/types/components/dropdown/dropdown.vue.d.ts +1 -1
  40. package/dist/types/components/dropdown/dropdown.vue.d.ts.map +1 -1
  41. package/dist/types/components/dropdown/dropdown_constants.d.ts +4 -0
  42. package/dist/types/components/dropdown/dropdown_list.vue.d.ts +36 -0
  43. package/dist/types/components/dropdown/dropdown_list.vue.d.ts.map +1 -0
  44. package/dist/types/components/dropdown/index.d.ts +1 -0
  45. package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts +70 -0
  46. package/dist/types/components/emoji_picker/emoji_picker.vue.d.ts.map +1 -0
  47. package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts +27 -0
  48. package/dist/types/components/emoji_picker/emoji_picker_constants.d.ts.map +1 -0
  49. package/dist/types/components/emoji_picker/emojis/index.d.ts +50 -0
  50. package/dist/types/components/emoji_picker/emojis/index.d.ts.map +1 -0
  51. package/dist/types/components/emoji_picker/index.d.ts +3 -0
  52. package/dist/types/components/emoji_picker/index.d.ts.map +1 -0
  53. package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts +19 -0
  54. package/dist/types/components/emoji_picker/modules/emoji_description.vue.d.ts.map +1 -0
  55. package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts +30 -0
  56. package/dist/types/components/emoji_picker/modules/emoji_search.vue.d.ts.map +1 -0
  57. package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts +320 -0
  58. package/dist/types/components/emoji_picker/modules/emoji_selector.vue.d.ts.map +1 -0
  59. package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts +55 -0
  60. package/dist/types/components/emoji_picker/modules/emoji_skin_selector.vue.d.ts.map +1 -0
  61. package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts +69 -0
  62. package/dist/types/components/emoji_picker/modules/emoji_tabset.vue.d.ts.map +1 -0
  63. package/dist/types/components/icon/index.d.ts +1 -0
  64. package/dist/types/components/input/input.vue.d.ts +15 -0
  65. package/dist/types/components/input/input.vue.d.ts.map +1 -1
  66. package/dist/types/components/input/input_constants.d.ts +1 -0
  67. package/dist/types/components/input_group/decorators/input.vue.d.ts +1 -1
  68. package/dist/types/components/input_group/input_group.vue.d.ts +8 -1
  69. package/dist/types/components/input_group/input_group.vue.d.ts.map +1 -1
  70. package/dist/types/components/link/link_constants.d.ts +5 -0
  71. package/dist/types/components/list_item/index.d.ts +1 -0
  72. package/dist/types/components/list_item/list_item.vue.d.ts +1 -1
  73. package/dist/types/components/modal/index.d.ts +1 -1
  74. package/dist/types/components/notice/index.d.ts +1 -1
  75. package/dist/types/components/popover/index.d.ts +1 -1
  76. package/dist/types/components/popover/popover.vue.d.ts +5 -2
  77. package/dist/types/components/popover/popover.vue.d.ts.map +1 -1
  78. package/dist/types/components/popover/popover_constants.d.ts +11 -0
  79. package/dist/types/components/radio/index.d.ts +1 -0
  80. package/dist/types/components/radio_group/radio_group.vue.d.ts +2 -10
  81. package/dist/types/components/radio_group/radio_group.vue.d.ts.map +1 -1
  82. package/dist/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -1
  83. package/dist/types/components/rich_text_editor/rich_text_editor_constants.d.ts +5 -0
  84. package/dist/types/components/stack/index.d.ts +1 -0
  85. package/dist/types/components/stack/stack_constants.d.ts +6 -0
  86. package/dist/types/components/toast/toast.vue.d.ts +4 -1
  87. package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
  88. package/dist/types/components/toggle/index.d.ts +1 -0
  89. package/dist/types/components/toggle/toggle_constants.d.ts +1 -0
  90. package/dist/types/components/tooltip/index.d.ts +1 -1
  91. package/dist/types/components/tooltip/tooltip.vue.d.ts +1 -1
  92. package/dist/types/components/tooltip/tooltip_constants.d.ts +8 -0
  93. package/dist/types/emoji.d.ts +1 -0
  94. package/dist/types/index.d.ts +1 -1
  95. package/dist/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  96. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +2 -2
  97. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts +25 -0
  98. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.d.ts.map +1 -0
  99. package/dist/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select_story_constants.d.ts +0 -18
  100. package/dist/types/recipes/comboboxes/combobox_multi_select/index.d.ts +1 -1
  101. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts +9 -0
  102. package/dist/types/recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.d.ts.map +1 -1
  103. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +15 -2
  104. package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
  105. package/dist/types/recipes/conversation_view/feed_item_row/index.d.ts +1 -0
  106. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts +1 -1
  107. package/dist/types/recipes/conversation_view/feed_pill/feed_item_pill.vue.d.ts.map +1 -1
  108. package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +3 -3
  109. package/dist/types/recipes/leftbar/general_row/general_row.vue.d.ts +1 -1
  110. package/dist/types/recipes/leftbar/general_row/leftbar_general_row_icon.vue.d.ts +1 -1
  111. package/dist/types/recipes/list_items/contact_info/contact_info.vue.d.ts +2 -2
  112. package/package.json +55 -46
  113. package/dist/_plugin-vue2_normalizer-1P4G3Z0k.cjs +0 -1
  114. package/dist/_plugin-vue2_normalizer-u6G_3nkj.js +0 -32
  115. package/dist/emoji--HwFbqwW.js +0 -48702
  116. package/dist/emoji-c9hpZE0O.cjs +0 -1
  117. package/dist/tooltip_constants-IjzmwQZI.js +0 -2541
  118. package/dist/tooltip_constants-eQzi1S-l.cjs +0 -25
  119. package/dist/types/components/datepicker/DtDatepicker.vue.d.ts.map +0 -1
  120. package/dist/types/components/list_section/index.d.ts +0 -2
  121. package/dist/types/components/list_section/index.d.ts.map +0 -1
  122. package/dist/types/components/list_section/list_section.vue.d.ts +0 -70
  123. package/dist/types/components/list_section/list_section.vue.d.ts.map +0 -1
  124. package/dist/types/components/tooltip/tooltip_variants.vue.d.ts +0 -7
  125. package/dist/types/components/tooltip/tooltip_variants.vue.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"radio_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio_group/radio_group.vue.js"],"names":[],"mappings":";IAcI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCA3BH;;;WAGG;;;;;;;;;OAgCH;;;;;OAKG;;;;;;;;;;;;;;;;;;;;IAxCH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"radio_group.vue.d.ts","sourceRoot":"","sources":["../../../../components/radio_group/radio_group.vue.js"],"names":[],"mappings":";IAcI;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA3BH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -167,8 +167,8 @@ declare const _default: import("vue").DefineComponent<{
167
167
  }>>, {
168
168
  link: boolean | Record<string, any>;
169
169
  value: string | Record<string, any>;
170
- placeholder: string;
171
170
  inputClass: string;
171
+ placeholder: string;
172
172
  editable: boolean;
173
173
  autoFocus: string | number | boolean;
174
174
  outputFormat: string;
@@ -1,3 +1,8 @@
1
1
  export const RICH_TEXT_EDITOR_OUTPUT_FORMATS: string[];
2
2
  export const RICH_TEXT_EDITOR_AUTOFOCUS_TYPES: string[];
3
+ declare namespace _default {
4
+ export { RICH_TEXT_EDITOR_OUTPUT_FORMATS };
5
+ export { RICH_TEXT_EDITOR_AUTOFOCUS_TYPES };
6
+ }
7
+ export default _default;
3
8
  //# sourceMappingURL=rich_text_editor_constants.d.ts.map
@@ -1,2 +1,3 @@
1
1
  export { default as DtStack } from "./stack.vue";
2
+ export { DT_STACK_DIRECTION, DT_STACK_RESPONSIVE_BREAKPOINTS, DT_STACK_GAP } from "./stack_constants.js";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -7,4 +7,10 @@ export const DT_STACK_DIRECTION: {
7
7
  };
8
8
  export const DT_STACK_RESPONSIVE_BREAKPOINTS: string[];
9
9
  export const DT_STACK_GAP: string[];
10
+ declare namespace _default {
11
+ export { DT_STACK_DIRECTION };
12
+ export { DT_STACK_RESPONSIVE_BREAKPOINTS };
13
+ export { DT_STACK_GAP };
14
+ }
15
+ export default _default;
10
16
  //# sourceMappingURL=stack_constants.d.ts.map
@@ -123,7 +123,10 @@ declare const _default: import("vue").DefineComponent<{
123
123
  };
124
124
  computed: {
125
125
  showVisuallyHiddenClose(): any;
126
- };
126
+ }; /**
127
+ * Sets an ID on the title element of the component. Useful for aria-describedby
128
+ * or aria-labelledby or any other reason you may need an id to refer to the title.
129
+ */
127
130
  methods: {
128
131
  validateVisuallyHiddenCloseProps(): void;
129
132
  };
@@ -1 +1 @@
1
- {"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IArGH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG"}
1
+ {"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["../../../../components/toast/toast.vue.js"],"names":[],"mappings":";IAwBI;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArGH;;;OAGG;;;;;IAHH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;IASH;;;OAGG;;;;;;IASH;;;OAGG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;;OAIG"}
@@ -1,2 +1,3 @@
1
1
  export { default as DtToggle } from "./toggle.vue";
2
+ export { TOGGLE_SIZE_MODIFIERS, TOGGLE_CHECKED_VALUES } from "./toggle_constants.js";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -5,6 +5,7 @@ export namespace TOGGLE_SIZE_MODIFIERS {
5
5
  export const TOGGLE_CHECKED_VALUES: (string | boolean)[];
6
6
  declare namespace _default {
7
7
  export { TOGGLE_SIZE_MODIFIERS };
8
+ export { TOGGLE_CHECKED_VALUES };
8
9
  }
9
10
  export default _default;
10
11
  //# sourceMappingURL=toggle_constants.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export { default as DtTooltip } from "./tooltip.vue";
2
- export * from "./tooltip_constants";
2
+ export { TOOLTIP_DIRECTIONS, TOOLTIP_DELAY_MS, TOOLTIP_KIND_MODIFIERS, TOOLTIP_STICKY_VALUES, TOOLTIP_HIDE_ON_CLICK_VARIANTS } from "./tooltip_constants";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -257,7 +257,7 @@ declare const _default: import("vue").DefineComponent<{
257
257
  };
258
258
  addExternalAnchorEventListeners(): void;
259
259
  removeExternalAnchorEventListeners(): void;
260
- }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("update:show" | "shown")[], string, Readonly<import("vue").ExtractPropTypes<{
260
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("shown" | "update:show")[], string, Readonly<import("vue").ExtractPropTypes<{
261
261
  /**
262
262
  * The id of the tooltip
263
263
  */
@@ -8,4 +8,12 @@ export namespace TOOLTIP_KIND_MODIFIERS {
8
8
  }
9
9
  export const TOOLTIP_STICKY_VALUES: (string | boolean)[];
10
10
  export const TOOLTIP_HIDE_ON_CLICK_VARIANTS: (string | boolean)[];
11
+ declare namespace _default {
12
+ export { TOOLTIP_DIRECTIONS };
13
+ export { TOOLTIP_DELAY_MS };
14
+ export { TOOLTIP_KIND_MODIFIERS };
15
+ export { TOOLTIP_STICKY_VALUES };
16
+ export { TOOLTIP_HIDE_ON_CLICK_VARIANTS };
17
+ }
18
+ export default _default;
11
19
  //# sourceMappingURL=tooltip_constants.d.ts.map
@@ -1,4 +1,5 @@
1
1
  export * from "./common/emoji";
2
2
  export * from "./components/emoji";
3
3
  export * from "./components/emoji_text_wrapper";
4
+ export * from "./components/emoji_picker";
4
5
  //# sourceMappingURL=emoji.d.ts.map
@@ -10,12 +10,12 @@ export * from "./components/combobox";
10
10
  export * from "./components/collapsible";
11
11
  export * from "./components/description_list";
12
12
  export * from "./components/dropdown";
13
+ export * from "./components/emoji_picker";
13
14
  export * from "./components/image_viewer";
14
15
  export * from "./components/input";
15
16
  export * from "./components/input_group";
16
17
  export * from "./components/modal";
17
18
  export * from "./components/lazy_show";
18
- export * from "./components/list_section";
19
19
  export * from "./components/list_item";
20
20
  export * from "./components/list_item_group";
21
21
  export * from "./components/link";
@@ -1 +1 @@
1
- {"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js"],"names":[],"mappings":";IAqBI;;OAEG;;;;;IAQH;;OAEG;;;;;;IASH;;OAEG;;;;;;IASH;;;;;;;OAOG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;IAeH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;IA9IH;;OAEG;;;;;IAQH;;OAEG;;;;;;IASH;;OAEG;;;;;;IASH;;;;;;;OAOG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;IAeH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"callbar_button_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.js"],"names":[],"mappings":";IAoBI;;OAEG;;;;;IAQH;;OAEG;;;;;;IASH;;OAEG;;;;;;IASH;;;;;;;OAOG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;IAeH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;IA9IH;;OAEG;;;;;IAQH;;OAEG;;;;;;IASH;;OAEG;;;;;;IASH;;;;;;;OAOG;;;;;IAMH;;;;;;OAMG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;IAeH;;OAEG;;;;;IAMH;;OAEG"}
@@ -203,7 +203,7 @@ declare const _default: import("vue").DefineComponent<{
203
203
  methods: {
204
204
  validateVisuallyHiddenCloseProps(): void;
205
205
  };
206
- }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("input" | "select" | "remove" | "max-selected")[], string, Readonly<import("vue").ExtractPropTypes<{
206
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("input" | "select" | "remove" | "keyup" | "max-selected")[], string, Readonly<import("vue").ExtractPropTypes<{
207
207
  /**
208
208
  * String to use for the input label.
209
209
  */
@@ -341,13 +341,13 @@ declare const _default: import("vue").DefineComponent<{
341
341
  };
342
342
  }>>, {
343
343
  description: string;
344
- placeholder: string;
345
344
  size: string;
346
345
  loading: boolean;
347
346
  transition: string;
348
347
  showList: boolean;
349
348
  labelVisible: boolean;
350
349
  appendTo: string | HTMLElement;
350
+ placeholder: string;
351
351
  hasSuggestionList: boolean;
352
352
  selectedItems: unknown[];
353
353
  inputMessages: unknown[];
@@ -0,0 +1,25 @@
1
+ export namespace MULTI_SELECT_SIZES {
2
+ let EXTRA_SMALL: string;
3
+ let SMALL: string;
4
+ let DEFAULT: string;
5
+ }
6
+ export namespace CHIP_SIZES {
7
+ let xs: string;
8
+ let sm: string;
9
+ let md: string;
10
+ }
11
+ export namespace CHIP_TOP_POSITION {
12
+ let xs_1: number;
13
+ export { xs_1 as xs };
14
+ let sm_1: number;
15
+ export { sm_1 as sm };
16
+ let md_1: number;
17
+ export { md_1 as md };
18
+ }
19
+ declare namespace _default {
20
+ export { MULTI_SELECT_SIZES };
21
+ export { CHIP_SIZES };
22
+ export { CHIP_TOP_POSITION };
23
+ }
24
+ export default _default;
25
+ //# sourceMappingURL=combobox_multi_select_constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"combobox_multi_select_constants.d.ts","sourceRoot":"","sources":["../../../../../recipes/comboboxes/combobox_multi_select/combobox_multi_select_constants.js"],"names":[],"mappings":""}
@@ -3,22 +3,4 @@ export const ITEMS_LIST_DATA: {
3
3
  value: string;
4
4
  type: string;
5
5
  }[];
6
- export namespace MULTI_SELECT_SIZES {
7
- let EXTRA_SMALL: string;
8
- let SMALL: string;
9
- let DEFAULT: string;
10
- }
11
- export namespace CHIP_SIZES {
12
- let xs: string;
13
- let sm: string;
14
- let md: string;
15
- }
16
- export namespace CHIP_TOP_POSITION {
17
- let xs_1: number;
18
- export { xs_1 as xs };
19
- let sm_1: number;
20
- export { sm_1 as sm };
21
- let md_1: number;
22
- export { md_1 as md };
23
- }
24
6
  //# sourceMappingURL=combobox_multi_select_story_constants.d.ts.map
@@ -1,3 +1,3 @@
1
1
  export { default as DtRecipeComboboxMultiSelect } from "./combobox_multi_select.vue";
2
- export { MULTI_SELECT_SIZES } from "./combobox_multi_select_story_constants";
2
+ export { MULTI_SELECT_SIZES, CHIP_SIZES, CHIP_TOP_POSITION } from "./combobox_multi_select_constants.js";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -133,6 +133,9 @@ declare const _default: import("vue").DefineComponent<{
133
133
  type: BooleanConstructor;
134
134
  default: boolean;
135
135
  };
136
+ /**
137
+ * Determines when to show the skeletons and also controls aria-busy attribute.
138
+ */
136
139
  loading: {
137
140
  type: BooleanConstructor;
138
141
  default: boolean;
@@ -221,6 +224,9 @@ declare const _default: import("vue").DefineComponent<{
221
224
  showVisuallyHiddenClose(): any;
222
225
  };
223
226
  methods: {
227
+ /**
228
+ * String to use for the input label.
229
+ */
224
230
  validateVisuallyHiddenCloseProps(): void;
225
231
  };
226
232
  }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("select" | "opened" | "escape" | "highlight")[], string, Readonly<import("vue").ExtractPropTypes<{
@@ -358,6 +364,9 @@ declare const _default: import("vue").DefineComponent<{
358
364
  type: BooleanConstructor;
359
365
  default: boolean;
360
366
  };
367
+ /**
368
+ * Determines when to show the skeletons and also controls aria-busy attribute.
369
+ */
361
370
  loading: {
362
371
  type: BooleanConstructor;
363
372
  default: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"combobox_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js"],"names":[],"mappings":";IA8BI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IASH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;IAcH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;;;;IAUH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAlMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IASH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;;;;;IAcH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;;;;IAUH;;;OAGG"}
1
+ {"version":3,"file":"combobox_with_popover.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/comboboxes/combobox_with_popover/combobox_with_popover.vue.js"],"names":[],"mappings":";IAuBI;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IASH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;;;;IAUH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAlMH;;WAEG;;;;IAFH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;IAOH;;OAEG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;;IASH;;;OAGG;;;;;;IAOH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;;;;;IAUH;;;OAGG"}
@@ -66,13 +66,26 @@ declare const _default: import("vue").DefineComponent<{
66
66
  mouseleave: () => void;
67
67
  focusin: () => void;
68
68
  focusout: () => void;
69
+ keydown: (event: any) => void;
69
70
  };
70
- listItemClasses(): any[];
71
+ listItemClasses(): (string | {
72
+ 'd-bgc-secondary-opaque': never;
73
+ })[];
71
74
  }, {
75
+ trapFocus(e: any): void;
72
76
  setFocus(bool: any): void;
73
77
  setHover(bool: any): void;
74
78
  fade(): void;
75
- }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("focus" | "hover")[], string, Readonly<import("vue").ExtractPropTypes<{
79
+ }, {
80
+ methods: {
81
+ getFirstFocusableElement(el: object): Promise<any>;
82
+ focusFirstElement(el?: object): Promise<void>;
83
+ focusElementById(elementId: any): Promise<void>;
84
+ _getFirstFocusElement(focusableElements: any): any;
85
+ _getFocusableElements(el?: object, includeNegativeTabIndex?: bool): any[];
86
+ focusTrappedTabPress(e: object, el: object): void;
87
+ };
88
+ }, import("vue/types/v3-component-options.js").ComponentOptionsMixin, ("focus" | "keydown" | "hover")[], string, Readonly<import("vue").ExtractPropTypes<{
76
89
  /**
77
90
  * Avatar seed, set this to the user's ID to get the same avatar background gradient each time it is displayed.
78
91
  */
@@ -1 +1 @@
1
- {"version":3,"file":"feed_item_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_row/feed_item_row.vue.js"],"names":[],"mappings":";IAmBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;IA5DH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
1
+ {"version":3,"file":"feed_item_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_item_row/feed_item_row.vue.js"],"names":[],"mappings":";IAsBI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA5DH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG"}
@@ -1,2 +1,3 @@
1
1
  export { default as DtRecipeFeedItemRow } from "./feed_item_row.vue";
2
+ export { FEED_ROW_STATE_BACKGROUND_COLOR, DEFAULT_FEED_ROW_STATE } from "./feed_item_row_constants";
2
3
  //# sourceMappingURL=index.d.ts.map
@@ -123,10 +123,10 @@ declare const _default: import("vue").DefineComponent<{
123
123
  title: string;
124
124
  iconName: string;
125
125
  buttonClass: string | Record<string, any> | unknown[];
126
- borderColor: string;
127
126
  wrapperClass: string | Record<string, any> | unknown[];
128
127
  toggleable: boolean;
129
128
  defaultToggled: boolean;
129
+ borderColor: string;
130
130
  }>;
131
131
  export default _default;
132
132
  //# sourceMappingURL=feed_item_pill.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"feed_item_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_pill/feed_item_pill.vue.js"],"names":[],"mappings":";IAWI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IAWH;;;OAGG;;;;;;;;;;;;;;;;IAxDH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IAWH;;;OAGG"}
1
+ {"version":3,"file":"feed_item_pill.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/feed_pill/feed_item_pill.vue.js"],"names":[],"mappings":";IAaI;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IAWH;;;OAGG;;;;;;;;;;;;;;;;IAxDH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;IAMH;;OAEG;;;;;;;;;IAWH;;;OAGG"}
@@ -150,11 +150,11 @@ declare const _default: import("vue").DefineComponent<{
150
150
  title: string;
151
151
  clickable: boolean;
152
152
  avatarSeed: string;
153
- avatarSrc: string;
154
- avatarFullName: string;
153
+ borderColor: string;
155
154
  badgeText: string;
156
155
  badgeColor: string;
157
- borderColor: string;
156
+ avatarSrc: string;
157
+ avatarFullName: string;
158
158
  isOnHold: boolean;
159
159
  }>;
160
160
  export default _default;
@@ -259,9 +259,9 @@ declare const _default: import("vue").DefineComponent<{
259
259
  };
260
260
  }>>, {
261
261
  type: string;
262
- color: string;
263
262
  ariaLabel: string;
264
263
  iconSize: string;
264
+ color: string;
265
265
  muted: boolean;
266
266
  selected: boolean;
267
267
  hasUnreads: boolean;
@@ -33,8 +33,8 @@ declare const _default: import("vue").DefineComponent<{
33
33
  };
34
34
  }>>, {
35
35
  type: string;
36
- color: string;
37
36
  iconSize: string;
37
+ color: string;
38
38
  }>;
39
39
  export default _default;
40
40
  //# sourceMappingURL=leftbar_general_row_icon.vue.d.ts.map
@@ -184,12 +184,12 @@ declare const _default: import("vue").DefineComponent<{
184
184
  };
185
185
  }>>, {
186
186
  presence: string;
187
- id: string;
188
187
  role: string;
188
+ id: string;
189
189
  avatarSeed: string;
190
- showAvatar: boolean;
191
190
  avatarSrc: string;
192
191
  avatarFullName: string;
192
+ showAvatar: boolean;
193
193
  avatarIcon: string;
194
194
  avatarSize: string;
195
195
  avatarAriaLabel: string;
package/package.json CHANGED
@@ -1,33 +1,7 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "2.105.1",
3
+ "version": "2.105.4",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
- "scripts": {
6
- "build": "run-s clean build:main build:typescript build:documentation",
7
- "build:typescript": "vue-tsc",
8
- "build:main": "vite build",
9
- "lint": "run-s lint:code lint:docs",
10
- "build:documentation": "node scripts/build-docs.js",
11
- "build:documentation:functions": "npx typedoc --plugin typedoc-plugin-markdown",
12
- "clean": "rm -rf ./dist",
13
- "install:all": "npm install && npm install --prefix generator-dialtone-vue",
14
- "lint-staged:code": "eslint --ext .js,.vue --ignore-path .gitignore --fix",
15
- "lint-staged:docs": "markdownlint --fix",
16
- "lint:code": "eslint --ext .js,.vue --ignore-path .gitignore",
17
- "lint:docs": "markdownlint '**/*.mdx'",
18
- "prepublishOnly": "npm run build",
19
- "pretest": "npm run clean",
20
- "release": "./scripts/release.sh",
21
- "start": "npm run storybook",
22
- "storybook": "STORYBOOK_ENV=development storybook dev -p 9010",
23
- "storybook:clean": "rm -rf ./storybook-static",
24
- "storybook:build": "npm run build:documentation:functions && npm run storybook:clean && STORYBOOK_ENV=production storybook build && touch ./storybook-static/.nojekyll",
25
- "storybook:build:docs-only": "STORYBOOK_ENV=production && build:documentation:functions && storybook build --docs",
26
- "storybook:test": "test-storybook --url http://localhost:9010/",
27
- "test": "vitest run --test-timeout=10000",
28
- "test:one": "vitest related --run",
29
- "test:watch": "vitest"
30
- },
31
5
  "files": [
32
6
  "dist",
33
7
  "types",
@@ -35,38 +9,46 @@
35
9
  "CHANGELOG.json"
36
10
  ],
37
11
  "dependencies": {
38
- "@dialpad/dialtone-icons": "^4.1.0",
39
12
  "@linusborg/vue-simple-portal": "^0.1.5",
13
+ "@tiptap/core": "^2.0.3",
14
+ "@tiptap/extension-code-block": "^2.0.3",
40
15
  "@tiptap/extension-document": "^2.0.3",
16
+ "@tiptap/extension-hard-break": "^2.0.3",
17
+ "@tiptap/extension-mention": "^2.1.11",
41
18
  "@tiptap/extension-paragraph": "^2.0.3",
42
19
  "@tiptap/extension-placeholder": "^2.0.3",
43
20
  "@tiptap/extension-text": "^2.0.3",
44
21
  "@tiptap/pm": "^2.0.3",
22
+ "@tiptap/suggestion": "^2.1.4",
45
23
  "@tiptap/vue-2": "^2.0.3",
46
24
  "date-fns": "^2.30.0",
47
25
  "emoji-regex": "^10.2.1",
48
26
  "emoji-toolkit": "^6.6.0",
49
- "tippy.js": "^6.3.7"
27
+ "tippy.js": "^6.3.7",
28
+ "@dialpad/dialtone-icons": "^4.1.1"
50
29
  },
51
30
  "devDependencies": {
52
31
  "@commitlint/cli": "^17.6.6",
53
32
  "@commitlint/config-conventional": "^17.6.6",
54
33
  "@dialpad/conventional-changelog-angular": "^1.1.1",
55
- "@dialpad/dialtone": "^8.21.4",
56
34
  "@dialpad/semantic-release-changelog-json": "^1.0.0",
57
35
  "@percy/cli": "^1.27.4",
58
- "@percy/storybook": "^5.0.0",
36
+ "@percy/storybook": "^5.0.1",
59
37
  "@rollup/plugin-node-resolve": "^15.2.3",
60
38
  "@semantic-release/changelog": "^6.0.3",
61
39
  "@semantic-release/git": "^10.0.1",
62
- "@storybook/addon-a11y": "^7.5.3",
63
- "@storybook/addon-essentials": "^7.5.3",
64
- "@storybook/addon-links": "^7.5.3",
65
- "@storybook/blocks": "^7.5.3",
66
- "@storybook/manager-api": "^7.5.3",
67
- "@storybook/test-runner": "^0.15.1",
40
+ "@storybook/addon-a11y": "^7.6.1",
41
+ "@storybook/addon-actions": "^7.6.1",
42
+ "@storybook/addon-docs": "^7.6.1",
43
+ "@storybook/addon-essentials": "^7.6.1",
44
+ "@storybook/addon-links": "^7.6.1",
45
+ "@storybook/addon-mdx-gfm": "^7.6.1",
46
+ "@storybook/addon-viewport": "^7.6.1",
47
+ "@storybook/blocks": "^7.6.1",
48
+ "@storybook/manager-api": "^7.6.1",
49
+ "@storybook/test-runner": "^0.16.0",
68
50
  "@storybook/testing-library": "^0.2.2",
69
- "@storybook/theming": "^7.5.3",
51
+ "@storybook/theming": "^7.6.1",
70
52
  "@storybook/vue": "^7.5.3",
71
53
  "@storybook/vue-vite": "^7.5.3",
72
54
  "@vitejs/plugin-vue2": "^2.3.1",
@@ -100,20 +82,23 @@
100
82
  "semantic-release": "^21.0.6",
101
83
  "sinon": "^15.2.0",
102
84
  "source-map-support": "^0.5.21",
103
- "storybook": "^7.5.3",
104
- "storybook-dark-mode": "^3.0.1",
85
+ "storybook": "^7.6.1",
86
+ "storybook-dark-mode": "^3.0.3",
105
87
  "string-hash": "^1.1.3",
88
+ "tippy.js": "^6.3.7",
106
89
  "typedoc": "^0.25.2",
107
90
  "typedoc-plugin-markdown": "^3.16.0",
108
91
  "vite": "^5.0.0",
109
92
  "vite-plugin-vue2-svg": "^0.4.0",
110
93
  "vitest": "^0.34.5",
111
- "vue": "^2.7.14",
94
+ "vue": "^2.7.15",
112
95
  "vue-cli-plugin-webpack-bundle-analyzer": "~4.0.0",
113
96
  "vue-docgen-api": "^4.73.0",
97
+ "vue-template-compiler": "^2.7.15",
114
98
  "vue-tsc": "^1.8.8",
115
99
  "yo": "^4.3.1",
116
- "yorkie": "^2.0.0"
100
+ "yorkie": "^2.0.0",
101
+ "@dialpad/dialtone": "^8.22.1"
117
102
  },
118
103
  "peerDependencies": {
119
104
  "@dialpad/dialtone": "^7.30.0 || ^8.21.2",
@@ -196,7 +181,7 @@
196
181
  "pre-commit": "lint-staged",
197
182
  "commit-msg": "./scripts/commit-msg"
198
183
  },
199
- "homepage": "https://vue.dialpad.design",
184
+ "homepage": "https://dialtone.dialpad.com/vue",
200
185
  "keywords": [
201
186
  "Dialpad",
202
187
  "Dialtone",
@@ -204,8 +189,32 @@
204
189
  "Design System",
205
190
  "Components",
206
191
  "Component Library",
207
- "Vue"
192
+ "Vue",
193
+ "Storybook"
208
194
  ],
209
195
  "license": "MIT",
210
- "repository": "git@github.com:dialpad/dialtone-vue.git"
211
- }
196
+ "scripts": {
197
+ "build": "run-s clean build:main build:typescript build:documentation",
198
+ "build:main": "vite build",
199
+ "build:typescript": "vue-tsc",
200
+ "lint": "run-s lint:code lint:docs",
201
+ "build:documentation": "node scripts/build-docs.js",
202
+ "build:documentation:functions": "pnpm exec typedoc --plugin typedoc-plugin-markdown",
203
+ "clean": "rm -rf ./dist",
204
+ "lint-staged:code": "pnpm run lint:code --fix",
205
+ "lint-staged:docs": "pnpm run lint:docs --fix",
206
+ "lint:code": "eslint . --ext .js,.vue --ignore-path .gitignore",
207
+ "lint:docs": "markdownlint '**/*.mdx'",
208
+ "pretest": "pnpm run clean",
209
+ "start": "pnpm run storybook",
210
+ "storybook": "STORYBOOK_ENV=development storybook dev -p 9010",
211
+ "storybook:clean": "rm -rf ./storybook-static",
212
+ "storybook:build": "pnpm run storybook:clean && pnpm run build:documentation:functions && STORYBOOK_ENV=production pnpm exec storybook build",
213
+ "storybook:build:docs-only": "pnpm run storybook:build --docs",
214
+ "test:a11y": "pnpm exec test-storybook --url http://localhost:9010/",
215
+ "test:visual": "pnpm exec percy storybook --disable-cache --config ./percy.config.cjs --verbose ./storybook-static",
216
+ "test": "pnpm exec vitest run --test-timeout=10000",
217
+ "test:one": "pnpm exec vitest related --run",
218
+ "test:watch": "pnpm exec vitest"
219
+ }
220
+ }
@@ -1 +0,0 @@
1
- "use strict";function C(r,t,d,u,i,a,f,h){var e=typeof r=="function"?r.options:r;t&&(e.render=t,e.staticRenderFns=d,e._compiled=!0),u&&(e.functional=!0),a&&(e._scopeId="data-v-"+a);var o;if(f?(o=function(n){n=n||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!n&&typeof __VUE_SSR_CONTEXT__<"u"&&(n=__VUE_SSR_CONTEXT__),i&&i.call(this,n),n&&n._registeredComponents&&n._registeredComponents.add(f)},e._ssrRegister=o):i&&(o=h?function(){i.call(this,(e.functional?this.parent:this).$root.$options.shadowRoot)}:i),o)if(e.functional){e._injectStyles=o;var l=e.render;e.render=function(p,_){return o.call(_),l(p,_)}}else{var s=e.beforeCreate;e.beforeCreate=s?[].concat(s,o):[o]}return{exports:r,options:e}}exports.normalizeComponent=C;
@@ -1,32 +0,0 @@
1
- function v(r, a, d, h, i, t, f, u) {
2
- var e = typeof r == "function" ? r.options : r;
3
- a && (e.render = a, e.staticRenderFns = d, e._compiled = !0), h && (e.functional = !0), t && (e._scopeId = "data-v-" + t);
4
- var o;
5
- if (f ? (o = function(n) {
6
- n = n || // cached call
7
- this.$vnode && this.$vnode.ssrContext || // stateful
8
- this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !n && typeof __VUE_SSR_CONTEXT__ < "u" && (n = __VUE_SSR_CONTEXT__), i && i.call(this, n), n && n._registeredComponents && n._registeredComponents.add(f);
9
- }, e._ssrRegister = o) : i && (o = u ? function() {
10
- i.call(
11
- this,
12
- (e.functional ? this.parent : this).$root.$options.shadowRoot
13
- );
14
- } : i), o)
15
- if (e.functional) {
16
- e._injectStyles = o;
17
- var l = e.render;
18
- e.render = function(p, _) {
19
- return o.call(_), l(p, _);
20
- };
21
- } else {
22
- var s = e.beforeCreate;
23
- e.beforeCreate = s ? [].concat(s, o) : [o];
24
- }
25
- return {
26
- exports: r,
27
- options: e
28
- };
29
- }
30
- export {
31
- v as n
32
- };