energy-components 2.6.0 → 2.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 (70) hide show
  1. package/dist/components/accordion.es.js +1 -1
  2. package/dist/components/avatar.es.js +1 -1
  3. package/dist/components/button.es.js +1 -1
  4. package/dist/components/checkbox.es.js +1 -1
  5. package/dist/components/collapsable.es.js +1 -1
  6. package/dist/components/{collapsable.scss_vue_type_style_index_0_src_true_lang-BfTKaP_f.js → collapsable.scss_vue_type_style_index_0_src_true_lang-CBOSJyvR.js} +1 -1
  7. package/dist/components/datepicker.es.js +1 -1
  8. package/dist/components/directAccess.es.js +1 -1
  9. package/dist/components/dragAndDrop.es.js +93 -75
  10. package/dist/components/dropdown.es.js +414 -272
  11. package/dist/components/fileUploadItem.es.js +1 -1
  12. package/dist/components/filterChip.es.js +1 -1
  13. package/dist/components/filterTag.es.js +1 -1
  14. package/dist/components/{icon-svg-CW3eQRcp.js → icon-svg-BWxX0W6p.js} +15 -3
  15. package/dist/components/iconList.es.js +1 -1
  16. package/dist/components/iconSvg.es.js +1 -1
  17. package/dist/components/index.es.js +2 -2
  18. package/dist/components/indicator.es.js +1 -1
  19. package/dist/components/indicatorDots.es.js +1 -1
  20. package/dist/components/infoBox.es.js +1 -1
  21. package/dist/components/link.es.js +1 -1
  22. package/dist/components/modal.es.js +1 -1
  23. package/dist/components/multiselect.es.js +14 -8
  24. package/dist/components/multiselectcontentwrapper.es.js +42 -36
  25. package/dist/components/persistentToast.es.js +1 -1
  26. package/dist/components/popover.es.js +90 -71
  27. package/dist/components/popoverMenu.es.js +67 -60
  28. package/dist/components/progressBar.es.js +1 -1
  29. package/dist/components/quantitySelector.es.js +1 -1
  30. package/dist/components/radioButton.es.js +1 -1
  31. package/dist/components/searchField.es.js +1 -1
  32. package/dist/components/selectionChip.es.js +1 -1
  33. package/dist/components/sidedrawer.es.js +1 -1
  34. package/dist/components/style/dragAndDrop.css +1 -1
  35. package/dist/components/style/dropdown.css +1 -1
  36. package/dist/components/style/multiselect.css +1 -1
  37. package/dist/components/style/multiselectcontentwrapper.css +1 -1
  38. package/dist/components/style/pagination.css +1 -1
  39. package/dist/components/style/popover.css +1 -1
  40. package/dist/components/style/popoverMenu.css +1 -1
  41. package/dist/components/style/table.css +1 -1
  42. package/dist/components/style/tableRenderer.css +1 -1
  43. package/dist/components/switch.es.js +1 -1
  44. package/dist/components/tabBar.es.js +1 -1
  45. package/dist/components/table.es.js +101 -92
  46. package/dist/components/tableRenderer.es.js +363 -214
  47. package/dist/components/tag.es.js +1 -1
  48. package/dist/components/textArea.es.js +1 -1
  49. package/dist/components/textField.es.js +1 -1
  50. package/dist/components/toggle.es.js +1 -1
  51. package/dist/components/tooltip.es.js +1 -1
  52. package/dist/energy-components.css +1 -1
  53. package/dist/energy-components.es.js +6511 -6143
  54. package/dist/energy-components.umd.js +2 -2
  55. package/dist/style.css +1 -1
  56. package/dist/types/src/components/content/table/table-renderer.vue.d.ts +7 -2
  57. package/dist/types/src/components/content/table/table.vue.d.ts +27 -1
  58. package/dist/types/src/components/content/table/use-column-reorder.d.ts +29 -0
  59. package/dist/types/src/components/input/drag-and-drop/drag-and-drop.vue.d.ts +15 -0
  60. package/dist/types/src/components/input/dropdown/Multiselect/MultiselectContentWrapper.vue.d.ts +9 -0
  61. package/dist/types/src/components/input/dropdown/dropdown.vue.d.ts +25 -0
  62. package/dist/types/src/components/overlay/popover/popover.vue.d.ts +4 -0
  63. package/dist/types/src/components/overlay/popover-menu/popover-menu.vue.d.ts +10 -4
  64. package/dist/types/tsconfig.tsbuildinfo +1 -1
  65. package/llms/rdsdrag-and-drop.md +1 -0
  66. package/llms/rdsdropdown.md +4 -2
  67. package/llms/rdspopover-menu.md +2 -0
  68. package/llms/rdspopover.md +2 -0
  69. package/llms/rdstable.md +4 -0
  70. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as x, toRefs as k, computed as u, openBlock as n, createElementBlock as v, normalizeClass as o, unref as t, createBlock as _, createCommentVNode as c, toDisplayString as C } from "vue";
2
- import { R as g } from "./icon-svg-CW3eQRcp.js";
2
+ import { R as g } from "./icon-svg-BWxX0W6p.js";
3
3
  import { _ as I } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  import './style/tag.css';const R = ["id"], D = /* @__PURE__ */ x({
5
5
  __name: "tag",
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as H, useModel as P, ref as b, computed as l, openBlock as n, createElementBlock as d, normalizeClass as c, createElementVNode as a, withDirectives as R, mergeProps as y, vModelText as U, renderSlot as w, createBlock as E, toHandlers as I, createCommentVNode as i, createTextVNode as K, toDisplayString as h, mergeModels as N } from "vue";
2
2
  import { g as G } from "./getInstance-GhoEcxLF.js";
3
- import { R as C } from "./icon-svg-CW3eQRcp.js";
3
+ import { R as C } from "./icon-svg-BWxX0W6p.js";
4
4
  import { _ as J } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  import './style/textArea.css';function V(r, p = !0, e = !0) {
6
6
  return p && !r.trim() ? (console.warn("Advertencia: El valor no puede estar vacío"), !1) : e && !/^[\w\s\u00C0-\u017F\-:.,;()¿?¡!%"'$€]+$/.test(r) ? (console.warn("Advertencia: El valor contiene caracteres inválidos"), !1) : !0;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as de, ref as y, useSlots as ce, computed as i, watch as L, onMounted as fe, onBeforeUnmount as pe, openBlock as o, createElementBlock as h, normalizeClass as _, createElementVNode as g, renderSlot as b, createBlock as E, createCommentVNode as d, mergeProps as O, toHandlers as U, createTextVNode as W, toDisplayString as N, withModifiers as q, createVNode as H } from "vue";
2
2
  import { g as me } from "./getInstance-GhoEcxLF.js";
3
- import { R as G, s as ve } from "./icon-svg-CW3eQRcp.js";
3
+ import { R as G, s as ve } from "./icon-svg-BWxX0W6p.js";
4
4
  import F from "./actionButton.es.js";
5
5
  import { _ as ye } from "./_plugin-vue_export-helper-CHgC5LLL.js";
6
6
  import './style/textField.css';const he = { class: "rds-e-textfield__input-container" }, ge = {
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as V, toRefs as D, ref as b, computed as h, onMounted as A, openBlock as c, createElementBlock as L, normalizeClass as m, createElementVNode as E, createBlock as I, createCommentVNode as u, toDisplayString as F, nextTick as C } from "vue";
2
- import { R as x } from "./icon-svg-CW3eQRcp.js";
2
+ import { R as x } from "./icon-svg-BWxX0W6p.js";
3
3
  import { _ as W } from "./_plugin-vue_export-helper-CHgC5LLL.js";
4
4
  import './style/toggle.css';const $ = ["id", "aria-label"], N = ["id", "aria-checked", "aria-label", "tabindex"], K = { key: 1 }, M = ["id", "aria-checked", "aria-label", "tabindex"], j = { key: 1 }, q = /* @__PURE__ */ V({
5
5
  __name: "toggle",
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as ie, computed as a, ref as c, watch as re, nextTick as V, onBeforeUnmount as ae, openBlock as O, createElementBlock as $, createElementVNode as k, renderSlot as j, createBlock as se, Teleport as ue, normalizeClass as P, toDisplayString as W, createVNode as ce, createCommentVNode as z, createTextVNode as de } from "vue";
2
2
  import { a as X, o as fe, f as pe, s as ve, b as me, c as ge, d as he } from "./floating-ui.vue-DMBZhA6d.js";
3
- import { R as we } from "./icon-svg-CW3eQRcp.js";
3
+ import { R as we } from "./icon-svg-BWxX0W6p.js";
4
4
  import { _ as ye } from "./_plugin-vue_export-helper-CHgC5LLL.js";
5
5
  import './style/tooltip.css';const _e = ["id"], Oe = ["aria-hidden"], ke = {
6
6
  key: 0,