szld-libs 0.3.22 → 0.3.24

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/lib/mock/index.js CHANGED
@@ -4,45 +4,111 @@ const baseAttrList = [];
4
4
  const attrList = [
5
5
  {
6
6
  xh: 1,
7
- asid: "DC6FAFA331D84484BCE19E21738AD767",
7
+ asid: "06C6CE201AB44B2CAAB11C753374AA40",
8
8
  astype: 0,
9
- tname: "fjffjc_table2",
10
- attrid: "B3C4795F7CA849CD839539249F74BCE3",
11
- attrname: "How Many times",
9
+ tname: "tsyy_table2",
10
+ attrid: "30BDE6E7977E40069B55DDE61C8795AE",
11
+ attrname: "Dates",
12
12
  attrtype: 0,
13
- info: '{"input":"text","dataType":"string","length":100,"input-width":396,"default":1}',
13
+ info: '{"input":"multiple-date-picker","range-picker-save":"single","dataType":"string","length":1000,"input-width":240,"must":true}',
14
14
  info_base64: 0,
15
- createtime: "2026-02-11 15:14:14",
15
+ createtime: "2026-02-11 15:12:26",
16
16
  attrvalue: "",
17
17
  serialnum: 1,
18
18
  children: [],
19
19
  json: {
20
- input: "text",
20
+ input: "multiple-date-picker",
21
+ "range-picker-save": "single",
21
22
  dataType: "string",
22
- length: 100,
23
- "input-width": 396,
24
- default: 1
23
+ length: 1e3,
24
+ "input-width": 240,
25
+ must: true
25
26
  }
26
27
  },
27
28
  {
28
29
  xh: 2,
29
- asid: "DC6FAFA331D84484BCE19E21738AD767",
30
+ asid: "06C6CE201AB44B2CAAB11C753374AA40",
30
31
  astype: 0,
31
- tname: "fjffjc_table2",
32
- attrid: "2A08BD562A9A48E3843A59D6396E2F21",
33
- attrname: "what time?",
32
+ tname: "tsyy_table2",
33
+ attrid: "38A7DADC6D64492D83DA607EC121A02D",
34
+ attrname: "How Many Times",
34
35
  attrtype: 0,
35
- info: '{"input":"text","dataType":"string","length":100,"input-width":396}',
36
+ info: '{"input":"text","dataType":"string","length":10,"input-width":140,"must":true}',
36
37
  info_base64: 0,
37
- createtime: "2026-02-11 15:14:14",
38
+ createtime: "2026-02-11 15:12:26",
39
+ attrvalue: "",
40
+ serialnum: 2,
41
+ children: [],
42
+ json: {
43
+ input: "text",
44
+ dataType: "string",
45
+ length: 10,
46
+ "input-width": 140,
47
+ must: true
48
+ }
49
+ },
50
+ {
51
+ xh: 3,
52
+ asid: "06C6CE201AB44B2CAAB11C753374AA40",
53
+ astype: 0,
54
+ tname: "tsyy_table2",
55
+ attrid: "7BB9BE8A96824CCF89B721C8F1AF9F38",
56
+ attrname: "Feeding Time",
57
+ attrtype: 0,
58
+ info: '{\r\n "input": "second-picker",\r\n "dataType": "string",\r\n "length": 200,\r\n "input-width": 240,\r\n "format": "HH:mm"\r\n}',
59
+ info_base64: 0,
60
+ createtime: "2026-02-11 15:12:26",
38
61
  attrvalue: "",
39
62
  serialnum: 3,
40
63
  children: [],
64
+ json: {
65
+ input: "second-picker",
66
+ dataType: "string",
67
+ length: 200,
68
+ "input-width": 240,
69
+ format: "HH:mm"
70
+ }
71
+ },
72
+ {
73
+ xh: 4,
74
+ asid: "06C6CE201AB44B2CAAB11C753374AA40",
75
+ astype: 0,
76
+ tname: "tsyy_table2",
77
+ attrid: "665F59E637664037939512C9877EAD75",
78
+ attrname: "Meds Info",
79
+ attrtype: 0,
80
+ info: '{"input":"text","dataType":"string","length":500,"input-width":240}',
81
+ info_base64: 0,
82
+ createtime: "2026-02-11 15:12:26",
83
+ attrvalue: "",
84
+ serialnum: 4,
85
+ children: [],
86
+ json: {
87
+ input: "text",
88
+ dataType: "string",
89
+ length: 500,
90
+ "input-width": 240
91
+ }
92
+ },
93
+ {
94
+ xh: 5,
95
+ asid: "06C6CE201AB44B2CAAB11C753374AA40",
96
+ astype: 0,
97
+ tname: "tsyy_table2",
98
+ attrid: "290CF33D2AAD45399987987FAB80900B",
99
+ attrname: "Feeding Instruction",
100
+ attrtype: 0,
101
+ info: '{"input":"text","dataType":"string","length":500,"input-width":340}',
102
+ info_base64: 0,
103
+ createtime: "2026-02-11 15:12:26",
104
+ attrvalue: "",
105
+ serialnum: 5,
106
+ children: [],
41
107
  json: {
42
108
  input: "text",
43
109
  dataType: "string",
44
- length: 100,
45
- "input-width": 396
110
+ length: 500,
111
+ "input-width": 340
46
112
  }
47
113
  }
48
114
  ];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.3.22",
4
+ "version": "0.3.24",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",