@bizdoc/core 1.15.4 → 1.15.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 (114) hide show
  1. package/assets/bizdoc-schema.json +6 -8
  2. package/assets/system/icons.json +1 -0
  3. package/esm2020/lib/admin/admin-menu.component.mjs +3 -3
  4. package/esm2020/lib/admin/configuration-designer/designer-element.component.mjs +2 -2
  5. package/esm2020/lib/admin/configuration-designer/designer.base.mjs +55 -11
  6. package/esm2020/lib/admin/configuration-designer/designer.component.mjs +90 -44
  7. package/esm2020/lib/admin/configuration-designer/elements/action.component.mjs +12 -18
  8. package/esm2020/lib/admin/configuration-designer/elements/analysis-view.component.mjs +5 -6
  9. package/esm2020/lib/admin/configuration-designer/elements/analysis-widget.component.mjs +7 -6
  10. package/esm2020/lib/admin/configuration-designer/elements/anomaly-rule.component.mjs +8 -11
  11. package/esm2020/lib/admin/configuration-designer/elements/box-form.component.mjs +13 -14
  12. package/esm2020/lib/admin/configuration-designer/elements/configuration-datasource.component.mjs +61 -0
  13. package/esm2020/lib/admin/configuration-designer/elements/cube.component.mjs +47 -29
  14. package/esm2020/lib/admin/configuration-designer/elements/documents-report.component.mjs +15 -32
  15. package/esm2020/lib/admin/configuration-designer/elements/documents-widget.component.mjs +15 -14
  16. package/esm2020/lib/admin/configuration-designer/elements/folder.component.mjs +16 -17
  17. package/esm2020/lib/admin/configuration-designer/elements/form.component.mjs +50 -21
  18. package/esm2020/lib/admin/configuration-designer/elements/guide.component.mjs +34 -19
  19. package/esm2020/lib/admin/configuration-designer/elements/matrix-view.component.mjs +41 -9
  20. package/esm2020/lib/admin/configuration-designer/elements/parallel-view.component.mjs +5 -4
  21. package/esm2020/lib/admin/configuration-designer/elements/performance-widget.component.mjs +14 -26
  22. package/esm2020/lib/admin/configuration-designer/elements/pivot-view.component.mjs +5 -4
  23. package/esm2020/lib/admin/configuration-designer/elements/report.component.mjs +12 -18
  24. package/esm2020/lib/admin/configuration-designer/elements/return-to-role-action.component.mjs +3 -4
  25. package/esm2020/lib/admin/configuration-designer/elements/role.component.mjs +18 -18
  26. package/esm2020/lib/admin/configuration-designer/elements/rule.component.mjs +9 -18
  27. package/esm2020/lib/admin/configuration-designer/elements/state.component.mjs +16 -18
  28. package/esm2020/lib/admin/configuration-designer/elements/sum-view.component.mjs +6 -4
  29. package/esm2020/lib/admin/configuration-designer/elements/type.component.mjs +15 -19
  30. package/esm2020/lib/admin/configuration-designer/elements/usage-report.component.mjs +35 -8
  31. package/esm2020/lib/admin/configuration-designer/elements/utility.component.mjs +12 -16
  32. package/esm2020/lib/admin/configuration-designer/elements/view.component.mjs +13 -12
  33. package/esm2020/lib/admin/configuration-designer/elements/widget.component.mjs +10 -19
  34. package/esm2020/lib/admin/configuration-designer/icon-picker.component.mjs +162 -0
  35. package/esm2020/lib/admin/configuration-designer/privileges.component.mjs +25 -17
  36. package/esm2020/lib/admin/core/ace.input.mjs +14 -16
  37. package/esm2020/lib/admin/core/color-picker.input.mjs +10 -33
  38. package/esm2020/lib/admin/form/designer/designer.component.mjs +192 -22
  39. package/esm2020/lib/admin/form/workflow/workflow.component.mjs +6 -6
  40. package/esm2020/lib/admin/system.service.mjs +7 -1
  41. package/esm2020/lib/compose/box/box.component.mjs +44 -0
  42. package/esm2020/lib/compose/document.component.mjs +2 -2
  43. package/esm2020/lib/compose/form-ref.mjs +7 -2
  44. package/esm2020/lib/compose/form-selector/form-selector.sheet.mjs +3 -3
  45. package/esm2020/lib/compose/form.component.mjs +2 -2
  46. package/esm2020/lib/compose/new-menu.component.mjs +3 -3
  47. package/esm2020/lib/compose/version-compare/version-compare.component.mjs +2 -2
  48. package/esm2020/lib/core/functions.mjs +14 -2
  49. package/esm2020/lib/core/models.mjs +1 -1
  50. package/esm2020/lib/core/translations.mjs +4 -1
  51. package/esm2020/lib/cube/filter/filter.component.mjs +3 -3
  52. package/esm2020/lib/cube/matrix/table.component.mjs +1 -1
  53. package/esm2020/lib/dashboard/cube/compare.widget.mjs +1 -1
  54. package/esm2020/lib/dashboard/cube/cube-analysis.base.mjs +1 -1
  55. package/esm2020/lib/reports/cube/documents.component.mjs +1 -1
  56. package/esm2020/lib/reports/cube/grid-documents.component.mjs +1 -1
  57. package/esm2020/lib/reports/cube/table-documents.component.mjs +1 -1
  58. package/esm2020/lib/reports/cube/usage-base.mjs +1 -1
  59. package/esm2020/lib/shared.module.mjs +7 -7
  60. package/esm2020/lib/system.module.mjs +11 -6
  61. package/esm2020/lib/views/cube/chart.component.mjs +1 -1
  62. package/esm2020/public-api.mjs +1 -2
  63. package/fesm2015/bizdoc-core.mjs +1453 -945
  64. package/fesm2015/bizdoc-core.mjs.map +1 -1
  65. package/fesm2020/bizdoc-core.mjs +1436 -946
  66. package/fesm2020/bizdoc-core.mjs.map +1 -1
  67. package/lib/admin/configuration-designer/designer.base.d.ts +83 -29
  68. package/lib/admin/configuration-designer/designer.component.d.ts +14 -3
  69. package/lib/admin/configuration-designer/elements/action.component.d.ts +2 -13
  70. package/lib/admin/configuration-designer/elements/anomaly-rule.component.d.ts +0 -5
  71. package/lib/admin/configuration-designer/elements/box-form.component.d.ts +3 -13
  72. package/lib/admin/configuration-designer/elements/configuration-datasource.component.d.ts +26 -0
  73. package/lib/admin/configuration-designer/elements/cube.component.d.ts +12 -13
  74. package/lib/admin/configuration-designer/elements/documents-report.component.d.ts +3 -27
  75. package/lib/admin/configuration-designer/elements/documents-widget.component.d.ts +3 -2
  76. package/lib/admin/configuration-designer/elements/folder.component.d.ts +2 -12
  77. package/lib/admin/configuration-designer/elements/form.component.d.ts +6 -12
  78. package/lib/admin/configuration-designer/elements/guide.component.d.ts +7 -12
  79. package/lib/admin/configuration-designer/elements/matrix-view.component.d.ts +7 -1
  80. package/lib/admin/configuration-designer/elements/performance-widget.component.d.ts +3 -21
  81. package/lib/admin/configuration-designer/elements/report.component.d.ts +2 -15
  82. package/lib/admin/configuration-designer/elements/return-to-role-action.component.d.ts +1 -2
  83. package/lib/admin/configuration-designer/elements/role.component.d.ts +3 -15
  84. package/lib/admin/configuration-designer/elements/rule.component.d.ts +2 -13
  85. package/lib/admin/configuration-designer/elements/state.component.d.ts +2 -14
  86. package/lib/admin/configuration-designer/elements/sum-view.component.d.ts +1 -0
  87. package/lib/admin/configuration-designer/elements/type.component.d.ts +2 -15
  88. package/lib/admin/configuration-designer/elements/usage-report.component.d.ts +7 -1
  89. package/lib/admin/configuration-designer/elements/utility.component.d.ts +2 -12
  90. package/lib/admin/configuration-designer/elements/view.component.d.ts +5 -10
  91. package/lib/admin/configuration-designer/elements/widget.component.d.ts +2 -13
  92. package/lib/admin/configuration-designer/icon-picker.component.d.ts +67 -0
  93. package/lib/admin/configuration-designer/privileges.component.d.ts +3 -4
  94. package/lib/admin/core/ace.input.d.ts +4 -4
  95. package/lib/admin/core/color-picker.input.d.ts +4 -6
  96. package/lib/admin/form/designer/designer.component.d.ts +68 -20
  97. package/lib/admin/form/workflow/workflow.component.d.ts +2 -2
  98. package/lib/admin/system.service.d.ts +7 -0
  99. package/lib/compose/box/box.component.d.ts +17 -0
  100. package/lib/compose/form-ref.d.ts +6 -2
  101. package/lib/core/models.d.ts +4 -1
  102. package/lib/core/translations.d.ts +3 -0
  103. package/lib/cube/matrix/table.component.d.ts +0 -1
  104. package/lib/dashboard/cube/compare.widget.d.ts +7 -1
  105. package/lib/dashboard/cube/cube-analysis.base.d.ts +1 -0
  106. package/lib/reports/cube/documents.component.d.ts +2 -3
  107. package/lib/reports/cube/grid-documents.component.d.ts +2 -2
  108. package/lib/reports/cube/table-documents.component.d.ts +2 -2
  109. package/lib/reports/cube/usage-base.d.ts +2 -1
  110. package/lib/shared.module.d.ts +33 -33
  111. package/lib/system.module.d.ts +62 -59
  112. package/lib/views/cube/chart.component.d.ts +2 -1
  113. package/package.json +1 -1
  114. package/public-api.d.ts +0 -1
@@ -17,11 +17,11 @@ export class AdminMenuComponent {
17
17
  }
18
18
  }
19
19
  AdminMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: AdminMenuComponent, deps: [{ token: i1.SessionService }], target: i0.ɵɵFactoryTarget.Component });
20
- AdminMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: AdminMenuComponent, selector: "bizdoc-admin-menu", inputs: { collapsed: "collapsed" }, ngImport: i0, template: "<!--<span class=\"mat-subheader\">BizDoc</span>\r\n<h1 class=\"mat-display-1\">{{'System'|translate}}</h1>-->\r\n\r\n<mat-nav-list>\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Workflow'|translate}}</h3>\r\n <mat-list-item *ngFor=\"let f of profile.forms\" [slotRouterLink]='[\"admin/forms\", f.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"f.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{f.icon}}</mat-icon>\r\n <span matLine>{{f.title}}</span>\r\n </mat-list-item>\r\n <mat-divider></mat-divider>\r\n\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Utilities'|translate}}</h3>\r\n\r\n <mat-list-item *ngFor=\"let u of profile.utilities\" [slotRouterLink]='[\"admin/utilities\", u.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"u.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{u.icon || 'build'}}</mat-icon>\r\n <span matLine>{{u.title}}</span>\r\n </mat-list-item>\r\n</mat-nav-list>\r\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.MatLine, selector: "[mat-line], [matLine]" }, { kind: "component", type: i4.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { kind: "component", type: i4.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { kind: "directive", type: i4.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { kind: "directive", type: i4.MatListSubheaderCssMatStyler, selector: "[mat-subheader], [matSubheader]" }, { kind: "component", type: i5.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i7.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "directive", type: i8.SlotRouterDirective, selector: "[slotRouterLink]", inputs: ["slotRouterLink", "slotRouterLinkActive", "slotRouterLinkDisabled", "slotRouterLinkPolicy", "slotRouterLinkOptions"] }, { kind: "pipe", type: i9.TranslatePipe, name: "translate" }] });
20
+ AdminMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: AdminMenuComponent, selector: "bizdoc-admin-menu", inputs: { collapsed: "collapsed" }, ngImport: i0, template: "<!--<span class=\"mat-subheader\">BizDoc</span>\r\n<h1 class=\"mat-display-1\">{{'System'|translate}}</h1>-->\r\n\r\n<mat-nav-list>\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Workflow'|translate}}</h3>\r\n <mat-list-item *ngFor=\"let f of profile.forms\" [slotRouterLink]='[\"admin/forms\", f.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"f.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{f.icon|| 'description'}}</mat-icon>\r\n <span matLine>{{f.title}}</span>\r\n </mat-list-item>\r\n <mat-divider></mat-divider>\r\n\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Utilities'|translate}}</h3>\r\n\r\n <mat-list-item *ngFor=\"let u of profile.utilities\" [slotRouterLink]='[\"admin/utilities\", u.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"u.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{u.icon || 'build'}}</mat-icon>\r\n <span matLine>{{u.title}}</span>\r\n </mat-list-item>\r\n</mat-nav-list>\r\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.MatLine, selector: "[mat-line], [matLine]" }, { kind: "component", type: i4.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { kind: "component", type: i4.MatListItem, selector: "mat-list-item, a[mat-list-item], button[mat-list-item]", inputs: ["disableRipple", "disabled"], exportAs: ["matListItem"] }, { kind: "directive", type: i4.MatListIconCssMatStyler, selector: "[mat-list-icon], [matListIcon]" }, { kind: "directive", type: i4.MatListSubheaderCssMatStyler, selector: "[mat-subheader], [matSubheader]" }, { kind: "component", type: i5.MatDivider, selector: "mat-divider", inputs: ["vertical", "inset"] }, { kind: "component", type: i6.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { kind: "directive", type: i7.TooltipDirective, selector: "[bizdocTooltip]", inputs: ["bizdocTooltip", "bizdocTooltipTemplate", "bizdocTooltipContext", "bizdocTooltipPosition", "bizdocTooltipDuration", "bizdocTooltipDisabled"] }, { kind: "directive", type: i8.SlotRouterDirective, selector: "[slotRouterLink]", inputs: ["slotRouterLink", "slotRouterLinkActive", "slotRouterLinkDisabled", "slotRouterLinkPolicy", "slotRouterLinkOptions"] }, { kind: "pipe", type: i9.TranslatePipe, name: "translate" }] });
21
21
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: AdminMenuComponent, decorators: [{
22
22
  type: Component,
23
- args: [{ selector: 'bizdoc-admin-menu', template: "<!--<span class=\"mat-subheader\">BizDoc</span>\r\n<h1 class=\"mat-display-1\">{{'System'|translate}}</h1>-->\r\n\r\n<mat-nav-list>\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Workflow'|translate}}</h3>\r\n <mat-list-item *ngFor=\"let f of profile.forms\" [slotRouterLink]='[\"admin/forms\", f.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"f.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{f.icon}}</mat-icon>\r\n <span matLine>{{f.title}}</span>\r\n </mat-list-item>\r\n <mat-divider></mat-divider>\r\n\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Utilities'|translate}}</h3>\r\n\r\n <mat-list-item *ngFor=\"let u of profile.utilities\" [slotRouterLink]='[\"admin/utilities\", u.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"u.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{u.icon || 'build'}}</mat-icon>\r\n <span matLine>{{u.title}}</span>\r\n </mat-list-item>\r\n</mat-nav-list>\r\n" }]
23
+ args: [{ selector: 'bizdoc-admin-menu', template: "<!--<span class=\"mat-subheader\">BizDoc</span>\r\n<h1 class=\"mat-display-1\">{{'System'|translate}}</h1>-->\r\n\r\n<mat-nav-list>\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Workflow'|translate}}</h3>\r\n <mat-list-item *ngFor=\"let f of profile.forms\" [slotRouterLink]='[\"admin/forms\", f.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"f.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{f.icon|| 'description'}}</mat-icon>\r\n <span matLine>{{f.title}}</span>\r\n </mat-list-item>\r\n <mat-divider></mat-divider>\r\n\r\n <h3 matSubheader *ngIf=\"!collapsed\">{{'Utilities'|translate}}</h3>\r\n\r\n <mat-list-item *ngFor=\"let u of profile.utilities\" [slotRouterLink]='[\"admin/utilities\", u.name]' slotRouterLinkActive=\"active\">\r\n <mat-icon matListIcon [bizdocTooltip]=\"u.title\" bizdocTooltipPosition=\"end\" [bizdocTooltipDisabled]=\"!collapsed\">{{u.icon || 'build'}}</mat-icon>\r\n <span matLine>{{u.title}}</span>\r\n </mat-list-item>\r\n</mat-nav-list>\r\n" }]
24
24
  }], ctorParameters: function () { return [{ type: i1.SessionService }]; }, propDecorators: { collapsed: [{
25
25
  type: Input
26
26
  }] } });
27
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRtaW4tbWVudS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2FkbWluLW1lbnUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9hZG1pbi1tZW51LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7Ozs7Ozs7OztBQVF6RCxNQUFNLE9BQU8sa0JBQWtCO0lBSTdCLFlBQVksT0FBdUI7UUFDakMsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUMsT0FBTyxDQUFDO0lBQ2pDLENBQUM7SUFFRCxRQUFRO0lBQ1IsQ0FBQzs7K0dBVFUsa0JBQWtCO21HQUFsQixrQkFBa0IsNkZDUi9CLHVoQ0FrQkE7MkZEVmEsa0JBQWtCO2tCQUo5QixTQUFTOytCQUNFLG1CQUFtQjtxR0FJcEIsU0FBUztzQkFBakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBQcm9maWxlIH0gZnJvbSAnLi4vY29yZS9tb2RlbHMnO1xyXG5pbXBvcnQgeyBTZXNzaW9uU2VydmljZSB9IGZyb20gJy4uL2NvcmUvc2Vzc2lvbi5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYml6ZG9jLWFkbWluLW1lbnUnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hZG1pbi1tZW51LmNvbXBvbmVudC5odG1sJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQWRtaW5NZW51Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBASW5wdXQoKSBjb2xsYXBzZWQ6IGJvb2xlYW47XHJcbiAgcHJvZmlsZTogUHJvZmlsZTtcclxuXHJcbiAgY29uc3RydWN0b3Ioc2Vzc2lvbjogU2Vzc2lvblNlcnZpY2UpIHtcclxuICAgIHRoaXMucHJvZmlsZSA9IHNlc3Npb24ucHJvZmlsZTtcclxuICB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbn1cclxuIiwiPCEtLTxzcGFuIGNsYXNzPVwibWF0LXN1YmhlYWRlclwiPkJpekRvYzwvc3Bhbj5cclxuPGgxIGNsYXNzPVwibWF0LWRpc3BsYXktMVwiPnt7J1N5c3RlbSd8dHJhbnNsYXRlfX08L2gxPi0tPlxyXG5cclxuPG1hdC1uYXYtbGlzdD5cclxuICA8aDMgbWF0U3ViaGVhZGVyICpuZ0lmPVwiIWNvbGxhcHNlZFwiPnt7J1dvcmtmbG93J3x0cmFuc2xhdGV9fTwvaDM+XHJcbiAgPG1hdC1saXN0LWl0ZW0gKm5nRm9yPVwibGV0IGYgb2YgcHJvZmlsZS5mb3Jtc1wiIFtzbG90Um91dGVyTGlua109J1tcImFkbWluL2Zvcm1zXCIsIGYubmFtZV0nIHNsb3RSb3V0ZXJMaW5rQWN0aXZlPVwiYWN0aXZlXCI+XHJcbiAgICA8bWF0LWljb24gbWF0TGlzdEljb24gW2JpemRvY1Rvb2x0aXBdPVwiZi50aXRsZVwiIGJpemRvY1Rvb2x0aXBQb3NpdGlvbj1cImVuZFwiIFtiaXpkb2NUb29sdGlwRGlzYWJsZWRdPVwiIWNvbGxhcHNlZFwiPnt7Zi5pY29ufX08L21hdC1pY29uPlxyXG4gICAgPHNwYW4gbWF0TGluZT57e2YudGl0bGV9fTwvc3Bhbj5cclxuICA8L21hdC1saXN0LWl0ZW0+XHJcbiAgPG1hdC1kaXZpZGVyPjwvbWF0LWRpdmlkZXI+XHJcblxyXG4gIDxoMyBtYXRTdWJoZWFkZXIgKm5nSWY9XCIhY29sbGFwc2VkXCI+e3snVXRpbGl0aWVzJ3x0cmFuc2xhdGV9fTwvaDM+XHJcblxyXG4gIDxtYXQtbGlzdC1pdGVtICpuZ0Zvcj1cImxldCB1IG9mIHByb2ZpbGUudXRpbGl0aWVzXCIgW3Nsb3RSb3V0ZXJMaW5rXT0nW1wiYWRtaW4vdXRpbGl0aWVzXCIsIHUubmFtZV0nIHNsb3RSb3V0ZXJMaW5rQWN0aXZlPVwiYWN0aXZlXCI+XHJcbiAgICA8bWF0LWljb24gbWF0TGlzdEljb24gW2JpemRvY1Rvb2x0aXBdPVwidS50aXRsZVwiIGJpemRvY1Rvb2x0aXBQb3NpdGlvbj1cImVuZFwiIFtiaXpkb2NUb29sdGlwRGlzYWJsZWRdPVwiIWNvbGxhcHNlZFwiPnt7dS5pY29uIHx8ICdidWlsZCd9fTwvbWF0LWljb24+XHJcbiAgICA8c3BhbiBtYXRMaW5lPnt7dS50aXRsZX19PC9zcGFuPlxyXG4gIDwvbWF0LWxpc3QtaXRlbT5cclxuPC9tYXQtbmF2LWxpc3Q+XHJcbiJdfQ==
27
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWRtaW4tbWVudS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJyYXJpZXMvY29yZS9zcmMvbGliL2FkbWluL2FkbWluLW1lbnUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vbGlicmFyaWVzL2NvcmUvc3JjL2xpYi9hZG1pbi9hZG1pbi1tZW51LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDOzs7Ozs7Ozs7OztBQVF6RCxNQUFNLE9BQU8sa0JBQWtCO0lBSTdCLFlBQVksT0FBdUI7UUFDakMsSUFBSSxDQUFDLE9BQU8sR0FBRyxPQUFPLENBQUMsT0FBTyxDQUFDO0lBQ2pDLENBQUM7SUFFRCxRQUFRO0lBQ1IsQ0FBQzs7K0dBVFUsa0JBQWtCO21HQUFsQixrQkFBa0IsNkZDUi9CLHVpQ0FrQkE7MkZEVmEsa0JBQWtCO2tCQUo5QixTQUFTOytCQUNFLG1CQUFtQjtxR0FJcEIsU0FBUztzQkFBakIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBQcm9maWxlIH0gZnJvbSAnLi4vY29yZS9tb2RlbHMnO1xyXG5pbXBvcnQgeyBTZXNzaW9uU2VydmljZSB9IGZyb20gJy4uL2NvcmUvc2Vzc2lvbi5zZXJ2aWNlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYml6ZG9jLWFkbWluLW1lbnUnLFxyXG4gIHRlbXBsYXRlVXJsOiAnLi9hZG1pbi1tZW51LmNvbXBvbmVudC5odG1sJ1xyXG59KVxyXG5leHBvcnQgY2xhc3MgQWRtaW5NZW51Q29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0IHtcclxuICBASW5wdXQoKSBjb2xsYXBzZWQ6IGJvb2xlYW47XHJcbiAgcHJvZmlsZTogUHJvZmlsZTtcclxuXHJcbiAgY29uc3RydWN0b3Ioc2Vzc2lvbjogU2Vzc2lvblNlcnZpY2UpIHtcclxuICAgIHRoaXMucHJvZmlsZSA9IHNlc3Npb24ucHJvZmlsZTtcclxuICB9XHJcblxyXG4gIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gIH1cclxuXHJcbn1cclxuIiwiPCEtLTxzcGFuIGNsYXNzPVwibWF0LXN1YmhlYWRlclwiPkJpekRvYzwvc3Bhbj5cclxuPGgxIGNsYXNzPVwibWF0LWRpc3BsYXktMVwiPnt7J1N5c3RlbSd8dHJhbnNsYXRlfX08L2gxPi0tPlxyXG5cclxuPG1hdC1uYXYtbGlzdD5cclxuICA8aDMgbWF0U3ViaGVhZGVyICpuZ0lmPVwiIWNvbGxhcHNlZFwiPnt7J1dvcmtmbG93J3x0cmFuc2xhdGV9fTwvaDM+XHJcbiAgPG1hdC1saXN0LWl0ZW0gKm5nRm9yPVwibGV0IGYgb2YgcHJvZmlsZS5mb3Jtc1wiIFtzbG90Um91dGVyTGlua109J1tcImFkbWluL2Zvcm1zXCIsIGYubmFtZV0nIHNsb3RSb3V0ZXJMaW5rQWN0aXZlPVwiYWN0aXZlXCI+XHJcbiAgICA8bWF0LWljb24gbWF0TGlzdEljb24gW2JpemRvY1Rvb2x0aXBdPVwiZi50aXRsZVwiIGJpemRvY1Rvb2x0aXBQb3NpdGlvbj1cImVuZFwiIFtiaXpkb2NUb29sdGlwRGlzYWJsZWRdPVwiIWNvbGxhcHNlZFwiPnt7Zi5pY29ufHwgJ2Rlc2NyaXB0aW9uJ319PC9tYXQtaWNvbj5cclxuICAgIDxzcGFuIG1hdExpbmU+e3tmLnRpdGxlfX08L3NwYW4+XHJcbiAgPC9tYXQtbGlzdC1pdGVtPlxyXG4gIDxtYXQtZGl2aWRlcj48L21hdC1kaXZpZGVyPlxyXG5cclxuICA8aDMgbWF0U3ViaGVhZGVyICpuZ0lmPVwiIWNvbGxhcHNlZFwiPnt7J1V0aWxpdGllcyd8dHJhbnNsYXRlfX08L2gzPlxyXG5cclxuICA8bWF0LWxpc3QtaXRlbSAqbmdGb3I9XCJsZXQgdSBvZiBwcm9maWxlLnV0aWxpdGllc1wiIFtzbG90Um91dGVyTGlua109J1tcImFkbWluL3V0aWxpdGllc1wiLCB1Lm5hbWVdJyBzbG90Um91dGVyTGlua0FjdGl2ZT1cImFjdGl2ZVwiPlxyXG4gICAgPG1hdC1pY29uIG1hdExpc3RJY29uIFtiaXpkb2NUb29sdGlwXT1cInUudGl0bGVcIiBiaXpkb2NUb29sdGlwUG9zaXRpb249XCJlbmRcIiBbYml6ZG9jVG9vbHRpcERpc2FibGVkXT1cIiFjb2xsYXBzZWRcIj57e3UuaWNvbiB8fCAnYnVpbGQnfX08L21hdC1pY29uPlxyXG4gICAgPHNwYW4gbWF0TGluZT57e3UudGl0bGV9fTwvc3Bhbj5cclxuICA8L21hdC1saXN0LWl0ZW0+XHJcbjwvbWF0LW5hdi1saXN0PlxyXG4iXX0=
@@ -56,10 +56,10 @@ export class DesignerItemComponent {
56
56
  }
57
57
  }
58
58
  DesignerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: DesignerItemComponent, deps: [{ token: i0.Injector }, { token: i1.PaneRef, optional: true }, { token: i2.BizDocComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
59
- DesignerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: DesignerItemComponent, selector: "bizdoc-designer-element", inputs: { editMode: "editMode", template: "template", model: "model", designer: "designer" }, outputs: { change: "change" }, viewQueries: [{ propertyName: "_container", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: '<span></span><ng-container #container></ng-container>', isInline: true, styles: [":host{flex:1}::ng-deep form{padding:8px}\n"] });
59
+ DesignerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.3", type: DesignerItemComponent, selector: "bizdoc-designer-element", inputs: { editMode: "editMode", template: "template", model: "model", designer: "designer" }, outputs: { change: "change" }, viewQueries: [{ propertyName: "_container", first: true, predicate: ["container"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: '<span></span><ng-container #container></ng-container>', isInline: true, styles: [":host{flex:1}::ng-deep form{padding:8px}::ng-deep .flex{flex:1}\n"] });
60
60
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.3", ngImport: i0, type: DesignerItemComponent, decorators: [{
61
61
  type: Component,
62
- args: [{ selector: 'bizdoc-designer-element', template: '<span></span><ng-container #container></ng-container>', styles: [":host{flex:1}::ng-deep form{padding:8px}\n"] }]
62
+ args: [{ selector: 'bizdoc-designer-element', template: '<span></span><ng-container #container></ng-container>', styles: [":host{flex:1}::ng-deep form{padding:8px}::ng-deep .flex{flex:1}\n"] }]
63
63
  }], ctorParameters: function () { return [{ type: i0.Injector }, { type: i1.PaneRef, decorators: [{
64
64
  type: Optional
65
65
  }] }, { type: i2.BizDocComponentFactoryResolver }]; }, propDecorators: { editMode: [{