@byteluck-fe/model-driven-controls 2.22.4-beta.4 → 2.22.4-beta.5
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.
|
@@ -17,3 +17,4 @@ export { default as AdvancedContainer } from './AdvancedContainer';
|
|
|
17
17
|
export { default as PositioningContainer } from './PositioningContainer';
|
|
18
18
|
export { default as Position } from './Position';
|
|
19
19
|
export { default as ActionBar } from './ActionBar';
|
|
20
|
+
export { default as Step } from './Step';
|
package/dist/types/type.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Divider, Text, Link, Button, Title, CreateFormListButton, BatchSubmissionListButton, SubmissionRecordListButton, ImportRecordListButton, ExportRecordListButton, ExportListButton, FormSelectButton, ListSelectButton, Pagination, Dashboard, ListViewSelect, TextOcrButton, InvoiceCheckButton, BatchPrintListButton, BatchPrintRecordListButton, OperationButton, ReferenceList } from './baseControls';
|
|
2
2
|
import { Address, Amount, Attachment, AutoNumber, Checkbox, DatePicker, DateRange, Department, Employee, Image, Input, Number, Radio, Score, Select, SelectMultiple, Textarea, RichText, Calc, SearchNumberRange, SearchDateRange, SearchInput, VueFormItem, SelectRelation, Tree, Employee2, ElectronicSignature, WPS, Department2, OrganizationSelection, VuePage } from './formControls';
|
|
3
|
-
import { CardGroup, Col, Grid, GridRow, Row, SubTableColumn, SubTableRow, GridTableColumn, GridLayoutContainer, Tab, TabPane, Toolbox, ListView, DataView, Page, AdvancedContainer, PositioningContainer, Position, ActionBar } from './layoutControls';
|
|
3
|
+
import { CardGroup, Col, Grid, GridRow, Row, SubTableColumn, SubTableRow, GridTableColumn, GridLayoutContainer, Tab, TabPane, Toolbox, ListView, DataView, Page, AdvancedContainer, PositioningContainer, Position, ActionBar, Step } from './layoutControls';
|
|
4
4
|
import { SubTable, GridTable } from './listControls';
|
|
5
5
|
import { VarcharColumn, TextColumn, DecimalColumn, TimescopeColumn, TimestampColumn, ArrayColumn, DepartmentColumn, AutoNumberColumn, FileColumn, ImageColumn, PeopleColumn, LocationColumn, CustomColumn, OrderColumn, OperationColumn, EmployeeColumn, ApprovalStatusColumn } from './columnControls';
|
|
6
6
|
import { SimpleSearch } from './searchControls';
|
|
@@ -83,6 +83,7 @@ declare module '@byteluck-fe/model-driven-core' {
|
|
|
83
83
|
'positioning-container': typeof PositioningContainer;
|
|
84
84
|
position: typeof Position;
|
|
85
85
|
'action-bar': typeof ActionBar;
|
|
86
|
+
'step': typeof Step;
|
|
86
87
|
}
|
|
87
88
|
interface ListControls {
|
|
88
89
|
subtable: typeof SubTable;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@byteluck-fe/model-driven-controls",
|
|
3
|
-
"version": "2.22.4-beta.
|
|
3
|
+
"version": "2.22.4-beta.5",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"author": "郝晨光 <2293885211@qq.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"postpublish": "node ../../scripts/postpublish.js"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@byteluck-fe/model-driven-core": "2.22.4-beta.
|
|
30
|
-
"@byteluck-fe/model-driven-settings": "2.22.4-beta.
|
|
31
|
-
"@byteluck-fe/model-driven-shared": "2.22.4-beta.
|
|
29
|
+
"@byteluck-fe/model-driven-core": "2.22.4-beta.5",
|
|
30
|
+
"@byteluck-fe/model-driven-settings": "2.22.4-beta.5",
|
|
31
|
+
"@byteluck-fe/model-driven-shared": "2.22.4-beta.5",
|
|
32
32
|
"async-validator": "3.5.1"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "9146be3340bb987edf96d5bda2178a1427be9734"
|
|
35
35
|
}
|