@pantograph/vue 0.34.39 → 0.34.40
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 +98 -98
- package/dist/nuxt.d.ts +98 -98
- package/dist/resolver.d.ts +98 -98
- package/dist/use/index.js +5 -5
- package/dist/use/index.umd.cjs +2 -2
- package/dist/use.d.ts +98 -98
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -15837,159 +15837,160 @@ export declare type VisibleColorPair = Exclude<ColorPair, ColorPairHsv>;
|
|
|
15837
15837
|
export { }
|
|
15838
15838
|
|
|
15839
15839
|
|
|
15840
|
-
/** component declare **/
|
|
15841
15840
|
declare module 'vue' {
|
|
15842
15841
|
interface GlobalComponents {
|
|
15843
|
-
|
|
15844
|
-
AccordionItem: DefineComponent<AccordionItemProps, AccordionItemSlots>;
|
|
15842
|
+
ActionButton: DefineComponent<ActionButtonProps, ActionButtonSlots>;
|
|
15845
15843
|
}
|
|
15846
15844
|
}
|
|
15847
15845
|
|
|
15848
15846
|
|
|
15849
15847
|
declare module 'vue' {
|
|
15850
15848
|
interface GlobalComponents {
|
|
15851
|
-
|
|
15849
|
+
Breadcrumb: DefineComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits>;
|
|
15852
15850
|
}
|
|
15853
15851
|
}
|
|
15854
15852
|
|
|
15855
15853
|
|
|
15856
15854
|
declare module 'vue' {
|
|
15857
15855
|
interface GlobalComponents {
|
|
15858
|
-
|
|
15856
|
+
Chip: DefineComponent<ChipProps, ChipSlots, ChipEmits>;
|
|
15859
15857
|
}
|
|
15860
15858
|
}
|
|
15861
15859
|
|
|
15862
15860
|
|
|
15863
15861
|
declare module 'vue' {
|
|
15864
15862
|
interface GlobalComponents {
|
|
15865
|
-
|
|
15863
|
+
Indicator: DefineComponent<IndicatorProps>;
|
|
15866
15864
|
}
|
|
15867
15865
|
}
|
|
15868
15866
|
|
|
15869
15867
|
|
|
15870
15868
|
declare module 'vue' {
|
|
15871
15869
|
interface GlobalComponents {
|
|
15872
|
-
|
|
15870
|
+
Alert: DefineComponent<AlertProps, AlertSlots, AlertEmits>;
|
|
15873
15871
|
}
|
|
15874
15872
|
}
|
|
15875
15873
|
|
|
15876
15874
|
|
|
15877
15875
|
declare module 'vue' {
|
|
15878
15876
|
interface GlobalComponents {
|
|
15879
|
-
|
|
15877
|
+
ColorSwatchGroup: DefineComponent<ColorSwatchGroupProps, ColorSwatchGroupSlots, ColorSwatchGroupEmits>;
|
|
15880
15878
|
}
|
|
15881
15879
|
}
|
|
15882
15880
|
|
|
15883
15881
|
|
|
15884
15882
|
declare module 'vue' {
|
|
15885
15883
|
interface GlobalComponents {
|
|
15886
|
-
|
|
15884
|
+
ButtonGroup: DefineComponent<ButtonGroupProps>;
|
|
15887
15885
|
}
|
|
15888
15886
|
}
|
|
15889
15887
|
|
|
15890
15888
|
|
|
15891
15889
|
declare module 'vue' {
|
|
15892
15890
|
interface GlobalComponents {
|
|
15893
|
-
|
|
15891
|
+
Rate: DefineComponent<RateProps, RateSlots, RateEmits>;
|
|
15894
15892
|
}
|
|
15895
15893
|
}
|
|
15896
15894
|
|
|
15897
15895
|
|
|
15898
15896
|
declare module 'vue' {
|
|
15899
15897
|
interface GlobalComponents {
|
|
15900
|
-
|
|
15898
|
+
RadioGroup: DefineComponent<RadioGroupProps, Record<string, any>, RadioGroupEmits>;
|
|
15899
|
+
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
15901
15900
|
}
|
|
15902
15901
|
}
|
|
15903
15902
|
|
|
15904
15903
|
|
|
15905
15904
|
declare module 'vue' {
|
|
15906
15905
|
interface GlobalComponents {
|
|
15907
|
-
|
|
15906
|
+
Dialog: DefineComponent<DialogProps, DialogSlots, DialogEmits>;
|
|
15907
|
+
DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
|
|
15908
15908
|
}
|
|
15909
15909
|
}
|
|
15910
15910
|
|
|
15911
15911
|
|
|
15912
15912
|
declare module 'vue' {
|
|
15913
15913
|
interface GlobalComponents {
|
|
15914
|
-
|
|
15914
|
+
Avatar: DefineComponent<AvatarProps, AvatarSlots, AvatarEmits>;
|
|
15915
15915
|
}
|
|
15916
15916
|
}
|
|
15917
15917
|
|
|
15918
15918
|
|
|
15919
15919
|
declare module 'vue' {
|
|
15920
15920
|
interface GlobalComponents {
|
|
15921
|
-
|
|
15922
|
-
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
15921
|
+
ColorTrigger: DefineComponent<ColorTriggerProps, ColorTriggerSlots>;
|
|
15923
15922
|
}
|
|
15924
15923
|
}
|
|
15925
15924
|
|
|
15926
15925
|
|
|
15927
15926
|
declare module 'vue' {
|
|
15928
15927
|
interface GlobalComponents {
|
|
15929
|
-
|
|
15928
|
+
Textarea: DefineComponent<TextareaProps, Record<string, any>, TextareaEmits>;
|
|
15930
15929
|
}
|
|
15931
15930
|
}
|
|
15932
15931
|
|
|
15933
15932
|
|
|
15934
15933
|
declare module 'vue' {
|
|
15935
15934
|
interface GlobalComponents {
|
|
15936
|
-
|
|
15935
|
+
Input: DefineComponent<InputProps, InputSlots, InputEmits>;
|
|
15937
15936
|
}
|
|
15938
15937
|
}
|
|
15939
15938
|
|
|
15940
15939
|
|
|
15941
15940
|
declare module 'vue' {
|
|
15942
15941
|
interface GlobalComponents {
|
|
15943
|
-
|
|
15942
|
+
Checkbox: DefineComponent<CheckboxProps, CheckboxSlots, CheckboxEmits>;
|
|
15944
15943
|
}
|
|
15945
15944
|
}
|
|
15946
15945
|
|
|
15947
15946
|
|
|
15948
15947
|
declare module 'vue' {
|
|
15949
15948
|
interface GlobalComponents {
|
|
15950
|
-
|
|
15949
|
+
Label: DefineComponent<LabelProps, LabelSlots>;
|
|
15951
15950
|
}
|
|
15952
15951
|
}
|
|
15953
15952
|
|
|
15954
15953
|
|
|
15955
15954
|
declare module 'vue' {
|
|
15956
15955
|
interface GlobalComponents {
|
|
15957
|
-
|
|
15956
|
+
InputGroup: DefineComponent<InputGroupProps>;
|
|
15958
15957
|
}
|
|
15959
15958
|
}
|
|
15960
15959
|
|
|
15961
15960
|
|
|
15962
15961
|
declare module 'vue' {
|
|
15963
15962
|
interface GlobalComponents {
|
|
15964
|
-
|
|
15963
|
+
ColorSwatch: DefineComponent<ColorSwatchProps, ColorSwatchSlots, undefined>;
|
|
15965
15964
|
}
|
|
15966
15965
|
}
|
|
15967
15966
|
|
|
15968
15967
|
|
|
15969
15968
|
declare module 'vue' {
|
|
15970
15969
|
interface GlobalComponents {
|
|
15971
|
-
|
|
15970
|
+
Select: DefineComponent<SelectProps, SelectSlots, SelectEmits>;
|
|
15971
|
+
SelectOption: DefineComponent<SelectOptionProps, SelectOptionSlots>;
|
|
15972
|
+
SelectLabel: DefineComponent;
|
|
15972
15973
|
}
|
|
15973
15974
|
}
|
|
15974
15975
|
|
|
15975
15976
|
|
|
15976
15977
|
declare module 'vue' {
|
|
15977
15978
|
interface GlobalComponents {
|
|
15978
|
-
|
|
15979
|
+
Card: DefineComponent<CardProps, CardSlots>;
|
|
15979
15980
|
}
|
|
15980
15981
|
}
|
|
15981
15982
|
|
|
15982
15983
|
|
|
15983
15984
|
declare module 'vue' {
|
|
15984
15985
|
interface GlobalComponents {
|
|
15985
|
-
|
|
15986
|
+
Badge: DefineComponent<BadgeProps, BadgeSlots>;
|
|
15986
15987
|
}
|
|
15987
15988
|
}
|
|
15988
15989
|
|
|
15989
15990
|
|
|
15990
15991
|
declare module 'vue' {
|
|
15991
15992
|
interface GlobalComponents {
|
|
15992
|
-
|
|
15993
|
+
Skeleton: DefineComponent<SkeletonProps>;
|
|
15993
15994
|
}
|
|
15994
15995
|
}
|
|
15995
15996
|
|
|
@@ -16003,355 +16004,354 @@ declare module 'vue' {
|
|
|
16003
16004
|
|
|
16004
16005
|
declare module 'vue' {
|
|
16005
16006
|
interface GlobalComponents {
|
|
16006
|
-
|
|
16007
|
+
Shortcut: DefineComponent<ShortcutProps, ShortcutSlots>;
|
|
16007
16008
|
}
|
|
16008
16009
|
}
|
|
16009
16010
|
|
|
16010
16011
|
|
|
16011
16012
|
declare module 'vue' {
|
|
16012
16013
|
interface GlobalComponents {
|
|
16013
|
-
|
|
16014
|
+
Combobox: DefineComponent<ComboboxProps, ComboboxSlots, ComboboxEmits>;
|
|
16015
|
+
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
16016
|
+
ComboboxOption: DefineComponent;
|
|
16014
16017
|
}
|
|
16015
16018
|
}
|
|
16016
16019
|
|
|
16017
16020
|
|
|
16018
16021
|
declare module 'vue' {
|
|
16019
16022
|
interface GlobalComponents {
|
|
16020
|
-
|
|
16023
|
+
InputNumber: DefineComponent<InputNumberProps, InputNumberSlots, InputNumberEmits>;
|
|
16021
16024
|
}
|
|
16022
16025
|
}
|
|
16023
16026
|
|
|
16024
16027
|
|
|
16025
16028
|
declare module 'vue' {
|
|
16026
16029
|
interface GlobalComponents {
|
|
16027
|
-
|
|
16028
|
-
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
16030
|
+
FormValidation: DefineComponent<FormValidationProps>;
|
|
16029
16031
|
}
|
|
16030
16032
|
}
|
|
16031
16033
|
|
|
16032
16034
|
|
|
16033
16035
|
declare module 'vue' {
|
|
16034
16036
|
interface GlobalComponents {
|
|
16035
|
-
|
|
16037
|
+
Table: DefineComponent<TableProps, Record<string, any>, Record<string, any>>;
|
|
16038
|
+
Th: DefineComponent<ThProps, ThSlots>;
|
|
16039
|
+
Td: DefineComponent<TdProps, TdSlots>;
|
|
16040
|
+
Tr: DefineComponent<TrProps>;
|
|
16041
|
+
TBody: DefineComponent<TBodyProps>;
|
|
16042
|
+
THead: DefineComponent<THeadProps>;
|
|
16043
|
+
TFoot: DefineComponent<TFootProps>;
|
|
16036
16044
|
}
|
|
16037
16045
|
}
|
|
16038
16046
|
|
|
16039
16047
|
|
|
16048
|
+
/** component declare **/
|
|
16040
16049
|
declare module 'vue' {
|
|
16041
16050
|
interface GlobalComponents {
|
|
16042
|
-
|
|
16051
|
+
Accordion: DefineComponent<AccordionProps, AccordionSlots, AccordionEmits>;
|
|
16052
|
+
AccordionItem: DefineComponent<AccordionItemProps, AccordionItemSlots>;
|
|
16043
16053
|
}
|
|
16044
16054
|
}
|
|
16045
16055
|
|
|
16046
16056
|
|
|
16047
16057
|
declare module 'vue' {
|
|
16048
16058
|
interface GlobalComponents {
|
|
16049
|
-
|
|
16059
|
+
Icon: DefineComponent<IconProps>;
|
|
16050
16060
|
}
|
|
16051
16061
|
}
|
|
16052
16062
|
|
|
16053
16063
|
|
|
16054
16064
|
declare module 'vue' {
|
|
16055
16065
|
interface GlobalComponents {
|
|
16056
|
-
|
|
16066
|
+
Stepper: DefineComponent<StepperProps, undefined, StepperEmits>;
|
|
16057
16067
|
}
|
|
16058
16068
|
}
|
|
16059
16069
|
|
|
16060
16070
|
|
|
16061
16071
|
declare module 'vue' {
|
|
16062
16072
|
interface GlobalComponents {
|
|
16063
|
-
|
|
16073
|
+
Empty: DefineComponent<EmptyProps, EmptySlots>;
|
|
16064
16074
|
}
|
|
16065
16075
|
}
|
|
16066
16076
|
|
|
16067
16077
|
|
|
16068
16078
|
declare module 'vue' {
|
|
16069
16079
|
interface GlobalComponents {
|
|
16070
|
-
|
|
16080
|
+
Button: DefineComponent<ButtonProps, ButtonSlots>;
|
|
16071
16081
|
}
|
|
16072
16082
|
}
|
|
16073
16083
|
|
|
16074
16084
|
|
|
16075
16085
|
declare module 'vue' {
|
|
16076
16086
|
interface GlobalComponents {
|
|
16077
|
-
|
|
16087
|
+
Divider: DefineComponent<DividerProps>;
|
|
16078
16088
|
}
|
|
16079
16089
|
}
|
|
16080
16090
|
|
|
16081
16091
|
|
|
16082
16092
|
declare module 'vue' {
|
|
16083
16093
|
interface GlobalComponents {
|
|
16084
|
-
|
|
16094
|
+
Modal: DefineComponent<ModalProps, ModalSlots, ModalEmits>;
|
|
16095
|
+
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
16085
16096
|
}
|
|
16086
16097
|
}
|
|
16087
16098
|
|
|
16088
16099
|
|
|
16089
16100
|
declare module 'vue' {
|
|
16090
16101
|
interface GlobalComponents {
|
|
16091
|
-
|
|
16102
|
+
DropZone: DefineComponent<DropZoneProps, DropZoneSlots, DropZoneEmits>;
|
|
16092
16103
|
}
|
|
16093
16104
|
}
|
|
16094
16105
|
|
|
16095
16106
|
|
|
16096
16107
|
declare module 'vue' {
|
|
16097
16108
|
interface GlobalComponents {
|
|
16098
|
-
|
|
16109
|
+
Menu: DefineComponent<MenuProps, MenuSlots, MenuEmits>;
|
|
16110
|
+
MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
|
|
16099
16111
|
}
|
|
16100
16112
|
}
|
|
16101
16113
|
|
|
16102
16114
|
|
|
16103
16115
|
declare module 'vue' {
|
|
16104
16116
|
interface GlobalComponents {
|
|
16105
|
-
|
|
16117
|
+
MenuItem: DefineComponent<MenuItemProps, MenuItemSlots>;
|
|
16106
16118
|
}
|
|
16107
16119
|
}
|
|
16108
16120
|
|
|
16109
16121
|
|
|
16110
16122
|
declare module 'vue' {
|
|
16111
16123
|
interface GlobalComponents {
|
|
16112
|
-
|
|
16124
|
+
GraphicalObject: DefineComponent<GraphicalObjectProps, GraphicalObjectSlots>;
|
|
16113
16125
|
}
|
|
16114
16126
|
}
|
|
16115
16127
|
|
|
16116
16128
|
|
|
16117
16129
|
declare module 'vue' {
|
|
16118
16130
|
interface GlobalComponents {
|
|
16119
|
-
|
|
16131
|
+
Banner: DefineComponent<BannerProps, BannerSlots, BannerEmits>;
|
|
16120
16132
|
}
|
|
16121
16133
|
}
|
|
16122
16134
|
|
|
16123
16135
|
|
|
16124
16136
|
declare module 'vue' {
|
|
16125
16137
|
interface GlobalComponents {
|
|
16126
|
-
|
|
16127
|
-
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
16128
|
-
ComboboxOption: DefineComponent;
|
|
16138
|
+
ScrollContainer: DefineComponent<ScrollContainerProps>;
|
|
16129
16139
|
}
|
|
16130
16140
|
}
|
|
16131
16141
|
|
|
16132
16142
|
|
|
16133
16143
|
declare module 'vue' {
|
|
16134
16144
|
interface GlobalComponents {
|
|
16135
|
-
|
|
16136
|
-
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
16145
|
+
IndentLevel: DefineComponent<IndentLevelProps>;
|
|
16137
16146
|
}
|
|
16138
16147
|
}
|
|
16139
16148
|
|
|
16140
16149
|
|
|
16141
16150
|
declare module 'vue' {
|
|
16142
16151
|
interface GlobalComponents {
|
|
16143
|
-
|
|
16152
|
+
Upload: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
16153
|
+
UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
16154
|
+
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
16144
16155
|
}
|
|
16145
16156
|
}
|
|
16146
16157
|
|
|
16147
16158
|
|
|
16148
16159
|
declare module 'vue' {
|
|
16149
16160
|
interface GlobalComponents {
|
|
16150
|
-
|
|
16161
|
+
Tabs: DefineComponent<TabsProps, Record<string, any>, TabsEmits>;
|
|
16162
|
+
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
16163
|
+
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
16164
|
+
TabContent: DefineComponent;
|
|
16151
16165
|
}
|
|
16152
16166
|
}
|
|
16153
16167
|
|
|
16154
16168
|
|
|
16155
16169
|
declare module 'vue' {
|
|
16156
16170
|
interface GlobalComponents {
|
|
16157
|
-
|
|
16171
|
+
Popover: DefineComponent<PopoverProps, PopoverSlots, PopoverEmits>;
|
|
16158
16172
|
}
|
|
16159
16173
|
}
|
|
16160
16174
|
|
|
16161
16175
|
|
|
16162
16176
|
declare module 'vue' {
|
|
16163
16177
|
interface GlobalComponents {
|
|
16164
|
-
|
|
16178
|
+
Toast: DefineComponent<ToastProps, ToastSlots, ToastEmits>;
|
|
16165
16179
|
}
|
|
16166
16180
|
}
|
|
16167
16181
|
|
|
16168
16182
|
|
|
16169
16183
|
declare module 'vue' {
|
|
16170
16184
|
interface GlobalComponents {
|
|
16171
|
-
|
|
16172
|
-
DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
|
|
16185
|
+
IconButton: DefineComponent<IconButtonProps, IconButtonSlots>;
|
|
16173
16186
|
}
|
|
16174
16187
|
}
|
|
16175
16188
|
|
|
16176
16189
|
|
|
16177
16190
|
declare module 'vue' {
|
|
16178
16191
|
interface GlobalComponents {
|
|
16179
|
-
|
|
16180
|
-
Th: DefineComponent<ThProps, ThSlots>;
|
|
16181
|
-
Td: DefineComponent<TdProps, TdSlots>;
|
|
16182
|
-
Tr: DefineComponent<TrProps>;
|
|
16183
|
-
TBody: DefineComponent<TBodyProps>;
|
|
16184
|
-
THead: DefineComponent<THeadProps>;
|
|
16185
|
-
TFoot: DefineComponent<TFootProps>;
|
|
16192
|
+
SubMenu: DefineComponent<SubMenuProps, SubMenuSlots>;
|
|
16186
16193
|
}
|
|
16187
16194
|
}
|
|
16188
16195
|
|
|
16189
16196
|
|
|
16190
16197
|
declare module 'vue' {
|
|
16191
16198
|
interface GlobalComponents {
|
|
16192
|
-
|
|
16199
|
+
Link: DefineComponent<LinkProps, LinkSlots, LinkEmits>;
|
|
16193
16200
|
}
|
|
16194
16201
|
}
|
|
16195
16202
|
|
|
16196
16203
|
|
|
16197
16204
|
declare module 'vue' {
|
|
16198
16205
|
interface GlobalComponents {
|
|
16199
|
-
|
|
16206
|
+
Steps: DefineComponent<StepsProps, StepsSlots, StepsEmits>;
|
|
16207
|
+
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
16200
16208
|
}
|
|
16201
16209
|
}
|
|
16202
16210
|
|
|
16203
16211
|
|
|
16204
16212
|
declare module 'vue' {
|
|
16205
16213
|
interface GlobalComponents {
|
|
16206
|
-
|
|
16214
|
+
Switch: DefineComponent<SwitchProps, SwitchSlots, SwitchEmits>;
|
|
16207
16215
|
}
|
|
16208
16216
|
}
|
|
16209
16217
|
|
|
16210
16218
|
|
|
16211
16219
|
declare module 'vue' {
|
|
16212
16220
|
interface GlobalComponents {
|
|
16213
|
-
|
|
16221
|
+
PinInput: DefineComponent<PinInputProps, undefined, PinInputEmits>;
|
|
16214
16222
|
}
|
|
16215
16223
|
}
|
|
16216
16224
|
|
|
16217
16225
|
|
|
16218
16226
|
declare module 'vue' {
|
|
16219
16227
|
interface GlobalComponents {
|
|
16220
|
-
|
|
16228
|
+
HoverCard: DefineComponent<HoverCardProps, HoverCardSlots, HoverCardEmits>;
|
|
16221
16229
|
}
|
|
16222
16230
|
}
|
|
16223
16231
|
|
|
16224
16232
|
|
|
16225
16233
|
declare module 'vue' {
|
|
16226
16234
|
interface GlobalComponents {
|
|
16227
|
-
|
|
16235
|
+
ColorPicker: DefineComponent<ColorPickerProps, undefined, ColorPickerEmits>;
|
|
16228
16236
|
}
|
|
16229
16237
|
}
|
|
16230
16238
|
|
|
16231
16239
|
|
|
16232
16240
|
declare module 'vue' {
|
|
16233
16241
|
interface GlobalComponents {
|
|
16234
|
-
|
|
16242
|
+
Segmented: DefineComponent<SegmentedProps, SegmentedSlots, SegmentedEmits>;
|
|
16235
16243
|
}
|
|
16236
16244
|
}
|
|
16237
16245
|
|
|
16238
16246
|
|
|
16239
16247
|
declare module 'vue' {
|
|
16240
16248
|
interface GlobalComponents {
|
|
16241
|
-
|
|
16249
|
+
ConfigProvider: DefineComponent<ConfigProviderProps, ConfigProviderSlots>;
|
|
16242
16250
|
}
|
|
16243
16251
|
}
|
|
16244
16252
|
|
|
16245
16253
|
|
|
16246
16254
|
declare module 'vue' {
|
|
16247
16255
|
interface GlobalComponents {
|
|
16248
|
-
|
|
16249
|
-
TreeNode: DefineComponent<TreeNodeProps, TreeNodeSlots>;
|
|
16256
|
+
Kbd: DefineComponent<KbdProps, KbdSlots>;
|
|
16250
16257
|
}
|
|
16251
16258
|
}
|
|
16252
16259
|
|
|
16253
16260
|
|
|
16254
16261
|
declare module 'vue' {
|
|
16255
16262
|
interface GlobalComponents {
|
|
16256
|
-
|
|
16263
|
+
Image: DefineComponent<ImageProps, ImageSlots>;
|
|
16257
16264
|
}
|
|
16258
16265
|
}
|
|
16259
16266
|
|
|
16260
16267
|
|
|
16268
|
+
/**
|
|
16269
|
+
* Global component declaration for TypeScript support
|
|
16270
|
+
* Enables <Tooltip> usage in templates without explicit import
|
|
16271
|
+
*/
|
|
16261
16272
|
declare module 'vue' {
|
|
16262
16273
|
interface GlobalComponents {
|
|
16263
|
-
|
|
16274
|
+
Tooltip: DefineComponent<TooltipProps, TooltipSlots>;
|
|
16275
|
+
TooltipProvider: DefineComponent<TooltipProviderProps>;
|
|
16264
16276
|
}
|
|
16265
16277
|
}
|
|
16266
16278
|
|
|
16267
16279
|
|
|
16268
16280
|
declare module 'vue' {
|
|
16269
16281
|
interface GlobalComponents {
|
|
16270
|
-
|
|
16282
|
+
Tree: DefineComponent<TreeProps, TreeSlots, TreeEmits>;
|
|
16283
|
+
TreeNode: DefineComponent<TreeNodeProps, TreeNodeSlots>;
|
|
16271
16284
|
}
|
|
16272
16285
|
}
|
|
16273
16286
|
|
|
16274
16287
|
|
|
16275
|
-
/**
|
|
16276
|
-
* Global component declaration for TypeScript support
|
|
16277
|
-
* Enables <Tooltip> usage in templates without explicit import
|
|
16278
|
-
*/
|
|
16279
16288
|
declare module 'vue' {
|
|
16280
16289
|
interface GlobalComponents {
|
|
16281
|
-
|
|
16282
|
-
TooltipProvider: DefineComponent<TooltipProviderProps>;
|
|
16290
|
+
AvatarGroup: DefineComponent<AvatarGroupProps, AvatarGroupSlots>;
|
|
16283
16291
|
}
|
|
16284
16292
|
}
|
|
16285
16293
|
|
|
16286
16294
|
|
|
16287
16295
|
declare module 'vue' {
|
|
16288
16296
|
interface GlobalComponents {
|
|
16289
|
-
|
|
16290
|
-
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
16297
|
+
ChipGroup: DefineComponent<ChipGroupProps, ChipGroupSlots, ChipGroupEmits>;
|
|
16291
16298
|
}
|
|
16292
16299
|
}
|
|
16293
16300
|
|
|
16294
16301
|
|
|
16295
16302
|
declare module 'vue' {
|
|
16296
16303
|
interface GlobalComponents {
|
|
16297
|
-
|
|
16304
|
+
Drawer: DefineComponent<DrawerProps, DrawerSlots, DrawerEmits>;
|
|
16305
|
+
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
16298
16306
|
}
|
|
16299
16307
|
}
|
|
16300
16308
|
|
|
16301
16309
|
|
|
16302
16310
|
declare module 'vue' {
|
|
16303
16311
|
interface GlobalComponents {
|
|
16304
|
-
|
|
16305
|
-
MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
|
|
16312
|
+
FloatButton: DefineComponent<FloatButtonProps, FloatButtonSlots>;
|
|
16306
16313
|
}
|
|
16307
16314
|
}
|
|
16308
16315
|
|
|
16309
16316
|
|
|
16310
16317
|
declare module 'vue' {
|
|
16311
16318
|
interface GlobalComponents {
|
|
16312
|
-
|
|
16313
|
-
SelectOption: DefineComponent<SelectOptionProps, SelectOptionSlots>;
|
|
16314
|
-
SelectLabel: DefineComponent;
|
|
16319
|
+
CheckboxGroup: DefineComponent<CheckboxGroupProps, Record<string, any>, CheckboxGroupEmits>;
|
|
16315
16320
|
}
|
|
16316
16321
|
}
|
|
16317
16322
|
|
|
16318
16323
|
|
|
16319
16324
|
declare module 'vue' {
|
|
16320
16325
|
interface GlobalComponents {
|
|
16321
|
-
|
|
16326
|
+
GraphicalObjectGroup: DefineComponent<GraphicalObjectGroupProps, GraphicalObjectGroupSlots>;
|
|
16322
16327
|
}
|
|
16323
16328
|
}
|
|
16324
16329
|
|
|
16325
16330
|
|
|
16326
16331
|
declare module 'vue' {
|
|
16327
16332
|
interface GlobalComponents {
|
|
16328
|
-
|
|
16333
|
+
PageIndicator: DefineComponent<PageIndicatorProps, PageIndicatorSlots, PageIndicatorEmits>;
|
|
16329
16334
|
}
|
|
16330
16335
|
}
|
|
16331
16336
|
|
|
16332
16337
|
|
|
16333
16338
|
declare module 'vue' {
|
|
16334
16339
|
interface GlobalComponents {
|
|
16335
|
-
|
|
16336
|
-
UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
16337
|
-
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
16340
|
+
Spinner: DefineComponent<SpinnerProps, SpinnerSlots, SpinnerEmits>;
|
|
16338
16341
|
}
|
|
16339
16342
|
}
|
|
16340
16343
|
|
|
16341
16344
|
|
|
16342
16345
|
declare module 'vue' {
|
|
16343
16346
|
interface GlobalComponents {
|
|
16344
|
-
|
|
16347
|
+
Pagination: DefineComponent<PaginationProps, Record<string, any>, PaginationEmits>;
|
|
16345
16348
|
}
|
|
16346
16349
|
}
|
|
16347
16350
|
|
|
16348
16351
|
|
|
16349
16352
|
declare module 'vue' {
|
|
16350
16353
|
interface GlobalComponents {
|
|
16351
|
-
|
|
16352
|
-
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
16353
|
-
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
16354
|
-
TabContent: DefineComponent;
|
|
16354
|
+
Blanket: DefineComponent<BlanketProps>;
|
|
16355
16355
|
}
|
|
16356
16356
|
}
|
|
16357
16357
|
|