ngxsmk-datepicker 1.4.4 → 1.4.6
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/.angular/cache/20.3.5/demo-app/vite/deps/@angular_common.js +200 -0
- package/.angular/cache/20.3.5/demo-app/vite/deps/@angular_core.js +999 -0
- package/.angular/cache/20.3.5/demo-app/vite/deps/@angular_forms.js +6965 -0
- package/.angular/cache/20.3.5/demo-app/vite/deps/@angular_platform-browser.js +80 -0
- package/.angular/cache/20.3.5/demo-app/vite/deps/@angular_router.js +6130 -0
- package/.angular/cache/20.3.5/demo-app/vite/deps/chunk-42OOCJLE.js +5210 -0
- package/.angular/cache/20.3.5/demo-app/vite/deps/chunk-DQIUKFFJ.js +30886 -0
- package/.angular/cache/20.3.5/demo-app/vite/deps/chunk-QJUWYUTH.js +4715 -0
- package/.angular/cache/20.3.5/demo-app/vite/deps/chunk-WDMUDEB6.js +58 -0
- package/.angular/cache/20.3.5/demo-app/vite/deps/zone__js.js +2394 -0
- package/LICENSE +21 -0
- package/README.md +206 -161
- package/dist/demo-app/browser/main-4XQZTDMM.js +4 -0
- package/dist/demo-app/browser/polyfills-5CFQRCPP.js +2 -0
- package/dist/ngxsmk-datepicker/README.md +268 -0
- package/{index.d.ts → dist/ngxsmk-datepicker/index.d.ts} +2 -3
- package/package.json +40 -28
- package/projects/demo-app/README.md +246 -0
- package/projects/ngxsmk-datepicker/README.md +268 -0
- package/scripts/analyze-bundle.js +39 -0
- package/scripts/optimize-build.js +132 -0
- package/fesm2022/ngxsmk-datepicker.mjs +0 -1131
- package/fesm2022/ngxsmk-datepicker.mjs.map +0 -1
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import {
|
|
2
|
+
BrowserDomAdapter,
|
|
3
|
+
BrowserGetTestability,
|
|
4
|
+
BrowserModule,
|
|
5
|
+
By,
|
|
6
|
+
DomEventsPlugin,
|
|
7
|
+
DomRendererFactory2,
|
|
8
|
+
DomSanitizer,
|
|
9
|
+
DomSanitizerImpl,
|
|
10
|
+
EVENT_MANAGER_PLUGINS,
|
|
11
|
+
EventManager,
|
|
12
|
+
EventManagerPlugin,
|
|
13
|
+
HAMMER_GESTURE_CONFIG,
|
|
14
|
+
HAMMER_LOADER,
|
|
15
|
+
HammerGestureConfig,
|
|
16
|
+
HammerGesturesPlugin,
|
|
17
|
+
HammerModule,
|
|
18
|
+
HydrationFeatureKind,
|
|
19
|
+
KeyEventsPlugin,
|
|
20
|
+
Meta,
|
|
21
|
+
REMOVE_STYLES_ON_COMPONENT_DESTROY,
|
|
22
|
+
SharedStylesHost,
|
|
23
|
+
Title,
|
|
24
|
+
VERSION,
|
|
25
|
+
bootstrapApplication,
|
|
26
|
+
createApplication,
|
|
27
|
+
disableDebugTools,
|
|
28
|
+
enableDebugTools,
|
|
29
|
+
platformBrowser,
|
|
30
|
+
provideClientHydration,
|
|
31
|
+
provideProtractorTestingSupport,
|
|
32
|
+
withEventReplay,
|
|
33
|
+
withHttpTransferCacheOptions,
|
|
34
|
+
withI18nSupport,
|
|
35
|
+
withIncrementalHydration,
|
|
36
|
+
withNoHttpTransferCache
|
|
37
|
+
} from "./chunk-QJUWYUTH.js";
|
|
38
|
+
import {
|
|
39
|
+
getDOM
|
|
40
|
+
} from "./chunk-42OOCJLE.js";
|
|
41
|
+
import "./chunk-DQIUKFFJ.js";
|
|
42
|
+
import "./chunk-WDMUDEB6.js";
|
|
43
|
+
export {
|
|
44
|
+
BrowserModule,
|
|
45
|
+
By,
|
|
46
|
+
DomSanitizer,
|
|
47
|
+
EVENT_MANAGER_PLUGINS,
|
|
48
|
+
EventManager,
|
|
49
|
+
EventManagerPlugin,
|
|
50
|
+
HAMMER_GESTURE_CONFIG,
|
|
51
|
+
HAMMER_LOADER,
|
|
52
|
+
HammerGestureConfig,
|
|
53
|
+
HammerModule,
|
|
54
|
+
HydrationFeatureKind,
|
|
55
|
+
Meta,
|
|
56
|
+
REMOVE_STYLES_ON_COMPONENT_DESTROY,
|
|
57
|
+
Title,
|
|
58
|
+
VERSION,
|
|
59
|
+
bootstrapApplication,
|
|
60
|
+
createApplication,
|
|
61
|
+
disableDebugTools,
|
|
62
|
+
enableDebugTools,
|
|
63
|
+
platformBrowser,
|
|
64
|
+
provideClientHydration,
|
|
65
|
+
provideProtractorTestingSupport,
|
|
66
|
+
withEventReplay,
|
|
67
|
+
withHttpTransferCacheOptions,
|
|
68
|
+
withI18nSupport,
|
|
69
|
+
withIncrementalHydration,
|
|
70
|
+
withNoHttpTransferCache,
|
|
71
|
+
BrowserDomAdapter as ɵBrowserDomAdapter,
|
|
72
|
+
BrowserGetTestability as ɵBrowserGetTestability,
|
|
73
|
+
DomEventsPlugin as ɵDomEventsPlugin,
|
|
74
|
+
DomRendererFactory2 as ɵDomRendererFactory2,
|
|
75
|
+
DomSanitizerImpl as ɵDomSanitizerImpl,
|
|
76
|
+
HammerGesturesPlugin as ɵHammerGesturesPlugin,
|
|
77
|
+
KeyEventsPlugin as ɵKeyEventsPlugin,
|
|
78
|
+
SharedStylesHost as ɵSharedStylesHost,
|
|
79
|
+
getDOM as ɵgetDOM
|
|
80
|
+
};
|