@affino/datagrid-vue-app 0.1.30 → 0.1.31

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 { default as t } from "./chunks/DataGridGanttStageEntry-Dt0DXiFp.js";
1
+ import { default as t } from "./chunks/DataGridGanttStageEntry-C4qhNhnp.js";
2
2
  import { buildDataGridTimelineRenderModels as r, normalizeDataGridGanttOptions as d, resolveDataGridTimelineRange as n } from "@affino/datagrid-gantt";
3
3
  export {
4
4
  t as DataGridGanttStage,
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as xe, ref as D, provide as Xe, computed as m, watch as h, onBeforeUnmount as we, h as ge, mergeProps as Ze, toRef as Me } from "vue";
2
2
  import { useDataGridRuntime as et } from "@affino/datagrid-vue";
3
3
  import { useDataGridAppSelection as tt, useDataGridAppRowSelection as ot } from "@affino/datagrid-vue/app";
4
- import { r as nt, g as rt, h as lt, i as at, b as it, d as ut, c as st, j as dt, u as ct, D as ft } from "./chunks/useDataGridAppRowModel-LxM-A-yG.js";
5
- import { a as So, k as bo } from "./chunks/useDataGridAppRowModel-LxM-A-yG.js";
6
- import { s as mt } from "./chunks/DataGridTableStage.vue_vue_type_script_setup_true_lang-BHusDA4Y.js";
4
+ import { r as nt, g as rt, h as lt, i as at, b as it, d as ut, c as st, j as dt, u as ct, D as ft } from "./chunks/useDataGridAppRowModel-HgHd3xEp.js";
5
+ import { a as So, k as bo } from "./chunks/useDataGridAppRowModel-HgHd3xEp.js";
6
+ import { s as mt } from "./chunks/DataGridTableStage.vue_vue_type_script_setup_true_lang-Q2ri6J1V.js";
7
7
  import { applyGridTheme as yt, resolveGridThemeTokens as vt, defaultStyleConfig as x, sugarTheme as je, industrialNeutralTheme as Oe } from "@affino/datagrid-theme";
8
8
  import { d as gt } from "./chunks/dataGridOverlayThemeVars-vzY74EIz.js";
9
9
  function uo() {
package/dist/internal.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import { d as t, r } from "./chunks/dataGridOverlayThemeVars-vzY74EIz.js";
2
2
  import { buildDataGridChromePaneModel as i, buildDataGridChromeRenderModel as d } from "@affino/datagrid-chrome";
3
- import { D as l, a as n, r as G, b as D, c as S, d as u, u as g, e as b, f as m } from "./chunks/useDataGridAppRowModel-LxM-A-yG.js";
4
- import { _ as p } from "./chunks/DataGridGanttStage.vue_vue_type_script_setup_true_lang-CBY4QNN1.js";
3
+ import { D as l, a as n, r as G, b as D, c as S, d as u, u as g, e as b, f as m } from "./chunks/useDataGridAppRowModel-HgHd3xEp.js";
4
+ import { _ as p } from "./chunks/DataGridGanttStage.vue_vue_type_script_setup_true_lang-DJ72Tgpd.js";
5
5
  import { _ as R } from "./chunks/DataGridAdvancedFilterPopover.vue_vue_type_script_setup_true_lang-BshOPOFV.js";
6
6
  import { _ as f } from "./chunks/DataGridFindReplacePopover.vue_vue_type_script_setup_true_lang-BEVRKG31.js";
7
- import { _ as v, c as M, a as h, d as w, p as y, u as F, b as P, e as _, f as A, g as O, h as E, i as H, j as K, k as V, l as j, m as k, n as z } from "./chunks/DataGridTableStage.vue_vue_type_script_setup_true_lang-BHusDA4Y.js";
7
+ import { _ as v, c as M, a as h, d as w, p as y, u as F, b as P, e as _, f as A, g as O, h as E, i as H, j as K, k as V, l as j, m as k, n as z } from "./chunks/DataGridTableStage.vue_vue_type_script_setup_true_lang-Q2ri6J1V.js";
8
8
  import { buildDataGridTimelineRenderModels as I, normalizeDataGridGanttOptions as L, resolveDataGridTimelineRange as q } from "@affino/datagrid-gantt";
9
9
  export {
10
10
  R as DataGridAdvancedFilterPopover,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@affino/datagrid-vue-app",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "Declarative Vue DataGrid component for Affino",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -42,9 +42,9 @@
42
42
  "@affino/menu-vue": "^2.1.1",
43
43
  "@affino/popover-vue": "^1.1.0",
44
44
  "@affino/datagrid-chrome": "0.1.1",
45
- "@affino/datagrid-theme": "0.2.2",
45
+ "@affino/datagrid-vue": "0.3.20",
46
46
  "@affino/datagrid-gantt": "0.1.1",
47
- "@affino/datagrid-vue": "0.3.20"
47
+ "@affino/datagrid-theme": "0.2.2"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "vue": "^3.3.0"