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