From 8e548d71ff1da759ec5754efeefce46380fb2145 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Jadda <17564080+pavankjadda@users.noreply.github.com> Date: Tue, 5 Apr 2022 00:00:00 -0400 Subject: [PATCH] chore(confirm-dialog): exports confirm-dialog component in index.ts --- libs/ngxsmart/package.json | 2 +- libs/ngxsmart/src/index.ts | 5 +++++ .../confirm-dialog.component.html | 13 ------------- .../confirm-dialog.component.scss | 0 .../confirm-dialog/confirm-dialog.component.ts | 18 ++++++++++++++++-- 5 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 libs/ngxsmart/src/lib/confirm-dialog/confirm-dialog.component.html delete mode 100644 libs/ngxsmart/src/lib/confirm-dialog/confirm-dialog.component.scss diff --git a/libs/ngxsmart/package.json b/libs/ngxsmart/package.json index 1cd696f..6f552e9 100644 --- a/libs/ngxsmart/package.json +++ b/libs/ngxsmart/package.json @@ -1,6 +1,6 @@ { "name": "@ngxsmart/ngxsmart", - "version": "13.1.0", + "version": "13.1.1", "repository": { "type": "git", "url": "https://github.com/ngxsmart/ngxsmart.git" diff --git a/libs/ngxsmart/src/index.ts b/libs/ngxsmart/src/index.ts index d0ed326..f1d85a1 100644 --- a/libs/ngxsmart/src/index.ts +++ b/libs/ngxsmart/src/index.ts @@ -8,6 +8,8 @@ export * from './lib/autocomplete.module'; export * from './lib/autocomplete/autocomplete.component'; export * from './lib/object-autocomplete/object-autocomplete.component'; export * from './lib/string-autocomplete/string-autocomplete.component'; + +// Export directives export * from './lib/print.module'; export * from './lib/print/ngx-print.directive'; @@ -17,3 +19,6 @@ export * from './lib/buttons/save-primary-button/save-primary-button.component'; export * from './lib/buttons/search-button/search-button.component'; export * from './lib/buttons/success-button/success-button.component'; export * from './lib/buttons/view-button/view-button.component'; + +// Export dialogs +export * from './lib/confirm-dialog/confirm-dialog.component'; diff --git a/libs/ngxsmart/src/lib/confirm-dialog/confirm-dialog.component.html b/libs/ngxsmart/src/lib/confirm-dialog/confirm-dialog.component.html deleted file mode 100644 index faffdfb..0000000 --- a/libs/ngxsmart/src/lib/confirm-dialog/confirm-dialog.component.html +++ /dev/null @@ -1,13 +0,0 @@ -
{{ message }}
-{{ message }}
+