@dialpad/dialtone 9.155.4 → 9.156.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 (33) hide show
  1. package/dist/tokens/doc.json +86779 -86779
  2. package/dist/vue3/common/utils/index.js +3 -3
  3. package/dist/vue3/dialtone-vue.cjs +1 -1
  4. package/dist/vue3/dialtone-vue.js +440 -410
  5. package/dist/vue3/lib/avatar/avatar.js +5 -5
  6. package/dist/vue3/types/components/checkbox_group/checkbox_group.vue.d.ts +1 -1
  7. package/dist/vue3/types/components/combobox/combobox_empty-list.vue.d.ts +1 -1
  8. package/dist/vue3/types/components/combobox/combobox_loading-list.vue.d.ts +1 -1
  9. package/dist/vue3/types/components/emoji_picker/emoji_picker.vue.d.ts +6 -6
  10. package/dist/vue3/types/components/emoji_picker/modules/emoji_search.vue.d.ts +6 -6
  11. package/dist/vue3/types/components/notice/notice.vue.d.ts +4 -4
  12. package/dist/vue3/types/components/notice/notice_action.vue.d.ts +2 -2
  13. package/dist/vue3/types/components/pagination/pagination.vue.d.ts +1 -1
  14. package/dist/vue3/types/components/radio_group/radio_group.vue.d.ts +1 -1
  15. package/dist/vue3/types/components/rich_text_editor/extensions/mentions/MentionSuggestion.vue.d.ts +1 -1
  16. package/dist/vue3/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -1
  17. package/dist/vue3/types/components/split_button/split_button-alpha.vue.d.ts +1 -1
  18. package/dist/vue3/types/components/tab/tab.vue.d.ts +1 -1
  19. package/dist/vue3/types/components/toast/toast.vue.d.ts +14 -14
  20. package/dist/vue3/types/index.d.ts +2 -2
  21. package/dist/vue3/types/recipes/cards/ivr_node/ivr_node.vue.d.ts +6 -6
  22. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/attachment_carousel.vue.d.ts +4 -4
  23. package/dist/vue3/types/recipes/conversation_view/attachment_carousel/media_components/image_carousel.vue.d.ts +3 -3
  24. package/dist/vue3/types/recipes/conversation_view/emoji_row/emoji_row.vue.d.ts +2 -2
  25. package/dist/vue3/types/recipes/conversation_view/feed_item_pill/feed_item_pill.vue.d.ts +2 -2
  26. package/dist/vue3/types/recipes/conversation_view/message_input/extensions/meeting_pill/MeetingPill.vue.d.ts +2 -2
  27. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_button.vue.d.ts +2 -2
  28. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_link.vue.d.ts +10 -10
  29. package/dist/vue3/types/recipes/conversation_view/message_input/message_input_topbar.vue.d.ts +2 -2
  30. package/dist/vue3/types/recipes/header/settings_menu_button/settings_menu_button.vue.d.ts +1 -1
  31. package/dist/vue3/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +2 -2
  32. package/dist/vue3/types/recipes/leftbar/callbox/callbox.vue.d.ts +1 -1
  33. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  import { getRandomElement as g, hasSlotContent as o, getUniqueString as y } from "../../common/utils/index.js";
2
- import { AVATAR_GROUP_VALIDATOR as u, AVATAR_PRESENCE_STATES as m, AVATAR_SIZE_MODIFIERS as d, AVATAR_ICON_SIZES as _, AVATAR_PRESENCE_SIZE_MODIFIERS as S, AVATAR_KIND_MODIFIERS as I, AVATAR_RANDOM_COLORS as A } from "./avatar-constants.js";
2
+ import { AVATAR_GROUP_VALIDATOR as u, AVATAR_PRESENCE_STATES as m, AVATAR_RANDOM_COLORS as _, AVATAR_SIZE_MODIFIERS as d, AVATAR_ICON_SIZES as S, AVATAR_PRESENCE_SIZE_MODIFIERS as I, AVATAR_KIND_MODIFIERS as A } from "./avatar-constants.js";
3
3
  import { ICON_SIZE_MODIFIERS as p } from "../icon/icon-constants.js";
4
4
  import { extractInitialsFromName as E } from "./utils.js";
5
5
  import { resolveComponent as C, createBlock as h, openBlock as r, resolveDynamicComponent as O, normalizeStyle as k, normalizeClass as l, withCtx as R, createElementVNode as b, createElementBlock as s, createCommentVNode as n, renderSlot as f, toDisplayString as c, mergeProps as T } from "vue";
@@ -169,9 +169,9 @@ const L = {
169
169
  data() {
170
170
  return {
171
171
  AVATAR_SIZE_MODIFIERS: d,
172
- AVATAR_KIND_MODIFIERS: I,
173
- AVATAR_PRESENCE_SIZE_MODIFIERS: S,
174
- AVATAR_ICON_SIZES: _,
172
+ AVATAR_KIND_MODIFIERS: A,
173
+ AVATAR_PRESENCE_SIZE_MODIFIERS: I,
174
+ AVATAR_ICON_SIZES: S,
175
175
  imageLoadedSuccessfully: null,
176
176
  formattedInitials: "",
177
177
  initializing: !1,
@@ -261,7 +261,7 @@ const L = {
261
261
  this.validatedSize === "xs" ? this.formattedInitials = "" : this.validatedSize === "sm" ? this.formattedInitials = e[0] : this.formattedInitials = e;
262
262
  },
263
263
  getColor() {
264
- return this.color ?? g(A, this.seed);
264
+ return this.color ?? g(_, this.seed);
265
265
  },
266
266
  _loadedImageEventHandler(e) {
267
267
  this.imageLoadedSuccessfully = !0, e.classList.remove("d-d-none");
@@ -40,7 +40,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
40
40
  };
41
41
  }>, {}, {
42
42
  internalValue: Function;
43
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
43
+ hasSlotContent: typeof import('../..').hasSlotContent;
44
44
  }, {}, {
45
45
  getMessageKey(type: any, index: any): string;
46
46
  }, {
@@ -152,7 +152,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
152
152
  };
153
153
  }>, {}, {}, {}, {
154
154
  dynamicGridTemplateColumns(): string;
155
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
155
+ hasSlotContent: typeof import('../..').hasSlotContent;
156
156
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
157
157
  as: {
158
158
  type: StringConstructor;
@@ -132,7 +132,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
132
132
  };
133
133
  }>, {}, {}, {}, {
134
134
  dynamicGridTemplateColumns(): string;
135
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
135
+ hasSlotContent: typeof import('../..').hasSlotContent;
136
136
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
137
137
  as: {
138
138
  type: StringConstructor;
@@ -111,7 +111,7 @@ declare const _default: import('vue').DefineComponent<{}, {
111
111
  isInputFocused: boolean;
112
112
  isInvalid: boolean;
113
113
  defaultLength: number;
114
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
114
+ hasSlotContent: typeof import('../..').hasSlotContent;
115
115
  }, {
116
116
  isTextarea(): boolean;
117
117
  isDefaultSize(): boolean;
@@ -148,8 +148,8 @@ declare const _default: import('vue').DefineComponent<{}, {
148
148
  sizeModifierClass(): any;
149
149
  stateClass(): any[];
150
150
  }, {
151
- removeClassStyleAttrs: typeof import('../../common/utils').removeClassStyleAttrs;
152
- addClassStyleAttrs: typeof import('../../common/utils').addClassStyleAttrs;
151
+ removeClassStyleAttrs: typeof import('../..').removeClassStyleAttrs;
152
+ addClassStyleAttrs: typeof import('../..').addClassStyleAttrs;
153
153
  inputClasses(): any[];
154
154
  inputWrapperClasses(): (string | unknown[] | Record<string, any>)[];
155
155
  calculateLength(value: any): number;
@@ -338,7 +338,7 @@ declare const _default: import('vue').DefineComponent<{}, {
338
338
  isInputFocused: boolean;
339
339
  isInvalid: boolean;
340
340
  defaultLength: number;
341
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
341
+ hasSlotContent: typeof import('../..').hasSlotContent;
342
342
  }, {
343
343
  formattedMessages(): any;
344
344
  } & {
@@ -377,8 +377,8 @@ declare const _default: import('vue').DefineComponent<{}, {
377
377
  sizeModifierClass(): any;
378
378
  stateClass(): any[];
379
379
  }, import('vue').MethodOptions & {
380
- removeClassStyleAttrs: typeof import('../../common/utils').removeClassStyleAttrs;
381
- addClassStyleAttrs: typeof import('../../common/utils').addClassStyleAttrs;
380
+ removeClassStyleAttrs: typeof import('../..').removeClassStyleAttrs;
381
+ addClassStyleAttrs: typeof import('../..').addClassStyleAttrs;
382
382
  inputClasses(): any[];
383
383
  inputWrapperClasses(): (string | unknown[] | Record<string, any>)[];
384
384
  calculateLength(value: any): number;
@@ -85,7 +85,7 @@ declare const _default: import('vue').DefineComponent<{}, {
85
85
  isInputFocused: boolean;
86
86
  isInvalid: boolean;
87
87
  defaultLength: number;
88
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
88
+ hasSlotContent: typeof import('../../..').hasSlotContent;
89
89
  }, {
90
90
  isTextarea(): boolean;
91
91
  isDefaultSize(): boolean;
@@ -122,8 +122,8 @@ declare const _default: import('vue').DefineComponent<{}, {
122
122
  sizeModifierClass(): any;
123
123
  stateClass(): any[];
124
124
  }, {
125
- removeClassStyleAttrs: typeof import('../../../common/utils').removeClassStyleAttrs;
126
- addClassStyleAttrs: typeof import('../../../common/utils').addClassStyleAttrs;
125
+ removeClassStyleAttrs: typeof import('../../..').removeClassStyleAttrs;
126
+ addClassStyleAttrs: typeof import('../../..').addClassStyleAttrs;
127
127
  inputClasses(): any[];
128
128
  inputWrapperClasses(): (string | unknown[] | Record<string, any>)[];
129
129
  calculateLength(value: any): number;
@@ -312,7 +312,7 @@ declare const _default: import('vue').DefineComponent<{}, {
312
312
  isInputFocused: boolean;
313
313
  isInvalid: boolean;
314
314
  defaultLength: number;
315
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
315
+ hasSlotContent: typeof import('../../..').hasSlotContent;
316
316
  }, {
317
317
  formattedMessages(): any;
318
318
  } & {
@@ -351,8 +351,8 @@ declare const _default: import('vue').DefineComponent<{}, {
351
351
  sizeModifierClass(): any;
352
352
  stateClass(): any[];
353
353
  }, import('vue').MethodOptions & {
354
- removeClassStyleAttrs: typeof import('../../../common/utils').removeClassStyleAttrs;
355
- addClassStyleAttrs: typeof import('../../../common/utils').addClassStyleAttrs;
354
+ removeClassStyleAttrs: typeof import('../../..').removeClassStyleAttrs;
355
+ addClassStyleAttrs: typeof import('../../..').addClassStyleAttrs;
356
356
  inputClasses(): any[];
357
357
  inputWrapperClasses(): (string | unknown[] | Record<string, any>)[];
358
358
  calculateLength(value: any): number;
@@ -108,7 +108,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
108
108
  validate(kind: any): boolean;
109
109
  };
110
110
  }>, {}, {
111
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
111
+ hasSlotContent: typeof import('../..').hasSlotContent;
112
112
  }, {
113
113
  defaultIcon(): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
114
114
  size: {
@@ -314,7 +314,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
314
314
  default: undefined;
315
315
  };
316
316
  }>, {}, {
317
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
317
+ hasSlotContent: typeof import('../..').hasSlotContent;
318
318
  }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
319
319
  title: {
320
320
  type: StringConstructor;
@@ -468,7 +468,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
468
468
  bottom: string;
469
469
  };
470
470
  isInFocus: boolean;
471
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
471
+ hasSlotContent: typeof import('../..').hasSlotContent;
472
472
  i18n: any;
473
473
  }, {
474
474
  buttonListeners(): {
@@ -684,7 +684,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
684
684
  bottom: string;
685
685
  };
686
686
  isInFocus: boolean;
687
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
687
+ hasSlotContent: typeof import('../..').hasSlotContent;
688
688
  i18n: any;
689
689
  }, {
690
690
  buttonListeners(): {
@@ -133,7 +133,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
133
133
  bottom: string;
134
134
  };
135
135
  isInFocus: boolean;
136
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
136
+ hasSlotContent: typeof import('../..').hasSlotContent;
137
137
  i18n: any;
138
138
  }, {
139
139
  buttonListeners(): {
@@ -349,7 +349,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
349
349
  bottom: string;
350
350
  };
351
351
  isInFocus: boolean;
352
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
352
+ hasSlotContent: typeof import('../..').hasSlotContent;
353
353
  i18n: any;
354
354
  }, {
355
355
  buttonListeners(): {
@@ -135,7 +135,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
135
135
  bottom: string;
136
136
  };
137
137
  isInFocus: boolean;
138
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
138
+ hasSlotContent: typeof import('../..').hasSlotContent;
139
139
  i18n: any;
140
140
  }, {
141
141
  buttonListeners(): {
@@ -35,7 +35,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
35
35
  };
36
36
  }>, {}, {
37
37
  internalValue: Function;
38
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
38
+ hasSlotContent: typeof import('../..').hasSlotContent;
39
39
  }, {}, {
40
40
  getMessageKey(type: any, index: any): string;
41
41
  }, {
@@ -121,7 +121,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
121
121
  imageLoadedSuccessfully: null;
122
122
  formattedInitials: string;
123
123
  initializing: boolean;
124
- hasSlotContent: typeof import('../../../../common/utils').hasSlotContent;
124
+ hasSlotContent: typeof import('../../../..').hasSlotContent;
125
125
  }, {
126
126
  hasOverlayIcon(): any;
127
127
  iconDataQa(): "dt-avatar-icon";
@@ -177,7 +177,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
177
177
  };
178
178
  }>, {}, {}, {}, {
179
179
  dynamicGridTemplateColumns(): string;
180
- hasSlotContent: typeof import('../../../../common/utils').hasSlotContent;
180
+ hasSlotContent: typeof import('../../../..').hasSlotContent;
181
181
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
182
182
  as: {
183
183
  type: StringConstructor;
@@ -189,7 +189,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
189
189
  bottom: string;
190
190
  };
191
191
  isInFocus: boolean;
192
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
192
+ hasSlotContent: typeof import('../..').hasSlotContent;
193
193
  i18n: any;
194
194
  }, {
195
195
  buttonListeners(): {
@@ -142,7 +142,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
142
142
  bottom: string;
143
143
  };
144
144
  isInFocus: boolean;
145
- hasSlotContent: typeof import('../../common/utils').hasSlotContent;
145
+ hasSlotContent: typeof import('../..').hasSlotContent;
146
146
  i18n: any;
147
147
  }, {
148
148
  buttonListeners(): {
@@ -177,7 +177,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
177
177
  validate(kind: any): boolean;
178
178
  };
179
179
  }>, {}, {
180
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
180
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
181
181
  }, {
182
182
  defaultIcon(): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
183
183
  size: {
@@ -383,7 +383,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
383
383
  default: undefined;
384
384
  };
385
385
  }>, {}, {
386
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
386
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
387
387
  }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
388
388
  title: {
389
389
  type: StringConstructor;
@@ -537,7 +537,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
537
537
  bottom: string;
538
538
  };
539
539
  isInFocus: boolean;
540
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
540
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
541
541
  i18n: any;
542
542
  }, {
543
543
  buttonListeners(): {
@@ -753,7 +753,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
753
753
  bottom: string;
754
754
  };
755
755
  isInFocus: boolean;
756
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
756
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
757
757
  i18n: any;
758
758
  }, {
759
759
  buttonListeners(): {
@@ -1084,7 +1084,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1084
1084
  bottom: string;
1085
1085
  };
1086
1086
  isInFocus: boolean;
1087
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
1087
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
1088
1088
  i18n: any;
1089
1089
  }, {
1090
1090
  buttonListeners(): {
@@ -1300,7 +1300,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1300
1300
  bottom: string;
1301
1301
  };
1302
1302
  isInFocus: boolean;
1303
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
1303
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
1304
1304
  i18n: any;
1305
1305
  }, {
1306
1306
  buttonListeners(): {
@@ -1418,7 +1418,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1418
1418
  default: undefined;
1419
1419
  };
1420
1420
  }>, {}, {
1421
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
1421
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
1422
1422
  }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1423
1423
  title: {
1424
1424
  type: StringConstructor;
@@ -1811,7 +1811,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1811
1811
  validate(kind: any): boolean;
1812
1812
  };
1813
1813
  }>, {}, {
1814
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
1814
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
1815
1815
  }, {
1816
1816
  defaultIcon(): import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1817
1817
  size: {
@@ -2017,7 +2017,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2017
2017
  default: undefined;
2018
2018
  };
2019
2019
  }>, {}, {
2020
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
2020
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
2021
2021
  }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
2022
2022
  title: {
2023
2023
  type: StringConstructor;
@@ -2171,7 +2171,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2171
2171
  bottom: string;
2172
2172
  };
2173
2173
  isInFocus: boolean;
2174
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
2174
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
2175
2175
  i18n: any;
2176
2176
  }, {
2177
2177
  buttonListeners(): {
@@ -2387,7 +2387,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2387
2387
  bottom: string;
2388
2388
  };
2389
2389
  isInFocus: boolean;
2390
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
2390
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
2391
2391
  i18n: any;
2392
2392
  }, {
2393
2393
  buttonListeners(): {
@@ -2719,7 +2719,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2719
2719
  bottom: string;
2720
2720
  };
2721
2721
  isInFocus: boolean;
2722
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
2722
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
2723
2723
  i18n: any;
2724
2724
  }, {
2725
2725
  buttonListeners(): {
@@ -2935,7 +2935,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
2935
2935
  bottom: string;
2936
2936
  };
2937
2937
  isInFocus: boolean;
2938
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
2938
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
2939
2939
  i18n: any;
2940
2940
  }, {
2941
2941
  buttonListeners(): {
@@ -3053,7 +3053,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3053
3053
  default: undefined;
3054
3054
  };
3055
3055
  }>, {}, {
3056
- hasSlotContent: typeof import('../../common/utils/index.js').hasSlotContent;
3056
+ hasSlotContent: typeof import('../../index.js').hasSlotContent;
3057
3057
  }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
3058
3058
  title: {
3059
3059
  type: StringConstructor;
@@ -1,4 +1,6 @@
1
1
  export * from './common/mixins';
2
+ export * from './common/constants';
3
+ export * from './common/utils';
2
4
  export * from './common/dates';
3
5
  export * from './common/emoji';
4
6
  export * from './components/avatar';
@@ -81,6 +83,4 @@ export * from './recipes/motion/motion_text';
81
83
  export * from './recipes/notices/top_banner_info';
82
84
  export { validationMessageValidator } from './common/validators';
83
85
  export { DialtoneLocalization } from './localization';
84
- export { VALIDATION_MESSAGE_TYPES, DESCRIPTION_SIZE_TYPES, DEFAULT_VALIDATION_MESSAGE_TYPE } from './common/constants';
85
- export { getUniqueString, formatMessages, filterFormattedMessages, getValidationState, disableRootScrolling, enableRootScrolling } from './common/utils';
86
86
  //# sourceMappingURL=index.d.ts.map
@@ -103,7 +103,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
103
103
  default: string;
104
104
  };
105
105
  }>, {}, {
106
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
106
+ hasSlotContent: typeof import('../../..').hasSlotContent;
107
107
  }, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
108
108
  maxHeight: {
109
109
  type: StringConstructor;
@@ -207,7 +207,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
207
207
  bottom: string;
208
208
  };
209
209
  isInFocus: boolean;
210
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
210
+ hasSlotContent: typeof import('../../..').hasSlotContent;
211
211
  i18n: any;
212
212
  }, {
213
213
  buttonListeners(): {
@@ -735,7 +735,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
735
735
  toAppear: boolean;
736
736
  anchorEl: null;
737
737
  popoverContentEl: null;
738
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
738
+ hasSlotContent: typeof import('../../..').hasSlotContent;
739
739
  }, {
740
740
  popoverListeners(): {
741
741
  keydown: (event: any) => void;
@@ -1096,7 +1096,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1096
1096
  bottom: string;
1097
1097
  };
1098
1098
  isInFocus: boolean;
1099
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
1099
+ hasSlotContent: typeof import('../../..').hasSlotContent;
1100
1100
  i18n: any;
1101
1101
  }, {
1102
1102
  buttonListeners(): {
@@ -1248,7 +1248,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1248
1248
  default: boolean;
1249
1249
  };
1250
1250
  }>, {}, {
1251
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
1251
+ hasSlotContent: typeof import('../../..').hasSlotContent;
1252
1252
  i18n: any;
1253
1253
  }, {
1254
1254
  closeButtonTitle(): any;
@@ -1348,7 +1348,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1348
1348
  bottom: string;
1349
1349
  };
1350
1350
  isInFocus: boolean;
1351
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
1351
+ hasSlotContent: typeof import('../../..').hasSlotContent;
1352
1352
  i18n: any;
1353
1353
  }, {
1354
1354
  buttonListeners(): {
@@ -96,7 +96,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
96
96
  bottom: string;
97
97
  };
98
98
  isInFocus: boolean;
99
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
99
+ hasSlotContent: typeof import('../../..').hasSlotContent;
100
100
  i18n: any;
101
101
  }, {
102
102
  buttonListeners(): {
@@ -483,7 +483,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
483
483
  bottom: string;
484
484
  };
485
485
  isInFocus: boolean;
486
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
486
+ hasSlotContent: typeof import('../../..').hasSlotContent;
487
487
  i18n: any;
488
488
  }, {
489
489
  buttonListeners(): {
@@ -661,7 +661,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
661
661
  bottom: string;
662
662
  };
663
663
  isInFocus: boolean;
664
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
664
+ hasSlotContent: typeof import('../../..').hasSlotContent;
665
665
  i18n: any;
666
666
  }, {
667
667
  buttonListeners(): {
@@ -869,7 +869,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
869
869
  bottom: string;
870
870
  };
871
871
  isInFocus: boolean;
872
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
872
+ hasSlotContent: typeof import('../../..').hasSlotContent;
873
873
  i18n: any;
874
874
  }, {
875
875
  buttonListeners(): {
@@ -223,7 +223,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
223
223
  bottom: string;
224
224
  };
225
225
  isInFocus: boolean;
226
- hasSlotContent: typeof import('../../../../common/utils').hasSlotContent;
226
+ hasSlotContent: typeof import('../../../..').hasSlotContent;
227
227
  i18n: any;
228
228
  }, {
229
229
  buttonListeners(): {
@@ -401,7 +401,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
401
401
  bottom: string;
402
402
  };
403
403
  isInFocus: boolean;
404
- hasSlotContent: typeof import('../../../../common/utils').hasSlotContent;
404
+ hasSlotContent: typeof import('../../../..').hasSlotContent;
405
405
  i18n: any;
406
406
  }, {
407
407
  buttonListeners(): {
@@ -609,7 +609,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
609
609
  bottom: string;
610
610
  };
611
611
  isInFocus: boolean;
612
- hasSlotContent: typeof import('../../../../common/utils').hasSlotContent;
612
+ hasSlotContent: typeof import('../../../..').hasSlotContent;
613
613
  i18n: any;
614
614
  }, {
615
615
  buttonListeners(): {
@@ -96,7 +96,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
96
96
  inverted: string;
97
97
  hide: string;
98
98
  };
99
- hasSlotContent: typeof import('../../../common/utils/index.js').hasSlotContent;
99
+ hasSlotContent: typeof import('../../../index.js').hasSlotContent;
100
100
  tip: null;
101
101
  inTimer: null;
102
102
  internalShow: boolean;
@@ -352,7 +352,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
352
352
  bottom: string;
353
353
  };
354
354
  isInFocus: boolean;
355
- hasSlotContent: typeof import('../../../common/utils/index.js').hasSlotContent;
355
+ hasSlotContent: typeof import('../../../index.js').hasSlotContent;
356
356
  i18n: any;
357
357
  }, {
358
358
  buttonListeners(): {
@@ -138,7 +138,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
138
138
  };
139
139
  }>, {}, {}, {}, {
140
140
  dynamicGridTemplateColumns(): string;
141
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
141
+ hasSlotContent: typeof import('../../..').hasSlotContent;
142
142
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
143
143
  as: {
144
144
  type: StringConstructor;
@@ -379,7 +379,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
379
379
  bottom: string;
380
380
  };
381
381
  isInFocus: boolean;
382
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
382
+ hasSlotContent: typeof import('../../..').hasSlotContent;
383
383
  i18n: any;
384
384
  }, {
385
385
  buttonListeners(): {
@@ -149,7 +149,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
149
149
  };
150
150
  }>, {}, {}, {}, {
151
151
  dynamicGridTemplateColumns(): string;
152
- hasSlotContent: typeof import('../../../../../common/utils').hasSlotContent;
152
+ hasSlotContent: typeof import('../../../../..').hasSlotContent;
153
153
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
154
154
  as: {
155
155
  type: StringConstructor;
@@ -303,7 +303,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
303
303
  bottom: string;
304
304
  };
305
305
  isInFocus: boolean;
306
- hasSlotContent: typeof import('../../../../../common/utils').hasSlotContent;
306
+ hasSlotContent: typeof import('../../../../..').hasSlotContent;
307
307
  i18n: any;
308
308
  }, {
309
309
  buttonListeners(): {
@@ -121,7 +121,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
121
121
  bottom: string;
122
122
  };
123
123
  isInFocus: boolean;
124
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
124
+ hasSlotContent: typeof import('../../..').hasSlotContent;
125
125
  i18n: any;
126
126
  }, {
127
127
  buttonListeners(): {
@@ -297,7 +297,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
297
297
  inverted: string;
298
298
  hide: string;
299
299
  };
300
- hasSlotContent: typeof import('../../../common/utils').hasSlotContent;
300
+ hasSlotContent: typeof import('../../..').hasSlotContent;
301
301
  tip: null;
302
302
  inTimer: null;
303
303
  internalShow: boolean;