@opentiny/genui-sdk-vue 1.1.2 → 1.2.0-alpha.2

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.
@@ -0,0 +1,56 @@
1
+ var p = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
+ function d(e) {
3
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
+ }
5
+ function s(e) {
6
+ if (e.__esModule) return e;
7
+ var t = e.default;
8
+ if (typeof t == "function") {
9
+ var r = function o() {
10
+ return this instanceof o ? Reflect.construct(t, arguments, this.constructor) : t.apply(this, arguments);
11
+ };
12
+ r.prototype = t.prototype;
13
+ } else r = {};
14
+ return Object.defineProperty(r, "__esModule", { value: !0 }), Object.keys(e).forEach(function(o) {
15
+ var i = Object.getOwnPropertyDescriptor(e, o);
16
+ Object.defineProperty(r, o, i.get ? i : {
17
+ enumerable: !0,
18
+ get: function() {
19
+ return e[o];
20
+ }
21
+ });
22
+ }), r;
23
+ }
24
+ /**
25
+ * @vue/shared v3.5.26
26
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
27
+ * @license MIT
28
+ **/
29
+ // @__NO_SIDE_EFFECTS__
30
+ function l(e) {
31
+ const t = /* @__PURE__ */ Object.create(null);
32
+ for (const r of e.split(",")) t[r] = 1;
33
+ return (r) => r in t;
34
+ }
35
+ const g = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot", u = "svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view", h = /* @__PURE__ */ l(g), b = /* @__PURE__ */ l(u);
36
+ var a = { exports: {} }, n;
37
+ function m() {
38
+ if (n) return a.exports;
39
+ n = 1;
40
+ var e = String, t = function() {
41
+ return { isColorSupported: !1, reset: e, bold: e, dim: e, italic: e, underline: e, inverse: e, hidden: e, strikethrough: e, black: e, red: e, green: e, yellow: e, blue: e, magenta: e, cyan: e, white: e, gray: e, bgBlack: e, bgRed: e, bgGreen: e, bgYellow: e, bgBlue: e, bgMagenta: e, bgCyan: e, bgWhite: e, blackBright: e, redBright: e, greenBright: e, yellowBright: e, blueBright: e, magentaBright: e, cyanBright: e, whiteBright: e, bgBlackBright: e, bgRedBright: e, bgGreenBright: e, bgYellowBright: e, bgBlueBright: e, bgMagentaBright: e, bgCyanBright: e, bgWhiteBright: e };
42
+ };
43
+ return a.exports = t(), a.exports.createColors = t, a.exports;
44
+ }
45
+ const c = {}, f = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46
+ __proto__: null,
47
+ default: c
48
+ }, Symbol.toStringTag, { value: "Module" })), y = /* @__PURE__ */ s(f);
49
+ export {
50
+ b,
51
+ p as d,
52
+ h,
53
+ m,
54
+ d as p,
55
+ y
56
+ };