wuic-framework-lib 0.3.0 → 0.3.1

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.
@@ -5,7 +5,7 @@ import { SplitterModule } from 'primeng/splitter';
5
5
  import * as i11 from 'primeng/dragdrop';
6
6
  import { DragDropModule } from 'primeng/dragdrop';
7
7
  import { NgClass, NgStyle, NgTemplateOutlet, AsyncPipe, JsonPipe, NgFor, NgIf, NgComponentOutlet } from '@angular/common';
8
- import { W as WtoolboxService, D as DynamicGenericTemplateComponent, a as DataSourceComponent, b as DataRepeaterComponent, F as FilterBarComponent, L as LazyParametricDialogComponent, P as PagerComponent, M as MetadataProviderService, c as ParametricDialogComponent, d as MetadatiColonna, e as DataProviderService, U as UserInfoService, T as TranslationManagerService, f as MetadataEditorService, g as WorkflowRuntimeMetadataService, h as FieldEditorComponent, i as MetadataEditorComponent, A as ArchetypeConfiguratorComponent } from './wuic-framework-lib-wuic-framework-lib-V5zsTRQx.mjs';
8
+ import { W as WtoolboxService, D as DynamicGenericTemplateComponent, a as DataSourceComponent, b as DataRepeaterComponent, F as FilterBarComponent, L as LazyParametricDialogComponent, P as PagerComponent, M as MetadataProviderService, c as ParametricDialogComponent, d as MetadatiColonna, e as DataProviderService, U as UserInfoService, T as TranslationManagerService, f as MetadataEditorService, g as WorkflowRuntimeMetadataService, h as FieldEditorComponent, i as MetadataEditorComponent, A as ArchetypeConfiguratorComponent } from './wuic-framework-lib-wuic-framework-lib-CpocrbwM.mjs';
9
9
  import { fromEvent, BehaviorSubject, merge, filter, Observable, switchMap, take, map, takeUntil, tap, timeInterval, scan, mergeMap, of, delay, repeat, Subject, startWith, pairwise, skipWhile, combineLatest } from 'rxjs';
10
10
  import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
11
11
  import { CdkAccordionModule, CdkAccordion, CdkAccordionItem } from '@angular/cdk/accordion';
@@ -10505,4 +10505,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImpor
10505
10505
  }] } });
10506
10506
 
10507
10507
  export { DesignerComponent };
10508
- //# sourceMappingURL=wuic-framework-lib-designer.component-BkGbqBOT.mjs.map
10508
+ //# sourceMappingURL=wuic-framework-lib-designer.component-BnGD84I-.mjs.map
@@ -2,7 +2,7 @@ import * as i0 from '@angular/core';
2
2
  import { EventEmitter, Output, Input, Component } from '@angular/core';
3
3
  import * as i2 from 'primeng/dialog';
4
4
  import { DialogModule } from 'primeng/dialog';
5
- import { c as ParametricDialogComponent } from './wuic-framework-lib-wuic-framework-lib-V5zsTRQx.mjs';
5
+ import { c as ParametricDialogComponent } from './wuic-framework-lib-wuic-framework-lib-CpocrbwM.mjs';
6
6
 
7
7
  class PromptDialogFallbackHostComponent {
8
8
  datasource;
@@ -96,4 +96,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImpor
96
96
  }] } });
97
97
 
98
98
  export { PromptDialogFallbackHostComponent };
99
- //# sourceMappingURL=wuic-framework-lib-prompt-dialog-fallback-host.component-A_w7ko77.mjs.map
99
+ //# sourceMappingURL=wuic-framework-lib-prompt-dialog-fallback-host.component-sX90o2X8.mjs.map
@@ -2152,7 +2152,7 @@ class WtoolboxService {
2152
2152
  const appRef = resolvedInjector.get(ApplicationRef);
2153
2153
  const environmentInjector = resolvedInjector.get(EnvironmentInjector);
2154
2154
  const close$ = new Subject();
2155
- const { PromptDialogFallbackHostComponent } = await import('./wuic-framework-lib-prompt-dialog-fallback-host.component-A_w7ko77.mjs');
2155
+ const { PromptDialogFallbackHostComponent } = await import('./wuic-framework-lib-prompt-dialog-fallback-host.component-sX90o2X8.mjs');
2156
2156
  const hostRef = createComponent(PromptDialogFallbackHostComponent, { environmentInjector });
2157
2157
  hostRef.instance.datasource = dialogConfig?.data?.datasource;
2158
2158
  hostRef.instance.header = String(dialogConfig?.header || '');
@@ -82887,7 +82887,7 @@ class DesignerRouteComponent {
82887
82887
  * Inizializza il componente preparando stato, sottoscrizioni e primi caricamenti richiesti.
82888
82888
  */
82889
82889
  async ngOnInit() {
82890
- this.loadedComponent = await import('./wuic-framework-lib-designer.component-BkGbqBOT.mjs').then((m) => m.DesignerComponent);
82890
+ this.loadedComponent = await import('./wuic-framework-lib-designer.component-BnGD84I-.mjs').then((m) => m.DesignerComponent);
82891
82891
  }
82892
82892
  /**
82893
82893
  * Delega al componente designer runtime la conferma navigazione con pending changes.
@@ -87620,6 +87620,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImpor
87620
87620
  args: ['scrollContainer']
87621
87621
  }] } });
87622
87622
 
87623
+ var ragChatbot_component = /*#__PURE__*/Object.freeze({
87624
+ __proto__: null,
87625
+ WuicRagChatbotComponent: WuicRagChatbotComponent
87626
+ });
87627
+
87623
87628
  /**
87624
87629
  * Module-level flag to prevent multiple concurrent logout calls when
87625
87630
  * several API requests fail with 401 at the same time.
@@ -87857,6 +87862,15 @@ const routes = [
87857
87862
  data: {
87858
87863
  breadcrumbs: 'appsettings-editor',
87859
87864
  }
87865
+ },
87866
+ {
87867
+ path: 'rag-chatbot',
87868
+ loadComponent: () => Promise.resolve().then(function () { return ragChatbot_component; }).then((m) => m.WuicRagChatbotComponent),
87869
+ canMatch: [menuRouteAccessCanMatchGuard],
87870
+ canActivate: [menuRouteAccessCanActivateGuard],
87871
+ data: {
87872
+ breadcrumbs: 'rag-chatbot',
87873
+ }
87860
87874
  }
87861
87875
  ];
87862
87876
 
@@ -87973,4 +87987,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.8", ngImpor
87973
87987
  */
87974
87988
 
87975
87989
  export { LazyKanbanListComponent as $, ArchetypeConfiguratorComponent as A, BooleanEditorComponent as B, CallbackPipe as C, DynamicGenericTemplateComponent as D, EditorOptions as E, FilterBarComponent as F, FormatGridViewValuePipe as G, FrameworkDocsComponent as H, GetSrcUploadPreviewPipe as I, GlobalHandler as J, HtmlEditorComponent as K, LazyParametricDialogComponent as L, MetadataProviderService as M, ImageWrapperComponent as N, ImportExportButtonComponent as O, PagerComponent as P, IsSelectedRowPipe as Q, KanbanListComponent as R, KanbanOptions as S, TranslationManagerService as T, UserInfoService as U, KanbanStatusColumnItem as V, WtoolboxService as W, LazyDataActionButtonComponent as X, LazyDataSourceComponent as Y, LazyFieldEditorComponent as Z, LazyImageWrapperComponent as _, DataSourceComponent as a, LazyMetaMenuComponent as a0, ListGridComponent as a1, LookupEditorComponent as a2, MapListComponent as a3, MetaInfo as a4, MetaMenuComponent as a5, NotificationBellComponent as a6, NotificationRealtimeService as a7, NumberEditorComponent as a8, PRIMARY_PALETTES as a9, loadBooleanEditorComponent as aA, loadButtonEditorComponent as aB, loadCodeAreaEditorComponent as aC, loadColorEditorComponent as aD, loadDateEditorComponent as aE, loadDictionaryEditorComponent as aF, loadHtmlEditorComponent as aG, loadLookupEditorComponent as aH, loadNumberEditorComponent as aI, loadPropertyArrayEditorComponent as aJ, loadPropertyObjectEditorComponent as aK, loadTextAreaEditorComponent as aL, loadTextEditorComponent as aM, loadTreeViewSelectorComponent as aN, loadUploadEditorComponent as aO, menuRouteAccessCanActivateGuard as aP, menuRouteAccessCanMatchGuard as aQ, routes as aR, PivotBuilderComponent as aa, PropertyArrayEditorComponent as ab, PropertyObjectEditorComponent as ac, ReportDesignerComponent as ad, ReportViewerComponent as ae, SchedulerListComponent as af, SpreadsheetListComponent as ag, THEME_OPTIONS as ah, TextAreaEditorComponent as ai, TextEditorComponent as aj, TreeListComponent as ak, TreeViewSelectorComponent as al, UploadEditorComponent as am, ValidationRule as an, ValueChangedPayload as ao, VisibleFieldListPipe as ap, WidgetDefinition as aq, WorkflowDesignerComponent as ar, WorkflowDesignerRouteComponent as as, WorkflowRunnerComponent as at, WuicRagChatbotComponent as au, WuicRagService as av, authExpiredInterceptor as aw, boundedRepeaterPendingChangesGuard as ax, getThemeOptions as ay, getThemePrimaryHex as az, DataRepeaterComponent as b, ParametricDialogComponent as c, MetadatiColonna as d, DataProviderService as e, MetadataEditorService as f, WorkflowRuntimeMetadataService as g, FieldEditorComponent as h, MetadataEditorComponent as i, AUTH_REDIRECT_REASON_KEY as j, AppSettingsEditorComponent as k, AuthSessionService as l, BoundedRepeaterComponent as m, ButtonEditorComponent as n, CallbackPipe2 as o, CarouselListComponent as p, ChartListComponent as q, CodeAreaEditorComponent as r, CodeEditorComponent as s, ColorEditorComponent as t, CustomException as u, DataActionButtonComponent as v, DateEditorComponent as w, DesignerRouteComponent as x, DictionaryEditorComponent as y, DynamicRowTemplateComponent as z };
87976
- //# sourceMappingURL=wuic-framework-lib-wuic-framework-lib-V5zsTRQx.mjs.map
87990
+ //# sourceMappingURL=wuic-framework-lib-wuic-framework-lib-CpocrbwM.mjs.map
@@ -1,2 +1,2 @@
1
- export { j as AUTH_REDIRECT_REASON_KEY, k as AppSettingsEditorComponent, l as AuthSessionService, B as BooleanEditorComponent, m as BoundedRepeaterComponent, n as ButtonEditorComponent, C as CallbackPipe, o as CallbackPipe2, p as CarouselListComponent, q as ChartListComponent, r as CodeAreaEditorComponent, s as CodeEditorComponent, t as ColorEditorComponent, u as CustomException, v as DataActionButtonComponent, b as DataRepeaterComponent, a as DataSourceComponent, w as DateEditorComponent, x as DesignerRouteComponent, y as DictionaryEditorComponent, z as DynamicRowTemplateComponent, E as EditorOptions, h as FieldEditorComponent, F as FilterBarComponent, G as FormatGridViewValuePipe, H as FrameworkDocsComponent, I as GetSrcUploadPreviewPipe, J as GlobalHandler, K as HtmlEditorComponent, N as ImageWrapperComponent, O as ImportExportButtonComponent, Q as IsSelectedRowPipe, R as KanbanListComponent, S as KanbanOptions, V as KanbanStatusColumnItem, X as LazyDataActionButtonComponent, Y as LazyDataSourceComponent, Z as LazyFieldEditorComponent, _ as LazyImageWrapperComponent, $ as LazyKanbanListComponent, a0 as LazyMetaMenuComponent, a1 as ListGridComponent, a2 as LookupEditorComponent, a3 as MapListComponent, a4 as MetaInfo, a5 as MetaMenuComponent, f as MetadataEditorService, M as MetadataProviderService, d as MetadatiColonna, a6 as NotificationBellComponent, a7 as NotificationRealtimeService, a8 as NumberEditorComponent, a9 as PRIMARY_PALETTES, P as PagerComponent, c as ParametricDialogComponent, aa as PivotBuilderComponent, ab as PropertyArrayEditorComponent, ac as PropertyObjectEditorComponent, ad as ReportDesignerComponent, ae as ReportViewerComponent, af as SchedulerListComponent, ag as SpreadsheetListComponent, ah as THEME_OPTIONS, ai as TextAreaEditorComponent, aj as TextEditorComponent, T as TranslationManagerService, ak as TreeListComponent, al as TreeViewSelectorComponent, am as UploadEditorComponent, U as UserInfoService, an as ValidationRule, ao as ValueChangedPayload, ap as VisibleFieldListPipe, aq as WidgetDefinition, ar as WorkflowDesignerComponent, as as WorkflowDesignerRouteComponent, at as WorkflowRunnerComponent, g as WorkflowRuntimeMetadataService, W as WtoolboxService, au as WuicRagChatbotComponent, av as WuicRagService, aw as authExpiredInterceptor, ax as boundedRepeaterPendingChangesGuard, ay as getThemeOptions, az as getThemePrimaryHex, aA as loadBooleanEditorComponent, aB as loadButtonEditorComponent, aC as loadCodeAreaEditorComponent, aD as loadColorEditorComponent, aE as loadDateEditorComponent, aF as loadDictionaryEditorComponent, aG as loadHtmlEditorComponent, aH as loadLookupEditorComponent, aI as loadNumberEditorComponent, aJ as loadPropertyArrayEditorComponent, aK as loadPropertyObjectEditorComponent, aL as loadTextAreaEditorComponent, aM as loadTextEditorComponent, aN as loadTreeViewSelectorComponent, aO as loadUploadEditorComponent, aP as menuRouteAccessCanActivateGuard, aQ as menuRouteAccessCanMatchGuard, aR as routes } from './wuic-framework-lib-wuic-framework-lib-V5zsTRQx.mjs';
1
+ export { j as AUTH_REDIRECT_REASON_KEY, k as AppSettingsEditorComponent, l as AuthSessionService, B as BooleanEditorComponent, m as BoundedRepeaterComponent, n as ButtonEditorComponent, C as CallbackPipe, o as CallbackPipe2, p as CarouselListComponent, q as ChartListComponent, r as CodeAreaEditorComponent, s as CodeEditorComponent, t as ColorEditorComponent, u as CustomException, v as DataActionButtonComponent, b as DataRepeaterComponent, a as DataSourceComponent, w as DateEditorComponent, x as DesignerRouteComponent, y as DictionaryEditorComponent, z as DynamicRowTemplateComponent, E as EditorOptions, h as FieldEditorComponent, F as FilterBarComponent, G as FormatGridViewValuePipe, H as FrameworkDocsComponent, I as GetSrcUploadPreviewPipe, J as GlobalHandler, K as HtmlEditorComponent, N as ImageWrapperComponent, O as ImportExportButtonComponent, Q as IsSelectedRowPipe, R as KanbanListComponent, S as KanbanOptions, V as KanbanStatusColumnItem, X as LazyDataActionButtonComponent, Y as LazyDataSourceComponent, Z as LazyFieldEditorComponent, _ as LazyImageWrapperComponent, $ as LazyKanbanListComponent, a0 as LazyMetaMenuComponent, a1 as ListGridComponent, a2 as LookupEditorComponent, a3 as MapListComponent, a4 as MetaInfo, a5 as MetaMenuComponent, f as MetadataEditorService, M as MetadataProviderService, d as MetadatiColonna, a6 as NotificationBellComponent, a7 as NotificationRealtimeService, a8 as NumberEditorComponent, a9 as PRIMARY_PALETTES, P as PagerComponent, c as ParametricDialogComponent, aa as PivotBuilderComponent, ab as PropertyArrayEditorComponent, ac as PropertyObjectEditorComponent, ad as ReportDesignerComponent, ae as ReportViewerComponent, af as SchedulerListComponent, ag as SpreadsheetListComponent, ah as THEME_OPTIONS, ai as TextAreaEditorComponent, aj as TextEditorComponent, T as TranslationManagerService, ak as TreeListComponent, al as TreeViewSelectorComponent, am as UploadEditorComponent, U as UserInfoService, an as ValidationRule, ao as ValueChangedPayload, ap as VisibleFieldListPipe, aq as WidgetDefinition, ar as WorkflowDesignerComponent, as as WorkflowDesignerRouteComponent, at as WorkflowRunnerComponent, g as WorkflowRuntimeMetadataService, W as WtoolboxService, au as WuicRagChatbotComponent, av as WuicRagService, aw as authExpiredInterceptor, ax as boundedRepeaterPendingChangesGuard, ay as getThemeOptions, az as getThemePrimaryHex, aA as loadBooleanEditorComponent, aB as loadButtonEditorComponent, aC as loadCodeAreaEditorComponent, aD as loadColorEditorComponent, aE as loadDateEditorComponent, aF as loadDictionaryEditorComponent, aG as loadHtmlEditorComponent, aH as loadLookupEditorComponent, aI as loadNumberEditorComponent, aJ as loadPropertyArrayEditorComponent, aK as loadPropertyObjectEditorComponent, aL as loadTextAreaEditorComponent, aM as loadTextEditorComponent, aN as loadTreeViewSelectorComponent, aO as loadUploadEditorComponent, aP as menuRouteAccessCanActivateGuard, aQ as menuRouteAccessCanMatchGuard, aR as routes } from './wuic-framework-lib-wuic-framework-lib-CpocrbwM.mjs';
2
2
  //# sourceMappingURL=wuic-framework-lib.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wuic-framework-lib",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Wuic Angular Framework Library",
5
5
  "author": "Wuic",
6
6
  "license": "MIT",