szld-libs 0.2.96 → 0.2.98

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.
Files changed (45) hide show
  1. package/dist/szld-components.es.js +67 -59
  2. package/dist/szld-components.umd.js +3 -3
  3. package/es/components/DynamicForm/func.js +10 -8
  4. package/es/components/DynamicForm/useDynamicForm.d.ts +1 -1
  5. package/es/hooks/useRenderAttrSetDetail.d.ts +24 -0
  6. package/es/hooks/useRenderAttrSetDetail.js +186 -0
  7. package/es/index.js +32 -263
  8. package/es/mock/index.d.ts +306 -0
  9. package/es/mock/index.js +387 -0
  10. package/es/mock/vite.svg +1 -0
  11. package/es/services/index.d.ts +6 -0
  12. package/es/services/index.js +85 -0
  13. package/es/services/request.d.ts +6 -0
  14. package/es/services/request.js +140 -0
  15. package/es/services/status.d.ts +1 -0
  16. package/es/services/status.js +44 -0
  17. package/es/services/vite.svg +1 -0
  18. package/es/utils/enum.d.ts +4 -0
  19. package/es/utils/enum.js +10 -0
  20. package/es/utils/method.js +14 -10
  21. package/es/utils/szxkFunc.d.ts +8 -0
  22. package/es/utils/szxkFunc.js +7 -1
  23. package/es/vite-env.d.ts +11 -0
  24. package/lib/components/DynamicForm/func.js +10 -8
  25. package/lib/components/DynamicForm/useDynamicForm.d.ts +1 -1
  26. package/lib/hooks/useRenderAttrSetDetail.d.ts +24 -0
  27. package/lib/hooks/useRenderAttrSetDetail.js +185 -0
  28. package/lib/index.js +29 -260
  29. package/lib/mock/index.d.ts +306 -0
  30. package/lib/mock/index.js +387 -0
  31. package/lib/mock/vite.svg +1 -0
  32. package/lib/services/index.d.ts +6 -0
  33. package/lib/services/index.js +85 -0
  34. package/lib/services/request.d.ts +6 -0
  35. package/lib/services/request.js +140 -0
  36. package/lib/services/status.d.ts +1 -0
  37. package/lib/services/status.js +44 -0
  38. package/lib/services/vite.svg +1 -0
  39. package/lib/utils/enum.d.ts +4 -0
  40. package/lib/utils/enum.js +10 -0
  41. package/lib/utils/method.js +14 -10
  42. package/lib/utils/szxkFunc.d.ts +8 -0
  43. package/lib/utils/szxkFunc.js +6 -0
  44. package/lib/vite-env.d.ts +11 -0
  45. package/package.json +3 -1
@@ -0,0 +1,306 @@
1
+ export declare const baseAttrList: ({
2
+ xh: number;
3
+ asid: string;
4
+ astype: number;
5
+ tname: string;
6
+ attrid: string;
7
+ attrname: string;
8
+ attrtype: number;
9
+ info: string;
10
+ info_base64: number;
11
+ createtime: string;
12
+ attrvalue: string;
13
+ serialnum: number;
14
+ children: never[];
15
+ json: {
16
+ input: string;
17
+ dataType: string;
18
+ length: number;
19
+ 'range-picker-save'?: undefined;
20
+ 'disable-date-goover'?: undefined;
21
+ };
22
+ } | {
23
+ xh: number;
24
+ asid: string;
25
+ astype: number;
26
+ tname: string;
27
+ attrid: string;
28
+ attrname: string;
29
+ attrtype: number;
30
+ info: string;
31
+ info_base64: number;
32
+ createtime: string;
33
+ attrvalue: string;
34
+ serialnum: number;
35
+ children: never[];
36
+ json: {
37
+ input: string;
38
+ dataType: string;
39
+ length?: undefined;
40
+ 'range-picker-save'?: undefined;
41
+ 'disable-date-goover'?: undefined;
42
+ };
43
+ } | {
44
+ xh: number;
45
+ asid: string;
46
+ astype: number;
47
+ tname: string;
48
+ attrid: string;
49
+ attrname: string;
50
+ attrtype: number;
51
+ info: string;
52
+ info_base64: number;
53
+ createtime: string;
54
+ attrvalue: string;
55
+ serialnum: number;
56
+ children: never[];
57
+ json: {
58
+ input: string;
59
+ 'range-picker-save': string;
60
+ dataType: string;
61
+ length: number;
62
+ 'disable-date-goover': boolean;
63
+ };
64
+ })[];
65
+ export declare const attrList: any;
66
+ export declare const testList: ({
67
+ xh: number;
68
+ asid: string;
69
+ astype: number;
70
+ tname: string;
71
+ attrid: string;
72
+ attrname: string;
73
+ attrtype: number;
74
+ info: string;
75
+ info_base64: number;
76
+ createtime: string;
77
+ attrvalue: string;
78
+ serialnum: number;
79
+ children: never[];
80
+ json: {
81
+ input: string;
82
+ dataType: string;
83
+ length: number;
84
+ 'auto-generate': boolean;
85
+ 'auto-generate-type': string;
86
+ must?: undefined;
87
+ 'upload-accept'?: undefined;
88
+ 'upload-max-count'?: undefined;
89
+ 'upload-size'?: undefined;
90
+ instruction?: undefined;
91
+ 'instruction-color'?: undefined;
92
+ default?: undefined;
93
+ propertiesID?: undefined;
94
+ };
95
+ } | {
96
+ xh: number;
97
+ asid: string;
98
+ astype: number;
99
+ tname: string;
100
+ attrid: string;
101
+ attrname: string;
102
+ attrtype: number;
103
+ info: string;
104
+ info_base64: number;
105
+ createtime: string;
106
+ attrvalue: string;
107
+ serialnum: number;
108
+ children: never[];
109
+ json: {
110
+ input: string;
111
+ dataType: string;
112
+ length: number;
113
+ must: boolean;
114
+ 'auto-generate'?: undefined;
115
+ 'auto-generate-type'?: undefined;
116
+ 'upload-accept'?: undefined;
117
+ 'upload-max-count'?: undefined;
118
+ 'upload-size'?: undefined;
119
+ instruction?: undefined;
120
+ 'instruction-color'?: undefined;
121
+ default?: undefined;
122
+ propertiesID?: undefined;
123
+ };
124
+ } | {
125
+ xh: number;
126
+ asid: string;
127
+ astype: number;
128
+ tname: string;
129
+ attrid: string;
130
+ attrname: string;
131
+ attrtype: number;
132
+ info: string;
133
+ info_base64: number;
134
+ createtime: string;
135
+ attrvalue: string;
136
+ serialnum: number;
137
+ children: never[];
138
+ json: {
139
+ input: string;
140
+ dataType: string;
141
+ length: number;
142
+ 'auto-generate'?: undefined;
143
+ 'auto-generate-type'?: undefined;
144
+ must?: undefined;
145
+ 'upload-accept'?: undefined;
146
+ 'upload-max-count'?: undefined;
147
+ 'upload-size'?: undefined;
148
+ instruction?: undefined;
149
+ 'instruction-color'?: undefined;
150
+ default?: undefined;
151
+ propertiesID?: undefined;
152
+ };
153
+ } | {
154
+ xh: number;
155
+ asid: string;
156
+ astype: number;
157
+ tname: string;
158
+ attrid: string;
159
+ attrname: string;
160
+ attrtype: number;
161
+ info: string;
162
+ info_base64: number;
163
+ createtime: string;
164
+ attrvalue: string;
165
+ serialnum: number;
166
+ children: never[];
167
+ json: {
168
+ input: string;
169
+ 'upload-accept': string;
170
+ 'upload-max-count': string;
171
+ 'upload-size': string;
172
+ dataType: string;
173
+ length: number;
174
+ instruction: string;
175
+ 'instruction-color': string;
176
+ 'auto-generate'?: undefined;
177
+ 'auto-generate-type'?: undefined;
178
+ must?: undefined;
179
+ default?: undefined;
180
+ propertiesID?: undefined;
181
+ };
182
+ } | {
183
+ xh: number;
184
+ asid: string;
185
+ astype: number;
186
+ tname: string;
187
+ attrid: string;
188
+ attrname: string;
189
+ attrtype: number;
190
+ info: string;
191
+ info_base64: number;
192
+ createtime: string;
193
+ attrvalue: string;
194
+ serialnum: number;
195
+ children: never[];
196
+ json: {
197
+ input: string;
198
+ dataType: string;
199
+ default: string;
200
+ length?: undefined;
201
+ 'auto-generate'?: undefined;
202
+ 'auto-generate-type'?: undefined;
203
+ must?: undefined;
204
+ 'upload-accept'?: undefined;
205
+ 'upload-max-count'?: undefined;
206
+ 'upload-size'?: undefined;
207
+ instruction?: undefined;
208
+ 'instruction-color'?: undefined;
209
+ propertiesID?: undefined;
210
+ };
211
+ } | {
212
+ xh: number;
213
+ asid: string;
214
+ astype: number;
215
+ tname: string;
216
+ attrid: string;
217
+ attrname: string;
218
+ attrtype: number;
219
+ info: string;
220
+ info_base64: number;
221
+ createtime: string;
222
+ attrvalue: string;
223
+ serialnum: number;
224
+ children: ({
225
+ xh: number;
226
+ asid: string;
227
+ astype: number;
228
+ tname: string;
229
+ attrid: string;
230
+ attrname: string;
231
+ attrtype: number;
232
+ info: string;
233
+ info_base64: number;
234
+ createtime: string;
235
+ attrvalue: string;
236
+ serialnum: number;
237
+ children: never[];
238
+ json: {
239
+ input: string;
240
+ dataType: string;
241
+ length: number;
242
+ 'auto-generate': boolean;
243
+ 'auto-generate-type': string;
244
+ must?: undefined;
245
+ };
246
+ } | {
247
+ xh: number;
248
+ asid: string;
249
+ astype: number;
250
+ tname: string;
251
+ attrid: string;
252
+ attrname: string;
253
+ attrtype: number;
254
+ info: string;
255
+ info_base64: number;
256
+ createtime: string;
257
+ attrvalue: string;
258
+ serialnum: number;
259
+ children: never[];
260
+ json: {
261
+ input: string;
262
+ dataType: string;
263
+ length: number;
264
+ must: boolean;
265
+ 'auto-generate'?: undefined;
266
+ 'auto-generate-type'?: undefined;
267
+ };
268
+ } | {
269
+ xh: number;
270
+ asid: string;
271
+ astype: number;
272
+ tname: string;
273
+ attrid: string;
274
+ attrname: string;
275
+ attrtype: number;
276
+ info: string;
277
+ info_base64: number;
278
+ createtime: string;
279
+ attrvalue: string;
280
+ serialnum: number;
281
+ children: never[];
282
+ json: {
283
+ input: string;
284
+ dataType: string;
285
+ length: number;
286
+ 'auto-generate'?: undefined;
287
+ 'auto-generate-type'?: undefined;
288
+ must?: undefined;
289
+ };
290
+ })[][];
291
+ json: {
292
+ propertiesID: string;
293
+ input?: undefined;
294
+ dataType?: undefined;
295
+ length?: undefined;
296
+ 'auto-generate'?: undefined;
297
+ 'auto-generate-type'?: undefined;
298
+ must?: undefined;
299
+ 'upload-accept'?: undefined;
300
+ 'upload-max-count'?: undefined;
301
+ 'upload-size'?: undefined;
302
+ instruction?: undefined;
303
+ 'instruction-color'?: undefined;
304
+ default?: undefined;
305
+ };
306
+ })[];
@@ -0,0 +1,387 @@
1
+ const baseAttrList = [
2
+ {
3
+ xh: 1,
4
+ asid: "2C648B554C994DED994D6049BA8E7488",
5
+ astype: 0,
6
+ tname: "fcctest",
7
+ attrid: "987C9E76D2604B2587A259E193E0E4D4",
8
+ attrname: "输入框",
9
+ attrtype: 0,
10
+ info: '{"input":"text","dataType":"string","length":100}',
11
+ info_base64: 0,
12
+ createtime: "2026-01-25 14:02:34",
13
+ attrvalue: "",
14
+ serialnum: 1,
15
+ children: [],
16
+ json: {
17
+ input: "text",
18
+ dataType: "string",
19
+ length: 100
20
+ }
21
+ },
22
+ {
23
+ xh: 2,
24
+ asid: "2C648B554C994DED994D6049BA8E7488",
25
+ astype: 0,
26
+ tname: "fcctest",
27
+ attrid: "28F623FA152D44B89BA2518D52AA172B",
28
+ attrname: "数字输入框",
29
+ attrtype: 0,
30
+ info: '{"input":"number","dataType":"int"}',
31
+ info_base64: 0,
32
+ createtime: "2026-01-25 14:03:01",
33
+ attrvalue: "",
34
+ serialnum: 2,
35
+ children: [],
36
+ json: {
37
+ input: "number",
38
+ dataType: "int"
39
+ }
40
+ },
41
+ {
42
+ xh: 3,
43
+ asid: "2C648B554C994DED994D6049BA8E7488",
44
+ astype: 0,
45
+ tname: "fcctest",
46
+ attrid: "309919F2EFCD4625B4428D4B12B5169F",
47
+ attrname: "日期段选择",
48
+ attrtype: 0,
49
+ info: '{"input":"range-picker","range-picker-save":"range","dataType":"string","length":100,"disable-date-goover":true}',
50
+ info_base64: 0,
51
+ createtime: "2026-01-25 14:05:35",
52
+ attrvalue: "",
53
+ serialnum: 3,
54
+ children: [],
55
+ json: {
56
+ input: "range-picker",
57
+ "range-picker-save": "range",
58
+ dataType: "string",
59
+ length: 100,
60
+ "disable-date-goover": true
61
+ }
62
+ }
63
+ ];
64
+ const attrList = [
65
+ {
66
+ xh: 1,
67
+ asid: "2C648B554C994DED994D6049BA8E7488",
68
+ astype: 0,
69
+ tname: "fcctest",
70
+ attrid: "987C9E76D2604B2587A259E193E0E4D4",
71
+ attrname: "输入框",
72
+ attrtype: 0,
73
+ info: '{"input":"text","dataType":"string","length":100}',
74
+ info_base64: 0,
75
+ createtime: "2026-01-25 14:02:34",
76
+ attrvalue: "",
77
+ serialnum: 1,
78
+ children: [],
79
+ json: {
80
+ input: "text",
81
+ dataType: "string",
82
+ length: 100
83
+ }
84
+ },
85
+ {
86
+ xh: 2,
87
+ asid: "2C648B554C994DED994D6049BA8E7488",
88
+ astype: 0,
89
+ tname: "fcctest",
90
+ attrid: "28F623FA152D44B89BA2518D52AA172B",
91
+ attrname: "数字输入框",
92
+ attrtype: 0,
93
+ info: '{"input":"number","dataType":"int"}',
94
+ info_base64: 0,
95
+ createtime: "2026-01-25 14:03:01",
96
+ attrvalue: "",
97
+ serialnum: 2,
98
+ children: [],
99
+ json: {
100
+ input: "number",
101
+ dataType: "int"
102
+ }
103
+ },
104
+ {
105
+ xh: 3,
106
+ asid: "2C648B554C994DED994D6049BA8E7488",
107
+ astype: 0,
108
+ tname: "fcctest",
109
+ attrid: "309919F2EFCD4625B4428D4B12B5169F",
110
+ attrname: "日期段选择",
111
+ attrtype: 0,
112
+ info: '{"input":"range-picker","range-picker-save":"range","dataType":"string","length":100,"disable-date-goover":true}',
113
+ info_base64: 0,
114
+ createtime: "2026-01-25 14:05:35",
115
+ attrvalue: "",
116
+ serialnum: 3,
117
+ children: [],
118
+ json: {
119
+ input: "range-picker",
120
+ "range-picker-save": "range",
121
+ dataType: "string",
122
+ length: 100,
123
+ "disable-date-goover": true
124
+ }
125
+ }
126
+ ];
127
+ const testList = [
128
+ {
129
+ xh: 1,
130
+ asid: "94C24D4B534A43A893ADDD78021AC393",
131
+ astype: 0,
132
+ tname: "dog_room_type_table",
133
+ attrid: "1710D157CDFF46A7A4E4501095C8ACBE",
134
+ attrname: "唯一编号",
135
+ attrtype: 0,
136
+ info: "eyJpbnB1dCI6InRleHQiLCJkYXRhVHlwZSI6InN0cmluZyIsImxlbmd0aCI6MTAwLCJhdXRvLWdlbmVyYXRlIjp0cnVlLCJhdXRvLWdlbmVyYXRlLXR5cGUiOiJndWlkIn0=",
137
+ info_base64: 1,
138
+ createtime: "2026-01-26 10:06:27",
139
+ attrvalue: "01",
140
+ serialnum: 0,
141
+ children: [],
142
+ json: {
143
+ input: "text",
144
+ dataType: "string",
145
+ length: 100,
146
+ "auto-generate": true,
147
+ "auto-generate-type": "guid"
148
+ }
149
+ },
150
+ {
151
+ xh: 2,
152
+ asid: "94C24D4B534A43A893ADDD78021AC393",
153
+ astype: 0,
154
+ tname: "dog_room_type_table",
155
+ attrid: "41CCD121BD6A4356A95CC24968F86D75",
156
+ attrname: "房型名称",
157
+ attrtype: 0,
158
+ info: "eyJpbnB1dCI6InRleHQiLCJkYXRhVHlwZSI6InN0cmluZyIsImxlbmd0aCI6MTAwLCJtdXN0Ijp0cnVlfQ==",
159
+ info_base64: 1,
160
+ createtime: "2025-11-14 16:11:23",
161
+ attrvalue: "12",
162
+ serialnum: 1,
163
+ children: [],
164
+ json: {
165
+ input: "text",
166
+ dataType: "string",
167
+ length: 100,
168
+ must: true
169
+ }
170
+ },
171
+ {
172
+ xh: 3,
173
+ asid: "94C24D4B534A43A893ADDD78021AC393",
174
+ astype: 0,
175
+ tname: "dog_room_type_table",
176
+ attrid: "40E6CE0B4C9647FF9786AE8E1B230F94",
177
+ attrname: "房型价格",
178
+ attrtype: 0,
179
+ info: '{"input":"text","dataType":"string","length":20,"must":true}',
180
+ info_base64: 0,
181
+ createtime: "2025-11-14 16:11:23",
182
+ attrvalue: "22",
183
+ serialnum: 2,
184
+ children: [],
185
+ json: {
186
+ input: "text",
187
+ dataType: "string",
188
+ length: 20,
189
+ must: true
190
+ }
191
+ },
192
+ {
193
+ xh: 4,
194
+ asid: "94C24D4B534A43A893ADDD78021AC393",
195
+ astype: 0,
196
+ tname: "dog_room_type_table",
197
+ attrid: "846FC648A4924501A76DAB1F28F3A803",
198
+ attrname: "房型说明",
199
+ attrtype: 0,
200
+ info: '{"input":"textarea","dataType":"string","length":500}',
201
+ info_base64: 0,
202
+ createtime: "2025-11-14 16:11:23",
203
+ attrvalue: "3",
204
+ serialnum: 3,
205
+ children: [],
206
+ json: {
207
+ input: "textarea",
208
+ dataType: "string",
209
+ length: 500
210
+ }
211
+ },
212
+ {
213
+ xh: 5,
214
+ asid: "94C24D4B534A43A893ADDD78021AC393",
215
+ astype: 0,
216
+ tname: "dog_room_type_table",
217
+ attrid: "394EBAE299694BBA88C2300C5C0FA5F7",
218
+ attrname: "房型图片",
219
+ attrtype: 0,
220
+ info: '{"input":"image","upload-accept":".png,.jpg,.jpeg","upload-max-count":"1","upload-size":"5","dataType":"string","length":1000,"instruction":"仅允许上传1个.png,.jpg,.jpeg文件","instruction-color":"#999999"}',
221
+ info_base64: 0,
222
+ createtime: "2025-11-14 16:11:23",
223
+ attrvalue: "",
224
+ serialnum: 4,
225
+ children: [],
226
+ json: {
227
+ input: "image",
228
+ "upload-accept": ".png,.jpg,.jpeg",
229
+ "upload-max-count": "1",
230
+ "upload-size": "5",
231
+ dataType: "string",
232
+ length: 1e3,
233
+ instruction: "仅允许上传1个.png,.jpg,.jpeg文件",
234
+ "instruction-color": "#999999"
235
+ }
236
+ },
237
+ {
238
+ xh: 6,
239
+ asid: "94C24D4B534A43A893ADDD78021AC393",
240
+ astype: 0,
241
+ tname: "dog_room_type_table",
242
+ attrid: "F8F7239DB205465585F5B55755769FF0",
243
+ attrname: "总房间数",
244
+ attrtype: 0,
245
+ info: '{"input":"number","dataType":"int","default":"0"}',
246
+ info_base64: 0,
247
+ createtime: "2026-01-24 11:06:17",
248
+ attrvalue: "0",
249
+ serialnum: 5,
250
+ children: [],
251
+ json: {
252
+ input: "number",
253
+ dataType: "int",
254
+ default: "0"
255
+ }
256
+ },
257
+ {
258
+ xh: 7,
259
+ asid: "94C24D4B534A43A893ADDD78021AC393",
260
+ astype: 0,
261
+ tname: "dog_room_type_table",
262
+ attrid: "A190218E6AF64176A71544FD4FEE74F6",
263
+ attrname: "已住房间数",
264
+ attrtype: 0,
265
+ info: '{"input":"number","dataType":"int","default":"0"}',
266
+ info_base64: 0,
267
+ createtime: "2026-01-24 11:09:26",
268
+ attrvalue: "0",
269
+ serialnum: 6,
270
+ children: [],
271
+ json: {
272
+ input: "number",
273
+ dataType: "int",
274
+ default: "0"
275
+ }
276
+ },
277
+ {
278
+ xh: 8,
279
+ asid: "94C24D4B534A43A893ADDD78021AC393",
280
+ astype: 0,
281
+ tname: "dog_room_type_table",
282
+ attrid: "1666323D69DC4AC8B28EC38B72BC24FF",
283
+ attrname: "房间",
284
+ attrtype: 1,
285
+ info: '{"propertiesID":"2AA903FDA83245C9A933F99BA31FD739"}',
286
+ info_base64: 0,
287
+ createtime: "2026-01-26 10:09:33",
288
+ attrvalue: "dog_room_type_table,1666323D69DC4AC8B28EC38B72BC24FF,dog_room_table",
289
+ serialnum: 7,
290
+ children: [
291
+ [
292
+ {
293
+ xh: 1,
294
+ asid: "2AA903FDA83245C9A933F99BA31FD739",
295
+ astype: 0,
296
+ tname: "dog_room_table",
297
+ attrid: "3C8FDCA9AD3E46F58006FA0DFE6B7612",
298
+ attrname: "唯一编号",
299
+ attrtype: 0,
300
+ info: '{"input":"text","dataType":"string","length":100,"auto-generate":true,"auto-generate-type":"guid"}',
301
+ info_base64: 0,
302
+ createtime: "2026-01-26 10:03:45",
303
+ attrvalue: "",
304
+ serialnum: 0,
305
+ children: [],
306
+ json: {
307
+ input: "text",
308
+ dataType: "string",
309
+ length: 100,
310
+ "auto-generate": true,
311
+ "auto-generate-type": "guid"
312
+ }
313
+ },
314
+ {
315
+ xh: 2,
316
+ asid: "2AA903FDA83245C9A933F99BA31FD739",
317
+ astype: 0,
318
+ tname: "dog_room_table",
319
+ attrid: "902B5AD407D34B9E8F267FABBE244B15",
320
+ attrname: "房间编号",
321
+ attrtype: 0,
322
+ info: '{"input":"text","dataType":"string","length":100,"must":true}',
323
+ info_base64: 0,
324
+ createtime: "2025-11-14 16:18:24",
325
+ attrvalue: "",
326
+ serialnum: 1,
327
+ children: [],
328
+ json: {
329
+ input: "text",
330
+ dataType: "string",
331
+ length: 100,
332
+ must: true
333
+ }
334
+ },
335
+ {
336
+ xh: 3,
337
+ asid: "2AA903FDA83245C9A933F99BA31FD739",
338
+ astype: 0,
339
+ tname: "dog_room_table",
340
+ attrid: "276B08A817F540A3B5B56FBB5016E1D2",
341
+ attrname: "房间名称",
342
+ attrtype: 0,
343
+ info: '{"input":"text","dataType":"string","length":100,"must":true}',
344
+ info_base64: 0,
345
+ createtime: "2026-01-24 11:53:53",
346
+ attrvalue: "",
347
+ serialnum: 2,
348
+ children: [],
349
+ json: {
350
+ input: "text",
351
+ dataType: "string",
352
+ length: 100,
353
+ must: true
354
+ }
355
+ },
356
+ {
357
+ xh: 4,
358
+ asid: "2AA903FDA83245C9A933F99BA31FD739",
359
+ astype: 0,
360
+ tname: "dog_room_table",
361
+ attrid: "BBB307871C054A1AAC8B39526B62B4D0",
362
+ attrname: "关联房型编号",
363
+ attrtype: 0,
364
+ info: '{"input":"text","dataType":"string","length":100}',
365
+ info_base64: 0,
366
+ createtime: "2025-11-14 16:18:24",
367
+ attrvalue: "",
368
+ serialnum: 3,
369
+ children: [],
370
+ json: {
371
+ input: "text",
372
+ dataType: "string",
373
+ length: 100
374
+ }
375
+ }
376
+ ]
377
+ ],
378
+ json: {
379
+ propertiesID: "2AA903FDA83245C9A933F99BA31FD739"
380
+ }
381
+ }
382
+ ];
383
+ export {
384
+ attrList,
385
+ baseAttrList,
386
+ testList
387
+ };
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
@@ -0,0 +1,6 @@
1
+ export declare const commonRequest: (InterfaceType: string, data?: any) => Promise<any>;
2
+ export declare const commonRequestDic: (data?: any) => Promise<import("axios").AxiosResponse<any, any, {}>>;
3
+ export declare const commonRequestWidthParams: (params: object, data?: any) => Promise<any>;
4
+ export declare const commonRequestActionUrl: (data?: any) => Promise<any>;
5
+ export declare const uploadAction: () => string;
6
+ export declare const uploadFormAction: () => string;