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