@ironsource/shared-ui 2.0.0-test.1 → 2.0.0-test.2
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/ButtonV4.vue_vue_type_style_index_0_scoped_6db34241_lang.css +1 -0
- package/Checkbox.vue_vue_type_style_index_0_scoped_345b8f69_lang.css +1 -0
- package/components/appIcon/AppIcon.vue.js +3 -2
- package/components/appIcon/AppIcon.vue2.js +1 -1
- package/components/appTrigger/AppTrigger.vue.js +5 -4
- package/components/appTrigger/AppTrigger.vue2.js +9 -5
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +4 -3
- package/components/autocompleteDropdown/AutocompleteDropdown.vue2.js +39 -38
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +1 -0
- package/components/autocompleteDropdown/AutocompleteInput.vue2.js +1 -1
- package/components/autocompleteDropdown/GroupOption.vue.js +4 -3
- package/components/autocompleteDropdown/GroupOption.vue2.js +3 -2
- package/components/banner/Banner.vue.js +4 -3
- package/components/banner/Banner.vue2.js +1 -1
- package/components/button/common/ButtonBase.vue.js +7 -0
- package/components/button/common/ButtonBase.vue2.js +52 -4
- package/components/button/v3/Button.vue.js +1 -0
- package/components/button/v3/Button.vue2.js +3 -2
- package/components/button/v3/IconButton.vue.js +3 -2
- package/components/button/v3/IconButton.vue2.js +2 -2
- package/components/button/v3/ScrollButton.vue.js +3 -2
- package/components/button/v3/ScrollButton.vue2.js +15 -12
- package/components/button/v4/ButtonV4.vue.js +2 -1
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/checkbox/Checkbox.vue.js +4 -3
- package/components/checkbox/Checkbox.vue2.js +58 -52
- package/components/chip/v3/Chip.vue.js +4 -3
- package/components/chip/v3/Chip.vue2.js +1 -1
- package/components/chip/v4/ChipV4.vue.js +4 -3
- package/components/chip/v4/ChipV4.vue2.js +1 -1
- package/components/cssBaseline/CssBaseline.vue2.js +0 -0
- package/components/datePicker/DatePicker.vue.js +5 -4
- package/components/datePicker/DatePicker.vue2.js +1 -1
- package/components/datePicker/DatePickerMonth.vue.js +4 -3
- package/components/datePicker/DatePickerMonth.vue2.js +1 -1
- package/components/dateRange/CalendarMonth.vue.js +4 -3
- package/components/dateRange/CalendarMonth.vue2.js +14 -13
- package/components/dateRange/DateRange.vue.js +5 -4
- package/components/dateRange/DateRange.vue2.js +35 -33
- package/components/dialog/Dialog.vue.js +4 -3
- package/components/dialog/Dialog.vue2.js +22 -21
- package/components/dropdown/common/Label.vue.js +4 -3
- package/components/dropdown/common/Label.vue2.js +3 -2
- package/components/dropdown/common/Option.vue.js +4 -3
- package/components/dropdown/common/Option.vue2.js +3 -2
- package/components/dropdown/common/SearchInput.vue.js +4 -3
- package/components/dropdown/common/SearchInput.vue2.js +25 -24
- package/components/dropdown/v3/Dropdown.vue.js +5 -3
- package/components/dropdown/v3/Dropdown.vue2.js +26 -23
- package/components/dropdown/v4/DropdownV4.vue.js +5 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +4 -3
- package/components/emptyState/EmptyState.vue.js +3 -2
- package/components/emptyState/EmptyState.vue2.js +20 -18
- package/components/emptyState/EmptyStateIcon.vue2.js +0 -0
- package/components/filterDropdown/AddFilterButton.vue.js +5 -4
- package/components/filterDropdown/AddFilterButton.vue2.js +1 -1
- package/components/filterDropdown/FilterDropdown.vue.js +4 -3
- package/components/filterDropdown/FilterDropdown.vue2.js +26 -25
- package/components/filtersPanel/FilterSearchInput.vue.js +4 -3
- package/components/filtersPanel/FilterSearchInput.vue2.js +21 -21
- package/components/filtersPanel/FiltersPanel.vue.js +5 -4
- package/components/filtersPanel/FiltersPanel.vue2.js +1 -1
- package/components/floatingToolbar/FloatingToolbar.vue.js +4 -3
- package/components/floatingToolbar/FloatingToolbar.vue2.js +11 -10
- package/components/icon/Icon.vue.js +4 -3
- package/components/icon/Icon.vue2.js +1 -1
- package/components/includeExclude/IncludeExclude.vue.js +5 -4
- package/components/includeExclude/IncludeExclude.vue2.js +55 -52
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +4 -3
- package/components/includeExclude/IncludeExcludeAppHeader.vue2.js +36 -35
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +3 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue2.js +8 -4
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +4 -3
- package/components/includeExclude/IncludeExcludeChipFilter.vue2.js +38 -36
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +3 -2
- package/components/includeExclude/IncludeExcludeDragDrop.vue2.js +64 -61
- package/components/includeExclude/IncludeExcludeOption.vue.js +3 -2
- package/components/includeExclude/IncludeExcludeOption.vue2.js +6 -4
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +5 -4
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue2.js +5 -3
- package/components/input/common/Input.common.js +13 -13
- package/components/input/v3/DollarInput.vue.js +4 -3
- package/components/input/v3/DollarInput.vue2.js +3 -2
- package/components/input/v3/Input.vue.js +4 -3
- package/components/input/v3/Input.vue2.js +15 -11
- package/components/input/v3/PasswordInput.vue.js +4 -3
- package/components/input/v3/PasswordInput.vue2.js +3 -2
- package/components/input/v3/PercentageInput.vue.js +4 -3
- package/components/input/v3/PercentageInput.vue2.js +3 -2
- package/components/input/v4/TextField.vue.js +5 -4
- package/components/input/v4/TextField.vue2.js +13 -12
- package/components/loader/v4/Loader.vue.js +4 -3
- package/components/loader/v4/Loader.vue2.js +1 -1
- package/components/menu/Menu.vue.js +6 -4
- package/components/menu/Menu.vue2.js +1 -1
- package/components/menuItem/MenuItem.vue.js +12 -11
- package/components/menuItem/MenuItem.vue2.js +0 -0
- package/components/popover/Popover.vue2.js +5 -0
- package/components/popover/index.js +2 -1
- package/components/radioButton/RadioButton.vue.js +3 -2
- package/components/radioButton/RadioButton.vue2.js +1 -1
- package/components/radioButton/RadioGroup.vue.js +4 -3
- package/components/radioButton/RadioGroup.vue2.js +1 -1
- package/components/search/v3/Search.vue.js +5 -4
- package/components/search/v3/Search.vue2.js +1 -1
- package/components/search/v4/SearchV4.vue.js +4 -3
- package/components/search/v4/SearchV4.vue2.js +1 -1
- package/components/shared/FieldHelpText.vue.js +5 -4
- package/components/shared/FieldHelpText.vue2.js +1 -1
- package/components/shared/FieldLabel.vue.js +3 -2
- package/components/shared/FieldLabel.vue2.js +4 -3
- package/components/skeleton/Skeleton.vue.js +5 -4
- package/components/skeleton/Skeleton.vue2.js +1 -1
- package/components/snackbar/Snackbar.vue.js +4 -3
- package/components/snackbar/Snackbar.vue2.js +23 -22
- package/components/switch/v3/Switch.vue.js +4 -3
- package/components/switch/v3/Switch.vue2.js +1 -1
- package/components/switch/v4/SwitchV4.vue.js +4 -3
- package/components/switch/v4/SwitchV4.vue2.js +0 -69
- package/components/table/SortOrderIcon.vue2.js +0 -0
- package/components/table/Table.vue.js +4 -3
- package/components/table/Table.vue2.js +62 -59
- package/components/table/TableHeaderSorter.vue.js +5 -4
- package/components/table/TableHeaderSorter.vue2.js +1 -1
- package/components/table-cells/Editable.vue.js +3 -2
- package/components/table-cells/Editable.vue2.js +1 -1
- package/components/tabs/Tabs.vue.js +5 -4
- package/components/tabs/Tabs.vue2.js +4 -3
- package/components/textArea/TextArea.vue.js +5 -4
- package/components/textArea/TextArea.vue2.js +3 -2
- package/components/toggle/Toggle.vue.js +4 -3
- package/components/toggle/Toggle.vue2.js +4 -3
- package/components/tooltip/TextWithTitleContent.vue.js +7 -0
- package/components/tooltip/TextWithTitleContent.vue2.js +44 -4
- package/components/tooltip/Tooltip.vue.js +4 -3
- package/components/tooltip/Tooltip.vue2.js +5 -0
- package/components/tooltip/index.js +2 -1
- package/components/typography/Heading.vue.js +5 -4
- package/components/typography/{Heading.vue3.js → Heading.vue2.js} +1 -1
- package/components/typography/Text.vue.js +4 -3
- package/components/typography/Text.vue2.js +1 -1
- package/components/typography/v4/Typography.vue.js +3 -2
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/package.json +2 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_981897ea_lang.css +0 -1
- package/Checkbox.vue_vue_type_style_index_0_scoped_03174f1a_lang.css +0 -1
- package/components/button/common/ButtonBase.vue3.js +0 -53
- package/components/popover/Popover.vue3.js +0 -4
- package/components/tooltip/TextWithTitleContent.vue3.js +0 -45
- package/components/tooltip/Tooltip.vue3.js +0 -4
|
@@ -1,13 +1,16 @@
|
|
|
1
|
-
import { defineComponent as Q, useCssVars as U, unref as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import "../../Table.vue_vue_type_style_index_0_scoped_096d493a_lang.css"; import { defineComponent as Q, useCssVars as U, unref as i, ref as w, provide as X, computed as S, useSlots as Z, onMounted as p, openBlock as a, createElementBlock as r, createElementVNode as u, normalizeStyle as v, normalizeClass as c, renderSlot as f, createVNode as g, withCtx as C, createTextVNode as R, toDisplayString as B, createCommentVNode as A, Fragment as E, renderList as I, createBlock as _, mergeProps as tt, withDirectives as et, vShow as st } from "vue";
|
|
2
|
+
import "../typography/Heading.vue.js";
|
|
3
|
+
import L from "../typography/Text.vue.js";
|
|
4
|
+
import "../button/v3/Button.vue.js";
|
|
5
|
+
import "../button/v3/IconButton.vue.js";
|
|
6
|
+
import it from "../button/v3/ScrollButton.vue.js";
|
|
5
7
|
import ot from "../skeleton/Skeleton.vue.js";
|
|
6
8
|
import lt from "../emptyState/EmptyState.vue.js";
|
|
7
9
|
import at from "./TableHeaderSorter.vue.js";
|
|
8
10
|
import { useVirtualList as rt, useInfiniteScroll as nt } from "@vueuse/core";
|
|
9
11
|
import { TableContext as dt } from "./TableContext.js";
|
|
10
|
-
|
|
12
|
+
import { TableTestIdModifiers as h } from "../../testids/index.js";
|
|
13
|
+
const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["data-testid"], yt = ["data-testid"], St = ["data-testid"], gt = ["data-testid"], mt = ["onClick"], vt = { class: "table-head-container" }, $t = ["data-testid"], kt = ["onMouseenter"], Tt = { key: 1 }, bt = { key: 1 }, xt = /* @__PURE__ */ Q({
|
|
11
14
|
__name: "Table",
|
|
12
15
|
props: {
|
|
13
16
|
title: null,
|
|
@@ -28,20 +31,20 @@ const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["d
|
|
|
28
31
|
testId: { default: "" }
|
|
29
32
|
},
|
|
30
33
|
emits: ["update:sort", "onScroll", "saveRow", "loadMore"],
|
|
31
|
-
setup(
|
|
32
|
-
const o =
|
|
34
|
+
setup(s, { emit: $ }) {
|
|
35
|
+
const o = s;
|
|
33
36
|
U((e) => ({
|
|
34
|
-
"1d573854":
|
|
37
|
+
"1d573854": i(N)
|
|
35
38
|
}));
|
|
36
|
-
const
|
|
39
|
+
const m = w([]);
|
|
37
40
|
X(dt, {
|
|
38
41
|
onClose({ rowIndex: e, cellIndex: l, value: t } = {}) {
|
|
39
|
-
t && (
|
|
42
|
+
t && (m.value = [...m.value, e], $("saveRow", {
|
|
40
43
|
rowIndex: e,
|
|
41
44
|
cellIndex: l,
|
|
42
45
|
value: t,
|
|
43
46
|
confirm: () => {
|
|
44
|
-
|
|
47
|
+
m.value = m.value.filter((d) => d !== e);
|
|
45
48
|
}
|
|
46
49
|
}));
|
|
47
50
|
}
|
|
@@ -102,31 +105,31 @@ const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["d
|
|
|
102
105
|
}
|
|
103
106
|
return (e, l) => (a(), r("div", {
|
|
104
107
|
class: "table-container",
|
|
105
|
-
"data-testid": `${
|
|
108
|
+
"data-testid": `${s.testId}-${i(h).CONTAINER}`,
|
|
106
109
|
onMouseleave: l[0] || (l[0] = (t) => k.value = null)
|
|
107
110
|
}, [
|
|
108
111
|
u("table", {
|
|
109
|
-
ref:
|
|
110
|
-
style: v(
|
|
111
|
-
"data-testid": `${
|
|
112
|
+
ref: i(y).ref,
|
|
113
|
+
style: v(i(G)),
|
|
114
|
+
"data-testid": `${s.testId}-${i(h).TABLE}`,
|
|
112
115
|
onScrollPassive: F
|
|
113
116
|
}, [
|
|
114
|
-
|
|
117
|
+
s.title || e.$slots.search ? (a(), r("div", {
|
|
115
118
|
key: 0,
|
|
116
|
-
class: c(["table-header", { isStickyHeader:
|
|
117
|
-
"data-testid": `${
|
|
119
|
+
class: c(["table-header", { isStickyHeader: s.isStickyHeader }]),
|
|
120
|
+
"data-testid": `${s.testId}-${i(h).HEADER}`
|
|
118
121
|
}, [
|
|
119
122
|
u("div", {
|
|
120
|
-
class: c(["table-title",
|
|
121
|
-
"data-testid": `${
|
|
123
|
+
class: c(["table-title", i(D) ? "border-search" : ""]),
|
|
124
|
+
"data-testid": `${s.testId}-${i(h).TITLE}`
|
|
122
125
|
}, [
|
|
123
126
|
f(e.$slots, "title", {}, () => [
|
|
124
|
-
|
|
127
|
+
g(i(L), {
|
|
125
128
|
size: "md",
|
|
126
129
|
strong: ""
|
|
127
130
|
}, {
|
|
128
131
|
default: C(() => [
|
|
129
|
-
R(B(
|
|
132
|
+
R(B(s.title), 1)
|
|
130
133
|
]),
|
|
131
134
|
_: 1
|
|
132
135
|
})
|
|
@@ -134,25 +137,25 @@ const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["d
|
|
|
134
137
|
], 10, ht),
|
|
135
138
|
u("div", {
|
|
136
139
|
class: "table-header-right",
|
|
137
|
-
"data-testid": `${
|
|
140
|
+
"data-testid": `${s.testId}-${i(h).HEADER_RIGHT}`
|
|
138
141
|
}, [
|
|
139
142
|
f(e.$slots, "search", {}, void 0, !0)
|
|
140
143
|
], 8, yt),
|
|
141
144
|
u("div", {
|
|
142
145
|
class: "table-header-actions",
|
|
143
|
-
"data-testid": `${
|
|
146
|
+
"data-testid": `${s.testId}-${i(h).ACTIONS}`
|
|
144
147
|
}, [
|
|
145
148
|
f(e.$slots, "table-header-actions", {}, void 0, !0)
|
|
146
149
|
], 8, St)
|
|
147
150
|
], 10, ft)) : A("", !0),
|
|
148
151
|
u("thead", {
|
|
149
|
-
class: c({ sticky:
|
|
152
|
+
class: c({ sticky: s.isSticky, isStickyHeader: s.isStickyHeader })
|
|
150
153
|
}, [
|
|
151
154
|
u("div", {
|
|
152
155
|
class: "sections",
|
|
153
|
-
"data-testid": `${
|
|
156
|
+
"data-testid": `${s.testId}-${i(h).SECTIONS}`
|
|
154
157
|
}, [
|
|
155
|
-
(a(!0), r(E, null, I(
|
|
158
|
+
(a(!0), r(E, null, I(s.sections, (t) => (a(), r("div", {
|
|
156
159
|
key: t.id,
|
|
157
160
|
class: c(["section-container", { sticky: t.isSticky }])
|
|
158
161
|
}, [
|
|
@@ -161,7 +164,7 @@ const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["d
|
|
|
161
164
|
style: v({ width: t.width + "px" }),
|
|
162
165
|
class: c({ section: !0 })
|
|
163
166
|
}, [
|
|
164
|
-
|
|
167
|
+
g(i(L), { size: "xs" }, {
|
|
165
168
|
default: C(() => [
|
|
166
169
|
R(B(t.title), 1)
|
|
167
170
|
]),
|
|
@@ -170,9 +173,9 @@ const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["d
|
|
|
170
173
|
], 4)
|
|
171
174
|
], !0)
|
|
172
175
|
], 2))), 128))
|
|
173
|
-
], 8,
|
|
176
|
+
], 8, gt),
|
|
174
177
|
u("tr", null, [
|
|
175
|
-
(a(!0), r(E, null, I(
|
|
178
|
+
(a(!0), r(E, null, I(s.columns, (t) => (a(), r("th", {
|
|
176
179
|
key: t.id,
|
|
177
180
|
class: c({
|
|
178
181
|
sticky: t.isSticky,
|
|
@@ -180,12 +183,12 @@ const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["d
|
|
|
180
183
|
isTextRight: t.isTextRight,
|
|
181
184
|
isSortable: t.isSortable
|
|
182
185
|
}),
|
|
183
|
-
style: v(t.isSticky ?
|
|
186
|
+
style: v(t.isSticky ? i(H)[t.id] : null),
|
|
184
187
|
onClick: (d) => j(t)
|
|
185
188
|
}, [
|
|
186
189
|
u("div", vt, [
|
|
187
190
|
f(e.$slots, `header-${t.id}`, { column: t }, () => [
|
|
188
|
-
|
|
191
|
+
g(i(L), {
|
|
189
192
|
size: "sm",
|
|
190
193
|
strong: "",
|
|
191
194
|
"is-truncated": !1
|
|
@@ -196,25 +199,25 @@ const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["d
|
|
|
196
199
|
_: 2
|
|
197
200
|
}, 1024)
|
|
198
201
|
], !0),
|
|
199
|
-
t.id ===
|
|
202
|
+
t.id === s.sort.sortBy ? (a(), _(at, {
|
|
200
203
|
key: 0,
|
|
201
204
|
class: "table-head-sorter",
|
|
202
|
-
"sort-order":
|
|
205
|
+
"sort-order": s.sort.sortOrder
|
|
203
206
|
}, null, 8, ["sort-order"])) : A("", !0)
|
|
204
207
|
])
|
|
205
|
-
], 14,
|
|
208
|
+
], 14, mt))), 128))
|
|
206
209
|
])
|
|
207
210
|
], 2),
|
|
208
211
|
u("tbody", null, [
|
|
209
|
-
|
|
212
|
+
i(T).length > 0 ? (a(), r("div", tt({
|
|
210
213
|
key: 0,
|
|
211
214
|
class: "table-body-wrapper",
|
|
212
|
-
"data-testid": `${
|
|
213
|
-
},
|
|
214
|
-
(a(!0), r(E, null, I(
|
|
215
|
+
"data-testid": `${s.testId}-${i(h).BODY_WRAPPER}`
|
|
216
|
+
}, i(M)), [
|
|
217
|
+
(a(!0), r(E, null, I(i(T), (t) => (a(), r("tr", {
|
|
215
218
|
key: t.index,
|
|
216
219
|
class: c(["table-row", {
|
|
217
|
-
loading:
|
|
220
|
+
loading: s.isLoading || s.isLoading && !t.data || m.value.includes(t.index),
|
|
218
221
|
active: k.value === t.index
|
|
219
222
|
}]),
|
|
220
223
|
onMouseenter: (d) => k.value = t.index
|
|
@@ -229,22 +232,22 @@ const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["d
|
|
|
229
232
|
f(e.$slots, "floating-actions", { row: t }, void 0, !0)
|
|
230
233
|
], 4), [
|
|
231
234
|
[
|
|
232
|
-
|
|
233
|
-
e.$slots["floating-actions"] && k.value === t.index && !
|
|
235
|
+
st,
|
|
236
|
+
e.$slots["floating-actions"] && k.value === t.index && !s.isLoading
|
|
234
237
|
]
|
|
235
238
|
]),
|
|
236
239
|
(a(!0), r(E, null, I(t.data, (d, n) => (a(), r("td", {
|
|
237
240
|
key: n,
|
|
238
241
|
class: c({
|
|
239
|
-
sticky:
|
|
240
|
-
bordered:
|
|
241
|
-
isTextRight:
|
|
242
|
+
sticky: s.columns[n].isSticky,
|
|
243
|
+
bordered: s.columns[n].isBordered,
|
|
244
|
+
isTextRight: s.columns[n].isTextRight
|
|
242
245
|
}),
|
|
243
246
|
style: v(
|
|
244
|
-
|
|
247
|
+
s.columns[n].isSticky ? i(H)[s.columns[n].id] : null
|
|
245
248
|
)
|
|
246
249
|
}, [
|
|
247
|
-
!
|
|
250
|
+
!s.isLoading || s.isLoading && d ? (a(), r("div", {
|
|
248
251
|
key: 0,
|
|
249
252
|
class: c({
|
|
250
253
|
last: n === t.data.length - 1,
|
|
@@ -252,14 +255,14 @@ const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["d
|
|
|
252
255
|
floating: e.$slots["floating-actions"]
|
|
253
256
|
})
|
|
254
257
|
}, [
|
|
255
|
-
f(e.$slots, `cell-${
|
|
258
|
+
f(e.$slots, `cell-${s.columns[n].id}`, {
|
|
256
259
|
cell: d,
|
|
257
|
-
isLoading:
|
|
260
|
+
isLoading: m.value.includes(t.index),
|
|
258
261
|
cellIndex: n,
|
|
259
262
|
row: t,
|
|
260
263
|
rowIndex: t.index
|
|
261
264
|
}, () => [
|
|
262
|
-
|
|
265
|
+
g(i(L), { size: "sm" }, {
|
|
263
266
|
default: C(() => [
|
|
264
267
|
R(B(d), 1)
|
|
265
268
|
]),
|
|
@@ -267,29 +270,29 @@ const ut = ["data-testid"], ct = ["data-testid"], ft = ["data-testid"], ht = ["d
|
|
|
267
270
|
}, 1024)
|
|
268
271
|
], !0)
|
|
269
272
|
], 2)) : f(e.$slots, "loader", { key: 1 }, () => [
|
|
270
|
-
|
|
273
|
+
g(i(ot), { round: "" })
|
|
271
274
|
], !0)
|
|
272
275
|
], 6))), 128))
|
|
273
276
|
], 42, kt))), 128))
|
|
274
277
|
], 16, $t)) : (a(), r("div", Tt, [
|
|
275
278
|
f(e.$slots, "empty-state", {}, () => [
|
|
276
|
-
|
|
277
|
-
title:
|
|
278
|
-
subtitle:
|
|
279
|
-
"test-id": `${
|
|
279
|
+
g(i(lt), {
|
|
280
|
+
title: s.emptyStateTitle,
|
|
281
|
+
subtitle: s.emptyStateSubtitle,
|
|
282
|
+
"test-id": `${s.testId}-${i(h).EMPTY_STATE}`
|
|
280
283
|
}, null, 8, ["title", "subtitle", "test-id"])
|
|
281
284
|
], !0)
|
|
282
285
|
]))
|
|
283
286
|
]),
|
|
284
|
-
|
|
287
|
+
i(T).length > 0 ? (a(), r("tfoot", bt)) : A("", !0)
|
|
285
288
|
], 44, ct),
|
|
286
|
-
|
|
287
|
-
show:
|
|
289
|
+
g(i(it), {
|
|
290
|
+
show: i(Y),
|
|
288
291
|
onScrolled: W
|
|
289
292
|
}, null, 8, ["show"])
|
|
290
293
|
], 40, ut));
|
|
291
294
|
}
|
|
292
295
|
});
|
|
293
296
|
export {
|
|
294
|
-
|
|
297
|
+
xt as default
|
|
295
298
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
/* empty css */import
|
|
3
|
-
|
|
1
|
+
import e from "./TableHeaderSorter.vue2.js";
|
|
2
|
+
/* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../TableHeaderSorter.vue_vue_type_style_index_0_scoped_350aa9f0_lang.css"; //*');
|
|
4
|
+
const t = /* @__PURE__ */ o(e, [["__scopeId", "data-v-350aa9f0"]]);
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
+
t as default
|
|
6
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as o, openBlock as a, createElementBlock as l, createVNode as r, normalizeClass as t } from "vue";
|
|
1
|
+
import "../../TableHeaderSorter.vue_vue_type_style_index_0_scoped_350aa9f0_lang.css"; import { defineComponent as o, openBlock as a, createElementBlock as l, createVNode as r, normalizeClass as t } from "vue";
|
|
2
2
|
import s from "./SortOrderIcon.vue.js";
|
|
3
3
|
const c = { class: "table-head-sorter-container" }, u = /* @__PURE__ */ o({
|
|
4
4
|
__name: "TableHeaderSorter",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import o from "./Editable.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
|
|
2
|
+
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../Editable.vue_vue_type_style_index_0_scoped_3b865286_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-3b865286"]]);
|
|
4
5
|
export {
|
|
5
6
|
p as default
|
|
6
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as v, ref as n, provide as p, openBlock as u, createElementBlock as c, createElementVNode as m, renderSlot as d, createVNode as x, withCtx as C, createTextVNode as b, toDisplayString as E } from "vue";
|
|
1
|
+
import "../../Editable.vue_vue_type_style_index_0_scoped_3b865286_lang.css"; import { defineComponent as v, ref as n, provide as p, openBlock as u, createElementBlock as c, createElementVNode as m, renderSlot as d, createVNode as x, withCtx as C, createTextVNode as b, toDisplayString as E } from "vue";
|
|
2
2
|
import _ from "../typography/Text.vue.js";
|
|
3
3
|
import { EditableContext as g } from "./EditableContext.js";
|
|
4
4
|
import { onClickOutside as k } from "@vueuse/core";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
/* empty css */import
|
|
3
|
-
|
|
1
|
+
import e from "./Tabs.vue2.js";
|
|
2
|
+
/* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../Tabs.vue_vue_type_style_index_0_scoped_8e053ecb_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ o(e, [["__scopeId", "data-v-8e053ecb"]]);
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
+
c as default
|
|
6
7
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { defineComponent as W, useCssVars as y, unref as n, ref as T, computed as c, openBlock as o, createElementBlock as l, normalizeClass as u, Fragment as H, renderList as M, renderSlot as V, createBlock as p, createCommentVNode as m, withCtx as E, createTextVNode as F, toDisplayString as P, pushScopeId as _, popScopeId as A, createElementVNode as R } from "vue";
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import "../../Tabs.vue_vue_type_style_index_0_scoped_8e053ecb_lang.css"; import { defineComponent as W, useCssVars as y, unref as n, ref as T, computed as c, openBlock as o, createElementBlock as l, normalizeClass as u, Fragment as H, renderList as M, renderSlot as V, createBlock as p, createCommentVNode as m, withCtx as E, createTextVNode as F, toDisplayString as P, pushScopeId as _, popScopeId as A, createElementVNode as R } from "vue";
|
|
2
|
+
import "../typography/Heading.vue.js";
|
|
3
|
+
import U from "../typography/Text.vue.js";
|
|
4
4
|
import D from "../icon/Icon.vue.js";
|
|
5
|
+
import { TabsTestIdModifiers as h } from "../../testids/index.js";
|
|
5
6
|
const j = (s) => (_("data-v-8e053ecb"), s = s(), A(), s), q = ["data-testid"], G = ["data-testid", "onClick", "onMouseover"], J = /* @__PURE__ */ j(() => /* @__PURE__ */ R("div", { class: "tabs-border-line" }, null, -1)), K = {
|
|
6
7
|
key: 0,
|
|
7
8
|
class: "tabs-border-line-hover"
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
/* empty css */import
|
|
3
|
-
|
|
1
|
+
import e from "./TextArea.vue2.js";
|
|
2
|
+
/* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../TextArea.vue_vue_type_style_index_0_scoped_889b62ac_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-889b62ac"]]);
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
+
a as default
|
|
6
7
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { defineComponent as x, openBlock as d, createElementBlock as l, normalizeClass as s, unref as t, createVNode as i, withCtx as c, createTextVNode as o, toDisplayString as n, createCommentVNode as u, createElementVNode as T } from "vue";
|
|
1
|
+
import "../../TextArea.vue_vue_type_style_index_0_scoped_889b62ac_lang.css"; import { defineComponent as x, openBlock as d, createElementBlock as l, normalizeClass as s, unref as t, createVNode as i, withCtx as c, createTextVNode as o, toDisplayString as n, createCommentVNode as u, createElementVNode as T } from "vue";
|
|
2
|
+
import "../typography/Heading.vue.js";
|
|
3
|
+
import f from "../typography/Text.vue.js";
|
|
2
4
|
import { TextAreaTestIdModifiers as a } from "../../testids/index.js";
|
|
3
|
-
/* empty css */import f from "../typography/Text.vue.js";
|
|
4
5
|
const h = ["data-testid"], k = ["data-testid"], E = ["value", "placeholder", "disabled", "data-testid"], I = {
|
|
5
6
|
key: 1,
|
|
6
7
|
class: "extra-text-container"
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import o from "./Toggle.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
|
|
2
|
+
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../Toggle.vue_vue_type_style_index_0_scoped_d97166d1_lang.css"; //*');
|
|
4
|
+
const d = /* @__PURE__ */ e(o, [["__scopeId", "data-v-d97166d1"]]);
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
+
d as default
|
|
6
7
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { defineComponent as h, useCssVars as v, openBlock as l, createElementBlock as m, createElementVNode as a, unref as t, normalizeClass as i, createCommentVNode as s, createVNode as V, withCtx as o, createTextVNode as c, toDisplayString as n, createBlock as f } from "vue";
|
|
2
|
-
import
|
|
3
|
-
|
|
1
|
+
import "../../Toggle.vue_vue_type_style_index_0_scoped_d97166d1_lang.css"; import { defineComponent as h, useCssVars as v, openBlock as l, createElementBlock as m, createElementVNode as a, unref as t, normalizeClass as i, createCommentVNode as s, createVNode as V, withCtx as o, createTextVNode as c, toDisplayString as n, createBlock as f } from "vue";
|
|
2
|
+
import "../typography/Heading.vue.js";
|
|
3
|
+
import u from "../typography/Text.vue.js";
|
|
4
4
|
import { COLORS as b } from "../../consts/colors.js";
|
|
5
|
+
import { ToggleTestIdModifiers as d } from "../../testids/index.js";
|
|
5
6
|
const $ = ["data-testid"], k = ["data-testid"], E = { class: "toggle-head" }, I = ["disabled", "checked", "data-testid"], z = /* @__PURE__ */ h({
|
|
6
7
|
__name: "Toggle",
|
|
7
8
|
props: {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import t from "./TextWithTitleContent.vue2.js";
|
|
2
|
+
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../TextWithTitleContent.vue_vue_type_style_index_0_scoped_7da6e1ca_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ e(t, [["__scopeId", "data-v-7da6e1ca"]]);
|
|
5
|
+
export {
|
|
6
|
+
a as default
|
|
7
|
+
};
|
|
@@ -1,6 +1,46 @@
|
|
|
1
|
-
import t from "
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import "../../TextWithTitleContent.vue_vue_type_style_index_0_scoped_7da6e1ca_lang.css"; import { defineComponent as l, openBlock as f, createElementBlock as m, createElementVNode as o, createVNode as n, unref as t, withCtx as d, createTextVNode as i, toDisplayString as r } from "vue";
|
|
2
|
+
import "../typography/Heading.vue.js";
|
|
3
|
+
import a from "../typography/Text.vue.js";
|
|
4
|
+
import { TooltipTestIdModifiers as c } from "../../testids/index.js";
|
|
5
|
+
const u = { class: "content-wrap" }, p = { class: "content-header" }, T = { class: "content-body" }, g = /* @__PURE__ */ l({
|
|
6
|
+
__name: "TextWithTitleContent",
|
|
7
|
+
props: {
|
|
8
|
+
text: null,
|
|
9
|
+
header: null,
|
|
10
|
+
testId: { default: "" }
|
|
11
|
+
},
|
|
12
|
+
setup(e) {
|
|
13
|
+
const s = e;
|
|
14
|
+
return (_, h) => (f(), m("div", u, [
|
|
15
|
+
o("div", p, [
|
|
16
|
+
n(t(a), {
|
|
17
|
+
size: "md",
|
|
18
|
+
"is-truncated": !1,
|
|
19
|
+
strong: "",
|
|
20
|
+
"test-id": `${s.testId}-${t(c).TEXT}`
|
|
21
|
+
}, {
|
|
22
|
+
default: d(() => [
|
|
23
|
+
i(r(e.header), 1)
|
|
24
|
+
]),
|
|
25
|
+
_: 1
|
|
26
|
+
}, 8, ["test-id"])
|
|
27
|
+
]),
|
|
28
|
+
o("div", T, [
|
|
29
|
+
n(t(a), {
|
|
30
|
+
size: "xs",
|
|
31
|
+
"is-truncated": !1,
|
|
32
|
+
strong: "",
|
|
33
|
+
"test-id": `${s.testId}-${t(c).TEXT}`
|
|
34
|
+
}, {
|
|
35
|
+
default: d(() => [
|
|
36
|
+
i(r(e.text), 1)
|
|
37
|
+
]),
|
|
38
|
+
_: 1
|
|
39
|
+
}, 8, ["test-id"])
|
|
40
|
+
])
|
|
41
|
+
]));
|
|
42
|
+
}
|
|
43
|
+
});
|
|
4
44
|
export {
|
|
5
|
-
|
|
45
|
+
g as default
|
|
6
46
|
};
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { defineComponent as y, ref as r, useSlots as v, watch as m, openBlock as n, createBlock as s, unref as a, mergeProps as w, withCtx as u, renderSlot as h, createTextVNode as g, toDisplayString as S, createElementVNode as k, nextTick as $ } from "vue";
|
|
2
|
-
import I from "./TextWithTitleContent.
|
|
3
|
-
import
|
|
4
|
-
|
|
2
|
+
import I from "./TextWithTitleContent.vue.js";
|
|
3
|
+
import "../typography/Heading.vue.js";
|
|
4
|
+
import W from "../typography/Text.vue.js";
|
|
5
5
|
import { Tooltip as b } from "floating-vue";
|
|
6
|
+
import { TooltipTestIdModifiers as x } from "../../testids/index.js";
|
|
6
7
|
const N = /* @__PURE__ */ y({
|
|
7
8
|
__name: "Tooltip",
|
|
8
9
|
props: {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import o from "./Heading.
|
|
2
|
-
/* empty css */import
|
|
3
|
-
|
|
1
|
+
import o from "./Heading.vue2.js";
|
|
2
|
+
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../Heading.vue_vue_type_style_index_0_scoped_19878c4b_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-19878c4b"]]);
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
+
c as default
|
|
6
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as r, computed as o, openBlock as s, createBlock as d, resolveDynamicComponent as i, unref as a, normalizeClass as c, withCtx as u, renderSlot as f } from "vue";
|
|
1
|
+
import "../../Heading.vue_vue_type_style_index_0_scoped_19878c4b_lang.css"; import { defineComponent as r, computed as o, openBlock as s, createBlock as d, resolveDynamicComponent as i, unref as a, normalizeClass as c, withCtx as u, renderSlot as f } from "vue";
|
|
2
2
|
import { HeaderTestIdModifiers as m } from "../../testids/index.js";
|
|
3
3
|
const C = /* @__PURE__ */ r({
|
|
4
4
|
__name: "Heading",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import o from "./Text.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
|
|
2
|
+
/* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../Text.vue_vue_type_style_index_0_scoped_94bd409b_lang.css"; //*');
|
|
4
|
+
const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-94bd409b"]]);
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
+
p as default
|
|
6
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as r, computed as a, openBlock as d, createElementBlock as i, normalizeClass as c, unref as e, renderSlot as l } from "vue";
|
|
1
|
+
import "../../Text.vue_vue_type_style_index_0_scoped_94bd409b_lang.css"; import { defineComponent as r, computed as a, openBlock as d, createElementBlock as i, normalizeClass as c, unref as e, renderSlot as l } from "vue";
|
|
2
2
|
import { TextTestIdModifiers as u } from "../../testids/index.js";
|
|
3
3
|
const m = ["data-testid"], x = /* @__PURE__ */ r({
|
|
4
4
|
__name: "Text",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import o from "./Typography.vue2.js";
|
|
2
2
|
/* empty css */import p from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
|
|
3
|
+
// import "../../../Typography.vue_vue_type_style_index_0_scoped_94f65484_lang.css"; //*');
|
|
4
|
+
const t = /* @__PURE__ */ p(o, [["__scopeId", "data-v-94f65484"]]);
|
|
4
5
|
export {
|
|
5
|
-
|
|
6
|
+
t as default
|
|
6
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as i, computed as a, openBlock as c, createBlock as f, resolveDynamicComponent as h, unref as n, normalizeClass as b, withCtx as u, renderSlot as d } from "vue";
|
|
1
|
+
import "../../../Typography.vue_vue_type_style_index_0_scoped_94f65484_lang.css"; import { defineComponent as i, computed as a, openBlock as c, createBlock as f, resolveDynamicComponent as h, unref as n, normalizeClass as b, withCtx as u, renderSlot as d } from "vue";
|
|
2
2
|
const v = /* @__PURE__ */ i({
|
|
3
3
|
__name: "Typography",
|
|
4
4
|
props: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "2.0.0-test.
|
|
3
|
+
"version": "2.0.0-test.2",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -120,6 +120,7 @@
|
|
|
120
120
|
"nodejs-file-downloader": "^4.12.1",
|
|
121
121
|
"npm": "^10.2.3",
|
|
122
122
|
"postcss": "^8.4.31",
|
|
123
|
+
"prepend-file": "^2.0.1",
|
|
123
124
|
"prettier": "^3.1.0",
|
|
124
125
|
"prismjs": "^1.29.0",
|
|
125
126
|
"puppeteer": "^21.5.1",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.button-wrap[data-v-981897ea]{border-radius:var(--border-radius-md);transition:all .2s ease;padding:0;min-width:auto;background-image:none;box-sizing:border-box;border:0}.contained.primary[data-v-981897ea]{color:var(--primary-button-contrast-text);background:var(--primary-main)}.contained.primary[data-v-981897ea]:hover{background:var(--primary-darker)}.contained.primary[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.default[data-v-981897ea]{color:var(--default-button-contrast-text);background:var(--default-main)}.contained.default[data-v-981897ea]:hover{background:var(--default-light)}.contained.default[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.danger[data-v-981897ea]{color:var(--error-button-contrast-text);background:var(--error-main)}.contained.danger[data-v-981897ea]:hover{background:var(--error-dark)}.contained.danger[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.info[data-v-981897ea]{color:var(--info-button-contrast-text);background:var(--info-main)}.contained.info[data-v-981897ea]:hover{background:var(--info-dark)}.contained.info[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.success[data-v-981897ea]{color:var(--success-button-contrast-text);background:var(--success-main)}.contained.success[data-v-981897ea]:hover{background:var(--success-dark)}.contained.success[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.warning[data-v-981897ea]{color:var(--warning-button-contrast-text);background:var(--warning-main)}.contained.warning[data-v-981897ea]:hover{background:var(--warning-dark)}.contained.warning[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--action-disabled-background);opacity:1}.contained.loading[data-v-981897ea],.contained.loading[data-v-981897ea]:hover{background:var(--action-disabled-background)}.outlined.primary[data-v-981897ea]{color:var(--primary-main);background:var(--common-white);border:1px solid var(--primary-main)}.outlined.primary[data-v-981897ea]:hover{background:var(--primary-lighter)}.outlined.primary[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--common-white);border:1px solid var(--default-outlined-border);opacity:1}.outlined.default[data-v-981897ea]{color:var(--text-primary);background:var(--common-white);border:1px solid var(--default-outlined-border)}.outlined.default[data-v-981897ea]:hover{border:1px solid var(--action-active);background:var(--action-hover)}.outlined.default[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--common-white);border:1px solid var(--default-outlined-border);opacity:1}.outlined.danger[data-v-981897ea]{color:var(--error-main);background:var(--common-white);border:1px solid var(--error-main)}.outlined.danger[data-v-981897ea]:hover{background:var(--error-lighter)}.outlined.danger[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--common-white);border:1px solid var(--default-outlined-border);opacity:1}.outlined.info[data-v-981897ea]{color:var(--info-main);background:var(--common-white);border:1px solid var(--info-main)}.outlined.info[data-v-981897ea]:hover{background:var(--info-lighter)}.outlined.info[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--common-white);border:1px solid var(--default-outlined-border);opacity:1}.outlined.success[data-v-981897ea]{color:var(--success-main);background:var(--common-white);border:1px solid var(--success-main)}.outlined.success[data-v-981897ea]:hover{background:var(--success-lighter)}.outlined.success[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--common-white);border:1px solid var(--default-outlined-border);opacity:1}.outlined.warning[data-v-981897ea]{color:var(--warning-darker);background:var(--common-white);border:1px solid var(--warning-darker)}.outlined.warning[data-v-981897ea]:hover{background:var(--warning-lighter)}.outlined.warning[data-v-981897ea]:disabled{color:var(--text-disabled);background:var(--common-white);border:1px solid var(--default-outlined-border);opacity:1}.outlined.loading[data-v-981897ea],.outlined.loading[data-v-981897ea]:hover{border:1px solid var(--common-divider);background:var(--action-disabled-background)}.text[data-v-981897ea]{background:transparent}.text.primary[data-v-981897ea]{color:var(--primary-main)}.text.primary[data-v-981897ea]:hover{background:var(--primary-lighter)}.text.primary[data-v-981897ea]:disabled{color:var(--text-disabled);opacity:1}.text.default[data-v-981897ea]{color:var(--text-primary)}.text.default[data-v-981897ea]:hover{background:var(--action-hover)}.text.default[data-v-981897ea]:disabled{color:var(--text-disabled);opacity:1}.text.danger[data-v-981897ea]{color:var(--error-main)}.text.danger[data-v-981897ea]:hover{background:var(--error-lighter)}.text.danger[data-v-981897ea]:disabled{color:var(--text-disabled);opacity:1}.text.info[data-v-981897ea]{color:var(--info-main)}.text.info[data-v-981897ea]:hover{background:var(--info-lighter)}.text.info[data-v-981897ea]:disabled{color:var(--text-disabled);opacity:1}.text.success[data-v-981897ea]{color:var(--success-main)}.text.success[data-v-981897ea]:hover{background:var(--success-lighter)}.text.success[data-v-981897ea]:disabled{color:var(--text-disabled);opacity:1}.text.warning[data-v-981897ea]{color:var(--warning-darker)}.text.warning[data-v-981897ea]:hover{background:var(--warning-lighter)}.text.warning[data-v-981897ea]:disabled{color:var(--text-disabled);opacity:1}.text.loading[data-v-981897ea],.text.loading[data-v-981897ea]:hover{border:0;background:transparent}.small[data-v-981897ea]{padding:2px 6px}.small.outlined[data-v-981897ea]{padding:1px 5px}.medium[data-v-981897ea]{padding:4px 8px}.medium.outlined[data-v-981897ea]{padding:3px 7px}.large[data-v-981897ea]{padding:10px 12px}.large.outlined[data-v-981897ea]{padding:9px}.extraLarge[data-v-981897ea]{padding:12px 14px}.extraLarge.outlined[data-v-981897ea]{padding:11px 13px}.small[data-v-981897ea],.medium[data-v-981897ea],.large[data-v-981897ea],.extraLarge[data-v-981897ea]{height:auto}.flex[data-v-981897ea]{display:flex;align-items:center}.start-icon[data-v-981897ea]{margin-right:8px}.end-icon[data-v-981897ea]{margin-left:8px}.loading.with-start-icon .content-with-icon[data-v-981897ea]{padding-left:22px}.loading.with-end-icon .content-with-icon[data-v-981897ea]{padding-right:22px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.label[data-v-03174f1a]{color:#41454d}.checkbox[data-v-03174f1a]{color:#3083ff;position:relative;cursor:pointer;display:flex;align-items:center;user-select:none;line-height:0}.checkbox.focus-visible .checkbox__inner[data-v-03174f1a]{outline:solid;border-radius:4px}.checkboxes[data-v-03174f1a]{display:inline-flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;background-color:transparent;outline:0;border:0;line-height:0;margin:0;user-select:none;vertical-align:middle;appearance:none;text-decoration:none;border-radius:50%}.input[data-v-03174f1a]{z-index:-1;cursor:inherit;position:absolute;opacity:0;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.checkbox__inner[data-v-03174f1a]{overflow:hidden;pointer-events:none;position:absolute;z-index:0;inset:0}.checkbox-icon.unchecked[data-v-03174f1a]{color:#a9afb4}.disabled[data-v-03174f1a]{cursor:default;color:#d2d5d8}.disabled .checkbox-text[data-v-03174f1a]{color:#8e959d}.checkbox-container[data-v-03174f1a]{display:flex}.checkbox-unchecked[data-v-03174f1a]{color:#a9afb4}.checkbox-text[data-v-03174f1a]{margin-left:.5rem;color:#53575b}
|