ngx-rs-ant 1.6.6 → 1.6.7

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.
Files changed (67) hide show
  1. package/box-container/box-container.component.d.ts +2 -1
  2. package/camunda-bpmn-editor/custom/hide-other/{GatewayReplaceMenuProvider.d.ts → CustomReplaceMenuProvider.d.ts} +1 -1
  3. package/camunda-bpmn-editor/custom/hide-other/HideOtherContextPadProvider.d.ts +1 -1
  4. package/camunda-bpmn-editor/custom/hide-other/index.d.ts +2 -2
  5. package/data-grid/data-grid.service.d.ts +0 -1
  6. package/data-grid/instance-link-template/instance-link-template.component.d.ts +1 -0
  7. package/drawer/drawer.component.d.ts +3 -5
  8. package/drawer/drawer.service.d.ts +1 -2
  9. package/esm2020/box-container/PluginManager.mjs +2 -1
  10. package/esm2020/box-container/box-container.component.mjs +5 -3
  11. package/esm2020/box-container/box-item/box-item-host.directive.mjs +1 -1
  12. package/esm2020/box-container/box-item/box-item.component.mjs +3 -3
  13. package/esm2020/box-container/box-item/item-blank/item-blank.component.mjs +3 -3
  14. package/esm2020/box-container/box-item/item-config/config-blank/config-blank.component.mjs +3 -3
  15. package/esm2020/box-container/box-item/item-config/form-item-config-error/form-item-config-error.component.mjs +3 -3
  16. package/esm2020/box-container/box-item/item-config/item-config.component.mjs +3 -3
  17. package/esm2020/box-container/box-item/item-style/item-style.component.mjs +3 -3
  18. package/esm2020/box-container/box-item/item-style/style/style.component.mjs +3 -3
  19. package/esm2020/box-container/box-item/item-style/style-blank/style-blank.component.mjs +3 -3
  20. package/esm2020/box-container/plugin-active/divider/divider-line/divider-line.component.mjs +1 -1
  21. package/esm2020/box-container/plugin-active/divider/divider.component.mjs +3 -3
  22. package/esm2020/box-container/plugin-hover/plugin-hover.component.mjs +3 -3
  23. package/esm2020/box-container/plugin-not-found/plugin-not-found.component.mjs +3 -3
  24. package/esm2020/camunda-bpmn-editor/camunda-bpmn-editor.component.mjs +3 -4
  25. package/esm2020/camunda-bpmn-editor/camunda-bpmn-editor.module.mjs +1 -1
  26. package/esm2020/camunda-bpmn-editor/custom/hide-other/CustomReplaceMenuProvider.mjs +22 -0
  27. package/esm2020/camunda-bpmn-editor/custom/hide-other/HideOtherContextPadProvider.mjs +7 -2
  28. package/esm2020/camunda-bpmn-editor/custom/hide-other/HideOtherPaletteProvider.mjs +2 -2
  29. package/esm2020/camunda-bpmn-editor/custom/hide-other/index.mjs +3 -3
  30. package/esm2020/camunda-bpmn-editor/custom/service-task/ServiceTaskContextPadProvider.mjs +1 -1
  31. package/esm2020/camunda-bpmn-editor/custom/user-task/UserTaskContextPadProvider.mjs +1 -1
  32. package/esm2020/camunda-bpmn-editor/custom/user-task/initUserTask.mjs +3 -2
  33. package/esm2020/code-editor/code-editor.component.mjs +3 -3
  34. package/esm2020/code-editor/code-editor.module.mjs +1 -1
  35. package/esm2020/data-detail/data-detail.component.mjs +3 -3
  36. package/esm2020/data-detail/data-detail.module.mjs +1 -1
  37. package/esm2020/data-detail/data-detail.service.mjs +1 -1
  38. package/esm2020/data-grid/data-grid.module.mjs +1 -1
  39. package/esm2020/data-grid/data-grid.service.mjs +1 -10
  40. package/esm2020/data-grid/instance-link-template/instance-link-template.component.mjs +5 -3
  41. package/esm2020/data-grid/row-buttons-template.directive.mjs +1 -1
  42. package/esm2020/data-grid/unit-info-template/unit-info-template.component.mjs +3 -3
  43. package/esm2020/data-grid/user-info-template/user-info-template.component.mjs +3 -3
  44. package/esm2020/drawer/drawer.component.mjs +9 -16
  45. package/esm2020/drawer/drawer.module.mjs +1 -1
  46. package/esm2020/drawer/drawer.service.mjs +11 -7
  47. package/esm2020/dynamic-params/dynamic-params.component.mjs +3 -3
  48. package/esm2020/dynamic-params/dynamic-params.module.mjs +1 -1
  49. package/esm2020/dynamic-params/tooltip-content-template.directive.mjs +1 -1
  50. package/esm2020/form/field-selector/field-selector.component.mjs +3 -3
  51. package/esm2020/form/form.component.mjs +1 -1
  52. package/esm2020/form/form.module.mjs +1 -1
  53. package/esm2020/form/form.service.mjs +1 -1
  54. package/esm2020/fullscreen/fullscreen.directive.mjs +1 -1
  55. package/esm2020/icon-selector/icon-selector.component.mjs +3 -3
  56. package/esm2020/icon-selector/icon-selector.module.mjs +1 -1
  57. package/esm2020/modal/modal.module.mjs +1 -1
  58. package/esm2020/modal/modal.service.mjs +1 -1
  59. package/esm2020/util/change-filter.mjs +3 -2
  60. package/esm2020/websocket/websocket.module.mjs +1 -1
  61. package/esm2020/websocket/websocket.service.mjs +1 -1
  62. package/fesm2015/ngx-rs-ant.mjs +80 -80
  63. package/fesm2015/ngx-rs-ant.mjs.map +1 -1
  64. package/fesm2020/ngx-rs-ant.mjs +79 -80
  65. package/fesm2020/ngx-rs-ant.mjs.map +1 -1
  66. package/package.json +1 -1
  67. package/esm2020/camunda-bpmn-editor/custom/hide-other/GatewayReplaceMenuProvider.mjs +0 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-rs-ant",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "license": "MIT",
5
5
  "description": "RsAnt components based on Angular and DevExtreme",
6
6
  "exports": {
@@ -1,22 +0,0 @@
1
- import { is } from 'bpmn-js/lib/util/ModelUtil';
2
- export default class GatewayReplaceMenuProvider {
3
- constructor(popupMenu) {
4
- popupMenu.registerProvider('bpmn-replace', 0, this);
5
- }
6
- getPopupMenuEntries(element) {
7
- return (entries) => {
8
- if (is(element, 'bpmn:ExclusiveGateway')) {
9
- return {
10
- 'replace-with-parallel-gateway': entries['replace-with-parallel-gateway']
11
- };
12
- }
13
- else if (is(element, 'bpmn:ParallelGateway')) {
14
- return {
15
- 'replace-with-exclusive-gateway': entries['replace-with-exclusive-gateway']
16
- };
17
- }
18
- return entries;
19
- };
20
- }
21
- }
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiR2F0ZXdheVJlcGxhY2VNZW51UHJvdmlkZXIuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9uZ3gtcnMtYW50L3NyYy9jYW11bmRhLWJwbW4tZWRpdG9yL2N1c3RvbS9oaWRlLW90aGVyL0dhdGV3YXlSZXBsYWNlTWVudVByb3ZpZGVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxFQUFFLEVBQUMsTUFBTSw0QkFBNEIsQ0FBQztBQUU5QyxNQUFNLENBQUMsT0FBTyxPQUFPLDBCQUEwQjtJQUM3QyxZQUFZLFNBQWM7UUFDeEIsU0FBUyxDQUFDLGdCQUFnQixDQUFDLGNBQWMsRUFBRSxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDdEQsQ0FBQztJQUVELG1CQUFtQixDQUFDLE9BQVk7UUFDOUIsT0FBTyxDQUFDLE9BQVksRUFBRSxFQUFFO1lBQ3RCLElBQUksRUFBRSxDQUFDLE9BQU8sRUFBRSx1QkFBdUIsQ0FBQyxFQUFFO2dCQUN4QyxPQUFPO29CQUNMLCtCQUErQixFQUFFLE9BQU8sQ0FBQywrQkFBK0IsQ0FBQztpQkFDMUUsQ0FBQTthQUNGO2lCQUFNLElBQUksRUFBRSxDQUFDLE9BQU8sRUFBRSxzQkFBc0IsQ0FBQyxFQUFFO2dCQUM5QyxPQUFPO29CQUNMLGdDQUFnQyxFQUFFLE9BQU8sQ0FBQyxnQ0FBZ0MsQ0FBQztpQkFDNUUsQ0FBQTthQUNGO1lBQ0QsT0FBTyxPQUFPLENBQUM7UUFDakIsQ0FBQyxDQUFDO0lBQ0osQ0FBQztDQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtpc30gZnJvbSAnYnBtbi1qcy9saWIvdXRpbC9Nb2RlbFV0aWwnO1xyXG5cclxuZXhwb3J0IGRlZmF1bHQgY2xhc3MgR2F0ZXdheVJlcGxhY2VNZW51UHJvdmlkZXIge1xyXG4gIGNvbnN0cnVjdG9yKHBvcHVwTWVudTogYW55KSB7XHJcbiAgICBwb3B1cE1lbnUucmVnaXN0ZXJQcm92aWRlcignYnBtbi1yZXBsYWNlJywgMCwgdGhpcyk7XHJcbiAgfVxyXG5cclxuICBnZXRQb3B1cE1lbnVFbnRyaWVzKGVsZW1lbnQ6IGFueSkge1xyXG4gICAgcmV0dXJuIChlbnRyaWVzOiBhbnkpID0+IHtcclxuICAgICAgaWYgKGlzKGVsZW1lbnQsICdicG1uOkV4Y2x1c2l2ZUdhdGV3YXknKSkge1xyXG4gICAgICAgIHJldHVybiB7XHJcbiAgICAgICAgICAncmVwbGFjZS13aXRoLXBhcmFsbGVsLWdhdGV3YXknOiBlbnRyaWVzWydyZXBsYWNlLXdpdGgtcGFyYWxsZWwtZ2F0ZXdheSddXHJcbiAgICAgICAgfVxyXG4gICAgICB9IGVsc2UgaWYgKGlzKGVsZW1lbnQsICdicG1uOlBhcmFsbGVsR2F0ZXdheScpKSB7XHJcbiAgICAgICAgcmV0dXJuIHtcclxuICAgICAgICAgICdyZXBsYWNlLXdpdGgtZXhjbHVzaXZlLWdhdGV3YXknOiBlbnRyaWVzWydyZXBsYWNlLXdpdGgtZXhjbHVzaXZlLWdhdGV3YXknXVxyXG4gICAgICAgIH1cclxuICAgICAgfVxyXG4gICAgICByZXR1cm4gZW50cmllcztcclxuICAgIH07XHJcbiAgfVxyXG59XHJcbiJdfQ==