straw-ui-vue 0.1.11 → 0.1.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.
@@ -86,3 +86,185 @@ export type * from './components/st-tooltip/types.d.ts';
86
86
  export type * from './components/st-tree/types.d.ts';
87
87
  declare const StrawUI: Plugin;
88
88
  export default StrawUI;
89
+
90
+ // --- GlobalComponents augmentation ---
91
+ import type { StButton as _StButton } from './components/st-button';
92
+ import type { StCascade as _StCascade } from './components/st-cascade';
93
+ import type { StCascadePanel as _StCascadePanel } from './components/st-cascade';
94
+ import type { StCheckbox as _StCheckbox } from './components/st-checkbox';
95
+ import type { StCheckboxGroup as _StCheckboxGroup } from './components/st-checkbox';
96
+ import type { StColorPicker as _StColorPicker } from './components/st-color-picker';
97
+ import type { StColorPickerPanel as _StColorPickerPanel } from './components/st-color-picker';
98
+ import type { StDatePicker as _StDatePicker } from './components/st-date-picker';
99
+ import type { StDatePickerPanel as _StDatePickerPanel } from './components/st-date-picker';
100
+ import type { StDateTimePicker as _StDateTimePicker } from './components/st-datetime-picker';
101
+ import type { StDateTimePickerPanel as _StDateTimePickerPanel } from './components/st-datetime-picker';
102
+ import type { StDialog as _StDialog } from './components/st-dialog';
103
+ import type { StDialogBody as _StDialogBody } from './components/st-dialog';
104
+ import type { StDialogClose as _StDialogClose } from './components/st-dialog';
105
+ import type { StDialogContainer as _StDialogContainer } from './components/st-dialog';
106
+ import type { StDialogContent as _StDialogContent } from './components/st-dialog';
107
+ import type { StDialogFooter as _StDialogFooter } from './components/st-dialog';
108
+ import type { StDialogFullscreen as _StDialogFullscreen } from './components/st-dialog';
109
+ import type { StDialogHeader as _StDialogHeader } from './components/st-dialog';
110
+ import type { StDialogOverlay as _StDialogOverlay } from './components/st-dialog';
111
+ import type { StDialogTitle as _StDialogTitle } from './components/st-dialog';
112
+ import type { StDivider as _StDivider } from './components/st-divider';
113
+ import type { StDrawer as _StDrawer } from './components/st-drawer';
114
+ import type { StEmpty as _StEmpty } from './components/st-empty';
115
+ import type { StFormControl as _StFormControl } from './components/st-form-control';
116
+ import type { StFormDescription as _StFormDescription } from './components/st-form-description';
117
+ import type { StFormField as _StFormField } from './components/st-form-field';
118
+ import type { StFormItem as _StFormItem } from './components/st-form-item';
119
+ import type { StFormLabel as _StFormLabel } from './components/st-form-label';
120
+ import type { StFormMessage as _StFormMessage } from './components/st-form-message';
121
+ import type { StImage as _StImage } from './components/st-image';
122
+ import type { StImagePreview as _StImagePreview } from './components/st-image';
123
+ import type { StInput as _StInput } from './components/st-input';
124
+ import type { StInputGroup as _StInputGroup } from './components/st-input';
125
+ import type { StInputGroupAddon as _StInputGroupAddon } from './components/st-input';
126
+ import type { StInputGroupButton as _StInputGroupButton } from './components/st-input';
127
+ import type { StInputGroupInput as _StInputGroupInput } from './components/st-input';
128
+ import type { StInputGroupText as _StInputGroupText } from './components/st-input';
129
+ import type { StInputGroupTextarea as _StInputGroupTextarea } from './components/st-input';
130
+ import type { StInputNumber as _StInputNumber } from './components/st-input';
131
+ import type { StTextarea as _StTextarea } from './components/st-input';
132
+ import type { StLabel as _StLabel } from './components/st-label';
133
+ import type { StMenu as _StMenu } from './components/st-menu';
134
+ import type { StMenuContainer as _StMenuContainer } from './components/st-menu';
135
+ import type { StMenuContent as _StMenuContent } from './components/st-menu';
136
+ import type { StMenuDivider as _StMenuDivider } from './components/st-menu';
137
+ import type { StMenuGroup as _StMenuGroup } from './components/st-menu';
138
+ import type { StMenuItem as _StMenuItem } from './components/st-menu';
139
+ import type { StMenuNode as _StMenuNode } from './components/st-menu';
140
+ import type { StMenuTrigger as _StMenuTrigger } from './components/st-menu';
141
+ import type { StPagination as _StPagination } from './components/st-pagination';
142
+ import type { StPopover as _StPopover } from './components/st-popover';
143
+ import type { StPopoverArrow as _StPopoverArrow } from './components/st-popover';
144
+ import type { StPopoverContainer as _StPopoverContainer } from './components/st-popover';
145
+ import type { StPopoverContent as _StPopoverContent } from './components/st-popover';
146
+ import type { StPopoverTrigger as _StPopoverTrigger } from './components/st-popover';
147
+ import type { StProgress as _StProgress } from './components/st-progress';
148
+ import type { StRadio as _StRadio } from './components/st-radio';
149
+ import type { StRadioGroup as _StRadioGroup } from './components/st-radio';
150
+ import type { StScrollbar as _StScrollbar } from './components/st-scrollbar';
151
+ import type { StSegmented as _StSegmented } from './components/st-segmented';
152
+ import type { StSelect as _StSelect } from './components/st-select';
153
+ import type { StSelectContainer as _StSelectContainer } from './components/st-select';
154
+ import type { StSelectContent as _StSelectContent } from './components/st-select';
155
+ import type { StSelectEmpty as _StSelectEmpty } from './components/st-select';
156
+ import type { StSelectGroup as _StSelectGroup } from './components/st-select';
157
+ import type { StSelectItem as _StSelectItem } from './components/st-select';
158
+ import type { StSelectTrigger as _StSelectTrigger } from './components/st-select';
159
+ import type { StSidebar as _StSidebar } from './components/st-sidebar';
160
+ import type { StSidebarItem as _StSidebarItem } from './components/st-sidebar-item';
161
+ import type { StSkeleton as _StSkeleton } from './components/st-skeleton';
162
+ import type { StSkeletonItem as _StSkeletonItem } from './components/st-skeleton';
163
+ import type { StSlider as _StSlider } from './components/st-slider';
164
+ import type { StSplitter as _StSplitter } from './components/st-splitter';
165
+ import type { StSplitterPanel as _StSplitterPanel } from './components/st-splitter-panel';
166
+ import type { StSwitch as _StSwitch } from './components/st-switch';
167
+ import type { StTabs as _StTabs } from './components/st-tabs';
168
+ import type { StTabsPane as _StTabsPane } from './components/st-tabs';
169
+ import type { StTag as _StTag } from './components/st-tag';
170
+ import type { StTimePicker as _StTimePicker } from './components/st-time-picker';
171
+ import type { StTimePickerPanel as _StTimePickerPanel } from './components/st-time-picker';
172
+ import type { StToggle as _StToggle } from './components/st-toggle';
173
+ import type { StTooltip as _StTooltip } from './components/st-tooltip';
174
+ import type { StTooltipContainer as _StTooltipContainer } from './components/st-tooltip';
175
+ import type { StTooltipContent as _StTooltipContent } from './components/st-tooltip';
176
+ import type { StTooltipTrigger as _StTooltipTrigger } from './components/st-tooltip';
177
+ import type { StTree as _StTree } from './components/st-tree';
178
+ import type { StTreeNode as _StTreeNode } from './components/st-tree';
179
+ declare module 'vue' {
180
+ export interface GlobalComponents {
181
+ StButton: typeof _StButton;
182
+ StCascade: typeof _StCascade;
183
+ StCascadePanel: typeof _StCascadePanel;
184
+ StCheckbox: typeof _StCheckbox;
185
+ StCheckboxGroup: typeof _StCheckboxGroup;
186
+ StColorPicker: typeof _StColorPicker;
187
+ StColorPickerPanel: typeof _StColorPickerPanel;
188
+ StDatePicker: typeof _StDatePicker;
189
+ StDatePickerPanel: typeof _StDatePickerPanel;
190
+ StDateTimePicker: typeof _StDateTimePicker;
191
+ StDateTimePickerPanel: typeof _StDateTimePickerPanel;
192
+ StDialog: typeof _StDialog;
193
+ StDialogBody: typeof _StDialogBody;
194
+ StDialogClose: typeof _StDialogClose;
195
+ StDialogContainer: typeof _StDialogContainer;
196
+ StDialogContent: typeof _StDialogContent;
197
+ StDialogFooter: typeof _StDialogFooter;
198
+ StDialogFullscreen: typeof _StDialogFullscreen;
199
+ StDialogHeader: typeof _StDialogHeader;
200
+ StDialogOverlay: typeof _StDialogOverlay;
201
+ StDialogTitle: typeof _StDialogTitle;
202
+ StDivider: typeof _StDivider;
203
+ StDrawer: typeof _StDrawer;
204
+ StEmpty: typeof _StEmpty;
205
+ StFormControl: typeof _StFormControl;
206
+ StFormDescription: typeof _StFormDescription;
207
+ StFormField: typeof _StFormField;
208
+ StFormItem: typeof _StFormItem;
209
+ StFormLabel: typeof _StFormLabel;
210
+ StFormMessage: typeof _StFormMessage;
211
+ StImage: typeof _StImage;
212
+ StImagePreview: typeof _StImagePreview;
213
+ StInput: typeof _StInput;
214
+ StInputGroup: typeof _StInputGroup;
215
+ StInputGroupAddon: typeof _StInputGroupAddon;
216
+ StInputGroupButton: typeof _StInputGroupButton;
217
+ StInputGroupInput: typeof _StInputGroupInput;
218
+ StInputGroupText: typeof _StInputGroupText;
219
+ StInputGroupTextarea: typeof _StInputGroupTextarea;
220
+ StInputNumber: typeof _StInputNumber;
221
+ StTextarea: typeof _StTextarea;
222
+ StLabel: typeof _StLabel;
223
+ StMenu: typeof _StMenu;
224
+ StMenuContainer: typeof _StMenuContainer;
225
+ StMenuContent: typeof _StMenuContent;
226
+ StMenuDivider: typeof _StMenuDivider;
227
+ StMenuGroup: typeof _StMenuGroup;
228
+ StMenuItem: typeof _StMenuItem;
229
+ StMenuNode: typeof _StMenuNode;
230
+ StMenuTrigger: typeof _StMenuTrigger;
231
+ StPagination: typeof _StPagination;
232
+ StPopover: typeof _StPopover;
233
+ StPopoverArrow: typeof _StPopoverArrow;
234
+ StPopoverContainer: typeof _StPopoverContainer;
235
+ StPopoverContent: typeof _StPopoverContent;
236
+ StPopoverTrigger: typeof _StPopoverTrigger;
237
+ StProgress: typeof _StProgress;
238
+ StRadio: typeof _StRadio;
239
+ StRadioGroup: typeof _StRadioGroup;
240
+ StScrollbar: typeof _StScrollbar;
241
+ StSegmented: typeof _StSegmented;
242
+ StSelect: typeof _StSelect;
243
+ StSelectContainer: typeof _StSelectContainer;
244
+ StSelectContent: typeof _StSelectContent;
245
+ StSelectEmpty: typeof _StSelectEmpty;
246
+ StSelectGroup: typeof _StSelectGroup;
247
+ StSelectItem: typeof _StSelectItem;
248
+ StSelectTrigger: typeof _StSelectTrigger;
249
+ StSidebar: typeof _StSidebar;
250
+ StSidebarItem: typeof _StSidebarItem;
251
+ StSkeleton: typeof _StSkeleton;
252
+ StSkeletonItem: typeof _StSkeletonItem;
253
+ StSlider: typeof _StSlider;
254
+ StSplitter: typeof _StSplitter;
255
+ StSplitterPanel: typeof _StSplitterPanel;
256
+ StSwitch: typeof _StSwitch;
257
+ StTabs: typeof _StTabs;
258
+ StTabsPane: typeof _StTabsPane;
259
+ StTag: typeof _StTag;
260
+ StTimePicker: typeof _StTimePicker;
261
+ StTimePickerPanel: typeof _StTimePickerPanel;
262
+ StToggle: typeof _StToggle;
263
+ StTooltip: typeof _StTooltip;
264
+ StTooltipContainer: typeof _StTooltipContainer;
265
+ StTooltipContent: typeof _StTooltipContent;
266
+ StTooltipTrigger: typeof _StTooltipTrigger;
267
+ StTree: typeof _StTree;
268
+ StTreeNode: typeof _StTreeNode;
269
+ }
270
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "straw-ui-vue",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "main": "./dist/straw-ui.js",
6
6
  "module": "./dist/straw-ui.js",