@opengis/widgets 0.0.59 → 0.0.61
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/data/changeTypeIcons.d.ts +7 -0
- package/dist/data/changeTypeIcons.d.ts.map +1 -0
- package/dist/index.js +3669 -3505
- package/dist/index.umd.cjs +9 -9
- package/dist/types/index.d.ts +15 -3
- package/dist/types/index.d.ts.map +1 -1
- package/dist/widgets/history/HistoryWidget.vue.d.ts +5 -2
- package/dist/widgets/history/HistoryWidget.vue.d.ts.map +1 -1
- package/dist/widgets/history/index.d.ts +1 -1
- package/dist/widgets/history/index.d.ts.map +1 -1
- package/dist/widgets/map/MapWidget.vue.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Icons for history change_type (suggest/change_type).
|
|
3
|
+
* Add new Lucide icon: import from lucide-vue-next, add to map.
|
|
4
|
+
*/
|
|
5
|
+
import { CopyPlus } from "lucide-vue-next";
|
|
6
|
+
export declare const changeTypeIcons: Record<string, typeof CopyPlus>;
|
|
7
|
+
//# sourceMappingURL=changeTypeIcons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"changeTypeIcons.d.ts","sourceRoot":"","sources":["../../src/data/changeTypeIcons.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,QAAQ,EAAqB,MAAM,iBAAiB,CAAC;AAE9D,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,QAAQ,CAI3D,CAAC"}
|