@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/cjs/index.js +1 -1
- package/lib/es/index.js +1 -4
- package/lib/types/plugin.d.ts +0 -1
- package/lib/umd/index.js +1 -1
- package/package.json +14 -14
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],
|
package/lib/types/plugin.d.ts
CHANGED