eservices-core 1.0.483 → 1.0.484

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.
@@ -159,6 +159,11 @@ export interface IListCell {
159
159
  href: (obj: IAnyListData) => string;
160
160
  icon: string;
161
161
  hide: (obj: IAnyListData) => boolean;
162
+ /**
163
+ * @description Текущее поле является указателем на текущую сущность. В таком используется правило подставления
164
+ * будто значение строки является составным объектом.
165
+ * */
166
+ self: boolean;
162
167
  }
163
168
  export interface IRequestOptions {
164
169
  clean: boolean;
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.483
2
+ * eservices-core v1.0.484
3
3
  * (c) 2023 ESERVICES
4
4
  */
5
5
  'use strict';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.483",
3
+ "version": "1.0.484",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {