@kms-ngx-ui/presentational 0.0.11 → 0.0.13
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 +31 -31
- package/bundles/kms-ngx-ui-presentational.umd.js.map +1 -1
- package/esm2015/kms-ngx-ui-presentational.js +30 -31
- package/esm2015/lib/pipes/safe-html.pipe.js +2 -2
- package/esm2015/public-api.js +2 -1
- package/fesm2015/kms-ngx-ui-presentational.js +2 -2
- package/fesm2015/kms-ngx-ui-presentational.js.map +1 -1
- package/kms-ngx-ui-presentational.d.ts +30 -31
- package/kms-ngx-ui-presentational.metadata.json +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -1365,7 +1365,7 @@
|
|
|
1365
1365
|
this.sanitizer = sanitizer;
|
|
1366
1366
|
}
|
|
1367
1367
|
SafeHtmlPipe.prototype.transform = function (html) {
|
|
1368
|
-
return this.sanitizer.
|
|
1368
|
+
return this.sanitizer.bypassSecurityTrustResourceUrl(html);
|
|
1369
1369
|
};
|
|
1370
1370
|
return SafeHtmlPipe;
|
|
1371
1371
|
}());
|
|
@@ -3184,6 +3184,7 @@
|
|
|
3184
3184
|
|
|
3185
3185
|
exports.CustomPipesModule = CustomPipesModule;
|
|
3186
3186
|
exports.DirectivesModule = DirectivesModule;
|
|
3187
|
+
exports.FormParentComponent = FormParentComponent;
|
|
3187
3188
|
exports.GenericDialogComponent = GenericDialogComponent;
|
|
3188
3189
|
exports.KmsUiPresentationalComponent = KmsUiPresentationalComponent;
|
|
3189
3190
|
exports.KmsUiPresentationalModule = KmsUiPresentationalModule;
|
|
@@ -3191,40 +3192,39 @@
|
|
|
3191
3192
|
exports.ViewportService = ViewportService;
|
|
3192
3193
|
exports["ɵa"] = ActionsParentComponent;
|
|
3193
3194
|
exports["ɵb"] = BackToTopComponent;
|
|
3194
|
-
exports["ɵba"] =
|
|
3195
|
-
exports["ɵbb"] =
|
|
3196
|
-
exports["ɵbc"] =
|
|
3197
|
-
exports["ɵbd"] =
|
|
3198
|
-
exports["ɵbe"] =
|
|
3199
|
-
exports["ɵbf"] =
|
|
3200
|
-
exports["ɵbg"] =
|
|
3201
|
-
exports["ɵbh"] =
|
|
3202
|
-
exports["ɵbi"] =
|
|
3203
|
-
exports["ɵbj"] =
|
|
3204
|
-
exports["ɵbk"] = TooltipDirective;
|
|
3195
|
+
exports["ɵba"] = SafeUrlPipe;
|
|
3196
|
+
exports["ɵbb"] = EncodeUriPipe;
|
|
3197
|
+
exports["ɵbc"] = DecodeUriPipe;
|
|
3198
|
+
exports["ɵbd"] = TypeofPipe;
|
|
3199
|
+
exports["ɵbe"] = TrimPipe;
|
|
3200
|
+
exports["ɵbf"] = ToNumberPipe;
|
|
3201
|
+
exports["ɵbg"] = SwipeDirective;
|
|
3202
|
+
exports["ɵbh"] = MouseWheelDirective;
|
|
3203
|
+
exports["ɵbi"] = GetMaxHeightDirective;
|
|
3204
|
+
exports["ɵbj"] = TooltipDirective;
|
|
3205
3205
|
exports["ɵc"] = ButtonWithConfirmDialogComponent;
|
|
3206
3206
|
exports["ɵd"] = CheckboxComponent;
|
|
3207
3207
|
exports["ɵe"] = ColorInputComponent;
|
|
3208
3208
|
exports["ɵf"] = FormControlParentComponent;
|
|
3209
|
-
exports["ɵg"] =
|
|
3210
|
-
exports["ɵh"] =
|
|
3211
|
-
exports["ɵi"] =
|
|
3212
|
-
exports["ɵj"] =
|
|
3213
|
-
exports["
|
|
3214
|
-
exports["ɵm"] =
|
|
3215
|
-
exports["ɵn"] =
|
|
3216
|
-
exports["ɵo"] =
|
|
3217
|
-
exports["ɵp"] =
|
|
3218
|
-
exports["ɵq"] =
|
|
3219
|
-
exports["ɵr"] =
|
|
3220
|
-
exports["ɵs"] =
|
|
3221
|
-
exports["ɵt"] =
|
|
3222
|
-
exports["ɵu"] =
|
|
3223
|
-
exports["ɵv"] =
|
|
3224
|
-
exports["ɵw"] =
|
|
3225
|
-
exports["ɵx"] =
|
|
3226
|
-
exports["ɵy"] =
|
|
3227
|
-
exports["ɵz"] =
|
|
3209
|
+
exports["ɵg"] = DropdownFromDataComponent;
|
|
3210
|
+
exports["ɵh"] = EnumRadiogroupComponent;
|
|
3211
|
+
exports["ɵi"] = FileInputComponent;
|
|
3212
|
+
exports["ɵj"] = FlyoutComponent;
|
|
3213
|
+
exports["ɵl"] = IconComponent;
|
|
3214
|
+
exports["ɵm"] = ImageSliderComponent;
|
|
3215
|
+
exports["ɵn"] = KMSAccordionItemComponent;
|
|
3216
|
+
exports["ɵo"] = LoaderComponent;
|
|
3217
|
+
exports["ɵp"] = MapComponent;
|
|
3218
|
+
exports["ɵq"] = RadioButtonComponent;
|
|
3219
|
+
exports["ɵr"] = SalutationDropdownComponent;
|
|
3220
|
+
exports["ɵs"] = SalutationRadiogroupComponent;
|
|
3221
|
+
exports["ɵt"] = TimeInputComponent;
|
|
3222
|
+
exports["ɵu"] = TooltipComponent;
|
|
3223
|
+
exports["ɵv"] = TooltipIconComponent;
|
|
3224
|
+
exports["ɵw"] = YesNoRadiogroupComponent;
|
|
3225
|
+
exports["ɵx"] = IntegerCurrency;
|
|
3226
|
+
exports["ɵy"] = SafeHtmlPipe;
|
|
3227
|
+
exports["ɵz"] = SafeStylePipe;
|
|
3228
3228
|
|
|
3229
3229
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3230
3230
|
|