@opengis/form 0.0.131 → 0.0.133
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/{index-Bb7h6b7d.js → index-BHNP0KBm.js} +4286 -4256
- package/dist/index.css +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +20 -19
- package/dist/src/components/inputs/map/coordinate-import.d.ts +8 -0
- package/dist/src/components/inputs/map/coordinate-import.d.ts.map +1 -1
- package/dist/src/components/inputs/map/map-search.vue.d.ts.map +1 -1
- package/dist/src/components/inputs/map/vs-input-map.vue.d.ts.map +1 -1
- package/dist/src/components/modal/modal-edit.vue.d.ts.map +1 -1
- package/dist/src/richtext/composables/contentFormat.d.ts.map +1 -1
- package/dist/{vs-richtext-CCaYp9VS.js → vs-richtext-23DWrqSz.js} +601 -557
- package/package.json +1 -1
|
@@ -12,5 +12,13 @@ export type CoordinateImportResult = {
|
|
|
12
12
|
ok: false;
|
|
13
13
|
errors: CoordinateImportError[];
|
|
14
14
|
};
|
|
15
|
+
export type CoordinateLineResult = {
|
|
16
|
+
ok: true;
|
|
17
|
+
point: [number, number];
|
|
18
|
+
} | {
|
|
19
|
+
ok: false;
|
|
20
|
+
errors: CoordinateImportError[];
|
|
21
|
+
};
|
|
15
22
|
export declare function parsePolygonCoordinates(raw: string, format: CoordinateFormat, order: CoordinateOrder): CoordinateImportResult;
|
|
23
|
+
export declare function parseCoordinateLine(row: string, format: CoordinateFormat, order: CoordinateOrder, line?: number): CoordinateLineResult;
|
|
16
24
|
//# sourceMappingURL=coordinate-import.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"coordinate-import.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/coordinate-import.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,KAAK,CAAC;AACjD,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,CAAC;AAEpD,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAC9B;IACE,EAAE,EAAE,IAAI,CAAC;IACT,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;IACzB,sBAAsB,EAAE,OAAO,CAAC;CACjC,GACD;IACE,EAAE,EAAE,KAAK,CAAC;IACV,MAAM,EAAE,qBAAqB,EAAE,CAAC;CACjC,CAAC;AAMN,wBAAgB,uBAAuB,CACrC,GAAG,EAAE,MAAM,EACX,MAAM,EAAE,gBAAgB,EACxB,KAAK,EAAE,eAAe,GACrB,sBAAsB,CA6FxB"}
|
|
1
|
+
{"version":3,"file":"coordinate-import.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/coordinate-import.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,SAAS,GAAG,KAAK,CAAC;AACjD,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,SAAS,CAAC;AAEpD,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAC9B;IACE,EAAE,EAAE,IAAI,CAAC;IACT,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC;IACzB,sBAAsB,EAAE,OAAO,CAAC;CACjC,GACD;IACE,EAAE,EAAE,KAAK,CAAC;IACV,MAAM,EAAE,qBAAqB,EAAE,CAAC;CACjC,CAAC;AAMN,MAAM,MAAM,oBAAoB,GAC5B;IACE,EAAE,EAAE,IAAI,CAAC;IACT,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACzB,GACD;IACE,EAAE,EAAE,KAAK,CAAC;IACV,MAAM,EAAE,qBAAqB,EAAE,CAAC;CACjC,CAAC;AAEN,wBAAgB,uBAAuB,CACrC,GAAG,EAAE,MAAM,EACX,MAAM,EAAE,gBAAgB,EACxB,KAAK,EAAE,eAAe,GACrB,sBAAsB,CA6FxB;AAMD,wBAAgB,mBAAmB,CACjC,GAAG,EAAE,MAAM,EACX,MAAM,EAAE,gBAAgB,EACxB,KAAK,EAAE,eAAe,EACtB,IAAI,SAAI,GACP,oBAAoB,CAEtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"map-search.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/map-search.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"map-search.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/map-search.vue"],"names":[],"mappings":"AAoQA,KAAK,IAAI,GAAG,MAAM,GAAG,IAAI,GAAG,QAAQ,CAAA;AAGpC,KAAK,WAAW,GAAG;IAAE,MAAM,CAAC,EAAE;QAAE,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAA;CAAE,CAAC;;;;;;AAkYxF,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vs-input-map.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/vs-input-map.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vs-input-map.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/map/vs-input-map.vue"],"names":[],"mappings":"AAwmFE,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;;;;;;;;;;;;AAmkGhF,wBAQG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal-edit.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/modal/modal-edit.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"modal-edit.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/modal/modal-edit.vue"],"names":[],"mappings":"AA+QA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;;;;;;;;;;AAub/D,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contentFormat.d.ts","sourceRoot":"","sources":["../../../../src/richtext/composables/contentFormat.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"contentFormat.d.ts","sourceRoot":"","sources":["../../../../src/richtext/composables/contentFormat.ts"],"names":[],"mappings":"AAyaA,eAAO,MAAM,cAAc,GAAU,UAAU,MAAM,oBAAiC,CAAC;AAEvF,eAAO,MAAM,eAAe,GAAU,OAAO,MAAM,EAAE,QAAQ,MAAM,oBAGlE,CAAC;AAEF,eAAO,MAAM,eAAe,GAAU,MAAM,MAAM,EAAE,QAAQ,MAAM,oBAGjE,CAAC;AAEF,eAAO,MAAM,YAAY,GAAU,MAAM,MAAM,EAAE,QAAQ,MAAM,oBAG9D,CAAC"}
|