@sme.up/ketchup2 2.4.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (584) hide show
  1. package/dist/{arc-MUYNnJxV.cjs → arc-CYi2lpSd.cjs} +1 -1
  2. package/dist/{arc-D80gVCcI.js → arc-yUAZoqJP.js} +2 -2
  3. package/dist/architecture-7EHR7CIX-Bzeobe9Y.cjs +1 -0
  4. package/dist/architecture-7EHR7CIX-C8NPmR2w.js +3 -0
  5. package/dist/architectureDiagram-3BPJPVTR-C8DI7_Rn.cjs +36 -0
  6. package/dist/{architectureDiagram-3BPJPVTR-EFK4DMha.js → architectureDiagram-3BPJPVTR-CMX2LiQK.js} +91 -90
  7. package/dist/array-DZSRzHA_.cjs +1 -0
  8. package/dist/assets/{imageListAssets.d.ts → shapeListAssets.d.ts} +9 -3
  9. package/dist/assets/shapeListAssets.d.ts.map +1 -0
  10. package/dist/assets/svg/check_box.svg +1 -0
  11. package/dist/assets/svg/check_box_outline_blank.svg +1 -0
  12. package/dist/basic-components/autocomplete/autocomplete.d.ts.map +1 -1
  13. package/dist/basic-components/barcode/barcode-types.d.ts +13 -2
  14. package/dist/basic-components/barcode/barcode-types.d.ts.map +1 -1
  15. package/dist/basic-components/barcode/barcode.d.ts.map +1 -1
  16. package/dist/basic-components/barcode-generator/barcode-generator-types.d.ts +38 -0
  17. package/dist/basic-components/barcode-generator/barcode-generator-types.d.ts.map +1 -0
  18. package/dist/basic-components/barcode-generator/barcode-generator-utils.d.ts +6 -0
  19. package/dist/basic-components/barcode-generator/barcode-generator-utils.d.ts.map +1 -0
  20. package/dist/basic-components/barcode-generator/barcode-generator.d.ts +3 -0
  21. package/dist/basic-components/barcode-generator/barcode-generator.d.ts.map +1 -0
  22. package/dist/basic-components/card/card-slot-resolver.d.ts +6 -0
  23. package/dist/basic-components/card/card-slot-resolver.d.ts.map +1 -0
  24. package/dist/basic-components/card/card-types.d.ts +43 -0
  25. package/dist/basic-components/card/card-types.d.ts.map +1 -0
  26. package/dist/basic-components/card/card.d.ts +5 -0
  27. package/dist/basic-components/card/card.d.ts.map +1 -0
  28. package/dist/basic-components/card/flow/aside/index.d.ts +2 -0
  29. package/dist/basic-components/card/flow/aside/index.d.ts.map +1 -0
  30. package/dist/basic-components/card/flow/compact/index.d.ts +2 -0
  31. package/dist/basic-components/card/flow/compact/index.d.ts.map +1 -0
  32. package/dist/basic-components/card/flow/editorial/index.d.ts +2 -0
  33. package/dist/basic-components/card/flow/editorial/index.d.ts.map +1 -0
  34. package/dist/basic-components/card/flow/minimal/index.d.ts +2 -0
  35. package/dist/basic-components/card/flow/minimal/index.d.ts.map +1 -0
  36. package/dist/basic-components/card/flow/overlay/index.d.ts +2 -0
  37. package/dist/basic-components/card/flow/overlay/index.d.ts.map +1 -0
  38. package/dist/basic-components/card/flow/shared/flow-layout.d.ts +4 -0
  39. package/dist/basic-components/card/flow/shared/flow-layout.d.ts.map +1 -0
  40. package/dist/basic-components/card/flow/split/index.d.ts +2 -0
  41. package/dist/basic-components/card/flow/split/index.d.ts.map +1 -0
  42. package/dist/basic-components/card/flow/spotlight/index.d.ts +2 -0
  43. package/dist/basic-components/card/flow/spotlight/index.d.ts.map +1 -0
  44. package/dist/basic-components/card/flow/tiles/index.d.ts +2 -0
  45. package/dist/basic-components/card/flow/tiles/index.d.ts.map +1 -0
  46. package/dist/basic-components/card/layout-registry.d.ts +4 -0
  47. package/dist/basic-components/card/layout-registry.d.ts.map +1 -0
  48. package/dist/basic-components/card/positional/collaborator/index.d.ts +4 -0
  49. package/dist/basic-components/card/positional/collaborator/index.d.ts.map +1 -0
  50. package/dist/basic-components/card/positional/detailed-object/index.d.ts +5 -0
  51. package/dist/basic-components/card/positional/detailed-object/index.d.ts.map +1 -0
  52. package/dist/basic-components/card/positional/financial/index.d.ts +4 -0
  53. package/dist/basic-components/card/positional/financial/index.d.ts.map +1 -0
  54. package/dist/basic-components/card/positional/folder-grid/index.d.ts +4 -0
  55. package/dist/basic-components/card/positional/folder-grid/index.d.ts.map +1 -0
  56. package/dist/basic-components/card/positional/hero/index.d.ts +4 -0
  57. package/dist/basic-components/card/positional/hero/index.d.ts.map +1 -0
  58. package/dist/basic-components/card/positional/product/index.d.ts +4 -0
  59. package/dist/basic-components/card/positional/product/index.d.ts.map +1 -0
  60. package/dist/basic-components/card/positional/shared/object-card.d.ts +24 -0
  61. package/dist/basic-components/card/positional/shared/object-card.d.ts.map +1 -0
  62. package/dist/basic-components/card/positional/shared/utils.d.ts +26 -0
  63. package/dist/basic-components/card/positional/shared/utils.d.ts.map +1 -0
  64. package/dist/basic-components/card/positional/simple-object/index.d.ts +5 -0
  65. package/dist/basic-components/card/positional/simple-object/index.d.ts.map +1 -0
  66. package/dist/basic-components/card/positional/tooltip/index.d.ts +4 -0
  67. package/dist/basic-components/card/positional/tooltip/index.d.ts.map +1 -0
  68. package/dist/basic-components/card/positional/trend/index.d.ts +4 -0
  69. package/dist/basic-components/card/positional/trend/index.d.ts.map +1 -0
  70. package/dist/basic-components/cell/cell-utils.d.ts.map +1 -1
  71. package/dist/basic-components/checkbox/checkbox.d.ts.map +1 -1
  72. package/dist/basic-components/date-picker/date-picker-calendar/date-picker-calendar.d.ts +4 -1
  73. package/dist/basic-components/date-picker/date-picker-calendar/date-picker-calendar.d.ts.map +1 -1
  74. package/dist/basic-components/date-picker/date-picker.d.ts.map +1 -1
  75. package/dist/basic-components/icon/icon.d.ts.map +1 -1
  76. package/dist/basic-components/image/image.d.ts.map +1 -1
  77. package/dist/basic-components/image-cell/image-cell-types.d.ts +4 -0
  78. package/dist/basic-components/image-cell/image-cell-types.d.ts.map +1 -1
  79. package/dist/basic-components/image-cell/image-cell.d.ts.map +1 -1
  80. package/dist/basic-components/password/password.d.ts.map +1 -1
  81. package/dist/basic-components/qr-code/corners/qr-code-corner-utils.d.ts +3 -3
  82. package/dist/basic-components/qr-code/corners/qr-code-corner-utils.d.ts.map +1 -1
  83. package/dist/basic-components/qr-code/corners/qr-code-corner.d.ts +4 -5
  84. package/dist/basic-components/qr-code/corners/qr-code-corner.d.ts.map +1 -1
  85. package/dist/basic-components/qr-code/qr-code-renderer.d.ts +3 -3
  86. package/dist/basic-components/qr-code/qr-code-renderer.d.ts.map +1 -1
  87. package/dist/basic-components/qr-code/qr-code-types.d.ts +29 -58
  88. package/dist/basic-components/qr-code/qr-code-types.d.ts.map +1 -1
  89. package/dist/basic-components/qr-code/qr-code.d.ts +2 -3
  90. package/dist/basic-components/qr-code/qr-code.d.ts.map +1 -1
  91. package/dist/basic-components/textfield/textfield-types.d.ts +2 -1
  92. package/dist/basic-components/textfield/textfield-types.d.ts.map +1 -1
  93. package/dist/basic-components/textfield/textfield.d.ts.map +1 -1
  94. package/dist/{blockDiagram-GPEHLZMM-CuzoKhJT.cjs → blockDiagram-GPEHLZMM-C7mogpj_.cjs} +1 -1
  95. package/dist/{blockDiagram-GPEHLZMM-C3UgY0Z5.js → blockDiagram-GPEHLZMM-fcAaH_Ka.js} +21 -19
  96. package/dist/{c4Diagram-AAUBKEIU-klnmEOUo.js → c4Diagram-AAUBKEIU-BUOgTWLR.js} +5 -5
  97. package/dist/{c4Diagram-AAUBKEIU-DU8uXbgK.cjs → c4Diagram-AAUBKEIU-BjsHAdap.cjs} +1 -1
  98. package/dist/cell-NyD4Bcyq.js +6457 -0
  99. package/dist/cell-dpOG-xr_.cjs +6 -0
  100. package/dist/channel-BzP1tmYc.cjs +1 -0
  101. package/dist/{channel-BbRDdbmM.js → channel-CAhFwf6U.js} +1 -1
  102. package/dist/{chunk-2J33WTMH-EmvF7iYC.js → chunk-2J33WTMH-BulZYTKs.js} +2 -2
  103. package/dist/{chunk-2J33WTMH-PlcpVW8G.cjs → chunk-2J33WTMH-DIfvCbWZ.cjs} +1 -1
  104. package/dist/{chunk-3OPIFGDE-C7wE5oN7.js → chunk-3OPIFGDE-BYuWDDGY.js} +7 -7
  105. package/dist/{chunk-3OPIFGDE-CT5oNC5X.cjs → chunk-3OPIFGDE-Ohf7vgmX.cjs} +2 -2
  106. package/dist/{chunk-4BX2VUAB-BO1KRGb1.js → chunk-4BX2VUAB-B74FMcxr.js} +1 -1
  107. package/dist/chunk-4BX2VUAB-DdliHvKq.cjs +1 -0
  108. package/dist/{chunk-55IACEB6-b_Ivgrk-.js → chunk-55IACEB6-D5PlvtBC.js} +1 -1
  109. package/dist/chunk-55IACEB6-DzCdT-ru.cjs +1 -0
  110. package/dist/{chunk-5ZQYHXKU-BMnKD7Zq.cjs → chunk-5ZQYHXKU-35HHGVyc.cjs} +2 -2
  111. package/dist/{chunk-5ZQYHXKU-C4uam08j.js → chunk-5ZQYHXKU-BvO58_5C.js} +3 -3
  112. package/dist/chunk-727SXJPM-BCv3AEZb.cjs +206 -0
  113. package/dist/{chunk-727SXJPM-Dof0vDVV.js → chunk-727SXJPM-BDsxon3G.js} +73 -70
  114. package/dist/{chunk-AQP2D5EJ-DdWeFQ4O.cjs → chunk-AQP2D5EJ-CPbTYzEZ.cjs} +2 -2
  115. package/dist/{chunk-AQP2D5EJ-N9ii4fwJ.js → chunk-AQP2D5EJ-Cp3ieoZF.js} +6 -6
  116. package/dist/{chunk-BSJP7CBP-Bx5APwBA.js → chunk-BSJP7CBP-BjkTjHJ6.js} +1 -1
  117. package/dist/{chunk-BSJP7CBP-CaeBFqNU.cjs → chunk-BSJP7CBP-DtjFXF0S.cjs} +1 -1
  118. package/dist/{chunk-CSCIHK7Q-9WKhcDqw.js → chunk-CSCIHK7Q-Drr_NBLR.js} +598 -1146
  119. package/dist/chunk-CSCIHK7Q-WWTYrQLt.cjs +122 -0
  120. package/dist/chunk-Dqa2HsxW.js +20 -0
  121. package/dist/{chunk-FMBD7UC4-CiO_59ls.cjs → chunk-FMBD7UC4-BLLpskYF.cjs} +2 -2
  122. package/dist/{chunk-FMBD7UC4-BbggSGOg.js → chunk-FMBD7UC4-Cia16Ryi.js} +1 -1
  123. package/dist/{chunk-KSCS5N6A-DO8jEi0y.cjs → chunk-KSCS5N6A-DSWnBtbV.cjs} +2 -2
  124. package/dist/{chunk-KSCS5N6A-BY1s4eGg.js → chunk-KSCS5N6A-pd39ksIM.js} +10 -10
  125. package/dist/{chunk-L5ZTLDWV-D3UwMopa.js → chunk-L5ZTLDWV-DXk-PQPS.js} +3 -3
  126. package/dist/{chunk-L5ZTLDWV-BE9udiOh.cjs → chunk-L5ZTLDWV-sRcGREMv.cjs} +1 -1
  127. package/dist/chunk-LZXEDZCA-4kbGESh2.cjs +1 -0
  128. package/dist/{chunk-LZXEDZCA-KzBFuWPU.js → chunk-LZXEDZCA-oQMllZja.js} +9 -9
  129. package/dist/{chunk-ND2GUHAM-CHTke4K8.js → chunk-ND2GUHAM-CKQ1Jk8O.js} +3 -3
  130. package/dist/{chunk-ND2GUHAM-DdBSZTft.cjs → chunk-ND2GUHAM-See9KDdJ.cjs} +1 -1
  131. package/dist/{chunk-NNHCCRGN-D_orSz6n.js → chunk-NNHCCRGN-BB1q5NkR.js} +32 -16
  132. package/dist/{chunk-NNHCCRGN-aKMHXBzL.cjs → chunk-NNHCCRGN-qV8bfiMQ.cjs} +13 -13
  133. package/dist/{chunk-NZK2D7GU-BVOINLmx.js → chunk-NZK2D7GU-CqugOMaJ.js} +2 -2
  134. package/dist/{chunk-NZK2D7GU-_twqedIe.cjs → chunk-NZK2D7GU-FNVK0iHI.cjs} +1 -1
  135. package/dist/{chunk-O5CBEL6O-VsMF4aZB.js → chunk-O5CBEL6O-BIU6TcWp.js} +3 -3
  136. package/dist/{chunk-O5CBEL6O-CDvi2oZo.cjs → chunk-O5CBEL6O-BU_i0jbb.cjs} +2 -2
  137. package/dist/{chunk-QZHKN3VN-CHjRGMI2.cjs → chunk-QZHKN3VN-DPdobKra.cjs} +1 -1
  138. package/dist/{chunk-QZHKN3VN-DCddt14Q.js → chunk-QZHKN3VN-cS9OamWo.js} +1 -1
  139. package/dist/{chunk-WU5MYG2G-mQn7Wt-i.js → chunk-WU5MYG2G-BL6T82Hi.js} +2 -2
  140. package/dist/chunk-WU5MYG2G-qi7ZaL3o.cjs +1 -0
  141. package/dist/{chunk-XPW4576I-BCowsgDU.js → chunk-XPW4576I-B9aC8EBY.js} +1 -1
  142. package/dist/{chunk-XPW4576I-D_mwgMVU.cjs → chunk-XPW4576I-Dsm0jctf.cjs} +2 -2
  143. package/dist/chunk-mLOUI7ql.cjs +1 -0
  144. package/dist/classDiagram-4FO5ZUOK-Dc-Jypl3.js +29 -0
  145. package/dist/classDiagram-4FO5ZUOK-Dqxk6PU-.cjs +1 -0
  146. package/dist/classDiagram-v2-Q7XG4LA2-DZ44tKmY.js +29 -0
  147. package/dist/classDiagram-v2-Q7XG4LA2-Dqxk6PU-.cjs +1 -0
  148. package/dist/components/echarts/echarts-graph.d.ts.map +1 -1
  149. package/dist/components/input-panel/assets/data.d.ts +1 -0
  150. package/dist/components/input-panel/assets/data.d.ts.map +1 -1
  151. package/dist/components/input-panel/input-panel-types.d.ts +5 -0
  152. package/dist/components/input-panel/input-panel-types.d.ts.map +1 -1
  153. package/dist/components/input-panel/input-panel-utils.d.ts +1 -0
  154. package/dist/components/input-panel/input-panel-utils.d.ts.map +1 -1
  155. package/dist/components/input-panel/input-panel.d.ts.map +1 -1
  156. package/dist/components/pdf/pdf-utils.d.ts +1 -1
  157. package/dist/components/pdf/pdf-utils.d.ts.map +1 -1
  158. package/dist/components/{image-list → shape-list}/components/error-boundary.d.ts +1 -1
  159. package/dist/components/{image-list → shape-list}/components/error-boundary.d.ts.map +1 -1
  160. package/dist/components/shape-list/components/shape-list-drill-down.d.ts +4 -0
  161. package/dist/components/shape-list/components/shape-list-drill-down.d.ts.map +1 -0
  162. package/dist/components/{image-list/components/image-list-command-panel.d.ts → shape-list/components/toolbar/command-panel.d.ts} +4 -4
  163. package/dist/components/shape-list/components/toolbar/command-panel.d.ts.map +1 -0
  164. package/dist/components/{image-list/components/image-list-command-trigger.d.ts → shape-list/components/toolbar/command-trigger.d.ts} +4 -4
  165. package/dist/components/shape-list/components/toolbar/command-trigger.d.ts.map +1 -0
  166. package/dist/components/shape-list/components/toolbar/filter-picker.d.ts +14 -0
  167. package/dist/components/shape-list/components/toolbar/filter-picker.d.ts.map +1 -0
  168. package/dist/components/shape-list/components/toolbar/json-viewer.d.ts +11 -0
  169. package/dist/components/shape-list/components/toolbar/json-viewer.d.ts.map +1 -0
  170. package/dist/components/shape-list/components/toolbar/navigation-picker.d.ts +15 -0
  171. package/dist/components/shape-list/components/toolbar/navigation-picker.d.ts.map +1 -0
  172. package/dist/components/shape-list/components/toolbar/sort-picker.d.ts +14 -0
  173. package/dist/components/shape-list/components/toolbar/sort-picker.d.ts.map +1 -0
  174. package/dist/components/shape-list/context/shape-list-context.d.ts +31 -0
  175. package/dist/components/shape-list/context/shape-list-context.d.ts.map +1 -0
  176. package/dist/components/shape-list/context/shape-list-filter-context.d.ts +9 -0
  177. package/dist/components/shape-list/context/shape-list-filter-context.d.ts.map +1 -0
  178. package/dist/components/shape-list/context/shape-list-sort-context.d.ts +9 -0
  179. package/dist/components/shape-list/context/shape-list-sort-context.d.ts.map +1 -0
  180. package/dist/components/{image-list/image-list-state-context.d.ts → shape-list/context/shape-list-state-context.d.ts} +2 -2
  181. package/dist/components/shape-list/context/shape-list-state-context.d.ts.map +1 -0
  182. package/dist/components/{image-list → shape-list}/hooks/useCommandPickers.d.ts.map +1 -1
  183. package/dist/components/shape-list/hooks/useLazyShapeData.d.ts +35 -0
  184. package/dist/components/shape-list/hooks/useLazyShapeData.d.ts.map +1 -0
  185. package/dist/components/shape-list/hooks/useLazyShapeData.test.d.ts +2 -0
  186. package/dist/components/shape-list/hooks/useLazyShapeData.test.d.ts.map +1 -0
  187. package/dist/components/{image-list → shape-list}/hooks/useNavigation.d.ts +1 -1
  188. package/dist/components/{image-list → shape-list}/hooks/useNavigation.d.ts.map +1 -1
  189. package/dist/components/{image-list → shape-list}/hooks/useSelection.d.ts +4 -4
  190. package/dist/components/{image-list → shape-list}/hooks/useSelection.d.ts.map +1 -1
  191. package/dist/components/{image-list → shape-list}/hooks/useStripOverflow.d.ts.map +1 -1
  192. package/dist/components/shape-list/items/node-content.d.ts +47 -0
  193. package/dist/components/shape-list/items/node-content.d.ts.map +1 -0
  194. package/dist/components/shape-list/items/shape.d.ts +20 -0
  195. package/dist/components/shape-list/items/shape.d.ts.map +1 -0
  196. package/dist/components/shape-list/navigation-modes/_shared/navigation-orchestrator.d.ts +13 -0
  197. package/dist/components/shape-list/navigation-modes/_shared/navigation-orchestrator.d.ts.map +1 -0
  198. package/dist/components/shape-list/navigation-modes/_shared/panel/context-menu.d.ts +4 -0
  199. package/dist/components/shape-list/navigation-modes/_shared/panel/context-menu.d.ts.map +1 -0
  200. package/dist/components/shape-list/navigation-modes/_shared/panel/index.d.ts +7 -0
  201. package/dist/components/shape-list/navigation-modes/_shared/panel/index.d.ts.map +1 -0
  202. package/dist/components/shape-list/navigation-modes/_shared/panel/item-content.d.ts +11 -0
  203. package/dist/components/shape-list/navigation-modes/_shared/panel/item-content.d.ts.map +1 -0
  204. package/dist/components/shape-list/navigation-modes/_shared/panel/panel.d.ts +18 -0
  205. package/dist/components/shape-list/navigation-modes/_shared/panel/panel.d.ts.map +1 -0
  206. package/dist/components/shape-list/navigation-modes/_shared/panel/rail-item.d.ts +8 -0
  207. package/dist/components/shape-list/navigation-modes/_shared/panel/rail-item.d.ts.map +1 -0
  208. package/dist/components/shape-list/navigation-modes/_shared/panel/section-view.d.ts +6 -0
  209. package/dist/components/shape-list/navigation-modes/_shared/panel/section-view.d.ts.map +1 -0
  210. package/dist/components/shape-list/navigation-modes/_shared/panel/shell.d.ts +13 -0
  211. package/dist/components/shape-list/navigation-modes/_shared/panel/shell.d.ts.map +1 -0
  212. package/dist/components/shape-list/navigation-modes/_shared/panel/tree-item.d.ts +9 -0
  213. package/dist/components/shape-list/navigation-modes/_shared/panel/tree-item.d.ts.map +1 -0
  214. package/dist/components/shape-list/navigation-modes/_shared/strip/index.d.ts +4 -0
  215. package/dist/components/shape-list/navigation-modes/_shared/strip/index.d.ts.map +1 -0
  216. package/dist/components/{image-list/components → shape-list/navigation-modes/_shared/strip}/strip-child-popup.d.ts +1 -1
  217. package/dist/components/shape-list/navigation-modes/_shared/strip/strip-child-popup.d.ts.map +1 -0
  218. package/dist/components/{image-list/components → shape-list/navigation-modes/_shared/strip}/strip-item.d.ts +1 -1
  219. package/dist/components/shape-list/navigation-modes/_shared/strip/strip-item.d.ts.map +1 -0
  220. package/dist/components/{image-list/components → shape-list/navigation-modes/_shared/strip}/strip-overflow-button.d.ts +1 -1
  221. package/dist/components/shape-list/navigation-modes/_shared/strip/strip-overflow-button.d.ts.map +1 -0
  222. package/dist/components/shape-list/navigation-modes/catalog/index.d.ts +3 -0
  223. package/dist/components/shape-list/navigation-modes/catalog/index.d.ts.map +1 -0
  224. package/dist/components/shape-list/navigation-modes/catalog/shape-list-catalog.d.ts +5 -0
  225. package/dist/components/shape-list/navigation-modes/catalog/shape-list-catalog.d.ts.map +1 -0
  226. package/dist/components/shape-list/navigation-modes/compact/index.d.ts +3 -0
  227. package/dist/components/shape-list/navigation-modes/compact/index.d.ts.map +1 -0
  228. package/dist/components/shape-list/navigation-modes/compact/shape-list-compact.d.ts +5 -0
  229. package/dist/components/shape-list/navigation-modes/compact/shape-list-compact.d.ts.map +1 -0
  230. package/dist/components/shape-list/navigation-modes/explorer/index.d.ts +4 -0
  231. package/dist/components/shape-list/navigation-modes/explorer/index.d.ts.map +1 -0
  232. package/dist/components/shape-list/navigation-modes/explorer/shape-list-explorer.d.ts +5 -0
  233. package/dist/components/shape-list/navigation-modes/explorer/shape-list-explorer.d.ts.map +1 -0
  234. package/dist/components/shape-list/navigation-modes/explorer/shape-list-tree.d.ts +5 -0
  235. package/dist/components/shape-list/navigation-modes/explorer/shape-list-tree.d.ts.map +1 -0
  236. package/dist/components/shape-list/navigation-modes/h-strip/index.d.ts +3 -0
  237. package/dist/components/shape-list/navigation-modes/h-strip/index.d.ts.map +1 -0
  238. package/dist/components/shape-list/navigation-modes/h-strip/shape-list-h-strip.d.ts +5 -0
  239. package/dist/components/shape-list/navigation-modes/h-strip/shape-list-h-strip.d.ts.map +1 -0
  240. package/dist/components/shape-list/navigation-modes/modal/index.d.ts +3 -0
  241. package/dist/components/shape-list/navigation-modes/modal/index.d.ts.map +1 -0
  242. package/dist/components/shape-list/navigation-modes/modal/shape-list-modal.d.ts +5 -0
  243. package/dist/components/shape-list/navigation-modes/modal/shape-list-modal.d.ts.map +1 -0
  244. package/dist/components/shape-list/navigation-modes/rail/index.d.ts +3 -0
  245. package/dist/components/shape-list/navigation-modes/rail/index.d.ts.map +1 -0
  246. package/dist/components/shape-list/navigation-modes/rail/shape-list-rail.d.ts +11 -0
  247. package/dist/components/shape-list/navigation-modes/rail/shape-list-rail.d.ts.map +1 -0
  248. package/dist/components/shape-list/navigation-modes/sidebar/index.d.ts +3 -0
  249. package/dist/components/shape-list/navigation-modes/sidebar/index.d.ts.map +1 -0
  250. package/dist/components/shape-list/navigation-modes/sidebar/shape-list-sidebar.d.ts +11 -0
  251. package/dist/components/shape-list/navigation-modes/sidebar/shape-list-sidebar.d.ts.map +1 -0
  252. package/dist/components/shape-list/navigation-modes/slideshow/index.d.ts +3 -0
  253. package/dist/components/shape-list/navigation-modes/slideshow/index.d.ts.map +1 -0
  254. package/dist/components/shape-list/navigation-modes/slideshow/shape-list-slideshow.d.ts +5 -0
  255. package/dist/components/shape-list/navigation-modes/slideshow/shape-list-slideshow.d.ts.map +1 -0
  256. package/dist/components/shape-list/navigation-modes/v-strip/index.d.ts +3 -0
  257. package/dist/components/shape-list/navigation-modes/v-strip/index.d.ts.map +1 -0
  258. package/dist/components/shape-list/navigation-modes/v-strip/shape-list-v-strip.d.ts +5 -0
  259. package/dist/components/shape-list/navigation-modes/v-strip/shape-list-v-strip.d.ts.map +1 -0
  260. package/dist/components/shape-list/navigation-modes/workspace/index.d.ts +3 -0
  261. package/dist/components/shape-list/navigation-modes/workspace/index.d.ts.map +1 -0
  262. package/dist/components/shape-list/navigation-modes/workspace/shape-list-workspace.d.ts +11 -0
  263. package/dist/components/shape-list/navigation-modes/workspace/shape-list-workspace.d.ts.map +1 -0
  264. package/dist/components/shape-list/shape-list.d.ts +5 -0
  265. package/dist/components/shape-list/shape-list.d.ts.map +1 -0
  266. package/dist/components/shape-list/slots/renderers/brand.d.ts +6 -0
  267. package/dist/components/shape-list/slots/renderers/brand.d.ts.map +1 -0
  268. package/dist/components/shape-list/slots/renderers/cta.d.ts +9 -0
  269. package/dist/components/shape-list/slots/renderers/cta.d.ts.map +1 -0
  270. package/dist/components/shape-list/slots/renderers/icon.d.ts +11 -0
  271. package/dist/components/shape-list/slots/renderers/icon.d.ts.map +1 -0
  272. package/dist/components/shape-list/slots/renderers/section-header.d.ts +7 -0
  273. package/dist/components/shape-list/slots/renderers/section-header.d.ts.map +1 -0
  274. package/dist/components/shape-list/slots/renderers/shape-cell.d.ts +9 -0
  275. package/dist/components/shape-list/slots/renderers/shape-cell.d.ts.map +1 -0
  276. package/dist/components/shape-list/slots/slot-config.d.ts +7 -0
  277. package/dist/components/shape-list/slots/slot-config.d.ts.map +1 -0
  278. package/dist/components/shape-list/slots/slot-model.d.ts +6 -0
  279. package/dist/components/shape-list/slots/slot-model.d.ts.map +1 -0
  280. package/dist/components/shape-list/slots/slot-node.d.ts +9 -0
  281. package/dist/components/shape-list/slots/slot-node.d.ts.map +1 -0
  282. package/dist/components/shape-list/slots/slot-render-utils.d.ts +11 -0
  283. package/dist/components/shape-list/slots/slot-render-utils.d.ts.map +1 -0
  284. package/dist/components/shape-list/slots/slot-types.d.ts +151 -0
  285. package/dist/components/shape-list/slots/slot-types.d.ts.map +1 -0
  286. package/dist/components/shape-list/slots/test/slot-model.test.d.ts +2 -0
  287. package/dist/components/shape-list/slots/test/slot-model.test.d.ts.map +1 -0
  288. package/dist/components/shape-list/types/shape-list-types.d.ts +181 -0
  289. package/dist/components/shape-list/types/shape-list-types.d.ts.map +1 -0
  290. package/dist/components/shape-list/utils/column-utils.d.ts +9 -0
  291. package/dist/components/shape-list/utils/column-utils.d.ts.map +1 -0
  292. package/dist/components/{image-list/image-list-debug-utils.d.ts → shape-list/utils/debug-utils.d.ts} +6 -6
  293. package/dist/components/shape-list/utils/debug-utils.d.ts.map +1 -0
  294. package/dist/components/shape-list/utils/filter-utils.d.ts +12 -0
  295. package/dist/components/shape-list/utils/filter-utils.d.ts.map +1 -0
  296. package/dist/components/shape-list/utils/keyboard-utils.d.ts +12 -0
  297. package/dist/components/shape-list/utils/keyboard-utils.d.ts.map +1 -0
  298. package/dist/components/shape-list/utils/navigation-options.d.ts +30 -0
  299. package/dist/components/shape-list/utils/navigation-options.d.ts.map +1 -0
  300. package/dist/components/shape-list/utils/node-utils.d.ts +12 -0
  301. package/dist/components/shape-list/utils/node-utils.d.ts.map +1 -0
  302. package/dist/components/shape-list/utils/sort-utils.d.ts +13 -0
  303. package/dist/components/shape-list/utils/sort-utils.d.ts.map +1 -0
  304. package/dist/components/shape-list/utils/typeahead-utils.d.ts +28 -0
  305. package/dist/components/shape-list/utils/typeahead-utils.d.ts.map +1 -0
  306. package/dist/components/toolbar/toolbar-nodes/toolbar-plain-node.d.ts.map +1 -1
  307. package/dist/cose-bilkent-S5V4N54A-BxQyjZqX.cjs +1 -0
  308. package/dist/{cose-bilkent-S5V4N54A-Bfb7U01p.js → cose-bilkent-S5V4N54A-DZmA7Nat.js} +27 -26
  309. package/dist/{cytoscape.esm-VShrX2U1.js → cytoscape.esm-BU21wl3m.js} +17 -17
  310. package/dist/{cytoscape.esm-BzblyxzZ.cjs → cytoscape.esm-CElDUMAx.cjs} +4 -4
  311. package/dist/{dagre-Cg4CV48I.js → dagre-3-RnF0EK.js} +1 -1
  312. package/dist/{dagre-CC68z3y6.cjs → dagre-B2BBwKNb.cjs} +1 -1
  313. package/dist/{dagre-BM42HDAG-D87Rv2R4.js → dagre-BM42HDAG-DwRqEen8.js} +11 -11
  314. package/dist/{dagre-BM42HDAG-BhbA1R8l.cjs → dagre-BM42HDAG-E2Jw6uLH.cjs} +1 -1
  315. package/dist/{defaultLocale-Bj_Ndo9V.cjs → defaultLocale-u9yUoUmE.cjs} +1 -1
  316. package/dist/{diagram-2AECGRRQ-OSYCK0tv.js → diagram-2AECGRRQ-BITzWXbn.js} +8 -8
  317. package/dist/{diagram-2AECGRRQ-C6vI3yau.cjs → diagram-2AECGRRQ-BkwGTiAT.cjs} +1 -1
  318. package/dist/{diagram-5GNKFQAL-BS9rRMAe.cjs → diagram-5GNKFQAL-CvMOQgoH.cjs} +1 -1
  319. package/dist/{diagram-5GNKFQAL-DnquluB9.js → diagram-5GNKFQAL-bsRwDc-2.js} +9 -9
  320. package/dist/{diagram-KO2AKTUF-CjA_KTJj.cjs → diagram-KO2AKTUF-DKGDs9Ax.cjs} +2 -2
  321. package/dist/{diagram-KO2AKTUF-CFi6eQYd.js → diagram-KO2AKTUF-DwTH3Hoo.js} +8 -8
  322. package/dist/{diagram-LMA3HP47-DBwSTp2j.cjs → diagram-LMA3HP47-BojSLu6w.cjs} +1 -1
  323. package/dist/{diagram-LMA3HP47-Cwm5bzeM.js → diagram-LMA3HP47-nYPIM4Uq.js} +8 -8
  324. package/dist/{diagram-OG6HWLK6-DvGk1j55.js → diagram-OG6HWLK6-CPzvG6Xi.js} +12 -12
  325. package/dist/{diagram-OG6HWLK6-BdLnbUYy.cjs → diagram-OG6HWLK6-bHqMXqif.cjs} +1 -1
  326. package/dist/{dist-9MKIBfY4.js → dist-BEmBi80K.js} +1 -1
  327. package/dist/dist-Dwq87x4R.cjs +1 -0
  328. package/dist/{erDiagram-TEJ5UH35-B17mqgD_.js → erDiagram-TEJ5UH35-BxeM1F9k.js} +13 -13
  329. package/dist/{erDiagram-TEJ5UH35-NlRiP_bX.cjs → erDiagram-TEJ5UH35-CqUBZsAh.cjs} +1 -1
  330. package/dist/eventmodeling-FCH6USID-Cued7Lz2.cjs +1 -0
  331. package/dist/eventmodeling-FCH6USID-mCB8hc7X.js +3 -0
  332. package/dist/flowDiagram-I6XJVG4X-DsjMn89E.cjs +162 -0
  333. package/dist/{flowDiagram-I6XJVG4X-C2G6Tgw_.js → flowDiagram-I6XJVG4X-Dx5d6cgt.js} +97 -96
  334. package/dist/functional-components/action/action-types.d.ts +5 -1
  335. package/dist/functional-components/action/action-types.d.ts.map +1 -1
  336. package/dist/functional-components/action/action-utils.d.ts +1 -2
  337. package/dist/functional-components/action/action-utils.d.ts.map +1 -1
  338. package/dist/functional-components/action/action.d.ts.map +1 -1
  339. package/dist/functional-components/action-list/action-list-types.d.ts +2 -2
  340. package/dist/functional-components/badge/badge-assets.d.ts +3 -3
  341. package/dist/functional-components/badge/badge-assets.d.ts.map +1 -1
  342. package/dist/functional-components/shape/index.d.ts +9 -0
  343. package/dist/functional-components/shape/index.d.ts.map +1 -0
  344. package/dist/functional-components/shape/shape-map.d.ts +3 -0
  345. package/dist/functional-components/shape/shape-map.d.ts.map +1 -0
  346. package/dist/functional-components/shape/shape-registry.d.ts +25 -0
  347. package/dist/functional-components/shape/shape-registry.d.ts.map +1 -0
  348. package/dist/functional-components/shape/shape-resolver.d.ts +61 -0
  349. package/dist/functional-components/shape/shape-resolver.d.ts.map +1 -0
  350. package/dist/functional-components/shape/shape-types.d.ts +55 -0
  351. package/dist/functional-components/shape/shape-types.d.ts.map +1 -0
  352. package/dist/functional-components/shape/shape.d.ts +5 -0
  353. package/dist/functional-components/shape/shape.d.ts.map +1 -0
  354. package/dist/functional-components/shape/slot-resolver.d.ts +24 -0
  355. package/dist/functional-components/shape/slot-resolver.d.ts.map +1 -0
  356. package/dist/functional-components/shape/slot-types.d.ts +27 -0
  357. package/dist/functional-components/shape/slot-types.d.ts.map +1 -0
  358. package/dist/functional-components/shape/useSlotResolver.d.ts +13 -0
  359. package/dist/functional-components/shape/useSlotResolver.d.ts.map +1 -0
  360. package/dist/{ganttDiagram-6RSMTGT7-Bb6bqcaS.js → ganttDiagram-6RSMTGT7-CFuwKLrB.js} +192 -191
  361. package/dist/ganttDiagram-6RSMTGT7-CG_knKFc.cjs +292 -0
  362. package/dist/gitGraph-WXDBUCRP-B23gOjfP.js +3 -0
  363. package/dist/gitGraph-WXDBUCRP-Bi-Y5dA7.cjs +1 -0
  364. package/dist/{gitGraphDiagram-PVQCEYII-BzbgPrwe.cjs → gitGraphDiagram-PVQCEYII-B-VOfNjd.cjs} +1 -1
  365. package/dist/{gitGraphDiagram-PVQCEYII-DiJUr7lO.js → gitGraphDiagram-PVQCEYII-B2CaQTP_.js} +8 -8
  366. package/dist/graphlib-CkkG5MuS.cjs +1 -0
  367. package/dist/{graphlib-B1zohIOM.js → graphlib-VMWSbyYi.js} +2 -1
  368. package/dist/index.d.ts +96 -10
  369. package/dist/index.d.ts.map +1 -1
  370. package/dist/info-J43DQDTF-DC3N8SoX.js +3 -0
  371. package/dist/info-J43DQDTF-jRjlWVKj.cjs +1 -0
  372. package/dist/{infoDiagram-5YYISTIA-fhwEAAjF.cjs → infoDiagram-5YYISTIA-22jaR465.cjs} +1 -1
  373. package/dist/{infoDiagram-5YYISTIA-C8P9DHlE.js → infoDiagram-5YYISTIA-CM-al6Jc.js} +4 -4
  374. package/dist/{init-CEL65JUo.cjs → init-07zIhv_j.cjs} +1 -1
  375. package/dist/{ishikawaDiagram-YF4QCWOH-j6IZz59g.cjs → ishikawaDiagram-YF4QCWOH-CSRSkgHx.cjs} +1 -1
  376. package/dist/{ishikawaDiagram-YF4QCWOH-rqNbTKZp.js → ishikawaDiagram-YF4QCWOH-CfOvUIo-.js} +5 -5
  377. package/dist/{journeyDiagram-JHISSGLW-peUJlm3L.js → journeyDiagram-JHISSGLW-BMECXtd1.js} +5 -5
  378. package/dist/{journeyDiagram-JHISSGLW-BhHdd4y3.cjs → journeyDiagram-JHISSGLW-P42eSNEh.cjs} +1 -1
  379. package/dist/jsx-runtime-DCATrIRp.js +183 -0
  380. package/dist/jsx-runtime-DtVwqYNW.cjs +6 -0
  381. package/dist/{kanban-definition-UN3LZRKU-DLxDqiQn.js → kanban-definition-UN3LZRKU-DCzfGTs4.js} +10 -10
  382. package/dist/{kanban-definition-UN3LZRKU-TUg1x5yJ.cjs → kanban-definition-UN3LZRKU-DplPe2EX.cjs} +1 -1
  383. package/dist/ketchup2.cjs.js +102 -113
  384. package/dist/ketchup2.css +1 -1
  385. package/dist/ketchup2.es.js +42603 -47531
  386. package/dist/{line-BhAnxCE8.js → line-0G6sJTVA.js} +3 -3
  387. package/dist/{line-CpcTW4h-.cjs → line-CLmmMPn2.cjs} +1 -1
  388. package/dist/{linear-lSeWuvgy.js → linear-BNWgac81.js} +3 -3
  389. package/dist/{linear-D0eFmsG1.cjs → linear-yBssgUAc.cjs} +1 -1
  390. package/dist/locale/en/translation.json.d.ts +13 -2
  391. package/dist/locale/it/translation.json.d.ts +13 -2
  392. package/dist/mermaid-parser.core-ADyJ_PY4.cjs +3 -0
  393. package/dist/mermaid-parser.core-D6xVjl2t.js +373 -0
  394. package/dist/{mindmap-definition-RKZ34NQL-D9BOsg5W.cjs → mindmap-definition-RKZ34NQL-DbK4qO1Z.cjs} +1 -1
  395. package/dist/{mindmap-definition-RKZ34NQL-DHkmUkxh.js → mindmap-definition-RKZ34NQL-DpX8ksst.js} +13 -13
  396. package/dist/{ordinal-BnUYNBtU.cjs → ordinal-CUPR-p0T.cjs} +1 -1
  397. package/dist/{ordinal-MD9_ORcM.js → ordinal-D_ZgubzR.js} +1 -1
  398. package/dist/packet-YPE3B663-CGZxZ1Z0.cjs +1 -0
  399. package/dist/packet-YPE3B663-D2JW2EUF.js +3 -0
  400. package/dist/{path-CRahBUHI.cjs → path-Kklx0M1v.cjs} +1 -1
  401. package/dist/pie-LRSECV5Y-BHyd33ZA.js +3 -0
  402. package/dist/pie-LRSECV5Y-Ca_qbHEv.cjs +1 -0
  403. package/dist/{pieDiagram-4H26LBE5-ByA7ytZx.js → pieDiagram-4H26LBE5-CCgLxjTB.js} +13 -13
  404. package/dist/{pieDiagram-4H26LBE5-CrLJh4L9.cjs → pieDiagram-4H26LBE5-DAhjc9WT.cjs} +1 -1
  405. package/dist/purify.es-9OKVhuci.js +735 -0
  406. package/dist/purify.es-hdXGOu6N.cjs +3 -0
  407. package/dist/{quadrantDiagram-W4KKPZXB-CalC_db_.cjs → quadrantDiagram-W4KKPZXB-BBEQhVJy.cjs} +1 -1
  408. package/dist/{quadrantDiagram-W4KKPZXB-CHHpmu1l.js → quadrantDiagram-W4KKPZXB-Bgw66PrU.js} +3 -3
  409. package/dist/radar-GUYGQ44K-BpJWFTCm.js +3 -0
  410. package/dist/radar-GUYGQ44K-CYqWSxO_.cjs +1 -0
  411. package/dist/{requirementDiagram-4Y6WPE33-BVcDFSx8.js → requirementDiagram-4Y6WPE33-BzNEhq-x.js} +12 -12
  412. package/dist/{requirementDiagram-4Y6WPE33-SsePLT8d.cjs → requirementDiagram-4Y6WPE33-L_lL0BcB.cjs} +1 -1
  413. package/dist/{rough.esm-BEA_SCZB.cjs → rough.esm-r0QOSzHM.cjs} +1 -1
  414. package/dist/{sankeyDiagram-5OEKKPKP-C-ODz9lV.js → sankeyDiagram-5OEKKPKP-06MsaQmt.js} +3 -3
  415. package/dist/{sankeyDiagram-5OEKKPKP-BgvTZ7jd.cjs → sankeyDiagram-5OEKKPKP-Dy9K3F81.cjs} +1 -1
  416. package/dist/{sequenceDiagram-3UESZ5HK-DEVLteqD.cjs → sequenceDiagram-3UESZ5HK-C69YSjBM.cjs} +2 -2
  417. package/dist/{sequenceDiagram-3UESZ5HK-Cnc0aDO4.js → sequenceDiagram-3UESZ5HK-QEaDF4MY.js} +21 -21
  418. package/dist/src-CFBvxm_0.cjs +1 -0
  419. package/dist/{src-v9RrE_4h.js → src-GDFuItmC.js} +569 -581
  420. package/dist/{stateDiagram-AJRCARHV-CuHe6Iji.js → stateDiagram-AJRCARHV-BTzCb_Q-.js} +16 -16
  421. package/dist/{stateDiagram-AJRCARHV-D_yPvIRw.cjs → stateDiagram-AJRCARHV-CBbDL4Ct.cjs} +1 -1
  422. package/dist/stateDiagram-v2-BHNVJYJU-BrQR0oUL.cjs +1 -0
  423. package/dist/stateDiagram-v2-BHNVJYJU-C7E3JbTB.js +27 -0
  424. package/dist/{timeline-definition-PNZ67QCA-Cynbc96w.cjs → timeline-definition-PNZ67QCA-DJ9VKw6h.cjs} +1 -1
  425. package/dist/{timeline-definition-PNZ67QCA-Bj1BItRB.js → timeline-definition-PNZ67QCA-DoD4D5kw.js} +5 -5
  426. package/dist/treeView-BLDUP644-C9tQMbiq.js +3 -0
  427. package/dist/treeView-BLDUP644-DKh9BcaT.cjs +1 -0
  428. package/dist/treemap-LRROVOQU-2aferAph.cjs +1 -0
  429. package/dist/treemap-LRROVOQU-CBv3oGC3.js +3 -0
  430. package/dist/types/data-structures.d.ts +4 -0
  431. package/dist/types/data-structures.d.ts.map +1 -1
  432. package/dist/types/translation.d.ts +14 -3
  433. package/dist/types/translation.d.ts.map +1 -1
  434. package/dist/useObjectProtocol-3BhpCUjG.cjs +3 -0
  435. package/dist/useObjectProtocol-DZdggHDN.js +4333 -0
  436. package/dist/utils/objects.d.ts +2 -0
  437. package/dist/utils/objects.d.ts.map +1 -1
  438. package/dist/{v4-CA8ev9YY.cjs → v4-Dyp-SQ1c.cjs} +1 -1
  439. package/dist/{vennDiagram-CIIHVFJN-Dm4D6omA.cjs → vennDiagram-CIIHVFJN-DeRVKdRG.cjs} +2 -2
  440. package/dist/{vennDiagram-CIIHVFJN-CdmcxixA.js → vennDiagram-CIIHVFJN-Du1h-z8K.js} +5 -5
  441. package/dist/wardley-L42UT6IY-CIM0_V5T.js +3 -0
  442. package/dist/wardley-L42UT6IY-DjjjOB8T.cjs +1 -0
  443. package/dist/{wardleyDiagram-YWT4CUSO-C-DdutxP.cjs → wardleyDiagram-YWT4CUSO-CaaSvy6n.cjs} +1 -1
  444. package/dist/{wardleyDiagram-YWT4CUSO-D1o116Wi.js → wardleyDiagram-YWT4CUSO-CjOm3Xnp.js} +8 -8
  445. package/dist/{xychartDiagram-2RQKCTM6-D0D4PIQS.cjs → xychartDiagram-2RQKCTM6-CWncieig.cjs} +1 -1
  446. package/dist/{xychartDiagram-2RQKCTM6-Byw7djcg.js → xychartDiagram-2RQKCTM6-D0hXWFFN.js} +9 -9
  447. package/package.json +27 -24
  448. package/dist/architecture-7EHR7CIX-Bnyu5zgG.js +0 -3
  449. package/dist/architecture-7EHR7CIX-CKF7-4kH.cjs +0 -1
  450. package/dist/architectureDiagram-3BPJPVTR-BrmPrClJ.cjs +0 -36
  451. package/dist/array-Cx1JwiGD.cjs +0 -1
  452. package/dist/assets/imageListAssets.d.ts.map +0 -1
  453. package/dist/basic-components/qr-code/qr-code-helpers.d.ts +0 -15
  454. package/dist/basic-components/qr-code/qr-code-helpers.d.ts.map +0 -1
  455. package/dist/channel-intTktDQ.cjs +0 -1
  456. package/dist/chunk-4BX2VUAB-CtDGlaPx.cjs +0 -1
  457. package/dist/chunk-4EGX6M5U-BMVrizoY.js +0 -35
  458. package/dist/chunk-4EGX6M5U-VENLmgBt.cjs +0 -1
  459. package/dist/chunk-55IACEB6-VJP3Osm7.cjs +0 -1
  460. package/dist/chunk-5DO6E6H7-Cx6Mfbjl.cjs +0 -1
  461. package/dist/chunk-5DO6E6H7-QuTLwcim.js +0 -23
  462. package/dist/chunk-727SXJPM-DTmqhRKX.cjs +0 -206
  463. package/dist/chunk-BR22UD5L-CS6hURQQ.js +0 -64
  464. package/dist/chunk-BR22UD5L-wI1vkyAT.cjs +0 -1
  465. package/dist/chunk-CSCIHK7Q-BPMuICCz.cjs +0 -123
  466. package/dist/chunk-FHYWG6QK-CfRqYwCI.js +0 -23
  467. package/dist/chunk-FHYWG6QK-DxmnARsZ.cjs +0 -1
  468. package/dist/chunk-LZXEDZCA-Dpz_wx3M.cjs +0 -1
  469. package/dist/chunk-MPE355IW-4bpROspE.js +0 -23
  470. package/dist/chunk-MPE355IW-CxPw_dPP.cjs +0 -1
  471. package/dist/chunk-MZUSXYTE-DA5mUG5B.js +0 -30
  472. package/dist/chunk-MZUSXYTE-DIg1BPts.cjs +0 -1
  473. package/dist/chunk-N66VUXT2-DSbygtq1.cjs +0 -1
  474. package/dist/chunk-N66VUXT2-pDZ1b-B3.js +0 -54
  475. package/dist/chunk-PUPMXCY4-CKjhJQnN.js +0 -23
  476. package/dist/chunk-PUPMXCY4-DsS_t57r.cjs +0 -1
  477. package/dist/chunk-UIBZB4QT-BZf7vqd9.cjs +0 -1
  478. package/dist/chunk-UIBZB4QT-BvFllM0Q.js +0 -23
  479. package/dist/chunk-WCWK7LTN-D_C1as0Y.js +0 -31
  480. package/dist/chunk-WCWK7LTN-Dl2uC9ZD.cjs +0 -1
  481. package/dist/chunk-WU5MYG2G-DgyP9QDj.cjs +0 -1
  482. package/dist/classDiagram-4FO5ZUOK-5DyhpZRK.cjs +0 -1
  483. package/dist/classDiagram-4FO5ZUOK-BHGLQIkz.js +0 -29
  484. package/dist/classDiagram-v2-Q7XG4LA2-CCAbBo05.js +0 -29
  485. package/dist/classDiagram-v2-Q7XG4LA2-D4TX4CLT.cjs +0 -1
  486. package/dist/components/image-list/components/image-list-command-panel.d.ts.map +0 -1
  487. package/dist/components/image-list/components/image-list-command-trigger.d.ts.map +0 -1
  488. package/dist/components/image-list/components/image-list-drill-down.d.ts +0 -4
  489. package/dist/components/image-list/components/image-list-drill-down.d.ts.map +0 -1
  490. package/dist/components/image-list/components/image-list-filter-picker.d.ts +0 -14
  491. package/dist/components/image-list/components/image-list-filter-picker.d.ts.map +0 -1
  492. package/dist/components/image-list/components/image-list-h-strip.d.ts +0 -5
  493. package/dist/components/image-list/components/image-list-h-strip.d.ts.map +0 -1
  494. package/dist/components/image-list/components/image-list-json-viewer.d.ts +0 -11
  495. package/dist/components/image-list/components/image-list-json-viewer.d.ts.map +0 -1
  496. package/dist/components/image-list/components/image-list-menu.d.ts +0 -5
  497. package/dist/components/image-list/components/image-list-menu.d.ts.map +0 -1
  498. package/dist/components/image-list/components/image-list-navigation-picker.d.ts +0 -15
  499. package/dist/components/image-list/components/image-list-navigation-picker.d.ts.map +0 -1
  500. package/dist/components/image-list/components/image-list-sort-picker.d.ts +0 -14
  501. package/dist/components/image-list/components/image-list-sort-picker.d.ts.map +0 -1
  502. package/dist/components/image-list/components/image-list-v-strip.d.ts +0 -5
  503. package/dist/components/image-list/components/image-list-v-strip.d.ts.map +0 -1
  504. package/dist/components/image-list/components/items/image-list-card-item.d.ts +0 -5
  505. package/dist/components/image-list/components/items/image-list-card-item.d.ts.map +0 -1
  506. package/dist/components/image-list/components/items/image-list-folder-item.d.ts +0 -5
  507. package/dist/components/image-list/components/items/image-list-folder-item.d.ts.map +0 -1
  508. package/dist/components/image-list/components/items/image-list-item.d.ts +0 -5
  509. package/dist/components/image-list/components/items/image-list-item.d.ts.map +0 -1
  510. package/dist/components/image-list/components/menu-nav-item.d.ts +0 -5
  511. package/dist/components/image-list/components/menu-nav-item.d.ts.map +0 -1
  512. package/dist/components/image-list/components/navigation-modes/image-list-catalog.d.ts +0 -5
  513. package/dist/components/image-list/components/navigation-modes/image-list-catalog.d.ts.map +0 -1
  514. package/dist/components/image-list/components/navigation-modes/image-list-compact.d.ts +0 -5
  515. package/dist/components/image-list/components/navigation-modes/image-list-compact.d.ts.map +0 -1
  516. package/dist/components/image-list/components/navigation-modes/image-list-explorer.d.ts +0 -5
  517. package/dist/components/image-list/components/navigation-modes/image-list-explorer.d.ts.map +0 -1
  518. package/dist/components/image-list/components/navigation-modes/image-list-modal.d.ts +0 -5
  519. package/dist/components/image-list/components/navigation-modes/image-list-modal.d.ts.map +0 -1
  520. package/dist/components/image-list/components/navigation-modes/image-list-slideshow.d.ts +0 -5
  521. package/dist/components/image-list/components/navigation-modes/image-list-slideshow.d.ts.map +0 -1
  522. package/dist/components/image-list/components/navigation-modes/image-list-tree.d.ts +0 -5
  523. package/dist/components/image-list/components/navigation-modes/image-list-tree.d.ts.map +0 -1
  524. package/dist/components/image-list/components/strip-child-popup.d.ts.map +0 -1
  525. package/dist/components/image-list/components/strip-item.d.ts.map +0 -1
  526. package/dist/components/image-list/components/strip-overflow-button.d.ts.map +0 -1
  527. package/dist/components/image-list/image-list-column-utils.d.ts +0 -9
  528. package/dist/components/image-list/image-list-column-utils.d.ts.map +0 -1
  529. package/dist/components/image-list/image-list-context.d.ts +0 -29
  530. package/dist/components/image-list/image-list-context.d.ts.map +0 -1
  531. package/dist/components/image-list/image-list-debug-utils.d.ts.map +0 -1
  532. package/dist/components/image-list/image-list-filter-context.d.ts +0 -9
  533. package/dist/components/image-list/image-list-filter-context.d.ts.map +0 -1
  534. package/dist/components/image-list/image-list-filter-utils.d.ts +0 -12
  535. package/dist/components/image-list/image-list-filter-utils.d.ts.map +0 -1
  536. package/dist/components/image-list/image-list-sort-context.d.ts +0 -9
  537. package/dist/components/image-list/image-list-sort-context.d.ts.map +0 -1
  538. package/dist/components/image-list/image-list-sort-utils.d.ts +0 -13
  539. package/dist/components/image-list/image-list-sort-utils.d.ts.map +0 -1
  540. package/dist/components/image-list/image-list-state-context.d.ts.map +0 -1
  541. package/dist/components/image-list/image-list-types.d.ts +0 -196
  542. package/dist/components/image-list/image-list-types.d.ts.map +0 -1
  543. package/dist/components/image-list/image-list-utils.d.ts +0 -83
  544. package/dist/components/image-list/image-list-utils.d.ts.map +0 -1
  545. package/dist/components/image-list/image-list.d.ts +0 -5
  546. package/dist/components/image-list/image-list.d.ts.map +0 -1
  547. package/dist/cose-bilkent-S5V4N54A-CE-7Sw0Y.cjs +0 -1
  548. package/dist/dist-DC1YYeHc.cjs +0 -1
  549. package/dist/eventmodeling-FCH6USID-BVaFiLQO.js +0 -3
  550. package/dist/eventmodeling-FCH6USID-leiC8dtX.cjs +0 -1
  551. package/dist/flowDiagram-I6XJVG4X-ChI_6giU.cjs +0 -162
  552. package/dist/ganttDiagram-6RSMTGT7-B0DHqd7u.cjs +0 -292
  553. package/dist/gitGraph-WXDBUCRP-BFFuTWG4.cjs +0 -1
  554. package/dist/gitGraph-WXDBUCRP-Fz2kRwJ-.js +0 -3
  555. package/dist/graphlib-B5AXIZA4.cjs +0 -1
  556. package/dist/info-J43DQDTF-CLRXRK49.js +0 -3
  557. package/dist/info-J43DQDTF-CmpcAuH-.cjs +0 -1
  558. package/dist/mermaid-parser.core-Dz33ts1l.js +0 -74
  559. package/dist/mermaid-parser.core-HQxPJrkY.cjs +0 -3
  560. package/dist/packet-YPE3B663-BwjweAZY.cjs +0 -1
  561. package/dist/packet-YPE3B663-D1Hr9AQm.js +0 -3
  562. package/dist/pie-LRSECV5Y-CpDfN1P0.js +0 -3
  563. package/dist/pie-LRSECV5Y-I1-OkIXi.cjs +0 -1
  564. package/dist/radar-GUYGQ44K-BXt3oO8c.cjs +0 -1
  565. package/dist/radar-GUYGQ44K-ByzrmbOz.js +0 -3
  566. package/dist/src-BgvDIw01.cjs +0 -1
  567. package/dist/stateDiagram-v2-BHNVJYJU-CTnE6fOT.cjs +0 -1
  568. package/dist/stateDiagram-v2-BHNVJYJU-DqstYMSl.js +0 -27
  569. package/dist/treeView-BLDUP644-CxLhpd93.js +0 -3
  570. package/dist/treeView-BLDUP644-DMwVx0AR.cjs +0 -1
  571. package/dist/treemap-LRROVOQU-BqmiLdFI.js +0 -3
  572. package/dist/treemap-LRROVOQU-XhaFZdvI.cjs +0 -1
  573. package/dist/wardley-L42UT6IY-C7UjBmVh.js +0 -3
  574. package/dist/wardley-L42UT6IY-DFAYOpjD.cjs +0 -1
  575. /package/dist/{array-CBdkHBGa.js → array-CApNbSU9.js} +0 -0
  576. /package/dist/components/{image-list → shape-list}/hooks/useCommandPickers.d.ts +0 -0
  577. /package/dist/components/{image-list → shape-list}/hooks/useStripOverflow.d.ts +0 -0
  578. /package/dist/{defaultLocale-dGy1YRID.js → defaultLocale-DnzPsei5.js} +0 -0
  579. /package/dist/{init-B7h4SEX5.js → init-MwSGRDIl.js} +0 -0
  580. /package/dist/{katex-HkVgAsLB.cjs → katex-CkiTumqg.cjs} +0 -0
  581. /package/dist/{katex-DWDh1q_h.js → katex-D-2KeLwt.js} +0 -0
  582. /package/dist/{path-CAXMhBzK.js → path-DGNPZRdx.js} +0 -0
  583. /package/dist/{rough.esm-TWNWL4Us.js → rough.esm-rcMoXTJj.js} +0 -0
  584. /package/dist/{v4-BpDBEhLK.js → v4-BK7K-jy_.js} +0 -0
@@ -1,9 +1,10 @@
1
- import { a as e, c as t, d as n, f as r, g as i, h as a, i as o, p as s, s as c, u as l, v as u, x as d, y as f } from "./src-v9RrE_4h.js";
2
- import { H as p, K as m, U as h, a as g, c as _, s as v, v as y, w as b, x, y as S } from "./chunk-CSCIHK7Q-9WKhcDqw.js";
3
- import { a as C, i as w, n as T, r as E, t as D } from "./linear-lSeWuvgy.js";
4
- import { t as O } from "./init-B7h4SEX5.js";
5
- import { t as k } from "./dist-9MKIBfY4.js";
6
- import { g as ee } from "./chunk-5ZQYHXKU-C4uam08j.js";
1
+ import { r as e, t } from "./chunk-Dqa2HsxW.js";
2
+ import { a as n, c as r, d as i, f as a, g as o, h as s, i as c, p as l, s as u, u as d, v as f } from "./src-GDFuItmC.js";
3
+ import { H as p, K as m, U as h, a as g, c as _, s as v, v as y, w as b, x, y as S } from "./chunk-CSCIHK7Q-Drr_NBLR.js";
4
+ import { a as C, i as w, n as T, r as E, t as D } from "./linear-BNWgac81.js";
5
+ import { t as O } from "./init-MwSGRDIl.js";
6
+ import { t as k } from "./dist-BEmBi80K.js";
7
+ import { g as ee } from "./chunk-5ZQYHXKU-BvO58_5C.js";
7
8
  //#region node_modules/d3-array/src/max.js
8
9
  function A(e, t) {
9
10
  let n;
@@ -97,9 +98,9 @@ var ge = Math.PI / 180, _e = 180 / Math.PI, ve = 18, ye = .96422, be = 1, xe = .
97
98
  function Ee(e) {
98
99
  if (e instanceof j) return new j(e.l, e.a, e.b, e.opacity);
99
100
  if (e instanceof M) return Pe(e);
100
- e instanceof t || (e = l(e));
101
- var n = je(e.r), r = je(e.g), i = je(e.b), a = Oe((.2225045 * n + .7168786 * r + .0606169 * i) / be), o, s;
102
- return n === r && r === i ? o = s = a : (o = Oe((.4360747 * n + .3850649 * r + .1430804 * i) / ye), s = Oe((.0139322 * n + .0971045 * r + .7141733 * i) / xe)), new j(116 * a - 16, 500 * (o - a), 200 * (a - s), e.opacity);
101
+ e instanceof r || (e = d(e));
102
+ var t = je(e.r), n = je(e.g), i = je(e.b), a = Oe((.2225045 * t + .7168786 * n + .0606169 * i) / be), o, s;
103
+ return t === n && n === i ? o = s = a : (o = Oe((.4360747 * t + .3850649 * n + .1430804 * i) / ye), s = Oe((.0139322 * t + .0971045 * n + .7141733 * i) / xe)), new j(116 * a - 16, 500 * (o - a), 200 * (a - s), e.opacity);
103
104
  }
104
105
  function De(e, t, n, r) {
105
106
  return arguments.length === 1 ? Ee(e) : new j(e, t, n, r ?? 1);
@@ -107,7 +108,7 @@ function De(e, t, n, r) {
107
108
  function j(e, t, n, r) {
108
109
  this.l = +e, this.a = +t, this.b = +n, this.opacity = +r;
109
110
  }
110
- n(j, De, r(c, {
111
+ i(j, De, a(u, {
111
112
  brighter(e) {
112
113
  return new j(this.l + ve * (e ?? 1), this.a, this.b, this.opacity);
113
114
  },
@@ -115,8 +116,8 @@ n(j, De, r(c, {
115
116
  return new j(this.l - ve * (e ?? 1), this.a, this.b, this.opacity);
116
117
  },
117
118
  rgb() {
118
- var e = (this.l + 16) / 116, n = isNaN(this.a) ? e : e + this.a / 500, r = isNaN(this.b) ? e : e - this.b / 200;
119
- return n = ye * ke(n), e = be * ke(e), r = xe * ke(r), new t(Ae(3.1338561 * n - 1.6168667 * e - .4906146 * r), Ae(-.9787684 * n + 1.9161415 * e + .033454 * r), Ae(.0719453 * n - .2289914 * e + 1.4052427 * r), this.opacity);
119
+ var e = (this.l + 16) / 116, t = isNaN(this.a) ? e : e + this.a / 500, n = isNaN(this.b) ? e : e - this.b / 200;
120
+ return t = ye * ke(t), e = be * ke(e), n = xe * ke(n), new r(Ae(3.1338561 * t - 1.6168667 * e - .4906146 * n), Ae(-.9787684 * t + 1.9161415 * e + .033454 * n), Ae(.0719453 * t - .2289914 * e + 1.4052427 * n), this.opacity);
120
121
  }
121
122
  }));
122
123
  function Oe(e) {
@@ -148,7 +149,7 @@ function Pe(e) {
148
149
  var t = e.h * ge;
149
150
  return new j(e.l, Math.cos(t) * e.c, Math.sin(t) * e.c, e.opacity);
150
151
  }
151
- n(M, Ne, r(c, {
152
+ i(M, Ne, a(u, {
152
153
  brighter(e) {
153
154
  return new M(this.h, this.c, this.l + ve * (e ?? 1), this.opacity);
154
155
  },
@@ -161,15 +162,15 @@ n(M, Ne, r(c, {
161
162
  }));
162
163
  //#endregion
163
164
  //#region node_modules/d3-interpolate/src/hcl.js
164
- function Fe(t) {
165
- return function(n, r) {
166
- var i = t((n = Ne(n)).h, (r = Ne(r)).h), a = e(n.c, r.c), o = e(n.l, r.l), s = e(n.opacity, r.opacity);
165
+ function Fe(e) {
166
+ return function(t, r) {
167
+ var i = e((t = Ne(t)).h, (r = Ne(r)).h), a = n(t.c, r.c), o = n(t.l, r.l), s = n(t.opacity, r.opacity);
167
168
  return function(e) {
168
- return n.h = i(e), n.c = a(e), n.l = o(e), n.opacity = s(e), n + "";
169
+ return t.h = i(e), t.c = a(e), t.l = o(e), t.opacity = s(e), t + "";
169
170
  };
170
171
  };
171
172
  }
172
- var Ie = Fe(o);
173
+ var Ie = Fe(c);
173
174
  //#endregion
174
175
  //#region node_modules/d3-scale/src/nice.js
175
176
  function Le(e, t) {
@@ -1007,7 +1008,7 @@ function Bn() {
1007
1008
  }
1008
1009
  //#endregion
1009
1010
  //#region node_modules/dayjs/plugin/isoWeek.js
1010
- var Vn = /* @__PURE__ */ f(((e, t) => {
1011
+ var Vn = /* @__PURE__ */ t(((e, t) => {
1011
1012
  (function(n, r) {
1012
1013
  typeof e == "object" && t !== void 0 ? t.exports = r() : typeof define == "function" && define.amd ? define(r) : (n = typeof globalThis < "u" ? globalThis : n || self).dayjs_plugin_isoWeek = r();
1013
1014
  })(e, (function() {
@@ -1032,7 +1033,7 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1032
1033
  };
1033
1034
  };
1034
1035
  }));
1035
- })), Hn = /* @__PURE__ */ f(((e, t) => {
1036
+ })), Hn = /* @__PURE__ */ t(((e, t) => {
1036
1037
  (function(n, r) {
1037
1038
  typeof e == "object" && t !== void 0 ? t.exports = r() : typeof define == "function" && define.amd ? define(r) : (n = typeof globalThis < "u" ? globalThis : n || self).dayjs_plugin_customParseFormat = r();
1038
1039
  })(e, (function() {
@@ -1097,8 +1098,8 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1097
1098
  D: [i, c("day")],
1098
1099
  DD: [r, c("day")],
1099
1100
  Do: [a, function(e) {
1100
- var t = o.ordinal;
1101
- if (this.day = e.match(/\d+/)[0], t) for (var n = 1; n <= 31; n += 1) t(n).replace(/\[|\]/g, "") === e && (this.day = n);
1101
+ var t = o.ordinal, n = e.match(/\d+/);
1102
+ if (this.day = n[0], t) for (var r = 1; r <= 31; r += 1) t(r).replace(/\[|\]/g, "") === e && (this.day = r);
1102
1103
  }],
1103
1104
  w: [i, c("week")],
1104
1105
  ww: [r, c("week")],
@@ -1188,7 +1189,7 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1188
1189
  };
1189
1190
  };
1190
1191
  }));
1191
- })), Un = /* @__PURE__ */ f(((e, t) => {
1192
+ })), Un = /* @__PURE__ */ t(((e, t) => {
1192
1193
  (function(n, r) {
1193
1194
  typeof e == "object" && t !== void 0 ? t.exports = r() : typeof define == "function" && define.amd ? define(r) : (n = typeof globalThis < "u" ? globalThis : n || self).dayjs_plugin_advancedFormat = r();
1194
1195
  })(e, (function() {
@@ -1221,7 +1222,7 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1221
1222
  };
1222
1223
  };
1223
1224
  }));
1224
- })), Wn = /* @__PURE__ */ f(((e, t) => {
1225
+ })), Wn = /* @__PURE__ */ t(((e, t) => {
1225
1226
  (function(n, r) {
1226
1227
  typeof e == "object" && t !== void 0 ? t.exports = r() : typeof define == "function" && define.amd ? define(r) : (n = typeof globalThis < "u" ? globalThis : n || self).dayjs_plugin_duration = r();
1227
1228
  })(e, (function() {
@@ -1381,8 +1382,8 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1381
1382
  };
1382
1383
  };
1383
1384
  }));
1384
- })), Gn = k(), Y = /* @__PURE__ */ d(u(), 1), Kn = /* @__PURE__ */ d(Vn(), 1), qn = /* @__PURE__ */ d(Hn(), 1), Jn = /* @__PURE__ */ d(Un(), 1), Yn = /* @__PURE__ */ d(Wn(), 1), Xn = (function() {
1385
- var e = /* @__PURE__ */ a(function(e, t, n, r) {
1385
+ })), Gn = k(), Y = /* @__PURE__ */ e(f(), 1), Kn = /* @__PURE__ */ e(Vn(), 1), qn = /* @__PURE__ */ e(Hn(), 1), Jn = /* @__PURE__ */ e(Un(), 1), Yn = /* @__PURE__ */ e(Wn(), 1), Xn = (function() {
1386
+ var e = /* @__PURE__ */ s(function(e, t, n, r) {
1386
1387
  for (n ||= {}, r = e.length; r--; n[e[r]] = t);
1387
1388
  return n;
1388
1389
  }, "o"), t = [
@@ -1413,8 +1414,8 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1413
1414
  36,
1414
1415
  38,
1415
1416
  40
1416
- ], n = [1, 26], r = [1, 27], i = [1, 28], o = [1, 29], s = [1, 30], c = [1, 31], l = [1, 32], u = [1, 33], d = [1, 34], f = [1, 9], p = [1, 10], m = [1, 11], h = [1, 12], g = [1, 13], _ = [1, 14], v = [1, 15], y = [1, 16], b = [1, 19], x = [1, 20], S = [1, 21], C = [1, 22], w = [1, 23], T = [1, 25], E = [1, 35], D = {
1417
- trace: /* @__PURE__ */ a(function() {}, "trace"),
1417
+ ], n = [1, 26], r = [1, 27], i = [1, 28], a = [1, 29], o = [1, 30], c = [1, 31], l = [1, 32], u = [1, 33], d = [1, 34], f = [1, 9], p = [1, 10], m = [1, 11], h = [1, 12], g = [1, 13], _ = [1, 14], v = [1, 15], y = [1, 16], b = [1, 19], x = [1, 20], S = [1, 21], C = [1, 22], w = [1, 23], T = [1, 25], E = [1, 35], D = {
1418
+ trace: /* @__PURE__ */ s(function() {}, "trace"),
1418
1419
  yy: {},
1419
1420
  symbols_: {
1420
1421
  error: 2,
@@ -1550,7 +1551,7 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1550
1551
  [44, 4],
1551
1552
  [44, 2]
1552
1553
  ],
1553
- performAction: /* @__PURE__ */ a(function(e, t, n, r, i, a, o) {
1554
+ performAction: /* @__PURE__ */ s(function(e, t, n, r, i, a, o) {
1554
1555
  var s = a.length - 1;
1555
1556
  switch (i) {
1556
1557
  case 1: return a[s - 1];
@@ -1688,8 +1689,8 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1688
1689
  12: n,
1689
1690
  13: r,
1690
1691
  14: i,
1691
- 15: o,
1692
- 16: s,
1692
+ 15: a,
1693
+ 16: o,
1693
1694
  17: c,
1694
1695
  18: l,
1695
1696
  19: 18,
@@ -1720,8 +1721,8 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1720
1721
  12: n,
1721
1722
  13: r,
1722
1723
  14: i,
1723
- 15: o,
1724
- 16: s,
1724
+ 15: a,
1725
+ 16: o,
1725
1726
  17: c,
1726
1727
  18: l,
1727
1728
  19: 18,
@@ -1792,34 +1793,34 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1792
1793
  e(t, [2, 39])
1793
1794
  ],
1794
1795
  defaultActions: {},
1795
- parseError: /* @__PURE__ */ a(function(e, t) {
1796
+ parseError: /* @__PURE__ */ s(function(e, t) {
1796
1797
  if (t.recoverable) this.trace(e);
1797
1798
  else {
1798
1799
  var n = Error(e);
1799
1800
  throw n.hash = t, n;
1800
1801
  }
1801
1802
  }, "parseError"),
1802
- parse: /* @__PURE__ */ a(function(e) {
1803
- var t = this, n = [0], r = [], i = [null], o = [], s = this.table, c = "", l = 0, u = 0, d = 0, f = 2, p = 1, m = o.slice.call(arguments, 1), h = Object.create(this.lexer), g = { yy: {} };
1803
+ parse: /* @__PURE__ */ s(function(e) {
1804
+ var t = this, n = [0], r = [], i = [null], a = [], o = this.table, c = "", l = 0, u = 0, d = 0, f = 2, p = 1, m = a.slice.call(arguments, 1), h = Object.create(this.lexer), g = { yy: {} };
1804
1805
  for (var _ in this.yy) Object.prototype.hasOwnProperty.call(this.yy, _) && (g.yy[_] = this.yy[_]);
1805
1806
  h.setInput(e, g.yy), g.yy.lexer = h, g.yy.parser = this, h.yylloc === void 0 && (h.yylloc = {});
1806
1807
  var v = h.yylloc;
1807
- o.push(v);
1808
+ a.push(v);
1808
1809
  var y = h.options && h.options.ranges;
1809
1810
  typeof g.yy.parseError == "function" ? this.parseError = g.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
1810
1811
  function b(e) {
1811
- n.length -= 2 * e, i.length -= e, o.length -= e;
1812
+ n.length -= 2 * e, i.length -= e, a.length -= e;
1812
1813
  }
1813
- a(b, "popStack");
1814
+ s(b, "popStack");
1814
1815
  function x() {
1815
1816
  var e = r.pop() || h.lex() || p;
1816
1817
  return typeof e != "number" && (e instanceof Array && (r = e, e = r.pop()), e = t.symbols_[e] || e), e;
1817
1818
  }
1818
- a(x, "lex");
1819
+ s(x, "lex");
1819
1820
  for (var S, C, w, T, E, D = {}, O, k, ee, A;;) {
1820
- if (w = n[n.length - 1], this.defaultActions[w] ? T = this.defaultActions[w] : (S ??= x(), T = s[w] && s[w][S]), T === void 0 || !T.length || !T[0]) {
1821
+ if (w = n[n.length - 1], this.defaultActions[w] ? T = this.defaultActions[w] : (S ??= x(), T = o[w] && o[w][S]), T === void 0 || !T.length || !T[0]) {
1821
1822
  var te = "";
1822
- for (O in A = [], s[w]) this.terminals_[O] && O > f && A.push("'" + this.terminals_[O] + "'");
1823
+ for (O in A = [], o[w]) this.terminals_[O] && O > f && A.push("'" + this.terminals_[O] + "'");
1823
1824
  te = h.showPosition ? "Parse error on line " + (l + 1) + ":\n" + h.showPosition() + "\nExpecting " + A.join(", ") + ", got '" + (this.terminals_[S] || S) + "'" : "Parse error on line " + (l + 1) + ": Unexpected " + (S == p ? "end of input" : "'" + (this.terminals_[S] || S) + "'"), this.parseError(te, {
1824
1825
  text: h.match,
1825
1826
  token: this.terminals_[S] || S,
@@ -1831,24 +1832,24 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1831
1832
  if (T[0] instanceof Array && T.length > 1) throw Error("Parse Error: multiple actions possible at state: " + w + ", token: " + S);
1832
1833
  switch (T[0]) {
1833
1834
  case 1:
1834
- n.push(S), i.push(h.yytext), o.push(h.yylloc), n.push(T[1]), S = null, C ? (S = C, C = null) : (u = h.yyleng, c = h.yytext, l = h.yylineno, v = h.yylloc, d > 0 && d--);
1835
+ n.push(S), i.push(h.yytext), a.push(h.yylloc), n.push(T[1]), S = null, C ? (S = C, C = null) : (u = h.yyleng, c = h.yytext, l = h.yylineno, v = h.yylloc, d > 0 && d--);
1835
1836
  break;
1836
1837
  case 2:
1837
1838
  if (k = this.productions_[T[1]][1], D.$ = i[i.length - k], D._$ = {
1838
- first_line: o[o.length - (k || 1)].first_line,
1839
- last_line: o[o.length - 1].last_line,
1840
- first_column: o[o.length - (k || 1)].first_column,
1841
- last_column: o[o.length - 1].last_column
1842
- }, y && (D._$.range = [o[o.length - (k || 1)].range[0], o[o.length - 1].range[1]]), E = this.performAction.apply(D, [
1839
+ first_line: a[a.length - (k || 1)].first_line,
1840
+ last_line: a[a.length - 1].last_line,
1841
+ first_column: a[a.length - (k || 1)].first_column,
1842
+ last_column: a[a.length - 1].last_column
1843
+ }, y && (D._$.range = [a[a.length - (k || 1)].range[0], a[a.length - 1].range[1]]), E = this.performAction.apply(D, [
1843
1844
  c,
1844
1845
  u,
1845
1846
  l,
1846
1847
  g.yy,
1847
1848
  T[1],
1848
1849
  i,
1849
- o
1850
+ a
1850
1851
  ].concat(m)), E !== void 0) return E;
1851
- k && (n = n.slice(0, -1 * k * 2), i = i.slice(0, -1 * k), o = o.slice(0, -1 * k)), n.push(this.productions_[T[1]][0]), i.push(D.$), o.push(D._$), ee = s[n[n.length - 2]][n[n.length - 1]], n.push(ee);
1852
+ k && (n = n.slice(0, -1 * k * 2), i = i.slice(0, -1 * k), a = a.slice(0, -1 * k)), n.push(this.productions_[T[1]][0]), i.push(D.$), a.push(D._$), ee = o[n[n.length - 2]][n[n.length - 1]], n.push(ee);
1852
1853
  break;
1853
1854
  case 3: return !0;
1854
1855
  }
@@ -1859,11 +1860,11 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1859
1860
  D.lexer = /* @__PURE__ */ (function() {
1860
1861
  return {
1861
1862
  EOF: 1,
1862
- parseError: /* @__PURE__ */ a(function(e, t) {
1863
+ parseError: /* @__PURE__ */ s(function(e, t) {
1863
1864
  if (this.yy.parser) this.yy.parser.parseError(e, t);
1864
1865
  else throw Error(e);
1865
1866
  }, "parseError"),
1866
- setInput: /* @__PURE__ */ a(function(e, t) {
1867
+ setInput: /* @__PURE__ */ s(function(e, t) {
1867
1868
  return this.yy = t || this.yy || {}, this._input = e, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
1868
1869
  first_line: 1,
1869
1870
  first_column: 0,
@@ -1871,11 +1872,11 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1871
1872
  last_column: 0
1872
1873
  }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
1873
1874
  }, "setInput"),
1874
- input: /* @__PURE__ */ a(function() {
1875
+ input: /* @__PURE__ */ s(function() {
1875
1876
  var e = this._input[0];
1876
1877
  return this.yytext += e, this.yyleng++, this.offset++, this.match += e, this.matched += e, e.match(/(?:\r\n?|\n).*/g) ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), e;
1877
1878
  }, "input"),
1878
- unput: /* @__PURE__ */ a(function(e) {
1879
+ unput: /* @__PURE__ */ s(function(e) {
1879
1880
  var t = e.length, n = e.split(/(?:\r\n?|\n)/g);
1880
1881
  this._input = e + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - t), this.offset -= t;
1881
1882
  var r = this.match.split(/(?:\r\n?|\n)/g);
@@ -1888,10 +1889,10 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1888
1889
  last_column: n ? (n.length === r.length ? this.yylloc.first_column : 0) + r[r.length - n.length].length - n[0].length : this.yylloc.first_column - t
1889
1890
  }, this.options.ranges && (this.yylloc.range = [i[0], i[0] + this.yyleng - t]), this.yyleng = this.yytext.length, this;
1890
1891
  }, "unput"),
1891
- more: /* @__PURE__ */ a(function() {
1892
+ more: /* @__PURE__ */ s(function() {
1892
1893
  return this._more = !0, this;
1893
1894
  }, "more"),
1894
- reject: /* @__PURE__ */ a(function() {
1895
+ reject: /* @__PURE__ */ s(function() {
1895
1896
  if (this.options.backtrack_lexer) this._backtrack = !0;
1896
1897
  else return this.parseError("Lexical error on line " + (this.yylineno + 1) + ". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n" + this.showPosition(), {
1897
1898
  text: "",
@@ -1900,22 +1901,22 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1900
1901
  });
1901
1902
  return this;
1902
1903
  }, "reject"),
1903
- less: /* @__PURE__ */ a(function(e) {
1904
+ less: /* @__PURE__ */ s(function(e) {
1904
1905
  this.unput(this.match.slice(e));
1905
1906
  }, "less"),
1906
- pastInput: /* @__PURE__ */ a(function() {
1907
+ pastInput: /* @__PURE__ */ s(function() {
1907
1908
  var e = this.matched.substr(0, this.matched.length - this.match.length);
1908
1909
  return (e.length > 20 ? "..." : "") + e.substr(-20).replace(/\n/g, "");
1909
1910
  }, "pastInput"),
1910
- upcomingInput: /* @__PURE__ */ a(function() {
1911
+ upcomingInput: /* @__PURE__ */ s(function() {
1911
1912
  var e = this.match;
1912
1913
  return e.length < 20 && (e += this._input.substr(0, 20 - e.length)), (e.substr(0, 20) + (e.length > 20 ? "..." : "")).replace(/\n/g, "");
1913
1914
  }, "upcomingInput"),
1914
- showPosition: /* @__PURE__ */ a(function() {
1915
+ showPosition: /* @__PURE__ */ s(function() {
1915
1916
  var e = this.pastInput(), t = Array(e.length + 1).join("-");
1916
1917
  return e + this.upcomingInput() + "\n" + t + "^";
1917
1918
  }, "showPosition"),
1918
- test_match: /* @__PURE__ */ a(function(e, t) {
1919
+ test_match: /* @__PURE__ */ s(function(e, t) {
1919
1920
  var n, r, i;
1920
1921
  if (this.options.backtrack_lexer && (i = {
1921
1922
  yylineno: this.yylineno,
@@ -1948,7 +1949,7 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1948
1949
  }
1949
1950
  return !1;
1950
1951
  }, "test_match"),
1951
- next: /* @__PURE__ */ a(function() {
1952
+ next: /* @__PURE__ */ s(function() {
1952
1953
  if (this.done) return this.EOF;
1953
1954
  this._input || (this.done = !0);
1954
1955
  var e, t, n, r;
@@ -1968,29 +1969,29 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
1968
1969
  line: this.yylineno
1969
1970
  });
1970
1971
  }, "next"),
1971
- lex: /* @__PURE__ */ a(function() {
1972
+ lex: /* @__PURE__ */ s(function() {
1972
1973
  return this.next() || this.lex();
1973
1974
  }, "lex"),
1974
- begin: /* @__PURE__ */ a(function(e) {
1975
+ begin: /* @__PURE__ */ s(function(e) {
1975
1976
  this.conditionStack.push(e);
1976
1977
  }, "begin"),
1977
- popState: /* @__PURE__ */ a(function() {
1978
+ popState: /* @__PURE__ */ s(function() {
1978
1979
  return this.conditionStack.length - 1 > 0 ? this.conditionStack.pop() : this.conditionStack[0];
1979
1980
  }, "popState"),
1980
- _currentRules: /* @__PURE__ */ a(function() {
1981
+ _currentRules: /* @__PURE__ */ s(function() {
1981
1982
  return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
1982
1983
  }, "_currentRules"),
1983
- topState: /* @__PURE__ */ a(function(e) {
1984
+ topState: /* @__PURE__ */ s(function(e) {
1984
1985
  return e = this.conditionStack.length - 1 - Math.abs(e || 0), e >= 0 ? this.conditionStack[e] : "INITIAL";
1985
1986
  }, "topState"),
1986
- pushState: /* @__PURE__ */ a(function(e) {
1987
+ pushState: /* @__PURE__ */ s(function(e) {
1987
1988
  this.begin(e);
1988
1989
  }, "pushState"),
1989
- stateStackSize: /* @__PURE__ */ a(function() {
1990
+ stateStackSize: /* @__PURE__ */ s(function() {
1990
1991
  return this.conditionStack.length;
1991
1992
  }, "stateStackSize"),
1992
1993
  options: { "case-insensitive": !0 },
1993
- performAction: /* @__PURE__ */ a(function(e, t, n, r) {
1994
+ performAction: /* @__PURE__ */ s(function(e, t, n, r) {
1994
1995
  switch (n) {
1995
1996
  case 0: return this.begin("open_directive"), "open_directive";
1996
1997
  case 1: return this.begin("acc_title"), 31;
@@ -2206,7 +2207,7 @@ var Vn = /* @__PURE__ */ f(((e, t) => {
2206
2207
  function O() {
2207
2208
  this.yy = {};
2208
2209
  }
2209
- return a(O, "Parser"), O.prototype = D, D.Parser = O, new O();
2210
+ return s(O, "Parser"), O.prototype = D, D.Parser = O, new O();
2210
2211
  })();
2211
2212
  Xn.parser = Xn;
2212
2213
  var Zn = Xn;
@@ -2220,66 +2221,66 @@ var Qn = {
2220
2221
  "crit",
2221
2222
  "milestone",
2222
2223
  "vert"
2223
- ], ur = [], dr = "", fr = !1, pr = !1, mr = "sunday", hr = "saturday", gr = 0, _r = /* @__PURE__ */ a(function() {
2224
+ ], ur = [], dr = "", fr = !1, pr = !1, mr = "sunday", hr = "saturday", gr = 0, _r = /* @__PURE__ */ s(function() {
2224
2225
  ar = [], or = [], sr = "", ur = [], Xr = 0, ei = void 0, ti = void 0, Z = [], X = "", $n = "", cr = "", er = void 0, tr = "", nr = [], rr = [], fr = !1, pr = !1, gr = 0, ir = /* @__PURE__ */ new Map(), dr = "", g(), mr = "sunday", hr = "saturday";
2225
- }, "clear"), vr = /* @__PURE__ */ a(function(e) {
2226
+ }, "clear"), vr = /* @__PURE__ */ s(function(e) {
2226
2227
  dr = e;
2227
- }, "setDiagramId"), yr = /* @__PURE__ */ a(function(e) {
2228
+ }, "setDiagramId"), yr = /* @__PURE__ */ s(function(e) {
2228
2229
  $n = e;
2229
- }, "setAxisFormat"), br = /* @__PURE__ */ a(function() {
2230
+ }, "setAxisFormat"), br = /* @__PURE__ */ s(function() {
2230
2231
  return $n;
2231
- }, "getAxisFormat"), xr = /* @__PURE__ */ a(function(e) {
2232
+ }, "getAxisFormat"), xr = /* @__PURE__ */ s(function(e) {
2232
2233
  er = e;
2233
- }, "setTickInterval"), Sr = /* @__PURE__ */ a(function() {
2234
+ }, "setTickInterval"), Sr = /* @__PURE__ */ s(function() {
2234
2235
  return er;
2235
- }, "getTickInterval"), Cr = /* @__PURE__ */ a(function(e) {
2236
+ }, "getTickInterval"), Cr = /* @__PURE__ */ s(function(e) {
2236
2237
  tr = e;
2237
- }, "setTodayMarker"), wr = /* @__PURE__ */ a(function() {
2238
+ }, "setTodayMarker"), wr = /* @__PURE__ */ s(function() {
2238
2239
  return tr;
2239
- }, "getTodayMarker"), Tr = /* @__PURE__ */ a(function(e) {
2240
+ }, "getTodayMarker"), Tr = /* @__PURE__ */ s(function(e) {
2240
2241
  X = e;
2241
- }, "setDateFormat"), Er = /* @__PURE__ */ a(function() {
2242
+ }, "setDateFormat"), Er = /* @__PURE__ */ s(function() {
2242
2243
  fr = !0;
2243
- }, "enableInclusiveEndDates"), Dr = /* @__PURE__ */ a(function() {
2244
+ }, "enableInclusiveEndDates"), Dr = /* @__PURE__ */ s(function() {
2244
2245
  return fr;
2245
- }, "endDatesAreInclusive"), Or = /* @__PURE__ */ a(function() {
2246
+ }, "endDatesAreInclusive"), Or = /* @__PURE__ */ s(function() {
2246
2247
  pr = !0;
2247
- }, "enableTopAxis"), kr = /* @__PURE__ */ a(function() {
2248
+ }, "enableTopAxis"), kr = /* @__PURE__ */ s(function() {
2248
2249
  return pr;
2249
- }, "topAxisEnabled"), Ar = /* @__PURE__ */ a(function(e) {
2250
+ }, "topAxisEnabled"), Ar = /* @__PURE__ */ s(function(e) {
2250
2251
  cr = e;
2251
- }, "setDisplayMode"), jr = /* @__PURE__ */ a(function() {
2252
+ }, "setDisplayMode"), jr = /* @__PURE__ */ s(function() {
2252
2253
  return cr;
2253
- }, "getDisplayMode"), Mr = /* @__PURE__ */ a(function() {
2254
+ }, "getDisplayMode"), Mr = /* @__PURE__ */ s(function() {
2254
2255
  return X;
2255
- }, "getDateFormat"), Nr = /* @__PURE__ */ a(function(e) {
2256
+ }, "getDateFormat"), Nr = /* @__PURE__ */ s(function(e) {
2256
2257
  nr = e.toLowerCase().split(/[\s,]+/);
2257
- }, "setIncludes"), Pr = /* @__PURE__ */ a(function() {
2258
+ }, "setIncludes"), Pr = /* @__PURE__ */ s(function() {
2258
2259
  return nr;
2259
- }, "getIncludes"), Fr = /* @__PURE__ */ a(function(e) {
2260
+ }, "getIncludes"), Fr = /* @__PURE__ */ s(function(e) {
2260
2261
  rr = e.toLowerCase().split(/[\s,]+/);
2261
- }, "setExcludes"), Ir = /* @__PURE__ */ a(function() {
2262
+ }, "setExcludes"), Ir = /* @__PURE__ */ s(function() {
2262
2263
  return rr;
2263
- }, "getExcludes"), Lr = /* @__PURE__ */ a(function() {
2264
+ }, "getExcludes"), Lr = /* @__PURE__ */ s(function() {
2264
2265
  return ir;
2265
- }, "getLinks"), Rr = /* @__PURE__ */ a(function(e) {
2266
+ }, "getLinks"), Rr = /* @__PURE__ */ s(function(e) {
2266
2267
  sr = e, ar.push(e);
2267
- }, "addSection"), zr = /* @__PURE__ */ a(function() {
2268
+ }, "addSection"), zr = /* @__PURE__ */ s(function() {
2268
2269
  return ar;
2269
- }, "getSections"), Br = /* @__PURE__ */ a(function() {
2270
+ }, "getSections"), Br = /* @__PURE__ */ s(function() {
2270
2271
  let e = ai(), t = 0;
2271
2272
  for (; !e && t < 10;) e = ai(), t++;
2272
2273
  return or = Z, or;
2273
- }, "getTasks"), Vr = /* @__PURE__ */ a(function(e, t, n, r) {
2274
+ }, "getTasks"), Vr = /* @__PURE__ */ s(function(e, t, n, r) {
2274
2275
  let i = e.format(t.trim()), a = e.format("YYYY-MM-DD");
2275
2276
  return r.includes(i) || r.includes(a) ? !1 : n.includes("weekends") && (e.isoWeekday() === Qn[hr] || e.isoWeekday() === Qn[hr] + 1) || n.includes(e.format("dddd").toLowerCase()) ? !0 : n.includes(i) || n.includes(a);
2276
- }, "isInvalidDate"), Hr = /* @__PURE__ */ a(function(e) {
2277
+ }, "isInvalidDate"), Hr = /* @__PURE__ */ s(function(e) {
2277
2278
  mr = e;
2278
- }, "setWeekday"), Ur = /* @__PURE__ */ a(function() {
2279
+ }, "setWeekday"), Ur = /* @__PURE__ */ s(function() {
2279
2280
  return mr;
2280
- }, "getWeekday"), Wr = /* @__PURE__ */ a(function(e) {
2281
+ }, "getWeekday"), Wr = /* @__PURE__ */ s(function(e) {
2281
2282
  hr = e;
2282
- }, "setWeekend"), Gr = /* @__PURE__ */ a(function(e, t, n, r) {
2283
+ }, "setWeekend"), Gr = /* @__PURE__ */ s(function(e, t, n, r) {
2283
2284
  if (!n.length || e.manualEndTime) return;
2284
2285
  let i;
2285
2286
  i = e.startTime instanceof Date ? (0, Y.default)(e.startTime) : (0, Y.default)(e.startTime, t, !0), i = i.add(1, "d");
@@ -2287,15 +2288,15 @@ var Qn = {
2287
2288
  a = e.endTime instanceof Date ? (0, Y.default)(e.endTime) : (0, Y.default)(e.endTime, t, !0);
2288
2289
  let [o, s] = Kr(i, a, t, n, r);
2289
2290
  e.endTime = o.toDate(), e.renderEndTime = s;
2290
- }, "checkTaskDates"), Kr = /* @__PURE__ */ a(function(e, t, n, r, i) {
2291
+ }, "checkTaskDates"), Kr = /* @__PURE__ */ s(function(e, t, n, r, i) {
2291
2292
  let a = !1, o = null, s = t.add(1e4, "d");
2292
2293
  for (; e <= t;) {
2293
2294
  if (a || (o = t.toDate()), a = Vr(e, n, r, i), a && (t = t.add(1, "d"), t > s)) throw Error("Failed to find a valid date that was not excluded by `excludes` after 10,000 iterations.");
2294
2295
  e = e.add(1, "d");
2295
2296
  }
2296
2297
  return [t, o];
2297
- }, "fixTaskDates"), qr = /* @__PURE__ */ a(function(e, t, n) {
2298
- if (n = n.trim(), (/* @__PURE__ */ a((e) => {
2298
+ }, "fixTaskDates"), qr = /* @__PURE__ */ s(function(e, t, n) {
2299
+ if (n = n.trim(), (/* @__PURE__ */ s((e) => {
2299
2300
  let t = e.trim();
2300
2301
  return t === "x" || t === "X";
2301
2302
  }, "isTimestampFormat"))(t) && /^\d+$/.test(n)) return new Date(Number(n));
@@ -2310,18 +2311,18 @@ var Qn = {
2310
2311
  let t = /* @__PURE__ */ new Date();
2311
2312
  return t.setHours(0, 0, 0, 0), t;
2312
2313
  }
2313
- let o = (0, Y.default)(n, t.trim(), !0);
2314
- if (o.isValid()) return o.toDate();
2314
+ let i = (0, Y.default)(n, t.trim(), !0);
2315
+ if (i.isValid()) return i.toDate();
2315
2316
  {
2316
- i.debug("Invalid date:" + n), i.debug("With date format:" + t.trim());
2317
+ o.debug("Invalid date:" + n), o.debug("With date format:" + t.trim());
2317
2318
  let e = new Date(n);
2318
2319
  if (e === void 0 || isNaN(e.getTime()) || e.getFullYear() < -1e4 || e.getFullYear() > 1e4) throw Error("Invalid date:" + n);
2319
2320
  return e;
2320
2321
  }
2321
- }, "getStartDate"), Jr = /* @__PURE__ */ a(function(e) {
2322
+ }, "getStartDate"), Jr = /* @__PURE__ */ s(function(e) {
2322
2323
  let t = /^(\d+(?:\.\d+)?)([Mdhmswy]|ms)$/.exec(e.trim());
2323
2324
  return t === null ? [NaN, "ms"] : [Number.parseFloat(t[1]), t[2]];
2324
- }, "parseDuration"), Yr = /* @__PURE__ */ a(function(e, t, n, r = !1) {
2325
+ }, "parseDuration"), Yr = /* @__PURE__ */ s(function(e, t, n, r = !1) {
2325
2326
  n = n.trim();
2326
2327
  let i = /^until\s+(?<ids>[\d\w- ]+)/.exec(n);
2327
2328
  if (i !== null) {
@@ -2342,9 +2343,9 @@ var Qn = {
2342
2343
  e.isValid() && (o = e);
2343
2344
  }
2344
2345
  return o.toDate();
2345
- }, "getEndDate"), Xr = 0, Zr = /* @__PURE__ */ a(function(e) {
2346
+ }, "getEndDate"), Xr = 0, Zr = /* @__PURE__ */ s(function(e) {
2346
2347
  return e === void 0 ? (Xr += 1, "task" + Xr) : e;
2347
- }, "parseId"), Qr = /* @__PURE__ */ a(function(e, t) {
2348
+ }, "parseId"), Qr = /* @__PURE__ */ s(function(e, t) {
2348
2349
  let n;
2349
2350
  n = t.substr(0, 1) === ":" ? t.substr(1, t.length) : t;
2350
2351
  let r = n.split(","), i = {};
@@ -2364,7 +2365,7 @@ var Qn = {
2364
2365
  default:
2365
2366
  }
2366
2367
  return a && (i.endTime = Yr(i.startTime, X, a, fr), i.manualEndTime = (0, Y.default)(a, "YYYY-MM-DD", !0).isValid(), Gr(i, X, rr, nr)), i;
2367
- }, "compileData"), $r = /* @__PURE__ */ a(function(e, t) {
2368
+ }, "compileData"), $r = /* @__PURE__ */ s(function(e, t) {
2368
2369
  let n;
2369
2370
  n = t.substr(0, 1) === ":" ? t.substr(1, t.length) : t;
2370
2371
  let r = n.split(","), i = {};
@@ -2392,7 +2393,7 @@ var Qn = {
2392
2393
  default:
2393
2394
  }
2394
2395
  return i;
2395
- }, "parseData"), ei, ti, Z = [], ni = {}, ri = /* @__PURE__ */ a(function(e, t) {
2396
+ }, "parseData"), ei, ti, Z = [], ni = {}, ri = /* @__PURE__ */ s(function(e, t) {
2396
2397
  let n = {
2397
2398
  section: sr,
2398
2399
  type: sr,
@@ -2406,10 +2407,10 @@ var Qn = {
2406
2407
  n.raw.startTime = r.startTime, n.raw.endTime = r.endTime, n.id = r.id, n.prevTaskId = ti, n.active = r.active, n.done = r.done, n.crit = r.crit, n.milestone = r.milestone, n.vert = r.vert, n.order = gr, gr++;
2407
2408
  let i = Z.push(n);
2408
2409
  ti = n.id, ni[n.id] = i - 1;
2409
- }, "addTask"), Q = /* @__PURE__ */ a(function(e) {
2410
+ }, "addTask"), Q = /* @__PURE__ */ s(function(e) {
2410
2411
  let t = ni[e];
2411
2412
  return Z[t];
2412
- }, "findTaskById"), ii = /* @__PURE__ */ a(function(e, t) {
2413
+ }, "findTaskById"), ii = /* @__PURE__ */ s(function(e, t) {
2413
2414
  let n = {
2414
2415
  section: sr,
2415
2416
  type: sr,
@@ -2418,8 +2419,8 @@ var Qn = {
2418
2419
  classes: []
2419
2420
  }, r = Qr(ei, t);
2420
2421
  n.startTime = r.startTime, n.endTime = r.endTime, n.id = r.id, n.active = r.active, n.done = r.done, n.crit = r.crit, n.milestone = r.milestone, n.vert = r.vert, ei = n, or.push(n);
2421
- }, "addTaskOrg"), ai = /* @__PURE__ */ a(function() {
2422
- let e = /* @__PURE__ */ a(function(e) {
2422
+ }, "addTaskOrg"), ai = /* @__PURE__ */ s(function() {
2423
+ let e = /* @__PURE__ */ s(function(e) {
2423
2424
  let t = Z[e], n = "";
2424
2425
  switch (Z[e].raw.startTime.type) {
2425
2426
  case "prevTaskEnd":
@@ -2433,19 +2434,19 @@ var Qn = {
2433
2434
  }, "compileTask"), t = !0;
2434
2435
  for (let [n, r] of Z.entries()) e(n), t &&= r.processed;
2435
2436
  return t;
2436
- }, "compileTasks"), oi = /* @__PURE__ */ a(function(e, t) {
2437
+ }, "compileTasks"), oi = /* @__PURE__ */ s(function(e, t) {
2437
2438
  let n = t;
2438
2439
  x().securityLevel !== "loose" && (n = (0, Gn.sanitizeUrl)(t)), e.split(",").forEach(function(e) {
2439
2440
  Q(e) !== void 0 && (li(e, () => {
2440
2441
  window.open(n, "_self");
2441
2442
  }), ir.set(e, n));
2442
2443
  }), si(e, "clickable");
2443
- }, "setLink"), si = /* @__PURE__ */ a(function(e, t) {
2444
+ }, "setLink"), si = /* @__PURE__ */ s(function(e, t) {
2444
2445
  e.split(",").forEach(function(e) {
2445
2446
  let n = Q(e);
2446
2447
  n !== void 0 && n.classes.push(t);
2447
2448
  });
2448
- }, "setClass"), ci = /* @__PURE__ */ a(function(e, t, n) {
2449
+ }, "setClass"), ci = /* @__PURE__ */ s(function(e, t, n) {
2449
2450
  if (x().securityLevel !== "loose" || t === void 0) return;
2450
2451
  let r = [];
2451
2452
  if (typeof n == "string") {
@@ -2458,7 +2459,7 @@ var Qn = {
2458
2459
  r.length === 0 && r.push(e), Q(e) !== void 0 && li(e, () => {
2459
2460
  ee.runFunc(t, ...r);
2460
2461
  });
2461
- }, "setClickFun"), li = /* @__PURE__ */ a(function(e, t) {
2462
+ }, "setClickFun"), li = /* @__PURE__ */ s(function(e, t) {
2462
2463
  ur.push(function() {
2463
2464
  let n = dr ? `${dr}-${e}` : e, r = document.querySelector(`[id="${n}"]`);
2464
2465
  r !== null && r.addEventListener("click", function() {
@@ -2471,7 +2472,7 @@ var Qn = {
2471
2472
  });
2472
2473
  });
2473
2474
  }, "pushFun"), ui = {
2474
- getConfig: /* @__PURE__ */ a(() => x().gantt, "getConfig"),
2475
+ getConfig: /* @__PURE__ */ s(() => x().gantt, "getConfig"),
2475
2476
  clear: _r,
2476
2477
  setDateFormat: Tr,
2477
2478
  getDateFormat: Mr,
@@ -2504,14 +2505,14 @@ var Qn = {
2504
2505
  getIncludes: Pr,
2505
2506
  setExcludes: Fr,
2506
2507
  getExcludes: Ir,
2507
- setClickEvent: /* @__PURE__ */ a(function(e, t, n) {
2508
+ setClickEvent: /* @__PURE__ */ s(function(e, t, n) {
2508
2509
  e.split(",").forEach(function(e) {
2509
2510
  ci(e, t, n);
2510
2511
  }), si(e, "clickable");
2511
2512
  }, "setClickEvent"),
2512
2513
  setLink: oi,
2513
2514
  getLinks: Lr,
2514
- bindFunctions: /* @__PURE__ */ a(function(e) {
2515
+ bindFunctions: /* @__PURE__ */ s(function(e) {
2515
2516
  ur.forEach(function(t) {
2516
2517
  t(e);
2517
2518
  });
@@ -2529,9 +2530,9 @@ function di(e, t, n) {
2529
2530
  e[0].match(a) && (t[n] = !0, e.shift(1), r = !0);
2530
2531
  });
2531
2532
  }
2532
- a(di, "getTaskTags"), Y.default.extend(Yn.default);
2533
- var fi = /* @__PURE__ */ a(function() {
2534
- i.debug("Something is calling, setConf, remove the call");
2533
+ s(di, "getTaskTags"), Y.default.extend(Yn.default);
2534
+ var fi = /* @__PURE__ */ s(function() {
2535
+ o.debug("Something is calling, setConf, remove the call");
2535
2536
  }, "setConf"), pi = {
2536
2537
  monday: Xe,
2537
2538
  tuesday: Ze,
@@ -2540,7 +2541,7 @@ var fi = /* @__PURE__ */ a(function() {
2540
2541
  friday: $e,
2541
2542
  saturday: et,
2542
2543
  sunday: Ye
2543
- }, mi = /* @__PURE__ */ a((e, t) => {
2544
+ }, mi = /* @__PURE__ */ s((e, t) => {
2544
2545
  let n = [...e].map(() => -Infinity), r = [...e].sort((e, t) => e.startTime - t.startTime || e.order - t.order), i = 0;
2545
2546
  for (let e of r) for (let r = 0; r < n.length; r++) if (e.startTime >= n[r]) {
2546
2547
  n[r] = e.endTime, e.order = r + t, r > i && (i = r);
@@ -2552,27 +2553,27 @@ var fi = /* @__PURE__ */ a(function() {
2552
2553
  db: ui,
2553
2554
  renderer: {
2554
2555
  setConf: fi,
2555
- draw: /* @__PURE__ */ a(function(e, t, n, r) {
2556
- let o = x().gantt;
2556
+ draw: /* @__PURE__ */ s(function(e, t, n, r) {
2557
+ let i = x().gantt;
2557
2558
  r.db.setDiagramId(t);
2558
- let c = x().securityLevel, l;
2559
- c === "sandbox" && (l = s("#i" + t));
2560
- let u = s(c === "sandbox" ? l.nodes()[0].contentDocument.body : "body"), d = c === "sandbox" ? l.nodes()[0].contentDocument : document, f = d.getElementById(t);
2561
- $ = f.parentElement.offsetWidth, $ === void 0 && ($ = 1200), o.useWidth !== void 0 && ($ = o.useWidth);
2559
+ let a = x().securityLevel, c;
2560
+ a === "sandbox" && (c = l("#i" + t));
2561
+ let u = l(a === "sandbox" ? c.nodes()[0].contentDocument.body : "body"), d = a === "sandbox" ? c.nodes()[0].contentDocument : document, f = d.getElementById(t);
2562
+ $ = f.parentElement.offsetWidth, $ === void 0 && ($ = 1200), i.useWidth !== void 0 && ($ = i.useWidth);
2562
2563
  let p = r.db.getTasks(), m = [];
2563
2564
  for (let e of p) m.push(e.type);
2564
2565
  m = ne(m);
2565
- let h = {}, g = 2 * o.topPadding;
2566
- if (r.db.getDisplayMode() === "compact" || o.displayMode === "compact") {
2566
+ let h = {}, g = 2 * i.topPadding;
2567
+ if (r.db.getDisplayMode() === "compact" || i.displayMode === "compact") {
2567
2568
  let e = {};
2568
2569
  for (let t of p) e[t.section] === void 0 ? e[t.section] = [t] : e[t.section].push(t);
2569
2570
  let t = 0;
2570
2571
  for (let n of Object.keys(e)) {
2571
2572
  let r = mi(e[n], t) + 1;
2572
- t += r, g += r * (o.barHeight + o.barGap), h[n] = r;
2573
+ t += r, g += r * (i.barHeight + i.barGap), h[n] = r;
2573
2574
  }
2574
2575
  } else {
2575
- g += p.length * (o.barHeight + o.barGap);
2576
+ g += p.length * (i.barHeight + i.barGap);
2576
2577
  for (let e of m) h[e] = p.filter((t) => t.type === e).length;
2577
2578
  }
2578
2579
  f.setAttribute("viewBox", "0 0 " + $ + " " + g);
@@ -2580,71 +2581,71 @@ var fi = /* @__PURE__ */ a(function() {
2580
2581
  return e.startTime;
2581
2582
  }), A(p, function(e) {
2582
2583
  return e.endTime;
2583
- })]).rangeRound([0, $ - o.leftPadding - o.rightPadding]);
2584
+ })]).rangeRound([0, $ - i.leftPadding - i.rightPadding]);
2584
2585
  function S(e, t) {
2585
2586
  let n = e.startTime, r = t.startTime, i = 0;
2586
2587
  return n > r ? i = 1 : n < r && (i = -1), i;
2587
2588
  }
2588
- a(S, "taskCompare"), p.sort(S), C(p, $, g), _(y, g, $, o.useMaxWidth), y.append("text").text(r.db.getDiagramTitle()).attr("x", $ / 2).attr("y", o.titleTopMargin).attr("class", "titleText");
2589
+ s(S, "taskCompare"), p.sort(S), C(p, $, g), _(y, g, $, i.useMaxWidth), y.append("text").text(r.db.getDiagramTitle()).attr("x", $ / 2).attr("y", i.titleTopMargin).attr("class", "titleText");
2589
2590
  function C(e, t, n) {
2590
- let i = o.barHeight, a = i + o.barGap, s = o.topPadding, c = o.leftPadding, l = D().domain([0, m.length]).range(["#00B9FA", "#F95002"]).interpolate(Ie);
2591
- T(a, s, c, t, n, e, r.db.getExcludes(), r.db.getIncludes()), O(c, s, t, n), w(e, a, s, c, i, l, t, n), k(a, s, c, i, l), ee(c, s, t, n);
2591
+ let a = i.barHeight, o = a + i.barGap, s = i.topPadding, c = i.leftPadding, l = D().domain([0, m.length]).range(["#00B9FA", "#F95002"]).interpolate(Ie);
2592
+ T(o, s, c, t, n, e, r.db.getExcludes(), r.db.getIncludes()), O(c, s, t, n), w(e, o, s, c, a, l, t, n), k(o, s, c, a, l), ee(c, s, t, n);
2592
2593
  }
2593
- a(C, "makeGantt");
2594
- function w(e, n, i, a, c, l, u) {
2594
+ s(C, "makeGantt");
2595
+ function w(e, n, a, o, s, c, u) {
2595
2596
  e.sort((e, t) => e.vert === t.vert ? 0 : e.vert ? 1 : -1);
2596
2597
  let d = [...new Set(e.map((e) => e.order))].map((t) => e.find((e) => e.order === t));
2597
2598
  y.append("g").selectAll("rect").data(d).enter().append("rect").attr("x", 0).attr("y", function(e, t) {
2598
- return t = e.order, t * n + i - 2;
2599
+ return t = e.order, t * n + a - 2;
2599
2600
  }).attr("width", function() {
2600
- return u - o.rightPadding / 2;
2601
+ return u - i.rightPadding / 2;
2601
2602
  }).attr("height", n).attr("class", function(e) {
2602
- for (let [t, n] of m.entries()) if (e.type === n) return "section section" + t % o.numberSectionStyles;
2603
+ for (let [t, n] of m.entries()) if (e.type === n) return "section section" + t % i.numberSectionStyles;
2603
2604
  return "section section0";
2604
2605
  }).enter();
2605
2606
  let f = y.append("g").selectAll("rect").data(e).enter(), h = r.db.getLinks();
2606
2607
  if (f.append("rect").attr("id", function(e) {
2607
2608
  return t + "-" + e.id;
2608
2609
  }).attr("rx", 3).attr("ry", 3).attr("x", function(e) {
2609
- return e.milestone ? b(e.startTime) + a + .5 * (b(e.endTime) - b(e.startTime)) - .5 * c : b(e.startTime) + a;
2610
+ return e.milestone ? b(e.startTime) + o + .5 * (b(e.endTime) - b(e.startTime)) - .5 * s : b(e.startTime) + o;
2610
2611
  }).attr("y", function(e, t) {
2611
- return t = e.order, e.vert ? o.gridLineStartPadding : t * n + i;
2612
+ return t = e.order, e.vert ? i.gridLineStartPadding : t * n + a;
2612
2613
  }).attr("width", function(e) {
2613
- return e.milestone ? c : e.vert ? .08 * c : b(e.renderEndTime || e.endTime) - b(e.startTime);
2614
+ return e.milestone ? s : e.vert ? .08 * s : b(e.renderEndTime || e.endTime) - b(e.startTime);
2614
2615
  }).attr("height", function(e) {
2615
- return e.vert ? p.length * (o.barHeight + o.barGap) + o.barHeight * 2 : c;
2616
+ return e.vert ? p.length * (i.barHeight + i.barGap) + i.barHeight * 2 : s;
2616
2617
  }).attr("transform-origin", function(e, t) {
2617
- return t = e.order, (b(e.startTime) + a + .5 * (b(e.endTime) - b(e.startTime))).toString() + "px " + (t * n + i + .5 * c).toString() + "px";
2618
+ return t = e.order, (b(e.startTime) + o + .5 * (b(e.endTime) - b(e.startTime))).toString() + "px " + (t * n + a + .5 * s).toString() + "px";
2618
2619
  }).attr("class", function(e) {
2619
2620
  let t = "";
2620
2621
  e.classes.length > 0 && (t = e.classes.join(" "));
2621
2622
  let n = 0;
2622
- for (let [t, r] of m.entries()) e.type === r && (n = t % o.numberSectionStyles);
2623
+ for (let [t, r] of m.entries()) e.type === r && (n = t % i.numberSectionStyles);
2623
2624
  let r = "";
2624
2625
  return e.active ? e.crit ? r += " activeCrit" : r = " active" : e.done ? r = e.crit ? " doneCrit" : " done" : e.crit && (r += " crit"), r.length === 0 && (r = " task"), e.milestone && (r = " milestone " + r), e.vert && (r = " vert " + r), r += n, r += " " + t, "task" + r;
2625
2626
  }), f.append("text").attr("id", function(e) {
2626
2627
  return t + "-" + e.id + "-text";
2627
2628
  }).text(function(e) {
2628
2629
  return e.task;
2629
- }).attr("font-size", o.fontSize).attr("x", function(e) {
2630
+ }).attr("font-size", i.fontSize).attr("x", function(e) {
2630
2631
  let t = b(e.startTime), n = b(e.renderEndTime || e.endTime);
2631
- if (e.milestone && (t += .5 * (b(e.endTime) - b(e.startTime)) - .5 * c, n = t + c), e.vert) return b(e.startTime) + a;
2632
+ if (e.milestone && (t += .5 * (b(e.endTime) - b(e.startTime)) - .5 * s, n = t + s), e.vert) return b(e.startTime) + o;
2632
2633
  let r = this.getBBox().width;
2633
- return r > n - t ? n + r + 1.5 * o.leftPadding > u ? t + a - 5 : n + a + 5 : (n - t) / 2 + t + a;
2634
+ return r > n - t ? n + r + 1.5 * i.leftPadding > u ? t + o - 5 : n + o + 5 : (n - t) / 2 + t + o;
2634
2635
  }).attr("y", function(e, t) {
2635
- return e.vert ? o.gridLineStartPadding + p.length * (o.barHeight + o.barGap) + 60 : (t = e.order, t * n + o.barHeight / 2 + (o.fontSize / 2 - 2) + i);
2636
- }).attr("text-height", c).attr("class", function(e) {
2636
+ return e.vert ? i.gridLineStartPadding + p.length * (i.barHeight + i.barGap) + 60 : (t = e.order, t * n + i.barHeight / 2 + (i.fontSize / 2 - 2) + a);
2637
+ }).attr("text-height", s).attr("class", function(e) {
2637
2638
  let t = b(e.startTime), n = b(e.endTime);
2638
- e.milestone && (n = t + c);
2639
- let r = this.getBBox().width, i = "";
2640
- e.classes.length > 0 && (i = e.classes.join(" "));
2641
- let a = 0;
2642
- for (let [t, n] of m.entries()) e.type === n && (a = t % o.numberSectionStyles);
2643
- let s = "";
2644
- return e.active && (s = e.crit ? "activeCritText" + a : "activeText" + a), e.done ? s = e.crit ? s + " doneCritText" + a : s + " doneText" + a : e.crit && (s = s + " critText" + a), e.milestone && (s += " milestoneText"), e.vert && (s += " vertText"), r > n - t ? n + r + 1.5 * o.leftPadding > u ? i + " taskTextOutsideLeft taskTextOutside" + a + " " + s : i + " taskTextOutsideRight taskTextOutside" + a + " " + s + " width-" + r : i + " taskText taskText" + a + " " + s + " width-" + r;
2639
+ e.milestone && (n = t + s);
2640
+ let r = this.getBBox().width, a = "";
2641
+ e.classes.length > 0 && (a = e.classes.join(" "));
2642
+ let o = 0;
2643
+ for (let [t, n] of m.entries()) e.type === n && (o = t % i.numberSectionStyles);
2644
+ let c = "";
2645
+ return e.active && (c = e.crit ? "activeCritText" + o : "activeText" + o), e.done ? c = e.crit ? c + " doneCritText" + o : c + " doneText" + o : e.crit && (c = c + " critText" + o), e.milestone && (c += " milestoneText"), e.vert && (c += " vertText"), r > n - t ? n + r + 1.5 * i.leftPadding > u ? a + " taskTextOutsideLeft taskTextOutside" + o + " " + c : a + " taskTextOutsideRight taskTextOutside" + o + " " + c + " width-" + r : a + " taskText taskText" + o + " " + c + " width-" + r;
2645
2646
  }), x().securityLevel === "sandbox") {
2646
2647
  let e;
2647
- e = s("#i" + t);
2648
+ e = l("#i" + t);
2648
2649
  let n = e.nodes()[0].contentDocument;
2649
2650
  f.filter(function(e) {
2650
2651
  return h.has(e.id);
@@ -2656,14 +2657,14 @@ var fi = /* @__PURE__ */ a(function() {
2656
2657
  });
2657
2658
  }
2658
2659
  }
2659
- a(w, "drawRects");
2660
+ s(w, "drawRects");
2660
2661
  function T(e, n, a, s, c, l, u, d) {
2661
2662
  if (u.length === 0 && d.length === 0) return;
2662
2663
  let f, p;
2663
2664
  for (let { startTime: e, endTime: t } of l) (f === void 0 || e < f) && (f = e), (p === void 0 || t > p) && (p = t);
2664
2665
  if (!f || !p) return;
2665
2666
  if ((0, Y.default)(p).diff((0, Y.default)(f), "year") > 5) {
2666
- i.warn("The difference between the min and max time is more than 5 years. This will cause performance issues. Skipping drawing exclude days.");
2667
+ o.warn("The difference between the min and max time is more than 5 years. This will cause performance issues. Skipping drawing exclude days.");
2667
2668
  return;
2668
2669
  }
2669
2670
  let m = r.db.getDateFormat(), h = [], g = null, _ = (0, Y.default)(f);
@@ -2671,27 +2672,27 @@ var fi = /* @__PURE__ */ a(function() {
2671
2672
  start: _,
2672
2673
  end: _
2673
2674
  } : g &&= (h.push(g), null), _ = _.add(1, "d");
2674
- y.append("g").selectAll("rect").data(h).enter().append("rect").attr("id", (e) => t + "-exclude-" + e.start.format("YYYY-MM-DD")).attr("x", (e) => b(e.start.startOf("day")) + a).attr("y", o.gridLineStartPadding).attr("width", (e) => b(e.end.endOf("day")) - b(e.start.startOf("day"))).attr("height", c - n - o.gridLineStartPadding).attr("transform-origin", function(t, n) {
2675
+ y.append("g").selectAll("rect").data(h).enter().append("rect").attr("id", (e) => t + "-exclude-" + e.start.format("YYYY-MM-DD")).attr("x", (e) => b(e.start.startOf("day")) + a).attr("y", i.gridLineStartPadding).attr("width", (e) => b(e.end.endOf("day")) - b(e.start.startOf("day"))).attr("height", c - n - i.gridLineStartPadding).attr("transform-origin", function(t, n) {
2675
2676
  return (b(t.start) + a + .5 * (b(t.end) - b(t.start))).toString() + "px " + (n * e + .5 * c).toString() + "px";
2676
2677
  }).attr("class", "exclude-range");
2677
2678
  }
2678
- a(T, "drawExcludeDays");
2679
+ s(T, "drawExcludeDays");
2679
2680
  function E(e, t, n, r) {
2680
2681
  if (n <= 0 || e > t) return Infinity;
2681
2682
  let i = t - e, a = Y.default.duration({ [r ?? "day"]: n }).asMilliseconds();
2682
2683
  return a <= 0 ? Infinity : Math.ceil(i / a);
2683
2684
  }
2684
- a(E, "getEstimatedTickCount");
2685
+ s(E, "getEstimatedTickCount");
2685
2686
  function O(e, t, n, a) {
2686
2687
  let s = r.db.getDateFormat(), c = r.db.getAxisFormat(), l;
2687
- l = c || (s === "D" ? "%d" : o.axisFormat ?? "%Y-%m-%d");
2688
- let u = he(b).tickSize(-a + t + o.gridLineStartPadding).tickFormat(Fn(l)), d = /^([1-9]\d*)(millisecond|second|minute|hour|day|week|month)$/.exec(r.db.getTickInterval() || o.tickInterval);
2688
+ l = c || (s === "D" ? "%d" : i.axisFormat ?? "%Y-%m-%d");
2689
+ let u = he(b).tickSize(-a + t + i.gridLineStartPadding).tickFormat(Fn(l)), d = /^([1-9]\d*)(millisecond|second|minute|hour|day|week|month)$/.exec(r.db.getTickInterval() || i.tickInterval);
2689
2690
  if (d !== null) {
2690
2691
  let e = parseInt(d[1], 10);
2691
- if (isNaN(e) || e <= 0) i.warn(`Invalid tick interval value: "${d[1]}". Skipping custom tick interval.`);
2692
+ if (isNaN(e) || e <= 0) o.warn(`Invalid tick interval value: "${d[1]}". Skipping custom tick interval.`);
2692
2693
  else {
2693
- let t = d[2], n = r.db.getWeekday() || o.weekday, a = b.domain(), s = a[0], c = a[1], l = E(s, c, e, t);
2694
- if (l > hi) i.warn(`The tick interval "${e}${t}" would generate ${l} ticks, which exceeds the maximum allowed (${hi}). This may indicate an invalid date or time range. Skipping custom tick interval.`);
2694
+ let t = d[2], n = r.db.getWeekday() || i.weekday, a = b.domain(), s = a[0], c = a[1], l = E(s, c, e, t);
2695
+ if (l > hi) o.warn(`The tick interval "${e}${t}" would generate ${l} ticks, which exceeds the maximum allowed (${hi}). This may indicate an invalid date or time range. Skipping custom tick interval.`);
2695
2696
  else switch (t) {
2696
2697
  case "millisecond":
2697
2698
  u.ticks(P.every(e));
@@ -2717,13 +2718,13 @@ var fi = /* @__PURE__ */ a(function() {
2717
2718
  }
2718
2719
  }
2719
2720
  }
2720
- if (y.append("g").attr("class", "grid").attr("transform", "translate(" + e + ", " + (a - 50) + ")").call(u).selectAll("text").style("text-anchor", "middle").attr("fill", "#000").attr("stroke", "none").attr("font-size", 10).attr("dy", "1em"), r.db.topAxisEnabled() || o.topAxis) {
2721
- let n = me(b).tickSize(-a + t + o.gridLineStartPadding).tickFormat(Fn(l));
2721
+ if (y.append("g").attr("class", "grid").attr("transform", "translate(" + e + ", " + (a - 50) + ")").call(u).selectAll("text").style("text-anchor", "middle").attr("fill", "#000").attr("stroke", "none").attr("font-size", 10).attr("dy", "1em"), r.db.topAxisEnabled() || i.topAxis) {
2722
+ let n = me(b).tickSize(-a + t + i.gridLineStartPadding).tickFormat(Fn(l));
2722
2723
  if (d !== null) {
2723
2724
  let e = parseInt(d[1], 10);
2724
- if (isNaN(e) || e <= 0) i.warn(`Invalid tick interval value: "${d[1]}". Skipping custom tick interval.`);
2725
+ if (isNaN(e) || e <= 0) o.warn(`Invalid tick interval value: "${d[1]}". Skipping custom tick interval.`);
2725
2726
  else {
2726
- let t = d[2], i = r.db.getWeekday() || o.weekday, a = b.domain(), s = a[0], c = a[1];
2727
+ let t = d[2], a = r.db.getWeekday() || i.weekday, o = b.domain(), s = o[0], c = o[1];
2727
2728
  if (E(s, c, e, t) <= hi) switch (t) {
2728
2729
  case "millisecond":
2729
2730
  n.ticks(P.every(e));
@@ -2741,7 +2742,7 @@ var fi = /* @__PURE__ */ a(function() {
2741
2742
  n.ticks(B.every(e));
2742
2743
  break;
2743
2744
  case "week":
2744
- n.ticks(pi[i].every(e));
2745
+ n.ticks(pi[a].every(e));
2745
2746
  break;
2746
2747
  case "month":
2747
2748
  n.ticks(st.every(e));
@@ -2752,7 +2753,7 @@ var fi = /* @__PURE__ */ a(function() {
2752
2753
  y.append("g").attr("class", "grid").attr("transform", "translate(" + e + ", " + t + ")").call(n).selectAll("text").style("text-anchor", "middle").attr("fill", "#000").attr("stroke", "none").attr("font-size", 10);
2753
2754
  }
2754
2755
  }
2755
- a(O, "makeGrid");
2756
+ s(O, "makeGrid");
2756
2757
  function k(e, t) {
2757
2758
  let n = 0, r = Object.keys(h).map((e) => [e, h[e]]);
2758
2759
  y.append("g").selectAll("text").data(r).enter().append(function(e) {
@@ -2766,28 +2767,28 @@ var fi = /* @__PURE__ */ a(function() {
2766
2767
  }).attr("x", 10).attr("y", function(i, a) {
2767
2768
  if (a > 0) for (let o = 0; o < a; o++) return n += r[a - 1][1], i[1] * e / 2 + n * e + t;
2768
2769
  else return i[1] * e / 2 + t;
2769
- }).attr("font-size", o.sectionFontSize).attr("class", function(e) {
2770
- for (let [t, n] of m.entries()) if (e[0] === n) return "sectionTitle sectionTitle" + t % o.numberSectionStyles;
2770
+ }).attr("font-size", i.sectionFontSize).attr("class", function(e) {
2771
+ for (let [t, n] of m.entries()) if (e[0] === n) return "sectionTitle sectionTitle" + t % i.numberSectionStyles;
2771
2772
  return "sectionTitle";
2772
2773
  });
2773
2774
  }
2774
- a(k, "vertLabels");
2775
- function ee(e, t, n, i) {
2776
- let a = r.db.getTodayMarker();
2777
- if (a === "off") return;
2775
+ s(k, "vertLabels");
2776
+ function ee(e, t, n, a) {
2777
+ let o = r.db.getTodayMarker();
2778
+ if (o === "off") return;
2778
2779
  let s = y.append("g").attr("class", "today"), c = /* @__PURE__ */ new Date(), l = s.append("line");
2779
- l.attr("x1", b(c) + e).attr("x2", b(c) + e).attr("y1", o.titleTopMargin).attr("y2", i - o.titleTopMargin).attr("class", "today"), a !== "" && l.attr("style", a.replace(/,/g, ";"));
2780
+ l.attr("x1", b(c) + e).attr("x2", b(c) + e).attr("y1", i.titleTopMargin).attr("y2", a - i.titleTopMargin).attr("class", "today"), o !== "" && l.attr("style", o.replace(/,/g, ";"));
2780
2781
  }
2781
- a(ee, "drawToday");
2782
+ s(ee, "drawToday");
2782
2783
  function ne(e) {
2783
2784
  let t = {}, n = [];
2784
2785
  for (let r = 0, i = e.length; r < i; ++r) Object.prototype.hasOwnProperty.call(t, e[r]) || (t[e[r]] = !0, n.push(e[r]));
2785
2786
  return n;
2786
2787
  }
2787
- a(ne, "checkUnique");
2788
+ s(ne, "checkUnique");
2788
2789
  }, "draw")
2789
2790
  },
2790
- styles: /* @__PURE__ */ a((e) => `
2791
+ styles: /* @__PURE__ */ s((e) => `
2791
2792
  .mermaid-main-font {
2792
2793
  font-family: ${e.fontFamily};
2793
2794
  }