@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/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.129.0/helpers/typeof.js
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.129.0/helpers/toPrimitive.js
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.129.0/helpers/toPropertyKey.js
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.129.0/helpers/defineProperty.js
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.129.0/helpers/decorateParam.js
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.129.0/helpers/decorate.js
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.24.0";
2475
+ var version = "0.25.0";
2476
2476
 
2477
2477
  //#endregion
2478
2478
  //#region src/config/config.ts