foucui 2.3.6 → 2.3.8

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.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.6";
5
+ export declare const version = "2.3.8";
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';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foucui",
3
- "version": "2.3.6",
3
+ "version": "2.3.8",
4
4
  "description": "FouCui Vue3 组件库(组件前缀 Fou/fou-;含 FouCanvasKit)",
5
5
  "type": "module",
6
6
  "main": "./dist/foucui.umd.cjs",