szld-libs 0.4.58 → 0.4.60
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/szld-components.es.js +3 -3
- package/dist/szld-components.umd.js +2 -2
- package/es/components/DynamicForm/index.js +2 -2
- package/es/hooks/useUniversalTable.d.ts +1 -1
- package/es/hooks/useUniversalTable.js +1 -1
- package/es/index.js +26 -32
- package/es/mock/index.js +122 -8
- package/lib/components/DynamicForm/index.js +2 -2
- package/lib/hooks/useUniversalTable.d.ts +1 -1
- package/lib/hooks/useUniversalTable.js +1 -1
- package/lib/index.js +26 -32
- package/lib/mock/index.js +122 -8
- package/package.json +1 -1
|
@@ -28519,7 +28519,7 @@ function Yz() {
|
|
|
28519
28519
|
attrvalue: ""
|
|
28520
28520
|
};
|
|
28521
28521
|
});
|
|
28522
|
-
E(C), w({ "sel-list": C });
|
|
28522
|
+
E(C), w(["source-number", "sort-list"], { "sel-list": C });
|
|
28523
28523
|
}, c = (v, y) => {
|
|
28524
28524
|
const { label: g, value: w, children: E } = y, C = (_) => _.map((O) => {
|
|
28525
28525
|
const A = {
|
|
@@ -50845,8 +50845,8 @@ const Vbe = Zr((t, e) => {
|
|
|
50845
50845
|
// 新增:组件库固定文字语言匹配数据
|
|
50846
50846
|
});
|
|
50847
50847
|
Ct(() => {
|
|
50848
|
-
|
|
50849
|
-
}, [
|
|
50848
|
+
L && te();
|
|
50849
|
+
}, [L]);
|
|
50850
50850
|
const te = async () => {
|
|
50851
50851
|
const V = await Uz({
|
|
50852
50852
|
commonRequestWidthParams: p,
|