@ironsource/shared-ui 2.2.0-test.22 → 2.2.0-test.24
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/Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css +1 -0
- package/FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css +1 -0
- package/PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css +1 -0
- package/Tag.vue_vue_type_style_index_0_scoped_7c9f1b76_lang.css +1 -0
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +4 -4
- package/components/chart/Chart.vue2.js +17 -15
- package/components/chart/composables/useChartHeight.d.ts +1 -1
- package/components/chart/composables/useChartHeight.js +16 -15
- package/components/chart/index.d.ts +20 -1
- package/components/chart/types.d.ts +1 -0
- package/components/forms/FormCard.vue.js +3 -3
- package/components/forms/FormCard.vue2.js +5 -5
- package/components/popover/v4/PopoverV4.vue.d.ts +14 -0
- package/components/popover/v4/PopoverV4.vue.js +2 -2
- package/components/popover/v4/PopoverV4.vue2.js +11 -9
- package/components/popover/v4/index.d.ts +41 -1
- package/components/tag/Tag.vue.d.ts +14 -0
- package/components/tag/Tag.vue.js +2 -2
- package/components/tag/Tag.vue2.js +128 -100
- package/components/tag/index.d.ts +22 -0
- package/index.d.ts +82 -2
- package/index.js +1 -1
- package/package.json +12 -3
- package/Chart.vue_vue_type_style_index_0_scoped_3e022c94_lang.css +0 -1
- package/FormCard.vue_vue_type_style_index_0_scoped_86feae7b_lang.css +0 -1
- package/PopoverV4.vue_vue_type_style_index_0_scoped_66694b4e_lang.css +0 -1
- package/Tag.vue_vue_type_style_index_0_scoped_78f19cb0_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.chart-container[data-v-a4d7b67a]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;border-radius:0 0 6px 6px;width:100%;overflow:hidden}.chart-planes[data-v-a4d7b67a]{width:100%;height:100%;overflow-y:auto}.chart-planes.with-legend[data-v-a4d7b67a]{width:calc(100% - 221px)}.chart-planes .extra-chart-plane[data-v-a4d7b67a]{border-top:1px solid var(--common-divider)}.chart-sidebar[data-v-a4d7b67a]{border-left:1px solid var(--common-divider)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.form-card[data-v-98458a8f]{border-radius:var(--border-radius-sm);border:1px solid var(--common-divider);background:var(--background-paper)}.card-header[data-v-98458a8f]{display:flex;flex-direction:row;align-items:center;min-height:var(--spacing-600);border-radius:calc(var(--border-radius-sm) - 1px) calc(var(--border-radius-sm) - 1px) 0 0;color:var(--text-primary);background:var(--background-paper-elevation-0);padding:0 var(--spacing-300);border-bottom:1px solid var(--common-divider)}.card-header .skeleton-header[data-v-98458a8f]{width:220px;height:20px}.card-content[data-v-98458a8f]{padding:var(--spacing-350) var(--spacing-500)}.card-content--no-padding[data-v-98458a8f]{padding:0}.form-actions[data-v-98458a8f]{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;min-height:var(--spacing-700)}.form-action[data-v-98458a8f]{margin-left:var(--spacing-100)}.content-skeleton-container[data-v-98458a8f]{display:flex;flex-direction:column}.content-skeleton-container .skeleton-long[data-v-98458a8f]{margin-bottom:24px;width:100%;max-width:896px;height:16px}.content-skeleton-container .skeleton-short[data-v-98458a8f]{margin-bottom:24px;width:100%;max-width:436px;height:16px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
div[data-v-9ae00876]{display:block}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-7c9f1b76],.font-chart-2[data-v-7c9f1b76],.font-chart-1[data-v-7c9f1b76]{font-family:Inter,sans-serif;font-weight:700}.tag-input-sizer[data-v-7c9f1b76],.tag-input[data-v-7c9f1b76],.font-chip-label[data-v-7c9f1b76],.font-table-label[data-v-7c9f1b76],.font-button[data-v-7c9f1b76],.font-heading-6[data-v-7c9f1b76],.font-heading-5[data-v-7c9f1b76],.font-heading-4[data-v-7c9f1b76],.font-heading-3[data-v-7c9f1b76],.font-heading-2[data-v-7c9f1b76],.font-heading-1[data-v-7c9f1b76],.font-title[data-v-7c9f1b76]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-7c9f1b76],.font-input-label[data-v-7c9f1b76],.font-overline[data-v-7c9f1b76],.font-subtitle-2[data-v-7c9f1b76],.font-subtitle-1[data-v-7c9f1b76]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-7c9f1b76],.font-body-2[data-v-7c9f1b76],.font-body-1[data-v-7c9f1b76]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-7c9f1b76]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-7c9f1b76]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-7c9f1b76]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-7c9f1b76]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-7c9f1b76]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-7c9f1b76]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-7c9f1b76]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1[data-v-7c9f1b76]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-7c9f1b76]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-7c9f1b76]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-7c9f1b76]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-7c9f1b76]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-7c9f1b76]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-7c9f1b76]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-7c9f1b76]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-7c9f1b76]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-7c9f1b76]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-7c9f1b76]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-7c9f1b76],.font-tab-label2[data-v-7c9f1b76]{font-size:.875rem;line-height:1rem}.tag-input-sizer[data-v-7c9f1b76],.tag-input[data-v-7c9f1b76],.font-chip-label[data-v-7c9f1b76]{font-size:.75rem;line-height:1rem}h1[data-v-7c9f1b76],h2[data-v-7c9f1b76],h3[data-v-7c9f1b76],h4[data-v-7c9f1b76],h5[data-v-7c9f1b76],h6[data-v-7c9f1b76]{margin:0}.rounded-tag[data-v-7c9f1b76]{border-radius:100px}.tag-editing[data-v-7c9f1b76]{outline:1px solid var(--outline-color)}.unselected-tag-hover-outline[data-v-7c9f1b76]{background-color:var(--action-hover)}.tag-hover-outline[data-v-7c9f1b76]{outline:1px solid var(--outline-color);cursor:pointer}.unselected-tag[data-v-7c9f1b76]{outline:1px solid var(--action-outlined-border)}.tag-disabled[data-v-7c9f1b76]{background-color:transparent;outline:1px solid var(--action-disabled)}.tag-content[data-v-7c9f1b76]{display:flex;align-items:center;position:relative;min-width:.625rem;max-width:31.25rem}.tag-icon[data-v-7c9f1b76]{margin-right:.25rem}.tag-label[data-v-7c9f1b76]{user-select:none;min-width:.5rem}.tag-label--disabled[data-v-7c9f1b76]{color:var(--action-disabled)}.tag-label--hidden[data-v-7c9f1b76]{visibility:hidden}.tag-input[data-v-7c9f1b76]{position:static;width:auto;background:transparent;min-width:.6rem;padding:0;border:none;max-width:100%;overflow-x:auto;white-space:nowrap}.tag-input[data-v-7c9f1b76]:focus{outline:none}.tag-input-outline[data-v-7c9f1b76]::placeholder{color:var(--action-disabled)}.clear-button[data-v-7c9f1b76]{margin-left:.25rem;color:var(--action-active);cursor:pointer}.clear-button[data-v-7c9f1b76]:hover{color:var(--text-primary)}.clear-button--invalid[data-v-7c9f1b76]{color:var(--error-dark)}.clear-button--invalid[data-v-7c9f1b76]:hover{color:var(--error-darker)}.tag-input-sizer[data-v-7c9f1b76]{position:absolute;visibility:hidden;height:0;white-space:pre;pointer-events:none;padding:0}.editable-tag[data-v-7c9f1b76]{cursor:text}.empty-tag[data-v-7c9f1b76]{background-color:transparent;outline:1px dashed var(--action-outlined-border);color:var(--text-secondary)}.empty-tag[data-v-7c9f1b76]:hover:not(.tag-disabled){outline:1px dashed var(--action-active)}
|
|
@@ -53,6 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
53
53
|
withSettingsHeader?: boolean;
|
|
54
54
|
extraCharts?: Record<string, unknown>[];
|
|
55
55
|
colorVariant?: ColorVariant;
|
|
56
|
+
height?: string;
|
|
56
57
|
}>, {
|
|
57
58
|
chartType: ChartType;
|
|
58
59
|
dataSets: () => any[];
|
|
@@ -99,6 +100,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
99
100
|
withSettingsHeader: boolean;
|
|
100
101
|
extraCharts: () => any[];
|
|
101
102
|
colorVariant: string;
|
|
103
|
+
height: any;
|
|
102
104
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
103
105
|
"update:chartType": (chartType: ChartType) => void;
|
|
104
106
|
"update:visibleIds": (visibleIds: unknown[]) => void;
|
|
@@ -156,6 +158,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
156
158
|
withSettingsHeader?: boolean;
|
|
157
159
|
extraCharts?: Record<string, unknown>[];
|
|
158
160
|
colorVariant?: ColorVariant;
|
|
161
|
+
height?: string;
|
|
159
162
|
}>, {
|
|
160
163
|
chartType: ChartType;
|
|
161
164
|
dataSets: () => any[];
|
|
@@ -202,6 +205,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
202
205
|
withSettingsHeader: boolean;
|
|
203
206
|
extraCharts: () => any[];
|
|
204
207
|
colorVariant: string;
|
|
208
|
+
height: any;
|
|
205
209
|
}>>> & {
|
|
206
210
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
207
211
|
"onUpdate:sortSelected"?: (sortOption: unknown) => any;
|
|
@@ -209,6 +213,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
209
213
|
}, {
|
|
210
214
|
header: string;
|
|
211
215
|
testId: string;
|
|
216
|
+
height: string;
|
|
212
217
|
loading: boolean;
|
|
213
218
|
visibleIds: unknown[];
|
|
214
219
|
minVisible: number;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Chart.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../Chart.
|
|
4
|
-
const
|
|
2
|
+
/* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-a4d7b67a"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../Chart.
|
|
1
|
+
import "../../Chart.vue_vue_type_style_index_0_scoped_a4d7b67a_lang.css"; import { defineComponent as P, ref as U, computed as d, openBlock as n, createElementBlock as g, Fragment as S, createBlock as D, unref as l, isRef as b, withCtx as s, renderSlot as u, createCommentVNode as A, createElementVNode as L, mergeProps as y, normalizeClass as $, createVNode as k, createSlots as M, renderList as R } from "vue";
|
|
2
2
|
import { useVModel as B } from "@vueuse/core";
|
|
3
3
|
import K from "./ChartLegend.vue.js";
|
|
4
4
|
import X from "./SettingsHeader.vue.js";
|
|
@@ -60,7 +60,8 @@ const at = {
|
|
|
60
60
|
fullHeightBottomSpacing: { default: 50 },
|
|
61
61
|
withSettingsHeader: { type: Boolean, default: !0 },
|
|
62
62
|
extraCharts: { default: () => [] },
|
|
63
|
-
colorVariant: { default: "default" }
|
|
63
|
+
colorVariant: { default: "default" },
|
|
64
|
+
height: { default: void 0 }
|
|
64
65
|
},
|
|
65
66
|
emits: ["update:chartType", "update:visibleIds", "update:sortSelected"],
|
|
66
67
|
setup(e, { emit: c }) {
|
|
@@ -106,23 +107,24 @@ const at = {
|
|
|
106
107
|
dataSets: E,
|
|
107
108
|
visibleIds: I,
|
|
108
109
|
variant: t.colorVariant
|
|
109
|
-
}),
|
|
110
|
+
}), H = d(() => t.dataSets.map((a) => ({
|
|
110
111
|
id: a.id,
|
|
111
112
|
label: a.label,
|
|
112
113
|
caption: a.caption || null,
|
|
113
114
|
color: m.value[a.id] || null,
|
|
114
115
|
icon: a.icon || null,
|
|
115
116
|
iconType: a.iconType || "branded"
|
|
116
|
-
}))), { containerProps:
|
|
117
|
+
}))), { containerProps: w, eachPlaneHeight: N } = Z({
|
|
117
118
|
chartPlanesCount: C,
|
|
118
119
|
useFullHeight: t.fullHeight,
|
|
119
|
-
bottomSpacing: t.fullHeightBottomSpacing
|
|
120
|
+
bottomSpacing: t.fullHeightBottomSpacing,
|
|
121
|
+
customHeight: t.height
|
|
120
122
|
}), O = et(t.testId, p);
|
|
121
|
-
return (a, i) => (n(),
|
|
123
|
+
return (a, i) => (n(), g(S, null, [
|
|
122
124
|
e.withSettingsHeader ? (n(), D(X, {
|
|
123
125
|
key: 0,
|
|
124
126
|
"chart-type": l(r),
|
|
125
|
-
"onUpdate:chart-type": i[0] || (i[0] = (o) =>
|
|
127
|
+
"onUpdate:chart-type": i[0] || (i[0] = (o) => b(r) ? r.value = o : null),
|
|
126
128
|
"hide-legend": e.hideLegend,
|
|
127
129
|
"test-id": e.testId
|
|
128
130
|
}, {
|
|
@@ -137,16 +139,16 @@ const at = {
|
|
|
137
139
|
]),
|
|
138
140
|
_: 3
|
|
139
141
|
}, 8, ["chart-type", "hide-legend", "test-id"])) : A("", !0),
|
|
140
|
-
L("div",
|
|
141
|
-
...l(
|
|
142
|
+
L("div", y({ class: "chart-container" }, {
|
|
143
|
+
...l(w),
|
|
142
144
|
...l(O)[l(p).CONTAINER]
|
|
143
145
|
}), [
|
|
144
146
|
L("section", {
|
|
145
147
|
class: $(["chart-planes", [{ "with-legend": !e.hideLegend }]])
|
|
146
148
|
}, [
|
|
147
|
-
k(V,
|
|
149
|
+
k(V, y({
|
|
148
150
|
"chart-type": l(r),
|
|
149
|
-
"onUpdate:chart-type": i[1] || (i[1] = (o) =>
|
|
151
|
+
"onUpdate:chart-type": i[1] || (i[1] = (o) => b(r) ? r.value = o : null)
|
|
150
152
|
}, l(v)), M({ _: 2 }, [
|
|
151
153
|
a.$slots["subheader-tooltip"] ? {
|
|
152
154
|
name: "subheader-tooltip",
|
|
@@ -156,7 +158,7 @@ const at = {
|
|
|
156
158
|
key: "0"
|
|
157
159
|
} : void 0
|
|
158
160
|
]), 1040, ["chart-type"]),
|
|
159
|
-
(n(!0),
|
|
161
|
+
(n(!0), g(S, null, R(e.extraCharts, (o, T) => (n(), D(V, y({
|
|
160
162
|
key: T,
|
|
161
163
|
class: "extra-chart-plane"
|
|
162
164
|
}, { ...l(v), ...o }, {
|
|
@@ -167,13 +169,13 @@ const at = {
|
|
|
167
169
|
"test-id": `${e.testId}-${l(p).EXTRA_CHART}-${T}`
|
|
168
170
|
}), null, 16, ["chart-type", "colors-map", "tooltip-respects-top-edge", "test-id"]))), 128))
|
|
169
171
|
], 2),
|
|
170
|
-
e.hideLegend ? A("", !0) : (n(),
|
|
172
|
+
e.hideLegend ? A("", !0) : (n(), g("section", at, [
|
|
171
173
|
k(K, {
|
|
172
174
|
"sort-selected": l(f),
|
|
173
|
-
"onUpdate:sort-selected": i[2] || (i[2] = (o) =>
|
|
175
|
+
"onUpdate:sort-selected": i[2] || (i[2] = (o) => b(f) ? f.value = o : null),
|
|
174
176
|
"highlighted-id": h.value,
|
|
175
177
|
"onUpdate:highlighted-id": i[3] || (i[3] = (o) => h.value = o),
|
|
176
|
-
items: l(
|
|
178
|
+
items: l(H),
|
|
177
179
|
"visible-ids": l(I),
|
|
178
180
|
"max-limit-tooltip-text": e.maxLimitTooltipText,
|
|
179
181
|
"sort-options": e.sortOptions,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UseChartHeightArgs } from '@/components/chart/types';
|
|
2
|
-
export declare const useChartHeight: ({ chartPlanesCount, useFullHeight, bottomSpacing, }: UseChartHeightArgs) => {
|
|
2
|
+
export declare const useChartHeight: ({ chartPlanesCount, useFullHeight, bottomSpacing, customHeight, }: UseChartHeightArgs) => {
|
|
3
3
|
containerProps: import("vue").ComputedRef<Record<string, unknown>>;
|
|
4
4
|
eachPlaneHeight: import("vue").ComputedRef<string>;
|
|
5
5
|
};
|
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import { useElementBounding as m, useWindowScroll as
|
|
3
|
-
import { useFullPageHeight as
|
|
4
|
-
import { DEFAULT_CHART_PLANE_HEIGHT as
|
|
5
|
-
const
|
|
1
|
+
import { ref as f, computed as r } from "vue";
|
|
2
|
+
import { useElementBounding as m, useWindowScroll as p } from "@vueuse/core";
|
|
3
|
+
import { useFullPageHeight as E } from "../../../composables/useFullPageHeight.js";
|
|
4
|
+
import { DEFAULT_CHART_PLANE_HEIGHT as v, HEADER_HEIGHT as d, MIN_PLANE_HEIGHT as n } from "../consts.js";
|
|
5
|
+
const I = ({
|
|
6
6
|
chartPlanesCount: e,
|
|
7
|
-
useFullHeight:
|
|
8
|
-
bottomSpacing:
|
|
7
|
+
useFullHeight: i,
|
|
8
|
+
bottomSpacing: c = 50,
|
|
9
|
+
customHeight: o
|
|
9
10
|
}) => {
|
|
10
|
-
const t =
|
|
11
|
+
const t = f(), { height: l } = m(t), { cssHeightValue: u } = E({
|
|
11
12
|
elem: t,
|
|
12
|
-
bottomSpacing:
|
|
13
|
-
}), { y: s } =
|
|
13
|
+
bottomSpacing: c
|
|
14
|
+
}), { y: s } = p(), h = r(() => o || (i && !s.value ? u.value : v + d + "px")), a = r(() => ({
|
|
14
15
|
ref: t,
|
|
15
|
-
style: { height:
|
|
16
|
-
})),
|
|
16
|
+
style: { height: h.value }
|
|
17
|
+
})), H = r(() => e.value === 1 ? "100%" : l.value / e.value < n ? `${n}px` : 100 / e.value + "%");
|
|
17
18
|
return {
|
|
18
|
-
containerProps:
|
|
19
|
-
eachPlaneHeight:
|
|
19
|
+
containerProps: a,
|
|
20
|
+
eachPlaneHeight: H
|
|
20
21
|
};
|
|
21
22
|
};
|
|
22
23
|
export {
|
|
23
|
-
|
|
24
|
+
I as useChartHeight
|
|
24
25
|
};
|
|
@@ -7,6 +7,7 @@ declare const ChartTypes: () => ({
|
|
|
7
7
|
$props: Partial<{
|
|
8
8
|
header: string;
|
|
9
9
|
testId: string;
|
|
10
|
+
height: string;
|
|
10
11
|
loading: boolean;
|
|
11
12
|
visibleIds: unknown[];
|
|
12
13
|
minVisible: number;
|
|
@@ -59,6 +60,10 @@ declare const ChartTypes: () => ({
|
|
|
59
60
|
type: import("vue").PropType<string>;
|
|
60
61
|
default: string;
|
|
61
62
|
};
|
|
63
|
+
height: {
|
|
64
|
+
type: import("vue").PropType<string>;
|
|
65
|
+
default: any;
|
|
66
|
+
};
|
|
62
67
|
loading: {
|
|
63
68
|
type: import("vue").PropType<boolean>;
|
|
64
69
|
default: boolean;
|
|
@@ -244,7 +249,7 @@ declare const ChartTypes: () => ({
|
|
|
244
249
|
"onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
|
|
245
250
|
"onUpdate:sortSelected"?: (sortOption: unknown) => any;
|
|
246
251
|
"onUpdate:chartType"?: (chartType: ChartType) => any;
|
|
247
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "testId" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "valueSuffix" | "valuePrefix" | "trendTooltip" | "subheader" | "subheaderTooltip" | "headerTooltip" | "trendValue" | "trendDirection" | "noteText" | "dataSets" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "indicateIncompleteData" | "tooltipExcludeTotalItem" | "fullHeight" | "fullHeightBottomSpacing" | "withSettingsHeader" | "extraCharts" | "colorVariant">;
|
|
252
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "testId" | "height" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "valueSuffix" | "valuePrefix" | "trendTooltip" | "subheader" | "subheaderTooltip" | "headerTooltip" | "trendValue" | "trendDirection" | "noteText" | "dataSets" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "indicateIncompleteData" | "tooltipExcludeTotalItem" | "fullHeight" | "fullHeightBottomSpacing" | "withSettingsHeader" | "extraCharts" | "colorVariant">;
|
|
248
253
|
$attrs: {
|
|
249
254
|
[x: string]: unknown;
|
|
250
255
|
};
|
|
@@ -267,6 +272,10 @@ declare const ChartTypes: () => ({
|
|
|
267
272
|
type: import("vue").PropType<string>;
|
|
268
273
|
default: string;
|
|
269
274
|
};
|
|
275
|
+
height: {
|
|
276
|
+
type: import("vue").PropType<string>;
|
|
277
|
+
default: any;
|
|
278
|
+
};
|
|
270
279
|
loading: {
|
|
271
280
|
type: import("vue").PropType<boolean>;
|
|
272
281
|
default: boolean;
|
|
@@ -459,6 +468,7 @@ declare const ChartTypes: () => ({
|
|
|
459
468
|
}, string, {
|
|
460
469
|
header: string;
|
|
461
470
|
testId: string;
|
|
471
|
+
height: string;
|
|
462
472
|
loading: boolean;
|
|
463
473
|
visibleIds: unknown[];
|
|
464
474
|
minVisible: number;
|
|
@@ -531,6 +541,10 @@ declare const ChartTypes: () => ({
|
|
|
531
541
|
type: import("vue").PropType<string>;
|
|
532
542
|
default: string;
|
|
533
543
|
};
|
|
544
|
+
height: {
|
|
545
|
+
type: import("vue").PropType<string>;
|
|
546
|
+
default: any;
|
|
547
|
+
};
|
|
534
548
|
loading: {
|
|
535
549
|
type: import("vue").PropType<boolean>;
|
|
536
550
|
default: boolean;
|
|
@@ -729,6 +743,10 @@ declare const ChartTypes: () => ({
|
|
|
729
743
|
type: import("vue").PropType<string>;
|
|
730
744
|
default: string;
|
|
731
745
|
};
|
|
746
|
+
height: {
|
|
747
|
+
type: import("vue").PropType<string>;
|
|
748
|
+
default: any;
|
|
749
|
+
};
|
|
732
750
|
loading: {
|
|
733
751
|
type: import("vue").PropType<boolean>;
|
|
734
752
|
default: boolean;
|
|
@@ -921,6 +939,7 @@ declare const ChartTypes: () => ({
|
|
|
921
939
|
}, string, {
|
|
922
940
|
header: string;
|
|
923
941
|
testId: string;
|
|
942
|
+
height: string;
|
|
924
943
|
loading: boolean;
|
|
925
944
|
visibleIds: unknown[];
|
|
926
945
|
minVisible: number;
|
|
@@ -64,6 +64,7 @@ export type UseChartHeightArgs = {
|
|
|
64
64
|
chartPlanesCount: Ref<number>;
|
|
65
65
|
useFullHeight: boolean;
|
|
66
66
|
bottomSpacing?: number;
|
|
67
|
+
customHeight?: string;
|
|
67
68
|
};
|
|
68
69
|
export type HexColor = `#${string}`;
|
|
69
70
|
export type DataSetConfig = ChartDataset<'line'> & ChartDataSet;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./FormCard.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../FormCard.
|
|
4
|
-
const t = /* @__PURE__ */
|
|
2
|
+
/* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css"; //*');
|
|
4
|
+
const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-98458a8f"]]);
|
|
5
5
|
export {
|
|
6
6
|
t as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../FormCard.
|
|
1
|
+
import "../../FormCard.vue_vue_type_style_index_0_scoped_98458a8f_lang.css"; import { defineComponent as B, openBlock as d, createElementBlock as c, createElementVNode as f, mergeProps as n, unref as e, renderSlot as m, createVNode as a, withCtx as u, createTextVNode as g, toDisplayString as v, createBlock as T, createCommentVNode as C } from "vue";
|
|
2
2
|
import b from "../typography/v4/Typography.vue.js";
|
|
3
3
|
import k from "../button/v4/ButtonV4.vue.js";
|
|
4
4
|
import "../button/v4/IconButtonV4.vue.js";
|
|
@@ -7,7 +7,7 @@ import "../button/v4/ToggleButtonGroupAB.vue.js";
|
|
|
7
7
|
import { FormCardTestIdModifiers as o } from "../../testids/index.js";
|
|
8
8
|
import { useTestIdAttrs as N } from "../../utils/testIds.js";
|
|
9
9
|
import i from "../skeleton/v4/SkeletonV4.vue.js";
|
|
10
|
-
const
|
|
10
|
+
const h = { class: "form-card" }, p = {
|
|
11
11
|
key: 1,
|
|
12
12
|
class: "content-skeleton-container"
|
|
13
13
|
}, F = /* @__PURE__ */ B({
|
|
@@ -27,7 +27,7 @@ const p = { class: "form-card" }, h = {
|
|
|
27
27
|
setup(t, { emit: y }) {
|
|
28
28
|
const l = N(t.testId, o);
|
|
29
29
|
return (r, s) => (d(), c("div", null, [
|
|
30
|
-
f("div",
|
|
30
|
+
f("div", h, [
|
|
31
31
|
f("header", n({ class: "card-header" }, e(l)[e(o).TITLE]), [
|
|
32
32
|
t.isLoading ? (d(), T(e(i), {
|
|
33
33
|
key: 1,
|
|
@@ -46,7 +46,7 @@ const p = { class: "form-card" }, h = {
|
|
|
46
46
|
f("div", n({
|
|
47
47
|
class: ["card-content", { "card-content--no-padding": t.noPadding }]
|
|
48
48
|
}, e(l)[e(o).CONTENT]), [
|
|
49
|
-
t.isLoading ? (d(), c("div",
|
|
49
|
+
t.isLoading ? (d(), c("div", p, [
|
|
50
50
|
a(e(i), {
|
|
51
51
|
type: "rectangle",
|
|
52
52
|
size: 20,
|
|
@@ -85,7 +85,7 @@ const p = { class: "form-card" }, h = {
|
|
|
85
85
|
class: "form-action",
|
|
86
86
|
loading: t.saveLoading
|
|
87
87
|
}, e(l)[e(o).SAVE_BUTTON], {
|
|
88
|
-
disabled: t.saveDisabled || t.isLoading,
|
|
88
|
+
disabled: t.saveDisabled || t.isLoading || t.saveLoading,
|
|
89
89
|
onClick: s[1] || (s[1] = (L) => y("save"))
|
|
90
90
|
}), {
|
|
91
91
|
default: u(() => [
|
|
@@ -7,6 +7,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
7
7
|
placement?: Placement;
|
|
8
8
|
distance?: number;
|
|
9
9
|
skidding?: number;
|
|
10
|
+
delay?: number | {
|
|
11
|
+
show: number;
|
|
12
|
+
hide: number;
|
|
13
|
+
};
|
|
10
14
|
testId?: string;
|
|
11
15
|
popperClass?: string;
|
|
12
16
|
container?: string;
|
|
@@ -18,6 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
18
22
|
placement: string;
|
|
19
23
|
distance: number;
|
|
20
24
|
skidding: number;
|
|
25
|
+
delay: number;
|
|
21
26
|
testId: string;
|
|
22
27
|
popperClass: string;
|
|
23
28
|
container: string;
|
|
@@ -33,6 +38,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
38
|
placement?: Placement;
|
|
34
39
|
distance?: number;
|
|
35
40
|
skidding?: number;
|
|
41
|
+
delay?: number | {
|
|
42
|
+
show: number;
|
|
43
|
+
hide: number;
|
|
44
|
+
};
|
|
36
45
|
testId?: string;
|
|
37
46
|
popperClass?: string;
|
|
38
47
|
container?: string;
|
|
@@ -44,6 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
44
53
|
placement: string;
|
|
45
54
|
distance: number;
|
|
46
55
|
skidding: number;
|
|
56
|
+
delay: number;
|
|
47
57
|
testId: string;
|
|
48
58
|
popperClass: string;
|
|
49
59
|
container: string;
|
|
@@ -51,6 +61,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
51
61
|
onIsOpen?: (value: boolean) => any;
|
|
52
62
|
}, {
|
|
53
63
|
testId: string;
|
|
64
|
+
delay: number | {
|
|
65
|
+
show: number;
|
|
66
|
+
hide: number;
|
|
67
|
+
};
|
|
54
68
|
placement: Placement;
|
|
55
69
|
disabled: boolean;
|
|
56
70
|
distance: number;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import o from "./PopoverV4.vue2.js";
|
|
2
2
|
/* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../PopoverV4.
|
|
3
|
+
// import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css"; //*');
|
|
4
4
|
// import "../../../PopoverV4.vue_vue_type_style_index_1_lang.css"; //');
|
|
5
|
-
const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-
|
|
5
|
+
const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-9ae00876"]]);
|
|
6
6
|
export {
|
|
7
7
|
r as default
|
|
8
8
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../PopoverV4.
|
|
1
|
+
import "../../../PopoverV4.vue_vue_type_style_index_0_scoped_9ae00876_lang.css"; import "../../../PopoverV4.vue_vue_type_style_index_1_lang.css"; import { defineComponent as k, watch as s, openBlock as p, createBlock as y, unref as r, withCtx as u, createElementBlock as h, renderSlot as g, createCommentVNode as B, createElementVNode as C } from "vue";
|
|
2
2
|
import { Dropdown as w } from "floating-vue";
|
|
3
3
|
import { popoverCommon as $ } from "../common/Popover.common.js";
|
|
4
4
|
const O = ["data-testid"], H = /* @__PURE__ */ k({
|
|
@@ -11,6 +11,7 @@ const O = ["data-testid"], H = /* @__PURE__ */ k({
|
|
|
11
11
|
placement: { default: "bottom-start" },
|
|
12
12
|
distance: { default: 0 },
|
|
13
13
|
skidding: { default: 0 },
|
|
14
|
+
delay: { default: 0 },
|
|
14
15
|
testId: { default: "" },
|
|
15
16
|
popperClass: { default: "" },
|
|
16
17
|
container: { default: "body" }
|
|
@@ -26,24 +27,25 @@ const O = ["data-testid"], H = /* @__PURE__ */ k({
|
|
|
26
27
|
d(o);
|
|
27
28
|
}
|
|
28
29
|
);
|
|
29
|
-
const
|
|
30
|
+
const a = (o) => {
|
|
30
31
|
i.trigger === o && (t.value = !t.value);
|
|
31
32
|
};
|
|
32
33
|
return f({
|
|
33
34
|
toggle: d
|
|
34
|
-
}), (o, n) => (p(), y(
|
|
35
|
+
}), (o, n) => (p(), y(r(w), {
|
|
35
36
|
theme: "custom-popover",
|
|
36
37
|
placement: e.placement,
|
|
37
|
-
shown: !!
|
|
38
|
+
shown: !!r(t),
|
|
38
39
|
triggers: e.trigger === "managed" ? [] : [e.trigger],
|
|
39
40
|
"auto-hide": e.autoHide,
|
|
40
41
|
distance: e.distance,
|
|
41
42
|
skidding: e.skidding,
|
|
43
|
+
delay: e.delay,
|
|
42
44
|
container: e.container,
|
|
43
45
|
"popper-class": [e.popperClass, "v4-popover__popper light-theme-v4"]
|
|
44
46
|
}, {
|
|
45
47
|
popper: u(() => [
|
|
46
|
-
|
|
48
|
+
r(t) ? (p(), h("div", {
|
|
47
49
|
key: 0,
|
|
48
50
|
ref_key: "popup",
|
|
49
51
|
ref: c,
|
|
@@ -57,15 +59,15 @@ const O = ["data-testid"], H = /* @__PURE__ */ k({
|
|
|
57
59
|
C("div", {
|
|
58
60
|
ref_key: "triggerRef",
|
|
59
61
|
ref: v,
|
|
60
|
-
onClick: n[0] || (n[0] = (l) =>
|
|
61
|
-
onMouseenter: n[1] || (n[1] = (l) =>
|
|
62
|
-
onMouseleave: n[2] || (n[2] = (l) =>
|
|
62
|
+
onClick: n[0] || (n[0] = (l) => a("click")),
|
|
63
|
+
onMouseenter: n[1] || (n[1] = (l) => a("hover")),
|
|
64
|
+
onMouseleave: n[2] || (n[2] = (l) => a("hover"))
|
|
63
65
|
}, [
|
|
64
66
|
g(o.$slots, "trigger", {}, void 0, !0)
|
|
65
67
|
], 544)
|
|
66
68
|
]),
|
|
67
69
|
_: 3
|
|
68
|
-
}, 8, ["placement", "shown", "triggers", "auto-hide", "distance", "skidding", "container", "popper-class"]));
|
|
70
|
+
}, 8, ["placement", "shown", "triggers", "auto-hide", "distance", "skidding", "delay", "container", "popper-class"]));
|
|
69
71
|
}
|
|
70
72
|
});
|
|
71
73
|
export {
|
|
@@ -5,6 +5,10 @@ declare const PopoverTypes: () => ({
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: Partial<{
|
|
7
7
|
testId: string;
|
|
8
|
+
delay: number | {
|
|
9
|
+
show: number;
|
|
10
|
+
hide: number;
|
|
11
|
+
};
|
|
8
12
|
placement: import("floating-vue").Placement;
|
|
9
13
|
disabled: boolean;
|
|
10
14
|
distance: number;
|
|
@@ -19,6 +23,13 @@ declare const PopoverTypes: () => ({
|
|
|
19
23
|
type: import("vue").PropType<string>;
|
|
20
24
|
default: string;
|
|
21
25
|
};
|
|
26
|
+
delay: {
|
|
27
|
+
type: import("vue").PropType<number | {
|
|
28
|
+
show: number;
|
|
29
|
+
hide: number;
|
|
30
|
+
}>;
|
|
31
|
+
default: number;
|
|
32
|
+
};
|
|
22
33
|
placement: {
|
|
23
34
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
24
35
|
default: string;
|
|
@@ -57,7 +68,7 @@ declare const PopoverTypes: () => ({
|
|
|
57
68
|
};
|
|
58
69
|
}>> & {
|
|
59
70
|
onIsOpen?: (value: boolean) => any;
|
|
60
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
71
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "delay" | "placement" | "disabled" | "distance" | "container" | "autoHide" | "popperClass" | "isOpen" | "trigger" | "skidding">;
|
|
61
72
|
$attrs: {
|
|
62
73
|
[x: string]: unknown;
|
|
63
74
|
};
|
|
@@ -76,6 +87,13 @@ declare const PopoverTypes: () => ({
|
|
|
76
87
|
type: import("vue").PropType<string>;
|
|
77
88
|
default: string;
|
|
78
89
|
};
|
|
90
|
+
delay: {
|
|
91
|
+
type: import("vue").PropType<number | {
|
|
92
|
+
show: number;
|
|
93
|
+
hide: number;
|
|
94
|
+
}>;
|
|
95
|
+
default: number;
|
|
96
|
+
};
|
|
79
97
|
placement: {
|
|
80
98
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
81
99
|
default: string;
|
|
@@ -120,6 +138,10 @@ declare const PopoverTypes: () => ({
|
|
|
120
138
|
isOpen: (value: boolean) => void;
|
|
121
139
|
}, string, {
|
|
122
140
|
testId: string;
|
|
141
|
+
delay: number | {
|
|
142
|
+
show: number;
|
|
143
|
+
hide: number;
|
|
144
|
+
};
|
|
123
145
|
placement: import("floating-vue").Placement;
|
|
124
146
|
disabled: boolean;
|
|
125
147
|
distance: number;
|
|
@@ -154,6 +176,13 @@ declare const PopoverTypes: () => ({
|
|
|
154
176
|
type: import("vue").PropType<string>;
|
|
155
177
|
default: string;
|
|
156
178
|
};
|
|
179
|
+
delay: {
|
|
180
|
+
type: import("vue").PropType<number | {
|
|
181
|
+
show: number;
|
|
182
|
+
hide: number;
|
|
183
|
+
}>;
|
|
184
|
+
default: number;
|
|
185
|
+
};
|
|
157
186
|
placement: {
|
|
158
187
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
159
188
|
default: string;
|
|
@@ -203,6 +232,13 @@ declare const PopoverTypes: () => ({
|
|
|
203
232
|
type: import("vue").PropType<string>;
|
|
204
233
|
default: string;
|
|
205
234
|
};
|
|
235
|
+
delay: {
|
|
236
|
+
type: import("vue").PropType<number | {
|
|
237
|
+
show: number;
|
|
238
|
+
hide: number;
|
|
239
|
+
}>;
|
|
240
|
+
default: number;
|
|
241
|
+
};
|
|
206
242
|
placement: {
|
|
207
243
|
type: import("vue").PropType<import("floating-vue").Placement>;
|
|
208
244
|
default: string;
|
|
@@ -247,6 +283,10 @@ declare const PopoverTypes: () => ({
|
|
|
247
283
|
isOpen: (value: boolean) => void;
|
|
248
284
|
}, string, {
|
|
249
285
|
testId: string;
|
|
286
|
+
delay: number | {
|
|
287
|
+
show: number;
|
|
288
|
+
hide: number;
|
|
289
|
+
};
|
|
250
290
|
placement: import("floating-vue").Placement;
|
|
251
291
|
disabled: boolean;
|
|
252
292
|
distance: number;
|
|
@@ -16,6 +16,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
16
16
|
selectable?: boolean;
|
|
17
17
|
maxLength?: number;
|
|
18
18
|
maxLengthTooltip?: string;
|
|
19
|
+
validationPattern?: string;
|
|
20
|
+
validationErrorText?: string;
|
|
19
21
|
}>, {
|
|
20
22
|
isInvalid: boolean;
|
|
21
23
|
label: string;
|
|
@@ -32,11 +34,15 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
32
34
|
maxLength: any;
|
|
33
35
|
iconType: string;
|
|
34
36
|
maxLengthTooltip: string;
|
|
37
|
+
validationPattern: string;
|
|
38
|
+
validationErrorText: string;
|
|
35
39
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
40
|
"update:label": (value: string) => void;
|
|
37
41
|
remove: () => void;
|
|
38
42
|
stopEditing: () => void;
|
|
39
43
|
"update:isSelected": (value: boolean) => void;
|
|
44
|
+
validationError: (value: string) => void;
|
|
45
|
+
validationSuccess: () => void;
|
|
40
46
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
41
47
|
label: string;
|
|
42
48
|
isSelected: boolean;
|
|
@@ -54,6 +60,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
54
60
|
selectable?: boolean;
|
|
55
61
|
maxLength?: number;
|
|
56
62
|
maxLengthTooltip?: string;
|
|
63
|
+
validationPattern?: string;
|
|
64
|
+
validationErrorText?: string;
|
|
57
65
|
}>, {
|
|
58
66
|
isInvalid: boolean;
|
|
59
67
|
label: string;
|
|
@@ -70,11 +78,15 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
70
78
|
maxLength: any;
|
|
71
79
|
iconType: string;
|
|
72
80
|
maxLengthTooltip: string;
|
|
81
|
+
validationPattern: string;
|
|
82
|
+
validationErrorText: string;
|
|
73
83
|
}>>> & {
|
|
74
84
|
onRemove?: () => any;
|
|
75
85
|
"onUpdate:label"?: (value: string) => any;
|
|
76
86
|
onStopEditing?: () => any;
|
|
77
87
|
"onUpdate:isSelected"?: (value: boolean) => any;
|
|
88
|
+
onValidationError?: (value: string) => any;
|
|
89
|
+
onValidationSuccess?: () => any;
|
|
78
90
|
}, {
|
|
79
91
|
label: string;
|
|
80
92
|
testId: string;
|
|
@@ -91,6 +103,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
91
103
|
isInvalid: boolean;
|
|
92
104
|
selectable: boolean;
|
|
93
105
|
maxLengthTooltip: string;
|
|
106
|
+
validationPattern: string;
|
|
107
|
+
validationErrorText: string;
|
|
94
108
|
}>;
|
|
95
109
|
export default _default;
|
|
96
110
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Tag.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../Tag.
|
|
4
|
-
const c = /* @__PURE__ */ _(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../Tag.vue_vue_type_style_index_0_scoped_7c9f1b76_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ _(o, [["__scopeId", "data-v-7c9f1b76"]]);
|
|
5
5
|
export {
|
|
6
6
|
c as default
|
|
7
7
|
};
|