@codemonster-ru/vueforge 0.91.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 +43 -1
- package/dist/index.ts.mjs +12529 -7047
- package/dist/index.ts.umd.js +16 -13
- package/dist/package/components/__tests__/avatar.test.d.ts +1 -0
- package/dist/package/components/__tests__/badge.test.d.ts +1 -0
- package/dist/package/components/__tests__/block-ui.test.d.ts +1 -0
- package/dist/package/components/__tests__/button.test.d.ts +1 -0
- package/dist/package/components/__tests__/card.test.d.ts +1 -0
- package/dist/package/components/__tests__/carousel.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/checkbox.test.d.ts +1 -0
- package/dist/package/components/__tests__/data-view.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__/image.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__/listbox.test.d.ts +1 -0
- package/dist/package/components/__tests__/mega-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/menu-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/message.test.d.ts +1 -0
- package/dist/package/components/__tests__/must-have-parity-a11y.test.d.ts +1 -0
- package/dist/package/components/__tests__/must-have-parity-responsive.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__/overlay-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/panel-menu.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__/speed-dial.test.d.ts +1 -0
- package/dist/package/components/__tests__/switch.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/__tests__/tree-table.test.d.ts +1 -0
- package/dist/package/components/accordion.vue.d.ts +2 -2
- package/dist/package/components/autocomplete.vue.d.ts +38 -8
- package/dist/package/components/avatar.vue.d.ts +1 -1
- 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 +83 -0
- package/dist/package/components/chart-adapter.d.ts +35 -0
- package/dist/package/components/chart.vue.d.ts +71 -0
- package/dist/package/components/checkbox.vue.d.ts +17 -1
- package/dist/package/components/chip.vue.d.ts +2 -2
- package/dist/package/components/color-picker.vue.d.ts +3 -2
- package/dist/package/components/combobox.vue.d.ts +3 -3
- package/dist/package/components/command-palette.vue.d.ts +3 -3
- package/dist/package/components/confirm-dialog.vue.d.ts +12 -12
- 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 +83 -0
- 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 +3 -3
- 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 +3 -3
- 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 +108 -0
- 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 +4 -0
- package/dist/package/components/input.vue.d.ts +4 -4
- 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 +81 -0
- package/dist/package/components/masked-input.vue.d.ts +4 -4
- package/dist/package/components/mega-menu.vue.d.ts +53 -0
- package/dist/package/components/mention-input.vue.d.ts +4 -4
- package/dist/package/components/menu-bar.vue.d.ts +27 -0
- package/dist/package/components/message.vue.d.ts +42 -0
- package/dist/package/components/modal.vue.d.ts +2 -2
- package/dist/package/components/multi-select.vue.d.ts +2 -2
- package/dist/package/components/notification-center.vue.d.ts +5 -5
- package/dist/package/components/number-input.vue.d.ts +5 -5
- 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 +4 -4
- package/dist/package/components/overlay-panel.vue.d.ts +374 -0
- 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-node.vue.d.ts +17 -0
- package/dist/package/components/panel-menu.vue.d.ts +40 -0
- package/dist/package/components/panel.vue.d.ts +53 -0
- package/dist/package/components/password-input.vue.d.ts +4 -4
- package/dist/package/components/pick-list.vue.d.ts +57 -0
- package/dist/package/components/popover.vue.d.ts +3 -3
- package/dist/package/components/progress.vue.d.ts +1 -1
- package/dist/package/components/radio-button.vue.d.ts +1 -1
- package/dist/package/components/radio-group.vue.d.ts +1 -1
- package/dist/package/components/rating.vue.d.ts +2 -2
- 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 +4 -4
- package/dist/package/components/segmented-control.vue.d.ts +1 -1
- package/dist/package/components/select.vue.d.ts +20 -2
- package/dist/package/components/sidebar.vue.d.ts +76 -0
- package/dist/package/components/skeleton.vue.d.ts +12 -1
- package/dist/package/components/slider.vue.d.ts +2 -2
- package/dist/package/components/speed-dial.vue.d.ts +91 -0
- package/dist/package/components/spinner.vue.d.ts +1 -1
- package/dist/package/components/split-button.vue.d.ts +10 -8
- 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 +16 -0
- 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 +4 -4
- package/dist/package/components/timeline.vue.d.ts +1 -1
- package/dist/package/components/timepicker.vue.d.ts +3 -3
- package/dist/package/components/toast-container.vue.d.ts +2 -0
- package/dist/package/components/toast.vue.d.ts +1 -1
- 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 +4 -4
- package/dist/package/components/tree-table.vue.d.ts +127 -0
- package/dist/package/components/tree.vue.d.ts +4 -4
- package/dist/package/components/virtual-scroller.vue.d.ts +3 -3
- package/dist/package/config/index.d.ts +3 -0
- package/dist/package/config/pass-through.d.ts +6 -0
- package/dist/package/config/theme-core.d.ts +562 -0
- package/dist/package/services/__tests__/confirm-service.test.d.ts +1 -0
- package/dist/package/services/__tests__/dialog-service.test.d.ts +1 -0
- package/dist/package/services/confirm-service.d.ts +43 -0
- package/dist/package/services/dialog-service.d.ts +29 -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/carousel.d.ts +28 -0
- package/dist/package/themes/default/components/chart.d.ts +12 -0
- package/dist/package/themes/default/components/dataview.d.ts +27 -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 +31 -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/listbox.d.ts +32 -0
- package/dist/package/themes/default/components/megamenu.d.ts +27 -0
- package/dist/package/themes/default/components/menubar.d.ts +7 -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/panelmenu.d.ts +13 -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/skeleton.d.ts +9 -0
- package/dist/package/themes/default/components/speeddial.d.ts +31 -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/components/treetable.d.ts +38 -0
- package/dist/package/themes/default/index.d.ts +607 -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';
|
|
@@ -7,17 +10,23 @@ export { default as GridItem } from './package/components/grid-item.vue';
|
|
|
7
10
|
export { default as Stack } from './package/components/stack.vue';
|
|
8
11
|
export { default as Inline } from './package/components/inline.vue';
|
|
9
12
|
export { default as Menu } from './package/components/menu.vue';
|
|
13
|
+
export { default as MenuBar } from './package/components/menu-bar.vue';
|
|
14
|
+
export { default as MegaMenu } from './package/components/mega-menu.vue';
|
|
15
|
+
export { default as PanelMenu } from './package/components/panel-menu.vue';
|
|
10
16
|
export { default as Button } from './package/components/button.vue';
|
|
11
17
|
export { default as ButtonGroup } from './package/components/button-group.vue';
|
|
12
18
|
export { default as Input } from './package/components/input.vue';
|
|
13
19
|
export { default as InputGroup } from './package/components/input-group.vue';
|
|
14
20
|
export { default as InputAddon } from './package/components/input-addon.vue';
|
|
15
21
|
export { default as InlineEdit } from './package/components/inline-edit.vue';
|
|
22
|
+
export { default as Inplace } from './package/components/inplace.vue';
|
|
23
|
+
export { default as Image } from './package/components/image.vue';
|
|
16
24
|
export { default as SearchInput } from './package/components/search-input.vue';
|
|
17
25
|
export { default as MentionInput } from './package/components/mention-input.vue';
|
|
18
26
|
export { default as PasswordInput } from './package/components/password-input.vue';
|
|
19
27
|
export { default as OtpInput } from './package/components/otp-input.vue';
|
|
20
28
|
export { default as ColorPicker } from './package/components/color-picker.vue';
|
|
29
|
+
export { default as Icon } from './package/components/icon.vue';
|
|
21
30
|
export { default as MaskedInput } from './package/components/masked-input.vue';
|
|
22
31
|
export { default as NumberInput } from './package/components/number-input.vue';
|
|
23
32
|
export { default as Form } from './package/components/form.vue';
|
|
@@ -29,6 +38,9 @@ export { default as Select } from './package/components/select.vue';
|
|
|
29
38
|
export { default as Autocomplete } from './package/components/autocomplete.vue';
|
|
30
39
|
export { default as Combobox } from './package/components/combobox.vue';
|
|
31
40
|
export { default as MultiSelect } from './package/components/multi-select.vue';
|
|
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';
|
|
32
44
|
export { default as TagInput } from './package/components/tag-input.vue';
|
|
33
45
|
export { default as DatePicker } from './package/components/datepicker.vue';
|
|
34
46
|
export { default as DateRangePicker } from './package/components/date-range-picker.vue';
|
|
@@ -48,18 +60,22 @@ export { default as AccordionItem } from './package/components/accordion-item.vu
|
|
|
48
60
|
export { default as Toast } from './package/components/toast.vue';
|
|
49
61
|
export { default as ToastContainer } from './package/components/toast-container.vue';
|
|
50
62
|
export { default as Alert } from './package/components/alert.vue';
|
|
63
|
+
export { default as Message } from './package/components/message.vue';
|
|
51
64
|
export { default as EmptyState } from './package/components/empty-state.vue';
|
|
52
65
|
export { default as Switch } from './package/components/switch.vue';
|
|
53
66
|
export { default as Popover } from './package/components/popover.vue';
|
|
54
67
|
export { default as Modal } from './package/components/modal.vue';
|
|
55
68
|
export { default as ConfirmDialog } from './package/components/confirm-dialog.vue';
|
|
56
69
|
export { default as Drawer } from './package/components/drawer.vue';
|
|
70
|
+
export { default as Sidebar } from './package/components/sidebar.vue';
|
|
57
71
|
export { default as Dropdown } from './package/components/dropdown.vue';
|
|
72
|
+
export { default as OverlayPanel } from './package/components/overlay-panel.vue';
|
|
58
73
|
export { default as SplitButton } from './package/components/split-button.vue';
|
|
59
74
|
export { default as ContextMenu } from './package/components/context-menu.vue';
|
|
60
75
|
export { default as CommandPalette } from './package/components/command-palette.vue';
|
|
61
76
|
export { default as NotificationCenter } from './package/components/notification-center.vue';
|
|
62
77
|
export { default as AppShell } from './package/components/app-shell.vue';
|
|
78
|
+
export { default as BlockUI } from './package/components/block-ui.vue';
|
|
63
79
|
export { default as KanbanBoard } from './package/components/kanban-board.vue';
|
|
64
80
|
export { default as Tooltip } from './package/components/tooltip.vue';
|
|
65
81
|
export { default as Tour } from './package/components/tour.vue';
|
|
@@ -70,7 +86,13 @@ export { default as Chip } from './package/components/chip.vue';
|
|
|
70
86
|
export { default as FilterChips } from './package/components/filter-chips.vue';
|
|
71
87
|
export { default as Avatar } from './package/components/avatar.vue';
|
|
72
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';
|
|
73
91
|
export { default as DataTable } from './package/components/data-table.vue';
|
|
92
|
+
export { default as DataView } from './package/components/data-view.vue';
|
|
93
|
+
export { default as Carousel } from './package/components/carousel.vue';
|
|
94
|
+
export { default as SpeedDial } from './package/components/speed-dial.vue';
|
|
95
|
+
export { default as Chart } from './package/components/chart.vue';
|
|
74
96
|
export { default as Slider } from './package/components/slider.vue';
|
|
75
97
|
export { default as Splitter } from './package/components/splitter.vue';
|
|
76
98
|
export { default as SplitterPanel } from './package/components/splitter-panel.vue';
|
|
@@ -80,20 +102,40 @@ export { default as WizardStep } from './package/components/wizard-step.vue';
|
|
|
80
102
|
export { default as Timeline } from './package/components/timeline.vue';
|
|
81
103
|
export { default as Rating } from './package/components/rating.vue';
|
|
82
104
|
export { default as Tree } from './package/components/tree.vue';
|
|
105
|
+
export { default as OrgChart } from './package/components/org-chart.vue';
|
|
106
|
+
export { default as TreeTable } from './package/components/tree-table.vue';
|
|
83
107
|
export { default as TreeSelect } from './package/components/tree-select.vue';
|
|
84
108
|
export { default as Breadcrumbs } from './package/components/breadcrumbs.vue';
|
|
85
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';
|
|
86
114
|
export { default as PageHeader } from './package/components/page-header.vue';
|
|
87
115
|
export { default as VirtualScroller } from './package/components/virtual-scroller.vue';
|
|
88
116
|
export type { DataTableColumn, DataTableQuery, DataTableBulkAction } from './package/components/data-table.vue';
|
|
89
117
|
export type { FormErrors, FormSubmitErrorMapper, FormSubmitHandler, FormTouched, FormValidateHandler, FormValidateResult, FormValues, } from './package/components/form.vue';
|
|
90
118
|
export type { TreeItem, TreeValue } from './package/components/tree.vue';
|
|
119
|
+
export type { OrgChartNodeItem, OrgChartValue } from './package/components/org-chart.vue';
|
|
120
|
+
export type { TreeTableColumn, TreeTableNode, TreeTableValue } from './package/components/tree-table.vue';
|
|
121
|
+
export type { ListboxOption, ListboxOptionGroup, ListboxValue } from './package/components/listbox.vue';
|
|
122
|
+
export type { MegaMenuItem, MegaMenuLink, MegaMenuSection } from './package/components/mega-menu.vue';
|
|
123
|
+
export type { PanelMenuItem } from './package/components/panel-menu.vue';
|
|
124
|
+
export type { SpeedDialAction } from './package/components/speed-dial.vue';
|
|
125
|
+
export { createChartJsAdapter } from './package/components/chart-adapter';
|
|
126
|
+
export type { ChartAdapter, ChartAdapterInstance, ChartConfig, ChartData, ChartType, } from './package/components/chart-adapter';
|
|
91
127
|
export type { TimelineItem } from './package/components/timeline.vue';
|
|
128
|
+
export type { TerminalEntry } from './package/components/terminal.vue';
|
|
92
129
|
export type { TourStep } from './package/components/tour.vue';
|
|
93
130
|
export type { WizardStepItem } from './package/components/wizard.vue';
|
|
94
131
|
export type { NotificationCenterItem } from './package/components/notification-center.vue';
|
|
95
132
|
export type { KanbanBoardItem, KanbanColumn } from './package/components/kanban-board.vue';
|
|
96
|
-
export {
|
|
133
|
+
export { createDialogService, dialogService } from './package/services/dialog-service';
|
|
134
|
+
export type { DialogService, DialogServiceEntry, DialogServiceHandle, DialogServiceOpenOptions, } from './package/services/dialog-service';
|
|
135
|
+
export { createConfirmService, confirmService } from './package/services/confirm-service';
|
|
136
|
+
export type { ConfirmService, ConfirmServiceEntry, ConfirmServiceHandle, ConfirmServiceOptions, } from './package/services/confirm-service';
|
|
137
|
+
export { default as VueForge, setTheme, updateTheme, getTheme, setDateTimeLocale, updateDateTimeLocale, getDateTimeLocale, setLocaleText, updateLocaleText, getLocaleText, setDensityPreset, getDensityPreset, setReducedMotion, getReducedMotion, getUiPreferences, applyUiPreferences, resolvePassThrough, withPartClass, } from './package/config/index';
|
|
97
138
|
export type { ThemeTokens, ThemeOptions, ThemePreset } from './package/config/theme-core';
|
|
98
139
|
export type { DateTimeLocaleOptions, DensityPreset, LocaleTextOptions } from './package/config/index';
|
|
140
|
+
export type { PassThroughAttrs, PassThroughEntry, PassThroughOptions, PassThroughResolverContext, } from './package/config/index';
|
|
99
141
|
export { default as DefaultTheme } from './package/themes/default';
|