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