@univerjs/sheets-data-validation 0.5.5-nightly.202501210734 → 0.5.5-nightly.202501210849

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.
@@ -10,6 +10,7 @@ import { FDataValidation } from './f-data-validation';
10
10
  * const rule = FUniver.newDataValidation().requireValueInRange(range).build();
11
11
  * cell.setDataValidation(rule);
12
12
  * ```
13
+ * @hideconstructor
13
14
  */
14
15
  export declare class FDataValidationBuilder {
15
16
  private _rule;
@@ -1,6 +1,9 @@
1
1
  import { DataValidationOperator, DataValidationType, IDataValidationRule, IDataValidationRuleOptions, Injector, Worksheet } from '@univerjs/core';
2
2
  import { FRange } from '@univerjs/sheets/facade';
3
3
  import { FDataValidationBuilder } from './f-data-validation-builder';
4
+ /**
5
+ * @hideconstructor
6
+ */
4
7
  export declare class FDataValidation {
5
8
  rule: IDataValidationRule;
6
9
  private _worksheet;
@@ -16,6 +16,9 @@ export declare class FUnvierDataValidationMixin extends FUniver {
16
16
  * ```
17
17
  */
18
18
  newDataValidation(): FDataValidationBuilder;
19
+ /**
20
+ * @ignore
21
+ */
19
22
  _initialize(injector: Injector): void;
20
23
  }
21
24
  declare module '@univerjs/core' {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-data-validation",
3
- "version": "0.5.5-nightly.202501210734",
3
+ "version": "0.5.5-nightly.202501210849",
4
4
  "private": false,
5
5
  "description": "Data validation for Univer Sheets",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -54,11 +54,11 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@univerjs/protocol": "0.1.40",
57
- "@univerjs/core": "0.5.5-nightly.202501210734",
58
- "@univerjs/data-validation": "0.5.5-nightly.202501210734",
59
- "@univerjs/engine-formula": "0.5.5-nightly.202501210734",
60
- "@univerjs/sheets": "0.5.5-nightly.202501210734",
61
- "@univerjs/sheets-formula": "0.5.5-nightly.202501210734"
57
+ "@univerjs/core": "0.5.5-nightly.202501210849",
58
+ "@univerjs/data-validation": "0.5.5-nightly.202501210849",
59
+ "@univerjs/sheets": "0.5.5-nightly.202501210849",
60
+ "@univerjs/engine-formula": "0.5.5-nightly.202501210849",
61
+ "@univerjs/sheets-formula": "0.5.5-nightly.202501210849"
62
62
  },
63
63
  "devDependencies": {
64
64
  "less": "^4.2.1",