@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.
- package/dist/ConfigProvider-BaJsiFgd.js +86 -0
- package/dist/SchemaCardRenderer-CdV5OdhD.js +13440 -0
- package/dist/___vite-browser-external_commonjs-proxy-4gYZYw55.js +56 -0
- package/dist/chat.d.ts +2882 -0
- package/dist/chat.js +22 -0
- package/dist/chat.types-Bz1iNdhu.js +1753 -0
- package/dist/config-provider.d.ts +54 -0
- package/dist/config-provider.js +5 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +27 -82441
- package/dist/injection-tokens-D8CFCpjy.js +114 -0
- package/dist/renderer.d.ts +2099 -0
- package/dist/renderer.js +5 -0
- package/dist/transform-jsx.d.ts +3 -0
- package/dist/transform-jsx.js +67051 -0
- package/package.json +47 -2
|
@@ -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
|
+
};
|