@ironsource/shared-ui 2.2.0-test.2 → 2.2.0-test.20

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 (129) hide show
  1. package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
  2. package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
  3. package/CalendarMonth.vue_vue_type_style_index_0_scoped_a44769fd_lang.css +1 -0
  4. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +1 -0
  5. package/Chart.vue_vue_type_style_index_0_scoped_3ed9f4bc_lang.css +1 -0
  6. package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css +1 -0
  7. package/ChartPlane.vue_vue_type_style_index_0_scoped_6de5cddb_lang.css +1 -0
  8. package/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
  9. package/DataGrid.vue_vue_type_style_index_0_scoped_0967498f_lang.css +1 -0
  10. package/DateRange.vue_vue_type_style_index_0_scoped_25d03907_lang.css +1 -0
  11. package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
  12. package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
  13. package/InlineCopy.vue_vue_type_style_index_0_scoped_9fa1921a_lang.css +1 -0
  14. package/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
  15. package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +1 -0
  16. package/SwitchV4.vue_vue_type_style_index_0_scoped_b71a806e_lang.css +1 -0
  17. package/Tag.vue_vue_type_style_index_0_scoped_78f19cb0_lang.css +1 -0
  18. package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
  19. package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +1 -0
  20. package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
  21. package/components/appHeader/AppHeader.vue.js +3 -3
  22. package/components/appHeader/AppHeader.vue2.js +43 -44
  23. package/components/button/v3/Button.vue.d.ts +6 -6
  24. package/components/button/v3/index.d.ts +14 -14
  25. package/components/button/v4/ButtonV4.vue.js +3 -3
  26. package/components/button/v4/ButtonV4.vue2.js +1 -1
  27. package/components/chart/Chart.vue.d.ts +5 -0
  28. package/components/chart/Chart.vue.js +3 -3
  29. package/components/chart/Chart.vue2.js +14 -12
  30. package/components/chart/ChartHeader.vue.d.ts +5 -0
  31. package/components/chart/ChartHeader.vue.js +3 -3
  32. package/components/chart/ChartHeader.vue2.js +73 -49
  33. package/components/chart/ChartPlane.vue.d.ts +5 -0
  34. package/components/chart/ChartPlane.vue.js +3 -3
  35. package/components/chart/ChartPlane.vue2.js +33 -31
  36. package/components/chart/ChartStoryArgs.d.ts +6 -0
  37. package/components/chart/index.d.ts +20 -1
  38. package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
  39. package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
  40. package/components/columnPicker/ColumnPicker.vue.d.ts +2 -0
  41. package/components/columnPicker/ColumnPicker.vue.js +3 -3
  42. package/components/columnPicker/ColumnPicker.vue2.js +173 -153
  43. package/components/columnPicker/index.d.ts +7 -1
  44. package/components/dateRange/common/CalendarMonth.common.js +46 -41
  45. package/components/dateRange/common/DateRange.common.d.ts +1 -0
  46. package/components/dateRange/common/DateRange.common.js +39 -38
  47. package/components/dateRange/common/consts.common.d.ts +5 -0
  48. package/components/dateRange/common/consts.common.js +9 -0
  49. package/components/dateRange/v3/CalendarMonth.vue.d.ts +5 -0
  50. package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
  51. package/components/dateRange/v3/CalendarMonth.vue2.js +6 -5
  52. package/components/dateRange/v3/DateRange.vue.d.ts +8 -3
  53. package/components/dateRange/v3/DateRange.vue.js +2 -2
  54. package/components/dateRange/v3/DateRange.vue2.js +2 -1
  55. package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
  56. package/components/dateRange/v3/index.d.ts +27 -8
  57. package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +5 -0
  58. package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
  59. package/components/dateRange/v4/CalendarMonthV4.vue2.js +12 -11
  60. package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
  61. package/components/dateRange/v4/DateRangeV4.vue.d.ts +8 -3
  62. package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
  63. package/components/dateRange/v4/DateRangeV4.vue2.js +104 -101
  64. package/components/dateRange/v4/index.d.ts +27 -8
  65. package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
  66. package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
  67. package/components/emptyState/v3/index.d.ts +7 -7
  68. package/components/icon/v4/IconV4.vue.d.ts +5 -0
  69. package/components/icon/v4/IconV4.vue.js +2 -2
  70. package/components/icon/v4/IconV4.vue2.js +27 -26
  71. package/components/icon/v4/index.d.ts +20 -1
  72. package/components/includeExclude/index.d.ts +16 -16
  73. package/components/inlineCopy/InlineCopy.vue.d.ts +15 -0
  74. package/components/inlineCopy/InlineCopy.vue.js +2 -2
  75. package/components/inlineCopy/InlineCopy.vue2.js +80 -51
  76. package/components/inlineCopy/index.d.ts +27 -0
  77. package/components/snackbar/common/notify.js +25 -25
  78. package/components/snackbar/common/snackbar.common.js +19 -19
  79. package/components/snackbar/common/snackbar.types.d.ts +2 -1
  80. package/components/snackbar/v4/SnackbarV4.vue.d.ts +8 -1
  81. package/components/snackbar/v4/SnackbarV4.vue.js +2 -2
  82. package/components/snackbar/v4/SnackbarV4.vue2.js +85 -64
  83. package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
  84. package/components/switch/v4/SwitchV4.vue.js +4 -4
  85. package/components/switch/v4/SwitchV4.vue2.js +14 -13
  86. package/components/switch/v4/index.d.ts +9 -0
  87. package/components/table/v4/DataGrid.vue.d.ts +2 -0
  88. package/components/table/v4/DataGrid.vue.js +4 -4
  89. package/components/table/v4/DataGrid.vue2.js +82 -80
  90. package/components/table/v4/index.d.ts +7 -1
  91. package/components/table-cells/v3/Editable.vue.d.ts +1 -1
  92. package/components/table-cells/v3/index.d.ts +20 -20
  93. package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
  94. package/components/table-cells/v4/index.d.ts +20 -20
  95. package/components/tag/Tag.vue.d.ts +112 -0
  96. package/components/tag/Tag.vue.js +7 -0
  97. package/components/tag/Tag.vue2.js +221 -0
  98. package/components/tag/index.d.ts +161 -0
  99. package/components/tag/index.js +6 -0
  100. package/components/tagsField/index.d.ts +42 -3
  101. package/components/tagsField/index.js +6 -4
  102. package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
  103. package/components/tooltip/v4/TooltipV4.vue.js +2 -2
  104. package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
  105. package/components/tooltip/v4/index.d.ts +20 -1
  106. package/design-foundation.stories/colors/ColorsData.d.ts +1 -0
  107. package/index.d.ts +281 -82
  108. package/index.js +84 -78
  109. package/package.json +2 -7
  110. package/style/v4/colors.scss +1 -1
  111. package/style/v4/grid.css +1 -1
  112. package/style/v4/grid.css.map +1 -1
  113. package/AppHeader.vue_vue_type_style_index_0_scoped_9202b5db_lang.css +0 -1
  114. package/ButtonV4.vue_vue_type_style_index_0_scoped_afe44a65_lang.css +0 -1
  115. package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
  116. package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
  117. package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +0 -1
  118. package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +0 -1
  119. package/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +0 -1
  120. package/ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css +0 -1
  121. package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
  122. package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +0 -1
  123. package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +0 -1
  124. package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
  125. package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +0 -1
  126. package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
  127. package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +0 -1
  128. package/SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_lang.css +0 -1
  129. package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
@@ -1,6 +1,8 @@
1
- import e from "./TagsField.vue.js";
2
- const s = () => [e];
1
+ import i from "./TagsField.vue.js";
2
+ import o from "./TagsFieldChip.vue.js";
3
+ const r = () => [i, o];
3
4
  export {
4
- e as TagsField,
5
- s as TagsFieldTypes
5
+ i as TagsField,
6
+ o as TagsFieldChip,
7
+ r as TagsFieldTypes
6
8
  };
@@ -14,6 +14,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
14
  shown?: boolean;
15
15
  autoHide?: boolean;
16
16
  dontWrapDisabled?: boolean;
17
+ maxWidth?: string;
17
18
  }>, {
18
19
  text: any;
19
20
  header: any;
@@ -29,6 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
29
30
  shown: any;
30
31
  autoHide: boolean;
31
32
  dontWrapDisabled: boolean;
33
+ maxWidth: string;
32
34
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
35
  show: () => void;
34
36
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
@@ -46,6 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
46
48
  shown?: boolean;
47
49
  autoHide?: boolean;
48
50
  dontWrapDisabled?: boolean;
51
+ maxWidth?: string;
49
52
  }>, {
50
53
  text: any;
51
54
  header: any;
@@ -61,6 +64,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
61
64
  shown: any;
62
65
  autoHide: boolean;
63
66
  dontWrapDisabled: boolean;
67
+ maxWidth: string;
64
68
  }>>> & {
65
69
  onShow?: () => any;
66
70
  }, {
@@ -78,6 +82,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
78
82
  shown: boolean;
79
83
  autoHide: boolean;
80
84
  dontWrapDisabled: boolean;
85
+ maxWidth: string;
81
86
  }>, {
82
87
  default?(_: {}): any;
83
88
  tooltip?(_: {
@@ -1,8 +1,8 @@
1
1
  import o from "./TooltipV4.vue2.js";
2
2
  /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css"; //*');
3
+ // import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css"; //*');
4
4
  // import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; //');
5
- const l = /* @__PURE__ */ e(o, [["__scopeId", "data-v-8a451e54"]]);
5
+ const l = /* @__PURE__ */ e(o, [["__scopeId", "data-v-a8aebfee"]]);
6
6
  export {
7
7
  l as default
8
8
  };
@@ -1,14 +1,14 @@
1
- import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css"; import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as c, renderSlot as l, openBlock as d, createBlock as i, unref as t, mergeProps as m, withCtx as n, createTextVNode as y, toDisplayString as p, createElementVNode as T } from "vue";
2
- import g from "./TextWithTitleContent.vue.js";
3
- import { Tooltip as w } from "floating-vue";
4
- import { TooltipTestIdModifiers as r } from "../../../testids/index.js";
5
- import b from "../../typography/v4/Typography.vue.js";
6
- import { tooltipCommon as v } from "../common/Tooltip.common.js";
7
- import { useTestIdAttrs as x } from "../../../utils/testIds.js";
8
- const B = {
1
+ import "../../../TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css"; import "../../../TooltipV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as T, computed as C, onMounted as N, watch as B, onUnmounted as E, renderSlot as i, openBlock as c, createBlock as u, unref as n, mergeProps as g, withCtx as f, createTextVNode as b, toDisplayString as $, createElementVNode as I } from "vue";
2
+ import V from "./TextWithTitleContent.vue.js";
3
+ import { Tooltip as W } from "floating-vue";
4
+ import { TooltipTestIdModifiers as p } from "../../../testids/index.js";
5
+ import k from "../../typography/v4/Typography.vue.js";
6
+ import { tooltipCommon as S } from "../common/Tooltip.common.js";
7
+ import { useTestIdAttrs as A } from "../../../utils/testIds.js";
8
+ const z = {
9
9
  ref: "container",
10
10
  class: "container"
11
- }, E = /* @__PURE__ */ c({
11
+ }, F = /* @__PURE__ */ T({
12
12
  __name: "TooltipV4",
13
13
  props: {
14
14
  text: { default: null },
@@ -24,45 +24,85 @@ const B = {
24
24
  container: { default: "body" },
25
25
  shown: { type: Boolean, default: null },
26
26
  autoHide: { type: Boolean, default: !0 },
27
- dontWrapDisabled: { type: Boolean, default: !1 }
27
+ dontWrapDisabled: { type: Boolean, default: !1 },
28
+ maxWidth: { default: "21.875rem" }
28
29
  },
29
30
  emits: ["show"],
30
- setup(e, { emit: h }) {
31
- const s = e, { textForDisplay: a } = v(s), u = x(s.testId, r);
32
- return (o, f) => (e.disabled || !e.text) && e.dontWrapDisabled ? l(o.$slots, "default", { key: 0 }, void 0, !0) : (d(), i(t(w), m({ key: 1 }, { ...o.$props, ...t(u)[t(r).TRIGGER] }, {
33
- theme: e.theme,
31
+ setup(t, { emit: v }) {
32
+ const a = t, { textForDisplay: m } = S(a), h = A(a.testId, p), d = (e) => `--tooltip-max-width-${e.replace(/[^a-zA-Z0-9]/g, "-")}`, r = (e) => `max-width-class-${e.replace(/[^a-zA-Z0-9]/g, "-")}`, x = (e) => {
33
+ const o = r(e), l = d(e);
34
+ return `
35
+ .v-popper--theme-light-theme-v4.v4-tooltip.${o} .v-popper__wrapper {
36
+ max-width: var(${l}, 21.875rem)
37
+ }
38
+ `;
39
+ }, w = C(
40
+ () => [
41
+ a.theme,
42
+ a.placement,
43
+ "v4-tooltip",
44
+ a.maxWidth ? r(a.maxWidth) : ""
45
+ // This is the class name that will be used as a selector for the tooltip
46
+ ].filter(Boolean)
47
+ ), y = (e) => {
48
+ const o = d(e), l = r(e);
49
+ if (document.documentElement.style.setProperty(o, e), !document.getElementById(l)) {
50
+ const s = document.createElement("style");
51
+ s.id = l, s.textContent = x(e), document.head.appendChild(s);
52
+ }
53
+ };
54
+ return N(() => {
55
+ a.maxWidth && y(a.maxWidth);
56
+ }), B(
57
+ () => a.maxWidth,
58
+ (e, o) => {
59
+ if (o) {
60
+ const l = d(o);
61
+ document.documentElement.style.removeProperty(l);
62
+ }
63
+ e && y(e);
64
+ }
65
+ ), E(() => {
66
+ if (a.maxWidth) {
67
+ const e = d(a.maxWidth);
68
+ document.documentElement.style.removeProperty(e);
69
+ const o = r(a.maxWidth), l = document.getElementById(o), s = document.getElementsByClassName(o);
70
+ l && s.length === 0 && l.remove();
71
+ }
72
+ }), (e, o) => (t.disabled || !t.text) && t.dontWrapDisabled ? i(e.$slots, "default", { key: 0 }, void 0, !0) : (c(), u(n(W), g({ key: 1 }, { ...e.$props, ...n(h)[n(p).TRIGGER] }, {
73
+ theme: t.theme,
34
74
  "no-auto-focus": "",
35
- triggers: e.triggers,
36
- delay: { show: e.delay, hide: 0 },
37
- placement: e.placement,
38
- disabled: e.disabled || e.text && !t(a),
39
- "popper-class": [e.theme, e.placement, "v4-tooltip"],
75
+ triggers: t.triggers,
76
+ delay: { show: t.delay, hide: 0 },
77
+ placement: t.placement,
78
+ disabled: t.disabled || t.text && !n(m),
79
+ "popper-class": n(w),
40
80
  class: ["v4-tooltip"],
41
- distance: e.distance,
42
- "auto-hide": e.autoHide,
43
- shown: e.shown,
44
- onApplyShow: f[0] || (f[0] = (k) => h("show"))
81
+ distance: t.distance,
82
+ "auto-hide": t.autoHide,
83
+ shown: t.shown,
84
+ onApplyShow: o[0] || (o[0] = (l) => v("show"))
45
85
  }), {
46
- popper: n(() => [
47
- l(o.$slots, "tooltip", { text: t(a) }, () => [
48
- e.header ? (d(), i(g, {
86
+ popper: f(() => [
87
+ i(e.$slots, "tooltip", { text: n(m) }, () => [
88
+ t.header ? (c(), u(V, {
49
89
  key: 1,
50
- text: e.text,
51
- header: e.header
52
- }, null, 8, ["text", "header"])) : (d(), i(t(b), m({
90
+ text: t.text,
91
+ header: t.header
92
+ }, null, 8, ["text", "header"])) : (c(), u(n(k), g({
53
93
  key: 0,
54
94
  variant: "body2"
55
- }, t(u)[t(r).TEXT]), {
56
- default: n(() => [
57
- y(p(t(a)), 1)
95
+ }, n(h)[n(p).TEXT]), {
96
+ default: f(() => [
97
+ b($(n(m)), 1)
58
98
  ]),
59
99
  _: 1
60
100
  }, 16))
61
101
  ], !0)
62
102
  ]),
63
- default: n(() => [
64
- T("div", B, [
65
- l(o.$slots, "default", {}, void 0, !0)
103
+ default: f(() => [
104
+ I("div", z, [
105
+ i(e.$slots, "default", {}, void 0, !0)
66
106
  ], 512)
67
107
  ]),
68
108
  _: 3
@@ -70,5 +110,5 @@ const B = {
70
110
  }
71
111
  });
72
112
  export {
73
- E as default
113
+ F as default
74
114
  };
@@ -18,6 +18,7 @@ declare const TooltipTypes: () => ({
18
18
  shown: boolean;
19
19
  autoHide: boolean;
20
20
  dontWrapDisabled: boolean;
21
+ maxWidth: string;
21
22
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
22
23
  header: {
23
24
  type: import("vue").PropType<string>;
@@ -75,9 +76,13 @@ declare const TooltipTypes: () => ({
75
76
  type: import("vue").PropType<boolean>;
76
77
  default: boolean;
77
78
  };
79
+ maxWidth: {
80
+ type: import("vue").PropType<string>;
81
+ default: string;
82
+ };
78
83
  }>> & {
79
84
  onShow?: () => any;
80
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled">;
85
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "text" | "theme" | "testId" | "delay" | "triggers" | "forceShowWithTruncate" | "placement" | "disabled" | "distance" | "container" | "shown" | "autoHide" | "dontWrapDisabled" | "maxWidth">;
81
86
  $attrs: {
82
87
  [x: string]: unknown;
83
88
  };
@@ -148,6 +153,10 @@ declare const TooltipTypes: () => ({
148
153
  type: import("vue").PropType<boolean>;
149
154
  default: boolean;
150
155
  };
156
+ maxWidth: {
157
+ type: import("vue").PropType<string>;
158
+ default: string;
159
+ };
151
160
  }>> & {
152
161
  onShow?: () => any;
153
162
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -167,6 +176,7 @@ declare const TooltipTypes: () => ({
167
176
  shown: boolean;
168
177
  autoHide: boolean;
169
178
  dontWrapDisabled: boolean;
179
+ maxWidth: string;
170
180
  }, {}, string> & {
171
181
  beforeCreate?: (() => void) | (() => void)[];
172
182
  created?: (() => void) | (() => void)[];
@@ -244,6 +254,10 @@ declare const TooltipTypes: () => ({
244
254
  type: import("vue").PropType<boolean>;
245
255
  default: boolean;
246
256
  };
257
+ maxWidth: {
258
+ type: import("vue").PropType<string>;
259
+ default: string;
260
+ };
247
261
  }>> & {
248
262
  onShow?: () => any;
249
263
  } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
@@ -307,6 +321,10 @@ declare const TooltipTypes: () => ({
307
321
  type: import("vue").PropType<boolean>;
308
322
  default: boolean;
309
323
  };
324
+ maxWidth: {
325
+ type: import("vue").PropType<string>;
326
+ default: string;
327
+ };
310
328
  }>> & {
311
329
  onShow?: () => any;
312
330
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -326,6 +344,7 @@ declare const TooltipTypes: () => ({
326
344
  shown: boolean;
327
345
  autoHide: boolean;
328
346
  dontWrapDisabled: boolean;
347
+ maxWidth: string;
329
348
  }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
330
349
  $slots: {
331
350
  default?(_: {}): any;
@@ -24,6 +24,7 @@ export declare const colorPaletteLight: {
24
24
  disabled: string;
25
25
  'disabled-background': string;
26
26
  focus: string;
27
+ 'outlined-border': string;
27
28
  };
28
29
  default: {
29
30
  main: string;