vue-spear-tip 0.4.4 → 0.4.7

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.
Files changed (48) hide show
  1. package/README.md +4 -7
  2. package/dist/.vite/manifest.json +32 -32
  3. package/dist/{Button-BM4x8UTC.js → Button-CNuU5HqB.js} +10 -9
  4. package/dist/Button-IzqOMhqP.cjs +1 -0
  5. package/dist/{CodeHighlight-Ch_Skp9R.cjs → CodeHighlight-BcKpOwzv.cjs} +1 -1
  6. package/dist/{CodeHighlight-BtJ43HVq.js → CodeHighlight-C-7IT1Id.js} +1 -1
  7. package/dist/{DateField-fcmBEG4o.cjs → DateField-CYRNKQSI.cjs} +1 -1
  8. package/dist/{DateField-CMZ59XGG.js → DateField-FTkSpTiU.js} +2 -2
  9. package/dist/{FieldComponent.vue_vue_type_script_lang-h_4e5flf.js → FieldComponent.vue_vue_type_script_lang-BT32PExd.js} +1 -1
  10. package/dist/{FieldComponent.vue_vue_type_script_lang-BZ0JKynF.cjs → FieldComponent.vue_vue_type_script_lang-DWuu-Fih.cjs} +1 -1
  11. package/dist/Interfaces/IBaseVueComponent.d.ts +14 -2
  12. package/dist/Interfaces/IHammer.d.ts +21 -20
  13. package/dist/{SelectField-DdEJqLGt.cjs → SelectField-CzjtNgVT.cjs} +1 -1
  14. package/dist/{SelectField-pgxZKHNg.js → SelectField-DyA4UxP9.js} +2 -2
  15. package/dist/{StringField-Byqp-a6r.cjs → StringField-CGaoXR-6.cjs} +1 -1
  16. package/dist/{StringField-DQtU7cfZ.js → StringField-D7VlL-Jp.js} +2 -2
  17. package/dist/{SwitchField-Q6e29Po4.js → SwitchField-0kOF1ivu.js} +2 -2
  18. package/dist/{SwitchField-C1TKRONr.cjs → SwitchField-BplIlkCc.cjs} +1 -1
  19. package/dist/{Tabs-DR1PkD4G.cjs → Tabs-BVtQ9ry9.cjs} +1 -1
  20. package/dist/{Tabs--WKTgAGp.js → Tabs-Dze9VCLD.js} +1 -1
  21. package/dist/{TextField-mfW-UbBT.js → TextField-BRGeAinx.js} +2 -2
  22. package/dist/{TextField-ChglHPe8.cjs → TextField-BhOXU_9t.cjs} +1 -1
  23. package/dist/{index-DFvsHp5W.js → index-CZIk0r3J.js} +1618 -1580
  24. package/dist/index-DuXDoRjA.cjs +3 -0
  25. package/dist/replaceable/BaseComponent.vue +77 -25
  26. package/dist/vue-spear-tip.cjs.js +1 -1
  27. package/dist/vue-spear-tip.css +1 -1
  28. package/dist/vue-spear-tip.es.js +1 -1
  29. package/docs/index.html +1 -1
  30. package/docs/static/Button-Bz5IrKU7.css +1 -0
  31. package/docs/static/Button-CmMMSa6d.js +1 -0
  32. package/docs/static/{CodeHighlight-6K3rLIM2.js → CodeHighlight-DqcJi6RP.js} +1 -1
  33. package/docs/static/{DateField-CzzCC3Ij.js → DateField-Cc7ZMFE6.js} +1 -1
  34. package/docs/static/{FieldComponent.vue_vue_type_script_lang-BWX4RHd6.js → FieldComponent.vue_vue_type_script_lang-B9BnoGSI.js} +1 -1
  35. package/docs/static/{NoSymbolIcon-MgW5xise.js → NoSymbolIcon-uyJtkpe7.js} +1 -1
  36. package/docs/static/{SelectField-BFviA5Is.js → SelectField-DydszTCK.js} +1 -1
  37. package/docs/static/{StringField-eX3wQhT4.js → StringField-CMlNaHc_.js} +1 -1
  38. package/docs/static/{SwitchField-l137X54T.js → SwitchField-PLGRaUSv.js} +1 -1
  39. package/docs/static/{Tabs-CqsG9KCz.js → Tabs-DjEzQX44.js} +1 -1
  40. package/docs/static/{TextField-CA53Nw45.js → TextField-BFVUJJiK.js} +1 -1
  41. package/docs/static/index-DX-dLB4y.js +2 -0
  42. package/docs/static/{main-BLqmvqNv.js → main-CuUCc1ed.js} +5 -5
  43. package/package.json +1 -1
  44. package/dist/Button-DqoCbhgv.cjs +0 -1
  45. package/dist/index-C-oCSkuQ.cjs +0 -3
  46. package/docs/static/Button-BuXt8FG8.css +0 -1
  47. package/docs/static/Button-DF09jlnX.js +0 -1
  48. package/docs/static/index-C17t5Bw_.js +0 -2
package/README.md CHANGED
@@ -10,16 +10,13 @@ And UI KIT on them.
10
10
  Built documentation with examples: [vue-spear-tip.smartrus.org](https://vue-spear-tip.smartrus.org "Open demo with docs")
11
11
 
12
12
  #### Install
13
+ With [Bun.JS](https://bun.sh)
13
14
  ```
14
- npm install vue-spear-tip
15
- ```
16
- or with Yarn
17
- ```
18
- yarn add vue-spear-tip
15
+ bun add vue-spear-tip
19
16
  ```
20
- or with Bun.JS
17
+ or with npm
21
18
  ```
22
- bun add vue-spear-tip
19
+ npm install vue-spear-tip
23
20
  ```
24
21
 
25
22
  [//]: # (Use with vite + html/pug + typescript classes + sass/scss)
@@ -1,16 +1,16 @@
1
1
  {
2
- "_FieldComponent.vue_vue_type_script_lang-BZ0JKynF.cjs": {
3
- "file": "FieldComponent.vue_vue_type_script_lang-BZ0JKynF.cjs",
2
+ "_FieldComponent.vue_vue_type_script_lang-BT32PExd.js": {
3
+ "file": "FieldComponent.vue_vue_type_script_lang-BT32PExd.js",
4
4
  "name": "FieldComponent.vue_vue_type_script_lang",
5
5
  "imports": [
6
- "_index-C-oCSkuQ.cjs"
6
+ "_index-CZIk0r3J.js"
7
7
  ]
8
8
  },
9
- "_FieldComponent.vue_vue_type_script_lang-h_4e5flf.js": {
10
- "file": "FieldComponent.vue_vue_type_script_lang-h_4e5flf.js",
9
+ "_FieldComponent.vue_vue_type_script_lang-DWuu-Fih.cjs": {
10
+ "file": "FieldComponent.vue_vue_type_script_lang-DWuu-Fih.cjs",
11
11
  "name": "FieldComponent.vue_vue_type_script_lang",
12
12
  "imports": [
13
- "_index-DFvsHp5W.js"
13
+ "_index-DuXDoRjA.cjs"
14
14
  ]
15
15
  },
16
16
  "_NoSymbolIcon-BoH28Kep.cjs": {
@@ -37,8 +37,8 @@
37
37
  "file": "_plugin-vue_export-helper-BaHX9ZKS.cjs",
38
38
  "name": "_plugin-vue_export-helper"
39
39
  },
40
- "_index-C-oCSkuQ.cjs": {
41
- "file": "index-C-oCSkuQ.cjs",
40
+ "_index-CZIk0r3J.js": {
41
+ "file": "index-CZIk0r3J.js",
42
42
  "name": "index",
43
43
  "dynamicImports": [
44
44
  "src/components/Elements/Button/Button.vue",
@@ -51,8 +51,8 @@
51
51
  "src/components/CodeHighlight/CodeHighlight.vue"
52
52
  ]
53
53
  },
54
- "_index-DFvsHp5W.js": {
55
- "file": "index-DFvsHp5W.js",
54
+ "_index-DuXDoRjA.cjs": {
55
+ "file": "index-DuXDoRjA.cjs",
56
56
  "name": "index",
57
57
  "dynamicImports": [
58
58
  "src/components/Elements/Button/Button.vue",
@@ -66,89 +66,89 @@
66
66
  ]
67
67
  },
68
68
  "src/components/CodeHighlight/CodeHighlight.vue": {
69
- "file": "CodeHighlight-Ch_Skp9R.cjs",
69
+ "file": "CodeHighlight-BcKpOwzv.cjs",
70
70
  "name": "CodeHighlight",
71
71
  "src": "src/components/CodeHighlight/CodeHighlight.vue",
72
72
  "isDynamicEntry": true,
73
73
  "imports": [
74
- "_index-C-oCSkuQ.cjs",
74
+ "_index-DuXDoRjA.cjs",
75
75
  "__plugin-vue_export-helper-BaHX9ZKS.cjs"
76
76
  ]
77
77
  },
78
78
  "src/components/Elements/Button/Button.vue": {
79
- "file": "Button-DqoCbhgv.cjs",
79
+ "file": "Button-IzqOMhqP.cjs",
80
80
  "name": "Button",
81
81
  "src": "src/components/Elements/Button/Button.vue",
82
82
  "isDynamicEntry": true,
83
83
  "imports": [
84
- "_index-C-oCSkuQ.cjs",
84
+ "_index-DuXDoRjA.cjs",
85
85
  "__plugin-vue_export-helper-BaHX9ZKS.cjs"
86
86
  ]
87
87
  },
88
88
  "src/components/Elements/Tabs/Tabs.vue": {
89
- "file": "Tabs-DR1PkD4G.cjs",
89
+ "file": "Tabs-BVtQ9ry9.cjs",
90
90
  "name": "Tabs",
91
91
  "src": "src/components/Elements/Tabs/Tabs.vue",
92
92
  "isDynamicEntry": true,
93
93
  "imports": [
94
- "_index-C-oCSkuQ.cjs",
94
+ "_index-DuXDoRjA.cjs",
95
95
  "__plugin-vue_export-helper-BaHX9ZKS.cjs"
96
96
  ]
97
97
  },
98
98
  "src/components/Fields/DateField/DateField.vue": {
99
- "file": "DateField-fcmBEG4o.cjs",
99
+ "file": "DateField-CYRNKQSI.cjs",
100
100
  "name": "DateField",
101
101
  "src": "src/components/Fields/DateField/DateField.vue",
102
102
  "isDynamicEntry": true,
103
103
  "imports": [
104
- "_index-C-oCSkuQ.cjs",
105
- "_FieldComponent.vue_vue_type_script_lang-BZ0JKynF.cjs",
104
+ "_index-DuXDoRjA.cjs",
105
+ "_FieldComponent.vue_vue_type_script_lang-DWuu-Fih.cjs",
106
106
  "__commonjsHelpers-DqS8WYlY.cjs",
107
107
  "__plugin-vue_export-helper-BaHX9ZKS.cjs"
108
108
  ]
109
109
  },
110
110
  "src/components/Fields/SelectField/SelectField.vue": {
111
- "file": "SelectField-DdEJqLGt.cjs",
111
+ "file": "SelectField-CzjtNgVT.cjs",
112
112
  "name": "SelectField",
113
113
  "src": "src/components/Fields/SelectField/SelectField.vue",
114
114
  "isDynamicEntry": true,
115
115
  "imports": [
116
- "_index-C-oCSkuQ.cjs",
117
- "_FieldComponent.vue_vue_type_script_lang-BZ0JKynF.cjs",
116
+ "_index-DuXDoRjA.cjs",
117
+ "_FieldComponent.vue_vue_type_script_lang-DWuu-Fih.cjs",
118
118
  "__plugin-vue_export-helper-BaHX9ZKS.cjs"
119
119
  ]
120
120
  },
121
121
  "src/components/Fields/StringField/StringField.vue": {
122
- "file": "StringField-Byqp-a6r.cjs",
122
+ "file": "StringField-CGaoXR-6.cjs",
123
123
  "name": "StringField",
124
124
  "src": "src/components/Fields/StringField/StringField.vue",
125
125
  "isDynamicEntry": true,
126
126
  "imports": [
127
- "_index-C-oCSkuQ.cjs",
128
- "_FieldComponent.vue_vue_type_script_lang-BZ0JKynF.cjs",
127
+ "_index-DuXDoRjA.cjs",
128
+ "_FieldComponent.vue_vue_type_script_lang-DWuu-Fih.cjs",
129
129
  "_NoSymbolIcon-BoH28Kep.cjs",
130
130
  "__plugin-vue_export-helper-BaHX9ZKS.cjs"
131
131
  ]
132
132
  },
133
133
  "src/components/Fields/SwitchField/SwitchField.vue": {
134
- "file": "SwitchField-C1TKRONr.cjs",
134
+ "file": "SwitchField-BplIlkCc.cjs",
135
135
  "name": "SwitchField",
136
136
  "src": "src/components/Fields/SwitchField/SwitchField.vue",
137
137
  "isDynamicEntry": true,
138
138
  "imports": [
139
- "_index-C-oCSkuQ.cjs",
140
- "_FieldComponent.vue_vue_type_script_lang-BZ0JKynF.cjs",
139
+ "_index-DuXDoRjA.cjs",
140
+ "_FieldComponent.vue_vue_type_script_lang-DWuu-Fih.cjs",
141
141
  "__plugin-vue_export-helper-BaHX9ZKS.cjs"
142
142
  ]
143
143
  },
144
144
  "src/components/Fields/TextField/TextField.vue": {
145
- "file": "TextField-ChglHPe8.cjs",
145
+ "file": "TextField-BhOXU_9t.cjs",
146
146
  "name": "TextField",
147
147
  "src": "src/components/Fields/TextField/TextField.vue",
148
148
  "isDynamicEntry": true,
149
149
  "imports": [
150
- "_index-C-oCSkuQ.cjs",
151
- "_FieldComponent.vue_vue_type_script_lang-BZ0JKynF.cjs",
150
+ "_index-DuXDoRjA.cjs",
151
+ "_FieldComponent.vue_vue_type_script_lang-DWuu-Fih.cjs",
152
152
  "__commonjsHelpers-DqS8WYlY.cjs",
153
153
  "_NoSymbolIcon-BoH28Kep.cjs",
154
154
  "__plugin-vue_export-helper-BaHX9ZKS.cjs"
@@ -160,7 +160,7 @@
160
160
  "src": "src/index.ts",
161
161
  "isEntry": true,
162
162
  "imports": [
163
- "_index-C-oCSkuQ.cjs"
163
+ "_index-DuXDoRjA.cjs"
164
164
  ]
165
165
  },
166
166
  "style.css": {
@@ -1,7 +1,7 @@
1
- var k = Object.defineProperty;
2
- var p = (e, o) => k(e, "name", { value: o, configurable: !0 });
3
- import { B as g, V as w } from "./index-DFvsHp5W.js";
4
- import { createElementBlock as r, createCommentVNode as a, openBlock as t, normalizeClass as i, createElementVNode as C, normalizeStyle as v, withKeys as B, renderSlot as T, createBlock as $, toDisplayString as s, resolveDynamicComponent as z, withCtx as R, createTextVNode as f, Fragment as b } from "vue";
1
+ var v = Object.defineProperty;
2
+ var p = (e, o) => v(e, "name", { value: o, configurable: !0 });
3
+ import { B as g, V as w } from "./index-CZIk0r3J.js";
4
+ import { createElementBlock as r, createCommentVNode as a, openBlock as t, normalizeClass as i, createElementVNode as C, normalizeStyle as b, withKeys as B, renderSlot as T, createBlock as $, toDisplayString as s, resolveDynamicComponent as z, withCtx as R, createTextVNode as f, Fragment as k } from "vue";
5
5
  import { _ as H } from "./_plugin-vue_export-helper-B9nE8o7z.js";
6
6
  var M = Object.getOwnPropertyDescriptor, O = /* @__PURE__ */ p((e, o, y, m) => {
7
7
  for (var d = m > 1 ? void 0 : m ? M(o, y) : o, u = e.length - 1, n; u >= 0; u--)
@@ -30,6 +30,7 @@ function I(e, o, y, m, d, u) {
30
30
  C("button", {
31
31
  class: i(["relative w100% h100% flex! items-center! justify-center!", {
32
32
  shine: e.shine,
33
+ [e.randomClass + "-click-tap"]: !0,
33
34
  [e.randomClass + (e.isOnHover ? " hover" : "")]: !0,
34
35
  "py10px px8px": e.size == "sm",
35
36
  "py10px px13px": e.size == "md",
@@ -51,13 +52,13 @@ function I(e, o, y, m, d, u) {
51
52
  onMouseleave: o[7] || (o[7] = (n) => e.isButtonActive = !1),
52
53
  disabled: e.disabled,
53
54
  type: e.type,
54
- style: v({ fontSize: e.size == "sm" ? "0.75rem" : e.fontSize, fontFamily: e.fontFamily, borderRadius: e.borderRadius, width: e.width, ...e.style }),
55
+ style: b({ fontSize: e.size == "sm" ? "0.75rem" : e.fontSize, fontFamily: e.fontFamily, borderRadius: e.borderRadius, width: e.width, ...e.style }),
55
56
  ref: "button"
56
57
  }, [
57
58
  e.badge ? (t(), r("div", {
58
59
  key: 0,
59
60
  class: "absolute right--9px top--9px bg-lightblue-400 fw-bold rounded-full z-3 px7px",
60
- style: v({
61
+ style: b({
61
62
  background: e.badgeBg ?? void 0,
62
63
  color: e.badgeColor ?? "#ffffff"
63
64
  })
@@ -90,10 +91,10 @@ function I(e, o, y, m, d, u) {
90
91
  (t(), $(z("style"), null, {
91
92
  default: R(() => [
92
93
  f("." + s(e.randomClass) + " { background: " + s(e.style?.bacground ?? e.currentBg + "!important") + "; box-shadow: none !important; color: " + s(e.currentColor) + " !important; border-color: " + s(e.currentBorderColor) + " !important; }", 1),
93
- e.currentColorHover ? (t(), r(b, { key: 0 }, [
94
+ e.currentColorHover ? (t(), r(k, { key: 0 }, [
94
95
  f("." + s(e.randomClass) + ":hover { color: " + s(e.style?.color ?? e.currentColorHover + "!important") + "; }", 1)
95
96
  ], 64)) : a("", !0),
96
- e.disabled ? a("", !0) : (t(), r(b, { key: 1 }, [
97
+ e.disabled ? a("", !0) : (t(), r(k, { key: 1 }, [
97
98
  f("." + s(e.randomClass) + ":active { background: " + s(e.currentBgActive) + " !important; border-color: " + s(e.currentBorderColorActive) + " !important; color: " + s(e.currentColorActive) + " !important; opacity: 1 !important; " + s(e.boxShadowCss) + " !important; }", 1)
98
99
  ], 64))
99
100
  ]),
@@ -116,7 +117,7 @@ function I(e, o, y, m, d, u) {
116
117
  ], 10, S)) : a("", !0);
117
118
  }
118
119
  p(I, "render");
119
- const j = /* @__PURE__ */ H(h, [["render", I], ["__scopeId", "data-v-4053962d"]]);
120
+ const j = /* @__PURE__ */ H(h, [["render", I], ["__scopeId", "data-v-fb751319"]]);
120
121
  export {
121
122
  j as default
122
123
  };
@@ -0,0 +1 @@
1
+ "use strict";var u=Object.defineProperty;var i=(e,t)=>u(e,"name",{value:t,configurable:!0});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("./index-DuXDoRjA.cjs"),o=require("vue"),k=require("./_plugin-vue_export-helper-BaHX9ZKS.cjs");var f=Object.getOwnPropertyDescriptor,y=i((e,t,p,s)=>{for(var l=s>1?void 0:s?f(t,p):t,a=e.length-1,n;a>=0;a--)(n=e[a])&&(l=n(l)||l);return l},"__decorateClass"),r;let d=(r=class extends m.ButtonInherited{},i(r,"Button"),r);d=y([m.VST],d);const g=["title","data-theme","data-offset","data-placement"],h=["title","data-theme","data-offset","data-placement","disabled","type"],b=["innerHTML"],v=["innerHTML"],B=["href"],C=["href"];function c(e,t,p,s,l,a){return e.showButton?(o.openBlock(),o.createElementBlock("div",{key:0,class:o.normalizeClass(["d-inline-block relative whitespace-nowrap",{h24px:e.size=="sm",h34px:e.size=="md","min-h40px":e.size=="lg"}]),title:e.disabled?e.disabledTitle:"","data-theme":e.dataThemeInner,"data-offset":e.dataOffset,"data-placement":e.dataPlacement},[o.createElementVNode("button",{class:o.normalizeClass(["relative w100% h100% flex! items-center! justify-center!",{shine:e.shine,[e.randomClass+"-click-tap"]:!0,[e.randomClass+(e.isOnHover?" hover":"")]:!0,"py10px px8px":e.size=="sm","py10px px13px":e.size=="md","py10px px18px":e.size=="lg"}]),title:e.disabled?"":e.innerTitle,"data-theme":e.dataThemeInner,"data-offset":e.dataOffset,"data-placement":e.dataPlacement,onMouseover:t[0]||(t[0]=n=>e.isOnHover=!0),onMouseout:t[1]||(t[1]=n=>e.isOnHover=!1),onTouchstart:t[2]||(t[2]=(...n)=>e.touchstart&&e.touchstart(...n)),onTouchend:t[3]||(t[3]=(...n)=>e.touchend&&e.touchend(...n)),onMouseup:t[4]||(t[4]=(...n)=>e.mouseup&&e.mouseup(...n)),onMousedown:t[5]||(t[5]=(...n)=>e.mousedown&&e.mousedown(...n)),onKeydown:t[6]||(t[6]=o.withKeys((...n)=>e.keydownEnter&&e.keydownEnter(...n),["enter"])),onMouseleave:t[7]||(t[7]=n=>e.isButtonActive=!1),disabled:e.disabled,type:e.type,style:o.normalizeStyle({fontSize:e.size=="sm"?"0.75rem":e.fontSize,fontFamily:e.fontFamily,borderRadius:e.borderRadius,width:e.width,...e.style}),ref:"button"},[e.badge?(o.openBlock(),o.createElementBlock("div",{key:0,class:"absolute right--9px top--9px bg-lightblue-400 fw-bold rounded-full z-3 px7px",style:o.normalizeStyle({background:e.badgeBg??void 0,color:e.badgeColor??"#ffffff"})},o.toDisplayString(e.badge),5)):o.createCommentVNode("",!0),e.icon?(o.openBlock(),o.createElementBlock("span",{key:1,class:o.normalizeClass(["left-icon-animate",e.$slots.default&&e.$refs?.button?.innerText?.trim?.()?.length?"left-icon":""])},[e.icon?.startsWith("<")?(o.openBlock(),o.createElementBlock("div",{key:0,innerHTML:e.icon},null,8,b)):(o.openBlock(),o.createElementBlock("i",{key:1,class:o.normalizeClass(["fa",e.icon])},null,2))],2)):o.createCommentVNode("",!0),o.renderSlot(e.$slots,"default",{},void 0,!0),e.iconRight?(o.openBlock(),o.createElementBlock("span",{key:2,class:o.normalizeClass(["right-icon-animate",e.$slots.default&&e.$refs?.button?.innerText?.trim?.()?.length?"right-icon":""])},[e.iconRight?.startsWith("<")?(o.openBlock(),o.createElementBlock("div",{key:0,innerHTML:e.iconRight},null,8,v)):(o.openBlock(),o.createElementBlock("i",{key:1,class:o.normalizeClass(["fa",e.iconRight])},null,2))],2)):o.createCommentVNode("",!0),(o.openBlock(),o.createBlock(o.resolveDynamicComponent("style"),null,{default:o.withCtx(()=>[o.createTextVNode("."+o.toDisplayString(e.randomClass)+" { background: "+o.toDisplayString(e.style?.bacground??e.currentBg+"!important")+"; box-shadow: none !important; color: "+o.toDisplayString(e.currentColor)+" !important; border-color: "+o.toDisplayString(e.currentBorderColor)+" !important; }",1),e.currentColorHover?(o.openBlock(),o.createElementBlock(o.Fragment,{key:0},[o.createTextVNode("."+o.toDisplayString(e.randomClass)+":hover { color: "+o.toDisplayString(e.style?.color??e.currentColorHover+"!important")+"; }",1)],64)):o.createCommentVNode("",!0),e.disabled?o.createCommentVNode("",!0):(o.openBlock(),o.createElementBlock(o.Fragment,{key:1},[o.createTextVNode("."+o.toDisplayString(e.randomClass)+":active { background: "+o.toDisplayString(e.currentBgActive)+" !important; border-color: "+o.toDisplayString(e.currentBorderColorActive)+" !important; color: "+o.toDisplayString(e.currentColorActive)+" !important; opacity: 1 !important; "+o.toDisplayString(e.boxShadowCss)+" !important; }",1)],64))]),_:1})),e.link&&e.link?.startsWith("http")||e.link?.startsWith("//")?(o.openBlock(),o.createElementBlock("a",{key:3,class:"d-none",ref:"link",href:e.link,target:"_blank"}," ",8,B)):!e.link&&e.linkRevert&&!e.linkRevert?.startsWith("http")&&!e.linkRevert?.startsWith("//")?(o.openBlock(),o.createElementBlock("a",{key:4,class:"d-none",ref:"link",href:e.linkRevert,target:"_blank"}," ",8,C)):o.createCommentVNode("",!0)],46,h)],10,g)):o.createCommentVNode("",!0)}i(c,"render");const S=k._export_sfc(d,[["render",c],["__scopeId","data-v-fb751319"]]);exports.default=S;