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
@@ -0,0 +1,1183 @@
|
|
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 { ui } from '@clientio/rappid';
|
13
|
+
export declare class StencilService {
|
14
|
+
stencil: ui.Stencil;
|
15
|
+
create(paperScroller: ui.PaperScroller, snaplines: ui.Snaplines): void;
|
16
|
+
setShapes(): void;
|
17
|
+
getStencilGroups(): {
|
18
|
+
[key: string]: ui.Stencil.Group;
|
19
|
+
};
|
20
|
+
getStencilShapes(): {
|
21
|
+
standard: ({
|
22
|
+
type: string;
|
23
|
+
size: {
|
24
|
+
width: number;
|
25
|
+
height: number;
|
26
|
+
};
|
27
|
+
attrs: {
|
28
|
+
root: {
|
29
|
+
dataTooltip: string;
|
30
|
+
dataTooltipPosition: string;
|
31
|
+
dataTooltipPositionSelector: string;
|
32
|
+
};
|
33
|
+
body: {
|
34
|
+
rx: number;
|
35
|
+
ry: number;
|
36
|
+
width: number;
|
37
|
+
height: number;
|
38
|
+
fill: string;
|
39
|
+
stroke: string;
|
40
|
+
strokeWidth: number;
|
41
|
+
strokeDasharray: string;
|
42
|
+
refPoints?: undefined;
|
43
|
+
};
|
44
|
+
label: {
|
45
|
+
text: string;
|
46
|
+
fill: string;
|
47
|
+
fontFamily: string;
|
48
|
+
fontWeight: string;
|
49
|
+
fontSize: number;
|
50
|
+
strokeWidth: number;
|
51
|
+
};
|
52
|
+
top?: undefined;
|
53
|
+
image?: undefined;
|
54
|
+
border?: undefined;
|
55
|
+
background?: undefined;
|
56
|
+
header?: undefined;
|
57
|
+
bodyText?: undefined;
|
58
|
+
headerText?: undefined;
|
59
|
+
};
|
60
|
+
allowOrthogonalResize?: undefined;
|
61
|
+
ports?: undefined;
|
62
|
+
} | {
|
63
|
+
type: string;
|
64
|
+
size: {
|
65
|
+
width: number;
|
66
|
+
height: number;
|
67
|
+
};
|
68
|
+
attrs: {
|
69
|
+
root: {
|
70
|
+
dataTooltip: string;
|
71
|
+
dataTooltipPosition: string;
|
72
|
+
dataTooltipPositionSelector: string;
|
73
|
+
};
|
74
|
+
body: {
|
75
|
+
width: number;
|
76
|
+
height: number;
|
77
|
+
fill: string;
|
78
|
+
stroke: string;
|
79
|
+
strokeWidth: number;
|
80
|
+
strokeDasharray: string;
|
81
|
+
rx?: undefined;
|
82
|
+
ry?: undefined;
|
83
|
+
refPoints?: undefined;
|
84
|
+
};
|
85
|
+
label: {
|
86
|
+
text: string;
|
87
|
+
fill: string;
|
88
|
+
fontFamily: string;
|
89
|
+
fontWeight: string;
|
90
|
+
fontSize: number;
|
91
|
+
strokeWidth: number;
|
92
|
+
};
|
93
|
+
top?: undefined;
|
94
|
+
image?: undefined;
|
95
|
+
border?: undefined;
|
96
|
+
background?: undefined;
|
97
|
+
header?: undefined;
|
98
|
+
bodyText?: undefined;
|
99
|
+
headerText?: undefined;
|
100
|
+
};
|
101
|
+
allowOrthogonalResize?: undefined;
|
102
|
+
ports?: undefined;
|
103
|
+
} | {
|
104
|
+
type: string;
|
105
|
+
size: {
|
106
|
+
width: number;
|
107
|
+
height: number;
|
108
|
+
};
|
109
|
+
allowOrthogonalResize: boolean;
|
110
|
+
attrs: {
|
111
|
+
root: {
|
112
|
+
dataTooltip: string;
|
113
|
+
dataTooltipPosition: string;
|
114
|
+
dataTooltipPositionSelector: string;
|
115
|
+
};
|
116
|
+
body: {
|
117
|
+
fill: string;
|
118
|
+
rx: number;
|
119
|
+
ry: number;
|
120
|
+
stroke: string;
|
121
|
+
strokeWidth: number;
|
122
|
+
strokeDasharray: string;
|
123
|
+
width?: undefined;
|
124
|
+
height?: undefined;
|
125
|
+
refPoints?: undefined;
|
126
|
+
};
|
127
|
+
label: {
|
128
|
+
text: string;
|
129
|
+
fill: string;
|
130
|
+
fontFamily: string;
|
131
|
+
fontWeight: string;
|
132
|
+
fontSize: number;
|
133
|
+
strokeWidth: number;
|
134
|
+
};
|
135
|
+
top?: undefined;
|
136
|
+
image?: undefined;
|
137
|
+
border?: undefined;
|
138
|
+
background?: undefined;
|
139
|
+
header?: undefined;
|
140
|
+
bodyText?: undefined;
|
141
|
+
headerText?: undefined;
|
142
|
+
};
|
143
|
+
ports: {
|
144
|
+
items: {
|
145
|
+
group: string;
|
146
|
+
}[];
|
147
|
+
};
|
148
|
+
} | {
|
149
|
+
type: string;
|
150
|
+
size: {
|
151
|
+
width: number;
|
152
|
+
height: number;
|
153
|
+
};
|
154
|
+
allowOrthogonalResize: boolean;
|
155
|
+
attrs: {
|
156
|
+
root: {
|
157
|
+
dataTooltip: string;
|
158
|
+
dataTooltipPosition: string;
|
159
|
+
dataTooltipPositionSelector: string;
|
160
|
+
};
|
161
|
+
body: {
|
162
|
+
fill: string;
|
163
|
+
stroke: string;
|
164
|
+
strokeWidth: number;
|
165
|
+
strokeDasharray: string;
|
166
|
+
rx?: undefined;
|
167
|
+
ry?: undefined;
|
168
|
+
width?: undefined;
|
169
|
+
height?: undefined;
|
170
|
+
refPoints?: undefined;
|
171
|
+
};
|
172
|
+
label: {
|
173
|
+
text: string;
|
174
|
+
fill: string;
|
175
|
+
fontFamily: string;
|
176
|
+
fontWeight: string;
|
177
|
+
fontSize: number;
|
178
|
+
strokeWidth: number;
|
179
|
+
};
|
180
|
+
top?: undefined;
|
181
|
+
image?: undefined;
|
182
|
+
border?: undefined;
|
183
|
+
background?: undefined;
|
184
|
+
header?: undefined;
|
185
|
+
bodyText?: undefined;
|
186
|
+
headerText?: undefined;
|
187
|
+
};
|
188
|
+
ports: {
|
189
|
+
items: {
|
190
|
+
group: string;
|
191
|
+
}[];
|
192
|
+
};
|
193
|
+
} | {
|
194
|
+
type: string;
|
195
|
+
size: {
|
196
|
+
width: number;
|
197
|
+
height: number;
|
198
|
+
};
|
199
|
+
attrs: {
|
200
|
+
root: {
|
201
|
+
dataTooltip: string;
|
202
|
+
dataTooltipPosition: string;
|
203
|
+
dataTooltipPositionSelector: string;
|
204
|
+
};
|
205
|
+
body: {
|
206
|
+
refPoints: string;
|
207
|
+
fill: string;
|
208
|
+
stroke: string;
|
209
|
+
strokeWidth: number;
|
210
|
+
strokeDasharray: string;
|
211
|
+
rx?: undefined;
|
212
|
+
ry?: undefined;
|
213
|
+
width?: undefined;
|
214
|
+
height?: undefined;
|
215
|
+
};
|
216
|
+
label: {
|
217
|
+
text: string;
|
218
|
+
fill: string;
|
219
|
+
fontFamily: string;
|
220
|
+
fontWeight: string;
|
221
|
+
fontSize: number;
|
222
|
+
strokeWidth: number;
|
223
|
+
};
|
224
|
+
top?: undefined;
|
225
|
+
image?: undefined;
|
226
|
+
border?: undefined;
|
227
|
+
background?: undefined;
|
228
|
+
header?: undefined;
|
229
|
+
bodyText?: undefined;
|
230
|
+
headerText?: undefined;
|
231
|
+
};
|
232
|
+
allowOrthogonalResize?: undefined;
|
233
|
+
ports?: undefined;
|
234
|
+
} | {
|
235
|
+
type: string;
|
236
|
+
size: {
|
237
|
+
width: number;
|
238
|
+
height: number;
|
239
|
+
};
|
240
|
+
attrs: {
|
241
|
+
root: {
|
242
|
+
dataTooltip: string;
|
243
|
+
dataTooltipPosition: string;
|
244
|
+
dataTooltipPositionSelector: string;
|
245
|
+
};
|
246
|
+
body: {
|
247
|
+
fill: string;
|
248
|
+
stroke: string;
|
249
|
+
strokeWidth: number;
|
250
|
+
strokeDasharray: string;
|
251
|
+
rx?: undefined;
|
252
|
+
ry?: undefined;
|
253
|
+
width?: undefined;
|
254
|
+
height?: undefined;
|
255
|
+
refPoints?: undefined;
|
256
|
+
};
|
257
|
+
top: {
|
258
|
+
fill: string;
|
259
|
+
stroke: string;
|
260
|
+
strokeWidth: number;
|
261
|
+
strokeDasharray: string;
|
262
|
+
};
|
263
|
+
label: {
|
264
|
+
text: string;
|
265
|
+
fill: string;
|
266
|
+
fontFamily: string;
|
267
|
+
fontWeight: string;
|
268
|
+
fontSize: number;
|
269
|
+
strokeWidth: number;
|
270
|
+
};
|
271
|
+
image?: undefined;
|
272
|
+
border?: undefined;
|
273
|
+
background?: undefined;
|
274
|
+
header?: undefined;
|
275
|
+
bodyText?: undefined;
|
276
|
+
headerText?: undefined;
|
277
|
+
};
|
278
|
+
allowOrthogonalResize?: undefined;
|
279
|
+
ports?: undefined;
|
280
|
+
} | {
|
281
|
+
type: string;
|
282
|
+
size: {
|
283
|
+
width: number;
|
284
|
+
height: number;
|
285
|
+
};
|
286
|
+
attrs: {
|
287
|
+
root: {
|
288
|
+
dataTooltip: string;
|
289
|
+
dataTooltipPosition: string;
|
290
|
+
dataTooltipPositionSelector: string;
|
291
|
+
};
|
292
|
+
image: {
|
293
|
+
xlinkHref: string;
|
294
|
+
};
|
295
|
+
body: {
|
296
|
+
fill: string;
|
297
|
+
stroke: string;
|
298
|
+
strokeWidth: number;
|
299
|
+
strokeDasharray: string;
|
300
|
+
rx?: undefined;
|
301
|
+
ry?: undefined;
|
302
|
+
width?: undefined;
|
303
|
+
height?: undefined;
|
304
|
+
refPoints?: undefined;
|
305
|
+
};
|
306
|
+
label: {
|
307
|
+
text: string;
|
308
|
+
fontFamily: string;
|
309
|
+
fontWeight: string;
|
310
|
+
fontSize: number;
|
311
|
+
fill: string;
|
312
|
+
strokeWidth?: undefined;
|
313
|
+
};
|
314
|
+
top?: undefined;
|
315
|
+
border?: undefined;
|
316
|
+
background?: undefined;
|
317
|
+
header?: undefined;
|
318
|
+
bodyText?: undefined;
|
319
|
+
headerText?: undefined;
|
320
|
+
};
|
321
|
+
allowOrthogonalResize?: undefined;
|
322
|
+
ports?: undefined;
|
323
|
+
} | {
|
324
|
+
type: string;
|
325
|
+
size: {
|
326
|
+
width: number;
|
327
|
+
height: number;
|
328
|
+
};
|
329
|
+
attrs: {
|
330
|
+
root: {
|
331
|
+
dataTooltip: string;
|
332
|
+
dataTooltipPosition: string;
|
333
|
+
dataTooltipPositionSelector: string;
|
334
|
+
};
|
335
|
+
body: {
|
336
|
+
fill: string;
|
337
|
+
stroke: string;
|
338
|
+
strokeWidth: number;
|
339
|
+
strokeDasharray: string;
|
340
|
+
rx?: undefined;
|
341
|
+
ry?: undefined;
|
342
|
+
width?: undefined;
|
343
|
+
height?: undefined;
|
344
|
+
refPoints?: undefined;
|
345
|
+
};
|
346
|
+
image: {
|
347
|
+
xlinkHref: string;
|
348
|
+
};
|
349
|
+
label: {
|
350
|
+
text: string;
|
351
|
+
fill: string;
|
352
|
+
fontFamily: string;
|
353
|
+
fontWeight: string;
|
354
|
+
fontSize: number;
|
355
|
+
strokeWidth: number;
|
356
|
+
};
|
357
|
+
top?: undefined;
|
358
|
+
border?: undefined;
|
359
|
+
background?: undefined;
|
360
|
+
header?: undefined;
|
361
|
+
bodyText?: undefined;
|
362
|
+
headerText?: undefined;
|
363
|
+
};
|
364
|
+
allowOrthogonalResize?: undefined;
|
365
|
+
ports?: undefined;
|
366
|
+
} | {
|
367
|
+
type: string;
|
368
|
+
size: {
|
369
|
+
width: number;
|
370
|
+
height: number;
|
371
|
+
};
|
372
|
+
attrs: {
|
373
|
+
root: {
|
374
|
+
dataTooltip: string;
|
375
|
+
dataTooltipPosition: string;
|
376
|
+
dataTooltipPositionSelector: string;
|
377
|
+
};
|
378
|
+
border: {
|
379
|
+
stroke: string;
|
380
|
+
strokeWidth: number;
|
381
|
+
strokeDasharray: string;
|
382
|
+
};
|
383
|
+
background: {
|
384
|
+
fill: string;
|
385
|
+
};
|
386
|
+
image: {
|
387
|
+
xlinkHref: string;
|
388
|
+
};
|
389
|
+
label: {
|
390
|
+
text: string;
|
391
|
+
fill: string;
|
392
|
+
fontFamily: string;
|
393
|
+
fontWeight: string;
|
394
|
+
fontSize: number;
|
395
|
+
strokeWidth: number;
|
396
|
+
};
|
397
|
+
body?: undefined;
|
398
|
+
top?: undefined;
|
399
|
+
header?: undefined;
|
400
|
+
bodyText?: undefined;
|
401
|
+
headerText?: undefined;
|
402
|
+
};
|
403
|
+
allowOrthogonalResize?: undefined;
|
404
|
+
ports?: undefined;
|
405
|
+
} | {
|
406
|
+
type: string;
|
407
|
+
size: {
|
408
|
+
width: number;
|
409
|
+
height: number;
|
410
|
+
};
|
411
|
+
attrs: {
|
412
|
+
root: {
|
413
|
+
dataTooltip: string;
|
414
|
+
dataTooltipPosition: string;
|
415
|
+
dataTooltipPositionSelector: string;
|
416
|
+
};
|
417
|
+
body: {
|
418
|
+
fill: string;
|
419
|
+
stroke: string;
|
420
|
+
strokeWidth: number;
|
421
|
+
strokeDasharray: string;
|
422
|
+
rx?: undefined;
|
423
|
+
ry?: undefined;
|
424
|
+
width?: undefined;
|
425
|
+
height?: undefined;
|
426
|
+
refPoints?: undefined;
|
427
|
+
};
|
428
|
+
header: {
|
429
|
+
stroke: string;
|
430
|
+
fill: string;
|
431
|
+
strokeWidth: number;
|
432
|
+
strokeDasharray: string;
|
433
|
+
height: number;
|
434
|
+
};
|
435
|
+
bodyText: {
|
436
|
+
textWrap: {
|
437
|
+
text: string;
|
438
|
+
width: number;
|
439
|
+
height: number;
|
440
|
+
ellipsis: boolean;
|
441
|
+
};
|
442
|
+
fill: string;
|
443
|
+
fontFamily: string;
|
444
|
+
fontWeight: string;
|
445
|
+
fontSize: number;
|
446
|
+
strokeWidth: number;
|
447
|
+
refY2: number;
|
448
|
+
};
|
449
|
+
headerText: {
|
450
|
+
text: string;
|
451
|
+
fill: string;
|
452
|
+
fontFamily: string;
|
453
|
+
fontWeight: string;
|
454
|
+
fontSize: number;
|
455
|
+
strokeWidth: number;
|
456
|
+
refY: number;
|
457
|
+
};
|
458
|
+
label?: undefined;
|
459
|
+
top?: undefined;
|
460
|
+
image?: undefined;
|
461
|
+
border?: undefined;
|
462
|
+
background?: undefined;
|
463
|
+
};
|
464
|
+
allowOrthogonalResize?: undefined;
|
465
|
+
ports?: undefined;
|
466
|
+
})[];
|
467
|
+
fsa: ({
|
468
|
+
type: string;
|
469
|
+
preserveAspectRatio: boolean;
|
470
|
+
attrs: {
|
471
|
+
root: {
|
472
|
+
dataTooltip: string;
|
473
|
+
dataTooltipPosition: string;
|
474
|
+
dataTooltipPositionSelector: string;
|
475
|
+
};
|
476
|
+
circle: {
|
477
|
+
width: number;
|
478
|
+
height: number;
|
479
|
+
fill: string;
|
480
|
+
'stroke-width': number;
|
481
|
+
stroke?: undefined;
|
482
|
+
'stroke-dasharray'?: undefined;
|
483
|
+
};
|
484
|
+
text: {
|
485
|
+
text: string;
|
486
|
+
fill: string;
|
487
|
+
'font-family': string;
|
488
|
+
'font-weight': string;
|
489
|
+
'font-size': number;
|
490
|
+
'stroke-width': number;
|
491
|
+
};
|
492
|
+
'.inner'?: undefined;
|
493
|
+
'.outer'?: undefined;
|
494
|
+
};
|
495
|
+
} | {
|
496
|
+
type: string;
|
497
|
+
preserveAspectRatio: boolean;
|
498
|
+
attrs: {
|
499
|
+
root: {
|
500
|
+
dataTooltip: string;
|
501
|
+
dataTooltipPosition: string;
|
502
|
+
dataTooltipPositionSelector: string;
|
503
|
+
};
|
504
|
+
'.inner': {
|
505
|
+
fill: string;
|
506
|
+
stroke: string;
|
507
|
+
};
|
508
|
+
'.outer': {
|
509
|
+
fill: string;
|
510
|
+
stroke: string;
|
511
|
+
'stroke-width': number;
|
512
|
+
'stroke-dasharray': string;
|
513
|
+
};
|
514
|
+
text: {
|
515
|
+
text: string;
|
516
|
+
fill: string;
|
517
|
+
'font-family': string;
|
518
|
+
'font-weight': string;
|
519
|
+
'font-size': number;
|
520
|
+
'stroke-width': number;
|
521
|
+
};
|
522
|
+
circle?: undefined;
|
523
|
+
};
|
524
|
+
} | {
|
525
|
+
type: string;
|
526
|
+
preserveAspectRatio: boolean;
|
527
|
+
attrs: {
|
528
|
+
root: {
|
529
|
+
dataTooltip: string;
|
530
|
+
dataTooltipPosition: string;
|
531
|
+
dataTooltipPositionSelector: string;
|
532
|
+
};
|
533
|
+
circle: {
|
534
|
+
fill: string;
|
535
|
+
stroke: string;
|
536
|
+
'stroke-width': number;
|
537
|
+
'stroke-dasharray': string;
|
538
|
+
width?: undefined;
|
539
|
+
height?: undefined;
|
540
|
+
};
|
541
|
+
text: {
|
542
|
+
text: string;
|
543
|
+
fill: string;
|
544
|
+
'font-family': string;
|
545
|
+
'font-weight': string;
|
546
|
+
'font-size': number;
|
547
|
+
'stroke-width': number;
|
548
|
+
};
|
549
|
+
'.inner'?: undefined;
|
550
|
+
'.outer'?: undefined;
|
551
|
+
};
|
552
|
+
})[];
|
553
|
+
pn: ({
|
554
|
+
type: string;
|
555
|
+
preserveAspectRatio: boolean;
|
556
|
+
tokens: number;
|
557
|
+
attrs: {
|
558
|
+
root: {
|
559
|
+
dataTooltip: string;
|
560
|
+
dataTooltipPosition: string;
|
561
|
+
dataTooltipPositionSelector: string;
|
562
|
+
};
|
563
|
+
'.root': {
|
564
|
+
fill: string;
|
565
|
+
stroke: string;
|
566
|
+
'stroke-width': number;
|
567
|
+
'stroke-dasharray': string;
|
568
|
+
};
|
569
|
+
'.tokens circle': {
|
570
|
+
fill: string;
|
571
|
+
stroke: string;
|
572
|
+
'stroke-width': number;
|
573
|
+
};
|
574
|
+
'.label': {
|
575
|
+
text: string;
|
576
|
+
'font-family': string;
|
577
|
+
'font-weight': string;
|
578
|
+
'stroke-width'?: undefined;
|
579
|
+
fill?: undefined;
|
580
|
+
};
|
581
|
+
rect?: undefined;
|
582
|
+
};
|
583
|
+
} | {
|
584
|
+
type: string;
|
585
|
+
preserveAspectRatio: boolean;
|
586
|
+
attrs: {
|
587
|
+
root: {
|
588
|
+
dataTooltip: string;
|
589
|
+
dataTooltipPosition: string;
|
590
|
+
dataTooltipPositionSelector: string;
|
591
|
+
};
|
592
|
+
rect: {
|
593
|
+
rx: number;
|
594
|
+
ry: number;
|
595
|
+
width: number;
|
596
|
+
height: number;
|
597
|
+
fill: string;
|
598
|
+
stroke: string;
|
599
|
+
'stroke-width': number;
|
600
|
+
'stroke-dasharray': string;
|
601
|
+
};
|
602
|
+
'.label': {
|
603
|
+
text: string;
|
604
|
+
'font-family': string;
|
605
|
+
'font-weight': string;
|
606
|
+
'stroke-width': number;
|
607
|
+
fill: string;
|
608
|
+
};
|
609
|
+
'.root'?: undefined;
|
610
|
+
'.tokens circle'?: undefined;
|
611
|
+
};
|
612
|
+
tokens?: undefined;
|
613
|
+
})[];
|
614
|
+
erd: ({
|
615
|
+
type: string;
|
616
|
+
attrs: {
|
617
|
+
root: {
|
618
|
+
dataTooltip: string;
|
619
|
+
dataTooltipPosition: string;
|
620
|
+
dataTooltipPositionSelector: string;
|
621
|
+
};
|
622
|
+
'.outer': {
|
623
|
+
rx: number;
|
624
|
+
ry: number;
|
625
|
+
fill: string;
|
626
|
+
'stroke-width': number;
|
627
|
+
stroke: string;
|
628
|
+
'stroke-dasharray': string;
|
629
|
+
points?: undefined;
|
630
|
+
};
|
631
|
+
text: {
|
632
|
+
text: string;
|
633
|
+
'font-size': number;
|
634
|
+
'font-family': string;
|
635
|
+
'font-weight': string;
|
636
|
+
fill: string;
|
637
|
+
'stroke-width': number;
|
638
|
+
'letter-spacing'?: undefined;
|
639
|
+
};
|
640
|
+
'.inner'?: undefined;
|
641
|
+
polygon?: undefined;
|
642
|
+
};
|
643
|
+
} | {
|
644
|
+
type: string;
|
645
|
+
attrs: {
|
646
|
+
root: {
|
647
|
+
dataTooltip: string;
|
648
|
+
dataTooltipPosition: string;
|
649
|
+
dataTooltipPositionSelector: string;
|
650
|
+
};
|
651
|
+
'.outer': {
|
652
|
+
fill: string;
|
653
|
+
stroke: string;
|
654
|
+
'stroke-width': number;
|
655
|
+
points: string;
|
656
|
+
'stroke-dasharray': string;
|
657
|
+
rx?: undefined;
|
658
|
+
ry?: undefined;
|
659
|
+
};
|
660
|
+
'.inner': {
|
661
|
+
fill: string;
|
662
|
+
stroke: string;
|
663
|
+
points: string;
|
664
|
+
'stroke-dasharray': string;
|
665
|
+
display?: undefined;
|
666
|
+
rx?: undefined;
|
667
|
+
ry?: undefined;
|
668
|
+
};
|
669
|
+
text: {
|
670
|
+
text: string;
|
671
|
+
'font-size': number;
|
672
|
+
'font-family': string;
|
673
|
+
'font-weight': string;
|
674
|
+
fill: string;
|
675
|
+
'stroke-width': number;
|
676
|
+
'letter-spacing'?: undefined;
|
677
|
+
};
|
678
|
+
polygon?: undefined;
|
679
|
+
};
|
680
|
+
} | {
|
681
|
+
type: string;
|
682
|
+
attrs: {
|
683
|
+
root: {
|
684
|
+
dataTooltip: string;
|
685
|
+
dataTooltipPosition: string;
|
686
|
+
dataTooltipPositionSelector: string;
|
687
|
+
};
|
688
|
+
'.outer': {
|
689
|
+
fill: string;
|
690
|
+
stroke: string;
|
691
|
+
'stroke-width': number;
|
692
|
+
'stroke-dasharray': string;
|
693
|
+
rx?: undefined;
|
694
|
+
ry?: undefined;
|
695
|
+
points?: undefined;
|
696
|
+
};
|
697
|
+
text: {
|
698
|
+
text: string;
|
699
|
+
'font-size': number;
|
700
|
+
'font-family': string;
|
701
|
+
'font-weight': string;
|
702
|
+
fill: string;
|
703
|
+
'stroke-width': number;
|
704
|
+
'letter-spacing'?: undefined;
|
705
|
+
};
|
706
|
+
'.inner'?: undefined;
|
707
|
+
polygon?: undefined;
|
708
|
+
};
|
709
|
+
} | {
|
710
|
+
type: string;
|
711
|
+
attrs: {
|
712
|
+
root: {
|
713
|
+
dataTooltip: string;
|
714
|
+
dataTooltipPosition: string;
|
715
|
+
dataTooltipPositionSelector: string;
|
716
|
+
};
|
717
|
+
'.outer': {
|
718
|
+
fill: string;
|
719
|
+
stroke: string;
|
720
|
+
'stroke-dasharray': string;
|
721
|
+
rx?: undefined;
|
722
|
+
ry?: undefined;
|
723
|
+
'stroke-width'?: undefined;
|
724
|
+
points?: undefined;
|
725
|
+
};
|
726
|
+
'.inner': {
|
727
|
+
fill: string;
|
728
|
+
stroke: string;
|
729
|
+
'stroke-dasharray': string;
|
730
|
+
points?: undefined;
|
731
|
+
display?: undefined;
|
732
|
+
rx?: undefined;
|
733
|
+
ry?: undefined;
|
734
|
+
};
|
735
|
+
text: {
|
736
|
+
text: string;
|
737
|
+
'font-size': number;
|
738
|
+
'font-family': string;
|
739
|
+
'font-weight': string;
|
740
|
+
fill: string;
|
741
|
+
'stroke-width': number;
|
742
|
+
'letter-spacing'?: undefined;
|
743
|
+
};
|
744
|
+
polygon?: undefined;
|
745
|
+
};
|
746
|
+
} | {
|
747
|
+
type: string;
|
748
|
+
attrs: {
|
749
|
+
root: {
|
750
|
+
dataTooltip: string;
|
751
|
+
dataTooltipPosition: string;
|
752
|
+
dataTooltipPositionSelector: string;
|
753
|
+
};
|
754
|
+
text: {
|
755
|
+
text: string;
|
756
|
+
fill: string;
|
757
|
+
'letter-spacing': number;
|
758
|
+
'font-family': string;
|
759
|
+
'font-weight': string;
|
760
|
+
'font-size': number;
|
761
|
+
'stroke-width'?: undefined;
|
762
|
+
};
|
763
|
+
polygon: {
|
764
|
+
fill: string;
|
765
|
+
stroke: string;
|
766
|
+
'stroke-dasharray': string;
|
767
|
+
};
|
768
|
+
'.outer'?: undefined;
|
769
|
+
'.inner'?: undefined;
|
770
|
+
};
|
771
|
+
} | {
|
772
|
+
type: string;
|
773
|
+
attrs: {
|
774
|
+
root: {
|
775
|
+
dataTooltip: string;
|
776
|
+
dataTooltipPosition: string;
|
777
|
+
dataTooltipPositionSelector: string;
|
778
|
+
};
|
779
|
+
'.outer': {
|
780
|
+
fill: string;
|
781
|
+
stroke: string;
|
782
|
+
'stroke-dasharray': string;
|
783
|
+
rx?: undefined;
|
784
|
+
ry?: undefined;
|
785
|
+
'stroke-width'?: undefined;
|
786
|
+
points?: undefined;
|
787
|
+
};
|
788
|
+
'.inner': {
|
789
|
+
fill: string;
|
790
|
+
stroke: string;
|
791
|
+
display: string;
|
792
|
+
'stroke-dasharray': string;
|
793
|
+
points?: undefined;
|
794
|
+
rx?: undefined;
|
795
|
+
ry?: undefined;
|
796
|
+
};
|
797
|
+
text: {
|
798
|
+
text: string;
|
799
|
+
'font-size': number;
|
800
|
+
'font-family': string;
|
801
|
+
'font-weight': string;
|
802
|
+
fill: string;
|
803
|
+
'stroke-width': number;
|
804
|
+
'letter-spacing'?: undefined;
|
805
|
+
};
|
806
|
+
polygon?: undefined;
|
807
|
+
};
|
808
|
+
} | {
|
809
|
+
type: string;
|
810
|
+
attrs: {
|
811
|
+
root: {
|
812
|
+
dataTooltip: string;
|
813
|
+
dataTooltipPosition: string;
|
814
|
+
dataTooltipPositionSelector: string;
|
815
|
+
};
|
816
|
+
'.outer': {
|
817
|
+
fill: string;
|
818
|
+
stroke: string;
|
819
|
+
'stroke-dasharray': string;
|
820
|
+
rx?: undefined;
|
821
|
+
ry?: undefined;
|
822
|
+
'stroke-width'?: undefined;
|
823
|
+
points?: undefined;
|
824
|
+
};
|
825
|
+
text: {
|
826
|
+
text: string;
|
827
|
+
'font-size': number;
|
828
|
+
'font-family': string;
|
829
|
+
'font-weight': string;
|
830
|
+
fill: string;
|
831
|
+
'stroke-width': number;
|
832
|
+
'letter-spacing'?: undefined;
|
833
|
+
};
|
834
|
+
'.inner'?: undefined;
|
835
|
+
polygon?: undefined;
|
836
|
+
};
|
837
|
+
} | {
|
838
|
+
type: string;
|
839
|
+
attrs: {
|
840
|
+
root: {
|
841
|
+
dataTooltip: string;
|
842
|
+
dataTooltipPosition: string;
|
843
|
+
dataTooltipPositionSelector: string;
|
844
|
+
};
|
845
|
+
'.outer': {
|
846
|
+
fill: string;
|
847
|
+
stroke: string;
|
848
|
+
'stroke-dasharray': string;
|
849
|
+
rx?: undefined;
|
850
|
+
ry?: undefined;
|
851
|
+
'stroke-width'?: undefined;
|
852
|
+
points?: undefined;
|
853
|
+
};
|
854
|
+
'.inner': {
|
855
|
+
fill: string;
|
856
|
+
stroke: string;
|
857
|
+
rx: number;
|
858
|
+
ry: number;
|
859
|
+
'stroke-dasharray': string;
|
860
|
+
points?: undefined;
|
861
|
+
display?: undefined;
|
862
|
+
};
|
863
|
+
text: {
|
864
|
+
text: string;
|
865
|
+
'font-size': number;
|
866
|
+
'font-family': string;
|
867
|
+
'font-weight': string;
|
868
|
+
fill: string;
|
869
|
+
'stroke-width': number;
|
870
|
+
'letter-spacing'?: undefined;
|
871
|
+
};
|
872
|
+
polygon?: undefined;
|
873
|
+
};
|
874
|
+
})[];
|
875
|
+
uml: ({
|
876
|
+
type: string;
|
877
|
+
name: string;
|
878
|
+
attributes: string[];
|
879
|
+
methods: string[];
|
880
|
+
size: {
|
881
|
+
width: number;
|
882
|
+
height: number;
|
883
|
+
};
|
884
|
+
attrs: {
|
885
|
+
root: {
|
886
|
+
dataTooltip: string;
|
887
|
+
dataTooltipPosition: string;
|
888
|
+
dataTooltipPositionSelector: string;
|
889
|
+
};
|
890
|
+
'.uml-class-name-rect': {
|
891
|
+
top: number;
|
892
|
+
fill: string;
|
893
|
+
stroke: string;
|
894
|
+
'stroke-width': number;
|
895
|
+
rx: number;
|
896
|
+
ry: number;
|
897
|
+
};
|
898
|
+
'.uml-class-attrs-rect': {
|
899
|
+
top: number;
|
900
|
+
fill: string;
|
901
|
+
stroke: string;
|
902
|
+
'stroke-width': number;
|
903
|
+
rx: number;
|
904
|
+
ry: number;
|
905
|
+
};
|
906
|
+
'.uml-class-methods-rect': {
|
907
|
+
top: number;
|
908
|
+
fill: string;
|
909
|
+
stroke: string;
|
910
|
+
'stroke-width': number;
|
911
|
+
rx: number;
|
912
|
+
ry: number;
|
913
|
+
};
|
914
|
+
'.uml-class-name-text': {
|
915
|
+
ref: string;
|
916
|
+
'ref-y': number;
|
917
|
+
'y-alignment': string;
|
918
|
+
fill: string;
|
919
|
+
'font-family': string;
|
920
|
+
'font-weight': string;
|
921
|
+
'font-size': number;
|
922
|
+
};
|
923
|
+
'.uml-class-attrs-text': {
|
924
|
+
ref: string;
|
925
|
+
'ref-y': number;
|
926
|
+
'y-alignment': string;
|
927
|
+
fill: string;
|
928
|
+
'font-family': string;
|
929
|
+
'font-weight': string;
|
930
|
+
'font-size': number;
|
931
|
+
};
|
932
|
+
'.uml-class-methods-text': {
|
933
|
+
ref: string;
|
934
|
+
'ref-y': number;
|
935
|
+
'y-alignment': string;
|
936
|
+
fill: string;
|
937
|
+
'font-family': string;
|
938
|
+
'font-weight': string;
|
939
|
+
'font-size': number;
|
940
|
+
};
|
941
|
+
'.uml-state-body'?: undefined;
|
942
|
+
'.uml-state-separator'?: undefined;
|
943
|
+
'.uml-state-name'?: undefined;
|
944
|
+
'.uml-state-events'?: undefined;
|
945
|
+
};
|
946
|
+
events?: undefined;
|
947
|
+
} | {
|
948
|
+
type: string;
|
949
|
+
name: string;
|
950
|
+
attributes: string[];
|
951
|
+
methods: string[];
|
952
|
+
size: {
|
953
|
+
width: number;
|
954
|
+
height: number;
|
955
|
+
};
|
956
|
+
attrs: {
|
957
|
+
root: {
|
958
|
+
dataTooltip: string;
|
959
|
+
dataTooltipPosition: string;
|
960
|
+
dataTooltipPositionSelector: string;
|
961
|
+
};
|
962
|
+
'.uml-class-name-rect': {
|
963
|
+
fill: string;
|
964
|
+
stroke: string;
|
965
|
+
'stroke-width': number;
|
966
|
+
rx: number;
|
967
|
+
ry: number;
|
968
|
+
top?: undefined;
|
969
|
+
};
|
970
|
+
'.uml-class-attrs-rect': {
|
971
|
+
fill: string;
|
972
|
+
stroke: string;
|
973
|
+
'stroke-width': number;
|
974
|
+
rx: number;
|
975
|
+
ry: number;
|
976
|
+
top?: undefined;
|
977
|
+
};
|
978
|
+
'.uml-class-methods-rect': {
|
979
|
+
fill: string;
|
980
|
+
stroke: string;
|
981
|
+
'stroke-width': number;
|
982
|
+
rx: number;
|
983
|
+
ry: number;
|
984
|
+
top?: undefined;
|
985
|
+
};
|
986
|
+
'.uml-class-name-text': {
|
987
|
+
ref: string;
|
988
|
+
'ref-y': number;
|
989
|
+
'y-alignment': string;
|
990
|
+
fill: string;
|
991
|
+
'font-family': string;
|
992
|
+
'font-weight': string;
|
993
|
+
'font-size': number;
|
994
|
+
};
|
995
|
+
'.uml-class-attrs-text': {
|
996
|
+
ref: string;
|
997
|
+
'ref-y': number;
|
998
|
+
'y-alignment': string;
|
999
|
+
fill: string;
|
1000
|
+
'font-family': string;
|
1001
|
+
'font-size': number;
|
1002
|
+
'font-weight'?: undefined;
|
1003
|
+
};
|
1004
|
+
'.uml-class-methods-text': {
|
1005
|
+
ref: string;
|
1006
|
+
'ref-y': number;
|
1007
|
+
'y-alignment': string;
|
1008
|
+
fill: string;
|
1009
|
+
'font-family': string;
|
1010
|
+
'font-weight': string;
|
1011
|
+
'font-size': number;
|
1012
|
+
};
|
1013
|
+
'.uml-state-body'?: undefined;
|
1014
|
+
'.uml-state-separator'?: undefined;
|
1015
|
+
'.uml-state-name'?: undefined;
|
1016
|
+
'.uml-state-events'?: undefined;
|
1017
|
+
};
|
1018
|
+
events?: undefined;
|
1019
|
+
} | {
|
1020
|
+
type: string;
|
1021
|
+
name: string;
|
1022
|
+
attributes: string[];
|
1023
|
+
methods: string[];
|
1024
|
+
size: {
|
1025
|
+
width: number;
|
1026
|
+
height: number;
|
1027
|
+
};
|
1028
|
+
attrs: {
|
1029
|
+
root: {
|
1030
|
+
dataTooltip: string;
|
1031
|
+
dataTooltipPosition: string;
|
1032
|
+
dataTooltipPositionSelector: string;
|
1033
|
+
};
|
1034
|
+
'.uml-class-name-rect': {
|
1035
|
+
fill: string;
|
1036
|
+
stroke: string;
|
1037
|
+
'stroke-width': number;
|
1038
|
+
rx: number;
|
1039
|
+
ry: number;
|
1040
|
+
top?: undefined;
|
1041
|
+
};
|
1042
|
+
'.uml-class-attrs-rect': {
|
1043
|
+
fill: string;
|
1044
|
+
stroke: string;
|
1045
|
+
'stroke-width': number;
|
1046
|
+
rx: number;
|
1047
|
+
ry: number;
|
1048
|
+
top?: undefined;
|
1049
|
+
};
|
1050
|
+
'.uml-class-methods-rect': {
|
1051
|
+
fill: string;
|
1052
|
+
stroke: string;
|
1053
|
+
'stroke-width': number;
|
1054
|
+
rx: number;
|
1055
|
+
ry: number;
|
1056
|
+
top?: undefined;
|
1057
|
+
};
|
1058
|
+
'.uml-class-name-text': {
|
1059
|
+
ref: string;
|
1060
|
+
'ref-y': number;
|
1061
|
+
'y-alignment': string;
|
1062
|
+
fill: string;
|
1063
|
+
'font-family': string;
|
1064
|
+
'font-weight': string;
|
1065
|
+
'font-size': number;
|
1066
|
+
};
|
1067
|
+
'.uml-class-attrs-text': {
|
1068
|
+
ref: string;
|
1069
|
+
'ref-y': number;
|
1070
|
+
'y-alignment': string;
|
1071
|
+
fill: string;
|
1072
|
+
'font-family': string;
|
1073
|
+
'font-weight': string;
|
1074
|
+
'font-size': number;
|
1075
|
+
};
|
1076
|
+
'.uml-class-methods-text': {
|
1077
|
+
ref: string;
|
1078
|
+
'ref-y': number;
|
1079
|
+
'y-alignment': string;
|
1080
|
+
fill: string;
|
1081
|
+
'font-family': string;
|
1082
|
+
'font-weight': string;
|
1083
|
+
'font-size': number;
|
1084
|
+
};
|
1085
|
+
'.uml-state-body'?: undefined;
|
1086
|
+
'.uml-state-separator'?: undefined;
|
1087
|
+
'.uml-state-name'?: undefined;
|
1088
|
+
'.uml-state-events'?: undefined;
|
1089
|
+
};
|
1090
|
+
events?: undefined;
|
1091
|
+
} | {
|
1092
|
+
type: string;
|
1093
|
+
name: string;
|
1094
|
+
events: string[];
|
1095
|
+
size: {
|
1096
|
+
width: number;
|
1097
|
+
height: number;
|
1098
|
+
};
|
1099
|
+
attrs: {
|
1100
|
+
root: {
|
1101
|
+
dataTooltip: string;
|
1102
|
+
dataTooltipPosition: string;
|
1103
|
+
dataTooltipPositionSelector: string;
|
1104
|
+
};
|
1105
|
+
'.uml-state-body': {
|
1106
|
+
fill: string;
|
1107
|
+
stroke: string;
|
1108
|
+
'stroke-width': number;
|
1109
|
+
rx: number;
|
1110
|
+
ry: number;
|
1111
|
+
'stroke-dasharray': string;
|
1112
|
+
};
|
1113
|
+
'.uml-state-separator': {
|
1114
|
+
stroke: string;
|
1115
|
+
'stroke-width': number;
|
1116
|
+
'stroke-dasharray': string;
|
1117
|
+
};
|
1118
|
+
'.uml-state-name': {
|
1119
|
+
fill: string;
|
1120
|
+
'font-size': number;
|
1121
|
+
'font-family': string;
|
1122
|
+
'font-weight': string;
|
1123
|
+
};
|
1124
|
+
'.uml-state-events': {
|
1125
|
+
fill: string;
|
1126
|
+
'font-size': number;
|
1127
|
+
'font-family': string;
|
1128
|
+
'font-weight': string;
|
1129
|
+
};
|
1130
|
+
'.uml-class-name-rect'?: undefined;
|
1131
|
+
'.uml-class-attrs-rect'?: undefined;
|
1132
|
+
'.uml-class-methods-rect'?: undefined;
|
1133
|
+
'.uml-class-name-text'?: undefined;
|
1134
|
+
'.uml-class-attrs-text'?: undefined;
|
1135
|
+
'.uml-class-methods-text'?: undefined;
|
1136
|
+
};
|
1137
|
+
attributes?: undefined;
|
1138
|
+
methods?: undefined;
|
1139
|
+
})[];
|
1140
|
+
org: {
|
1141
|
+
type: string;
|
1142
|
+
attrs: {
|
1143
|
+
root: {
|
1144
|
+
dataTooltip: string;
|
1145
|
+
dataTooltipPosition: string;
|
1146
|
+
dataTooltipPositionSelector: string;
|
1147
|
+
};
|
1148
|
+
'.rank': {
|
1149
|
+
text: string;
|
1150
|
+
fill: string;
|
1151
|
+
'font-family': string;
|
1152
|
+
'font-size': number;
|
1153
|
+
'font-weight': string;
|
1154
|
+
'text-decoration': string;
|
1155
|
+
};
|
1156
|
+
'.name': {
|
1157
|
+
text: string;
|
1158
|
+
fill: string;
|
1159
|
+
'font-family': string;
|
1160
|
+
'font-weight': string;
|
1161
|
+
'font-size': number;
|
1162
|
+
};
|
1163
|
+
'.card': {
|
1164
|
+
fill: string;
|
1165
|
+
stroke: string;
|
1166
|
+
'stroke-width': number;
|
1167
|
+
'stroke-dasharray': string;
|
1168
|
+
};
|
1169
|
+
image: {
|
1170
|
+
width: number;
|
1171
|
+
height: number;
|
1172
|
+
x: number;
|
1173
|
+
y: number;
|
1174
|
+
ref: string;
|
1175
|
+
'ref-x': number;
|
1176
|
+
'ref-y': number;
|
1177
|
+
'y-alignment': string;
|
1178
|
+
'xlink:href': string;
|
1179
|
+
};
|
1180
|
+
};
|
1181
|
+
}[];
|
1182
|
+
};
|
1183
|
+
}
|