@ng-matero/extensions 17.1.0 → 17.1.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/core/datetime/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
1
|
+
export * from './datetime.module';
|
|
2
|
+
export * from './datetime-adapter';
|
|
3
|
+
export * from './datetime-formats';
|
|
4
|
+
export * from './native-datetime-adapter';
|
|
5
|
+
export * from './native-datetime-formats';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export * from './datetime.module';
|
|
2
|
+
export * from './datetime-adapter';
|
|
3
|
+
export * from './datetime-formats';
|
|
4
|
+
export * from './native-datetime-adapter';
|
|
5
|
+
export * from './native-datetime-formats';
|
|
6
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9leHRlbnNpb25zL2NvcmUvZGF0ZXRpbWUvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxtQkFBbUIsQ0FBQztBQUNsQyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9kYXRldGltZS5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnLi9kYXRldGltZS1hZGFwdGVyJztcbmV4cG9ydCAqIGZyb20gJy4vZGF0ZXRpbWUtZm9ybWF0cyc7XG5leHBvcnQgKiBmcm9tICcuL25hdGl2ZS1kYXRldGltZS1hZGFwdGVyJztcbmV4cG9ydCAqIGZyb20gJy4vbmF0aXZlLWRhdGV0aW1lLWZvcm1hdHMnO1xuIl19
|
package/fesm2022/mtxCore.mjs
CHANGED
|
@@ -364,5 +364,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0", ngImpor
|
|
|
364
364
|
* Generated bundle index. Do not edit.
|
|
365
365
|
*/
|
|
366
366
|
|
|
367
|
-
export { DatetimeAdapter, MTX_DATETIME_FORMATS, MTX_NATIVE_DATETIME_FORMATS, MtxIsTemplateRefPipe, MtxNativeDatetimeModule, MtxPipesModule, MtxToObservablePipe, NativeDatetimeAdapter, NativeDatetimeModule };
|
|
367
|
+
export { DatetimeAdapter, MTX_DATETIME_FORMATS, MTX_NATIVE_DATETIME_FORMATS, MtxIsTemplateRefPipe, MtxNativeDatetimeModule, MtxPipesModule, MtxToObservablePipe, NativeDatetimeAdapter, NativeDatetimeModule, provideNativeDatetimeAdapter };
|
|
368
368
|
//# sourceMappingURL=mtxCore.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ng-matero/extensions",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.1",
|
|
4
4
|
"description": "Angular Material Extensions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -72,23 +72,17 @@
|
|
|
72
72
|
"esm": "./esm2022/button/mtxButton.mjs",
|
|
73
73
|
"default": "./fesm2022/mtxButton.mjs"
|
|
74
74
|
},
|
|
75
|
-
"./checkbox-group": {
|
|
76
|
-
"types": "./checkbox-group/index.d.ts",
|
|
77
|
-
"esm2022": "./esm2022/checkbox-group/mtxCheckboxGroup.mjs",
|
|
78
|
-
"esm": "./esm2022/checkbox-group/mtxCheckboxGroup.mjs",
|
|
79
|
-
"default": "./fesm2022/mtxCheckboxGroup.mjs"
|
|
80
|
-
},
|
|
81
75
|
"./colorpicker": {
|
|
82
76
|
"types": "./colorpicker/index.d.ts",
|
|
83
77
|
"esm2022": "./esm2022/colorpicker/mtxColorpicker.mjs",
|
|
84
78
|
"esm": "./esm2022/colorpicker/mtxColorpicker.mjs",
|
|
85
79
|
"default": "./fesm2022/mtxColorpicker.mjs"
|
|
86
80
|
},
|
|
87
|
-
"./
|
|
88
|
-
"types": "./
|
|
89
|
-
"esm2022": "./esm2022/
|
|
90
|
-
"esm": "./esm2022/
|
|
91
|
-
"default": "./fesm2022/
|
|
81
|
+
"./checkbox-group": {
|
|
82
|
+
"types": "./checkbox-group/index.d.ts",
|
|
83
|
+
"esm2022": "./esm2022/checkbox-group/mtxCheckboxGroup.mjs",
|
|
84
|
+
"esm": "./esm2022/checkbox-group/mtxCheckboxGroup.mjs",
|
|
85
|
+
"default": "./fesm2022/mtxCheckboxGroup.mjs"
|
|
92
86
|
},
|
|
93
87
|
"./column-resize": {
|
|
94
88
|
"types": "./column-resize/index.d.ts",
|
|
@@ -96,6 +90,12 @@
|
|
|
96
90
|
"esm": "./esm2022/column-resize/mtxColumnResize.mjs",
|
|
97
91
|
"default": "./fesm2022/mtxColumnResize.mjs"
|
|
98
92
|
},
|
|
93
|
+
"./core": {
|
|
94
|
+
"types": "./core/index.d.ts",
|
|
95
|
+
"esm2022": "./esm2022/core/mtxCore.mjs",
|
|
96
|
+
"esm": "./esm2022/core/mtxCore.mjs",
|
|
97
|
+
"default": "./fesm2022/mtxCore.mjs"
|
|
98
|
+
},
|
|
99
99
|
"./datetimepicker": {
|
|
100
100
|
"types": "./datetimepicker/index.d.ts",
|
|
101
101
|
"esm2022": "./esm2022/datetimepicker/mtxDatetimepicker.mjs",
|