qms-angular 1.0.55 → 1.0.56
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/qms-angular.umd.js +4003 -12241
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/app-icon/app-icon.module.js +16 -29
- package/esm2015/lib/components/app-icon/icon-registry.service.js +7 -9
- package/esm2015/lib/components/badges/qms-badges.component.js +15 -24
- package/esm2015/lib/components/badges/qms-badges.module.js +18 -33
- package/esm2015/lib/components/banner/qms-banner/qms-banner.component.js +16 -28
- package/esm2015/lib/components/banner/qms-banner/qms-banner.module.js +19 -36
- package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.js +16 -28
- package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.module.js +19 -36
- package/esm2015/lib/components/banner/qms-banner-loading/qms-banner-loading.component.js +13 -19
- package/esm2015/lib/components/banner/qms-banner-loading/qms-banner-loading.module.js +17 -30
- package/esm2015/lib/components/breadcrumb/breadcrumb-direction-icon.directive.js +10 -11
- package/esm2015/lib/components/breadcrumb/breadcrumb-item.directive.js +17 -20
- package/esm2015/lib/components/breadcrumb/breadcrumb.js +28 -40
- package/esm2015/lib/components/breadcrumb/breadcrumb.module.js +26 -50
- package/esm2015/lib/components/button/button-toggle.js +85 -120
- package/esm2015/lib/components/button/button.js +78 -86
- package/esm2015/lib/components/button/button.module.js +27 -51
- package/esm2015/lib/components/comment/comment.js +18 -29
- package/esm2015/lib/components/dialog/dialog.js +28 -38
- package/esm2015/lib/components/edit-file-name-dialog/edit-file-name-dialog.js +16 -24
- package/esm2015/lib/components/edit-file-name-dialog/edit-file-name-dialog.module.js +31 -71
- package/esm2015/lib/components/list/list.js +89 -101
- package/esm2015/lib/components/list/list.module.js +50 -94
- package/esm2015/lib/components/qms-app-bar/qms-app-bar.component.js +29 -55
- package/esm2015/lib/components/qms-app-bar/qms-app-bar.module.js +20 -39
- package/esm2015/lib/components/qms-stepper/qms-stepper.component.js +22 -32
- package/esm2015/lib/components/qms-stepper/qms-stepper.module.js +25 -35
- package/esm2015/lib/components/related/content/related-content.component.js +12 -19
- package/esm2015/lib/components/related/list-other-related/list-related.component.js +25 -29
- package/esm2015/lib/components/related/popup/related-popup.component.js +33 -50
- package/esm2015/lib/components/related/related.module.js +43 -96
- package/esm2015/lib/components/related/risk/analysis/analysis.component.js +17 -23
- package/esm2015/lib/components/related/risk/list/list.component.js +18 -22
- package/esm2015/lib/components/related/risk/result/result.component.js +16 -23
- package/esm2015/lib/components/related/service/related-global.service.js +6 -7
- package/esm2015/lib/components/related/sidenav/sidenav.component.js +12 -21
- package/esm2015/lib/components/reports/qms-report-content-portrait/qms-report-content-portrait.component.js +18 -22
- package/esm2015/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.js +18 -22
- package/esm2015/lib/components/reports/qms-reports.module.js +20 -29
- package/esm2015/lib/components/rich-text/rich-text.js +32 -47
- package/esm2015/lib/components/rich-text/rich-text.module.js +21 -35
- package/esm2015/lib/components/select-dialog/select-dialog.js +16 -31
- package/esm2015/lib/components/select-include-children/select-include-children.component.js +33 -47
- package/esm2015/lib/components/select-include-children/select-include-children.module.js +33 -78
- package/esm2015/lib/components/select-include-children/services/select-global.service.js +6 -7
- package/esm2015/lib/components/suffix-field/suffix-field.directive.js +21 -22
- package/esm2015/lib/components/table/table-action.js +31 -31
- package/esm2015/lib/components/table/table.module.js +21 -37
- package/esm2015/lib/components/test-only/test-only.component.js +11 -14
- package/esm2015/lib/components/tooltip/tooltip.js +19 -24
- package/esm2015/lib/components/tooltip/tooltip.module.js +20 -38
- package/esm2015/lib/components/tree/tree.component.js +33 -46
- package/esm2015/lib/components/tree/tree.module.js +30 -69
- package/esm2015/lib/components/upload-file-error-dialog/upload-file-error-dialog.js +16 -22
- package/esm2015/lib/components/upload-file-error-dialog/upload-file-error-dialog.module.js +31 -71
- package/esm2015/lib/directives/chip-input/chip-input-chip-list.directive.js +13 -13
- package/esm2015/lib/directives/chip-input/chip-input-field.directive.js +10 -11
- package/esm2015/lib/directives/chip-input/chip-input-select-dropdown.directive.js +10 -11
- package/esm2015/lib/directives/chip-input/chip-input-select-field.directive.js +14 -17
- package/esm2015/lib/directives/chip-input/chip-input-select-trigger.directive.js +13 -14
- package/esm2015/lib/directives/chips/chip-body.directive.js +10 -11
- package/esm2015/lib/directives/chips/chip.directive.js +13 -13
- package/esm2015/lib/directives/dropdown-menu/dropdown-item.directive.js +14 -16
- package/esm2015/lib/directives/file-upload/file-upload-attachment-list.directive.js +10 -11
- package/esm2015/lib/directives/file-upload/file-upload-display.directive.js +16 -19
- package/esm2015/lib/directives/file-upload/file-upload-multiple-display.directive.js +14 -16
- package/esm2015/lib/directives/file-upload/file-upload-multiple-selector.directive.js +20 -26
- package/esm2015/lib/directives/file-upload/file-upload-multiple.directive.js +15 -19
- package/esm2015/lib/directives/file-upload/file-upload-scrollable-attachment-list.directive.js +10 -11
- package/esm2015/lib/directives/file-upload/file-upload-selector.directive.js +18 -25
- package/esm2015/lib/directives/file-upload/file-upload.directive.js +20 -24
- package/esm2015/lib/directives/form.directive.js +51 -48
- package/esm2015/lib/directives/margin.directive.js +14 -15
- package/esm2015/lib/directives/range-slider/range-slider-lockup.directive.js +10 -11
- package/esm2015/lib/directives/range-slider/range-slider.directive.js +14 -17
- package/esm2015/lib/directives/scroll-selected/scroll-to-selected.directive.js +15 -16
- package/esm2015/lib/directives/scrollbar/scrollbar.directive.js +13 -13
- package/esm2015/lib/directives/search-field.directive.js +22 -21
- package/esm2015/lib/directives/side-sheet/drawer-content.directive.js +10 -11
- package/esm2015/lib/directives/side-sheet/drawer-header-action.directive.js +10 -11
- package/esm2015/lib/directives/side-sheet/drawer-header.directive.js +10 -11
- package/esm2015/lib/directives/side-sheet/drawer.directive.js +10 -11
- package/esm2015/lib/directives/tab/tab-group-advanced.directive.js +14 -15
- package/esm2015/lib/directives/tab/tab-group.directive.js +10 -11
- package/esm2015/lib/directives/tab/tab-label.directive.js +10 -11
- package/esm2015/lib/directives/text-block/text-block-line.directive.js +16 -20
- package/esm2015/lib/directives/text-block/text-block.directive.js +14 -17
- package/esm2015/lib/directives/tooltip/tooltip-image.directive.js +13 -14
- package/esm2015/lib/directives/tooltip/tooltip-renderer.directive.js +22 -35
- package/esm2015/lib/material-module.js +16 -35
- package/esm2015/lib/model/en.js +4 -35
- package/esm2015/lib/model/no.js +3 -34
- package/esm2015/lib/pipe/dateFormat.pipe.js +10 -11
- package/esm2015/lib/qms-angular.component.js +11 -13
- package/esm2015/lib/qms-angular.module.js +121 -232
- package/esm2015/lib/qms-angular.service.js +8 -9
- package/esm2015/lib/qms-ckeditor-components/common/bpmn/toolbar.function.js +12 -32
- package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorEvent.constant.js +1 -5
- package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorFlowchart.const.js +1 -10
- package/esm2015/lib/qms-ckeditor-components/common/enums/document-type.enum.js +1 -2
- package/esm2015/lib/qms-ckeditor-components/common/functions/common.function.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.js +16 -23
- package/esm2015/lib/qms-ckeditor-components/common/module/tree/qms-ckeditor-tree.component.js +19 -34
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +53 -577
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.js +35 -69
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-fullscreen/qms-ckeditor-fullscreen.component.js +8 -12
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +30 -39
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.js +18 -22
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +20 -29
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.js +18 -22
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.js +23 -35
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.js +20 -30
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.js +18 -27
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor-base.component.js +4 -7
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +44 -118
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.module.js +55 -131
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-base.service.js +10 -10
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn-api.service.js +9 -9
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.js +26 -66
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-global.service.js +8 -9
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-link.service.js +9 -9
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.js +9 -9
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckedtior-template.service.js +9 -9
- package/esm2015/lib/services/translation-registry.service.js +8 -9
- package/esm2015/lib/shared.module.js +4 -9
- package/esm2015/public-api.js +1 -16
- package/esm2015/qms-angular.js +9 -1
- package/fesm2015/qms-angular.js +3031 -11134
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/components/app-icon/app-icon.module.d.ts +0 -7
- package/lib/components/app-icon/icon-registry.service.d.ts +0 -3
- package/lib/components/badges/qms-badges.component.d.ts +0 -3
- package/lib/components/badges/qms-badges.module.d.ts +0 -9
- package/lib/components/banner/qms-banner/qms-banner.component.d.ts +0 -3
- package/lib/components/banner/qms-banner/qms-banner.module.d.ts +0 -10
- package/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.d.ts +0 -3
- package/lib/components/banner/qms-banner-confirm/qms-banner-confirm.module.d.ts +0 -10
- package/lib/components/banner/qms-banner-loading/qms-banner-loading.component.d.ts +0 -3
- package/lib/components/banner/qms-banner-loading/qms-banner-loading.module.d.ts +0 -8
- package/lib/components/breadcrumb/breadcrumb-direction-icon.directive.d.ts +0 -3
- package/lib/components/breadcrumb/breadcrumb-item.directive.d.ts +0 -3
- package/lib/components/breadcrumb/breadcrumb.d.ts +0 -3
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -13
- package/lib/components/button/button-toggle.d.ts +0 -5
- package/lib/components/button/button.d.ts +0 -7
- package/lib/components/button/button.module.d.ts +0 -9
- package/lib/components/comment/comment.d.ts +0 -3
- package/lib/components/dialog/dialog.d.ts +0 -5
- package/lib/components/edit-file-name-dialog/edit-file-name-dialog.d.ts +0 -3
- package/lib/components/edit-file-name-dialog/edit-file-name-dialog.module.d.ts +0 -16
- package/lib/components/list/list.d.ts +0 -15
- package/lib/components/list/list.module.d.ts +0 -11
- package/lib/components/qms-app-bar/qms-app-bar.component.d.ts +0 -3
- package/lib/components/qms-app-bar/qms-app-bar.module.d.ts +0 -12
- package/lib/components/qms-stepper/qms-stepper.component.d.ts +0 -3
- package/lib/components/qms-stepper/qms-stepper.module.d.ts +0 -8
- package/lib/components/related/content/related-content.component.d.ts +0 -3
- package/lib/components/related/list-other-related/list-related.component.d.ts +0 -3
- package/lib/components/related/popup/related-popup.component.d.ts +0 -3
- package/lib/components/related/related.module.d.ts +0 -29
- package/lib/components/related/risk/analysis/analysis.component.d.ts +0 -3
- package/lib/components/related/risk/list/list.component.d.ts +0 -3
- package/lib/components/related/risk/result/result.component.d.ts +0 -3
- package/lib/components/related/service/related-global.service.d.ts +0 -3
- package/lib/components/related/sidenav/sidenav.component.d.ts +0 -3
- package/lib/components/reports/qms-report-content-portrait/qms-report-content-portrait.component.d.ts +0 -3
- package/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.d.ts +0 -3
- package/lib/components/reports/qms-reports.module.d.ts +0 -7
- package/lib/components/rich-text/rich-text.d.ts +0 -3
- package/lib/components/rich-text/rich-text.module.d.ts +0 -8
- package/lib/components/select-dialog/select-dialog.d.ts +0 -3
- package/lib/components/select-include-children/select-include-children.component.d.ts +0 -3
- package/lib/components/select-include-children/select-include-children.module.d.ts +0 -25
- package/lib/components/select-include-children/services/select-global.service.d.ts +0 -3
- package/lib/components/suffix-field/suffix-field.directive.d.ts +0 -5
- package/lib/components/table/table-action.d.ts +0 -5
- package/lib/components/table/table.module.d.ts +0 -8
- package/lib/components/test-only/test-only.component.d.ts +0 -3
- package/lib/components/tooltip/tooltip.d.ts +0 -3
- package/lib/components/tooltip/tooltip.module.d.ts +0 -9
- package/lib/components/tree/tree.component.d.ts +0 -3
- package/lib/components/tree/tree.module.d.ts +0 -22
- package/lib/components/upload-file-error-dialog/upload-file-error-dialog.d.ts +0 -3
- package/lib/components/upload-file-error-dialog/upload-file-error-dialog.module.d.ts +0 -16
- package/lib/directives/chip-input/chip-input-chip-list.directive.d.ts +0 -3
- package/lib/directives/chip-input/chip-input-field.directive.d.ts +0 -3
- package/lib/directives/chip-input/chip-input-select-dropdown.directive.d.ts +0 -3
- package/lib/directives/chip-input/chip-input-select-field.directive.d.ts +0 -3
- package/lib/directives/chip-input/chip-input-select-trigger.directive.d.ts +0 -3
- package/lib/directives/chips/chip-body.directive.d.ts +0 -3
- package/lib/directives/chips/chip.directive.d.ts +0 -3
- package/lib/directives/dropdown-menu/dropdown-item.directive.d.ts +0 -3
- package/lib/directives/file-upload/file-upload-attachment-list.directive.d.ts +0 -3
- package/lib/directives/file-upload/file-upload-display.directive.d.ts +0 -3
- package/lib/directives/file-upload/file-upload-multiple-display.directive.d.ts +0 -3
- package/lib/directives/file-upload/file-upload-multiple-selector.directive.d.ts +0 -3
- package/lib/directives/file-upload/file-upload-multiple.directive.d.ts +0 -3
- package/lib/directives/file-upload/file-upload-scrollable-attachment-list.directive.d.ts +0 -3
- package/lib/directives/file-upload/file-upload-selector.directive.d.ts +0 -3
- package/lib/directives/file-upload/file-upload.directive.d.ts +0 -5
- package/lib/directives/form.directive.d.ts +0 -11
- package/lib/directives/margin.directive.d.ts +0 -3
- package/lib/directives/range-slider/range-slider-lockup.directive.d.ts +0 -3
- package/lib/directives/range-slider/range-slider.directive.d.ts +0 -3
- package/lib/directives/scroll-selected/scroll-to-selected.directive.d.ts +0 -3
- package/lib/directives/scrollbar/scrollbar.directive.d.ts +0 -3
- package/lib/directives/search-field.directive.d.ts +0 -5
- package/lib/directives/side-sheet/drawer-content.directive.d.ts +0 -3
- package/lib/directives/side-sheet/drawer-header-action.directive.d.ts +0 -3
- package/lib/directives/side-sheet/drawer-header.directive.d.ts +0 -3
- package/lib/directives/side-sheet/drawer.directive.d.ts +0 -3
- package/lib/directives/tab/tab-group-advanced.directive.d.ts +0 -3
- package/lib/directives/tab/tab-group.directive.d.ts +0 -3
- package/lib/directives/tab/tab-label.directive.d.ts +0 -3
- package/lib/directives/text-block/text-block-line.directive.d.ts +0 -3
- package/lib/directives/text-block/text-block.directive.d.ts +0 -3
- package/lib/directives/tooltip/tooltip-image.directive.d.ts +0 -3
- package/lib/directives/tooltip/tooltip-renderer.directive.d.ts +0 -3
- package/lib/material-module.d.ts +0 -12
- package/lib/model/en.d.ts +0 -31
- package/lib/model/no.d.ts +0 -31
- package/lib/pipe/dateFormat.pipe.d.ts +0 -3
- package/lib/qms-angular.component.d.ts +0 -3
- package/lib/qms-angular.module.d.ts +0 -49
- package/lib/qms-angular.service.d.ts +0 -3
- package/lib/qms-ckeditor-components/common/bpmn/toolbar.function.d.ts +2 -2
- package/lib/qms-ckeditor-components/common/constants/ckeditorEvent.constant.d.ts +0 -4
- package/lib/qms-ckeditor-components/common/constants/ckeditorFlowchart.const.d.ts +0 -9
- package/lib/qms-ckeditor-components/common/enums/document-type.enum.d.ts +0 -1
- package/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.d.ts +0 -3
- package/lib/qms-ckeditor-components/common/module/tree/qms-ckeditor-tree.component.d.ts +0 -3
- package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.d.ts +4 -88
- package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.d.ts +2 -11
- package/lib/qms-ckeditor-components/components/qms-ckeditor-fullscreen/qms-ckeditor-fullscreen.component.d.ts +0 -3
- package/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.d.ts +0 -3
- package/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.d.ts +0 -3
- package/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.d.ts +0 -3
- package/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.d.ts +0 -3
- package/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.d.ts +0 -4
- package/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.d.ts +0 -3
- package/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.d.ts +0 -3
- package/lib/qms-ckeditor-components/qms-ckeditor-base.component.d.ts +0 -3
- package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +0 -8
- package/lib/qms-ckeditor-components/qms-ckeditor.module.d.ts +0 -44
- package/lib/qms-ckeditor-components/services/qms-ckeditor-base.service.d.ts +0 -3
- package/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn-api.service.d.ts +0 -3
- package/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.d.ts +0 -4
- package/lib/qms-ckeditor-components/services/qms-ckeditor-global.service.d.ts +0 -3
- package/lib/qms-ckeditor-components/services/qms-ckeditor-link.service.d.ts +0 -3
- package/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.d.ts +0 -3
- package/lib/qms-ckeditor-components/services/qms-ckedtior-template.service.d.ts +0 -3
- package/lib/services/translation-registry.service.d.ts +0 -3
- package/lib/shared.module.d.ts +0 -4
- package/lib.theme.scss +0 -8
- package/package.json +2 -1
- package/public-api.d.ts +0 -14
- package/qms-angular.d.ts +8 -1
- package/qms-angular.metadata.json +1 -0
- package/src/assets/jointjs/scss/bpmn.scss +35 -36
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js.map +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/ar.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/az.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/bg.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/cs.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/da.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/de-ch.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/de.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/en-au.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/en-gb.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/es.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/et.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/fa.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/fi.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/fr.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/gl.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/he.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/hi.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/hr.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/hu.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/id.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/it.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/ja.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/ko.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/ku.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/lt.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/lv.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/nb.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/ne.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/nl.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/no.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/pl.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/pt-br.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/ro.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/ru.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/sk.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/sl.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/sq.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/sr-latn.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/sr.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/sv.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/th.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/tk.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/tr.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/ug.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/uk.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/vi.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/zh-cn.js +1 -1
- package/src/assets/qms-ckeditor-plugin/build/translations/zh.js +1 -1
- package/src/assets/qms-ckeditor-plugin/package-lock.json +12177 -17
- package/src/assets/qms-ckeditor-plugin/package.json +0 -1
- package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +3 -22
- package/src/assets/qms-ckeditor-plugin/src/dist/ckeditor.dev.js +173 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/bpmn/qmsCKEditorBpmnPlugin.js +5 -24
- package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorConstant.js +1 -7
- package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorService.js +0 -20
- package/src/assets/qms-ckeditor-plugin/src/plugins/fullscreen/dist/qmsCKEditorFullscreenPlugin.dev.js +87 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapediting.js +43 -47
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapui.js +1 -1
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/insertimagemapcommand.js +108 -72
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/resizeimagemapcommand.js +3 -4
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/utils.js +0 -13
- package/src/assets/qms-ckeditor-plugin/src/plugins/timestamp/timestamp.js +8 -8
- package/src/assets/qms-ckeditor-plugin/src/plugins/tooltip/tooltipui.js +24 -23
- package/src/assets/qms-ckeditor-plugin/src/themes/icons/information.svg +50 -1
- package/src/assets/qms-ckeditor-plugin/src/themes/icons/timestamp.svg +1 -1
- package/src/lib/components/tree/tree.component.scss +1 -1
- package/src/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.scss +1 -15
- package/src/lib/qms-ckeditor-components/styles/_layout.scss +0 -24
- package/src/lib/qms-ckeditor-components/styles/_modules.scss +0 -8
- package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorLink.constant.js +0 -7
- package/esm2015/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.js +0 -8
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/sample/sample-graphs.js +0 -16
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/halo-service.js +0 -105
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/inspector-service.js +0 -3762
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.js +0 -68
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.js +0 -372
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/stencil-service.js +0 -1041
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/toolbar-service.js +0 -326
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/shapes/app-shapes.js +0 -318
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.js +0 -80
- package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart-template.model.js +0 -9
- package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart.model.js +0 -9
- package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.js +0 -3
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.js +0 -43
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.js +0 -322
- package/esm2015/lib/qms-ckeditor-components/models/qms-ckeditor-bpmn-data.model.js +0 -8
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-flowchart.service.js +0 -26
- package/lib/qms-ckeditor-components/common/constants/ckeditorLink.constant.d.ts +0 -6
- package/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.d.ts +0 -6
- package/lib/qms-ckeditor-components/common/flowchart/sample/sample-graphs.d.ts +0 -14
- package/lib/qms-ckeditor-components/common/flowchart/service/halo-service.d.ts +0 -48
- package/lib/qms-ckeditor-components/common/flowchart/service/inspector-service.d.ts +0 -18
- package/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.d.ts +0 -17
- package/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.d.ts +0 -62
- package/lib/qms-ckeditor-components/common/flowchart/service/stencil-service.d.ts +0 -1183
- package/lib/qms-ckeditor-components/common/flowchart/service/toolbar-service.d.ts +0 -216
- package/lib/qms-ckeditor-components/common/flowchart/shapes/app-shapes.d.ts +0 -61
- package/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.d.ts +0 -36
- package/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart-template.model.d.ts +0 -7
- package/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart.model.d.ts +0 -7
- package/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.d.ts +0 -7
- package/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.d.ts +0 -18
- package/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.d.ts +0 -44
- package/lib/qms-ckeditor-components/models/qms-ckeditor-bpmn-data.model.d.ts +0 -7
- package/lib/qms-ckeditor-components/services/qms-ckeditor-flowchart.service.d.ts +0 -13
- package/src/assets/images/ckeditor5.svg +0 -1
- package/src/assets/jointjs/fonts/Alegreya_Sans/AlegreyaSans-Bold.ttf +0 -0
- package/src/assets/jointjs/fonts/Alegreya_Sans/AlegreyaSans-Light.ttf +0 -0
- package/src/assets/jointjs/fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf +0 -0
- package/src/assets/jointjs/fonts/Alegreya_Sans/OFL.txt +0 -92
- package/src/assets/jointjs/fonts/Averia_Libre/AveriaLibre-Bold.ttf +0 -0
- package/src/assets/jointjs/fonts/Averia_Libre/AveriaLibre-Light.ttf +0 -0
- package/src/assets/jointjs/fonts/Averia_Libre/AveriaLibre-Regular.ttf +0 -0
- package/src/assets/jointjs/fonts/Averia_Libre/OFL.txt +0 -93
- package/src/assets/jointjs/fonts/Roboto_Condensed/LICENSE.txt +0 -202
- package/src/assets/jointjs/fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf +0 -0
- package/src/assets/jointjs/fonts/Roboto_Condensed/RobotoCondensed-Light.ttf +0 -0
- package/src/assets/jointjs/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf +0 -0
- package/src/assets/jointjs/images/delete-icon-modern.png +0 -0
- package/src/assets/jointjs/images/image-icon1.svg +0 -1
- package/src/assets/jointjs/images/image-icon2.svg +0 -6
- package/src/assets/jointjs/images/image-icon3.svg +0 -11
- package/src/assets/jointjs/images/image-icon4.svg +0 -8
- package/src/assets/jointjs/images/member-female.png +0 -0
- package/src/assets/jointjs/images/member-male.png +0 -0
- package/src/assets/jointjs/images/no-color-icon.svg +0 -72
- package/src/assets/jointjs/images/reset-icon-modern.png +0 -0
- package/src/assets/jointjs/images/save-icon-modern.png +0 -0
- package/src/assets/jointjs/images/to-front-icon-modern.png +0 -0
- package/src/assets/jointjs/images/toback-icon-modern.png +0 -0
- package/src/assets/jointjs/images/toolbar-icons-dark.woff +0 -0
- package/src/assets/jointjs/images/toolbar-icons-material.png +0 -0
- package/src/assets/jointjs/images/toolbar-icons-modern.png +0 -0
- package/src/assets/jointjs/images/transparent-icon.svg +0 -50
- package/src/assets/jointjs/scss/style.dark.scss +0 -233
- package/src/assets/jointjs/scss/style.material.scss +0 -234
- package/src/assets/jointjs/scss/style.modern.scss +0 -225
- package/src/assets/jointjs/scss/style.scss +0 -216
- package/src/assets/jointjs/scss/theme-picker.scss +0 -21
- package/src/assets/qms-ckeditor-plugin/src/plugins/aboutckeditor/aboutckeditor.js +0 -28
- package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/qmsCKEditorFlowchartPlugin.js +0 -63
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/openimagemapcommand.js +0 -58
- package/src/assets/qms-ckeditor-plugin/src/themes/icons/flowchart.svg +0 -507
- package/src/assets/qms-ckeditor-plugin/src/themes/icons/tooltip.svg +0 -1
- package/src/lib/components/select-one/select-one.component.scss +0 -240
- package/src/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.scss +0 -16
- package/src/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.scss +0 -5
- package/src/themes/_non-bg-srcollbar.scss +0 -4
@@ -1,216 +0,0 @@
|
|
1
|
-
/*! Rappid v3.2.0 - HTML5 Diagramming Framework
|
2
|
-
|
3
|
-
Copyright (c) 2015 client IO
|
4
|
-
|
5
|
-
2020-06-12
|
6
|
-
|
7
|
-
|
8
|
-
This Source Code Form is subject to the terms of the Rappid License
|
9
|
-
, v. 2.0. If a copy of the Rappid License was not distributed with this
|
10
|
-
file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
|
11
|
-
or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/
|
12
|
-
import * as joint from '@clientio/rappid';
|
13
|
-
export declare class ToolbarService {
|
14
|
-
LANG: any;
|
15
|
-
toolbar: joint.ui.Toolbar;
|
16
|
-
constructor(language: any);
|
17
|
-
create(commandManager: joint.dia.CommandManager, paperScroller: joint.ui.PaperScroller): void;
|
18
|
-
getToolbarConfig(): {
|
19
|
-
groups: {
|
20
|
-
fullscreen: {
|
21
|
-
index: number;
|
22
|
-
};
|
23
|
-
'undo-redo': {
|
24
|
-
index: number;
|
25
|
-
};
|
26
|
-
print: {
|
27
|
-
index: number;
|
28
|
-
};
|
29
|
-
clear: {
|
30
|
-
index: number;
|
31
|
-
};
|
32
|
-
export: {
|
33
|
-
index: number;
|
34
|
-
};
|
35
|
-
template: {
|
36
|
-
index: number;
|
37
|
-
};
|
38
|
-
order: {
|
39
|
-
index: number;
|
40
|
-
};
|
41
|
-
layout: {
|
42
|
-
index: number;
|
43
|
-
};
|
44
|
-
zoom: {
|
45
|
-
index: number;
|
46
|
-
};
|
47
|
-
grid: {
|
48
|
-
index: number;
|
49
|
-
};
|
50
|
-
snapline: {
|
51
|
-
index: number;
|
52
|
-
};
|
53
|
-
};
|
54
|
-
tools: ({
|
55
|
-
type: string;
|
56
|
-
name: string;
|
57
|
-
group: string;
|
58
|
-
attrs: {
|
59
|
-
button: {
|
60
|
-
'data-tooltip': string;
|
61
|
-
'data-tooltip-position': string;
|
62
|
-
'data-tooltip-position-selector': string;
|
63
|
-
id?: undefined;
|
64
|
-
};
|
65
|
-
label?: undefined;
|
66
|
-
input?: undefined;
|
67
|
-
};
|
68
|
-
text?: undefined;
|
69
|
-
min?: undefined;
|
70
|
-
max?: undefined;
|
71
|
-
step?: undefined;
|
72
|
-
value?: undefined;
|
73
|
-
label?: undefined;
|
74
|
-
width?: undefined;
|
75
|
-
options?: undefined;
|
76
|
-
} | {
|
77
|
-
type: string;
|
78
|
-
name: string;
|
79
|
-
group: string;
|
80
|
-
attrs: {
|
81
|
-
button: {
|
82
|
-
id: string;
|
83
|
-
'data-tooltip': string;
|
84
|
-
'data-tooltip-position': string;
|
85
|
-
'data-tooltip-position-selector': string;
|
86
|
-
};
|
87
|
-
label?: undefined;
|
88
|
-
input?: undefined;
|
89
|
-
};
|
90
|
-
text?: undefined;
|
91
|
-
min?: undefined;
|
92
|
-
max?: undefined;
|
93
|
-
step?: undefined;
|
94
|
-
value?: undefined;
|
95
|
-
label?: undefined;
|
96
|
-
width?: undefined;
|
97
|
-
options?: undefined;
|
98
|
-
} | {
|
99
|
-
type: string;
|
100
|
-
name: string;
|
101
|
-
group: string;
|
102
|
-
text: string;
|
103
|
-
attrs?: undefined;
|
104
|
-
min?: undefined;
|
105
|
-
max?: undefined;
|
106
|
-
step?: undefined;
|
107
|
-
value?: undefined;
|
108
|
-
label?: undefined;
|
109
|
-
width?: undefined;
|
110
|
-
options?: undefined;
|
111
|
-
} | {
|
112
|
-
type: string;
|
113
|
-
name: string;
|
114
|
-
group: string;
|
115
|
-
attrs?: undefined;
|
116
|
-
text?: undefined;
|
117
|
-
min?: undefined;
|
118
|
-
max?: undefined;
|
119
|
-
step?: undefined;
|
120
|
-
value?: undefined;
|
121
|
-
label?: undefined;
|
122
|
-
width?: undefined;
|
123
|
-
options?: undefined;
|
124
|
-
} | {
|
125
|
-
type: string;
|
126
|
-
group: string;
|
127
|
-
name?: undefined;
|
128
|
-
attrs?: undefined;
|
129
|
-
text?: undefined;
|
130
|
-
min?: undefined;
|
131
|
-
max?: undefined;
|
132
|
-
step?: undefined;
|
133
|
-
value?: undefined;
|
134
|
-
label?: undefined;
|
135
|
-
width?: undefined;
|
136
|
-
options?: undefined;
|
137
|
-
} | {
|
138
|
-
type: string;
|
139
|
-
name: string;
|
140
|
-
group: string;
|
141
|
-
text: string;
|
142
|
-
attrs: {
|
143
|
-
label: {
|
144
|
-
'data-tooltip': string;
|
145
|
-
'data-tooltip-position': string;
|
146
|
-
'data-tooltip-position-selector': string;
|
147
|
-
};
|
148
|
-
button?: undefined;
|
149
|
-
input?: undefined;
|
150
|
-
};
|
151
|
-
min?: undefined;
|
152
|
-
max?: undefined;
|
153
|
-
step?: undefined;
|
154
|
-
value?: undefined;
|
155
|
-
label?: undefined;
|
156
|
-
width?: undefined;
|
157
|
-
options?: undefined;
|
158
|
-
} | {
|
159
|
-
type: string;
|
160
|
-
name: string;
|
161
|
-
group: string;
|
162
|
-
text: string;
|
163
|
-
min: number;
|
164
|
-
max: number;
|
165
|
-
step: number;
|
166
|
-
value: number;
|
167
|
-
attrs?: undefined;
|
168
|
-
label?: undefined;
|
169
|
-
width?: undefined;
|
170
|
-
options?: undefined;
|
171
|
-
} | {
|
172
|
-
type: string;
|
173
|
-
name: string;
|
174
|
-
group: string;
|
175
|
-
label: string;
|
176
|
-
value: boolean;
|
177
|
-
attrs: {
|
178
|
-
input: {
|
179
|
-
id: string;
|
180
|
-
};
|
181
|
-
label: {
|
182
|
-
'data-tooltip': string;
|
183
|
-
'data-tooltip-position': string;
|
184
|
-
'data-tooltip-position-selector': string;
|
185
|
-
};
|
186
|
-
button?: undefined;
|
187
|
-
};
|
188
|
-
text?: undefined;
|
189
|
-
min?: undefined;
|
190
|
-
max?: undefined;
|
191
|
-
step?: undefined;
|
192
|
-
width?: undefined;
|
193
|
-
options?: undefined;
|
194
|
-
} | {
|
195
|
-
type: string;
|
196
|
-
name: string;
|
197
|
-
group: string;
|
198
|
-
width: number;
|
199
|
-
options: {
|
200
|
-
index: number;
|
201
|
-
content: string;
|
202
|
-
flowChartId: string;
|
203
|
-
name: string;
|
204
|
-
jsonContent: string;
|
205
|
-
selected: boolean;
|
206
|
-
}[];
|
207
|
-
attrs?: undefined;
|
208
|
-
text?: undefined;
|
209
|
-
min?: undefined;
|
210
|
-
max?: undefined;
|
211
|
-
step?: undefined;
|
212
|
-
value?: undefined;
|
213
|
-
label?: undefined;
|
214
|
-
})[];
|
215
|
-
};
|
216
|
-
}
|
@@ -1,61 +0,0 @@
|
|
1
|
-
/*! Rappid v3.2.0 - HTML5 Diagramming Framework
|
2
|
-
|
3
|
-
Copyright (c) 2015 client IO
|
4
|
-
|
5
|
-
2020-06-12
|
6
|
-
|
7
|
-
|
8
|
-
This Source Code Form is subject to the terms of the Rappid License
|
9
|
-
, v. 2.0. If a copy of the Rappid License was not distributed with this
|
10
|
-
file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
|
11
|
-
or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/
|
12
|
-
import * as joint from '@clientio/rappid';
|
13
|
-
export declare namespace app {
|
14
|
-
const CircularModel_base: typeof joint.shapes.standard.Ellipse;
|
15
|
-
export class CircularModel extends CircularModel_base {
|
16
|
-
portLabelMarkup: {
|
17
|
-
tagName: string;
|
18
|
-
selector: string;
|
19
|
-
}[];
|
20
|
-
defaults(): object;
|
21
|
-
}
|
22
|
-
const RectangularModel_base: typeof joint.shapes.standard.Rectangle;
|
23
|
-
export class RectangularModel extends RectangularModel_base {
|
24
|
-
portLabelMarkup: {
|
25
|
-
tagName: string;
|
26
|
-
selector: string;
|
27
|
-
}[];
|
28
|
-
defaults(): object;
|
29
|
-
}
|
30
|
-
const Link_base: typeof joint.shapes.standard.Link;
|
31
|
-
export class Link extends Link_base {
|
32
|
-
defaultLabel: {
|
33
|
-
attrs: {
|
34
|
-
rect: {
|
35
|
-
fill: string;
|
36
|
-
stroke: string;
|
37
|
-
strokeWidth: number;
|
38
|
-
refWidth: number;
|
39
|
-
refHeight: number;
|
40
|
-
refX: number;
|
41
|
-
refY: number;
|
42
|
-
};
|
43
|
-
};
|
44
|
-
};
|
45
|
-
private getDataWidthCached;
|
46
|
-
static connectionPoint(line: any, view: any, magnet: any, opt: any, type: any, linkView: any): joint.g.Point;
|
47
|
-
defaults(): object;
|
48
|
-
getMarkerWidth(type: any): number;
|
49
|
-
getDataWidth(d: any): number;
|
50
|
-
}
|
51
|
-
export {};
|
52
|
-
}
|
53
|
-
export declare const NavigatorElementView: any;
|
54
|
-
export declare const NavigatorLinkView: any;
|
55
|
-
export declare const basic: typeof joint.shapes.basic;
|
56
|
-
export declare const standard: typeof joint.shapes.standard;
|
57
|
-
export declare const fsa: typeof joint.shapes.fsa;
|
58
|
-
export declare const pn: typeof joint.shapes.pn;
|
59
|
-
export declare const erd: typeof joint.shapes.erd;
|
60
|
-
export declare const uml: typeof joint.shapes.uml;
|
61
|
-
export declare const org: typeof joint.shapes.org;
|
@@ -1,36 +0,0 @@
|
|
1
|
-
/*! Rappid v3.2.0 - HTML5 Diagramming Framework
|
2
|
-
|
3
|
-
Copyright (c) 2015 client IO
|
4
|
-
|
5
|
-
2020-06-12
|
6
|
-
|
7
|
-
|
8
|
-
This Source Code Form is subject to the terms of the Rappid License
|
9
|
-
, v. 2.0. If a copy of the Rappid License was not distributed with this
|
10
|
-
file, You can obtain one at http://jointjs.com/license/rappid_v2.txt
|
11
|
-
or from the Rappid archive as was distributed by client IO. See the LICENSE file.*/
|
12
|
-
import * as joint from '@clientio/rappid';
|
13
|
-
declare namespace ThemePicker {
|
14
|
-
interface Options extends joint.mvc.ViewOptions<undefined> {
|
15
|
-
tools: Array<{
|
16
|
-
[key: string]: any;
|
17
|
-
}>;
|
18
|
-
}
|
19
|
-
interface MainView {
|
20
|
-
commandManager: joint.dia.CommandManager;
|
21
|
-
paper: joint.dia.Paper;
|
22
|
-
graph: joint.dia.Graph;
|
23
|
-
}
|
24
|
-
}
|
25
|
-
declare const ThemePicker_base: typeof joint.ui.Toolbar;
|
26
|
-
export declare class ThemePicker extends ThemePicker_base {
|
27
|
-
constructor(options: {
|
28
|
-
mainView: ThemePicker.MainView;
|
29
|
-
});
|
30
|
-
options: ThemePicker.Options;
|
31
|
-
mainView: ThemePicker.MainView;
|
32
|
-
init(): void;
|
33
|
-
onThemeSelected(option: any): void;
|
34
|
-
adjustAppToTheme(app: ThemePicker.MainView, theme: string): void;
|
35
|
-
}
|
36
|
-
export {};
|
@@ -1,7 +0,0 @@
|
|
1
|
-
import { QMSCKEditorBpmn } from "./qms-ckeditor-bpmn.model";
|
2
|
-
import { QMSCKEditorFlowchart } from "./qms-ckeditor-flowchart.model";
|
3
|
-
export declare class QMSCKEditorSaveAsTemplate {
|
4
|
-
templateType?: string;
|
5
|
-
bpmn?: QMSCKEditorBpmn;
|
6
|
-
flowchart?: QMSCKEditorFlowchart;
|
7
|
-
}
|
package/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.d.ts
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
import { OnInit } from '@angular/core';
|
2
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
3
|
-
import { TranslateLibraryService } from '../../../services/translation-registry.service';
|
4
|
-
import { QMSCKEditorBaseComponent } from '../../qms-ckeditor-base.component';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare class QMSCKEditorAboutComponent extends QMSCKEditorBaseComponent implements OnInit {
|
7
|
-
private translate;
|
8
|
-
dialogRef: MatDialogRef<QMSCKEditorAboutComponent>;
|
9
|
-
data: string;
|
10
|
-
LANG: any;
|
11
|
-
currentVersion: string;
|
12
|
-
currentYear: number;
|
13
|
-
constructor(translate: TranslateLibraryService, dialogRef: MatDialogRef<QMSCKEditorAboutComponent>, data: string);
|
14
|
-
ngOnInit(): void;
|
15
|
-
onCloseDialog(): void;
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QMSCKEditorAboutComponent, never>;
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QMSCKEditorAboutComponent, "app-about-ckeditor", never, {}, {}, never, never>;
|
18
|
-
}
|
@@ -1,44 +0,0 @@
|
|
1
|
-
import { AfterViewInit, ElementRef, OnInit } from "@angular/core";
|
2
|
-
import { MatDialog, MatDialogRef } from "@angular/material/dialog";
|
3
|
-
import { TranslateLibraryService } from "../../../services/translation-registry.service";
|
4
|
-
import RappidService from '../../common/flowchart/service/kitchensink-service';
|
5
|
-
import { QMSCKEditorFlowchartTemplate } from "../../common/models/qms-ckeditor-flowchart-template.model";
|
6
|
-
import { QMSCKEditorFlowchart } from "../../common/models/qms-ckeditor-flowchart.model";
|
7
|
-
import { QMSCKEditorBaseComponent } from "../../qms-ckeditor-base.component";
|
8
|
-
import { QMSCKEditorFlowchartService } from "../../services/qms-ckeditor-flowchart.service";
|
9
|
-
import * as i0 from "@angular/core";
|
10
|
-
export declare class QMSCKEditorFlowchartComponent extends QMSCKEditorBaseComponent implements OnInit, AfterViewInit {
|
11
|
-
private dialog;
|
12
|
-
private element;
|
13
|
-
private translate;
|
14
|
-
private flowchartService;
|
15
|
-
dialogRef: MatDialogRef<QMSCKEditorFlowchartComponent>;
|
16
|
-
data: string;
|
17
|
-
LANG: any;
|
18
|
-
jsonContent: string;
|
19
|
-
rappid: RappidService;
|
20
|
-
id: string;
|
21
|
-
flowchart: QMSCKEditorFlowchart;
|
22
|
-
flowchartTemplates: QMSCKEditorFlowchartTemplate[];
|
23
|
-
toolbarConfig: any;
|
24
|
-
constructor(dialog: MatDialog, element: ElementRef, translate: TranslateLibraryService, flowchartService: QMSCKEditorFlowchartService, dialogRef: MatDialogRef<QMSCKEditorFlowchartComponent>, data: string);
|
25
|
-
onMessage(event: any): void;
|
26
|
-
ngOnInit(): Promise<void>;
|
27
|
-
ngAfterViewInit(): Promise<void>;
|
28
|
-
getJsonContent(id: string): Promise<string>;
|
29
|
-
getTemplates(): Promise<QMSCKEditorFlowchartTemplate[]>;
|
30
|
-
initializeTemplates(templates: QMSCKEditorFlowchartTemplate[]): void;
|
31
|
-
addItem2Template(template?: QMSCKEditorFlowchartTemplate): void;
|
32
|
-
removeSelectedValue(flowChartId?: string): void;
|
33
|
-
setDefaultSelectedValue(): void;
|
34
|
-
saveImageContent(): Promise<unknown>;
|
35
|
-
onInsertImage(): Promise<void>;
|
36
|
-
onChangeTemplate(): void;
|
37
|
-
onDeleteTemplate(title: string, content: string): void;
|
38
|
-
onSaveAsTemplate(): void;
|
39
|
-
onResetTemplate(): void;
|
40
|
-
showInfoMessage(title: string, content: string): void;
|
41
|
-
onCloseDialog(): void;
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QMSCKEditorFlowchartComponent, never>;
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QMSCKEditorFlowchartComponent, "qms-flowchart", never, {}, {}, never, never>;
|
44
|
-
}
|
@@ -1,13 +0,0 @@
|
|
1
|
-
import { Observable } from 'rxjs';
|
2
|
-
import { QMSCKEditorFlowchartTemplate } from '../common/models/qms-ckeditor-flowchart-template.model';
|
3
|
-
import { QMSCKEditorFlowchart } from '../common/models/qms-ckeditor-flowchart.model';
|
4
|
-
import { QMSCKEditorBaseService } from './qms-ckeditor-base.service';
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
export declare class QMSCKEditorFlowchartService extends QMSCKEditorBaseService {
|
7
|
-
flowchartModifying(flowchart: QMSCKEditorFlowchart): Observable<string>;
|
8
|
-
getFlowchartById(id: string): Observable<QMSCKEditorFlowchart>;
|
9
|
-
flowchartGetTemplates(): Observable<QMSCKEditorFlowchartTemplate[]>;
|
10
|
-
flowchartDeleteTemplate(id: string): Observable<boolean>;
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<QMSCKEditorFlowchartService, never>;
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<QMSCKEditorFlowchartService>;
|
13
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
<svg width='68' height='64' xmlns='http://www.w3.org/2000/svg'><g fill='none' fill-rule='evenodd'><path d='M43.71 11.025a11.508 11.508 0 0 0-1.213 5.159c0 6.42 5.244 11.625 11.713 11.625.083 0 .167 0 .25-.002v16.282a5.464 5.464 0 0 1-2.756 4.739L30.986 60.7a5.548 5.548 0 0 1-5.512 0L4.756 48.828A5.464 5.464 0 0 1 2 44.089V20.344c0-1.955 1.05-3.76 2.756-4.738L25.474 3.733a5.548 5.548 0 0 1 5.512 0l12.724 7.292z' fill='#FFF'/><path d='M45.684 8.79a12.604 12.604 0 0 0-1.329 5.65c0 7.032 5.744 12.733 12.829 12.733.091 0 .183-.001.274-.003v17.834a5.987 5.987 0 0 1-3.019 5.19L31.747 63.196a6.076 6.076 0 0 1-6.037 0L3.02 50.193A5.984 5.984 0 0 1 0 45.003V18.997c0-2.14 1.15-4.119 3.019-5.19L25.71.804a6.076 6.076 0 0 1 6.037 0L45.684 8.79zm-29.44 11.89c-.834 0-1.51.671-1.51 1.498v.715c0 .828.676 1.498 1.51 1.498h25.489c.833 0 1.51-.67 1.51-1.498v-.715c0-.827-.677-1.498-1.51-1.498h-25.49.001zm0 9.227c-.834 0-1.51.671-1.51 1.498v.715c0 .828.676 1.498 1.51 1.498h18.479c.833 0 1.509-.67 1.509-1.498v-.715c0-.827-.676-1.498-1.51-1.498H16.244zm0 9.227c-.834 0-1.51.671-1.51 1.498v.715c0 .828.676 1.498 1.51 1.498h25.489c.833 0 1.51-.67 1.51-1.498v-.715c0-.827-.677-1.498-1.51-1.498h-25.49.001zm41.191-14.459c-5.835 0-10.565-4.695-10.565-10.486 0-5.792 4.73-10.487 10.565-10.487C63.27 3.703 68 8.398 68 14.19c0 5.791-4.73 10.486-10.565 10.486v-.001z' fill='#1EBC61' fill-rule='nonzero'/><path d='M60.857 15.995c0-.467-.084-.875-.251-1.225a2.547 2.547 0 0 0-.686-.88 2.888 2.888 0 0 0-1.026-.531 4.418 4.418 0 0 0-1.259-.175c-.134 0-.283.006-.447.018-.15.01-.3.034-.446.07l.075-1.4h3.587v-1.8h-5.462l-.214 5.06c.319-.116.682-.21 1.089-.28.406-.071.77-.107 1.088-.107.218 0 .437.021.655.063.218.041.413.114.585.218s.313.244.422.419c.109.175.163.391.163.65 0 .424-.132.745-.396.961a1.434 1.434 0 0 1-.938.325c-.352 0-.656-.1-.912-.3-.256-.2-.43-.453-.523-.762l-1.925.588c.1.35.258.664.472.943.214.279.47.514.767.706.298.191.63.339.995.443.365.104.749.156 1.151.156.437 0 .86-.064 1.272-.193.41-.13.778-.323 1.1-.581a2.8 2.8 0 0 0 .775-.981c.193-.396.29-.864.29-1.405h-.001z' fill='#FFF' fill-rule='nonzero'/></g></svg>
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,92 +0,0 @@
|
|
1
|
-
Copyright (c) 2013, Juan Pablo del Peral (juan@huertatipografica.com.ar), with Reserved Font Names 'Alegreya Sans'
|
2
|
-
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
3
|
-
This license is copied below, and is also available with a FAQ at:
|
4
|
-
http://scripts.sil.org/OFL
|
5
|
-
|
6
|
-
|
7
|
-
-----------------------------------------------------------
|
8
|
-
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
9
|
-
-----------------------------------------------------------
|
10
|
-
|
11
|
-
PREAMBLE
|
12
|
-
The goals of the Open Font License (OFL) are to stimulate worldwide
|
13
|
-
development of collaborative font projects, to support the font creation
|
14
|
-
efforts of academic and linguistic communities, and to provide a free and
|
15
|
-
open framework in which fonts may be shared and improved in partnership
|
16
|
-
with others.
|
17
|
-
|
18
|
-
The OFL allows the licensed fonts to be used, studied, modified and
|
19
|
-
redistributed freely as long as they are not sold by themselves. The
|
20
|
-
fonts, including any derivative works, can be bundled, embedded,
|
21
|
-
redistributed and/or sold with any software provided that any reserved
|
22
|
-
names are not used by derivative works. The fonts and derivatives,
|
23
|
-
however, cannot be released under any other type of license. The
|
24
|
-
requirement for fonts to remain under this license does not apply
|
25
|
-
to any document created using the fonts or their derivatives.
|
26
|
-
|
27
|
-
DEFINITIONS
|
28
|
-
"Font Software" refers to the set of files released by the Copyright
|
29
|
-
Holder(s) under this license and clearly marked as such. This may
|
30
|
-
include source files, build scripts and documentation.
|
31
|
-
|
32
|
-
"Reserved Font Name" refers to any names specified as such after the
|
33
|
-
copyright statement(s).
|
34
|
-
|
35
|
-
"Original Version" refers to the collection of Font Software components as
|
36
|
-
distributed by the Copyright Holder(s).
|
37
|
-
|
38
|
-
"Modified Version" refers to any derivative made by adding to, deleting,
|
39
|
-
or substituting -- in part or in whole -- any of the components of the
|
40
|
-
Original Version, by changing formats or by porting the Font Software to a
|
41
|
-
new environment.
|
42
|
-
|
43
|
-
"Author" refers to any designer, engineer, programmer, technical
|
44
|
-
writer or other person who contributed to the Font Software.
|
45
|
-
|
46
|
-
PERMISSION & CONDITIONS
|
47
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
48
|
-
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
49
|
-
redistribute, and sell modified and unmodified copies of the Font
|
50
|
-
Software, subject to the following conditions:
|
51
|
-
|
52
|
-
1) Neither the Font Software nor any of its individual components,
|
53
|
-
in Original or Modified Versions, may be sold by itself.
|
54
|
-
|
55
|
-
2) Original or Modified Versions of the Font Software may be bundled,
|
56
|
-
redistributed and/or sold with any software, provided that each copy
|
57
|
-
contains the above copyright notice and this license. These can be
|
58
|
-
included either as stand-alone text files, human-readable headers or
|
59
|
-
in the appropriate machine-readable metadata fields within text or
|
60
|
-
binary files as long as those fields can be easily viewed by the user.
|
61
|
-
|
62
|
-
3) No Modified Version of the Font Software may use the Reserved Font
|
63
|
-
Name(s) unless explicit written permission is granted by the corresponding
|
64
|
-
Copyright Holder. This restriction only applies to the primary font name as
|
65
|
-
presented to the users.
|
66
|
-
|
67
|
-
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
68
|
-
Software shall not be used to promote, endorse or advertise any
|
69
|
-
Modified Version, except to acknowledge the contribution(s) of the
|
70
|
-
Copyright Holder(s) and the Author(s) or with their explicit written
|
71
|
-
permission.
|
72
|
-
|
73
|
-
5) The Font Software, modified or unmodified, in part or in whole,
|
74
|
-
must be distributed entirely under this license, and must not be
|
75
|
-
distributed under any other license. The requirement for fonts to
|
76
|
-
remain under this license does not apply to any document created
|
77
|
-
using the Font Software.
|
78
|
-
|
79
|
-
TERMINATION
|
80
|
-
This license becomes null and void if any of the above conditions are
|
81
|
-
not met.
|
82
|
-
|
83
|
-
DISCLAIMER
|
84
|
-
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
85
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
86
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
87
|
-
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
88
|
-
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
89
|
-
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
90
|
-
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
91
|
-
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
92
|
-
OTHER DEALINGS IN THE FONT SOFTWARE.
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,93 +0,0 @@
|
|
1
|
-
Copyright (c) 2011, Dan Sayers (i@iotic.com),
|
2
|
-
with Reserved Font Name 'Averia' and 'Averia Libre'.
|
3
|
-
This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
4
|
-
This license is copied below, and is also available with a FAQ at:
|
5
|
-
http://scripts.sil.org/OFL
|
6
|
-
|
7
|
-
|
8
|
-
-----------------------------------------------------------
|
9
|
-
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
10
|
-
-----------------------------------------------------------
|
11
|
-
|
12
|
-
PREAMBLE
|
13
|
-
The goals of the Open Font License (OFL) are to stimulate worldwide
|
14
|
-
development of collaborative font projects, to support the font creation
|
15
|
-
efforts of academic and linguistic communities, and to provide a free and
|
16
|
-
open framework in which fonts may be shared and improved in partnership
|
17
|
-
with others.
|
18
|
-
|
19
|
-
The OFL allows the licensed fonts to be used, studied, modified and
|
20
|
-
redistributed freely as long as they are not sold by themselves. The
|
21
|
-
fonts, including any derivative works, can be bundled, embedded,
|
22
|
-
redistributed and/or sold with any software provided that any reserved
|
23
|
-
names are not used by derivative works. The fonts and derivatives,
|
24
|
-
however, cannot be released under any other type of license. The
|
25
|
-
requirement for fonts to remain under this license does not apply
|
26
|
-
to any document created using the fonts or their derivatives.
|
27
|
-
|
28
|
-
DEFINITIONS
|
29
|
-
"Font Software" refers to the set of files released by the Copyright
|
30
|
-
Holder(s) under this license and clearly marked as such. This may
|
31
|
-
include source files, build scripts and documentation.
|
32
|
-
|
33
|
-
"Reserved Font Name" refers to any names specified as such after the
|
34
|
-
copyright statement(s).
|
35
|
-
|
36
|
-
"Original Version" refers to the collection of Font Software components as
|
37
|
-
distributed by the Copyright Holder(s).
|
38
|
-
|
39
|
-
"Modified Version" refers to any derivative made by adding to, deleting,
|
40
|
-
or substituting -- in part or in whole -- any of the components of the
|
41
|
-
Original Version, by changing formats or by porting the Font Software to a
|
42
|
-
new environment.
|
43
|
-
|
44
|
-
"Author" refers to any designer, engineer, programmer, technical
|
45
|
-
writer or other person who contributed to the Font Software.
|
46
|
-
|
47
|
-
PERMISSION & CONDITIONS
|
48
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
49
|
-
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
50
|
-
redistribute, and sell modified and unmodified copies of the Font
|
51
|
-
Software, subject to the following conditions:
|
52
|
-
|
53
|
-
1) Neither the Font Software nor any of its individual components,
|
54
|
-
in Original or Modified Versions, may be sold by itself.
|
55
|
-
|
56
|
-
2) Original or Modified Versions of the Font Software may be bundled,
|
57
|
-
redistributed and/or sold with any software, provided that each copy
|
58
|
-
contains the above copyright notice and this license. These can be
|
59
|
-
included either as stand-alone text files, human-readable headers or
|
60
|
-
in the appropriate machine-readable metadata fields within text or
|
61
|
-
binary files as long as those fields can be easily viewed by the user.
|
62
|
-
|
63
|
-
3) No Modified Version of the Font Software may use the Reserved Font
|
64
|
-
Name(s) unless explicit written permission is granted by the corresponding
|
65
|
-
Copyright Holder. This restriction only applies to the primary font name as
|
66
|
-
presented to the users.
|
67
|
-
|
68
|
-
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
69
|
-
Software shall not be used to promote, endorse or advertise any
|
70
|
-
Modified Version, except to acknowledge the contribution(s) of the
|
71
|
-
Copyright Holder(s) and the Author(s) or with their explicit written
|
72
|
-
permission.
|
73
|
-
|
74
|
-
5) The Font Software, modified or unmodified, in part or in whole,
|
75
|
-
must be distributed entirely under this license, and must not be
|
76
|
-
distributed under any other license. The requirement for fonts to
|
77
|
-
remain under this license does not apply to any document created
|
78
|
-
using the Font Software.
|
79
|
-
|
80
|
-
TERMINATION
|
81
|
-
This license becomes null and void if any of the above conditions are
|
82
|
-
not met.
|
83
|
-
|
84
|
-
DISCLAIMER
|
85
|
-
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
86
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
87
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
88
|
-
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
89
|
-
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
90
|
-
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
91
|
-
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
92
|
-
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
93
|
-
OTHER DEALINGS IN THE FONT SOFTWARE.
|