@codemonster-ru/vueforge 0.94.0 → 0.96.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 +40 -3
- package/dist/index.ts.mjs +15119 -11326
- package/dist/index.ts.umd.js +17 -17
- package/dist/package/components/__tests__/app-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/area-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/bar-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/bubble-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/candlestick-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/donut-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/footer.test.d.ts +1 -0
- package/dist/package/components/__tests__/funnel-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/gauge-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/heatmap.test.d.ts +1 -0
- package/dist/package/components/__tests__/histogram.test.d.ts +1 -0
- package/dist/package/components/__tests__/line-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/navigation-rail.test.d.ts +1 -0
- package/dist/package/components/__tests__/page-layout.test.d.ts +1 -0
- package/dist/package/components/__tests__/pie-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/radar-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/resizable-sidebar.test.d.ts +1 -0
- package/dist/package/components/__tests__/scatter-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/show-hide.test.d.ts +1 -0
- package/dist/package/components/__tests__/sparkline.test.d.ts +1 -0
- package/dist/package/components/__tests__/split-layout.test.d.ts +1 -0
- package/dist/package/components/__tests__/sticky-region.test.d.ts +1 -0
- package/dist/package/components/__tests__/treemap-chart.test.d.ts +1 -0
- package/dist/package/components/accordion-context.d.ts +2 -0
- package/dist/package/components/accordion.vue.d.ts +23 -0
- package/dist/package/components/activity-feed.vue.d.ts +2 -0
- package/dist/package/components/app-bar.vue.d.ts +47 -0
- package/dist/package/components/area-chart.vue.d.ts +318 -0
- package/dist/package/components/audit-log-viewer.vue.d.ts +2 -0
- package/dist/package/components/bar-chart.vue.d.ts +313 -0
- package/dist/package/components/block-ui.vue.d.ts +1 -1
- package/dist/package/components/bubble-chart.vue.d.ts +323 -0
- package/dist/package/components/candlestick-chart.vue.d.ts +311 -0
- package/dist/package/components/cascade-select.vue.d.ts +1 -1
- package/dist/package/components/chart.vue.d.ts +3 -3
- package/dist/package/components/command-palette.vue.d.ts +32 -1
- package/dist/package/components/comment-thread.vue.d.ts +2 -0
- package/dist/package/components/data-table.vue.d.ts +45 -1
- package/dist/package/components/donut-chart.vue.d.ts +83 -0
- package/dist/package/components/footer.vue.d.ts +45 -0
- package/dist/package/components/funnel-chart.vue.d.ts +311 -0
- package/dist/package/components/gauge-chart.vue.d.ts +317 -0
- package/dist/package/components/heatmap.vue.d.ts +317 -0
- package/dist/package/components/hide.vue.d.ts +29 -0
- package/dist/package/components/histogram.vue.d.ts +316 -0
- package/dist/package/components/kanban-board.vue.d.ts +15 -27
- package/dist/package/components/line-chart.vue.d.ts +321 -0
- package/dist/package/components/navigation-rail.vue.d.ts +289 -0
- package/dist/package/components/notification-center.vue.d.ts +35 -11
- package/dist/package/components/page-layout.vue.d.ts +84 -0
- package/dist/package/components/pie-chart.vue.d.ts +345 -0
- package/dist/package/components/radar-chart.vue.d.ts +315 -0
- package/dist/package/components/rating.vue.d.ts +4 -0
- package/dist/package/components/resizable-sidebar.vue.d.ts +73 -0
- package/dist/package/components/scatter-chart.vue.d.ts +321 -0
- package/dist/package/components/scheduler.vue.d.ts +2 -0
- package/dist/package/components/scroll-panel.vue.d.ts +1 -1
- package/dist/package/components/show.vue.d.ts +29 -0
- package/dist/package/components/sparkline.vue.d.ts +309 -0
- package/dist/package/components/split-layout.vue.d.ts +73 -0
- package/dist/package/components/splitter.vue.d.ts +2 -2
- package/dist/package/components/sticky-region.vue.d.ts +35 -0
- package/dist/package/components/tree-node.vue.d.ts +2 -0
- package/dist/package/components/tree-table.vue.d.ts +1 -1
- package/dist/package/components/tree.vue.d.ts +21 -0
- package/dist/package/components/treemap-chart.vue.d.ts +316 -0
- package/dist/package/config/locale-text.d.ts +10 -0
- package/dist/package/config/theme-core.d.ts +123 -0
- package/dist/package/themes/default/components/app-bar.d.ts +14 -0
- package/dist/package/themes/default/components/footer.d.ts +13 -0
- package/dist/package/themes/default/components/navigation-rail.d.ts +28 -0
- package/dist/package/themes/default/components/page-layout.d.ts +23 -0
- package/dist/package/themes/default/components/resizable-sidebar.d.ts +16 -0
- package/dist/package/themes/default/components/split-layout.d.ts +20 -0
- package/dist/package/themes/default/components/sticky-region.d.ts +9 -0
- package/dist/package/themes/default/index.d.ts +116 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -87,6 +87,15 @@ export { default as ContextMenu } from './package/components/context-menu.vue';
|
|
|
87
87
|
export { default as CommandPalette } from './package/components/command-palette.vue';
|
|
88
88
|
export { default as NotificationCenter } from './package/components/notification-center.vue';
|
|
89
89
|
export { default as AppShell } from './package/components/app-shell.vue';
|
|
90
|
+
export { default as AppBar } from './package/components/app-bar.vue';
|
|
91
|
+
export { default as NavigationRail } from './package/components/navigation-rail.vue';
|
|
92
|
+
export { default as Footer } from './package/components/footer.vue';
|
|
93
|
+
export { default as PageLayout } from './package/components/page-layout.vue';
|
|
94
|
+
export { default as SplitLayout } from './package/components/split-layout.vue';
|
|
95
|
+
export { default as ResizableSidebar } from './package/components/resizable-sidebar.vue';
|
|
96
|
+
export { default as StickyRegion } from './package/components/sticky-region.vue';
|
|
97
|
+
export { default as Show } from './package/components/show.vue';
|
|
98
|
+
export { default as Hide } from './package/components/hide.vue';
|
|
90
99
|
export { default as BlockUI } from './package/components/block-ui.vue';
|
|
91
100
|
export { default as KanbanBoard } from './package/components/kanban-board.vue';
|
|
92
101
|
export { default as Tooltip } from './package/components/tooltip.vue';
|
|
@@ -110,6 +119,21 @@ export { default as DataView } from './package/components/data-view.vue';
|
|
|
110
119
|
export { default as Carousel } from './package/components/carousel.vue';
|
|
111
120
|
export { default as SpeedDial } from './package/components/speed-dial.vue';
|
|
112
121
|
export { default as Chart } from './package/components/chart.vue';
|
|
122
|
+
export { default as BarChart } from './package/components/bar-chart.vue';
|
|
123
|
+
export { default as LineChart } from './package/components/line-chart.vue';
|
|
124
|
+
export { default as AreaChart } from './package/components/area-chart.vue';
|
|
125
|
+
export { default as PieChart } from './package/components/pie-chart.vue';
|
|
126
|
+
export { default as DonutChart } from './package/components/donut-chart.vue';
|
|
127
|
+
export { default as ScatterChart } from './package/components/scatter-chart.vue';
|
|
128
|
+
export { default as BubbleChart } from './package/components/bubble-chart.vue';
|
|
129
|
+
export { default as Histogram } from './package/components/histogram.vue';
|
|
130
|
+
export { default as Heatmap } from './package/components/heatmap.vue';
|
|
131
|
+
export { default as RadarChart } from './package/components/radar-chart.vue';
|
|
132
|
+
export { default as FunnelChart } from './package/components/funnel-chart.vue';
|
|
133
|
+
export { default as TreemapChart } from './package/components/treemap-chart.vue';
|
|
134
|
+
export { default as GaugeChart } from './package/components/gauge-chart.vue';
|
|
135
|
+
export { default as CandlestickChart } from './package/components/candlestick-chart.vue';
|
|
136
|
+
export { default as Sparkline } from './package/components/sparkline.vue';
|
|
113
137
|
export { default as Slider } from './package/components/slider.vue';
|
|
114
138
|
export { default as Splitter } from './package/components/splitter.vue';
|
|
115
139
|
export { default as SplitterPanel } from './package/components/splitter-panel.vue';
|
|
@@ -139,15 +163,27 @@ export { default as Knob } from './package/components/knob.vue';
|
|
|
139
163
|
export { default as Terminal } from './package/components/terminal.vue';
|
|
140
164
|
export { default as PageHeader } from './package/components/page-header.vue';
|
|
141
165
|
export { default as VirtualScroller } from './package/components/virtual-scroller.vue';
|
|
142
|
-
export type { DataTableColumn, DataTableQuery, DataTableBulkAction } from './package/components/data-table.vue';
|
|
166
|
+
export type { DataTableColumn, DataTableQuery, DataTableBulkAction, DataTableSavedFilter, DataTableExportAction, } from './package/components/data-table.vue';
|
|
143
167
|
export type { FormErrors, FormSubmitErrorMapper, FormSubmitHandler, FormTouched, FormValidateHandler, FormValidateResult, FormValues, } from './package/components/form.vue';
|
|
144
|
-
export type { TreeItem, TreeValue } from './package/components/tree.vue';
|
|
168
|
+
export type { TreeItem, TreeValue, TreeSelectionMode } from './package/components/tree.vue';
|
|
145
169
|
export type { OrgChartNodeItem, OrgChartValue } from './package/components/org-chart.vue';
|
|
146
170
|
export type { TreeTableColumn, TreeTableNode, TreeTableValue } from './package/components/tree-table.vue';
|
|
147
171
|
export type { ListboxOption, ListboxOptionGroup, ListboxValue } from './package/components/listbox.vue';
|
|
148
172
|
export type { MegaMenuItem, MegaMenuLink, MegaMenuSection } from './package/components/mega-menu.vue';
|
|
149
173
|
export type { PanelMenuItem } from './package/components/panel-menu.vue';
|
|
150
174
|
export type { SpeedDialAction } from './package/components/speed-dial.vue';
|
|
175
|
+
export type { BarChartSeries } from './package/components/bar-chart.vue';
|
|
176
|
+
export type { LineChartSeries, LineChartThreshold } from './package/components/line-chart.vue';
|
|
177
|
+
export type { AreaChartSeries } from './package/components/area-chart.vue';
|
|
178
|
+
export type { PieChartSeries, PieChartLegendTogglePayload, PieChartSliceClickPayload, PieChartDrilldownPayload, } from './package/components/pie-chart.vue';
|
|
179
|
+
export type { ScatterChartPoint, ScatterChartSeries, ScatterChartClusterOptions, } from './package/components/scatter-chart.vue';
|
|
180
|
+
export type { BubbleChartPoint, BubbleChartSeries, BubbleChartTooltipContext, } from './package/components/bubble-chart.vue';
|
|
181
|
+
export type { HistogramBinStrategy, HistogramBin } from './package/components/histogram.vue';
|
|
182
|
+
export type { HeatmapCell, HeatmapRangeItem } from './package/components/heatmap.vue';
|
|
183
|
+
export type { RadarChartSeries } from './package/components/radar-chart.vue';
|
|
184
|
+
export type { FunnelChartStage, FunnelChartStageComputed } from './package/components/funnel-chart.vue';
|
|
185
|
+
export type { TreemapChartNode, TreemapChartTile } from './package/components/treemap-chart.vue';
|
|
186
|
+
export type { CandlestickDataPoint } from './package/components/candlestick-chart.vue';
|
|
151
187
|
export { createChartJsAdapter } from './package/components/chart-adapter';
|
|
152
188
|
export type { ChartAdapter, ChartAdapterInstance, ChartConfig, ChartData, ChartType, } from './package/components/chart-adapter';
|
|
153
189
|
export { createCodeMirrorAdapter, createMonacoAdapter } from './package/components/code-editor-adapter';
|
|
@@ -166,7 +202,8 @@ export type { OverlayBadgeBinding, OverlayBadgeOptions, OverlayBadgePosition, Ov
|
|
|
166
202
|
export type { TerminalEntry } from './package/components/terminal.vue';
|
|
167
203
|
export type { TourStep } from './package/components/tour.vue';
|
|
168
204
|
export type { WizardStepItem } from './package/components/wizard.vue';
|
|
169
|
-
export type { NotificationCenterItem } from './package/components/notification-center.vue';
|
|
205
|
+
export type { NotificationCenterItem, NotificationCenterPersistState, NotificationFilter, NotificationGroupBy, } from './package/components/notification-center.vue';
|
|
206
|
+
export type { CommandPaletteItem, CommandPaletteScope } from './package/components/command-palette.vue';
|
|
170
207
|
export type { KanbanBoardItem, KanbanColumn } from './package/components/kanban-board.vue';
|
|
171
208
|
export type { AdvancedFilterField, AdvancedFilterFieldOption, AdvancedFilterFieldType, AdvancedFilterPanelQueryBuilderField, AdvancedFilterPanelQueryPayload, AdvancedFilterPanelState, AdvancedFilterPreset, } from './package/components/advanced-filter-panel-types';
|
|
172
209
|
export type { SavedViewItem } from './package/components/saved-views-manager-types';
|