@opendesign-plus-test/components 0.0.1-rc.134 → 0.0.1-rc.136
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/chunk-OElCookieNotice.cjs.js +1 -1
- package/dist/chunk-OElCookieNotice.es.js +12 -10
- package/dist/components/feedback-doc/OFeedbackDoc.vue.d.ts +6 -1
- package/dist/components/feedback-doc/OFeedbackDocContent.vue.d.ts +2 -0
- package/dist/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +6 -1
- package/dist/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +4 -0
- package/dist/components/feedback-doc/index.d.ts +54 -6
- package/dist/components/footer/OFooter.vue.d.ts +4 -25
- package/dist/components/footer/components/FooterList.vue.d.ts +21 -0
- package/dist/components/footer/components/FooterSimple.vue.d.ts +23 -0
- package/dist/components/footer/index.d.ts +8 -64
- package/dist/components/footer/types.d.ts +48 -0
- package/dist/components/logo-swiper/OLogoSwiper.vue.d.ts +17 -0
- package/dist/components/logo-swiper/OLogoSwiperItems.vue.d.ts +17 -0
- package/dist/components/logo-swiper/index.d.ts +73 -0
- package/dist/components/logo-swiper/types.d.ts +18 -0
- package/dist/components/sig/OSigDetail.vue.d.ts +0 -2
- package/dist/components/sig/OSigList.vue.d.ts +2 -2
- package/dist/components/sig/components/OSigItem.vue.d.ts +1 -4
- package/dist/components/sig/components/OSigRepo.vue.d.ts +0 -2
- package/dist/components/sig/components/config-sig.d.ts +1 -0
- package/dist/components/sig/types.d.ts +1 -2
- package/dist/components/video/OVideoDetail.vue.d.ts +7 -0
- package/dist/components/video/index.d.ts +27 -0
- package/dist/components/video/types.d.ts +24 -0
- package/dist/components.cjs.js +40 -40
- package/dist/components.css +1 -1
- package/dist/components.es.js +12869 -12804
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-filter.mjs +6 -5
- package/dist/treeshaking/components/activity/OActivityApproval.css +3 -6
- package/dist/treeshaking/components/activity/OActivityApproval2.css +3 -6
- package/dist/treeshaking/components/activity/OActivityForm.css +3 -6
- package/dist/treeshaking/components/activity/OActivityForm2.css +3 -6
- package/dist/treeshaking/components/activity/OActivityMyCalendar.css +3 -6
- package/dist/treeshaking/components/activity/OActivityMyCalendar2.css +3 -6
- package/dist/treeshaking/components/common/ThFilter.vue.mjs +1 -1
- package/dist/treeshaking/components/common/TooltipText.vue.mjs +3 -2
- package/dist/treeshaking/components/element-plus/OElCookieNotice.css +3 -6
- package/dist/treeshaking/components/element-plus/OElCookieNotice2.css +3 -6
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.css +5 -5
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.d.ts +6 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.mjs +1 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue2.mjs +10 -4
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.css +27 -27
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.d.ts +2 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.mjs +1 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue2.mjs +8 -3
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +6 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.mjs +12 -5
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.css +3 -3
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +4 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.mjs +1 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue2.mjs +7 -3
- package/dist/treeshaking/components/feedback-doc/index.d.ts +54 -6
- package/dist/treeshaking/components/footer/OFooter.css +33 -590
- package/dist/treeshaking/components/footer/OFooter.vue.d.ts +4 -25
- package/dist/treeshaking/components/footer/OFooter.vue.mjs +1 -1
- package/dist/treeshaking/components/footer/OFooter.vue2.mjs +76 -332
- package/dist/treeshaking/components/footer/components/FooterList.css +462 -0
- package/dist/treeshaking/components/footer/components/FooterList.vue.d.ts +21 -0
- package/dist/treeshaking/components/footer/components/FooterList.vue.mjs +7 -0
- package/dist/treeshaking/components/footer/components/FooterList.vue2.mjs +215 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.css +123 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.vue.d.ts +23 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.vue.mjs +7 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.vue2.mjs +109 -0
- package/dist/treeshaking/components/footer/index.d.ts +8 -64
- package/dist/treeshaking/components/footer/types.d.ts +48 -0
- package/dist/treeshaking/components/header/components/HeaderContent.css +184 -184
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderFlatten.css +57 -57
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue2.mjs +5 -5
- package/dist/treeshaking/components/header/components/HeaderNavMobile.css +80 -80
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +7 -1
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.css +31 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.d.ts +17 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.mjs +14 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.css +88 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.d.ts +17 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.mjs +7 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue2.mjs +158 -0
- package/dist/treeshaking/components/logo-swiper/index.d.ts +73 -0
- package/dist/treeshaking/components/logo-swiper/index.mjs +16 -0
- package/dist/treeshaking/components/logo-swiper/types.d.ts +18 -0
- package/dist/treeshaking/components/meeting/OMeetingCalendar.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingForm.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingForm2.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar2.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector2.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles2.css +3 -6
- package/dist/treeshaking/components/sig/OSigDetail.vue.d.ts +0 -2
- package/dist/treeshaking/components/sig/OSigDetail.vue.mjs +10 -13
- package/dist/treeshaking/components/sig/OSigList.css +317 -81
- package/dist/treeshaking/components/sig/OSigList.vue.d.ts +2 -2
- package/dist/treeshaking/components/sig/OSigList.vue.mjs +204 -294
- package/dist/treeshaking/components/sig/components/OSigItem.css +68 -63
- package/dist/treeshaking/components/sig/components/OSigItem.vue.d.ts +1 -4
- package/dist/treeshaking/components/sig/components/OSigItem.vue.mjs +6 -6
- package/dist/treeshaking/components/sig/components/OSigRepo.vue.d.ts +0 -2
- package/dist/treeshaking/components/sig/components/OSigRepo.vue.mjs +2 -3
- package/dist/treeshaking/components/sig/components/config-sig.d.ts +1 -0
- package/dist/treeshaking/components/sig/components/config-sig.mjs +4 -0
- package/dist/treeshaking/components/sig/types.d.ts +1 -2
- package/dist/treeshaking/i18n/en.mjs +1 -0
- package/dist/treeshaking/i18n/zh.mjs +1 -0
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +3 -0
- package/package.json +3 -3
- package/dist/treeshaking/_virtual/icon-filter2.mjs +0 -21
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, useModel, reactive, computed, ref, openBlock, createElementBlock, createBlock, unref, withCtx, createVNode, createCommentVNode, createElementVNode, toDisplayString, normalizeClass, Fragment, renderList, createTextVNode, mergeModels } from "vue";
|
|
1
|
+
import { defineComponent, useModel, reactive, computed, ref, openBlock, createElementBlock, createBlock, unref, withCtx, createVNode, createCommentVNode, createElementVNode, toDisplayString, normalizeClass, Fragment, renderList, normalizeStyle, createTextVNode, mergeModels } from "vue";
|
|
2
2
|
import { useMessage, OIcon, ORate, OTextarea, OButton, ODivider, OLink } from "@opensig/opendesign";
|
|
3
3
|
import { useScreen } from "@opendesign-plus/composables";
|
|
4
4
|
import IconClose from "../../_virtual/icon-close.mjs";
|
|
@@ -23,6 +23,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
23
23
|
props: /* @__PURE__ */ mergeModels({
|
|
24
24
|
hideClose: { type: Boolean, default: false },
|
|
25
25
|
disableTip: { type: Boolean },
|
|
26
|
+
inputRadius: { default: "var(--o-radius-xs)" },
|
|
26
27
|
submitData: {},
|
|
27
28
|
submitIssue: {}
|
|
28
29
|
}, {
|
|
@@ -200,8 +201,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
200
201
|
class: "o-feedback-input",
|
|
201
202
|
"max-length": 200,
|
|
202
203
|
resize: "none",
|
|
203
|
-
placeholder: unref(t)("feedback.placeholder")
|
|
204
|
-
|
|
204
|
+
placeholder: unref(t)("feedback.placeholder"),
|
|
205
|
+
style: normalizeStyle({
|
|
206
|
+
"--input-radius": props.inputRadius,
|
|
207
|
+
"--_box-radius": props.inputRadius
|
|
208
|
+
})
|
|
209
|
+
}, null, 8, ["modelValue", "placeholder", "style"])
|
|
205
210
|
])) : createCommentVNode("", true),
|
|
206
211
|
unref(lePadV) ? (openBlock(), createElementBlock("div", _hoisted_5, [
|
|
207
212
|
showInput.value ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
disableTip?: boolean;
|
|
3
|
+
radius?: string;
|
|
4
|
+
inputRadius?: string;
|
|
3
5
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
4
6
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
5
7
|
};
|
|
@@ -30,5 +32,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
30
32
|
"onUpdate:completeness"?: ((value: number) => any) | undefined;
|
|
31
33
|
"onUpdate:usability"?: ((value: number) => any) | undefined;
|
|
32
34
|
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
33
|
-
}>, {
|
|
35
|
+
}>, {
|
|
36
|
+
inputRadius: string;
|
|
37
|
+
radius: string;
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
34
39
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, useModel, openBlock, createBlock, unref, normalizeStyle, withCtx, createVNode, mergeModels } from "vue";
|
|
1
|
+
import { defineComponent, useModel, computed, openBlock, createBlock, unref, normalizeStyle, withCtx, createVNode, mergeModels } from "vue";
|
|
2
2
|
import { ODialog } from "@opensig/opendesign";
|
|
3
3
|
import { useScreen } from "@opendesign-plus/composables";
|
|
4
4
|
import _OFeedbackDocContent from "./OFeedbackDocContent.vue.mjs";
|
|
@@ -6,8 +6,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
6
6
|
__name: "OFeedbackDocDialog",
|
|
7
7
|
props: /* @__PURE__ */ mergeModels({
|
|
8
8
|
disableTip: { type: Boolean },
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
radius: { default: "var(--o-radius-xs)" },
|
|
10
|
+
inputRadius: { default: "var(--o-radius-xs)" },
|
|
11
|
+
submitData: {},
|
|
12
|
+
submitIssue: {}
|
|
11
13
|
}, {
|
|
12
14
|
"visible": { type: Boolean, ...{
|
|
13
15
|
default: false
|
|
@@ -36,6 +38,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
36
38
|
}),
|
|
37
39
|
emits: /* @__PURE__ */ mergeModels(["change", "close"], ["update:visible", "update:efficiency", "update:accuracy", "update:completeness", "update:usability", "update:feedback"]),
|
|
38
40
|
setup(__props, { emit: __emit }) {
|
|
41
|
+
const props = __props;
|
|
39
42
|
const emits = __emit;
|
|
40
43
|
const { isPhone } = useScreen();
|
|
41
44
|
const visible = useModel(__props, "visible");
|
|
@@ -44,6 +47,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
44
47
|
const completenessRate = useModel(__props, "completeness");
|
|
45
48
|
const usabilityRate = useModel(__props, "usability");
|
|
46
49
|
const feedback = useModel(__props, "feedback");
|
|
50
|
+
const dlgRadius = computed(() => {
|
|
51
|
+
return isPhone.value ? `${props.radius} ${props.radius} 0 0` : props.radius;
|
|
52
|
+
});
|
|
47
53
|
const onDialogVisibleChange = (visible2) => {
|
|
48
54
|
if (!visible2) {
|
|
49
55
|
emits("close");
|
|
@@ -58,7 +64,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
58
64
|
scroller: false,
|
|
59
65
|
style: normalizeStyle({
|
|
60
66
|
"--dlg-width": unref(isPhone) ? "100%" : "424px",
|
|
61
|
-
"--dlg-radius":
|
|
67
|
+
"--dlg-radius": dlgRadius.value
|
|
62
68
|
}),
|
|
63
69
|
onChange: onDialogVisibleChange
|
|
64
70
|
}, {
|
|
@@ -76,11 +82,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76
82
|
"onUpdate:feedback": _cache[4] || (_cache[4] = ($event) => feedback.value = $event),
|
|
77
83
|
"hide-close": true,
|
|
78
84
|
"disable-tip": __props.disableTip,
|
|
85
|
+
"input-radius": __props.inputRadius,
|
|
79
86
|
"submit-data": __props.submitData,
|
|
80
87
|
"submit-issue": __props.submitIssue,
|
|
81
88
|
onChange: _cache[5] || (_cache[5] = ($event) => emits("change")),
|
|
82
89
|
onClose: _cache[6] || (_cache[6] = ($event) => emits("close"))
|
|
83
|
-
}, null, 8, ["efficiency", "accuracy", "completeness", "usability", "feedback", "disable-tip", "submit-data", "submit-issue"])
|
|
90
|
+
}, null, 8, ["efficiency", "accuracy", "completeness", "usability", "feedback", "disable-tip", "input-radius", "submit-data", "submit-issue"])
|
|
84
91
|
]),
|
|
85
92
|
_: 1
|
|
86
93
|
}, 8, ["visible", "style"]);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
.hover-icon-rotate .o-icon[data-v-
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-61cd944c] {
|
|
2
2
|
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
3
3
|
}
|
|
4
4
|
@media (hover: hover) {
|
|
5
|
-
.hover-icon-rotate:hover .o-icon[data-v-
|
|
5
|
+
.hover-icon-rotate:hover .o-icon[data-v-61cd944c] {
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.o-popup[data-v-
|
|
9
|
+
.o-popup[data-v-61cd944c] {
|
|
10
10
|
cursor: default;
|
|
11
11
|
}
|
|
@@ -7,6 +7,8 @@ type __VLS_Props = {
|
|
|
7
7
|
position?: 'br' | 'rt' | 'tr' | 'left' | 'right' | 'top' | 'bottom' | 'rb' | 'tl' | 'bl' | 'lt' | 'lb';
|
|
8
8
|
disableTip?: boolean;
|
|
9
9
|
offset?: number;
|
|
10
|
+
radius?: string;
|
|
11
|
+
inputRadius?: string;
|
|
10
12
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
11
13
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
12
14
|
};
|
|
@@ -40,5 +42,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
40
42
|
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
41
43
|
offset: number;
|
|
42
44
|
autoHide: boolean;
|
|
45
|
+
inputRadius: string;
|
|
46
|
+
radius: string;
|
|
43
47
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
44
48
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./OFeedbackDocPopup.vue2.mjs";
|
|
2
2
|
import './OFeedbackDocPopup.css';
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const _OFeedbackDocPopup = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const _OFeedbackDocPopup = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-61cd944c"]]);
|
|
5
5
|
export {
|
|
6
6
|
_OFeedbackDocPopup as default
|
|
7
7
|
};
|
|
@@ -12,6 +12,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
12
12
|
position: { default: "lt" },
|
|
13
13
|
disableTip: { type: Boolean },
|
|
14
14
|
offset: { default: 24 },
|
|
15
|
+
radius: { default: "var(--o-radius-xs)" },
|
|
16
|
+
inputRadius: { default: "var(--o-radius-xs)" },
|
|
15
17
|
submitData: {},
|
|
16
18
|
submitIssue: {}
|
|
17
19
|
}, {
|
|
@@ -55,11 +57,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
55
57
|
position: __props.position,
|
|
56
58
|
trigger: "hover",
|
|
57
59
|
style: normalizeStyle({
|
|
58
|
-
"--popup-radius":
|
|
60
|
+
"--popup-radius": __props.radius,
|
|
59
61
|
"--popup-shadow": "var(--o-shadow-2)",
|
|
60
62
|
"--popup-bg-color": "var(--o-color-fill2)",
|
|
61
63
|
"--popup-padding": "12px",
|
|
62
|
-
"--popup-min-width": unref(locale) !== "zh" ? "296px" : "240px"
|
|
64
|
+
"--popup-min-width": unref(locale) !== "zh" ? "296px" : "240px",
|
|
65
|
+
cursor: "default"
|
|
63
66
|
})
|
|
64
67
|
}, {
|
|
65
68
|
default: withCtx(() => [
|
|
@@ -75,11 +78,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
75
78
|
feedback: feedback.value,
|
|
76
79
|
"onUpdate:feedback": _cache[4] || (_cache[4] = ($event) => feedback.value = $event),
|
|
77
80
|
"disable-tip": __props.disableTip,
|
|
81
|
+
"input-radius": __props.inputRadius,
|
|
78
82
|
"submit-data": __props.submitData,
|
|
79
83
|
"submit-issue": __props.submitIssue,
|
|
80
84
|
onChange: _cache[5] || (_cache[5] = ($event) => emits("change")),
|
|
81
85
|
onClose: _cache[6] || (_cache[6] = ($event) => emits("close"))
|
|
82
|
-
}, null, 8, ["efficiency", "accuracy", "completeness", "usability", "feedback", "disable-tip", "submit-data", "submit-issue"])
|
|
86
|
+
}, null, 8, ["efficiency", "accuracy", "completeness", "usability", "feedback", "disable-tip", "input-radius", "submit-data", "submit-issue"])
|
|
83
87
|
]),
|
|
84
88
|
_: 1
|
|
85
89
|
}, 8, ["visible", "target", "auto-hide", "offset", "wrapper", "position", "style"]);
|
|
@@ -12,6 +12,8 @@ declare const OFeedbackDoc: {
|
|
|
12
12
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
13
13
|
disableTip?: boolean;
|
|
14
14
|
offset?: number;
|
|
15
|
+
radius?: string;
|
|
16
|
+
inputRadius?: string;
|
|
15
17
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
16
18
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
17
19
|
}> & Readonly<{
|
|
@@ -26,7 +28,10 @@ declare const OFeedbackDoc: {
|
|
|
26
28
|
"update:completeness": (value: number) => any;
|
|
27
29
|
"update:usability": (value: number) => any;
|
|
28
30
|
"update:feedback": (value: string) => any;
|
|
29
|
-
}, import('vue').PublicProps, {
|
|
31
|
+
}, import('vue').PublicProps, {
|
|
32
|
+
inputRadius: string;
|
|
33
|
+
radius: string;
|
|
34
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
30
35
|
feedbackRef: ({
|
|
31
36
|
$: import('vue').ComponentInternalInstance;
|
|
32
37
|
$data: {};
|
|
@@ -130,6 +135,8 @@ declare const OFeedbackDoc: {
|
|
|
130
135
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
131
136
|
disableTip?: boolean;
|
|
132
137
|
offset?: number;
|
|
138
|
+
radius?: string;
|
|
139
|
+
inputRadius?: string;
|
|
133
140
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
134
141
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
135
142
|
}> & Readonly<{
|
|
@@ -138,7 +145,10 @@ declare const OFeedbackDoc: {
|
|
|
138
145
|
"onUpdate:completeness"?: ((value: number) => any) | undefined;
|
|
139
146
|
"onUpdate:usability"?: ((value: number) => any) | undefined;
|
|
140
147
|
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
141
|
-
}>, {}, {}, {}, {}, {
|
|
148
|
+
}>, {}, {}, {}, {}, {
|
|
149
|
+
inputRadius: string;
|
|
150
|
+
radius: string;
|
|
151
|
+
}>;
|
|
142
152
|
__isFragment?: never;
|
|
143
153
|
__isTeleport?: never;
|
|
144
154
|
__isSuspense?: never;
|
|
@@ -154,6 +164,8 @@ declare const OFeedbackDoc: {
|
|
|
154
164
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
155
165
|
disableTip?: boolean;
|
|
156
166
|
offset?: number;
|
|
167
|
+
radius?: string;
|
|
168
|
+
inputRadius?: string;
|
|
157
169
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
158
170
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
159
171
|
}> & Readonly<{
|
|
@@ -168,7 +180,10 @@ declare const OFeedbackDoc: {
|
|
|
168
180
|
"update:completeness": (value: number) => any;
|
|
169
181
|
"update:usability": (value: number) => any;
|
|
170
182
|
"update:feedback": (value: string) => any;
|
|
171
|
-
}, string, {
|
|
183
|
+
}, string, {
|
|
184
|
+
inputRadius: string;
|
|
185
|
+
radius: string;
|
|
186
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
172
187
|
$slots: {
|
|
173
188
|
default?(_: {}): any;
|
|
174
189
|
};
|
|
@@ -185,6 +200,7 @@ declare const OFeedbackDocContent: {
|
|
|
185
200
|
} & {
|
|
186
201
|
hideClose?: boolean;
|
|
187
202
|
disableTip?: boolean;
|
|
203
|
+
inputRadius?: string;
|
|
188
204
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
189
205
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
190
206
|
}> & Readonly<{
|
|
@@ -208,6 +224,7 @@ declare const OFeedbackDocContent: {
|
|
|
208
224
|
submit: (data: Record<string, any>) => any;
|
|
209
225
|
}, import('vue').PublicProps, {
|
|
210
226
|
hideClose: boolean;
|
|
227
|
+
inputRadius: string;
|
|
211
228
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
212
229
|
P: {};
|
|
213
230
|
B: {};
|
|
@@ -224,6 +241,7 @@ declare const OFeedbackDocContent: {
|
|
|
224
241
|
} & {
|
|
225
242
|
hideClose?: boolean;
|
|
226
243
|
disableTip?: boolean;
|
|
244
|
+
inputRadius?: string;
|
|
227
245
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
228
246
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
229
247
|
}> & Readonly<{
|
|
@@ -237,6 +255,7 @@ declare const OFeedbackDocContent: {
|
|
|
237
255
|
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
238
256
|
}>, {}, {}, {}, {}, {
|
|
239
257
|
hideClose: boolean;
|
|
258
|
+
inputRadius: string;
|
|
240
259
|
}>;
|
|
241
260
|
__isFragment?: never;
|
|
242
261
|
__isTeleport?: never;
|
|
@@ -250,6 +269,7 @@ declare const OFeedbackDocContent: {
|
|
|
250
269
|
} & {
|
|
251
270
|
hideClose?: boolean;
|
|
252
271
|
disableTip?: boolean;
|
|
272
|
+
inputRadius?: string;
|
|
253
273
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
254
274
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
255
275
|
}> & Readonly<{
|
|
@@ -273,6 +293,7 @@ declare const OFeedbackDocContent: {
|
|
|
273
293
|
submit: (data: Record<string, any>) => any;
|
|
274
294
|
}, string, {
|
|
275
295
|
hideClose: boolean;
|
|
296
|
+
inputRadius: string;
|
|
276
297
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
277
298
|
install(app: App): void;
|
|
278
299
|
};
|
|
@@ -286,6 +307,8 @@ declare const OFeedbackDocDialog: {
|
|
|
286
307
|
feedback?: string;
|
|
287
308
|
} & {
|
|
288
309
|
disableTip?: boolean;
|
|
310
|
+
radius?: string;
|
|
311
|
+
inputRadius?: string;
|
|
289
312
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
290
313
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
291
314
|
}> & Readonly<{
|
|
@@ -307,7 +330,10 @@ declare const OFeedbackDocDialog: {
|
|
|
307
330
|
} & {
|
|
308
331
|
close: () => any;
|
|
309
332
|
change: () => any;
|
|
310
|
-
}, import('vue').PublicProps, {
|
|
333
|
+
}, import('vue').PublicProps, {
|
|
334
|
+
inputRadius: string;
|
|
335
|
+
radius: string;
|
|
336
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
311
337
|
P: {};
|
|
312
338
|
B: {};
|
|
313
339
|
D: {};
|
|
@@ -323,6 +349,8 @@ declare const OFeedbackDocDialog: {
|
|
|
323
349
|
feedback?: string;
|
|
324
350
|
} & {
|
|
325
351
|
disableTip?: boolean;
|
|
352
|
+
radius?: string;
|
|
353
|
+
inputRadius?: string;
|
|
326
354
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
327
355
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
328
356
|
}> & Readonly<{
|
|
@@ -334,7 +362,10 @@ declare const OFeedbackDocDialog: {
|
|
|
334
362
|
"onUpdate:completeness"?: ((value: number) => any) | undefined;
|
|
335
363
|
"onUpdate:usability"?: ((value: number) => any) | undefined;
|
|
336
364
|
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
337
|
-
}>, {}, {}, {}, {}, {
|
|
365
|
+
}>, {}, {}, {}, {}, {
|
|
366
|
+
inputRadius: string;
|
|
367
|
+
radius: string;
|
|
368
|
+
}>;
|
|
338
369
|
__isFragment?: never;
|
|
339
370
|
__isTeleport?: never;
|
|
340
371
|
__isSuspense?: never;
|
|
@@ -347,6 +378,8 @@ declare const OFeedbackDocDialog: {
|
|
|
347
378
|
feedback?: string;
|
|
348
379
|
} & {
|
|
349
380
|
disableTip?: boolean;
|
|
381
|
+
radius?: string;
|
|
382
|
+
inputRadius?: string;
|
|
350
383
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
351
384
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
352
385
|
}> & Readonly<{
|
|
@@ -368,7 +401,10 @@ declare const OFeedbackDocDialog: {
|
|
|
368
401
|
} & {
|
|
369
402
|
close: () => any;
|
|
370
403
|
change: () => any;
|
|
371
|
-
}, string, {
|
|
404
|
+
}, string, {
|
|
405
|
+
inputRadius: string;
|
|
406
|
+
radius: string;
|
|
407
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
372
408
|
install(app: App): void;
|
|
373
409
|
};
|
|
374
410
|
declare const OFeedbackDocPopup: {
|
|
@@ -386,6 +422,8 @@ declare const OFeedbackDocPopup: {
|
|
|
386
422
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
387
423
|
disableTip?: boolean;
|
|
388
424
|
offset?: number;
|
|
425
|
+
radius?: string;
|
|
426
|
+
inputRadius?: string;
|
|
389
427
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
390
428
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
391
429
|
}> & Readonly<{
|
|
@@ -411,6 +449,8 @@ declare const OFeedbackDocPopup: {
|
|
|
411
449
|
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
412
450
|
offset: number;
|
|
413
451
|
autoHide: boolean;
|
|
452
|
+
inputRadius: string;
|
|
453
|
+
radius: string;
|
|
414
454
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
415
455
|
P: {};
|
|
416
456
|
B: {};
|
|
@@ -432,6 +472,8 @@ declare const OFeedbackDocPopup: {
|
|
|
432
472
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
433
473
|
disableTip?: boolean;
|
|
434
474
|
offset?: number;
|
|
475
|
+
radius?: string;
|
|
476
|
+
inputRadius?: string;
|
|
435
477
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
436
478
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
437
479
|
}> & Readonly<{
|
|
@@ -448,6 +490,8 @@ declare const OFeedbackDocPopup: {
|
|
|
448
490
|
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
449
491
|
offset: number;
|
|
450
492
|
autoHide: boolean;
|
|
493
|
+
inputRadius: string;
|
|
494
|
+
radius: string;
|
|
451
495
|
}>;
|
|
452
496
|
__isFragment?: never;
|
|
453
497
|
__isTeleport?: never;
|
|
@@ -466,6 +510,8 @@ declare const OFeedbackDocPopup: {
|
|
|
466
510
|
position?: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
467
511
|
disableTip?: boolean;
|
|
468
512
|
offset?: number;
|
|
513
|
+
radius?: string;
|
|
514
|
+
inputRadius?: string;
|
|
469
515
|
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
470
516
|
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
471
517
|
}> & Readonly<{
|
|
@@ -491,6 +537,8 @@ declare const OFeedbackDocPopup: {
|
|
|
491
537
|
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
492
538
|
offset: number;
|
|
493
539
|
autoHide: boolean;
|
|
540
|
+
inputRadius: string;
|
|
541
|
+
radius: string;
|
|
494
542
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
495
543
|
install(app: App): void;
|
|
496
544
|
};
|