aril 0.1.55 → 0.1.57
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/esm2022/boot/config/apps/src/reuse-strategy.mjs +2 -3
- package/esm2022/ui/panel/src/panel.component.mjs +4 -4
- package/fesm2022/aril-boot-config-apps.mjs +1 -2
- package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
- package/fesm2022/aril-ui-panel.mjs +3 -3
- package/fesm2022/aril-ui-panel.mjs.map +1 -1
- package/package.json +168 -168
- package/ui/panel/src/panel.component.d.ts +1 -1
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { BaseRouteReuseStrategy } from '@angular/router';
|
|
2
2
|
export class ArilReuseStrategy extends BaseRouteReuseStrategy {
|
|
3
3
|
shouldReuseRoute(future, curr) {
|
|
4
|
-
return
|
|
5
|
-
(future.paramMap.has('id') && future.paramMap.has('id') === curr.paramMap.has('id')));
|
|
4
|
+
return future.routeConfig !== curr.routeConfig;
|
|
6
5
|
}
|
|
7
6
|
}
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmV1c2Utc3RyYXRlZ3kuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hcmlsL2Jvb3QvY29uZmlnL2FwcHMvc3JjL3JldXNlLXN0cmF0ZWd5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBMEIsc0JBQXNCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUVqRixNQUFNLE9BQU8saUJBQWtCLFNBQVEsc0JBQXNCO0lBQ25ELGdCQUFnQixDQUFDLE1BQThCLEVBQUUsSUFBNEI7UUFDckYsT0FBTyxNQUFNLENBQUMsV0FBVyxLQUFLLElBQUksQ0FBQyxXQUFXLENBQUM7SUFDaEQsQ0FBQztDQUNEIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWN0aXZhdGVkUm91dGVTbmFwc2hvdCwgQmFzZVJvdXRlUmV1c2VTdHJhdGVneSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcblxyXG5leHBvcnQgY2xhc3MgQXJpbFJldXNlU3RyYXRlZ3kgZXh0ZW5kcyBCYXNlUm91dGVSZXVzZVN0cmF0ZWd5IHtcclxuXHRvdmVycmlkZSBzaG91bGRSZXVzZVJvdXRlKGZ1dHVyZTogQWN0aXZhdGVkUm91dGVTbmFwc2hvdCwgY3VycjogQWN0aXZhdGVkUm91dGVTbmFwc2hvdCk6IGJvb2xlYW4ge1xyXG5cdFx0cmV0dXJuIGZ1dHVyZS5yb3V0ZUNvbmZpZyAhPT0gY3Vyci5yb3V0ZUNvbmZpZztcclxuXHR9XHJcbn1cclxuIl19
|
|
@@ -7,7 +7,7 @@ import * as i2 from "primeng/api";
|
|
|
7
7
|
export class PanelComponent {
|
|
8
8
|
constructor() {
|
|
9
9
|
this.toggleable = input(true);
|
|
10
|
-
this.canFullScreen = input(
|
|
10
|
+
this.canFullScreen = input();
|
|
11
11
|
this.collapsed = input(false);
|
|
12
12
|
this.styleClass = input();
|
|
13
13
|
this.showFooter = input(false);
|
|
@@ -21,13 +21,13 @@ export class PanelComponent {
|
|
|
21
21
|
return this.noPadding();
|
|
22
22
|
}
|
|
23
23
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
24
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: PanelComponent, isStandalone: true, selector: "aril-panel", inputs: { toggleable: { classPropertyName: "toggleable", publicName: "toggleable", isSignal: true, isRequired: false, transformFunction: null }, canFullScreen: { classPropertyName: "canFullScreen", publicName: "canFullScreen", isSignal: true, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: true, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: true, isRequired: false, transformFunction: null }, showFooter: { classPropertyName: "showFooter", publicName: "showFooter", isSignal: true, isRequired: false, transformFunction: null }, noPadding: { classPropertyName: "noPadding", publicName: "noPadding", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.no-padding": "this.noPaddingClass" } }, ngImport: i0, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel\r\n\t\t[toggleable]=\"toggleable()\"\r\n\t\t[collapsed]=\"collapsed()\"\r\n\t\t[collapseIcon]=\"'pi pi-chevron-down'\"\r\n\t\t[expandIcon]=\"'pi pi-chevron-up'\"\r\n\t\t[styleClass]=\"styleClass()\"\r\n\t\t>\r\n\t\t<!-- header -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t<div class=\"panel-header\">\r\n\t\t\t\t<ng-content select=\"[header]\"></ng-content>\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- header-tools -->\r\n\t\t<ng-template class=\"flex\" pTemplate=\"icons\">\r\n\t\t\t<div class=\"panel-icons flex\">\r\n\t\t\t\t<ng-content select=\"[tools]\"></ng-content>\r\n\r\n\t\t\t\t@if (canFullScreen()) {\r\n\t\t\t\t\t<i\r\n\t\t\t\t\t\trole=\"button\"\r\n\t\t\t\t\t\tclass=\"pi\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t'pi-window-maximize': !isFullScreen,\r\n\t\t\t\t\t\t\t'pi-window-minimize': isFullScreen\r\n\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t(click)=\"toggleFullScreen()\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- body -->\r\n\t\t<ng-content select=\"[body]\" class=\"panel-ng-content\"></ng-content>\r\n\r\n\t\t<!-- footer -->\r\n\t\t@if (showFooter()) {\r\n\t\t\t<ng-template pTemplate=\"footer\">\r\n\t\t\t\t<ng-content select=\"[footer]\"></ng-content>\r\n\t\t\t</ng-template>\r\n\t\t}\r\n\t</p-panel>\r\n</div>\r\n", styles: [".full-screen{position:fixed;inset:0;z-index:99999999;overflow-y:auto;box-sizing:border-box;width:100%;height:100vh;background:#fff}.panel-header{width:100%;display:flex;justify-content:space-between;align-items:center;color:var(--card-foreground);font-size:13px;font-style:normal;font-weight:700;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}.panel-ng-content{padding:0!important}::ng-deep .no-padding .p-panel-content{padding:0}\n"], dependencies: [{ kind: "ngmodule", type: PanelModule }, { kind: "component", type: i1.Panel, selector: "p-panel", inputs: ["toggleable", "header", "collapsed", "style", "styleClass", "iconPos", "expandIcon", "collapseIcon", "showHeader", "toggler", "transitionOptions"], outputs: ["collapsedChange", "onBeforeToggle", "onAfterToggle"] }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
24
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: PanelComponent, isStandalone: true, selector: "aril-panel", inputs: { toggleable: { classPropertyName: "toggleable", publicName: "toggleable", isSignal: true, isRequired: false, transformFunction: null }, canFullScreen: { classPropertyName: "canFullScreen", publicName: "canFullScreen", isSignal: true, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: true, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: true, isRequired: false, transformFunction: null }, showFooter: { classPropertyName: "showFooter", publicName: "showFooter", isSignal: true, isRequired: false, transformFunction: null }, noPadding: { classPropertyName: "noPadding", publicName: "noPadding", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.no-padding": "this.noPaddingClass" } }, ngImport: i0, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel\r\n\t\t[toggleable]=\"toggleable()\"\r\n\t\t[collapsed]=\"collapsed()\"\r\n\t\t[collapseIcon]=\"'pi pi-chevron-down'\"\r\n\t\t[expandIcon]=\"canFullScreen() !== undefined ? 'pi pi-chevron-up' : ''\"\r\n\t\t[styleClass]=\"styleClass()\"\r\n\t\t>\r\n\t\t<!-- header -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t<div class=\"panel-header\">\r\n\t\t\t\t<ng-content select=\"[header]\"></ng-content>\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- header-tools -->\r\n\t\t<ng-template class=\"flex\" pTemplate=\"icons\">\r\n\t\t\t<div class=\"panel-icons flex\">\r\n\t\t\t\t<ng-content select=\"[tools]\"></ng-content>\r\n\r\n\t\t\t\t@if (canFullScreen()) {\r\n\t\t\t\t\t<i\r\n\t\t\t\t\t\trole=\"button\"\r\n\t\t\t\t\t\tclass=\"pi\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t'pi-window-maximize': !isFullScreen,\r\n\t\t\t\t\t\t\t'pi-window-minimize': isFullScreen\r\n\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t(click)=\"toggleFullScreen()\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- body -->\r\n\t\t<ng-content select=\"[body]\" class=\"panel-ng-content\"></ng-content>\r\n\r\n\t\t<!-- footer -->\r\n\t\t@if (showFooter()) {\r\n\t\t\t<ng-template pTemplate=\"footer\">\r\n\t\t\t\t<ng-content select=\"[footer]\"></ng-content>\r\n\t\t\t</ng-template>\r\n\t\t}\r\n\t</p-panel>\r\n</div>\r\n", styles: [".full-screen{position:fixed;inset:0;z-index:99999999;overflow-y:auto;box-sizing:border-box;width:100%;height:100vh;background:#fff}.panel-header{width:100%;display:flex;justify-content:space-between;align-items:center;color:var(--card-foreground);font-size:13px;font-style:normal;font-weight:700;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}.panel-ng-content{padding:0!important}::ng-deep .no-padding .p-panel-content{padding:0}\n"], dependencies: [{ kind: "ngmodule", type: PanelModule }, { kind: "component", type: i1.Panel, selector: "p-panel", inputs: ["toggleable", "header", "collapsed", "style", "styleClass", "iconPos", "expandIcon", "collapseIcon", "showHeader", "toggler", "transitionOptions"], outputs: ["collapsedChange", "onBeforeToggle", "onAfterToggle"] }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
25
25
|
}
|
|
26
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PanelComponent, decorators: [{
|
|
27
27
|
type: Component,
|
|
28
|
-
args: [{ standalone: true, selector: 'aril-panel', imports: [PanelModule, NgClass], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel\r\n\t\t[toggleable]=\"toggleable()\"\r\n\t\t[collapsed]=\"collapsed()\"\r\n\t\t[collapseIcon]=\"'pi pi-chevron-down'\"\r\n\t\t[expandIcon]=\"'pi pi-chevron-up'\"\r\n\t\t[styleClass]=\"styleClass()\"\r\n\t\t>\r\n\t\t<!-- header -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t<div class=\"panel-header\">\r\n\t\t\t\t<ng-content select=\"[header]\"></ng-content>\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- header-tools -->\r\n\t\t<ng-template class=\"flex\" pTemplate=\"icons\">\r\n\t\t\t<div class=\"panel-icons flex\">\r\n\t\t\t\t<ng-content select=\"[tools]\"></ng-content>\r\n\r\n\t\t\t\t@if (canFullScreen()) {\r\n\t\t\t\t\t<i\r\n\t\t\t\t\t\trole=\"button\"\r\n\t\t\t\t\t\tclass=\"pi\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t'pi-window-maximize': !isFullScreen,\r\n\t\t\t\t\t\t\t'pi-window-minimize': isFullScreen\r\n\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t(click)=\"toggleFullScreen()\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- body -->\r\n\t\t<ng-content select=\"[body]\" class=\"panel-ng-content\"></ng-content>\r\n\r\n\t\t<!-- footer -->\r\n\t\t@if (showFooter()) {\r\n\t\t\t<ng-template pTemplate=\"footer\">\r\n\t\t\t\t<ng-content select=\"[footer]\"></ng-content>\r\n\t\t\t</ng-template>\r\n\t\t}\r\n\t</p-panel>\r\n</div>\r\n", styles: [".full-screen{position:fixed;inset:0;z-index:99999999;overflow-y:auto;box-sizing:border-box;width:100%;height:100vh;background:#fff}.panel-header{width:100%;display:flex;justify-content:space-between;align-items:center;color:var(--card-foreground);font-size:13px;font-style:normal;font-weight:700;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}.panel-ng-content{padding:0!important}::ng-deep .no-padding .p-panel-content{padding:0}\n"] }]
|
|
28
|
+
args: [{ standalone: true, selector: 'aril-panel', imports: [PanelModule, NgClass], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel\r\n\t\t[toggleable]=\"toggleable()\"\r\n\t\t[collapsed]=\"collapsed()\"\r\n\t\t[collapseIcon]=\"'pi pi-chevron-down'\"\r\n\t\t[expandIcon]=\"canFullScreen() !== undefined ? 'pi pi-chevron-up' : ''\"\r\n\t\t[styleClass]=\"styleClass()\"\r\n\t\t>\r\n\t\t<!-- header -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t<div class=\"panel-header\">\r\n\t\t\t\t<ng-content select=\"[header]\"></ng-content>\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- header-tools -->\r\n\t\t<ng-template class=\"flex\" pTemplate=\"icons\">\r\n\t\t\t<div class=\"panel-icons flex\">\r\n\t\t\t\t<ng-content select=\"[tools]\"></ng-content>\r\n\r\n\t\t\t\t@if (canFullScreen()) {\r\n\t\t\t\t\t<i\r\n\t\t\t\t\t\trole=\"button\"\r\n\t\t\t\t\t\tclass=\"pi\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t'pi-window-maximize': !isFullScreen,\r\n\t\t\t\t\t\t\t'pi-window-minimize': isFullScreen\r\n\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t(click)=\"toggleFullScreen()\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- body -->\r\n\t\t<ng-content select=\"[body]\" class=\"panel-ng-content\"></ng-content>\r\n\r\n\t\t<!-- footer -->\r\n\t\t@if (showFooter()) {\r\n\t\t\t<ng-template pTemplate=\"footer\">\r\n\t\t\t\t<ng-content select=\"[footer]\"></ng-content>\r\n\t\t\t</ng-template>\r\n\t\t}\r\n\t</p-panel>\r\n</div>\r\n", styles: [".full-screen{position:fixed;inset:0;z-index:99999999;overflow-y:auto;box-sizing:border-box;width:100%;height:100vh;background:#fff}.panel-header{width:100%;display:flex;justify-content:space-between;align-items:center;color:var(--card-foreground);font-size:13px;font-style:normal;font-weight:700;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}.panel-ng-content{padding:0!important}::ng-deep .no-padding .p-panel-content{padding:0}\n"] }]
|
|
29
29
|
}], propDecorators: { noPaddingClass: [{
|
|
30
30
|
type: HostBinding,
|
|
31
31
|
args: ['class.no-padding']
|
|
32
32
|
}] } });
|
|
33
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
33
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJpbC91aS9wYW5lbC9zcmMvcGFuZWwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJpbC91aS9wYW5lbC9zcmMvcGFuZWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzFDLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsV0FBVyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUV2RixPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7O0FBVTVDLE1BQU0sT0FBTyxjQUFjO0lBUjNCO1FBU0MsZUFBVSxHQUFHLEtBQUssQ0FBVSxJQUFJLENBQUMsQ0FBQztRQUNsQyxrQkFBYSxHQUFHLEtBQUssRUFBVyxDQUFDO1FBQ2pDLGNBQVMsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDbEMsZUFBVSxHQUFHLEtBQUssRUFBVSxDQUFDO1FBQzdCLGVBQVUsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFDbkMsY0FBUyxHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUVsQyxpQkFBWSxHQUFHLEtBQUssQ0FBQztLQVNyQjtJQVBBLGdCQUFnQjtRQUNmLElBQUksQ0FBQyxZQUFZLEdBQUcsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDO0lBQ3hDLENBQUM7SUFFRCxJQUFxQyxjQUFjO1FBQ2xELE9BQU8sSUFBSSxDQUFDLFNBQVMsRUFBRSxDQUFDO0lBQ3pCLENBQUM7OEdBaEJXLGNBQWM7a0dBQWQsY0FBYyxvOEJDYjNCLDgzQ0E0Q0EsZ2dCRGxDVyxXQUFXLGdhQUFFLE9BQU87OzJGQUdsQixjQUFjO2tCQVIxQixTQUFTO2lDQUNHLElBQUksWUFDTixZQUFZLFdBR2IsQ0FBQyxXQUFXLEVBQUUsT0FBTyxDQUFDLG1CQUNkLHVCQUF1QixDQUFDLE1BQU07OEJBZ0JWLGNBQWM7c0JBQWxELFdBQVc7dUJBQUMsa0JBQWtCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdDbGFzcyB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuaW1wb3J0IHsgUGFuZWxNb2R1bGUgfSBmcm9tICdwcmltZW5nL3BhbmVsJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG5cdHN0YW5kYWxvbmU6IHRydWUsXHJcblx0c2VsZWN0b3I6ICdhcmlsLXBhbmVsJyxcclxuXHR0ZW1wbGF0ZVVybDogJy4vcGFuZWwuY29tcG9uZW50Lmh0bWwnLFxyXG5cdHN0eWxlVXJsOiAnLi9wYW5lbC5jb21wb25lbnQuY3NzJyxcclxuXHRpbXBvcnRzOiBbUGFuZWxNb2R1bGUsIE5nQ2xhc3NdLFxyXG5cdGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBQYW5lbENvbXBvbmVudCB7XHJcblx0dG9nZ2xlYWJsZSA9IGlucHV0PGJvb2xlYW4+KHRydWUpO1xyXG5cdGNhbkZ1bGxTY3JlZW4gPSBpbnB1dDxib29sZWFuPigpO1xyXG5cdGNvbGxhcHNlZCA9IGlucHV0PGJvb2xlYW4+KGZhbHNlKTtcclxuXHRzdHlsZUNsYXNzID0gaW5wdXQ8c3RyaW5nPigpO1xyXG5cdHNob3dGb290ZXIgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XHJcblx0bm9QYWRkaW5nID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xyXG5cclxuXHRpc0Z1bGxTY3JlZW4gPSBmYWxzZTtcclxuXHJcblx0dG9nZ2xlRnVsbFNjcmVlbigpIHtcclxuXHRcdHRoaXMuaXNGdWxsU2NyZWVuID0gIXRoaXMuaXNGdWxsU2NyZWVuO1xyXG5cdH1cclxuXHJcblx0QEhvc3RCaW5kaW5nKCdjbGFzcy5uby1wYWRkaW5nJykgZ2V0IG5vUGFkZGluZ0NsYXNzKCkge1xyXG5cdFx0cmV0dXJuIHRoaXMubm9QYWRkaW5nKCk7XHJcblx0fVxyXG59XHJcbiIsIjxkaXYgW25nQ2xhc3NdPVwieyAnZnVsbC1zY3JlZW4nOiBpc0Z1bGxTY3JlZW4gJiYgY2FuRnVsbFNjcmVlbiB9XCI+XHJcblx0PHAtcGFuZWxcclxuXHRcdFt0b2dnbGVhYmxlXT1cInRvZ2dsZWFibGUoKVwiXHJcblx0XHRbY29sbGFwc2VkXT1cImNvbGxhcHNlZCgpXCJcclxuXHRcdFtjb2xsYXBzZUljb25dPVwiJ3BpIHBpLWNoZXZyb24tZG93bidcIlxyXG5cdFx0W2V4cGFuZEljb25dPVwiY2FuRnVsbFNjcmVlbigpICE9PSB1bmRlZmluZWQgPyAncGkgcGktY2hldnJvbi11cCcgOiAnJ1wiXHJcblx0XHRbc3R5bGVDbGFzc109XCJzdHlsZUNsYXNzKClcIlxyXG5cdFx0PlxyXG5cdFx0PCEtLSBoZWFkZXIgLS0+XHJcblx0XHQ8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCI+XHJcblx0XHRcdDxkaXYgY2xhc3M9XCJwYW5lbC1oZWFkZXJcIj5cclxuXHRcdFx0XHQ8bmctY29udGVudCBzZWxlY3Q9XCJbaGVhZGVyXVwiPjwvbmctY29udGVudD5cclxuXHRcdFx0PC9kaXY+XHJcblx0XHQ8L25nLXRlbXBsYXRlPlxyXG5cclxuXHRcdDwhLS0gaGVhZGVyLXRvb2xzIC0tPlxyXG5cdFx0PG5nLXRlbXBsYXRlIGNsYXNzPVwiZmxleFwiIHBUZW1wbGF0ZT1cImljb25zXCI+XHJcblx0XHRcdDxkaXYgY2xhc3M9XCJwYW5lbC1pY29ucyBmbGV4XCI+XHJcblx0XHRcdFx0PG5nLWNvbnRlbnQgc2VsZWN0PVwiW3Rvb2xzXVwiPjwvbmctY29udGVudD5cclxuXHJcblx0XHRcdFx0QGlmIChjYW5GdWxsU2NyZWVuKCkpIHtcclxuXHRcdFx0XHRcdDxpXHJcblx0XHRcdFx0XHRcdHJvbGU9XCJidXR0b25cIlxyXG5cdFx0XHRcdFx0XHRjbGFzcz1cInBpXCJcclxuXHRcdFx0XHRcdFx0W25nQ2xhc3NdPVwie1xyXG5cdFx0XHRcdFx0XHRcdCdwaS13aW5kb3ctbWF4aW1pemUnOiAhaXNGdWxsU2NyZWVuLFxyXG5cdFx0XHRcdFx0XHRcdCdwaS13aW5kb3ctbWluaW1pemUnOiBpc0Z1bGxTY3JlZW5cclxuXHRcdFx0XHRcdFx0fVwiXHJcblx0XHRcdFx0XHRcdChjbGljayk9XCJ0b2dnbGVGdWxsU2NyZWVuKClcIj48L2k+XHJcblx0XHRcdFx0fVxyXG5cdFx0XHQ8L2Rpdj5cclxuXHRcdDwvbmctdGVtcGxhdGU+XHJcblxyXG5cdFx0PCEtLSBib2R5IC0tPlxyXG5cdFx0PG5nLWNvbnRlbnQgc2VsZWN0PVwiW2JvZHldXCIgY2xhc3M9XCJwYW5lbC1uZy1jb250ZW50XCI+PC9uZy1jb250ZW50PlxyXG5cclxuXHRcdDwhLS0gZm9vdGVyIC0tPlxyXG5cdFx0QGlmIChzaG93Rm9vdGVyKCkpIHtcclxuXHRcdFx0PG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImZvb3RlclwiPlxyXG5cdFx0XHRcdDxuZy1jb250ZW50IHNlbGVjdD1cIltmb290ZXJdXCI+PC9uZy1jb250ZW50PlxyXG5cdFx0XHQ8L25nLXRlbXBsYXRlPlxyXG5cdFx0fVxyXG5cdDwvcC1wYW5lbD5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -106,8 +106,7 @@ var Apps;
|
|
|
106
106
|
|
|
107
107
|
class ArilReuseStrategy extends BaseRouteReuseStrategy {
|
|
108
108
|
shouldReuseRoute(future, curr) {
|
|
109
|
-
return
|
|
110
|
-
(future.paramMap.has('id') && future.paramMap.has('id') === curr.paramMap.has('id')));
|
|
109
|
+
return future.routeConfig !== curr.routeConfig;
|
|
111
110
|
}
|
|
112
111
|
}
|
|
113
112
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aril-boot-config-apps.mjs","sources":["../../projects/aril/boot/config/apps/src/showdowDOMWrapper.ts","../../projects/aril/boot/config/apps/src/apps.service.ts","../../projects/aril/boot/config/apps/src/interfaces.ts","../../projects/aril/boot/config/apps/src/reuse-strategy.ts","../../projects/aril/boot/config/apps/aril-boot-config-apps.ts"],"sourcesContent":["import { Component, ElementRef, OnInit, Renderer2, ViewChild, ViewEncapsulation, inject } from '@angular/core';\r\n\r\nimport { WebComponentWrapper } from '@angular-architects/module-federation-tools';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\ttemplate: '<div #vc></div>',\r\n\tencapsulation: ViewEncapsulation.ShadowDom\r\n})\r\nexport class ShadowDOMWrapperComponent extends WebComponentWrapper implements OnInit {\r\n\t@ViewChild('vc', { read: ElementRef, static: true }) override vc!: ElementRef;\r\n\r\n\tprivate renderer = inject(Renderer2);\r\n\r\n\tngOnInit(): void {\r\n\t\tconst shadowRoot = this.vc.nativeElement.parentNode;\r\n\t\tconst styleUrls = this['route'].snapshot.data.styleUrls || [];\r\n\r\n\t\t// Inject styles into the Shadow DOM\r\n\t\tstyleUrls.forEach((url: string) => {\r\n\t\t\tconst link = this.renderer.createElement('link');\r\n\t\t\tlink.setAttribute('rel', 'stylesheet');\r\n\t\t\tlink.setAttribute('type', 'text/css');\r\n\t\t\tlink.setAttribute('href', url);\r\n\t\t\tthis.renderer.appendChild(shadowRoot, link);\r\n\t\t});\r\n\t}\r\n}\r\n","import { HttpClient } from '@angular/common/http';\r\nimport { Injectable, inject, isDevMode, signal } from '@angular/core';\r\nimport { Router, Routes } from '@angular/router';\r\n\r\nimport { MenuItem } from 'primeng/api';\r\n\r\nimport {\r\n\tWebComponentWrapper,\r\n\tWebComponentWrapperOptions,\r\n\tstartsWith\r\n} from '@angular-architects/module-federation-tools';\r\nimport { Observable, catchError, of, tap } from 'rxjs';\r\n\r\nimport { NotFoundComponent } from 'aril/util/custom_pages';\r\n\r\nimport { MicroAppConfig } from './interfaces';\r\nimport { ShadowDOMWrapperComponent } from './showdowDOMWrapper';\r\n\r\n@Injectable({ providedIn: 'root' })\r\nexport class MicroAppService {\r\n\tprivate router = inject(Router);\r\n\r\n\tinit(httpBackend: { httpClient: HttpClient }): () => Observable<MicroAppConfig[]> {\r\n\t\treturn () =>\r\n\t\t\thttpBackend.httpClient\r\n\t\t\t\t.get<MicroAppConfig[]>(isDevMode() ? './assets/local-configs/app.local.json' : './assets/app.json')\r\n\t\t\t\t.pipe(\r\n\t\t\t\t\ttap((apps: MicroAppConfig[]) => {\r\n\t\t\t\t\t\tconst routes = this.buildRoutes(apps);\r\n\r\n\t\t\t\t\t\tthis.router.resetConfig([...this.router.config, ...routes, { path: '**', component: NotFoundComponent }]);\r\n\t\t\t\t\t\tthis.setMenuItems(apps);\r\n\t\t\t\t\t}),\r\n\t\t\t\t\tcatchError((err) => {\r\n\t\t\t\t\t\tconsole.log('Error Micro Apps Loading', err);\r\n\t\t\t\t\t\treturn of();\r\n\t\t\t\t\t})\r\n\t\t\t\t);\r\n\t}\r\n\r\n\tbuildRoutes(apps: MicroAppConfig[]): Routes {\r\n\t\tconst routes: Routes = apps.map((config) => ({\r\n\t\t\tmatcher: startsWith(config.remoteName),\r\n\t\t\tcomponent: config.shadowDomPassive ? WebComponentWrapper : ShadowDOMWrapperComponent,\r\n\t\t\tdata: config as WebComponentWrapperOptions\r\n\t\t}));\r\n\r\n\t\treturn routes;\r\n\t}\r\n\r\n\tsetMenuItems(apps: MicroAppConfig[]): void {\r\n\t\tconst menuItems: MenuItem[] = apps.map((config) => {\r\n\t\t\treturn {\r\n\t\t\t\tmfeApp: true,\r\n\t\t\t\tlabel: config.label,\r\n\t\t\t\ticon: config.icon,\r\n\t\t\t\tremoteName: config.remoteName,\r\n\t\t\t\titems: [],\r\n\t\t\t\tcommand: () => {\r\n\t\t\t\t\tif (!window.location.hash.startsWith(config.remoteName, 2)) {\r\n\t\t\t\t\t\tthis.router.navigateByUrl(config.remoteName);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t};\r\n\t\t});\r\n\r\n\t\tmenuItems.unshift({ root: true, label: 'Anasayfa', icon: 'pi pi-fw pi-home', routerLink: '/' });\r\n\t\t(<any>globalThis).hostMenuItems = signal(menuItems);\r\n\t}\r\n}\r\n","import { RemoteConfig } from '@angular-architects/module-federation';\r\n\r\nexport enum Apps {\r\n\tTHOR = 'thor',\r\n\tCRM = 'crm',\r\n\tWDM = 'wdm',\r\n\tBILLING = 'billing',\r\n\tPAYMENT = 'payment',\r\n\tYEAP = 'yeap',\r\n\tMD = 'md',\r\n\tMW = 'mw',\r\n\tLENA = 'lena',\r\n\tHES = 'hes',\r\n\tCTS = 'cts',\r\n\tSIS = 'sis',\r\n\tMNG = 'mng'\r\n}\r\n\r\nexport type MicroAppConfig = RemoteConfig & {\r\n\tremoteName: string;\r\n\texposedModule: string;\r\n\telementName: string;\r\n\tshadowDomPassive?: boolean;\r\n\tstyleUrls?: string[];\r\n\tlabel: string;\r\n\ticon: string;\r\n\t// route: string;\r\n};\r\n","import { ActivatedRouteSnapshot, BaseRouteReuseStrategy } from '@angular/router';\r\n\r\nexport class ArilReuseStrategy extends BaseRouteReuseStrategy {\r\n\toverride shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean {\r\n\t\treturn
|
|
1
|
+
{"version":3,"file":"aril-boot-config-apps.mjs","sources":["../../projects/aril/boot/config/apps/src/showdowDOMWrapper.ts","../../projects/aril/boot/config/apps/src/apps.service.ts","../../projects/aril/boot/config/apps/src/interfaces.ts","../../projects/aril/boot/config/apps/src/reuse-strategy.ts","../../projects/aril/boot/config/apps/aril-boot-config-apps.ts"],"sourcesContent":["import { Component, ElementRef, OnInit, Renderer2, ViewChild, ViewEncapsulation, inject } from '@angular/core';\r\n\r\nimport { WebComponentWrapper } from '@angular-architects/module-federation-tools';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\ttemplate: '<div #vc></div>',\r\n\tencapsulation: ViewEncapsulation.ShadowDom\r\n})\r\nexport class ShadowDOMWrapperComponent extends WebComponentWrapper implements OnInit {\r\n\t@ViewChild('vc', { read: ElementRef, static: true }) override vc!: ElementRef;\r\n\r\n\tprivate renderer = inject(Renderer2);\r\n\r\n\tngOnInit(): void {\r\n\t\tconst shadowRoot = this.vc.nativeElement.parentNode;\r\n\t\tconst styleUrls = this['route'].snapshot.data.styleUrls || [];\r\n\r\n\t\t// Inject styles into the Shadow DOM\r\n\t\tstyleUrls.forEach((url: string) => {\r\n\t\t\tconst link = this.renderer.createElement('link');\r\n\t\t\tlink.setAttribute('rel', 'stylesheet');\r\n\t\t\tlink.setAttribute('type', 'text/css');\r\n\t\t\tlink.setAttribute('href', url);\r\n\t\t\tthis.renderer.appendChild(shadowRoot, link);\r\n\t\t});\r\n\t}\r\n}\r\n","import { HttpClient } from '@angular/common/http';\r\nimport { Injectable, inject, isDevMode, signal } from '@angular/core';\r\nimport { Router, Routes } from '@angular/router';\r\n\r\nimport { MenuItem } from 'primeng/api';\r\n\r\nimport {\r\n\tWebComponentWrapper,\r\n\tWebComponentWrapperOptions,\r\n\tstartsWith\r\n} from '@angular-architects/module-federation-tools';\r\nimport { Observable, catchError, of, tap } from 'rxjs';\r\n\r\nimport { NotFoundComponent } from 'aril/util/custom_pages';\r\n\r\nimport { MicroAppConfig } from './interfaces';\r\nimport { ShadowDOMWrapperComponent } from './showdowDOMWrapper';\r\n\r\n@Injectable({ providedIn: 'root' })\r\nexport class MicroAppService {\r\n\tprivate router = inject(Router);\r\n\r\n\tinit(httpBackend: { httpClient: HttpClient }): () => Observable<MicroAppConfig[]> {\r\n\t\treturn () =>\r\n\t\t\thttpBackend.httpClient\r\n\t\t\t\t.get<MicroAppConfig[]>(isDevMode() ? './assets/local-configs/app.local.json' : './assets/app.json')\r\n\t\t\t\t.pipe(\r\n\t\t\t\t\ttap((apps: MicroAppConfig[]) => {\r\n\t\t\t\t\t\tconst routes = this.buildRoutes(apps);\r\n\r\n\t\t\t\t\t\tthis.router.resetConfig([...this.router.config, ...routes, { path: '**', component: NotFoundComponent }]);\r\n\t\t\t\t\t\tthis.setMenuItems(apps);\r\n\t\t\t\t\t}),\r\n\t\t\t\t\tcatchError((err) => {\r\n\t\t\t\t\t\tconsole.log('Error Micro Apps Loading', err);\r\n\t\t\t\t\t\treturn of();\r\n\t\t\t\t\t})\r\n\t\t\t\t);\r\n\t}\r\n\r\n\tbuildRoutes(apps: MicroAppConfig[]): Routes {\r\n\t\tconst routes: Routes = apps.map((config) => ({\r\n\t\t\tmatcher: startsWith(config.remoteName),\r\n\t\t\tcomponent: config.shadowDomPassive ? WebComponentWrapper : ShadowDOMWrapperComponent,\r\n\t\t\tdata: config as WebComponentWrapperOptions\r\n\t\t}));\r\n\r\n\t\treturn routes;\r\n\t}\r\n\r\n\tsetMenuItems(apps: MicroAppConfig[]): void {\r\n\t\tconst menuItems: MenuItem[] = apps.map((config) => {\r\n\t\t\treturn {\r\n\t\t\t\tmfeApp: true,\r\n\t\t\t\tlabel: config.label,\r\n\t\t\t\ticon: config.icon,\r\n\t\t\t\tremoteName: config.remoteName,\r\n\t\t\t\titems: [],\r\n\t\t\t\tcommand: () => {\r\n\t\t\t\t\tif (!window.location.hash.startsWith(config.remoteName, 2)) {\r\n\t\t\t\t\t\tthis.router.navigateByUrl(config.remoteName);\r\n\t\t\t\t\t}\r\n\t\t\t\t}\r\n\t\t\t};\r\n\t\t});\r\n\r\n\t\tmenuItems.unshift({ root: true, label: 'Anasayfa', icon: 'pi pi-fw pi-home', routerLink: '/' });\r\n\t\t(<any>globalThis).hostMenuItems = signal(menuItems);\r\n\t}\r\n}\r\n","import { RemoteConfig } from '@angular-architects/module-federation';\r\n\r\nexport enum Apps {\r\n\tTHOR = 'thor',\r\n\tCRM = 'crm',\r\n\tWDM = 'wdm',\r\n\tBILLING = 'billing',\r\n\tPAYMENT = 'payment',\r\n\tYEAP = 'yeap',\r\n\tMD = 'md',\r\n\tMW = 'mw',\r\n\tLENA = 'lena',\r\n\tHES = 'hes',\r\n\tCTS = 'cts',\r\n\tSIS = 'sis',\r\n\tMNG = 'mng'\r\n}\r\n\r\nexport type MicroAppConfig = RemoteConfig & {\r\n\tremoteName: string;\r\n\texposedModule: string;\r\n\telementName: string;\r\n\tshadowDomPassive?: boolean;\r\n\tstyleUrls?: string[];\r\n\tlabel: string;\r\n\ticon: string;\r\n\t// route: string;\r\n};\r\n","import { ActivatedRouteSnapshot, BaseRouteReuseStrategy } from '@angular/router';\r\n\r\nexport class ArilReuseStrategy extends BaseRouteReuseStrategy {\r\n\toverride shouldReuseRoute(future: ActivatedRouteSnapshot, curr: ActivatedRouteSnapshot): boolean {\r\n\t\treturn future.routeConfig !== curr.routeConfig;\r\n\t}\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
|
@@ -8,7 +8,7 @@ import * as i2 from 'primeng/api';
|
|
|
8
8
|
class PanelComponent {
|
|
9
9
|
constructor() {
|
|
10
10
|
this.toggleable = input(true);
|
|
11
|
-
this.canFullScreen = input(
|
|
11
|
+
this.canFullScreen = input();
|
|
12
12
|
this.collapsed = input(false);
|
|
13
13
|
this.styleClass = input();
|
|
14
14
|
this.showFooter = input(false);
|
|
@@ -22,11 +22,11 @@ class PanelComponent {
|
|
|
22
22
|
return this.noPadding();
|
|
23
23
|
}
|
|
24
24
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
25
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: PanelComponent, isStandalone: true, selector: "aril-panel", inputs: { toggleable: { classPropertyName: "toggleable", publicName: "toggleable", isSignal: true, isRequired: false, transformFunction: null }, canFullScreen: { classPropertyName: "canFullScreen", publicName: "canFullScreen", isSignal: true, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: true, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: true, isRequired: false, transformFunction: null }, showFooter: { classPropertyName: "showFooter", publicName: "showFooter", isSignal: true, isRequired: false, transformFunction: null }, noPadding: { classPropertyName: "noPadding", publicName: "noPadding", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.no-padding": "this.noPaddingClass" } }, ngImport: i0, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel\r\n\t\t[toggleable]=\"toggleable()\"\r\n\t\t[collapsed]=\"collapsed()\"\r\n\t\t[collapseIcon]=\"'pi pi-chevron-down'\"\r\n\t\t[expandIcon]=\"'pi pi-chevron-up'\"\r\n\t\t[styleClass]=\"styleClass()\"\r\n\t\t>\r\n\t\t<!-- header -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t<div class=\"panel-header\">\r\n\t\t\t\t<ng-content select=\"[header]\"></ng-content>\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- header-tools -->\r\n\t\t<ng-template class=\"flex\" pTemplate=\"icons\">\r\n\t\t\t<div class=\"panel-icons flex\">\r\n\t\t\t\t<ng-content select=\"[tools]\"></ng-content>\r\n\r\n\t\t\t\t@if (canFullScreen()) {\r\n\t\t\t\t\t<i\r\n\t\t\t\t\t\trole=\"button\"\r\n\t\t\t\t\t\tclass=\"pi\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t'pi-window-maximize': !isFullScreen,\r\n\t\t\t\t\t\t\t'pi-window-minimize': isFullScreen\r\n\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t(click)=\"toggleFullScreen()\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- body -->\r\n\t\t<ng-content select=\"[body]\" class=\"panel-ng-content\"></ng-content>\r\n\r\n\t\t<!-- footer -->\r\n\t\t@if (showFooter()) {\r\n\t\t\t<ng-template pTemplate=\"footer\">\r\n\t\t\t\t<ng-content select=\"[footer]\"></ng-content>\r\n\t\t\t</ng-template>\r\n\t\t}\r\n\t</p-panel>\r\n</div>\r\n", styles: [".full-screen{position:fixed;inset:0;z-index:99999999;overflow-y:auto;box-sizing:border-box;width:100%;height:100vh;background:#fff}.panel-header{width:100%;display:flex;justify-content:space-between;align-items:center;color:var(--card-foreground);font-size:13px;font-style:normal;font-weight:700;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}.panel-ng-content{padding:0!important}::ng-deep .no-padding .p-panel-content{padding:0}\n"], dependencies: [{ kind: "ngmodule", type: PanelModule }, { kind: "component", type: i1.Panel, selector: "p-panel", inputs: ["toggleable", "header", "collapsed", "style", "styleClass", "iconPos", "expandIcon", "collapseIcon", "showHeader", "toggler", "transitionOptions"], outputs: ["collapsedChange", "onBeforeToggle", "onAfterToggle"] }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
25
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: PanelComponent, isStandalone: true, selector: "aril-panel", inputs: { toggleable: { classPropertyName: "toggleable", publicName: "toggleable", isSignal: true, isRequired: false, transformFunction: null }, canFullScreen: { classPropertyName: "canFullScreen", publicName: "canFullScreen", isSignal: true, isRequired: false, transformFunction: null }, collapsed: { classPropertyName: "collapsed", publicName: "collapsed", isSignal: true, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: true, isRequired: false, transformFunction: null }, showFooter: { classPropertyName: "showFooter", publicName: "showFooter", isSignal: true, isRequired: false, transformFunction: null }, noPadding: { classPropertyName: "noPadding", publicName: "noPadding", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.no-padding": "this.noPaddingClass" } }, ngImport: i0, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel\r\n\t\t[toggleable]=\"toggleable()\"\r\n\t\t[collapsed]=\"collapsed()\"\r\n\t\t[collapseIcon]=\"'pi pi-chevron-down'\"\r\n\t\t[expandIcon]=\"canFullScreen() !== undefined ? 'pi pi-chevron-up' : ''\"\r\n\t\t[styleClass]=\"styleClass()\"\r\n\t\t>\r\n\t\t<!-- header -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t<div class=\"panel-header\">\r\n\t\t\t\t<ng-content select=\"[header]\"></ng-content>\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- header-tools -->\r\n\t\t<ng-template class=\"flex\" pTemplate=\"icons\">\r\n\t\t\t<div class=\"panel-icons flex\">\r\n\t\t\t\t<ng-content select=\"[tools]\"></ng-content>\r\n\r\n\t\t\t\t@if (canFullScreen()) {\r\n\t\t\t\t\t<i\r\n\t\t\t\t\t\trole=\"button\"\r\n\t\t\t\t\t\tclass=\"pi\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t'pi-window-maximize': !isFullScreen,\r\n\t\t\t\t\t\t\t'pi-window-minimize': isFullScreen\r\n\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t(click)=\"toggleFullScreen()\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- body -->\r\n\t\t<ng-content select=\"[body]\" class=\"panel-ng-content\"></ng-content>\r\n\r\n\t\t<!-- footer -->\r\n\t\t@if (showFooter()) {\r\n\t\t\t<ng-template pTemplate=\"footer\">\r\n\t\t\t\t<ng-content select=\"[footer]\"></ng-content>\r\n\t\t\t</ng-template>\r\n\t\t}\r\n\t</p-panel>\r\n</div>\r\n", styles: [".full-screen{position:fixed;inset:0;z-index:99999999;overflow-y:auto;box-sizing:border-box;width:100%;height:100vh;background:#fff}.panel-header{width:100%;display:flex;justify-content:space-between;align-items:center;color:var(--card-foreground);font-size:13px;font-style:normal;font-weight:700;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}.panel-ng-content{padding:0!important}::ng-deep .no-padding .p-panel-content{padding:0}\n"], dependencies: [{ kind: "ngmodule", type: PanelModule }, { kind: "component", type: i1.Panel, selector: "p-panel", inputs: ["toggleable", "header", "collapsed", "style", "styleClass", "iconPos", "expandIcon", "collapseIcon", "showHeader", "toggler", "transitionOptions"], outputs: ["collapsedChange", "onBeforeToggle", "onAfterToggle"] }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
26
26
|
}
|
|
27
27
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PanelComponent, decorators: [{
|
|
28
28
|
type: Component,
|
|
29
|
-
args: [{ standalone: true, selector: 'aril-panel', imports: [PanelModule, NgClass], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel\r\n\t\t[toggleable]=\"toggleable()\"\r\n\t\t[collapsed]=\"collapsed()\"\r\n\t\t[collapseIcon]=\"'pi pi-chevron-down'\"\r\n\t\t[expandIcon]=\"'pi pi-chevron-up'\"\r\n\t\t[styleClass]=\"styleClass()\"\r\n\t\t>\r\n\t\t<!-- header -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t<div class=\"panel-header\">\r\n\t\t\t\t<ng-content select=\"[header]\"></ng-content>\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- header-tools -->\r\n\t\t<ng-template class=\"flex\" pTemplate=\"icons\">\r\n\t\t\t<div class=\"panel-icons flex\">\r\n\t\t\t\t<ng-content select=\"[tools]\"></ng-content>\r\n\r\n\t\t\t\t@if (canFullScreen()) {\r\n\t\t\t\t\t<i\r\n\t\t\t\t\t\trole=\"button\"\r\n\t\t\t\t\t\tclass=\"pi\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t'pi-window-maximize': !isFullScreen,\r\n\t\t\t\t\t\t\t'pi-window-minimize': isFullScreen\r\n\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t(click)=\"toggleFullScreen()\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- body -->\r\n\t\t<ng-content select=\"[body]\" class=\"panel-ng-content\"></ng-content>\r\n\r\n\t\t<!-- footer -->\r\n\t\t@if (showFooter()) {\r\n\t\t\t<ng-template pTemplate=\"footer\">\r\n\t\t\t\t<ng-content select=\"[footer]\"></ng-content>\r\n\t\t\t</ng-template>\r\n\t\t}\r\n\t</p-panel>\r\n</div>\r\n", styles: [".full-screen{position:fixed;inset:0;z-index:99999999;overflow-y:auto;box-sizing:border-box;width:100%;height:100vh;background:#fff}.panel-header{width:100%;display:flex;justify-content:space-between;align-items:center;color:var(--card-foreground);font-size:13px;font-style:normal;font-weight:700;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}.panel-ng-content{padding:0!important}::ng-deep .no-padding .p-panel-content{padding:0}\n"] }]
|
|
29
|
+
args: [{ standalone: true, selector: 'aril-panel', imports: [PanelModule, NgClass], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel\r\n\t\t[toggleable]=\"toggleable()\"\r\n\t\t[collapsed]=\"collapsed()\"\r\n\t\t[collapseIcon]=\"'pi pi-chevron-down'\"\r\n\t\t[expandIcon]=\"canFullScreen() !== undefined ? 'pi pi-chevron-up' : ''\"\r\n\t\t[styleClass]=\"styleClass()\"\r\n\t\t>\r\n\t\t<!-- header -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t<div class=\"panel-header\">\r\n\t\t\t\t<ng-content select=\"[header]\"></ng-content>\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- header-tools -->\r\n\t\t<ng-template class=\"flex\" pTemplate=\"icons\">\r\n\t\t\t<div class=\"panel-icons flex\">\r\n\t\t\t\t<ng-content select=\"[tools]\"></ng-content>\r\n\r\n\t\t\t\t@if (canFullScreen()) {\r\n\t\t\t\t\t<i\r\n\t\t\t\t\t\trole=\"button\"\r\n\t\t\t\t\t\tclass=\"pi\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t'pi-window-maximize': !isFullScreen,\r\n\t\t\t\t\t\t\t'pi-window-minimize': isFullScreen\r\n\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t(click)=\"toggleFullScreen()\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- body -->\r\n\t\t<ng-content select=\"[body]\" class=\"panel-ng-content\"></ng-content>\r\n\r\n\t\t<!-- footer -->\r\n\t\t@if (showFooter()) {\r\n\t\t\t<ng-template pTemplate=\"footer\">\r\n\t\t\t\t<ng-content select=\"[footer]\"></ng-content>\r\n\t\t\t</ng-template>\r\n\t\t}\r\n\t</p-panel>\r\n</div>\r\n", styles: [".full-screen{position:fixed;inset:0;z-index:99999999;overflow-y:auto;box-sizing:border-box;width:100%;height:100vh;background:#fff}.panel-header{width:100%;display:flex;justify-content:space-between;align-items:center;color:var(--card-foreground);font-size:13px;font-style:normal;font-weight:700;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}.panel-ng-content{padding:0!important}::ng-deep .no-padding .p-panel-content{padding:0}\n"] }]
|
|
30
30
|
}], propDecorators: { noPaddingClass: [{
|
|
31
31
|
type: HostBinding,
|
|
32
32
|
args: ['class.no-padding']
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aril-ui-panel.mjs","sources":["../../projects/aril/ui/panel/src/panel.component.ts","../../projects/aril/ui/panel/src/panel.component.html","../../projects/aril/ui/panel/aril-ui-panel.ts"],"sourcesContent":["import { NgClass } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, HostBinding, input } from '@angular/core';\r\n\r\nimport { PanelModule } from 'primeng/panel';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\tselector: 'aril-panel',\r\n\ttemplateUrl: './panel.component.html',\r\n\tstyleUrl: './panel.component.css',\r\n\timports: [PanelModule, NgClass],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush\r\n})\r\nexport class PanelComponent {\r\n\ttoggleable = input<boolean>(true);\r\n\tcanFullScreen = input<boolean>(
|
|
1
|
+
{"version":3,"file":"aril-ui-panel.mjs","sources":["../../projects/aril/ui/panel/src/panel.component.ts","../../projects/aril/ui/panel/src/panel.component.html","../../projects/aril/ui/panel/aril-ui-panel.ts"],"sourcesContent":["import { NgClass } from '@angular/common';\r\nimport { ChangeDetectionStrategy, Component, HostBinding, input } from '@angular/core';\r\n\r\nimport { PanelModule } from 'primeng/panel';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\tselector: 'aril-panel',\r\n\ttemplateUrl: './panel.component.html',\r\n\tstyleUrl: './panel.component.css',\r\n\timports: [PanelModule, NgClass],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush\r\n})\r\nexport class PanelComponent {\r\n\ttoggleable = input<boolean>(true);\r\n\tcanFullScreen = input<boolean>();\r\n\tcollapsed = input<boolean>(false);\r\n\tstyleClass = input<string>();\r\n\tshowFooter = input<boolean>(false);\r\n\tnoPadding = input<boolean>(false);\r\n\r\n\tisFullScreen = false;\r\n\r\n\ttoggleFullScreen() {\r\n\t\tthis.isFullScreen = !this.isFullScreen;\r\n\t}\r\n\r\n\t@HostBinding('class.no-padding') get noPaddingClass() {\r\n\t\treturn this.noPadding();\r\n\t}\r\n}\r\n","<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel\r\n\t\t[toggleable]=\"toggleable()\"\r\n\t\t[collapsed]=\"collapsed()\"\r\n\t\t[collapseIcon]=\"'pi pi-chevron-down'\"\r\n\t\t[expandIcon]=\"canFullScreen() !== undefined ? 'pi pi-chevron-up' : ''\"\r\n\t\t[styleClass]=\"styleClass()\"\r\n\t\t>\r\n\t\t<!-- header -->\r\n\t\t<ng-template pTemplate=\"header\">\r\n\t\t\t<div class=\"panel-header\">\r\n\t\t\t\t<ng-content select=\"[header]\"></ng-content>\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- header-tools -->\r\n\t\t<ng-template class=\"flex\" pTemplate=\"icons\">\r\n\t\t\t<div class=\"panel-icons flex\">\r\n\t\t\t\t<ng-content select=\"[tools]\"></ng-content>\r\n\r\n\t\t\t\t@if (canFullScreen()) {\r\n\t\t\t\t\t<i\r\n\t\t\t\t\t\trole=\"button\"\r\n\t\t\t\t\t\tclass=\"pi\"\r\n\t\t\t\t\t\t[ngClass]=\"{\r\n\t\t\t\t\t\t\t'pi-window-maximize': !isFullScreen,\r\n\t\t\t\t\t\t\t'pi-window-minimize': isFullScreen\r\n\t\t\t\t\t\t}\"\r\n\t\t\t\t\t\t(click)=\"toggleFullScreen()\"></i>\r\n\t\t\t\t}\r\n\t\t\t</div>\r\n\t\t</ng-template>\r\n\r\n\t\t<!-- body -->\r\n\t\t<ng-content select=\"[body]\" class=\"panel-ng-content\"></ng-content>\r\n\r\n\t\t<!-- footer -->\r\n\t\t@if (showFooter()) {\r\n\t\t\t<ng-template pTemplate=\"footer\">\r\n\t\t\t\t<ng-content select=\"[footer]\"></ng-content>\r\n\t\t\t</ng-template>\r\n\t\t}\r\n\t</p-panel>\r\n</div>\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aril",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.57",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "~17.1.0",
|
|
6
6
|
"@angular/common": "^17.1.0",
|
|
@@ -50,17 +50,23 @@
|
|
|
50
50
|
"esm": "./esm2022/http/aril-http.mjs",
|
|
51
51
|
"default": "./fesm2022/aril-http.mjs"
|
|
52
52
|
},
|
|
53
|
+
"./i18n": {
|
|
54
|
+
"types": "./i18n/index.d.ts",
|
|
55
|
+
"esm2022": "./esm2022/i18n/aril-i18n.mjs",
|
|
56
|
+
"esm": "./esm2022/i18n/aril-i18n.mjs",
|
|
57
|
+
"default": "./fesm2022/aril-i18n.mjs"
|
|
58
|
+
},
|
|
53
59
|
"./keycloak": {
|
|
54
60
|
"types": "./keycloak/index.d.ts",
|
|
55
61
|
"esm2022": "./esm2022/keycloak/aril-keycloak.mjs",
|
|
56
62
|
"esm": "./esm2022/keycloak/aril-keycloak.mjs",
|
|
57
63
|
"default": "./fesm2022/aril-keycloak.mjs"
|
|
58
64
|
},
|
|
59
|
-
"./
|
|
60
|
-
"types": "./
|
|
61
|
-
"esm2022": "./esm2022/
|
|
62
|
-
"esm": "./esm2022/
|
|
63
|
-
"default": "./fesm2022/aril-
|
|
65
|
+
"./ui-business": {
|
|
66
|
+
"types": "./ui-business/index.d.ts",
|
|
67
|
+
"esm2022": "./esm2022/ui-business/aril-ui-business.mjs",
|
|
68
|
+
"esm": "./esm2022/ui-business/aril-ui-business.mjs",
|
|
69
|
+
"default": "./fesm2022/aril-ui-business.mjs"
|
|
64
70
|
},
|
|
65
71
|
"./theme": {
|
|
66
72
|
"types": "./theme/index.d.ts",
|
|
@@ -74,35 +80,71 @@
|
|
|
74
80
|
"esm": "./esm2022/ui/aril-ui.mjs",
|
|
75
81
|
"default": "./fesm2022/aril-ui.mjs"
|
|
76
82
|
},
|
|
77
|
-
"./ui-business": {
|
|
78
|
-
"types": "./ui-business/index.d.ts",
|
|
79
|
-
"esm2022": "./esm2022/ui-business/aril-ui-business.mjs",
|
|
80
|
-
"esm": "./esm2022/ui-business/aril-ui-business.mjs",
|
|
81
|
-
"default": "./fesm2022/aril-ui-business.mjs"
|
|
82
|
-
},
|
|
83
83
|
"./util": {
|
|
84
84
|
"types": "./util/index.d.ts",
|
|
85
85
|
"esm2022": "./esm2022/util/aril-util.mjs",
|
|
86
86
|
"esm": "./esm2022/util/aril-util.mjs",
|
|
87
87
|
"default": "./fesm2022/aril-util.mjs"
|
|
88
88
|
},
|
|
89
|
+
"./boot/mfe": {
|
|
90
|
+
"types": "./boot/mfe/index.d.ts",
|
|
91
|
+
"esm2022": "./esm2022/boot/mfe/aril-boot-mfe.mjs",
|
|
92
|
+
"esm": "./esm2022/boot/mfe/aril-boot-mfe.mjs",
|
|
93
|
+
"default": "./fesm2022/aril-boot-mfe.mjs"
|
|
94
|
+
},
|
|
89
95
|
"./boot/host": {
|
|
90
96
|
"types": "./boot/host/index.d.ts",
|
|
91
97
|
"esm2022": "./esm2022/boot/host/aril-boot-host.mjs",
|
|
92
98
|
"esm": "./esm2022/boot/host/aril-boot-host.mjs",
|
|
93
99
|
"default": "./fesm2022/aril-boot-host.mjs"
|
|
94
100
|
},
|
|
95
|
-
"./
|
|
96
|
-
"types": "./
|
|
97
|
-
"esm2022": "./esm2022/
|
|
98
|
-
"esm": "./esm2022/
|
|
99
|
-
"default": "./fesm2022/aril-
|
|
101
|
+
"./ui-business/assetPicker": {
|
|
102
|
+
"types": "./ui-business/assetPicker/index.d.ts",
|
|
103
|
+
"esm2022": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
|
|
104
|
+
"esm": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
|
|
105
|
+
"default": "./fesm2022/aril-ui-business-assetPicker.mjs"
|
|
100
106
|
},
|
|
101
|
-
"./
|
|
102
|
-
"types": "./
|
|
103
|
-
"esm2022": "./esm2022/
|
|
104
|
-
"esm": "./esm2022/
|
|
105
|
-
"default": "./fesm2022/aril-
|
|
107
|
+
"./ui-business/detailed-overlay-panel": {
|
|
108
|
+
"types": "./ui-business/detailed-overlay-panel/index.d.ts",
|
|
109
|
+
"esm2022": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
|
|
110
|
+
"esm": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
|
|
111
|
+
"default": "./fesm2022/aril-ui-business-detailed-overlay-panel.mjs"
|
|
112
|
+
},
|
|
113
|
+
"./ui-business/enumPicker": {
|
|
114
|
+
"types": "./ui-business/enumPicker/index.d.ts",
|
|
115
|
+
"esm2022": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
|
|
116
|
+
"esm": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
|
|
117
|
+
"default": "./fesm2022/aril-ui-business-enumPicker.mjs"
|
|
118
|
+
},
|
|
119
|
+
"./ui-business/multiple-ref-value": {
|
|
120
|
+
"types": "./ui-business/multiple-ref-value/index.d.ts",
|
|
121
|
+
"esm2022": "./esm2022/ui-business/multiple-ref-value/aril-ui-business-multiple-ref-value.mjs",
|
|
122
|
+
"esm": "./esm2022/ui-business/multiple-ref-value/aril-ui-business-multiple-ref-value.mjs",
|
|
123
|
+
"default": "./fesm2022/aril-ui-business-multiple-ref-value.mjs"
|
|
124
|
+
},
|
|
125
|
+
"./ui-business/operation-types-dialog": {
|
|
126
|
+
"types": "./ui-business/operation-types-dialog/index.d.ts",
|
|
127
|
+
"esm2022": "./esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs",
|
|
128
|
+
"esm": "./esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs",
|
|
129
|
+
"default": "./fesm2022/aril-ui-business-operation-types-dialog.mjs"
|
|
130
|
+
},
|
|
131
|
+
"./ui-business/ref-value": {
|
|
132
|
+
"types": "./ui-business/ref-value/index.d.ts",
|
|
133
|
+
"esm2022": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
|
|
134
|
+
"esm": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
|
|
135
|
+
"default": "./fesm2022/aril-ui-business-ref-value.mjs"
|
|
136
|
+
},
|
|
137
|
+
"./ui-business/rolePicker": {
|
|
138
|
+
"types": "./ui-business/rolePicker/index.d.ts",
|
|
139
|
+
"esm2022": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
140
|
+
"esm": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
141
|
+
"default": "./fesm2022/aril-ui-business-rolePicker.mjs"
|
|
142
|
+
},
|
|
143
|
+
"./ui-business/userPicker": {
|
|
144
|
+
"types": "./ui-business/userPicker/index.d.ts",
|
|
145
|
+
"esm2022": "./esm2022/ui-business/userPicker/aril-ui-business-userPicker.mjs",
|
|
146
|
+
"esm": "./esm2022/ui-business/userPicker/aril-ui-business-userPicker.mjs",
|
|
147
|
+
"default": "./fesm2022/aril-ui-business-userPicker.mjs"
|
|
106
148
|
},
|
|
107
149
|
"./ui/autoComplete": {
|
|
108
150
|
"types": "./ui/autoComplete/index.d.ts",
|
|
@@ -110,6 +152,12 @@
|
|
|
110
152
|
"esm": "./esm2022/ui/autoComplete/aril-ui-autoComplete.mjs",
|
|
111
153
|
"default": "./fesm2022/aril-ui-autoComplete.mjs"
|
|
112
154
|
},
|
|
155
|
+
"./theme/layout": {
|
|
156
|
+
"types": "./theme/layout/index.d.ts",
|
|
157
|
+
"esm2022": "./esm2022/theme/layout/aril-theme-layout.mjs",
|
|
158
|
+
"esm": "./esm2022/theme/layout/aril-theme-layout.mjs",
|
|
159
|
+
"default": "./fesm2022/aril-theme-layout.mjs"
|
|
160
|
+
},
|
|
113
161
|
"./ui/badge": {
|
|
114
162
|
"types": "./ui/badge/index.d.ts",
|
|
115
163
|
"esm2022": "./esm2022/ui/badge/aril-ui-badge.mjs",
|
|
@@ -140,17 +188,23 @@
|
|
|
140
188
|
"esm": "./esm2022/ui/checkbox/aril-ui-checkbox.mjs",
|
|
141
189
|
"default": "./fesm2022/aril-ui-checkbox.mjs"
|
|
142
190
|
},
|
|
191
|
+
"./ui/detailed-overlay-panel": {
|
|
192
|
+
"types": "./ui/detailed-overlay-panel/index.d.ts",
|
|
193
|
+
"esm2022": "./esm2022/ui/detailed-overlay-panel/aril-ui-detailed-overlay-panel.mjs",
|
|
194
|
+
"esm": "./esm2022/ui/detailed-overlay-panel/aril-ui-detailed-overlay-panel.mjs",
|
|
195
|
+
"default": "./fesm2022/aril-ui-detailed-overlay-panel.mjs"
|
|
196
|
+
},
|
|
143
197
|
"./ui/chip": {
|
|
144
198
|
"types": "./ui/chip/index.d.ts",
|
|
145
199
|
"esm2022": "./esm2022/ui/chip/aril-ui-chip.mjs",
|
|
146
200
|
"esm": "./esm2022/ui/chip/aril-ui-chip.mjs",
|
|
147
201
|
"default": "./fesm2022/aril-ui-chip.mjs"
|
|
148
202
|
},
|
|
149
|
-
"./ui/
|
|
150
|
-
"types": "./ui/
|
|
151
|
-
"esm2022": "./esm2022/ui/
|
|
152
|
-
"esm": "./esm2022/ui/
|
|
153
|
-
"default": "./fesm2022/aril-ui-
|
|
203
|
+
"./ui/field": {
|
|
204
|
+
"types": "./ui/field/index.d.ts",
|
|
205
|
+
"esm2022": "./esm2022/ui/field/aril-ui-field.mjs",
|
|
206
|
+
"esm": "./esm2022/ui/field/aril-ui-field.mjs",
|
|
207
|
+
"default": "./fesm2022/aril-ui-field.mjs"
|
|
154
208
|
},
|
|
155
209
|
"./ui/dxEditor": {
|
|
156
210
|
"types": "./ui/dxEditor/index.d.ts",
|
|
@@ -158,59 +212,65 @@
|
|
|
158
212
|
"esm": "./esm2022/ui/dxEditor/aril-ui-dxEditor.mjs",
|
|
159
213
|
"default": "./fesm2022/aril-ui-dxEditor.mjs"
|
|
160
214
|
},
|
|
161
|
-
"./ui/fileUpload": {
|
|
162
|
-
"types": "./ui/fileUpload/index.d.ts",
|
|
163
|
-
"esm2022": "./esm2022/ui/fileUpload/aril-ui-fileUpload.mjs",
|
|
164
|
-
"esm": "./esm2022/ui/fileUpload/aril-ui-fileUpload.mjs",
|
|
165
|
-
"default": "./fesm2022/aril-ui-fileUpload.mjs"
|
|
166
|
-
},
|
|
167
215
|
"./ui/dxField": {
|
|
168
216
|
"types": "./ui/dxField/index.d.ts",
|
|
169
217
|
"esm2022": "./esm2022/ui/dxField/aril-ui-dxField.mjs",
|
|
170
218
|
"esm": "./esm2022/ui/dxField/aril-ui-dxField.mjs",
|
|
171
219
|
"default": "./fesm2022/aril-ui-dxField.mjs"
|
|
172
220
|
},
|
|
173
|
-
"./ui/field": {
|
|
174
|
-
"types": "./ui/field/index.d.ts",
|
|
175
|
-
"esm2022": "./esm2022/ui/field/aril-ui-field.mjs",
|
|
176
|
-
"esm": "./esm2022/ui/field/aril-ui-field.mjs",
|
|
177
|
-
"default": "./fesm2022/aril-ui-field.mjs"
|
|
178
|
-
},
|
|
179
221
|
"./ui/form": {
|
|
180
222
|
"types": "./ui/form/index.d.ts",
|
|
181
223
|
"esm2022": "./esm2022/ui/form/aril-ui-form.mjs",
|
|
182
224
|
"esm": "./esm2022/ui/form/aril-ui-form.mjs",
|
|
183
225
|
"default": "./fesm2022/aril-ui-form.mjs"
|
|
184
226
|
},
|
|
227
|
+
"./ui/fileUpload": {
|
|
228
|
+
"types": "./ui/fileUpload/index.d.ts",
|
|
229
|
+
"esm2022": "./esm2022/ui/fileUpload/aril-ui-fileUpload.mjs",
|
|
230
|
+
"esm": "./esm2022/ui/fileUpload/aril-ui-fileUpload.mjs",
|
|
231
|
+
"default": "./fesm2022/aril-ui-fileUpload.mjs"
|
|
232
|
+
},
|
|
233
|
+
"./ui/loader": {
|
|
234
|
+
"types": "./ui/loader/index.d.ts",
|
|
235
|
+
"esm2022": "./esm2022/ui/loader/aril-ui-loader.mjs",
|
|
236
|
+
"esm": "./esm2022/ui/loader/aril-ui-loader.mjs",
|
|
237
|
+
"default": "./fesm2022/aril-ui-loader.mjs"
|
|
238
|
+
},
|
|
185
239
|
"./ui/img-viewer": {
|
|
186
240
|
"types": "./ui/img-viewer/index.d.ts",
|
|
187
241
|
"esm2022": "./esm2022/ui/img-viewer/aril-ui-img-viewer.mjs",
|
|
188
242
|
"esm": "./esm2022/ui/img-viewer/aril-ui-img-viewer.mjs",
|
|
189
243
|
"default": "./fesm2022/aril-ui-img-viewer.mjs"
|
|
190
244
|
},
|
|
245
|
+
"./ui/multiSelect": {
|
|
246
|
+
"types": "./ui/multiSelect/index.d.ts",
|
|
247
|
+
"esm2022": "./esm2022/ui/multiSelect/aril-ui-multiSelect.mjs",
|
|
248
|
+
"esm": "./esm2022/ui/multiSelect/aril-ui-multiSelect.mjs",
|
|
249
|
+
"default": "./fesm2022/aril-ui-multiSelect.mjs"
|
|
250
|
+
},
|
|
191
251
|
"./ui/lib": {
|
|
192
252
|
"types": "./ui/lib/index.d.ts",
|
|
193
253
|
"esm2022": "./esm2022/ui/lib/aril-ui-lib.mjs",
|
|
194
254
|
"esm": "./esm2022/ui/lib/aril-ui-lib.mjs",
|
|
195
255
|
"default": "./fesm2022/aril-ui-lib.mjs"
|
|
196
256
|
},
|
|
197
|
-
"./ui/loader": {
|
|
198
|
-
"types": "./ui/loader/index.d.ts",
|
|
199
|
-
"esm2022": "./esm2022/ui/loader/aril-ui-loader.mjs",
|
|
200
|
-
"esm": "./esm2022/ui/loader/aril-ui-loader.mjs",
|
|
201
|
-
"default": "./fesm2022/aril-ui-loader.mjs"
|
|
202
|
-
},
|
|
203
257
|
"./ui/mask": {
|
|
204
258
|
"types": "./ui/mask/index.d.ts",
|
|
205
259
|
"esm2022": "./esm2022/ui/mask/aril-ui-mask.mjs",
|
|
206
260
|
"esm": "./esm2022/ui/mask/aril-ui-mask.mjs",
|
|
207
261
|
"default": "./fesm2022/aril-ui-mask.mjs"
|
|
208
262
|
},
|
|
209
|
-
"./ui/
|
|
210
|
-
"types": "./ui/
|
|
211
|
-
"esm2022": "./esm2022/ui/
|
|
212
|
-
"esm": "./esm2022/ui/
|
|
213
|
-
"default": "./fesm2022/aril-ui-
|
|
263
|
+
"./ui/operation-types-dialog": {
|
|
264
|
+
"types": "./ui/operation-types-dialog/index.d.ts",
|
|
265
|
+
"esm2022": "./esm2022/ui/operation-types-dialog/aril-ui-operation-types-dialog.mjs",
|
|
266
|
+
"esm": "./esm2022/ui/operation-types-dialog/aril-ui-operation-types-dialog.mjs",
|
|
267
|
+
"default": "./fesm2022/aril-ui-operation-types-dialog.mjs"
|
|
268
|
+
},
|
|
269
|
+
"./ui/password": {
|
|
270
|
+
"types": "./ui/password/index.d.ts",
|
|
271
|
+
"esm2022": "./esm2022/ui/password/aril-ui-password.mjs",
|
|
272
|
+
"esm": "./esm2022/ui/password/aril-ui-password.mjs",
|
|
273
|
+
"default": "./fesm2022/aril-ui-password.mjs"
|
|
214
274
|
},
|
|
215
275
|
"./ui/number": {
|
|
216
276
|
"types": "./ui/number/index.d.ts",
|
|
@@ -224,24 +284,12 @@
|
|
|
224
284
|
"esm": "./esm2022/ui/overlayPanel/aril-ui-overlayPanel.mjs",
|
|
225
285
|
"default": "./fesm2022/aril-ui-overlayPanel.mjs"
|
|
226
286
|
},
|
|
227
|
-
"./ui/operation-types-dialog": {
|
|
228
|
-
"types": "./ui/operation-types-dialog/index.d.ts",
|
|
229
|
-
"esm2022": "./esm2022/ui/operation-types-dialog/aril-ui-operation-types-dialog.mjs",
|
|
230
|
-
"esm": "./esm2022/ui/operation-types-dialog/aril-ui-operation-types-dialog.mjs",
|
|
231
|
-
"default": "./fesm2022/aril-ui-operation-types-dialog.mjs"
|
|
232
|
-
},
|
|
233
287
|
"./ui/panel": {
|
|
234
288
|
"types": "./ui/panel/index.d.ts",
|
|
235
289
|
"esm2022": "./esm2022/ui/panel/aril-ui-panel.mjs",
|
|
236
290
|
"esm": "./esm2022/ui/panel/aril-ui-panel.mjs",
|
|
237
291
|
"default": "./fesm2022/aril-ui-panel.mjs"
|
|
238
292
|
},
|
|
239
|
-
"./ui/password": {
|
|
240
|
-
"types": "./ui/password/index.d.ts",
|
|
241
|
-
"esm2022": "./esm2022/ui/password/aril-ui-password.mjs",
|
|
242
|
-
"esm": "./esm2022/ui/password/aril-ui-password.mjs",
|
|
243
|
-
"default": "./fesm2022/aril-ui-password.mjs"
|
|
244
|
-
},
|
|
245
293
|
"./ui/pdf-viewer": {
|
|
246
294
|
"types": "./ui/pdf-viewer/index.d.ts",
|
|
247
295
|
"esm2022": "./esm2022/ui/pdf-viewer/aril-ui-pdf-viewer.mjs",
|
|
@@ -254,12 +302,6 @@
|
|
|
254
302
|
"esm": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
|
|
255
303
|
"default": "./fesm2022/aril-ui-progressbar.mjs"
|
|
256
304
|
},
|
|
257
|
-
"./ui/radioButton": {
|
|
258
|
-
"types": "./ui/radioButton/index.d.ts",
|
|
259
|
-
"esm2022": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
260
|
-
"esm": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
261
|
-
"default": "./fesm2022/aril-ui-radioButton.mjs"
|
|
262
|
-
},
|
|
263
305
|
"./ui/selectBox": {
|
|
264
306
|
"types": "./ui/selectBox/index.d.ts",
|
|
265
307
|
"esm2022": "./esm2022/ui/selectBox/aril-ui-selectBox.mjs",
|
|
@@ -272,6 +314,18 @@
|
|
|
272
314
|
"esm": "./esm2022/ui/switch/aril-ui-switch.mjs",
|
|
273
315
|
"default": "./fesm2022/aril-ui-switch.mjs"
|
|
274
316
|
},
|
|
317
|
+
"./ui/radioButton": {
|
|
318
|
+
"types": "./ui/radioButton/index.d.ts",
|
|
319
|
+
"esm2022": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
320
|
+
"esm": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
321
|
+
"default": "./fesm2022/aril-ui-radioButton.mjs"
|
|
322
|
+
},
|
|
323
|
+
"./ui/tag": {
|
|
324
|
+
"types": "./ui/tag/index.d.ts",
|
|
325
|
+
"esm2022": "./esm2022/ui/tag/aril-ui-tag.mjs",
|
|
326
|
+
"esm": "./esm2022/ui/tag/aril-ui-tag.mjs",
|
|
327
|
+
"default": "./fesm2022/aril-ui-tag.mjs"
|
|
328
|
+
},
|
|
275
329
|
"./ui/table": {
|
|
276
330
|
"types": "./ui/table/index.d.ts",
|
|
277
331
|
"esm2022": "./esm2022/ui/table/aril-ui-table.mjs",
|
|
@@ -284,11 +338,11 @@
|
|
|
284
338
|
"esm": "./esm2022/ui/table-expand/aril-ui-table-expand.mjs",
|
|
285
339
|
"default": "./fesm2022/aril-ui-table-expand.mjs"
|
|
286
340
|
},
|
|
287
|
-
"./ui/
|
|
288
|
-
"types": "./ui/
|
|
289
|
-
"esm2022": "./esm2022/ui/
|
|
290
|
-
"esm": "./esm2022/ui/
|
|
291
|
-
"default": "./fesm2022/aril-ui-
|
|
341
|
+
"./ui/text": {
|
|
342
|
+
"types": "./ui/text/index.d.ts",
|
|
343
|
+
"esm2022": "./esm2022/ui/text/aril-ui-text.mjs",
|
|
344
|
+
"esm": "./esm2022/ui/text/aril-ui-text.mjs",
|
|
345
|
+
"default": "./fesm2022/aril-ui-text.mjs"
|
|
292
346
|
},
|
|
293
347
|
"./ui/tagBox": {
|
|
294
348
|
"types": "./ui/tagBox/index.d.ts",
|
|
@@ -296,11 +350,11 @@
|
|
|
296
350
|
"esm": "./esm2022/ui/tagBox/aril-ui-tagBox.mjs",
|
|
297
351
|
"default": "./fesm2022/aril-ui-tagBox.mjs"
|
|
298
352
|
},
|
|
299
|
-
"./ui/
|
|
300
|
-
"types": "./ui/
|
|
301
|
-
"esm2022": "./esm2022/ui/
|
|
302
|
-
"esm": "./esm2022/ui/
|
|
303
|
-
"default": "./fesm2022/aril-ui-
|
|
353
|
+
"./ui/tooltip": {
|
|
354
|
+
"types": "./ui/tooltip/index.d.ts",
|
|
355
|
+
"esm2022": "./esm2022/ui/tooltip/aril-ui-tooltip.mjs",
|
|
356
|
+
"esm": "./esm2022/ui/tooltip/aril-ui-tooltip.mjs",
|
|
357
|
+
"default": "./fesm2022/aril-ui-tooltip.mjs"
|
|
304
358
|
},
|
|
305
359
|
"./ui/textArea": {
|
|
306
360
|
"types": "./ui/textArea/index.d.ts",
|
|
@@ -314,11 +368,11 @@
|
|
|
314
368
|
"esm": "./esm2022/ui/toggle-button/aril-ui-toggle-button.mjs",
|
|
315
369
|
"default": "./fesm2022/aril-ui-toggle-button.mjs"
|
|
316
370
|
},
|
|
317
|
-
"./ui/
|
|
318
|
-
"types": "./ui/
|
|
319
|
-
"esm2022": "./esm2022/ui/
|
|
320
|
-
"esm": "./esm2022/ui/
|
|
321
|
-
"default": "./fesm2022/aril-ui-
|
|
371
|
+
"./ui/treeSelect": {
|
|
372
|
+
"types": "./ui/treeSelect/index.d.ts",
|
|
373
|
+
"esm2022": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
|
|
374
|
+
"esm": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
|
|
375
|
+
"default": "./fesm2022/aril-ui-treeSelect.mjs"
|
|
322
376
|
},
|
|
323
377
|
"./ui/tree": {
|
|
324
378
|
"types": "./ui/tree/index.d.ts",
|
|
@@ -326,11 +380,11 @@
|
|
|
326
380
|
"esm": "./esm2022/ui/tree/aril-ui-tree.mjs",
|
|
327
381
|
"default": "./fesm2022/aril-ui-tree.mjs"
|
|
328
382
|
},
|
|
329
|
-
"./
|
|
330
|
-
"types": "./
|
|
331
|
-
"esm2022": "./esm2022/
|
|
332
|
-
"esm": "./esm2022/
|
|
333
|
-
"default": "./fesm2022/aril-
|
|
383
|
+
"./util/block": {
|
|
384
|
+
"types": "./util/block/index.d.ts",
|
|
385
|
+
"esm2022": "./esm2022/util/block/aril-util-block.mjs",
|
|
386
|
+
"esm": "./esm2022/util/block/aril-util-block.mjs",
|
|
387
|
+
"default": "./fesm2022/aril-util-block.mjs"
|
|
334
388
|
},
|
|
335
389
|
"./ui/value": {
|
|
336
390
|
"types": "./ui/value/index.d.ts",
|
|
@@ -338,65 +392,17 @@
|
|
|
338
392
|
"esm": "./esm2022/ui/value/aril-ui-value.mjs",
|
|
339
393
|
"default": "./fesm2022/aril-ui-value.mjs"
|
|
340
394
|
},
|
|
341
|
-
"./ui
|
|
342
|
-
"types": "./ui
|
|
343
|
-
"esm2022": "./esm2022/ui
|
|
344
|
-
"esm": "./esm2022/ui
|
|
345
|
-
"default": "./fesm2022/aril-ui-
|
|
346
|
-
},
|
|
347
|
-
"./ui/treeSelect": {
|
|
348
|
-
"types": "./ui/treeSelect/index.d.ts",
|
|
349
|
-
"esm2022": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
|
|
350
|
-
"esm": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
|
|
351
|
-
"default": "./fesm2022/aril-ui-treeSelect.mjs"
|
|
352
|
-
},
|
|
353
|
-
"./ui-business/detailed-overlay-panel": {
|
|
354
|
-
"types": "./ui-business/detailed-overlay-panel/index.d.ts",
|
|
355
|
-
"esm2022": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
|
|
356
|
-
"esm": "./esm2022/ui-business/detailed-overlay-panel/aril-ui-business-detailed-overlay-panel.mjs",
|
|
357
|
-
"default": "./fesm2022/aril-ui-business-detailed-overlay-panel.mjs"
|
|
358
|
-
},
|
|
359
|
-
"./ui-business/enumPicker": {
|
|
360
|
-
"types": "./ui-business/enumPicker/index.d.ts",
|
|
361
|
-
"esm2022": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
|
|
362
|
-
"esm": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
|
|
363
|
-
"default": "./fesm2022/aril-ui-business-enumPicker.mjs"
|
|
364
|
-
},
|
|
365
|
-
"./ui-business/multiple-ref-value": {
|
|
366
|
-
"types": "./ui-business/multiple-ref-value/index.d.ts",
|
|
367
|
-
"esm2022": "./esm2022/ui-business/multiple-ref-value/aril-ui-business-multiple-ref-value.mjs",
|
|
368
|
-
"esm": "./esm2022/ui-business/multiple-ref-value/aril-ui-business-multiple-ref-value.mjs",
|
|
369
|
-
"default": "./fesm2022/aril-ui-business-multiple-ref-value.mjs"
|
|
370
|
-
},
|
|
371
|
-
"./ui-business/ref-value": {
|
|
372
|
-
"types": "./ui-business/ref-value/index.d.ts",
|
|
373
|
-
"esm2022": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
|
|
374
|
-
"esm": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
|
|
375
|
-
"default": "./fesm2022/aril-ui-business-ref-value.mjs"
|
|
376
|
-
},
|
|
377
|
-
"./ui-business/rolePicker": {
|
|
378
|
-
"types": "./ui-business/rolePicker/index.d.ts",
|
|
379
|
-
"esm2022": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
380
|
-
"esm": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
381
|
-
"default": "./fesm2022/aril-ui-business-rolePicker.mjs"
|
|
382
|
-
},
|
|
383
|
-
"./ui-business/operation-types-dialog": {
|
|
384
|
-
"types": "./ui-business/operation-types-dialog/index.d.ts",
|
|
385
|
-
"esm2022": "./esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs",
|
|
386
|
-
"esm": "./esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs",
|
|
387
|
-
"default": "./fesm2022/aril-ui-business-operation-types-dialog.mjs"
|
|
388
|
-
},
|
|
389
|
-
"./ui-business/userPicker": {
|
|
390
|
-
"types": "./ui-business/userPicker/index.d.ts",
|
|
391
|
-
"esm2022": "./esm2022/ui-business/userPicker/aril-ui-business-userPicker.mjs",
|
|
392
|
-
"esm": "./esm2022/ui-business/userPicker/aril-ui-business-userPicker.mjs",
|
|
393
|
-
"default": "./fesm2022/aril-ui-business-userPicker.mjs"
|
|
395
|
+
"./ui/treeTable": {
|
|
396
|
+
"types": "./ui/treeTable/index.d.ts",
|
|
397
|
+
"esm2022": "./esm2022/ui/treeTable/aril-ui-treeTable.mjs",
|
|
398
|
+
"esm": "./esm2022/ui/treeTable/aril-ui-treeTable.mjs",
|
|
399
|
+
"default": "./fesm2022/aril-ui-treeTable.mjs"
|
|
394
400
|
},
|
|
395
|
-
"./util/
|
|
396
|
-
"types": "./util/
|
|
397
|
-
"esm2022": "./esm2022/util/
|
|
398
|
-
"esm": "./esm2022/util/
|
|
399
|
-
"default": "./fesm2022/aril-util-
|
|
401
|
+
"./util/init-event": {
|
|
402
|
+
"types": "./util/init-event/index.d.ts",
|
|
403
|
+
"esm2022": "./esm2022/util/init-event/aril-util-init-event.mjs",
|
|
404
|
+
"esm": "./esm2022/util/init-event/aril-util-init-event.mjs",
|
|
405
|
+
"default": "./fesm2022/aril-util-init-event.mjs"
|
|
400
406
|
},
|
|
401
407
|
"./util/custom_pages": {
|
|
402
408
|
"types": "./util/custom_pages/index.d.ts",
|
|
@@ -404,11 +410,11 @@
|
|
|
404
410
|
"esm": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
|
|
405
411
|
"default": "./fesm2022/aril-util-custom_pages.mjs"
|
|
406
412
|
},
|
|
407
|
-
"./util/
|
|
408
|
-
"types": "./util/
|
|
409
|
-
"esm2022": "./esm2022/util/
|
|
410
|
-
"esm": "./esm2022/util/
|
|
411
|
-
"default": "./fesm2022/aril-util-
|
|
413
|
+
"./util/primitive-extensions": {
|
|
414
|
+
"types": "./util/primitive-extensions/index.d.ts",
|
|
415
|
+
"esm2022": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
|
|
416
|
+
"esm": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
|
|
417
|
+
"default": "./fesm2022/aril-util-primitive-extensions.mjs"
|
|
412
418
|
},
|
|
413
419
|
"./util/lib": {
|
|
414
420
|
"types": "./util/lib/index.d.ts",
|
|
@@ -416,29 +422,29 @@
|
|
|
416
422
|
"esm": "./esm2022/util/lib/aril-util-lib.mjs",
|
|
417
423
|
"default": "./fesm2022/aril-util-lib.mjs"
|
|
418
424
|
},
|
|
425
|
+
"./util/unwrap": {
|
|
426
|
+
"types": "./util/unwrap/index.d.ts",
|
|
427
|
+
"esm2022": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
428
|
+
"esm": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
429
|
+
"default": "./fesm2022/aril-util-unwrap.mjs"
|
|
430
|
+
},
|
|
419
431
|
"./util/loaders": {
|
|
420
432
|
"types": "./util/loaders/index.d.ts",
|
|
421
433
|
"esm2022": "./esm2022/util/loaders/aril-util-loaders.mjs",
|
|
422
434
|
"esm": "./esm2022/util/loaders/aril-util-loaders.mjs",
|
|
423
435
|
"default": "./fesm2022/aril-util-loaders.mjs"
|
|
424
436
|
},
|
|
425
|
-
"./util/primitive-extensions": {
|
|
426
|
-
"types": "./util/primitive-extensions/index.d.ts",
|
|
427
|
-
"esm2022": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
|
|
428
|
-
"esm": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
|
|
429
|
-
"default": "./fesm2022/aril-util-primitive-extensions.mjs"
|
|
430
|
-
},
|
|
431
437
|
"./util/pub-sub": {
|
|
432
438
|
"types": "./util/pub-sub/index.d.ts",
|
|
433
439
|
"esm2022": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
|
|
434
440
|
"esm": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
|
|
435
441
|
"default": "./fesm2022/aril-util-pub-sub.mjs"
|
|
436
442
|
},
|
|
437
|
-
"./
|
|
438
|
-
"types": "./
|
|
439
|
-
"esm2022": "./esm2022/
|
|
440
|
-
"esm": "./esm2022/
|
|
441
|
-
"default": "./fesm2022/aril-
|
|
443
|
+
"./boot/config/apps": {
|
|
444
|
+
"types": "./boot/config/apps/index.d.ts",
|
|
445
|
+
"esm2022": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
446
|
+
"esm": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
447
|
+
"default": "./fesm2022/aril-boot-config-apps.mjs"
|
|
442
448
|
},
|
|
443
449
|
"./boot/config/api": {
|
|
444
450
|
"types": "./boot/config/api/index.d.ts",
|
|
@@ -446,12 +452,6 @@
|
|
|
446
452
|
"esm": "./esm2022/boot/config/api/aril-boot-config-api.mjs",
|
|
447
453
|
"default": "./fesm2022/aril-boot-config-api.mjs"
|
|
448
454
|
},
|
|
449
|
-
"./boot/config/apps": {
|
|
450
|
-
"types": "./boot/config/apps/index.d.ts",
|
|
451
|
-
"esm2022": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
452
|
-
"esm": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
453
|
-
"default": "./fesm2022/aril-boot-config-apps.mjs"
|
|
454
|
-
},
|
|
455
455
|
"./boot/config/plugins": {
|
|
456
456
|
"types": "./boot/config/plugins/index.d.ts",
|
|
457
457
|
"esm2022": "./esm2022/boot/config/plugins/aril-boot-config-plugins.mjs",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class PanelComponent {
|
|
3
3
|
toggleable: import("@angular/core").InputSignal<boolean, boolean>;
|
|
4
|
-
canFullScreen: import("@angular/core").InputSignal<boolean, boolean>;
|
|
4
|
+
canFullScreen: import("@angular/core").InputSignal<boolean | undefined, boolean | undefined>;
|
|
5
5
|
collapsed: import("@angular/core").InputSignal<boolean, boolean>;
|
|
6
6
|
styleClass: import("@angular/core").InputSignal<string | undefined, string | undefined>;
|
|
7
7
|
showFooter: import("@angular/core").InputSignal<boolean, boolean>;
|