foucui 2.3.7 → 2.3.9
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/components/FouTree/context.d.ts +5 -0
- package/dist/components/FouTree/types.d.ts +1 -0
- package/dist/foucui.css +1 -1
- package/dist/foucui.js +2272 -2165
- package/dist/foucui.umd.cjs +15 -15
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { App } from 'vue';
|
|
|
2
2
|
import { FOU_LOADING_EFFECTS, FouLoadingSpinner, fouLoading, vFouLoading } from './components/FouLoading';
|
|
3
3
|
import { fouMsg } from './components/FouMsg';
|
|
4
4
|
import { fouNotify } from './components/FouNotification';
|
|
5
|
-
export declare const version = "2.3.
|
|
5
|
+
export declare const version = "2.3.9";
|
|
6
6
|
export { fouMsg, fouNotify, fouLoading, vFouLoading };
|
|
7
7
|
export { vFouInfiniteScroll } from './components/FouInfiniteScroll';
|
|
8
8
|
/** FouCanvasKit:证件 / 桌签 / Banner 统一画布 */
|
|
@@ -33,6 +33,7 @@ export { default as FouSplitterPanel } from './components/FouSplitter/FouSplitte
|
|
|
33
33
|
export { default as FouTitle } from './components/FouTitle/index.vue';
|
|
34
34
|
export { default as FouParagraph } from './components/FouParagraph/index.vue';
|
|
35
35
|
export { default as FouTree } from './components/FouTree/index.vue';
|
|
36
|
+
export { default as FouTreeSelect } from './components/FouTreeSelect/index.vue';
|
|
36
37
|
export { default as FouTreeV2 } from './components/FouTreeV2/index.vue';
|
|
37
38
|
export type { FouTreeNodeData, FouTreePropsConfig, FouTreeMenuItem, FouTreeCheckPayload, } from './components/FouTree/types';
|
|
38
39
|
export { default as FouContextMenu } from './components/FouContextMenu/index.vue';
|