@luzmo/analytics-components-kit 1.0.1-alpha.26 → 1.0.1-alpha.27

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 (123) hide show
  1. package/components/{button-base-B7v4eeRh-BKKUK3x0.cjs → button-base-DSHx7XO8-Cixrr9aG.cjs} +3 -3
  2. package/components/{button-base-B7v4eeRh-D3-GH03o.js → button-base-DSHx7XO8-VB_BBSqq.js} +27 -27
  3. package/components/display-settings/index.cjs +1 -1
  4. package/components/display-settings/index.js +7 -7
  5. package/components/display-settings-binning/index.cjs +1 -1
  6. package/components/display-settings-binning/index.js +5 -5
  7. package/components/display-settings-datetime/index.cjs +1 -1
  8. package/components/display-settings-datetime/index.js +8 -8
  9. package/components/display-settings-grand-totals/index.cjs +1 -1
  10. package/components/display-settings-grand-totals/index.js +4 -4
  11. package/components/display-settings-numeric/index.cjs +1 -1
  12. package/components/display-settings-numeric/index.js +9 -9
  13. package/components/display-settings-period-over-period/index.cjs +2 -2
  14. package/components/display-settings-period-over-period/index.js +7 -7
  15. package/components/draggable-data-item-level/index.cjs +1 -1
  16. package/components/draggable-data-item-level/index.js +3 -3
  17. package/components/droppable-slot/droppable-slot.d.ts +2 -2
  18. package/components/droppable-slot/index.cjs +1 -1
  19. package/components/droppable-slot/index.js +2 -2
  20. package/components/edit-item/edit-item.d.ts +1 -0
  21. package/components/edit-item/index.cjs +5 -4
  22. package/components/edit-item/index.js +26 -12
  23. package/components/edit-option-action-button-group/index.cjs +1 -1
  24. package/components/edit-option-action-button-group/index.js +5 -5
  25. package/components/{edit-option-base-qePiIQWd.js → edit-option-base-CPLI5-oZ.js} +2 -2
  26. package/components/{edit-option-base-Boz7TNRZ.cjs → edit-option-base-ChZvMFLr.cjs} +1 -1
  27. package/components/edit-option-color-picker/index.cjs +10 -10
  28. package/components/edit-option-color-picker/index.js +16 -16
  29. package/components/edit-option-multi-language-field/index.cjs +1 -1
  30. package/components/edit-option-multi-language-field/index.js +2 -2
  31. package/components/edit-option-number-field/index.cjs +1 -1
  32. package/components/edit-option-number-field/index.js +2 -2
  33. package/components/edit-option-picker/index.cjs +1 -1
  34. package/components/edit-option-picker/index.js +3 -3
  35. package/components/edit-option-position-picker/index.cjs +1 -1
  36. package/components/edit-option-position-picker/index.js +2 -2
  37. package/components/edit-option-positions-number-field/index.cjs +1 -1
  38. package/components/edit-option-positions-number-field/index.js +3 -3
  39. package/components/edit-option-radio-button-group/index.cjs +1 -1
  40. package/components/edit-option-radio-button-group/index.js +3 -3
  41. package/components/edit-option-slider/index.cjs +2 -2
  42. package/components/edit-option-slider/index.js +2 -2
  43. package/components/edit-option-switch/index.cjs +2 -2
  44. package/components/edit-option-switch/index.js +3 -3
  45. package/components/edit-option-text-field/index.cjs +1 -1
  46. package/components/edit-option-text-field/index.js +2 -2
  47. package/components/filter-data-item-picker/filter-data-item-picker.d.ts +80 -0
  48. package/components/filter-data-item-picker/index.d.ts +7 -0
  49. package/components/filter-expression-picker/filter-expression-picker.d.ts +60 -0
  50. package/components/filter-expression-picker/index.d.ts +7 -0
  51. package/components/filter-group/filter-group.d.ts +39 -0
  52. package/components/filter-group/index.d.ts +7 -0
  53. package/components/filter-item/filter-item.d.ts +64 -0
  54. package/components/filter-item/index.d.ts +7 -0
  55. package/components/filter-item/stories/dataset-data-items.const.d.ts +15 -0
  56. package/components/filter-parameter-picker/filter-parameter-picker.d.ts +26 -0
  57. package/components/filter-parameter-picker/index.d.ts +7 -0
  58. package/components/filter-value-picker/filter-value-picker.d.ts +65 -0
  59. package/components/filter-value-picker/index.d.ts +7 -0
  60. package/components/filter-value-picker-datetime/filter-value-picker-datetime.d.ts +43 -0
  61. package/components/filter-value-picker-datetime/index.d.ts +7 -0
  62. package/components/filter-value-picker-hierarchy/filter-value-picker-hierarchy.d.ts +71 -0
  63. package/components/filter-value-picker-hierarchy/index.d.ts +7 -0
  64. package/components/filter-value-picker-numeric/filter-value-picker-numeric.d.ts +72 -0
  65. package/components/filter-value-picker-numeric/index.d.ts +7 -0
  66. package/components/index-B6Os866t.cjs +127 -0
  67. package/components/index-BgR4fBCA.cjs +42 -0
  68. package/components/{index-CdUTqQ3L.cjs → index-BnOOdgQZ.cjs} +3 -3
  69. package/components/{index-BH9W0QLt-DBxyzKWK.js → index-Brne8JKA.js} +84 -51
  70. package/components/{index-CXIT0cYY.js → index-Bsn3jtgt.js} +2 -2
  71. package/components/index-CAG4u31N.cjs +117 -0
  72. package/components/{index-DUO13KGl.cjs → index-CDUZyVS8.cjs} +1 -1
  73. package/components/{index-BYfDERr7.js → index-CJtXD_RI.js} +1 -1
  74. package/components/{index-Dc9c_dq-.cjs → index-CMvCwUvn.cjs} +1 -1
  75. package/components/{index-ymMEPngt.js → index-CPdcj1Bo.js} +22 -22
  76. package/components/{index-ByjLd3bT.cjs → index-CT2P9cSY.cjs} +2 -2
  77. package/components/{index-BUSWsm5N.js → index-CTxrSfyd.js} +4 -4
  78. package/components/{index-B3ve6cAj.js → index-CX0ynTHR.js} +135 -101
  79. package/components/{index-i8GaIN7i.cjs → index-CY1zprJk.cjs} +1 -1
  80. package/components/{index-CfEn3fIT.js → index-CdZDTZcN.js} +1 -1
  81. package/components/{index-aYcu00GB.js → index-DDm8p09D.js} +1 -1
  82. package/components/{index-h9T5DPIm.cjs → index-DFt-aKCN.cjs} +2 -2
  83. package/components/{index-C8IL2IZ6.js → index-DOnHTKUs.js} +2 -2
  84. package/components/{index-86cIx1Ql.cjs → index-DULisWB3.cjs} +2 -2
  85. package/components/index-DW3LXQ5Z.js +779 -0
  86. package/components/{index-CdCtJpK9.js → index-Dk2zOgvd.js} +4 -4
  87. package/components/index-DoZEESMk.cjs +217 -0
  88. package/components/{index-BVX_ozT9.js → index-Dpt_Qqgy.js} +1 -1
  89. package/components/{index-Bt5nP_6w.cjs → index-Dv1aV79F.cjs} +1 -1
  90. package/components/{index-BJVxTeoi.cjs → index-E6HaIK_Z.cjs} +2 -2
  91. package/components/{index-DEVOZNSc.cjs → index-NFKXlEm1.cjs} +1 -1
  92. package/components/{index-Bee1uunR.js → index-OuAMpMdS.js} +1 -1
  93. package/components/{index-DVAsMiOm.js → index-nP-SGD7o.js} +3 -3
  94. package/components/index.cjs +1 -1
  95. package/components/index.js +457 -54
  96. package/components/{language-resolution-8yZa5r_P-FqQChUDW.cjs → language-resolution-8yZa5r_P-CYK1IIrs.cjs} +2 -2
  97. package/components/{language-resolution-8yZa5r_P-Bn0bYosv.js → language-resolution-8yZa5r_P-Chn3SFme.js} +7 -7
  98. package/components/{luzmo-icons-BE2T8vWu.js → luzmo-icons-DxZo8BWX.js} +15 -15
  99. package/components/slot-menu/index.cjs +1 -1
  100. package/components/slot-menu/index.js +2 -2
  101. package/components/slot-menu-list/index.js +1 -1
  102. package/components/text-field-BTnBJoP9-Cwm3XQ88.cjs +147 -0
  103. package/components/text-field-BTnBJoP9-jo797Hka.js +430 -0
  104. package/components/utils.cjs +1 -1
  105. package/components/utils.js +472 -54
  106. package/custom-elements.json +4 -4
  107. package/index.d.ts +1 -0
  108. package/item-definitions/marker-map/marker-map-options.config.d.ts +1 -1
  109. package/package.json +1 -1
  110. package/utils/data-broker/index.d.ts +173 -0
  111. package/utils/data-item-types/calculate-data-item-icon.d.ts +3 -0
  112. package/utils/expressions/index.d.ts +13 -0
  113. package/utils/index.d.ts +1 -0
  114. package/utils/themes/index.d.ts +507 -0
  115. package/components/index-BH9W0QLt-Cy2sUVJ_.cjs +0 -95
  116. package/components/index-D5LI0odG.js +0 -44
  117. package/components/index-DM_2d78G.js +0 -744
  118. package/components/index-DrLPC6eG.cjs +0 -185
  119. package/components/index-iYpAy-Kg.cjs +0 -95
  120. package/components/index-w3j1USKK.cjs +0 -36
  121. package/components/index-zuArOtOt.cjs +0 -42
  122. package/components/text-field-CvKSS59x-Dn0_1HO7.js +0 -412
  123. package/components/text-field-CvKSS59x-E9LQElL4.cjs +0 -131
@@ -292,7 +292,7 @@ l([
292
292
  const y = () => {
293
293
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
294
294
  const c = document.createElement("style");
295
- c.setAttribute("data-luzmo-vars", ""), c.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-color-disabled);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-color-negative: #ca221c;--luzmo-color-negative-hover: #b3241f;--luzmo-color-negative-down: #9f231f;--luzmo-color-negative-focus: #b3241f;--luzmo-color-negative-rgb: 202, 34, 28;--luzmo-color-positive: rgb(20, 150, 101);--luzmo-color-positive-hover: rgb(17, 128, 86);--luzmo-color-positive-down: rgb(16, 105, 71);--luzmo-color-positive-focus: rgb(17, 128, 86);--luzmo-color-positive-rgb: 20, 150, 101;--luzmo-color-selected: rgb(110, 110, 110);--luzmo-color-selected-hover: rgb(70, 70, 70);--luzmo-color-selected-down: rgb(40, 40, 40);--luzmo-color-selected-focus: rgb(70, 70, 70);--luzmo-color-selected-hard: #1e1e1e;--luzmo-color-selected-hard-hover: rgb(0, 0, 0);--luzmo-color-selected-hard-down: rgb(0, 0, 0);--luzmo-color-selected-hard-focus: rgb(0, 0, 0);--luzmo-color-informative: #1a77e9;--luzmo-color-informative-rgb: 26, 119, 233;--luzmo-color-disabled: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(c);
295
+ c.setAttribute("data-luzmo-vars", ""), c.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-disabled-color);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-negative-color: #ca221c;--luzmo-negative-color-hover: #b3241f;--luzmo-negative-color-down: #9f231f;--luzmo-negative-color-focus: #b3241f;--luzmo-negative-color-rgb: 202, 34, 28;--luzmo-positive-color: rgb(20, 150, 101);--luzmo-positive-color-hover: rgb(17, 128, 86);--luzmo-positive-color-down: rgb(16, 105, 71);--luzmo-positive-color-focus: rgb(17, 128, 86);--luzmo-positive-color-rgb: 20, 150, 101;--luzmo-selected-color: rgb(110, 110, 110);--luzmo-selected-color-hover: rgb(70, 70, 70);--luzmo-selected-color-down: rgb(40, 40, 40);--luzmo-selected-color-focus: rgb(70, 70, 70);--luzmo-selected-color-hard: #1e1e1e;--luzmo-selected-color-hard-hover: rgb(0, 0, 0);--luzmo-selected-color-hard-down: rgb(0, 0, 0);--luzmo-selected-color-hard-focus: rgb(0, 0, 0);--luzmo-informative-color: #1a77e9;--luzmo-informative-color-rgb: 26, 119, 233;--luzmo-disabled-color: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(c);
296
296
  }
297
297
  };
298
298
  y();
@@ -19,8 +19,8 @@
19
19
  * */
20
20
  import { k as s, h as m, H as c, R as e } from "./property-B2F7x7Cz.js";
21
21
  import { m as d } from "./sized-mixin-BxMraZLS-B_y0PzR3.js";
22
- import "./index-BUSWsm5N.js";
23
- import { u as p } from "./text-field-CvKSS59x-Dn0_1HO7.js";
22
+ import "./index-CTxrSfyd.js";
23
+ import { u as p } from "./text-field-BTnBJoP9-jo797Hka.js";
24
24
  /*! * Lucero - The design system for Luzmo.
25
25
  *
26
26
  * Copyright © 2025 Luzmo
@@ -41,7 +41,7 @@ import { u as p } from "./text-field-CvKSS59x-Dn0_1HO7.js";
41
41
  const z = () => {
42
42
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
43
43
  const r = document.createElement("style");
44
- r.setAttribute("data-luzmo-vars", ""), r.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-color-disabled);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-color-negative: #ca221c;--luzmo-color-negative-hover: #b3241f;--luzmo-color-negative-down: #9f231f;--luzmo-color-negative-focus: #b3241f;--luzmo-color-negative-rgb: 202, 34, 28;--luzmo-color-positive: rgb(20, 150, 101);--luzmo-color-positive-hover: rgb(17, 128, 86);--luzmo-color-positive-down: rgb(16, 105, 71);--luzmo-color-positive-focus: rgb(17, 128, 86);--luzmo-color-positive-rgb: 20, 150, 101;--luzmo-color-selected: rgb(110, 110, 110);--luzmo-color-selected-hover: rgb(70, 70, 70);--luzmo-color-selected-down: rgb(40, 40, 40);--luzmo-color-selected-focus: rgb(70, 70, 70);--luzmo-color-selected-hard: #1e1e1e;--luzmo-color-selected-hard-hover: rgb(0, 0, 0);--luzmo-color-selected-hard-down: rgb(0, 0, 0);--luzmo-color-selected-hard-focus: rgb(0, 0, 0);--luzmo-color-informative: #1a77e9;--luzmo-color-informative-rgb: 26, 119, 233;--luzmo-color-disabled: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(r);
44
+ r.setAttribute("data-luzmo-vars", ""), r.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-disabled-color);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-negative-color: #ca221c;--luzmo-negative-color-hover: #b3241f;--luzmo-negative-color-down: #9f231f;--luzmo-negative-color-focus: #b3241f;--luzmo-negative-color-rgb: 202, 34, 28;--luzmo-positive-color: rgb(20, 150, 101);--luzmo-positive-color-hover: rgb(17, 128, 86);--luzmo-positive-color-down: rgb(16, 105, 71);--luzmo-positive-color-focus: rgb(17, 128, 86);--luzmo-positive-color-rgb: 20, 150, 101;--luzmo-selected-color: rgb(110, 110, 110);--luzmo-selected-color-hover: rgb(70, 70, 70);--luzmo-selected-color-down: rgb(40, 40, 40);--luzmo-selected-color-focus: rgb(70, 70, 70);--luzmo-selected-color-hard: #1e1e1e;--luzmo-selected-color-hard-hover: rgb(0, 0, 0);--luzmo-selected-color-hard-down: rgb(0, 0, 0);--luzmo-selected-color-hard-focus: rgb(0, 0, 0);--luzmo-informative-color: #1a77e9;--luzmo-informative-color-rgb: 26, 119, 233;--luzmo-disabled-color: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(r);
45
45
  }
46
46
  };
47
47
  z();
@@ -17,4 +17,4 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./display-settings/index.cjs"),t=require("./display-settings-binning/index.cjs"),i=require("./display-settings-datetime/index.cjs"),o=require("./display-settings-grand-totals/index.cjs"),n=require("./display-settings-numeric/index.cjs"),r=require("./display-settings-period-over-period/index.cjs"),u=require("./draggable-data-item/index.cjs"),d=require("./draggable-data-item-level/index.cjs"),m=require("./droppable-slot/index.cjs"),s=require("./edit-item/index.cjs"),l=require("./index-eEpFkbP8.cjs"),a=require("./edit-option-action-button-group/index.cjs"),p=require("./edit-option-color-picker/index.cjs"),c=require("./edit-option-multi-language-field/index.cjs"),L=require("./edit-option-number-field/index.cjs"),z=require("./edit-option-picker/index.cjs"),O=require("./edit-option-position-picker/index.cjs"),g=require("./edit-option-positions-number-field/index.cjs"),S=require("./edit-option-radio-button-group/index.cjs"),b=require("./edit-option-slider/index.cjs"),P=require("./edit-option-switch/index.cjs"),q=require("./edit-option-text-field/index.cjs"),x=require("./slot-menu/index.cjs"),y=require("./slot-menu-list/index.cjs"),D=require("./decompose-numeric-format-B3rVVHpO.cjs"),E=require("./formatter-DiJYkB6b.cjs"),_=require("./localize-r7ALOUy_.cjs"),F=require("./utils.cjs");exports.LuzmoDisplaySettings=e.LuzmoDisplaySettings;Object.defineProperty(exports,"LuzmoDisplaySettingsBinning",{enumerable:!0,get:()=>t.LuzmoDisplaySettingsBinning});Object.defineProperty(exports,"LuzmoDisplaySettingsDatetime",{enumerable:!0,get:()=>i.LuzmoDisplaySettingsDatetime});Object.defineProperty(exports,"LuzmoDisplaySettingsGrandTotals",{enumerable:!0,get:()=>o.LuzmoDisplaySettingsGrandTotals});Object.defineProperty(exports,"LuzmoDisplaySettingsNumeric",{enumerable:!0,get:()=>n.LuzmoDisplaySettingsNumeric});Object.defineProperty(exports,"LuzmoDisplaySettingsPeriodOverPeriod",{enumerable:!0,get:()=>r.LuzmoDisplaySettingsPeriodOverPeriod});Object.defineProperty(exports,"LuzmoDraggableDataItem",{enumerable:!0,get:()=>u.LuzmoDraggableDataItem});exports.LuzmoDraggableDataItemLevel=d.LuzmoDraggableDataItemLevel;Object.defineProperty(exports,"LuzmoDroppableSlot",{enumerable:!0,get:()=>m.LuzmoDroppableSlot});exports.LuzmoEditItem=s.LuzmoEditItem;exports.LuzmoEditOption=l.LuzmoEditOption;exports.LuzmoEditOptionActionButtonGroup=a.LuzmoEditOptionActionButtonGroup;exports.LuzmoEditOptionColorPicker=p.LuzmoEditOptionColorPicker;exports.LuzmoEditOptionMultiLangField=c.LuzmoEditOptionMultiLangField;exports.LuzmoEditOptionNumberField=L.LuzmoEditOptionNumberField;exports.LuzmoEditOptionPicker=z.LuzmoEditOptionPicker;exports.LuzmoEditOptionPositionPicker=O.LuzmoEditOptionPositionPicker;exports.LuzmoEditOptionPositionsNumberField=g.LuzmoEditOptionPositionsNumberField;exports.LuzmoEditOptionRadioButtonGroup=S.LuzmoEditOptionRadioButtonGroup;exports.LuzmoEditOptionSlider=b.LuzmoEditOptionSlider;exports.LuzmoEditOptionSwitch=P.LuzmoEditOptionSwitch;exports.LuzmoEditOptionTextField=q.LuzmoEditOptionTextField;exports.LuzmoSlotMenu=x.LuzmoSlotMenu;exports.LuzmoSlotMenuList=y.LuzmoSlotMenuList;exports.decomposeNumericFormat=D.decomposeNumericFormat;exports.formatter=E.formatter;exports.localize=_.localize;exports.switchItem=F.switchItem;
20
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("./display-settings/index.cjs"),a=require("./display-settings-binning/index.cjs"),r=require("./display-settings-datetime/index.cjs"),l=require("./display-settings-grand-totals/index.cjs"),i=require("./display-settings-numeric/index.cjs"),o=require("./display-settings-period-over-period/index.cjs"),p=require("./draggable-data-item/index.cjs"),u=require("./draggable-data-item-level/index.cjs"),n=require("./droppable-slot/index.cjs"),c=require("./edit-item/index.cjs"),m=require("./index-eEpFkbP8.cjs"),b=require("./edit-option-action-button-group/index.cjs"),s=require("./edit-option-color-picker/index.cjs"),d=require("./edit-option-multi-language-field/index.cjs"),h=require("./edit-option-number-field/index.cjs"),g=require("./edit-option-picker/index.cjs"),y=require("./edit-option-position-picker/index.cjs"),C=require("./edit-option-positions-number-field/index.cjs"),S=require("./edit-option-radio-button-group/index.cjs"),L=require("./edit-option-slider/index.cjs"),k=require("./edit-option-switch/index.cjs"),z=require("./edit-option-text-field/index.cjs"),P=require("./slot-menu/index.cjs"),O=require("./slot-menu-list/index.cjs"),f=require("./decompose-numeric-format-B3rVVHpO.cjs"),x=require("./formatter-DiJYkB6b.cjs"),D=require("./localize-r7ALOUy_.cjs"),e=require("./utils.cjs"),F=[{key:"general",label:"General"},{key:"filters",label:"Filters"},{key:"bar-column",label:"Bar & Column Charts"},{key:"line",label:"Line Charts"},{key:"scatter-bubble",label:"Scatter & Bubble Plots"},{key:"area",label:"Area Charts"},{key:"pie-donut",label:"Pie & Donut"},{key:"gauges",label:"Gauges"},{key:"map",label:"Map Charts"},{key:"hierarchical",label:"Hierarchical Charts"},{key:"special",label:"Special Charts"},{key:"financial",label:"Financial Charts"}],q=[{type:"area-chart",label:"Area Chart"},{type:"bar-chart",label:"Bar Chart"},{type:"box-plot",label:"Box Plot"},{type:"bubble-chart",label:"Bubble Chart"},{type:"bullet-chart",label:"Bullet Chart"},{type:"choropleth-map",label:"Choropleth Map"},{type:"circle-pack-chart",label:"Circle Pack Chart"},{type:"circular-gauge",label:"Circular Gauge"},{type:"column-chart",label:"Column Chart"},{type:"combination-chart",label:"Combination Chart"},{type:"conditional-number",label:"Conditional Number"},{type:"date-filter",label:"Date Filter"},{type:"donut-chart",label:"Donut Chart"},{type:"dropdown-filter",label:"Dropdown Filter"},{type:"evolution-number",label:"Evolution Number"},{type:"funnel-chart",label:"Funnel Chart"},{type:"heat-map",label:"Heat Map"},{type:"heat-table",label:"Heat Table"},{type:"hexbin-map",label:"Hexbin Map"},{type:"image",label:"Image"},{type:"line-chart",label:"Line Chart"},{type:"marker-map",label:"Marker Map"},{type:"ohlc-chart",label:"OHLC Chart"},{type:"parallel-coordinates-plot",label:"Parallel Coordinates Plot"},{type:"pivot-table",label:"Pivot Table"},{type:"pyramid-chart",label:"Pyramid Chart"},{type:"radar-chart",label:"Radar Chart"},{type:"regular-table",label:"Regular Table"},{type:"route-map",label:"Route Map"},{type:"sankey-diagram",label:"Sankey Diagram"},{type:"scatter-plot",label:"Scatter Plot"},{type:"search-filter",label:"Search Filter"},{type:"slicer-filter",label:"Slicer Filter"},{type:"slider-filter",label:"Slider Filter"},{type:"speedometer-chart",label:"Speedometer Chart"},{type:"spike-map",label:"Spike Map"},{type:"strip-plot",label:"Strip Plot"},{type:"sunburst-chart",label:"Sunburst Chart"},{type:"symbol-map",label:"Symbol Map"},{type:"text",label:"Text"},{type:"treemap-chart",label:"Treemap Chart"},{type:"video",label:"Video"},{type:"wordcloud-chart",label:"Wordcloud Chart"}],v=[{item:"text",type:"text",label:"Text",group:"general"},{item:"image",type:"image",label:"Image",group:"general"},{item:"evolution-number",type:"evolution-number",label:"Number with evolution",group:"general"},{item:"video",type:"video",label:"Video",group:"general"},{item:"regular-table",type:"regular-table",label:"Regular Table",group:"general"},{item:"pivot-table",type:"pivot-table",label:"Pivot Table",group:"general"},{item:"spacer",type:"spacer",label:"Spacer",group:"general"},{item:"date-filter",type:"date-filter",label:"Date Filter",group:"filters"},{item:"slider-filter",type:"slider-filter",label:"Slider Filter",group:"filters"},{item:"search-filter",type:"search-filter",label:"Search Filter",group:"filters"},{item:"dropdown-filter",type:"dropdown-filter",label:"Dropdown Filter",group:"filters"},{item:"slicer-filter-vertical",type:"slicer",label:"Slicer Filter",group:"filters",options:{layout:{alignment:"vertical"}}},{item:"slicer-filter-horizontal",type:"slicer",label:"Slicer Filter Horizontal",group:"filters",options:{layout:{alignment:"horizontal"}}},{item:"slicer-filter-table",type:"slicer",label:"Slicer Filter Table",group:"filters",options:{layout:{alignment:"table"}}},{item:"rank-slicer-filter",type:"slicer",label:"Rank Slicer Filter",group:"filters",options:{layout:{alignment:"rank-vertical"}}},{item:"bar-chart",type:"bar-chart",label:"Bar Chart",group:"bar-column"},{item:"grouped-bar-chart",type:"bar-chart",label:"Grouped Bar Chart",group:"bar-column",options:{mode:"grouped"}},{item:"stacked-bar-chart",type:"bar-chart",label:"Stacked Bar Chart",group:"bar-column",options:{mode:"stacked"}},{item:"column-chart",type:"column-chart",label:"Column Chart",group:"bar-column"},{item:"grouped-column-chart",type:"column-chart",label:"Grouped Column Chart",group:"bar-column",options:{mode:"grouped"}},{item:"stacked-column-chart",type:"column-chart",label:"Stacked Column Chart",group:"bar-column",options:{mode:"stacked"}},{item:"line-chart",type:"line-chart",label:"Line Chart",group:"line"},{item:"grouped-line-chart",type:"line-chart",label:"Grouped Line Chart",group:"line",options:{mode:"grouped"}},{item:"scatter-plot",type:"scatter-plot",label:"Scatter Plot",group:"scatter-bubble"},{item:"scatter-group",type:"scatter-plot",label:"Scatter Group",group:"scatter-bubble"},{item:"bubble-plot",type:"scatter-plot",label:"Bubble Plot",group:"scatter-bubble"},{item:"colored-bubble-plot",type:"scatter-plot",label:"Colored Bubble Plot",group:"scatter-bubble"},{item:"area-chart",type:"area-chart",label:"Area Chart",group:"area"},{item:"stacked-area-chart",type:"area-chart",label:"Stacked Area Chart",group:"area",options:{mode:"stacked"}},{item:"100-area-chart",type:"area-chart",label:"100% Stacked Area Chart",group:"area",options:{mode:"100%"}},{item:"streamgraph",type:"area-chart",label:"Streamgraph",group:"area"},{item:"pie-chart",type:"donut-chart",label:"Pie Chart",group:"pie-donut"},{item:"donut-chart",type:"donut-chart",label:"Donut Chart",group:"pie-donut"},{item:"semi-pie-chart",type:"donut-chart",label:"Semi Pie Chart",group:"pie-donut"},{item:"semi-donut-chart",type:"donut-chart",label:"Semi Donut Chart",group:"pie-donut"},{item:"bullet-chart",type:"bullet-chart",label:"Bullet Chart",group:"gauges"},{item:"circular-gauge",type:"circular-gauge",label:"Circular Gauge",group:"gauges"},{item:"conditional-number",type:"conditional-number",label:"Conditional Number",group:"gauges"},{item:"speedometer-chart",type:"speedometer-chart",label:"Speedometer",group:"gauges"},{item:"choropleth-map",type:"choropleth-map",label:"Choropleth Map",group:"map"},{item:"symbol-map",type:"symbol-map",label:"Symbol Map",group:"map"},{item:"marker-map",type:"marker-map",label:"Marker Map",group:"map"},{item:"hexbin-map",type:"hexbin-map",label:"Hexbin Map",group:"map"},{item:"heat-map",type:"heat-map",label:"Heat Map",group:"map"},{item:"route-map",type:"route-map",label:"Route Map",group:"map"},{item:"spike-map",type:"spike-map",label:"Spike Map",group:"map"},{item:"treemap-chart",type:"treemap-chart",label:"Treemap Chart",group:"hierarchical"},{item:"sunburst-chart",type:"sunburst-chart",label:"Sunburst Chart",group:"hierarchical"},{item:"circle-pack-chart",type:"circle-pack-chart",label:"Circle Pack Chart",group:"hierarchical"},{item:"combination-chart",type:"combination-chart",label:"Combination Chart",group:"special"},{item:"parallel-coordinates-plot",type:"parallel-coordinates-plot",label:"Parallel Coordinates Plot",group:"special"},{item:"bubble-chart",type:"bubble-chart",label:"Bubble Chart",group:"special"},{item:"strip-plot",type:"strip-plot",label:"Strip Plot",group:"special"},{item:"radar-chart",type:"radar-chart",label:"Radar Chart",group:"special"},{item:"pyramid-chart",type:"pyramid-chart",label:"Pyramid Chart",group:"special"},{item:"funnel-chart",type:"funnel-chart",label:"Funnel Chart",group:"special"},{item:"alluvial-diagram",type:"alluvial-diagram",label:"Alluvial Diagram",group:"special"},{item:"sankey-diagram",type:"sankey-diagram",label:"Sankey Diagram",group:"special"},{item:"venn-diagram",type:"venn-diagram",label:"Venn Diagram",group:"special"},{item:"box-plot",type:"box-plot",label:"Box Plot",group:"special"},{item:"heat-table",type:"heat-table",label:"Heat Table",group:"special"},{item:"wordcloud-chart",type:"wordcloud-chart",label:"Wordcloud Chart",group:"special"},{item:"ohlc-chart",type:"ohlc-chart",label:"OHLC Chart",group:"financial"},{item:"candlestick-chart",type:"ohlc-chart",label:"Candlestick Chart",group:"financial"}];exports.LuzmoDisplaySettings=t.LuzmoDisplaySettings;Object.defineProperty(exports,"LuzmoDisplaySettingsBinning",{enumerable:!0,get:()=>a.LuzmoDisplaySettingsBinning});Object.defineProperty(exports,"LuzmoDisplaySettingsDatetime",{enumerable:!0,get:()=>r.LuzmoDisplaySettingsDatetime});Object.defineProperty(exports,"LuzmoDisplaySettingsGrandTotals",{enumerable:!0,get:()=>l.LuzmoDisplaySettingsGrandTotals});Object.defineProperty(exports,"LuzmoDisplaySettingsNumeric",{enumerable:!0,get:()=>i.LuzmoDisplaySettingsNumeric});Object.defineProperty(exports,"LuzmoDisplaySettingsPeriodOverPeriod",{enumerable:!0,get:()=>o.LuzmoDisplaySettingsPeriodOverPeriod});Object.defineProperty(exports,"LuzmoDraggableDataItem",{enumerable:!0,get:()=>p.LuzmoDraggableDataItem});exports.LuzmoDraggableDataItemLevel=u.LuzmoDraggableDataItemLevel;Object.defineProperty(exports,"LuzmoDroppableSlot",{enumerable:!0,get:()=>n.LuzmoDroppableSlot});exports.LuzmoEditItem=c.LuzmoEditItem;exports.LuzmoEditOption=m.LuzmoEditOption;exports.LuzmoEditOptionActionButtonGroup=b.LuzmoEditOptionActionButtonGroup;exports.LuzmoEditOptionColorPicker=s.LuzmoEditOptionColorPicker;exports.LuzmoEditOptionMultiLangField=d.LuzmoEditOptionMultiLangField;exports.LuzmoEditOptionNumberField=h.LuzmoEditOptionNumberField;exports.LuzmoEditOptionPicker=g.LuzmoEditOptionPicker;exports.LuzmoEditOptionPositionPicker=y.LuzmoEditOptionPositionPicker;exports.LuzmoEditOptionPositionsNumberField=C.LuzmoEditOptionPositionsNumberField;exports.LuzmoEditOptionRadioButtonGroup=S.LuzmoEditOptionRadioButtonGroup;exports.LuzmoEditOptionSlider=L.LuzmoEditOptionSlider;exports.LuzmoEditOptionSwitch=k.LuzmoEditOptionSwitch;exports.LuzmoEditOptionTextField=z.LuzmoEditOptionTextField;exports.LuzmoSlotMenu=P.LuzmoSlotMenu;exports.LuzmoSlotMenuList=O.LuzmoSlotMenuList;exports.decomposeNumericFormat=f.decomposeNumericFormat;exports.formatter=x.formatter;exports.localize=D.localize;exports.switchItem=e.switchItem;exports.themes=e.themes;exports.itemGroups=F;exports.itemList=v;exports.itemTypes=q;
@@ -17,68 +17,471 @@
17
17
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
18
  * SOFTWARE.
19
19
  * */
20
- import { LuzmoDisplaySettings as m } from "./display-settings/index.js";
20
+ import { LuzmoDisplaySettings as p } from "./display-settings/index.js";
21
21
  import { LuzmoDisplaySettingsBinning as u } from "./display-settings-binning/index.js";
22
- import { LuzmoDisplaySettingsDatetime as z } from "./display-settings-datetime/index.js";
23
- import { LuzmoDisplaySettingsGrandTotals as n } from "./display-settings-grand-totals/index.js";
24
- import { LuzmoDisplaySettingsNumeric as d } from "./display-settings-numeric/index.js";
25
- import { LuzmoDisplaySettingsPeriodOverPeriod as s } from "./display-settings-period-over-period/index.js";
26
- import { LuzmoDraggableDataItem as g } from "./draggable-data-item/index.js";
27
- import { LuzmoDraggableDataItemLevel as x } from "./draggable-data-item-level/index.js";
22
+ import { LuzmoDisplaySettingsDatetime as b } from "./display-settings-datetime/index.js";
23
+ import { LuzmoDisplaySettingsGrandTotals as s } from "./display-settings-grand-totals/index.js";
24
+ import { LuzmoDisplaySettingsNumeric as h } from "./display-settings-numeric/index.js";
25
+ import { LuzmoDisplaySettingsPeriodOverPeriod as y } from "./display-settings-period-over-period/index.js";
26
+ import { LuzmoDraggableDataItem as f } from "./draggable-data-item/index.js";
27
+ import { LuzmoDraggableDataItemLevel as C } from "./draggable-data-item-level/index.js";
28
28
  import { LuzmoDroppableSlot as v } from "./droppable-slot/index.js";
29
29
  import { LuzmoEditItem as L } from "./edit-item/index.js";
30
- import { L as S } from "./index-Dn7LyFPv.js";
31
- import { LuzmoEditOptionActionButtonGroup as E } from "./edit-option-action-button-group/index.js";
32
- import { LuzmoEditOptionColorPicker as D } from "./edit-option-color-picker/index.js";
33
- import { LuzmoEditOptionMultiLangField as F } from "./edit-option-multi-language-field/index.js";
34
- import { LuzmoEditOptionNumberField as I } from "./edit-option-number-field/index.js";
35
- import { LuzmoEditOptionPicker as B } from "./edit-option-picker/index.js";
36
- import { LuzmoEditOptionPositionPicker as M } from "./edit-option-position-picker/index.js";
37
- import { LuzmoEditOptionPositionsNumberField as H } from "./edit-option-positions-number-field/index.js";
38
- import { LuzmoEditOptionRadioButtonGroup as T } from "./edit-option-radio-button-group/index.js";
39
- import { LuzmoEditOptionSlider as q } from "./edit-option-slider/index.js";
40
- import { LuzmoEditOptionSwitch as j } from "./edit-option-switch/index.js";
41
- import { LuzmoEditOptionTextField as K } from "./edit-option-text-field/index.js";
42
- import { LuzmoSlotMenu as W } from "./slot-menu/index.js";
43
- import { LuzmoSlotMenuList as Y } from "./slot-menu-list/index.js";
44
- import { d as _ } from "./decompose-numeric-format-BuZcjH2k.js";
45
- import { f as oo } from "./formatter-CQDms6fU.js";
46
- import { l as lo } from "./localize-BX7q0S0M.js";
47
- import { switchItem as mo } from "./utils.js";
48
- const r = () => {
30
+ import { L as w } from "./index-Dn7LyFPv.js";
31
+ import { LuzmoEditOptionActionButtonGroup as F } from "./edit-option-action-button-group/index.js";
32
+ import { LuzmoEditOptionColorPicker as B } from "./edit-option-color-picker/index.js";
33
+ import { LuzmoEditOptionMultiLangField as O } from "./edit-option-multi-language-field/index.js";
34
+ import { LuzmoEditOptionNumberField as G } from "./edit-option-number-field/index.js";
35
+ import { LuzmoEditOptionPicker as A } from "./edit-option-picker/index.js";
36
+ import { LuzmoEditOptionPositionPicker as R } from "./edit-option-position-picker/index.js";
37
+ import { LuzmoEditOptionPositionsNumberField as V } from "./edit-option-positions-number-field/index.js";
38
+ import { LuzmoEditOptionRadioButtonGroup as W } from "./edit-option-radio-button-group/index.js";
39
+ import { LuzmoEditOptionSlider as j } from "./edit-option-slider/index.js";
40
+ import { LuzmoEditOptionSwitch as K } from "./edit-option-switch/index.js";
41
+ import { LuzmoEditOptionTextField as X } from "./edit-option-text-field/index.js";
42
+ import { LuzmoSlotMenu as Z } from "./slot-menu/index.js";
43
+ import { LuzmoSlotMenuList as $ } from "./slot-menu-list/index.js";
44
+ import { d as le } from "./decompose-numeric-format-BuZcjH2k.js";
45
+ import { f as re } from "./formatter-CQDms6fU.js";
46
+ import { l as ae } from "./localize-BX7q0S0M.js";
47
+ import { switchItem as pe, themes as me } from "./utils.js";
48
+ const l = () => {
49
49
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
50
- const o = document.createElement("style");
51
- o.setAttribute("data-luzmo-vars", ""), o.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-color-disabled);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-color-negative: #ca221c;--luzmo-color-negative-hover: #b3241f;--luzmo-color-negative-down: #9f231f;--luzmo-color-negative-focus: #b3241f;--luzmo-color-negative-rgb: 202, 34, 28;--luzmo-color-positive: rgb(20, 150, 101);--luzmo-color-positive-hover: rgb(17, 128, 86);--luzmo-color-positive-down: rgb(16, 105, 71);--luzmo-color-positive-focus: rgb(17, 128, 86);--luzmo-color-positive-rgb: 20, 150, 101;--luzmo-color-selected: rgb(110, 110, 110);--luzmo-color-selected-hover: rgb(70, 70, 70);--luzmo-color-selected-down: rgb(40, 40, 40);--luzmo-color-selected-focus: rgb(70, 70, 70);--luzmo-color-selected-hard: #1e1e1e;--luzmo-color-selected-hard-hover: rgb(0, 0, 0);--luzmo-color-selected-hard-down: rgb(0, 0, 0);--luzmo-color-selected-hard-focus: rgb(0, 0, 0);--luzmo-color-informative: #1a77e9;--luzmo-color-informative-rgb: 26, 119, 233;--luzmo-color-disabled: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(o);
50
+ const e = document.createElement("style");
51
+ e.setAttribute("data-luzmo-vars", ""), e.textContent = 'html{--luzmo-animation-duration: 0.15s;--luzmo-border-color: rgba(var(--luzmo-border-color-rgb), 0.1);--luzmo-border-color-hover: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-down: rgba(var(--luzmo-border-color-rgb), 0.3);--luzmo-border-color-focus: rgba(var(--luzmo-border-color-rgb), 0.15);--luzmo-border-color-rgb: 0, 0, 0;--luzmo-border-color-full: rgb(180, 180, 180);--luzmo-border-color-full-hover: rgb(140, 140, 140);--luzmo-border-color-full-down: rgb(110, 110, 110);--luzmo-border-color-full-focus: rgb(140, 140, 140);--luzmo-border-color-disabled: #dddddd;--luzmo-border-radius: 6px;--luzmo-border-radius-s: 4px;--luzmo-border-radius-l: 8px;--luzmo-border-radius-xl: 12px;--luzmo-border-radius-full: 999rem;--luzmo-background-color: #ffffff;--luzmo-background-color-rgb: 255, 255, 255;--luzmo-background-color-disabled: #eeeeee;--luzmo-background-color-hover: #f0f0fc;--luzmo-background-color-down: #f1f1ff;--luzmo-background-color-focus: #f0f0fc;--luzmo-background-color-highlight: rgb(240, 240, 240);--luzmo-background-color-highlight-disabled: rgb(245, 245, 245);--luzmo-background-color-highlight-hover: rgb(225, 225, 225);--luzmo-background-color-highlight-down: rgb(215, 215, 215);--luzmo-background-color-highlight-focus: rgb(225, 225, 225);--luzmo-border-width: 1px;--luzmo-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;--luzmo-font-size-xs: 10px;--luzmo-font-size-s: 12px;--luzmo-font-size-m: 14px;--luzmo-font-size: 14px;--luzmo-font-size-l: 16px;--luzmo-font-size-xl: 18px;--luzmo-font-size-xxl: 20px;--luzmo-font-style: normal;--luzmo-line-height: normal;--luzmo-font-weight: 400;--luzmo-font-weight-semibold: 500;--luzmo-font-weight-bold: 600;--luzmo-font-color: #333;--luzmo-font-color-hard: #000;--luzmo-font-color-disabled: var(--luzmo-color-disabled);--luzmo-font-color-extra-dimmed: #888;--luzmo-font-color-hover: #333;--luzmo-font-color-down: #111;--luzmo-font-color-focus: #333;--luzmo-primary: #4434ff;--luzmo-primary-hover: #4234e4;--luzmo-primary-down: #392cc7;--luzmo-primary-focus: #4234e4;--luzmo-primary-inverse-color: #ffffff;--luzmo-primary-rgb: 68, 52, 255;--luzmo-secondary: #ff00ff;--luzmo-secondary-hover: #e309e3;--luzmo-secondary-down: #c711c7;--luzmo-secondary-focus: #e309e3;--luzmo-secondary-inverse-color: #ffffff;--luzmo-secondary-rgb: 255, 0, 255;--luzmo-color-negative: #ca221c;--luzmo-color-negative-hover: #b3241f;--luzmo-color-negative-down: #9f231f;--luzmo-color-negative-focus: #b3241f;--luzmo-color-negative-rgb: 202, 34, 28;--luzmo-color-positive: rgb(20, 150, 101);--luzmo-color-positive-hover: rgb(17, 128, 86);--luzmo-color-positive-down: rgb(16, 105, 71);--luzmo-color-positive-focus: rgb(17, 128, 86);--luzmo-color-positive-rgb: 20, 150, 101;--luzmo-color-selected: rgb(110, 110, 110);--luzmo-color-selected-hover: rgb(70, 70, 70);--luzmo-color-selected-down: rgb(40, 40, 40);--luzmo-color-selected-focus: rgb(70, 70, 70);--luzmo-color-selected-hard: #1e1e1e;--luzmo-color-selected-hard-hover: rgb(0, 0, 0);--luzmo-color-selected-hard-down: rgb(0, 0, 0);--luzmo-color-selected-hard-focus: rgb(0, 0, 0);--luzmo-color-informative: #1a77e9;--luzmo-color-informative-rgb: 26, 119, 233;--luzmo-color-disabled: #aaaaaa;--luzmo-spacing-1: 2px;--luzmo-spacing-2: 4px;--luzmo-spacing-3: 8px;--luzmo-spacing-4: 12px;--luzmo-spacing-5: 16px;--luzmo-indicator-gap: 2px;--luzmo-indicator-width: 1px;--luzmo-indicator-color: var(--luzmo-primary);--luzmo-component-height-xxs: 20px;--luzmo-component-height-xs: 24px;--luzmo-component-height-s: 28px;--luzmo-component-height: 32px;--luzmo-component-height-l: 40px;--luzmo-component-height-xl: 48px;--luzmo-component-height-xxl: 64px;--luzmo-icon-size-xxs: 12px;--luzmo-icon-size-xs: 14px;--luzmo-icon-size-s: 16px;--luzmo-icon-size-m: 18px;--luzmo-icon-size-l: 20px;--luzmo-icon-size-xl: 22px;--luzmo-icon-size-xxl: 32px}', document.head.appendChild(e);
52
52
  }
53
53
  };
54
- r();
54
+ l();
55
+ const o = [
56
+ { key: "general", label: "General" },
57
+ { key: "filters", label: "Filters" },
58
+ { key: "bar-column", label: "Bar & Column Charts" },
59
+ { key: "line", label: "Line Charts" },
60
+ { key: "scatter-bubble", label: "Scatter & Bubble Plots" },
61
+ { key: "area", label: "Area Charts" },
62
+ { key: "pie-donut", label: "Pie & Donut" },
63
+ { key: "gauges", label: "Gauges" },
64
+ { key: "map", label: "Map Charts" },
65
+ { key: "hierarchical", label: "Hierarchical Charts" },
66
+ { key: "special", label: "Special Charts" },
67
+ { key: "financial", label: "Financial Charts" }
68
+ ], r = [
69
+ { type: "area-chart", label: "Area Chart" },
70
+ { type: "bar-chart", label: "Bar Chart" },
71
+ { type: "box-plot", label: "Box Plot" },
72
+ { type: "bubble-chart", label: "Bubble Chart" },
73
+ { type: "bullet-chart", label: "Bullet Chart" },
74
+ { type: "choropleth-map", label: "Choropleth Map" },
75
+ { type: "circle-pack-chart", label: "Circle Pack Chart" },
76
+ { type: "circular-gauge", label: "Circular Gauge" },
77
+ { type: "column-chart", label: "Column Chart" },
78
+ { type: "combination-chart", label: "Combination Chart" },
79
+ { type: "conditional-number", label: "Conditional Number" },
80
+ { type: "date-filter", label: "Date Filter" },
81
+ { type: "donut-chart", label: "Donut Chart" },
82
+ { type: "dropdown-filter", label: "Dropdown Filter" },
83
+ { type: "evolution-number", label: "Evolution Number" },
84
+ { type: "funnel-chart", label: "Funnel Chart" },
85
+ { type: "heat-map", label: "Heat Map" },
86
+ { type: "heat-table", label: "Heat Table" },
87
+ { type: "hexbin-map", label: "Hexbin Map" },
88
+ { type: "image", label: "Image" },
89
+ { type: "line-chart", label: "Line Chart" },
90
+ { type: "marker-map", label: "Marker Map" },
91
+ { type: "ohlc-chart", label: "OHLC Chart" },
92
+ { type: "parallel-coordinates-plot", label: "Parallel Coordinates Plot" },
93
+ { type: "pivot-table", label: "Pivot Table" },
94
+ { type: "pyramid-chart", label: "Pyramid Chart" },
95
+ { type: "radar-chart", label: "Radar Chart" },
96
+ { type: "regular-table", label: "Regular Table" },
97
+ { type: "route-map", label: "Route Map" },
98
+ { type: "sankey-diagram", label: "Sankey Diagram" },
99
+ { type: "scatter-plot", label: "Scatter Plot" },
100
+ { type: "search-filter", label: "Search Filter" },
101
+ { type: "slicer-filter", label: "Slicer Filter" },
102
+ { type: "slider-filter", label: "Slider Filter" },
103
+ { type: "speedometer-chart", label: "Speedometer Chart" },
104
+ { type: "spike-map", label: "Spike Map" },
105
+ { type: "strip-plot", label: "Strip Plot" },
106
+ { type: "sunburst-chart", label: "Sunburst Chart" },
107
+ { type: "symbol-map", label: "Symbol Map" },
108
+ { type: "text", label: "Text" },
109
+ { type: "treemap-chart", label: "Treemap Chart" },
110
+ { type: "video", label: "Video" },
111
+ { type: "wordcloud-chart", label: "Wordcloud Chart" }
112
+ ], t = [
113
+ { item: "text", type: "text", label: "Text", group: "general" },
114
+ { item: "image", type: "image", label: "Image", group: "general" },
115
+ {
116
+ item: "evolution-number",
117
+ type: "evolution-number",
118
+ label: "Number with evolution",
119
+ group: "general"
120
+ },
121
+ { item: "video", type: "video", label: "Video", group: "general" },
122
+ {
123
+ item: "regular-table",
124
+ type: "regular-table",
125
+ label: "Regular Table",
126
+ group: "general"
127
+ },
128
+ {
129
+ item: "pivot-table",
130
+ type: "pivot-table",
131
+ label: "Pivot Table",
132
+ group: "general"
133
+ },
134
+ { item: "spacer", type: "spacer", label: "Spacer", group: "general" },
135
+ {
136
+ item: "date-filter",
137
+ type: "date-filter",
138
+ label: "Date Filter",
139
+ group: "filters"
140
+ },
141
+ {
142
+ item: "slider-filter",
143
+ type: "slider-filter",
144
+ label: "Slider Filter",
145
+ group: "filters"
146
+ },
147
+ {
148
+ item: "search-filter",
149
+ type: "search-filter",
150
+ label: "Search Filter",
151
+ group: "filters"
152
+ },
153
+ {
154
+ item: "dropdown-filter",
155
+ type: "dropdown-filter",
156
+ label: "Dropdown Filter",
157
+ group: "filters"
158
+ },
159
+ {
160
+ item: "slicer-filter-vertical",
161
+ type: "slicer",
162
+ label: "Slicer Filter",
163
+ group: "filters",
164
+ options: { layout: { alignment: "vertical" } }
165
+ },
166
+ {
167
+ item: "slicer-filter-horizontal",
168
+ type: "slicer",
169
+ label: "Slicer Filter Horizontal",
170
+ group: "filters",
171
+ options: { layout: { alignment: "horizontal" } }
172
+ },
173
+ {
174
+ item: "slicer-filter-table",
175
+ type: "slicer",
176
+ label: "Slicer Filter Table",
177
+ group: "filters",
178
+ options: { layout: { alignment: "table" } }
179
+ },
180
+ {
181
+ item: "rank-slicer-filter",
182
+ type: "slicer",
183
+ label: "Rank Slicer Filter",
184
+ group: "filters",
185
+ options: { layout: { alignment: "rank-vertical" } }
186
+ },
187
+ {
188
+ item: "bar-chart",
189
+ type: "bar-chart",
190
+ label: "Bar Chart",
191
+ group: "bar-column"
192
+ },
193
+ {
194
+ item: "grouped-bar-chart",
195
+ type: "bar-chart",
196
+ label: "Grouped Bar Chart",
197
+ group: "bar-column",
198
+ options: { mode: "grouped" }
199
+ },
200
+ {
201
+ item: "stacked-bar-chart",
202
+ type: "bar-chart",
203
+ label: "Stacked Bar Chart",
204
+ group: "bar-column",
205
+ options: { mode: "stacked" }
206
+ },
207
+ {
208
+ item: "column-chart",
209
+ type: "column-chart",
210
+ label: "Column Chart",
211
+ group: "bar-column"
212
+ },
213
+ {
214
+ item: "grouped-column-chart",
215
+ type: "column-chart",
216
+ label: "Grouped Column Chart",
217
+ group: "bar-column",
218
+ options: { mode: "grouped" }
219
+ },
220
+ {
221
+ item: "stacked-column-chart",
222
+ type: "column-chart",
223
+ label: "Stacked Column Chart",
224
+ group: "bar-column",
225
+ options: { mode: "stacked" }
226
+ },
227
+ {
228
+ item: "line-chart",
229
+ type: "line-chart",
230
+ label: "Line Chart",
231
+ group: "line"
232
+ },
233
+ {
234
+ item: "grouped-line-chart",
235
+ type: "line-chart",
236
+ label: "Grouped Line Chart",
237
+ group: "line",
238
+ options: { mode: "grouped" }
239
+ },
240
+ {
241
+ item: "scatter-plot",
242
+ type: "scatter-plot",
243
+ label: "Scatter Plot",
244
+ group: "scatter-bubble"
245
+ },
246
+ {
247
+ item: "scatter-group",
248
+ type: "scatter-plot",
249
+ label: "Scatter Group",
250
+ group: "scatter-bubble"
251
+ },
252
+ {
253
+ item: "bubble-plot",
254
+ type: "scatter-plot",
255
+ label: "Bubble Plot",
256
+ group: "scatter-bubble"
257
+ },
258
+ {
259
+ item: "colored-bubble-plot",
260
+ type: "scatter-plot",
261
+ label: "Colored Bubble Plot",
262
+ group: "scatter-bubble"
263
+ },
264
+ {
265
+ item: "area-chart",
266
+ type: "area-chart",
267
+ label: "Area Chart",
268
+ group: "area"
269
+ },
270
+ {
271
+ item: "stacked-area-chart",
272
+ type: "area-chart",
273
+ label: "Stacked Area Chart",
274
+ group: "area",
275
+ options: { mode: "stacked" }
276
+ },
277
+ {
278
+ item: "100-area-chart",
279
+ type: "area-chart",
280
+ label: "100% Stacked Area Chart",
281
+ group: "area",
282
+ options: { mode: "100%" }
283
+ },
284
+ {
285
+ item: "streamgraph",
286
+ type: "area-chart",
287
+ label: "Streamgraph",
288
+ group: "area"
289
+ },
290
+ {
291
+ item: "pie-chart",
292
+ type: "donut-chart",
293
+ label: "Pie Chart",
294
+ group: "pie-donut"
295
+ },
296
+ {
297
+ item: "donut-chart",
298
+ type: "donut-chart",
299
+ label: "Donut Chart",
300
+ group: "pie-donut"
301
+ },
302
+ {
303
+ item: "semi-pie-chart",
304
+ type: "donut-chart",
305
+ label: "Semi Pie Chart",
306
+ group: "pie-donut"
307
+ },
308
+ {
309
+ item: "semi-donut-chart",
310
+ type: "donut-chart",
311
+ label: "Semi Donut Chart",
312
+ group: "pie-donut"
313
+ },
314
+ {
315
+ item: "bullet-chart",
316
+ type: "bullet-chart",
317
+ label: "Bullet Chart",
318
+ group: "gauges"
319
+ },
320
+ {
321
+ item: "circular-gauge",
322
+ type: "circular-gauge",
323
+ label: "Circular Gauge",
324
+ group: "gauges"
325
+ },
326
+ {
327
+ item: "conditional-number",
328
+ type: "conditional-number",
329
+ label: "Conditional Number",
330
+ group: "gauges"
331
+ },
332
+ {
333
+ item: "speedometer-chart",
334
+ type: "speedometer-chart",
335
+ label: "Speedometer",
336
+ group: "gauges"
337
+ },
338
+ {
339
+ item: "choropleth-map",
340
+ type: "choropleth-map",
341
+ label: "Choropleth Map",
342
+ group: "map"
343
+ },
344
+ { item: "symbol-map", type: "symbol-map", label: "Symbol Map", group: "map" },
345
+ { item: "marker-map", type: "marker-map", label: "Marker Map", group: "map" },
346
+ { item: "hexbin-map", type: "hexbin-map", label: "Hexbin Map", group: "map" },
347
+ { item: "heat-map", type: "heat-map", label: "Heat Map", group: "map" },
348
+ { item: "route-map", type: "route-map", label: "Route Map", group: "map" },
349
+ { item: "spike-map", type: "spike-map", label: "Spike Map", group: "map" },
350
+ {
351
+ item: "treemap-chart",
352
+ type: "treemap-chart",
353
+ label: "Treemap Chart",
354
+ group: "hierarchical"
355
+ },
356
+ {
357
+ item: "sunburst-chart",
358
+ type: "sunburst-chart",
359
+ label: "Sunburst Chart",
360
+ group: "hierarchical"
361
+ },
362
+ {
363
+ item: "circle-pack-chart",
364
+ type: "circle-pack-chart",
365
+ label: "Circle Pack Chart",
366
+ group: "hierarchical"
367
+ },
368
+ {
369
+ item: "combination-chart",
370
+ type: "combination-chart",
371
+ label: "Combination Chart",
372
+ group: "special"
373
+ },
374
+ {
375
+ item: "parallel-coordinates-plot",
376
+ type: "parallel-coordinates-plot",
377
+ label: "Parallel Coordinates Plot",
378
+ group: "special"
379
+ },
380
+ {
381
+ item: "bubble-chart",
382
+ type: "bubble-chart",
383
+ label: "Bubble Chart",
384
+ group: "special"
385
+ },
386
+ {
387
+ item: "strip-plot",
388
+ type: "strip-plot",
389
+ label: "Strip Plot",
390
+ group: "special"
391
+ },
392
+ {
393
+ item: "radar-chart",
394
+ type: "radar-chart",
395
+ label: "Radar Chart",
396
+ group: "special"
397
+ },
398
+ {
399
+ item: "pyramid-chart",
400
+ type: "pyramid-chart",
401
+ label: "Pyramid Chart",
402
+ group: "special"
403
+ },
404
+ {
405
+ item: "funnel-chart",
406
+ type: "funnel-chart",
407
+ label: "Funnel Chart",
408
+ group: "special"
409
+ },
410
+ {
411
+ item: "alluvial-diagram",
412
+ type: "alluvial-diagram",
413
+ label: "Alluvial Diagram",
414
+ group: "special"
415
+ },
416
+ {
417
+ item: "sankey-diagram",
418
+ type: "sankey-diagram",
419
+ label: "Sankey Diagram",
420
+ group: "special"
421
+ },
422
+ {
423
+ item: "venn-diagram",
424
+ type: "venn-diagram",
425
+ label: "Venn Diagram",
426
+ group: "special"
427
+ },
428
+ { item: "box-plot", type: "box-plot", label: "Box Plot", group: "special" },
429
+ {
430
+ item: "heat-table",
431
+ type: "heat-table",
432
+ label: "Heat Table",
433
+ group: "special"
434
+ },
435
+ {
436
+ item: "wordcloud-chart",
437
+ type: "wordcloud-chart",
438
+ label: "Wordcloud Chart",
439
+ group: "special"
440
+ },
441
+ {
442
+ item: "ohlc-chart",
443
+ type: "ohlc-chart",
444
+ label: "OHLC Chart",
445
+ group: "financial"
446
+ },
447
+ {
448
+ item: "candlestick-chart",
449
+ type: "ohlc-chart",
450
+ label: "Candlestick Chart",
451
+ group: "financial"
452
+ }
453
+ ];
55
454
  export {
56
- m as LuzmoDisplaySettings,
455
+ p as LuzmoDisplaySettings,
57
456
  u as LuzmoDisplaySettingsBinning,
58
- z as LuzmoDisplaySettingsDatetime,
59
- n as LuzmoDisplaySettingsGrandTotals,
60
- d as LuzmoDisplaySettingsNumeric,
61
- s as LuzmoDisplaySettingsPeriodOverPeriod,
62
- g as LuzmoDraggableDataItem,
63
- x as LuzmoDraggableDataItemLevel,
457
+ b as LuzmoDisplaySettingsDatetime,
458
+ s as LuzmoDisplaySettingsGrandTotals,
459
+ h as LuzmoDisplaySettingsNumeric,
460
+ y as LuzmoDisplaySettingsPeriodOverPeriod,
461
+ f as LuzmoDraggableDataItem,
462
+ C as LuzmoDraggableDataItemLevel,
64
463
  v as LuzmoDroppableSlot,
65
464
  L as LuzmoEditItem,
66
- S as LuzmoEditOption,
67
- E as LuzmoEditOptionActionButtonGroup,
68
- D as LuzmoEditOptionColorPicker,
69
- F as LuzmoEditOptionMultiLangField,
70
- I as LuzmoEditOptionNumberField,
71
- B as LuzmoEditOptionPicker,
72
- M as LuzmoEditOptionPositionPicker,
73
- H as LuzmoEditOptionPositionsNumberField,
74
- T as LuzmoEditOptionRadioButtonGroup,
75
- q as LuzmoEditOptionSlider,
76
- j as LuzmoEditOptionSwitch,
77
- K as LuzmoEditOptionTextField,
78
- W as LuzmoSlotMenu,
79
- Y as LuzmoSlotMenuList,
80
- _ as decomposeNumericFormat,
81
- oo as formatter,
82
- lo as localize,
83
- mo as switchItem
465
+ w as LuzmoEditOption,
466
+ F as LuzmoEditOptionActionButtonGroup,
467
+ B as LuzmoEditOptionColorPicker,
468
+ O as LuzmoEditOptionMultiLangField,
469
+ G as LuzmoEditOptionNumberField,
470
+ A as LuzmoEditOptionPicker,
471
+ R as LuzmoEditOptionPositionPicker,
472
+ V as LuzmoEditOptionPositionsNumberField,
473
+ W as LuzmoEditOptionRadioButtonGroup,
474
+ j as LuzmoEditOptionSlider,
475
+ K as LuzmoEditOptionSwitch,
476
+ X as LuzmoEditOptionTextField,
477
+ Z as LuzmoSlotMenu,
478
+ $ as LuzmoSlotMenuList,
479
+ le as decomposeNumericFormat,
480
+ re as formatter,
481
+ o as itemGroups,
482
+ t as itemList,
483
+ r as itemTypes,
484
+ ae as localize,
485
+ pe as switchItem,
486
+ me as themes
84
487
  };