cat-qw-lib 0.0.4 → 0.0.5
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/fesm2022/cat-qw-lib.mjs +399 -77
- package/fesm2022/cat-qw-lib.mjs.map +1 -1
- package/lib/admin/action-admin/action-admin.module.d.ts +8 -3
- package/lib/admin/action-admin/components/admin-action-form/admin-action-form.component.d.ts +17 -1
- package/lib/admin/action-admin/components/admin-action-list/admin-action-list.component.d.ts +4 -4
- package/lib/admin/action-admin/models/{action.model.d.ts → admin-action.model.d.ts} +2 -1
- package/lib/admin/action-admin/state/admin-action.service.d.ts +13 -0
- package/lib/admin/action-admin/state/admin-action.store.d.ts +8 -0
- package/lib/admin/api-admin/components/api-admin-form/api-admin-form.component.d.ts +5 -2
- package/lib/admin/api-admin/components/api-admin-list/api-admin-list.component.d.ts +4 -2
- package/lib/admin/api-admin/components/api-credential-form/api-credential-form.component.d.ts +2 -2
- package/lib/admin/api-admin/models/{api-admin.model.d.ts → api-config.model.d.ts} +1 -1
- package/lib/admin/api-admin/state/api-admin.service.d.ts +6 -3
- package/lib/admin/api-admin/state/api-admin.store.d.ts +2 -2
- package/lib/admin/widget-admin/components/widget-admin-form/widget-admin-form.component.d.ts +39 -0
- package/lib/admin/widget-admin/components/widget-admin-list/widget-admin-list.component.d.ts +10 -0
- package/lib/admin/widget-admin/models/widget.model.d.ts +15 -0
- package/lib/admin/widget-admin/state/widget-admin.query.d.ts +11 -0
- package/lib/admin/widget-admin/state/widget-admin.service.d.ts +17 -0
- package/lib/admin/widget-admin/state/widget-admin.store.d.ts +8 -0
- package/lib/admin/widget-admin/widget-admin.module.d.ts +16 -0
- package/lib/shared/_base/base-form/base-form.component.d.ts +2 -3
- package/lib/shared/_base/base-list/base-list.component.d.ts +2 -3
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
- package/lib/admin/action-admin/state/action.service.d.ts +0 -13
- package/lib/admin/action-admin/state/action.store.d.ts +0 -8
package/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import * as i2$1 from '@angular/forms';
|
|
|
6
6
|
import { FormsModule } from '@angular/forms';
|
|
7
7
|
import * as i2$3 from 'primeng/inputtext';
|
|
8
8
|
import { InputTextModule } from 'primeng/inputtext';
|
|
9
|
-
import * as i3$
|
|
9
|
+
import * as i3$3 from 'primeng/dropdown';
|
|
10
10
|
import { DropdownModule } from 'primeng/dropdown';
|
|
11
11
|
import { InputGroupModule } from 'primeng/inputgroup';
|
|
12
12
|
import * as i2$2 from 'primeng/button';
|
|
@@ -32,13 +32,13 @@ import * as i6 from 'primeng/messages';
|
|
|
32
32
|
import { MessagesModule } from 'primeng/messages';
|
|
33
33
|
import * as i4$1 from 'primeng/tooltip';
|
|
34
34
|
import { TooltipModule } from 'primeng/tooltip';
|
|
35
|
-
import * as
|
|
35
|
+
import * as i3$2 from '@angular/router';
|
|
36
36
|
import { tap } from 'rxjs/operators';
|
|
37
|
-
import * as i1$
|
|
37
|
+
import * as i1$1 from '@angular/common/http';
|
|
38
38
|
import { HttpClientModule } from '@angular/common/http';
|
|
39
39
|
import * as i2$5 from 'primeng/inputtextarea';
|
|
40
40
|
import { InputTextareaModule } from 'primeng/inputtextarea';
|
|
41
|
-
import * as i3$
|
|
41
|
+
import * as i3$4 from 'primeng/calendar';
|
|
42
42
|
import { CalendarModule } from 'primeng/calendar';
|
|
43
43
|
import moment from 'moment';
|
|
44
44
|
import { DialogModule } from 'primeng/dialog';
|
|
@@ -46,7 +46,7 @@ import { TimelineModule } from 'primeng/timeline';
|
|
|
46
46
|
import { ListboxModule } from 'primeng/listbox';
|
|
47
47
|
import * as i2$4 from 'primeng/fileupload';
|
|
48
48
|
import { FileUploadModule } from 'primeng/fileupload';
|
|
49
|
-
import * as i3$
|
|
49
|
+
import * as i3$5 from 'primeng/table';
|
|
50
50
|
import { TableModule } from 'primeng/table';
|
|
51
51
|
import { ToggleButtonModule } from 'primeng/togglebutton';
|
|
52
52
|
import { InputSwitchModule } from 'primeng/inputswitch';
|
|
@@ -858,13 +858,13 @@ class FormContainerComponent {
|
|
|
858
858
|
}
|
|
859
859
|
handleCreateBtnClick() {
|
|
860
860
|
}
|
|
861
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: FormContainerComponent, deps: [{ token:
|
|
861
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: FormContainerComponent, deps: [{ token: i3$2.Router }, { token: i3$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
862
862
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.4", type: FormContainerComponent, isStandalone: true, selector: "form-container", inputs: { messages: "messages", record: "record", headerText: "headerText", showSave: "showSave", disableButton: "disableButton", disableSubmitButton: "disableSubmitButton", disableSaveButton: "disableSaveButton", overrideNavigate: "overrideNavigate" }, outputs: { onSave: "onSave", onSubmit: "onSubmit", onCancel: "onCancel" }, providers: [MessageService, ConfirmationService], ngImport: i0, template: "<div class=\"form-container\">\r\n <div class=\"text-900 font-bold text-xl form-header mb-2\">\r\n <div class=\"form-header-container w-full mr-0\">\r\n <div class=\"form-header-title\"[innerHTML]=\"this.headerText\">\r\n </div>\r\n <div class=\"form-header-messege w-full\">\r\n <p-messages class=\"message-wrapper\" [(value)]=\"messages\" [enableService]=\"false\" />\r\n </div>\r\n </div>\r\n\r\n <div class=\"btn-wrapper\">\r\n <ng-content select=\"[headerButtons]\"></ng-content>\r\n @if(showSave){\r\n <button\r\n pButton\r\n pRipple\r\n label=\"Cancel\"\r\n (click)=\"handleCancelClick()\"\r\n class=\"p-button-outlined mr-2\"\r\n ></button>\r\n\r\n <button\r\n pButton\r\n class=\"p-button-success\"\r\n label=\"Save\"\r\n [disabled]=\"disableSaveButton\"\r\n type=\"button\"\r\n tooltipPosition=\"bottom\"\r\n (click)=\"handleSaveClick()\"\r\n ></button>\r\n }\r\n <ng-content select=\"[headerButtons]\"></ng-content>\r\n </div>\r\n </div>\r\n \r\n \r\n <p-toast></p-toast>\r\n\r\n <div>\r\n <p-confirmDialog>\r\n <ng-template pTemplate=\"message\" let-message>\r\n <div class=\"flex flex-column align-items-center w-full gap-3 border-bottom-1 surface-border\">\r\n <i class=\"pi pi-exclamation-circle text-6xl text-primary-500\"></i>\r\n <p>{{ message.message }}</p>\r\n </div>\r\n </ng-template>\r\n </p-confirmDialog>\r\n </div> \r\n <div class=\"grid\">\r\n <div class=\"col-12\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n </div>\r\n ", styles: [".form-container{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.form-container.card{padding:0}.form-container .p-button{padding:.5rem 1.25rem}.form-container .form-footer{background-color:var(--surface-100);padding:6px 16px;height:46px;width:100%;margin-top:auto;position:sticky;bottom:0;z-index:4}.form-container .form-footer.card{margin-bottom:0!important}.form-container .form-header{padding:6px 16px;height:46px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:4;width:100%}.form-container .form-top button{height:fit-content}.form-container .form-header-bg-light{background-color:#e1e2e8!important}.form-container .form-header-bg-dark{background-color:#3b3848!important}.form-container .left-wrapper{display:flex}.form-container .p-16{padding:4px 32px 16px}.form-container .m-16{margin:0 16px}.form-container .errors{position:sticky;top:3.4rem;z-index:1;background-color:var(--surface-900);padding:0 16px}.btn-wrapper{display:flex;justify-content:flex-end;align-items:center}.form-header-container{display:flex;flex-wrap:nowrap;align-items:center;margin-right:2rem}.form-header-container .form-header-title{text-wrap:nowrap}.form-header-container .form-header-messege{margin-left:1rem}::ng-deep .message-wrapper .p-message-wrapper{padding:.143rem 1.357rem;display:flex;align-items:center}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: ButtonModule }, { kind: "directive", type: i2$2.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "ngmodule", type: ConfirmDialogModule }, { kind: "component", type: i4$2.ConfirmDialog, selector: "p-confirmDialog", inputs: ["header", "icon", "message", "style", "styleClass", "maskStyleClass", "acceptIcon", "acceptLabel", "closeAriaLabel", "acceptAriaLabel", "acceptVisible", "rejectIcon", "rejectLabel", "rejectAriaLabel", "rejectVisible", "acceptButtonStyleClass", "rejectButtonStyleClass", "closeOnEscape", "dismissableMask", "blockScroll", "rtl", "closable", "appendTo", "key", "autoZIndex", "baseZIndex", "transitionOptions", "focusTrap", "defaultFocus", "breakpoints", "visible", "position"], outputs: ["onHide"] }, { kind: "ngmodule", type: ToastModule }, { kind: "component", type: i5.Toast, selector: "p-toast", inputs: ["key", "autoZIndex", "baseZIndex", "life", "style", "styleClass", "position", "preventOpenDuplicates", "preventDuplicates", "showTransformOptions", "hideTransformOptions", "showTransitionOptions", "hideTransitionOptions", "breakpoints"], outputs: ["onClose"] }, { kind: "ngmodule", type: MessagesModule }, { kind: "component", type: i6.Messages, selector: "p-messages", inputs: ["value", "closable", "style", "styleClass", "enableService", "key", "escape", "severity", "showTransitionOptions", "hideTransitionOptions"], outputs: ["valueChange", "onClose"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
863
863
|
}
|
|
864
864
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: FormContainerComponent, decorators: [{
|
|
865
865
|
type: Component,
|
|
866
866
|
args: [{ selector: 'form-container', standalone: true, imports: [CommonModule, ButtonModule, ConfirmDialogModule, ToastModule, MessagesModule, ButtonComponent, TextBoxComponent], providers: [MessageService, ConfirmationService], encapsulation: ViewEncapsulation.None, template: "<div class=\"form-container\">\r\n <div class=\"text-900 font-bold text-xl form-header mb-2\">\r\n <div class=\"form-header-container w-full mr-0\">\r\n <div class=\"form-header-title\"[innerHTML]=\"this.headerText\">\r\n </div>\r\n <div class=\"form-header-messege w-full\">\r\n <p-messages class=\"message-wrapper\" [(value)]=\"messages\" [enableService]=\"false\" />\r\n </div>\r\n </div>\r\n\r\n <div class=\"btn-wrapper\">\r\n <ng-content select=\"[headerButtons]\"></ng-content>\r\n @if(showSave){\r\n <button\r\n pButton\r\n pRipple\r\n label=\"Cancel\"\r\n (click)=\"handleCancelClick()\"\r\n class=\"p-button-outlined mr-2\"\r\n ></button>\r\n\r\n <button\r\n pButton\r\n class=\"p-button-success\"\r\n label=\"Save\"\r\n [disabled]=\"disableSaveButton\"\r\n type=\"button\"\r\n tooltipPosition=\"bottom\"\r\n (click)=\"handleSaveClick()\"\r\n ></button>\r\n }\r\n <ng-content select=\"[headerButtons]\"></ng-content>\r\n </div>\r\n </div>\r\n \r\n \r\n <p-toast></p-toast>\r\n\r\n <div>\r\n <p-confirmDialog>\r\n <ng-template pTemplate=\"message\" let-message>\r\n <div class=\"flex flex-column align-items-center w-full gap-3 border-bottom-1 surface-border\">\r\n <i class=\"pi pi-exclamation-circle text-6xl text-primary-500\"></i>\r\n <p>{{ message.message }}</p>\r\n </div>\r\n </ng-template>\r\n </p-confirmDialog>\r\n </div> \r\n <div class=\"grid\">\r\n <div class=\"col-12\">\r\n <ng-content></ng-content>\r\n </div>\r\n </div>\r\n </div>\r\n ", styles: [".form-container{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.form-container.card{padding:0}.form-container .p-button{padding:.5rem 1.25rem}.form-container .form-footer{background-color:var(--surface-100);padding:6px 16px;height:46px;width:100%;margin-top:auto;position:sticky;bottom:0;z-index:4}.form-container .form-footer.card{margin-bottom:0!important}.form-container .form-header{padding:6px 16px;height:46px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:4;width:100%}.form-container .form-top button{height:fit-content}.form-container .form-header-bg-light{background-color:#e1e2e8!important}.form-container .form-header-bg-dark{background-color:#3b3848!important}.form-container .left-wrapper{display:flex}.form-container .p-16{padding:4px 32px 16px}.form-container .m-16{margin:0 16px}.form-container .errors{position:sticky;top:3.4rem;z-index:1;background-color:var(--surface-900);padding:0 16px}.btn-wrapper{display:flex;justify-content:flex-end;align-items:center}.form-header-container{display:flex;flex-wrap:nowrap;align-items:center;margin-right:2rem}.form-header-container .form-header-title{text-wrap:nowrap}.form-header-container .form-header-messege{margin-left:1rem}::ng-deep .message-wrapper .p-message-wrapper{padding:.143rem 1.357rem;display:flex;align-items:center}\n"] }]
|
|
867
|
-
}], ctorParameters: () => [{ type:
|
|
867
|
+
}], ctorParameters: () => [{ type: i3$2.Router }, { type: i3$2.ActivatedRoute }], propDecorators: { messages: [{
|
|
868
868
|
type: Input
|
|
869
869
|
}], record: [{
|
|
870
870
|
type: Input
|
|
@@ -902,12 +902,12 @@ class AppConfigService {
|
|
|
902
902
|
this.appConfig = await firstValueFrom(this.http.get(URLS.CONFIGFILEURL));
|
|
903
903
|
}
|
|
904
904
|
get apiBaseUrl() {
|
|
905
|
-
return this.appConfig?.
|
|
905
|
+
return this.appConfig?.catQwUrl;
|
|
906
906
|
}
|
|
907
907
|
get visibilityOptions() {
|
|
908
908
|
return this.appConfig?.visibilityOption;
|
|
909
909
|
}
|
|
910
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AppConfigService, deps: [{ token: i1$
|
|
910
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AppConfigService, deps: [{ token: i1$1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
911
911
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AppConfigService, providedIn: 'root' });
|
|
912
912
|
}
|
|
913
913
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AppConfigService, decorators: [{
|
|
@@ -915,7 +915,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImpor
|
|
|
915
915
|
args: [{
|
|
916
916
|
providedIn: 'root'
|
|
917
917
|
}]
|
|
918
|
-
}], ctorParameters: () => [{ type: i1$
|
|
918
|
+
}], ctorParameters: () => [{ type: i1$1.HttpClient }] });
|
|
919
919
|
|
|
920
920
|
class List {
|
|
921
921
|
dataSource;
|
|
@@ -973,7 +973,7 @@ class ListService {
|
|
|
973
973
|
getbyPathName(data) {
|
|
974
974
|
return this.http.get(this.configService.apiBaseUrl + data);
|
|
975
975
|
}
|
|
976
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ListService, deps: [{ token: i1$
|
|
976
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ListService, deps: [{ token: i1$1.HttpClient }, { token: AppConfigService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
977
977
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ListService, providedIn: 'root' });
|
|
978
978
|
}
|
|
979
979
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ListService, decorators: [{
|
|
@@ -981,7 +981,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImpor
|
|
|
981
981
|
args: [{
|
|
982
982
|
providedIn: 'root',
|
|
983
983
|
}]
|
|
984
|
-
}], ctorParameters: () => [{ type: i1$
|
|
984
|
+
}], ctorParameters: () => [{ type: i1$1.HttpClient }, { type: AppConfigService }] });
|
|
985
985
|
|
|
986
986
|
class BaseService {
|
|
987
987
|
store;
|
|
@@ -1024,13 +1024,13 @@ class BaseService {
|
|
|
1024
1024
|
delete(id) {
|
|
1025
1025
|
return this.http.delete(`${this.apiUrl}${this._pathName}/${id}`).pipe(tap(() => this.store.remove(id)));
|
|
1026
1026
|
}
|
|
1027
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: BaseService, deps: [{ token: i1$
|
|
1027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: BaseService, deps: [{ token: i1$1.HttpClient }, { token: BaseStore }, { token: AppConfigService }, { token: ListService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1028
1028
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: BaseService, providedIn: 'root' });
|
|
1029
1029
|
}
|
|
1030
1030
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: BaseService, decorators: [{
|
|
1031
1031
|
type: Injectable,
|
|
1032
1032
|
args: [{ providedIn: 'root' }]
|
|
1033
|
-
}], ctorParameters: () => [{ type: i1$
|
|
1033
|
+
}], ctorParameters: () => [{ type: i1$1.HttpClient }, { type: BaseStore }, { type: AppConfigService }, { type: ListService }] });
|
|
1034
1034
|
|
|
1035
1035
|
class TablePrimaryModel {
|
|
1036
1036
|
name;
|
|
@@ -1088,7 +1088,7 @@ class BaseListComponent {
|
|
|
1088
1088
|
this.service = service;
|
|
1089
1089
|
this.builder = builder;
|
|
1090
1090
|
}
|
|
1091
|
-
|
|
1091
|
+
init() {
|
|
1092
1092
|
this.service.getAll().subscribe((res) => {
|
|
1093
1093
|
this.table = this.builder.buildTable(res);
|
|
1094
1094
|
this.afterTableBuild();
|
|
@@ -1097,11 +1097,11 @@ class BaseListComponent {
|
|
|
1097
1097
|
afterTableBuild() {
|
|
1098
1098
|
}
|
|
1099
1099
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: BaseListComponent, deps: [{ token: BaseService }, { token: TableBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
1100
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: BaseListComponent, isStandalone: true, selector: "lib-base-list", ngImport: i0, template: "<p>base-list works!</p>\r\n", styles: [""]
|
|
1100
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: BaseListComponent, isStandalone: true, selector: "lib-base-list", ngImport: i0, template: "<p>base-list works!</p>\r\n", styles: [""] });
|
|
1101
1101
|
}
|
|
1102
1102
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: BaseListComponent, decorators: [{
|
|
1103
1103
|
type: Component,
|
|
1104
|
-
args: [{ selector: 'lib-base-list',
|
|
1104
|
+
args: [{ selector: 'lib-base-list', template: "<p>base-list works!</p>\r\n" }]
|
|
1105
1105
|
}], ctorParameters: () => [{ type: BaseService }, { type: TableBuilder }] });
|
|
1106
1106
|
|
|
1107
1107
|
class DropdownComponent extends BaseControlComponent {
|
|
@@ -1154,7 +1154,7 @@ class DropdownComponent extends BaseControlComponent {
|
|
|
1154
1154
|
super.handleModelChange(event, valid);
|
|
1155
1155
|
}
|
|
1156
1156
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: DropdownComponent, deps: [{ token: ListService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1157
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: DropdownComponent, isStandalone: true, selector: "dropdown", inputs: { isStaticDropdown: "isStaticDropdown" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ng-container>\r\n <div class=\"mb-2\">\r\n <label>{{ attributeModel.displayText }}</label>\r\n <span class=\"asterisk ml-1\" *ngIf=\"attributeModel.isRequired\">*</span>\r\n </div>\r\n <div class=\"dropdownbox\">\r\n\r\n <p-dropdown \r\n \r\n [options]=\"options\" \r\n [disabled]=\"attributeModel.readonly ?? false\"\r\n [showClear]=\"true\"\r\n [name]=\"attributeModel.name ?? 'testSingleSelect'\" \r\n [ngModel]=\"record[attributeModel.name]\" \r\n [placeholder]=\"attributeModel.placeholder ?? ''\" \r\n [required]=\"attributeModel.isRequired ?? false\"\r\n filterBy=\"label\" \r\n class=\"dropdownFeild\"\r\n #dropdown=\"ngModel\"\r\n (ngModelChange)=\"handleModelChange($event, dropdown.valid)\" \r\n [ngClass]=\"!dropdown.valid && error == attributeModel.name ? 'ng-dirty ng-invalid':''\" \r\n appendTo=\"body\" \r\n optionLabel=\"label\" \r\n optionValue=\"value\">\r\n</p-dropdown>\r\n</div>\r\n\r\n</ng-container>\r\n", styles: [".asterisk{color:red}.p-dropdown,.dropdownFeild{width:100%!important}.dropdownbox{position:relative}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "component", type: i3$
|
|
1157
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: DropdownComponent, isStandalone: true, selector: "dropdown", inputs: { isStaticDropdown: "isStaticDropdown" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ng-container>\r\n <div class=\"mb-2\">\r\n <label>{{ attributeModel.displayText }}</label>\r\n <span class=\"asterisk ml-1\" *ngIf=\"attributeModel.isRequired\">*</span>\r\n </div>\r\n <div class=\"dropdownbox\">\r\n\r\n <p-dropdown \r\n \r\n [options]=\"options\" \r\n [disabled]=\"attributeModel.readonly ?? false\"\r\n [showClear]=\"true\"\r\n [name]=\"attributeModel.name ?? 'testSingleSelect'\" \r\n [ngModel]=\"record[attributeModel.name]\" \r\n [placeholder]=\"attributeModel.placeholder ?? ''\" \r\n [required]=\"attributeModel.isRequired ?? false\"\r\n filterBy=\"label\" \r\n class=\"dropdownFeild\"\r\n #dropdown=\"ngModel\"\r\n (ngModelChange)=\"handleModelChange($event, dropdown.valid)\" \r\n [ngClass]=\"!dropdown.valid && error == attributeModel.name ? 'ng-dirty ng-invalid':''\" \r\n appendTo=\"body\" \r\n optionLabel=\"label\" \r\n optionValue=\"value\">\r\n</p-dropdown>\r\n</div>\r\n\r\n</ng-container>\r\n", styles: [".asterisk{color:red}.p-dropdown,.dropdownFeild{width:100%!important}.dropdownbox{position:relative}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: DropdownModule }, { kind: "component", type: i3$3.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "variant", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "autoShowPanelOnPrintableCharacterKeyDown", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
1158
1158
|
}
|
|
1159
1159
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: DropdownComponent, decorators: [{
|
|
1160
1160
|
type: Component,
|
|
@@ -1234,7 +1234,7 @@ class DateComponent extends BaseControlComponent {
|
|
|
1234
1234
|
return SHARED.EMPTY;
|
|
1235
1235
|
}
|
|
1236
1236
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: DateComponent, deps: [{ token: DateParserService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1237
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.4", type: DateComponent, isStandalone: true, selector: "date", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "@if (attributeModel && record) {\r\n<div class=\"\">\r\n <div class=\"mb-2\">\r\n <label>{{\r\n attributeModel?.displayText\r\n ? attributeModel?.displayText\r\n : attributeModel?.name\r\n }}</label>\r\n <span class=\"asterisk ml-1\" *ngIf=\"attributeModel.isRequired\">*</span>\r\n </div>\r\n @if (attributeModel.readonly) {\r\n <div class=\"mb-2\" [ngStyle]=\"{ 'font-size': '14px', color: '#0F1729', 'font-weight':'600' }\">\r\n <label>{{ getValue() }}</label>\r\n </div>\r\n } @else {\r\n <div>\r\n <p-calendar\r\n [showIcon]=\"attributeModel.showCalenderIcon ?? true\"\r\n inputId=\"icon\"\r\n [disabled]=\"attributeModel?.readonly ?? false\"\r\n [required]=\"attributeModel?.isRequired ?? false\"\r\n [name]=\"attributeModel?.name ? attributeModel?.name : 'testDatePicker'\"\r\n [placeholder]=\"\r\n attributeModel.placeholder ? attributeModel.placeholder : ''\r\n \"\r\n [yearRange]=\"attributeModel.yearRange ?? '1950 : 2050'\"\r\n [title]=\"attributeModel.title ? attributeModel.title : ''\"\r\n [(ngModel)]=\"record[attributeModel?.name]\"\r\n #dateField=\"ngModel\"\r\n [dateFormat]=\"'dd/mm/yy'\"\r\n appendTo=\"body\"\r\n (ngModelChange)=\"handleModelChange($event, dateField.valid)\"\r\n [ngClass]=\"{\r\n 'ng-dirty ng-invalid': !dateField.valid && error == attributeModel?.name\r\n }\"\r\n [hourFormat]=\"attributeModel?.hourFormat ? '24' : ''\"\r\n >\r\n </p-calendar>\r\n </div>\r\n }\r\n</div>\r\n\r\n}\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: CalendarModule }, { kind: "component", type: i3$
|
|
1237
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.4", type: DateComponent, isStandalone: true, selector: "date", usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "@if (attributeModel && record) {\r\n<div class=\"\">\r\n <div class=\"mb-2\">\r\n <label>{{\r\n attributeModel?.displayText\r\n ? attributeModel?.displayText\r\n : attributeModel?.name\r\n }}</label>\r\n <span class=\"asterisk ml-1\" *ngIf=\"attributeModel.isRequired\">*</span>\r\n </div>\r\n @if (attributeModel.readonly) {\r\n <div class=\"mb-2\" [ngStyle]=\"{ 'font-size': '14px', color: '#0F1729', 'font-weight':'600' }\">\r\n <label>{{ getValue() }}</label>\r\n </div>\r\n } @else {\r\n <div>\r\n <p-calendar\r\n [showIcon]=\"attributeModel.showCalenderIcon ?? true\"\r\n inputId=\"icon\"\r\n [disabled]=\"attributeModel?.readonly ?? false\"\r\n [required]=\"attributeModel?.isRequired ?? false\"\r\n [name]=\"attributeModel?.name ? attributeModel?.name : 'testDatePicker'\"\r\n [placeholder]=\"\r\n attributeModel.placeholder ? attributeModel.placeholder : ''\r\n \"\r\n [yearRange]=\"attributeModel.yearRange ?? '1950 : 2050'\"\r\n [title]=\"attributeModel.title ? attributeModel.title : ''\"\r\n [(ngModel)]=\"record[attributeModel?.name]\"\r\n #dateField=\"ngModel\"\r\n [dateFormat]=\"'dd/mm/yy'\"\r\n appendTo=\"body\"\r\n (ngModelChange)=\"handleModelChange($event, dateField.valid)\"\r\n [ngClass]=\"{\r\n 'ng-dirty ng-invalid': !dateField.valid && error == attributeModel?.name\r\n }\"\r\n [hourFormat]=\"attributeModel?.hourFormat ? '24' : ''\"\r\n >\r\n </p-calendar>\r\n </div>\r\n }\r\n</div>\r\n\r\n}\r\n", styles: [""], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "ngmodule", type: CalendarModule }, { kind: "component", type: i3$4.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepYearPicker", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "variant", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.RequiredValidator, selector: ":not([type=checkbox])[required][formControlName],:not([type=checkbox])[required][formControl],:not([type=checkbox])[required][ngModel]", inputs: ["required"] }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
1238
1238
|
}
|
|
1239
1239
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: DateComponent, decorators: [{
|
|
1240
1240
|
type: Component,
|
|
@@ -1335,9 +1335,7 @@ class SharedModule {
|
|
|
1335
1335
|
CheckBoxComponent,
|
|
1336
1336
|
DragDropModule,
|
|
1337
1337
|
FormContainerComponent,
|
|
1338
|
-
BaseListComponent,
|
|
1339
1338
|
DropdownComponent,
|
|
1340
|
-
BaseListComponent,
|
|
1341
1339
|
TextBoxComponent,
|
|
1342
1340
|
InputTextareaModule,
|
|
1343
1341
|
DividerModule,
|
|
@@ -1392,7 +1390,7 @@ class ROUTES {
|
|
|
1392
1390
|
static DICTIONARY = '/dictionary/';
|
|
1393
1391
|
static APIMANAGEMENT = '/apiManagement/';
|
|
1394
1392
|
static APICONFIG = 'apiConfig';
|
|
1395
|
-
static VALIDATEAPI = '
|
|
1393
|
+
static VALIDATEAPI = 'api-configuration-admin/validate';
|
|
1396
1394
|
static APPLICATION = "application/";
|
|
1397
1395
|
static APIPROPERTIES = "apiConfig/parentAndChildProps";
|
|
1398
1396
|
static APPLICATION_WIDGET = "widgets/dataItems/";
|
|
@@ -1522,7 +1520,7 @@ class SessionService {
|
|
|
1522
1520
|
sessionStorage.clear();
|
|
1523
1521
|
localStorage.clear();
|
|
1524
1522
|
}
|
|
1525
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: SessionService, deps: [{ token:
|
|
1523
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: SessionService, deps: [{ token: i3$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1526
1524
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: SessionService, providedIn: 'root' });
|
|
1527
1525
|
}
|
|
1528
1526
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: SessionService, decorators: [{
|
|
@@ -1530,7 +1528,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImpor
|
|
|
1530
1528
|
args: [{
|
|
1531
1529
|
providedIn: 'root'
|
|
1532
1530
|
}]
|
|
1533
|
-
}], ctorParameters: () => [{ type:
|
|
1531
|
+
}], ctorParameters: () => [{ type: i3$2.Router }] });
|
|
1534
1532
|
|
|
1535
1533
|
class AuthGuard {
|
|
1536
1534
|
_sessionService;
|
|
@@ -1546,7 +1544,7 @@ class AuthGuard {
|
|
|
1546
1544
|
}
|
|
1547
1545
|
}), map((sessionID) => !!sessionID));
|
|
1548
1546
|
}
|
|
1549
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AuthGuard, deps: [{ token: SessionService }, { token:
|
|
1547
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AuthGuard, deps: [{ token: SessionService }, { token: i3$2.Router }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1550
1548
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AuthGuard, providedIn: 'root' });
|
|
1551
1549
|
}
|
|
1552
1550
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AuthGuard, decorators: [{
|
|
@@ -1554,7 +1552,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImpor
|
|
|
1554
1552
|
args: [{
|
|
1555
1553
|
providedIn: 'root',
|
|
1556
1554
|
}]
|
|
1557
|
-
}], ctorParameters: () => [{ type: SessionService }, { type:
|
|
1555
|
+
}], ctorParameters: () => [{ type: SessionService }, { type: i3$2.Router }] });
|
|
1558
1556
|
|
|
1559
1557
|
class ValidatorService {
|
|
1560
1558
|
constructor() { }
|
|
@@ -1591,7 +1589,7 @@ class BaseFormComponent {
|
|
|
1591
1589
|
}
|
|
1592
1590
|
message = [];
|
|
1593
1591
|
attributeMode;
|
|
1594
|
-
|
|
1592
|
+
init() {
|
|
1595
1593
|
this.baseStore?.setRecordChange(SHARED.EMPTY);
|
|
1596
1594
|
const baseRoute = this.router?.url.split(SHARED.SLASH)[1];
|
|
1597
1595
|
let id = this.activatedRoute ? this.activatedRoute.snapshot.params[SHARED.ID] : '';
|
|
@@ -1637,13 +1635,13 @@ class BaseFormComponent {
|
|
|
1637
1635
|
this.router.navigate([`${listUrl}`]);
|
|
1638
1636
|
}
|
|
1639
1637
|
}
|
|
1640
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: BaseFormComponent, deps: [{ token: BaseService }, { token: ValidatorService }, { token:
|
|
1641
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: BaseFormComponent, isStandalone: true, selector: "base-form", providers: [ValidatorService], ngImport: i0, template: "<p>base-form works!</p>\r\n", styles: [""]
|
|
1638
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: BaseFormComponent, deps: [{ token: BaseService }, { token: ValidatorService }, { token: i3$2.Router }, { token: i3$2.ActivatedRoute }, { token: BaseStore }], target: i0.ɵɵFactoryTarget.Component });
|
|
1639
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: BaseFormComponent, isStandalone: true, selector: "base-form", providers: [ValidatorService], ngImport: i0, template: "<p>base-form works!</p>\r\n", styles: [""] });
|
|
1642
1640
|
}
|
|
1643
1641
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: BaseFormComponent, decorators: [{
|
|
1644
1642
|
type: Component,
|
|
1645
|
-
args: [{ selector: 'base-form',
|
|
1646
|
-
}], ctorParameters: () => [{ type: BaseService }, { type: ValidatorService }, { type:
|
|
1643
|
+
args: [{ selector: 'base-form', providers: [ValidatorService], template: "<p>base-form works!</p>\r\n" }]
|
|
1644
|
+
}], ctorParameters: () => [{ type: BaseService }, { type: ValidatorService }, { type: i3$2.Router }, { type: i3$2.ActivatedRoute }, { type: BaseStore }] });
|
|
1647
1645
|
|
|
1648
1646
|
class LOOKUPS {
|
|
1649
1647
|
static DOCUMENTTYPE = 'DocumentType';
|
|
@@ -1691,13 +1689,13 @@ class TablePrimaryComponent {
|
|
|
1691
1689
|
viewRow(rowData) {
|
|
1692
1690
|
console.log('Delete Row:', rowData);
|
|
1693
1691
|
}
|
|
1694
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: TablePrimaryComponent, deps: [{ token:
|
|
1695
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: TablePrimaryComponent, isStandalone: true, selector: "lib-table-primary", inputs: { table: "table", title: "title", showStatus: "showStatus", showActions: "showActions", showSearchBar: "showSearchBar", showNewRecordButton: "showNewRecordButton", showRefreshButton: "showRefreshButton" }, ngImport: i0, template: "<p-table #dt2 [columns]=\"table.headers\" class=\"table-primary-container\" [value]=\"table.records\">\r\n <ng-template pTemplate=\"caption\">\r\n <div class=\"table-header-wrapper flex align-items-center justify-content-between\">\r\n <h3 class=\"text-color table-title-wrapper text-color m-0\">{{title}}</h3>\r\n <div class=\"flex align-items-center justify-content-between w-full\">\r\n <div class=\"flex justify-content-end w-full\" *ngIf=\"showSearchBar\">\r\n <input pInputText type=\"text\" [(ngModel)]=\"globalFilter\" (input)=\"dt2.filterGlobal($event, 'contains')\"\r\n [placeholder]=\"'Search ' + title + '...'\" class=\"search-input-wrapper w-4\" />\r\n <p-button icon=\"pi pi-cog\" class=\"setting-icon-wrapper ml-3\"></p-button>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-template>\r\n\r\n <!-- Header Template -->\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr *ngIf=\"table.headers.length > 0\">\r\n <th *ngFor=\"let col of table.headers\" class=\"p-4\" [pSortableColumn]=\"col.name\" [ngClass]=\"col.width\">\r\n <h4 class=\"flex align-items-center table-header-title capitalize text-color font-semibold m-0\">\r\n {{ col.name }}\r\n <p-sortIcon [field]=\"col.name\" />\r\n </h4>\r\n </th>\r\n <th *ngIf=\"showActions\" class=\"table-action-title p-4 w-2\">\r\n <h4 class=\"text-color font-semibold table-header-title capitalize m-0\">Actions</h4></th>\r\n </tr>\r\n </ng-template>\r\n\r\n <!-- Table Body -->\r\n <ng-template pTemplate=\"body\" let-rowData>\r\n <tr *ngIf=\"table.headers.length > 0\" class=\"table-row-wrapper relative table-group-wrapper\">\r\n <td class=\"text-left p-4\" *ngFor=\"let col of table.headers\">\r\n <div class=\"table-text-wrapper p-0\" \r\n [ngClass]=\"{\r\n 'enable-badge-wrapper': col.name.toLowerCase() === 'status' && rowData[col.name] === 'Enable',\r\n 'disable-badge-wrapper': col.name.toLowerCase() === 'status' && rowData[col.name] === 'Disable',\r\n 'w-8': col.name.toLowerCase() === 'status',\r\n 'text-primary font-semibold': col.name.toLowerCase() === 'action' || col.name.toLowerCase() === 'name'\r\n }\"\r\n >\r\n {{ rowData[col.name] }}\r\n <p *ngIf=\"col.name.toLowerCase() === 'action'\" class=\"text-color font-normal\">{{rowData['apiEndPoint']}}</p>\r\n </div>\r\n </td>\r\n\r\n <!-- Actions -->\r\n <td *ngIf=\"showActions\" class=\"action-data-wrapper text-left p-4\">\r\n <div class=\"flex align-items-center\">\r\n <p-button icon=\"pi pi-pencil\" (click)=\"handleEditClick(rowData._id)\" class=\"edit-icon-wrapper mr-3\"></p-button>\r\n <p-button icon=\"pi pi-trash\" (click)=\"deleteRow(rowData)\" class=\"delete-icon-wrapper mr-3\"></p-button>\r\n </div>\r\n </td>\r\n <p-button icon=\"pi pi-eye\" (click)=\"viewRow(rowData)\" class=\"view-icon-wrapper icon-position-wrapper table-group-wrapper-hover:visible\"></p-button>\r\n </tr>\r\n </ng-template>\r\n</p-table>", styles: [".table-header-container{padding:20px 20px 20px 8px}.table-header-title{font-size:14px}.table-text-wrapper{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-width:100%;padding:.5rem;box-sizing:border-box}.table-title-wrapper{font-size:20px;font-weight:700}.table-action-title{border-radius:0 10px 0 0;border-right:1px solid rgba(68,72,109,.1)!important}.action-data-wrapper{border-right:1px solid rgba(68,72,109,.1)!important}.enable-badge-wrapper{border-radius:4px;background:var(--green-500);color:var(--surface-0);text-align:center;padding:5px!important}.disable-badge-wrapper{border-radius:4px;background:#44486d;color:var(--surface-0);text-align:center;padding:5px!important}.search-input-wrapper{height:50px;border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#4c62920a}.table-row-wrapper{position:relative;transition:all .3s ease-in-out}.icon-position-wrapper{position:absolute;top:50%;left:16%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.table-row-wrapper:hover .icon-position-wrapper{opacity:1;visibility:visible}.table-group-wrapper:hover .icon-position-wrapper{visibility:visible;opacity:1}::ng-deep .edit-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:12px 20px}::ng-deep .edit-icon-wrapper .p-button .pi-pencil{color:var(--primary-color)}::ng-deep .delete-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:12px 20px}::ng-deep .delete-icon-wrapper .p-button .pi-trash{color:var(--red-500)}::ng-deep .setting-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:24px;height:50px}::ng-deep .setting-icon-wrapper .p-button .pi-cog{color:var(--primary-color)}::ng-deep .view-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.3);background:var(--surface-0);padding:20px;height:40px;box-shadow:none}::ng-deep .view-icon-wrapper .p-button .pi-eye{color:#44486d}::ng-deep .table-primary-container .p-datatable-table{min-width:50rem;padding:20px;background-color:#fff;table-layout:fixed}::ng-deep .table-primary-container .p-datatable-header{padding:20px 20px 0;border-radius:10px 10px 0 0!important;border:none!important}::ng-deep .table-primary-container .p-datatable-thead th{border:1px solid rgba(68,72,109,.1);border-left:none;border-right:none;background:#f9f9fa}::ng-deep .table-primary-container .p-datatable-thead th:first-child{border-radius:10px 0 0;border-left:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr td{border-bottom:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr td:first-child{border-left:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr:last-child td:first-child{border-radius:0 0 0 10px}::ng-deep .table-primary-container tr:last-child td:last-child{border-radius:0 0 10px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: TableModule }, { kind: "component", type: i3$4.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "style", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorStyleClass", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "scrollDirection", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "responsive", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "autoLayout", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "groupRowsByOrder", "responsiveLayout", "breakpoint", "paginatorLocale", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll", "virtualRowHeight"], outputs: ["contextMenuSelectionChange", "selectAllChange", "selectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i3$4.SortableColumn, selector: "[pSortableColumn]", inputs: ["pSortableColumn", "pSortableColumnDisabled"] }, { kind: "component", type: i3$4.SortIcon, selector: "p-sortIcon", inputs: ["field"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i2$2.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "raised", "rounded", "text", "plain", "severity", "outlined", "link", "tabindex", "size", "style", "styleClass", "badgeClass", "ariaLabel", "autofocus"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "ngmodule", type: ToggleButtonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: InputSwitchModule }, { kind: "ngmodule", type: InputTextModule }, { kind: "directive", type: i2$3.InputText, selector: "[pInputText]", inputs: ["variant"] }, { kind: "ngmodule", type: TooltipModule }] });
|
|
1692
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: TablePrimaryComponent, deps: [{ token: i3$2.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
1693
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: TablePrimaryComponent, isStandalone: true, selector: "lib-table-primary", inputs: { table: "table", title: "title", showStatus: "showStatus", showActions: "showActions", showSearchBar: "showSearchBar", showNewRecordButton: "showNewRecordButton", showRefreshButton: "showRefreshButton" }, ngImport: i0, template: "<p-table #dt2 [columns]=\"table.headers\" class=\"table-primary-container\" [value]=\"table.records\">\r\n <ng-template pTemplate=\"caption\">\r\n <div class=\"table-header-wrapper flex align-items-center justify-content-between\">\r\n <h3 class=\"text-color table-title-wrapper text-color m-0\">{{title}}</h3>\r\n <div class=\"flex align-items-center justify-content-between w-full\">\r\n <div class=\"flex justify-content-end w-full\" *ngIf=\"showSearchBar\">\r\n <input pInputText type=\"text\" [(ngModel)]=\"globalFilter\" (input)=\"dt2.filterGlobal($event, 'contains')\"\r\n [placeholder]=\"'Search ' + title + '...'\" class=\"search-input-wrapper w-4\" />\r\n <p-button icon=\"pi pi-cog\" class=\"setting-icon-wrapper ml-3\"></p-button>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-template>\r\n\r\n <!-- Header Template -->\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr *ngIf=\"table.headers.length > 0\">\r\n <th *ngFor=\"let col of table.headers\" class=\"p-4\" [pSortableColumn]=\"col.name\" [ngClass]=\"col.width ? col.width : 'w-full'\">\r\n <h4 class=\"flex align-items-center table-header-title capitalize text-color font-semibold m-0\">\r\n {{ col.name }}\r\n <p-sortIcon [field]=\"col.name\" />\r\n </h4>\r\n </th>\r\n <th *ngIf=\"showActions\" class=\"table-action-title p-4\" [ngClass]=\"table.headers[0]?.width ? 'w-2' : 'w-full'\">\r\n <h4 class=\"text-color font-semibold table-header-title capitalize m-0\">Actions</h4></th>\r\n </tr>\r\n </ng-template>\r\n\r\n <!-- Table Body -->\r\n <ng-template pTemplate=\"body\" let-rowData>\r\n <tr *ngIf=\"table.headers.length > 0\" class=\"table-row-wrapper relative table-group-wrapper\">\r\n <td class=\"text-left p-4\" *ngFor=\"let col of table.headers\">\r\n <div class=\"table-text-wrapper p-0\" \r\n [ngClass]=\"{\r\n 'enable-badge-wrapper': col.name.toLowerCase() === 'status' && rowData[col.name] === 'Enable',\r\n 'disable-badge-wrapper': col.name.toLowerCase() === 'status' && rowData[col.name] === 'Disable',\r\n 'w-8': col.name.toLowerCase() === 'status',\r\n 'text-primary font-semibold': col.name.toLowerCase() === 'action' || col.name.toLowerCase() === 'name'\r\n }\"\r\n >\r\n {{ rowData[col.name] }}\r\n <p *ngIf=\"col.name.toLowerCase() === 'action'\" class=\"text-color font-normal\">{{rowData['apiEndPoint']}}</p>\r\n </div>\r\n </td>\r\n\r\n <!-- Actions -->\r\n <td *ngIf=\"showActions\" class=\"action-data-wrapper text-left p-4\">\r\n <div class=\"flex align-items-center\">\r\n <p-button icon=\"pi pi-pencil\" (click)=\"handleEditClick(rowData._id)\" class=\"edit-icon-wrapper mr-3\"></p-button>\r\n <p-button icon=\"pi pi-trash\" (click)=\"deleteRow(rowData)\" class=\"delete-icon-wrapper mr-3\"></p-button>\r\n </div>\r\n </td>\r\n <p-button icon=\"pi pi-eye\" (click)=\"viewRow(rowData)\" class=\"view-icon-wrapper icon-position-wrapper table-group-wrapper-hover:visible\"></p-button>\r\n </tr>\r\n </ng-template>\r\n</p-table>", styles: [".table-header-container{padding:20px 20px 20px 8px}.table-header-title{font-size:14px}.table-text-wrapper{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-width:100%;padding:.5rem;box-sizing:border-box}.table-title-wrapper{font-size:20px;font-weight:700}.table-action-title{border-radius:0 10px 0 0;border-right:1px solid rgba(68,72,109,.1)!important}.action-data-wrapper{border-right:1px solid rgba(68,72,109,.1)!important}.enable-badge-wrapper{border-radius:4px;background:var(--green-500);color:var(--surface-0);text-align:center;padding:5px!important}.disable-badge-wrapper{border-radius:4px;background:#44486d;color:var(--surface-0);text-align:center;padding:5px!important}.search-input-wrapper{height:50px;border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#4c62920a}.table-row-wrapper{position:relative;transition:all .3s ease-in-out}.icon-position-wrapper{position:absolute;top:50%;left:16%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.table-row-wrapper:hover .icon-position-wrapper{opacity:1;visibility:visible}.table-group-wrapper:hover .icon-position-wrapper{visibility:visible;opacity:1}::ng-deep .edit-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:12px 20px}::ng-deep .edit-icon-wrapper .p-button .pi-pencil{color:var(--primary-color)}::ng-deep .delete-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:12px 20px}::ng-deep .delete-icon-wrapper .p-button .pi-trash{color:var(--red-500)}::ng-deep .setting-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:24px;height:50px}::ng-deep .setting-icon-wrapper .p-button .pi-cog{color:var(--primary-color)}::ng-deep .view-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.3);background:var(--surface-0);padding:20px;height:40px;box-shadow:none}::ng-deep .view-icon-wrapper .p-button .pi-eye{color:#44486d}::ng-deep .table-primary-container .p-datatable-table{min-width:50rem;padding:20px;background-color:#fff;table-layout:fixed}::ng-deep .table-primary-container .p-datatable-header{padding:20px 20px 0;border-radius:10px 10px 0 0!important;border:none!important}::ng-deep .table-primary-container .p-datatable-thead th{border:1px solid rgba(68,72,109,.1);border-left:none;border-right:none;background:#f9f9fa}::ng-deep .table-primary-container .p-datatable-thead th:first-child{border-radius:10px 0 0;border-left:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr td{border-bottom:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr td:first-child{border-left:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr:last-child td:first-child{border-radius:0 0 0 10px}::ng-deep .table-primary-container tr:last-child td:last-child{border-radius:0 0 10px}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: TableModule }, { kind: "component", type: i3$5.Table, selector: "p-table", inputs: ["frozenColumns", "frozenValue", "style", "styleClass", "tableStyle", "tableStyleClass", "paginator", "pageLinks", "rowsPerPageOptions", "alwaysShowPaginator", "paginatorPosition", "paginatorStyleClass", "paginatorDropdownAppendTo", "paginatorDropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showJumpToPageDropdown", "showJumpToPageInput", "showFirstLastIcon", "showPageLinks", "defaultSortOrder", "sortMode", "resetPageOnSort", "selectionMode", "selectionPageOnly", "contextMenuSelection", "contextMenuSelectionMode", "dataKey", "metaKeySelection", "rowSelectable", "rowTrackBy", "lazy", "lazyLoadOnInit", "compareSelectionBy", "csvSeparator", "exportFilename", "filters", "globalFilterFields", "filterDelay", "filterLocale", "expandedRowKeys", "editingRowKeys", "rowExpandMode", "scrollable", "scrollDirection", "rowGroupMode", "scrollHeight", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "virtualScrollDelay", "frozenWidth", "responsive", "contextMenu", "resizableColumns", "columnResizeMode", "reorderableColumns", "loading", "loadingIcon", "showLoader", "rowHover", "customSort", "showInitialSortBadge", "autoLayout", "exportFunction", "exportHeader", "stateKey", "stateStorage", "editMode", "groupRowsBy", "groupRowsByOrder", "responsiveLayout", "breakpoint", "paginatorLocale", "value", "columns", "first", "rows", "totalRecords", "sortField", "sortOrder", "multiSortMeta", "selection", "selectAll", "virtualRowHeight"], outputs: ["contextMenuSelectionChange", "selectAllChange", "selectionChange", "onRowSelect", "onRowUnselect", "onPage", "onSort", "onFilter", "onLazyLoad", "onRowExpand", "onRowCollapse", "onContextMenuSelect", "onColResize", "onColReorder", "onRowReorder", "onEditInit", "onEditComplete", "onEditCancel", "onHeaderCheckboxToggle", "sortFunction", "firstChange", "rowsChange", "onStateSave", "onStateRestore"] }, { kind: "directive", type: i2.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "directive", type: i3$5.SortableColumn, selector: "[pSortableColumn]", inputs: ["pSortableColumn", "pSortableColumnDisabled"] }, { kind: "component", type: i3$5.SortIcon, selector: "p-sortIcon", inputs: ["field"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i2$2.Button, selector: "p-button", inputs: ["type", "iconPos", "icon", "badge", "label", "disabled", "loading", "loadingIcon", "raised", "rounded", "text", "plain", "severity", "outlined", "link", "tabindex", "size", "style", "styleClass", "badgeClass", "ariaLabel", "autofocus"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "ngmodule", type: ToggleButtonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i2$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: InputSwitchModule }, { kind: "ngmodule", type: InputTextModule }, { kind: "directive", type: i2$3.InputText, selector: "[pInputText]", inputs: ["variant"] }, { kind: "ngmodule", type: TooltipModule }] });
|
|
1696
1694
|
}
|
|
1697
1695
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: TablePrimaryComponent, decorators: [{
|
|
1698
1696
|
type: Component,
|
|
1699
|
-
args: [{ selector: 'lib-table-primary', standalone: true, imports: [CommonModule, TableModule, ButtonModule, ToggleButtonModule, FormsModule, InputSwitchModule, InputTextModule, TooltipModule], template: "<p-table #dt2 [columns]=\"table.headers\" class=\"table-primary-container\" [value]=\"table.records\">\r\n <ng-template pTemplate=\"caption\">\r\n <div class=\"table-header-wrapper flex align-items-center justify-content-between\">\r\n <h3 class=\"text-color table-title-wrapper text-color m-0\">{{title}}</h3>\r\n <div class=\"flex align-items-center justify-content-between w-full\">\r\n <div class=\"flex justify-content-end w-full\" *ngIf=\"showSearchBar\">\r\n <input pInputText type=\"text\" [(ngModel)]=\"globalFilter\" (input)=\"dt2.filterGlobal($event, 'contains')\"\r\n [placeholder]=\"'Search ' + title + '...'\" class=\"search-input-wrapper w-4\" />\r\n <p-button icon=\"pi pi-cog\" class=\"setting-icon-wrapper ml-3\"></p-button>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-template>\r\n\r\n <!-- Header Template -->\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr *ngIf=\"table.headers.length > 0\">\r\n <th *ngFor=\"let col of table.headers\" class=\"p-4\" [pSortableColumn]=\"col.name\" [ngClass]=\"col.width\">\r\n <h4 class=\"flex align-items-center table-header-title capitalize text-color font-semibold m-0\">\r\n {{ col.name }}\r\n <p-sortIcon [field]=\"col.name\" />\r\n </h4>\r\n </th>\r\n <th *ngIf=\"showActions\" class=\"table-action-title p-4 w-2\">\r\n <h4 class=\"text-color font-semibold table-header-title capitalize m-0\">Actions</h4></th>\r\n </tr>\r\n </ng-template>\r\n\r\n <!-- Table Body -->\r\n <ng-template pTemplate=\"body\" let-rowData>\r\n <tr *ngIf=\"table.headers.length > 0\" class=\"table-row-wrapper relative table-group-wrapper\">\r\n <td class=\"text-left p-4\" *ngFor=\"let col of table.headers\">\r\n <div class=\"table-text-wrapper p-0\" \r\n [ngClass]=\"{\r\n 'enable-badge-wrapper': col.name.toLowerCase() === 'status' && rowData[col.name] === 'Enable',\r\n 'disable-badge-wrapper': col.name.toLowerCase() === 'status' && rowData[col.name] === 'Disable',\r\n 'w-8': col.name.toLowerCase() === 'status',\r\n 'text-primary font-semibold': col.name.toLowerCase() === 'action' || col.name.toLowerCase() === 'name'\r\n }\"\r\n >\r\n {{ rowData[col.name] }}\r\n <p *ngIf=\"col.name.toLowerCase() === 'action'\" class=\"text-color font-normal\">{{rowData['apiEndPoint']}}</p>\r\n </div>\r\n </td>\r\n\r\n <!-- Actions -->\r\n <td *ngIf=\"showActions\" class=\"action-data-wrapper text-left p-4\">\r\n <div class=\"flex align-items-center\">\r\n <p-button icon=\"pi pi-pencil\" (click)=\"handleEditClick(rowData._id)\" class=\"edit-icon-wrapper mr-3\"></p-button>\r\n <p-button icon=\"pi pi-trash\" (click)=\"deleteRow(rowData)\" class=\"delete-icon-wrapper mr-3\"></p-button>\r\n </div>\r\n </td>\r\n <p-button icon=\"pi pi-eye\" (click)=\"viewRow(rowData)\" class=\"view-icon-wrapper icon-position-wrapper table-group-wrapper-hover:visible\"></p-button>\r\n </tr>\r\n </ng-template>\r\n</p-table>", styles: [".table-header-container{padding:20px 20px 20px 8px}.table-header-title{font-size:14px}.table-text-wrapper{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-width:100%;padding:.5rem;box-sizing:border-box}.table-title-wrapper{font-size:20px;font-weight:700}.table-action-title{border-radius:0 10px 0 0;border-right:1px solid rgba(68,72,109,.1)!important}.action-data-wrapper{border-right:1px solid rgba(68,72,109,.1)!important}.enable-badge-wrapper{border-radius:4px;background:var(--green-500);color:var(--surface-0);text-align:center;padding:5px!important}.disable-badge-wrapper{border-radius:4px;background:#44486d;color:var(--surface-0);text-align:center;padding:5px!important}.search-input-wrapper{height:50px;border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#4c62920a}.table-row-wrapper{position:relative;transition:all .3s ease-in-out}.icon-position-wrapper{position:absolute;top:50%;left:16%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.table-row-wrapper:hover .icon-position-wrapper{opacity:1;visibility:visible}.table-group-wrapper:hover .icon-position-wrapper{visibility:visible;opacity:1}::ng-deep .edit-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:12px 20px}::ng-deep .edit-icon-wrapper .p-button .pi-pencil{color:var(--primary-color)}::ng-deep .delete-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:12px 20px}::ng-deep .delete-icon-wrapper .p-button .pi-trash{color:var(--red-500)}::ng-deep .setting-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:24px;height:50px}::ng-deep .setting-icon-wrapper .p-button .pi-cog{color:var(--primary-color)}::ng-deep .view-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.3);background:var(--surface-0);padding:20px;height:40px;box-shadow:none}::ng-deep .view-icon-wrapper .p-button .pi-eye{color:#44486d}::ng-deep .table-primary-container .p-datatable-table{min-width:50rem;padding:20px;background-color:#fff;table-layout:fixed}::ng-deep .table-primary-container .p-datatable-header{padding:20px 20px 0;border-radius:10px 10px 0 0!important;border:none!important}::ng-deep .table-primary-container .p-datatable-thead th{border:1px solid rgba(68,72,109,.1);border-left:none;border-right:none;background:#f9f9fa}::ng-deep .table-primary-container .p-datatable-thead th:first-child{border-radius:10px 0 0;border-left:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr td{border-bottom:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr td:first-child{border-left:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr:last-child td:first-child{border-radius:0 0 0 10px}::ng-deep .table-primary-container tr:last-child td:last-child{border-radius:0 0 10px}\n"] }]
|
|
1700
|
-
}], ctorParameters: () => [{ type:
|
|
1697
|
+
args: [{ selector: 'lib-table-primary', standalone: true, imports: [CommonModule, TableModule, ButtonModule, ToggleButtonModule, FormsModule, InputSwitchModule, InputTextModule, TooltipModule], template: "<p-table #dt2 [columns]=\"table.headers\" class=\"table-primary-container\" [value]=\"table.records\">\r\n <ng-template pTemplate=\"caption\">\r\n <div class=\"table-header-wrapper flex align-items-center justify-content-between\">\r\n <h3 class=\"text-color table-title-wrapper text-color m-0\">{{title}}</h3>\r\n <div class=\"flex align-items-center justify-content-between w-full\">\r\n <div class=\"flex justify-content-end w-full\" *ngIf=\"showSearchBar\">\r\n <input pInputText type=\"text\" [(ngModel)]=\"globalFilter\" (input)=\"dt2.filterGlobal($event, 'contains')\"\r\n [placeholder]=\"'Search ' + title + '...'\" class=\"search-input-wrapper w-4\" />\r\n <p-button icon=\"pi pi-cog\" class=\"setting-icon-wrapper ml-3\"></p-button>\r\n </div>\r\n </div>\r\n </div>\r\n </ng-template>\r\n\r\n <!-- Header Template -->\r\n <ng-template pTemplate=\"header\" let-columns>\r\n <tr *ngIf=\"table.headers.length > 0\">\r\n <th *ngFor=\"let col of table.headers\" class=\"p-4\" [pSortableColumn]=\"col.name\" [ngClass]=\"col.width ? col.width : 'w-full'\">\r\n <h4 class=\"flex align-items-center table-header-title capitalize text-color font-semibold m-0\">\r\n {{ col.name }}\r\n <p-sortIcon [field]=\"col.name\" />\r\n </h4>\r\n </th>\r\n <th *ngIf=\"showActions\" class=\"table-action-title p-4\" [ngClass]=\"table.headers[0]?.width ? 'w-2' : 'w-full'\">\r\n <h4 class=\"text-color font-semibold table-header-title capitalize m-0\">Actions</h4></th>\r\n </tr>\r\n </ng-template>\r\n\r\n <!-- Table Body -->\r\n <ng-template pTemplate=\"body\" let-rowData>\r\n <tr *ngIf=\"table.headers.length > 0\" class=\"table-row-wrapper relative table-group-wrapper\">\r\n <td class=\"text-left p-4\" *ngFor=\"let col of table.headers\">\r\n <div class=\"table-text-wrapper p-0\" \r\n [ngClass]=\"{\r\n 'enable-badge-wrapper': col.name.toLowerCase() === 'status' && rowData[col.name] === 'Enable',\r\n 'disable-badge-wrapper': col.name.toLowerCase() === 'status' && rowData[col.name] === 'Disable',\r\n 'w-8': col.name.toLowerCase() === 'status',\r\n 'text-primary font-semibold': col.name.toLowerCase() === 'action' || col.name.toLowerCase() === 'name'\r\n }\"\r\n >\r\n {{ rowData[col.name] }}\r\n <p *ngIf=\"col.name.toLowerCase() === 'action'\" class=\"text-color font-normal\">{{rowData['apiEndPoint']}}</p>\r\n </div>\r\n </td>\r\n\r\n <!-- Actions -->\r\n <td *ngIf=\"showActions\" class=\"action-data-wrapper text-left p-4\">\r\n <div class=\"flex align-items-center\">\r\n <p-button icon=\"pi pi-pencil\" (click)=\"handleEditClick(rowData._id)\" class=\"edit-icon-wrapper mr-3\"></p-button>\r\n <p-button icon=\"pi pi-trash\" (click)=\"deleteRow(rowData)\" class=\"delete-icon-wrapper mr-3\"></p-button>\r\n </div>\r\n </td>\r\n <p-button icon=\"pi pi-eye\" (click)=\"viewRow(rowData)\" class=\"view-icon-wrapper icon-position-wrapper table-group-wrapper-hover:visible\"></p-button>\r\n </tr>\r\n </ng-template>\r\n</p-table>", styles: [".table-header-container{padding:20px 20px 20px 8px}.table-header-title{font-size:14px}.table-text-wrapper{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-width:100%;padding:.5rem;box-sizing:border-box}.table-title-wrapper{font-size:20px;font-weight:700}.table-action-title{border-radius:0 10px 0 0;border-right:1px solid rgba(68,72,109,.1)!important}.action-data-wrapper{border-right:1px solid rgba(68,72,109,.1)!important}.enable-badge-wrapper{border-radius:4px;background:var(--green-500);color:var(--surface-0);text-align:center;padding:5px!important}.disable-badge-wrapper{border-radius:4px;background:#44486d;color:var(--surface-0);text-align:center;padding:5px!important}.search-input-wrapper{height:50px;border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#4c62920a}.table-row-wrapper{position:relative;transition:all .3s ease-in-out}.icon-position-wrapper{position:absolute;top:50%;left:16%;transform:translate(-50%,-50%);opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.table-row-wrapper:hover .icon-position-wrapper{opacity:1;visibility:visible}.table-group-wrapper:hover .icon-position-wrapper{visibility:visible;opacity:1}::ng-deep .edit-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:12px 20px}::ng-deep .edit-icon-wrapper .p-button .pi-pencil{color:var(--primary-color)}::ng-deep .delete-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:12px 20px}::ng-deep .delete-icon-wrapper .p-button .pi-trash{color:var(--red-500)}::ng-deep .setting-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.1);background:#eef0f5;padding:24px;height:50px}::ng-deep .setting-icon-wrapper .p-button .pi-cog{color:var(--primary-color)}::ng-deep .view-icon-wrapper .p-button{border-radius:10px;border:1px solid rgba(76,98,146,.3);background:var(--surface-0);padding:20px;height:40px;box-shadow:none}::ng-deep .view-icon-wrapper .p-button .pi-eye{color:#44486d}::ng-deep .table-primary-container .p-datatable-table{min-width:50rem;padding:20px;background-color:#fff;table-layout:fixed}::ng-deep .table-primary-container .p-datatable-header{padding:20px 20px 0;border-radius:10px 10px 0 0!important;border:none!important}::ng-deep .table-primary-container .p-datatable-thead th{border:1px solid rgba(68,72,109,.1);border-left:none;border-right:none;background:#f9f9fa}::ng-deep .table-primary-container .p-datatable-thead th:first-child{border-radius:10px 0 0;border-left:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr td{border-bottom:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr td:first-child{border-left:1px solid rgba(68,72,109,.1)}::ng-deep .table-primary-container tr:last-child td:first-child{border-radius:0 0 0 10px}::ng-deep .table-primary-container tr:last-child td:last-child{border-radius:0 0 10px}\n"] }]
|
|
1698
|
+
}], ctorParameters: () => [{ type: i3$2.Router }], propDecorators: { table: [{
|
|
1701
1699
|
type: Input
|
|
1702
1700
|
}], title: [{
|
|
1703
1701
|
type: Input
|
|
@@ -1744,6 +1742,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImpor
|
|
|
1744
1742
|
args: [{ providedIn: 'root' }]
|
|
1745
1743
|
}], ctorParameters: () => [] });
|
|
1746
1744
|
|
|
1745
|
+
/**
|
|
1746
|
+
* Service for managing API configurations.
|
|
1747
|
+
*/
|
|
1747
1748
|
class ApiAdminService extends BaseService {
|
|
1748
1749
|
apiManagementStore;
|
|
1749
1750
|
configService;
|
|
@@ -1757,13 +1758,13 @@ class ApiAdminService extends BaseService {
|
|
|
1757
1758
|
checkApiByPathName(name, record) {
|
|
1758
1759
|
return this.http.post(this.apiUrl + name, record).pipe(tap$1((entities) => this.apiManagementStore.set(entities)));
|
|
1759
1760
|
}
|
|
1760
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ApiAdminService, deps: [{ token: i1$
|
|
1761
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ApiAdminService, deps: [{ token: i1$1.HttpClient }, { token: ApiAdminStore }, { token: AppConfigService }, { token: ListService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1761
1762
|
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ApiAdminService, providedIn: 'root' });
|
|
1762
1763
|
}
|
|
1763
1764
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ApiAdminService, decorators: [{
|
|
1764
1765
|
type: Injectable,
|
|
1765
1766
|
args: [{ providedIn: 'root' }]
|
|
1766
|
-
}], ctorParameters: () => [{ type: i1$
|
|
1767
|
+
}], ctorParameters: () => [{ type: i1$1.HttpClient }, { type: ApiAdminStore }, { type: AppConfigService }, { type: ListService }] });
|
|
1767
1768
|
|
|
1768
1769
|
class ApiCredentialFormComponent {
|
|
1769
1770
|
apiAdminStore;
|
|
@@ -1786,6 +1787,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImpor
|
|
|
1786
1787
|
type: Input
|
|
1787
1788
|
}] } });
|
|
1788
1789
|
|
|
1790
|
+
/**
|
|
1791
|
+
* Form component for creating and updating API configurations.
|
|
1792
|
+
*/
|
|
1789
1793
|
class ApiAdminFormComponent extends BaseFormComponent {
|
|
1790
1794
|
apiAdminService;
|
|
1791
1795
|
validatorService;
|
|
@@ -1810,15 +1814,7 @@ class ApiAdminFormComponent extends BaseFormComponent {
|
|
|
1810
1814
|
this.record.isActive = true;
|
|
1811
1815
|
}
|
|
1812
1816
|
ngOnInit() {
|
|
1813
|
-
|
|
1814
|
-
this.recordChangeSubscription = this.recordChange.subscribe((res) => {
|
|
1815
|
-
if (this.record && this.record.parentApiConfigID) {
|
|
1816
|
-
this.apiPropertyList = [{
|
|
1817
|
-
label: this.record.parentKey,
|
|
1818
|
-
value: this.record.parentKey
|
|
1819
|
-
}];
|
|
1820
|
-
}
|
|
1821
|
-
});
|
|
1817
|
+
this.init();
|
|
1822
1818
|
}
|
|
1823
1819
|
hanldeValidateApi() {
|
|
1824
1820
|
const payload = {
|
|
@@ -1866,13 +1862,13 @@ class ApiAdminFormComponent extends BaseFormComponent {
|
|
|
1866
1862
|
this.recordChangeSubscription.unsubscribe();
|
|
1867
1863
|
}
|
|
1868
1864
|
}
|
|
1869
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ApiAdminFormComponent, deps: [{ token: ApiAdminService }, { token: ValidatorService }, { token:
|
|
1865
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ApiAdminFormComponent, deps: [{ token: ApiAdminService }, { token: ValidatorService }, { token: i3$2.Router }, { token: i3$2.ActivatedRoute }, { token: ApiAdminStore }], target: i0.ɵɵFactoryTarget.Component });
|
|
1870
1866
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: ApiAdminFormComponent, isStandalone: false, selector: "lib-api-admin-form", usesInheritance: true, ngImport: i0, template: "<form-container\r\n [headerText]=\"'Queue / Api Management Form'\"\r\n [messages]=\"messages\"\r\n (onSave)=\"handleSubmit()\"\r\n [showSave]=\"true\"\r\n>\r\n <div class=\"card p-fluid p-formgrid grid \">\r\n <h4 class=\"font-bold col-12 md:col-12\">Api Management Form</h4>\r\n <div class=\"col-12 md:col-6\">\r\n <text-box\r\n [store]=\"apiAdminStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'name',\r\n isRequired: true,\r\n displayText: 'Name',\r\n placeholder: 'Enter Name'\r\n }\"\r\n ></text-box>\r\n </div>\r\n <div class=\"col-12 md:col-6\">\r\n <text-box\r\n [store]=\"apiAdminStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'path',\r\n isRequired: true,\r\n displayText: 'Path',\r\n placeholder: 'Enter Path'\r\n }\"\r\n ></text-box>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-2\">\r\n <button\r\n pButton\r\n pRipple\r\n type=\"button\"\r\n label=\"Validate\"\r\n (click)=\"hanldeValidateApi()\"\r\n class=\"p-button-raised\"\r\n ></button>\r\n </div>\r\n </div>\r\n <div class=\"card p-fluid p-formgrid grid \">\r\n <h4 class=\"font-bold\">Other Details</h4>\r\n <div class=\"col-12 md:col-12 p-0 m-0\">\r\n <api-credential-form [record]=\"record\"></api-credential-form>\r\n </div>\r\n <div class=\"col-12 md:col-6\">\r\n <dropdown\r\n [store]=\"apiAdminStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n name: 'parentApiConfigID',\r\n dataSource: 'apiConfig',\r\n listLabelProperty: 'name',\r\n listValueProperty: '_id', \r\n displayText: 'Select Parent',\r\n placeholder: 'Select Parent API',\r\n childListName: 'parentKey',\r\n childListKey: 'name'\r\n }\"\r\n (onInput)=\"handleModelChange($event)\"\r\n ></dropdown>\r\n\r\n </div>\r\n <div class=\"col-12 md:col-6\">\r\n <dropdown\r\n [store]=\"apiAdminStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n name:'parentKey',\r\n displayText : 'Property',\r\n placeholder: 'Select Property',\r\n options: apiPropertyList\r\n }\"></dropdown>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-12\">\r\n <text-area\r\n [store]=\"apiAdminStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'description',\r\n isRequired: false,\r\n displayText: 'Description',\r\n placeholder: 'Enter Description'\r\n }\"\r\n ></text-area>\r\n </div>\r\n </div>\r\n</form-container>", styles: [".p-message .p-message-wrapper{padding:.143rem 1.357rem}\n"], dependencies: [{ kind: "component", type: TextBoxComponent, selector: "text-box" }, { kind: "component", type: DropdownComponent, selector: "dropdown", inputs: ["isStaticDropdown"] }, { kind: "component", type: FormContainerComponent, selector: "form-container", inputs: ["messages", "record", "headerText", "showSave", "disableButton", "disableSubmitButton", "disableSaveButton", "overrideNavigate"], outputs: ["onSave", "onSubmit", "onCancel"] }, { kind: "directive", type: i2$2.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }, { kind: "component", type: TextAreaComponent, selector: "text-area", inputs: ["rowspan"] }, { kind: "component", type: ApiCredentialFormComponent, selector: "api-credential-form", inputs: ["record"] }] });
|
|
1871
1867
|
}
|
|
1872
1868
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ApiAdminFormComponent, decorators: [{
|
|
1873
1869
|
type: Component,
|
|
1874
1870
|
args: [{ selector: 'lib-api-admin-form', standalone: false, template: "<form-container\r\n [headerText]=\"'Queue / Api Management Form'\"\r\n [messages]=\"messages\"\r\n (onSave)=\"handleSubmit()\"\r\n [showSave]=\"true\"\r\n>\r\n <div class=\"card p-fluid p-formgrid grid \">\r\n <h4 class=\"font-bold col-12 md:col-12\">Api Management Form</h4>\r\n <div class=\"col-12 md:col-6\">\r\n <text-box\r\n [store]=\"apiAdminStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'name',\r\n isRequired: true,\r\n displayText: 'Name',\r\n placeholder: 'Enter Name'\r\n }\"\r\n ></text-box>\r\n </div>\r\n <div class=\"col-12 md:col-6\">\r\n <text-box\r\n [store]=\"apiAdminStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'path',\r\n isRequired: true,\r\n displayText: 'Path',\r\n placeholder: 'Enter Path'\r\n }\"\r\n ></text-box>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-2\">\r\n <button\r\n pButton\r\n pRipple\r\n type=\"button\"\r\n label=\"Validate\"\r\n (click)=\"hanldeValidateApi()\"\r\n class=\"p-button-raised\"\r\n ></button>\r\n </div>\r\n </div>\r\n <div class=\"card p-fluid p-formgrid grid \">\r\n <h4 class=\"font-bold\">Other Details</h4>\r\n <div class=\"col-12 md:col-12 p-0 m-0\">\r\n <api-credential-form [record]=\"record\"></api-credential-form>\r\n </div>\r\n <div class=\"col-12 md:col-6\">\r\n <dropdown\r\n [store]=\"apiAdminStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n name: 'parentApiConfigID',\r\n dataSource: 'apiConfig',\r\n listLabelProperty: 'name',\r\n listValueProperty: '_id', \r\n displayText: 'Select Parent',\r\n placeholder: 'Select Parent API',\r\n childListName: 'parentKey',\r\n childListKey: 'name'\r\n }\"\r\n (onInput)=\"handleModelChange($event)\"\r\n ></dropdown>\r\n\r\n </div>\r\n <div class=\"col-12 md:col-6\">\r\n <dropdown\r\n [store]=\"apiAdminStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n name:'parentKey',\r\n displayText : 'Property',\r\n placeholder: 'Select Property',\r\n options: apiPropertyList\r\n }\"></dropdown>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-12\">\r\n <text-area\r\n [store]=\"apiAdminStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'description',\r\n isRequired: false,\r\n displayText: 'Description',\r\n placeholder: 'Enter Description'\r\n }\"\r\n ></text-area>\r\n </div>\r\n </div>\r\n</form-container>", styles: [".p-message .p-message-wrapper{padding:.143rem 1.357rem}\n"] }]
|
|
1875
|
-
}], ctorParameters: () => [{ type: ApiAdminService }, { type: ValidatorService }, { type:
|
|
1871
|
+
}], ctorParameters: () => [{ type: ApiAdminService }, { type: ValidatorService }, { type: i3$2.Router }, { type: i3$2.ActivatedRoute }, { type: ApiAdminStore }] });
|
|
1876
1872
|
|
|
1877
1873
|
class ApiAdminListComponent extends BaseListComponent {
|
|
1878
1874
|
tableBuilder;
|
|
@@ -1881,6 +1877,9 @@ class ApiAdminListComponent extends BaseListComponent {
|
|
|
1881
1877
|
this.tableBuilder = tableBuilder;
|
|
1882
1878
|
this.tableBuilder.hiddenHeaders = apiHiddenHeaderList;
|
|
1883
1879
|
}
|
|
1880
|
+
ngOnInit() {
|
|
1881
|
+
this.init();
|
|
1882
|
+
}
|
|
1884
1883
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ApiAdminListComponent, deps: [{ token: ApiAdminService }, { token: TableBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
1885
1884
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.4", type: ApiAdminListComponent, isStandalone: false, selector: "lib-api-admin-list", usesInheritance: true, ngImport: i0, template: "\r\n@if(table){\r\n <lib-table-primary [table]=\"table\">\r\n \r\n </lib-table-primary>\r\n}", styles: [""], dependencies: [{ kind: "component", type: TablePrimaryComponent, selector: "lib-table-primary", inputs: ["table", "title", "showStatus", "showActions", "showSearchBar", "showNewRecordButton", "showRefreshButton"] }] });
|
|
1886
1885
|
}
|
|
@@ -1944,35 +1943,330 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImpor
|
|
|
1944
1943
|
}]
|
|
1945
1944
|
}] });
|
|
1946
1945
|
|
|
1947
|
-
let
|
|
1946
|
+
let WidgetAdminStore = class WidgetAdminStore extends BaseStore {
|
|
1947
|
+
constructor() {
|
|
1948
|
+
super();
|
|
1949
|
+
}
|
|
1950
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1951
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminStore, providedIn: 'root' });
|
|
1952
|
+
};
|
|
1953
|
+
WidgetAdminStore = __decorate([
|
|
1954
|
+
StoreConfig({ name: 'widgetStore' })
|
|
1955
|
+
], WidgetAdminStore);
|
|
1956
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminStore, decorators: [{
|
|
1957
|
+
type: Injectable,
|
|
1958
|
+
args: [{ providedIn: 'root' }]
|
|
1959
|
+
}], ctorParameters: () => [] });
|
|
1960
|
+
|
|
1961
|
+
/**
|
|
1962
|
+
* Service for managing widget configurations.
|
|
1963
|
+
*/
|
|
1964
|
+
class WidgetAdminService extends BaseService {
|
|
1965
|
+
apiManagementStore;
|
|
1966
|
+
configService;
|
|
1967
|
+
constructor(http, apiManagementStore, configService, listService) {
|
|
1968
|
+
super(http, apiManagementStore, configService, listService);
|
|
1969
|
+
this.apiManagementStore = apiManagementStore;
|
|
1970
|
+
this.configService = configService;
|
|
1971
|
+
this._pathName = DATASOURCES.WIDGET;
|
|
1972
|
+
}
|
|
1973
|
+
list = [
|
|
1974
|
+
{
|
|
1975
|
+
name: "queueID",
|
|
1976
|
+
dataSource: "queues",
|
|
1977
|
+
listValueProperty: "_id",
|
|
1978
|
+
listLabelProperty: "name",
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
name: "dictionaryId",
|
|
1982
|
+
dataSource: "dataDictionary",
|
|
1983
|
+
listValueProperty: "_id",
|
|
1984
|
+
listLabelProperty: "name",
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
name: "dictionaryItemID",
|
|
1988
|
+
dataSource: "dataDictionary/attribute",
|
|
1989
|
+
listValueProperty: "_id",
|
|
1990
|
+
listLabelProperty: "name",
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
name: "linkedWidgetID",
|
|
1994
|
+
dataSource: "widgets",
|
|
1995
|
+
listValueProperty: "_id",
|
|
1996
|
+
listLabelProperty: "widgetName",
|
|
1997
|
+
},
|
|
1998
|
+
];
|
|
1999
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminService, deps: [{ token: i1$1.HttpClient }, { token: WidgetAdminStore }, { token: AppConfigService }, { token: ListService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2000
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminService, providedIn: 'root' });
|
|
2001
|
+
}
|
|
2002
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminService, decorators: [{
|
|
2003
|
+
type: Injectable,
|
|
2004
|
+
args: [{ providedIn: 'root' }]
|
|
2005
|
+
}], ctorParameters: () => [{ type: i1$1.HttpClient }, { type: WidgetAdminStore }, { type: AppConfigService }, { type: ListService }] });
|
|
2006
|
+
|
|
2007
|
+
class WidgetAdminListComponent extends BaseListComponent {
|
|
2008
|
+
tableBuilder;
|
|
2009
|
+
constructor(widgetAdminService, tableBuilder) {
|
|
2010
|
+
super(widgetAdminService, tableBuilder);
|
|
2011
|
+
this.tableBuilder = tableBuilder;
|
|
2012
|
+
}
|
|
2013
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminListComponent, deps: [{ token: WidgetAdminService }, { token: TableBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
2014
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.4", type: WidgetAdminListComponent, isStandalone: false, selector: "lib-widget-admin-list", usesInheritance: true, ngImport: i0, template: "@if(table){\r\n<lib-table-primary [table]=\"table\">\r\n\r\n</lib-table-primary>\r\n}", styles: [""], dependencies: [{ kind: "component", type: TablePrimaryComponent, selector: "lib-table-primary", inputs: ["table", "title", "showStatus", "showActions", "showSearchBar", "showNewRecordButton", "showRefreshButton"] }] });
|
|
2015
|
+
}
|
|
2016
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminListComponent, decorators: [{
|
|
2017
|
+
type: Component,
|
|
2018
|
+
args: [{ selector: 'lib-widget-admin-list', standalone: false, template: "@if(table){\r\n<lib-table-primary [table]=\"table\">\r\n\r\n</lib-table-primary>\r\n}" }]
|
|
2019
|
+
}], ctorParameters: () => [{ type: WidgetAdminService }, { type: TableBuilder }] });
|
|
2020
|
+
|
|
2021
|
+
class WidgetModel extends BaseModel {
|
|
2022
|
+
widgetName;
|
|
2023
|
+
queueID;
|
|
2024
|
+
dataItems = [];
|
|
2025
|
+
order;
|
|
2026
|
+
}
|
|
2027
|
+
class WidgetItemModel extends BaseModel {
|
|
2028
|
+
name;
|
|
2029
|
+
dictionaryItemID;
|
|
2030
|
+
dictionaryID;
|
|
2031
|
+
isMain;
|
|
2032
|
+
isEditable;
|
|
2033
|
+
linkedWidgetID;
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
class WidgetAdminFormComponent extends BaseFormComponent {
|
|
2037
|
+
service;
|
|
2038
|
+
validatorService;
|
|
2039
|
+
widgetStore;
|
|
2040
|
+
router;
|
|
2041
|
+
activatedRoute;
|
|
2042
|
+
widgetItem;
|
|
2043
|
+
formArray = [];
|
|
2044
|
+
widgetsFieldNames = [];
|
|
2045
|
+
allowToAddWidget = false;
|
|
2046
|
+
editingIndex = null;
|
|
2047
|
+
dataDictionaryItems = [];
|
|
2048
|
+
linkedWidgetItems = [];
|
|
2049
|
+
dataDictionaryField = [];
|
|
2050
|
+
dictionaryItemOptions = [];
|
|
2051
|
+
linkedWidgetOptions = [];
|
|
2052
|
+
dictionaryFieldsOptions = [];
|
|
2053
|
+
constructor(service, validatorService, widgetStore, router, activatedRoute) {
|
|
2054
|
+
super(service, validatorService, router, activatedRoute);
|
|
2055
|
+
this.service = service;
|
|
2056
|
+
this.validatorService = validatorService;
|
|
2057
|
+
this.widgetStore = widgetStore;
|
|
2058
|
+
this.router = router;
|
|
2059
|
+
this.activatedRoute = activatedRoute;
|
|
2060
|
+
this.record = new WidgetModel();
|
|
2061
|
+
this.widgetItem = new WidgetItemModel();
|
|
2062
|
+
this.service.initList();
|
|
2063
|
+
}
|
|
2064
|
+
ngOnInit() {
|
|
2065
|
+
this.init();
|
|
2066
|
+
let id = this.activatedRoute.snapshot.params[SHARED.ID];
|
|
2067
|
+
if (id !== SHARED.ZERO.toString() && id) {
|
|
2068
|
+
this.service.getById(id).subscribe((res) => {
|
|
2069
|
+
this.record = new WidgetModel();
|
|
2070
|
+
this.record.widgetName = res.widgetName;
|
|
2071
|
+
this.record.queueID = res.queueID;
|
|
2072
|
+
this.record._id = res._id;
|
|
2073
|
+
this.formArray = Array.isArray(res.dataItems) ? res.dataItems.map((item) => {
|
|
2074
|
+
const field = new WidgetItemModel();
|
|
2075
|
+
field.name = item.itemName;
|
|
2076
|
+
field.dictionaryItemID = item.dictionaryItemID;
|
|
2077
|
+
field.linkedWidgetID = item.linkedWidgetID;
|
|
2078
|
+
field.isMain = item.isMain;
|
|
2079
|
+
field.isEditable = item.isEditable;
|
|
2080
|
+
field.dictionaryID = item.dictionaryId;
|
|
2081
|
+
return field;
|
|
2082
|
+
}) : [];
|
|
2083
|
+
this.record.dataItems = res.dataItems;
|
|
2084
|
+
this.widgetsFieldNames = Array.isArray(this.formArray) ? this.formArray.map((item) => ({
|
|
2085
|
+
name: item.name,
|
|
2086
|
+
dictionaryItemID: item.dictionaryItemID,
|
|
2087
|
+
dictionaryId: item.dictionaryID,
|
|
2088
|
+
linkedWidgetID: item.linkedWidgetID,
|
|
2089
|
+
isMain: item.isMain,
|
|
2090
|
+
isEditable: item.isEditable,
|
|
2091
|
+
})) : [];
|
|
2092
|
+
this.handleFilterDatadictionaryAndLinkedWidget(this.record.queueID, 'dictionaryId', 'linkedWidgetID');
|
|
2093
|
+
this.record.dataItems.forEach((e, i) => {
|
|
2094
|
+
this.filterDictionaryProperty(e.dictionaryItemID, 'dictionaryId', i);
|
|
2095
|
+
});
|
|
2096
|
+
});
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
handleAddField() {
|
|
2100
|
+
this.allowToAddWidget = true;
|
|
2101
|
+
this.editingIndex = null;
|
|
2102
|
+
}
|
|
2103
|
+
handleFieldClick(index) {
|
|
2104
|
+
this.editingIndex = index;
|
|
2105
|
+
this.widgetItem.name = this.widgetsFieldNames[index].name;
|
|
2106
|
+
this.allowToAddWidget = true;
|
|
2107
|
+
}
|
|
2108
|
+
handleSaveWidgetField(event) {
|
|
2109
|
+
let widgetName = this.widgetItem?.name;
|
|
2110
|
+
if (widgetName) {
|
|
2111
|
+
if (this.editingIndex !== null) {
|
|
2112
|
+
const updatedWidgetsFieldNames = [...this.widgetsFieldNames];
|
|
2113
|
+
const updatedFormArray = [...this.formArray];
|
|
2114
|
+
const updatedDataItems = [...this.record.dataItems];
|
|
2115
|
+
updatedWidgetsFieldNames[this.editingIndex] = {
|
|
2116
|
+
...updatedWidgetsFieldNames[this.editingIndex],
|
|
2117
|
+
name: widgetName
|
|
2118
|
+
};
|
|
2119
|
+
updatedFormArray[this.editingIndex] = {
|
|
2120
|
+
...updatedFormArray[this.editingIndex],
|
|
2121
|
+
name: widgetName
|
|
2122
|
+
};
|
|
2123
|
+
updatedDataItems[this.editingIndex] = {
|
|
2124
|
+
...updatedDataItems[this.editingIndex],
|
|
2125
|
+
name: widgetName
|
|
2126
|
+
};
|
|
2127
|
+
this.widgetsFieldNames = updatedWidgetsFieldNames;
|
|
2128
|
+
this.formArray = updatedFormArray;
|
|
2129
|
+
this.record.dataItems = updatedDataItems;
|
|
2130
|
+
this.editingIndex = null;
|
|
2131
|
+
}
|
|
2132
|
+
else {
|
|
2133
|
+
const newField = new WidgetItemModel();
|
|
2134
|
+
newField.name = widgetName;
|
|
2135
|
+
this.widgetsFieldNames = this.widgetsFieldNames.concat({ name: widgetName });
|
|
2136
|
+
this.formArray = this.formArray.concat(newField);
|
|
2137
|
+
this.record.dataItems = this.record.dataItems.concat(newField);
|
|
2138
|
+
}
|
|
2139
|
+
this.widgetItem.name = SHARED.EMPTY;
|
|
2140
|
+
this.allowToAddWidget = false;
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2143
|
+
handleFilterDatadictionaryAndLinkedWidget(queueId, dataDictionary, linkedWidgetList) {
|
|
2144
|
+
// this.widgetQuery.getLists().subscribe((allLists: List[]) => {
|
|
2145
|
+
// this.dataDictionaryItems = allLists.filter((list) => list.forProperty === dataDictionary);
|
|
2146
|
+
// const filteredRecords = Array.isArray(this.dataDictionaryItems[0]?.records)
|
|
2147
|
+
// ? this.dataDictionaryItems[0]?.records.filter((res: any) => res.queueId == queueId)
|
|
2148
|
+
// : [];
|
|
2149
|
+
// this.dictionaryItemOptions = Array.isArray(filteredRecords) ? filteredRecords.map((res: any) => ({
|
|
2150
|
+
// label: res.name,
|
|
2151
|
+
// value: res._id,
|
|
2152
|
+
// })) : [];
|
|
2153
|
+
// });
|
|
2154
|
+
this.linkedWidgetFilter(queueId, linkedWidgetList);
|
|
2155
|
+
}
|
|
2156
|
+
linkedWidgetFilter(queueId, linkedWidgetList) {
|
|
2157
|
+
// this.widgetQuery.getLists().subscribe((allLists: List[]) => {
|
|
2158
|
+
// this.linkedWidgetItems = allLists.filter((list) => list.forProperty === linkedWidgetList);
|
|
2159
|
+
// const filteredRecords = Array.isArray(this.linkedWidgetItems[0]?.records)
|
|
2160
|
+
// ? this.linkedWidgetItems[0]?.records.filter((res: any) => res.queueID == queueId)
|
|
2161
|
+
// : [];
|
|
2162
|
+
// this.linkedWidgetOptions = Array.isArray(filteredRecords) ? filteredRecords.map((res: any) => ({
|
|
2163
|
+
// label: res.widgetName,
|
|
2164
|
+
// value: res._id,
|
|
2165
|
+
// })) : [];
|
|
2166
|
+
// });
|
|
2167
|
+
}
|
|
2168
|
+
filterDictionaryProperty(dictionaryId, listName, index) {
|
|
2169
|
+
// this.widgetQuery.getLists().subscribe((allLists: List[]) => {
|
|
2170
|
+
// this.dataDictionaryField = allLists.filter((list) => list.forProperty === listName);
|
|
2171
|
+
// const filteredRecords = Array.isArray(this.dataDictionaryField[0]?.records)
|
|
2172
|
+
// ? this.dataDictionaryField[0]?.records.filter((res: any) => res.dictionaryID == dictionaryId)
|
|
2173
|
+
// : [];
|
|
2174
|
+
// this.dictionaryFieldsOptions[index] = Array.isArray(filteredRecords) ? filteredRecords.map((res: any) => ({
|
|
2175
|
+
// label: res.key,
|
|
2176
|
+
// value: res._id,
|
|
2177
|
+
// })) : [];
|
|
2178
|
+
// });
|
|
2179
|
+
}
|
|
2180
|
+
handleSubmit() {
|
|
2181
|
+
this.record = {
|
|
2182
|
+
_id: this.record._id,
|
|
2183
|
+
widgetName: this.record.widgetName,
|
|
2184
|
+
queueID: this.record.queueID,
|
|
2185
|
+
dataItems: this.formArray.map((item) => ({
|
|
2186
|
+
name: item.name,
|
|
2187
|
+
dictionaryID: item.dictionaryID,
|
|
2188
|
+
dictionaryItemID: item.dictionaryItemID,
|
|
2189
|
+
linkedWidgetID: item.linkedWidgetID,
|
|
2190
|
+
isMain: item.isMain,
|
|
2191
|
+
isEditable: item.isEditable,
|
|
2192
|
+
})),
|
|
2193
|
+
};
|
|
2194
|
+
return super.handleSubmit();
|
|
2195
|
+
}
|
|
2196
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminFormComponent, deps: [{ token: WidgetAdminService }, { token: ValidatorService }, { token: WidgetAdminStore }, { token: i3$2.Router }, { token: i3$2.ActivatedRoute }], target: i0.ɵɵFactoryTarget.Component });
|
|
2197
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.4", type: WidgetAdminFormComponent, isStandalone: false, selector: "lib-widget-admin-form", usesInheritance: true, ngImport: i0, template: "<div class=\"grid\">\r\n <div class=\"col-12\">\r\n <div class=\"card\">\r\n <form-container [record]=\"record\" (onSubmit)=\"handleSubmit()\" [messages]=\"message\">\r\n\r\n <div class=\"col-12 md:col-12 mt-2\">\r\n <div class=\"mb-2\">\r\n <text-box [store]=\"widgetStore\" [record]=\"record\" [attributeModel]=\"{\r\n readonly: false,\r\n name: 'widgetName',\r\n isRequired: true,\r\n displayText: 'Add Widget',\r\n placeholder: 'Enter Widget Name'\r\n }\"></text-box>\r\n </div>\r\n </div>\r\n\r\n <div class=\"field col-12 md:col-12 p-0 md:flex\">\r\n\r\n <div class=\"field p-0 pr-2 col-12 md:col-3\">\r\n <div class=\"card m-0 p-0 mb-2\">\r\n <div class=\"mt-3 w-full flex\">\r\n <button pButton pRipple label=\"Add Field\" routerLinkActive=\"router-link-active\"\r\n icon=\"pi pi-plus font-semibold\"\r\n class=\"py-3 justify-content-center font-semibold w-full border-round\"\r\n (click)=\"handleAddField()\"></button>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n <div class=\"col-12 md:col-9\">\r\n <dropdown [store]=\"widgetStore\" [record]=\"record\" [attributeModel]=\"{\r\n name:'queueID',\r\n displayText : 'Select Queues',\r\n isRequired:true,\r\n \r\n \r\n }\" (onInput)=\"handleFilterDatadictionaryAndLinkedWidget($event,'dictionaryId', 'linkedWidgetID')\">\r\n </dropdown>\r\n </div>\r\n </div>\r\n\r\n\r\n @if(allowToAddWidget){\r\n <div class=\"feild-card col-12 md:col-3\">\r\n <div\r\n class=\"flex surface-card flex-column w-full border-1 surface-border p-3 gap-5 hover:surface-ground cursor-pointer border-round\">\r\n <div class=\"flex justify-content-between align-items-center\">\r\n <text-box [store]=\"widgetStore\" [record]=\"widgetItem\" [attributeModel]=\"{\r\n name : 'itemName',\r\n readonly : false,\r\n isRequired : true,\r\n displayText:'Enter Field Name'\r\n }\" (keydown.enter)=\"handleSaveWidgetField($event)\"></text-box>\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n\r\n <div class=\"field col-12 p-0 m-0 md:col-12 flex\">\r\n <div class=\"abc col-12 p-0 m-0 md:col-12 flex\">\r\n\r\n <div class=\"field p-0 m-0 col-12 md:col-3\">\r\n @for(widgetsField of widgetsFieldNames; track widgetsField ; let i = $index){\r\n <div class=\"flex flex-column gap-5 overflow-y-auto mt-2 scrollable kanban-list\" #listEl\r\n style=\"min-height: 2rem\">\r\n <div class=\"flex surface-card flex-column mt-3 w-full border-1 surface-border p-3 gap-5 hover:surface-ground cursor-pointer border-round\"\r\n (click)=\"handleFieldClick(i)\">\r\n <div class=\"flex justify-content-between align-items-center\">\r\n <span class=\"text-900 font-semibold\">{{\r\n widgetsField.name\r\n }}</span>\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n\r\n <div class=\"allFeilds col-12 md:col-9\">\r\n <div *ngFor=\"let formItem of formArray; let i = index\"\r\n class=\"field md:flex align-items-center px-0 p-0 m-0 col-12 md:col-12\">\r\n <div class=\"field col-12 pl-2 pb-0 mb-2 md:mr-2 md:col-3\">\r\n <dropdown [store]=\"widgetStore\" [isStaticDropdown]=\"true\" [record]=\"formItem\"\r\n [attributeModel]=\"{\r\n name:'dictionaryId',\r\n listLabelProperty:'name',\r\n listValueProperty:'_id',\r\n displayText : 'Select Data Dictionary',\r\n isRequired:true,\r\n options: dictionaryItemOptions\r\n }\" (onInput)=\"filterDictionaryProperty($event, 'dictionaryItemID', i)\">\r\n </dropdown>\r\n </div>\r\n <div class=\"field col-12 md:mr-2 mb-2 pb-0 p-0 md:col-3\">\r\n <dropdown [store]=\"widgetStore\" [isStaticDropdown]=\"true\" [record]=\"formItem\"\r\n [attributeModel]=\"{\r\n name:'dictionaryItemID',\r\n listLabelProperty:'name',\r\n listValueProperty:'_id',\r\n displayText : 'Select Properties',\r\n isRequired:true,\r\n options: dictionaryFieldsOptions[i]\r\n }\">\r\n </dropdown>\r\n </div>\r\n <div class=\"field col-12 p-0 pb-0 mb-2 md:col-3\">\r\n <dropdown [store]=\"widgetStore\" [isStaticDropdown]=\"true\" [record]=\"formItem\"\r\n [attributeModel]=\"{\r\n name:'linkedWidgetID',\r\n listLabelProperty:'widgetName',\r\n listValueProperty:'_id',\r\n displayText : 'Select Linked Widget',\r\n isRequired:true,\r\n options:linkedWidgetOptions\r\n }\">\r\n </dropdown>\r\n </div>\r\n <div class=\"field col-12 m-0 flex justify-content-around md:col-3 mt-4\">\r\n <div class=\"m-0\">\r\n <check-box [store]=\"widgetStore\" [record]=\"formItem\" [attributeModel]=\"{\r\n name:'isMain',\r\n displayText : 'Main',\r\n }\">\r\n </check-box>\r\n </div>\r\n <div class=\"m-0\">\r\n <check-box [store]=\"widgetStore\" [record]=\"formItem\" [attributeModel]=\"{\r\n name:'isEditable',\r\n displayText : 'Edit',\r\n }\">\r\n </check-box>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n\r\n </div>\r\n </form-container>\r\n </div>\r\n </div>\r\n</div>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: TextBoxComponent, selector: "text-box" }, { kind: "component", type: DropdownComponent, selector: "dropdown", inputs: ["isStaticDropdown"] }, { kind: "component", type: FormContainerComponent, selector: "form-container", inputs: ["messages", "record", "headerText", "showSave", "disableButton", "disableSubmitButton", "disableSaveButton", "overrideNavigate"], outputs: ["onSave", "onSubmit", "onCancel"] }, { kind: "component", type: CheckBoxComponent, selector: "check-box" }] });
|
|
2198
|
+
}
|
|
2199
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminFormComponent, decorators: [{
|
|
2200
|
+
type: Component,
|
|
2201
|
+
args: [{ selector: 'lib-widget-admin-form', standalone: false, template: "<div class=\"grid\">\r\n <div class=\"col-12\">\r\n <div class=\"card\">\r\n <form-container [record]=\"record\" (onSubmit)=\"handleSubmit()\" [messages]=\"message\">\r\n\r\n <div class=\"col-12 md:col-12 mt-2\">\r\n <div class=\"mb-2\">\r\n <text-box [store]=\"widgetStore\" [record]=\"record\" [attributeModel]=\"{\r\n readonly: false,\r\n name: 'widgetName',\r\n isRequired: true,\r\n displayText: 'Add Widget',\r\n placeholder: 'Enter Widget Name'\r\n }\"></text-box>\r\n </div>\r\n </div>\r\n\r\n <div class=\"field col-12 md:col-12 p-0 md:flex\">\r\n\r\n <div class=\"field p-0 pr-2 col-12 md:col-3\">\r\n <div class=\"card m-0 p-0 mb-2\">\r\n <div class=\"mt-3 w-full flex\">\r\n <button pButton pRipple label=\"Add Field\" routerLinkActive=\"router-link-active\"\r\n icon=\"pi pi-plus font-semibold\"\r\n class=\"py-3 justify-content-center font-semibold w-full border-round\"\r\n (click)=\"handleAddField()\"></button>\r\n </div>\r\n\r\n </div>\r\n </div>\r\n <div class=\"col-12 md:col-9\">\r\n <dropdown [store]=\"widgetStore\" [record]=\"record\" [attributeModel]=\"{\r\n name:'queueID',\r\n displayText : 'Select Queues',\r\n isRequired:true,\r\n \r\n \r\n }\" (onInput)=\"handleFilterDatadictionaryAndLinkedWidget($event,'dictionaryId', 'linkedWidgetID')\">\r\n </dropdown>\r\n </div>\r\n </div>\r\n\r\n\r\n @if(allowToAddWidget){\r\n <div class=\"feild-card col-12 md:col-3\">\r\n <div\r\n class=\"flex surface-card flex-column w-full border-1 surface-border p-3 gap-5 hover:surface-ground cursor-pointer border-round\">\r\n <div class=\"flex justify-content-between align-items-center\">\r\n <text-box [store]=\"widgetStore\" [record]=\"widgetItem\" [attributeModel]=\"{\r\n name : 'itemName',\r\n readonly : false,\r\n isRequired : true,\r\n displayText:'Enter Field Name'\r\n }\" (keydown.enter)=\"handleSaveWidgetField($event)\"></text-box>\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n\r\n <div class=\"field col-12 p-0 m-0 md:col-12 flex\">\r\n <div class=\"abc col-12 p-0 m-0 md:col-12 flex\">\r\n\r\n <div class=\"field p-0 m-0 col-12 md:col-3\">\r\n @for(widgetsField of widgetsFieldNames; track widgetsField ; let i = $index){\r\n <div class=\"flex flex-column gap-5 overflow-y-auto mt-2 scrollable kanban-list\" #listEl\r\n style=\"min-height: 2rem\">\r\n <div class=\"flex surface-card flex-column mt-3 w-full border-1 surface-border p-3 gap-5 hover:surface-ground cursor-pointer border-round\"\r\n (click)=\"handleFieldClick(i)\">\r\n <div class=\"flex justify-content-between align-items-center\">\r\n <span class=\"text-900 font-semibold\">{{\r\n widgetsField.name\r\n }}</span>\r\n </div>\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n\r\n <div class=\"allFeilds col-12 md:col-9\">\r\n <div *ngFor=\"let formItem of formArray; let i = index\"\r\n class=\"field md:flex align-items-center px-0 p-0 m-0 col-12 md:col-12\">\r\n <div class=\"field col-12 pl-2 pb-0 mb-2 md:mr-2 md:col-3\">\r\n <dropdown [store]=\"widgetStore\" [isStaticDropdown]=\"true\" [record]=\"formItem\"\r\n [attributeModel]=\"{\r\n name:'dictionaryId',\r\n listLabelProperty:'name',\r\n listValueProperty:'_id',\r\n displayText : 'Select Data Dictionary',\r\n isRequired:true,\r\n options: dictionaryItemOptions\r\n }\" (onInput)=\"filterDictionaryProperty($event, 'dictionaryItemID', i)\">\r\n </dropdown>\r\n </div>\r\n <div class=\"field col-12 md:mr-2 mb-2 pb-0 p-0 md:col-3\">\r\n <dropdown [store]=\"widgetStore\" [isStaticDropdown]=\"true\" [record]=\"formItem\"\r\n [attributeModel]=\"{\r\n name:'dictionaryItemID',\r\n listLabelProperty:'name',\r\n listValueProperty:'_id',\r\n displayText : 'Select Properties',\r\n isRequired:true,\r\n options: dictionaryFieldsOptions[i]\r\n }\">\r\n </dropdown>\r\n </div>\r\n <div class=\"field col-12 p-0 pb-0 mb-2 md:col-3\">\r\n <dropdown [store]=\"widgetStore\" [isStaticDropdown]=\"true\" [record]=\"formItem\"\r\n [attributeModel]=\"{\r\n name:'linkedWidgetID',\r\n listLabelProperty:'widgetName',\r\n listValueProperty:'_id',\r\n displayText : 'Select Linked Widget',\r\n isRequired:true,\r\n options:linkedWidgetOptions\r\n }\">\r\n </dropdown>\r\n </div>\r\n <div class=\"field col-12 m-0 flex justify-content-around md:col-3 mt-4\">\r\n <div class=\"m-0\">\r\n <check-box [store]=\"widgetStore\" [record]=\"formItem\" [attributeModel]=\"{\r\n name:'isMain',\r\n displayText : 'Main',\r\n }\">\r\n </check-box>\r\n </div>\r\n <div class=\"m-0\">\r\n <check-box [store]=\"widgetStore\" [record]=\"formItem\" [attributeModel]=\"{\r\n name:'isEditable',\r\n displayText : 'Edit',\r\n }\">\r\n </check-box>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n\r\n\r\n </div>\r\n\r\n </div>\r\n </form-container>\r\n </div>\r\n </div>\r\n</div>" }]
|
|
2202
|
+
}], ctorParameters: () => [{ type: WidgetAdminService }, { type: ValidatorService }, { type: WidgetAdminStore }, { type: i3$2.Router }, { type: i3$2.ActivatedRoute }] });
|
|
2203
|
+
|
|
2204
|
+
class WidgetAdminModule {
|
|
2205
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2206
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminModule, declarations: [WidgetAdminListComponent, WidgetAdminFormComponent], imports: [CommonModule,
|
|
2207
|
+
FormsModule,
|
|
2208
|
+
SharedModule,
|
|
2209
|
+
TablePrimaryComponent,
|
|
2210
|
+
DropdownComponent,
|
|
2211
|
+
CheckBoxComponent,
|
|
2212
|
+
ButtonComponent,
|
|
2213
|
+
TextBoxComponent], exports: [WidgetAdminListComponent, WidgetAdminFormComponent] });
|
|
2214
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminModule, imports: [CommonModule,
|
|
2215
|
+
FormsModule,
|
|
2216
|
+
SharedModule,
|
|
2217
|
+
TablePrimaryComponent,
|
|
2218
|
+
DropdownComponent,
|
|
2219
|
+
CheckBoxComponent,
|
|
2220
|
+
ButtonComponent,
|
|
2221
|
+
TextBoxComponent] });
|
|
2222
|
+
}
|
|
2223
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: WidgetAdminModule, decorators: [{
|
|
2224
|
+
type: NgModule,
|
|
2225
|
+
args: [{
|
|
2226
|
+
declarations: [WidgetAdminListComponent, WidgetAdminFormComponent],
|
|
2227
|
+
imports: [
|
|
2228
|
+
CommonModule,
|
|
2229
|
+
FormsModule,
|
|
2230
|
+
SharedModule,
|
|
2231
|
+
TablePrimaryComponent,
|
|
2232
|
+
DropdownComponent,
|
|
2233
|
+
CheckBoxComponent,
|
|
2234
|
+
ButtonComponent,
|
|
2235
|
+
TextBoxComponent
|
|
2236
|
+
],
|
|
2237
|
+
exports: [WidgetAdminListComponent, WidgetAdminFormComponent]
|
|
2238
|
+
}]
|
|
2239
|
+
}] });
|
|
2240
|
+
|
|
2241
|
+
let AdminActionStore = class AdminActionStore extends BaseStore {
|
|
1948
2242
|
constructor() {
|
|
1949
2243
|
super();
|
|
1950
2244
|
}
|
|
1951
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type:
|
|
1952
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type:
|
|
2245
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionStore, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2246
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionStore, providedIn: 'root' });
|
|
1953
2247
|
};
|
|
1954
|
-
|
|
2248
|
+
AdminActionStore = __decorate([
|
|
1955
2249
|
StoreConfig({ name: 'action' })
|
|
1956
|
-
],
|
|
1957
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type:
|
|
2250
|
+
], AdminActionStore);
|
|
2251
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionStore, decorators: [{
|
|
1958
2252
|
type: Injectable,
|
|
1959
2253
|
args: [{ providedIn: 'root' }]
|
|
1960
2254
|
}], ctorParameters: () => [] });
|
|
1961
2255
|
|
|
1962
|
-
class
|
|
2256
|
+
class AdminActionService extends BaseService {
|
|
1963
2257
|
actionStore;
|
|
1964
2258
|
constructor(actionStore, http, appConfigService, listService) {
|
|
1965
2259
|
super(http, actionStore, appConfigService, listService);
|
|
1966
2260
|
this.actionStore = actionStore;
|
|
1967
2261
|
this._pathName = DATASOURCES.ACTIONS;
|
|
1968
2262
|
}
|
|
1969
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type:
|
|
1970
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type:
|
|
2263
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionService, deps: [{ token: AdminActionStore }, { token: i1$1.HttpClient }, { token: AppConfigService }, { token: ListService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2264
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionService, providedIn: 'root' });
|
|
1971
2265
|
}
|
|
1972
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type:
|
|
2266
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionService, decorators: [{
|
|
1973
2267
|
type: Injectable,
|
|
1974
2268
|
args: [{ providedIn: 'root' }]
|
|
1975
|
-
}], ctorParameters: () => [{ type:
|
|
2269
|
+
}], ctorParameters: () => [{ type: AdminActionStore }, { type: i1$1.HttpClient }, { type: AppConfigService }, { type: ListService }] });
|
|
1976
2270
|
|
|
1977
2271
|
class AdminActionListComponent extends BaseListComponent {
|
|
1978
2272
|
tableBuilder;
|
|
@@ -1985,42 +2279,70 @@ class AdminActionListComponent extends BaseListComponent {
|
|
|
1985
2279
|
const actionTableColumnWidths = actionTableColumnWidthList;
|
|
1986
2280
|
this.table = this.tableBuilder.buildTable(actionList, actionTableColumnWidths);
|
|
1987
2281
|
}
|
|
1988
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionListComponent, deps: [{ token:
|
|
2282
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionListComponent, deps: [{ token: AdminActionService }, { token: TableBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
1989
2283
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.4", type: AdminActionListComponent, isStandalone: false, selector: "lib-admin-action-list", usesInheritance: true, ngImport: i0, template: "<div class=\"dicitonary-list-wrapper\">\r\n @if(table){\r\n <lib-table-primary [title]=\"'Actions'\" [table]=\"table\"></lib-table-primary>\r\n }\r\n</div>", styles: [""], dependencies: [{ kind: "component", type: TablePrimaryComponent, selector: "lib-table-primary", inputs: ["table", "title", "showStatus", "showActions", "showSearchBar", "showNewRecordButton", "showRefreshButton"] }] });
|
|
1990
2284
|
}
|
|
1991
2285
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionListComponent, decorators: [{
|
|
1992
2286
|
type: Component,
|
|
1993
2287
|
args: [{ selector: 'lib-admin-action-list', standalone: false, template: "<div class=\"dicitonary-list-wrapper\">\r\n @if(table){\r\n <lib-table-primary [title]=\"'Actions'\" [table]=\"table\"></lib-table-primary>\r\n }\r\n</div>" }]
|
|
1994
|
-
}], ctorParameters: () => [{ type:
|
|
2288
|
+
}], ctorParameters: () => [{ type: AdminActionService }, { type: TableBuilder }] });
|
|
2289
|
+
|
|
2290
|
+
class AdminActionFormComponent extends BaseFormComponent {
|
|
2291
|
+
adminActionService;
|
|
2292
|
+
validatorService;
|
|
2293
|
+
router;
|
|
2294
|
+
activatedRoute;
|
|
2295
|
+
adminActionStore;
|
|
2296
|
+
messages = SHARED.EMPTYARRAY;
|
|
2297
|
+
apiConfigList = [];
|
|
2298
|
+
queueList = [];
|
|
2299
|
+
constructor(adminActionService, validatorService, router, activatedRoute, adminActionStore) {
|
|
2300
|
+
super(adminActionService, validatorService, router, activatedRoute);
|
|
2301
|
+
this.adminActionService = adminActionService;
|
|
2302
|
+
this.validatorService = validatorService;
|
|
2303
|
+
this.router = router;
|
|
2304
|
+
this.activatedRoute = activatedRoute;
|
|
2305
|
+
this.adminActionStore = adminActionStore;
|
|
2306
|
+
}
|
|
2307
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionFormComponent, deps: [{ token: AdminActionService }, { token: ValidatorService }, { token: i3$2.Router }, { token: i3$2.ActivatedRoute }, { token: AdminActionStore }], target: i0.ɵɵFactoryTarget.Component });
|
|
2308
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: AdminActionFormComponent, isStandalone: false, selector: "lib-admin-action-form", usesInheritance: true, ngImport: i0, template: "<form-container\r\n [headerText]=\"'Actions / Actions Form'\"\r\n [messages]=\"messages\"\r\n (onSave)=\"handleSubmit()\"\r\n [showSave]=\"true\"\r\n>\r\n <div class=\"card p-fluid p-formgrid grid \">\r\n <h4 class=\"font-bold col-12 md:col-12\">Actions Form</h4>\r\n <div class=\"col-12 md:col-6\">\r\n <text-box\r\n [store]=\"adminActionStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'actionName',\r\n isRequired: true,\r\n displayText: 'Action Name',\r\n placeholder: 'Enter Action Name'\r\n }\"\r\n ></text-box>\r\n </div>\r\n \r\n <div class=\"col-12 md:col-6\">\r\n <dropdown\r\n [store]=\"adminActionStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n name:'apiEndPoint',\r\n isRequired: true,\r\n displayText : 'End Point',\r\n placeholder: 'Select End Point',\r\n options: apiConfigList\r\n }\"></dropdown>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-12\">\r\n <text-area\r\n [store]=\"adminActionStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'prompt',\r\n isRequired: true,\r\n displayText: 'Prompt',\r\n placeholder: 'Enter prompt'\r\n }\"\r\n ></text-area>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-6\">\r\n <dropdown\r\n [store]=\"adminActionStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n name:'queue',\r\n isRequired: true,\r\n displayText : 'Queue',\r\n placeholder: 'Select Queue',\r\n options: queueList\r\n }\"></dropdown>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-2 flex align-items-end justify-content-end validate-btn-wrapper\">\r\n <button\r\n pButton\r\n pRipple\r\n type=\"button\"\r\n label=\"Validate\"\r\n class=\"p-button-raised\"\r\n ></button>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-12\">\r\n <text-area\r\n [store]=\"adminActionStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'formConfiguration',\r\n isRequired: true,\r\n displayText: 'Form Configuration',\r\n placeholder: 'Enter form configuration'\r\n }\"\r\n ></text-area>\r\n </div>\r\n </div>\r\n \r\n</form-container>", styles: [".validate-btn-wrapper{margin-bottom:2px}\n"], dependencies: [{ kind: "component", type: TextBoxComponent, selector: "text-box" }, { kind: "component", type: DropdownComponent, selector: "dropdown", inputs: ["isStaticDropdown"] }, { kind: "component", type: FormContainerComponent, selector: "form-container", inputs: ["messages", "record", "headerText", "showSave", "disableButton", "disableSubmitButton", "disableSaveButton", "overrideNavigate"], outputs: ["onSave", "onSubmit", "onCancel"] }, { kind: "component", type: TextAreaComponent, selector: "text-area", inputs: ["rowspan"] }, { kind: "directive", type: i2$2.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }] });
|
|
2309
|
+
}
|
|
2310
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionFormComponent, decorators: [{
|
|
2311
|
+
type: Component,
|
|
2312
|
+
args: [{ selector: 'lib-admin-action-form', standalone: false, template: "<form-container\r\n [headerText]=\"'Actions / Actions Form'\"\r\n [messages]=\"messages\"\r\n (onSave)=\"handleSubmit()\"\r\n [showSave]=\"true\"\r\n>\r\n <div class=\"card p-fluid p-formgrid grid \">\r\n <h4 class=\"font-bold col-12 md:col-12\">Actions Form</h4>\r\n <div class=\"col-12 md:col-6\">\r\n <text-box\r\n [store]=\"adminActionStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'actionName',\r\n isRequired: true,\r\n displayText: 'Action Name',\r\n placeholder: 'Enter Action Name'\r\n }\"\r\n ></text-box>\r\n </div>\r\n \r\n <div class=\"col-12 md:col-6\">\r\n <dropdown\r\n [store]=\"adminActionStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n name:'apiEndPoint',\r\n isRequired: true,\r\n displayText : 'End Point',\r\n placeholder: 'Select End Point',\r\n options: apiConfigList\r\n }\"></dropdown>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-12\">\r\n <text-area\r\n [store]=\"adminActionStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'prompt',\r\n isRequired: true,\r\n displayText: 'Prompt',\r\n placeholder: 'Enter prompt'\r\n }\"\r\n ></text-area>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-6\">\r\n <dropdown\r\n [store]=\"adminActionStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n name:'queue',\r\n isRequired: true,\r\n displayText : 'Queue',\r\n placeholder: 'Select Queue',\r\n options: queueList\r\n }\"></dropdown>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-2 flex align-items-end justify-content-end validate-btn-wrapper\">\r\n <button\r\n pButton\r\n pRipple\r\n type=\"button\"\r\n label=\"Validate\"\r\n class=\"p-button-raised\"\r\n ></button>\r\n </div>\r\n\r\n <div class=\"col-12 md:col-12\">\r\n <text-area\r\n [store]=\"adminActionStore\"\r\n [record]=\"record\"\r\n [attributeModel]=\"{\r\n readonly: false,\r\n name: 'formConfiguration',\r\n isRequired: true,\r\n displayText: 'Form Configuration',\r\n placeholder: 'Enter form configuration'\r\n }\"\r\n ></text-area>\r\n </div>\r\n </div>\r\n \r\n</form-container>", styles: [".validate-btn-wrapper{margin-bottom:2px}\n"] }]
|
|
2313
|
+
}], ctorParameters: () => [{ type: AdminActionService }, { type: ValidatorService }, { type: i3$2.Router }, { type: i3$2.ActivatedRoute }, { type: AdminActionStore }] });
|
|
1995
2314
|
|
|
1996
2315
|
class ActionAdminModule {
|
|
1997
2316
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ActionAdminModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1998
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.4", ngImport: i0, type: ActionAdminModule, declarations: [AdminActionListComponent], imports: [CommonModule,
|
|
1999
|
-
|
|
2317
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.4", ngImport: i0, type: ActionAdminModule, declarations: [AdminActionListComponent, AdminActionFormComponent], imports: [CommonModule,
|
|
2318
|
+
FormsModule,
|
|
2319
|
+
SharedModule,
|
|
2320
|
+
TablePrimaryComponent,
|
|
2321
|
+
TextAreaComponent,
|
|
2322
|
+
ButtonModule], exports: [AdminActionListComponent, AdminActionFormComponent] });
|
|
2000
2323
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ActionAdminModule, imports: [CommonModule,
|
|
2001
|
-
|
|
2324
|
+
FormsModule,
|
|
2325
|
+
SharedModule,
|
|
2326
|
+
TablePrimaryComponent,
|
|
2327
|
+
TextAreaComponent,
|
|
2328
|
+
ButtonModule] });
|
|
2002
2329
|
}
|
|
2003
2330
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: ActionAdminModule, decorators: [{
|
|
2004
2331
|
type: NgModule,
|
|
2005
2332
|
args: [{
|
|
2006
|
-
declarations: [AdminActionListComponent],
|
|
2333
|
+
declarations: [AdminActionListComponent, AdminActionFormComponent],
|
|
2007
2334
|
imports: [
|
|
2008
2335
|
CommonModule,
|
|
2009
|
-
|
|
2336
|
+
FormsModule,
|
|
2337
|
+
SharedModule,
|
|
2338
|
+
TablePrimaryComponent,
|
|
2339
|
+
TextAreaComponent,
|
|
2340
|
+
ButtonModule
|
|
2010
2341
|
],
|
|
2011
|
-
exports: [AdminActionListComponent]
|
|
2342
|
+
exports: [AdminActionListComponent, AdminActionFormComponent]
|
|
2012
2343
|
}]
|
|
2013
2344
|
}] });
|
|
2014
2345
|
|
|
2015
|
-
class AdminActionFormComponent {
|
|
2016
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionFormComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2017
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.0.4", type: AdminActionFormComponent, isStandalone: false, selector: "lib-admin-action-form", ngImport: i0, template: "<p>admin-action-form works!</p>\r\n", styles: [""] });
|
|
2018
|
-
}
|
|
2019
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImport: i0, type: AdminActionFormComponent, decorators: [{
|
|
2020
|
-
type: Component,
|
|
2021
|
-
args: [{ selector: 'lib-admin-action-form', standalone: false, template: "<p>admin-action-form works!</p>\r\n" }]
|
|
2022
|
-
}] });
|
|
2023
|
-
|
|
2024
2346
|
/*
|
|
2025
2347
|
* Public API Surface of cat-qw-lib
|
|
2026
2348
|
*/
|
|
@@ -2029,5 +2351,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.4", ngImpor
|
|
|
2029
2351
|
* Generated bundle index. Do not edit.
|
|
2030
2352
|
*/
|
|
2031
2353
|
|
|
2032
|
-
export { ActionAdminModule, AdminActionFormComponent, AdminActionListComponent, ApiAdminFormComponent, ApiAdminListComponent, ApiAdminModule };
|
|
2354
|
+
export { ActionAdminModule, AdminActionFormComponent, AdminActionListComponent, ApiAdminFormComponent, ApiAdminListComponent, ApiAdminModule, WidgetAdminFormComponent, WidgetAdminListComponent, WidgetAdminModule };
|
|
2033
2355
|
//# sourceMappingURL=cat-qw-lib.mjs.map
|