@univerjs/sheets-data-validation 0.5.3-nightly.202501101606 → 0.5.3-nightly.202501111605

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.
@@ -6,7 +6,7 @@ export interface IFWorksheetDataValidationMixin {
6
6
  * Get all data validation rules in current sheet.
7
7
  * @returns all data validation rules
8
8
  * ```ts
9
- * const workbook = univerAPI.getActiveUniverSheet();
9
+ * const workbook = univerAPI.getActiveWorkbook();
10
10
  * const worksheet = workbook.getWorksheet('sheet1');
11
11
  * const dataValidations = worksheet.getDataValidations();
12
12
  * ```
@@ -16,7 +16,7 @@ export interface IFWorksheetDataValidationMixin {
16
16
  * Get data validation validator status for current sheet.
17
17
  * @returns matrix of validator status
18
18
  * ```ts
19
- * const workbook = univerAPI.getActiveUniverSheet();
19
+ * const workbook = univerAPI.getActiveWorkbook();
20
20
  * const worksheet = workbook.getWorksheet('sheet1');
21
21
  * const validatorStatus = worksheet.getValidatorStatus();
22
22
  * ```
@@ -27,7 +27,7 @@ export interface IFWorksheetDataValidationMixin {
27
27
  * @param ruleId - the rule id
28
28
  * @returns data validation rule
29
29
  * ```ts
30
- * const workbook = univerAPI.getActiveUniverSheet();
30
+ * const workbook = univerAPI.getActiveWorkbook();
31
31
  * const worksheet = workbook.getWorksheet('sheet1');
32
32
  * const dataValidation = worksheet.getDataValidation('ruleId');
33
33
  * ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/sheets-data-validation",
3
- "version": "0.5.3-nightly.202501101606",
3
+ "version": "0.5.3-nightly.202501111605",
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.3-nightly.202501101606",
58
- "@univerjs/data-validation": "0.5.3-nightly.202501101606",
59
- "@univerjs/engine-formula": "0.5.3-nightly.202501101606",
60
- "@univerjs/sheets-formula": "0.5.3-nightly.202501101606",
61
- "@univerjs/sheets": "0.5.3-nightly.202501101606"
57
+ "@univerjs/core": "0.5.3-nightly.202501111605",
58
+ "@univerjs/sheets-formula": "0.5.3-nightly.202501111605",
59
+ "@univerjs/engine-formula": "0.5.3-nightly.202501111605",
60
+ "@univerjs/data-validation": "0.5.3-nightly.202501111605",
61
+ "@univerjs/sheets": "0.5.3-nightly.202501111605"
62
62
  },
63
63
  "devDependencies": {
64
64
  "less": "^4.2.1",