aril 0.0.70 → 0.0.71
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.
|
@@ -15,10 +15,10 @@ export class PanelComponent {
|
|
|
15
15
|
this.isFullScreen = !this.isFullScreen;
|
|
16
16
|
}
|
|
17
17
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
18
|
-
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 }, showFooter: { classPropertyName: "showFooter", publicName: "showFooter", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel [toggleable]=\"toggleable()\" [collapseIcon]=\"'pi pi-chevron-up'\" [expandIcon]=\"'pi pi-chevron-down'\">\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
|
|
18
|
+
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 }, showFooter: { classPropertyName: "showFooter", publicName: "showFooter", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel [toggleable]=\"toggleable()\" [collapseIcon]=\"'pi pi-chevron-up'\" [expandIcon]=\"'pi pi-chevron-down'\">\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]\"></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(--muted-foreground);font-size:14px;font-style:normal;font-weight:400;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}\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 }); }
|
|
19
19
|
}
|
|
20
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PanelComponent, decorators: [{
|
|
21
21
|
type: Component,
|
|
22
|
-
args: [{ standalone: true, selector: 'aril-panel', imports: [PanelModule, NgClass], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel [toggleable]=\"toggleable()\" [collapseIcon]=\"'pi pi-chevron-up'\" [expandIcon]=\"'pi pi-chevron-down'\">\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
|
|
22
|
+
args: [{ standalone: true, selector: 'aril-panel', imports: [PanelModule, NgClass], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel [toggleable]=\"toggleable()\" [collapseIcon]=\"'pi pi-chevron-up'\" [expandIcon]=\"'pi pi-chevron-down'\">\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]\"></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(--muted-foreground);font-size:14px;font-style:normal;font-weight:400;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}\n"] }]
|
|
23
23
|
}] });
|
|
24
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
24
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFuZWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJpbC91aS9wYW5lbC9zcmMvcGFuZWwuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJpbC91aS9wYW5lbC9zcmMvcGFuZWwuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQzFDLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBRTFFLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFVNUMsTUFBTSxPQUFPLGNBQWM7SUFSM0I7UUFTQyxlQUFVLEdBQUcsS0FBSyxDQUFVLElBQUksQ0FBQyxDQUFDO1FBQ2xDLGtCQUFhLEdBQUcsS0FBSyxDQUFVLElBQUksQ0FBQyxDQUFDO1FBQ3JDLGVBQVUsR0FBRyxLQUFLLENBQVUsS0FBSyxDQUFDLENBQUM7UUFFbkMsaUJBQVksR0FBRyxLQUFLLENBQUM7S0FLckI7SUFIQSxnQkFBZ0I7UUFDZixJQUFJLENBQUMsWUFBWSxHQUFHLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQztJQUN4QyxDQUFDOzhHQVRXLGNBQWM7a0dBQWQsY0FBYyxnZkNiM0IseXRDQXNDQSwwYUQ1QlcsV0FBVyxnYUFBRSxPQUFPOzsyRkFHbEIsY0FBYztrQkFSMUIsU0FBUztpQ0FDRyxJQUFJLFlBQ04sWUFBWSxXQUdiLENBQUMsV0FBVyxFQUFFLE9BQU8sQ0FBQyxtQkFDZCx1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdDbGFzcyB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIGlucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5pbXBvcnQgeyBQYW5lbE1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvcGFuZWwnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcblx0c3RhbmRhbG9uZTogdHJ1ZSxcclxuXHRzZWxlY3RvcjogJ2FyaWwtcGFuZWwnLFxyXG5cdHRlbXBsYXRlVXJsOiAnLi9wYW5lbC5jb21wb25lbnQuaHRtbCcsXHJcblx0c3R5bGVVcmw6ICcuL3BhbmVsLmNvbXBvbmVudC5jc3MnLFxyXG5cdGltcG9ydHM6IFtQYW5lbE1vZHVsZSwgTmdDbGFzc10sXHJcblx0Y2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcclxufSlcclxuZXhwb3J0IGNsYXNzIFBhbmVsQ29tcG9uZW50IHtcclxuXHR0b2dnbGVhYmxlID0gaW5wdXQ8Ym9vbGVhbj4odHJ1ZSk7XHJcblx0Y2FuRnVsbFNjcmVlbiA9IGlucHV0PGJvb2xlYW4+KHRydWUpO1xyXG5cdHNob3dGb290ZXIgPSBpbnB1dDxib29sZWFuPihmYWxzZSk7XHJcblxyXG5cdGlzRnVsbFNjcmVlbiA9IGZhbHNlO1xyXG5cclxuXHR0b2dnbGVGdWxsU2NyZWVuKCkge1xyXG5cdFx0dGhpcy5pc0Z1bGxTY3JlZW4gPSAhdGhpcy5pc0Z1bGxTY3JlZW47XHJcblx0fVxyXG59XHJcbiIsIjxkaXYgW25nQ2xhc3NdPVwieyAnZnVsbC1zY3JlZW4nOiBpc0Z1bGxTY3JlZW4gJiYgY2FuRnVsbFNjcmVlbiB9XCI+XHJcblx0PHAtcGFuZWwgW3RvZ2dsZWFibGVdPVwidG9nZ2xlYWJsZSgpXCIgW2NvbGxhcHNlSWNvbl09XCIncGkgcGktY2hldnJvbi11cCdcIiBbZXhwYW5kSWNvbl09XCIncGkgcGktY2hldnJvbi1kb3duJ1wiPlxyXG5cdFx0PCEtLSBoZWFkZXIgLS0+XHJcblx0XHQ8bmctdGVtcGxhdGUgcFRlbXBsYXRlPVwiaGVhZGVyXCI+XHJcblx0XHRcdDxkaXYgY2xhc3M9XCJwYW5lbC1oZWFkZXJcIj5cclxuXHRcdFx0XHQ8bmctY29udGVudCBzZWxlY3Q9XCJbaGVhZGVyXVwiPjwvbmctY29udGVudD5cclxuXHRcdFx0PC9kaXY+XHJcblx0XHQ8L25nLXRlbXBsYXRlPlxyXG5cclxuXHRcdDwhLS0gaGVhZGVyLXRvb2xzIC0tPlxyXG5cdFx0PG5nLXRlbXBsYXRlIGNsYXNzPVwiZmxleFwiIHBUZW1wbGF0ZT1cImljb25zXCI+XHJcblx0XHRcdDxkaXYgY2xhc3M9XCJwYW5lbC1pY29ucyBmbGV4XCI+XHJcblx0XHRcdFx0PG5nLWNvbnRlbnQgc2VsZWN0PVwiW3Rvb2xzXVwiPjwvbmctY29udGVudD5cclxuXHJcblx0XHRcdFx0QGlmIChjYW5GdWxsU2NyZWVuKCkpIHtcclxuXHRcdFx0XHRcdDxpXHJcblx0XHRcdFx0XHRcdHJvbGU9XCJidXR0b25cIlxyXG5cdFx0XHRcdFx0XHRjbGFzcz1cInBpXCJcclxuXHRcdFx0XHRcdFx0W25nQ2xhc3NdPVwie1xyXG5cdFx0XHRcdFx0XHRcdCdwaS13aW5kb3ctbWF4aW1pemUnOiAhaXNGdWxsU2NyZWVuLFxyXG5cdFx0XHRcdFx0XHRcdCdwaS13aW5kb3ctbWluaW1pemUnOiBpc0Z1bGxTY3JlZW5cclxuXHRcdFx0XHRcdFx0fVwiXHJcblx0XHRcdFx0XHRcdChjbGljayk9XCJ0b2dnbGVGdWxsU2NyZWVuKClcIj48L2k+XHJcblx0XHRcdFx0fVxyXG5cdFx0XHQ8L2Rpdj5cclxuXHRcdDwvbmctdGVtcGxhdGU+XHJcblxyXG5cdFx0PCEtLSBib2R5IC0tPlxyXG5cdFx0PG5nLWNvbnRlbnQgc2VsZWN0PVwiW2JvZHldXCI+PC9uZy1jb250ZW50PlxyXG5cclxuXHRcdDwhLS0gZm9vdGVyIC0tPlxyXG5cdFx0QGlmIChzaG93Rm9vdGVyKCkpIHtcclxuXHRcdFx0PG5nLXRlbXBsYXRlIHBUZW1wbGF0ZT1cImZvb3RlclwiPlxyXG5cdFx0XHRcdDxuZy1jb250ZW50IHNlbGVjdD1cIltmb290ZXJdXCI+PC9uZy1jb250ZW50PlxyXG5cdFx0XHQ8L25nLXRlbXBsYXRlPlxyXG5cdFx0fVxyXG5cdDwvcC1wYW5lbD5cclxuPC9kaXY+XHJcbiJdfQ==
|
|
@@ -16,11 +16,11 @@ class PanelComponent {
|
|
|
16
16
|
this.isFullScreen = !this.isFullScreen;
|
|
17
17
|
}
|
|
18
18
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PanelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
19
|
-
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 }, showFooter: { classPropertyName: "showFooter", publicName: "showFooter", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel [toggleable]=\"toggleable()\" [collapseIcon]=\"'pi pi-chevron-up'\" [expandIcon]=\"'pi pi-chevron-down'\">\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
|
|
19
|
+
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 }, showFooter: { classPropertyName: "showFooter", publicName: "showFooter", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel [toggleable]=\"toggleable()\" [collapseIcon]=\"'pi pi-chevron-up'\" [expandIcon]=\"'pi pi-chevron-down'\">\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]\"></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(--muted-foreground);font-size:14px;font-style:normal;font-weight:400;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}\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 }); }
|
|
20
20
|
}
|
|
21
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PanelComponent, decorators: [{
|
|
22
22
|
type: Component,
|
|
23
|
-
args: [{ standalone: true, selector: 'aril-panel', imports: [PanelModule, NgClass], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel [toggleable]=\"toggleable()\" [collapseIcon]=\"'pi pi-chevron-up'\" [expandIcon]=\"'pi pi-chevron-down'\">\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
|
|
23
|
+
args: [{ standalone: true, selector: 'aril-panel', imports: [PanelModule, NgClass], changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel [toggleable]=\"toggleable()\" [collapseIcon]=\"'pi pi-chevron-up'\" [expandIcon]=\"'pi pi-chevron-down'\">\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]\"></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(--muted-foreground);font-size:14px;font-style:normal;font-weight:400;line-height:normal}::ng-deep .panel-icons i{cursor:pointer;width:2rem}\n"] }]
|
|
24
24
|
}] });
|
|
25
25
|
|
|
26
26
|
/**
|
|
@@ -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, 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>(true);\r\n\tshowFooter = 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","<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel [toggleable]=\"toggleable()\" [collapseIcon]=\"'pi pi-chevron-up'\" [expandIcon]=\"'pi pi-chevron-down'\">\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
|
|
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, 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>(true);\r\n\tshowFooter = 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","<div [ngClass]=\"{ 'full-screen': isFullScreen && canFullScreen }\">\r\n\t<p-panel [toggleable]=\"toggleable()\" [collapseIcon]=\"'pi pi-chevron-up'\" [expandIcon]=\"'pi pi-chevron-down'\">\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]\"></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":";;;;;;;MAaa,cAAc,CAAA;AAR3B,IAAA,WAAA,GAAA;AASC,QAAA,IAAA,CAAA,UAAU,GAAG,KAAK,CAAU,IAAI,CAAC,CAAC;AAClC,QAAA,IAAA,CAAA,aAAa,GAAG,KAAK,CAAU,IAAI,CAAC,CAAC;AACrC,QAAA,IAAA,CAAA,UAAU,GAAG,KAAK,CAAU,KAAK,CAAC,CAAC;QAEnC,IAAY,CAAA,YAAA,GAAG,KAAK,CAAC;AAKrB,KAAA;IAHA,gBAAgB,GAAA;AACf,QAAA,IAAI,CAAC,YAAY,GAAG,CAAC,IAAI,CAAC,YAAY,CAAC;KACvC;8GATW,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,cAAc,ECb3B,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,YAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,aAAA,EAAA,EAAA,iBAAA,EAAA,eAAA,EAAA,UAAA,EAAA,eAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,YAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,ytCAsCA,ED5BW,MAAA,EAAA,CAAA,mXAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,WAAW,gaAAE,OAAO,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,SAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA,EAAA;;2FAGlB,cAAc,EAAA,UAAA,EAAA,CAAA;kBAR1B,SAAS;iCACG,IAAI,EAAA,QAAA,EACN,YAAY,EAAA,OAAA,EAGb,CAAC,WAAW,EAAE,OAAO,CAAC,EAAA,eAAA,EACd,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,ytCAAA,EAAA,MAAA,EAAA,CAAA,mXAAA,CAAA,EAAA,CAAA;;;AEXhD;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aril",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.71",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^17.1.0",
|
|
6
6
|
"@angular/core": "^17.1.0",
|
|
@@ -46,18 +46,18 @@
|
|
|
46
46
|
"esm": "./esm2022/http/aril-http.mjs",
|
|
47
47
|
"default": "./fesm2022/aril-http.mjs"
|
|
48
48
|
},
|
|
49
|
-
"./i18n": {
|
|
50
|
-
"types": "./i18n/index.d.ts",
|
|
51
|
-
"esm2022": "./esm2022/i18n/aril-i18n.mjs",
|
|
52
|
-
"esm": "./esm2022/i18n/aril-i18n.mjs",
|
|
53
|
-
"default": "./fesm2022/aril-i18n.mjs"
|
|
54
|
-
},
|
|
55
49
|
"./keycloak": {
|
|
56
50
|
"types": "./keycloak/index.d.ts",
|
|
57
51
|
"esm2022": "./esm2022/keycloak/aril-keycloak.mjs",
|
|
58
52
|
"esm": "./esm2022/keycloak/aril-keycloak.mjs",
|
|
59
53
|
"default": "./fesm2022/aril-keycloak.mjs"
|
|
60
54
|
},
|
|
55
|
+
"./i18n": {
|
|
56
|
+
"types": "./i18n/index.d.ts",
|
|
57
|
+
"esm2022": "./esm2022/i18n/aril-i18n.mjs",
|
|
58
|
+
"esm": "./esm2022/i18n/aril-i18n.mjs",
|
|
59
|
+
"default": "./fesm2022/aril-i18n.mjs"
|
|
60
|
+
},
|
|
61
61
|
"./theme": {
|
|
62
62
|
"types": "./theme/index.d.ts",
|
|
63
63
|
"esm2022": "./esm2022/theme/aril-theme.mjs",
|
|
@@ -106,18 +106,18 @@
|
|
|
106
106
|
"esm": "./esm2022/ui/badge/aril-ui-badge.mjs",
|
|
107
107
|
"default": "./fesm2022/aril-ui-badge.mjs"
|
|
108
108
|
},
|
|
109
|
-
"./ui/button": {
|
|
110
|
-
"types": "./ui/button/index.d.ts",
|
|
111
|
-
"esm2022": "./esm2022/ui/button/aril-ui-button.mjs",
|
|
112
|
-
"esm": "./esm2022/ui/button/aril-ui-button.mjs",
|
|
113
|
-
"default": "./fesm2022/aril-ui-button.mjs"
|
|
114
|
-
},
|
|
115
109
|
"./ui/calendar": {
|
|
116
110
|
"types": "./ui/calendar/index.d.ts",
|
|
117
111
|
"esm2022": "./esm2022/ui/calendar/aril-ui-calendar.mjs",
|
|
118
112
|
"esm": "./esm2022/ui/calendar/aril-ui-calendar.mjs",
|
|
119
113
|
"default": "./fesm2022/aril-ui-calendar.mjs"
|
|
120
114
|
},
|
|
115
|
+
"./ui/button": {
|
|
116
|
+
"types": "./ui/button/index.d.ts",
|
|
117
|
+
"esm2022": "./esm2022/ui/button/aril-ui-button.mjs",
|
|
118
|
+
"esm": "./esm2022/ui/button/aril-ui-button.mjs",
|
|
119
|
+
"default": "./fesm2022/aril-ui-button.mjs"
|
|
120
|
+
},
|
|
121
121
|
"./ui/checkbox": {
|
|
122
122
|
"types": "./ui/checkbox/index.d.ts",
|
|
123
123
|
"esm2022": "./esm2022/ui/checkbox/aril-ui-checkbox.mjs",
|
|
@@ -130,11 +130,11 @@
|
|
|
130
130
|
"esm": "./esm2022/ui/chip/aril-ui-chip.mjs",
|
|
131
131
|
"default": "./fesm2022/aril-ui-chip.mjs"
|
|
132
132
|
},
|
|
133
|
-
"./ui/
|
|
134
|
-
"types": "./ui/
|
|
135
|
-
"esm2022": "./esm2022/ui/
|
|
136
|
-
"esm": "./esm2022/ui/
|
|
137
|
-
"default": "./fesm2022/aril-ui-
|
|
133
|
+
"./ui/dxField": {
|
|
134
|
+
"types": "./ui/dxField/index.d.ts",
|
|
135
|
+
"esm2022": "./esm2022/ui/dxField/aril-ui-dxField.mjs",
|
|
136
|
+
"esm": "./esm2022/ui/dxField/aril-ui-dxField.mjs",
|
|
137
|
+
"default": "./fesm2022/aril-ui-dxField.mjs"
|
|
138
138
|
},
|
|
139
139
|
"./ui/fileUpload": {
|
|
140
140
|
"types": "./ui/fileUpload/index.d.ts",
|
|
@@ -142,11 +142,11 @@
|
|
|
142
142
|
"esm": "./esm2022/ui/fileUpload/aril-ui-fileUpload.mjs",
|
|
143
143
|
"default": "./fesm2022/aril-ui-fileUpload.mjs"
|
|
144
144
|
},
|
|
145
|
-
"./ui/
|
|
146
|
-
"types": "./ui/
|
|
147
|
-
"esm2022": "./esm2022/ui/
|
|
148
|
-
"esm": "./esm2022/ui/
|
|
149
|
-
"default": "./fesm2022/aril-ui-
|
|
145
|
+
"./ui/field": {
|
|
146
|
+
"types": "./ui/field/index.d.ts",
|
|
147
|
+
"esm2022": "./esm2022/ui/field/aril-ui-field.mjs",
|
|
148
|
+
"esm": "./esm2022/ui/field/aril-ui-field.mjs",
|
|
149
|
+
"default": "./fesm2022/aril-ui-field.mjs"
|
|
150
150
|
},
|
|
151
151
|
"./ui/form": {
|
|
152
152
|
"types": "./ui/form/index.d.ts",
|
|
@@ -172,17 +172,17 @@
|
|
|
172
172
|
"esm": "./esm2022/ui/number/aril-ui-number.mjs",
|
|
173
173
|
"default": "./fesm2022/aril-ui-number.mjs"
|
|
174
174
|
},
|
|
175
|
-
"./ui/
|
|
176
|
-
"types": "./ui/
|
|
177
|
-
"esm2022": "./esm2022/ui/
|
|
178
|
-
"esm": "./esm2022/ui/
|
|
179
|
-
"default": "./fesm2022/aril-ui-
|
|
175
|
+
"./ui/password": {
|
|
176
|
+
"types": "./ui/password/index.d.ts",
|
|
177
|
+
"esm2022": "./esm2022/ui/password/aril-ui-password.mjs",
|
|
178
|
+
"esm": "./esm2022/ui/password/aril-ui-password.mjs",
|
|
179
|
+
"default": "./fesm2022/aril-ui-password.mjs"
|
|
180
180
|
},
|
|
181
|
-
"./ui/
|
|
182
|
-
"types": "./ui/
|
|
183
|
-
"esm2022": "./esm2022/ui/
|
|
184
|
-
"esm": "./esm2022/ui/
|
|
185
|
-
"default": "./fesm2022/aril-ui-
|
|
181
|
+
"./ui/radioButton": {
|
|
182
|
+
"types": "./ui/radioButton/index.d.ts",
|
|
183
|
+
"esm2022": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
184
|
+
"esm": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
185
|
+
"default": "./fesm2022/aril-ui-radioButton.mjs"
|
|
186
186
|
},
|
|
187
187
|
"./ui/overlayPanel": {
|
|
188
188
|
"types": "./ui/overlayPanel/index.d.ts",
|
|
@@ -190,23 +190,17 @@
|
|
|
190
190
|
"esm": "./esm2022/ui/overlayPanel/aril-ui-overlayPanel.mjs",
|
|
191
191
|
"default": "./fesm2022/aril-ui-overlayPanel.mjs"
|
|
192
192
|
},
|
|
193
|
-
"./ui/radioButton": {
|
|
194
|
-
"types": "./ui/radioButton/index.d.ts",
|
|
195
|
-
"esm2022": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
196
|
-
"esm": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
197
|
-
"default": "./fesm2022/aril-ui-radioButton.mjs"
|
|
198
|
-
},
|
|
199
193
|
"./ui/selectBox": {
|
|
200
194
|
"types": "./ui/selectBox/index.d.ts",
|
|
201
195
|
"esm2022": "./esm2022/ui/selectBox/aril-ui-selectBox.mjs",
|
|
202
196
|
"esm": "./esm2022/ui/selectBox/aril-ui-selectBox.mjs",
|
|
203
197
|
"default": "./fesm2022/aril-ui-selectBox.mjs"
|
|
204
198
|
},
|
|
205
|
-
"./ui/
|
|
206
|
-
"types": "./ui/
|
|
207
|
-
"esm2022": "./esm2022/ui/
|
|
208
|
-
"esm": "./esm2022/ui/
|
|
209
|
-
"default": "./fesm2022/aril-ui-
|
|
199
|
+
"./ui/panel": {
|
|
200
|
+
"types": "./ui/panel/index.d.ts",
|
|
201
|
+
"esm2022": "./esm2022/ui/panel/aril-ui-panel.mjs",
|
|
202
|
+
"esm": "./esm2022/ui/panel/aril-ui-panel.mjs",
|
|
203
|
+
"default": "./fesm2022/aril-ui-panel.mjs"
|
|
210
204
|
},
|
|
211
205
|
"./ui/switch": {
|
|
212
206
|
"types": "./ui/switch/index.d.ts",
|
|
@@ -214,11 +208,11 @@
|
|
|
214
208
|
"esm": "./esm2022/ui/switch/aril-ui-switch.mjs",
|
|
215
209
|
"default": "./fesm2022/aril-ui-switch.mjs"
|
|
216
210
|
},
|
|
217
|
-
"./ui/
|
|
218
|
-
"types": "./ui/
|
|
219
|
-
"esm2022": "./esm2022/ui/
|
|
220
|
-
"esm": "./esm2022/ui/
|
|
221
|
-
"default": "./fesm2022/aril-ui-
|
|
211
|
+
"./ui/progressbar": {
|
|
212
|
+
"types": "./ui/progressbar/index.d.ts",
|
|
213
|
+
"esm2022": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
|
|
214
|
+
"esm": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
|
|
215
|
+
"default": "./fesm2022/aril-ui-progressbar.mjs"
|
|
222
216
|
},
|
|
223
217
|
"./ui/tagBox": {
|
|
224
218
|
"types": "./ui/tagBox/index.d.ts",
|
|
@@ -226,35 +220,41 @@
|
|
|
226
220
|
"esm": "./esm2022/ui/tagBox/aril-ui-tagBox.mjs",
|
|
227
221
|
"default": "./fesm2022/aril-ui-tagBox.mjs"
|
|
228
222
|
},
|
|
223
|
+
"./ui/table": {
|
|
224
|
+
"types": "./ui/table/index.d.ts",
|
|
225
|
+
"esm2022": "./esm2022/ui/table/aril-ui-table.mjs",
|
|
226
|
+
"esm": "./esm2022/ui/table/aril-ui-table.mjs",
|
|
227
|
+
"default": "./fesm2022/aril-ui-table.mjs"
|
|
228
|
+
},
|
|
229
229
|
"./ui/text": {
|
|
230
230
|
"types": "./ui/text/index.d.ts",
|
|
231
231
|
"esm2022": "./esm2022/ui/text/aril-ui-text.mjs",
|
|
232
232
|
"esm": "./esm2022/ui/text/aril-ui-text.mjs",
|
|
233
233
|
"default": "./fesm2022/aril-ui-text.mjs"
|
|
234
234
|
},
|
|
235
|
-
"./ui/toggle-button": {
|
|
236
|
-
"types": "./ui/toggle-button/index.d.ts",
|
|
237
|
-
"esm2022": "./esm2022/ui/toggle-button/aril-ui-toggle-button.mjs",
|
|
238
|
-
"esm": "./esm2022/ui/toggle-button/aril-ui-toggle-button.mjs",
|
|
239
|
-
"default": "./fesm2022/aril-ui-toggle-button.mjs"
|
|
240
|
-
},
|
|
241
235
|
"./ui/textArea": {
|
|
242
236
|
"types": "./ui/textArea/index.d.ts",
|
|
243
237
|
"esm2022": "./esm2022/ui/textArea/aril-ui-textArea.mjs",
|
|
244
238
|
"esm": "./esm2022/ui/textArea/aril-ui-textArea.mjs",
|
|
245
239
|
"default": "./fesm2022/aril-ui-textArea.mjs"
|
|
246
240
|
},
|
|
241
|
+
"./ui/toggle-button": {
|
|
242
|
+
"types": "./ui/toggle-button/index.d.ts",
|
|
243
|
+
"esm2022": "./esm2022/ui/toggle-button/aril-ui-toggle-button.mjs",
|
|
244
|
+
"esm": "./esm2022/ui/toggle-button/aril-ui-toggle-button.mjs",
|
|
245
|
+
"default": "./fesm2022/aril-ui-toggle-button.mjs"
|
|
246
|
+
},
|
|
247
247
|
"./ui/tree": {
|
|
248
248
|
"types": "./ui/tree/index.d.ts",
|
|
249
249
|
"esm2022": "./esm2022/ui/tree/aril-ui-tree.mjs",
|
|
250
250
|
"esm": "./esm2022/ui/tree/aril-ui-tree.mjs",
|
|
251
251
|
"default": "./fesm2022/aril-ui-tree.mjs"
|
|
252
252
|
},
|
|
253
|
-
"./
|
|
254
|
-
"types": "./
|
|
255
|
-
"esm2022": "./esm2022/
|
|
256
|
-
"esm": "./esm2022/
|
|
257
|
-
"default": "./fesm2022/aril-
|
|
253
|
+
"./util/block": {
|
|
254
|
+
"types": "./util/block/index.d.ts",
|
|
255
|
+
"esm2022": "./esm2022/util/block/aril-util-block.mjs",
|
|
256
|
+
"esm": "./esm2022/util/block/aril-util-block.mjs",
|
|
257
|
+
"default": "./fesm2022/aril-util-block.mjs"
|
|
258
258
|
},
|
|
259
259
|
"./ui/treeTable": {
|
|
260
260
|
"types": "./ui/treeTable/index.d.ts",
|
|
@@ -262,18 +262,18 @@
|
|
|
262
262
|
"esm": "./esm2022/ui/treeTable/aril-ui-treeTable.mjs",
|
|
263
263
|
"default": "./fesm2022/aril-ui-treeTable.mjs"
|
|
264
264
|
},
|
|
265
|
+
"./ui/value": {
|
|
266
|
+
"types": "./ui/value/index.d.ts",
|
|
267
|
+
"esm2022": "./esm2022/ui/value/aril-ui-value.mjs",
|
|
268
|
+
"esm": "./esm2022/ui/value/aril-ui-value.mjs",
|
|
269
|
+
"default": "./fesm2022/aril-ui-value.mjs"
|
|
270
|
+
},
|
|
265
271
|
"./util/init-event": {
|
|
266
272
|
"types": "./util/init-event/index.d.ts",
|
|
267
273
|
"esm2022": "./esm2022/util/init-event/aril-util-init-event.mjs",
|
|
268
274
|
"esm": "./esm2022/util/init-event/aril-util-init-event.mjs",
|
|
269
275
|
"default": "./fesm2022/aril-util-init-event.mjs"
|
|
270
276
|
},
|
|
271
|
-
"./util/block": {
|
|
272
|
-
"types": "./util/block/index.d.ts",
|
|
273
|
-
"esm2022": "./esm2022/util/block/aril-util-block.mjs",
|
|
274
|
-
"esm": "./esm2022/util/block/aril-util-block.mjs",
|
|
275
|
-
"default": "./fesm2022/aril-util-block.mjs"
|
|
276
|
-
},
|
|
277
277
|
"./util/custom_pages": {
|
|
278
278
|
"types": "./util/custom_pages/index.d.ts",
|
|
279
279
|
"esm2022": "./esm2022/util/custom_pages/aril-util-custom_pages.mjs",
|
|
@@ -286,47 +286,47 @@
|
|
|
286
286
|
"esm": "./esm2022/util/loaders/aril-util-loaders.mjs",
|
|
287
287
|
"default": "./fesm2022/aril-util-loaders.mjs"
|
|
288
288
|
},
|
|
289
|
-
"./util/unwrap": {
|
|
290
|
-
"types": "./util/unwrap/index.d.ts",
|
|
291
|
-
"esm2022": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
292
|
-
"esm": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
293
|
-
"default": "./fesm2022/aril-util-unwrap.mjs"
|
|
294
|
-
},
|
|
295
289
|
"./util/lib": {
|
|
296
290
|
"types": "./util/lib/index.d.ts",
|
|
297
291
|
"esm2022": "./esm2022/util/lib/aril-util-lib.mjs",
|
|
298
292
|
"esm": "./esm2022/util/lib/aril-util-lib.mjs",
|
|
299
293
|
"default": "./fesm2022/aril-util-lib.mjs"
|
|
300
294
|
},
|
|
295
|
+
"./util/primitive-extensions": {
|
|
296
|
+
"types": "./util/primitive-extensions/index.d.ts",
|
|
297
|
+
"esm2022": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
|
|
298
|
+
"esm": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
|
|
299
|
+
"default": "./fesm2022/aril-util-primitive-extensions.mjs"
|
|
300
|
+
},
|
|
301
301
|
"./util/pub-sub": {
|
|
302
302
|
"types": "./util/pub-sub/index.d.ts",
|
|
303
303
|
"esm2022": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
|
|
304
304
|
"esm": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
|
|
305
305
|
"default": "./fesm2022/aril-util-pub-sub.mjs"
|
|
306
306
|
},
|
|
307
|
+
"./util/unwrap": {
|
|
308
|
+
"types": "./util/unwrap/index.d.ts",
|
|
309
|
+
"esm2022": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
310
|
+
"esm": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
311
|
+
"default": "./fesm2022/aril-util-unwrap.mjs"
|
|
312
|
+
},
|
|
307
313
|
"./boot/config/api": {
|
|
308
314
|
"types": "./boot/config/api/index.d.ts",
|
|
309
315
|
"esm2022": "./esm2022/boot/config/api/aril-boot-config-api.mjs",
|
|
310
316
|
"esm": "./esm2022/boot/config/api/aril-boot-config-api.mjs",
|
|
311
317
|
"default": "./fesm2022/aril-boot-config-api.mjs"
|
|
312
318
|
},
|
|
313
|
-
"./
|
|
314
|
-
"types": "./
|
|
315
|
-
"esm2022": "./esm2022/
|
|
316
|
-
"esm": "./esm2022/
|
|
317
|
-
"default": "./fesm2022/aril-
|
|
319
|
+
"./boot/config/apps": {
|
|
320
|
+
"types": "./boot/config/apps/index.d.ts",
|
|
321
|
+
"esm2022": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
322
|
+
"esm": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
323
|
+
"default": "./fesm2022/aril-boot-config-apps.mjs"
|
|
318
324
|
},
|
|
319
325
|
"./boot/config/plugins": {
|
|
320
326
|
"types": "./boot/config/plugins/index.d.ts",
|
|
321
327
|
"esm2022": "./esm2022/boot/config/plugins/aril-boot-config-plugins.mjs",
|
|
322
328
|
"esm": "./esm2022/boot/config/plugins/aril-boot-config-plugins.mjs",
|
|
323
329
|
"default": "./fesm2022/aril-boot-config-plugins.mjs"
|
|
324
|
-
},
|
|
325
|
-
"./boot/config/apps": {
|
|
326
|
-
"types": "./boot/config/apps/index.d.ts",
|
|
327
|
-
"esm2022": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
328
|
-
"esm": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
329
|
-
"default": "./fesm2022/aril-boot-config-apps.mjs"
|
|
330
330
|
}
|
|
331
331
|
}
|
|
332
332
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
background: #fff;
|
|
7
7
|
box-shadow: 0px 4px 50px 0px #D9DDFC;
|
|
8
8
|
padding: 1rem;
|
|
9
|
-
|
|
9
|
+
|
|
10
10
|
|
|
11
11
|
.topbar-start {
|
|
12
12
|
display: flex;
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
button {
|
|
53
53
|
background-color: var(--Accent-accent-500, #F8FAFC) !important;
|
|
54
54
|
}
|
|
55
|
-
|
|
55
|
+
|
|
56
56
|
&.topbar-profile {
|
|
57
57
|
margin-left: 1.5rem;
|
|
58
58
|
display: inline-flex;
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
.vertical-line {
|
|
100
|
-
|
|
100
|
+
border-left: 1.5px solid var(--muted-foreground);
|
|
101
101
|
width: 30px;
|
|
102
102
|
height: 0px;
|
|
103
103
|
transform: rotate(90deg);
|
|
104
|
-
|
|
104
|
+
margin-left: 10px;
|
|
105
105
|
}
|
|
@@ -80,7 +80,7 @@ $inputBg: $shade000 !default;
|
|
|
80
80
|
$inputTextColor: $shade700 !default;
|
|
81
81
|
$inputIconColor: $shade600 !default;
|
|
82
82
|
$inputBorder: 1px solid $shade400 !default;
|
|
83
|
-
$inputHoverBorderColor: #d7def9
|
|
83
|
+
$inputHoverBorderColor: #d7def9 !default;
|
|
84
84
|
$inputFocusBorderColor: #d7def9 !default;
|
|
85
85
|
$inputErrorBorderColor: $errorColor !default;
|
|
86
86
|
$inputPlaceholderTextColor: $shade600 !default;
|
|
@@ -896,18 +896,18 @@ $imagePreviewActionIconBorderRadius: 50% !default;
|
|
|
896
896
|
--content-padding: #{$panelContentPadding};
|
|
897
897
|
--inline-spacing: #{$inlineSpacing};
|
|
898
898
|
--border-radius: #{$borderRadius};
|
|
899
|
-
--surface-ground: #
|
|
899
|
+
--surface-ground: #eff3f8;
|
|
900
900
|
|
|
901
901
|
--surface-section: #ffffff;
|
|
902
902
|
--surface-card: #ffffff;
|
|
903
|
-
--surface-overlay: #
|
|
903
|
+
--surface-overlay: #f8fafc;
|
|
904
904
|
--surface-border: #dfe7ef;
|
|
905
905
|
--surface-hover: #f6f9fc;
|
|
906
906
|
--focus-ring: #{$focusShadow};
|
|
907
907
|
--maskbg: #{$maskBg};
|
|
908
908
|
--highlight-bg: #{$highlightBg};
|
|
909
|
-
--muted-foreground
|
|
910
|
-
--card-foreground
|
|
909
|
+
--muted-foreground: #6b7280;
|
|
910
|
+
--card-foreground: #4b5563;
|
|
911
911
|
--highlight-text-color: #{$highlightTextColor};
|
|
912
912
|
color-scheme: light;
|
|
913
913
|
--transition-duration: #{$transitionDuration};
|