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