@ironsource/shared-ui 2.2.0-test.2 → 2.2.0-test.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_a44769fd_lang.css +1 -0
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_6eae923a_lang.css +1 -0
- package/Chart.vue_vue_type_style_index_0_scoped_3ed9f4bc_lang.css +1 -0
- package/ChartHeader.vue_vue_type_style_index_0_scoped_3a061c08_lang.css +1 -0
- package/ChartPlane.vue_vue_type_style_index_0_scoped_6de5cddb_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_d59af062_lang.css +1 -0
- package/DataGrid.vue_vue_type_style_index_0_scoped_0967498f_lang.css +1 -0
- package/DateRange.vue_vue_type_style_index_0_scoped_25d03907_lang.css +1 -0
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
- package/InlineCopy.vue_vue_type_style_index_0_scoped_9fa1921a_lang.css +1 -0
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_65877e48_lang.css +1 -0
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_35c79635_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_b71a806e_lang.css +1 -0
- package/Tag.vue_vue_type_style_index_0_scoped_78f19cb0_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_a8aebfee_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/components/appHeader/AppHeader.vue.js +3 -3
- package/components/appHeader/AppHeader.vue2.js +43 -44
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/button/v4/ButtonV4.vue.js +3 -3
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/chart/Chart.vue.d.ts +5 -0
- package/components/chart/Chart.vue.js +3 -3
- package/components/chart/Chart.vue2.js +14 -12
- package/components/chart/ChartHeader.vue.d.ts +5 -0
- package/components/chart/ChartHeader.vue.js +3 -3
- package/components/chart/ChartHeader.vue2.js +73 -49
- package/components/chart/ChartPlane.vue.d.ts +5 -0
- package/components/chart/ChartPlane.vue.js +3 -3
- package/components/chart/ChartPlane.vue2.js +33 -31
- package/components/chart/ChartStoryArgs.d.ts +6 -0
- package/components/chart/index.d.ts +20 -1
- package/components/columnConfigurator/SectionDropdown.vue.js +3 -3
- package/components/columnConfigurator/SectionDropdown.vue2.js +6 -7
- package/components/columnPicker/ColumnPicker.vue.d.ts +2 -0
- package/components/columnPicker/ColumnPicker.vue.js +3 -3
- package/components/columnPicker/ColumnPicker.vue2.js +173 -153
- package/components/columnPicker/index.d.ts +7 -1
- package/components/dateRange/common/CalendarMonth.common.js +46 -41
- package/components/dateRange/common/DateRange.common.d.ts +1 -0
- package/components/dateRange/common/DateRange.common.js +39 -38
- package/components/dateRange/common/consts.common.d.ts +5 -0
- package/components/dateRange/common/consts.common.js +9 -0
- package/components/dateRange/v3/CalendarMonth.vue.d.ts +5 -0
- package/components/dateRange/v3/CalendarMonth.vue.js +3 -3
- package/components/dateRange/v3/CalendarMonth.vue2.js +6 -5
- package/components/dateRange/v3/DateRange.vue.d.ts +8 -3
- package/components/dateRange/v3/DateRange.vue.js +2 -2
- package/components/dateRange/v3/DateRange.vue2.js +2 -1
- package/components/dateRange/v3/DateRangePicker.vue.d.ts +3 -3
- package/components/dateRange/v3/index.d.ts +27 -8
- package/components/dateRange/v4/CalendarMonthV4.vue.d.ts +5 -0
- package/components/dateRange/v4/CalendarMonthV4.vue.js +4 -4
- package/components/dateRange/v4/CalendarMonthV4.vue2.js +12 -11
- package/components/dateRange/v4/DateRangePickerV4.vue.d.ts +3 -3
- package/components/dateRange/v4/DateRangeV4.vue.d.ts +8 -3
- package/components/dateRange/v4/DateRangeV4.vue.js +3 -3
- package/components/dateRange/v4/DateRangeV4.vue2.js +104 -101
- package/components/dateRange/v4/index.d.ts +27 -8
- package/components/dropdown/v4/ButtonDropdownTrigger.vue.d.ts +1 -1
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +2 -2
- package/components/icon/v4/IconV4.vue2.js +27 -26
- package/components/icon/v4/index.d.ts +20 -1
- package/components/includeExclude/index.d.ts +16 -16
- package/components/inlineCopy/InlineCopy.vue.d.ts +15 -0
- package/components/inlineCopy/InlineCopy.vue.js +2 -2
- package/components/inlineCopy/InlineCopy.vue2.js +80 -51
- package/components/inlineCopy/index.d.ts +27 -0
- package/components/snackbar/common/notify.js +25 -25
- package/components/snackbar/common/snackbar.common.js +19 -19
- package/components/snackbar/common/snackbar.types.d.ts +2 -1
- package/components/snackbar/v4/SnackbarV4.vue.d.ts +8 -1
- package/components/snackbar/v4/SnackbarV4.vue.js +2 -2
- package/components/snackbar/v4/SnackbarV4.vue2.js +85 -64
- package/components/switch/v4/SwitchV4.vue.d.ts +5 -0
- package/components/switch/v4/SwitchV4.vue.js +4 -4
- package/components/switch/v4/SwitchV4.vue2.js +14 -13
- package/components/switch/v4/index.d.ts +9 -0
- package/components/table/v4/DataGrid.vue.d.ts +2 -0
- package/components/table/v4/DataGrid.vue.js +4 -4
- package/components/table/v4/DataGrid.vue2.js +82 -80
- package/components/table/v4/index.d.ts +7 -1
- package/components/table-cells/v3/Editable.vue.d.ts +1 -1
- package/components/table-cells/v3/index.d.ts +20 -20
- package/components/table-cells/v4/EditableV4.vue.d.ts +1 -1
- package/components/table-cells/v4/index.d.ts +20 -20
- package/components/tag/Tag.vue.d.ts +112 -0
- package/components/tag/Tag.vue.js +7 -0
- package/components/tag/Tag.vue2.js +221 -0
- package/components/tag/index.d.ts +161 -0
- package/components/tag/index.js +6 -0
- package/components/tagsField/index.d.ts +42 -3
- package/components/tagsField/index.js +6 -4
- package/components/tooltip/v4/TooltipV4.vue.d.ts +5 -0
- package/components/tooltip/v4/TooltipV4.vue.js +2 -2
- package/components/tooltip/v4/TooltipV4.vue2.js +76 -36
- package/components/tooltip/v4/index.d.ts +20 -1
- package/design-foundation.stories/colors/ColorsData.d.ts +1 -0
- package/index.d.ts +281 -82
- package/index.js +84 -78
- package/package.json +2 -7
- package/style/v4/colors.scss +1 -1
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_9202b5db_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_afe44a65_lang.css +0 -1
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_acd3440c_lang.css +0 -1
- package/CalendarMonthV4.vue_vue_type_style_index_0_scoped_b0d3ea50_lang.css +0 -1
- package/Chart.vue_vue_type_style_index_0_scoped_060d02be_lang.css +0 -1
- package/ChartHeader.vue_vue_type_style_index_0_scoped_d90c583e_lang.css +0 -1
- package/ChartPlane.vue_vue_type_style_index_0_scoped_3c887f7e_lang.css +0 -1
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css +0 -1
- package/DataGrid.vue_vue_type_style_index_0_scoped_cd41c5ca_lang.css +0 -1
- package/DateRange.vue_vue_type_style_index_0_scoped_70e316e9_lang.css +0 -1
- package/DateRangeV4.vue_vue_type_style_index_0_scoped_a849128a_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
- package/InlineCopy.vue_vue_type_style_index_0_scoped_ad48b61e_lang.css +0 -1
- package/SectionDropdown.vue_vue_type_style_index_0_scoped_cfad60a8_lang.css +0 -1
- package/SnackbarV4.vue_vue_type_style_index_0_scoped_1b650c39_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_8a451e54_lang.css +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../../../DateRangeV4.
|
|
2
|
-
import
|
|
3
|
-
import { typeToName as
|
|
4
|
-
import
|
|
1
|
+
import "../../../DateRangeV4.vue_vue_type_style_index_0_scoped_f8826716_lang.css"; import { defineComponent as Q, watch as X, openBlock as n, createElementBlock as i, unref as e, normalizeClass as r, createElementVNode as d, renderSlot as x, createVNode as s, withDirectives as v, Fragment as k, renderList as C, withCtx as o, createTextVNode as m, toDisplayString as g, createCommentVNode as A, vShow as $, normalizeStyle as Z, setBlockTracking as E } from "vue";
|
|
2
|
+
import _ from "./CalendarMonthV4.vue.js";
|
|
3
|
+
import { typeToName as ee, messagePerType as te } from "../common/consts.common.js";
|
|
4
|
+
import R from "../../button/v4/ButtonV4.vue.js";
|
|
5
5
|
import "../../button/v4/IconButtonV4.vue.js";
|
|
6
6
|
import "../../button/v4/ButtonGroup.vue.js";
|
|
7
7
|
import "../../button/v4/ToggleButtonGroupAB.vue.js";
|
|
@@ -11,17 +11,17 @@ import "../../dropdown/v4/IconButtonDropdownTrigger.vue.js";
|
|
|
11
11
|
import "../../dropdown/v4/ChipDropdownTrigger.vue.js";
|
|
12
12
|
import "../../dropdown/v4/AppDropdownTrigger.vue.js";
|
|
13
13
|
import "../../dropdown/v4/ButtonDropdownTrigger.vue.js";
|
|
14
|
-
import
|
|
14
|
+
import ae from "../../dropdown/v4/ButtonFilterDropdownTrigger.vue.js";
|
|
15
15
|
import "../../dropdown/v4/TreeDropdown.vue.js";
|
|
16
16
|
import "../../dropdown/v4/OptionV4.vue.js";
|
|
17
17
|
import "../../dropdown/v4/ConditionalDropdown.vue.js";
|
|
18
|
-
import { DateRangeTestIdModifiers as
|
|
19
|
-
import { dateRangeCommon as
|
|
18
|
+
import { DateRangeTestIdModifiers as l, DatePickerTestIdModifiers as de } from "../../../testids/index.js";
|
|
19
|
+
import { dateRangeCommon as ne } from "../common/DateRange.common.js";
|
|
20
20
|
import p from "../../typography/v4/Typography.vue.js";
|
|
21
|
-
const
|
|
21
|
+
const ie = ["id", "data-testid"], se = ["data-testid"], le = ["id", "data-testid"], oe = {
|
|
22
22
|
key: 0,
|
|
23
23
|
class: "type-picker"
|
|
24
|
-
},
|
|
24
|
+
}, re = ["onClick"], ue = ["data-testid"], ce = ["id"], me = ["id"], pe = ["onClick"], ye = { class: "dropdown-rightTriangle" }, ge = ["data-testid"], fe = { class: "date-picker-calendar left-box" }, he = { class: "buttons-cover" }, ve = { class: "range" }, ke = { class: "text-container" }, ze = /* @__PURE__ */ Q({
|
|
25
25
|
__name: "DateRangeV4",
|
|
26
26
|
props: {
|
|
27
27
|
range: null,
|
|
@@ -38,6 +38,7 @@ const ne = ["id", "data-testid"], se = ["data-testid"], ie = ["id", "data-testid
|
|
|
38
38
|
openOnTop: { type: Boolean, default: !1 },
|
|
39
39
|
showPresets: { type: Boolean, default: !0 },
|
|
40
40
|
maxDate: { default: null },
|
|
41
|
+
minDate: { default: null },
|
|
41
42
|
testId: { default: "" }
|
|
42
43
|
},
|
|
43
44
|
emits: [
|
|
@@ -48,58 +49,59 @@ const ne = ["id", "data-testid"], se = ["data-testid"], ie = ["id", "data-testid
|
|
|
48
49
|
"opened",
|
|
49
50
|
"dismissed"
|
|
50
51
|
],
|
|
51
|
-
setup(t, { emit:
|
|
52
|
-
const
|
|
53
|
-
datePicker:
|
|
52
|
+
setup(t, { emit: M }) {
|
|
53
|
+
const w = t, {
|
|
54
|
+
datePicker: B,
|
|
54
55
|
datePickerId: S,
|
|
55
56
|
getMaxAllowedDate: q,
|
|
56
|
-
|
|
57
|
-
|
|
57
|
+
getMinAllowedDate: O,
|
|
58
|
+
selectedPreset: I,
|
|
59
|
+
displayError: L,
|
|
58
60
|
rangeType: f,
|
|
59
|
-
selectedRange:
|
|
60
|
-
placement:
|
|
61
|
+
selectedRange: V,
|
|
62
|
+
placement: z,
|
|
61
63
|
currentDate: T,
|
|
62
|
-
error:
|
|
63
|
-
presets:
|
|
64
|
+
error: U,
|
|
65
|
+
presets: F,
|
|
64
66
|
isOpen: h,
|
|
65
|
-
popup:
|
|
67
|
+
popup: G,
|
|
66
68
|
currentMonths: y,
|
|
67
|
-
displayedMonthsKeys:
|
|
68
|
-
changeType:
|
|
69
|
-
presetChanged:
|
|
70
|
-
apply:
|
|
71
|
-
getNavigation:
|
|
72
|
-
navigationCallback:
|
|
73
|
-
selectionChanged:
|
|
74
|
-
toggle:
|
|
75
|
-
isCompact:
|
|
76
|
-
} =
|
|
77
|
-
return
|
|
78
|
-
() =>
|
|
69
|
+
displayedMonthsKeys: D,
|
|
70
|
+
changeType: b,
|
|
71
|
+
presetChanged: K,
|
|
72
|
+
apply: W,
|
|
73
|
+
getNavigation: Y,
|
|
74
|
+
navigationCallback: j,
|
|
75
|
+
selectionChanged: H,
|
|
76
|
+
toggle: P,
|
|
77
|
+
isCompact: J
|
|
78
|
+
} = ne(w, M);
|
|
79
|
+
return X(
|
|
80
|
+
() => w.datePresetList,
|
|
79
81
|
() => {
|
|
80
|
-
|
|
82
|
+
b("date", !1);
|
|
81
83
|
}
|
|
82
|
-
), (N,
|
|
84
|
+
), (N, u) => (n(), i("div", {
|
|
83
85
|
id: e(S),
|
|
84
86
|
ref_key: "datePicker",
|
|
85
|
-
ref:
|
|
87
|
+
ref: B,
|
|
86
88
|
class: r(["relative-wrap", { "date-range-disabled": t.disabled }]),
|
|
87
|
-
"data-testid": `${t.testId}-${e(
|
|
89
|
+
"data-testid": `${t.testId}-${e(l).WRAPPER}`
|
|
88
90
|
}, [
|
|
89
91
|
d("div", {
|
|
90
92
|
class: "date-range-field",
|
|
91
|
-
"data-testid": `${t.testId}-${e(
|
|
92
|
-
onClick:
|
|
93
|
+
"data-testid": `${t.testId}-${e(l).TRIGGER}`,
|
|
94
|
+
onClick: u[0] || (u[0] = (a) => e(P)())
|
|
93
95
|
}, [
|
|
94
96
|
x(N.$slots, "field", {
|
|
95
97
|
currentDate: e(T),
|
|
96
98
|
isOpen: e(h)
|
|
97
99
|
}, () => [
|
|
98
|
-
|
|
100
|
+
s(e(ae), {
|
|
99
101
|
label: e(T),
|
|
100
102
|
"start-icon-name": "calendar-blank",
|
|
101
103
|
variant: "outlined",
|
|
102
|
-
"test-id": `${t.testId}-${e(
|
|
104
|
+
"test-id": `${t.testId}-${e(de).INPUT}`,
|
|
103
105
|
open: e(h)
|
|
104
106
|
}, null, 8, ["label", "test-id", "open"])
|
|
105
107
|
], !0)
|
|
@@ -107,35 +109,35 @@ const ne = ["id", "data-testid"], se = ["data-testid"], ie = ["id", "data-testid
|
|
|
107
109
|
v(d("div", {
|
|
108
110
|
id: "datepickerPopup" + t.uniqueId,
|
|
109
111
|
ref_key: "popup",
|
|
110
|
-
ref:
|
|
112
|
+
ref: G,
|
|
111
113
|
class: r(["pop-up", [
|
|
112
|
-
e(
|
|
114
|
+
e(z),
|
|
113
115
|
t.openOnTop ? "open-on-top" : "",
|
|
114
116
|
t.showPresets ? "" : "hide-presets"
|
|
115
117
|
]]),
|
|
116
|
-
"data-testid": `${t.testId}-${e(
|
|
118
|
+
"data-testid": `${t.testId}-${e(l).CONTAINER}`
|
|
117
119
|
}, [
|
|
118
|
-
t.types.length > 1 ? (n(),
|
|
119
|
-
(n(!0),
|
|
120
|
+
t.types.length > 1 ? (n(), i("div", oe, [
|
|
121
|
+
(n(!0), i(k, null, C(t.types, (a) => (n(), i("span", {
|
|
120
122
|
key: a,
|
|
121
123
|
class: r(["range-type", { "selected-range-type": e(f) === a }]),
|
|
122
|
-
onClick: (
|
|
124
|
+
onClick: (c) => e(b)(a, !0)
|
|
123
125
|
}, [
|
|
124
|
-
|
|
125
|
-
default:
|
|
126
|
-
m(g(e(
|
|
126
|
+
s(e(p), { variant: "h1" }, {
|
|
127
|
+
default: o(() => [
|
|
128
|
+
m(g(e(ee)[a]), 1)
|
|
127
129
|
]),
|
|
128
130
|
_: 2
|
|
129
131
|
}, 1024)
|
|
130
|
-
], 10,
|
|
131
|
-
])) :
|
|
132
|
+
], 10, re))), 128))
|
|
133
|
+
])) : A("", !0),
|
|
132
134
|
d("div", {
|
|
133
135
|
class: r(["flex", { "pop-up-content": t.types.length > 1 }])
|
|
134
136
|
}, [
|
|
135
|
-
t.showPresets ? (n(),
|
|
137
|
+
t.showPresets ? (n(), i("div", {
|
|
136
138
|
key: 0,
|
|
137
139
|
class: "date-picker-menu",
|
|
138
|
-
"data-testid": `${t.testId}-${e(
|
|
140
|
+
"data-testid": `${t.testId}-${e(l).MENU}`
|
|
139
141
|
}, [
|
|
140
142
|
d("div", {
|
|
141
143
|
id: "presets" + t.uniqueId,
|
|
@@ -144,89 +146,90 @@ const ne = ["id", "data-testid"], se = ["data-testid"], ie = ["id", "data-testid
|
|
|
144
146
|
d("ul", {
|
|
145
147
|
id: "customDropDownList" + t.uniqueId
|
|
146
148
|
}, [
|
|
147
|
-
(n(!0),
|
|
149
|
+
(n(!0), i(k, null, C(e(F), (a) => (n(), i("li", {
|
|
148
150
|
key: a.id,
|
|
149
151
|
class: r({
|
|
150
|
-
"selected-preset-container": e(
|
|
152
|
+
"selected-preset-container": e(I) === a.id
|
|
151
153
|
})
|
|
152
154
|
}, [
|
|
153
155
|
d("div", {
|
|
154
|
-
class: r([{ "selected-preset": e(
|
|
155
|
-
onClick: (
|
|
156
|
+
class: r([{ "selected-preset": e(I) === a.id }, "preset-element"]),
|
|
157
|
+
onClick: (c) => e(K)(a)
|
|
156
158
|
}, [
|
|
157
|
-
|
|
159
|
+
s(e(p), {
|
|
158
160
|
variant: "body2",
|
|
159
|
-
"data-testid": `${t.testId}-${e(
|
|
161
|
+
"data-testid": `${t.testId}-${e(l).MENU}-${a.id}`
|
|
160
162
|
}, {
|
|
161
|
-
default:
|
|
163
|
+
default: o(() => [
|
|
162
164
|
m(g(a.name), 1)
|
|
163
165
|
]),
|
|
164
166
|
_: 2
|
|
165
167
|
}, 1032, ["data-testid"])
|
|
166
|
-
], 10,
|
|
167
|
-
v(d("div",
|
|
168
|
+
], 10, pe),
|
|
169
|
+
v(d("div", ye, null, 512), [
|
|
168
170
|
[$, a.id === "custom"]
|
|
169
171
|
])
|
|
170
172
|
], 2))), 128))
|
|
171
|
-
], 8,
|
|
173
|
+
], 8, me)
|
|
172
174
|
], 8, ce),
|
|
173
175
|
d("div", {
|
|
174
176
|
class: "type-message",
|
|
175
|
-
"data-testid": `${t.testId}-${e(
|
|
176
|
-
}, g(e(
|
|
177
|
-
], 8,
|
|
177
|
+
"data-testid": `${t.testId}-${e(l).MESSAGE}`
|
|
178
|
+
}, g(e(te)[e(f)]), 9, ge)
|
|
179
|
+
], 8, ue)) : A("", !0),
|
|
178
180
|
d("div", {
|
|
179
181
|
class: "calendar-wrap",
|
|
180
|
-
style:
|
|
182
|
+
style: Z({ height: e(J) ? "336px" : "372px" })
|
|
181
183
|
}, [
|
|
182
|
-
d("div",
|
|
183
|
-
(n(!0),
|
|
184
|
-
|
|
184
|
+
d("div", fe, [
|
|
185
|
+
(n(!0), i(k, null, C(e(D), (a, c) => (n(), i("div", { key: a }, [
|
|
186
|
+
s(_, {
|
|
185
187
|
id: t.uniqueId,
|
|
186
|
-
navigation: e(
|
|
187
|
-
|
|
188
|
-
|
|
188
|
+
navigation: e(Y)(
|
|
189
|
+
c === 0,
|
|
190
|
+
c === e(D).length - 1
|
|
189
191
|
),
|
|
190
192
|
year: e(y)[a].parsedMonth.year,
|
|
191
193
|
days: e(y)[a].parsedMonth.days,
|
|
192
194
|
weeks: e(y)[a].parsedMonth.weeks,
|
|
193
195
|
month: e(y)[a].parsedMonth.month,
|
|
194
|
-
range: e(
|
|
196
|
+
range: e(V),
|
|
195
197
|
type: e(f),
|
|
196
198
|
"allowed-days": t.allowedDays,
|
|
197
199
|
"max-allowed-date": e(q),
|
|
198
|
-
"
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
200
|
+
"min-allowed-date": e(O),
|
|
201
|
+
"test-id": `${t.testId}-${c}`,
|
|
202
|
+
onSelectionChanged: e(H),
|
|
203
|
+
onNavigation: e(j)
|
|
204
|
+
}, null, 8, ["id", "navigation", "year", "days", "weeks", "month", "range", "type", "allowed-days", "max-allowed-date", "min-allowed-date", "test-id", "onSelectionChanged", "onNavigation"])
|
|
202
205
|
]))), 128)),
|
|
203
|
-
d("div",
|
|
204
|
-
d("div",
|
|
206
|
+
d("div", he, [
|
|
207
|
+
d("div", ve, [
|
|
205
208
|
x(N.$slots, "footer", {}, void 0, !0)
|
|
206
209
|
]),
|
|
207
|
-
d("div",
|
|
208
|
-
|
|
209
|
-
default:
|
|
210
|
+
d("div", ke, [
|
|
211
|
+
s(e(p), { variant: "body2" }, {
|
|
212
|
+
default: o(() => [
|
|
210
213
|
m("All dates are in UTC")
|
|
211
214
|
]),
|
|
212
215
|
_: 1
|
|
213
216
|
})
|
|
214
217
|
]),
|
|
215
|
-
v(d("div", { class: "error" }, g(e(
|
|
216
|
-
[$, e(
|
|
218
|
+
v(d("div", { class: "error" }, g(e(U)), 513), [
|
|
219
|
+
[$, e(L)]
|
|
217
220
|
]),
|
|
218
|
-
|
|
219
|
-
|
|
221
|
+
u[1] || (E(-1), u[1] = d("div", { class: "buttons" }, [
|
|
222
|
+
s(e(R), {
|
|
220
223
|
id: "button-ok" + t.uniqueId,
|
|
221
224
|
size: "small",
|
|
222
225
|
class: "button",
|
|
223
226
|
color: "primary",
|
|
224
|
-
"data-testid": `${t.testId}-${e(
|
|
225
|
-
onClick: (a) => e(
|
|
227
|
+
"data-testid": `${t.testId}-${e(l).ACTION_APPLY}`,
|
|
228
|
+
onClick: (a) => e(W)()
|
|
226
229
|
}, {
|
|
227
|
-
default:
|
|
228
|
-
|
|
229
|
-
default:
|
|
230
|
+
default: o(() => [
|
|
231
|
+
s(e(p), { variant: "button" }, {
|
|
232
|
+
default: o(() => [
|
|
230
233
|
m("Apply")
|
|
231
234
|
]),
|
|
232
235
|
_: 1
|
|
@@ -234,19 +237,19 @@ const ne = ["id", "data-testid"], se = ["data-testid"], ie = ["id", "data-testid
|
|
|
234
237
|
]),
|
|
235
238
|
_: 1
|
|
236
239
|
}, 8, ["id", "data-testid", "onClick"]),
|
|
237
|
-
|
|
240
|
+
s(e(R), {
|
|
238
241
|
id: "button-cancel" + t.uniqueId,
|
|
239
242
|
size: "small",
|
|
240
243
|
theme: "third",
|
|
241
244
|
color: "default",
|
|
242
245
|
variant: "outlined",
|
|
243
246
|
class: "button",
|
|
244
|
-
"data-testid": `${t.testId}-${e(
|
|
245
|
-
onClick: (a) => e(
|
|
247
|
+
"data-testid": `${t.testId}-${e(l).ACTION_CANCEL}`,
|
|
248
|
+
onClick: (a) => e(P)()
|
|
246
249
|
}, {
|
|
247
|
-
default:
|
|
248
|
-
|
|
249
|
-
default:
|
|
250
|
+
default: o(() => [
|
|
251
|
+
s(e(p), { variant: "button" }, {
|
|
252
|
+
default: o(() => [
|
|
250
253
|
m(" Cancel ")
|
|
251
254
|
]),
|
|
252
255
|
_: 1
|
|
@@ -254,17 +257,17 @@ const ne = ["id", "data-testid"], se = ["data-testid"], ie = ["id", "data-testid
|
|
|
254
257
|
]),
|
|
255
258
|
_: 1
|
|
256
259
|
}, 8, ["id", "data-testid", "onClick"])
|
|
257
|
-
]),
|
|
260
|
+
]), E(1), u[1])
|
|
258
261
|
])
|
|
259
262
|
])
|
|
260
263
|
], 4)
|
|
261
264
|
], 2)
|
|
262
|
-
], 10,
|
|
265
|
+
], 10, le), [
|
|
263
266
|
[$, e(h)]
|
|
264
267
|
])
|
|
265
|
-
], 10,
|
|
268
|
+
], 10, ie));
|
|
266
269
|
}
|
|
267
270
|
});
|
|
268
271
|
export {
|
|
269
|
-
|
|
272
|
+
ze as default
|
|
270
273
|
};
|
|
@@ -11,12 +11,13 @@ declare const DateRangeTypes: () => ({
|
|
|
11
11
|
dateFormat: string;
|
|
12
12
|
types: ("date" | "week" | "month")[];
|
|
13
13
|
maxDaysInRange: number;
|
|
14
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
14
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
15
15
|
regex: RegExp;
|
|
16
16
|
initialType: "date" | "week" | "month";
|
|
17
17
|
openOnTop: boolean;
|
|
18
18
|
showPresets: boolean;
|
|
19
19
|
maxDate: Date;
|
|
20
|
+
minDate: Date;
|
|
20
21
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
21
22
|
testId: {
|
|
22
23
|
type: import("vue").PropType<string>;
|
|
@@ -58,7 +59,7 @@ declare const DateRangeTypes: () => ({
|
|
|
58
59
|
default: any;
|
|
59
60
|
};
|
|
60
61
|
datePresetList: {
|
|
61
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
62
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
62
63
|
default: string;
|
|
63
64
|
};
|
|
64
65
|
regex: {
|
|
@@ -84,6 +85,10 @@ declare const DateRangeTypes: () => ({
|
|
|
84
85
|
type: import("vue").PropType<Date>;
|
|
85
86
|
default: any;
|
|
86
87
|
};
|
|
88
|
+
minDate: {
|
|
89
|
+
type: import("vue").PropType<Date>;
|
|
90
|
+
default: any;
|
|
91
|
+
};
|
|
87
92
|
}>> & {
|
|
88
93
|
onOpened?: (...args: any[]) => any;
|
|
89
94
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -91,7 +96,7 @@ declare const DateRangeTypes: () => ({
|
|
|
91
96
|
onRangeChanged?: (...args: any[]) => any;
|
|
92
97
|
onDateRangePresetNameChanged?: (...args: any[]) => any;
|
|
93
98
|
onDismissed?: (...args: any[]) => any;
|
|
94
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate">;
|
|
99
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "testId" | "disabled" | "allowedDays" | "uniqueId" | "includeToday" | "dateFormat" | "types" | "maxDaysInRange" | "datePresetList" | "regex" | "initialType" | "openOnTop" | "showPresets" | "maxDate" | "minDate">;
|
|
95
100
|
$attrs: {
|
|
96
101
|
[x: string]: unknown;
|
|
97
102
|
};
|
|
@@ -146,7 +151,7 @@ declare const DateRangeTypes: () => ({
|
|
|
146
151
|
default: any;
|
|
147
152
|
};
|
|
148
153
|
datePresetList: {
|
|
149
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
154
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
150
155
|
default: string;
|
|
151
156
|
};
|
|
152
157
|
regex: {
|
|
@@ -172,6 +177,10 @@ declare const DateRangeTypes: () => ({
|
|
|
172
177
|
type: import("vue").PropType<Date>;
|
|
173
178
|
default: any;
|
|
174
179
|
};
|
|
180
|
+
minDate: {
|
|
181
|
+
type: import("vue").PropType<Date>;
|
|
182
|
+
default: any;
|
|
183
|
+
};
|
|
175
184
|
}>> & {
|
|
176
185
|
onOpened?: (...args: any[]) => any;
|
|
177
186
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -195,12 +204,13 @@ declare const DateRangeTypes: () => ({
|
|
|
195
204
|
dateFormat: string;
|
|
196
205
|
types: ("date" | "week" | "month")[];
|
|
197
206
|
maxDaysInRange: number;
|
|
198
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
207
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
199
208
|
regex: RegExp;
|
|
200
209
|
initialType: "date" | "week" | "month";
|
|
201
210
|
openOnTop: boolean;
|
|
202
211
|
showPresets: boolean;
|
|
203
212
|
maxDate: Date;
|
|
213
|
+
minDate: Date;
|
|
204
214
|
}, {}, string> & {
|
|
205
215
|
beforeCreate?: (() => void) | (() => void)[];
|
|
206
216
|
created?: (() => void) | (() => void)[];
|
|
@@ -262,7 +272,7 @@ declare const DateRangeTypes: () => ({
|
|
|
262
272
|
default: any;
|
|
263
273
|
};
|
|
264
274
|
datePresetList: {
|
|
265
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
275
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
266
276
|
default: string;
|
|
267
277
|
};
|
|
268
278
|
regex: {
|
|
@@ -288,6 +298,10 @@ declare const DateRangeTypes: () => ({
|
|
|
288
298
|
type: import("vue").PropType<Date>;
|
|
289
299
|
default: any;
|
|
290
300
|
};
|
|
301
|
+
minDate: {
|
|
302
|
+
type: import("vue").PropType<Date>;
|
|
303
|
+
default: any;
|
|
304
|
+
};
|
|
291
305
|
}>> & {
|
|
292
306
|
onOpened?: (...args: any[]) => any;
|
|
293
307
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -340,7 +354,7 @@ declare const DateRangeTypes: () => ({
|
|
|
340
354
|
default: any;
|
|
341
355
|
};
|
|
342
356
|
datePresetList: {
|
|
343
|
-
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12">;
|
|
357
|
+
type: import("vue").PropType<"date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12">;
|
|
344
358
|
default: string;
|
|
345
359
|
};
|
|
346
360
|
regex: {
|
|
@@ -366,6 +380,10 @@ declare const DateRangeTypes: () => ({
|
|
|
366
380
|
type: import("vue").PropType<Date>;
|
|
367
381
|
default: any;
|
|
368
382
|
};
|
|
383
|
+
minDate: {
|
|
384
|
+
type: import("vue").PropType<Date>;
|
|
385
|
+
default: any;
|
|
386
|
+
};
|
|
369
387
|
}>> & {
|
|
370
388
|
onOpened?: (...args: any[]) => any;
|
|
371
389
|
onRangeTypeChanged?: (...args: any[]) => any;
|
|
@@ -389,12 +407,13 @@ declare const DateRangeTypes: () => ({
|
|
|
389
407
|
dateFormat: string;
|
|
390
408
|
types: ("date" | "week" | "month")[];
|
|
391
409
|
maxDaysInRange: number;
|
|
392
|
-
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "month-3-6-9-12";
|
|
410
|
+
datePresetList: "date" | "week" | "month" | "date1-7-14-30-90" | "date7-14-30-60-90" | "date7-14-31-60-90" | "dateWithoutToday" | "dateWithoutLastMonth" | "dateWithLastMonth" | "month-3-6-9-12";
|
|
393
411
|
regex: RegExp;
|
|
394
412
|
initialType: "date" | "week" | "month";
|
|
395
413
|
openOnTop: boolean;
|
|
396
414
|
showPresets: boolean;
|
|
397
415
|
maxDate: Date;
|
|
416
|
+
minDate: Date;
|
|
398
417
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
399
418
|
$slots: {
|
|
400
419
|
field?(_: {
|
|
@@ -58,8 +58,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
58
58
|
withTooltip: boolean;
|
|
59
59
|
tooltipPlacement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
60
60
|
disabled: boolean;
|
|
61
|
-
size: "small" | "medium";
|
|
62
61
|
maxWidth: number;
|
|
62
|
+
size: "small" | "medium";
|
|
63
63
|
open: boolean;
|
|
64
64
|
startIconName: string;
|
|
65
65
|
startIconType: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -5,7 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
5
5
|
isHorizontal?: boolean;
|
|
6
6
|
hasIcon?: boolean;
|
|
7
7
|
isBordered?: boolean;
|
|
8
|
-
iconName?: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "ab-test" | "help" | "block" | "add" | "rotate" | "visibility" | "border-color" | "info" | "success" | "warning" | "error" | "close" | "check-circle" | "warning-octagon" | "cancel" | "pause" | "android" | "ios" | "FiltersSearch" | "a-2" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "analytics" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "duplicate" | "ecpi" | "email" | "email-envelope" | "eye" | "favorite-border" | "filter-list" | "
|
|
8
|
+
iconName?: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "ab-test" | "help" | "block" | "add" | "rotate" | "visibility" | "border-color" | "info" | "success" | "warning" | "error" | "close" | "check-circle" | "warning-octagon" | "cancel" | "pause" | "frame" | "android" | "ios" | "FiltersSearch" | "a-2" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "analytics" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "duplicate" | "ecpi" | "email" | "email-envelope" | "eye" | "favorite-border" | "filter-list" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help-outline" | "history" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4";
|
|
9
9
|
fontSize?: string;
|
|
10
10
|
size?: "sm" | "lg";
|
|
11
11
|
iconWidth: number;
|
|
@@ -31,7 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
isHorizontal?: boolean;
|
|
32
32
|
hasIcon?: boolean;
|
|
33
33
|
isBordered?: boolean;
|
|
34
|
-
iconName?: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "ab-test" | "help" | "block" | "add" | "rotate" | "visibility" | "border-color" | "info" | "success" | "warning" | "error" | "close" | "check-circle" | "warning-octagon" | "cancel" | "pause" | "android" | "ios" | "FiltersSearch" | "a-2" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "analytics" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "duplicate" | "ecpi" | "email" | "email-envelope" | "eye" | "favorite-border" | "filter-list" | "
|
|
34
|
+
iconName?: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "ab-test" | "help" | "block" | "add" | "rotate" | "visibility" | "border-color" | "info" | "success" | "warning" | "error" | "close" | "check-circle" | "warning-octagon" | "cancel" | "pause" | "frame" | "android" | "ios" | "FiltersSearch" | "a-2" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "analytics" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "duplicate" | "ecpi" | "email" | "email-envelope" | "eye" | "favorite-border" | "filter-list" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help-outline" | "history" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4";
|
|
35
35
|
fontSize?: string;
|
|
36
36
|
size?: "sm" | "lg";
|
|
37
37
|
iconWidth: number;
|
|
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
56
56
|
iconWidth: number;
|
|
57
57
|
iconHeight: number;
|
|
58
58
|
fontSize: string;
|
|
59
|
-
iconName: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "ab-test" | "help" | "block" | "add" | "rotate" | "visibility" | "border-color" | "info" | "success" | "warning" | "error" | "close" | "check-circle" | "warning-octagon" | "cancel" | "pause" | "android" | "ios" | "FiltersSearch" | "a-2" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "analytics" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "duplicate" | "ecpi" | "email" | "email-envelope" | "eye" | "favorite-border" | "filter-list" | "
|
|
59
|
+
iconName: "filter" | "a" | "b" | "link" | "style" | "image" | "switch" | "search" | "ab-test" | "help" | "block" | "add" | "rotate" | "visibility" | "border-color" | "info" | "success" | "warning" | "error" | "close" | "check-circle" | "warning-octagon" | "cancel" | "pause" | "frame" | "android" | "ios" | "FiltersSearch" | "a-2" | "ab-test-2" | "a-circle" | "account-balance-wallet" | "account-circle" | "account-circle-outline" | "analytics" | "angle-down" | "angle-left" | "angle-right" | "angle-up" | "app-store" | "area-chart" | "arrow-back" | "arrow-downward" | "arrow-forward" | "arrow-left" | "arrow-right" | "arrow-sort-down" | "arrow-sort-up" | "arrow-upward" | "auto-awesome" | "auto-mode" | "hammer" | "autorenew" | "b-2" | "b-circle" | "banner" | "bidding" | "bidding-2" | "bug" | "bullhorn" | "bullseye-arrow" | "cached" | "calendar" | "calendar-today" | "chart-bar" | "chart-line" | "chart-mixed" | "check" | "check-bold" | "close-bold" | "computer-mouse" | "copy-to-clipboard" | "widgets-flat-squares" | "adjust" | "copy-to-clipboard-filled" | "cube" | "cube-background" | "marketing" | "create" | "creative" | "cross" | "crown-fill" | "cup" | "cup-a" | "cup-b" | "delete" | "diamond" | "dots" | "download" | "download-2" | "download-done" | "drag-indicator" | "duplicate" | "ecpi" | "email" | "email-envelope" | "eye" | "favorite-border" | "filter-list" | "fullscreen" | "fullscreen-exit" | "functions" | "gamepad-alt" | "games" | "gavel" | "gift" | "git-hub" | "globe-stand" | "google-play" | "group" | "hand-pointer" | "hands" | "heartbeat" | "help-outline" | "history" | "image-not-supported" | "image-slash" | "import-export" | "import-export-2" | "importent" | "info-outline" | "insights" | "interstitial" | "ios-14" | "js" | "landscape" | "launch" | "levelplay" | "limit-circle" | "limit-octagon" | "loading-clean" | "lock" | "lock-open" | "login" | "logout" | "military-tech" | "mix" | "mix-2" | "mobile-landscape" | "mobile-portrait" | "money-check" | "more-horiz" | "more-vert" | "mouse" | "mouse-pointer" | "moving-up" | "notifications-none" | "offerwall" | "palyable" | "paper-plane-off" | "paper-plane" | "pause-circle-filled" | "pause-circle-outline" | "phone-iphone" | "photo" | "photo-2" | "play-arrow" | "play-circle-filled-white" | "play-circle-outline" | "qrcode" | "quick-ab" | "quick-ab-2" | "react" | "redo" | "refresh" | "remove" | "replay" | "rewarded-video" | "rocket-launch" | "route" | "sack-dollar" | "schedule" | "search-bold" | "share" | "slack" | "sports-esports" | "star" | "star-fill" | "status-banner" | "status-interstitial" | "status-offerwall" | "status-rewarded-video" | "stop-circle-filled" | "stop-circle-outline" | "success-full" | "table-edit" | "tablet-landscape" | "tablet-mac" | "tablet-portrait" | "texture" | "theme-dark" | "theme-light" | "timelapse" | "timeline" | "trending-down" | "trending-flat" | "trending-up" | "tune" | "two-tone-banner" | "two-tone-interstitial" | "two-tone-offerwall" | "two-tone-rewarded-video" | "undo" | "unfold-less" | "unfold-more" | "vertical-align-top" | "vertical-align-top-2" | "vibration" | "video-round" | "view-carousel" | "visibility-off" | "visibility-off-strok" | "visibility-strok" | "volume-off" | "volume-up" | "warning-2" | "web-app" | "widgets" | "widgets-fill" | "widgetsz" | "wifi-protected-setup" | "native-ad" | "status-native-ad" | "two-tone-native-ad" | "question" | "info-v4" | "check-v4" | "warning-circle" | "eye-v4" | "eye-slash" | "warning-v4";
|
|
60
60
|
subtitle: string;
|
|
61
61
|
buttonText: string;
|
|
62
62
|
isHorizontal: boolean;
|