@tsi-developpement/tsi-shared-ui 1.0.11 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/end-points/endpoints.mjs +2 -4
- package/esm2022/lib/functions/modal-open.function.mjs +1 -8
- package/esm2022/lib/shared.module.mjs +5 -13
- package/esm2022/lib/tsi-components/index.mjs +1 -3
- package/esm2022/lib/tsi-components/manage-reporting/add-report-popup/add-report-popup.component.mjs +73 -16
- package/esm2022/lib/tsi-components/tsi-generic-crud/tsi-generic-crud.component.mjs +18 -60
- package/esm2022/lib/tsi-components/tsi-notes-grid/tsi-notes-grid.component.mjs +1 -1
- package/esm2022/lib/tsi-components/tsi-upload-grid/tsi-upload-grid.component.mjs +1 -1
- package/fesm2022/tsi-developpement-tsi-shared-ui.mjs +132 -362
- package/fesm2022/tsi-developpement-tsi-shared-ui.mjs.map +1 -1
- package/lib/consts/app-providers.d.ts +1 -1
- package/lib/end-points/endpoints.d.ts +1 -3
- package/lib/functions/modal-open.function.d.ts +0 -1
- package/lib/shared.module.d.ts +53 -55
- package/lib/tsi-components/index.d.ts +0 -2
- package/lib/tsi-components/manage-reporting/add-report-popup/add-report-popup.component.d.ts +11 -1
- package/lib/tsi-components/tsi-generic-crud/tsi-generic-crud.component.d.ts +3 -8
- package/package.json +1 -1
- package/esm2022/lib/consts/form-type.mjs +0 -8
- package/esm2022/lib/end-points/formulaire-endpoints.mjs +0 -11
- package/esm2022/lib/models/dynamic-form/formulaire.mjs +0 -5
- package/esm2022/lib/services/dynamic-form/form-data.service.mjs +0 -31
- package/esm2022/lib/tsi-components/tsi-dynamic-form/create-or-edit-dynamic-form/create-or-edit-dynamic-form.component.mjs +0 -150
- package/esm2022/lib/tsi-components/tsi-dynamic-form/dynamic-form-list/dynamic-form-list.component.mjs +0 -59
- package/lib/consts/form-type.d.ts +0 -7
- package/lib/end-points/formulaire-endpoints.d.ts +0 -9
- package/lib/models/dynamic-form/formulaire.d.ts +0 -56
- package/lib/services/dynamic-form/form-data.service.d.ts +0 -16
- package/lib/tsi-components/tsi-dynamic-form/create-or-edit-dynamic-form/create-or-edit-dynamic-form.component.d.ts +0 -43
- package/lib/tsi-components/tsi-dynamic-form/dynamic-form-list/dynamic-form-list.component.d.ts +0 -12
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { PresentationDesignerBaseService } from "../services/presentation-setting/presentation-designer-base.service";
|
|
2
2
|
import { GenericValidationStateService } from "../services/validation/generic-validation-state.service";
|
|
3
3
|
import { InputRegistryService } from "../services/validation/input-registry.service";
|
|
4
|
-
export declare const appProviders: (typeof
|
|
4
|
+
export declare const appProviders: (typeof PresentationDesignerBaseService | typeof GenericValidationStateService | typeof InputRegistryService)[];
|
|
@@ -94,6 +94,7 @@ export declare const AdministrationSegments: {
|
|
|
94
94
|
getWorkflowConditionPassageOperatorEnum: string;
|
|
95
95
|
getByCodeModule: string;
|
|
96
96
|
getDescriminatorClassValues: string;
|
|
97
|
+
formulaire: string;
|
|
97
98
|
getAllTypeColonneEnumAsync: string;
|
|
98
99
|
getTypeColonneEnumAsync: string;
|
|
99
100
|
getAffectationUtilisateur: string;
|
|
@@ -112,9 +113,6 @@ export declare const AdministrationSegments: {
|
|
|
112
113
|
getStatusColorDetails: string;
|
|
113
114
|
getStatusColorDetailsByBusinessClassName: string;
|
|
114
115
|
getNombreFichierJointById: string;
|
|
115
|
-
formulaire: string;
|
|
116
|
-
formulaireData: string;
|
|
117
|
-
formulaireDataColonne: string;
|
|
118
116
|
};
|
|
119
117
|
export declare const AdministrationEndpoints: {
|
|
120
118
|
getAllEntityStatus: (classeName: string | undefined) => string;
|
|
@@ -8,4 +8,3 @@ export declare function openNotesList(injector: EnvironmentInjector): Promise<im
|
|
|
8
8
|
export declare function openManageImportExportModal(injector: EnvironmentInjector, businessClass?: string, formName?: string, pagedRequest?: IPagedRequest): Promise<import("primeng/dynamicdialog").DynamicDialogRef<any>>;
|
|
9
9
|
export declare function openCreateOrEditEntityInformationComponent(injector: EnvironmentInjector, conf: DynamicDialogConfig): Promise<import("primeng/dynamicdialog").DynamicDialogRef<any>>;
|
|
10
10
|
export declare function openLogoutPopupComponent(injector: EnvironmentInjector, conf: DynamicDialogConfig): Promise<import("primeng/dynamicdialog").DynamicDialogRef<any>>;
|
|
11
|
-
export declare function openDynamicFormModalComponent(injector: EnvironmentInjector, config: any): Promise<import("primeng/dynamicdialog").DynamicDialogRef<any>>;
|
package/lib/shared.module.d.ts
CHANGED
|
@@ -87,63 +87,61 @@ import * as i84 from "./tsi-components/manage-reporting/add-report-popup/add-rep
|
|
|
87
87
|
import * as i85 from "./tsi-components/mfa-components/verification-code-sms/verification-code-sms.component";
|
|
88
88
|
import * as i86 from "./tsi-components/mfa-components/choose-choice-mfa-method/choose-choice-mfa-method.component";
|
|
89
89
|
import * as i87 from "./tsi-components/mfa-components/verification-code/verification-code.component";
|
|
90
|
-
import * as i88 from "./tsi-
|
|
91
|
-
import * as i89 from "./tsi-
|
|
92
|
-
import * as i90 from "./tsi-directives/
|
|
93
|
-
import * as i91 from "./tsi-directives/
|
|
94
|
-
import * as i92 from "./tsi-directives/
|
|
95
|
-
import * as i93 from "./tsi-directives/
|
|
96
|
-
import * as i94 from "./tsi-directives/
|
|
97
|
-
import * as i95 from "./tsi-
|
|
98
|
-
import * as i96 from "./
|
|
99
|
-
import * as i97 from "./tsi-
|
|
100
|
-
import * as i98 from "
|
|
101
|
-
import * as i99 from "
|
|
102
|
-
import * as i100 from "
|
|
103
|
-
import * as i101 from "@angular/
|
|
104
|
-
import * as i102 from "
|
|
105
|
-
import * as i103 from "
|
|
106
|
-
import * as i104 from "primeng/
|
|
107
|
-
import * as i105 from "primeng/
|
|
108
|
-
import * as i106 from "primeng/
|
|
109
|
-
import * as i107 from "primeng/
|
|
110
|
-
import * as i108 from "primeng/
|
|
111
|
-
import * as i109 from "primeng/
|
|
112
|
-
import * as i110 from "primeng/
|
|
113
|
-
import * as i111 from "primeng/
|
|
114
|
-
import * as i112 from "primeng/
|
|
115
|
-
import * as i113 from "primeng/
|
|
116
|
-
import * as i114 from "primeng/
|
|
117
|
-
import * as i115 from "primeng/
|
|
118
|
-
import * as i116 from "primeng/
|
|
119
|
-
import * as i117 from "primeng/
|
|
120
|
-
import * as i118 from "primeng/
|
|
121
|
-
import * as i119 from "primeng/
|
|
122
|
-
import * as i120 from "primeng/
|
|
123
|
-
import * as i121 from "primeng/
|
|
124
|
-
import * as i122 from "primeng/
|
|
125
|
-
import * as i123 from "primeng/
|
|
126
|
-
import * as i124 from "primeng/
|
|
127
|
-
import * as i125 from "primeng/
|
|
128
|
-
import * as i126 from "primeng/
|
|
129
|
-
import * as i127 from "primeng/
|
|
130
|
-
import * as i128 from "primeng/
|
|
131
|
-
import * as i129 from "
|
|
132
|
-
import * as i130 from "primeng/
|
|
133
|
-
import * as i131 from "
|
|
134
|
-
import * as i132 from "primeng/
|
|
135
|
-
import * as i133 from "primeng/
|
|
136
|
-
import * as i134 from "primeng/
|
|
137
|
-
import * as i135 from "primeng/
|
|
138
|
-
import * as i136 from "primeng/
|
|
139
|
-
import * as i137 from "primeng/
|
|
140
|
-
import * as i138 from "primeng/
|
|
141
|
-
import * as i139 from "primeng/
|
|
142
|
-
import * as i140 from "primeng/tag";
|
|
143
|
-
import * as i141 from "primeng/colorpicker";
|
|
90
|
+
import * as i88 from "./tsi-directives/dynamic-component-loader/ad.directive";
|
|
91
|
+
import * as i89 from "./tsi-directives/busy.directive";
|
|
92
|
+
import * as i90 from "./tsi-directives/module-main-parameter.directive";
|
|
93
|
+
import * as i91 from "./tsi-directives/validation.directive";
|
|
94
|
+
import * as i92 from "./tsi-directives/presentation-designer.directive";
|
|
95
|
+
import * as i93 from "./tsi-directives/presentation-designer-base.directive";
|
|
96
|
+
import * as i94 from "./tsi-directives/auto-select.directive";
|
|
97
|
+
import * as i95 from "./tsi-components/output-components/display-nested-prop/display-nested-prop.component";
|
|
98
|
+
import * as i96 from "./pipes/to-number.pipe";
|
|
99
|
+
import * as i97 from "./pipes/tsi-currency.pipe";
|
|
100
|
+
import * as i98 from "@angular/common";
|
|
101
|
+
import * as i99 from "@angular/forms";
|
|
102
|
+
import * as i100 from "angularx-qrcode";
|
|
103
|
+
import * as i101 from "@angular/common/http";
|
|
104
|
+
import * as i102 from "primeng/button";
|
|
105
|
+
import * as i103 from "primeng/avatargroup";
|
|
106
|
+
import * as i104 from "primeng/checkbox";
|
|
107
|
+
import * as i105 from "primeng/avatar";
|
|
108
|
+
import * as i106 from "primeng/inputtext";
|
|
109
|
+
import * as i107 from "primeng/password";
|
|
110
|
+
import * as i108 from "primeng/table";
|
|
111
|
+
import * as i109 from "primeng/treetable";
|
|
112
|
+
import * as i110 from "primeng/toolbar";
|
|
113
|
+
import * as i111 from "primeng/menu";
|
|
114
|
+
import * as i112 from "primeng/dialog";
|
|
115
|
+
import * as i113 from "primeng/confirmdialog";
|
|
116
|
+
import * as i114 from "primeng/inputnumber";
|
|
117
|
+
import * as i115 from "primeng/calendar";
|
|
118
|
+
import * as i116 from "primeng/radiobutton";
|
|
119
|
+
import * as i117 from "primeng/scrollpanel";
|
|
120
|
+
import * as i118 from "primeng/tabview";
|
|
121
|
+
import * as i119 from "primeng/inputtextarea";
|
|
122
|
+
import * as i120 from "primeng/toast";
|
|
123
|
+
import * as i121 from "primeng/dropdown";
|
|
124
|
+
import * as i122 from "primeng/tooltip";
|
|
125
|
+
import * as i123 from "primeng/fieldset";
|
|
126
|
+
import * as i124 from "primeng/progressspinner";
|
|
127
|
+
import * as i125 from "primeng/fileupload";
|
|
128
|
+
import * as i126 from "primeng/multiselect";
|
|
129
|
+
import * as i127 from "primeng/overlaypanel";
|
|
130
|
+
import * as i128 from "primeng/panel";
|
|
131
|
+
import * as i129 from "@fullcalendar/angular";
|
|
132
|
+
import * as i130 from "primeng/divider";
|
|
133
|
+
import * as i131 from "primeng/card";
|
|
134
|
+
import * as i132 from "primeng/paginator";
|
|
135
|
+
import * as i133 from "primeng/image";
|
|
136
|
+
import * as i134 from "primeng/progressbar";
|
|
137
|
+
import * as i135 from "primeng/dragdrop";
|
|
138
|
+
import * as i136 from "primeng/splitbutton";
|
|
139
|
+
import * as i137 from "primeng/dynamicdialog";
|
|
140
|
+
import * as i138 from "primeng/tag";
|
|
141
|
+
import * as i139 from "primeng/colorpicker";
|
|
144
142
|
export declare class SharedModule {
|
|
145
143
|
constructor(primengConfig: PrimeNGConfig);
|
|
146
144
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
147
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.LocalizePipe, typeof i2.TsiDecimalPipe, typeof i3.ModalLabelPipe, typeof i4.CutLabelPipe, typeof i5.EditableGridComponent, typeof i6.TsiSearchComboComponent, typeof i7.TsiCheckboxComponent, typeof i8.TsiCurrencyOtherInputComponent, typeof i9.TsiCurrencySocieteInputComponent, typeof i10.TsiDatePickerComponent, typeof i11.TsiDecimalInputComponent, typeof i12.TsiIntegerComponent, typeof i13.TsiRadioButtonComponent, typeof i14.TsiRateInputComponent, typeof i15.TsiTextAreaComponent, typeof i16.TsiTextBoxComponent, typeof i17.TsiFormulaBoxComponent, typeof i18.TsiTimePickerComponent, typeof i19.TsiPopupTextViewerComponent, typeof i20.TsiLogEventHistoryComponent, typeof i21.TsiFileManagerComponent, typeof i22.TsiCheckboxDisplayComponent, typeof i23.TsiCurrencyOtherDisplayComponent, typeof i24.TsiCurrencySocieteDisplayComponent, typeof i25.TsiDateDisplayComponent, typeof i26.TsiDecimalDisplayComponent, typeof i27.TsiIntegerDisplayComponent, typeof i28.TsiLabelComponent, typeof i29.TsiParagraphComponent, typeof i30.TsiRateDisplayComponent, typeof i31.TsiDisplayGridComponent, typeof i32.TsiLegendComponent, typeof i33.TsiLabelLegendComponent, typeof i34.TsiViewGridComponent, typeof i35.TsiBubbleInfoComponent, typeof i36.TsiProgressBarComponent, typeof i37.ModalComponent, typeof i38.ModalLoaderComponent, typeof i39.TsiGenericCrudComponent, typeof i40.TsiGenericGridComponent, typeof i41.TsiModalComponent, typeof i42.TsiModalFooterComponent, typeof i43.TsiModalHeaderComponent, typeof i44.TsiSubmitButtonComponent, typeof i45.TsiFormComponentBaseComponent, typeof i46.TsiErrorMessageComponent, typeof i47.TsiButtonComponent, typeof i48.TsiSuccessMessageComponent, typeof i49.TsiTabPanelComponent, typeof i50.TsiTabViewComponent, typeof i51.TsiGenericFormComponent, typeof i52.ReportingComponent, typeof i53.TsiSearchBoxComponent, typeof i54.ManageReportingComponent, typeof i55.TsiFormComponent, typeof i56.TsiRedirectionMessageComponent, typeof i57.TsiDividerComponent, typeof i58.TsiTenantsComponent, typeof i59.TsiCodeGeneratorComponent, typeof i60.TsiCardComponent, typeof i61.TsiCardListComponent, typeof i59.TsiCodeGeneratorComponent, typeof i62.TsiImageDisplayComponent, typeof i63.TsiFormModalFooterComponent, typeof i64.TsiKanbanComponent, typeof i65.LogoutPopupComponent, typeof i66.CreateOrEditEntityInformationsComponent, typeof i67.TsiCalenderComponent, typeof i68.ContextMenuComponent, typeof i69.TsiTooltipComponent, typeof i70.TsiTimeDisplayComponent, typeof i71.TsiSendMailComponent, typeof i72.AlertImportMessageComponent, typeof i73.TsiChangePasswordComponent, typeof i59.TsiCodeGeneratorComponent, typeof i74.TsiNotesComponent, typeof i75.TsiNotesGridComponent, typeof i76.TsiNotesAvertirComponent, typeof i77.TsiBaseComponent, typeof i78.SpinnerComponent, typeof i79.TsiInfoMessageComponent, typeof i80.ManageImportExportComponent, typeof i81.CreateOrEditModeleImportComponent, typeof i82.TsiUploadGridComponent, typeof i83.TsiUploadFicheComponent, typeof i35.TsiBubbleInfoComponent, typeof i84.AddReportPopupComponent, typeof i85.VerificationCodeSmsComponent, typeof i86.ChooseChoiceMfaMethodComponent, typeof i87.VerificationCodeComponent, typeof i88.
|
|
145
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.LocalizePipe, typeof i2.TsiDecimalPipe, typeof i3.ModalLabelPipe, typeof i4.CutLabelPipe, typeof i5.EditableGridComponent, typeof i6.TsiSearchComboComponent, typeof i7.TsiCheckboxComponent, typeof i8.TsiCurrencyOtherInputComponent, typeof i9.TsiCurrencySocieteInputComponent, typeof i10.TsiDatePickerComponent, typeof i11.TsiDecimalInputComponent, typeof i12.TsiIntegerComponent, typeof i13.TsiRadioButtonComponent, typeof i14.TsiRateInputComponent, typeof i15.TsiTextAreaComponent, typeof i16.TsiTextBoxComponent, typeof i17.TsiFormulaBoxComponent, typeof i18.TsiTimePickerComponent, typeof i19.TsiPopupTextViewerComponent, typeof i20.TsiLogEventHistoryComponent, typeof i21.TsiFileManagerComponent, typeof i22.TsiCheckboxDisplayComponent, typeof i23.TsiCurrencyOtherDisplayComponent, typeof i24.TsiCurrencySocieteDisplayComponent, typeof i25.TsiDateDisplayComponent, typeof i26.TsiDecimalDisplayComponent, typeof i27.TsiIntegerDisplayComponent, typeof i28.TsiLabelComponent, typeof i29.TsiParagraphComponent, typeof i30.TsiRateDisplayComponent, typeof i31.TsiDisplayGridComponent, typeof i32.TsiLegendComponent, typeof i33.TsiLabelLegendComponent, typeof i34.TsiViewGridComponent, typeof i35.TsiBubbleInfoComponent, typeof i36.TsiProgressBarComponent, typeof i37.ModalComponent, typeof i38.ModalLoaderComponent, typeof i39.TsiGenericCrudComponent, typeof i40.TsiGenericGridComponent, typeof i41.TsiModalComponent, typeof i42.TsiModalFooterComponent, typeof i43.TsiModalHeaderComponent, typeof i44.TsiSubmitButtonComponent, typeof i45.TsiFormComponentBaseComponent, typeof i46.TsiErrorMessageComponent, typeof i47.TsiButtonComponent, typeof i48.TsiSuccessMessageComponent, typeof i49.TsiTabPanelComponent, typeof i50.TsiTabViewComponent, typeof i51.TsiGenericFormComponent, typeof i52.ReportingComponent, typeof i53.TsiSearchBoxComponent, typeof i54.ManageReportingComponent, typeof i55.TsiFormComponent, typeof i56.TsiRedirectionMessageComponent, typeof i57.TsiDividerComponent, typeof i58.TsiTenantsComponent, typeof i59.TsiCodeGeneratorComponent, typeof i60.TsiCardComponent, typeof i61.TsiCardListComponent, typeof i59.TsiCodeGeneratorComponent, typeof i62.TsiImageDisplayComponent, typeof i63.TsiFormModalFooterComponent, typeof i64.TsiKanbanComponent, typeof i65.LogoutPopupComponent, typeof i66.CreateOrEditEntityInformationsComponent, typeof i67.TsiCalenderComponent, typeof i68.ContextMenuComponent, typeof i69.TsiTooltipComponent, typeof i70.TsiTimeDisplayComponent, typeof i71.TsiSendMailComponent, typeof i72.AlertImportMessageComponent, typeof i73.TsiChangePasswordComponent, typeof i59.TsiCodeGeneratorComponent, typeof i74.TsiNotesComponent, typeof i75.TsiNotesGridComponent, typeof i76.TsiNotesAvertirComponent, typeof i77.TsiBaseComponent, typeof i78.SpinnerComponent, typeof i79.TsiInfoMessageComponent, typeof i80.ManageImportExportComponent, typeof i81.CreateOrEditModeleImportComponent, typeof i82.TsiUploadGridComponent, typeof i83.TsiUploadFicheComponent, typeof i35.TsiBubbleInfoComponent, typeof i84.AddReportPopupComponent, typeof i85.VerificationCodeSmsComponent, typeof i86.ChooseChoiceMfaMethodComponent, typeof i87.VerificationCodeComponent, typeof i88.AdDirective, typeof i89.BusyDirective, typeof i90.ModuleMainParameterDirective, typeof i91.ValidationDirective, typeof i92.PresentationDesignerDirective, typeof i93.PresentationDesignerDirectiveBase, typeof i94.AutoSelectDirective, typeof i95.DisplayNestedPropComponent, typeof i96.ToNumberPipe, typeof i91.ValidationDirective, typeof i97.TsiCurrencyPipe], [typeof i98.CommonModule, typeof i99.FormsModule, typeof i99.ReactiveFormsModule, typeof i98.CurrencyPipe, typeof i100.QRCodeModule, typeof i101.HttpClientModule, typeof i102.ButtonModule, typeof i103.AvatarGroupModule, typeof i104.CheckboxModule, typeof i105.AvatarModule, typeof i106.InputTextModule, typeof i107.PasswordModule, typeof i108.TableModule, typeof i109.TreeTableModule, typeof i110.ToolbarModule, typeof i111.MenuModule, typeof i112.DialogModule, typeof i113.ConfirmDialogModule, typeof i114.InputNumberModule, typeof i115.CalendarModule, typeof i116.RadioButtonModule, typeof i117.ScrollPanelModule, typeof i113.ConfirmDialogModule, typeof i118.TabViewModule, typeof i119.InputTextareaModule, typeof i120.ToastModule, typeof i121.DropdownModule, typeof i122.TooltipModule, typeof i123.FieldsetModule, typeof i124.ProgressSpinnerModule, typeof i125.FileUploadModule, typeof i126.MultiSelectModule, typeof i127.OverlayPanelModule, typeof i128.PanelModule, typeof i129.FullCalendarModule, typeof i130.DividerModule, typeof i131.CardModule, typeof i132.PaginatorModule, typeof i133.ImageModule, typeof i134.ProgressBarModule, typeof i135.DragDropModule, typeof i136.SplitButtonModule, typeof i137.DynamicDialogModule, typeof i138.TagModule, typeof i139.ColorPickerModule], [typeof i100.QRCodeModule, typeof i1.LocalizePipe, typeof i2.TsiDecimalPipe, typeof i3.ModalLabelPipe, typeof i4.CutLabelPipe, typeof i102.ButtonModule, typeof i103.AvatarGroupModule, typeof i104.CheckboxModule, typeof i105.AvatarModule, typeof i106.InputTextModule, typeof i107.PasswordModule, typeof i108.TableModule, typeof i109.TreeTableModule, typeof i110.ToolbarModule, typeof i111.MenuModule, typeof i112.DialogModule, typeof i113.ConfirmDialogModule, typeof i114.InputNumberModule, typeof i115.CalendarModule, typeof i116.RadioButtonModule, typeof i117.ScrollPanelModule, typeof i113.ConfirmDialogModule, typeof i118.TabViewModule, typeof i119.InputTextareaModule, typeof i120.ToastModule, typeof i121.DropdownModule, typeof i122.TooltipModule, typeof i123.FieldsetModule, typeof i124.ProgressSpinnerModule, typeof i125.FileUploadModule, typeof i126.MultiSelectModule, typeof i127.OverlayPanelModule, typeof i128.PanelModule, typeof i129.FullCalendarModule, typeof i130.DividerModule, typeof i131.CardModule, typeof i132.PaginatorModule, typeof i133.ImageModule, typeof i134.ProgressBarModule, typeof i135.DragDropModule, typeof i136.SplitButtonModule, typeof i137.DynamicDialogModule, typeof i138.TagModule, typeof i139.ColorPickerModule, typeof i5.EditableGridComponent, typeof i6.TsiSearchComboComponent, typeof i7.TsiCheckboxComponent, typeof i8.TsiCurrencyOtherInputComponent, typeof i9.TsiCurrencySocieteInputComponent, typeof i10.TsiDatePickerComponent, typeof i11.TsiDecimalInputComponent, typeof i12.TsiIntegerComponent, typeof i13.TsiRadioButtonComponent, typeof i14.TsiRateInputComponent, typeof i15.TsiTextAreaComponent, typeof i16.TsiTextBoxComponent, typeof i17.TsiFormulaBoxComponent, typeof i18.TsiTimePickerComponent, typeof i19.TsiPopupTextViewerComponent, typeof i20.TsiLogEventHistoryComponent, typeof i21.TsiFileManagerComponent, typeof i22.TsiCheckboxDisplayComponent, typeof i23.TsiCurrencyOtherDisplayComponent, typeof i24.TsiCurrencySocieteDisplayComponent, typeof i25.TsiDateDisplayComponent, typeof i26.TsiDecimalDisplayComponent, typeof i27.TsiIntegerDisplayComponent, typeof i28.TsiLabelComponent, typeof i29.TsiParagraphComponent, typeof i30.TsiRateDisplayComponent, typeof i31.TsiDisplayGridComponent, typeof i32.TsiLegendComponent, typeof i33.TsiLabelLegendComponent, typeof i34.TsiViewGridComponent, typeof i35.TsiBubbleInfoComponent, typeof i36.TsiProgressBarComponent, typeof i37.ModalComponent, typeof i38.ModalLoaderComponent, typeof i39.TsiGenericCrudComponent, typeof i40.TsiGenericGridComponent, typeof i41.TsiModalComponent, typeof i42.TsiModalFooterComponent, typeof i43.TsiModalHeaderComponent, typeof i44.TsiSubmitButtonComponent, typeof i45.TsiFormComponentBaseComponent, typeof i46.TsiErrorMessageComponent, typeof i47.TsiButtonComponent, typeof i48.TsiSuccessMessageComponent, typeof i49.TsiTabPanelComponent, typeof i50.TsiTabViewComponent, typeof i51.TsiGenericFormComponent, typeof i52.ReportingComponent, typeof i53.TsiSearchBoxComponent, typeof i54.ManageReportingComponent, typeof i55.TsiFormComponent, typeof i56.TsiRedirectionMessageComponent, typeof i57.TsiDividerComponent, typeof i58.TsiTenantsComponent, typeof i59.TsiCodeGeneratorComponent, typeof i60.TsiCardComponent, typeof i61.TsiCardListComponent, typeof i59.TsiCodeGeneratorComponent, typeof i62.TsiImageDisplayComponent, typeof i63.TsiFormModalFooterComponent, typeof i64.TsiKanbanComponent, typeof i65.LogoutPopupComponent, typeof i66.CreateOrEditEntityInformationsComponent, typeof i67.TsiCalenderComponent, typeof i68.ContextMenuComponent, typeof i69.TsiTooltipComponent, typeof i70.TsiTimeDisplayComponent, typeof i71.TsiSendMailComponent, typeof i72.AlertImportMessageComponent, typeof i73.TsiChangePasswordComponent, typeof i59.TsiCodeGeneratorComponent, typeof i74.TsiNotesComponent, typeof i75.TsiNotesGridComponent, typeof i76.TsiNotesAvertirComponent, typeof i77.TsiBaseComponent, typeof i78.SpinnerComponent, typeof i79.TsiInfoMessageComponent, typeof i80.ManageImportExportComponent, typeof i81.CreateOrEditModeleImportComponent, typeof i82.TsiUploadGridComponent, typeof i83.TsiUploadFicheComponent, typeof i35.TsiBubbleInfoComponent, typeof i84.AddReportPopupComponent, typeof i85.VerificationCodeSmsComponent, typeof i86.ChooseChoiceMfaMethodComponent, typeof i87.VerificationCodeComponent, typeof i88.AdDirective, typeof i89.BusyDirective, typeof i90.ModuleMainParameterDirective, typeof i91.ValidationDirective, typeof i92.PresentationDesignerDirective, typeof i93.PresentationDesignerDirectiveBase, typeof i94.AutoSelectDirective]>;
|
|
148
146
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
149
147
|
}
|
|
@@ -80,5 +80,3 @@ export * from './modal-component/modal.component';
|
|
|
80
80
|
export * from './mfa-components/choose-choice-mfa-method/choose-choice-mfa-method.component';
|
|
81
81
|
export * from './mfa-components/verification-code-sms/verification-code-sms.component';
|
|
82
82
|
export * from './mfa-components/verification-code/verification-code.component';
|
|
83
|
-
export * from './tsi-dynamic-form/create-or-edit-dynamic-form/create-or-edit-dynamic-form.component';
|
|
84
|
-
export * from './tsi-dynamic-form/dynamic-form-list/dynamic-form-list.component';
|
package/lib/tsi-components/manage-reporting/add-report-popup/add-report-popup.component.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ import { DashboardModuleService } from '../../../services/reporting/dashboard-mo
|
|
|
6
6
|
import { ReportingService } from '../../../services/reporting/reporting.service';
|
|
7
7
|
import { TsiNotificationService } from '../../../services/notification/tsi-notification.service';
|
|
8
8
|
import { TsiConfirmationService } from '../../../services/notification/tsi-confirmation.service';
|
|
9
|
+
import { HttpClient, HttpParams } from '@angular/common/http';
|
|
10
|
+
import { Router } from '@angular/router';
|
|
9
11
|
import * as i0 from "@angular/core";
|
|
10
12
|
export declare class AddReportPopupComponent extends TsiFormComponentBaseComponent implements OnInit {
|
|
11
13
|
ref: DynamicDialogRef;
|
|
@@ -14,6 +16,8 @@ export declare class AddReportPopupComponent extends TsiFormComponentBaseCompone
|
|
|
14
16
|
private notificationService;
|
|
15
17
|
private dashboardModuleService;
|
|
16
18
|
private _confirm;
|
|
19
|
+
private _httpClient;
|
|
20
|
+
private _router;
|
|
17
21
|
dataSource: {
|
|
18
22
|
key: TsiReportType;
|
|
19
23
|
value: string;
|
|
@@ -126,6 +130,9 @@ export declare class AddReportPopupComponent extends TsiFormComponentBaseCompone
|
|
|
126
130
|
};
|
|
127
131
|
reportBusinessClass?: string;
|
|
128
132
|
customReportingMode?: boolean;
|
|
133
|
+
selectedEndpoints: any[];
|
|
134
|
+
endpointsOptions: any[];
|
|
135
|
+
enableMultiSelectEndpoints: boolean;
|
|
129
136
|
private _isReportForFiche;
|
|
130
137
|
get isReportForFiche(): boolean;
|
|
131
138
|
report: {
|
|
@@ -143,9 +150,12 @@ export declare class AddReportPopupComponent extends TsiFormComponentBaseCompone
|
|
|
143
150
|
display: boolean;
|
|
144
151
|
};
|
|
145
152
|
modules: any[];
|
|
146
|
-
constructor(ref: DynamicDialogRef, reportingService: ReportingService, config: DynamicDialogConfig, notificationService: TsiNotificationService, dashboardModuleService: DashboardModuleService, _confirm: TsiConfirmationService);
|
|
153
|
+
constructor(ref: DynamicDialogRef, reportingService: ReportingService, config: DynamicDialogConfig, notificationService: TsiNotificationService, dashboardModuleService: DashboardModuleService, _confirm: TsiConfirmationService, _httpClient: HttpClient, _router: Router);
|
|
147
154
|
ngOnInit(): void;
|
|
148
155
|
reportTypeChange(evt: any): void;
|
|
156
|
+
handleOpen(): Promise<void>;
|
|
157
|
+
onFilter(event: any): Promise<void>;
|
|
158
|
+
_generateHttpParams(filter?: string): HttpParams;
|
|
149
159
|
save(): void;
|
|
150
160
|
selectedEndpointChange(endpointValue: any): void;
|
|
151
161
|
private getAllModules;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AfterContentChecked, ChangeDetectorRef, EnvironmentInjector, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { MenuItem
|
|
2
|
+
import { MenuItem } from 'primeng/api';
|
|
3
3
|
import { BehaviorSubject } from 'rxjs';
|
|
4
4
|
import { ButtonType } from '../../enums/button-type.enum';
|
|
5
5
|
import { TsiGenericGridComponent } from '../output-components/tsi-generic-grid/tsi-generic-grid.component';
|
|
@@ -22,7 +22,6 @@ import { TsiModalService } from '../../services/modal/tsi-modal.service';
|
|
|
22
22
|
import * as i0 from "@angular/core";
|
|
23
23
|
export declare class TsiGenericCrudComponent implements OnInit, AfterContentChecked {
|
|
24
24
|
private _messageService;
|
|
25
|
-
private msgService;
|
|
26
25
|
private _tsiModalService;
|
|
27
26
|
private _cdRef;
|
|
28
27
|
private localize;
|
|
@@ -88,8 +87,6 @@ export declare class TsiGenericCrudComponent implements OnInit, AfterContentChec
|
|
|
88
87
|
showCardView: boolean;
|
|
89
88
|
showKanbanView: boolean;
|
|
90
89
|
showDuplicateButton: boolean;
|
|
91
|
-
showFormButton: boolean;
|
|
92
|
-
showImportFromOutlookButton: boolean;
|
|
93
90
|
selectKeyOnly: boolean;
|
|
94
91
|
selectionMode: GridSelectionMode;
|
|
95
92
|
selectedItems: Array<any>;
|
|
@@ -106,13 +103,12 @@ export declare class TsiGenericCrudComponent implements OnInit, AfterContentChec
|
|
|
106
103
|
selectedItemsChange: EventEmitter<Array<any>>;
|
|
107
104
|
searchFieldsValueChanged: EventEmitter<Array<SearchField>>;
|
|
108
105
|
buttonColumnClicked: EventEmitter<ButtonClickResult>;
|
|
109
|
-
onImportFromOutlookClicked: EventEmitter<any>;
|
|
110
106
|
clickCount: number;
|
|
111
107
|
currentIcon: string;
|
|
112
108
|
currentTooltip: string;
|
|
113
109
|
viewOptions: MenuItem[];
|
|
114
110
|
page$: BehaviorSubject<any>;
|
|
115
|
-
constructor(_messageService: TsiNotificationService,
|
|
111
|
+
constructor(_messageService: TsiNotificationService, _tsiModalService: TsiModalService, _cdRef: ChangeDetectorRef, localize: LocalizePipe, dialogDataService: DialogDataService, fichierService: FichierUploadService, recordInfoPopupService: RecordInfoPopupService, _workflowConfigurationService: WorkflowConfigurationService, _entityConfigService: EntityConfigurationService, notesService: NoteService, _injector: EnvironmentInjector);
|
|
116
112
|
ngAfterContentChecked(): void;
|
|
117
113
|
getState(): import("primeng/api").TableState | null | undefined;
|
|
118
114
|
restoreState(configuration: string): void;
|
|
@@ -156,7 +152,6 @@ export declare class TsiGenericCrudComponent implements OnInit, AfterContentChec
|
|
|
156
152
|
handleActionViewClick(): void;
|
|
157
153
|
private _handleActionWithAlertCheck;
|
|
158
154
|
onStatusFilterChanged(evt: any): void;
|
|
159
|
-
onImportClicked(): void;
|
|
160
155
|
static ɵfac: i0.ɵɵFactoryDeclaration<TsiGenericCrudComponent, never>;
|
|
161
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TsiGenericCrudComponent, "Tsi-Generic-Crud", never, { "entityInfo": { "alias": "entityInfo"; "required": false; }; "modalData": { "alias": "modalData"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "gridConfiguration": { "alias": "gridConfiguration"; "required": false; }; "cudComponent": { "alias": "cudComponent"; "required": false; }; "crudService": { "alias": "crudService"; "required": false; }; "header": { "alias": "header"; "required": false; }; "modalSize": { "alias": "modalSize"; "required": false; }; "descriminatorValue": { "alias": "descriminatorValue"; "required": false; }; "presentationSettings": { "alias": "presentationSettings"; "required": false; }; "preventAddEvent": { "alias": "preventAddEvent"; "required": false; }; "formEndpoint": { "alias": "formEndpoint"; "required": false; }; "formName": { "alias": "formName"; "required": false; }; "isSearchButtonDisabled": { "alias": "isSearchButtonDisabled"; "required": false; }; "showHeaderFilters": { "alias": "showHeaderFilters"; "required": false; }; "showEditButton": { "alias": "showEditButton"; "required": false; }; "showDeleteButton": { "alias": "showDeleteButton"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "showConsultButton": { "alias": "showConsultButton"; "required": false; }; "showUploadButton": { "alias": "showUploadButton"; "required": false; }; "showNoteButton": { "alias": "showNoteButton"; "required": false; }; "showDownloadButton": { "alias": "showDownloadButton"; "required": false; }; "showInfoButton": { "alias": "showInfoButton"; "required": false; }; "showSearchField": { "alias": "showSearchField"; "required": false; }; "searchFields": { "alias": "searchFields"; "required": false; }; "showCalenderView": { "alias": "showCalenderView"; "required": false; }; "calenderSchema": { "alias": "calenderSchema"; "required": false; }; "showCardView": { "alias": "showCardView"; "required": false; }; "showKanbanView": { "alias": "showKanbanView"; "required": false; }; "showDuplicateButton": { "alias": "showDuplicateButton"; "required": false; }; "
|
|
156
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TsiGenericCrudComponent, "Tsi-Generic-Crud", never, { "entityInfo": { "alias": "entityInfo"; "required": false; }; "modalData": { "alias": "modalData"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "gridConfiguration": { "alias": "gridConfiguration"; "required": false; }; "cudComponent": { "alias": "cudComponent"; "required": false; }; "crudService": { "alias": "crudService"; "required": false; }; "header": { "alias": "header"; "required": false; }; "modalSize": { "alias": "modalSize"; "required": false; }; "descriminatorValue": { "alias": "descriminatorValue"; "required": false; }; "presentationSettings": { "alias": "presentationSettings"; "required": false; }; "preventAddEvent": { "alias": "preventAddEvent"; "required": false; }; "formEndpoint": { "alias": "formEndpoint"; "required": false; }; "formName": { "alias": "formName"; "required": false; }; "isSearchButtonDisabled": { "alias": "isSearchButtonDisabled"; "required": false; }; "showHeaderFilters": { "alias": "showHeaderFilters"; "required": false; }; "showEditButton": { "alias": "showEditButton"; "required": false; }; "showDeleteButton": { "alias": "showDeleteButton"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "showConsultButton": { "alias": "showConsultButton"; "required": false; }; "showUploadButton": { "alias": "showUploadButton"; "required": false; }; "showNoteButton": { "alias": "showNoteButton"; "required": false; }; "showDownloadButton": { "alias": "showDownloadButton"; "required": false; }; "showInfoButton": { "alias": "showInfoButton"; "required": false; }; "showSearchField": { "alias": "showSearchField"; "required": false; }; "searchFields": { "alias": "searchFields"; "required": false; }; "showCalenderView": { "alias": "showCalenderView"; "required": false; }; "calenderSchema": { "alias": "calenderSchema"; "required": false; }; "showCardView": { "alias": "showCardView"; "required": false; }; "showKanbanView": { "alias": "showKanbanView"; "required": false; }; "showDuplicateButton": { "alias": "showDuplicateButton"; "required": false; }; "selectKeyOnly": { "alias": "selectKeyOnly"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "selectedItems": { "alias": "selectedItems"; "required": false; }; "key": { "alias": "key"; "required": false; }; "id": { "alias": "id"; "required": false; }; "businessClass": { "alias": "businessClass"; "required": false; }; "searchOnInit": { "alias": "searchOnInit"; "required": false; }; "showGlobalSearch": { "alias": "showGlobalSearch"; "required": false; }; "showExportButton": { "alias": "showExportButton"; "required": false; }; "showReporting": { "alias": "showReporting"; "required": false; }; }, { "selectedItemsChange": "selectedItemsChange"; "searchFieldsValueChanged": "searchFieldsValueChanged"; "buttonColumnClicked": "buttonColumnClicked"; }, never, never, false, never>;
|
|
162
157
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export const formType = {
|
|
2
|
-
string: 'STRING',
|
|
3
|
-
int: 'INT',
|
|
4
|
-
decimal: 'DECIMAL',
|
|
5
|
-
boolean: 'BOOLEAN',
|
|
6
|
-
binary: 'BINAIRE',
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS10eXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdHNpLXNoYXJlZC11aS9zcmMvbGliL2NvbnN0cy9mb3JtLXR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsTUFBTSxDQUFDLE1BQU0sUUFBUSxHQUFHO0lBQ3BCLE1BQU0sRUFBRSxRQUFRO0lBQ2hCLEdBQUcsRUFBRSxLQUFLO0lBQ1YsT0FBTyxFQUFFLFNBQVM7SUFDbEIsT0FBTyxFQUFFLFNBQVM7SUFDbEIsTUFBTSxFQUFFLFNBQVM7Q0FDbEIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBjb25zdCBmb3JtVHlwZSA9IHtcclxuICAgIHN0cmluZzogJ1NUUklORycsXHJcbiAgICBpbnQ6ICdJTlQnLFxyXG4gICAgZGVjaW1hbDogJ0RFQ0lNQUwnLFxyXG4gICAgYm9vbGVhbjogJ0JPT0xFQU4nLFxyXG4gICAgYmluYXJ5OiAnQklOQUlSRScsXHJcbiAgfTsiXX0=
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Segment } from "./baseuri";
|
|
2
|
-
export const formulaireSegments = {
|
|
3
|
-
allAsKeyValuePair: 'allAsKeyValuePair',
|
|
4
|
-
asKeyValuePair: 'asKeyValuePair',
|
|
5
|
-
formulaire: 'Formulaire'
|
|
6
|
-
};
|
|
7
|
-
export const formulaireEndpoints = {
|
|
8
|
-
getAllFormulairesAsKeyValuePair: (businessClass) => `${Segment.base}/${formulaireSegments.formulaire}/${formulaireSegments.allAsKeyValuePair}?value=${businessClass}`,
|
|
9
|
-
getFormulaireAsKeyValuePair: () => `${Segment.base}/${formulaireSegments.formulaire}/${formulaireSegments.asKeyValuePair}`,
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybXVsYWlyZS1lbmRwb2ludHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90c2ktc2hhcmVkLXVpL3NyYy9saWIvZW5kLXBvaW50cy9mb3JtdWxhaXJlLWVuZHBvaW50cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFFLE1BQU0sV0FBVyxDQUFBO0FBRW5DLE1BQU0sQ0FBQyxNQUFNLGtCQUFrQixHQUFHO0lBQzlCLGlCQUFpQixFQUFFLG1CQUFtQjtJQUN0QyxjQUFjLEVBQUUsZ0JBQWdCO0lBQ2hDLFVBQVUsRUFBRyxZQUFZO0NBQzVCLENBQUE7QUFFRCxNQUFNLENBQUMsTUFBTSxtQkFBbUIsR0FBRztJQUMvQiwrQkFBK0IsRUFBRyxDQUFDLGFBQXNCLEVBQUUsRUFBRSxDQUFDLEdBQUcsT0FBTyxDQUFDLElBQUksSUFBSSxrQkFBa0IsQ0FBQyxVQUFVLElBQUksa0JBQWtCLENBQUMsaUJBQWlCLFVBQVUsYUFBYSxFQUFFO0lBQy9LLDJCQUEyQixFQUFHLEdBQUcsRUFBRSxDQUFDLEdBQUcsT0FBTyxDQUFDLElBQUksSUFBSSxrQkFBa0IsQ0FBQyxVQUFVLElBQUksa0JBQWtCLENBQUMsY0FBYyxFQUFFO0NBQzlILENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBTZWdtZW50IH0gZnJvbSBcIi4vYmFzZXVyaVwiXHJcblxyXG5leHBvcnQgY29uc3QgZm9ybXVsYWlyZVNlZ21lbnRzID0ge1xyXG4gICAgYWxsQXNLZXlWYWx1ZVBhaXI6ICdhbGxBc0tleVZhbHVlUGFpcicsXHJcbiAgICBhc0tleVZhbHVlUGFpcjogJ2FzS2V5VmFsdWVQYWlyJyxcclxuICAgIGZvcm11bGFpcmUgOiAnRm9ybXVsYWlyZSdcclxufVxyXG5cclxuZXhwb3J0IGNvbnN0IGZvcm11bGFpcmVFbmRwb2ludHMgPSB7XHJcbiAgICBnZXRBbGxGb3JtdWxhaXJlc0FzS2V5VmFsdWVQYWlyIDogKGJ1c2luZXNzQ2xhc3MgOiBzdHJpbmcpID0+IGAke1NlZ21lbnQuYmFzZX0vJHtmb3JtdWxhaXJlU2VnbWVudHMuZm9ybXVsYWlyZX0vJHtmb3JtdWxhaXJlU2VnbWVudHMuYWxsQXNLZXlWYWx1ZVBhaXJ9P3ZhbHVlPSR7YnVzaW5lc3NDbGFzc31gLFxyXG4gICAgZ2V0Rm9ybXVsYWlyZUFzS2V5VmFsdWVQYWlyIDogKCkgPT4gYCR7U2VnbWVudC5iYXNlfS8ke2Zvcm11bGFpcmVTZWdtZW50cy5mb3JtdWxhaXJlfS8ke2Zvcm11bGFpcmVTZWdtZW50cy5hc0tleVZhbHVlUGFpcn1gLFxyXG59Il19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export class FormulaireData {
|
|
2
|
-
}
|
|
3
|
-
export class FormulaireDataPagedRequest {
|
|
4
|
-
}
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybXVsYWlyZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3RzaS1zaGFyZWQtdWkvc3JjL2xpYi9tb2RlbHMvZHluYW1pYy1mb3JtL2Zvcm11bGFpcmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUEsTUFBTSxPQUFPLGNBQWM7Q0FTMUI7QUFFRCxNQUFNLE9BQU8sMEJBQTBCO0NBV3RDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSUZpbHRlcmVkUmVxdWVzdCwgSVBhZ2VkUmVxdWVzdCwgSVNvcnRCeVByb3ByZXR5IH0gZnJvbSBcIi4uLy4uL2ludGVyZmFjZXNcIjtcclxuXHJcbmV4cG9ydCBjbGFzcyBGb3JtdWxhaXJlRGF0YSB7XHJcbiAgdWlkOiBzdHJpbmcgfCB1bmRlZmluZWQ7XHJcbiAgZm9ybXVsYWlyZVVpZDogc3RyaW5nIHwgdW5kZWZpbmVkO1xyXG4gIGZvcm11bGFpcmVOb206IHN0cmluZyB8IHVuZGVmaW5lZDtcclxuICBjbGFzc05hbWU6IHN0cmluZyB8IHVuZGVmaW5lZDtcclxuICBvY2N1cmVuY2U6IHN0cmluZyB8IHVuZGVmaW5lZDtcclxuICBvYnNlcnZhdGlvbjogc3RyaW5nIHwgdW5kZWZpbmVkO1xyXG4gIGRhdGU6IERhdGUgfCB1bmRlZmluZWQ7XHJcbiAgdmFsaWQ6IGJvb2xlYW4gfCB1bmRlZmluZWQ7XHJcbn1cclxuXHJcbmV4cG9ydCBjbGFzcyBGb3JtdWxhaXJlRGF0YVBhZ2VkUmVxdWVzdCBpbXBsZW1lbnRzIElQYWdlZFJlcXVlc3Qge1xyXG4gIG1heFJlc3VsdENvdW50PzogbnVtYmVyIHwgbnVsbDtcclxuICBza2lwQ291bnQ/OiBudW1iZXI7XHJcbiAgc29ydGluZz86IElTb3J0QnlQcm9wcmV0eVtdO1xyXG4gIGtleXdvcmQ/OiBzdHJpbmc7XHJcbiAgZmlsdGVycz86IElGaWx0ZXJlZFJlcXVlc3RbXTtcclxuICBnZXRBbGxEYXRhPzogYm9vbGVhbjtcclxuICBzdW1tYXJpZXM/OiBzdHJpbmdbXTtcclxuICBcclxuICBCdXNpbmVzc0NsYXNzOiBzdHJpbmcgfCB1bmRlZmluZWQ7XHJcbiAgT2JqZWN0SWQ6IHN0cmluZyB8IHVuZGVmaW5lZDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBGb3JtdWxhaXJlQ29sb25uZSB7XHJcbiAgdHlwZTogc3RyaW5nO1xyXG4gIHVpZDogc3RyaW5nO1xyXG4gIG5vbTogc3RyaW5nO1xyXG4gIGZvcm11bGFpcmU6IHN0cmluZztcclxuICBmb3JtdWxlOiBzdHJpbmc7XHJcbiAgZ3JvdXBlOiBzdHJpbmc7XHJcbiAgbG9uZ3VldXI6IG51bWJlcjtcclxuICBvYnNlcnZhdGlvbjogc3RyaW5nO1xyXG4gIG9yZHJlOiBudW1iZXI7XHJcbiAgcmVxdWV0ZTogc3RyaW5nO1xyXG59XHJcblxyXG5leHBvcnQgaW50ZXJmYWNlIEZvcm11bGFpcmVEYXRhQ29sb25uZSB7XHJcbiAgZm9ybXVsYWlyZUNvbG9ubmVVaWQ6IHN0cmluZztcclxuICBmb3JtdWxhaXJlRGF0YVVpZD86IHN0cmluZztcclxuICB2YWxldXJCb29sZWFuPzogYm9vbGVhbjtcclxuICB2YWxldXJJbnQ/OiBudW1iZXI7XHJcbiAgdmFsZXVyU3RyaW5nPzogc3RyaW5nO1xyXG4gIHZhbGV1ckRlY2ltYWw/OiBudW1iZXI7XHJcbiAgdmFsZXVyQmluYXJ5PzogQmluYXJ5VHlwZTtcclxuICBvYnNlcnZhdGlvbj86IHN0cmluZztcclxuICB2YWxpZD86IGJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgQ3JlYXRlRm9ybXVEYXRhQ29sb25uZVJlcXVlc3Qge1xyXG4gIHVpZDogc3RyaW5nIHwgdW5kZWZpbmVkO1xyXG4gIGZvcm11bGFpcmVVaWQ6IHN0cmluZyB8IHVuZGVmaW5lZDtcclxuICBmb3JtdWxhaXJlTm9tOiBzdHJpbmcgfCB1bmRlZmluZWQ7XHJcbiAgY2xhc3NOYW1lOiBzdHJpbmcgfCB1bmRlZmluZWQ7XHJcbiAgb2NjdXJlbmNlOiBzdHJpbmcgfCB1bmRlZmluZWQ7XHJcbiAgb2JzZXJ2YXRpb246IHN0cmluZyB8IHVuZGVmaW5lZDtcclxuICBkYXRlOiBEYXRlIHwgdW5kZWZpbmVkO1xyXG4gIHZhbGlkOiBib29sZWFuIHwgdW5kZWZpbmVkO1xyXG4gIGZvcm1EYXRhQ29sb25uZXM6IEZvcm11bGFpcmVEYXRhQ29sb25uZVtdO1xyXG59XHJcbiJdfQ==
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import { CrudBaseService } from '../base/crud-base.service';
|
|
3
|
-
import { AdministrationSegments } from '../../end-points/endpoints';
|
|
4
|
-
import { Segment } from "../../end-points/baseuri";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@angular/common/http";
|
|
7
|
-
import * as i2 from "../dialog-data.service";
|
|
8
|
-
export class FormDataService extends CrudBaseService {
|
|
9
|
-
constructor(_httpClient, dialogDataService) {
|
|
10
|
-
super(_httpClient, AdministrationSegments.formulaireData);
|
|
11
|
-
this._httpClient = _httpClient;
|
|
12
|
-
this.dialogDataService = dialogDataService;
|
|
13
|
-
}
|
|
14
|
-
getAllPaged(model) {
|
|
15
|
-
model.BusinessClass = this.dialogDataService.getData().class;
|
|
16
|
-
model.ObjectId = this.dialogDataService.getData().id;
|
|
17
|
-
return super.getAllPaged(model);
|
|
18
|
-
}
|
|
19
|
-
getColonnesByFormulaireUid(uid) {
|
|
20
|
-
return this._httpClient.get(`${Segment.base}/${AdministrationSegments.formulaire}/${uid}`);
|
|
21
|
-
}
|
|
22
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormDataService, deps: [{ token: i1.HttpClient }, { token: i2.DialogDataService }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
23
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormDataService, providedIn: 'root' }); }
|
|
24
|
-
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: FormDataService, decorators: [{
|
|
26
|
-
type: Injectable,
|
|
27
|
-
args: [{
|
|
28
|
-
providedIn: 'root'
|
|
29
|
-
}]
|
|
30
|
-
}], ctorParameters: () => [{ type: i1.HttpClient }, { type: i2.DialogDataService }] });
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS1kYXRhLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90c2ktc2hhcmVkLXVpL3NyYy9saWIvc2VydmljZXMvZHluYW1pYy1mb3JtL2Zvcm0tZGF0YS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQzVELE9BQU8sRUFBRSxzQkFBc0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBS3BFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7OztBQUtuRCxNQUFNLE9BQU8sZUFBZ0IsU0FBUSxlQUF3RTtJQUUzRyxZQUNxQixXQUF1QixFQUNsQyxpQkFBb0M7UUFFNUMsS0FBSyxDQUFDLFdBQVcsRUFBRSxzQkFBc0IsQ0FBQyxjQUFjLENBQUMsQ0FBQTtRQUh0QyxnQkFBVyxHQUFYLFdBQVcsQ0FBWTtRQUNsQyxzQkFBaUIsR0FBakIsaUJBQWlCLENBQW1CO0lBRzlDLENBQUM7SUFFZSxXQUFXLENBQUMsS0FBaUM7UUFDM0QsS0FBSyxDQUFDLGFBQWEsR0FBRyxJQUFJLENBQUMsaUJBQWlCLENBQUMsT0FBTyxFQUFFLENBQUMsS0FBSyxDQUFDO1FBQzdELEtBQUssQ0FBQyxRQUFRLEdBQUcsSUFBSSxDQUFDLGlCQUFpQixDQUFDLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUNyRCxPQUFPLEtBQUssQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDbEMsQ0FBQztJQUVNLDBCQUEwQixDQUFDLEdBQVc7UUFDM0MsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDLEdBQUcsQ0FBQyxHQUFHLE9BQU8sQ0FBQyxJQUFJLElBQUksc0JBQXNCLENBQUMsVUFBVSxJQUFJLEdBQUcsRUFBRSxDQUFDLENBQUM7SUFDN0YsQ0FBQzsrR0FqQlUsZUFBZTttSEFBZixlQUFlLGNBRmQsTUFBTTs7NEZBRVAsZUFBZTtrQkFIM0IsVUFBVTttQkFBQztvQkFDVixVQUFVLEVBQUUsTUFBTTtpQkFDbkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBIdHRwQ2xpZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uL2h0dHAnO1xyXG5pbXBvcnQgeyBJbmplY3RhYmxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENydWRCYXNlU2VydmljZSB9IGZyb20gJy4uL2Jhc2UvY3J1ZC1iYXNlLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBBZG1pbmlzdHJhdGlvblNlZ21lbnRzIH0gZnJvbSAnLi4vLi4vZW5kLXBvaW50cy9lbmRwb2ludHMnO1xyXG5pbXBvcnQgeyBPYnNlcnZhYmxlIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IElQYWdlZFJlc3BvbnNlIH0gZnJvbSAnLi4vLi4vaW50ZXJmYWNlcyc7XHJcbmltcG9ydCB7IENyZWF0ZUZvcm11RGF0YUNvbG9ubmVSZXF1ZXN0LCBGb3JtdWxhaXJlRGF0YSwgRm9ybXVsYWlyZURhdGFQYWdlZFJlcXVlc3QgfSBmcm9tICcuLi8uLi9tb2RlbHMvZHluYW1pYy1mb3JtL2Zvcm11bGFpcmUnO1xyXG5pbXBvcnQgeyBEaWFsb2dEYXRhU2VydmljZSB9IGZyb20gJy4uL2RpYWxvZy1kYXRhLnNlcnZpY2UnO1xyXG5pbXBvcnQgeyBTZWdtZW50IH0gZnJvbSBcIi4uLy4uL2VuZC1wb2ludHMvYmFzZXVyaVwiO1xyXG5cclxuQEluamVjdGFibGUoe1xyXG4gIHByb3ZpZGVkSW46ICdyb290J1xyXG59KVxyXG5leHBvcnQgY2xhc3MgRm9ybURhdGFTZXJ2aWNlIGV4dGVuZHMgQ3J1ZEJhc2VTZXJ2aWNlPENyZWF0ZUZvcm11RGF0YUNvbG9ubmVSZXF1ZXN0LCBhbnksIGFueSwgRm9ybXVsYWlyZURhdGE+IHtcclxuXHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwcm90ZWN0ZWQgb3ZlcnJpZGUgX2h0dHBDbGllbnQ6IEh0dHBDbGllbnQsXHJcbiAgICBwcml2YXRlIGRpYWxvZ0RhdGFTZXJ2aWNlOiBEaWFsb2dEYXRhU2VydmljZSkge1xyXG5cclxuICAgIHN1cGVyKF9odHRwQ2xpZW50LCBBZG1pbmlzdHJhdGlvblNlZ21lbnRzLmZvcm11bGFpcmVEYXRhKVxyXG4gIH1cclxuXHJcbiAgcHVibGljIG92ZXJyaWRlIGdldEFsbFBhZ2VkKG1vZGVsOiBGb3JtdWxhaXJlRGF0YVBhZ2VkUmVxdWVzdCk6IE9ic2VydmFibGU8SVBhZ2VkUmVzcG9uc2U8Rm9ybXVsYWlyZURhdGE+PiB7XHJcbiAgICBtb2RlbC5CdXNpbmVzc0NsYXNzID0gdGhpcy5kaWFsb2dEYXRhU2VydmljZS5nZXREYXRhKCkuY2xhc3M7XHJcbiAgICBtb2RlbC5PYmplY3RJZCA9IHRoaXMuZGlhbG9nRGF0YVNlcnZpY2UuZ2V0RGF0YSgpLmlkO1xyXG4gICAgcmV0dXJuIHN1cGVyLmdldEFsbFBhZ2VkKG1vZGVsKTsgXHJcbiAgfVxyXG5cclxuICBwdWJsaWMgZ2V0Q29sb25uZXNCeUZvcm11bGFpcmVVaWQodWlkOiBzdHJpbmcpIHtcclxuICAgIHJldHVybiB0aGlzLl9odHRwQ2xpZW50LmdldChgJHtTZWdtZW50LmJhc2V9LyR7QWRtaW5pc3RyYXRpb25TZWdtZW50cy5mb3JtdWxhaXJlfS8ke3VpZH1gKTtcclxuICB9XHJcblxyXG59Il19
|