@ts-core/angular 15.0.3 → 15.0.5
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/{VICommonModule.d.ts → VIModule.d.ts} +8 -8
- package/esm2020/VIModule.mjs +175 -0
- package/esm2020/public-api.mjs +2 -2
- package/fesm2015/ts-core-angular.mjs +8 -8
- package/fesm2015/ts-core-angular.mjs.map +1 -1
- package/fesm2020/ts-core-angular.mjs +8 -8
- package/fesm2020/ts-core-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -1
- package/style/{_core.scss → _index.scss} +8 -6
- package/esm2020/VICommonModule.mjs +0 -175
|
@@ -5758,7 +5758,7 @@ const DECLARATIONS = [
|
|
|
5758
5758
|
AutoScrollBottomDirective,
|
|
5759
5759
|
AspectRatioResizeDirective
|
|
5760
5760
|
];
|
|
5761
|
-
class
|
|
5761
|
+
class VIModule {
|
|
5762
5762
|
// --------------------------------------------------------------------------
|
|
5763
5763
|
//
|
|
5764
5764
|
// Static Methods
|
|
@@ -5766,7 +5766,7 @@ class VICommonModule {
|
|
|
5766
5766
|
// --------------------------------------------------------------------------
|
|
5767
5767
|
static forRoot(options) {
|
|
5768
5768
|
return {
|
|
5769
|
-
ngModule:
|
|
5769
|
+
ngModule: VIModule,
|
|
5770
5770
|
providers: [
|
|
5771
5771
|
{
|
|
5772
5772
|
provide: APP_INITIALIZER,
|
|
@@ -5787,8 +5787,8 @@ class VICommonModule {
|
|
|
5787
5787
|
};
|
|
5788
5788
|
}
|
|
5789
5789
|
}
|
|
5790
|
-
|
|
5791
|
-
|
|
5790
|
+
VIModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5791
|
+
VIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: VIModule, declarations: [TimePipe,
|
|
5792
5792
|
FinancePipe,
|
|
5793
5793
|
SanitizePipe,
|
|
5794
5794
|
TruncatePipe,
|
|
@@ -5839,8 +5839,8 @@ VICommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version:
|
|
|
5839
5839
|
HTMLContentTitleDirective,
|
|
5840
5840
|
AutoScrollBottomDirective,
|
|
5841
5841
|
AspectRatioResizeDirective] });
|
|
5842
|
-
|
|
5843
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type:
|
|
5842
|
+
VIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VIModule, imports: [IMPORTS, CookieModule, ThemeModule, LanguageModule, AssetModule] });
|
|
5843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: VIModule, decorators: [{
|
|
5844
5844
|
type: NgModule,
|
|
5845
5845
|
args: [{
|
|
5846
5846
|
imports: IMPORTS,
|
|
@@ -5848,7 +5848,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImpor
|
|
|
5848
5848
|
exports: [...IMPORTS, ...DECLARATIONS]
|
|
5849
5849
|
}]
|
|
5850
5850
|
}] });
|
|
5851
|
-
class
|
|
5851
|
+
class IVIOptions extends ICookieOptions {
|
|
5852
5852
|
}
|
|
5853
5853
|
function initializerFactory(nativeWindow, rendererFactory2) {
|
|
5854
5854
|
ViewUtil.renderer = rendererFactory2.createRenderer(null, null);
|
|
@@ -5869,5 +5869,5 @@ const VI_ANGULAR_OPTIONS = new InjectionToken(`VI_ANGULAR_OPTIONS`);
|
|
|
5869
5869
|
* Generated bundle index. Do not edit.
|
|
5870
5870
|
*/
|
|
5871
5871
|
|
|
5872
|
-
export { APPLICATION_INJECTOR, ApplicationBaseComponent, ApplicationComponent, AspectRatioResizeDirective, AssetBackgroundDirective, AssetBackgroundPipe, AssetFilePipe, AssetIconPipe, AssetImagePipe, AssetModule, AssetSoundPipe, AssetVideoPipe, AutoScrollBottomDirective, COOKIE_OPTIONS, CamelCasePipe, CanDeactivateGuard, ClickToCopyDirective, ClickToSelectDirective, CookieModule, CookieOptions, CookieService, Direction, FinancePipe, FocusDirective, FocusManager, FormElementAsync, FormElementSync, HTMLContentTitleDirective, HTMLTitleDirective, IUser,
|
|
5872
|
+
export { APPLICATION_INJECTOR, ApplicationBaseComponent, ApplicationComponent, AspectRatioResizeDirective, AssetBackgroundDirective, AssetBackgroundPipe, AssetFilePipe, AssetIconPipe, AssetImagePipe, AssetModule, AssetSoundPipe, AssetVideoPipe, AutoScrollBottomDirective, COOKIE_OPTIONS, CamelCasePipe, CanDeactivateGuard, ClickToCopyDirective, ClickToSelectDirective, CookieModule, CookieOptions, CookieService, Direction, FinancePipe, FocusDirective, FocusManager, FormElementAsync, FormElementSync, HTMLContentTitleDirective, HTMLTitleDirective, IUser, IVIOptions, InfiniteScrollDirective, IsBrowserDirective, IsServerDirective, LANGUAGE_OPTIONS, LanguageDirective, LanguageHasDirective, LanguageModule, LanguagePipe, LanguagePipeHas, LanguagePipeHasPure, LanguagePipePure, LanguageRequireResolver, LanguageResolver, LazyModuleLoader, ListItem, ListItems, LoginBaseService, LoginBaseServiceEvent, LoginGuard, LoginIfCanGuard, LoginNotGuard, LoginRequireResolver, LoginResolver, MenuItem, MenuItemBase, MenuItems, MessageBaseComponent, MomentDateAdaptivePipe, MomentDateFromNowPipe, MomentDatePipe, MomentTimePipe, NavigationMenuItem, NgModelErrorPipe, PipeBaseService, PlatformService, PrettifyPipe, QuestionEvent, QuestionManager, QuestionMode, ResizeDirective, ResizeManager, RouterBaseService, SanitizePipe, ScrollCheckDirective, ScrollDirective, SelectListItem, SelectListItems, SelectOnFocusDirective, StartCasePipe, THEME_OPTIONS, ThemeAssetBackgroundDirective, ThemeAssetDirective, ThemeAssetIconDirective, ThemeAssetImageDirective, ThemeModule, ThemeStyleDirective, ThemeStyleHoverDirective, ThemeToggleDirective, TimePipe, TransportLazy, TransportLazyModule, TransportLazyModuleLoadedEvent, TruncatePipe, UserBaseService, UserBaseServiceEvent, VIModule, VI_ANGULAR_OPTIONS, ViewUtil, cookieServiceFactory, initializerFactory, languageServiceFactory, loggerServiceFactory, nativeWindowServiceFactory, themeAssetServiceFactory, themeServiceFactory };
|
|
5873
5873
|
//# sourceMappingURL=ts-core-angular.mjs.map
|