@ironsource/shared-ui 2.1.11-test.7 → 2.1.11-test.9
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/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_ba28c717_lang.css +1 -0
- package/ConditionalDroprown.vue_vue_type_style_index_0_scoped_546e19a9_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_f88a132e_lang.css +1 -0
- package/OptionV4.vue_vue_type_style_index_0_scoped_df830bf5_lang.css +1 -0
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_bdfb0aef_lang.css +1 -0
- package/components/autocomplete/Autocomplete.vue2.js +3 -2
- package/components/chart/SettingsHeader.vue2.js +3 -2
- package/components/datePicker/v4/DatePickerV4.vue2.js +8 -7
- package/components/dateRange/v4/DateRangeV4.vue2.js +21 -20
- package/components/dropdown/common/Dropdown.common.js +127 -127
- package/components/dropdown/v3/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/v3/index.d.ts +12 -12
- package/components/dropdown/v4/ChipDropdownTrigger.vue.js +2 -2
- package/components/dropdown/v4/ChipDropdownTrigger.vue2.js +66 -44
- package/components/dropdown/v4/ConditionalDroprown.vue.d.ts +68 -0
- package/components/dropdown/v4/ConditionalDroprown.vue.js +7 -0
- package/components/dropdown/v4/ConditionalDroprown.vue2.js +157 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +6 -5
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +85 -78
- package/components/dropdown/v4/OptionV4.vue.d.ts +5 -0
- package/components/dropdown/v4/OptionV4.vue.js +2 -2
- package/components/dropdown/v4/OptionV4.vue2.js +119 -93
- package/components/dropdown/v4/TreeDropdown.vue.js +2 -2
- package/components/dropdown/v4/TreeDropdown.vue2.js +105 -95
- package/components/dropdown/v4/index.d.ts +160 -27
- package/components/dropdown/v4/index.js +6 -3
- package/components/multibar/MultiBarMenu.vue2.js +3 -2
- package/components/popover/v4/PopoverV4.vue.js +3 -2
- package/components/popover/v4/PopoverV4.vue2.js +1 -1
- package/components/table/common/Table.common.js +26 -28
- package/components/table/v4/DataGridMenu.vue2.js +3 -2
- package/index.d.ts +316 -51
- package/index.js +1 -1
- package/mocks/options.d.ts +19 -4
- package/package.json +2 -1
- package/ChipDropdownTrigger.vue_vue_type_style_index_0_scoped_49bd7193_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_562f0b72_lang.css +0 -1
- package/OptionV4.vue_vue_type_style_index_0_scoped_da829544_lang.css +0 -1
- package/TreeDropdown.vue_vue_type_style_index_0_scoped_985779f7_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.chip-trigger[data-v-ba28c717]{border:1px solid var(--default-outlined-border);padding:.3125rem .3125rem .3125rem .4375rem;border-radius:100px;cursor:pointer;user-select:none;display:inline-flex;max-width:250px}.chip-trigger[data-v-ba28c717]:hover{border-color:var(--action-active);background:var(--action-selected)}.chip-trigger.active[data-v-ba28c717]{border:none;background:var(--primary-light);padding:.375rem .375rem .375rem .5rem}.chip-trigger.active .chip-trigger--content[data-v-ba28c717]{color:var(--primary-contrast-text)}.chip-trigger.active[data-v-ba28c717]:hover{border:.0625rem solid var(--primary-main-50-p);padding:.3125rem .3125rem .3125rem .4375rem}.chip-trigger.open[data-v-ba28c717]{border:.125rem solid var(--action-active);padding:.25rem .25rem .25rem .375rem;background:var(--action-selected)}.chip-trigger.open.active[data-v-ba28c717]{border:.125rem solid var(--primary-main-50-p);background:var(--primary-light);padding:.25rem .25rem .25rem .375rem}.chip-trigger.disabled[data-v-ba28c717]{cursor:auto}.chip-trigger--content[data-v-ba28c717]{color:var(--text-primary);display:flex;column-gap:4px;width:100%}.chip-trigger--content .x-circle-wrapper[data-v-ba28c717]{color:var(--primary-dark)}.chip-trigger--content .x-circle-wrapper[data-v-ba28c717]:hover{color:var(--primary-darker)}.chip-trigger--text[data-v-ba28c717]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left;width:100%}.chip-trigger--icon[data-v-ba28c717]{color:var(--action-active)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.custom-list-area[data-v-546e19a9]{color:var(--text-secondary);width:100%;text-align:center;box-sizing:border-box;padding:53px 43px}.inline-search[data-v-546e19a9]{width:100%}.contain-accept[data-v-546e19a9]{padding:6px 8px;margin-bottom:4px;cursor:pointer}.contain-accept[data-v-546e19a9]:hover{background-color:var(--action-hover);border-radius:.5rem}.contain-accept--query[data-v-546e19a9]{margin-left:4px;display:inline-flex;color:var(--primary-main)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.v-enter-active[data-v-f88a132e],.v-leave-active[data-v-f88a132e]{transition:opacity .25s ease}ol[data-v-f88a132e],ul[data-v-f88a132e],menu[data-v-f88a132e]{list-style:none;margin:0;padding:0}.dropdown.full-width[data-v-f88a132e],.dropdown.full-width .button__container[data-v-f88a132e]{width:100%}.dropdown-list-wrapper[data-v-f88a132e]{display:flex;flex-direction:column;padding:.5rem .5rem .25rem}.dropdown-list-wrapper--multi[data-v-f88a132e]{padding:.5rem}.list-container--multi[data-v-f88a132e]{margin-bottom:0}.inline-search .inline-search-wrapper[data-v-f88a132e]{display:flex;gap:4px;padding-bottom:.25rem}.inline-search .inline-search-wrapper .search-container[data-v-f88a132e]{width:100%}.inline-search .list-container[data-v-f88a132e]{padding-top:0}.no-result-container[data-v-f88a132e]{height:100%;display:flex;align-items:center;padding:.375rem .5rem;color:var(--text-disabled)}.no-result[data-v-f88a132e]{color:var(--text-disabled);padding-left:.5rem}.list[data-v-f88a132e]{outline:none;display:flex;flex-direction:column;width:100%;min-height:2rem}.list--multi[data-v-f88a132e]{margin-bottom:.5rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.list--with-conditions[data-v-f88a132e]{min-height:0;margin-bottom:0}.image-slot[data-v-f88a132e]{margin-right:.5rem}.actions-wrapper[data-v-f88a132e]{display:flex;width:100%;padding:.5rem .5rem .5rem .125rem;padding-bottom:0;border-top:1px solid var(--common-divider);justify-content:space-between;margin-top:.25rem}.apply-button[data-v-f88a132e]{margin-left:.5rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.label[data-v-df830bf5]{color:#41454d}.item-container[data-v-df830bf5]{width:100%;display:flex;align-items:center;cursor:pointer;border-radius:var(--border-radius-lg);margin-bottom:.25rem;color:var(--text-primary);padding:6px 8px}.item-container--disabled[data-v-df830bf5]{cursor:initial;color:var(--text-disabled)}.item-container[data-v-df830bf5]:hover:not(.item-container--disabled){background-color:var(--action-hover)}.item-container--active[data-v-df830bf5],.item-container[data-v-df830bf5]:active{background-color:var(--action-selected)}.item-container:not(.item-container--multi).item-container--selected[data-v-df830bf5]{background-color:var(--action-selected)}.subtitle[data-v-df830bf5]{color:#7b838c;line-height:1rem}.clear-button[data-v-df830bf5]{display:flex;padding:0 4px;color:#7b838c;align-items:center;height:auto;background-image:none;min-width:auto;border:none;background-color:transparent}.clear-button[data-v-df830bf5]:hover{color:#3083ff}.item[data-v-df830bf5]{width:100%;display:flex;gap:.5rem;align-items:center}.item--with-icon[data-v-df830bf5],.item--multi[data-v-df830bf5]{display:flex;flex-direction:row;align-items:center;justify-content:start}.item .image[data-v-df830bf5]{width:20px;height:20px;flex:none}.item .image img[data-v-df830bf5]{width:20px;height:20px;border-radius:4px}.item .flag[data-v-df830bf5]{width:16px;height:16px}.item .flag img[data-v-df830bf5]{width:16px;height:16px;border-radius:50%}.item .start-icon[data-v-df830bf5],.item .end-icon[data-v-df830bf5]{display:flex;color:var(--action-active)}.item .end-text-icon[data-v-df830bf5]{display:inline-flex}.item .option-text[data-v-df830bf5]{line-height:1.1875rem}.text-container[data-v-df830bf5]{width:100%;text-overflow:ellipsis;overflow:hidden}.tooltip-option[data-v-df830bf5]{display:block}.tooltip-option[data-v-df830bf5] .container{width:100%}.app-trigger--icon[data-v-df830bf5]{color:var(--action-active);transform:rotate(-90deg);transition:transform .2s}.app-trigger--icon.expanded[data-v-df830bf5]{transform:rotate(0)}.option-content[data-v-df830bf5]{display:flex}.option-content[data-v-df830bf5]:not(.option-content-vertical){gap:.5rem;align-items:center}.option-content-horizontal[data-v-df830bf5]{justify-content:space-between;gap:.5rem}.option-content-vertical[data-v-df830bf5]{flex-direction:column}.option-text .main-text[data-v-df830bf5]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:left}.option-text .main-text .conditional-option-label[data-v-df830bf5]{color:var(--text-secondary);display:inline-flex}.option-text .main-text .conditional-option-value[data-v-df830bf5]{margin-left:4px;display:inline-flex;color:var(--primary-main)}.option-text .caption-text[data-v-df830bf5]{color:var(--text-secondary)}.multiline-tooltip[data-v-df830bf5]{display:flex;flex-direction:column}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.child-options[data-v-bdfb0aef]{padding-left:1rem}.tree-search[data-v-bdfb0aef]{width:100%}
|
|
@@ -8,6 +8,7 @@ import "../dropdown/v4/ButtonDropdownTrigger.vue.js";
|
|
|
8
8
|
import "../dropdown/v4/ButtonFilterDropdownTrigger.vue.js";
|
|
9
9
|
import "../dropdown/v4/TreeDropdown.vue.js";
|
|
10
10
|
import "../dropdown/v4/OptionV4.vue.js";
|
|
11
|
+
import "../dropdown/v4/ConditionalDroprown.vue.js";
|
|
11
12
|
import N from "../input/v4/TextField.vue.js";
|
|
12
13
|
import { useVModel as O } from "@vueuse/core";
|
|
13
14
|
import D from "../shared/FieldHelpText.vue.js";
|
|
@@ -15,7 +16,7 @@ import M from "../shared/FieldMaxLength.vue.js";
|
|
|
15
16
|
const U = {
|
|
16
17
|
key: 0,
|
|
17
18
|
class: "footer"
|
|
18
|
-
},
|
|
19
|
+
}, te = /* @__PURE__ */ F({
|
|
19
20
|
__name: "Autocomplete",
|
|
20
21
|
props: {
|
|
21
22
|
modelValue: { default: "" },
|
|
@@ -130,5 +131,5 @@ const U = {
|
|
|
130
131
|
}
|
|
131
132
|
});
|
|
132
133
|
export {
|
|
133
|
-
|
|
134
|
+
te as default
|
|
134
135
|
};
|
|
@@ -8,8 +8,9 @@ import k from "../dropdown/v4/ButtonDropdownTrigger.vue.js";
|
|
|
8
8
|
import "../dropdown/v4/ButtonFilterDropdownTrigger.vue.js";
|
|
9
9
|
import "../dropdown/v4/TreeDropdown.vue.js";
|
|
10
10
|
import "../dropdown/v4/OptionV4.vue.js";
|
|
11
|
+
import "../dropdown/v4/ConditionalDroprown.vue.js";
|
|
11
12
|
import { DROPDOWN_TYPE_OPTIONS as c } from "./consts.js";
|
|
12
|
-
const _ = { class: "settings-header-container" }, B = { class: "chart-type-selection" },
|
|
13
|
+
const _ = { class: "settings-header-container" }, B = { class: "chart-type-selection" }, x = /* @__PURE__ */ h({
|
|
13
14
|
__name: "SettingsHeader",
|
|
14
15
|
props: {
|
|
15
16
|
chartType: null,
|
|
@@ -60,5 +61,5 @@ const _ = { class: "settings-header-container" }, B = { class: "chart-type-selec
|
|
|
60
61
|
}
|
|
61
62
|
});
|
|
62
63
|
export {
|
|
63
|
-
|
|
64
|
+
x as default
|
|
64
65
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../DatePickerV4.vue_vue_type_style_index_0_scoped_39e6c10c_lang.css"; import { defineComponent as g, openBlock as r, createElementBlock as i, unref as e, createElementVNode as D, renderSlot as v, createVNode as n, normalizeClass as I, createCommentVNode as P } from "vue";
|
|
2
2
|
import y from "./DatePickerMonthV4.vue.js";
|
|
3
|
-
import { DatePickerTestIdModifiers as
|
|
3
|
+
import { DatePickerTestIdModifiers as m } from "../../../testids/index.js";
|
|
4
4
|
import { dataPickerCommon as h } from "../common/DatePicker.common.js";
|
|
5
5
|
import "../../dropdown/v4/DropdownV4.vue.js";
|
|
6
6
|
import "../../dropdown/v4/DefaultDropdownTrigger.vue.js";
|
|
@@ -11,7 +11,8 @@ import "../../dropdown/v4/ButtonDropdownTrigger.vue.js";
|
|
|
11
11
|
import w from "../../dropdown/v4/ButtonFilterDropdownTrigger.vue.js";
|
|
12
12
|
import "../../dropdown/v4/TreeDropdown.vue.js";
|
|
13
13
|
import "../../dropdown/v4/OptionV4.vue.js";
|
|
14
|
-
|
|
14
|
+
import "../../dropdown/v4/ConditionalDroprown.vue.js";
|
|
15
|
+
const $ = ["id", "data-testid"], S = /* @__PURE__ */ g({
|
|
15
16
|
__name: "DatePickerV4",
|
|
16
17
|
props: {
|
|
17
18
|
uniqueId: { default: Date.now() },
|
|
@@ -22,7 +23,7 @@ const $ = ["id", "data-testid"], O = /* @__PURE__ */ g({
|
|
|
22
23
|
testId: { default: "" }
|
|
23
24
|
},
|
|
24
25
|
emits: ["update:modelValue"],
|
|
25
|
-
setup(t, { emit:
|
|
26
|
+
setup(t, { emit: u }) {
|
|
26
27
|
const s = t, {
|
|
27
28
|
toggle: p,
|
|
28
29
|
updateValue: f,
|
|
@@ -31,12 +32,12 @@ const $ = ["id", "data-testid"], O = /* @__PURE__ */ g({
|
|
|
31
32
|
formattedValue: d,
|
|
32
33
|
nearTheEdge: c,
|
|
33
34
|
valueAsDate: k
|
|
34
|
-
} = h(s,
|
|
35
|
+
} = h(s, u);
|
|
35
36
|
return (V, l) => (r(), i("div", {
|
|
36
37
|
id: e(o),
|
|
37
38
|
ref: "datePicker",
|
|
38
39
|
class: "date-picker",
|
|
39
|
-
"data-testid": `${t.testId}-${e(
|
|
40
|
+
"data-testid": `${t.testId}-${e(m).WRAPPER}`
|
|
40
41
|
}, [
|
|
41
42
|
D("div", {
|
|
42
43
|
ref: "buttonRef",
|
|
@@ -48,7 +49,7 @@ const $ = ["id", "data-testid"], O = /* @__PURE__ */ g({
|
|
|
48
49
|
"start-icon-name": "calendar-blank",
|
|
49
50
|
variant: "outlined",
|
|
50
51
|
style: { marginRight: "10px" },
|
|
51
|
-
"test-id": `${t.testId}-${e(
|
|
52
|
+
"test-id": `${t.testId}-${e(m).INPUT}`,
|
|
52
53
|
open: e(a)
|
|
53
54
|
}, null, 8, ["label", "test-id", "open"])
|
|
54
55
|
], !0)
|
|
@@ -70,5 +71,5 @@ const $ = ["id", "data-testid"], O = /* @__PURE__ */ g({
|
|
|
70
71
|
}
|
|
71
72
|
});
|
|
72
73
|
export {
|
|
73
|
-
|
|
74
|
+
S as default
|
|
74
75
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css"; import { defineComponent as J, openBlock as n, createElementBlock as
|
|
1
|
+
import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_309e5351_lang.css"; import { defineComponent as J, openBlock as n, createElementBlock as i, unref as e, normalizeClass as r, createElementVNode as d, renderSlot as N, createVNode as s, withDirectives as v, Fragment as k, renderList as C, withCtx as l, createTextVNode as m, toDisplayString as g, createCommentVNode as P, vShow as $, normalizeStyle as Q, setBlockTracking as x } from "vue";
|
|
2
2
|
import X from "./CalendarMonthV4.vue.js";
|
|
3
3
|
import { typeToName as Z, messagePerType as _ } from "../common/consts.common.js";
|
|
4
4
|
import E from "../../button/v4/ButtonV4.vue.js";
|
|
@@ -14,13 +14,14 @@ import "../../dropdown/v4/ButtonDropdownTrigger.vue.js";
|
|
|
14
14
|
import ee from "../../dropdown/v4/ButtonFilterDropdownTrigger.vue.js";
|
|
15
15
|
import "../../dropdown/v4/TreeDropdown.vue.js";
|
|
16
16
|
import "../../dropdown/v4/OptionV4.vue.js";
|
|
17
|
+
import "../../dropdown/v4/ConditionalDroprown.vue.js";
|
|
17
18
|
import { DateRangeTestIdModifiers as o, DatePickerTestIdModifiers as te } from "../../../testids/index.js";
|
|
18
19
|
import { dateRangeCommon as ae } from "../common/DateRange.common.js";
|
|
19
20
|
import p from "../../typography/v4/Typography.vue.js";
|
|
20
|
-
const de = ["id", "data-testid"], ne = ["data-testid"],
|
|
21
|
+
const de = ["id", "data-testid"], ne = ["data-testid"], ie = ["id", "data-testid"], se = {
|
|
21
22
|
key: 0,
|
|
22
23
|
class: "type-picker"
|
|
23
|
-
}, oe = ["onClick"], le = ["data-testid"], re = ["id"], ue = ["id"], ce = ["onClick"], me = { class: "dropdown-rightTriangle" }, pe = ["data-testid"], ye = { class: "date-picker-calendar left-box" }, ge = { class: "buttons-cover" }, fe = { class: "range" }, he = { class: "text-container" },
|
|
24
|
+
}, oe = ["onClick"], le = ["data-testid"], re = ["id"], ue = ["id"], ce = ["onClick"], me = { class: "dropdown-rightTriangle" }, pe = ["data-testid"], ye = { class: "date-picker-calendar left-box" }, ge = { class: "buttons-cover" }, fe = { class: "range" }, he = { class: "text-container" }, Le = /* @__PURE__ */ J({
|
|
24
25
|
__name: "DateRangeV4",
|
|
25
26
|
props: {
|
|
26
27
|
range: null,
|
|
@@ -73,7 +74,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
73
74
|
toggle: b,
|
|
74
75
|
isCompact: H
|
|
75
76
|
} = ae(A, R);
|
|
76
|
-
return (D, u) => (n(),
|
|
77
|
+
return (D, u) => (n(), i("div", {
|
|
77
78
|
id: e(M),
|
|
78
79
|
ref_key: "datePicker",
|
|
79
80
|
ref: B,
|
|
@@ -89,7 +90,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
89
90
|
currentDate: e(w),
|
|
90
91
|
isOpen: e(h)
|
|
91
92
|
}, () => [
|
|
92
|
-
|
|
93
|
+
s(e(ee), {
|
|
93
94
|
label: e(w),
|
|
94
95
|
"start-icon-name": "calendar-blank",
|
|
95
96
|
variant: "outlined",
|
|
@@ -109,13 +110,13 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
109
110
|
]]),
|
|
110
111
|
"data-testid": `${t.testId}-${e(o).CONTAINER}`
|
|
111
112
|
}, [
|
|
112
|
-
t.types.length > 1 ? (n(),
|
|
113
|
-
(n(!0),
|
|
113
|
+
t.types.length > 1 ? (n(), i("div", se, [
|
|
114
|
+
(n(!0), i(k, null, C(t.types, (a) => (n(), i("span", {
|
|
114
115
|
key: a,
|
|
115
116
|
class: r(["range-type", { "selected-range-type": e(f) === a }]),
|
|
116
117
|
onClick: (c) => e(F)(a, !0)
|
|
117
118
|
}, [
|
|
118
|
-
|
|
119
|
+
s(e(p), { variant: "h1" }, {
|
|
119
120
|
default: l(() => [
|
|
120
121
|
m(g(e(Z)[a]), 1)
|
|
121
122
|
]),
|
|
@@ -126,7 +127,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
126
127
|
d("div", {
|
|
127
128
|
class: r(["flex", { "pop-up-content": t.types.length > 1 }])
|
|
128
129
|
}, [
|
|
129
|
-
t.showPresets ? (n(),
|
|
130
|
+
t.showPresets ? (n(), i("div", {
|
|
130
131
|
key: 0,
|
|
131
132
|
class: "date-picker-menu",
|
|
132
133
|
"data-testid": `${t.testId}-${e(o).MENU}`
|
|
@@ -138,7 +139,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
138
139
|
d("ul", {
|
|
139
140
|
id: "customDropDownList" + t.uniqueId
|
|
140
141
|
}, [
|
|
141
|
-
(n(!0),
|
|
142
|
+
(n(!0), i(k, null, C(e(z), (a) => (n(), i("li", {
|
|
142
143
|
key: a.id,
|
|
143
144
|
class: r({
|
|
144
145
|
"selected-preset-container": e(I) === a.id
|
|
@@ -148,7 +149,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
148
149
|
class: r([{ "selected-preset": e(I) === a.id }, "preset-element"]),
|
|
149
150
|
onClick: (c) => e(G)(a)
|
|
150
151
|
}, [
|
|
151
|
-
|
|
152
|
+
s(e(p), {
|
|
152
153
|
variant: "body2",
|
|
153
154
|
"data-testid": `${t.testId}-${e(o).MENU}-${a.id}`
|
|
154
155
|
}, {
|
|
@@ -174,8 +175,8 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
174
175
|
style: Q({ height: e(H) ? "336px" : "372px" })
|
|
175
176
|
}, [
|
|
176
177
|
d("div", ye, [
|
|
177
|
-
(n(!0),
|
|
178
|
-
|
|
178
|
+
(n(!0), i(k, null, C(e(T), (a, c) => (n(), i("div", { key: a }, [
|
|
179
|
+
s(X, {
|
|
179
180
|
id: t.uniqueId,
|
|
180
181
|
navigation: e(W)(
|
|
181
182
|
c === 0,
|
|
@@ -199,7 +200,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
199
200
|
N(D.$slots, "footer", {}, void 0, !0)
|
|
200
201
|
]),
|
|
201
202
|
d("div", he, [
|
|
202
|
-
|
|
203
|
+
s(e(p), { variant: "body2" }, {
|
|
203
204
|
default: l(() => [
|
|
204
205
|
m("All dates are in UTC")
|
|
205
206
|
]),
|
|
@@ -210,7 +211,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
210
211
|
[$, e(q)]
|
|
211
212
|
]),
|
|
212
213
|
u[1] || (x(-1), u[1] = d("div", { class: "buttons" }, [
|
|
213
|
-
|
|
214
|
+
s(e(E), {
|
|
214
215
|
id: "button-ok" + t.uniqueId,
|
|
215
216
|
size: "small",
|
|
216
217
|
class: "button",
|
|
@@ -219,7 +220,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
219
220
|
onClick: (a) => e(K)()
|
|
220
221
|
}, {
|
|
221
222
|
default: l(() => [
|
|
222
|
-
|
|
223
|
+
s(e(p), { variant: "button" }, {
|
|
223
224
|
default: l(() => [
|
|
224
225
|
m("Apply")
|
|
225
226
|
]),
|
|
@@ -228,7 +229,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
228
229
|
]),
|
|
229
230
|
_: 1
|
|
230
231
|
}, 8, ["id", "data-testid", "onClick"]),
|
|
231
|
-
|
|
232
|
+
s(e(E), {
|
|
232
233
|
id: "button-cancel" + t.uniqueId,
|
|
233
234
|
size: "small",
|
|
234
235
|
theme: "third",
|
|
@@ -239,7 +240,7 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
239
240
|
onClick: (a) => e(b)()
|
|
240
241
|
}, {
|
|
241
242
|
default: l(() => [
|
|
242
|
-
|
|
243
|
+
s(e(p), { variant: "button" }, {
|
|
243
244
|
default: l(() => [
|
|
244
245
|
m(" Cancel ")
|
|
245
246
|
]),
|
|
@@ -253,12 +254,12 @@ const de = ["id", "data-testid"], ne = ["data-testid"], se = ["id", "data-testid
|
|
|
253
254
|
])
|
|
254
255
|
], 4)
|
|
255
256
|
], 2)
|
|
256
|
-
], 10,
|
|
257
|
+
], 10, ie), [
|
|
257
258
|
[$, e(h)]
|
|
258
259
|
])
|
|
259
260
|
], 10, de));
|
|
260
261
|
}
|
|
261
262
|
});
|
|
262
263
|
export {
|
|
263
|
-
|
|
264
|
+
Le as default
|
|
264
265
|
};
|