@flyto/farco 1.0.0 → 1.1.0
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/index.es.js +5 -4
- package/dist/index.umd.js +2 -2
- package/dist/types/components/fcheckbox/fcheckbox.d.ts +1 -1
- package/dist/types/components/fcheckbox/fcheckbox.vue.d.ts +15 -15
- package/dist/types/components/fform/fform.d.ts +1 -1
- package/dist/types/components/fform-item/fform-item.d.ts +1 -1
- package/dist/types/components/fpop-choice/utils/index.d.ts +1 -1
- package/dist/types/components/fquery-list/fquery-list.vue.d.ts +1 -1
- package/dist/types/components/fradio/fradio.d.ts +1 -1
- package/dist/types/components/fradio/fradio.vue.d.ts +15 -15
- package/dist/types/components/fsearch/fsearch.d.ts +1 -1
- package/dist/types/components/fsearch/fsearch.vue.d.ts +1 -1
- package/dist/types/components/fselect/fselect.d.ts +1 -1
- package/dist/types/components/fselect/fselect.vue.d.ts +4 -4
- package/dist/types/components/ftable/ftable.d.ts +1 -1
- package/dist/types/components/ftable/ftable.vue.d.ts +1 -1
- package/dist/types/components/ftable/utils/index.d.ts +1 -1
- package/dist/types/components/ftext/ftext.d.ts +1 -1
- package/dist/types/types/global.d.ts +9 -8
- package/package.json +5 -5
package/dist/index.es.js
CHANGED
|
@@ -19537,11 +19537,12 @@ const IS = { class: "f-table-cols-set" }, RS = { class: "f-table-cols-set__tip"
|
|
|
19537
19537
|
fSearchProps: cd
|
|
19538
19538
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
19539
19539
|
function tm(e, t) {
|
|
19540
|
-
|
|
19541
|
-
|
|
19542
|
-
|
|
19540
|
+
var n, a;
|
|
19541
|
+
for (const i in E1) {
|
|
19542
|
+
const c = E1[i];
|
|
19543
|
+
typeof c == "object" && "__name" in c && e.component(i, c);
|
|
19543
19544
|
}
|
|
19544
|
-
return e.provide($1, (t == null ? void 0 : t.router) || null), e.provide(B1, (t == null ? void 0 : t.iconfont) || y1.h("span")), e.provide(U1, (t == null ? void 0 : t.
|
|
19545
|
+
return e.provide($1, (t == null ? void 0 : t.router) || null), e.provide(B1, ((n = t == null ? void 0 : t.icons) == null ? void 0 : n.iconfont) || y1.h("span")), e.provide(U1, ((a = t == null ? void 0 : t.icons) == null ? void 0 : a.arco) || {}), e;
|
|
19545
19546
|
}
|
|
19546
19547
|
const QS = tm, eA = {
|
|
19547
19548
|
install: tm,
|