gzkx-package 0.0.1

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 (44) hide show
  1. package/README.md +263 -0
  2. package/dist/dicom/1.2.392.200036.9116.2.5.1.144.3427962750.1321850271.351149.dcm +0 -0
  3. package/dist/dicom/1.2.392.200036.9116.2.5.1.144.3427962750.1321850274.917499.dcm +0 -0
  4. package/dist/dicom/1.2.392.200036.9116.2.5.1.144.3427962750.1321850277.40207.dcm +0 -0
  5. package/dist/dicom/1.2.392.200036.9116.2.5.1.144.3427962750.1321850308.974979.dcm +0 -0
  6. package/dist/dicom/1.2.392.200036.9116.2.5.1.144.3427962750.1321850310.485717.dcm +0 -0
  7. package/dist/dicom/1.2.392.200036.9116.2.5.1.144.3427962750.1321850313.23182.dcm +0 -0
  8. package/dist/dicom/1.2.392.200036.9116.2.5.1.144.3427962750.1321850316.129502.dcm +0 -0
  9. package/dist/dicom/1.2.392.200036.9116.2.5.1.144.3427962750.1321850343.942703.dcm +0 -0
  10. package/dist/dicom/1.2.392.200036.9116.2.5.1.144.3427962750.1321850345.403408.dcm +0 -0
  11. package/dist/dicom/1.2.392.200036.9116.2.5.1.144.3427962750.1321850348.880170.dcm +0 -0
  12. package/dist/dicom/1.dcm +0 -0
  13. package/dist/dicom/2.dcm +0 -0
  14. package/dist/font/demo.css +539 -0
  15. package/dist/font/demo_index.html +2005 -0
  16. package/dist/font/iconfont.css +331 -0
  17. package/dist/font/iconfont.js +1 -0
  18. package/dist/font/iconfont.json +562 -0
  19. package/dist/font/iconfont.ttf +0 -0
  20. package/dist/font/iconfont.woff +0 -0
  21. package/dist/font/iconfont.woff2 +0 -0
  22. package/dist/gzkx-package.css +7 -0
  23. package/dist/index.cjs +7 -0
  24. package/dist/index.cjs.map +1 -0
  25. package/dist/index.d.ts +150 -0
  26. package/dist/index.mjs +14631 -0
  27. package/dist/index.mjs.map +1 -0
  28. package/dist/loginBg.jpg +0 -0
  29. package/dist/logo.png +0 -0
  30. package/dist/logotrp.png +0 -0
  31. package/dist/pacs/CT.svg +1 -0
  32. package/dist/pacs/abnormal.svg +1 -0
  33. package/dist/pacs/addFolder.svg +1 -0
  34. package/dist/pacs/addTemplate.svg +1 -0
  35. package/dist/pacs/deleteFolder.svg +1 -0
  36. package/dist/pacs/deleteTemplate.svg +1 -0
  37. package/dist/pacs/folder.svg +1 -0
  38. package/dist/pacs/normal.svg +1 -0
  39. package/dist/pacs/port.svg +1 -0
  40. package/dist/pacs/updateFolder.svg +1 -0
  41. package/dist/pacs/updateTemplate.svg +1 -0
  42. package/dist/pacs/xt.svg +1 -0
  43. package/dist/vite.svg +1 -0
  44. package/package.json +111 -0
@@ -0,0 +1,331 @@
1
+ @font-face {
2
+ font-family: "iconfont"; /* Project id 4997402 */
3
+ src: url('iconfont.woff2?t=1764144131504') format('woff2'),
4
+ url('iconfont.woff?t=1764144131504') format('woff'),
5
+ url('iconfont.ttf?t=1764144131504') format('truetype');
6
+ }
7
+
8
+ .iconfont {
9
+ font-family: "iconfont" !important;
10
+ font-size: 16px;
11
+ font-style: normal;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+
16
+ .icon-bianji:before {
17
+ content: "\e600";
18
+ }
19
+
20
+ .icon-hujiao:before {
21
+ content: "\e66a";
22
+ }
23
+
24
+ .icon-icon-:before {
25
+ content: "\e607";
26
+ }
27
+
28
+ .icon-xiugai1:before {
29
+ content: "\e66e";
30
+ }
31
+
32
+ .icon-guanlian:before {
33
+ content: "\e6ff";
34
+ }
35
+
36
+ .icon-chakan:before {
37
+ content: "\e66d";
38
+ }
39
+
40
+ .icon-shenhe:before {
41
+ content: "\100d9";
42
+ }
43
+
44
+ .icon-meiriyuepian:before {
45
+ content: "\e8de";
46
+ }
47
+
48
+ .icon-chexiaojiaokuan:before {
49
+ content: "\e68b";
50
+ }
51
+
52
+ .icon-zhuyuan1:before {
53
+ content: "\e66c";
54
+ }
55
+
56
+ .icon-menzhen:before {
57
+ content: "\e66b";
58
+ }
59
+
60
+ .icon-qianshou2:before {
61
+ content: "\e666";
62
+ }
63
+
64
+ .icon-caiyang1:before {
65
+ content: "\e667";
66
+ }
67
+
68
+ .icon-wanchengjiance:before {
69
+ content: "\e668";
70
+ }
71
+
72
+ .icon-juqian:before {
73
+ content: "\e669";
74
+ }
75
+
76
+ .icon-songjian2:before {
77
+ content: "\e65e";
78
+ }
79
+
80
+ .icon-songjian1:before {
81
+ content: "\e65f";
82
+ }
83
+
84
+ .icon-shangji:before {
85
+ content: "\e660";
86
+ }
87
+
88
+ .icon-qianshou1:before {
89
+ content: "\e661";
90
+ }
91
+
92
+ .icon-dengji:before {
93
+ content: "\e662";
94
+ }
95
+
96
+ .icon-caiyang2:before {
97
+ content: "\e663";
98
+ }
99
+
100
+ .icon-zuofei:before {
101
+ content: "\e664";
102
+ }
103
+
104
+ .icon-kaishijiance:before {
105
+ content: "\e665";
106
+ }
107
+
108
+ .icon-xinjianmoban:before {
109
+ content: "\e659";
110
+ }
111
+
112
+ .icon-shanchumoban:before {
113
+ content: "\e65a";
114
+ }
115
+
116
+ .icon-xiongbu:before {
117
+ content: "\e65b";
118
+ }
119
+
120
+ .icon-xinjianfenlei:before {
121
+ content: "\e65c";
122
+ }
123
+
124
+ .icon-naogengsai:before {
125
+ content: "\e65d";
126
+ }
127
+
128
+ .icon-xiongbuxitong:before {
129
+ content: "\e653";
130
+ }
131
+
132
+ .icon-yichangmiaoshu:before {
133
+ content: "\e654";
134
+ }
135
+
136
+ .icon-zhengchangmiaoshu:before {
137
+ content: "\e655";
138
+ }
139
+
140
+ .icon-shanchufenlei:before {
141
+ content: "\e656";
142
+ }
143
+
144
+ .icon-xiugaifenlei:before {
145
+ content: "\e657";
146
+ }
147
+
148
+ .icon-CT:before {
149
+ content: "\e658";
150
+ }
151
+
152
+ .icon-CTzhi:before {
153
+ content: "\e652";
154
+ }
155
+
156
+ .icon-PETCT:before {
157
+ content: "\e651";
158
+ }
159
+
160
+ .icon-xuanze:before {
161
+ content: "\e64c";
162
+ }
163
+
164
+ .icon-duoxuliandong:before {
165
+ content: "\e64d";
166
+ }
167
+
168
+ .icon-fuxiang:before {
169
+ content: "\e64e";
170
+ }
171
+
172
+ .icon-biaoji:before {
173
+ content: "\e64f";
174
+ }
175
+
176
+ .icon-dicomxinxi:before {
177
+ content: "\e650";
178
+ }
179
+
180
+ .icon-jiaodu:before {
181
+ content: "\e63a";
182
+ }
183
+
184
+ .icon-XAjianying:before {
185
+ content: "\e63b";
186
+ }
187
+
188
+ .icon-rongqi:before {
189
+ content: "\e63c";
190
+ }
191
+
192
+ .icon-xinxiongbi:before {
193
+ content: "\e63d";
194
+ }
195
+
196
+ .icon-chuangkoubuju:before {
197
+ content: "\e63e";
198
+ }
199
+
200
+ .icon-xiazaiyingxiang:before {
201
+ content: "\e63f";
202
+ }
203
+
204
+ .icon-chuizhijingxiang:before {
205
+ content: "\e640";
206
+ }
207
+
208
+ .icon-feichuang:before {
209
+ content: "\e641";
210
+ }
211
+
212
+ .icon-zongge:before {
213
+ content: "\e642";
214
+ }
215
+
216
+ .icon-baocun:before {
217
+ content: "\e643";
218
+ }
219
+
220
+ .icon-shoudongtiaochuang:before {
221
+ content: "\e644";
222
+ }
223
+
224
+ .icon-xiugai:before {
225
+ content: "\e645";
226
+ }
227
+
228
+ .icon-morentiaochuang:before {
229
+ content: "\e646";
230
+ }
231
+
232
+ .icon-zuoxuanzhuan:before {
233
+ content: "\e647";
234
+ }
235
+
236
+ .icon-dakaiwenjian:before {
237
+ content: "\e648";
238
+ }
239
+
240
+ .icon-luchuang:before {
241
+ content: "\e649";
242
+ }
243
+
244
+ .icon-sanweichuli:before {
245
+ content: "\e64a";
246
+ }
247
+
248
+ .icon-jietushangchuan:before {
249
+ content: "\e64b";
250
+ }
251
+
252
+ .icon-qingkongyuansu:before {
253
+ content: "\e629";
254
+ }
255
+
256
+ .icon-yichu:before {
257
+ content: "\e62a";
258
+ }
259
+
260
+ .icon-jubufangda:before {
261
+ content: "\e627";
262
+ }
263
+
264
+ .icon-bofang:before {
265
+ content: "\e626";
266
+ }
267
+
268
+ .icon-xiongchuang:before {
269
+ content: "\e62c";
270
+ }
271
+
272
+ .icon-fuchuang:before {
273
+ content: "\e62d";
274
+ }
275
+
276
+ .icon-daochu:before {
277
+ content: "\e62e";
278
+ }
279
+
280
+ .icon-yincangtuceng:before {
281
+ content: "\e62f";
282
+ }
283
+
284
+ .icon-zhixian:before {
285
+ content: "\e630";
286
+ }
287
+
288
+ .icon-DRchanggupinjie:before {
289
+ content: "\e631";
290
+ }
291
+
292
+ .icon-zidingyi:before {
293
+ content: "\e632";
294
+ }
295
+
296
+ .icon-suofang:before {
297
+ content: "\e633";
298
+ }
299
+
300
+ .icon-yidong:before {
301
+ content: "\e634";
302
+ }
303
+
304
+ .icon-xuanzhuanfuwei:before {
305
+ content: "\e635";
306
+ }
307
+
308
+ .icon-shuipingjingxiang:before {
309
+ content: "\e636";
310
+ }
311
+
312
+ .icon-tanzhen:before {
313
+ content: "\e637";
314
+ }
315
+
316
+ .icon-guchuang:before {
317
+ content: "\e638";
318
+ }
319
+
320
+ .icon-juxing:before {
321
+ content: "\e639";
322
+ }
323
+
324
+ .icon-zengqiang:before {
325
+ content: "\e62b";
326
+ }
327
+
328
+ .icon-ruanzuzhi:before {
329
+ content: "\e628";
330
+ }
331
+