@one-paragon/angular-utilities 0.3.0 → 0.3.2
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/esm2022/action-state/action-state-spinner/action-state-spinner.component.mjs +5 -6
- package/esm2022/action-state/action-state-ui/action-state-ui.module.mjs +6 -7
- package/esm2022/action-state/ngrx-ext/ngrx-ext.module.mjs +6 -7
- package/esm2022/http-request-state/HttpRequestStateFactory.mjs +6 -7
- package/esm2022/http-request-state/HttpRequestStateStore.mjs +6 -7
- package/esm2022/http-request-state/directives/HttpStateDirectiveBase.mjs +6 -7
- package/esm2022/http-request-state/directives/http-error-state-directive.mjs +6 -7
- package/esm2022/http-request-state/directives/http-inProgress-state-directive.mjs +6 -7
- package/esm2022/http-request-state/directives/http-notStarted-state-directive.mjs +6 -7
- package/esm2022/http-request-state/directives/http-success-state-directive.mjs +6 -7
- package/esm2022/http-request-state/directives/request-state-directive.mjs +6 -7
- package/esm2022/http-request-state/http-state-module.mjs +6 -7
- package/esm2022/table-builder/classes/table-store.mjs +7 -8
- package/esm2022/table-builder/components/array-column.component.mjs +7 -8
- package/esm2022/table-builder/components/column-builder/column-builder.component.mjs +6 -7
- package/esm2022/table-builder/components/date-filter/date-filter.component.mjs +5 -6
- package/esm2022/table-builder/components/date-time-filter/date-time-filter.component.mjs +5 -6
- package/esm2022/table-builder/components/filter/filter.component.mjs +9 -10
- package/esm2022/table-builder/components/filter/in-list/in-list-filter.component.mjs +7 -8
- package/esm2022/table-builder/components/gen-col-displayer/gen-col-displayer.component.mjs +6 -7
- package/esm2022/table-builder/components/generic-table/generic-table.component.mjs +6 -7
- package/esm2022/table-builder/components/generic-table/paginator.component.mjs +7 -8
- package/esm2022/table-builder/components/group-by-list/group-by-list.component.mjs +5 -6
- package/esm2022/table-builder/components/header-menu/header-menu.component.mjs +6 -7
- package/esm2022/table-builder/components/in-filter/in-filter.component.mjs +6 -7
- package/esm2022/table-builder/components/initialization-component/initialization-component.mjs +5 -6
- package/esm2022/table-builder/components/link-column.component.mjs +6 -7
- package/esm2022/table-builder/components/number-filter/number-filter.component.mjs +5 -6
- package/esm2022/table-builder/components/sort-menu/sort-menu.component-store.mjs +6 -7
- package/esm2022/table-builder/components/sort-menu/sort-menu.component.mjs +6 -7
- package/esm2022/table-builder/components/table-container/table-container.mjs +5 -6
- package/esm2022/table-builder/components/table-container-filter/filter-list/filter-list.component.mjs +5 -6
- package/esm2022/table-builder/components/table-container-filter/gen-filter-displayer/gen-filter-displayer.component.mjs +6 -7
- package/esm2022/table-builder/components/table-container-filter/table-wrapper-filter-store.mjs +6 -7
- package/esm2022/table-builder/directives/custom-cell-directive.mjs +7 -8
- package/esm2022/table-builder/directives/multi-sort.directive.mjs +6 -7
- package/esm2022/table-builder/directives/resize-column.directive.mjs +6 -7
- package/esm2022/table-builder/directives/table-wrapper.directive.mjs +5 -6
- package/esm2022/table-builder/directives/tb-filter.directive.mjs +57 -67
- package/esm2022/table-builder/ngrx/tableBuilderStateStore.mjs +6 -7
- package/esm2022/table-builder/pipes/column-total.pipe.mjs +5 -6
- package/esm2022/table-builder/pipes/format-filter-type.pipe.mjs +5 -6
- package/esm2022/table-builder/pipes/format-filter-value.pipe.mjs +6 -7
- package/esm2022/table-builder/pipes/key-display.mjs +6 -7
- package/esm2022/table-builder/services/export-to-csv.service.mjs +7 -8
- package/esm2022/table-builder/services/table-template-service.mjs +6 -7
- package/esm2022/table-builder/services/transform-creator.mjs +7 -8
- package/esm2022/table-builder/table-builder.module.mjs +6 -7
- package/esm2022/utilities/directives/auto-focus.directive.mjs +6 -7
- package/esm2022/utilities/directives/clickEmitterDirective.mjs +6 -7
- package/esm2022/utilities/directives/clickSubject.mjs +6 -7
- package/esm2022/utilities/directives/conditional-classes.directive.mjs +6 -7
- package/esm2022/utilities/directives/dialog-service.mjs +5 -6
- package/esm2022/utilities/directives/dialog.mjs +11 -13
- package/esm2022/utilities/directives/mat-toggle-group-directive.mjs +5 -6
- package/esm2022/utilities/directives/prevent-enter.directive.mjs +5 -6
- package/esm2022/utilities/directives/stop-propagation.directive.mjs +5 -6
- package/esm2022/utilities/directives/styler.mjs +6 -7
- package/esm2022/utilities/directives/trim-whitespace.directive.mjs +6 -7
- package/esm2022/utilities/module.mjs +6 -7
- package/esm2022/utilities/pipes/function.pipe.mjs +5 -6
- package/esm2022/utilities/pipes/phone.pipe.mjs +5 -6
- package/esm2022/utilities/pipes/space-case.pipes.mjs +5 -6
- package/fesm2022/one-paragon-angular-utilities.mjs +291 -291
- package/fesm2022/one-paragon-angular-utilities.mjs.map +1 -1
- package/http-request-state/HttpRequestStateStore.d.ts +1 -1
- package/package.json +8 -8
|
@@ -23,7 +23,7 @@ export declare class HttpRequestStateStore<TParam extends any[], T> extends Comp
|
|
|
23
23
|
selectSuccessOrError$: Observable<null>;
|
|
24
24
|
errorHandled: boolean;
|
|
25
25
|
onError(cb: (error: HttpErrorResponse) => void): this;
|
|
26
|
-
onSuccess(cb: (body
|
|
26
|
+
onSuccess(cb: (body?: T) => void): this;
|
|
27
27
|
onSuccessOrError(cb: () => void): this;
|
|
28
28
|
onSuccessWithRequest(func: (state: {
|
|
29
29
|
requestParams: [...TParam];
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@one-paragon/angular-utilities",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
7
|
-
"@angular/material": "^
|
|
8
|
-
"@ngrx/component": "^16.
|
|
9
|
-
"@ngrx/component-store": "^16.
|
|
10
|
-
"@ngrx/effects": "^16.
|
|
11
|
-
"@ngrx/store": "^16.
|
|
5
|
+
"@angular/common": "^17.0.3",
|
|
6
|
+
"@angular/core": "^17.0.3",
|
|
7
|
+
"@angular/material": "^17.0.0",
|
|
8
|
+
"@ngrx/component": "^16.3.0",
|
|
9
|
+
"@ngrx/component-store": "^16.3.0",
|
|
10
|
+
"@ngrx/effects": "^16.3.0",
|
|
11
|
+
"@ngrx/store": "^16.3.0"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"tslib": "^2.5.0"
|