aicfe-answer-card 0.0.1-beta.21 → 0.0.1-beta.23
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/lib/v2/aicfe-answer-card.cjs.js +1 -1
- package/lib/v2/aicfe-answer-card.es.js +42 -44
- package/lib/v2/aicfe-answer-card.umd.js +1 -1
- package/lib/v2.7/aicfe-answer-card.cjs.js +1 -1
- package/lib/v2.7/aicfe-answer-card.es.js +30 -32
- package/lib/v2.7/aicfe-answer-card.umd.js +1 -1
- package/lib/v3/aicfe-answer-card.cjs.js +1 -1
- package/lib/v3/aicfe-answer-card.es.js +19 -21
- package/lib/v3/aicfe-answer-card.umd.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const u=require("vue"),p=require("@vue/composition-api/dist/vue-composition-api.mjs");function $(n){n=n||u,n&&!n.__composition_api_installed__&&n.use(p)}$(u);u.version;const b=p.defineComponent({name:"AcButton",setup(){}});var R=function(){var n=this,t=n.$createElement,a=n._self._c||t;return a("button",{staticClass:"ac-button"},[n._t("default")],2)},S=[];function T(n,t,a,v,r,_,l,h){var e=typeof n=="function"?n.options:n;t&&(e.render=t,e.staticRenderFns=a,e._compiled=!0),v&&(e.functional=!0),_&&(e._scopeId="data-v-"+_);var i;if(l?(i=function(o){o=o||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!o&&typeof __VUE_SSR_CONTEXT__<"u"&&(o=__VUE_SSR_CONTEXT__),r&&r.call(this,o),o&&o._registeredComponents&&o._registeredComponents.add(l)},e._ssrRegister=i):r&&(i=h?function(){r.call(this,(e.functional?this.parent:this).$root.$options.shadowRoot)}:r),i)if(e.functional){e._injectStyles=i;var m=e.render;e.render=function(C,c){return i.call(c),m(C,c)}}else{var f=e.beforeCreate;e.beforeCreate=f?[].concat(f,i):[i]}return{exports:n,options:e}}const d={};var g=T(b,R,S,!1,V,null,null,null);function V(n){for(let t in d)this[t]=d[t]}const s=function(){return g.exports}();s.install=function(n){return n.component(s.name,s),n};const E=[s],M=function(n){E.forEach(t=>{n.use(t)})},O={install:M};exports.default=O;
|
|
@@ -1,78 +1,76 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
function
|
|
4
|
-
n = n ||
|
|
1
|
+
import f from "vue";
|
|
2
|
+
import C, { defineComponent as $ } from "@vue/composition-api/dist/vue-composition-api.mjs";
|
|
3
|
+
function R(n) {
|
|
4
|
+
n = n || f, n && !n.__composition_api_installed__ && n.use(C);
|
|
5
5
|
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
const b =
|
|
6
|
+
R(f);
|
|
7
|
+
f.version;
|
|
8
|
+
const b = $({
|
|
9
9
|
name: "AcButton",
|
|
10
10
|
setup() {
|
|
11
11
|
}
|
|
12
12
|
});
|
|
13
|
-
var
|
|
14
|
-
var n = this, o = n.$createElement,
|
|
15
|
-
return
|
|
16
|
-
},
|
|
17
|
-
function
|
|
13
|
+
var T = function() {
|
|
14
|
+
var n = this, o = n.$createElement, a = n._self._c || o;
|
|
15
|
+
return a("button", { staticClass: "ac-button" }, [n._t("default")], 2);
|
|
16
|
+
}, V = [];
|
|
17
|
+
function E(n, o, a, p, r, _, u, m) {
|
|
18
18
|
var t = typeof n == "function" ? n.options : n;
|
|
19
|
-
o && (t.render = o, t.staticRenderFns =
|
|
19
|
+
o && (t.render = o, t.staticRenderFns = a, t._compiled = !0), p && (t.functional = !0), _ && (t._scopeId = "data-v-" + _);
|
|
20
20
|
var i;
|
|
21
|
-
if (
|
|
21
|
+
if (u ? (i = function(e) {
|
|
22
22
|
e = e || // cached call
|
|
23
23
|
this.$vnode && this.$vnode.ssrContext || // stateful
|
|
24
|
-
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !e && typeof __VUE_SSR_CONTEXT__ < "u" && (e = __VUE_SSR_CONTEXT__),
|
|
25
|
-
}, t._ssrRegister = i) :
|
|
26
|
-
|
|
24
|
+
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !e && typeof __VUE_SSR_CONTEXT__ < "u" && (e = __VUE_SSR_CONTEXT__), r && r.call(this, e), e && e._registeredComponents && e._registeredComponents.add(u);
|
|
25
|
+
}, t._ssrRegister = i) : r && (i = m ? function() {
|
|
26
|
+
r.call(
|
|
27
27
|
this,
|
|
28
28
|
(t.functional ? this.parent : this).$root.$options.shadowRoot
|
|
29
29
|
);
|
|
30
|
-
} :
|
|
30
|
+
} : r), i)
|
|
31
31
|
if (t.functional) {
|
|
32
32
|
t._injectStyles = i;
|
|
33
|
-
var
|
|
34
|
-
t.render = function(
|
|
35
|
-
return i.call(
|
|
33
|
+
var h = t.render;
|
|
34
|
+
t.render = function(v, c) {
|
|
35
|
+
return i.call(c), h(v, c);
|
|
36
36
|
};
|
|
37
37
|
} else {
|
|
38
|
-
var
|
|
39
|
-
t.beforeCreate =
|
|
38
|
+
var l = t.beforeCreate;
|
|
39
|
+
t.beforeCreate = l ? [].concat(l, i) : [i];
|
|
40
40
|
}
|
|
41
41
|
return {
|
|
42
42
|
exports: n,
|
|
43
43
|
options: t
|
|
44
44
|
};
|
|
45
45
|
}
|
|
46
|
-
const
|
|
47
|
-
var
|
|
46
|
+
const d = {};
|
|
47
|
+
var S = /* @__PURE__ */ E(
|
|
48
48
|
b,
|
|
49
|
-
B,
|
|
50
49
|
T,
|
|
50
|
+
V,
|
|
51
51
|
!1,
|
|
52
|
-
|
|
52
|
+
g,
|
|
53
53
|
null,
|
|
54
54
|
null,
|
|
55
55
|
null
|
|
56
56
|
);
|
|
57
|
-
function
|
|
58
|
-
for (let o in
|
|
59
|
-
this[o] =
|
|
57
|
+
function g(n) {
|
|
58
|
+
for (let o in d)
|
|
59
|
+
this[o] = d[o];
|
|
60
60
|
}
|
|
61
|
-
const
|
|
62
|
-
return
|
|
63
|
-
}()
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
n.
|
|
61
|
+
const s = /* @__PURE__ */ function() {
|
|
62
|
+
return S.exports;
|
|
63
|
+
}();
|
|
64
|
+
s.install = function(n) {
|
|
65
|
+
return n.component(s.name, s), n;
|
|
66
|
+
};
|
|
67
|
+
const A = [s], B = function(n) {
|
|
68
|
+
A.forEach((o) => {
|
|
69
|
+
n.use(o);
|
|
70
70
|
});
|
|
71
|
-
},
|
|
72
|
-
install:
|
|
73
|
-
...d
|
|
71
|
+
}, O = {
|
|
72
|
+
install: B
|
|
74
73
|
};
|
|
75
74
|
export {
|
|
76
|
-
|
|
77
|
-
U as default
|
|
75
|
+
O as default
|
|
78
76
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(i,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("vue"),require("@vue/composition-api/dist/vue-composition-api.mjs")):typeof define=="function"&&define.amd?define(["exports","vue","@vue/composition-api/dist/vue-composition-api.mjs"],r):(i=typeof globalThis<"u"?globalThis:i||self,r(i.AicfeAnswerCard={},i.Vue,i.VueCompositionAPI))})(this,function(i,r,_){"use strict";function m(e){e=e||r,e&&!e.__composition_api_installed__&&e.use(_)}m(r),r.version;const h=_.defineComponent({name:"AcButton",setup(){}});var C=function(){var e=this,t=e.$createElement,f=e._self._c||t;return f("button",{staticClass:"ac-button"},[e._t("default")],2)},$=[];function T(e,t,f,j,u,d,l,A){var n=typeof e=="function"?e.options:e;t&&(n.render=t,n.staticRenderFns=f,n._compiled=!0),j&&(n.functional=!0),d&&(n._scopeId="data-v-"+d);var s;if(l?(s=function(o){o=o||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!o&&typeof __VUE_SSR_CONTEXT__<"u"&&(o=__VUE_SSR_CONTEXT__),u&&u.call(this,o),o&&o._registeredComponents&&o._registeredComponents.add(l)},n._ssrRegister=s):u&&(s=A?function(){u.call(this,(n.functional?this.parent:this).$root.$options.shadowRoot)}:u),s)if(n.functional){n._injectStyles=s;var E=n.render;n.render=function(M,v){return s.call(v),E(M,v)}}else{var p=n.beforeCreate;n.beforeCreate=p?[].concat(p,s):[s]}return{exports:e,options:n}}const c={};var R=T(h,C,$,!1,b,null,null,null);function b(e){for(let t in c)this[t]=c[t]}const a=function(){return R.exports}();a.install=function(e){return e.component(a.name,a),e};const S=[a],y={install:function(e){S.forEach(t=>{e.use(t)})}};i.default=y,Object.defineProperties(i,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("vue");c.util.warn;const
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const c=require("vue");c.util.warn;const m=c.defineComponent({name:"AcButton",setup(){}});function C(e,o,a,d,s,u,_,v){var n=typeof e=="function"?e.options:e;o&&(n.render=o,n.staticRenderFns=a,n._compiled=!0),d&&(n.functional=!0),u&&(n._scopeId="data-v-"+u);var r;if(_?(r=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!t&&typeof __VUE_SSR_CONTEXT__<"u"&&(t=__VUE_SSR_CONTEXT__),s&&s.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(_)},n._ssrRegister=r):s&&(r=v?function(){s.call(this,(n.functional?this.parent:this).$root.$options.shadowRoot)}:s),r)if(n.functional){n._injectStyles=r;var p=n.render;n.render=function(h,l){return r.call(l),p(h,l)}}else{var f=n.beforeCreate;n.beforeCreate=f?[].concat(f,r):[r]}return{exports:e,options:n}}var b=function(){var o=this,a=o._self._c;return o._self._setupProxy,a("button",{staticClass:"ac-button"},[o._t("default")],2)},R=[],$=C(m,b,R,!1,null,null,null,null);const i=$.exports;i.install=function(e){return e.component(i.name,i),e};const T=[i],g=function(e){T.forEach(o=>{e.use(o)})},S={install:g};exports.default=S;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
const
|
|
1
|
+
import m, { defineComponent as v } from "vue";
|
|
2
|
+
m.util.warn;
|
|
3
|
+
const C = v({
|
|
4
4
|
name: "AcButton",
|
|
5
5
|
setup() {
|
|
6
6
|
}
|
|
7
7
|
});
|
|
8
|
-
function
|
|
8
|
+
function R(e, o, a, c, s, f, _, d) {
|
|
9
9
|
var n = typeof e == "function" ? e.options : e;
|
|
10
|
-
|
|
10
|
+
o && (n.render = o, n.staticRenderFns = a, n._compiled = !0), c && (n.functional = !0), f && (n._scopeId = "data-v-" + f);
|
|
11
11
|
var r;
|
|
12
|
-
if (_ ? (r = function(
|
|
13
|
-
|
|
12
|
+
if (_ ? (r = function(t) {
|
|
13
|
+
t = t || // cached call
|
|
14
14
|
this.$vnode && this.$vnode.ssrContext || // stateful
|
|
15
|
-
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !
|
|
16
|
-
}, n._ssrRegister = r) : s && (r =
|
|
15
|
+
this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !t && typeof __VUE_SSR_CONTEXT__ < "u" && (t = __VUE_SSR_CONTEXT__), s && s.call(this, t), t && t._registeredComponents && t._registeredComponents.add(_);
|
|
16
|
+
}, n._ssrRegister = r) : s && (r = d ? function() {
|
|
17
17
|
s.call(
|
|
18
18
|
this,
|
|
19
19
|
(n.functional ? this.parent : this).$root.$options.shadowRoot
|
|
@@ -21,45 +21,43 @@ function $(e, t, a, d, s, i, _, p) {
|
|
|
21
21
|
} : s), r)
|
|
22
22
|
if (n.functional) {
|
|
23
23
|
n._injectStyles = r;
|
|
24
|
-
var
|
|
25
|
-
n.render = function(h,
|
|
26
|
-
return r.call(
|
|
24
|
+
var p = n.render;
|
|
25
|
+
n.render = function(h, l) {
|
|
26
|
+
return r.call(l), p(h, l);
|
|
27
27
|
};
|
|
28
28
|
} else {
|
|
29
|
-
var
|
|
30
|
-
n.beforeCreate =
|
|
29
|
+
var u = n.beforeCreate;
|
|
30
|
+
n.beforeCreate = u ? [].concat(u, r) : [r];
|
|
31
31
|
}
|
|
32
32
|
return {
|
|
33
33
|
exports: e,
|
|
34
34
|
options: n
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
|
-
var
|
|
38
|
-
var
|
|
39
|
-
return
|
|
40
|
-
},
|
|
41
|
-
|
|
37
|
+
var $ = function() {
|
|
38
|
+
var o = this, a = o._self._c;
|
|
39
|
+
return o._self._setupProxy, a("button", { staticClass: "ac-button" }, [o._t("default")], 2);
|
|
40
|
+
}, b = [], T = /* @__PURE__ */ R(
|
|
41
|
+
C,
|
|
42
|
+
$,
|
|
42
43
|
b,
|
|
43
|
-
A,
|
|
44
44
|
!1,
|
|
45
45
|
null,
|
|
46
46
|
null,
|
|
47
47
|
null,
|
|
48
48
|
null
|
|
49
49
|
);
|
|
50
|
-
const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
e.
|
|
50
|
+
const i = T.exports;
|
|
51
|
+
i.install = function(e) {
|
|
52
|
+
return e.component(i.name, i), e;
|
|
53
|
+
};
|
|
54
|
+
const V = [i], g = function(e) {
|
|
55
|
+
V.forEach((o) => {
|
|
56
|
+
e.use(o);
|
|
57
57
|
});
|
|
58
|
-
},
|
|
59
|
-
install:
|
|
60
|
-
...c
|
|
58
|
+
}, B = {
|
|
59
|
+
install: g
|
|
61
60
|
};
|
|
62
61
|
export {
|
|
63
|
-
|
|
64
|
-
w as default
|
|
62
|
+
B as default
|
|
65
63
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(s,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],r):(s=typeof globalThis<"u"?globalThis:s||self,r(s.AicfeAnswerCard={},s.Vue))})(this,function(s,r){"use strict";r.util.warn;const p=r.defineComponent({name:"AcButton",setup(){}});function v(n,o,a,R,f,_,l,$){var e=typeof n=="function"?n.options:n;o&&(e.render=o,e.staticRenderFns=a,e._compiled=!0),R&&(e.functional=!0),_&&(e._scopeId="data-v-"+_);var i;if(l?(i=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!t&&typeof __VUE_SSR_CONTEXT__<"u"&&(t=__VUE_SSR_CONTEXT__),f&&f.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(l)},e._ssrRegister=i):f&&(i=$?function(){f.call(this,(e.functional?this.parent:this).$root.$options.shadowRoot)}:f),i)if(e.functional){e._injectStyles=i;var y=e.render;e.render=function(S,c){return i.call(c),y(S,c)}}else{var d=e.beforeCreate;e.beforeCreate=d?[].concat(d,i):[i]}return{exports:n,options:e}}var h=function(){var o=this,a=o._self._c;return o._self._setupProxy,a("button",{staticClass:"ac-button"},[o._t("default")],2)},m=[],C=v(p,h,m,!1,null,null,null,null);const u=C.exports;u.install=function(n){return n.component(u.name,u),n};const T=[u],b={install:function(n){T.forEach(o=>{n.use(o)})}};s.default=b,Object.defineProperties(s,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("vue"),
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("vue"),u=(t,e)=>{const c=t.__vccOpts||t;for(const[s,r]of e)c[s]=r;return c},a=n.defineComponent({name:"AcButton",setup(){}}),l={class:"ac-button"};function i(t,e,c,s,r,p){return n.openBlock(),n.createElementBlock("button",l,[n.renderSlot(t.$slots,"default")])}const o=u(a,[["render",i]]);o.install=function(t){return t.component(o.name,o),t};const _=[o],d=function(t){_.forEach(e=>{t.use(e)})},f={install:d};exports.default=f;
|
|
@@ -1,32 +1,30 @@
|
|
|
1
|
-
import { defineComponent as r, openBlock as
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
for (const [
|
|
5
|
-
|
|
6
|
-
return
|
|
7
|
-
},
|
|
1
|
+
import { defineComponent as r, openBlock as a, createElementBlock as u, renderSlot as l } from "vue";
|
|
2
|
+
const f = (t, n) => {
|
|
3
|
+
const e = t.__vccOpts || t;
|
|
4
|
+
for (const [c, s] of n)
|
|
5
|
+
e[c] = s;
|
|
6
|
+
return e;
|
|
7
|
+
}, i = r({
|
|
8
8
|
name: "AcButton",
|
|
9
9
|
setup() {
|
|
10
10
|
}
|
|
11
|
-
}),
|
|
12
|
-
function
|
|
13
|
-
return
|
|
14
|
-
|
|
11
|
+
}), p = { class: "ac-button" };
|
|
12
|
+
function _(t, n, e, c, s, $) {
|
|
13
|
+
return a(), u("button", p, [
|
|
14
|
+
l(t.$slots, "default")
|
|
15
15
|
]);
|
|
16
16
|
}
|
|
17
|
-
const
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
t.
|
|
17
|
+
const o = /* @__PURE__ */ f(i, [["render", _]]);
|
|
18
|
+
o.install = function(t) {
|
|
19
|
+
return t.component(o.name, o), t;
|
|
20
|
+
};
|
|
21
|
+
const d = [o], m = function(t) {
|
|
22
|
+
d.forEach((n) => {
|
|
23
|
+
t.use(n);
|
|
24
24
|
});
|
|
25
25
|
}, h = {
|
|
26
|
-
install:
|
|
27
|
-
...a
|
|
26
|
+
install: m
|
|
28
27
|
};
|
|
29
28
|
export {
|
|
30
|
-
i as AcButton,
|
|
31
29
|
h as default
|
|
32
30
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(n,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],t):(n=typeof globalThis<"u"?globalThis:n||self,t(n.AicfeAnswerCard={},n.Vue))})(this,function(n,t){"use strict";const r=(e,s)=>{const c=e.__vccOpts||e;for(const[i,u]of s)c[i]=u;return c},f=t.defineComponent({name:"AcButton",setup(){}}),d={class:"ac-button"};function l(e,s,c,i,u,m){return t.openBlock(),t.createElementBlock("button",d,[t.renderSlot(e.$slots,"default")])}const o=r(f,[["render",l]]);o.install=function(e){return e.component(o.name,o),e};const a=[o],p={install:function(e){a.forEach(s=>{e.use(s)})}};n.default=p,Object.defineProperties(n,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|
package/package.json
CHANGED