@piveau/dpi 0.1.0-beta.7 → 0.1.0-beta.71
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/assets/dpi.css +1 -1
- package/dist/data-provider-interface/DPIMenu.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ComponentLibrary.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +58 -53
- package/dist/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +88 -68
- package/dist/data-provider-interface/HappyFlowComponents/ui/CloseOpenButtonV3.vue.js +11 -10
- package/dist/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.js +101 -76
- package/dist/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/ModalSimpleV3.vue.js +11 -11
- package/dist/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +444 -355
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessRightsV3.vue.js +64 -28
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +108 -74
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AvailabilityV3.vue.js +17 -22
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +130 -77
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +122 -85
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +111 -74
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +170 -99
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/FileFormatV3.vue.js +7 -10
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +110 -52
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +65 -86
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +29 -28
- package/dist/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +159 -103
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsModal.vue.js +48 -48
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +566 -207
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +100 -53
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +43 -89
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +329 -100
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/FindabilityChips.vue.js +43 -26
- package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/HVDSwitch.vue.js +70 -38
- package/dist/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +181 -107
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +19 -14
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/Toast.vue.js +30 -29
- package/dist/data-provider-interface/components/ContactPage.vue.js +148 -100
- package/dist/data-provider-interface/components/DiscoverabilityPage.vue.js +32 -32
- package/dist/data-provider-interface/components/DistLicense.vue.js +198 -99
- package/dist/data-provider-interface/components/DistributionSimplePage.vue.js +950 -833
- package/dist/data-provider-interface/components/Dropup.vue.js +6 -6
- package/dist/data-provider-interface/components/HVDPage.vue.js +107 -85
- package/dist/data-provider-interface/components/InfoSlot.vue.js +5 -5
- package/dist/data-provider-interface/components/PolGeoUriPage.vue.js +89 -46
- package/dist/data-provider-interface/components/PublisherPage.vue.js +111 -81
- package/dist/data-provider-interface/components/ReviewAndPublishPage.vue.js +314 -260
- package/dist/data-provider-interface/components/TempResPage.vue.js +267 -187
- package/dist/data-provider-interface/components/TempResPageInModal.vue.js +392 -0
- package/dist/data-provider-interface/components/TitelPage.vue.js +4 -4
- package/dist/data-provider-interface/components/UpdateDate.vue.js +33 -29
- package/dist/data-provider-interface/components/dpiV3Description.vue.js +7 -6
- package/dist/data-provider-interface/composables/useDpiSimpleLoader.js +397 -244
- package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.js +1 -1
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/converter.js +477 -96
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +104 -152
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/page-content-config.js +9 -2
- package/dist/data-provider-interface/store/modules/authStore.js +11 -11
- package/dist/data-provider-interface/views/DraftsPage.vue.js +3 -3
- package/dist/data-provider-interface/views/InputPage.vue.js +384 -758
- package/dist/styles/_dpi.scss +1614 -0
- package/dist/styles/_maps.scss +24 -0
- package/dist/styles/_variables.scss +973 -0
- package/package.json +28 -19
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LicenseAttributionByText.vue.js +0 -46
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@piveau/dpi",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.0-beta.
|
|
4
|
+
"version": "0.1.0-beta.71",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": [
|
|
7
|
-
"*.css"
|
|
7
|
+
"*.css",
|
|
8
|
+
"*.scss"
|
|
8
9
|
],
|
|
9
10
|
"exports": {
|
|
10
11
|
".": {
|
|
@@ -35,6 +36,16 @@
|
|
|
35
36
|
"node": ">=18.18.0",
|
|
36
37
|
"pnpm": ">=10.0.0"
|
|
37
38
|
},
|
|
39
|
+
"scripts": {
|
|
40
|
+
"dev": "histoire dev",
|
|
41
|
+
"build": "vite build",
|
|
42
|
+
"preview": "vite preview",
|
|
43
|
+
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
44
|
+
"story:dev": "histoire dev",
|
|
45
|
+
"story:build": "histoire build",
|
|
46
|
+
"story:preview": "histoire preview",
|
|
47
|
+
"prepublishOnly": "vite build"
|
|
48
|
+
},
|
|
38
49
|
"devDependencies": {
|
|
39
50
|
"@antfu/eslint-config": "^4.19.0",
|
|
40
51
|
"@formkit/core": "^1.6.9",
|
|
@@ -44,16 +55,17 @@
|
|
|
44
55
|
"@headlessui/vue": "^1.7.23",
|
|
45
56
|
"@histoire/plugin-vue": "1.0.0-alpha.2",
|
|
46
57
|
"@phosphor-icons/vue": "^2.2.1",
|
|
47
|
-
"@piveau/jsonld": "file:../../bin/piveau-jsonld-1.0.0-beta.
|
|
58
|
+
"@piveau/jsonld": "file:../../bin/piveau-jsonld-1.0.0-beta.21.tgz",
|
|
48
59
|
"@popperjs/core": "^2.11.8",
|
|
49
60
|
"@types/jsonld": "^1.5.15",
|
|
50
61
|
"@types/node": "^24.1.0",
|
|
51
62
|
"@vee-validate/zod": "^4.15.1",
|
|
52
63
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
64
|
+
"@vue/shared": "^3.5.18",
|
|
53
65
|
"@vue/tsconfig": "^0.7.0",
|
|
54
66
|
"@vueuse/core": "^10.11.1",
|
|
55
67
|
"axios": "^1.11.0",
|
|
56
|
-
"bootstrap": "^
|
|
68
|
+
"bootstrap": "^5.3.8",
|
|
57
69
|
"dayjs": "^1.11.13",
|
|
58
70
|
"eslint": "^9.31.0",
|
|
59
71
|
"histoire": "1.0.0-alpha.2",
|
|
@@ -68,6 +80,7 @@
|
|
|
68
80
|
"vite": "^6.3.5",
|
|
69
81
|
"vite-plugin-dts": "^4.5.4",
|
|
70
82
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
83
|
+
"vite-plugin-static-copy": "^3.1.3",
|
|
71
84
|
"vue": "^3.5.13",
|
|
72
85
|
"vue-i18n": "^11.1.11",
|
|
73
86
|
"vue-router": "^4.5.1",
|
|
@@ -80,19 +93,15 @@
|
|
|
80
93
|
"name": "node",
|
|
81
94
|
"onFail": "error"
|
|
82
95
|
},
|
|
83
|
-
"packageManager":
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
94
|
-
"story:dev": "histoire dev",
|
|
95
|
-
"story:build": "histoire build",
|
|
96
|
-
"story:preview": "histoire preview"
|
|
96
|
+
"packageManager": [
|
|
97
|
+
{
|
|
98
|
+
"name": "pnpm",
|
|
99
|
+
"version": ">=10.13.1",
|
|
100
|
+
"onFail": "error"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "npm"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
97
106
|
}
|
|
98
|
-
}
|
|
107
|
+
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { ref as r, watch as c, createBlock as p, openBlock as f } from "vue";
|
|
2
|
-
import m from "../InputField.vue.js";
|
|
3
|
-
import { useI18n as B } from "vue-i18n";
|
|
4
|
-
const b = {
|
|
5
|
-
__name: "LicenseAttributionByText",
|
|
6
|
-
props: {
|
|
7
|
-
distributionId: { type: Number, required: !1 },
|
|
8
|
-
showDeleteButton: { type: Boolean, default: !1 },
|
|
9
|
-
nameTextByClauses: { type: String, default: "" }
|
|
10
|
-
},
|
|
11
|
-
emits: ["addLicenseAttrByText", "deleteButtonClicked"],
|
|
12
|
-
setup(d, { emit: i }) {
|
|
13
|
-
const { t: y } = B(), l = d, a = r(l.nameTextByClauses), o = i, s = (e, t) => {
|
|
14
|
-
o("addLicenseAttrByText", e.target.value, l.distributionId);
|
|
15
|
-
};
|
|
16
|
-
c(() => l.nameTextByClauses, (e) => {
|
|
17
|
-
a.value = e;
|
|
18
|
-
});
|
|
19
|
-
const u = () => {
|
|
20
|
-
console.log("delete clicked"), o("deleteButtonClicked", l.distributionId);
|
|
21
|
-
};
|
|
22
|
-
return (e, t) => (f(), p(m, {
|
|
23
|
-
onInput: t[0] || (t[0] = (n) => s(n)),
|
|
24
|
-
modelValue: a.value,
|
|
25
|
-
"onUpdate:modelValue": t[1] || (t[1] = (n) => a.value = n),
|
|
26
|
-
addOnText: !1,
|
|
27
|
-
datePicker: !1,
|
|
28
|
-
infoIcon: !1,
|
|
29
|
-
placeholder: e.$t(
|
|
30
|
-
"message.dataupload.datasets.dcat:distribution.advanced.licenseAttrByText-placeholder"
|
|
31
|
-
),
|
|
32
|
-
preIcon: !1,
|
|
33
|
-
inputFieldSize: "large",
|
|
34
|
-
initialHintText: !1,
|
|
35
|
-
label: e.$t(
|
|
36
|
-
"message.dataupload.datasets.dcat:distribution.advanced.dcatde:licenseAttributionByText"
|
|
37
|
-
) + " (optional)",
|
|
38
|
-
showEndIcon: !1,
|
|
39
|
-
defaultInput: !d.showDeleteButton,
|
|
40
|
-
onDeleteButtonClicked: u
|
|
41
|
-
}, null, 8, ["modelValue", "placeholder", "label", "defaultInput"]));
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
export {
|
|
45
|
-
b as default
|
|
46
|
-
};
|