@web-utils/component 4.0.10 → 4.0.12
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/chunks/FormTemp.BQxO5IQq.mjs +1 -1
- package/chunks/{dictionary.C6NmC-bT.mjs → dictionary.DGt59Ir7.mjs} +4 -4
- package/chunks/index.BmYCjxZQ.mjs +47 -0
- package/configComponents.d.ts +29 -0
- package/{chunks/configComponents.DQaqUQFs.mjs → configComponents.mjs} +25 -22
- package/flow-designer/index.mjs +1 -1
- package/flow-viewer/index.mjs +1 -1
- package/form-view/index.mjs +1 -1
- package/fy-curd/index.mjs +1 -1
- package/fy-form-design/index.mjs +2 -2
- package/fy-from/crud/config.d.ts +69 -0
- package/fy-from/crud/eval.d.ts +1 -0
- package/fy-from/crud/zh.d.ts +87 -0
- package/fy-input-icon/index.mjs +1 -1
- package/helper-function.d.ts +33 -0
- package/helper-function.mjs +68 -0
- package/index.d.ts +180 -0
- package/index.mjs +364 -422
- package/input-number/index.mjs +2 -2
- package/package.json +5 -4
- package/page-skeleton/index.mjs +3 -3
- package/pageable-table/index.mjs +1 -1
- package/photo-swipe/index.d.ts +4 -0
- package/photo-swipe/index.mjs +34 -3
- package/present-view/index.mjs +1 -1
- package/split-pane/index.mjs +1 -1
- package/swiper/index.mjs +1 -1
- package/table-column/index.mjs +1 -1
- package/table-view/index.mjs +1 -1
- package/tabs-view/index.mjs +1 -1
- package/toolbar/index.mjs +1 -1
- package/toolbar-button/index.mjs +1 -1
- package/video/index.d.ts +10 -0
- package/web-types.json +1 -1
- package/chunks/PhotoSwipe.BunkqqPu.mjs +0 -80
package/index.d.ts
ADDED
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import { default as AddressInput } from '../../../../../src/components/AddressInput.vue';
|
|
2
|
+
import { default as Affix } from '../../../../../src/components/affix/Affix.vue';
|
|
3
|
+
import { default as AsideMenu } from '../../../../../src/components/AsideMenu.vue';
|
|
4
|
+
import { default as Avatar } from '../../../../../src/components/avatar/Avatar.vue';
|
|
5
|
+
import { default as AwesomeButton } from '../../../../../src/components/button/AwesomeButton.vue';
|
|
6
|
+
import { default as CapsuleTab } from '../../../../../src/components/CapsuleTab.vue';
|
|
7
|
+
import { default as Card } from '../../../../../src/components/card/Card.vue';
|
|
8
|
+
import { default as Carousel } from '../../../../../src/components/carousel/Carousel.vue';
|
|
9
|
+
import { default as Chat } from '../../../../../src/components/chat/Chat.vue';
|
|
10
|
+
import { default as ChunkFileUploader } from '../../../../../src/components/chunk-file-uploader/ChunkFileUploader.vue';
|
|
11
|
+
import { default as CodeMirrorEditor } from '../../../../../src/components/code-mirror/CodeMirrorEditor.vue';
|
|
12
|
+
import { default as ColorPicker } from '../../../../../src/components/color-picker/ColorPicker.vue';
|
|
13
|
+
import { default as Comment } from '../../../../../src/components/comment/Comment.vue';
|
|
14
|
+
import { default as Confirmable } from '../../../../../src/components/button/Confirmable.vue';
|
|
15
|
+
import { default as ConfirmButton } from '../../../../../src/components/button/ConfirmButton.vue';
|
|
16
|
+
import { default as ContextMenu } from '../../../../../src/components/ContextMenu.vue';
|
|
17
|
+
import { default as CountUp } from '../../../../../src/components/count-up/CountUp.vue';
|
|
18
|
+
import { default as CustomScrollbar } from '../../../../../src/components/CustomScrollbar.vue';
|
|
19
|
+
import { default as DataBox } from '../../../../../src/components/data/box/DataBox.vue';
|
|
20
|
+
import { default as DataCard } from '../../../../../src/components/data/card/DataCard.vue';
|
|
21
|
+
import { default as DataCardText } from '../../../../../src/components/data/cardText/DataCardText.vue';
|
|
22
|
+
import { default as DataDisplay } from '../../../../../src/components/data/display/DataDisplay.vue';
|
|
23
|
+
import { default as DataIcons } from '../../../../../src/components/data/icons/DataIcons.vue';
|
|
24
|
+
import { default as DataImgtext } from '../../../../../src/components/data/imgText/DataImgtext.vue';
|
|
25
|
+
import { default as DataOperatext } from '../../../../../src/components/data/operaText/DataOperatext.vue';
|
|
26
|
+
import { default as DataPanel } from '../../../../../src/components/data/panel/DataPanel.vue';
|
|
27
|
+
import { default as DataPay } from '../../../../../src/components/data/pay/DataPay.vue';
|
|
28
|
+
import { default as DataPrice } from '../../../../../src/components/data/price/DataPrice.vue';
|
|
29
|
+
import { default as DataProgress } from '../../../../../src/components/data/progress/DataProgress.vue';
|
|
30
|
+
import { default as DataRotate } from '../../../../../src/components/data/rotate/DataRotate.vue';
|
|
31
|
+
import { default as DataTablePicker } from '../../../../../src/components/DataTablePicker.vue';
|
|
32
|
+
import { default as DataTabs } from '../../../../../src/components/data/tabs/DataTabs.vue';
|
|
33
|
+
import { default as DialogForm } from '../../../../../src/components/dialog-form/DialogForm.vue';
|
|
34
|
+
import { default as DynamicTable } from '../../../../../src/components/dynamic-table/DynamicTable.vue';
|
|
35
|
+
import { default as EasyPopup } from '../../../../../src/components/EasyPopup.vue';
|
|
36
|
+
import { default as ECharts } from '../../../../../src/components/ECharts.vue';
|
|
37
|
+
import { default as EditableProgress } from '../../../../../src/components/EditableProgress.vue';
|
|
38
|
+
import { default as EditableTree } from '../../../../../src/components/EditableTree.vue';
|
|
39
|
+
import { default as EgdCollapse } from '../../../../../src/components/collapse/EgdCollapse.vue';
|
|
40
|
+
import { default as EgdCollapseItem } from '../../../../../src/components/collapse/EgdCollapseItem.vue';
|
|
41
|
+
import { default as ElementDialog } from '../../../../../src/components/dialog/ElementDialog.vue';
|
|
42
|
+
import { default as Ellipsis } from '../../../../../src/components/Ellipsis.vue';
|
|
43
|
+
import { default as EmptyView } from '../../../../../src/components/empty-view/EmptyView.vue';
|
|
44
|
+
import { default as ErrorView } from '../../../../../src/components/ErrorView.vue';
|
|
45
|
+
import { default as FlexColumn } from '../../../../../src/components/flex/FlexColumn.vue';
|
|
46
|
+
import { default as FlexItem } from '../../../../../src/components/flex/FlexItem.vue';
|
|
47
|
+
import { default as FlexRow } from '../../../../../src/components/flex/FlexRow.vue';
|
|
48
|
+
import { default as FlexScroller } from '../../../../../src/components/flex-scroller/FlexScroller.vue';
|
|
49
|
+
import { default as Flow } from '../../../../../src/components/flow/Flow.vue';
|
|
50
|
+
import { default as FlowDesigner } from '../../../../../src/components/bpmn-process-designer/FlowDesigner.vue';
|
|
51
|
+
import { default as FlowNode } from '../../../../../src/components/flow/FlowNode.vue';
|
|
52
|
+
import { default as FlowViewer } from '../../../../../src/components/bpmn-process-designer/FlowViewer.vue';
|
|
53
|
+
import { default as FormBlock } from '../../../../../src/components/form/FormBlock.vue';
|
|
54
|
+
import { default as FormButton } from '../../../../../src/components/button/FormButton.vue';
|
|
55
|
+
import { default as FormCard } from '../../../../../src/components/form/FormCard.vue';
|
|
56
|
+
import { default as FormCascader } from '../../../../../src/components/form/FormCascader.vue';
|
|
57
|
+
import { default as FormCheckbox } from '../../../../../src/components/form/FormCheckbox.vue';
|
|
58
|
+
import { default as FormCheckboxGroup } from '../../../../../src/components/form/FormCheckboxGroup.vue';
|
|
59
|
+
import { default as FormDatePicker } from '../../../../../src/components/form/FormDatePicker.vue';
|
|
60
|
+
import { default as FormHolder } from '../../../../../src/components/form/FormHolder.vue';
|
|
61
|
+
import { default as FormInput } from '../../../../../src/components/form/FormInput.vue';
|
|
62
|
+
import { default as FormInputCronExpression } from '../../../../../src/components/form/FormInputCronExpression.vue';
|
|
63
|
+
import { default as FormInputEmail } from '../../../../../src/components/form/FormInputEmail.vue';
|
|
64
|
+
import { default as FormInputIdCard } from '../../../../../src/components/form/FormInputIdCard.vue';
|
|
65
|
+
import { default as FormInputNumber } from '../../../../../src/components/form/FormInputNumber.vue';
|
|
66
|
+
import { default as FormInputPhoneNumber } from '../../../../../src/components/form/FormInputPhoneNumber.vue';
|
|
67
|
+
import { default as FormInputTag } from '../../../../../src/components/form/FormInputTag.vue';
|
|
68
|
+
import { default as FormInputTime } from '../../../../../src/components/form/FormInputTime.vue';
|
|
69
|
+
import { default as FormItem } from '../../../../../src/components/form/FormItem.vue';
|
|
70
|
+
import { default as FormItemConfigProvider } from '../../../../../src/components/form/FormItemConfigProvider.vue';
|
|
71
|
+
import { default as FormItemGroup } from '../../../../../src/components/form/FormItemGroup.vue';
|
|
72
|
+
import { default as FormRadioGroup } from '../../../../../src/components/form/FormRadioGroup.vue';
|
|
73
|
+
import { default as FormSelect } from '../../../../../src/components/form/FormSelect.vue';
|
|
74
|
+
import { default as FormSwitch } from '../../../../../src/components/form/FormSwitch.vue';
|
|
75
|
+
import { default as FormTable } from '../../../../../src/components/form/FormTable.vue';
|
|
76
|
+
import { default as FormTablePlus } from '../../../../../src/components/form/FormTablePlus.vue';
|
|
77
|
+
import { default as FormTextarea } from '../../../../../src/components/form/FormTextarea.vue';
|
|
78
|
+
import { default as FormTreeSelect } from '../../../../../src/components/form/FormTreeSelect.vue';
|
|
79
|
+
import { default as FormTreeSelectMultiple } from '../../../../../src/components/form/FormTreeSelectMultiple.vue';
|
|
80
|
+
import { default as FormView } from '../../../../../src/components/form/FormView.vue';
|
|
81
|
+
import { default as FyArray } from '../../../../../src/components/fy-from/array/FyArray.vue';
|
|
82
|
+
import { default as FyArticle } from '../../../../../src/components/article/FyArticle.vue';
|
|
83
|
+
import { default as FyCascader } from '../../../../../src/components/fy-from/cascader/FyCascader.vue';
|
|
84
|
+
import { default as FyCheckbox } from '../../../../../src/components/fy-from/checkbox/FyCheckbox.vue';
|
|
85
|
+
import { default as FyCode } from '../../../../../src/components/code/FyCode.vue';
|
|
86
|
+
import { default as FyCurd } from '../../../../../src/components/fy-from/crud/FyCurd.vue';
|
|
87
|
+
import { default as FyDate } from '../../../../../src/components/fy-from/date/FyDate.vue';
|
|
88
|
+
import { default as FyDraggable } from '../../../../../src/components/draggable/FyDraggable.vue';
|
|
89
|
+
import { default as FyDynamic } from '../../../../../src/components/fy-from/dynamic/FyDynamic.vue';
|
|
90
|
+
import { default as FyEmpty } from '../../../../../src/components/empty/FyEmpty.vue';
|
|
91
|
+
import { default as FyForm } from '../../../../../src/components/fy-from/FyForm.vue';
|
|
92
|
+
import { default as FyFormDesign } from '../../../../../src/components/form-design/FyFormDesign.vue';
|
|
93
|
+
import { default as FyInput } from '../../../../../src/components/fy-from/input/FyInput.vue';
|
|
94
|
+
import { default as FyInputColor } from '../../../../../src/components/fy-from/input-color/FyInputColor.vue';
|
|
95
|
+
import { default as FyInputIcon } from '../../../../../src/components/fy-from/input-icon/FyInputIcon.vue';
|
|
96
|
+
import { default as FyInputMap } from '../../../../../src/components/fy-from/input-map/FyInputMap.vue';
|
|
97
|
+
import { default as FyInputNumber } from '../../../../../src/components/fy-from/input-number/FyInputNumber.vue';
|
|
98
|
+
import { default as FyInputTable } from '../../../../../src/components/fy-from/input-table/FyInputTable.vue';
|
|
99
|
+
import { default as FyInputTree } from '../../../../../src/components/fy-from/input-tree/FyInputTree.vue';
|
|
100
|
+
import { default as FyProgress } from '../../../../../src/components/progress/FyProgress.vue';
|
|
101
|
+
import { default as FyRadio } from '../../../../../src/components/fy-from/radio/FyRadio.vue';
|
|
102
|
+
import { default as FyRate } from '../../../../../src/components/fy-from/rate/FyRate.vue';
|
|
103
|
+
import { default as FySelect } from '../../../../../src/components/fy-from/select/FySelect.vue';
|
|
104
|
+
import { default as FySlider } from '../../../../../src/components/fy-from/slider/FySlider.vue';
|
|
105
|
+
import { default as FySwitch } from '../../../../../src/components/fy-from/switch/FySwitch.vue';
|
|
106
|
+
import { default as FyTabs } from '../../../../../src/components/tabs/FyTabs.vue';
|
|
107
|
+
import { default as FyTime } from '../../../../../src/components/fy-from/time/FyTime.vue';
|
|
108
|
+
import { default as FyTitle } from '../../../../../src/components/fy-from/title/FyTitle.vue';
|
|
109
|
+
import { default as FyTree } from '../../../../../src/components/tree/FyTree.vue';
|
|
110
|
+
import { default as FyUEditor } from '../../../../../src/components/ueditor/FyUEditor.vue';
|
|
111
|
+
import { default as FyUpload } from '../../../../../src/components/fy-from/upload/FyUpload.vue';
|
|
112
|
+
import { default as GuideSteps } from '../../../../../src/components/GuideSteps.vue';
|
|
113
|
+
import { default as HighlightJS } from '../../../../../src/components/HighlightJS.vue';
|
|
114
|
+
import { default as IconCard } from '../../../../../src/components/IconCard.vue';
|
|
115
|
+
import { default as IconTemp } from '../../../../../src/components/fy-from/crud/IconTemp.vue';
|
|
116
|
+
import { default as IframeWindow } from '../../../../../src/components/IframeWindow.vue';
|
|
117
|
+
import { default as ImageCropper } from '../../../../../src/components/image-cropper/ImageCropper.vue';
|
|
118
|
+
import { default as ImagePreview } from '../../../../../src/components/image-preview/ImagePreview.vue';
|
|
119
|
+
import { default as ImageViewer } from '../../../../../src/components/ImageViewer.vue';
|
|
120
|
+
import { default as InputNumber } from '../../../../../src/components/InputNumber.vue';
|
|
121
|
+
import { default as InputNumberRange } from '../../../../../src/components/InputNumberRange.vue';
|
|
122
|
+
import { default as JSXComponent } from '../../../../../src/components/jsx-component/JSXComponent.jsx';
|
|
123
|
+
import { default as KeepViewAlive } from '../../../../../src/components/KeepViewAlive.vue';
|
|
124
|
+
import { default as Keyboard } from '../../../../../src/components/keyboard/Keyboard.vue';
|
|
125
|
+
import { default as License } from '../../../../../src/components/license/License.vue';
|
|
126
|
+
import { default as LoadingView } from '../../../../../src/components/LoadingView.vue';
|
|
127
|
+
import { default as Login } from '../../../../../src/components/login/Login.vue';
|
|
128
|
+
import { default as MonacoEditor } from '../../../../../src/components/monaco-editor/MonacoEditor.vue';
|
|
129
|
+
import { default as NameAvatar } from '../../../../../src/components/NameAvatar.vue';
|
|
130
|
+
import { default as NavBar } from '../../../../../src/components/NavBar.vue';
|
|
131
|
+
import { default as Notice } from '../../../../../src/components/notice/Notice.vue';
|
|
132
|
+
import { default as NotImplement } from '../../../../../src/components/not-implement/NotImplement.vue';
|
|
133
|
+
import { default as Page } from '../../../../../src/components/Page.vue';
|
|
134
|
+
import { default as PageableTable } from '../../../../../src/components/table/PageableTable.vue';
|
|
135
|
+
import { default as PageableView } from '../../../../../src/components/PageableView.vue';
|
|
136
|
+
import { default as PageHeader } from '../../../../../src/components/PageHeader.vue';
|
|
137
|
+
import { default as PageIndex } from '../../../../../src/components/PageIndex.vue';
|
|
138
|
+
import { default as PageIndexTop } from '../../../../../src/components/PageIndexTop.vue';
|
|
139
|
+
import { default as PageSkeleton } from '../../../../../src/components/PageSkeleton.vue';
|
|
140
|
+
import { default as PageSkeletonNew } from '../../../../../src/components/PageSkeletonNew.vue';
|
|
141
|
+
import { default as PhotoSwipe } from '../../../../../src/components/photo-swipe/PhotoSwipe.vue';
|
|
142
|
+
import { default as PickerTableView } from '../../../../../src/components/form/PickerTableView.vue';
|
|
143
|
+
import { default as PresentView } from '../../../../../src/components/form/PresentView.vue';
|
|
144
|
+
import { default as Queue } from '../../../../../src/components/queue/Queue.vue';
|
|
145
|
+
import { default as RecordVideo } from '../../../../../src/components/video/RecordVideo.vue';
|
|
146
|
+
import { default as ResizeObserver } from '../../../../../src/components/ResizeObserver.vue';
|
|
147
|
+
import { default as Search } from '../../../../../src/components/search/Search.vue';
|
|
148
|
+
import { default as SearchPopover } from '../../../../../src/components/SearchPopover.vue';
|
|
149
|
+
import { default as Sign } from '../../../../../src/components/sign/Sign.vue';
|
|
150
|
+
import { default as SignPanel } from '../../../../../src/components/SignPanel.vue';
|
|
151
|
+
import { default as Skeleton } from '../../../../../src/components/skeleton/Skeleton.vue';
|
|
152
|
+
import { default as SkeletonPanel } from '../../../../../src/components/SkeletonPanel.vue';
|
|
153
|
+
import { default as SplitPane } from '../../../../../src/components/split-pane/SplitPane.vue';
|
|
154
|
+
import { default as Stateful } from '../../../../../src/components/Stateful.vue';
|
|
155
|
+
import { default as StaticPageableTable } from '../../../../../src/components/StaticPageableTable.vue';
|
|
156
|
+
import { default as SubTable } from '../../../../../src/components/table/SubTable.vue';
|
|
157
|
+
import { default as SubTablePlus } from '../../../../../src/components/table/SubTablePlus.vue';
|
|
158
|
+
import { default as Swiper } from '../../../../../src/components/Swiper.vue';
|
|
159
|
+
import { default as Tab } from '../../../../../src/components/tab/Tab.vue';
|
|
160
|
+
import { default as TabItem } from '../../../../../src/components/tab/TabItem.vue';
|
|
161
|
+
import { default as TableColumn } from '../../../../../src/components/table/TableColumn.vue';
|
|
162
|
+
import { default as TableView } from '../../../../../src/components/form/TableView.vue';
|
|
163
|
+
import { default as TabsView } from '../../../../../src/components/form/TabsView.vue';
|
|
164
|
+
import { default as TagRender } from '../../../../../src/components/TagRender.vue';
|
|
165
|
+
import { default as TextEllipsis } from '../../../../../src/components/text-ellipsis/TextEllipsis.vue';
|
|
166
|
+
import { default as Toolbar } from '../../../../../src/components/toolbar/Toolbar.vue';
|
|
167
|
+
import { default as ToolbarButton } from '../../../../../src/components/toolbar/ToolbarButton.vue';
|
|
168
|
+
import { default as Verify } from '../../../../../src/components/verify/Verify.vue';
|
|
169
|
+
import { default as VueCron } from '../../../../../src/components/vue-cron/VueCron.vue';
|
|
170
|
+
import { default as VueQrCode } from '../../../../../src/components/vue-qrcode/VueQrCode.vue';
|
|
171
|
+
import { default as VueQuillEditor } from '../../../../../src/components/vue-quill-editor/VueQuillEditor.vue';
|
|
172
|
+
import { default as VueTagsInput } from '../../../../../src/components/VueTagsInput.vue';
|
|
173
|
+
import { default as VueTreeSelect } from '../../../../../src/components/tree-select/VueTreeSelect.jsx';
|
|
174
|
+
import { default as VueVideoPlayer } from '../../../../../src/components/vue-video-player/VueVideoPlayer.vue';
|
|
175
|
+
import { default as Watermark } from '../../../../../src/components/Watermark.vue';
|
|
176
|
+
import { default as XInputTag } from '../../../../../src/components/XInputTag.vue';
|
|
177
|
+
export { AddressInput, Affix, AsideMenu, Avatar, AwesomeButton, CapsuleTab, Card, Carousel, Chat, ChunkFileUploader, CodeMirrorEditor, ColorPicker, Comment, Confirmable, ConfirmButton, ContextMenu, CountUp, CustomScrollbar, DataBox, DataCard, DataCardText, DataDisplay, DataIcons, DataImgtext, DataOperatext, DataPanel, DataPay, DataPrice, DataProgress, DataRotate, DataTablePicker, DataTabs, DialogForm, DynamicTable, EasyPopup, ECharts, EditableProgress, EditableTree, EgdCollapse, EgdCollapseItem, ElementDialog, Ellipsis, EmptyView, ErrorView, FlexColumn, FlexItem, FlexRow, FlexScroller, Flow, FlowDesigner, FlowNode, FlowViewer, FormBlock, FormButton, FormCard, FormCascader, FormCheckbox, FormCheckboxGroup, FormDatePicker, FormHolder, FormInput, FormInputCronExpression, FormInputEmail, FormInputIdCard, FormInputNumber, FormInputPhoneNumber, FormInputTag, FormInputTime, FormItem, FormItemConfigProvider, FormItemGroup, FormRadioGroup, FormSelect, FormSwitch, FormTable, FormTablePlus, FormTextarea, FormTreeSelect, FormTreeSelectMultiple, FormView, FyArray, FyArticle, FyCascader, FyCheckbox, FyCode, FyCurd, FyDate, FyDraggable, FyDynamic, FyEmpty, FyForm, FyFormDesign, FyInput, FyInputColor, FyInputIcon, FyInputMap, FyInputNumber, FyInputTable, FyInputTree, FyProgress, FyRadio, FyRate, FySelect, FySlider, FySwitch, FyTabs, FyTime, FyTitle, FyTree, FyUEditor, FyUpload, GuideSteps, HighlightJS, IconCard, IconTemp, IframeWindow, ImageCropper, ImagePreview, ImageViewer, InputNumber, InputNumberRange, JSXComponent, KeepViewAlive, Keyboard, License, LoadingView, Login, MonacoEditor, NameAvatar, NavBar, Notice, NotImplement, Page, PageableTable, PageableView, PageHeader, PageIndex, PageIndexTop, PageSkeleton, PageSkeletonNew, PhotoSwipe, PickerTableView, PresentView, Queue, RecordVideo, ResizeObserver, Search, SearchPopover, Sign, SignPanel, Skeleton, SkeletonPanel, SplitPane, Stateful, StaticPageableTable, SubTable, SubTablePlus, Swiper, Tab, TabItem, TableColumn, TableView, TabsView, TagRender, TextEllipsis, Toolbar, ToolbarButton, Verify, VueCron, VueQrCode, VueQuillEditor, VueTagsInput, VueTreeSelect, VueVideoPlayer, Watermark, XInputTag };
|
|
178
|
+
export declare const componentNames: string[];
|
|
179
|
+
export * from './helper-function';
|
|
180
|
+
export default function (Vue: any): void;
|