@worktile/theia 2.4.5 → 2.4.6
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/bundles/worktile-theia.umd.js +3 -2
- package/bundles/worktile-theia.umd.js.map +1 -1
- package/esm2015/plugins/todo-item/todo-item.component.js +4 -3
- package/fesm2015/worktile-theia.js +3 -2
- package/fesm2015/worktile-theia.js.map +1 -1
- package/package.json +1 -1
- package/plugins/todo-item/todo-item.component.scss +1 -1
- package/styles/editor.scss +3 -3
|
@@ -4099,6 +4099,7 @@
|
|
|
4099
4099
|
_this.elementRef = elementRef;
|
|
4100
4100
|
_this.cdr = cdr;
|
|
4101
4101
|
_this.ctxService = ctxService;
|
|
4102
|
+
// 类名 the-temp-*: 临时解决因受portal影响样式问题,后期改回the-
|
|
4102
4103
|
_this.checkItemClass = true;
|
|
4103
4104
|
return _this;
|
|
4104
4105
|
}
|
|
@@ -4127,7 +4128,7 @@
|
|
|
4127
4128
|
return TheTodoItemComponent;
|
|
4128
4129
|
}(TheBaseElementComponent));
|
|
4129
4130
|
TheTodoItemComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TheTodoItemComponent, deps: [{ token: i0__namespace.ElementRef }, { token: i0__namespace.ChangeDetectorRef }, { token: TheContextService }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
4130
|
-
TheTodoItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.15", type: TheTodoItemComponent, selector: "div[theTodoItem]", host: { properties: { "class.the-check-item": "this.checkItemClass", "attr.the-level": "this.level" } }, usesInheritance: true, ngImport: i0__namespace, template: "\n <span contenteditable=\"false\" class=\"todo-item-status\">\n <input #checkbox type=\"checkbox\" [checked]=\"element.checked\" (click)=\"onCheck(checkbox.checked)\" />\n </span>\n <span><slate-children [children]=\"children\" [context]=\"childrenContext\" [viewContext]=\"viewContext\"></slate-children></span>\n ", isInline: true, components: [{ type: i1__namespace.SlateChildrenComponent, selector: "slate-children", inputs: ["children", "context", "viewContext"] }] });
|
|
4131
|
+
TheTodoItemComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.15", type: TheTodoItemComponent, selector: "div[theTodoItem]", host: { properties: { "class.the-temp-check-item": "this.checkItemClass", "attr.the-level": "this.level" } }, usesInheritance: true, ngImport: i0__namespace, template: "\n <span contenteditable=\"false\" class=\"todo-item-status\">\n <input #checkbox type=\"checkbox\" [checked]=\"element.checked\" (click)=\"onCheck(checkbox.checked)\" />\n </span>\n <span><slate-children [children]=\"children\" [context]=\"childrenContext\" [viewContext]=\"viewContext\"></slate-children></span>\n ", isInline: true, components: [{ type: i1__namespace.SlateChildrenComponent, selector: "slate-children", inputs: ["children", "context", "viewContext"] }] });
|
|
4131
4132
|
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.15", ngImport: i0__namespace, type: TheTodoItemComponent, decorators: [{
|
|
4132
4133
|
type: i0.Component,
|
|
4133
4134
|
args: [{
|
|
@@ -4136,7 +4137,7 @@
|
|
|
4136
4137
|
}]
|
|
4137
4138
|
}], ctorParameters: function () { return [{ type: i0__namespace.ElementRef }, { type: i0__namespace.ChangeDetectorRef }, { type: TheContextService }]; }, propDecorators: { checkItemClass: [{
|
|
4138
4139
|
type: i0.HostBinding,
|
|
4139
|
-
args: ['class.the-check-item']
|
|
4140
|
+
args: ['class.the-temp-check-item']
|
|
4140
4141
|
}], level: [{
|
|
4141
4142
|
type: i0.HostBinding,
|
|
4142
4143
|
args: ['attr.the-level']
|