@esri/calcite-ui-icons 3.27.1 → 3.27.3
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/docs/icons.json +1 -1
- package/docs/index.html +3 -3
- package/docs/keywords.json +109 -0
- package/docs/resources/calcite-web.min.css +8 -0
- package/docs/resources/calcite-web.min.js +7 -0
- package/icons/add-to-model-16.svg +1 -0
- package/icons/add-to-model-24.svg +1 -0
- package/icons/add-to-model-32.svg +1 -0
- package/icons/double-float-16.svg +1 -0
- package/icons/double-float-24.svg +1 -0
- package/icons/double-float-32.svg +1 -0
- package/icons/model-edit-16.svg +1 -0
- package/icons/model-edit-24.svg +1 -0
- package/icons/model-edit-32.svg +1 -0
- package/icons/remove-from-list-16.svg +1 -0
- package/icons/remove-from-list-24.svg +1 -0
- package/icons/remove-from-list-32.svg +1 -0
- package/icons/reshape-add-geometry-16.svg +1 -0
- package/icons/reshape-add-geometry-24.svg +1 -0
- package/icons/reshape-add-geometry-32.svg +1 -0
- package/icons/reshape-subtract-geometry-16.svg +1 -0
- package/icons/reshape-subtract-geometry-24.svg +1 -0
- package/icons/reshape-subtract-geometry-32.svg +1 -0
- package/icons/reshape-tool-16.svg +1 -0
- package/icons/reshape-tool-24.svg +1 -0
- package/icons/reshape-tool-32.svg +1 -0
- package/icons/select-by-attributes-16.svg +1 -0
- package/icons/select-by-attributes-24.svg +1 -0
- package/icons/select-by-attributes-32.svg +1 -0
- package/icons/select-column-16.svg +1 -0
- package/icons/select-column-24.svg +1 -0
- package/icons/select-column-32.svg +1 -0
- package/index.d.ts +27 -0
- package/index.js +27 -0
- package/js/addToModel16.d.ts +1 -0
- package/js/addToModel16.js +1 -0
- package/js/addToModel16.json +1 -0
- package/js/addToModel24.d.ts +1 -0
- package/js/addToModel24.js +1 -0
- package/js/addToModel24.json +1 -0
- package/js/addToModel32.d.ts +1 -0
- package/js/addToModel32.js +1 -0
- package/js/addToModel32.json +1 -0
- package/js/doubleFloat16.d.ts +1 -0
- package/js/doubleFloat16.js +1 -0
- package/js/doubleFloat16.json +1 -0
- package/js/doubleFloat24.d.ts +1 -0
- package/js/doubleFloat24.js +1 -0
- package/js/doubleFloat24.json +1 -0
- package/js/doubleFloat32.d.ts +1 -0
- package/js/doubleFloat32.js +1 -0
- package/js/doubleFloat32.json +1 -0
- package/js/modelEdit16.d.ts +1 -0
- package/js/modelEdit16.js +1 -0
- package/js/modelEdit16.json +1 -0
- package/js/modelEdit24.d.ts +1 -0
- package/js/modelEdit24.js +1 -0
- package/js/modelEdit24.json +1 -0
- package/js/modelEdit32.d.ts +1 -0
- package/js/modelEdit32.js +1 -0
- package/js/modelEdit32.json +1 -0
- package/js/removeFromList16.d.ts +1 -0
- package/js/removeFromList16.js +1 -0
- package/js/removeFromList16.json +1 -0
- package/js/removeFromList24.d.ts +1 -0
- package/js/removeFromList24.js +1 -0
- package/js/removeFromList24.json +1 -0
- package/js/removeFromList32.d.ts +1 -0
- package/js/removeFromList32.js +1 -0
- package/js/removeFromList32.json +1 -0
- package/js/reshapeAddGeometry16.d.ts +1 -0
- package/js/reshapeAddGeometry16.js +1 -0
- package/js/reshapeAddGeometry16.json +1 -0
- package/js/reshapeAddGeometry24.d.ts +1 -0
- package/js/reshapeAddGeometry24.js +1 -0
- package/js/reshapeAddGeometry24.json +1 -0
- package/js/reshapeAddGeometry32.d.ts +1 -0
- package/js/reshapeAddGeometry32.js +1 -0
- package/js/reshapeAddGeometry32.json +1 -0
- package/js/reshapeSubtractGeometry16.d.ts +1 -0
- package/js/reshapeSubtractGeometry16.js +1 -0
- package/js/reshapeSubtractGeometry16.json +1 -0
- package/js/reshapeSubtractGeometry24.d.ts +1 -0
- package/js/reshapeSubtractGeometry24.js +1 -0
- package/js/reshapeSubtractGeometry24.json +1 -0
- package/js/reshapeSubtractGeometry32.d.ts +1 -0
- package/js/reshapeSubtractGeometry32.js +1 -0
- package/js/reshapeSubtractGeometry32.json +1 -0
- package/js/reshapeTool16.d.ts +1 -0
- package/js/reshapeTool16.js +1 -0
- package/js/reshapeTool16.json +1 -0
- package/js/reshapeTool24.d.ts +1 -0
- package/js/reshapeTool24.js +1 -0
- package/js/reshapeTool24.json +1 -0
- package/js/reshapeTool32.d.ts +1 -0
- package/js/reshapeTool32.js +1 -0
- package/js/reshapeTool32.json +1 -0
- package/js/selectByAttributes16.d.ts +1 -0
- package/js/selectByAttributes16.js +1 -0
- package/js/selectByAttributes16.json +1 -0
- package/js/selectByAttributes24.d.ts +1 -0
- package/js/selectByAttributes24.js +1 -0
- package/js/selectByAttributes24.json +1 -0
- package/js/selectByAttributes32.d.ts +1 -0
- package/js/selectByAttributes32.js +1 -0
- package/js/selectByAttributes32.json +1 -0
- package/js/selectColumn16.d.ts +1 -0
- package/js/selectColumn16.js +1 -0
- package/js/selectColumn16.json +1 -0
- package/js/selectColumn24.d.ts +1 -0
- package/js/selectColumn24.js +1 -0
- package/js/selectColumn24.json +1 -0
- package/js/selectColumn32.d.ts +1 -0
- package/js/selectColumn32.js +1 -0
- package/js/selectColumn32.json +1 -0
- package/package.json +1 -1
- package/sprite-16.svg +1 -1
- package/sprite-24.svg +1 -1
- package/sprite-32.svg +1 -1
package/docs/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width">
|
|
7
7
|
<title>Calcite UI Icons</title>
|
|
8
8
|
<meta name="description" content="Searchable library of SVG icons for the Calcite design system">
|
|
9
|
-
<link rel="stylesheet" href="
|
|
9
|
+
<link rel="stylesheet" href="./resources/calcite-web.min.css">
|
|
10
10
|
<style>
|
|
11
11
|
.icon-select * {
|
|
12
12
|
pointer-events: none;
|
|
@@ -123,10 +123,10 @@
|
|
|
123
123
|
</div>
|
|
124
124
|
|
|
125
125
|
<!-- get calcite-web js from the cdn (use latest version) -->
|
|
126
|
-
<script src="
|
|
126
|
+
<script src="./resources/calcite-web.min.js"></script>
|
|
127
127
|
|
|
128
128
|
<!-- start up app -->
|
|
129
129
|
<script src="./app.js"></script>
|
|
130
130
|
|
|
131
131
|
</body>
|
|
132
|
-
</html>
|
|
132
|
+
</html>
|
package/docs/keywords.json
CHANGED
|
@@ -14352,5 +14352,114 @@
|
|
|
14352
14352
|
],
|
|
14353
14353
|
"category":"Objects",
|
|
14354
14354
|
"release":"3.27.1"
|
|
14355
|
+
},
|
|
14356
|
+
"add-to-model":{
|
|
14357
|
+
"alias":[
|
|
14358
|
+
"3.27.2",
|
|
14359
|
+
"knowledge graph",
|
|
14360
|
+
"add",
|
|
14361
|
+
"model",
|
|
14362
|
+
"edit"
|
|
14363
|
+
],
|
|
14364
|
+
"category":"Knowledge Graph",
|
|
14365
|
+
"release":"3.27.2"
|
|
14366
|
+
},
|
|
14367
|
+
"select-column":{
|
|
14368
|
+
"alias":[
|
|
14369
|
+
"3.27.2",
|
|
14370
|
+
"generic",
|
|
14371
|
+
"select",
|
|
14372
|
+
"columns",
|
|
14373
|
+
"choose",
|
|
14374
|
+
"table"
|
|
14375
|
+
],
|
|
14376
|
+
"category":"Generic",
|
|
14377
|
+
"release":"3.27.2"
|
|
14378
|
+
},
|
|
14379
|
+
"remove-from-list":{
|
|
14380
|
+
"alias":[
|
|
14381
|
+
"3.27.2",
|
|
14382
|
+
"lists",
|
|
14383
|
+
"remove",
|
|
14384
|
+
"list",
|
|
14385
|
+
"disappear",
|
|
14386
|
+
"items"
|
|
14387
|
+
],
|
|
14388
|
+
"category":"Lists",
|
|
14389
|
+
"release":"3.27.2"
|
|
14390
|
+
},
|
|
14391
|
+
"model-edit":{
|
|
14392
|
+
"alias":[
|
|
14393
|
+
"3.27.2",
|
|
14394
|
+
"knowledge graph",
|
|
14395
|
+
"edit",
|
|
14396
|
+
"model",
|
|
14397
|
+
"change",
|
|
14398
|
+
"modify"
|
|
14399
|
+
],
|
|
14400
|
+
"category":"Knowledge Graph",
|
|
14401
|
+
"release":"3.27.2"
|
|
14402
|
+
},
|
|
14403
|
+
"double-float":{
|
|
14404
|
+
"alias":[
|
|
14405
|
+
"3.27.2",
|
|
14406
|
+
"text",
|
|
14407
|
+
"precision",
|
|
14408
|
+
"digits",
|
|
14409
|
+
"data",
|
|
14410
|
+
"type"
|
|
14411
|
+
],
|
|
14412
|
+
"category":"Text",
|
|
14413
|
+
"release":"3.27.2"
|
|
14414
|
+
},
|
|
14415
|
+
"select-by-attributes":{
|
|
14416
|
+
"alias":[
|
|
14417
|
+
"3.27.3",
|
|
14418
|
+
"gis",
|
|
14419
|
+
"select",
|
|
14420
|
+
"select text",
|
|
14421
|
+
"attributes",
|
|
14422
|
+
"tags"
|
|
14423
|
+
],
|
|
14424
|
+
"category":"GIS",
|
|
14425
|
+
"release":"3.27.3"
|
|
14426
|
+
},
|
|
14427
|
+
"reshape-tool":{
|
|
14428
|
+
"alias":[
|
|
14429
|
+
"3.27.3",
|
|
14430
|
+
"geometry editing",
|
|
14431
|
+
"lines",
|
|
14432
|
+
"points",
|
|
14433
|
+
"reshape",
|
|
14434
|
+
"movement"
|
|
14435
|
+
],
|
|
14436
|
+
"category":"Geometry Editing",
|
|
14437
|
+
"release":"3.27.3"
|
|
14438
|
+
},
|
|
14439
|
+
"reshape-add-geometry":{
|
|
14440
|
+
"alias":[
|
|
14441
|
+
"3.27.3",
|
|
14442
|
+
"geometry editing",
|
|
14443
|
+
"lines",
|
|
14444
|
+
"points",
|
|
14445
|
+
"reshape",
|
|
14446
|
+
"add",
|
|
14447
|
+
"angles"
|
|
14448
|
+
],
|
|
14449
|
+
"category":"Geometry Editing",
|
|
14450
|
+
"release":"3.27.3"
|
|
14451
|
+
},
|
|
14452
|
+
"reshape-subtract-geometry":{
|
|
14453
|
+
"alias":[
|
|
14454
|
+
"3.27.3",
|
|
14455
|
+
"geometry editing",
|
|
14456
|
+
"subtract",
|
|
14457
|
+
"reshape",
|
|
14458
|
+
"lines",
|
|
14459
|
+
"points",
|
|
14460
|
+
"angles"
|
|
14461
|
+
],
|
|
14462
|
+
"category":"Geometry Editing",
|
|
14463
|
+
"release":"3.27.3"
|
|
14355
14464
|
}
|
|
14356
14465
|
}
|