energy-components 1.7.0 → 1.8.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 (93) hide show
  1. package/dist/components/accordion.es.js +13 -13
  2. package/dist/components/accordionGroup.es.js +2 -2
  3. package/dist/components/actionButton.es.js +2 -2
  4. package/dist/components/breadcrumbs.es.js +3 -3
  5. package/dist/components/button.es.js +2 -2
  6. package/dist/components/card.es.js +5 -5
  7. package/dist/components/checkbox.es.js +5 -5
  8. package/dist/components/datepicker.es.js +588 -590
  9. package/dist/components/divider.es.js +2 -2
  10. package/dist/components/dragAndDrop.es.js +187 -0
  11. package/dist/components/dropdown.es.js +92 -92
  12. package/dist/components/filterChip.es.js +2 -2
  13. package/dist/components/floatingActionButton.es.js +2 -2
  14. package/dist/components/{icon-svg-BmDOQ0kL.js → icon-svg-_WCkLP8-.js} +12 -63
  15. package/dist/components/iconList.es.js +4 -4
  16. package/dist/components/iconSvg.es.js +1 -1
  17. package/dist/components/index.es.js +81 -75
  18. package/dist/components/indicator.es.js +6 -6
  19. package/dist/components/infoBox.es.js +16 -16
  20. package/dist/components/link.es.js +2 -2
  21. package/dist/components/modal.es.js +26 -26
  22. package/dist/components/multiselect.es.js +5 -5
  23. package/dist/components/multiselectcontentwrapper.es.js +6 -6
  24. package/dist/components/overlay.es.js +3 -3
  25. package/dist/components/pagination.es.js +1 -1
  26. package/dist/components/persistentToast.es.js +12 -12
  27. package/dist/components/progressBar.es.js +86 -0
  28. package/dist/components/quantitySelector.es.js +9 -9
  29. package/dist/components/{radio-group.vue_vue_type_script_setup_true_lang-B-kg-575.js → radio-group.vue_vue_type_script_setup_true_lang-DpguLlRK.js} +2 -2
  30. package/dist/components/radioButton.es.js +4 -4
  31. package/dist/components/radioGroup.es.js +1 -1
  32. package/dist/components/selectionChip.es.js +3 -3
  33. package/dist/components/sidebar.es.js +13 -13
  34. package/dist/components/sidedrawer.es.js +11 -11
  35. package/dist/components/style/actionButton.css +1 -1
  36. package/dist/components/style/button.css +1 -1
  37. package/dist/components/style/dragAndDrop.css +1 -0
  38. package/dist/components/style/progressBar.css +1 -0
  39. package/dist/components/style/switch.css +1 -1
  40. package/dist/components/style/tabBar.css +1 -1
  41. package/dist/components/style/textField.css +1 -1
  42. package/dist/components/switch.es.js +45 -38
  43. package/dist/components/tabBar.es.js +70 -55
  44. package/dist/components/tablepaginatedcomponent.es.js +22 -22
  45. package/dist/components/tableslotedcomponent.es.js +26 -26
  46. package/dist/components/tag.es.js +2 -2
  47. package/dist/components/textArea.es.js +2 -2
  48. package/dist/components/textField.es.js +30 -30
  49. package/dist/components/toggle.es.js +2 -2
  50. package/dist/components/tooltip.es.js +319 -311
  51. package/dist/energy-components.es.js +4689 -4450
  52. package/dist/energy-components.umd.js +2 -1
  53. package/dist/style.css +1 -1
  54. package/dist/types/src/components/buttons/action-button/action-button.vue.d.ts +1 -1
  55. package/dist/types/src/components/buttons/button/button.vue.d.ts +6 -11
  56. package/dist/types/src/components/buttons/floating-action-button/floating-action-button.vue.d.ts +1 -1
  57. package/dist/types/src/components/content/accordion/accordion.vue.d.ts +6 -17
  58. package/dist/types/src/components/content/acordion-group/accordion-group.vue.d.ts +6 -11
  59. package/dist/types/src/components/content/card/card.vue.d.ts +6 -11
  60. package/dist/types/src/components/content/divider/divider.vue.d.ts +1 -1
  61. package/dist/types/src/components/content/table/table-paginated/TablePaginatedComponent.vue.d.ts +88 -0
  62. package/dist/types/src/components/content/table/table-sloted/TableSlotedComponent.vue.d.ts +32 -31
  63. package/dist/types/src/components/content/tag/tag.vue.d.ts +1 -1
  64. package/dist/types/src/components/feedback/indicator/indicator.vue.d.ts +1 -4
  65. package/dist/types/src/components/feedback/info-box/info-box.vue.d.ts +8 -18
  66. package/dist/types/src/components/feedback/persistent-toast/persistent-toast.vue.d.ts +8 -12
  67. package/dist/types/src/components/feedback/progress-bar/progress-bar.vue.d.ts +101 -0
  68. package/dist/types/src/components/icon-svg/icon-svg.vue.d.ts +1 -1
  69. package/dist/types/src/components/index.d.ts +2 -0
  70. package/dist/types/src/components/input/checkbox/checkbox.vue.d.ts +6 -11
  71. package/dist/types/src/components/input/datepicker/datepicker.vue.d.ts +258 -0
  72. package/dist/types/src/components/input/drag-and-drop/drag-and-drop.vue.d.ts +203 -0
  73. package/dist/types/src/components/input/dropdown/dropdown.vue.d.ts +30 -550
  74. package/dist/types/src/components/input/filter-chip/filter-chip.vue.d.ts +1 -3
  75. package/dist/types/src/components/input/quantity-selector/quantity-selector.vue.d.ts +1 -4
  76. package/dist/types/src/components/input/radio-button/radio-button.vue.d.ts +1 -1
  77. package/dist/types/src/components/input/radio-button/radio-group.vue.d.ts +6 -11
  78. package/dist/types/src/components/input/selection-chip/selection-chip.vue.d.ts +1 -3
  79. package/dist/types/src/components/input/switch/switch.vue.d.ts +24 -21
  80. package/dist/types/src/components/input/text-area/text-area.vue.d.ts +12 -15
  81. package/dist/types/src/components/input/text-field/text-field.vue.d.ts +12 -19
  82. package/dist/types/src/components/input/toggle/toggle.vue.d.ts +1 -1
  83. package/dist/types/src/components/layout/sidebar/sidebar.vue.d.ts +10 -17
  84. package/dist/types/src/components/layout/sidedrawer/sidedrawer.vue.d.ts +8 -16
  85. package/dist/types/src/components/navigation/link/link.vue.d.ts +7 -11
  86. package/dist/types/src/components/navigation/pagination/pagination.vue.d.ts +1 -1
  87. package/dist/types/src/components/navigation/tab-bar/tab-bar.vue.d.ts +24 -18
  88. package/dist/types/src/components/overlay/modal/modal.vue.d.ts +10 -141
  89. package/dist/types/src/components/overlay/overlay/overlay.vue.d.ts +5 -10
  90. package/dist/types/src/components/overlay/tooltip/tooltip.vue.d.ts +8 -20
  91. package/dist/types/src/helpers/mobileMockup.vue.d.ts +1 -1
  92. package/dist/types/tsconfig.tsbuildinfo +1 -1
  93. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
- import { defineComponent as M, computed as o, openBlock as t, createElementBlock as r, normalizeClass as h, normalizeStyle as z, Fragment as p, renderList as n } from "vue";
1
+ import { defineComponent as M, computed as o, createElementBlock as t, openBlock as r, normalizeStyle as z, normalizeClass as h, Fragment as p, renderList as n } from "vue";
2
2
  import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
3
- import './style/icon-svg.css';const u = "selection", g = [
3
+ import './style/icon-svg.css';const g = [
4
4
  {
5
5
  icon: {
6
6
  paths: [
@@ -10757,60 +10757,9 @@ import './style/icon-svg.css';const u = "selection", g = [
10757
10757
  setId: 2,
10758
10758
  iconIdx: 332
10759
10759
  }
10760
- ], f = 1024, x = {
10761
- name: "rds-e-icon-font"
10762
- }, m = {
10763
- showGlyphs: !0,
10764
- showCodes: !0,
10765
- showQuickUse: !0,
10766
- showQuickUse2: !0,
10767
- showSVGs: !0,
10768
- fontPref: {
10769
- prefix: "rds-e-icon-",
10770
- metadata: {
10771
- fontFamily: "rds-e-icon-font",
10772
- majorVersion: 1,
10773
- minorVersion: 0
10774
- },
10775
- metrics: {
10776
- emSize: 1024,
10777
- baseline: 6.25,
10778
- whitespace: 50
10779
- },
10780
- embed: !1,
10781
- cssVars: !1,
10782
- cssVarsFormat: "scss_new",
10783
- showSelector: !1,
10784
- showMetrics: !0,
10785
- showMetadata: !0,
10786
- showVersion: !0,
10787
- postfix: "",
10788
- ie7: !1,
10789
- noie8: !1
10790
- },
10791
- imagePref: {
10792
- prefix: "rds-e-",
10793
- png: !0,
10794
- useClassSelector: !0,
10795
- color: 0,
10796
- bgColor: 16777215,
10797
- name: "energy-icons",
10798
- classSelector: ".icon",
10799
- height: 32,
10800
- columns: 16,
10801
- margin: 16
10802
- },
10803
- historySize: 50,
10804
- gridSize: 16,
10805
- showGrid: !1,
10806
- showLiga: !1
10807
- }, S = {
10808
- IcoMoonType: u,
10809
- icons: g,
10810
- height: f,
10811
- metadata: x,
10812
- preferences: m
10813
- }, a = S.icons.map(
10760
+ ], u = {
10761
+ icons: g
10762
+ }, a = u.icons.map(
10814
10763
  (c) => {
10815
10764
  var s;
10816
10765
  return {
@@ -10819,7 +10768,7 @@ import './style/icon-svg.css';const u = "selection", g = [
10819
10768
  codes: ((s = c.properties) == null ? void 0 : s.codes) || []
10820
10769
  };
10821
10770
  }
10822
- ), w = a.sort((c, s) => c.name.localeCompare(s.name)).map((c) => c.name), _ = a.reduce((c, s) => (c[s.name] = s, c), {}), b = /* @__PURE__ */ M({
10771
+ ), _ = a.sort((c, s) => c.name.localeCompare(s.name)).map((c) => c.name), f = a.reduce((c, s) => (c[s.name] = s, c), {}), x = /* @__PURE__ */ M({
10823
10772
  __name: "icon-svg",
10824
10773
  props: {
10825
10774
  /**
@@ -10873,9 +10822,9 @@ import './style/icon-svg.css';const u = "selection", g = [
10873
10822
  return e;
10874
10823
  }), d = o(() => {
10875
10824
  var e;
10876
- return ((e = _[s.name]) == null ? void 0 : e.codes.length) || 0;
10825
+ return ((e = f[s.name]) == null ? void 0 : e.codes.length) || 0;
10877
10826
  });
10878
- return (e, l) => (t(), r("span", {
10827
+ return (e, l) => (r(), t("span", {
10879
10828
  "aria-hidden": "true",
10880
10829
  class: h(["icon rds-e-icon", [
10881
10830
  `rds-e-icon-${c.name}`,
@@ -10884,15 +10833,15 @@ import './style/icon-svg.css';const u = "selection", g = [
10884
10833
  ]]),
10885
10834
  style: z(v.value)
10886
10835
  }, [
10887
- (t(!0), r(p, null, n(d.value, (i) => (t(), r("span", {
10836
+ (r(!0), t(p, null, n(d.value, (i) => (r(), t("span", {
10888
10837
  key: `name-layer-${i}`,
10889
10838
  class: h(`path${i}`)
10890
10839
  }, null, 2))), 128))
10891
10840
  ], 6));
10892
10841
  }
10893
- }), C = /* @__PURE__ */ I(b, [["__scopeId", "data-v-690c53ee"]]);
10842
+ }), b = /* @__PURE__ */ I(x, [["__scopeId", "data-v-690c53ee"]]);
10894
10843
  export {
10895
- C as R,
10844
+ b as R,
10896
10845
  a as i,
10897
- w as s
10846
+ _ as s
10898
10847
  };
@@ -1,5 +1,5 @@
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, R as k } from "./icon-svg-BmDOQ0kL.js";
1
+ import { defineComponent as p, ref as a, computed as v, createElementBlock as s, openBlock 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, R as k } from "./icon-svg-_WCkLP8-.js";
3
3
  import { _ as w } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  import './style/iconList.css';const y = { class: "rds-e-icon-list" }, D = ["onClick"], N = /* @__PURE__ */ p({
5
5
  __name: "icon-list",
@@ -18,7 +18,7 @@ import './style/iconList.css';const y = { class: "rds-e-icon-list" }, D = ["onCl
18
18
  l.value = !1;
19
19
  }, 1e3);
20
20
  };
21
- return (t, n) => (s(), i(u, null, [
21
+ return (t, n) => (i(), s(u, null, [
22
22
  f(r("input", {
23
23
  "onUpdate:modelValue": n[0] || (n[0] = (e) => o.value = e),
24
24
  class: "rds-e-icon-list__filter",
@@ -28,7 +28,7 @@ import './style/iconList.css';const y = { class: "rds-e-icon-list" }, D = ["onCl
28
28
  [C, o.value]
29
29
  ]),
30
30
  r("div", y, [
31
- (s(!0), i(u, null, L(d.value, (e) => (s(), i("div", {
31
+ (i(!0), s(u, null, L(d.value, (e) => (i(), s("div", {
32
32
  key: e.name,
33
33
  class: x(["rds-e-icon-list__item", {
34
34
  "rds-e-icon-list__item--active": l.value && c.value === e.name
@@ -1,4 +1,4 @@
1
- import { R as a } from "./icon-svg-BmDOQ0kL.js";
1
+ import { R as a } from "./icon-svg-_WCkLP8-.js";
2
2
  import "./_plugin-vue_export-helper-CHgC5LLL.js";
3
3
  export {
4
4
  a as default
@@ -1,79 +1,83 @@
1
- import { R as i } from "./icon-svg-BmDOQ0kL.js";
1
+ import { R as i } from "./icon-svg-_WCkLP8-.js";
2
2
  import a from "./button.es.js";
3
3
  import e from "./floatingActionButton.es.js";
4
4
  import m from "./actionButton.es.js";
5
5
  import S from "./checkbox.es.js";
6
- import n from "./textField.es.js";
7
- import D from "./textArea.es.js";
8
- import R from "./switch.es.js";
9
- import p from "./radioButton.es.js";
10
- import { _ as s } from "./radio-group.vue_vue_type_script_setup_true_lang-B-kg-575.js";
6
+ import D from "./textField.es.js";
7
+ import n from "./textArea.es.js";
8
+ import p from "./switch.es.js";
9
+ import R from "./radioButton.es.js";
10
+ import { _ as s } from "./radio-group.vue_vue_type_script_setup_true_lang-DpguLlRK.js";
11
11
  import c from "./dropdown.es.js";
12
- import f from "./datepicker.es.js";
13
- import d from "./quantitySelector.es.js";
12
+ import d from "./datepicker.es.js";
13
+ import f from "./quantitySelector.es.js";
14
14
  import l from "./toggle.es.js";
15
15
  import u from "./selectionChip.es.js";
16
- import b from "./filterChip.es.js";
17
- import T from "./tag.es.js";
18
- import B from "./accordionGroup.es.js";
19
- import g from "./accordion.es.js";
20
- import A from "./divider.es.js";
21
- import h from "./card.es.js";
22
- import x from "./tablepaginatedcomponent.es.js";
23
- import w from "./link.es.js";
24
- import C from "./breadcrumbs.es.js";
16
+ import g from "./filterChip.es.js";
17
+ import b from "./dragAndDrop.es.js";
18
+ import B from "./tag.es.js";
19
+ import T from "./accordionGroup.es.js";
20
+ import A from "./accordion.es.js";
21
+ import h from "./divider.es.js";
22
+ import x from "./card.es.js";
23
+ import w from "./tablepaginatedcomponent.es.js";
24
+ import C from "./link.es.js";
25
+ import P from "./breadcrumbs.es.js";
25
26
  import _ from "./tabBar.es.js";
26
27
  import y from "./pagination.es.js";
27
28
  import I from "./indicator.es.js";
28
- import P from "./persistentToast.es.js";
29
- import v from "./infoBox.es.js";
30
- import k from "./modal.es.js";
31
- import F from "./overlay.es.js";
32
- import G from "./tooltip.es.js";
33
- import M from "./sidebar.es.js";
34
- import O from "./sidedrawer.es.js";
29
+ import v from "./persistentToast.es.js";
30
+ import k from "./infoBox.es.js";
31
+ import F from "./progressBar.es.js";
32
+ import G from "./modal.es.js";
33
+ import M from "./overlay.es.js";
34
+ import O from "./tooltip.es.js";
35
+ import j from "./sidebar.es.js";
36
+ import Q from "./sidedrawer.es.js";
35
37
  const t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
36
38
  __proto__: null,
37
- RDSAccordion: g,
38
- RDSAccordionGroup: B,
39
+ RDSAccordion: A,
40
+ RDSAccordionGroup: T,
39
41
  RDSActionButton: m,
40
- RDSBreadcrumbs: C,
42
+ RDSBreadcrumbs: P,
41
43
  RDSButton: a,
42
- RDSCard: h,
44
+ RDSCard: x,
43
45
  RDSCheckbox: S,
44
- RDSDatePicker: f,
45
- RDSDivider: A,
46
+ RDSDatePicker: d,
47
+ RDSDivider: h,
48
+ RDSDragAndDrop: b,
46
49
  RDSDropdown: c,
47
- RDSFilterChip: b,
50
+ RDSFilterChip: g,
48
51
  RDSFloatinActionButton: e,
49
52
  RDSIconSvg: i,
50
53
  RDSIndicator: I,
51
- RDSInfoBox: v,
52
- RDSLink: w,
53
- RDSModal: k,
54
- RDSOverlay: F,
54
+ RDSInfoBox: k,
55
+ RDSLink: C,
56
+ RDSModal: G,
57
+ RDSOverlay: M,
55
58
  RDSPagination: y,
56
- RDSPersistentToast: P,
57
- RDSQuantitySelector: d,
58
- RDSRadioButton: p,
59
+ RDSPersistentToast: v,
60
+ RDSProgressBar: F,
61
+ RDSQuantitySelector: f,
62
+ RDSRadioButton: R,
59
63
  RDSRadioGroup: s,
60
64
  RDSSelectionChip: u,
61
- RDSSidebar: M,
62
- RDSSidedrawer: O,
63
- RDSSwitch: R,
65
+ RDSSidebar: j,
66
+ RDSSidedrawer: Q,
67
+ RDSSwitch: p,
64
68
  RDSTabBar: _,
65
- RDSTable: x,
66
- RDSTag: T,
67
- RDSTextArea: D,
68
- RDSTextField: n,
69
+ RDSTable: w,
70
+ RDSTag: B,
71
+ RDSTextArea: n,
72
+ RDSTextField: D,
69
73
  RDSToggle: l,
70
- RDSTooltip: G
74
+ RDSTooltip: O
71
75
  }, Symbol.toStringTag, { value: "Module" }));
72
- let j;
73
- function To(o) {
74
- j = o;
76
+ let V;
77
+ function ho(o) {
78
+ V = o;
75
79
  }
76
- const Bo = {
80
+ const xo = {
77
81
  install: (o) => {
78
82
  for (const r in t)
79
83
  o.component(
@@ -83,41 +87,43 @@ const Bo = {
83
87
  }
84
88
  };
85
89
  export {
86
- g as RDSAccordion,
87
- B as RDSAccordionGroup,
90
+ A as RDSAccordion,
91
+ T as RDSAccordionGroup,
88
92
  m as RDSActionButton,
89
- C as RDSBreadcrumbs,
93
+ P as RDSBreadcrumbs,
90
94
  a as RDSButton,
91
- h as RDSCard,
95
+ x as RDSCard,
92
96
  S as RDSCheckbox,
93
- f as RDSDatePicker,
94
- A as RDSDivider,
97
+ d as RDSDatePicker,
98
+ h as RDSDivider,
99
+ b as RDSDragAndDrop,
95
100
  c as RDSDropdown,
96
- b as RDSFilterChip,
101
+ g as RDSFilterChip,
97
102
  e as RDSFloatinActionButton,
98
103
  i as RDSIconSvg,
99
104
  I as RDSIndicator,
100
- v as RDSInfoBox,
101
- w as RDSLink,
102
- k as RDSModal,
103
- F as RDSOverlay,
105
+ k as RDSInfoBox,
106
+ C as RDSLink,
107
+ G as RDSModal,
108
+ M as RDSOverlay,
104
109
  y as RDSPagination,
105
- P as RDSPersistentToast,
106
- d as RDSQuantitySelector,
107
- p as RDSRadioButton,
110
+ v as RDSPersistentToast,
111
+ F as RDSProgressBar,
112
+ f as RDSQuantitySelector,
113
+ R as RDSRadioButton,
108
114
  s as RDSRadioGroup,
109
115
  u as RDSSelectionChip,
110
- M as RDSSidebar,
111
- O as RDSSidedrawer,
112
- R as RDSSwitch,
116
+ j as RDSSidebar,
117
+ Q as RDSSidedrawer,
118
+ p as RDSSwitch,
113
119
  _ as RDSTabBar,
114
- x as RDSTable,
115
- T as RDSTag,
116
- D as RDSTextArea,
117
- n as RDSTextField,
120
+ w as RDSTable,
121
+ B as RDSTag,
122
+ n as RDSTextArea,
123
+ D as RDSTextField,
118
124
  l as RDSToggle,
119
- G as RDSTooltip,
120
- j as VueInstance,
121
- Bo as default,
122
- To as setVueInstance
125
+ O as RDSTooltip,
126
+ V as VueInstance,
127
+ xo as default,
128
+ ho as setVueInstance
123
129
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as k, toRefs as z, ref as y, computed as N, watch as S, onMounted as q, onBeforeUnmount as P, openBlock as d, createElementBlock as u, normalizeClass as b, createElementVNode as p, normalizeStyle as V, Fragment as W, renderList as I, toDisplayString as B, createCommentVNode as C } from "vue";
1
+ import { defineComponent as k, toRefs as z, ref as y, computed as N, watch as S, onMounted as q, onBeforeUnmount as P, createElementBlock as d, openBlock as u, normalizeClass as b, createElementVNode as p, normalizeStyle as V, Fragment as W, renderList as I, createCommentVNode as B, toDisplayString as C } from "vue";
2
2
  import { d as T, t as A, a as D } from "./functions-DIHwdgF0.js";
3
3
  import { _ as F } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  import './style/indicator.css';const M = { class: "rds-e-indicator__inner" }, U = { class: "rds-e-indicator__step-content" }, X = { key: 0 }, Y = /* @__PURE__ */ k({
@@ -128,7 +128,7 @@ import './style/indicator.css';const M = { class: "rds-e-indicator__inner" }, U
128
128
  h(), g(), window.addEventListener("resize", T(m, 200));
129
129
  }), P(() => {
130
130
  window.removeEventListener("resize", m);
131
- }), (r, e) => (d(), u("div", {
131
+ }), (r, e) => (u(), d("div", {
132
132
  ref_key: "$indicator",
133
133
  ref: _,
134
134
  class: b(["rds-e-indicator", [
@@ -148,7 +148,7 @@ import './style/indicator.css';const M = { class: "rds-e-indicator__inner" }, U
148
148
  style: V(E.value)
149
149
  }, null, 4)
150
150
  ], 512),
151
- (d(!0), u(W, null, I(t.steps, (s, a) => (d(), u("div", {
151
+ (u(!0), d(W, null, I(t.steps, (s, a) => (u(), d("div", {
152
152
  key: a,
153
153
  class: b(["rds-e-indicator__step-wrapper", L(a)])
154
154
  }, [
@@ -158,13 +158,13 @@ import './style/indicator.css';const M = { class: "rds-e-indicator__inner" }, U
158
158
  ref: (n) => c.value[a] = n,
159
159
  class: "rds-e-indicator__bullet"
160
160
  }, [
161
- t.variant !== "small" ? (d(), u("span", X, B(a + 1), 1)) : C("", !0)
161
+ t.variant !== "small" ? (u(), d("span", X, C(a + 1), 1)) : B("", !0)
162
162
  ], 512)
163
163
  ]),
164
- t.variant !== "small" ? (d(), u("div", {
164
+ t.variant !== "small" ? (u(), d("div", {
165
165
  key: 0,
166
166
  class: b(["rds-e-indicator__label", { "rds-e-indicator__label--ellipsis": t.ellipsis }])
167
- }, B(s), 3)) : C("", !0)
167
+ }, C(s), 3)) : B("", !0)
168
168
  ], 2))), 128))
169
169
  ])
170
170
  ], 2));
@@ -1,5 +1,5 @@
1
- import { defineComponent as k, ref as u, toRefs as h, computed as $, watch as w, nextTick as S, openBlock as t, createElementBlock as s, normalizeClass as m, createElementVNode as a, createVNode as b, createCommentVNode as o, toDisplayString as r, renderSlot as _ } from "vue";
2
- import { R as v } from "./icon-svg-BmDOQ0kL.js";
1
+ import { defineComponent as k, ref as u, toRefs as h, computed as $, watch as w, nextTick as S, createElementBlock as t, openBlock as s, normalizeClass as m, createElementVNode as a, createCommentVNode as o, createVNode as b, toDisplayString as r, renderSlot as v } from "vue";
2
+ import { R as _ } from "./icon-svg-_WCkLP8-.js";
3
3
  import { _ as C } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  import './style/infoBox.css';const q = { class: "alert" }, B = {
5
5
  key: 0,
@@ -108,13 +108,13 @@ import './style/infoBox.css';const q = { class: "alert" }, B = {
108
108
  const p = () => {
109
109
  l.value = !l.value;
110
110
  };
111
- return (n, f) => (t(), s("div", {
111
+ return (n, f) => (s(), t("div", {
112
112
  class: m(y.value),
113
113
  role: "alert"
114
114
  }, [
115
115
  a("div", q, [
116
- e.icon ? (t(), s("div", B, [
117
- b(v, {
116
+ e.icon ? (s(), t("div", B, [
117
+ b(_, {
118
118
  name: e.icon,
119
119
  class: "rds-e-info-box__custom-icon",
120
120
  "aria-hidden": "true"
@@ -122,24 +122,24 @@ import './style/infoBox.css';const q = { class: "alert" }, B = {
122
122
  ])) : o("", !0),
123
123
  a("div", H, [
124
124
  a("div", N, [
125
- e.title && !e.collapsable ? (t(), s("div", R, r(e.title), 1)) : o("", !0),
126
- e.collapsable ? (t(), s("div", {
125
+ e.title && !e.collapsable ? (s(), t("div", R, r(e.title), 1)) : o("", !0),
126
+ e.collapsable ? (s(), t("div", {
127
127
  key: 1,
128
128
  class: "rds-e-info-box__collapsable rds-mb-03",
129
129
  onClick: f[0] || (f[0] = () => p())
130
130
  }, [
131
- e.title ? (t(), s("div", V, r(e.title), 1)) : o("", !0),
132
- b(v, {
131
+ e.title ? (s(), t("div", V, r(e.title), 1)) : o("", !0),
132
+ b(_, {
133
133
  name: "arrow_down",
134
134
  class: m(["rds-e-info-box__custom-icon", { "rds-e-info-box__custom-icon--open": l.value }]),
135
135
  "aria-hidden": "true"
136
136
  }, null, 8, ["class"])
137
137
  ])) : o("", !0),
138
- e.message && !e.collapsable && !n.$slots["content-section"] ? (t(), s("p", D, r(e.message), 1)) : o("", !0),
139
- n.$slots["content-section"] && !e.collapsable ? (t(), s("div", E, [
140
- _(n.$slots, "content-section", {}, void 0, !0)
138
+ e.message && !e.collapsable && !n.$slots["content-section"] ? (s(), t("p", D, r(e.message), 1)) : o("", !0),
139
+ n.$slots["content-section"] && !e.collapsable ? (s(), t("div", E, [
140
+ v(n.$slots, "content-section", {}, void 0, !0)
141
141
  ])) : o("", !0),
142
- e.collapsable ? (t(), s("div", {
142
+ e.collapsable ? (s(), t("div", {
143
143
  key: 4,
144
144
  ref_key: "panel",
145
145
  ref: c,
@@ -150,9 +150,9 @@ import './style/infoBox.css';const q = { class: "alert" }, B = {
150
150
  ref: d,
151
151
  class: "rds-e-info-box__panel-content"
152
152
  }, [
153
- n.$slots["content-section"] ? o("", !0) : (t(), s("p", I, r(e.message), 1)),
154
- n.$slots["content-section"] ? (t(), s("div", z, [
155
- _(n.$slots, "content-section", {}, void 0, !0)
153
+ n.$slots["content-section"] ? o("", !0) : (s(), t("p", I, r(e.message), 1)),
154
+ n.$slots["content-section"] ? (s(), t("div", z, [
155
+ v(n.$slots, "content-section", {}, void 0, !0)
156
156
  ])) : o("", !0)
157
157
  ], 512)
158
158
  ], 512)) : o("", !0)
@@ -1,5 +1,5 @@
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-BmDOQ0kL.js";
1
+ import { defineComponent as j, toRefs as E, computed as f, createBlock as d, openBlock as r, resolveDynamicComponent as L, unref as e, normalizeClass as m, withCtx as N, createCommentVNode as i, createElementBlock as S, mergeProps as _, renderSlot as b, createTextVNode as B, toDisplayString as I } from "vue";
2
+ import { R as k } from "./icon-svg-_WCkLP8-.js";
3
3
  import { _ as V } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  import './style/link.css';const $ = /* @__PURE__ */ j({
5
5
  __name: "link",
@@ -1,7 +1,7 @@
1
- import { defineComponent as C, ref as R, computed as k, openBlock as d, createBlock as u, unref as a, withCtx as p, createVNode as v, normalizeStyle as b, withModifiers as g, createElementVNode as l, renderSlot as i, createCommentVNode as n, createElementBlock as c } from "vue";
1
+ import { defineComponent as C, ref as v, computed as R, createBlock as u, createCommentVNode as d, openBlock as l, unref as n, withCtx as p, createVNode as k, withModifiers as b, normalizeStyle as g, createElementVNode as a, createElementBlock as c, renderSlot as i } from "vue";
2
2
  import w from "./overlay.es.js";
3
3
  import S from "./card.es.js";
4
- import { R as q } from "./icon-svg-BmDOQ0kL.js";
4
+ import { R as q } from "./icon-svg-_WCkLP8-.js";
5
5
  import { _ as x } from "./_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import './style/modal.css';const $ = { class: "rds-e-modal__container" }, B = { class: "rds-e-modal__header" }, O = {
7
7
  key: 0,
@@ -48,7 +48,7 @@ import './style/modal.css';const $ = { class: "rds-e-modal__container" }, B = {
48
48
  maxWidth: {
49
49
  type: [String, Number],
50
50
  default: 820,
51
- validator: (o) => typeof o == "number" ? !0 : /^\d+(?:px|em|rem|%)$/.test(o)
51
+ validator: (t) => typeof t == "number" ? !0 : /^\d+(?:px|em|rem|%)$/.test(t)
52
52
  },
53
53
  /**
54
54
  * Ancho del modal en dispositivos de escritorio.
@@ -56,15 +56,15 @@ import './style/modal.css';const $ = { class: "rds-e-modal__container" }, B = {
56
56
  width: {
57
57
  type: [String, Number],
58
58
  default: 600,
59
- validator: (o) => typeof o == "number" ? !0 : /^\d+(?:px|em|rem|%)$/.test(o)
59
+ validator: (t) => typeof t == "number" ? !0 : /^\d+(?:px|em|rem|%)$/.test(t)
60
60
  }
61
61
  },
62
62
  emits: ["onCloseRequest", "onOpenRequest", "onToggleRequest"],
63
- setup(o, { expose: f, emit: _ }) {
64
- const e = o, s = _, y = R(null), h = k(() => {
65
- const t = typeof e.maxWidth == "number" ? `${e.maxWidth}px` : e.maxWidth, r = typeof e.width == "number" ? `${e.width}px` : e.width;
63
+ setup(t, { expose: f, emit: _ }) {
64
+ const e = t, s = _, y = v(null), h = R(() => {
65
+ const o = typeof e.maxWidth == "number" ? `${e.maxWidth}px` : e.maxWidth, r = typeof e.width == "number" ? `${e.width}px` : e.width;
66
66
  return {
67
- "--rds-modal-max-width": t,
67
+ "--rds-modal-max-width": o,
68
68
  "--rds-modal-width": r
69
69
  };
70
70
  }), m = () => {
@@ -91,8 +91,8 @@ import './style/modal.css';const $ = { class: "rds-e-modal__container" }, B = {
91
91
  * { (state: boolean) => void } Cambia el estado del modal.
92
92
  * @param {boolean} state - true para abrir, false para cerrar
93
93
  */
94
- changeModalState: (t) => {
95
- s(t ? "onOpenRequest" : "onCloseRequest");
94
+ changeModalState: (o) => {
95
+ s(o ? "onOpenRequest" : "onCloseRequest");
96
96
  },
97
97
  /**
98
98
  * { () => void } Alterna el estado del modal.
@@ -100,7 +100,7 @@ import './style/modal.css';const $ = { class: "rds-e-modal__container" }, B = {
100
100
  toggleModal: () => {
101
101
  s("onToggleRequest");
102
102
  }
103
- }), (t, r) => o.open ? (d(), u(a(w), {
103
+ }), (o, r) => t.open ? (l(), u(n(w), {
104
104
  key: 0,
105
105
  ref_key: "overlay",
106
106
  ref: y,
@@ -109,31 +109,31 @@ import './style/modal.css';const $ = { class: "rds-e-modal__container" }, B = {
109
109
  onClick: m
110
110
  }, {
111
111
  default: p(() => [
112
- v(a(S), {
112
+ k(n(S), {
113
113
  class: "rds-e-modal__card",
114
- style: b(h.value),
115
- onClick: r[1] || (r[1] = g(() => {
114
+ style: g(h.value),
115
+ onClick: r[1] || (r[1] = b(() => {
116
116
  }, ["stop"]))
117
117
  }, {
118
118
  default: p(() => [
119
- l("div", $, [
120
- l("div", B, [
121
- i(t.$slots, "header", {}, void 0, !0),
122
- e.showClose ? (d(), u(a(q), {
119
+ a("div", $, [
120
+ a("div", B, [
121
+ i(o.$slots, "header", {}, void 0, !0),
122
+ e.showClose ? (l(), u(n(q), {
123
123
  key: 0,
124
124
  class: "rds-e-modal__header-close",
125
125
  name: "close",
126
126
  small: "",
127
127
  onClick: r[0] || (r[0] = () => s("onCloseRequest"))
128
- })) : n("", !0)
128
+ })) : d("", !0)
129
129
  ]),
130
- t.$slots.body ? (d(), c("span", O)) : n("", !0),
131
- l("div", M, [
132
- i(t.$slots, "body", {}, void 0, !0)
130
+ o.$slots.body ? (l(), c("span", O)) : d("", !0),
131
+ a("div", M, [
132
+ i(o.$slots, "body", {}, void 0, !0)
133
133
  ]),
134
- t.$slots.footer ? (d(), c("span", N)) : n("", !0),
135
- l("div", W, [
136
- i(t.$slots, "footer", {}, void 0, !0)
134
+ o.$slots.footer ? (l(), c("span", N)) : d("", !0),
135
+ a("div", W, [
136
+ i(o.$slots, "footer", {}, void 0, !0)
137
137
  ])
138
138
  ])
139
139
  ]),
@@ -141,7 +141,7 @@ import './style/modal.css';const $ = { class: "rds-e-modal__container" }, B = {
141
141
  }, 8, ["style"])
142
142
  ]),
143
143
  _: 3
144
- }, 8, ["teleport"])) : n("", !0);
144
+ }, 8, ["teleport"])) : d("", !0);
145
145
  }
146
146
  }), j = /* @__PURE__ */ x(D, [["__scopeId", "data-v-2dbe0d23"]]);
147
147
  export {
@@ -1,5 +1,5 @@
1
1
  import k from "./multiselectcontentwrapper.es.js";
2
- import { resolveComponent as E, openBlock as c, createElementBlock as g, normalizeClass as P, withKeys as a, withModifiers as o, renderSlot as u, createElementVNode as p, withDirectives as S, Fragment as A, renderList as v, toDisplayString as O, vShow as L, createCommentVNode as m, createVNode as b, Transition as T, withCtx as y, normalizeStyle as N, createTextVNode as C, createSlots as B, normalizeProps as $, guardReactiveProps as G, createBlock as F, Teleport as x } from "vue";
2
+ import { resolveComponent as E, createElementBlock as g, openBlock as c, withKeys as a, normalizeClass as P, withModifiers as o, renderSlot as u, createElementVNode as p, createVNode as b, createBlock as A, createCommentVNode as m, withDirectives as S, Fragment as N, renderList as v, toDisplayString as O, vShow as L, Transition as T, withCtx as y, normalizeStyle as C, createTextVNode as F, createSlots as B, normalizeProps as $, guardReactiveProps as G, Teleport as x } from "vue";
3
3
  import { _ as K } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  import './style/multiselect.css';function w(e) {
5
5
  return e === 0 ? !1 : Array.isArray(e) && e.length === 0 ? !0 : !e;
@@ -913,7 +913,7 @@ function te(e, t, i, n, r, l) {
913
913
  isOpen: e.isOpen
914
914
  }, () => [
915
915
  S(p("div", Q, [
916
- (c(!0), g(A, null, v(l.visibleValues, (s, h) => u(e.$slots, "tag", {
916
+ (c(!0), g(N, null, v(l.visibleValues, (s, h) => u(e.$slots, "tag", {
917
917
  option: s,
918
918
  search: e.search,
919
919
  remove: e.removeElement
@@ -963,7 +963,7 @@ function te(e, t, i, n, r, l) {
963
963
  spellcheck: i.spellcheck,
964
964
  placeholder: e.placeholder,
965
965
  required: i.required,
966
- style: N({
966
+ style: C({
967
967
  ...l.inputStyle
968
968
  }),
969
969
  value: e.search,
@@ -988,7 +988,7 @@ function te(e, t, i, n, r, l) {
988
988
  onMousedown: t[9] || (t[9] = o((...s) => e.toggle && e.toggle(...s), ["prevent"]))
989
989
  }, [
990
990
  u(e.$slots, "singleLabel", { option: l.singleValue }, () => [
991
- C(O(e.currentOptionLabel), 1)
991
+ F(O(e.currentOptionLabel), 1)
992
992
  ], !0)
993
993
  ], 32)) : m("", !0),
994
994
  m("", !0)
@@ -1040,7 +1040,7 @@ function te(e, t, i, n, r, l) {
1040
1040
  ]),
1041
1041
  _: 3
1042
1042
  }),
1043
- i.appendToBody && e.isOpen ? (c(), F(x, {
1043
+ i.appendToBody && e.isOpen ? (c(), A(x, {
1044
1044
  key: 0,
1045
1045
  to: "body"
1046
1046
  }, [