@luzmo/analytics-components-kit 1.0.1-alpha.15 → 1.0.1-alpha.151

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 (2848) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +652 -0
  3. package/angular/README.md +68 -0
  4. package/angular/angular-core-stubs.d.ts +33 -0
  5. package/angular/components/ai-interaction-textarea.component.ts +41 -0
  6. package/angular/components/data-field/index.ts +1 -0
  7. package/angular/components/data-field/types.ts +5 -0
  8. package/angular/components/data-field-level.component.ts +31 -0
  9. package/angular/components/data-field-panel/index.ts +1 -0
  10. package/angular/components/data-field-panel/types.ts +27 -0
  11. package/angular/components/data-field-panel.component.ts +53 -0
  12. package/angular/components/dataset-icon/index.ts +1 -0
  13. package/angular/components/dataset-icon/types.ts +8 -0
  14. package/angular/components/dataset-icon.component.ts +21 -0
  15. package/angular/components/dataset-selector-list.component.ts +33 -0
  16. package/angular/components/dataset-selector-row.component.ts +33 -0
  17. package/angular/components/display-settings/index.ts +1 -0
  18. package/angular/components/display-settings/types.ts +6 -0
  19. package/angular/components/display-settings-binning.component.ts +19 -0
  20. package/angular/components/display-settings-datetime.component.ts +21 -0
  21. package/angular/components/display-settings-grand-totals.component.ts +19 -0
  22. package/angular/components/display-settings-numeric.component.ts +23 -0
  23. package/angular/components/display-settings-period-over-period.component.ts +23 -0
  24. package/angular/components/display-settings.component.ts +45 -0
  25. package/angular/components/filter-expression-picker.component.ts +41 -0
  26. package/angular/components/filter-item.component.ts +39 -0
  27. package/angular/components/filter-parameter-picker.component.ts +27 -0
  28. package/angular/components/filter-value-picker-datetime.component.ts +29 -0
  29. package/angular/components/filter-value-picker-hierarchy.component.ts +35 -0
  30. package/angular/components/filter-value-picker-numeric.component.ts +35 -0
  31. package/angular/components/filter-value-picker.component.ts +39 -0
  32. package/angular/components/filters/index.ts +1 -0
  33. package/angular/components/filters/types.ts +9 -0
  34. package/angular/components/filters.component.ts +41 -0
  35. package/angular/components/item-grid/index.ts +1 -0
  36. package/angular/components/item-grid/types.ts +46 -0
  37. package/angular/components/item-grid-item-actions-menu.component.ts +25 -0
  38. package/angular/components/item-grid.component.ts +49 -0
  39. package/angular/components/item-option-action-button-group.component.ts +25 -0
  40. package/angular/components/item-option-color-palette-picker.component.ts +31 -0
  41. package/angular/components/item-option-color-picker.component.ts +31 -0
  42. package/angular/components/item-option-color-range.component.ts +43 -0
  43. package/angular/components/item-option-multi-language-field.component.ts +31 -0
  44. package/angular/components/item-option-number-field.component.ts +39 -0
  45. package/angular/components/item-option-panel.component.ts +37 -0
  46. package/angular/components/item-option-picker.component.ts +29 -0
  47. package/angular/components/item-option-position-picker.component.ts +23 -0
  48. package/angular/components/item-option-positions-number-field.component.ts +31 -0
  49. package/angular/components/item-option-radio-button-group.component.ts +27 -0
  50. package/angular/components/item-option-slider.component.ts +31 -0
  51. package/angular/components/item-option-switch.component.ts +23 -0
  52. package/angular/components/item-option-text-field.component.ts +25 -0
  53. package/angular/components/item-option.component.ts +39 -0
  54. package/angular/components/item-slot-drop/index.ts +1 -0
  55. package/angular/components/item-slot-drop/types.ts +6 -0
  56. package/angular/components/item-slot-drop-panel.component.ts +51 -0
  57. package/angular/components/item-slot-drop.component.ts +55 -0
  58. package/angular/components/item-slot-picker-panel.component.ts +63 -0
  59. package/angular/components/item-slot-picker.component.ts +55 -0
  60. package/angular/components/slot-menu/index.ts +1 -0
  61. package/angular/components/slot-menu/types.ts +29 -0
  62. package/angular/components/slot-menu-list.component.ts +25 -0
  63. package/angular/components/slot-menu.component.ts +67 -0
  64. package/angular/components/viz-item-menu/index.ts +1 -0
  65. package/angular/components/viz-item-menu/types.ts +1 -0
  66. package/angular/components/viz-item-menu.component.ts +23 -0
  67. package/angular/esm/components/ai-interaction-textarea.component.d.ts +21 -0
  68. package/angular/esm/components/ai-interaction-textarea.component.js +89 -0
  69. package/angular/esm/components/data-field/index.d.ts +1 -0
  70. package/angular/esm/components/data-field/index.js +1 -0
  71. package/angular/esm/components/data-field/types.d.ts +4 -0
  72. package/angular/esm/components/data-field/types.js +1 -0
  73. package/angular/esm/components/data-field-level.component.d.ts +20 -0
  74. package/angular/esm/components/data-field-level.component.js +64 -0
  75. package/angular/esm/components/data-field-panel/index.d.ts +1 -0
  76. package/angular/esm/components/data-field-panel/index.js +1 -0
  77. package/angular/esm/components/data-field-panel/types.d.ts +27 -0
  78. package/angular/esm/components/data-field-panel/types.js +1 -0
  79. package/angular/esm/components/data-field-panel.component.d.ts +26 -0
  80. package/angular/esm/components/data-field-panel.component.js +119 -0
  81. package/angular/esm/components/dataset-icon/index.d.ts +1 -0
  82. package/angular/esm/components/dataset-icon/index.js +1 -0
  83. package/angular/esm/components/dataset-icon/types.d.ts +11 -0
  84. package/angular/esm/components/dataset-icon/types.js +1 -0
  85. package/angular/esm/components/dataset-icon.component.d.ts +9 -0
  86. package/angular/esm/components/dataset-icon.component.js +36 -0
  87. package/angular/esm/components/dataset-selector-list.component.d.ts +16 -0
  88. package/angular/esm/components/dataset-selector-list.component.js +69 -0
  89. package/angular/esm/components/dataset-selector-row.component.d.ts +17 -0
  90. package/angular/esm/components/dataset-selector-row.component.js +69 -0
  91. package/angular/esm/components/display-settings/index.d.ts +1 -0
  92. package/angular/esm/components/display-settings/index.js +1 -0
  93. package/angular/esm/components/display-settings/types.d.ts +5 -0
  94. package/angular/esm/components/display-settings/types.js +1 -0
  95. package/angular/esm/components/display-settings-binning.component.d.ts +10 -0
  96. package/angular/esm/components/display-settings-binning.component.js +34 -0
  97. package/angular/esm/components/display-settings-datetime.component.d.ts +11 -0
  98. package/angular/esm/components/display-settings-datetime.component.js +39 -0
  99. package/angular/esm/components/display-settings-grand-totals.component.d.ts +10 -0
  100. package/angular/esm/components/display-settings-grand-totals.component.js +34 -0
  101. package/angular/esm/components/display-settings-numeric.component.d.ts +12 -0
  102. package/angular/esm/components/display-settings-numeric.component.js +44 -0
  103. package/angular/esm/components/display-settings-period-over-period.component.d.ts +14 -0
  104. package/angular/esm/components/display-settings-period-over-period.component.js +44 -0
  105. package/angular/esm/components/display-settings.component.d.ts +23 -0
  106. package/angular/esm/components/display-settings.component.js +99 -0
  107. package/angular/esm/components/filter-expression-picker.component.d.ts +21 -0
  108. package/angular/esm/components/filter-expression-picker.component.js +89 -0
  109. package/angular/esm/components/filter-item.component.d.ts +19 -0
  110. package/angular/esm/components/filter-item.component.js +84 -0
  111. package/angular/esm/components/filter-parameter-picker.component.d.ts +11 -0
  112. package/angular/esm/components/filter-parameter-picker.component.js +51 -0
  113. package/angular/esm/components/filter-value-picker-datetime.component.d.ts +14 -0
  114. package/angular/esm/components/filter-value-picker-datetime.component.js +59 -0
  115. package/angular/esm/components/filter-value-picker-hierarchy.component.d.ts +17 -0
  116. package/angular/esm/components/filter-value-picker-hierarchy.component.js +74 -0
  117. package/angular/esm/components/filter-value-picker-numeric.component.d.ts +17 -0
  118. package/angular/esm/components/filter-value-picker-numeric.component.js +74 -0
  119. package/angular/esm/components/filter-value-picker.component.d.ts +19 -0
  120. package/angular/esm/components/filter-value-picker.component.js +84 -0
  121. package/angular/esm/components/filters/index.d.ts +1 -0
  122. package/angular/esm/components/filters/index.js +1 -0
  123. package/angular/esm/components/filters/types.d.ts +8 -0
  124. package/angular/esm/components/filters/types.js +1 -0
  125. package/angular/esm/components/filters.component.d.ts +21 -0
  126. package/angular/esm/components/filters.component.js +89 -0
  127. package/angular/esm/components/item-grid/index.d.ts +1 -0
  128. package/angular/esm/components/item-grid/index.js +1 -0
  129. package/angular/esm/components/item-grid/types.d.ts +40 -0
  130. package/angular/esm/components/item-grid/types.js +1 -0
  131. package/angular/esm/components/item-grid-item-actions-menu.component.d.ts +13 -0
  132. package/angular/esm/components/item-grid-item-actions-menu.component.js +49 -0
  133. package/angular/esm/components/item-grid.component.d.ts +25 -0
  134. package/angular/esm/components/item-grid.component.js +109 -0
  135. package/angular/esm/components/item-option-action-button-group.component.d.ts +12 -0
  136. package/angular/esm/components/item-option-action-button-group.component.js +49 -0
  137. package/angular/esm/components/item-option-color-palette-picker.component.d.ts +15 -0
  138. package/angular/esm/components/item-option-color-palette-picker.component.js +64 -0
  139. package/angular/esm/components/item-option-color-picker.component.d.ts +15 -0
  140. package/angular/esm/components/item-option-color-picker.component.js +64 -0
  141. package/angular/esm/components/item-option-color-range.component.d.ts +21 -0
  142. package/angular/esm/components/item-option-color-range.component.js +94 -0
  143. package/angular/esm/components/item-option-multi-language-field.component.d.ts +15 -0
  144. package/angular/esm/components/item-option-multi-language-field.component.js +64 -0
  145. package/angular/esm/components/item-option-number-field.component.d.ts +19 -0
  146. package/angular/esm/components/item-option-number-field.component.js +84 -0
  147. package/angular/esm/components/item-option-panel.component.d.ts +19 -0
  148. package/angular/esm/components/item-option-panel.component.js +79 -0
  149. package/angular/esm/components/item-option-picker.component.d.ts +14 -0
  150. package/angular/esm/components/item-option-picker.component.js +59 -0
  151. package/angular/esm/components/item-option-position-picker.component.d.ts +11 -0
  152. package/angular/esm/components/item-option-position-picker.component.js +44 -0
  153. package/angular/esm/components/item-option-positions-number-field.component.d.ts +15 -0
  154. package/angular/esm/components/item-option-positions-number-field.component.js +64 -0
  155. package/angular/esm/components/item-option-radio-button-group.component.d.ts +13 -0
  156. package/angular/esm/components/item-option-radio-button-group.component.js +54 -0
  157. package/angular/esm/components/item-option-slider.component.d.ts +15 -0
  158. package/angular/esm/components/item-option-slider.component.js +64 -0
  159. package/angular/esm/components/item-option-switch.component.d.ts +11 -0
  160. package/angular/esm/components/item-option-switch.component.js +44 -0
  161. package/angular/esm/components/item-option-text-field.component.d.ts +12 -0
  162. package/angular/esm/components/item-option-text-field.component.js +49 -0
  163. package/angular/esm/components/item-option.component.d.ts +18 -0
  164. package/angular/esm/components/item-option.component.js +81 -0
  165. package/angular/esm/components/item-slot-drop/index.d.ts +1 -0
  166. package/angular/esm/components/item-slot-drop/index.js +1 -0
  167. package/angular/esm/components/item-slot-drop/types.d.ts +5 -0
  168. package/angular/esm/components/item-slot-drop/types.js +1 -0
  169. package/angular/esm/components/item-slot-drop-panel.component.d.ts +26 -0
  170. package/angular/esm/components/item-slot-drop-panel.component.js +114 -0
  171. package/angular/esm/components/item-slot-drop.component.d.ts +28 -0
  172. package/angular/esm/components/item-slot-drop.component.js +124 -0
  173. package/angular/esm/components/item-slot-picker-panel.component.d.ts +32 -0
  174. package/angular/esm/components/item-slot-picker-panel.component.js +144 -0
  175. package/angular/esm/components/item-slot-picker.component.d.ts +28 -0
  176. package/angular/esm/components/item-slot-picker.component.js +124 -0
  177. package/angular/esm/components/slot-menu/index.d.ts +1 -0
  178. package/angular/esm/components/slot-menu/index.js +1 -0
  179. package/angular/esm/components/slot-menu/types.d.ts +24 -0
  180. package/angular/esm/components/slot-menu/types.js +1 -0
  181. package/angular/esm/components/slot-menu-list.component.d.ts +13 -0
  182. package/angular/esm/components/slot-menu-list.component.js +49 -0
  183. package/angular/esm/components/slot-menu.component.d.ts +34 -0
  184. package/angular/esm/components/slot-menu.component.js +154 -0
  185. package/angular/esm/components/viz-item-menu/index.d.ts +1 -0
  186. package/angular/esm/components/viz-item-menu/index.js +1 -0
  187. package/angular/esm/components/viz-item-menu/types.d.ts +1 -0
  188. package/angular/esm/components/viz-item-menu/types.js +1 -0
  189. package/angular/esm/components/viz-item-menu.component.d.ts +12 -0
  190. package/angular/esm/components/viz-item-menu.component.js +44 -0
  191. package/angular/esm/index.d.ts +89 -0
  192. package/angular/esm/index.js +134 -0
  193. package/angular/esm/types/ai-chat.types.d.ts +51 -0
  194. package/angular/esm/types/ai-chat.types.js +1 -0
  195. package/angular/esm/types/data-field-events.types.d.ts +7 -0
  196. package/angular/esm/types/data-field-events.types.js +1 -0
  197. package/angular/esm/types/dataset-data-field.types.d.ts +53 -0
  198. package/angular/esm/types/dataset-data-field.types.js +1 -0
  199. package/angular/esm/types/dataset.types.d.ts +27 -0
  200. package/angular/esm/types/dataset.types.js +1 -0
  201. package/angular/esm/types/slot.types.d.ts +15 -0
  202. package/angular/esm/types/slot.types.js +1 -0
  203. package/angular/esm/types.d.ts +26 -0
  204. package/angular/esm/types.js +8 -0
  205. package/angular/index.ts +136 -0
  206. package/angular/luzmo-stub.d.ts +1 -0
  207. package/angular/package.json +26 -0
  208. package/angular/tsconfig.json +43 -0
  209. package/angular/types/ai-chat.types.ts +53 -0
  210. package/angular/types/data-field-events.types.ts +9 -0
  211. package/angular/types/dataset-data-field.types.ts +73 -0
  212. package/angular/types/dataset.types.ts +23 -0
  213. package/angular/types/scss.d.ts +11 -0
  214. package/angular/types/slot.types.ts +22 -0
  215. package/angular/types.ts +51 -0
  216. package/angular/utils/base/base.d.ts +16 -0
  217. package/angular/utils/base/focus-visible.d.ts +29 -0
  218. package/angular/utils/base/focusable.d.ts +58 -0
  219. package/angular/utils/base/index.d.ts +5 -0
  220. package/angular/utils/base/localized-mixin.d.ts +22 -0
  221. package/angular/utils/base/sized-mixin.d.ts +17 -0
  222. package/angular/utils/color/color-palettes.d.ts +17 -0
  223. package/angular/utils/color/extrapolate-color.d.ts +1 -0
  224. package/angular/utils/data/load-data-fields-for-datasets.d.ts +22 -0
  225. package/angular/utils/data-broker/index.d.ts +213 -0
  226. package/angular/utils/data-field-types/calculate-data-field-icon.d.ts +12 -0
  227. package/angular/utils/data-field-types/default-acceptable-data-field-types.d.ts +1 -0
  228. package/angular/utils/data-field-types/tests/calculate-data-field-icon.test.d.ts +1 -0
  229. package/angular/utils/drag/draggable.d.ts +13 -0
  230. package/angular/utils/filters/expressions.d.ts +15 -0
  231. package/angular/utils/filters/index.d.ts +1 -0
  232. package/angular/utils/formatter/calculate-duration.d.ts +2 -0
  233. package/angular/utils/formatter/decompose-numeric-format.d.ts +11 -0
  234. package/angular/utils/formatter/default-local-formats.d.ts +20 -0
  235. package/angular/utils/formatter/formats/cs.d.ts +20 -0
  236. package/angular/utils/formatter/formats/da.d.ts +20 -0
  237. package/angular/utils/formatter/formats/de.d.ts +21 -0
  238. package/angular/utils/formatter/formats/en-GB.d.ts +21 -0
  239. package/angular/utils/formatter/formats/en-US.d.ts +1 -0
  240. package/angular/utils/formatter/formats/en.d.ts +1 -0
  241. package/angular/utils/formatter/formats/es.d.ts +54 -0
  242. package/angular/utils/formatter/formats/fi.d.ts +20 -0
  243. package/angular/utils/formatter/formats/fr.d.ts +54 -0
  244. package/angular/utils/formatter/formats/he.d.ts +20 -0
  245. package/angular/utils/formatter/formats/hu.d.ts +20 -0
  246. package/angular/utils/formatter/formats/it.d.ts +54 -0
  247. package/angular/utils/formatter/formats/ja.d.ts +20 -0
  248. package/angular/utils/formatter/formats/ko.d.ts +20 -0
  249. package/angular/utils/formatter/formats/mk.d.ts +20 -0
  250. package/angular/utils/formatter/formats/nl.d.ts +21 -0
  251. package/angular/utils/formatter/formats/no.d.ts +21 -0
  252. package/angular/utils/formatter/formats/pl.d.ts +20 -0
  253. package/angular/utils/formatter/formats/pt.d.ts +20 -0
  254. package/angular/utils/formatter/formats/ru.d.ts +20 -0
  255. package/angular/utils/formatter/formats/sv.d.ts +20 -0
  256. package/angular/utils/formatter/formats/tr.d.ts +21 -0
  257. package/angular/utils/formatter/formats/zh-CN.d.ts +20 -0
  258. package/angular/utils/formatter/formats/zh-TW.d.ts +20 -0
  259. package/angular/utils/formatter/formatter.d.ts +9 -0
  260. package/angular/utils/formatter/localize.d.ts +3 -0
  261. package/angular/utils/formatter/smart-datetime-formats.const.d.ts +36 -0
  262. package/angular/utils/formatter/tests/calculate-duration.test.d.ts +1 -0
  263. package/angular/utils/formatter/tests/decompose-numeric-format.test.d.ts +1 -0
  264. package/angular/utils/formatter/tests/default-local-formats.test.d.ts +1 -0
  265. package/angular/utils/formatter/tests/formatter.test.d.ts +1 -0
  266. package/angular/utils/formatter/tests/localize.test.d.ts +1 -0
  267. package/angular/utils/get-css-variable.d.ts +1 -0
  268. package/angular/utils/index.d.ts +9 -0
  269. package/angular/utils/localize/set-locale.d.ts +7 -0
  270. package/angular/utils/map-tile-providers/index.d.ts +93 -0
  271. package/angular/utils/slot-state/slot-context.d.ts +4 -0
  272. package/angular/utils/slot-state/slot-store.d.ts +39 -0
  273. package/angular/utils/store/base-store.d.ts +162 -0
  274. package/angular/utils/store/dashboard-store.d.ts +49 -0
  275. package/angular/utils/store/index.d.ts +135 -0
  276. package/angular/utils/store/item-store.d.ts +33 -0
  277. package/angular/utils/store/store-registry.d.ts +170 -0
  278. package/angular/utils/store/tests/dashboard-store.test.d.ts +1 -0
  279. package/angular/utils/store/tests/item-store.test.d.ts +1 -0
  280. package/angular/utils/store/tests/store-registry.test.d.ts +1 -0
  281. package/angular/utils/store/types.d.ts +270 -0
  282. package/angular/utils/switch-item/index.d.ts +15 -0
  283. package/angular/utils/switch-item/tests/switch-item.test.d.ts +1 -0
  284. package/angular/utils/themes/bliss.d.ts +2 -0
  285. package/angular/utils/themes/classic-dark.d.ts +2 -0
  286. package/angular/utils/themes/classic.d.ts +2 -0
  287. package/angular/utils/themes/default-dark.d.ts +2 -0
  288. package/angular/utils/themes/default.d.ts +2 -0
  289. package/angular/utils/themes/index.d.ts +4 -0
  290. package/angular/utils/themes/orion.d.ts +2 -0
  291. package/angular/utils/themes/pinky.d.ts +2 -0
  292. package/angular/utils/themes/radiant.d.ts +2 -0
  293. package/angular/utils/themes/royale.d.ts +2 -0
  294. package/angular/utils/themes/seasonal.d.ts +2 -0
  295. package/angular/utils/themes/urban.d.ts +2 -0
  296. package/angular/utils/themes/vivid.d.ts +2 -0
  297. package/angular/utils/time/formats.const.d.ts +4 -0
  298. package/angular/utils/time/period-over-period-condition.const.d.ts +8 -0
  299. package/angular/utils/time/periods.const.d.ts +15 -0
  300. package/angular/utils/transformations/convert-data-field-to-slot-content.d.ts +9 -0
  301. package/angular/utils/transformations/convert-datasets-to-data-fields.d.ts +30 -0
  302. package/angular/utils/transformations/tests/convert-data-field-to-slot-content.test.d.ts +1 -0
  303. package/angular/utils/transformations/tests/convert-datasets-to-data-fields.test.d.ts +1 -0
  304. package/angular/utils/types/tests/type-check.test.d.ts +1 -0
  305. package/angular/utils/types/type-check.d.ts +28 -0
  306. package/components/ai-chat/ai-chat-streaming.d.ts +14 -0
  307. package/components/ai-chat/ai-chat.d.ts +172 -0
  308. package/components/ai-chat/index.cjs +20 -0
  309. package/components/ai-chat/index.d.ts +11 -0
  310. package/components/ai-chat/index.js +36 -0
  311. package/components/ai-chat/request-contract.d.ts +56 -0
  312. package/components/ai-chat-Bagt_i05.cjs +145 -0
  313. package/components/ai-chat-DqrT6bEl.js +1215 -0
  314. package/components/ai-interaction-textarea/ai-interaction-textarea.d.ts +110 -0
  315. package/components/ai-interaction-textarea/index.cjs +20 -0
  316. package/components/ai-interaction-textarea/index.d.ts +7 -0
  317. package/components/ai-interaction-textarea/index.js +32 -0
  318. package/components/ai-interaction-textarea-BTy76q3U.js +164 -0
  319. package/components/ai-interaction-textarea-Y7lWIX9f.cjs +56 -0
  320. package/components/area-chart-options.config-6UPR6pIm.cjs +20 -0
  321. package/components/area-chart-options.config-B2zmr9oP.cjs +20 -0
  322. package/components/area-chart-options.config-BOtP5Iww.js +21 -0
  323. package/components/area-chart-options.config-D-Fjb3XG.js +143 -0
  324. package/components/area-chart-options.de-BA6h5_ss.cjs +20 -0
  325. package/components/area-chart-options.de-Phld8p2V.js +62 -0
  326. package/components/area-chart-options.en-BIUqa6V7.cjs +20 -0
  327. package/components/area-chart-options.en-C5IoXWFQ.js +62 -0
  328. package/components/area-chart-options.es-BU2dbfOS.cjs +20 -0
  329. package/components/area-chart-options.es-CJ2tp1vb.js +62 -0
  330. package/components/area-chart-options.fr-8gW1fG5C.cjs +20 -0
  331. package/components/area-chart-options.fr-BG8wDsTm.js +62 -0
  332. package/components/area-chart-options.nl-Cgwm9HLx.cjs +20 -0
  333. package/components/area-chart-options.nl-FBGxgp2Q.js +62 -0
  334. package/components/area-chart-positioning.config-BQmn-6Fk.cjs +20 -0
  335. package/components/area-chart-positioning.config-DVFM1BbU.js +53 -0
  336. package/components/area-chart-slots.config-BiF26XOX.cjs +20 -0
  337. package/components/area-chart-slots.config-DgWO75IA.js +21 -0
  338. package/components/area-chart-slots.config-DjLijZ1F.cjs +20 -0
  339. package/components/area-chart-slots.config-DyDtOcFU.js +52 -0
  340. package/components/bar-chart-options.config-BLgJX-s8.cjs +20 -0
  341. package/components/bar-chart-options.config-BbMdfx83.cjs +20 -0
  342. package/components/bar-chart-options.config-_gBk92-r.js +21 -0
  343. package/components/bar-chart-options.config-uMgVDPTF.js +217 -0
  344. package/components/bar-chart-options.de-Bnxdbf7z.js +88 -0
  345. package/components/bar-chart-options.de-q4mxGu14.cjs +20 -0
  346. package/components/bar-chart-options.en-Cdl6gNlZ.js +88 -0
  347. package/components/bar-chart-options.en-CfiByzMZ.cjs +20 -0
  348. package/components/bar-chart-options.es-Dn9joxV7.js +88 -0
  349. package/components/bar-chart-options.es-aJB8H3J7.cjs +20 -0
  350. package/components/bar-chart-options.fr-1sW8HBUk.js +88 -0
  351. package/components/bar-chart-options.fr-BzVriCKx.cjs +20 -0
  352. package/components/bar-chart-options.nl-CrUAnFpV.cjs +20 -0
  353. package/components/bar-chart-options.nl-xSor3BlX.js +88 -0
  354. package/components/bar-chart-positioning.config-BXgM25BD.cjs +20 -0
  355. package/components/bar-chart-positioning.config-DkWhVC4w.js +57 -0
  356. package/components/bar-chart-slots.config-CADpGrHM.cjs +20 -0
  357. package/components/bar-chart-slots.config-CcIActv0.js +21 -0
  358. package/components/bar-chart-slots.config-DIrmPTkB.js +47 -0
  359. package/components/bar-chart-slots.config-DgbbajTB.cjs +20 -0
  360. package/components/base-C_azywlB.cjs +20 -0
  361. package/components/base-rg2x95aL.js +206 -0
  362. package/components/base-store-CjudELw2.cjs +20 -0
  363. package/components/base-store-dt1TAVo5.js +157 -0
  364. package/components/bliss-CAfe8YYN.js +73 -0
  365. package/components/bliss-CdEcilNC.cjs +20 -0
  366. package/components/box-plot-options.config-C4Orn8En.js +21 -0
  367. package/components/box-plot-options.config-CCGnXi2p.cjs +20 -0
  368. package/components/box-plot-options.config-CCwj6_vZ.js +293 -0
  369. package/components/box-plot-options.config-CikKFF42.cjs +20 -0
  370. package/components/box-plot-options.de-CbXBA4PB.cjs +20 -0
  371. package/components/box-plot-options.de-GwaoiEY0.js +77 -0
  372. package/components/box-plot-options.en-CK6S2mS9.js +77 -0
  373. package/components/box-plot-options.en-CsjE2-wr.cjs +20 -0
  374. package/components/box-plot-options.es-DCSqvgxH.cjs +20 -0
  375. package/components/box-plot-options.es-DO6jC88J.js +77 -0
  376. package/components/box-plot-options.fr-BAPtDqdJ.js +77 -0
  377. package/components/box-plot-options.fr-o4vYePxM.cjs +20 -0
  378. package/components/box-plot-options.nl-oSxfuqIB.js +77 -0
  379. package/components/box-plot-options.nl-t9lgymbk.cjs +20 -0
  380. package/components/box-plot-positioning.config-BudyMG9P.cjs +20 -0
  381. package/components/box-plot-positioning.config-CGTo9FEr.js +46 -0
  382. package/components/box-plot-slots.config-BCnuJ33_.js +21 -0
  383. package/components/box-plot-slots.config-BL_BiL8D.js +37 -0
  384. package/components/box-plot-slots.config-C-6xuhRq.cjs +20 -0
  385. package/components/box-plot-slots.config-DEDKgOIa.cjs +20 -0
  386. package/components/bubble-chart-options.config-B99bV5XK.cjs +20 -0
  387. package/components/bubble-chart-options.config-C2F3tA5O.cjs +20 -0
  388. package/components/bubble-chart-options.config-D0raGP_n.js +21 -0
  389. package/components/bubble-chart-options.config-Rf848dek.js +112 -0
  390. package/components/bubble-chart-options.de-C4IfLVtr.js +47 -0
  391. package/components/bubble-chart-options.de-PFshFkNY.cjs +20 -0
  392. package/components/bubble-chart-options.en-D6CNBLf1.cjs +20 -0
  393. package/components/bubble-chart-options.en-f2wYxK1d.js +47 -0
  394. package/components/bubble-chart-options.es-CJrhgdFg.js +47 -0
  395. package/components/bubble-chart-options.es-DrapJMtZ.cjs +20 -0
  396. package/components/bubble-chart-options.fr-Bw8ggsES.js +47 -0
  397. package/components/bubble-chart-options.fr-Kcqi9Fus.cjs +20 -0
  398. package/components/bubble-chart-options.nl-BxpPgm-Q.cjs +20 -0
  399. package/components/bubble-chart-options.nl-DS_zEwK8.js +47 -0
  400. package/components/bubble-chart-positioning.config-DiRpAY5r.js +53 -0
  401. package/components/bubble-chart-positioning.config-NATL1JeJ.cjs +20 -0
  402. package/components/bubble-chart-slots.config-4TR4yH66.cjs +20 -0
  403. package/components/bubble-chart-slots.config-BJfcUdLL.js +44 -0
  404. package/components/bubble-chart-slots.config-DPvnDQlT.cjs +20 -0
  405. package/components/bubble-chart-slots.config-g86N3mjB.js +21 -0
  406. package/components/bullet-chart-options.config-9Ojx88xT.cjs +20 -0
  407. package/components/bullet-chart-options.config-Bh9-Vis7.cjs +20 -0
  408. package/components/bullet-chart-options.config-CKCAvaS4.js +72 -0
  409. package/components/bullet-chart-options.config-D6MuxKs-.js +21 -0
  410. package/components/bullet-chart-options.de-BqZbbsO2.cjs +20 -0
  411. package/components/bullet-chart-options.de-BqsCiI9J.js +37 -0
  412. package/components/bullet-chart-options.en-BJb_5sM0.cjs +20 -0
  413. package/components/bullet-chart-options.en-Zo0N2-YH.js +37 -0
  414. package/components/bullet-chart-options.es-D4vDi_gc.js +37 -0
  415. package/components/bullet-chart-options.es-DgbLOs-h.cjs +20 -0
  416. package/components/bullet-chart-options.fr-B4np0478.cjs +20 -0
  417. package/components/bullet-chart-options.fr-LUrTJGAS.js +37 -0
  418. package/components/bullet-chart-options.nl-CI7bVYay.cjs +20 -0
  419. package/components/bullet-chart-options.nl-DWxRQmj6.js +37 -0
  420. package/components/bullet-chart-positioning.config-DEnZPXW4.cjs +20 -0
  421. package/components/bullet-chart-positioning.config-Dg1777iY.js +54 -0
  422. package/components/bullet-chart-slots.config-B_yrfXMn.js +21 -0
  423. package/components/bullet-chart-slots.config-D8P4Rmqj.cjs +20 -0
  424. package/components/bullet-chart-slots.config-DB_U72K2.js +43 -0
  425. package/components/bullet-chart-slots.config-sti8UWKg.cjs +20 -0
  426. package/components/calculate-data-field-icon-BhiGlh0u.cjs +20 -0
  427. package/components/calculate-data-field-icon-CY7Y6fn1.js +147 -0
  428. package/components/choropleth-map-options.config-3oYX9wwk.cjs +20 -0
  429. package/components/choropleth-map-options.config-AF9tkNqt.js +21 -0
  430. package/components/choropleth-map-options.config-CC3gMGkN.js +345 -0
  431. package/components/choropleth-map-options.config-CV-EYCJO.cjs +20 -0
  432. package/components/choropleth-map-options.de-C4s5sOQ3.js +70 -0
  433. package/components/choropleth-map-options.de-CtfF_CDc.cjs +20 -0
  434. package/components/choropleth-map-options.en-Cid6UAIF.js +70 -0
  435. package/components/choropleth-map-options.en-DxwKxHp7.cjs +20 -0
  436. package/components/choropleth-map-options.es-BIDj24mR.cjs +20 -0
  437. package/components/choropleth-map-options.es-DtQ5gS4a.js +70 -0
  438. package/components/choropleth-map-options.fr-Bsup_Yhh.js +70 -0
  439. package/components/choropleth-map-options.fr-Cf7bA7UG.cjs +20 -0
  440. package/components/choropleth-map-options.nl-DNxKI2Bb.cjs +20 -0
  441. package/components/choropleth-map-options.nl-w3PaL21_.js +70 -0
  442. package/components/choropleth-map-positioning.config-C0qIyRhu.js +53 -0
  443. package/components/choropleth-map-positioning.config-Ucvtbavm.cjs +20 -0
  444. package/components/choropleth-map-slots.config-BacWtxW7.cjs +20 -0
  445. package/components/choropleth-map-slots.config-BottGEvm.cjs +20 -0
  446. package/components/choropleth-map-slots.config-CYgycqtG.js +50 -0
  447. package/components/choropleth-map-slots.config-Z_5RJBuq.js +21 -0
  448. package/components/chunk-350yNsax.cjs +20 -0
  449. package/components/chunk-DU-zbXFI.js +21 -0
  450. package/components/circle-pack-chart-options.config-CMu8x0q_.js +51 -0
  451. package/components/circle-pack-chart-options.config-CQ8ZI3Z5.cjs +20 -0
  452. package/components/circle-pack-chart-options.config-DhL3c1Zv.cjs +20 -0
  453. package/components/circle-pack-chart-options.config-YOkVNeoO.js +21 -0
  454. package/components/circle-pack-chart-options.de-3W2JHc2I.js +29 -0
  455. package/components/circle-pack-chart-options.de-BMQFpQBU.cjs +20 -0
  456. package/components/circle-pack-chart-options.en-DeJhy4nS.cjs +20 -0
  457. package/components/circle-pack-chart-options.en-rsbIkXrh.js +29 -0
  458. package/components/circle-pack-chart-options.es-BLX3mzSn.js +29 -0
  459. package/components/circle-pack-chart-options.es-DEQ5zEnz.cjs +20 -0
  460. package/components/circle-pack-chart-options.fr-C6zcDy36.js +29 -0
  461. package/components/circle-pack-chart-options.fr-CGqQARpV.cjs +20 -0
  462. package/components/circle-pack-chart-options.nl-BNN7QFPn.cjs +20 -0
  463. package/components/circle-pack-chart-options.nl-hxHjPh2b.js +29 -0
  464. package/components/circle-pack-chart-positioning.config-D9A983qA.cjs +20 -0
  465. package/components/circle-pack-chart-positioning.config-T32JHpXf.js +46 -0
  466. package/components/circle-pack-chart-slots.config-CM3cTPHk.cjs +20 -0
  467. package/components/circle-pack-chart-slots.config-ChJfY4JV.js +35 -0
  468. package/components/circle-pack-chart-slots.config-DAXYQafd.js +21 -0
  469. package/components/circle-pack-chart-slots.config-HUhXPh3_.cjs +20 -0
  470. package/components/circular-gauge-options.config-BMLoqnYz.js +185 -0
  471. package/components/circular-gauge-options.config-BjOnGtF6.cjs +20 -0
  472. package/components/circular-gauge-options.config-Bw_65TAY.js +21 -0
  473. package/components/circular-gauge-options.config-DvFyMhSJ.cjs +20 -0
  474. package/components/circular-gauge-options.de-D9MZiW1s.cjs +20 -0
  475. package/components/circular-gauge-options.de-rRAHavC6.js +55 -0
  476. package/components/circular-gauge-options.en-CVY5G_Dq.cjs +20 -0
  477. package/components/circular-gauge-options.en-CzvujfqC.js +55 -0
  478. package/components/circular-gauge-options.es-D0oDYirP.js +55 -0
  479. package/components/circular-gauge-options.es-DgJC6YMK.cjs +20 -0
  480. package/components/circular-gauge-options.fr-BbgFjLlE.cjs +20 -0
  481. package/components/circular-gauge-options.fr-UiG6crHw.js +55 -0
  482. package/components/circular-gauge-options.nl-DTSTqnlo.cjs +20 -0
  483. package/components/circular-gauge-options.nl-VNq2Ie40.js +55 -0
  484. package/components/circular-gauge-positioning.config-D51u7n1o.js +46 -0
  485. package/components/circular-gauge-positioning.config-DMl_hSQz.cjs +20 -0
  486. package/components/circular-gauge-slots.config-CqeEwYq7.cjs +20 -0
  487. package/components/circular-gauge-slots.config-D8BmFq5j.js +21 -0
  488. package/components/circular-gauge-slots.config-DzxaSot1.js +36 -0
  489. package/components/circular-gauge-slots.config-HS1Y-SWl.cjs +20 -0
  490. package/components/classic-Cjis8rex.cjs +20 -0
  491. package/components/classic-SxdTuP22.js +80 -0
  492. package/components/classic-dark-BNOmINnF.js +71 -0
  493. package/components/classic-dark-CjsYka1Q.cjs +20 -0
  494. package/components/color-CmNy-BUS.js +3807 -0
  495. package/components/color-DxvhIMkP.cjs +20 -0
  496. package/components/color-palettes-Bekzn658.cjs +20 -0
  497. package/components/color-palettes-DSQ9zTjV.js +1472 -0
  498. package/components/color-range-utils-B1Zb4CTn.js +61 -0
  499. package/components/color-range-utils-X1sKzKWw.cjs +20 -0
  500. package/components/column-chart-options.config-6VtQgyGV.js +21 -0
  501. package/components/column-chart-options.config-Bs3ykZa7.js +216 -0
  502. package/components/column-chart-options.config-CA2R9jef.cjs +20 -0
  503. package/components/column-chart-options.config-DcmyNE-q.cjs +20 -0
  504. package/components/column-chart-options.de-Ckcmm7Be.js +88 -0
  505. package/components/column-chart-options.de-DgAmUbET.cjs +20 -0
  506. package/components/column-chart-options.en-B0EOTo9L.js +88 -0
  507. package/components/column-chart-options.en-CkoywZWd.cjs +20 -0
  508. package/components/column-chart-options.es-BhWcem80.js +88 -0
  509. package/components/column-chart-options.es-CUanyhU8.cjs +20 -0
  510. package/components/column-chart-options.fr-BvSzCANy.js +88 -0
  511. package/components/column-chart-options.fr-DQTjXhzp.cjs +20 -0
  512. package/components/column-chart-options.nl-BQKXUekZ.cjs +20 -0
  513. package/components/column-chart-options.nl-Cm9O8sIA.js +88 -0
  514. package/components/column-chart-positioning.config-CA-2icGH.js +53 -0
  515. package/components/column-chart-positioning.config-CGEcdd7M.cjs +20 -0
  516. package/components/column-chart-slots.config-CBq3_JXM.cjs +20 -0
  517. package/components/column-chart-slots.config-CLEqKUex.js +47 -0
  518. package/components/column-chart-slots.config-Cg35-9E3.js +21 -0
  519. package/components/column-chart-slots.config-DE2YA5Kx.cjs +20 -0
  520. package/components/combination-chart-options.config-BOHLb3E3.js +21 -0
  521. package/components/combination-chart-options.config-Bhp8OSyv.js +84 -0
  522. package/components/combination-chart-options.config-BkoRIlez.cjs +20 -0
  523. package/components/combination-chart-options.config-CnPwZ6La.cjs +20 -0
  524. package/components/combination-chart-options.de-DIIZ1wNy.cjs +20 -0
  525. package/components/combination-chart-options.de-Do04IrFo.js +41 -0
  526. package/components/combination-chart-options.en-BmGbWQi1.js +41 -0
  527. package/components/combination-chart-options.en-C2byZffi.cjs +20 -0
  528. package/components/combination-chart-options.es-ZGoor_Pb.cjs +20 -0
  529. package/components/combination-chart-options.es-gKYi8DjK.js +41 -0
  530. package/components/combination-chart-options.fr-CJN2qaJF.js +41 -0
  531. package/components/combination-chart-options.fr-a5xO9_Rg.cjs +20 -0
  532. package/components/combination-chart-options.nl-BHopQ7BR.js +41 -0
  533. package/components/combination-chart-options.nl-BdFfslGK.cjs +20 -0
  534. package/components/combination-chart-positioning.config-DYb5gvZa.cjs +20 -0
  535. package/components/combination-chart-positioning.config-DsPSWTfy.js +46 -0
  536. package/components/combination-chart-slots.config-8Wu2dlEI.cjs +20 -0
  537. package/components/combination-chart-slots.config-CWZvAnR8.js +21 -0
  538. package/components/combination-chart-slots.config-Dr-nODxL.js +40 -0
  539. package/components/combination-chart-slots.config-gmncfF4O.cjs +20 -0
  540. package/components/conditional-number-options.config-BW8_xVED.cjs +20 -0
  541. package/components/conditional-number-options.config-CHuHbQ_D.js +202 -0
  542. package/components/conditional-number-options.config-CWlzAVkn.cjs +20 -0
  543. package/components/conditional-number-options.config-vnmaeyD-.js +21 -0
  544. package/components/conditional-number-options.de-CkpqEU5x.cjs +20 -0
  545. package/components/conditional-number-options.de-DIyrWUR4.js +58 -0
  546. package/components/conditional-number-options.en-C5jGAeVn.js +58 -0
  547. package/components/conditional-number-options.en-CIxy735r.cjs +20 -0
  548. package/components/conditional-number-options.es-Cn496lnN.js +58 -0
  549. package/components/conditional-number-options.es-JOk8BdwD.cjs +20 -0
  550. package/components/conditional-number-options.fr-Ci_bIWL8.js +58 -0
  551. package/components/conditional-number-options.fr-FRygaqmX.cjs +20 -0
  552. package/components/conditional-number-options.nl-BDHAYlc6.cjs +20 -0
  553. package/components/conditional-number-options.nl-BZboJKV3.js +58 -0
  554. package/components/conditional-number-positioning.config-B0yleUxD.cjs +20 -0
  555. package/components/conditional-number-positioning.config-B1q_zwhM.js +46 -0
  556. package/components/conditional-number-slots.config-C8jzhrEa.js +36 -0
  557. package/components/conditional-number-slots.config-CFuhQSbR.cjs +20 -0
  558. package/components/conditional-number-slots.config-CSfJ7_9j.js +21 -0
  559. package/components/conditional-number-slots.config-Co1u90kE.cjs +20 -0
  560. package/components/convert-datasets-to-data-fields-BV57XueO.cjs +20 -0
  561. package/components/convert-datasets-to-data-fields-CFgjSlXK.js +67 -0
  562. package/components/cs-BAmKPXV0.cjs +20 -0
  563. package/components/cs-CHz7QbEZ.js +124 -0
  564. package/components/da-DHl8PzfU.cjs +20 -0
  565. package/components/da-DYeZ8t8L.js +124 -0
  566. package/components/dashboard-store-CYLTLEcL.cjs +20 -0
  567. package/components/dashboard-store-CvMZuveK.cjs +20 -0
  568. package/components/dashboard-store-DxX8b03-.js +291 -0
  569. package/components/dashboard-store-Z5nuGcp6.js +22 -0
  570. package/components/data-broker-BUIUM5hr.cjs +20 -0
  571. package/components/data-broker-cLR-t5LM.js +1609 -0
  572. package/components/data-field/data-field.d.ts +26 -0
  573. package/components/data-field/index.cjs +20 -0
  574. package/components/data-field/index.d.ts +8 -0
  575. package/components/data-field/index.js +35 -0
  576. package/components/data-field/types.d.ts +4 -0
  577. package/components/data-field-B_mrcEtG.cjs +54 -0
  578. package/components/data-field-DK49i9j2.js +116 -0
  579. package/components/data-field-level/data-field-level.d.ts +34 -0
  580. package/components/data-field-level/helpers/generate-preview.d.ts +9 -0
  581. package/components/data-field-level/index.cjs +20 -0
  582. package/components/data-field-level/index.d.ts +8 -0
  583. package/components/data-field-level/index.js +33 -0
  584. package/components/data-field-level-C60bl9-i.js +242 -0
  585. package/components/data-field-level-CZJTadFq.cjs +55 -0
  586. package/components/data-field-panel/data-field-panel.d.ts +231 -0
  587. package/components/data-field-panel/index.cjs +20 -0
  588. package/components/data-field-panel/index.d.ts +9 -0
  589. package/components/data-field-panel/index.js +38 -0
  590. package/components/data-field-panel/types.d.ts +27 -0
  591. package/components/data-field-panel-BO4Up0cx.cjs +86 -0
  592. package/components/data-field-panel-CGuYCY8c.js +377 -0
  593. package/components/data-fields-select/data-fields-select.d.ts +122 -0
  594. package/components/data-fields-select/index.cjs +20 -0
  595. package/components/data-fields-select/index.d.ts +8 -0
  596. package/components/data-fields-select/index.js +31 -0
  597. package/components/data-fields-select-Cw7mRpwc.js +258 -0
  598. package/components/data-fields-select-DAsN89RQ.cjs +40 -0
  599. package/components/dataset-icon/dataset-icon.d.ts +45 -0
  600. package/components/dataset-icon/index.cjs +20 -0
  601. package/components/dataset-icon/index.d.ts +8 -0
  602. package/components/dataset-icon/index.js +27 -0
  603. package/components/dataset-icon/types.d.ts +11 -0
  604. package/components/dataset-icon-C0cID-ra.cjs +64 -0
  605. package/components/dataset-icon-DhF21dXC.js +122 -0
  606. package/components/dataset-selector-list/dataset-selector-list.d.ts +102 -0
  607. package/components/dataset-selector-list/index.cjs +20 -0
  608. package/components/dataset-selector-list/index.d.ts +7 -0
  609. package/components/dataset-selector-list/index.js +30 -0
  610. package/components/dataset-selector-list-BQsL_8mz.js +308 -0
  611. package/components/dataset-selector-list-CBI_4lCc.cjs +74 -0
  612. package/components/dataset-selector-row/dataset-selector-row.d.ts +85 -0
  613. package/components/dataset-selector-row/index.cjs +20 -0
  614. package/components/dataset-selector-row/index.d.ts +7 -0
  615. package/components/dataset-selector-row/index.js +31 -0
  616. package/components/dataset-selector-row-DR6QBsYF.cjs +82 -0
  617. package/components/dataset-selector-row-z04sfYw5.js +183 -0
  618. package/components/date-comparison-filter-options.config-BIrDsnoY.js +21 -0
  619. package/components/date-comparison-filter-options.config-D3uV79k-.cjs +20 -0
  620. package/components/date-comparison-filter-options.config-WJr_kL1l.cjs +20 -0
  621. package/components/date-comparison-filter-options.config-lZ3VHAEz.js +123 -0
  622. package/components/date-comparison-filter-options.de-BCSuXPyi.cjs +20 -0
  623. package/components/date-comparison-filter-options.de-CcDqBhzT.js +53 -0
  624. package/components/date-comparison-filter-options.en-CcFmDrIH.js +53 -0
  625. package/components/date-comparison-filter-options.en-wZNS4xNZ.cjs +20 -0
  626. package/components/date-comparison-filter-options.es-3NoU0mCq.js +53 -0
  627. package/components/date-comparison-filter-options.es-BK_z-CBD.cjs +20 -0
  628. package/components/date-comparison-filter-options.fr-B6zX7dX6.cjs +20 -0
  629. package/components/date-comparison-filter-options.fr-B77fDRCs.js +53 -0
  630. package/components/date-comparison-filter-options.nl-7Lk3PInv.cjs +20 -0
  631. package/components/date-comparison-filter-options.nl-D9uMl8lo.js +53 -0
  632. package/components/date-comparison-filter-positioning.config-CtF4jzrm.js +36 -0
  633. package/components/date-comparison-filter-positioning.config-D4Kabm4a.cjs +20 -0
  634. package/components/date-comparison-filter-slots.config-BH7MfW2w.js +30 -0
  635. package/components/date-comparison-filter-slots.config-BSntr9Kz.cjs +20 -0
  636. package/components/date-comparison-filter-slots.config-BVPrXmZq.js +21 -0
  637. package/components/date-comparison-filter-slots.config-dS5GC_1_.cjs +20 -0
  638. package/components/date-filter-options.config-BlsWsYMP.js +115 -0
  639. package/components/date-filter-options.config-BwBD6QJt.cjs +20 -0
  640. package/components/date-filter-options.config-Cly4eKnN.cjs +20 -0
  641. package/components/date-filter-options.config-KiYxN4PA.js +21 -0
  642. package/components/date-filter-options.de-CjuNZhOT.js +49 -0
  643. package/components/date-filter-options.de-z9ns7_nZ.cjs +20 -0
  644. package/components/date-filter-options.en-C8pb1jol.cjs +20 -0
  645. package/components/date-filter-options.en-Dm6cxXS4.js +49 -0
  646. package/components/date-filter-options.es-BAypn8MB.cjs +20 -0
  647. package/components/date-filter-options.es-Dr5gu2hd.js +49 -0
  648. package/components/date-filter-options.fr-Cr2_DxKd.js +49 -0
  649. package/components/date-filter-options.fr-yeEdzHfu.cjs +20 -0
  650. package/components/date-filter-options.nl-DqXohG5I.cjs +20 -0
  651. package/components/date-filter-options.nl-wTJTIXSP.js +49 -0
  652. package/components/date-filter-positioning.config-MtaRjnlV.cjs +20 -0
  653. package/components/date-filter-positioning.config-iY_DPp_L.js +36 -0
  654. package/components/date-filter-slots.config-CLM1sTjV.js +21 -0
  655. package/components/date-filter-slots.config-CnTwtP7x.cjs +20 -0
  656. package/components/date-filter-slots.config-D8yERxxT.js +34 -0
  657. package/components/date-filter-slots.config-WnG9opi5.cjs +20 -0
  658. package/components/de-B8V-nRGJ.cjs +20 -0
  659. package/components/de-CQMDOcBQ.cjs +20 -0
  660. package/components/de-CqAC249h.js +219 -0
  661. package/components/de-DFZ73mGn.js +136 -0
  662. package/components/decompose-numeric-format-Bp_e62qP.cjs +20 -0
  663. package/components/decompose-numeric-format-zrP4WxE7.js +34 -0
  664. package/components/decorate-Da6S_xrw.js +26 -0
  665. package/components/decorate-Dq4-zbi1.cjs +20 -0
  666. package/components/default-CY2STktv.cjs +20 -0
  667. package/components/default-DUeUsrOW.js +76 -0
  668. package/components/default-acceptable-data-field-types-DY4JJ1aG.cjs +20 -0
  669. package/components/default-acceptable-data-field-types-D_0xtula.js +51 -0
  670. package/components/default-dark-CADhpJ8R.cjs +20 -0
  671. package/components/default-dark-DvSKTfnt.js +76 -0
  672. package/components/default-local-formats-BOc43Zck.cjs +20 -0
  673. package/components/default-local-formats-mDIRMsHM.js +136 -0
  674. package/components/display-settings/display-settings.d.ts +43 -17
  675. package/components/display-settings/index.cjs +2 -87
  676. package/components/display-settings/index.d.ts +1 -0
  677. package/components/display-settings/index.js +14 -220
  678. package/components/display-settings/types.d.ts +5 -0
  679. package/components/display-settings-binning/display-settings-binning.d.ts +10 -12
  680. package/components/display-settings-binning/index.cjs +2 -37
  681. package/components/display-settings-binning/index.js +13 -133
  682. package/components/display-settings-binning-DVJd-Dtc.cjs +56 -0
  683. package/components/display-settings-binning-DWgwc3IT.js +106 -0
  684. package/components/display-settings-datetime/display-settings-datetime.d.ts +11 -12
  685. package/components/display-settings-datetime/index.cjs +2 -210
  686. package/components/display-settings-datetime/index.js +15 -524
  687. package/components/display-settings-datetime-BF0lmBAY.cjs +215 -0
  688. package/components/display-settings-datetime-C3-906TZ.js +404 -0
  689. package/components/display-settings-grand-totals/display-settings-grand-totals.d.ts +10 -12
  690. package/components/display-settings-grand-totals/index.cjs +2 -25
  691. package/components/display-settings-grand-totals/index.js +13 -108
  692. package/components/display-settings-grand-totals-B3DVi-Tp.js +85 -0
  693. package/components/display-settings-grand-totals-C-JC2DKh.cjs +44 -0
  694. package/components/display-settings-h0061wKi.js +269 -0
  695. package/components/display-settings-numeric/display-settings-numeric.d.ts +23 -14
  696. package/components/display-settings-numeric/helpers/constants.d.ts +1 -0
  697. package/components/display-settings-numeric/index.cjs +2 -138
  698. package/components/display-settings-numeric/index.js +14 -459
  699. package/components/display-settings-numeric-Cl6QA2fW.cjs +189 -0
  700. package/components/display-settings-numeric-DlRDDV1S.js +476 -0
  701. package/components/display-settings-period-over-period/display-settings-period-over-period.d.ts +32 -10
  702. package/components/display-settings-period-over-period/helpers/constants.d.ts +8 -0
  703. package/components/display-settings-period-over-period/index.cjs +2 -85
  704. package/components/display-settings-period-over-period/index.js +13 -296
  705. package/components/display-settings-period-over-period-CM-cRqfP.cjs +225 -0
  706. package/components/display-settings-period-over-period-Lwj0ffDX.js +428 -0
  707. package/components/display-settings-xKZk3Bn-.cjs +121 -0
  708. package/components/donut-chart-options.config-BCGSWJgY.js +204 -0
  709. package/components/donut-chart-options.config-CVeav98f.cjs +20 -0
  710. package/components/donut-chart-options.config-DTDSZ-fj.js +21 -0
  711. package/components/donut-chart-options.config-DjlWHdTs.cjs +20 -0
  712. package/components/donut-chart-options.de-2kq3Itet.cjs +20 -0
  713. package/components/donut-chart-options.de-FAb_6Llh.js +83 -0
  714. package/components/donut-chart-options.en-CSL6rtzr.cjs +20 -0
  715. package/components/donut-chart-options.en-h1u8ucVF.js +83 -0
  716. package/components/donut-chart-options.es-By5qHO45.js +83 -0
  717. package/components/donut-chart-options.es-CoxZOg2x.cjs +20 -0
  718. package/components/donut-chart-options.fr-5GnUpV75.js +83 -0
  719. package/components/donut-chart-options.fr-B_KJ4-yy.cjs +20 -0
  720. package/components/donut-chart-options.nl-BZ5I7uWT.cjs +20 -0
  721. package/components/donut-chart-options.nl-CjKcH5JD.js +83 -0
  722. package/components/donut-chart-positioning.config-B7XL9yeZ.js +46 -0
  723. package/components/donut-chart-positioning.config-BRDybXtX.cjs +20 -0
  724. package/components/donut-chart-slots.config-B6w89EJK.js +36 -0
  725. package/components/donut-chart-slots.config-OrDi4e1Y.js +21 -0
  726. package/components/donut-chart-slots.config-VeM-72W0.cjs +20 -0
  727. package/components/donut-chart-slots.config-hqON-CXV.cjs +20 -0
  728. package/components/dropdown-filter-options.config-BOofkrMv.cjs +20 -0
  729. package/components/dropdown-filter-options.config-Cooz6mIz.cjs +20 -0
  730. package/components/dropdown-filter-options.config-DIUdvCb5.js +150 -0
  731. package/components/dropdown-filter-options.config-DwKJdV5L.js +21 -0
  732. package/components/dropdown-filter-options.de-Dh0YvK-a.js +52 -0
  733. package/components/dropdown-filter-options.de-UucbCQHk.cjs +20 -0
  734. package/components/dropdown-filter-options.en-CP8xoHEl.js +52 -0
  735. package/components/dropdown-filter-options.en-qPKI3OkI.cjs +20 -0
  736. package/components/dropdown-filter-options.es-B-acOM8_.js +52 -0
  737. package/components/dropdown-filter-options.es-DuxPtoGh.cjs +20 -0
  738. package/components/dropdown-filter-options.fr-8c1C7Q97.cjs +20 -0
  739. package/components/dropdown-filter-options.fr-DEpK8eN-.js +52 -0
  740. package/components/dropdown-filter-options.nl-VhOZQIsg.cjs +20 -0
  741. package/components/dropdown-filter-options.nl-muW6tWuZ.js +52 -0
  742. package/components/dropdown-filter-positioning.config-B5ZNtbiB.cjs +20 -0
  743. package/components/dropdown-filter-positioning.config-Csh9aNR0.js +36 -0
  744. package/components/dropdown-filter-slots.config-B_vfIsAR.cjs +20 -0
  745. package/components/dropdown-filter-slots.config-BocCZFJF.js +21 -0
  746. package/components/dropdown-filter-slots.config-Cy4JJsEL.cjs +20 -0
  747. package/components/dropdown-filter-slots.config-k2erR0Qj.js +35 -0
  748. package/components/dynamic-imageobject-slots.config-B2nW9EMt.js +28 -0
  749. package/components/dynamic-imageobject-slots.config-D3dShO84.cjs +20 -0
  750. package/components/en-CFAZLV0p.js +21 -0
  751. package/components/en-GB-CLevdvMs.cjs +20 -0
  752. package/components/en-GB-dx7dEalX.js +26 -0
  753. package/components/en-US-DfpBkSeP.js +21 -0
  754. package/components/en-US-Hj9Lh0Yh.cjs +20 -0
  755. package/components/en-jIqxZyQr.cjs +20 -0
  756. package/components/es-BSyaPyYv.cjs +20 -0
  757. package/components/es-D4oDSaX8.js +219 -0
  758. package/components/es-DLHsGM05.js +329 -0
  759. package/components/es-DS-aph2K.cjs +20 -0
  760. package/components/evolution-number-options.config-BKPIr2Z5.cjs +20 -0
  761. package/components/evolution-number-options.config-D67uUW38.cjs +20 -0
  762. package/components/evolution-number-options.config-Dugk-Irt.js +225 -0
  763. package/components/evolution-number-options.config-visbIigs.js +21 -0
  764. package/components/evolution-number-options.de-B-68w9UI.js +74 -0
  765. package/components/evolution-number-options.de-DQTGcfqa.cjs +20 -0
  766. package/components/evolution-number-options.en-BEoG1f3C.js +74 -0
  767. package/components/evolution-number-options.en-BPHRkrgL.cjs +20 -0
  768. package/components/evolution-number-options.es-BXkIkGMg.js +74 -0
  769. package/components/evolution-number-options.es-DHWbbWTh.cjs +20 -0
  770. package/components/evolution-number-options.fr-BFM9aQqH.js +74 -0
  771. package/components/evolution-number-options.fr-DEAU80vS.cjs +20 -0
  772. package/components/evolution-number-options.nl-1mf7xmcL.js +74 -0
  773. package/components/evolution-number-options.nl-DEO1Ligm.cjs +20 -0
  774. package/components/evolution-number-positioning.config-DwSeryO6.js +46 -0
  775. package/components/evolution-number-positioning.config-qQpDUZTc.cjs +20 -0
  776. package/components/evolution-number-slots.config-BYROw474.cjs +20 -0
  777. package/components/evolution-number-slots.config-BkWzqY9H.js +34 -0
  778. package/components/evolution-number-slots.config-CBA9DBaa.js +21 -0
  779. package/components/evolution-number-slots.config-DAoYOsZ6.cjs +20 -0
  780. package/components/fi-C0gFedeA.js +124 -0
  781. package/components/fi-DbXbnIlF.cjs +20 -0
  782. package/components/filter-expression-picker/filter-expression-picker.d.ts +72 -0
  783. package/components/filter-expression-picker/index.cjs +20 -0
  784. package/components/filter-expression-picker/index.d.ts +7 -0
  785. package/components/filter-expression-picker/index.js +29 -0
  786. package/components/filter-expression-picker-3-sENJ-8.cjs +38 -0
  787. package/components/filter-expression-picker-BqAH4WQE.js +422 -0
  788. package/components/filter-item/filter-item.d.ts +83 -0
  789. package/components/filter-item/index.cjs +20 -0
  790. package/components/filter-item/index.d.ts +7 -0
  791. package/components/filter-item/index.js +41 -0
  792. package/components/filter-item-Cj-dzINC.js +234 -0
  793. package/components/filter-item-DQep8rdE.cjs +56 -0
  794. package/components/filter-parameter-picker/filter-parameter-picker.d.ts +25 -0
  795. package/components/filter-parameter-picker/index.cjs +22 -0
  796. package/components/filter-parameter-picker/index.d.ts +7 -0
  797. package/components/filter-parameter-picker/index.js +53 -0
  798. package/components/filter-value-picker/filter-value-picker.d.ts +64 -0
  799. package/components/filter-value-picker/index.cjs +20 -0
  800. package/components/filter-value-picker/index.d.ts +7 -0
  801. package/components/filter-value-picker/index.js +37 -0
  802. package/components/filter-value-picker-CtDRyK_W.cjs +59 -0
  803. package/components/filter-value-picker-DJq03uHS.js +142 -0
  804. package/components/filter-value-picker-datetime/filter-value-picker-datetime.d.ts +41 -0
  805. package/components/filter-value-picker-datetime/index.cjs +20 -0
  806. package/components/filter-value-picker-datetime/index.d.ts +7 -0
  807. package/components/filter-value-picker-datetime/index.js +30 -0
  808. package/components/filter-value-picker-datetime-DyN_D-yw.js +132 -0
  809. package/components/filter-value-picker-datetime-K24qP4FZ.cjs +39 -0
  810. package/components/filter-value-picker-hierarchy/filter-value-picker-hierarchy.d.ts +80 -0
  811. package/components/filter-value-picker-hierarchy/index.cjs +20 -0
  812. package/components/filter-value-picker-hierarchy/index.d.ts +7 -0
  813. package/components/filter-value-picker-hierarchy/index.js +33 -0
  814. package/components/filter-value-picker-hierarchy-6UD6hLvY.js +226 -0
  815. package/components/filter-value-picker-hierarchy-Dp57JCb5.cjs +46 -0
  816. package/components/filter-value-picker-numeric/filter-value-picker-numeric.d.ts +81 -0
  817. package/components/filter-value-picker-numeric/index.cjs +20 -0
  818. package/components/filter-value-picker-numeric/index.d.ts +7 -0
  819. package/components/filter-value-picker-numeric/index.js +30 -0
  820. package/components/filter-value-picker-numeric-92CjACnk.js +214 -0
  821. package/components/filter-value-picker-numeric-ej2IN6lR.cjs +47 -0
  822. package/components/filters/filters.d.ts +88 -0
  823. package/components/filters/index.cjs +20 -0
  824. package/components/filters/index.d.ts +8 -0
  825. package/components/filters/index.js +42 -0
  826. package/components/filters/transformations/transform-filters.d.ts +33 -0
  827. package/components/filters/types.d.ts +8 -0
  828. package/components/filters-BvomYejq.js +388 -0
  829. package/components/filters-CDwqaSlF.cjs +145 -0
  830. package/components/focus-visible-26VqWQ_0.js +21 -0
  831. package/components/focus-visible-3ACCHno4.cjs +20 -0
  832. package/components/focus-visible-B_5e8cbD.cjs +20 -0
  833. package/components/focus-visible-D1pJhWEh.js +58 -0
  834. package/components/formatter-B21Tb3sf.js +1312 -0
  835. package/components/formatter-CWhf4xbq.cjs +20 -0
  836. package/components/fr-BzeihNbz.cjs +20 -0
  837. package/components/fr-C35O2h6F.js +219 -0
  838. package/components/fr-CUzKlf1c.cjs +20 -0
  839. package/components/fr-CoSDPfQZ.js +329 -0
  840. package/components/funnel-chart-options.config-BhWbhjVJ.js +184 -0
  841. package/components/funnel-chart-options.config-CR0BsYRL.cjs +20 -0
  842. package/components/funnel-chart-options.config-DeVKMmrf.js +21 -0
  843. package/components/funnel-chart-options.config-LYxHIfsT.cjs +20 -0
  844. package/components/funnel-chart-options.de-DPQeIhrd.js +74 -0
  845. package/components/funnel-chart-options.de-spsoii6K.cjs +20 -0
  846. package/components/funnel-chart-options.en-BAQNSVYg.js +74 -0
  847. package/components/funnel-chart-options.en-Bk3aeecb.cjs +20 -0
  848. package/components/funnel-chart-options.es-CZdediJg.js +74 -0
  849. package/components/funnel-chart-options.es-CbwoPnJq.cjs +20 -0
  850. package/components/funnel-chart-options.fr-CYIjtHpn.js +74 -0
  851. package/components/funnel-chart-options.fr-Dq_oh83E.cjs +20 -0
  852. package/components/funnel-chart-options.nl-CciUmnTE.cjs +20 -0
  853. package/components/funnel-chart-options.nl-D-x5fefS.js +74 -0
  854. package/components/funnel-chart-positioning.config-DAdTr9Iy.js +46 -0
  855. package/components/funnel-chart-positioning.config-DDibmDzS.cjs +20 -0
  856. package/components/funnel-chart-slots.config-B_2dyWdA.cjs +20 -0
  857. package/components/funnel-chart-slots.config-DRnTlFRV.js +21 -0
  858. package/components/funnel-chart-slots.config-Df0UntNx.js +40 -0
  859. package/components/funnel-chart-slots.config-HlWOU-HT.cjs +20 -0
  860. package/components/get-css-variable-CVIM_YN8.js +1209 -0
  861. package/components/get-css-variable-D9AU2CIU.cjs +24 -0
  862. package/components/he-Bxmbik6g.cjs +20 -0
  863. package/components/he-CYoq9xcT.js +124 -0
  864. package/components/heat-map-options.config-CA1cSG0P.cjs +20 -0
  865. package/components/heat-map-options.config-CcIEC004.js +221 -0
  866. package/components/heat-map-options.config-CuIyuorP.js +21 -0
  867. package/components/heat-map-options.config-DzJAgvAO.cjs +20 -0
  868. package/components/heat-map-options.de-CMc92ogl.js +73 -0
  869. package/components/heat-map-options.de-DPpwOJwm.cjs +20 -0
  870. package/components/heat-map-options.en-CG7QMSk6.js +73 -0
  871. package/components/heat-map-options.en-CU7HFMLM.cjs +20 -0
  872. package/components/heat-map-options.es-BRCVWUU6.cjs +20 -0
  873. package/components/heat-map-options.es-CbMd6byY.js +73 -0
  874. package/components/heat-map-options.fr-Bpw5NaT-.cjs +20 -0
  875. package/components/heat-map-options.fr-h0V7M3gw.js +73 -0
  876. package/components/heat-map-options.nl-BJjtUmF0.js +73 -0
  877. package/components/heat-map-options.nl-JRXL_Sn8.cjs +20 -0
  878. package/components/heat-map-positioning.config-BFtYjOm1.cjs +20 -0
  879. package/components/heat-map-positioning.config-BzT6nJlY.js +46 -0
  880. package/components/heat-map-slots.config-BiuWa5o6.cjs +20 -0
  881. package/components/heat-map-slots.config-DF_3as4r.js +21 -0
  882. package/components/heat-map-slots.config-DVveKT8U.js +34 -0
  883. package/components/heat-map-slots.config-r0b0TRPw.cjs +20 -0
  884. package/components/heat-table-options.config-BawCaaKt.js +21 -0
  885. package/components/heat-table-options.config-CsDRFkD8.js +369 -0
  886. package/components/heat-table-options.config-DHhp6h3C.cjs +20 -0
  887. package/components/heat-table-options.config-DaLGjhrH.cjs +20 -0
  888. package/components/heat-table-options.de-D-ds50Eb.js +110 -0
  889. package/components/heat-table-options.de-N8M1Prox.cjs +20 -0
  890. package/components/heat-table-options.en-BlIpSskG.cjs +20 -0
  891. package/components/heat-table-options.en-DRywh2rj.js +110 -0
  892. package/components/heat-table-options.es-D-mzZnna.cjs +20 -0
  893. package/components/heat-table-options.es-dtHDEuGO.js +110 -0
  894. package/components/heat-table-options.fr-BTNoq3vB.cjs +20 -0
  895. package/components/heat-table-options.fr-DePxNqyM.js +110 -0
  896. package/components/heat-table-options.nl-CxpxKtqI.cjs +20 -0
  897. package/components/heat-table-options.nl-D1s3evBE.js +110 -0
  898. package/components/heat-table-positioning.config-CBsQS3ja.js +53 -0
  899. package/components/heat-table-positioning.config-Vkj4vWkB.cjs +20 -0
  900. package/components/heat-table-slots.config-B2H5WFp5.js +46 -0
  901. package/components/heat-table-slots.config-BraPJ0R0.cjs +20 -0
  902. package/components/heat-table-slots.config-CepZWZaM.js +21 -0
  903. package/components/heat-table-slots.config-Lh-tPVbB.cjs +20 -0
  904. package/components/helpers-BI2EFKyr.js +64 -0
  905. package/components/helpers-D_wpIYRY.cjs +20 -0
  906. package/components/hexbin-map-options.config-BLvdwou3.cjs +20 -0
  907. package/components/hexbin-map-options.config-BO6zuaKv.cjs +20 -0
  908. package/components/hexbin-map-options.config-CrFLJ_Pu.js +21 -0
  909. package/components/hexbin-map-options.config-DygAKUot.js +273 -0
  910. package/components/hexbin-map-options.de-BsMhwswX.cjs +20 -0
  911. package/components/hexbin-map-options.de-uGZZL-0-.js +106 -0
  912. package/components/hexbin-map-options.en-CMR3kxbq.cjs +20 -0
  913. package/components/hexbin-map-options.en-DUjnPwVh.js +106 -0
  914. package/components/hexbin-map-options.es-AjRQhICx.js +106 -0
  915. package/components/hexbin-map-options.es-Dd0W5btc.cjs +20 -0
  916. package/components/hexbin-map-options.fr-B7Xb7ify.cjs +20 -0
  917. package/components/hexbin-map-options.fr-DHJV68r7.js +106 -0
  918. package/components/hexbin-map-options.nl-CvqfCmhS.cjs +20 -0
  919. package/components/hexbin-map-options.nl-DdpI2_z7.js +106 -0
  920. package/components/hexbin-map-positioning.config-BQbPC0c9.cjs +20 -0
  921. package/components/hexbin-map-positioning.config-BmAzYoC1.js +46 -0
  922. package/components/hexbin-map-slots.config-BMCsaEpN.js +21 -0
  923. package/components/hexbin-map-slots.config-CN9idLCt.js +34 -0
  924. package/components/hexbin-map-slots.config-CU1Wgf0e.cjs +20 -0
  925. package/components/hexbin-map-slots.config-DJTtpgNv.cjs +20 -0
  926. package/components/hu-0rCviHOg.js +124 -0
  927. package/components/hu-CCt14ec_.cjs +20 -0
  928. package/components/image-options.config-B9OtHgrA.cjs +20 -0
  929. package/components/image-options.config-Byb_MHDH.cjs +20 -0
  930. package/components/image-options.config-DlXchvuB.js +150 -0
  931. package/components/image-options.config-jAHljxJ_.js +21 -0
  932. package/components/image-options.de-DMd0bpR9.js +84 -0
  933. package/components/image-options.de-DW9WMmEg.cjs +20 -0
  934. package/components/image-options.en-CPOOOaCs.js +84 -0
  935. package/components/image-options.en-XF5k9QmZ.cjs +20 -0
  936. package/components/image-options.es-C1xoDYGF.cjs +20 -0
  937. package/components/image-options.es-CZQflKye.js +84 -0
  938. package/components/image-options.fr-DVzrKkab.cjs +20 -0
  939. package/components/image-options.fr-IqtUCX5-.js +84 -0
  940. package/components/image-options.nl-CKZJmDct.js +84 -0
  941. package/components/image-options.nl-Cdr24Vwt.cjs +20 -0
  942. package/components/image-slots.config--vBJHr7S.cjs +20 -0
  943. package/components/image-slots.config-Bn9OijTt.js +21 -0
  944. package/components/image-slots.config-C-jt7ywG.js +21 -0
  945. package/components/image-slots.config-CDonqLGB.cjs +20 -0
  946. package/components/index.cjs +2 -2
  947. package/components/index.js +701 -66
  948. package/components/it-Czry5-br.cjs +20 -0
  949. package/components/it-DaNzAkgM.js +329 -0
  950. package/components/item-context-configs.cjs +226 -0
  951. package/components/item-context-configs.js +990 -0
  952. package/components/item-grid/actions.d.ts +3 -0
  953. package/components/item-grid/helpers/grid-effects.d.ts +1 -0
  954. package/components/item-grid/helpers/grid-events.d.ts +50 -0
  955. package/components/item-grid/helpers/grid-interactions.d.ts +91 -0
  956. package/components/item-grid/helpers/grid-item-management.d.ts +45 -0
  957. package/components/item-grid/helpers/grid-item-popover.d.ts +15 -0
  958. package/components/item-grid/helpers/grid-items.d.ts +9 -0
  959. package/components/item-grid/helpers/grid-keyboard-updates.d.ts +18 -0
  960. package/components/item-grid/helpers/grid-keydown-event.d.ts +18 -0
  961. package/components/item-grid/helpers/grid-popover-cleanup.d.ts +4 -0
  962. package/components/item-grid/helpers/grid-rendering.d.ts +63 -0
  963. package/components/item-grid/helpers/grid-stack-lifecycle.d.ts +26 -0
  964. package/components/item-grid/helpers/grid-theme.d.ts +16 -0
  965. package/components/item-grid/helpers/grid-update-cycle.d.ts +24 -0
  966. package/components/item-grid/index.cjs +20 -0
  967. package/components/item-grid/index.d.ts +11 -0
  968. package/components/item-grid/index.js +29 -0
  969. package/components/item-grid/item-grid-item-actions-menu.d.ts +34 -0
  970. package/components/item-grid/item-grid.d.ts +164 -0
  971. package/components/item-grid/types.d.ts +40 -0
  972. package/components/item-grid-B5KHCQOK.js +7627 -0
  973. package/components/item-grid-DvM4a8qV.cjs +320 -0
  974. package/components/item-list-BMpMEG17.cjs +20 -0
  975. package/components/item-list-CigTscVE.js +743 -0
  976. package/components/item-list.cjs +2 -2
  977. package/components/item-list.js +3 -405
  978. package/components/item-menu/item-list/item-list.d.ts +2 -0
  979. package/components/item-option/helpers/control-markup.d.ts +14 -0
  980. package/components/item-option/helpers/control-templates/color-palette-picker-template.d.ts +2 -0
  981. package/components/item-option/helpers/control-templates/color-range-template.d.ts +2 -0
  982. package/components/item-option/helpers/enum-values.d.ts +7 -0
  983. package/components/item-option/helpers/get-control-by-key.d.ts +1 -0
  984. package/components/item-option/helpers/get-default-value.d.ts +1 -0
  985. package/components/item-option/helpers/get-enum-values.d.ts +1 -0
  986. package/components/item-option/helpers/get-value-by-key.d.ts +1 -0
  987. package/components/item-option/index.cjs +20 -0
  988. package/components/item-option/index.d.ts +7 -0
  989. package/components/item-option/index.js +32 -0
  990. package/components/item-option/item-option.d.ts +48 -0
  991. package/components/item-option-DEgf6tSw.js +961 -0
  992. package/components/item-option-Dyufdill.cjs +252 -0
  993. package/components/item-option-action-button-group/index.cjs +20 -0
  994. package/components/item-option-action-button-group/index.d.ts +7 -0
  995. package/components/item-option-action-button-group/index.js +32 -0
  996. package/components/item-option-action-button-group/item-option-action-button-group.d.ts +30 -0
  997. package/components/item-option-action-button-group-BLZCRdal.cjs +52 -0
  998. package/components/item-option-action-button-group-BSlTLJtr.js +113 -0
  999. package/components/item-option-base/item-option-base.d.ts +23 -0
  1000. package/components/item-option-base-D8qU_-yY.js +116 -0
  1001. package/components/item-option-base-DHV8L9Ut.cjs +53 -0
  1002. package/components/item-option-color-palette-picker/index.cjs +20 -0
  1003. package/components/item-option-color-palette-picker/index.d.ts +7 -0
  1004. package/components/item-option-color-palette-picker/index.js +32 -0
  1005. package/components/item-option-color-palette-picker/item-option-color-palette-picker.d.ts +45 -0
  1006. package/components/item-option-color-palette-picker-BpHn8zX4.cjs +37 -0
  1007. package/components/item-option-color-palette-picker-DYV-y1Lw.js +2032 -0
  1008. package/components/item-option-color-picker/index.cjs +20 -0
  1009. package/components/item-option-color-picker/index.d.ts +7 -0
  1010. package/components/item-option-color-picker/index.js +32 -0
  1011. package/components/item-option-color-picker/item-option-color-picker.d.ts +27 -0
  1012. package/components/item-option-color-picker-Dg7AynT_.js +82 -0
  1013. package/components/item-option-color-picker-cJWlvgt1.cjs +33 -0
  1014. package/components/item-option-color-range/index.cjs +20 -0
  1015. package/components/item-option-color-range/index.d.ts +7 -0
  1016. package/components/item-option-color-range/index.js +32 -0
  1017. package/components/item-option-color-range/item-option-color-range.d.ts +99 -0
  1018. package/components/item-option-color-range-DTmGpr4K.cjs +95 -0
  1019. package/components/item-option-color-range-Dppz-T6c.js +213 -0
  1020. package/components/item-option-multi-language-field/index.cjs +20 -0
  1021. package/components/item-option-multi-language-field/index.d.ts +7 -0
  1022. package/components/item-option-multi-language-field/index.js +32 -0
  1023. package/components/item-option-multi-language-field/item-option-multi-language-field.d.ts +20 -0
  1024. package/components/item-option-multi-language-field-Bq8VeZ9F.cjs +31 -0
  1025. package/components/item-option-multi-language-field-nZ7tmBwz.js +76 -0
  1026. package/components/item-option-number-field/index.cjs +20 -0
  1027. package/components/item-option-number-field/index.d.ts +7 -0
  1028. package/components/item-option-number-field/index.js +32 -0
  1029. package/components/item-option-number-field/item-option-number-field.d.ts +24 -0
  1030. package/components/item-option-number-field-8OBJEXpr.cjs +36 -0
  1031. package/components/item-option-number-field-BpoOM7Gz.js +96 -0
  1032. package/components/item-option-panel/index.cjs +20 -0
  1033. package/components/item-option-panel/index.d.ts +7 -0
  1034. package/components/item-option-panel/index.js +33 -0
  1035. package/components/item-option-panel/item-option-panel.d.ts +77 -0
  1036. package/components/item-option-panel-DCMBoE2n.js +174 -0
  1037. package/components/item-option-panel-DilsSu04.cjs +67 -0
  1038. package/components/item-option-picker/index.cjs +20 -0
  1039. package/components/item-option-picker/index.d.ts +7 -0
  1040. package/components/item-option-picker/index.js +32 -0
  1041. package/components/item-option-picker/item-option-picker.d.ts +24 -0
  1042. package/components/item-option-picker-B3TzIReA.cjs +35 -0
  1043. package/components/item-option-picker-C38RRlNJ.js +71 -0
  1044. package/components/item-option-position-picker/index.cjs +20 -0
  1045. package/components/item-option-position-picker/index.d.ts +7 -0
  1046. package/components/item-option-position-picker/index.js +32 -0
  1047. package/components/item-option-position-picker/item-option-position-picker.d.ts +16 -0
  1048. package/components/item-option-position-picker-BXqB382x.js +79 -0
  1049. package/components/item-option-position-picker-BhkYDCMg.cjs +25 -0
  1050. package/components/item-option-positions-number-field/index.cjs +20 -0
  1051. package/components/item-option-positions-number-field/index.d.ts +7 -0
  1052. package/components/item-option-positions-number-field/index.js +32 -0
  1053. package/components/item-option-positions-number-field/item-option-positions-number-field.d.ts +33 -0
  1054. package/components/item-option-positions-number-field-C8pfRZ_L.cjs +46 -0
  1055. package/components/item-option-positions-number-field-CBS5f49Z.js +154 -0
  1056. package/components/item-option-radio-button-group/index.cjs +20 -0
  1057. package/components/item-option-radio-button-group/index.d.ts +7 -0
  1058. package/components/item-option-radio-button-group/index.js +32 -0
  1059. package/components/item-option-radio-button-group/item-option-radio-button-group.d.ts +21 -0
  1060. package/components/item-option-radio-button-group-CN1zuAf8.cjs +36 -0
  1061. package/components/item-option-radio-button-group-WbRR5sFK.js +69 -0
  1062. package/components/item-option-slider/index.cjs +20 -0
  1063. package/components/item-option-slider/index.d.ts +7 -0
  1064. package/components/item-option-slider/index.js +32 -0
  1065. package/components/item-option-slider/item-option-slider.d.ts +18 -0
  1066. package/components/item-option-slider-Cx_w_v_0.cjs +32 -0
  1067. package/components/item-option-slider-D8jYOtXL.js +76 -0
  1068. package/components/item-option-switch/index.cjs +20 -0
  1069. package/components/item-option-switch/index.d.ts +7 -0
  1070. package/components/item-option-switch/index.js +32 -0
  1071. package/components/item-option-switch/item-option-switch.d.ts +14 -0
  1072. package/components/item-option-switch-BX9eP6uu.cjs +30 -0
  1073. package/components/item-option-switch-DinkcbQG.js +65 -0
  1074. package/components/item-option-text-field/index.cjs +20 -0
  1075. package/components/item-option-text-field/index.d.ts +7 -0
  1076. package/components/item-option-text-field/index.js +32 -0
  1077. package/components/item-option-text-field/item-option-text-field.d.ts +18 -0
  1078. package/components/item-option-text-field-CFrUMB2C.cjs +31 -0
  1079. package/components/item-option-text-field-DAHWZfI8.js +74 -0
  1080. package/components/item-options-configs.cjs +20 -0
  1081. package/components/item-options-configs.js +65 -0
  1082. package/components/item-slot-drop/index.cjs +20 -0
  1083. package/components/item-slot-drop/index.d.ts +9 -0
  1084. package/components/item-slot-drop/index.js +38 -0
  1085. package/components/item-slot-drop/item-slot-drop.d.ts +98 -0
  1086. package/components/item-slot-drop/types.d.ts +5 -0
  1087. package/components/item-slot-drop-BPpeBQgb.js +306 -0
  1088. package/components/item-slot-drop-Bc_C9K6O.cjs +87 -0
  1089. package/components/item-slot-drop-panel/index.cjs +20 -0
  1090. package/components/item-slot-drop-panel/index.d.ts +7 -0
  1091. package/components/item-slot-drop-panel/index.js +39 -0
  1092. package/components/item-slot-drop-panel/item-slot-drop-panel.d.ts +180 -0
  1093. package/components/item-slot-drop-panel-CcD2CipR.js +339 -0
  1094. package/components/item-slot-drop-panel-CwYFyUOE.cjs +57 -0
  1095. package/components/item-slot-picker/index.cjs +20 -0
  1096. package/components/item-slot-picker/index.d.ts +7 -0
  1097. package/components/item-slot-picker/index.js +40 -0
  1098. package/components/item-slot-picker/item-slot-picker.d.ts +137 -0
  1099. package/components/item-slot-picker-DQ-PJeEh.js +430 -0
  1100. package/components/item-slot-picker-n5_s13Xc.cjs +139 -0
  1101. package/components/item-slot-picker-panel/index.cjs +20 -0
  1102. package/components/item-slot-picker-panel/index.d.ts +7 -0
  1103. package/components/item-slot-picker-panel/index.js +42 -0
  1104. package/components/item-slot-picker-panel/item-slot-picker-panel.d.ts +230 -0
  1105. package/components/item-slot-picker-panel-C58-4JQJ.cjs +77 -0
  1106. package/components/item-slot-picker-panel-CkWH3xT2.js +431 -0
  1107. package/components/item-slots-configs.cjs +2 -2
  1108. package/components/item-slots-configs.js +47 -91
  1109. package/components/item-store-B95c9uzO.js +169 -0
  1110. package/components/item-store-BgyGor87.cjs +20 -0
  1111. package/components/item-store-C8T5c76P.cjs +20 -0
  1112. package/components/item-store-CTb_8LV4.js +22 -0
  1113. package/components/ja-BUq_DX7x.js +124 -0
  1114. package/components/ja-DLYEeBwD.cjs +20 -0
  1115. package/components/ko-Cq3bNSoY.cjs +20 -0
  1116. package/components/ko-moQYGrcB.js +124 -0
  1117. package/components/line-chart-options.config-BB_lFdyR.js +21 -0
  1118. package/components/line-chart-options.config-Bsd1SPG-.cjs +20 -0
  1119. package/components/line-chart-options.config-CzSn2FXz.js +165 -0
  1120. package/components/line-chart-options.config-wrTCq7TL.cjs +20 -0
  1121. package/components/line-chart-options.de-Bh4_yDwZ.cjs +20 -0
  1122. package/components/line-chart-options.de-kQ2q5Lob.js +56 -0
  1123. package/components/line-chart-options.en-C1jHqYKA.js +56 -0
  1124. package/components/line-chart-options.en-DwOQVn6Z.cjs +20 -0
  1125. package/components/line-chart-options.es-B9bpm5X4.cjs +20 -0
  1126. package/components/line-chart-options.es-DXr3XoJo.js +56 -0
  1127. package/components/line-chart-options.fr-2an571LP.js +56 -0
  1128. package/components/line-chart-options.fr-D9MCvdFQ.cjs +20 -0
  1129. package/components/line-chart-options.nl-BZlL-Vly.cjs +20 -0
  1130. package/components/line-chart-options.nl-CN-xPcPL.js +56 -0
  1131. package/components/line-chart-positioning.config-CM7jh-Jg.js +53 -0
  1132. package/components/line-chart-positioning.config-CM8V5QoD.cjs +20 -0
  1133. package/components/line-chart-slots.config-B-JL86YZ.js +21 -0
  1134. package/components/line-chart-slots.config-CNYNSC8Y.cjs +20 -0
  1135. package/components/line-chart-slots.config-e2Hp4_L_.cjs +20 -0
  1136. package/components/line-chart-slots.config-e2d18WFv.js +52 -0
  1137. package/components/load-data-fields-for-datasets-B6cGgPld.cjs +20 -0
  1138. package/components/load-data-fields-for-datasets-Da4pn0Tj.js +40 -0
  1139. package/components/localize-BBuZJf_h.cjs +20 -0
  1140. package/components/localize-Dlt3EN5i.js +27 -0
  1141. package/components/localized-mixin-12rLbXJL.js +43 -0
  1142. package/components/localized-mixin-DiD8Bmip.cjs +20 -0
  1143. package/components/map-tile-providers-B0QAcTSs.js +113 -0
  1144. package/components/map-tile-providers-BkI5azgy.cjs +20 -0
  1145. package/components/marker-map-options.config-BoO2lJAJ.js +21 -0
  1146. package/components/marker-map-options.config-CM09fPiP.cjs +20 -0
  1147. package/components/marker-map-options.config-CcQml8_o.js +114 -0
  1148. package/components/marker-map-options.config-DtTdo0XX.cjs +20 -0
  1149. package/components/marker-map-options.de-1vdaJoj-.cjs +20 -0
  1150. package/components/marker-map-options.de-DHKYn3C4.js +61 -0
  1151. package/components/marker-map-options.en-Bn5daK4d.cjs +20 -0
  1152. package/components/marker-map-options.en-C6ir1esF.js +61 -0
  1153. package/components/marker-map-options.es-3ed-xNl-.cjs +20 -0
  1154. package/components/marker-map-options.es-CgdIWIql.js +61 -0
  1155. package/components/marker-map-options.fr-BufkXRnt.cjs +20 -0
  1156. package/components/marker-map-options.fr-DKHfYExd.js +61 -0
  1157. package/components/marker-map-options.nl-Csn4XscR.js +61 -0
  1158. package/components/marker-map-options.nl-Xom9UEnE.cjs +20 -0
  1159. package/components/marker-map-positioning.config-C1C-jInQ.cjs +20 -0
  1160. package/components/marker-map-positioning.config-CkULBQTL.js +46 -0
  1161. package/components/marker-map-slots.config-B90dMeLU.cjs +20 -0
  1162. package/components/marker-map-slots.config-Bh40qiir.js +21 -0
  1163. package/components/marker-map-slots.config-BvhwooWC.cjs +20 -0
  1164. package/components/marker-map-slots.config-DGwRdpnO.js +34 -0
  1165. package/components/mk-B6IFfdHa.js +124 -0
  1166. package/components/mk-CX6tWFGL.cjs +20 -0
  1167. package/components/nl-B02XArjY.js +136 -0
  1168. package/components/nl-B_1VnbMI.js +219 -0
  1169. package/components/nl-CC5UMR5B.cjs +20 -0
  1170. package/components/nl-CR0Gpa1F.cjs +20 -0
  1171. package/components/no-CRcBAcaW.cjs +20 -0
  1172. package/components/no-DtuQwCA1.js +136 -0
  1173. package/components/ohlc-chart-options.config-BVlBYNHB.js +21 -0
  1174. package/components/ohlc-chart-options.config-CEjuqIb-.cjs +20 -0
  1175. package/components/ohlc-chart-options.config-D6VEwV8W.js +62 -0
  1176. package/components/ohlc-chart-options.config-DWTv3j9Z.cjs +20 -0
  1177. package/components/ohlc-chart-options.de-vh9zrAx6.cjs +20 -0
  1178. package/components/ohlc-chart-options.de-xodsDE8k.js +36 -0
  1179. package/components/ohlc-chart-options.en-Bp3Yf3vX.js +36 -0
  1180. package/components/ohlc-chart-options.en-DaHGmrtK.cjs +20 -0
  1181. package/components/ohlc-chart-options.es-CcZY8RVT.js +36 -0
  1182. package/components/ohlc-chart-options.es-Cy2w98EQ.cjs +20 -0
  1183. package/components/ohlc-chart-options.fr-DMRxrp4h.js +36 -0
  1184. package/components/ohlc-chart-options.fr-SwLTanJg.cjs +20 -0
  1185. package/components/ohlc-chart-options.nl-C7Q_LxMG.cjs +20 -0
  1186. package/components/ohlc-chart-options.nl-D6zinb62.js +36 -0
  1187. package/components/ohlc-chart-positioning.config-7bwr8_jQ.cjs +20 -0
  1188. package/components/ohlc-chart-positioning.config-BpFj51t-.js +76 -0
  1189. package/components/ohlc-chart-slots.config-0JGL8N_o.js +65 -0
  1190. package/components/ohlc-chart-slots.config-0ehC5Fyt.cjs +20 -0
  1191. package/components/ohlc-chart-slots.config-BqjM77Qc.cjs +20 -0
  1192. package/components/ohlc-chart-slots.config-CicAaTrF.js +21 -0
  1193. package/components/orion-BcuXfN1h.cjs +20 -0
  1194. package/components/orion-C28K1lam.js +66 -0
  1195. package/components/parallel-coordinates-plot-options.config-BltHQ78x.cjs +20 -0
  1196. package/components/parallel-coordinates-plot-options.config-CJXREoSo.js +21 -0
  1197. package/components/parallel-coordinates-plot-options.config-COFegmQi.cjs +20 -0
  1198. package/components/parallel-coordinates-plot-options.config-CoRLp5Uj.js +39 -0
  1199. package/components/parallel-coordinates-plot-options.de-BFPbt8_G.js +28 -0
  1200. package/components/parallel-coordinates-plot-options.de-D5fPIsoD.cjs +20 -0
  1201. package/components/parallel-coordinates-plot-options.en-Be60zCMZ.js +28 -0
  1202. package/components/parallel-coordinates-plot-options.en-C09-PKF2.cjs +20 -0
  1203. package/components/parallel-coordinates-plot-options.es-CQaQc1Tq.cjs +20 -0
  1204. package/components/parallel-coordinates-plot-options.es-xqmLgcgu.js +28 -0
  1205. package/components/parallel-coordinates-plot-options.fr-B0kL-CDf.js +28 -0
  1206. package/components/parallel-coordinates-plot-options.fr-q28IjNKv.cjs +20 -0
  1207. package/components/parallel-coordinates-plot-options.nl-Cc9dj7ZQ.cjs +20 -0
  1208. package/components/parallel-coordinates-plot-options.nl-wZwhVjJz.js +28 -0
  1209. package/components/parallel-coordinates-plot-positioning.config-D9Lpdhwd.js +46 -0
  1210. package/components/parallel-coordinates-plot-positioning.config-qluYShnu.cjs +20 -0
  1211. package/components/parallel-coordinates-plot-slots.config-BQYv9pk0.js +21 -0
  1212. package/components/parallel-coordinates-plot-slots.config-BsMuvluj.cjs +20 -0
  1213. package/components/parallel-coordinates-plot-slots.config-CrUlGPZI.js +43 -0
  1214. package/components/parallel-coordinates-plot-slots.config-DAo3zkZ1.cjs +20 -0
  1215. package/components/period-over-period-condition.const-DasWQHju.js +27 -0
  1216. package/components/period-over-period-condition.const-wVwKUthh.cjs +20 -0
  1217. package/components/periods.const-CX2ZWWrf.cjs +20 -0
  1218. package/components/periods.const-Ch6SfeaG.js +153 -0
  1219. package/components/pinky-B0e-EdVc.cjs +20 -0
  1220. package/components/pinky-Dajp05sq.js +66 -0
  1221. package/components/pivot-table-options.config-CfOby8JC.js +21 -0
  1222. package/components/pivot-table-options.config-CiuWB8oe.cjs +20 -0
  1223. package/components/pivot-table-options.config-bigHk0oz.cjs +20 -0
  1224. package/components/pivot-table-options.config-v42JLh6t.js +242 -0
  1225. package/components/pivot-table-options.de-D3Uyd9Qz.cjs +20 -0
  1226. package/components/pivot-table-options.de-stErBGi2.js +65 -0
  1227. package/components/pivot-table-options.en-DfGa_r4x.js +65 -0
  1228. package/components/pivot-table-options.en-Y-3vIDtq.cjs +20 -0
  1229. package/components/pivot-table-options.es-CctmL6Yg.js +65 -0
  1230. package/components/pivot-table-options.es-CiLpGJJd.cjs +20 -0
  1231. package/components/pivot-table-options.fr-ZhJq-Vh0.cjs +20 -0
  1232. package/components/pivot-table-options.fr-n_zF2sYk.js +65 -0
  1233. package/components/pivot-table-options.nl-CO1zHkNP.cjs +20 -0
  1234. package/components/pivot-table-options.nl-D2l1Fwhm.js +65 -0
  1235. package/components/pivot-table-positioning.config-B7GzNxXt.js +53 -0
  1236. package/components/pivot-table-positioning.config-BsDcySbu.cjs +20 -0
  1237. package/components/pivot-table-slots.config-BSJQbcN1.cjs +20 -0
  1238. package/components/pivot-table-slots.config-BZu33X7q.js +21 -0
  1239. package/components/pivot-table-slots.config-CCty0gyB.cjs +20 -0
  1240. package/components/pivot-table-slots.config-C_idXTFh.js +52 -0
  1241. package/components/pl-B0B0vrv8.js +124 -0
  1242. package/components/pl-Cy4MfWob.cjs +20 -0
  1243. package/components/positioning.config-CGP8sgwQ.cjs +20 -0
  1244. package/components/positioning.config-CurC-g3d.js +21 -0
  1245. package/components/pt-BmXZldF9.cjs +20 -0
  1246. package/components/pt-DetNP2yR.js +124 -0
  1247. package/components/pyramid-chart-options.config-2fjGdHad.js +21 -0
  1248. package/components/pyramid-chart-options.config-DO9OZHSA.cjs +20 -0
  1249. package/components/pyramid-chart-options.config-Yu_517JV.js +237 -0
  1250. package/components/pyramid-chart-options.config-gkvD6SIe.cjs +20 -0
  1251. package/components/pyramid-chart-options.de-BQ8j1EPM.cjs +20 -0
  1252. package/components/pyramid-chart-options.de-CkRSAOI1.js +100 -0
  1253. package/components/pyramid-chart-options.en-BSJwdkVF.js +100 -0
  1254. package/components/pyramid-chart-options.en-BqVdnoBK.cjs +20 -0
  1255. package/components/pyramid-chart-options.es-2gssN9xN.cjs +20 -0
  1256. package/components/pyramid-chart-options.es-BNbnNpgb.js +100 -0
  1257. package/components/pyramid-chart-options.fr-D4X4LkD4.cjs +20 -0
  1258. package/components/pyramid-chart-options.fr-D81D6OsK.js +100 -0
  1259. package/components/pyramid-chart-options.nl-CPdfermO.cjs +20 -0
  1260. package/components/pyramid-chart-options.nl-Dp1UQqA_.js +100 -0
  1261. package/components/pyramid-chart-positioning.config-DdIRd4ml.js +53 -0
  1262. package/components/pyramid-chart-positioning.config-TQyFx60J.cjs +20 -0
  1263. package/components/pyramid-chart-slots.config-BmHEfg_H.js +47 -0
  1264. package/components/pyramid-chart-slots.config-D77mG7I1.js +21 -0
  1265. package/components/pyramid-chart-slots.config-EOUt8Cot.cjs +20 -0
  1266. package/components/pyramid-chart-slots.config-mK1P8O3f.cjs +20 -0
  1267. package/components/radar-chart-options.config-C3HSPFQN.js +21 -0
  1268. package/components/radar-chart-options.config-CsvC97KN.js +127 -0
  1269. package/components/radar-chart-options.config-DmkGWg9N.cjs +20 -0
  1270. package/components/radar-chart-options.config-fBo9ach1.cjs +20 -0
  1271. package/components/radar-chart-options.de-Bt2vKovl.cjs +20 -0
  1272. package/components/radar-chart-options.de-OGDpM-Nb.js +44 -0
  1273. package/components/radar-chart-options.en-CgLmycu_.js +44 -0
  1274. package/components/radar-chart-options.en-DceWiBCu.cjs +20 -0
  1275. package/components/radar-chart-options.es-DVmd-sYw.js +44 -0
  1276. package/components/radar-chart-options.es-DgmNCFxH.cjs +20 -0
  1277. package/components/radar-chart-options.fr-BLyknBK4.js +44 -0
  1278. package/components/radar-chart-options.fr-CDPtRDOa.cjs +20 -0
  1279. package/components/radar-chart-options.nl-Cav-G5Vb.cjs +20 -0
  1280. package/components/radar-chart-options.nl-CtxQmvxu.js +44 -0
  1281. package/components/radar-chart-positioning.config-BFRILIos.js +53 -0
  1282. package/components/radar-chart-positioning.config-Bdr6-tPk.cjs +20 -0
  1283. package/components/radar-chart-slots.config-B4YB7uGr.cjs +20 -0
  1284. package/components/radar-chart-slots.config-BYb2Oub2.js +21 -0
  1285. package/components/radar-chart-slots.config-Drl5hBQ0.js +50 -0
  1286. package/components/radar-chart-slots.config-h3Oj45vm.cjs +20 -0
  1287. package/components/radiant-DQ6-T3N9.cjs +20 -0
  1288. package/components/radiant-DfyJ8RxB.js +69 -0
  1289. package/components/regular-table-options.config-B3rQGN9V.cjs +20 -0
  1290. package/components/regular-table-options.config-BMSRhV7M.cjs +20 -0
  1291. package/components/regular-table-options.config-CF4EOAz8.js +145 -0
  1292. package/components/regular-table-options.config-DwAETVQp.js +21 -0
  1293. package/components/regular-table-options.de-CrJ2NJib.js +55 -0
  1294. package/components/regular-table-options.de-D5DsJi3n.cjs +20 -0
  1295. package/components/regular-table-options.en-BmlkGVts.cjs +20 -0
  1296. package/components/regular-table-options.en-CSmQ2BvL.js +55 -0
  1297. package/components/regular-table-options.es-CSnoarrx.cjs +20 -0
  1298. package/components/regular-table-options.es-dflHe9ZR.js +55 -0
  1299. package/components/regular-table-options.fr-DhvyiwST.cjs +20 -0
  1300. package/components/regular-table-options.fr-Rs0nTu4B.js +55 -0
  1301. package/components/regular-table-options.nl-BxdRz_LV.cjs +20 -0
  1302. package/components/regular-table-options.nl-CArSt7Y0.js +55 -0
  1303. package/components/regular-table-positioning.config-COLrXzP8.cjs +20 -0
  1304. package/components/regular-table-positioning.config-Dzmrv4t-.js +36 -0
  1305. package/components/regular-table-slots.config-3utOfk2O.cjs +20 -0
  1306. package/components/regular-table-slots.config-B3HOyJZP.cjs +20 -0
  1307. package/components/regular-table-slots.config-BcVWf56j.js +21 -0
  1308. package/components/regular-table-slots.config-Ca_o4ae5.js +32 -0
  1309. package/components/route-map-options.config-BVIi1DTt.cjs +20 -0
  1310. package/components/route-map-options.config-CEbZG5LS.js +21 -0
  1311. package/components/route-map-options.config-CqLIyCr3.cjs +20 -0
  1312. package/components/route-map-options.config-D2EP5psz.js +323 -0
  1313. package/components/route-map-options.de-BUZoH7iZ.js +74 -0
  1314. package/components/route-map-options.de-C1fdk0i_.cjs +20 -0
  1315. package/components/route-map-options.en-BmynSxLe.cjs +20 -0
  1316. package/components/route-map-options.en-DRYO2fNE.js +74 -0
  1317. package/components/route-map-options.es-D-Bihj7u.js +74 -0
  1318. package/components/route-map-options.es-wEsbyCjc.cjs +20 -0
  1319. package/components/route-map-options.fr-Bu_I9YBo.cjs +20 -0
  1320. package/components/route-map-options.fr-C4iYE6jK.js +74 -0
  1321. package/components/route-map-options.nl-BMzcq8XF.js +74 -0
  1322. package/components/route-map-options.nl-DyCU2oFB.cjs +20 -0
  1323. package/components/route-map-positioning.config-B2ZMiKmq.cjs +20 -0
  1324. package/components/route-map-positioning.config-B8Kwn58p.js +64 -0
  1325. package/components/route-map-slots.config-BCEdcAsa.cjs +20 -0
  1326. package/components/route-map-slots.config-CIOriAti.cjs +20 -0
  1327. package/components/route-map-slots.config-DSstcwAB.js +21 -0
  1328. package/components/route-map-slots.config-DrzUx7qo.js +56 -0
  1329. package/components/royale-B0HrCfjJ.js +58 -0
  1330. package/components/royale-CDYCwQry.cjs +20 -0
  1331. package/components/ru-fWz2GIGG.cjs +20 -0
  1332. package/components/ru-uXEMCdZe.js +124 -0
  1333. package/components/sankey-diagram-options.config-BJnNfFia.js +21 -0
  1334. package/components/sankey-diagram-options.config-C6vB9-w3.cjs +20 -0
  1335. package/components/sankey-diagram-options.config-DJGM8kdV.js +123 -0
  1336. package/components/sankey-diagram-options.config-kGjLZs_2.cjs +20 -0
  1337. package/components/sankey-diagram-options.de-B_FiWitS.js +61 -0
  1338. package/components/sankey-diagram-options.de-DJJlDCLQ.cjs +20 -0
  1339. package/components/sankey-diagram-options.en-DCkOtQQU.js +61 -0
  1340. package/components/sankey-diagram-options.en-M7rOqzVB.cjs +20 -0
  1341. package/components/sankey-diagram-options.es-DdMHVGBe.js +61 -0
  1342. package/components/sankey-diagram-options.es-Dm4Qw9uu.cjs +20 -0
  1343. package/components/sankey-diagram-options.fr-CE_A2c-J.js +61 -0
  1344. package/components/sankey-diagram-options.fr-Rxno7l7m.cjs +20 -0
  1345. package/components/sankey-diagram-options.nl-CbUHLOrV.js +61 -0
  1346. package/components/sankey-diagram-options.nl-DUcImgmg.cjs +20 -0
  1347. package/components/sankey-diagram-positioning.config-BUkMbN4Z.js +64 -0
  1348. package/components/sankey-diagram-positioning.config-CPMneasr.cjs +20 -0
  1349. package/components/sankey-diagram-slots.config--zHIc2la.cjs +20 -0
  1350. package/components/sankey-diagram-slots.config-B48yw2jh.js +21 -0
  1351. package/components/sankey-diagram-slots.config-BJcLpDP1.cjs +20 -0
  1352. package/components/sankey-diagram-slots.config-BrR45TTx.js +58 -0
  1353. package/components/scatter-plot-options.config-5zZB0ZGK.cjs +20 -0
  1354. package/components/scatter-plot-options.config-BWonrzmW.js +299 -0
  1355. package/components/scatter-plot-options.config-CDYD_sKA.cjs +20 -0
  1356. package/components/scatter-plot-options.config-DzCJWMr0.js +21 -0
  1357. package/components/scatter-plot-options.de-C6J7TwXJ.js +94 -0
  1358. package/components/scatter-plot-options.de-CZqMX56b.cjs +20 -0
  1359. package/components/scatter-plot-options.en-CRKfYmAC.cjs +20 -0
  1360. package/components/scatter-plot-options.en-CrZHJcm-.js +94 -0
  1361. package/components/scatter-plot-options.es-BRUPLbYI.js +94 -0
  1362. package/components/scatter-plot-options.es-zbpgLFeN.cjs +20 -0
  1363. package/components/scatter-plot-options.fr-CVyGs2YE.js +94 -0
  1364. package/components/scatter-plot-options.fr-ZLwi6hx6.cjs +20 -0
  1365. package/components/scatter-plot-options.nl-CPIrnY4w.js +94 -0
  1366. package/components/scatter-plot-options.nl-DY0JBMrF.cjs +20 -0
  1367. package/components/scatter-plot-positioning.config-DK8SDoQL.js +75 -0
  1368. package/components/scatter-plot-positioning.config-DWDZ2Mm6.cjs +20 -0
  1369. package/components/scatter-plot-slots.config-CbdskkNg.cjs +20 -0
  1370. package/components/scatter-plot-slots.config-H1LfNaaT.js +71 -0
  1371. package/components/scatter-plot-slots.config-aUOSnkNl.js +21 -0
  1372. package/components/scatter-plot-slots.config-pYVmnCk0.cjs +20 -0
  1373. package/components/search-filter-options.config-DTu5psLb.cjs +20 -0
  1374. package/components/search-filter-options.config-DXbqQlyA.js +100 -0
  1375. package/components/search-filter-options.config-DequpI65.cjs +20 -0
  1376. package/components/search-filter-options.config-Diw-iX5j.js +21 -0
  1377. package/components/search-filter-options.de-CIbSBcij.cjs +20 -0
  1378. package/components/search-filter-options.de-D0ifzlmV.js +40 -0
  1379. package/components/search-filter-options.en-BuKuiRkM.cjs +20 -0
  1380. package/components/search-filter-options.en-eAaajtKI.js +40 -0
  1381. package/components/search-filter-options.es-BB0-U7yM.cjs +20 -0
  1382. package/components/search-filter-options.es-g3Fb__d5.js +40 -0
  1383. package/components/search-filter-options.fr-mcF-o86E.js +40 -0
  1384. package/components/search-filter-options.fr-n81Vq0a0.cjs +20 -0
  1385. package/components/search-filter-options.nl-B7VXgsK5.cjs +20 -0
  1386. package/components/search-filter-options.nl-BHfrRzOt.js +40 -0
  1387. package/components/search-filter-positioning.config-B4uLZ66r.cjs +20 -0
  1388. package/components/search-filter-positioning.config-CkfkYC43.js +36 -0
  1389. package/components/search-filter-slots.config-CbTZrGm9.cjs +20 -0
  1390. package/components/search-filter-slots.config-DNyvP44P.js +21 -0
  1391. package/components/search-filter-slots.config-DpZeFnf4.cjs +20 -0
  1392. package/components/search-filter-slots.config-jjnb3VVl.js +36 -0
  1393. package/components/seasonal-QZpk-qX-.cjs +20 -0
  1394. package/components/seasonal-TzHVie-I.js +74 -0
  1395. package/components/set-locale-CN_4EtlW.cjs +20 -0
  1396. package/components/set-locale-DVGy0VKD.js +43 -0
  1397. package/components/slicer-filter-options.config-BeHLVjcY.js +223 -0
  1398. package/components/slicer-filter-options.config-CCHM95L0.js +21 -0
  1399. package/components/slicer-filter-options.config-Cxq42zN-.cjs +20 -0
  1400. package/components/slicer-filter-options.config-gopvysEM.cjs +20 -0
  1401. package/components/slicer-filter-options.de-CleS-jh8.js +67 -0
  1402. package/components/slicer-filter-options.de-Cwy0kMs7.cjs +20 -0
  1403. package/components/slicer-filter-options.en-BEX7w2md.js +67 -0
  1404. package/components/slicer-filter-options.en-BSySPrNz.cjs +20 -0
  1405. package/components/slicer-filter-options.es-C48QC2H8.js +67 -0
  1406. package/components/slicer-filter-options.es-CkYXNblb.cjs +20 -0
  1407. package/components/slicer-filter-options.fr-CPKkXkc6.js +67 -0
  1408. package/components/slicer-filter-options.fr-DnyWCCSm.cjs +20 -0
  1409. package/components/slicer-filter-options.nl-Cn9U6ZFp.cjs +20 -0
  1410. package/components/slicer-filter-options.nl-Dooa7suz.js +67 -0
  1411. package/components/slicer-filter-positioning.config-Dpseu8CF.cjs +20 -0
  1412. package/components/slicer-filter-positioning.config-vDMF78K6.js +46 -0
  1413. package/components/slicer-filter-slots.config-B5qJkavM.js +21 -0
  1414. package/components/slicer-filter-slots.config-Blk3kKX5.js +41 -0
  1415. package/components/slicer-filter-slots.config-CsbAboRS.cjs +20 -0
  1416. package/components/slicer-filter-slots.config-DN7adQKw.cjs +20 -0
  1417. package/components/slider-filter-options.config-BvftI9lv.js +21 -0
  1418. package/components/slider-filter-options.config-DjPT4m6j.js +69 -0
  1419. package/components/slider-filter-options.config-mZ_gA62o.cjs +20 -0
  1420. package/components/slider-filter-options.config-sqkI2jcV.cjs +20 -0
  1421. package/components/slider-filter-options.de-B4ukXYfU.js +33 -0
  1422. package/components/slider-filter-options.de-Ca4zX54z.cjs +20 -0
  1423. package/components/slider-filter-options.en-BuM08ljg.cjs +20 -0
  1424. package/components/slider-filter-options.en-DZY-063q.js +33 -0
  1425. package/components/slider-filter-options.es-BAar4d2E.cjs +20 -0
  1426. package/components/slider-filter-options.es-DUZJ1ePB.js +33 -0
  1427. package/components/slider-filter-options.fr-CucYarG5.js +33 -0
  1428. package/components/slider-filter-options.fr-qfYuH72B.cjs +20 -0
  1429. package/components/slider-filter-options.nl-BwZY-ejf.js +33 -0
  1430. package/components/slider-filter-options.nl-CA9X6wWI.cjs +20 -0
  1431. package/components/slider-filter-positioning.config-BUSN4Pat.js +36 -0
  1432. package/components/slider-filter-positioning.config-D04hocnt.cjs +20 -0
  1433. package/components/slider-filter-slots.config-D41CdPY4.cjs +20 -0
  1434. package/components/slider-filter-slots.config-DRmfv9lL.js +21 -0
  1435. package/components/slider-filter-slots.config-NGFFNUY0.cjs +20 -0
  1436. package/components/slider-filter-slots.config-zDcjTLwv.js +40 -0
  1437. package/components/slot-labels.config-BdrqhsYJ.cjs +20 -0
  1438. package/components/slot-labels.config-DZclEQ8k.js +61 -0
  1439. package/components/slot-menu/index.cjs +2 -37
  1440. package/components/slot-menu/index.d.ts +2 -0
  1441. package/components/slot-menu/index.js +18 -170
  1442. package/components/slot-menu/slot-menu.d.ts +64 -14
  1443. package/components/slot-menu/types.d.ts +24 -0
  1444. package/components/slot-menu-BOKxYlGj.cjs +63 -0
  1445. package/components/slot-menu-CFT8JQv4.js +372 -0
  1446. package/components/slot-menu-list/index.cjs +2 -21
  1447. package/components/slot-menu-list/index.js +14 -333
  1448. package/components/slot-menu-list/slot-menu-list.d.ts +8 -5
  1449. package/components/slot-menu-list-CFCvrPVt.cjs +35 -0
  1450. package/components/slot-menu-list-DvMQvfBl.js +285 -0
  1451. package/components/slots-config-DAh6LE0O.js +75 -0
  1452. package/components/slots-config-Dxz5MxUN.cjs +20 -0
  1453. package/components/spacer-options.config-DxkO35Bc.js +21 -0
  1454. package/components/spacer-options.config-cJ8E1c12.cjs +20 -0
  1455. package/components/speedometer-chart-options.config-BcsqMGd0.cjs +20 -0
  1456. package/components/speedometer-chart-options.config-C9jiUxtr.cjs +20 -0
  1457. package/components/speedometer-chart-options.config-Ds389QIV.js +243 -0
  1458. package/components/speedometer-chart-options.config-tDtFRNSP.js +21 -0
  1459. package/components/speedometer-chart-options.de-6XkTvP7E.js +64 -0
  1460. package/components/speedometer-chart-options.de-FqdMCkP_.cjs +20 -0
  1461. package/components/speedometer-chart-options.en-Bg4-Jsh4.js +64 -0
  1462. package/components/speedometer-chart-options.en-CCMfrJUy.cjs +20 -0
  1463. package/components/speedometer-chart-options.es-DD6-ty8U.js +64 -0
  1464. package/components/speedometer-chart-options.es-lhwiQ2qP.cjs +20 -0
  1465. package/components/speedometer-chart-options.fr-B9vK88BL.js +64 -0
  1466. package/components/speedometer-chart-options.fr-Cx3lxDOR.cjs +20 -0
  1467. package/components/speedometer-chart-options.nl-CW24UY0j.js +64 -0
  1468. package/components/speedometer-chart-options.nl-Co4gG3q4.cjs +20 -0
  1469. package/components/speedometer-chart-positioning.config-CeSR3F7-.js +46 -0
  1470. package/components/speedometer-chart-positioning.config-Czolv_lA.cjs +20 -0
  1471. package/components/speedometer-chart-slots.config-BC2lgmE2.cjs +20 -0
  1472. package/components/speedometer-chart-slots.config-BLN_rwq_.js +36 -0
  1473. package/components/speedometer-chart-slots.config-CQ365XLM.js +21 -0
  1474. package/components/speedometer-chart-slots.config-DpkxwiMb.cjs +20 -0
  1475. package/components/spike-map-options.config-BRHeIFwS.cjs +20 -0
  1476. package/components/spike-map-options.config-CDs-wCip.js +410 -0
  1477. package/components/spike-map-options.config-D8RiuOlW.js +21 -0
  1478. package/components/spike-map-options.config-csQGkCTh.cjs +20 -0
  1479. package/components/spike-map-options.de-BxDg1Tm-.cjs +20 -0
  1480. package/components/spike-map-options.de-CuZQNctU.js +101 -0
  1481. package/components/spike-map-options.en-X3WARWun.cjs +20 -0
  1482. package/components/spike-map-options.en-yPSNlyMn.js +101 -0
  1483. package/components/spike-map-options.es-B610DM-j.cjs +20 -0
  1484. package/components/spike-map-options.es-CLZvockl.js +101 -0
  1485. package/components/spike-map-options.fr-CUCYB2YQ.cjs +20 -0
  1486. package/components/spike-map-options.fr-uvaZpN8F.js +101 -0
  1487. package/components/spike-map-options.nl-1sXyIvT3.cjs +20 -0
  1488. package/components/spike-map-options.nl-T6cZZKlT.js +101 -0
  1489. package/components/spike-map-positioning.config-Cf5H_3q1.js +53 -0
  1490. package/components/spike-map-positioning.config-CuN6S8xj.cjs +20 -0
  1491. package/components/spike-map-slots.config-3m5mq_3U.cjs +20 -0
  1492. package/components/spike-map-slots.config-3o3-EpgR.js +44 -0
  1493. package/components/spike-map-slots.config-B9IBZKip.js +21 -0
  1494. package/components/spike-map-slots.config-DIGLKSXO.cjs +20 -0
  1495. package/components/strip-plot-options.config-BNi60jA8.cjs +20 -0
  1496. package/components/strip-plot-options.config-C_aUx4Ee.js +50 -0
  1497. package/components/strip-plot-options.config-DHcZaeMF.js +21 -0
  1498. package/components/strip-plot-options.config-GVV-5z_B.cjs +20 -0
  1499. package/components/strip-plot-options.de-B9P8spcz.js +29 -0
  1500. package/components/strip-plot-options.de-D9lXIh89.cjs +20 -0
  1501. package/components/strip-plot-options.en-BUheFbOo.cjs +20 -0
  1502. package/components/strip-plot-options.en-X9qI_p_W.js +29 -0
  1503. package/components/strip-plot-options.es-Db35y2Gr.cjs +20 -0
  1504. package/components/strip-plot-options.es-_pMzBvto.js +29 -0
  1505. package/components/strip-plot-options.fr-BE-zAq2Y.cjs +20 -0
  1506. package/components/strip-plot-options.fr-GaJLzXqx.js +29 -0
  1507. package/components/strip-plot-options.nl-B59BHbmO.js +29 -0
  1508. package/components/strip-plot-options.nl-BjAkCPF6.cjs +20 -0
  1509. package/components/strip-plot-positioning.config-BQnrS7m0.cjs +20 -0
  1510. package/components/strip-plot-positioning.config-DDE4dOyE.js +46 -0
  1511. package/components/strip-plot-slots.config-B18-XTz9.js +21 -0
  1512. package/components/strip-plot-slots.config-CIlAzKs9.cjs +20 -0
  1513. package/components/strip-plot-slots.config-DklU3iKj.cjs +20 -0
  1514. package/components/strip-plot-slots.config-Dz0U148d.js +35 -0
  1515. package/components/sunburst-chart-options.config-C6pZ3h8U.js +21 -0
  1516. package/components/sunburst-chart-options.config-CzqEd1N0.cjs +20 -0
  1517. package/components/sunburst-chart-options.config-DgJroyxj.js +157 -0
  1518. package/components/sunburst-chart-options.config-ngsV9LyF.cjs +20 -0
  1519. package/components/sunburst-chart-options.de-Dr3HjYh7.js +58 -0
  1520. package/components/sunburst-chart-options.de-ExKl_9iP.cjs +20 -0
  1521. package/components/sunburst-chart-options.en-BX6LCBkx.cjs +20 -0
  1522. package/components/sunburst-chart-options.en-sk44ap0-.js +58 -0
  1523. package/components/sunburst-chart-options.es-B9TFfTId.js +58 -0
  1524. package/components/sunburst-chart-options.es-DmkadHJ5.cjs +20 -0
  1525. package/components/sunburst-chart-options.fr-DOZ2Emtz.cjs +20 -0
  1526. package/components/sunburst-chart-options.fr-DacxVeAW.js +58 -0
  1527. package/components/sunburst-chart-options.nl-BDPMyiRF.js +58 -0
  1528. package/components/sunburst-chart-options.nl-ECPhYZLe.cjs +20 -0
  1529. package/components/sunburst-chart-positioning.config-Cxh0fiYk.js +46 -0
  1530. package/components/sunburst-chart-positioning.config-FDOCmELF.cjs +20 -0
  1531. package/components/sunburst-chart-slots.config-CUUd8N36.js +35 -0
  1532. package/components/sunburst-chart-slots.config-CgzRpwdC.cjs +20 -0
  1533. package/components/sunburst-chart-slots.config-CszbA3tp.cjs +20 -0
  1534. package/components/sunburst-chart-slots.config-rO6slLsQ.js +21 -0
  1535. package/components/sv-B6ntYnxF.js +124 -0
  1536. package/components/sv-BJHpfzAX.cjs +20 -0
  1537. package/components/symbol-map-options.config-BUsIEIVK.js +154 -0
  1538. package/components/symbol-map-options.config-BV6rh2c8.cjs +20 -0
  1539. package/components/symbol-map-options.config-CX6FGdQr.js +21 -0
  1540. package/components/symbol-map-options.config-J8zT4ynI.cjs +20 -0
  1541. package/components/symbol-map-options.de-BPz2gFlZ.cjs +20 -0
  1542. package/components/symbol-map-options.de-yKLOfzzX.js +64 -0
  1543. package/components/symbol-map-options.en-DsPopFuP.js +64 -0
  1544. package/components/symbol-map-options.en-SCaCzh96.cjs +20 -0
  1545. package/components/symbol-map-options.es-CPFXc3Ww.cjs +20 -0
  1546. package/components/symbol-map-options.es-DlXGGhOT.js +64 -0
  1547. package/components/symbol-map-options.fr-B5UzoepV.js +64 -0
  1548. package/components/symbol-map-options.fr-BGnn0oXs.cjs +20 -0
  1549. package/components/symbol-map-options.nl-CFNnetIH.cjs +20 -0
  1550. package/components/symbol-map-options.nl-P-M3pc5i.js +64 -0
  1551. package/components/symbol-map-positioning.config-AfBex4Vk.js +53 -0
  1552. package/components/symbol-map-positioning.config-D6CinhUb.cjs +20 -0
  1553. package/components/symbol-map-slots.config-BbULOS9q.js +50 -0
  1554. package/components/symbol-map-slots.config-DCF6ZpAC.js +21 -0
  1555. package/components/symbol-map-slots.config-DO14oTtC.cjs +20 -0
  1556. package/components/symbol-map-slots.config-z893brxq.cjs +20 -0
  1557. package/components/text-options.config-CJ3xtIjD.cjs +20 -0
  1558. package/components/text-options.config-CcFli7tg.cjs +20 -0
  1559. package/components/text-options.config-DPHp_8ku.js +21 -0
  1560. package/components/text-options.config-wM6yXqJt.js +64 -0
  1561. package/components/text-options.de-7-B2mZH6.js +28 -0
  1562. package/components/text-options.de-toiuT5SI.cjs +20 -0
  1563. package/components/text-options.en-CzNsvAwW.js +28 -0
  1564. package/components/text-options.en-gciNl9jC.cjs +20 -0
  1565. package/components/text-options.es-Cp2v5wNr.js +28 -0
  1566. package/components/text-options.es-DZXVtmC4.cjs +20 -0
  1567. package/components/text-options.fr-5IVawMia.js +28 -0
  1568. package/components/text-options.fr-BwtyfY14.cjs +20 -0
  1569. package/components/text-options.nl-BLB5DcLA.cjs +20 -0
  1570. package/components/text-options.nl-BjEAgFYg.js +28 -0
  1571. package/components/text-slots.config-1d5l7sdO.js +21 -0
  1572. package/components/text-slots.config-D2MGP7n6.cjs +20 -0
  1573. package/components/text-slots.config-Ld-48uIN.cjs +20 -0
  1574. package/components/text-slots.config-S-1Nh2dV.js +21 -0
  1575. package/components/themes-BZL9NfRc.cjs +20 -0
  1576. package/components/themes-D03BmHjI.js +72 -0
  1577. package/components/tr-BkbYwPJw.js +136 -0
  1578. package/components/tr-Ctcalxbu.cjs +20 -0
  1579. package/components/treemap-chart-options.config-2K50kxq5.cjs +20 -0
  1580. package/components/treemap-chart-options.config-7Ub8DGU1.js +181 -0
  1581. package/components/treemap-chart-options.config-KVnA-Dry.js +21 -0
  1582. package/components/treemap-chart-options.config-UJhm5ytp.cjs +20 -0
  1583. package/components/treemap-chart-options.de-BzY-UzKZ.js +62 -0
  1584. package/components/treemap-chart-options.de-Dd-fo16q.cjs +20 -0
  1585. package/components/treemap-chart-options.en--5b2v-Ui.cjs +20 -0
  1586. package/components/treemap-chart-options.en-PHNIx4ek.js +62 -0
  1587. package/components/treemap-chart-options.es-DAwvNweL.cjs +20 -0
  1588. package/components/treemap-chart-options.es-W1Thvi4j.js +62 -0
  1589. package/components/treemap-chart-options.fr-CsOeTOaD.cjs +20 -0
  1590. package/components/treemap-chart-options.fr-OIU1LWcm.js +62 -0
  1591. package/components/treemap-chart-options.nl-DHirhsS2.js +62 -0
  1592. package/components/treemap-chart-options.nl-DX6UEd0d.cjs +20 -0
  1593. package/components/treemap-chart-positioning.config-DVZa5Dm5.js +53 -0
  1594. package/components/treemap-chart-positioning.config-erWZI4oU.cjs +20 -0
  1595. package/components/treemap-chart-slots.config-C2bJodC8.js +21 -0
  1596. package/components/treemap-chart-slots.config-_aaHvno2.js +44 -0
  1597. package/components/treemap-chart-slots.config-gNukTo8T.cjs +20 -0
  1598. package/components/treemap-chart-slots.config-zIhxgUFq.cjs +20 -0
  1599. package/components/type-check-CVgyxvdF.js +50 -0
  1600. package/components/type-check-CdFE0wiu.cjs +20 -0
  1601. package/components/types.cjs +19 -0
  1602. package/components/types.js +19 -0
  1603. package/components/urban-CbS5uKmG.js +69 -0
  1604. package/components/urban-yXJhZIhZ.cjs +20 -0
  1605. package/components/utils/base.cjs +20 -0
  1606. package/components/utils/base.js +24 -0
  1607. package/components/utils/store.cjs +20 -0
  1608. package/components/utils/store.js +82 -0
  1609. package/components/utils-BlRaHMcZ.js +63 -0
  1610. package/components/utils-SplPvYR_.cjs +20 -0
  1611. package/components/utils.cjs +2 -2
  1612. package/components/utils.js +12 -72
  1613. package/components/validate-BzxfFJY6.js +25 -0
  1614. package/components/validate-DGy5i56l.cjs +20 -0
  1615. package/components/venn-diagram-options.config-B-DoiVVh.js +21 -0
  1616. package/components/venn-diagram-options.config-CuaMwKLL.cjs +20 -0
  1617. package/components/venn-diagram-options.config-DHcg3js4.cjs +20 -0
  1618. package/components/venn-diagram-options.config-s9MWYnV-.js +21 -0
  1619. package/components/venn-diagram-positioning.config-CqlJ3VC4.js +53 -0
  1620. package/components/venn-diagram-positioning.config-p2xh99LU.cjs +20 -0
  1621. package/components/venn-diagram-slots.config-CJcEGeWy.js +44 -0
  1622. package/components/venn-diagram-slots.config-CoamxDZU.js +21 -0
  1623. package/components/venn-diagram-slots.config-DOuAdavb.cjs +20 -0
  1624. package/components/venn-diagram-slots.config-v66ObSoz.cjs +20 -0
  1625. package/components/video-options.config-BNAJi_XB.cjs +20 -0
  1626. package/components/video-options.config-DYMWT0Os.js +21 -0
  1627. package/components/video-options.config-HURF6yUt.js +124 -0
  1628. package/components/video-options.config-ea3gIwYz.cjs +20 -0
  1629. package/components/video-options.de-DkCQeyVU.js +58 -0
  1630. package/components/video-options.de-bwodnVfH.cjs +20 -0
  1631. package/components/video-options.en-BTjKCOFa.cjs +20 -0
  1632. package/components/video-options.en-j-Mn5a8I.js +58 -0
  1633. package/components/video-options.es-BYHE3Zw4.cjs +20 -0
  1634. package/components/video-options.es-LR7bQXzq.js +58 -0
  1635. package/components/video-options.fr-BU0z08nV.js +58 -0
  1636. package/components/video-options.fr-CikjzEHn.cjs +20 -0
  1637. package/components/video-options.nl-vfugAYbc.cjs +20 -0
  1638. package/components/video-options.nl-wMhS1U3h.js +58 -0
  1639. package/components/video-slots.config-1i2ZSU8K.cjs +20 -0
  1640. package/components/video-slots.config-Bb2PkUrY.js +21 -0
  1641. package/components/video-slots.config-C5VvqWmi.js +21 -0
  1642. package/components/video-slots.config-CKEsOD63.cjs +20 -0
  1643. package/components/vivid-CwNdph7X.cjs +20 -0
  1644. package/components/vivid-DeNIlNRe.js +70 -0
  1645. package/components/viz-item-menu/index.cjs +20 -0
  1646. package/components/viz-item-menu/index.d.ts +8 -0
  1647. package/components/viz-item-menu/index.js +29 -0
  1648. package/components/viz-item-menu/types.d.ts +1 -0
  1649. package/components/viz-item-menu/viz-item-menu.d.ts +75 -0
  1650. package/components/viz-item-menu-B8mxBz1B.js +162 -0
  1651. package/components/viz-item-menu-DMLcYBxg.cjs +55 -0
  1652. package/components/wordcloud-chart-options.config-BbWazt_6.js +87 -0
  1653. package/components/wordcloud-chart-options.config-Bz6Cwutu.cjs +20 -0
  1654. package/components/wordcloud-chart-options.config-CYXNke8u.cjs +20 -0
  1655. package/components/wordcloud-chart-options.config-woekLAJu.js +21 -0
  1656. package/components/wordcloud-chart-options.de-BHdpj73v.js +47 -0
  1657. package/components/wordcloud-chart-options.de-BQswnN8V.cjs +20 -0
  1658. package/components/wordcloud-chart-options.en-D-pbm6h8.js +47 -0
  1659. package/components/wordcloud-chart-options.en-g9FIkW60.cjs +20 -0
  1660. package/components/wordcloud-chart-options.es-BtyzGWLG.cjs +20 -0
  1661. package/components/wordcloud-chart-options.es-fdvijBq4.js +47 -0
  1662. package/components/wordcloud-chart-options.fr-BIW-RkrZ.js +47 -0
  1663. package/components/wordcloud-chart-options.fr-ClL6xRWX.cjs +20 -0
  1664. package/components/wordcloud-chart-options.nl-Cv0q9KW3.js +47 -0
  1665. package/components/wordcloud-chart-options.nl-DP1o6v4f.cjs +20 -0
  1666. package/components/wordcloud-chart-positioning.config-DAFRXj9x.js +53 -0
  1667. package/components/wordcloud-chart-positioning.config-HTEFGyT0.cjs +20 -0
  1668. package/components/wordcloud-chart-slots.config-BQAL4X4W.cjs +20 -0
  1669. package/components/wordcloud-chart-slots.config-CBAEQAHN.cjs +20 -0
  1670. package/components/wordcloud-chart-slots.config-Io6R4kzY.js +21 -0
  1671. package/components/wordcloud-chart-slots.config-nL1VltKu.js +42 -0
  1672. package/components/zh-CN-B77UpR2K.cjs +20 -0
  1673. package/components/zh-CN-u-UnW14z.js +124 -0
  1674. package/components/zh-TW-BsHHLnIy.cjs +20 -0
  1675. package/components/zh-TW-CFPxsPqh.js +124 -0
  1676. package/custom-elements.json +10926 -2231
  1677. package/index.d.ts +39 -16
  1678. package/item-definitions/context-helpers.d.ts +2 -0
  1679. package/item-definitions/item-context.config.d.ts +45 -0
  1680. package/item-definitions/item-options.config.d.ts +45 -0
  1681. package/item-definitions/item-slots.config.d.ts +1 -0
  1682. package/item-definitions/slot-labels.config.d.ts +2 -0
  1683. package/package.json +273 -86
  1684. package/react/README.md +99 -0
  1685. package/react/components/ai-interaction-textarea.component.ts +27 -0
  1686. package/react/components/data-field/index.ts +1 -0
  1687. package/react/components/data-field/types.ts +5 -0
  1688. package/react/components/data-field-level.component.ts +30 -0
  1689. package/react/components/data-field-panel/index.ts +1 -0
  1690. package/react/components/data-field-panel/types.ts +27 -0
  1691. package/react/components/data-field-panel.component.ts +38 -0
  1692. package/react/components/dataset-icon/index.ts +1 -0
  1693. package/react/components/dataset-icon/types.ts +8 -0
  1694. package/react/components/dataset-icon.component.ts +22 -0
  1695. package/react/components/dataset-selector-list.component.ts +27 -0
  1696. package/react/components/dataset-selector-row.component.ts +30 -0
  1697. package/react/components/display-settings/index.ts +1 -0
  1698. package/react/components/display-settings/types.ts +6 -0
  1699. package/react/components/display-settings-binning.component.ts +27 -0
  1700. package/react/components/display-settings-datetime.component.ts +27 -0
  1701. package/react/components/display-settings-grand-totals.component.ts +27 -0
  1702. package/react/components/display-settings-numeric.component.ts +27 -0
  1703. package/react/components/display-settings-period-over-period.component.ts +27 -0
  1704. package/react/components/display-settings.component.ts +33 -0
  1705. package/react/components/filter-expression-picker.component.ts +25 -0
  1706. package/react/components/filter-item.component.ts +25 -0
  1707. package/react/components/filter-parameter-picker.component.ts +22 -0
  1708. package/react/components/filter-value-picker-datetime.component.ts +25 -0
  1709. package/react/components/filter-value-picker-hierarchy.component.ts +25 -0
  1710. package/react/components/filter-value-picker-numeric.component.ts +25 -0
  1711. package/react/components/filter-value-picker.component.ts +25 -0
  1712. package/react/components/filters/index.ts +1 -0
  1713. package/react/components/filters/types.ts +9 -0
  1714. package/react/components/filters.component.ts +27 -0
  1715. package/react/components/item-grid/index.ts +1 -0
  1716. package/react/components/item-grid/types.ts +46 -0
  1717. package/react/components/item-grid.component.ts +33 -0
  1718. package/react/components/item-option-action-button-group.component.ts +25 -0
  1719. package/react/components/item-option-color-palette-picker.component.ts +25 -0
  1720. package/react/components/item-option-color-picker.component.ts +27 -0
  1721. package/react/components/item-option-color-range.component.ts +27 -0
  1722. package/react/components/item-option-multi-language-field.component.ts +25 -0
  1723. package/react/components/item-option-number-field.component.ts +25 -0
  1724. package/react/components/item-option-panel.component.ts +27 -0
  1725. package/react/components/item-option-picker.component.ts +25 -0
  1726. package/react/components/item-option-position-picker.component.ts +25 -0
  1727. package/react/components/item-option-positions-number-field.component.ts +25 -0
  1728. package/react/components/item-option-radio-button-group.component.ts +25 -0
  1729. package/react/components/item-option-slider.component.ts +25 -0
  1730. package/react/components/item-option-switch.component.ts +25 -0
  1731. package/react/components/item-option-text-field.component.ts +25 -0
  1732. package/react/components/item-option.component.ts +22 -0
  1733. package/react/components/item-slot-drop/index.ts +1 -0
  1734. package/react/components/item-slot-drop/types.ts +6 -0
  1735. package/react/components/item-slot-drop-panel.component.ts +30 -0
  1736. package/react/components/item-slot-drop.component.ts +36 -0
  1737. package/react/components/item-slot-picker-panel.component.ts +36 -0
  1738. package/react/components/item-slot-picker.component.ts +27 -0
  1739. package/react/components/slot-menu/index.ts +1 -0
  1740. package/react/components/slot-menu/types.ts +29 -0
  1741. package/react/components/slot-menu-list.component.ts +27 -0
  1742. package/react/components/slot-menu.component.ts +39 -0
  1743. package/react/components/viz-item-menu/index.ts +1 -0
  1744. package/react/components/viz-item-menu/types.ts +1 -0
  1745. package/react/components/viz-item-menu.component.ts +33 -0
  1746. package/react/esm/components/ai-interaction-textarea.component.d.ts +12 -0
  1747. package/react/esm/components/ai-interaction-textarea.component.js +17 -0
  1748. package/react/esm/components/data-field/index.d.ts +1 -0
  1749. package/react/esm/components/data-field/index.js +1 -0
  1750. package/react/esm/components/data-field/types.d.ts +4 -0
  1751. package/react/esm/components/data-field/types.js +1 -0
  1752. package/react/esm/components/data-field-level.component.d.ts +18 -0
  1753. package/react/esm/components/data-field-level.component.js +19 -0
  1754. package/react/esm/components/data-field-panel/index.d.ts +1 -0
  1755. package/react/esm/components/data-field-panel/index.js +1 -0
  1756. package/react/esm/components/data-field-panel/types.d.ts +27 -0
  1757. package/react/esm/components/data-field-panel/types.js +1 -0
  1758. package/react/esm/components/data-field-panel.component.d.ts +21 -0
  1759. package/react/esm/components/data-field-panel.component.js +26 -0
  1760. package/react/esm/components/dataset-icon/index.d.ts +1 -0
  1761. package/react/esm/components/dataset-icon/index.js +1 -0
  1762. package/react/esm/components/dataset-icon/types.d.ts +11 -0
  1763. package/react/esm/components/dataset-icon/types.js +1 -0
  1764. package/react/esm/components/dataset-icon.component.d.ts +8 -0
  1765. package/react/esm/components/dataset-icon.component.js +13 -0
  1766. package/react/esm/components/dataset-selector-list.component.d.ts +12 -0
  1767. package/react/esm/components/dataset-selector-list.component.js +17 -0
  1768. package/react/esm/components/dataset-selector-row.component.d.ts +14 -0
  1769. package/react/esm/components/dataset-selector-row.component.js +19 -0
  1770. package/react/esm/components/display-settings/index.d.ts +1 -0
  1771. package/react/esm/components/display-settings/index.js +1 -0
  1772. package/react/esm/components/display-settings/types.d.ts +5 -0
  1773. package/react/esm/components/display-settings/types.js +1 -0
  1774. package/react/esm/components/display-settings-binning.component.d.ts +12 -0
  1775. package/react/esm/components/display-settings-binning.component.js +17 -0
  1776. package/react/esm/components/display-settings-datetime.component.d.ts +12 -0
  1777. package/react/esm/components/display-settings-datetime.component.js +17 -0
  1778. package/react/esm/components/display-settings-grand-totals.component.d.ts +12 -0
  1779. package/react/esm/components/display-settings-grand-totals.component.js +17 -0
  1780. package/react/esm/components/display-settings-numeric.component.d.ts +12 -0
  1781. package/react/esm/components/display-settings-numeric.component.js +17 -0
  1782. package/react/esm/components/display-settings-period-over-period.component.d.ts +12 -0
  1783. package/react/esm/components/display-settings-period-over-period.component.js +17 -0
  1784. package/react/esm/components/display-settings.component.d.ts +16 -0
  1785. package/react/esm/components/display-settings.component.js +21 -0
  1786. package/react/esm/components/filter-expression-picker.component.d.ts +10 -0
  1787. package/react/esm/components/filter-expression-picker.component.js +15 -0
  1788. package/react/esm/components/filter-item.component.d.ts +10 -0
  1789. package/react/esm/components/filter-item.component.js +15 -0
  1790. package/react/esm/components/filter-parameter-picker.component.d.ts +8 -0
  1791. package/react/esm/components/filter-parameter-picker.component.js +13 -0
  1792. package/react/esm/components/filter-value-picker-datetime.component.d.ts +10 -0
  1793. package/react/esm/components/filter-value-picker-datetime.component.js +15 -0
  1794. package/react/esm/components/filter-value-picker-hierarchy.component.d.ts +10 -0
  1795. package/react/esm/components/filter-value-picker-hierarchy.component.js +15 -0
  1796. package/react/esm/components/filter-value-picker-numeric.component.d.ts +10 -0
  1797. package/react/esm/components/filter-value-picker-numeric.component.js +15 -0
  1798. package/react/esm/components/filter-value-picker.component.d.ts +10 -0
  1799. package/react/esm/components/filter-value-picker.component.js +15 -0
  1800. package/react/esm/components/filters/index.d.ts +1 -0
  1801. package/react/esm/components/filters/index.js +1 -0
  1802. package/react/esm/components/filters/types.d.ts +8 -0
  1803. package/react/esm/components/filters/types.js +1 -0
  1804. package/react/esm/components/filters.component.d.ts +12 -0
  1805. package/react/esm/components/filters.component.js +17 -0
  1806. package/react/esm/components/item-grid/index.d.ts +1 -0
  1807. package/react/esm/components/item-grid/index.js +1 -0
  1808. package/react/esm/components/item-grid/types.d.ts +40 -0
  1809. package/react/esm/components/item-grid/types.js +1 -0
  1810. package/react/esm/components/item-grid.component.d.ts +16 -0
  1811. package/react/esm/components/item-grid.component.js +21 -0
  1812. package/react/esm/components/item-option-action-button-group.component.d.ts +10 -0
  1813. package/react/esm/components/item-option-action-button-group.component.js +15 -0
  1814. package/react/esm/components/item-option-color-palette-picker.component.d.ts +10 -0
  1815. package/react/esm/components/item-option-color-palette-picker.component.js +15 -0
  1816. package/react/esm/components/item-option-color-picker.component.d.ts +12 -0
  1817. package/react/esm/components/item-option-color-picker.component.js +17 -0
  1818. package/react/esm/components/item-option-color-range.component.d.ts +12 -0
  1819. package/react/esm/components/item-option-color-range.component.js +17 -0
  1820. package/react/esm/components/item-option-multi-language-field.component.d.ts +10 -0
  1821. package/react/esm/components/item-option-multi-language-field.component.js +15 -0
  1822. package/react/esm/components/item-option-number-field.component.d.ts +10 -0
  1823. package/react/esm/components/item-option-number-field.component.js +15 -0
  1824. package/react/esm/components/item-option-panel.component.d.ts +12 -0
  1825. package/react/esm/components/item-option-panel.component.js +17 -0
  1826. package/react/esm/components/item-option-picker.component.d.ts +10 -0
  1827. package/react/esm/components/item-option-picker.component.js +15 -0
  1828. package/react/esm/components/item-option-position-picker.component.d.ts +10 -0
  1829. package/react/esm/components/item-option-position-picker.component.js +15 -0
  1830. package/react/esm/components/item-option-positions-number-field.component.d.ts +10 -0
  1831. package/react/esm/components/item-option-positions-number-field.component.js +15 -0
  1832. package/react/esm/components/item-option-radio-button-group.component.d.ts +10 -0
  1833. package/react/esm/components/item-option-radio-button-group.component.js +15 -0
  1834. package/react/esm/components/item-option-slider.component.d.ts +10 -0
  1835. package/react/esm/components/item-option-slider.component.js +15 -0
  1836. package/react/esm/components/item-option-switch.component.d.ts +10 -0
  1837. package/react/esm/components/item-option-switch.component.js +15 -0
  1838. package/react/esm/components/item-option-text-field.component.d.ts +10 -0
  1839. package/react/esm/components/item-option-text-field.component.js +15 -0
  1840. package/react/esm/components/item-option.component.d.ts +8 -0
  1841. package/react/esm/components/item-option.component.js +13 -0
  1842. package/react/esm/components/item-slot-drop/index.d.ts +1 -0
  1843. package/react/esm/components/item-slot-drop/index.js +1 -0
  1844. package/react/esm/components/item-slot-drop/types.d.ts +5 -0
  1845. package/react/esm/components/item-slot-drop/types.js +1 -0
  1846. package/react/esm/components/item-slot-drop-panel.component.d.ts +14 -0
  1847. package/react/esm/components/item-slot-drop-panel.component.js +19 -0
  1848. package/react/esm/components/item-slot-drop.component.d.ts +17 -0
  1849. package/react/esm/components/item-slot-drop.component.js +22 -0
  1850. package/react/esm/components/item-slot-picker-panel.component.d.ts +18 -0
  1851. package/react/esm/components/item-slot-picker-panel.component.js +23 -0
  1852. package/react/esm/components/item-slot-picker.component.d.ts +12 -0
  1853. package/react/esm/components/item-slot-picker.component.js +17 -0
  1854. package/react/esm/components/slot-menu/index.d.ts +1 -0
  1855. package/react/esm/components/slot-menu/index.js +1 -0
  1856. package/react/esm/components/slot-menu/types.d.ts +24 -0
  1857. package/react/esm/components/slot-menu/types.js +1 -0
  1858. package/react/esm/components/slot-menu-list.component.d.ts +12 -0
  1859. package/react/esm/components/slot-menu-list.component.js +17 -0
  1860. package/react/esm/components/slot-menu.component.d.ts +19 -0
  1861. package/react/esm/components/slot-menu.component.js +24 -0
  1862. package/react/esm/components/viz-item-menu/index.d.ts +1 -0
  1863. package/react/esm/components/viz-item-menu/index.js +1 -0
  1864. package/react/esm/components/viz-item-menu/types.d.ts +1 -0
  1865. package/react/esm/components/viz-item-menu/types.js +1 -0
  1866. package/react/esm/components/viz-item-menu.component.d.ts +16 -0
  1867. package/react/esm/components/viz-item-menu.component.js +21 -0
  1868. package/react/esm/index.d.ts +46 -0
  1869. package/react/esm/index.js +180 -0
  1870. package/react/esm/types.d.ts +26 -0
  1871. package/react/esm/types.js +8 -0
  1872. package/react/index.ts +186 -0
  1873. package/react/lit-react-stubs.d.ts +15 -0
  1874. package/react/luzmo-stub.d.ts +265 -0
  1875. package/react/react-stubs.d.ts +19 -0
  1876. package/react/tsconfig.json +41 -0
  1877. package/react/types.ts +51 -0
  1878. package/react/utils/base/base.d.ts +16 -0
  1879. package/react/utils/base/focus-visible.d.ts +29 -0
  1880. package/react/utils/base/focusable.d.ts +58 -0
  1881. package/react/utils/base/index.d.ts +5 -0
  1882. package/react/utils/base/localized-mixin.d.ts +22 -0
  1883. package/react/utils/base/sized-mixin.d.ts +17 -0
  1884. package/react/utils/color/color-palettes.d.ts +17 -0
  1885. package/react/utils/color/extrapolate-color.d.ts +1 -0
  1886. package/react/utils/data/load-data-fields-for-datasets.d.ts +22 -0
  1887. package/react/utils/data-broker/index.d.ts +213 -0
  1888. package/react/utils/data-field-types/calculate-data-field-icon.d.ts +12 -0
  1889. package/react/utils/data-field-types/default-acceptable-data-field-types.d.ts +1 -0
  1890. package/react/utils/data-field-types/tests/calculate-data-field-icon.test.d.ts +1 -0
  1891. package/react/utils/drag/draggable.d.ts +13 -0
  1892. package/react/utils/filters/expressions.d.ts +15 -0
  1893. package/react/utils/filters/index.d.ts +1 -0
  1894. package/react/utils/formatter/calculate-duration.d.ts +2 -0
  1895. package/react/utils/formatter/decompose-numeric-format.d.ts +11 -0
  1896. package/react/utils/formatter/default-local-formats.d.ts +20 -0
  1897. package/react/utils/formatter/formats/cs.d.ts +20 -0
  1898. package/react/utils/formatter/formats/da.d.ts +20 -0
  1899. package/react/utils/formatter/formats/de.d.ts +21 -0
  1900. package/react/utils/formatter/formats/en-GB.d.ts +21 -0
  1901. package/react/utils/formatter/formats/en-US.d.ts +1 -0
  1902. package/react/utils/formatter/formats/en.d.ts +1 -0
  1903. package/react/utils/formatter/formats/es.d.ts +54 -0
  1904. package/react/utils/formatter/formats/fi.d.ts +20 -0
  1905. package/react/utils/formatter/formats/fr.d.ts +54 -0
  1906. package/react/utils/formatter/formats/he.d.ts +20 -0
  1907. package/react/utils/formatter/formats/hu.d.ts +20 -0
  1908. package/react/utils/formatter/formats/it.d.ts +54 -0
  1909. package/react/utils/formatter/formats/ja.d.ts +20 -0
  1910. package/react/utils/formatter/formats/ko.d.ts +20 -0
  1911. package/react/utils/formatter/formats/mk.d.ts +20 -0
  1912. package/react/utils/formatter/formats/nl.d.ts +21 -0
  1913. package/react/utils/formatter/formats/no.d.ts +21 -0
  1914. package/react/utils/formatter/formats/pl.d.ts +20 -0
  1915. package/react/utils/formatter/formats/pt.d.ts +20 -0
  1916. package/react/utils/formatter/formats/ru.d.ts +20 -0
  1917. package/react/utils/formatter/formats/sv.d.ts +20 -0
  1918. package/react/utils/formatter/formats/tr.d.ts +21 -0
  1919. package/react/utils/formatter/formats/zh-CN.d.ts +20 -0
  1920. package/react/utils/formatter/formats/zh-TW.d.ts +20 -0
  1921. package/react/utils/formatter/formatter.d.ts +9 -0
  1922. package/react/utils/formatter/localize.d.ts +3 -0
  1923. package/react/utils/formatter/smart-datetime-formats.const.d.ts +36 -0
  1924. package/react/utils/formatter/tests/calculate-duration.test.d.ts +1 -0
  1925. package/react/utils/formatter/tests/decompose-numeric-format.test.d.ts +1 -0
  1926. package/react/utils/formatter/tests/default-local-formats.test.d.ts +1 -0
  1927. package/react/utils/formatter/tests/formatter.test.d.ts +1 -0
  1928. package/react/utils/formatter/tests/localize.test.d.ts +1 -0
  1929. package/react/utils/get-css-variable.d.ts +1 -0
  1930. package/react/utils/index.d.ts +9 -0
  1931. package/react/utils/localize/set-locale.d.ts +7 -0
  1932. package/react/utils/map-tile-providers/index.d.ts +93 -0
  1933. package/react/utils/slot-state/slot-context.d.ts +4 -0
  1934. package/react/utils/slot-state/slot-store.d.ts +39 -0
  1935. package/react/utils/store/base-store.d.ts +162 -0
  1936. package/react/utils/store/dashboard-store.d.ts +49 -0
  1937. package/react/utils/store/index.d.ts +135 -0
  1938. package/react/utils/store/item-store.d.ts +33 -0
  1939. package/react/utils/store/store-registry.d.ts +170 -0
  1940. package/react/utils/store/tests/dashboard-store.test.d.ts +1 -0
  1941. package/react/utils/store/tests/item-store.test.d.ts +1 -0
  1942. package/react/utils/store/tests/store-registry.test.d.ts +1 -0
  1943. package/react/utils/store/types.d.ts +270 -0
  1944. package/react/utils/switch-item/index.d.ts +15 -0
  1945. package/react/utils/switch-item/tests/switch-item.test.d.ts +1 -0
  1946. package/react/utils/themes/bliss.d.ts +2 -0
  1947. package/react/utils/themes/classic-dark.d.ts +2 -0
  1948. package/react/utils/themes/classic.d.ts +2 -0
  1949. package/react/utils/themes/default-dark.d.ts +2 -0
  1950. package/react/utils/themes/default.d.ts +2 -0
  1951. package/react/utils/themes/index.d.ts +4 -0
  1952. package/react/utils/themes/orion.d.ts +2 -0
  1953. package/react/utils/themes/pinky.d.ts +2 -0
  1954. package/react/utils/themes/radiant.d.ts +2 -0
  1955. package/react/utils/themes/royale.d.ts +2 -0
  1956. package/react/utils/themes/seasonal.d.ts +2 -0
  1957. package/react/utils/themes/urban.d.ts +2 -0
  1958. package/react/utils/themes/vivid.d.ts +2 -0
  1959. package/react/utils/time/formats.const.d.ts +4 -0
  1960. package/react/utils/time/period-over-period-condition.const.d.ts +8 -0
  1961. package/react/utils/time/periods.const.d.ts +15 -0
  1962. package/react/utils/transformations/convert-data-field-to-slot-content.d.ts +9 -0
  1963. package/react/utils/transformations/convert-datasets-to-data-fields.d.ts +30 -0
  1964. package/react/utils/transformations/tests/convert-data-field-to-slot-content.test.d.ts +1 -0
  1965. package/react/utils/transformations/tests/convert-datasets-to-data-fields.test.d.ts +1 -0
  1966. package/react/utils/types/tests/type-check.test.d.ts +1 -0
  1967. package/react/utils/types/type-check.d.ts +28 -0
  1968. package/storybook/register-components.d.ts +51 -0
  1969. package/types/ai-chat.types.d.ts +51 -0
  1970. package/types/data-field-events.types.d.ts +7 -0
  1971. package/types/dataset-data-field.types.d.ts +53 -0
  1972. package/types/dataset.types.d.ts +27 -0
  1973. package/types/slot.types.d.ts +15 -0
  1974. package/types.d.ts +26 -0
  1975. package/utils/base/base.d.ts +16 -0
  1976. package/utils/base/focus-visible.d.ts +29 -0
  1977. package/utils/base/focusable.d.ts +58 -0
  1978. package/utils/base/index.d.ts +5 -0
  1979. package/utils/base/localized-mixin.d.ts +22 -0
  1980. package/utils/base/sized-mixin.d.ts +17 -0
  1981. package/utils/color/color-palettes.d.ts +17 -0
  1982. package/utils/color/extrapolate-color.d.ts +1 -0
  1983. package/utils/data/load-data-fields-for-datasets.d.ts +22 -0
  1984. package/utils/data-broker/index.d.ts +213 -0
  1985. package/utils/data-field-types/calculate-data-field-icon.d.ts +12 -0
  1986. package/utils/data-field-types/default-acceptable-data-field-types.d.ts +1 -0
  1987. package/utils/data-field-types/tests/calculate-data-field-icon.test.d.ts +1 -0
  1988. package/utils/drag/draggable.d.ts +13 -0
  1989. package/utils/filters/expressions.d.ts +15 -0
  1990. package/utils/filters/index.d.ts +1 -0
  1991. package/utils/formatter/formatter.d.ts +1 -1
  1992. package/utils/formatter/tests/calculate-duration.test.d.ts +1 -0
  1993. package/utils/formatter/tests/decompose-numeric-format.test.d.ts +1 -0
  1994. package/utils/formatter/tests/default-local-formats.test.d.ts +1 -0
  1995. package/utils/formatter/tests/formatter.test.d.ts +1 -0
  1996. package/utils/formatter/tests/localize.test.d.ts +1 -0
  1997. package/utils/index.d.ts +5 -0
  1998. package/utils/localize/set-locale.d.ts +4 -2
  1999. package/utils/slot-state/slot-context.d.ts +4 -0
  2000. package/utils/slot-state/slot-store.d.ts +39 -0
  2001. package/utils/store/base-store.d.ts +162 -0
  2002. package/utils/store/dashboard-store.d.ts +49 -0
  2003. package/utils/store/index.d.ts +135 -0
  2004. package/utils/store/item-store.d.ts +33 -0
  2005. package/utils/store/store-registry.d.ts +170 -0
  2006. package/utils/store/tests/dashboard-store.test.d.ts +1 -0
  2007. package/utils/store/tests/item-store.test.d.ts +1 -0
  2008. package/utils/store/tests/store-registry.test.d.ts +1 -0
  2009. package/utils/store/types.d.ts +270 -0
  2010. package/utils/switch-item/index.d.ts +8 -11
  2011. package/utils/switch-item/tests/switch-item.test.d.ts +1 -0
  2012. package/utils/themes/bliss.d.ts +2 -0
  2013. package/utils/themes/classic-dark.d.ts +2 -0
  2014. package/utils/themes/classic.d.ts +2 -0
  2015. package/utils/themes/default-dark.d.ts +2 -0
  2016. package/utils/themes/default.d.ts +2 -0
  2017. package/utils/themes/index.d.ts +4 -0
  2018. package/utils/themes/orion.d.ts +2 -0
  2019. package/utils/themes/pinky.d.ts +2 -0
  2020. package/utils/themes/radiant.d.ts +2 -0
  2021. package/utils/themes/royale.d.ts +2 -0
  2022. package/utils/themes/seasonal.d.ts +2 -0
  2023. package/utils/themes/urban.d.ts +2 -0
  2024. package/utils/themes/vivid.d.ts +2 -0
  2025. package/utils/time/period-over-period-condition.const.d.ts +8 -0
  2026. package/utils/transformations/convert-data-field-to-slot-content.d.ts +9 -0
  2027. package/utils/transformations/convert-datasets-to-data-fields.d.ts +30 -0
  2028. package/utils/transformations/tests/convert-data-field-to-slot-content.test.d.ts +1 -0
  2029. package/utils/transformations/tests/convert-datasets-to-data-fields.test.d.ts +1 -0
  2030. package/utils/types/tests/type-check.test.d.ts +1 -0
  2031. package/utils/types/type-check.d.ts +21 -0
  2032. package/components/area-chart-options.config-C0l_W4Yq.js +0 -149
  2033. package/components/area-chart-options.config-DHHGMb22.cjs +0 -20
  2034. package/components/area-chart-options.de-D_LVLa1H.cjs +0 -20
  2035. package/components/area-chart-options.de-FcVE2Ywe.js +0 -80
  2036. package/components/area-chart-options.en-Cz5aXeVe.js +0 -80
  2037. package/components/area-chart-options.en-IauEvPHP.cjs +0 -20
  2038. package/components/area-chart-options.es-CmPycXn2.cjs +0 -20
  2039. package/components/area-chart-options.es-o3ABpXnC.js +0 -80
  2040. package/components/area-chart-options.fr-BMnkGWlJ.cjs +0 -20
  2041. package/components/area-chart-options.fr-CBhHB_ER.js +0 -80
  2042. package/components/area-chart-options.nl-C7-N_idS.cjs +0 -20
  2043. package/components/area-chart-options.nl-SbYGv26w.js +0 -80
  2044. package/components/area-chart-slots.config-BLxiYX05.cjs +0 -20
  2045. package/components/area-chart-slots.config-C0c2ZzBh.js +0 -52
  2046. package/components/async-directive-DWRUSKKF-CmOVMf6V.js +0 -152
  2047. package/components/async-directive-DWRUSKKF-D4itZyzc.cjs +0 -56
  2048. package/components/bar-chart-options.config-BO9Ik7mh.cjs +0 -20
  2049. package/components/bar-chart-options.config-CF1i1Imw.js +0 -181
  2050. package/components/bar-chart-options.de-BGzu5Zgd.cjs +0 -20
  2051. package/components/bar-chart-options.de-DwTn_qfu.js +0 -86
  2052. package/components/bar-chart-options.en-Crc8tYUJ.js +0 -86
  2053. package/components/bar-chart-options.en-D1UfGsS3.cjs +0 -20
  2054. package/components/bar-chart-options.es-B2UWafXc.cjs +0 -20
  2055. package/components/bar-chart-options.es-ByT_D06p.js +0 -86
  2056. package/components/bar-chart-options.fr-BwiGRlQf.js +0 -86
  2057. package/components/bar-chart-options.fr-CP7DTrlk.cjs +0 -20
  2058. package/components/bar-chart-options.nl-DZe2pKRa.cjs +0 -20
  2059. package/components/bar-chart-options.nl-DzXnHdwX.js +0 -86
  2060. package/components/bar-chart-slots.config-GSSL7XVA.js +0 -47
  2061. package/components/bar-chart-slots.config-Jx1PveTM.cjs +0 -20
  2062. package/components/base-BjTwmyRF.cjs +0 -24
  2063. package/components/base-D76d76ww-BiajPmzU.cjs +0 -40
  2064. package/components/base-D76d76ww-gf0ESLsU.js +0 -45
  2065. package/components/base-D76d76ww.js +0 -28
  2066. package/components/box-plot-options.config-BsFp2CBS.cjs +0 -20
  2067. package/components/box-plot-options.config-DoZHVmpm.js +0 -321
  2068. package/components/box-plot-options.de-D3Yye2Yp.js +0 -113
  2069. package/components/box-plot-options.de-QbWt-xja.cjs +0 -20
  2070. package/components/box-plot-options.en-CZhtAYXJ.cjs +0 -20
  2071. package/components/box-plot-options.en-DADAI4yL.js +0 -113
  2072. package/components/box-plot-options.es-ePZUgamp.js +0 -113
  2073. package/components/box-plot-options.es-lyXLMKKo.cjs +0 -20
  2074. package/components/box-plot-options.fr-BXh76t2K.cjs +0 -20
  2075. package/components/box-plot-options.fr-DNkSteEz.js +0 -113
  2076. package/components/box-plot-options.nl-DDAzT-zP.cjs +0 -20
  2077. package/components/box-plot-options.nl-GBXrkaLf.js +0 -113
  2078. package/components/box-plot-slots.config-BRhnF2FE.js +0 -48
  2079. package/components/box-plot-slots.config-DZxyy3sS.cjs +0 -20
  2080. package/components/bubble-chart-options.config-1MrC55Nb.js +0 -142
  2081. package/components/bubble-chart-options.config-bQBq1s3C.cjs +0 -20
  2082. package/components/bubble-chart-options.de-BGWrRmuN.js +0 -58
  2083. package/components/bubble-chart-options.de-L-yQc0Vj.cjs +0 -20
  2084. package/components/bubble-chart-options.en-CCG_rkEd.cjs +0 -20
  2085. package/components/bubble-chart-options.en-CYwRht5M.js +0 -58
  2086. package/components/bubble-chart-options.es-CihHnrZ4.cjs +0 -20
  2087. package/components/bubble-chart-options.es-ZnkjzgL_.js +0 -58
  2088. package/components/bubble-chart-options.fr-CFULfSKT.cjs +0 -20
  2089. package/components/bubble-chart-options.fr-Cym1h3sF.js +0 -58
  2090. package/components/bubble-chart-options.nl-D1TFWi5k.js +0 -58
  2091. package/components/bubble-chart-options.nl-Deep5xXO.cjs +0 -20
  2092. package/components/bubble-chart-slots.config-Bbh94VgZ.js +0 -46
  2093. package/components/bubble-chart-slots.config-BwSwgleO.cjs +0 -20
  2094. package/components/bullet-chart-options.config-BO22R7gx.cjs +0 -20
  2095. package/components/bullet-chart-options.config-D8mAooLE.js +0 -94
  2096. package/components/bullet-chart-options.de-D0XaMKPn.cjs +0 -20
  2097. package/components/bullet-chart-options.de-DxBk0yku.js +0 -51
  2098. package/components/bullet-chart-options.en-BPjbk6Lk.cjs +0 -20
  2099. package/components/bullet-chart-options.en-Cu1cnL90.js +0 -51
  2100. package/components/bullet-chart-options.es-DxC9GWBS.cjs +0 -20
  2101. package/components/bullet-chart-options.es-pGm2umSR.js +0 -51
  2102. package/components/bullet-chart-options.fr-Cf_rodY7.cjs +0 -20
  2103. package/components/bullet-chart-options.fr-DGOcuFKQ.js +0 -51
  2104. package/components/bullet-chart-options.nl-BJ39_p2y.js +0 -51
  2105. package/components/bullet-chart-options.nl-BdIjKMZf.cjs +0 -20
  2106. package/components/bullet-chart-slots.config-Ccv_dX0s.js +0 -45
  2107. package/components/bullet-chart-slots.config-CiYsxviC.cjs +0 -20
  2108. package/components/button-base-B7v4eeRh-BKKUK3x0.cjs +0 -43
  2109. package/components/button-base-B7v4eeRh-D3-GH03o.js +0 -161
  2110. package/components/checkbox-mixin-BFGTmw17-C34LMsgu.js +0 -88
  2111. package/components/checkbox-mixin-BFGTmw17-CCjGd0nS.cjs +0 -45
  2112. package/components/choropleth-map-options.config-4QDypbCL.cjs +0 -20
  2113. package/components/choropleth-map-options.config-V8tRnQqz.js +0 -340
  2114. package/components/choropleth-map-options.de-BSt-L5Vh.js +0 -102
  2115. package/components/choropleth-map-options.de-B_Agdr4T.cjs +0 -20
  2116. package/components/choropleth-map-options.en-Cy7WcWLG.js +0 -102
  2117. package/components/choropleth-map-options.en-DJHAy6ek.cjs +0 -20
  2118. package/components/choropleth-map-options.es-BnR-9vJv.js +0 -102
  2119. package/components/choropleth-map-options.es-Dr07odJo.cjs +0 -20
  2120. package/components/choropleth-map-options.fr-BlwLS1Wy.js +0 -102
  2121. package/components/choropleth-map-options.fr-CR5NMRR3.cjs +0 -20
  2122. package/components/choropleth-map-options.nl-BITK3ddz.cjs +0 -20
  2123. package/components/choropleth-map-options.nl-D70fr4Hl.js +0 -102
  2124. package/components/choropleth-map-slots.config-B-uJTj4q.js +0 -47
  2125. package/components/choropleth-map-slots.config-PNwSR0XY.cjs +0 -20
  2126. package/components/circle-pack-chart-options.config-DEYL3DMK.js +0 -55
  2127. package/components/circle-pack-chart-options.config-DWql72cN.cjs +0 -20
  2128. package/components/circle-pack-chart-options.de-BKCxSgFo.cjs +0 -20
  2129. package/components/circle-pack-chart-options.de-CUL0ypCU.js +0 -41
  2130. package/components/circle-pack-chart-options.en-8QoEZniy.cjs +0 -20
  2131. package/components/circle-pack-chart-options.en-CFTJowAI.js +0 -41
  2132. package/components/circle-pack-chart-options.es-BAdMklie.cjs +0 -20
  2133. package/components/circle-pack-chart-options.es-BGoaousJ.js +0 -41
  2134. package/components/circle-pack-chart-options.fr-DLb0Di6Z.js +0 -41
  2135. package/components/circle-pack-chart-options.fr-Dx2iO7nE.cjs +0 -20
  2136. package/components/circle-pack-chart-options.nl-BEbtjCy_.cjs +0 -20
  2137. package/components/circle-pack-chart-options.nl-CZL69ZgV.js +0 -41
  2138. package/components/circle-pack-chart-slots.config-C-_ganmv.cjs +0 -20
  2139. package/components/circle-pack-chart-slots.config-xwVdRiwS.js +0 -40
  2140. package/components/circular-gauge-options.de-BO3S8GCr.js +0 -73
  2141. package/components/circular-gauge-options.de-BZfrQqs3.cjs +0 -20
  2142. package/components/circular-gauge-options.en-CB-jZtE6.cjs +0 -20
  2143. package/components/circular-gauge-options.en-Cyhhijwg.js +0 -76
  2144. package/components/circular-gauge-options.es-DJ7ru4Wf.js +0 -73
  2145. package/components/circular-gauge-options.es-DuQPHjcG.cjs +0 -20
  2146. package/components/circular-gauge-options.fr-BVWliP7i.js +0 -76
  2147. package/components/circular-gauge-options.fr-CFMa8H8K.cjs +0 -20
  2148. package/components/circular-gauge-options.nl-BB_jgj5k.cjs +0 -20
  2149. package/components/circular-gauge-options.nl-DGpV7Riu.js +0 -76
  2150. package/components/circular-gauge-slots.config-Cd-nkNPm.cjs +0 -20
  2151. package/components/circular-gauge-slots.config-DA-ZAc5d.js +0 -39
  2152. package/components/circular-guage-options.config-C3ExuT5F.js +0 -152
  2153. package/components/circular-guage-options.config-Dvg5quJ9.cjs +0 -20
  2154. package/components/column-chart-options.config-BT1QH4BI.js +0 -180
  2155. package/components/column-chart-options.config-DVPrV-XO.cjs +0 -20
  2156. package/components/column-chart-options.de-VQVdi8aP.js +0 -86
  2157. package/components/column-chart-options.de-pgdcIHqk.cjs +0 -20
  2158. package/components/column-chart-options.en-Crc8tYUJ.js +0 -86
  2159. package/components/column-chart-options.en-D1UfGsS3.cjs +0 -20
  2160. package/components/column-chart-options.es-CAAXJv_2.cjs +0 -20
  2161. package/components/column-chart-options.es-CT9ZtjV_.js +0 -86
  2162. package/components/column-chart-options.fr-BwiGRlQf.js +0 -86
  2163. package/components/column-chart-options.fr-CP7DTrlk.cjs +0 -20
  2164. package/components/column-chart-options.nl-3wAj9uWY.cjs +0 -20
  2165. package/components/column-chart-options.nl-DB2dcotu.js +0 -86
  2166. package/components/column-chart-slots.config-C7MhpoR8.cjs +0 -20
  2167. package/components/column-chart-slots.config-DAdAk17k.js +0 -47
  2168. package/components/combination-chart-options.config-CApdgFvv.js +0 -45
  2169. package/components/combination-chart-options.config-CyYEp-gX.cjs +0 -20
  2170. package/components/combination-chart-options.de-CEsSn5-2.js +0 -38
  2171. package/components/combination-chart-options.de-CuVQ-JHu.cjs +0 -20
  2172. package/components/combination-chart-options.en-BCKuLOQb.js +0 -38
  2173. package/components/combination-chart-options.en-BPcGTsP4.cjs +0 -20
  2174. package/components/combination-chart-options.es-Dy7jzzFy.cjs +0 -20
  2175. package/components/combination-chart-options.es-zMa9kqmV.js +0 -38
  2176. package/components/combination-chart-options.fr-CLUyqNH7.cjs +0 -20
  2177. package/components/combination-chart-options.fr-DOXtaY1V.js +0 -38
  2178. package/components/combination-chart-options.nl-BF6joCMV.cjs +0 -20
  2179. package/components/combination-chart-options.nl-CCChbhx_.js +0 -38
  2180. package/components/combination-chart-slots.config-CqKLFKCZ.js +0 -45
  2181. package/components/combination-chart-slots.config-crMO01EO.cjs +0 -20
  2182. package/components/conditional-number-slots.config-CD5ZwXuY.cjs +0 -20
  2183. package/components/conditional-number-slots.config-L3t5pb1-.js +0 -39
  2184. package/components/cs-DVZ0Tapy.js +0 -89
  2185. package/components/cs-I9E81keK.cjs +0 -20
  2186. package/components/da-DHy05oSR.js +0 -97
  2187. package/components/da-QkdvupDg.cjs +0 -20
  2188. package/components/date-filter-slots.config-Cb1LcT9W.cjs +0 -20
  2189. package/components/date-filter-slots.config-CxB8IF5B.js +0 -33
  2190. package/components/de-BaTUIQk1.js +0 -104
  2191. package/components/de-DgHoh7KS.cjs +0 -20
  2192. package/components/de-Dn5mUzha.cjs +0 -20
  2193. package/components/de-iM39JlAt.js +0 -109
  2194. package/components/decompose-numeric-format-B3rVVHpO.cjs +0 -20
  2195. package/components/decompose-numeric-format-BuZcjH2k.js +0 -39
  2196. package/components/directive-helpers-nlQRAaQt-3kEWF2GV.cjs +0 -80
  2197. package/components/directive-helpers-nlQRAaQt-I6T4KZKW.js +0 -115
  2198. package/components/divider.module-DwOuLGU3-B19eHVg2.js +0 -40
  2199. package/components/divider.module-DwOuLGU3-Bg8RrFkc.cjs +0 -36
  2200. package/components/donut-chart-options.config-DuJFyp4z.js +0 -179
  2201. package/components/donut-chart-options.config-kUyTbAtZ.cjs +0 -20
  2202. package/components/donut-chart-options.de-LQ01wQGN.cjs +0 -20
  2203. package/components/donut-chart-options.de-nSj3ghwo.js +0 -99
  2204. package/components/donut-chart-options.en-CrUf4CJ9.js +0 -99
  2205. package/components/donut-chart-options.en-DHCYs2el.cjs +0 -20
  2206. package/components/donut-chart-options.es-BLDU1xpY.cjs +0 -20
  2207. package/components/donut-chart-options.es-DnsGqOdo.js +0 -99
  2208. package/components/donut-chart-options.fr-C33dLw52.cjs +0 -20
  2209. package/components/donut-chart-options.fr-DVfZwZny.js +0 -99
  2210. package/components/donut-chart-options.nl-CUuOQyJg.js +0 -99
  2211. package/components/donut-chart-options.nl-h5-SSy_L.cjs +0 -20
  2212. package/components/donut-chart-slots.config-BEwhfq27.js +0 -39
  2213. package/components/donut-chart-slots.config-DIp-24lO.cjs +0 -20
  2214. package/components/draggable-data-item/draggable-data-item.d.ts +0 -26
  2215. package/components/draggable-data-item/index.cjs +0 -55
  2216. package/components/draggable-data-item/index.d.ts +0 -7
  2217. package/components/draggable-data-item/index.js +0 -135
  2218. package/components/draggable-data-item-level/draggable-data-item-level.d.ts +0 -29
  2219. package/components/draggable-data-item-level/helpers/calculate-type-icon.d.ts +0 -2
  2220. package/components/draggable-data-item-level/helpers/generate-preview.d.ts +0 -1
  2221. package/components/draggable-data-item-level/index.cjs +0 -36
  2222. package/components/draggable-data-item-level/index.d.ts +0 -7
  2223. package/components/draggable-data-item-level/index.js +0 -293
  2224. package/components/dropdown-filter-options.config-BxjR1xAD.js +0 -163
  2225. package/components/dropdown-filter-options.config-C3YEGK-5.cjs +0 -20
  2226. package/components/dropdown-filter-options.de-0HBcrwev.js +0 -82
  2227. package/components/dropdown-filter-options.de-WLFUtnO_.cjs +0 -20
  2228. package/components/dropdown-filter-options.en-CNdmMsNW.js +0 -82
  2229. package/components/dropdown-filter-options.en-txvgrhI8.cjs +0 -20
  2230. package/components/dropdown-filter-options.es-C-U0fQJO.cjs +0 -20
  2231. package/components/dropdown-filter-options.es-DjgZxklA.js +0 -82
  2232. package/components/dropdown-filter-options.fr-Bl7uZNdT.cjs +0 -20
  2233. package/components/dropdown-filter-options.fr-n_2OjO_u.js +0 -82
  2234. package/components/dropdown-filter-options.nl-CL6UEP00.js +0 -82
  2235. package/components/dropdown-filter-options.nl-DIvw6DFh.cjs +0 -20
  2236. package/components/dropdown-filter-slots.config-B8J6ftCh.js +0 -46
  2237. package/components/dropdown-filter-slots.config-I2n4b_6V.cjs +0 -20
  2238. package/components/droppable-slot/droppable-slot.d.ts +0 -49
  2239. package/components/droppable-slot/index.cjs +0 -69
  2240. package/components/droppable-slot/index.d.ts +0 -7
  2241. package/components/droppable-slot/index.js +0 -307
  2242. package/components/droppable-slot/item-slots-configs/index.d.ts +0 -44
  2243. package/components/droppable-slot/item-slots-configs/slot-labels.const.d.ts +0 -8
  2244. package/components/edit-item/edit-item.d.ts +0 -50
  2245. package/components/edit-item/index.cjs +0 -83
  2246. package/components/edit-item/index.d.ts +0 -7
  2247. package/components/edit-item/index.js +0 -479
  2248. package/components/edit-option/edit-option.d.ts +0 -22
  2249. package/components/edit-option/helpers/control-markup.d.ts +0 -14
  2250. package/components/edit-option/helpers/get-control-by-key.d.ts +0 -1
  2251. package/components/edit-option/helpers/get-value-by-key.d.ts +0 -1
  2252. package/components/edit-option/index.cjs +0 -195
  2253. package/components/edit-option/index.d.ts +0 -7
  2254. package/components/edit-option/index.js +0 -710
  2255. package/components/edit-option-action-button-group/edit-option-action-button-group.d.ts +0 -27
  2256. package/components/edit-option-action-button-group/index.cjs +0 -51
  2257. package/components/edit-option-action-button-group/index.d.ts +0 -7
  2258. package/components/edit-option-action-button-group/index.js +0 -151
  2259. package/components/edit-option-base/edit-option-base.d.ts +0 -22
  2260. package/components/edit-option-base-Boz7TNRZ.cjs +0 -53
  2261. package/components/edit-option-base-qePiIQWd.js +0 -120
  2262. package/components/edit-option-color-picker/edit-option-color-picker.d.ts +0 -23
  2263. package/components/edit-option-color-picker/index.cjs +0 -472
  2264. package/components/edit-option-color-picker/index.d.ts +0 -7
  2265. package/components/edit-option-color-picker/index.js +0 -2553
  2266. package/components/edit-option-multi-language-field/edit-option-multi-language-field.d.ts +0 -17
  2267. package/components/edit-option-multi-language-field/index.cjs +0 -31
  2268. package/components/edit-option-multi-language-field/index.d.ts +0 -7
  2269. package/components/edit-option-multi-language-field/index.js +0 -112
  2270. package/components/edit-option-number-field/edit-option-number-field.d.ts +0 -19
  2271. package/components/edit-option-number-field/index.cjs +0 -32
  2272. package/components/edit-option-number-field/index.d.ts +0 -7
  2273. package/components/edit-option-number-field/index.js +0 -115
  2274. package/components/edit-option-picker/edit-option-picker.d.ts +0 -22
  2275. package/components/edit-option-picker/index.cjs +0 -35
  2276. package/components/edit-option-picker/index.d.ts +0 -7
  2277. package/components/edit-option-picker/index.js +0 -106
  2278. package/components/edit-option-position-picker/edit-option-position-picker.d.ts +0 -13
  2279. package/components/edit-option-position-picker/index.cjs +0 -25
  2280. package/components/edit-option-position-picker/index.d.ts +0 -7
  2281. package/components/edit-option-position-picker/index.js +0 -110
  2282. package/components/edit-option-positions-number-field/edit-option-positions-number-field.d.ts +0 -30
  2283. package/components/edit-option-positions-number-field/index.cjs +0 -42
  2284. package/components/edit-option-positions-number-field/index.d.ts +0 -7
  2285. package/components/edit-option-positions-number-field/index.js +0 -179
  2286. package/components/edit-option-radio-button-group/edit-option-radio-button-group.d.ts +0 -18
  2287. package/components/edit-option-radio-button-group/index.cjs +0 -36
  2288. package/components/edit-option-radio-button-group/index.d.ts +0 -7
  2289. package/components/edit-option-radio-button-group/index.js +0 -113
  2290. package/components/edit-option-slider/edit-option-slider.d.ts +0 -15
  2291. package/components/edit-option-slider/index.cjs +0 -48
  2292. package/components/edit-option-slider/index.d.ts +0 -7
  2293. package/components/edit-option-slider/index.js +0 -1253
  2294. package/components/edit-option-switch/edit-option-switch.d.ts +0 -11
  2295. package/components/edit-option-switch/index.cjs +0 -50
  2296. package/components/edit-option-switch/index.d.ts +0 -7
  2297. package/components/edit-option-switch/index.js +0 -171
  2298. package/components/edit-option-text-field/edit-option-text-field.d.ts +0 -15
  2299. package/components/edit-option-text-field/index.cjs +0 -31
  2300. package/components/edit-option-text-field/index.d.ts +0 -7
  2301. package/components/edit-option-text-field/index.js +0 -100
  2302. package/components/element-resolution-FCUT-wql--7ctE626.js +0 -163
  2303. package/components/element-resolution-FCUT-wql-DSTvdyds.cjs +0 -68
  2304. package/components/en-GB-BtLbN8o_.js +0 -28
  2305. package/components/en-GB-Dd11ROdW.cjs +0 -20
  2306. package/components/es-ByW01bzN.cjs +0 -20
  2307. package/components/es-CwyPlN5d.cjs +0 -20
  2308. package/components/es-D37mTCZB.js +0 -104
  2309. package/components/es-KhTq4jX8.js +0 -305
  2310. package/components/evolution-number-slots.config-BI-sFIug.cjs +0 -20
  2311. package/components/evolution-number-slots.config-CW21b2ua.js +0 -39
  2312. package/components/fi-Dh_ebgpe.js +0 -97
  2313. package/components/fi-rijeZE5V.cjs +0 -20
  2314. package/components/focus-group-DHeTq18L-C9l9oHwM.cjs +0 -36
  2315. package/components/focus-group-DHeTq18L-rNUu13eb.js +0 -237
  2316. package/components/formatter-CQDms6fU.js +0 -1478
  2317. package/components/formatter-DiJYkB6b.cjs +0 -20
  2318. package/components/fr-BWJHvkss.js +0 -104
  2319. package/components/fr-BcgE-6S_.cjs +0 -20
  2320. package/components/fr-CU727YF1.js +0 -305
  2321. package/components/fr-DnFUAglm.cjs +0 -20
  2322. package/components/funnel-chart-slots.config-BBhMS2qi.js +0 -40
  2323. package/components/funnel-chart-slots.config-WrokHS7f.cjs +0 -20
  2324. package/components/get-css-variable-Bhbr-Kr1.js +0 -1413
  2325. package/components/get-css-variable-DLiZYZEi.cjs +0 -24
  2326. package/components/he-Au3xg6lR.js +0 -89
  2327. package/components/he-O6Ih8Bqh.cjs +0 -20
  2328. package/components/heat-map-slots.config-CSxSsQwX.cjs +0 -20
  2329. package/components/heat-map-slots.config-cdD8XTmI.js +0 -39
  2330. package/components/heat-table-slots.config-DJkP72oT.js +0 -48
  2331. package/components/heat-table-slots.config-GGX3BCh1.cjs +0 -20
  2332. package/components/hexbin-map-slots.config-CSxSsQwX.cjs +0 -20
  2333. package/components/hexbin-map-slots.config-cdD8XTmI.js +0 -39
  2334. package/components/hu-BnZ8y3xQ.cjs +0 -20
  2335. package/components/hu-DNJ-P_MW.js +0 -97
  2336. package/components/if-defined-8BOch-oC.cjs +0 -24
  2337. package/components/if-defined-BSAr_4u4-4Ys8VE7T.js +0 -95
  2338. package/components/if-defined-BSAr_4u4-gECNwmTC.cjs +0 -60
  2339. package/components/if-defined-Bv6MRdSW.js +0 -29
  2340. package/components/image-options.config-CBfeq5Zw.js +0 -127
  2341. package/components/image-options.config-Dqhc2c3b.cjs +0 -20
  2342. package/components/image-slots.config-IpwUxDyU.js +0 -23
  2343. package/components/image-slots.config-mPXMR1CE.cjs +0 -20
  2344. package/components/imageobject-options.de-CBkRiIbw.cjs +0 -20
  2345. package/components/imageobject-options.de-CYVnqdL_.js +0 -92
  2346. package/components/imageobject-options.en-BMmV-4O-.js +0 -92
  2347. package/components/imageobject-options.en-DflcU_2H.cjs +0 -20
  2348. package/components/imageobject-options.es-CRbNv384.cjs +0 -20
  2349. package/components/imageobject-options.es-UN5rmaEt.js +0 -92
  2350. package/components/imageobject-options.fr-DRE3zImB.js +0 -92
  2351. package/components/imageobject-options.fr-ycH7UoX5.cjs +0 -20
  2352. package/components/imageobject-options.nl-D20hki6i.js +0 -92
  2353. package/components/imageobject-options.nl-DQL45o0j.cjs +0 -20
  2354. package/components/index-86cIx1Ql.cjs +0 -57
  2355. package/components/index-B3ve6cAj.js +0 -810
  2356. package/components/index-B5Wvyv9s.js +0 -744
  2357. package/components/index-BBrer3_5.js +0 -44
  2358. package/components/index-BJVxTeoi.cjs +0 -192
  2359. package/components/index-BUSWsm5N.js +0 -77
  2360. package/components/index-BVX_ozT9.js +0 -77
  2361. package/components/index-BYfDERr7.js +0 -145
  2362. package/components/index-Bee1uunR.js +0 -299
  2363. package/components/index-BrEDK88k.cjs +0 -185
  2364. package/components/index-Bt5nP_6w.cjs +0 -59
  2365. package/components/index-ByjLd3bT.cjs +0 -95
  2366. package/components/index-C8IL2IZ6.js +0 -317
  2367. package/components/index-CMvLpPKD-D5MpMVYZ.js +0 -935
  2368. package/components/index-CMvLpPKD-Yf1PLWrj.cjs +0 -95
  2369. package/components/index-CXIT0cYY.js +0 -3171
  2370. package/components/index-CdCtJpK9.js +0 -175
  2371. package/components/index-CdUTqQ3L.cjs +0 -39
  2372. package/components/index-CdpyJ7hp.cjs +0 -36
  2373. package/components/index-CfEn3fIT.js +0 -137
  2374. package/components/index-D8qmoauu.cjs +0 -36
  2375. package/components/index-DEVOZNSc.cjs +0 -36
  2376. package/components/index-DUO13KGl.cjs +0 -54
  2377. package/components/index-DVAsMiOm.js +0 -164
  2378. package/components/index-DXyAeBh6.cjs +0 -20
  2379. package/components/index-Di00QW2f.js +0 -113
  2380. package/components/index-DnozlYag.js +0 -48
  2381. package/components/index-h9T5DPIm.cjs +0 -36
  2382. package/components/index-i8GaIN7i.cjs +0 -67
  2383. package/components/index-iYpAy-Kg.cjs +0 -95
  2384. package/components/index-ymMEPngt.js +0 -104
  2385. package/components/index-zuArOtOt.cjs +0 -42
  2386. package/components/it-Bh5U73z6.js +0 -305
  2387. package/components/it-PshtLMkq.cjs +0 -20
  2388. package/components/ja-CCcHUL61.js +0 -89
  2389. package/components/ja-KIS2HdaG.cjs +0 -20
  2390. package/components/ko--l4qmjLV.cjs +0 -20
  2391. package/components/ko-DhapsZMM.js +0 -89
  2392. package/components/language-resolution-8yZa5r_P-Bn0bYosv.js +0 -161
  2393. package/components/language-resolution-8yZa5r_P-FqQChUDW.cjs +0 -52
  2394. package/components/line-chart-options.config-DKcFPWP7.js +0 -179
  2395. package/components/line-chart-options.config-i2233s5F.cjs +0 -20
  2396. package/components/line-chart-options.de-C4c6fWBr.js +0 -82
  2397. package/components/line-chart-options.de-zuguhS7L.cjs +0 -20
  2398. package/components/line-chart-options.en-C88UT2iR.cjs +0 -20
  2399. package/components/line-chart-options.en-XEng6bZk.js +0 -82
  2400. package/components/line-chart-options.es-B6CBKzRj.js +0 -82
  2401. package/components/line-chart-options.es-CvABRdF7.cjs +0 -20
  2402. package/components/line-chart-options.fr-BIugWKt4.js +0 -82
  2403. package/components/line-chart-options.fr-BtfgIPkW.cjs +0 -20
  2404. package/components/line-chart-options.nl-87TuLT5-.js +0 -82
  2405. package/components/line-chart-options.nl-mAxtSkJo.cjs +0 -20
  2406. package/components/line-chart-slots.config-CIfDfftd.cjs +0 -20
  2407. package/components/line-chart-slots.config-P7xa-pHi.js +0 -52
  2408. package/components/localize-BX7q0S0M.js +0 -52
  2409. package/components/localize-r7ALOUy_.cjs +0 -20
  2410. package/components/luzmo-icons-BE2T8vWu.js +0 -613
  2411. package/components/luzmo-icons-XsFsTAl3.cjs +0 -31
  2412. package/components/marker-map-slots.config-CSxSsQwX.cjs +0 -20
  2413. package/components/marker-map-slots.config-cdD8XTmI.js +0 -39
  2414. package/components/mk-B9HPSuKa.js +0 -97
  2415. package/components/mk-DZlj-edb.cjs +0 -20
  2416. package/components/nl-BKlDqOXb.cjs +0 -20
  2417. package/components/nl-BwSt5Bf4.js +0 -109
  2418. package/components/nl-CWxJcTNT.js +0 -104
  2419. package/components/nl-CpfDNK5c.cjs +0 -20
  2420. package/components/no-D-DofYnx.js +0 -109
  2421. package/components/no-D_SzxhTu.cjs +0 -20
  2422. package/components/observe-slot-text-ggb4kKgY-DBVrKDBD.cjs +0 -86
  2423. package/components/observe-slot-text-ggb4kKgY-o5QFWUeA.js +0 -221
  2424. package/components/ohlc-chart-options.config-BLlRV_bs.cjs +0 -20
  2425. package/components/ohlc-chart-options.config-D9npwajt.js +0 -75
  2426. package/components/ohlc-chart-options.de-CZj-UIJm.js +0 -46
  2427. package/components/ohlc-chart-options.de-D82a4TlN.cjs +0 -20
  2428. package/components/ohlc-chart-options.en-W7r8X64N.js +0 -54
  2429. package/components/ohlc-chart-options.en-WsfJ9z1E.cjs +0 -20
  2430. package/components/ohlc-chart-options.es-B1PdbaLo.js +0 -46
  2431. package/components/ohlc-chart-options.es-BLKIOFho.cjs +0 -20
  2432. package/components/ohlc-chart-options.fr-3n_H_IQ3.js +0 -46
  2433. package/components/ohlc-chart-options.fr-D6YoAH4U.cjs +0 -20
  2434. package/components/ohlc-chart-options.nl-BVw9fPpa.js +0 -46
  2435. package/components/ohlc-chart-options.nl-lWVHjRUM.cjs +0 -20
  2436. package/components/ohlc-chart-slots.config-Cvy5n1xv.js +0 -64
  2437. package/components/ohlc-chart-slots.config-DMomcHMV.cjs +0 -20
  2438. package/components/parallel-coordinates-plot-slots.config-BRXA5nUl.cjs +0 -20
  2439. package/components/parallel-coordinates-plot-slots.config-CQW2CJW6.js +0 -44
  2440. package/components/periods.const-CDIkC5CK.cjs +0 -20
  2441. package/components/periods.const-GHh5bPfs.js +0 -176
  2442. package/components/pivot-table-slots.config-BH5fOJre.js +0 -48
  2443. package/components/pivot-table-slots.config-DzGWM3Ez.cjs +0 -20
  2444. package/components/pl-D_L_0Boq.js +0 -97
  2445. package/components/pl-PIK23rK_.cjs +0 -20
  2446. package/components/popover-DlkzrLpl-BhTvuvTu.cjs +0 -48
  2447. package/components/popover-DlkzrLpl-CCwcTIXr.js +0 -86
  2448. package/components/property-0L4eB11h.cjs +0 -112
  2449. package/components/property-B2F7x7Cz.js +0 -1481
  2450. package/components/pt-B0BBS5VB.js +0 -89
  2451. package/components/pt-Dqlu4MS5.cjs +0 -20
  2452. package/components/pyramid-chart-slots.config-Cm9bQsXT.js +0 -47
  2453. package/components/pyramid-chart-slots.config-DeWrVApy.cjs +0 -20
  2454. package/components/query-D5qWDopr.cjs +0 -24
  2455. package/components/query-Ddbd72Um.js +0 -39
  2456. package/components/query-assigned-nodes-C76XVPWY-BcyGjObB.cjs +0 -40
  2457. package/components/query-assigned-nodes-C76XVPWY-DPC6kOmH.js +0 -55
  2458. package/components/radar-chart-options.config-DPPlIptA.cjs +0 -20
  2459. package/components/radar-chart-options.config-DfID1TZ-.js +0 -164
  2460. package/components/radar-chart-options.de-BGHs6QoY.cjs +0 -20
  2461. package/components/radar-chart-options.de-DUzx_7w0.js +0 -66
  2462. package/components/radar-chart-options.en-CV6ZYx8z.js +0 -66
  2463. package/components/radar-chart-options.en-DXlfL8Qm.cjs +0 -20
  2464. package/components/radar-chart-options.es-BgvSKtUs.js +0 -66
  2465. package/components/radar-chart-options.es-DBw1arWW.cjs +0 -20
  2466. package/components/radar-chart-options.fr-CKBFCZK0.cjs +0 -20
  2467. package/components/radar-chart-options.fr-CobHnfMX.js +0 -66
  2468. package/components/radar-chart-options.nl-M4-vur3g.js +0 -66
  2469. package/components/radar-chart-options.nl-k4gGr6lf.cjs +0 -20
  2470. package/components/radar-chart-slots.config-Dpmytmc3.js +0 -47
  2471. package/components/radar-chart-slots.config-Dxx5fKnS.cjs +0 -20
  2472. package/components/regular-table-slots.config-ChrvnRDb.cjs +0 -20
  2473. package/components/regular-table-slots.config-EUS-V9lL.js +0 -33
  2474. package/components/route-map-slots.config-BfbIWCr0.cjs +0 -20
  2475. package/components/route-map-slots.config-DYCcaQZi.js +0 -53
  2476. package/components/roving-tabindex-DOg4z6ZU-DmyYPRYY.cjs +0 -36
  2477. package/components/roving-tabindex-DOg4z6ZU-dufnVmvL.js +0 -85
  2478. package/components/ru-Vo-m3O_2.js +0 -108
  2479. package/components/ru-zyNDTB04.cjs +0 -20
  2480. package/components/sankey-diagram-options.config-CG5S1OI3.cjs +0 -20
  2481. package/components/sankey-diagram-options.config-ylhZhJ6H.js +0 -138
  2482. package/components/sankey-diagram-options.de-BOtJSpbI.cjs +0 -20
  2483. package/components/sankey-diagram-options.de-kp4wK81w.js +0 -79
  2484. package/components/sankey-diagram-options.en-BJG2rmog.js +0 -79
  2485. package/components/sankey-diagram-options.en-DMx4MkN-.cjs +0 -20
  2486. package/components/sankey-diagram-options.es-BdDSG9DB.cjs +0 -20
  2487. package/components/sankey-diagram-options.es-DoU2uZkk.js +0 -79
  2488. package/components/sankey-diagram-options.fr-CqASKXuH.js +0 -79
  2489. package/components/sankey-diagram-options.fr-D1MrJM4P.cjs +0 -20
  2490. package/components/sankey-diagram-options.nl-BQcClmve.js +0 -79
  2491. package/components/sankey-diagram-options.nl-DW_wVZ1O.cjs +0 -20
  2492. package/components/sankey-diagram-slots.config-B7Q-ZfUP.cjs +0 -20
  2493. package/components/sankey-diagram-slots.config-BSTBEZDe.js +0 -55
  2494. package/components/scatter-plot-slots.config-BuWYqDWK.js +0 -70
  2495. package/components/scatter-plot-slots.config-wlX_PVu8.cjs +0 -20
  2496. package/components/search-filter-options.config-C9CoGS9f.cjs +0 -20
  2497. package/components/search-filter-options.config-baX2Vdul.js +0 -111
  2498. package/components/search-filter-options.de-BK66ORWq.cjs +0 -20
  2499. package/components/search-filter-options.de-CtQU33mZ.js +0 -60
  2500. package/components/search-filter-options.en-CDPrPilw.cjs +0 -20
  2501. package/components/search-filter-options.en-D_lZl4BW.js +0 -60
  2502. package/components/search-filter-options.es-4mDTBqYv.js +0 -60
  2503. package/components/search-filter-options.es-D7Z_PcC1.cjs +0 -20
  2504. package/components/search-filter-options.fr-CSzsk8kC.js +0 -60
  2505. package/components/search-filter-options.fr-DhaK1uUa.cjs +0 -20
  2506. package/components/search-filter-options.nl-CAA7cBhK.cjs +0 -20
  2507. package/components/search-filter-options.nl-CUIS-wlX.js +0 -60
  2508. package/components/search-filter-slots.config-DOlr8VaD.cjs +0 -20
  2509. package/components/search-filter-slots.config-DmiVXOva.js +0 -47
  2510. package/components/set-locale-ByIApH40.cjs +0 -60
  2511. package/components/set-locale-DJYT4V7U.js +0 -212
  2512. package/components/sized-mixin-BxMraZLS-B_y0PzR3.js +0 -82
  2513. package/components/sized-mixin-BxMraZLS-DEFWqo8f.cjs +0 -36
  2514. package/components/slicer-filter-options.config-A3YK_KZn.js +0 -211
  2515. package/components/slicer-filter-options.config-DQunaj8q.cjs +0 -20
  2516. package/components/slicer-filter-options.de-89LcA_-b.js +0 -89
  2517. package/components/slicer-filter-options.de-DRazS_m2.cjs +0 -20
  2518. package/components/slicer-filter-options.en-BtvdQlh6.js +0 -89
  2519. package/components/slicer-filter-options.en-CpMgGFQr.cjs +0 -20
  2520. package/components/slicer-filter-options.es-CS_RNuGQ.cjs +0 -20
  2521. package/components/slicer-filter-options.es-CsuWj6x4.js +0 -89
  2522. package/components/slicer-filter-options.fr-CfCs-AJo.cjs +0 -20
  2523. package/components/slicer-filter-options.fr-Q1R9a5aW.js +0 -89
  2524. package/components/slicer-filter-options.nl-BR-R2l1o.js +0 -89
  2525. package/components/slicer-filter-options.nl-C_n1KiTW.cjs +0 -20
  2526. package/components/slicer-filter-slots.config-CHQ0ZXga.js +0 -45
  2527. package/components/slicer-filter-slots.config-Dyte3aGp.cjs +0 -20
  2528. package/components/slider-filter-options.config-C-zvfTNl.js +0 -98
  2529. package/components/slider-filter-options.config-DF_sAElS.cjs +0 -20
  2530. package/components/slider-filter-options.de-BETdnh_t.js +0 -47
  2531. package/components/slider-filter-options.de-BgUkQGYO.cjs +0 -20
  2532. package/components/slider-filter-options.en-DpbWEGHE.js +0 -47
  2533. package/components/slider-filter-options.en-Dvn-ux4N.cjs +0 -20
  2534. package/components/slider-filter-options.es-B9ObSQWh.cjs +0 -20
  2535. package/components/slider-filter-options.es-CWazXehw.js +0 -47
  2536. package/components/slider-filter-options.fr-B2RT9GfR.js +0 -47
  2537. package/components/slider-filter-options.fr-DI6QMjqa.cjs +0 -20
  2538. package/components/slider-filter-options.nl-CwxJqGoK.js +0 -47
  2539. package/components/slider-filter-options.nl-autc8gPj.cjs +0 -20
  2540. package/components/slider-filter-slots.config-BN3K1rnl.js +0 -33
  2541. package/components/slider-filter-slots.config-Cr5oXbok.cjs +0 -20
  2542. package/components/spacer-options.config-IpwUxDyU.js +0 -23
  2543. package/components/spacer-options.config-mPXMR1CE.cjs +0 -20
  2544. package/components/speedometer-chart-slots.config-Cd-nkNPm.cjs +0 -20
  2545. package/components/speedometer-chart-slots.config-DA-ZAc5d.js +0 -39
  2546. package/components/spike-map-slots.config-CuqpgkvN.js +0 -46
  2547. package/components/spike-map-slots.config-Drga6_j0.cjs +0 -20
  2548. package/components/state-BFA93Sye.cjs +0 -24
  2549. package/components/state-Joaryhrg.js +0 -31
  2550. package/components/strip-plot-slots.config-Co8ghEv8.js +0 -40
  2551. package/components/strip-plot-slots.config-JvkKY5Ga.cjs +0 -20
  2552. package/components/sunburst-chart-options.config-CEfAd1RQ.cjs +0 -20
  2553. package/components/sunburst-chart-options.config-VZqDthcz.js +0 -139
  2554. package/components/sunburst-chart-options.de-BDu_ZCdb.cjs +0 -20
  2555. package/components/sunburst-chart-options.de-DOjqnDNg.js +0 -58
  2556. package/components/sunburst-chart-options.en-D9Rr49yw.cjs +0 -20
  2557. package/components/sunburst-chart-options.en-DQOS_dec.js +0 -58
  2558. package/components/sunburst-chart-options.es-Ba8WDFHg.cjs +0 -20
  2559. package/components/sunburst-chart-options.es-DGsVkhyC.js +0 -58
  2560. package/components/sunburst-chart-options.fr-1Ecu2sp2.cjs +0 -20
  2561. package/components/sunburst-chart-options.fr-DIWRXmkr.js +0 -58
  2562. package/components/sunburst-chart-options.nl-BbOLWrEh.cjs +0 -20
  2563. package/components/sunburst-chart-options.nl-D0hYq2Mh.js +0 -58
  2564. package/components/sunburst-chart-slots.config-C-_ganmv.cjs +0 -20
  2565. package/components/sunburst-chart-slots.config-xwVdRiwS.js +0 -40
  2566. package/components/sv-1DPTltNQ.cjs +0 -20
  2567. package/components/sv-CiozMaev.js +0 -89
  2568. package/components/symbol-map-slots.config-C5CKaVED.js +0 -47
  2569. package/components/symbol-map-slots.config-DtW-3xkd.cjs +0 -20
  2570. package/components/task-B8yMzxui.cjs +0 -24
  2571. package/components/task-Cr9aRIbV.js +0 -120
  2572. package/components/text-field-CvKSS59x-Dn0_1HO7.js +0 -412
  2573. package/components/text-field-CvKSS59x-E9LQElL4.cjs +0 -131
  2574. package/components/text-options.config-BFB3rEmt.cjs +0 -20
  2575. package/components/text-options.config-BWaJoeG2.js +0 -73
  2576. package/components/text-slots.config-BMBEkf0O.cjs +0 -20
  2577. package/components/text-slots.config-Hy5yNIAX.js +0 -23
  2578. package/components/textobject-options.de-BjfS5RBn.js +0 -38
  2579. package/components/textobject-options.de-DLr2-jBn.cjs +0 -20
  2580. package/components/textobject-options.en-BQqHFc7M.js +0 -38
  2581. package/components/textobject-options.en-LfsMtwo6.cjs +0 -20
  2582. package/components/textobject-options.es-BLQBqlvK.cjs +0 -20
  2583. package/components/textobject-options.es-CMB1DKq4.js +0 -38
  2584. package/components/textobject-options.fr-B8x29grG.cjs +0 -20
  2585. package/components/textobject-options.fr-VPJ3bDOM.js +0 -38
  2586. package/components/textobject-options.nl-DzglrI3i.cjs +0 -20
  2587. package/components/textobject-options.nl-V03mmGmH.js +0 -38
  2588. package/components/tr-BkmWvOG2.cjs +0 -20
  2589. package/components/tr-D_D4i5iv.js +0 -109
  2590. package/components/treemap-chart-options.config-BalwwrhW.js +0 -214
  2591. package/components/treemap-chart-options.config-D6H5Hf2B.cjs +0 -20
  2592. package/components/treemap-chart-options.de-Bdj6O-Ju.js +0 -84
  2593. package/components/treemap-chart-options.de-Crku8ynJ.cjs +0 -20
  2594. package/components/treemap-chart-options.en-D6co_QL8.js +0 -84
  2595. package/components/treemap-chart-options.en-zSWDcqFt.cjs +0 -20
  2596. package/components/treemap-chart-options.es-BjbsJzCM.js +0 -84
  2597. package/components/treemap-chart-options.es-DXX2PyUh.cjs +0 -20
  2598. package/components/treemap-chart-options.fr-B93bhLpR.cjs +0 -20
  2599. package/components/treemap-chart-options.fr-VG44wSIJ.js +0 -84
  2600. package/components/treemap-chart-options.nl-BTKv3TBd.js +0 -84
  2601. package/components/treemap-chart-options.nl-ButbMHmU.cjs +0 -20
  2602. package/components/treemap-chart-slots.config-C3bnHCyy.cjs +0 -20
  2603. package/components/treemap-chart-slots.config-xLD22K9V.js +0 -46
  2604. package/components/venn-diagram-slots.config-CpOPbUjs.cjs +0 -20
  2605. package/components/venn-diagram-slots.config-DPmj71cR.js +0 -48
  2606. package/components/video-options.config-BBDHSf6_.cjs +0 -20
  2607. package/components/video-options.config-CbtNZAEK.js +0 -135
  2608. package/components/video-options.de-DIKmTgn5.js +0 -76
  2609. package/components/video-options.de-DZUy2pUo.cjs +0 -20
  2610. package/components/video-options.en-D69d612-.cjs +0 -20
  2611. package/components/video-options.en-DMzcDD7I.js +0 -76
  2612. package/components/video-options.es-BUKi6Pyc.cjs +0 -20
  2613. package/components/video-options.es-CtV-__xN.js +0 -76
  2614. package/components/video-options.fr-B7b4NJso.cjs +0 -20
  2615. package/components/video-options.fr-DHt0mV9L.js +0 -76
  2616. package/components/video-options.nl-1cNZgoqf.js +0 -76
  2617. package/components/video-options.nl-CSiCG3Vu.cjs +0 -20
  2618. package/components/video-slots.config-IpwUxDyU.js +0 -23
  2619. package/components/video-slots.config-mPXMR1CE.cjs +0 -20
  2620. package/components/when-CDK1Tt5Y-BN3qcTK0.cjs +0 -40
  2621. package/components/when-CDK1Tt5Y-C6ViXC43.js +0 -47
  2622. package/components/wordcloud-chart-options.config-BLvcDvxT.cjs +0 -20
  2623. package/components/wordcloud-chart-options.config-CQs8YFfd.js +0 -89
  2624. package/components/wordcloud-chart-options.de-DnJjN2l-.cjs +0 -20
  2625. package/components/wordcloud-chart-options.de-DwLQlEJg.js +0 -48
  2626. package/components/wordcloud-chart-options.en-Ca5fXbS9.cjs +0 -20
  2627. package/components/wordcloud-chart-options.en-DWkM70-M.js +0 -48
  2628. package/components/wordcloud-chart-options.es-CkXbSwEc.js +0 -48
  2629. package/components/wordcloud-chart-options.es-TkHFgMUu.cjs +0 -20
  2630. package/components/wordcloud-chart-options.fr-DNK5Ouc5.js +0 -48
  2631. package/components/wordcloud-chart-options.fr-Dz53DWyA.cjs +0 -20
  2632. package/components/wordcloud-chart-options.nl-CcgmqL7I.js +0 -48
  2633. package/components/wordcloud-chart-options.nl-Cy_9TRvD.cjs +0 -20
  2634. package/components/wordcloud-chart-slots.config-BS4sOOHt.js +0 -44
  2635. package/components/wordcloud-chart-slots.config-D7CiYopX.cjs +0 -20
  2636. package/components/zh-CN-DTZ4OmdP.cjs +0 -20
  2637. package/components/zh-CN-wsl7eFSd.js +0 -89
  2638. package/components/zh-TW-DTZ4OmdP.cjs +0 -20
  2639. package/components/zh-TW-wsl7eFSd.js +0 -89
  2640. package/item-definitions/area-chart/area-chart-options.config.d.ts +0 -93
  2641. package/item-definitions/area-chart/area-chart-slots.config.d.ts +0 -44
  2642. package/item-definitions/area-chart/i18n/area-chart-options.de.d.ts +0 -59
  2643. package/item-definitions/area-chart/i18n/area-chart-options.en.d.ts +0 -59
  2644. package/item-definitions/area-chart/i18n/area-chart-options.es.d.ts +0 -59
  2645. package/item-definitions/area-chart/i18n/area-chart-options.fr.d.ts +0 -59
  2646. package/item-definitions/area-chart/i18n/area-chart-options.nl.d.ts +0 -59
  2647. package/item-definitions/bar-chart/bar-chart-options.config.d.ts +0 -129
  2648. package/item-definitions/bar-chart/bar-chart-slots.config.d.ts +0 -24
  2649. package/item-definitions/bar-chart/i18n/bar-chart-options.de.d.ts +0 -65
  2650. package/item-definitions/bar-chart/i18n/bar-chart-options.en.d.ts +0 -65
  2651. package/item-definitions/bar-chart/i18n/bar-chart-options.es.d.ts +0 -65
  2652. package/item-definitions/bar-chart/i18n/bar-chart-options.fr.d.ts +0 -65
  2653. package/item-definitions/bar-chart/i18n/bar-chart-options.nl.d.ts +0 -65
  2654. package/item-definitions/box-plot/box-plot-options.config.d.ts +0 -173
  2655. package/item-definitions/box-plot/box-plot-slots.config.d.ts +0 -26
  2656. package/item-definitions/box-plot/i18n/box-plot-options.de.d.ts +0 -92
  2657. package/item-definitions/box-plot/i18n/box-plot-options.en.d.ts +0 -92
  2658. package/item-definitions/box-plot/i18n/box-plot-options.es.d.ts +0 -92
  2659. package/item-definitions/box-plot/i18n/box-plot-options.fr.d.ts +0 -92
  2660. package/item-definitions/box-plot/i18n/box-plot-options.nl.d.ts +0 -92
  2661. package/item-definitions/bubble-chart/bubble-chart-options.config.d.ts +0 -90
  2662. package/item-definitions/bubble-chart/bubble-chart-slots.config.d.ts +0 -30
  2663. package/item-definitions/bubble-chart/i18n/bubble-chart-options.de.d.ts +0 -37
  2664. package/item-definitions/bubble-chart/i18n/bubble-chart-options.en.d.ts +0 -37
  2665. package/item-definitions/bubble-chart/i18n/bubble-chart-options.es.d.ts +0 -37
  2666. package/item-definitions/bubble-chart/i18n/bubble-chart-options.fr.d.ts +0 -37
  2667. package/item-definitions/bubble-chart/i18n/bubble-chart-options.nl.d.ts +0 -37
  2668. package/item-definitions/bullet-chart/bullet-chart-options.config.d.ts +0 -43
  2669. package/item-definitions/bullet-chart/bullet-chart-slots.config.d.ts +0 -18
  2670. package/item-definitions/bullet-chart/i18n/bullet-chart-options.de.d.ts +0 -30
  2671. package/item-definitions/bullet-chart/i18n/bullet-chart-options.en.d.ts +0 -30
  2672. package/item-definitions/bullet-chart/i18n/bullet-chart-options.es.d.ts +0 -30
  2673. package/item-definitions/bullet-chart/i18n/bullet-chart-options.fr.d.ts +0 -30
  2674. package/item-definitions/bullet-chart/i18n/bullet-chart-options.nl.d.ts +0 -30
  2675. package/item-definitions/choropleth-map/choropleth-map-options.config.d.ts +0 -168
  2676. package/item-definitions/choropleth-map/choropleth-map-slots.config.d.ts +0 -29
  2677. package/item-definitions/choropleth-map/i18n/choropleth-map-options.de.d.ts +0 -81
  2678. package/item-definitions/choropleth-map/i18n/choropleth-map-options.en.d.ts +0 -81
  2679. package/item-definitions/choropleth-map/i18n/choropleth-map-options.es.d.ts +0 -81
  2680. package/item-definitions/choropleth-map/i18n/choropleth-map-options.fr.d.ts +0 -81
  2681. package/item-definitions/choropleth-map/i18n/choropleth-map-options.nl.d.ts +0 -81
  2682. package/item-definitions/circle-pack-chart/circle-pack-chart-options.config.d.ts +0 -14
  2683. package/item-definitions/circle-pack-chart/circle-pack-chart-slots.config.d.ts +0 -22
  2684. package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.de.d.ts +0 -20
  2685. package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.en.d.ts +0 -20
  2686. package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.es.d.ts +0 -20
  2687. package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.fr.d.ts +0 -20
  2688. package/item-definitions/circle-pack-chart/i18n/circle-pack-chart-options.nl.d.ts +0 -20
  2689. package/item-definitions/circular-gauge/circular-gauge-slots.config.d.ts +0 -16
  2690. package/item-definitions/circular-gauge/circular-guage-options.config.d.ts +0 -109
  2691. package/item-definitions/circular-gauge/i18n/circular-gauge-options.de.d.ts +0 -52
  2692. package/item-definitions/circular-gauge/i18n/circular-gauge-options.en.d.ts +0 -55
  2693. package/item-definitions/circular-gauge/i18n/circular-gauge-options.es.d.ts +0 -52
  2694. package/item-definitions/circular-gauge/i18n/circular-gauge-options.fr.d.ts +0 -55
  2695. package/item-definitions/circular-gauge/i18n/circular-gauge-options.nl.d.ts +0 -55
  2696. package/item-definitions/column-chart/column-chart-options.config.d.ts +0 -123
  2697. package/item-definitions/column-chart/column-chart-slots.config.d.ts +0 -24
  2698. package/item-definitions/column-chart/i18n/column-chart-options.de.d.ts +0 -65
  2699. package/item-definitions/column-chart/i18n/column-chart-options.en.d.ts +0 -65
  2700. package/item-definitions/column-chart/i18n/column-chart-options.es.d.ts +0 -65
  2701. package/item-definitions/column-chart/i18n/column-chart-options.fr.d.ts +0 -65
  2702. package/item-definitions/column-chart/i18n/column-chart-options.nl.d.ts +0 -65
  2703. package/item-definitions/combination-chart/combination-chart-options.config.d.ts +0 -13
  2704. package/item-definitions/combination-chart/combination-chart-slots.config.d.ts +0 -30
  2705. package/item-definitions/combination-chart/i18n/combination-chart-options.de.d.ts +0 -17
  2706. package/item-definitions/combination-chart/i18n/combination-chart-options.en.d.ts +0 -17
  2707. package/item-definitions/combination-chart/i18n/combination-chart-options.es.d.ts +0 -17
  2708. package/item-definitions/combination-chart/i18n/combination-chart-options.fr.d.ts +0 -17
  2709. package/item-definitions/combination-chart/i18n/combination-chart-options.nl.d.ts +0 -17
  2710. package/item-definitions/conditional-number/conditional-number-slots.config.d.ts +0 -16
  2711. package/item-definitions/date-filter/date-filter-slots.config.d.ts +0 -10
  2712. package/item-definitions/donut-chart/donut-chart-options.config.d.ts +0 -106
  2713. package/item-definitions/donut-chart/donut-chart-slots.config.d.ts +0 -20
  2714. package/item-definitions/donut-chart/i18n/donut-chart-options.de.d.ts +0 -78
  2715. package/item-definitions/donut-chart/i18n/donut-chart-options.en.d.ts +0 -78
  2716. package/item-definitions/donut-chart/i18n/donut-chart-options.es.d.ts +0 -78
  2717. package/item-definitions/donut-chart/i18n/donut-chart-options.fr.d.ts +0 -78
  2718. package/item-definitions/donut-chart/i18n/donut-chart-options.nl.d.ts +0 -78
  2719. package/item-definitions/dropdown-filter/dropdown-filter-options.config.d.ts +0 -74
  2720. package/item-definitions/dropdown-filter/dropdown-filter-slots.config.d.ts +0 -23
  2721. package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.de.d.ts +0 -61
  2722. package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.en.d.ts +0 -61
  2723. package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.es.d.ts +0 -61
  2724. package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.fr.d.ts +0 -61
  2725. package/item-definitions/dropdown-filter/i18n/dropdown-filter-options.nl.d.ts +0 -61
  2726. package/item-definitions/evolution-number/evolution-number-slots.config.d.ts +0 -18
  2727. package/item-definitions/funnel-chart/funnel-chart-slots.config.d.ts +0 -22
  2728. package/item-definitions/heat-map/heat-map-slots.config.d.ts +0 -18
  2729. package/item-definitions/heat-table/heat-table-slots.config.d.ts +0 -20
  2730. package/item-definitions/hexbin-map/hexbin-map-slots.config.d.ts +0 -18
  2731. package/item-definitions/image/i18n/imageobject-options.de.d.ts +0 -71
  2732. package/item-definitions/image/i18n/imageobject-options.en.d.ts +0 -71
  2733. package/item-definitions/image/i18n/imageobject-options.es.d.ts +0 -71
  2734. package/item-definitions/image/i18n/imageobject-options.fr.d.ts +0 -71
  2735. package/item-definitions/image/i18n/imageobject-options.nl.d.ts +0 -71
  2736. package/item-definitions/image/image-options.config.d.ts +0 -126
  2737. package/item-definitions/image/image-slots.config.d.ts +0 -2
  2738. package/item-definitions/line-chart/i18n/line-chart-options.de.d.ts +0 -61
  2739. package/item-definitions/line-chart/i18n/line-chart-options.en.d.ts +0 -61
  2740. package/item-definitions/line-chart/i18n/line-chart-options.es.d.ts +0 -61
  2741. package/item-definitions/line-chart/i18n/line-chart-options.fr.d.ts +0 -61
  2742. package/item-definitions/line-chart/i18n/line-chart-options.nl.d.ts +0 -61
  2743. package/item-definitions/line-chart/line-chart-options.config.d.ts +0 -146
  2744. package/item-definitions/line-chart/line-chart-slots.config.d.ts +0 -44
  2745. package/item-definitions/marker-map/marker-map-slots.config.d.ts +0 -18
  2746. package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.de.d.ts +0 -25
  2747. package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.en.d.ts +0 -25
  2748. package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.es.d.ts +0 -25
  2749. package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.fr.d.ts +0 -25
  2750. package/item-definitions/ohlc-chart/i18n/ohlc-chart-options.nl.d.ts +0 -25
  2751. package/item-definitions/ohlc-chart/ohlc-chart-options.config.d.ts +0 -37
  2752. package/item-definitions/ohlc-chart/ohlc-chart-slots.config.d.ts +0 -21
  2753. package/item-definitions/parallel-coordinates-plot/parallel-coordinates-plot-slots.config.d.ts +0 -23
  2754. package/item-definitions/pivot-table/pivot-table-slots.config.d.ts +0 -21
  2755. package/item-definitions/pyramid-chart/pyramid-chart-slots.config.d.ts +0 -33
  2756. package/item-definitions/radar-chart/i18n/radar-chart-options.de.d.ts +0 -45
  2757. package/item-definitions/radar-chart/i18n/radar-chart-options.en.d.ts +0 -45
  2758. package/item-definitions/radar-chart/i18n/radar-chart-options.es.d.ts +0 -45
  2759. package/item-definitions/radar-chart/i18n/radar-chart-options.fr.d.ts +0 -45
  2760. package/item-definitions/radar-chart/i18n/radar-chart-options.nl.d.ts +0 -45
  2761. package/item-definitions/radar-chart/radar-chart-options.config.d.ts +0 -122
  2762. package/item-definitions/radar-chart/radar-chart-slots.config.d.ts +0 -33
  2763. package/item-definitions/regular-table/regular-table-slots.config.d.ts +0 -13
  2764. package/item-definitions/route-map/route-map-slots.config.d.ts +0 -28
  2765. package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.de.d.ts +0 -58
  2766. package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.en.d.ts +0 -58
  2767. package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.es.d.ts +0 -58
  2768. package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.fr.d.ts +0 -58
  2769. package/item-definitions/sankey-diagram/i18n/sankey-diagram-options.nl.d.ts +0 -58
  2770. package/item-definitions/sankey-diagram/sankey-diagram-options.config.d.ts +0 -46
  2771. package/item-definitions/sankey-diagram/sankey-diagram-slots.config.d.ts +0 -33
  2772. package/item-definitions/scatter-plot/scatter-plot-slots.config.d.ts +0 -50
  2773. package/item-definitions/search-filter/i18n/search-filter-options.de.d.ts +0 -39
  2774. package/item-definitions/search-filter/i18n/search-filter-options.en.d.ts +0 -39
  2775. package/item-definitions/search-filter/i18n/search-filter-options.es.d.ts +0 -39
  2776. package/item-definitions/search-filter/i18n/search-filter-options.fr.d.ts +0 -39
  2777. package/item-definitions/search-filter/i18n/search-filter-options.nl.d.ts +0 -39
  2778. package/item-definitions/search-filter/search-filter-options.config.d.ts +0 -40
  2779. package/item-definitions/search-filter/search-filter-slots.config.d.ts +0 -24
  2780. package/item-definitions/slicer-filter/i18n/slicer-filter-options.de.d.ts +0 -68
  2781. package/item-definitions/slicer-filter/i18n/slicer-filter-options.en.d.ts +0 -68
  2782. package/item-definitions/slicer-filter/i18n/slicer-filter-options.es.d.ts +0 -68
  2783. package/item-definitions/slicer-filter/i18n/slicer-filter-options.fr.d.ts +0 -68
  2784. package/item-definitions/slicer-filter/i18n/slicer-filter-options.nl.d.ts +0 -68
  2785. package/item-definitions/slicer-filter/slicer-filter-options.config.d.ts +0 -136
  2786. package/item-definitions/slicer-filter/slicer-filter-slots.config.d.ts +0 -23
  2787. package/item-definitions/slider-filter/i18n/slider-filter-options.de.d.ts +0 -26
  2788. package/item-definitions/slider-filter/i18n/slider-filter-options.en.d.ts +0 -26
  2789. package/item-definitions/slider-filter/i18n/slider-filter-options.es.d.ts +0 -26
  2790. package/item-definitions/slider-filter/i18n/slider-filter-options.fr.d.ts +0 -26
  2791. package/item-definitions/slider-filter/i18n/slider-filter-options.nl.d.ts +0 -26
  2792. package/item-definitions/slider-filter/slider-filter-options.config.d.ts +0 -45
  2793. package/item-definitions/slider-filter/slider-filter-slots.config.d.ts +0 -13
  2794. package/item-definitions/spacer/spacer-options.config.d.ts +0 -2
  2795. package/item-definitions/speedometer-chart/speedometer-chart-slots.config.d.ts +0 -16
  2796. package/item-definitions/spike-map/spike-map-slots.config.d.ts +0 -31
  2797. package/item-definitions/strip-plot/strip-plot-slots.config.d.ts +0 -22
  2798. package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.de.d.ts +0 -37
  2799. package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.en.d.ts +0 -37
  2800. package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.es.d.ts +0 -37
  2801. package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.fr.d.ts +0 -37
  2802. package/item-definitions/sunburst-chart/i18n/sunburst-chart-options.nl.d.ts +0 -37
  2803. package/item-definitions/sunburst-chart/sunburst-chart-options.config.d.ts +0 -51
  2804. package/item-definitions/sunburst-chart/sunburst-chart-slots.config.d.ts +0 -22
  2805. package/item-definitions/symbol-map/symbol-map-slots.config.d.ts +0 -31
  2806. package/item-definitions/text/i18n/textobject-options.de.d.ts +0 -17
  2807. package/item-definitions/text/i18n/textobject-options.en.d.ts +0 -17
  2808. package/item-definitions/text/i18n/textobject-options.es.d.ts +0 -17
  2809. package/item-definitions/text/i18n/textobject-options.fr.d.ts +0 -17
  2810. package/item-definitions/text/i18n/textobject-options.nl.d.ts +0 -17
  2811. package/item-definitions/text/text-options.config.d.ts +0 -45
  2812. package/item-definitions/text/text-slots.config.d.ts +0 -2
  2813. package/item-definitions/treemap-chart/i18n/treemap-chart-options.de.d.ts +0 -63
  2814. package/item-definitions/treemap-chart/i18n/treemap-chart-options.en.d.ts +0 -63
  2815. package/item-definitions/treemap-chart/i18n/treemap-chart-options.es.d.ts +0 -63
  2816. package/item-definitions/treemap-chart/i18n/treemap-chart-options.fr.d.ts +0 -63
  2817. package/item-definitions/treemap-chart/i18n/treemap-chart-options.nl.d.ts +0 -63
  2818. package/item-definitions/treemap-chart/treemap-chart-options.config.d.ts +0 -103
  2819. package/item-definitions/treemap-chart/treemap-chart-slots.config.d.ts +0 -30
  2820. package/item-definitions/venn-diagram/venn-diagram-slots.config.d.ts +0 -18
  2821. package/item-definitions/video/i18n/video-options.de.d.ts +0 -55
  2822. package/item-definitions/video/i18n/video-options.en.d.ts +0 -55
  2823. package/item-definitions/video/i18n/video-options.es.d.ts +0 -55
  2824. package/item-definitions/video/i18n/video-options.fr.d.ts +0 -55
  2825. package/item-definitions/video/i18n/video-options.nl.d.ts +0 -55
  2826. package/item-definitions/video/video-options.config.d.ts +0 -90
  2827. package/item-definitions/video/video-slots.config.d.ts +0 -2
  2828. package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.de.d.ts +0 -27
  2829. package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.en.d.ts +0 -27
  2830. package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.es.d.ts +0 -27
  2831. package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.fr.d.ts +0 -27
  2832. package/item-definitions/wordcloud-chart/i18n/wordcloud-chart-options.nl.d.ts +0 -27
  2833. package/item-definitions/wordcloud-chart/wordcloud-chart-options.config.d.ts +0 -46
  2834. package/item-definitions/wordcloud-chart/wordcloud-chart-slots.config.d.ts +0 -23
  2835. package/utils/types/column.types.d.ts +0 -56
  2836. /package/components/{edit-option → item-option}/helpers/control-templates/action-button-group-template.d.ts +0 -0
  2837. /package/components/{edit-option → item-option}/helpers/control-templates/color-picker-template.d.ts +0 -0
  2838. /package/components/{edit-option → item-option}/helpers/control-templates/multi-language-field-template.d.ts +0 -0
  2839. /package/components/{edit-option → item-option}/helpers/control-templates/number-field-template.d.ts +0 -0
  2840. /package/components/{edit-option → item-option}/helpers/control-templates/picker-template.d.ts +0 -0
  2841. /package/components/{edit-option → item-option}/helpers/control-templates/position-picker-template.d.ts +0 -0
  2842. /package/components/{edit-option → item-option}/helpers/control-templates/positions-number-field-template.d.ts +0 -0
  2843. /package/components/{edit-option → item-option}/helpers/control-templates/radio-button-group.d.ts +0 -0
  2844. /package/components/{edit-option → item-option}/helpers/control-templates/slider-template.d.ts +0 -0
  2845. /package/components/{edit-option → item-option}/helpers/control-templates/switch-template.d.ts +0 -0
  2846. /package/components/{edit-option → item-option}/helpers/control-templates/text-field-template.d.ts +0 -0
  2847. /package/components/{edit-option → item-option}/helpers/generate-callback.d.ts +0 -0
  2848. /package/components/{edit-option → item-option}/helpers/get-extra-label-values.d.ts +0 -0
@@ -0,0 +1,3807 @@
1
+ /*! * A kit of modern Luzmo Web Components for analytics in your web application.
2
+ *
3
+ * Copyright © 2026 Luzmo
4
+ * All rights reserved.
5
+ * Luzmo web components (“Luzmo Web Components”)
6
+ * must be used according to the Luzmo Terms of Service.
7
+ * This license allows users with a current active Luzmo account
8
+ * to use the Luzmo Web Components. This license terminates
9
+ * automatically if a user no longer has an active Luzmo account.
10
+ * Please view the Luzmo Terms of Service at: https://www.luzmo.com/information-pages/terms-of-use.
11
+ *
12
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ * SOFTWARE.
19
+ * */
20
+ function multiplyMatrices(e, s) {
21
+ let l = e.length;
22
+ Array.isArray(e[0]) || (e = [e]), Array.isArray(s[0]) || (s = s.map((e) => [e]));
23
+ let u = s[0].length, f = s[0].map((e, l) => s.map((e) => e[l])), h = e.map((e) => f.map((s) => {
24
+ let l = 0;
25
+ if (!Array.isArray(e)) {
26
+ for (let u of s) l += e * u;
27
+ return l;
28
+ }
29
+ for (let u = 0; u < e.length; u++) l += e[u] * (s[u] || 0);
30
+ return l;
31
+ }));
32
+ return l === 1 && (h = h[0]), u === 1 ? h.map((e) => e[0]) : h;
33
+ }
34
+ function isString(e) {
35
+ return type(e) === "string";
36
+ }
37
+ function type(e) {
38
+ return (Object.prototype.toString.call(e).match(/^\[object\s+(.*?)\]$/)[1] || "").toLowerCase();
39
+ }
40
+ function serializeNumber(e, { precision: s, unit: l }) {
41
+ return isNone(e) ? "none" : toPrecision(e, s) + (l ?? "");
42
+ }
43
+ function isNone(e) {
44
+ return Number.isNaN(e) || e instanceof Number && e?.none;
45
+ }
46
+ function skipNone(e) {
47
+ return isNone(e) ? 0 : e;
48
+ }
49
+ function toPrecision(e, s) {
50
+ if (e === 0) return 0;
51
+ let l = ~~e, u = 0;
52
+ l && s && (u = ~~Math.log10(Math.abs(l)) + 1);
53
+ let f = 10 ** (s - u);
54
+ return Math.floor(e * f + .5) / f;
55
+ }
56
+ var angleFactor = {
57
+ deg: 1,
58
+ grad: .9,
59
+ rad: 180 / Math.PI,
60
+ turn: 360
61
+ };
62
+ function parseFunction(e) {
63
+ if (!e) return;
64
+ e = e.trim();
65
+ let s = /^([a-z]+)\((.+?)\)$/i, l = /^-?[\d.]+$/, u = /%|deg|g?rad|turn$/, f = /\/?\s*(none|[-\w.]+(?:%|deg|g?rad|turn)?)/g, h = e.match(s);
66
+ if (h) {
67
+ let e = [];
68
+ return h[2].replace(f, (s, f) => {
69
+ let h = f.match(u), _ = f;
70
+ if (h) {
71
+ let e = h[0], s = _.slice(0, -e.length);
72
+ e === "%" ? (_ = /* @__PURE__ */ new Number(s / 100), _.type = "<percentage>") : (_ = new Number(s * angleFactor[e]), _.type = "<angle>", _.unit = e);
73
+ } else l.test(_) ? (_ = new Number(_), _.type = "<number>") : _ === "none" && (_ = /* @__PURE__ */ new Number(NaN), _.none = !0);
74
+ s.startsWith("/") && (_ = _ instanceof Number ? _ : new Number(_), _.alpha = !0), typeof _ == "object" && _ instanceof Number && (_.raw = f), e.push(_);
75
+ }), {
76
+ name: h[1].toLowerCase(),
77
+ rawName: h[1],
78
+ rawArgs: h[2],
79
+ args: e
80
+ };
81
+ }
82
+ }
83
+ function last(e) {
84
+ return e[e.length - 1];
85
+ }
86
+ function interpolate(e, s, l) {
87
+ return isNaN(e) ? s : isNaN(s) ? e : e + (s - e) * l;
88
+ }
89
+ function interpolateInv(e, s, l) {
90
+ return (l - e) / (s - e);
91
+ }
92
+ function mapRange(e, s, l) {
93
+ return interpolate(s[0], s[1], interpolateInv(e[0], e[1], l));
94
+ }
95
+ function parseCoordGrammar(e) {
96
+ return e.map((e) => e.split("|").map((e) => {
97
+ e = e.trim();
98
+ let s = e.match(/^(<[a-z]+>)\[(-?[.\d]+),\s*(-?[.\d]+)\]?$/);
99
+ if (s) {
100
+ let e = new String(s[1]);
101
+ return e.range = [+s[2], +s[3]], e;
102
+ }
103
+ return e;
104
+ }));
105
+ }
106
+ function clamp(e, s, l) {
107
+ return Math.max(Math.min(l, s), e);
108
+ }
109
+ function copySign(e, s) {
110
+ return Math.sign(e) === Math.sign(s) ? e : -e;
111
+ }
112
+ function spow(e, s) {
113
+ return copySign(Math.abs(e) ** s, e);
114
+ }
115
+ function zdiv(e, s) {
116
+ return s === 0 ? 0 : e / s;
117
+ }
118
+ function bisectLeft(e, s, l = 0, u = e.length) {
119
+ for (; l < u;) {
120
+ let f = l + u >> 1;
121
+ e[f] < s ? l = f + 1 : u = f;
122
+ }
123
+ return l;
124
+ }
125
+ var util = /* @__PURE__ */ Object.freeze({
126
+ __proto__: null,
127
+ bisectLeft,
128
+ clamp,
129
+ copySign,
130
+ interpolate,
131
+ interpolateInv,
132
+ isNone,
133
+ isString,
134
+ last,
135
+ mapRange,
136
+ multiplyMatrices,
137
+ parseCoordGrammar,
138
+ parseFunction,
139
+ serializeNumber,
140
+ skipNone,
141
+ spow,
142
+ toPrecision,
143
+ type,
144
+ zdiv
145
+ }), hooks = new class {
146
+ add(e, s, l) {
147
+ if (typeof arguments[0] != "string") {
148
+ for (var e in arguments[0]) this.add(e, arguments[0][e], arguments[1]);
149
+ return;
150
+ }
151
+ (Array.isArray(e) ? e : [e]).forEach(function(e) {
152
+ this[e] = this[e] || [], s && this[e][l ? "unshift" : "push"](s);
153
+ }, this);
154
+ }
155
+ run(e, s) {
156
+ this[e] = this[e] || [], this[e].forEach(function(e) {
157
+ e.call(s && s.context ? s.context : s, s);
158
+ });
159
+ }
160
+ }(), defaults = {
161
+ gamut_mapping: "css",
162
+ precision: 5,
163
+ deltaE: "76",
164
+ verbose: globalThis?.process?.env?.NODE_ENV?.toLowerCase() !== "test",
165
+ warn: function(e) {
166
+ this.verbose && globalThis?.console?.warn?.(e);
167
+ }
168
+ }, WHITES = {
169
+ D50: [
170
+ .3457 / .3585,
171
+ 1,
172
+ .2958 / .3585
173
+ ],
174
+ D65: [
175
+ .3127 / .329,
176
+ 1,
177
+ .3583 / .329
178
+ ]
179
+ };
180
+ function getWhite(e) {
181
+ return Array.isArray(e) ? e : WHITES[e];
182
+ }
183
+ function adapt$2(s, l, u, f = {}) {
184
+ if (s = getWhite(s), l = getWhite(l), !s || !l) throw TypeError(`Missing white point to convert ${s ? "" : "from"}${!s && !l ? "/" : ""}${l ? "" : "to"}`);
185
+ if (s === l) return u;
186
+ let h = {
187
+ W1: s,
188
+ W2: l,
189
+ XYZ: u,
190
+ options: f
191
+ };
192
+ if (hooks.run("chromatic-adaptation-start", h), h.M || (h.W1 === WHITES.D65 && h.W2 === WHITES.D50 ? h.M = [
193
+ [
194
+ 1.0479297925449969,
195
+ .022946870601609652,
196
+ -.05019226628920524
197
+ ],
198
+ [
199
+ .02962780877005599,
200
+ .9904344267538799,
201
+ -.017073799063418826
202
+ ],
203
+ [
204
+ -.009243040646204504,
205
+ .015055191490298152,
206
+ .7518742814281371
207
+ ]
208
+ ] : h.W1 === WHITES.D50 && h.W2 === WHITES.D65 && (h.M = [
209
+ [
210
+ .955473421488075,
211
+ -.02309845494876471,
212
+ .06325924320057072
213
+ ],
214
+ [
215
+ -.0283697093338637,
216
+ 1.0099953980813041,
217
+ .021041441191917323
218
+ ],
219
+ [
220
+ .012314014864481998,
221
+ -.020507649298898964,
222
+ 1.330365926242124
223
+ ]
224
+ ])), hooks.run("chromatic-adaptation-end", h), h.M) return multiplyMatrices(h.M, h.XYZ);
225
+ throw TypeError("Only Bradford CAT with white points D50 and D65 supported for now.");
226
+ }
227
+ var noneTypes = new Set([
228
+ "<number>",
229
+ "<percentage>",
230
+ "<angle>"
231
+ ]);
232
+ function coerceCoords(e, s, l, u) {
233
+ return Object.entries(e.coords).map(([e, f], h) => {
234
+ let _ = s.coordGrammar[h], v = u[h], y = v?.type, x;
235
+ if (x = v.none ? _.find((e) => noneTypes.has(e)) : _.find((e) => e == y), !x) {
236
+ let s = f.name || e;
237
+ throw TypeError(`${y ?? v.raw} not allowed for ${s} in ${l}()`);
238
+ }
239
+ let S = x.range;
240
+ y === "<percentage>" && (S ||= [0, 1]);
241
+ let C = f.range || f.refRange;
242
+ return S && C && (u[h] = mapRange(S, C, u[h])), x;
243
+ });
244
+ }
245
+ function parse(e, { meta: s } = {}) {
246
+ let l = { str: String(e)?.trim() };
247
+ if (hooks.run("parse-start", l), l.color) return l.color;
248
+ if (l.parsed = parseFunction(l.str), l.parsed) {
249
+ let e = l.parsed.name;
250
+ if (e === "color") {
251
+ let e = l.parsed.args.shift(), u = e.startsWith("--") ? e.substring(2) : `--${e}`, f = [e, u], h = l.parsed.rawArgs.indexOf("/") > 0 ? l.parsed.args.pop() : 1;
252
+ for (let u of ColorSpace.all) {
253
+ let _ = u.getFormat("color");
254
+ if (_ && (f.includes(_.id) || _.ids?.filter((e) => f.includes(e)).length)) {
255
+ let f = Object.keys(u.coords).map((e, s) => l.parsed.args[s] || 0), v;
256
+ return _.coordGrammar && (v = coerceCoords(u, _, "color", f)), s && Object.assign(s, {
257
+ formatId: "color",
258
+ types: v
259
+ }), _.id.startsWith("--") && !e.startsWith("--") && defaults.warn(`${u.name} is a non-standard space and not currently supported in the CSS spec. Use prefixed color(${_.id}) instead of color(${e}).`), e.startsWith("--") && !_.id.startsWith("--") && defaults.warn(`${u.name} is a standard space and supported in the CSS spec. Use color(${_.id}) instead of prefixed color(${e}).`), {
260
+ spaceId: u.id,
261
+ coords: f,
262
+ alpha: h
263
+ };
264
+ }
265
+ }
266
+ let _ = "", v = e in ColorSpace.registry ? e : u;
267
+ if (v in ColorSpace.registry) {
268
+ let e = ColorSpace.registry[v].formats?.color?.id;
269
+ e && (_ = `Did you mean color(${e})?`);
270
+ }
271
+ throw TypeError(`Cannot parse color(${e}). ` + (_ || "Missing a plugin?"));
272
+ } else for (let u of ColorSpace.all) {
273
+ let f = u.getFormat(e);
274
+ if (f && f.type === "function") {
275
+ let h = 1;
276
+ (f.lastAlpha || last(l.parsed.args).alpha) && (h = l.parsed.args.pop());
277
+ let _ = l.parsed.args, v;
278
+ return f.coordGrammar && (v = coerceCoords(u, f, e, _)), s && Object.assign(s, {
279
+ formatId: f.name,
280
+ types: v
281
+ }), {
282
+ spaceId: u.id,
283
+ coords: _,
284
+ alpha: h
285
+ };
286
+ }
287
+ }
288
+ } else for (let e of ColorSpace.all) for (let u in e.formats) {
289
+ let f = e.formats[u];
290
+ if (f.type !== "custom" || f.test && !f.test(l.str)) continue;
291
+ let h = f.parse(l.str);
292
+ if (h) return h.alpha ??= 1, s && (s.formatId = u), h;
293
+ }
294
+ throw TypeError(`Could not parse ${e} as a color. Missing a plugin?`);
295
+ }
296
+ function getColor(e) {
297
+ if (Array.isArray(e)) return e.map(getColor);
298
+ if (!e) throw TypeError("Empty color reference");
299
+ isString(e) && (e = parse(e));
300
+ let l = e.space || e.spaceId;
301
+ return l instanceof ColorSpace || (e.space = ColorSpace.get(l)), e.alpha === void 0 && (e.alpha = 1), e;
302
+ }
303
+ var ε$7 = 75e-6, ColorSpace = class e {
304
+ constructor(s) {
305
+ this.id = s.id, this.name = s.name, this.base = s.base ? e.get(s.base) : null, this.aliases = s.aliases, this.base && (this.fromBase = s.fromBase, this.toBase = s.toBase);
306
+ let l = s.coords ?? this.base.coords;
307
+ for (let e in l) "name" in l[e] || (l[e].name = e);
308
+ for (let e in this.coords = l, this.white = getWhite(s.white ?? this.base.white ?? "D65"), this.formats = s.formats ?? {}, this.formats) {
309
+ let s = this.formats[e];
310
+ s.type ||= "function", s.name ||= e;
311
+ }
312
+ this.formats.color?.id || (this.formats.color = {
313
+ ...this.formats.color ?? {},
314
+ id: s.cssId || this.id
315
+ }), s.gamutSpace ? this.gamutSpace = s.gamutSpace === "self" ? this : e.get(s.gamutSpace) : this.isPolar ? this.gamutSpace = this.base : this.gamutSpace = this, this.gamutSpace.isUnbounded && (this.inGamut = (e, s) => !0), this.referred = s.referred, Object.defineProperty(this, "path", {
316
+ value: getPath(this).reverse(),
317
+ writable: !1,
318
+ enumerable: !0,
319
+ configurable: !0
320
+ }), hooks.run("colorspace-init-end", this);
321
+ }
322
+ inGamut(e, { epsilon: s = ε$7 } = {}) {
323
+ if (!this.equals(this.gamutSpace)) return e = this.to(this.gamutSpace, e), this.gamutSpace.inGamut(e, { epsilon: s });
324
+ let l = Object.values(this.coords);
325
+ return e.every((e, u) => {
326
+ let f = l[u];
327
+ if (f.type !== "angle" && f.range) {
328
+ if (Number.isNaN(e)) return !0;
329
+ let [l, u] = f.range;
330
+ return (l === void 0 || e >= l - s) && (u === void 0 || e <= u + s);
331
+ }
332
+ return !0;
333
+ });
334
+ }
335
+ get isUnbounded() {
336
+ return Object.values(this.coords).every((e) => !("range" in e));
337
+ }
338
+ get cssId() {
339
+ return this.formats?.color?.id || this.id;
340
+ }
341
+ get isPolar() {
342
+ for (let e in this.coords) if (this.coords[e].type === "angle") return !0;
343
+ return !1;
344
+ }
345
+ getFormat(e) {
346
+ if (typeof e == "object") return e = processFormat(e, this), e;
347
+ let s;
348
+ return s = e === "default" ? Object.values(this.formats)[0] : this.formats[e], s ? (s = processFormat(s, this), s) : null;
349
+ }
350
+ equals(e) {
351
+ return e ? this === e || this.id === e || this.id === e.id : !1;
352
+ }
353
+ to(s, l) {
354
+ if (arguments.length === 1) {
355
+ let e = getColor(s);
356
+ [s, l] = [e.space, e.coords];
357
+ }
358
+ if (s = e.get(s), this.equals(s)) return l;
359
+ l = l.map((e) => Number.isNaN(e) ? 0 : e);
360
+ let u = this.path, f = s.path, h, _;
361
+ for (let e = 0; e < u.length && u[e].equals(f[e]); e++) h = u[e], _ = e;
362
+ if (!h) throw Error(`Cannot convert between color spaces ${this} and ${s}: no connection space was found`);
363
+ for (let e = u.length - 1; e > _; e--) l = u[e].toBase(l);
364
+ for (let e = _ + 1; e < f.length; e++) l = f[e].fromBase(l);
365
+ return l;
366
+ }
367
+ from(s, l) {
368
+ if (arguments.length === 1) {
369
+ let e = getColor(s);
370
+ [s, l] = [e.space, e.coords];
371
+ }
372
+ return s = e.get(s), s.to(this, l);
373
+ }
374
+ toString() {
375
+ return `${this.name} (${this.id})`;
376
+ }
377
+ getMinCoords() {
378
+ let e = [];
379
+ for (let s in this.coords) {
380
+ let l = this.coords[s], u = l.range || l.refRange;
381
+ e.push(u?.min ?? 0);
382
+ }
383
+ return e;
384
+ }
385
+ static registry = {};
386
+ static get all() {
387
+ return [...new Set(Object.values(e.registry))];
388
+ }
389
+ static register(e, s) {
390
+ if (arguments.length === 1 && (s = arguments[0], e = s.id), s = this.get(s), this.registry[e] && this.registry[e] !== s) throw Error(`Duplicate color space registration: '${e}'`);
391
+ if (this.registry[e] = s, arguments.length === 1 && s.aliases) for (let e of s.aliases) this.register(e, s);
392
+ return s;
393
+ }
394
+ static get(s, ...u) {
395
+ if (!s || s instanceof e) return s;
396
+ if (type(s) === "string") {
397
+ let l = e.registry[s.toLowerCase()];
398
+ if (!l) throw TypeError(`No color space found with id = "${s}"`);
399
+ return l;
400
+ }
401
+ if (u.length) return e.get(...u);
402
+ throw TypeError(`${s} is not a valid color space`);
403
+ }
404
+ static resolveCoord(s, u) {
405
+ let f = type(s), h, _;
406
+ if (f === "string" ? s.includes(".") ? [h, _] = s.split(".") : [h, _] = [, s] : Array.isArray(s) ? [h, _] = s : (h = s.space, _ = s.coordId), h = e.get(h), h ||= u, !h) throw TypeError(`Cannot resolve coordinate reference ${s}: No color space specified and relative references are not allowed here`);
407
+ if (f = type(_), f === "number" || f === "string" && _ >= 0) {
408
+ let e = Object.entries(h.coords)[_];
409
+ if (e) return {
410
+ space: h,
411
+ id: e[0],
412
+ index: _,
413
+ ...e[1]
414
+ };
415
+ }
416
+ h = e.get(h);
417
+ let v = _.toLowerCase(), y = 0;
418
+ for (let e in h.coords) {
419
+ let s = h.coords[e];
420
+ if (e.toLowerCase() === v || s.name?.toLowerCase() === v) return {
421
+ space: h,
422
+ id: e,
423
+ index: y,
424
+ ...s
425
+ };
426
+ y++;
427
+ }
428
+ throw TypeError(`No "${_}" coordinate found in ${h.name}. Its coordinates are: ${Object.keys(h.coords).join(", ")}`);
429
+ }
430
+ static DEFAULT_FORMAT = {
431
+ type: "functions",
432
+ name: "color"
433
+ };
434
+ };
435
+ function getPath(e) {
436
+ let s = [e];
437
+ for (let l = e; l = l.base;) s.push(l);
438
+ return s;
439
+ }
440
+ function processFormat(e, { coords: s } = {}) {
441
+ if (e.coords && !e.coordGrammar) {
442
+ e.type ||= "function", e.name ||= "color", e.coordGrammar = parseCoordGrammar(e.coords);
443
+ let l = Object.entries(s).map(([s, l], u) => {
444
+ let f = e.coordGrammar[u][0], h = l.range || l.refRange, _ = f.range, v = "";
445
+ return f == "<percentage>" ? (_ = [0, 100], v = "%") : f == "<angle>" && (v = "deg"), {
446
+ fromRange: h,
447
+ toRange: _,
448
+ suffix: v
449
+ };
450
+ });
451
+ e.serializeCoords = (e, s) => e.map((e, f) => {
452
+ let { fromRange: h, toRange: _, suffix: v } = l[f];
453
+ return h && _ && (e = mapRange(h, _, e)), e = serializeNumber(e, {
454
+ precision: s,
455
+ unit: v
456
+ }), e;
457
+ });
458
+ }
459
+ return e;
460
+ }
461
+ var xyz_d65 = new ColorSpace({
462
+ id: "xyz-d65",
463
+ name: "XYZ D65",
464
+ coords: {
465
+ x: { name: "X" },
466
+ y: { name: "Y" },
467
+ z: { name: "Z" }
468
+ },
469
+ white: "D65",
470
+ formats: { color: { ids: ["xyz-d65", "xyz"] } },
471
+ aliases: ["xyz"]
472
+ }), RGBColorSpace = class extends ColorSpace {
473
+ constructor(s) {
474
+ s.coords ||= {
475
+ r: {
476
+ range: [0, 1],
477
+ name: "Red"
478
+ },
479
+ g: {
480
+ range: [0, 1],
481
+ name: "Green"
482
+ },
483
+ b: {
484
+ range: [0, 1],
485
+ name: "Blue"
486
+ }
487
+ }, s.base ||= xyz_d65, s.toXYZ_M && s.fromXYZ_M && (s.toBase ??= (l) => {
488
+ let u = multiplyMatrices(s.toXYZ_M, l);
489
+ return this.white !== this.base.white && (u = adapt$2(this.white, this.base.white, u)), u;
490
+ }, s.fromBase ??= (l) => (l = adapt$2(this.base.white, this.white, l), multiplyMatrices(s.fromXYZ_M, l))), s.referred ??= "display", super(s);
491
+ }
492
+ };
493
+ function getAll(e, s) {
494
+ return e = getColor(e), !s || e.space.equals(s) ? e.coords.slice() : (s = ColorSpace.get(s), s.from(e));
495
+ }
496
+ function get(e, s) {
497
+ e = getColor(e);
498
+ let { space: l, index: u } = ColorSpace.resolveCoord(s, e.space);
499
+ return getAll(e, l)[u];
500
+ }
501
+ function setAll(e, s, l) {
502
+ return e = getColor(e), s = ColorSpace.get(s), e.coords = s.to(e.space, l), e;
503
+ }
504
+ setAll.returns = "color";
505
+ function set(e, s, u) {
506
+ if (e = getColor(e), arguments.length === 2 && type(arguments[1]) === "object") {
507
+ let s = arguments[1];
508
+ for (let l in s) set(e, l, s[l]);
509
+ } else {
510
+ typeof u == "function" && (u = u(get(e, s)));
511
+ let { space: l, index: f } = ColorSpace.resolveCoord(s, e.space), h = getAll(e, l);
512
+ h[f] = u, setAll(e, l, h);
513
+ }
514
+ return e;
515
+ }
516
+ set.returns = "color";
517
+ var XYZ_D50 = new ColorSpace({
518
+ id: "xyz-d50",
519
+ name: "XYZ D50",
520
+ white: "D50",
521
+ base: xyz_d65,
522
+ fromBase: (e) => adapt$2(xyz_d65.white, "D50", e),
523
+ toBase: (e) => adapt$2("D50", xyz_d65.white, e)
524
+ }), ε$6 = 216 / 24389, ε3$1 = 24 / 116, κ$4 = 24389 / 27, white$4 = WHITES.D50, lab = new ColorSpace({
525
+ id: "lab",
526
+ name: "Lab",
527
+ coords: {
528
+ l: {
529
+ refRange: [0, 100],
530
+ name: "Lightness"
531
+ },
532
+ a: { refRange: [-125, 125] },
533
+ b: { refRange: [-125, 125] }
534
+ },
535
+ white: white$4,
536
+ base: XYZ_D50,
537
+ fromBase(e) {
538
+ let s = e.map((e, s) => e / white$4[s]).map((e) => e > ε$6 ? Math.cbrt(e) : (κ$4 * e + 16) / 116);
539
+ return [
540
+ 116 * s[1] - 16,
541
+ 500 * (s[0] - s[1]),
542
+ 200 * (s[1] - s[2])
543
+ ];
544
+ },
545
+ toBase(e) {
546
+ let s = [];
547
+ return s[1] = (e[0] + 16) / 116, s[0] = e[1] / 500 + s[1], s[2] = s[1] - e[2] / 200, [
548
+ s[0] > ε3$1 ? s[0] ** 3 : (116 * s[0] - 16) / κ$4,
549
+ e[0] > 8 ? ((e[0] + 16) / 116) ** 3 : e[0] / κ$4,
550
+ s[2] > ε3$1 ? s[2] ** 3 : (116 * s[2] - 16) / κ$4
551
+ ].map((e, s) => e * white$4[s]);
552
+ },
553
+ formats: { lab: { coords: [
554
+ "<number> | <percentage>",
555
+ "<number> | <percentage>[-1,1]",
556
+ "<number> | <percentage>[-1,1]"
557
+ ] } }
558
+ });
559
+ function constrain(e) {
560
+ return (e % 360 + 360) % 360;
561
+ }
562
+ function adjust(e, s) {
563
+ if (e === "raw") return s;
564
+ let [l, u] = s.map(constrain), f = u - l;
565
+ return e === "increasing" ? f < 0 && (u += 360) : e === "decreasing" ? f > 0 && (l += 360) : e === "longer" ? -180 < f && f < 180 && (f > 0 ? l += 360 : u += 360) : e === "shorter" && (f > 180 ? l += 360 : f < -180 && (u += 360)), [l, u];
566
+ }
567
+ var lch = new ColorSpace({
568
+ id: "lch",
569
+ name: "LCH",
570
+ coords: {
571
+ l: {
572
+ refRange: [0, 100],
573
+ name: "Lightness"
574
+ },
575
+ c: {
576
+ refRange: [0, 150],
577
+ name: "Chroma"
578
+ },
579
+ h: {
580
+ refRange: [0, 360],
581
+ type: "angle",
582
+ name: "Hue"
583
+ }
584
+ },
585
+ base: lab,
586
+ fromBase(e) {
587
+ let [s, l, u] = e, f, h = .02;
588
+ return f = Math.abs(l) < h && Math.abs(u) < h ? NaN : Math.atan2(u, l) * 180 / Math.PI, [
589
+ s,
590
+ Math.sqrt(l ** 2 + u ** 2),
591
+ constrain(f)
592
+ ];
593
+ },
594
+ toBase(e) {
595
+ let [s, l, u] = e;
596
+ return l < 0 && (l = 0), isNaN(u) && (u = 0), [
597
+ s,
598
+ l * Math.cos(u * Math.PI / 180),
599
+ l * Math.sin(u * Math.PI / 180)
600
+ ];
601
+ },
602
+ formats: { lch: { coords: [
603
+ "<number> | <percentage>",
604
+ "<number> | <percentage>",
605
+ "<number> | <angle>"
606
+ ] } }
607
+ }), Gfactor = 25 ** 7, π$1 = Math.PI, r2d = 180 / π$1, d2r$1 = π$1 / 180;
608
+ function pow7(e) {
609
+ let s = e * e;
610
+ return s * s * s * e;
611
+ }
612
+ function deltaE2000(e, s, { kL: l = 1, kC: u = 1, kH: f = 1 } = {}) {
613
+ [e, s] = getColor([e, s]);
614
+ let [h, _, v] = lab.from(e), y = lch.from(lab, [
615
+ h,
616
+ _,
617
+ v
618
+ ])[1], [x, S, C] = lab.from(s), w = lch.from(lab, [
619
+ x,
620
+ S,
621
+ C
622
+ ])[1];
623
+ y < 0 && (y = 0), w < 0 && (w = 0);
624
+ let T = pow7((y + w) / 2), E = .5 * (1 - Math.sqrt(T / (T + Gfactor))), D = (1 + E) * _, O = (1 + E) * S, k = Math.sqrt(D ** 2 + v ** 2), A = Math.sqrt(O ** 2 + C ** 2), j = D === 0 && v === 0 ? 0 : Math.atan2(v, D), M = O === 0 && C === 0 ? 0 : Math.atan2(C, O);
625
+ j < 0 && (j += 2 * π$1), M < 0 && (M += 2 * π$1), j *= r2d, M *= r2d;
626
+ let P = x - h, F = A - k, I = M - j, L = j + M, R = Math.abs(I), z;
627
+ k * A === 0 ? z = 0 : R <= 180 ? z = I : I > 180 ? z = I - 360 : I < -180 ? z = I + 360 : defaults.warn("the unthinkable has happened");
628
+ let B = 2 * Math.sqrt(A * k) * Math.sin(z * d2r$1 / 2), V = (h + x) / 2, H = (k + A) / 2, U = pow7(H), W;
629
+ W = k * A === 0 ? L : R <= 180 ? L / 2 : L < 360 ? (L + 360) / 2 : (L - 360) / 2;
630
+ let G = (V - 50) ** 2, K = 1 + .015 * G / Math.sqrt(20 + G), q = 1 + .045 * H, J = 1;
631
+ J -= .17 * Math.cos((W - 30) * d2r$1), J += .24 * Math.cos(2 * W * d2r$1), J += .32 * Math.cos((3 * W + 6) * d2r$1), J -= .2 * Math.cos((4 * W - 63) * d2r$1);
632
+ let Y = 1 + .015 * H * J, X = 30 * Math.exp(-1 * ((W - 275) / 25) ** 2), Z = 2 * Math.sqrt(U / (U + Gfactor)), Q = -1 * Math.sin(2 * X * d2r$1) * Z, $ = (P / (l * K)) ** 2;
633
+ return $ += (F / (u * q)) ** 2, $ += (B / (f * Y)) ** 2, $ += Q * (F / (u * q)) * (B / (f * Y)), Math.sqrt($);
634
+ }
635
+ var XYZtoLMS_M$1 = [
636
+ [
637
+ .819022437996703,
638
+ .3619062600528904,
639
+ -.1288737815209879
640
+ ],
641
+ [
642
+ .0329836539323885,
643
+ .9292868615863434,
644
+ .0361446663506424
645
+ ],
646
+ [
647
+ .0481771893596242,
648
+ .2642395317527308,
649
+ .6335478284694309
650
+ ]
651
+ ], LMStoXYZ_M$1 = [
652
+ [
653
+ 1.2268798758459243,
654
+ -.5578149944602171,
655
+ .2813910456659647
656
+ ],
657
+ [
658
+ -.0405757452148008,
659
+ 1.112286803280317,
660
+ -.0717110580655164
661
+ ],
662
+ [
663
+ -.0763729366746601,
664
+ -.4214933324022432,
665
+ 1.5869240198367816
666
+ ]
667
+ ], LMStoLab_M = [
668
+ [
669
+ .210454268309314,
670
+ .7936177747023054,
671
+ -.0040720430116193
672
+ ],
673
+ [
674
+ 1.9779985324311684,
675
+ -2.42859224204858,
676
+ .450593709617411
677
+ ],
678
+ [
679
+ .0259040424655478,
680
+ .7827717124575296,
681
+ -.8086757549230774
682
+ ]
683
+ ], LabtoLMS_M = [
684
+ [
685
+ 1,
686
+ .3963377773761749,
687
+ .2158037573099136
688
+ ],
689
+ [
690
+ 1,
691
+ -.1055613458156586,
692
+ -.0638541728258133
693
+ ],
694
+ [
695
+ 1,
696
+ -.0894841775298119,
697
+ -1.2914855480194092
698
+ ]
699
+ ], OKLab = new ColorSpace({
700
+ id: "oklab",
701
+ name: "Oklab",
702
+ coords: {
703
+ l: {
704
+ refRange: [0, 1],
705
+ name: "Lightness"
706
+ },
707
+ a: { refRange: [-.4, .4] },
708
+ b: { refRange: [-.4, .4] }
709
+ },
710
+ white: "D65",
711
+ base: xyz_d65,
712
+ fromBase(s) {
713
+ return multiplyMatrices(LMStoLab_M, multiplyMatrices(XYZtoLMS_M$1, s).map((e) => Math.cbrt(e)));
714
+ },
715
+ toBase(s) {
716
+ return multiplyMatrices(LMStoXYZ_M$1, multiplyMatrices(LabtoLMS_M, s).map((e) => e ** 3));
717
+ },
718
+ formats: { oklab: { coords: [
719
+ "<percentage> | <number>",
720
+ "<number> | <percentage>[-1,1]",
721
+ "<number> | <percentage>[-1,1]"
722
+ ] } }
723
+ });
724
+ function deltaEOK(e, s) {
725
+ [e, s] = getColor([e, s]);
726
+ let [l, u, f] = OKLab.from(e), [h, _, v] = OKLab.from(s), y = l - h, x = u - _, S = f - v;
727
+ return Math.sqrt(y ** 2 + x ** 2 + S ** 2);
728
+ }
729
+ var ε$5 = 75e-6;
730
+ function inGamut(e, s, { epsilon: l = ε$5 } = {}) {
731
+ e = getColor(e), s ||= e.space, s = ColorSpace.get(s);
732
+ let u = e.coords;
733
+ return s !== e.space && (u = s.from(e)), s.inGamut(u, { epsilon: l });
734
+ }
735
+ function clone(e) {
736
+ return {
737
+ space: e.space,
738
+ coords: e.coords.slice(),
739
+ alpha: e.alpha
740
+ };
741
+ }
742
+ function distance(e, s, l = "lab") {
743
+ l = ColorSpace.get(l);
744
+ let u = l.from(e), f = l.from(s);
745
+ return Math.sqrt(u.reduce((e, s, l) => {
746
+ let u = f[l];
747
+ return isNaN(s) || isNaN(u) ? e : e + (u - s) ** 2;
748
+ }, 0));
749
+ }
750
+ function deltaE76(e, s) {
751
+ return distance(e, s, "lab");
752
+ }
753
+ var d2r = Math.PI / 180;
754
+ function deltaECMC(e, s, { l = 2, c: u = 1 } = {}) {
755
+ [e, s] = getColor([e, s]);
756
+ let [f, h, _] = lab.from(e), [, v, y] = lch.from(lab, [
757
+ f,
758
+ h,
759
+ _
760
+ ]), [x, S, C] = lab.from(s), w = lch.from(lab, [
761
+ x,
762
+ S,
763
+ C
764
+ ])[1];
765
+ v < 0 && (v = 0), w < 0 && (w = 0);
766
+ let T = f - x, E = v - w, D = h - S, O = _ - C, k = D ** 2 + O ** 2 - E ** 2, A = .511;
767
+ f >= 16 && (A = .040975 * f / (1 + .01765 * f));
768
+ let j = .0638 * v / (1 + .0131 * v) + .638, M;
769
+ Number.isNaN(y) && (y = 0), M = y >= 164 && y <= 345 ? .56 + Math.abs(.2 * Math.cos((y + 168) * d2r)) : .36 + Math.abs(.4 * Math.cos((y + 35) * d2r));
770
+ let N = v ** 4, P = Math.sqrt(N / (N + 1900)), F = j * (P * M + 1 - P), I = (T / (l * A)) ** 2;
771
+ return I += (E / (u * j)) ** 2, I += k / F ** 2, Math.sqrt(I);
772
+ }
773
+ var Yw$1 = 203, XYZ_Abs_D65 = new ColorSpace({
774
+ id: "xyz-abs-d65",
775
+ cssId: "--xyz-abs-d65",
776
+ name: "Absolute XYZ D65",
777
+ coords: {
778
+ x: {
779
+ refRange: [0, 9504.7],
780
+ name: "Xa"
781
+ },
782
+ y: {
783
+ refRange: [0, 1e4],
784
+ name: "Ya"
785
+ },
786
+ z: {
787
+ refRange: [0, 10888.3],
788
+ name: "Za"
789
+ }
790
+ },
791
+ base: xyz_d65,
792
+ fromBase(e) {
793
+ return e.map((e) => Math.max(e * Yw$1, 0));
794
+ },
795
+ toBase(e) {
796
+ return e.map((e) => Math.max(e / Yw$1, 0));
797
+ }
798
+ }), b$1 = 1.15, g = .66, n$1 = 2610 / 2 ** 14, ninv$1 = 2 ** 14 / 2610, c1$2 = 3424 / 2 ** 12, c2$2 = 2413 / 2 ** 7, c3$2 = 2392 / 2 ** 7, p = 1.7 * 2523 / 2 ** 5, pinv = 2 ** 5 / (1.7 * 2523), d = -.56, d0 = 16295499532821565e-27, XYZtoCone_M = [
799
+ [
800
+ .41478972,
801
+ .579999,
802
+ .014648
803
+ ],
804
+ [
805
+ -.20151,
806
+ 1.120649,
807
+ .0531008
808
+ ],
809
+ [
810
+ -.0166008,
811
+ .2648,
812
+ .6684799
813
+ ]
814
+ ], ConetoXYZ_M = [
815
+ [
816
+ 1.9242264357876067,
817
+ -1.0047923125953657,
818
+ .037651404030618
819
+ ],
820
+ [
821
+ .35031676209499907,
822
+ .7264811939316552,
823
+ -.06538442294808501
824
+ ],
825
+ [
826
+ -.09098281098284752,
827
+ -.3127282905230739,
828
+ 1.5227665613052603
829
+ ]
830
+ ], ConetoIab_M = [
831
+ [
832
+ .5,
833
+ .5,
834
+ 0
835
+ ],
836
+ [
837
+ 3.524,
838
+ -4.066708,
839
+ .542708
840
+ ],
841
+ [
842
+ .199076,
843
+ 1.096799,
844
+ -1.295875
845
+ ]
846
+ ], IabtoCone_M = [
847
+ [
848
+ 1,
849
+ .1386050432715393,
850
+ .05804731615611886
851
+ ],
852
+ [
853
+ .9999999999999999,
854
+ -.1386050432715393,
855
+ -.05804731615611886
856
+ ],
857
+ [
858
+ .9999999999999998,
859
+ -.09601924202631895,
860
+ -.8118918960560388
861
+ ]
862
+ ], Jzazbz = new ColorSpace({
863
+ id: "jzazbz",
864
+ name: "Jzazbz",
865
+ coords: {
866
+ jz: {
867
+ refRange: [0, 1],
868
+ name: "Jz"
869
+ },
870
+ az: { refRange: [-.5, .5] },
871
+ bz: { refRange: [-.5, .5] }
872
+ },
873
+ base: XYZ_Abs_D65,
874
+ fromBase(s) {
875
+ let [l, u, f] = s, [h, _, v] = multiplyMatrices(ConetoIab_M, multiplyMatrices(XYZtoCone_M, [
876
+ b$1 * l - (b$1 - 1) * f,
877
+ g * u - (g - 1) * l,
878
+ f
879
+ ]).map(function(e) {
880
+ return ((c1$2 + c2$2 * (e / 1e4) ** n$1) / (1 + c3$2 * (e / 1e4) ** n$1)) ** p;
881
+ }));
882
+ return [
883
+ (1 + d) * h / (1 + d * h) - d0,
884
+ _,
885
+ v
886
+ ];
887
+ },
888
+ toBase(s) {
889
+ let [l, u, f] = s, [h, _, v] = multiplyMatrices(ConetoXYZ_M, multiplyMatrices(IabtoCone_M, [
890
+ (l + d0) / (1 + d - d * (l + d0)),
891
+ u,
892
+ f
893
+ ]).map(function(e) {
894
+ return 1e4 * ((c1$2 - e ** pinv) / (c3$2 * e ** pinv - c2$2)) ** ninv$1;
895
+ })), y = (h + (b$1 - 1) * v) / b$1;
896
+ return [
897
+ y,
898
+ (_ + (g - 1) * y) / g,
899
+ v
900
+ ];
901
+ },
902
+ formats: { color: { coords: [
903
+ "<number> | <percentage>",
904
+ "<number> | <percentage>[-1,1]",
905
+ "<number> | <percentage>[-1,1]"
906
+ ] } }
907
+ }), jzczhz = new ColorSpace({
908
+ id: "jzczhz",
909
+ name: "JzCzHz",
910
+ coords: {
911
+ jz: {
912
+ refRange: [0, 1],
913
+ name: "Jz"
914
+ },
915
+ cz: {
916
+ refRange: [0, 1],
917
+ name: "Chroma"
918
+ },
919
+ hz: {
920
+ refRange: [0, 360],
921
+ type: "angle",
922
+ name: "Hue"
923
+ }
924
+ },
925
+ base: Jzazbz,
926
+ fromBase(e) {
927
+ let [s, l, u] = e, f, h = 2e-4;
928
+ return f = Math.abs(l) < h && Math.abs(u) < h ? NaN : Math.atan2(u, l) * 180 / Math.PI, [
929
+ s,
930
+ Math.sqrt(l ** 2 + u ** 2),
931
+ constrain(f)
932
+ ];
933
+ },
934
+ toBase(e) {
935
+ return [
936
+ e[0],
937
+ e[1] * Math.cos(e[2] * Math.PI / 180),
938
+ e[1] * Math.sin(e[2] * Math.PI / 180)
939
+ ];
940
+ }
941
+ });
942
+ function deltaEJz(e, s) {
943
+ [e, s] = getColor([e, s]);
944
+ let [l, u, f] = jzczhz.from(e), [h, _, v] = jzczhz.from(s), y = l - h, x = u - _;
945
+ Number.isNaN(f) && Number.isNaN(v) ? (f = 0, v = 0) : Number.isNaN(f) ? f = v : Number.isNaN(v) && (v = f);
946
+ let S = f - v, C = 2 * Math.sqrt(u * _) * Math.sin(S / 2 * (Math.PI / 180));
947
+ return Math.sqrt(y ** 2 + x ** 2 + C ** 2);
948
+ }
949
+ var c1$1 = 3424 / 4096, c2$1 = 2413 / 128, c3$1 = 2392 / 128, m1$1 = 2610 / 16384, m2 = 2523 / 32, im1 = 16384 / 2610, im2 = 32 / 2523, XYZtoLMS_M = [
950
+ [
951
+ .3592832590121217,
952
+ .6976051147779502,
953
+ -.035891593232029
954
+ ],
955
+ [
956
+ -.1920808463704993,
957
+ 1.100476797037432,
958
+ .0753748658519118
959
+ ],
960
+ [
961
+ .0070797844607479,
962
+ .0748396662186362,
963
+ .8433265453898765
964
+ ]
965
+ ], LMStoIPT_M = [
966
+ [
967
+ 2048 / 4096,
968
+ 2048 / 4096,
969
+ 0
970
+ ],
971
+ [
972
+ 6610 / 4096,
973
+ -13613 / 4096,
974
+ 7003 / 4096
975
+ ],
976
+ [
977
+ 17933 / 4096,
978
+ -17390 / 4096,
979
+ -543 / 4096
980
+ ]
981
+ ], IPTtoLMS_M = [
982
+ [
983
+ .9999999999999998,
984
+ .0086090370379328,
985
+ .111029625003026
986
+ ],
987
+ [
988
+ .9999999999999998,
989
+ -.0086090370379328,
990
+ -.1110296250030259
991
+ ],
992
+ [
993
+ .9999999999999998,
994
+ .5600313357106791,
995
+ -.3206271749873188
996
+ ]
997
+ ], LMStoXYZ_M = [
998
+ [
999
+ 2.0701522183894223,
1000
+ -1.3263473389671563,
1001
+ .2066510476294053
1002
+ ],
1003
+ [
1004
+ .3647385209748072,
1005
+ .6805660249472273,
1006
+ -.0453045459220347
1007
+ ],
1008
+ [
1009
+ -.0497472075358123,
1010
+ -.0492609666966131,
1011
+ 1.1880659249923042
1012
+ ]
1013
+ ], ictcp = new ColorSpace({
1014
+ id: "ictcp",
1015
+ name: "ICTCP",
1016
+ coords: {
1017
+ i: {
1018
+ refRange: [0, 1],
1019
+ name: "I"
1020
+ },
1021
+ ct: {
1022
+ refRange: [-.5, .5],
1023
+ name: "CT"
1024
+ },
1025
+ cp: {
1026
+ refRange: [-.5, .5],
1027
+ name: "CP"
1028
+ }
1029
+ },
1030
+ base: XYZ_Abs_D65,
1031
+ fromBase(s) {
1032
+ return LMStoICtCp(multiplyMatrices(XYZtoLMS_M, s));
1033
+ },
1034
+ toBase(s) {
1035
+ return multiplyMatrices(LMStoXYZ_M, ICtCptoLMS(s));
1036
+ }
1037
+ });
1038
+ function LMStoICtCp(s) {
1039
+ return multiplyMatrices(LMStoIPT_M, s.map(function(e) {
1040
+ return ((c1$1 + c2$1 * (e / 1e4) ** m1$1) / (1 + c3$1 * (e / 1e4) ** m1$1)) ** m2;
1041
+ }));
1042
+ }
1043
+ function ICtCptoLMS(s) {
1044
+ return multiplyMatrices(IPTtoLMS_M, s).map(function(e) {
1045
+ return 1e4 * (Math.max(e ** im2 - c1$1, 0) / (c2$1 - c3$1 * e ** im2)) ** im1;
1046
+ });
1047
+ }
1048
+ function deltaEITP(e, s) {
1049
+ [e, s] = getColor([e, s]);
1050
+ let [l, u, f] = ictcp.from(e), [h, _, v] = ictcp.from(s);
1051
+ return 720 * Math.sqrt((l - h) ** 2 + .25 * (u - _) ** 2 + (f - v) ** 2);
1052
+ }
1053
+ var white$3 = WHITES.D65, adaptedCoef = .42, adaptedCoefInv = 1 / adaptedCoef, tau = 2 * Math.PI, cat16 = [
1054
+ [
1055
+ .401288,
1056
+ .650173,
1057
+ -.051461
1058
+ ],
1059
+ [
1060
+ -.250268,
1061
+ 1.204414,
1062
+ .045854
1063
+ ],
1064
+ [
1065
+ -.002079,
1066
+ .048952,
1067
+ .953127
1068
+ ]
1069
+ ], cat16Inv = [
1070
+ [
1071
+ 1.8620678550872327,
1072
+ -1.0112546305316843,
1073
+ .14918677544445175
1074
+ ],
1075
+ [
1076
+ .38752654323613717,
1077
+ .6214474419314753,
1078
+ -.008973985167612518
1079
+ ],
1080
+ [
1081
+ -.015841498849333856,
1082
+ -.03412293802851557,
1083
+ 1.0499644368778496
1084
+ ]
1085
+ ], m1 = [
1086
+ [
1087
+ 460,
1088
+ 451,
1089
+ 288
1090
+ ],
1091
+ [
1092
+ 460,
1093
+ -891,
1094
+ -261
1095
+ ],
1096
+ [
1097
+ 460,
1098
+ -220,
1099
+ -6300
1100
+ ]
1101
+ ], surroundMap = {
1102
+ dark: [
1103
+ .8,
1104
+ .525,
1105
+ .8
1106
+ ],
1107
+ dim: [
1108
+ .9,
1109
+ .59,
1110
+ .9
1111
+ ],
1112
+ average: [
1113
+ 1,
1114
+ .69,
1115
+ 1
1116
+ ]
1117
+ }, hueQuadMap = {
1118
+ h: [
1119
+ 20.14,
1120
+ 90,
1121
+ 164.25,
1122
+ 237.53,
1123
+ 380.14
1124
+ ],
1125
+ e: [
1126
+ .8,
1127
+ .7,
1128
+ 1,
1129
+ 1.2,
1130
+ .8
1131
+ ],
1132
+ H: [
1133
+ 0,
1134
+ 100,
1135
+ 200,
1136
+ 300,
1137
+ 400
1138
+ ]
1139
+ }, rad2deg = 180 / Math.PI, deg2rad$1 = Math.PI / 180;
1140
+ function adapt$1(e, s) {
1141
+ return e.map((e) => {
1142
+ let l = spow(s * Math.abs(e) * .01, adaptedCoef);
1143
+ return 400 * copySign(l, e) / (l + 27.13);
1144
+ });
1145
+ }
1146
+ function unadapt(e, s) {
1147
+ let l = 100 / s * 27.13 ** adaptedCoefInv;
1148
+ return e.map((e) => {
1149
+ let s = Math.abs(e);
1150
+ return copySign(l * spow(s / (400 - s), adaptedCoefInv), e);
1151
+ });
1152
+ }
1153
+ function hueQuadrature(e) {
1154
+ let s = constrain(e);
1155
+ s <= hueQuadMap.h[0] && (s += 360);
1156
+ let l = bisectLeft(hueQuadMap.h, s) - 1, [u, f] = hueQuadMap.h.slice(l, l + 2), [h, _] = hueQuadMap.e.slice(l, l + 2), v = hueQuadMap.H[l], y = (s - u) / h;
1157
+ return v + 100 * y / (y + (f - s) / _);
1158
+ }
1159
+ function invHueQuadrature(e) {
1160
+ let s = (e % 400 + 400) % 400, l = Math.floor(.01 * s);
1161
+ s %= 100;
1162
+ let [u, f] = hueQuadMap.h.slice(l, l + 2), [h, _] = hueQuadMap.e.slice(l, l + 2);
1163
+ return constrain((s * (_ * u - h * f) - 100 * u * _) / (s * (_ - h) - 100 * _));
1164
+ }
1165
+ function environment(s, l, u, f, h) {
1166
+ let _ = {};
1167
+ _.discounting = h, _.refWhite = s, _.surround = f;
1168
+ let v = s.map((e) => e * 100);
1169
+ _.la = l, _.yb = u;
1170
+ let y = v[1], x = multiplyMatrices(cat16, v);
1171
+ f = surroundMap[_.surround];
1172
+ let C = f[0];
1173
+ _.c = f[1], _.nc = f[2];
1174
+ let w = (1 / (5 * _.la + 1)) ** 4;
1175
+ _.fl = w * _.la + .1 * (1 - w) * (1 - w) * Math.cbrt(5 * _.la), _.flRoot = _.fl ** .25, _.n = _.yb / y, _.z = 1.48 + Math.sqrt(_.n), _.nbb = .725 * _.n ** -.2, _.ncb = _.nbb;
1176
+ let T = h ? 1 : Math.max(Math.min(C * (1 - 1 / 3.6 * Math.exp((-_.la - 42) / 92)), 1), 0);
1177
+ _.dRgb = x.map((e) => interpolate(1, y / e, T)), _.dRgbInv = _.dRgb.map((e) => 1 / e);
1178
+ let E = adapt$1(x.map((e, s) => e * _.dRgb[s]), _.fl);
1179
+ return _.aW = _.nbb * (2 * E[0] + E[1] + .05 * E[2]), _;
1180
+ }
1181
+ var viewingConditions$1 = environment(white$3, 64 / Math.PI * .2, 20, "average", !1);
1182
+ function fromCam16(s, l) {
1183
+ if (!(s.J !== void 0 ^ s.Q !== void 0)) throw Error("Conversion requires one and only one: 'J' or 'Q'");
1184
+ if (!(s.C !== void 0 ^ s.M !== void 0 ^ s.s !== void 0)) throw Error("Conversion requires one and only one: 'C', 'M' or 's'");
1185
+ if (!(s.h !== void 0 ^ s.H !== void 0)) throw Error("Conversion requires one and only one: 'h' or 'H'");
1186
+ if (s.J === 0 || s.Q === 0) return [
1187
+ 0,
1188
+ 0,
1189
+ 0
1190
+ ];
1191
+ let u = 0;
1192
+ u = s.h === void 0 ? invHueQuadrature(s.H) * deg2rad$1 : constrain(s.h) * deg2rad$1;
1193
+ let f = Math.cos(u), h = Math.sin(u), _ = 0;
1194
+ s.J === void 0 ? s.Q !== void 0 && (_ = .25 * l.c * s.Q / ((l.aW + 4) * l.flRoot)) : _ = spow(s.J, 1 / 2) * .1;
1195
+ let v = 0;
1196
+ s.C === void 0 ? s.M === void 0 ? s.s !== void 0 && (v = 4e-4 * s.s ** 2 * (l.aW + 4) / l.c) : v = s.M / l.flRoot / _ : v = s.C / _;
1197
+ let y = spow(v * (1.64 - .29 ** l.n) ** -.73, 10 / 9), x = .25 * (Math.cos(u + 2) + 3.8), S = l.aW * spow(_, 2 / l.c / l.z), C = 5e4 / 13 * l.nc * l.ncb * x, w = S / l.nbb, T = 23 * (w + .305) * zdiv(y, 23 * C + y * (11 * f + 108 * h));
1198
+ return multiplyMatrices(cat16Inv, unadapt(multiplyMatrices(m1, [
1199
+ w,
1200
+ T * f,
1201
+ T * h
1202
+ ]).map((e) => e * 1 / 1403), l.fl).map((e, s) => e * l.dRgbInv[s])).map((e) => e / 100);
1203
+ }
1204
+ function toCam16(s, l) {
1205
+ let u = adapt$1(multiplyMatrices(cat16, s.map((e) => e * 100)).map((e, s) => e * l.dRgb[s]), l.fl), f = u[0] + (-12 * u[1] + u[2]) / 11, h = (u[0] + u[1] - 2 * u[2]) / 9, _ = (Math.atan2(h, f) % tau + tau) % tau, v = .25 * (Math.cos(_ + 2) + 3.8), y = spow(5e4 / 13 * l.nc * l.ncb * zdiv(v * Math.sqrt(f ** 2 + h ** 2), u[0] + u[1] + 1.05 * u[2] + .305), .9) * (1.64 - .29 ** l.n) ** .73, x = spow(l.nbb * (2 * u[0] + u[1] + .05 * u[2]) / l.aW, .5 * l.c * l.z), S = 100 * spow(x, 2), C = 4 / l.c * x * (l.aW + 4) * l.flRoot, w = y * x, T = w * l.flRoot, E = constrain(_ * rad2deg), D = hueQuadrature(E);
1206
+ return {
1207
+ J: S,
1208
+ C: w,
1209
+ h: E,
1210
+ s: 50 * spow(l.c * y / (l.aW + 4), 1 / 2),
1211
+ Q: C,
1212
+ M: T,
1213
+ H: D
1214
+ };
1215
+ }
1216
+ var cam16 = new ColorSpace({
1217
+ id: "cam16-jmh",
1218
+ cssId: "--cam16-jmh",
1219
+ name: "CAM16-JMh",
1220
+ coords: {
1221
+ j: {
1222
+ refRange: [0, 100],
1223
+ name: "J"
1224
+ },
1225
+ m: {
1226
+ refRange: [0, 105],
1227
+ name: "Colorfulness"
1228
+ },
1229
+ h: {
1230
+ refRange: [0, 360],
1231
+ type: "angle",
1232
+ name: "Hue"
1233
+ }
1234
+ },
1235
+ base: xyz_d65,
1236
+ fromBase(e) {
1237
+ let s = toCam16(e, viewingConditions$1);
1238
+ return [
1239
+ s.J,
1240
+ s.M,
1241
+ s.h
1242
+ ];
1243
+ },
1244
+ toBase(e) {
1245
+ return fromCam16({
1246
+ J: e[0],
1247
+ M: e[1],
1248
+ h: e[2]
1249
+ }, viewingConditions$1);
1250
+ }
1251
+ }), white$2 = WHITES.D65, ε$4 = 216 / 24389, κ$3 = 24389 / 27;
1252
+ function toLstar(e) {
1253
+ return 116 * (e > ε$4 ? Math.cbrt(e) : (κ$3 * e + 16) / 116) - 16;
1254
+ }
1255
+ function fromLstar(e) {
1256
+ return e > 8 ? ((e + 16) / 116) ** 3 : e / κ$3;
1257
+ }
1258
+ function fromHct(e, s) {
1259
+ let [l, u, f] = e, h = [], _ = 0;
1260
+ if (f === 0) return [
1261
+ 0,
1262
+ 0,
1263
+ 0
1264
+ ];
1265
+ let v = fromLstar(f);
1266
+ _ = f > 0 ? .00379058511492914 * f ** 2 + .608983189401032 * f + .9155088574762233 : 9514440756550361e-21 * f ** 2 + .08693057439788597 * f - 21.928975842194614;
1267
+ let y = 0, x = Infinity;
1268
+ for (; y <= 15;) {
1269
+ h = fromCam16({
1270
+ J: _,
1271
+ C: u,
1272
+ h: l
1273
+ }, s);
1274
+ let e = Math.abs(h[1] - v);
1275
+ if (e < x) {
1276
+ if (e <= 2e-12) return h;
1277
+ x = e;
1278
+ }
1279
+ _ -= (h[1] - v) * _ / (2 * h[1]), y += 1;
1280
+ }
1281
+ return fromCam16({
1282
+ J: _,
1283
+ C: u,
1284
+ h: l
1285
+ }, s);
1286
+ }
1287
+ function toHct(e, s) {
1288
+ let l = toLstar(e[1]);
1289
+ if (l === 0) return [
1290
+ 0,
1291
+ 0,
1292
+ 0
1293
+ ];
1294
+ let u = toCam16(e, viewingConditions);
1295
+ return [
1296
+ constrain(u.h),
1297
+ u.C,
1298
+ l
1299
+ ];
1300
+ }
1301
+ var viewingConditions = environment(white$2, 200 / Math.PI * fromLstar(50), fromLstar(50) * 100, "average", !1), hct = new ColorSpace({
1302
+ id: "hct",
1303
+ name: "HCT",
1304
+ coords: {
1305
+ h: {
1306
+ refRange: [0, 360],
1307
+ type: "angle",
1308
+ name: "Hue"
1309
+ },
1310
+ c: {
1311
+ refRange: [0, 145],
1312
+ name: "Colorfulness"
1313
+ },
1314
+ t: {
1315
+ refRange: [0, 100],
1316
+ name: "Tone"
1317
+ }
1318
+ },
1319
+ base: xyz_d65,
1320
+ fromBase(e) {
1321
+ return toHct(e);
1322
+ },
1323
+ toBase(e) {
1324
+ return fromHct(e, viewingConditions);
1325
+ },
1326
+ formats: { color: {
1327
+ id: "--hct",
1328
+ coords: [
1329
+ "<number> | <angle>",
1330
+ "<percentage> | <number>",
1331
+ "<percentage> | <number>"
1332
+ ]
1333
+ } }
1334
+ }), deg2rad = Math.PI / 180, ucsCoeff = [
1335
+ 1,
1336
+ .007,
1337
+ .0228
1338
+ ];
1339
+ function convertUcsAb(e) {
1340
+ e[1] < 0 && (e = hct.fromBase(hct.toBase(e)));
1341
+ let s = Math.log(Math.max(1 + ucsCoeff[2] * e[1] * viewingConditions.flRoot, 1)) / ucsCoeff[2], l = e[0] * deg2rad, u = s * Math.cos(l), f = s * Math.sin(l);
1342
+ return [
1343
+ e[2],
1344
+ u,
1345
+ f
1346
+ ];
1347
+ }
1348
+ function deltaEHCT(e, s) {
1349
+ [e, s] = getColor([e, s]);
1350
+ let [l, u, f] = convertUcsAb(hct.from(e)), [h, _, v] = convertUcsAb(hct.from(s));
1351
+ return Math.sqrt((l - h) ** 2 + (u - _) ** 2 + (f - v) ** 2);
1352
+ }
1353
+ var deltaEMethods = {
1354
+ deltaE76,
1355
+ deltaECMC,
1356
+ deltaE2000,
1357
+ deltaEJz,
1358
+ deltaEITP,
1359
+ deltaEOK,
1360
+ deltaEHCT
1361
+ };
1362
+ function calcEpsilon(e) {
1363
+ let s = e ? Math.floor(Math.log10(Math.abs(e))) : 0;
1364
+ return Math.max(parseFloat(`1e${s - 2}`), 1e-6);
1365
+ }
1366
+ var GMAPPRESET = {
1367
+ hct: {
1368
+ method: "hct.c",
1369
+ jnd: 2,
1370
+ deltaEMethod: "hct",
1371
+ blackWhiteClamp: {}
1372
+ },
1373
+ "hct-tonal": {
1374
+ method: "hct.c",
1375
+ jnd: 0,
1376
+ deltaEMethod: "hct",
1377
+ blackWhiteClamp: {
1378
+ channel: "hct.t",
1379
+ min: 0,
1380
+ max: 100
1381
+ }
1382
+ }
1383
+ };
1384
+ function toGamut(e, { method: l = defaults.gamut_mapping, space: u = void 0, deltaEMethod: h = "", jnd: _ = 2, blackWhiteClamp: v = {} } = {}) {
1385
+ if (e = getColor(e), isString(arguments[1]) ? u = arguments[1] : u ||= e.space, u = ColorSpace.get(u), inGamut(e, u, { epsilon: 0 })) return e;
1386
+ let y;
1387
+ if (l === "css") y = toGamutCSS(e, { space: u });
1388
+ else {
1389
+ if (l !== "clip" && !inGamut(e, u)) {
1390
+ Object.prototype.hasOwnProperty.call(GMAPPRESET, l) && ({method: l, jnd: _, deltaEMethod: h, blackWhiteClamp: v} = GMAPPRESET[l]);
1391
+ let s = deltaE2000;
1392
+ if (h !== "") {
1393
+ for (let e in deltaEMethods) if ("deltae" + h.toLowerCase() === e.toLowerCase()) {
1394
+ s = deltaEMethods[e];
1395
+ break;
1396
+ }
1397
+ }
1398
+ let x = toGamut(to(e, u), {
1399
+ method: "clip",
1400
+ space: u
1401
+ });
1402
+ if (s(e, x) > _) {
1403
+ if (Object.keys(v).length === 3) {
1404
+ let s = ColorSpace.resolveCoord(v.channel), l = get(to(e, s.space), s.id);
1405
+ if (isNone(l) && (l = 0), l >= v.max) return to({
1406
+ space: "xyz-d65",
1407
+ coords: WHITES.D65
1408
+ }, e.space);
1409
+ if (l <= v.min) return to({
1410
+ space: "xyz-d65",
1411
+ coords: [
1412
+ 0,
1413
+ 0,
1414
+ 0
1415
+ ]
1416
+ }, e.space);
1417
+ }
1418
+ let h = ColorSpace.resolveCoord(l), x = h.space, S = h.id, C = to(e, x);
1419
+ C.coords.forEach((e, s) => {
1420
+ isNone(e) && (C.coords[s] = 0);
1421
+ });
1422
+ let w = (h.range || h.refRange)[0], T = calcEpsilon(_), E = w, D = get(C, S);
1423
+ for (; D - E > T;) {
1424
+ let e = clone(C);
1425
+ e = toGamut(e, {
1426
+ space: u,
1427
+ method: "clip"
1428
+ }), s(C, e) - _ < T ? E = get(C, S) : D = get(C, S), set(C, S, (E + D) / 2);
1429
+ }
1430
+ y = to(C, u);
1431
+ } else y = x;
1432
+ } else y = to(e, u);
1433
+ if (l === "clip" || !inGamut(y, u, { epsilon: 0 })) {
1434
+ let e = Object.values(u.coords).map((e) => e.range || []);
1435
+ y.coords = y.coords.map((s, l) => {
1436
+ let [u, f] = e[l];
1437
+ return u !== void 0 && (s = Math.max(u, s)), f !== void 0 && (s = Math.min(s, f)), s;
1438
+ });
1439
+ }
1440
+ }
1441
+ return u !== e.space && (y = to(y, e.space)), e.coords = y.coords, e;
1442
+ }
1443
+ toGamut.returns = "color";
1444
+ var COLORS = {
1445
+ WHITE: {
1446
+ space: OKLab,
1447
+ coords: [
1448
+ 1,
1449
+ 0,
1450
+ 0
1451
+ ]
1452
+ },
1453
+ BLACK: {
1454
+ space: OKLab,
1455
+ coords: [
1456
+ 0,
1457
+ 0,
1458
+ 0
1459
+ ]
1460
+ }
1461
+ };
1462
+ function toGamutCSS(e, { space: s } = {}) {
1463
+ let l = .02, u = 1e-4;
1464
+ e = getColor(e), s ||= e.space, s = ColorSpace.get(s);
1465
+ let f = ColorSpace.get("oklch");
1466
+ if (s.isUnbounded) return to(e, s);
1467
+ let h = to(e, f), _ = h.coords[0];
1468
+ if (_ >= 1) {
1469
+ let l = to(COLORS.WHITE, s);
1470
+ return l.alpha = e.alpha, to(l, s);
1471
+ }
1472
+ if (_ <= 0) {
1473
+ let l = to(COLORS.BLACK, s);
1474
+ return l.alpha = e.alpha, to(l, s);
1475
+ }
1476
+ if (inGamut(h, s, { epsilon: 0 })) return to(h, s);
1477
+ function v(e) {
1478
+ let l = to(e, s), u = Object.values(s.coords);
1479
+ return l.coords = l.coords.map((e, s) => {
1480
+ if ("range" in u[s]) {
1481
+ let [l, f] = u[s].range;
1482
+ return clamp(l, e, f);
1483
+ }
1484
+ return e;
1485
+ }), l;
1486
+ }
1487
+ let y = 0, x = h.coords[1], S = !0, C = clone(h), w = v(C), T = deltaEOK(w, C);
1488
+ if (T < l) return w;
1489
+ for (; x - y > u;) {
1490
+ let e = (y + x) / 2;
1491
+ if (C.coords[1] = e, S && inGamut(C, s, { epsilon: 0 })) y = e;
1492
+ else if (w = v(C), T = deltaEOK(w, C), T < l) {
1493
+ if (l - T < u) break;
1494
+ S = !1, y = e;
1495
+ } else x = e;
1496
+ }
1497
+ return w;
1498
+ }
1499
+ function to(e, s, { inGamut: l } = {}) {
1500
+ e = getColor(e), s = ColorSpace.get(s);
1501
+ let u = s.from(e), f = {
1502
+ space: s,
1503
+ coords: u,
1504
+ alpha: e.alpha
1505
+ };
1506
+ return l && (f = toGamut(f, l === !0 ? void 0 : l)), f;
1507
+ }
1508
+ to.returns = "color";
1509
+ function serialize(e, { precision: s = defaults.precision, format: l = "default", inGamut: f = !0, ...h } = {}) {
1510
+ let _;
1511
+ e = getColor(e);
1512
+ let v = l;
1513
+ l = e.space.getFormat(l) ?? e.space.getFormat("default") ?? ColorSpace.DEFAULT_FORMAT;
1514
+ let y = e.coords.slice();
1515
+ if (f ||= l.toGamut, f && !inGamut(e) && (y = toGamut(clone(e), f === !0 ? void 0 : f).coords), l.type === "custom") if (h.precision = s, l.serialize) _ = l.serialize(y, e.alpha, h);
1516
+ else throw TypeError(`format ${v} can only be used to parse colors, not for serialization`);
1517
+ else {
1518
+ let f = l.name || "color";
1519
+ l.serializeCoords ? y = l.serializeCoords(y, s) : s !== null && (y = y.map((e) => serializeNumber(e, { precision: s })));
1520
+ let h = [...y];
1521
+ if (f === "color") {
1522
+ let s = l.id || l.ids?.[0] || e.space.id;
1523
+ h.unshift(s);
1524
+ }
1525
+ let v = e.alpha;
1526
+ s !== null && (v = serializeNumber(v, { precision: s }));
1527
+ let x = e.alpha >= 1 || l.noAlpha ? "" : `${l.commas ? "," : " /"} ${v}`;
1528
+ _ = `${f}(${h.join(l.commas ? ", " : " ")}${x})`;
1529
+ }
1530
+ return _;
1531
+ }
1532
+ var REC2020Linear = new RGBColorSpace({
1533
+ id: "rec2020-linear",
1534
+ cssId: "--rec2020-linear",
1535
+ name: "Linear REC.2020",
1536
+ white: "D65",
1537
+ toXYZ_M: [
1538
+ [
1539
+ .6369580483012914,
1540
+ .14461690358620832,
1541
+ .1688809751641721
1542
+ ],
1543
+ [
1544
+ .2627002120112671,
1545
+ .6779980715188708,
1546
+ .05930171646986196
1547
+ ],
1548
+ [
1549
+ 0,
1550
+ .028072693049087428,
1551
+ 1.060985057710791
1552
+ ]
1553
+ ],
1554
+ fromXYZ_M: [
1555
+ [
1556
+ 1.716651187971268,
1557
+ -.355670783776392,
1558
+ -.25336628137366
1559
+ ],
1560
+ [
1561
+ -.666684351832489,
1562
+ 1.616481236634939,
1563
+ .0157685458139111
1564
+ ],
1565
+ [
1566
+ .017639857445311,
1567
+ -.042770613257809,
1568
+ .942103121235474
1569
+ ]
1570
+ ]
1571
+ }), α = 1.09929682680944, β = .018053968510807, REC2020 = new RGBColorSpace({
1572
+ id: "rec2020",
1573
+ name: "REC.2020",
1574
+ base: REC2020Linear,
1575
+ toBase(e) {
1576
+ return e.map(function(e) {
1577
+ return e < β * 4.5 ? e / 4.5 : ((e + α - 1) / α) ** (1 / .45);
1578
+ });
1579
+ },
1580
+ fromBase(e) {
1581
+ return e.map(function(e) {
1582
+ return e >= β ? α * e ** .45 - (α - 1) : 4.5 * e;
1583
+ });
1584
+ }
1585
+ }), P3Linear = new RGBColorSpace({
1586
+ id: "p3-linear",
1587
+ cssId: "--display-p3-linear",
1588
+ name: "Linear P3",
1589
+ white: "D65",
1590
+ toXYZ_M: [
1591
+ [
1592
+ .4865709486482162,
1593
+ .26566769316909306,
1594
+ .1982172852343625
1595
+ ],
1596
+ [
1597
+ .2289745640697488,
1598
+ .6917385218365064,
1599
+ .079286914093745
1600
+ ],
1601
+ [
1602
+ 0,
1603
+ .04511338185890264,
1604
+ 1.043944368900976
1605
+ ]
1606
+ ],
1607
+ fromXYZ_M: [
1608
+ [
1609
+ 2.493496911941425,
1610
+ -.9313836179191239,
1611
+ -.40271078445071684
1612
+ ],
1613
+ [
1614
+ -.8294889695615747,
1615
+ 1.7626640603183463,
1616
+ .023624685841943577
1617
+ ],
1618
+ [
1619
+ .03584583024378447,
1620
+ -.07617238926804182,
1621
+ .9568845240076872
1622
+ ]
1623
+ ]
1624
+ }), toXYZ_M$3 = [
1625
+ [
1626
+ .41239079926595934,
1627
+ .357584339383878,
1628
+ .1804807884018343
1629
+ ],
1630
+ [
1631
+ .21263900587151027,
1632
+ .715168678767756,
1633
+ .07219231536073371
1634
+ ],
1635
+ [
1636
+ .01933081871559182,
1637
+ .11919477979462598,
1638
+ .9505321522496607
1639
+ ]
1640
+ ], fromXYZ_M$3 = [
1641
+ [
1642
+ 3.2409699419045226,
1643
+ -1.537383177570094,
1644
+ -.4986107602930034
1645
+ ],
1646
+ [
1647
+ -.9692436362808796,
1648
+ 1.8759675015077202,
1649
+ .04155505740717559
1650
+ ],
1651
+ [
1652
+ .05563007969699366,
1653
+ -.20397695888897652,
1654
+ 1.0569715142428786
1655
+ ]
1656
+ ], sRGBLinear = new RGBColorSpace({
1657
+ id: "srgb-linear",
1658
+ name: "Linear sRGB",
1659
+ white: "D65",
1660
+ toXYZ_M: toXYZ_M$3,
1661
+ fromXYZ_M: fromXYZ_M$3
1662
+ }), KEYWORDS = {
1663
+ aliceblue: [
1664
+ 240 / 255,
1665
+ 248 / 255,
1666
+ 1
1667
+ ],
1668
+ antiquewhite: [
1669
+ 250 / 255,
1670
+ 235 / 255,
1671
+ 215 / 255
1672
+ ],
1673
+ aqua: [
1674
+ 0,
1675
+ 1,
1676
+ 1
1677
+ ],
1678
+ aquamarine: [
1679
+ 127 / 255,
1680
+ 1,
1681
+ 212 / 255
1682
+ ],
1683
+ azure: [
1684
+ 240 / 255,
1685
+ 1,
1686
+ 1
1687
+ ],
1688
+ beige: [
1689
+ 245 / 255,
1690
+ 245 / 255,
1691
+ 220 / 255
1692
+ ],
1693
+ bisque: [
1694
+ 1,
1695
+ 228 / 255,
1696
+ 196 / 255
1697
+ ],
1698
+ black: [
1699
+ 0,
1700
+ 0,
1701
+ 0
1702
+ ],
1703
+ blanchedalmond: [
1704
+ 1,
1705
+ 235 / 255,
1706
+ 205 / 255
1707
+ ],
1708
+ blue: [
1709
+ 0,
1710
+ 0,
1711
+ 1
1712
+ ],
1713
+ blueviolet: [
1714
+ 138 / 255,
1715
+ 43 / 255,
1716
+ 226 / 255
1717
+ ],
1718
+ brown: [
1719
+ 165 / 255,
1720
+ 42 / 255,
1721
+ 42 / 255
1722
+ ],
1723
+ burlywood: [
1724
+ 222 / 255,
1725
+ 184 / 255,
1726
+ 135 / 255
1727
+ ],
1728
+ cadetblue: [
1729
+ 95 / 255,
1730
+ 158 / 255,
1731
+ 160 / 255
1732
+ ],
1733
+ chartreuse: [
1734
+ 127 / 255,
1735
+ 1,
1736
+ 0
1737
+ ],
1738
+ chocolate: [
1739
+ 210 / 255,
1740
+ 105 / 255,
1741
+ 30 / 255
1742
+ ],
1743
+ coral: [
1744
+ 1,
1745
+ 127 / 255,
1746
+ 80 / 255
1747
+ ],
1748
+ cornflowerblue: [
1749
+ 100 / 255,
1750
+ 149 / 255,
1751
+ 237 / 255
1752
+ ],
1753
+ cornsilk: [
1754
+ 1,
1755
+ 248 / 255,
1756
+ 220 / 255
1757
+ ],
1758
+ crimson: [
1759
+ 220 / 255,
1760
+ 20 / 255,
1761
+ 60 / 255
1762
+ ],
1763
+ cyan: [
1764
+ 0,
1765
+ 1,
1766
+ 1
1767
+ ],
1768
+ darkblue: [
1769
+ 0,
1770
+ 0,
1771
+ 139 / 255
1772
+ ],
1773
+ darkcyan: [
1774
+ 0,
1775
+ 139 / 255,
1776
+ 139 / 255
1777
+ ],
1778
+ darkgoldenrod: [
1779
+ 184 / 255,
1780
+ 134 / 255,
1781
+ 11 / 255
1782
+ ],
1783
+ darkgray: [
1784
+ 169 / 255,
1785
+ 169 / 255,
1786
+ 169 / 255
1787
+ ],
1788
+ darkgreen: [
1789
+ 0,
1790
+ 100 / 255,
1791
+ 0
1792
+ ],
1793
+ darkgrey: [
1794
+ 169 / 255,
1795
+ 169 / 255,
1796
+ 169 / 255
1797
+ ],
1798
+ darkkhaki: [
1799
+ 189 / 255,
1800
+ 183 / 255,
1801
+ 107 / 255
1802
+ ],
1803
+ darkmagenta: [
1804
+ 139 / 255,
1805
+ 0,
1806
+ 139 / 255
1807
+ ],
1808
+ darkolivegreen: [
1809
+ 85 / 255,
1810
+ 107 / 255,
1811
+ 47 / 255
1812
+ ],
1813
+ darkorange: [
1814
+ 1,
1815
+ 140 / 255,
1816
+ 0
1817
+ ],
1818
+ darkorchid: [
1819
+ 153 / 255,
1820
+ 50 / 255,
1821
+ 204 / 255
1822
+ ],
1823
+ darkred: [
1824
+ 139 / 255,
1825
+ 0,
1826
+ 0
1827
+ ],
1828
+ darksalmon: [
1829
+ 233 / 255,
1830
+ 150 / 255,
1831
+ 122 / 255
1832
+ ],
1833
+ darkseagreen: [
1834
+ 143 / 255,
1835
+ 188 / 255,
1836
+ 143 / 255
1837
+ ],
1838
+ darkslateblue: [
1839
+ 72 / 255,
1840
+ 61 / 255,
1841
+ 139 / 255
1842
+ ],
1843
+ darkslategray: [
1844
+ 47 / 255,
1845
+ 79 / 255,
1846
+ 79 / 255
1847
+ ],
1848
+ darkslategrey: [
1849
+ 47 / 255,
1850
+ 79 / 255,
1851
+ 79 / 255
1852
+ ],
1853
+ darkturquoise: [
1854
+ 0,
1855
+ 206 / 255,
1856
+ 209 / 255
1857
+ ],
1858
+ darkviolet: [
1859
+ 148 / 255,
1860
+ 0,
1861
+ 211 / 255
1862
+ ],
1863
+ deeppink: [
1864
+ 1,
1865
+ 20 / 255,
1866
+ 147 / 255
1867
+ ],
1868
+ deepskyblue: [
1869
+ 0,
1870
+ 191 / 255,
1871
+ 1
1872
+ ],
1873
+ dimgray: [
1874
+ 105 / 255,
1875
+ 105 / 255,
1876
+ 105 / 255
1877
+ ],
1878
+ dimgrey: [
1879
+ 105 / 255,
1880
+ 105 / 255,
1881
+ 105 / 255
1882
+ ],
1883
+ dodgerblue: [
1884
+ 30 / 255,
1885
+ 144 / 255,
1886
+ 1
1887
+ ],
1888
+ firebrick: [
1889
+ 178 / 255,
1890
+ 34 / 255,
1891
+ 34 / 255
1892
+ ],
1893
+ floralwhite: [
1894
+ 1,
1895
+ 250 / 255,
1896
+ 240 / 255
1897
+ ],
1898
+ forestgreen: [
1899
+ 34 / 255,
1900
+ 139 / 255,
1901
+ 34 / 255
1902
+ ],
1903
+ fuchsia: [
1904
+ 1,
1905
+ 0,
1906
+ 1
1907
+ ],
1908
+ gainsboro: [
1909
+ 220 / 255,
1910
+ 220 / 255,
1911
+ 220 / 255
1912
+ ],
1913
+ ghostwhite: [
1914
+ 248 / 255,
1915
+ 248 / 255,
1916
+ 1
1917
+ ],
1918
+ gold: [
1919
+ 1,
1920
+ 215 / 255,
1921
+ 0
1922
+ ],
1923
+ goldenrod: [
1924
+ 218 / 255,
1925
+ 165 / 255,
1926
+ 32 / 255
1927
+ ],
1928
+ gray: [
1929
+ 128 / 255,
1930
+ 128 / 255,
1931
+ 128 / 255
1932
+ ],
1933
+ green: [
1934
+ 0,
1935
+ 128 / 255,
1936
+ 0
1937
+ ],
1938
+ greenyellow: [
1939
+ 173 / 255,
1940
+ 1,
1941
+ 47 / 255
1942
+ ],
1943
+ grey: [
1944
+ 128 / 255,
1945
+ 128 / 255,
1946
+ 128 / 255
1947
+ ],
1948
+ honeydew: [
1949
+ 240 / 255,
1950
+ 1,
1951
+ 240 / 255
1952
+ ],
1953
+ hotpink: [
1954
+ 1,
1955
+ 105 / 255,
1956
+ 180 / 255
1957
+ ],
1958
+ indianred: [
1959
+ 205 / 255,
1960
+ 92 / 255,
1961
+ 92 / 255
1962
+ ],
1963
+ indigo: [
1964
+ 75 / 255,
1965
+ 0,
1966
+ 130 / 255
1967
+ ],
1968
+ ivory: [
1969
+ 1,
1970
+ 1,
1971
+ 240 / 255
1972
+ ],
1973
+ khaki: [
1974
+ 240 / 255,
1975
+ 230 / 255,
1976
+ 140 / 255
1977
+ ],
1978
+ lavender: [
1979
+ 230 / 255,
1980
+ 230 / 255,
1981
+ 250 / 255
1982
+ ],
1983
+ lavenderblush: [
1984
+ 1,
1985
+ 240 / 255,
1986
+ 245 / 255
1987
+ ],
1988
+ lawngreen: [
1989
+ 124 / 255,
1990
+ 252 / 255,
1991
+ 0
1992
+ ],
1993
+ lemonchiffon: [
1994
+ 1,
1995
+ 250 / 255,
1996
+ 205 / 255
1997
+ ],
1998
+ lightblue: [
1999
+ 173 / 255,
2000
+ 216 / 255,
2001
+ 230 / 255
2002
+ ],
2003
+ lightcoral: [
2004
+ 240 / 255,
2005
+ 128 / 255,
2006
+ 128 / 255
2007
+ ],
2008
+ lightcyan: [
2009
+ 224 / 255,
2010
+ 1,
2011
+ 1
2012
+ ],
2013
+ lightgoldenrodyellow: [
2014
+ 250 / 255,
2015
+ 250 / 255,
2016
+ 210 / 255
2017
+ ],
2018
+ lightgray: [
2019
+ 211 / 255,
2020
+ 211 / 255,
2021
+ 211 / 255
2022
+ ],
2023
+ lightgreen: [
2024
+ 144 / 255,
2025
+ 238 / 255,
2026
+ 144 / 255
2027
+ ],
2028
+ lightgrey: [
2029
+ 211 / 255,
2030
+ 211 / 255,
2031
+ 211 / 255
2032
+ ],
2033
+ lightpink: [
2034
+ 1,
2035
+ 182 / 255,
2036
+ 193 / 255
2037
+ ],
2038
+ lightsalmon: [
2039
+ 1,
2040
+ 160 / 255,
2041
+ 122 / 255
2042
+ ],
2043
+ lightseagreen: [
2044
+ 32 / 255,
2045
+ 178 / 255,
2046
+ 170 / 255
2047
+ ],
2048
+ lightskyblue: [
2049
+ 135 / 255,
2050
+ 206 / 255,
2051
+ 250 / 255
2052
+ ],
2053
+ lightslategray: [
2054
+ 119 / 255,
2055
+ 136 / 255,
2056
+ 153 / 255
2057
+ ],
2058
+ lightslategrey: [
2059
+ 119 / 255,
2060
+ 136 / 255,
2061
+ 153 / 255
2062
+ ],
2063
+ lightsteelblue: [
2064
+ 176 / 255,
2065
+ 196 / 255,
2066
+ 222 / 255
2067
+ ],
2068
+ lightyellow: [
2069
+ 1,
2070
+ 1,
2071
+ 224 / 255
2072
+ ],
2073
+ lime: [
2074
+ 0,
2075
+ 1,
2076
+ 0
2077
+ ],
2078
+ limegreen: [
2079
+ 50 / 255,
2080
+ 205 / 255,
2081
+ 50 / 255
2082
+ ],
2083
+ linen: [
2084
+ 250 / 255,
2085
+ 240 / 255,
2086
+ 230 / 255
2087
+ ],
2088
+ magenta: [
2089
+ 1,
2090
+ 0,
2091
+ 1
2092
+ ],
2093
+ maroon: [
2094
+ 128 / 255,
2095
+ 0,
2096
+ 0
2097
+ ],
2098
+ mediumaquamarine: [
2099
+ 102 / 255,
2100
+ 205 / 255,
2101
+ 170 / 255
2102
+ ],
2103
+ mediumblue: [
2104
+ 0,
2105
+ 0,
2106
+ 205 / 255
2107
+ ],
2108
+ mediumorchid: [
2109
+ 186 / 255,
2110
+ 85 / 255,
2111
+ 211 / 255
2112
+ ],
2113
+ mediumpurple: [
2114
+ 147 / 255,
2115
+ 112 / 255,
2116
+ 219 / 255
2117
+ ],
2118
+ mediumseagreen: [
2119
+ 60 / 255,
2120
+ 179 / 255,
2121
+ 113 / 255
2122
+ ],
2123
+ mediumslateblue: [
2124
+ 123 / 255,
2125
+ 104 / 255,
2126
+ 238 / 255
2127
+ ],
2128
+ mediumspringgreen: [
2129
+ 0,
2130
+ 250 / 255,
2131
+ 154 / 255
2132
+ ],
2133
+ mediumturquoise: [
2134
+ 72 / 255,
2135
+ 209 / 255,
2136
+ 204 / 255
2137
+ ],
2138
+ mediumvioletred: [
2139
+ 199 / 255,
2140
+ 21 / 255,
2141
+ 133 / 255
2142
+ ],
2143
+ midnightblue: [
2144
+ 25 / 255,
2145
+ 25 / 255,
2146
+ 112 / 255
2147
+ ],
2148
+ mintcream: [
2149
+ 245 / 255,
2150
+ 1,
2151
+ 250 / 255
2152
+ ],
2153
+ mistyrose: [
2154
+ 1,
2155
+ 228 / 255,
2156
+ 225 / 255
2157
+ ],
2158
+ moccasin: [
2159
+ 1,
2160
+ 228 / 255,
2161
+ 181 / 255
2162
+ ],
2163
+ navajowhite: [
2164
+ 1,
2165
+ 222 / 255,
2166
+ 173 / 255
2167
+ ],
2168
+ navy: [
2169
+ 0,
2170
+ 0,
2171
+ 128 / 255
2172
+ ],
2173
+ oldlace: [
2174
+ 253 / 255,
2175
+ 245 / 255,
2176
+ 230 / 255
2177
+ ],
2178
+ olive: [
2179
+ 128 / 255,
2180
+ 128 / 255,
2181
+ 0
2182
+ ],
2183
+ olivedrab: [
2184
+ 107 / 255,
2185
+ 142 / 255,
2186
+ 35 / 255
2187
+ ],
2188
+ orange: [
2189
+ 1,
2190
+ 165 / 255,
2191
+ 0
2192
+ ],
2193
+ orangered: [
2194
+ 1,
2195
+ 69 / 255,
2196
+ 0
2197
+ ],
2198
+ orchid: [
2199
+ 218 / 255,
2200
+ 112 / 255,
2201
+ 214 / 255
2202
+ ],
2203
+ palegoldenrod: [
2204
+ 238 / 255,
2205
+ 232 / 255,
2206
+ 170 / 255
2207
+ ],
2208
+ palegreen: [
2209
+ 152 / 255,
2210
+ 251 / 255,
2211
+ 152 / 255
2212
+ ],
2213
+ paleturquoise: [
2214
+ 175 / 255,
2215
+ 238 / 255,
2216
+ 238 / 255
2217
+ ],
2218
+ palevioletred: [
2219
+ 219 / 255,
2220
+ 112 / 255,
2221
+ 147 / 255
2222
+ ],
2223
+ papayawhip: [
2224
+ 1,
2225
+ 239 / 255,
2226
+ 213 / 255
2227
+ ],
2228
+ peachpuff: [
2229
+ 1,
2230
+ 218 / 255,
2231
+ 185 / 255
2232
+ ],
2233
+ peru: [
2234
+ 205 / 255,
2235
+ 133 / 255,
2236
+ 63 / 255
2237
+ ],
2238
+ pink: [
2239
+ 1,
2240
+ 192 / 255,
2241
+ 203 / 255
2242
+ ],
2243
+ plum: [
2244
+ 221 / 255,
2245
+ 160 / 255,
2246
+ 221 / 255
2247
+ ],
2248
+ powderblue: [
2249
+ 176 / 255,
2250
+ 224 / 255,
2251
+ 230 / 255
2252
+ ],
2253
+ purple: [
2254
+ 128 / 255,
2255
+ 0,
2256
+ 128 / 255
2257
+ ],
2258
+ rebeccapurple: [
2259
+ 102 / 255,
2260
+ 51 / 255,
2261
+ 153 / 255
2262
+ ],
2263
+ red: [
2264
+ 1,
2265
+ 0,
2266
+ 0
2267
+ ],
2268
+ rosybrown: [
2269
+ 188 / 255,
2270
+ 143 / 255,
2271
+ 143 / 255
2272
+ ],
2273
+ royalblue: [
2274
+ 65 / 255,
2275
+ 105 / 255,
2276
+ 225 / 255
2277
+ ],
2278
+ saddlebrown: [
2279
+ 139 / 255,
2280
+ 69 / 255,
2281
+ 19 / 255
2282
+ ],
2283
+ salmon: [
2284
+ 250 / 255,
2285
+ 128 / 255,
2286
+ 114 / 255
2287
+ ],
2288
+ sandybrown: [
2289
+ 244 / 255,
2290
+ 164 / 255,
2291
+ 96 / 255
2292
+ ],
2293
+ seagreen: [
2294
+ 46 / 255,
2295
+ 139 / 255,
2296
+ 87 / 255
2297
+ ],
2298
+ seashell: [
2299
+ 1,
2300
+ 245 / 255,
2301
+ 238 / 255
2302
+ ],
2303
+ sienna: [
2304
+ 160 / 255,
2305
+ 82 / 255,
2306
+ 45 / 255
2307
+ ],
2308
+ silver: [
2309
+ 192 / 255,
2310
+ 192 / 255,
2311
+ 192 / 255
2312
+ ],
2313
+ skyblue: [
2314
+ 135 / 255,
2315
+ 206 / 255,
2316
+ 235 / 255
2317
+ ],
2318
+ slateblue: [
2319
+ 106 / 255,
2320
+ 90 / 255,
2321
+ 205 / 255
2322
+ ],
2323
+ slategray: [
2324
+ 112 / 255,
2325
+ 128 / 255,
2326
+ 144 / 255
2327
+ ],
2328
+ slategrey: [
2329
+ 112 / 255,
2330
+ 128 / 255,
2331
+ 144 / 255
2332
+ ],
2333
+ snow: [
2334
+ 1,
2335
+ 250 / 255,
2336
+ 250 / 255
2337
+ ],
2338
+ springgreen: [
2339
+ 0,
2340
+ 1,
2341
+ 127 / 255
2342
+ ],
2343
+ steelblue: [
2344
+ 70 / 255,
2345
+ 130 / 255,
2346
+ 180 / 255
2347
+ ],
2348
+ tan: [
2349
+ 210 / 255,
2350
+ 180 / 255,
2351
+ 140 / 255
2352
+ ],
2353
+ teal: [
2354
+ 0,
2355
+ 128 / 255,
2356
+ 128 / 255
2357
+ ],
2358
+ thistle: [
2359
+ 216 / 255,
2360
+ 191 / 255,
2361
+ 216 / 255
2362
+ ],
2363
+ tomato: [
2364
+ 1,
2365
+ 99 / 255,
2366
+ 71 / 255
2367
+ ],
2368
+ turquoise: [
2369
+ 64 / 255,
2370
+ 224 / 255,
2371
+ 208 / 255
2372
+ ],
2373
+ violet: [
2374
+ 238 / 255,
2375
+ 130 / 255,
2376
+ 238 / 255
2377
+ ],
2378
+ wheat: [
2379
+ 245 / 255,
2380
+ 222 / 255,
2381
+ 179 / 255
2382
+ ],
2383
+ white: [
2384
+ 1,
2385
+ 1,
2386
+ 1
2387
+ ],
2388
+ whitesmoke: [
2389
+ 245 / 255,
2390
+ 245 / 255,
2391
+ 245 / 255
2392
+ ],
2393
+ yellow: [
2394
+ 1,
2395
+ 1,
2396
+ 0
2397
+ ],
2398
+ yellowgreen: [
2399
+ 154 / 255,
2400
+ 205 / 255,
2401
+ 50 / 255
2402
+ ]
2403
+ }, coordGrammar = [
2404
+ ,
2405
+ ,
2406
+ ,
2407
+ ].fill("<percentage> | <number>[0, 255]"), coordGrammarNumber = [
2408
+ ,
2409
+ ,
2410
+ ,
2411
+ ].fill("<number>[0, 255]"), sRGB = new RGBColorSpace({
2412
+ id: "srgb",
2413
+ name: "sRGB",
2414
+ base: sRGBLinear,
2415
+ fromBase: (e) => e.map((e) => {
2416
+ let s = e < 0 ? -1 : 1, l = e * s;
2417
+ return l > .0031308 ? s * (1.055 * l ** (1 / 2.4) - .055) : 12.92 * e;
2418
+ }),
2419
+ toBase: (e) => e.map((e) => {
2420
+ let s = e < 0 ? -1 : 1, l = e * s;
2421
+ return l <= .04045 ? e / 12.92 : s * ((l + .055) / 1.055) ** 2.4;
2422
+ }),
2423
+ formats: {
2424
+ rgb: { coords: coordGrammar },
2425
+ rgb_number: {
2426
+ name: "rgb",
2427
+ commas: !0,
2428
+ coords: coordGrammarNumber,
2429
+ noAlpha: !0
2430
+ },
2431
+ color: {},
2432
+ rgba: {
2433
+ coords: coordGrammar,
2434
+ commas: !0,
2435
+ lastAlpha: !0
2436
+ },
2437
+ rgba_number: {
2438
+ name: "rgba",
2439
+ commas: !0,
2440
+ coords: coordGrammarNumber
2441
+ },
2442
+ hex: {
2443
+ type: "custom",
2444
+ toGamut: !0,
2445
+ test: (e) => /^#([a-f0-9]{3,4}){1,2}$/i.test(e),
2446
+ parse(e) {
2447
+ e.length <= 5 && (e = e.replace(/[a-f0-9]/gi, "$&$&"));
2448
+ let s = [];
2449
+ return e.replace(/[a-f0-9]{2}/gi, (e) => {
2450
+ s.push(parseInt(e, 16) / 255);
2451
+ }), {
2452
+ spaceId: "srgb",
2453
+ coords: s.slice(0, 3),
2454
+ alpha: s.slice(3)[0]
2455
+ };
2456
+ },
2457
+ serialize: (e, s, { collapse: l = !0 } = {}) => {
2458
+ s < 1 && e.push(s), e = e.map((e) => Math.round(e * 255));
2459
+ let u = l && e.every((e) => e % 17 == 0);
2460
+ return "#" + e.map((e) => u ? (e / 17).toString(16) : e.toString(16).padStart(2, "0")).join("");
2461
+ }
2462
+ },
2463
+ keyword: {
2464
+ type: "custom",
2465
+ test: (e) => /^[a-z]+$/i.test(e),
2466
+ parse(e) {
2467
+ e = e.toLowerCase();
2468
+ let s = {
2469
+ spaceId: "srgb",
2470
+ coords: null,
2471
+ alpha: 1
2472
+ };
2473
+ if (e === "transparent" ? (s.coords = KEYWORDS.black, s.alpha = 0) : s.coords = KEYWORDS[e], s.coords) return s;
2474
+ }
2475
+ }
2476
+ }
2477
+ }), P3 = new RGBColorSpace({
2478
+ id: "p3",
2479
+ cssId: "display-p3",
2480
+ name: "P3",
2481
+ base: P3Linear,
2482
+ fromBase: sRGB.fromBase,
2483
+ toBase: sRGB.toBase
2484
+ });
2485
+ defaults.display_space = sRGB;
2486
+ var supportsNone;
2487
+ if (typeof CSS < "u" && CSS.supports) for (let e of [
2488
+ lab,
2489
+ REC2020,
2490
+ P3
2491
+ ]) {
2492
+ let s = serialize({
2493
+ space: e,
2494
+ coords: e.getMinCoords(),
2495
+ alpha: 1
2496
+ });
2497
+ if (CSS.supports("color", s)) {
2498
+ defaults.display_space = e;
2499
+ break;
2500
+ }
2501
+ }
2502
+ function display(e, { space: s = defaults.display_space, ...l } = {}) {
2503
+ let u = serialize(e, l);
2504
+ if (typeof CSS > "u" || CSS.supports("color", u) || !defaults.display_space) u = new String(u), u.color = e;
2505
+ else {
2506
+ let _ = e;
2507
+ if ((e.coords.some(isNone) || isNone(e.alpha)) && !(supportsNone ??= CSS.supports("color", "hsl(none 50% 50%)")) && (_ = clone(e), _.coords = _.coords.map(skipNone), _.alpha = skipNone(_.alpha), u = serialize(_, l), CSS.supports("color", u))) return u = new String(u), u.color = _, u;
2508
+ _ = to(_, s), u = new String(serialize(_, l)), u.color = _;
2509
+ }
2510
+ return u;
2511
+ }
2512
+ function equals(e, s) {
2513
+ return e = getColor(e), s = getColor(s), e.space === s.space && e.alpha === s.alpha && e.coords.every((e, l) => e === s.coords[l]);
2514
+ }
2515
+ function getLuminance(e) {
2516
+ return get(e, [xyz_d65, "y"]);
2517
+ }
2518
+ function setLuminance(e, s) {
2519
+ set(e, [xyz_d65, "y"], s);
2520
+ }
2521
+ function register$2(e) {
2522
+ Object.defineProperty(e.prototype, "luminance", {
2523
+ get() {
2524
+ return getLuminance(this);
2525
+ },
2526
+ set(e) {
2527
+ setLuminance(this, e);
2528
+ }
2529
+ });
2530
+ }
2531
+ var luminance = /* @__PURE__ */ Object.freeze({
2532
+ __proto__: null,
2533
+ getLuminance,
2534
+ register: register$2,
2535
+ setLuminance
2536
+ });
2537
+ function contrastWCAG21(e, s) {
2538
+ e = getColor(e), s = getColor(s);
2539
+ let l = Math.max(getLuminance(e), 0), u = Math.max(getLuminance(s), 0);
2540
+ return u > l && ([l, u] = [u, l]), (l + .05) / (u + .05);
2541
+ }
2542
+ var normBG = .56, normTXT = .57, revTXT = .62, revBG = .65, blkThrs = .022, blkClmp = 1.414, loClip = .1, deltaYmin = 5e-4, scaleBoW = 1.14, loBoWoffset = .027, scaleWoB = 1.14;
2543
+ function fclamp(e) {
2544
+ return e >= blkThrs ? e : e + (blkThrs - e) ** blkClmp;
2545
+ }
2546
+ function linearize(e) {
2547
+ return (e < 0 ? -1 : 1) * Math.abs(e) ** 2.4;
2548
+ }
2549
+ function contrastAPCA(e, s) {
2550
+ s = getColor(s), e = getColor(e);
2551
+ let l, u, f, h, _, v;
2552
+ s = to(s, "srgb"), [h, _, v] = s.coords;
2553
+ let y = linearize(h) * .2126729 + linearize(_) * .7151522 + linearize(v) * .072175;
2554
+ e = to(e, "srgb"), [h, _, v] = e.coords;
2555
+ let x = linearize(h) * .2126729 + linearize(_) * .7151522 + linearize(v) * .072175, S = fclamp(y), C = fclamp(x), w = C > S;
2556
+ return Math.abs(C - S) < deltaYmin ? u = 0 : w ? (l = C ** normBG - S ** normTXT, u = l * scaleBoW) : (l = C ** revBG - S ** revTXT, u = l * scaleWoB), f = Math.abs(u) < loClip ? 0 : u > 0 ? u - loBoWoffset : u + loBoWoffset, f * 100;
2557
+ }
2558
+ function contrastMichelson(e, s) {
2559
+ e = getColor(e), s = getColor(s);
2560
+ let l = Math.max(getLuminance(e), 0), u = Math.max(getLuminance(s), 0);
2561
+ u > l && ([l, u] = [u, l]);
2562
+ let f = l + u;
2563
+ return f === 0 ? 0 : (l - u) / f;
2564
+ }
2565
+ var max = 5e4;
2566
+ function contrastWeber(e, s) {
2567
+ e = getColor(e), s = getColor(s);
2568
+ let l = Math.max(getLuminance(e), 0), u = Math.max(getLuminance(s), 0);
2569
+ return u > l && ([l, u] = [u, l]), u === 0 ? max : (l - u) / u;
2570
+ }
2571
+ function contrastLstar(e, s) {
2572
+ e = getColor(e), s = getColor(s);
2573
+ let l = get(e, [lab, "l"]), u = get(s, [lab, "l"]);
2574
+ return Math.abs(l - u);
2575
+ }
2576
+ var ε$3 = 216 / 24389, ε3 = 24 / 116, κ$2 = 24389 / 27, white$1 = WHITES.D65, lab_d65 = new ColorSpace({
2577
+ id: "lab-d65",
2578
+ name: "Lab D65",
2579
+ coords: {
2580
+ l: {
2581
+ refRange: [0, 100],
2582
+ name: "Lightness"
2583
+ },
2584
+ a: { refRange: [-125, 125] },
2585
+ b: { refRange: [-125, 125] }
2586
+ },
2587
+ white: white$1,
2588
+ base: xyz_d65,
2589
+ fromBase(e) {
2590
+ let s = e.map((e, s) => e / white$1[s]).map((e) => e > ε$3 ? Math.cbrt(e) : (κ$2 * e + 16) / 116);
2591
+ return [
2592
+ 116 * s[1] - 16,
2593
+ 500 * (s[0] - s[1]),
2594
+ 200 * (s[1] - s[2])
2595
+ ];
2596
+ },
2597
+ toBase(e) {
2598
+ let s = [];
2599
+ return s[1] = (e[0] + 16) / 116, s[0] = e[1] / 500 + s[1], s[2] = s[1] - e[2] / 200, [
2600
+ s[0] > ε3 ? s[0] ** 3 : (116 * s[0] - 16) / κ$2,
2601
+ e[0] > 8 ? ((e[0] + 16) / 116) ** 3 : e[0] / κ$2,
2602
+ s[2] > ε3 ? s[2] ** 3 : (116 * s[2] - 16) / κ$2
2603
+ ].map((e, s) => e * white$1[s]);
2604
+ },
2605
+ formats: { "lab-d65": { coords: [
2606
+ "<number> | <percentage>",
2607
+ "<number> | <percentage>[-1,1]",
2608
+ "<number> | <percentage>[-1,1]"
2609
+ ] } }
2610
+ }), phi = 5 ** .5 * .5 + .5;
2611
+ function contrastDeltaPhi(e, s) {
2612
+ e = getColor(e), s = getColor(s);
2613
+ let l = get(e, [lab_d65, "l"]), u = get(s, [lab_d65, "l"]), f = Math.abs(l ** +phi - u ** +phi) ** (1 / phi) * Math.SQRT2 - 40;
2614
+ return f < 7.5 ? 0 : f;
2615
+ }
2616
+ var contrastMethods = /* @__PURE__ */ Object.freeze({
2617
+ __proto__: null,
2618
+ contrastAPCA,
2619
+ contrastDeltaPhi,
2620
+ contrastLstar,
2621
+ contrastMichelson,
2622
+ contrastWCAG21,
2623
+ contrastWeber
2624
+ });
2625
+ function contrast(e, l, u = {}) {
2626
+ isString(u) && (u = { algorithm: u });
2627
+ let { algorithm: f, ...h } = u;
2628
+ if (!f) {
2629
+ let e = Object.keys(contrastMethods).map((e) => e.replace(/^contrast/, "")).join(", ");
2630
+ throw TypeError(`contrast() function needs a contrast algorithm. Please specify one of: ${e}`);
2631
+ }
2632
+ for (let s in e = getColor(e), l = getColor(l), contrastMethods) if ("contrast" + f.toLowerCase() === s.toLowerCase()) return contrastMethods[s](e, l, h);
2633
+ throw TypeError(`Unknown contrast algorithm: ${f}`);
2634
+ }
2635
+ function uv(e) {
2636
+ let [s, l, u] = getAll(e, xyz_d65), f = s + 15 * l + 3 * u;
2637
+ return [4 * s / f, 9 * l / f];
2638
+ }
2639
+ function xy(e) {
2640
+ let [s, l, u] = getAll(e, xyz_d65), f = s + l + u;
2641
+ return [s / f, l / f];
2642
+ }
2643
+ function register$1(e) {
2644
+ Object.defineProperty(e.prototype, "uv", { get() {
2645
+ return uv(this);
2646
+ } }), Object.defineProperty(e.prototype, "xy", { get() {
2647
+ return xy(this);
2648
+ } });
2649
+ }
2650
+ var chromaticity = /* @__PURE__ */ Object.freeze({
2651
+ __proto__: null,
2652
+ register: register$1,
2653
+ uv,
2654
+ xy
2655
+ });
2656
+ function deltaE(e, l, u = {}) {
2657
+ isString(u) && (u = { method: u });
2658
+ let { method: f = defaults.deltaE, ...h } = u;
2659
+ for (let s in deltaEMethods) if ("deltae" + f.toLowerCase() === s.toLowerCase()) return deltaEMethods[s](e, l, h);
2660
+ throw TypeError(`Unknown deltaE method: ${f}`);
2661
+ }
2662
+ function lighten(e, s = .25) {
2663
+ return set(e, [ColorSpace.get("oklch", "lch"), "l"], (e) => e * (1 + s));
2664
+ }
2665
+ function darken(e, s = .25) {
2666
+ return set(e, [ColorSpace.get("oklch", "lch"), "l"], (e) => e * (1 - s));
2667
+ }
2668
+ var variations = /* @__PURE__ */ Object.freeze({
2669
+ __proto__: null,
2670
+ darken,
2671
+ lighten
2672
+ });
2673
+ function mix(e, s, u = .5, f = {}) {
2674
+ return [e, s] = [getColor(e), getColor(s)], type(u) === "object" && ([u, f] = [.5, u]), range(e, s, f)(u);
2675
+ }
2676
+ function steps(e, s, l = {}) {
2677
+ let u;
2678
+ isRange(e) && ([u, l] = [e, s], [e, s] = u.rangeArgs.colors);
2679
+ let { maxDeltaE: f, deltaEMethod: h, steps: _ = 2, maxSteps: v = 1e3, ...y } = l;
2680
+ u ||= ([e, s] = [getColor(e), getColor(s)], range(e, s, y));
2681
+ let x = deltaE(e, s), S = f > 0 ? Math.max(_, Math.ceil(x / f) + 1) : _, C = [];
2682
+ if (v !== void 0 && (S = Math.min(S, v)), S === 1) C = [{
2683
+ p: .5,
2684
+ color: u(.5)
2685
+ }];
2686
+ else {
2687
+ let e = 1 / (S - 1);
2688
+ C = Array.from({ length: S }, (s, l) => {
2689
+ let f = l * e;
2690
+ return {
2691
+ p: f,
2692
+ color: u(f)
2693
+ };
2694
+ });
2695
+ }
2696
+ if (f > 0) {
2697
+ let e = C.reduce((e, s, l) => {
2698
+ if (l === 0) return 0;
2699
+ let u = deltaE(s.color, C[l - 1].color, h);
2700
+ return Math.max(e, u);
2701
+ }, 0);
2702
+ for (; e > f;) {
2703
+ e = 0;
2704
+ for (let s = 1; s < C.length && C.length < v; s++) {
2705
+ let l = C[s - 1], f = C[s], h = (f.p + l.p) / 2, _ = u(h);
2706
+ e = Math.max(e, deltaE(_, l.color), deltaE(_, f.color)), C.splice(s, 0, {
2707
+ p: h,
2708
+ color: u(h)
2709
+ }), s++;
2710
+ }
2711
+ }
2712
+ }
2713
+ return C = C.map((e) => e.color), C;
2714
+ }
2715
+ function range(e, s, l = {}) {
2716
+ if (isRange(e)) {
2717
+ let [l, u] = [e, s];
2718
+ return range(...l.rangeArgs.colors, {
2719
+ ...l.rangeArgs.options,
2720
+ ...u
2721
+ });
2722
+ }
2723
+ let { space: u, outputSpace: f, progression: h, premultiplied: _ } = l;
2724
+ e = getColor(e), s = getColor(s), e = clone(e), s = clone(s);
2725
+ let v = {
2726
+ colors: [e, s],
2727
+ options: l
2728
+ };
2729
+ if (u = u ? ColorSpace.get(u) : ColorSpace.registry[defaults.interpolationSpace] || e.space, f = f ? ColorSpace.get(f) : u, e = to(e, u), s = to(s, u), e = toGamut(e), s = toGamut(s), u.coords.h && u.coords.h.type === "angle") {
2730
+ let f = l.hue = l.hue || "shorter", h = [u, "h"], [_, v] = [get(e, h), get(s, h)];
2731
+ isNaN(_) && !isNaN(v) ? _ = v : isNaN(v) && !isNaN(_) && (v = _), [_, v] = adjust(f, [_, v]), set(e, h, _), set(s, h, v);
2732
+ }
2733
+ return _ && (e.coords = e.coords.map((s) => s * e.alpha), s.coords = s.coords.map((e) => e * s.alpha)), Object.assign((l) => {
2734
+ l = h ? h(l) : l;
2735
+ let v = e.coords.map((e, u) => {
2736
+ let f = s.coords[u];
2737
+ return interpolate(e, f, l);
2738
+ }), y = interpolate(e.alpha, s.alpha, l), x = {
2739
+ space: u,
2740
+ coords: v,
2741
+ alpha: y
2742
+ };
2743
+ return _ && (x.coords = x.coords.map((e) => e / y)), f !== u && (x = to(x, f)), x;
2744
+ }, { rangeArgs: v });
2745
+ }
2746
+ function isRange(e) {
2747
+ return type(e) === "function" && !!e.rangeArgs;
2748
+ }
2749
+ defaults.interpolationSpace = "lab";
2750
+ function register(e) {
2751
+ e.defineFunction("mix", mix, { returns: "color" }), e.defineFunction("range", range, { returns: "function<color>" }), e.defineFunction("steps", steps, { returns: "array<color>" });
2752
+ }
2753
+ var interpolation = /* @__PURE__ */ Object.freeze({
2754
+ __proto__: null,
2755
+ isRange,
2756
+ mix,
2757
+ range,
2758
+ register,
2759
+ steps
2760
+ }), HSL = new ColorSpace({
2761
+ id: "hsl",
2762
+ name: "HSL",
2763
+ coords: {
2764
+ h: {
2765
+ refRange: [0, 360],
2766
+ type: "angle",
2767
+ name: "Hue"
2768
+ },
2769
+ s: {
2770
+ range: [0, 100],
2771
+ name: "Saturation"
2772
+ },
2773
+ l: {
2774
+ range: [0, 100],
2775
+ name: "Lightness"
2776
+ }
2777
+ },
2778
+ base: sRGB,
2779
+ fromBase: (e) => {
2780
+ let s = Math.max(...e), l = Math.min(...e), [u, f, h] = e, [_, v, y] = [
2781
+ NaN,
2782
+ 0,
2783
+ (l + s) / 2
2784
+ ], x = s - l;
2785
+ if (x !== 0) {
2786
+ switch (v = y === 0 || y === 1 ? 0 : (s - y) / Math.min(y, 1 - y), s) {
2787
+ case u:
2788
+ _ = (f - h) / x + (f < h ? 6 : 0);
2789
+ break;
2790
+ case f:
2791
+ _ = (h - u) / x + 2;
2792
+ break;
2793
+ case h: _ = (u - f) / x + 4;
2794
+ }
2795
+ _ *= 60;
2796
+ }
2797
+ return v < 0 && (_ += 180, v = Math.abs(v)), _ >= 360 && (_ -= 360), [
2798
+ _,
2799
+ v * 100,
2800
+ y * 100
2801
+ ];
2802
+ },
2803
+ toBase: (e) => {
2804
+ let [s, l, u] = e;
2805
+ s %= 360, s < 0 && (s += 360), l /= 100, u /= 100;
2806
+ function f(e) {
2807
+ let f = (e + s / 30) % 12, h = l * Math.min(u, 1 - u);
2808
+ return u - h * Math.max(-1, Math.min(f - 3, 9 - f, 1));
2809
+ }
2810
+ return [
2811
+ f(0),
2812
+ f(8),
2813
+ f(4)
2814
+ ];
2815
+ },
2816
+ formats: {
2817
+ hsl: { coords: [
2818
+ "<number> | <angle>",
2819
+ "<percentage>",
2820
+ "<percentage>"
2821
+ ] },
2822
+ hsla: {
2823
+ coords: [
2824
+ "<number> | <angle>",
2825
+ "<percentage>",
2826
+ "<percentage>"
2827
+ ],
2828
+ commas: !0,
2829
+ lastAlpha: !0
2830
+ }
2831
+ }
2832
+ }), HSV = new ColorSpace({
2833
+ id: "hsv",
2834
+ name: "HSV",
2835
+ coords: {
2836
+ h: {
2837
+ refRange: [0, 360],
2838
+ type: "angle",
2839
+ name: "Hue"
2840
+ },
2841
+ s: {
2842
+ range: [0, 100],
2843
+ name: "Saturation"
2844
+ },
2845
+ v: {
2846
+ range: [0, 100],
2847
+ name: "Value"
2848
+ }
2849
+ },
2850
+ base: HSL,
2851
+ fromBase(e) {
2852
+ let [s, l, u] = e;
2853
+ l /= 100, u /= 100;
2854
+ let f = u + l * Math.min(u, 1 - u);
2855
+ return [
2856
+ s,
2857
+ f === 0 ? 0 : 200 * (1 - u / f),
2858
+ 100 * f
2859
+ ];
2860
+ },
2861
+ toBase(e) {
2862
+ let [s, l, u] = e;
2863
+ l /= 100, u /= 100;
2864
+ let f = u * (1 - l / 2);
2865
+ return [
2866
+ s,
2867
+ f === 0 || f === 1 ? 0 : (u - f) / Math.min(f, 1 - f) * 100,
2868
+ f * 100
2869
+ ];
2870
+ },
2871
+ formats: { color: {
2872
+ id: "--hsv",
2873
+ coords: [
2874
+ "<number> | <angle>",
2875
+ "<percentage> | <number>",
2876
+ "<percentage> | <number>"
2877
+ ]
2878
+ } }
2879
+ }), hwb = new ColorSpace({
2880
+ id: "hwb",
2881
+ name: "HWB",
2882
+ coords: {
2883
+ h: {
2884
+ refRange: [0, 360],
2885
+ type: "angle",
2886
+ name: "Hue"
2887
+ },
2888
+ w: {
2889
+ range: [0, 100],
2890
+ name: "Whiteness"
2891
+ },
2892
+ b: {
2893
+ range: [0, 100],
2894
+ name: "Blackness"
2895
+ }
2896
+ },
2897
+ base: HSV,
2898
+ fromBase(e) {
2899
+ let [s, l, u] = e;
2900
+ return [
2901
+ s,
2902
+ u * (100 - l) / 100,
2903
+ 100 - u
2904
+ ];
2905
+ },
2906
+ toBase(e) {
2907
+ let [s, l, u] = e;
2908
+ l /= 100, u /= 100;
2909
+ let f = l + u;
2910
+ if (f >= 1) return [
2911
+ s,
2912
+ 0,
2913
+ l / f * 100
2914
+ ];
2915
+ let h = 1 - u;
2916
+ return [
2917
+ s,
2918
+ (h === 0 ? 0 : 1 - l / h) * 100,
2919
+ h * 100
2920
+ ];
2921
+ },
2922
+ formats: { hwb: { coords: [
2923
+ "<number> | <angle>",
2924
+ "<percentage> | <number>",
2925
+ "<percentage> | <number>"
2926
+ ] } }
2927
+ }), A98Linear = new RGBColorSpace({
2928
+ id: "a98rgb-linear",
2929
+ cssId: "--a98-rgb-linear",
2930
+ name: "Linear Adobe® 98 RGB compatible",
2931
+ white: "D65",
2932
+ toXYZ_M: [
2933
+ [
2934
+ .5766690429101305,
2935
+ .1855582379065463,
2936
+ .1882286462349947
2937
+ ],
2938
+ [
2939
+ .29734497525053605,
2940
+ .6273635662554661,
2941
+ .07529145849399788
2942
+ ],
2943
+ [
2944
+ .02703136138641234,
2945
+ .07068885253582723,
2946
+ .9913375368376388
2947
+ ]
2948
+ ],
2949
+ fromXYZ_M: [
2950
+ [
2951
+ 2.0415879038107465,
2952
+ -.5650069742788596,
2953
+ -.34473135077832956
2954
+ ],
2955
+ [
2956
+ -.9692436362808795,
2957
+ 1.8759675015077202,
2958
+ .04155505740717557
2959
+ ],
2960
+ [
2961
+ .013444280632031142,
2962
+ -.11836239223101838,
2963
+ 1.0151749943912054
2964
+ ]
2965
+ ]
2966
+ }), a98rgb = new RGBColorSpace({
2967
+ id: "a98rgb",
2968
+ cssId: "a98-rgb",
2969
+ name: "Adobe® 98 RGB compatible",
2970
+ base: A98Linear,
2971
+ toBase: (e) => e.map((e) => Math.abs(e) ** (563 / 256) * Math.sign(e)),
2972
+ fromBase: (e) => e.map((e) => Math.abs(e) ** (256 / 563) * Math.sign(e))
2973
+ }), ProPhotoLinear = new RGBColorSpace({
2974
+ id: "prophoto-linear",
2975
+ cssId: "--prophoto-rgb-linear",
2976
+ name: "Linear ProPhoto",
2977
+ white: "D50",
2978
+ base: XYZ_D50,
2979
+ toXYZ_M: [
2980
+ [
2981
+ .7977666449006423,
2982
+ .13518129740053308,
2983
+ .0313477341283922
2984
+ ],
2985
+ [
2986
+ .2880748288194013,
2987
+ .711835234241873,
2988
+ 8993693872564e-17
2989
+ ],
2990
+ [
2991
+ 0,
2992
+ 0,
2993
+ .8251046025104602
2994
+ ]
2995
+ ],
2996
+ fromXYZ_M: [
2997
+ [
2998
+ 1.3457868816471583,
2999
+ -.25557208737979464,
3000
+ -.05110186497554526
3001
+ ],
3002
+ [
3003
+ -.5446307051249019,
3004
+ 1.5082477428451468,
3005
+ .02052744743642139
3006
+ ],
3007
+ [
3008
+ 0,
3009
+ 0,
3010
+ 1.2119675456389452
3011
+ ]
3012
+ ]
3013
+ }), Et = 1 / 512, Et2 = 16 / 512, prophoto = new RGBColorSpace({
3014
+ id: "prophoto",
3015
+ cssId: "prophoto-rgb",
3016
+ name: "ProPhoto",
3017
+ base: ProPhotoLinear,
3018
+ toBase(e) {
3019
+ return e.map((e) => e < Et2 ? e / 16 : e ** 1.8);
3020
+ },
3021
+ fromBase(e) {
3022
+ return e.map((e) => e >= Et ? e ** (1 / 1.8) : 16 * e);
3023
+ }
3024
+ }), oklch = new ColorSpace({
3025
+ id: "oklch",
3026
+ name: "Oklch",
3027
+ coords: {
3028
+ l: {
3029
+ refRange: [0, 1],
3030
+ name: "Lightness"
3031
+ },
3032
+ c: {
3033
+ refRange: [0, .4],
3034
+ name: "Chroma"
3035
+ },
3036
+ h: {
3037
+ refRange: [0, 360],
3038
+ type: "angle",
3039
+ name: "Hue"
3040
+ }
3041
+ },
3042
+ white: "D65",
3043
+ base: OKLab,
3044
+ fromBase(e) {
3045
+ let [s, l, u] = e, f, h = 2e-4;
3046
+ return f = Math.abs(l) < h && Math.abs(u) < h ? NaN : Math.atan2(u, l) * 180 / Math.PI, [
3047
+ s,
3048
+ Math.sqrt(l ** 2 + u ** 2),
3049
+ constrain(f)
3050
+ ];
3051
+ },
3052
+ toBase(e) {
3053
+ let [s, l, u] = e, f, h;
3054
+ return isNaN(u) ? (f = 0, h = 0) : (f = l * Math.cos(u * Math.PI / 180), h = l * Math.sin(u * Math.PI / 180)), [
3055
+ s,
3056
+ f,
3057
+ h
3058
+ ];
3059
+ },
3060
+ formats: { oklch: { coords: [
3061
+ "<percentage> | <number>",
3062
+ "<number> | <percentage>[0,1]",
3063
+ "<number> | <angle>"
3064
+ ] } }
3065
+ }), white = WHITES.D65, ε$2 = 216 / 24389, κ$1 = 24389 / 27, [U_PRIME_WHITE, V_PRIME_WHITE] = uv({
3066
+ space: xyz_d65,
3067
+ coords: white
3068
+ }), Luv = new ColorSpace({
3069
+ id: "luv",
3070
+ name: "Luv",
3071
+ coords: {
3072
+ l: {
3073
+ refRange: [0, 100],
3074
+ name: "Lightness"
3075
+ },
3076
+ u: { refRange: [-215, 215] },
3077
+ v: { refRange: [-215, 215] }
3078
+ },
3079
+ white,
3080
+ base: xyz_d65,
3081
+ fromBase(e) {
3082
+ let s = [
3083
+ skipNone(e[0]),
3084
+ skipNone(e[1]),
3085
+ skipNone(e[2])
3086
+ ], l = s[1], [u, f] = uv({
3087
+ space: xyz_d65,
3088
+ coords: s
3089
+ });
3090
+ if (!Number.isFinite(u) || !Number.isFinite(f)) return [
3091
+ 0,
3092
+ 0,
3093
+ 0
3094
+ ];
3095
+ let _ = l <= ε$2 ? κ$1 * l : 116 * Math.cbrt(l) - 16;
3096
+ return [
3097
+ _,
3098
+ 13 * _ * (u - U_PRIME_WHITE),
3099
+ 13 * _ * (f - V_PRIME_WHITE)
3100
+ ];
3101
+ },
3102
+ toBase(e) {
3103
+ let [s, l, u] = e;
3104
+ if (s === 0 || isNone(s)) return [
3105
+ 0,
3106
+ 0,
3107
+ 0
3108
+ ];
3109
+ l = skipNone(l), u = skipNone(u);
3110
+ let _ = l / (13 * s) + U_PRIME_WHITE, v = u / (13 * s) + V_PRIME_WHITE, y = s <= 8 ? s / κ$1 : ((s + 16) / 116) ** 3;
3111
+ return [
3112
+ y * (9 * _ / (4 * v)),
3113
+ y,
3114
+ y * ((12 - 3 * _ - 20 * v) / (4 * v))
3115
+ ];
3116
+ },
3117
+ formats: { color: {
3118
+ id: "--luv",
3119
+ coords: [
3120
+ "<number> | <percentage>",
3121
+ "<number> | <percentage>[-1,1]",
3122
+ "<number> | <percentage>[-1,1]"
3123
+ ]
3124
+ } }
3125
+ }), LCHuv = new ColorSpace({
3126
+ id: "lchuv",
3127
+ name: "LChuv",
3128
+ coords: {
3129
+ l: {
3130
+ refRange: [0, 100],
3131
+ name: "Lightness"
3132
+ },
3133
+ c: {
3134
+ refRange: [0, 220],
3135
+ name: "Chroma"
3136
+ },
3137
+ h: {
3138
+ refRange: [0, 360],
3139
+ type: "angle",
3140
+ name: "Hue"
3141
+ }
3142
+ },
3143
+ base: Luv,
3144
+ fromBase(e) {
3145
+ let [s, l, u] = e, f, h = .02;
3146
+ return f = Math.abs(l) < h && Math.abs(u) < h ? NaN : Math.atan2(u, l) * 180 / Math.PI, [
3147
+ s,
3148
+ Math.sqrt(l ** 2 + u ** 2),
3149
+ constrain(f)
3150
+ ];
3151
+ },
3152
+ toBase(e) {
3153
+ let [s, l, u] = e;
3154
+ return l < 0 && (l = 0), isNaN(u) && (u = 0), [
3155
+ s,
3156
+ l * Math.cos(u * Math.PI / 180),
3157
+ l * Math.sin(u * Math.PI / 180)
3158
+ ];
3159
+ },
3160
+ formats: { color: {
3161
+ id: "--lchuv",
3162
+ coords: [
3163
+ "<number> | <percentage>",
3164
+ "<number> | <percentage>",
3165
+ "<number> | <angle>"
3166
+ ]
3167
+ } }
3168
+ }), ε$1 = 216 / 24389, κ = 24389 / 27, m_r0 = fromXYZ_M$3[0][0], m_r1 = fromXYZ_M$3[0][1], m_r2 = fromXYZ_M$3[0][2], m_g0 = fromXYZ_M$3[1][0], m_g1 = fromXYZ_M$3[1][1], m_g2 = fromXYZ_M$3[1][2], m_b0 = fromXYZ_M$3[2][0], m_b1 = fromXYZ_M$3[2][1], m_b2 = fromXYZ_M$3[2][2];
3169
+ function distanceFromOriginAngle(e, s, l) {
3170
+ let u = s / (Math.sin(l) - e * Math.cos(l));
3171
+ return u < 0 ? Infinity : u;
3172
+ }
3173
+ function calculateBoundingLines(e) {
3174
+ let s = (e + 16) ** 3 / 1560896, l = s > ε$1 ? s : e / κ, u = l * (284517 * m_r0 - 94839 * m_r2), f = l * (838422 * m_r2 + 769860 * m_r1 + 731718 * m_r0), h = l * (632260 * m_r2 - 126452 * m_r1), _ = l * (284517 * m_g0 - 94839 * m_g2), v = l * (838422 * m_g2 + 769860 * m_g1 + 731718 * m_g0), y = l * (632260 * m_g2 - 126452 * m_g1), x = l * (284517 * m_b0 - 94839 * m_b2), S = l * (838422 * m_b2 + 769860 * m_b1 + 731718 * m_b0), C = l * (632260 * m_b2 - 126452 * m_b1);
3175
+ return {
3176
+ r0s: u / h,
3177
+ r0i: f * e / h,
3178
+ r1s: u / (h + 126452),
3179
+ r1i: (f - 769860) * e / (h + 126452),
3180
+ g0s: _ / y,
3181
+ g0i: v * e / y,
3182
+ g1s: _ / (y + 126452),
3183
+ g1i: (v - 769860) * e / (y + 126452),
3184
+ b0s: x / C,
3185
+ b0i: S * e / C,
3186
+ b1s: x / (C + 126452),
3187
+ b1i: (S - 769860) * e / (C + 126452)
3188
+ };
3189
+ }
3190
+ function calcMaxChromaHsluv(e, s) {
3191
+ let l = s / 360 * Math.PI * 2, u = distanceFromOriginAngle(e.r0s, e.r0i, l), f = distanceFromOriginAngle(e.r1s, e.r1i, l), h = distanceFromOriginAngle(e.g0s, e.g0i, l), _ = distanceFromOriginAngle(e.g1s, e.g1i, l), v = distanceFromOriginAngle(e.b0s, e.b0i, l), y = distanceFromOriginAngle(e.b1s, e.b1i, l);
3192
+ return Math.min(u, f, h, _, v, y);
3193
+ }
3194
+ var hsluv = new ColorSpace({
3195
+ id: "hsluv",
3196
+ name: "HSLuv",
3197
+ coords: {
3198
+ h: {
3199
+ refRange: [0, 360],
3200
+ type: "angle",
3201
+ name: "Hue"
3202
+ },
3203
+ s: {
3204
+ range: [0, 100],
3205
+ name: "Saturation"
3206
+ },
3207
+ l: {
3208
+ range: [0, 100],
3209
+ name: "Lightness"
3210
+ }
3211
+ },
3212
+ base: LCHuv,
3213
+ gamutSpace: sRGB,
3214
+ fromBase(e) {
3215
+ let [s, l, u] = [
3216
+ skipNone(e[0]),
3217
+ skipNone(e[1]),
3218
+ skipNone(e[2])
3219
+ ], f;
3220
+ return s > 99.9999999 ? (f = 0, s = 100) : s < 1e-8 ? (f = 0, s = 0) : f = l / calcMaxChromaHsluv(calculateBoundingLines(s), u) * 100, [
3221
+ u,
3222
+ f,
3223
+ s
3224
+ ];
3225
+ },
3226
+ toBase(e) {
3227
+ let [s, l, u] = [
3228
+ skipNone(e[0]),
3229
+ skipNone(e[1]),
3230
+ skipNone(e[2])
3231
+ ], f;
3232
+ return u > 99.9999999 ? (u = 100, f = 0) : u < 1e-8 ? (u = 0, f = 0) : f = calcMaxChromaHsluv(calculateBoundingLines(u), s) / 100 * l, [
3233
+ u,
3234
+ f,
3235
+ s
3236
+ ];
3237
+ },
3238
+ formats: { color: {
3239
+ id: "--hsluv",
3240
+ coords: [
3241
+ "<number> | <angle>",
3242
+ "<percentage> | <number>",
3243
+ "<percentage> | <number>"
3244
+ ]
3245
+ } }
3246
+ });
3247
+ fromXYZ_M$3[0][0], fromXYZ_M$3[0][1], fromXYZ_M$3[0][2], fromXYZ_M$3[1][0], fromXYZ_M$3[1][1], fromXYZ_M$3[1][2], fromXYZ_M$3[2][0], fromXYZ_M$3[2][1], fromXYZ_M$3[2][2];
3248
+ function distanceFromOrigin(e, s) {
3249
+ return Math.abs(s) / Math.sqrt(e ** 2 + 1);
3250
+ }
3251
+ function calcMaxChromaHpluv(e) {
3252
+ let s = distanceFromOrigin(e.r0s, e.r0i), l = distanceFromOrigin(e.r1s, e.r1i), u = distanceFromOrigin(e.g0s, e.g0i), f = distanceFromOrigin(e.g1s, e.g1i), h = distanceFromOrigin(e.b0s, e.b0i), _ = distanceFromOrigin(e.b1s, e.b1i);
3253
+ return Math.min(s, l, u, f, h, _);
3254
+ }
3255
+ var hpluv = new ColorSpace({
3256
+ id: "hpluv",
3257
+ name: "HPLuv",
3258
+ coords: {
3259
+ h: {
3260
+ refRange: [0, 360],
3261
+ type: "angle",
3262
+ name: "Hue"
3263
+ },
3264
+ s: {
3265
+ range: [0, 100],
3266
+ name: "Saturation"
3267
+ },
3268
+ l: {
3269
+ range: [0, 100],
3270
+ name: "Lightness"
3271
+ }
3272
+ },
3273
+ base: LCHuv,
3274
+ gamutSpace: "self",
3275
+ fromBase(e) {
3276
+ let [s, l, u] = [
3277
+ skipNone(e[0]),
3278
+ skipNone(e[1]),
3279
+ skipNone(e[2])
3280
+ ], f;
3281
+ return s > 99.9999999 ? (f = 0, s = 100) : s < 1e-8 ? (f = 0, s = 0) : f = l / calcMaxChromaHpluv(calculateBoundingLines(s)) * 100, [
3282
+ u,
3283
+ f,
3284
+ s
3285
+ ];
3286
+ },
3287
+ toBase(e) {
3288
+ let [s, l, u] = [
3289
+ skipNone(e[0]),
3290
+ skipNone(e[1]),
3291
+ skipNone(e[2])
3292
+ ], f;
3293
+ return u > 99.9999999 ? (u = 100, f = 0) : u < 1e-8 ? (u = 0, f = 0) : f = calcMaxChromaHpluv(calculateBoundingLines(u)) / 100 * l, [
3294
+ u,
3295
+ f,
3296
+ s
3297
+ ];
3298
+ },
3299
+ formats: { color: {
3300
+ id: "--hpluv",
3301
+ coords: [
3302
+ "<number> | <angle>",
3303
+ "<percentage> | <number>",
3304
+ "<percentage> | <number>"
3305
+ ]
3306
+ } }
3307
+ }), Yw = 203, n = 2610 / 2 ** 14, ninv = 2 ** 14 / 2610, m = 2523 / 2 ** 5, minv = 2 ** 5 / 2523, c1 = 3424 / 2 ** 12, c2 = 2413 / 2 ** 7, c3 = 2392 / 2 ** 7, rec2100Pq = new RGBColorSpace({
3308
+ id: "rec2100pq",
3309
+ cssId: "rec2100-pq",
3310
+ name: "REC.2100-PQ",
3311
+ base: REC2020Linear,
3312
+ toBase(e) {
3313
+ return e.map(function(e) {
3314
+ return (Math.max(e ** minv - c1, 0) / (c2 - c3 * e ** minv)) ** ninv * 1e4 / Yw;
3315
+ });
3316
+ },
3317
+ fromBase(e) {
3318
+ return e.map(function(e) {
3319
+ let s = Math.max(e * Yw / 1e4, 0);
3320
+ return ((c1 + c2 * s ** n) / (1 + c3 * s ** n)) ** m;
3321
+ });
3322
+ }
3323
+ }), a = .17883277, b = .28466892, c = .55991073, scale = 3.7743, rec2100Hlg = new RGBColorSpace({
3324
+ id: "rec2100hlg",
3325
+ cssId: "rec2100-hlg",
3326
+ name: "REC.2100-HLG",
3327
+ referred: "scene",
3328
+ base: REC2020Linear,
3329
+ toBase(e) {
3330
+ return e.map(function(e) {
3331
+ return e <= .5 ? e ** 2 / 3 * scale : (Math.exp((e - c) / a) + b) / 12 * scale;
3332
+ });
3333
+ },
3334
+ fromBase(e) {
3335
+ return e.map(function(e) {
3336
+ return e /= scale, e <= 1 / 12 ? Math.sqrt(3 * e) : a * Math.log(12 * e - b) + c;
3337
+ });
3338
+ }
3339
+ }), CATs = {};
3340
+ hooks.add("chromatic-adaptation-start", (e) => {
3341
+ e.options.method && (e.M = adapt(e.W1, e.W2, e.options.method));
3342
+ }), hooks.add("chromatic-adaptation-end", (e) => {
3343
+ e.M ||= adapt(e.W1, e.W2, e.options.method);
3344
+ });
3345
+ function defineCAT({ id: e, toCone_M: s, fromCone_M: l }) {
3346
+ CATs[e] = arguments[0];
3347
+ }
3348
+ function adapt(s, l, u = "Bradford") {
3349
+ let f = CATs[u], [h, _, v] = multiplyMatrices(f.toCone_M, s), [y, x, S] = multiplyMatrices(f.toCone_M, l), C = multiplyMatrices([
3350
+ [
3351
+ y / h,
3352
+ 0,
3353
+ 0
3354
+ ],
3355
+ [
3356
+ 0,
3357
+ x / _,
3358
+ 0
3359
+ ],
3360
+ [
3361
+ 0,
3362
+ 0,
3363
+ S / v
3364
+ ]
3365
+ ], f.toCone_M);
3366
+ return multiplyMatrices(f.fromCone_M, C);
3367
+ }
3368
+ defineCAT({
3369
+ id: "von Kries",
3370
+ toCone_M: [
3371
+ [
3372
+ .40024,
3373
+ .7076,
3374
+ -.08081
3375
+ ],
3376
+ [
3377
+ -.2263,
3378
+ 1.16532,
3379
+ .0457
3380
+ ],
3381
+ [
3382
+ 0,
3383
+ 0,
3384
+ .91822
3385
+ ]
3386
+ ],
3387
+ fromCone_M: [
3388
+ [
3389
+ 1.8599363874558397,
3390
+ -1.1293816185800916,
3391
+ .21989740959619328
3392
+ ],
3393
+ [
3394
+ .3611914362417676,
3395
+ .6388124632850422,
3396
+ -6370596838649899e-21
3397
+ ],
3398
+ [
3399
+ 0,
3400
+ 0,
3401
+ 1.0890636230968613
3402
+ ]
3403
+ ]
3404
+ }), defineCAT({
3405
+ id: "Bradford",
3406
+ toCone_M: [
3407
+ [
3408
+ .8951,
3409
+ .2664,
3410
+ -.1614
3411
+ ],
3412
+ [
3413
+ -.7502,
3414
+ 1.7135,
3415
+ .0367
3416
+ ],
3417
+ [
3418
+ .0389,
3419
+ -.0685,
3420
+ 1.0296
3421
+ ]
3422
+ ],
3423
+ fromCone_M: [
3424
+ [
3425
+ .9869929054667121,
3426
+ -.14705425642099013,
3427
+ .15996265166373122
3428
+ ],
3429
+ [
3430
+ .4323052697233945,
3431
+ .5183602715367774,
3432
+ .049291228212855594
3433
+ ],
3434
+ [
3435
+ -.00852866457517732,
3436
+ .04004282165408486,
3437
+ .96848669578755
3438
+ ]
3439
+ ]
3440
+ }), defineCAT({
3441
+ id: "CAT02",
3442
+ toCone_M: [
3443
+ [
3444
+ .7328,
3445
+ .4296,
3446
+ -.1624
3447
+ ],
3448
+ [
3449
+ -.7036,
3450
+ 1.6975,
3451
+ .0061
3452
+ ],
3453
+ [
3454
+ .003,
3455
+ .0136,
3456
+ .9834
3457
+ ]
3458
+ ],
3459
+ fromCone_M: [
3460
+ [
3461
+ 1.0961238208355142,
3462
+ -.27886900021828726,
3463
+ .18274517938277307
3464
+ ],
3465
+ [
3466
+ .4543690419753592,
3467
+ .4735331543074117,
3468
+ .07209780371722911
3469
+ ],
3470
+ [
3471
+ -.009627608738429355,
3472
+ -.00569803121611342,
3473
+ 1.0153256399545427
3474
+ ]
3475
+ ]
3476
+ }), defineCAT({
3477
+ id: "CAT16",
3478
+ toCone_M: [
3479
+ [
3480
+ .401288,
3481
+ .650173,
3482
+ -.051461
3483
+ ],
3484
+ [
3485
+ -.250268,
3486
+ 1.204414,
3487
+ .045854
3488
+ ],
3489
+ [
3490
+ -.002079,
3491
+ .048952,
3492
+ .953127
3493
+ ]
3494
+ ],
3495
+ fromCone_M: [
3496
+ [
3497
+ 1.862067855087233,
3498
+ -1.0112546305316845,
3499
+ .14918677544445172
3500
+ ],
3501
+ [
3502
+ .3875265432361372,
3503
+ .6214474419314753,
3504
+ -.008973985167612521
3505
+ ],
3506
+ [
3507
+ -.01584149884933386,
3508
+ -.03412293802851557,
3509
+ 1.0499644368778496
3510
+ ]
3511
+ ]
3512
+ }), Object.assign(WHITES, {
3513
+ A: [
3514
+ 1.0985,
3515
+ 1,
3516
+ .35585
3517
+ ],
3518
+ C: [
3519
+ .98074,
3520
+ 1,
3521
+ 1.18232
3522
+ ],
3523
+ D55: [
3524
+ .95682,
3525
+ 1,
3526
+ .92149
3527
+ ],
3528
+ D75: [
3529
+ .94972,
3530
+ 1,
3531
+ 1.22638
3532
+ ],
3533
+ E: [
3534
+ 1,
3535
+ 1,
3536
+ 1
3537
+ ],
3538
+ F2: [
3539
+ .99186,
3540
+ 1,
3541
+ .67393
3542
+ ],
3543
+ F7: [
3544
+ .95041,
3545
+ 1,
3546
+ 1.08747
3547
+ ],
3548
+ F11: [
3549
+ 1.00962,
3550
+ 1,
3551
+ .6435
3552
+ ]
3553
+ }), WHITES.ACES = [
3554
+ .32168 / .33767,
3555
+ 1,
3556
+ .34065 / .33767
3557
+ ];
3558
+ var ACEScg = new RGBColorSpace({
3559
+ id: "acescg",
3560
+ cssId: "--acescg",
3561
+ name: "ACEScg",
3562
+ coords: {
3563
+ r: {
3564
+ range: [0, 65504],
3565
+ name: "Red"
3566
+ },
3567
+ g: {
3568
+ range: [0, 65504],
3569
+ name: "Green"
3570
+ },
3571
+ b: {
3572
+ range: [0, 65504],
3573
+ name: "Blue"
3574
+ }
3575
+ },
3576
+ referred: "scene",
3577
+ white: WHITES.ACES,
3578
+ toXYZ_M: [
3579
+ [
3580
+ .6624541811085053,
3581
+ .13400420645643313,
3582
+ .1561876870049078
3583
+ ],
3584
+ [
3585
+ .27222871678091454,
3586
+ .6740817658111484,
3587
+ .05368951740793705
3588
+ ],
3589
+ [
3590
+ -.005574649490394108,
3591
+ .004060733528982826,
3592
+ 1.0103391003129971
3593
+ ]
3594
+ ],
3595
+ fromXYZ_M: [
3596
+ [
3597
+ 1.6410233796943257,
3598
+ -.32480329418479,
3599
+ -.23642469523761225
3600
+ ],
3601
+ [
3602
+ -.6636628587229829,
3603
+ 1.6153315916573379,
3604
+ .016756347685530137
3605
+ ],
3606
+ [
3607
+ .011721894328375376,
3608
+ -.008284441996237409,
3609
+ .9883948585390215
3610
+ ]
3611
+ ]
3612
+ }), ε = 2 ** -16, ACES_min_nonzero = -.35828683, ACES_cc_max = (Math.log2(65504) + 9.72) / 17.52, acescc = new RGBColorSpace({
3613
+ id: "acescc",
3614
+ cssId: "--acescc",
3615
+ name: "ACEScc",
3616
+ coords: {
3617
+ r: {
3618
+ range: [ACES_min_nonzero, ACES_cc_max],
3619
+ name: "Red"
3620
+ },
3621
+ g: {
3622
+ range: [ACES_min_nonzero, ACES_cc_max],
3623
+ name: "Green"
3624
+ },
3625
+ b: {
3626
+ range: [ACES_min_nonzero, ACES_cc_max],
3627
+ name: "Blue"
3628
+ }
3629
+ },
3630
+ referred: "scene",
3631
+ base: ACEScg,
3632
+ toBase(e) {
3633
+ return e.map(function(e) {
3634
+ return e <= -.3013698630136986 ? (2 ** (e * 17.52 - 9.72) - ε) * 2 : e < ACES_cc_max ? 2 ** (e * 17.52 - 9.72) : 65504;
3635
+ });
3636
+ },
3637
+ fromBase(e) {
3638
+ return e.map(function(e) {
3639
+ return e <= 0 ? (Math.log2(ε) + 9.72) / 17.52 : e < ε ? (Math.log2(ε + e * .5) + 9.72) / 17.52 : (Math.log2(e) + 9.72) / 17.52;
3640
+ });
3641
+ }
3642
+ }), spaces = /* @__PURE__ */ Object.freeze({
3643
+ __proto__: null,
3644
+ A98RGB: a98rgb,
3645
+ A98RGB_Linear: A98Linear,
3646
+ ACEScc: acescc,
3647
+ ACEScg,
3648
+ CAM16_JMh: cam16,
3649
+ HCT: hct,
3650
+ HPLuv: hpluv,
3651
+ HSL,
3652
+ HSLuv: hsluv,
3653
+ HSV,
3654
+ HWB: hwb,
3655
+ ICTCP: ictcp,
3656
+ JzCzHz: jzczhz,
3657
+ Jzazbz,
3658
+ LCH: lch,
3659
+ LCHuv,
3660
+ Lab: lab,
3661
+ Lab_D65: lab_d65,
3662
+ Luv,
3663
+ OKLCH: oklch,
3664
+ OKLab,
3665
+ P3,
3666
+ P3_Linear: P3Linear,
3667
+ ProPhoto: prophoto,
3668
+ ProPhoto_Linear: ProPhotoLinear,
3669
+ REC_2020: REC2020,
3670
+ REC_2020_Linear: REC2020Linear,
3671
+ REC_2100_HLG: rec2100Hlg,
3672
+ REC_2100_PQ: rec2100Pq,
3673
+ XYZ_ABS_D65: XYZ_Abs_D65,
3674
+ XYZ_D50,
3675
+ XYZ_D65: xyz_d65,
3676
+ sRGB,
3677
+ sRGB_Linear: sRGBLinear
3678
+ }), Color = class e {
3679
+ constructor(...e) {
3680
+ let s;
3681
+ e.length === 1 && (s = getColor(e[0]));
3682
+ let l, u, f;
3683
+ s ? (l = s.space || s.spaceId, u = s.coords, f = s.alpha) : [l, u, f] = e, Object.defineProperty(this, "space", {
3684
+ value: ColorSpace.get(l),
3685
+ writable: !1,
3686
+ enumerable: !0,
3687
+ configurable: !0
3688
+ }), this.coords = u ? u.slice() : [
3689
+ 0,
3690
+ 0,
3691
+ 0
3692
+ ], this.alpha = f > 1 || f === void 0 ? 1 : f < 0 ? 0 : f;
3693
+ for (let e = 0; e < this.coords.length; e++) this.coords[e] === "NaN" && (this.coords[e] = NaN);
3694
+ for (let e in this.space.coords) Object.defineProperty(this, e, {
3695
+ get: () => this.get(e),
3696
+ set: (s) => this.set(e, s)
3697
+ });
3698
+ }
3699
+ get spaceId() {
3700
+ return this.space.id;
3701
+ }
3702
+ clone() {
3703
+ return new e(this.space, this.coords, this.alpha);
3704
+ }
3705
+ toJSON() {
3706
+ return {
3707
+ spaceId: this.spaceId,
3708
+ coords: this.coords,
3709
+ alpha: this.alpha
3710
+ };
3711
+ }
3712
+ display(...s) {
3713
+ let l = display(this, ...s);
3714
+ return l.color = new e(l.color), l;
3715
+ }
3716
+ static get(s, ...l) {
3717
+ return s instanceof e ? s : new e(s, ...l);
3718
+ }
3719
+ static defineFunction(s, l, u = l) {
3720
+ let { instance: f = !0, returns: h } = u, _ = function(...s) {
3721
+ let u = l(...s);
3722
+ if (h === "color") u = e.get(u);
3723
+ else if (h === "function<color>") {
3724
+ let s = u;
3725
+ u = function(...l) {
3726
+ let u = s(...l);
3727
+ return e.get(u);
3728
+ }, Object.assign(u, s);
3729
+ } else h === "array<color>" && (u = u.map((s) => e.get(s)));
3730
+ return u;
3731
+ };
3732
+ s in e || (e[s] = _), f && (e.prototype[s] = function(...e) {
3733
+ return _(this, ...e);
3734
+ });
3735
+ }
3736
+ static defineFunctions(s) {
3737
+ for (let l in s) e.defineFunction(l, s[l], s[l]);
3738
+ }
3739
+ static extend(s) {
3740
+ if (s.register) s.register(e);
3741
+ else for (let l in s) e.defineFunction(l, s[l]);
3742
+ }
3743
+ };
3744
+ Color.defineFunctions({
3745
+ get,
3746
+ getAll,
3747
+ set,
3748
+ setAll,
3749
+ to,
3750
+ equals,
3751
+ inGamut,
3752
+ toGamut,
3753
+ distance,
3754
+ toString: serialize
3755
+ }), Object.assign(Color, {
3756
+ util,
3757
+ hooks,
3758
+ WHITES,
3759
+ Space: ColorSpace,
3760
+ spaces: ColorSpace.registry,
3761
+ parse,
3762
+ defaults
3763
+ });
3764
+ for (let e of Object.keys(spaces)) ColorSpace.register(spaces[e]);
3765
+ for (let e in ColorSpace.registry) addSpaceAccessors(e, ColorSpace.registry[e]);
3766
+ hooks.add("colorspace-init-end", (e) => {
3767
+ addSpaceAccessors(e.id, e), e.aliases?.forEach((s) => {
3768
+ addSpaceAccessors(s, e);
3769
+ });
3770
+ });
3771
+ function addSpaceAccessors(e, s) {
3772
+ let l = e.replace(/-/g, "_");
3773
+ Object.defineProperty(Color.prototype, l, {
3774
+ get() {
3775
+ let l = this.getAll(e);
3776
+ return typeof Proxy > "u" ? l : new Proxy(l, {
3777
+ has: (e, l) => {
3778
+ try {
3779
+ return ColorSpace.resolveCoord([s, l]), !0;
3780
+ } catch {}
3781
+ return Reflect.has(e, l);
3782
+ },
3783
+ get: (e, l, u) => {
3784
+ if (l && typeof l != "symbol" && !(l in e)) {
3785
+ let { index: u } = ColorSpace.resolveCoord([s, l]);
3786
+ if (u >= 0) return e[u];
3787
+ }
3788
+ return Reflect.get(e, l, u);
3789
+ },
3790
+ set: (l, u, f, h) => {
3791
+ if (u && typeof u != "symbol" && !(u in l) || u >= 0) {
3792
+ let { index: h } = ColorSpace.resolveCoord([s, u]);
3793
+ if (h >= 0) return l[h] = f, this.setAll(e, l), !0;
3794
+ }
3795
+ return Reflect.set(l, u, f, h);
3796
+ }
3797
+ });
3798
+ },
3799
+ set(s) {
3800
+ this.setAll(e, s);
3801
+ },
3802
+ configurable: !0,
3803
+ enumerable: !0
3804
+ });
3805
+ }
3806
+ Color.extend(deltaEMethods), Color.extend({ deltaE }), Object.assign(Color, { deltaEMethods }), Color.extend(variations), Color.extend({ contrast }), Color.extend(chromaticity), Color.extend(luminance), Color.extend(interpolation), Color.extend(contrastMethods);
3807
+ export { Color as t };