@univerjs/preset-sheets-conditional-formatting 0.25.1 → 1.0.0-alpha.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/README.md +3 -3
- package/lib/cjs/index.js +25 -1
- package/lib/cjs/locales/ar-SA.js +11 -1
- package/lib/cjs/locales/ca-ES.js +11 -1
- package/lib/cjs/locales/de-DE.js +11 -1
- 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 -1
- package/lib/cjs/locales/it-IT.js +11 -1
- 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 -1
- package/lib/cjs/locales/pt-BR.js +11 -1
- 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 -1
- package/lib/cjs/locales/zh-TW.js +11 -1
- package/lib/cjs/rolldown-runtime-C_NdSu1c.js +34 -0
- package/lib/es/index.js +14 -15
- package/lib/es/locales/ar-SA.js +8 -8
- package/lib/es/locales/ca-ES.js +8 -8
- package/lib/es/locales/de-DE.js +8 -8
- package/lib/es/locales/en-US.js +8 -8
- package/lib/es/locales/es-ES.js +8 -8
- package/lib/es/locales/fa-IR.js +8 -8
- package/lib/es/locales/fr-FR.js +8 -8
- package/lib/es/locales/id-ID.js +8 -8
- package/lib/es/locales/it-IT.js +8 -8
- package/lib/es/locales/ja-JP.js +8 -8
- package/lib/es/locales/ko-KR.js +8 -8
- package/lib/es/locales/pl-PL.js +8 -8
- package/lib/es/locales/pt-BR.js +8 -8
- package/lib/es/locales/ru-RU.js +8 -8
- package/lib/es/locales/sk-SK.js +8 -8
- package/lib/es/locales/vi-VN.js +8 -8
- package/lib/es/locales/zh-CN.js +8 -8
- package/lib/es/locales/zh-HK.js +8 -8
- package/lib/es/locales/zh-TW.js +8 -8
- package/lib/index.css +432 -1
- package/lib/index.js +14 -15
- package/lib/locales/ar-SA.js +8 -8
- package/lib/locales/ca-ES.js +8 -8
- package/lib/locales/de-DE.js +8 -8
- package/lib/locales/en-US.js +8 -8
- package/lib/locales/es-ES.js +8 -8
- package/lib/locales/fa-IR.js +8 -8
- package/lib/locales/fr-FR.js +8 -8
- package/lib/locales/id-ID.js +8 -8
- package/lib/locales/it-IT.js +8 -8
- package/lib/locales/ja-JP.js +8 -8
- package/lib/locales/ko-KR.js +8 -8
- package/lib/locales/pl-PL.js +8 -8
- package/lib/locales/pt-BR.js +8 -8
- package/lib/locales/ru-RU.js +8 -8
- package/lib/locales/sk-SK.js +8 -8
- package/lib/locales/vi-VN.js +8 -8
- package/lib/locales/zh-CN.js +8 -8
- package/lib/locales/zh-HK.js +8 -8
- package/lib/locales/zh-TW.js +8 -8
- package/lib/types/index.d.ts +16 -1
- package/lib/types/locales/ar-SA.d.ts +169 -1
- package/lib/types/locales/ca-ES.d.ts +169 -1
- package/lib/types/locales/de-DE.d.ts +169 -1
- package/lib/types/locales/en-US.d.ts +169 -1
- package/lib/types/locales/es-ES.d.ts +169 -1
- package/lib/types/locales/fa-IR.d.ts +169 -1
- package/lib/types/locales/fr-FR.d.ts +169 -1
- package/lib/types/locales/id-ID.d.ts +169 -1
- package/lib/types/locales/it-IT.d.ts +169 -1
- package/lib/types/locales/ja-JP.d.ts +169 -1
- package/lib/types/locales/ko-KR.d.ts +169 -1
- package/lib/types/locales/pl-PL.d.ts +169 -1
- package/lib/types/locales/pt-BR.d.ts +169 -1
- package/lib/types/locales/ru-RU.d.ts +169 -1
- package/lib/types/locales/sk-SK.d.ts +169 -1
- package/lib/types/locales/vi-VN.d.ts +169 -1
- package/lib/types/locales/zh-CN.d.ts +169 -1
- package/lib/types/locales/zh-HK.d.ts +169 -1
- package/lib/types/locales/zh-TW.d.ts +169 -1
- package/lib/types/preset.d.ts +19 -0
- package/package.json +13 -15
- package/lib/types/types.d.ts +0 -11
- package/lib/types/umd.d.ts +0 -5
- package/lib/umd/index.js +0 -16
- package/lib/umd/locales/ar-SA.js +0 -5
- package/lib/umd/locales/ca-ES.js +0 -5
- package/lib/umd/locales/de-DE.js +0 -5
- package/lib/umd/locales/en-US.js +0 -5
- package/lib/umd/locales/es-ES.js +0 -5
- package/lib/umd/locales/fa-IR.js +0 -5
- package/lib/umd/locales/fr-FR.js +0 -5
- package/lib/umd/locales/id-ID.js +0 -5
- package/lib/umd/locales/it-IT.js +0 -5
- package/lib/umd/locales/ja-JP.js +0 -5
- package/lib/umd/locales/ko-KR.js +0 -5
- package/lib/umd/locales/pl-PL.js +0 -5
- package/lib/umd/locales/pt-BR.js +0 -5
- package/lib/umd/locales/ru-RU.js +0 -5
- package/lib/umd/locales/sk-SK.js +0 -5
- package/lib/umd/locales/vi-VN.js +0 -5
- package/lib/umd/locales/zh-CN.js +0 -5
- package/lib/umd/locales/zh-HK.js +0 -5
- package/lib/umd/locales/zh-TW.js +0 -5
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
## Package Overview
|
|
10
10
|
|
|
11
|
-
| Package |
|
|
12
|
-
| ------------------------------------------------ |
|
|
13
|
-
| `@univerjs/preset-sheets-conditional-formatting` |
|
|
11
|
+
| Package | CSS | Locales | Facade entry |
|
|
12
|
+
| ------------------------------------------------ | :-: | :-----: | :----------: |
|
|
13
|
+
| `@univerjs/preset-sheets-conditional-formatting` | Yes | Yes | Yes |
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
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/preset.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
|
+
});
|
package/lib/cjs/locales/ar-SA.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_ar_SA);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ar-SA.ts
|
|
8
|
+
var ar_SA_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_ca_ES);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ca-ES.ts
|
|
8
|
+
var ca_ES_default = Object.assign({}, _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;
|
package/lib/cjs/locales/de-DE.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_de_DE);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/de-DE.ts
|
|
8
|
+
var de_DE_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_en_US);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/en-US.ts
|
|
8
|
+
var en_US_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_es_ES);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/es-ES.ts
|
|
8
|
+
var es_ES_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_fa_IR);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/fa-IR.ts
|
|
8
|
+
var fa_IR_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_fr_FR);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/fr-FR.ts
|
|
8
|
+
var fr_FR_default = Object.assign({}, _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;
|
package/lib/cjs/locales/id-ID.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_id_ID);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/id-ID.ts
|
|
8
|
+
var id_ID_default = Object.assign({}, _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;
|
package/lib/cjs/locales/it-IT.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_it_IT);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/it-IT.ts
|
|
8
|
+
var it_IT_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_ja_JP);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ja-JP.ts
|
|
8
|
+
var ja_JP_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_ko_KR);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ko-KR.ts
|
|
8
|
+
var ko_KR_default = Object.assign({}, _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;
|
package/lib/cjs/locales/pl-PL.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_pl_PL);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/pl-PL.ts
|
|
8
|
+
var pl_PL_default = Object.assign({}, _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;
|
package/lib/cjs/locales/pt-BR.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_pt_BR);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/pt-BR.ts
|
|
8
|
+
var pt_BR_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_ru_RU);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/ru-RU.ts
|
|
8
|
+
var ru_RU_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_sk_SK);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/sk-SK.ts
|
|
8
|
+
var sk_SK_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_vi_VN);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/vi-VN.ts
|
|
8
|
+
var vi_VN_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_zh_CN);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/zh-CN.ts
|
|
8
|
+
var zh_CN_default = Object.assign({}, _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;
|
package/lib/cjs/locales/zh-HK.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
const require_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_zh_HK);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/zh-HK.ts
|
|
8
|
+
var zh_HK_default = Object.assign({}, _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_rolldown_runtime = require('../rolldown-runtime-C_NdSu1c.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_rolldown_runtime.__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_rolldown_runtime.__toESM(_univerjs_sheets_conditional_formatting_ui_locale_zh_TW);
|
|
6
|
+
|
|
7
|
+
//#region src/locales/zh-TW.ts
|
|
8
|
+
var zh_TW_default = Object.assign({}, _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;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
//#region \0rolldown/runtime.js
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __copyProps = (to, from, except, desc) => {
|
|
9
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
10
|
+
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
11
|
+
key = keys[i];
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
13
|
+
__defProp(to, key, {
|
|
14
|
+
get: ((k) => from[k]).bind(null, key),
|
|
15
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return to;
|
|
21
|
+
};
|
|
22
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
23
|
+
value: mod,
|
|
24
|
+
enumerable: true
|
|
25
|
+
}) : target, mod));
|
|
26
|
+
|
|
27
|
+
//#endregion
|
|
28
|
+
|
|
29
|
+
Object.defineProperty(exports, '__toESM', {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: function () {
|
|
32
|
+
return __toESM;
|
|
33
|
+
}
|
|
34
|
+
});
|
package/lib/es/index.js
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
import { UniverSheetsConditionalFormattingPlugin
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
};
|
|
1
|
+
import { UniverSheetsConditionalFormattingPlugin } from "@univerjs/sheets-conditional-formatting";
|
|
2
|
+
import { UniverSheetsConditionalFormattingUIPlugin } from "@univerjs/sheets-conditional-formatting-ui";
|
|
3
|
+
import "@univerjs/sheets-conditional-formatting/facade";
|
|
4
|
+
|
|
5
|
+
export * from "@univerjs/sheets-conditional-formatting"
|
|
6
|
+
|
|
7
|
+
export * from "@univerjs/sheets-conditional-formatting-ui"
|
|
8
|
+
|
|
9
|
+
//#region src/preset.ts
|
|
10
|
+
function UniverSheetsConditionalFormattingPreset() {
|
|
11
|
+
return { plugins: [UniverSheetsConditionalFormattingPlugin, UniverSheetsConditionalFormattingUIPlugin].filter((v) => !!v) };
|
|
13
12
|
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
13
|
+
|
|
14
|
+
//#endregion
|
|
15
|
+
export { UniverSheetsConditionalFormattingPreset };
|
package/lib/es/locales/ar-SA.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/ar-SA";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/ar-SA";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/ar-SA.ts
|
|
5
|
+
var ar_SA_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ar_SA_default as default };
|
package/lib/es/locales/ca-ES.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/ca-ES";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/ca-ES";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/ca-ES.ts
|
|
5
|
+
var ca_ES_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ca_ES_default as default };
|
package/lib/es/locales/de-DE.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/de-DE";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/de-DE";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/de-DE.ts
|
|
5
|
+
var de_DE_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { de_DE_default as default };
|
package/lib/es/locales/en-US.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/en-US";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/en-US";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/en-US.ts
|
|
5
|
+
var en_US_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { en_US_default as default };
|
package/lib/es/locales/es-ES.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/es-ES";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/es-ES";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/es-ES.ts
|
|
5
|
+
var es_ES_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { es_ES_default as default };
|
package/lib/es/locales/fa-IR.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/fa-IR";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/fa-IR";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/fa-IR.ts
|
|
5
|
+
var fa_IR_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { fa_IR_default as default };
|
package/lib/es/locales/fr-FR.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/fr-FR";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/fr-FR";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/fr-FR.ts
|
|
5
|
+
var fr_FR_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { fr_FR_default as default };
|
package/lib/es/locales/id-ID.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/id-ID";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/id-ID";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/id-ID.ts
|
|
5
|
+
var id_ID_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { id_ID_default as default };
|
package/lib/es/locales/it-IT.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/it-IT";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/it-IT";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/it-IT.ts
|
|
5
|
+
var it_IT_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { it_IT_default as default };
|
package/lib/es/locales/ja-JP.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/ja-JP";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/ja-JP";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/ja-JP.ts
|
|
5
|
+
var ja_JP_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ja_JP_default as default };
|
package/lib/es/locales/ko-KR.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/ko-KR";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/ko-KR";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/ko-KR.ts
|
|
5
|
+
var ko_KR_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { ko_KR_default as default };
|
package/lib/es/locales/pl-PL.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
};
|
|
1
|
+
import univerjssheetsconditionalformatting from "@univerjs/sheets-conditional-formatting/locale/pl-PL";
|
|
2
|
+
import univerjssheetsconditionalformattingui from "@univerjs/sheets-conditional-formatting-ui/locale/pl-PL";
|
|
3
|
+
|
|
4
|
+
//#region src/locales/pl-PL.ts
|
|
5
|
+
var pl_PL_default = Object.assign({}, univerjssheetsconditionalformatting, univerjssheetsconditionalformattingui);
|
|
6
|
+
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pl_PL_default as default };
|