aril 0.1.28 → 0.1.30
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/ui/pdf-viewer/src/pdf-viewer.component.mjs +5 -6
- package/esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs +5 -0
- package/esm2022/ui-business/ref-value/index.mjs +2 -0
- package/esm2022/ui-business/ref-value/src/ref-value.component.mjs +43 -0
- package/fesm2022/aril-ui-business-ref-value.mjs +50 -0
- package/fesm2022/aril-ui-business-ref-value.mjs.map +1 -0
- package/fesm2022/aril-ui-pdf-viewer.mjs +4 -5
- package/fesm2022/aril-ui-pdf-viewer.mjs.map +1 -1
- package/package.json +133 -125
- package/ui-business/ref-value/index.d.ts +1 -0
- package/ui-business/ref-value/src/ref-value.component.d.ts +13 -0
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Component, ViewChild, input } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { NgxExtendedPdfViewerComponent } from 'ngx-extended-pdf-viewer';
|
|
2
|
+
import { NgxExtendedPdfViewerComponent, NgxExtendedPdfViewerModule } from 'ngx-extended-pdf-viewer';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
|
-
import * as i1 from "
|
|
4
|
+
import * as i1 from "ngx-extended-pdf-viewer";
|
|
6
5
|
export class PdfViewerComponent {
|
|
7
6
|
constructor() {
|
|
8
7
|
this.showToolbar = input(true);
|
|
@@ -20,13 +19,13 @@ export class PdfViewerComponent {
|
|
|
20
19
|
this.httpHeaders = input({});
|
|
21
20
|
}
|
|
22
21
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PdfViewerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
23
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: PdfViewerComponent, isStandalone: true, selector: "aril-pdf-viewer", inputs: { showToolbar: { classPropertyName: "showToolbar", publicName: "showToolbar", isSignal: true, isRequired: false, transformFunction: null }, showSidebarButton: { classPropertyName: "showSidebarButton", publicName: "showSidebarButton", isSignal: true, isRequired: false, transformFunction: null }, showFindButton: { classPropertyName: "showFindButton", publicName: "showFindButton", isSignal: true, isRequired: false, transformFunction: null }, showZoomButtons: { classPropertyName: "showZoomButtons", publicName: "showZoomButtons", isSignal: true, isRequired: false, transformFunction: null }, showPresentationModeButton: { classPropertyName: "showPresentationModeButton", publicName: "showPresentationModeButton", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, page: { classPropertyName: "page", publicName: "page", isSignal: true, isRequired: false, transformFunction: null }, filenameForDownload: { classPropertyName: "filenameForDownload", publicName: "filenameForDownload", isSignal: true, isRequired: false, transformFunction: null }, src: { classPropertyName: "src", publicName: "src", isSignal: true, isRequired: false, transformFunction: null }, base64Src: { classPropertyName: "base64Src", publicName: "base64Src", isSignal: true, isRequired: false, transformFunction: null }, allowContextMenu: { classPropertyName: "allowContextMenu", publicName: "allowContextMenu", isSignal: true, isRequired: false, transformFunction: null }, handTool: { classPropertyName: "handTool", publicName: "handTool", isSignal: true, isRequired: false, transformFunction: null }, httpHeaders: { classPropertyName: "httpHeaders", publicName: "httpHeaders", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "pdfViewer", first: true, predicate: NgxExtendedPdfViewerComponent, descendants: true }], ngImport: i0, template: "
|
|
22
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: PdfViewerComponent, isStandalone: true, selector: "aril-pdf-viewer", inputs: { showToolbar: { classPropertyName: "showToolbar", publicName: "showToolbar", isSignal: true, isRequired: false, transformFunction: null }, showSidebarButton: { classPropertyName: "showSidebarButton", publicName: "showSidebarButton", isSignal: true, isRequired: false, transformFunction: null }, showFindButton: { classPropertyName: "showFindButton", publicName: "showFindButton", isSignal: true, isRequired: false, transformFunction: null }, showZoomButtons: { classPropertyName: "showZoomButtons", publicName: "showZoomButtons", isSignal: true, isRequired: false, transformFunction: null }, showPresentationModeButton: { classPropertyName: "showPresentationModeButton", publicName: "showPresentationModeButton", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, page: { classPropertyName: "page", publicName: "page", isSignal: true, isRequired: false, transformFunction: null }, filenameForDownload: { classPropertyName: "filenameForDownload", publicName: "filenameForDownload", isSignal: true, isRequired: false, transformFunction: null }, src: { classPropertyName: "src", publicName: "src", isSignal: true, isRequired: false, transformFunction: null }, base64Src: { classPropertyName: "base64Src", publicName: "base64Src", isSignal: true, isRequired: false, transformFunction: null }, allowContextMenu: { classPropertyName: "allowContextMenu", publicName: "allowContextMenu", isSignal: true, isRequired: false, transformFunction: null }, handTool: { classPropertyName: "handTool", publicName: "handTool", isSignal: true, isRequired: false, transformFunction: null }, httpHeaders: { classPropertyName: "httpHeaders", publicName: "httpHeaders", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "pdfViewer", first: true, predicate: NgxExtendedPdfViewerComponent, descendants: true }], ngImport: i0, template: "<ngx-extended-pdf-viewer\r\n\t#pdfViewer\r\n\t[base64Src]=\"base64Src()\"\r\n\tuseBrowserLocale=\"true\"\r\n\t[height]=\"height()\"\r\n\t[showToolbar]=\"showToolbar()\"\r\n\t[showSidebarButton]=\"showSidebarButton()\"\r\n\t[showFindButton]=\"showFindButton()\"\r\n\t[showZoomButtons]=\"showZoomButtons()\"\r\n\t[showPresentationModeButton]=\"showPresentationModeButton()\"\r\n\t[page]=\"page()\"\r\n [handTool]=\"handTool()\"\r\n\t[contextMenuAllowed]=\"allowContextMenu()\">\r\n</ngx-extended-pdf-viewer>\r\n", styles: ["ngx-extended-pdf-viewer{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}\n"], dependencies: [{ kind: "ngmodule", type: NgxExtendedPdfViewerModule }, { kind: "component", type: i1.NgxExtendedPdfViewerComponent, selector: "ngx-extended-pdf-viewer", inputs: ["customFindbarInputArea", "customToolbar", "customFindbar", "customFindbarButtons", "customPdfViewer", "customSecondaryToolbar", "customSidebar", "customThumbnail", "customFreeFloatingBar", "showFreeFloatingBar", "enableDragAndDrop", "forceUsingLegacyES5", "formData", "disableForms", "pageViewMode", "scrollMode", "authorization", "httpHeaders", "contextMenuAllowed", "enablePrint", "enablePrintAutoRotate", "showTextEditor", "showStampEditor", "showDrawEditor", "showHighlightEditor", "logLevel", "relativeCoordsOptions", "minifiedJSLibraries", "printResolution", "rotation", "src", "base64Src", "minHeight", "height", "backgroundColor", "filenameForDownload", "ignoreKeyboard", "ignoreKeys", "acceptKeys", "imageResourcesPath", "localeFolderPath", "language", "listenToURL", "nameddest", "password", "replaceBrowserPrint", "useInlineScripts", "showUnverifiedSignatures", "startTabindex", "showSidebarButton", "sidebarVisible", "activeSidebarView", "findbarVisible", "propertiesDialogVisible", "showFindButton", "showFindHighlightAll", "showFindMatchCase", "showFindMultiple", "showFindRegexp", "showFindEntireWord", "showFindMatchDiacritics", "showFindResultsCount", "showFindMessages", "showPagingButtons", "showFirstAndLastPageButtons", "showPreviousAndNextPageButtons", "showPageNumber", "showPageLabel", "showZoomButtons", "showZoomDropdown", "showPresentationModeButton", "showOpenFileButton", "showPrintButton", "showDownloadButton", "theme", "showToolbar", "showSecondaryToolbarButton", "showSinglePageModeButton", "showVerticalScrollButton", "showHorizontalScrollButton", "showWrappedScrollButton", "showInfiniteScrollButton", "showBookModeButton", "showRotateButton", "showRotateCwButton", "showRotateCcwButton", "handTool", "showHandToolButton", "showSpreadButton", "showPropertiesButton", "showBorders", "spread", "showScrollingButtons", "page", "pageLabel", "textLayer", "zoom", "zoomLevels", "maxZoom", "minZoom", "mobileFriendlyZoom"], outputs: ["annotationEditorEvent", "formDataChange", "pageViewModeChange", "progress", "srcChange", "scrollModeChange", "afterPrint", "beforePrint", "currentZoomFactor", "rotationChange", "annotationLayerRendered", "annotationEditorLayerRendered", "xfaLayerRendered", "outlineLoaded", "attachmentsloaded", "layersloaded", "sidebarVisibleChange", "activeSidebarViewChange", "findbarVisibleChange", "propertiesDialogVisibleChange", "handToolChange", "spreadChange", "thumbnailDrawn", "pageChange", "pageLabelChange", "pagesLoaded", "pageRender", "pageRendered", "pdfDownloaded", "pdfLoaded", "pdfLoadingStarts", "pdfLoadingFailed", "textLayerRendered", "annotationEditorModeChanged", "updateFindMatchesCount", "updateFindState", "zoomChange"] }] }); }
|
|
24
23
|
}
|
|
25
24
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PdfViewerComponent, decorators: [{
|
|
26
25
|
type: Component,
|
|
27
|
-
args: [{ standalone: true, selector: 'aril-pdf-viewer', imports: [
|
|
26
|
+
args: [{ standalone: true, selector: 'aril-pdf-viewer', imports: [NgxExtendedPdfViewerModule], template: "<ngx-extended-pdf-viewer\r\n\t#pdfViewer\r\n\t[base64Src]=\"base64Src()\"\r\n\tuseBrowserLocale=\"true\"\r\n\t[height]=\"height()\"\r\n\t[showToolbar]=\"showToolbar()\"\r\n\t[showSidebarButton]=\"showSidebarButton()\"\r\n\t[showFindButton]=\"showFindButton()\"\r\n\t[showZoomButtons]=\"showZoomButtons()\"\r\n\t[showPresentationModeButton]=\"showPresentationModeButton()\"\r\n\t[page]=\"page()\"\r\n [handTool]=\"handTool()\"\r\n\t[contextMenuAllowed]=\"allowContextMenu()\">\r\n</ngx-extended-pdf-viewer>\r\n", styles: ["ngx-extended-pdf-viewer{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}\n"] }]
|
|
28
27
|
}], propDecorators: { pdfViewer: [{
|
|
29
28
|
type: ViewChild,
|
|
30
29
|
args: [NgxExtendedPdfViewerComponent, { static: false }]
|
|
31
30
|
}] } });
|
|
32
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
31
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGRmLXZpZXdlci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hcmlsL3VpL3BkZi12aWV3ZXIvc3JjL3BkZi12aWV3ZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJpbC91aS9wZGYtdmlld2VyL3NyYy9wZGYtdmlld2VyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM1RCxPQUFPLEVBQUUsNkJBQTZCLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7O0FBU3BHLE1BQU0sT0FBTyxrQkFBa0I7SUFQL0I7UUFVQyxnQkFBVyxHQUFHLEtBQUssQ0FBVSxJQUFJLENBQUMsQ0FBQztRQUNuQyxzQkFBaUIsR0FBRyxLQUFLLENBQVUsSUFBSSxDQUFDLENBQUM7UUFDekMsbUJBQWMsR0FBRyxLQUFLLENBQVUsSUFBSSxDQUFDLENBQUM7UUFDdEMsb0JBQWUsR0FBRyxLQUFLLENBQVUsSUFBSSxDQUFDLENBQUM7UUFDdkMsK0JBQTBCLEdBQUcsS0FBSyxDQUFVLElBQUksQ0FBQyxDQUFDO1FBQ2xELFdBQU0sR0FBRyxLQUFLLENBQVMsTUFBTSxDQUFDLENBQUM7UUFDL0IsU0FBSSxHQUFHLEtBQUssQ0FBUyxDQUFDLENBQUMsQ0FBQztRQUN4Qix3QkFBbUIsR0FBRyxLQUFLLENBQVMsRUFBRSxDQUFDLENBQUM7UUFDeEMsUUFBRyxHQUFHLEtBQUssQ0FBUyxFQUFFLENBQUMsQ0FBQztRQUN4QixjQUFTLEdBQUcsS0FBSyxDQUFTLEVBQUUsQ0FBQyxDQUFDO1FBQzlCLHFCQUFnQixHQUFHLEtBQUssQ0FBVSxLQUFLLENBQUMsQ0FBQztRQUN6QyxhQUFRLEdBQUcsS0FBSyxDQUFVLElBQUksQ0FBQyxDQUFDO1FBQ2hDLGdCQUFXLEdBQUcsS0FBSyxDQUF5QixFQUFFLENBQUMsQ0FBQztLQUVoRDs4R0FqQlksa0JBQWtCO2tHQUFsQixrQkFBa0IsbzdEQUNuQiw2QkFBNkIsZ0RDWHpDLGtnQkFjQSwwS0ROVywwQkFBMEI7OzJGQUV4QixrQkFBa0I7a0JBUDlCLFNBQVM7aUNBQ0csSUFBSSxZQUNOLGlCQUFpQixXQUdsQixDQUFDLDBCQUEwQixDQUFDOzhCQUk3QixTQUFTO3NCQURoQixTQUFTO3VCQUFDLDZCQUE2QixFQUFFLEVBQUUsTUFBTSxFQUFFLEtBQUssRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgVmlld0NoaWxkLCBpbnB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBOZ3hFeHRlbmRlZFBkZlZpZXdlckNvbXBvbmVudCwgTmd4RXh0ZW5kZWRQZGZWaWV3ZXJNb2R1bGUgfSBmcm9tICduZ3gtZXh0ZW5kZWQtcGRmLXZpZXdlcic7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuXHRzdGFuZGFsb25lOiB0cnVlLFxyXG5cdHNlbGVjdG9yOiAnYXJpbC1wZGYtdmlld2VyJyxcclxuXHR0ZW1wbGF0ZVVybDogJ3BkZi12aWV3ZXIuY29tcG9uZW50Lmh0bWwnLFxyXG5cdHN0eWxlVXJsczogWydwZGYtdmlld2VyLmNvbXBvbmVudC5zY3NzJ10sXHJcblx0aW1wb3J0czogW05neEV4dGVuZGVkUGRmVmlld2VyTW9kdWxlXVxyXG59KVxyXG5leHBvcnQgY2xhc3MgUGRmVmlld2VyQ29tcG9uZW50IHtcclxuXHRAVmlld0NoaWxkKE5neEV4dGVuZGVkUGRmVmlld2VyQ29tcG9uZW50LCB7IHN0YXRpYzogZmFsc2UgfSlcclxuXHRwcml2YXRlIHBkZlZpZXdlciE6IE5neEV4dGVuZGVkUGRmVmlld2VyQ29tcG9uZW50O1xyXG5cdHNob3dUb29sYmFyID0gaW5wdXQ8Ym9vbGVhbj4odHJ1ZSk7XHJcblx0c2hvd1NpZGViYXJCdXR0b24gPSBpbnB1dDxib29sZWFuPih0cnVlKTtcclxuXHRzaG93RmluZEJ1dHRvbiA9IGlucHV0PGJvb2xlYW4+KHRydWUpO1xyXG5cdHNob3dab29tQnV0dG9ucyA9IGlucHV0PGJvb2xlYW4+KHRydWUpO1xyXG5cdHNob3dQcmVzZW50YXRpb25Nb2RlQnV0dG9uID0gaW5wdXQ8Ym9vbGVhbj4odHJ1ZSk7XHJcblx0aGVpZ2h0ID0gaW5wdXQ8c3RyaW5nPignYXV0bycpO1xyXG5cdHBhZ2UgPSBpbnB1dDxudW1iZXI+KDEpO1xyXG5cdGZpbGVuYW1lRm9yRG93bmxvYWQgPSBpbnB1dDxzdHJpbmc+KCcnKTtcclxuXHRzcmMgPSBpbnB1dDxzdHJpbmc+KCcnKTtcclxuXHRiYXNlNjRTcmMgPSBpbnB1dDxzdHJpbmc+KCcnKTtcclxuXHRhbGxvd0NvbnRleHRNZW51ID0gaW5wdXQ8Ym9vbGVhbj4oZmFsc2UpO1xyXG5cdGhhbmRUb29sID0gaW5wdXQ8Ym9vbGVhbj4odHJ1ZSk7XHJcblx0aHR0cEhlYWRlcnMgPSBpbnB1dDxSZWNvcmQ8c3RyaW5nLCBzdHJpbmc+Pih7fSk7XHJcblxyXG59XHJcbiIsIjxuZ3gtZXh0ZW5kZWQtcGRmLXZpZXdlclxyXG5cdCNwZGZWaWV3ZXJcclxuXHRbYmFzZTY0U3JjXT1cImJhc2U2NFNyYygpXCJcclxuXHR1c2VCcm93c2VyTG9jYWxlPVwidHJ1ZVwiXHJcblx0W2hlaWdodF09XCJoZWlnaHQoKVwiXHJcblx0W3Nob3dUb29sYmFyXT1cInNob3dUb29sYmFyKClcIlxyXG5cdFtzaG93U2lkZWJhckJ1dHRvbl09XCJzaG93U2lkZWJhckJ1dHRvbigpXCJcclxuXHRbc2hvd0ZpbmRCdXR0b25dPVwic2hvd0ZpbmRCdXR0b24oKVwiXHJcblx0W3Nob3dab29tQnV0dG9uc109XCJzaG93Wm9vbUJ1dHRvbnMoKVwiXHJcblx0W3Nob3dQcmVzZW50YXRpb25Nb2RlQnV0dG9uXT1cInNob3dQcmVzZW50YXRpb25Nb2RlQnV0dG9uKClcIlxyXG5cdFtwYWdlXT1cInBhZ2UoKVwiXHJcbiAgICBbaGFuZFRvb2xdPVwiaGFuZFRvb2woKVwiXHJcblx0W2NvbnRleHRNZW51QWxsb3dlZF09XCJhbGxvd0NvbnRleHRNZW51KClcIj5cclxuPC9uZ3gtZXh0ZW5kZWQtcGRmLXZpZXdlcj5cclxuIl19
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './index';
|
|
5
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXJpbC11aS1idXNpbmVzcy1yZWYtdmFsdWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9hcmlsL3VpLWJ1c2luZXNzL3JlZi12YWx1ZS9hcmlsLXVpLWJ1c2luZXNzLXJlZi12YWx1ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsU0FBUyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL2luZGV4JztcbiJdfQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from './src/ref-value.component';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9hcmlsL3VpLWJ1c2luZXNzL3JlZi12YWx1ZS9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9zcmMvcmVmLXZhbHVlLmNvbXBvbmVudCc7XHJcbiJdfQ==
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';
|
|
2
|
+
import { Apps } from 'aril/boot/config/apps';
|
|
3
|
+
import { ValueComponent } from 'aril/ui/value';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export class RefValueComponent {
|
|
6
|
+
constructor() {
|
|
7
|
+
this.assetId = input.required();
|
|
8
|
+
this.valueDesc = input.required();
|
|
9
|
+
this.detailPageUrl = input.required();
|
|
10
|
+
this.getCurrentAppName = computed(() => {
|
|
11
|
+
let appName = '';
|
|
12
|
+
const host = globalThis.activeHost;
|
|
13
|
+
if (host) {
|
|
14
|
+
switch (host) {
|
|
15
|
+
case Apps.YEAP:
|
|
16
|
+
appName = Apps.YEAP;
|
|
17
|
+
break;
|
|
18
|
+
case Apps.LENA:
|
|
19
|
+
appName = Apps.LENA;
|
|
20
|
+
break;
|
|
21
|
+
case Apps.THOR:
|
|
22
|
+
appName = Apps.THOR;
|
|
23
|
+
break;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
else {
|
|
27
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
28
|
+
appName = this.detailPageUrl()?.split('/')?.at(0);
|
|
29
|
+
}
|
|
30
|
+
return appName;
|
|
31
|
+
});
|
|
32
|
+
}
|
|
33
|
+
get url() {
|
|
34
|
+
return `${globalThis.location.host}/html/${this.getCurrentAppName()}/#/`;
|
|
35
|
+
}
|
|
36
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RefValueComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
37
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: RefValueComponent, isStandalone: true, selector: "aril-ref-value", inputs: { assetId: { classPropertyName: "assetId", publicName: "assetId", isSignal: true, isRequired: true, transformFunction: null }, valueDesc: { classPropertyName: "valueDesc", publicName: "valueDesc", isSignal: true, isRequired: true, transformFunction: null }, detailPageUrl: { classPropertyName: "detailPageUrl", publicName: "detailPageUrl", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "@if(detailPageUrl()) {\r\n<a [href]=\"'http://' + url + detailPageUrl() + '/' + assetId()\" target=\"_blank\">\r\n\t<aril-value [isClickable]=\"true\" type=\"text\" [model]=\"valueDesc() ? valueDesc() : assetId()\" />\r\n</a>\r\n} @else{\r\n<aril-value type=\"text\" [model]=\"valueDesc() ? valueDesc() : assetId()\" />\r\n}\r\n", dependencies: [{ kind: "component", type: ValueComponent, selector: "aril-value", inputs: ["model", "type", "format", "color", "isClickable", "groupName", "parentSelectionKey", "isTextClamp", "style", "arrayTypeDisplayName", "arrayTypeMaxBadgeCount"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
38
|
+
}
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RefValueComponent, decorators: [{
|
|
40
|
+
type: Component,
|
|
41
|
+
args: [{ standalone: true, selector: 'aril-ref-value', imports: [ValueComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "@if(detailPageUrl()) {\r\n<a [href]=\"'http://' + url + detailPageUrl() + '/' + assetId()\" target=\"_blank\">\r\n\t<aril-value [isClickable]=\"true\" type=\"text\" [model]=\"valueDesc() ? valueDesc() : assetId()\" />\r\n</a>\r\n} @else{\r\n<aril-value type=\"text\" [model]=\"valueDesc() ? valueDesc() : assetId()\" />\r\n}\r\n" }]
|
|
42
|
+
}] });
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVmLXZhbHVlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2FyaWwvdWktYnVzaW5lc3MvcmVmLXZhbHVlL3NyYy9yZWYtdmFsdWUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYXJpbC91aS1idXNpbmVzcy9yZWYtdmFsdWUvc3JjL3JlZi12YWx1ZS5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFFcEYsT0FBTyxFQUFFLElBQUksRUFBRSxNQUFNLHVCQUF1QixDQUFDO0FBQzdDLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSxlQUFlLENBQUM7O0FBVy9DLE1BQU0sT0FBTyxpQkFBaUI7SUFQOUI7UUFRQyxZQUFPLEdBQUcsS0FBSyxDQUFDLFFBQVEsRUFBUyxDQUFDO1FBQ2xDLGNBQVMsR0FBRyxLQUFLLENBQUMsUUFBUSxFQUFVLENBQUM7UUFDckMsa0JBQWEsR0FBRyxLQUFLLENBQUMsUUFBUSxFQUFzQixDQUFDO1FBRXJELHNCQUFpQixHQUFHLFFBQVEsQ0FBQyxHQUFHLEVBQUU7WUFDakMsSUFBSSxPQUFPLEdBQXVCLEVBQUUsQ0FBQztZQUNyQyxNQUFNLElBQUksR0FBUyxVQUFXLENBQUMsVUFBVSxDQUFDO1lBRTFDLElBQUksSUFBSSxFQUFFLENBQUM7Z0JBQ1YsUUFBUSxJQUFJLEVBQUUsQ0FBQztvQkFDZCxLQUFLLElBQUksQ0FBQyxJQUFJO3dCQUNiLE9BQU8sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDO3dCQUNwQixNQUFNO29CQUNQLEtBQUssSUFBSSxDQUFDLElBQUk7d0JBQ2IsT0FBTyxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUM7d0JBQ3BCLE1BQU07b0JBQ1AsS0FBSyxJQUFJLENBQUMsSUFBSTt3QkFDYixPQUFPLEdBQUcsSUFBSSxDQUFDLElBQUksQ0FBQzt3QkFDcEIsTUFBTTtnQkFDUixDQUFDO1lBQ0YsQ0FBQztpQkFBTSxDQUFDO2dCQUNQLG9FQUFvRTtnQkFDcEUsT0FBTyxHQUFHLElBQUksQ0FBQyxhQUFhLEVBQUUsRUFBRSxLQUFLLENBQUMsR0FBRyxDQUFDLEVBQUUsRUFBRSxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQ25ELENBQUM7WUFDRCxPQUFPLE9BQU8sQ0FBQztRQUNoQixDQUFDLENBQUMsQ0FBQztLQUtIO0lBSEEsSUFBSSxHQUFHO1FBQ04sT0FBTyxHQUFHLFVBQVUsQ0FBQyxRQUFRLENBQUMsSUFBSSxTQUFTLElBQUksQ0FBQyxpQkFBaUIsRUFBRSxLQUFLLENBQUM7SUFDMUUsQ0FBQzs4R0E5QlcsaUJBQWlCO2tHQUFqQixpQkFBaUIscWVDZDlCLDBVQU9BLDRDRElXLGNBQWM7OzJGQUdaLGlCQUFpQjtrQkFQN0IsU0FBUztpQ0FDRyxJQUFJLFlBQ04sZ0JBQWdCLFdBRWpCLENBQUMsY0FBYyxDQUFDLG1CQUNSLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBjb21wdXRlZCwgaW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuXHJcbmltcG9ydCB7IEFwcHMgfSBmcm9tICdhcmlsL2Jvb3QvY29uZmlnL2FwcHMnO1xyXG5pbXBvcnQgeyBWYWx1ZUNvbXBvbmVudCB9IGZyb20gJ2FyaWwvdWkvdmFsdWUnO1xyXG5cclxuaW50ZXJmYWNlIFZhbHVlIHt9XHJcblxyXG5AQ29tcG9uZW50KHtcclxuXHRzdGFuZGFsb25lOiB0cnVlLFxyXG5cdHNlbGVjdG9yOiAnYXJpbC1yZWYtdmFsdWUnLFxyXG5cdHRlbXBsYXRlVXJsOiAnLi9yZWYtdmFsdWUuY29tcG9uZW50Lmh0bWwnLFxyXG5cdGltcG9ydHM6IFtWYWx1ZUNvbXBvbmVudF0sXHJcblx0Y2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2hcclxufSlcclxuZXhwb3J0IGNsYXNzIFJlZlZhbHVlQ29tcG9uZW50IHtcclxuXHRhc3NldElkID0gaW5wdXQucmVxdWlyZWQ8VmFsdWU+KCk7XHJcblx0dmFsdWVEZXNjID0gaW5wdXQucmVxdWlyZWQ8c3RyaW5nPigpO1xyXG5cdGRldGFpbFBhZ2VVcmwgPSBpbnB1dC5yZXF1aXJlZDxzdHJpbmcgfCB1bmRlZmluZWQ+KCk7XHJcblxyXG5cdGdldEN1cnJlbnRBcHBOYW1lID0gY29tcHV0ZWQoKCkgPT4ge1xyXG5cdFx0bGV0IGFwcE5hbWU6IHN0cmluZyB8IHVuZGVmaW5lZCA9ICcnO1xyXG5cdFx0Y29uc3QgaG9zdCA9ICg8YW55Pmdsb2JhbFRoaXMpLmFjdGl2ZUhvc3Q7XHJcblxyXG5cdFx0aWYgKGhvc3QpIHtcclxuXHRcdFx0c3dpdGNoIChob3N0KSB7XHJcblx0XHRcdFx0Y2FzZSBBcHBzLllFQVA6XHJcblx0XHRcdFx0XHRhcHBOYW1lID0gQXBwcy5ZRUFQO1xyXG5cdFx0XHRcdFx0YnJlYWs7XHJcblx0XHRcdFx0Y2FzZSBBcHBzLkxFTkE6XHJcblx0XHRcdFx0XHRhcHBOYW1lID0gQXBwcy5MRU5BO1xyXG5cdFx0XHRcdFx0YnJlYWs7XHJcblx0XHRcdFx0Y2FzZSBBcHBzLlRIT1I6XHJcblx0XHRcdFx0XHRhcHBOYW1lID0gQXBwcy5USE9SO1xyXG5cdFx0XHRcdFx0YnJlYWs7XHJcblx0XHRcdH1cclxuXHRcdH0gZWxzZSB7XHJcblx0XHRcdC8vIGVzbGludC1kaXNhYmxlLW5leHQtbGluZSBAdHlwZXNjcmlwdC1lc2xpbnQvbm8tbm9uLW51bGwtYXNzZXJ0aW9uXHJcblx0XHRcdGFwcE5hbWUgPSB0aGlzLmRldGFpbFBhZ2VVcmwoKT8uc3BsaXQoJy8nKT8uYXQoMCk7XHJcblx0XHR9XHJcblx0XHRyZXR1cm4gYXBwTmFtZTtcclxuXHR9KTtcclxuXHJcblx0Z2V0IHVybCgpOiBzdHJpbmcge1xyXG5cdFx0cmV0dXJuIGAke2dsb2JhbFRoaXMubG9jYXRpb24uaG9zdH0vaHRtbC8ke3RoaXMuZ2V0Q3VycmVudEFwcE5hbWUoKX0vIy9gO1xyXG5cdH1cclxufVxyXG4iLCJAaWYoZGV0YWlsUGFnZVVybCgpKSB7XHJcbjxhIFtocmVmXT1cIidodHRwOi8vJyArIHVybCArIGRldGFpbFBhZ2VVcmwoKSArICcvJyArIGFzc2V0SWQoKVwiIHRhcmdldD1cIl9ibGFua1wiPlxyXG5cdDxhcmlsLXZhbHVlIFtpc0NsaWNrYWJsZV09XCJ0cnVlXCIgdHlwZT1cInRleHRcIiBbbW9kZWxdPVwidmFsdWVEZXNjKCkgPyB2YWx1ZURlc2MoKSA6IGFzc2V0SWQoKVwiIC8+XHJcbjwvYT5cclxufSBAZWxzZXtcclxuPGFyaWwtdmFsdWUgdHlwZT1cInRleHRcIiBbbW9kZWxdPVwidmFsdWVEZXNjKCkgPyB2YWx1ZURlc2MoKSA6IGFzc2V0SWQoKVwiIC8+XHJcbn1cclxuIl19
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { input, computed, Component, ChangeDetectionStrategy } from '@angular/core';
|
|
3
|
+
import { Apps } from 'aril/boot/config/apps';
|
|
4
|
+
import { ValueComponent } from 'aril/ui/value';
|
|
5
|
+
|
|
6
|
+
class RefValueComponent {
|
|
7
|
+
constructor() {
|
|
8
|
+
this.assetId = input.required();
|
|
9
|
+
this.valueDesc = input.required();
|
|
10
|
+
this.detailPageUrl = input.required();
|
|
11
|
+
this.getCurrentAppName = computed(() => {
|
|
12
|
+
let appName = '';
|
|
13
|
+
const host = globalThis.activeHost;
|
|
14
|
+
if (host) {
|
|
15
|
+
switch (host) {
|
|
16
|
+
case Apps.YEAP:
|
|
17
|
+
appName = Apps.YEAP;
|
|
18
|
+
break;
|
|
19
|
+
case Apps.LENA:
|
|
20
|
+
appName = Apps.LENA;
|
|
21
|
+
break;
|
|
22
|
+
case Apps.THOR:
|
|
23
|
+
appName = Apps.THOR;
|
|
24
|
+
break;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
else {
|
|
28
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
29
|
+
appName = this.detailPageUrl()?.split('/')?.at(0);
|
|
30
|
+
}
|
|
31
|
+
return appName;
|
|
32
|
+
});
|
|
33
|
+
}
|
|
34
|
+
get url() {
|
|
35
|
+
return `${globalThis.location.host}/html/${this.getCurrentAppName()}/#/`;
|
|
36
|
+
}
|
|
37
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RefValueComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
38
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.1.2", type: RefValueComponent, isStandalone: true, selector: "aril-ref-value", inputs: { assetId: { classPropertyName: "assetId", publicName: "assetId", isSignal: true, isRequired: true, transformFunction: null }, valueDesc: { classPropertyName: "valueDesc", publicName: "valueDesc", isSignal: true, isRequired: true, transformFunction: null }, detailPageUrl: { classPropertyName: "detailPageUrl", publicName: "detailPageUrl", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "@if(detailPageUrl()) {\r\n<a [href]=\"'http://' + url + detailPageUrl() + '/' + assetId()\" target=\"_blank\">\r\n\t<aril-value [isClickable]=\"true\" type=\"text\" [model]=\"valueDesc() ? valueDesc() : assetId()\" />\r\n</a>\r\n} @else{\r\n<aril-value type=\"text\" [model]=\"valueDesc() ? valueDesc() : assetId()\" />\r\n}\r\n", dependencies: [{ kind: "component", type: ValueComponent, selector: "aril-value", inputs: ["model", "type", "format", "color", "isClickable", "groupName", "parentSelectionKey", "isTextClamp", "style", "arrayTypeDisplayName", "arrayTypeMaxBadgeCount"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
39
|
+
}
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: RefValueComponent, decorators: [{
|
|
41
|
+
type: Component,
|
|
42
|
+
args: [{ standalone: true, selector: 'aril-ref-value', imports: [ValueComponent], changeDetection: ChangeDetectionStrategy.OnPush, template: "@if(detailPageUrl()) {\r\n<a [href]=\"'http://' + url + detailPageUrl() + '/' + assetId()\" target=\"_blank\">\r\n\t<aril-value [isClickable]=\"true\" type=\"text\" [model]=\"valueDesc() ? valueDesc() : assetId()\" />\r\n</a>\r\n} @else{\r\n<aril-value type=\"text\" [model]=\"valueDesc() ? valueDesc() : assetId()\" />\r\n}\r\n" }]
|
|
43
|
+
}] });
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Generated bundle index. Do not edit.
|
|
47
|
+
*/
|
|
48
|
+
|
|
49
|
+
export { RefValueComponent };
|
|
50
|
+
//# sourceMappingURL=aril-ui-business-ref-value.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aril-ui-business-ref-value.mjs","sources":["../../projects/aril/ui-business/ref-value/src/ref-value.component.ts","../../projects/aril/ui-business/ref-value/src/ref-value.component.html","../../projects/aril/ui-business/ref-value/aril-ui-business-ref-value.ts"],"sourcesContent":["import { ChangeDetectionStrategy, Component, computed, input } from '@angular/core';\r\n\r\nimport { Apps } from 'aril/boot/config/apps';\r\nimport { ValueComponent } from 'aril/ui/value';\r\n\r\ninterface Value {}\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\tselector: 'aril-ref-value',\r\n\ttemplateUrl: './ref-value.component.html',\r\n\timports: [ValueComponent],\r\n\tchangeDetection: ChangeDetectionStrategy.OnPush\r\n})\r\nexport class RefValueComponent {\r\n\tassetId = input.required<Value>();\r\n\tvalueDesc = input.required<string>();\r\n\tdetailPageUrl = input.required<string | undefined>();\r\n\r\n\tgetCurrentAppName = computed(() => {\r\n\t\tlet appName: string | undefined = '';\r\n\t\tconst host = (<any>globalThis).activeHost;\r\n\r\n\t\tif (host) {\r\n\t\t\tswitch (host) {\r\n\t\t\t\tcase Apps.YEAP:\r\n\t\t\t\t\tappName = Apps.YEAP;\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase Apps.LENA:\r\n\t\t\t\t\tappName = Apps.LENA;\r\n\t\t\t\t\tbreak;\r\n\t\t\t\tcase Apps.THOR:\r\n\t\t\t\t\tappName = Apps.THOR;\r\n\t\t\t\t\tbreak;\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\t// eslint-disable-next-line @typescript-eslint/no-non-null-assertion\r\n\t\t\tappName = this.detailPageUrl()?.split('/')?.at(0);\r\n\t\t}\r\n\t\treturn appName;\r\n\t});\r\n\r\n\tget url(): string {\r\n\t\treturn `${globalThis.location.host}/html/${this.getCurrentAppName()}/#/`;\r\n\t}\r\n}\r\n","@if(detailPageUrl()) {\r\n<a [href]=\"'http://' + url + detailPageUrl() + '/' + assetId()\" target=\"_blank\">\r\n\t<aril-value [isClickable]=\"true\" type=\"text\" [model]=\"valueDesc() ? valueDesc() : assetId()\" />\r\n</a>\r\n} @else{\r\n<aril-value type=\"text\" [model]=\"valueDesc() ? valueDesc() : assetId()\" />\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;MAca,iBAAiB,CAAA;AAP9B,IAAA,WAAA,GAAA;AAQC,QAAA,IAAA,CAAA,OAAO,GAAG,KAAK,CAAC,QAAQ,EAAS,CAAC;AAClC,QAAA,IAAA,CAAA,SAAS,GAAG,KAAK,CAAC,QAAQ,EAAU,CAAC;AACrC,QAAA,IAAA,CAAA,aAAa,GAAG,KAAK,CAAC,QAAQ,EAAsB,CAAC;AAErD,QAAA,IAAA,CAAA,iBAAiB,GAAG,QAAQ,CAAC,MAAK;YACjC,IAAI,OAAO,GAAuB,EAAE,CAAC;AACrC,YAAA,MAAM,IAAI,GAAS,UAAW,CAAC,UAAU,CAAC;YAE1C,IAAI,IAAI,EAAE;gBACT,QAAQ,IAAI;oBACX,KAAK,IAAI,CAAC,IAAI;AACb,wBAAA,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC;wBACpB,MAAM;oBACP,KAAK,IAAI,CAAC,IAAI;AACb,wBAAA,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC;wBACpB,MAAM;oBACP,KAAK,IAAI,CAAC,IAAI;AACb,wBAAA,OAAO,GAAG,IAAI,CAAC,IAAI,CAAC;wBACpB,MAAM;iBACP;aACD;iBAAM;;AAEN,gBAAA,OAAO,GAAG,IAAI,CAAC,aAAa,EAAE,EAAE,KAAK,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;aAClD;AACD,YAAA,OAAO,OAAO,CAAC;AAChB,SAAC,CAAC,CAAC;AAKH,KAAA;AAHA,IAAA,IAAI,GAAG,GAAA;AACN,QAAA,OAAO,CAAG,EAAA,UAAU,CAAC,QAAQ,CAAC,IAAI,CAAS,MAAA,EAAA,IAAI,CAAC,iBAAiB,EAAE,CAAA,GAAA,CAAK,CAAC;KACzE;8GA9BW,iBAAiB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAjB,iBAAiB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,OAAA,EAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,UAAA,EAAA,SAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,iBAAA,EAAA,WAAA,EAAA,UAAA,EAAA,WAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,aAAA,EAAA,EAAA,iBAAA,EAAA,eAAA,EAAA,UAAA,EAAA,eAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECd9B,0UAOA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EDIW,cAAc,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,MAAA,EAAA,QAAA,EAAA,OAAA,EAAA,aAAA,EAAA,WAAA,EAAA,oBAAA,EAAA,aAAA,EAAA,OAAA,EAAA,sBAAA,EAAA,wBAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA,EAAA;;2FAGZ,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;iCACG,IAAI,EAAA,QAAA,EACN,gBAAgB,EAEjB,OAAA,EAAA,CAAC,cAAc,CAAC,EAAA,eAAA,EACR,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,0UAAA,EAAA,CAAA;;;AEZhD;;AAEG;;;;"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { input, Component, ViewChild } from '@angular/core';
|
|
3
|
-
import * as i1 from '
|
|
4
|
-
import {
|
|
5
|
-
import { NgxExtendedPdfViewerComponent } from 'ngx-extended-pdf-viewer';
|
|
3
|
+
import * as i1 from 'ngx-extended-pdf-viewer';
|
|
4
|
+
import { NgxExtendedPdfViewerComponent, NgxExtendedPdfViewerModule } from 'ngx-extended-pdf-viewer';
|
|
6
5
|
|
|
7
6
|
class PdfViewerComponent {
|
|
8
7
|
constructor() {
|
|
@@ -21,11 +20,11 @@ class PdfViewerComponent {
|
|
|
21
20
|
this.httpHeaders = input({});
|
|
22
21
|
}
|
|
23
22
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PdfViewerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
24
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: PdfViewerComponent, isStandalone: true, selector: "aril-pdf-viewer", inputs: { showToolbar: { classPropertyName: "showToolbar", publicName: "showToolbar", isSignal: true, isRequired: false, transformFunction: null }, showSidebarButton: { classPropertyName: "showSidebarButton", publicName: "showSidebarButton", isSignal: true, isRequired: false, transformFunction: null }, showFindButton: { classPropertyName: "showFindButton", publicName: "showFindButton", isSignal: true, isRequired: false, transformFunction: null }, showZoomButtons: { classPropertyName: "showZoomButtons", publicName: "showZoomButtons", isSignal: true, isRequired: false, transformFunction: null }, showPresentationModeButton: { classPropertyName: "showPresentationModeButton", publicName: "showPresentationModeButton", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, page: { classPropertyName: "page", publicName: "page", isSignal: true, isRequired: false, transformFunction: null }, filenameForDownload: { classPropertyName: "filenameForDownload", publicName: "filenameForDownload", isSignal: true, isRequired: false, transformFunction: null }, src: { classPropertyName: "src", publicName: "src", isSignal: true, isRequired: false, transformFunction: null }, base64Src: { classPropertyName: "base64Src", publicName: "base64Src", isSignal: true, isRequired: false, transformFunction: null }, allowContextMenu: { classPropertyName: "allowContextMenu", publicName: "allowContextMenu", isSignal: true, isRequired: false, transformFunction: null }, handTool: { classPropertyName: "handTool", publicName: "handTool", isSignal: true, isRequired: false, transformFunction: null }, httpHeaders: { classPropertyName: "httpHeaders", publicName: "httpHeaders", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "pdfViewer", first: true, predicate: NgxExtendedPdfViewerComponent, descendants: true }], ngImport: i0, template: "
|
|
23
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "17.1.2", type: PdfViewerComponent, isStandalone: true, selector: "aril-pdf-viewer", inputs: { showToolbar: { classPropertyName: "showToolbar", publicName: "showToolbar", isSignal: true, isRequired: false, transformFunction: null }, showSidebarButton: { classPropertyName: "showSidebarButton", publicName: "showSidebarButton", isSignal: true, isRequired: false, transformFunction: null }, showFindButton: { classPropertyName: "showFindButton", publicName: "showFindButton", isSignal: true, isRequired: false, transformFunction: null }, showZoomButtons: { classPropertyName: "showZoomButtons", publicName: "showZoomButtons", isSignal: true, isRequired: false, transformFunction: null }, showPresentationModeButton: { classPropertyName: "showPresentationModeButton", publicName: "showPresentationModeButton", isSignal: true, isRequired: false, transformFunction: null }, height: { classPropertyName: "height", publicName: "height", isSignal: true, isRequired: false, transformFunction: null }, page: { classPropertyName: "page", publicName: "page", isSignal: true, isRequired: false, transformFunction: null }, filenameForDownload: { classPropertyName: "filenameForDownload", publicName: "filenameForDownload", isSignal: true, isRequired: false, transformFunction: null }, src: { classPropertyName: "src", publicName: "src", isSignal: true, isRequired: false, transformFunction: null }, base64Src: { classPropertyName: "base64Src", publicName: "base64Src", isSignal: true, isRequired: false, transformFunction: null }, allowContextMenu: { classPropertyName: "allowContextMenu", publicName: "allowContextMenu", isSignal: true, isRequired: false, transformFunction: null }, handTool: { classPropertyName: "handTool", publicName: "handTool", isSignal: true, isRequired: false, transformFunction: null }, httpHeaders: { classPropertyName: "httpHeaders", publicName: "httpHeaders", isSignal: true, isRequired: false, transformFunction: null } }, viewQueries: [{ propertyName: "pdfViewer", first: true, predicate: NgxExtendedPdfViewerComponent, descendants: true }], ngImport: i0, template: "<ngx-extended-pdf-viewer\r\n\t#pdfViewer\r\n\t[base64Src]=\"base64Src()\"\r\n\tuseBrowserLocale=\"true\"\r\n\t[height]=\"height()\"\r\n\t[showToolbar]=\"showToolbar()\"\r\n\t[showSidebarButton]=\"showSidebarButton()\"\r\n\t[showFindButton]=\"showFindButton()\"\r\n\t[showZoomButtons]=\"showZoomButtons()\"\r\n\t[showPresentationModeButton]=\"showPresentationModeButton()\"\r\n\t[page]=\"page()\"\r\n [handTool]=\"handTool()\"\r\n\t[contextMenuAllowed]=\"allowContextMenu()\">\r\n</ngx-extended-pdf-viewer>\r\n", styles: ["ngx-extended-pdf-viewer{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}\n"], dependencies: [{ kind: "ngmodule", type: NgxExtendedPdfViewerModule }, { kind: "component", type: i1.NgxExtendedPdfViewerComponent, selector: "ngx-extended-pdf-viewer", inputs: ["customFindbarInputArea", "customToolbar", "customFindbar", "customFindbarButtons", "customPdfViewer", "customSecondaryToolbar", "customSidebar", "customThumbnail", "customFreeFloatingBar", "showFreeFloatingBar", "enableDragAndDrop", "forceUsingLegacyES5", "formData", "disableForms", "pageViewMode", "scrollMode", "authorization", "httpHeaders", "contextMenuAllowed", "enablePrint", "enablePrintAutoRotate", "showTextEditor", "showStampEditor", "showDrawEditor", "showHighlightEditor", "logLevel", "relativeCoordsOptions", "minifiedJSLibraries", "printResolution", "rotation", "src", "base64Src", "minHeight", "height", "backgroundColor", "filenameForDownload", "ignoreKeyboard", "ignoreKeys", "acceptKeys", "imageResourcesPath", "localeFolderPath", "language", "listenToURL", "nameddest", "password", "replaceBrowserPrint", "useInlineScripts", "showUnverifiedSignatures", "startTabindex", "showSidebarButton", "sidebarVisible", "activeSidebarView", "findbarVisible", "propertiesDialogVisible", "showFindButton", "showFindHighlightAll", "showFindMatchCase", "showFindMultiple", "showFindRegexp", "showFindEntireWord", "showFindMatchDiacritics", "showFindResultsCount", "showFindMessages", "showPagingButtons", "showFirstAndLastPageButtons", "showPreviousAndNextPageButtons", "showPageNumber", "showPageLabel", "showZoomButtons", "showZoomDropdown", "showPresentationModeButton", "showOpenFileButton", "showPrintButton", "showDownloadButton", "theme", "showToolbar", "showSecondaryToolbarButton", "showSinglePageModeButton", "showVerticalScrollButton", "showHorizontalScrollButton", "showWrappedScrollButton", "showInfiniteScrollButton", "showBookModeButton", "showRotateButton", "showRotateCwButton", "showRotateCcwButton", "handTool", "showHandToolButton", "showSpreadButton", "showPropertiesButton", "showBorders", "spread", "showScrollingButtons", "page", "pageLabel", "textLayer", "zoom", "zoomLevels", "maxZoom", "minZoom", "mobileFriendlyZoom"], outputs: ["annotationEditorEvent", "formDataChange", "pageViewModeChange", "progress", "srcChange", "scrollModeChange", "afterPrint", "beforePrint", "currentZoomFactor", "rotationChange", "annotationLayerRendered", "annotationEditorLayerRendered", "xfaLayerRendered", "outlineLoaded", "attachmentsloaded", "layersloaded", "sidebarVisibleChange", "activeSidebarViewChange", "findbarVisibleChange", "propertiesDialogVisibleChange", "handToolChange", "spreadChange", "thumbnailDrawn", "pageChange", "pageLabelChange", "pagesLoaded", "pageRender", "pageRendered", "pdfDownloaded", "pdfLoaded", "pdfLoadingStarts", "pdfLoadingFailed", "textLayerRendered", "annotationEditorModeChanged", "updateFindMatchesCount", "updateFindState", "zoomChange"] }] }); }
|
|
25
24
|
}
|
|
26
25
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: PdfViewerComponent, decorators: [{
|
|
27
26
|
type: Component,
|
|
28
|
-
args: [{ standalone: true, selector: 'aril-pdf-viewer', imports: [
|
|
27
|
+
args: [{ standalone: true, selector: 'aril-pdf-viewer', imports: [NgxExtendedPdfViewerModule], template: "<ngx-extended-pdf-viewer\r\n\t#pdfViewer\r\n\t[base64Src]=\"base64Src()\"\r\n\tuseBrowserLocale=\"true\"\r\n\t[height]=\"height()\"\r\n\t[showToolbar]=\"showToolbar()\"\r\n\t[showSidebarButton]=\"showSidebarButton()\"\r\n\t[showFindButton]=\"showFindButton()\"\r\n\t[showZoomButtons]=\"showZoomButtons()\"\r\n\t[showPresentationModeButton]=\"showPresentationModeButton()\"\r\n\t[page]=\"page()\"\r\n [handTool]=\"handTool()\"\r\n\t[contextMenuAllowed]=\"allowContextMenu()\">\r\n</ngx-extended-pdf-viewer>\r\n", styles: ["ngx-extended-pdf-viewer{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}\n"] }]
|
|
29
28
|
}], propDecorators: { pdfViewer: [{
|
|
30
29
|
type: ViewChild,
|
|
31
30
|
args: [NgxExtendedPdfViewerComponent, { static: false }]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aril-ui-pdf-viewer.mjs","sources":["../../projects/aril/ui/pdf-viewer/src/pdf-viewer.component.ts","../../projects/aril/ui/pdf-viewer/src/pdf-viewer.component.html","../../projects/aril/ui/pdf-viewer/aril-ui-pdf-viewer.ts"],"sourcesContent":["import { Component, ViewChild, input } from '@angular/core';\r\nimport {
|
|
1
|
+
{"version":3,"file":"aril-ui-pdf-viewer.mjs","sources":["../../projects/aril/ui/pdf-viewer/src/pdf-viewer.component.ts","../../projects/aril/ui/pdf-viewer/src/pdf-viewer.component.html","../../projects/aril/ui/pdf-viewer/aril-ui-pdf-viewer.ts"],"sourcesContent":["import { Component, ViewChild, input } from '@angular/core';\r\nimport { NgxExtendedPdfViewerComponent, NgxExtendedPdfViewerModule } from 'ngx-extended-pdf-viewer';\r\n\r\n@Component({\r\n\tstandalone: true,\r\n\tselector: 'aril-pdf-viewer',\r\n\ttemplateUrl: 'pdf-viewer.component.html',\r\n\tstyleUrls: ['pdf-viewer.component.scss'],\r\n\timports: [NgxExtendedPdfViewerModule]\r\n})\r\nexport class PdfViewerComponent {\r\n\t@ViewChild(NgxExtendedPdfViewerComponent, { static: false })\r\n\tprivate pdfViewer!: NgxExtendedPdfViewerComponent;\r\n\tshowToolbar = input<boolean>(true);\r\n\tshowSidebarButton = input<boolean>(true);\r\n\tshowFindButton = input<boolean>(true);\r\n\tshowZoomButtons = input<boolean>(true);\r\n\tshowPresentationModeButton = input<boolean>(true);\r\n\theight = input<string>('auto');\r\n\tpage = input<number>(1);\r\n\tfilenameForDownload = input<string>('');\r\n\tsrc = input<string>('');\r\n\tbase64Src = input<string>('');\r\n\tallowContextMenu = input<boolean>(false);\r\n\thandTool = input<boolean>(true);\r\n\thttpHeaders = input<Record<string, string>>({});\r\n\r\n}\r\n","<ngx-extended-pdf-viewer\r\n\t#pdfViewer\r\n\t[base64Src]=\"base64Src()\"\r\n\tuseBrowserLocale=\"true\"\r\n\t[height]=\"height()\"\r\n\t[showToolbar]=\"showToolbar()\"\r\n\t[showSidebarButton]=\"showSidebarButton()\"\r\n\t[showFindButton]=\"showFindButton()\"\r\n\t[showZoomButtons]=\"showZoomButtons()\"\r\n\t[showPresentationModeButton]=\"showPresentationModeButton()\"\r\n\t[page]=\"page()\"\r\n [handTool]=\"handTool()\"\r\n\t[contextMenuAllowed]=\"allowContextMenu()\">\r\n</ngx-extended-pdf-viewer>\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;MAUa,kBAAkB,CAAA;AAP/B,IAAA,WAAA,GAAA;AAUC,QAAA,IAAA,CAAA,WAAW,GAAG,KAAK,CAAU,IAAI,CAAC,CAAC;AACnC,QAAA,IAAA,CAAA,iBAAiB,GAAG,KAAK,CAAU,IAAI,CAAC,CAAC;AACzC,QAAA,IAAA,CAAA,cAAc,GAAG,KAAK,CAAU,IAAI,CAAC,CAAC;AACtC,QAAA,IAAA,CAAA,eAAe,GAAG,KAAK,CAAU,IAAI,CAAC,CAAC;AACvC,QAAA,IAAA,CAAA,0BAA0B,GAAG,KAAK,CAAU,IAAI,CAAC,CAAC;AAClD,QAAA,IAAA,CAAA,MAAM,GAAG,KAAK,CAAS,MAAM,CAAC,CAAC;AAC/B,QAAA,IAAA,CAAA,IAAI,GAAG,KAAK,CAAS,CAAC,CAAC,CAAC;AACxB,QAAA,IAAA,CAAA,mBAAmB,GAAG,KAAK,CAAS,EAAE,CAAC,CAAC;AACxC,QAAA,IAAA,CAAA,GAAG,GAAG,KAAK,CAAS,EAAE,CAAC,CAAC;AACxB,QAAA,IAAA,CAAA,SAAS,GAAG,KAAK,CAAS,EAAE,CAAC,CAAC;AAC9B,QAAA,IAAA,CAAA,gBAAgB,GAAG,KAAK,CAAU,KAAK,CAAC,CAAC;AACzC,QAAA,IAAA,CAAA,QAAQ,GAAG,KAAK,CAAU,IAAI,CAAC,CAAC;AAChC,QAAA,IAAA,CAAA,WAAW,GAAG,KAAK,CAAyB,EAAE,CAAC,CAAC;AAEhD,KAAA;8GAjBY,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,EACnB,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,UAAA,EAAA,mBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,cAAA,EAAA,EAAA,iBAAA,EAAA,gBAAA,EAAA,UAAA,EAAA,gBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,eAAA,EAAA,EAAA,iBAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,iBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,0BAAA,EAAA,EAAA,iBAAA,EAAA,4BAAA,EAAA,UAAA,EAAA,4BAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,MAAA,EAAA,EAAA,iBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,mBAAA,EAAA,EAAA,iBAAA,EAAA,qBAAA,EAAA,UAAA,EAAA,qBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,GAAA,EAAA,EAAA,iBAAA,EAAA,KAAA,EAAA,UAAA,EAAA,KAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,iBAAA,EAAA,WAAA,EAAA,UAAA,EAAA,WAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,gBAAA,EAAA,EAAA,iBAAA,EAAA,kBAAA,EAAA,UAAA,EAAA,kBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,WAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,6BAA6B,ECXzC,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,kgBAcA,0KDNW,0BAA0B,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,6BAAA,EAAA,QAAA,EAAA,yBAAA,EAAA,MAAA,EAAA,CAAA,wBAAA,EAAA,eAAA,EAAA,eAAA,EAAA,sBAAA,EAAA,iBAAA,EAAA,wBAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,uBAAA,EAAA,qBAAA,EAAA,mBAAA,EAAA,qBAAA,EAAA,UAAA,EAAA,cAAA,EAAA,cAAA,EAAA,YAAA,EAAA,eAAA,EAAA,aAAA,EAAA,oBAAA,EAAA,aAAA,EAAA,uBAAA,EAAA,gBAAA,EAAA,iBAAA,EAAA,gBAAA,EAAA,qBAAA,EAAA,UAAA,EAAA,uBAAA,EAAA,qBAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,KAAA,EAAA,WAAA,EAAA,WAAA,EAAA,QAAA,EAAA,iBAAA,EAAA,qBAAA,EAAA,gBAAA,EAAA,YAAA,EAAA,YAAA,EAAA,oBAAA,EAAA,kBAAA,EAAA,UAAA,EAAA,aAAA,EAAA,WAAA,EAAA,UAAA,EAAA,qBAAA,EAAA,kBAAA,EAAA,0BAAA,EAAA,eAAA,EAAA,mBAAA,EAAA,gBAAA,EAAA,mBAAA,EAAA,gBAAA,EAAA,yBAAA,EAAA,gBAAA,EAAA,sBAAA,EAAA,mBAAA,EAAA,kBAAA,EAAA,gBAAA,EAAA,oBAAA,EAAA,yBAAA,EAAA,sBAAA,EAAA,kBAAA,EAAA,mBAAA,EAAA,6BAAA,EAAA,gCAAA,EAAA,gBAAA,EAAA,eAAA,EAAA,iBAAA,EAAA,kBAAA,EAAA,4BAAA,EAAA,oBAAA,EAAA,iBAAA,EAAA,oBAAA,EAAA,OAAA,EAAA,aAAA,EAAA,4BAAA,EAAA,0BAAA,EAAA,0BAAA,EAAA,4BAAA,EAAA,yBAAA,EAAA,0BAAA,EAAA,oBAAA,EAAA,kBAAA,EAAA,oBAAA,EAAA,qBAAA,EAAA,UAAA,EAAA,oBAAA,EAAA,kBAAA,EAAA,sBAAA,EAAA,aAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,WAAA,EAAA,WAAA,EAAA,MAAA,EAAA,YAAA,EAAA,SAAA,EAAA,SAAA,EAAA,oBAAA,CAAA,EAAA,OAAA,EAAA,CAAA,uBAAA,EAAA,gBAAA,EAAA,oBAAA,EAAA,UAAA,EAAA,WAAA,EAAA,kBAAA,EAAA,YAAA,EAAA,aAAA,EAAA,mBAAA,EAAA,gBAAA,EAAA,yBAAA,EAAA,+BAAA,EAAA,kBAAA,EAAA,eAAA,EAAA,mBAAA,EAAA,cAAA,EAAA,sBAAA,EAAA,yBAAA,EAAA,sBAAA,EAAA,+BAAA,EAAA,gBAAA,EAAA,cAAA,EAAA,gBAAA,EAAA,YAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,YAAA,EAAA,cAAA,EAAA,eAAA,EAAA,WAAA,EAAA,kBAAA,EAAA,kBAAA,EAAA,mBAAA,EAAA,6BAAA,EAAA,wBAAA,EAAA,iBAAA,EAAA,YAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAExB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAP9B,SAAS;AACG,YAAA,IAAA,EAAA,CAAA,EAAA,UAAA,EAAA,IAAI,EACN,QAAA,EAAA,iBAAiB,EAGlB,OAAA,EAAA,CAAC,0BAA0B,CAAC,EAAA,QAAA,EAAA,kgBAAA,EAAA,MAAA,EAAA,CAAA,mHAAA,CAAA,EAAA,CAAA;8BAI7B,SAAS,EAAA,CAAA;sBADhB,SAAS;AAAC,gBAAA,IAAA,EAAA,CAAA,6BAA6B,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAA;;;AEX5D;;AAEG;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aril",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.30",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/cdk": "~17.1.0",
|
|
6
6
|
"@angular/common": "^17.1.0",
|
|
@@ -15,13 +15,15 @@
|
|
|
15
15
|
"primeflex": "^3.3.1",
|
|
16
16
|
"primeicons": "^7.0.0",
|
|
17
17
|
"primeng": "^17.18.11",
|
|
18
|
-
"ngx-extended-pdf-viewer": "22.0.1"
|
|
19
|
-
"ng2-pdf-viewer": "^10.4.0"
|
|
18
|
+
"ngx-extended-pdf-viewer": "22.0.1"
|
|
20
19
|
},
|
|
21
20
|
"dependencies": {
|
|
22
21
|
"tslib": "^2.3.0"
|
|
23
22
|
},
|
|
24
23
|
"sideEffects": false,
|
|
24
|
+
"ngx-extended-pdf-viewer": {
|
|
25
|
+
"pdfWorkerSrc": "assets/pdf.worker.min.js"
|
|
26
|
+
},
|
|
25
27
|
"module": "fesm2022/aril.mjs",
|
|
26
28
|
"typings": "index.d.ts",
|
|
27
29
|
"exports": {
|
|
@@ -46,18 +48,18 @@
|
|
|
46
48
|
"esm": "./esm2022/http/aril-http.mjs",
|
|
47
49
|
"default": "./fesm2022/aril-http.mjs"
|
|
48
50
|
},
|
|
49
|
-
"./keycloak": {
|
|
50
|
-
"types": "./keycloak/index.d.ts",
|
|
51
|
-
"esm2022": "./esm2022/keycloak/aril-keycloak.mjs",
|
|
52
|
-
"esm": "./esm2022/keycloak/aril-keycloak.mjs",
|
|
53
|
-
"default": "./fesm2022/aril-keycloak.mjs"
|
|
54
|
-
},
|
|
55
51
|
"./i18n": {
|
|
56
52
|
"types": "./i18n/index.d.ts",
|
|
57
53
|
"esm2022": "./esm2022/i18n/aril-i18n.mjs",
|
|
58
54
|
"esm": "./esm2022/i18n/aril-i18n.mjs",
|
|
59
55
|
"default": "./fesm2022/aril-i18n.mjs"
|
|
60
56
|
},
|
|
57
|
+
"./keycloak": {
|
|
58
|
+
"types": "./keycloak/index.d.ts",
|
|
59
|
+
"esm2022": "./esm2022/keycloak/aril-keycloak.mjs",
|
|
60
|
+
"esm": "./esm2022/keycloak/aril-keycloak.mjs",
|
|
61
|
+
"default": "./fesm2022/aril-keycloak.mjs"
|
|
62
|
+
},
|
|
61
63
|
"./theme": {
|
|
62
64
|
"types": "./theme/index.d.ts",
|
|
63
65
|
"esm2022": "./esm2022/theme/aril-theme.mjs",
|
|
@@ -124,23 +126,17 @@
|
|
|
124
126
|
"esm": "./esm2022/util/lib/aril-util-lib.mjs",
|
|
125
127
|
"default": "./fesm2022/aril-util-lib.mjs"
|
|
126
128
|
},
|
|
127
|
-
"./util/primitive-extensions": {
|
|
128
|
-
"types": "./util/primitive-extensions/index.d.ts",
|
|
129
|
-
"esm2022": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
|
|
130
|
-
"esm": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
|
|
131
|
-
"default": "./fesm2022/aril-util-primitive-extensions.mjs"
|
|
132
|
-
},
|
|
133
129
|
"./util/loaders": {
|
|
134
130
|
"types": "./util/loaders/index.d.ts",
|
|
135
131
|
"esm2022": "./esm2022/util/loaders/aril-util-loaders.mjs",
|
|
136
132
|
"esm": "./esm2022/util/loaders/aril-util-loaders.mjs",
|
|
137
133
|
"default": "./fesm2022/aril-util-loaders.mjs"
|
|
138
134
|
},
|
|
139
|
-
"./util/
|
|
140
|
-
"types": "./util/
|
|
141
|
-
"esm2022": "./esm2022/util/
|
|
142
|
-
"esm": "./esm2022/util/
|
|
143
|
-
"default": "./fesm2022/aril-util-
|
|
135
|
+
"./util/primitive-extensions": {
|
|
136
|
+
"types": "./util/primitive-extensions/index.d.ts",
|
|
137
|
+
"esm2022": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
|
|
138
|
+
"esm": "./esm2022/util/primitive-extensions/aril-util-primitive-extensions.mjs",
|
|
139
|
+
"default": "./fesm2022/aril-util-primitive-extensions.mjs"
|
|
144
140
|
},
|
|
145
141
|
"./util/pub-sub": {
|
|
146
142
|
"types": "./util/pub-sub/index.d.ts",
|
|
@@ -148,11 +144,11 @@
|
|
|
148
144
|
"esm": "./esm2022/util/pub-sub/aril-util-pub-sub.mjs",
|
|
149
145
|
"default": "./fesm2022/aril-util-pub-sub.mjs"
|
|
150
146
|
},
|
|
151
|
-
"./
|
|
152
|
-
"types": "./
|
|
153
|
-
"esm2022": "./esm2022/
|
|
154
|
-
"esm": "./esm2022/
|
|
155
|
-
"default": "./fesm2022/aril-
|
|
147
|
+
"./util/unwrap": {
|
|
148
|
+
"types": "./util/unwrap/index.d.ts",
|
|
149
|
+
"esm2022": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
150
|
+
"esm": "./esm2022/util/unwrap/aril-util-unwrap.mjs",
|
|
151
|
+
"default": "./fesm2022/aril-util-unwrap.mjs"
|
|
156
152
|
},
|
|
157
153
|
"./ui/autoComplete": {
|
|
158
154
|
"types": "./ui/autoComplete/index.d.ts",
|
|
@@ -160,6 +156,12 @@
|
|
|
160
156
|
"esm": "./esm2022/ui/autoComplete/aril-ui-autoComplete.mjs",
|
|
161
157
|
"default": "./fesm2022/aril-ui-autoComplete.mjs"
|
|
162
158
|
},
|
|
159
|
+
"./ui/badge": {
|
|
160
|
+
"types": "./ui/badge/index.d.ts",
|
|
161
|
+
"esm2022": "./esm2022/ui/badge/aril-ui-badge.mjs",
|
|
162
|
+
"esm": "./esm2022/ui/badge/aril-ui-badge.mjs",
|
|
163
|
+
"default": "./fesm2022/aril-ui-badge.mjs"
|
|
164
|
+
},
|
|
163
165
|
"./ui/button": {
|
|
164
166
|
"types": "./ui/button/index.d.ts",
|
|
165
167
|
"esm2022": "./esm2022/ui/button/aril-ui-button.mjs",
|
|
@@ -178,12 +180,6 @@
|
|
|
178
180
|
"esm": "./esm2022/ui/charts/aril-ui-charts.mjs",
|
|
179
181
|
"default": "./fesm2022/aril-ui-charts.mjs"
|
|
180
182
|
},
|
|
181
|
-
"./ui/detailed-overlay-panel": {
|
|
182
|
-
"types": "./ui/detailed-overlay-panel/index.d.ts",
|
|
183
|
-
"esm2022": "./esm2022/ui/detailed-overlay-panel/aril-ui-detailed-overlay-panel.mjs",
|
|
184
|
-
"esm": "./esm2022/ui/detailed-overlay-panel/aril-ui-detailed-overlay-panel.mjs",
|
|
185
|
-
"default": "./fesm2022/aril-ui-detailed-overlay-panel.mjs"
|
|
186
|
-
},
|
|
187
183
|
"./ui/checkbox": {
|
|
188
184
|
"types": "./ui/checkbox/index.d.ts",
|
|
189
185
|
"esm2022": "./esm2022/ui/checkbox/aril-ui-checkbox.mjs",
|
|
@@ -196,6 +192,12 @@
|
|
|
196
192
|
"esm": "./esm2022/ui/chip/aril-ui-chip.mjs",
|
|
197
193
|
"default": "./fesm2022/aril-ui-chip.mjs"
|
|
198
194
|
},
|
|
195
|
+
"./ui/detailed-overlay-panel": {
|
|
196
|
+
"types": "./ui/detailed-overlay-panel/index.d.ts",
|
|
197
|
+
"esm2022": "./esm2022/ui/detailed-overlay-panel/aril-ui-detailed-overlay-panel.mjs",
|
|
198
|
+
"esm": "./esm2022/ui/detailed-overlay-panel/aril-ui-detailed-overlay-panel.mjs",
|
|
199
|
+
"default": "./fesm2022/aril-ui-detailed-overlay-panel.mjs"
|
|
200
|
+
},
|
|
199
201
|
"./ui/dxEditor": {
|
|
200
202
|
"types": "./ui/dxEditor/index.d.ts",
|
|
201
203
|
"esm2022": "./esm2022/ui/dxEditor/aril-ui-dxEditor.mjs",
|
|
@@ -208,23 +210,17 @@
|
|
|
208
210
|
"esm": "./esm2022/ui/dxField/aril-ui-dxField.mjs",
|
|
209
211
|
"default": "./fesm2022/aril-ui-dxField.mjs"
|
|
210
212
|
},
|
|
211
|
-
"./ui/fileUpload": {
|
|
212
|
-
"types": "./ui/fileUpload/index.d.ts",
|
|
213
|
-
"esm2022": "./esm2022/ui/fileUpload/aril-ui-fileUpload.mjs",
|
|
214
|
-
"esm": "./esm2022/ui/fileUpload/aril-ui-fileUpload.mjs",
|
|
215
|
-
"default": "./fesm2022/aril-ui-fileUpload.mjs"
|
|
216
|
-
},
|
|
217
213
|
"./ui/field": {
|
|
218
214
|
"types": "./ui/field/index.d.ts",
|
|
219
215
|
"esm2022": "./esm2022/ui/field/aril-ui-field.mjs",
|
|
220
216
|
"esm": "./esm2022/ui/field/aril-ui-field.mjs",
|
|
221
217
|
"default": "./fesm2022/aril-ui-field.mjs"
|
|
222
218
|
},
|
|
223
|
-
"./ui/
|
|
224
|
-
"types": "./ui/
|
|
225
|
-
"esm2022": "./esm2022/ui/
|
|
226
|
-
"esm": "./esm2022/ui/
|
|
227
|
-
"default": "./fesm2022/aril-ui-
|
|
219
|
+
"./ui/fileUpload": {
|
|
220
|
+
"types": "./ui/fileUpload/index.d.ts",
|
|
221
|
+
"esm2022": "./esm2022/ui/fileUpload/aril-ui-fileUpload.mjs",
|
|
222
|
+
"esm": "./esm2022/ui/fileUpload/aril-ui-fileUpload.mjs",
|
|
223
|
+
"default": "./fesm2022/aril-ui-fileUpload.mjs"
|
|
228
224
|
},
|
|
229
225
|
"./ui/form": {
|
|
230
226
|
"types": "./ui/form/index.d.ts",
|
|
@@ -232,11 +228,11 @@
|
|
|
232
228
|
"esm": "./esm2022/ui/form/aril-ui-form.mjs",
|
|
233
229
|
"default": "./fesm2022/aril-ui-form.mjs"
|
|
234
230
|
},
|
|
235
|
-
"./ui/
|
|
236
|
-
"types": "./ui/
|
|
237
|
-
"esm2022": "./esm2022/ui/
|
|
238
|
-
"esm": "./esm2022/ui/
|
|
239
|
-
"default": "./fesm2022/aril-ui-
|
|
231
|
+
"./ui/img-viewer": {
|
|
232
|
+
"types": "./ui/img-viewer/index.d.ts",
|
|
233
|
+
"esm2022": "./esm2022/ui/img-viewer/aril-ui-img-viewer.mjs",
|
|
234
|
+
"esm": "./esm2022/ui/img-viewer/aril-ui-img-viewer.mjs",
|
|
235
|
+
"default": "./fesm2022/aril-ui-img-viewer.mjs"
|
|
240
236
|
},
|
|
241
237
|
"./ui/lib": {
|
|
242
238
|
"types": "./ui/lib/index.d.ts",
|
|
@@ -244,11 +240,11 @@
|
|
|
244
240
|
"esm": "./esm2022/ui/lib/aril-ui-lib.mjs",
|
|
245
241
|
"default": "./fesm2022/aril-ui-lib.mjs"
|
|
246
242
|
},
|
|
247
|
-
"./ui/
|
|
248
|
-
"types": "./ui/
|
|
249
|
-
"esm2022": "./esm2022/ui/
|
|
250
|
-
"esm": "./esm2022/ui/
|
|
251
|
-
"default": "./fesm2022/aril-ui-
|
|
243
|
+
"./ui/loader": {
|
|
244
|
+
"types": "./ui/loader/index.d.ts",
|
|
245
|
+
"esm2022": "./esm2022/ui/loader/aril-ui-loader.mjs",
|
|
246
|
+
"esm": "./esm2022/ui/loader/aril-ui-loader.mjs",
|
|
247
|
+
"default": "./fesm2022/aril-ui-loader.mjs"
|
|
252
248
|
},
|
|
253
249
|
"./ui/mask": {
|
|
254
250
|
"types": "./ui/mask/index.d.ts",
|
|
@@ -256,11 +252,11 @@
|
|
|
256
252
|
"esm": "./esm2022/ui/mask/aril-ui-mask.mjs",
|
|
257
253
|
"default": "./fesm2022/aril-ui-mask.mjs"
|
|
258
254
|
},
|
|
259
|
-
"./ui/
|
|
260
|
-
"types": "./ui/
|
|
261
|
-
"esm2022": "./esm2022/ui/
|
|
262
|
-
"esm": "./esm2022/ui/
|
|
263
|
-
"default": "./fesm2022/aril-ui-
|
|
255
|
+
"./ui/multiSelect": {
|
|
256
|
+
"types": "./ui/multiSelect/index.d.ts",
|
|
257
|
+
"esm2022": "./esm2022/ui/multiSelect/aril-ui-multiSelect.mjs",
|
|
258
|
+
"esm": "./esm2022/ui/multiSelect/aril-ui-multiSelect.mjs",
|
|
259
|
+
"default": "./fesm2022/aril-ui-multiSelect.mjs"
|
|
264
260
|
},
|
|
265
261
|
"./ui/number": {
|
|
266
262
|
"types": "./ui/number/index.d.ts",
|
|
@@ -268,11 +264,11 @@
|
|
|
268
264
|
"esm": "./esm2022/ui/number/aril-ui-number.mjs",
|
|
269
265
|
"default": "./fesm2022/aril-ui-number.mjs"
|
|
270
266
|
},
|
|
271
|
-
"./ui/
|
|
272
|
-
"types": "./ui/
|
|
273
|
-
"esm2022": "./esm2022/ui/
|
|
274
|
-
"esm": "./esm2022/ui/
|
|
275
|
-
"default": "./fesm2022/aril-ui-
|
|
267
|
+
"./ui/operation-types-dialog": {
|
|
268
|
+
"types": "./ui/operation-types-dialog/index.d.ts",
|
|
269
|
+
"esm2022": "./esm2022/ui/operation-types-dialog/aril-ui-operation-types-dialog.mjs",
|
|
270
|
+
"esm": "./esm2022/ui/operation-types-dialog/aril-ui-operation-types-dialog.mjs",
|
|
271
|
+
"default": "./fesm2022/aril-ui-operation-types-dialog.mjs"
|
|
276
272
|
},
|
|
277
273
|
"./ui/overlayPanel": {
|
|
278
274
|
"types": "./ui/overlayPanel/index.d.ts",
|
|
@@ -280,11 +276,11 @@
|
|
|
280
276
|
"esm": "./esm2022/ui/overlayPanel/aril-ui-overlayPanel.mjs",
|
|
281
277
|
"default": "./fesm2022/aril-ui-overlayPanel.mjs"
|
|
282
278
|
},
|
|
283
|
-
"./ui/
|
|
284
|
-
"types": "./ui/
|
|
285
|
-
"esm2022": "./esm2022/ui/
|
|
286
|
-
"esm": "./esm2022/ui/
|
|
287
|
-
"default": "./fesm2022/aril-ui-
|
|
279
|
+
"./ui/panel": {
|
|
280
|
+
"types": "./ui/panel/index.d.ts",
|
|
281
|
+
"esm2022": "./esm2022/ui/panel/aril-ui-panel.mjs",
|
|
282
|
+
"esm": "./esm2022/ui/panel/aril-ui-panel.mjs",
|
|
283
|
+
"default": "./fesm2022/aril-ui-panel.mjs"
|
|
288
284
|
},
|
|
289
285
|
"./ui/password": {
|
|
290
286
|
"types": "./ui/password/index.d.ts",
|
|
@@ -292,11 +288,11 @@
|
|
|
292
288
|
"esm": "./esm2022/ui/password/aril-ui-password.mjs",
|
|
293
289
|
"default": "./fesm2022/aril-ui-password.mjs"
|
|
294
290
|
},
|
|
295
|
-
"./ui/
|
|
296
|
-
"types": "./ui/
|
|
297
|
-
"esm2022": "./esm2022/ui/
|
|
298
|
-
"esm": "./esm2022/ui/
|
|
299
|
-
"default": "./fesm2022/aril-ui-
|
|
291
|
+
"./ui/pdf-viewer": {
|
|
292
|
+
"types": "./ui/pdf-viewer/index.d.ts",
|
|
293
|
+
"esm2022": "./esm2022/ui/pdf-viewer/aril-ui-pdf-viewer.mjs",
|
|
294
|
+
"esm": "./esm2022/ui/pdf-viewer/aril-ui-pdf-viewer.mjs",
|
|
295
|
+
"default": "./fesm2022/aril-ui-pdf-viewer.mjs"
|
|
300
296
|
},
|
|
301
297
|
"./ui/progressbar": {
|
|
302
298
|
"types": "./ui/progressbar/index.d.ts",
|
|
@@ -304,11 +300,11 @@
|
|
|
304
300
|
"esm": "./esm2022/ui/progressbar/aril-ui-progressbar.mjs",
|
|
305
301
|
"default": "./fesm2022/aril-ui-progressbar.mjs"
|
|
306
302
|
},
|
|
307
|
-
"./ui/
|
|
308
|
-
"types": "./ui/
|
|
309
|
-
"esm2022": "./esm2022/ui/
|
|
310
|
-
"esm": "./esm2022/ui/
|
|
311
|
-
"default": "./fesm2022/aril-ui-
|
|
303
|
+
"./ui/radioButton": {
|
|
304
|
+
"types": "./ui/radioButton/index.d.ts",
|
|
305
|
+
"esm2022": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
306
|
+
"esm": "./esm2022/ui/radioButton/aril-ui-radioButton.mjs",
|
|
307
|
+
"default": "./fesm2022/aril-ui-radioButton.mjs"
|
|
312
308
|
},
|
|
313
309
|
"./ui/rolePicker": {
|
|
314
310
|
"types": "./ui/rolePicker/index.d.ts",
|
|
@@ -316,29 +312,29 @@
|
|
|
316
312
|
"esm": "./esm2022/ui/rolePicker/aril-ui-rolePicker.mjs",
|
|
317
313
|
"default": "./fesm2022/aril-ui-rolePicker.mjs"
|
|
318
314
|
},
|
|
315
|
+
"./ui/selectBox": {
|
|
316
|
+
"types": "./ui/selectBox/index.d.ts",
|
|
317
|
+
"esm2022": "./esm2022/ui/selectBox/aril-ui-selectBox.mjs",
|
|
318
|
+
"esm": "./esm2022/ui/selectBox/aril-ui-selectBox.mjs",
|
|
319
|
+
"default": "./fesm2022/aril-ui-selectBox.mjs"
|
|
320
|
+
},
|
|
319
321
|
"./ui/switch": {
|
|
320
322
|
"types": "./ui/switch/index.d.ts",
|
|
321
323
|
"esm2022": "./esm2022/ui/switch/aril-ui-switch.mjs",
|
|
322
324
|
"esm": "./esm2022/ui/switch/aril-ui-switch.mjs",
|
|
323
325
|
"default": "./fesm2022/aril-ui-switch.mjs"
|
|
324
326
|
},
|
|
325
|
-
"./ui/table-expand": {
|
|
326
|
-
"types": "./ui/table-expand/index.d.ts",
|
|
327
|
-
"esm2022": "./esm2022/ui/table-expand/aril-ui-table-expand.mjs",
|
|
328
|
-
"esm": "./esm2022/ui/table-expand/aril-ui-table-expand.mjs",
|
|
329
|
-
"default": "./fesm2022/aril-ui-table-expand.mjs"
|
|
330
|
-
},
|
|
331
327
|
"./ui/table": {
|
|
332
328
|
"types": "./ui/table/index.d.ts",
|
|
333
329
|
"esm2022": "./esm2022/ui/table/aril-ui-table.mjs",
|
|
334
330
|
"esm": "./esm2022/ui/table/aril-ui-table.mjs",
|
|
335
331
|
"default": "./fesm2022/aril-ui-table.mjs"
|
|
336
332
|
},
|
|
337
|
-
"./ui/
|
|
338
|
-
"types": "./ui/
|
|
339
|
-
"esm2022": "./esm2022/ui/
|
|
340
|
-
"esm": "./esm2022/ui/
|
|
341
|
-
"default": "./fesm2022/aril-ui-
|
|
333
|
+
"./ui/table-expand": {
|
|
334
|
+
"types": "./ui/table-expand/index.d.ts",
|
|
335
|
+
"esm2022": "./esm2022/ui/table-expand/aril-ui-table-expand.mjs",
|
|
336
|
+
"esm": "./esm2022/ui/table-expand/aril-ui-table-expand.mjs",
|
|
337
|
+
"default": "./fesm2022/aril-ui-table-expand.mjs"
|
|
342
338
|
},
|
|
343
339
|
"./ui/tagBox": {
|
|
344
340
|
"types": "./ui/tagBox/index.d.ts",
|
|
@@ -346,11 +342,17 @@
|
|
|
346
342
|
"esm": "./esm2022/ui/tagBox/aril-ui-tagBox.mjs",
|
|
347
343
|
"default": "./fesm2022/aril-ui-tagBox.mjs"
|
|
348
344
|
},
|
|
349
|
-
"./ui/
|
|
350
|
-
"types": "./ui/
|
|
351
|
-
"esm2022": "./esm2022/ui/
|
|
352
|
-
"esm": "./esm2022/ui/
|
|
353
|
-
"default": "./fesm2022/aril-ui-
|
|
345
|
+
"./ui/text": {
|
|
346
|
+
"types": "./ui/text/index.d.ts",
|
|
347
|
+
"esm2022": "./esm2022/ui/text/aril-ui-text.mjs",
|
|
348
|
+
"esm": "./esm2022/ui/text/aril-ui-text.mjs",
|
|
349
|
+
"default": "./fesm2022/aril-ui-text.mjs"
|
|
350
|
+
},
|
|
351
|
+
"./ui/textArea": {
|
|
352
|
+
"types": "./ui/textArea/index.d.ts",
|
|
353
|
+
"esm2022": "./esm2022/ui/textArea/aril-ui-textArea.mjs",
|
|
354
|
+
"esm": "./esm2022/ui/textArea/aril-ui-textArea.mjs",
|
|
355
|
+
"default": "./fesm2022/aril-ui-textArea.mjs"
|
|
354
356
|
},
|
|
355
357
|
"./ui/toggle-button": {
|
|
356
358
|
"types": "./ui/toggle-button/index.d.ts",
|
|
@@ -358,11 +360,11 @@
|
|
|
358
360
|
"esm": "./esm2022/ui/toggle-button/aril-ui-toggle-button.mjs",
|
|
359
361
|
"default": "./fesm2022/aril-ui-toggle-button.mjs"
|
|
360
362
|
},
|
|
361
|
-
"./ui/
|
|
362
|
-
"types": "./ui/
|
|
363
|
-
"esm2022": "./esm2022/ui/
|
|
364
|
-
"esm": "./esm2022/ui/
|
|
365
|
-
"default": "./fesm2022/aril-ui-
|
|
363
|
+
"./ui/tooltip": {
|
|
364
|
+
"types": "./ui/tooltip/index.d.ts",
|
|
365
|
+
"esm2022": "./esm2022/ui/tooltip/aril-ui-tooltip.mjs",
|
|
366
|
+
"esm": "./esm2022/ui/tooltip/aril-ui-tooltip.mjs",
|
|
367
|
+
"default": "./fesm2022/aril-ui-tooltip.mjs"
|
|
366
368
|
},
|
|
367
369
|
"./ui/tree": {
|
|
368
370
|
"types": "./ui/tree/index.d.ts",
|
|
@@ -376,35 +378,41 @@
|
|
|
376
378
|
"esm": "./esm2022/ui/treeSelect/aril-ui-treeSelect.mjs",
|
|
377
379
|
"default": "./fesm2022/aril-ui-treeSelect.mjs"
|
|
378
380
|
},
|
|
379
|
-
"./ui/userPicker": {
|
|
380
|
-
"types": "./ui/userPicker/index.d.ts",
|
|
381
|
-
"esm2022": "./esm2022/ui/userPicker/aril-ui-userPicker.mjs",
|
|
382
|
-
"esm": "./esm2022/ui/userPicker/aril-ui-userPicker.mjs",
|
|
383
|
-
"default": "./fesm2022/aril-ui-userPicker.mjs"
|
|
384
|
-
},
|
|
385
381
|
"./ui/treeTable": {
|
|
386
382
|
"types": "./ui/treeTable/index.d.ts",
|
|
387
383
|
"esm2022": "./esm2022/ui/treeTable/aril-ui-treeTable.mjs",
|
|
388
384
|
"esm": "./esm2022/ui/treeTable/aril-ui-treeTable.mjs",
|
|
389
385
|
"default": "./fesm2022/aril-ui-treeTable.mjs"
|
|
390
386
|
},
|
|
387
|
+
"./ui/userPicker": {
|
|
388
|
+
"types": "./ui/userPicker/index.d.ts",
|
|
389
|
+
"esm2022": "./esm2022/ui/userPicker/aril-ui-userPicker.mjs",
|
|
390
|
+
"esm": "./esm2022/ui/userPicker/aril-ui-userPicker.mjs",
|
|
391
|
+
"default": "./fesm2022/aril-ui-userPicker.mjs"
|
|
392
|
+
},
|
|
391
393
|
"./ui/value": {
|
|
392
394
|
"types": "./ui/value/index.d.ts",
|
|
393
395
|
"esm2022": "./esm2022/ui/value/aril-ui-value.mjs",
|
|
394
396
|
"esm": "./esm2022/ui/value/aril-ui-value.mjs",
|
|
395
397
|
"default": "./fesm2022/aril-ui-value.mjs"
|
|
396
398
|
},
|
|
399
|
+
"./ui-business/enumPicker": {
|
|
400
|
+
"types": "./ui-business/enumPicker/index.d.ts",
|
|
401
|
+
"esm2022": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
|
|
402
|
+
"esm": "./esm2022/ui-business/enumPicker/aril-ui-business-enumPicker.mjs",
|
|
403
|
+
"default": "./fesm2022/aril-ui-business-enumPicker.mjs"
|
|
404
|
+
},
|
|
397
405
|
"./ui-business/assetPicker": {
|
|
398
406
|
"types": "./ui-business/assetPicker/index.d.ts",
|
|
399
407
|
"esm2022": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
|
|
400
408
|
"esm": "./esm2022/ui-business/assetPicker/aril-ui-business-assetPicker.mjs",
|
|
401
409
|
"default": "./fesm2022/aril-ui-business-assetPicker.mjs"
|
|
402
410
|
},
|
|
403
|
-
"./ui-business/
|
|
404
|
-
"types": "./ui-business/
|
|
405
|
-
"esm2022": "./esm2022/ui-business/
|
|
406
|
-
"esm": "./esm2022/ui-business/
|
|
407
|
-
"default": "./fesm2022/aril-ui-business-
|
|
411
|
+
"./ui-business/ref-value": {
|
|
412
|
+
"types": "./ui-business/ref-value/index.d.ts",
|
|
413
|
+
"esm2022": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
|
|
414
|
+
"esm": "./esm2022/ui-business/ref-value/aril-ui-business-ref-value.mjs",
|
|
415
|
+
"default": "./fesm2022/aril-ui-business-ref-value.mjs"
|
|
408
416
|
},
|
|
409
417
|
"./ui-business/operation-types-dialog": {
|
|
410
418
|
"types": "./ui-business/operation-types-dialog/index.d.ts",
|
|
@@ -412,17 +420,23 @@
|
|
|
412
420
|
"esm": "./esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs",
|
|
413
421
|
"default": "./fesm2022/aril-ui-business-operation-types-dialog.mjs"
|
|
414
422
|
},
|
|
423
|
+
"./ui-business/rolePicker": {
|
|
424
|
+
"types": "./ui-business/rolePicker/index.d.ts",
|
|
425
|
+
"esm2022": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
426
|
+
"esm": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
427
|
+
"default": "./fesm2022/aril-ui-business-rolePicker.mjs"
|
|
428
|
+
},
|
|
415
429
|
"./ui-business/userPicker": {
|
|
416
430
|
"types": "./ui-business/userPicker/index.d.ts",
|
|
417
431
|
"esm2022": "./esm2022/ui-business/userPicker/aril-ui-business-userPicker.mjs",
|
|
418
432
|
"esm": "./esm2022/ui-business/userPicker/aril-ui-business-userPicker.mjs",
|
|
419
433
|
"default": "./fesm2022/aril-ui-business-userPicker.mjs"
|
|
420
434
|
},
|
|
421
|
-
"./boot/config/
|
|
422
|
-
"types": "./boot/config/
|
|
423
|
-
"esm2022": "./esm2022/boot/config/
|
|
424
|
-
"esm": "./esm2022/boot/config/
|
|
425
|
-
"default": "./fesm2022/aril-boot-config-
|
|
435
|
+
"./boot/config/api": {
|
|
436
|
+
"types": "./boot/config/api/index.d.ts",
|
|
437
|
+
"esm2022": "./esm2022/boot/config/api/aril-boot-config-api.mjs",
|
|
438
|
+
"esm": "./esm2022/boot/config/api/aril-boot-config-api.mjs",
|
|
439
|
+
"default": "./fesm2022/aril-boot-config-api.mjs"
|
|
426
440
|
},
|
|
427
441
|
"./boot/config/plugins": {
|
|
428
442
|
"types": "./boot/config/plugins/index.d.ts",
|
|
@@ -430,17 +444,11 @@
|
|
|
430
444
|
"esm": "./esm2022/boot/config/plugins/aril-boot-config-plugins.mjs",
|
|
431
445
|
"default": "./fesm2022/aril-boot-config-plugins.mjs"
|
|
432
446
|
},
|
|
433
|
-
"./boot/config/
|
|
434
|
-
"types": "./boot/config/
|
|
435
|
-
"esm2022": "./esm2022/boot/config/
|
|
436
|
-
"esm": "./esm2022/boot/config/
|
|
437
|
-
"default": "./fesm2022/aril-boot-config-
|
|
438
|
-
},
|
|
439
|
-
"./ui-business/rolePicker": {
|
|
440
|
-
"types": "./ui-business/rolePicker/index.d.ts",
|
|
441
|
-
"esm2022": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
442
|
-
"esm": "./esm2022/ui-business/rolePicker/aril-ui-business-rolePicker.mjs",
|
|
443
|
-
"default": "./fesm2022/aril-ui-business-rolePicker.mjs"
|
|
447
|
+
"./boot/config/apps": {
|
|
448
|
+
"types": "./boot/config/apps/index.d.ts",
|
|
449
|
+
"esm2022": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
450
|
+
"esm": "./esm2022/boot/config/apps/aril-boot-config-apps.mjs",
|
|
451
|
+
"default": "./fesm2022/aril-boot-config-apps.mjs"
|
|
444
452
|
},
|
|
445
453
|
"./ui/business-components/assetPicker": {
|
|
446
454
|
"types": "./ui/business-components/assetPicker/index.d.ts",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './src/ref-value.component';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
interface Value {
|
|
3
|
+
}
|
|
4
|
+
export declare class RefValueComponent {
|
|
5
|
+
assetId: import("@angular/core").InputSignal<Value, Value>;
|
|
6
|
+
valueDesc: import("@angular/core").InputSignal<string, string>;
|
|
7
|
+
detailPageUrl: import("@angular/core").InputSignal<string | undefined, string | undefined>;
|
|
8
|
+
getCurrentAppName: import("@angular/core").Signal<string | undefined>;
|
|
9
|
+
get url(): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RefValueComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RefValueComponent, "aril-ref-value", never, { "assetId": { "alias": "assetId"; "required": true; "isSignal": true; }; "valueDesc": { "alias": "valueDesc"; "required": true; "isSignal": true; }; "detailPageUrl": { "alias": "detailPageUrl"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
13
|
+
export {};
|