vue-spear-tip 0.2.0 → 0.2.1
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/.vite/manifest.json +27 -15
- package/dist/{Button-CnxLmWuM.cjs → Button-BEdTx9u1.cjs} +1 -1
- package/dist/{Button-jDTW2utE.js → Button-C5m9ByFN.js} +1 -1
- package/dist/{CodeHighlight-cRYe58WO.js → CodeHighlight-BQ1d2aqx.js} +1 -1
- package/dist/{CodeHighlight-Byhxopeg.cjs → CodeHighlight-nbryO056.cjs} +1 -1
- package/dist/DateField-CFvAUmKN.js +5299 -0
- package/dist/DateField-DxsK3GG9.cjs +31 -0
- package/dist/Interfaces/IBaseVueComponent.d.ts +4 -0
- package/dist/Interfaces/IFieldComponent.d.ts +10 -0
- package/dist/Interfaces/IGlobalVST.d.ts +34 -0
- package/dist/Interfaces/IVueClass.d.ts +5 -1
- package/dist/{SelectField-O0_v8Hhl.js → SelectField-BOx6vfDK.js} +1 -1
- package/dist/{SelectField-CA-d5mIM.cjs → SelectField-ClKKyDbm.cjs} +1 -1
- package/dist/StringField-DRfphhbX.cjs +1 -0
- package/dist/StringField-DdPq8L1n.js +2962 -0
- package/dist/Tabs-BGaFVFbD.js +57 -0
- package/dist/Tabs-CSkFtqJi.cjs +1 -0
- package/dist/components/Elements/Tabs/index.d.ts +2 -0
- package/dist/components/Fields/DateField/IDateField.d.ts +13 -0
- package/dist/components/Fields/DateField/index.d.ts +2 -1
- package/dist/components/LazyComponents.d.ts +2 -1
- package/dist/core/VueClass.d.ts +4 -1
- package/dist/core/VueClassComponent.d.ts +2 -2
- package/dist/core/index.d.ts +11 -3
- package/dist/index-B5vZ3Sg-.cjs +1 -0
- package/dist/{index-DqCea3It.js → index-D38VsUaN.js} +1785 -1700
- package/dist/kit/elements/index.d.ts +2 -1
- package/dist/replaceable/BaseComponent.vue +67 -2
- package/dist/replaceable/FieldComponent.vue +10 -4
- package/dist/vue-spear-tip.cjs.js +1 -1
- package/dist/vue-spear-tip.css +1 -1
- package/dist/vue-spear-tip.es.js +7 -6
- package/docs/index.html +2 -2
- package/docs/static/Button-gIUrdnJP.js +1 -0
- package/docs/static/ButtonInherited-D2Mzenov.js +1 -0
- package/docs/static/{CodeHighlight-BcUKYHid.js → CodeHighlight-DrpNg95H.js} +1 -1
- package/docs/static/{DateField-C4W5EEHZ.css → DateField-BvE8SnW6.css} +1 -1
- package/docs/static/DateField-BvSvZnWx.js +31 -0
- package/docs/static/FieldComponent.vue_vue_type_script_lang-C1h8xGCf.js +1 -0
- package/docs/static/{SelectField-DyuIqNre.js → SelectField-BqYtVfX-.js} +1 -1
- package/docs/static/StringField-Dyl3XDRE.js +1 -0
- package/docs/static/StringField-ifygx7YK.css +1 -0
- package/docs/static/Tabs-BB0HZDmo.css +1 -0
- package/docs/static/Tabs-BNUXJT3V.js +1 -0
- package/docs/static/index-BDibxxvJ.js +2 -0
- package/docs/static/index-BvlNGib6.js +2 -0
- package/docs/static/index-CVDxaFb5.js +2 -0
- package/docs/static/index-DsOd_0-n.js +2 -0
- package/docs/static/index-aQmObjQp.js +2 -0
- package/docs/static/index-hac6GmDh.js +2 -0
- package/docs/static/main-21CU6hww.css +1 -0
- package/docs/static/main-BwdfadvU.js +103 -0
- package/package.json +4 -1
- package/dist/DateField-DFWnFHty.cjs +0 -18
- package/dist/DateField-DeypzFPh.js +0 -1779
- package/dist/Interfaces/IGlobalComponent.d.ts +0 -13
- package/dist/StringField-Dyt_6I3b.cjs +0 -1
- package/dist/StringField-GNYdeEY4.js +0 -59
- package/dist/index-6ckmdr4W.cjs +0 -1
- package/docs/static/Button-Cj0SWlj9.js +0 -1
- package/docs/static/DateField-BdXIy9u5.js +0 -18
- package/docs/static/FieldComponent.vue_vue_type_script_lang-C74Z2qOx.js +0 -1
- package/docs/static/StringField-B__pgc9Z.css +0 -1
- package/docs/static/StringField-BapMRab1.js +0 -1
- package/docs/static/index-BYmsfhJF.js +0 -2
- package/docs/static/index-BZRwTK7V.js +0 -2
- package/docs/static/index-BlpLaTnO.js +0 -2
- package/docs/static/index-C-tYF7fp.js +0 -2
- package/docs/static/index-j64A2orD.js +0 -2
- package/docs/static/main-DHQAnZD9.js +0 -98
- package/docs/static/main-TZcMwf9S.css +0 -1
package/dist/.vite/manifest.json
CHANGED
|
@@ -7,22 +7,24 @@
|
|
|
7
7
|
"file": "_plugin-vue_export-helper-BaHX9ZKS.cjs",
|
|
8
8
|
"name": "_plugin-vue_export-helper"
|
|
9
9
|
},
|
|
10
|
-
"_index-
|
|
11
|
-
"file": "index-
|
|
10
|
+
"_index-B5vZ3Sg-.cjs": {
|
|
11
|
+
"file": "index-B5vZ3Sg-.cjs",
|
|
12
12
|
"name": "index",
|
|
13
13
|
"dynamicImports": [
|
|
14
14
|
"src/components/Elements/Button/Button.vue",
|
|
15
|
+
"src/components/Elements/Tabs/Tabs.vue",
|
|
15
16
|
"src/components/Fields/SelectField/SelectField.vue",
|
|
16
17
|
"src/components/Fields/StringField/StringField.vue",
|
|
17
18
|
"src/components/Fields/DateField/DateField.vue",
|
|
18
19
|
"src/components/CodeHighlight/CodeHighlight.vue"
|
|
19
20
|
]
|
|
20
21
|
},
|
|
21
|
-
"_index-
|
|
22
|
-
"file": "index-
|
|
22
|
+
"_index-D38VsUaN.js": {
|
|
23
|
+
"file": "index-D38VsUaN.js",
|
|
23
24
|
"name": "index",
|
|
24
25
|
"dynamicImports": [
|
|
25
26
|
"src/components/Elements/Button/Button.vue",
|
|
27
|
+
"src/components/Elements/Tabs/Tabs.vue",
|
|
26
28
|
"src/components/Fields/SelectField/SelectField.vue",
|
|
27
29
|
"src/components/Fields/StringField/StringField.vue",
|
|
28
30
|
"src/components/Fields/DateField/DateField.vue",
|
|
@@ -30,52 +32,62 @@
|
|
|
30
32
|
]
|
|
31
33
|
},
|
|
32
34
|
"src/components/CodeHighlight/CodeHighlight.vue": {
|
|
33
|
-
"file": "CodeHighlight-
|
|
35
|
+
"file": "CodeHighlight-nbryO056.cjs",
|
|
34
36
|
"name": "CodeHighlight",
|
|
35
37
|
"src": "src/components/CodeHighlight/CodeHighlight.vue",
|
|
36
38
|
"isDynamicEntry": true,
|
|
37
39
|
"imports": [
|
|
38
|
-
"_index-
|
|
40
|
+
"_index-B5vZ3Sg-.cjs",
|
|
39
41
|
"__plugin-vue_export-helper-BaHX9ZKS.cjs"
|
|
40
42
|
]
|
|
41
43
|
},
|
|
42
44
|
"src/components/Elements/Button/Button.vue": {
|
|
43
|
-
"file": "Button-
|
|
45
|
+
"file": "Button-BEdTx9u1.cjs",
|
|
44
46
|
"name": "Button",
|
|
45
47
|
"src": "src/components/Elements/Button/Button.vue",
|
|
46
48
|
"isDynamicEntry": true,
|
|
47
49
|
"imports": [
|
|
48
|
-
"_index-
|
|
50
|
+
"_index-B5vZ3Sg-.cjs",
|
|
51
|
+
"__plugin-vue_export-helper-BaHX9ZKS.cjs"
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
"src/components/Elements/Tabs/Tabs.vue": {
|
|
55
|
+
"file": "Tabs-CSkFtqJi.cjs",
|
|
56
|
+
"name": "Tabs",
|
|
57
|
+
"src": "src/components/Elements/Tabs/Tabs.vue",
|
|
58
|
+
"isDynamicEntry": true,
|
|
59
|
+
"imports": [
|
|
60
|
+
"_index-B5vZ3Sg-.cjs",
|
|
49
61
|
"__plugin-vue_export-helper-BaHX9ZKS.cjs"
|
|
50
62
|
]
|
|
51
63
|
},
|
|
52
64
|
"src/components/Fields/DateField/DateField.vue": {
|
|
53
|
-
"file": "DateField-
|
|
65
|
+
"file": "DateField-DxsK3GG9.cjs",
|
|
54
66
|
"name": "DateField",
|
|
55
67
|
"src": "src/components/Fields/DateField/DateField.vue",
|
|
56
68
|
"isDynamicEntry": true,
|
|
57
69
|
"imports": [
|
|
58
|
-
"_index-
|
|
70
|
+
"_index-B5vZ3Sg-.cjs",
|
|
59
71
|
"__plugin-vue_export-helper-BaHX9ZKS.cjs"
|
|
60
72
|
]
|
|
61
73
|
},
|
|
62
74
|
"src/components/Fields/SelectField/SelectField.vue": {
|
|
63
|
-
"file": "SelectField-
|
|
75
|
+
"file": "SelectField-ClKKyDbm.cjs",
|
|
64
76
|
"name": "SelectField",
|
|
65
77
|
"src": "src/components/Fields/SelectField/SelectField.vue",
|
|
66
78
|
"isDynamicEntry": true,
|
|
67
79
|
"imports": [
|
|
68
|
-
"_index-
|
|
80
|
+
"_index-B5vZ3Sg-.cjs",
|
|
69
81
|
"__plugin-vue_export-helper-BaHX9ZKS.cjs"
|
|
70
82
|
]
|
|
71
83
|
},
|
|
72
84
|
"src/components/Fields/StringField/StringField.vue": {
|
|
73
|
-
"file": "StringField-
|
|
85
|
+
"file": "StringField-DRfphhbX.cjs",
|
|
74
86
|
"name": "StringField",
|
|
75
87
|
"src": "src/components/Fields/StringField/StringField.vue",
|
|
76
88
|
"isDynamicEntry": true,
|
|
77
89
|
"imports": [
|
|
78
|
-
"_index-
|
|
90
|
+
"_index-B5vZ3Sg-.cjs",
|
|
79
91
|
"__plugin-vue_export-helper-BaHX9ZKS.cjs"
|
|
80
92
|
]
|
|
81
93
|
},
|
|
@@ -85,7 +97,7 @@
|
|
|
85
97
|
"src": "src/index.ts",
|
|
86
98
|
"isEntry": true,
|
|
87
99
|
"imports": [
|
|
88
|
-
"_index-
|
|
100
|
+
"_index-B5vZ3Sg-.cjs"
|
|
89
101
|
]
|
|
90
102
|
},
|
|
91
103
|
"style.css": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var p=Object.defineProperty;var i=(e,t)=>p(e,"name",{value:t,configurable:!0});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("./index-
|
|
1
|
+
"use strict";var p=Object.defineProperty;var i=(e,t)=>p(e,"name",{value:t,configurable:!0});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("./index-B5vZ3Sg-.cjs"),o=require("vue"),k=require("./_plugin-vue_export-helper-BaHX9ZKS.cjs");var f=Object.getOwnPropertyDescriptor,y=i((e,t,u,s)=>{for(var l=s>1?void 0:s?f(t,u):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"],b=["innerHTML"],v=["href"],C=["href"];function c(e,t,u,s,l,a){return e.showButton?(o.openBlock(),o.createElementBlock("span",{key:0,class:"d-inline-block relative min-h40px whitespace-nowrap",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+(e.isOnHover?" hover":"")]:!0}]),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),onClick:t[2]||(t[2]=(...n)=>e.click&&e.click(...n)),onTouchstart:t[3]||(t[3]=(...n)=>e.touchstart&&e.touchstart(...n)),onTouchend:t[4]||(t[4]=(...n)=>e.touchend&&e.touchend(...n)),onMouseup:t[5]||(t[5]=(...n)=>e.mouseup&&e.mouseup(...n)),onMousedown:t[6]||(t[6]=(...n)=>e.mousedown&&e.mousedown(...n)),onKeydown:t[7]||(t[7]=o.withKeys((...n)=>e.keydownEnter&&e.keydownEnter(...n),["enter"])),onMouseleave:t[8]||(t[8]=n=>e.isButtonActive=!1),disabled:e.disabled,type:e.type,style:o.normalizeStyle({fontSize: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,b)):(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,v)):!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)],8,g)):o.createCommentVNode("",!0)}i(c,"render");const S=k._export_sfc(d,[["render",c],["__scopeId","data-v-1a442f24"]]);exports.default=S;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var y = Object.defineProperty;
|
|
2
2
|
var f = (e, o) => y(e, "name", { value: o, configurable: !0 });
|
|
3
|
-
import { B as g, V as w } from "./index-
|
|
3
|
+
import { B as g, V as w } from "./index-D38VsUaN.js";
|
|
4
4
|
import { createElementBlock as r, createCommentVNode as s, openBlock as n, createElementVNode as C, normalizeStyle as b, withKeys as B, normalizeClass as d, renderSlot as T, createBlock as $, toDisplayString as a, resolveDynamicComponent as R, withCtx as H, createTextVNode as p, Fragment as v } from "vue";
|
|
5
5
|
import { _ as M } from "./_plugin-vue_export-helper-B9nE8o7z.js";
|
|
6
6
|
var O = Object.getOwnPropertyDescriptor, S = /* @__PURE__ */ f((e, o, k, m) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var Mu = Object.defineProperty;
|
|
2
2
|
var r = (e, t) => Mu(e, "name", { value: t, configurable: !0 });
|
|
3
|
-
import {
|
|
3
|
+
import { c as Lu, P as Ze, V as xu } from "./index-D38VsUaN.js";
|
|
4
4
|
import { ref as ae, watch as wu, computed as Pu, onMounted as Fu, nextTick as Bu, createElementBlock as J, openBlock as Z, normalizeStyle as ke, normalizeClass as Ne, createElementVNode as Oe, createBlock as Pt, createCommentVNode as Ae, unref as be, withDirectives as Ft, Fragment as We, renderList as st, toDisplayString as Je, withKeys as ku, withModifiers as Uu, vModelText as Gu, createTextVNode as Et, resolveComponent as Yu, createVNode as Hu } from "vue";
|
|
5
5
|
import { _ as Vu } from "./_plugin-vue_export-helper-B9nE8o7z.js";
|
|
6
6
|
var mt = { exports: {} };
|