@jsg-developer/vue-pack 0.0.9-beta-5 → 0.0.9-beta-7
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/THIRD_PARTY_LICENSES.json +7 -1
- package/THIRD_PARTY_LICENSES.md +5 -0
- package/dist/TabelData-BNaePRCW.cjs +15 -0
- package/dist/TabelData-BxQVnwZT.js +8936 -0
- package/dist/jsgd-vue-pack.cjs.js +1 -1
- package/dist/jsgd-vue-pack.es.js +523 -154
- package/dist/style.css +1 -1
- package/dist/types/components/Form/FormModal.vue.d.ts +2 -2
- package/dist/types/components/UI/Inputs/LocationPicker.vue.d.ts +69 -0
- package/dist/types/components/UI/Inputs/components/QuillAltModal.vue.d.ts +2 -2
- package/dist/types/components/UI/Inputs/components/QuillEmbedModal.vue.d.ts +30 -3
- package/dist/types/components/UI/Inputs/index.d.ts +1 -0
- package/dist/types/configs/types/base.types.d.ts +6 -5
- package/dist/types/configs/types/field.types.d.ts +49 -2
- package/dist/types/configs/types/props.types.d.ts +52 -1
- package/dist/types/configs/types/schema.types.d.ts +3 -3
- package/dist/types/schemas/index.d.ts +2 -1
- package/dist/types/schemas/shipping.d.ts +2 -0
- package/dist/vue.cjs.js +1 -1
- package/dist/vue.es.js +24 -23
- package/package.json +4 -2
- package/dist/TabelData-CBsZDSCf.js +0 -8144
- package/dist/TabelData-an0OdJkA.cjs +0 -15
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@jridgewell/sourcemap-codec",
|
|
48
48
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/@jridgewell/sourcemap-codec/LICENSE"
|
|
49
49
|
},
|
|
50
|
-
"@jsg-developer/vue-pack@0.0.9-beta-
|
|
50
|
+
"@jsg-developer/vue-pack@0.0.9-beta-6": {
|
|
51
51
|
"licenses": "MIT",
|
|
52
52
|
"path": ".",
|
|
53
53
|
"licenseFile": "LICENSE"
|
|
@@ -167,6 +167,12 @@
|
|
|
167
167
|
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/fast-diff",
|
|
168
168
|
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/fast-diff/LICENSE"
|
|
169
169
|
},
|
|
170
|
+
"leaflet@1.9.4": {
|
|
171
|
+
"licenses": "BSD-2-Clause",
|
|
172
|
+
"repository": "https://github.com/Leaflet/Leaflet",
|
|
173
|
+
"path": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/leaflet",
|
|
174
|
+
"licenseFile": "/home/jsgdev/Code/jsgd-vue-pack/node_modules/leaflet/LICENSE"
|
|
175
|
+
},
|
|
170
176
|
"lodash-es@4.17.23": {
|
|
171
177
|
"licenses": "MIT",
|
|
172
178
|
"repository": "https://github.com/lodash/lodash",
|
package/THIRD_PARTY_LICENSES.md
CHANGED
|
@@ -122,6 +122,11 @@ This project utilizes the following open-source software:
|
|
|
122
122
|
* **Repository**: https://github.com/jhchen/fast-diff
|
|
123
123
|
* **Publisher**: Jason Chen
|
|
124
124
|
|
|
125
|
+
## leaflet
|
|
126
|
+
* **License**: BSD-2-Clause
|
|
127
|
+
* **Repository**: https://github.com/Leaflet/Leaflet
|
|
128
|
+
* **Publisher**: Unknown
|
|
129
|
+
|
|
125
130
|
## lodash-es
|
|
126
131
|
* **License**: MIT
|
|
127
132
|
* **Repository**: https://github.com/lodash/lodash
|