foucui 2.0.1 → 2.2.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/components/FouBanner/index.vue.d.ts +53 -0
- package/dist/components/FouDropdown/index.vue.d.ts +4 -3
- package/dist/components/FouSearchInput/index.vue.d.ts +57 -0
- package/dist/components/FouTable/useScrollSync.d.ts +2 -2
- package/dist/foucui.css +1 -1
- package/dist/foucui.js +8508 -8174
- package/dist/foucui.umd.cjs +15 -15
- package/dist/index.d.ts +3 -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, fouLoading } from './components/FouLoading';
|
|
3
3
|
import { fouMsg } from './components/FouMsg';
|
|
4
4
|
import { fouNotify } from './components/FouNotification';
|
|
5
|
-
export declare const version = "2.
|
|
5
|
+
export declare const version = "2.2.0";
|
|
6
6
|
export { fouMsg, fouNotify, fouLoading };
|
|
7
7
|
/** FouCanvasKit:证件 / 桌签 / Banner 统一画布 */
|
|
8
8
|
export { FouCanvasEditor, FouCanvasRenderer, FouCanvasDataModulesPanel, mergeTemplateText, mergeBadgeText, flattenBadgeForMerge, flattenDeskLabelForMerge, mapRowToContext, resolveDataModules, cloneBuiltinModules, createCustomModule, sampleContextFromModules, listInsertableFields, createBannerDoc, createBadgeDoc, buildCanvasHtml, downloadCanvasHtml, downloadElementPng, downloadElementPdf, BADGE_PLACEHOLDER_KEYS, BADGE_PLACEHOLDER_LABELS, BUILTIN_DATA_MODULES, LEGACY_FLAT_KEY_MAP, } from './components/FouCanvasKit';
|
|
@@ -26,6 +26,8 @@ export { default as FouLayoutContainer } from './components/FouLayoutContainer/i
|
|
|
26
26
|
export { default as FouPageMain } from './components/FouPageMain/index.vue';
|
|
27
27
|
export { default as FouPasswordStrength } from './components/FouPasswordStrength/index.vue';
|
|
28
28
|
export { default as FouSearchBar } from './components/FouSearchBar/index.vue';
|
|
29
|
+
export { default as FouSearchInput } from './components/FouSearchInput/index.vue';
|
|
30
|
+
export { default as FouBanner } from './components/FouBanner/index.vue';
|
|
29
31
|
export { default as FouTrend } from './components/FouTrend/index.vue';
|
|
30
32
|
export { default as FouCode } from './components/FouCode/index.vue';
|
|
31
33
|
export { default as FouCombobox } from './components/FouCombobox/index.vue';
|