@dialpad/dialtone 9.11.6 → 9.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/dialtone.css +2 -2
- package/dist/tokens/android/java/tokens-dark.kt +1 -1
- package/dist/tokens/android/java/tokens-light.kt +1 -1
- package/dist/tokens/android/res/values/colors-dark.xml +1 -1
- package/dist/tokens/android/res/values/colors-light.xml +1 -1
- package/dist/tokens/android/res/values/dimens.xml +1 -1
- package/dist/tokens/css/variables-dark.css +1 -1
- package/dist/tokens/css/variables-light.css +1 -1
- package/dist/tokens/ios/tokens-dark.swift +1 -1
- package/dist/tokens/ios/tokens-light.swift +1 -1
- package/dist/tokens/less/variables-dark.less +1 -1
- package/dist/tokens/less/variables-light.less +1 -1
- package/dist/vue2/component-documentation.json +1 -1
- package/dist/vue2/dialtone-vue.cjs +1 -1
- package/dist/vue2/dialtone-vue.js +7 -7
- package/dist/vue2/directives.cjs +1 -1
- package/dist/vue2/directives.js +1 -1
- package/dist/vue2/emoji.cjs +1 -1
- package/dist/vue2/emoji.js +4 -4
- package/dist/vue2/{emoji_picker-VBLsSlJr.js → emoji_picker-KLEZsQG3.js} +2 -2
- package/dist/vue2/{emoji_picker-dBK-pDuF.cjs → emoji_picker-vsukB8Wg.cjs} +1 -1
- package/dist/vue2/{emoji_text_wrapper-EWz0rko2.js → emoji_text_wrapper--dDdt-Nq.js} +2 -2
- package/dist/vue2/{emoji_text_wrapper-oejE4smV.cjs → emoji_text_wrapper-_FmOgJHA.cjs} +1 -1
- package/dist/vue2/{index-1uA25gIw.cjs → index-W9PuOJ1N.cjs} +1 -1
- package/dist/vue2/{index-z1KcUZEV.js → index-w3NKtwEr.js} +1 -1
- package/dist/vue2/message_input.cjs +1 -1
- package/dist/vue2/message_input.js +4 -4
- package/dist/vue2/{rich_text_editor-NqYeEyvy.js → rich_text_editor-IfF_glhr.js} +2 -2
- package/dist/vue2/{rich_text_editor-WMrPaEtv.cjs → rich_text_editor-l0je0xEP.cjs} +1 -1
- package/dist/vue2/{tooltip-cGZnAULH.cjs → tooltip-6msmWvq0.cjs} +5 -5
- package/dist/vue2/{tooltip-dvDHxTzf.js → tooltip-QB-zD49d.js} +29 -48
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts +1 -33
- package/dist/vue2/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/vue2/types/components/tooltip/tooltip_constants.d.ts +0 -2
- package/dist/vue2/types/components/tooltip/tooltip_constants.d.ts.map +1 -1
- package/dist/vue3/component-documentation.json +1 -1
- package/dist/vue3/dialtone-vue.cjs +1 -1
- package/dist/vue3/dialtone-vue.js +7 -7
- package/dist/vue3/directives.cjs +1 -1
- package/dist/vue3/directives.js +1 -1
- package/dist/vue3/{emoji-gP3RQ6he.js → emoji-5bJ2I-JN.js} +1 -1
- package/dist/vue3/{emoji-YFsdCXG-.cjs → emoji-Ran5txvJ.cjs} +1 -1
- package/dist/vue3/emoji.cjs +1 -1
- package/dist/vue3/emoji.js +4 -4
- package/dist/vue3/{emoji_picker-WMlS_JOF.cjs → emoji_picker-Rd2jqRzm.cjs} +1 -1
- package/dist/vue3/{emoji_picker-rcpQiOQJ.js → emoji_picker-uX_EjNHa.js} +2 -2
- package/dist/vue3/{emoji_text_wrapper-QCXK-wj9.cjs → emoji_text_wrapper-3gf3i4pj.cjs} +1 -1
- package/dist/vue3/{emoji_text_wrapper-BKNSxivs.js → emoji_text_wrapper-eOnmhh72.js} +1 -1
- package/dist/vue3/message_input.cjs +1 -1
- package/dist/vue3/message_input.js +4 -4
- package/dist/vue3/{rich_text_editor-z9PGlqx-.cjs → rich_text_editor-5Fj3bfLC.cjs} +1 -1
- package/dist/vue3/{rich_text_editor-myrPgtId.js → rich_text_editor-UHm3sveX.js} +2 -2
- package/dist/vue3/{tooltip-wdstf8dG.cjs → tooltip-8utqWHHH.cjs} +4 -4
- package/dist/vue3/{tooltip-eytMOTz3.js → tooltip-XSz6YAOI.js} +29 -48
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts +1 -33
- package/dist/vue3/types/components/tooltip/tooltip.vue.d.ts.map +1 -1
- package/dist/vue3/types/components/tooltip/tooltip_constants.d.ts +0 -2
- package/dist/vue3/types/components/tooltip/tooltip_constants.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3,22 +3,22 @@ const he = {
|
|
|
3
3
|
ERROR: "error",
|
|
4
4
|
WARNING: "warning",
|
|
5
5
|
SUCCESS: "success"
|
|
6
|
-
},
|
|
6
|
+
}, uo = {
|
|
7
7
|
LARGE: "lg",
|
|
8
8
|
EXTRA_LARGE: "xl"
|
|
9
|
-
},
|
|
9
|
+
}, co = {
|
|
10
10
|
xs: "",
|
|
11
11
|
sm: "",
|
|
12
12
|
md: "",
|
|
13
13
|
lg: "d-description--lg",
|
|
14
14
|
xl: "d-description--xl"
|
|
15
|
-
},
|
|
15
|
+
}, lo = {
|
|
16
16
|
xs: "d-label--xs",
|
|
17
17
|
sm: "d-label--sm",
|
|
18
18
|
md: "",
|
|
19
19
|
lg: "d-label--lg",
|
|
20
20
|
xl: "d-label--xl"
|
|
21
|
-
},
|
|
21
|
+
}, fo = {
|
|
22
22
|
esc: "Esc",
|
|
23
23
|
escape: "Escape",
|
|
24
24
|
tab: "Tab",
|
|
@@ -165,7 +165,7 @@ function ir(e) {
|
|
|
165
165
|
function or(e, t = "en-US") {
|
|
166
166
|
return e.replace(new RegExp("^\\p{CWU}", "u"), (n) => n.toLocaleUpperCase(t));
|
|
167
167
|
}
|
|
168
|
-
const
|
|
168
|
+
const po = {
|
|
169
169
|
getUniqueString: Zt,
|
|
170
170
|
getRandomElement: Un,
|
|
171
171
|
getRandomInt: Qt,
|
|
@@ -2096,14 +2096,14 @@ const zi = (e) => ({
|
|
|
2096
2096
|
};
|
|
2097
2097
|
}, Ji = [
|
|
2098
2098
|
...qi
|
|
2099
|
-
], eo =
|
|
2099
|
+
], eo = 300, to = {
|
|
2100
2100
|
hover: "d-tooltip--hover",
|
|
2101
2101
|
show: "d-tooltip--show",
|
|
2102
2102
|
inverted: "d-tooltip--inverted",
|
|
2103
2103
|
hide: "d-tooltip--hide"
|
|
2104
|
-
},
|
|
2104
|
+
}, no = [
|
|
2105
2105
|
...Yi
|
|
2106
|
-
],
|
|
2106
|
+
], vo = [!0, !1, "toggle"], ro = {
|
|
2107
2107
|
name: "DtTooltip",
|
|
2108
2108
|
components: {
|
|
2109
2109
|
DtLazyShow: lr
|
|
@@ -2118,16 +2118,6 @@ const zi = (e) => ({
|
|
|
2118
2118
|
return Zt();
|
|
2119
2119
|
}
|
|
2120
2120
|
},
|
|
2121
|
-
/**
|
|
2122
|
-
* Sets the element to which the popover is going to append to.
|
|
2123
|
-
* 'body' will append to the nearest body (supports shadow DOM).
|
|
2124
|
-
* @values 'body', 'parent', HTMLElement,
|
|
2125
|
-
*/
|
|
2126
|
-
appendTo: {
|
|
2127
|
-
type: [HTMLElement, String],
|
|
2128
|
-
default: "body",
|
|
2129
|
-
validator: (e) => eo.includes(e) || e instanceof HTMLElement
|
|
2130
|
-
},
|
|
2131
2121
|
/**
|
|
2132
2122
|
* If the popover does not fit in the direction described by "placement",
|
|
2133
2123
|
* it will attempt to change its direction to the "fallbackPlacements"
|
|
@@ -2208,7 +2198,7 @@ const zi = (e) => ({
|
|
|
2208
2198
|
sticky: {
|
|
2209
2199
|
type: [Boolean, String],
|
|
2210
2200
|
default: !1,
|
|
2211
|
-
validator: (e) =>
|
|
2201
|
+
validator: (e) => no.includes(e)
|
|
2212
2202
|
},
|
|
2213
2203
|
/**
|
|
2214
2204
|
* Additional css classes for the tooltip content element.
|
|
@@ -2287,7 +2277,7 @@ const zi = (e) => ({
|
|
|
2287
2277
|
],
|
|
2288
2278
|
data() {
|
|
2289
2279
|
return {
|
|
2290
|
-
TOOLTIP_KIND_MODIFIERS:
|
|
2280
|
+
TOOLTIP_KIND_MODIFIERS: to,
|
|
2291
2281
|
tip: null,
|
|
2292
2282
|
inTimer: null,
|
|
2293
2283
|
// Internal state for whether the tooltip is shown. Changing the prop
|
|
@@ -2297,8 +2287,6 @@ const zi = (e) => ({
|
|
|
2297
2287
|
// the placement prop when there is not enough available room for the tip
|
|
2298
2288
|
// to display and it uses a fallback placement.
|
|
2299
2289
|
currentPlacement: this.placement,
|
|
2300
|
-
// reference to the anchor element
|
|
2301
|
-
anchor: null,
|
|
2302
2290
|
// flag check touch based device
|
|
2303
2291
|
isTouchDevice: !1
|
|
2304
2292
|
};
|
|
@@ -2321,16 +2309,11 @@ const zi = (e) => ({
|
|
|
2321
2309
|
}
|
|
2322
2310
|
};
|
|
2323
2311
|
},
|
|
2324
|
-
appendToElement() {
|
|
2325
|
-
var e, t;
|
|
2326
|
-
return this.appendTo === "body" ? (t = (e = this.anchor) == null ? void 0 : e.getRootNode()) == null ? void 0 : t.querySelector("body") : this.appendTo;
|
|
2327
|
-
},
|
|
2328
2312
|
tippyProps() {
|
|
2329
2313
|
return {
|
|
2330
2314
|
offset: this.offset,
|
|
2331
2315
|
interactive: !1,
|
|
2332
2316
|
trigger: "manual",
|
|
2333
|
-
appendTo: this.appendToElement,
|
|
2334
2317
|
placement: this.placement,
|
|
2335
2318
|
sticky: this.sticky,
|
|
2336
2319
|
popperOptions: Gi({
|
|
@@ -2339,6 +2322,9 @@ const zi = (e) => ({
|
|
|
2339
2322
|
onChangePlacement: this.onChangePlacement
|
|
2340
2323
|
})
|
|
2341
2324
|
};
|
|
2325
|
+
},
|
|
2326
|
+
anchor() {
|
|
2327
|
+
return this.externalAnchor ? document.body.querySelector(this.externalAnchor) : Zi(this.$refs.anchor);
|
|
2342
2328
|
}
|
|
2343
2329
|
},
|
|
2344
2330
|
watch: {
|
|
@@ -2361,9 +2347,8 @@ const zi = (e) => ({
|
|
|
2361
2347
|
});
|
|
2362
2348
|
}
|
|
2363
2349
|
},
|
|
2364
|
-
// eslint-disable-next-line complexity
|
|
2365
2350
|
mounted() {
|
|
2366
|
-
!this.enabled && this.show != null && (console.warn("Tooltip: You cannot use both the enabled and show props at the same time."), console.warn("The show prop will be ignored.")), this.
|
|
2351
|
+
!this.enabled && this.show != null && (console.warn("Tooltip: You cannot use both the enabled and show props at the same time."), console.warn("The show prop will be ignored.")), this.externalAnchor && this.addExternalAnchorEventListeners(), this.tip = Xi(this.anchor, this.initOptions()), this.isShown && this.tip.show();
|
|
2367
2352
|
},
|
|
2368
2353
|
beforeDestroy() {
|
|
2369
2354
|
var e;
|
|
@@ -2381,7 +2366,7 @@ const zi = (e) => ({
|
|
|
2381
2366
|
onEnterAnchor(e) {
|
|
2382
2367
|
this.isTouchDevice && !e.relatedTarget || (this.delay ? this.inTimer = setTimeout((function(t) {
|
|
2383
2368
|
this.triggerShow(t);
|
|
2384
|
-
}).bind(this, e),
|
|
2369
|
+
}).bind(this, e), eo) : this.triggerShow(e), this.isTouchDevice = !1);
|
|
2385
2370
|
},
|
|
2386
2371
|
triggerShow(e) {
|
|
2387
2372
|
e.type === "focusin" ? this.show === null && this.hasVisibleFocus() && (this.isShown = !0) : this.show === null && (this.isShown = !0);
|
|
@@ -2411,16 +2396,12 @@ const zi = (e) => ({
|
|
|
2411
2396
|
onMount() {
|
|
2412
2397
|
this.setProps();
|
|
2413
2398
|
},
|
|
2414
|
-
onCreate(e) {
|
|
2415
|
-
this.isShown && e.show();
|
|
2416
|
-
},
|
|
2417
2399
|
initOptions() {
|
|
2418
2400
|
return {
|
|
2419
2401
|
contentElement: this.$refs.content.$el,
|
|
2420
2402
|
allowHTML: !0,
|
|
2421
2403
|
zIndex: this.calculateAnchorZindex(),
|
|
2422
2404
|
onMount: this.onMount,
|
|
2423
|
-
onCreate: this.onCreate,
|
|
2424
2405
|
...this.tippyProps
|
|
2425
2406
|
};
|
|
2426
2407
|
},
|
|
@@ -2443,7 +2424,7 @@ const zi = (e) => ({
|
|
|
2443
2424
|
}
|
|
2444
2425
|
}
|
|
2445
2426
|
};
|
|
2446
|
-
var
|
|
2427
|
+
var io = function() {
|
|
2447
2428
|
var t = this, n = t._self._c;
|
|
2448
2429
|
return n("div", { attrs: { "data-qa": "dt-tooltip-container" } }, [t.externalAnchor ? t._e() : n("span", { ref: "anchor", attrs: { "data-qa": "dt-tooltip-anchor" }, on: { focusin: t.onEnterAnchor, focusout: t.onLeaveAnchor, mouseenter: t.onEnterAnchor, mouseleave: t.onLeaveAnchor, keydown: function(r) {
|
|
2449
2430
|
return !r.type.indexOf("key") && t._k(r.keyCode, "esc", 27, r.key, ["Esc", "Escape"]) ? null : t.onLeaveAnchor.apply(null, arguments);
|
|
@@ -2457,22 +2438,22 @@ var oo = function() {
|
|
|
2457
2438
|
], attrs: { id: t.id, show: t.isVisible, role: "tooltip", "aria-hidden": "false", "data-qa": "dt-tooltip", appear: "", transition: t.transition } }, t.tooltipListeners), [t._t("default", function() {
|
|
2458
2439
|
return [t._v(" " + t._s(t.message) + " ")];
|
|
2459
2440
|
})], 2)], 1);
|
|
2460
|
-
},
|
|
2441
|
+
}, oo = [], ao = /* @__PURE__ */ un(
|
|
2442
|
+
ro,
|
|
2461
2443
|
io,
|
|
2462
2444
|
oo,
|
|
2463
|
-
ao,
|
|
2464
2445
|
!1,
|
|
2465
2446
|
null,
|
|
2466
2447
|
null,
|
|
2467
2448
|
null,
|
|
2468
2449
|
null
|
|
2469
2450
|
);
|
|
2470
|
-
const
|
|
2451
|
+
const ho = ao.exports;
|
|
2471
2452
|
export {
|
|
2472
2453
|
qi as B,
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2454
|
+
ho as D,
|
|
2455
|
+
fo as E,
|
|
2456
|
+
lo as L,
|
|
2476
2457
|
Ji as T,
|
|
2477
2458
|
he as V,
|
|
2478
2459
|
Un as a,
|
|
@@ -2480,23 +2461,23 @@ export {
|
|
|
2480
2461
|
lr as c,
|
|
2481
2462
|
Gi as d,
|
|
2482
2463
|
Xi as e,
|
|
2483
|
-
|
|
2464
|
+
eo as f,
|
|
2484
2465
|
Zt as g,
|
|
2485
2466
|
an as h,
|
|
2486
2467
|
Gn as i,
|
|
2487
2468
|
Wn as j,
|
|
2488
2469
|
Jt as k,
|
|
2489
2470
|
er as l,
|
|
2490
|
-
|
|
2471
|
+
co as m,
|
|
2491
2472
|
un as n,
|
|
2492
2473
|
or as o,
|
|
2493
|
-
|
|
2474
|
+
uo as p,
|
|
2494
2475
|
kn as q,
|
|
2495
2476
|
Fn as r,
|
|
2496
2477
|
ir as s,
|
|
2497
2478
|
ze as t,
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2479
|
+
po as u,
|
|
2480
|
+
to as v,
|
|
2481
|
+
no as w,
|
|
2482
|
+
vo as x
|
|
2502
2483
|
};
|
|
@@ -6,19 +6,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6
6
|
type: StringConstructor;
|
|
7
7
|
default(): string;
|
|
8
8
|
};
|
|
9
|
-
/**
|
|
10
|
-
* Sets the element to which the popover is going to append to.
|
|
11
|
-
* 'body' will append to the nearest body (supports shadow DOM).
|
|
12
|
-
* @values 'body', 'parent', HTMLElement,
|
|
13
|
-
*/
|
|
14
|
-
appendTo: {
|
|
15
|
-
type: (StringConstructor | {
|
|
16
|
-
new (): HTMLElement;
|
|
17
|
-
prototype: HTMLElement;
|
|
18
|
-
})[];
|
|
19
|
-
default: string;
|
|
20
|
-
validator: (appendTo: unknown) => boolean;
|
|
21
|
-
};
|
|
22
9
|
/**
|
|
23
10
|
* If the popover does not fit in the direction described by "placement",
|
|
24
11
|
* it will attempt to change its direction to the "fallbackPlacements"
|
|
@@ -169,7 +156,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
169
156
|
inTimer: null;
|
|
170
157
|
isShown: boolean;
|
|
171
158
|
currentPlacement: any;
|
|
172
|
-
anchor: null;
|
|
173
159
|
isTouchDevice: boolean;
|
|
174
160
|
}, {
|
|
175
161
|
isVisible(): any;
|
|
@@ -177,12 +163,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
177
163
|
'after-leave': () => void;
|
|
178
164
|
'after-enter': () => void;
|
|
179
165
|
};
|
|
180
|
-
appendToElement(): any;
|
|
181
166
|
tippyProps(): {
|
|
182
167
|
offset: any;
|
|
183
168
|
interactive: boolean;
|
|
184
169
|
trigger: string;
|
|
185
|
-
appendTo: any;
|
|
186
170
|
placement: any;
|
|
187
171
|
sticky: any;
|
|
188
172
|
popperOptions: {
|
|
@@ -217,6 +201,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
217
201
|
})[];
|
|
218
202
|
};
|
|
219
203
|
};
|
|
204
|
+
anchor(): any;
|
|
220
205
|
}, {
|
|
221
206
|
calculateAnchorZindex(): 651 | 400;
|
|
222
207
|
hasVisibleFocus(): any;
|
|
@@ -229,12 +214,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
229
214
|
onEnterTransitionComplete(): void;
|
|
230
215
|
setProps(): void;
|
|
231
216
|
onMount(): void;
|
|
232
|
-
onCreate(instance: any): void;
|
|
233
217
|
initOptions(): {
|
|
234
218
|
offset: any;
|
|
235
219
|
interactive: boolean;
|
|
236
220
|
trigger: string;
|
|
237
|
-
appendTo: any;
|
|
238
221
|
placement: any;
|
|
239
222
|
sticky: any;
|
|
240
223
|
popperOptions: {
|
|
@@ -272,7 +255,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
272
255
|
allowHTML: boolean;
|
|
273
256
|
zIndex: number;
|
|
274
257
|
onMount: () => void;
|
|
275
|
-
onCreate: (instance: any) => void;
|
|
276
258
|
};
|
|
277
259
|
addExternalAnchorEventListeners(): void;
|
|
278
260
|
removeExternalAnchorEventListeners(): void;
|
|
@@ -285,19 +267,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
285
267
|
type: StringConstructor;
|
|
286
268
|
default(): string;
|
|
287
269
|
};
|
|
288
|
-
/**
|
|
289
|
-
* Sets the element to which the popover is going to append to.
|
|
290
|
-
* 'body' will append to the nearest body (supports shadow DOM).
|
|
291
|
-
* @values 'body', 'parent', HTMLElement,
|
|
292
|
-
*/
|
|
293
|
-
appendTo: {
|
|
294
|
-
type: (StringConstructor | {
|
|
295
|
-
new (): HTMLElement;
|
|
296
|
-
prototype: HTMLElement;
|
|
297
|
-
})[];
|
|
298
|
-
default: string;
|
|
299
|
-
validator: (appendTo: unknown) => boolean;
|
|
300
|
-
};
|
|
301
270
|
/**
|
|
302
271
|
* If the popover does not fit in the direction described by "placement",
|
|
303
272
|
* it will attempt to change its direction to the "fallbackPlacements"
|
|
@@ -446,7 +415,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
446
415
|
transition: string;
|
|
447
416
|
offset: unknown[];
|
|
448
417
|
fallbackPlacements: unknown[];
|
|
449
|
-
appendTo: string | HTMLElement;
|
|
450
418
|
delay: boolean;
|
|
451
419
|
placement: string;
|
|
452
420
|
sticky: string | boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../components/tooltip/tooltip.vue.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"tooltip.vue.d.ts","sourceRoot":"","sources":["../../../../components/tooltip/tooltip.vue.js"],"names":[],"mappings":";IA6BI;;OAEG;;;;;IAMH;;;;;;;;;;;;SAYK;;;;;IAML;;;OAGG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA7JH;;OAEG;;;;;IAMH;;;;;;;;;;;;SAYK;;;;;IAML;;;OAGG;;;;;IAMH;;;;;;;;;;OAUG;;;;;IAMH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;;;;;;;;;;;OAcG;;;;;;IASH;;;;OAIG;;;;;IAMH;;OAEG;;;;;IAMH;;;;OAIG;;;;;IAMH;;;;;OAKG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG;;;;;IAMH;;;OAGG"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export const TOOLTIP_DIRECTIONS: string[];
|
|
2
|
-
export const TOOLTIP_APPEND_TO_VALUES: string[];
|
|
3
2
|
export const TOOLTIP_DELAY_MS: 300;
|
|
4
3
|
export namespace TOOLTIP_KIND_MODIFIERS {
|
|
5
4
|
let hover: string;
|
|
@@ -11,7 +10,6 @@ export const TOOLTIP_STICKY_VALUES: (string | boolean)[];
|
|
|
11
10
|
export const TOOLTIP_HIDE_ON_CLICK_VARIANTS: (string | boolean)[];
|
|
12
11
|
declare namespace _default {
|
|
13
12
|
export { TOOLTIP_DIRECTIONS };
|
|
14
|
-
export { TOOLTIP_APPEND_TO_VALUES };
|
|
15
13
|
export { TOOLTIP_DELAY_MS };
|
|
16
14
|
export { TOOLTIP_KIND_MODIFIERS };
|
|
17
15
|
export { TOOLTIP_STICKY_VALUES };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip_constants.d.ts","sourceRoot":"","sources":["../../../../components/tooltip/tooltip_constants.js"],"names":[],"mappings":"AAKA,0CAEE;
|
|
1
|
+
{"version":3,"file":"tooltip_constants.d.ts","sourceRoot":"","sources":["../../../../components/tooltip/tooltip_constants.js"],"names":[],"mappings":"AAKA,0CAEE;AAEF,mCAAoC;;;;;;;AASpC,yDAEE;AAEF,kEAAsE"}
|