@easyv/biz-components 0.0.3 → 0.0.5
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/_virtual/index.es2.js +2 -2
- package/dist/_virtual/index.es3.js +2 -2
- package/dist/_virtual/index.es4.js +2 -2
- package/dist/components/AiMessageRender/AiMessageRender.d.ts +5 -0
- package/dist/components/AiMessageRender/AiMessageRender.es.js +42 -37
- package/dist/components/AiMessageRender/AiMessageRender.es.js.map +1 -1
- package/dist/components/AiMessageRender/index.less.es.js +197 -0
- package/dist/components/AiMessageRender/index.less.es.js.map +1 -0
- package/dist/components/ShadowDom/ShadowDom.d.ts +2 -0
- package/dist/components/ShadowDom/ShadowDom.es.js +16 -14
- package/dist/components/ShadowDom/ShadowDom.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js +64 -89
- package/dist/node_modules/.pnpm/@easyv_react-icons@6.3.0/node_modules/@easyv/react-icons/dist/index.esm.es.js.map +1 -1
- package/dist/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.es.js +13 -0
- package/dist/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/classnames@2.3.2/node_modules/classnames/index.es.js +1 -1
- package/dist/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.es.js +9 -0
- package/dist/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.es.js +13 -0
- package/dist/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.es.js +76 -0
- package/dist/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.es.js +71 -0
- package/dist/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.es.js +131 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.es.js +96 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.es.js +51 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.es.js +136 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.es.js +59 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.es.js +30 -0
- package/dist/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.es.js +31 -0
- package/dist/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.es.js +16 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.es.js +14 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.es.js +45 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.es.js +35 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.es.js +34 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.es.js +35 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.es.js +11 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.es.js +28 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.es.js +34 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.es.js +45 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.es.js +23 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.es.js +28 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.es.js +51 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.es.js +23 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.es.js +36 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.es.js +8 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.es.js +10 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.es.js +34 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.es.js +7 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.es.js +10 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.es.js +12 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.es.js +19 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.es.js +12 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.es.js +12 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.es.js +12 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.es.js +12 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.es.js +12 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.es.js +12 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.es.js +12 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.es.js +12 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.es.js +7 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.es.js +38 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.es.js +10 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.es.js +14 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.es.js +16 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.es.js +16 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.es.js.map +1 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.es.js +194 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.es.js.map +1 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.es.js +193 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.es.js.map +1 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.es.js +68 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.es.js.map +1 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.es.js +72 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.es.js.map +1 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.es.js +24 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.es.js.map +1 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.es.js +146 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.es.js.map +1 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.es.js +46 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.es.js.map +1 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.es.js +19 -0
- package/dist/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js +1 -1
- package/dist/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.es.js +14 -0
- package/dist/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/style-to-js@1.1.16/node_modules/style-to-js/cjs/index.es.js +1 -1
- package/dist/node_modules/.pnpm/style-to-object@1.0.8/node_modules/style-to-object/cjs/index.es.js +1 -1
- package/package.json +5 -2
- package/dist/components/AiMessageRender/index.css.es.js +0 -17
- package/dist/components/AiMessageRender/index.css.es.js.map +0 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import l, { useContext as
|
|
1
|
+
import l, { useContext as O, createContext as z } from "react";
|
|
2
2
|
import n from "../../../../../prop-types@15.8.1/node_modules/prop-types/index.es.js";
|
|
3
|
-
import
|
|
4
|
-
function
|
|
5
|
-
|
|
6
|
-
var i =
|
|
3
|
+
import T from "../../../../../classnames@2.3.2/node_modules/classnames/index.es.js";
|
|
4
|
+
function a(o, e) {
|
|
5
|
+
e === void 0 && (e = {});
|
|
6
|
+
var i = e.insertAt;
|
|
7
7
|
if (!(typeof document > "u")) {
|
|
8
8
|
var r = document.head || document.getElementsByTagName("head")[0], s = document.createElement("style");
|
|
9
|
-
s.type = "text/css", i === "top" && r.firstChild ? r.insertBefore(s, r.firstChild) : r.appendChild(s), s.styleSheet ? s.styleSheet.cssText =
|
|
9
|
+
s.type = "text/css", i === "top" && r.firstChild ? r.insertBefore(s, r.firstChild) : r.appendChild(s), s.styleSheet ? s.styleSheet.cssText = o : s.appendChild(document.createTextNode(o));
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
var
|
|
12
|
+
var v = `.easyv-icon {
|
|
13
13
|
display: inline-flex;
|
|
14
14
|
vertical-align: middle;
|
|
15
15
|
}
|
|
@@ -23,80 +23,80 @@ var w = `.easyv-icon {
|
|
|
23
23
|
transform: rotate(1turn);
|
|
24
24
|
}
|
|
25
25
|
}`;
|
|
26
|
-
|
|
27
|
-
var
|
|
28
|
-
function
|
|
29
|
-
return
|
|
26
|
+
a(v);
|
|
27
|
+
var d = /* @__PURE__ */ z({});
|
|
28
|
+
function h() {
|
|
29
|
+
return O(d);
|
|
30
30
|
}
|
|
31
|
-
function j(
|
|
32
|
-
return (
|
|
31
|
+
function j(o, e, i) {
|
|
32
|
+
return (e = _(e)) in o ? Object.defineProperty(o, e, {
|
|
33
33
|
value: i,
|
|
34
34
|
enumerable: !0,
|
|
35
35
|
configurable: !0,
|
|
36
36
|
writable: !0
|
|
37
|
-
}) : e
|
|
37
|
+
}) : o[e] = i, o;
|
|
38
38
|
}
|
|
39
|
-
function
|
|
40
|
-
return
|
|
41
|
-
for (var
|
|
42
|
-
var i = arguments[
|
|
43
|
-
for (var r in i) ({}).hasOwnProperty.call(i, r) && (
|
|
39
|
+
function p() {
|
|
40
|
+
return p = Object.assign ? Object.assign.bind() : function(o) {
|
|
41
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
42
|
+
var i = arguments[e];
|
|
43
|
+
for (var r in i) ({}).hasOwnProperty.call(i, r) && (o[r] = i[r]);
|
|
44
44
|
}
|
|
45
|
-
return
|
|
46
|
-
},
|
|
45
|
+
return o;
|
|
46
|
+
}, p.apply(null, arguments);
|
|
47
47
|
}
|
|
48
|
-
function
|
|
49
|
-
var i = Object.keys(
|
|
48
|
+
function b(o, e) {
|
|
49
|
+
var i = Object.keys(o);
|
|
50
50
|
if (Object.getOwnPropertySymbols) {
|
|
51
|
-
var r = Object.getOwnPropertySymbols(
|
|
52
|
-
|
|
53
|
-
return Object.getOwnPropertyDescriptor(
|
|
51
|
+
var r = Object.getOwnPropertySymbols(o);
|
|
52
|
+
e && (r = r.filter(function(s) {
|
|
53
|
+
return Object.getOwnPropertyDescriptor(o, s).enumerable;
|
|
54
54
|
})), i.push.apply(i, r);
|
|
55
55
|
}
|
|
56
56
|
return i;
|
|
57
57
|
}
|
|
58
|
-
function
|
|
59
|
-
for (var
|
|
60
|
-
var i = arguments[
|
|
61
|
-
|
|
62
|
-
j(
|
|
63
|
-
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(
|
|
64
|
-
Object.defineProperty(
|
|
58
|
+
function P(o) {
|
|
59
|
+
for (var e = 1; e < arguments.length; e++) {
|
|
60
|
+
var i = arguments[e] != null ? arguments[e] : {};
|
|
61
|
+
e % 2 ? b(Object(i), !0).forEach(function(r) {
|
|
62
|
+
j(o, r, i[r]);
|
|
63
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(o, Object.getOwnPropertyDescriptors(i)) : b(Object(i)).forEach(function(r) {
|
|
64
|
+
Object.defineProperty(o, r, Object.getOwnPropertyDescriptor(i, r));
|
|
65
65
|
});
|
|
66
66
|
}
|
|
67
|
-
return
|
|
67
|
+
return o;
|
|
68
68
|
}
|
|
69
|
-
function
|
|
70
|
-
if (
|
|
71
|
-
var i, r, s =
|
|
69
|
+
function w(o, e) {
|
|
70
|
+
if (o == null) return {};
|
|
71
|
+
var i, r, s = C(o, e);
|
|
72
72
|
if (Object.getOwnPropertySymbols) {
|
|
73
|
-
var t = Object.getOwnPropertySymbols(
|
|
74
|
-
for (r = 0; r < t.length; r++) i = t[r],
|
|
73
|
+
var t = Object.getOwnPropertySymbols(o);
|
|
74
|
+
for (r = 0; r < t.length; r++) i = t[r], e.indexOf(i) === -1 && {}.propertyIsEnumerable.call(o, i) && (s[i] = o[i]);
|
|
75
75
|
}
|
|
76
76
|
return s;
|
|
77
77
|
}
|
|
78
|
-
function
|
|
79
|
-
if (
|
|
78
|
+
function C(o, e) {
|
|
79
|
+
if (o == null) return {};
|
|
80
80
|
var i = {};
|
|
81
|
-
for (var r in
|
|
82
|
-
if (
|
|
83
|
-
i[r] =
|
|
81
|
+
for (var r in o) if ({}.hasOwnProperty.call(o, r)) {
|
|
82
|
+
if (e.indexOf(r) !== -1) continue;
|
|
83
|
+
i[r] = o[r];
|
|
84
84
|
}
|
|
85
85
|
return i;
|
|
86
86
|
}
|
|
87
|
-
function
|
|
88
|
-
if (typeof
|
|
89
|
-
var i =
|
|
87
|
+
function x(o, e) {
|
|
88
|
+
if (typeof o != "object" || !o) return o;
|
|
89
|
+
var i = o[Symbol.toPrimitive];
|
|
90
90
|
if (i !== void 0) {
|
|
91
|
-
var r = i.call(
|
|
91
|
+
var r = i.call(o, e);
|
|
92
92
|
if (typeof r != "object") return r;
|
|
93
93
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
94
94
|
}
|
|
95
|
-
return (
|
|
95
|
+
return (e === "string" ? String : Number)(o);
|
|
96
96
|
}
|
|
97
|
-
function _(
|
|
98
|
-
var
|
|
99
|
-
return typeof
|
|
97
|
+
function _(o) {
|
|
98
|
+
var e = x(o, "string");
|
|
99
|
+
return typeof e == "symbol" ? e : e + "";
|
|
100
100
|
}
|
|
101
101
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
102
102
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
@@ -274,31 +274,6 @@ n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
|
274
274
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
275
275
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
276
276
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
277
|
-
var E = ["color", "size", "className", "spin", "style"], N = function(o) {
|
|
278
|
-
var i = o.color, r = o.size, s = o.className, t = o.spin, p = o.style, b = p === void 0 ? {} : p, c = a(o, E), u = z(), f = u || {}, y = f.cls;
|
|
279
|
-
return /* @__PURE__ */ l.createElement("span", g({
|
|
280
|
-
className: O("easyv-icon", {
|
|
281
|
-
"easyv-icon-loading": t
|
|
282
|
-
}, y, s),
|
|
283
|
-
style: T({
|
|
284
|
-
color: i,
|
|
285
|
-
fontSize: r
|
|
286
|
-
}, b)
|
|
287
|
-
}, c), /* @__PURE__ */ l.createElement("svg", {
|
|
288
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
289
|
-
width: "1em",
|
|
290
|
-
height: "1em",
|
|
291
|
-
viewBox: "0 0 24 24",
|
|
292
|
-
fill: "currentColor"
|
|
293
|
-
}, /* @__PURE__ */ l.createElement("path", {
|
|
294
|
-
d: "M18.595 20.76a10.695 10.695 0 004.12-8.443A10.704 10.704 0 0012.017 1.605c-5.926-.008-10.73 4.79-10.73 10.712 0 3.354 1.54 6.346 3.953 8.309.093.075.23.059.305-.035L6.6 19.238a.215.215 0 00-.032-.297 8.534 8.534 0 01-2.464-3.292 8.43 8.43 0 01-.675-3.332 8.535 8.535 0 012.51-6.059A8.535 8.535 0 0112 3.748a8.534 8.534 0 016.059 2.51 8.534 8.534 0 012.51 6.06 8.532 8.532 0 01-2.51 6.059c-.249.248-.511.481-.784.695l-1.09-1.395a.214.214 0 00-.378.08l-1.061 4.345a.215.215 0 00.206.265l4.473.021c.18 0 .282-.206.17-.345l-1-1.283z"
|
|
295
|
-
})));
|
|
296
|
-
};
|
|
297
|
-
N.propTypes = {
|
|
298
|
-
color: n.string,
|
|
299
|
-
size: n.oneOfType([n.string, n.number]),
|
|
300
|
-
spin: n.bool
|
|
301
|
-
};
|
|
302
277
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
303
278
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
304
279
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
@@ -684,17 +659,18 @@ n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
|
684
659
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
685
660
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
686
661
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
662
|
+
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
663
|
+
var S = ["color", "size", "className", "spin", "style"], E = function(e) {
|
|
664
|
+
var i = e.color, r = e.size, s = e.className, t = e.spin, g = e.style, c = g === void 0 ? {} : g, u = w(e, S), f = h(), y = f || {}, m = y.cls;
|
|
665
|
+
return /* @__PURE__ */ l.createElement("span", p({
|
|
666
|
+
className: T("easyv-icon", {
|
|
691
667
|
"easyv-icon-loading": t
|
|
692
|
-
},
|
|
693
|
-
style:
|
|
668
|
+
}, m, s),
|
|
669
|
+
style: P({
|
|
694
670
|
color: i,
|
|
695
671
|
fontSize: r
|
|
696
|
-
},
|
|
697
|
-
},
|
|
672
|
+
}, c)
|
|
673
|
+
}, u), /* @__PURE__ */ l.createElement("svg", {
|
|
698
674
|
xmlns: "http://www.w3.org/2000/svg",
|
|
699
675
|
width: "1em",
|
|
700
676
|
height: "1em",
|
|
@@ -706,7 +682,7 @@ var S = ["color", "size", "className", "spin", "style"], A = function(o) {
|
|
|
706
682
|
d: "M3.293 3.293A1 1 0 014 3h9a1 1 0 011 1v1a1 1 0 102 0V4a3 3 0 00-3-3H4a3 3 0 00-3 3v9a3 3 0 003 3h1a1 1 0 100-2H4a1 1 0 01-1-1V4a1 1 0 01.293-.707zM10 11a1 1 0 011-1h9a1 1 0 011 1v9a1 1 0 01-1 1h-9a1 1 0 01-1-1v-9zm1-3a3 3 0 00-3 3v9a3 3 0 003 3h9a3 3 0 003-3v-9a3 3 0 00-3-3h-9z"
|
|
707
683
|
})));
|
|
708
684
|
};
|
|
709
|
-
|
|
685
|
+
E.propTypes = {
|
|
710
686
|
color: n.string,
|
|
711
687
|
size: n.oneOfType([n.string, n.number]),
|
|
712
688
|
spin: n.bool
|
|
@@ -1153,8 +1129,7 @@ n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
|
1153
1129
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
1154
1130
|
n.string, n.oneOfType([n.string, n.number]), n.bool;
|
|
1155
1131
|
export {
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
z as useConfig
|
|
1132
|
+
E as CopyCircleOutlined,
|
|
1133
|
+
h as useConfig
|
|
1159
1134
|
};
|
|
1160
1135
|
//# sourceMappingURL=index.esm.es.js.map
|