@piveau/dpi 0.2.0-alpha.1 → 0.2.0-alpha.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/dist/assets/dpi.css +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectDescriptionStep.vue.js +10 -11
- package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue2.js +21 -15
- package/dist/data-provider-interface/views/InputPageProject.vue.js +263 -263
- package/dist/stories/components/PartnerCard.vue.js +2 -2
- package/dist/stories/components/PartnerCard.vue2.js +15 -15
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import r from "./PartnerCard.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const d = /* @__PURE__ */ o(r, [["__scopeId", "data-v-d2bce4ed"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
d as default
|
|
7
7
|
};
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { defineComponent as l, createElementBlock as
|
|
2
|
-
import { FormKit as
|
|
3
|
-
import
|
|
4
|
-
const m = { class: "dpiV3_Card_Tips" },
|
|
1
|
+
import { defineComponent as l, createElementBlock as i, openBlock as d, renderSlot as o, createVNode as r, createElementVNode as p, unref as e } from "vue";
|
|
2
|
+
import { FormKit as n } from "@formkit/vue";
|
|
3
|
+
import a from "../../data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldDefinition.js";
|
|
4
|
+
const m = { class: "dpiV3_Card_Tips" }, s = { class: "action-container" }, v = /* @__PURE__ */ l({
|
|
5
5
|
__name: "PartnerCard",
|
|
6
6
|
setup(c) {
|
|
7
|
-
return (t, u) => (d(),
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
type: e(
|
|
7
|
+
return (t, u) => (d(), i("div", m, [
|
|
8
|
+
o(t.$slots, "default", {}, () => [
|
|
9
|
+
r(e(n), {
|
|
10
|
+
type: e(a),
|
|
11
11
|
name: "name",
|
|
12
12
|
"text-label": "Name",
|
|
13
13
|
validation: "required",
|
|
14
|
-
|
|
14
|
+
placeholder: "Enter text here"
|
|
15
15
|
}, null, 8, ["type"]),
|
|
16
|
-
|
|
17
|
-
type: e(
|
|
16
|
+
r(e(n), {
|
|
17
|
+
type: e(a),
|
|
18
18
|
name: "homepage",
|
|
19
19
|
"text-label": "Homepage",
|
|
20
20
|
validation: "url",
|
|
21
|
-
|
|
21
|
+
placeholder: "Enter text here"
|
|
22
22
|
}, null, 8, ["type"]),
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
p("div", s, [
|
|
24
|
+
o(t.$slots, "action", {}, void 0, !0)
|
|
25
25
|
])
|
|
26
26
|
], !0)
|
|
27
27
|
]));
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
export {
|
|
31
|
-
|
|
31
|
+
v as default
|
|
32
32
|
};
|