energy-components 1.2.0 → 1.4.0-beta.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.
Files changed (48) hide show
  1. package/dist/components/accordion.es.js +13 -13
  2. package/dist/components/button.es.js +11 -11
  3. package/dist/components/checkbox.es.js +7 -7
  4. package/dist/components/datepicker.es.js +2 -2
  5. package/dist/components/dropdown.es.js +11 -11
  6. package/dist/components/{icon-svg-GoL3_ayS.js → icon-svg-u9BWBbvW.js} +1 -1
  7. package/dist/components/iconList.es.js +5 -5
  8. package/dist/components/iconSvg.es.js +1 -1
  9. package/dist/components/index.es.js +83 -74
  10. package/dist/components/infoBox.es.js +8 -8
  11. package/dist/components/link.es.js +15 -15
  12. package/dist/components/modal.es.js +12 -12
  13. package/dist/components/persistentToast.es.js +5 -5
  14. package/dist/components/quantitySelector.es.js +69 -86
  15. package/dist/components/radioButton.es.js +16 -16
  16. package/dist/components/selectionChip.es.js +87 -0
  17. package/dist/components/sidedrawer.es.js +85 -0
  18. package/dist/components/style/datepicker.css +1 -1
  19. package/dist/components/style/overlay.css +1 -1
  20. package/dist/components/style/quantitySelector.css +1 -1
  21. package/dist/components/style/selectionChip.css +1 -0
  22. package/dist/components/style/sidedrawer.css +1 -0
  23. package/dist/components/style/switch.css +1 -1
  24. package/dist/components/style/textArea.css +1 -1
  25. package/dist/components/style/textField.css +1 -1
  26. package/dist/components/style/toggle.css +1 -0
  27. package/dist/components/switch.es.js +40 -36
  28. package/dist/components/tabBar.es.js +12 -12
  29. package/dist/components/tag.es.js +5 -5
  30. package/dist/components/textArea.es.js +64 -57
  31. package/dist/components/textField.es.js +91 -77
  32. package/dist/components/toggle.es.js +53 -0
  33. package/dist/components/tooltip.es.js +61 -61
  34. package/dist/energy-components.es.js +4081 -3862
  35. package/dist/energy-components.umd.js +1 -1
  36. package/dist/style.css +1 -1
  37. package/dist/types/src/components/feedback/indicator/indicator.vue.d.ts +1 -1
  38. package/dist/types/src/components/index.d.ts +3 -0
  39. package/dist/types/src/components/input/quantity-selector/quantity-selector.vue.d.ts +24 -19
  40. package/dist/types/src/components/input/selection-chip/selection-chip.vue.d.ts +120 -0
  41. package/dist/types/src/components/input/switch/switch.vue.d.ts +12 -3
  42. package/dist/types/src/components/input/text-field/text-field.vue.d.ts +8 -0
  43. package/dist/types/src/components/input/toggle/toggle.vue.d.ts +41 -0
  44. package/dist/types/src/components/layout/sidedrawer/sidedrawer.vue.d.ts +75 -0
  45. package/dist/types/src/components/navigation/pagination/pagination.vue.d.ts +1 -1
  46. package/dist/types/src/components/overlay/tooltip/tooltip.vue.d.ts +1 -1
  47. package/dist/types/tsconfig.tsbuildinfo +1 -1
  48. package/package.json +2 -2
@@ -1,8 +1,8 @@
1
- import { defineComponent as B, toRefs as D, ref as l, watch as N, nextTick as R, inject as _, onMounted as V, onBeforeUnmount as q, openBlock as v, createElementBlock as w, createElementVNode as n, toDisplayString as h, unref as d, createBlock as H, mergeProps as I, createCommentVNode as P, createVNode as T, normalizeClass as y, renderSlot as j, createTextVNode as A } from "vue";
2
- import { I as E } from "./icon-svg-GoL3_ayS.js";
1
+ import { defineComponent as R, toRefs as B, ref as l, watch as D, nextTick as N, inject as _, onMounted as V, onBeforeUnmount as q, openBlock as v, createElementBlock as w, createElementVNode as n, toDisplayString as h, unref as d, createBlock as H, mergeProps as P, createCommentVNode as T, createVNode as j, normalizeClass as y, renderSlot as A, createTextVNode as E } from "vue";
2
+ import { R as I } from "./icon-svg-u9BWBbvW.js";
3
3
  import O from "./tag.es.js";
4
4
  import { _ as $ } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
- import './style/accordion.css';const b = { class: "rds-e-accordion" }, z = { class: "rds-e-accordion-title" }, M = { class: "rds-e-accordion-title_right" }, U = /* @__PURE__ */ B({
5
+ import './style/accordion.css';const b = { class: "rds-e-accordion" }, z = { class: "rds-e-accordion-title" }, M = { class: "rds-e-accordion-title_right" }, U = /* @__PURE__ */ R({
6
6
  __name: "accordion",
7
7
  props: {
8
8
  /**
@@ -43,21 +43,21 @@ import './style/accordion.css';const b = { class: "rds-e-accordion" }, z = { cla
43
43
  }
44
44
  },
45
45
  emits: ["update:open"],
46
- setup(c, { expose: C, emit: k }) {
47
- const o = c, x = k, { tag: a } = D(o), t = l(o.open), i = l(null), s = l(null), S = () => {
46
+ setup(c, { expose: C, emit: S }) {
47
+ const o = c, k = S, { tag: a } = B(o), t = l(o.open), i = l(null), s = l(null), x = () => {
48
48
  if (!i.value || !s.value) return;
49
49
  const e = s.value.scrollHeight;
50
50
  i.value.style.maxHeight = t.value ? `${e}px` : "0px";
51
51
  }, r = (e) => {
52
- e === void 0 ? t.value = !t.value : t.value = e, x("update:open", t.value), S();
52
+ e === void 0 ? t.value = !t.value : t.value = e, k("update:open", t.value), x();
53
53
  }, u = () => {
54
54
  r(!0);
55
55
  }, p = () => {
56
56
  r(!1);
57
57
  };
58
- N(
58
+ D(
59
59
  () => o.open,
60
- (e) => R(() => {
60
+ (e) => N(() => {
61
61
  r(e);
62
62
  }),
63
63
  { immediate: !0 }
@@ -87,11 +87,11 @@ import './style/accordion.css';const b = { class: "rds-e-accordion" }, z = { cla
87
87
  }, [
88
88
  n("span", z, h(c.title), 1),
89
89
  n("div", M, [
90
- d(a) && d(a).icon ? (v(), H(O, I({
90
+ d(a) && d(a).icon ? (v(), H(O, P({
91
91
  key: 0,
92
92
  class: "rds-e-accordion-title_tag"
93
- }, d(a), { small: "" }), null, 16)) : P("", !0),
94
- T(E, {
93
+ }, d(a), { small: "" }), null, 16)) : T("", !0),
94
+ j(I, {
95
95
  class: y(["rds-e-accordion-title_icon", { "rds-e-accordion-title_icon--open": t.value }]),
96
96
  name: "arrow_down"
97
97
  }, null, 8, ["class"])
@@ -107,8 +107,8 @@ import './style/accordion.css';const b = { class: "rds-e-accordion" }, z = { cla
107
107
  ref: s,
108
108
  class: "rds-e-accordion-panel_content"
109
109
  }, [
110
- j(e.$slots, "default", {}, () => [
111
- A(h(c.content), 1)
110
+ A(e.$slots, "default", {}, () => [
111
+ E(h(c.content), 1)
112
112
  ], !0)
113
113
  ], 512)
114
114
  ], 2)
@@ -1,7 +1,7 @@
1
- import { defineComponent as B, toRefs as I, computed as l, openBlock as v, createElementBlock as S, unref as s, normalizeClass as m, createBlock as x, createCommentVNode as k, createElementVNode as $, renderSlot as C, createTextVNode as N, toDisplayString as V } from "vue";
2
- import { I as E } from "./icon-svg-GoL3_ayS.js";
3
- import { _ as L } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
- import './style/button.css';const w = ["type", "disabled"], D = { class: "rds-e-btn__text" }, R = /* @__PURE__ */ B({
1
+ import { defineComponent as B, toRefs as S, computed as l, openBlock as v, createElementBlock as x, unref as s, normalizeClass as m, createBlock as I, createCommentVNode as k, createElementVNode as $, renderSlot as C, createTextVNode as N, toDisplayString as R } from "vue";
2
+ import { R as V } from "./icon-svg-u9BWBbvW.js";
3
+ import { _ as D } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
+ import './style/button.css';const E = ["type", "disabled"], L = { class: "rds-e-btn__text" }, w = /* @__PURE__ */ B({
5
5
  __name: "button",
6
6
  props: {
7
7
  /**
@@ -109,18 +109,18 @@ import './style/button.css';const w = ["type", "disabled"], D = { class: "rds-e-
109
109
  inverse: d,
110
110
  revertIcon: _,
111
111
  loading: p
112
- } = I(t), c = l(() => p.value ? "loading" : n != null && n.value ? n == null ? void 0 : n.value : ""), h = l(() => r.value && ["button", "submit", "reset"].includes(r.value) ? r.value : "button"), b = l(() => ["primary", "secondary", "ghost"].includes(i.value) ? i.value : "primary"), g = l(() => {
112
+ } = S(t), c = l(() => p.value ? "loading" : n != null && n.value ? n == null ? void 0 : n.value : ""), h = l(() => r.value && ["button", "submit", "reset"].includes(r.value) ? r.value : "button"), b = l(() => ["primary", "secondary", "ghost"].includes(i.value) ? i.value : "primary"), g = l(() => {
113
113
  const a = ["rds-e-btn"];
114
114
  return i.value && a.push(`rds-e-btn--${b.value}`), d.value && a.push(`rds-e-btn--${b.value}-inverse`), c.value && a.push(
115
115
  o != null && o.value ? "rds-e-btn--with-icon" : "rds-e-btn--icon"
116
116
  ), f.value && a.push("rds-e-btn--small"), _.value && a.push("rds-e-btn--revert"), u.value && a.push("rds-e-style-state-disabled"), p.value && a.push("rds-e-btn--loading"), y.value && a.push("rds-e-btn--mobile-width"), a.join(" ");
117
117
  });
118
- return (a, W) => (v(), S("button", {
118
+ return (a, W) => (v(), x("button", {
119
119
  type: h.value,
120
120
  disabled: s(u),
121
121
  class: m(g.value)
122
122
  }, [
123
- c.value ? (v(), x(E, {
123
+ c.value ? (v(), I(V, {
124
124
  key: 0,
125
125
  name: c.value,
126
126
  small: s(f),
@@ -130,14 +130,14 @@ import './style/button.css';const w = ["type", "disabled"], D = { class: "rds-e-
130
130
  ]]),
131
131
  "aria-hidden": "true"
132
132
  }, null, 8, ["name", "small", "class"])) : k("", !0),
133
- $("span", D, [
133
+ $("span", L, [
134
134
  C(a.$slots, "default", {}, () => [
135
- N(V(s(o)), 1)
135
+ N(R(s(o)), 1)
136
136
  ], !0)
137
137
  ])
138
- ], 10, w));
138
+ ], 10, E));
139
139
  }
140
- }), T = /* @__PURE__ */ L(R, [["__scopeId", "data-v-a17b5b56"]]);
140
+ }), T = /* @__PURE__ */ D(w, [["__scopeId", "data-v-a17b5b56"]]);
141
141
  export {
142
142
  T as default
143
143
  };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as x, ref as d, watch as v, onMounted as y, onBeforeUnmount as w, openBlock as b, createElementBlock as g, normalizeClass as o, createElementVNode as n, renderSlot as S, createTextVNode as B, toDisplayString as C, createBlock as E, createCommentVNode as L } from "vue";
2
- import { I as V } from "./icon-svg-GoL3_ayS.js";
2
+ import { R as V } from "./icon-svg-u9BWBbvW.js";
3
3
  import { _ } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
- import './style/checkbox.css';const N = ["id", "checked", "aria-label", "required", "disabled"], q = ["for"], D = /* @__PURE__ */ x({
4
+ import './style/checkbox.css';const D = ["id", "checked", "aria-label", "required", "disabled"], N = ["for"], q = /* @__PURE__ */ x({
5
5
  __name: "checkbox",
6
6
  props: {
7
7
  /**
@@ -80,7 +80,7 @@ import './style/checkbox.css';const N = ["id", "checked", "aria-label", "require
80
80
  window.addEventListener("keydown", r), window.addEventListener("mousedown", i);
81
81
  }), w(() => {
82
82
  window.removeEventListener("keydown", r), window.removeEventListener("mousedown", i);
83
- }), (a, I) => (b(), g("div", {
83
+ }), (a, R) => (b(), g("div", {
84
84
  class: o(["rds-e-checkbox__container", { "rds-e-checkbox__container--focused": l.value }])
85
85
  }, [
86
86
  n("input", {
@@ -94,7 +94,7 @@ import './style/checkbox.css';const N = ["id", "checked", "aria-label", "require
94
94
  onChange: m,
95
95
  onFocus: h,
96
96
  onBlur: k
97
- }, null, 42, N),
97
+ }, null, 42, D),
98
98
  n("label", {
99
99
  for: e.id.toString(),
100
100
  class: o(["rds-e-checkbox__label", {
@@ -121,10 +121,10 @@ import './style/checkbox.css';const N = ["id", "checked", "aria-label", "require
121
121
  }, null, 8, ["name"])) : L("", !0)
122
122
  ], 2)
123
123
  ], !0)
124
- ], 10, q)
124
+ ], 10, N)
125
125
  ], 2));
126
126
  }
127
- }), M = /* @__PURE__ */ _(D, [["__scopeId", "data-v-6beff478"]]);
127
+ }), K = /* @__PURE__ */ _(q, [["__scopeId", "data-v-6beff478"]]);
128
128
  export {
129
- M as default
129
+ K as default
130
130
  };
@@ -8149,7 +8149,7 @@ const vs = { class: "rds-e-datepicker" }, ps = { class: "rds-e-datepicker__day_w
8149
8149
  "action-row": e.actionRow,
8150
8150
  range: e.range,
8151
8151
  "enable-time-picker": !1
8152
- }, i.value, {
8152
+ }, { ...i.value, ...y.$attrs }, {
8153
8153
  "onUpdate:modelValue": M[2] || (M[2] = (g) => c.value = g)
8154
8154
  }), tt({
8155
8155
  "dp-input": _e(({ onEnter: g, onTab: H, onClear: I, onBlur: F }) => [
@@ -8202,7 +8202,7 @@ const vs = { class: "rds-e-datepicker" }, ps = { class: "rds-e-datepicker__day_w
8202
8202
  ]), 1040, ["modelValue", "locale", "disabled", "clearable", "action-row", "range"])
8203
8203
  ]));
8204
8204
  }
8205
- }), xs = /* @__PURE__ */ al(hs, [["__scopeId", "data-v-5d88d864"]]);
8205
+ }), xs = /* @__PURE__ */ al(hs, [["__scopeId", "data-v-fb579ff6"]]);
8206
8206
  export {
8207
8207
  xs as default
8208
8208
  };
@@ -1,7 +1,7 @@
1
- import { defineComponent as H, mergeModels as x, toRefs as J, useModel as K, ref as Q, computed as y, openBlock as i, createElementBlock as b, createVNode as B, mergeProps as W, unref as n, withModifiers as u, createSlots as M, withCtx as o, normalizeClass as X, renderSlot as d, createElementVNode as a, createBlock as T, createCommentVNode as O, Fragment as Y, toDisplayString as D, nextTick as q } from "vue";
1
+ import { defineComponent as H, mergeModels as x, toRefs as J, useModel as K, ref as Q, computed as y, openBlock as i, createElementBlock as b, createVNode as B, mergeProps as W, unref as n, withModifiers as u, createSlots as M, withCtx as o, normalizeClass as X, renderSlot as d, createElementVNode as a, createBlock as T, createCommentVNode as D, Fragment as Y, toDisplayString as O, nextTick as q } from "vue";
2
2
  import Z from "./multiselect.es.js";
3
3
  import ee from "./textField.es.js";
4
- import { I as le } from "./icon-svg-GoL3_ayS.js";
4
+ import { R as le } from "./icon-svg-u9BWBbvW.js";
5
5
  import te from "./checkbox.es.js";
6
6
  import se from "./radioButton.es.js";
7
7
  import { _ as re } from "./_plugin-vue_export-helper-CHgC5LLL.js";
@@ -142,9 +142,9 @@ import './style/dropdown.css';const ne = { class: "rds-e-dropdown" }, oe = { cla
142
142
  return r.value.some((s) => s.id === e.id);
143
143
  }
144
144
  return !1;
145
- }, I = (e) => {
146
- f("open", e);
147
145
  }, L = (e) => {
146
+ f("open", e);
147
+ }, I = (e) => {
148
148
  f("close", e);
149
149
  }, U = (e) => {
150
150
  q(() => {
@@ -199,8 +199,8 @@ import './style/dropdown.css';const ne = { class: "rds-e-dropdown" }, oe = { cla
199
199
  limit: n(C),
200
200
  "limit-text": t.limitText
201
201
  }, S.value, {
202
- onOpen: I,
203
- onClose: L,
202
+ onOpen: L,
203
+ onClose: I,
204
204
  onSelect: U,
205
205
  "onUpdate:modelValue": P,
206
206
  onFocus: s[3] || (s[3] = u(() => R(), ["prevent"])),
@@ -266,16 +266,16 @@ import './style/dropdown.css';const ne = { class: "rds-e-dropdown" }, oe = { cla
266
266
  disabled: n(m) || (l == null ? void 0 : l.$isDisabled) || !1,
267
267
  option: l,
268
268
  onClick: u((g) => A(l), ["prevent", "stop"])
269
- }, null, 8, ["id", "small", "group-name", "checked", "disabled", "option", "onClick"])) : O("", !0)
269
+ }, null, 8, ["id", "small", "group-name", "checked", "disabled", "option", "onClick"])) : D("", !0)
270
270
  ]),
271
271
  a("div", ie, [
272
272
  d(e.$slots, "singleLabel", { option: l }, () => {
273
273
  var g;
274
274
  return [
275
275
  (g = S.value) != null && g.label ? (i(), b(Y, { key: 0 }, [
276
- a("span", null, D(l.label), 1),
277
- l != null && l.detail ? (i(), b("span", ue, D(l.detail), 1)) : O("", !0)
278
- ], 64)) : (i(), b("span", ce, D(l), 1))
276
+ a("span", null, O(l.label), 1),
277
+ l != null && l.detail ? (i(), b("span", ue, O(l.detail), 1)) : D("", !0)
278
+ ], 64)) : (i(), b("span", ce, O(l), 1))
279
279
  ];
280
280
  }, !0)
281
281
  ])
@@ -286,7 +286,7 @@ import './style/dropdown.css';const ne = { class: "rds-e-dropdown" }, oe = { cla
286
286
  search: w,
287
287
  index: V
288
288
  }, void 0, !0)
289
- ])) : O("", !0)
289
+ ])) : D("", !0)
290
290
  ])
291
291
  ]),
292
292
  _: 2
@@ -10848,6 +10848,6 @@ const m = o.reduce((c, s) => (c[s.name] = s, c), {}), S = /* @__PURE__ */ a({
10848
10848
  }
10849
10849
  }), k = /* @__PURE__ */ p(S, [["__scopeId", "data-v-426142e9"]]);
10850
10850
  export {
10851
- k as I,
10851
+ k as R,
10852
10852
  o as i
10853
10853
  };
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as p, ref as a, computed as v, openBlock as s, createElementBlock as i, Fragment as u, withDirectives as f, createElementVNode as r, vModelText as C, renderList as L, normalizeClass as x, createVNode as g, toDisplayString as h } from "vue";
2
- import { i as m, I as k } from "./icon-svg-GoL3_ayS.js";
2
+ import { i as m, R as k } from "./icon-svg-u9BWBbvW.js";
3
3
  import { _ as w } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
- import './style/iconList.css';const y = { class: "rds-e-icon-list" }, I = ["onClick"], N = /* @__PURE__ */ p({
4
+ import './style/iconList.css';const y = { class: "rds-e-icon-list" }, D = ["onClick"], N = /* @__PURE__ */ p({
5
5
  __name: "icon-list",
6
- setup(T) {
6
+ setup(S) {
7
7
  const o = a(""), l = a(!1), c = a(""), d = v(() => {
8
8
  let t = m;
9
9
  return o.value.length > 2 && (t = m.filter(
@@ -33,13 +33,13 @@ import './style/iconList.css';const y = { class: "rds-e-icon-list" }, I = ["onCl
33
33
  class: x(["rds-e-icon-list__item", {
34
34
  "rds-e-icon-list__item--active": l.value && c.value === e.name
35
35
  }]),
36
- onClick: (V) => _(e.name)
36
+ onClick: (T) => _(e.name)
37
37
  }, [
38
38
  g(k, {
39
39
  name: e.name
40
40
  }, null, 8, ["name"]),
41
41
  r("code", null, h(e.name), 1)
42
- ], 10, I))), 128))
42
+ ], 10, D))), 128))
43
43
  ])
44
44
  ], 64));
45
45
  }
@@ -1,4 +1,4 @@
1
- import { I as a } from "./icon-svg-GoL3_ayS.js";
1
+ import { R as a } from "./icon-svg-u9BWBbvW.js";
2
2
  import "./_plugin-vue_export-helper-CHgC5LLL.js";
3
3
  export {
4
4
  a as default
@@ -1,69 +1,75 @@
1
- import { I as i } from "./icon-svg-GoL3_ayS.js";
1
+ import { R as i } from "./icon-svg-u9BWBbvW.js";
2
2
  import a from "./button.es.js";
3
- import m from "./floatingActionButton.es.js";
4
- import n from "./actionButton.es.js";
3
+ import e from "./floatingActionButton.es.js";
4
+ import m from "./actionButton.es.js";
5
5
  import S from "./checkbox.es.js";
6
- import e from "./textField.es.js";
6
+ import n from "./textField.es.js";
7
7
  import D from "./textArea.es.js";
8
8
  import R from "./switch.es.js";
9
9
  import p from "./radioButton.es.js";
10
- import { _ as c } from "./radio-group.vue_vue_type_script_setup_true_lang-B-kg-575.js";
11
- import s from "./dropdown.es.js";
12
- import f from "./datepicker.es.js";
13
- import d from "./quantitySelector.es.js";
14
- import u from "./tag.es.js";
15
- import l from "./accordionGroup.es.js";
16
- import b from "./accordion.es.js";
17
- import B from "./divider.es.js";
18
- import T from "./card.es.js";
19
- import A from "./link.es.js";
20
- import g from "./breadcrumbs.es.js";
21
- import x from "./tabBar.es.js";
22
- import I from "./pagination.es.js";
23
- import v from "./indicator.es.js";
24
- import _ from "./persistentToast.es.js";
25
- import y from "./infoBox.es.js";
26
- import P from "./modal.es.js";
27
- import w from "./overlay.es.js";
28
- import k from "./tooltip.es.js";
10
+ import { _ as s } from "./radio-group.vue_vue_type_script_setup_true_lang-B-kg-575.js";
11
+ import c from "./dropdown.es.js";
12
+ import d from "./datepicker.es.js";
13
+ import f from "./quantitySelector.es.js";
14
+ import l from "./toggle.es.js";
15
+ import u from "./selectionChip.es.js";
16
+ import b from "./tag.es.js";
17
+ import g from "./accordionGroup.es.js";
18
+ import B from "./accordion.es.js";
19
+ import T from "./divider.es.js";
20
+ import A from "./card.es.js";
21
+ import x from "./link.es.js";
22
+ import w from "./breadcrumbs.es.js";
23
+ import _ from "./tabBar.es.js";
24
+ import h from "./pagination.es.js";
25
+ import y from "./indicator.es.js";
26
+ import I from "./persistentToast.es.js";
27
+ import P from "./infoBox.es.js";
28
+ import v from "./modal.es.js";
29
+ import k from "./overlay.es.js";
30
+ import C from "./tooltip.es.js";
29
31
  import G from "./sidebar.es.js";
32
+ import F from "./sidedrawer.es.js";
30
33
  const t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
31
34
  __proto__: null,
32
- RDSAccordion: b,
33
- RDSAccordionGroup: l,
34
- RDSActionButton: n,
35
- RDSBreadcrumbs: g,
35
+ RDSAccordion: B,
36
+ RDSAccordionGroup: g,
37
+ RDSActionButton: m,
38
+ RDSBreadcrumbs: w,
36
39
  RDSButton: a,
37
- RDSCard: T,
40
+ RDSCard: A,
38
41
  RDSCheckbox: S,
39
- RDSDatePicker: f,
40
- RDSDivider: B,
41
- RDSDropdown: s,
42
- RDSFloatinActionButton: m,
42
+ RDSDatePicker: d,
43
+ RDSDivider: T,
44
+ RDSDropdown: c,
45
+ RDSFloatinActionButton: e,
43
46
  RDSIconSvg: i,
44
- RDSIndicator: v,
45
- RDSInfoBox: y,
46
- RDSLink: A,
47
- RDSModal: P,
48
- RDSOverlay: w,
49
- RDSPagination: I,
50
- RDSPersistentToast: _,
51
- RDSQuantitySelector: d,
47
+ RDSIndicator: y,
48
+ RDSInfoBox: P,
49
+ RDSLink: x,
50
+ RDSModal: v,
51
+ RDSOverlay: k,
52
+ RDSPagination: h,
53
+ RDSPersistentToast: I,
54
+ RDSQuantitySelector: f,
52
55
  RDSRadioButton: p,
53
- RDSRadioGroup: c,
56
+ RDSRadioGroup: s,
57
+ RDSSelectionChip: u,
54
58
  RDSSidebar: G,
59
+ RDSSidedrawer: F,
55
60
  RDSSwitch: R,
56
- RDSTabBar: x,
57
- RDSTag: u,
61
+ RDSTabBar: _,
62
+ RDSTag: b,
58
63
  RDSTextArea: D,
59
- RDSTextField: e,
60
- RDSTooltip: k
64
+ RDSTextField: n,
65
+ RDSToggle: l,
66
+ RDSTooltip: C
61
67
  }, Symbol.toStringTag, { value: "Module" }));
62
- let h;
63
- function eo(o) {
64
- h = o;
68
+ let M;
69
+ function fo(o) {
70
+ M = o;
65
71
  }
66
- const Do = {
72
+ const lo = {
67
73
  install: (o) => {
68
74
  for (const r in t)
69
75
  o.component(
@@ -73,36 +79,39 @@ const Do = {
73
79
  }
74
80
  };
75
81
  export {
76
- b as RDSAccordion,
77
- l as RDSAccordionGroup,
78
- n as RDSActionButton,
79
- g as RDSBreadcrumbs,
82
+ B as RDSAccordion,
83
+ g as RDSAccordionGroup,
84
+ m as RDSActionButton,
85
+ w as RDSBreadcrumbs,
80
86
  a as RDSButton,
81
- T as RDSCard,
87
+ A as RDSCard,
82
88
  S as RDSCheckbox,
83
- f as RDSDatePicker,
84
- B as RDSDivider,
85
- s as RDSDropdown,
86
- m as RDSFloatinActionButton,
89
+ d as RDSDatePicker,
90
+ T as RDSDivider,
91
+ c as RDSDropdown,
92
+ e as RDSFloatinActionButton,
87
93
  i as RDSIconSvg,
88
- v as RDSIndicator,
89
- y as RDSInfoBox,
90
- A as RDSLink,
91
- P as RDSModal,
92
- w as RDSOverlay,
93
- I as RDSPagination,
94
- _ as RDSPersistentToast,
95
- d as RDSQuantitySelector,
94
+ y as RDSIndicator,
95
+ P as RDSInfoBox,
96
+ x as RDSLink,
97
+ v as RDSModal,
98
+ k as RDSOverlay,
99
+ h as RDSPagination,
100
+ I as RDSPersistentToast,
101
+ f as RDSQuantitySelector,
96
102
  p as RDSRadioButton,
97
- c as RDSRadioGroup,
103
+ s as RDSRadioGroup,
104
+ u as RDSSelectionChip,
98
105
  G as RDSSidebar,
106
+ F as RDSSidedrawer,
99
107
  R as RDSSwitch,
100
- x as RDSTabBar,
101
- u as RDSTag,
108
+ _ as RDSTabBar,
109
+ b as RDSTag,
102
110
  D as RDSTextArea,
103
- e as RDSTextField,
104
- k as RDSTooltip,
105
- h as VueInstance,
106
- Do as default,
107
- eo as setVueInstance
111
+ n as RDSTextField,
112
+ l as RDSToggle,
113
+ C as RDSTooltip,
114
+ M as VueInstance,
115
+ lo as default,
116
+ fo as setVueInstance
108
117
  };
@@ -1,19 +1,19 @@
1
1
  import { defineComponent as y, ref as d, toRefs as h, computed as k, watch as w, nextTick as C, openBlock as t, createElementBlock as s, normalizeClass as m, createElementVNode as a, createVNode as _, createCommentVNode as o, toDisplayString as i } from "vue";
2
- import { I as b } from "./icon-svg-GoL3_ayS.js";
2
+ import { R as b } from "./icon-svg-u9BWBbvW.js";
3
3
  import { _ as S } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  import './style/infoBox.css';const q = { class: "alert" }, $ = {
5
5
  key: 0,
6
6
  class: "rds-e-info-box__custom-icon-block"
7
- }, B = { class: "rds-e-info-box__wrapper" }, H = { class: "rds-e-info-box__title__wrapper" }, I = {
7
+ }, B = { class: "rds-e-info-box__wrapper" }, H = { class: "rds-e-info-box__title__wrapper" }, N = {
8
8
  key: 0,
9
9
  class: "rds-e-info-box__title rds-mb-03"
10
- }, N = {
10
+ }, R = {
11
11
  key: 0,
12
12
  class: "rds-e-info-box__title rds-mb-03"
13
13
  }, V = {
14
14
  key: 2,
15
15
  class: "rds-e-info-box__text"
16
- }, E = { class: "rds-e-info-box__text" }, z = /* @__PURE__ */ y({
16
+ }, D = { class: "rds-e-info-box__text" }, E = /* @__PURE__ */ y({
17
17
  __name: "info-box",
18
18
  props: {
19
19
  /**
@@ -113,13 +113,13 @@ import './style/infoBox.css';const q = { class: "alert" }, $ = {
113
113
  ])) : o("", !0),
114
114
  a("div", B, [
115
115
  a("div", H, [
116
- e.title && !e.collapsable ? (t(), s("div", I, i(e.title), 1)) : o("", !0),
116
+ e.title && !e.collapsable ? (t(), s("div", N, i(e.title), 1)) : o("", !0),
117
117
  e.collapsable ? (t(), s("div", {
118
118
  key: 1,
119
119
  class: "rds-e-info-box__collapsable rds-mb-03",
120
120
  onClick: f[0] || (f[0] = () => p())
121
121
  }, [
122
- e.title ? (t(), s("div", N, i(e.title), 1)) : o("", !0),
122
+ e.title ? (t(), s("div", R, i(e.title), 1)) : o("", !0),
123
123
  _(b, {
124
124
  name: "arrow_down",
125
125
  class: m(["rds-e-info-box__custom-icon", { "rds-e-info-box__custom-icon--open": n.value }]),
@@ -138,7 +138,7 @@ import './style/infoBox.css';const q = { class: "alert" }, $ = {
138
138
  ref: c,
139
139
  class: "rds-e-info-box__panel-content"
140
140
  }, [
141
- a("p", E, i(e.message), 1)
141
+ a("p", D, i(e.message), 1)
142
142
  ], 512)
143
143
  ], 512)) : o("", !0)
144
144
  ])
@@ -146,7 +146,7 @@ import './style/infoBox.css';const q = { class: "alert" }, $ = {
146
146
  ])
147
147
  ], 2));
148
148
  }
149
- }), T = /* @__PURE__ */ S(z, [["__scopeId", "data-v-0a87bf57"]]);
149
+ }), T = /* @__PURE__ */ S(E, [["__scopeId", "data-v-0a87bf57"]]);
150
150
  export {
151
151
  T as default
152
152
  };
@@ -1,7 +1,7 @@
1
- import { defineComponent as E, toRefs as L, computed as f, openBlock as r, createBlock as d, resolveDynamicComponent as N, unref as e, normalizeClass as m, withCtx as R, mergeProps as _, createCommentVNode as i, createElementBlock as b, renderSlot as B, createTextVNode as S, toDisplayString as I } from "vue";
2
- import { I as k } from "./icon-svg-GoL3_ayS.js";
1
+ import { defineComponent as j, toRefs as E, computed as f, openBlock as r, createBlock as d, resolveDynamicComponent as L, unref as e, normalizeClass as m, withCtx as N, mergeProps as _, createCommentVNode as i, createElementBlock as S, renderSlot as b, createTextVNode as B, toDisplayString as I } from "vue";
2
+ import { R as k } from "./icon-svg-u9BWBbvW.js";
3
3
  import { _ as V } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
- import './style/link.css';const $ = /* @__PURE__ */ E({
4
+ import './style/link.css';const $ = /* @__PURE__ */ j({
5
5
  __name: "link",
6
6
  props: {
7
7
  /**
@@ -86,8 +86,8 @@ import './style/link.css';const $ = /* @__PURE__ */ E({
86
86
  arrow: u,
87
87
  right: t,
88
88
  underline: h,
89
- customClass: j
90
- } = L(v), D = f(() => {
89
+ customClass: D
90
+ } = E(v), R = f(() => {
91
91
  var l, C;
92
92
  const a = ["rds-e-link"];
93
93
  return p.value && a.push("rds-e-link--inverse"), h.value && a.push("rds-e-link--underline"), c.value && a.push("rds-e-style-state-disabled"), ((l = n == null ? void 0 : n.value) == null ? void 0 : l.name) !== "arrow" && a.push("link"), ((C = n == null ? void 0 : n.value) == null ? void 0 : C.name) !== "arrow" && p.value && a.push("link__icon--inverse"), a.join(" ");
@@ -101,13 +101,13 @@ import './style/link.css';const $ = /* @__PURE__ */ E({
101
101
  var a;
102
102
  return u.value || ((a = n == null ? void 0 : n.value) == null ? void 0 : a.name);
103
103
  });
104
- return (a, l) => (r(), d(N(e(o) === "a" ? e(o) : "router-link"), {
105
- class: m(D.value),
104
+ return (a, l) => (r(), d(L(e(o) === "a" ? e(o) : "router-link"), {
105
+ class: m(R.value),
106
106
  to: e(o) === "router-link" ? e(g) : null,
107
107
  href: e(o) === "a" ? e(g) : null,
108
108
  disable: e(c)
109
109
  }, {
110
- default: R(() => [
110
+ default: N(() => [
111
111
  e(n).name && !e(t) && !e(u) ? (r(), d(k, _({
112
112
  key: 0,
113
113
  name: e(n).name
@@ -116,15 +116,15 @@ import './style/link.css';const $ = /* @__PURE__ */ E({
116
116
  }, {
117
117
  class: ["rds-e-link__icon-left", w.value]
118
118
  }), null, 16, ["name", "class"])) : i("", !0),
119
- e(t) ? (r(), b("span", {
119
+ e(t) ? (r(), S("span", {
120
120
  key: 1,
121
- class: m(["rds-e-link__text", [e(j), {
121
+ class: m(["rds-e-link__text", [e(D), {
122
122
  "rds-e-mr-xs": x.value,
123
123
  "rds-e-link__text--underline": e(h)
124
124
  }]])
125
125
  }, [
126
- B(a.$slots, "default", {}, () => [
127
- S(I(e(y)), 1)
126
+ b(a.$slots, "default", {}, () => [
127
+ B(I(e(y)), 1)
128
128
  ], !0)
129
129
  ], 2)) : i("", !0),
130
130
  e(u) ? (r(), d(k, _({ key: 2 }, {
@@ -134,12 +134,12 @@ import './style/link.css';const $ = /* @__PURE__ */ E({
134
134
  e(t) ? "link__icon--animation-right" : "link__icon--animation-left"
135
135
  ]]
136
136
  }), null, 16, ["class"])) : i("", !0),
137
- e(t) ? i("", !0) : (r(), b("span", {
137
+ e(t) ? i("", !0) : (r(), S("span", {
138
138
  key: 3,
139
139
  class: m(["rds-e-link__text", { "rds-e-ml-xs": x.value }])
140
140
  }, [
141
- B(a.$slots, "default", {}, () => [
142
- S(I(e(y)), 1)
141
+ b(a.$slots, "default", {}, () => [
142
+ B(I(e(y)), 1)
143
143
  ], !0)
144
144
  ], 2)),
145
145
  e(n).name && e(t) && !e(u) ? (r(), d(k, _({