@univerjs/sheets-numfmt-ui 0.17.0 → 0.18.0

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 (85) hide show
  1. package/lib/cjs/index.js +26 -1
  2. package/lib/cjs/locale/ca-ES.js +1 -1
  3. package/lib/cjs/locale/en-US.js +1 -1
  4. package/lib/cjs/locale/es-ES.js +1 -1
  5. package/lib/cjs/locale/fa-IR.js +1 -1
  6. package/lib/cjs/locale/fr-FR.js +1 -1
  7. package/lib/cjs/locale/ja-JP.js +1 -1
  8. package/lib/cjs/locale/ko-KR.js +1 -1
  9. package/lib/cjs/locale/ru-RU.js +1 -1
  10. package/lib/cjs/locale/sk-SK.js +1 -1
  11. package/lib/cjs/locale/vi-VN.js +1 -1
  12. package/lib/cjs/locale/zh-CN.js +1 -1
  13. package/lib/cjs/locale/zh-TW.js +1 -1
  14. package/lib/es/index.js +26 -1218
  15. package/lib/es/locale/ca-ES.js +1 -42
  16. package/lib/es/locale/en-US.js +1 -42
  17. package/lib/es/locale/es-ES.js +1 -42
  18. package/lib/es/locale/fa-IR.js +1 -42
  19. package/lib/es/locale/fr-FR.js +1 -42
  20. package/lib/es/locale/ja-JP.js +1 -42
  21. package/lib/es/locale/ko-KR.js +1 -42
  22. package/lib/es/locale/ru-RU.js +1 -42
  23. package/lib/es/locale/sk-SK.js +1 -42
  24. package/lib/es/locale/vi-VN.js +1 -42
  25. package/lib/es/locale/zh-CN.js +1 -42
  26. package/lib/es/locale/zh-TW.js +1 -42
  27. package/lib/index.css +179 -1
  28. package/lib/index.js +26 -1218
  29. package/lib/locale/ca-ES.js +1 -42
  30. package/lib/locale/en-US.js +1 -42
  31. package/lib/locale/es-ES.js +1 -42
  32. package/lib/locale/fa-IR.js +1 -42
  33. package/lib/locale/fr-FR.js +1 -42
  34. package/lib/locale/ja-JP.js +1 -42
  35. package/lib/locale/ko-KR.js +1 -42
  36. package/lib/locale/ru-RU.js +1 -42
  37. package/lib/locale/sk-SK.js +1 -42
  38. package/lib/locale/vi-VN.js +1 -42
  39. package/lib/locale/zh-CN.js +1 -42
  40. package/lib/locale/zh-TW.js +1 -42
  41. package/lib/types/commands/operations/close.numfmt.panel.operation.d.ts +16 -1
  42. package/lib/types/commands/operations/open.numfmt.panel.operation.d.ts +16 -1
  43. package/lib/types/config/config.d.ts +16 -1
  44. package/lib/types/controllers/numfmt-alert-render.controller.d.ts +18 -2
  45. package/lib/types/controllers/numfmt.controller.d.ts +15 -0
  46. package/lib/types/controllers/numfmt.editor.controller.d.ts +15 -0
  47. package/lib/types/controllers/user-habit.controller.d.ts +16 -1
  48. package/lib/types/locale/ca-ES.d.ts +16 -1
  49. package/lib/types/locale/es-ES.d.ts +16 -1
  50. package/lib/types/locale/fa-IR.d.ts +16 -1
  51. package/lib/types/locale/fr-FR.d.ts +16 -1
  52. package/lib/types/locale/ja-JP.d.ts +16 -1
  53. package/lib/types/locale/ko-KR.d.ts +16 -1
  54. package/lib/types/locale/ru-RU.d.ts +16 -1
  55. package/lib/types/locale/sk-SK.d.ts +16 -1
  56. package/lib/types/locale/vi-VN.d.ts +16 -1
  57. package/lib/types/locale/zh-CN.d.ts +16 -1
  58. package/lib/types/locale/zh-TW.d.ts +16 -1
  59. package/lib/types/menu/menu.d.ts +18 -2
  60. package/lib/types/menu/numfmt.menu.controller.d.ts +15 -0
  61. package/lib/types/menu/schema.d.ts +16 -1
  62. package/lib/types/plugin.d.ts +16 -1
  63. package/lib/types/views/components/Accounting.d.ts +17 -2
  64. package/lib/types/views/components/Currency.d.ts +17 -2
  65. package/lib/types/views/components/CustomFormat.d.ts +16 -1
  66. package/lib/types/views/components/Date.d.ts +16 -1
  67. package/lib/types/views/components/General.d.ts +17 -2
  68. package/lib/types/views/components/ThousandthPercentile.d.ts +16 -1
  69. package/lib/types/views/components/index.d.ts +16 -1
  70. package/lib/types/views/components/interface.d.ts +16 -1
  71. package/lib/types/views/components/stories/Panel.stories.d.ts +17 -2
  72. package/lib/umd/index.js +26 -1
  73. package/lib/umd/locale/ca-ES.js +1 -1
  74. package/lib/umd/locale/en-US.js +1 -1
  75. package/lib/umd/locale/es-ES.js +1 -1
  76. package/lib/umd/locale/fa-IR.js +1 -1
  77. package/lib/umd/locale/fr-FR.js +1 -1
  78. package/lib/umd/locale/ja-JP.js +1 -1
  79. package/lib/umd/locale/ko-KR.js +1 -1
  80. package/lib/umd/locale/ru-RU.js +1 -1
  81. package/lib/umd/locale/sk-SK.js +1 -1
  82. package/lib/umd/locale/vi-VN.js +1 -1
  83. package/lib/umd/locale/zh-CN.js +1 -1
  84. package/lib/umd/locale/zh-TW.js +1 -1
  85. package/package.json +14 -13
package/lib/index.css CHANGED
@@ -1 +1,179 @@
1
- .univer-mb-5{margin-bottom:1.25rem}.univer-mr-3{margin-right:.75rem}.univer-mt-2{margin-top:.5rem}.univer-mt-3{margin-top:.75rem}.univer-mt-3\.5{margin-top:.875rem}.univer-mt-4{margin-top:1rem}.univer-flex{display:flex}.univer-grid{display:grid}.univer-h-7{height:1.75rem}.univer-h-full{height:100%}.univer-max-h-\[400px\]{max-height:400px}.univer-w-32{width:8rem}.univer-w-36{width:9rem}.univer-w-4{width:1rem}.univer-w-\[340px\]{width:340px}.univer-w-full{width:100%}.univer-cursor-default{cursor:default}.univer-cursor-pointer{cursor:pointer}.univer-flex-col{flex-direction:column}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-between{justify-content:space-between}.univer-gap-1{gap:.25rem}.univer-gap-1\.5{gap:.375rem}.univer-gap-6{gap:1.5rem}.univer-overflow-auto{overflow:auto}.univer-overflow-y-auto{overflow-y:auto}.univer-rounded{border-radius:.25rem}.univer-rounded-lg{border-radius:.5rem}.univer-p-1\.5{padding:.375rem}.univer-p-2{padding:.5rem}.univer-px-2{padding-left:.5rem;padding-right:.5rem}.univer-py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.univer-pb-5{padding-bottom:1.25rem}.univer-text-sm,.univer-text-sm\/5{font-size:.875rem;line-height:1.25rem}.univer-text-xs{font-size:.75rem;line-height:1rem}.univer-text-gray-400{color:var(--univer-gray-400)}.univer-text-gray-500{color:var(--univer-gray-500)}.univer-text-gray-600{color:var(--univer-gray-600)}.univer-text-primary-600{color:var(--univer-primary-600)}.hover\:univer-bg-gray-100:hover{background-color:var(--univer-gray-100)}.dark\:\!univer-text-gray-200:where(.univer-dark,.univer-dark *){color:var(--univer-gray-200)!important}.dark\:\!univer-text-gray-400:where(.univer-dark,.univer-dark *){color:var(--univer-gray-400)!important}.dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark,.univer-dark *){background-color:var(--univer-gray-700)!important}
1
+ .univer-mb-5 {
2
+ margin-bottom: 1.25rem;
3
+ }
4
+
5
+ .univer-mr-3 {
6
+ margin-right: .75rem;
7
+ }
8
+
9
+ .univer-mt-2 {
10
+ margin-top: .5rem;
11
+ }
12
+
13
+ .univer-mt-3 {
14
+ margin-top: .75rem;
15
+ }
16
+
17
+ .univer-mt-3\.5 {
18
+ margin-top: .875rem;
19
+ }
20
+
21
+ .univer-mt-4 {
22
+ margin-top: 1rem;
23
+ }
24
+
25
+ .univer-flex {
26
+ display: flex;
27
+ }
28
+
29
+ .univer-grid {
30
+ display: grid;
31
+ }
32
+
33
+ .univer-h-7 {
34
+ height: 1.75rem;
35
+ }
36
+
37
+ .univer-h-full {
38
+ height: 100%;
39
+ }
40
+
41
+ .univer-max-h-\[400px\] {
42
+ max-height: 400px;
43
+ }
44
+
45
+ .univer-w-32 {
46
+ width: 8rem;
47
+ }
48
+
49
+ .univer-w-36 {
50
+ width: 9rem;
51
+ }
52
+
53
+ .univer-w-4 {
54
+ width: 1rem;
55
+ }
56
+
57
+ .univer-w-\[340px\] {
58
+ width: 340px;
59
+ }
60
+
61
+ .univer-w-full {
62
+ width: 100%;
63
+ }
64
+
65
+ .univer-cursor-default {
66
+ cursor: default;
67
+ }
68
+
69
+ .univer-cursor-pointer {
70
+ cursor: pointer;
71
+ }
72
+
73
+ .univer-flex-col {
74
+ flex-direction: column;
75
+ }
76
+
77
+ .univer-items-center {
78
+ align-items: center;
79
+ }
80
+
81
+ .univer-justify-end {
82
+ justify-content: flex-end;
83
+ }
84
+
85
+ .univer-justify-between {
86
+ justify-content: space-between;
87
+ }
88
+
89
+ .univer-gap-1 {
90
+ gap: .25rem;
91
+ }
92
+
93
+ .univer-gap-1\.5 {
94
+ gap: .375rem;
95
+ }
96
+
97
+ .univer-gap-6 {
98
+ gap: 1.5rem;
99
+ }
100
+
101
+ .univer-overflow-auto {
102
+ overflow: auto;
103
+ }
104
+
105
+ .univer-overflow-y-auto {
106
+ overflow-y: auto;
107
+ }
108
+
109
+ .univer-rounded {
110
+ border-radius: .25rem;
111
+ }
112
+
113
+ .univer-rounded-lg {
114
+ border-radius: .5rem;
115
+ }
116
+
117
+ .univer-p-1\.5 {
118
+ padding: .375rem;
119
+ }
120
+
121
+ .univer-p-2 {
122
+ padding: .5rem;
123
+ }
124
+
125
+ .univer-px-2 {
126
+ padding-left: .5rem;
127
+ padding-right: .5rem;
128
+ }
129
+
130
+ .univer-py-1\.5 {
131
+ padding-top: .375rem;
132
+ padding-bottom: .375rem;
133
+ }
134
+
135
+ .univer-pb-5 {
136
+ padding-bottom: 1.25rem;
137
+ }
138
+
139
+ .univer-text-sm, .univer-text-sm\/5 {
140
+ font-size: .875rem;
141
+ line-height: 1.25rem;
142
+ }
143
+
144
+ .univer-text-xs {
145
+ font-size: .75rem;
146
+ line-height: 1rem;
147
+ }
148
+
149
+ .univer-text-gray-400 {
150
+ color: var(--univer-gray-400);
151
+ }
152
+
153
+ .univer-text-gray-500 {
154
+ color: var(--univer-gray-500);
155
+ }
156
+
157
+ .univer-text-gray-600 {
158
+ color: var(--univer-gray-600);
159
+ }
160
+
161
+ .univer-text-primary-600 {
162
+ color: var(--univer-primary-600);
163
+ }
164
+
165
+ .hover\:univer-bg-gray-100:hover {
166
+ background-color: var(--univer-gray-100);
167
+ }
168
+
169
+ .dark\:\!univer-text-gray-200:where(.univer-dark, .univer-dark *) {
170
+ color: var(--univer-gray-200) !important;
171
+ }
172
+
173
+ .dark\:\!univer-text-gray-400:where(.univer-dark, .univer-dark *) {
174
+ color: var(--univer-gray-400) !important;
175
+ }
176
+
177
+ .dark\:hover\:\!univer-bg-gray-700:hover:where(.univer-dark, .univer-dark *) {
178
+ background-color: var(--univer-gray-700) !important;
179
+ }