@kq_npm/client_icons_vue 0.3.9-beta → 0.4.0-beta

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 +1 @@
1
- {"name":"@kq_npm/client_icons_vue","author":"KQWEB GROUP","description":"KQGIS Client Icons for Vue.js","version":"0.3.9-beta","homepage":"","keywords":["KQGIS","Vue","Icon"],"main":"./packages/vue/dist/index.js","scripts":{"serve":"npm run build:svg && vue-cli-service serve","build":"npm run build:svg && vue-cli-service build","lint":"vue-cli-service lint","build:svg":"svgo -f ./packages/svg -o ./packages/svg --config=./packages/svg/svgo.config.js && npm run -C ./packages/vue build","publish:svg":"git pull && npm run build:svg && node --experimental-json-modules ./packages/vue/build/publish.js && npm publish --access public && git add . && git commit -m 'publish' && git push"},"dependencies":{},"devDependencies":{"@babel/core":"^7.12.16","@babel/eslint-parser":"^7.12.16","@vue/cli-plugin-babel":"~5.0.0","@vue/cli-plugin-eslint":"~5.0.0","@vue/cli-service":"~5.0.0","core-js":"^3.29.1","element-plus":"^2.3.1","eslint":"^7.32.0","eslint-plugin-vue":"^8.0.3","vue":"^3.2.13","vue-clipboard3":"^2.0.0"},"eslintConfig":{"root":true,"env":{"node":true},"extends":["plugin:vue/vue3-essential","eslint:recommended"],"parserOptions":{"parser":"@babel/eslint-parser"},"rules":{}},"browserslist":["> 1%","last 2 versions","not dead","not ie 11"]}
1
+ {"name":"@kq_npm/client_icons_vue","author":"KQWEB GROUP","description":"KQGIS Client Icons for Vue.js","version":"0.4.0-beta","homepage":"","keywords":["KQGIS","Vue","Icon"],"main":"./packages/vue/dist/index.js","scripts":{"serve":"npm run build:svg && vue-cli-service serve","build":"npm run build:svg && vue-cli-service build","lint":"vue-cli-service lint","build:svg":"svgo -f ./packages/svg -o ./packages/svg --config=./packages/svg/svgo.config.js && npm run -C ./packages/vue build","publish:svg":"git pull && npm run build:svg && node --experimental-json-modules ./packages/vue/build/publish.js && npm publish --access public && git add . && git commit -m 'publish' && git push"},"dependencies":{},"devDependencies":{"@babel/core":"^7.12.16","@babel/eslint-parser":"^7.12.16","@vue/cli-plugin-babel":"~5.0.0","@vue/cli-plugin-eslint":"~5.0.0","@vue/cli-service":"~5.0.0","core-js":"^3.29.1","element-plus":"^2.3.1","eslint":"^7.32.0","eslint-plugin-vue":"^8.0.3","vue":"^3.2.13","vue-clipboard3":"^2.0.0"},"eslintConfig":{"root":true,"env":{"node":true},"extends":["plugin:vue/vue3-essential","eslint:recommended"],"parserOptions":{"parser":"@babel/eslint-parser"},"rules":{}},"browserslist":["> 1%","last 2 versions","not dead","not ie 11"]}
@@ -234,10 +234,233 @@ __export(src_exports, {
234
234
  IconXZQNav: () => icon_XZQ_nav_default,
235
235
  IconZoomIn: () => icon_zoom_in_default,
236
236
  IconZoomOut: () => icon_zoom_out_default,
237
- IconZoomTo: () => icon_zoom_to_default
237
+ IconZoomTo: () => icon_zoom_to_default,
238
+ default: () => src_default,
239
+ kqIcons: () => components_exports
238
240
  });
239
241
  module.exports = __toCommonJS(src_exports);
240
242
 
243
+ // src/components/index.js
244
+ var components_exports = {};
245
+ __export(components_exports, {
246
+ Icon3DServer: () => icon_3d_server_default,
247
+ IconAddData: () => icon_add_data_default,
248
+ IconAdvancedQuery: () => icon_advanced_query_default,
249
+ IconAlignCenter: () => icon_align_center_default,
250
+ IconAlignLeft: () => icon_align_left_default,
251
+ IconAlignRight: () => icon_align_right_default,
252
+ IconAnalyzeData: () => icon_analyze_data_default,
253
+ IconArcGIS: () => icon_ArcGIS_default,
254
+ IconAspectAnalysis: () => icon_aspect_analysis_default,
255
+ IconAttribute: () => icon_attribute_default,
256
+ IconBack: () => icon_back_default,
257
+ IconBaseMapToggle: () => icon_base_map_toggle_default,
258
+ IconBasemapGallery: () => icon_basemap_gallery_default,
259
+ IconBaseterrainGallery: () => icon_baseterrain_gallery_default,
260
+ IconBookmark: () => icon_bookmark_default,
261
+ IconBoxClip: () => icon_box_clip_default,
262
+ IconBufferAnalysis: () => icon_buffer_analysis_default,
263
+ IconCalendar: () => icon_calendar_default,
264
+ IconCancelSelect: () => icon_cancel_select_default,
265
+ IconChatDotSquare: () => icon_chat_dot_square_default,
266
+ IconChildLayer: () => icon_child_layer_default,
267
+ IconCloudList: () => icon_cloud_list_default,
268
+ IconCompass: () => icon_compass_default,
269
+ IconCompass3D: () => icon_compass_3d_default,
270
+ IconContrast: () => icon_contrast_default,
271
+ IconCsv: () => icon_csv_default,
272
+ IconCycle: () => icon_cycle_default,
273
+ IconCzmlFile: () => icon_czml_file_default,
274
+ IconDataFlowServer: () => icon_data_flow_server_default,
275
+ IconDataResource: () => icon_data_resource_default,
276
+ IconDelete: () => icon_delete_default,
277
+ IconDetails: () => icon_details_default,
278
+ IconDisable: () => icon_disable_default,
279
+ IconDisplaySettings: () => icon_display_settings_default,
280
+ IconDoubleAdd: () => icon_double_add_default,
281
+ IconDoubleReduce: () => icon_double_reduce_default,
282
+ IconDraw: () => icon_draw_default,
283
+ IconEdit: () => icon_edit_default,
284
+ IconEdit2: () => icon_edit2_default,
285
+ IconEdit3: () => icon_edit3_default,
286
+ IconElement: () => icon_element_default,
287
+ IconElementAttributeEditing: () => icon_element_attribute_editing_default,
288
+ IconElementClear: () => icon_element_clear_default,
289
+ IconElementNodeEditing: () => icon_element_node_editing_default,
290
+ IconElementRangeEditing: () => icon_element_range_editing_default,
291
+ IconElementSelect: () => icon_element_select_default,
292
+ IconExcavateFillAnalysis: () => icon_excavate_fill_analysis_default,
293
+ IconExcelFile: () => icon_excel_file_default,
294
+ IconExport: () => icon_export_default,
295
+ IconExport2: () => icon_export2_default,
296
+ IconFeatureIdentify: () => icon_feature_identify_default,
297
+ IconFeatureStorage: () => icon_feature_storage_default,
298
+ IconFeatureTable: () => icon_feature_table_default,
299
+ IconFile: () => icon_file_default,
300
+ IconFilter: () => icon_filter_default,
301
+ IconFilter2: () => icon_filter2_default,
302
+ IconFireworks: () => icon_fireworks_default,
303
+ IconFlame: () => icon_flame_default,
304
+ IconFlatHead: () => icon_flat_head_default,
305
+ IconFlatPoint: () => icon_flat_point_default,
306
+ IconFlight: () => icon_flight_default,
307
+ IconFloodAnalysis: () => icon_flood_analysis_default,
308
+ IconFoldDown: () => icon_fold_down_default,
309
+ IconFoldUp: () => icon_fold_up_default,
310
+ IconFolder: () => icon_folder_default,
311
+ IconFolder2: () => icon_folder2_default,
312
+ IconFolderAdd: () => icon_folder_add_default,
313
+ IconForwardGeocoding: () => icon_forward_geocoding_default,
314
+ IconFountain: () => icon_fountain_default,
315
+ IconFourWin: () => icon_four_win_default,
316
+ IconGeojsonFile: () => icon_geojson_file_default,
317
+ IconGeometricProperty: () => icon_geometric_property_default,
318
+ IconGirdLeftUp: () => icon_gird_left_up_default,
319
+ IconGirdMiddle: () => icon_gird_middle_default,
320
+ IconGirdRight: () => icon_gird_right_default,
321
+ IconGraphicProjectionConversion: () => icon_graphic_projection_conversion_default,
322
+ IconGridDown: () => icon_grid_down_default,
323
+ IconGridLeft: () => icon_grid_left_default,
324
+ IconGridLeftDown: () => icon_grid_left_down_default,
325
+ IconGridRightDown: () => icon_grid_right_down_default,
326
+ IconGridRightUp: () => icon_grid_right_up_default,
327
+ IconGridUp: () => icon_grid_up_default,
328
+ IconHawkEye: () => icon_hawk_eye_default,
329
+ IconHome: () => icon_home_default,
330
+ IconImage: () => icon_image_default,
331
+ IconImageDatasetDetail: () => icon_image_dataset_detail_default,
332
+ IconImageDatasetList: () => icon_image_dataset_list_default,
333
+ IconImageServer: () => icon_image_server_default,
334
+ IconImport: () => icon_import_default,
335
+ IconIntercept: () => icon_intercept_default,
336
+ IconIsolineAnalysis: () => icon_isoline_analysis_default,
337
+ IconJsonFile: () => icon_json_file_default,
338
+ IconKmlFile: () => icon_kml_file_default,
339
+ IconKmzFile: () => icon_kmz_file_default,
340
+ IconLayerList: () => icon_layer_list_default,
341
+ IconLayerManager: () => icon_layer_manager_default,
342
+ IconLayerTree: () => icon_layer_tree_default,
343
+ IconLegend: () => icon_legend_default,
344
+ IconLine: () => icon_line_default,
345
+ IconLists: () => icon_lists_default,
346
+ IconLocation: () => icon_location_default,
347
+ IconLocation2: () => icon_location2_default,
348
+ IconLock: () => icon_lock_default,
349
+ IconMap: () => icon_map_default,
350
+ IconMapServer: () => icon_map_server_default,
351
+ IconMapStateBar: () => icon_map_state_bar_default,
352
+ IconMeasure2D: () => icon_measure_2d_default,
353
+ IconMeasureArea: () => icon_measure_area_default,
354
+ IconMeasureAzimuth: () => icon_measure_azimuth_default,
355
+ IconMeasureCoordinate: () => icon_measure_coordinate_default,
356
+ IconMeasureDistance: () => icon_measure_distance_default,
357
+ IconMeasureHorizontalArea: () => icon_measure_horizontal_area_default,
358
+ IconMeasureHorizontalDistance: () => icon_measure_horizontal_distance_default,
359
+ IconMeasureModelArea: () => icon_measure_model_area_default,
360
+ IconMeasureTriangle: () => icon_measure_triangle_default,
361
+ IconMeasureVerticalDistance: () => icon_measure_vertical_distance_default,
362
+ IconModelSelect: () => icon_model_select_default,
363
+ IconModifyAnnotationColor: () => icon_modify_annotation_color_default,
364
+ IconModifyLineColor: () => icon_modify_line_color_default,
365
+ IconMore: () => icon_more_default,
366
+ IconNearestFacilityPoint: () => icon_nearest_facility_point_default,
367
+ IconOnlineMapping: () => icon_online_mapping_default,
368
+ IconOpacity: () => icon_opacity_default,
369
+ IconOptimalRoute: () => icon_optimal_route_default,
370
+ IconOtherFile: () => icon_other_file_default,
371
+ IconOtherServer: () => icon_other_server_default,
372
+ IconOverlayAnalysis: () => icon_overlay_analysis_default,
373
+ IconPOLSearch: () => icon_POL_search_default,
374
+ IconPan: () => icon_pan_default,
375
+ IconParticleEffect: () => icon_particle_effect_default,
376
+ IconPlaneClip: () => icon_plane_clip_default,
377
+ IconPlottingProjectList: () => icon_plotting_project_list_default,
378
+ IconPlottingProjectTree: () => icon_plotting_project_tree_default,
379
+ IconPlottingSymbolManage: () => icon_plotting_symbol_manage_default,
380
+ IconPoint: () => icon_point_default,
381
+ IconPolygon: () => icon_polygon_default,
382
+ IconPolygon2: () => icon_polygon2_default,
383
+ IconPolyline: () => icon_polyline_default,
384
+ IconPrimitiveLayer: () => icon_primitive_layer_default,
385
+ IconPrint: () => icon_print_default,
386
+ IconProfileAnalysis: () => icon_profile_analysis_default,
387
+ IconProjectionSystemConversion: () => icon_projection_system_conversion_default,
388
+ IconQuestion: () => icon_question_default,
389
+ IconRain: () => icon_rain_default,
390
+ IconRename: () => icon_rename_default,
391
+ IconRename2: () => icon_rename2_default,
392
+ IconReplace: () => icon_replace_default,
393
+ IconReset: () => icon_reset_default,
394
+ IconRetrospectiveAnalysis: () => icon_retrospective_analysis_default,
395
+ IconReverseGeocoding: () => icon_reverse_geocoding_default,
396
+ IconRoadConnectivity: () => icon_road_connectivity_default,
397
+ IconRoller: () => icon_roller_default,
398
+ IconRoundHead: () => icon_round_head_default,
399
+ IconRoundPoint: () => icon_round_point_default,
400
+ IconSave: () => icon_save_default,
401
+ IconSave2: () => icon_save2_default,
402
+ IconScale: () => icon_scale_default,
403
+ IconScaleLocation: () => icon_scale_location_default,
404
+ IconSceneResources: () => icon_scene_resources_default,
405
+ IconScreenshot: () => icon_screenshot_default,
406
+ IconSeaChartTree: () => icon_sea_chart_tree_default,
407
+ IconSelect: () => icon_select_default,
408
+ IconSelectLayer: () => icon_select_layer_default,
409
+ IconSend: () => icon_send_default,
410
+ IconServiceAreaAnalysis: () => icon_service_area_analysis_default,
411
+ IconSetting: () => icon_setting_default,
412
+ IconShadowAnalysis: () => icon_shadow_analysis_default,
413
+ IconShare: () => icon_share_default,
414
+ IconShpFile: () => icon_shp_file_default,
415
+ IconSightlineAnalysis: () => icon_sightline_analysis_default,
416
+ IconSkylineAnalysis: () => icon_skyline_analysis_default,
417
+ IconSlopeAnalysis: () => icon_slope_analysis_default,
418
+ IconSmallLetter: () => icon_small_letter_default,
419
+ IconSmoke: () => icon_smoke_default,
420
+ IconSnow: () => icon_snow_default,
421
+ IconSortDownSvg: () => icon_sort_down_svg_default,
422
+ IconSortUp: () => icon_sort_up_default,
423
+ IconSpatialRelationshipJudgment: () => icon_spatial_relationship_judgment_default,
424
+ IconSquare: () => icon_square_default,
425
+ IconSquareHead: () => icon_square_head_default,
426
+ IconSquarePoint: () => icon_square_point_default,
427
+ IconStyle: () => icon_style_default,
428
+ IconTemplate: () => icon_template_default,
429
+ IconTerrainOperation: () => icon_terrain_operation_default,
430
+ IconThematicMap: () => icon_thematic_map_default,
431
+ IconTileServer: () => icon_tile_server_default,
432
+ IconTime: () => icon_time_default,
433
+ IconTimeBar: () => icon_time_bar_default,
434
+ IconToolBar: () => icon_tool_bar_default,
435
+ IconToolBox: () => icon_tool_box_default,
436
+ IconTopojsonFile: () => icon_topojson_file_default,
437
+ IconTopologyCheck: () => icon_topology_check_default,
438
+ IconTravelerAnalysis: () => icon_traveler_analysis_default,
439
+ IconTwoWin: () => icon_two_win_default,
440
+ IconTxtFile: () => icon_txt_file_default,
441
+ IconUpload: () => icon_upload_default,
442
+ IconUploadCloud: () => icon_upload_cloud_default,
443
+ IconUppercaseLetter: () => icon_uppercase_letter_default,
444
+ IconVehiclePath: () => icon_vehicle_path_default,
445
+ IconVideoPause: () => icon_video_pause_default,
446
+ IconVideoPlay: () => icon_video_play_default,
447
+ IconVideoRepeat: () => icon_video_repeat_default,
448
+ IconVideoStop: () => icon_video_stop_default,
449
+ IconViewProperties: () => icon_view_properties_default,
450
+ IconViewshedAnalysis: () => icon_viewshed_analysis_default,
451
+ IconWCSServer: () => icon_WCS_server_default,
452
+ IconWFSServer: () => icon_WFS_server_default,
453
+ IconWMSServer: () => icon_WMS_server_default,
454
+ IconWMTSServer: () => icon_WMTS_server_default,
455
+ IconWPSServer: () => icon_WPS_server_default,
456
+ IconWeatherEffect: () => icon_weather_effect_default,
457
+ IconXZQCover: () => icon_XZQ_cover_default,
458
+ IconXZQNav: () => icon_XZQ_nav_default,
459
+ IconZoomIn: () => icon_zoom_in_default,
460
+ IconZoomOut: () => icon_zoom_out_default,
461
+ IconZoomTo: () => icon_zoom_to_default
462
+ });
463
+
241
464
  // src/components/icon-ArcGIS.vue
242
465
  var import_vue = require("vue");
243
466
 
@@ -5564,3 +5787,9 @@ function _sfc_render216(_ctx, _cache, $props, $setup, $data, $options) {
5564
5787
  return (0, import_vue216.openBlock)(), (0, import_vue216.createElementBlock)("svg", _hoisted_1216, _hoisted_495);
5565
5788
  }
5566
5789
  var icon_hawk_eye_default = /* @__PURE__ */ export_helper_default(_sfc_main216, [["render", _sfc_render216], ["__file", "icon-hawk-eye.vue"]]);
5790
+
5791
+ // src/index.js
5792
+ var src_default = (app) => {
5793
+ for (let [key, component] of Object.entries(components_exports))
5794
+ app.component(key, component);
5795
+ };
@@ -246,6 +246,229 @@ var KQWebClientVueIcons = (() => {
246
246
  IconXZQNav: () => icon_XZQ_nav_default,
247
247
  IconZoomIn: () => icon_zoom_in_default,
248
248
  IconZoomOut: () => icon_zoom_out_default,
249
+ IconZoomTo: () => icon_zoom_to_default,
250
+ default: () => src_default,
251
+ kqIcons: () => components_exports
252
+ });
253
+
254
+ // src/components/index.js
255
+ var components_exports = {};
256
+ __export(components_exports, {
257
+ Icon3DServer: () => icon_3d_server_default,
258
+ IconAddData: () => icon_add_data_default,
259
+ IconAdvancedQuery: () => icon_advanced_query_default,
260
+ IconAlignCenter: () => icon_align_center_default,
261
+ IconAlignLeft: () => icon_align_left_default,
262
+ IconAlignRight: () => icon_align_right_default,
263
+ IconAnalyzeData: () => icon_analyze_data_default,
264
+ IconArcGIS: () => icon_ArcGIS_default,
265
+ IconAspectAnalysis: () => icon_aspect_analysis_default,
266
+ IconAttribute: () => icon_attribute_default,
267
+ IconBack: () => icon_back_default,
268
+ IconBaseMapToggle: () => icon_base_map_toggle_default,
269
+ IconBasemapGallery: () => icon_basemap_gallery_default,
270
+ IconBaseterrainGallery: () => icon_baseterrain_gallery_default,
271
+ IconBookmark: () => icon_bookmark_default,
272
+ IconBoxClip: () => icon_box_clip_default,
273
+ IconBufferAnalysis: () => icon_buffer_analysis_default,
274
+ IconCalendar: () => icon_calendar_default,
275
+ IconCancelSelect: () => icon_cancel_select_default,
276
+ IconChatDotSquare: () => icon_chat_dot_square_default,
277
+ IconChildLayer: () => icon_child_layer_default,
278
+ IconCloudList: () => icon_cloud_list_default,
279
+ IconCompass: () => icon_compass_default,
280
+ IconCompass3D: () => icon_compass_3d_default,
281
+ IconContrast: () => icon_contrast_default,
282
+ IconCsv: () => icon_csv_default,
283
+ IconCycle: () => icon_cycle_default,
284
+ IconCzmlFile: () => icon_czml_file_default,
285
+ IconDataFlowServer: () => icon_data_flow_server_default,
286
+ IconDataResource: () => icon_data_resource_default,
287
+ IconDelete: () => icon_delete_default,
288
+ IconDetails: () => icon_details_default,
289
+ IconDisable: () => icon_disable_default,
290
+ IconDisplaySettings: () => icon_display_settings_default,
291
+ IconDoubleAdd: () => icon_double_add_default,
292
+ IconDoubleReduce: () => icon_double_reduce_default,
293
+ IconDraw: () => icon_draw_default,
294
+ IconEdit: () => icon_edit_default,
295
+ IconEdit2: () => icon_edit2_default,
296
+ IconEdit3: () => icon_edit3_default,
297
+ IconElement: () => icon_element_default,
298
+ IconElementAttributeEditing: () => icon_element_attribute_editing_default,
299
+ IconElementClear: () => icon_element_clear_default,
300
+ IconElementNodeEditing: () => icon_element_node_editing_default,
301
+ IconElementRangeEditing: () => icon_element_range_editing_default,
302
+ IconElementSelect: () => icon_element_select_default,
303
+ IconExcavateFillAnalysis: () => icon_excavate_fill_analysis_default,
304
+ IconExcelFile: () => icon_excel_file_default,
305
+ IconExport: () => icon_export_default,
306
+ IconExport2: () => icon_export2_default,
307
+ IconFeatureIdentify: () => icon_feature_identify_default,
308
+ IconFeatureStorage: () => icon_feature_storage_default,
309
+ IconFeatureTable: () => icon_feature_table_default,
310
+ IconFile: () => icon_file_default,
311
+ IconFilter: () => icon_filter_default,
312
+ IconFilter2: () => icon_filter2_default,
313
+ IconFireworks: () => icon_fireworks_default,
314
+ IconFlame: () => icon_flame_default,
315
+ IconFlatHead: () => icon_flat_head_default,
316
+ IconFlatPoint: () => icon_flat_point_default,
317
+ IconFlight: () => icon_flight_default,
318
+ IconFloodAnalysis: () => icon_flood_analysis_default,
319
+ IconFoldDown: () => icon_fold_down_default,
320
+ IconFoldUp: () => icon_fold_up_default,
321
+ IconFolder: () => icon_folder_default,
322
+ IconFolder2: () => icon_folder2_default,
323
+ IconFolderAdd: () => icon_folder_add_default,
324
+ IconForwardGeocoding: () => icon_forward_geocoding_default,
325
+ IconFountain: () => icon_fountain_default,
326
+ IconFourWin: () => icon_four_win_default,
327
+ IconGeojsonFile: () => icon_geojson_file_default,
328
+ IconGeometricProperty: () => icon_geometric_property_default,
329
+ IconGirdLeftUp: () => icon_gird_left_up_default,
330
+ IconGirdMiddle: () => icon_gird_middle_default,
331
+ IconGirdRight: () => icon_gird_right_default,
332
+ IconGraphicProjectionConversion: () => icon_graphic_projection_conversion_default,
333
+ IconGridDown: () => icon_grid_down_default,
334
+ IconGridLeft: () => icon_grid_left_default,
335
+ IconGridLeftDown: () => icon_grid_left_down_default,
336
+ IconGridRightDown: () => icon_grid_right_down_default,
337
+ IconGridRightUp: () => icon_grid_right_up_default,
338
+ IconGridUp: () => icon_grid_up_default,
339
+ IconHawkEye: () => icon_hawk_eye_default,
340
+ IconHome: () => icon_home_default,
341
+ IconImage: () => icon_image_default,
342
+ IconImageDatasetDetail: () => icon_image_dataset_detail_default,
343
+ IconImageDatasetList: () => icon_image_dataset_list_default,
344
+ IconImageServer: () => icon_image_server_default,
345
+ IconImport: () => icon_import_default,
346
+ IconIntercept: () => icon_intercept_default,
347
+ IconIsolineAnalysis: () => icon_isoline_analysis_default,
348
+ IconJsonFile: () => icon_json_file_default,
349
+ IconKmlFile: () => icon_kml_file_default,
350
+ IconKmzFile: () => icon_kmz_file_default,
351
+ IconLayerList: () => icon_layer_list_default,
352
+ IconLayerManager: () => icon_layer_manager_default,
353
+ IconLayerTree: () => icon_layer_tree_default,
354
+ IconLegend: () => icon_legend_default,
355
+ IconLine: () => icon_line_default,
356
+ IconLists: () => icon_lists_default,
357
+ IconLocation: () => icon_location_default,
358
+ IconLocation2: () => icon_location2_default,
359
+ IconLock: () => icon_lock_default,
360
+ IconMap: () => icon_map_default,
361
+ IconMapServer: () => icon_map_server_default,
362
+ IconMapStateBar: () => icon_map_state_bar_default,
363
+ IconMeasure2D: () => icon_measure_2d_default,
364
+ IconMeasureArea: () => icon_measure_area_default,
365
+ IconMeasureAzimuth: () => icon_measure_azimuth_default,
366
+ IconMeasureCoordinate: () => icon_measure_coordinate_default,
367
+ IconMeasureDistance: () => icon_measure_distance_default,
368
+ IconMeasureHorizontalArea: () => icon_measure_horizontal_area_default,
369
+ IconMeasureHorizontalDistance: () => icon_measure_horizontal_distance_default,
370
+ IconMeasureModelArea: () => icon_measure_model_area_default,
371
+ IconMeasureTriangle: () => icon_measure_triangle_default,
372
+ IconMeasureVerticalDistance: () => icon_measure_vertical_distance_default,
373
+ IconModelSelect: () => icon_model_select_default,
374
+ IconModifyAnnotationColor: () => icon_modify_annotation_color_default,
375
+ IconModifyLineColor: () => icon_modify_line_color_default,
376
+ IconMore: () => icon_more_default,
377
+ IconNearestFacilityPoint: () => icon_nearest_facility_point_default,
378
+ IconOnlineMapping: () => icon_online_mapping_default,
379
+ IconOpacity: () => icon_opacity_default,
380
+ IconOptimalRoute: () => icon_optimal_route_default,
381
+ IconOtherFile: () => icon_other_file_default,
382
+ IconOtherServer: () => icon_other_server_default,
383
+ IconOverlayAnalysis: () => icon_overlay_analysis_default,
384
+ IconPOLSearch: () => icon_POL_search_default,
385
+ IconPan: () => icon_pan_default,
386
+ IconParticleEffect: () => icon_particle_effect_default,
387
+ IconPlaneClip: () => icon_plane_clip_default,
388
+ IconPlottingProjectList: () => icon_plotting_project_list_default,
389
+ IconPlottingProjectTree: () => icon_plotting_project_tree_default,
390
+ IconPlottingSymbolManage: () => icon_plotting_symbol_manage_default,
391
+ IconPoint: () => icon_point_default,
392
+ IconPolygon: () => icon_polygon_default,
393
+ IconPolygon2: () => icon_polygon2_default,
394
+ IconPolyline: () => icon_polyline_default,
395
+ IconPrimitiveLayer: () => icon_primitive_layer_default,
396
+ IconPrint: () => icon_print_default,
397
+ IconProfileAnalysis: () => icon_profile_analysis_default,
398
+ IconProjectionSystemConversion: () => icon_projection_system_conversion_default,
399
+ IconQuestion: () => icon_question_default,
400
+ IconRain: () => icon_rain_default,
401
+ IconRename: () => icon_rename_default,
402
+ IconRename2: () => icon_rename2_default,
403
+ IconReplace: () => icon_replace_default,
404
+ IconReset: () => icon_reset_default,
405
+ IconRetrospectiveAnalysis: () => icon_retrospective_analysis_default,
406
+ IconReverseGeocoding: () => icon_reverse_geocoding_default,
407
+ IconRoadConnectivity: () => icon_road_connectivity_default,
408
+ IconRoller: () => icon_roller_default,
409
+ IconRoundHead: () => icon_round_head_default,
410
+ IconRoundPoint: () => icon_round_point_default,
411
+ IconSave: () => icon_save_default,
412
+ IconSave2: () => icon_save2_default,
413
+ IconScale: () => icon_scale_default,
414
+ IconScaleLocation: () => icon_scale_location_default,
415
+ IconSceneResources: () => icon_scene_resources_default,
416
+ IconScreenshot: () => icon_screenshot_default,
417
+ IconSeaChartTree: () => icon_sea_chart_tree_default,
418
+ IconSelect: () => icon_select_default,
419
+ IconSelectLayer: () => icon_select_layer_default,
420
+ IconSend: () => icon_send_default,
421
+ IconServiceAreaAnalysis: () => icon_service_area_analysis_default,
422
+ IconSetting: () => icon_setting_default,
423
+ IconShadowAnalysis: () => icon_shadow_analysis_default,
424
+ IconShare: () => icon_share_default,
425
+ IconShpFile: () => icon_shp_file_default,
426
+ IconSightlineAnalysis: () => icon_sightline_analysis_default,
427
+ IconSkylineAnalysis: () => icon_skyline_analysis_default,
428
+ IconSlopeAnalysis: () => icon_slope_analysis_default,
429
+ IconSmallLetter: () => icon_small_letter_default,
430
+ IconSmoke: () => icon_smoke_default,
431
+ IconSnow: () => icon_snow_default,
432
+ IconSortDownSvg: () => icon_sort_down_svg_default,
433
+ IconSortUp: () => icon_sort_up_default,
434
+ IconSpatialRelationshipJudgment: () => icon_spatial_relationship_judgment_default,
435
+ IconSquare: () => icon_square_default,
436
+ IconSquareHead: () => icon_square_head_default,
437
+ IconSquarePoint: () => icon_square_point_default,
438
+ IconStyle: () => icon_style_default,
439
+ IconTemplate: () => icon_template_default,
440
+ IconTerrainOperation: () => icon_terrain_operation_default,
441
+ IconThematicMap: () => icon_thematic_map_default,
442
+ IconTileServer: () => icon_tile_server_default,
443
+ IconTime: () => icon_time_default,
444
+ IconTimeBar: () => icon_time_bar_default,
445
+ IconToolBar: () => icon_tool_bar_default,
446
+ IconToolBox: () => icon_tool_box_default,
447
+ IconTopojsonFile: () => icon_topojson_file_default,
448
+ IconTopologyCheck: () => icon_topology_check_default,
449
+ IconTravelerAnalysis: () => icon_traveler_analysis_default,
450
+ IconTwoWin: () => icon_two_win_default,
451
+ IconTxtFile: () => icon_txt_file_default,
452
+ IconUpload: () => icon_upload_default,
453
+ IconUploadCloud: () => icon_upload_cloud_default,
454
+ IconUppercaseLetter: () => icon_uppercase_letter_default,
455
+ IconVehiclePath: () => icon_vehicle_path_default,
456
+ IconVideoPause: () => icon_video_pause_default,
457
+ IconVideoPlay: () => icon_video_play_default,
458
+ IconVideoRepeat: () => icon_video_repeat_default,
459
+ IconVideoStop: () => icon_video_stop_default,
460
+ IconViewProperties: () => icon_view_properties_default,
461
+ IconViewshedAnalysis: () => icon_viewshed_analysis_default,
462
+ IconWCSServer: () => icon_WCS_server_default,
463
+ IconWFSServer: () => icon_WFS_server_default,
464
+ IconWMSServer: () => icon_WMS_server_default,
465
+ IconWMTSServer: () => icon_WMTS_server_default,
466
+ IconWPSServer: () => icon_WPS_server_default,
467
+ IconWeatherEffect: () => icon_weather_effect_default,
468
+ IconXZQCover: () => icon_XZQ_cover_default,
469
+ IconXZQNav: () => icon_XZQ_nav_default,
470
+ IconZoomIn: () => icon_zoom_in_default,
471
+ IconZoomOut: () => icon_zoom_out_default,
249
472
  IconZoomTo: () => icon_zoom_to_default
250
473
  });
251
474
 
@@ -5575,5 +5798,11 @@ var KQWebClientVueIcons = (() => {
5575
5798
  return (0, import_vue216.openBlock)(), (0, import_vue216.createElementBlock)("svg", _hoisted_1216, _hoisted_495);
5576
5799
  }
5577
5800
  var icon_hawk_eye_default = /* @__PURE__ */ export_helper_default(_sfc_main216, [["render", _sfc_render216], ["__file", "icon-hawk-eye.vue"]]);
5801
+
5802
+ // src/index.js
5803
+ var src_default = (app) => {
5804
+ for (let [key, component] of Object.entries(components_exports))
5805
+ app.component(key, component);
5806
+ };
5578
5807
  return __toCommonJS(src_exports);
5579
5808
  })();