@affino/datagrid-vue-app 0.1.64 → 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/dist/gantt.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D as t } from "./chunks/DataGridGanttStageEntry-DGDFifU8.js";
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[];