plain-design 1.0.0-beta.74 → 1.0.0-beta.75

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plain-design",
3
- "version": "1.0.0-beta.74",
3
+ "version": "1.0.0-beta.75",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -151,6 +151,30 @@ export {PlcObject} from './components/PlcObject';
151
151
  export {Ov} from './components/Ov';
152
152
  export {PlcOv} from './components/PlcOv';
153
153
  export type {iOvMeta} from './components/$ov/ov.utils';
154
+ export type {
155
+ tPlc,
156
+ tPlcType,
157
+ tPlcGroup,
158
+ tPlcPublicAttrsType,
159
+ iPlcEventType,
160
+ iPlcGroupPropsType,
161
+ iPlcPropsSourceType,
162
+ iPlcPropsProxyConfig,
163
+ iPlcPropsType
164
+ } from './components/Table/plc/utils/plc.utils';
165
+ export type {iTreeNode} from './components/TreeCore/createTreeNode';
166
+ export type {
167
+ iTableOperation,
168
+ iTableInnerOperation,
169
+ iTableInnerOperationConfig,
170
+ iTableOperationPermitMetaConfig,
171
+ iTableOperationPermitData,
172
+ iTableOperationPermitMeta,
173
+ iTableOuterOperation,
174
+ iTableOuterOperationConfig,
175
+ iTableOperationPermitConfig
176
+ } from './components/Table/standard/PlcOperation/PlcOperation.utils';
177
+ export {iTreeProps, iTreeState, iTreeKey2CheckStatus, iTreeKeyOrNode, iTreeNodeComputedData} from './components/TreeCore/TreeCore.type';
154
178
 
155
179
  export {$configuration} from './components/$configuration';
156
180
  export {createAddressService} from './components/createAddressService';