@progress/kendo-angular-editor 11.6.0 → 12.0.0-develop.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/esm2020/dialogs/colorpicker-dialog.component.mjs +2 -2
- package/esm2020/dialogs/file-link-dialog.component.mjs +2 -2
- package/esm2020/dialogs/font-family-dialog.component.mjs +2 -2
- package/esm2020/dialogs/font-size-dialog.component.mjs +2 -2
- package/esm2020/dialogs/format-dialog.component.mjs +2 -2
- package/esm2020/dialogs/image-dialog.component.mjs +2 -2
- package/esm2020/dialogs/insert-table-dialog.component.mjs +2 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/tools/fontfamily/editor-fontfamily-dropdownlist.component.mjs +1 -1
- package/esm2020/tools/fontsize/editor-fontsize-dropdownlist.component.mjs +1 -1
- package/esm2020/tools/format/editor-format-dropdownlist.component.mjs +1 -1
- package/fesm2015/progress-kendo-angular-editor.mjs +19 -19
- package/fesm2020/progress-kendo-angular-editor.mjs +19 -19
- package/package.json +15 -15
- package/schematics/ngAdd/index.js +3 -3
|
@@ -77,7 +77,7 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
77
77
|
>
|
|
78
78
|
</kendo-colorpicker>
|
|
79
79
|
</div>
|
|
80
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
80
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
81
81
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
82
82
|
<button kendoButton
|
|
83
83
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -105,7 +105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
105
105
|
>
|
|
106
106
|
</kendo-colorpicker>
|
|
107
107
|
</div>
|
|
108
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
108
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
109
109
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
110
110
|
<button kendoButton
|
|
111
111
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -145,7 +145,7 @@ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
145
145
|
</div>
|
|
146
146
|
</ng-container>
|
|
147
147
|
</form>
|
|
148
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
148
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
149
149
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
150
150
|
<button kendoButton [disabled]="linkForm.invalid" (click)="onConfirmAction()" [primary]="true">
|
|
151
151
|
{{ textFor('dialogInsert') }}
|
|
@@ -194,7 +194,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
194
194
|
</div>
|
|
195
195
|
</ng-container>
|
|
196
196
|
</form>
|
|
197
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
197
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
198
198
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
199
199
|
<button kendoButton [disabled]="linkForm.invalid" (click)="onConfirmAction()" [primary]="true">
|
|
200
200
|
{{ textFor('dialogInsert') }}
|
|
@@ -62,7 +62,7 @@ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
62
62
|
>
|
|
63
63
|
</kendo-editor-fontfamily-dropdownlist>
|
|
64
64
|
</div>
|
|
65
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
65
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
66
66
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
67
67
|
<button kendoButton
|
|
68
68
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -85,7 +85,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
85
85
|
>
|
|
86
86
|
</kendo-editor-fontfamily-dropdownlist>
|
|
87
87
|
</div>
|
|
88
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
88
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
89
89
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
90
90
|
<button kendoButton
|
|
91
91
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -62,7 +62,7 @@ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
62
62
|
>
|
|
63
63
|
</kendo-editor-fontsize-dropdownlist>
|
|
64
64
|
</div>
|
|
65
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
65
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
66
66
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
67
67
|
<button kendoButton
|
|
68
68
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -85,7 +85,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
85
85
|
>
|
|
86
86
|
</kendo-editor-fontsize-dropdownlist>
|
|
87
87
|
</div>
|
|
88
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
88
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
89
89
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
90
90
|
<button kendoButton
|
|
91
91
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -61,7 +61,7 @@ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
61
61
|
>
|
|
62
62
|
</kendo-editor-format-dropdownlist>
|
|
63
63
|
</div>
|
|
64
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
64
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
65
65
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
66
66
|
<button kendoButton
|
|
67
67
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -84,7 +84,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
84
84
|
>
|
|
85
85
|
</kendo-editor-format-dropdownlist>
|
|
86
86
|
</div>
|
|
87
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
87
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
88
88
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
89
89
|
<button kendoButton
|
|
90
90
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -126,7 +126,7 @@ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
126
126
|
</div>
|
|
127
127
|
</div>
|
|
128
128
|
</div>
|
|
129
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
129
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
130
130
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
131
131
|
<button kendoButton [disabled]="imageData.invalid"
|
|
132
132
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
|
|
@@ -173,7 +173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
173
173
|
</div>
|
|
174
174
|
</div>
|
|
175
175
|
</div>
|
|
176
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
176
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
177
177
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
178
178
|
<button kendoButton [disabled]="imageData.invalid"
|
|
179
179
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
|
|
@@ -44,7 +44,7 @@ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
44
44
|
<div [style.text-align]="'center'">
|
|
45
45
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
46
46
|
</div>
|
|
47
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
47
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
48
48
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
49
49
|
</kendo-dialog-actions>
|
|
50
50
|
`, isInline: true, components: [{ type: i1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: i3.PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { type: i1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
@@ -58,7 +58,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
58
58
|
<div [style.text-align]="'center'">
|
|
59
59
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
60
60
|
</div>
|
|
61
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
61
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
62
62
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
63
63
|
</kendo-dialog-actions>
|
|
64
64
|
`
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-editor',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '
|
|
12
|
+
publishDate: 1681902936,
|
|
13
|
+
version: '12.0.0-develop.10',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -46,7 +46,7 @@ FontFamilyDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
46
46
|
</span>
|
|
47
47
|
</ng-template>
|
|
48
48
|
</kendo-dropdownlist>
|
|
49
|
-
`, isInline: true, components: [{ type: i1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i2.DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
49
|
+
`, isInline: true, components: [{ type: i1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i2.DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
50
50
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontFamilyDropDownListComponent, decorators: [{
|
|
51
51
|
type: Component,
|
|
52
52
|
args: [{
|
|
@@ -40,7 +40,7 @@ FontSizeDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
40
40
|
[style.width.em]="13"
|
|
41
41
|
>
|
|
42
42
|
</kendo-dropdownlist>
|
|
43
|
-
`, isInline: true, components: [{ type: i1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i2.DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
|
|
43
|
+
`, isInline: true, components: [{ type: i1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i2.DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
|
|
44
44
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontSizeDropDownListComponent, decorators: [{
|
|
45
45
|
type: Component,
|
|
46
46
|
args: [{
|
|
@@ -74,7 +74,7 @@ FormatDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
74
74
|
</ng-container>
|
|
75
75
|
</ng-template>
|
|
76
76
|
</kendo-dropdownlist>
|
|
77
|
-
`, isInline: true, components: [{ type: i1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i2.DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i3.NgSwitchDefault, selector: "[ngSwitchDefault]" }] });
|
|
77
|
+
`, isInline: true, components: [{ type: i1.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: i2.DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i3.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i3.NgSwitchDefault, selector: "[ngSwitchDefault]" }] });
|
|
78
78
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormatDropDownListComponent, decorators: [{
|
|
79
79
|
type: Component,
|
|
80
80
|
args: [{
|
|
@@ -40,8 +40,8 @@ const packageMetadata = {
|
|
|
40
40
|
name: '@progress/kendo-angular-editor',
|
|
41
41
|
productName: 'Kendo UI for Angular',
|
|
42
42
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
43
|
-
publishDate:
|
|
44
|
-
version: '
|
|
43
|
+
publishDate: 1681902936,
|
|
44
|
+
version: '12.0.0-develop.10',
|
|
45
45
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -848,7 +848,7 @@ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
848
848
|
</div>
|
|
849
849
|
</div>
|
|
850
850
|
</div>
|
|
851
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
851
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
852
852
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
853
853
|
<button kendoButton [disabled]="imageData.invalid"
|
|
854
854
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
|
|
@@ -895,7 +895,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
895
895
|
</div>
|
|
896
896
|
</div>
|
|
897
897
|
</div>
|
|
898
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
898
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
899
899
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
900
900
|
<button kendoButton [disabled]="imageData.invalid"
|
|
901
901
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
|
|
@@ -1037,7 +1037,7 @@ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
1037
1037
|
</div>
|
|
1038
1038
|
</ng-container>
|
|
1039
1039
|
</form>
|
|
1040
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
1040
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
1041
1041
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
1042
1042
|
<button kendoButton [disabled]="linkForm.invalid" (click)="onConfirmAction()" [primary]="true">
|
|
1043
1043
|
{{ textFor('dialogInsert') }}
|
|
@@ -1086,7 +1086,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1086
1086
|
</div>
|
|
1087
1087
|
</ng-container>
|
|
1088
1088
|
</form>
|
|
1089
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
1089
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
1090
1090
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
1091
1091
|
<button kendoButton [disabled]="linkForm.invalid" (click)="onConfirmAction()" [primary]="true">
|
|
1092
1092
|
{{ textFor('dialogInsert') }}
|
|
@@ -1581,7 +1581,7 @@ FormatDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
1581
1581
|
</ng-container>
|
|
1582
1582
|
</ng-template>
|
|
1583
1583
|
</kendo-dropdownlist>
|
|
1584
|
-
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i3$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i3$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }] });
|
|
1584
|
+
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i3$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i3$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }] });
|
|
1585
1585
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormatDropDownListComponent, decorators: [{
|
|
1586
1586
|
type: Component,
|
|
1587
1587
|
args: [{
|
|
@@ -1713,7 +1713,7 @@ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1713
1713
|
>
|
|
1714
1714
|
</kendo-editor-format-dropdownlist>
|
|
1715
1715
|
</div>
|
|
1716
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
1716
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
1717
1717
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
1718
1718
|
<button kendoButton
|
|
1719
1719
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -1736,7 +1736,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1736
1736
|
>
|
|
1737
1737
|
</kendo-editor-format-dropdownlist>
|
|
1738
1738
|
</div>
|
|
1739
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
1739
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
1740
1740
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
1741
1741
|
<button kendoButton
|
|
1742
1742
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4088,7 +4088,7 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4088
4088
|
>
|
|
4089
4089
|
</kendo-colorpicker>
|
|
4090
4090
|
</div>
|
|
4091
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4091
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4092
4092
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4093
4093
|
<button kendoButton
|
|
4094
4094
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4116,7 +4116,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4116
4116
|
>
|
|
4117
4117
|
</kendo-colorpicker>
|
|
4118
4118
|
</div>
|
|
4119
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4119
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4120
4120
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4121
4121
|
<button kendoButton
|
|
4122
4122
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4168,7 +4168,7 @@ FontFamilyDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4168
4168
|
</span>
|
|
4169
4169
|
</ng-template>
|
|
4170
4170
|
</kendo-dropdownlist>
|
|
4171
|
-
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
4171
|
+
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
4172
4172
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontFamilyDropDownListComponent, decorators: [{
|
|
4173
4173
|
type: Component,
|
|
4174
4174
|
args: [{
|
|
@@ -4272,7 +4272,7 @@ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
4272
4272
|
>
|
|
4273
4273
|
</kendo-editor-fontfamily-dropdownlist>
|
|
4274
4274
|
</div>
|
|
4275
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4275
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4276
4276
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4277
4277
|
<button kendoButton
|
|
4278
4278
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4295,7 +4295,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4295
4295
|
>
|
|
4296
4296
|
</kendo-editor-fontfamily-dropdownlist>
|
|
4297
4297
|
</div>
|
|
4298
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4298
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4299
4299
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4300
4300
|
<button kendoButton
|
|
4301
4301
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4426,7 +4426,7 @@ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4426
4426
|
<div [style.text-align]="'center'">
|
|
4427
4427
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4428
4428
|
</div>
|
|
4429
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4429
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4430
4430
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4431
4431
|
</kendo-dialog-actions>
|
|
4432
4432
|
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4$1.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
@@ -4440,7 +4440,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4440
4440
|
<div [style.text-align]="'center'">
|
|
4441
4441
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4442
4442
|
</div>
|
|
4443
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4443
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4444
4444
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4445
4445
|
</kendo-dialog-actions>
|
|
4446
4446
|
`
|
|
@@ -4482,7 +4482,7 @@ FontSizeDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
4482
4482
|
[style.width.em]="13"
|
|
4483
4483
|
>
|
|
4484
4484
|
</kendo-dropdownlist>
|
|
4485
|
-
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
|
|
4485
|
+
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
|
|
4486
4486
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontSizeDropDownListComponent, decorators: [{
|
|
4487
4487
|
type: Component,
|
|
4488
4488
|
args: [{
|
|
@@ -4581,7 +4581,7 @@ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4581
4581
|
>
|
|
4582
4582
|
</kendo-editor-fontsize-dropdownlist>
|
|
4583
4583
|
</div>
|
|
4584
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4584
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4585
4585
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4586
4586
|
<button kendoButton
|
|
4587
4587
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4604,7 +4604,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4604
4604
|
>
|
|
4605
4605
|
</kendo-editor-fontsize-dropdownlist>
|
|
4606
4606
|
</div>
|
|
4607
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4607
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4608
4608
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4609
4609
|
<button kendoButton
|
|
4610
4610
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -40,8 +40,8 @@ const packageMetadata = {
|
|
|
40
40
|
name: '@progress/kendo-angular-editor',
|
|
41
41
|
productName: 'Kendo UI for Angular',
|
|
42
42
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
43
|
-
publishDate:
|
|
44
|
-
version: '
|
|
43
|
+
publishDate: 1681902936,
|
|
44
|
+
version: '12.0.0-develop.10',
|
|
45
45
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
46
46
|
};
|
|
47
47
|
|
|
@@ -852,7 +852,7 @@ ImageDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
852
852
|
</div>
|
|
853
853
|
</div>
|
|
854
854
|
</div>
|
|
855
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
855
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
856
856
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
857
857
|
<button kendoButton [disabled]="imageData.invalid"
|
|
858
858
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
|
|
@@ -899,7 +899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
899
899
|
</div>
|
|
900
900
|
</div>
|
|
901
901
|
</div>
|
|
902
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
902
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
903
903
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
904
904
|
<button kendoButton [disabled]="imageData.invalid"
|
|
905
905
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogInsert') }}</button>
|
|
@@ -1041,7 +1041,7 @@ FileLinkDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
1041
1041
|
</div>
|
|
1042
1042
|
</ng-container>
|
|
1043
1043
|
</form>
|
|
1044
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
1044
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
1045
1045
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
1046
1046
|
<button kendoButton [disabled]="linkForm.invalid" (click)="onConfirmAction()" [primary]="true">
|
|
1047
1047
|
{{ textFor('dialogInsert') }}
|
|
@@ -1090,7 +1090,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1090
1090
|
</div>
|
|
1091
1091
|
</ng-container>
|
|
1092
1092
|
</form>
|
|
1093
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
1093
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
1094
1094
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
1095
1095
|
<button kendoButton [disabled]="linkForm.invalid" (click)="onConfirmAction()" [primary]="true">
|
|
1096
1096
|
{{ textFor('dialogInsert') }}
|
|
@@ -1585,7 +1585,7 @@ FormatDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
|
|
|
1585
1585
|
</ng-container>
|
|
1586
1586
|
</ng-template>
|
|
1587
1587
|
</kendo-dropdownlist>
|
|
1588
|
-
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i3$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i3$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }] });
|
|
1588
|
+
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3$1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i3$1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i3$1.NgSwitchDefault, selector: "[ngSwitchDefault]" }] });
|
|
1589
1589
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FormatDropDownListComponent, decorators: [{
|
|
1590
1590
|
type: Component,
|
|
1591
1591
|
args: [{
|
|
@@ -1717,7 +1717,7 @@ FormatDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
1717
1717
|
>
|
|
1718
1718
|
</kendo-editor-format-dropdownlist>
|
|
1719
1719
|
</div>
|
|
1720
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
1720
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
1721
1721
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
1722
1722
|
<button kendoButton
|
|
1723
1723
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -1740,7 +1740,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1740
1740
|
>
|
|
1741
1741
|
</kendo-editor-format-dropdownlist>
|
|
1742
1742
|
</div>
|
|
1743
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
1743
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
1744
1744
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
1745
1745
|
<button kendoButton
|
|
1746
1746
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4090,7 +4090,7 @@ ColorPickerDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4090
4090
|
>
|
|
4091
4091
|
</kendo-colorpicker>
|
|
4092
4092
|
</div>
|
|
4093
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4093
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4094
4094
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4095
4095
|
<button kendoButton
|
|
4096
4096
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4118,7 +4118,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4118
4118
|
>
|
|
4119
4119
|
</kendo-colorpicker>
|
|
4120
4120
|
</div>
|
|
4121
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4121
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4122
4122
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4123
4123
|
<button kendoButton
|
|
4124
4124
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4170,7 +4170,7 @@ FontFamilyDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
4170
4170
|
</span>
|
|
4171
4171
|
</ng-template>
|
|
4172
4172
|
</kendo-dropdownlist>
|
|
4173
|
-
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
4173
|
+
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }, { type: i1$2.ItemTemplateDirective, selector: "[kendoDropDownListItemTemplate],[kendoComboBoxItemTemplate],[kendoAutoCompleteItemTemplate],[kendoMultiSelectItemTemplate]" }, { type: i3$1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
4174
4174
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontFamilyDropDownListComponent, decorators: [{
|
|
4175
4175
|
type: Component,
|
|
4176
4176
|
args: [{
|
|
@@ -4274,7 +4274,7 @@ FontFamilyDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
4274
4274
|
>
|
|
4275
4275
|
</kendo-editor-fontfamily-dropdownlist>
|
|
4276
4276
|
</div>
|
|
4277
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4277
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4278
4278
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4279
4279
|
<button kendoButton
|
|
4280
4280
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4297,7 +4297,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4297
4297
|
>
|
|
4298
4298
|
</kendo-editor-fontfamily-dropdownlist>
|
|
4299
4299
|
</div>
|
|
4300
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4300
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4301
4301
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4302
4302
|
<button kendoButton
|
|
4303
4303
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4428,7 +4428,7 @@ InsertTableDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
|
|
|
4428
4428
|
<div [style.text-align]="'center'">
|
|
4429
4429
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4430
4430
|
</div>
|
|
4431
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4431
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4432
4432
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4433
4433
|
</kendo-dialog-actions>
|
|
4434
4434
|
`, isInline: true, components: [{ type: i1$1.DialogTitleBarComponent, selector: "kendo-dialog-titlebar", inputs: ["id", "closeTitle"], outputs: ["close"] }, { type: PopupTableGridComponent, selector: "kendo-popup-table-grid", outputs: ["cellClick", "tableWizardClick"] }, { type: i1$1.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { type: i4$1.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
@@ -4442,7 +4442,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4442
4442
|
<div [style.text-align]="'center'">
|
|
4443
4443
|
<kendo-popup-table-grid (cellClick)="onCellClick($event)"></kendo-popup-table-grid>
|
|
4444
4444
|
</div>
|
|
4445
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4445
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4446
4446
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4447
4447
|
</kendo-dialog-actions>
|
|
4448
4448
|
`
|
|
@@ -4484,7 +4484,7 @@ FontSizeDropDownListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
|
|
|
4484
4484
|
[style.width.em]="13"
|
|
4485
4485
|
>
|
|
4486
4486
|
</kendo-dropdownlist>
|
|
4487
|
-
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
|
|
4487
|
+
`, isInline: true, components: [{ type: i1$2.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["iconClass", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }], directives: [{ type: DropDownToolDirective, selector: "[kendoEditorDropDownTool]" }] });
|
|
4488
4488
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: FontSizeDropDownListComponent, decorators: [{
|
|
4489
4489
|
type: Component,
|
|
4490
4490
|
args: [{
|
|
@@ -4583,7 +4583,7 @@ FontSizeDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
4583
4583
|
>
|
|
4584
4584
|
</kendo-editor-fontsize-dropdownlist>
|
|
4585
4585
|
</div>
|
|
4586
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4586
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4587
4587
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4588
4588
|
<button kendoButton
|
|
4589
4589
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
|
@@ -4606,7 +4606,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4606
4606
|
>
|
|
4607
4607
|
</kendo-editor-fontsize-dropdownlist>
|
|
4608
4608
|
</div>
|
|
4609
|
-
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'
|
|
4609
|
+
<kendo-dialog-actions class="k-actions-end k-actions-horizontal k-window-actions" [layout]="'start'">
|
|
4610
4610
|
<button kendoButton (click)="onCancelAction()">{{ textFor('dialogCancel') }}</button>
|
|
4611
4611
|
<button kendoButton
|
|
4612
4612
|
(click)="onConfirmAction()" [primary]="true">{{ textFor('dialogApply') }}</button>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "12.0.0-develop.10",
|
|
4
4
|
"description": "Kendo UI Editor for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
"@angular/platform-browser": "13 - 15",
|
|
23
23
|
"@progress/kendo-drawing": "^1.17.2",
|
|
24
24
|
"@progress/kendo-licensing": "^1.0.2",
|
|
25
|
-
"@progress/kendo-angular-buttons": "
|
|
26
|
-
"@progress/kendo-angular-common": "
|
|
27
|
-
"@progress/kendo-angular-dialog": "
|
|
28
|
-
"@progress/kendo-angular-dropdowns": "
|
|
29
|
-
"@progress/kendo-angular-inputs": "
|
|
30
|
-
"@progress/kendo-angular-intl": "
|
|
31
|
-
"@progress/kendo-angular-l10n": "
|
|
32
|
-
"@progress/kendo-angular-label": "
|
|
33
|
-
"@progress/kendo-angular-layout": "
|
|
34
|
-
"@progress/kendo-angular-icons": "
|
|
35
|
-
"@progress/kendo-angular-popup": "
|
|
36
|
-
"@progress/kendo-angular-toolbar": "
|
|
25
|
+
"@progress/kendo-angular-buttons": "12.0.0-develop.10",
|
|
26
|
+
"@progress/kendo-angular-common": "12.0.0-develop.10",
|
|
27
|
+
"@progress/kendo-angular-dialog": "12.0.0-develop.10",
|
|
28
|
+
"@progress/kendo-angular-dropdowns": "12.0.0-develop.10",
|
|
29
|
+
"@progress/kendo-angular-inputs": "12.0.0-develop.10",
|
|
30
|
+
"@progress/kendo-angular-intl": "12.0.0-develop.10",
|
|
31
|
+
"@progress/kendo-angular-l10n": "12.0.0-develop.10",
|
|
32
|
+
"@progress/kendo-angular-label": "12.0.0-develop.10",
|
|
33
|
+
"@progress/kendo-angular-layout": "12.0.0-develop.10",
|
|
34
|
+
"@progress/kendo-angular-icons": "12.0.0-develop.10",
|
|
35
|
+
"@progress/kendo-angular-popup": "12.0.0-develop.10",
|
|
36
|
+
"@progress/kendo-angular-toolbar": "12.0.0-develop.10",
|
|
37
37
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"tslib": "^2.3.1",
|
|
41
|
-
"@progress/kendo-angular-schematics": "
|
|
42
|
-
"@progress/kendo-editor-common": "1.9.
|
|
41
|
+
"@progress/kendo-angular-schematics": "12.0.0-develop.10",
|
|
42
|
+
"@progress/kendo-editor-common": "1.9.5"
|
|
43
43
|
},
|
|
44
44
|
"schematics": "./schematics/collection.json",
|
|
45
45
|
"module": "fesm2015/progress-kendo-angular-editor.mjs",
|
|
@@ -4,11 +4,11 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'EditorModule', package: 'editor', peerDependencies: {
|
|
6
6
|
// peer dependency of kendo-angular-dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '
|
|
7
|
+
'@progress/kendo-angular-treeview': '12.0.0-develop.10',
|
|
8
8
|
// peer dependency of kendo-angular-layout
|
|
9
|
-
'@progress/kendo-angular-progressbar': '
|
|
9
|
+
'@progress/kendo-angular-progressbar': '12.0.0-develop.10',
|
|
10
10
|
// peer dependency of kendo-angular-inputs
|
|
11
|
-
'@progress/kendo-angular-dialog': '
|
|
11
|
+
'@progress/kendo-angular-dialog': '12.0.0-develop.10',
|
|
12
12
|
// Peer dependency of icons
|
|
13
13
|
'@progress/kendo-svg-icons': '^1.0.0'
|
|
14
14
|
} });
|