@a2simcode/ui 0.0.42 → 0.0.44

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2simcode/ui",
3
- "version": "0.0.42",
3
+ "version": "0.0.44",
4
4
  "description": "A Vue 3 UI Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/simcode-ui.umd.js",
@@ -84,6 +84,116 @@
84
84
  "tiny-svg": "^4.1.4",
85
85
  "min-dash": "^5.0.0"
86
86
  },
87
+ "peerDependenciesMeta": {
88
+ "vue": {
89
+ "optional": false
90
+ },
91
+ "element-plus": {
92
+ "optional": false
93
+ },
94
+ "@visactor/vtable": {
95
+ "optional": true
96
+ },
97
+ "@visactor/vtable-editors": {
98
+ "optional": true
99
+ },
100
+ "@iconify/vue": {
101
+ "optional": true
102
+ },
103
+ "@vueuse/core": {
104
+ "optional": true
105
+ },
106
+ "dayjs": {
107
+ "optional": true
108
+ },
109
+ "echarts": {
110
+ "optional": true
111
+ },
112
+ "codemirror": {
113
+ "optional": true
114
+ },
115
+ "@codemirror/autocomplete": {
116
+ "optional": true
117
+ },
118
+ "@codemirror/commands": {
119
+ "optional": true
120
+ },
121
+ "@codemirror/lang-css": {
122
+ "optional": true
123
+ },
124
+ "@codemirror/lang-html": {
125
+ "optional": true
126
+ },
127
+ "@codemirror/lang-java": {
128
+ "optional": true
129
+ },
130
+ "@codemirror/lang-javascript": {
131
+ "optional": true
132
+ },
133
+ "@codemirror/lang-json": {
134
+ "optional": true
135
+ },
136
+ "@codemirror/lang-markdown": {
137
+ "optional": true
138
+ },
139
+ "@codemirror/lang-python": {
140
+ "optional": true
141
+ },
142
+ "@codemirror/lang-sql": {
143
+ "optional": true
144
+ },
145
+ "@codemirror/lang-xml": {
146
+ "optional": true
147
+ },
148
+ "@codemirror/language": {
149
+ "optional": true
150
+ },
151
+ "@codemirror/state": {
152
+ "optional": true
153
+ },
154
+ "@codemirror/view": {
155
+ "optional": true
156
+ },
157
+ "async-validator": {
158
+ "optional": true
159
+ },
160
+ "countup.js": {
161
+ "optional": true
162
+ },
163
+ "crypto-js": {
164
+ "optional": true
165
+ },
166
+ "sortablejs": {
167
+ "optional": true
168
+ },
169
+ "sql-formatter": {
170
+ "optional": true
171
+ },
172
+ "@bwip-js/browser": {
173
+ "optional": true
174
+ },
175
+ "@wangeditor/editor": {
176
+ "optional": true
177
+ },
178
+ "diagram-js": {
179
+ "optional": true
180
+ },
181
+ "diagram-js-direct-editing": {
182
+ "optional": true
183
+ },
184
+ "min-dom": {
185
+ "optional": true
186
+ },
187
+ "inherits": {
188
+ "optional": true
189
+ },
190
+ "tiny-svg": {
191
+ "optional": true
192
+ },
193
+ "min-dash": {
194
+ "optional": true
195
+ }
196
+ },
87
197
  "devDependencies": {
88
198
  "@types/codemirror": "^5.60.17",
89
199
  "@types/crypto-js": "^4.2.2",