@gnggln/ng-ui-system 1.0.0-alpha.21 → 1.0.0-alpha.22

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 (45) hide show
  1. package/crud-table/lib/components/form-builder/types/schema.types.d.ts +20 -0
  2. package/crud-table/lib/core/logging/logger.service.d.ts +1 -1
  3. package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +1 -1
  4. package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +1 -1
  5. package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +1 -1
  6. package/esm2022/crud-table/lib/components/form-builder/types/schema.types.mjs +1 -1
  7. package/esm2022/crud-table/lib/core/logging/logger.service.mjs +1 -1
  8. package/esm2022/form-builder/lib/components/form-builder/form-wizard.component.mjs +105 -18
  9. package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +1 -1
  10. package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +1 -1
  11. package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +1 -1
  12. package/esm2022/form-builder/lib/components/form-builder/types/index.mjs +1 -1
  13. package/esm2022/form-builder/lib/components/form-builder/types/schema.types.mjs +1 -1
  14. package/esm2022/form-builder/lib/core/logging/logger.service.mjs +1 -1
  15. package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +1 -1
  16. package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +1 -1
  17. package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +1 -1
  18. package/esm2022/form-builder-editor/lib/components/form-builder/types/index.mjs +1 -1
  19. package/esm2022/form-builder-editor/lib/components/form-builder/types/schema.types.mjs +1 -1
  20. package/esm2022/form-builder-editor/lib/core/logging/logger.service.mjs +1 -1
  21. package/esm2022/lib/components/form-builder/form-wizard.component.mjs +105 -18
  22. package/esm2022/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +1 -1
  23. package/esm2022/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +1 -1
  24. package/esm2022/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +1 -1
  25. package/esm2022/lib/components/form-builder/types/index.mjs +1 -1
  26. package/esm2022/lib/components/form-builder/types/schema.types.mjs +1 -1
  27. package/esm2022/lib/core/logging/logger.service.mjs +1 -1
  28. package/fesm2022/gnggln-ng-ui-system-crud-table.mjs.map +1 -1
  29. package/fesm2022/gnggln-ng-ui-system-form-builder-editor.mjs.map +1 -1
  30. package/fesm2022/gnggln-ng-ui-system-form-builder.mjs +104 -17
  31. package/fesm2022/gnggln-ng-ui-system-form-builder.mjs.map +1 -1
  32. package/fesm2022/gnggln-ng-ui-system.mjs +104 -17
  33. package/fesm2022/gnggln-ng-ui-system.mjs.map +1 -1
  34. package/form-builder/lib/components/form-builder/form-wizard.component.d.ts +10 -1
  35. package/form-builder/lib/components/form-builder/types/index.d.ts +1 -1
  36. package/form-builder/lib/components/form-builder/types/schema.types.d.ts +20 -0
  37. package/form-builder/lib/core/logging/logger.service.d.ts +1 -1
  38. package/form-builder-editor/lib/components/form-builder/types/index.d.ts +1 -1
  39. package/form-builder-editor/lib/components/form-builder/types/schema.types.d.ts +20 -0
  40. package/form-builder-editor/lib/core/logging/logger.service.d.ts +1 -1
  41. package/lib/components/form-builder/form-wizard.component.d.ts +10 -1
  42. package/lib/components/form-builder/types/index.d.ts +1 -1
  43. package/lib/components/form-builder/types/schema.types.d.ts +20 -0
  44. package/lib/core/logging/logger.service.d.ts +1 -1
  45. package/package.json +30 -30
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, OnInit, OnDestroy, TemplateRef } from '@angular/core';
2
2
  import { UiFormBuilderComponent } from './form-builder.component';
3
- import { UiFormSchema, UiFormSection, UiFormData, UiWizardConfig, UiWizardState, UiWizardStepChangeEvent, UiWizardStepCompleteEvent, UiWizardValidationFn, UiFormCustomEvent } from './types/schema.types';
3
+ import { UiFormSchema, UiFormSection, UiFormData, UiWizardConfig, UiWizardState, UiWizardStepChangeEvent, UiWizardStepCompleteEvent, UiWizardResumeOptions, UiWizardResumeResult, UiWizardValidationFn, UiFormCustomEvent } from './types/schema.types';
4
4
  import { UiFormValidationState } from './types/validation.types';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
@@ -146,10 +146,19 @@ export declare class UiFormWizardComponent implements OnInit, OnDestroy {
146
146
  finishWizard(): Promise<void>;
147
147
  /** Salva lo step corrente manualmente. */
148
148
  saveCurrentStep(): Promise<void>;
149
+ /**
150
+ * Scansiona gli step in ordine, marca come completati quelli validi rispetto alle
151
+ * stesse regole di Next/Completa e posiziona il wizard sul primo step non valido
152
+ * (o sull'ultimo se tutti validi). Utile dopo il preload di `initialData` in edit.
153
+ */
154
+ resumeCompletedStepsFromValidation(options?: UiWizardResumeOptions): Promise<UiWizardResumeResult>;
149
155
  onValueChange(data: UiFormData): void;
150
156
  onValidationChange(state: UiFormValidationState): void;
151
157
  private navigateToStep;
152
158
  private validateCurrentStep;
159
+ /** Naviga allo step e attende il mount del form builder per la validazione resume. */
160
+ private prepareStepForValidation;
161
+ private waitForFormBuilderReady;
153
162
  /**
154
163
  * Raggruppa le sezioni con `wizardStep` per `stepNumber` (ordine stabile per numero, poi ordine di apparizione nello schema).
155
164
  */
@@ -3,4 +3,4 @@ export { UiCrossFieldOperator, UiCrossFieldConfig, UiDateKeyword, UiDateValidati
3
3
  export { UiConditionalOperator, UiFieldCondition, } from './condition.types';
4
4
  export { UiLocationFieldConfig, UiLocationConfig, UiLocationLabels, UiLocationValue, UiLocationTableConfig, UiLocationRow, } from './territoriale.types';
5
5
  export { UiGeocodedLocationType, UiGeocodedLocationInput, UiGeocodedItalianDetails, UiGeocodedForeignDetails, UiLocationGeocodedFieldConfig, } from './geocoded-location.types';
6
- export { UiRepeatableConfig, UiWizardStepValidation, UiWizardValidationFn, UiWizardStepConfig, UiFormSection, UiFormBuilderConfig, UiWizardConfig, UiWizardState, UiFormSchema, UiFormData, UiFormCustomEvent, UiWizardStepChangeEvent, UiWizardStepCompleteEvent, } from './schema.types';
6
+ export { UiRepeatableConfig, UiWizardStepValidation, UiWizardValidationFn, UiWizardStepConfig, UiFormSection, UiFormBuilderConfig, UiWizardConfig, UiWizardState, UiFormSchema, UiFormData, UiFormCustomEvent, UiWizardStepChangeEvent, UiWizardStepCompleteEvent, UiWizardResumeOptions, UiWizardResumeResult, } from './schema.types';
@@ -302,3 +302,23 @@ export interface UiWizardStepCompleteEvent {
302
302
  /** Dati del form al momento del completamento. */
303
303
  data: Record<string, any>;
304
304
  }
305
+ /**
306
+ * Opzioni per {@link UiFormWizardComponent.resumeCompletedStepsFromValidation}.
307
+ * Per default il resume aggiorna solo lo stato UI (`completedSteps`, step corrente)
308
+ * senza emettere eventi di salvataggio o completamento step.
309
+ */
310
+ export interface UiWizardResumeOptions {
311
+ /** Se `true`, emette `stepComplete` per ogni step validato durante lo scan. @default false */
312
+ emitStepComplete?: boolean;
313
+ /** Se `true`, invoca `onStepSave` per ogni step validato durante lo scan. @default false */
314
+ emitStepSave?: boolean;
315
+ }
316
+ /**
317
+ * Risultato di {@link UiFormWizardComponent.resumeCompletedStepsFromValidation}.
318
+ */
319
+ export interface UiWizardResumeResult {
320
+ /** Ultimo indice step (0-based) marcato come completato; `-1` se nessuno. */
321
+ lastCompletedStep: number;
322
+ /** Step corrente dopo il resume (primo non valido o ultimo se tutti validi). */
323
+ currentStep: number;
324
+ }
@@ -33,7 +33,7 @@ export declare class UiLoggerService {
33
33
  /**
34
34
  * Log azione wizard (stepChange, complete, validationFailed, etc).
35
35
  */
36
- logWizardAction(action: 'init' | 'stepChange' | 'stepComplete' | 'stepValidationFailed' | 'complete' | 'navigation' | 'save' | 'valueChange' | 'keyboardNavigation' | 'destroy', payload: {
36
+ logWizardAction(action: 'init' | 'stepChange' | 'stepComplete' | 'stepValidationFailed' | 'complete' | 'navigation' | 'save' | 'valueChange' | 'keyboardNavigation' | 'destroy' | 'resume' | 'resumeComplete', payload: {
37
37
  wizardId?: string;
38
38
  step?: number;
39
39
  [key: string]: unknown;
@@ -3,4 +3,4 @@ export { UiCrossFieldOperator, UiCrossFieldConfig, UiDateKeyword, UiDateValidati
3
3
  export { UiConditionalOperator, UiFieldCondition, } from './condition.types';
4
4
  export { UiLocationFieldConfig, UiLocationConfig, UiLocationLabels, UiLocationValue, UiLocationTableConfig, UiLocationRow, } from './territoriale.types';
5
5
  export { UiGeocodedLocationType, UiGeocodedLocationInput, UiGeocodedItalianDetails, UiGeocodedForeignDetails, UiLocationGeocodedFieldConfig, } from './geocoded-location.types';
6
- export { UiRepeatableConfig, UiWizardStepValidation, UiWizardValidationFn, UiWizardStepConfig, UiFormSection, UiFormBuilderConfig, UiWizardConfig, UiWizardState, UiFormSchema, UiFormData, UiFormCustomEvent, UiWizardStepChangeEvent, UiWizardStepCompleteEvent, } from './schema.types';
6
+ export { UiRepeatableConfig, UiWizardStepValidation, UiWizardValidationFn, UiWizardStepConfig, UiFormSection, UiFormBuilderConfig, UiWizardConfig, UiWizardState, UiFormSchema, UiFormData, UiFormCustomEvent, UiWizardStepChangeEvent, UiWizardStepCompleteEvent, UiWizardResumeOptions, UiWizardResumeResult, } from './schema.types';
@@ -302,3 +302,23 @@ export interface UiWizardStepCompleteEvent {
302
302
  /** Dati del form al momento del completamento. */
303
303
  data: Record<string, any>;
304
304
  }
305
+ /**
306
+ * Opzioni per {@link UiFormWizardComponent.resumeCompletedStepsFromValidation}.
307
+ * Per default il resume aggiorna solo lo stato UI (`completedSteps`, step corrente)
308
+ * senza emettere eventi di salvataggio o completamento step.
309
+ */
310
+ export interface UiWizardResumeOptions {
311
+ /** Se `true`, emette `stepComplete` per ogni step validato durante lo scan. @default false */
312
+ emitStepComplete?: boolean;
313
+ /** Se `true`, invoca `onStepSave` per ogni step validato durante lo scan. @default false */
314
+ emitStepSave?: boolean;
315
+ }
316
+ /**
317
+ * Risultato di {@link UiFormWizardComponent.resumeCompletedStepsFromValidation}.
318
+ */
319
+ export interface UiWizardResumeResult {
320
+ /** Ultimo indice step (0-based) marcato come completato; `-1` se nessuno. */
321
+ lastCompletedStep: number;
322
+ /** Step corrente dopo il resume (primo non valido o ultimo se tutti validi). */
323
+ currentStep: number;
324
+ }
@@ -33,7 +33,7 @@ export declare class UiLoggerService {
33
33
  /**
34
34
  * Log azione wizard (stepChange, complete, validationFailed, etc).
35
35
  */
36
- logWizardAction(action: 'init' | 'stepChange' | 'stepComplete' | 'stepValidationFailed' | 'complete' | 'navigation' | 'save' | 'valueChange' | 'keyboardNavigation' | 'destroy', payload: {
36
+ logWizardAction(action: 'init' | 'stepChange' | 'stepComplete' | 'stepValidationFailed' | 'complete' | 'navigation' | 'save' | 'valueChange' | 'keyboardNavigation' | 'destroy' | 'resume' | 'resumeComplete', payload: {
37
37
  wizardId?: string;
38
38
  step?: number;
39
39
  [key: string]: unknown;
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, OnInit, OnDestroy, TemplateRef } from '@angular/core';
2
2
  import { UiFormBuilderComponent } from './form-builder.component';
3
- import { UiFormSchema, UiFormSection, UiFormData, UiWizardConfig, UiWizardState, UiWizardStepChangeEvent, UiWizardStepCompleteEvent, UiWizardValidationFn, UiFormCustomEvent } from './types/schema.types';
3
+ import { UiFormSchema, UiFormSection, UiFormData, UiWizardConfig, UiWizardState, UiWizardStepChangeEvent, UiWizardStepCompleteEvent, UiWizardResumeOptions, UiWizardResumeResult, UiWizardValidationFn, UiFormCustomEvent } from './types/schema.types';
4
4
  import { UiFormValidationState } from './types/validation.types';
5
5
  import * as i0 from "@angular/core";
6
6
  /**
@@ -146,10 +146,19 @@ export declare class UiFormWizardComponent implements OnInit, OnDestroy {
146
146
  finishWizard(): Promise<void>;
147
147
  /** Salva lo step corrente manualmente. */
148
148
  saveCurrentStep(): Promise<void>;
149
+ /**
150
+ * Scansiona gli step in ordine, marca come completati quelli validi rispetto alle
151
+ * stesse regole di Next/Completa e posiziona il wizard sul primo step non valido
152
+ * (o sull'ultimo se tutti validi). Utile dopo il preload di `initialData` in edit.
153
+ */
154
+ resumeCompletedStepsFromValidation(options?: UiWizardResumeOptions): Promise<UiWizardResumeResult>;
149
155
  onValueChange(data: UiFormData): void;
150
156
  onValidationChange(state: UiFormValidationState): void;
151
157
  private navigateToStep;
152
158
  private validateCurrentStep;
159
+ /** Naviga allo step e attende il mount del form builder per la validazione resume. */
160
+ private prepareStepForValidation;
161
+ private waitForFormBuilderReady;
153
162
  /**
154
163
  * Raggruppa le sezioni con `wizardStep` per `stepNumber` (ordine stabile per numero, poi ordine di apparizione nello schema).
155
164
  */
@@ -3,4 +3,4 @@ export { UiCrossFieldOperator, UiCrossFieldConfig, UiDateKeyword, UiDateValidati
3
3
  export { UiConditionalOperator, UiFieldCondition, } from './condition.types';
4
4
  export { UiLocationFieldConfig, UiLocationConfig, UiLocationLabels, UiLocationValue, UiLocationTableConfig, UiLocationRow, } from './territoriale.types';
5
5
  export { UiGeocodedLocationType, UiGeocodedLocationInput, UiGeocodedItalianDetails, UiGeocodedForeignDetails, UiLocationGeocodedFieldConfig, } from './geocoded-location.types';
6
- export { UiRepeatableConfig, UiWizardStepValidation, UiWizardValidationFn, UiWizardStepConfig, UiFormSection, UiFormBuilderConfig, UiWizardConfig, UiWizardState, UiFormSchema, UiFormData, UiFormCustomEvent, UiWizardStepChangeEvent, UiWizardStepCompleteEvent, } from './schema.types';
6
+ export { UiRepeatableConfig, UiWizardStepValidation, UiWizardValidationFn, UiWizardStepConfig, UiFormSection, UiFormBuilderConfig, UiWizardConfig, UiWizardState, UiFormSchema, UiFormData, UiFormCustomEvent, UiWizardStepChangeEvent, UiWizardStepCompleteEvent, UiWizardResumeOptions, UiWizardResumeResult, } from './schema.types';
@@ -302,3 +302,23 @@ export interface UiWizardStepCompleteEvent {
302
302
  /** Dati del form al momento del completamento. */
303
303
  data: Record<string, any>;
304
304
  }
305
+ /**
306
+ * Opzioni per {@link UiFormWizardComponent.resumeCompletedStepsFromValidation}.
307
+ * Per default il resume aggiorna solo lo stato UI (`completedSteps`, step corrente)
308
+ * senza emettere eventi di salvataggio o completamento step.
309
+ */
310
+ export interface UiWizardResumeOptions {
311
+ /** Se `true`, emette `stepComplete` per ogni step validato durante lo scan. @default false */
312
+ emitStepComplete?: boolean;
313
+ /** Se `true`, invoca `onStepSave` per ogni step validato durante lo scan. @default false */
314
+ emitStepSave?: boolean;
315
+ }
316
+ /**
317
+ * Risultato di {@link UiFormWizardComponent.resumeCompletedStepsFromValidation}.
318
+ */
319
+ export interface UiWizardResumeResult {
320
+ /** Ultimo indice step (0-based) marcato come completato; `-1` se nessuno. */
321
+ lastCompletedStep: number;
322
+ /** Step corrente dopo il resume (primo non valido o ultimo se tutti validi). */
323
+ currentStep: number;
324
+ }
@@ -33,7 +33,7 @@ export declare class UiLoggerService {
33
33
  /**
34
34
  * Log azione wizard (stepChange, complete, validationFailed, etc).
35
35
  */
36
- logWizardAction(action: 'init' | 'stepChange' | 'stepComplete' | 'stepValidationFailed' | 'complete' | 'navigation' | 'save' | 'valueChange' | 'keyboardNavigation' | 'destroy', payload: {
36
+ logWizardAction(action: 'init' | 'stepChange' | 'stepComplete' | 'stepValidationFailed' | 'complete' | 'navigation' | 'save' | 'valueChange' | 'keyboardNavigation' | 'destroy' | 'resume' | 'resumeComplete', payload: {
37
37
  wizardId?: string;
38
38
  step?: number;
39
39
  [key: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnggln/ng-ui-system",
3
- "version": "1.0.0-alpha.21",
3
+ "version": "1.0.0-alpha.22",
4
4
  "description": "Enterprise-grade Angular standalone component library with design tokens, a11y, and full TypeScript support.",
5
5
  "keywords": [
6
6
  "angular",
@@ -41,30 +41,12 @@
41
41
  "esm": "./esm2022/gnggln-ng-ui-system.mjs",
42
42
  "default": "./fesm2022/gnggln-ng-ui-system.mjs"
43
43
  },
44
- "./accordion": {
45
- "types": "./accordion/index.d.ts",
46
- "esm2022": "./esm2022/accordion/gnggln-ng-ui-system-accordion.mjs",
47
- "esm": "./esm2022/accordion/gnggln-ng-ui-system-accordion.mjs",
48
- "default": "./fesm2022/gnggln-ng-ui-system-accordion.mjs"
49
- },
50
44
  "./base-layout": {
51
45
  "types": "./base-layout/index.d.ts",
52
46
  "esm2022": "./esm2022/base-layout/gnggln-ng-ui-system-base-layout.mjs",
53
47
  "esm": "./esm2022/base-layout/gnggln-ng-ui-system-base-layout.mjs",
54
48
  "default": "./fesm2022/gnggln-ng-ui-system-base-layout.mjs"
55
49
  },
56
- "./blackbox": {
57
- "types": "./blackbox/index.d.ts",
58
- "esm2022": "./esm2022/blackbox/gnggln-ng-ui-system-blackbox.mjs",
59
- "esm": "./esm2022/blackbox/gnggln-ng-ui-system-blackbox.mjs",
60
- "default": "./fesm2022/gnggln-ng-ui-system-blackbox.mjs"
61
- },
62
- "./button": {
63
- "types": "./button/index.d.ts",
64
- "esm2022": "./esm2022/button/gnggln-ng-ui-system-button.mjs",
65
- "esm": "./esm2022/button/gnggln-ng-ui-system-button.mjs",
66
- "default": "./fesm2022/gnggln-ng-ui-system-button.mjs"
67
- },
68
50
  "./core": {
69
51
  "types": "./core/index.d.ts",
70
52
  "esm2022": "./esm2022/core/gnggln-ng-ui-system-core.mjs",
@@ -77,17 +59,29 @@
77
59
  "esm": "./esm2022/crud-table/gnggln-ng-ui-system-crud-table.mjs",
78
60
  "default": "./fesm2022/gnggln-ng-ui-system-crud-table.mjs"
79
61
  },
62
+ "./accordion": {
63
+ "types": "./accordion/index.d.ts",
64
+ "esm2022": "./esm2022/accordion/gnggln-ng-ui-system-accordion.mjs",
65
+ "esm": "./esm2022/accordion/gnggln-ng-ui-system-accordion.mjs",
66
+ "default": "./fesm2022/gnggln-ng-ui-system-accordion.mjs"
67
+ },
80
68
  "./form-builder": {
81
69
  "types": "./form-builder/index.d.ts",
82
70
  "esm2022": "./esm2022/form-builder/gnggln-ng-ui-system-form-builder.mjs",
83
71
  "esm": "./esm2022/form-builder/gnggln-ng-ui-system-form-builder.mjs",
84
72
  "default": "./fesm2022/gnggln-ng-ui-system-form-builder.mjs"
85
73
  },
86
- "./form-builder-editor": {
87
- "types": "./form-builder-editor/index.d.ts",
88
- "esm2022": "./esm2022/form-builder-editor/gnggln-ng-ui-system-form-builder-editor.mjs",
89
- "esm": "./esm2022/form-builder-editor/gnggln-ng-ui-system-form-builder-editor.mjs",
90
- "default": "./fesm2022/gnggln-ng-ui-system-form-builder-editor.mjs"
74
+ "./button": {
75
+ "types": "./button/index.d.ts",
76
+ "esm2022": "./esm2022/button/gnggln-ng-ui-system-button.mjs",
77
+ "esm": "./esm2022/button/gnggln-ng-ui-system-button.mjs",
78
+ "default": "./fesm2022/gnggln-ng-ui-system-button.mjs"
79
+ },
80
+ "./blackbox": {
81
+ "types": "./blackbox/index.d.ts",
82
+ "esm2022": "./esm2022/blackbox/gnggln-ng-ui-system-blackbox.mjs",
83
+ "esm": "./esm2022/blackbox/gnggln-ng-ui-system-blackbox.mjs",
84
+ "default": "./fesm2022/gnggln-ng-ui-system-blackbox.mjs"
91
85
  },
92
86
  "./http": {
93
87
  "types": "./http/index.d.ts",
@@ -95,6 +89,12 @@
95
89
  "esm": "./esm2022/http/gnggln-ng-ui-system-http.mjs",
96
90
  "default": "./fesm2022/gnggln-ng-ui-system-http.mjs"
97
91
  },
92
+ "./form-builder-editor": {
93
+ "types": "./form-builder-editor/index.d.ts",
94
+ "esm2022": "./esm2022/form-builder-editor/gnggln-ng-ui-system-form-builder-editor.mjs",
95
+ "esm": "./esm2022/form-builder-editor/gnggln-ng-ui-system-form-builder-editor.mjs",
96
+ "default": "./fesm2022/gnggln-ng-ui-system-form-builder-editor.mjs"
97
+ },
98
98
  "./layout-builder": {
99
99
  "types": "./layout-builder/index.d.ts",
100
100
  "esm2022": "./esm2022/layout-builder/gnggln-ng-ui-system-layout-builder.mjs",
@@ -113,17 +113,17 @@
113
113
  "esm": "./esm2022/page-header/gnggln-ng-ui-system-page-header.mjs",
114
114
  "default": "./fesm2022/gnggln-ng-ui-system-page-header.mjs"
115
115
  },
116
- "./table": {
117
- "types": "./table/index.d.ts",
118
- "esm2022": "./esm2022/table/gnggln-ng-ui-system-table.mjs",
119
- "esm": "./esm2022/table/gnggln-ng-ui-system-table.mjs",
120
- "default": "./fesm2022/gnggln-ng-ui-system-table.mjs"
121
- },
122
116
  "./toast": {
123
117
  "types": "./toast/index.d.ts",
124
118
  "esm2022": "./esm2022/toast/gnggln-ng-ui-system-toast.mjs",
125
119
  "esm": "./esm2022/toast/gnggln-ng-ui-system-toast.mjs",
126
120
  "default": "./fesm2022/gnggln-ng-ui-system-toast.mjs"
121
+ },
122
+ "./table": {
123
+ "types": "./table/index.d.ts",
124
+ "esm2022": "./esm2022/table/gnggln-ng-ui-system-table.mjs",
125
+ "esm": "./esm2022/table/gnggln-ng-ui-system-table.mjs",
126
+ "default": "./fesm2022/gnggln-ng-ui-system-table.mjs"
127
127
  }
128
128
  }
129
129
  }