@wavemaker/app-ng-runtime 11.14.1-rc.6304 → 11.14.1-rc.6311
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/components/base/bundles/index.umd.js +1 -1
- package/components/base/esm2022/utils/widget-utils.mjs +3 -3
- package/components/base/fesm2022/index.mjs +2 -2
- package/components/base/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/bundles/index.umd.js +4 -4
- package/components/basic/search/esm2022/scrollable.directive.mjs +3 -3
- package/components/basic/search/esm2022/search.component.mjs +3 -3
- package/components/basic/search/fesm2022/index.mjs +4 -4
- package/components/basic/search/fesm2022/index.mjs.map +1 -1
- package/components/basic/search/scrollable.directive.d.ts +1 -1
- package/components/data/list/bundles/index.umd.js +33 -2
- package/components/data/list/esm2022/list.component.mjs +34 -3
- package/components/data/list/fesm2022/index.mjs +33 -2
- package/components/data/list/fesm2022/index.mjs.map +1 -1
- package/components/data/list/list.component.d.ts +4 -0
- package/components/data/table/bundles/index.umd.js +34 -3
- package/components/data/table/esm2022/table.component.mjs +35 -4
- package/components/data/table/fesm2022/index.mjs +34 -3
- package/components/data/table/fesm2022/index.mjs.map +1 -1
- package/components/data/table/table.component.d.ts +4 -0
- package/components/page/default/bundles/index.umd.js +10 -4
- package/components/page/default/esm2022/router-outlet.directive.mjs +13 -6
- package/components/page/default/fesm2022/index.mjs +10 -4
- package/components/page/default/fesm2022/index.mjs.map +1 -1
- package/components/page/default/router-outlet.directive.d.ts +5 -2
- package/core/bundles/index.umd.js +0 -6
- package/core/esm2022/public_api.mjs +2 -2
- package/core/esm2022/utils/utils.mjs +2 -6
- package/core/fesm2022/index.mjs +1 -6
- package/core/fesm2022/index.mjs.map +1 -1
- package/core/public_api.d.ts +1 -1
- package/core/utils/utils.d.ts +0 -1
- package/npm-shrinkwrap.json +2 -2
- package/package-lock.json +2 -2
- package/package.json +1 -1
- package/runtime/base/bundles/index.umd.js +5 -4
- package/runtime/base/esm2022/services/app.manager.service.mjs +4 -3
- package/runtime/base/esm2022/services/pipe-provider.service.mjs +4 -4
- package/runtime/base/fesm2022/index.mjs +5 -4
- package/runtime/base/fesm2022/index.mjs.map +1 -1
- package/runtime/base/runtime-base.module.d.ts +2 -2
- package/scripts/@wavemaker/nvd3/build/nv.d3.min.js +1 -1
|
@@ -4,7 +4,7 @@ import { DialogBodyDirective, DialogFooterDirective, DialogHeaderComponent } fro
|
|
|
4
4
|
import { ConfirmDialogComponent } from '@wm/components/dialogs/confirm-dialog';
|
|
5
5
|
import { DialogComponent } from '@wm/components/dialogs/design-dialog';
|
|
6
6
|
import { PrefabDirective, PrefabContainerDirective } from '@wm/components/prefab';
|
|
7
|
-
import { PageDirective, ContentComponent, PageContentComponent, SpaPageDirective } from "@wm/components/page";
|
|
7
|
+
import { PageDirective, ContentComponent, PageContentComponent, SpaPageDirective, RouterOutletDirective } from "@wm/components/page";
|
|
8
8
|
import { LeftPanelDirective } from "@wm/components/page/left-panel";
|
|
9
9
|
import { RightPanelDirective } from "@wm/components/page/right-panel";
|
|
10
10
|
import { AnchorComponent } from '@wm/components/basic/anchor';
|
|
@@ -157,7 +157,7 @@ export declare function getSettingProvider(key: string, defaultValue: unknown):
|
|
|
157
157
|
};
|
|
158
158
|
export declare function InitializeApp(I18nService: any, AppJSResolve: any): () => Promise<any>;
|
|
159
159
|
export declare function setAngularLocale(I18nService: any): any;
|
|
160
|
-
export declare const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS: (typeof ConfirmDialogComponent | typeof DialogComponent | typeof DialogBodyDirective | typeof DialogFooterDirective | typeof DialogHeaderComponent | typeof ContainerDirective | typeof ItemTemplateDirective | typeof LazyLoadDirective | typeof PartialDirective | typeof PartialParamHandlerDirective | typeof PartialParamDirective | typeof PartialContainerDirective | typeof BaseCustomWidgetContainerDirective | typeof RedrawableDirective | typeof ShowInDeviceDirective | typeof TextContentDirective | typeof ToDatePipe | typeof FilterPipe | typeof FileSizePipe | typeof ToNumberPipe | typeof ToCurrencyPipe | typeof TrailingZeroDecimalPipe | typeof TrustAsPipe | typeof ImagePipe | typeof CustomPipe | typeof SanitizePipe | typeof NgCircleProgressModule | typeof AnchorComponent | typeof HtmlDirective | typeof IframeComponent | typeof PictureDirective | typeof SpinnerComponent | typeof VideoComponent | typeof ProgressBarComponent | typeof RichTextEditorComponent | typeof SearchComponent | typeof ScrollableDirective | typeof TreeComponent | typeof CalendarComponent | typeof ChipsComponent | typeof CurrencyComponent | typeof DateComponent | typeof DatetimeComponent | typeof TimeComponent | typeof DateTimePickerComponent | typeof TimePickerComponent | typeof PickerComponent | typeof PickerGroupComponent | typeof FileUploadComponent | typeof CaptionPositionDirective | typeof CheckboxComponent | typeof NumberComponent | typeof CardComponent | typeof FormComponent | typeof FormWidgetDirective | typeof FormActionDirective | typeof FormFieldDirective | typeof LiveActionsDirective | typeof DependsonDirective | typeof LiveFilterDirective | typeof LiveFormDirective | typeof ListComponent | typeof ListItemDirective | typeof LiveTableComponent | typeof PaginationComponent | typeof TableComponent | typeof TableCUDDirective | typeof TableFilterSortDirective | typeof TableActionDirective | typeof TableColumnDirective | typeof TableColumnGroupDirective | typeof TableRowDirective | typeof TableRowActionDirective | typeof ChartComponent | typeof AccordionPaneComponent | typeof AccordionDirective | typeof LayoutGridColumnDirective | typeof TabPaneComponent | typeof TabsComponent | typeof WizardStepComponent | typeof WizardComponent | typeof AlertDialogComponent | typeof IframeDialogComponent | typeof LoginDialogDirective | typeof PartialDialogComponent | typeof BreadcrumbComponent | typeof MenuComponent | typeof MenuDropdownComponent | typeof MenuDropdownItemComponent | typeof NavigationControlDirective | typeof NavComponent | typeof PopoverComponent | typeof CarouselDirective | typeof CustomWidgetContainerDirective | typeof PageDirective | typeof ContentComponent | typeof PageContentComponent | typeof SpaPageDirective | typeof LeftPanelDirective | typeof RightPanelDirective | typeof PrefabDirective | typeof PrefabContainerDirective)[];
|
|
160
|
+
export declare const REQUIRED_MODULES_FOR_DYNAMIC_COMPONENTS: (typeof ConfirmDialogComponent | typeof DialogComponent | typeof DialogBodyDirective | typeof DialogFooterDirective | typeof DialogHeaderComponent | typeof ContainerDirective | typeof ItemTemplateDirective | typeof LazyLoadDirective | typeof PartialDirective | typeof PartialParamHandlerDirective | typeof PartialParamDirective | typeof PartialContainerDirective | typeof BaseCustomWidgetContainerDirective | typeof RedrawableDirective | typeof ShowInDeviceDirective | typeof TextContentDirective | typeof ToDatePipe | typeof FilterPipe | typeof FileSizePipe | typeof ToNumberPipe | typeof ToCurrencyPipe | typeof TrailingZeroDecimalPipe | typeof TrustAsPipe | typeof ImagePipe | typeof CustomPipe | typeof SanitizePipe | typeof NgCircleProgressModule | typeof AnchorComponent | typeof HtmlDirective | typeof IframeComponent | typeof PictureDirective | typeof SpinnerComponent | typeof VideoComponent | typeof ProgressBarComponent | typeof RichTextEditorComponent | typeof SearchComponent | typeof ScrollableDirective | typeof TreeComponent | typeof CalendarComponent | typeof ChipsComponent | typeof CurrencyComponent | typeof DateComponent | typeof DatetimeComponent | typeof TimeComponent | typeof DateTimePickerComponent | typeof TimePickerComponent | typeof PickerComponent | typeof PickerGroupComponent | typeof FileUploadComponent | typeof CaptionPositionDirective | typeof CheckboxComponent | typeof NumberComponent | typeof CardComponent | typeof FormComponent | typeof FormWidgetDirective | typeof FormActionDirective | typeof FormFieldDirective | typeof LiveActionsDirective | typeof DependsonDirective | typeof LiveFilterDirective | typeof LiveFormDirective | typeof ListComponent | typeof ListItemDirective | typeof LiveTableComponent | typeof PaginationComponent | typeof TableComponent | typeof TableCUDDirective | typeof TableFilterSortDirective | typeof TableActionDirective | typeof TableColumnDirective | typeof TableColumnGroupDirective | typeof TableRowDirective | typeof TableRowActionDirective | typeof ChartComponent | typeof AccordionPaneComponent | typeof AccordionDirective | typeof LayoutGridColumnDirective | typeof TabPaneComponent | typeof TabsComponent | typeof WizardStepComponent | typeof WizardComponent | typeof AlertDialogComponent | typeof IframeDialogComponent | typeof LoginDialogDirective | typeof PartialDialogComponent | typeof BreadcrumbComponent | typeof MenuComponent | typeof MenuDropdownComponent | typeof MenuDropdownItemComponent | typeof NavigationControlDirective | typeof NavComponent | typeof PopoverComponent | typeof CarouselDirective | typeof CustomWidgetContainerDirective | typeof PageDirective | typeof ContentComponent | typeof PageContentComponent | typeof SpaPageDirective | typeof RouterOutletDirective | typeof LeftPanelDirective | typeof RightPanelDirective | typeof PrefabDirective | typeof PrefabContainerDirective)[];
|
|
161
161
|
export declare class RuntimeBaseModule {
|
|
162
162
|
static addCustomEventPolyfill(): boolean;
|
|
163
163
|
static forRoot(): ModuleWithProviders<RuntimeBaseModule>;
|