@progress/kendo-angular-editor 3.1.2 → 4.0.0-dev.202204140850
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/kendo-angular-editor.umd.js +5 -0
- package/{dist/es2015/common → common}/active-marks.d.ts +0 -0
- package/{dist/es2015/common → common}/apply-to-word-options.d.ts +0 -0
- package/{dist/es2015/common → common}/commands.d.ts +0 -0
- package/{dist/es2015/common → common}/direction.d.ts +0 -0
- package/{dist/es2015/common → common}/error-messages.d.ts +0 -0
- package/{dist/es2015/common → common}/font-family-item.interface.d.ts +0 -0
- package/{dist/es2015/common → common}/font-size-item.interface.d.ts +0 -0
- package/{dist/es2015/common → common}/format-item.interface.d.ts +0 -0
- package/{dist/es2015/common → common}/image-data.interface.d.ts +0 -0
- package/{dist/es2015/common → common}/link-data.interface.d.ts +0 -0
- package/{dist/es2015/common → common}/paste-cleanup-settings.d.ts +0 -0
- package/{dist/es2015/common → common}/plugins-function.d.ts +0 -1
- package/{dist/es2015/common → common}/predicate.d.ts +0 -0
- package/common/provider.service.d.ts +14 -0
- package/{dist/es2015/common → common}/resizable-options.interface.d.ts +0 -0
- package/{dist/es2015/common → common}/styles.d.ts +0 -0
- package/{dist/es2015/common → common}/table-data.interface.d.ts +0 -0
- package/{dist/es2015/config → config}/command-icons.d.ts +0 -0
- package/{dist/es2015/config → config}/commands.d.ts +0 -0
- package/{dist/es2015/config → config}/schema.d.ts +0 -0
- package/{dist/es2015/config → config}/semantic-nodes.d.ts +0 -0
- package/{dist/es2015/config → config}/table-commands.d.ts +0 -0
- package/{dist/es2015/config → config}/utils.d.ts +8 -8
- package/{dist/es2015/dialogs → dialogs}/colorpicker-dialog.component.d.ts +3 -0
- package/{dist/es2015/dialogs → dialogs}/file-link-dialog.component.d.ts +4 -1
- package/{dist/es2015/dialogs → dialogs}/font-family-dialog.component.d.ts +3 -0
- package/{dist/es2015/dialogs → dialogs}/font-size-dialog.component.d.ts +3 -0
- package/{dist/es2015/dialogs → dialogs}/format-dialog.component.d.ts +4 -1
- package/{dist/es2015/dialogs → dialogs}/image-dialog.component.d.ts +3 -0
- package/{dist/es2015/dialogs → dialogs}/insert-table-dialog.component.d.ts +5 -4
- package/{dist/es2015/dialogs → dialogs}/source-dialog.component.d.ts +3 -0
- package/{dist/es2015/editor-toolbar-state.d.ts → editor-toolbar-state.d.ts} +1 -1
- package/{dist/es2015/editor.component.d.ts → editor.component.d.ts} +32 -20
- package/editor.module.d.ts +113 -0
- package/{dist/es2015 → esm2015}/common/active-marks.js +1 -0
- package/{dist/es2015 → esm2015}/common/apply-to-word-options.js +1 -0
- package/{dist/es → esm2015}/common/commands.js +1 -0
- package/{dist/es2015 → esm2015}/common/direction.js +1 -0
- package/{dist/es2015 → esm2015}/common/error-messages.js +2 -5
- package/{dist/es → esm2015}/common/font-family-item.interface.js +1 -0
- package/{dist/es → esm2015}/common/font-size-item.interface.js +1 -0
- package/{dist/es → esm2015}/common/format-item.interface.js +1 -0
- package/{dist/es → esm2015}/common/image-data.interface.js +1 -0
- package/{dist/es → esm2015}/common/link-data.interface.js +1 -0
- package/{dist/es → esm2015}/common/paste-cleanup-settings.js +1 -0
- package/{dist/es → esm2015}/common/plugins-function.js +1 -0
- package/{dist/es → esm2015}/common/predicate.js +1 -0
- package/esm2015/common/provider.service.js +16 -0
- package/{dist/es → esm2015}/common/resizable-options.interface.js +1 -0
- package/{dist/es2015 → esm2015}/common/styles.js +0 -0
- package/{dist/es → esm2015}/common/table-data.interface.js +1 -0
- package/{dist/es2015 → esm2015}/config/command-icons.js +0 -0
- package/esm2015/config/commands.js +62 -0
- package/{dist/es2015 → esm2015}/config/schema.js +0 -0
- package/{dist/es2015 → esm2015}/config/semantic-nodes.js +1 -4
- package/{dist/es2015 → esm2015}/config/table-commands.js +0 -0
- package/{dist/es2015 → esm2015}/config/utils.js +1 -1
- package/esm2015/dialogs/colorpicker-dialog.component.js +117 -0
- package/esm2015/dialogs/file-link-dialog.component.js +209 -0
- package/esm2015/dialogs/font-family-dialog.component.js +106 -0
- package/esm2015/dialogs/font-size-dialog.component.js +106 -0
- package/esm2015/dialogs/format-dialog.component.js +106 -0
- package/{dist/es2015 → esm2015}/dialogs/image-dialog.component.js +60 -21
- package/esm2015/dialogs/insert-table-dialog.component.js +74 -0
- package/esm2015/dialogs/source-dialog.component.js +89 -0
- package/{dist/es2015 → esm2015}/editor-toolbar-state.js +0 -0
- package/{dist/es2015 → esm2015}/editor.component.js +331 -200
- package/{dist/es2015 → esm2015}/editor.module.js +205 -31
- package/{dist/es/common/active-marks.js → esm2015/kendo-angular-editor.js} +4 -0
- package/esm2015/localization/custom-messages.component.js +41 -0
- package/esm2015/localization/editor-localization.service.js +31 -0
- package/esm2015/localization/localized-messages.directive.js +32 -0
- package/esm2015/localization/messages.js +126 -0
- package/{dist/es2015/index.js → esm2015/main.js} +37 -47
- package/{dist/es2015 → esm2015}/package-metadata.js +1 -1
- package/{dist/es → esm2015}/preventable-events/paste-event-data.js +1 -0
- package/{dist/es2015 → esm2015}/preventable-events/paste-event.js +1 -1
- package/esm2015/preventable-events/preventable-event.js +27 -0
- package/esm2015/tools/alignment/editor-align-center-button.directive.js +42 -0
- package/esm2015/tools/alignment/editor-align-justify-button.directive.js +42 -0
- package/esm2015/tools/alignment/editor-align-left-button.directive.js +42 -0
- package/esm2015/tools/alignment/editor-align-right-button.directive.js +42 -0
- package/esm2015/tools/blockquote/editor-blockquote-button.directive.js +41 -0
- package/esm2015/tools/colorpicker/editor-back-color.directive.js +28 -0
- package/esm2015/tools/colorpicker/editor-colorpicker.component.js +262 -0
- package/esm2015/tools/colorpicker/editor-fore-color.directive.js +28 -0
- package/esm2015/tools/editor-clean-formatting-button.directive.js +41 -0
- package/esm2015/tools/fontfamily/editor-fontfamily-dropdownlist.component.js +104 -0
- package/{dist/es2015 → esm2015}/tools/fontfamily/editor-fontfamily.component.js +73 -57
- package/esm2015/tools/fontsize/editor-fontsize-dropdownlist.component.js +93 -0
- package/{dist/es2015 → esm2015}/tools/fontsize/editor-fontsize.component.js +72 -54
- package/esm2015/tools/format/editor-format-dropdownlist.component.js +160 -0
- package/{dist/es2015 → esm2015}/tools/format/editor-format.component.js +69 -51
- package/esm2015/tools/history/editor-redo-button.directive.js +42 -0
- package/esm2015/tools/history/editor-undo-button.directive.js +42 -0
- package/esm2015/tools/image/editor-insert-image-button.directive.js +41 -0
- package/esm2015/tools/indentation/editor-indent-button.directive.js +42 -0
- package/esm2015/tools/indentation/editor-outdent-button.directive.js +42 -0
- package/esm2015/tools/link/editor-create-link-button.directive.js +42 -0
- package/esm2015/tools/link/editor-insert-file-button.directive.js +34 -0
- package/esm2015/tools/link/editor-unlink-button.directive.js +42 -0
- package/esm2015/tools/list/editor-insert-ordered-list-button.directive.js +42 -0
- package/esm2015/tools/list/editor-insert-unordered-list-button.directive.js +42 -0
- package/{dist/es2015 → esm2015}/tools/print/editor-print-button.directive.js +18 -22
- package/esm2015/tools/select-all/select-all-button.directive.js +45 -0
- package/{dist/es2015 → esm2015}/tools/shared/dropdown-tool.directive.js +10 -10
- package/esm2015/tools/shared/editor-command-base.js +64 -0
- package/{dist/es2015 → esm2015}/tools/shared/editor-command-button.js +5 -5
- package/{dist/es2015 → esm2015}/tools/shared/editor-command-dialog.js +4 -5
- package/esm2015/tools/source/editor-view-source-button.directive.js +41 -0
- package/esm2015/tools/tables/editor-add-column-after-button.directive.js +35 -0
- package/esm2015/tools/tables/editor-add-column-before-button.directive.js +35 -0
- package/esm2015/tools/tables/editor-add-row-after-button.directive.js +35 -0
- package/esm2015/tools/tables/editor-add-row-before-button.directive.js +35 -0
- package/esm2015/tools/tables/editor-delete-column-button.directive.js +35 -0
- package/esm2015/tools/tables/editor-delete-row-button.directive.js +35 -0
- package/esm2015/tools/tables/editor-delete-table-button.directive.js +35 -0
- package/{dist/es2015 → esm2015}/tools/tables/editor-insert-table-button.component.js +66 -45
- package/esm2015/tools/tables/editor-merge-cells-button.directive.js +37 -0
- package/esm2015/tools/tables/editor-split-cell-button.directive.js +37 -0
- package/{dist/es2015 → esm2015}/tools/tables/popup-table-grid.component.js +32 -21
- package/esm2015/tools/tools.service.js +20 -0
- package/esm2015/tools/typographical-emphasis/editor-bold-button.directive.js +42 -0
- package/esm2015/tools/typographical-emphasis/editor-italic-button.directive.js +42 -0
- package/esm2015/tools/typographical-emphasis/editor-strikethrough-button.directive.js +42 -0
- package/esm2015/tools/typographical-emphasis/editor-subscript-button.directive.js +42 -0
- package/esm2015/tools/typographical-emphasis/editor-superscript-button.directive.js +42 -0
- package/esm2015/tools/typographical-emphasis/editor-underline-button.directive.js +42 -0
- package/{dist/es2015 → esm2015}/util.js +8 -0
- package/fesm2015/kendo-angular-editor.js +6396 -0
- package/kendo-angular-editor.d.ts +9 -0
- package/{dist/es2015/localization → localization}/custom-messages.component.d.ts +6 -3
- package/{dist/es2015/localization → localization}/editor-localization.service.d.ts +3 -0
- package/{dist/es2015/localization → localization}/localized-messages.directive.d.ts +5 -2
- package/{dist/es2015/localization → localization}/messages.d.ts +4 -1
- package/{dist/es/index.js → main.d.ts} +39 -47
- package/{dist/es2015/package-metadata.d.ts → package-metadata.d.ts} +0 -0
- package/package.json +44 -121
- package/{dist/es2015/preventable-events → preventable-events}/paste-event-data.d.ts +0 -0
- package/{dist/es2015/preventable-events → preventable-events}/paste-event.d.ts +1 -1
- package/preventable-events/preventable-event.d.ts +21 -0
- package/schematics/ngAdd/index.js +5 -2
- package/schematics/ngAdd/index.js.map +1 -1
- package/{dist/es2015/tools → tools}/alignment/editor-align-center-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/alignment/editor-align-justify-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/alignment/editor-align-left-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/alignment/editor-align-right-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/blockquote/editor-blockquote-button.directive.d.ts +5 -3
- package/{dist/es2015/tools → tools}/colorpicker/editor-back-color.directive.d.ts +3 -0
- package/{dist/es2015/tools → tools}/colorpicker/editor-colorpicker.component.d.ts +10 -6
- package/{dist/es2015/tools → tools}/colorpicker/editor-fore-color.directive.d.ts +3 -0
- package/{dist/es2015/tools → tools}/editor-clean-formatting-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/fontfamily/editor-fontfamily-dropdownlist.component.d.ts +3 -0
- package/{dist/es2015/tools → tools}/fontfamily/editor-fontfamily.component.d.ts +10 -6
- package/{dist/es2015/tools → tools}/fontsize/editor-fontsize-dropdownlist.component.d.ts +3 -0
- package/{dist/es2015/tools → tools}/fontsize/editor-fontsize.component.d.ts +10 -6
- package/{dist/es2015/tools → tools}/format/editor-format-dropdownlist.component.d.ts +3 -0
- package/{dist/es2015/tools → tools}/format/editor-format.component.d.ts +10 -6
- package/{dist/es2015/tools → tools}/history/editor-redo-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/history/editor-undo-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/image/editor-insert-image-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/indentation/editor-indent-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/indentation/editor-outdent-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/link/editor-create-link-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/link/editor-insert-file-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/link/editor-unlink-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/list/editor-insert-ordered-list-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/list/editor-insert-unordered-list-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/print/editor-print-button.directive.d.ts +5 -3
- package/{dist/es2015/tools → tools}/select-all/select-all-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/shared/dropdown-tool.directive.d.ts +4 -1
- package/{dist/es2015/tools → tools}/shared/editor-command-base.d.ts +8 -4
- package/{dist/es2015/tools → tools}/shared/editor-command-button.d.ts +5 -5
- package/{dist/es2015/tools → tools}/shared/editor-command-dialog.d.ts +4 -5
- package/{dist/es2015/tools → tools}/source/editor-view-source-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/tables/editor-add-column-after-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/tables/editor-add-column-before-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/tables/editor-add-row-after-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/tables/editor-add-row-before-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/tables/editor-delete-column-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/tables/editor-delete-row-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/tables/editor-delete-table-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/tables/editor-insert-table-button.component.d.ts +10 -9
- package/{dist/es2015/tools → tools}/tables/editor-merge-cells-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/tables/editor-split-cell-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/tables/popup-table-grid.component.d.ts +7 -6
- package/{dist/es2015/tools → tools}/tools.service.d.ts +3 -0
- package/{dist/es2015/tools → tools}/typographical-emphasis/editor-bold-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/typographical-emphasis/editor-italic-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/typographical-emphasis/editor-strikethrough-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/typographical-emphasis/editor-subscript-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/typographical-emphasis/editor-superscript-button.directive.d.ts +5 -2
- package/{dist/es2015/tools → tools}/typographical-emphasis/editor-underline-button.directive.d.ts +5 -2
- package/{dist/es2015/util.d.ts → util.d.ts} +7 -0
- package/dist/cdn/js/kendo-angular-editor.js +0 -20
- package/dist/cdn/main.js +0 -5
- package/dist/es/common/apply-to-word-options.js +0 -4
- package/dist/es/common/direction.js +0 -4
- package/dist/es/common/error-messages.js +0 -19
- package/dist/es/common/styles.js +0 -16
- package/dist/es/config/command-icons.js +0 -48
- package/dist/es/config/commands.js +0 -71
- package/dist/es/config/schema.js +0 -22
- package/dist/es/config/semantic-nodes.js +0 -32
- package/dist/es/config/table-commands.js +0 -14
- package/dist/es/config/utils.js +0 -102
- package/dist/es/dialogs/colorpicker-dialog.component.js +0 -70
- package/dist/es/dialogs/file-link-dialog.component.js +0 -126
- package/dist/es/dialogs/font-family-dialog.component.js +0 -65
- package/dist/es/dialogs/font-size-dialog.component.js +0 -65
- package/dist/es/dialogs/format-dialog.component.js +0 -65
- package/dist/es/dialogs/image-dialog.component.js +0 -102
- package/dist/es/dialogs/insert-table-dialog.component.js +0 -49
- package/dist/es/dialogs/source-dialog.component.js +0 -72
- package/dist/es/editor-toolbar-state.js +0 -280
- package/dist/es/editor.component.js +0 -1039
- package/dist/es/editor.module.js +0 -241
- package/dist/es/localization/custom-messages.component.js +0 -45
- package/dist/es/localization/editor-localization.service.js +0 -24
- package/dist/es/localization/localized-messages.directive.js +0 -36
- package/dist/es/localization/messages.js +0 -230
- package/dist/es/main.js +0 -9
- package/dist/es/package-metadata.js +0 -15
- package/dist/es/preventable-events/paste-event.js +0 -25
- package/dist/es/tools/alignment/editor-align-center-button.directive.js +0 -47
- package/dist/es/tools/alignment/editor-align-justify-button.directive.js +0 -47
- package/dist/es/tools/alignment/editor-align-left-button.directive.js +0 -47
- package/dist/es/tools/alignment/editor-align-right-button.directive.js +0 -47
- package/dist/es/tools/blockquote/editor-blockquote-button.directive.js +0 -48
- package/dist/es/tools/colorpicker/editor-back-color.directive.js +0 -28
- package/dist/es/tools/colorpicker/editor-colorpicker.component.js +0 -233
- package/dist/es/tools/colorpicker/editor-fore-color.directive.js +0 -28
- package/dist/es/tools/editor-clean-formatting-button.directive.js +0 -46
- package/dist/es/tools/fontfamily/editor-fontfamily-dropdownlist.component.js +0 -71
- package/dist/es/tools/fontfamily/editor-fontfamily.component.js +0 -211
- package/dist/es/tools/fontsize/editor-fontsize-dropdownlist.component.js +0 -71
- package/dist/es/tools/fontsize/editor-fontsize.component.js +0 -206
- package/dist/es/tools/format/editor-format-dropdownlist.component.js +0 -71
- package/dist/es/tools/format/editor-format.component.js +0 -202
- package/dist/es/tools/history/editor-redo-button.directive.js +0 -47
- package/dist/es/tools/history/editor-undo-button.directive.js +0 -47
- package/dist/es/tools/image/editor-insert-image-button.directive.js +0 -46
- package/dist/es/tools/indentation/editor-indent-button.directive.js +0 -47
- package/dist/es/tools/indentation/editor-outdent-button.directive.js +0 -47
- package/dist/es/tools/link/editor-create-link-button.directive.js +0 -47
- package/dist/es/tools/link/editor-insert-file-button.directive.js +0 -39
- package/dist/es/tools/link/editor-unlink-button.directive.js +0 -47
- package/dist/es/tools/list/editor-insert-ordered-list-button.directive.js +0 -47
- package/dist/es/tools/list/editor-insert-unordered-list-button.directive.js +0 -47
- package/dist/es/tools/print/editor-print-button.directive.js +0 -69
- package/dist/es/tools/select-all/select-all-button.directive.js +0 -50
- package/dist/es/tools/shared/dropdown-tool.directive.js +0 -41
- package/dist/es/tools/shared/editor-command-base.js +0 -49
- package/dist/es/tools/shared/editor-command-button.js +0 -34
- package/dist/es/tools/shared/editor-command-dialog.js +0 -30
- package/dist/es/tools/source/editor-view-source-button.directive.js +0 -46
- package/dist/es/tools/tables/editor-add-column-after-button.directive.js +0 -40
- package/dist/es/tools/tables/editor-add-column-before-button.directive.js +0 -40
- package/dist/es/tools/tables/editor-add-row-after-button.directive.js +0 -40
- package/dist/es/tools/tables/editor-add-row-before-button.directive.js +0 -40
- package/dist/es/tools/tables/editor-delete-column-button.directive.js +0 -40
- package/dist/es/tools/tables/editor-delete-row-button.directive.js +0 -40
- package/dist/es/tools/tables/editor-delete-table-button.directive.js +0 -40
- package/dist/es/tools/tables/editor-insert-table-button.component.js +0 -202
- package/dist/es/tools/tables/editor-merge-cells-button.directive.js +0 -42
- package/dist/es/tools/tables/editor-split-cell-button.directive.js +0 -42
- package/dist/es/tools/tables/popup-table-grid.component.js +0 -69
- package/dist/es/tools/tools.service.js +0 -20
- package/dist/es/tools/typographical-emphasis/editor-bold-button.directive.js +0 -47
- package/dist/es/tools/typographical-emphasis/editor-italic-button.directive.js +0 -47
- package/dist/es/tools/typographical-emphasis/editor-strikethrough-button.directive.js +0 -47
- package/dist/es/tools/typographical-emphasis/editor-subscript-button.directive.js +0 -47
- package/dist/es/tools/typographical-emphasis/editor-superscript-button.directive.js +0 -47
- package/dist/es/tools/typographical-emphasis/editor-underline-button.directive.js +0 -47
- package/dist/es/util.js +0 -127
- package/dist/es2015/common/commands.js +0 -4
- package/dist/es2015/common/font-family-item.interface.js +0 -4
- package/dist/es2015/common/font-size-item.interface.js +0 -4
- package/dist/es2015/common/format-item.interface.js +0 -4
- package/dist/es2015/common/image-data.interface.js +0 -4
- package/dist/es2015/common/link-data.interface.js +0 -4
- package/dist/es2015/common/paste-cleanup-settings.js +0 -4
- package/dist/es2015/common/plugins-function.js +0 -4
- package/dist/es2015/common/predicate.js +0 -4
- package/dist/es2015/common/resizable-options.interface.js +0 -4
- package/dist/es2015/common/table-data.interface.js +0 -4
- package/dist/es2015/config/commands.js +0 -67
- package/dist/es2015/dialogs/colorpicker-dialog.component.js +0 -92
- package/dist/es2015/dialogs/file-link-dialog.component.js +0 -163
- package/dist/es2015/dialogs/font-family-dialog.component.js +0 -84
- package/dist/es2015/dialogs/font-size-dialog.component.js +0 -84
- package/dist/es2015/dialogs/format-dialog.component.js +0 -84
- package/dist/es2015/dialogs/insert-table-dialog.component.js +0 -60
- package/dist/es2015/dialogs/source-dialog.component.js +0 -81
- package/dist/es2015/editor.module.d.ts +0 -45
- package/dist/es2015/index.d.ts +0 -72
- package/dist/es2015/index.metadata.json +0 -1
- package/dist/es2015/localization/custom-messages.component.js +0 -37
- package/dist/es2015/localization/editor-localization.service.js +0 -22
- package/dist/es2015/localization/localized-messages.directive.js +0 -32
- package/dist/es2015/localization/messages.js +0 -224
- package/dist/es2015/main.d.ts +0 -13
- package/dist/es2015/main.js +0 -9
- package/dist/es2015/preventable-events/paste-event-data.js +0 -4
- package/dist/es2015/tools/alignment/editor-align-center-button.directive.js +0 -45
- package/dist/es2015/tools/alignment/editor-align-justify-button.directive.js +0 -45
- package/dist/es2015/tools/alignment/editor-align-left-button.directive.js +0 -45
- package/dist/es2015/tools/alignment/editor-align-right-button.directive.js +0 -45
- package/dist/es2015/tools/blockquote/editor-blockquote-button.directive.js +0 -45
- package/dist/es2015/tools/colorpicker/editor-back-color.directive.js +0 -27
- package/dist/es2015/tools/colorpicker/editor-colorpicker.component.js +0 -249
- package/dist/es2015/tools/colorpicker/editor-fore-color.directive.js +0 -27
- package/dist/es2015/tools/editor-clean-formatting-button.directive.js +0 -44
- package/dist/es2015/tools/fontfamily/editor-fontfamily-dropdownlist.component.js +0 -99
- package/dist/es2015/tools/fontsize/editor-fontsize-dropdownlist.component.js +0 -94
- package/dist/es2015/tools/format/editor-format-dropdownlist.component.js +0 -127
- package/dist/es2015/tools/history/editor-redo-button.directive.js +0 -45
- package/dist/es2015/tools/history/editor-undo-button.directive.js +0 -45
- package/dist/es2015/tools/image/editor-insert-image-button.directive.js +0 -44
- package/dist/es2015/tools/indentation/editor-indent-button.directive.js +0 -45
- package/dist/es2015/tools/indentation/editor-outdent-button.directive.js +0 -45
- package/dist/es2015/tools/link/editor-create-link-button.directive.js +0 -45
- package/dist/es2015/tools/link/editor-insert-file-button.directive.js +0 -37
- package/dist/es2015/tools/link/editor-unlink-button.directive.js +0 -45
- package/dist/es2015/tools/list/editor-insert-ordered-list-button.directive.js +0 -45
- package/dist/es2015/tools/list/editor-insert-unordered-list-button.directive.js +0 -45
- package/dist/es2015/tools/select-all/select-all-button.directive.js +0 -48
- package/dist/es2015/tools/shared/editor-command-base.js +0 -46
- package/dist/es2015/tools/source/editor-view-source-button.directive.js +0 -44
- package/dist/es2015/tools/tables/editor-add-column-after-button.directive.js +0 -38
- package/dist/es2015/tools/tables/editor-add-column-before-button.directive.js +0 -38
- package/dist/es2015/tools/tables/editor-add-row-after-button.directive.js +0 -38
- package/dist/es2015/tools/tables/editor-add-row-before-button.directive.js +0 -38
- package/dist/es2015/tools/tables/editor-delete-column-button.directive.js +0 -38
- package/dist/es2015/tools/tables/editor-delete-row-button.directive.js +0 -38
- package/dist/es2015/tools/tables/editor-delete-table-button.directive.js +0 -38
- package/dist/es2015/tools/tables/editor-merge-cells-button.directive.js +0 -40
- package/dist/es2015/tools/tables/editor-split-cell-button.directive.js +0 -40
- package/dist/es2015/tools/tools.service.js +0 -22
- package/dist/es2015/tools/typographical-emphasis/editor-bold-button.directive.js +0 -45
- package/dist/es2015/tools/typographical-emphasis/editor-italic-button.directive.js +0 -45
- package/dist/es2015/tools/typographical-emphasis/editor-strikethrough-button.directive.js +0 -45
- package/dist/es2015/tools/typographical-emphasis/editor-subscript-button.directive.js +0 -45
- package/dist/es2015/tools/typographical-emphasis/editor-superscript-button.directive.js +0 -45
- package/dist/es2015/tools/typographical-emphasis/editor-underline-button.directive.js +0 -45
- package/dist/fesm2015/index.js +0 -5842
- package/dist/fesm5/index.js +0 -5300
- package/dist/npm/common/active-marks.js +0 -6
- package/dist/npm/common/apply-to-word-options.js +0 -6
- package/dist/npm/common/commands.js +0 -6
- package/dist/npm/common/direction.js +0 -6
- package/dist/npm/common/error-messages.js +0 -22
- package/dist/npm/common/font-family-item.interface.js +0 -6
- package/dist/npm/common/font-size-item.interface.js +0 -6
- package/dist/npm/common/format-item.interface.js +0 -6
- package/dist/npm/common/image-data.interface.js +0 -6
- package/dist/npm/common/link-data.interface.js +0 -6
- package/dist/npm/common/paste-cleanup-settings.js +0 -6
- package/dist/npm/common/plugins-function.js +0 -6
- package/dist/npm/common/predicate.js +0 -6
- package/dist/npm/common/resizable-options.interface.js +0 -6
- package/dist/npm/common/styles.js +0 -18
- package/dist/npm/common/table-data.interface.js +0 -6
- package/dist/npm/config/command-icons.js +0 -50
- package/dist/npm/config/commands.js +0 -112
- package/dist/npm/config/schema.js +0 -21
- package/dist/npm/config/semantic-nodes.js +0 -35
- package/dist/npm/config/table-commands.js +0 -16
- package/dist/npm/config/utils.js +0 -104
- package/dist/npm/dialogs/colorpicker-dialog.component.js +0 -72
- package/dist/npm/dialogs/file-link-dialog.component.js +0 -128
- package/dist/npm/dialogs/font-family-dialog.component.js +0 -67
- package/dist/npm/dialogs/font-size-dialog.component.js +0 -67
- package/dist/npm/dialogs/format-dialog.component.js +0 -67
- package/dist/npm/dialogs/image-dialog.component.js +0 -104
- package/dist/npm/dialogs/insert-table-dialog.component.js +0 -51
- package/dist/npm/dialogs/source-dialog.component.js +0 -74
- package/dist/npm/editor-toolbar-state.js +0 -282
- package/dist/npm/editor.component.js +0 -1041
- package/dist/npm/editor.module.js +0 -243
- package/dist/npm/index.js +0 -138
- package/dist/npm/localization/custom-messages.component.js +0 -47
- package/dist/npm/localization/editor-localization.service.js +0 -26
- package/dist/npm/localization/localized-messages.directive.js +0 -38
- package/dist/npm/localization/messages.js +0 -232
- package/dist/npm/main.js +0 -38
- package/dist/npm/package-metadata.js +0 -17
- package/dist/npm/preventable-events/paste-event-data.js +0 -6
- package/dist/npm/preventable-events/paste-event.js +0 -27
- package/dist/npm/tools/alignment/editor-align-center-button.directive.js +0 -49
- package/dist/npm/tools/alignment/editor-align-justify-button.directive.js +0 -49
- package/dist/npm/tools/alignment/editor-align-left-button.directive.js +0 -49
- package/dist/npm/tools/alignment/editor-align-right-button.directive.js +0 -49
- package/dist/npm/tools/blockquote/editor-blockquote-button.directive.js +0 -50
- package/dist/npm/tools/colorpicker/editor-back-color.directive.js +0 -30
- package/dist/npm/tools/colorpicker/editor-colorpicker.component.js +0 -235
- package/dist/npm/tools/colorpicker/editor-fore-color.directive.js +0 -30
- package/dist/npm/tools/editor-clean-formatting-button.directive.js +0 -48
- package/dist/npm/tools/fontfamily/editor-fontfamily-dropdownlist.component.js +0 -73
- package/dist/npm/tools/fontfamily/editor-fontfamily.component.js +0 -213
- package/dist/npm/tools/fontsize/editor-fontsize-dropdownlist.component.js +0 -73
- package/dist/npm/tools/fontsize/editor-fontsize.component.js +0 -208
- package/dist/npm/tools/format/editor-format-dropdownlist.component.js +0 -73
- package/dist/npm/tools/format/editor-format.component.js +0 -204
- package/dist/npm/tools/history/editor-redo-button.directive.js +0 -49
- package/dist/npm/tools/history/editor-undo-button.directive.js +0 -49
- package/dist/npm/tools/image/editor-insert-image-button.directive.js +0 -48
- package/dist/npm/tools/indentation/editor-indent-button.directive.js +0 -49
- package/dist/npm/tools/indentation/editor-outdent-button.directive.js +0 -49
- package/dist/npm/tools/link/editor-create-link-button.directive.js +0 -49
- package/dist/npm/tools/link/editor-insert-file-button.directive.js +0 -41
- package/dist/npm/tools/link/editor-unlink-button.directive.js +0 -49
- package/dist/npm/tools/list/editor-insert-ordered-list-button.directive.js +0 -49
- package/dist/npm/tools/list/editor-insert-unordered-list-button.directive.js +0 -49
- package/dist/npm/tools/print/editor-print-button.directive.js +0 -71
- package/dist/npm/tools/select-all/select-all-button.directive.js +0 -52
- package/dist/npm/tools/shared/dropdown-tool.directive.js +0 -43
- package/dist/npm/tools/shared/editor-command-base.js +0 -51
- package/dist/npm/tools/shared/editor-command-button.js +0 -36
- package/dist/npm/tools/shared/editor-command-dialog.js +0 -32
- package/dist/npm/tools/source/editor-view-source-button.directive.js +0 -48
- package/dist/npm/tools/tables/editor-add-column-after-button.directive.js +0 -42
- package/dist/npm/tools/tables/editor-add-column-before-button.directive.js +0 -42
- package/dist/npm/tools/tables/editor-add-row-after-button.directive.js +0 -42
- package/dist/npm/tools/tables/editor-add-row-before-button.directive.js +0 -42
- package/dist/npm/tools/tables/editor-delete-column-button.directive.js +0 -42
- package/dist/npm/tools/tables/editor-delete-row-button.directive.js +0 -42
- package/dist/npm/tools/tables/editor-delete-table-button.directive.js +0 -42
- package/dist/npm/tools/tables/editor-insert-table-button.component.js +0 -204
- package/dist/npm/tools/tables/editor-merge-cells-button.directive.js +0 -44
- package/dist/npm/tools/tables/editor-split-cell-button.directive.js +0 -44
- package/dist/npm/tools/tables/popup-table-grid.component.js +0 -71
- package/dist/npm/tools/tools.service.js +0 -22
- package/dist/npm/tools/typographical-emphasis/editor-bold-button.directive.js +0 -49
- package/dist/npm/tools/typographical-emphasis/editor-italic-button.directive.js +0 -49
- package/dist/npm/tools/typographical-emphasis/editor-strikethrough-button.directive.js +0 -49
- package/dist/npm/tools/typographical-emphasis/editor-subscript-button.directive.js +0 -49
- package/dist/npm/tools/typographical-emphasis/editor-superscript-button.directive.js +0 -49
- package/dist/npm/tools/typographical-emphasis/editor-underline-button.directive.js +0 -49
- package/dist/npm/util.js +0 -130
- package/dist/systemjs/kendo-angular-editor.js +0 -5
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
/**
|
|
6
|
+
* Generated bundle index. Do not edit.
|
|
7
|
+
*/
|
|
8
|
+
/// <amd-module name="@progress/kendo-angular-editor" />
|
|
9
|
+
export * from './main';
|
|
@@ -3,13 +3,16 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import {
|
|
6
|
+
import { MessagesDirective } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* Custom component messages override default component messages
|
|
9
10
|
* ([see example]({% slug globalization_editor %}#toc-localization)).
|
|
10
11
|
*/
|
|
11
|
-
export declare class CustomMessagesComponent extends
|
|
12
|
+
export declare class CustomMessagesComponent extends MessagesDirective {
|
|
12
13
|
protected service: LocalizationService;
|
|
13
14
|
constructor(service: LocalizationService);
|
|
14
|
-
protected
|
|
15
|
+
protected get override(): boolean;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomMessagesComponent, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CustomMessagesComponent, "kendo-editor-messages", never, {}, {}, never>;
|
|
15
18
|
}
|
|
@@ -3,9 +3,12 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService, MessageService } from '@progress/kendo-angular-l10n';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
8
9
|
*/
|
|
9
10
|
export declare class EditorLocalizationService extends LocalizationService {
|
|
10
11
|
constructor(prefix: string, messageService: MessageService, _rtl: boolean);
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditorLocalizationService, [null, { optional: true; }, { optional: true; }]>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EditorLocalizationService>;
|
|
11
14
|
}
|
|
@@ -3,11 +3,14 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import {
|
|
6
|
+
import { MessagesDirective } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
/**
|
|
8
9
|
* @hidden
|
|
9
10
|
*/
|
|
10
|
-
export declare class LocalizedMessagesDirective extends
|
|
11
|
+
export declare class LocalizedMessagesDirective extends MessagesDirective {
|
|
11
12
|
protected service: LocalizationService;
|
|
12
13
|
constructor(service: LocalizationService);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoEditorLocalizedMessages]", never, {}, {}, never>;
|
|
13
16
|
}
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* @hidden
|
|
8
9
|
*/
|
|
9
|
-
export declare class
|
|
10
|
+
export declare class MessagesDirective extends ComponentMessages {
|
|
10
11
|
/**
|
|
11
12
|
* The title of the tool that aligns text in the center.
|
|
12
13
|
*/
|
|
@@ -219,4 +220,6 @@ export declare class Messages extends ComponentMessages {
|
|
|
219
220
|
* The caption for the URL in the createLink dialog.
|
|
220
221
|
*/
|
|
221
222
|
linkWebAddress: string;
|
|
223
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessagesDirective, never>;
|
|
224
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<MessagesDirective, "[kendoEditorMessages]", never, { "alignCenter": "alignCenter"; "alignJustify": "alignJustify"; "alignLeft": "alignLeft"; "alignRight": "alignRight"; "backColor": "backColor"; "blockquote": "blockquote"; "bold": "bold"; "cleanFormatting": "cleanFormatting"; "createLink": "createLink"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; "foreColor": "foreColor"; "format": "format"; "indent": "indent"; "insertFile": "insertFile"; "insertImage": "insertImage"; "insertOrderedList": "insertOrderedList"; "insertUnorderedList": "insertUnorderedList"; "italic": "italic"; "outdent": "outdent"; "print": "print"; "redo": "redo"; "selectAll": "selectAll"; "strikethrough": "strikethrough"; "subscript": "subscript"; "superscript": "superscript"; "underline": "underline"; "undo": "undo"; "unlink": "unlink"; "viewSource": "viewSource"; "insertTable": "insertTable"; "addColumnBefore": "addColumnBefore"; "addColumnAfter": "addColumnAfter"; "addRowBefore": "addRowBefore"; "addRowAfter": "addRowAfter"; "deleteColumn": "deleteColumn"; "deleteRow": "deleteRow"; "deleteTable": "deleteTable"; "dialogApply": "dialogApply"; "dialogCancel": "dialogCancel"; "dialogInsert": "dialogInsert"; "dialogUpdate": "dialogUpdate"; "fileText": "fileText"; "fileTitle": "fileTitle"; "fileWebAddress": "fileWebAddress"; "imageAltText": "imageAltText"; "imageHeight": "imageHeight"; "imageWebAddress": "imageWebAddress"; "imageWidth": "imageWidth"; "linkOpenInNewWindow": "linkOpenInNewWindow"; "linkText": "linkText"; "linkTitle": "linkTitle"; "linkWebAddress": "linkWebAddress"; }, {}, never>;
|
|
222
225
|
}
|
|
@@ -2,70 +2,62 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export { SourceDialogComponent } from './dialogs/source-dialog.component';
|
|
18
|
-
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
19
|
-
export { EditorLocalizationService } from './localization/editor-localization.service';
|
|
20
|
-
export { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
|
21
|
-
export { Messages } from './localization/messages';
|
|
22
|
-
export { EditorAlignCenterButtonDirective } from './tools/alignment/editor-align-center-button.directive';
|
|
23
|
-
export { EditorAlignJustifyButtonDirective } from './tools/alignment/editor-align-justify-button.directive';
|
|
24
|
-
export { EditorAlignLeftButtonDirective } from './tools/alignment/editor-align-left-button.directive';
|
|
25
|
-
export { EditorAlignRightButtonDirective } from './tools/alignment/editor-align-right-button.directive';
|
|
26
|
-
export { EditorBlockquoteDirective } from './tools/blockquote/editor-blockquote-button.directive';
|
|
27
|
-
export { EditorBackColorDirective } from './tools/colorpicker/editor-back-color.directive';
|
|
28
|
-
export { EditorColorPickerComponent } from './tools/colorpicker/editor-colorpicker.component';
|
|
29
|
-
export { EditorForeColorDirective } from './tools/colorpicker/editor-fore-color.directive';
|
|
30
|
-
export { EditorCleanFormattingButtonDirective } from './tools/editor-clean-formatting-button.directive';
|
|
5
|
+
export { EditorComponent } from './editor.component';
|
|
6
|
+
export { EditorModule } from './editor.module';
|
|
7
|
+
export { schema, Schema } from './config/schema';
|
|
8
|
+
export { EditorState, Plugin, PluginKey, Transaction, EditorView, Decoration, DecorationSet, NodeType, Node, MarkType, Mark, InputRule, inputRules, wrappingInputRule, textblockTypeInputRule, keymap, baseKeymap, history, dropCursor, gapCursor, tableNodes } from '@progress/kendo-editor-common';
|
|
9
|
+
export { getSelectionText } from './util';
|
|
10
|
+
export { PluginsFn } from './common/plugins-function';
|
|
11
|
+
export { ApplyToWordOptions } from './common/apply-to-word-options';
|
|
12
|
+
export { EditorResizableOptions } from './common/resizable-options.interface';
|
|
13
|
+
export { EditorPasteEvent } from './preventable-events/paste-event';
|
|
14
|
+
export { EditorPastedContentArgs } from './preventable-events/paste-event-data';
|
|
15
|
+
export { PopupTableGridComponent } from './tools/tables/popup-table-grid.component';
|
|
16
|
+
export { FormatDropDownListComponent } from './tools/format/editor-format-dropdownlist.component';
|
|
31
17
|
export { FontFamilyDropDownListComponent } from './tools/fontfamily/editor-fontfamily-dropdownlist.component';
|
|
32
|
-
export { EditorFontFamilyComponent } from './tools/fontfamily/editor-fontfamily.component';
|
|
33
18
|
export { FontSizeDropDownListComponent } from './tools/fontsize/editor-fontsize-dropdownlist.component';
|
|
34
|
-
export { EditorFontSizeComponent } from './tools/fontsize/editor-fontsize.component';
|
|
35
|
-
export { FormatDropDownListComponent } from './tools/format/editor-format-dropdownlist.component';
|
|
36
19
|
export { EditorFormatComponent } from './tools/format/editor-format.component';
|
|
20
|
+
export { EditorFontSizeComponent } from './tools/fontsize/editor-fontsize.component';
|
|
21
|
+
export { EditorFontFamilyComponent } from './tools/fontfamily/editor-fontfamily.component';
|
|
22
|
+
export { EditorColorPickerComponent } from './tools/colorpicker/editor-colorpicker.component';
|
|
23
|
+
export { EditorInsertTableButtonComponent } from './tools/tables/editor-insert-table-button.component';
|
|
24
|
+
export { EditorAlignLeftButtonDirective } from './tools/alignment/editor-align-left-button.directive';
|
|
25
|
+
export { EditorAlignCenterButtonDirective } from './tools/alignment/editor-align-center-button.directive';
|
|
26
|
+
export { EditorAlignRightButtonDirective } from './tools/alignment/editor-align-right-button.directive';
|
|
27
|
+
export { EditorAlignJustifyButtonDirective } from './tools/alignment/editor-align-justify-button.directive';
|
|
37
28
|
export { EditorRedoButtonDirective } from './tools/history/editor-redo-button.directive';
|
|
38
29
|
export { EditorUndoButtonDirective } from './tools/history/editor-undo-button.directive';
|
|
39
30
|
export { EditorInsertImageButtonDirective } from './tools/image/editor-insert-image-button.directive';
|
|
40
31
|
export { EditorIndentButtonDirective } from './tools/indentation/editor-indent-button.directive';
|
|
41
32
|
export { EditorOutdentButtonDirective } from './tools/indentation/editor-outdent-button.directive';
|
|
42
33
|
export { EditorCreateLinkButtonDirective } from './tools/link/editor-create-link-button.directive';
|
|
43
|
-
export { EditorInsertFileButtonDirective } from './tools/link/editor-insert-file-button.directive';
|
|
44
34
|
export { EditorUnlinkButtonDirective } from './tools/link/editor-unlink-button.directive';
|
|
45
35
|
export { EditorInsertOrderedListButtonDirective } from './tools/list/editor-insert-ordered-list-button.directive';
|
|
46
36
|
export { EditorInsertUnorderedListButtonDirective } from './tools/list/editor-insert-unordered-list-button.directive';
|
|
47
|
-
export { EditorPrintDirective } from './tools/print/editor-print-button.directive';
|
|
48
|
-
export { EditorSelectAllButtonDirective } from './tools/select-all/select-all-button.directive';
|
|
49
|
-
export { DropDownToolDirective } from './tools/shared/dropdown-tool.directive';
|
|
50
|
-
export { EditorCommandBase } from './tools/shared/editor-command-base';
|
|
51
|
-
export { EditorCommandButton } from './tools/shared/editor-command-button';
|
|
52
|
-
export { EditorCommandDialog } from './tools/shared/editor-command-dialog';
|
|
53
37
|
export { EditorViewSourceButtonDirective } from './tools/source/editor-view-source-button.directive';
|
|
54
|
-
export {
|
|
38
|
+
export { EditorBoldButtonDirective } from './tools/typographical-emphasis/editor-bold-button.directive';
|
|
39
|
+
export { EditorItalicButtonDirective } from './tools/typographical-emphasis/editor-italic-button.directive';
|
|
40
|
+
export { EditorUnderlineButtonDirective } from './tools/typographical-emphasis/editor-underline-button.directive';
|
|
41
|
+
export { EditorStrikethroughButtonDirective } from './tools/typographical-emphasis/editor-strikethrough-button.directive';
|
|
42
|
+
export { EditorSubscriptButtonDirective } from './tools/typographical-emphasis/editor-subscript-button.directive';
|
|
43
|
+
export { EditorSuperscriptButtonDirective } from './tools/typographical-emphasis/editor-superscript-button.directive';
|
|
44
|
+
export { EditorInsertFileButtonDirective } from './tools/link/editor-insert-file-button.directive';
|
|
45
|
+
export { EditorForeColorDirective } from './tools/colorpicker/editor-fore-color.directive';
|
|
46
|
+
export { EditorBackColorDirective } from './tools/colorpicker/editor-back-color.directive';
|
|
47
|
+
export { EditorCleanFormattingButtonDirective } from './tools/editor-clean-formatting-button.directive';
|
|
55
48
|
export { EditorAddColumnBeforeButtonDirective } from './tools/tables/editor-add-column-before-button.directive';
|
|
56
|
-
export {
|
|
49
|
+
export { EditorAddColumnAfterButtonDirective } from './tools/tables/editor-add-column-after-button.directive';
|
|
57
50
|
export { EditorAddRowBeforeButtonDirective } from './tools/tables/editor-add-row-before-button.directive';
|
|
51
|
+
export { EditorAddRowAfterButtonDirective } from './tools/tables/editor-add-row-after-button.directive';
|
|
58
52
|
export { EditorDeleteColumnButtonDirective } from './tools/tables/editor-delete-column-button.directive';
|
|
59
53
|
export { EditorDeleteRowButtonDirective } from './tools/tables/editor-delete-row-button.directive';
|
|
60
54
|
export { EditorDeleteTableButtonDirective } from './tools/tables/editor-delete-table-button.directive';
|
|
61
|
-
export { EditorInsertTableButtonComponent } from './tools/tables/editor-insert-table-button.component';
|
|
62
55
|
export { EditorMergeCellsButtonDirective } from './tools/tables/editor-merge-cells-button.directive';
|
|
63
56
|
export { EditorSplitCellButtonDirective } from './tools/tables/editor-split-cell-button.directive';
|
|
64
|
-
export {
|
|
65
|
-
export {
|
|
66
|
-
export {
|
|
67
|
-
export {
|
|
68
|
-
export {
|
|
69
|
-
export {
|
|
70
|
-
export {
|
|
71
|
-
export { EditorUnderlineButtonDirective } from './tools/typographical-emphasis/editor-underline-button.directive';
|
|
57
|
+
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
58
|
+
export { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
|
59
|
+
export { DropDownToolDirective } from './tools/shared/dropdown-tool.directive';
|
|
60
|
+
export { EditorBlockquoteDirective } from './tools/blockquote/editor-blockquote-button.directive';
|
|
61
|
+
export { EditorPrintDirective } from './tools/print/editor-print-button.directive';
|
|
62
|
+
export { EditorSelectAllButtonDirective } from './tools/select-all/select-all-button.directive';
|
|
63
|
+
export { PreventableEvent } from './preventable-events/preventable-event';
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,114 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-editor",
|
|
3
|
+
"version": "4.0.0-dev.202204140850",
|
|
3
4
|
"description": "Kendo UI Editor for Angular",
|
|
4
|
-
"author": "Progress",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"jsdelivr": "dist/cdn/main.js",
|
|
15
|
-
"unpkg": "dist/cdn/main.js",
|
|
16
|
-
"sideEffects": false,
|
|
17
|
-
"scripts": {
|
|
18
|
-
"test": "jest",
|
|
19
|
-
"test:watch": "jest --watch",
|
|
20
|
-
"test:ci": "ci-angular-test",
|
|
21
|
-
"start": "gulp start",
|
|
22
|
-
"e2e:ci": "ci-angular-e2e",
|
|
23
|
-
"e2e_visual:ci": "ci-angular-e2e --visual && ci-commit-snapshots",
|
|
24
|
-
"lint": "gulp lint && gulp lint-docs",
|
|
25
|
-
"api-check": "gulp api-check",
|
|
26
|
-
"build-package": "gulp build-package",
|
|
27
|
-
"semantic-release": "semantic-release pre && semantic-prerelease publish --public && semantic-release post",
|
|
28
|
-
"ci-semantic-release": "ci-semantic-release"
|
|
6
|
+
"author": "Progress",
|
|
7
|
+
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/telerik/kendo-angular-editor.git"
|
|
11
|
+
},
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/telerik/kendo-angular"
|
|
29
14
|
},
|
|
30
15
|
"keywords": [
|
|
31
|
-
"
|
|
32
|
-
"
|
|
16
|
+
"Angular",
|
|
17
|
+
"Kendo UI"
|
|
33
18
|
],
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"@angular/core": "8 - 13",
|
|
37
|
-
"@angular/forms": "8 - 13",
|
|
38
|
-
"@progress/kendo-angular-buttons": "^7.0.0",
|
|
39
|
-
"@progress/kendo-angular-common": "^2.0.0",
|
|
40
|
-
"@progress/kendo-angular-dialog": "^6.0.0",
|
|
41
|
-
"@progress/kendo-angular-dropdowns": "^6.0.0",
|
|
42
|
-
"@progress/kendo-angular-inputs": "^8.0.0",
|
|
43
|
-
"@progress/kendo-angular-intl": "^3.0.0",
|
|
44
|
-
"@progress/kendo-angular-l10n": "^3.0.0",
|
|
45
|
-
"@progress/kendo-angular-layout": "^6.0.0",
|
|
46
|
-
"@progress/kendo-angular-popup": "^4.0.0",
|
|
47
|
-
"@progress/kendo-angular-toolbar": "^5.0.0",
|
|
48
|
-
"@progress/kendo-drawing": "^1.5.12",
|
|
49
|
-
"@progress/kendo-licensing": "^1.0.2",
|
|
50
|
-
"rxjs": "^6.4.0 || ^7.0.0"
|
|
19
|
+
"@progress": {
|
|
20
|
+
"friendlyName": "Editor"
|
|
51
21
|
},
|
|
52
22
|
"dependencies": {
|
|
53
|
-
"@progress/kendo-editor-common": "
|
|
54
|
-
"@progress/kendo-schematics": "^
|
|
55
|
-
"tslib": "^
|
|
23
|
+
"@progress/kendo-editor-common": "dev",
|
|
24
|
+
"@progress/kendo-schematics": "^3.0.0",
|
|
25
|
+
"tslib": "^2.3.1"
|
|
56
26
|
},
|
|
57
|
-
"
|
|
58
|
-
"@angular
|
|
59
|
-
"@angular
|
|
60
|
-
"@angular/
|
|
61
|
-
"@angular
|
|
62
|
-
"@angular
|
|
63
|
-
"@
|
|
64
|
-
"@angular
|
|
65
|
-
"@angular
|
|
66
|
-
"@
|
|
67
|
-
"@
|
|
68
|
-
"@
|
|
69
|
-
"@angular
|
|
70
|
-
"@progress/kendo-angular-
|
|
71
|
-
"@progress/kendo-
|
|
72
|
-
"@progress/kendo-angular-dialog": "^6.0.0",
|
|
73
|
-
"@progress/kendo-angular-dropdowns": "^6.0.0",
|
|
74
|
-
"@progress/kendo-angular-e2e": "^2.2.0",
|
|
75
|
-
"@progress/kendo-angular-inputs": "dev",
|
|
76
|
-
"@progress/kendo-angular-intl": "^3.0.0",
|
|
77
|
-
"@progress/kendo-angular-jest-preset": "^2.0.0",
|
|
78
|
-
"@progress/kendo-angular-l10n": "^3.0.0",
|
|
79
|
-
"@progress/kendo-angular-label": "^3.0.0",
|
|
80
|
-
"@progress/kendo-angular-layout": "^6.0.0",
|
|
81
|
-
"@progress/kendo-angular-pdf-export": "^3.0.0",
|
|
82
|
-
"@progress/kendo-angular-popup": "^4.0.0",
|
|
83
|
-
"@progress/kendo-angular-progressbar": "^2.0.0",
|
|
84
|
-
"@progress/kendo-angular-tasks": "cdn-bundle-v18",
|
|
85
|
-
"@progress/kendo-angular-toolbar": "^5.0.0",
|
|
86
|
-
"@progress/kendo-angular-treeview": "^6.0.0",
|
|
87
|
-
"@progress/kendo-angular-upload": "^8.0.0",
|
|
88
|
-
"@progress/kendo-drawing": "^1.5.9",
|
|
89
|
-
"@progress/kendo-e2e": "^0.4.0",
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"@angular/common": "^12.0.0 || ^13.0.0",
|
|
29
|
+
"@angular/core": "^12.0.0 || ^13.0.0",
|
|
30
|
+
"@angular/forms": "^12.0.0 || ^13.0.0",
|
|
31
|
+
"@progress/kendo-angular-buttons": ">8.0.0-next",
|
|
32
|
+
"@progress/kendo-angular-common": ">3.0.0-next",
|
|
33
|
+
"@progress/kendo-angular-dialog": ">7.0.0-next",
|
|
34
|
+
"@progress/kendo-angular-dropdowns": ">7.0.0-next",
|
|
35
|
+
"@progress/kendo-angular-inputs": ">9.0.0-next",
|
|
36
|
+
"@progress/kendo-angular-intl": ">4.0.0-next",
|
|
37
|
+
"@progress/kendo-angular-l10n": ">4.0.0-next",
|
|
38
|
+
"@progress/kendo-angular-layout": ">7.0.0-next",
|
|
39
|
+
"@progress/kendo-angular-popup": ">5.0.0-next",
|
|
40
|
+
"@progress/kendo-angular-toolbar": ">6.0.0-next",
|
|
41
|
+
"@progress/kendo-drawing": "^1.5.12",
|
|
90
42
|
"@progress/kendo-licensing": "^1.0.2",
|
|
91
|
-
"
|
|
92
|
-
"@progress/kendo-theme-default": "^5.0.0",
|
|
93
|
-
"@progress/kendo-theme-material": "^5.0.0",
|
|
94
|
-
"@telerik/semantic-prerelease": "^1.0.0",
|
|
95
|
-
"@types/jest": "^21.1.8",
|
|
96
|
-
"@types/node": "ts3.4",
|
|
97
|
-
"@types/zone.js": "0.0.27",
|
|
98
|
-
"codelyzer": "^5.0.0",
|
|
99
|
-
"core-js": "^2.2.2",
|
|
100
|
-
"cz-conventional-changelog": "^1.1.5",
|
|
101
|
-
"ghooks": "^1.0.3",
|
|
102
|
-
"gulp": "^4.0.0",
|
|
103
|
-
"jest-cli": "^21.2.1",
|
|
104
|
-
"jest-junit": "^8.0.0",
|
|
105
|
-
"rxjs": "~6.4.0",
|
|
106
|
-
"rxjs-tslint-rules": "^4.23.1",
|
|
107
|
-
"semantic-release": "^6.3.6",
|
|
108
|
-
"tslint": "^5.20.1",
|
|
109
|
-
"typescript": "~3.4.5",
|
|
110
|
-
"validate-commit-msg": "^1.1.1",
|
|
111
|
-
"zone.js": "~0.9.1"
|
|
43
|
+
"rxjs": "^6.5.3 || ^7.0.0"
|
|
112
44
|
},
|
|
113
45
|
"config": {
|
|
114
46
|
"commitizen": {
|
|
@@ -133,27 +65,16 @@
|
|
|
133
65
|
"maxSubjectLength": 100
|
|
134
66
|
}
|
|
135
67
|
},
|
|
136
|
-
"
|
|
137
|
-
"preset": "@progress/kendo-angular-jest-preset"
|
|
138
|
-
},
|
|
139
|
-
"repository": {
|
|
140
|
-
"type": "git",
|
|
141
|
-
"url": "https://github.com/telerik/kendo-angular-editor.git"
|
|
142
|
-
},
|
|
143
|
-
"bugs": {
|
|
144
|
-
"url": "https://github.com/telerik/kendo-angular"
|
|
145
|
-
},
|
|
146
|
-
"@progress": {
|
|
147
|
-
"friendlyName": "Editor"
|
|
148
|
-
},
|
|
149
|
-
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
|
|
68
|
+
"schematics": "./schematics/collection.json",
|
|
150
69
|
"release": {
|
|
151
70
|
"debug": false,
|
|
152
71
|
"branchTags": {
|
|
153
|
-
"develop": "dev"
|
|
72
|
+
"develop": "dev",
|
|
73
|
+
"ng12-update": "next"
|
|
154
74
|
},
|
|
155
75
|
"fallbackTags": {
|
|
156
|
-
"dev": "latest"
|
|
76
|
+
"dev": "latest",
|
|
77
|
+
"next": "latest"
|
|
157
78
|
},
|
|
158
79
|
"analyzeCommits": "@telerik/semantic-prerelease/analyzeCommits",
|
|
159
80
|
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
|
|
@@ -161,9 +82,11 @@
|
|
|
161
82
|
"verifyConditions": "@telerik/semantic-prerelease/verifyConditions",
|
|
162
83
|
"verifyRelease": "@telerik/semantic-prerelease/verifyRelease"
|
|
163
84
|
},
|
|
164
|
-
"
|
|
165
|
-
"
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
85
|
+
"main": "bundles/kendo-angular-editor.umd.js",
|
|
86
|
+
"module": "fesm2015/kendo-angular-editor.js",
|
|
87
|
+
"es2015": "fesm2015/kendo-angular-editor.js",
|
|
88
|
+
"esm2015": "esm2015/kendo-angular-editor.js",
|
|
89
|
+
"fesm2015": "fesm2015/kendo-angular-editor.js",
|
|
90
|
+
"typings": "kendo-angular-editor.d.ts",
|
|
91
|
+
"sideEffects": false
|
|
169
92
|
}
|
|
File without changes
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { PreventableEvent } from "
|
|
5
|
+
import { PreventableEvent } from "./preventable-event";
|
|
6
6
|
/**
|
|
7
7
|
* The Editor [`paste`]({% slug api_editor_editorcomponent %}#toc-paste) event.
|
|
8
8
|
*/
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
/**
|
|
6
|
+
* @hidden
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class PreventableEvent {
|
|
9
|
+
private prevented;
|
|
10
|
+
/**
|
|
11
|
+
* Prevents the default action for a specified event.
|
|
12
|
+
* In this way, the source component suppresses the built-in behavior that follows the event.
|
|
13
|
+
*/
|
|
14
|
+
preventDefault(): void;
|
|
15
|
+
/**
|
|
16
|
+
* If the event is prevented by any of its subscribers, returns `true`.
|
|
17
|
+
*
|
|
18
|
+
* @returns `true` if the default action was prevented. Otherwise, returns `false`.
|
|
19
|
+
*/
|
|
20
|
+
isDefaultPrevented(): boolean;
|
|
21
|
+
}
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2021 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
1
5
|
"use strict";
|
|
2
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
7
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
4
8
|
function default_1(options) {
|
|
5
|
-
const finalOptions = Object.assign({}, options, { mainNgModule: 'EditorModule', package: 'editor', peerDependencies: {
|
|
9
|
+
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'EditorModule', package: 'editor', peerDependencies: {
|
|
6
10
|
// peer dependency of kendo-angular-dropdowns
|
|
7
11
|
'@progress/kendo-angular-treeview': '^6.0.0',
|
|
8
12
|
// peer dependency of kendo-angular-layout
|
|
@@ -11,4 +15,3 @@ function default_1(options) {
|
|
|
11
15
|
return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
|
|
12
16
|
}
|
|
13
17
|
exports.default = default_1;
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKqC;AAErC,mBAAyB,OAAY;IACjC,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../tooling/schematics/ngAdd/index.ts"],"names":[],"mappings":";;AAAA,2DAKqC;AAErC,mBAAyB,OAAY;IACjC,MAAM,YAAY,mCACX,OAAO,KACV,YAAY,EAAE,cAAc,EAC5B,OAAO,EAAE,QAAQ,EACjB,gBAAgB,EAAE;YACd,6CAA6C;YAC7C,kCAAkC,EAAE,QAAQ;YAE5C,0CAA0C;YAC1C,qCAAqC,EAAE,QAAQ;SAClD,GACJ,CAAC;IAEF,OAAO,8BAAiB,CAAC,4BAA4B,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;AACnF,CAAC;AAfD,4BAeC"}
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorComponent } from '../../editor.component';
|
|
7
6
|
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
8
7
|
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
+
import { ProviderService } from '../../common/provider.service';
|
|
9
9
|
import { EditorToolsService } from '../tools.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* A directive which configures an existing `ToolBarButtonComponent` as an Editor AlignCenter tool
|
|
12
13
|
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
@@ -26,5 +27,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
26
27
|
* ```
|
|
27
28
|
*/
|
|
28
29
|
export declare class EditorAlignCenterButtonDirective extends EditorCommandButton {
|
|
29
|
-
constructor(button: ToolBarButtonComponent,
|
|
30
|
+
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditorAlignCenterButtonDirective, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAlignCenterButtonDirective, "kendo-toolbar-button[kendoEditorAlignCenterButton]", never, {}, {}, never>;
|
|
30
33
|
}
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorComponent } from '../../editor.component';
|
|
7
6
|
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
8
7
|
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
+
import { ProviderService } from '../../common/provider.service';
|
|
9
9
|
import { EditorToolsService } from '../tools.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* A directive which configures an existing `ToolBarButtonComponent` as an Editor AlignJustify tool
|
|
12
13
|
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
@@ -26,5 +27,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
26
27
|
* ```
|
|
27
28
|
*/
|
|
28
29
|
export declare class EditorAlignJustifyButtonDirective extends EditorCommandButton {
|
|
29
|
-
constructor(button: ToolBarButtonComponent,
|
|
30
|
+
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditorAlignJustifyButtonDirective, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAlignJustifyButtonDirective, "kendo-toolbar-button[kendoEditorAlignJustifyButton]", never, {}, {}, never>;
|
|
30
33
|
}
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorComponent } from '../../editor.component';
|
|
7
6
|
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
8
7
|
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
+
import { ProviderService } from '../../common/provider.service';
|
|
9
9
|
import { EditorToolsService } from '../tools.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* A directive which configures an existing `ToolBarButtonComponent` as an Editor AlignLeft tool
|
|
12
13
|
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
@@ -26,5 +27,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
26
27
|
* ```
|
|
27
28
|
*/
|
|
28
29
|
export declare class EditorAlignLeftButtonDirective extends EditorCommandButton {
|
|
29
|
-
constructor(button: ToolBarButtonComponent,
|
|
30
|
+
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditorAlignLeftButtonDirective, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAlignLeftButtonDirective, "kendo-toolbar-button[kendoEditorAlignLeftButton]", never, {}, {}, never>;
|
|
30
33
|
}
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorComponent } from '../../editor.component';
|
|
7
6
|
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
8
7
|
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
8
|
+
import { ProviderService } from '../../common/provider.service';
|
|
9
9
|
import { EditorToolsService } from '../tools.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* A directive which configures an existing `ToolBarButtonComponent` as an Editor AlignRight tool
|
|
12
13
|
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
@@ -26,5 +27,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
26
27
|
* ```
|
|
27
28
|
*/
|
|
28
29
|
export declare class EditorAlignRightButtonDirective extends EditorCommandButton {
|
|
29
|
-
constructor(button: ToolBarButtonComponent,
|
|
30
|
+
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditorAlignRightButtonDirective, never>;
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorAlignRightButtonDirective, "kendo-toolbar-button[kendoEditorAlignRightButton]", never, {}, {}, never>;
|
|
30
33
|
}
|
|
@@ -3,10 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
6
|
-
import { EditorComponent } from '../../editor.component';
|
|
7
6
|
import { EditorCommandButton } from '../shared/editor-command-button';
|
|
8
7
|
import { EditorLocalizationService } from '../../localization/editor-localization.service';
|
|
9
8
|
import { EditorToolsService } from '../tools.service';
|
|
9
|
+
import { ProviderService } from '../../common/provider.service';
|
|
10
|
+
import * as i0 from "@angular/core";
|
|
10
11
|
/**
|
|
11
12
|
* A directive which configures an existing `ToolBarButtonComponent` as an Editor Blockquote tool
|
|
12
13
|
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
@@ -25,6 +26,7 @@ import { EditorToolsService } from '../tools.service';
|
|
|
25
26
|
* ```
|
|
26
27
|
*/
|
|
27
28
|
export declare class EditorBlockquoteDirective extends EditorCommandButton {
|
|
28
|
-
|
|
29
|
-
|
|
29
|
+
constructor(button: ToolBarButtonComponent, localization: EditorLocalizationService, providerService: ProviderService, toolsService: EditorToolsService);
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditorBlockquoteDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorBlockquoteDirective, "kendo-toolbar-button[kendoEditorBlockquoteButton]", never, {}, {}, never>;
|
|
30
32
|
}
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { EditorColorPickerComponent } from './editor-colorpicker.component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
/**
|
|
7
8
|
* A directive which configures an `EditorColorPickerComponent`
|
|
8
9
|
* for manipulating the background color of the text
|
|
@@ -11,4 +12,6 @@ import { EditorColorPickerComponent } from './editor-colorpicker.component';
|
|
|
11
12
|
export declare class EditorBackColorDirective {
|
|
12
13
|
private colorPicker;
|
|
13
14
|
constructor(colorPicker: EditorColorPickerComponent);
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EditorBackColorDirective, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EditorBackColorDirective, "[kendoEditorBackColor]", never, {}, {}, never>;
|
|
14
17
|
}
|