@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,219 @@
|
|
|
1
|
+
const kk = {
|
|
2
|
+
"common": {
|
|
3
|
+
"loading": "Жүктелуде...",
|
|
4
|
+
"error": "Қате",
|
|
5
|
+
"noData": "Деректер жоқ",
|
|
6
|
+
"close": "Жабу",
|
|
7
|
+
"save": "Сақтау",
|
|
8
|
+
"cancel": "Болдырмау",
|
|
9
|
+
"ok": "OK",
|
|
10
|
+
"searchPlaceholder": "Іздеу..."
|
|
11
|
+
},
|
|
12
|
+
"kpi": {
|
|
13
|
+
"noDescription": "Сипаттама қолжетімсіз",
|
|
14
|
+
"defaultTitle": "KPI",
|
|
15
|
+
"lowerIsBetter": "Төмені жақсы",
|
|
16
|
+
"higherIsBetter": "Жоғарысы жақсы",
|
|
17
|
+
"withinGoalThreshold": "Мақсат шегінде",
|
|
18
|
+
"exceedsGoalThreshold": "Мақсат шегінен асып кетті",
|
|
19
|
+
"goal": "Мақсат",
|
|
20
|
+
"progressGoal": "Мақсатқа жетудегі прогресс",
|
|
21
|
+
"maxAllowedThreshold": "Рұқсат етілген максималды шек",
|
|
22
|
+
"totalItemsInScope": "Аумақтағы жалпы элементтер",
|
|
23
|
+
"totalItems": "Total",
|
|
24
|
+
"currentValueAsPercent": "Ағымдағы мән жалпы пайыз ретінде",
|
|
25
|
+
"percentOfTotal": "%",
|
|
26
|
+
"onTrack": "Дұрыс жолда",
|
|
27
|
+
"exceedGoal": "Мақсаттан асады"
|
|
28
|
+
},
|
|
29
|
+
"noKpis": {
|
|
30
|
+
"title": "KPI конфигурацияланбаған",
|
|
31
|
+
"subtitle": "Қолданба конфигурациясы тізімінде {highlight} конфигурациялау арқылы команда өнімділігін қадағалауды бастаңыз.",
|
|
32
|
+
"highlightText": "KPI параметрлері",
|
|
33
|
+
"configureButton": "KPI конфигурациялау"
|
|
34
|
+
},
|
|
35
|
+
"calendar": {
|
|
36
|
+
"calendarControl": {
|
|
37
|
+
"daysOfWeek": [
|
|
38
|
+
"Жексенбі",
|
|
39
|
+
"Дүйсенбі",
|
|
40
|
+
"Сейсенбі",
|
|
41
|
+
"Сәрсенбі",
|
|
42
|
+
"Бейсенбі",
|
|
43
|
+
"Жұма",
|
|
44
|
+
"Сенбі"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"selectCalendarView": {
|
|
48
|
+
"month": "Ай",
|
|
49
|
+
"week": "Апта",
|
|
50
|
+
"day": "Күн"
|
|
51
|
+
},
|
|
52
|
+
"eventPopoverCard": {
|
|
53
|
+
"timeSeparator": " - ",
|
|
54
|
+
"hourSuffix": "сағ"
|
|
55
|
+
},
|
|
56
|
+
"eventDetailsPopover": {
|
|
57
|
+
"start": "Басталуы",
|
|
58
|
+
"end": "Аяқталуы",
|
|
59
|
+
"location": "Орын",
|
|
60
|
+
"attendees": "Қатысушылар",
|
|
61
|
+
"details": "Мәліметтер"
|
|
62
|
+
},
|
|
63
|
+
"dayView": {
|
|
64
|
+
"allDay": "Күні бойы"
|
|
65
|
+
},
|
|
66
|
+
"toolbar": {
|
|
67
|
+
"today": "Бүгін",
|
|
68
|
+
"previous": "Алдыңғы",
|
|
69
|
+
"next": "Келесі"
|
|
70
|
+
},
|
|
71
|
+
"weekView": {
|
|
72
|
+
"allDay": "Күні бойы"
|
|
73
|
+
},
|
|
74
|
+
"calendarMonth": {
|
|
75
|
+
"months": [
|
|
76
|
+
"Қаңтар",
|
|
77
|
+
"Ақпан",
|
|
78
|
+
"Наурыз",
|
|
79
|
+
"Сәуір",
|
|
80
|
+
"Мамыр",
|
|
81
|
+
"Маусым",
|
|
82
|
+
"Шілде",
|
|
83
|
+
"Тамыз",
|
|
84
|
+
"Қыркүйек",
|
|
85
|
+
"Қазан",
|
|
86
|
+
"Қараша",
|
|
87
|
+
"Желтоқсан"
|
|
88
|
+
],
|
|
89
|
+
"shortMonths": [
|
|
90
|
+
"Қаң",
|
|
91
|
+
"Ақп",
|
|
92
|
+
"Нау",
|
|
93
|
+
"Сәу",
|
|
94
|
+
"Мам",
|
|
95
|
+
"Мау",
|
|
96
|
+
"Шіл",
|
|
97
|
+
"Там",
|
|
98
|
+
"Қыр",
|
|
99
|
+
"Қаз",
|
|
100
|
+
"Қар",
|
|
101
|
+
"Жел"
|
|
102
|
+
],
|
|
103
|
+
"days": [
|
|
104
|
+
"Жексенбі",
|
|
105
|
+
"Дүйсенбі",
|
|
106
|
+
"Сейсенбі",
|
|
107
|
+
"Сәрсенбі",
|
|
108
|
+
"Бейсенбі",
|
|
109
|
+
"Жұма",
|
|
110
|
+
"Сенбі"
|
|
111
|
+
],
|
|
112
|
+
"shortDays": [
|
|
113
|
+
"Жс",
|
|
114
|
+
"Дс",
|
|
115
|
+
"Сс",
|
|
116
|
+
"Ср",
|
|
117
|
+
"Бс",
|
|
118
|
+
"Жм",
|
|
119
|
+
"Сн"
|
|
120
|
+
],
|
|
121
|
+
"goToToday": "Бүгінге өту"
|
|
122
|
+
},
|
|
123
|
+
"selectWeek": {
|
|
124
|
+
"selectWeekPlaceholder": "Аптаны таңдаңыз"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"mensions": {
|
|
128
|
+
"placeholder": "Хабарлама жазыңыз...",
|
|
129
|
+
"noResults": "Нәтижелер табылмады",
|
|
130
|
+
"send": "Жіберу"
|
|
131
|
+
},
|
|
132
|
+
"shareDialog": {
|
|
133
|
+
"title": "Бөлісу",
|
|
134
|
+
"copyLink": "Сілтемені көшіру",
|
|
135
|
+
"linkCopied": "Сілтеме көшірілді!",
|
|
136
|
+
"share": "Бөлісу",
|
|
137
|
+
"cancel": "Болдырмау"
|
|
138
|
+
},
|
|
139
|
+
userCard: {
|
|
140
|
+
available: "Қол жетімді",
|
|
141
|
+
availableIdle: "Қол жетімді, белсенді емес",
|
|
142
|
+
away: "Жоқ",
|
|
143
|
+
busy: "Бос емес",
|
|
144
|
+
busyIdle: "Бос емес, белсенді емес",
|
|
145
|
+
doNotDisturb: "Мазаламаңыз",
|
|
146
|
+
beRightBack: "Қазір қайтамын",
|
|
147
|
+
appearOffline: "Офлайн көріну",
|
|
148
|
+
unknown: "Белгісіз",
|
|
149
|
+
outOfOffice: "Кеңседен тыс",
|
|
150
|
+
offline: "Офлайн",
|
|
151
|
+
userAvatar: "Пайдаланушы аватары",
|
|
152
|
+
unknownUser: "Белгісіз пайдаланушы"
|
|
153
|
+
},
|
|
154
|
+
appDashboard: {
|
|
155
|
+
noDashboardsAvailable: "Қол жетімді бақылау тақталары жоқ",
|
|
156
|
+
clickToSetSpan: "Ауқымды орнату үшін басыңыз",
|
|
157
|
+
configure: "Конфигурациялау"
|
|
158
|
+
},
|
|
159
|
+
aiAssistant: {
|
|
160
|
+
processingError: "Сұрауыңызды өңдеу кезінде қате орын алды.",
|
|
161
|
+
noUsersFound: "Пайдаланушылар табылмады",
|
|
162
|
+
typeAMessage: "Хабар жазыңыз"
|
|
163
|
+
},
|
|
164
|
+
worldMap: {
|
|
165
|
+
loadingMapStyle: "Карта стилі жүктелуде…",
|
|
166
|
+
coordinates: "Координаталар:",
|
|
167
|
+
zoomIn: "Үлкейту",
|
|
168
|
+
zoomOut: "Кішірейту",
|
|
169
|
+
resetMap: "Картаны қалпына келтіру",
|
|
170
|
+
reset: "Қалпына келтіру"
|
|
171
|
+
},
|
|
172
|
+
aiSearchControl: {
|
|
173
|
+
placeholder: "AI-дан іздеу сұрауын жасауды сұраңыз...",
|
|
174
|
+
notConfiguredError: "Azure OpenAI дұрыс конфигурацияланбаған. Конфигурацияны тексеріңіз.",
|
|
175
|
+
generationError: "AI іздеу сұрауын жасау кезінде қате орын алды"
|
|
176
|
+
},
|
|
177
|
+
itemPicker: {
|
|
178
|
+
placeholder: "Іздеу…",
|
|
179
|
+
noResultsFound: "Нәтижелер табылмады",
|
|
180
|
+
searching: "Іздеу…",
|
|
181
|
+
loadingMore: "Тағы жүктеу…",
|
|
182
|
+
selectedItems: "Таңдалған элементтер",
|
|
183
|
+
searchItems: "Элементтерді іздеу"
|
|
184
|
+
},
|
|
185
|
+
listItemActivity: {
|
|
186
|
+
you: "Сіз",
|
|
187
|
+
accessed: "бұған қол жеткізді",
|
|
188
|
+
commented: "бұған пікір қалдырды",
|
|
189
|
+
created: "бұны жасады",
|
|
190
|
+
deleted: "бұны жойды",
|
|
191
|
+
edited: "бұны өңдеді",
|
|
192
|
+
mentioned: "сізді бұнда атады",
|
|
193
|
+
moved: "бұны жылжытты",
|
|
194
|
+
renamed: "бұның атын өзгертті",
|
|
195
|
+
restored: "бұны қалпына келтірді",
|
|
196
|
+
shared: "бұны бөлісті",
|
|
197
|
+
versioned: "бұның нұсқасын жасады"
|
|
198
|
+
},
|
|
199
|
+
inputField: {
|
|
200
|
+
fieldRequired: "Бұл өріс міндетті",
|
|
201
|
+
numberRequired: "Сан қажет",
|
|
202
|
+
invalidNumber: "Жарамды сан енгізіңіз",
|
|
203
|
+
valueMustBeAtLeast: "Мән кемінде {0} болуы керек",
|
|
204
|
+
valueMustBeAtMost: "Мән ең көбі {0} болуы керек"
|
|
205
|
+
},
|
|
206
|
+
searchControl: {
|
|
207
|
+
placeholder: "Іздеу…"
|
|
208
|
+
},
|
|
209
|
+
mermaidDiagram: {
|
|
210
|
+
loading: "Диаграмма жүктелуде…",
|
|
211
|
+
errorTitle: "Диаграмма қатесі",
|
|
212
|
+
errorMessage: "Диаграмманы көрсету кезінде қате орын алды.",
|
|
213
|
+
noSource: "Диаграмма көзі берілмеген"
|
|
214
|
+
}
|
|
215
|
+
};
|
|
216
|
+
export {
|
|
217
|
+
kk
|
|
218
|
+
};
|
|
219
|
+
//# sourceMappingURL=kk-CkKXbKso.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});exports.kk={common:{loading:"Жүктелуде...",error:"Қате",noData:"Деректер жоқ",close:"Жабу",save:"Сақтау",cancel:"Болдырмау",ok:"OK",searchPlaceholder:"Іздеу..."},kpi:{noDescription:"Сипаттама қолжетімсіз",defaultTitle:"KPI",lowerIsBetter:"Төмені жақсы",higherIsBetter:"Жоғарысы жақсы",withinGoalThreshold:"Мақсат шегінде",exceedsGoalThreshold:"Мақсат шегінен асып кетті",goal:"Мақсат",progressGoal:"Мақсатқа жетудегі прогресс",maxAllowedThreshold:"Рұқсат етілген максималды шек",totalItemsInScope:"Аумақтағы жалпы элементтер",totalItems:"Total",currentValueAsPercent:"Ағымдағы мән жалпы пайыз ретінде",percentOfTotal:"%",onTrack:"Дұрыс жолда",exceedGoal:"Мақсаттан асады"},noKpis:{title:"KPI конфигурацияланбаған",subtitle:"Қолданба конфигурациясы тізімінде {highlight} конфигурациялау арқылы команда өнімділігін қадағалауды бастаңыз.",highlightText:"KPI параметрлері",configureButton:"KPI конфигурациялау"},calendar:{calendarControl:{daysOfWeek:["Жексенбі","Дүйсенбі","Сейсенбі","Сәрсенбі","Бейсенбі","Жұма","Сенбі"]},selectCalendarView:{month:"Ай",week:"Апта",day:"Күн"},eventPopoverCard:{timeSeparator:" - ",hourSuffix:"сағ"},eventDetailsPopover:{start:"Басталуы",end:"Аяқталуы",location:"Орын",attendees:"Қатысушылар",details:"Мәліметтер"},dayView:{allDay:"Күні бойы"},toolbar:{today:"Бүгін",previous:"Алдыңғы",next:"Келесі"},weekView:{allDay:"Күні бойы"},calendarMonth:{months:["Қаңтар","Ақпан","Наурыз","Сәуір","Мамыр","Маусым","Шілде","Тамыз","Қыркүйек","Қазан","Қараша","Желтоқсан"],shortMonths:["Қаң","Ақп","Нау","Сәу","Мам","Мау","Шіл","Там","Қыр","Қаз","Қар","Жел"],days:["Жексенбі","Дүйсенбі","Сейсенбі","Сәрсенбі","Бейсенбі","Жұма","Сенбі"],shortDays:["Жс","Дс","Сс","Ср","Бс","Жм","Сн"],goToToday:"Бүгінге өту"},selectWeek:{selectWeekPlaceholder:"Аптаны таңдаңыз"}},mensions:{placeholder:"Хабарлама жазыңыз...",noResults:"Нәтижелер табылмады",send:"Жіберу"},shareDialog:{title:"Бөлісу",copyLink:"Сілтемені көшіру",linkCopied:"Сілтеме көшірілді!",share:"Бөлісу",cancel:"Болдырмау"},userCard:{available:"Қол жетімді",availableIdle:"Қол жетімді, белсенді емес",away:"Жоқ",busy:"Бос емес",busyIdle:"Бос емес, белсенді емес",doNotDisturb:"Мазаламаңыз",beRightBack:"Қазір қайтамын",appearOffline:"Офлайн көріну",unknown:"Белгісіз",outOfOffice:"Кеңседен тыс",offline:"Офлайн",userAvatar:"Пайдаланушы аватары",unknownUser:"Белгісіз пайдаланушы"},appDashboard:{noDashboardsAvailable:"Қол жетімді бақылау тақталары жоқ",clickToSetSpan:"Ауқымды орнату үшін басыңыз",configure:"Конфигурациялау"},aiAssistant:{processingError:"Сұрауыңызды өңдеу кезінде қате орын алды.",noUsersFound:"Пайдаланушылар табылмады",typeAMessage:"Хабар жазыңыз"},worldMap:{loadingMapStyle:"Карта стилі жүктелуде…",coordinates:"Координаталар:",zoomIn:"Үлкейту",zoomOut:"Кішірейту",resetMap:"Картаны қалпына келтіру",reset:"Қалпына келтіру"},aiSearchControl:{placeholder:"AI-дан іздеу сұрауын жасауды сұраңыз...",notConfiguredError:"Azure OpenAI дұрыс конфигурацияланбаған. Конфигурацияны тексеріңіз.",generationError:"AI іздеу сұрауын жасау кезінде қате орын алды"},itemPicker:{placeholder:"Іздеу…",noResultsFound:"Нәтижелер табылмады",searching:"Іздеу…",loadingMore:"Тағы жүктеу…",selectedItems:"Таңдалған элементтер",searchItems:"Элементтерді іздеу"},listItemActivity:{you:"Сіз",accessed:"бұған қол жеткізді",commented:"бұған пікір қалдырды",created:"бұны жасады",deleted:"бұны жойды",edited:"бұны өңдеді",mentioned:"сізді бұнда атады",moved:"бұны жылжытты",renamed:"бұның атын өзгертті",restored:"бұны қалпына келтірді",shared:"бұны бөлісті",versioned:"бұның нұсқасын жасады"},inputField:{fieldRequired:"Бұл өріс міндетті",numberRequired:"Сан қажет",invalidNumber:"Жарамды сан енгізіңіз",valueMustBeAtLeast:"Мән кемінде {0} болуы керек",valueMustBeAtMost:"Мән ең көбі {0} болуы керек"},searchControl:{placeholder:"Іздеу…"},mermaidDiagram:{loading:"Диаграмма жүктелуде…",errorTitle:"Диаграмма қатесі",errorMessage:"Диаграмманы көрсету кезінде қате орын алды.",noSource:"Диаграмма көзі берілмеген"}};
|
|
2
|
+
//# sourceMappingURL=kk-Dn3FBkOR.cjs.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});exports.ko={common:{loading:"로딩 중...",error:"오류",noData:"데이터 없음",close:"닫기",save:"저장",cancel:"취소",ok:"확인",searchPlaceholder:"검색..."},kpi:{noDescription:"설명 없음",defaultTitle:"KPI",lowerIsBetter:"낮을수록 좋음",higherIsBetter:"높을수록 좋음",withinGoalThreshold:"목표 임계값 이내",exceedsGoalThreshold:"목표 임계값 초과",goal:"목표",progressGoal:"목표 대비 진행률",maxAllowedThreshold:"최대 허용 임계값",totalItemsInScope:"범위 내 전체 항목",totalItems:"Total",currentValueAsPercent:"전체 대비 현재 값 백분율",percentOfTotal:"%",onTrack:"정상 진행",exceedGoal:"목표 초과"},noKpis:{title:"KPI가 구성되지 않았습니다",subtitle:"앱 구성 목록에서 {highlight}을(를) 구성하여 팀 성과 추적을 시작하세요.",highlightText:"KPI 매개변수",configureButton:"KPI 구성"},calendar:{calendarControl:{daysOfWeek:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"]},selectCalendarView:{month:"월",week:"주",day:"일"},eventPopoverCard:{timeSeparator:" ~ ",hourSuffix:"시"},eventDetailsPopover:{start:"시작",end:"종료",location:"장소",attendees:"참석자",details:"세부 정보"},dayView:{allDay:"종일"},toolbar:{today:"오늘",previous:"이전",next:"다음"},weekView:{allDay:"종일"},calendarMonth:{months:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],shortMonths:["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"],days:["일요일","월요일","화요일","수요일","목요일","금요일","토요일"],shortDays:["일","월","화","수","목","금","토"],goToToday:"오늘로 이동"},selectWeek:{selectWeekPlaceholder:"주 선택"}},mensions:{placeholder:"메시지를 입력하세요...",noResults:"결과를 찾을 수 없습니다",send:"보내기"},shareDialog:{title:"공유",copyLink:"링크 복사",linkCopied:"링크가 복사되었습니다!",share:"공유",cancel:"취소"},userCard:{available:"온라인",availableIdle:"온라인, 유휴",away:"자리 비움",busy:"다른 용무 중",busyIdle:"다른 용무 중, 유휴",doNotDisturb:"방해 금지",beRightBack:"곧 돌아옴",appearOffline:"오프라인으로 표시",unknown:"알 수 없음",outOfOffice:"부재중",offline:"오프라인",userAvatar:"사용자 아바타",unknownUser:"알 수 없는 사용자"},appDashboard:{noDashboardsAvailable:"사용 가능한 대시보드 없음",clickToSetSpan:"범위를 설정하려면 클릭",configure:"구성"},aiAssistant:{processingError:"요청을 처리하는 중 오류가 발생했습니다.",noUsersFound:"사용자를 찾을 수 없습니다",typeAMessage:"메시지를 입력하세요"},worldMap:{loadingMapStyle:"지도 스타일 로드 중…",coordinates:"좌표:",zoomIn:"확대",zoomOut:"축소",resetMap:"지도 초기화",reset:"초기화"},aiSearchControl:{placeholder:"AI에게 검색 쿼리 생성을 요청하세요...",notConfiguredError:"Azure OpenAI가 올바르게 구성되지 않았습니다. 구성을 확인하세요.",generationError:"AI 검색 쿼리 생성 중 오류가 발생했습니다"},itemPicker:{placeholder:"검색…",noResultsFound:"결과를 찾을 수 없습니다",searching:"검색 중…",loadingMore:"더 불러오는 중…",selectedItems:"선택된 항목",searchItems:"항목 검색"},listItemActivity:{you:"나",accessed:"님이 이 항목에 액세스함",commented:"님이 이 항목에 댓글을 달음",created:"님이 이 항목을 만듦",deleted:"님이 이 항목을 삭제함",edited:"님이 이 항목을 편집함",mentioned:"님이 이 항목에서 나를 멘션함",moved:"님이 이 항목을 이동함",renamed:"님이 이 항목의 이름을 바꿈",restored:"님이 이 항목을 복원함",shared:"님이 이 항목을 공유함",versioned:"님이 이 항목의 버전을 만듦"},inputField:{fieldRequired:"이 필드는 필수입니다",numberRequired:"숫자가 필요합니다",invalidNumber:"유효한 숫자를 입력하세요",valueMustBeAtLeast:"값은 최소 {0}이어야 합니다",valueMustBeAtMost:"값은 최대 {0}이어야 합니다"},searchControl:{placeholder:"검색…"},mermaidDiagram:{loading:"다이어그램 로드 중…",errorTitle:"다이어그램 오류",errorMessage:"다이어그램을 렌더링하는 중 오류가 발생했습니다.",noSource:"다이어그램 소스가 제공되지 않았습니다"}};
|
|
2
|
+
//# sourceMappingURL=ko-CKAbV25b.cjs.map
|
|
@@ -0,0 +1,219 @@
|
|
|
1
|
+
const ko = {
|
|
2
|
+
"common": {
|
|
3
|
+
"loading": "로딩 중...",
|
|
4
|
+
"error": "오류",
|
|
5
|
+
"noData": "데이터 없음",
|
|
6
|
+
"close": "닫기",
|
|
7
|
+
"save": "저장",
|
|
8
|
+
"cancel": "취소",
|
|
9
|
+
"ok": "확인",
|
|
10
|
+
"searchPlaceholder": "검색..."
|
|
11
|
+
},
|
|
12
|
+
"kpi": {
|
|
13
|
+
"noDescription": "설명 없음",
|
|
14
|
+
"defaultTitle": "KPI",
|
|
15
|
+
"lowerIsBetter": "낮을수록 좋음",
|
|
16
|
+
"higherIsBetter": "높을수록 좋음",
|
|
17
|
+
"withinGoalThreshold": "목표 임계값 이내",
|
|
18
|
+
"exceedsGoalThreshold": "목표 임계값 초과",
|
|
19
|
+
"goal": "목표",
|
|
20
|
+
"progressGoal": "목표 대비 진행률",
|
|
21
|
+
"maxAllowedThreshold": "최대 허용 임계값",
|
|
22
|
+
"totalItemsInScope": "범위 내 전체 항목",
|
|
23
|
+
"totalItems": "Total",
|
|
24
|
+
"currentValueAsPercent": "전체 대비 현재 값 백분율",
|
|
25
|
+
"percentOfTotal": "%",
|
|
26
|
+
"onTrack": "정상 진행",
|
|
27
|
+
"exceedGoal": "목표 초과"
|
|
28
|
+
},
|
|
29
|
+
"noKpis": {
|
|
30
|
+
"title": "KPI가 구성되지 않았습니다",
|
|
31
|
+
"subtitle": "앱 구성 목록에서 {highlight}을(를) 구성하여 팀 성과 추적을 시작하세요.",
|
|
32
|
+
"highlightText": "KPI 매개변수",
|
|
33
|
+
"configureButton": "KPI 구성"
|
|
34
|
+
},
|
|
35
|
+
"calendar": {
|
|
36
|
+
"calendarControl": {
|
|
37
|
+
"daysOfWeek": [
|
|
38
|
+
"일요일",
|
|
39
|
+
"월요일",
|
|
40
|
+
"화요일",
|
|
41
|
+
"수요일",
|
|
42
|
+
"목요일",
|
|
43
|
+
"금요일",
|
|
44
|
+
"토요일"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
47
|
+
"selectCalendarView": {
|
|
48
|
+
"month": "월",
|
|
49
|
+
"week": "주",
|
|
50
|
+
"day": "일"
|
|
51
|
+
},
|
|
52
|
+
"eventPopoverCard": {
|
|
53
|
+
"timeSeparator": " ~ ",
|
|
54
|
+
"hourSuffix": "시"
|
|
55
|
+
},
|
|
56
|
+
"eventDetailsPopover": {
|
|
57
|
+
"start": "시작",
|
|
58
|
+
"end": "종료",
|
|
59
|
+
"location": "장소",
|
|
60
|
+
"attendees": "참석자",
|
|
61
|
+
"details": "세부 정보"
|
|
62
|
+
},
|
|
63
|
+
"dayView": {
|
|
64
|
+
"allDay": "종일"
|
|
65
|
+
},
|
|
66
|
+
"toolbar": {
|
|
67
|
+
"today": "오늘",
|
|
68
|
+
"previous": "이전",
|
|
69
|
+
"next": "다음"
|
|
70
|
+
},
|
|
71
|
+
"weekView": {
|
|
72
|
+
"allDay": "종일"
|
|
73
|
+
},
|
|
74
|
+
"calendarMonth": {
|
|
75
|
+
"months": [
|
|
76
|
+
"1월",
|
|
77
|
+
"2월",
|
|
78
|
+
"3월",
|
|
79
|
+
"4월",
|
|
80
|
+
"5월",
|
|
81
|
+
"6월",
|
|
82
|
+
"7월",
|
|
83
|
+
"8월",
|
|
84
|
+
"9월",
|
|
85
|
+
"10월",
|
|
86
|
+
"11월",
|
|
87
|
+
"12월"
|
|
88
|
+
],
|
|
89
|
+
"shortMonths": [
|
|
90
|
+
"1월",
|
|
91
|
+
"2월",
|
|
92
|
+
"3월",
|
|
93
|
+
"4월",
|
|
94
|
+
"5월",
|
|
95
|
+
"6월",
|
|
96
|
+
"7월",
|
|
97
|
+
"8월",
|
|
98
|
+
"9월",
|
|
99
|
+
"10월",
|
|
100
|
+
"11월",
|
|
101
|
+
"12월"
|
|
102
|
+
],
|
|
103
|
+
"days": [
|
|
104
|
+
"일요일",
|
|
105
|
+
"월요일",
|
|
106
|
+
"화요일",
|
|
107
|
+
"수요일",
|
|
108
|
+
"목요일",
|
|
109
|
+
"금요일",
|
|
110
|
+
"토요일"
|
|
111
|
+
],
|
|
112
|
+
"shortDays": [
|
|
113
|
+
"일",
|
|
114
|
+
"월",
|
|
115
|
+
"화",
|
|
116
|
+
"수",
|
|
117
|
+
"목",
|
|
118
|
+
"금",
|
|
119
|
+
"토"
|
|
120
|
+
],
|
|
121
|
+
"goToToday": "오늘로 이동"
|
|
122
|
+
},
|
|
123
|
+
"selectWeek": {
|
|
124
|
+
"selectWeekPlaceholder": "주 선택"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"mensions": {
|
|
128
|
+
"placeholder": "메시지를 입력하세요...",
|
|
129
|
+
"noResults": "결과를 찾을 수 없습니다",
|
|
130
|
+
"send": "보내기"
|
|
131
|
+
},
|
|
132
|
+
"shareDialog": {
|
|
133
|
+
"title": "공유",
|
|
134
|
+
"copyLink": "링크 복사",
|
|
135
|
+
"linkCopied": "링크가 복사되었습니다!",
|
|
136
|
+
"share": "공유",
|
|
137
|
+
"cancel": "취소"
|
|
138
|
+
},
|
|
139
|
+
userCard: {
|
|
140
|
+
available: "온라인",
|
|
141
|
+
availableIdle: "온라인, 유휴",
|
|
142
|
+
away: "자리 비움",
|
|
143
|
+
busy: "다른 용무 중",
|
|
144
|
+
busyIdle: "다른 용무 중, 유휴",
|
|
145
|
+
doNotDisturb: "방해 금지",
|
|
146
|
+
beRightBack: "곧 돌아옴",
|
|
147
|
+
appearOffline: "오프라인으로 표시",
|
|
148
|
+
unknown: "알 수 없음",
|
|
149
|
+
outOfOffice: "부재중",
|
|
150
|
+
offline: "오프라인",
|
|
151
|
+
userAvatar: "사용자 아바타",
|
|
152
|
+
unknownUser: "알 수 없는 사용자"
|
|
153
|
+
},
|
|
154
|
+
appDashboard: {
|
|
155
|
+
noDashboardsAvailable: "사용 가능한 대시보드 없음",
|
|
156
|
+
clickToSetSpan: "범위를 설정하려면 클릭",
|
|
157
|
+
configure: "구성"
|
|
158
|
+
},
|
|
159
|
+
aiAssistant: {
|
|
160
|
+
processingError: "요청을 처리하는 중 오류가 발생했습니다.",
|
|
161
|
+
noUsersFound: "사용자를 찾을 수 없습니다",
|
|
162
|
+
typeAMessage: "메시지를 입력하세요"
|
|
163
|
+
},
|
|
164
|
+
worldMap: {
|
|
165
|
+
loadingMapStyle: "지도 스타일 로드 중…",
|
|
166
|
+
coordinates: "좌표:",
|
|
167
|
+
zoomIn: "확대",
|
|
168
|
+
zoomOut: "축소",
|
|
169
|
+
resetMap: "지도 초기화",
|
|
170
|
+
reset: "초기화"
|
|
171
|
+
},
|
|
172
|
+
aiSearchControl: {
|
|
173
|
+
placeholder: "AI에게 검색 쿼리 생성을 요청하세요...",
|
|
174
|
+
notConfiguredError: "Azure OpenAI가 올바르게 구성되지 않았습니다. 구성을 확인하세요.",
|
|
175
|
+
generationError: "AI 검색 쿼리 생성 중 오류가 발생했습니다"
|
|
176
|
+
},
|
|
177
|
+
itemPicker: {
|
|
178
|
+
placeholder: "검색…",
|
|
179
|
+
noResultsFound: "결과를 찾을 수 없습니다",
|
|
180
|
+
searching: "검색 중…",
|
|
181
|
+
loadingMore: "더 불러오는 중…",
|
|
182
|
+
selectedItems: "선택된 항목",
|
|
183
|
+
searchItems: "항목 검색"
|
|
184
|
+
},
|
|
185
|
+
listItemActivity: {
|
|
186
|
+
you: "나",
|
|
187
|
+
accessed: "님이 이 항목에 액세스함",
|
|
188
|
+
commented: "님이 이 항목에 댓글을 달음",
|
|
189
|
+
created: "님이 이 항목을 만듦",
|
|
190
|
+
deleted: "님이 이 항목을 삭제함",
|
|
191
|
+
edited: "님이 이 항목을 편집함",
|
|
192
|
+
mentioned: "님이 이 항목에서 나를 멘션함",
|
|
193
|
+
moved: "님이 이 항목을 이동함",
|
|
194
|
+
renamed: "님이 이 항목의 이름을 바꿈",
|
|
195
|
+
restored: "님이 이 항목을 복원함",
|
|
196
|
+
shared: "님이 이 항목을 공유함",
|
|
197
|
+
versioned: "님이 이 항목의 버전을 만듦"
|
|
198
|
+
},
|
|
199
|
+
inputField: {
|
|
200
|
+
fieldRequired: "이 필드는 필수입니다",
|
|
201
|
+
numberRequired: "숫자가 필요합니다",
|
|
202
|
+
invalidNumber: "유효한 숫자를 입력하세요",
|
|
203
|
+
valueMustBeAtLeast: "값은 최소 {0}이어야 합니다",
|
|
204
|
+
valueMustBeAtMost: "값은 최대 {0}이어야 합니다"
|
|
205
|
+
},
|
|
206
|
+
searchControl: {
|
|
207
|
+
placeholder: "검색…"
|
|
208
|
+
},
|
|
209
|
+
mermaidDiagram: {
|
|
210
|
+
loading: "다이어그램 로드 중…",
|
|
211
|
+
errorTitle: "다이어그램 오류",
|
|
212
|
+
errorMessage: "다이어그램을 렌더링하는 중 오류가 발생했습니다.",
|
|
213
|
+
noSource: "다이어그램 소스가 제공되지 않았습니다"
|
|
214
|
+
}
|
|
215
|
+
};
|
|
216
|
+
export {
|
|
217
|
+
ko
|
|
218
|
+
};
|
|
219
|
+
//# sourceMappingURL=ko-QYvDV2aw.js.map
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";const e=require("lodash-es"),n=require("./graph-C7xixGrW.cjs");function r(e){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e)for(const r in e)if("default"!==r){const t=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,t.get?t:{enumerable:!0,get:()=>e[r]})}return n.default=e,Object.freeze(n)}const t=r(e);class o{constructor(){var e={};e._next=e._prev=e,this._sentinel=e}dequeue(){var e=this._sentinel,n=e._prev;if(n!==e)return a(n),n}enqueue(e){var n=this._sentinel;e._prev&&e._next&&a(e),e._next=n._next,n._next._prev=e,n._next=e,e._prev=n}toString(){for(var e=[],n=this._sentinel,r=n._prev;r!==n;)e.push(JSON.stringify(r,i)),r=r._prev;return"["+e.join(", ")+"]"}}function a(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function i(e,n){if("_next"!==e&&"_prev"!==e)return n}var c=t.constant(1);function u(e,r){if(e.nodeCount()<=1)return[];var a=function(e,r){var a=new n.Graph,i=0,c=0;t.forEach(e.nodes(),function(e){a.setNode(e,{v:e,in:0,out:0})}),t.forEach(e.edges(),function(e){var n=a.edge(e.v,e.w)||0,t=r(e),o=n+t;a.setEdge(e.v,e.w,o),c=Math.max(c,a.node(e.v).out+=t),i=Math.max(i,a.node(e.w).in+=t)});var u=t.range(c+i+3).map(function(){return new o}),d=i+1;return t.forEach(a.nodes(),function(e){f(u,d,a.node(e))}),{graph:a,buckets:u,zeroIdx:d}}(e,r||c),i=function(e,n,r){var t,o=[],a=n[n.length-1],i=n[0];for(;e.nodeCount();){for(;t=i.dequeue();)d(e,n,r,t);for(;t=a.dequeue();)d(e,n,r,t);if(e.nodeCount())for(var c=n.length-2;c>0;--c)if(t=n[c].dequeue()){o=o.concat(d(e,n,r,t,!0));break}}return o}(a.graph,a.buckets,a.zeroIdx);return t.flatten(t.map(i,function(n){return e.outEdges(n.v,n.w)}))}function d(e,n,r,o,a){var i=a?[]:void 0;return t.forEach(e.inEdges(o.v),function(t){var o=e.edge(t),c=e.node(t.v);a&&i.push({v:t.v,w:t.w}),c.out-=o,f(n,r,c)}),t.forEach(e.outEdges(o.v),function(t){var o=e.edge(t),a=t.w,i=e.node(a);i.in-=o,f(n,r,i)}),e.removeNode(o.v),i}function f(e,n,r){r.out?r.in?e[r.out-r.in+n].enqueue(r):e[e.length-1].enqueue(r):e[0].enqueue(r)}function h(e){var n,r="greedy"===e.graph().acyclicer?u(e,(n=e,function(e){return n.edge(e).weight})):function(e){var n=[],r={},o={};function a(i){Object.prototype.hasOwnProperty.call(o,i)||(o[i]=!0,r[i]=!0,t.forEach(e.outEdges(i),function(e){Object.prototype.hasOwnProperty.call(r,e.w)?n.push(e):a(e.w)}),delete r[i])}return t.forEach(e.nodes(),a),n}(e);t.forEach(r,function(n){var r=e.edge(n);e.removeEdge(n),r.forwardName=n.name,r.reversed=!0,e.setEdge(n.w,n.v,r,t.uniqueId("rev"))})}function s(e,n,r,o){var a;do{a=t.uniqueId(o)}while(e.hasNode(a));return r.dummy=n,e.setNode(a,r),a}function g(e){var r=new n.Graph({multigraph:e.isMultigraph()}).setGraph(e.graph());return t.forEach(e.nodes(),function(n){e.children(n).length||r.setNode(n,e.node(n))}),t.forEach(e.edges(),function(n){r.setEdge(n,e.edge(n))}),r}function l(e,n){var r,t,o=e.x,a=e.y,i=n.x-o,c=n.y-a,u=e.width/2,d=e.height/2;if(!i&&!c)throw new Error("Not possible to find intersection inside of the rectangle");return Math.abs(c)*u>Math.abs(i)*d?(c<0&&(d=-d),r=d*i/c,t=d):(i<0&&(u=-u),r=u,t=u*c/i),{x:o+r,y:a+t}}function v(e){var n=t.map(t.range(m(e)+1),function(){return[]});return t.forEach(e.nodes(),function(r){var o=e.node(r),a=o.rank;t.isUndefined(a)||(n[a][o.order]=r)}),n}function p(e,n,r,t){var o={width:0,height:0};return arguments.length>=4&&(o.rank=r,o.order=t),s(e,"border",o,n)}function m(e){return t.max(t.map(e.nodes(),function(n){var r=e.node(n).rank;if(!t.isUndefined(r))return r}))}function w(e,n){return n()}function E(e,n,r,t,o,a){var i={width:0,height:0,rank:a,borderType:n},c=o[n][a-1],u=s(e,"border",i,r);o[n][a]=u,e.setParent(u,t),c&&e.setEdge(c,u,{weight:1})}function b(e){var n=e.graph().rankdir.toLowerCase();"bt"!==n&&"rl"!==n||function(e){t.forEach(e.nodes(),function(n){k(e.node(n))}),t.forEach(e.edges(),function(n){var r=e.edge(n);t.forEach(r.points,k),Object.prototype.hasOwnProperty.call(r,"y")&&k(r)})}(e),"lr"!==n&&"rl"!==n||(!function(e){t.forEach(e.nodes(),function(n){O(e.node(n))}),t.forEach(e.edges(),function(n){var r=e.edge(n);t.forEach(r.points,O),Object.prototype.hasOwnProperty.call(r,"x")&&O(r)})}(e),y(e))}function y(e){t.forEach(e.nodes(),function(n){x(e.node(n))}),t.forEach(e.edges(),function(n){x(e.edge(n))})}function x(e){var n=e.width;e.width=e.height,e.height=n}function k(e){e.y=-e.y}function O(e){var n=e.x;e.x=e.y,e.y=n}function N(e){e.graph().dummyChains=[],t.forEach(e.edges(),function(n){!function(e,n){var r=n.v,t=e.node(r).rank,o=n.w,a=e.node(o).rank,i=n.name,c=e.edge(n),u=c.labelRank;if(a===t+1)return;e.removeEdge(n);var d,f,h=void 0;for(f=0,++t;t<a;++f,++t)c.points=[],d=s(e,"edge",h={width:0,height:0,edgeLabel:c,edgeObj:n,rank:t},"_d"),t===u&&(h.width=c.width,h.height=c.height,h.dummy="edge-label",h.labelpos=c.labelpos),e.setEdge(r,d,{weight:c.weight},i),0===f&&e.graph().dummyChains.push(d),r=d;e.setEdge(r,o,{weight:c.weight},i)}(e,n)})}function I(e){var n={};t.forEach(e.sources(),function r(o){var a=e.node(o);if(Object.prototype.hasOwnProperty.call(n,o))return a.rank;n[o]=!0;var i=t.min(t.map(e.outEdges(o),function(n){return r(n.w)-e.edge(n).minlen}));return i!==Number.POSITIVE_INFINITY&&null!=i||(i=0),a.rank=i})}function _(e,n){return e.node(n.w).rank-e.node(n.v).rank-e.edge(n).minlen}function P(e){var r,t,o=new n.Graph({directed:!1}),a=e.nodes()[0],i=e.nodeCount();for(o.setNode(a,{});j(o,e)<i;)r=R(o,e),t=o.hasNode(r.v)?_(e,r):-_(e,r),T(o,e,t);return o}function j(e,n){return t.forEach(e.nodes(),function r(o){t.forEach(n.nodeEdges(o),function(t){var a=t.v,i=o===a?t.w:a;e.hasNode(i)||_(n,t)||(e.setNode(i,{}),e.setEdge(o,i,{}),r(i))})}),e.nodeCount()}function R(e,n){return t.minBy(n.edges(),function(r){if(e.hasNode(r.v)!==e.hasNode(r.w))return _(n,r)})}function T(e,n,r){t.forEach(e.nodes(),function(e){n.node(e).rank+=r})}function M(e,n,r){t.isArray(n)||(n=[n]);var o=(e.isDirected()?e.successors:e.neighbors).bind(e),a=[],i={};return t.each(n,function(n){if(!e.hasNode(n))throw new Error("Graph does not have node: "+n);L(e,n,"post"===r,i,o,a)}),a}function L(e,n,r,o,a,i){Object.prototype.hasOwnProperty.call(o,n)||(o[n]=!0,r||i.push(n),t.each(a(n),function(n){L(e,n,r,o,a,i)}),r&&i.push(n))}function C(e){e=function(e){var r=(new n.Graph).setGraph(e.graph());return t.forEach(e.nodes(),function(n){r.setNode(n,e.node(n))}),t.forEach(e.edges(),function(n){var t=r.edge(n.v,n.w)||{weight:0,minlen:1},o=e.edge(n);r.setEdge(n.v,n.w,{weight:t.weight+o.weight,minlen:Math.max(t.minlen,o.minlen)})}),r}(e),I(e);var r,o=P(e);for(B(o),G(o,e);r=q(o);)U(o,e,r,F(o,e,r))}function G(e,n){var r=function(e,n){return M(e,n,"post")}(e,e.nodes());r=r.slice(0,r.length-1),t.forEach(r,function(r){!function(e,n,r){var t=e.node(r),o=t.parent;e.edge(r,o).cutvalue=S(e,n,r)}(e,n,r)})}function S(e,n,r){var o=e.node(r).parent,a=!0,i=n.edge(r,o),c=0;return i||(a=!1,i=n.edge(o,r)),c=i.weight,t.forEach(n.nodeEdges(r),function(t){var i,u,d=t.v===r,f=d?t.w:t.v;if(f!==o){var h=d===a,s=n.edge(t).weight;if(c+=h?s:-s,i=r,u=f,e.hasEdge(i,u)){var g=e.edge(r,f).cutvalue;c+=h?-g:g}}}),c}function B(e,n){arguments.length<2&&(n=e.nodes()[0]),V(e,{},1,n)}function V(e,n,r,o,a){var i=r,c=e.node(o);return n[o]=!0,t.forEach(e.neighbors(o),function(t){Object.prototype.hasOwnProperty.call(n,t)||(r=V(e,n,r,t,o))}),c.low=i,c.lim=r++,a?c.parent=a:delete c.parent,r}function q(e){return t.find(e.edges(),function(n){return e.edge(n).cutvalue<0})}function F(e,n,r){var o=r.v,a=r.w;n.hasEdge(o,a)||(o=r.w,a=r.v);var i=e.node(o),c=e.node(a),u=i,d=!1;i.lim>c.lim&&(u=c,d=!0);var f=t.filter(n.edges(),function(n){return d===Y(e,e.node(n.v),u)&&d!==Y(e,e.node(n.w),u)});return t.minBy(f,function(e){return _(n,e)})}function U(e,n,r,o){var a=r.v,i=r.w;e.removeEdge(a,i),e.setEdge(o.v,o.w,{}),B(e),G(e,n),function(e,n){var r=t.find(e.nodes(),function(e){return!n.node(e).parent}),o=function(e,n){return M(e,n,"pre")}(e,r);o=o.slice(1),t.forEach(o,function(r){var t=e.node(r).parent,o=n.edge(r,t),a=!1;o||(o=n.edge(t,r),a=!0),n.node(r).rank=n.node(t).rank+(a?o.minlen:-o.minlen)})}(e,n)}function Y(e,n,r){return r.low<=n.lim&&n.lim<=r.lim}function z(e){switch(e.graph().ranker){case"network-simplex":default:A(e);break;case"tight-tree":!function(e){I(e),P(e)}(e);break;case"longest-path":D(e)}}t.constant(1),t.constant(1),new Error,C.initLowLimValues=B,C.initCutValues=G,C.calcCutValue=S,C.leaveEdge=q,C.enterEdge=F,C.exchangeEdges=U;var D=I;function A(e){C(e)}function J(e){var n=s(e,"root",{},"_root"),r=function(e){var n={};function r(o,a){var i=e.children(o);i&&i.length&&t.forEach(i,function(e){r(e,a+1)}),n[o]=a}return t.forEach(e.children(),function(e){r(e,1)}),n}(e),o=t.max(t.values(r))-1,a=2*o+1;e.graph().nestingRoot=n,t.forEach(e.edges(),function(n){e.edge(n).minlen*=a});var i=function(e){return t.reduce(e.edges(),function(n,r){return n+e.edge(r).weight},0)}(e)+1;t.forEach(e.children(),function(t){H(e,n,a,i,o,r,t)}),e.graph().nodeRankFactor=a}function H(e,n,r,o,a,i,c){var u=e.children(c);if(u.length){var d=p(e,"_bt"),f=p(e,"_bb"),h=e.node(c);e.setParent(d,c),h.borderTop=d,e.setParent(f,c),h.borderBottom=f,t.forEach(u,function(t){H(e,n,r,o,a,i,t);var u=e.node(t),h=u.borderTop?u.borderTop:t,s=u.borderBottom?u.borderBottom:t,g=u.borderTop?o:2*o,l=h!==s?1:a-i[c]+1;e.setEdge(d,h,{weight:g,minlen:l,nestingEdge:!0}),e.setEdge(s,f,{weight:g,minlen:l,nestingEdge:!0})}),e.parent(c)||e.setEdge(n,d,{weight:0,minlen:a+i[c]})}else c!==n&&e.setEdge(n,c,{weight:0,minlen:r})}function K(e,r,o){var a=function(e){var n;for(;e.hasNode(n=t.uniqueId("_root")););return n}(e),i=new n.Graph({compound:!0}).setGraph({root:a}).setDefaultNodeLabel(function(n){return e.node(n)});return t.forEach(e.nodes(),function(n){var c=e.node(n),u=e.parent(n);(c.rank===r||c.minRank<=r&&r<=c.maxRank)&&(i.setNode(n),i.setParent(n,u||a),t.forEach(e[o](n),function(r){var o=r.v===n?r.w:r.v,a=i.edge(o,n),c=t.isUndefined(a)?0:a.weight;i.setEdge(o,n,{weight:e.edge(r).weight+c})}),Object.prototype.hasOwnProperty.call(c,"minRank")&&i.setNode(n,{borderLeft:c.borderLeft[r],borderRight:c.borderRight[r]}))}),i}function Q(e,n){for(var r=0,t=1;t<n.length;++t)r+=W(e,n[t-1],n[t]);return r}function W(e,n,r){for(var o=t.zipObject(r,t.map(r,function(e,n){return n})),a=t.flatten(t.map(n,function(n){return t.sortBy(t.map(e.outEdges(n),function(n){return{pos:o[n.w],weight:e.edge(n).weight}}),"pos")})),i=1;i<r.length;)i<<=1;var c=2*i-1;i-=1;var u=t.map(new Array(c),function(){return 0}),d=0;return t.forEach(a.forEach(function(e){var n=e.pos+i;u[n]+=e.weight;for(var r=0;n>0;)n%2&&(r+=u[n+1]),u[n=n-1>>1]+=e.weight;d+=e.weight*r})),d}function X(e,n){var r={};return t.forEach(e,function(e,n){var o=r[e.v]={indegree:0,in:[],out:[],vs:[e.v],i:n};t.isUndefined(e.barycenter)||(o.barycenter=e.barycenter,o.weight=e.weight)}),t.forEach(n.edges(),function(e){var n=r[e.v],o=r[e.w];t.isUndefined(n)||t.isUndefined(o)||(o.indegree++,n.out.push(r[e.w]))}),function(e){var n=[];function r(e){return function(n){n.merged||(t.isUndefined(n.barycenter)||t.isUndefined(e.barycenter)||n.barycenter>=e.barycenter)&&function(e,n){var r=0,t=0;e.weight&&(r+=e.barycenter*e.weight,t+=e.weight);n.weight&&(r+=n.barycenter*n.weight,t+=n.weight);e.vs=n.vs.concat(e.vs),e.barycenter=r/t,e.weight=t,e.i=Math.min(n.i,e.i),n.merged=!0}(e,n)}}function o(n){return function(r){r.in.push(n),0===--r.indegree&&e.push(r)}}for(;e.length;){var a=e.pop();n.push(a),t.forEach(a.in.reverse(),r(a)),t.forEach(a.out,o(a))}return t.map(t.filter(n,function(e){return!e.merged}),function(e){return t.pick(e,["vs","i","barycenter","weight"])})}(t.filter(r,function(e){return!e.indegree}))}function Z(e,n){var r,o=function(e,n){var r={lhs:[],rhs:[]};return t.forEach(e,function(e){n(e)?r.lhs.push(e):r.rhs.push(e)}),r}(e,function(e){return Object.prototype.hasOwnProperty.call(e,"barycenter")}),a=o.lhs,i=t.sortBy(o.rhs,function(e){return-e.i}),c=[],u=0,d=0,f=0;a.sort((r=!!n,function(e,n){return e.barycenter<n.barycenter?-1:e.barycenter>n.barycenter?1:r?n.i-e.i:e.i-n.i})),f=$(c,i,f),t.forEach(a,function(e){f+=e.vs.length,c.push(e.vs),u+=e.barycenter*e.weight,d+=e.weight,f=$(c,i,f)});var h={vs:t.flatten(c)};return d&&(h.barycenter=u/d,h.weight=d),h}function $(e,n,r){for(var o;n.length&&(o=t.last(n)).i<=r;)n.pop(),e.push(o.vs),r++;return r}function ee(e,n,r,o){var a=e.children(n),i=e.node(n),c=i?i.borderLeft:void 0,u=i?i.borderRight:void 0,d={};c&&(a=t.filter(a,function(e){return e!==c&&e!==u}));var f=function(e,n){return t.map(n,function(n){var r=e.inEdges(n);if(r.length){var o=t.reduce(r,function(n,r){var t=e.edge(r),o=e.node(r.v);return{sum:n.sum+t.weight*o.order,weight:n.weight+t.weight}},{sum:0,weight:0});return{v:n,barycenter:o.sum/o.weight,weight:o.weight}}return{v:n}})}(e,a);t.forEach(f,function(n){if(e.children(n.v).length){var a=ee(e,n.v,r,o);d[n.v]=a,Object.prototype.hasOwnProperty.call(a,"barycenter")&&(i=n,c=a,t.isUndefined(i.barycenter)?(i.barycenter=c.barycenter,i.weight=c.weight):(i.barycenter=(i.barycenter*i.weight+c.barycenter*c.weight)/(i.weight+c.weight),i.weight+=c.weight))}var i,c});var h=X(f,r);!function(e,n){t.forEach(e,function(e){e.vs=t.flatten(e.vs.map(function(e){return n[e]?n[e].vs:e}))})}(h,d);var s=Z(h,o);if(c&&(s.vs=t.flatten([c,s.vs,u]),e.predecessors(c).length)){var g=e.node(e.predecessors(c)[0]),l=e.node(e.predecessors(u)[0]);Object.prototype.hasOwnProperty.call(s,"barycenter")||(s.barycenter=0,s.weight=0),s.barycenter=(s.barycenter*s.weight+g.order+l.order)/(s.weight+2),s.weight+=2}return s}function ne(e){var n=m(e),r=re(e,t.range(1,n+1),"inEdges"),o=re(e,t.range(n-1,-1,-1),"outEdges"),a=function(e){var n={},r=t.filter(e.nodes(),function(n){return!e.children(n).length}),o=t.max(t.map(r,function(n){return e.node(n).rank})),a=t.map(t.range(o+1),function(){return[]}),i=t.sortBy(r,function(n){return e.node(n).rank});return t.forEach(i,function r(o){if(!t.has(n,o)){n[o]=!0;var i=e.node(o);a[i.rank].push(o),t.forEach(e.successors(o),r)}}),a}(e);oe(e,a);for(var i,c=Number.POSITIVE_INFINITY,u=0,d=0;d<4;++u,++d){te(u%2?r:o,u%4>=2);var f=Q(e,a=v(e));f<c&&(d=0,i=t.cloneDeep(a),c=f)}oe(e,i)}function re(e,n,r){return t.map(n,function(n){return K(e,n,r)})}function te(e,r){var o=new n.Graph;t.forEach(e,function(e){var n=e.graph().root,a=ee(e,n,o,r);t.forEach(a.vs,function(n,r){e.node(n).order=r}),function(e,n,r){var o,a={};t.forEach(r,function(r){for(var t,i,c=e.parent(r);c;){if((t=e.parent(c))?(i=a[t],a[t]=c):(i=o,o=c),i&&i!==c)return void n.setEdge(i,c);c=t}})}(e,o,a.vs)})}function oe(e,n){t.forEach(n,function(n){t.forEach(n,function(n,r){e.node(n).order=r})})}function ae(e){var n=function(e){var n={},r=0;function o(a){var i=r;t.forEach(e.children(a),o),n[a]={low:i,lim:r++}}return t.forEach(e.children(),o),n}(e);t.forEach(e.graph().dummyChains,function(r){for(var t=e.node(r),o=t.edgeObj,a=function(e,n,r,t){var o,a,i=[],c=[],u=Math.min(n[r].low,n[t].low),d=Math.max(n[r].lim,n[t].lim);o=r;do{o=e.parent(o),i.push(o)}while(o&&(n[o].low>u||d>n[o].lim));a=o,o=t;for(;(o=e.parent(o))!==a;)c.push(o);return{path:i.concat(c.reverse()),lca:a}}(e,n,o.v,o.w),i=a.path,c=a.lca,u=0,d=i[u],f=!0;r!==o.w;){if(t=e.node(r),f){for(;(d=i[u])!==c&&e.node(d).maxRank<t.rank;)u++;d===c&&(f=!1)}if(!f){for(;u<i.length-1&&e.node(d=i[u+1]).minRank<=t.rank;)u++;d=i[u]}e.setParent(r,d),r=e.successors(r)[0]}})}function ie(e,n){var r={};return t.reduce(n,function(n,o){var a=0,i=0,c=n.length,u=t.last(o);return t.forEach(o,function(n,d){var f=function(e,n){if(e.node(n).dummy)return t.find(e.predecessors(n),function(n){return e.node(n).dummy})}(e,n),h=f?e.node(f).order:c;(f||n===u)&&(t.forEach(o.slice(i,d+1),function(n){t.forEach(e.predecessors(n),function(t){var o=e.node(t),i=o.order;!(i<a||h<i)||o.dummy&&e.node(n).dummy||ce(r,t,n)})}),i=d+1,a=h)}),o}),r}function ce(e,n,r){if(n>r){var t=n;n=r,r=t}Object.prototype.hasOwnProperty.call(e,n)||Object.defineProperty(e,n,{enumerable:!0,configurable:!0,value:{},writable:!0});var o=e[n];Object.defineProperty(o,r,{enumerable:!0,configurable:!0,value:!0,writable:!0})}function ue(e,n,r){if(n>r){var t=n;n=r,r=t}return!!e[n]&&Object.prototype.hasOwnProperty.call(e[n],r)}function de(e,r,o,a,i){var c={},u=function(e,r,o,a){var i=new n.Graph,c=e.graph(),u=function(e,n,r){return function(t,o,a){var i,c=t.node(o),u=t.node(a),d=0;if(d+=c.width/2,Object.prototype.hasOwnProperty.call(c,"labelpos"))switch(c.labelpos.toLowerCase()){case"l":i=-c.width/2;break;case"r":i=c.width/2}if(i&&(d+=r?i:-i),i=0,d+=(c.dummy?n:e)/2,d+=(u.dummy?n:e)/2,d+=u.width/2,Object.prototype.hasOwnProperty.call(u,"labelpos"))switch(u.labelpos.toLowerCase()){case"l":i=u.width/2;break;case"r":i=-u.width/2}return i&&(d+=r?i:-i),i=0,d}}(c.nodesep,c.edgesep,a);return t.forEach(r,function(n){var r;t.forEach(n,function(n){var t=o[n];if(i.setNode(t),r){var a=o[r],c=i.edge(a,t);i.setEdge(a,t,Math.max(u(e,n,r),c||0))}r=n})}),i}(e,r,o,i),d=i?"borderLeft":"borderRight";function f(e,n){for(var r=u.nodes(),t=r.pop(),o={};t;)o[t]?e(t):(o[t]=!0,r.push(t),r=r.concat(n(t))),t=r.pop()}return f(function(e){c[e]=u.inEdges(e).reduce(function(e,n){return Math.max(e,c[n.v]+u.edge(n))},0)},u.predecessors.bind(u)),f(function(n){var r=u.outEdges(n).reduce(function(e,n){return Math.min(e,c[n.w]-u.edge(n))},Number.POSITIVE_INFINITY),t=e.node(n);r!==Number.POSITIVE_INFINITY&&t.borderType!==d&&(c[n]=Math.max(c[n],r))},u.successors.bind(u)),t.forEach(a,function(e){c[e]=c[o[e]]}),c}function fe(e){var n,r=v(e),o=t.merge(ie(e,r),function(e,n){var r={};function o(n,o,a,i,c){var u;t.forEach(t.range(o,a),function(o){u=n[o],e.node(u).dummy&&t.forEach(e.predecessors(u),function(n){var t=e.node(n);t.dummy&&(t.order<i||t.order>c)&&ce(r,n,u)})})}return t.reduce(n,function(n,r){var a,i=-1,c=0;return t.forEach(r,function(t,u){if("border"===e.node(t).dummy){var d=e.predecessors(t);d.length&&(a=e.node(d[0]).order,o(r,c,u,i,a),c=u,i=a)}o(r,c,r.length,a,n.length)}),r}),r}(e,r)),a={};t.forEach(["u","d"],function(i){n="u"===i?r:t.values(r).reverse(),t.forEach(["l","r"],function(r){"r"===r&&(n=t.map(n,function(e){return t.values(e).reverse()}));var c=("u"===i?e.predecessors:e.successors).bind(e),u=function(e,n,r,o){var a={},i={},c={};return t.forEach(n,function(e){t.forEach(e,function(e,n){a[e]=e,i[e]=e,c[e]=n})}),t.forEach(n,function(e){var n=-1;t.forEach(e,function(e){var u=o(e);if(u.length)for(var d=((u=t.sortBy(u,function(e){return c[e]})).length-1)/2,f=Math.floor(d),h=Math.ceil(d);f<=h;++f){var s=u[f];i[e]===e&&n<c[s]&&!ue(r,e,s)&&(i[s]=e,i[e]=a[e]=a[s],n=c[s])}})}),{root:a,align:i}}(0,n,o,c),d=de(e,n,u.root,u.align,"r"===r);"r"===r&&(d=t.mapValues(d,function(e){return-e})),a[i+r]=d})});var i=function(e,n){return t.minBy(t.values(n),function(n){var r=Number.NEGATIVE_INFINITY,o=Number.POSITIVE_INFINITY;return t.forIn(n,function(n,t){var a=function(e,n){return e.node(n).width}(e,t)/2;r=Math.max(n+a,r),o=Math.min(n-a,o)}),r-o})}(e,a);return function(e,n){var r=t.values(n),o=t.min(r),a=t.max(r);t.forEach(["u","d"],function(r){t.forEach(["l","r"],function(i){var c,u=r+i,d=e[u];if(d!==n){var f=t.values(d);(c="l"===i?o-t.min(f):a-t.max(f))&&(e[u]=t.mapValues(d,function(e){return e+c}))}})})}(a,i),function(e,n){return t.mapValues(e.ul,function(r,o){if(n)return e[n.toLowerCase()][o];var a=t.sortBy(t.map(e,o));return(a[1]+a[2])/2})}(a,e.graph().align)}function he(e){(function(e){var n=v(e),r=e.graph().ranksep,o=0;t.forEach(n,function(n){var a=t.max(t.map(n,function(n){return e.node(n).height}));t.forEach(n,function(n){e.node(n).y=o+a/2}),o+=a+r})})(e=g(e)),t.forOwn(fe(e),function(n,r){e.node(r).x=n})}var se=["nodesep","edgesep","ranksep","marginx","marginy"],ge={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},le=["acyclicer","ranker","rankdir","align"],ve=["width","height"],pe={width:0,height:0},me=["minlen","weight","width","height","labeloffset"],we={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},Ee=["labelpos"];function be(e,n){return t.mapValues(t.pick(e,n),Number)}function ye(e){var n={};return t.forEach(e,function(e,r){n[r.toLowerCase()]=e}),n}exports.layout=function(e,r){var o=w;o("layout",()=>{var r=o(" buildLayoutGraph",()=>function(e){var r=new n.Graph({multigraph:!0,compound:!0}),o=ye(e.graph());return r.setGraph(t.merge({},ge,be(o,se),t.pick(o,le))),t.forEach(e.nodes(),function(n){var o=ye(e.node(n));r.setNode(n,t.defaults(be(o,ve),pe)),r.setParent(n,e.parent(n))}),t.forEach(e.edges(),function(n){var o=ye(e.edge(n));r.setEdge(n,t.merge({},we,be(o,me),t.pick(o,Ee)))}),r}(e));o(" runLayout",()=>function(e,n){n(" makeSpaceForEdgeLabels",()=>function(e){var n=e.graph();n.ranksep/=2,t.forEach(e.edges(),function(r){var t=e.edge(r);t.minlen*=2,"c"!==t.labelpos.toLowerCase()&&("TB"===n.rankdir||"BT"===n.rankdir?t.width+=t.labeloffset:t.height+=t.labeloffset)})}(e)),n(" removeSelfEdges",()=>function(e){t.forEach(e.edges(),function(n){if(n.v===n.w){var r=e.node(n.v);r.selfEdges||(r.selfEdges=[]),r.selfEdges.push({e:n,label:e.edge(n)}),e.removeEdge(n)}})}(e)),n(" acyclic",()=>h(e)),n(" nestingGraph.run",()=>J(e)),n(" rank",()=>z(g(e))),n(" injectEdgeLabelProxies",()=>function(e){t.forEach(e.edges(),function(n){var r=e.edge(n);if(r.width&&r.height){var t=e.node(n.v),o={rank:(e.node(n.w).rank-t.rank)/2+t.rank,e:n};s(e,"edge-proxy",o,"_ep")}})}(e)),n(" removeEmptyRanks",()=>function(e){var n=t.min(t.map(e.nodes(),function(n){return e.node(n).rank})),r=[];t.forEach(e.nodes(),function(t){var o=e.node(t).rank-n;r[o]||(r[o]=[]),r[o].push(t)});var o=0,a=e.graph().nodeRankFactor;t.forEach(r,function(n,r){t.isUndefined(n)&&r%a!==0?--o:o&&t.forEach(n,function(n){e.node(n).rank+=o})})}(e)),n(" nestingGraph.cleanup",()=>function(e){var n=e.graph();e.removeNode(n.nestingRoot),delete n.nestingRoot,t.forEach(e.edges(),function(n){e.edge(n).nestingEdge&&e.removeEdge(n)})}(e)),n(" normalizeRanks",()=>function(e){var n=t.min(t.map(e.nodes(),function(n){return e.node(n).rank}));t.forEach(e.nodes(),function(r){var o=e.node(r);t.has(o,"rank")&&(o.rank-=n)})}(e)),n(" assignRankMinMax",()=>function(e){var n=0;t.forEach(e.nodes(),function(r){var o=e.node(r);o.borderTop&&(o.minRank=e.node(o.borderTop).rank,o.maxRank=e.node(o.borderBottom).rank,n=t.max(n,o.maxRank))}),e.graph().maxRank=n}(e)),n(" removeEdgeLabelProxies",()=>function(e){t.forEach(e.nodes(),function(n){var r=e.node(n);"edge-proxy"===r.dummy&&(e.edge(r.e).labelRank=r.rank,e.removeNode(n))})}(e)),n(" normalize.run",()=>N(e)),n(" parentDummyChains",()=>ae(e)),n(" addBorderSegments",()=>function(e){t.forEach(e.children(),function n(r){var o=e.children(r),a=e.node(r);if(o.length&&t.forEach(o,n),Object.prototype.hasOwnProperty.call(a,"minRank")){a.borderLeft=[],a.borderRight=[];for(var i=a.minRank,c=a.maxRank+1;i<c;++i)E(e,"borderLeft","_bl",r,a,i),E(e,"borderRight","_br",r,a,i)}})}(e)),n(" order",()=>ne(e)),n(" insertSelfEdges",()=>function(e){var n=v(e);t.forEach(n,function(n){var r=0;t.forEach(n,function(n,o){var a=e.node(n);a.order=o+r,t.forEach(a.selfEdges,function(n){s(e,"selfedge",{width:n.label.width,height:n.label.height,rank:a.rank,order:o+ ++r,e:n.e,label:n.label},"_se")}),delete a.selfEdges})})}(e)),n(" adjustCoordinateSystem",()=>function(e){var n=e.graph().rankdir.toLowerCase();"lr"!==n&&"rl"!==n||y(e)}(e)),n(" position",()=>he(e)),n(" positionSelfEdges",()=>function(e){t.forEach(e.nodes(),function(n){var r=e.node(n);if("selfedge"===r.dummy){var t=e.node(r.e.v),o=t.x+t.width/2,a=t.y,i=r.x-o,c=t.height/2;e.setEdge(r.e,r.label),e.removeNode(n),r.label.points=[{x:o+2*i/3,y:a-c},{x:o+5*i/6,y:a-c},{x:o+i,y:a},{x:o+5*i/6,y:a+c},{x:o+2*i/3,y:a+c}],r.label.x=r.x,r.label.y=r.y}})}(e)),n(" removeBorderNodes",()=>function(e){t.forEach(e.nodes(),function(n){if(e.children(n).length){var r=e.node(n),o=e.node(r.borderTop),a=e.node(r.borderBottom),i=e.node(t.last(r.borderLeft)),c=e.node(t.last(r.borderRight));r.width=Math.abs(c.x-i.x),r.height=Math.abs(a.y-o.y),r.x=i.x+r.width/2,r.y=o.y+r.height/2}}),t.forEach(e.nodes(),function(n){"border"===e.node(n).dummy&&e.removeNode(n)})}(e)),n(" normalize.undo",()=>function(e){t.forEach(e.graph().dummyChains,function(n){var r,t=e.node(n),o=t.edgeLabel;for(e.setEdge(t.edgeObj,o);t.dummy;)r=e.successors(n)[0],e.removeNode(n),o.points.push({x:t.x,y:t.y}),"edge-label"===t.dummy&&(o.x=t.x,o.y=t.y,o.width=t.width,o.height=t.height),n=r,t=e.node(n)})}(e)),n(" fixupEdgeLabelCoords",()=>function(e){t.forEach(e.edges(),function(n){var r=e.edge(n);if(Object.prototype.hasOwnProperty.call(r,"x"))switch("l"!==r.labelpos&&"r"!==r.labelpos||(r.width-=r.labeloffset),r.labelpos){case"l":r.x-=r.width/2+r.labeloffset;break;case"r":r.x+=r.width/2+r.labeloffset}})}(e)),n(" undoCoordinateSystem",()=>b(e)),n(" translateGraph",()=>function(e){var n=Number.POSITIVE_INFINITY,r=0,o=Number.POSITIVE_INFINITY,a=0,i=e.graph(),c=i.marginx||0,u=i.marginy||0;function d(e){var t=e.x,i=e.y,c=e.width,u=e.height;n=Math.min(n,t-c/2),r=Math.max(r,t+c/2),o=Math.min(o,i-u/2),a=Math.max(a,i+u/2)}t.forEach(e.nodes(),function(n){d(e.node(n))}),t.forEach(e.edges(),function(n){var r=e.edge(n);Object.prototype.hasOwnProperty.call(r,"x")&&d(r)}),n-=c,o-=u,t.forEach(e.nodes(),function(r){var t=e.node(r);t.x-=n,t.y-=o}),t.forEach(e.edges(),function(r){var a=e.edge(r);t.forEach(a.points,function(e){e.x-=n,e.y-=o}),Object.prototype.hasOwnProperty.call(a,"x")&&(a.x-=n),Object.prototype.hasOwnProperty.call(a,"y")&&(a.y-=o)}),i.width=r-n+c,i.height=a-o+u}(e)),n(" assignNodeIntersects",()=>function(e){t.forEach(e.edges(),function(n){var r,t,o=e.edge(n),a=e.node(n.v),i=e.node(n.w);o.points?(r=o.points[0],t=o.points[o.points.length-1]):(o.points=[],r=i,t=a),o.points.unshift(l(a,r)),o.points.push(l(i,t))})}(e)),n(" reversePoints",()=>function(e){t.forEach(e.edges(),function(n){var r=e.edge(n);r.reversed&&r.points.reverse()})}(e)),n(" acyclic.undo",()=>function(e){t.forEach(e.edges(),function(n){var r=e.edge(n);if(r.reversed){e.removeEdge(n);var t=r.forwardName;delete r.reversed,delete r.forwardName,e.setEdge(n.w,n.v,r,t)}})}(e))}(r,o)),o(" updateInputGraph",()=>function(e,n){t.forEach(e.nodes(),function(r){var t=e.node(r),o=n.node(r);t&&(t.x=o.x,t.y=o.y,n.children(r).length&&(t.width=o.width,t.height=o.height))}),t.forEach(e.edges(),function(r){var t=e.edge(r),o=n.edge(r);t.points=o.points,Object.prototype.hasOwnProperty.call(o,"x")&&(t.x=o.x,t.y=o.y)}),e.graph().width=n.graph().width,e.graph().height=n.graph().height}(e,r))})};
|
|
2
|
+
//# sourceMappingURL=layout-D6yO7DzL.cjs.map
|