@spteck/react-controls-v2 2.0.18 → 2.2.1
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.
- package/LICENSE +1 -1
- package/README.md +143 -387
- package/dist/LocalizationProvider-BLjmybBa.cjs +2 -0
- package/dist/LocalizationProvider-BSlUf0tp.js +497 -0
- package/dist/_arrayEach-CnIMt1eB.js +61 -0
- package/dist/_arrayEach-vx8gLv03.cjs +2 -0
- package/dist/abstractions/ILocalizationProvider.d.ts +52 -0
- package/dist/abstractions/index.d.ts +1 -0
- package/dist/abstractions/providers/DefaultLocalizationProvider.d.ts +52 -0
- package/dist/abstractions/providers/LocalizationProvider.d.ts +47 -0
- package/dist/abstractions/providers/index.d.ts +3 -1
- package/dist/ar-C1pLt8fa.js +219 -0
- package/dist/ar-Jzw7PLrc.cjs +2 -0
- package/dist/arc-DPTV8xm_.js +132 -0
- package/dist/arc-fdHOvWdS.cjs +2 -0
- package/dist/architecture-7HQA4BMR-BAUhgjE2.js +6 -0
- package/dist/architecture-7HQA4BMR-DwCjpO72.cjs +2 -0
- package/dist/architectureDiagram-VXUJARFQ-B5yGOjRk.js +8680 -0
- package/dist/architectureDiagram-VXUJARFQ-C7K57uon.cjs +2 -0
- package/dist/az-C0Ow5Hxa.cjs +2 -0
- package/dist/az-C3-F9ybX.js +219 -0
- package/dist/bg-YB0TmpRF.cjs +2 -0
- package/dist/bg-w2e_udiK.js +219 -0
- package/dist/blockDiagram-VD42YOAC-B9MtQVc8.js +3756 -0
- package/dist/blockDiagram-VD42YOAC-CXUX1_9K.cjs +2 -0
- package/dist/bs-BoW04lRb.cjs +2 -0
- package/dist/bs-CEe_gjEx.js +219 -0
- package/dist/c4Diagram-YG6GDRKO-0rSYap-S.cjs +2 -0
- package/dist/c4Diagram-YG6GDRKO-CKFTKCbq.js +2483 -0
- package/dist/ca-Bsy2Y5pS.cjs +2 -0
- package/dist/ca-CKpd72XI.js +219 -0
- package/dist/channel-CJ2FoHig.js +8 -0
- package/dist/channel-DjKs64mj.cjs +2 -0
- package/dist/chunk-4BX2VUAB-DJlF8TIZ.cjs +2 -0
- package/dist/chunk-4BX2VUAB-ghaW5jSQ.js +18 -0
- package/dist/chunk-55IACEB6-9B1z6QHL.cjs +2 -0
- package/dist/chunk-55IACEB6-__yJgpDO.js +14 -0
- package/dist/chunk-B4BG7PRW-Dbzu88Oo.cjs +2 -0
- package/dist/chunk-B4BG7PRW-NVucxzRs.js +1828 -0
- package/dist/chunk-DI55MBZ5-Bun58OTZ.js +1928 -0
- package/dist/chunk-DI55MBZ5-e__JA50C.cjs +2 -0
- package/dist/chunk-FMBD7UC4-DulgQOWY.js +20 -0
- package/dist/chunk-FMBD7UC4-Pi8Fs7F6.cjs +2 -0
- package/dist/chunk-QN33PNHL-DA_6jplh.js +26 -0
- package/dist/chunk-QN33PNHL-DcHwlyDo.cjs +2 -0
- package/dist/chunk-QZHKN3VN-BfGBK4_s.cjs +2 -0
- package/dist/chunk-QZHKN3VN-C5x9oEL1.js +18 -0
- package/dist/chunk-TZMSLE5B-BCBp8EeB.cjs +2 -0
- package/dist/chunk-TZMSLE5B-Bj2-6aT8.js +109 -0
- package/dist/classDiagram-2ON5EDUG-BGUaVc1W.cjs +2 -0
- package/dist/classDiagram-2ON5EDUG-BcR1HP9z.js +20 -0
- package/dist/classDiagram-v2-WZHVMYZB-BGUaVc1W.cjs +2 -0
- package/dist/classDiagram-v2-WZHVMYZB-BcR1HP9z.js +20 -0
- package/dist/components/AISearchControl/index.d.ts +1 -0
- package/dist/components/Card/index.d.ts +0 -1
- package/dist/components/Carousel/index.d.ts +0 -3
- package/dist/components/Container/Container.d.ts +1 -9
- package/dist/components/Container/IContainerProps.d.ts +10 -4
- package/dist/components/Container/index.d.ts +1 -1
- package/dist/components/ContentRenderer/ContentRenderer.d.ts +1 -37
- package/dist/components/ContentRenderer/IContentRendererProps.d.ts +45 -0
- package/dist/components/ContentRenderer/index.d.ts +1 -1
- package/dist/components/DataGridV2/DataGridHandle.d.ts +14 -0
- package/dist/components/DataGridV2/DataGridV2.d.ts +2 -36
- package/dist/components/DataGridV2/IDataGridV2ExtraProps.d.ts +25 -0
- package/dist/components/DataGridV2/index.d.ts +1 -0
- package/dist/components/Grid/useGridStyles.d.ts +1 -1
- package/dist/components/ItemPicker/IItemPickerOption.d.ts +14 -0
- package/dist/components/ItemPicker/IItemPickerPagingInfo.d.ts +9 -0
- package/dist/components/ItemPicker/IItemPickerProps.d.ts +54 -0
- package/dist/components/ItemPicker/ItemPicker.d.ts +4 -0
- package/dist/components/ItemPicker/index.d.ts +5 -0
- package/dist/components/ItemPicker/useItemPickerStyles.d.ts +10 -0
- package/dist/components/KPIControl/IKpiCardData.d.ts +19 -0
- package/dist/components/KPIControl/IKpiCardProps.d.ts +6 -0
- package/dist/components/KPIControl/KpiCard.d.ts +4 -0
- package/dist/components/KPIControl/KpiCardCompact.d.ts +4 -0
- package/dist/components/KPIControl/KpiCardSkeleton.d.ts +8 -0
- package/dist/components/KPIControl/Kpis.d.ts +7 -0
- package/dist/components/KPIControl/NoKpisCard.d.ts +8 -0
- package/dist/components/KPIControl/index.d.ts +8 -0
- package/dist/components/KPIControl/useKpiStyles.d.ts +33 -0
- package/dist/components/ListToolbar/FlatItem.d.ts +8 -0
- package/dist/components/ListToolbar/IListToolbarProps.d.ts +27 -0
- package/dist/components/ListToolbar/IToolbarItem.d.ts +37 -0
- package/dist/components/ListToolbar/IToolbarItemRendererProps.d.ts +13 -0
- package/dist/components/ListToolbar/ListToolbar.d.ts +5 -0
- package/dist/components/ListToolbar/ToolbarItemRenderer.d.ts +7 -0
- package/dist/components/ListToolbar/helpers.d.ts +6 -0
- package/dist/components/ListToolbar/index.d.ts +4 -0
- package/dist/components/ListToolbar/useListToolbarStyles.d.ts +16 -0
- package/dist/components/ListToolbar/useOverflowIndex.d.ts +18 -0
- package/dist/components/MarkdownRenderer/MarkdownRenderer.d.ts +1 -1
- package/dist/components/MarkdownRenderer/useMarkdownStyles.d.ts +4 -0
- package/dist/components/MermaidDiagram/IMermaidDiagramProps.d.ts +31 -0
- package/dist/components/MermaidDiagram/MermaidDiagram.d.ts +4 -0
- package/dist/components/MermaidDiagram/index.d.ts +4 -0
- package/dist/components/MermaidDiagram/useMermaidDiagramStyles.d.ts +9 -0
- package/dist/components/Navigation/INavigationProps.d.ts +141 -0
- package/dist/components/Navigation/Navigation.d.ts +27 -0
- package/dist/components/Navigation/index.d.ts +4 -0
- package/dist/components/Navigation/useNavigationStyles.d.ts +13 -0
- package/dist/components/SelectTime/IOptionTimeProps.d.ts +23 -0
- package/dist/components/SelectTime/ISelectTimeProps.d.ts +25 -0
- package/dist/components/SelectTime/OptionTime.d.ts +16 -0
- package/dist/components/SelectTime/SelectTime.d.ts +4 -0
- package/dist/components/SelectTime/index.d.ts +7 -0
- package/dist/components/SelectTime/useOptionTimeStyles.d.ts +6 -0
- package/dist/components/SelectTime/useSelectTimeStyles.d.ts +7 -0
- package/dist/components/SplitPane/ISplitPaneProps.d.ts +28 -0
- package/dist/components/SplitPane/SplitPane.d.ts +10 -0
- package/dist/components/SplitPane/index.d.ts +4 -0
- package/dist/components/SplitPane/useSplitPaneStyles.d.ts +13 -0
- package/dist/components/adaptiveCardHost/AdaptiveCardHost.Utilities.d.ts +1 -1
- package/dist/components/adaptiveCardHost/fluentUI/renderCompat.d.ts +7 -0
- package/dist/components/aiAssistant/index.d.ts +1 -0
- package/dist/components/appDashboard/IAppDashboardProps.d.ts +2 -2
- package/dist/components/breadcrumb/IBreadcrumProps.d.ts +1 -1
- package/dist/components/breadcrumb/index.d.ts +1 -0
- package/dist/components/customControlBar/CustomControlBar.d.ts +1 -13
- package/dist/components/customControlBar/IControlItem.d.ts +6 -0
- package/dist/components/customControlBar/ICustomControlBarProps.d.ts +11 -0
- package/dist/components/customControlBar/index.d.ts +2 -0
- package/dist/components/dropDownField/useDropdownFieldStyles.d.ts +5 -0
- package/dist/components/index.d.ts +7 -0
- package/dist/components/inputField/IInputFieldProps.d.ts +22 -0
- package/dist/components/inputField/InputField.d.ts +4 -0
- package/dist/components/inputField/index.d.ts +3 -0
- package/dist/components/inputField/useInputFieldStyles.d.ts +5 -0
- package/dist/components/renderDrawer/RenderDrawer.d.ts +1 -4
- package/dist/components/renderHeader/index.d.ts +1 -0
- package/dist/components/searchControl/ISearchControlProps.d.ts +14 -0
- package/dist/components/searchControl/SearchControl.d.ts +5 -0
- package/dist/components/searchControl/index.d.ts +3 -0
- package/dist/components/searchControl/useSearchControlStyles.d.ts +13 -0
- package/dist/components/stackv2/StackV2.d.ts +1 -1
- package/dist/components/worldMap/index.d.ts +2 -0
- package/dist/components/worldMap/useContentToolTipStyles.d.ts +2 -8
- package/dist/cose-bilkent-S5V4N54A-BcLbJZT7.cjs +2 -0
- package/dist/cose-bilkent-S5V4N54A-CtEV3dGx.js +4934 -0
- package/dist/cs-D-801PIR.cjs +2 -0
- package/dist/cs-DQvRPciB.js +219 -0
- package/dist/cy-BxyJCM05.js +219 -0
- package/dist/cy-aUPUcn-S.cjs +2 -0
- package/dist/cytoscape.esm-BS1owLay.js +30250 -0
- package/dist/cytoscape.esm-BxB3woZB.cjs +10 -0
- package/dist/da-B05ad5Iq.js +219 -0
- package/dist/da-CTiLOqut.cjs +2 -0
- package/dist/dagre-6UL2VRFP-BZ9apxkx.js +696 -0
- package/dist/dagre-6UL2VRFP-FmOJGmX_.cjs +2 -0
- package/dist/de-DJ5iwpd7.js +219 -0
- package/dist/de-Dm204UMA.cjs +2 -0
- package/dist/defaultLocale-7NeEK7SF.cjs +2 -0
- package/dist/defaultLocale-DVr69WTU.js +207 -0
- package/dist/diagram-PSM6KHXK-BZxXJahR.cjs +2 -0
- package/dist/diagram-PSM6KHXK-_wkJk__z.js +848 -0
- package/dist/diagram-QEK2KX5R-NQiK3YZe.cjs +2 -0
- package/dist/diagram-QEK2KX5R-YQAU79Lo.js +305 -0
- package/dist/diagram-S2PKOQOG-Cob2HIrt.cjs +2 -0
- package/dist/diagram-S2PKOQOG-D8jaJbP8.js +212 -0
- package/dist/el-CBS9mHS3.js +219 -0
- package/dist/el-DbtZj-ph.cjs +2 -0
- package/dist/erDiagram-Q2GNP2WA-DAzex-RZ.cjs +2 -0
- package/dist/erDiagram-Q2GNP2WA-syuB6Tgc.js +1160 -0
- package/dist/es-Bo08apQr.js +219 -0
- package/dist/es-Cc-4Vqf7.cjs +2 -0
- package/dist/et-D5pQ66eY.cjs +2 -0
- package/dist/et-pRL0Tmle.js +219 -0
- package/dist/eu-Br68gaf7.js +219 -0
- package/dist/eu-RZ-27koK.cjs +2 -0
- package/dist/fi-BCXB-k_X.js +219 -0
- package/dist/fi-Dqa9mgnW.cjs +2 -0
- package/dist/flowDiagram-NV44I4VS-CXJA5Xu7.js +2339 -0
- package/dist/flowDiagram-NV44I4VS-DOcXDmk8.cjs +2 -0
- package/dist/fr-B7fhkle4.cjs +2 -0
- package/dist/fr-gKE1SSIF.js +219 -0
- package/dist/ga-4Hf7vKvr.cjs +2 -0
- package/dist/ga-C1SpITZy.js +219 -0
- package/dist/ganttDiagram-JELNMOA3-BodaBsjX.js +3652 -0
- package/dist/ganttDiagram-JELNMOA3-oeOE4Au1.cjs +2 -0
- package/dist/gitGraph-G5XIXVHT-BAoUh2t9.js +6 -0
- package/dist/gitGraph-G5XIXVHT-bEuOx0_B.cjs +2 -0
- package/dist/gitGraphDiagram-V2S2FVAM-B5dByD3_.js +1215 -0
- package/dist/gitGraphDiagram-V2S2FVAM-D4G2FRg-.cjs +2 -0
- package/dist/gl-COSpsMSK.cjs +2 -0
- package/dist/gl-CSzCeu2L.js +219 -0
- package/dist/graph-C7xixGrW.cjs +2 -0
- package/dist/graph-DH3cnEko.js +421 -0
- package/dist/he-BrkfqoIm.js +219 -0
- package/dist/he-C7Wi6-EL.cjs +2 -0
- package/dist/hi-C1RGDPzn.js +219 -0
- package/dist/hi-ojklJj-a.cjs +2 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/useLocalizationStrings.d.ts +71 -0
- package/dist/hr-CsO_h2VT.js +219 -0
- package/dist/hr-DkEwOCGU.cjs +2 -0
- package/dist/hu-CVtbM-V2.js +219 -0
- package/dist/hu-D8uAAzvN.cjs +2 -0
- package/dist/id-18yPGK2f.cjs +2 -0
- package/dist/id-CARSN0W8.js +219 -0
- package/dist/index-CP55uT1-.js +55270 -0
- package/dist/index-DkoeCnje.cjs +428 -0
- package/dist/index.cjs +2 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +165 -200
- package/dist/info-VBDWY6EO-CCtIeR-l.js +6 -0
- package/dist/info-VBDWY6EO-CIQZzC1h.cjs +2 -0
- package/dist/infoDiagram-HS3SLOUP-BCGLBWdb.js +32 -0
- package/dist/infoDiagram-HS3SLOUP-l61UBAGu.cjs +2 -0
- package/dist/init-DZ96s0AS.cjs +2 -0
- package/dist/init-ZxktEp_H.js +17 -0
- package/dist/it-BVq911RW.cjs +2 -0
- package/dist/it-ClWGK7XT.js +219 -0
- package/dist/ja-BgcKuKZ4.cjs +2 -0
- package/dist/ja-DGL12HwE.js +219 -0
- package/dist/journeyDiagram-XKPGCS4Q-CngaMpvw.js +1255 -0
- package/dist/journeyDiagram-XKPGCS4Q-DDFQr_sf.cjs +2 -0
- package/dist/kanban-definition-3W4ZIXB7-DE64tG2k.js +1049 -0
- package/dist/kanban-definition-3W4ZIXB7-Yh2cXBd5.cjs +2 -0
- package/dist/katex-DPu4QpBP.cjs +2 -0
- package/dist/katex-Dd1-wdX2.js +14523 -0
- package/dist/kk-CkKXbKso.js +219 -0
- package/dist/kk-Dn3FBkOR.cjs +2 -0
- package/dist/ko-CKAbV25b.cjs +2 -0
- package/dist/ko-QYvDV2aw.js +219 -0
- package/dist/layout-D6yO7DzL.cjs +2 -0
- package/dist/layout-bxkZz7Cm.js +1919 -0
- package/dist/linear-CytTXQM2.cjs +2 -0
- package/dist/linear-R5bATomY.js +341 -0
- package/dist/localization/ILibraryStrings.d.ts +299 -0
- package/dist/localization/defaults/ar.d.ts +8 -0
- package/dist/localization/defaults/az.d.ts +8 -0
- package/dist/localization/defaults/bg.d.ts +8 -0
- package/dist/localization/defaults/bs.d.ts +8 -0
- package/dist/localization/defaults/ca.d.ts +8 -0
- package/dist/localization/defaults/cs.d.ts +8 -0
- package/dist/localization/defaults/cy.d.ts +8 -0
- package/dist/localization/defaults/da.d.ts +8 -0
- package/dist/localization/defaults/de.d.ts +8 -0
- package/dist/localization/defaults/el.d.ts +8 -0
- package/dist/localization/defaults/en.d.ts +8 -0
- package/dist/localization/defaults/es.d.ts +8 -0
- package/dist/localization/defaults/et.d.ts +8 -0
- package/dist/localization/defaults/eu.d.ts +8 -0
- package/dist/localization/defaults/fi.d.ts +8 -0
- package/dist/localization/defaults/fr.d.ts +8 -0
- package/dist/localization/defaults/ga.d.ts +8 -0
- package/dist/localization/defaults/gl.d.ts +8 -0
- package/dist/localization/defaults/he.d.ts +8 -0
- package/dist/localization/defaults/hi.d.ts +8 -0
- package/dist/localization/defaults/hr.d.ts +8 -0
- package/dist/localization/defaults/hu.d.ts +8 -0
- package/dist/localization/defaults/id.d.ts +8 -0
- package/dist/localization/defaults/index.d.ts +47 -0
- package/dist/localization/defaults/it.d.ts +8 -0
- package/dist/localization/defaults/ja.d.ts +8 -0
- package/dist/localization/defaults/kk.d.ts +8 -0
- package/dist/localization/defaults/ko.d.ts +8 -0
- package/dist/localization/defaults/lt.d.ts +8 -0
- package/dist/localization/defaults/lv.d.ts +8 -0
- package/dist/localization/defaults/mk.d.ts +8 -0
- package/dist/localization/defaults/ms.d.ts +8 -0
- package/dist/localization/defaults/nb.d.ts +8 -0
- package/dist/localization/defaults/nl.d.ts +8 -0
- package/dist/localization/defaults/pl.d.ts +8 -0
- package/dist/localization/defaults/pt.d.ts +8 -0
- package/dist/localization/defaults/ro.d.ts +8 -0
- package/dist/localization/defaults/ru.d.ts +8 -0
- package/dist/localization/defaults/sk.d.ts +8 -0
- package/dist/localization/defaults/sl.d.ts +8 -0
- package/dist/localization/defaults/sr.d.ts +8 -0
- package/dist/localization/defaults/sv.d.ts +8 -0
- package/dist/localization/defaults/th.d.ts +8 -0
- package/dist/localization/defaults/tr.d.ts +8 -0
- package/dist/localization/defaults/uk.d.ts +8 -0
- package/dist/localization/defaults/vi.d.ts +8 -0
- package/dist/localization/defaults/zh.d.ts +8 -0
- package/dist/localization/index.d.ts +8 -0
- package/dist/localization/utils.d.ts +10 -0
- package/dist/lt-BKnFyiLV.js +219 -0
- package/dist/lt-BnGNEsIS.cjs +2 -0
- package/dist/lv-Clqo0Ogm.js +219 -0
- package/dist/lv-D3rJQRhc.cjs +2 -0
- package/dist/maplibre-gl-D9TSGNCf.cjs +6 -0
- package/dist/maplibre-gl-DwyiD0x9.js +23511 -0
- package/dist/mermaid-parser.core-BbdofhA6.js +23791 -0
- package/dist/mermaid-parser.core-C4ChZJz4.cjs +2 -0
- package/dist/mindmap-definition-VGOIOE7T-BonbrEly.cjs +2 -0
- package/dist/mindmap-definition-VGOIOE7T-C8FL7caj.js +1129 -0
- package/dist/mk-EhcD0RzW.js +219 -0
- package/dist/mk-hVxJgrE0.cjs +2 -0
- package/dist/ms-CJACwjo7.js +219 -0
- package/dist/ms-D0txYckK.cjs +2 -0
- package/dist/nb-BfKRl99z.cjs +2 -0
- package/dist/nb-NCgnP0Pu.js +219 -0
- package/dist/nl-EgsNCunP.js +219 -0
- package/dist/nl-ZXiLkBj_.cjs +2 -0
- package/dist/ordinal-BZdahNih.cjs +2 -0
- package/dist/ordinal-DSZU4PqD.js +77 -0
- package/dist/packet-DYOGHKS2-64UpspMA.cjs +2 -0
- package/dist/packet-DYOGHKS2-DCndr5Wp.js +6 -0
- package/dist/pie-VRWISCQL-B_5_SIgL.cjs +2 -0
- package/dist/pie-VRWISCQL-BbSFz_Jh.js +6 -0
- package/dist/pieDiagram-ADFJNKIX-C8b4kPLp.cjs +2 -0
- package/dist/pieDiagram-ADFJNKIX-CQjh4P80.js +238 -0
- package/dist/pl-H28GVtiG.js +219 -0
- package/dist/pl-tVjdYTB9.cjs +2 -0
- package/dist/providers.cjs +2 -0
- package/dist/providers.js +252 -1
- package/dist/pt-1k62N9F3.cjs +2 -0
- package/dist/pt-BSPZhWKl.js +211 -0
- package/dist/quadrantDiagram-AYHSOK5B-Bb99yQJL.cjs +2 -0
- package/dist/quadrantDiagram-AYHSOK5B-BiLBDCHf.js +1338 -0
- package/dist/radar-ZZBFDIW7-DC8bA3_e.cjs +2 -0
- package/dist/radar-ZZBFDIW7-DpGZ3D_F.js +6 -0
- package/dist/requirementDiagram-UZGBJVZJ-BeLfR5tA.cjs +2 -0
- package/dist/requirementDiagram-UZGBJVZJ-D6hcN5kf.js +1164 -0
- package/dist/ro-9Qt1qDDA.cjs +2 -0
- package/dist/ro-BpaZLre_.js +219 -0
- package/dist/ru-4WxRouIU.cjs +2 -0
- package/dist/ru-CUZzD-Tx.js +219 -0
- package/dist/sankeyDiagram-TZEHDZUN-7K2pggbF.js +1194 -0
- package/dist/sankeyDiagram-TZEHDZUN-T1lqY3ke.cjs +2 -0
- package/dist/sequenceDiagram-WL72ISMW-CaSRrEHR.cjs +2 -0
- package/dist/sequenceDiagram-WL72ISMW-DymCRly8.js +3882 -0
- package/dist/sk-CoQ6XiCY.js +219 -0
- package/dist/sk-uWukDQab.cjs +2 -0
- package/dist/sl-B6DVbKg6.cjs +2 -0
- package/dist/sl-CHW-ZGol.js +219 -0
- package/dist/sr-BOD8Tc-D.cjs +2 -0
- package/dist/sr-EQGjIBJE.js +219 -0
- package/dist/stateDiagram-FKZM4ZOC-B3uhYYpW.js +449 -0
- package/dist/stateDiagram-FKZM4ZOC-BETxyYxX.cjs +2 -0
- package/dist/stateDiagram-v2-4FDKWEC3-B4AjT1wB.cjs +2 -0
- package/dist/stateDiagram-v2-4FDKWEC3-BuiA8K0X.js +20 -0
- package/dist/style.css +1 -0
- package/dist/sv-B6nLuQr7.cjs +2 -0
- package/dist/sv-DTxWN6ED.js +219 -0
- package/dist/th-BVPzHvBf.js +219 -0
- package/dist/th-DmULV6uT.cjs +2 -0
- package/dist/timeline-definition-IT6M3QCI-CsJvwNrg.cjs +2 -0
- package/dist/timeline-definition-IT6M3QCI-DNROY61n.js +1227 -0
- package/dist/tr-BE5geTUC.cjs +2 -0
- package/dist/tr-BHR1QA-D.js +219 -0
- package/dist/treemap-GDKQZRPO-DbPXSmw-.js +6 -0
- package/dist/treemap-GDKQZRPO-Dj3L_VQH.cjs +2 -0
- package/dist/uk-Bc5TwelE.js +219 -0
- package/dist/uk-DS5ukB_-.cjs +2 -0
- package/dist/vi-D9FF4kkG.cjs +2 -0
- package/dist/vi-DC0eQZb7.js +219 -0
- package/dist/xychartDiagram-PRI3JC2R-CXT2FhOm.cjs +2 -0
- package/dist/xychartDiagram-PRI3JC2R-D7UaoGaC.js +1887 -0
- package/dist/zh-CGcOiJ3s.cjs +2 -0
- package/dist/zh-GsCLn8OE.js +219 -0
- package/package.json +95 -92
- package/dist/ILoggingProvider-C4FFlnQ0.js +0 -2
- package/dist/ILoggingProvider-C4FFlnQ0.js.map +0 -1
- package/dist/ILoggingProvider-CYYYCGLY.mjs +0 -18
- package/dist/ILoggingProvider-CYYYCGLY.mjs.map +0 -1
- package/dist/abstractions/IApplicationContext.d.ts.map +0 -1
- package/dist/abstractions/IAuthenticationProvider.d.ts.map +0 -1
- package/dist/abstractions/IGraphProvider.d.ts.map +0 -1
- package/dist/abstractions/ILoggingProvider.d.ts.map +0 -1
- package/dist/abstractions/IPageContext.d.ts.map +0 -1
- package/dist/abstractions/IStorageProvider.d.ts.map +0 -1
- package/dist/abstractions/index.d.ts.map +0 -1
- package/dist/abstractions/providers/ConsoleLoggingProvider.d.ts.map +0 -1
- package/dist/abstractions/providers/DefaultGraphClient.d.ts.map +0 -1
- package/dist/abstractions/providers/LocalStorageProvider.d.ts.map +0 -1
- package/dist/abstractions/providers/index.d.ts.map +0 -1
- package/dist/components/AISearchControl/AISearchControl.d.ts.map +0 -1
- package/dist/components/AISearchControl/AISearchIcon.d.ts.map +0 -1
- package/dist/components/AISearchControl/AISearchIconExample.d.ts.map +0 -1
- package/dist/components/AISearchControl/index.d.ts.map +0 -1
- package/dist/components/AISearchControl/useAISearchControlStyles.d.ts.map +0 -1
- package/dist/components/AspectRatio/AspectRatio.d.ts.map +0 -1
- package/dist/components/AspectRatio/IAspectRationProps.d.ts.map +0 -1
- package/dist/components/AspectRatio/index.d.ts.map +0 -1
- package/dist/components/AspectRatio/useAspectRatioStyles.d.ts.map +0 -1
- package/dist/components/Card/Card.d.ts.map +0 -1
- package/dist/components/Card/ICardProps.d.ts.map +0 -1
- package/dist/components/Card/index.d.ts.map +0 -1
- package/dist/components/Card/useCardStyles.d.ts.map +0 -1
- package/dist/components/Carousel/Carousel.d.ts.map +0 -1
- package/dist/components/Carousel/ICarouselProps.d.ts.map +0 -1
- package/dist/components/Carousel/index.d.ts.map +0 -1
- package/dist/components/Carousel/useCarouselButton.d.ts.map +0 -1
- package/dist/components/Carousel/useCarouselStyles.d.ts.map +0 -1
- package/dist/components/Carousel/useCarouselStylesMain.d.ts.map +0 -1
- package/dist/components/Center/Center.d.ts.map +0 -1
- package/dist/components/Center/ICenterProps.d.ts.map +0 -1
- package/dist/components/Center/index.d.ts.map +0 -1
- package/dist/components/Center/useCenterStyles.d.ts.map +0 -1
- package/dist/components/Container/Container.d.ts.map +0 -1
- package/dist/components/Container/IContainerProps.d.ts.map +0 -1
- package/dist/components/Container/index.d.ts.map +0 -1
- package/dist/components/Container/useContainerStyles.d.ts.map +0 -1
- package/dist/components/ContentRenderer/ContentRenderer.d.ts.map +0 -1
- package/dist/components/ContentRenderer/index.d.ts.map +0 -1
- package/dist/components/DataGridV2/DataGridV2.d.ts.map +0 -1
- package/dist/components/DataGridV2/index.d.ts.map +0 -1
- package/dist/components/DataGridV2/useDataGridV2Styles.d.ts.map +0 -1
- package/dist/components/Grid/Grid.d.ts.map +0 -1
- package/dist/components/Grid/IGridProps.d.ts.map +0 -1
- package/dist/components/Grid/index.d.ts.map +0 -1
- package/dist/components/Grid/useGridStyles.d.ts.map +0 -1
- package/dist/components/Layout/ILayoutProps.d.ts.map +0 -1
- package/dist/components/Layout/Layout.d.ts.map +0 -1
- package/dist/components/Layout/LayoutItem.d.ts.map +0 -1
- package/dist/components/Layout/index.d.ts.map +0 -1
- package/dist/components/Layout/useLayoutStyles.d.ts.map +0 -1
- package/dist/components/ListItemActivityMessage/IAction.d.ts.map +0 -1
- package/dist/components/ListItemActivityMessage/IActivity.d.ts.map +0 -1
- package/dist/components/ListItemActivityMessage/IActivityMessageProps.d.ts.map +0 -1
- package/dist/components/ListItemActivityMessage/IActor.d.ts.map +0 -1
- package/dist/components/ListItemActivityMessage/IUserActor.d.ts.map +0 -1
- package/dist/components/ListItemActivityMessage/ListItemActivityMessage.d.ts.map +0 -1
- package/dist/components/ListItemActivityMessage/index.d.ts.map +0 -1
- package/dist/components/ListItemActivityMessage/useSharePointActivities.d.ts.map +0 -1
- package/dist/components/LivePersona/ILivePersonaProps.d.ts.map +0 -1
- package/dist/components/LivePersona/LivePersona.d.ts.map +0 -1
- package/dist/components/LivePersona/index.d.ts.map +0 -1
- package/dist/components/MarkdownRenderer/MarkdownRenderer.d.ts.map +0 -1
- package/dist/components/MarkdownRenderer/index.d.ts.map +0 -1
- package/dist/components/Popup/Popup.d.ts.map +0 -1
- package/dist/components/Popup/index.d.ts.map +0 -1
- package/dist/components/Provider/UniversalProvider.d.ts.map +0 -1
- package/dist/components/Provider/index.d.ts.map +0 -1
- package/dist/components/RenderLabel/RenderLabel.d.ts.map +0 -1
- package/dist/components/RenderLabel/index.d.ts.map +0 -1
- package/dist/components/RenderLabel/useRenderLabelStylesStyles.d.ts.map +0 -1
- package/dist/components/RenderSpninner/RenderSpinner.d.ts.map +0 -1
- package/dist/components/RenderSpninner/index.d.ts.map +0 -1
- package/dist/components/Space/ISpaceProps.d.ts.map +0 -1
- package/dist/components/Space/SPace.d.ts.map +0 -1
- package/dist/components/Space/index.d.ts.map +0 -1
- package/dist/components/Space/useSpaceStyles.d.ts.map +0 -1
- package/dist/components/Stack/IStackProps.d.ts.map +0 -1
- package/dist/components/Stack/Stack.d.ts.map +0 -1
- package/dist/components/Stack/StackItem.d.ts.map +0 -1
- package/dist/components/Stack/index.d.ts.map +0 -1
- package/dist/components/Stack/useStackStyles.d.ts.map +0 -1
- package/dist/components/StackedUsers/IStackedUsersProps.d.ts.map +0 -1
- package/dist/components/StackedUsers/StackedUsers.d.ts.map +0 -1
- package/dist/components/StackedUsers/index.d.ts.map +0 -1
- package/dist/components/StackedUsers/useStackedUsersStyles.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/AdaptiveCardHost.Exports.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/AdaptiveCardHost.HostConfig.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/AdaptiveCardHost.Utilities.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/AdaptiveCardHost.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/IAdaptiveCardHostProps.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/Actions.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/Elements.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/FluentUIChoiceSetInput.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/FluentUIDateInput.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/FluentUINumberInput.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/FluentUITextInput.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/FluentUITimeInput.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/FluentUIToggleInput.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/HostCapability.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/HostConfig.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/IconButton.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/Styles.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/index.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/inlineButtonRootStyle.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/fluentUI/internalRender.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/index.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/AdaptiveCardHostThemeType.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/IAadInfo.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/IAdaptiveCardHostActionResult.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/IAdaptiveCardHostConfigResult.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/IAdaptiveCardHostEvaluationContext.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/ICultureInfo.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/ISPListInfo.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/ISPListItemInfo.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/ISPSiteInfo.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/ISPWebInfo.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/IUserInfo.d.ts.map +0 -1
- package/dist/components/adaptiveCardHost/models/index.d.ts.map +0 -1
- package/dist/components/aiAssistant/AIAssistant.d.ts.map +0 -1
- package/dist/components/aiAssistant/ChatAction.d.ts.map +0 -1
- package/dist/components/aiAssistant/ChatInput.d.ts.map +0 -1
- package/dist/components/aiAssistant/ChatInputProps.d.ts.map +0 -1
- package/dist/components/aiAssistant/ChatInputWithMensions.d.ts.map +0 -1
- package/dist/components/aiAssistant/ChatInputWithMensionsProps.d.ts.map +0 -1
- package/dist/components/aiAssistant/ChatInputWithMensionsV1.d.ts.map +0 -1
- package/dist/components/aiAssistant/ChatInputWithMensionsV2.d.ts.map +0 -1
- package/dist/components/aiAssistant/ChatList.d.ts.map +0 -1
- package/dist/components/aiAssistant/ChatState.d.ts.map +0 -1
- package/dist/components/aiAssistant/IAIAssistantProps.d.ts.map +0 -1
- package/dist/components/aiAssistant/IChatItem.d.ts.map +0 -1
- package/dist/components/aiAssistant/IResponse.d.ts.map +0 -1
- package/dist/components/aiAssistant/LoadingDots.d.ts.map +0 -1
- package/dist/components/aiAssistant/chatReducer.d.ts.map +0 -1
- package/dist/components/aiAssistant/index.d.ts.map +0 -1
- package/dist/components/aiAssistant/useAIAssistantStyles.d.ts.map +0 -1
- package/dist/components/aiAssistant/useChatInputStyles.d.ts.map +0 -1
- package/dist/components/aiAssistant/useChatInputWithMensionsStyles.d.ts.map +0 -1
- package/dist/components/aiAssistant/useLoadingDotsStyles.d.ts.map +0 -1
- package/dist/components/aiAssistant/useStreamRequest.d.ts.map +0 -1
- package/dist/components/aiAssistant/useStyles.d.ts.map +0 -1
- package/dist/components/appDashboard/AppDashboard.d.ts.map +0 -1
- package/dist/components/appDashboard/IAppDashboardProps.d.ts.map +0 -1
- package/dist/components/appDashboard/NoDashboards.d.ts.map +0 -1
- package/dist/components/appDashboard/index.d.ts.map +0 -1
- package/dist/components/appDashboard/selectZoom/SelectZoom.d.ts.map +0 -1
- package/dist/components/appDashboard/useDashboardStyles.d.ts.map +0 -1
- package/dist/components/baseComponentProps/IBaseProps.d.ts.map +0 -1
- package/dist/components/breadcrumb/Breadcrumb.d.ts.map +0 -1
- package/dist/components/breadcrumb/IBreadcrumItem.d.ts.map +0 -1
- package/dist/components/breadcrumb/IBreadcrumProps.d.ts.map +0 -1
- package/dist/components/breadcrumb/OverflowMenu.d.ts.map +0 -1
- package/dist/components/breadcrumb/index.d.ts.map +0 -1
- package/dist/components/breadcrumb/useBreadcrumStyles.d.ts.map +0 -1
- package/dist/components/buttonMenu/ButtonMenu.d.ts.map +0 -1
- package/dist/components/buttonMenu/IButtonMenuOption.d.ts.map +0 -1
- package/dist/components/buttonMenu/index.d.ts.map +0 -1
- package/dist/components/calendarControl/CalendarControl.d.ts.map +0 -1
- package/dist/components/calendarControl/Day.d.ts.map +0 -1
- package/dist/components/calendarControl/DayView.d.ts.map +0 -1
- package/dist/components/calendarControl/EventDetailsPopover.d.ts.map +0 -1
- package/dist/components/calendarControl/EventPopoverCard.d.ts.map +0 -1
- package/dist/components/calendarControl/EventRender.d.ts.map +0 -1
- package/dist/components/calendarControl/RenderEventToDayOfMonth.d.ts.map +0 -1
- package/dist/components/calendarControl/SelectCalendarView.d.ts.map +0 -1
- package/dist/components/calendarControl/Toolbar.d.ts.map +0 -1
- package/dist/components/calendarControl/WeekView.d.ts.map +0 -1
- package/dist/components/calendarControl/hooks/index.d.ts.map +0 -1
- package/dist/components/calendarControl/hooks/useCalendar.d.ts.map +0 -1
- package/dist/components/calendarControl/hooks/useCalendarStyles.d.ts.map +0 -1
- package/dist/components/calendarControl/hooks/useDayViewStyles.d.ts.map +0 -1
- package/dist/components/calendarControl/hooks/useUtils.d.ts.map +0 -1
- package/dist/components/calendarControl/hooks/useWeekViewStyles.d.ts.map +0 -1
- package/dist/components/calendarControl/index.d.ts.map +0 -1
- package/dist/components/calendarControl/models/ECalendarViews.d.ts.map +0 -1
- package/dist/components/calendarControl/models/IAttendee.d.ts.map +0 -1
- package/dist/components/calendarControl/models/ICalendarControlProps.d.ts.map +0 -1
- package/dist/components/calendarControl/models/ICalendarDay.d.ts.map +0 -1
- package/dist/components/calendarControl/models/IEventColors.d.ts.map +0 -1
- package/dist/components/calendarControl/models/IEvents.d.ts.map +0 -1
- package/dist/components/calendarControl/models/IStrings.d.ts.map +0 -1
- package/dist/components/calendarControl/models/index.d.ts.map +0 -1
- package/dist/components/customControlBar/CustomControlBar.d.ts.map +0 -1
- package/dist/components/customControlBar/index.d.ts.map +0 -1
- package/dist/components/dataGrid/DataGrid.d.ts.map +0 -1
- package/dist/components/dataGrid/IColumnConfig.d.ts.map +0 -1
- package/dist/components/dataGrid/IDataGridProps.d.ts.map +0 -1
- package/dist/components/dataGrid/ISortState.d.ts.map +0 -1
- package/dist/components/dataGrid/index.d.ts.map +0 -1
- package/dist/components/dataGrid/stack/IStackProps.d.ts.map +0 -1
- package/dist/components/dataGrid/stack/Stack.d.ts.map +0 -1
- package/dist/components/dataGrid/useDataGridStyles.d.ts.map +0 -1
- package/dist/components/dropDownField/DropDownField.d.ts.map +0 -1
- package/dist/components/dropDownField/IDropDownFieldProps.d.ts.map +0 -1
- package/dist/components/dropDownField/IOption.d.ts.map +0 -1
- package/dist/components/dropDownField/index.d.ts.map +0 -1
- package/dist/components/genericOverFlowMenu/GenericOverFlowMenu.d.ts.map +0 -1
- package/dist/components/genericOverFlowMenu/index.d.ts.map +0 -1
- package/dist/components/genericOverFlowMenu/useOverflowMenuStyles.d.ts.map +0 -1
- package/dist/components/iconButton/IconButton.d.ts.map +0 -1
- package/dist/components/iconButton/IconButtonProps.d.ts.map +0 -1
- package/dist/components/iconButton/index.d.ts.map +0 -1
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/mensions/IMensionsProps.d.ts.map +0 -1
- package/dist/components/mensions/Mensions.d.ts.map +0 -1
- package/dist/components/mensions/MensionsExample.d.ts.map +0 -1
- package/dist/components/mensions/index.d.ts.map +0 -1
- package/dist/components/mensions/useMensionsStyles.d.ts.map +0 -1
- package/dist/components/renderAdaptiveCard/RenderAdaptiveCard.d.ts.map +0 -1
- package/dist/components/renderAdaptiveCard/index.d.ts.map +0 -1
- package/dist/components/renderDialog/RenderDialog.d.ts.map +0 -1
- package/dist/components/renderDialog/index.d.ts.map +0 -1
- package/dist/components/renderDrawer/RenderDrawer.d.ts.map +0 -1
- package/dist/components/renderDrawer/index.d.ts.map +0 -1
- package/dist/components/renderHeader/IRenderHeaderProps.d.ts.map +0 -1
- package/dist/components/renderHeader/RenderHeader.d.ts.map +0 -1
- package/dist/components/renderHeader/index.d.ts.map +0 -1
- package/dist/components/renderHeader/useRenderHeaderStyles.d.ts.map +0 -1
- package/dist/components/selectDay/SelectDay.d.ts.map +0 -1
- package/dist/components/selectDay/index.d.ts.map +0 -1
- package/dist/components/selectMonth/CalendarMonth.d.ts.map +0 -1
- package/dist/components/selectMonth/SelectMonth.d.ts.map +0 -1
- package/dist/components/selectMonth/index.d.ts.map +0 -1
- package/dist/components/selectView/SelectView.d.ts.map +0 -1
- package/dist/components/selectView/index.d.ts.map +0 -1
- package/dist/components/selectWeek/SelectWeek.d.ts.map +0 -1
- package/dist/components/selectWeek/index.d.ts.map +0 -1
- package/dist/components/shareDialog/ShareDialog.d.ts.map +0 -1
- package/dist/components/shareDialog/index.d.ts.map +0 -1
- package/dist/components/showError/IErrorDisplayProps.d.ts.map +0 -1
- package/dist/components/showError/ShowError.d.ts.map +0 -1
- package/dist/components/showError/index.d.ts.map +0 -1
- package/dist/components/showError/useShowErrorStyles.d.ts.map +0 -1
- package/dist/components/showMessage/IShowMessage.d.ts.map +0 -1
- package/dist/components/showMessage/ShowMessage.d.ts.map +0 -1
- package/dist/components/showMessage/index.d.ts.map +0 -1
- package/dist/components/showMessage/useShowMessageStyles.d.ts.map +0 -1
- package/dist/components/stackv2/IStackV2Props.d.ts.map +0 -1
- package/dist/components/stackv2/StackV2.d.ts.map +0 -1
- package/dist/components/stackv2/index.d.ts.map +0 -1
- package/dist/components/svgImages/BusinessReportIcon.d.ts.map +0 -1
- package/dist/components/typographyControl/ITypographyControlProps.d.ts.map +0 -1
- package/dist/components/typographyControl/TypographyControl.d.ts.map +0 -1
- package/dist/components/typographyControl/index.d.ts.map +0 -1
- package/dist/components/userCard/IUserCardProps.d.ts.map +0 -1
- package/dist/components/userCard/IUserInfo.d.ts.map +0 -1
- package/dist/components/userCard/UserCard.d.ts.map +0 -1
- package/dist/components/userCard/constants.d.ts.map +0 -1
- package/dist/components/userCard/index.d.ts.map +0 -1
- package/dist/components/userCard/useUserCardStyles.d.ts.map +0 -1
- package/dist/components/userCard/useUserProfile.d.ts.map +0 -1
- package/dist/components/videoPlayer/VideoPlayer.d.ts.map +0 -1
- package/dist/components/videoPlayer/index.d.ts.map +0 -1
- package/dist/components/videoPlayer/useVideoStyles.d.ts.map +0 -1
- package/dist/components/worldMap/IWorldMapProps.d.ts.map +0 -1
- package/dist/components/worldMap/MapNavigation.d.ts.map +0 -1
- package/dist/components/worldMap/MaplibreWorldMapProps.d.ts.map +0 -1
- package/dist/components/worldMap/TooltipContent.d.ts.map +0 -1
- package/dist/components/worldMap/WorldMap.d.ts.map +0 -1
- package/dist/components/worldMap/WorldMapControl.d.ts.map +0 -1
- package/dist/components/worldMap/data.d.ts.map +0 -1
- package/dist/components/worldMap/index.d.ts.map +0 -1
- package/dist/components/worldMap/marker.d.ts.map +0 -1
- package/dist/components/worldMap/useCleanMapStyle.d.ts.map +0 -1
- package/dist/components/worldMap/useContentToolTipStyles.d.ts.map +0 -1
- package/dist/components/worldMap/useGeocodedCountries.d.ts.map +0 -1
- package/dist/constants/EBreakPoints.d.ts.map +0 -1
- package/dist/constants/EMessageTypes.d.ts.map +0 -1
- package/dist/constants/index.d.ts.map +0 -1
- package/dist/hooks/index.d.ts.map +0 -1
- package/dist/hooks/useAIAssistant.d.ts.map +0 -1
- package/dist/hooks/useAIAssistantParser.d.ts.map +0 -1
- package/dist/hooks/useGraphAPI.d.ts.map +0 -1
- package/dist/hooks/useIndexedDB.d.ts.map +0 -1
- package/dist/hooks/useLogging.d.ts.map +0 -1
- package/dist/hooks/usePolling.d.ts.map +0 -1
- package/dist/hooks/useTimeZone.d.ts.map +0 -1
- package/dist/hooks/useTimeZoneHelper.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -27983
- package/dist/index.mjs.map +0 -1
- package/dist/models/IAppCardContainer.d.ts.map +0 -1
- package/dist/models/index.d.ts.map +0 -1
- package/dist/providers.js.map +0 -1
- package/dist/providers.mjs +0 -250
- package/dist/providers.mjs.map +0 -1
- package/dist/types/TBaseSpacing.d.ts.map +0 -1
- package/dist/types/THorizontalSpacing.d.ts.map +0 -1
- package/dist/types/THorizontalSpacingBreakPoints.d.ts.map +0 -1
- package/dist/types/TLayoutBreakPoints.d.ts.map +0 -1
- package/dist/types/TPaddingBreakPoints.d.ts.map +0 -1
- package/dist/types/TPading.d.ts.map +0 -1
- package/dist/types/TVerticalSpacing.d.ts.map +0 -1
- package/dist/types/TVerticalSpacingBreakPoints.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/utils/contentDetector.d.ts.map +0 -1
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/lodash.d.ts.map +0 -1
- package/dist/utils/useComponentsUtils.d.ts.map +0 -1
- package/dist/utils/useDateUtils.d.ts.map +0 -1
- package/dist/utils/useImageUtils.d.ts.map +0 -1
|
@@ -0,0 +1,1194 @@
|
|
|
1
|
+
var _a, _b, _c;
|
|
2
|
+
import { _ as __name, q as setDiagramTitle, t as getDiagramTitle, s as setAccDescription, g as getAccDescription, b as setAccTitle, a as getAccTitle, c as getConfig2, A as defaultConfig2, d as select, ac as setupGraphViewbox, z as clear, k as common_default } from "./index-CP55uT1-.js";
|
|
3
|
+
import { o as ordinal } from "./ordinal-DSZU4PqD.js";
|
|
4
|
+
function colors(specifier) {
|
|
5
|
+
var n = specifier.length / 6 | 0, colors2 = new Array(n), i = 0;
|
|
6
|
+
while (i < n) colors2[i] = "#" + specifier.slice(i * 6, ++i * 6);
|
|
7
|
+
return colors2;
|
|
8
|
+
}
|
|
9
|
+
const d3schemeTableau10 = colors("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab");
|
|
10
|
+
function max(values, valueof) {
|
|
11
|
+
let max2;
|
|
12
|
+
if (valueof === void 0) {
|
|
13
|
+
for (const value2 of values) {
|
|
14
|
+
if (value2 != null && (max2 < value2 || max2 === void 0 && value2 >= value2)) {
|
|
15
|
+
max2 = value2;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
} else {
|
|
19
|
+
let index = -1;
|
|
20
|
+
for (let value2 of values) {
|
|
21
|
+
if ((value2 = valueof(value2, ++index, values)) != null && (max2 < value2 || max2 === void 0 && value2 >= value2)) {
|
|
22
|
+
max2 = value2;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
return max2;
|
|
27
|
+
}
|
|
28
|
+
function min(values, valueof) {
|
|
29
|
+
let min2;
|
|
30
|
+
if (valueof === void 0) {
|
|
31
|
+
for (const value2 of values) {
|
|
32
|
+
if (value2 != null && (min2 > value2 || min2 === void 0 && value2 >= value2)) {
|
|
33
|
+
min2 = value2;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
} else {
|
|
37
|
+
let index = -1;
|
|
38
|
+
for (let value2 of values) {
|
|
39
|
+
if ((value2 = valueof(value2, ++index, values)) != null && (min2 > value2 || min2 === void 0 && value2 >= value2)) {
|
|
40
|
+
min2 = value2;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
return min2;
|
|
45
|
+
}
|
|
46
|
+
function sum(values, valueof) {
|
|
47
|
+
let sum2 = 0;
|
|
48
|
+
if (valueof === void 0) {
|
|
49
|
+
for (let value2 of values) {
|
|
50
|
+
if (value2 = +value2) {
|
|
51
|
+
sum2 += value2;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
} else {
|
|
55
|
+
let index = -1;
|
|
56
|
+
for (let value2 of values) {
|
|
57
|
+
if (value2 = +valueof(value2, ++index, values)) {
|
|
58
|
+
sum2 += value2;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
return sum2;
|
|
63
|
+
}
|
|
64
|
+
function targetDepth(d) {
|
|
65
|
+
return d.target.depth;
|
|
66
|
+
}
|
|
67
|
+
function left(node) {
|
|
68
|
+
return node.depth;
|
|
69
|
+
}
|
|
70
|
+
function right(node, n) {
|
|
71
|
+
return n - 1 - node.height;
|
|
72
|
+
}
|
|
73
|
+
function justify(node, n) {
|
|
74
|
+
return node.sourceLinks.length ? node.depth : n - 1;
|
|
75
|
+
}
|
|
76
|
+
function center(node) {
|
|
77
|
+
return node.targetLinks.length ? node.depth : node.sourceLinks.length ? min(node.sourceLinks, targetDepth) - 1 : 0;
|
|
78
|
+
}
|
|
79
|
+
function constant$1(x2) {
|
|
80
|
+
return function() {
|
|
81
|
+
return x2;
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
function ascendingSourceBreadth(a, b) {
|
|
85
|
+
return ascendingBreadth(a.source, b.source) || a.index - b.index;
|
|
86
|
+
}
|
|
87
|
+
function ascendingTargetBreadth(a, b) {
|
|
88
|
+
return ascendingBreadth(a.target, b.target) || a.index - b.index;
|
|
89
|
+
}
|
|
90
|
+
function ascendingBreadth(a, b) {
|
|
91
|
+
return a.y0 - b.y0;
|
|
92
|
+
}
|
|
93
|
+
function value(d) {
|
|
94
|
+
return d.value;
|
|
95
|
+
}
|
|
96
|
+
function defaultId(d) {
|
|
97
|
+
return d.index;
|
|
98
|
+
}
|
|
99
|
+
function defaultNodes(graph) {
|
|
100
|
+
return graph.nodes;
|
|
101
|
+
}
|
|
102
|
+
function defaultLinks(graph) {
|
|
103
|
+
return graph.links;
|
|
104
|
+
}
|
|
105
|
+
function find(nodeById, id) {
|
|
106
|
+
const node = nodeById.get(id);
|
|
107
|
+
if (!node) throw new Error("missing: " + id);
|
|
108
|
+
return node;
|
|
109
|
+
}
|
|
110
|
+
function computeLinkBreadths({ nodes: nodes2 }) {
|
|
111
|
+
for (const node of nodes2) {
|
|
112
|
+
let y0 = node.y0;
|
|
113
|
+
let y1 = y0;
|
|
114
|
+
for (const link2 of node.sourceLinks) {
|
|
115
|
+
link2.y0 = y0 + link2.width / 2;
|
|
116
|
+
y0 += link2.width;
|
|
117
|
+
}
|
|
118
|
+
for (const link2 of node.targetLinks) {
|
|
119
|
+
link2.y1 = y1 + link2.width / 2;
|
|
120
|
+
y1 += link2.width;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
function Sankey() {
|
|
125
|
+
let x0 = 0, y0 = 0, x1 = 1, y1 = 1;
|
|
126
|
+
let dx = 24;
|
|
127
|
+
let dy = 8, py;
|
|
128
|
+
let id = defaultId;
|
|
129
|
+
let align = justify;
|
|
130
|
+
let sort;
|
|
131
|
+
let linkSort;
|
|
132
|
+
let nodes2 = defaultNodes;
|
|
133
|
+
let links2 = defaultLinks;
|
|
134
|
+
let iterations = 6;
|
|
135
|
+
function sankey() {
|
|
136
|
+
const graph = { nodes: nodes2.apply(null, arguments), links: links2.apply(null, arguments) };
|
|
137
|
+
computeNodeLinks(graph);
|
|
138
|
+
computeNodeValues(graph);
|
|
139
|
+
computeNodeDepths(graph);
|
|
140
|
+
computeNodeHeights(graph);
|
|
141
|
+
computeNodeBreadths(graph);
|
|
142
|
+
computeLinkBreadths(graph);
|
|
143
|
+
return graph;
|
|
144
|
+
}
|
|
145
|
+
sankey.update = function(graph) {
|
|
146
|
+
computeLinkBreadths(graph);
|
|
147
|
+
return graph;
|
|
148
|
+
};
|
|
149
|
+
sankey.nodeId = function(_) {
|
|
150
|
+
return arguments.length ? (id = typeof _ === "function" ? _ : constant$1(_), sankey) : id;
|
|
151
|
+
};
|
|
152
|
+
sankey.nodeAlign = function(_) {
|
|
153
|
+
return arguments.length ? (align = typeof _ === "function" ? _ : constant$1(_), sankey) : align;
|
|
154
|
+
};
|
|
155
|
+
sankey.nodeSort = function(_) {
|
|
156
|
+
return arguments.length ? (sort = _, sankey) : sort;
|
|
157
|
+
};
|
|
158
|
+
sankey.nodeWidth = function(_) {
|
|
159
|
+
return arguments.length ? (dx = +_, sankey) : dx;
|
|
160
|
+
};
|
|
161
|
+
sankey.nodePadding = function(_) {
|
|
162
|
+
return arguments.length ? (dy = py = +_, sankey) : dy;
|
|
163
|
+
};
|
|
164
|
+
sankey.nodes = function(_) {
|
|
165
|
+
return arguments.length ? (nodes2 = typeof _ === "function" ? _ : constant$1(_), sankey) : nodes2;
|
|
166
|
+
};
|
|
167
|
+
sankey.links = function(_) {
|
|
168
|
+
return arguments.length ? (links2 = typeof _ === "function" ? _ : constant$1(_), sankey) : links2;
|
|
169
|
+
};
|
|
170
|
+
sankey.linkSort = function(_) {
|
|
171
|
+
return arguments.length ? (linkSort = _, sankey) : linkSort;
|
|
172
|
+
};
|
|
173
|
+
sankey.size = function(_) {
|
|
174
|
+
return arguments.length ? (x0 = y0 = 0, x1 = +_[0], y1 = +_[1], sankey) : [x1 - x0, y1 - y0];
|
|
175
|
+
};
|
|
176
|
+
sankey.extent = function(_) {
|
|
177
|
+
return arguments.length ? (x0 = +_[0][0], x1 = +_[1][0], y0 = +_[0][1], y1 = +_[1][1], sankey) : [[x0, y0], [x1, y1]];
|
|
178
|
+
};
|
|
179
|
+
sankey.iterations = function(_) {
|
|
180
|
+
return arguments.length ? (iterations = +_, sankey) : iterations;
|
|
181
|
+
};
|
|
182
|
+
function computeNodeLinks({ nodes: nodes3, links: links3 }) {
|
|
183
|
+
for (const [i, node] of nodes3.entries()) {
|
|
184
|
+
node.index = i;
|
|
185
|
+
node.sourceLinks = [];
|
|
186
|
+
node.targetLinks = [];
|
|
187
|
+
}
|
|
188
|
+
const nodeById = new Map(nodes3.map((d, i) => [id(d, i, nodes3), d]));
|
|
189
|
+
for (const [i, link2] of links3.entries()) {
|
|
190
|
+
link2.index = i;
|
|
191
|
+
let { source, target } = link2;
|
|
192
|
+
if (typeof source !== "object") source = link2.source = find(nodeById, source);
|
|
193
|
+
if (typeof target !== "object") target = link2.target = find(nodeById, target);
|
|
194
|
+
source.sourceLinks.push(link2);
|
|
195
|
+
target.targetLinks.push(link2);
|
|
196
|
+
}
|
|
197
|
+
if (linkSort != null) {
|
|
198
|
+
for (const { sourceLinks, targetLinks } of nodes3) {
|
|
199
|
+
sourceLinks.sort(linkSort);
|
|
200
|
+
targetLinks.sort(linkSort);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
function computeNodeValues({ nodes: nodes3 }) {
|
|
205
|
+
for (const node of nodes3) {
|
|
206
|
+
node.value = node.fixedValue === void 0 ? Math.max(sum(node.sourceLinks, value), sum(node.targetLinks, value)) : node.fixedValue;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
function computeNodeDepths({ nodes: nodes3 }) {
|
|
210
|
+
const n = nodes3.length;
|
|
211
|
+
let current = new Set(nodes3);
|
|
212
|
+
let next = /* @__PURE__ */ new Set();
|
|
213
|
+
let x2 = 0;
|
|
214
|
+
while (current.size) {
|
|
215
|
+
for (const node of current) {
|
|
216
|
+
node.depth = x2;
|
|
217
|
+
for (const { target } of node.sourceLinks) {
|
|
218
|
+
next.add(target);
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
if (++x2 > n) throw new Error("circular link");
|
|
222
|
+
current = next;
|
|
223
|
+
next = /* @__PURE__ */ new Set();
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
function computeNodeHeights({ nodes: nodes3 }) {
|
|
227
|
+
const n = nodes3.length;
|
|
228
|
+
let current = new Set(nodes3);
|
|
229
|
+
let next = /* @__PURE__ */ new Set();
|
|
230
|
+
let x2 = 0;
|
|
231
|
+
while (current.size) {
|
|
232
|
+
for (const node of current) {
|
|
233
|
+
node.height = x2;
|
|
234
|
+
for (const { source } of node.targetLinks) {
|
|
235
|
+
next.add(source);
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
if (++x2 > n) throw new Error("circular link");
|
|
239
|
+
current = next;
|
|
240
|
+
next = /* @__PURE__ */ new Set();
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
function computeNodeLayers({ nodes: nodes3 }) {
|
|
244
|
+
const x2 = max(nodes3, (d) => d.depth) + 1;
|
|
245
|
+
const kx = (x1 - x0 - dx) / (x2 - 1);
|
|
246
|
+
const columns = new Array(x2);
|
|
247
|
+
for (const node of nodes3) {
|
|
248
|
+
const i = Math.max(0, Math.min(x2 - 1, Math.floor(align.call(null, node, x2))));
|
|
249
|
+
node.layer = i;
|
|
250
|
+
node.x0 = x0 + i * kx;
|
|
251
|
+
node.x1 = node.x0 + dx;
|
|
252
|
+
if (columns[i]) columns[i].push(node);
|
|
253
|
+
else columns[i] = [node];
|
|
254
|
+
}
|
|
255
|
+
if (sort) for (const column of columns) {
|
|
256
|
+
column.sort(sort);
|
|
257
|
+
}
|
|
258
|
+
return columns;
|
|
259
|
+
}
|
|
260
|
+
function initializeNodeBreadths(columns) {
|
|
261
|
+
const ky = min(columns, (c) => (y1 - y0 - (c.length - 1) * py) / sum(c, value));
|
|
262
|
+
for (const nodes3 of columns) {
|
|
263
|
+
let y2 = y0;
|
|
264
|
+
for (const node of nodes3) {
|
|
265
|
+
node.y0 = y2;
|
|
266
|
+
node.y1 = y2 + node.value * ky;
|
|
267
|
+
y2 = node.y1 + py;
|
|
268
|
+
for (const link2 of node.sourceLinks) {
|
|
269
|
+
link2.width = link2.value * ky;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
y2 = (y1 - y2 + py) / (nodes3.length + 1);
|
|
273
|
+
for (let i = 0; i < nodes3.length; ++i) {
|
|
274
|
+
const node = nodes3[i];
|
|
275
|
+
node.y0 += y2 * (i + 1);
|
|
276
|
+
node.y1 += y2 * (i + 1);
|
|
277
|
+
}
|
|
278
|
+
reorderLinks(nodes3);
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
function computeNodeBreadths(graph) {
|
|
282
|
+
const columns = computeNodeLayers(graph);
|
|
283
|
+
py = Math.min(dy, (y1 - y0) / (max(columns, (c) => c.length) - 1));
|
|
284
|
+
initializeNodeBreadths(columns);
|
|
285
|
+
for (let i = 0; i < iterations; ++i) {
|
|
286
|
+
const alpha = Math.pow(0.99, i);
|
|
287
|
+
const beta = Math.max(1 - alpha, (i + 1) / iterations);
|
|
288
|
+
relaxRightToLeft(columns, alpha, beta);
|
|
289
|
+
relaxLeftToRight(columns, alpha, beta);
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
function relaxLeftToRight(columns, alpha, beta) {
|
|
293
|
+
for (let i = 1, n = columns.length; i < n; ++i) {
|
|
294
|
+
const column = columns[i];
|
|
295
|
+
for (const target of column) {
|
|
296
|
+
let y2 = 0;
|
|
297
|
+
let w = 0;
|
|
298
|
+
for (const { source, value: value2 } of target.targetLinks) {
|
|
299
|
+
let v = value2 * (target.layer - source.layer);
|
|
300
|
+
y2 += targetTop(source, target) * v;
|
|
301
|
+
w += v;
|
|
302
|
+
}
|
|
303
|
+
if (!(w > 0)) continue;
|
|
304
|
+
let dy2 = (y2 / w - target.y0) * alpha;
|
|
305
|
+
target.y0 += dy2;
|
|
306
|
+
target.y1 += dy2;
|
|
307
|
+
reorderNodeLinks(target);
|
|
308
|
+
}
|
|
309
|
+
if (sort === void 0) column.sort(ascendingBreadth);
|
|
310
|
+
resolveCollisions(column, beta);
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
function relaxRightToLeft(columns, alpha, beta) {
|
|
314
|
+
for (let n = columns.length, i = n - 2; i >= 0; --i) {
|
|
315
|
+
const column = columns[i];
|
|
316
|
+
for (const source of column) {
|
|
317
|
+
let y2 = 0;
|
|
318
|
+
let w = 0;
|
|
319
|
+
for (const { target, value: value2 } of source.sourceLinks) {
|
|
320
|
+
let v = value2 * (target.layer - source.layer);
|
|
321
|
+
y2 += sourceTop(source, target) * v;
|
|
322
|
+
w += v;
|
|
323
|
+
}
|
|
324
|
+
if (!(w > 0)) continue;
|
|
325
|
+
let dy2 = (y2 / w - source.y0) * alpha;
|
|
326
|
+
source.y0 += dy2;
|
|
327
|
+
source.y1 += dy2;
|
|
328
|
+
reorderNodeLinks(source);
|
|
329
|
+
}
|
|
330
|
+
if (sort === void 0) column.sort(ascendingBreadth);
|
|
331
|
+
resolveCollisions(column, beta);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
function resolveCollisions(nodes3, alpha) {
|
|
335
|
+
const i = nodes3.length >> 1;
|
|
336
|
+
const subject = nodes3[i];
|
|
337
|
+
resolveCollisionsBottomToTop(nodes3, subject.y0 - py, i - 1, alpha);
|
|
338
|
+
resolveCollisionsTopToBottom(nodes3, subject.y1 + py, i + 1, alpha);
|
|
339
|
+
resolveCollisionsBottomToTop(nodes3, y1, nodes3.length - 1, alpha);
|
|
340
|
+
resolveCollisionsTopToBottom(nodes3, y0, 0, alpha);
|
|
341
|
+
}
|
|
342
|
+
function resolveCollisionsTopToBottom(nodes3, y2, i, alpha) {
|
|
343
|
+
for (; i < nodes3.length; ++i) {
|
|
344
|
+
const node = nodes3[i];
|
|
345
|
+
const dy2 = (y2 - node.y0) * alpha;
|
|
346
|
+
if (dy2 > 1e-6) node.y0 += dy2, node.y1 += dy2;
|
|
347
|
+
y2 = node.y1 + py;
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
function resolveCollisionsBottomToTop(nodes3, y2, i, alpha) {
|
|
351
|
+
for (; i >= 0; --i) {
|
|
352
|
+
const node = nodes3[i];
|
|
353
|
+
const dy2 = (node.y1 - y2) * alpha;
|
|
354
|
+
if (dy2 > 1e-6) node.y0 -= dy2, node.y1 -= dy2;
|
|
355
|
+
y2 = node.y0 - py;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
function reorderNodeLinks({ sourceLinks, targetLinks }) {
|
|
359
|
+
if (linkSort === void 0) {
|
|
360
|
+
for (const { source: { sourceLinks: sourceLinks2 } } of targetLinks) {
|
|
361
|
+
sourceLinks2.sort(ascendingTargetBreadth);
|
|
362
|
+
}
|
|
363
|
+
for (const { target: { targetLinks: targetLinks2 } } of sourceLinks) {
|
|
364
|
+
targetLinks2.sort(ascendingSourceBreadth);
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
function reorderLinks(nodes3) {
|
|
369
|
+
if (linkSort === void 0) {
|
|
370
|
+
for (const { sourceLinks, targetLinks } of nodes3) {
|
|
371
|
+
sourceLinks.sort(ascendingTargetBreadth);
|
|
372
|
+
targetLinks.sort(ascendingSourceBreadth);
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
function targetTop(source, target) {
|
|
377
|
+
let y2 = source.y0 - (source.sourceLinks.length - 1) * py / 2;
|
|
378
|
+
for (const { target: node, width } of source.sourceLinks) {
|
|
379
|
+
if (node === target) break;
|
|
380
|
+
y2 += width + py;
|
|
381
|
+
}
|
|
382
|
+
for (const { source: node, width } of target.targetLinks) {
|
|
383
|
+
if (node === source) break;
|
|
384
|
+
y2 -= width;
|
|
385
|
+
}
|
|
386
|
+
return y2;
|
|
387
|
+
}
|
|
388
|
+
function sourceTop(source, target) {
|
|
389
|
+
let y2 = target.y0 - (target.targetLinks.length - 1) * py / 2;
|
|
390
|
+
for (const { source: node, width } of target.targetLinks) {
|
|
391
|
+
if (node === source) break;
|
|
392
|
+
y2 += width + py;
|
|
393
|
+
}
|
|
394
|
+
for (const { target: node, width } of source.sourceLinks) {
|
|
395
|
+
if (node === target) break;
|
|
396
|
+
y2 -= width;
|
|
397
|
+
}
|
|
398
|
+
return y2;
|
|
399
|
+
}
|
|
400
|
+
return sankey;
|
|
401
|
+
}
|
|
402
|
+
var pi = Math.PI, tau = 2 * pi, epsilon = 1e-6, tauEpsilon = tau - epsilon;
|
|
403
|
+
function Path() {
|
|
404
|
+
this._x0 = this._y0 = // start of current subpath
|
|
405
|
+
this._x1 = this._y1 = null;
|
|
406
|
+
this._ = "";
|
|
407
|
+
}
|
|
408
|
+
function path() {
|
|
409
|
+
return new Path();
|
|
410
|
+
}
|
|
411
|
+
Path.prototype = path.prototype = {
|
|
412
|
+
constructor: Path,
|
|
413
|
+
moveTo: function(x2, y2) {
|
|
414
|
+
this._ += "M" + (this._x0 = this._x1 = +x2) + "," + (this._y0 = this._y1 = +y2);
|
|
415
|
+
},
|
|
416
|
+
closePath: function() {
|
|
417
|
+
if (this._x1 !== null) {
|
|
418
|
+
this._x1 = this._x0, this._y1 = this._y0;
|
|
419
|
+
this._ += "Z";
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
lineTo: function(x2, y2) {
|
|
423
|
+
this._ += "L" + (this._x1 = +x2) + "," + (this._y1 = +y2);
|
|
424
|
+
},
|
|
425
|
+
quadraticCurveTo: function(x1, y1, x2, y2) {
|
|
426
|
+
this._ += "Q" + +x1 + "," + +y1 + "," + (this._x1 = +x2) + "," + (this._y1 = +y2);
|
|
427
|
+
},
|
|
428
|
+
bezierCurveTo: function(x1, y1, x2, y2, x3, y3) {
|
|
429
|
+
this._ += "C" + +x1 + "," + +y1 + "," + +x2 + "," + +y2 + "," + (this._x1 = +x3) + "," + (this._y1 = +y3);
|
|
430
|
+
},
|
|
431
|
+
arcTo: function(x1, y1, x2, y2, r) {
|
|
432
|
+
x1 = +x1, y1 = +y1, x2 = +x2, y2 = +y2, r = +r;
|
|
433
|
+
var x0 = this._x1, y0 = this._y1, x21 = x2 - x1, y21 = y2 - y1, x01 = x0 - x1, y01 = y0 - y1, l01_2 = x01 * x01 + y01 * y01;
|
|
434
|
+
if (r < 0) throw new Error("negative radius: " + r);
|
|
435
|
+
if (this._x1 === null) {
|
|
436
|
+
this._ += "M" + (this._x1 = x1) + "," + (this._y1 = y1);
|
|
437
|
+
} else if (!(l01_2 > epsilon)) ;
|
|
438
|
+
else if (!(Math.abs(y01 * x21 - y21 * x01) > epsilon) || !r) {
|
|
439
|
+
this._ += "L" + (this._x1 = x1) + "," + (this._y1 = y1);
|
|
440
|
+
} else {
|
|
441
|
+
var x20 = x2 - x0, y20 = y2 - y0, l21_2 = x21 * x21 + y21 * y21, l20_2 = x20 * x20 + y20 * y20, l21 = Math.sqrt(l21_2), l01 = Math.sqrt(l01_2), l = r * Math.tan((pi - Math.acos((l21_2 + l01_2 - l20_2) / (2 * l21 * l01))) / 2), t01 = l / l01, t21 = l / l21;
|
|
442
|
+
if (Math.abs(t01 - 1) > epsilon) {
|
|
443
|
+
this._ += "L" + (x1 + t01 * x01) + "," + (y1 + t01 * y01);
|
|
444
|
+
}
|
|
445
|
+
this._ += "A" + r + "," + r + ",0,0," + +(y01 * x20 > x01 * y20) + "," + (this._x1 = x1 + t21 * x21) + "," + (this._y1 = y1 + t21 * y21);
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
arc: function(x2, y2, r, a0, a1, ccw) {
|
|
449
|
+
x2 = +x2, y2 = +y2, r = +r, ccw = !!ccw;
|
|
450
|
+
var dx = r * Math.cos(a0), dy = r * Math.sin(a0), x0 = x2 + dx, y0 = y2 + dy, cw = 1 ^ ccw, da = ccw ? a0 - a1 : a1 - a0;
|
|
451
|
+
if (r < 0) throw new Error("negative radius: " + r);
|
|
452
|
+
if (this._x1 === null) {
|
|
453
|
+
this._ += "M" + x0 + "," + y0;
|
|
454
|
+
} else if (Math.abs(this._x1 - x0) > epsilon || Math.abs(this._y1 - y0) > epsilon) {
|
|
455
|
+
this._ += "L" + x0 + "," + y0;
|
|
456
|
+
}
|
|
457
|
+
if (!r) return;
|
|
458
|
+
if (da < 0) da = da % tau + tau;
|
|
459
|
+
if (da > tauEpsilon) {
|
|
460
|
+
this._ += "A" + r + "," + r + ",0,1," + cw + "," + (x2 - dx) + "," + (y2 - dy) + "A" + r + "," + r + ",0,1," + cw + "," + (this._x1 = x0) + "," + (this._y1 = y0);
|
|
461
|
+
} else if (da > epsilon) {
|
|
462
|
+
this._ += "A" + r + "," + r + ",0," + +(da >= pi) + "," + cw + "," + (this._x1 = x2 + r * Math.cos(a1)) + "," + (this._y1 = y2 + r * Math.sin(a1));
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
rect: function(x2, y2, w, h) {
|
|
466
|
+
this._ += "M" + (this._x0 = this._x1 = +x2) + "," + (this._y0 = this._y1 = +y2) + "h" + +w + "v" + +h + "h" + -w + "Z";
|
|
467
|
+
},
|
|
468
|
+
toString: function() {
|
|
469
|
+
return this._;
|
|
470
|
+
}
|
|
471
|
+
};
|
|
472
|
+
function constant(x2) {
|
|
473
|
+
return function constant2() {
|
|
474
|
+
return x2;
|
|
475
|
+
};
|
|
476
|
+
}
|
|
477
|
+
function x(p) {
|
|
478
|
+
return p[0];
|
|
479
|
+
}
|
|
480
|
+
function y(p) {
|
|
481
|
+
return p[1];
|
|
482
|
+
}
|
|
483
|
+
var slice = Array.prototype.slice;
|
|
484
|
+
function linkSource(d) {
|
|
485
|
+
return d.source;
|
|
486
|
+
}
|
|
487
|
+
function linkTarget(d) {
|
|
488
|
+
return d.target;
|
|
489
|
+
}
|
|
490
|
+
function link(curve) {
|
|
491
|
+
var source = linkSource, target = linkTarget, x$1 = x, y$1 = y, context = null;
|
|
492
|
+
function link2() {
|
|
493
|
+
var buffer, argv = slice.call(arguments), s = source.apply(this, argv), t = target.apply(this, argv);
|
|
494
|
+
if (!context) context = buffer = path();
|
|
495
|
+
curve(context, +x$1.apply(this, (argv[0] = s, argv)), +y$1.apply(this, argv), +x$1.apply(this, (argv[0] = t, argv)), +y$1.apply(this, argv));
|
|
496
|
+
if (buffer) return context = null, buffer + "" || null;
|
|
497
|
+
}
|
|
498
|
+
link2.source = function(_) {
|
|
499
|
+
return arguments.length ? (source = _, link2) : source;
|
|
500
|
+
};
|
|
501
|
+
link2.target = function(_) {
|
|
502
|
+
return arguments.length ? (target = _, link2) : target;
|
|
503
|
+
};
|
|
504
|
+
link2.x = function(_) {
|
|
505
|
+
return arguments.length ? (x$1 = typeof _ === "function" ? _ : constant(+_), link2) : x$1;
|
|
506
|
+
};
|
|
507
|
+
link2.y = function(_) {
|
|
508
|
+
return arguments.length ? (y$1 = typeof _ === "function" ? _ : constant(+_), link2) : y$1;
|
|
509
|
+
};
|
|
510
|
+
link2.context = function(_) {
|
|
511
|
+
return arguments.length ? (context = _ == null ? null : _, link2) : context;
|
|
512
|
+
};
|
|
513
|
+
return link2;
|
|
514
|
+
}
|
|
515
|
+
function curveHorizontal(context, x0, y0, x1, y1) {
|
|
516
|
+
context.moveTo(x0, y0);
|
|
517
|
+
context.bezierCurveTo(x0 = (x0 + x1) / 2, y0, x0, y1, x1, y1);
|
|
518
|
+
}
|
|
519
|
+
function linkHorizontal() {
|
|
520
|
+
return link(curveHorizontal);
|
|
521
|
+
}
|
|
522
|
+
function horizontalSource(d) {
|
|
523
|
+
return [d.source.x1, d.y0];
|
|
524
|
+
}
|
|
525
|
+
function horizontalTarget(d) {
|
|
526
|
+
return [d.target.x0, d.y1];
|
|
527
|
+
}
|
|
528
|
+
function d3SankeyLinkHorizontal() {
|
|
529
|
+
return linkHorizontal().source(horizontalSource).target(horizontalTarget);
|
|
530
|
+
}
|
|
531
|
+
var parser = function() {
|
|
532
|
+
var o = /* @__PURE__ */ __name(function(k, v, o2, l) {
|
|
533
|
+
for (o2 = o2 || {}, l = k.length; l--; o2[k[l]] = v) ;
|
|
534
|
+
return o2;
|
|
535
|
+
}, "o"), $V0 = [1, 9], $V1 = [1, 10], $V2 = [1, 5, 10, 12];
|
|
536
|
+
var parser2 = {
|
|
537
|
+
trace: /* @__PURE__ */ __name(function trace() {
|
|
538
|
+
}, "trace"),
|
|
539
|
+
yy: {},
|
|
540
|
+
symbols_: { "error": 2, "start": 3, "SANKEY": 4, "NEWLINE": 5, "csv": 6, "opt_eof": 7, "record": 8, "csv_tail": 9, "EOF": 10, "field[source]": 11, "COMMA": 12, "field[target]": 13, "field[value]": 14, "field": 15, "escaped": 16, "non_escaped": 17, "DQUOTE": 18, "ESCAPED_TEXT": 19, "NON_ESCAPED_TEXT": 20, "$accept": 0, "$end": 1 },
|
|
541
|
+
terminals_: { 2: "error", 4: "SANKEY", 5: "NEWLINE", 10: "EOF", 11: "field[source]", 12: "COMMA", 13: "field[target]", 14: "field[value]", 18: "DQUOTE", 19: "ESCAPED_TEXT", 20: "NON_ESCAPED_TEXT" },
|
|
542
|
+
productions_: [0, [3, 4], [6, 2], [9, 2], [9, 0], [7, 1], [7, 0], [8, 5], [15, 1], [15, 1], [16, 3], [17, 1]],
|
|
543
|
+
performAction: /* @__PURE__ */ __name(function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$) {
|
|
544
|
+
var $0 = $$.length - 1;
|
|
545
|
+
switch (yystate) {
|
|
546
|
+
case 7:
|
|
547
|
+
const source = yy.findOrCreateNode($$[$0 - 4].trim().replaceAll('""', '"'));
|
|
548
|
+
const target = yy.findOrCreateNode($$[$0 - 2].trim().replaceAll('""', '"'));
|
|
549
|
+
const value2 = parseFloat($$[$0].trim());
|
|
550
|
+
yy.addLink(source, target, value2);
|
|
551
|
+
break;
|
|
552
|
+
case 8:
|
|
553
|
+
case 9:
|
|
554
|
+
case 11:
|
|
555
|
+
this.$ = $$[$0];
|
|
556
|
+
break;
|
|
557
|
+
case 10:
|
|
558
|
+
this.$ = $$[$0 - 1];
|
|
559
|
+
break;
|
|
560
|
+
}
|
|
561
|
+
}, "anonymous"),
|
|
562
|
+
table: [{ 3: 1, 4: [1, 2] }, { 1: [3] }, { 5: [1, 3] }, { 6: 4, 8: 5, 15: 6, 16: 7, 17: 8, 18: $V0, 20: $V1 }, { 1: [2, 6], 7: 11, 10: [1, 12] }, o($V1, [2, 4], { 9: 13, 5: [1, 14] }), { 12: [1, 15] }, o($V2, [2, 8]), o($V2, [2, 9]), { 19: [1, 16] }, o($V2, [2, 11]), { 1: [2, 1] }, { 1: [2, 5] }, o($V1, [2, 2]), { 6: 17, 8: 5, 15: 6, 16: 7, 17: 8, 18: $V0, 20: $V1 }, { 15: 18, 16: 7, 17: 8, 18: $V0, 20: $V1 }, { 18: [1, 19] }, o($V1, [2, 3]), { 12: [1, 20] }, o($V2, [2, 10]), { 15: 21, 16: 7, 17: 8, 18: $V0, 20: $V1 }, o([1, 5, 10], [2, 7])],
|
|
563
|
+
defaultActions: { 11: [2, 1], 12: [2, 5] },
|
|
564
|
+
parseError: /* @__PURE__ */ __name(function parseError(str, hash) {
|
|
565
|
+
if (hash.recoverable) {
|
|
566
|
+
this.trace(str);
|
|
567
|
+
} else {
|
|
568
|
+
var error = new Error(str);
|
|
569
|
+
error.hash = hash;
|
|
570
|
+
throw error;
|
|
571
|
+
}
|
|
572
|
+
}, "parseError"),
|
|
573
|
+
parse: /* @__PURE__ */ __name(function parse(input) {
|
|
574
|
+
var self = this, stack = [0], tstack = [], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, TERROR = 2, EOF = 1;
|
|
575
|
+
var args = lstack.slice.call(arguments, 1);
|
|
576
|
+
var lexer2 = Object.create(this.lexer);
|
|
577
|
+
var sharedState = { yy: {} };
|
|
578
|
+
for (var k in this.yy) {
|
|
579
|
+
if (Object.prototype.hasOwnProperty.call(this.yy, k)) {
|
|
580
|
+
sharedState.yy[k] = this.yy[k];
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
lexer2.setInput(input, sharedState.yy);
|
|
584
|
+
sharedState.yy.lexer = lexer2;
|
|
585
|
+
sharedState.yy.parser = this;
|
|
586
|
+
if (typeof lexer2.yylloc == "undefined") {
|
|
587
|
+
lexer2.yylloc = {};
|
|
588
|
+
}
|
|
589
|
+
var yyloc = lexer2.yylloc;
|
|
590
|
+
lstack.push(yyloc);
|
|
591
|
+
var ranges = lexer2.options && lexer2.options.ranges;
|
|
592
|
+
if (typeof sharedState.yy.parseError === "function") {
|
|
593
|
+
this.parseError = sharedState.yy.parseError;
|
|
594
|
+
} else {
|
|
595
|
+
this.parseError = Object.getPrototypeOf(this).parseError;
|
|
596
|
+
}
|
|
597
|
+
function popStack(n) {
|
|
598
|
+
stack.length = stack.length - 2 * n;
|
|
599
|
+
vstack.length = vstack.length - n;
|
|
600
|
+
lstack.length = lstack.length - n;
|
|
601
|
+
}
|
|
602
|
+
__name(popStack, "popStack");
|
|
603
|
+
function lex() {
|
|
604
|
+
var token;
|
|
605
|
+
token = tstack.pop() || lexer2.lex() || EOF;
|
|
606
|
+
if (typeof token !== "number") {
|
|
607
|
+
if (token instanceof Array) {
|
|
608
|
+
tstack = token;
|
|
609
|
+
token = tstack.pop();
|
|
610
|
+
}
|
|
611
|
+
token = self.symbols_[token] || token;
|
|
612
|
+
}
|
|
613
|
+
return token;
|
|
614
|
+
}
|
|
615
|
+
__name(lex, "lex");
|
|
616
|
+
var symbol, state, action, r, yyval = {}, p, len, newState, expected;
|
|
617
|
+
while (true) {
|
|
618
|
+
state = stack[stack.length - 1];
|
|
619
|
+
if (this.defaultActions[state]) {
|
|
620
|
+
action = this.defaultActions[state];
|
|
621
|
+
} else {
|
|
622
|
+
if (symbol === null || typeof symbol == "undefined") {
|
|
623
|
+
symbol = lex();
|
|
624
|
+
}
|
|
625
|
+
action = table[state] && table[state][symbol];
|
|
626
|
+
}
|
|
627
|
+
if (typeof action === "undefined" || !action.length || !action[0]) {
|
|
628
|
+
var errStr = "";
|
|
629
|
+
expected = [];
|
|
630
|
+
for (p in table[state]) {
|
|
631
|
+
if (this.terminals_[p] && p > TERROR) {
|
|
632
|
+
expected.push("'" + this.terminals_[p] + "'");
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
if (lexer2.showPosition) {
|
|
636
|
+
errStr = "Parse error on line " + (yylineno + 1) + ":\n" + lexer2.showPosition() + "\nExpecting " + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symbol) + "'";
|
|
637
|
+
} else {
|
|
638
|
+
errStr = "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == EOF ? "end of input" : "'" + (this.terminals_[symbol] || symbol) + "'");
|
|
639
|
+
}
|
|
640
|
+
this.parseError(errStr, {
|
|
641
|
+
text: lexer2.match,
|
|
642
|
+
token: this.terminals_[symbol] || symbol,
|
|
643
|
+
line: lexer2.yylineno,
|
|
644
|
+
loc: yyloc,
|
|
645
|
+
expected
|
|
646
|
+
});
|
|
647
|
+
}
|
|
648
|
+
if (action[0] instanceof Array && action.length > 1) {
|
|
649
|
+
throw new Error("Parse Error: multiple actions possible at state: " + state + ", token: " + symbol);
|
|
650
|
+
}
|
|
651
|
+
switch (action[0]) {
|
|
652
|
+
case 1:
|
|
653
|
+
stack.push(symbol);
|
|
654
|
+
vstack.push(lexer2.yytext);
|
|
655
|
+
lstack.push(lexer2.yylloc);
|
|
656
|
+
stack.push(action[1]);
|
|
657
|
+
symbol = null;
|
|
658
|
+
{
|
|
659
|
+
yyleng = lexer2.yyleng;
|
|
660
|
+
yytext = lexer2.yytext;
|
|
661
|
+
yylineno = lexer2.yylineno;
|
|
662
|
+
yyloc = lexer2.yylloc;
|
|
663
|
+
}
|
|
664
|
+
break;
|
|
665
|
+
case 2:
|
|
666
|
+
len = this.productions_[action[1]][1];
|
|
667
|
+
yyval.$ = vstack[vstack.length - len];
|
|
668
|
+
yyval._$ = {
|
|
669
|
+
first_line: lstack[lstack.length - (len || 1)].first_line,
|
|
670
|
+
last_line: lstack[lstack.length - 1].last_line,
|
|
671
|
+
first_column: lstack[lstack.length - (len || 1)].first_column,
|
|
672
|
+
last_column: lstack[lstack.length - 1].last_column
|
|
673
|
+
};
|
|
674
|
+
if (ranges) {
|
|
675
|
+
yyval._$.range = [
|
|
676
|
+
lstack[lstack.length - (len || 1)].range[0],
|
|
677
|
+
lstack[lstack.length - 1].range[1]
|
|
678
|
+
];
|
|
679
|
+
}
|
|
680
|
+
r = this.performAction.apply(yyval, [
|
|
681
|
+
yytext,
|
|
682
|
+
yyleng,
|
|
683
|
+
yylineno,
|
|
684
|
+
sharedState.yy,
|
|
685
|
+
action[1],
|
|
686
|
+
vstack,
|
|
687
|
+
lstack
|
|
688
|
+
].concat(args));
|
|
689
|
+
if (typeof r !== "undefined") {
|
|
690
|
+
return r;
|
|
691
|
+
}
|
|
692
|
+
if (len) {
|
|
693
|
+
stack = stack.slice(0, -1 * len * 2);
|
|
694
|
+
vstack = vstack.slice(0, -1 * len);
|
|
695
|
+
lstack = lstack.slice(0, -1 * len);
|
|
696
|
+
}
|
|
697
|
+
stack.push(this.productions_[action[1]][0]);
|
|
698
|
+
vstack.push(yyval.$);
|
|
699
|
+
lstack.push(yyval._$);
|
|
700
|
+
newState = table[stack[stack.length - 2]][stack[stack.length - 1]];
|
|
701
|
+
stack.push(newState);
|
|
702
|
+
break;
|
|
703
|
+
case 3:
|
|
704
|
+
return true;
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
return true;
|
|
708
|
+
}, "parse")
|
|
709
|
+
};
|
|
710
|
+
var lexer = /* @__PURE__ */ function() {
|
|
711
|
+
var lexer2 = {
|
|
712
|
+
EOF: 1,
|
|
713
|
+
parseError: /* @__PURE__ */ __name(function parseError(str, hash) {
|
|
714
|
+
if (this.yy.parser) {
|
|
715
|
+
this.yy.parser.parseError(str, hash);
|
|
716
|
+
} else {
|
|
717
|
+
throw new Error(str);
|
|
718
|
+
}
|
|
719
|
+
}, "parseError"),
|
|
720
|
+
// resets the lexer, sets new input
|
|
721
|
+
setInput: /* @__PURE__ */ __name(function(input, yy) {
|
|
722
|
+
this.yy = yy || this.yy || {};
|
|
723
|
+
this._input = input;
|
|
724
|
+
this._more = this._backtrack = this.done = false;
|
|
725
|
+
this.yylineno = this.yyleng = 0;
|
|
726
|
+
this.yytext = this.matched = this.match = "";
|
|
727
|
+
this.conditionStack = ["INITIAL"];
|
|
728
|
+
this.yylloc = {
|
|
729
|
+
first_line: 1,
|
|
730
|
+
first_column: 0,
|
|
731
|
+
last_line: 1,
|
|
732
|
+
last_column: 0
|
|
733
|
+
};
|
|
734
|
+
if (this.options.ranges) {
|
|
735
|
+
this.yylloc.range = [0, 0];
|
|
736
|
+
}
|
|
737
|
+
this.offset = 0;
|
|
738
|
+
return this;
|
|
739
|
+
}, "setInput"),
|
|
740
|
+
// consumes and returns one char from the input
|
|
741
|
+
input: /* @__PURE__ */ __name(function() {
|
|
742
|
+
var ch = this._input[0];
|
|
743
|
+
this.yytext += ch;
|
|
744
|
+
this.yyleng++;
|
|
745
|
+
this.offset++;
|
|
746
|
+
this.match += ch;
|
|
747
|
+
this.matched += ch;
|
|
748
|
+
var lines = ch.match(/(?:\r\n?|\n).*/g);
|
|
749
|
+
if (lines) {
|
|
750
|
+
this.yylineno++;
|
|
751
|
+
this.yylloc.last_line++;
|
|
752
|
+
} else {
|
|
753
|
+
this.yylloc.last_column++;
|
|
754
|
+
}
|
|
755
|
+
if (this.options.ranges) {
|
|
756
|
+
this.yylloc.range[1]++;
|
|
757
|
+
}
|
|
758
|
+
this._input = this._input.slice(1);
|
|
759
|
+
return ch;
|
|
760
|
+
}, "input"),
|
|
761
|
+
// unshifts one char (or a string) into the input
|
|
762
|
+
unput: /* @__PURE__ */ __name(function(ch) {
|
|
763
|
+
var len = ch.length;
|
|
764
|
+
var lines = ch.split(/(?:\r\n?|\n)/g);
|
|
765
|
+
this._input = ch + this._input;
|
|
766
|
+
this.yytext = this.yytext.substr(0, this.yytext.length - len);
|
|
767
|
+
this.offset -= len;
|
|
768
|
+
var oldLines = this.match.split(/(?:\r\n?|\n)/g);
|
|
769
|
+
this.match = this.match.substr(0, this.match.length - 1);
|
|
770
|
+
this.matched = this.matched.substr(0, this.matched.length - 1);
|
|
771
|
+
if (lines.length - 1) {
|
|
772
|
+
this.yylineno -= lines.length - 1;
|
|
773
|
+
}
|
|
774
|
+
var r = this.yylloc.range;
|
|
775
|
+
this.yylloc = {
|
|
776
|
+
first_line: this.yylloc.first_line,
|
|
777
|
+
last_line: this.yylineno + 1,
|
|
778
|
+
first_column: this.yylloc.first_column,
|
|
779
|
+
last_column: lines ? (lines.length === oldLines.length ? this.yylloc.first_column : 0) + oldLines[oldLines.length - lines.length].length - lines[0].length : this.yylloc.first_column - len
|
|
780
|
+
};
|
|
781
|
+
if (this.options.ranges) {
|
|
782
|
+
this.yylloc.range = [r[0], r[0] + this.yyleng - len];
|
|
783
|
+
}
|
|
784
|
+
this.yyleng = this.yytext.length;
|
|
785
|
+
return this;
|
|
786
|
+
}, "unput"),
|
|
787
|
+
// When called from action, caches matched text and appends it on next action
|
|
788
|
+
more: /* @__PURE__ */ __name(function() {
|
|
789
|
+
this._more = true;
|
|
790
|
+
return this;
|
|
791
|
+
}, "more"),
|
|
792
|
+
// When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
|
|
793
|
+
reject: /* @__PURE__ */ __name(function() {
|
|
794
|
+
if (this.options.backtrack_lexer) {
|
|
795
|
+
this._backtrack = true;
|
|
796
|
+
} else {
|
|
797
|
+
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(), {
|
|
798
|
+
text: "",
|
|
799
|
+
token: null,
|
|
800
|
+
line: this.yylineno
|
|
801
|
+
});
|
|
802
|
+
}
|
|
803
|
+
return this;
|
|
804
|
+
}, "reject"),
|
|
805
|
+
// retain first n characters of the match
|
|
806
|
+
less: /* @__PURE__ */ __name(function(n) {
|
|
807
|
+
this.unput(this.match.slice(n));
|
|
808
|
+
}, "less"),
|
|
809
|
+
// displays already matched input, i.e. for error messages
|
|
810
|
+
pastInput: /* @__PURE__ */ __name(function() {
|
|
811
|
+
var past = this.matched.substr(0, this.matched.length - this.match.length);
|
|
812
|
+
return (past.length > 20 ? "..." : "") + past.substr(-20).replace(/\n/g, "");
|
|
813
|
+
}, "pastInput"),
|
|
814
|
+
// displays upcoming input, i.e. for error messages
|
|
815
|
+
upcomingInput: /* @__PURE__ */ __name(function() {
|
|
816
|
+
var next = this.match;
|
|
817
|
+
if (next.length < 20) {
|
|
818
|
+
next += this._input.substr(0, 20 - next.length);
|
|
819
|
+
}
|
|
820
|
+
return (next.substr(0, 20) + (next.length > 20 ? "..." : "")).replace(/\n/g, "");
|
|
821
|
+
}, "upcomingInput"),
|
|
822
|
+
// displays the character position where the lexing error occurred, i.e. for error messages
|
|
823
|
+
showPosition: /* @__PURE__ */ __name(function() {
|
|
824
|
+
var pre = this.pastInput();
|
|
825
|
+
var c = new Array(pre.length + 1).join("-");
|
|
826
|
+
return pre + this.upcomingInput() + "\n" + c + "^";
|
|
827
|
+
}, "showPosition"),
|
|
828
|
+
// test the lexed token: return FALSE when not a match, otherwise return token
|
|
829
|
+
test_match: /* @__PURE__ */ __name(function(match, indexed_rule) {
|
|
830
|
+
var token, lines, backup;
|
|
831
|
+
if (this.options.backtrack_lexer) {
|
|
832
|
+
backup = {
|
|
833
|
+
yylineno: this.yylineno,
|
|
834
|
+
yylloc: {
|
|
835
|
+
first_line: this.yylloc.first_line,
|
|
836
|
+
last_line: this.last_line,
|
|
837
|
+
first_column: this.yylloc.first_column,
|
|
838
|
+
last_column: this.yylloc.last_column
|
|
839
|
+
},
|
|
840
|
+
yytext: this.yytext,
|
|
841
|
+
match: this.match,
|
|
842
|
+
matches: this.matches,
|
|
843
|
+
matched: this.matched,
|
|
844
|
+
yyleng: this.yyleng,
|
|
845
|
+
offset: this.offset,
|
|
846
|
+
_more: this._more,
|
|
847
|
+
_input: this._input,
|
|
848
|
+
yy: this.yy,
|
|
849
|
+
conditionStack: this.conditionStack.slice(0),
|
|
850
|
+
done: this.done
|
|
851
|
+
};
|
|
852
|
+
if (this.options.ranges) {
|
|
853
|
+
backup.yylloc.range = this.yylloc.range.slice(0);
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
lines = match[0].match(/(?:\r\n?|\n).*/g);
|
|
857
|
+
if (lines) {
|
|
858
|
+
this.yylineno += lines.length;
|
|
859
|
+
}
|
|
860
|
+
this.yylloc = {
|
|
861
|
+
first_line: this.yylloc.last_line,
|
|
862
|
+
last_line: this.yylineno + 1,
|
|
863
|
+
first_column: this.yylloc.last_column,
|
|
864
|
+
last_column: lines ? lines[lines.length - 1].length - lines[lines.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + match[0].length
|
|
865
|
+
};
|
|
866
|
+
this.yytext += match[0];
|
|
867
|
+
this.match += match[0];
|
|
868
|
+
this.matches = match;
|
|
869
|
+
this.yyleng = this.yytext.length;
|
|
870
|
+
if (this.options.ranges) {
|
|
871
|
+
this.yylloc.range = [this.offset, this.offset += this.yyleng];
|
|
872
|
+
}
|
|
873
|
+
this._more = false;
|
|
874
|
+
this._backtrack = false;
|
|
875
|
+
this._input = this._input.slice(match[0].length);
|
|
876
|
+
this.matched += match[0];
|
|
877
|
+
token = this.performAction.call(this, this.yy, this, indexed_rule, this.conditionStack[this.conditionStack.length - 1]);
|
|
878
|
+
if (this.done && this._input) {
|
|
879
|
+
this.done = false;
|
|
880
|
+
}
|
|
881
|
+
if (token) {
|
|
882
|
+
return token;
|
|
883
|
+
} else if (this._backtrack) {
|
|
884
|
+
for (var k in backup) {
|
|
885
|
+
this[k] = backup[k];
|
|
886
|
+
}
|
|
887
|
+
return false;
|
|
888
|
+
}
|
|
889
|
+
return false;
|
|
890
|
+
}, "test_match"),
|
|
891
|
+
// return next match in input
|
|
892
|
+
next: /* @__PURE__ */ __name(function() {
|
|
893
|
+
if (this.done) {
|
|
894
|
+
return this.EOF;
|
|
895
|
+
}
|
|
896
|
+
if (!this._input) {
|
|
897
|
+
this.done = true;
|
|
898
|
+
}
|
|
899
|
+
var token, match, tempMatch, index;
|
|
900
|
+
if (!this._more) {
|
|
901
|
+
this.yytext = "";
|
|
902
|
+
this.match = "";
|
|
903
|
+
}
|
|
904
|
+
var rules = this._currentRules();
|
|
905
|
+
for (var i = 0; i < rules.length; i++) {
|
|
906
|
+
tempMatch = this._input.match(this.rules[rules[i]]);
|
|
907
|
+
if (tempMatch && (!match || tempMatch[0].length > match[0].length)) {
|
|
908
|
+
match = tempMatch;
|
|
909
|
+
index = i;
|
|
910
|
+
if (this.options.backtrack_lexer) {
|
|
911
|
+
token = this.test_match(tempMatch, rules[i]);
|
|
912
|
+
if (token !== false) {
|
|
913
|
+
return token;
|
|
914
|
+
} else if (this._backtrack) {
|
|
915
|
+
match = false;
|
|
916
|
+
continue;
|
|
917
|
+
} else {
|
|
918
|
+
return false;
|
|
919
|
+
}
|
|
920
|
+
} else if (!this.options.flex) {
|
|
921
|
+
break;
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
if (match) {
|
|
926
|
+
token = this.test_match(match, rules[index]);
|
|
927
|
+
if (token !== false) {
|
|
928
|
+
return token;
|
|
929
|
+
}
|
|
930
|
+
return false;
|
|
931
|
+
}
|
|
932
|
+
if (this._input === "") {
|
|
933
|
+
return this.EOF;
|
|
934
|
+
} else {
|
|
935
|
+
return this.parseError("Lexical error on line " + (this.yylineno + 1) + ". Unrecognized text.\n" + this.showPosition(), {
|
|
936
|
+
text: "",
|
|
937
|
+
token: null,
|
|
938
|
+
line: this.yylineno
|
|
939
|
+
});
|
|
940
|
+
}
|
|
941
|
+
}, "next"),
|
|
942
|
+
// return next match that has a token
|
|
943
|
+
lex: /* @__PURE__ */ __name(function lex() {
|
|
944
|
+
var r = this.next();
|
|
945
|
+
if (r) {
|
|
946
|
+
return r;
|
|
947
|
+
} else {
|
|
948
|
+
return this.lex();
|
|
949
|
+
}
|
|
950
|
+
}, "lex"),
|
|
951
|
+
// activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
|
|
952
|
+
begin: /* @__PURE__ */ __name(function begin(condition) {
|
|
953
|
+
this.conditionStack.push(condition);
|
|
954
|
+
}, "begin"),
|
|
955
|
+
// pop the previously active lexer condition state off the condition stack
|
|
956
|
+
popState: /* @__PURE__ */ __name(function popState() {
|
|
957
|
+
var n = this.conditionStack.length - 1;
|
|
958
|
+
if (n > 0) {
|
|
959
|
+
return this.conditionStack.pop();
|
|
960
|
+
} else {
|
|
961
|
+
return this.conditionStack[0];
|
|
962
|
+
}
|
|
963
|
+
}, "popState"),
|
|
964
|
+
// produce the lexer rule set which is active for the currently active lexer condition state
|
|
965
|
+
_currentRules: /* @__PURE__ */ __name(function _currentRules() {
|
|
966
|
+
if (this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1]) {
|
|
967
|
+
return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
|
|
968
|
+
} else {
|
|
969
|
+
return this.conditions["INITIAL"].rules;
|
|
970
|
+
}
|
|
971
|
+
}, "_currentRules"),
|
|
972
|
+
// return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
|
|
973
|
+
topState: /* @__PURE__ */ __name(function topState(n) {
|
|
974
|
+
n = this.conditionStack.length - 1 - Math.abs(n || 0);
|
|
975
|
+
if (n >= 0) {
|
|
976
|
+
return this.conditionStack[n];
|
|
977
|
+
} else {
|
|
978
|
+
return "INITIAL";
|
|
979
|
+
}
|
|
980
|
+
}, "topState"),
|
|
981
|
+
// alias for begin(condition)
|
|
982
|
+
pushState: /* @__PURE__ */ __name(function pushState(condition) {
|
|
983
|
+
this.begin(condition);
|
|
984
|
+
}, "pushState"),
|
|
985
|
+
// return the number of states currently on the stack
|
|
986
|
+
stateStackSize: /* @__PURE__ */ __name(function stateStackSize() {
|
|
987
|
+
return this.conditionStack.length;
|
|
988
|
+
}, "stateStackSize"),
|
|
989
|
+
options: { "case-insensitive": true },
|
|
990
|
+
performAction: /* @__PURE__ */ __name(function anonymous(yy, yy_, $avoiding_name_collisions, YY_START) {
|
|
991
|
+
switch ($avoiding_name_collisions) {
|
|
992
|
+
case 0:
|
|
993
|
+
this.pushState("csv");
|
|
994
|
+
return 4;
|
|
995
|
+
case 1:
|
|
996
|
+
this.pushState("csv");
|
|
997
|
+
return 4;
|
|
998
|
+
case 2:
|
|
999
|
+
return 10;
|
|
1000
|
+
case 3:
|
|
1001
|
+
return 5;
|
|
1002
|
+
case 4:
|
|
1003
|
+
return 12;
|
|
1004
|
+
case 5:
|
|
1005
|
+
this.pushState("escaped_text");
|
|
1006
|
+
return 18;
|
|
1007
|
+
case 6:
|
|
1008
|
+
return 20;
|
|
1009
|
+
case 7:
|
|
1010
|
+
this.popState("escaped_text");
|
|
1011
|
+
return 18;
|
|
1012
|
+
case 8:
|
|
1013
|
+
return 19;
|
|
1014
|
+
}
|
|
1015
|
+
}, "anonymous"),
|
|
1016
|
+
rules: [/^(?:sankey-beta\b)/i, /^(?:sankey\b)/i, /^(?:$)/i, /^(?:((\u000D\u000A)|(\u000A)))/i, /^(?:(\u002C))/i, /^(?:(\u0022))/i, /^(?:([\u0020-\u0021\u0023-\u002B\u002D-\u007E])*)/i, /^(?:(\u0022)(?!(\u0022)))/i, /^(?:(([\u0020-\u0021\u0023-\u002B\u002D-\u007E])|(\u002C)|(\u000D)|(\u000A)|(\u0022)(\u0022))*)/i],
|
|
1017
|
+
conditions: { "csv": { "rules": [2, 3, 4, 5, 6, 7, 8], "inclusive": false }, "escaped_text": { "rules": [7, 8], "inclusive": false }, "INITIAL": { "rules": [0, 1, 2, 3, 4, 5, 6, 7, 8], "inclusive": true } }
|
|
1018
|
+
};
|
|
1019
|
+
return lexer2;
|
|
1020
|
+
}();
|
|
1021
|
+
parser2.lexer = lexer;
|
|
1022
|
+
function Parser() {
|
|
1023
|
+
this.yy = {};
|
|
1024
|
+
}
|
|
1025
|
+
__name(Parser, "Parser");
|
|
1026
|
+
Parser.prototype = parser2;
|
|
1027
|
+
parser2.Parser = Parser;
|
|
1028
|
+
return new Parser();
|
|
1029
|
+
}();
|
|
1030
|
+
parser.parser = parser;
|
|
1031
|
+
var sankey_default = parser;
|
|
1032
|
+
var links = [];
|
|
1033
|
+
var nodes = [];
|
|
1034
|
+
var nodesMap = /* @__PURE__ */ new Map();
|
|
1035
|
+
var clear2 = /* @__PURE__ */ __name(() => {
|
|
1036
|
+
links = [];
|
|
1037
|
+
nodes = [];
|
|
1038
|
+
nodesMap = /* @__PURE__ */ new Map();
|
|
1039
|
+
clear();
|
|
1040
|
+
}, "clear");
|
|
1041
|
+
var SankeyLink = (_a = class {
|
|
1042
|
+
constructor(source, target, value2 = 0) {
|
|
1043
|
+
this.source = source;
|
|
1044
|
+
this.target = target;
|
|
1045
|
+
this.value = value2;
|
|
1046
|
+
}
|
|
1047
|
+
}, __name(_a, "SankeyLink"), _a);
|
|
1048
|
+
var addLink = /* @__PURE__ */ __name((source, target, value2) => {
|
|
1049
|
+
links.push(new SankeyLink(source, target, value2));
|
|
1050
|
+
}, "addLink");
|
|
1051
|
+
var SankeyNode = (_b = class {
|
|
1052
|
+
constructor(ID) {
|
|
1053
|
+
this.ID = ID;
|
|
1054
|
+
}
|
|
1055
|
+
}, __name(_b, "SankeyNode"), _b);
|
|
1056
|
+
var findOrCreateNode = /* @__PURE__ */ __name((ID) => {
|
|
1057
|
+
ID = common_default.sanitizeText(ID, getConfig2());
|
|
1058
|
+
let node = nodesMap.get(ID);
|
|
1059
|
+
if (node === void 0) {
|
|
1060
|
+
node = new SankeyNode(ID);
|
|
1061
|
+
nodesMap.set(ID, node);
|
|
1062
|
+
nodes.push(node);
|
|
1063
|
+
}
|
|
1064
|
+
return node;
|
|
1065
|
+
}, "findOrCreateNode");
|
|
1066
|
+
var getNodes = /* @__PURE__ */ __name(() => nodes, "getNodes");
|
|
1067
|
+
var getLinks = /* @__PURE__ */ __name(() => links, "getLinks");
|
|
1068
|
+
var getGraph = /* @__PURE__ */ __name(() => ({
|
|
1069
|
+
nodes: nodes.map((node) => ({ id: node.ID })),
|
|
1070
|
+
links: links.map((link2) => ({
|
|
1071
|
+
source: link2.source.ID,
|
|
1072
|
+
target: link2.target.ID,
|
|
1073
|
+
value: link2.value
|
|
1074
|
+
}))
|
|
1075
|
+
}), "getGraph");
|
|
1076
|
+
var sankeyDB_default = {
|
|
1077
|
+
nodesMap,
|
|
1078
|
+
getConfig: /* @__PURE__ */ __name(() => getConfig2().sankey, "getConfig"),
|
|
1079
|
+
getNodes,
|
|
1080
|
+
getLinks,
|
|
1081
|
+
getGraph,
|
|
1082
|
+
addLink,
|
|
1083
|
+
findOrCreateNode,
|
|
1084
|
+
getAccTitle,
|
|
1085
|
+
setAccTitle,
|
|
1086
|
+
getAccDescription,
|
|
1087
|
+
setAccDescription,
|
|
1088
|
+
getDiagramTitle,
|
|
1089
|
+
setDiagramTitle,
|
|
1090
|
+
clear: clear2
|
|
1091
|
+
};
|
|
1092
|
+
var Uid = (_c = class {
|
|
1093
|
+
static next(name) {
|
|
1094
|
+
return new _c(name + ++_c.count);
|
|
1095
|
+
}
|
|
1096
|
+
constructor(id) {
|
|
1097
|
+
this.id = id;
|
|
1098
|
+
this.href = `#${id}`;
|
|
1099
|
+
}
|
|
1100
|
+
toString() {
|
|
1101
|
+
return "url(" + this.href + ")";
|
|
1102
|
+
}
|
|
1103
|
+
}, __name(_c, "Uid"), _c.count = 0, _c);
|
|
1104
|
+
var alignmentsMap = {
|
|
1105
|
+
left,
|
|
1106
|
+
right,
|
|
1107
|
+
center,
|
|
1108
|
+
justify
|
|
1109
|
+
};
|
|
1110
|
+
var draw = /* @__PURE__ */ __name(function(text, id, _version, diagObj) {
|
|
1111
|
+
const { securityLevel, sankey: conf } = getConfig2();
|
|
1112
|
+
const defaultSankeyConfig = defaultConfig2.sankey;
|
|
1113
|
+
let sandboxElement;
|
|
1114
|
+
if (securityLevel === "sandbox") {
|
|
1115
|
+
sandboxElement = select("#i" + id);
|
|
1116
|
+
}
|
|
1117
|
+
const root = securityLevel === "sandbox" ? select(sandboxElement.nodes()[0].contentDocument.body) : select("body");
|
|
1118
|
+
const svg = securityLevel === "sandbox" ? root.select(`[id="${id}"]`) : select(`[id="${id}"]`);
|
|
1119
|
+
const width = (conf == null ? void 0 : conf.width) ?? defaultSankeyConfig.width;
|
|
1120
|
+
const height = (conf == null ? void 0 : conf.height) ?? defaultSankeyConfig.width;
|
|
1121
|
+
const useMaxWidth = (conf == null ? void 0 : conf.useMaxWidth) ?? defaultSankeyConfig.useMaxWidth;
|
|
1122
|
+
const nodeAlignment = (conf == null ? void 0 : conf.nodeAlignment) ?? defaultSankeyConfig.nodeAlignment;
|
|
1123
|
+
const prefix = (conf == null ? void 0 : conf.prefix) ?? defaultSankeyConfig.prefix;
|
|
1124
|
+
const suffix = (conf == null ? void 0 : conf.suffix) ?? defaultSankeyConfig.suffix;
|
|
1125
|
+
const showValues = (conf == null ? void 0 : conf.showValues) ?? defaultSankeyConfig.showValues;
|
|
1126
|
+
const graph = diagObj.db.getGraph();
|
|
1127
|
+
const nodeAlign = alignmentsMap[nodeAlignment];
|
|
1128
|
+
const nodeWidth = 10;
|
|
1129
|
+
const sankey = Sankey().nodeId((d) => d.id).nodeWidth(nodeWidth).nodePadding(10 + (showValues ? 15 : 0)).nodeAlign(nodeAlign).extent([
|
|
1130
|
+
[0, 0],
|
|
1131
|
+
[width, height]
|
|
1132
|
+
]);
|
|
1133
|
+
sankey(graph);
|
|
1134
|
+
const colorScheme = ordinal(d3schemeTableau10);
|
|
1135
|
+
svg.append("g").attr("class", "nodes").selectAll(".node").data(graph.nodes).join("g").attr("class", "node").attr("id", (d) => (d.uid = Uid.next("node-")).id).attr("transform", function(d) {
|
|
1136
|
+
return "translate(" + d.x0 + "," + d.y0 + ")";
|
|
1137
|
+
}).attr("x", (d) => d.x0).attr("y", (d) => d.y0).append("rect").attr("height", (d) => {
|
|
1138
|
+
return d.y1 - d.y0;
|
|
1139
|
+
}).attr("width", (d) => d.x1 - d.x0).attr("fill", (d) => colorScheme(d.id));
|
|
1140
|
+
const getText = /* @__PURE__ */ __name(({ id: id2, value: value2 }) => {
|
|
1141
|
+
if (!showValues) {
|
|
1142
|
+
return id2;
|
|
1143
|
+
}
|
|
1144
|
+
return `${id2}
|
|
1145
|
+
${prefix}${Math.round(value2 * 100) / 100}${suffix}`;
|
|
1146
|
+
}, "getText");
|
|
1147
|
+
svg.append("g").attr("class", "node-labels").attr("font-size", 14).selectAll("text").data(graph.nodes).join("text").attr("x", (d) => d.x0 < width / 2 ? d.x1 + 6 : d.x0 - 6).attr("y", (d) => (d.y1 + d.y0) / 2).attr("dy", `${showValues ? "0" : "0.35"}em`).attr("text-anchor", (d) => d.x0 < width / 2 ? "start" : "end").text(getText);
|
|
1148
|
+
const link2 = svg.append("g").attr("class", "links").attr("fill", "none").attr("stroke-opacity", 0.5).selectAll(".link").data(graph.links).join("g").attr("class", "link").style("mix-blend-mode", "multiply");
|
|
1149
|
+
const linkColor = (conf == null ? void 0 : conf.linkColor) ?? "gradient";
|
|
1150
|
+
if (linkColor === "gradient") {
|
|
1151
|
+
const gradient = link2.append("linearGradient").attr("id", (d) => (d.uid = Uid.next("linearGradient-")).id).attr("gradientUnits", "userSpaceOnUse").attr("x1", (d) => d.source.x1).attr("x2", (d) => d.target.x0);
|
|
1152
|
+
gradient.append("stop").attr("offset", "0%").attr("stop-color", (d) => colorScheme(d.source.id));
|
|
1153
|
+
gradient.append("stop").attr("offset", "100%").attr("stop-color", (d) => colorScheme(d.target.id));
|
|
1154
|
+
}
|
|
1155
|
+
let coloring;
|
|
1156
|
+
switch (linkColor) {
|
|
1157
|
+
case "gradient":
|
|
1158
|
+
coloring = /* @__PURE__ */ __name((d) => d.uid, "coloring");
|
|
1159
|
+
break;
|
|
1160
|
+
case "source":
|
|
1161
|
+
coloring = /* @__PURE__ */ __name((d) => colorScheme(d.source.id), "coloring");
|
|
1162
|
+
break;
|
|
1163
|
+
case "target":
|
|
1164
|
+
coloring = /* @__PURE__ */ __name((d) => colorScheme(d.target.id), "coloring");
|
|
1165
|
+
break;
|
|
1166
|
+
default:
|
|
1167
|
+
coloring = linkColor;
|
|
1168
|
+
}
|
|
1169
|
+
link2.append("path").attr("d", d3SankeyLinkHorizontal()).attr("stroke", coloring).attr("stroke-width", (d) => Math.max(1, d.width));
|
|
1170
|
+
setupGraphViewbox(void 0, svg, 0, useMaxWidth);
|
|
1171
|
+
}, "draw");
|
|
1172
|
+
var sankeyRenderer_default = {
|
|
1173
|
+
draw
|
|
1174
|
+
};
|
|
1175
|
+
var prepareTextForParsing = /* @__PURE__ */ __name((text) => {
|
|
1176
|
+
const textToParse = text.replaceAll(/^[^\S\n\r]+|[^\S\n\r]+$/g, "").replaceAll(/([\n\r])+/g, "\n").trim();
|
|
1177
|
+
return textToParse;
|
|
1178
|
+
}, "prepareTextForParsing");
|
|
1179
|
+
var getStyles = /* @__PURE__ */ __name((options) => `.label {
|
|
1180
|
+
font-family: ${options.fontFamily};
|
|
1181
|
+
}`, "getStyles");
|
|
1182
|
+
var styles_default = getStyles;
|
|
1183
|
+
var originalParse = sankey_default.parse.bind(sankey_default);
|
|
1184
|
+
sankey_default.parse = (text) => originalParse(prepareTextForParsing(text));
|
|
1185
|
+
var diagram = {
|
|
1186
|
+
styles: styles_default,
|
|
1187
|
+
parser: sankey_default,
|
|
1188
|
+
db: sankeyDB_default,
|
|
1189
|
+
renderer: sankeyRenderer_default
|
|
1190
|
+
};
|
|
1191
|
+
export {
|
|
1192
|
+
diagram
|
|
1193
|
+
};
|
|
1194
|
+
//# sourceMappingURL=sankeyDiagram-TZEHDZUN-7K2pggbF.js.map
|