@smartsoft001/crud-shell-angular 1.1.736 → 1.1.739
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/esm2020/lib/components/filter/check/check.component.mjs +1 -1
- package/esm2020/lib/components/filter/date/date.component.mjs +1 -1
- package/esm2020/lib/components/filter/date-with-edit/date-with-edit.component.mjs +5 -6
- package/esm2020/lib/components/filter/filter.component.mjs +1 -1
- package/esm2020/lib/components/filter/flag/flag.component.mjs +1 -1
- package/esm2020/lib/components/filter/int/int.component.mjs +1 -1
- package/esm2020/lib/components/filter/radio/radio.component.mjs +1 -1
- package/esm2020/lib/components/filter/text/text.component.mjs +1 -1
- package/esm2020/lib/components/filters/filters.component.mjs +1 -1
- package/esm2020/lib/components/filters-config/filters-config.component.mjs +1 -1
- package/esm2020/lib/components/multiselect/multiselect.component.mjs +1 -1
- package/fesm2015/smartsoft001-crud-shell-angular.mjs +14 -15
- package/fesm2015/smartsoft001-crud-shell-angular.mjs.map +1 -1
- package/fesm2020/smartsoft001-crud-shell-angular.mjs +14 -15
- package/fesm2020/smartsoft001-crud-shell-angular.mjs.map +1 -1
- package/lib/components/filter/date-with-edit/date-with-edit.component.d.ts +1 -1
- package/lib/components/filter/date-with-edit/date-with-edit.component.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -6,8 +6,8 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class FilterDateWithEditComponent<T extends IEntity<string>> extends FilterDateComponent<T> implements OnInit, OnDestroy {
|
|
7
7
|
private _subscriptions;
|
|
8
8
|
advanced: boolean;
|
|
9
|
+
id: string;
|
|
9
10
|
dateTimePicker: IonDatetime;
|
|
10
|
-
open(): void;
|
|
11
11
|
ngOnInit(): void;
|
|
12
12
|
ngOnDestroy(): void;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterDateWithEditComponent<any>, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-with-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/date-with-edit/date-with-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"date-with-edit.component.d.ts","sourceRoot":"","sources":["../../../../../../../../../libs/crud/shell/angular/src/lib/components/filter/date-with-edit/date-with-edit.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,SAAS,EAAE,MAAM,EAAY,MAAM,eAAe,CAAC;AAClF,OAAO,EAAC,WAAW,EAAC,MAAM,gBAAgB,CAAC;AAG3C,OAAO,EAAC,OAAO,EAAC,MAAM,2BAA2B,CAAC;AAGlD,OAAO,EAAC,mBAAmB,EAAC,MAAM,wBAAwB,CAAC;;AAE3D,qBAKa,2BAA2B,CAAC,CAAC,SAAS,OAAO,CAAC,MAAM,CAAC,CAAE,SAAQ,mBAAmB,CAAC,CAAC,CACjG,YAAW,MAAM,EAAE,SAAS;IAC1B,OAAO,CAAC,cAAc,CAAsB;IAE5C,QAAQ,UAAS;IACjB,EAAE,SAAwB;IAEoC,cAAc,EAAE,WAAW,CAAC;IAE1F,QAAQ,IAAI,IAAI;IAYhB,WAAW,IAAI,IAAI;yCArBR,2BAA2B;2CAA3B,2BAA2B;CA0BvC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartsoft001/crud-shell-angular",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.739",
|
|
4
4
|
"description": "This library was generated with [Nx](https://nx.dev).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"tslib": "^2.3.0",
|
|
37
37
|
"@ngrx/store": "13.0.2",
|
|
38
|
-
"@smartsoft001/domain-core": "1.0.
|
|
39
|
-
"@smartsoft001/models": "1.0.
|
|
38
|
+
"@smartsoft001/domain-core": "1.0.753",
|
|
39
|
+
"@smartsoft001/models": "1.0.780",
|
|
40
40
|
"reflect-metadata": "0.1.13",
|
|
41
|
-
"@smartsoft001/utils": "1.0.
|
|
41
|
+
"@smartsoft001/utils": "1.0.815",
|
|
42
42
|
"@angular/common": "13.2.7",
|
|
43
43
|
"@angular/core": "13.2.7",
|
|
44
44
|
"lodash": "^4.17.20",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"md5": "2.3.0",
|
|
48
48
|
"rxjs": "^7.0.0",
|
|
49
49
|
"@angular/platform-browser-dynamic": "13.2.7",
|
|
50
|
-
"@smartsoft001/users": "1.0.
|
|
51
|
-
"@smartsoft001/angular": "1.1.
|
|
50
|
+
"@smartsoft001/users": "1.0.772",
|
|
51
|
+
"@smartsoft001/angular": "1.1.805",
|
|
52
52
|
"@ngrx/effects": "13.0.2",
|
|
53
53
|
"@angular/router": "13.2.7",
|
|
54
54
|
"chart.js": "2.9.4",
|
|
55
55
|
"ng2-charts": "2.4.2",
|
|
56
|
-
"@ionic/angular": "^
|
|
56
|
+
"@ionic/angular": "^6.0.14",
|
|
57
57
|
"@angular/forms": "13.2.7",
|
|
58
58
|
"@ngx-translate/core": "^13.0.0",
|
|
59
59
|
"@angular/material": "13.2.6",
|