@nqlib/nqui 0.3.3 → 0.4.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/README.md +20 -2
- package/dist/button-CYFTFDKe.cjs +1 -0
- package/dist/button-nJvDl3w8.js +44 -0
- package/dist/calendar.cjs.js +1 -0
- package/dist/calendar.es.js +6 -0
- package/dist/carousel-DEyyJi49.js +179 -0
- package/dist/carousel-Dhhz8m5V.cjs +1 -0
- package/dist/carousel.cjs.js +1 -0
- package/dist/carousel.es.js +8 -0
- package/dist/command-palette-UHk8zZOg.cjs +45 -0
- package/dist/command-palette-d-TrdBsM.js +1778 -0
- package/dist/command.cjs.js +1 -0
- package/dist/command.es.js +13 -0
- package/dist/components/custom/color-picker.d.ts.map +1 -1
- package/dist/components/custom/command-palette.d.ts.map +1 -1
- package/dist/components/custom/enhanced-checkbox.d.ts +1 -1
- package/dist/components/custom/enhanced-checkbox.d.ts.map +1 -1
- package/dist/components/custom/enhanced-combobox.d.ts +1 -1
- package/dist/components/custom/enhanced-combobox.d.ts.map +1 -1
- package/dist/components/custom/enhanced-radio-group.d.ts.map +1 -1
- package/dist/components/custom/enhanced-scroll-area.d.ts +12 -0
- package/dist/components/custom/enhanced-scroll-area.d.ts.map +1 -1
- package/dist/components/custom/enhanced-tabs.d.ts.map +1 -1
- package/dist/components/debug/debug-panel.d.ts.map +1 -1
- package/dist/components/debug/magnifier.d.ts.map +1 -1
- package/dist/components/debug/ui-tester.d.ts.map +1 -1
- package/dist/components/ui/breadcrumb.d.ts.map +1 -1
- package/dist/components/ui/button-group.d.ts.map +1 -1
- package/dist/components/ui/checkbox.d.ts.map +1 -1
- package/dist/components/ui/combobox.d.ts +1 -1
- package/dist/components/ui/combobox.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -1
- package/dist/components/ui/item.d.ts +1 -1
- package/dist/components/ui/separator.d.ts +34 -1
- package/dist/components/ui/separator.d.ts.map +1 -1
- package/dist/components/ui/sheet.d.ts.map +1 -1
- package/dist/components/ui/sidebar.d.ts +1 -1
- package/dist/components/ui/sidebar.d.ts.map +1 -1
- package/dist/components/ui/toggle-group.d.ts +8 -2
- package/dist/components/ui/toggle-group.d.ts.map +1 -1
- package/dist/components/ui/toggle.d.ts +1 -1
- package/dist/components/ui/toggle.d.ts.map +1 -1
- package/dist/components/ui/tooltip.d.ts.map +1 -1
- package/dist/drawer-BcIxWRN8.cjs +1 -0
- package/dist/drawer-CU4lkcz7.js +119 -0
- package/dist/drawer.cjs.js +1 -0
- package/dist/drawer.es.js +13 -0
- package/dist/enhanced-calendar-5PA8CeF7.cjs +61 -0
- package/dist/enhanced-calendar-BENbxw7_.js +375 -0
- package/dist/entries/calendar.d.ts +9 -0
- package/dist/entries/calendar.d.ts.map +1 -0
- package/dist/entries/carousel.d.ts +7 -0
- package/dist/entries/carousel.d.ts.map +1 -0
- package/dist/entries/command.d.ts +9 -0
- package/dist/entries/command.d.ts.map +1 -0
- package/dist/entries/drawer.d.ts +7 -0
- package/dist/entries/drawer.d.ts.map +1 -0
- package/dist/entries/sonner.d.ts +8 -0
- package/dist/entries/sonner.d.ts.map +1 -0
- package/dist/entries/sortable.d.ts +7 -0
- package/dist/entries/sortable.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +2 -3
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/use-as-ref.d.ts +1 -1
- package/dist/hooks/use-as-ref.d.ts.map +1 -1
- package/dist/hooks/use-intersection-observer.d.ts +13 -0
- package/dist/hooks/use-intersection-observer.d.ts.map +1 -0
- package/dist/index.d.ts +13 -37
- package/dist/index.d.ts.map +1 -1
- package/dist/keyboard-BapbM2wb.cjs +1 -0
- package/dist/keyboard-pkY42Y3a.js +39 -0
- package/dist/nqui.cjs.js +171 -802
- package/dist/nqui.es.js +15298 -72451
- package/dist/sonner-Co6YpYVs.js +546 -0
- package/dist/sonner-DbQhVp8m.cjs +330 -0
- package/dist/sonner.cjs.js +1 -0
- package/dist/sonner.es.js +6 -0
- package/dist/sortable-Cj3cdxGc.cjs +5 -0
- package/dist/sortable-wG_cXiUk.js +366 -0
- package/dist/sortable.cjs.js +1 -0
- package/dist/sortable.es.js +8 -0
- package/dist/styles.css +21 -9
- package/dist/utils-B6yFEsav.js +8 -0
- package/dist/utils-IjLH3w2e.cjs +1 -0
- package/docs/components/README.md +282 -92
- package/docs/components/nqui-button-group.md +24 -5
- package/docs/components/nqui-checkbox.md +2 -2
- package/docs/components/nqui-code-block.md +6 -4
- package/docs/components/nqui-code-editor.md +1 -1
- package/docs/components/nqui-combobox.md +9 -1
- package/docs/components/nqui-data-table.md +46 -0
- package/docs/components/nqui-input-group.md +14 -6
- package/docs/components/nqui-radio-group.md +9 -1
- package/docs/components/nqui-sandbox.md +1 -1
- package/docs/components/nqui-select.md +13 -10
- package/docs/components/nqui-separator.md +33 -1
- package/docs/components/nqui-snippet.md +1 -1
- package/docs/components/nqui-table.md +43 -0
- package/docs/components/nqui-toggle-group.md +49 -5
- package/docs/components/nqui-toggle.md +25 -2
- package/docs/internal-notes/APP_BUILDER_PACKAGE.md +86 -0
- package/docs/internal-notes/INSTALLATION.md +161 -108
- package/docs/internal-notes/PEER_DEPENDENCIES.md +105 -0
- package/docs/internal-notes/PUBLISHING.md +72 -0
- package/docs/internal-notes/SKILLS-ARCHITECTURE.md +105 -0
- package/package.json +103 -17
- package/scripts/cli.js +44 -0
- package/scripts/help.js +1 -0
- package/scripts/init-css.js +15 -0
- package/scripts/init-cursor.js +169 -0
- package/scripts/install-peers.js +43 -0
- package/scripts/peer-deps.js +27 -0
- package/scripts/post-install.js +73 -0
- package/scripts/publish-npmjs.js +17 -3
- package/scripts/resolve-target-dir.js +118 -0
- package/scripts/skill-templates.js +109 -0
- package/dist/App.d.ts +0 -3
- package/dist/App.d.ts.map +0 -1
- package/dist/assets/svg/auth-lines.d.ts +0 -4
- package/dist/assets/svg/auth-lines.d.ts.map +0 -1
- package/dist/assets/svg/logo.d.ts +0 -4
- package/dist/assets/svg/logo.d.ts.map +0 -1
- package/dist/components/AppLayout.d.ts +0 -5
- package/dist/components/AppLayout.d.ts.map +0 -1
- package/dist/components/app-builder/AppBuilder.d.ts +0 -15
- package/dist/components/app-builder/AppBuilder.d.ts.map +0 -1
- package/dist/components/app-builder/context/app-builder-context.d.ts +0 -31
- package/dist/components/app-builder/context/app-builder-context.d.ts.map +0 -1
- package/dist/components/app-builder/core/AlignmentToolbar.d.ts +0 -5
- package/dist/components/app-builder/core/AlignmentToolbar.d.ts.map +0 -1
- package/dist/components/app-builder/core/AppCanvas.d.ts +0 -9
- package/dist/components/app-builder/core/AppCanvas.d.ts.map +0 -1
- package/dist/components/app-builder/core/CanvasToolbar.d.ts +0 -7
- package/dist/components/app-builder/core/CanvasToolbar.d.ts.map +0 -1
- package/dist/components/app-builder/core/DraggableWidget.d.ts +0 -12
- package/dist/components/app-builder/core/DraggableWidget.d.ts.map +0 -1
- package/dist/components/app-builder/core/WidgetConfigurator.d.ts +0 -6
- package/dist/components/app-builder/core/WidgetConfigurator.d.ts.map +0 -1
- package/dist/components/app-builder/core/WidgetPalette.d.ts +0 -6
- package/dist/components/app-builder/core/WidgetPalette.d.ts.map +0 -1
- package/dist/components/app-builder/core/WidgetRenderer.d.ts +0 -3
- package/dist/components/app-builder/core/WidgetRenderer.d.ts.map +0 -1
- package/dist/components/app-builder/core/index.d.ts +0 -8
- package/dist/components/app-builder/core/index.d.ts.map +0 -1
- package/dist/components/app-builder/essentials/button.d.ts +0 -3
- package/dist/components/app-builder/essentials/button.d.ts.map +0 -1
- package/dist/components/app-builder/essentials/container.d.ts +0 -3
- package/dist/components/app-builder/essentials/container.d.ts.map +0 -1
- package/dist/components/app-builder/essentials/index.d.ts +0 -3
- package/dist/components/app-builder/essentials/index.d.ts.map +0 -1
- package/dist/components/app-builder/hooks/index.d.ts +0 -3
- package/dist/components/app-builder/hooks/index.d.ts.map +0 -1
- package/dist/components/app-builder/hooks/use-app-builder.d.ts +0 -3
- package/dist/components/app-builder/hooks/use-app-builder.d.ts.map +0 -1
- package/dist/components/app-builder/hooks/use-canvas-state.d.ts +0 -24
- package/dist/components/app-builder/hooks/use-canvas-state.d.ts.map +0 -1
- package/dist/components/app-builder/index.d.ts +0 -19
- package/dist/components/app-builder/index.d.ts.map +0 -1
- package/dist/components/app-builder/registry/create-registry.d.ts +0 -10
- package/dist/components/app-builder/registry/create-registry.d.ts.map +0 -1
- package/dist/components/app-builder/registry/default-registry.d.ts +0 -6
- package/dist/components/app-builder/registry/default-registry.d.ts.map +0 -1
- package/dist/components/app-builder/registry/index.d.ts +0 -4
- package/dist/components/app-builder/registry/index.d.ts.map +0 -1
- package/dist/components/app-builder/registry/registry-helpers.d.ts +0 -22
- package/dist/components/app-builder/registry/registry-helpers.d.ts.map +0 -1
- package/dist/components/app-builder/types.d.ts +0 -64
- package/dist/components/app-builder/types.d.ts.map +0 -1
- package/dist/components/app-builder/utils/collision-detection.d.ts +0 -26
- package/dist/components/app-builder/utils/collision-detection.d.ts.map +0 -1
- package/dist/components/app-builder/utils/index.d.ts +0 -2
- package/dist/components/app-builder/utils/index.d.ts.map +0 -1
- package/dist/components/app-sidebar.d.ts +0 -4
- package/dist/components/app-sidebar.d.ts.map +0 -1
- package/dist/components/blocks/chart-compositions/chart-composition-01.d.ts +0 -2
- package/dist/components/blocks/chart-compositions/chart-composition-01.d.ts.map +0 -1
- package/dist/components/blocks/chart-compositions/chart-composition-02.d.ts +0 -2
- package/dist/components/blocks/chart-compositions/chart-composition-02.d.ts.map +0 -1
- package/dist/components/blocks/chart-compositions/chart-composition-03.d.ts +0 -2
- package/dist/components/blocks/chart-compositions/chart-composition-03.d.ts.map +0 -1
- package/dist/components/blocks/chart-compositions/index.d.ts +0 -4
- package/dist/components/blocks/chart-compositions/index.d.ts.map +0 -1
- package/dist/components/blocks/index.d.ts +0 -3
- package/dist/components/blocks/index.d.ts.map +0 -1
- package/dist/components/blocks/tables/index.d.ts +0 -4
- package/dist/components/blocks/tables/index.d.ts.map +0 -1
- package/dist/components/blocks/tables/table-01.d.ts +0 -2
- package/dist/components/blocks/tables/table-01.d.ts.map +0 -1
- package/dist/components/blocks/tables/table-02.d.ts +0 -2
- package/dist/components/blocks/tables/table-02.d.ts.map +0 -1
- package/dist/components/blocks/tables/table-03.d.ts +0 -2
- package/dist/components/blocks/tables/table-03.d.ts.map +0 -1
- package/dist/components/chart/area-chart/AreaChart.d.ts +0 -57
- package/dist/components/chart/area-chart/AreaChart.d.ts.map +0 -1
- package/dist/components/chart/area-chart/index.d.ts +0 -3
- package/dist/components/chart/area-chart/index.d.ts.map +0 -1
- package/dist/components/chart/bar-chart/BarChart.d.ts +0 -62
- package/dist/components/chart/bar-chart/BarChart.d.ts.map +0 -1
- package/dist/components/chart/bar-chart/index.d.ts +0 -3
- package/dist/components/chart/bar-chart/index.d.ts.map +0 -1
- package/dist/components/chart/bar-list/BarList.d.ts +0 -23
- package/dist/components/chart/bar-list/BarList.d.ts.map +0 -1
- package/dist/components/chart/bar-list/index.d.ts +0 -3
- package/dist/components/chart/bar-list/index.d.ts.map +0 -1
- package/dist/components/chart/category-bar/CategoryBar.d.ts +0 -15
- package/dist/components/chart/category-bar/CategoryBar.d.ts.map +0 -1
- package/dist/components/chart/category-bar/index.d.ts +0 -3
- package/dist/components/chart/category-bar/index.d.ts.map +0 -1
- package/dist/components/chart/combo-chart/ComboChart.d.ts +0 -67
- package/dist/components/chart/combo-chart/ComboChart.d.ts.map +0 -1
- package/dist/components/chart/combo-chart/index.d.ts +0 -3
- package/dist/components/chart/combo-chart/index.d.ts.map +0 -1
- package/dist/components/chart/donut-chart/DonutChart.d.ts +0 -37
- package/dist/components/chart/donut-chart/DonutChart.d.ts.map +0 -1
- package/dist/components/chart/donut-chart/index.d.ts +0 -3
- package/dist/components/chart/donut-chart/index.d.ts.map +0 -1
- package/dist/components/chart/index.d.ts +0 -19
- package/dist/components/chart/index.d.ts.map +0 -1
- package/dist/components/chart/line-chart/LineChart.d.ts +0 -55
- package/dist/components/chart/line-chart/LineChart.d.ts.map +0 -1
- package/dist/components/chart/line-chart/index.d.ts +0 -3
- package/dist/components/chart/line-chart/index.d.ts.map +0 -1
- package/dist/components/chart/progress-circle/ProgressCircle.d.ts +0 -92
- package/dist/components/chart/progress-circle/ProgressCircle.d.ts.map +0 -1
- package/dist/components/chart/progress-circle/index.d.ts +0 -3
- package/dist/components/chart/progress-circle/index.d.ts.map +0 -1
- package/dist/components/chart/spark-chart/SparkChart.d.ts +0 -40
- package/dist/components/chart/spark-chart/SparkChart.d.ts.map +0 -1
- package/dist/components/chart/spark-chart/index.d.ts +0 -3
- package/dist/components/chart/spark-chart/index.d.ts.map +0 -1
- package/dist/components/component-example.d.ts +0 -2
- package/dist/components/component-example.d.ts.map +0 -1
- package/dist/components/custom/enhanced-separator.d.ts +0 -36
- package/dist/components/custom/enhanced-separator.d.ts.map +0 -1
- package/dist/components/custom/segmented-control.d.ts +0 -48
- package/dist/components/custom/segmented-control.d.ts.map +0 -1
- package/dist/components/example.d.ts +0 -7
- package/dist/components/example.d.ts.map +0 -1
- package/dist/components/login-form.d.ts +0 -2
- package/dist/components/login-form.d.ts.map +0 -1
- package/dist/components/nav-user.d.ts +0 -8
- package/dist/components/nav-user.d.ts.map +0 -1
- package/dist/components/pm/gantt/contexts.d.ts +0 -13
- package/dist/components/pm/gantt/contexts.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-columns.d.ts +0 -7
- package/dist/components/pm/gantt/gantt-columns.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-demo.d.ts +0 -2
- package/dist/components/pm/gantt/gantt-demo.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-dependencies.d.ts +0 -23
- package/dist/components/pm/gantt/gantt-dependencies.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-features.d.ts +0 -9
- package/dist/components/pm/gantt/gantt-features.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-header.d.ts +0 -5
- package/dist/components/pm/gantt/gantt-header.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-markers.d.ts +0 -11
- package/dist/components/pm/gantt/gantt-markers.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-modals.d.ts +0 -5
- package/dist/components/pm/gantt/gantt-modals.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-provider.d.ts +0 -5
- package/dist/components/pm/gantt/gantt-provider.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-setting-modal.d.ts +0 -4
- package/dist/components/pm/gantt/gantt-setting-modal.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-sidebar.d.ts +0 -7
- package/dist/components/pm/gantt/gantt-sidebar.d.ts.map +0 -1
- package/dist/components/pm/gantt/gantt-toolbar.d.ts +0 -29
- package/dist/components/pm/gantt/gantt-toolbar.d.ts.map +0 -1
- package/dist/components/pm/gantt/index.d.ts +0 -16
- package/dist/components/pm/gantt/index.d.ts.map +0 -1
- package/dist/components/pm/gantt/types.d.ts +0 -299
- package/dist/components/pm/gantt/types.d.ts.map +0 -1
- package/dist/components/pm/gantt/utils.d.ts +0 -29
- package/dist/components/pm/gantt/utils.d.ts.map +0 -1
- package/dist/components/pm/index.d.ts +0 -13
- package/dist/components/pm/index.d.ts.map +0 -1
- package/dist/components/pm/mockdata.d.ts +0 -13
- package/dist/components/pm/mockdata.d.ts.map +0 -1
- package/dist/components/pm/pm-column-templates.d.ts +0 -30
- package/dist/components/pm/pm-column-templates.d.ts.map +0 -1
- package/dist/components/pm/pm-data-utils.d.ts +0 -82
- package/dist/components/pm/pm-data-utils.d.ts.map +0 -1
- package/dist/components/pm/pm-definition.d.ts +0 -75
- package/dist/components/pm/pm-definition.d.ts.map +0 -1
- package/dist/components/pm/pm-theme-context.d.ts +0 -17
- package/dist/components/pm/pm-theme-context.d.ts.map +0 -1
- package/dist/components/pm/pm-types.d.ts +0 -81
- package/dist/components/pm/pm-types.d.ts.map +0 -1
- package/dist/components/pm/project-table-view.d.ts +0 -17
- package/dist/components/pm/project-table-view.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-cell-variants.d.ts +0 -14
- package/dist/components/pm/table/data-grid-cell-variants.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-cell-wrapper.d.ts +0 -9
- package/dist/components/pm/table/data-grid-cell-wrapper.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-cell.d.ts +0 -5
- package/dist/components/pm/table/data-grid-cell.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-column-header.d.ts +0 -10
- package/dist/components/pm/table/data-grid-column-header.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-context-menu.d.ts +0 -10
- package/dist/components/pm/table/data-grid-context-menu.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-filter-menu.d.ts +0 -10
- package/dist/components/pm/table/data-grid-filter-menu.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-keyboard-shortcuts.d.ts +0 -12
- package/dist/components/pm/table/data-grid-keyboard-shortcuts.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-paste-dialog.d.ts +0 -9
- package/dist/components/pm/table/data-grid-paste-dialog.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-row-height-menu.d.ts +0 -10
- package/dist/components/pm/table/data-grid-row-height-menu.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-row.d.ts +0 -27
- package/dist/components/pm/table/data-grid-row.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-search.d.ts +0 -8
- package/dist/components/pm/table/data-grid-search.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-select-column.d.ts +0 -11
- package/dist/components/pm/table/data-grid-select-column.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-skeleton.d.ts +0 -12
- package/dist/components/pm/table/data-grid-skeleton.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-sort-menu.d.ts +0 -10
- package/dist/components/pm/table/data-grid-sort-menu.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid-view-menu.d.ts +0 -10
- package/dist/components/pm/table/data-grid-view-menu.d.ts.map +0 -1
- package/dist/components/pm/table/data-grid.d.ts +0 -11
- package/dist/components/pm/table/data-grid.d.ts.map +0 -1
- package/dist/components/shadcn-studio/blocks/login-page-05/login-form.d.ts +0 -3
- package/dist/components/shadcn-studio/blocks/login-page-05/login-form.d.ts.map +0 -1
- package/dist/components/shadcn-studio/blocks/login-page-05/login-page-05.d.ts +0 -3
- package/dist/components/shadcn-studio/blocks/login-page-05/login-page-05.d.ts.map +0 -1
- package/dist/components/shadcn-studio/logo.d.ts +0 -5
- package/dist/components/shadcn-studio/logo.d.ts.map +0 -1
- package/dist/components/showcase/app-builder/app-builder-context.d.ts +0 -16
- package/dist/components/showcase/app-builder/app-builder-context.d.ts.map +0 -1
- package/dist/components/showcase/app-builder/app-canvas.d.ts +0 -11
- package/dist/components/showcase/app-builder/app-canvas.d.ts.map +0 -1
- package/dist/components/showcase/app-builder/widget-configurator.d.ts +0 -10
- package/dist/components/showcase/app-builder/widget-configurator.d.ts.map +0 -1
- package/dist/components/showcase/app-builder/widget-palette.d.ts +0 -6
- package/dist/components/showcase/app-builder/widget-palette.d.ts.map +0 -1
- package/dist/components/showcase/app-builder/widget-registry.d.ts +0 -29
- package/dist/components/showcase/app-builder/widget-registry.d.ts.map +0 -1
- package/dist/components/showcase/app-builder/widget-renderer.d.ts +0 -7
- package/dist/components/showcase/app-builder/widget-renderer.d.ts.map +0 -1
- package/dist/components/table/DataTable.d.ts +0 -71
- package/dist/components/table/DataTable.d.ts.map +0 -1
- package/dist/components/table/Table.d.ts +0 -12
- package/dist/components/table/Table.d.ts.map +0 -1
- package/dist/components/table/data-table-helpers.d.ts +0 -49
- package/dist/components/table/data-table-helpers.d.ts.map +0 -1
- package/dist/components/table/index.d.ts +0 -5
- package/dist/components/table/index.d.ts.map +0 -1
- package/dist/components/theme-toggle.d.ts +0 -2
- package/dist/components/theme-toggle.d.ts.map +0 -1
- package/dist/components/ui/chart.d.ts +0 -41
- package/dist/components/ui/chart.d.ts.map +0 -1
- package/dist/components/ui/shadcn-io/code-block/index.d.ts +0 -67
- package/dist/components/ui/shadcn-io/code-block/index.d.ts.map +0 -1
- package/dist/components/ui/shadcn-io/code-block/server.d.ts +0 -10
- package/dist/components/ui/shadcn-io/code-block/server.d.ts.map +0 -1
- package/dist/components/ui/shadcn-io/code-editor/index.d.ts +0 -35
- package/dist/components/ui/shadcn-io/code-editor/index.d.ts.map +0 -1
- package/dist/components/ui/shadcn-io/sandbox/index.d.ts +0 -38
- package/dist/components/ui/shadcn-io/sandbox/index.d.ts.map +0 -1
- package/dist/components/ui/shadcn-io/snippet/index.d.ts +0 -21
- package/dist/components/ui/shadcn-io/snippet/index.d.ts.map +0 -1
- package/dist/hooks/use-chart-highlight.d.ts +0 -43
- package/dist/hooks/use-chart-highlight.d.ts.map +0 -1
- package/dist/hooks/use-data-grid.d.ts +0 -59
- package/dist/hooks/use-data-grid.d.ts.map +0 -1
- package/dist/hooks/use-on-window-resize.d.ts +0 -2
- package/dist/hooks/use-on-window-resize.d.ts.map +0 -1
- package/dist/lib/data-grid-filters.d.ts +0 -29
- package/dist/lib/data-grid-filters.d.ts.map +0 -1
- package/dist/lib/data-grid.d.ts +0 -47
- package/dist/lib/data-grid.d.ts.map +0 -1
- package/dist/main.d.ts +0 -3
- package/dist/main.d.ts.map +0 -1
- package/dist/mockdata/chartData.d.ts +0 -71
- package/dist/mockdata/chartData.d.ts.map +0 -1
- package/dist/mockdata/toc.d.ts +0 -23
- package/dist/mockdata/toc.d.ts.map +0 -1
- package/dist/pages/AppBuilder.d.ts +0 -2
- package/dist/pages/AppBuilder.d.ts.map +0 -1
- package/dist/pages/ChartShowcase.d.ts +0 -2
- package/dist/pages/ChartShowcase.d.ts.map +0 -1
- package/dist/pages/ComponentShowcase.d.ts +0 -2
- package/dist/pages/ComponentShowcase.d.ts.map +0 -1
- package/dist/pages/DataTableShowcase.d.ts +0 -2
- package/dist/pages/DataTableShowcase.d.ts.map +0 -1
- package/dist/pages/Drafts.d.ts +0 -2
- package/dist/pages/Drafts.d.ts.map +0 -1
- package/dist/pages/GanttShowcase.d.ts +0 -2
- package/dist/pages/GanttShowcase.d.ts.map +0 -1
- package/dist/pages/Inbox.d.ts +0 -2
- package/dist/pages/Inbox.d.ts.map +0 -1
- package/dist/pages/Junk.d.ts +0 -2
- package/dist/pages/Junk.d.ts.map +0 -1
- package/dist/pages/Sent.d.ts +0 -2
- package/dist/pages/Sent.d.ts.map +0 -1
- package/dist/pages/Settings.d.ts +0 -2
- package/dist/pages/Settings.d.ts.map +0 -1
- package/dist/pages/Trash.d.ts +0 -2
- package/dist/pages/Trash.d.ts.map +0 -1
- package/dist/pages/gantt-data.d.ts +0 -16
- package/dist/pages/gantt-data.d.ts.map +0 -1
- package/dist/stories/mockData.d.ts +0 -157
- package/dist/stories/mockData.d.ts.map +0 -1
- package/dist/types/data-grid.d.ts +0 -179
- package/dist/types/data-grid.d.ts.map +0 -1
- package/dist/utils/chart-colors.d.ts +0 -62
- package/dist/utils/chart-colors.d.ts.map +0 -1
- package/dist/utils/chart-highlight.d.ts +0 -34
- package/dist/utils/chart-highlight.d.ts.map +0 -1
- package/dist/utils/chart-utils.d.ts +0 -2
- package/dist/utils/chart-utils.d.ts.map +0 -1
- package/dist/utils/focus-ring.d.ts +0 -2
- package/dist/utils/focus-ring.d.ts.map +0 -1
- package/dist/utils/get-y-axis-domain.d.ts +0 -2
- package/dist/utils/get-y-axis-domain.d.ts.map +0 -1
- package/dist/utils/index.d.ts +0 -10
- package/dist/utils/index.d.ts.map +0 -1
- package/docs/components/nqui-segmented-control.md +0 -18
|
@@ -1,299 +0,0 @@
|
|
|
1
|
-
import type { ReactNode, RefObject } from "react";
|
|
2
|
-
export interface GanttStatus {
|
|
3
|
-
id: string;
|
|
4
|
-
name: string;
|
|
5
|
-
color: string;
|
|
6
|
-
}
|
|
7
|
-
export interface GanttAssignee {
|
|
8
|
-
id: string;
|
|
9
|
-
name: string;
|
|
10
|
-
avatarUrl?: string;
|
|
11
|
-
}
|
|
12
|
-
export interface GanttFeature {
|
|
13
|
-
id: string;
|
|
14
|
-
name: string;
|
|
15
|
-
startAt: Date;
|
|
16
|
-
endAt: Date;
|
|
17
|
-
status: GanttStatus;
|
|
18
|
-
lane?: string;
|
|
19
|
-
notes?: string;
|
|
20
|
-
assignees?: GanttAssignee[];
|
|
21
|
-
/** Whether this task is a milestone (e.g. single-day event). */
|
|
22
|
-
isMilestone?: boolean;
|
|
23
|
-
/** Completion percentage (0–100). */
|
|
24
|
-
progress?: number;
|
|
25
|
-
/** Tenant-defined fields for custom columns; dataKey indexes into this. */
|
|
26
|
-
customFields?: Record<string, unknown>;
|
|
27
|
-
}
|
|
28
|
-
export type GanttDependencyType = "FS" | "SS" | "FF" | "SF";
|
|
29
|
-
export interface GanttDependency {
|
|
30
|
-
fromId: string;
|
|
31
|
-
toId: string;
|
|
32
|
-
type: GanttDependencyType;
|
|
33
|
-
}
|
|
34
|
-
export interface GanttMarkerProps {
|
|
35
|
-
id: string;
|
|
36
|
-
date: Date;
|
|
37
|
-
label: string;
|
|
38
|
-
}
|
|
39
|
-
export type Range = "daily" | "monthly" | "quarterly";
|
|
40
|
-
export type TimelineData = {
|
|
41
|
-
year: number;
|
|
42
|
-
quarters: {
|
|
43
|
-
months: {
|
|
44
|
-
days: number;
|
|
45
|
-
}[];
|
|
46
|
-
}[];
|
|
47
|
-
}[];
|
|
48
|
-
export interface GanttContextProps {
|
|
49
|
-
zoom: number;
|
|
50
|
-
range: Range;
|
|
51
|
-
columnWidth: number;
|
|
52
|
-
sidebarWidth: number;
|
|
53
|
-
headerHeight: number;
|
|
54
|
-
rowHeight: number;
|
|
55
|
-
onAddItem: ((date: Date) => void) | undefined;
|
|
56
|
-
placeholderLength: number;
|
|
57
|
-
timelineData: TimelineData;
|
|
58
|
-
ref: RefObject<HTMLDivElement | null> | null;
|
|
59
|
-
scrollToFeature?: (feature: GanttFeature) => void;
|
|
60
|
-
dependencies?: GanttDependency[];
|
|
61
|
-
onDependenciesChange?: (deps: GanttDependency[]) => void;
|
|
62
|
-
isFullScreen?: boolean;
|
|
63
|
-
setIsFullScreen?: (isFullScreen: boolean) => void;
|
|
64
|
-
}
|
|
65
|
-
/** Live position of a task being dragged so dependency edges and ports follow the card. */
|
|
66
|
-
export type GanttCardDragState = {
|
|
67
|
-
featureId: string;
|
|
68
|
-
startAt: Date;
|
|
69
|
-
endAt: Date | null;
|
|
70
|
-
} | null;
|
|
71
|
-
export interface GanttContentHeaderProps {
|
|
72
|
-
renderHeaderItem: (index: number) => ReactNode;
|
|
73
|
-
title: string;
|
|
74
|
-
columns: number;
|
|
75
|
-
}
|
|
76
|
-
export interface GanttHeaderProps {
|
|
77
|
-
className?: string;
|
|
78
|
-
}
|
|
79
|
-
/** Built-in column types for sidebar rendering. Use "custom" for tenant-defined columns. */
|
|
80
|
-
export type GanttSidebarColumnType = "tasks" | "duration" | "timeline" | "status" | "dependencies" | "notes" | "custom";
|
|
81
|
-
/** Column ids for sidebar. Any string is valid; built-in columns use their type as id. */
|
|
82
|
-
export type GanttSidebarColumnId = string;
|
|
83
|
-
export interface GanttSidebarColumnDef {
|
|
84
|
-
id: string;
|
|
85
|
-
/** Determines which renderer to use. Built-in types have dedicated renderers; "custom" uses dataKey. */
|
|
86
|
-
type: GanttSidebarColumnType;
|
|
87
|
-
/** Semantic type for sidebar/table branch selection. */
|
|
88
|
-
columnType?: GanttSidebarColumnType;
|
|
89
|
-
label: string;
|
|
90
|
-
visibleByDefault?: boolean;
|
|
91
|
-
minWidth?: number;
|
|
92
|
-
/** Required when type is "custom". Key into feature.customFields (supports dot notation). */
|
|
93
|
-
dataKey?: string;
|
|
94
|
-
/** Optional custom renderer for this column. If provided, used instead of default rendering. */
|
|
95
|
-
renderer?: (value: unknown, feature: GanttFeature) => ReactNode;
|
|
96
|
-
/** Whether this column supports sorting (future use). */
|
|
97
|
-
sortable?: boolean;
|
|
98
|
-
/** When type is "custom", indicates the data type for display (people → avatars, tags → badges, etc.). */
|
|
99
|
-
valueType?: "people" | "tags" | "number" | "date" | "string" | "percentage";
|
|
100
|
-
}
|
|
101
|
-
/**
|
|
102
|
-
* Default column defs and visible ids come from the definition layer.
|
|
103
|
-
* Use getDefaultColumnDefs() and DEFAULT_COLUMN_IDS from pm-definition.
|
|
104
|
-
*/
|
|
105
|
-
/** Default sidebar width when not yet measured (tasks + duration columns). */
|
|
106
|
-
export declare const GANTT_SIDEBAR_DEFAULT_WIDTH = 240;
|
|
107
|
-
export declare const GANTT_SELECT_COLUMN_WIDTH = 40;
|
|
108
|
-
export interface GanttSidebarItemProps {
|
|
109
|
-
feature: GanttFeature;
|
|
110
|
-
onSelectItem?: (id: string) => void;
|
|
111
|
-
showAssignees?: boolean;
|
|
112
|
-
visibleColumnIds?: GanttSidebarColumnId[];
|
|
113
|
-
columnDefs?: GanttSidebarColumnDef[];
|
|
114
|
-
dependencies?: GanttDependency[];
|
|
115
|
-
features?: GanttFeature[];
|
|
116
|
-
onAddDependency?: (fromFeatureId: string) => void;
|
|
117
|
-
className?: string;
|
|
118
|
-
}
|
|
119
|
-
export interface GanttSidebarHeaderProps {
|
|
120
|
-
columnDefs?: GanttSidebarColumnDef[];
|
|
121
|
-
}
|
|
122
|
-
export interface GanttSidebarGroupProps {
|
|
123
|
-
children: ReactNode;
|
|
124
|
-
name: string;
|
|
125
|
-
className?: string;
|
|
126
|
-
}
|
|
127
|
-
export interface GanttSidebarProps {
|
|
128
|
-
children: ReactNode;
|
|
129
|
-
className?: string;
|
|
130
|
-
columnDefs?: GanttSidebarColumnDef[];
|
|
131
|
-
visibleColumnIds?: GanttSidebarColumnId[];
|
|
132
|
-
onVisibleColumnsChange?: (ids: GanttSidebarColumnId[]) => void;
|
|
133
|
-
/**
|
|
134
|
-
* Column ids hidden by board owner/admin. In table view, only columns
|
|
135
|
-
* in visibleColumnIds and not in boardHiddenColumnIds are shown.
|
|
136
|
-
* Omit or empty = no board-level hiding; user's visibleColumnIds apply.
|
|
137
|
-
*/
|
|
138
|
-
boardHiddenColumnIds?: GanttSidebarColumnId[];
|
|
139
|
-
/** When true, show a selection checkbox column (select all + per row) */
|
|
140
|
-
showSelectColumn?: boolean;
|
|
141
|
-
/** Set of selected feature ids */
|
|
142
|
-
selectedIds?: Set<string>;
|
|
143
|
-
/** Called when selection changes */
|
|
144
|
-
onSelectionChange?: (ids: Set<string>) => void;
|
|
145
|
-
/** All feature ids in current view (for "select all") */
|
|
146
|
-
selectAllIds?: string[];
|
|
147
|
-
}
|
|
148
|
-
export interface GanttAddFeatureHelperProps {
|
|
149
|
-
top: number;
|
|
150
|
-
className?: string;
|
|
151
|
-
}
|
|
152
|
-
export interface GanttColumnProps {
|
|
153
|
-
index: number;
|
|
154
|
-
isColumnSecondary?: (item: number) => boolean;
|
|
155
|
-
}
|
|
156
|
-
export interface GanttColumnsProps {
|
|
157
|
-
columns: number;
|
|
158
|
-
isColumnSecondary?: (item: number) => boolean;
|
|
159
|
-
}
|
|
160
|
-
export interface GanttCreateMarkerTriggerProps {
|
|
161
|
-
onCreateMarker: (date: Date) => void;
|
|
162
|
-
className?: string;
|
|
163
|
-
}
|
|
164
|
-
export declare const MAX_AVATARS = 3;
|
|
165
|
-
export declare const SUB_ROW_HEIGHT = 36;
|
|
166
|
-
export interface GanttFeatureDragHelperProps {
|
|
167
|
-
featureId: GanttFeature["id"];
|
|
168
|
-
direction: "left" | "right";
|
|
169
|
-
date: Date | null;
|
|
170
|
-
}
|
|
171
|
-
export type GanttFeatureItemCardProps = Pick<GanttFeature, "id"> & {
|
|
172
|
-
children?: ReactNode;
|
|
173
|
-
statusColor?: string;
|
|
174
|
-
progress?: number;
|
|
175
|
-
isMilestone?: boolean;
|
|
176
|
-
onTaskClick?: (e: React.MouseEvent) => void;
|
|
177
|
-
};
|
|
178
|
-
export type GanttFeatureItemProps = GanttFeature & {
|
|
179
|
-
onMove?: (id: string, startDate: Date, endDate: Date | null) => void;
|
|
180
|
-
onTaskClick?: (feature: GanttFeature) => void;
|
|
181
|
-
showAssignees?: boolean;
|
|
182
|
-
children?: ReactNode;
|
|
183
|
-
className?: string;
|
|
184
|
-
};
|
|
185
|
-
export interface GanttFeatureListGroupProps {
|
|
186
|
-
children: ReactNode;
|
|
187
|
-
className?: string;
|
|
188
|
-
}
|
|
189
|
-
export interface GanttFeatureRowProps {
|
|
190
|
-
features: GanttFeature[];
|
|
191
|
-
onMove?: (id: string, startAt: Date, endAt: Date | null) => void;
|
|
192
|
-
onTaskClick?: (feature: GanttFeature) => void;
|
|
193
|
-
showAssignees?: boolean;
|
|
194
|
-
children?: (feature: GanttFeature) => ReactNode;
|
|
195
|
-
className?: string;
|
|
196
|
-
}
|
|
197
|
-
export interface GanttFeatureListProps {
|
|
198
|
-
className?: string;
|
|
199
|
-
children: ReactNode;
|
|
200
|
-
}
|
|
201
|
-
export type GanttRelationDragState = {
|
|
202
|
-
fromId: string;
|
|
203
|
-
fromExtremity: "start" | "end";
|
|
204
|
-
startX: number;
|
|
205
|
-
startY: number;
|
|
206
|
-
endX: number;
|
|
207
|
-
endY: number;
|
|
208
|
-
} | null;
|
|
209
|
-
export interface GanttRelationHandleProps {
|
|
210
|
-
featureId: string;
|
|
211
|
-
extremity: "start" | "end";
|
|
212
|
-
}
|
|
213
|
-
export interface GanttDependencyLinesProps {
|
|
214
|
-
features: GanttFeature[];
|
|
215
|
-
dependencies: GanttDependency[];
|
|
216
|
-
/**
|
|
217
|
-
* Group structure: ordered list of groups with their features.
|
|
218
|
-
* Used to compute accurate Y positions that account for group labels and gaps.
|
|
219
|
-
* If omitted, features are treated as a single flat group.
|
|
220
|
-
*/
|
|
221
|
-
groups?: {
|
|
222
|
-
name: string;
|
|
223
|
-
features: GanttFeature[];
|
|
224
|
-
}[];
|
|
225
|
-
onRemoveDependency?: (dep: GanttDependency) => void;
|
|
226
|
-
}
|
|
227
|
-
export interface GanttRelationDragProviderProps {
|
|
228
|
-
children: ReactNode;
|
|
229
|
-
features: GanttFeature[];
|
|
230
|
-
groups?: {
|
|
231
|
-
name: string;
|
|
232
|
-
features: GanttFeature[];
|
|
233
|
-
}[];
|
|
234
|
-
onDependencyCreate?: (dep: GanttDependency) => void;
|
|
235
|
-
}
|
|
236
|
-
export interface GanttProviderProps {
|
|
237
|
-
range?: Range;
|
|
238
|
-
zoom?: number;
|
|
239
|
-
onAddItem?: (date: Date) => void;
|
|
240
|
-
dependencies?: GanttDependency[];
|
|
241
|
-
onDependenciesChange?: (deps: GanttDependency[]) => void;
|
|
242
|
-
/** Card display settings for what to show on each Gantt bar. */
|
|
243
|
-
cardDisplaySettings?: GanttCardDisplaySettings;
|
|
244
|
-
/** Column definitions (needed for resolving custom people columns on bar content). */
|
|
245
|
-
columnDefs?: GanttSidebarColumnDef[];
|
|
246
|
-
children: ReactNode;
|
|
247
|
-
className?: string;
|
|
248
|
-
}
|
|
249
|
-
export interface GanttTimelineProps {
|
|
250
|
-
children: ReactNode;
|
|
251
|
-
className?: string;
|
|
252
|
-
}
|
|
253
|
-
export interface GanttTodayProps {
|
|
254
|
-
className?: string;
|
|
255
|
-
}
|
|
256
|
-
export interface GanttTaskEditModalProps {
|
|
257
|
-
feature: GanttFeature | null;
|
|
258
|
-
open: boolean;
|
|
259
|
-
onOpenChange: (open: boolean) => void;
|
|
260
|
-
statuses?: GanttStatus[];
|
|
261
|
-
onSave: (feature: GanttFeature) => void;
|
|
262
|
-
columnDefs?: GanttSidebarColumnDef[];
|
|
263
|
-
onColumnDefsUpdate?: (defs: GanttSidebarColumnDef[]) => void;
|
|
264
|
-
dependencies?: GanttDependency[];
|
|
265
|
-
features?: GanttFeature[];
|
|
266
|
-
onDependenciesChange?: (deps: GanttDependency[]) => void;
|
|
267
|
-
}
|
|
268
|
-
export interface GanttAddDependencyDialogProps {
|
|
269
|
-
open: boolean;
|
|
270
|
-
onOpenChange: (open: boolean) => void;
|
|
271
|
-
featureId: string;
|
|
272
|
-
features: GanttFeature[];
|
|
273
|
-
onAdd: (dep: GanttDependency) => void;
|
|
274
|
-
}
|
|
275
|
-
export interface GanttCardDisplaySettings {
|
|
276
|
-
/** Show avatars from feature.assignees on the card. */
|
|
277
|
-
showDefaultAssignees: boolean;
|
|
278
|
-
/** Ids of custom people columns whose assignees should appear on the card. */
|
|
279
|
-
showPeopleColumnIds: string[];
|
|
280
|
-
/** Show milestone indicator when feature.isMilestone or same-day start/end. */
|
|
281
|
-
showMilestone: boolean;
|
|
282
|
-
/** Show group/lane name on the card. */
|
|
283
|
-
showGroup: boolean;
|
|
284
|
-
/** Show status label on the card. */
|
|
285
|
-
showStatus: boolean;
|
|
286
|
-
/** Show due date (endAt) on the card. */
|
|
287
|
-
showDueDate: boolean;
|
|
288
|
-
/** Show progress percentage on the card. */
|
|
289
|
-
showProgress: boolean;
|
|
290
|
-
}
|
|
291
|
-
export declare const GANTT_CARD_DISPLAY_DEFAULTS: GanttCardDisplaySettings;
|
|
292
|
-
export interface GanttSettingModalProps {
|
|
293
|
-
open: boolean;
|
|
294
|
-
onOpenChange: (open: boolean) => void;
|
|
295
|
-
columnDefs: GanttSidebarColumnDef[];
|
|
296
|
-
cardDisplay: GanttCardDisplaySettings;
|
|
297
|
-
onCardDisplayChange: (next: GanttCardDisplaySettings) => void;
|
|
298
|
-
}
|
|
299
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/pm/gantt/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { addDays, differenceInDays, differenceInHours, endOfDay, startOfDay } from "date-fns";
|
|
2
|
-
import type { GanttContextProps, GanttDependency, GanttDependencyType, GanttFeature, Range, TimelineData } from "./types";
|
|
3
|
-
export declare const getsDaysIn: (range: Range) => (_date: Date) => number;
|
|
4
|
-
export declare const getDifferenceIn: (range: Range) => typeof differenceInDays;
|
|
5
|
-
export declare const getInnerDifferenceIn: (range: Range) => typeof differenceInHours;
|
|
6
|
-
export declare const getStartOf: (range: Range) => typeof startOfDay;
|
|
7
|
-
export declare const getEndOf: (range: Range) => typeof endOfDay;
|
|
8
|
-
export declare const getAddRange: (range: Range) => typeof addDays;
|
|
9
|
-
export declare const getDateByMousePosition: (context: GanttContextProps, mouseX: number) => Date;
|
|
10
|
-
export declare const createInitialTimelineData: (today: Date) => TimelineData;
|
|
11
|
-
export declare const getOffset: (date: Date, timelineStartDate: Date, context: GanttContextProps) => number;
|
|
12
|
-
export declare const getWidth: (startAt: Date, endAt: Date | null, context: GanttContextProps) => number;
|
|
13
|
-
export declare const calculateInnerOffset: (date: Date, range: Range, columnWidth: number) => number;
|
|
14
|
-
/**
|
|
15
|
-
* Compute a Y-center position for each feature id, matching GanttFeatureRow:
|
|
16
|
-
* - Sidebar order = row order (subRow = index within group)
|
|
17
|
-
* - Group label paddingTop (1 row height per group)
|
|
18
|
-
* - space-y-4 gap (16px) between groups in the GanttFeatureList
|
|
19
|
-
*/
|
|
20
|
-
export declare function computeFeatureYPositions(groups: {
|
|
21
|
-
name: string;
|
|
22
|
-
features: GanttFeature[];
|
|
23
|
-
}[], rowHeight: number): Map<string, number>;
|
|
24
|
-
export declare function getDependencyLabels(featureId: string, dependencies: GanttDependency[], features: GanttFeature[]): {
|
|
25
|
-
asPredecessor: string[];
|
|
26
|
-
asSuccessor: string[];
|
|
27
|
-
};
|
|
28
|
-
export declare function mapExtremitiesToType(from: "start" | "end", to: "start" | "end"): GanttDependencyType;
|
|
29
|
-
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/components/pm/gantt/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,gBAAgB,EAChB,iBAAiB,EAEjB,QAAQ,EAKR,UAAU,EAGX,MAAM,UAAU,CAAA;AACjB,OAAO,KAAK,EACV,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,YAAY,EACZ,KAAK,EACL,YAAY,EACb,MAAM,SAAS,CAAA;AAGhB,eAAO,MAAM,UAAU,GAAI,OAAO,KAAK,aAEpB,IAAI,WAOtB,CAAA;AAED,eAAO,MAAM,eAAe,GAAI,OAAO,KAAK,4BAQ3C,CAAA;AAED,eAAO,MAAM,oBAAoB,GAAI,OAAO,KAAK,6BAQhD,CAAA;AAED,eAAO,MAAM,UAAU,GAAI,OAAO,KAAK,sBAQtC,CAAA;AAED,eAAO,MAAM,QAAQ,GAAI,OAAO,KAAK,oBAQpC,CAAA;AAED,eAAO,MAAM,WAAW,GAAI,OAAO,KAAK,mBAQvC,CAAA;AAED,eAAO,MAAM,sBAAsB,GAAI,SAAS,iBAAiB,EAAE,QAAQ,MAAM,SAahF,CAAA;AAED,eAAO,MAAM,yBAAyB,GAAI,OAAO,IAAI,iBAqBpD,CAAA;AAED,eAAO,MAAM,SAAS,GAAI,MAAM,IAAI,EAAE,mBAAmB,IAAI,EAAE,SAAS,iBAAiB,WAexF,CAAA;AAED,eAAO,MAAM,QAAQ,GAAI,SAAS,IAAI,EAAE,OAAO,IAAI,GAAG,IAAI,EAAE,SAAS,iBAAiB,WAwCrF,CAAA;AAED,eAAO,MAAM,oBAAoB,GAAI,MAAM,IAAI,EAAE,OAAO,KAAK,EAAE,aAAa,MAAM,WAUjF,CAAA;AAED;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,MAAM,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,QAAQ,EAAE,YAAY,EAAE,CAAA;CAAE,EAAE,EACpD,SAAS,EAAE,MAAM,GAChB,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CA4BrB;AAED,wBAAgB,mBAAmB,CACjC,SAAS,EAAE,MAAM,EACjB,YAAY,EAAE,eAAe,EAAE,EAC/B,QAAQ,EAAE,YAAY,EAAE,GACvB;IAAE,aAAa,EAAE,MAAM,EAAE,CAAC;IAAC,WAAW,EAAE,MAAM,EAAE,CAAA;CAAE,CAcpD;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,GAAG,KAAK,EACrB,EAAE,EAAE,OAAO,GAAG,KAAK,GAClB,mBAAmB,CAKrB"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export { ProjectTableView } from "./project-table-view";
|
|
2
|
-
export type { ProjectTableViewProps } from "./project-table-view";
|
|
3
|
-
export type { PMStatus, PMAssignee, PMDependencyType, PMDependency, PMMarker, PMItem, PMDataInput, PMValidationWarning, PMDataResult, } from "./pm-types";
|
|
4
|
-
export { sanitizePMData, toGanttData, toListData, toTableData, toKanbanData, toWorkloadData, toCalendarData, } from "./pm-data-utils";
|
|
5
|
-
export type { SanitizedPMItem, GanttDataOutput, ListDataOutput, TableDataOutput, KanbanDataOutput, WorkloadDataOutput, CalendarDataOutput, } from "./pm-data-utils";
|
|
6
|
-
export { CORE_PM_FIELDS, DEFAULT_STATUS_COLOR_MAP, DEFAULT_COLUMN_IDS, getDefaultColumnDefs, getStatusColorCssVar, adjustColorForTheme, getResolvedStatusColor, } from "./pm-definition";
|
|
7
|
-
export type { PMFieldKey } from "./pm-definition";
|
|
8
|
-
export { PMThemeProvider, usePMTheme } from "./pm-theme-context";
|
|
9
|
-
export type { ResolvedTheme } from "./pm-theme-context";
|
|
10
|
-
export { COLUMN_TEMPLATES } from "./pm-column-templates";
|
|
11
|
-
export type { ColumnTemplate } from "./pm-column-templates";
|
|
12
|
-
export { PM_MOCK_STATUSES, PM_MOCK_PEOPLE, PM_MOCK_COLUMN_DEFS, createPMMockData, groupByPhase, } from "./mockdata";
|
|
13
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/pm/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AACvD,YAAY,EAAE,qBAAqB,EAAE,MAAM,sBAAsB,CAAA;AAGjE,YAAY,EACV,QAAQ,EACR,UAAU,EACV,gBAAgB,EAChB,YAAY,EACZ,QAAQ,EACR,MAAM,EACN,WAAW,EACX,mBAAmB,EACnB,YAAY,GACb,MAAM,YAAY,CAAA;AAGnB,OAAO,EACL,cAAc,EACd,WAAW,EACX,UAAU,EACV,WAAW,EACX,YAAY,EACZ,cAAc,EACd,cAAc,GACf,MAAM,iBAAiB,CAAA;AACxB,YAAY,EACV,eAAe,EACf,eAAe,EACf,cAAc,EACd,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,GACnB,MAAM,iBAAiB,CAAA;AAGxB,OAAO,EACL,cAAc,EACd,wBAAwB,EACxB,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,mBAAmB,EACnB,sBAAsB,GACvB,MAAM,iBAAiB,CAAA;AACxB,YAAY,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAGjD,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAChE,YAAY,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAGvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACxD,YAAY,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAG3D,OAAO,EACL,gBAAgB,EAChB,cAAc,EACd,mBAAmB,EACnB,gBAAgB,EAChB,YAAY,GACb,MAAM,YAAY,CAAA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { PMAssignee, PMStatus, PMDataInput } from "./pm-types";
|
|
2
|
-
import type { GanttSidebarColumnDef } from "./gantt/types";
|
|
3
|
-
export declare const PM_MOCK_STATUSES: Record<string, PMStatus>;
|
|
4
|
-
export declare const PM_MOCK_PEOPLE: PMAssignee[];
|
|
5
|
-
export declare const PM_MOCK_COLUMN_DEFS: GanttSidebarColumnDef[];
|
|
6
|
-
export declare function createPMMockData(today: Date): PMDataInput;
|
|
7
|
-
export declare function groupByPhase<T extends {
|
|
8
|
-
id: string;
|
|
9
|
-
}>(features: T[]): {
|
|
10
|
-
name: string;
|
|
11
|
-
features: T[];
|
|
12
|
-
}[];
|
|
13
|
-
//# sourceMappingURL=mockdata.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mockdata.d.ts","sourceRoot":"","sources":["../../../src/components/pm/mockdata.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAkC,QAAQ,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AACnG,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAA;AAe1D,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,QAAQ,CA+BrD,CAAA;AAMD,eAAO,MAAM,cAAc,EAAE,UAAU,EAMtC,CAAA;AASD,eAAO,MAAM,mBAAmB,EAAE,qBAAqB,EAA2B,CAAA;AAMlF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,IAAI,GAAG,WAAW,CAyHzD;AAMD,wBAAgB,YAAY,CAAC,CAAC,SAAS;IAAE,EAAE,EAAE,MAAM,CAAA;CAAE,EAAE,QAAQ,EAAE,CAAC,EAAE;UAC5C,MAAM;cAAY,CAAC,EAAE;IAe5C"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export interface ColumnTemplate {
|
|
2
|
-
id: string;
|
|
3
|
-
/** Key into CORE_PM_FIELDS (pm-definition); use for customFields dataKey when id matches. */
|
|
4
|
-
baseField?: string;
|
|
5
|
-
/** For core columns, the field on PMItem it reads from. */
|
|
6
|
-
sourceField?: "name" | "status" | "startAt" | "endAt" | "notes" | "assignees";
|
|
7
|
-
/** For derived columns like duration. */
|
|
8
|
-
sourceFields?: string[];
|
|
9
|
-
/** Whether the value is computed at runtime. */
|
|
10
|
-
derived?: true;
|
|
11
|
-
/** Whether this represents a specialized relation. */
|
|
12
|
-
relation?: "dependencies";
|
|
13
|
-
/** Semantic type for sidebar/table branch selection. */
|
|
14
|
-
columnType: "tasks" | "duration" | "timeline" | "status" | "dependencies" | "notes" | "custom";
|
|
15
|
-
valueType: string;
|
|
16
|
-
defaultLabel: string;
|
|
17
|
-
defaultMinWidth?: number;
|
|
18
|
-
cellVariant?: string;
|
|
19
|
-
editVariant?: string;
|
|
20
|
-
format?: (value: unknown) => string;
|
|
21
|
-
unit?: string;
|
|
22
|
-
colorMap?: Record<string, string>;
|
|
23
|
-
defaultSort?: "asc" | "desc";
|
|
24
|
-
icon?: string;
|
|
25
|
-
minValue?: number;
|
|
26
|
-
maxValue?: number;
|
|
27
|
-
step?: number;
|
|
28
|
-
}
|
|
29
|
-
export declare const COLUMN_TEMPLATES: Record<string, ColumnTemplate>;
|
|
30
|
-
//# sourceMappingURL=pm-column-templates.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pm-column-templates.d.ts","sourceRoot":"","sources":["../../../src/components/pm/pm-column-templates.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,6FAA6F;IAC7F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2DAA2D;IAC3D,WAAW,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,OAAO,GAAG,WAAW,CAAC;IAC9E,yCAAyC;IACzC,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,gDAAgD;IAChD,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,sDAAsD;IACtD,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,wDAAwD;IACxD,UAAU,EAAE,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,QAAQ,GAAG,cAAc,GAAG,OAAO,GAAG,QAAQ,CAAC;IAC/F,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,MAAM,CAAC;IACpC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,WAAW,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CA6J3D,CAAC"}
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
import type { PMItem, PMDataInput, PMDataResult, PMStatus, PMDependency, PMMarker, PMAssignee } from "./pm-types";
|
|
2
|
-
import type { GanttFeature, GanttDependency, GanttMarkerProps } from "./gantt/types";
|
|
3
|
-
export interface GanttDataOutput {
|
|
4
|
-
features: GanttFeature[];
|
|
5
|
-
dependencies: GanttDependency[];
|
|
6
|
-
markers: GanttMarkerProps[];
|
|
7
|
-
}
|
|
8
|
-
export interface ListDataOutput {
|
|
9
|
-
items: SanitizedPMItem[];
|
|
10
|
-
}
|
|
11
|
-
export interface TableDataOutput {
|
|
12
|
-
items: SanitizedPMItem[];
|
|
13
|
-
}
|
|
14
|
-
export interface KanbanDataOutput {
|
|
15
|
-
columns: {
|
|
16
|
-
status: PMStatus;
|
|
17
|
-
items: SanitizedPMItem[];
|
|
18
|
-
}[];
|
|
19
|
-
}
|
|
20
|
-
export interface WorkloadDataOutput {
|
|
21
|
-
assignees: {
|
|
22
|
-
assignee: PMAssignee;
|
|
23
|
-
items: SanitizedPMItem[];
|
|
24
|
-
}[];
|
|
25
|
-
}
|
|
26
|
-
export interface CalendarDataOutput {
|
|
27
|
-
items: SanitizedPMItem[];
|
|
28
|
-
}
|
|
29
|
-
/** A PMItem after sanitization — dates are guaranteed Date objects, defaults filled. */
|
|
30
|
-
export interface SanitizedPMItem extends Omit<PMItem, "startAt" | "endAt" | "status"> {
|
|
31
|
-
startAt: Date;
|
|
32
|
-
endAt: Date;
|
|
33
|
-
status: PMStatus;
|
|
34
|
-
assignees: PMAssignee[];
|
|
35
|
-
progress: number;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Sanitizes raw PM data:
|
|
39
|
-
* - Parses ISO string dates to Date objects
|
|
40
|
-
* - Validates startAt <= endAt (swaps if inverted, warns)
|
|
41
|
-
* - Fills defaults (progress=0, assignees=[], status fallback)
|
|
42
|
-
* - Deduplicates items by id (last wins) and dependencies by key
|
|
43
|
-
* - Returns sanitized data + validation warnings
|
|
44
|
-
*/
|
|
45
|
-
export declare function sanitizePMData(input: PMDataInput): PMDataResult<{
|
|
46
|
-
items: SanitizedPMItem[];
|
|
47
|
-
dependencies: PMDependency[];
|
|
48
|
-
markers: PMMarker[];
|
|
49
|
-
statuses: PMStatus[];
|
|
50
|
-
}>;
|
|
51
|
-
/**
|
|
52
|
-
* Transforms raw PM data into Gantt-compatible types.
|
|
53
|
-
* Calls sanitizePMData internally.
|
|
54
|
-
* Note: `features` in the output are the Gantt/Table view of sanitized `items`.
|
|
55
|
-
*/
|
|
56
|
-
export declare function toGanttData(input: PMDataInput): PMDataResult<GanttDataOutput>;
|
|
57
|
-
/**
|
|
58
|
-
* Transforms raw PM data into a flat list.
|
|
59
|
-
* Stub — returns sanitized items.
|
|
60
|
-
*/
|
|
61
|
-
export declare function toListData(input: PMDataInput): PMDataResult<ListDataOutput>;
|
|
62
|
-
/**
|
|
63
|
-
* Transforms raw PM data into table rows.
|
|
64
|
-
* Stub — returns sanitized items.
|
|
65
|
-
*/
|
|
66
|
-
export declare function toTableData(input: PMDataInput): PMDataResult<TableDataOutput>;
|
|
67
|
-
/**
|
|
68
|
-
* Transforms raw PM data into kanban columns grouped by status.
|
|
69
|
-
* Stub — basic grouping by status.
|
|
70
|
-
*/
|
|
71
|
-
export declare function toKanbanData(input: PMDataInput): PMDataResult<KanbanDataOutput>;
|
|
72
|
-
/**
|
|
73
|
-
* Transforms raw PM data into workload view grouped by assignee.
|
|
74
|
-
* Stub — basic grouping by assignee.
|
|
75
|
-
*/
|
|
76
|
-
export declare function toWorkloadData(input: PMDataInput): PMDataResult<WorkloadDataOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* Transforms raw PM data into calendar events.
|
|
79
|
-
* Stub — returns sanitized items.
|
|
80
|
-
*/
|
|
81
|
-
export declare function toCalendarData(input: PMDataInput): PMDataResult<CalendarDataOutput>;
|
|
82
|
-
//# sourceMappingURL=pm-data-utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pm-data-utils.d.ts","sourceRoot":"","sources":["../../../src/components/pm/pm-data-utils.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,MAAM,EACN,WAAW,EACX,YAAY,EAEZ,QAAQ,EACR,YAAY,EACZ,QAAQ,EACR,UAAU,EACX,MAAM,YAAY,CAAA;AACnB,OAAO,KAAK,EACV,YAAY,EACZ,eAAe,EACf,gBAAgB,EAGjB,MAAM,eAAe,CAAA;AAOtB,MAAM,WAAW,eAAe;IAC9B,QAAQ,EAAE,YAAY,EAAE,CAAA;IACxB,YAAY,EAAE,eAAe,EAAE,CAAA;IAC/B,OAAO,EAAE,gBAAgB,EAAE,CAAA;CAC5B;AAED,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,eAAe,EAAE,CAAA;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,eAAe,EAAE,CAAA;CACzB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE;QAAE,MAAM,EAAE,QAAQ,CAAC;QAAC,KAAK,EAAE,eAAe,EAAE,CAAA;KAAE,EAAE,CAAA;CAC1D;AAED,MAAM,WAAW,kBAAkB;IACjC,SAAS,EAAE;QAAE,QAAQ,EAAE,UAAU,CAAC;QAAC,KAAK,EAAE,eAAe,EAAE,CAAA;KAAE,EAAE,CAAA;CAChE;AAED,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,eAAe,EAAE,CAAA;CACzB;AAED,wFAAwF;AACxF,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,MAAM,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAC;IACnF,OAAO,EAAE,IAAI,CAAA;IACb,KAAK,EAAE,IAAI,CAAA;IACX,MAAM,EAAE,QAAQ,CAAA;IAChB,SAAS,EAAE,UAAU,EAAE,CAAA;IACvB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAgBD;;;;;;;GAOG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,WAAW,GAAG,YAAY,CAAC;IAC/D,KAAK,EAAE,eAAe,EAAE,CAAA;IACxB,YAAY,EAAE,YAAY,EAAE,CAAA;IAC5B,OAAO,EAAE,QAAQ,EAAE,CAAA;IACnB,QAAQ,EAAE,QAAQ,EAAE,CAAA;CACrB,CAAC,CAqHD;AAMD;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,YAAY,CAAC,eAAe,CAAC,CA0C7E;AAED;;;GAGG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,WAAW,GAAG,YAAY,CAAC,cAAc,CAAC,CAG3E;AAED;;;GAGG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,YAAY,CAAC,eAAe,CAAC,CAG7E;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,WAAW,GAAG,YAAY,CAAC,gBAAgB,CAAC,CAyB/E;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,WAAW,GAAG,YAAY,CAAC,kBAAkB,CAAC,CAgBnF;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,WAAW,GAAG,YAAY,CAAC,kBAAkB,CAAC,CAGnF"}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import type { GanttSidebarColumnDef } from "./gantt/types";
|
|
2
|
-
/** Default status id → design token name. Components use var(--token) for theme-aware colors. */
|
|
3
|
-
export declare const DEFAULT_STATUS_COLOR_MAP: Record<string, string>;
|
|
4
|
-
/** Resolve a status color token to a CSS variable value for use in inline styles. */
|
|
5
|
-
export declare function getStatusColorCssVar(token: string): string;
|
|
6
|
-
/**
|
|
7
|
-
* Adjusts a color (OKLCH or hex) for the target theme: darken when rendering
|
|
8
|
-
* in light mode, lighten when rendering in dark mode.
|
|
9
|
-
*/
|
|
10
|
-
export declare function adjustColorForTheme(color: string, fromTheme: "light" | "dark", toTheme: "light" | "dark"): string;
|
|
11
|
-
/**
|
|
12
|
-
* Resolves status color for display: uses customColor with theme adjustment
|
|
13
|
-
* when present, otherwise token via getStatusColorCssVar.
|
|
14
|
-
*/
|
|
15
|
-
export declare function getResolvedStatusColor(status: {
|
|
16
|
-
color: string;
|
|
17
|
-
customColor?: {
|
|
18
|
-
value: string;
|
|
19
|
-
assignedInTheme: "light" | "dark";
|
|
20
|
-
};
|
|
21
|
-
}, currentTheme: "light" | "dark"): string;
|
|
22
|
-
export declare const CORE_PM_FIELDS: {
|
|
23
|
-
readonly name: {
|
|
24
|
-
readonly type: "string";
|
|
25
|
-
readonly dataKey: "name";
|
|
26
|
-
};
|
|
27
|
-
readonly startAt: {
|
|
28
|
-
readonly type: "date";
|
|
29
|
-
readonly dataKey: "startAt";
|
|
30
|
-
};
|
|
31
|
-
readonly endAt: {
|
|
32
|
-
readonly type: "date";
|
|
33
|
-
readonly dataKey: "endAt";
|
|
34
|
-
};
|
|
35
|
-
readonly assignees: {
|
|
36
|
-
readonly type: "people";
|
|
37
|
-
readonly dataKey: "assignees";
|
|
38
|
-
};
|
|
39
|
-
readonly tags: {
|
|
40
|
-
readonly type: "tags";
|
|
41
|
-
readonly dataKey: "tags";
|
|
42
|
-
};
|
|
43
|
-
readonly progress: {
|
|
44
|
-
readonly type: "percentage";
|
|
45
|
-
readonly dataKey: "progress";
|
|
46
|
-
};
|
|
47
|
-
readonly priority: {
|
|
48
|
-
readonly type: "priority";
|
|
49
|
-
readonly dataKey: "priority";
|
|
50
|
-
};
|
|
51
|
-
readonly effort: {
|
|
52
|
-
readonly type: "number";
|
|
53
|
-
readonly dataKey: "effort";
|
|
54
|
-
};
|
|
55
|
-
readonly actualEnd: {
|
|
56
|
-
readonly type: "date";
|
|
57
|
-
readonly dataKey: "actualEnd";
|
|
58
|
-
};
|
|
59
|
-
readonly blocked: {
|
|
60
|
-
readonly type: "boolean";
|
|
61
|
-
readonly dataKey: "blocked";
|
|
62
|
-
};
|
|
63
|
-
readonly rating: {
|
|
64
|
-
readonly type: "rating";
|
|
65
|
-
readonly dataKey: "rating";
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
export type PMFieldKey = keyof typeof CORE_PM_FIELDS;
|
|
69
|
-
export declare const DEFAULT_COLUMN_IDS: readonly ["tasks", "timeline", "duration", "dependencies"];
|
|
70
|
-
/**
|
|
71
|
-
* Returns default column defs: built from templates.
|
|
72
|
-
* "Default" columns are those with visibleByDefault: true.
|
|
73
|
-
*/
|
|
74
|
-
export declare function getDefaultColumnDefs(): GanttSidebarColumnDef[];
|
|
75
|
-
//# sourceMappingURL=pm-definition.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pm-definition.d.ts","sourceRoot":"","sources":["../../../src/components/pm/pm-definition.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,eAAe,CAAC;AAO3D,iGAAiG;AACjG,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAM3D,CAAC;AAEF,qFAAqF;AACrF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE1D;AAQD;;;GAGG;AACH,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,OAAO,GAAG,MAAM,EAC3B,OAAO,EAAE,OAAO,GAAG,MAAM,GACxB,MAAM,CAoCR;AAED;;;GAGG;AACH,wBAAgB,sBAAsB,CACpC,MAAM,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,eAAe,EAAE,OAAO,GAAG,MAAM,CAAA;KAAE,CAAA;CAAE,EAC7F,YAAY,EAAE,OAAO,GAAG,MAAM,GAC7B,MAAM,CASR;AAMD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAYjB,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,cAAc,CAAC;AAMrD,eAAO,MAAM,kBAAkB,4DAA6D,CAAC;AAE7F;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,qBAAqB,EAAE,CAW9D"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { ReactNode } from "react";
|
|
2
|
-
import { type ResolvedTheme } from "@/hooks/use-resolved-theme";
|
|
3
|
-
export type { ResolvedTheme };
|
|
4
|
-
export interface PMThemeProviderProps {
|
|
5
|
-
children: ReactNode;
|
|
6
|
-
}
|
|
7
|
-
/**
|
|
8
|
-
* Provides resolved theme (light | dark) to PM subtree for theme-aware
|
|
9
|
-
* color resolution. Must be used inside next-themes ThemeProvider.
|
|
10
|
-
*/
|
|
11
|
-
export declare function PMThemeProvider({ children }: PMThemeProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
/**
|
|
13
|
-
* Returns the resolved theme when inside PMThemeProvider; otherwise null.
|
|
14
|
-
* Prefer using useResolvedTheme() directly when next-themes is available.
|
|
15
|
-
*/
|
|
16
|
-
export declare function usePMTheme(): ResolvedTheme | null;
|
|
17
|
-
//# sourceMappingURL=pm-theme-context.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pm-theme-context.d.ts","sourceRoot":"","sources":["../../../src/components/pm/pm-theme-context.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEtC,OAAO,EAAoB,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAIjF,YAAY,EAAE,aAAa,EAAE,CAAA;AAE7B,MAAM,WAAW,oBAAoB;IACnC,QAAQ,EAAE,SAAS,CAAA;CACpB;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,EAAE,QAAQ,EAAE,EAAE,oBAAoB,2CAOjE;AAED;;;GAGG;AACH,wBAAgB,UAAU,IAAI,aAAa,GAAG,IAAI,CAEjD"}
|