@univerjs/sheets-conditional-formatting 0.24.0 → 0.25.0-insiders.20260608-e4336f7

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.
Files changed (114) hide show
  1. package/lib/cjs/facade.js +142 -73
  2. package/lib/cjs/index.js +263 -166
  3. package/lib/cjs/locale/ar-SA.js +11 -0
  4. package/lib/cjs/locale/ca-ES.js +11 -0
  5. package/lib/cjs/locale/de-DE.js +11 -0
  6. package/lib/cjs/locale/en-US.js +26 -0
  7. package/lib/cjs/locale/es-ES.js +11 -0
  8. package/lib/cjs/locale/fa-IR.js +11 -0
  9. package/lib/cjs/locale/fr-FR.js +11 -0
  10. package/lib/cjs/locale/id-ID.js +11 -0
  11. package/lib/cjs/locale/it-IT.js +11 -0
  12. package/lib/cjs/locale/ja-JP.js +11 -0
  13. package/lib/cjs/locale/ko-KR.js +11 -0
  14. package/lib/cjs/locale/pl-PL.js +11 -0
  15. package/lib/cjs/locale/pt-BR.js +11 -0
  16. package/lib/cjs/locale/ru-RU.js +11 -0
  17. package/lib/cjs/locale/sk-SK.js +11 -0
  18. package/lib/cjs/locale/vi-VN.js +11 -0
  19. package/lib/cjs/locale/zh-CN.js +11 -0
  20. package/lib/cjs/locale/zh-HK.js +11 -0
  21. package/lib/cjs/locale/zh-TW.js +11 -0
  22. package/lib/es/facade.js +142 -73
  23. package/lib/es/index.js +252 -168
  24. package/lib/es/locale/ar-SA.js +10 -0
  25. package/lib/es/locale/ca-ES.js +10 -0
  26. package/lib/es/locale/de-DE.js +10 -0
  27. package/lib/es/locale/en-US.js +25 -0
  28. package/lib/es/locale/es-ES.js +10 -0
  29. package/lib/es/locale/fa-IR.js +10 -0
  30. package/lib/es/locale/fr-FR.js +10 -0
  31. package/lib/es/locale/id-ID.js +10 -0
  32. package/lib/es/locale/it-IT.js +10 -0
  33. package/lib/es/locale/ja-JP.js +10 -0
  34. package/lib/es/locale/ko-KR.js +10 -0
  35. package/lib/es/locale/pl-PL.js +10 -0
  36. package/lib/es/locale/pt-BR.js +10 -0
  37. package/lib/es/locale/ru-RU.js +10 -0
  38. package/lib/es/locale/sk-SK.js +10 -0
  39. package/lib/es/locale/vi-VN.js +10 -0
  40. package/lib/es/locale/zh-CN.js +10 -0
  41. package/lib/es/locale/zh-HK.js +10 -0
  42. package/lib/es/locale/zh-TW.js +10 -0
  43. package/lib/facade.js +142 -73
  44. package/lib/index.js +252 -168
  45. package/lib/locale/ar-SA.js +10 -0
  46. package/lib/locale/ca-ES.js +10 -0
  47. package/lib/locale/de-DE.js +10 -0
  48. package/lib/locale/en-US.js +25 -0
  49. package/lib/locale/es-ES.js +10 -0
  50. package/lib/locale/fa-IR.js +10 -0
  51. package/lib/locale/fr-FR.js +10 -0
  52. package/lib/locale/id-ID.js +10 -0
  53. package/lib/locale/it-IT.js +10 -0
  54. package/lib/locale/ja-JP.js +10 -0
  55. package/lib/locale/ko-KR.js +10 -0
  56. package/lib/locale/pl-PL.js +10 -0
  57. package/lib/locale/pt-BR.js +10 -0
  58. package/lib/locale/ru-RU.js +10 -0
  59. package/lib/locale/sk-SK.js +10 -0
  60. package/lib/locale/vi-VN.js +10 -0
  61. package/lib/locale/zh-CN.js +10 -0
  62. package/lib/locale/zh-HK.js +10 -0
  63. package/lib/locale/zh-TW.js +10 -0
  64. package/lib/types/facade/f-conditional-formatting-builder.d.ts +138 -69
  65. package/lib/types/facade/f-range.d.ts +6 -3
  66. package/lib/types/facade/f-worksheet.d.ts +14 -7
  67. package/lib/types/index.d.ts +3 -0
  68. package/lib/types/locale/ar-SA.d.ts +18 -0
  69. package/lib/types/locale/ca-ES.d.ts +18 -0
  70. package/lib/types/locale/de-DE.d.ts +18 -0
  71. package/lib/types/locale/en-US.d.ts +26 -0
  72. package/lib/types/locale/es-ES.d.ts +18 -0
  73. package/lib/types/locale/fa-IR.d.ts +18 -0
  74. package/lib/types/locale/fr-FR.d.ts +18 -0
  75. package/lib/types/locale/id-ID.d.ts +18 -0
  76. package/lib/types/locale/it-IT.d.ts +18 -0
  77. package/lib/types/locale/ja-JP.d.ts +18 -0
  78. package/lib/types/locale/ko-KR.d.ts +18 -0
  79. package/lib/types/locale/pl-PL.d.ts +18 -0
  80. package/lib/types/locale/pt-BR.d.ts +18 -0
  81. package/lib/types/locale/ru-RU.d.ts +18 -0
  82. package/lib/types/locale/sk-SK.d.ts +18 -0
  83. package/lib/types/locale/vi-VN.d.ts +18 -0
  84. package/lib/types/locale/zh-CN.d.ts +18 -0
  85. package/lib/types/locale/zh-HK.d.ts +18 -0
  86. package/lib/types/locale/zh-TW.d.ts +18 -0
  87. package/lib/types/models/conditional-formatting-range-index-model.d.ts +32 -0
  88. package/lib/types/models/conditional-formatting-view-model.d.ts +3 -2
  89. package/lib/types/services/conditional-formatting-range-transform.service.d.ts +27 -0
  90. package/lib/types/services/conditional-formatting-style-composer.service.d.ts +31 -0
  91. package/lib/types/services/conditional-formatting.service.d.ts +7 -7
  92. package/lib/umd/facade.js +1 -1
  93. package/lib/umd/index.js +1 -1
  94. package/lib/umd/locale/ar-SA.js +1 -0
  95. package/lib/umd/locale/ca-ES.js +1 -0
  96. package/lib/umd/locale/de-DE.js +1 -0
  97. package/lib/umd/locale/en-US.js +1 -0
  98. package/lib/umd/locale/es-ES.js +1 -0
  99. package/lib/umd/locale/fa-IR.js +1 -0
  100. package/lib/umd/locale/fr-FR.js +1 -0
  101. package/lib/umd/locale/id-ID.js +1 -0
  102. package/lib/umd/locale/it-IT.js +1 -0
  103. package/lib/umd/locale/ja-JP.js +1 -0
  104. package/lib/umd/locale/ko-KR.js +1 -0
  105. package/lib/umd/locale/pl-PL.js +1 -0
  106. package/lib/umd/locale/pt-BR.js +1 -0
  107. package/lib/umd/locale/ru-RU.js +1 -0
  108. package/lib/umd/locale/sk-SK.js +1 -0
  109. package/lib/umd/locale/vi-VN.js +1 -0
  110. package/lib/umd/locale/zh-CN.js +1 -0
  111. package/lib/umd/locale/zh-HK.js +1 -0
  112. package/lib/umd/locale/zh-TW.js +1 -0
  113. package/package.json +14 -9
  114. package/LICENSE +0 -176
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/ar-SA.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "الاتجاه",
5
+ shape: "الشكل",
6
+ mark: "العلامة",
7
+ rank: "الترتيب"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/ca-ES.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Direcció",
5
+ shape: "Forma",
6
+ mark: "Marca",
7
+ rank: "Rang"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/de-DE.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Richtung",
5
+ shape: "Form",
6
+ mark: "Zeichen",
7
+ rank: "Rang"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,26 @@
1
+
2
+ //#region src/locale/en-US.ts
3
+ /**
4
+ * Copyright 2023-present DreamNum Co., Ltd.
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+ const locale = { "sheets-conditional-formatting": { iconSet: {
19
+ direction: "Direction",
20
+ shape: "Shape",
21
+ mark: "Mark",
22
+ rank: "Rank"
23
+ } } };
24
+
25
+ //#endregion
26
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/es-ES.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Dirección",
5
+ shape: "Forma",
6
+ mark: "Marca",
7
+ rank: "Rango"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/fa-IR.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "جهت",
5
+ shape: "شکل",
6
+ mark: "علامت",
7
+ rank: "رتبه"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/fr-FR.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Direction",
5
+ shape: "Forme",
6
+ mark: "Marque",
7
+ rank: "Rang"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/id-ID.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Arah",
5
+ shape: "Bentuk",
6
+ mark: "Tanda",
7
+ rank: "Peringkat"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/it-IT.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Direzione",
5
+ shape: "Forma",
6
+ mark: "Marca",
7
+ rank: "Grado"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/ja-JP.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "方向",
5
+ shape: "図形",
6
+ mark: "インジケーター",
7
+ rank: "評価"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/ko-KR.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "방향",
5
+ shape: "모양",
6
+ mark: "표식",
7
+ rank: "순위"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/pl-PL.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Kierunek",
5
+ shape: "Kształt",
6
+ mark: "Znak",
7
+ rank: "Ranga"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/pt-BR.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Direção",
5
+ shape: "Forma",
6
+ mark: "Marca",
7
+ rank: "Classificação"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/ru-RU.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Направление",
5
+ shape: "Форма",
6
+ mark: "Знак",
7
+ rank: "Ранг"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/sk-SK.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Smer",
5
+ shape: "Tvar",
6
+ mark: "Značka",
7
+ rank: "Poradie"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/vi-VN.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "Hướng",
5
+ shape: "Hình dạng",
6
+ mark: "Dấu",
7
+ rank: "Hạng"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/zh-CN.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "方向",
5
+ shape: "形状",
6
+ mark: "标记",
7
+ rank: "等级"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/zh-HK.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "方向",
5
+ shape: "形狀",
6
+ mark: "標記",
7
+ rank: "等級"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;
@@ -0,0 +1,11 @@
1
+
2
+ //#region src/locale/zh-TW.ts
3
+ const locale = { "sheets-conditional-formatting": { iconSet: {
4
+ direction: "方向",
5
+ shape: "形狀",
6
+ mark: "標記",
7
+ rank: "等級"
8
+ } } };
9
+
10
+ //#endregion
11
+ module.exports = locale;