@dialpad/dialtone 9.166.0 → 9.167.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.
Files changed (109) hide show
  1. package/dist/css/dialtone-default-theme.css +88 -32
  2. package/dist/css/dialtone-default-theme.min.css +1 -1
  3. package/dist/css/dialtone.css +88 -32
  4. package/dist/css/dialtone.min.css +1 -1
  5. package/dist/css/tokens-docs.json +1 -1
  6. package/dist/tokens/doc.json +110841 -110841
  7. package/dist/vue3/common/mixins/keyboard-list-navigation.cjs +1 -1
  8. package/dist/vue3/common/mixins/keyboard-list-navigation.cjs.map +1 -1
  9. package/dist/vue3/common/mixins/keyboard-list-navigation.js +7 -7
  10. package/dist/vue3/common/mixins/keyboard-list-navigation.js.map +1 -1
  11. package/dist/vue3/component-documentation.json +1 -1
  12. package/dist/vue3/dialtone-vue.cjs +1 -1
  13. package/dist/vue3/dialtone-vue.js +244 -237
  14. package/dist/vue3/dialtone-vue.js.map +1 -1
  15. package/dist/vue3/lib/attachment-carousel/attachment-carousel.cjs +1 -1
  16. package/dist/vue3/lib/attachment-carousel/attachment-carousel.cjs.map +1 -1
  17. package/dist/vue3/lib/attachment-carousel/attachment-carousel.js +64 -117
  18. package/dist/vue3/lib/attachment-carousel/attachment-carousel.js.map +1 -1
  19. package/dist/vue3/lib/editor/editor.cjs +1 -1
  20. package/dist/vue3/lib/editor/editor.cjs.map +1 -1
  21. package/dist/vue3/lib/editor/editor.js +52 -36
  22. package/dist/vue3/lib/editor/editor.js.map +1 -1
  23. package/dist/vue3/lib/loader/loader.cjs +13 -1
  24. package/dist/vue3/lib/loader/loader.cjs.map +1 -1
  25. package/dist/vue3/lib/loader/loader.js +31 -20
  26. package/dist/vue3/lib/loader/loader.js.map +1 -1
  27. package/dist/vue3/lib/progress-circle/index.cjs +2 -0
  28. package/dist/vue3/lib/progress-circle/index.cjs.map +1 -0
  29. package/dist/vue3/lib/progress-circle/index.js +10 -0
  30. package/dist/vue3/lib/progress-circle/index.js.map +1 -0
  31. package/dist/vue3/lib/progress-circle/progress-circle-constants.cjs +2 -0
  32. package/dist/vue3/lib/progress-circle/progress-circle-constants.cjs.map +1 -0
  33. package/dist/vue3/lib/progress-circle/progress-circle-constants.js +25 -0
  34. package/dist/vue3/lib/progress-circle/progress-circle-constants.js.map +1 -0
  35. package/dist/vue3/lib/progress-circle/progress-circle.cjs +2 -0
  36. package/dist/vue3/lib/progress-circle/progress-circle.cjs.map +1 -0
  37. package/dist/vue3/lib/progress-circle/progress-circle.js +151 -0
  38. package/dist/vue3/lib/progress-circle/progress-circle.js.map +1 -0
  39. package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs +3 -3
  40. package/dist/vue3/lib/rich-text-editor/rich-text-editor.cjs.map +1 -1
  41. package/dist/vue3/lib/rich-text-editor/rich-text-editor.js +17 -3
  42. package/dist/vue3/lib/rich-text-editor/rich-text-editor.js.map +1 -1
  43. package/dist/vue3/lib/tooltip/tooltip.cjs +2 -2
  44. package/dist/vue3/lib/tooltip/tooltip.cjs.map +1 -1
  45. package/dist/vue3/lib/tooltip/tooltip.js +28 -19
  46. package/dist/vue3/lib/tooltip/tooltip.js.map +1 -1
  47. package/dist/vue3/lib/tooltip-directive/tooltip.cjs +1 -1
  48. package/dist/vue3/lib/tooltip-directive/tooltip.cjs.map +1 -1
  49. package/dist/vue3/lib/tooltip-directive/tooltip.js +45 -45
  50. package/dist/vue3/lib/tooltip-directive/tooltip.js.map +1 -1
  51. package/dist/vue3/localization/es-LA.cjs +1 -1
  52. package/dist/vue3/localization/es-LA.cjs.map +1 -1
  53. package/dist/vue3/localization/es-LA.js +1 -1
  54. package/dist/vue3/localization/es-LA.js.map +1 -1
  55. package/dist/vue3/localization/it-IT.cjs +3 -3
  56. package/dist/vue3/localization/it-IT.cjs.map +1 -1
  57. package/dist/vue3/localization/it-IT.js +3 -3
  58. package/dist/vue3/localization/it-IT.js.map +1 -1
  59. package/dist/vue3/localization/nl-NL.cjs +2 -2
  60. package/dist/vue3/localization/nl-NL.cjs.map +1 -1
  61. package/dist/vue3/localization/nl-NL.js +2 -2
  62. package/dist/vue3/localization/nl-NL.js.map +1 -1
  63. package/dist/vue3/localization/ru-RU.cjs +1 -1
  64. package/dist/vue3/localization/ru-RU.cjs.map +1 -1
  65. package/dist/vue3/localization/ru-RU.js +1 -1
  66. package/dist/vue3/localization/ru-RU.js.map +1 -1
  67. package/dist/vue3/localization/zh-CN.cjs +1 -1
  68. package/dist/vue3/localization/zh-CN.cjs.map +1 -1
  69. package/dist/vue3/localization/zh-CN.js +1 -1
  70. package/dist/vue3/localization/zh-CN.js.map +1 -1
  71. package/dist/vue3/types/common/mixins/keyboard_list_navigation.d.ts.map +1 -1
  72. package/dist/vue3/types/components/loader/loader.vue.d.ts +1 -32
  73. package/dist/vue3/types/components/loader/loader.vue.d.ts.map +1 -1
  74. package/dist/vue3/types/components/progress_circle/index.d.ts +3 -0
  75. package/dist/vue3/types/components/progress_circle/index.d.ts.map +1 -0
  76. package/dist/vue3/types/components/progress_circle/progress_circle.vue.d.ts +70 -0
  77. package/dist/vue3/types/components/progress_circle/progress_circle.vue.d.ts.map +1 -0
  78. package/dist/vue3/types/components/progress_circle/progress_circle_constants.d.ts +23 -0
  79. package/dist/vue3/types/components/progress_circle/progress_circle_constants.d.ts.map +1 -0
  80. package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +15 -0
  81. package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
  82. package/dist/vue3/types/directives/tooltip_directive/tooltip.d.ts.map +1 -1
  83. package/dist/vue3/types/index.d.ts +1 -0
  84. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts +15 -0
  85. package/dist/vue3/types/recipes/buttons/callbar_button/callbar_button.vue.d.ts.map +1 -1
  86. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts +15 -0
  87. package/dist/vue3/types/recipes/buttons/callbar_button_with_dropdown/callbar_button_with_dropdown.vue.d.ts.map +1 -1
  88. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts +15 -0
  89. package/dist/vue3/types/recipes/buttons/callbar_button_with_popover/callbar_button_with_popover.vue.d.ts.map +1 -1
  90. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +44 -4
  91. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +44 -4
  92. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts.map +1 -1
  93. package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +15 -0
  94. package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts.map +1 -1
  95. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +15 -0
  96. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts.map +1 -1
  97. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +15 -0
  98. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts.map +1 -1
  99. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +15 -0
  100. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts.map +1 -1
  101. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +15 -0
  102. package/dist/vue3/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
  103. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts +15 -0
  104. package/dist/vue3/types/recipes/leftbar/general_row/general_row.vue.d.ts.map +1 -1
  105. package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts +15 -0
  106. package/dist/vue3/types/recipes/leftbar/group_row/group_row.vue.d.ts.map +1 -1
  107. package/package.json +4 -4
  108. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts +0 -30
  109. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue.d.ts.map +0 -1
@@ -89,6 +89,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
89
89
  type: StringConstructor;
90
90
  default: null;
91
91
  };
92
+ externalAnchorElement: {
93
+ type: {
94
+ new (): HTMLElement;
95
+ prototype: HTMLElement;
96
+ };
97
+ default: null;
98
+ };
92
99
  }>, {}, {
93
100
  TOOLTIP_KIND_MODIFIERS: {
94
101
  hover: string;
@@ -257,6 +264,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
257
264
  type: StringConstructor;
258
265
  default: null;
259
266
  };
267
+ externalAnchorElement: {
268
+ type: {
269
+ new (): HTMLElement;
270
+ prototype: HTMLElement;
271
+ };
272
+ default: null;
273
+ };
260
274
  }>> & Readonly<{
261
275
  onShown?: ((...args: any[]) => any) | undefined;
262
276
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
@@ -276,6 +290,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
276
290
  fallbackPlacements: unknown[];
277
291
  enabled: boolean;
278
292
  externalAnchor: string;
293
+ externalAnchorElement: HTMLElement;
279
294
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
280
295
  DtButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
281
296
  circle: {
@@ -1 +1 @@
1
- {"version":3,"file":"emoji_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/emoji_row/emoji_row.vue"],"names":[],"mappings":"AA6DA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAoKU,KACR;;;6CAyC0C,KAAK"}
1
+ {"version":3,"file":"emoji_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/emoji_row/emoji_row.vue"],"names":[],"mappings":"AA6DA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAoKU,KACR;;;6CAyC0C,KAAK"}
@@ -357,6 +357,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
357
357
  type: StringConstructor;
358
358
  default: null;
359
359
  };
360
+ externalAnchorElement: {
361
+ type: {
362
+ new (): HTMLElement;
363
+ prototype: HTMLElement;
364
+ };
365
+ default: null;
366
+ };
360
367
  }>, {}, {
361
368
  TOOLTIP_KIND_MODIFIERS: {
362
369
  hover: string;
@@ -525,6 +532,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
525
532
  type: StringConstructor;
526
533
  default: null;
527
534
  };
535
+ externalAnchorElement: {
536
+ type: {
537
+ new (): HTMLElement;
538
+ prototype: HTMLElement;
539
+ };
540
+ default: null;
541
+ };
528
542
  }>> & Readonly<{
529
543
  onShown?: ((...args: any[]) => any) | undefined;
530
544
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
@@ -544,6 +558,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
544
558
  fallbackPlacements: unknown[];
545
559
  enabled: boolean;
546
560
  externalAnchor: string;
561
+ externalAnchorElement: HTMLElement;
547
562
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
548
563
  DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
549
564
  direction: {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
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"}
@@ -2060,6 +2060,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2060
2060
  type: StringConstructor;
2061
2061
  default: null;
2062
2062
  };
2063
+ externalAnchorElement: {
2064
+ type: {
2065
+ new (): HTMLElement;
2066
+ prototype: HTMLElement;
2067
+ };
2068
+ default: null;
2069
+ };
2063
2070
  }>, {}, {
2064
2071
  TOOLTIP_KIND_MODIFIERS: {
2065
2072
  hover: string;
@@ -2228,6 +2235,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2228
2235
  type: StringConstructor;
2229
2236
  default: null;
2230
2237
  };
2238
+ externalAnchorElement: {
2239
+ type: {
2240
+ new (): HTMLElement;
2241
+ prototype: HTMLElement;
2242
+ };
2243
+ default: null;
2244
+ };
2231
2245
  }>> & Readonly<{
2232
2246
  onShown?: ((...args: any[]) => any) | undefined;
2233
2247
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
@@ -2247,6 +2261,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2247
2261
  fallbackPlacements: unknown[];
2248
2262
  enabled: boolean;
2249
2263
  externalAnchor: string;
2264
+ externalAnchorElement: HTMLElement;
2250
2265
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2251
2266
  DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2252
2267
  direction: {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
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"}
@@ -763,6 +763,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
763
763
  type: StringConstructor;
764
764
  default: null;
765
765
  };
766
+ externalAnchorElement: {
767
+ type: {
768
+ new (): HTMLElement;
769
+ prototype: HTMLElement;
770
+ };
771
+ default: null;
772
+ };
766
773
  }>, {}, {
767
774
  TOOLTIP_KIND_MODIFIERS: {
768
775
  hover: string;
@@ -931,6 +938,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
931
938
  type: StringConstructor;
932
939
  default: null;
933
940
  };
941
+ externalAnchorElement: {
942
+ type: {
943
+ new (): HTMLElement;
944
+ prototype: HTMLElement;
945
+ };
946
+ default: null;
947
+ };
934
948
  }>> & Readonly<{
935
949
  onShown?: ((...args: any[]) => any) | undefined;
936
950
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
@@ -950,6 +964,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
950
964
  fallbackPlacements: unknown[];
951
965
  enabled: boolean;
952
966
  externalAnchor: string;
967
+ externalAnchorElement: HTMLElement;
953
968
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
954
969
  DtStack: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
955
970
  direction: {
@@ -1 +1 @@
1
- {"version":3,"file":"message_input_topbar.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_topbar.vue"],"names":[],"mappings":"AA4IA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAiPA,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM"}
1
+ {"version":3,"file":"message_input_topbar.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/conversation_view/message_input/message_input_topbar.vue"],"names":[],"mappings":"AA4IA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAiPA,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA2MN,GA3MM"}
@@ -1900,6 +1900,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1900
1900
  type: StringConstructor;
1901
1901
  default: null;
1902
1902
  };
1903
+ externalAnchorElement: {
1904
+ type: {
1905
+ new (): HTMLElement;
1906
+ prototype: HTMLElement;
1907
+ };
1908
+ default: null;
1909
+ };
1903
1910
  }>, {}, {
1904
1911
  TOOLTIP_KIND_MODIFIERS: {
1905
1912
  hover: string;
@@ -2068,6 +2075,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2068
2075
  type: StringConstructor;
2069
2076
  default: null;
2070
2077
  };
2078
+ externalAnchorElement: {
2079
+ type: {
2080
+ new (): HTMLElement;
2081
+ prototype: HTMLElement;
2082
+ };
2083
+ default: null;
2084
+ };
2071
2085
  }>> & Readonly<{
2072
2086
  onShown?: ((...args: any[]) => any) | undefined;
2073
2087
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
@@ -2087,6 +2101,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2087
2101
  fallbackPlacements: unknown[];
2088
2102
  enabled: boolean;
2089
2103
  externalAnchor: string;
2104
+ externalAnchorElement: HTMLElement;
2090
2105
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2091
2106
  DtIconPhone: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2092
2107
  size: {
@@ -1 +1 @@
1
- {"version":3,"file":"contact_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_row/contact_row.vue"],"names":[],"mappings":"AA+DA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEA6OA,KAjBA;;;iDA2D6E,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA1ClF,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;mEA6Lb,KAjBA;;;6CA2D6E,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA1ClF,GA7La"}
1
+ {"version":3,"file":"contact_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/contact_row/contact_row.vue"],"names":[],"mappings":"AA+DA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEA6OA,KAjBA;;;iDA2D6E,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA1ClF,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA6Lb,GA7La;;;;;;;;;;;;;;;;;;;;mEA6Lb,KAjBA;;;6CA2D6E,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA1ClF,GA7La"}
@@ -1519,6 +1519,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1519
1519
  type: StringConstructor;
1520
1520
  default: null;
1521
1521
  };
1522
+ externalAnchorElement: {
1523
+ type: {
1524
+ new (): HTMLElement;
1525
+ prototype: HTMLElement;
1526
+ };
1527
+ default: null;
1528
+ };
1522
1529
  }>, {}, {
1523
1530
  TOOLTIP_KIND_MODIFIERS: {
1524
1531
  hover: string;
@@ -1687,6 +1694,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1687
1694
  type: StringConstructor;
1688
1695
  default: null;
1689
1696
  };
1697
+ externalAnchorElement: {
1698
+ type: {
1699
+ new (): HTMLElement;
1700
+ prototype: HTMLElement;
1701
+ };
1702
+ default: null;
1703
+ };
1690
1704
  }>> & Readonly<{
1691
1705
  onShown?: ((...args: any[]) => any) | undefined;
1692
1706
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
@@ -1706,6 +1720,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1706
1720
  fallbackPlacements: unknown[];
1707
1721
  enabled: boolean;
1708
1722
  externalAnchor: string;
1723
+ externalAnchorElement: HTMLElement;
1709
1724
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1710
1725
  DtIconPhone: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1711
1726
  size: {
@@ -1 +1 @@
1
- {"version":3,"file":"general_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row.vue"],"names":[],"mappings":"AAiJA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA4uBiB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAhQxB,KA5UW;;;6CA4UX,KA9QK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA8QL,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;sCA4coG,gBAAgB;mCAAhB,gBAAgB"}
1
+ {"version":3,"file":"general_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/general_row/general_row.vue"],"names":[],"mappings":"AAiJA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA4uBiB,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAhQxB,KA5UW;;;6CA4UX,KA9QK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA8QL,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgcb,GAhca;;;;;;;;sCA4coG,gBAAgB;mCAAhB,gBAAgB"}
@@ -1615,6 +1615,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1615
1615
  type: StringConstructor;
1616
1616
  default: null;
1617
1617
  };
1618
+ externalAnchorElement: {
1619
+ type: {
1620
+ new (): HTMLElement;
1621
+ prototype: HTMLElement;
1622
+ };
1623
+ default: null;
1624
+ };
1618
1625
  }>, {}, {
1619
1626
  TOOLTIP_KIND_MODIFIERS: {
1620
1627
  hover: string;
@@ -1783,6 +1790,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1783
1790
  type: StringConstructor;
1784
1791
  default: null;
1785
1792
  };
1793
+ externalAnchorElement: {
1794
+ type: {
1795
+ new (): HTMLElement;
1796
+ prototype: HTMLElement;
1797
+ };
1798
+ default: null;
1799
+ };
1786
1800
  }>> & Readonly<{
1787
1801
  onShown?: ((...args: any[]) => any) | undefined;
1788
1802
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
@@ -1802,6 +1816,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1802
1816
  fallbackPlacements: unknown[];
1803
1817
  enabled: boolean;
1804
1818
  externalAnchor: string;
1819
+ externalAnchorElement: HTMLElement;
1805
1820
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1806
1821
  DtIconPhone: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1807
1822
  size: {
@@ -1 +1 @@
1
- {"version":3,"file":"group_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/group_row/group_row.vue"],"names":[],"mappings":"AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6IA,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEA4KN,KAAK;;;iDAqCgD,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAjIhE,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY"}
1
+ {"version":3,"file":"group_row.vue.d.ts","sourceRoot":"","sources":["../../../../../recipes/leftbar/group_row/group_row.vue"],"names":[],"mappings":"AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBA6IA,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEA4KN,KAAK;;;iDAqCgD,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAjIhE,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BAgFZ,GAhFY"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone",
3
- "version": "9.166.0",
3
+ "version": "9.167.0",
4
4
  "description": "Dialpad's Dialtone design system monorepo",
5
5
  "files": [
6
6
  "dist"
@@ -72,10 +72,10 @@
72
72
  "overlayscrollbars": "2.10.0",
73
73
  "regex-combined-emojis": "1.6.0",
74
74
  "tippy.js": "6.3.7",
75
- "@dialpad/dialtone-mcp-server": "1.2.1",
76
- "@dialpad/dialtone-tokens": "1.47.4",
77
75
  "@dialpad/dialtone-icons": "4.48.0",
78
- "@dialpad/dialtone-emojis": "1.2.4"
76
+ "@dialpad/dialtone-tokens": "1.47.4",
77
+ "@dialpad/dialtone-emojis": "1.2.4",
78
+ "@dialpad/dialtone-mcp-server": "1.2.1"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@commitlint/cli": "^18.4.3",
@@ -1,30 +0,0 @@
1
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- ariaLabel: {
3
- type: StringConstructor;
4
- required: true;
5
- };
6
- progress: {
7
- type: NumberConstructor;
8
- default: number;
9
- };
10
- }>, {}, {
11
- circleCircumference: number;
12
- }, {
13
- cssVars(): {
14
- '--stroke-dashoffset': number;
15
- '--stroke-dasharray': number;
16
- };
17
- }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
18
- ariaLabel: {
19
- type: StringConstructor;
20
- required: true;
21
- };
22
- progress: {
23
- type: NumberConstructor;
24
- default: number;
25
- };
26
- }>> & Readonly<{}>, {
27
- progress: number;
28
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
- export default _default;
30
- //# sourceMappingURL=progress_bar.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"progress_bar.vue.d.ts","sourceRoot":"","sources":["../../../../../../recipes/conversation_view/attachment_carousel/media_components/progress_bar.vue"],"names":[],"mappings":""}