@univerjs/sheets-conditional-formatting 0.24.0 → 0.25.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.
- package/lib/cjs/facade.js +142 -73
- package/lib/cjs/index.js +7 -7
- package/lib/es/facade.js +142 -73
- package/lib/es/index.js +7 -7
- package/lib/facade.js +142 -73
- package/lib/index.js +7 -7
- package/lib/types/facade/f-conditional-formatting-builder.d.ts +138 -69
- package/lib/types/facade/f-range.d.ts +6 -3
- package/lib/types/facade/f-worksheet.d.ts +14 -7
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +9 -9
package/lib/es/index.js
CHANGED
|
@@ -220,7 +220,7 @@ const isAnchorEqual = (anchor1, anchor2) => {
|
|
|
220
220
|
const createCfId = () => `${generateRandomId(8)}`;
|
|
221
221
|
|
|
222
222
|
//#endregion
|
|
223
|
-
//#region \0@oxc-project+runtime@0.
|
|
223
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/typeof.js
|
|
224
224
|
function _typeof(o) {
|
|
225
225
|
"@babel/helpers - typeof";
|
|
226
226
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
|
|
@@ -231,7 +231,7 @@ function _typeof(o) {
|
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
//#endregion
|
|
234
|
-
//#region \0@oxc-project+runtime@0.
|
|
234
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPrimitive.js
|
|
235
235
|
function toPrimitive(t, r) {
|
|
236
236
|
if ("object" != _typeof(t) || !t) return t;
|
|
237
237
|
var e = t[Symbol.toPrimitive];
|
|
@@ -244,14 +244,14 @@ function toPrimitive(t, r) {
|
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
//#endregion
|
|
247
|
-
//#region \0@oxc-project+runtime@0.
|
|
247
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPropertyKey.js
|
|
248
248
|
function toPropertyKey(t) {
|
|
249
249
|
var i = toPrimitive(t, "string");
|
|
250
250
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
//#endregion
|
|
254
|
-
//#region \0@oxc-project+runtime@0.
|
|
254
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/defineProperty.js
|
|
255
255
|
function _defineProperty(e, r, t) {
|
|
256
256
|
return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
|
|
257
257
|
value: t,
|
|
@@ -750,7 +750,7 @@ const SetCfCommand = {
|
|
|
750
750
|
};
|
|
751
751
|
|
|
752
752
|
//#endregion
|
|
753
|
-
//#region \0@oxc-project+runtime@0.
|
|
753
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/decorateParam.js
|
|
754
754
|
function __decorateParam(paramIndex, decorator) {
|
|
755
755
|
return function(target, key) {
|
|
756
756
|
decorator(target, key, paramIndex);
|
|
@@ -758,7 +758,7 @@ function __decorateParam(paramIndex, decorator) {
|
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
//#endregion
|
|
761
|
-
//#region \0@oxc-project+runtime@0.
|
|
761
|
+
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/decorate.js
|
|
762
762
|
function __decorate(decorators, target, key, desc) {
|
|
763
763
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
764
764
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -2472,7 +2472,7 @@ for (const key in iconMap) {
|
|
|
2472
2472
|
//#endregion
|
|
2473
2473
|
//#region package.json
|
|
2474
2474
|
var name = "@univerjs/sheets-conditional-formatting";
|
|
2475
|
-
var version = "0.
|
|
2475
|
+
var version = "0.25.0";
|
|
2476
2476
|
|
|
2477
2477
|
//#endregion
|
|
2478
2478
|
//#region src/config/config.ts
|