@fctc/sme-widget-ui 1.3.6 → 1.3.7
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/index.js +4 -1
- package/dist/index.mjs +4 -1
- package/dist/widgets.js +4 -1
- package/dist/widgets.mjs +4 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34430,7 +34430,10 @@ var Many2ManyField = (props) => {
|
|
|
34430
34430
|
selectedRowKeys,
|
|
34431
34431
|
setSelectedRowKeys,
|
|
34432
34432
|
groupByList,
|
|
34433
|
-
specification
|
|
34433
|
+
specification,
|
|
34434
|
+
viewData,
|
|
34435
|
+
checkedAll,
|
|
34436
|
+
context
|
|
34434
34437
|
}
|
|
34435
34438
|
)
|
|
34436
34439
|
]
|
package/dist/index.mjs
CHANGED
|
@@ -34311,7 +34311,10 @@ var Many2ManyField = (props) => {
|
|
|
34311
34311
|
selectedRowKeys,
|
|
34312
34312
|
setSelectedRowKeys,
|
|
34313
34313
|
groupByList,
|
|
34314
|
-
specification
|
|
34314
|
+
specification,
|
|
34315
|
+
viewData,
|
|
34316
|
+
checkedAll,
|
|
34317
|
+
context
|
|
34315
34318
|
}
|
|
34316
34319
|
)
|
|
34317
34320
|
]
|
package/dist/widgets.js
CHANGED
|
@@ -34056,7 +34056,10 @@ var Many2ManyField = (props) => {
|
|
|
34056
34056
|
selectedRowKeys,
|
|
34057
34057
|
setSelectedRowKeys,
|
|
34058
34058
|
groupByList,
|
|
34059
|
-
specification
|
|
34059
|
+
specification,
|
|
34060
|
+
viewData,
|
|
34061
|
+
checkedAll,
|
|
34062
|
+
context
|
|
34060
34063
|
}
|
|
34061
34064
|
)
|
|
34062
34065
|
]
|
package/dist/widgets.mjs
CHANGED
|
@@ -33993,7 +33993,10 @@ var Many2ManyField = (props) => {
|
|
|
33993
33993
|
selectedRowKeys,
|
|
33994
33994
|
setSelectedRowKeys,
|
|
33995
33995
|
groupByList,
|
|
33996
|
-
specification
|
|
33996
|
+
specification,
|
|
33997
|
+
viewData,
|
|
33998
|
+
checkedAll,
|
|
33999
|
+
context
|
|
33997
34000
|
}
|
|
33998
34001
|
)
|
|
33999
34002
|
]
|