linkmore-design 1.0.40 → 1.0.43

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 (71) hide show
  1. package/dist/CkFilter/complexFilter/saveModal.d.ts +4 -0
  2. package/dist/CustomTableOption/index.d.ts +2 -1
  3. package/dist/LmTable/ImgList/footer.d.ts +3 -1
  4. package/dist/Spin/demos/basic.d.ts +2 -0
  5. package/dist/Spin/demos/size.d.ts +2 -0
  6. package/dist/Spin/index.d.ts +7 -0
  7. package/dist/Spin/style/index.d.ts +1 -0
  8. package/dist/index.d.ts +1 -0
  9. package/dist/index.umd.js +318 -105
  10. package/dist/index.umd.min.js +5 -5
  11. package/es/CardTable/style/style.css +3 -0
  12. package/es/CkFilter/baseFilter/index.js +9 -2
  13. package/es/CkFilter/complexFilter/drawer.js +31 -18
  14. package/es/CkFilter/complexFilter/saveModal.js +140 -0
  15. package/es/CkFilter/customFilter/drawer.js +2 -2
  16. package/es/CkFilter/style/style.css +34 -3
  17. package/es/CustomTableOption/index.d.ts +2 -1
  18. package/es/CustomTableOption/index.js +10 -6
  19. package/es/CustomTableOption/style/index.css +8 -0
  20. package/es/Dropdown/index.js +10 -2
  21. package/es/EditTable/EditTable.js +6 -4
  22. package/es/IconFont/font/iconfont.css +113 -5
  23. package/es/IconFont/font/iconfont.js +19 -19
  24. package/es/IconFont/font/iconfont.ttf +0 -0
  25. package/es/IconFont/font/iconfont.woff +0 -0
  26. package/es/IconFont/font/iconfont.woff2 +0 -0
  27. package/es/LmTable/ImgList/footer.js +9 -7
  28. package/es/LmTable/ImgList/imgCell.js +25 -13
  29. package/es/LmTable/ImgList/imgTable.js +28 -5
  30. package/es/LmTable/Table.js +26 -4
  31. package/es/LmTable/style/style.css +422 -395
  32. package/es/Pagination/index.js +2 -1
  33. package/es/ProTable/style/style.css +0 -3
  34. package/es/Spin/index.d.ts +7 -0
  35. package/es/Spin/index.js +3 -0
  36. package/es/Spin/style/index.css +505 -0
  37. package/es/Spin/style/index.d.ts +1 -0
  38. package/es/Spin/style/index.js +1 -0
  39. package/es/index.d.ts +1 -0
  40. package/es/index.js +2 -1
  41. package/lib/CardTable/style/style.css +3 -0
  42. package/lib/CkFilter/baseFilter/index.js +9 -2
  43. package/lib/CkFilter/complexFilter/drawer.js +31 -18
  44. package/lib/CkFilter/complexFilter/saveModal.js +140 -0
  45. package/lib/CkFilter/customFilter/drawer.js +2 -2
  46. package/lib/CkFilter/style/style.css +34 -3
  47. package/lib/CustomTableOption/index.d.ts +2 -1
  48. package/lib/CustomTableOption/index.js +12 -6
  49. package/lib/CustomTableOption/style/index.css +8 -0
  50. package/lib/Dropdown/index.js +10 -2
  51. package/lib/EditTable/EditTable.js +6 -4
  52. package/lib/IconFont/font/iconfont.css +113 -5
  53. package/lib/IconFont/font/iconfont.js +19 -19
  54. package/lib/IconFont/font/iconfont.ttf +0 -0
  55. package/lib/IconFont/font/iconfont.woff +0 -0
  56. package/lib/IconFont/font/iconfont.woff2 +0 -0
  57. package/lib/LmTable/ImgList/footer.js +9 -7
  58. package/lib/LmTable/ImgList/imgCell.js +25 -13
  59. package/lib/LmTable/ImgList/imgTable.js +28 -5
  60. package/lib/LmTable/Table.js +26 -4
  61. package/lib/LmTable/style/style.css +422 -395
  62. package/lib/Pagination/index.js +2 -1
  63. package/lib/ProTable/style/style.css +0 -3
  64. package/lib/Spin/index.d.ts +7 -0
  65. package/lib/Spin/index.js +15 -0
  66. package/lib/Spin/style/index.css +505 -0
  67. package/lib/Spin/style/index.d.ts +1 -0
  68. package/lib/Spin/style/index.js +3 -0
  69. package/lib/index.d.ts +1 -0
  70. package/lib/index.js +9 -1
  71. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  @font-face {
2
2
  font-family: "iconfont"; /* Project id 2966019 */
3
- src: url('iconfont.woff2?t=1658815891548') format('woff2'),
4
- url('iconfont.woff?t=1658815891548') format('woff'),
5
- url('iconfont.ttf?t=1658815891548') format('truetype');
3
+ src: url('iconfont.woff2?t=1659434868739') format('woff2'),
4
+ url('iconfont.woff?t=1659434868739') format('woff'),
5
+ url('iconfont.ttf?t=1659434868739') format('truetype');
6
6
  }
7
7
 
8
8
  .iconfont {
@@ -13,12 +13,120 @@
13
13
  -moz-osx-font-smoothing: grayscale;
14
14
  }
15
15
 
16
+ .lmweb-icon_china1:before {
17
+ content: "\e6c9";
18
+ }
19
+
20
+ .lmweb-icon_English1:before {
21
+ content: "\e6ca";
22
+ }
23
+
24
+ .lmweb-icon_fan1:before {
25
+ content: "\e6cb";
26
+ }
27
+
28
+ .lmweb-icon_application_light:before {
29
+ content: "\e6c7";
30
+ }
31
+
32
+ .lmweb-icon_application:before {
33
+ content: "\e6c8";
34
+ }
35
+
36
+ .lmweb-icon-m-receipt:before {
37
+ content: "\e6c6";
38
+ }
39
+
40
+ .lmweb-icon_m_up:before {
41
+ content: "\e6c1";
42
+ }
43
+
44
+ .lmweb-icon_m_down:before {
45
+ content: "\e6c2";
46
+ }
47
+
48
+ .lmweb-a-icon_m_search1:before {
49
+ content: "\e6c3";
50
+ }
51
+
16
52
  .lmweb-icon_m_Import:before {
17
- content: "\e6a7";
53
+ content: "\e6c4";
18
54
  }
19
55
 
20
56
  .lmweb-icon_m_export:before {
21
- content: "\e6a8";
57
+ content: "\e6c5";
58
+ }
59
+
60
+ .lmweb-icon_set_light:before {
61
+ content: "\e6bf";
62
+ }
63
+
64
+ .lmweb-icon_set:before {
65
+ content: "\e6c0";
66
+ }
67
+
68
+ .lmweb-icon_operate1:before {
69
+ content: "\e6bb";
70
+ }
71
+
72
+ .lmweb-icon_industry_light:before {
73
+ content: "\e6bd";
74
+ }
75
+
76
+ .lmweb-icon_industry_dark:before {
77
+ content: "\e6be";
78
+ }
79
+
80
+ .lmweb-icon_my1:before {
81
+ content: "\e6bc";
82
+ }
83
+
84
+ .lmweb-icon_operate:before {
85
+ content: "\e6ba";
86
+ }
87
+
88
+ .lmweb-icon_deliver:before {
89
+ content: "\e6b4";
90
+ }
91
+
92
+ .lmweb-icon_my:before {
93
+ content: "\e6b5";
94
+ }
95
+
96
+ .lmweb-icon_industry:before {
97
+ content: "\e6b6";
98
+ }
99
+
100
+ .lmweb-icon_support:before {
101
+ content: "\e6b7";
102
+ }
103
+
104
+ .lmweb-iocn_technology:before {
105
+ content: "\e6b8";
106
+ }
107
+
108
+ .lmweb-icon_research:before {
109
+ content: "\e6b9";
110
+ }
111
+
112
+ .lmweb-icon_deliver_light:before {
113
+ content: "\e6ac";
114
+ }
115
+
116
+ .lmweb-icon_my_light:before {
117
+ content: "\e6ad";
118
+ }
119
+
120
+ .lmweb-icon_support_light:before {
121
+ content: "\e6ae";
122
+ }
123
+
124
+ .lmweb-icon_research_light:before {
125
+ content: "\e6af";
126
+ }
127
+
128
+ .lmweb-iocn_technology_light:before {
129
+ content: "\e6b0";
22
130
  }
23
131
 
24
132
  .lmweb-icon_s_down:before {