@orangelogic/design-system 2.132.0 → 2.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/library/chunks/{asset.D_VITxRH.js → asset.CcxcYY9d.js} +2 -2
  2. package/library/chunks/{button.DcInI7IV.js → button.DYoFn504.js} +1 -1
  3. package/library/chunks/calendar-grid.CvdcwfTo.js +34 -0
  4. package/library/chunks/checkbox.BzbWmmJ0.js +198 -0
  5. package/library/chunks/{color-swatch-group.Cy-M_lbx.js → color-swatch-group.Dx6-kWC-.js} +3 -3
  6. package/library/chunks/{color-swatch.U-wztpLf.js → color-swatch.0zyBEfL_.js} +1 -1
  7. package/library/chunks/{confirm-popover.DfAd2F8S.js → confirm-popover.DpVYvK20.js} +3 -3
  8. package/library/chunks/{date-picker.D0SJADN6.js → date-picker.DTUICGb9.js} +2 -2
  9. package/library/chunks/date.dSYNLBVO.js +77 -0
  10. package/library/chunks/{dialog.BlKHLwFx.js → dialog.BwBD_hJi.js} +2 -2
  11. package/library/chunks/{document-viewer.CzGnnA_9.js → document-viewer.BM716ovi.js} +7 -7
  12. package/library/chunks/{dot-pagination.CNJWQ4zf.js → dot-pagination.B70lV5Av.js} +1 -1
  13. package/library/chunks/{file-on-demand.Dr05DdkU.js → file-on-demand.CsT96fvk.js} +9 -9
  14. package/library/chunks/{folder-select.CHzRsSGM.js → folder-select.DwZ7lczk.js} +4 -4
  15. package/library/chunks/{header.WRWyUU36.js → header.BMGvKrdP.js} +1 -1
  16. package/library/chunks/{i18n.NAH4U8Lw.js → i18n.DoMIwXr2.js} +61 -45
  17. package/library/chunks/{icon-button.COTH_z-J.js → icon-button.B-Jf9W3v.js} +1 -1
  18. package/library/chunks/{iframe.DvBR4KYU.js → iframe.Cdv6esyS.js} +1 -1
  19. package/library/chunks/{image.DAtx64Jj.js → image.SLqIVjqc.js} +2 -2
  20. package/library/chunks/{input.BRgVRr2i.js → input.CQNhMu4z.js} +1 -1
  21. package/library/chunks/{list-editor.CwCdVzMl.js → list-editor.BhMNYL8R.js} +9 -9
  22. package/library/chunks/{option.BH13eKSl.js → option.SCVixE2L.js} +1 -1
  23. package/library/chunks/{pagination.tSkuYrqk.js → pagination.BFE6Nk3_.js} +5 -5
  24. package/library/chunks/{resizable-component.styles.B5N-oYx6.js → resizable-component.styles.BVhOesNE.js} +1 -1
  25. package/library/chunks/{tab-group.GA4X3LL2.js → tab-group.C-p2Dljr.js} +3 -3
  26. package/library/chunks/{table.C6YsaNOh.js → table.DWcxLbq6.js} +3581 -2656
  27. package/library/chunks/{tree.CbeHY8pn.js → tree.C2mLhREj.js} +2 -2
  28. package/library/components/alert.js +2 -2
  29. package/library/components/asset-link-format.js +7 -7
  30. package/library/components/atoms.js +22 -22
  31. package/library/components/audio.js +3 -3
  32. package/library/components/border-input-group.js +2 -2
  33. package/library/components/breadcrumb.js +1 -1
  34. package/library/components/button.js +2 -2
  35. package/library/components/checkbox.js +18 -195
  36. package/library/components/color-picker.js +3 -3
  37. package/library/components/color-swatch-group.js +4 -4
  38. package/library/components/color-swatch.js +2 -2
  39. package/library/components/confirm-popover.js +4 -4
  40. package/library/components/copy-button.js +1 -1
  41. package/library/components/corner-position-input-group.js +3 -3
  42. package/library/components/date-calendar.js +10 -9
  43. package/library/components/details.js +1 -1
  44. package/library/components/dialog.js +3 -3
  45. package/library/components/diff.js +77 -51
  46. package/library/components/document-viewer.js +4 -4
  47. package/library/components/dot-pagination.js +2 -2
  48. package/library/components/drawer.js +2 -2
  49. package/library/components/dropdown.js +2 -2
  50. package/library/components/dynamic-select.js +4 -4
  51. package/library/components/e-chart.js +1 -1
  52. package/library/components/element-clamp.js +2 -2
  53. package/library/components/file-on-demand.js +10 -10
  54. package/library/components/folder-select.js +4 -4
  55. package/library/components/format-bytes.js +1 -1
  56. package/library/components/format-date.js +38 -23
  57. package/library/components/format-number.js +1 -1
  58. package/library/components/format-time.js +1 -1
  59. package/library/components/header.js +2 -2
  60. package/library/components/icon-button.js +2 -2
  61. package/library/components/iframe.js +2 -2
  62. package/library/components/image-comparer.js +1 -1
  63. package/library/components/image.js +3 -3
  64. package/library/components/input.js +2 -2
  65. package/library/components/line-clamp.js +1 -1
  66. package/library/components/list-editor.js +7 -7
  67. package/library/components/masonry.js +2 -2
  68. package/library/components/menu-item.js +2 -2
  69. package/library/components/menu.js +1 -1
  70. package/library/components/molecules.js +4 -4
  71. package/library/components/option.js +2 -2
  72. package/library/components/organisms.js +2 -2
  73. package/library/components/padding-input-group.js +1 -1
  74. package/library/components/pagination.js +6 -6
  75. package/library/components/popup.js +1 -1
  76. package/library/components/position-picker.js +1 -1
  77. package/library/components/progress-bar.js +1 -1
  78. package/library/components/progress-ring.js +1 -1
  79. package/library/components/range.js +1 -1
  80. package/library/components/rating.js +1 -1
  81. package/library/components/relative-time.js +1 -1
  82. package/library/components/select.js +2 -2
  83. package/library/components/shadow-input-group.js +1 -1
  84. package/library/components/share-option-list.js +1 -1
  85. package/library/components/sidebar.js +1 -1
  86. package/library/components/size-input-group.js +3 -3
  87. package/library/components/spinner.js +1 -1
  88. package/library/components/split-panel.js +1 -1
  89. package/library/components/tab-group.js +4 -4
  90. package/library/components/tab.js +2 -2
  91. package/library/components/table.js +16 -16
  92. package/library/components/tag.js +2 -2
  93. package/library/components/tooltip.js +1 -1
  94. package/library/components/tree-item.js +3 -3
  95. package/library/components/tree.js +2 -2
  96. package/library/components/typeface.js +2 -2
  97. package/library/components/types.js +38201 -38461
  98. package/library/components/video.js +3 -3
  99. package/library/package.json +1 -1
  100. package/library/packages/atoms/src/components/checkbox/checkbox.d.ts +3 -0
  101. package/library/packages/atoms/src/components/diff/utils/diff-worker-client.d.ts +2 -1
  102. package/library/packages/atoms/src/components/format-date/format-date.d.ts +8 -0
  103. package/library/packages/atoms/src/components/menu-item/menu-item.d.ts +2 -0
  104. package/library/packages/atoms/src/components/table/components/table-toolbar/table-dropdown-filter.d.ts +1 -1
  105. package/library/packages/atoms/src/components/table/components/table-toolbar/table-group-by-dropdown.d.ts +44 -0
  106. package/library/packages/atoms/src/components/table/components/table-toolbar/table-saved-search-dropdown.d.ts +1 -1
  107. package/library/packages/atoms/src/components/table/components/table-toolbar/table-toolbar.d.ts +33 -1
  108. package/library/packages/atoms/src/components/table/controllers/ajax-facets/ajax-facet-data-controller.d.ts +39 -0
  109. package/library/packages/atoms/src/components/table/controllers/ajax-facets/ajax-facet-filter-controller.d.ts +27 -0
  110. package/library/packages/atoms/src/components/table/{filter-controller.d.ts → controllers/filter-controller.d.ts} +24 -3
  111. package/library/packages/atoms/src/components/table/controllers/select-all-controller.d.ts +55 -0
  112. package/library/packages/atoms/src/components/table/table.d.ts +70 -1
  113. package/library/packages/events/src/cx-table-dropdown-filter-change.d.ts +1 -1
  114. package/library/packages/events/src/cx-table-export.d.ts +1 -1
  115. package/library/packages/events/src/cx-table-group-by-change.d.ts +8 -0
  116. package/library/packages/events/src/cx-table-select-all-change.d.ts +8 -0
  117. package/library/packages/events/src/events.d.ts +2 -0
  118. package/library/packages/hybrid/table-core/src/tabulator-tables/core/TabulatorFull.d.ts +1 -1
  119. package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters/avatar.d.ts +5 -0
  120. package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters/date.d.ts +12 -0
  121. package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters/diff.d.ts +2 -1
  122. package/library/packages/hybrid/table-core/src/tabulator-tables/modules/Format/defaults/formatters.d.ts +4 -0
  123. package/library/packages/hybrid/table-core/src/tabulator-tables/modules/GroupRows/Group.d.ts +1 -0
  124. package/library/packages/hybrid/table-core/src/tabulator-tables/modules/GroupRows/GroupRows.d.ts +7 -0
  125. package/library/packages/hybrid/table-core/src/tabulator-tables/modules/SelectRow/extensions/formatters/rowSelection.d.ts +1 -1
  126. package/library/packages/molecules/src/faceted-filter/faceted-filter.d.ts +2 -0
  127. package/library/packages/types/src/faceted-filter.d.ts +11 -0
  128. package/library/packages/types/src/format-date.d.ts +12 -0
  129. package/library/packages/types/src/table.d.ts +40 -21
  130. package/library/packages/utils/src/custom-element/i18n-utils.d.ts +7 -0
  131. package/library/packages/utils/src/custom-element/i18n.d.ts +1 -0
  132. package/library/react-web-component.d.ts +278 -246
  133. package/library/utils.js +86 -85
  134. package/package.json +1 -1
  135. package/library/assets/diff.worker-ClilI1xm.js +0 -1
  136. package/library/chunks/calendar-grid.CXYoS6VA.js +0 -108
@@ -1,119 +1,134 @@
1
- import { p as b } from "./purify.es.BIuh5IAZ.js";
2
- const l = /* @__PURE__ */ new Set(), v = new MutationObserver(f), n = /* @__PURE__ */ new Map(), h = /* @__PURE__ */ new Map();
3
- let d = document.documentElement.dir || "ltr", m = document.documentElement.lang || navigator.language, r;
4
- v.observe(document.documentElement, {
1
+ import { p as v } from "./purify.es.BIuh5IAZ.js";
2
+ const A = /* @__PURE__ */ new Set(["weekday", "era", "year", "month", "day"]), T = /* @__PURE__ */ new Set(["hour", "minute", "second", "dayPeriod", "timeZoneName"]), u = /* @__PURE__ */ new Set(), C = new MutationObserver(y), n = /* @__PURE__ */ new Map(), g = /* @__PURE__ */ new Map();
3
+ let h = document.documentElement.dir || "ltr", f = document.documentElement.lang || navigator.language, r;
4
+ C.observe(document.documentElement, {
5
5
  attributeFilter: ["dir", "lang"],
6
6
  attributes: !0
7
7
  });
8
- function T(e) {
9
- return `${e.dir || d}`.toLowerCase();
8
+ function k(e) {
9
+ return `${e.dir || h}`.toLowerCase();
10
10
  }
11
- function u(...e) {
11
+ function m(...e) {
12
12
  e.map((t) => {
13
13
  const o = t.$code.toLowerCase();
14
14
  n.has(o) ? n.set(o, { ...n.get(o), ...t }) : n.set(o, t), r || (r = t);
15
15
  });
16
16
  }
17
- function g(...e) {
18
- if (u(...e), globalThis.WC_TRANSLATION) {
17
+ function w(...e) {
18
+ if (m(...e), globalThis.WC_TRANSLATION) {
19
19
  const t = { ...globalThis.WC_TRANSLATION };
20
- typeof t.$code == "string" && u(t);
20
+ typeof t.$code == "string" && m(t);
21
21
  }
22
22
  if (globalThis.LANGUAGE_NAMES) {
23
23
  const t = { ...globalThis.LANGUAGE_NAMES };
24
- Object.entries(t).forEach(([o, a]) => {
25
- h.set(o.replace(/_/g, "-").toLowerCase(), a);
24
+ Object.entries(t).forEach(([o, i]) => {
25
+ g.set(o.replace(/_/g, "-").toLowerCase(), i);
26
26
  });
27
27
  }
28
- f();
28
+ y();
29
29
  }
30
- function f() {
31
- d = document.documentElement.dir || "ltr", m = document.documentElement.lang || navigator.language, [...l.keys()].forEach((e) => {
30
+ function y() {
31
+ h = document.documentElement.dir || "ltr", f = document.documentElement.lang || navigator.language, [...u.keys()].forEach((e) => {
32
32
  typeof e.requestUpdate == "function" && e.requestUpdate();
33
33
  });
34
34
  }
35
- let A = class {
35
+ let S = class {
36
36
  constructor(t) {
37
37
  this.host = t, this.host.addController(this);
38
38
  }
39
39
  hostConnected() {
40
- l.add(this.host);
40
+ u.add(this.host);
41
41
  }
42
42
  hostDisconnected() {
43
- l.delete(this.host);
43
+ u.delete(this.host);
44
44
  }
45
45
  /**
46
46
  * Gets the host element's directionality as determined by the `dir` attribute. The return value is transformed to
47
47
  * lowercase.
48
48
  */
49
49
  dir() {
50
- return `${this.host.dir || d}`.toLowerCase();
50
+ return `${this.host.dir || h}`.toLowerCase();
51
51
  }
52
52
  /**
53
53
  * Gets the host element's language as determined by the `lang` attribute. The return value is transformed to
54
54
  * lowercase.
55
55
  */
56
56
  lang() {
57
- return `${this.host.lang || m}`.toLowerCase();
57
+ return `${this.host.lang || f}`.toLowerCase();
58
58
  }
59
59
  getTranslationData(t) {
60
- let o, a = "", i = "";
60
+ let o, i = "", a = "";
61
61
  try {
62
- o = new Intl.Locale(t.replace(/_/g, "-")), a = o?.language?.toLowerCase() ?? "", i = o?.region?.toLowerCase() ?? "";
62
+ o = new Intl.Locale(t.replace(/_/g, "-")), i = o?.language?.toLowerCase() ?? "", a = o?.region?.toLowerCase() ?? "";
63
63
  } catch {
64
- const [c, p] = t.replace(/_/g, "-").split("-");
65
- a = c ? c.toLowerCase() : "", i = p ? p.toLowerCase() : "", o = { language: a, region: i };
64
+ const [l, p] = t.replace(/_/g, "-").split("-");
65
+ i = l ? l.toLowerCase() : "", a = p ? p.toLowerCase() : "", o = { language: i, region: a };
66
66
  }
67
- const s = i && n.get(`${a}-${i}`) ? n.get(`${a}-${i}`) : void 0, y = n.get(a);
68
- return { language: a, locale: o, primary: s, region: i, secondary: y };
67
+ const s = a && n.get(`${i}-${a}`) ? n.get(`${i}-${a}`) : void 0, d = n.get(i);
68
+ return { language: i, locale: o, primary: s, region: a, secondary: d };
69
69
  }
70
70
  /** Determines if the specified term exists, optionally checking the fallback translation. */
71
71
  exists(t, o) {
72
- const { primary: a, secondary: i } = this.getTranslationData(
72
+ const { primary: i, secondary: a } = this.getTranslationData(
73
73
  o.lang ?? this.lang()
74
74
  );
75
75
  return o = {
76
76
  includeFallback: !1,
77
77
  ...o
78
- }, !!(a && a[t] || i && i[t] || o.includeFallback && r && r[t]);
78
+ }, !!(i && i[t] || a && a[t] || o.includeFallback && r && r[t]);
79
79
  }
80
80
  /** Outputs a translated term. */
81
81
  term(t, ...o) {
82
- const { primary: a, secondary: i } = this.getTranslationData(this.lang());
82
+ const { primary: i, secondary: a } = this.getTranslationData(this.lang());
83
83
  let s;
84
- if (a && a[t])
85
- s = a[t];
86
- else if (i && i[t])
84
+ if (i && i[t])
87
85
  s = i[t];
86
+ else if (a && a[t])
87
+ s = a[t];
88
88
  else if (r && r[t])
89
89
  s = r[t];
90
90
  else
91
91
  return String(t);
92
- return typeof s == "function" ? b.sanitize(s(...o)) : s;
92
+ return typeof s == "function" ? v.sanitize(s(...o)) : s;
93
93
  }
94
94
  languageName(t) {
95
- return String(h.get(t) ?? "");
95
+ return String(g.get(t) ?? "");
96
96
  }
97
97
  /** Outputs a localized date in the specified format. */
98
98
  date(t, o) {
99
99
  return t = new Date(t), new Intl.DateTimeFormat(this.lang(), o).format(t);
100
100
  }
101
+ /**
102
+ * Outputs a localized date/time without the locale connector literal
103
+ * (e.g. " at " in en-US) that Intl.DateTimeFormat inserts between date and
104
+ * time parts when both are present. Uses formatToParts() and replaces the
105
+ * connector literal with a plain space.
106
+ */
107
+ dateWithoutConnector(t, o) {
108
+ const i = new Date(t), a = new Intl.DateTimeFormat(this.lang(), o).formatToParts(i);
109
+ return a.map((s, d) => {
110
+ if (s.type !== "literal")
111
+ return s.value;
112
+ const c = a[d - 1], l = a[d + 1];
113
+ return c != null && A.has(c.type) && l != null && T.has(l.type) ? " " : s.value;
114
+ }).join("");
115
+ }
101
116
  /** Outputs a localized number in the specified format. */
102
117
  number(t, o) {
103
118
  return t = Number(t), isNaN(t) ? "" : new Intl.NumberFormat(this.lang(), o).format(t);
104
119
  }
105
120
  /** Outputs a localized time in relative format. */
106
- relativeTime(t, o, a) {
121
+ relativeTime(t, o, i) {
107
122
  if (t === 0 || o === "second" && t < 0 && t > -10)
108
123
  return "Just now";
109
- const i = new Intl.RelativeTimeFormat(this.lang(), a).format(
124
+ const a = new Intl.RelativeTimeFormat(this.lang(), i).format(
110
125
  t,
111
126
  o
112
127
  );
113
- return t > 0 ? i.replace("in ", "").concat(" left") : i;
128
+ return t > 0 ? a.replace("in ", "").concat(" left") : a;
114
129
  }
115
130
  };
116
- const w = {
131
+ const b = {
117
132
  $code: "en-us",
118
133
  $dir: "ltr",
119
134
  $name: "English",
@@ -518,6 +533,7 @@ const w = {
518
533
  expo: "Expo",
519
534
  export: "Export",
520
535
  exportAsCsv: "Export as CSV",
536
+ exportAsPdf: "Export as PDF",
521
537
  exportAsXml: "Export as XML",
522
538
  extension: "Extension",
523
539
  externalLink: "External link",
@@ -557,7 +573,7 @@ const w = {
557
573
  fontColor: "Font color",
558
574
  fontKit: "Font kit",
559
575
  fontKitPreview: "Font kit preview",
560
- fontNthOfTotalFonts: (e, t, o, a, i) => `Font ${t} of ${e}: ${o} ${a} ${i}`,
576
+ fontNthOfTotalFonts: (e, t, o, i, a) => `Font ${t} of ${e}: ${o} ${i} ${a}`,
561
577
  fontShowcase: "Font showcase",
562
578
  fontSize: "Font size",
563
579
  fontSizes: "Font sizes",
@@ -1154,12 +1170,12 @@ const w = {
1154
1170
  zoomOut: "Zoom out",
1155
1171
  zoomToFit: "Zoom to fit"
1156
1172
  };
1157
- g(w);
1158
- class k extends A {
1173
+ w(b);
1174
+ class F extends S {
1159
1175
  }
1160
- g(w);
1176
+ w(b);
1161
1177
  export {
1162
- k as L,
1163
- T as d,
1164
- g as r
1178
+ F as L,
1179
+ k as d,
1180
+ w as r
1165
1181
  };
@@ -1,7 +1,7 @@
1
1
  import { n as r, C as g } from "./lib-cortex-element.CVMmyPMC.js";
2
2
  import { c as p } from "./component.styles.CRO4Odto.js";
3
3
  import { c as h } from "./custom-element.L4WJXn1j.js";
4
- import { L as m } from "./i18n.NAH4U8Lw.js";
4
+ import { L as m } from "./i18n.DoMIwXr2.js";
5
5
  import { r as f } from "./state.CSDxrqLd.js";
6
6
  import { e as v } from "./query.BBf1UFkC.js";
7
7
  import { e as y } from "./class-map.BiVq-cVR.js";
@@ -1,7 +1,7 @@
1
1
  import { n as r, C as d } from "./lib-cortex-element.CVMmyPMC.js";
2
2
  import { c as h } from "./component.styles.CRO4Odto.js";
3
3
  import { c as y } from "./custom-element.L4WJXn1j.js";
4
- import { L as u } from "./i18n.NAH4U8Lw.js";
4
+ import { L as u } from "./i18n.DoMIwXr2.js";
5
5
  import { w as g } from "./watch.CThbualB.js";
6
6
  import { i as v, x as p } from "./lit-element.jLBm65_O.js";
7
7
  import { e as b } from "./query.BBf1UFkC.js";
@@ -1,9 +1,9 @@
1
- import { r as we, R as Ee, H as Y, a as te, b as Ce } from "./resizable-component.styles.B5N-oYx6.js";
1
+ import { r as we, R as Ee, H as Y, a as te, b as Ce } from "./resizable-component.styles.BVhOesNE.js";
2
2
  import { c as ke } from "./component.styles.CRO4Odto.js";
3
3
  import { a as Le } from "./index.Cpamj0jB.js";
4
4
  import { c as Re } from "./custom-element.L4WJXn1j.js";
5
5
  import { d as Se } from "./debounce.DaHuiSGU.js";
6
- import { L as $e } from "./i18n.NAH4U8Lw.js";
6
+ import { L as $e } from "./i18n.DoMIwXr2.js";
7
7
  import { w as Z } from "./watch.CThbualB.js";
8
8
  import { i as re, E as V, x as E } from "./lit-element.jLBm65_O.js";
9
9
  import { n as y } from "./lib-cortex-element.CVMmyPMC.js";
@@ -4,7 +4,7 @@ import { f as ot } from "./form-control.styles.CaGWmeAS.js";
4
4
  import { c as lt } from "./custom-element.L4WJXn1j.js";
5
5
  import { d as ht } from "./default-value.COZopaet.js";
6
6
  import { F as pt } from "./form.3af0bYrm.js";
7
- import { L as ct } from "./i18n.NAH4U8Lw.js";
7
+ import { L as ct } from "./i18n.DoMIwXr2.js";
8
8
  import { H as dt } from "./slot.j5oheLJC.js";
9
9
  import { w as V } from "./watch.CThbualB.js";
10
10
  import { i as ft, x as E } from "./lit-element.jLBm65_O.js";
@@ -1,22 +1,22 @@
1
- import { C as k } from "./button.DcInI7IV.js";
2
- import { C as G, D as R } from "./dialog.BlKHLwFx.js";
1
+ import { C as k } from "./button.DYoFn504.js";
2
+ import { C as G, D as R } from "./dialog.BwBD_hJi.js";
3
3
  import B from "../components/grid.js";
4
4
  import F from "../components/grid-item.js";
5
- import { C as E } from "./input.BRgVRr2i.js";
5
+ import { C as E } from "./input.CQNhMu4z.js";
6
6
  import P from "../components/line-clamp.js";
7
- import { C as K } from "./option.BH13eKSl.js";
7
+ import { C as K } from "./option.SCVixE2L.js";
8
8
  import U from "../components/radio.js";
9
9
  import H from "../components/radio-group.js";
10
10
  import V from "../components/select.js";
11
11
  import T from "../components/space.js";
12
- import { C as W, H as J } from "./table.C6YsaNOh.js";
12
+ import { C as W, H as J } from "./table.DWcxLbq6.js";
13
13
  import { C as L } from "./typography.DJC_UXgs.js";
14
14
  import { n as r, C as D } from "./lib-cortex-element.CVMmyPMC.js";
15
15
  import X from "../components/dynamic-select.js";
16
16
  import { c as M } from "./component.styles.CRO4Odto.js";
17
17
  import { c as z } from "./custom-element.L4WJXn1j.js";
18
18
  import { d as Y } from "./debounce.DaHuiSGU.js";
19
- import { L as O } from "./i18n.NAH4U8Lw.js";
19
+ import { L as O } from "./i18n.DoMIwXr2.js";
20
20
  import { w as v } from "./watch.CThbualB.js";
21
21
  import { a as Z } from "./_commonjsHelpers.DQNKXVTB.js";
22
22
  import { i as j, x as l } from "./lit-element.jLBm65_O.js";
@@ -28,9 +28,9 @@ import { o as te } from "./map.D8heArFD.js";
28
28
  import { c as x } from "./repeat.DbF2p5ae.js";
29
29
  import { n as N } from "./when.Dr1es41R.js";
30
30
  import { t as ae } from "./toString.CAY8lys2.js";
31
- import { C as ie } from "./icon-button.COTH_z-J.js";
32
- import { C as ne } from "./image.DAtx64Jj.js";
33
- import { a as se, F as I, b as w } from "./asset.D_VITxRH.js";
31
+ import { C as ie } from "./icon-button.B-Jf9W3v.js";
32
+ import { C as ne } from "./image.SLqIVjqc.js";
33
+ import { a as se, F as I, b as w } from "./asset.CcxcYY9d.js";
34
34
  import { a as re } from "./index.Cpamj0jB.js";
35
35
  import { A as g } from "./content-builder.BGzxZUgi.js";
36
36
  import { b as oe, t as $ } from "./string.CbnVBzsd.js";
@@ -1,7 +1,7 @@
1
1
  import { n as s, C as x } from "./lib-cortex-element.CVMmyPMC.js";
2
2
  import { c as m } from "./component.styles.CRO4Odto.js";
3
3
  import { c as v } from "./custom-element.L4WJXn1j.js";
4
- import { L as g } from "./i18n.NAH4U8Lw.js";
4
+ import { L as g } from "./i18n.DoMIwXr2.js";
5
5
  import { w as d } from "./watch.CThbualB.js";
6
6
  import { i as _, x as h } from "./lit-element.jLBm65_O.js";
7
7
  import { r as f } from "./state.CSDxrqLd.js";
@@ -1,8 +1,8 @@
1
1
  import b from "../components/space.js";
2
2
  import { n as o, C as _ } from "./lib-cortex-element.CVMmyPMC.js";
3
- import { C as P, I as y } from "./icon-button.COTH_z-J.js";
3
+ import { C as P, I as y } from "./icon-button.B-Jf9W3v.js";
4
4
  import { c as f } from "./custom-element.L4WJXn1j.js";
5
- import { L as z } from "./i18n.NAH4U8Lw.js";
5
+ import { L as z } from "./i18n.DoMIwXr2.js";
6
6
  import { c as m } from "./math.DuKzLacZ.js";
7
7
  import { w as d } from "./watch.CThbualB.js";
8
8
  import { i as C, x as s } from "./lit-element.jLBm65_O.js";
@@ -10,9 +10,9 @@ import { r as S } from "./state.CSDxrqLd.js";
10
10
  import { e as $ } from "./class-map.BiVq-cVR.js";
11
11
  import { c as x } from "./repeat.DbF2p5ae.js";
12
12
  import { n as g } from "./when.Dr1es41R.js";
13
- import { C as w } from "./button.DcInI7IV.js";
14
- import { C as v } from "./input.BRgVRr2i.js";
15
- import { C as I } from "./option.BH13eKSl.js";
13
+ import { C as w } from "./button.DYoFn504.js";
14
+ import { C as v } from "./input.CQNhMu4z.js";
15
+ import { C as I } from "./option.SCVixE2L.js";
16
16
  import B from "../components/select.js";
17
17
  import N from "../components/tooltip.js";
18
18
  import { C as k } from "./typography.DJC_UXgs.js";
@@ -3,7 +3,7 @@ import { C as N, n as o } from "./lib-cortex-element.CVMmyPMC.js";
3
3
  import { r as x } from "./state.CSDxrqLd.js";
4
4
  import { e as W } from "./query.BBf1UFkC.js";
5
5
  import { E as $, b as S } from "./index.Cpamj0jB.js";
6
- var b = /* @__PURE__ */ ((t) => (t.Auto = "auto", t.Fixed = "fixed", t))(b || {}), p = /* @__PURE__ */ ((t) => (t.Both = "both", t.Horizontal = "horizontal", t.Vertical = "vertical", t))(p || {}), k = /* @__PURE__ */ ((t) => (t.Bottom = "bottom", t.BottomCenter = "bottom-center", t.BottomLeft = "bottom-left", t.BottomRight = "bottom-right", t.CenterCenter = "center-center", t.CenterLeft = "center-left", t.CenterRight = "center-right", t.Left = "left", t.Right = "right", t.Top = "top", t.TopCenter = "top-center", t.TopLeft = "top-left", t.TopRight = "top-right", t))(k || {}), B = /* @__PURE__ */ ((t) => (t.Jump = "jump", t.None = "none", t.TextReveal = "text-reveal", t.Zoom = "zoom", t))(B || {}), C = /* @__PURE__ */ ((t) => (t.PopOut = "pop-out", t.WithinBorders = "within-borders", t))(C || {}), H = /* @__PURE__ */ ((t) => (t.Fade = "fade", t.Slide = "slide", t))(H || {}), I = Object.defineProperty, l = (t, e, g, v) => {
6
+ var k = /* @__PURE__ */ ((t) => (t.Bottom = "bottom", t.BottomCenter = "bottom-center", t.BottomLeft = "bottom-left", t.BottomRight = "bottom-right", t.CenterCenter = "center-center", t.CenterLeft = "center-left", t.CenterRight = "center-right", t.Left = "left", t.Right = "right", t.Top = "top", t.TopCenter = "top-center", t.TopLeft = "top-left", t.TopRight = "top-right", t))(k || {}), B = /* @__PURE__ */ ((t) => (t.Jump = "jump", t.None = "none", t.TextReveal = "text-reveal", t.Zoom = "zoom", t))(B || {}), C = /* @__PURE__ */ ((t) => (t.PopOut = "pop-out", t.WithinBorders = "within-borders", t))(C || {}), H = /* @__PURE__ */ ((t) => (t.Fade = "fade", t.Slide = "slide", t))(H || {}), b = /* @__PURE__ */ ((t) => (t.Auto = "auto", t.Fixed = "fixed", t))(b || {}), p = /* @__PURE__ */ ((t) => (t.Both = "both", t.Horizontal = "horizontal", t.Vertical = "vertical", t))(p || {}), I = Object.defineProperty, l = (t, e, g, v) => {
7
7
  for (var s = void 0, h = t.length - 1, a; h >= 0; h--)
8
8
  (a = t[h]) && (s = a(e, g, s) || s);
9
9
  return s && I(e, g, s), s;
@@ -2,7 +2,7 @@ import In from "../components/resize-observer.js";
2
2
  import { n as wt, C as Fn } from "./lib-cortex-element.CVMmyPMC.js";
3
3
  import { c as Ln } from "./component.styles.CRO4Odto.js";
4
4
  import { c as $n } from "./custom-element.L4WJXn1j.js";
5
- import { L as Nn } from "./i18n.NAH4U8Lw.js";
5
+ import { L as Nn } from "./i18n.DoMIwXr2.js";
6
6
  import { s as Zi } from "./scroll.xtO5yojm.js";
7
7
  import { w as ft } from "./watch.CThbualB.js";
8
8
  import { i as Bn } from "./dom.BXeuEG1b.js";
@@ -17,9 +17,9 @@ import { i as Ji } from "./guard.D4axKaMo.js";
17
17
  import { o as tr } from "./map.D8heArFD.js";
18
18
  import { o as Ue } from "./style-map.llVFPd__.js";
19
19
  import { n as Pe } from "./when.Dr1es41R.js";
20
- import { C as Yn } from "./button.DcInI7IV.js";
20
+ import { C as Yn } from "./button.DYoFn504.js";
21
21
  import Xn from "../components/dropdown.js";
22
- import { C as qn } from "./icon-button.COTH_z-J.js";
22
+ import { C as qn } from "./icon-button.B-Jf9W3v.js";
23
23
  import Gn from "../components/menu.js";
24
24
  import Kn from "../components/menu-item.js";
25
25
  import jn from "../components/tab.js";