@affino/datagrid-vue-app 0.1.64 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -7
- package/dist/DataGrid.d.ts +1 -3
- package/dist/chunks/DataGridGanttStageEntry-Cypf1c3l.js +12522 -0
- package/dist/chunks/useDataGridAppRowModel-b5bfkfo3.js +5574 -0
- package/dist/gantt.js +1 -1
- package/dist/host/DataGridDefaultRenderer.d.ts +1 -1
- package/dist/index.js +373 -377
- package/dist/internal.js +2 -2
- package/dist/stage/DataGridTableStageCenterPane.vue.d.ts +9 -0
- package/dist/stage/dataGridTableStage.types.d.ts +1 -0
- package/dist/stage/dataGridTableStageA11y.d.ts +4 -0
- package/dist/stage/dataGridTableStageBody.types.d.ts +5 -0
- package/dist/stage/useDataGridStageCellRendering.d.ts +0 -1
- package/dist/stage/useDataGridStagePanes.grouped.d.ts +6 -0
- package/dist/stage/useDataGridStageRenderApis.d.ts +5 -0
- package/dist/stage/useDataGridStageRenderApis.grouped.d.ts +5 -0
- package/dist/stage/useDataGridStageViewportRuntime.d.ts +4 -0
- package/dist/stage/useDataGridTableStageRuntime.d.ts +2 -0
- package/package.json +7 -7
- package/dist/chunks/DataGridGanttStageEntry-DGDFifU8.js +0 -12216
- package/dist/chunks/useDataGridAppRowModel-DF6K2Rd8.js +0 -5409
package/dist/gantt.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as t } from "./chunks/DataGridGanttStageEntry-
|
|
1
|
+
import { D as t } from "./chunks/DataGridGanttStageEntry-Cypf1c3l.js";
|
|
2
2
|
import { buildDataGridTimelineRenderModels as r, normalizeDataGridGanttOptions as n, resolveDataGridTimelineRange as o } from "@affino/datagrid-gantt";
|
|
3
3
|
export {
|
|
4
4
|
t as DataGridGanttStage,
|
|
@@ -579,6 +579,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
579
579
|
reportFillPlumbingDetail: ((layer: string, value: string) => void) | undefined;
|
|
580
580
|
rowSelection: boolean;
|
|
581
581
|
gantt: DataGridGanttProp | undefined;
|
|
582
|
+
rangeMove: boolean;
|
|
582
583
|
reportFillWarning: ((message: string) => void) | undefined;
|
|
583
584
|
onCellEdit: ((payload: {
|
|
584
585
|
rowId: string | number;
|
|
@@ -602,7 +603,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
602
603
|
minRows: number | null;
|
|
603
604
|
maxRows: number | null;
|
|
604
605
|
fillHandle: boolean;
|
|
605
|
-
rangeMove: boolean;
|
|
606
606
|
readSelectionCell: ((row: DataGridRowNode<Record<string, unknown>>, columnKey: string) => unknown) | undefined;
|
|
607
607
|
viewMode: DataGridAppViewMode;
|
|
608
608
|
toolbarModules: readonly DataGridAppToolbarModule[];
|