tnx-shared 5.1.363 → 5.1.366
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/bundles/tnx-shared.umd.js +46 -13
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/classes/base/component-base-with-button.d.ts.map +1 -1
- package/classes/base/data-form-base.d.ts.map +1 -1
- package/classes/form-schema.d.ts +6 -1
- package/classes/form-schema.d.ts.map +1 -1
- package/components/crud/crud-form/crud-form.component.d.ts +3 -2
- package/components/crud/crud-form/crud-form.component.d.ts.map +1 -1
- package/components/dropdown/dropdown.component.d.ts.map +1 -1
- package/components/file-explorer/file-manager/file-manager.component.d.ts.map +1 -1
- package/components/file-explorer/models/file-settings.d.ts +2 -2
- package/components/file-explorer/models/file-settings.d.ts.map +1 -1
- package/components/tn-tabview/tn-tabview.component.d.ts.map +1 -1
- package/esm2015/classes/base/component-base-with-button.js +1 -1
- package/esm2015/classes/base/data-form-base.js +6 -2
- package/esm2015/classes/form-schema.js +10 -1
- package/esm2015/components/crud/crud-form/crud-form.component.js +15 -8
- package/esm2015/components/dropdown/dropdown.component.js +6 -2
- package/esm2015/components/file-explorer/file-manager/file-manager.component.js +7 -3
- package/esm2015/components/file-explorer/models/file-settings.js +1 -1
- package/esm2015/components/tn-tabview/tn-tabview.component.js +2 -1
- package/esm2015/services/base.service.js +2 -2
- package/esm2015/services/notification.service.js +1 -1
- package/fesm2015/tnx-shared.js +41 -12
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/services/notification.service.d.ts +1 -1
- package/services/notification.service.d.ts.map +1 -1
- package/tnx-shared.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tnx-shared",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.366",
|
|
4
4
|
"clientVersion": "5.1",
|
|
5
5
|
"version5.0": "5.0.19",
|
|
6
6
|
"version5.1": "5.1.22",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"jsplumb": "^2.15.6",
|
|
132
132
|
"ngx-extended-pdf-viewer": "^9.0.5"
|
|
133
133
|
},
|
|
134
|
-
"versionPrev": "5.1.
|
|
134
|
+
"versionPrev": "5.1.365",
|
|
135
135
|
"main": "bundles/tnx-shared.umd.js",
|
|
136
136
|
"module": "fesm2015/tnx-shared.js",
|
|
137
137
|
"es2015": "fesm2015/tnx-shared.js",
|
|
@@ -12,6 +12,6 @@ export declare class NotificationService extends BaseService {
|
|
|
12
12
|
markUnReadById(id: string): Promise<ResponseResult>;
|
|
13
13
|
markReadAllByUserCurrent(): Promise<ResponseResult>;
|
|
14
14
|
markReadByFilter(filter: Filter[]): Promise<ResponseResult>;
|
|
15
|
-
markUnReadByFilter(filter: Filter): Promise<ResponseResult>;
|
|
15
|
+
markUnReadByFilter(filter: Filter[]): Promise<ResponseResult>;
|
|
16
16
|
}
|
|
17
17
|
//# sourceMappingURL=notification.service.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"notification.service.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["services/notification.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,qBAGa,mBAAoB,SAAQ,WAAW;gBAG5C,IAAI,EAAE,UAAU,EAChB,QAAQ,EAAE,QAAQ,EAClB,oBAAoB,EAAE,mBAAmB;IAM7C,gBAAgB,CAAC,IAAI,KAAA;IAIrB,wBAAwB,CAAC,eAAe,EAAE,GAAG,EAAE;IAI/C,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;IAIjD,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;IAInD,wBAAwB,IAAI,OAAO,CAAC,cAAc,CAAC;IAInD,gBAAgB,CAAC,MAAM,EAAE,MAAM,EAAE;IAKjC,kBAAkB,CAAC,MAAM,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"notification.service.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["services/notification.service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAc,QAAQ,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,qBAGa,mBAAoB,SAAQ,WAAW;gBAG5C,IAAI,EAAE,UAAU,EAChB,QAAQ,EAAE,QAAQ,EAClB,oBAAoB,EAAE,mBAAmB;IAM7C,gBAAgB,CAAC,IAAI,KAAA;IAIrB,wBAAwB,CAAC,eAAe,EAAE,GAAG,EAAE;IAI/C,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;IAIjD,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;IAInD,wBAAwB,IAAI,OAAO,CAAC,cAAc,CAAC;IAInD,gBAAgB,CAAC,MAAM,EAAE,MAAM,EAAE;IAKjC,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE;CAItC"}
|