@univerjs/preset-sheets-conditional-formatting 0.23.0 → 0.25.0-insiders.20260618-fa5d5d0
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/index.js +25 -1
- package/lib/cjs/locales/ar-SA.js +11 -0
- package/lib/cjs/locales/ca-ES.js +11 -1
- package/lib/cjs/locales/de-DE.js +11 -0
- package/lib/cjs/locales/en-US.js +11 -1
- package/lib/cjs/locales/es-ES.js +11 -1
- package/lib/cjs/locales/fa-IR.js +11 -1
- package/lib/cjs/locales/fr-FR.js +11 -1
- package/lib/cjs/locales/id-ID.js +11 -0
- package/lib/cjs/locales/it-IT.js +11 -0
- package/lib/cjs/locales/ja-JP.js +11 -1
- package/lib/cjs/locales/ko-KR.js +11 -1
- package/lib/cjs/locales/pl-PL.js +11 -0
- package/lib/cjs/locales/pt-BR.js +11 -0
- package/lib/cjs/locales/ru-RU.js +11 -1
- package/lib/cjs/locales/sk-SK.js +11 -1
- package/lib/cjs/locales/vi-VN.js +11 -1
- package/lib/cjs/locales/zh-CN.js +11 -1
- package/lib/cjs/locales/zh-HK.js +11 -0
- package/lib/cjs/locales/zh-TW.js +11 -1
- package/lib/cjs/src-BZVW_BGV.js +22277 -0
- package/lib/es/index.js +14 -15
- package/lib/es/locales/ar-SA.js +9 -0
- package/lib/es/locales/ca-ES.js +9 -8
- package/lib/es/locales/de-DE.js +9 -0
- package/lib/es/locales/en-US.js +9 -8
- package/lib/es/locales/es-ES.js +9 -8
- package/lib/es/locales/fa-IR.js +9 -8
- package/lib/es/locales/fr-FR.js +9 -8
- package/lib/es/locales/id-ID.js +9 -0
- package/lib/es/locales/it-IT.js +9 -0
- package/lib/es/locales/ja-JP.js +9 -8
- package/lib/es/locales/ko-KR.js +9 -8
- package/lib/es/locales/pl-PL.js +9 -0
- package/lib/es/locales/pt-BR.js +9 -0
- package/lib/es/locales/ru-RU.js +9 -8
- package/lib/es/locales/sk-SK.js +9 -8
- package/lib/es/locales/vi-VN.js +9 -8
- package/lib/es/locales/zh-CN.js +9 -8
- package/lib/es/locales/zh-HK.js +9 -0
- package/lib/es/locales/zh-TW.js +9 -8
- package/lib/es/src-V00dEK-D.js +22233 -0
- package/lib/index.css +432 -1
- package/lib/index.js +14 -15
- package/lib/locales/ar-SA.js +9 -0
- package/lib/locales/ca-ES.js +9 -8
- package/lib/locales/de-DE.js +9 -0
- package/lib/locales/en-US.js +9 -8
- package/lib/locales/es-ES.js +9 -8
- package/lib/locales/fa-IR.js +9 -8
- package/lib/locales/fr-FR.js +9 -8
- package/lib/locales/id-ID.js +9 -0
- package/lib/locales/it-IT.js +9 -0
- package/lib/locales/ja-JP.js +9 -8
- package/lib/locales/ko-KR.js +9 -8
- package/lib/locales/pl-PL.js +9 -0
- package/lib/locales/pt-BR.js +9 -0
- package/lib/locales/ru-RU.js +9 -8
- package/lib/locales/sk-SK.js +9 -8
- package/lib/locales/vi-VN.js +9 -8
- package/lib/locales/zh-CN.js +9 -8
- package/lib/locales/zh-HK.js +9 -0
- package/lib/locales/zh-TW.js +9 -8
- package/lib/src-V00dEK-D.js +22233 -0
- package/lib/types/index.d.ts +15 -0
- package/lib/types/locales/ar-SA.d.ts +4 -0
- package/lib/types/locales/de-DE.d.ts +4 -0
- package/lib/types/locales/id-ID.d.ts +4 -0
- package/lib/types/locales/it-IT.d.ts +4 -0
- package/lib/types/locales/pl-PL.d.ts +4 -0
- package/lib/types/locales/pt-BR.d.ts +4 -0
- package/lib/types/locales/zh-HK.d.ts +4 -0
- package/lib/types/types.d.ts +16 -1
- package/lib/types/umd.d.ts +18 -4
- package/lib/umd/index.js +6 -11
- package/lib/umd/locales/ar-SA.js +8 -0
- package/lib/umd/locales/ca-ES.js +6 -3
- package/lib/umd/locales/de-DE.js +8 -0
- package/lib/umd/locales/en-US.js +6 -3
- package/lib/umd/locales/es-ES.js +6 -3
- package/lib/umd/locales/fa-IR.js +6 -3
- package/lib/umd/locales/fr-FR.js +6 -3
- package/lib/umd/locales/id-ID.js +8 -0
- package/lib/umd/locales/it-IT.js +8 -0
- package/lib/umd/locales/ja-JP.js +6 -3
- package/lib/umd/locales/ko-KR.js +6 -3
- package/lib/umd/locales/pl-PL.js +8 -0
- package/lib/umd/locales/pt-BR.js +8 -0
- package/lib/umd/locales/ru-RU.js +6 -3
- package/lib/umd/locales/sk-SK.js +6 -3
- package/lib/umd/locales/vi-VN.js +6 -3
- package/lib/umd/locales/zh-CN.js +6 -3
- package/lib/umd/locales/zh-HK.js +8 -0
- package/lib/umd/locales/zh-TW.js +6 -3
- package/package.json +12 -15
- package/LICENSE +0 -176
package/lib/cjs/index.js
CHANGED
|
@@ -1 +1,25 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
+
let _univerjs_sheets_conditional_formatting = require("@univerjs/sheets-conditional-formatting");
|
|
3
|
+
let _univerjs_sheets_conditional_formatting_ui = require("@univerjs/sheets-conditional-formatting-ui");
|
|
4
|
+
require("@univerjs/sheets-conditional-formatting/facade");
|
|
5
|
+
|
|
6
|
+
//#region src/umd.ts
|
|
7
|
+
function UniverSheetsConditionalFormattingPreset() {
|
|
8
|
+
return { plugins: [_univerjs_sheets_conditional_formatting.UniverSheetsConditionalFormattingPlugin, _univerjs_sheets_conditional_formatting_ui.UniverSheetsConditionalFormattingUIPlugin].filter((v) => !!v) };
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
//#endregion
|
|
12
|
+
exports.UniverSheetsConditionalFormattingPreset = UniverSheetsConditionalFormattingPreset;
|
|
13
|
+
Object.keys(_univerjs_sheets_conditional_formatting).forEach(function (k) {
|
|
14
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () { return _univerjs_sheets_conditional_formatting[k]; }
|
|
17
|
+
});
|
|
18
|
+
});
|
|
19
|
+
|
|
20
|
+
Object.keys(_univerjs_sheets_conditional_formatting_ui).forEach(function (k) {
|
|
21
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
22
|
+
enumerable: true,
|
|
23
|
+
get: function () { return _univerjs_sheets_conditional_formatting_ui[k]; }
|
|
24
|
+
});
|
|
25
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_ar_SA = require("@univerjs/sheets-conditional-formatting/locale/ar-SA");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_ar_SA = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_ar_SA);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_ar_SA = require("@univerjs/sheets-conditional-formatting-ui/locale/ar-SA");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_ar_SA = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_ar_SA);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ar-SA.ts
|
|
8
|
+
var ar_SA_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_ar_SA.default, _univerjs_sheets_conditional_formatting_ui_locale_ar_SA.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = ar_SA_default;
|
package/lib/cjs/locales/ca-ES.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_ca_ES = require("@univerjs/sheets-conditional-formatting/locale/ca-ES");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_ca_ES = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_ca_ES);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_ca_ES = require("@univerjs/sheets-conditional-formatting-ui/locale/ca-ES");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_ca_ES = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_ca_ES);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ca-ES.ts
|
|
8
|
+
var ca_ES_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_ca_ES.default, _univerjs_sheets_conditional_formatting_ui_locale_ca_ES.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = ca_ES_default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_de_DE = require("@univerjs/sheets-conditional-formatting/locale/de-DE");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_de_DE = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_de_DE);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_de_DE = require("@univerjs/sheets-conditional-formatting-ui/locale/de-DE");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_de_DE = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_de_DE);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/de-DE.ts
|
|
8
|
+
var de_DE_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_de_DE.default, _univerjs_sheets_conditional_formatting_ui_locale_de_DE.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = de_DE_default;
|
package/lib/cjs/locales/en-US.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_en_US = require("@univerjs/sheets-conditional-formatting/locale/en-US");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_en_US = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_en_US);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_en_US = require("@univerjs/sheets-conditional-formatting-ui/locale/en-US");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_en_US = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_en_US);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/en-US.ts
|
|
8
|
+
var en_US_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_en_US.default, _univerjs_sheets_conditional_formatting_ui_locale_en_US.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = en_US_default;
|
package/lib/cjs/locales/es-ES.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_es_ES = require("@univerjs/sheets-conditional-formatting/locale/es-ES");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_es_ES = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_es_ES);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_es_ES = require("@univerjs/sheets-conditional-formatting-ui/locale/es-ES");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_es_ES = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_es_ES);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/es-ES.ts
|
|
8
|
+
var es_ES_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_es_ES.default, _univerjs_sheets_conditional_formatting_ui_locale_es_ES.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = es_ES_default;
|
package/lib/cjs/locales/fa-IR.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_fa_IR = require("@univerjs/sheets-conditional-formatting/locale/fa-IR");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_fa_IR = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_fa_IR);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_fa_IR = require("@univerjs/sheets-conditional-formatting-ui/locale/fa-IR");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_fa_IR = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_fa_IR);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/fa-IR.ts
|
|
8
|
+
var fa_IR_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_fa_IR.default, _univerjs_sheets_conditional_formatting_ui_locale_fa_IR.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = fa_IR_default;
|
package/lib/cjs/locales/fr-FR.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_fr_FR = require("@univerjs/sheets-conditional-formatting/locale/fr-FR");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_fr_FR = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_fr_FR);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_fr_FR = require("@univerjs/sheets-conditional-formatting-ui/locale/fr-FR");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_fr_FR = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_fr_FR);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/fr-FR.ts
|
|
8
|
+
var fr_FR_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_fr_FR.default, _univerjs_sheets_conditional_formatting_ui_locale_fr_FR.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = fr_FR_default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_id_ID = require("@univerjs/sheets-conditional-formatting/locale/id-ID");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_id_ID = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_id_ID);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_id_ID = require("@univerjs/sheets-conditional-formatting-ui/locale/id-ID");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_id_ID = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_id_ID);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/id-ID.ts
|
|
8
|
+
var id_ID_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_id_ID.default, _univerjs_sheets_conditional_formatting_ui_locale_id_ID.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = id_ID_default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_it_IT = require("@univerjs/sheets-conditional-formatting/locale/it-IT");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_it_IT = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_it_IT);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_it_IT = require("@univerjs/sheets-conditional-formatting-ui/locale/it-IT");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_it_IT = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_it_IT);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/it-IT.ts
|
|
8
|
+
var it_IT_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_it_IT.default, _univerjs_sheets_conditional_formatting_ui_locale_it_IT.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = it_IT_default;
|
package/lib/cjs/locales/ja-JP.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_ja_JP = require("@univerjs/sheets-conditional-formatting/locale/ja-JP");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_ja_JP = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_ja_JP);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_ja_JP = require("@univerjs/sheets-conditional-formatting-ui/locale/ja-JP");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_ja_JP = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_ja_JP);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ja-JP.ts
|
|
8
|
+
var ja_JP_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_ja_JP.default, _univerjs_sheets_conditional_formatting_ui_locale_ja_JP.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = ja_JP_default;
|
package/lib/cjs/locales/ko-KR.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_ko_KR = require("@univerjs/sheets-conditional-formatting/locale/ko-KR");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_ko_KR = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_ko_KR);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_ko_KR = require("@univerjs/sheets-conditional-formatting-ui/locale/ko-KR");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_ko_KR = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_ko_KR);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ko-KR.ts
|
|
8
|
+
var ko_KR_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_ko_KR.default, _univerjs_sheets_conditional_formatting_ui_locale_ko_KR.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = ko_KR_default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_pl_PL = require("@univerjs/sheets-conditional-formatting/locale/pl-PL");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_pl_PL = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_pl_PL);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_pl_PL = require("@univerjs/sheets-conditional-formatting-ui/locale/pl-PL");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_pl_PL = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_pl_PL);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/pl-PL.ts
|
|
8
|
+
var pl_PL_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_pl_PL.default, _univerjs_sheets_conditional_formatting_ui_locale_pl_PL.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = pl_PL_default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_pt_BR = require("@univerjs/sheets-conditional-formatting/locale/pt-BR");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_pt_BR = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_pt_BR);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_pt_BR = require("@univerjs/sheets-conditional-formatting-ui/locale/pt-BR");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_pt_BR = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_pt_BR);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/pt-BR.ts
|
|
8
|
+
var pt_BR_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_pt_BR.default, _univerjs_sheets_conditional_formatting_ui_locale_pt_BR.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = pt_BR_default;
|
package/lib/cjs/locales/ru-RU.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_ru_RU = require("@univerjs/sheets-conditional-formatting/locale/ru-RU");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_ru_RU = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_ru_RU);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_ru_RU = require("@univerjs/sheets-conditional-formatting-ui/locale/ru-RU");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_ru_RU = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_ru_RU);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ru-RU.ts
|
|
8
|
+
var ru_RU_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_ru_RU.default, _univerjs_sheets_conditional_formatting_ui_locale_ru_RU.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = ru_RU_default;
|
package/lib/cjs/locales/sk-SK.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_sk_SK = require("@univerjs/sheets-conditional-formatting/locale/sk-SK");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_sk_SK = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_sk_SK);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_sk_SK = require("@univerjs/sheets-conditional-formatting-ui/locale/sk-SK");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_sk_SK = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_sk_SK);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/sk-SK.ts
|
|
8
|
+
var sk_SK_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_sk_SK.default, _univerjs_sheets_conditional_formatting_ui_locale_sk_SK.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = sk_SK_default;
|
package/lib/cjs/locales/vi-VN.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_vi_VN = require("@univerjs/sheets-conditional-formatting/locale/vi-VN");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_vi_VN = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_vi_VN);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_vi_VN = require("@univerjs/sheets-conditional-formatting-ui/locale/vi-VN");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_vi_VN = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_vi_VN);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/vi-VN.ts
|
|
8
|
+
var vi_VN_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_vi_VN.default, _univerjs_sheets_conditional_formatting_ui_locale_vi_VN.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = vi_VN_default;
|
package/lib/cjs/locales/zh-CN.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_zh_CN = require("@univerjs/sheets-conditional-formatting/locale/zh-CN");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_zh_CN = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_zh_CN);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_zh_CN = require("@univerjs/sheets-conditional-formatting-ui/locale/zh-CN");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_zh_CN = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_zh_CN);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/zh-CN.ts
|
|
8
|
+
var zh_CN_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_zh_CN.default, _univerjs_sheets_conditional_formatting_ui_locale_zh_CN.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = zh_CN_default;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_zh_HK = require("@univerjs/sheets-conditional-formatting/locale/zh-HK");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_zh_HK = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_zh_HK);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_zh_HK = require("@univerjs/sheets-conditional-formatting-ui/locale/zh-HK");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_zh_HK = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_zh_HK);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/zh-HK.ts
|
|
8
|
+
var zh_HK_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_zh_HK.default, _univerjs_sheets_conditional_formatting_ui_locale_zh_HK.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = zh_HK_default;
|
package/lib/cjs/locales/zh-TW.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_src = require('../src-BZVW_BGV.js');
|
|
2
|
+
let _univerjs_sheets_conditional_formatting_locale_zh_TW = require("@univerjs/sheets-conditional-formatting/locale/zh-TW");
|
|
3
|
+
_univerjs_sheets_conditional_formatting_locale_zh_TW = require_src.__toESM(_univerjs_sheets_conditional_formatting_locale_zh_TW);
|
|
4
|
+
let _univerjs_sheets_conditional_formatting_ui_locale_zh_TW = require("@univerjs/sheets-conditional-formatting-ui/locale/zh-TW");
|
|
5
|
+
_univerjs_sheets_conditional_formatting_ui_locale_zh_TW = require_src.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_zh_TW);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/zh-TW.ts
|
|
8
|
+
var zh_TW_default = require_src.mergeLocales(_univerjs_sheets_conditional_formatting_locale_zh_TW.default, _univerjs_sheets_conditional_formatting_ui_locale_zh_TW.default);
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
module.exports = zh_TW_default;
|