@evergis/react 4.0.150 → 4.0.151

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.0.150",
2
+ "version": "4.0.151",
3
3
  "name": "@evergis/react",
4
4
  "author": "Everpoint",
5
5
  "license": "MIT",
@@ -89,5 +89,5 @@
89
89
  "uuid": "^13.0.0",
90
90
  "wkt": "^0.1.1"
91
91
  },
92
- "gitHead": "b7ba4c61ac24670bcf899de2358771ff6ad5be31"
92
+ "gitHead": "d1033c2eec4f82fbfffe5cb01b2a0eb160bc590e"
93
93
  }
@@ -1,10 +0,0 @@
1
- import { FC } from 'react';
2
- import { AttachmentsCellPopupProps } from '../types';
3
- /**
4
- * Полный список вложений колонки — тот же набор, что у контейнера вложений в карточке объекта:
5
- * шапка с подписью, счётчиком и переключателем вида, сам список, «Показать ещё» и добавление.
6
- *
7
- * Кнопка добавления и корзины у файлов появляются только на правку: на чтение поп-ап нужен
8
- * ровно затем, чтобы развернуть свёрнутый счётчик.
9
- */
10
- export declare const AttachmentsCellPopup: FC<AttachmentsCellPopupProps>;