@codemonster-ru/vueforge 0.92.0 → 0.93.0
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.css +1 -1
- package/dist/index.d.ts +19 -0
- package/dist/index.ts.mjs +11090 -7758
- package/dist/index.ts.umd.js +16 -13
- package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
- package/dist/package/components/__tests__/dock.test.d.ts +1 -0
- package/dist/package/components/__tests__/fieldset.test.d.ts +1 -0
- package/dist/package/components/__tests__/galleria.test.d.ts +1 -0
- package/dist/package/components/__tests__/headless-parity.test.d.ts +1 -0
- package/dist/package/components/__tests__/icon.test.d.ts +1 -0
- package/dist/package/components/__tests__/inplace.test.d.ts +1 -0
- package/dist/package/components/__tests__/knob.test.d.ts +1 -0
- package/dist/package/components/__tests__/message.test.d.ts +1 -0
- package/dist/package/components/__tests__/order-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/org-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/pick-list.test.d.ts +1 -0
- package/dist/package/components/__tests__/scroll-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/scroll-top.test.d.ts +1 -0
- package/dist/package/components/__tests__/sidebar.test.d.ts +1 -0
- package/dist/package/components/__tests__/terminal.test.d.ts +1 -0
- package/dist/package/components/__tests__/toolbar.test.d.ts +1 -0
- package/dist/package/components/accordion.vue.d.ts +2 -2
- package/dist/package/components/autocomplete.vue.d.ts +37 -7
- package/dist/package/components/badge.vue.d.ts +1 -1
- package/dist/package/components/block-ui.vue.d.ts +45 -0
- package/dist/package/components/breadcrumbs.vue.d.ts +1 -1
- package/dist/package/components/button-group.vue.d.ts +1 -1
- package/dist/package/components/button.vue.d.ts +1 -1
- package/dist/package/components/calendar.vue.d.ts +2 -2
- package/dist/package/components/carousel.vue.d.ts +2 -2
- package/dist/package/components/chart.vue.d.ts +8 -0
- package/dist/package/components/checkbox.vue.d.ts +3 -3
- package/dist/package/components/chip.vue.d.ts +2 -2
- package/dist/package/components/color-picker.vue.d.ts +2 -2
- package/dist/package/components/combobox.vue.d.ts +2 -2
- package/dist/package/components/command-palette.vue.d.ts +2 -2
- package/dist/package/components/confirm-dialog.vue.d.ts +7 -7
- package/dist/package/components/context-menu.vue.d.ts +1 -1
- package/dist/package/components/data-table.vue.d.ts +47 -2
- package/dist/package/components/data-view.vue.d.ts +2 -2
- package/dist/package/components/date-range-picker.vue.d.ts +3 -3
- package/dist/package/components/datepicker.vue.d.ts +2 -2
- package/dist/package/components/datetimepicker.vue.d.ts +2 -2
- package/dist/package/components/divider.vue.d.ts +1 -1
- package/dist/package/components/dock.vue.d.ts +256 -0
- package/dist/package/components/drawer.vue.d.ts +1 -1
- package/dist/package/components/dropdown.vue.d.ts +1 -1
- package/dist/package/components/empty-state.vue.d.ts +1 -1
- package/dist/package/components/fieldset.vue.d.ts +45 -0
- package/dist/package/components/file-upload.vue.d.ts +42 -2
- package/dist/package/components/filter-chips.vue.d.ts +2 -2
- package/dist/package/components/form-field.vue.d.ts +1 -1
- package/dist/package/components/form.vue.d.ts +1 -1
- package/dist/package/components/galleria.vue.d.ts +60 -0
- package/dist/package/components/icon.vue.d.ts +22 -0
- package/dist/package/components/image.vue.d.ts +49 -2
- package/dist/package/components/inline-edit.vue.d.ts +3 -3
- package/dist/package/components/inline.vue.d.ts +1 -1
- package/dist/package/components/inplace.vue.d.ts +64 -0
- package/dist/package/components/input-group.vue.d.ts +1 -1
- package/dist/package/components/input.vue.d.ts +3 -3
- package/dist/package/components/kanban-board.vue.d.ts +1 -1
- package/dist/package/components/knob.vue.d.ts +39 -0
- package/dist/package/components/link.vue.d.ts +1 -1
- package/dist/package/components/listbox.vue.d.ts +2 -2
- package/dist/package/components/masked-input.vue.d.ts +3 -3
- package/dist/package/components/mega-menu.vue.d.ts +17 -3
- package/dist/package/components/mention-input.vue.d.ts +3 -3
- package/dist/package/components/menu-bar.vue.d.ts +1 -1
- package/dist/package/components/message.vue.d.ts +42 -0
- package/dist/package/components/modal.vue.d.ts +1 -1
- package/dist/package/components/multi-select.vue.d.ts +2 -2
- package/dist/package/components/notification-center.vue.d.ts +2 -2
- package/dist/package/components/number-input.vue.d.ts +4 -4
- package/dist/package/components/order-list.vue.d.ts +43 -0
- package/dist/package/components/org-chart-node.vue.d.ts +40 -0
- package/dist/package/components/org-chart.vue.d.ts +72 -0
- package/dist/package/components/otp-input.vue.d.ts +3 -3
- package/dist/package/components/page-header.vue.d.ts +2 -2
- package/dist/package/components/pagination.vue.d.ts +3 -3
- package/dist/package/components/panel-menu.vue.d.ts +10 -1
- package/dist/package/components/panel.vue.d.ts +53 -0
- package/dist/package/components/password-input.vue.d.ts +3 -3
- package/dist/package/components/pick-list.vue.d.ts +57 -0
- package/dist/package/components/progress.vue.d.ts +1 -1
- package/dist/package/components/radio-group.vue.d.ts +1 -1
- package/dist/package/components/rating.vue.d.ts +1 -1
- package/dist/package/components/rich-text-editor.vue.d.ts +10 -3
- package/dist/package/components/scroll-panel.vue.d.ts +42 -0
- package/dist/package/components/scroll-top.vue.d.ts +52 -0
- package/dist/package/components/search-input.vue.d.ts +3 -3
- package/dist/package/components/segmented-control.vue.d.ts +2 -2
- package/dist/package/components/select.vue.d.ts +20 -2
- package/dist/package/components/sidebar.vue.d.ts +76 -0
- package/dist/package/components/slider.vue.d.ts +3 -3
- package/dist/package/components/speed-dial.vue.d.ts +3 -3
- package/dist/package/components/spinner.vue.d.ts +1 -1
- package/dist/package/components/split-button.vue.d.ts +9 -9
- package/dist/package/components/splitter.vue.d.ts +4 -0
- package/dist/package/components/stack.vue.d.ts +1 -1
- package/dist/package/components/stepper.vue.d.ts +1 -1
- package/dist/package/components/switch.vue.d.ts +2 -2
- package/dist/package/components/tabs.vue.d.ts +1 -1
- package/dist/package/components/tag-input.vue.d.ts +2 -2
- package/dist/package/components/terminal.vue.d.ts +88 -0
- package/dist/package/components/textarea.vue.d.ts +3 -3
- package/dist/package/components/timeline.vue.d.ts +1 -1
- package/dist/package/components/timepicker.vue.d.ts +3 -3
- package/dist/package/components/toolbar.vue.d.ts +40 -0
- package/dist/package/components/tour.vue.d.ts +2 -2
- package/dist/package/components/tree-select.vue.d.ts +2 -2
- package/dist/package/components/tree-table.vue.d.ts +33 -5
- package/dist/package/components/tree.vue.d.ts +3 -3
- package/dist/package/components/virtual-scroller.vue.d.ts +2 -2
- package/dist/package/components/wizard.vue.d.ts +1 -1
- package/dist/package/config/theme-core.d.ts +316 -0
- package/dist/package/themes/default/components/autocomplete.d.ts +10 -0
- package/dist/package/themes/default/components/block-ui.d.ts +11 -0
- package/dist/package/themes/default/components/dock.d.ts +18 -0
- package/dist/package/themes/default/components/fieldset.d.ts +22 -0
- package/dist/package/themes/default/components/galleria.d.ts +29 -0
- package/dist/package/themes/default/components/icon.d.ts +6 -0
- package/dist/package/themes/default/components/image.d.ts +10 -0
- package/dist/package/themes/default/components/inplace.d.ts +18 -0
- package/dist/package/themes/default/components/knob.d.ts +12 -0
- package/dist/package/themes/default/components/orderlist.d.ts +21 -0
- package/dist/package/themes/default/components/orgchart.d.ts +37 -0
- package/dist/package/themes/default/components/panel.d.ts +32 -0
- package/dist/package/themes/default/components/picklist.d.ts +21 -0
- package/dist/package/themes/default/components/scrollpanel.d.ts +12 -0
- package/dist/package/themes/default/components/scrolltop.d.ts +15 -0
- package/dist/package/themes/default/components/terminal.d.ts +29 -0
- package/dist/package/themes/default/components/toolbar.d.ts +11 -0
- package/dist/package/themes/default/index.d.ts +365 -0
- package/package.json +7 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export { default as Link } from './package/components/link.vue';
|
|
2
2
|
export { default as Card } from './package/components/card.vue';
|
|
3
|
+
export { default as Panel } from './package/components/panel.vue';
|
|
4
|
+
export { default as Fieldset } from './package/components/fieldset.vue';
|
|
5
|
+
export { default as Toolbar } from './package/components/toolbar.vue';
|
|
3
6
|
export { default as Container } from './package/components/container.vue';
|
|
4
7
|
export { default as Section } from './package/components/section.vue';
|
|
5
8
|
export { default as Grid } from './package/components/grid.vue';
|
|
@@ -16,12 +19,14 @@ export { default as Input } from './package/components/input.vue';
|
|
|
16
19
|
export { default as InputGroup } from './package/components/input-group.vue';
|
|
17
20
|
export { default as InputAddon } from './package/components/input-addon.vue';
|
|
18
21
|
export { default as InlineEdit } from './package/components/inline-edit.vue';
|
|
22
|
+
export { default as Inplace } from './package/components/inplace.vue';
|
|
19
23
|
export { default as Image } from './package/components/image.vue';
|
|
20
24
|
export { default as SearchInput } from './package/components/search-input.vue';
|
|
21
25
|
export { default as MentionInput } from './package/components/mention-input.vue';
|
|
22
26
|
export { default as PasswordInput } from './package/components/password-input.vue';
|
|
23
27
|
export { default as OtpInput } from './package/components/otp-input.vue';
|
|
24
28
|
export { default as ColorPicker } from './package/components/color-picker.vue';
|
|
29
|
+
export { default as Icon } from './package/components/icon.vue';
|
|
25
30
|
export { default as MaskedInput } from './package/components/masked-input.vue';
|
|
26
31
|
export { default as NumberInput } from './package/components/number-input.vue';
|
|
27
32
|
export { default as Form } from './package/components/form.vue';
|
|
@@ -34,6 +39,8 @@ export { default as Autocomplete } from './package/components/autocomplete.vue';
|
|
|
34
39
|
export { default as Combobox } from './package/components/combobox.vue';
|
|
35
40
|
export { default as MultiSelect } from './package/components/multi-select.vue';
|
|
36
41
|
export { default as Listbox } from './package/components/listbox.vue';
|
|
42
|
+
export { default as PickList } from './package/components/pick-list.vue';
|
|
43
|
+
export { default as OrderList } from './package/components/order-list.vue';
|
|
37
44
|
export { default as TagInput } from './package/components/tag-input.vue';
|
|
38
45
|
export { default as DatePicker } from './package/components/datepicker.vue';
|
|
39
46
|
export { default as DateRangePicker } from './package/components/date-range-picker.vue';
|
|
@@ -53,12 +60,14 @@ export { default as AccordionItem } from './package/components/accordion-item.vu
|
|
|
53
60
|
export { default as Toast } from './package/components/toast.vue';
|
|
54
61
|
export { default as ToastContainer } from './package/components/toast-container.vue';
|
|
55
62
|
export { default as Alert } from './package/components/alert.vue';
|
|
63
|
+
export { default as Message } from './package/components/message.vue';
|
|
56
64
|
export { default as EmptyState } from './package/components/empty-state.vue';
|
|
57
65
|
export { default as Switch } from './package/components/switch.vue';
|
|
58
66
|
export { default as Popover } from './package/components/popover.vue';
|
|
59
67
|
export { default as Modal } from './package/components/modal.vue';
|
|
60
68
|
export { default as ConfirmDialog } from './package/components/confirm-dialog.vue';
|
|
61
69
|
export { default as Drawer } from './package/components/drawer.vue';
|
|
70
|
+
export { default as Sidebar } from './package/components/sidebar.vue';
|
|
62
71
|
export { default as Dropdown } from './package/components/dropdown.vue';
|
|
63
72
|
export { default as OverlayPanel } from './package/components/overlay-panel.vue';
|
|
64
73
|
export { default as SplitButton } from './package/components/split-button.vue';
|
|
@@ -66,6 +75,7 @@ export { default as ContextMenu } from './package/components/context-menu.vue';
|
|
|
66
75
|
export { default as CommandPalette } from './package/components/command-palette.vue';
|
|
67
76
|
export { default as NotificationCenter } from './package/components/notification-center.vue';
|
|
68
77
|
export { default as AppShell } from './package/components/app-shell.vue';
|
|
78
|
+
export { default as BlockUI } from './package/components/block-ui.vue';
|
|
69
79
|
export { default as KanbanBoard } from './package/components/kanban-board.vue';
|
|
70
80
|
export { default as Tooltip } from './package/components/tooltip.vue';
|
|
71
81
|
export { default as Tour } from './package/components/tour.vue';
|
|
@@ -76,6 +86,8 @@ export { default as Chip } from './package/components/chip.vue';
|
|
|
76
86
|
export { default as FilterChips } from './package/components/filter-chips.vue';
|
|
77
87
|
export { default as Avatar } from './package/components/avatar.vue';
|
|
78
88
|
export { default as Spinner } from './package/components/spinner.vue';
|
|
89
|
+
export { default as ScrollPanel } from './package/components/scroll-panel.vue';
|
|
90
|
+
export { default as ScrollTop } from './package/components/scroll-top.vue';
|
|
79
91
|
export { default as DataTable } from './package/components/data-table.vue';
|
|
80
92
|
export { default as DataView } from './package/components/data-view.vue';
|
|
81
93
|
export { default as Carousel } from './package/components/carousel.vue';
|
|
@@ -90,15 +102,21 @@ export { default as WizardStep } from './package/components/wizard-step.vue';
|
|
|
90
102
|
export { default as Timeline } from './package/components/timeline.vue';
|
|
91
103
|
export { default as Rating } from './package/components/rating.vue';
|
|
92
104
|
export { default as Tree } from './package/components/tree.vue';
|
|
105
|
+
export { default as OrgChart } from './package/components/org-chart.vue';
|
|
93
106
|
export { default as TreeTable } from './package/components/tree-table.vue';
|
|
94
107
|
export { default as TreeSelect } from './package/components/tree-select.vue';
|
|
95
108
|
export { default as Breadcrumbs } from './package/components/breadcrumbs.vue';
|
|
96
109
|
export { default as Divider } from './package/components/divider.vue';
|
|
110
|
+
export { default as Dock } from './package/components/dock.vue';
|
|
111
|
+
export { default as Galleria } from './package/components/galleria.vue';
|
|
112
|
+
export { default as Knob } from './package/components/knob.vue';
|
|
113
|
+
export { default as Terminal } from './package/components/terminal.vue';
|
|
97
114
|
export { default as PageHeader } from './package/components/page-header.vue';
|
|
98
115
|
export { default as VirtualScroller } from './package/components/virtual-scroller.vue';
|
|
99
116
|
export type { DataTableColumn, DataTableQuery, DataTableBulkAction } from './package/components/data-table.vue';
|
|
100
117
|
export type { FormErrors, FormSubmitErrorMapper, FormSubmitHandler, FormTouched, FormValidateHandler, FormValidateResult, FormValues, } from './package/components/form.vue';
|
|
101
118
|
export type { TreeItem, TreeValue } from './package/components/tree.vue';
|
|
119
|
+
export type { OrgChartNodeItem, OrgChartValue } from './package/components/org-chart.vue';
|
|
102
120
|
export type { TreeTableColumn, TreeTableNode, TreeTableValue } from './package/components/tree-table.vue';
|
|
103
121
|
export type { ListboxOption, ListboxOptionGroup, ListboxValue } from './package/components/listbox.vue';
|
|
104
122
|
export type { MegaMenuItem, MegaMenuLink, MegaMenuSection } from './package/components/mega-menu.vue';
|
|
@@ -107,6 +125,7 @@ export type { SpeedDialAction } from './package/components/speed-dial.vue';
|
|
|
107
125
|
export { createChartJsAdapter } from './package/components/chart-adapter';
|
|
108
126
|
export type { ChartAdapter, ChartAdapterInstance, ChartConfig, ChartData, ChartType, } from './package/components/chart-adapter';
|
|
109
127
|
export type { TimelineItem } from './package/components/timeline.vue';
|
|
128
|
+
export type { TerminalEntry } from './package/components/terminal.vue';
|
|
110
129
|
export type { TourStep } from './package/components/tour.vue';
|
|
111
130
|
export type { WizardStepItem } from './package/components/wizard.vue';
|
|
112
131
|
export type { NotificationCenterItem } from './package/components/notification-center.vue';
|