@next-core/brick-icons 2.31.66 → 2.31.68
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/dist/customer-8728b4f3.js +382 -0
- package/dist/customer-8728b4f3.js.map +1 -0
- package/dist/index.esm.js +47 -38
- package/dist/index.esm.js.map +1 -1
- package/dist/types/generated/icons/customer.d.ts +20 -0
- package/dist/types/generated/iconsByCategory.d.ts +1 -0
- package/package.json +2 -2
- package/src/icons/customer/automate-operation.svg +24 -0
- package/src/icons/customer/cmdb-management.svg +11 -0
- package/src/icons/customer/command-dispatch-management.svg +17 -0
- package/src/icons/customer/comprehensive-support-management.svg +10 -0
- package/src/icons/customer/exception-event-management.svg +10 -0
- package/src/icons/customer/it-service.svg +11 -0
- package/src/icons/customer/large-screen.svg +9 -0
- package/src/icons/customer/maintenance-management.svg +13 -0
- package/src/icons/customer/maintenance-test-management.svg +10 -0
- package/src/icons/customer/network-management.svg +10 -0
- package/src/icons/customer/resource-application-management.svg +11 -0
- package/src/icons/customer/run-operation-management.svg +10 -0
- package/src/icons/customer/run.svg +11 -0
- package/src/icons/customer/safety.svg +11 -0
- package/src/icons/customer/system-setting.svg +11 -0
- package/src/icons/customer/user-management.svg +11 -0
- package/src/icons/customer/workbench.svg +11 -0
- package/src/icons/customer/workorder-management.svg +11 -0
package/dist/index.esm.js
CHANGED
|
@@ -115,156 +115,164 @@ var categories = {
|
|
|
115
115
|
return _ref14.apply(this, arguments);
|
|
116
116
|
};
|
|
117
117
|
}(),
|
|
118
|
-
|
|
118
|
+
customer: function () {
|
|
119
119
|
var _ref15 = _asyncToGenerator(function* () {
|
|
120
|
+
return (yield import( /* webpackChunkName: "icons--customer" */'./customer-8728b4f3.js')).customerCategory;
|
|
121
|
+
});
|
|
122
|
+
return function customer() {
|
|
123
|
+
return _ref15.apply(this, arguments);
|
|
124
|
+
};
|
|
125
|
+
}(),
|
|
126
|
+
"data-ops-analysis": function () {
|
|
127
|
+
var _ref16 = _asyncToGenerator(function* () {
|
|
120
128
|
return (yield import( /* webpackChunkName: "icons--data-ops-analysis" */'./data-ops-analysis-cba317f3.js')).dataOpsAnalysisCategory;
|
|
121
129
|
});
|
|
122
130
|
return function dataOpsAnalysis() {
|
|
123
|
-
return
|
|
131
|
+
return _ref16.apply(this, arguments);
|
|
124
132
|
};
|
|
125
133
|
}(),
|
|
126
134
|
deploy: function () {
|
|
127
|
-
var
|
|
135
|
+
var _ref17 = _asyncToGenerator(function* () {
|
|
128
136
|
return (yield import( /* webpackChunkName: "icons--deploy" */'./deploy-6d8a7810.js')).deployCategory;
|
|
129
137
|
});
|
|
130
138
|
return function deploy() {
|
|
131
|
-
return
|
|
139
|
+
return _ref17.apply(this, arguments);
|
|
132
140
|
};
|
|
133
141
|
}(),
|
|
134
142
|
"easy-view": function () {
|
|
135
|
-
var
|
|
143
|
+
var _ref18 = _asyncToGenerator(function* () {
|
|
136
144
|
return (yield import( /* webpackChunkName: "icons--easy-view" */'./easy-view-de9c080e.js')).easyViewCategory;
|
|
137
145
|
});
|
|
138
146
|
return function easyView() {
|
|
139
|
-
return
|
|
147
|
+
return _ref18.apply(this, arguments);
|
|
140
148
|
};
|
|
141
149
|
}(),
|
|
142
150
|
"easy-website": function () {
|
|
143
|
-
var
|
|
151
|
+
var _ref19 = _asyncToGenerator(function* () {
|
|
144
152
|
return (yield import( /* webpackChunkName: "icons--easy-website" */'./easy-website-3f9595cc.js')).easyWebsiteCategory;
|
|
145
153
|
});
|
|
146
154
|
return function easyWebsite() {
|
|
147
|
-
return
|
|
155
|
+
return _ref19.apply(this, arguments);
|
|
148
156
|
};
|
|
149
157
|
}(),
|
|
150
158
|
"easy-work": function () {
|
|
151
|
-
var
|
|
159
|
+
var _ref20 = _asyncToGenerator(function* () {
|
|
152
160
|
return (yield import( /* webpackChunkName: "icons--easy-work" */'./easy-work-afdefab9.js')).easyWorkCategory;
|
|
153
161
|
});
|
|
154
162
|
return function easyWork() {
|
|
155
|
-
return
|
|
163
|
+
return _ref20.apply(this, arguments);
|
|
156
164
|
};
|
|
157
165
|
}(),
|
|
158
166
|
easyhub: function () {
|
|
159
|
-
var
|
|
167
|
+
var _ref21 = _asyncToGenerator(function* () {
|
|
160
168
|
return (yield import( /* webpackChunkName: "icons--easyhub" */'./easyhub-b3824e0a.js')).easyhubCategory;
|
|
161
169
|
});
|
|
162
170
|
return function easyhub() {
|
|
163
|
-
return
|
|
171
|
+
return _ref21.apply(this, arguments);
|
|
164
172
|
};
|
|
165
173
|
}(),
|
|
166
174
|
home: function () {
|
|
167
|
-
var
|
|
175
|
+
var _ref22 = _asyncToGenerator(function* () {
|
|
168
176
|
return (yield import( /* webpackChunkName: "icons--home" */'./home-8b483d8b.js')).homeCategory;
|
|
169
177
|
});
|
|
170
178
|
return function home() {
|
|
171
|
-
return
|
|
179
|
+
return _ref22.apply(this, arguments);
|
|
172
180
|
};
|
|
173
181
|
}(),
|
|
174
182
|
idc: function () {
|
|
175
|
-
var
|
|
183
|
+
var _ref23 = _asyncToGenerator(function* () {
|
|
176
184
|
return (yield import( /* webpackChunkName: "icons--idc" */'./idc-58455e4b.js')).idcCategory;
|
|
177
185
|
});
|
|
178
186
|
return function idc() {
|
|
179
|
-
return
|
|
187
|
+
return _ref23.apply(this, arguments);
|
|
180
188
|
};
|
|
181
189
|
}(),
|
|
182
190
|
itsc: function () {
|
|
183
|
-
var
|
|
191
|
+
var _ref24 = _asyncToGenerator(function* () {
|
|
184
192
|
return (yield import( /* webpackChunkName: "icons--itsc" */'./itsc-d553b453.js')).itscCategory;
|
|
185
193
|
});
|
|
186
194
|
return function itsc() {
|
|
187
|
-
return
|
|
195
|
+
return _ref24.apply(this, arguments);
|
|
188
196
|
};
|
|
189
197
|
}(),
|
|
190
198
|
"itsc-form": function () {
|
|
191
|
-
var
|
|
199
|
+
var _ref25 = _asyncToGenerator(function* () {
|
|
192
200
|
return (yield import( /* webpackChunkName: "icons--itsc-form" */'./itsc-form-d6aa0f9a.js')).itscFormCategory;
|
|
193
201
|
});
|
|
194
202
|
return function itscForm() {
|
|
195
|
-
return
|
|
203
|
+
return _ref25.apply(this, arguments);
|
|
196
204
|
};
|
|
197
205
|
}(),
|
|
198
206
|
menu: function () {
|
|
199
|
-
var
|
|
207
|
+
var _ref26 = _asyncToGenerator(function* () {
|
|
200
208
|
return (yield import( /* webpackChunkName: "icons--menu" */'./menu-39dae915.js')).menuCategory;
|
|
201
209
|
});
|
|
202
210
|
return function menu() {
|
|
203
|
-
return
|
|
211
|
+
return _ref26.apply(this, arguments);
|
|
204
212
|
};
|
|
205
213
|
}(),
|
|
206
214
|
model: function () {
|
|
207
|
-
var
|
|
215
|
+
var _ref27 = _asyncToGenerator(function* () {
|
|
208
216
|
return (yield import( /* webpackChunkName: "icons--model" */'./model-d98ca277.js')).modelCategory;
|
|
209
217
|
});
|
|
210
218
|
return function model() {
|
|
211
|
-
return
|
|
219
|
+
return _ref27.apply(this, arguments);
|
|
212
220
|
};
|
|
213
221
|
}(),
|
|
214
222
|
monitor: function () {
|
|
215
|
-
var
|
|
223
|
+
var _ref28 = _asyncToGenerator(function* () {
|
|
216
224
|
return (yield import( /* webpackChunkName: "icons--monitor" */'./monitor-1df439aa.js')).monitorCategory;
|
|
217
225
|
});
|
|
218
226
|
return function monitor() {
|
|
219
|
-
return
|
|
227
|
+
return _ref28.apply(this, arguments);
|
|
220
228
|
};
|
|
221
229
|
}(),
|
|
222
230
|
"patch-manager": function () {
|
|
223
|
-
var
|
|
231
|
+
var _ref29 = _asyncToGenerator(function* () {
|
|
224
232
|
return (yield import( /* webpackChunkName: "icons--patch-manager" */'./patch-manager-4cbc7dea.js')).patchManagerCategory;
|
|
225
233
|
});
|
|
226
234
|
return function patchManager() {
|
|
227
|
-
return
|
|
235
|
+
return _ref29.apply(this, arguments);
|
|
228
236
|
};
|
|
229
237
|
}(),
|
|
230
238
|
product: function () {
|
|
231
|
-
var
|
|
239
|
+
var _ref30 = _asyncToGenerator(function* () {
|
|
232
240
|
return (yield import( /* webpackChunkName: "icons--product" */'./product-91f75613.js')).productCategory;
|
|
233
241
|
});
|
|
234
242
|
return function product() {
|
|
235
|
-
return
|
|
243
|
+
return _ref30.apply(this, arguments);
|
|
236
244
|
};
|
|
237
245
|
}(),
|
|
238
246
|
"program-language": function () {
|
|
239
|
-
var
|
|
247
|
+
var _ref31 = _asyncToGenerator(function* () {
|
|
240
248
|
return (yield import( /* webpackChunkName: "icons--program-language" */'./program-language-3d70ce2f.js')).programLanguageCategory;
|
|
241
249
|
});
|
|
242
250
|
return function programLanguage() {
|
|
243
|
-
return
|
|
251
|
+
return _ref31.apply(this, arguments);
|
|
244
252
|
};
|
|
245
253
|
}(),
|
|
246
254
|
"pseudo-3d": function () {
|
|
247
|
-
var
|
|
255
|
+
var _ref32 = _asyncToGenerator(function* () {
|
|
248
256
|
return (yield import( /* webpackChunkName: "icons--pseudo-3d" */'./pseudo-3d-279798a2.js')).pseudo_3dCategory;
|
|
249
257
|
});
|
|
250
258
|
return function pseudo3d() {
|
|
251
|
-
return
|
|
259
|
+
return _ref32.apply(this, arguments);
|
|
252
260
|
};
|
|
253
261
|
}(),
|
|
254
262
|
"second-menu": function () {
|
|
255
|
-
var
|
|
263
|
+
var _ref33 = _asyncToGenerator(function* () {
|
|
256
264
|
return (yield import( /* webpackChunkName: "icons--second-menu" */'./second-menu-58047261.js')).secondMenuCategory;
|
|
257
265
|
});
|
|
258
266
|
return function secondMenu() {
|
|
259
|
-
return
|
|
267
|
+
return _ref33.apply(this, arguments);
|
|
260
268
|
};
|
|
261
269
|
}(),
|
|
262
270
|
"third-menu": function () {
|
|
263
|
-
var
|
|
271
|
+
var _ref34 = _asyncToGenerator(function* () {
|
|
264
272
|
return (yield import( /* webpackChunkName: "icons--third-menu" */'./third-menu-de7f28e8.js')).thirdMenuCategory;
|
|
265
273
|
});
|
|
266
274
|
return function thirdMenu() {
|
|
267
|
-
return
|
|
275
|
+
return _ref34.apply(this, arguments);
|
|
268
276
|
};
|
|
269
277
|
}()
|
|
270
278
|
};
|
|
@@ -319,6 +327,7 @@ var iconsByCategory = {
|
|
|
319
327
|
"colored-pseudo-3d": ["abbitmp", "access-switch", "activemq", "administrator", "agent-plugin", "agent", "aggregation-switch", "aix-physical-machine", "api-gateway", "app", "backup-device", "business", "cloud-backup", "cloud-direct-connect", "cloud-storage", "cloud", "cluster", "config-package", "cpu", "cvm", "data-encryption", "ddos", "dedicated-line", "department", "disk", "dns", "docker-image", "docker", "domain", "elastic-search", "elb", "f5-pool", "f5-profiles", "f5-rule", "f5-vs", "f5", "firewall", "grafana", "haproxy", "host", "idc", "influx-db", "information-notification-service", "internet-service", "ip-address", "ip-range", "jboss", "kafka", "keepaliced", "kubernetes-cluster", "kubernetes-service", "kubernetes", "link", "linux-physical-machine", "linux-virtual-machine", "log-analysis", "log-service", "logstash", "memcache", "microservices", "monngo-db", "mysql", "nginx", "nic", "operator", "oracle", "orient-db", "os-image", "package", "pc", "port", "rack", "redis", "rfid", "router", "security-service", "service-node", "sql-package", "sql-server", "ssl-certificate", "ssl", "storage-device", "storage-pool", "storage-resource-group", "storage-switch", "supplier", "switch", "tenant", "tomcat", "user-group", "user", "virtual-machine", "vpc", "vpn", "weblogic", "website", "win-physical-machine", "win-virtual-machine", "zookeeper"],
|
|
320
328
|
common: ["all-items-filled", "all-items-outlined", "associated-resources-filled", "associated-resources-outlined", "automatic-collection-filled", "automatic-collection-outlined", "basic-information-filled", "basic-information-outlined", "batch-setting-categories-filled", "batch-setting-categories-outlined", "close-at-once-filled", "close-at-once-outlined", "component-cleanup-filled", "component-cleanup-outlined", "component-inspection-filled", "component-inspection-outlined", "copy-filled", "copy-outlined", "deployment-record-filled", "deployment-record-outlined", "details-filled", "details-outlined", "disabled-filled", "disabled-outlined", "documents", "empty-icon", "enable-filled", "enable-outlined", "go-to-enable-filled", "go-to-enable-outlined", "implement-filled", "implement-outlined", "import-filled", "import-outlined", "iptables", "job-management-filled", "job-management-outlined", "lib-library-management-filled", "lib-library-management-outlined", "marked-as-base-station-filled", "marked-as-base-station-outlined", "middleware-deployment-filled", "middleware-deployment-outlined", "modify-managers-filled", "modify-managers-outlined", "pass-filled", "pass-outlined", "quick-search-filled", "quick-search-outlined", "recover-alert-filled", "recover-alert-outlined", "registered-product-filled", "registered-product-outlined", "reject-filled", "reject-outlined", "resource-comparison-filled", "resource-comparison-outlined", "resource-management-filled", "resource-management-outlined", "resource-view-manegment-filled", "resource-view-manegment-outlined", "set-permissions-in-batches-filled-2", "set-permissions-in-batches-filled", "set-permissions-in-batches-outlined-2", "set-permissions-in-batches-outlined", "thumbnail-fillde", "thumbnail-filled", "thumbnail-outlined", "ucpro-installer-filled", "ucpro-installer-outlined", "unfocus-filled", "unfocus-outlined", "view-archive-filled", "view-archive-outlined", "view-archiveview-archive-filled", "view-archiveview-archive-outlined", "view-more-results-filled", "view-more-results-outlined"],
|
|
321
329
|
container: ["app-router", "deploy-shortcut"],
|
|
330
|
+
customer: ["automate-operation", "cmdb-management", "command-dispatch-management", "comprehensive-support-management", "exception-event-management", "it-service", "large-screen", "maintenance-management", "maintenance-test-management", "network-management", "resource-application-management", "run-operation-management", "run", "safety", "system-setting", "user-management", "workbench", "workorder-management"],
|
|
322
331
|
"data-ops-analysis": ["alliance-one", "alliance-two", "apply-one", "apply-two", "common", "field", "home", "model-view", "user"],
|
|
323
332
|
deploy: ["develop", "prerelease", "production", "test"],
|
|
324
333
|
"easy-view": ["grid-banner-left1-right2", "grid-banner-left1-right3-2", "grid-banner-left1-right3", "grid-banner-left2-right1", "grid-banner-left3-right1-2", "grid-banner-left3-right1", "grid-banner-one-col", "grid-banner-right-1", "grid-banner-right-2", "grid-banner-right-3", "grid-classic-2x3-2", "grid-classic-2x3", "grid-classic-four-col", "grid-classic-left1-right2-2", "grid-classic-left1-right2", "grid-classic-left1-right3-2", "grid-classic-left1-right3-3", "grid-classic-left1-right3", "grid-classic-left2-right1-2", "grid-classic-left2-right1", "grid-classic-left3-right1-2", "grid-classic-left3-right1-3", "grid-classic-left3-right1", "grid-classic-one-col", "grid-classic-three-col", "grid-classic-titlebar-toolbar-content", "grid-classic-top-bottom-left1-right2", "grid-classic-top-bottom-left1-right3", "grid-classic-top-bottom-left2-right1", "grid-classic-top-bottom-left3-right1", "grid-classic-top-bottom", "grid-classic-top-center-bottom", "grid-classic-two-col", "grid-classic-with-catelog-1", "grid-classic-with-catelog-2", "grid-classic-with-catelog-3"],
|