@kms-ngx-ui/presentational 0.0.8 → 0.0.9

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.
@@ -3163,7 +3163,10 @@
3163
3163
  TimeInputComponent,
3164
3164
  TooltipComponent,
3165
3165
  TooltipIconComponent,
3166
- YesNoRadiogroupComponent
3166
+ YesNoRadiogroupComponent,
3167
+ ],
3168
+ providers: [
3169
+ ViewportService
3167
3170
  ]
3168
3171
  },] }
3169
3172
  ];
@@ -3182,20 +3185,20 @@
3182
3185
  exports.KmsUiPresentationalComponent = KmsUiPresentationalComponent;
3183
3186
  exports.KmsUiPresentationalModule = KmsUiPresentationalModule;
3184
3187
  exports.KmsUiPresentationalService = KmsUiPresentationalService;
3188
+ exports.ViewportService = ViewportService;
3185
3189
  exports["ɵa"] = ActionsParentComponent;
3186
3190
  exports["ɵb"] = BackToTopComponent;
3187
- exports["ɵba"] = SafeHtmlPipe;
3188
- exports["ɵbb"] = SafeStylePipe;
3189
- exports["ɵbc"] = SafeUrlPipe;
3190
- exports["ɵbd"] = EncodeUriPipe;
3191
- exports["ɵbe"] = DecodeUriPipe;
3192
- exports["ɵbf"] = TypeofPipe;
3193
- exports["ɵbg"] = TrimPipe;
3194
- exports["ɵbh"] = ToNumberPipe;
3195
- exports["ɵbi"] = SwipeDirective;
3196
- exports["ɵbj"] = MouseWheelDirective;
3197
- exports["ɵbk"] = GetMaxHeightDirective;
3198
- exports["ɵbl"] = TooltipDirective;
3191
+ exports["ɵba"] = SafeStylePipe;
3192
+ exports["ɵbb"] = SafeUrlPipe;
3193
+ exports["ɵbc"] = EncodeUriPipe;
3194
+ exports["ɵbd"] = DecodeUriPipe;
3195
+ exports["ɵbe"] = TypeofPipe;
3196
+ exports["ɵbf"] = TrimPipe;
3197
+ exports["ɵbg"] = ToNumberPipe;
3198
+ exports["ɵbh"] = SwipeDirective;
3199
+ exports["ɵbi"] = MouseWheelDirective;
3200
+ exports["ɵbj"] = GetMaxHeightDirective;
3201
+ exports["ɵbk"] = TooltipDirective;
3199
3202
  exports["ɵc"] = ButtonWithConfirmDialogComponent;
3200
3203
  exports["ɵd"] = CheckboxComponent;
3201
3204
  exports["ɵe"] = ColorInputComponent;
@@ -3210,15 +3213,15 @@
3210
3213
  exports["ɵo"] = KMSAccordionItemComponent;
3211
3214
  exports["ɵp"] = LoaderComponent;
3212
3215
  exports["ɵq"] = MapComponent;
3213
- exports["ɵr"] = ViewportService;
3214
- exports["ɵs"] = RadioButtonComponent;
3215
- exports["ɵt"] = SalutationDropdownComponent;
3216
- exports["ɵu"] = SalutationRadiogroupComponent;
3217
- exports["ɵv"] = TimeInputComponent;
3218
- exports["ɵw"] = TooltipComponent;
3219
- exports["ɵx"] = TooltipIconComponent;
3220
- exports["ɵy"] = YesNoRadiogroupComponent;
3221
- exports["ɵz"] = IntegerCurrency;
3216
+ exports["ɵr"] = RadioButtonComponent;
3217
+ exports["ɵs"] = SalutationDropdownComponent;
3218
+ exports["ɵt"] = SalutationRadiogroupComponent;
3219
+ exports["ɵu"] = TimeInputComponent;
3220
+ exports["ɵv"] = TooltipComponent;
3221
+ exports["ɵw"] = TooltipIconComponent;
3222
+ exports["ɵx"] = YesNoRadiogroupComponent;
3223
+ exports["ɵy"] = IntegerCurrency;
3224
+ exports["ɵz"] = SafeHtmlPipe;
3222
3225
 
3223
3226
  Object.defineProperty(exports, '__esModule', { value: true });
3224
3227