qms-angular 1.0.50 → 1.0.54
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 +19558 -11339
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/app-icon/app-icon.module.js +29 -16
- package/esm2015/lib/components/app-icon/icon-registry.service.js +9 -7
- package/esm2015/lib/components/badges/index.js +2 -0
- package/esm2015/lib/components/badges/models/qms-badges.model.js +13 -0
- package/esm2015/lib/components/badges/public_api.js +3 -0
- package/esm2015/lib/components/badges/qms-badges.component.js +38 -0
- package/esm2015/lib/components/badges/qms-badges.module.js +41 -0
- package/esm2015/lib/components/banner/qms-banner/qms-banner.component.js +28 -16
- package/esm2015/lib/components/banner/qms-banner/qms-banner.module.js +36 -19
- package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.js +28 -16
- package/esm2015/lib/components/banner/qms-banner-confirm/qms-banner-confirm.module.js +36 -19
- package/esm2015/lib/components/banner/qms-banner-loading/qms-banner-loading.component.js +19 -13
- package/esm2015/lib/components/banner/qms-banner-loading/qms-banner-loading.module.js +30 -17
- package/esm2015/lib/components/breadcrumb/breadcrumb-direction-icon.directive.js +11 -10
- package/esm2015/lib/components/breadcrumb/breadcrumb-item.directive.js +20 -17
- package/esm2015/lib/components/breadcrumb/breadcrumb.js +40 -28
- package/esm2015/lib/components/breadcrumb/breadcrumb.module.js +50 -26
- package/esm2015/lib/components/button/button-toggle.js +120 -85
- package/esm2015/lib/components/button/button.js +86 -78
- package/esm2015/lib/components/button/button.module.js +51 -27
- package/esm2015/lib/components/comment/comment.js +29 -18
- package/esm2015/lib/components/dialog/dialog.js +38 -28
- package/esm2015/lib/components/edit-file-name-dialog/edit-file-name-dialog.js +24 -16
- package/esm2015/lib/components/edit-file-name-dialog/edit-file-name-dialog.module.js +71 -31
- package/esm2015/lib/components/list/list.js +101 -89
- package/esm2015/lib/components/list/list.module.js +94 -50
- package/esm2015/lib/components/qms-app-bar/qms-app-bar.component.js +55 -29
- package/esm2015/lib/components/qms-app-bar/qms-app-bar.module.js +39 -20
- package/esm2015/lib/components/qms-stepper/qms-stepper.component.js +32 -22
- package/esm2015/lib/components/qms-stepper/qms-stepper.module.js +35 -25
- package/esm2015/lib/components/related/content/related-content.component.js +19 -12
- package/esm2015/lib/components/related/list-other-related/list-related.component.js +29 -25
- package/esm2015/lib/components/related/popup/related-popup.component.js +50 -33
- package/esm2015/lib/components/related/related.module.js +97 -44
- package/esm2015/lib/components/related/risk/analysis/analysis.component.js +23 -17
- package/esm2015/lib/components/related/risk/list/list.component.js +22 -18
- package/esm2015/lib/components/related/risk/result/result.component.js +23 -16
- package/esm2015/lib/components/related/service/related-global.service.js +7 -6
- package/esm2015/lib/components/related/sidenav/sidenav.component.js +21 -12
- package/esm2015/lib/components/related/tree/tree.component.js +54 -41
- package/esm2015/lib/components/reports/qms-report-content-portrait/qms-report-content-portrait.component.js +22 -18
- package/esm2015/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.js +22 -18
- package/esm2015/lib/components/reports/qms-reports.module.js +29 -20
- package/esm2015/lib/components/rich-text/rich-text.js +47 -32
- package/esm2015/lib/components/rich-text/rich-text.module.js +35 -21
- package/esm2015/lib/components/select-dialog/select-dialog.js +31 -16
- package/esm2015/lib/components/suffix-field/suffix-field.directive.js +22 -21
- package/esm2015/lib/components/table/table-action.js +31 -31
- package/esm2015/lib/components/table/table.module.js +37 -21
- package/esm2015/lib/components/test-only/test-only.component.js +14 -11
- package/esm2015/lib/components/tooltip/tooltip.js +24 -19
- package/esm2015/lib/components/tooltip/tooltip.module.js +38 -20
- package/esm2015/lib/components/upload-file-error-dialog/upload-file-error-dialog.js +22 -16
- package/esm2015/lib/components/upload-file-error-dialog/upload-file-error-dialog.module.js +71 -31
- 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 +11 -10
- package/esm2015/lib/directives/chip-input/chip-input-select-dropdown.directive.js +11 -10
- package/esm2015/lib/directives/chip-input/chip-input-select-field.directive.js +17 -14
- package/esm2015/lib/directives/chip-input/chip-input-select-trigger.directive.js +14 -13
- package/esm2015/lib/directives/chips/chip-body.directive.js +11 -10
- package/esm2015/lib/directives/chips/chip.directive.js +13 -13
- package/esm2015/lib/directives/dropdown-menu/dropdown-item.directive.js +16 -14
- package/esm2015/lib/directives/file-upload/file-upload-attachment-list.directive.js +11 -10
- package/esm2015/lib/directives/file-upload/file-upload-display.directive.js +19 -16
- package/esm2015/lib/directives/file-upload/file-upload-multiple-display.directive.js +16 -14
- package/esm2015/lib/directives/file-upload/file-upload-multiple-selector.directive.js +26 -20
- package/esm2015/lib/directives/file-upload/file-upload-multiple.directive.js +19 -15
- package/esm2015/lib/directives/file-upload/file-upload-scrollable-attachment-list.directive.js +11 -10
- package/esm2015/lib/directives/file-upload/file-upload-selector.directive.js +25 -18
- package/esm2015/lib/directives/file-upload/file-upload.directive.js +24 -20
- package/esm2015/lib/directives/form.directive.js +48 -51
- package/esm2015/lib/directives/margin.directive.js +15 -14
- package/esm2015/lib/directives/range-slider/range-slider-lockup.directive.js +11 -10
- package/esm2015/lib/directives/range-slider/range-slider.directive.js +17 -14
- package/esm2015/lib/directives/scroll-selected/scroll-to-selected.directive.js +16 -15
- package/esm2015/lib/directives/scrollbar/scrollbar.directive.js +13 -13
- package/esm2015/lib/directives/search-field.directive.js +21 -22
- package/esm2015/lib/directives/side-sheet/drawer-content.directive.js +11 -10
- package/esm2015/lib/directives/side-sheet/drawer-header-action.directive.js +11 -10
- package/esm2015/lib/directives/side-sheet/drawer-header.directive.js +11 -10
- package/esm2015/lib/directives/side-sheet/drawer.directive.js +11 -10
- package/esm2015/lib/directives/tab/tab-group-advanced.directive.js +15 -14
- package/esm2015/lib/directives/tab/tab-group.directive.js +11 -10
- package/esm2015/lib/directives/tab/tab-label.directive.js +11 -10
- package/esm2015/lib/directives/text-block/text-block-line.directive.js +20 -16
- package/esm2015/lib/directives/text-block/text-block.directive.js +17 -14
- package/esm2015/lib/directives/tooltip/tooltip-image.directive.js +14 -13
- package/esm2015/lib/directives/tooltip/tooltip-renderer.directive.js +35 -22
- package/esm2015/lib/material-module.js +35 -16
- package/esm2015/lib/model/en.js +35 -4
- package/esm2015/lib/model/no.js +34 -3
- package/esm2015/lib/pipe/dateFormat.pipe.js +11 -10
- package/esm2015/lib/qms-angular.component.js +13 -11
- package/esm2015/lib/qms-angular.module.js +232 -121
- package/esm2015/lib/qms-angular.service.js +9 -8
- package/esm2015/lib/qms-ckeditor-components/common/bpmn/toolbar.function.js +32 -12
- package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorEvent.constant.js +5 -1
- package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorFlowchart.const.js +10 -1
- package/esm2015/lib/qms-ckeditor-components/common/constants/ckeditorLink.constant.js +7 -0
- package/esm2015/lib/qms-ckeditor-components/common/enums/document-type.enum.js +2 -1
- package/esm2015/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.js +8 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/sample/sample-graphs.js +16 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/halo-service.js +105 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/inspector-service.js +3762 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.js +68 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.js +372 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/stencil-service.js +1041 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/service/toolbar-service.js +326 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/shapes/app-shapes.js +318 -0
- package/esm2015/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.js +80 -0
- package/esm2015/lib/qms-ckeditor-components/common/functions/common.function.js +2 -2
- package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart-template.model.js +9 -0
- package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart.model.js +9 -0
- package/esm2015/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.js +3 -0
- package/esm2015/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.js +23 -16
- package/esm2015/lib/qms-ckeditor-components/common/module/tree/qms-ckeditor-tree.component.js +34 -19
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.js +43 -0
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.js +577 -53
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.js +69 -35
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.js +322 -0
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-fullscreen/qms-ckeditor-fullscreen.component.js +12 -8
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.js +39 -30
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.js +22 -18
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.js +29 -20
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.js +22 -18
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.js +35 -23
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.js +30 -20
- package/esm2015/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.js +27 -18
- package/esm2015/lib/qms-ckeditor-components/models/qms-ckeditor-bpmn-data.model.js +8 -0
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor-base.component.js +7 -4
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.component.js +118 -44
- package/esm2015/lib/qms-ckeditor-components/qms-ckeditor.module.js +131 -55
- 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 +66 -26
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-flowchart.service.js +26 -0
- package/esm2015/lib/qms-ckeditor-components/services/qms-ckeditor-global.service.js +9 -8
- 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 +9 -8
- package/esm2015/lib/shared.module.js +9 -4
- package/esm2015/public-api.js +17 -1
- package/esm2015/qms-angular.js +1 -9
- package/fesm2015/qms-angular.js +10820 -2740
- package/fesm2015/qms-angular.js.map +1 -1
- package/lib/components/app-icon/app-icon.module.d.ts +7 -0
- package/lib/components/app-icon/icon-registry.service.d.ts +3 -0
- package/lib/components/badges/index.d.ts +1 -0
- package/lib/components/badges/models/qms-badges.model.d.ts +10 -0
- package/lib/components/badges/public_api.d.ts +2 -0
- package/lib/components/badges/qms-badges.component.d.ts +15 -0
- package/lib/components/badges/qms-badges.module.d.ts +11 -0
- package/lib/components/banner/qms-banner/qms-banner.component.d.ts +3 -0
- package/lib/components/banner/qms-banner/qms-banner.module.d.ts +10 -0
- package/lib/components/banner/qms-banner-confirm/qms-banner-confirm.component.d.ts +3 -0
- package/lib/components/banner/qms-banner-confirm/qms-banner-confirm.module.d.ts +10 -0
- package/lib/components/banner/qms-banner-loading/qms-banner-loading.component.d.ts +3 -0
- package/lib/components/banner/qms-banner-loading/qms-banner-loading.module.d.ts +8 -0
- package/lib/components/breadcrumb/breadcrumb-direction-icon.directive.d.ts +3 -0
- package/lib/components/breadcrumb/breadcrumb-item.directive.d.ts +3 -0
- package/lib/components/breadcrumb/breadcrumb.d.ts +3 -0
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +13 -0
- package/lib/components/button/button-toggle.d.ts +5 -0
- package/lib/components/button/button.d.ts +7 -0
- package/lib/components/button/button.module.d.ts +9 -0
- package/lib/components/comment/comment.d.ts +3 -0
- package/lib/components/dialog/dialog.d.ts +5 -0
- package/lib/components/edit-file-name-dialog/edit-file-name-dialog.d.ts +3 -0
- package/lib/components/edit-file-name-dialog/edit-file-name-dialog.module.d.ts +16 -0
- package/lib/components/list/list.d.ts +15 -0
- package/lib/components/list/list.module.d.ts +11 -0
- package/lib/components/qms-app-bar/qms-app-bar.component.d.ts +3 -0
- package/lib/components/qms-app-bar/qms-app-bar.module.d.ts +12 -0
- package/lib/components/qms-stepper/qms-stepper.component.d.ts +3 -0
- package/lib/components/qms-stepper/qms-stepper.module.d.ts +8 -0
- package/lib/components/related/content/related-content.component.d.ts +3 -0
- package/lib/components/related/list-other-related/list-related.component.d.ts +3 -0
- package/lib/components/related/popup/related-popup.component.d.ts +3 -0
- package/lib/components/related/related.module.d.ts +29 -0
- package/lib/components/related/risk/analysis/analysis.component.d.ts +3 -0
- package/lib/components/related/risk/list/list.component.d.ts +3 -0
- package/lib/components/related/risk/result/result.component.d.ts +3 -0
- package/lib/components/related/service/related-global.service.d.ts +3 -0
- package/lib/components/related/sidenav/sidenav.component.d.ts +3 -0
- package/lib/components/related/tree/tree.component.d.ts +3 -0
- package/lib/components/reports/qms-report-content-portrait/qms-report-content-portrait.component.d.ts +3 -0
- package/lib/components/reports/qms-report-cover-portrait/qms-report-cover-portrait.component.d.ts +3 -0
- package/lib/components/reports/qms-reports.module.d.ts +7 -0
- package/lib/components/rich-text/rich-text.d.ts +3 -0
- package/lib/components/rich-text/rich-text.module.d.ts +8 -0
- package/lib/components/select-dialog/select-dialog.d.ts +3 -0
- package/lib/components/suffix-field/suffix-field.directive.d.ts +5 -0
- package/lib/components/table/table-action.d.ts +5 -0
- package/lib/components/table/table.module.d.ts +8 -0
- package/lib/components/test-only/test-only.component.d.ts +3 -0
- package/lib/components/tooltip/tooltip.d.ts +3 -0
- package/lib/components/tooltip/tooltip.module.d.ts +9 -0
- package/lib/components/upload-file-error-dialog/upload-file-error-dialog.d.ts +3 -0
- package/lib/components/upload-file-error-dialog/upload-file-error-dialog.module.d.ts +16 -0
- package/lib/directives/chip-input/chip-input-chip-list.directive.d.ts +3 -0
- package/lib/directives/chip-input/chip-input-field.directive.d.ts +3 -0
- package/lib/directives/chip-input/chip-input-select-dropdown.directive.d.ts +3 -0
- package/lib/directives/chip-input/chip-input-select-field.directive.d.ts +3 -0
- package/lib/directives/chip-input/chip-input-select-trigger.directive.d.ts +3 -0
- package/lib/directives/chips/chip-body.directive.d.ts +3 -0
- package/lib/directives/chips/chip.directive.d.ts +3 -0
- package/lib/directives/dropdown-menu/dropdown-item.directive.d.ts +3 -0
- package/lib/directives/file-upload/file-upload-attachment-list.directive.d.ts +3 -0
- package/lib/directives/file-upload/file-upload-display.directive.d.ts +3 -0
- package/lib/directives/file-upload/file-upload-multiple-display.directive.d.ts +3 -0
- package/lib/directives/file-upload/file-upload-multiple-selector.directive.d.ts +3 -0
- package/lib/directives/file-upload/file-upload-multiple.directive.d.ts +3 -0
- package/lib/directives/file-upload/file-upload-scrollable-attachment-list.directive.d.ts +3 -0
- package/lib/directives/file-upload/file-upload-selector.directive.d.ts +3 -0
- package/lib/directives/file-upload/file-upload.directive.d.ts +5 -0
- package/lib/directives/form.directive.d.ts +11 -0
- package/lib/directives/margin.directive.d.ts +3 -0
- package/lib/directives/range-slider/range-slider-lockup.directive.d.ts +3 -0
- package/lib/directives/range-slider/range-slider.directive.d.ts +3 -0
- package/lib/directives/scroll-selected/scroll-to-selected.directive.d.ts +3 -0
- package/lib/directives/scrollbar/scrollbar.directive.d.ts +3 -0
- package/lib/directives/search-field.directive.d.ts +5 -0
- package/lib/directives/side-sheet/drawer-content.directive.d.ts +3 -0
- package/lib/directives/side-sheet/drawer-header-action.directive.d.ts +3 -0
- package/lib/directives/side-sheet/drawer-header.directive.d.ts +3 -0
- package/lib/directives/side-sheet/drawer.directive.d.ts +3 -0
- package/lib/directives/tab/tab-group-advanced.directive.d.ts +3 -0
- package/lib/directives/tab/tab-group.directive.d.ts +3 -0
- package/lib/directives/tab/tab-label.directive.d.ts +3 -0
- package/lib/directives/text-block/text-block-line.directive.d.ts +3 -0
- package/lib/directives/text-block/text-block.directive.d.ts +3 -0
- package/lib/directives/tooltip/tooltip-image.directive.d.ts +3 -0
- package/lib/directives/tooltip/tooltip-renderer.directive.d.ts +3 -0
- package/lib/material-module.d.ts +12 -0
- package/lib/model/en.d.ts +31 -0
- package/lib/model/no.d.ts +31 -0
- package/lib/pipe/dateFormat.pipe.d.ts +3 -0
- package/lib/qms-angular.component.d.ts +3 -0
- package/lib/qms-angular.module.d.ts +49 -0
- package/lib/qms-angular.service.d.ts +3 -0
- package/lib/qms-ckeditor-components/common/bpmn/toolbar.function.d.ts +2 -2
- package/lib/qms-ckeditor-components/common/constants/ckeditorEvent.constant.d.ts +4 -0
- package/lib/qms-ckeditor-components/common/constants/ckeditorFlowchart.const.d.ts +9 -0
- package/lib/qms-ckeditor-components/common/constants/ckeditorLink.constant.d.ts +6 -0
- package/lib/qms-ckeditor-components/common/enums/document-type.enum.d.ts +1 -0
- package/lib/qms-ckeditor-components/common/enums/shape-flow-chart-connection-type.d.ts +6 -0
- package/lib/qms-ckeditor-components/common/flowchart/sample/sample-graphs.d.ts +14 -0
- package/lib/qms-ckeditor-components/common/flowchart/service/halo-service.d.ts +48 -0
- package/lib/qms-ckeditor-components/common/flowchart/service/inspector-service.d.ts +18 -0
- package/lib/qms-ckeditor-components/common/flowchart/service/keyboard-service.d.ts +17 -0
- package/lib/qms-ckeditor-components/common/flowchart/service/kitchensink-service.d.ts +62 -0
- package/lib/qms-ckeditor-components/common/flowchart/service/stencil-service.d.ts +1183 -0
- package/lib/qms-ckeditor-components/common/flowchart/service/toolbar-service.d.ts +216 -0
- package/lib/qms-ckeditor-components/common/flowchart/shapes/app-shapes.d.ts +61 -0
- package/lib/qms-ckeditor-components/common/flowchart/themes/theme-picker.d.ts +36 -0
- package/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart-template.model.d.ts +7 -0
- package/lib/qms-ckeditor-components/common/models/qms-ckeditor-flowchart.model.d.ts +7 -0
- package/lib/qms-ckeditor-components/common/models/qms-ckeditor-save-as-template.model.d.ts +7 -0
- package/lib/qms-ckeditor-components/common/module/confirm/qms-ckeditor-confirm.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/common/module/tree/qms-ckeditor-tree.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.d.ts +18 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.d.ts +88 -4
- package/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/save-template/save-template.component.d.ts +11 -2
- package/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.d.ts +44 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-fullscreen/qms-ckeditor-fullscreen.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-imagemap/qms-ckeditor-imagemap.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-link/attachments/link-attachment.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-link/qms-ckeditor-link.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-load-template/qms-ckeditor-load-template.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-relation/qmsckeditor-related.component.d.ts +4 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-template/qms-ckeditor-template.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/components/qms-ckeditor-tooltip/qms-ckeditor-tooltip.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/models/qms-ckeditor-bpmn-data.model.d.ts +7 -0
- package/lib/qms-ckeditor-components/qms-ckeditor-base.component.d.ts +3 -0
- package/lib/qms-ckeditor-components/qms-ckeditor.component.d.ts +8 -0
- package/lib/qms-ckeditor-components/qms-ckeditor.module.d.ts +44 -0
- package/lib/qms-ckeditor-components/services/qms-ckeditor-base.service.d.ts +3 -0
- package/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn-api.service.d.ts +3 -0
- package/lib/qms-ckeditor-components/services/qms-ckeditor-bpmn.service.d.ts +4 -0
- package/lib/qms-ckeditor-components/services/qms-ckeditor-flowchart.service.d.ts +13 -0
- package/lib/qms-ckeditor-components/services/qms-ckeditor-global.service.d.ts +3 -0
- package/lib/qms-ckeditor-components/services/qms-ckeditor-link.service.d.ts +3 -0
- package/lib/qms-ckeditor-components/services/qms-ckeditor-tree.service.d.ts +3 -0
- package/lib/qms-ckeditor-components/services/qms-ckedtior-template.service.d.ts +3 -0
- package/lib/services/translation-registry.service.d.ts +3 -0
- package/lib/shared.module.d.ts +4 -0
- package/lib.theme.scss +8 -0
- package/package.json +1 -2
- package/public-api.d.ts +15 -0
- package/qms-angular.d.ts +1 -8
- package/src/assets/images/ckeditor5.svg +1 -0
- 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 +92 -0
- 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 +93 -0
- package/src/assets/jointjs/fonts/Roboto_Condensed/LICENSE.txt +202 -0
- 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 +1 -0
- package/src/assets/jointjs/images/image-icon2.svg +6 -0
- package/src/assets/jointjs/images/image-icon3.svg +11 -0
- package/src/assets/jointjs/images/image-icon4.svg +8 -0
- 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 +72 -0
- 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 +50 -0
- package/src/assets/jointjs/scss/bpmn.scss +36 -35
- package/src/assets/jointjs/scss/style.dark.scss +233 -0
- package/src/assets/jointjs/scss/style.material.scss +234 -0
- package/src/assets/jointjs/scss/style.modern.scss +225 -0
- package/src/assets/jointjs/scss/style.scss +216 -0
- package/src/assets/jointjs/scss/theme-picker.scss +21 -0
- package/src/assets/qms-ckeditor-plugin/build/ckeditor.js +1 -2
- 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 +12198 -9
- package/src/assets/qms-ckeditor-plugin/package.json +1 -0
- package/src/assets/qms-ckeditor-plugin/src/ckeditor.js +22 -5
- package/src/assets/qms-ckeditor-plugin/src/dist/ckeditor.dev.js +173 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/aboutckeditor/aboutckeditor.js +28 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/bpmn/qmsCKEditorBpmnPlugin.js +24 -5
- package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorConstant.js +7 -1
- package/src/assets/qms-ckeditor-plugin/src/plugins/common/qmsCKEditorService.js +20 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/flowchart/qmsCKEditorFlowchartPlugin.js +63 -0
- 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 +47 -43
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/imagemapui.js +1 -1
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/insertimagemapcommand.js +72 -108
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/openimagemapcommand.js +58 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/resizeimagemapcommand.js +4 -3
- package/src/assets/qms-ckeditor-plugin/src/plugins/imagemap/utils.js +13 -0
- package/src/assets/qms-ckeditor-plugin/src/plugins/timestamp/timestamp.js +8 -8
- package/src/assets/qms-ckeditor-plugin/src/plugins/tooltip/tooltipui.js +23 -24
- package/src/assets/qms-ckeditor-plugin/src/themes/icons/flowchart.svg +507 -0
- package/src/assets/qms-ckeditor-plugin/src/themes/icons/information.svg +1 -50
- package/src/assets/qms-ckeditor-plugin/src/themes/icons/timestamp.svg +1 -1
- package/src/assets/qms-ckeditor-plugin/src/themes/icons/tooltip.svg +1 -0
- package/src/lib/components/badges/_qms-badges-base.scss +122 -0
- package/src/lib/components/badges/qms-badges.component.scss +89 -0
- package/src/lib/components/list/_list-base.scss +1 -0
- package/src/lib/components/list/list.scss +2 -2
- package/src/lib/components/related/popup/related-popup.component.scss +1 -1
- package/src/lib/components/related/tree/tree.component.scss +1 -1
- package/src/lib/qms-ckeditor-components/components/qms-ckeditor-about/qms-ckeditor-about.component.scss +16 -0
- package/src/lib/qms-ckeditor-components/components/qms-ckeditor-bpmn/qms-ckeditor-bpmn.component.scss +15 -1
- package/src/lib/qms-ckeditor-components/components/qms-ckeditor-flowchart/qms-ckeditor-flowchart.component.scss +5 -0
- package/src/lib/qms-ckeditor-components/styles/_layout.scss +24 -0
- package/src/lib/qms-ckeditor-components/styles/_modules.scss +8 -0
- package/src/themes/_color.scss +1 -1
- package/src/themes/_scrollbar.scss +5 -5
- package/qms-angular.metadata.json +0 -1
@@ -1,6 +1,9 @@
|
|
1
1
|
import { ElementRef, OnInit } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
2
3
|
export declare class QMSDrawerHeaderDirective implements OnInit {
|
3
4
|
private ele;
|
4
5
|
constructor(ele: ElementRef);
|
5
6
|
ngOnInit(): void;
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QMSDrawerHeaderDirective, never>;
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QMSDrawerHeaderDirective, "[qms-drawer-header]", never, {}, {}, never>;
|
6
9
|
}
|
@@ -1,6 +1,9 @@
|
|
1
1
|
import { ElementRef, OnInit } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
2
3
|
export declare class QMSDrawerDirective implements OnInit {
|
3
4
|
private ele;
|
4
5
|
constructor(ele: ElementRef);
|
5
6
|
ngOnInit(): void;
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QMSDrawerDirective, never>;
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QMSDrawerDirective, "[qms-drawer]", never, {}, {}, never>;
|
6
9
|
}
|
@@ -1,8 +1,11 @@
|
|
1
1
|
import { ElementRef, OnInit } from "@angular/core";
|
2
|
+
import * as i0 from "@angular/core";
|
2
3
|
export declare class QMSTabGroupAdvancedDirective implements OnInit {
|
3
4
|
private ele;
|
4
5
|
color: string;
|
5
6
|
type: string;
|
6
7
|
constructor(ele: ElementRef);
|
7
8
|
ngOnInit(): void;
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QMSTabGroupAdvancedDirective, never>;
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QMSTabGroupAdvancedDirective, "[qms-tab-group-advanced]", never, { "color": "color"; "type": "type"; }, {}, never>;
|
8
11
|
}
|
@@ -1,6 +1,9 @@
|
|
1
1
|
import { ElementRef, OnInit } from "@angular/core";
|
2
|
+
import * as i0 from "@angular/core";
|
2
3
|
export declare class QMSTabGroupDirective implements OnInit {
|
3
4
|
private ele;
|
4
5
|
constructor(ele: ElementRef);
|
5
6
|
ngOnInit(): void;
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QMSTabGroupDirective, never>;
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QMSTabGroupDirective, "[qms-tab-group]", never, {}, {}, never>;
|
6
9
|
}
|
@@ -1,6 +1,9 @@
|
|
1
1
|
import { ElementRef, OnInit } from "@angular/core";
|
2
|
+
import * as i0 from "@angular/core";
|
2
3
|
export declare class QMSTabLabelDirective implements OnInit {
|
3
4
|
private ele;
|
4
5
|
constructor(ele: ElementRef);
|
5
6
|
ngOnInit(): void;
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QMSTabLabelDirective, never>;
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QMSTabLabelDirective, "[qms-tab-label]", never, {}, {}, never>;
|
6
9
|
}
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { ElementRef, Renderer2 } from "@angular/core";
|
2
|
+
import * as i0 from "@angular/core";
|
2
3
|
export declare class QMSTextBlockLine {
|
3
4
|
private elRef;
|
4
5
|
private renderer;
|
@@ -7,4 +8,6 @@ export declare class QMSTextBlockLine {
|
|
7
8
|
type: string;
|
8
9
|
color: string;
|
9
10
|
ngOnInit(): void;
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QMSTextBlockLine, never>;
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QMSTextBlockLine, "[qms-text-block-line]", never, { "size": "size"; "type": "type"; "color": "color"; }, {}, never>;
|
10
13
|
}
|
@@ -1,8 +1,11 @@
|
|
1
1
|
import { ElementRef, OnInit } from '@angular/core';
|
2
|
+
import * as i0 from "@angular/core";
|
2
3
|
export declare class QMSTextBlockDirective implements OnInit {
|
3
4
|
private ele;
|
4
5
|
appearance: string;
|
5
6
|
mode: string;
|
6
7
|
constructor(ele: ElementRef);
|
7
8
|
ngOnInit(): void;
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QMSTextBlockDirective, never>;
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QMSTextBlockDirective, "[qms-text-block]", never, { "appearance": "appearance"; "mode": "mode"; }, {}, never>;
|
8
11
|
}
|
@@ -1,7 +1,10 @@
|
|
1
1
|
import { ElementRef, OnInit } from "@angular/core";
|
2
|
+
import * as i0 from "@angular/core";
|
2
3
|
export declare class QMSTooltipImageDirective implements OnInit {
|
3
4
|
private ele;
|
4
5
|
type: string;
|
5
6
|
constructor(ele: ElementRef);
|
6
7
|
ngOnInit(): void;
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QMSTooltipImageDirective, never>;
|
9
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QMSTooltipImageDirective, "[qms-tooltip-image]", never, { "type": "type"; }, {}, never>;
|
7
10
|
}
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { Overlay, OverlayPositionBuilder } from "@angular/cdk/overlay";
|
2
2
|
import { ElementRef, TemplateRef } from "@angular/core";
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare class QMSToolTipRendererDirective {
|
4
5
|
private _overlay;
|
5
6
|
private _overlayPositionBuilder;
|
@@ -43,4 +44,6 @@ export declare class QMSToolTipRendererDirective {
|
|
43
44
|
* This method will close the tooltip by detaching the component from the overlay
|
44
45
|
*/
|
45
46
|
private closeToolTip;
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QMSToolTipRendererDirective, never>;
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<QMSToolTipRendererDirective, "[qms-tool-tip]", never, { "showToolTip": "showToolTip"; "mode": "mode"; "text": "qms-tool-tip"; "contentTemplate": "contentTemplate"; "position": "position"; }, {}, never>;
|
46
49
|
}
|
package/lib/material-module.d.ts
CHANGED
@@ -1,2 +1,14 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "@angular/material/input";
|
3
|
+
import * as i2 from "@angular/material/card";
|
4
|
+
import * as i3 from "@angular/material/icon";
|
5
|
+
import * as i4 from "@angular/material/dialog";
|
6
|
+
import * as i5 from "./components/button/button.module";
|
7
|
+
import * as i6 from "@angular/material/checkbox";
|
8
|
+
import * as i7 from "@angular/material/chips";
|
9
|
+
import * as i8 from "@angular/material/button";
|
1
10
|
export declare class SharedMaterialModule {
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMaterialModule, never>;
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMaterialModule, never, never, [typeof i1.MatInputModule, typeof i2.MatCardModule, typeof i3.MatIconModule, typeof i4.MatDialogModule, typeof i5.QMSButtonModule, typeof i6.MatCheckboxModule, typeof i7.MatChipsModule, typeof i8.MatButtonModule]>;
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMaterialModule>;
|
2
14
|
}
|
package/lib/model/en.d.ts
CHANGED
@@ -52,6 +52,8 @@ export declare const en: {
|
|
52
52
|
DOCUMENTS_IN: string;
|
53
53
|
};
|
54
54
|
QMSCKEDITOR: {
|
55
|
+
ID: string;
|
56
|
+
INFORMATION: string;
|
55
57
|
REMOVE_MAP: string;
|
56
58
|
IMAGE_MAP_PROPERTIES: string;
|
57
59
|
INSERT_TOOLTIP: string;
|
@@ -123,6 +125,18 @@ export declare const en: {
|
|
123
125
|
SQUARE_DRAW: string;
|
124
126
|
INVALID_URL: string;
|
125
127
|
REQUIRED_URL: string;
|
128
|
+
CLOSE: string;
|
129
|
+
};
|
130
|
+
ABOUT: {
|
131
|
+
ABOUT_CKEDITOR: string;
|
132
|
+
CKEDITOR5_VERSION: string;
|
133
|
+
FOR_LICENSING_INFORMATION_PLEASE_VISIT_OUR_WEBSITE: string;
|
134
|
+
ALL_RIGHTS_RESERVED: string;
|
135
|
+
CHECK: string;
|
136
|
+
FOR_HELP: string;
|
137
|
+
CKEDITOR_USERS_GUIDE: string;
|
138
|
+
COPYRIGHT: string;
|
139
|
+
DOCUMENT_PROCESS: string;
|
126
140
|
};
|
127
141
|
BPMN: {
|
128
142
|
DEFAULT: string;
|
@@ -253,9 +267,26 @@ export declare const en: {
|
|
253
267
|
TEMPLATE_NAME: string;
|
254
268
|
TEMPLATE_INFO: string;
|
255
269
|
SELECT_TEMPLATE_INFORMATION: string;
|
270
|
+
CONNECTION: string;
|
271
|
+
PROPERTIES: string;
|
272
|
+
BUSINESS_PROCESS_MODEL_AND_NOTATION: string;
|
273
|
+
CONNECTED_ATTACHMENT: string;
|
274
|
+
CONNECTED_DOCUMENT_OR_PROCESS: string;
|
275
|
+
DELETE_ATTACHMENT: string;
|
276
|
+
DELETE_DOCUMENT_OR_PROCESS: string;
|
277
|
+
CHOOSE_ANCHOR_IN_TEXT_OPTIONAL: string;
|
278
|
+
RELOAD_ANCHORS: string;
|
279
|
+
RESET_TO_ORIGINAL: string;
|
280
|
+
AUTO_LAYOUT_GRAPH: string;
|
281
|
+
FULLSCREEN: string;
|
282
|
+
FLOWCHART: string;
|
283
|
+
HANDBOOK: string;
|
256
284
|
};
|
257
285
|
QMSCKEDITOR_MESSAGE: {
|
258
286
|
CONFIRM_DELETE_TEMPLATE: string;
|
259
287
|
CONFIRM_CHANGE_TEMPLATE: string;
|
288
|
+
CONFIRM_DELETE_EXISTING_CONNECTION: string;
|
289
|
+
CONFIRM_DELETE_ATTACHMENT: string;
|
290
|
+
CONFIRM_DELETE_DOCUMENT_OR_PROCESS: string;
|
260
291
|
};
|
261
292
|
};
|
package/lib/model/no.d.ts
CHANGED
@@ -52,6 +52,8 @@ export declare const no: {
|
|
52
52
|
DOCUMENTS_IN: string;
|
53
53
|
};
|
54
54
|
QMSCKEDITOR: {
|
55
|
+
ID: string;
|
56
|
+
INFORMATION: string;
|
55
57
|
REMOVE_MAP: string;
|
56
58
|
IMAGE_MAP_PROPERTIES: string;
|
57
59
|
INSERT_TOOLTIP: string;
|
@@ -123,6 +125,18 @@ export declare const no: {
|
|
123
125
|
SQUARE_DRAW: string;
|
124
126
|
INVALID_URL: string;
|
125
127
|
REQUIRED_URL: string;
|
128
|
+
CLOSE: string;
|
129
|
+
};
|
130
|
+
ABOUT: {
|
131
|
+
ABOUT_CKEDITOR: string;
|
132
|
+
CKEDITOR5_VERSION: string;
|
133
|
+
FOR_LICENSING_INFORMATION_PLEASE_VISIT_OUR_WEBSITE: string;
|
134
|
+
ALL_RIGHTS_RESERVED: string;
|
135
|
+
CHECK: string;
|
136
|
+
FOR_HELP: string;
|
137
|
+
CKEDITOR_USERS_GUIDE: string;
|
138
|
+
COPYRIGHT: string;
|
139
|
+
DOCUMENT_PROCESS: string;
|
126
140
|
};
|
127
141
|
BPMN: {
|
128
142
|
DEFAULT: string;
|
@@ -253,9 +267,26 @@ export declare const no: {
|
|
253
267
|
TEMPLATE_NAME: string;
|
254
268
|
TEMPLATE_INFO: string;
|
255
269
|
SELECT_TEMPLATE_INFORMATION: string;
|
270
|
+
CONNECTION: string;
|
271
|
+
PROPERTIES: string;
|
272
|
+
BUSINESS_PROCESS_MODEL_AND_NOTATION: string;
|
273
|
+
CONNECTED_ATTACHMENT: string;
|
274
|
+
CONNECTED_DOCUMENT_OR_PROCESS: string;
|
275
|
+
DELETE_ATTACHMENT: string;
|
276
|
+
DELETE_DOCUMENT_OR_PROCESS: string;
|
277
|
+
CHOOSE_ANCHOR_IN_TEXT_OPTIONAL: string;
|
278
|
+
RELOAD_ANCHORS: string;
|
279
|
+
RESET_TO_ORIGINAL: string;
|
280
|
+
AUTO_LAYOUT_GRAPH: string;
|
281
|
+
FULLSCREEN: string;
|
282
|
+
FLOWCHART: string;
|
283
|
+
HANDBOOK: string;
|
256
284
|
};
|
257
285
|
QMSCKEDITOR_MESSAGE: {
|
258
286
|
CONFIRM_DELETE_TEMPLATE: string;
|
259
287
|
CONFIRM_CHANGE_TEMPLATE: string;
|
288
|
+
CONFIRM_DELETE_EXISTING_CONNECTION: string;
|
289
|
+
CONFIRM_DELETE_ATTACHMENT: string;
|
290
|
+
CONFIRM_DELETE_DOCUMENT_OR_PROCESS: string;
|
260
291
|
};
|
261
292
|
};
|
@@ -1,7 +1,10 @@
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
2
2
|
import { TranslateLibraryService } from '../services/translation-registry.service';
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare class DateFormatPipe implements PipeTransform {
|
4
5
|
private trans;
|
5
6
|
constructor(trans: TranslateLibraryService);
|
6
7
|
transform(value: Date, args?: any): string;
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatPipe, never>;
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DateFormatPipe, "dateFormat">;
|
7
10
|
}
|
@@ -1,8 +1,11 @@
|
|
1
1
|
import { OnInit } from '@angular/core';
|
2
2
|
import { TranslateLibraryService } from './services/translation-registry.service';
|
3
|
+
import * as i0 from "@angular/core";
|
3
4
|
export declare class QmsAngularComponent implements OnInit {
|
4
5
|
trans: TranslateLibraryService;
|
5
6
|
LANG: any;
|
6
7
|
constructor(trans: TranslateLibraryService);
|
7
8
|
ngOnInit(): void;
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QmsAngularComponent, never>;
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QmsAngularComponent, "lib-qms-angular", never, {}, {}, never, never>;
|
8
11
|
}
|
@@ -1,2 +1,51 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./qms-angular.component";
|
3
|
+
import * as i2 from "./components/test-only/test-only.component";
|
4
|
+
import * as i3 from "./directives/margin.directive";
|
5
|
+
import * as i4 from "./directives/search-field.directive";
|
6
|
+
import * as i5 from "./directives/form.directive";
|
7
|
+
import * as i6 from "./components/suffix-field/suffix-field.directive";
|
8
|
+
import * as i7 from "./components/comment/comment";
|
9
|
+
import * as i8 from "./components/dialog/dialog";
|
10
|
+
import * as i9 from "./directives/chips/chip.directive";
|
11
|
+
import * as i10 from "./directives/chips/chip-body.directive";
|
12
|
+
import * as i11 from "./directives/file-upload/file-upload.directive";
|
13
|
+
import * as i12 from "./directives/file-upload/file-upload-display.directive";
|
14
|
+
import * as i13 from "./directives/file-upload/file-upload-selector.directive";
|
15
|
+
import * as i14 from "./directives/file-upload/file-upload-attachment-list.directive";
|
16
|
+
import * as i15 from "./directives/file-upload/file-upload-scrollable-attachment-list.directive";
|
17
|
+
import * as i16 from "./directives/file-upload/file-upload-multiple.directive";
|
18
|
+
import * as i17 from "./directives/file-upload/file-upload-multiple-display.directive";
|
19
|
+
import * as i18 from "./directives/file-upload/file-upload-multiple-selector.directive";
|
20
|
+
import * as i19 from "./directives/range-slider/range-slider.directive";
|
21
|
+
import * as i20 from "./directives/range-slider/range-slider-lockup.directive";
|
22
|
+
import * as i21 from "./directives/dropdown-menu/dropdown-item.directive";
|
23
|
+
import * as i22 from "./directives/scrollbar/scrollbar.directive";
|
24
|
+
import * as i23 from "./directives/text-block/text-block.directive";
|
25
|
+
import * as i24 from "./directives/text-block/text-block-line.directive";
|
26
|
+
import * as i25 from "./directives/side-sheet/drawer.directive";
|
27
|
+
import * as i26 from "./directives/side-sheet/drawer-header.directive";
|
28
|
+
import * as i27 from "./directives/side-sheet/drawer-content.directive";
|
29
|
+
import * as i28 from "./directives/side-sheet/drawer-header-action.directive";
|
30
|
+
import * as i29 from "./directives/tooltip/tooltip-renderer.directive";
|
31
|
+
import * as i30 from "./directives/tab/tab-label.directive";
|
32
|
+
import * as i31 from "./directives/tab/tab-group.directive";
|
33
|
+
import * as i32 from "./directives/tab/tab-group-advanced.directive";
|
34
|
+
import * as i33 from "./pipe/dateFormat.pipe";
|
35
|
+
import * as i34 from "./directives/chip-input/chip-input-field.directive";
|
36
|
+
import * as i35 from "./directives/chip-input/chip-input-select-field.directive";
|
37
|
+
import * as i36 from "./directives/chip-input/chip-input-select-dropdown.directive";
|
38
|
+
import * as i37 from "./directives/chip-input/chip-input-select-trigger.directive";
|
39
|
+
import * as i38 from "./directives/chip-input/chip-input-chip-list.directive";
|
40
|
+
import * as i39 from "./directives/scroll-selected/scroll-to-selected.directive";
|
41
|
+
import * as i40 from "./directives/tooltip/tooltip-image.directive";
|
42
|
+
import * as i41 from "./components/select-dialog/select-dialog";
|
43
|
+
import * as i42 from "@angular/common";
|
44
|
+
import * as i43 from "@angular/forms";
|
45
|
+
import * as i44 from "./shared.module";
|
46
|
+
import * as i45 from "./material-module";
|
1
47
|
export declare class QmsAngularModule {
|
48
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QmsAngularModule, never>;
|
49
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<QmsAngularModule, [typeof i1.QmsAngularComponent, typeof i2.TestOnlyComponent, typeof i3.MarginDirective, typeof i4.QMSSearchFieldDirective, typeof i4.QMSInputClearDirective, typeof i5.QMSFormFieldDirective, typeof i5.QMSFormFieldTextareaDirective, typeof i5.QMSGroupOptionDirective, typeof i6.QMSSuffixFieldDirective, typeof i6.QMSSuffixDirective, typeof i5.QMSFormFieldTextareaDirective, typeof i5.AutocompleteOffDirective, typeof i7.QMSComment, typeof i8.QMSConfirmDialog, typeof i8.QMSFormDialog, typeof i5.QMSFormFieldDatePickerDirective, typeof i9.QMSInputChipDirective, typeof i10.QMSChipBodyDirective, typeof i11.QMSFileUploadDirective, typeof i12.QMSFileUploadDisplayDirective, typeof i13.QMSFileUploadSelectorDirective, typeof i14.QMSAttachmentListDirective, typeof i15.QMSScrolableAttachmentListDirective, typeof i16.QMSFileUploadMultipleDirective, typeof i17.QMSFileUploadMultipleDisplayDirective, typeof i18.QMSFileUploadMultipleSelectorDirective, typeof i19.QMSRangeSliderDirective, typeof i20.QMSRangeSliderLockUpDirective, typeof i21.QMSDropdownMenuItem, typeof i22.QMSScrollbarDirective, typeof i23.QMSTextBlockDirective, typeof i24.QMSTextBlockLine, typeof i25.QMSDrawerDirective, typeof i26.QMSDrawerHeaderDirective, typeof i27.QMSDrawerContentDirective, typeof i28.QMSDrawerHeaderActionDirective, typeof i29.QMSToolTipRendererDirective, typeof i30.QMSTabLabelDirective, typeof i31.QMSTabGroupDirective, typeof i32.QMSTabGroupAdvancedDirective, typeof i33.DateFormatPipe, typeof i34.QMSChipInputDirective, typeof i35.QMSChipInputSelectFieldDirective, typeof i36.QMSChipInputSelectDropWDownDirective, typeof i37.QMSChipInputSelectTriggerDirective, typeof i38.QMSChipInputChipListDirective, typeof i39.ScrollToSelectedDirective, typeof i40.QMSTooltipImageDirective, typeof i41.SelectDialog], [typeof i42.CommonModule, typeof i43.FormsModule, typeof i43.ReactiveFormsModule, typeof i44.SharedModule, typeof i45.SharedMaterialModule], [typeof i1.QmsAngularComponent, typeof i3.MarginDirective, typeof i2.TestOnlyComponent, typeof i4.QMSSearchFieldDirective, typeof i4.QMSInputClearDirective, typeof i5.QMSFormFieldDirective, typeof i5.QMSFormFieldTextareaDirective, typeof i5.QMSGroupOptionDirective, typeof i6.QMSSuffixFieldDirective, typeof i6.QMSSuffixDirective, typeof i5.AutocompleteOffDirective, typeof i7.QMSComment, typeof i8.QMSConfirmDialog, typeof i8.QMSFormDialog, typeof i9.QMSInputChipDirective, typeof i10.QMSChipBodyDirective, typeof i5.QMSFormFieldDatePickerDirective, typeof i11.QMSFileUploadDirective, typeof i12.QMSFileUploadDisplayDirective, typeof i13.QMSFileUploadSelectorDirective, typeof i14.QMSAttachmentListDirective, typeof i15.QMSScrolableAttachmentListDirective, typeof i16.QMSFileUploadMultipleDirective, typeof i17.QMSFileUploadMultipleDisplayDirective, typeof i18.QMSFileUploadMultipleSelectorDirective, typeof i19.QMSRangeSliderDirective, typeof i20.QMSRangeSliderLockUpDirective, typeof i21.QMSDropdownMenuItem, typeof i22.QMSScrollbarDirective, typeof i23.QMSTextBlockDirective, typeof i24.QMSTextBlockLine, typeof i25.QMSDrawerDirective, typeof i26.QMSDrawerHeaderDirective, typeof i27.QMSDrawerContentDirective, typeof i28.QMSDrawerHeaderActionDirective, typeof i29.QMSToolTipRendererDirective, typeof i30.QMSTabLabelDirective, typeof i31.QMSTabGroupDirective, typeof i32.QMSTabGroupAdvancedDirective, typeof i33.DateFormatPipe, typeof i34.QMSChipInputDirective, typeof i35.QMSChipInputSelectFieldDirective, typeof i36.QMSChipInputSelectDropWDownDirective, typeof i37.QMSChipInputSelectTriggerDirective, typeof i38.QMSChipInputChipListDirective, typeof i39.ScrollToSelectedDirective, typeof i40.QMSTooltipImageDirective, typeof i41.SelectDialog]>;
|
50
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<QmsAngularModule>;
|
2
51
|
}
|
@@ -5,8 +5,8 @@ declare function getToolbarConfiguration(LANG: any): {
|
|
5
5
|
attrs: {
|
6
6
|
button: {
|
7
7
|
'data-tooltip': string;
|
8
|
-
'data-tooltip-position'
|
9
|
-
'data-tooltip-position-selector'
|
8
|
+
'data-tooltip-position': string;
|
9
|
+
'data-tooltip-position-selector': string;
|
10
10
|
id?: undefined;
|
11
11
|
};
|
12
12
|
label?: undefined;
|
@@ -12,5 +12,9 @@ export declare class CKEditorEventConst {
|
|
12
12
|
static QMSCK_BPMN_PLUGIN_MSG: string;
|
13
13
|
static QMSCK_BPMN_PLUGIN_RESP: string;
|
14
14
|
static QMSCK_BPMN: string;
|
15
|
+
static QMSCK_ABOUT_CKEDITOR_PLUGIN_MSG: string;
|
16
|
+
static QMSCK_FLOWCHART_PLUGIN_MSG: string;
|
17
|
+
static QMSCK_FLOWCHART_PLUGIN_RESP: string;
|
18
|
+
static QMSCK_FLOWCHART: string;
|
15
19
|
static QMSCK_TOGGLE_TOOLBAR_MSG: string;
|
16
20
|
}
|
@@ -18,6 +18,7 @@ export declare class FlowChartConst {
|
|
18
18
|
static PROCESS_SHAPE_FLOWCHART: string;
|
19
19
|
static SHAPE_FLOWCHART_LOADING: string;
|
20
20
|
static IS_SHOW_CONNECTYPE: string;
|
21
|
+
static MY_CELL_VIEW: string;
|
21
22
|
static SHAPE_TYPE: string;
|
22
23
|
static EDIT_MODE: string;
|
23
24
|
static PROCESS_SHAPE_DETAIL_MODEL: string;
|
@@ -31,4 +32,12 @@ export declare class FlowChartConst {
|
|
31
32
|
static DELETE_TEMPLATE: string;
|
32
33
|
static RESET_TEMPLATE: string;
|
33
34
|
static ORG_JSONCONTENT: string;
|
35
|
+
static KS_CHANGE_TEMPLATE: string;
|
36
|
+
static KS_DELETE_TEMPLATE: string;
|
37
|
+
static KS_SAVE_AS_TEMPLATE: string;
|
38
|
+
static KS_RESET_TEMPLATE: string;
|
39
|
+
static KS_ORG_JSONCONTENT: string;
|
40
|
+
static KS_SELECTED_FLOWCHART_ID: string;
|
41
|
+
static KS_SELECTED_JSONCONTENT: string;
|
42
|
+
static KS_IS_SELECTED_TEMPLATE: string;
|
34
43
|
}
|
@@ -0,0 +1,14 @@
|
|
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
|
+
export declare const sampleGraphs: {
|
13
|
+
emergencyProcedure: string;
|
14
|
+
};
|
@@ -0,0 +1,48 @@
|
|
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 HaloService {
|
14
|
+
create(cellView: joint.dia.CellView): void;
|
15
|
+
getHaloConfig(): ({
|
16
|
+
name: string;
|
17
|
+
position: joint.ui.Halo.HandlePosition;
|
18
|
+
events: {
|
19
|
+
pointerdown: string;
|
20
|
+
pointermove?: undefined;
|
21
|
+
pointerup?: undefined;
|
22
|
+
};
|
23
|
+
attrs: {
|
24
|
+
'.handle': {
|
25
|
+
'data-tooltip-class-name': string;
|
26
|
+
'data-tooltip': string;
|
27
|
+
'data-tooltip-position': string;
|
28
|
+
'data-tooltip-padding': number;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
} | {
|
32
|
+
name: string;
|
33
|
+
position: joint.ui.Halo.HandlePosition;
|
34
|
+
events: {
|
35
|
+
pointerdown: string;
|
36
|
+
pointermove: string;
|
37
|
+
pointerup: string;
|
38
|
+
};
|
39
|
+
attrs: {
|
40
|
+
'.handle': {
|
41
|
+
'data-tooltip-class-name': string;
|
42
|
+
'data-tooltip': string;
|
43
|
+
'data-tooltip-position': string;
|
44
|
+
'data-tooltip-padding': number;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
})[];
|
48
|
+
}
|
@@ -0,0 +1,18 @@
|
|
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 InspectorService {
|
14
|
+
create(cell: joint.dia.Cell): joint.ui.Inspector;
|
15
|
+
getInspectorConfig(): {
|
16
|
+
[index: string]: any;
|
17
|
+
};
|
18
|
+
}
|
@@ -0,0 +1,17 @@
|
|
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 KeyboardService {
|
14
|
+
keyboard: joint.ui.Keyboard;
|
15
|
+
constructor();
|
16
|
+
create(graph: joint.dia.Graph, clipboard: joint.ui.Clipboard, selection: joint.ui.Selection, paperScroller: joint.ui.PaperScroller, commandManager: joint.dia.CommandManager): void;
|
17
|
+
}
|
@@ -0,0 +1,62 @@
|
|
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 { HaloService } from './halo-service';
|
13
|
+
import { InspectorService } from './inspector-service';
|
14
|
+
import { KeyboardService } from './keyboard-service';
|
15
|
+
import { StencilService } from './stencil-service';
|
16
|
+
import { ToolbarService } from './toolbar-service';
|
17
|
+
declare class KitchenSinkService {
|
18
|
+
el: Element;
|
19
|
+
graph: joint.dia.Graph;
|
20
|
+
paper: joint.dia.Paper;
|
21
|
+
paperScroller: joint.ui.PaperScroller;
|
22
|
+
commandManager: joint.dia.CommandManager;
|
23
|
+
snaplines: joint.ui.Snaplines;
|
24
|
+
clipboard: joint.ui.Clipboard;
|
25
|
+
selection: joint.ui.Selection;
|
26
|
+
navigator: joint.ui.Navigator;
|
27
|
+
stencilService: StencilService;
|
28
|
+
toolbarService: ToolbarService;
|
29
|
+
inspectorService: InspectorService;
|
30
|
+
haloService: HaloService;
|
31
|
+
keyboardService: KeyboardService;
|
32
|
+
constructor(el: Element, stencilService: StencilService, toolbarService: ToolbarService, inspectorService: InspectorService, haloService: HaloService, keyboardService: KeyboardService);
|
33
|
+
startRappid(): void;
|
34
|
+
initializePaper(): void;
|
35
|
+
initializeStencil(): void;
|
36
|
+
initializeSelection(): void;
|
37
|
+
onSelectionChange(): void;
|
38
|
+
selectPrimaryCell(cellView: joint.dia.CellView): void;
|
39
|
+
selectPrimaryElement(elementView: joint.dia.ElementView): void;
|
40
|
+
selectPrimaryLink(linkView: joint.dia.LinkView): void;
|
41
|
+
initializeToolsAndInspector(): void;
|
42
|
+
initializeNavigator(): void;
|
43
|
+
initializeToolbar(): void;
|
44
|
+
applyOnSelection(method: string): void;
|
45
|
+
changeSnapLines(checked: boolean): void;
|
46
|
+
initializeKeyboardShortcuts(): void;
|
47
|
+
initializeTooltips(): joint.ui.Tooltip;
|
48
|
+
initializeStencilTooltips(): joint.ui.Tooltip;
|
49
|
+
exportStylesheet: string;
|
50
|
+
openAsSVG(): void;
|
51
|
+
openAsPNG(): void;
|
52
|
+
onMousewheel(cellView: joint.dia.CellView, evt: joint.dia.Event, ox: number, oy: number, delta: number): void;
|
53
|
+
layoutDirectedGraph(): void;
|
54
|
+
renderPlugin(selector: string, plugin: any): void;
|
55
|
+
getImageContent(): Promise<unknown>;
|
56
|
+
getJsonContent(): string;
|
57
|
+
onChangeTemplate(event: any): void;
|
58
|
+
onDeleteTemplate(event: any): void;
|
59
|
+
onSaveAsTemplate(): void;
|
60
|
+
onResetTemplate(): void;
|
61
|
+
}
|
62
|
+
export default KitchenSinkService;
|