@univerjs/sheets-conditional-formatting 0.2.8 → 0.2.10

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/es/index.js CHANGED
@@ -1448,10 +1448,7 @@ var __defProp2 = Object.defineProperty, __getOwnPropDesc = Object.getOwnProperty
1448
1448
  }, "__decorateClass"), __decorateParam = /* @__PURE__ */ __name((index, decorator) => (target, key) => decorator(target, key, index), "__decorateParam"), _a4;
1449
1449
  let UniverSheetsConditionalFormattingPlugin = (_a4 = class extends Plugin {
1450
1450
  constructor(_config, _injector, _commandService) {
1451
- super(), this._injector = _injector, this._commandService = _commandService;
1452
- }
1453
- onStarting() {
1454
- [
1451
+ super(), this._injector = _injector, this._commandService = _commandService, [
1455
1452
  [ConditionalFormattingService],
1456
1453
  [ConditionalFormattingFormulaService],
1457
1454
  [ConditionalFormattingRuleModel],
@@ -5,5 +5,4 @@ export declare class UniverSheetsConditionalFormattingPlugin extends Plugin {
5
5
  static pluginName: string;
6
6
  static type: UniverInstanceType;
7
7
  constructor(_config: unknown, _injector: Injector, _commandService: ICommandService);
8
- onStarting(): void;
9
8
  }