ontotext-yasgui-web-component 1.6.0 → 1.6.2
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/README.md +2 -2
- package/dist/cjs/confirmation-dialog_10.cjs.entry.js +9039 -686
- package/dist/collection/components/ontotext-yasgui-web-component/ontotext-yasgui-web-component.css +3 -0
- package/dist/collection/plugins/yasr/geo/geo-plugin.js +27 -11
- package/dist/collection/plugins/yasr/geo/services/leaflet-options-builder.js +15 -3
- package/dist/collection/plugins/yasr/geo/utils/parsers.js +9 -9
- package/dist/collection/vendor/typescript-open-location-code/open-location-code.js +517 -0
- package/dist/components/ontotext-yasgui.js +9035 -686
- package/dist/components/translation.service.js +4 -0
- package/dist/esm/confirmation-dialog_10.entry.js +9039 -686
- package/dist/ontotext-yasgui-web-component/ontotext-yasgui-web-component.esm.js +1 -1
- package/dist/ontotext-yasgui-web-component/p-22dbfb20.entry.js +8 -0
- package/dist/types/plugins/yasr/geo/geo-plugin.d.ts +1 -2
- package/dist/types/plugins/yasr/geo/services/leaflet-options-builder.d.ts +1 -0
- package/dist/types/plugins/yasr/geo/utils/parsers.d.ts +4 -4
- package/dist/types/vendor/typescript-open-location-code/open-location-code.d.ts +181 -0
- package/package.json +3 -3
- package/dist/ontotext-yasgui-web-component/p-51415323.entry.js +0 -8
package/README.md
CHANGED
|
@@ -204,7 +204,7 @@ The "config" value of "ngce-prop-config" or "[config]" is an object with followi
|
|
|
204
204
|
- Fallback behavior: If themeName is not provided or the required CSS rules for that theme are missing,
|
|
205
205
|
CodeMirror/YASQE will automatically fall back to the default theme to ensure the editor remains readable.
|
|
206
206
|
|
|
207
|
-
### ontotext version and GraphDB Version Compatibility
|
|
207
|
+
### ontotext-yasgui-web-componen version and GraphDB Version Compatibility
|
|
208
208
|
|
|
209
209
|
| ontotext-yasgui-web-component | Workbench | GraphDB Version |
|
|
210
210
|
|-------------------------------|-----------|-----------------|
|
|
@@ -215,7 +215,7 @@ The "config" value of "ngce-prop-config" or "[config]" is an object with followi
|
|
|
215
215
|
| 1.3+ | 3.1+ | 11.1+ |
|
|
216
216
|
| 1.4+ | 3.2+ | 11.2+ |
|
|
217
217
|
| 1.5+ | 3.3+ | 11.3+ |
|
|
218
|
-
|
|
218
|
+
| 1.6+ | 3.4+ | 11.4+ |
|
|
219
219
|
|
|
220
220
|
## Developers guide
|
|
221
221
|
|