@farris/x-ui 0.0.5 → 0.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/x-ui",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "可复用的 AI 对话组件",
5
5
  "type": "module",
6
6
  "main": "./farris.x-ui.umd.cjs",
@@ -1,9 +0,0 @@
1
- import { Plugin } from '../../vue';
2
- import { default as FXAccordion } from '../../src/accordion.component';
3
- import { default as FXAccordionItem } from '../../src/components/accordion-item.component';
4
-
5
- export * from '../../src/accordion.props';
6
- export * from '../../src/components/accordion-item.props';
7
- export { FXAccordion, FXAccordionItem };
8
- declare const _default: typeof FXAccordion & Plugin;
9
- export default _default;
@@ -1,8 +0,0 @@
1
- declare const _default: import('../../../vue').DefineComponent<{
2
- [x: string]: /*elided*/ any;
3
- }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../vue').ComponentOptionsMixin, import('../../../vue').ComponentOptionsMixin, {}, never, import('../../../vue').PublicProps, Readonly<{
4
- [x: string]: /*elided*/ any;
5
- }> & Readonly<{}>, {
6
- [x: string]: any;
7
- }, {}, {}, {}, string, import('../../../vue').ComponentProvideOptions, true, {}, any>;
8
- export default _default;
@@ -1,2 +0,0 @@
1
- export declare const accordionProps: Record<string, any>;
2
- export type AccordionProps = import('../../../vue').ExtractPropTypes<typeof accordionProps>;
@@ -1,8 +0,0 @@
1
- declare const _default: import('../../../../vue').DefineComponent<{
2
- [x: string]: /*elided*/ any;
3
- }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('../../../../vue').ComponentOptionsMixin, import('../../../../vue').ComponentOptionsMixin, {}, "clickHeader", import('../../../../vue').PublicProps, Readonly<{
4
- [x: string]: /*elided*/ any;
5
- }> & Readonly<{}>, {
6
- [x: string]: any;
7
- }, {}, {}, {}, string, import('../../../../vue').ComponentProvideOptions, true, {}, any>;
8
- export default _default;
@@ -1,2 +0,0 @@
1
- export declare const accordionItemProps: Record<string, any>;
2
- export type AccordionItemProps = import('../../../../vue').ExtractPropTypes<typeof accordionItemProps>;