@univerjs/preset-sheets-data-validation 0.10.1 → 0.10.2
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/lib/cjs/locales/ca-ES.js +1 -1
- package/lib/cjs/locales/en-US.js +1 -1
- package/lib/cjs/locales/es-ES.js +1 -1
- package/lib/cjs/locales/fa-IR.js +1 -1
- package/lib/cjs/locales/fr-FR.js +1 -1
- package/lib/cjs/locales/ko-KR.js +1 -1
- package/lib/cjs/locales/ru-RU.js +1 -1
- package/lib/cjs/locales/vi-VN.js +1 -1
- package/lib/cjs/locales/zh-CN.js +1 -1
- package/lib/cjs/locales/zh-TW.js +1 -1
- package/lib/es/locales/ca-ES.js +4 -5
- package/lib/es/locales/en-US.js +5 -6
- package/lib/es/locales/es-ES.js +5 -6
- package/lib/es/locales/fa-IR.js +4 -5
- package/lib/es/locales/fr-FR.js +4 -5
- package/lib/es/locales/ko-KR.js +5 -6
- package/lib/es/locales/ru-RU.js +4 -5
- package/lib/es/locales/vi-VN.js +5 -6
- package/lib/es/locales/zh-CN.js +5 -6
- package/lib/es/locales/zh-TW.js +5 -6
- package/lib/locales/ca-ES.js +4 -5
- package/lib/locales/en-US.js +5 -6
- package/lib/locales/es-ES.js +5 -6
- package/lib/locales/fa-IR.js +4 -5
- package/lib/locales/fr-FR.js +4 -5
- package/lib/locales/ko-KR.js +5 -6
- package/lib/locales/ru-RU.js +4 -5
- package/lib/locales/vi-VN.js +5 -6
- package/lib/locales/zh-CN.js +5 -6
- package/lib/locales/zh-TW.js +5 -6
- package/lib/types/locales/ca-ES.d.ts +3 -1
- package/lib/types/locales/en-US.d.ts +3 -1
- package/lib/types/locales/es-ES.d.ts +3 -1
- package/lib/types/locales/fa-IR.d.ts +3 -1
- package/lib/types/locales/fr-FR.d.ts +3 -1
- package/lib/types/locales/ko-KR.d.ts +3 -1
- package/lib/types/locales/ru-RU.d.ts +3 -1
- package/lib/types/locales/vi-VN.d.ts +3 -1
- package/lib/types/locales/zh-CN.d.ts +3 -1
- package/lib/types/locales/zh-TW.d.ts +3 -1
- package/lib/umd/locales/ca-ES.js +1 -1
- package/lib/umd/locales/en-US.js +1 -1
- package/lib/umd/locales/es-ES.js +1 -1
- package/lib/umd/locales/fa-IR.js +1 -1
- package/lib/umd/locales/fr-FR.js +1 -1
- package/lib/umd/locales/ko-KR.js +1 -1
- package/lib/umd/locales/ru-RU.js +1 -1
- package/lib/umd/locales/vi-VN.js +1 -1
- package/lib/umd/locales/zh-CN.js +1 -1
- package/lib/umd/locales/zh-TW.js +1 -1
- package/package.json +6 -6
package/lib/cjs/locales/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-data-validation-ui/locale/ca-ES"),r=e.mergeLocales(s);module.exports=r;
|
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-data-validation-ui/locale/en-US"),r=e.mergeLocales(s);module.exports=r;
|
package/lib/cjs/locales/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-data-validation-ui/locale/es-ES"),r=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-data-validation-ui/locale/es-ES"),r=e.mergeLocales(s);module.exports=r;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-data-validation-ui/locale/fa-IR"),r=e.mergeLocales(s);module.exports=r;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-data-validation-ui/locale/fr-FR"),s=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-data-validation-ui/locale/fr-FR"),s=e.mergeLocales(r);module.exports=s;
|
package/lib/cjs/locales/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-data-validation-ui/locale/ko-KR"),r=e.mergeLocales(s);module.exports=r;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-data-validation-ui/locale/ru-RU"),s=e.
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),r=require("@univerjs/sheets-data-validation-ui/locale/ru-RU"),s=e.mergeLocales(r);module.exports=s;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-data-validation-ui/locale/vi-VN"),r=e.mergeLocales(s);module.exports=r;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-data-validation-ui/locale/zh-CN"),r=e.mergeLocales(s);module.exports=r;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("@univerjs/core"),
|
|
1
|
+
"use strict";const e=require("@univerjs/core"),s=require("@univerjs/sheets-data-validation-ui/locale/zh-TW"),r=e.mergeLocales(s);module.exports=r;
|
package/lib/es/locales/ca-ES.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const r =
|
|
4
|
-
|
|
5
|
-
a
|
|
1
|
+
import { mergeLocales as a } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets-data-validation-ui/locale/ca-ES";
|
|
3
|
+
const r = a(
|
|
4
|
+
e
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
7
|
r as default
|
package/lib/es/locales/en-US.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
t
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/en-US";
|
|
3
|
+
const r = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
r as default
|
|
9
8
|
};
|
package/lib/es/locales/es-ES.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
t
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/es-ES";
|
|
3
|
+
const r = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
r as default
|
|
9
8
|
};
|
package/lib/es/locales/fa-IR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const r =
|
|
4
|
-
|
|
5
|
-
a
|
|
1
|
+
import { mergeLocales as a } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets-data-validation-ui/locale/fa-IR";
|
|
3
|
+
const r = a(
|
|
4
|
+
e
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
7
|
r as default
|
package/lib/es/locales/fr-FR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const a =
|
|
4
|
-
|
|
5
|
-
t
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/fr-FR";
|
|
3
|
+
const a = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
7
|
a as default
|
package/lib/es/locales/ko-KR.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
t
|
|
1
|
+
import { mergeLocales as o } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets-data-validation-ui/locale/ko-KR";
|
|
3
|
+
const r = o(
|
|
4
|
+
e
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
r as default
|
|
9
8
|
};
|
package/lib/es/locales/ru-RU.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const a =
|
|
4
|
-
|
|
5
|
-
t
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/ru-RU";
|
|
3
|
+
const a = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
7
|
a as default
|
package/lib/es/locales/vi-VN.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
e
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/vi-VN";
|
|
3
|
+
const i = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
i as default
|
|
9
8
|
};
|
package/lib/es/locales/zh-CN.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
e
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/zh-CN";
|
|
3
|
+
const r = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
r as default
|
|
9
8
|
};
|
package/lib/es/locales/zh-TW.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
e
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/zh-TW";
|
|
3
|
+
const r = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
r as default
|
|
9
8
|
};
|
package/lib/locales/ca-ES.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const r =
|
|
4
|
-
|
|
5
|
-
a
|
|
1
|
+
import { mergeLocales as a } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets-data-validation-ui/locale/ca-ES";
|
|
3
|
+
const r = a(
|
|
4
|
+
e
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
7
|
r as default
|
package/lib/locales/en-US.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
t
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/en-US";
|
|
3
|
+
const r = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
r as default
|
|
9
8
|
};
|
package/lib/locales/es-ES.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
t
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/es-ES";
|
|
3
|
+
const r = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
r as default
|
|
9
8
|
};
|
package/lib/locales/fa-IR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const r =
|
|
4
|
-
|
|
5
|
-
a
|
|
1
|
+
import { mergeLocales as a } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets-data-validation-ui/locale/fa-IR";
|
|
3
|
+
const r = a(
|
|
4
|
+
e
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
7
|
r as default
|
package/lib/locales/fr-FR.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const a =
|
|
4
|
-
|
|
5
|
-
t
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/fr-FR";
|
|
3
|
+
const a = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
7
|
a as default
|
package/lib/locales/ko-KR.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
t
|
|
1
|
+
import { mergeLocales as o } from "@univerjs/core";
|
|
2
|
+
import e from "@univerjs/sheets-data-validation-ui/locale/ko-KR";
|
|
3
|
+
const r = o(
|
|
4
|
+
e
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
r as default
|
|
9
8
|
};
|
package/lib/locales/ru-RU.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const a =
|
|
4
|
-
|
|
5
|
-
t
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/ru-RU";
|
|
3
|
+
const a = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
7
|
a as default
|
package/lib/locales/vi-VN.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
e
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/vi-VN";
|
|
3
|
+
const i = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
i as default
|
|
9
8
|
};
|
package/lib/locales/zh-CN.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
e
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/zh-CN";
|
|
3
|
+
const r = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
r as default
|
|
9
8
|
};
|
package/lib/locales/zh-TW.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
e
|
|
1
|
+
import { mergeLocales as e } from "@univerjs/core";
|
|
2
|
+
import o from "@univerjs/sheets-data-validation-ui/locale/zh-TW";
|
|
3
|
+
const r = e(
|
|
4
|
+
o
|
|
6
5
|
);
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
r as default
|
|
9
8
|
};
|
package/lib/umd/locales/ca-ES.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/ca-ES
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/ca-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/ca-ES"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationCaES=i(e.UniverCore,e.UniverSheetsDataValidationUiCaES))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/ca-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/ca-ES"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationCaES=i(e.UniverCore,e.UniverSheetsDataValidationUiCaES))})(this,function(e,i){"use strict";return e.mergeLocales(i)});
|
package/lib/umd/locales/en-US.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/en-US
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/en-US"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationEnUS=i(e.UniverCore,e.UniverSheetsDataValidationUiEnUS))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/en-US")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/en-US"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationEnUS=i(e.UniverCore,e.UniverSheetsDataValidationUiEnUS))})(this,function(e,i){"use strict";return e.mergeLocales(i)});
|
package/lib/umd/locales/es-ES.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/es-ES
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/es-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/es-ES"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationEsES=i(e.UniverCore,e.UniverSheetsDataValidationUiEsES))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/es-ES")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/es-ES"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationEsES=i(e.UniverCore,e.UniverSheetsDataValidationUiEsES))})(this,function(e,i){"use strict";return e.mergeLocales(i)});
|
package/lib/umd/locales/fa-IR.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/fa-IR
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/fa-IR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationFaIR=i(e.UniverCore,e.UniverSheetsDataValidationUiFaIR))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/fa-IR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/fa-IR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationFaIR=i(e.UniverCore,e.UniverSheetsDataValidationUiFaIR))})(this,function(e,i){"use strict";return e.mergeLocales(i)});
|
package/lib/umd/locales/fr-FR.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/fr-FR
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/fr-FR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationFrFR=i(e.UniverCore,e.UniverSheetsDataValidationUiFrFR))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/fr-FR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/fr-FR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationFrFR=i(e.UniverCore,e.UniverSheetsDataValidationUiFrFR))})(this,function(e,i){"use strict";return e.mergeLocales(i)});
|
package/lib/umd/locales/ko-KR.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/ko-KR
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/ko-KR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationKoKR=i(e.UniverCore,e.UniverSheetsDataValidationUiKoKR))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/ko-KR")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/ko-KR"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationKoKR=i(e.UniverCore,e.UniverSheetsDataValidationUiKoKR))})(this,function(e,i){"use strict";return e.mergeLocales(i)});
|
package/lib/umd/locales/ru-RU.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/ru-RU
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/ru-RU"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationRuRU=i(e.UniverCore,e.UniverSheetsDataValidationUiRuRU))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/ru-RU")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/ru-RU"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationRuRU=i(e.UniverCore,e.UniverSheetsDataValidationUiRuRU))})(this,function(e,i){"use strict";return e.mergeLocales(i)});
|
package/lib/umd/locales/vi-VN.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/vi-VN
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationViVN=i(e.UniverCore,e.UniverSheetsDataValidationUiViVN))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/vi-VN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/vi-VN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationViVN=i(e.UniverCore,e.UniverSheetsDataValidationUiViVN))})(this,function(e,i){"use strict";return e.mergeLocales(i)});
|
package/lib/umd/locales/zh-CN.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/zh-CN
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationZhCN=i(e.UniverCore,e.UniverSheetsDataValidationUiZhCN))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/zh-CN")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/zh-CN"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationZhCN=i(e.UniverCore,e.UniverSheetsDataValidationUiZhCN))})(this,function(e,i){"use strict";return e.mergeLocales(i)});
|
package/lib/umd/locales/zh-TW.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
// locale/zh-TW
|
|
6
|
-
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationZhTW=i(e.UniverCore,e.UniverSheetsDataValidationUiZhTW))})(this,function(e,i){"use strict";return e.
|
|
6
|
+
(function(e,i){typeof exports=="object"&&typeof module<"u"?module.exports=i(require("@univerjs/core"),require("@univerjs/sheets-data-validation-ui/locale/zh-TW")):typeof define=="function"&&define.amd?define(["@univerjs/core","@univerjs/sheets-data-validation-ui/locale/zh-TW"],i):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverPresetSheetsDataValidationZhTW=i(e.UniverCore,e.UniverSheetsDataValidationUiZhTW))})(this,function(e,i){"use strict";return e.mergeLocales(i)});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs/preset-sheets-data-validation",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
"rxjs": ">=7.0.0"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@univerjs/data-validation": "0.10.
|
|
62
|
-
"@univerjs/sheets-data-validation": "0.10.
|
|
63
|
-
"@univerjs/sheets-data-validation-ui": "0.10.
|
|
61
|
+
"@univerjs/data-validation": "0.10.2",
|
|
62
|
+
"@univerjs/sheets-data-validation": "0.10.2",
|
|
63
|
+
"@univerjs/sheets-data-validation-ui": "0.10.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@univerjs/core": "0.10.
|
|
66
|
+
"@univerjs/core": "0.10.2",
|
|
67
67
|
"react": "18.3.1",
|
|
68
68
|
"react-dom": "18.3.1",
|
|
69
69
|
"rxjs": "7.8.2",
|
|
70
70
|
"typescript": "^5.8.3",
|
|
71
|
-
"@univerjs-infra/shared": "0.10.
|
|
71
|
+
"@univerjs-infra/shared": "0.10.2"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"prebuild:preset": "tsx prepare.ts",
|