@piveau/dpi 0.2.0-alpha.47 → 0.2.0-alpha.49
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/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +64 -49
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +38 -30
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue2.js +59 -55
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +129 -98
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.js +148 -135
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalSimpleV3.vue.js +5 -5
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +317 -296
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessRightsV3.vue.js +77 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +58 -56
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +97 -90
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +35 -35
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +86 -86
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/FileFormatV3.vue.js +7 -10
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +9 -8
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +55 -50
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/GetResource.vue.js +8 -8
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +92 -91
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +49 -48
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +122 -117
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsModal.vue.js +48 -48
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +289 -293
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +32 -30
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +46 -29
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +264 -221
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/FindabilityChips.vue.js +41 -35
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/HVDSwitch.vue.js +63 -65
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +36 -35
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Toast.vue.js +30 -29
- package/dist/packages/dpi/src/data-provider-interface/components/ContactPage.vue.js +121 -108
- package/dist/packages/dpi/src/data-provider-interface/components/DiscoverabilityPage.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +102 -100
- package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +657 -600
- package/dist/packages/dpi/src/data-provider-interface/components/HVDPage.vue.js +41 -42
- package/dist/packages/dpi/src/data-provider-interface/components/PublisherPage.vue.js +161 -130
- package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +272 -239
- package/dist/packages/dpi/src/data-provider-interface/components/Spatial.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/components/Spatial.vue2.js +94 -82
- package/dist/packages/dpi/src/data-provider-interface/components/TempResPage.vue.js +81 -81
- package/dist/packages/dpi/src/data-provider-interface/components/TempResPageInModal.vue.js +138 -141
- package/dist/packages/dpi/src/data-provider-interface/components/TitelPage.vue.js +4 -4
- package/dist/packages/dpi/src/data-provider-interface/components/VisibilityPage.vue.js +4 -3
- package/dist/packages/dpi/src/data-provider-interface/components/dpiV3Description.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +255 -242
- package/dist/packages/dpi/src/data-provider-interface/composables/useOrganizationInfo.js +48 -0
- package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/converter.js +80 -84
- package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/page-content-config.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/store/modules/authStore.js +1 -3
- package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +226 -250
- package/package.json +2 -2
|
@@ -1,110 +1,141 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { FormKit as
|
|
3
|
-
import { PhLightbulb as
|
|
4
|
-
import
|
|
5
|
-
import { generateIsRequiredMsg as
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
|
|
1
|
+
import { defineComponent as E, computed as u, createElementBlock as a, openBlock as s, createElementVNode as n, createCommentVNode as T, renderSlot as w, unref as i, Fragment as D, toDisplayString as c, createVNode as o, withCtx as d, createTextVNode as M } from "vue";
|
|
2
|
+
import { FormKit as m } from "@formkit/vue";
|
|
3
|
+
import { PhLightbulb as N } from "@phosphor-icons/vue";
|
|
4
|
+
import P from "../../../../stories/components/PartnerCard.vue.js";
|
|
5
|
+
import { generateIsRequiredMsg as v, requireAllIfAny as p, generateIsInvalidMsg as A } from "../../../../utils/twinbyUtils.js";
|
|
6
|
+
import O from "../../../components/StepActionsSection.vue.js";
|
|
7
|
+
import { useOrganizationInfo as x } from "../../../composables/useOrganizationInfo.js";
|
|
8
|
+
import { useTwinbyUser as C } from "../../../composables/useTwinbyUser.js";
|
|
9
|
+
import B from "../Card.vue.js";
|
|
10
|
+
import g from "../InputField/InputFieldDefinition.js";
|
|
11
|
+
const F = { class: "dpiV3_page V3-typography" }, V = { class: "funny-section" }, L = { class: "funny-flex" }, j = { class: "funny-section" }, G = { class: "contact-container" }, $ = {
|
|
12
|
+
key: 0,
|
|
13
|
+
class: "contact-title"
|
|
14
|
+
}, K = {
|
|
15
|
+
key: 0,
|
|
16
|
+
class: "contact-title"
|
|
17
|
+
}, R = {
|
|
18
|
+
key: 1,
|
|
19
|
+
class: "contact-title not-available"
|
|
20
|
+
}, W = { class: "contact-wrapper" }, U = {
|
|
11
21
|
key: 0,
|
|
12
22
|
class: "contact-logo-wrapper"
|
|
13
|
-
},
|
|
23
|
+
}, H = ["src"], J = { key: 1 }, Q = { class: "info-wrapper" }, X = { class: "contact-grid" }, Y = { class: "contact-col" }, Z = {
|
|
24
|
+
key: 0,
|
|
25
|
+
class: "contact-info"
|
|
26
|
+
}, ee = {
|
|
27
|
+
key: 1,
|
|
28
|
+
class: "contact-info not-available"
|
|
29
|
+
}, ne = {
|
|
30
|
+
key: 2,
|
|
31
|
+
class: "contact-info"
|
|
32
|
+
}, te = {
|
|
33
|
+
key: 3,
|
|
34
|
+
class: "contact-info not-available"
|
|
35
|
+
}, ie = { class: "contact-col" }, ae = ["href"], se = {
|
|
14
36
|
key: 1,
|
|
15
|
-
class: "
|
|
16
|
-
},
|
|
37
|
+
class: "contact-info not-available"
|
|
38
|
+
}, oe = { class: "funny-section" }, le = { class: "contact-section" }, re = { class: "funny-section" }, ce = { class: "funny-section" }, de = { class: "funny-flex" }, ke = /* @__PURE__ */ E({
|
|
17
39
|
__name: "ProjectOrganisationStep",
|
|
18
40
|
props: {
|
|
19
|
-
isWip: { type: Boolean }
|
|
20
|
-
icon: {},
|
|
21
|
-
address: {},
|
|
22
|
-
postalCode: {},
|
|
23
|
-
city: {},
|
|
24
|
-
phone: {},
|
|
25
|
-
email: {}
|
|
41
|
+
isWip: { type: Boolean }
|
|
26
42
|
},
|
|
27
|
-
setup(
|
|
28
|
-
const {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
43
|
+
setup(ue) {
|
|
44
|
+
const { organization: k, authToken: I, startFetchPermissions: S } = C();
|
|
45
|
+
S();
|
|
46
|
+
const { resultEnhanced: l, isLoading: q } = x({
|
|
47
|
+
id: k,
|
|
48
|
+
authToken: I
|
|
49
|
+
}), h = u(
|
|
50
|
+
() => {
|
|
51
|
+
var t, e, y, b;
|
|
52
|
+
return ((e = (t = l.value) == null ? void 0 : t.publisher) == null ? void 0 : e.name) || ((y = l.value) == null ? void 0 : y.title) || ((b = l.value) == null ? void 0 : b.id) || "";
|
|
53
|
+
}
|
|
54
|
+
), _ = u(
|
|
55
|
+
() => {
|
|
56
|
+
var t, e;
|
|
57
|
+
return ((e = (t = l.value) == null ? void 0 : t.catalogueFavIcon) == null ? void 0 : e[0]) || "";
|
|
58
|
+
}
|
|
59
|
+
), r = u(() => {
|
|
60
|
+
var t, e;
|
|
61
|
+
return ((e = (t = l.value) == null ? void 0 : t.publisher) == null ? void 0 : e.address) || {};
|
|
62
|
+
}), f = u(() => {
|
|
63
|
+
var t;
|
|
64
|
+
return ((t = l.value) == null ? void 0 : t.publisher) || {};
|
|
32
65
|
});
|
|
33
|
-
function
|
|
66
|
+
function z(t) {
|
|
34
67
|
return t._value === null || t._value === void 0 ? !0 : typeof t._value != "string" ? !1 : /^\d*$/.test(t._value);
|
|
35
68
|
}
|
|
36
|
-
return (t,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
e("img", {
|
|
69
|
+
return (t, e) => (s(), a("div", F, [
|
|
70
|
+
n("section", V, [
|
|
71
|
+
n("div", L, [
|
|
72
|
+
e[2] || (e[2] = n("h4", null, "Informationen zu Ihrer Organisation", -1)),
|
|
73
|
+
e[3] || (e[3] = n("span", { class: "copy-large-regular" }, " Die Angaben zur durchführenden Organisation werden nicht hier bei der Projektdokumentation erfasst. Diese Daten werden automatisch aus den Kontoinformationen übernommen, die bei uns hinterlegt sind. So wird sichergestellt, dass die Angaben zu Ihrer Organisation stets konsistent und aktuell bleiben, ohne dass sie mehrfach eingegeben werden müssen. ", -1)),
|
|
74
|
+
w(t.$slots, "organization", {}, () => [
|
|
75
|
+
n("section", j, [
|
|
76
|
+
n("div", G, [
|
|
77
|
+
i(q) ? (s(), a("p", $, " Lade Organisationsdaten... ")) : (s(), a(D, { key: 1 }, [
|
|
78
|
+
h.value ? (s(), a("p", K, c(h.value), 1)) : (s(), a("p", R, " Name nicht verfügbar ")),
|
|
79
|
+
n("div", W, [
|
|
80
|
+
_.value ? (s(), a("div", U, [
|
|
81
|
+
n("img", {
|
|
50
82
|
class: "contact-logo",
|
|
51
|
-
src:
|
|
52
|
-
alt: "
|
|
53
|
-
}, null, 8,
|
|
54
|
-
])) : (
|
|
55
|
-
|
|
83
|
+
src: _.value,
|
|
84
|
+
alt: "Organisation Logo"
|
|
85
|
+
}, null, 8, H)
|
|
86
|
+
])) : (s(), a("div", J, e[0] || (e[0] = [
|
|
87
|
+
n("div", { class: "avatar-circle" }, null, -1)
|
|
56
88
|
]))),
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
89
|
+
n("div", Q, [
|
|
90
|
+
n("div", X, [
|
|
91
|
+
n("div", Y, [
|
|
92
|
+
r.value.street ? (s(), a("span", Z, c(r.value.street), 1)) : (s(), a("span", ee, "Straße nicht verfügbar")),
|
|
93
|
+
r.value.postalCode || r.value.locality ? (s(), a("span", ne, c(r.value.postalCode || "") + " " + c(r.value.locality || ""), 1)) : (s(), a("span", te, "Ort nicht verfügbar"))
|
|
62
94
|
]),
|
|
63
|
-
|
|
64
|
-
e("span",
|
|
65
|
-
|
|
95
|
+
n("div", ie, [
|
|
96
|
+
e[1] || (e[1] = n("span", { class: "contact-info not-available" }, "Telefon nicht verfügbar", -1)),
|
|
97
|
+
f.value.email ? (s(), a("a", {
|
|
66
98
|
key: 0,
|
|
67
99
|
class: "contact-info",
|
|
68
|
-
href: `mailto:${
|
|
69
|
-
},
|
|
100
|
+
href: `mailto:${f.value.email}`
|
|
101
|
+
}, c(f.value.email), 9, ae)) : (s(), a("span", se, "E-Mail nicht verfügbar"))
|
|
70
102
|
])
|
|
71
|
-
])
|
|
72
|
-
i[1] || (i[1] = e("div", { style: { position: "absolute", top: "0", left: "-12px", width: "360px", height: "100%", "background-color": "var(--blue-10)", "border-radius": "24px", display: "grid", "place-content": "center" } }, " Keine Daten verfügbar ", -1))
|
|
103
|
+
])
|
|
73
104
|
])
|
|
74
105
|
])
|
|
75
|
-
])
|
|
106
|
+
], 64))
|
|
76
107
|
])
|
|
77
|
-
]
|
|
78
|
-
|
|
108
|
+
])
|
|
109
|
+
], !0)
|
|
79
110
|
])
|
|
80
111
|
]),
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
default:
|
|
88
|
-
|
|
112
|
+
T("", !0),
|
|
113
|
+
n("section", oe, [
|
|
114
|
+
n("div", le, [
|
|
115
|
+
e[6] || (e[6] = n("h5", null, "Projektkontakt (optional)", -1)),
|
|
116
|
+
e[7] || (e[7] = n("span", { class: "copy-large-regular" }, " Bitte nennen Sie eine allgemeine E-Mail-Adresse oder Funktionsadresse, unter der interessierte Personen Rückfragen zum Projekt stellen können. Bitte geben Sie keine personenbezogenen Daten an. ", -1)),
|
|
117
|
+
o(P, null, {
|
|
118
|
+
default: d(() => [
|
|
119
|
+
o(i(m), {
|
|
89
120
|
type: "group",
|
|
90
121
|
name: "contact"
|
|
91
122
|
}, {
|
|
92
|
-
default:
|
|
93
|
-
|
|
94
|
-
type:
|
|
123
|
+
default: d(() => [
|
|
124
|
+
o(i(m), {
|
|
125
|
+
type: i(g),
|
|
95
126
|
name: "name",
|
|
96
127
|
"text-label": "Name",
|
|
97
128
|
placeholder: "Geben Sie einen Namen an.",
|
|
98
129
|
validation: "+requireAllIfAny",
|
|
99
130
|
"validation-label": "Name",
|
|
100
131
|
"validation-visibility": "submit",
|
|
101
|
-
"validation-rules": { requireAllIfAny:
|
|
132
|
+
"validation-rules": { requireAllIfAny: i(p) },
|
|
102
133
|
"validation-messages": {
|
|
103
|
-
requireAllIfAny:
|
|
134
|
+
requireAllIfAny: i(v)("Name")
|
|
104
135
|
}
|
|
105
136
|
}, null, 8, ["type", "validation-rules", "validation-messages"]),
|
|
106
|
-
|
|
107
|
-
type:
|
|
137
|
+
o(i(m), {
|
|
138
|
+
type: i(g),
|
|
108
139
|
name: "mail",
|
|
109
140
|
"text-label": "E-Mail-Adresse",
|
|
110
141
|
placeholder: "Geben Sie eine E-Mail-Adresse an.",
|
|
@@ -112,23 +143,23 @@ const z = { class: "dpiV3_page V3-typography" }, E = { class: "funny-section" },
|
|
|
112
143
|
"validation-visibility": "submit",
|
|
113
144
|
"validation-label": "E-Mail-Adresse",
|
|
114
145
|
"validation-messages": {
|
|
115
|
-
email:
|
|
116
|
-
requireAllIfAny:
|
|
146
|
+
email: i(A)("E-Mail-Adresse"),
|
|
147
|
+
requireAllIfAny: i(v)("E-Mail-Adresse")
|
|
117
148
|
},
|
|
118
|
-
"validation-rules": { requireAllIfAny:
|
|
149
|
+
"validation-rules": { requireAllIfAny: i(p) }
|
|
119
150
|
}, null, 8, ["type", "validation-messages", "validation-rules"]),
|
|
120
|
-
|
|
121
|
-
type:
|
|
151
|
+
o(i(m), {
|
|
152
|
+
type: i(g),
|
|
122
153
|
name: "phone",
|
|
123
154
|
"text-label": "Telefonnummer",
|
|
124
155
|
placeholder: "Geben Sie eine Telefonnummer an.",
|
|
125
|
-
"validation-rules": { numeric:
|
|
156
|
+
"validation-rules": { numeric: z, requireAllIfAny: i(p) },
|
|
126
157
|
validation: "numeric|+requireAllIfAny",
|
|
127
158
|
"validation-label": "Telefonnummer",
|
|
128
159
|
"validation-visibility": "submit",
|
|
129
160
|
"validation-messages": {
|
|
130
|
-
numeric:
|
|
131
|
-
requireAllIfAny:
|
|
161
|
+
numeric: i(A)("Telefonnummer"),
|
|
162
|
+
requireAllIfAny: i(v)("Telefonnummer")
|
|
132
163
|
}
|
|
133
164
|
}, null, 8, ["type", "validation-rules", "validation-messages"])
|
|
134
165
|
]),
|
|
@@ -139,26 +170,26 @@ const z = { class: "dpiV3_page V3-typography" }, E = { class: "funny-section" },
|
|
|
139
170
|
})
|
|
140
171
|
])
|
|
141
172
|
]),
|
|
142
|
-
|
|
143
|
-
|
|
173
|
+
n("section", re, [
|
|
174
|
+
o(O)
|
|
144
175
|
]),
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
icon:
|
|
149
|
-
|
|
176
|
+
n("section", ce, [
|
|
177
|
+
n("div", de, [
|
|
178
|
+
o(B, { variant: "default" }, {
|
|
179
|
+
icon: d(() => [
|
|
180
|
+
o(i(N), {
|
|
150
181
|
size: 32,
|
|
151
182
|
color: "#009fe3"
|
|
152
183
|
})
|
|
153
184
|
]),
|
|
154
|
-
title:
|
|
155
|
-
|
|
185
|
+
title: d(() => e[8] || (e[8] = [
|
|
186
|
+
M(" Wichtig! ", -1)
|
|
156
187
|
])),
|
|
157
|
-
default:
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
188
|
+
default: d(() => [
|
|
189
|
+
e[9] || (e[9] = n("div", { class: "copy-large-regular" }, [
|
|
190
|
+
n("p", null, "Bitte geben Sie keine persönlichen Daten preis! Diese dürfen auf unserer Plattform nicht veröffentlicht werden."),
|
|
191
|
+
n("p", null, "Dazu zählen Namen, E-Mail-Adresse oder auch Telefonnummern von realen Personen."),
|
|
192
|
+
n("p", null, "Geben Sie daher hier die Daten einer Organisationseinheit oder Abteilung an.")
|
|
162
193
|
], -1))
|
|
163
194
|
]),
|
|
164
195
|
_: 1,
|
|
@@ -170,5 +201,5 @@ const z = { class: "dpiV3_page V3-typography" }, E = { class: "funny-section" },
|
|
|
170
201
|
}
|
|
171
202
|
});
|
|
172
203
|
export {
|
|
173
|
-
|
|
204
|
+
ke as default
|
|
174
205
|
};
|
package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./DpiModalBase.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-10c6956e"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|