@abp/ng.theme.shared 7.0.0-rc.3 → 7.0.0-rc.4

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.
Files changed (80) hide show
  1. package/esm2020/extensions/lib/adapters/date-time.adapter.mjs +3 -3
  2. package/esm2020/extensions/lib/adapters/date.adapter.mjs +3 -3
  3. package/esm2020/extensions/lib/adapters/time.adapter.mjs +3 -3
  4. package/esm2020/extensions/lib/components/abstract-actions/abstract-actions.component.mjs +3 -3
  5. package/esm2020/extensions/lib/components/date-time-picker/date-time-picker.component.mjs +5 -5
  6. package/esm2020/extensions/lib/components/extensible-form/extensible-form-prop.component.mjs +4 -4
  7. package/esm2020/extensions/lib/components/extensible-form/extensible-form.component.mjs +3 -3
  8. package/esm2020/extensions/lib/components/extensible-table/extensible-table.component.mjs +3 -3
  9. package/esm2020/extensions/lib/components/grid-actions/grid-actions.component.mjs +4 -4
  10. package/esm2020/extensions/lib/components/page-toolbar/page-toolbar.component.mjs +3 -3
  11. package/esm2020/extensions/lib/directives/disabled.directive.mjs +3 -3
  12. package/esm2020/extensions/lib/directives/prop-data.directive.mjs +3 -3
  13. package/esm2020/extensions/lib/models/props.mjs +1 -1
  14. package/esm2020/extensions/lib/pipes/create-injector.pipe.mjs +7 -7
  15. package/esm2020/extensions/lib/services/extensions.service.mjs +3 -3
  16. package/esm2020/extensions/lib/ui-extensions.module.mjs +8 -8
  17. package/esm2020/lib/components/breadcrumb/breadcrumb.component.mjs +3 -3
  18. package/esm2020/lib/components/breadcrumb-items/breadcrumb-items.component.mjs +3 -3
  19. package/esm2020/lib/components/button/button.component.mjs +3 -3
  20. package/esm2020/lib/components/confirmation/confirmation.component.mjs +3 -3
  21. package/esm2020/lib/components/http-error-wrapper/http-error-wrapper.component.mjs +3 -3
  22. package/esm2020/lib/components/loader-bar/loader-bar.component.mjs +3 -3
  23. package/esm2020/lib/components/loading/loading.component.mjs +3 -3
  24. package/esm2020/lib/components/modal/modal-close.directive.mjs +3 -3
  25. package/esm2020/lib/components/modal/modal-ref.service.mjs +3 -3
  26. package/esm2020/lib/components/modal/modal.component.mjs +3 -3
  27. package/esm2020/lib/components/toast/toast.component.mjs +3 -3
  28. package/esm2020/lib/components/toast-container/toast-container.component.mjs +3 -3
  29. package/esm2020/lib/directives/ellipsis.directive.mjs +7 -7
  30. package/esm2020/lib/directives/loading.directive.mjs +3 -3
  31. package/esm2020/lib/directives/ngx-datatable-default.directive.mjs +3 -3
  32. package/esm2020/lib/directives/ngx-datatable-list.directive.mjs +3 -3
  33. package/esm2020/lib/handlers/document-dir.handler.mjs +3 -3
  34. package/esm2020/lib/handlers/error.handler.mjs +3 -3
  35. package/esm2020/lib/services/confirmation.service.mjs +3 -3
  36. package/esm2020/lib/services/nav-items.service.mjs +3 -3
  37. package/esm2020/lib/services/page-alert.service.mjs +3 -3
  38. package/esm2020/lib/services/toaster.service.mjs +3 -3
  39. package/esm2020/lib/services/user-menu.service.mjs +3 -3
  40. package/esm2020/lib/theme-shared.module.mjs +8 -8
  41. package/esm2020/lib/utils/date-parser-formatter.mjs +3 -3
  42. package/esm2020/lib/utils/validation-utils.mjs +1 -1
  43. package/esm2020/testing/lib/theme-shared-testing.module.mjs +4 -4
  44. package/extensions/lib/components/abstract-actions/abstract-actions.component.d.ts +1 -1
  45. package/extensions/lib/components/date-time-picker/date-time-picker.component.d.ts +1 -1
  46. package/extensions/lib/components/extensible-form/extensible-form-prop.component.d.ts +1 -1
  47. package/extensions/lib/components/extensible-form/extensible-form.component.d.ts +1 -1
  48. package/extensions/lib/components/extensible-table/extensible-table.component.d.ts +1 -1
  49. package/extensions/lib/components/grid-actions/grid-actions.component.d.ts +1 -1
  50. package/extensions/lib/components/page-toolbar/page-toolbar.component.d.ts +1 -1
  51. package/extensions/lib/directives/disabled.directive.d.ts +1 -1
  52. package/extensions/lib/directives/prop-data.directive.d.ts +1 -1
  53. package/extensions/lib/models/props.d.ts +2 -2
  54. package/fesm2015/abp-ng.theme.shared-extensions.mjs +54 -54
  55. package/fesm2015/abp-ng.theme.shared-extensions.mjs.map +1 -1
  56. package/fesm2015/abp-ng.theme.shared-testing.mjs +4 -4
  57. package/fesm2015/abp-ng.theme.shared.mjs +84 -84
  58. package/fesm2015/abp-ng.theme.shared.mjs.map +1 -1
  59. package/fesm2020/abp-ng.theme.shared-extensions.mjs +54 -54
  60. package/fesm2020/abp-ng.theme.shared-extensions.mjs.map +1 -1
  61. package/fesm2020/abp-ng.theme.shared-testing.mjs +4 -4
  62. package/fesm2020/abp-ng.theme.shared.mjs +84 -84
  63. package/fesm2020/abp-ng.theme.shared.mjs.map +1 -1
  64. package/lib/components/breadcrumb/breadcrumb.component.d.ts +1 -1
  65. package/lib/components/breadcrumb-items/breadcrumb-items.component.d.ts +1 -1
  66. package/lib/components/button/button.component.d.ts +1 -1
  67. package/lib/components/confirmation/confirmation.component.d.ts +1 -1
  68. package/lib/components/http-error-wrapper/http-error-wrapper.component.d.ts +1 -1
  69. package/lib/components/loader-bar/loader-bar.component.d.ts +1 -1
  70. package/lib/components/loading/loading.component.d.ts +1 -1
  71. package/lib/components/modal/modal-close.directive.d.ts +1 -1
  72. package/lib/components/modal/modal.component.d.ts +1 -1
  73. package/lib/components/toast/toast.component.d.ts +1 -1
  74. package/lib/components/toast-container/toast-container.component.d.ts +1 -1
  75. package/lib/directives/ellipsis.directive.d.ts +1 -1
  76. package/lib/directives/loading.directive.d.ts +1 -1
  77. package/lib/directives/ngx-datatable-default.directive.d.ts +1 -1
  78. package/lib/directives/ngx-datatable-list.directive.d.ts +1 -1
  79. package/lib/utils/validation-utils.d.ts +1 -1
  80. package/package.json +4 -4
@@ -12,5 +12,5 @@ export declare class BreadcrumbComponent implements OnInit {
12
12
  constructor(cdRef: ChangeDetectorRef, router: Router, routes: RoutesService, subscription: SubscriptionService, routerEvents: RouterEvents);
13
13
  ngOnInit(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "abp-breadcrumb", never, {}, {}, never, never, false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "abp-breadcrumb", never, {}, {}, never, never, false, never>;
16
16
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  export declare class BreadcrumbItemsComponent {
4
4
  items: Partial<ABP.Route>[];
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemsComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemsComponent, "abp-breadcrumb-items", never, { "items": "items"; }, {}, never, never, false>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbItemsComponent, "abp-breadcrumb-items", never, { "items": "items"; }, {}, never, never, false, never>;
7
7
  }
@@ -22,5 +22,5 @@ export declare class ButtonComponent implements OnInit {
22
22
  constructor(renderer: Renderer2);
23
23
  ngOnInit(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "abp-button", never, { "buttonId": "buttonId"; "buttonClass": "buttonClass"; "buttonType": "buttonType"; "formName": "formName"; "iconClass": "iconClass"; "loading": "loading"; "disabled": "disabled"; "attributes": "attributes"; }, { "click": "click"; "focus": "focus"; "blur": "blur"; "abpClick": "abpClick"; "abpFocus": "abpFocus"; "abpBlur": "abpBlur"; }, never, ["*"], false>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "abp-button", never, { "buttonId": "buttonId"; "buttonClass": "buttonClass"; "buttonType": "buttonType"; "formName": "formName"; "iconClass": "iconClass"; "loading": "loading"; "disabled": "disabled"; "attributes": "attributes"; }, { "click": "click"; "focus": "focus"; "blur": "blur"; "abpClick": "abpClick"; "abpFocus": "abpFocus"; "abpBlur": "abpBlur"; }, never, ["*"], false, never>;
26
26
  }
@@ -15,5 +15,5 @@ export declare class ConfirmationComponent {
15
15
  isCustomIconExists({ options }: Confirmation.DialogData): boolean;
16
16
  isIconTemplateExits({ options }: Confirmation.DialogData): boolean;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "abp-confirmation", never, {}, {}, never, never, false>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ConfirmationComponent, "abp-confirmation", never, {}, {}, never, never, false, never>;
19
19
  }
@@ -23,5 +23,5 @@ export declare class HttpErrorWrapperComponent implements AfterViewInit, OnDestr
23
23
  ngOnDestroy(): void;
24
24
  destroy(): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<HttpErrorWrapperComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<HttpErrorWrapperComponent, "abp-http-error-wrapper", never, {}, {}, never, never, false>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<HttpErrorWrapperComponent, "abp-http-error-wrapper", never, {}, {}, never, never, false, never>;
27
27
  }
@@ -29,5 +29,5 @@ export declare class LoaderBarComponent implements OnDestroy, OnInit {
29
29
  startLoading(): void;
30
30
  stopLoading(): void;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<LoaderBarComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<LoaderBarComponent, "abp-loader-bar", never, { "isLoading": "isLoading"; "containerClass": "containerClass"; "color": "color"; }, {}, never, never, false>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoaderBarComponent, "abp-loader-bar", never, { "isLoading": "isLoading"; "containerClass": "containerClass"; "color": "color"; }, {}, never, never, false, never>;
33
33
  }
@@ -1,5 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class LoadingComponent {
3
3
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "abp-loading", never, {}, {}, never, never, false>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "abp-loading", never, {}, {}, never, never, false, never>;
5
5
  }
@@ -5,5 +5,5 @@ export declare class ModalCloseDirective {
5
5
  constructor(modal: ModalComponent);
6
6
  onClick(): void;
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalCloseDirective, [{ optional: true; }]>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<ModalCloseDirective, "[abpClose]", never, {}, {}, never, never, false>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ModalCloseDirective, "[abpClose]", never, {}, {}, never, never, false, never>;
9
9
  }
@@ -46,5 +46,5 @@ export declare class ModalComponent implements OnInit, OnDestroy, DismissableMod
46
46
  close(): void;
47
47
  listen(): void;
48
48
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, [null, null, { optional: true; }, null, null]>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "abp-modal", never, { "visible": "visible"; "busy": "busy"; "options": "options"; "suppressUnsavedChangesWarning": "suppressUnsavedChangesWarning"; }, { "visibleChange": "visibleChange"; "init": "init"; "appear": "appear"; "disappear": "disappear"; }, ["abpHeader", "abpBody", "abpFooter", "abpSubmit"], ["*"], false>;
49
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "abp-modal", never, { "visible": "visible"; "busy": "busy"; "options": "options"; "suppressUnsavedChangesWarning": "suppressUnsavedChangesWarning"; }, { "visibleChange": "visibleChange"; "init": "init"; "appear": "appear"; "disappear": "disappear"; }, ["abpHeader", "abpBody", "abpFooter", "abpSubmit"], ["*"], false, never>;
50
50
  }
@@ -10,5 +10,5 @@ export declare class ToastComponent implements OnInit {
10
10
  close(): void;
11
11
  tap(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "abp-toast", never, { "toast": "toast"; }, { "remove": "remove"; }, never, never, false>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "abp-toast", never, { "toast": "toast"; }, { "remove": "remove"; }, never, never, false, never>;
14
14
  }
@@ -14,5 +14,5 @@ export declare class ToastContainerComponent implements OnInit {
14
14
  ngOnInit(): void;
15
15
  trackByFunc(index: number, toast: Toaster.Toast): any;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "abp-toast-container", never, { "top": "top"; "right": "right"; "bottom": "bottom"; "left": "left"; "toastKey": "toastKey"; }, {}, never, never, false>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastContainerComponent, "abp-toast-container", never, { "top": "top"; "right": "right"; "bottom": "bottom"; "left": "left"; "toastKey": "toastKey"; }, {}, never, never, false, never>;
18
18
  }
@@ -12,7 +12,7 @@ export declare class EllipsisDirective implements AfterViewInit {
12
12
  constructor(cdRef: ChangeDetectorRef, elRef: ElementRef);
13
13
  ngAfterViewInit(): void;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<EllipsisDirective, "[abpEllipsis]", never, { "width": "abpEllipsis"; "title": "title"; "enabled": "abpEllipsisEnabled"; }, {}, never, never, false>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<EllipsisDirective, "[abpEllipsis]", never, { "width": "abpEllipsis"; "title": "title"; "enabled": "abpEllipsisEnabled"; }, {}, never, never, false, never>;
16
16
  }
17
17
  export declare class EllipsisModule {
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<EllipsisModule, never>;
@@ -21,5 +21,5 @@ export declare class LoadingDirective implements OnInit, OnDestroy {
21
21
  ngOnInit(): void;
22
22
  ngOnDestroy(): void;
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<LoadingDirective, never>;
24
- static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingDirective, "[abpLoading]", never, { "loading": "abpLoading"; "targetElement": "abpLoadingTargetElement"; "delay": "abpLoadingDelay"; }, {}, never, never, false>;
24
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingDirective, "[abpLoading]", never, { "loading": "abpLoading"; "targetElement": "abpLoadingTargetElement"; "delay": "abpLoadingDelay"; }, {}, never, never, false, never>;
25
25
  }
@@ -14,7 +14,7 @@ export declare class NgxDatatableDefaultDirective implements AfterViewInit, OnDe
14
14
  ngAfterViewInit(): void;
15
15
  ngOnDestroy(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxDatatableDefaultDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgxDatatableDefaultDirective, "ngx-datatable[default]", ["ngxDatatableDefault"], { "class": "class"; }, {}, never, never, false>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgxDatatableDefaultDirective, "ngx-datatable[default]", ["ngxDatatableDefault"], { "class": "class"; }, {}, never, never, false, never>;
18
18
  }
19
19
  interface MockDocument {
20
20
  body: MockBody;
@@ -20,5 +20,5 @@ export declare class NgxDatatableListDirective implements OnChanges, OnDestroy,
20
20
  ngOnDestroy(): void;
21
21
  ngOnInit(): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<NgxDatatableListDirective, [null, null, null, { optional: true; }]>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<NgxDatatableListDirective, "ngx-datatable[list]", ["ngxDatatableList"], { "list": "list"; }, {}, never, never, false>;
23
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgxDatatableListDirective, "ngx-datatable[list]", ["ngxDatatableList"], { "list": "list"; }, {}, never, never, false, never>;
24
24
  }
@@ -1,5 +1,5 @@
1
1
  import { Injector } from '@angular/core';
2
2
  import { ValidatorFn } from '@angular/forms';
3
- import { PasswordRule } from "../models/validation";
3
+ import { PasswordRule } from '../models/validation';
4
4
  export declare function getPasswordValidators(injector: Injector): ValidatorFn[];
5
5
  export declare function validatePassword(shouldContain: PasswordRule): ValidatorFn;
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@abp/ng.theme.shared",
3
- "version": "7.0.0-rc.3",
3
+ "version": "7.0.0-rc.4",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/abpframework/abp.git"
8
8
  },
9
9
  "dependencies": {
10
- "@abp/ng.core": "~7.0.0-rc.3",
10
+ "@abp/ng.core": "~7.0.0-rc.4",
11
11
  "@fortawesome/fontawesome-free": "^5.15.4",
12
- "@ng-bootstrap/ng-bootstrap": "13.0.0",
13
- "@ngx-validate/core": "^0.1.2",
12
+ "@ng-bootstrap/ng-bootstrap": "^14.0.0-rc.1",
13
+ "@ngx-validate/core": "^0.2.0",
14
14
  "@popperjs/core": "~2.11.2",
15
15
  "@swimlane/ngx-datatable": "^20.0.0",
16
16
  "bootstrap": "^5.2.0",