@bethinkpl/design-system 38.0.1 → 39.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/design-system.css +1 -1
- package/dist/design-system.js +35 -31
- package/dist/design-system.js.map +1 -1
- package/dist/lib/js/components/BadgeScore/BadgeScore.vue.d.ts +3 -3
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +6 -6
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +3 -3
- package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +3 -3
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +3 -3
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +3 -3
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +9 -9
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +3 -3
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +9 -9
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +3 -3
- package/dist/lib/js/components/Form/SelectionControl/SelectionControl.vue.d.ts +3 -3
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +6 -6
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +9 -9
- package/dist/lib/js/components/IconText/IconText.vue.d.ts +3 -3
- package/dist/lib/js/components/Icons/Icon/Icon.vue.d.ts +3 -3
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +3 -3
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +6 -6
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +6 -6
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +3 -3
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +3 -3
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +3 -3
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +3 -3
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +3 -3
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +3 -3
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +9 -9
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +12 -12
- package/dist/lib/js/components/SurveyToggle/SurveyToggle.vue.d.ts +3 -3
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +3 -3
- package/dist/lib/js/components/TabItem/TabItem.vue.d.ts +3 -3
- package/dist/lib/js/components/Toggles/CounterToggle/CounterToggle.vue.d.ts +3 -3
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +3 -3
- package/lib/js/components/Banner/Banner.vue +0 -2
- package/lib/js/components/Buttons/HelpButton/HelpButton.stories.ts +1 -2
- package/lib/js/components/Buttons/HelpButton/HelpButton.vue +0 -1
- package/lib/js/components/Buttons/IconButton/IconButton.stories.ts +3 -3
- package/lib/js/components/Buttons/IconButton/IconButton.vue +15 -5
- package/lib/js/components/Chip/Chip.vue +5 -1
- package/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue +0 -2
- package/lib/js/components/Form/PasswordField/PasswordField.vue +0 -1
- package/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue +2 -0
- package/lib/js/components/Headers/SectionHeader/SectionHeader.vue +0 -1
- package/lib/js/components/Icons/Icon/Icon.stories.ts +3 -3
- package/lib/js/components/Icons/Icon/Icon.vue +7 -2
- package/lib/js/components/Menu/MenuItem/MenuItem.vue +0 -1
- package/lib/js/components/Modal/Modal.vue +1 -1
- package/lib/js/components/Modals/Modal/Modal.vue +1 -1
- package/lib/js/components/Pagination/Pagination.vue +2 -0
- package/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue +0 -1
- package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +0 -1
- package/lib/styles/components/_icons.scss +2 -2
- package/lib/styles/mixins/_touchable.scss +19 -0
- package/lib/styles/settings/_icons.scss +1 -1
- package/package.json +1 -1
package/dist/design-system.js
CHANGED
|
@@ -8782,7 +8782,12 @@ const pt = {
|
|
|
8782
8782
|
type: Boolean,
|
|
8783
8783
|
default: !1
|
|
8784
8784
|
},
|
|
8785
|
-
|
|
8785
|
+
/**
|
|
8786
|
+
* @deprecated Adds the `-ds-touchable` class, which enlarges the hit area to the
|
|
8787
|
+
* deprecated `$DEPRECATED-min-touchable-size`. Still has effect; renamed to flag it
|
|
8788
|
+
* for removal so call sites can migrate away from this layout-inflating behavior.
|
|
8789
|
+
*/
|
|
8790
|
+
touchableDeprecated: {
|
|
8786
8791
|
type: Boolean,
|
|
8787
8792
|
default: !1
|
|
8788
8793
|
},
|
|
@@ -8810,7 +8815,7 @@ function TH(e, t, a, r, o, i) {
|
|
|
8810
8815
|
const l = $("font-awesome-icon");
|
|
8811
8816
|
return u(), v("div", {
|
|
8812
8817
|
class: N(["ds-icon", {
|
|
8813
|
-
"-ds-touchable": e.
|
|
8818
|
+
"-ds-touchable": e.touchableDeprecated,
|
|
8814
8819
|
"-ds-spin": e.spinning,
|
|
8815
8820
|
"-ds-flipped-vertical": e.flippedVertical,
|
|
8816
8821
|
"-ds-flipped-horizontal": e.flippedHorizontal,
|
|
@@ -9537,9 +9542,15 @@ const tU = {
|
|
|
9537
9542
|
return Object.values(qr).includes(e);
|
|
9538
9543
|
}
|
|
9539
9544
|
},
|
|
9540
|
-
|
|
9545
|
+
/**
|
|
9546
|
+
* @deprecated Adds the `-ds-touchable` class, which inflates the layout footprint via
|
|
9547
|
+
* the deprecated `$DEPRECATED-min-touchable-size`. The non-inflating touch target is now
|
|
9548
|
+
* applied automatically on touch devices via `touchableHitArea` (`@media (pointer: coarse)`),
|
|
9549
|
+
* so this prop is redundant — renamed to flag it for removal once call sites migrate.
|
|
9550
|
+
*/
|
|
9551
|
+
touchableDeprecated: {
|
|
9541
9552
|
type: Boolean,
|
|
9542
|
-
default: !
|
|
9553
|
+
default: !1
|
|
9543
9554
|
},
|
|
9544
9555
|
state: {
|
|
9545
9556
|
type: String,
|
|
@@ -9602,7 +9613,7 @@ function nU(e, t, a, r, o, i) {
|
|
|
9602
9613
|
"-ds-disabled": e.state === e.ICON_BUTTON_STATES.DISABLED,
|
|
9603
9614
|
"-ds-loading": e.state === e.ICON_BUTTON_STATES.LOADING,
|
|
9604
9615
|
[e.colorClassName]: e.isButtonColor,
|
|
9605
|
-
"-ds-touchable": e.
|
|
9616
|
+
"-ds-touchable": e.touchableDeprecated
|
|
9606
9617
|
}]),
|
|
9607
9618
|
style: Ot({ color: e.computedColor }),
|
|
9608
9619
|
onMouseover: t[0] || (t[0] = (...h) => e.mouseOver && e.mouseOver(...h)),
|
|
@@ -9647,7 +9658,7 @@ function nU(e, t, a, r, o, i) {
|
|
|
9647
9658
|
}, 8, ["class", "radius", "type", "state", "elevation", "color"])
|
|
9648
9659
|
], 38);
|
|
9649
9660
|
}
|
|
9650
|
-
const Ht = /* @__PURE__ */ x(rU, [["render", nU], ["__scopeId", "data-v-
|
|
9661
|
+
const Ht = /* @__PURE__ */ x(rU, [["render", nU], ["__scopeId", "data-v-c4a44a89"]]), Xe = {
|
|
9651
9662
|
DEFAULT: "default",
|
|
9652
9663
|
NEUTRAL: "neutral",
|
|
9653
9664
|
PRIMARY: "primary",
|
|
@@ -9857,7 +9868,6 @@ const Ht = /* @__PURE__ */ x(rU, [["render", nU], ["__scopeId", "data-v-eff3ae67
|
|
|
9857
9868
|
icon: t.value ? S(W).FA_CHEVRON_UP : S(W).FA_CHEVRON_DOWN,
|
|
9858
9869
|
color: S(Fe).NEUTRAL,
|
|
9859
9870
|
radius: S(Er).CAPSULE,
|
|
9860
|
-
touchable: !1,
|
|
9861
9871
|
onClick: c[1] || (c[1] = (h) => t.value = !t.value)
|
|
9862
9872
|
}, null, 8, ["size", "icon", "color", "radius"])
|
|
9863
9873
|
])) : z("", !0),
|
|
@@ -9867,7 +9877,6 @@ const Ht = /* @__PURE__ */ x(rU, [["render", nU], ["__scopeId", "data-v-eff3ae67
|
|
|
9867
9877
|
icon: S(W).FA_XMARK,
|
|
9868
9878
|
color: S(Fe).NEUTRAL,
|
|
9869
9879
|
radius: S(Er).CAPSULE,
|
|
9870
|
-
touchable: !1,
|
|
9871
9880
|
onClick: c[2] || (c[2] = (h) => l.$emit("close"))
|
|
9872
9881
|
}, null, 8, ["size", "icon", "color", "radius"])
|
|
9873
9882
|
])) : z("", !0)
|
|
@@ -9883,7 +9892,7 @@ const Ht = /* @__PURE__ */ x(rU, [["render", nU], ["__scopeId", "data-v-eff3ae67
|
|
|
9883
9892
|
], 2)
|
|
9884
9893
|
]));
|
|
9885
9894
|
}
|
|
9886
|
-
}), D9 = /* @__PURE__ */ x(yU, [["__scopeId", "data-v-
|
|
9895
|
+
}), D9 = /* @__PURE__ */ x(yU, [["__scopeId", "data-v-ca88a47d"]]), Ai = {
|
|
9887
9896
|
SMALL: "small",
|
|
9888
9897
|
MEDIUM: "medium",
|
|
9889
9898
|
LARGE: "large"
|
|
@@ -13161,7 +13170,7 @@ function tq(e, t, a, r, o, i) {
|
|
|
13161
13170
|
O("div", WV, [
|
|
13162
13171
|
B(e.$slots, "rightActions", {}, void 0, !0),
|
|
13163
13172
|
J(l, {
|
|
13164
|
-
touchable: "",
|
|
13173
|
+
"touchable-deprecated": "",
|
|
13165
13174
|
icon: e.ICONS.FA_XMARK,
|
|
13166
13175
|
size: e.ICON_SIZES.SMALL,
|
|
13167
13176
|
elevation: e.BUTTON_ELEVATIONS.X_SMALL,
|
|
@@ -13269,7 +13278,7 @@ function tq(e, t, a, r, o, i) {
|
|
|
13269
13278
|
], 16)
|
|
13270
13279
|
]);
|
|
13271
13280
|
}
|
|
13272
|
-
const Xd = /* @__PURE__ */ x(jV, [["render", tq], ["__scopeId", "data-v-
|
|
13281
|
+
const Xd = /* @__PURE__ */ x(jV, [["render", tq], ["__scopeId", "data-v-06f587aa"]]), aq = /* @__PURE__ */ q({
|
|
13273
13282
|
inheritAttrs: !1,
|
|
13274
13283
|
__name: "HelpButton",
|
|
13275
13284
|
props: {
|
|
@@ -13293,8 +13302,7 @@ const Xd = /* @__PURE__ */ x(jV, [["render", tq], ["__scopeId", "data-v-0b9f13f7
|
|
|
13293
13302
|
icon: S(W).FA_CIRCLE_QUESTION,
|
|
13294
13303
|
color: S(Fe).NEUTRAL_WEAK,
|
|
13295
13304
|
size: o.size,
|
|
13296
|
-
state: o.isDisabled ? S(gt).DISABLED : S(gt).DEFAULT
|
|
13297
|
-
touchable: !1
|
|
13305
|
+
state: o.isDisabled ? S(gt).DISABLED : S(gt).DEFAULT
|
|
13298
13306
|
}, o.$attrs, {
|
|
13299
13307
|
onClick: i[0] || (i[0] = (l) => a.value = !0)
|
|
13300
13308
|
}), null, 16, ["icon", "color", "size", "state"])
|
|
@@ -13479,7 +13487,7 @@ function uq(e, t, a, r, o, i) {
|
|
|
13479
13487
|
e.showHeader ? (u(), v("div", cq, [
|
|
13480
13488
|
B(e.$slots, "header", {}, void 0, !0),
|
|
13481
13489
|
J(l, {
|
|
13482
|
-
touchable: "",
|
|
13490
|
+
"touchable-deprecated": "",
|
|
13483
13491
|
icon: e.ICONS.FA_XMARK,
|
|
13484
13492
|
class: "m-modal__header__close",
|
|
13485
13493
|
size: e.ICON_SIZES.SMALL,
|
|
@@ -13499,7 +13507,7 @@ function uq(e, t, a, r, o, i) {
|
|
|
13499
13507
|
], 16)
|
|
13500
13508
|
]);
|
|
13501
13509
|
}
|
|
13502
|
-
const Q9 = /* @__PURE__ */ x(sq, [["render", uq], ["__scopeId", "data-v-
|
|
13510
|
+
const Q9 = /* @__PURE__ */ x(sq, [["render", uq], ["__scopeId", "data-v-1698543a"]]), fq = q({
|
|
13503
13511
|
name: "ModalDialog",
|
|
13504
13512
|
components: { DsModal: Xd },
|
|
13505
13513
|
props: {
|
|
@@ -13697,7 +13705,6 @@ const Gce = /* @__PURE__ */ x(vq, [["render", pq], ["__scopeId", "data-v-0e41d81
|
|
|
13697
13705
|
icon: o.value,
|
|
13698
13706
|
color: S(Fe).NEUTRAL_WEAK,
|
|
13699
13707
|
size: S(We).X_SMALL,
|
|
13700
|
-
touchable: !1,
|
|
13701
13708
|
"data-test-id": "password-toggle",
|
|
13702
13709
|
onClick: l[0] || (l[0] = (c) => a.value = !a.value)
|
|
13703
13710
|
}, null, 8, ["icon", "color", "size"])
|
|
@@ -14481,7 +14488,6 @@ function Yq(e, t, a, r, o, i) {
|
|
|
14481
14488
|
color: e.ICON_BUTTON_COLORS.NEUTRAL_WEAK,
|
|
14482
14489
|
icon: e.ICONS.FA_CIRCLE_QUESTION,
|
|
14483
14490
|
size: e.ICON_SIZES.MEDIUM,
|
|
14484
|
-
touchable: !1,
|
|
14485
14491
|
onClick: t[2] || (t[2] = (A) => e.showModal = !0)
|
|
14486
14492
|
}, null, 8, ["color", "icon", "size"])) : z("", !0)
|
|
14487
14493
|
]),
|
|
@@ -14547,7 +14553,7 @@ function Yq(e, t, a, r, o, i) {
|
|
|
14547
14553
|
})
|
|
14548
14554
|
]);
|
|
14549
14555
|
}
|
|
14550
|
-
const Zce = /* @__PURE__ */ x(Uq, [["render", Yq], ["__scopeId", "data-v-
|
|
14556
|
+
const Zce = /* @__PURE__ */ x(Uq, [["render", Yq], ["__scopeId", "data-v-e4c637f2"]]), Xq = q({
|
|
14551
14557
|
name: "SurveyQuestionOpenEnded",
|
|
14552
14558
|
components: {
|
|
14553
14559
|
SurveyQuestionTextarea: J9,
|
|
@@ -14642,7 +14648,6 @@ function xq(e, t, a, r, o, i) {
|
|
|
14642
14648
|
color: e.ICON_BUTTON_COLORS.NEUTRAL_WEAK,
|
|
14643
14649
|
icon: e.ICONS.FA_CIRCLE_QUESTION,
|
|
14644
14650
|
size: e.ICON_SIZES.MEDIUM,
|
|
14645
|
-
touchable: !1,
|
|
14646
14651
|
onClick: t[2] || (t[2] = (p) => e.showModal = !0)
|
|
14647
14652
|
}, null, 8, ["color", "icon", "size"])) : z("", !0)
|
|
14648
14653
|
]),
|
|
@@ -14661,7 +14666,7 @@ function xq(e, t, a, r, o, i) {
|
|
|
14661
14666
|
})
|
|
14662
14667
|
], 2);
|
|
14663
14668
|
}
|
|
14664
|
-
const Qce = /* @__PURE__ */ x(Xq, [["render", xq], ["__scopeId", "data-v-
|
|
14669
|
+
const Qce = /* @__PURE__ */ x(Xq, [["render", xq], ["__scopeId", "data-v-acfbdd79"]]), wn = {
|
|
14665
14670
|
XX_SMALL: "xx-small",
|
|
14666
14671
|
X_SMALL: "x-small",
|
|
14667
14672
|
SMALL: "small",
|
|
@@ -14883,7 +14888,6 @@ function dj(e, t, a, r, o, i) {
|
|
|
14883
14888
|
icon: e.ICONS.FA_CIRCLE_QUESTION,
|
|
14884
14889
|
size: e.ICON_BUTTON_SIZES.X_SMALL,
|
|
14885
14890
|
color: e.ICON_BUTTON_COLORS.NEUTRAL_WEAK,
|
|
14886
|
-
touchable: !1,
|
|
14887
14891
|
onClick: At(e.onInfoClicked, ["prevent", "stop"])
|
|
14888
14892
|
}, null, 8, ["icon", "size", "color", "onClick"])
|
|
14889
14893
|
])) : z("", !0)
|
|
@@ -14903,7 +14907,7 @@ function dj(e, t, a, r, o, i) {
|
|
|
14903
14907
|
e.hasDivider ? (u(), V(h, { key: 0 })) : z("", !0)
|
|
14904
14908
|
], 2);
|
|
14905
14909
|
}
|
|
14906
|
-
const $9 = /* @__PURE__ */ x($q, [["render", dj], ["__scopeId", "data-v-
|
|
14910
|
+
const $9 = /* @__PURE__ */ x($q, [["render", dj], ["__scopeId", "data-v-f895f4b5"]]), z4 = {
|
|
14907
14911
|
VERTICAL: "vertical",
|
|
14908
14912
|
HORIZONTAL: "horizontal"
|
|
14909
14913
|
}, uj = q({
|
|
@@ -15180,7 +15184,6 @@ const t4e = /* @__PURE__ */ x(Rj, [["render", Pj], ["__scopeId", "data-v-8bf644d
|
|
|
15180
15184
|
i.size !== S(Li).X_SMALL && i.isRemovable ? (u(), V(S(Ht), {
|
|
15181
15185
|
key: 2,
|
|
15182
15186
|
class: "ds-chip__remove",
|
|
15183
|
-
touchable: !1,
|
|
15184
15187
|
state: i.state === S(sl).DISABLED ? S(gt).DISABLED : S(gt).DEFAULT,
|
|
15185
15188
|
color: o.value,
|
|
15186
15189
|
size: S(We).XX_SMALL,
|
|
@@ -15191,7 +15194,7 @@ const t4e = /* @__PURE__ */ x(Rj, [["render", Pj], ["__scopeId", "data-v-8bf644d
|
|
|
15191
15194
|
], 14, Bj);
|
|
15192
15195
|
};
|
|
15193
15196
|
}
|
|
15194
|
-
}), Vj = /* @__PURE__ */ x(Gj, [["__scopeId", "data-v-
|
|
15197
|
+
}), Vj = /* @__PURE__ */ x(Gj, [["__scopeId", "data-v-260758b2"]]), qj = {
|
|
15195
15198
|
NEUTRAL_STRONG: "neutralStrong",
|
|
15196
15199
|
NEUTRAL_WEAK: "neutralWeak"
|
|
15197
15200
|
}, jj = q({
|
|
@@ -15296,7 +15299,6 @@ function xj(e, t, a, r, o, i) {
|
|
|
15296
15299
|
key: 0,
|
|
15297
15300
|
size: e.ICON_BUTTON_SIZES.MEDIUM,
|
|
15298
15301
|
icon: e.ICONS.FA_CHEVRON_LEFT,
|
|
15299
|
-
touchable: !1,
|
|
15300
15302
|
onClick: t[1] || (t[1] = (p) => e.$emit("backClicked"))
|
|
15301
15303
|
}, null, 8, ["size", "icon"])) : z("", !0),
|
|
15302
15304
|
O("div", Yj, [
|
|
@@ -15338,7 +15340,6 @@ function xj(e, t, a, r, o, i) {
|
|
|
15338
15340
|
color: e.ICON_COLORS.NEUTRAL,
|
|
15339
15341
|
icon: e.ICONS.FA_XMARK,
|
|
15340
15342
|
size: e.ICON_BUTTON_SIZES.MEDIUM,
|
|
15341
|
-
touchable: !1,
|
|
15342
15343
|
onClick: t[3] || (t[3] = (p) => e.$emit("close"))
|
|
15343
15344
|
}, null, 8, ["color", "icon", "size"])) : z("", !0)
|
|
15344
15345
|
]),
|
|
@@ -15349,7 +15350,7 @@ function xj(e, t, a, r, o, i) {
|
|
|
15349
15350
|
}, null, 8, ["size", "prominence"])) : z("", !0)
|
|
15350
15351
|
]);
|
|
15351
15352
|
}
|
|
15352
|
-
const a4e = /* @__PURE__ */ x(jj, [["render", xj], ["__scopeId", "data-v-
|
|
15353
|
+
const a4e = /* @__PURE__ */ x(jj, [["render", xj], ["__scopeId", "data-v-02039746"]]), F4 = {
|
|
15353
15354
|
DEFAULT: "default",
|
|
15354
15355
|
LOADING: "loading"
|
|
15355
15356
|
}, $j = q({
|
|
@@ -15669,7 +15670,6 @@ const o4e = /* @__PURE__ */ x(dW, [["render", vW]]), Op = {
|
|
|
15669
15670
|
icon: _.value,
|
|
15670
15671
|
size: S(We).X_SMALL,
|
|
15671
15672
|
state: i.value ? S(gt).DISABLED : S(gt).DEFAULT,
|
|
15672
|
-
touchable: !1,
|
|
15673
15673
|
onClick: A[0] || (A[0] = At((M) => a.value = !a.value, ["stop"]))
|
|
15674
15674
|
}, null, 8, ["color", "radius", "icon", "size", "state"])) : p.isExpandable && !p.$slots.children ? (u(), v("span", yW, [
|
|
15675
15675
|
J(S(ue), {
|
|
@@ -15732,7 +15732,7 @@ const o4e = /* @__PURE__ */ x(dW, [["render", vW]]), Op = {
|
|
|
15732
15732
|
!p.isExpandable || a.value ? B(p.$slots, "children", { key: 1 }, void 0, !0) : z("", !0)
|
|
15733
15733
|
]));
|
|
15734
15734
|
}
|
|
15735
|
-
}), s4e = /* @__PURE__ */ x(wW, [["__scopeId", "data-v-
|
|
15735
|
+
}), s4e = /* @__PURE__ */ x(wW, [["__scopeId", "data-v-1f480e25"]]), MW = q({
|
|
15736
15736
|
name: "MenuDivider",
|
|
15737
15737
|
components: {
|
|
15738
15738
|
DsDivider: va
|
|
@@ -18475,6 +18475,7 @@ function eX(e, t, a, r, o, i) {
|
|
|
18475
18475
|
])) : z("", !0),
|
|
18476
18476
|
e.navigationItems.length > 1 ? (u(), v("div", ZY, [
|
|
18477
18477
|
J(g, {
|
|
18478
|
+
"touchable-deprecated": "",
|
|
18478
18479
|
size: e.ICON_BUTTON_SIZES.MEDIUM,
|
|
18479
18480
|
color: e.ICON_BUTTON_COLORS.NEUTRAL,
|
|
18480
18481
|
icon: e.ICONS.FA_ANGLE_LEFT,
|
|
@@ -18495,6 +18496,7 @@ function eX(e, t, a, r, o, i) {
|
|
|
18495
18496
|
O("span", xY, K(e.t("ds.pagination.from")) + " " + K(e.lastPage), 1)
|
|
18496
18497
|
]),
|
|
18497
18498
|
J(g, {
|
|
18499
|
+
"touchable-deprecated": "",
|
|
18498
18500
|
size: e.ICON_BUTTON_SIZES.MEDIUM,
|
|
18499
18501
|
color: e.ICON_BUTTON_COLORS.NEUTRAL,
|
|
18500
18502
|
icon: e.ICONS.FA_ANGLE_RIGHT,
|
|
@@ -18508,7 +18510,7 @@ function eX(e, t, a, r, o, i) {
|
|
|
18508
18510
|
])
|
|
18509
18511
|
], 2);
|
|
18510
18512
|
}
|
|
18511
|
-
const A4e = /* @__PURE__ */ x(jY, [["render", eX], ["__scopeId", "data-v-
|
|
18513
|
+
const A4e = /* @__PURE__ */ x(jY, [["render", eX], ["__scopeId", "data-v-17c2dfe4"]]);
|
|
18512
18514
|
var br = {
|
|
18513
18515
|
_loadedStyleNames: /* @__PURE__ */ new Set(),
|
|
18514
18516
|
getLoadedStyleNames: function() {
|
|
@@ -20379,6 +20381,7 @@ function AZ(e, t, a, r, o, i) {
|
|
|
20379
20381
|
}, {
|
|
20380
20382
|
reference: Q(() => [
|
|
20381
20383
|
J(h, {
|
|
20384
|
+
"touchable-deprecated": "",
|
|
20382
20385
|
icon: e.dropdownIcon,
|
|
20383
20386
|
size: e.ICON_BUTTON_SIZES.MEDIUM,
|
|
20384
20387
|
color: e.ICON_BUTTON_COLORS.NEUTRAL,
|
|
@@ -20403,6 +20406,7 @@ function AZ(e, t, a, r, o, i) {
|
|
|
20403
20406
|
}, {
|
|
20404
20407
|
default: Q(() => [
|
|
20405
20408
|
J(h, {
|
|
20409
|
+
"touchable-deprecated": "",
|
|
20406
20410
|
"data-test-selector": "overlay-header-close-button",
|
|
20407
20411
|
icon: e.ICONS.FA_XMARK,
|
|
20408
20412
|
size: e.ICON_BUTTON_SIZES.MEDIUM,
|
|
@@ -20414,7 +20418,7 @@ function AZ(e, t, a, r, o, i) {
|
|
|
20414
20418
|
}, 8, ["placement", "text"])
|
|
20415
20419
|
], 2);
|
|
20416
20420
|
}
|
|
20417
|
-
const L4e = /* @__PURE__ */ x(lZ, [["render", AZ], ["__scopeId", "data-v-
|
|
20421
|
+
const L4e = /* @__PURE__ */ x(lZ, [["render", AZ], ["__scopeId", "data-v-f6b104be"]]), ug = {
|
|
20418
20422
|
SMALL: "small",
|
|
20419
20423
|
MEDIUM: "medium"
|
|
20420
20424
|
}, qa = {
|