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

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 (55) hide show
  1. package/crud-table/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.d.ts +1 -0
  2. package/crud-table/lib/components/form-builder/types/schema.types.d.ts +20 -0
  3. package/crud-table/lib/core/logging/logger.service.d.ts +1 -1
  4. package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +1 -1
  5. package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +1 -1
  6. package/esm2022/crud-table/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +1 -1
  7. package/esm2022/crud-table/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.mjs +13 -7
  8. package/esm2022/crud-table/lib/components/form-builder/types/schema.types.mjs +1 -1
  9. package/esm2022/crud-table/lib/core/logging/logger.service.mjs +1 -1
  10. package/esm2022/form-builder/lib/components/form-builder/form-wizard.component.mjs +105 -18
  11. package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +1 -1
  12. package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +1 -1
  13. package/esm2022/form-builder/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +1 -1
  14. package/esm2022/form-builder/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.mjs +13 -7
  15. package/esm2022/form-builder/lib/components/form-builder/types/index.mjs +1 -1
  16. package/esm2022/form-builder/lib/components/form-builder/types/schema.types.mjs +1 -1
  17. package/esm2022/form-builder/lib/core/logging/logger.service.mjs +1 -1
  18. package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +1 -1
  19. package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +1 -1
  20. package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +1 -1
  21. package/esm2022/form-builder-editor/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.mjs +13 -7
  22. package/esm2022/form-builder-editor/lib/components/form-builder/types/index.mjs +1 -1
  23. package/esm2022/form-builder-editor/lib/components/form-builder/types/schema.types.mjs +1 -1
  24. package/esm2022/form-builder-editor/lib/core/logging/logger.service.mjs +1 -1
  25. package/esm2022/lib/components/form-builder/form-wizard.component.mjs +105 -18
  26. package/esm2022/lib/components/form-builder/sub-components/form-fields/form-number-field.component.mjs +1 -1
  27. package/esm2022/lib/components/form-builder/sub-components/form-fields/form-radio-field.component.mjs +1 -1
  28. package/esm2022/lib/components/form-builder/sub-components/form-fields/form-select-field.component.mjs +1 -1
  29. package/esm2022/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.mjs +13 -7
  30. package/esm2022/lib/components/form-builder/types/index.mjs +1 -1
  31. package/esm2022/lib/components/form-builder/types/schema.types.mjs +1 -1
  32. package/esm2022/lib/core/logging/logger.service.mjs +1 -1
  33. package/fesm2022/gnggln-ng-ui-system-crud-table.mjs +12 -6
  34. package/fesm2022/gnggln-ng-ui-system-crud-table.mjs.map +1 -1
  35. package/fesm2022/gnggln-ng-ui-system-form-builder-editor.mjs +12 -6
  36. package/fesm2022/gnggln-ng-ui-system-form-builder-editor.mjs.map +1 -1
  37. package/fesm2022/gnggln-ng-ui-system-form-builder.mjs +116 -23
  38. package/fesm2022/gnggln-ng-ui-system-form-builder.mjs.map +1 -1
  39. package/fesm2022/gnggln-ng-ui-system.mjs +116 -23
  40. package/fesm2022/gnggln-ng-ui-system.mjs.map +1 -1
  41. package/form-builder/lib/components/form-builder/form-wizard.component.d.ts +10 -1
  42. package/form-builder/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.d.ts +1 -0
  43. package/form-builder/lib/components/form-builder/types/index.d.ts +1 -1
  44. package/form-builder/lib/components/form-builder/types/schema.types.d.ts +20 -0
  45. package/form-builder/lib/core/logging/logger.service.d.ts +1 -1
  46. package/form-builder-editor/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.d.ts +1 -0
  47. package/form-builder-editor/lib/components/form-builder/types/index.d.ts +1 -1
  48. package/form-builder-editor/lib/components/form-builder/types/schema.types.d.ts +20 -0
  49. package/form-builder-editor/lib/core/logging/logger.service.d.ts +1 -1
  50. package/lib/components/form-builder/form-wizard.component.d.ts +10 -1
  51. package/lib/components/form-builder/sub-components/specifica-territoriale/specifica-territoriale.component.d.ts +1 -0
  52. package/lib/components/form-builder/types/index.d.ts +1 -1
  53. package/lib/components/form-builder/types/schema.types.d.ts +20 -0
  54. package/lib/core/logging/logger.service.d.ts +1 -1
  55. package/package.json +13 -13
@@ -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
  */
@@ -126,6 +126,7 @@ export declare class UiSpecificaTerritorialeComponent implements ControlValueAcc
126
126
  private loadLocationData;
127
127
  private processWriteValue;
128
128
  private handleItalyByDefaultValue;
129
+ private emitFormValueIfReady;
129
130
  private setupFormSubscriptions;
130
131
  private handleTerritorialChanges;
131
132
  private updateNationalityState;
@@ -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;
@@ -126,6 +126,7 @@ export declare class UiSpecificaTerritorialeComponent implements ControlValueAcc
126
126
  private loadLocationData;
127
127
  private processWriteValue;
128
128
  private handleItalyByDefaultValue;
129
+ private emitFormValueIfReady;
129
130
  private setupFormSubscriptions;
130
131
  private handleTerritorialChanges;
131
132
  private updateNationalityState;
@@ -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
  */
@@ -126,6 +126,7 @@ export declare class UiSpecificaTerritorialeComponent implements ControlValueAcc
126
126
  private loadLocationData;
127
127
  private processWriteValue;
128
128
  private handleItalyByDefaultValue;
129
+ private emitFormValueIfReady;
129
130
  private setupFormSubscriptions;
130
131
  private handleTerritorialChanges;
131
132
  private updateNationalityState;
@@ -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.23",
4
4
  "description": "Enterprise-grade Angular standalone component library with design tokens, a11y, and full TypeScript support.",
5
5
  "keywords": [
6
6
  "angular",
@@ -47,18 +47,18 @@
47
47
  "esm": "./esm2022/accordion/gnggln-ng-ui-system-accordion.mjs",
48
48
  "default": "./fesm2022/gnggln-ng-ui-system-accordion.mjs"
49
49
  },
50
- "./base-layout": {
51
- "types": "./base-layout/index.d.ts",
52
- "esm2022": "./esm2022/base-layout/gnggln-ng-ui-system-base-layout.mjs",
53
- "esm": "./esm2022/base-layout/gnggln-ng-ui-system-base-layout.mjs",
54
- "default": "./fesm2022/gnggln-ng-ui-system-base-layout.mjs"
55
- },
56
50
  "./blackbox": {
57
51
  "types": "./blackbox/index.d.ts",
58
52
  "esm2022": "./esm2022/blackbox/gnggln-ng-ui-system-blackbox.mjs",
59
53
  "esm": "./esm2022/blackbox/gnggln-ng-ui-system-blackbox.mjs",
60
54
  "default": "./fesm2022/gnggln-ng-ui-system-blackbox.mjs"
61
55
  },
56
+ "./base-layout": {
57
+ "types": "./base-layout/index.d.ts",
58
+ "esm2022": "./esm2022/base-layout/gnggln-ng-ui-system-base-layout.mjs",
59
+ "esm": "./esm2022/base-layout/gnggln-ng-ui-system-base-layout.mjs",
60
+ "default": "./fesm2022/gnggln-ng-ui-system-base-layout.mjs"
61
+ },
62
62
  "./button": {
63
63
  "types": "./button/index.d.ts",
64
64
  "esm2022": "./esm2022/button/gnggln-ng-ui-system-button.mjs",
@@ -101,18 +101,18 @@
101
101
  "esm": "./esm2022/layout-builder/gnggln-ng-ui-system-layout-builder.mjs",
102
102
  "default": "./fesm2022/gnggln-ng-ui-system-layout-builder.mjs"
103
103
  },
104
- "./modal": {
105
- "types": "./modal/index.d.ts",
106
- "esm2022": "./esm2022/modal/gnggln-ng-ui-system-modal.mjs",
107
- "esm": "./esm2022/modal/gnggln-ng-ui-system-modal.mjs",
108
- "default": "./fesm2022/gnggln-ng-ui-system-modal.mjs"
109
- },
110
104
  "./page-header": {
111
105
  "types": "./page-header/index.d.ts",
112
106
  "esm2022": "./esm2022/page-header/gnggln-ng-ui-system-page-header.mjs",
113
107
  "esm": "./esm2022/page-header/gnggln-ng-ui-system-page-header.mjs",
114
108
  "default": "./fesm2022/gnggln-ng-ui-system-page-header.mjs"
115
109
  },
110
+ "./modal": {
111
+ "types": "./modal/index.d.ts",
112
+ "esm2022": "./esm2022/modal/gnggln-ng-ui-system-modal.mjs",
113
+ "esm": "./esm2022/modal/gnggln-ng-ui-system-modal.mjs",
114
+ "default": "./fesm2022/gnggln-ng-ui-system-modal.mjs"
115
+ },
116
116
  "./table": {
117
117
  "types": "./table/index.d.ts",
118
118
  "esm2022": "./esm2022/table/gnggln-ng-ui-system-table.mjs",