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.
- package/dist/classes/new/List.d.ts +5 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -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