@kms-ngx-ui/presentational 0.0.2 → 0.0.4
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/bundles/kms-ngx-ui-presentational.umd.js +10 -10
- package/bundles/kms-ngx-ui-presentational.umd.js.map +1 -1
- package/bundles/kms-ngx-ui-presentational.umd.min.js +1 -1
- package/esm2015/kms-ngx-ui-presentational.js +10 -11
- package/esm2015/public-api.js +2 -1
- package/fesm2015/kms-ngx-ui-presentational.js +1 -1
- package/fesm2015/kms-ngx-ui-presentational.js.map +1 -1
- package/kms-ngx-ui-presentational.d.ts +9 -10
- package/kms-ngx-ui-presentational.metadata.json +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/src/styles/styles.scss +16 -23
|
@@ -2398,19 +2398,19 @@
|
|
|
2398
2398
|
* Generated bundle index. Do not edit.
|
|
2399
2399
|
*/
|
|
2400
2400
|
|
|
2401
|
+
exports.CustomPipesModule = CustomPipesModule;
|
|
2401
2402
|
exports.GenericDialogComponent = GenericDialogComponent;
|
|
2402
2403
|
exports.KmsUiPresentationalComponent = KmsUiPresentationalComponent;
|
|
2403
2404
|
exports.KmsUiPresentationalModule = KmsUiPresentationalModule;
|
|
2404
2405
|
exports.KmsUiPresentationalService = KmsUiPresentationalService;
|
|
2405
2406
|
exports.ɵa = ActionsParentComponent;
|
|
2406
2407
|
exports.ɵb = CheckboxComponent;
|
|
2407
|
-
exports.ɵba =
|
|
2408
|
-
exports.ɵbb =
|
|
2409
|
-
exports.ɵbc =
|
|
2410
|
-
exports.ɵbd =
|
|
2411
|
-
exports.ɵbe =
|
|
2412
|
-
exports.ɵbf =
|
|
2413
|
-
exports.ɵbg = ToNumberPipe;
|
|
2408
|
+
exports.ɵba = SafeUrlPipe;
|
|
2409
|
+
exports.ɵbb = EncodeUriPipe;
|
|
2410
|
+
exports.ɵbc = DecodeUriPipe;
|
|
2411
|
+
exports.ɵbd = TypeofPipe;
|
|
2412
|
+
exports.ɵbe = TrimPipe;
|
|
2413
|
+
exports.ɵbf = ToNumberPipe;
|
|
2414
2414
|
exports.ɵc = ColorInputComponent;
|
|
2415
2415
|
exports.ɵd = FormControlParentComponent;
|
|
2416
2416
|
exports.ɵe = FormParentComponent;
|
|
@@ -2431,9 +2431,9 @@
|
|
|
2431
2431
|
exports.ɵt = TooltipIconComponent;
|
|
2432
2432
|
exports.ɵu = BackToTopComponent;
|
|
2433
2433
|
exports.ɵw = ButtonWithConfirmDialogComponent;
|
|
2434
|
-
exports.ɵx =
|
|
2435
|
-
exports.ɵy =
|
|
2436
|
-
exports.ɵz =
|
|
2434
|
+
exports.ɵx = IntegerCurrency;
|
|
2435
|
+
exports.ɵy = SafeHtmlPipe;
|
|
2436
|
+
exports.ɵz = SafeStylePipe;
|
|
2437
2437
|
|
|
2438
2438
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2439
2439
|
|