nath-angular-ui 0.4.0 → 0.4.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/package.json
CHANGED
|
@@ -215,7 +215,7 @@ declare class NathConfirmationDialog {
|
|
|
215
215
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<NathConfirmationDialog, "ng-component", never, {}, {}, never, never, true, never>;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
declare class
|
|
218
|
+
declare class NathDialogService {
|
|
219
219
|
private readonly injector;
|
|
220
220
|
private readonly environmentInjector;
|
|
221
221
|
private readonly appRef;
|
|
@@ -228,8 +228,8 @@ declare class DialogService {
|
|
|
228
228
|
*/
|
|
229
229
|
closeAll(): void;
|
|
230
230
|
private destroyDialog;
|
|
231
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<
|
|
232
|
-
static ɵprov: _angular_core.ɵɵInjectableDeclaration<
|
|
231
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<NathDialogService, never>;
|
|
232
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<NathDialogService>;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
declare class NathDialogContainer extends BasePortalOutlet {
|
|
@@ -1162,5 +1162,5 @@ declare const rangeNotMinMax: (range: number[] | undefined, min: number | undefi
|
|
|
1162
1162
|
|
|
1163
1163
|
declare function isSortOrderValid(order: string): boolean;
|
|
1164
1164
|
|
|
1165
|
-
export { BreadcrumbService, ConfirmationService, DARK_THEME_CLASS, DIALOG_DATA, DialogRef,
|
|
1165
|
+
export { BreadcrumbService, ConfirmationService, DARK_THEME_CLASS, DIALOG_DATA, DialogRef, NathAutocomplete, NathBooleanControl, NathBreadcrumbs, NathCodeViewer, NathConfirmationDialog, NathDatepicker, NathDialogContainer, NathDialogService, NathDrawer, NathFileUpload, NathFloatingLabel, NathFormField, NathImagePreview, NathMenu, NathMenuList, NathMultiselect, NathPaginatedView, NathPaginator, NathPanel, NathPickList, NathProgressBar, NathProgressCircle, NathRadioButtonGroup, NathRatingHeart, NathRatingInput, NathSelect, NathShowErrors, NathSkeleton, NathSlider, NathSortIcon, NathSplitButton, NathTabs, NathThemeSwitch, NathToastContainer, NathToc, NathTooltipContainer, NathTooltipDirective, ORDER, RATING_MAP, THEME_CONFIG, TabDirective, TabPanelDirective, ThemeService, ToastService, getRatingColor, hasRequiredValidator, isRequired, isSortOrderValid, isTruthy, next, provideThemeConfig, rangeMinMax, rangeNotMinMax, validateAllFormFields };
|
|
1166
1166
|
export type { BooleanDisplayMode, Breadcrumb, CodeFile, ConfirmationButton, ConfirmationConfig, DialogConfig, MenuItem, NathMenuPositionX, NathMenuPositionY, NathToastPosition, NathToastType, NathTooltipPosition, PaginatorChangeEvent, RadioOption, SelectItem, SliderValue, ThemeConfig, Toast, TrackByFnOrKey, TristateValue };
|