@fileverse-dev/dsheet 4.0.2 → 4.0.3-import-compaction.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/index.es.js CHANGED
@@ -1,5 +1,5 @@
1
- import { C as s, a as t, b as o, S as r, d as l, i as d, e as n, T as i, f as S, g as c, h, j as m, k as p, l as C, n as u, o as E, p as F, q as g, s as x, t as R, u as f, v as w, w as A, x as I, z as L, A as T, B as v, D as b, E as D } from "./index-Bw9u774w.js";
2
- import { cr as k, cs as V, ct as y, cy as z, bo as P, e as U, f as X, l as _, a as B, d7 as O, d8 as j, b7 as G, d9 as H, da as q, de as J, df as K, dh as N, I as W, dw as Y, dW as Z, b0 as Q } from "./executeStringFunction-BQvE7aeV.js";
1
+ import { C as s, b as t, d as o, S as r, f as l, g as d, h as n, T as i, j as S, k as c, l as h, n as m, o as p, p as C, q as u, s as E, t as F, u as g, v as x, w as R, x as f, z as w, A, B as I, D as L, E as T, F as v, G as b, H as D } from "./index-CtF9qA4V.js";
2
+ import { cr as k, cs as V, ct as y, cy as z, bo as P, e as U, f as X, l as _, a as B, d7 as G, d8 as H, b7 as O, d9 as j, da as q, de as J, df as K, dh as N, I as W, dw as Y, dW as Z, b0 as Q } from "./executeStringFunction-C1C2F-4h.js";
3
3
  import { FLVURL as ee } from "@fileverse-dev/formulajs";
4
4
  import { E as se, S as te } from "./constants-Cdz6oSCq.js";
5
5
  export {
@@ -34,10 +34,10 @@ export {
34
34
  F as handleExportToCSV,
35
35
  g as handleExportToJSON,
36
36
  x as handleExportToXLSX,
37
- O as handleFreeze,
38
- j as handleHorizontalAlign,
39
- G as handleLink,
40
- H as handleMerge,
37
+ G as handleFreeze,
38
+ H as handleHorizontalAlign,
39
+ O as handleLink,
40
+ j as handleMerge,
41
41
  R as handlePasteByClick,
42
42
  q as handleSort,
43
43
  J as handleTextSize,
@@ -56,6 +56,7 @@ export declare function getSheetWithLatestCelldata(ctx: Context, options?: Commo
56
56
  luckysheet_conditionformat_save?: any[];
57
57
  luckysheet_alternateformat_save?: any[];
58
58
  dataVerification?: any;
59
+ dataVerificationDefs?: any[];
59
60
  conditionRules?: import('../types').ConditionRulesProps;
60
61
  hyperlink?: Record<string, import('..').HyperlinkEntry | import('..').HyperlinkEntry[]>;
61
62
  dynamicArray_compute?: any;
@@ -246,6 +246,8 @@ export type Sheet = {
246
246
  luckysheet_conditionformat_save?: any[];
247
247
  luckysheet_alternateformat_save?: any[];
248
248
  dataVerification?: any;
249
+ /** Interned dataVerification entries; per-cell map may hold numeric refs into this list. */
250
+ dataVerificationDefs?: any[];
249
251
  conditionRules?: ConditionRulesProps;
250
252
  hyperlink?: Record<string, HyperlinkEntry | HyperlinkEntry[]>;
251
253
  dynamicArray_compute?: any;
@@ -119,6 +119,7 @@ export declare function generateAPIs(context: Context, setContext: (recipe: (ctx
119
119
  luckysheet_conditionformat_save?: any[];
120
120
  luckysheet_alternateformat_save?: any[];
121
121
  dataVerification?: any;
122
+ dataVerificationDefs?: any[];
122
123
  conditionRules?: import('../../../core/types').ConditionRulesProps;
123
124
  hyperlink?: Record<string, import('../../../core').HyperlinkEntry | import('../../../core').HyperlinkEntry[]>;
124
125
  dynamicArray_compute?: any;
@@ -120,6 +120,7 @@ declare const Workbook: React.ForwardRefExoticComponent<Settings & AdditionalPro
120
120
  luckysheet_conditionformat_save?: any[];
121
121
  luckysheet_alternateformat_save?: any[];
122
122
  dataVerification?: any;
123
+ dataVerificationDefs?: any[];
123
124
  conditionRules?: import('../../../core/types').ConditionRulesProps;
124
125
  hyperlink?: Record<string, import('../../../core').HyperlinkEntry | import('../../../core').HyperlinkEntry[]>;
125
126
  dynamicArray_compute?: any;