@kms-ngx-ui/presentational 0.0.14 → 0.0.15
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 +36 -17
- package/bundles/kms-ngx-ui-presentational.umd.js.map +1 -1
- package/esm2015/kms-ngx-ui-presentational.js +12 -11
- package/esm2015/lib/pipes/custom-pipes.module.js +4 -1
- package/esm2015/lib/pipes/safe-resource-url.pipe.js +22 -0
- package/esm2015/lib/pipes/safe-url.pipe.js +3 -8
- package/fesm2015/kms-ngx-ui-presentational.js +25 -8
- package/fesm2015/kms-ngx-ui-presentational.js.map +1 -1
- package/kms-ngx-ui-presentational.d.ts +11 -10
- package/kms-ngx-ui-presentational.metadata.json +1 -1
- package/lib/pipes/safe-resource-url.pipe.d.ts +10 -0
- package/lib/pipes/safe-url.pipe.d.ts +2 -2
- package/package.json +1 -1
|
@@ -2,21 +2,22 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public-api';
|
|
5
|
-
export { MouseWheelDirective as
|
|
6
|
-
export { GetMaxHeightDirective as
|
|
7
|
-
export { SwipeDirective as
|
|
8
|
-
export { TooltipDirective as
|
|
5
|
+
export { MouseWheelDirective as ɵbi } from './lib/directives/mousewheel.directive';
|
|
6
|
+
export { GetMaxHeightDirective as ɵbj } from './lib/directives/sum-of-height.directive';
|
|
7
|
+
export { SwipeDirective as ɵbh } from './lib/directives/swipe.directive';
|
|
8
|
+
export { TooltipDirective as ɵbk } from './lib/directives/tooltip.directive';
|
|
9
9
|
export { ActionsParentComponent as ɵa } from './lib/parent-components/actions.component';
|
|
10
10
|
export { FormControlParentComponent as ɵf } from './lib/parent-components/form-control.component';
|
|
11
|
-
export { DecodeUriPipe as
|
|
12
|
-
export { EncodeUriPipe as
|
|
11
|
+
export { DecodeUriPipe as ɵbd } from './lib/pipes/decode-uri.pipe';
|
|
12
|
+
export { EncodeUriPipe as ɵbc } from './lib/pipes/encode-uri.pipe';
|
|
13
13
|
export { IntegerCurrency as ɵx } from './lib/pipes/integer-currency.pipe';
|
|
14
14
|
export { SafeHtmlPipe as ɵy } from './lib/pipes/safe-html.pipe';
|
|
15
|
+
export { SafeResourceUrlPipe as ɵba } from './lib/pipes/safe-resource-url.pipe';
|
|
15
16
|
export { SafeStylePipe as ɵz } from './lib/pipes/safe-style.pipe';
|
|
16
|
-
export { SafeUrlPipe as
|
|
17
|
-
export { ToNumberPipe as
|
|
18
|
-
export { TrimPipe as
|
|
19
|
-
export { TypeofPipe as
|
|
17
|
+
export { SafeUrlPipe as ɵbb } from './lib/pipes/safe-url.pipe';
|
|
18
|
+
export { ToNumberPipe as ɵbg } from './lib/pipes/to-number.pipe';
|
|
19
|
+
export { TrimPipe as ɵbf } from './lib/pipes/trim.pipe';
|
|
20
|
+
export { TypeofPipe as ɵbe } from './lib/pipes/typeof.pipe';
|
|
20
21
|
export { BackToTopComponent as ɵb } from './lib/ui/back-to-top/back-to-top.component';
|
|
21
22
|
export { ButtonWithConfirmDialogComponent as ɵc } from './lib/ui/button-with-confirm-dialog/button-with-confirm-dialog.component';
|
|
22
23
|
export { DialogData as ɵk } from './lib/ui/button-with-confirm-dialog/dialog-data.model';
|