Skip to content

Commit

Permalink
Added - toast features
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-jenicek committed May 2, 2021
1 parent c5629fd commit 86000cd
Show file tree
Hide file tree
Showing 47 changed files with 3,431 additions and 1,806 deletions.
732 changes: 500 additions & 232 deletions dist/bundles/costlydeveloper-ngx-awesome-popup.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bundles/costlydeveloper-ngx-awesome-popup.umd.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bundles/costlydeveloper-ngx-awesome-popup.umd.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

24 changes: 13 additions & 11 deletions dist/costlydeveloper-ngx-awesome-popup.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@
*/
export * from './public_api';
export { fadeInOut as ɵb } from './ngx-awesome-popup/core/animations';
export { GlobalInterface as ɵk } from './ngx-awesome-popup/core/global';
export { GlobalConfigService as ɵj } from './ngx-awesome-popup/core/global-config.service';
export { GlobalInterface as ɵm } from './ngx-awesome-popup/core/global';
export { GlobalConfigService as ɵl } from './ngx-awesome-popup/core/global-config.service';
export { InsertionLoaderDirective as ɵd } from './ngx-awesome-popup/core/insertion-loader.directive';
export { InsertionDirective as ɵc } from './ngx-awesome-popup/core/insertion.directive';
export { DefaultLoaderComponent as ɵf } from './ngx-awesome-popup/default-loader/default-loader.component';
export { ConfirmBoxWrapperComponent as ɵg } from './ngx-awesome-popup/types/confirm-box/confirm-box-wrapper/confirm-box-wrapper.component';
export { ConfirmBoxConfigService as ɵt } from './ngx-awesome-popup/types/confirm-box/core/confirm-box-config.service';
export { ConfirmBoxService as ɵn } from './ngx-awesome-popup/types/confirm-box/core/confirm-box-service';
export { ConfirmBoxClass as ɵh, ConfirmBoxInterface as ɵu } from './ngx-awesome-popup/types/confirm-box/core/model';
export { DialogConfigService as ɵr } from './ngx-awesome-popup/types/dialog/core/dialog-config.service';
export { DialogService as ɵm } from './ngx-awesome-popup/types/dialog/core/dialog.service';
export { DialogClass as ɵe, DialogInterface as ɵs } from './ngx-awesome-popup/types/dialog/core/model';
export { ConfirmBoxConfigService as ɵv } from './ngx-awesome-popup/types/confirm-box/core/confirm-box-config.service';
export { ConfirmBoxService as ɵp } from './ngx-awesome-popup/types/confirm-box/core/confirm-box-service';
export { ConfirmBoxClass as ɵh, ConfirmBoxInterface as ɵw } from './ngx-awesome-popup/types/confirm-box/core/model';
export { DialogConfigService as ɵt } from './ngx-awesome-popup/types/dialog/core/dialog-config.service';
export { DialogService as ɵo } from './ngx-awesome-popup/types/dialog/core/dialog.service';
export { DialogClass as ɵe, DialogInterface as ɵu } from './ngx-awesome-popup/types/dialog/core/model';
export { DialogWrapperComponent as ɵa } from './ngx-awesome-popup/types/dialog/dialog-wrapper/dialog-wrapper.component';
export { ToastNotificationClass as ɵl, ToastNotificationInterface as ɵq } from './ngx-awesome-popup/types/toast-notification/core/model';
export { ToastNotificationConfigService as ɵp } from './ngx-awesome-popup/types/toast-notification/core/toast-notification-config.service';
export { ToastNotificationService as ɵo } from './ngx-awesome-popup/types/toast-notification/core/toast-notification.service';
export { ToastNotificationClass as ɵk, ToastNotificationInterface as ɵs } from './ngx-awesome-popup/types/toast-notification/core/model';
export { ToastNotificationConfigService as ɵr } from './ngx-awesome-popup/types/toast-notification/core/toast-notification-config.service';
export { ToastNotificationService as ɵq } from './ngx-awesome-popup/types/toast-notification/core/toast-notification.service';
export { WrapperAbstraction as ɵj } from './ngx-awesome-popup/types/toast-notification/core/wrapper-abstraction';
export { ToastNotificationSimpleWrapperComponent as ɵn } from './ngx-awesome-popup/types/toast-notification/toast-notification-simple-wrapper/toast-notification-simple-wrapper.component';
export { ToastNotificationWrapperComponent as ɵi } from './ngx-awesome-popup/types/toast-notification/toast-notification-wrapper/toast-notification-wrapper.component';
2 changes: 1 addition & 1 deletion dist/costlydeveloper-ngx-awesome-popup.metadata.json

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions dist/esm2015/costlydeveloper-ngx-awesome-popup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 86000cd

Please sign in to comment.