@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
|
@@ -1,232 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var kendo_angular_l10n_1 = require("@progress/kendo-angular-l10n");
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
var Messages = /** @class */ (function (_super) {
|
|
14
|
-
tslib_1.__extends(Messages, _super);
|
|
15
|
-
function Messages() {
|
|
16
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
-
}
|
|
18
|
-
tslib_1.__decorate([
|
|
19
|
-
core_1.Input(),
|
|
20
|
-
tslib_1.__metadata("design:type", String)
|
|
21
|
-
], Messages.prototype, "alignCenter", void 0);
|
|
22
|
-
tslib_1.__decorate([
|
|
23
|
-
core_1.Input(),
|
|
24
|
-
tslib_1.__metadata("design:type", String)
|
|
25
|
-
], Messages.prototype, "alignJustify", void 0);
|
|
26
|
-
tslib_1.__decorate([
|
|
27
|
-
core_1.Input(),
|
|
28
|
-
tslib_1.__metadata("design:type", String)
|
|
29
|
-
], Messages.prototype, "alignLeft", void 0);
|
|
30
|
-
tslib_1.__decorate([
|
|
31
|
-
core_1.Input(),
|
|
32
|
-
tslib_1.__metadata("design:type", String)
|
|
33
|
-
], Messages.prototype, "alignRight", void 0);
|
|
34
|
-
tslib_1.__decorate([
|
|
35
|
-
core_1.Input(),
|
|
36
|
-
tslib_1.__metadata("design:type", String)
|
|
37
|
-
], Messages.prototype, "backColor", void 0);
|
|
38
|
-
tslib_1.__decorate([
|
|
39
|
-
core_1.Input(),
|
|
40
|
-
tslib_1.__metadata("design:type", String)
|
|
41
|
-
], Messages.prototype, "blockquote", void 0);
|
|
42
|
-
tslib_1.__decorate([
|
|
43
|
-
core_1.Input(),
|
|
44
|
-
tslib_1.__metadata("design:type", String)
|
|
45
|
-
], Messages.prototype, "bold", void 0);
|
|
46
|
-
tslib_1.__decorate([
|
|
47
|
-
core_1.Input(),
|
|
48
|
-
tslib_1.__metadata("design:type", String)
|
|
49
|
-
], Messages.prototype, "cleanFormatting", void 0);
|
|
50
|
-
tslib_1.__decorate([
|
|
51
|
-
core_1.Input(),
|
|
52
|
-
tslib_1.__metadata("design:type", String)
|
|
53
|
-
], Messages.prototype, "createLink", void 0);
|
|
54
|
-
tslib_1.__decorate([
|
|
55
|
-
core_1.Input(),
|
|
56
|
-
tslib_1.__metadata("design:type", String)
|
|
57
|
-
], Messages.prototype, "fontFamily", void 0);
|
|
58
|
-
tslib_1.__decorate([
|
|
59
|
-
core_1.Input(),
|
|
60
|
-
tslib_1.__metadata("design:type", String)
|
|
61
|
-
], Messages.prototype, "fontSize", void 0);
|
|
62
|
-
tslib_1.__decorate([
|
|
63
|
-
core_1.Input(),
|
|
64
|
-
tslib_1.__metadata("design:type", String)
|
|
65
|
-
], Messages.prototype, "foreColor", void 0);
|
|
66
|
-
tslib_1.__decorate([
|
|
67
|
-
core_1.Input(),
|
|
68
|
-
tslib_1.__metadata("design:type", String)
|
|
69
|
-
], Messages.prototype, "format", void 0);
|
|
70
|
-
tslib_1.__decorate([
|
|
71
|
-
core_1.Input(),
|
|
72
|
-
tslib_1.__metadata("design:type", String)
|
|
73
|
-
], Messages.prototype, "indent", void 0);
|
|
74
|
-
tslib_1.__decorate([
|
|
75
|
-
core_1.Input(),
|
|
76
|
-
tslib_1.__metadata("design:type", String)
|
|
77
|
-
], Messages.prototype, "insertFile", void 0);
|
|
78
|
-
tslib_1.__decorate([
|
|
79
|
-
core_1.Input(),
|
|
80
|
-
tslib_1.__metadata("design:type", String)
|
|
81
|
-
], Messages.prototype, "insertImage", void 0);
|
|
82
|
-
tslib_1.__decorate([
|
|
83
|
-
core_1.Input(),
|
|
84
|
-
tslib_1.__metadata("design:type", String)
|
|
85
|
-
], Messages.prototype, "insertOrderedList", void 0);
|
|
86
|
-
tslib_1.__decorate([
|
|
87
|
-
core_1.Input(),
|
|
88
|
-
tslib_1.__metadata("design:type", String)
|
|
89
|
-
], Messages.prototype, "insertUnorderedList", void 0);
|
|
90
|
-
tslib_1.__decorate([
|
|
91
|
-
core_1.Input(),
|
|
92
|
-
tslib_1.__metadata("design:type", String)
|
|
93
|
-
], Messages.prototype, "italic", void 0);
|
|
94
|
-
tslib_1.__decorate([
|
|
95
|
-
core_1.Input(),
|
|
96
|
-
tslib_1.__metadata("design:type", String)
|
|
97
|
-
], Messages.prototype, "outdent", void 0);
|
|
98
|
-
tslib_1.__decorate([
|
|
99
|
-
core_1.Input(),
|
|
100
|
-
tslib_1.__metadata("design:type", String)
|
|
101
|
-
], Messages.prototype, "print", void 0);
|
|
102
|
-
tslib_1.__decorate([
|
|
103
|
-
core_1.Input(),
|
|
104
|
-
tslib_1.__metadata("design:type", String)
|
|
105
|
-
], Messages.prototype, "redo", void 0);
|
|
106
|
-
tslib_1.__decorate([
|
|
107
|
-
core_1.Input(),
|
|
108
|
-
tslib_1.__metadata("design:type", String)
|
|
109
|
-
], Messages.prototype, "selectAll", void 0);
|
|
110
|
-
tslib_1.__decorate([
|
|
111
|
-
core_1.Input(),
|
|
112
|
-
tslib_1.__metadata("design:type", String)
|
|
113
|
-
], Messages.prototype, "strikethrough", void 0);
|
|
114
|
-
tslib_1.__decorate([
|
|
115
|
-
core_1.Input(),
|
|
116
|
-
tslib_1.__metadata("design:type", String)
|
|
117
|
-
], Messages.prototype, "subscript", void 0);
|
|
118
|
-
tslib_1.__decorate([
|
|
119
|
-
core_1.Input(),
|
|
120
|
-
tslib_1.__metadata("design:type", String)
|
|
121
|
-
], Messages.prototype, "superscript", void 0);
|
|
122
|
-
tslib_1.__decorate([
|
|
123
|
-
core_1.Input(),
|
|
124
|
-
tslib_1.__metadata("design:type", String)
|
|
125
|
-
], Messages.prototype, "underline", void 0);
|
|
126
|
-
tslib_1.__decorate([
|
|
127
|
-
core_1.Input(),
|
|
128
|
-
tslib_1.__metadata("design:type", String)
|
|
129
|
-
], Messages.prototype, "undo", void 0);
|
|
130
|
-
tslib_1.__decorate([
|
|
131
|
-
core_1.Input(),
|
|
132
|
-
tslib_1.__metadata("design:type", String)
|
|
133
|
-
], Messages.prototype, "unlink", void 0);
|
|
134
|
-
tslib_1.__decorate([
|
|
135
|
-
core_1.Input(),
|
|
136
|
-
tslib_1.__metadata("design:type", String)
|
|
137
|
-
], Messages.prototype, "viewSource", void 0);
|
|
138
|
-
tslib_1.__decorate([
|
|
139
|
-
core_1.Input(),
|
|
140
|
-
tslib_1.__metadata("design:type", String)
|
|
141
|
-
], Messages.prototype, "insertTable", void 0);
|
|
142
|
-
tslib_1.__decorate([
|
|
143
|
-
core_1.Input(),
|
|
144
|
-
tslib_1.__metadata("design:type", String)
|
|
145
|
-
], Messages.prototype, "addColumnBefore", void 0);
|
|
146
|
-
tslib_1.__decorate([
|
|
147
|
-
core_1.Input(),
|
|
148
|
-
tslib_1.__metadata("design:type", String)
|
|
149
|
-
], Messages.prototype, "addColumnAfter", void 0);
|
|
150
|
-
tslib_1.__decorate([
|
|
151
|
-
core_1.Input(),
|
|
152
|
-
tslib_1.__metadata("design:type", String)
|
|
153
|
-
], Messages.prototype, "addRowBefore", void 0);
|
|
154
|
-
tslib_1.__decorate([
|
|
155
|
-
core_1.Input(),
|
|
156
|
-
tslib_1.__metadata("design:type", String)
|
|
157
|
-
], Messages.prototype, "addRowAfter", void 0);
|
|
158
|
-
tslib_1.__decorate([
|
|
159
|
-
core_1.Input(),
|
|
160
|
-
tslib_1.__metadata("design:type", String)
|
|
161
|
-
], Messages.prototype, "deleteColumn", void 0);
|
|
162
|
-
tslib_1.__decorate([
|
|
163
|
-
core_1.Input(),
|
|
164
|
-
tslib_1.__metadata("design:type", String)
|
|
165
|
-
], Messages.prototype, "deleteRow", void 0);
|
|
166
|
-
tslib_1.__decorate([
|
|
167
|
-
core_1.Input(),
|
|
168
|
-
tslib_1.__metadata("design:type", String)
|
|
169
|
-
], Messages.prototype, "deleteTable", void 0);
|
|
170
|
-
tslib_1.__decorate([
|
|
171
|
-
core_1.Input(),
|
|
172
|
-
tslib_1.__metadata("design:type", String)
|
|
173
|
-
], Messages.prototype, "dialogApply", void 0);
|
|
174
|
-
tslib_1.__decorate([
|
|
175
|
-
core_1.Input(),
|
|
176
|
-
tslib_1.__metadata("design:type", String)
|
|
177
|
-
], Messages.prototype, "dialogCancel", void 0);
|
|
178
|
-
tslib_1.__decorate([
|
|
179
|
-
core_1.Input(),
|
|
180
|
-
tslib_1.__metadata("design:type", String)
|
|
181
|
-
], Messages.prototype, "dialogInsert", void 0);
|
|
182
|
-
tslib_1.__decorate([
|
|
183
|
-
core_1.Input(),
|
|
184
|
-
tslib_1.__metadata("design:type", String)
|
|
185
|
-
], Messages.prototype, "dialogUpdate", void 0);
|
|
186
|
-
tslib_1.__decorate([
|
|
187
|
-
core_1.Input(),
|
|
188
|
-
tslib_1.__metadata("design:type", String)
|
|
189
|
-
], Messages.prototype, "fileText", void 0);
|
|
190
|
-
tslib_1.__decorate([
|
|
191
|
-
core_1.Input(),
|
|
192
|
-
tslib_1.__metadata("design:type", String)
|
|
193
|
-
], Messages.prototype, "fileTitle", void 0);
|
|
194
|
-
tslib_1.__decorate([
|
|
195
|
-
core_1.Input(),
|
|
196
|
-
tslib_1.__metadata("design:type", String)
|
|
197
|
-
], Messages.prototype, "fileWebAddress", void 0);
|
|
198
|
-
tslib_1.__decorate([
|
|
199
|
-
core_1.Input(),
|
|
200
|
-
tslib_1.__metadata("design:type", String)
|
|
201
|
-
], Messages.prototype, "imageAltText", void 0);
|
|
202
|
-
tslib_1.__decorate([
|
|
203
|
-
core_1.Input(),
|
|
204
|
-
tslib_1.__metadata("design:type", String)
|
|
205
|
-
], Messages.prototype, "imageHeight", void 0);
|
|
206
|
-
tslib_1.__decorate([
|
|
207
|
-
core_1.Input(),
|
|
208
|
-
tslib_1.__metadata("design:type", String)
|
|
209
|
-
], Messages.prototype, "imageWebAddress", void 0);
|
|
210
|
-
tslib_1.__decorate([
|
|
211
|
-
core_1.Input(),
|
|
212
|
-
tslib_1.__metadata("design:type", String)
|
|
213
|
-
], Messages.prototype, "imageWidth", void 0);
|
|
214
|
-
tslib_1.__decorate([
|
|
215
|
-
core_1.Input(),
|
|
216
|
-
tslib_1.__metadata("design:type", String)
|
|
217
|
-
], Messages.prototype, "linkOpenInNewWindow", void 0);
|
|
218
|
-
tslib_1.__decorate([
|
|
219
|
-
core_1.Input(),
|
|
220
|
-
tslib_1.__metadata("design:type", String)
|
|
221
|
-
], Messages.prototype, "linkText", void 0);
|
|
222
|
-
tslib_1.__decorate([
|
|
223
|
-
core_1.Input(),
|
|
224
|
-
tslib_1.__metadata("design:type", String)
|
|
225
|
-
], Messages.prototype, "linkTitle", void 0);
|
|
226
|
-
tslib_1.__decorate([
|
|
227
|
-
core_1.Input(),
|
|
228
|
-
tslib_1.__metadata("design:type", String)
|
|
229
|
-
], Messages.prototype, "linkWebAddress", void 0);
|
|
230
|
-
return Messages;
|
|
231
|
-
}(kendo_angular_l10n_1.ComponentMessages));
|
|
232
|
-
exports.Messages = Messages;
|
package/dist/npm/main.js
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var editor_component_1 = require("./editor.component");
|
|
8
|
-
exports.EditorComponent = editor_component_1.EditorComponent;
|
|
9
|
-
var editor_module_1 = require("./editor.module");
|
|
10
|
-
exports.EditorModule = editor_module_1.EditorModule;
|
|
11
|
-
var schema_1 = require("./config/schema");
|
|
12
|
-
exports.schema = schema_1.schema;
|
|
13
|
-
exports.Schema = schema_1.Schema;
|
|
14
|
-
var kendo_editor_common_1 = require("@progress/kendo-editor-common");
|
|
15
|
-
exports.EditorState = kendo_editor_common_1.EditorState;
|
|
16
|
-
exports.Plugin = kendo_editor_common_1.Plugin;
|
|
17
|
-
exports.PluginKey = kendo_editor_common_1.PluginKey;
|
|
18
|
-
exports.Transaction = kendo_editor_common_1.Transaction;
|
|
19
|
-
exports.EditorView = kendo_editor_common_1.EditorView;
|
|
20
|
-
exports.Decoration = kendo_editor_common_1.Decoration;
|
|
21
|
-
exports.DecorationSet = kendo_editor_common_1.DecorationSet;
|
|
22
|
-
exports.NodeType = kendo_editor_common_1.NodeType;
|
|
23
|
-
exports.Node = kendo_editor_common_1.Node;
|
|
24
|
-
exports.MarkType = kendo_editor_common_1.MarkType;
|
|
25
|
-
exports.Mark = kendo_editor_common_1.Mark;
|
|
26
|
-
exports.InputRule = kendo_editor_common_1.InputRule;
|
|
27
|
-
exports.inputRules = kendo_editor_common_1.inputRules;
|
|
28
|
-
exports.wrappingInputRule = kendo_editor_common_1.wrappingInputRule;
|
|
29
|
-
exports.textblockTypeInputRule = kendo_editor_common_1.textblockTypeInputRule;
|
|
30
|
-
exports.keymap = kendo_editor_common_1.keymap;
|
|
31
|
-
exports.baseKeymap = kendo_editor_common_1.baseKeymap;
|
|
32
|
-
exports.history = kendo_editor_common_1.history;
|
|
33
|
-
exports.dropCursor = kendo_editor_common_1.dropCursor;
|
|
34
|
-
exports.gapCursor = kendo_editor_common_1.gapCursor;
|
|
35
|
-
exports.tableNodes = kendo_editor_common_1.tableNodes;
|
|
36
|
-
exports.getSelectionText = kendo_editor_common_1.getSelectionText;
|
|
37
|
-
var paste_event_1 = require("./preventable-events/paste-event");
|
|
38
|
-
exports.EditorPasteEvent = paste_event_1.EditorPasteEvent;
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
exports.packageMetadata = {
|
|
11
|
-
name: '@progress/kendo-angular-editor',
|
|
12
|
-
productName: 'Kendo UI for Angular',
|
|
13
|
-
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
14
|
-
publishDate: 1646218976,
|
|
15
|
-
version: '',
|
|
16
|
-
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
17
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,27 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var kendo_angular_common_1 = require("@progress/kendo-angular-common");
|
|
9
|
-
/**
|
|
10
|
-
* The Editor [`paste`]({% slug api_editor_editorcomponent %}#toc-paste) event.
|
|
11
|
-
*/
|
|
12
|
-
var EditorPasteEvent = /** @class */ (function (_super) {
|
|
13
|
-
tslib_1.__extends(EditorPasteEvent, _super);
|
|
14
|
-
/**
|
|
15
|
-
* Constructs the event arguments for the `paste` event.
|
|
16
|
-
* @hidden
|
|
17
|
-
*/
|
|
18
|
-
function EditorPasteEvent(cleanedHtml, originalHtml, originalEvent) {
|
|
19
|
-
var _this = _super.call(this) || this;
|
|
20
|
-
_this.cleanedHtml = cleanedHtml;
|
|
21
|
-
_this.originalHtml = originalHtml;
|
|
22
|
-
_this.originalEvent = originalEvent;
|
|
23
|
-
return _this;
|
|
24
|
-
}
|
|
25
|
-
return EditorPasteEvent;
|
|
26
|
-
}(kendo_angular_common_1.PreventableEvent));
|
|
27
|
-
exports.EditorPasteEvent = EditorPasteEvent;
|
|
@@ -1,49 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var kendo_angular_toolbar_1 = require("@progress/kendo-angular-toolbar");
|
|
10
|
-
var editor_component_1 = require("../../editor.component");
|
|
11
|
-
var editor_command_button_1 = require("../shared/editor-command-button");
|
|
12
|
-
var editor_localization_service_1 = require("../../localization/editor-localization.service");
|
|
13
|
-
var tools_service_1 = require("../tools.service");
|
|
14
|
-
/**
|
|
15
|
-
* A directive which configures an existing `ToolBarButtonComponent` as an Editor AlignCenter tool
|
|
16
|
-
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
17
|
-
* The directive will predefine the `icon` and `click` event handlers of the button.
|
|
18
|
-
* In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* ```ts-no-run
|
|
22
|
-
* <kendo-toolbar-button kendoEditorAlignCenterButton></kendo-toolbar-button>
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* The following example demonstrates how to change the default icon that is applied by the directive.
|
|
26
|
-
*
|
|
27
|
-
* @example
|
|
28
|
-
* ```ts-no-run
|
|
29
|
-
* <kendo-toolbar-button kendoEditorAlignCenterButton icon="blogger"></kendo-toolbar-button>
|
|
30
|
-
* ```
|
|
31
|
-
*/
|
|
32
|
-
var EditorAlignCenterButtonDirective = /** @class */ (function (_super) {
|
|
33
|
-
tslib_1.__extends(EditorAlignCenterButtonDirective, _super);
|
|
34
|
-
function EditorAlignCenterButtonDirective(button, editor, localization, toolsService) {
|
|
35
|
-
return _super.call(this, 'alignCenter', button, editor, localization, toolsService) || this;
|
|
36
|
-
}
|
|
37
|
-
EditorAlignCenterButtonDirective = tslib_1.__decorate([
|
|
38
|
-
core_1.Directive({
|
|
39
|
-
selector: 'kendo-toolbar-button[kendoEditorAlignCenterButton]'
|
|
40
|
-
}),
|
|
41
|
-
tslib_1.__param(1, core_1.Host()),
|
|
42
|
-
tslib_1.__metadata("design:paramtypes", [kendo_angular_toolbar_1.ToolBarButtonComponent,
|
|
43
|
-
editor_component_1.EditorComponent,
|
|
44
|
-
editor_localization_service_1.EditorLocalizationService,
|
|
45
|
-
tools_service_1.EditorToolsService])
|
|
46
|
-
], EditorAlignCenterButtonDirective);
|
|
47
|
-
return EditorAlignCenterButtonDirective;
|
|
48
|
-
}(editor_command_button_1.EditorCommandButton));
|
|
49
|
-
exports.EditorAlignCenterButtonDirective = EditorAlignCenterButtonDirective;
|
|
@@ -1,49 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var kendo_angular_toolbar_1 = require("@progress/kendo-angular-toolbar");
|
|
10
|
-
var editor_component_1 = require("../../editor.component");
|
|
11
|
-
var editor_command_button_1 = require("../shared/editor-command-button");
|
|
12
|
-
var editor_localization_service_1 = require("../../localization/editor-localization.service");
|
|
13
|
-
var tools_service_1 = require("../tools.service");
|
|
14
|
-
/**
|
|
15
|
-
* A directive which configures an existing `ToolBarButtonComponent` as an Editor AlignJustify tool
|
|
16
|
-
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
17
|
-
* The directive will predefine the `icon` and `click` event handlers of the button.
|
|
18
|
-
* In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* ```ts-no-run
|
|
22
|
-
* <kendo-toolbar-button kendoEditorAlignJustifyButton></kendo-toolbar-button>
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* The following example demonstrates how to change the default icon that is applied by the directive.
|
|
26
|
-
*
|
|
27
|
-
* @example
|
|
28
|
-
* ```ts-no-run
|
|
29
|
-
* <kendo-toolbar-button kendoEditorAlignJustifyButton icon="blogger"></kendo-toolbar-button>
|
|
30
|
-
* ```
|
|
31
|
-
*/
|
|
32
|
-
var EditorAlignJustifyButtonDirective = /** @class */ (function (_super) {
|
|
33
|
-
tslib_1.__extends(EditorAlignJustifyButtonDirective, _super);
|
|
34
|
-
function EditorAlignJustifyButtonDirective(button, editor, localization, toolsService) {
|
|
35
|
-
return _super.call(this, 'alignJustify', button, editor, localization, toolsService) || this;
|
|
36
|
-
}
|
|
37
|
-
EditorAlignJustifyButtonDirective = tslib_1.__decorate([
|
|
38
|
-
core_1.Directive({
|
|
39
|
-
selector: 'kendo-toolbar-button[kendoEditorAlignJustifyButton]'
|
|
40
|
-
}),
|
|
41
|
-
tslib_1.__param(1, core_1.Host()),
|
|
42
|
-
tslib_1.__metadata("design:paramtypes", [kendo_angular_toolbar_1.ToolBarButtonComponent,
|
|
43
|
-
editor_component_1.EditorComponent,
|
|
44
|
-
editor_localization_service_1.EditorLocalizationService,
|
|
45
|
-
tools_service_1.EditorToolsService])
|
|
46
|
-
], EditorAlignJustifyButtonDirective);
|
|
47
|
-
return EditorAlignJustifyButtonDirective;
|
|
48
|
-
}(editor_command_button_1.EditorCommandButton));
|
|
49
|
-
exports.EditorAlignJustifyButtonDirective = EditorAlignJustifyButtonDirective;
|
|
@@ -1,49 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var kendo_angular_toolbar_1 = require("@progress/kendo-angular-toolbar");
|
|
10
|
-
var editor_component_1 = require("../../editor.component");
|
|
11
|
-
var editor_command_button_1 = require("../shared/editor-command-button");
|
|
12
|
-
var editor_localization_service_1 = require("../../localization/editor-localization.service");
|
|
13
|
-
var tools_service_1 = require("../tools.service");
|
|
14
|
-
/**
|
|
15
|
-
* A directive which configures an existing `ToolBarButtonComponent` as an Editor AlignLeft tool
|
|
16
|
-
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
17
|
-
* The directive will predefine the `icon` and `click` event handlers of the button.
|
|
18
|
-
* In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* ```ts-no-run
|
|
22
|
-
* <kendo-toolbar-button kendoEditorAlignLeftButton></kendo-toolbar-button>
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* The following example demonstrates how to change the default icon that is applied by the directive.
|
|
26
|
-
*
|
|
27
|
-
* @example
|
|
28
|
-
* ```ts-no-run
|
|
29
|
-
* <kendo-toolbar-button kendoEditorAlignLeftButton icon="blogger"></kendo-toolbar-button>
|
|
30
|
-
* ```
|
|
31
|
-
*/
|
|
32
|
-
var EditorAlignLeftButtonDirective = /** @class */ (function (_super) {
|
|
33
|
-
tslib_1.__extends(EditorAlignLeftButtonDirective, _super);
|
|
34
|
-
function EditorAlignLeftButtonDirective(button, editor, localization, toolsService) {
|
|
35
|
-
return _super.call(this, 'alignLeft', button, editor, localization, toolsService) || this;
|
|
36
|
-
}
|
|
37
|
-
EditorAlignLeftButtonDirective = tslib_1.__decorate([
|
|
38
|
-
core_1.Directive({
|
|
39
|
-
selector: 'kendo-toolbar-button[kendoEditorAlignLeftButton]'
|
|
40
|
-
}),
|
|
41
|
-
tslib_1.__param(1, core_1.Host()),
|
|
42
|
-
tslib_1.__metadata("design:paramtypes", [kendo_angular_toolbar_1.ToolBarButtonComponent,
|
|
43
|
-
editor_component_1.EditorComponent,
|
|
44
|
-
editor_localization_service_1.EditorLocalizationService,
|
|
45
|
-
tools_service_1.EditorToolsService])
|
|
46
|
-
], EditorAlignLeftButtonDirective);
|
|
47
|
-
return EditorAlignLeftButtonDirective;
|
|
48
|
-
}(editor_command_button_1.EditorCommandButton));
|
|
49
|
-
exports.EditorAlignLeftButtonDirective = EditorAlignLeftButtonDirective;
|
|
@@ -1,49 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var kendo_angular_toolbar_1 = require("@progress/kendo-angular-toolbar");
|
|
10
|
-
var editor_component_1 = require("../../editor.component");
|
|
11
|
-
var editor_command_button_1 = require("../shared/editor-command-button");
|
|
12
|
-
var editor_localization_service_1 = require("../../localization/editor-localization.service");
|
|
13
|
-
var tools_service_1 = require("../tools.service");
|
|
14
|
-
/**
|
|
15
|
-
* A directive which configures an existing `ToolBarButtonComponent` as an Editor AlignRight tool
|
|
16
|
-
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
17
|
-
* The directive will predefine the `icon` and `click` event handlers of the button.
|
|
18
|
-
* In addition, the directive updates the `selected` state of the button according to the cursor position in the editing area.
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* ```ts-no-run
|
|
22
|
-
* <kendo-toolbar-button kendoEditorAlignRightButton></kendo-toolbar-button>
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* The following example demonstrates how to change the default icon that is applied by the directive.
|
|
26
|
-
*
|
|
27
|
-
* @example
|
|
28
|
-
* ```ts-no-run
|
|
29
|
-
* <kendo-toolbar-button kendoEditorAlignRightButton icon="blogger"></kendo-toolbar-button>
|
|
30
|
-
* ```
|
|
31
|
-
*/
|
|
32
|
-
var EditorAlignRightButtonDirective = /** @class */ (function (_super) {
|
|
33
|
-
tslib_1.__extends(EditorAlignRightButtonDirective, _super);
|
|
34
|
-
function EditorAlignRightButtonDirective(button, editor, localization, toolsService) {
|
|
35
|
-
return _super.call(this, 'alignRight', button, editor, localization, toolsService) || this;
|
|
36
|
-
}
|
|
37
|
-
EditorAlignRightButtonDirective = tslib_1.__decorate([
|
|
38
|
-
core_1.Directive({
|
|
39
|
-
selector: 'kendo-toolbar-button[kendoEditorAlignRightButton]'
|
|
40
|
-
}),
|
|
41
|
-
tslib_1.__param(1, core_1.Host()),
|
|
42
|
-
tslib_1.__metadata("design:paramtypes", [kendo_angular_toolbar_1.ToolBarButtonComponent,
|
|
43
|
-
editor_component_1.EditorComponent,
|
|
44
|
-
editor_localization_service_1.EditorLocalizationService,
|
|
45
|
-
tools_service_1.EditorToolsService])
|
|
46
|
-
], EditorAlignRightButtonDirective);
|
|
47
|
-
return EditorAlignRightButtonDirective;
|
|
48
|
-
}(editor_command_button_1.EditorCommandButton));
|
|
49
|
-
exports.EditorAlignRightButtonDirective = EditorAlignRightButtonDirective;
|
|
@@ -1,50 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var kendo_angular_toolbar_1 = require("@progress/kendo-angular-toolbar");
|
|
10
|
-
var editor_component_1 = require("../../editor.component");
|
|
11
|
-
var editor_command_button_1 = require("../shared/editor-command-button");
|
|
12
|
-
var editor_localization_service_1 = require("../../localization/editor-localization.service");
|
|
13
|
-
var tools_service_1 = require("../tools.service");
|
|
14
|
-
/**
|
|
15
|
-
* A directive which configures an existing `ToolBarButtonComponent` as an Editor Blockquote tool
|
|
16
|
-
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
17
|
-
* The directive will predefine the `icon` and `click` event handlers of the button.
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
* ```ts-no-run
|
|
21
|
-
* <kendo-toolbar-button kendoEditorBlockquoteButton></kendo-toolbar-button>
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* The following example demonstrates how to change the default icon that is applied by the directive.
|
|
25
|
-
*
|
|
26
|
-
* @example
|
|
27
|
-
* ```ts-no-run
|
|
28
|
-
* <kendo-toolbar-button kendoEditorBlockquoteButton icon="blogger"></kendo-toolbar-button>
|
|
29
|
-
* ```
|
|
30
|
-
*/
|
|
31
|
-
var EditorBlockquoteDirective = /** @class */ (function (_super) {
|
|
32
|
-
tslib_1.__extends(EditorBlockquoteDirective, _super);
|
|
33
|
-
function EditorBlockquoteDirective(button, editor, localization, toolsService) {
|
|
34
|
-
var _this = _super.call(this, 'blockquote', button, editor, localization, toolsService) || this;
|
|
35
|
-
_this.editor = editor;
|
|
36
|
-
return _this;
|
|
37
|
-
}
|
|
38
|
-
EditorBlockquoteDirective = tslib_1.__decorate([
|
|
39
|
-
core_1.Directive({
|
|
40
|
-
selector: 'kendo-toolbar-button[kendoEditorBlockquoteButton]'
|
|
41
|
-
}),
|
|
42
|
-
tslib_1.__param(1, core_1.Host()),
|
|
43
|
-
tslib_1.__metadata("design:paramtypes", [kendo_angular_toolbar_1.ToolBarButtonComponent,
|
|
44
|
-
editor_component_1.EditorComponent,
|
|
45
|
-
editor_localization_service_1.EditorLocalizationService,
|
|
46
|
-
tools_service_1.EditorToolsService])
|
|
47
|
-
], EditorBlockquoteDirective);
|
|
48
|
-
return EditorBlockquoteDirective;
|
|
49
|
-
}(editor_command_button_1.EditorCommandButton));
|
|
50
|
-
exports.EditorBlockquoteDirective = EditorBlockquoteDirective;
|
|
@@ -1,30 +0,0 @@
|
|
|
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
|
-
"use strict";
|
|
6
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
var tslib_1 = require("tslib");
|
|
8
|
-
var core_1 = require("@angular/core");
|
|
9
|
-
var editor_colorpicker_component_1 = require("./editor-colorpicker.component");
|
|
10
|
-
var command_icons_1 = require("../../config/command-icons");
|
|
11
|
-
/**
|
|
12
|
-
* A directive which configures an `EditorColorPickerComponent`
|
|
13
|
-
* for manipulating the background color of the text
|
|
14
|
-
* ([see example]({% slug toolbartools_editor %}#toc-built-in-tools)).
|
|
15
|
-
*/
|
|
16
|
-
var EditorBackColorDirective = /** @class */ (function () {
|
|
17
|
-
function EditorBackColorDirective(colorPicker) {
|
|
18
|
-
this.colorPicker = colorPicker;
|
|
19
|
-
this.colorPicker.icon = command_icons_1.commandIcons.backColor;
|
|
20
|
-
this.colorPicker.editorCommand = 'backColor';
|
|
21
|
-
}
|
|
22
|
-
EditorBackColorDirective = tslib_1.__decorate([
|
|
23
|
-
core_1.Directive({
|
|
24
|
-
selector: '[kendoEditorBackColor]'
|
|
25
|
-
}),
|
|
26
|
-
tslib_1.__metadata("design:paramtypes", [editor_colorpicker_component_1.EditorColorPickerComponent])
|
|
27
|
-
], EditorBackColorDirective);
|
|
28
|
-
return EditorBackColorDirective;
|
|
29
|
-
}());
|
|
30
|
-
exports.EditorBackColorDirective = EditorBackColorDirective;
|