@central-design-system/components 3.0.0-beta.13 → 3.0.0-beta.15

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.
Files changed (54) hide show
  1. package/dist/cds.css +1 -1
  2. package/dist/cds.es.js +409 -399
  3. package/dist/cds.umd.js +2 -2
  4. package/dist/components/CdsAutocomplete/CdsAutocomplete.vue.d.ts +25 -25
  5. package/dist/components/CdsBreadcrumbs/CdsBreadcrumbsItem.vue.d.ts +3 -3
  6. package/dist/components/CdsButton/CdsButton.vue.d.ts +17 -17
  7. package/dist/components/CdsCombobox/CdsCombobox.vue.d.ts +64 -64
  8. package/dist/components/CdsContainer/CdsContainer.vue.d.ts +18 -18
  9. package/dist/components/CdsContentSwitcher/CdsContentSwitcherItem.vue.d.ts +26 -26
  10. package/dist/components/CdsDropdown/CdsDropdown.vue.d.ts +64 -64
  11. package/dist/components/CdsExpandablePanel/CdsExpandablePanel.vue.d.ts +13 -13
  12. package/dist/components/CdsExpandablePanel/CdsExpandablePanelTitle.vue.d.ts +10 -10
  13. package/dist/components/CdsExpandablePanel/composable/expandablePanelTitleProps.d.ts +2 -2
  14. package/dist/components/CdsIcon/CdsIcon.vue.d.ts +3 -3
  15. package/dist/components/CdsInput/CdsInput.vue.d.ts +10 -10
  16. package/dist/components/CdsInput/CdsInputDescription.vue.d.ts +3 -3
  17. package/dist/components/CdsInput/CdsInputLabel.vue.d.ts +3 -3
  18. package/dist/components/CdsLink/CdsLink.vue.d.ts +3 -3
  19. package/dist/components/CdsList/CdsListGroup.vue.d.ts +7 -7
  20. package/dist/components/CdsList/CdsListItem.vue.d.ts +10 -10
  21. package/dist/components/CdsNotification/CdsNotification.vue.d.ts +16 -16
  22. package/dist/components/CdsNotification/CdsNotificationAlert.vue.d.ts +16 -16
  23. package/dist/components/CdsNotification/composable/notification.d.ts +3 -3
  24. package/dist/components/CdsRadioButton/CdsRadio.vue.d.ts +10 -10
  25. package/dist/components/CdsSelect/CdsSelect.vue.d.ts +34 -34
  26. package/dist/components/CdsSlideGroup/CdsSlideGroup.vue.d.ts +18 -18
  27. package/dist/components/CdsStatus/CdsStatus.vue.d.ts +3 -3
  28. package/dist/components/CdsSteps/CdsSteps.vue.d.ts +18 -18
  29. package/dist/components/CdsSteps/CdsStepsItem.vue.d.ts +3 -3
  30. package/dist/components/CdsTable/CdsTable.vue.d.ts +24 -6
  31. package/dist/components/CdsTable/components/Table/InternalTable.d.ts +24 -6
  32. package/dist/components/CdsTable/components/TableProvider.d.ts +24 -6
  33. package/dist/components/CdsTable/composable/table.d.ts +18 -2
  34. package/dist/components/CdsTabs/CdsTab.vue.d.ts +13 -13
  35. package/dist/components/CdsTabs/CdsTabs.vue.d.ts +18 -18
  36. package/dist/components/CdsTag/CdsTag.vue.d.ts +3 -3
  37. package/dist/components/CdsTextArea/CdsTextArea.vue.d.ts +34 -34
  38. package/dist/components/CdsTextInput/CdsTextInput.vue.d.ts +34 -34
  39. package/dist/components/CdsTooltip/CdsTooltip.vue.d.ts +3 -3
  40. package/dist/components/CdsUploader/CdsUploader.vue.d.ts +25 -25
  41. package/dist/components/CdsUploader/components/AjaxUploader.d.ts +15 -15
  42. package/dist/components/CdsUploader/components/UploadList/ListItem.d.ts +15 -15
  43. package/dist/components/CdsUploader/components/UploadList/UploadList.d.ts +15 -15
  44. package/dist/components/CdsUploader/composable/upload.d.ts +6 -6
  45. package/dist/components/CdsUploader/index.d.ts +1 -0
  46. package/dist/composable/field.d.ts +2 -2
  47. package/dist/composable/filter.d.ts +22 -0
  48. package/dist/composable/icon.d.ts +2 -2
  49. package/dist/composable/select.d.ts +1 -1
  50. package/dist/composable/text.d.ts +2 -2
  51. package/package.json +1 -1
  52. package/src/scss/themes/b2b/tokens.json +104 -104
  53. package/src/scss/themes/cds/tokens.json +104 -104
  54. package/src/scss/themes/index.ts +1 -1
package/dist/cds.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var $c = Object.defineProperty;
2
2
  var Ic = (e, t, n) => t in e ? $c(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
3
  var Xn = (e, t, n) => (Ic(e, typeof t != "symbol" ? t + "" : t, n), n);
4
- import { reactive as rt, computed as p, watchEffect as st, toRefs as en, getCurrentInstance as xc, unref as s, isRef as _o, toRef as nt, shallowRef as Ne, camelize as Ss, warn as $s, resolveDynamicComponent as wt, defineComponent as $, watch as J, onScopeDispose as _t, effectScope as Is, ref as F, toRaw as Vt, onBeforeUnmount as it, provide as tt, inject as Ye, onBeforeMount as Fi, onMounted as dt, h as y, mergeProps as Fe, Transition as bn, nextTick as Ze, readonly as xs, onBeforeUpdate as Dc, Fragment as He, openBlock as H, createElementBlock as oe, normalizeClass as vt, createBlock as be, createCommentVNode as ne, renderSlot as G, TransitionGroup as Ti, resolveComponent as ye, withCtx as le, renderList as tn, toDisplayString as at, createElementVNode as Ve, createTextVNode as zt, createVNode as et, createSlots as Cn, toHandlers as So, Teleport as Ec, withDirectives as kn, vShow as ao, normalizeProps as Ft, guardReactiveProps as Jt, withModifiers as yl, withKeys as Oi, onUnmounted as Ds, normalizeStyle as Mc, isVNode as Fn, Comment as Ac, onUpdated as Ri, Text as Pc, onActivated as Fc, vModelText as Tc } from "vue";
4
+ import { reactive as rt, computed as p, watchEffect as st, toRefs as en, getCurrentInstance as xc, unref as s, isRef as _o, toRef as nt, shallowRef as Ne, camelize as Ss, warn as $s, resolveDynamicComponent as wt, defineComponent as S, watch as J, onScopeDispose as _t, effectScope as Is, ref as F, toRaw as Vt, onBeforeUnmount as it, provide as tt, inject as Ye, onBeforeMount as Fi, onMounted as dt, h as y, mergeProps as Fe, Transition as bn, nextTick as Ze, readonly as xs, onBeforeUpdate as Dc, Fragment as He, openBlock as H, createElementBlock as oe, normalizeClass as vt, createBlock as be, createCommentVNode as ne, renderSlot as G, TransitionGroup as Ti, resolveComponent as ye, withCtx as le, renderList as tn, toDisplayString as at, createElementVNode as Ve, createTextVNode as zt, createVNode as et, createSlots as Cn, toHandlers as So, Teleport as Ec, withDirectives as kn, vShow as ao, normalizeProps as Ft, guardReactiveProps as Jt, withModifiers as yl, withKeys as Oi, onUnmounted as Ds, normalizeStyle as Mc, isVNode as Fn, Comment as Ac, onUpdated as Ri, Text as Pc, onActivated as Fc, vModelText as Tc } from "vue";
5
5
  const Ae = typeof window < "u", Es = Ae && "IntersectionObserver" in window, Bi = Ae && ("ontouchstart" in window || window.navigator.maxTouchPoints > 0), Li = Ae && typeof CSS < "u" && typeof CSS.supports < "u" && CSS.supports("selector(:focus-visible)"), cn = "cds-scroll-blocked", ue = Object.freeze({
6
6
  enter: "Enter",
7
7
  tab: "Tab",
@@ -2060,7 +2060,7 @@ const Wd = Object.freeze({
2060
2060
  ), pt = pe(
2061
2061
  {
2062
2062
  text: {
2063
- type: String,
2063
+ type: [String, Number],
2064
2064
  default: void 0
2065
2065
  }
2066
2066
  },
@@ -2113,107 +2113,109 @@ function ya(e, t) {
2113
2113
  handleClick: f
2114
2114
  };
2115
2115
  }
2116
- $({ name: "IconAdd" });
2117
- $({ name: "IconAlertFill" });
2118
- $({ name: "IconAlert" });
2119
- $({ name: "IconAnalog" });
2120
- $({ name: "IconArrowDown" });
2121
- $({ name: "IconArrowLeftBottom" });
2122
- $({ name: "IconArrowLeftTop" });
2123
- $({ name: "IconArrowLeft" });
2124
- $({ name: "IconArrowRightBottom" });
2125
- $({ name: "IconArrowRightTop" });
2126
- $({ name: "IconArrowRight" });
2127
- $({ name: "IconArrowUp" });
2128
- $({ name: "IconArrowsVertical" });
2129
- $({ name: "IconCalendar" });
2130
- $({ name: "IconCardBank" });
2131
- $({ name: "IconCategory" });
2132
- $({ name: "IconCheckFill" });
2133
- $({ name: "IconCheck" });
2134
- $({ name: "IconCheckboxFill" });
2135
- $({ name: "IconCheckbox" });
2136
- $({ name: "IconChevronDown" });
2137
- $({ name: "IconChevronLeft" });
2138
- $({ name: "IconChevronRight" });
2139
- $({ name: "IconChevronUp" });
2140
- $({ name: "IconChocholateMenu" });
2141
- $({ name: "IconChocolateMenu" });
2142
- $({ name: "IconClock" });
2143
- $({ name: "IconCollapse" });
2144
- $({ name: "IconComment" });
2145
- $({ name: "IconCompany" });
2146
- $({ name: "IconCompare" });
2147
- $({ name: "IconCopy" });
2148
- $({ name: "IconDataCards" });
2149
- $({ name: "IconDelete" });
2150
- $({ name: "IconDirectory" });
2151
- $({ name: "IconDocDownload" });
2152
- $({ name: "IconDoc" });
2153
- $({ name: "IconDownload" });
2154
- $({ name: "IconDraggable" });
2155
- $({ name: "IconEdit" });
2156
- $({ name: "IconEnter" });
2157
- $({ name: "IconErrorFill" });
2158
- $({ name: "IconError" });
2159
- $({ name: "IconExpand" });
2160
- $({ name: "IconExternal" });
2161
- $({ name: "IconFacebookFill" });
2162
- $({ name: "IconFacebook" });
2163
- $({ name: "IconFilters" });
2164
- $({ name: "IconFlag" });
2165
- $({ name: "IconFunnel" });
2166
- $({ name: "IconGlobe" });
2167
- $({ name: "IconInfinity" });
2168
- $({ name: "IconInfoFill" });
2169
- $({ name: "IconInfo" });
2170
- $({ name: "IconInsert" });
2171
- $({ name: "IconLink" });
2172
- $({ name: "IconListSearch" });
2173
- $({ name: "IconList" });
2174
- $({ name: "IconLoader" });
2175
- $({ name: "IconLocation" });
2176
- $({ name: "IconLocked" });
2177
- $({ name: "IconLogin" });
2178
- $({ name: "IconLogout" });
2179
- $({ name: "IconMenu" });
2180
- $({ name: "IconMinus" });
2181
- $({ name: "IconNotification" });
2182
- $({ name: "IconOverflowMenuHorizontal" });
2183
- $({ name: "IconOverflowMenuVertical" });
2184
- $({ name: "IconPassword" });
2185
- $({ name: "IconPin" });
2186
- $({ name: "IconPlus" });
2187
- $({ name: "IconPrinter" });
2188
- $({ name: "IconQuestionFill" });
2189
- $({ name: "IconQuestion" });
2190
- $({ name: "IconRefresh" });
2191
- $({ name: "IconRemove" });
2192
- $({ name: "IconSandglass" });
2193
- $({ name: "IconSave" });
2194
- $({ name: "IconSearch" });
2195
- $({ name: "IconSettings" });
2196
- $({ name: "IconShoppingCart" });
2197
- $({ name: "IconSortDate" });
2198
- $({ name: "IconSource" });
2199
- $({ name: "IconStarFill" });
2200
- $({ name: "IconStar" });
2201
- $({ name: "IconTelegram" });
2202
- $({ name: "IconTimer" });
2203
- $({ name: "IconTool" });
2204
- $({ name: "IconTruck" });
2205
- $({ name: "IconUnlocked" });
2206
- $({ name: "IconUpload" });
2207
- $({ name: "IconUserAvatar" });
2208
- $({ name: "IconUserGroup" });
2209
- $({ name: "IconVisibilityOff" });
2210
- $({ name: "IconVisibilityOn" });
2211
- $({ name: "IconVk" });
2212
- $({ name: "IconWinner" });
2213
- $({ name: "IconWorkspace" });
2214
- $({ name: "IconYoutube" });
2116
+ S({ name: "IconAdd" });
2117
+ S({ name: "IconAdministrator" });
2118
+ S({ name: "IconAlertFill" });
2119
+ S({ name: "IconAlert" });
2120
+ S({ name: "IconAnalog" });
2121
+ S({ name: "IconArrowDown" });
2122
+ S({ name: "IconArrowLeftBottom" });
2123
+ S({ name: "IconArrowLeftTop" });
2124
+ S({ name: "IconArrowLeft" });
2125
+ S({ name: "IconArrowRightBottom" });
2126
+ S({ name: "IconArrowRightTop" });
2127
+ S({ name: "IconArrowRight" });
2128
+ S({ name: "IconArrowUp" });
2129
+ S({ name: "IconArrowsVertical" });
2130
+ S({ name: "IconCalendar" });
2131
+ S({ name: "IconCardBank" });
2132
+ S({ name: "IconCategory" });
2133
+ S({ name: "IconCheckFill" });
2134
+ S({ name: "IconCheck" });
2135
+ S({ name: "IconCheckboxFill" });
2136
+ S({ name: "IconCheckbox" });
2137
+ S({ name: "IconChevronDown" });
2138
+ S({ name: "IconChevronLeft" });
2139
+ S({ name: "IconChevronRight" });
2140
+ S({ name: "IconChevronUp" });
2141
+ S({ name: "IconChocholateMenu" });
2142
+ S({ name: "IconChocolateMenu" });
2143
+ S({ name: "IconClock" });
2144
+ S({ name: "IconCollapse" });
2145
+ S({ name: "IconComment" });
2146
+ S({ name: "IconCompany" });
2147
+ S({ name: "IconCompare" });
2148
+ S({ name: "IconCopy" });
2149
+ S({ name: "IconDataCards" });
2150
+ S({ name: "IconDelete" });
2151
+ S({ name: "IconDirectory" });
2152
+ S({ name: "IconDocDownload" });
2153
+ S({ name: "IconDoc" });
2154
+ S({ name: "IconDownload" });
2155
+ S({ name: "IconDraggable" });
2156
+ S({ name: "IconEdit" });
2157
+ S({ name: "IconEnter" });
2158
+ S({ name: "IconErrorFill" });
2159
+ S({ name: "IconError" });
2160
+ S({ name: "IconExpand" });
2161
+ S({ name: "IconExternal" });
2162
+ S({ name: "IconFacebookFill" });
2163
+ S({ name: "IconFacebook" });
2164
+ S({ name: "IconFilters" });
2165
+ S({ name: "IconFlag" });
2166
+ S({ name: "IconFunnel" });
2167
+ S({ name: "IconGlobe" });
2168
+ S({ name: "IconInfinity" });
2169
+ S({ name: "IconInfoFill" });
2170
+ S({ name: "IconInfo" });
2171
+ S({ name: "IconInsert" });
2172
+ S({ name: "IconLink" });
2173
+ S({ name: "IconListSearch" });
2174
+ S({ name: "IconList" });
2175
+ S({ name: "IconLoader" });
2176
+ S({ name: "IconLocation" });
2177
+ S({ name: "IconLocked" });
2178
+ S({ name: "IconLogin" });
2179
+ S({ name: "IconLogout" });
2180
+ S({ name: "IconMenu" });
2181
+ S({ name: "IconMinus" });
2182
+ S({ name: "IconNotification" });
2183
+ S({ name: "IconOverflowMenuHorizontal" });
2184
+ S({ name: "IconOverflowMenuVertical" });
2185
+ S({ name: "IconPassword" });
2186
+ S({ name: "IconPin" });
2187
+ S({ name: "IconPlus" });
2188
+ S({ name: "IconPrinter" });
2189
+ S({ name: "IconQuestionFill" });
2190
+ S({ name: "IconQuestion" });
2191
+ S({ name: "IconRefresh" });
2192
+ S({ name: "IconRemove" });
2193
+ S({ name: "IconSandglass" });
2194
+ S({ name: "IconSave" });
2195
+ S({ name: "IconSearch" });
2196
+ S({ name: "IconSettings" });
2197
+ S({ name: "IconShoppingCart" });
2198
+ S({ name: "IconSortDate" });
2199
+ S({ name: "IconSource" });
2200
+ S({ name: "IconStarFill" });
2201
+ S({ name: "IconStar" });
2202
+ S({ name: "IconTelegram" });
2203
+ S({ name: "IconTimer" });
2204
+ S({ name: "IconTool" });
2205
+ S({ name: "IconTruck" });
2206
+ S({ name: "IconUnlocked" });
2207
+ S({ name: "IconUpload" });
2208
+ S({ name: "IconUserAvatar" });
2209
+ S({ name: "IconUserGroup" });
2210
+ S({ name: "IconVisibilityOff" });
2211
+ S({ name: "IconVisibilityOn" });
2212
+ S({ name: "IconVk" });
2213
+ S({ name: "IconWinner" });
2214
+ S({ name: "IconWorkspace" });
2215
+ S({ name: "IconYoutube" });
2215
2216
  const ct = [
2216
2217
  "add",
2218
+ "administrator",
2217
2219
  "alert-fill",
2218
2220
  "alert",
2219
2221
  "analog",
@@ -4845,7 +4847,7 @@ function om(e, t) {
4845
4847
  }
4846
4848
  return { onListScroll: o, onListKeydown: i };
4847
4849
  }
4848
- const Mo = "CdsIcon", sm = $({
4850
+ const Mo = "CdsIcon", sm = S({
4849
4851
  name: Mo,
4850
4852
  props: {
4851
4853
  name: {
@@ -4888,7 +4890,7 @@ function lm(e, t, n, a, o, l) {
4888
4890
  }
4889
4891
  const ot = /* @__PURE__ */ Qe(sm, [["render", lm]]);
4890
4892
  function Bt(e, t = "top center 0", n) {
4891
- return $({
4893
+ return S({
4892
4894
  name: e,
4893
4895
  props: {
4894
4896
  group: Boolean,
@@ -4941,7 +4943,7 @@ function Bt(e, t = "top center 0", n) {
4941
4943
  });
4942
4944
  }
4943
4945
  function iu(e, t, n = "in-out") {
4944
- return $({
4946
+ return S({
4945
4947
  name: e,
4946
4948
  props: {
4947
4949
  mode: {
@@ -4992,7 +4994,7 @@ function ru(e = "", t = !1) {
4992
4994
  i.style.overflow = i._initialStyle.overflow, r != null && (i.style[n] = r), delete i._initialStyle;
4993
4995
  }
4994
4996
  }
4995
- const im = $({
4997
+ const im = S({
4996
4998
  name: "CdsTransitionModal",
4997
4999
  props: {
4998
5000
  target: Object
@@ -5109,7 +5111,7 @@ Bt("jump-transition-left");
5109
5111
  Bt("scale-transition");
5110
5112
  Bt("modal-transition-bottom");
5111
5113
  Bt("modal-transition-top");
5112
- const dm = "CdsInputMessages", fm = $({
5114
+ const dm = "CdsInputMessages", fm = S({
5113
5115
  name: dm,
5114
5116
  components: { CdsTransition: Dt },
5115
5117
  props: {
@@ -5159,7 +5161,7 @@ function mm(e, t, n, a, o, l) {
5159
5161
  _: 3
5160
5162
  }, 8, ["transition", "class"]);
5161
5163
  }
5162
- const cu = /* @__PURE__ */ Qe(fm, [["render", mm]]), Zn = "CdsInput", Lt = $({
5164
+ const cu = /* @__PURE__ */ Qe(fm, [["render", mm]]), Zn = "CdsInput", Lt = S({
5163
5165
  name: Zn,
5164
5166
  props: {
5165
5167
  ...Ct(),
@@ -5266,7 +5268,7 @@ const cu = /* @__PURE__ */ Qe(fm, [["render", mm]]), Zn = "CdsInput", Lt = $({
5266
5268
  }), {};
5267
5269
  }
5268
5270
  });
5269
- const hm = "CdsInputLabel", vm = $({
5271
+ const hm = "CdsInputLabel", vm = S({
5270
5272
  name: hm,
5271
5273
  props: {
5272
5274
  ...pt(),
@@ -5286,7 +5288,7 @@ function gm(e, t, n, a, o, l) {
5286
5288
  _: 3
5287
5289
  });
5288
5290
  }
5289
- const yt = /* @__PURE__ */ Qe(vm, [["render", gm]]), ym = "CdsInputDescription", bm = $({
5291
+ const yt = /* @__PURE__ */ Qe(vm, [["render", gm]]), ym = "CdsInputDescription", bm = S({
5290
5292
  name: ym,
5291
5293
  props: {
5292
5294
  ...pt(),
@@ -5302,7 +5304,7 @@ function Cm(e, t, n, a, o, l) {
5302
5304
  _: 3
5303
5305
  });
5304
5306
  }
5305
- const St = /* @__PURE__ */ Qe(bm, [["render", Cm]]), km = "CdsInputCounter", rl = $({
5307
+ const St = /* @__PURE__ */ Qe(bm, [["render", Cm]]), km = "CdsInputCounter", rl = S({
5306
5308
  name: km,
5307
5309
  functional: !0,
5308
5310
  props: {
@@ -5325,7 +5327,7 @@ const St = /* @__PURE__ */ Qe(bm, [["render", Cm]]), km = "CdsInputCounter", rl
5325
5327
  [y("span", {}, e.current), ...n]
5326
5328
  );
5327
5329
  }
5328
- }), Xl = "CdsLoader", wm = $({
5330
+ }), Xl = "CdsLoader", wm = S({
5329
5331
  name: Xl,
5330
5332
  props: {
5331
5333
  fixed: {
@@ -5375,7 +5377,7 @@ function Im(e, t, n, a, o, l) {
5375
5377
  }, e.attrs), $m, 16, _m)
5376
5378
  ], 2);
5377
5379
  }
5378
- const rn = /* @__PURE__ */ Qe(wm, [["render", Im]]), Jn = "CdsTextInput", xm = $({
5380
+ const rn = /* @__PURE__ */ Qe(wm, [["render", Im]]), Jn = "CdsTextInput", xm = S({
5379
5381
  name: Jn,
5380
5382
  components: { CdsInput: Lt, CdsInputLabel: yt, CdsInputDescription: St, CdsInputCounter: rl, CdsIcon: ot, CdsLoader: rn, CdsTransition: Dt },
5381
5383
  inheritAttrs: !1,
@@ -5567,7 +5569,7 @@ function Mm(e, t, n, a, o, l) {
5567
5569
  onBlur: t[4] || (t[4] = (...k) => e.onBlur && e.onBlur(...k))
5568
5570
  }), null, 16, Dm)
5569
5571
  ]),
5570
- e.hasClear ? (H(), oe("div", Em, [
5572
+ e.hasClear && !e.hasLoading ? (H(), oe("div", Em, [
5571
5573
  Ve("button", {
5572
5574
  type: "button",
5573
5575
  title: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u043B\u0435 \u0432\u0432\u043E\u0434\u0430",
@@ -6387,7 +6389,7 @@ const s0 = {
6387
6389
  ClickOutside: cs,
6388
6390
  Touch: ma,
6389
6391
  Intersect: s0
6390
- }, Symbol.toStringTag, { value: "Module" })), l0 = "CdsOverlay", zn = $({
6392
+ }, Symbol.toStringTag, { value: "Module" })), l0 = "CdsOverlay", zn = S({
6391
6393
  name: l0,
6392
6394
  directives: { ClickOutside: cs },
6393
6395
  inheritAttrs: !1,
@@ -6551,7 +6553,7 @@ const s0 = {
6551
6553
  }), {};
6552
6554
  }
6553
6555
  });
6554
- const i0 = "CdsMenu", Yn = $({
6556
+ const i0 = "CdsMenu", Yn = S({
6555
6557
  name: i0,
6556
6558
  props: {
6557
6559
  id: {
@@ -6749,7 +6751,7 @@ function r0() {
6749
6751
  }
6750
6752
  return { contentRef: e, isFocused: t, onFocus: o, onFocusin: n, onFocusout: a, onKeydown: l, focus: i };
6751
6753
  }
6752
- const Fa = "CdsList", Gn = $({
6754
+ const Fa = "CdsList", Gn = S({
6753
6755
  name: Fa,
6754
6756
  props: {
6755
6757
  lines: {
@@ -6808,7 +6810,7 @@ const Fa = "CdsList", Gn = $({
6808
6810
  }), {};
6809
6811
  }
6810
6812
  });
6811
- const ai = "CdsListItem", u0 = $({
6813
+ const ai = "CdsListItem", u0 = S({
6812
6814
  name: ai,
6813
6815
  components: { CdsIcon: ot },
6814
6816
  inheritAttrs: !1,
@@ -6964,7 +6966,7 @@ function v0(e, t, n, a, o, l) {
6964
6966
  _: 3
6965
6967
  });
6966
6968
  }
6967
- const Et = /* @__PURE__ */ Qe(u0, [["render", v0]]), p0 = $({
6969
+ const Et = /* @__PURE__ */ Qe(u0, [["render", v0]]), p0 = S({
6968
6970
  name: "CdsListGroupActivator",
6969
6971
  setup(e, { slots: t }) {
6970
6972
  return Cf(), () => {
@@ -6972,7 +6974,7 @@ const Et = /* @__PURE__ */ Qe(u0, [["render", v0]]), p0 = $({
6972
6974
  return (n = t.default) == null ? void 0 : n.call(t);
6973
6975
  };
6974
6976
  }
6975
- }), g0 = "CdsListGroup", y0 = $({
6977
+ }), g0 = "CdsListGroup", y0 = S({
6976
6978
  name: g0,
6977
6979
  components: { CdsListGroupActivator: p0, CdsTransitionExpand: uu },
6978
6980
  props: {
@@ -7087,7 +7089,7 @@ const ul = /* @__PURE__ */ Qe(y0, [["render", w0]]), _0 = {
7087
7089
  errorGroup: F(!1),
7088
7090
  handleInputCheckbox: () => {
7089
7091
  }
7090
- }, Cu = Symbol.for("cds:checkbox"), oi = "CdsCheckboxGroup", S0 = $({
7092
+ }, Cu = Symbol.for("cds:checkbox"), oi = "CdsCheckboxGroup", S0 = S({
7091
7093
  name: oi,
7092
7094
  components: { CdsInput: Lt, CdsInputLabel: yt, CdsInputDescription: St },
7093
7095
  props: {
@@ -7160,7 +7162,7 @@ function I0(e, t, n, a, o, l) {
7160
7162
  _: 3
7161
7163
  }, 16, ["id", "class"]);
7162
7164
  }
7163
- const x0 = /* @__PURE__ */ Qe(S0, [["render", I0]]), si = "CdsCheckbox", D0 = $({
7165
+ const x0 = /* @__PURE__ */ Qe(S0, [["render", I0]]), si = "CdsCheckbox", D0 = S({
7164
7166
  name: si,
7165
7167
  components: { CdsInput: Lt, CdsInputLabel: yt, CdsInputDescription: St },
7166
7168
  inheritAttrs: !1,
@@ -7200,7 +7202,7 @@ const x0 = /* @__PURE__ */ Qe(S0, [["render", I0]]), si = "CdsCheckbox", D0 = $(
7200
7202
  J(
7201
7203
  v,
7202
7204
  (O) => {
7203
- Array.isArray(O) && (o.value = O.includes(e.value));
7205
+ Array.isArray(O) && e.value && (o.value = O.includes(e.value));
7204
7206
  },
7205
7207
  { immediate: !0 }
7206
7208
  );
@@ -7301,7 +7303,7 @@ function ku(e) {
7301
7303
  y("span", { class: `cds-${e.name}__unmask` }, e.item.title.substr(e.matches + e.length))
7302
7304
  ]) : t;
7303
7305
  }
7304
- const li = "CdsAutocomplete", A0 = $({
7306
+ const li = "CdsAutocomplete", A0 = S({
7305
7307
  name: li,
7306
7308
  props: {
7307
7309
  search: {
@@ -7548,22 +7550,22 @@ const li = "CdsAutocomplete", A0 = $({
7548
7550
  Et,
7549
7551
  { ...we },
7550
7552
  {
7551
- prepend: ({ isSelected: S }) => y(He, {}, [
7553
+ prepend: ({ isSelected: $ }) => y(He, {}, [
7552
7554
  e.multiple && !e.hideSelected ? y(Ht, {
7553
7555
  key: de.value,
7554
- modelValue: s(S),
7556
+ modelValue: s($),
7555
7557
  hideMessages: !0,
7556
7558
  tabindex: "-1"
7557
7559
  }) : void 0,
7558
7560
  de.props.prependIcon && y(ot, { name: de.props.prependIcon })
7559
7561
  ]),
7560
7562
  title: () => {
7561
- var S, N, j;
7563
+ var $, N, j;
7562
7564
  return ku({
7563
7565
  name: "autocomplete",
7564
7566
  isPure: s(b),
7565
7567
  item: de,
7566
- matches: (S = P(de)) == null ? void 0 : S.title,
7568
+ matches: ($ = P(de)) == null ? void 0 : $.title,
7567
7569
  length: (j = (N = s(k)) == null ? void 0 : N.length) != null ? j : 0
7568
7570
  });
7569
7571
  }
@@ -7621,7 +7623,7 @@ const li = "CdsAutocomplete", A0 = $({
7621
7623
  }), {};
7622
7624
  }
7623
7625
  });
7624
- const Po = "CdsBadge", P0 = $({
7626
+ const Po = "CdsBadge", P0 = S({
7625
7627
  name: Po,
7626
7628
  props: {
7627
7629
  count: {
@@ -7648,7 +7650,7 @@ const Po = "CdsBadge", P0 = $({
7648
7650
  ), {};
7649
7651
  }
7650
7652
  });
7651
- const F0 = "CdsLink", T0 = $({
7653
+ const F0 = "CdsLink", T0 = S({
7652
7654
  name: F0,
7653
7655
  props: {
7654
7656
  ...pt(),
@@ -7685,7 +7687,7 @@ function O0(e, t, n, a, o, l) {
7685
7687
  _: 3
7686
7688
  }, 8, ["to", "href", "class", "onClick"]);
7687
7689
  }
7688
- const cl = /* @__PURE__ */ Qe(T0, [["render", O0]]), R0 = "CdsBreadcrumbsItem", wu = $({
7690
+ const cl = /* @__PURE__ */ Qe(T0, [["render", O0]]), R0 = "CdsBreadcrumbsItem", wu = S({
7689
7691
  name: R0,
7690
7692
  props: {
7691
7693
  currentPage: {
@@ -7720,7 +7722,7 @@ const cl = /* @__PURE__ */ Qe(T0, [["render", O0]]), R0 = "CdsBreadcrumbsItem",
7720
7722
  }
7721
7723
  ), {};
7722
7724
  }
7723
- }), B0 = "CdsBreadcrumbs", L0 = $({
7725
+ }), B0 = "CdsBreadcrumbs", L0 = S({
7724
7726
  name: B0,
7725
7727
  props: {
7726
7728
  ...on(),
@@ -7756,7 +7758,7 @@ const cl = /* @__PURE__ */ Qe(T0, [["render", O0]]), R0 = "CdsBreadcrumbsItem",
7756
7758
  }), {};
7757
7759
  }
7758
7760
  });
7759
- const N0 = Symbol.for("cds:button-toggle"), ea = "CdsButton", z0 = $({
7761
+ const N0 = Symbol.for("cds:button-toggle"), ea = "CdsButton", z0 = S({
7760
7762
  name: ea,
7761
7763
  components: { CdsLoader: rn, CdsIcon: ot },
7762
7764
  props: {
@@ -7885,7 +7887,7 @@ function j0(e, t, n, a, o, l) {
7885
7887
  _: 3
7886
7888
  }, 8, ["type", "to", "href", "disabled", "value", "class", "onClick"]);
7887
7889
  }
7888
- const Be = /* @__PURE__ */ Qe(z0, [["render", j0]]), Ta = "CdsTag", W0 = $({
7890
+ const Be = /* @__PURE__ */ Qe(z0, [["render", j0]]), Ta = "CdsTag", W0 = S({
7889
7891
  name: Ta,
7890
7892
  components: { CdsIcon: ot },
7891
7893
  props: {
@@ -7965,7 +7967,7 @@ function G0(e, t, n, a, o, l) {
7965
7967
  _: 3
7966
7968
  }, 8, ["to", "href", "class"]);
7967
7969
  }
7968
- const dl = /* @__PURE__ */ Qe(W0, [["render", G0]]), ta = "CdsCombobox", X0 = $({
7970
+ const dl = /* @__PURE__ */ Qe(W0, [["render", G0]]), ta = "CdsCombobox", X0 = S({
7969
7971
  name: ta,
7970
7972
  components: { CdsTextInput: nn, CdsMenu: Yn, CdsList: Gn, CdsListItem: Et, CdsCheckbox: Ht, CdsTag: dl, CdsIcon: ot, CdsHighlight: ku },
7971
7973
  props: {
@@ -8021,8 +8023,8 @@ const dl = /* @__PURE__ */ Qe(W0, [["render", G0]]), ta = "CdsCombobox", X0 = $(
8021
8023
  set: (Y) => {
8022
8024
  var xe;
8023
8025
  if (A.value = Y, e.multiple || (C.value = [fn(e, Y)]), Y && e.multiple && ((xe = e.delimiters) == null ? void 0 : xe.length)) {
8024
- const S = Y.split(new RegExp(`(?:${e.delimiters.join("|")})+`));
8025
- S.length > 1 && (S.forEach((N) => {
8026
+ const $ = Y.split(new RegExp(`(?:${e.delimiters.join("|")})+`));
8027
+ $.length > 1 && ($.forEach((N) => {
8026
8028
  N = N.trim(), N && he(fn(e, N));
8027
8029
  }), A.value = "");
8028
8030
  }
@@ -8032,8 +8034,8 @@ const dl = /* @__PURE__ */ Qe(W0, [["render", G0]]), ta = "CdsCombobox", X0 = $(
8032
8034
  J(A, (Y) => {
8033
8035
  P ? Ze(() => P = !1) : s(f) && !s(v) && (v.value = !0), t("update:search", Y);
8034
8036
  }), J(C, (Y) => {
8035
- var xe, S;
8036
- e.multiple || (A.value = (S = (xe = Y[0]) == null ? void 0 : xe.title) != null ? S : "");
8037
+ var xe, $;
8038
+ e.multiple || (A.value = ($ = (xe = Y[0]) == null ? void 0 : xe.title) != null ? $ : "");
8037
8039
  });
8038
8040
  const { filteredItems: w, getMatches: M } = Wr(e, m, () => s(T) ? "" : s(O)), z = p(() => e.hideSelected ? s(w).filter(
8039
8041
  (Y) => !s(b).some((xe) => xe.value === Y.value)
@@ -8069,12 +8071,12 @@ const dl = /* @__PURE__ */ Qe(W0, [["render", G0]]), ta = "CdsCombobox", X0 = $(
8069
8071
  function he(Y) {
8070
8072
  if (!(e.readonly || e.disabled))
8071
8073
  if (e.multiple) {
8072
- const xe = s(_).findIndex((S) => Kt(S, Y.value));
8074
+ const xe = s(_).findIndex(($) => Kt($, Y.value));
8073
8075
  if (xe === -1)
8074
8076
  C.value = [...s(C), Y];
8075
8077
  else {
8076
- const S = [...s(C)];
8077
- S.splice(xe, 1), C.value = S;
8078
+ const $ = [...s(C)];
8079
+ $.splice(xe, 1), C.value = $;
8078
8080
  }
8079
8081
  O.value = "";
8080
8082
  } else
@@ -8102,20 +8104,20 @@ const dl = /* @__PURE__ */ Qe(W0, [["render", G0]]), ta = "CdsCombobox", X0 = $(
8102
8104
  var N, j, me, Pe, Ge;
8103
8105
  if (e.readonly || s(B == null ? void 0 : B.isReadonly))
8104
8106
  return;
8105
- const xe = (N = s(Q)) == null ? void 0 : N.selectionStart, S = s(_).length;
8107
+ const xe = (N = s(Q)) == null ? void 0 : N.selectionStart, $ = s(_).length;
8106
8108
  if ((s(D) > -1 || [ue.up, ue.down, ue.enter, ue.home, ue.end].includes(Y.key)) && Y.preventDefault(), [ue.enter, ue.down].includes(Y.key) && (v.value = !0), [ue.esc].includes(Y.key) && (v.value = !1), [ue.enter, ue.esc, ue.tab].includes(Y.key) && (T.value = !0), Y.key === ue.down ? (j = ve.value) == null || j.focus("next") : Y.key === ue.up ? (me = ve.value) == null || me.focus("prev") : Y.key === ue.home ? (Pe = ve.value) == null || Pe.focus("first") : Y.key === ue.end && ((Ge = ve.value) == null || Ge.focus("last")), !!e.multiple) {
8107
8109
  if ([ue.backspace, ue.delete].includes(Y.key)) {
8108
8110
  if (s(D) < 0) {
8109
- Y.key === ue.backspace && !s(O) && (D.value = S - 1);
8111
+ Y.key === ue.backspace && !s(O) && (D.value = $ - 1);
8110
8112
  return;
8111
8113
  }
8112
8114
  const Me = s(D);
8113
- s(K) && he(s(K)), D.value = Me >= S - 1 ? S - 2 : Me;
8115
+ s(K) && he(s(K)), D.value = Me >= $ - 1 ? $ - 2 : Me;
8114
8116
  }
8115
8117
  if (Y.key === ue.left) {
8116
8118
  if (s(D) < 0 && xe > 0)
8117
8119
  return;
8118
- const Me = s(D) > -1 ? s(D) - 1 : S - 1;
8120
+ const Me = s(D) > -1 ? s(D) - 1 : $ - 1;
8119
8121
  s(b)[Me] ? D.value = Me : D.value = -1;
8120
8122
  }
8121
8123
  if (Y.key === ue.right) {
@@ -8368,7 +8370,7 @@ function J0(e, t, n, a, o, l) {
8368
8370
  }
8369
8371
  const Q0 = /* @__PURE__ */ Qe(X0, [["render", J0]]), _u = Symbol.for("cds:container"), Su = Symbol.for("cds:container-group"), eh = (e) => {
8370
8372
  tt(_u, e);
8371
- }, th = () => Ye(_u, {}), Fo = "CdsContainer", $u = $({
8373
+ }, th = () => Ye(_u, {}), Fo = "CdsContainer", $u = S({
8372
8374
  name: Fo,
8373
8375
  directives: { Touch: ma },
8374
8376
  props: {
@@ -8500,7 +8502,7 @@ const Q0 = /* @__PURE__ */ Qe(X0, [["render", J0]]), _u = Symbol.for("cds:contai
8500
8502
  });
8501
8503
  }
8502
8504
  });
8503
- const nh = "CdsContainerItem", Iu = $({
8505
+ const nh = "CdsContainerItem", Iu = S({
8504
8506
  name: nh,
8505
8507
  props: {
8506
8508
  reverseTransition: {
@@ -8624,7 +8626,7 @@ function oh({
8624
8626
  const o = a ? e.clientWidth : e.clientHeight, i = (a ? e.offsetLeft : e.offsetTop) + o / 2 - t / 2;
8625
8627
  return Math.min(n - t, Math.max(0, i));
8626
8628
  }
8627
- const Du = Symbol.for("cds:slide-group"), sh = "CdsSlideGroup", Eu = $({
8629
+ const Du = Symbol.for("cds:slide-group"), sh = "CdsSlideGroup", Eu = S({
8628
8630
  name: sh,
8629
8631
  props: {
8630
8632
  ...lt(),
@@ -8844,7 +8846,7 @@ const Du = Symbol.for("cds:slide-group"), sh = "CdsSlideGroup", Eu = $({
8844
8846
  };
8845
8847
  }
8846
8848
  });
8847
- const lh = "CdsSlideGroupItem", ih = $({
8849
+ const lh = "CdsSlideGroupItem", ih = S({
8848
8850
  name: lh,
8849
8851
  props: {
8850
8852
  ...xn(),
@@ -8865,7 +8867,7 @@ const lh = "CdsSlideGroupItem", ih = $({
8865
8867
  });
8866
8868
  };
8867
8869
  }
8868
- }), ui = "CdsTabs", Mu = $({
8870
+ }), ui = "CdsTabs", Mu = S({
8869
8871
  name: ui,
8870
8872
  props: {
8871
8873
  items: {
@@ -8943,7 +8945,7 @@ const lh = "CdsSlideGroupItem", ih = $({
8943
8945
  }), {};
8944
8946
  }
8945
8947
  });
8946
- const rh = "CdsTab", fl = $({
8948
+ const rh = "CdsTab", fl = S({
8947
8949
  name: rh,
8948
8950
  props: {
8949
8951
  hideSlider: {
@@ -9027,7 +9029,7 @@ const rh = "CdsTab", fl = $({
9027
9029
  updateSlider: u
9028
9030
  }), {};
9029
9031
  }
9030
- }), uh = 32, ch = "CdsContentSwitcher", dh = $({
9032
+ }), uh = 32, ch = "CdsContentSwitcher", dh = S({
9031
9033
  name: ch,
9032
9034
  props: {
9033
9035
  modelValue: {
@@ -9065,7 +9067,7 @@ const rh = "CdsTab", fl = $({
9065
9067
  )), {};
9066
9068
  }
9067
9069
  });
9068
- const fh = "CdsContentSwitcherItem", mh = $({
9070
+ const fh = "CdsContentSwitcherItem", mh = S({
9069
9071
  name: fh,
9070
9072
  props: {
9071
9073
  ...xn(),
@@ -9180,61 +9182,61 @@ function vh(e, t, n, a, o, l, i, r) {
9180
9182
  const u = p(() => o()), d = F(
9181
9183
  null
9182
9184
  ), f = p(
9183
- () => (S) => new Date(S.year, S.month - 1, S.day)
9185
+ () => ($) => new Date($.year, $.month - 1, $.day)
9184
9186
  ), c = F(e.view), m = F("left"), h = F("left"), g = p(() => e.emitImmediately && !e.multiple && !e.range), v = F(ve()), k = p(
9185
- () => t.value.filter((S) => typeof S == "string").map((S) => l(S)).filter((S) => S.dateHash && S.day && S.month && S.year)
9187
+ () => t.value.filter(($) => typeof $ == "string").map(($) => l($)).filter(($) => $.dateHash && $.day && $.month && $.year)
9186
9188
  ), C = p(() => {
9187
- const S = (N) => l(N);
9189
+ const $ = (N) => l(N);
9188
9190
  return t.value.filter((N) => On(N) && N.from && N.to).map((N) => ({
9189
- from: S(N.from),
9190
- to: S(N.to)
9191
+ from: $(N.from),
9192
+ to: $(N.to)
9191
9193
  })).filter((N) => N.from.dateHash && N.to.dateHash && N.from.dateHash < N.to.dateHash);
9192
9194
  }), b = p(() => k.value.concat(C.value.map((N) => N.from)).sort((N, j) => N.year - j.year || N.month - j.month)[0]), _ = p(() => k.value.concat(C.value.map((N) => N.to)).sort((N, j) => j.year - N.year || j.month - N.month)[0]), I = p(
9193
9195
  () => k.value.length + C.value.reduce(
9194
- (S, N) => S + 1 + Ls(f.value(N.to), f.value(N.from)),
9196
+ ($, N) => $ + 1 + Ls(f.value(N.to), f.value(N.from)),
9195
9197
  0
9196
9198
  )
9197
9199
  ), E = p(() => qt(v.value)), x = v.value.year, B = F(x && x - x % mn - (x < 0 ? mn : 0)), T = p(
9198
9200
  () => e.firstDayOfWeek ? +e.firstDayOfWeek : n.value.firstDayOfWeek
9199
9201
  ), D = p(() => {
9200
- const S = n.value.daysShort, N = T.value;
9201
- return N > 0 ? S.slice(N, 7).concat(S.slice(0, N)) : S;
9202
+ const $ = n.value.daysShort, N = T.value;
9203
+ return N > 0 ? $.slice(N, 7).concat($.slice(0, N)) : $;
9202
9204
  }), P = p(() => {
9203
- const S = v.value;
9204
- return new Date(S.year, S.month, 0).getDate();
9205
+ const $ = v.value;
9206
+ return new Date($.year, $.month, 0).getDate();
9205
9207
  }), A = p(() => {
9206
9208
  if (!e.minYearMonth)
9207
9209
  return;
9208
- const [S, N] = e.minYearMonth.split("/");
9210
+ const [$, N] = e.minYearMonth.split("/");
9209
9211
  return {
9210
- year: parseInt(S, 10),
9212
+ year: parseInt($, 10),
9211
9213
  month: parseInt(N, 10)
9212
9214
  };
9213
9215
  }), O = p(() => {
9214
9216
  if (!e.maxYearMonth)
9215
9217
  return;
9216
- const [S, N] = e.maxYearMonth.split("/");
9218
+ const [$, N] = e.maxYearMonth.split("/");
9217
9219
  return {
9218
- year: parseInt(S, 10),
9220
+ year: parseInt($, 10),
9219
9221
  month: parseInt(N, 10)
9220
9222
  };
9221
9223
  }), w = p(() => {
9222
- const S = {
9224
+ const $ = {
9223
9225
  month: { prev: !0, next: !0 },
9224
9226
  year: { prev: !0, next: !0 }
9225
9227
  };
9226
- return A.value && A.value.year >= v.value.year && (S.year.prev = !1, A.value.year === v.value.year && A.value.month >= v.value.month && (S.month.prev = !1)), O.value && O.value.year <= v.value.year && (S.year.next = !1, O.value.year === v.value.year && O.value.month <= v.value.month && (S.month.next = !1)), S;
9228
+ return A.value && A.value.year >= v.value.year && ($.year.prev = !1, A.value.year === v.value.year && A.value.month >= v.value.month && ($.month.prev = !1)), O.value && O.value.year <= v.value.year && ($.year.next = !1, O.value.year === v.value.year && O.value.month <= v.value.month && ($.month.next = !1)), $;
9227
9229
  }), M = p(() => {
9228
- const S = {};
9230
+ const $ = {};
9229
9231
  return k.value.forEach((N) => {
9230
9232
  const j = qt(N);
9231
- S[j] || (S[j] = []), S[j].push(N.day);
9232
- }), S;
9233
+ $[j] || ($[j] = []), $[j].push(N.day);
9234
+ }), $;
9233
9235
  }), z = p(() => {
9234
- const S = {};
9236
+ const $ = {};
9235
9237
  return C.value.forEach((N) => {
9236
9238
  const j = qt(N.from), me = qt(N.to);
9237
- if (S[j] || (S[j] = []), S[j].push({
9239
+ if ($[j] || ($[j] = []), $[j].push({
9238
9240
  from: N.from.day,
9239
9241
  to: j === me ? N.to.day : void 0,
9240
9242
  range: N
@@ -9242,17 +9244,17 @@ function vh(e, t, n, a, o, l, i, r) {
9242
9244
  let Pe;
9243
9245
  const { year: Ge, month: Me } = N.from, Ke = Me < 12 ? { year: Ge, month: Me + 1 } : { year: Ge + 1, month: 1 };
9244
9246
  for (; (Pe = qt(Ke)) <= me; )
9245
- S[Pe] || (S[Pe] = []), S[Pe].push({
9247
+ $[Pe] || ($[Pe] = []), $[Pe].push({
9246
9248
  from: void 0,
9247
9249
  to: Pe === me ? N.to.day : void 0,
9248
9250
  range: N
9249
9251
  }), Ke.month++, Ke.month > 12 && (Ke.year++, Ke.month = 1);
9250
9252
  }
9251
- }), S;
9253
+ }), $;
9252
9254
  }), V = p(() => {
9253
9255
  if (!d.value)
9254
9256
  return;
9255
- const { init: S, initHash: N, final: j, finalHash: me } = d.value, [Pe, Ge] = N <= me ? [S, j] : [j, S];
9257
+ const { init: $, initHash: N, final: j, finalHash: me } = d.value, [Pe, Ge] = N <= me ? [$, j] : [j, $];
9256
9258
  if (!Pe || !Ge)
9257
9259
  return;
9258
9260
  const Me = qt(Pe), Ke = qt(Ge);
@@ -9261,11 +9263,11 @@ function vh(e, t, n, a, o, l, i, r) {
9261
9263
  const q = {};
9262
9264
  return Me === E.value ? (q.from = Pe.day, q.includeFrom = !0) : q.from = 1, Ke === E.value ? (q.to = Ge.day, q.includeTo = !0) : q.to = P.value, q;
9263
9265
  }), K = p(() => {
9264
- const S = {};
9266
+ const $ = {};
9265
9267
  if (!e.allowedDates) {
9266
9268
  for (let j = 1; j <= P.value; j++)
9267
- S[j] = !0;
9268
- return S;
9269
+ $[j] = !0;
9270
+ return $;
9269
9271
  }
9270
9272
  const N = typeof e.allowedDates == "function" ? e.allowedDates : (j) => {
9271
9273
  var me;
@@ -9273,13 +9275,13 @@ function vh(e, t, n, a, o, l, i, r) {
9273
9275
  };
9274
9276
  for (let j = 1; j <= P.value; j++) {
9275
9277
  const me = E.value + "/" + je(j);
9276
- S[j] = N(me);
9278
+ $[j] = N(me);
9277
9279
  }
9278
- return S;
9280
+ return $;
9279
9281
  }), L = p(
9280
9282
  () => typeof e.eventsColor == "function" ? e.eventsColor : () => e.eventsColor
9281
9283
  ), U = p(() => {
9282
- const S = {};
9284
+ const $ = {};
9283
9285
  if (e.events) {
9284
9286
  const N = typeof e.events == "function" ? e.events : (j) => {
9285
9287
  var me;
@@ -9287,37 +9289,37 @@ function vh(e, t, n, a, o, l, i, r) {
9287
9289
  };
9288
9290
  for (let j = 0; j <= P.value; j++) {
9289
9291
  const me = E.value + "/" + je(j);
9290
- S[j] = N(me) && L.value(me);
9292
+ $[j] = N(me) && L.value(me);
9291
9293
  }
9292
9294
  } else
9293
9295
  for (let N = 1; N <= P.value; N++)
9294
- S[N] = !1;
9295
- return S;
9296
+ $[N] = !1;
9297
+ return $;
9296
9298
  }), te = p(() => {
9297
- const { year: S, month: N } = v.value, j = new Date(S, N - 1, 1), me = new Date(S, N - 1, 0).getDate();
9299
+ const { year: $, month: N } = v.value, j = new Date($, N - 1, 1), me = new Date($, N - 1, 0).getDate();
9298
9300
  return {
9299
9301
  days: j.getDay() - T.value - 1,
9300
9302
  endDay: me
9301
9303
  };
9302
9304
  }), fe = p(() => {
9303
9305
  var Me, Ke, q, se, ke, Re;
9304
- const S = [], { days: N, endDay: j } = te.value, me = N < 0 ? N + 7 : N;
9306
+ const $ = [], { days: N, endDay: j } = te.value, me = N < 0 ? N + 7 : N;
9305
9307
  if (me < 6)
9306
9308
  for (let ae = j - me; ae <= j; ae++)
9307
- S.push({ i: ae, fill: !0 });
9308
- const Pe = S.length;
9309
+ $.push({ i: ae, fill: !0 });
9310
+ const Pe = $.length;
9309
9311
  for (let ae = 1; ae <= P.value; ae++) {
9310
9312
  const $e = {
9311
9313
  i: ae,
9312
9314
  event: U.value[ae],
9313
9315
  classes: []
9314
9316
  };
9315
- K.value[ae] && ($e.in = !0, $e.flat = !0), S.push($e);
9317
+ K.value[ae] && ($e.in = !0, $e.flat = !0), $.push($e);
9316
9318
  }
9317
9319
  if (M.value[E.value] && M.value[E.value].forEach((ae) => {
9318
9320
  const $e = Pe + ae - 1;
9319
- S[$e] = {
9320
- ...S[$e],
9321
+ $[$e] = {
9322
+ ...$[$e],
9321
9323
  selected: !0,
9322
9324
  unelevated: !0,
9323
9325
  flat: !1
@@ -9326,38 +9328,38 @@ function vh(e, t, n, a, o, l, i, r) {
9326
9328
  if (ae.from) {
9327
9329
  const $e = Pe + ae.from - 1, Xe = Pe + (ae.to || P.value) - 1;
9328
9330
  for (let Dn = $e; Dn <= Xe; Dn++)
9329
- S[Dn] = {
9330
- ...S[Dn],
9331
+ $[Dn] = {
9332
+ ...$[Dn],
9331
9333
  range: ae.range,
9332
9334
  unelevated: !0
9333
9335
  };
9334
- S[$e] = {
9335
- ...S[$e],
9336
+ $[$e] = {
9337
+ ...$[$e],
9336
9338
  rangeFrom: !0,
9337
9339
  flat: !1
9338
- }, ae.to && (S[Xe] = {
9339
- ...S[Xe],
9340
+ }, ae.to && ($[Xe] = {
9341
+ ...$[Xe],
9340
9342
  rangeTo: !0,
9341
9343
  flat: !1
9342
9344
  });
9343
9345
  } else if (ae.to) {
9344
9346
  const $e = Pe + ae.to - 1;
9345
9347
  for (let Xe = Pe; Xe <= $e; Xe++)
9346
- S[Xe] = {
9347
- ...S[Xe],
9348
+ $[Xe] = {
9349
+ ...$[Xe],
9348
9350
  range: ae.range,
9349
9351
  unelevated: !0
9350
9352
  };
9351
- S[$e] = {
9352
- ...S[$e],
9353
+ $[$e] = {
9354
+ ...$[$e],
9353
9355
  rangeTo: !0,
9354
9356
  flat: !1
9355
9357
  };
9356
9358
  } else {
9357
9359
  const $e = Pe + P.value - 1;
9358
9360
  for (let Xe = Pe; Xe <= $e; Xe++)
9359
- S[Xe] = {
9360
- ...S[Xe],
9361
+ $[Xe] = {
9362
+ ...$[Xe],
9361
9363
  range: ae.range,
9362
9364
  unelevated: !0
9363
9365
  };
@@ -9365,68 +9367,68 @@ function vh(e, t, n, a, o, l, i, r) {
9365
9367
  }), V.value && ((Me = V.value) == null ? void 0 : Me.from) && ((Ke = V.value) == null ? void 0 : Ke.to)) {
9366
9368
  const ae = Pe + ((q = V.value) == null ? void 0 : q.from) - 1, $e = Pe + ((se = V.value) == null ? void 0 : se.to) - 1;
9367
9369
  for (let Xe = ae; Xe <= $e; Xe++)
9368
- S[Xe].editRange = !0;
9369
- (ke = V.value) != null && ke.includeFrom && (S[ae].editRangeFrom = !0), (Re = V.value) != null && Re.includeTo && (S[$e].editRangeTo = !0);
9370
+ $[Xe].editRange = !0;
9371
+ (ke = V.value) != null && ke.includeFrom && ($[ae].editRangeFrom = !0), (Re = V.value) != null && Re.includeTo && ($[$e].editRangeTo = !0);
9370
9372
  }
9371
- v.value.year === u.value.year && v.value.month === u.value.month && (S[Pe + u.value.day - 1].today = !0);
9372
- const Ge = S.length % 7;
9373
+ v.value.year === u.value.year && v.value.month === u.value.month && ($[Pe + u.value.day - 1].today = !0);
9374
+ const Ge = $.length % 7;
9373
9375
  if (Ge > 0) {
9374
9376
  const ae = 7 - Ge;
9375
9377
  for (let $e = 1; $e <= ae; $e++)
9376
- S.push({ i: $e, fill: !0 });
9378
+ $.push({ i: $e, fill: !0 });
9377
9379
  }
9378
- return S.forEach((ae) => {
9380
+ return $.forEach((ae) => {
9379
9381
  const $e = ["cds-date-picker__calendar-item"];
9380
9382
  ae.fill ? ($e.push("cds-date-picker__calendar-item--fill"), e.hideSiblingMonth && $e.push("cds-date-picker__calendar-item--hide-sibling-month")) : ($e.push(`cds-date-picker__calendar-item--${ae.in ? "in" : "out"}`), ae.range && $e.push(`cds-date-picker__calendar-item__range${ae.rangeTo ? "--to" : ae.rangeFrom ? "--from" : ""}`), ae.editRange && $e.push(
9381
9383
  `cds-date-picker__calendar-item__edit-range${ae.editRangeFrom ? "--from" : ""}${ae.editRangeTo ? "--to" : ""}`
9382
9384
  ), (ae.range || ae.editRange) && $e.push(`cds-date-picker__day--${ae.color}`)), ae.classes = $e;
9383
- }), S;
9385
+ }), $;
9384
9386
  }), Q = p(
9385
- () => (S, N, j) => Bs(
9387
+ () => ($, N, j) => Bs(
9386
9388
  new Date(
9387
- S.year,
9388
- S.month - 1,
9389
- S.day,
9390
- S.hour,
9391
- S.minute,
9392
- S.second,
9393
- S.millisecond
9389
+ $.year,
9390
+ $.month - 1,
9391
+ $.day,
9392
+ $.hour,
9393
+ $.minute,
9394
+ $.second,
9395
+ $.millisecond
9394
9396
  ),
9395
9397
  N || a.value,
9396
9398
  j || n.value,
9397
- S.year,
9398
- S.timezoneOffset
9399
+ $.year,
9400
+ $.timezoneOffset
9399
9401
  )
9400
9402
  );
9401
9403
  function ve() {
9402
9404
  if (!t.value.length)
9403
9405
  return _e();
9404
- const S = t.value[t.value.length - 1], N = l(
9405
- S.from ? S.from : S
9406
+ const $ = t.value[t.value.length - 1], N = l(
9407
+ $.from ? $.from : $
9406
9408
  );
9407
9409
  return N.dateHash === null ? _e() : N;
9408
9410
  }
9409
9411
  function _e() {
9410
- let S, N;
9412
+ let $, N;
9411
9413
  if (e.defaultYearMonth)
9412
- [S, N] = e.defaultYearMonth.split("/"), S = parseInt(S, 10), N = parseInt(N, 10);
9414
+ [$, N] = e.defaultYearMonth.split("/"), $ = parseInt($, 10), N = parseInt(N, 10);
9413
9415
  else {
9414
9416
  const j = u.value ? u.value : o();
9415
- S = j.year, N = j.month;
9417
+ $ = j.year, N = j.month;
9416
9418
  }
9417
9419
  return {
9418
- year: S,
9420
+ year: $,
9419
9421
  month: N,
9420
9422
  day: 1,
9421
9423
  hour: 0,
9422
9424
  minute: 0,
9423
9425
  second: 0,
9424
9426
  millisecond: 0,
9425
- dateHash: S + "/" + je(N) + "/01"
9427
+ dateHash: $ + "/" + je(N) + "/01"
9426
9428
  };
9427
9429
  }
9428
- function Z(S, N, j) {
9429
- if (A.value && S <= A.value.year && (S = A.value.year, N < A.value.month && (N = A.value.month)), O.value && S >= O.value.year && (S = O.value.year, N > O.value.month && (N = O.value.month)), j) {
9430
+ function Z($, N, j) {
9431
+ if (A.value && $ <= A.value.year && ($ = A.value.year, N < A.value.month && (N = A.value.month)), O.value && $ >= O.value.year && ($ = O.value.year, N > O.value.month && (N = O.value.month)), j) {
9430
9432
  const { hour: Pe, minute: Ge, second: Me, millisecond: Ke, timezoneOffset: q, timeHash: se } = j;
9431
9433
  v.value = {
9432
9434
  ...v.value,
@@ -9438,108 +9440,108 @@ function vh(e, t, n, a, o, l, i, r) {
9438
9440
  timeHash: se
9439
9441
  };
9440
9442
  }
9441
- const me = S + "/" + je(N) + "/01";
9442
- me !== v.value.dateHash && (m.value = v.value.dateHash && v.value.dateHash < me ? "left" : "right", S !== v.value.year && (h.value = m.value), Ze(() => {
9443
- B.value = S - S % mn - (S < 0 ? mn : 0), v.value = {
9443
+ const me = $ + "/" + je(N) + "/01";
9444
+ me !== v.value.dateHash && (m.value = v.value.dateHash && v.value.dateHash < me ? "left" : "right", $ !== v.value.year && (h.value = m.value), Ze(() => {
9445
+ B.value = $ - $ % mn - ($ < 0 ? mn : 0), v.value = {
9444
9446
  ...v.value,
9445
- year: S,
9447
+ year: $,
9446
9448
  month: N,
9447
9449
  day: 1,
9448
9450
  dateHash: me
9449
9451
  };
9450
9452
  }));
9451
9453
  }
9452
- function he(S, N) {
9454
+ function he($, N) {
9453
9455
  const [j] = fs;
9454
- c.value = j, Z(S, N);
9456
+ c.value = j, Z($, N);
9455
9457
  }
9456
9458
  function Ie() {
9457
- const S = u.value, N = M.value[qt(S)];
9458
- (!N || !N.includes(S.day)) && Te(S), he(S.year, S.month);
9459
+ const $ = u.value, N = M.value[qt($)];
9460
+ (!N || !N.includes($.day)) && Te($), he($.year, $.month);
9459
9461
  }
9460
- function Te(S) {
9462
+ function Te($) {
9461
9463
  let N;
9462
9464
  if (e.multiple) {
9463
9465
  const j = t.value.slice();
9464
- j.push(X(S)), N = j;
9466
+ j.push(X($)), N = j;
9465
9467
  } else
9466
- N = X(S);
9467
- i(N, "add", S);
9468
+ N = X($);
9469
+ i(N, "add", $);
9468
9470
  }
9469
- function ie(S) {
9471
+ function ie($) {
9470
9472
  let N;
9471
9473
  if (e.multiple) {
9472
- if (S.from) {
9473
- const j = Zt(S.from), me = Zt(S.to), Pe = k.value.filter(
9474
+ if ($.from) {
9475
+ const j = Zt($.from), me = Zt($.to), Pe = k.value.filter(
9474
9476
  (Me) => Me.dateHash ? Me.dateHash < j || Me.dateHash > me : !1
9475
9477
  ), Ge = C.value.filter(
9476
9478
  ({ from: Me, to: Ke }) => Ke.dateHash && Me.dateHash ? Ke.dateHash < j || Me.dateHash > me : !1
9477
9479
  );
9478
- N = [...Pe, ...Ge, S].map((Me) => X(Me));
9480
+ N = [...Pe, ...Ge, $].map((Me) => X(Me));
9479
9481
  }
9480
9482
  } else
9481
- N = X(S);
9482
- i(N, "add", S);
9483
+ N = X($);
9484
+ i(N, "add", $);
9483
9485
  }
9484
- function re(S) {
9486
+ function re($) {
9485
9487
  if (e.noUnset)
9486
9488
  return;
9487
9489
  let N = null;
9488
9490
  if (e.multiple) {
9489
- const j = X(S);
9491
+ const j = X($);
9490
9492
  N = t.value.filter((me) => me !== j), N.length || (N = null);
9491
9493
  }
9492
- i(N, "remove", S);
9494
+ i(N, "remove", $);
9493
9495
  }
9494
- function W(S) {
9496
+ function W($) {
9495
9497
  if (e.noUnset)
9496
9498
  return;
9497
9499
  let N = null;
9498
9500
  if (e.multiple) {
9499
- const j = X(S);
9500
- S.from && (N = t.value.filter((me) => {
9501
+ const j = X($);
9502
+ $.from && (N = t.value.filter((me) => {
9501
9503
  me.from && me.from !== j.from && (me.to, j.to);
9502
9504
  }), N.length || (N = null));
9503
9505
  }
9504
- i(N, "remove", S);
9506
+ i(N, "remove", $);
9505
9507
  }
9506
- function X(S, N, j) {
9507
- return S.from ? { from: Q.value(S.from, N, j), to: Q.value(S.to, N, j) } : Q.value(S, N, j);
9508
+ function X($, N, j) {
9509
+ return $.from ? { from: Q.value($.from, N, j), to: Q.value($.to, N, j) } : Q.value($, N, j);
9508
9510
  }
9509
- function ce(S) {
9510
- let N = v.value.year, j = +v.value.month + S;
9511
+ function ce($) {
9512
+ let N = v.value.year, j = +v.value.month + $;
9511
9513
  j === 13 ? (j = 1, N++) : j === 0 && (j = 12, N--), Z(N, j), g.value && r("month");
9512
9514
  }
9513
- function Ce(S) {
9514
- const N = +v.value.year + S;
9515
+ function Ce($) {
9516
+ const N = +v.value.year + $;
9515
9517
  Z(N, v.value.month), g.value && r("year");
9516
9518
  }
9517
- function Oe(S) {
9518
- Z(S, v.value.month), c.value = e.view === "Years" ? "Months" : "Calendar", g.value && r("year");
9519
+ function Oe($) {
9520
+ Z($, v.value.month), c.value = e.view === "Years" ? "Months" : "Calendar", g.value && r("year");
9519
9521
  }
9520
- function de(S) {
9521
- Z(v.value.year, S), c.value = "Calendar", g.value && r("month");
9522
+ function de($) {
9523
+ Z(v.value.year, $), c.value = "Calendar", g.value && r("month");
9522
9524
  }
9523
- function ge(S) {
9524
- if (!fs.includes(S)) {
9525
- ze("calendar", `Calendar doesn't support ${S} view`);
9525
+ function ge($) {
9526
+ if (!fs.includes($)) {
9527
+ ze("calendar", `Calendar doesn't support ${$} view`);
9526
9528
  return;
9527
9529
  }
9528
- c.value = S;
9530
+ c.value = $;
9529
9531
  }
9530
- function we(S, N) {
9532
+ function we($, N) {
9531
9533
  const j = M.value[N];
9532
- S.from ? (j && j.includes(S.day) ? W : ie)(S) : (j && j.includes(S.day) ? re : Te)(S);
9534
+ $.from ? (j && j.includes($.day) ? W : ie)($) : (j && j.includes($.day) ? re : Te)($);
9533
9535
  }
9534
- function Y(S, N) {
9535
- ["month", "years"].includes(S) && (S === "month" ? ce : Ce)(N ? -1 : 1);
9536
+ function Y($, N) {
9537
+ ["month", "years"].includes($) && ($ === "month" ? ce : Ce)(N ? -1 : 1);
9536
9538
  }
9537
- function xe(S, N) {
9538
- if (!e.range || !S) {
9539
+ function xe($, N) {
9540
+ if (!e.range || !$) {
9539
9541
  d.value = null;
9540
9542
  return;
9541
9543
  }
9542
- const j = { ...v.value, from: S }, me = N ? { ...v.value, to: N } : j;
9544
+ const j = { ...v.value, from: $ }, me = N ? { ...v.value, to: N } : j;
9543
9545
  d.value = {
9544
9546
  init: j,
9545
9547
  initHash: Zt(j),
@@ -9595,7 +9597,7 @@ function vh(e, t, n, a, o, l, i, r) {
9595
9597
  function qt(e) {
9596
9598
  return e.year + "/" + je(e.month);
9597
9599
  }
9598
- const ph = "CdsDatePicker", gh = $({
9600
+ const ph = "CdsDatePicker", gh = S({
9599
9601
  name: ph,
9600
9602
  props: {
9601
9603
  ...hh(),
@@ -9655,7 +9657,7 @@ const ph = "CdsDatePicker", gh = $({
9655
9657
  h,
9656
9658
  r,
9657
9659
  c,
9658
- S,
9660
+ $,
9659
9661
  N
9660
9662
  ), { getCache: ce } = er(), Ce = F(), Oe = F();
9661
9663
  let de;
@@ -9709,7 +9711,7 @@ const ph = "CdsDatePicker", gh = $({
9709
9711
  n("navigation", { year: s(I).year, month: s(I).month });
9710
9712
  }
9711
9713
  );
9712
- function S(q, se, ke) {
9714
+ function $(q, se, ke) {
9713
9715
  const Re = q && q.length === 1 && !e.multiple ? q[0] : q;
9714
9716
  de = Re;
9715
9717
  const { reason: ae, details: $e } = j(se, ke);
@@ -10132,7 +10134,7 @@ const po = {
10132
10134
  "cds-drawer-z-index-outer": "800"
10133
10135
  }, ms = oo(po["cds-drawer-width"]), yh = oo(po["cds-drawer-width-minified"]);
10134
10136
  Number(po["cds-drawer-z-index-inner"]);
10135
- const Oo = Number(po["cds-drawer-z-index-outer"]) + 1, ci = "CdsDrawer", bh = $({
10137
+ const Oo = Number(po["cds-drawer-z-index-outer"]) + 1, ci = "CdsDrawer", bh = S({
10136
10138
  name: ci,
10137
10139
  props: {
10138
10140
  modelValue: {
@@ -10289,7 +10291,7 @@ function _h(e, t, n, a, o, l) {
10289
10291
  })) : ne("", !0)
10290
10292
  ], 64);
10291
10293
  }
10292
- const Sh = /* @__PURE__ */ Qe(bh, [["render", _h]]), na = "CdsDropdown", $h = $({
10294
+ const Sh = /* @__PURE__ */ Qe(bh, [["render", _h]]), na = "CdsDropdown", $h = S({
10293
10295
  name: na,
10294
10296
  components: { CdsTextInput: nn, CdsMenu: Yn, CdsList: Gn, CdsListItem: Et, CdsCheckbox: Ht, CdsTag: dl },
10295
10297
  props: {
@@ -10364,8 +10366,8 @@ const Sh = /* @__PURE__ */ Qe(bh, [["render", _h]]), na = "CdsDropdown", $h = $(
10364
10366
  [ue.enter, ue.space, ue.down, ue.up, ue.home, ue.end].includes(re.key) && re.preventDefault(), [ue.enter, ue.down, ue.space].includes(re.key) && (v.value = !0), [ue.esc, ue.tab].includes(re.key) && (v.value = !1), re.key === ue.down ? (Oe = s(V)) == null || Oe.focus("next") : re.key === ue.up ? (de = s(V)) == null || de.focus("prev") : re.key === ue.home ? (ge = s(V)) == null || ge.focus("first") : re.key === ue.end && ((we = s(V)) == null || we.focus("last"));
10365
10367
  const W = 1e3;
10366
10368
  function X(Y) {
10367
- const xe = Y.key.length === 1, S = !Y.ctrlKey && !Y.metaKey && !Y.altKey;
10368
- return xe && S;
10369
+ const xe = Y.key.length === 1, $ = !Y.ctrlKey && !Y.metaKey && !Y.altKey;
10370
+ return xe && $;
10369
10371
  }
10370
10372
  if (e.multiple || !X(re))
10371
10373
  return;
@@ -10602,7 +10604,7 @@ function Dh(e, t, n, a, o, l) {
10602
10604
  ]), 1040, ["focused", "model-value", "placeholder", "dirty", "validation-value", "class", "onBlur", "onKeydown", "onClick:clear", "onUpdate:modelValue", "onMousedown:control"]);
10603
10605
  }
10604
10606
  const Eh = /* @__PURE__ */ Qe($h, [["render", Dh]]);
10605
- $({
10607
+ S({
10606
10608
  name: "ActivesRiseRub",
10607
10609
  props: {
10608
10610
  mono: {
@@ -10611,7 +10613,7 @@ $({
10611
10613
  }
10612
10614
  }
10613
10615
  });
10614
- $({
10616
+ S({
10615
10617
  name: "BankRub",
10616
10618
  props: {
10617
10619
  mono: {
@@ -10620,7 +10622,7 @@ $({
10620
10622
  }
10621
10623
  }
10622
10624
  });
10623
- $({
10625
+ S({
10624
10626
  name: "BookBuilding",
10625
10627
  props: {
10626
10628
  mono: {
@@ -10629,7 +10631,7 @@ $({
10629
10631
  }
10630
10632
  }
10631
10633
  });
10632
- $({
10634
+ S({
10633
10635
  name: "BookChat",
10634
10636
  props: {
10635
10637
  mono: {
@@ -10638,7 +10640,7 @@ $({
10638
10640
  }
10639
10641
  }
10640
10642
  });
10641
- $({
10643
+ S({
10642
10644
  name: "BookFinger",
10643
10645
  props: {
10644
10646
  mono: {
@@ -10647,7 +10649,7 @@ $({
10647
10649
  }
10648
10650
  }
10649
10651
  });
10650
- $({
10652
+ S({
10651
10653
  name: "BooksAppleHat",
10652
10654
  props: {
10653
10655
  mono: {
@@ -10656,7 +10658,7 @@ $({
10656
10658
  }
10657
10659
  }
10658
10660
  });
10659
- $({
10661
+ S({
10660
10662
  name: "CalendarWatch",
10661
10663
  props: {
10662
10664
  mono: {
@@ -10665,7 +10667,7 @@ $({
10665
10667
  }
10666
10668
  }
10667
10669
  });
10668
- $({
10670
+ S({
10669
10671
  name: "CarBoxes",
10670
10672
  props: {
10671
10673
  mono: {
@@ -10674,7 +10676,7 @@ $({
10674
10676
  }
10675
10677
  }
10676
10678
  });
10677
- $({
10679
+ S({
10678
10680
  name: "Chip",
10679
10681
  props: {
10680
10682
  mono: {
@@ -10683,7 +10685,7 @@ $({
10683
10685
  }
10684
10686
  }
10685
10687
  });
10686
- $({
10688
+ S({
10687
10689
  name: "ChocholateMenu",
10688
10690
  props: {
10689
10691
  mono: {
@@ -10692,7 +10694,7 @@ $({
10692
10694
  }
10693
10695
  }
10694
10696
  });
10695
- $({
10697
+ S({
10696
10698
  name: "DisplayAnalytics",
10697
10699
  props: {
10698
10700
  mono: {
@@ -10701,7 +10703,7 @@ $({
10701
10703
  }
10702
10704
  }
10703
10705
  });
10704
- $({
10706
+ S({
10705
10707
  name: "DisplayDemo",
10706
10708
  props: {
10707
10709
  mono: {
@@ -10710,7 +10712,7 @@ $({
10710
10712
  }
10711
10713
  }
10712
10714
  });
10713
- $({
10715
+ S({
10714
10716
  name: "DisplayUserProfile",
10715
10717
  props: {
10716
10718
  mono: {
@@ -10719,7 +10721,7 @@ $({
10719
10721
  }
10720
10722
  }
10721
10723
  });
10722
- $({
10724
+ S({
10723
10725
  name: "DocLaptop",
10724
10726
  props: {
10725
10727
  mono: {
@@ -10728,7 +10730,7 @@ $({
10728
10730
  }
10729
10731
  }
10730
10732
  });
10731
- $({
10733
+ S({
10732
10734
  name: "FingerClickRub",
10733
10735
  props: {
10734
10736
  mono: {
@@ -10737,7 +10739,7 @@ $({
10737
10739
  }
10738
10740
  }
10739
10741
  });
10740
- $({
10742
+ S({
10741
10743
  name: "HammerBuildings",
10742
10744
  props: {
10743
10745
  mono: {
@@ -10746,7 +10748,7 @@ $({
10746
10748
  }
10747
10749
  }
10748
10750
  });
10749
- $({
10751
+ S({
10750
10752
  name: "HandCardRub",
10751
10753
  props: {
10752
10754
  mono: {
@@ -10755,7 +10757,7 @@ $({
10755
10757
  }
10756
10758
  }
10757
10759
  });
10758
- $({
10760
+ S({
10759
10761
  name: "HandGear",
10760
10762
  props: {
10761
10763
  mono: {
@@ -10764,7 +10766,7 @@ $({
10764
10766
  }
10765
10767
  }
10766
10768
  });
10767
- $({
10769
+ S({
10768
10770
  name: "HandGlass",
10769
10771
  props: {
10770
10772
  mono: {
@@ -10773,7 +10775,7 @@ $({
10773
10775
  }
10774
10776
  }
10775
10777
  });
10776
- $({
10778
+ S({
10777
10779
  name: "HandMoney",
10778
10780
  props: {
10779
10781
  mono: {
@@ -10782,7 +10784,7 @@ $({
10782
10784
  }
10783
10785
  }
10784
10786
  });
10785
- $({
10787
+ S({
10786
10788
  name: "HandshakeRub",
10787
10789
  props: {
10788
10790
  mono: {
@@ -10791,7 +10793,7 @@ $({
10791
10793
  }
10792
10794
  }
10793
10795
  });
10794
- $({
10796
+ S({
10795
10797
  name: "Key",
10796
10798
  props: {
10797
10799
  mono: {
@@ -10800,7 +10802,7 @@ $({
10800
10802
  }
10801
10803
  }
10802
10804
  });
10803
- $({
10805
+ S({
10804
10806
  name: "LikeDisplayClick",
10805
10807
  props: {
10806
10808
  mono: {
@@ -10809,7 +10811,7 @@ $({
10809
10811
  }
10810
10812
  }
10811
10813
  });
10812
- $({
10814
+ S({
10813
10815
  name: "LikeProfileRub",
10814
10816
  props: {
10815
10817
  mono: {
@@ -10818,7 +10820,7 @@ $({
10818
10820
  }
10819
10821
  }
10820
10822
  });
10821
- $({
10823
+ S({
10822
10824
  name: "MailOpened",
10823
10825
  props: {
10824
10826
  mono: {
@@ -10827,7 +10829,7 @@ $({
10827
10829
  }
10828
10830
  }
10829
10831
  });
10830
- $({
10832
+ S({
10831
10833
  name: "ManLaptopWorld",
10832
10834
  props: {
10833
10835
  mono: {
@@ -10836,7 +10838,7 @@ $({
10836
10838
  }
10837
10839
  }
10838
10840
  });
10839
- $({
10841
+ S({
10840
10842
  name: "ManSpyglass",
10841
10843
  props: {
10842
10844
  mono: {
@@ -10845,7 +10847,7 @@ $({
10845
10847
  }
10846
10848
  }
10847
10849
  });
10848
- $({
10850
+ S({
10849
10851
  name: "PhoneInHand",
10850
10852
  props: {
10851
10853
  mono: {
@@ -10854,7 +10856,7 @@ $({
10854
10856
  }
10855
10857
  }
10856
10858
  });
10857
- $({
10859
+ S({
10858
10860
  name: "Rocket",
10859
10861
  props: {
10860
10862
  mono: {
@@ -10863,7 +10865,7 @@ $({
10863
10865
  }
10864
10866
  }
10865
10867
  });
10866
- $({
10868
+ S({
10867
10869
  name: "SandwatchRub",
10868
10870
  props: {
10869
10871
  mono: {
@@ -10872,7 +10874,7 @@ $({
10872
10874
  }
10873
10875
  }
10874
10876
  });
10875
- $({
10877
+ S({
10876
10878
  name: "SearchInterface",
10877
10879
  props: {
10878
10880
  mono: {
@@ -10881,7 +10883,7 @@ $({
10881
10883
  }
10882
10884
  }
10883
10885
  });
10884
- $({
10886
+ S({
10885
10887
  name: "Support",
10886
10888
  props: {
10887
10889
  mono: {
@@ -10890,7 +10892,7 @@ $({
10890
10892
  }
10891
10893
  }
10892
10894
  });
10893
- $({
10895
+ S({
10894
10896
  name: "UserAnalytics",
10895
10897
  props: {
10896
10898
  mono: {
@@ -10899,7 +10901,7 @@ $({
10899
10901
  }
10900
10902
  }
10901
10903
  });
10902
- $({
10904
+ S({
10903
10905
  name: "WomanChat",
10904
10906
  props: {
10905
10907
  mono: {
@@ -10943,7 +10945,7 @@ const Mh = [
10943
10945
  "support",
10944
10946
  "user-analytics",
10945
10947
  "woman-chat"
10946
- ], di = "CdsEmptyState", Ah = $({
10948
+ ], di = "CdsEmptyState", Ah = S({
10947
10949
  name: di,
10948
10950
  props: {
10949
10951
  description: {
@@ -11022,7 +11024,7 @@ const Nh = /* @__PURE__ */ Qe(Ah, [["render", Lh]]), Au = pe(
11022
11024
  }
11023
11025
  },
11024
11026
  "CdsExpandablePanels"
11025
- ), ha = Symbol.for("cds:expandable-panels-group"), Pu = Symbol.for("cds:expandable-panel"), fi = "CdsExpandablePanels", Vh = $({
11027
+ ), ha = Symbol.for("cds:expandable-panels-group"), Pu = Symbol.for("cds:expandable-panel"), fi = "CdsExpandablePanels", Vh = S({
11026
11028
  name: fi,
11027
11029
  props: {
11028
11030
  ...Hh(),
@@ -11053,7 +11055,7 @@ const Nh = /* @__PURE__ */ Qe(Ah, [["render", Lh]]), Au = pe(
11053
11055
  }
11054
11056
  ), {};
11055
11057
  }
11056
- }), Kh = "CdsExpandablePanelContent", Fu = $({
11058
+ }), Kh = "CdsExpandablePanelContent", Fu = S({
11057
11059
  name: Kh,
11058
11060
  props: {
11059
11061
  ...It()
@@ -11094,7 +11096,7 @@ const Nh = /* @__PURE__ */ Qe(Ah, [["render", Lh]]), Au = pe(
11094
11096
  ...a
11095
11097
  }), {};
11096
11098
  }
11097
- }), jh = "CdsExpandablePanelTitle", Tu = $({
11099
+ }), jh = "CdsExpandablePanelTitle", Tu = S({
11098
11100
  name: jh,
11099
11101
  props: {
11100
11102
  ...Au(),
@@ -11153,7 +11155,7 @@ const Nh = /* @__PURE__ */ Qe(Ah, [["render", Lh]]), Au = pe(
11153
11155
  ...a
11154
11156
  }), {};
11155
11157
  }
11156
- }), Wh = "CdsExpandablePanel", Uh = $({
11158
+ }), Wh = "CdsExpandablePanel", Uh = S({
11157
11159
  name: Wh,
11158
11160
  props: {
11159
11161
  ...Au(),
@@ -11215,7 +11217,7 @@ const Nh = /* @__PURE__ */ Qe(Ah, [["render", Lh]]), Au = pe(
11215
11217
  }), {};
11216
11218
  }
11217
11219
  });
11218
- const Yh = typeof ResizeObserver < "u", to = $({
11220
+ const Yh = typeof ResizeObserver < "u", to = S({
11219
11221
  name: "CdsLayoutResizeObserver",
11220
11222
  props: {
11221
11223
  debounce: {
@@ -11254,7 +11256,7 @@ const Yh = typeof ResizeObserver < "u", to = $({
11254
11256
  n !== null && clearTimeout(n), u !== void 0 && (u.disconnect !== void 0 ? u == null || u.disconnect() : a && u.unobserve(a));
11255
11257
  }), Qt;
11256
11258
  }
11257
- }), Gh = ["both", "horizontal", "vertical"], Xh = $({
11259
+ }), Gh = ["both", "horizontal", "vertical"], Xh = S({
11258
11260
  name: "CdsLayoutScrollObserver",
11259
11261
  props: {
11260
11262
  axis: {
@@ -11333,7 +11335,7 @@ const Yh = typeof ResizeObserver < "u", to = $({
11333
11335
  getPosition: () => a
11334
11336
  }), Qt;
11335
11337
  }
11336
- }), Oa = "CdsFooter", qh = $({
11338
+ }), Oa = "CdsFooter", qh = S({
11337
11339
  name: Oa,
11338
11340
  props: {
11339
11341
  ...eu(),
@@ -11382,7 +11384,7 @@ const Yh = typeof ResizeObserver < "u", to = $({
11382
11384
  }), {};
11383
11385
  }
11384
11386
  });
11385
- const Zh = "CdsForm", Jh = $({
11387
+ const Zh = "CdsForm", Jh = S({
11386
11388
  name: Zh,
11387
11389
  components: { CdsInputLabel: yt, CdsInputDescription: St },
11388
11390
  props: {
@@ -11450,7 +11452,7 @@ const Zh = "CdsForm", Jh = $({
11450
11452
  }), {};
11451
11453
  }
11452
11454
  });
11453
- const Qh = "CdsCol", ev = $({
11455
+ const Qh = "CdsCol", ev = S({
11454
11456
  name: Qh,
11455
11457
  props: {
11456
11458
  ...lt(),
@@ -11501,7 +11503,7 @@ function nv(e, t) {
11501
11503
  t.slots.default && t.slots.default()
11502
11504
  );
11503
11505
  }
11504
- const av = "CdsGrid", ov = $({
11506
+ const av = "CdsGrid", ov = S({
11505
11507
  name: av,
11506
11508
  props: {
11507
11509
  ...lt(),
@@ -11512,7 +11514,7 @@ const av = "CdsGrid", ov = $({
11512
11514
  setup(e, t) {
11513
11515
  return Ye(ll, !1) ? tv(e, t) : nv(e, t);
11514
11516
  }
11515
- }), sv = "CdsRow", lv = $({
11517
+ }), sv = "CdsRow", lv = S({
11516
11518
  name: sv,
11517
11519
  props: {
11518
11520
  ...lt(),
@@ -11532,7 +11534,7 @@ const av = "CdsGrid", ov = $({
11532
11534
  t.slots.default && t.slots.default()
11533
11535
  );
11534
11536
  }
11535
- }), Ra = "CdsHeader", iv = $({
11537
+ }), Ra = "CdsHeader", iv = S({
11536
11538
  name: Ra,
11537
11539
  props: {
11538
11540
  ...eu(),
@@ -11581,7 +11583,7 @@ const av = "CdsGrid", ov = $({
11581
11583
  }), {};
11582
11584
  }
11583
11585
  });
11584
- const rv = "CdsLayout", uv = $({
11586
+ const rv = "CdsLayout", uv = S({
11585
11587
  name: rv,
11586
11588
  props: {
11587
11589
  container: {
@@ -11722,7 +11724,7 @@ const rv = "CdsLayout", uv = $({
11722
11724
  });
11723
11725
  const Ou = Symbol("cds:main"), cv = (e) => {
11724
11726
  tt(Ou, e);
11725
- }, dv = () => Ye(Ou, !1), fv = "CdsMain", mv = $({
11727
+ }, dv = () => Ye(Ou, !1), fv = "CdsMain", mv = S({
11726
11728
  name: fv,
11727
11729
  setup(e, { slots: t, expose: n }) {
11728
11730
  const a = Un();
@@ -11748,7 +11750,7 @@ const Ou = Symbol("cds:main"), cv = (e) => {
11748
11750
  ), {};
11749
11751
  }
11750
11752
  });
11751
- const mi = "CdsModal", hv = $({
11753
+ const mi = "CdsModal", hv = S({
11752
11754
  name: mi,
11753
11755
  props: {
11754
11756
  fullscreen: {
@@ -11916,7 +11918,7 @@ function vv(e) {
11916
11918
  })
11917
11919
  };
11918
11920
  }
11919
- const Ro = "CdsNotification", Bu = $({
11921
+ const Ro = "CdsNotification", Bu = S({
11920
11922
  name: Ro,
11921
11923
  props: {
11922
11924
  modelValue: {
@@ -11977,7 +11979,7 @@ const Ro = "CdsNotification", Bu = $({
11977
11979
  };
11978
11980
  }
11979
11981
  });
11980
- const pv = "CdsNotificationAlert", gv = $({
11982
+ const pv = "CdsNotificationAlert", gv = S({
11981
11983
  name: pv,
11982
11984
  props: {
11983
11985
  timeout: {
@@ -12099,7 +12101,7 @@ const pv = "CdsNotificationAlert", gv = $({
12099
12101
  overlay: u
12100
12102
  }), {};
12101
12103
  }
12102
- }), yv = "CdsPage", bv = $({
12104
+ }), yv = "CdsPage", bv = S({
12103
12105
  name: yv,
12104
12106
  props: {
12105
12107
  padding: {
@@ -12144,7 +12146,7 @@ const pv = "CdsNotificationAlert", gv = $({
12144
12146
  }), {};
12145
12147
  }
12146
12148
  });
12147
- const Cv = "CdsPagination", Lu = $({
12149
+ const Cv = "CdsPagination", Lu = S({
12148
12150
  name: Cv,
12149
12151
  props: {
12150
12152
  start: {
@@ -12306,7 +12308,7 @@ const Cv = "CdsPagination", Lu = $({
12306
12308
  }), {};
12307
12309
  }
12308
12310
  });
12309
- const kv = "CdsProgress", wv = $({
12311
+ const kv = "CdsProgress", wv = S({
12310
12312
  name: kv,
12311
12313
  props: {
12312
12314
  modelValue: {
@@ -12472,7 +12474,7 @@ const Nu = /* @__PURE__ */ Qe(wv, [["render", _v]]), Sv = {
12472
12474
  errorGroup: F(!1),
12473
12475
  handleChangeRadio: () => {
12474
12476
  }
12475
- }, zu = Symbol.for("cds:radio"), Bo = "CdsRadioButton", $v = $({
12477
+ }, zu = Symbol.for("cds:radio"), Bo = "CdsRadioButton", $v = S({
12476
12478
  name: Bo,
12477
12479
  components: { CdsInput: Lt, CdsInputLabel: yt, CdsInputDescription: St },
12478
12480
  props: {
@@ -12545,7 +12547,7 @@ function xv(e, t, n, a, o, l) {
12545
12547
  _: 3
12546
12548
  }, 16, ["id", "class"]);
12547
12549
  }
12548
- const Dv = /* @__PURE__ */ Qe($v, [["render", xv]]), hi = "CdsRadio", Ev = $({
12550
+ const Dv = /* @__PURE__ */ Qe($v, [["render", xv]]), hi = "CdsRadio", Ev = S({
12549
12551
  name: hi,
12550
12552
  components: { CdsInput: Lt, CdsInputLabel: yt, CdsInputDescription: St },
12551
12553
  props: {
@@ -12648,7 +12650,7 @@ function Av(e, t, n, a, o, l) {
12648
12650
  _: 3
12649
12651
  }, 16, ["id", "focused", "class", "hide-messages"]);
12650
12652
  }
12651
- const ml = /* @__PURE__ */ Qe(Ev, [["render", Av]]), aa = "CdsSelect", Pv = $({
12653
+ const ml = /* @__PURE__ */ Qe(Ev, [["render", Av]]), aa = "CdsSelect", Pv = S({
12652
12654
  name: aa,
12653
12655
  components: { CdsInput: Lt, CdsInputLabel: yt, CdsInputDescription: St, CdsIcon: ot, CdsLoader: rn, CdsTransition: Dt },
12654
12656
  props: {
@@ -12913,7 +12915,7 @@ function zv(e, t, n, a, o, l) {
12913
12915
  ]), 1040, ["id", "modelValue", "focused", "class"])
12914
12916
  ], 16);
12915
12917
  }
12916
- const Hv = /* @__PURE__ */ Qe(Pv, [["render", zv]]), vi = "CdsSidebar", Vv = $({
12918
+ const Hv = /* @__PURE__ */ Qe(Pv, [["render", zv]]), vi = "CdsSidebar", Vv = S({
12917
12919
  name: vi,
12918
12920
  components: {
12919
12921
  CdsButton: Be,
@@ -13064,7 +13066,7 @@ function pi(e) {
13064
13066
  function gi(e) {
13065
13067
  return e.replace(/\s/g, "").split(",").map(go);
13066
13068
  }
13067
- const Jv = "CdsSkeletonLoader", Qv = $({
13069
+ const Jv = "CdsSkeletonLoader", Qv = S({
13068
13070
  name: Jv,
13069
13071
  props: {
13070
13072
  type: {
@@ -13110,7 +13112,7 @@ const Jv = "CdsSkeletonLoader", Qv = $({
13110
13112
  }), {};
13111
13113
  }
13112
13114
  });
13113
- const ep = "CdsStages", tp = $({
13115
+ const ep = "CdsStages", tp = S({
13114
13116
  name: ep,
13115
13117
  props: {
13116
13118
  current: {
@@ -13197,7 +13199,7 @@ function up(e, t, n, a, o, l) {
13197
13199
  ], 2))), 128))
13198
13200
  ], 6);
13199
13201
  }
13200
- const cp = /* @__PURE__ */ Qe(tp, [["render", up]]), Ba = "CdsStatus", dp = $({
13202
+ const cp = /* @__PURE__ */ Qe(tp, [["render", up]]), Ba = "CdsStatus", dp = S({
13201
13203
  name: Ba,
13202
13204
  props: {
13203
13205
  ...pt(),
@@ -13250,7 +13252,7 @@ const hp = /* @__PURE__ */ Qe(dp, [["render", mp]]), Hu = Symbol.for("cds:steps-
13250
13252
  "cds-steps--vertical": "_cds-steps--vertical_1c56o_144",
13251
13253
  "cds-steps--disabled": "_cds-steps--disabled_1c56o_172",
13252
13254
  "cds-steps--mobile": "_cds-steps--mobile_1c56o_182"
13253
- }, oa = oo(gp["cds-steps-width"]), yp = "CdsSteps", bp = $({
13255
+ }, oa = oo(gp["cds-steps-width"]), yp = "CdsSteps", bp = S({
13254
13256
  name: yp,
13255
13257
  directives: { Touch: ma },
13256
13258
  props: {
@@ -13380,7 +13382,7 @@ const Sp = /* @__PURE__ */ Qe(Cp, [["render", _p]]), $p = {}, Ip = /* @__PURE__
13380
13382
  function Dp(e, t) {
13381
13383
  return H(), oe("i", null, xp);
13382
13384
  }
13383
- const Ep = /* @__PURE__ */ Qe($p, [["render", Dp]]), Mp = "CdsStepsItem", Ap = $({
13385
+ const Ep = /* @__PURE__ */ Qe($p, [["render", Dp]]), Mp = "CdsStepsItem", Ap = S({
13384
13386
  name: Mp,
13385
13387
  props: {
13386
13388
  error: {
@@ -13626,6 +13628,14 @@ const Ep = /* @__PURE__ */ Qe($p, [["render", Dp]]), Mp = "CdsStepsItem", Ap = $
13626
13628
  onResizeColumn: {
13627
13629
  type: Function,
13628
13630
  default: void 0
13631
+ },
13632
+ onExpand: {
13633
+ type: Function,
13634
+ default: void 0
13635
+ },
13636
+ onExpandedRowsChange: {
13637
+ type: Function,
13638
+ default: void 0
13629
13639
  }
13630
13640
  },
13631
13641
  "table"
@@ -14081,7 +14091,7 @@ function Qu(e, t) {
14081
14091
  if (O !== "radio") {
14082
14092
  let de = null;
14083
14093
  if (x.value) {
14084
- const S = y(
14094
+ const $ = y(
14085
14095
  Yn,
14086
14096
  {
14087
14097
  openOnHover: !0
@@ -14106,12 +14116,12 @@ function Qu(e, t) {
14106
14116
  )
14107
14117
  }
14108
14118
  );
14109
- de = y("div", { class: "cds-table__selection--extra" }, S);
14119
+ de = y("div", { class: "cds-table__selection--extra" }, $);
14110
14120
  }
14111
- const ge = u.value.map((S, N) => {
14112
- const j = L.value(S, N), me = d.value.get(j) || {};
14121
+ const ge = u.value.map(($, N) => {
14122
+ const j = L.value($, N), me = d.value.get(j) || {};
14113
14123
  return { checked: Q.has(j), ...me };
14114
- }).filter(({ disabled: S }) => S), we = !!ge.length && ge.length === B.value, Y = we && ge.every(({ modelValue: S }) => S), xe = we && ge.some(({ modelValue: S }) => S);
14124
+ }).filter(({ disabled: $ }) => $), we = !!ge.length && ge.length === B.value, Y = we && ge.every(({ modelValue: $ }) => $), xe = we && ge.some(({ modelValue: $ }) => $);
14115
14125
  Ie = !z && y("div", { class: "cds-table__selection" }, [
14116
14126
  y(Ht, {
14117
14127
  modelValue: we ? Y : !!B.value && _e,
@@ -14131,23 +14141,23 @@ function Qu(e, t) {
14131
14141
  ...xe,
14132
14142
  checked: Y,
14133
14143
  hideMessages: !0,
14134
- onClick: (S) => S.stopPropagation(),
14135
- onChange: (S) => {
14136
- Q.has(we) || E(we, !0, [we], S);
14144
+ onClick: ($) => $.stopPropagation(),
14145
+ onChange: ($) => {
14146
+ Q.has(we) || E(we, !0, [we], $);
14137
14147
  }
14138
14148
  }),
14139
14149
  checked: Y
14140
14150
  };
14141
14151
  } : Te = ({ record: de, index: ge }) => {
14142
14152
  var j;
14143
- const we = L.value(de, ge), Y = Q.has(we), xe = C.value.has(we), S = d.value.get(we);
14153
+ const we = L.value(de, ge), Y = Q.has(we), xe = C.value.has(we), $ = d.value.get(we);
14144
14154
  let N;
14145
- return U.value === "nest" ? (N = xe, typeof (S == null ? void 0 : S.indeterminate) == "boolean" && ze(
14155
+ return U.value === "nest" ? (N = xe, typeof ($ == null ? void 0 : $.indeterminate) == "boolean" && ze(
14146
14156
  "CdsTable",
14147
14157
  "set `indeterminate` using `rowSelection.getCheckboxProps` is no allowed with tree structure data"
14148
- )) : N = (j = S == null ? void 0 : S.indeterminate) != null ? j : xe, {
14158
+ )) : N = (j = $ == null ? void 0 : $.indeterminate) != null ? j : xe, {
14149
14159
  node: y(Ht, {
14150
- ...S,
14160
+ ...$,
14151
14161
  modelValue: Y,
14152
14162
  indeterminate: N,
14153
14163
  hideMessages: !0,
@@ -14383,7 +14393,7 @@ const oc = Symbol("cds:table"), Gp = (e) => {
14383
14393
  tt(fc, e);
14384
14394
  }, lg = () => Ye(fc, {}), ig = Symbol("cds:table:summary"), rg = (e) => {
14385
14395
  tt(ig, e);
14386
- }, ug = $({
14396
+ }, ug = S({
14387
14397
  name: "FilterDropdownMenuWrapper",
14388
14398
  setup(e, { slots: t }) {
14389
14399
  return () => {
@@ -14391,7 +14401,7 @@ const oc = Symbol("cds:table"), Gp = (e) => {
14391
14401
  return y("div", { onClick: (a) => a.stopPropagation() }, (n = t.default) == null ? void 0 : n.call(t));
14392
14402
  };
14393
14403
  }
14394
- }), bi = $({
14404
+ }), bi = S({
14395
14405
  name: "FilterSearch",
14396
14406
  inheritAttrs: !1,
14397
14407
  props: ["value", "filterSearch", "locale"],
@@ -14413,7 +14423,7 @@ const oc = Symbol("cds:table"), Gp = (e) => {
14413
14423
  ) : null;
14414
14424
  };
14415
14425
  }
14416
- }), cg = $({
14426
+ }), cg = S({
14417
14427
  name: "FilterDropdown",
14418
14428
  props: [
14419
14429
  "column",
@@ -14795,7 +14805,7 @@ function ki(e) {
14795
14805
  t[n] = null;
14796
14806
  }), t;
14797
14807
  }
14798
- const mg = "CdsTooltip", ia = $({
14808
+ const mg = "CdsTooltip", ia = S({
14799
14809
  name: mg,
14800
14810
  props: {
14801
14811
  id: {
@@ -15387,7 +15397,7 @@ function yc(e, t) {
15387
15397
  });
15388
15398
  };
15389
15399
  }
15390
- const gl = $({
15400
+ const gl = S({
15391
15401
  name: "Cell",
15392
15402
  props: [
15393
15403
  "record",
@@ -15496,9 +15506,9 @@ const gl = $({
15496
15506
  column: z.__originColumn__
15497
15507
  },
15498
15508
  () => {
15499
- const S = L === void 0 ? Y : L;
15509
+ const $ = L === void 0 ? Y : L;
15500
15510
  return [
15501
- typeof S == "object" && Dg(S) || typeof S != "object" ? S : null
15511
+ typeof $ == "object" && Dg($) || typeof $ != "object" ? $ : null
15502
15512
  ];
15503
15513
  }
15504
15514
  );
@@ -15577,7 +15587,7 @@ function xg(e) {
15577
15587
  function Dg(e) {
15578
15588
  return Array.isArray(e) && e.length === 1 && (e = e[0]), e && e.__v_isVNode && typeof e.type != "symbol";
15579
15589
  }
15580
- const Cc = $({
15590
+ const Cc = S({
15581
15591
  name: "ResizeObserver",
15582
15592
  props: ["disabled", "onResize"],
15583
15593
  emits: ["resize"],
@@ -15632,7 +15642,7 @@ const Cc = $({
15632
15642
  return (d = t.default) == null ? void 0 : d.call(t)[0];
15633
15643
  };
15634
15644
  }
15635
- }), Eg = $({
15645
+ }), Eg = S({
15636
15646
  name: "MeasureCell",
15637
15647
  props: ["columnKey"],
15638
15648
  emits: ["columnResize"],
@@ -15668,7 +15678,7 @@ const Cc = $({
15668
15678
  move: "touchmove",
15669
15679
  stop: "touchend"
15670
15680
  }
15671
- }, xi = 50, Mg = $({
15681
+ }, xi = 50, Mg = S({
15672
15682
  name: "DragHandle",
15673
15683
  props: {
15674
15684
  width: {
@@ -15744,7 +15754,7 @@ const Cc = $({
15744
15754
  );
15745
15755
  };
15746
15756
  }
15747
- }), Ag = $({
15757
+ }), Ag = S({
15748
15758
  name: "HeaderRow",
15749
15759
  props: [
15750
15760
  "cells",
@@ -15814,7 +15824,7 @@ const Cc = $({
15814
15824
  );
15815
15825
  };
15816
15826
  }
15817
- }), Di = $({
15827
+ }), Di = S({
15818
15828
  name: "Header",
15819
15829
  inheritAttrs: !1,
15820
15830
  props: ["columns", "flattenColumns", "stickyOffsets", "customHeaderRow"],
@@ -15866,7 +15876,7 @@ function Pg(e) {
15866
15876
  }
15867
15877
  return t;
15868
15878
  }
15869
- const kc = $({
15879
+ const kc = S({
15870
15880
  name: "ColGroup",
15871
15881
  props: ["colWidths", "columns", "columnCount"],
15872
15882
  setup(e) {
@@ -15889,7 +15899,7 @@ const kc = $({
15889
15899
  return y("colgroup", o);
15890
15900
  };
15891
15901
  }
15892
- }), Ei = $({
15902
+ }), Ei = S({
15893
15903
  name: "FixedHolder",
15894
15904
  inheritAttrs: !1,
15895
15905
  props: [
@@ -15983,7 +15993,7 @@ const kc = $({
15983
15993
  );
15984
15994
  };
15985
15995
  }
15986
- }), wc = $({
15996
+ }), wc = S({
15987
15997
  name: "ExpandedRow",
15988
15998
  inheritAttrs: !1,
15989
15999
  props: ["component", "cellComponent", "expanded", "colSpan", "isEmpty"],
@@ -16019,7 +16029,7 @@ const kc = $({
16019
16029
  );
16020
16030
  };
16021
16031
  }
16022
- }), Fg = $({
16032
+ }), Fg = S({
16023
16033
  name: "BodyRow",
16024
16034
  inheritAttrs: !1,
16025
16035
  props: [
@@ -16045,7 +16055,7 @@ const kc = $({
16045
16055
  const i = p(
16046
16056
  () => a.expandableType === "row" && (!e.rowExpandable || e.rowExpandable(e.record))
16047
16057
  ), r = p(() => a.expandableType === "nest"), u = p(
16048
- () => e.childrenColumnName && e.record && e.record[e.childrenColumnName]
16058
+ () => e.childrenColumnName && e.record && e.record[e.childrenColumnName] && e.record[e.childrenColumnName].length
16049
16059
  ), d = p(() => i.value || r.value), f = (v, k) => {
16050
16060
  a.onTriggerExpand(v, k);
16051
16061
  }, c = p(() => {
@@ -16138,7 +16148,7 @@ const kc = $({
16138
16148
  return y(He, [z, V]);
16139
16149
  };
16140
16150
  }
16141
- }), Tg = $({
16151
+ }), Tg = S({
16142
16152
  name: "Body",
16143
16153
  props: [
16144
16154
  "data",
@@ -16214,7 +16224,7 @@ const kc = $({
16214
16224
  ]);
16215
16225
  };
16216
16226
  }
16217
- }), La = $({
16227
+ }), La = S({
16218
16228
  name: "Footer",
16219
16229
  inheritAttrs: !1,
16220
16230
  props: ["stickyOffsets", "flattenColumns"],
@@ -16233,7 +16243,7 @@ const kc = $({
16233
16243
  return y("tfoot", { class: "cds-table__summary" }, (n = t.default) == null ? void 0 : n.call(t));
16234
16244
  };
16235
16245
  }
16236
- }), Og = $({
16246
+ }), Og = S({
16237
16247
  name: "StickyScrollbar",
16238
16248
  inheritAttrs: !1,
16239
16249
  props: ["scrollBodyRef", "onScroll", "offsetScroll", "container", "scrollBodySizeInfo"],
@@ -16339,7 +16349,7 @@ const kc = $({
16339
16349
  })
16340
16350
  );
16341
16351
  }
16342
- }), Mi = $({
16352
+ }), Mi = S({
16343
16353
  name: "Panel",
16344
16354
  setup(e, { slots: t }) {
16345
16355
  return () => {
@@ -16347,7 +16357,7 @@ const kc = $({
16347
16357
  return y("div", (n = t.default) == null ? void 0 : n.call(t));
16348
16358
  };
16349
16359
  }
16350
- }), Rg = [], Bg = "InternalTable", Lg = $({
16360
+ }), Rg = [], Bg = "InternalTable", Lg = S({
16351
16361
  name: Bg,
16352
16362
  inheritAttrs: !1,
16353
16363
  props: {
@@ -16525,7 +16535,7 @@ const kc = $({
16525
16535
  customHeaderRow: de,
16526
16536
  fixHeader: _.value,
16527
16537
  scroll: ce
16528
- }, { isSticky: xe, offsetHeader: S, offsetSummary: N, offsetScroll: j, stickyClassName: me, container: Pe } = T.value, Ge = {
16538
+ }, { isSticky: xe, offsetHeader: $, offsetSummary: N, offsetScroll: j, stickyClassName: me, container: Pe } = T.value, Ge = {
16529
16539
  noData: !o.value.length,
16530
16540
  maxContentScroll: x.value && (ce == null ? void 0 : ce.x) === "max-content",
16531
16541
  ...Y,
@@ -16562,7 +16572,7 @@ const kc = $({
16562
16572
  {
16563
16573
  ...Ge,
16564
16574
  ref: te,
16565
- stickyTopOffset: S,
16575
+ stickyTopOffset: $,
16566
16576
  class: "cds-table__header"
16567
16577
  },
16568
16578
  {
@@ -16645,7 +16655,7 @@ const kc = $({
16645
16655
  ) : Re();
16646
16656
  });
16647
16657
  }
16648
- }), Ai = "TableProvider", Ng = $({
16658
+ }), Ai = "TableProvider", Ng = S({
16649
16659
  name: Ai,
16650
16660
  inheritAttrs: !1,
16651
16661
  props: {
@@ -16792,7 +16802,7 @@ const kc = $({
16792
16802
  readonly: we,
16793
16803
  size: Y,
16794
16804
  expandedRowKeys: xe,
16795
- defaultExpandedRowKeys: S
16805
+ defaultExpandedRowKeys: $
16796
16806
  } = e, N = wn(e, ["columns"]), { topPaginationNode: j, bottomPaginationNode: me } = yg(fe, X);
16797
16807
  return y(
16798
16808
  "div",
@@ -16815,7 +16825,7 @@ const kc = $({
16815
16825
  indentSize: ie.value,
16816
16826
  expandIconColumnIndex: _e.value,
16817
16827
  expandedRowKeys: xe,
16818
- defaultExpandedRowKeys: S,
16828
+ defaultExpandedRowKeys: $,
16819
16829
  expandIcon: W,
16820
16830
  class: ee({
16821
16831
  [`cds-table__size--${Y}`]: Y,
@@ -16844,7 +16854,7 @@ const kc = $({
16844
16854
  );
16845
16855
  }), { selectedKeySet: Ie };
16846
16856
  }
16847
- }), zg = "CdsTable", Hg = $({
16857
+ }), zg = "CdsTable", Hg = S({
16848
16858
  name: zg,
16849
16859
  inheritAttrs: !1,
16850
16860
  props: {
@@ -16883,20 +16893,20 @@ const kc = $({
16883
16893
  }), { table: a };
16884
16894
  }
16885
16895
  });
16886
- const Vg = $({
16896
+ const Vg = S({
16887
16897
  name: "CdsTableColumn",
16888
16898
  slots: ["title", "filterIcon", "default"],
16889
16899
  render() {
16890
16900
  return null;
16891
16901
  }
16892
- }), Kg = $({
16902
+ }), Kg = S({
16893
16903
  name: "CdsTableColumnGroup",
16894
16904
  slots: ["title", "default"],
16895
16905
  __CDS_TABLE_COLUMN_GROUP: !0,
16896
16906
  render() {
16897
16907
  return null;
16898
16908
  }
16899
- }), sa = "CdsTextArea", jg = $({
16909
+ }), sa = "CdsTextArea", jg = S({
16900
16910
  name: sa,
16901
16911
  components: { CdsInput: Lt, CdsInputLabel: yt, CdsInputDescription: St, CdsInputCounter: rl, CdsIcon: ot, CdsLoader: rn, CdsTransition: Dt },
16902
16912
  inheritAttrs: !1,
@@ -17335,7 +17345,7 @@ function No(e, t) {
17335
17345
  return n;
17336
17346
  }
17337
17347
  }
17338
- const Zg = "CdsTimePicker", Jg = $({
17348
+ const Zg = "CdsTimePicker", Jg = S({
17339
17349
  name: Zg,
17340
17350
  props: {
17341
17351
  ...Xg(),
@@ -17566,7 +17576,7 @@ const Zg = "CdsTimePicker", Jg = $({
17566
17576
  };
17567
17577
  }
17568
17578
  });
17569
- const Pi = "CdsToggle", Qg = $({
17579
+ const Pi = "CdsToggle", Qg = S({
17570
17580
  name: Pi,
17571
17581
  components: { CdsTransitionSlideX: cm },
17572
17582
  props: {
@@ -17674,7 +17684,7 @@ const Pi = "CdsToggle", Qg = $({
17674
17684
  }), {};
17675
17685
  }
17676
17686
  });
17677
- const zo = "CdsToolbar", ey = $({
17687
+ const zo = "CdsToolbar", ey = S({
17678
17688
  name: zo,
17679
17689
  props: {
17680
17690
  inset: {
@@ -17716,7 +17726,7 @@ const zo = "CdsToolbar", ey = $({
17716
17726
  );
17717
17727
  }
17718
17728
  });
17719
- const ty = "CdsToolbarTitle", ny = $({
17729
+ const ty = "CdsToolbarTitle", ny = S({
17720
17730
  name: ty,
17721
17731
  props: {
17722
17732
  shrink: {
@@ -18020,7 +18030,7 @@ let ry = 0;
18020
18030
  function Ko() {
18021
18031
  return `cds-uploader-${iy}-${++ry}`;
18022
18032
  }
18023
- const uy = "CdsUploadListItem", cy = $({
18033
+ const uy = "CdsUploadListItem", cy = S({
18024
18034
  name: uy,
18025
18035
  inheritAttrs: !1,
18026
18036
  props: {
@@ -18187,7 +18197,7 @@ const uy = "CdsUploadListItem", cy = $({
18187
18197
  );
18188
18198
  }), {};
18189
18199
  }
18190
- }), dy = "CdsUploadList", fy = $({
18200
+ }), dy = "CdsUploadList", fy = S({
18191
18201
  name: dy,
18192
18202
  inheritAttrs: !1,
18193
18203
  props: {
@@ -18271,7 +18281,7 @@ const uy = "CdsUploadListItem", cy = $({
18271
18281
  handleDownload: l
18272
18282
  };
18273
18283
  }
18274
- }), my = "CdsAjaxUploader", hy = $({
18284
+ }), my = "CdsAjaxUploader", hy = S({
18275
18285
  name: my,
18276
18286
  inheritAttrs: !1,
18277
18287
  props: {
@@ -18492,7 +18502,7 @@ const uy = "CdsUploadListItem", cy = $({
18492
18502
  abort: c
18493
18503
  };
18494
18504
  }
18495
- }), Ha = `__LIST_IGNORE_${Date.now()}__`, jo = "CdsUploader", vy = $({
18505
+ }), Ha = `__LIST_IGNORE_${Date.now()}__`, jo = "CdsUploader", vy = S({
18496
18506
  name: jo,
18497
18507
  inheritAttrs: !1,
18498
18508
  props: {