@luzmo/analytics-components-kit 1.0.1-alpha.85 → 1.0.1-alpha.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/angular/README.md +1 -0
  2. package/angular/components/ai-interaction-textarea.component.ts +2 -0
  3. package/angular/components/dataset-icon.component.ts +21 -0
  4. package/angular/components/dataset-selector-row.component.ts +2 -0
  5. package/angular/esm/components/ai-interaction-textarea.component.d.ts +2 -1
  6. package/angular/esm/components/ai-interaction-textarea.component.js +7 -2
  7. package/angular/esm/components/dataset-icon.component.d.ts +9 -0
  8. package/angular/esm/components/dataset-icon.component.js +36 -0
  9. package/angular/esm/components/dataset-selector-row.component.d.ts +2 -1
  10. package/angular/esm/components/dataset-selector-row.component.js +7 -2
  11. package/angular/esm/index.d.ts +3 -1
  12. package/angular/esm/index.js +3 -0
  13. package/angular/esm/types.d.ts +14 -0
  14. package/angular/index.ts +3 -0
  15. package/angular/types.ts +13 -0
  16. package/components/ai-interaction-textarea/ai-interaction-textarea.d.ts +7 -1
  17. package/components/ai-interaction-textarea/index.cjs +32 -28
  18. package/components/ai-interaction-textarea/index.js +60 -48
  19. package/components/dataset-icon/dataset-icon.d.ts +45 -0
  20. package/components/dataset-icon/index.cjs +60 -0
  21. package/components/dataset-icon/index.d.ts +7 -0
  22. package/components/dataset-icon/index.js +166 -0
  23. package/components/dataset-selector-list/dataset-selector-list.d.ts +1 -0
  24. package/components/dataset-selector-list/index.cjs +10 -8
  25. package/components/dataset-selector-list/index.js +55 -58
  26. package/components/dataset-selector-row/dataset-selector-row.d.ts +7 -0
  27. package/components/dataset-selector-row/index.cjs +21 -18
  28. package/components/dataset-selector-row/index.js +61 -57
  29. package/components/display-settings-binning/index.js +1 -1
  30. package/components/display-settings-datetime/index.js +1 -1
  31. package/components/display-settings-grand-totals/index.js +1 -1
  32. package/components/display-settings-numeric/index.js +1 -1
  33. package/components/display-settings-period-over-period/index.js +1 -1
  34. package/components/draggable-data-item/index.js +1 -1
  35. package/components/droppable-slot/index.js +1 -1
  36. package/components/filter-data-item-picker/index.js +1 -1
  37. package/components/filter-expression-picker/index.js +1 -1
  38. package/components/filter-item/index.js +2 -2
  39. package/components/filter-value-picker/index.js +1 -1
  40. package/components/filter-value-picker-datetime/index.js +1 -1
  41. package/components/filter-value-picker-hierarchy/index.js +1 -1
  42. package/components/filter-value-picker-numeric/index.js +1 -1
  43. package/components/grid/index.js +1 -1
  44. package/components/{index-BDFBUGBc.js → index-DdyZ2g5L.js} +1 -1
  45. package/components/index.cjs +1 -1
  46. package/components/index.js +90 -88
  47. package/components/{set-locale-nv7fWEtl.js → set-locale-hKTMz37h.js} +6 -1
  48. package/components/slot-contents-picker/index.js +1 -1
  49. package/components/slot-menu/index.cjs +1 -1
  50. package/components/slot-menu/index.js +1 -1
  51. package/custom-elements.json +154 -0
  52. package/index.d.ts +1 -0
  53. package/package.json +8 -3
  54. package/types.d.ts +14 -0
@@ -17,15 +17,16 @@
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 { luzmoIcon as u, luzmoTable as p, luzmoPlus as h, luzmoClose16 as b } from "@luzmo/icons";
20
+ import { luzmoIcon as m, luzmoPlus as p, luzmoClose as b } from "@luzmo/icons";
21
21
  import "@luzmo/lucero/overlay";
22
22
  import "@luzmo/lucero/popover";
23
23
  import "@luzmo/lucero/tooltip";
24
- import { l as z } from "../localize-CcDpq940.js";
25
- import { g as v } from "../set-locale-nv7fWEtl.js";
26
- import { LitElement as g, unsafeCSS as w, html as i, nothing as f } from "lit";
27
- import { property as s, state as y } from "lit/decorators.js";
28
- import { repeat as x } from "lit/directives/repeat.js";
24
+ import { l as h } from "../localize-CcDpq940.js";
25
+ import { g as z } from "../set-locale-hKTMz37h.js";
26
+ import { LitElement as v, unsafeCSS as g, html as d, nothing as w } from "lit";
27
+ import { property as l, state as f } from "lit/decorators.js";
28
+ import { repeat as y } from "lit/directives/repeat.js";
29
+ import "../dataset-icon/index.js";
29
30
  import "../dataset-selector-list/index.js";
30
31
  (function() {
31
32
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
@@ -33,15 +34,15 @@ import "../dataset-selector-list/index.js";
33
34
  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-background-color-alt-1: rgb(250, 250, 250);--luzmo-background-color-alt-2: rgb(239, 239, 239);--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-secondary-outline: rgba(255, 0, 255, 0.2);--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-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);
34
35
  }
35
36
  })();
36
- const k = ":host{box-sizing:border-box;display:flex;flex-direction:row;gap:var(--luzmo-dataset-selector-row-gap, var(--dataset-selector-row-gap));min-height:var(--luzmo-dataset-selector-row-min-height, var(--dataset-selector-row-min-height));flex-wrap:wrap;font-size:var(--luzmo-dataset-selector-row-font-size, var(--dataset-selector-row-font-size));color:var(--luzmo-dataset-selector-row-color, var(--dataset-selector-row-color));font-family:var(--luzmo-dataset-selector-row-font-family, var(--dataset-selector-row-font-family))}:host .add-dataset-button{display:inline-flex;align-items:center;gap:var(--luzmo-dataset-selector-row-button-gap, var(--dataset-selector-row-button-gap));min-width:var(--luzmo-dataset-selector-row-button-min-width, var(--dataset-selector-row-button-min-width));height:var(--luzmo-dataset-selector-row-button-height, var(--dataset-selector-row-button-height));border-radius:var(--luzmo-dataset-selector-row-button-border-radius, var(--dataset-selector-row-button-border-radius));border:1px solid var(--luzmo-dataset-selector-row-button-border-color, var(--dataset-selector-row-button-border-color));background-color:var(--luzmo-dataset-selector-row-button-background, var(--dataset-selector-row-button-background));color:var(--luzmo-dataset-selector-row-button-color, var(--dataset-selector-row-button-color));padding:var(--luzmo-dataset-selector-row-button-padding, var(--dataset-selector-row-button-padding));cursor:pointer;font-size:inherit;font-family:inherit;outline:none;justify-content:center;transition:all .15s ease}:host .add-dataset-button:hover{background-color:var(--luzmo-dataset-selector-row-button-hover-background, var(--dataset-selector-row-button-hover-background));border-color:var(--luzmo-dataset-selector-row-button-hover-border-color, var(--dataset-selector-row-button-hover-border-color))}:host .add-dataset-button:focus{outline:none}:host .add-dataset-button svg{font-size:var(--luzmo-dataset-selector-row-button-icon-size, var(--dataset-selector-row-button-icon-size));color:var(--luzmo-dataset-selector-row-button-icon-color, var(--dataset-selector-row-button-icon-color))}:host .add-dataset-button.icon-only{padding:var(--luzmo-dataset-selector-row-button-icon-only-padding, var(--dataset-selector-row-button-icon-only-padding))}:host .removable-pill{box-sizing:border-box;display:flex;flex-direction:row;max-width:var(--luzmo-dataset-selector-row-pill-max-width, var(--dataset-selector-row-pill-max-width));height:var(--luzmo-dataset-selector-row-pill-height, var(--dataset-selector-row-pill-height));padding:var(--luzmo-dataset-selector-row-pill-padding, var(--dataset-selector-row-pill-padding));gap:var(--luzmo-dataset-selector-row-pill-gap, var(--dataset-selector-row-pill-gap));border-radius:var(--luzmo-dataset-selector-row-pill-border-radius, var(--dataset-selector-row-pill-border-radius));border:1px solid var(--luzmo-dataset-selector-row-pill-border-color, var(--dataset-selector-row-pill-border-color));background-color:var(--luzmo-dataset-selector-row-pill-background, var(--dataset-selector-row-pill-background));align-items:center;cursor:pointer;transition:all .15s ease}:host .removable-pill:hover{background-color:var(--luzmo-dataset-selector-row-pill-hover-background, var(--dataset-selector-row-pill-hover-background));border-color:var(--luzmo-dataset-selector-row-pill-hover-border-color, var(--dataset-selector-row-pill-hover-border-color))}:host .removable-pill:hover .dataset-icon{display:none}:host .removable-pill:hover .close-icon{display:inline-block;color:var(--luzmo-dataset-selector-row-pill-close-color, var(--dataset-selector-row-pill-close-color))}:host .removable-pill .close-icon{width:var(--luzmo-dataset-selector-row-pill-close-size, var(--dataset-selector-row-pill-close-size));display:none;flex-shrink:0}:host .removable-pill .dataset-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--luzmo-dataset-selector-row-pill-icon-size, var(--dataset-selector-row-pill-icon-size));height:var(--luzmo-dataset-selector-row-pill-icon-size, var(--dataset-selector-row-pill-icon-size))}:host .removable-pill .dataset-icon luzmo-icon{display:flex}:host .removable-pill .dataset-icon-img{width:var(--luzmo-dataset-selector-row-pill-icon-size, var(--dataset-selector-row-pill-icon-size));height:var(--luzmo-dataset-selector-row-pill-icon-size, var(--dataset-selector-row-pill-icon-size));object-fit:contain}:host .removable-pill .dataset-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:inherit;line-height:var(--luzmo-dataset-selector-row-pill-text-line-height, var(--dataset-selector-row-pill-text-line-height))}:host luzmo-popover{width:var(--luzmo-dataset-selector-row-popover-width, var(--dataset-selector-row-popover-width));height:var(--luzmo-dataset-selector-row-popover-height, var(--dataset-selector-row-popover-height))}:host{--dataset-selector-row-gap: var(--luzmo-spacing-2);--dataset-selector-row-min-height: 1.75rem;--dataset-selector-row-font-size: .75rem;--dataset-selector-row-color: var(--luzmo-font-color);--dataset-selector-row-font-family: var(--luzmo-font-family);--dataset-selector-row-button-gap: var(--luzmo-spacing-1);--dataset-selector-row-button-min-width: 1.75rem;--dataset-selector-row-button-height: 1.75rem;--dataset-selector-row-button-border-radius: .5rem;--dataset-selector-row-button-border-color: var(--luzmo-border-color);--dataset-selector-row-button-background: var(--luzmo-background-color-alt-1);--dataset-selector-row-button-color: var(--luzmo-font-color-tertiary, rgba(165, 165, 165, 1));--dataset-selector-row-button-padding: .25rem .375rem;--dataset-selector-row-button-icon-only-padding: .25rem;--dataset-selector-row-button-icon-size: .875rem;--dataset-selector-row-button-icon-color: var(--luzmo-font-color-tertiary);--dataset-selector-row-button-hover-background: var(--luzmo-background-color-highlight);--dataset-selector-row-button-hover-border-color: var(--luzmo-border-color-hover);--dataset-selector-row-button-focus-outline-color: var(--luzmo-primary);--dataset-selector-row-pill-max-width: 10rem;--dataset-selector-row-pill-height: 1.75rem;--dataset-selector-row-pill-padding: .125rem .5rem;--dataset-selector-row-pill-gap: var(--luzmo-spacing-2);--dataset-selector-row-pill-border-radius: .5rem;--dataset-selector-row-pill-border-color: var(--luzmo-border-color);--dataset-selector-row-pill-background: var(--luzmo-background-color-alt-1);--dataset-selector-row-pill-hover-background: var(--luzmo-background-color-highlight);--dataset-selector-row-pill-hover-border-color: var(--luzmo-border-color-hover);--dataset-selector-row-pill-icon-size: 1rem;--dataset-selector-row-pill-close-size: 1rem;--dataset-selector-row-pill-close-color: var(--luzmo-danger, #dc3545);--dataset-selector-row-pill-text-line-height: 1.2;--dataset-selector-row-popover-width: 23.75rem;--dataset-selector-row-popover-height: 15rem}";
37
- var _ = Object.defineProperty, a = (c, o, e, l) => {
38
- for (var r = void 0, n = c.length - 1, m; n >= 0; n--)
39
- (m = c[n]) && (r = m(o, e, r) || r);
40
- return r && _(o, e, r), r;
37
+ const x = ":host{box-sizing:border-box;display:flex;flex-direction:row;gap:var(--luzmo-dataset-selector-row-gap, var(--dataset-selector-row-gap));min-height:var(--luzmo-dataset-selector-row-min-height, var(--dataset-selector-row-min-height));flex-wrap:wrap;font-size:var(--luzmo-dataset-selector-row-font-size, var(--dataset-selector-row-font-size));color:var(--luzmo-dataset-selector-row-color, var(--dataset-selector-row-color));font-family:var(--luzmo-dataset-selector-row-font-family, var(--dataset-selector-row-font-family))}:host[disabled]{cursor:not-allowed;opacity:.6}:host .add-dataset-button{display:inline-flex;align-items:center;gap:var(--luzmo-dataset-selector-row-button-gap, var(--dataset-selector-row-button-gap));min-width:var(--luzmo-dataset-selector-row-button-min-width, var(--dataset-selector-row-button-min-width));height:var(--luzmo-dataset-selector-row-button-height, var(--dataset-selector-row-button-height));border-radius:var(--luzmo-dataset-selector-row-button-border-radius, var(--dataset-selector-row-button-border-radius));border:1px solid var(--luzmo-dataset-selector-row-button-border-color, var(--dataset-selector-row-button-border-color));background-color:var(--luzmo-dataset-selector-row-button-background, var(--dataset-selector-row-button-background));color:var(--luzmo-dataset-selector-row-button-color, var(--dataset-selector-row-button-color));padding:var(--luzmo-dataset-selector-row-button-padding, var(--dataset-selector-row-button-padding));cursor:pointer;font-size:inherit;font-family:inherit;outline:none;justify-content:center;transition:all .15s ease}:host .add-dataset-button:hover{background-color:var(--luzmo-dataset-selector-row-button-hover-background, var(--dataset-selector-row-button-hover-background));border-color:var(--luzmo-dataset-selector-row-button-hover-border-color, var(--dataset-selector-row-button-hover-border-color))}:host .add-dataset-button:focus{outline:none}:host .add-dataset-button svg{font-size:var(--luzmo-dataset-selector-row-button-icon-size, var(--dataset-selector-row-button-icon-size));color:var(--luzmo-dataset-selector-row-button-icon-color, var(--dataset-selector-row-button-icon-color))}:host .add-dataset-button.icon-only{padding:var(--luzmo-dataset-selector-row-button-icon-only-padding, var(--dataset-selector-row-button-icon-only-padding))}:host .add-dataset-button:disabled{cursor:not-allowed;opacity:.6}:host .add-dataset-button:disabled:hover{background-color:var(--luzmo-dataset-selector-row-button-background, var(--dataset-selector-row-button-background));border-color:var(--luzmo-dataset-selector-row-button-border-color, var(--dataset-selector-row-button-border-color))}:host[disabled] .removable-pill{cursor:not-allowed}:host[disabled] .removable-pill:hover{background-color:var(--luzmo-dataset-selector-row-pill-background, var(--dataset-selector-row-pill-background));border-color:var(--luzmo-dataset-selector-row-pill-border-color, var(--dataset-selector-row-pill-border-color))}:host[disabled] .removable-pill:hover .dataset-icon{display:flex}:host[disabled] .removable-pill:hover .close-icon{display:none}:host .removable-pill{box-sizing:border-box;display:flex;flex-direction:row;max-width:var(--luzmo-dataset-selector-row-pill-max-width, var(--dataset-selector-row-pill-max-width));height:var(--luzmo-dataset-selector-row-pill-height, var(--dataset-selector-row-pill-height));padding:var(--luzmo-dataset-selector-row-pill-padding, var(--dataset-selector-row-pill-padding));gap:var(--luzmo-dataset-selector-row-pill-gap, var(--dataset-selector-row-pill-gap));border-radius:var(--luzmo-dataset-selector-row-pill-border-radius, var(--dataset-selector-row-pill-border-radius));border:1px solid var(--luzmo-dataset-selector-row-pill-border-color, var(--dataset-selector-row-pill-border-color));background-color:var(--luzmo-dataset-selector-row-pill-background, var(--dataset-selector-row-pill-background));align-items:center;cursor:pointer;transition:all .15s ease}:host .removable-pill:hover{background-color:var(--luzmo-dataset-selector-row-pill-hover-background, var(--dataset-selector-row-pill-hover-background));border-color:var(--luzmo-dataset-selector-row-pill-hover-border-color, var(--dataset-selector-row-pill-hover-border-color))}:host .removable-pill:hover .dataset-icon{display:none}:host .removable-pill:hover .close-icon{display:inline-block;color:var(--luzmo-dataset-selector-row-pill-close-color, var(--dataset-selector-row-pill-close-color))}:host .removable-pill .close-icon{width:var(--luzmo-dataset-selector-row-pill-close-size, var(--dataset-selector-row-pill-close-size));display:none;flex-shrink:0}:host .removable-pill .dataset-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--luzmo-dataset-selector-row-pill-icon-size, var(--dataset-selector-row-pill-icon-size));height:var(--luzmo-dataset-selector-row-pill-icon-size, var(--dataset-selector-row-pill-icon-size))}:host .removable-pill .dataset-icon luzmo-icon{display:flex}:host .removable-pill .dataset-icon-img{width:var(--luzmo-dataset-selector-row-pill-icon-size, var(--dataset-selector-row-pill-icon-size));height:var(--luzmo-dataset-selector-row-pill-icon-size, var(--dataset-selector-row-pill-icon-size));object-fit:contain}:host .removable-pill .dataset-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:inherit;line-height:var(--luzmo-dataset-selector-row-pill-text-line-height, var(--dataset-selector-row-pill-text-line-height))}:host luzmo-popover{width:var(--luzmo-dataset-selector-row-popover-width, var(--dataset-selector-row-popover-width));height:var(--luzmo-dataset-selector-row-popover-height, var(--dataset-selector-row-popover-height))}:host{--dataset-selector-row-gap: var(--luzmo-spacing-2);--dataset-selector-row-min-height: 1.75rem;--dataset-selector-row-font-size: .75rem;--dataset-selector-row-color: var(--luzmo-font-color);--dataset-selector-row-font-family: var(--luzmo-font-family);--dataset-selector-row-button-gap: var(--luzmo-spacing-1);--dataset-selector-row-button-min-width: 1.75rem;--dataset-selector-row-button-height: 1.75rem;--dataset-selector-row-button-border-radius: .5rem;--dataset-selector-row-button-border-color: var(--luzmo-border-color);--dataset-selector-row-button-background: var(--luzmo-background-color-alt-1, rgba(248, 248, 248, 1));--dataset-selector-row-button-color: var(--luzmo-font-color-tertiary, rgba(165, 165, 165, 1));--dataset-selector-row-button-padding: .25rem .375rem;--dataset-selector-row-button-icon-only-padding: .25rem;--dataset-selector-row-button-icon-size: .875rem;--dataset-selector-row-button-icon-color: var(--luzmo-font-color-tertiary);--dataset-selector-row-button-hover-background: var(--luzmo-background-color-highlight, rgba(248, 248, 248, 1));--dataset-selector-row-button-hover-border-color: var(--luzmo-border-color-hover);--dataset-selector-row-button-focus-outline-color: var(--luzmo-primary);--dataset-selector-row-pill-max-width: 10rem;--dataset-selector-row-pill-height: 1.75rem;--dataset-selector-row-pill-padding: .125rem .5rem;--dataset-selector-row-pill-gap: var(--luzmo-spacing-2);--dataset-selector-row-pill-border-radius: .5rem;--dataset-selector-row-pill-border-color: var(--luzmo-border-color);--dataset-selector-row-pill-background: var(--luzmo-background-color-alt-1, rgba(248, 248, 248, 1));--dataset-selector-row-pill-hover-background: var(--luzmo-background-color-highlight, rgba(248, 248, 248, 1));--dataset-selector-row-pill-hover-border-color: var(--luzmo-border-color-hover);--dataset-selector-row-pill-icon-size: 1rem;--dataset-selector-row-pill-close-size: 1rem;--dataset-selector-row-pill-close-color: var(--luzmo-danger, #dc3545);--dataset-selector-row-pill-text-line-height: 1.2;--dataset-selector-row-popover-width: 23.75rem;--dataset-selector-row-popover-height: 15rem}";
38
+ var k = Object.defineProperty, r = (c, o, e, s) => {
39
+ for (var a = void 0, n = c.length - 1, u; n >= 0; n--)
40
+ (u = c[n]) && (a = u(o, e, a) || a);
41
+ return a && k(o, e, a), a;
41
42
  };
42
- const d = class d extends g {
43
+ const i = class i extends v {
43
44
  constructor() {
44
- super(...arguments), this.selectedDatasets = [], this.buttonLabel = "Add dataset", this.authKey = "", this.authToken = "", this.apiUrl = "https://api.luzmo.com", this.appServer = "https://app.luzmo.com", this.flagOpendata = !1, this._overlayOpen = !1;
45
+ super(...arguments), this.selectedDatasets = [], this.buttonLabel = "Add dataset", this.authKey = "", this.authToken = "", this.apiUrl = "https://api.luzmo.com", this.appServer = "https://app.luzmo.com", this.flagOpendata = !1, this.disabled = !1, this._overlayOpen = !1;
45
46
  }
46
47
  get _hasSelectedDatasets() {
47
48
  return this.selectedDatasets.length > 0;
@@ -50,13 +51,13 @@ const d = class d extends g {
50
51
  return new Set(this.selectedDatasets.map((o) => o.id));
51
52
  }
52
53
  _handleAddDatasetClick() {
53
- this._overlayOpen = !this._overlayOpen;
54
+ this.disabled || (this._overlayOpen = !this._overlayOpen);
54
55
  }
55
56
  _handleDatasetSelected(o) {
56
57
  const e = o.detail;
57
58
  if (!this._selectedDatasetIds.has(e.id)) {
58
- const r = [...this.selectedDatasets, e];
59
- this.selectedDatasets = r, this.dispatchEvent(
59
+ const a = [...this.selectedDatasets, e];
60
+ this.selectedDatasets = a, this.dispatchEvent(
60
61
  new CustomEvent("dataset-selected", {
61
62
  detail: e,
62
63
  bubbles: !0,
@@ -64,11 +65,13 @@ const d = class d extends g {
64
65
  })
65
66
  );
66
67
  }
67
- const l = this.shadowRoot?.getElementById("add-dataset-button");
68
- l && l.click(), this._overlayOpen = !1;
68
+ const s = this.shadowRoot?.getElementById("add-dataset-button");
69
+ s && s.click(), this._overlayOpen = !1;
69
70
  }
70
71
  _handleDatasetRemoved(o) {
71
- const e = this.selectedDatasets.filter((l) => l.id !== o.id);
72
+ if (this.disabled)
73
+ return;
74
+ const e = this.selectedDatasets.filter((s) => s.id !== o.id);
72
75
  this.selectedDatasets = e, this.dispatchEvent(
73
76
  new CustomEvent("dataset-removed", {
74
77
  detail: o,
@@ -78,41 +81,39 @@ const d = class d extends g {
78
81
  );
79
82
  }
80
83
  _getDatasetName(o) {
81
- const e = v();
82
- return z(o.name, e) || o.id || "Unknown Dataset";
84
+ const e = z();
85
+ return h(o.name, e) || o.id || "Unknown Dataset";
83
86
  }
84
87
  _renderDatasetIcon(o) {
85
- const e = o.account?.plugin?.thumbnails, l = e && e.length > 0 ? e[0]?.url : null;
86
- if (l) {
87
- const r = `${this.appServer}/${l}`;
88
- return i`<img
89
- src=${r}
90
- alt=${this._getDatasetName(o)}
91
- class="dataset-icon-img"
92
- />`;
93
- }
94
- return i`${u(p)}`;
88
+ return d`
89
+ <luzmo-dataset-icon
90
+ .datasetInfo=${o}
91
+ size="16px"
92
+ app-url=${this.appServer}
93
+ ></luzmo-dataset-icon>
94
+ `;
95
95
  }
96
96
  _renderAddButton() {
97
- return i`
97
+ return d`
98
98
  <button
99
99
  id="add-dataset-button"
100
100
  type="button"
101
101
  class="add-dataset-button ${this._hasSelectedDatasets ? "icon-only" : ""}"
102
+ ?disabled=${this.disabled}
102
103
  @click=${this._handleAddDatasetClick}
103
104
  >
104
- ${u(h)}
105
- ${this._hasSelectedDatasets ? f : this.buttonLabel}
105
+ ${m(p)}
106
+ ${this._hasSelectedDatasets ? w : this.buttonLabel}
106
107
  </button>
107
108
  `;
108
109
  }
109
110
  _renderDatasetPill(o) {
110
- return i`
111
+ return d`
111
112
  <div class="removable-pill" @click=${this._createDatasetRemovedHandler(o)}>
112
113
  <div class="dataset-icon">
113
114
  ${this._renderDatasetIcon(o)}
114
115
  </div>
115
- <span class="close-icon">${u(b)}</span>
116
+ <span class="close-icon">${m(b)}</span>
116
117
  <span
117
118
  class="dataset-name text-truncate"
118
119
  title=${this._getDatasetName(o)}
@@ -143,7 +144,7 @@ const d = class d extends g {
143
144
  return () => this._handleDatasetRemoved(o);
144
145
  }
145
146
  _renderOverlay() {
146
- return i`
147
+ return d`
147
148
  <luzmo-overlay
148
149
  id="dataset-overlay"
149
150
  trigger="add-dataset-button@click"
@@ -166,9 +167,9 @@ const d = class d extends g {
166
167
  `;
167
168
  }
168
169
  render() {
169
- return i`
170
+ return d`
170
171
  ${this._renderAddButton()}
171
- ${x(
172
+ ${y(
172
173
  this.selectedDatasets,
173
174
  (o) => o.id,
174
175
  (o) => this._renderDatasetPill(o)
@@ -177,31 +178,34 @@ const d = class d extends g {
177
178
  `;
178
179
  }
179
180
  };
180
- d.styles = w(k), d.tagName = "luzmo-dataset-selector-row";
181
- let t = d;
182
- a([
183
- s({ type: Array })
181
+ i.styles = g(x), i.tagName = "luzmo-dataset-selector-row";
182
+ let t = i;
183
+ r([
184
+ l({ type: Array })
184
185
  ], t.prototype, "selectedDatasets");
185
- a([
186
- s({ type: String, attribute: "button-label" })
186
+ r([
187
+ l({ type: String, attribute: "button-label" })
187
188
  ], t.prototype, "buttonLabel");
188
- a([
189
- s({ type: String, attribute: "auth-key" })
189
+ r([
190
+ l({ type: String, attribute: "auth-key" })
190
191
  ], t.prototype, "authKey");
191
- a([
192
- s({ type: String, attribute: "auth-token" })
192
+ r([
193
+ l({ type: String, attribute: "auth-token" })
193
194
  ], t.prototype, "authToken");
194
- a([
195
- s({ type: String, attribute: "api-url" })
195
+ r([
196
+ l({ type: String, attribute: "api-url" })
196
197
  ], t.prototype, "apiUrl");
197
- a([
198
- s({ type: String, attribute: "app-server" })
198
+ r([
199
+ l({ type: String, attribute: "app-server" })
199
200
  ], t.prototype, "appServer");
200
- a([
201
- s({ type: Boolean, attribute: "flag-opendata" })
201
+ r([
202
+ l({ type: Boolean, attribute: "flag-opendata" })
202
203
  ], t.prototype, "flagOpendata");
203
- a([
204
- y()
204
+ r([
205
+ l({ type: Boolean, reflect: !0, attribute: "disabled" })
206
+ ], t.prototype, "disabled");
207
+ r([
208
+ f()
205
209
  ], t.prototype, "_overlayOpen");
206
210
  customElements.get("luzmo-dataset-selector-row") || customElements.define("luzmo-dataset-selector-row", t);
207
211
  export {
@@ -27,7 +27,7 @@ import { luzmoCheckboxChecked as g, luzmoCheckbox as b } from "@luzmo/icons";
27
27
  import { property as c, state as p, query as h } from "lit/decorators.js";
28
28
  import { L as f } from "../focusable-BS2pbY7w.js";
29
29
  import { S as v, E as x } from "../sized-mixin-cJbo3PKR.js";
30
- import { g as y, t as w, s as _ } from "../set-locale-nv7fWEtl.js";
30
+ import { g as y, t as w, s as _ } from "../set-locale-hKTMz37h.js";
31
31
  (function() {
32
32
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
33
33
  const e = document.createElement("style");
@@ -33,7 +33,7 @@ import { a as F, b as z, W as g } from "../periods.const-CjHXYn-w.js";
33
33
  import { property as d, query as m } from "lit/decorators.js";
34
34
  import { L as w } from "../focusable-BS2pbY7w.js";
35
35
  import { S as $, E as x } from "../sized-mixin-cJbo3PKR.js";
36
- import { g as A, t as L, s as D } from "../set-locale-nv7fWEtl.js";
36
+ import { g as A, t as L, s as D } from "../set-locale-hKTMz37h.js";
37
37
  (function() {
38
38
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
39
39
  const e = document.createElement("style");
@@ -27,7 +27,7 @@ import { property as m, state as b } from "lit/decorators.js";
27
27
  import { ifDefined as f } from "lit/directives/if-defined.js";
28
28
  import { L as h } from "../focusable-BS2pbY7w.js";
29
29
  import { S as v, E as x } from "../sized-mixin-cJbo3PKR.js";
30
- import { g as y, t as w, s as C } from "../set-locale-nv7fWEtl.js";
30
+ import { g as y, t as w, s as C } from "../set-locale-hKTMz37h.js";
31
31
  (function() {
32
32
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
33
33
  const l = document.createElement("style");
@@ -35,7 +35,7 @@ import { l as _ } from "../localize-CcDpq940.js";
35
35
  import { property as d, query as c, state as N } from "lit/decorators.js";
36
36
  import { L as E } from "../focusable-BS2pbY7w.js";
37
37
  import { S as I, E as M } from "../sized-mixin-cJbo3PKR.js";
38
- import { g as k, t as O, s as W } from "../set-locale-nv7fWEtl.js";
38
+ import { g as k, t as O, s as W } from "../set-locale-hKTMz37h.js";
39
39
  (function() {
40
40
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
41
41
  const t = document.createElement("style");
@@ -30,7 +30,7 @@ import { L as b } from "../focusable-BS2pbY7w.js";
30
30
  import { S as C, E as x } from "../sized-mixin-cJbo3PKR.js";
31
31
  import { d as $ } from "../decompose-numeric-format-BuZcjH2k.js";
32
32
  import { l as P } from "../localize-CcDpq940.js";
33
- import { g as _, t as k, s as O } from "../set-locale-nv7fWEtl.js";
33
+ import { g as _, t as k, s as O } from "../set-locale-hKTMz37h.js";
34
34
  import { unsafeCSS as D, html as t } from "lit";
35
35
  import { property as z, query as u, state as v } from "lit/decorators.js";
36
36
  import { P as d } from "../types-RxAJdtVT.js";
@@ -23,7 +23,7 @@ import { html as m, unsafeCSS as z } from "lit";
23
23
  import { property as t } from "lit/decorators.js";
24
24
  import { L as b } from "../focusable-BS2pbY7w.js";
25
25
  import { S as p } from "../sized-mixin-cJbo3PKR.js";
26
- import { g as h, t as f, s as v } from "../set-locale-nv7fWEtl.js";
26
+ import { g as h, t as f, s as v } from "../set-locale-hKTMz37h.js";
27
27
  import "../draggable-data-item-level/index.js";
28
28
  (function() {
29
29
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
@@ -32,7 +32,7 @@ import { S as $ } from "../sized-mixin-cJbo3PKR.js";
32
32
  import { s as T } from "../index-3WsfvkZF.js";
33
33
  import { signal as u, computed as I } from "@lit-labs/signals";
34
34
  import { P as h } from "../types-RxAJdtVT.js";
35
- import { g as O, t as M, s as U } from "../set-locale-nv7fWEtl.js";
35
+ import { g as O, t as M, s as U } from "../set-locale-hKTMz37h.js";
36
36
  import "../slot-menu/index.js";
37
37
  (function() {
38
38
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
@@ -24,7 +24,7 @@ import "@luzmo/lucero/picker";
24
24
  import { unsafeCSS as g, html as d } from "lit";
25
25
  import { msg as z, localized as p } from "@lit/localize";
26
26
  import { SizedMixin as b, LuzmoElement as v, ElementSizes as y } from "@luzmo/lucero/utils";
27
- import { g as I, t as x, s as S } from "../set-locale-nv7fWEtl.js";
27
+ import { g as I, t as x, s as S } from "../set-locale-hKTMz37h.js";
28
28
  import { property as n } from "lit/decorators.js";
29
29
  import { c as w } from "../calculate-data-item-icon-C8CbsMQf.js";
30
30
  import { l as _ } from "../localize-CcDpq940.js";
@@ -17,7 +17,7 @@
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 { L as u } from "../index-BDFBUGBc.js";
20
+ import { L as u } from "../index-DdyZ2g5L.js";
21
21
  (function() {
22
22
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
23
23
  const o = document.createElement("style");
@@ -20,10 +20,10 @@
20
20
  import { unsafeCSS as d, html as c } from "lit";
21
21
  import { localized as f } from "@lit/localize";
22
22
  import { SizedMixin as h, LuzmoElement as g, ElementSizes as z } from "@luzmo/lucero/utils";
23
- import { g as b, t as y, s as x } from "../set-locale-nv7fWEtl.js";
23
+ import { g as b, t as y, s as x } from "../set-locale-hKTMz37h.js";
24
24
  import { d as p } from "../index-BGb_wRRW.js";
25
25
  import { property as n, state as m } from "lit/decorators.js";
26
- import { g as I } from "../index-BDFBUGBc.js";
26
+ import { g as I } from "../index-DdyZ2g5L.js";
27
27
  import "../filter-data-item-picker/index.js";
28
28
  import "../filter-value-picker/index.js";
29
29
  (function() {
@@ -21,7 +21,7 @@ import "@luzmo/lucero/picker";
21
21
  import { unsafeCSS as m, html as a } from "lit";
22
22
  import { SizedMixin as s, LuzmoElement as g, ElementSizes as z } from "@luzmo/lucero/utils";
23
23
  import { property as r } from "lit/decorators.js";
24
- import { g as h, t as d, s as p } from "../set-locale-nv7fWEtl.js";
24
+ import { g as h, t as d, s as p } from "../set-locale-hKTMz37h.js";
25
25
  import "../filter-value-picker-datetime/index.js";
26
26
  import "../filter-value-picker-hierarchy/index.js";
27
27
  import "../filter-value-picker-numeric/index.js";
@@ -23,7 +23,7 @@ import "@luzmo/lucero/picker";
23
23
  import "@luzmo/lucero/text-field";
24
24
  import { unsafeCSS as d, html as l } from "lit";
25
25
  import { SizedMixin as z, LuzmoElement as f, ElementSizes as p } from "@luzmo/lucero/utils";
26
- import { g, t as h, s as b } from "../set-locale-nv7fWEtl.js";
26
+ import { g, t as h, s as b } from "../set-locale-hKTMz37h.js";
27
27
  import { D as u } from "../periods.const-CjHXYn-w.js";
28
28
  import { property as n } from "lit/decorators.js";
29
29
  (function() {
@@ -25,7 +25,7 @@ import { SizedMixin as S, LuzmoElement as k, ElementSizes as L } from "@luzmo/lu
25
25
  import { d as v } from "../index-BGb_wRRW.js";
26
26
  import { l as y } from "../localize-CcDpq940.js";
27
27
  import { property as h, state as p } from "lit/decorators.js";
28
- import { g as V, t as $, s as C } from "../set-locale-nv7fWEtl.js";
28
+ import { g as V, t as $, s as C } from "../set-locale-hKTMz37h.js";
29
29
  (function() {
30
30
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
31
31
  const r = document.createElement("style");
@@ -23,7 +23,7 @@ import { unsafeCSS as x, html as z } from "lit";
23
23
  import { msg as h, localized as y } from "@lit/localize";
24
24
  import { SizedMixin as S, LuzmoElement as V, ElementSizes as w } from "@luzmo/lucero/utils";
25
25
  import { d as b } from "../index-BGb_wRRW.js";
26
- import { g as k, t as L, s as $ } from "../set-locale-nv7fWEtl.js";
26
+ import { g as k, t as L, s as $ } from "../set-locale-hKTMz37h.js";
27
27
  import { property as c, state as d } from "lit/decorators.js";
28
28
  (function() {
29
29
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
@@ -30,7 +30,7 @@ import { itemTypes as Di } from "../item-list.js";
30
30
  import { s as Ci, g as xt } from "../index-CgnTl6Sc.js";
31
31
  import { localized as Ii, msg as se } from "@lit/localize";
32
32
  import "@luzmo/lucero/tooltip";
33
- import { g as Ti, t as Li, s as Hi } from "../set-locale-nv7fWEtl.js";
33
+ import { g as Ti, t as Li, s as Hi } from "../set-locale-hKTMz37h.js";
34
34
  (function() {
35
35
  if (typeof document < "u" && !document.querySelector("style[data-luzmo-vars]")) {
36
36
  const e = document.createElement("style");
@@ -24,7 +24,7 @@ import { unsafeCSS as y, html as f } from "lit";
24
24
  import { msg as e, localized as b } from "@lit/localize";
25
25
  import { SizedMixin as g, LuzmoElement as w, ElementSizes as F } from "@luzmo/lucero/utils";
26
26
  import { property as p, state as x } from "lit/decorators.js";
27
- import { g as _, t as k, s as v } from "./set-locale-nv7fWEtl.js";
27
+ import { g as _, t as k, s as v } from "./set-locale-hKTMz37h.js";
28
28
  const h = () => [
29
29
  {
30
30
  id: "? = ?",
@@ -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 r=require("./ai-chat-message-assistant/index.cjs"),a=require("./ai-chat-message-user/index.cjs"),i=require("./ai-chat-messages-container/index.cjs"),l=require("./ai-interaction-textarea/index.cjs"),o=require("./dataset-selector-list/index.cjs"),p=require("./dataset-selector-row/index.cjs"),n=require("./index-BUal0r_D.cjs"),u=require("./display-settings-binning/index.cjs"),c=require("./display-settings-datetime/index.cjs"),m=require("./display-settings-grand-totals/index.cjs"),s=require("./display-settings-numeric/index.cjs"),b=require("./display-settings-period-over-period/index.cjs"),d=require("./draggable-data-item/index.cjs"),g=require("./draggable-data-item-level/index.cjs"),h=require("./droppable-slot/index.cjs"),y=require("./edit-item/index.cjs"),L=require("./index-DvkzMbLt.cjs"),C=require("./edit-option-action-button-group/index.cjs"),z=require("./edit-option-color-palette-picker/index.cjs"),P=require("./edit-option-color-picker/index.cjs"),k=require("./edit-option-color-range/index.cjs"),S=require("./edit-option-multi-language-field/index.cjs"),x=require("./edit-option-number-field/index.cjs"),O=require("./edit-option-picker/index.cjs"),f=require("./edit-option-position-picker/index.cjs"),D=require("./edit-option-positions-number-field/index.cjs"),F=require("./edit-option-radio-button-group/index.cjs"),q=require("./edit-option-slider/index.cjs"),_=require("./edit-option-switch/index.cjs"),M=require("./edit-option-text-field/index.cjs"),E=require("./filter-data-item-picker/index.cjs"),v=require("./index-BNAmjOkm.cjs"),T=require("./filter-item/index.cjs"),I=require("./filter-value-picker/index.cjs"),B=require("./filter-value-picker-datetime/index.cjs"),G=require("./filter-value-picker-hierarchy/index.cjs"),A=require("./filter-value-picker-numeric/index.cjs"),e=require("./grid/index.cjs"),N=require("./slot-contents-picker/index.cjs"),w=require("./slot-menu/index.cjs"),j=require("./slot-menu-list/index.cjs"),R=require("./types-VPf7E5dD.cjs"),V=require("./decompose-numeric-format-B3rVVHpO.cjs"),H=require("./en--a5SfjnM.cjs"),U=require("./localize-C4zNlrwK.cjs"),W=require("./utils.cjs"),t=require("./index-Vdyb9z2D.cjs"),J=[{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"}],K=[{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-comparison-filter",label:"Date Comparison Filter"},{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"}],Q=[{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-comparison-filter",type:"date-comparison-filter",label:"Date Comparison Filter",group:"filters"},{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.LuzmoAiChatMessageAssistant=r.LuzmoAiChatMessageAssistant;exports.LuzmoAiChatMessageUser=a.LuzmoAiChatMessageUser;exports.LuzmoAiChatMessagesContainer=i.LuzmoAiChatMessagesContainer;Object.defineProperty(exports,"LuzmoAiInteractionTextarea",{enumerable:!0,get:()=>l.LuzmoAiInteractionTextarea});exports.LuzmoDatasetSelectorList=o.LuzmoDatasetSelectorList;exports.LuzmoDatasetSelectorRow=p.LuzmoDatasetSelectorRow;exports.LuzmoDisplaySettings=n.LuzmoDisplaySettings;Object.defineProperty(exports,"LuzmoDisplaySettingsBinning",{enumerable:!0,get:()=>u.LuzmoDisplaySettingsBinning});Object.defineProperty(exports,"LuzmoDisplaySettingsDatetime",{enumerable:!0,get:()=>c.LuzmoDisplaySettingsDatetime});Object.defineProperty(exports,"LuzmoDisplaySettingsGrandTotals",{enumerable:!0,get:()=>m.LuzmoDisplaySettingsGrandTotals});Object.defineProperty(exports,"LuzmoDisplaySettingsNumeric",{enumerable:!0,get:()=>s.LuzmoDisplaySettingsNumeric});Object.defineProperty(exports,"LuzmoDisplaySettingsPeriodOverPeriod",{enumerable:!0,get:()=>b.LuzmoDisplaySettingsPeriodOverPeriod});Object.defineProperty(exports,"LuzmoDraggableDataItem",{enumerable:!0,get:()=>d.LuzmoDraggableDataItem});exports.LuzmoDraggableDataItemLevel=g.LuzmoDraggableDataItemLevel;Object.defineProperty(exports,"LuzmoDroppableSlot",{enumerable:!0,get:()=>h.LuzmoDroppableSlot});exports.LuzmoEditItem=y.LuzmoEditItem;exports.LuzmoEditOption=L.LuzmoEditOption;exports.LuzmoEditOptionActionButtonGroup=C.LuzmoEditOptionActionButtonGroup;exports.LuzmoEditOptionColorPalettePicker=z.LuzmoEditOptionColorPalettePicker;exports.LuzmoEditOptionColorPicker=P.LuzmoEditOptionColorPicker;exports.LuzmoEditOptionColorRange=k.LuzmoEditOptionColorRange;exports.LuzmoEditOptionMultiLangField=S.LuzmoEditOptionMultiLangField;exports.LuzmoEditOptionNumberField=x.LuzmoEditOptionNumberField;exports.LuzmoEditOptionPicker=O.LuzmoEditOptionPicker;exports.LuzmoEditOptionPositionPicker=f.LuzmoEditOptionPositionPicker;exports.LuzmoEditOptionPositionsNumberField=D.LuzmoEditOptionPositionsNumberField;exports.LuzmoEditOptionRadioButtonGroup=F.LuzmoEditOptionRadioButtonGroup;exports.LuzmoEditOptionSlider=q.LuzmoEditOptionSlider;exports.LuzmoEditOptionSwitch=_.LuzmoEditOptionSwitch;exports.LuzmoEditOptionTextField=M.LuzmoEditOptionTextField;Object.defineProperty(exports,"LuzmoFilterDataItemPicker",{enumerable:!0,get:()=>E.LuzmoFilterDataItemPicker});Object.defineProperty(exports,"LuzmoFilterExpressionPicker",{enumerable:!0,get:()=>v.LuzmoFilterExpressionPicker});Object.defineProperty(exports,"LuzmoFilterItem",{enumerable:!0,get:()=>T.LuzmoFilterItem});exports.LuzmoFilterValuePicker=I.LuzmoFilterValuePicker;exports.LuzmoFilterValuePickerDatetime=B.LuzmoFilterValuePickerDatetime;Object.defineProperty(exports,"LuzmoFilterValuePickerHierarchy",{enumerable:!0,get:()=>G.LuzmoFilterValuePickerHierarchy});Object.defineProperty(exports,"LuzmoFilterValuePickerNumeric",{enumerable:!0,get:()=>A.LuzmoFilterValuePickerNumeric});exports.LuzmoGrid=e.LuzmoGrid;Object.defineProperty(exports,"LuzmoGridItemActionsMenu",{enumerable:!0,get:()=>e.LuzmoGridItemActionsMenu});Object.defineProperty(exports,"LuzmoSlotContentsPicker",{enumerable:!0,get:()=>N.LuzmoSlotContentsPicker});exports.LuzmoSlotMenu=w.LuzmoSlotMenu;exports.LuzmoSlotMenuList=j.LuzmoSlotMenuList;exports.PeriodOverPeriodCondition=R.PeriodOverPeriodCondition;exports.decomposeNumericFormat=V.decomposeNumericFormat;exports.formatter=H.formatter;exports.localize=U.localize;exports.switchItem=W.switchItem;exports.getTheme=t.getTheme;exports.systemThemeIds=t.systemThemeIds;exports.itemGroups=J;exports.itemList=Q;exports.itemTypes=K;
20
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./ai-chat-message-assistant/index.cjs"),a=require("./ai-chat-message-user/index.cjs"),i=require("./ai-chat-messages-container/index.cjs"),l=require("./ai-interaction-textarea/index.cjs"),o=require("./dataset-icon/index.cjs"),p=require("./dataset-selector-list/index.cjs"),n=require("./dataset-selector-row/index.cjs"),u=require("./index-BUal0r_D.cjs"),c=require("./display-settings-binning/index.cjs"),m=require("./display-settings-datetime/index.cjs"),s=require("./display-settings-grand-totals/index.cjs"),b=require("./display-settings-numeric/index.cjs"),d=require("./display-settings-period-over-period/index.cjs"),g=require("./draggable-data-item/index.cjs"),h=require("./draggable-data-item-level/index.cjs"),y=require("./droppable-slot/index.cjs"),L=require("./edit-item/index.cjs"),C=require("./index-DvkzMbLt.cjs"),z=require("./edit-option-action-button-group/index.cjs"),P=require("./edit-option-color-palette-picker/index.cjs"),k=require("./edit-option-color-picker/index.cjs"),S=require("./edit-option-color-range/index.cjs"),x=require("./edit-option-multi-language-field/index.cjs"),O=require("./edit-option-number-field/index.cjs"),f=require("./edit-option-picker/index.cjs"),D=require("./edit-option-position-picker/index.cjs"),q=require("./edit-option-positions-number-field/index.cjs"),F=require("./edit-option-radio-button-group/index.cjs"),_=require("./edit-option-slider/index.cjs"),M=require("./edit-option-switch/index.cjs"),E=require("./edit-option-text-field/index.cjs"),v=require("./filter-data-item-picker/index.cjs"),I=require("./index-BNAmjOkm.cjs"),T=require("./filter-item/index.cjs"),B=require("./filter-value-picker/index.cjs"),G=require("./filter-value-picker-datetime/index.cjs"),A=require("./filter-value-picker-hierarchy/index.cjs"),N=require("./filter-value-picker-numeric/index.cjs"),e=require("./grid/index.cjs"),w=require("./slot-contents-picker/index.cjs"),j=require("./slot-menu/index.cjs"),R=require("./slot-menu-list/index.cjs"),V=require("./types-VPf7E5dD.cjs"),H=require("./decompose-numeric-format-B3rVVHpO.cjs"),U=require("./en--a5SfjnM.cjs"),W=require("./localize-C4zNlrwK.cjs"),J=require("./utils.cjs"),t=require("./index-Vdyb9z2D.cjs"),K=[{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-comparison-filter",label:"Date Comparison Filter"},{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"}],X=[{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-comparison-filter",type:"date-comparison-filter",label:"Date Comparison Filter",group:"filters"},{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.LuzmoAiChatMessageAssistant=r.LuzmoAiChatMessageAssistant;exports.LuzmoAiChatMessageUser=a.LuzmoAiChatMessageUser;exports.LuzmoAiChatMessagesContainer=i.LuzmoAiChatMessagesContainer;Object.defineProperty(exports,"LuzmoAiInteractionTextarea",{enumerable:!0,get:()=>l.LuzmoAiInteractionTextarea});exports.LuzmoDatasetIcon=o.LuzmoDatasetIcon;exports.LuzmoDatasetSelectorList=p.LuzmoDatasetSelectorList;exports.LuzmoDatasetSelectorRow=n.LuzmoDatasetSelectorRow;exports.LuzmoDisplaySettings=u.LuzmoDisplaySettings;Object.defineProperty(exports,"LuzmoDisplaySettingsBinning",{enumerable:!0,get:()=>c.LuzmoDisplaySettingsBinning});Object.defineProperty(exports,"LuzmoDisplaySettingsDatetime",{enumerable:!0,get:()=>m.LuzmoDisplaySettingsDatetime});Object.defineProperty(exports,"LuzmoDisplaySettingsGrandTotals",{enumerable:!0,get:()=>s.LuzmoDisplaySettingsGrandTotals});Object.defineProperty(exports,"LuzmoDisplaySettingsNumeric",{enumerable:!0,get:()=>b.LuzmoDisplaySettingsNumeric});Object.defineProperty(exports,"LuzmoDisplaySettingsPeriodOverPeriod",{enumerable:!0,get:()=>d.LuzmoDisplaySettingsPeriodOverPeriod});Object.defineProperty(exports,"LuzmoDraggableDataItem",{enumerable:!0,get:()=>g.LuzmoDraggableDataItem});exports.LuzmoDraggableDataItemLevel=h.LuzmoDraggableDataItemLevel;Object.defineProperty(exports,"LuzmoDroppableSlot",{enumerable:!0,get:()=>y.LuzmoDroppableSlot});exports.LuzmoEditItem=L.LuzmoEditItem;exports.LuzmoEditOption=C.LuzmoEditOption;exports.LuzmoEditOptionActionButtonGroup=z.LuzmoEditOptionActionButtonGroup;exports.LuzmoEditOptionColorPalettePicker=P.LuzmoEditOptionColorPalettePicker;exports.LuzmoEditOptionColorPicker=k.LuzmoEditOptionColorPicker;exports.LuzmoEditOptionColorRange=S.LuzmoEditOptionColorRange;exports.LuzmoEditOptionMultiLangField=x.LuzmoEditOptionMultiLangField;exports.LuzmoEditOptionNumberField=O.LuzmoEditOptionNumberField;exports.LuzmoEditOptionPicker=f.LuzmoEditOptionPicker;exports.LuzmoEditOptionPositionPicker=D.LuzmoEditOptionPositionPicker;exports.LuzmoEditOptionPositionsNumberField=q.LuzmoEditOptionPositionsNumberField;exports.LuzmoEditOptionRadioButtonGroup=F.LuzmoEditOptionRadioButtonGroup;exports.LuzmoEditOptionSlider=_.LuzmoEditOptionSlider;exports.LuzmoEditOptionSwitch=M.LuzmoEditOptionSwitch;exports.LuzmoEditOptionTextField=E.LuzmoEditOptionTextField;Object.defineProperty(exports,"LuzmoFilterDataItemPicker",{enumerable:!0,get:()=>v.LuzmoFilterDataItemPicker});Object.defineProperty(exports,"LuzmoFilterExpressionPicker",{enumerable:!0,get:()=>I.LuzmoFilterExpressionPicker});Object.defineProperty(exports,"LuzmoFilterItem",{enumerable:!0,get:()=>T.LuzmoFilterItem});exports.LuzmoFilterValuePicker=B.LuzmoFilterValuePicker;exports.LuzmoFilterValuePickerDatetime=G.LuzmoFilterValuePickerDatetime;Object.defineProperty(exports,"LuzmoFilterValuePickerHierarchy",{enumerable:!0,get:()=>A.LuzmoFilterValuePickerHierarchy});Object.defineProperty(exports,"LuzmoFilterValuePickerNumeric",{enumerable:!0,get:()=>N.LuzmoFilterValuePickerNumeric});exports.LuzmoGrid=e.LuzmoGrid;Object.defineProperty(exports,"LuzmoGridItemActionsMenu",{enumerable:!0,get:()=>e.LuzmoGridItemActionsMenu});Object.defineProperty(exports,"LuzmoSlotContentsPicker",{enumerable:!0,get:()=>w.LuzmoSlotContentsPicker});exports.LuzmoSlotMenu=j.LuzmoSlotMenu;exports.LuzmoSlotMenuList=R.LuzmoSlotMenuList;exports.PeriodOverPeriodCondition=V.PeriodOverPeriodCondition;exports.decomposeNumericFormat=H.decomposeNumericFormat;exports.formatter=U.formatter;exports.localize=W.localize;exports.switchItem=J.switchItem;exports.getTheme=t.getTheme;exports.systemThemeIds=t.systemThemeIds;exports.itemGroups=K;exports.itemList=X;exports.itemTypes=Q;