@tsi-developpement/tsi-shared-ui 1.9.4 → 1.9.6

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.
Files changed (40) hide show
  1. package/esm2022/lib/end-points/endpoints.mjs +1 -9
  2. package/esm2022/lib/services/validation/input-registry.service.mjs +20 -1
  3. package/esm2022/lib/shared.module.mjs +5 -1
  4. package/esm2022/lib/tsi-base/components/tsi-form-base/tsi-form-base.component.mjs +30 -1
  5. package/esm2022/lib/tsi-base/components/tsi-list-base/tsi-list-base.component.mjs +31 -3
  6. package/esm2022/lib/tsi-components/input-components/editable-grid/editable-grid.component.mjs +1 -1
  7. package/esm2022/lib/tsi-components/output-components/tsi-generic-grid/tsi-generic-grid.component.mjs +2 -2
  8. package/esm2022/lib/tsi-components/reporting/reporting.component.mjs +1 -1
  9. package/esm2022/lib/tsi-components/tsi-action-erp-create-or-edit/tsi-action-erp-create-or-edit.component.mjs +1 -1
  10. package/esm2022/lib/tsi-components/tsi-action-erp-list/tsi-action-erp-list.component.mjs +1 -1
  11. package/esm2022/lib/tsi-components/tsi-dynamic-form/dynamic-form-list/dynamic-form-list.component.mjs +1 -1
  12. package/esm2022/lib/tsi-components/tsi-form/tsi-form.component.mjs +1 -1
  13. package/esm2022/lib/tsi-components/tsi-generic-crud/tsi-generic-crud.component.mjs +1 -1
  14. package/esm2022/lib/tsi-components/tsi-notes-createoredit/tsi-notes.component.mjs +1 -1
  15. package/esm2022/lib/tsi-components/tsi-notes-grid/tsi-notes-grid.component.mjs +1 -1
  16. package/esm2022/lib/tsi-components/tsi-search-box/tsi-search-box.component.mjs +1 -1
  17. package/esm2022/lib/tsi-components/tsi-tab-panel/tsi-tab-panel.component.mjs +11 -2
  18. package/esm2022/lib/tsi-components/tsi-tab-view/tsi-tab-view.component.mjs +29 -17
  19. package/esm2022/lib/tsi-directives/index.mjs +2 -1
  20. package/esm2022/lib/tsi-directives/presentation-designer-base.directive.mjs +3 -3
  21. package/esm2022/lib/tsi-directives/presentation-designer-tab-panel.directive.mjs +94 -0
  22. package/esm2022/lib/tsi-directives/presentation-designer.directive.mjs +3 -3
  23. package/fesm2022/tsi-developpement-tsi-shared-ui.mjs +502 -325
  24. package/fesm2022/tsi-developpement-tsi-shared-ui.mjs.map +1 -1
  25. package/lib/consts/app-providers.d.ts +1 -1
  26. package/lib/end-points/endpoints.d.ts +0 -8
  27. package/lib/services/validation/input-registry.service.d.ts +1 -0
  28. package/lib/shared.module.d.ts +50 -49
  29. package/lib/tsi-base/components/tsi-form-base/tsi-form-base.component.d.ts +3 -0
  30. package/lib/tsi-base/components/tsi-list-base/tsi-list-base.component.d.ts +2 -0
  31. package/lib/tsi-components/manage-reporting/add-report-popup/add-report-popup.component.d.ts +0 -5
  32. package/lib/tsi-components/tsi-action-erp-create-or-edit/tsi-action-erp-create-or-edit.component.d.ts +0 -5
  33. package/lib/tsi-components/tsi-tab-panel/tsi-tab-panel.component.d.ts +9 -1
  34. package/lib/tsi-components/tsi-tab-view/tsi-tab-view.component.d.ts +8 -1
  35. package/lib/tsi-components/tsi-upload-fiche/tsi-upload-fiche.component.d.ts +0 -5
  36. package/lib/tsi-directives/index.d.ts +1 -0
  37. package/lib/tsi-directives/presentation-designer-base.directive.d.ts +1 -1
  38. package/lib/tsi-directives/presentation-designer-tab-panel.directive.d.ts +41 -0
  39. package/lib/tsi-directives/presentation-designer.directive.d.ts +1 -1
  40. package/package.json +1 -1
@@ -3,4 +3,4 @@ import { FormStateService } from "../services/form/form-state.service";
3
3
  import { PresentationDesignerBaseService } from "../services/presentation-setting/presentation-designer-base.service";
4
4
  import { GenericValidationStateService } from "../services/validation/generic-validation-state.service";
5
5
  import { InputRegistryService } from "../services/validation/input-registry.service";
6
- export declare const appProviders: (typeof PresentationDesignerBaseService | typeof GenericValidationStateService | typeof InputRegistryService | typeof DynamicFormService | typeof FormStateService)[];
6
+ export declare const appProviders: (typeof PresentationDesignerBaseService | typeof InputRegistryService | typeof GenericValidationStateService | typeof DynamicFormService | typeof FormStateService)[];
@@ -17,7 +17,6 @@ export declare const AdministrationSegments: {
17
17
  getAffichageAlerteEnum: string;
18
18
  classw: string;
19
19
  importAllWorkflowClasses: string;
20
- classwEtat: string;
21
20
  workflowEtat: string;
22
21
  workflow: string;
23
22
  alert: string;
@@ -52,7 +51,6 @@ export declare const AdministrationSegments: {
52
51
  createADMINISTRATION: string;
53
52
  getByParamUser: string;
54
53
  getAllByCurrentUserId: string;
55
- getAsKeyValuePairByClasswId: string;
56
54
  getAsKeyValuePairByWorkflowId: string;
57
55
  updateWorkflowList: string;
58
56
  getFonctionnaliteAsKeyValuePairByWorkflowId: string;
@@ -60,7 +58,6 @@ export declare const AdministrationSegments: {
60
58
  getWorkflowInstanceAsKeyValuePairByWorkflowId: string;
61
59
  getAllClasswByNom: string;
62
60
  getClasswByNom: string;
63
- getAllClasswEtatAsKeyPairValue: string;
64
61
  GetAllFonctionnaliteWorkflowClassW: string;
65
62
  getCurrentUser: string;
66
63
  getCurrentUserWithRoles: string;
@@ -152,17 +149,12 @@ export declare const AdministrationEndpoints: {
152
149
  getAllClassw: () => string;
153
150
  getAllClasswMinimal: () => string;
154
151
  getClasswMinimal: () => string;
155
- getAllClasswEtat: () => string;
156
- getAllClasswEtatMinimal: () => string;
157
- getClasswEtatMinimal: () => string;
158
152
  getWorkflowEtatAsKeyValuePair: () => string;
159
153
  getWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
160
154
  getAllWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
161
- getAsKeyValuePairByClasswId: (id?: string) => string;
162
155
  getAsKeyValuePairByWorkflowId: (id?: string) => string;
163
156
  updateWorkflowList: () => string;
164
157
  getFonctionnaliteAsKeyValuePairByWorkflowEtatUid: (id?: string) => string;
165
- getAllClasswEtatAsKeyPairValue: () => string;
166
158
  getAllWorkflow: () => string;
167
159
  getAllWorkflowAsKeyValuePair: () => string;
168
160
  getWorkflowAsKeyValuePair: () => string;
@@ -6,6 +6,7 @@ export declare class InputRegistryService {
6
6
  unregister(input: TsiInputBase): void;
7
7
  getAll(): TsiInputBase[];
8
8
  hasAnyDirtyInput(): boolean;
9
+ markInputAsDirty(inputName?: string): void;
9
10
  resetDirtyStatusForAllInputs(): void;
10
11
  clear(): void;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<InputRegistryService, never>;
@@ -101,57 +101,58 @@ import * as i98 from "./tsi-directives/module-main-parameter.directive";
101
101
  import * as i99 from "./tsi-directives/validation.directive";
102
102
  import * as i100 from "./tsi-directives/presentation-designer.directive";
103
103
  import * as i101 from "./tsi-directives/presentation-designer-base.directive";
104
- import * as i102 from "./tsi-directives/auto-select.directive";
105
- import * as i103 from "./tsi-directives/tsi-template/tsi-template.directive";
106
- import * as i104 from "./tsi-components/output-components/display-nested-prop/display-nested-prop.component";
107
- import * as i105 from "./pipes/to-number.pipe";
108
- import * as i106 from "./pipes/tsi-currency.pipe";
109
- import * as i107 from "@angular/common";
110
- import * as i108 from "@angular/forms";
111
- import * as i109 from "angularx-qrcode";
112
- import * as i110 from "@angular/common/http";
113
- import * as i111 from "primeng/button";
114
- import * as i112 from "primeng/avatargroup";
115
- import * as i113 from "primeng/checkbox";
116
- import * as i114 from "primeng/avatar";
117
- import * as i115 from "primeng/inputtext";
118
- import * as i116 from "primeng/password";
119
- import * as i117 from "primeng/table";
120
- import * as i118 from "primeng/treetable";
121
- import * as i119 from "primeng/toolbar";
122
- import * as i120 from "primeng/menu";
123
- import * as i121 from "primeng/dialog";
124
- import * as i122 from "primeng/confirmdialog";
125
- import * as i123 from "primeng/inputnumber";
126
- import * as i124 from "primeng/calendar";
127
- import * as i125 from "primeng/radiobutton";
128
- import * as i126 from "primeng/scrollpanel";
129
- import * as i127 from "primeng/tabview";
130
- import * as i128 from "primeng/inputtextarea";
131
- import * as i129 from "primeng/toast";
132
- import * as i130 from "primeng/dropdown";
133
- import * as i131 from "primeng/tooltip";
134
- import * as i132 from "primeng/fieldset";
135
- import * as i133 from "primeng/progressspinner";
136
- import * as i134 from "primeng/fileupload";
137
- import * as i135 from "primeng/multiselect";
138
- import * as i136 from "primeng/overlaypanel";
139
- import * as i137 from "primeng/panel";
140
- import * as i138 from "@fullcalendar/angular";
141
- import * as i139 from "primeng/divider";
142
- import * as i140 from "primeng/card";
143
- import * as i141 from "primeng/paginator";
144
- import * as i142 from "primeng/image";
145
- import * as i143 from "primeng/progressbar";
146
- import * as i144 from "primeng/dragdrop";
147
- import * as i145 from "primeng/splitbutton";
148
- import * as i146 from "primeng/dynamicdialog";
149
- import * as i147 from "primeng/tag";
150
- import * as i148 from "primeng/colorpicker";
151
- import * as i149 from "primeng/badge";
104
+ import * as i102 from "./tsi-directives/presentation-designer-tab-panel.directive";
105
+ import * as i103 from "./tsi-directives/auto-select.directive";
106
+ import * as i104 from "./tsi-directives/tsi-template/tsi-template.directive";
107
+ import * as i105 from "./tsi-components/output-components/display-nested-prop/display-nested-prop.component";
108
+ import * as i106 from "./pipes/to-number.pipe";
109
+ import * as i107 from "./pipes/tsi-currency.pipe";
110
+ import * as i108 from "@angular/common";
111
+ import * as i109 from "@angular/forms";
112
+ import * as i110 from "angularx-qrcode";
113
+ import * as i111 from "@angular/common/http";
114
+ import * as i112 from "primeng/button";
115
+ import * as i113 from "primeng/avatargroup";
116
+ import * as i114 from "primeng/checkbox";
117
+ import * as i115 from "primeng/avatar";
118
+ import * as i116 from "primeng/inputtext";
119
+ import * as i117 from "primeng/password";
120
+ import * as i118 from "primeng/table";
121
+ import * as i119 from "primeng/treetable";
122
+ import * as i120 from "primeng/toolbar";
123
+ import * as i121 from "primeng/menu";
124
+ import * as i122 from "primeng/dialog";
125
+ import * as i123 from "primeng/confirmdialog";
126
+ import * as i124 from "primeng/inputnumber";
127
+ import * as i125 from "primeng/calendar";
128
+ import * as i126 from "primeng/radiobutton";
129
+ import * as i127 from "primeng/scrollpanel";
130
+ import * as i128 from "primeng/tabview";
131
+ import * as i129 from "primeng/inputtextarea";
132
+ import * as i130 from "primeng/toast";
133
+ import * as i131 from "primeng/dropdown";
134
+ import * as i132 from "primeng/tooltip";
135
+ import * as i133 from "primeng/fieldset";
136
+ import * as i134 from "primeng/progressspinner";
137
+ import * as i135 from "primeng/fileupload";
138
+ import * as i136 from "primeng/multiselect";
139
+ import * as i137 from "primeng/overlaypanel";
140
+ import * as i138 from "primeng/panel";
141
+ import * as i139 from "@fullcalendar/angular";
142
+ import * as i140 from "primeng/divider";
143
+ import * as i141 from "primeng/card";
144
+ import * as i142 from "primeng/paginator";
145
+ import * as i143 from "primeng/image";
146
+ import * as i144 from "primeng/progressbar";
147
+ import * as i145 from "primeng/dragdrop";
148
+ import * as i146 from "primeng/splitbutton";
149
+ import * as i147 from "primeng/dynamicdialog";
150
+ import * as i148 from "primeng/tag";
151
+ import * as i149 from "primeng/colorpicker";
152
+ import * as i150 from "primeng/badge";
152
153
  export declare class SharedModule {
153
154
  constructor(primengConfig: PrimeNGConfig);
154
155
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
155
- 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.TsiFilePreviewComponent, typeof i38.ModalComponent, typeof i39.ModalLoaderComponent, typeof i40.TsiGenericCrudComponent, typeof i41.TsiGenericGridComponent, typeof i42.TsiModalComponent, typeof i43.TsiModalFooterComponent, typeof i44.TsiModalHeaderComponent, typeof i45.TsiSubmitButtonComponent, typeof i46.TsiFormComponentBaseComponent, typeof i47.TsiErrorMessageComponent, typeof i48.TsiButtonComponent, typeof i49.TsiSuccessMessageComponent, typeof i50.TsiTabPanelComponent, typeof i51.TsiTabViewComponent, typeof i52.TsiGenericFormComponent, typeof i53.ReportingComponent, typeof i54.TsiSearchBoxComponent, typeof i55.ManageReportingComponent, typeof i56.TsiFormComponent, typeof i57.TsiRedirectionMessageComponent, typeof i58.TsiDividerComponent, typeof i59.TsiTenantsComponent, typeof i60.TsiCodeGeneratorComponent, typeof i61.TsiCardComponent, typeof i62.TsiCardListComponent, typeof i60.TsiCodeGeneratorComponent, typeof i63.TsiImageDisplayComponent, typeof i64.TsiFormModalFooterComponent, typeof i65.TsiKanbanComponent, typeof i66.LogoutPopupComponent, typeof i67.CreateOrEditEntityInformationsComponent, typeof i68.TsiCalenderComponent, typeof i69.ContextMenuComponent, typeof i70.TsiTooltipComponent, typeof i71.TsiTimeDisplayComponent, typeof i72.TsiSendMailComponent, typeof i73.AlertImportMessageComponent, typeof i74.TsiChangePasswordComponent, typeof i60.TsiCodeGeneratorComponent, typeof i75.TsiNotesComponent, typeof i76.TsiNotesGridComponent, typeof i77.TsiNotesAvertirComponent, typeof i78.TsiBaseComponent, typeof i79.SpinnerComponent, typeof i80.TsiInfoMessageComponent, typeof i81.ManageImportExportComponent, typeof i82.CreateOrEditModeleImportComponent, typeof i83.TsiUploadGridComponent, typeof i84.TsiUploadFicheComponent, typeof i35.TsiBubbleInfoComponent, typeof i85.AddReportPopupComponent, typeof i86.VerificationCodeSmsComponent, typeof i87.ChooseChoiceMfaMethodComponent, typeof i88.VerificationCodeComponent, typeof i89.TsiActionErpCreateOrEditComponent, typeof i90.TsiActionErpListComponent, typeof i91.DynamicFormListComponent, typeof i92.CreateOrEditDynamicFormComponent, typeof i93.TsiKanbanWorkflowEtatComponent, typeof i94.LocalePocComponent, typeof i95.VerificationCodeInscriptionComponent, typeof i96.AdDirective, typeof i97.BusyDirective, typeof i98.ModuleMainParameterDirective, typeof i99.ValidationDirective, typeof i100.PresentationDesignerDirective, typeof i101.PresentationDesignerDirectiveBase, typeof i102.AutoSelectDirective, typeof i103.TsiTemplate, typeof i104.DisplayNestedPropComponent, typeof i105.ToNumberPipe, typeof i99.ValidationDirective, typeof i106.TsiCurrencyPipe], [typeof i107.CommonModule, typeof i108.FormsModule, typeof i108.ReactiveFormsModule, typeof i107.CurrencyPipe, typeof i109.QRCodeModule, typeof i110.HttpClientModule, typeof i111.ButtonModule, typeof i112.AvatarGroupModule, typeof i113.CheckboxModule, typeof i114.AvatarModule, typeof i115.InputTextModule, typeof i116.PasswordModule, typeof i117.TableModule, typeof i118.TreeTableModule, typeof i119.ToolbarModule, typeof i120.MenuModule, typeof i121.DialogModule, typeof i122.ConfirmDialogModule, typeof i123.InputNumberModule, typeof i124.CalendarModule, typeof i125.RadioButtonModule, typeof i126.ScrollPanelModule, typeof i122.ConfirmDialogModule, typeof i127.TabViewModule, typeof i128.InputTextareaModule, typeof i129.ToastModule, typeof i130.DropdownModule, typeof i131.TooltipModule, typeof i132.FieldsetModule, typeof i133.ProgressSpinnerModule, typeof i134.FileUploadModule, typeof i135.MultiSelectModule, typeof i136.OverlayPanelModule, typeof i137.PanelModule, typeof i138.FullCalendarModule, typeof i139.DividerModule, typeof i140.CardModule, typeof i141.PaginatorModule, typeof i142.ImageModule, typeof i143.ProgressBarModule, typeof i144.DragDropModule, typeof i145.SplitButtonModule, typeof i146.DynamicDialogModule, typeof i147.TagModule, typeof i148.ColorPickerModule, typeof i149.BadgeModule], [typeof i109.QRCodeModule, typeof i1.LocalizePipe, typeof i2.TsiDecimalPipe, typeof i3.ModalLabelPipe, typeof i4.CutLabelPipe, typeof i111.ButtonModule, typeof i112.AvatarGroupModule, typeof i113.CheckboxModule, typeof i114.AvatarModule, typeof i115.InputTextModule, typeof i116.PasswordModule, typeof i117.TableModule, typeof i118.TreeTableModule, typeof i119.ToolbarModule, typeof i120.MenuModule, typeof i121.DialogModule, typeof i122.ConfirmDialogModule, typeof i123.InputNumberModule, typeof i124.CalendarModule, typeof i125.RadioButtonModule, typeof i126.ScrollPanelModule, typeof i122.ConfirmDialogModule, typeof i127.TabViewModule, typeof i128.InputTextareaModule, typeof i129.ToastModule, typeof i130.DropdownModule, typeof i131.TooltipModule, typeof i132.FieldsetModule, typeof i133.ProgressSpinnerModule, typeof i134.FileUploadModule, typeof i135.MultiSelectModule, typeof i136.OverlayPanelModule, typeof i137.PanelModule, typeof i138.FullCalendarModule, typeof i139.DividerModule, typeof i140.CardModule, typeof i141.PaginatorModule, typeof i142.ImageModule, typeof i143.ProgressBarModule, typeof i144.DragDropModule, typeof i145.SplitButtonModule, typeof i146.DynamicDialogModule, typeof i147.TagModule, typeof i148.ColorPickerModule, typeof i149.BadgeModule, 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.TsiFilePreviewComponent, typeof i38.ModalComponent, typeof i39.ModalLoaderComponent, typeof i40.TsiGenericCrudComponent, typeof i41.TsiGenericGridComponent, typeof i42.TsiModalComponent, typeof i43.TsiModalFooterComponent, typeof i44.TsiModalHeaderComponent, typeof i45.TsiSubmitButtonComponent, typeof i46.TsiFormComponentBaseComponent, typeof i47.TsiErrorMessageComponent, typeof i48.TsiButtonComponent, typeof i49.TsiSuccessMessageComponent, typeof i50.TsiTabPanelComponent, typeof i51.TsiTabViewComponent, typeof i52.TsiGenericFormComponent, typeof i53.ReportingComponent, typeof i54.TsiSearchBoxComponent, typeof i55.ManageReportingComponent, typeof i56.TsiFormComponent, typeof i57.TsiRedirectionMessageComponent, typeof i58.TsiDividerComponent, typeof i59.TsiTenantsComponent, typeof i60.TsiCodeGeneratorComponent, typeof i61.TsiCardComponent, typeof i62.TsiCardListComponent, typeof i60.TsiCodeGeneratorComponent, typeof i63.TsiImageDisplayComponent, typeof i64.TsiFormModalFooterComponent, typeof i65.TsiKanbanComponent, typeof i66.LogoutPopupComponent, typeof i67.CreateOrEditEntityInformationsComponent, typeof i68.TsiCalenderComponent, typeof i69.ContextMenuComponent, typeof i70.TsiTooltipComponent, typeof i71.TsiTimeDisplayComponent, typeof i72.TsiSendMailComponent, typeof i73.AlertImportMessageComponent, typeof i74.TsiChangePasswordComponent, typeof i60.TsiCodeGeneratorComponent, typeof i75.TsiNotesComponent, typeof i76.TsiNotesGridComponent, typeof i77.TsiNotesAvertirComponent, typeof i78.TsiBaseComponent, typeof i79.SpinnerComponent, typeof i80.TsiInfoMessageComponent, typeof i81.ManageImportExportComponent, typeof i82.CreateOrEditModeleImportComponent, typeof i83.TsiUploadGridComponent, typeof i84.TsiUploadFicheComponent, typeof i35.TsiBubbleInfoComponent, typeof i85.AddReportPopupComponent, typeof i86.VerificationCodeSmsComponent, typeof i87.ChooseChoiceMfaMethodComponent, typeof i88.VerificationCodeComponent, typeof i89.TsiActionErpCreateOrEditComponent, typeof i90.TsiActionErpListComponent, typeof i91.DynamicFormListComponent, typeof i92.CreateOrEditDynamicFormComponent, typeof i93.TsiKanbanWorkflowEtatComponent, typeof i94.LocalePocComponent, typeof i95.VerificationCodeInscriptionComponent, typeof i96.AdDirective, typeof i97.BusyDirective, typeof i98.ModuleMainParameterDirective, typeof i99.ValidationDirective, typeof i100.PresentationDesignerDirective, typeof i101.PresentationDesignerDirectiveBase, typeof i102.AutoSelectDirective, typeof i103.TsiTemplate]>;
156
+ 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.TsiFilePreviewComponent, typeof i38.ModalComponent, typeof i39.ModalLoaderComponent, typeof i40.TsiGenericCrudComponent, typeof i41.TsiGenericGridComponent, typeof i42.TsiModalComponent, typeof i43.TsiModalFooterComponent, typeof i44.TsiModalHeaderComponent, typeof i45.TsiSubmitButtonComponent, typeof i46.TsiFormComponentBaseComponent, typeof i47.TsiErrorMessageComponent, typeof i48.TsiButtonComponent, typeof i49.TsiSuccessMessageComponent, typeof i50.TsiTabPanelComponent, typeof i51.TsiTabViewComponent, typeof i52.TsiGenericFormComponent, typeof i53.ReportingComponent, typeof i54.TsiSearchBoxComponent, typeof i55.ManageReportingComponent, typeof i56.TsiFormComponent, typeof i57.TsiRedirectionMessageComponent, typeof i58.TsiDividerComponent, typeof i59.TsiTenantsComponent, typeof i60.TsiCodeGeneratorComponent, typeof i61.TsiCardComponent, typeof i62.TsiCardListComponent, typeof i60.TsiCodeGeneratorComponent, typeof i63.TsiImageDisplayComponent, typeof i64.TsiFormModalFooterComponent, typeof i65.TsiKanbanComponent, typeof i66.LogoutPopupComponent, typeof i67.CreateOrEditEntityInformationsComponent, typeof i68.TsiCalenderComponent, typeof i69.ContextMenuComponent, typeof i70.TsiTooltipComponent, typeof i71.TsiTimeDisplayComponent, typeof i72.TsiSendMailComponent, typeof i73.AlertImportMessageComponent, typeof i74.TsiChangePasswordComponent, typeof i60.TsiCodeGeneratorComponent, typeof i75.TsiNotesComponent, typeof i76.TsiNotesGridComponent, typeof i77.TsiNotesAvertirComponent, typeof i78.TsiBaseComponent, typeof i79.SpinnerComponent, typeof i80.TsiInfoMessageComponent, typeof i81.ManageImportExportComponent, typeof i82.CreateOrEditModeleImportComponent, typeof i83.TsiUploadGridComponent, typeof i84.TsiUploadFicheComponent, typeof i35.TsiBubbleInfoComponent, typeof i85.AddReportPopupComponent, typeof i86.VerificationCodeSmsComponent, typeof i87.ChooseChoiceMfaMethodComponent, typeof i88.VerificationCodeComponent, typeof i89.TsiActionErpCreateOrEditComponent, typeof i90.TsiActionErpListComponent, typeof i91.DynamicFormListComponent, typeof i92.CreateOrEditDynamicFormComponent, typeof i93.TsiKanbanWorkflowEtatComponent, typeof i94.LocalePocComponent, typeof i95.VerificationCodeInscriptionComponent, typeof i96.AdDirective, typeof i97.BusyDirective, typeof i98.ModuleMainParameterDirective, typeof i99.ValidationDirective, typeof i100.PresentationDesignerDirective, typeof i101.PresentationDesignerDirectiveBase, typeof i102.PresentationDesignerTabPanelDirective, typeof i103.AutoSelectDirective, typeof i104.TsiTemplate, typeof i105.DisplayNestedPropComponent, typeof i106.ToNumberPipe, typeof i99.ValidationDirective, typeof i107.TsiCurrencyPipe], [typeof i108.CommonModule, typeof i109.FormsModule, typeof i109.ReactiveFormsModule, typeof i108.CurrencyPipe, typeof i110.QRCodeModule, typeof i111.HttpClientModule, typeof i112.ButtonModule, typeof i113.AvatarGroupModule, typeof i114.CheckboxModule, typeof i115.AvatarModule, typeof i116.InputTextModule, typeof i117.PasswordModule, typeof i118.TableModule, typeof i119.TreeTableModule, typeof i120.ToolbarModule, typeof i121.MenuModule, typeof i122.DialogModule, typeof i123.ConfirmDialogModule, typeof i124.InputNumberModule, typeof i125.CalendarModule, typeof i126.RadioButtonModule, typeof i127.ScrollPanelModule, typeof i123.ConfirmDialogModule, typeof i128.TabViewModule, typeof i129.InputTextareaModule, typeof i130.ToastModule, typeof i131.DropdownModule, typeof i132.TooltipModule, typeof i133.FieldsetModule, typeof i134.ProgressSpinnerModule, typeof i135.FileUploadModule, typeof i136.MultiSelectModule, typeof i137.OverlayPanelModule, typeof i138.PanelModule, typeof i139.FullCalendarModule, typeof i140.DividerModule, typeof i141.CardModule, typeof i142.PaginatorModule, typeof i143.ImageModule, typeof i144.ProgressBarModule, typeof i145.DragDropModule, typeof i146.SplitButtonModule, typeof i147.DynamicDialogModule, typeof i148.TagModule, typeof i149.ColorPickerModule, typeof i150.BadgeModule], [typeof i110.QRCodeModule, typeof i1.LocalizePipe, typeof i2.TsiDecimalPipe, typeof i3.ModalLabelPipe, typeof i4.CutLabelPipe, typeof i112.ButtonModule, typeof i113.AvatarGroupModule, typeof i114.CheckboxModule, typeof i115.AvatarModule, typeof i116.InputTextModule, typeof i117.PasswordModule, typeof i118.TableModule, typeof i119.TreeTableModule, typeof i120.ToolbarModule, typeof i121.MenuModule, typeof i122.DialogModule, typeof i123.ConfirmDialogModule, typeof i124.InputNumberModule, typeof i125.CalendarModule, typeof i126.RadioButtonModule, typeof i127.ScrollPanelModule, typeof i123.ConfirmDialogModule, typeof i128.TabViewModule, typeof i129.InputTextareaModule, typeof i130.ToastModule, typeof i131.DropdownModule, typeof i132.TooltipModule, typeof i133.FieldsetModule, typeof i134.ProgressSpinnerModule, typeof i135.FileUploadModule, typeof i136.MultiSelectModule, typeof i137.OverlayPanelModule, typeof i138.PanelModule, typeof i139.FullCalendarModule, typeof i140.DividerModule, typeof i141.CardModule, typeof i142.PaginatorModule, typeof i143.ImageModule, typeof i144.ProgressBarModule, typeof i145.DragDropModule, typeof i146.SplitButtonModule, typeof i147.DynamicDialogModule, typeof i148.TagModule, typeof i149.ColorPickerModule, typeof i150.BadgeModule, 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.TsiFilePreviewComponent, typeof i38.ModalComponent, typeof i39.ModalLoaderComponent, typeof i40.TsiGenericCrudComponent, typeof i41.TsiGenericGridComponent, typeof i42.TsiModalComponent, typeof i43.TsiModalFooterComponent, typeof i44.TsiModalHeaderComponent, typeof i45.TsiSubmitButtonComponent, typeof i46.TsiFormComponentBaseComponent, typeof i47.TsiErrorMessageComponent, typeof i48.TsiButtonComponent, typeof i49.TsiSuccessMessageComponent, typeof i50.TsiTabPanelComponent, typeof i51.TsiTabViewComponent, typeof i52.TsiGenericFormComponent, typeof i53.ReportingComponent, typeof i54.TsiSearchBoxComponent, typeof i55.ManageReportingComponent, typeof i56.TsiFormComponent, typeof i57.TsiRedirectionMessageComponent, typeof i58.TsiDividerComponent, typeof i59.TsiTenantsComponent, typeof i60.TsiCodeGeneratorComponent, typeof i61.TsiCardComponent, typeof i62.TsiCardListComponent, typeof i60.TsiCodeGeneratorComponent, typeof i63.TsiImageDisplayComponent, typeof i64.TsiFormModalFooterComponent, typeof i65.TsiKanbanComponent, typeof i66.LogoutPopupComponent, typeof i67.CreateOrEditEntityInformationsComponent, typeof i68.TsiCalenderComponent, typeof i69.ContextMenuComponent, typeof i70.TsiTooltipComponent, typeof i71.TsiTimeDisplayComponent, typeof i72.TsiSendMailComponent, typeof i73.AlertImportMessageComponent, typeof i74.TsiChangePasswordComponent, typeof i60.TsiCodeGeneratorComponent, typeof i75.TsiNotesComponent, typeof i76.TsiNotesGridComponent, typeof i77.TsiNotesAvertirComponent, typeof i78.TsiBaseComponent, typeof i79.SpinnerComponent, typeof i80.TsiInfoMessageComponent, typeof i81.ManageImportExportComponent, typeof i82.CreateOrEditModeleImportComponent, typeof i83.TsiUploadGridComponent, typeof i84.TsiUploadFicheComponent, typeof i35.TsiBubbleInfoComponent, typeof i85.AddReportPopupComponent, typeof i86.VerificationCodeSmsComponent, typeof i87.ChooseChoiceMfaMethodComponent, typeof i88.VerificationCodeComponent, typeof i89.TsiActionErpCreateOrEditComponent, typeof i90.TsiActionErpListComponent, typeof i91.DynamicFormListComponent, typeof i92.CreateOrEditDynamicFormComponent, typeof i93.TsiKanbanWorkflowEtatComponent, typeof i94.LocalePocComponent, typeof i95.VerificationCodeInscriptionComponent, typeof i96.AdDirective, typeof i97.BusyDirective, typeof i98.ModuleMainParameterDirective, typeof i99.ValidationDirective, typeof i100.PresentationDesignerDirective, typeof i101.PresentationDesignerDirectiveBase, typeof i102.PresentationDesignerTabPanelDirective, typeof i103.AutoSelectDirective, typeof i104.TsiTemplate]>;
156
157
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
157
158
  }
@@ -75,6 +75,7 @@ export declare class TsiFormComponentBaseComponent extends AppBaseComponent impl
75
75
  private _formStateService;
76
76
  private _colonnePersonnaliseeService;
77
77
  private directiveElements;
78
+ private designModeActive;
78
79
  presentationRequest: PresentationSetting;
79
80
  _designModeFormSubscription: Subscription | undefined;
80
81
  _saveWorkflowFormConfigurationSubscription: Subscription | undefined;
@@ -112,6 +113,7 @@ export declare class TsiFormComponentBaseComponent extends AppBaseComponent impl
112
113
  * This method directly manipulates the dialog reference and may lead to inconsistent behavior.
113
114
  */
114
115
  hide(val?: any): void;
116
+ markInputAsDirty(inputName?: string): void;
115
117
  resolveFiche(val?: any, apiResponse?: any): void;
116
118
  private refreshWorkflowInformation;
117
119
  getWorkflowEtatForm(): PresentationSetting | undefined;
@@ -122,6 +124,7 @@ export declare class TsiFormComponentBaseComponent extends AppBaseComponent impl
122
124
  getComponentIdentifier(): string;
123
125
  private saveProperties;
124
126
  processSingleElement(directive: PresentationDesignerDirective | PresentationDesignerDirectiveBase): void;
127
+ processSingleElementInDesignMode(directive: PresentationDesignerDirective | PresentationDesignerDirectiveBase): void;
125
128
  unsubscribeFromActiveSubscritpion(): void;
126
129
  removeTsiModalFooter(): void;
127
130
  createSaveButton(): void;
@@ -54,6 +54,7 @@ export declare abstract class TsiListBaseComponent extends AppBaseComponent impl
54
54
  _addedBaseDirectiveSubscritpion: Subscription | undefined;
55
55
  configApplied: boolean;
56
56
  private directiveElements;
57
+ private designModeActive;
57
58
  private descriminatorValue;
58
59
  constructor(config?: DynamicDialogConfig<any> | undefined, _dialogReference?: DynamicDialogRef<any> | undefined);
59
60
  ngOnDestroy(): void;
@@ -77,6 +78,7 @@ export declare abstract class TsiListBaseComponent extends AppBaseComponent impl
77
78
  onDoubleClicked(event: any): void;
78
79
  initDesignModeSubscription(): void;
79
80
  processSingleElement(directive: (PresentationDesignerDirective | PresentationDesignerDirectiveBase)): void;
81
+ processSingleElementInDesignMode(directive: (PresentationDesignerDirective | PresentationDesignerDirectiveBase)): void;
80
82
  private applyConfigurationToElements;
81
83
  toggleDesignMode(): void;
82
84
  getPresentationSetingDetailUid(blockName: string): string | undefined;
@@ -41,17 +41,12 @@ export declare class AddReportPopupComponent extends TsiFormComponentBaseCompone
41
41
  getAllClassw: () => string;
42
42
  getAllClasswMinimal: () => string;
43
43
  getClasswMinimal: () => string;
44
- getAllClasswEtat: () => string;
45
- getAllClasswEtatMinimal: () => string;
46
- getClasswEtatMinimal: () => string;
47
44
  getWorkflowEtatAsKeyValuePair: () => string;
48
45
  getWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
49
46
  getAllWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
50
- getAsKeyValuePairByClasswId: (id?: string | undefined) => string;
51
47
  getAsKeyValuePairByWorkflowId: (id?: string | undefined) => string;
52
48
  updateWorkflowList: () => string;
53
49
  getFonctionnaliteAsKeyValuePairByWorkflowEtatUid: (id?: string | undefined) => string;
54
- getAllClasswEtatAsKeyPairValue: () => string;
55
50
  getAllWorkflow: () => string;
56
51
  getAllWorkflowAsKeyValuePair: () => string;
57
52
  getWorkflowAsKeyValuePair: () => string;
@@ -30,17 +30,12 @@ export declare class TsiActionErpCreateOrEditComponent extends TsiFormComponentB
30
30
  getAllClassw: () => string;
31
31
  getAllClasswMinimal: () => string;
32
32
  getClasswMinimal: () => string;
33
- getAllClasswEtat: () => string;
34
- getAllClasswEtatMinimal: () => string;
35
- getClasswEtatMinimal: () => string;
36
33
  getWorkflowEtatAsKeyValuePair: () => string;
37
34
  getWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
38
35
  getAllWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
39
- getAsKeyValuePairByClasswId: (id?: string | undefined) => string;
40
36
  getAsKeyValuePairByWorkflowId: (id?: string | undefined) => string;
41
37
  updateWorkflowList: () => string;
42
38
  getFonctionnaliteAsKeyValuePairByWorkflowEtatUid: (id?: string | undefined) => string;
43
- getAllClasswEtatAsKeyPairValue: () => string;
44
39
  getAllWorkflow: () => string;
45
40
  getAllWorkflowAsKeyValuePair: () => string;
46
41
  getWorkflowAsKeyValuePair: () => string;
@@ -1,5 +1,5 @@
1
1
  import { QueryList, TemplateRef } from '@angular/core';
2
- import { TsiTemplate } from '../../tsi-directives';
2
+ import { TsiTemplate } from '../../tsi-directives/tsi-template/tsi-template.directive';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TsiTabPanelComponent {
5
5
  /**
@@ -11,6 +11,14 @@ export declare class TsiTabPanelComponent {
11
11
  leftIconTemplateRef: TemplateRef<any> | undefined;
12
12
  rightIconTemplateRef: TemplateRef<any> | undefined;
13
13
  closeIconTemplateRef: TemplateRef<any> | undefined;
14
+ /** Whether the tab view renders this panel (header and content). */
15
+ visible: boolean;
16
+ /** Block name of the panel when it is presentation-designer eligible. */
17
+ designerBlockName: string | undefined;
18
+ /** Whether the design-mode hide/show checkbox is shown in the tab header. */
19
+ designerCheckboxVisible: boolean;
20
+ /** Design-mode checkbox state; checked means hidden after save. */
21
+ designerChecked: boolean;
14
22
  /**
15
23
  * Defines if tab can be removed.
16
24
  * @group Props
@@ -1,7 +1,7 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, EventEmitter, QueryList } from '@angular/core';
2
2
  import { TsiTabViewChangeEvent, TsiTabViewCloseEvent } from '../../models/tab-view/tab-view-events';
3
3
  import { TabViewChangeEvent, TabViewCloseEvent } from 'primeng/tabview';
4
- import { TsiTabPanelComponent } from '..';
4
+ import { TsiTabPanelComponent } from '../tsi-tab-panel/tsi-tab-panel.component';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
7
7
  * TsiTabView is a container component to group content with tabs.
@@ -9,6 +9,7 @@ import * as i0 from "@angular/core";
9
9
  */
10
10
  export declare class TsiTabViewComponent implements AfterViewInit {
11
11
  tabPanels: QueryList<TsiTabPanelComponent>;
12
+ /** Panels the view actually renders: the content-queried panels minus the ones hidden by the presentation designer. */
12
13
  tabs: TsiTabPanelComponent[];
13
14
  isInitialized: boolean;
14
15
  haveTabPanels: boolean;
@@ -89,6 +90,12 @@ export declare class TsiTabViewComponent implements AfterViewInit {
89
90
  onActiveIndexChange(index: number): void;
90
91
  onTabClose(event: TabViewCloseEvent): void;
91
92
  onTabChange(event: TabViewChangeEvent): void;
93
+ /**
94
+ * Recomputes the rendered panel set. Called by
95
+ * PresentationDesignerTabPanelDirective whenever a panel's visibility or
96
+ * design-mode state changes.
97
+ */
98
+ refreshTabs(): void;
92
99
  private calculateProperties;
93
100
  static ɵfac: i0.ɵɵFactoryDeclaration<TsiTabViewComponent, never>;
94
101
  static ɵcmp: i0.ɵɵComponentDeclaration<TsiTabViewComponent, "tsi-tab-view", never, { "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "controlClose": { "alias": "controlClose"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; "selectOnFocus": { "alias": "selectOnFocus"; "required": false; }; "nextButtonAriaLabel": { "alias": "nextButtonAriaLabel"; "required": false; }; "prevButtonAriaLabel": { "alias": "prevButtonAriaLabel"; "required": false; }; "autoHideButtons": { "alias": "autoHideButtons"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, { "onChange": "onChange"; "onClose": "onClose"; "activeIndexChange": "activeIndexChange"; }, ["tabPanels"], ["*"], false, never>;
@@ -37,17 +37,12 @@ export declare class TsiUploadFicheComponent extends TsiFormComponentBaseCompone
37
37
  getAllClassw: () => string;
38
38
  getAllClasswMinimal: () => string;
39
39
  getClasswMinimal: () => string;
40
- getAllClasswEtat: () => string;
41
- getAllClasswEtatMinimal: () => string;
42
- getClasswEtatMinimal: () => string;
43
40
  getWorkflowEtatAsKeyValuePair: () => string;
44
41
  getWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
45
42
  getAllWorkflowEtatFonctionnaliteAsKeyValuePair: () => string;
46
- getAsKeyValuePairByClasswId: (id?: string | undefined) => string;
47
43
  getAsKeyValuePairByWorkflowId: (id?: string | undefined) => string;
48
44
  updateWorkflowList: () => string;
49
45
  getFonctionnaliteAsKeyValuePairByWorkflowEtatUid: (id?: string | undefined) => string;
50
- getAllClasswEtatAsKeyPairValue: () => string;
51
46
  getAllWorkflow: () => string;
52
47
  getAllWorkflowAsKeyValuePair: () => string;
53
48
  getWorkflowAsKeyValuePair: () => string;
@@ -2,6 +2,7 @@ export * from './auto-select.directive';
2
2
  export * from './busy.directive';
3
3
  export * from './module-main-parameter.directive';
4
4
  export * from './presentation-designer-base.directive';
5
+ export * from './presentation-designer-tab-panel.directive';
5
6
  export * from './presentation-designer.directive';
6
7
  export * from './validation.directive';
7
8
  export * from './dynamic-component-loader/ad.directive';
@@ -37,5 +37,5 @@ export declare class PresentationDesignerDirectiveBase implements OnInit, AfterV
37
37
  private createCheckboxGroupWithLabels;
38
38
  addCheckboxesToInputs(presentationSetting?: PresentationSetting): void;
39
39
  static ɵfac: i0.ɵɵFactoryDeclaration<PresentationDesignerDirectiveBase, never>;
40
- static ɵdir: i0.ɵɵDirectiveDeclaration<PresentationDesignerDirectiveBase, "[presentationDesignerBase]", never, { "presentationDesigner": { "alias": "presentationDesigner"; "required": false; }; "presentationDesignerBase": { "alias": "presentationDesignerBase"; "required": false; }; }, {}, never, never, false, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PresentationDesignerDirectiveBase, "[presentationDesignerBase]:not(tsi-tab-panel)", never, { "presentationDesigner": { "alias": "presentationDesigner"; "required": false; }; "presentationDesignerBase": { "alias": "presentationDesignerBase"; "required": false; }; }, {}, never, never, false, never>;
41
41
  }
@@ -0,0 +1,41 @@
1
+ import { ElementRef, Renderer2, ViewContainerRef } from '@angular/core';
2
+ import { PresentationSetting } from '../models/presentation-settings/presentation-settings';
3
+ import { PresentationDesignerDirectiveBase } from './presentation-designer-base.directive';
4
+ import { TsiTabPanelComponent } from '../tsi-components/tsi-tab-panel/tsi-tab-panel.component';
5
+ import { TsiTabViewComponent } from '../tsi-components/tsi-tab-view/tsi-tab-view.component';
6
+ import { LayoutHelperService } from '../services/layout/layout-helper.service';
7
+ import { WorkflowConfigurationService } from '../services/workflow/workflow-configuration.service';
8
+ import { PresentationDesignerBaseService } from '../services/presentation-setting/presentation-designer-base.service';
9
+ import * as i0 from "@angular/core";
10
+ /**
11
+ * Presentation-designer participation for an individual tab panel.
12
+ *
13
+ * A tsi-tab-panel is not a free-standing DOM block: its host element is never
14
+ * attached to the DOM — TsiTabViewComponent consumes it through a content query
15
+ * and renders the tab header/content itself. So the base directive's DOM
16
+ * detach/re-attach mechanism is a no-op here. Instead, every hide/show entry
17
+ * point of the presentation-designer contract is re-targeted to the panel's
18
+ * `visible` flag, which the tab view uses to decide whether to render the
19
+ * panel (header and content) at all.
20
+ */
21
+ export declare class PresentationDesignerTabPanelDirective extends PresentationDesignerDirectiveBase {
22
+ protected el: ElementRef;
23
+ protected renderer: Renderer2;
24
+ protected viewContainerRef: ViewContainerRef;
25
+ protected _layoutHelperService: LayoutHelperService;
26
+ protected _workflowConfigurationService: WorkflowConfigurationService;
27
+ protected _presentationDesignerBaseService: PresentationDesignerBaseService;
28
+ private panel;
29
+ private tabView;
30
+ constructor(el: ElementRef, renderer: Renderer2, viewContainerRef: ViewContainerRef, _layoutHelperService: LayoutHelperService, _workflowConfigurationService: WorkflowConfigurationService, _presentationDesignerBaseService: PresentationDesignerBaseService, panel: TsiTabPanelComponent, tabView: TsiTabViewComponent | null);
31
+ ngOnInit(): void;
32
+ execute(condition: boolean, configuration?: string): void;
33
+ insertElement(): void;
34
+ removeElement(): void;
35
+ addCheckboxesToInputs(presentationSetting?: PresentationSetting): void;
36
+ removeShowHideCheckbox(): void;
37
+ disableInputs(): void;
38
+ private setPanelVisible;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<PresentationDesignerTabPanelDirective, [null, null, null, null, null, null, null, { optional: true; }]>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PresentationDesignerTabPanelDirective, "tsi-tab-panel[presentationDesigner]", never, {}, {}, never, never, false, never>;
41
+ }
@@ -33,5 +33,5 @@ export declare class PresentationDesignerDirective extends PresentationDesignerD
33
33
  execute(condition: boolean, configuration?: string): void;
34
34
  selectApproriateColumns(presentationSetting: PresentationSetting): void;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<PresentationDesignerDirective, [null, null, null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<PresentationDesignerDirective, "[presentationDesigner]", never, {}, {}, ["editableGridChild", "viewGridChild", "genericGridChild", "genericCrudChild"], never, false, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<PresentationDesignerDirective, "[presentationDesigner]:not(tsi-tab-panel)", never, {}, {}, ["editableGridChild", "viewGridChild", "genericGridChild", "genericCrudChild"], never, false, never>;
37
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsi-developpement/tsi-shared-ui",
3
- "version": "1.9.4",
3
+ "version": "1.9.6",
4
4
  "author": "TSI",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {