wuic-framework-lib 0.1.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.
- package/assets/wuic-framework-docs/screenshots/index.json +655 -646
- package/assets/wuic-framework-docs/screenshots/manual__appsettings__01.png +0 -0
- package/fesm2022/wuic-framework-lib-core.mjs +1 -1
- package/fesm2022/{wuic-framework-lib-designer.component-B61jxcjI.mjs → wuic-framework-lib-designer.component-BnGD84I-.mjs} +480 -191
- package/fesm2022/{wuic-framework-lib-prompt-dialog-fallback-host.component-CEdDCWJ0.mjs → wuic-framework-lib-prompt-dialog-fallback-host.component-sX90o2X8.mjs} +5 -5
- package/fesm2022/wuic-framework-lib-ui.mjs +1 -1
- package/fesm2022/{wuic-framework-lib-wuic-framework-lib-CXpwV2Dc.mjs → wuic-framework-lib-wuic-framework-lib-CpocrbwM.mjs} +21172 -2924
- package/fesm2022/wuic-framework-lib.mjs +1 -1
- package/package.json +3 -2
- package/types/wuic-framework-lib-core.d.ts +1 -1
- package/types/wuic-framework-lib-ui.d.ts +1 -1
- package/types/wuic-framework-lib.d.ts +912 -72
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { j as AuthSessionService, B as BooleanEditorComponent,
|
|
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.1
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Wuic Angular Framework Library",
|
|
5
5
|
"author": "Wuic",
|
|
6
6
|
"license": "MIT",
|
|
@@ -79,5 +79,6 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"module": "fesm2022/wuic-framework-lib.mjs",
|
|
82
|
-
"typings": "types/wuic-framework-lib.d.ts"
|
|
82
|
+
"typings": "types/wuic-framework-lib.d.ts",
|
|
83
|
+
"type": "module"
|
|
83
84
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { AuthSessionService, CustomException, GlobalHandler, MetadataEditorService, MetadataProviderService, MetadatiColonna, TranslationManagerService, WtoolboxService } from 'wuic-framework-lib';
|
|
1
|
+
export { AuthSessionService, CustomException, GlobalHandler, MetadataEditorService, MetadataProviderService, MetadatiColonna, PRIMARY_PALETTES, ThemeOption, TranslationManagerService, UserInfoService, WtoolboxService, authExpiredInterceptor, getThemeOptions } from 'wuic-framework-lib';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { CallbackPipe, CallbackPipe2, FormatGridViewValuePipe, GetSrcUploadPreviewPipe, IsSelectedRowPipe, LazyDataActionButtonComponent, LazyDataSourceComponent, LazyFieldEditorComponent, LazyImageWrapperComponent, LazyMetaMenuComponent, VisibleFieldListPipe } from 'wuic-framework-lib';
|
|
1
|
+
export { CallbackPipe, CallbackPipe2, FormatGridViewValuePipe, GetSrcUploadPreviewPipe, ImageWrapperComponent, IsSelectedRowPipe, LazyDataActionButtonComponent, LazyDataSourceComponent, LazyFieldEditorComponent, LazyImageWrapperComponent, LazyMetaMenuComponent, VisibleFieldListPipe } from 'wuic-framework-lib';
|