@vc-shell/framework 2.1.0-pr255.87acc71 → 2.1.0-pr256.34ebb1b
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/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CTKDY1xe.js +20733 -0
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CTKDY1xe.js.map +1 -0
- package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-CtkZR5a1.js → VcScheduler.vue_vue_type_style_index_0_lang-DR8wrtyB.js} +1 -1
- package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-DR8wrtyB.js.map +1 -0
- package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-Cs-yidUE.js → dashboard-feed-row.vue_vue_type_script_setup_true_lang-DvM1DXj8.js} +2 -2
- package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-Cs-yidUE.js.map → dashboard-feed-row.vue_vue_type_script_setup_true_lang-DvM1DXj8.js.map} +1 -1
- package/dist/chunks/{vendor-date-fns-BKO3x1R1.js → vendor-date-fns-C-55OMpS.js} +487 -441
- package/dist/chunks/vendor-date-fns-C-55OMpS.js.map +1 -0
- package/dist/chunks/vendor-rrule-C4g_KGmu.js +1706 -0
- package/dist/chunks/vendor-rrule-C4g_KGmu.js.map +1 -0
- package/dist/chunks/vendor-tslib-C4Z-yBok.js +35 -0
- package/dist/chunks/vendor-tslib-C4Z-yBok.js.map +1 -0
- package/dist/chunks/{vendor-vuepic-vue-datepicker-CaZ_qpJp.js → vendor-vuepic-vue-datepicker-D0bvbIbh.js} +1 -1
- package/dist/chunks/{vendor-vuepic-vue-datepicker-CaZ_qpJp.js.map → vendor-vuepic-vue-datepicker-D0bvbIbh.js.map} +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/framework.js +1561 -1555
- package/dist/framework.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/locales/de.js +67 -3
- package/dist/locales/en.js +67 -3
- package/dist/locales/en.json +67 -3
- package/dist/locales/types.d.ts +67 -3
- package/dist/shell/_internal/notifications/composables/useContainer/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/molecules/index.d.ts +1 -1
- package/dist/ui/components/molecules/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-popover/index.d.ts +2 -0
- package/dist/ui/components/molecules/vc-popover/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-popover/panel-anchor-registry.d.ts.map +1 -0
- package/dist/ui/components/molecules/{vc-dropdown-panel/vc-dropdown-panel.vue.d.ts → vc-popover/vc-popover.vue.d.ts} +1 -1
- package/dist/ui/components/molecules/vc-popover/vc-popover.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/index.d.ts +1 -0
- package/dist/ui/components/organisms/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +0 -2
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/TableSelectAllBar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/VcScheduler.vue.d.ts +211 -0
- package/dist/ui/components/organisms/vc-scheduler/VcScheduler.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerBar.vue.d.ts +40 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerBar.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerGridlines.vue.d.ts +12 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerGridlines.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerHeader.vue.d.ts +33 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerHeader.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerResourcePanel.vue.d.ts +22 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerResourcePanel.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerRow.vue.d.ts +48 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerRow.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerSkeleton.vue.d.ts +8 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerSkeleton.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerTimeIndicator.vue.d.ts +7 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerTimeIndicator.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerToolbar.vue.d.ts +28 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerToolbar.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/ConfirmDialog.vue.d.ts +20 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/ConfirmDialog.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/RecurrenceScopeDialog.vue.d.ts +18 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/RecurrenceScopeDialog.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/SchedulerEventEditor.vue.d.ts +38 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/SchedulerEventEditor.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerBarSheet.vue.d.ts +21 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerBarSheet.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerMobileResourceCard.vue.d.ts +20 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerMobileResourceCard.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthDayCell.vue.d.ts +24 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthDayCell.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventBar.vue.d.ts +38 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventBar.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventPopover.vue.d.ts +41 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventPopover.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthMorePopover.vue.d.ts +30 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthMorePopover.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthWeekRow.vue.d.ts +82 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthWeekRow.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/quick-create/QuickCreatePopover.vue.d.ts +36 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/quick-create/QuickCreatePopover.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerAgendaView.vue.d.ts +46 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerAgendaView.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerMonthView.vue.d.ts +59 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerMonthView.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerTimelineView.vue.d.ts +57 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerTimelineView.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useBarInteraction.d.ts +31 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useBarInteraction.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useEventColor.d.ts +20 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useEventColor.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useEventInteraction.d.ts +77 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useEventInteraction.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useLanePacking.d.ts +7 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useLanePacking.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useMonthLayout.d.ts +14 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useMonthLayout.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useRecurrence.d.ts +20 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useRecurrence.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerEvents.d.ts +17 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerEvents.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerNavigation.d.ts +19 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerNavigation.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerOrchestrator.d.ts +78 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerOrchestrator.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerViewport.d.ts +21 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerViewport.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useTimeScale.d.ts +29 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useTimeScale.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useTimelineTimeGrid.d.ts +64 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useTimelineTimeGrid.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/index.d.ts +3 -0
- package/dist/ui/components/organisms/vc-scheduler/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/injection-keys.d.ts +18 -0
- package/dist/ui/components/organisms/vc-scheduler/injection-keys.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/types.d.ts +90 -0
- package/dist/ui/components/organisms/vc-scheduler/types.d.ts.map +1 -0
- package/dist/ui/index.js +117 -115
- package/package.json +5 -4
- package/dist/chunks/VcTableAdapter.vue_vue_type_script_setup_true_lang-DfRo-sZe.js +0 -18296
- package/dist/chunks/VcTableAdapter.vue_vue_type_script_setup_true_lang-DfRo-sZe.js.map +0 -1
- package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-CtkZR5a1.js.map +0 -1
- package/dist/chunks/vendor-date-fns-BKO3x1R1.js.map +0 -1
- package/dist/chunks/vendor-tslib-l0sNRNKZ.js.map +0 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/index.d.ts +0 -2
- package/dist/ui/components/molecules/vc-dropdown-panel/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/panel-anchor-registry.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +0 -1
- /package/dist/ui/components/molecules/{vc-dropdown-panel → vc-popover}/panel-anchor-registry.d.ts +0 -0
package/dist/ui/index.js
CHANGED
|
@@ -1,152 +1,154 @@
|
|
|
1
|
-
import { _ as o, a as l, b as c, c as t, d as r, e as u, f as
|
|
2
|
-
import { B as
|
|
3
|
-
import { _ as
|
|
1
|
+
import { _ as o, a as l, b as c, c as t, d as r, e as u, f as V, g as n, h as p, i, j as b, C as d, k as C, S as T, l as S, m as g, n as m, o as A, p as B, q as I, T as y, r as L, s as M, t as h, u as w, v as D, w as R, x as v, V as x, y as E, z as F, A as G, B as P, D as f, E as k, F as H, G as W, H as _, I as O, J as U, K, L as N, M as j, N as q, O as z, P as Z, Q as J, R as Q, U as X, W as Y, X as $, Y as aa, Z as ea, $ as sa, a0 as oa, a1 as la, a2 as ca, a3 as ta, a4 as ra, a5 as ua, a6 as Va, a7 as na, a8 as pa, a9 as ia, aa as ba, ab as da, ac as Ca, ad as Ta, ae as Sa, af as ga, ag as ma, ah as Aa, ai as Ba, aj as Ia, ak as ya, al as La, am as Ma, an as ha, ao as wa, ap as Da, aq as Ra, ar as va, as as xa, at as Ea, au as Fa, av as Ga, aw as Pa, ax as fa, ay as ka, az as Ha, aA as Wa, aB as _a, aC as Oa, aD as Ua, aE as Ka, aF as Na, aG as ja, aH as qa, aI as za, aJ as Za, aK as Ja, aL as Qa, aM as Xa, aN as Ya, aO as $a, aP as ae, aQ as ee, aR as se, aS as oe, aT as le, aU as ce, aV as te, aW as re, aX as ue, aY as Ve, aZ as ne, a_ as pe, a$ as ie, b0 as be, b1 as de, b2 as Ce, b3 as Te, b4 as Se, aF as ge } from "../chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CTKDY1xe.js";
|
|
2
|
+
import { B as Ae, _ as Be, a as Ie, b as ye, c as Le, V as Me, d as he, e as we, f as De, g as Re, h as ve, i as xe, j as Ee, k as Fe, l as Ge, p as Pe, u as fe, m as ke, n as He, o as We, q as _e, r as Oe, l as Ue } from "../chunks/VcScheduler.vue_vue_type_style_index_0_lang-DR8wrtyB.js";
|
|
3
|
+
import { _ as Ne } from "../chunks/VcAiAgentPanel.vue_vue_type_style_index_0_lang-D2KmNhhl.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
Ae as ButtonGroupKey,
|
|
7
7
|
o as CellDate,
|
|
8
8
|
l as CellDateAgo,
|
|
9
9
|
c as CellDefault,
|
|
10
10
|
t as CellEditableWrapper,
|
|
11
11
|
r as CellHtml,
|
|
12
12
|
u as CellImage,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
V as CellLink,
|
|
14
|
+
n as CellMoney,
|
|
15
15
|
p as CellNumber,
|
|
16
16
|
i as CellStatus,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
17
|
+
b as CellStatusIcon,
|
|
18
|
+
d as ColumnCollector,
|
|
19
|
+
C as MenuBurgerIcon,
|
|
20
|
+
T as SCHEDULER_ZOOM_LEVELS,
|
|
21
|
+
S as Table,
|
|
21
22
|
g as TableBody,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
23
|
+
m as TableCell,
|
|
24
|
+
A as TableCheckbox,
|
|
25
|
+
B as TableColumnSwitcher,
|
|
26
|
+
I as TableEmpty,
|
|
27
|
+
y as TableFooter,
|
|
28
|
+
L as TableGroupRow,
|
|
29
|
+
M as TableHead,
|
|
30
|
+
h as TableHeader,
|
|
31
|
+
w as TableRow,
|
|
32
|
+
D as TableRowActions,
|
|
33
|
+
R as TableSearchHeader,
|
|
34
|
+
v as TableSelectAllBar,
|
|
35
|
+
x as VcAccordion,
|
|
36
|
+
E as VcAccordionItem,
|
|
37
|
+
F as VcApp,
|
|
38
|
+
G as VcAppBarMobileActions,
|
|
39
|
+
P as VcAppBarOverlay,
|
|
40
|
+
f as VcAppBarWidgetContent,
|
|
41
|
+
k as VcAppBarWidgetItem,
|
|
42
|
+
H as VcAppBarWidgetsMenu,
|
|
43
|
+
W as VcAppDesktopLayout,
|
|
44
|
+
_ as VcAppMenu,
|
|
45
|
+
O as VcAppMenuSidebar,
|
|
46
|
+
U as VcAppMobileLayout,
|
|
47
|
+
K as VcAppSidebarCollapseButton,
|
|
48
|
+
N as VcAppSidebarContent,
|
|
48
49
|
j as VcAppSidebarHeader,
|
|
49
50
|
q as VcAuthLayout,
|
|
50
51
|
z as VcBadge,
|
|
51
|
-
|
|
52
|
+
Z as VcBanner,
|
|
52
53
|
J as VcBlade,
|
|
53
54
|
Q as VcBreadcrumbs,
|
|
54
|
-
|
|
55
|
+
Be as VcButton,
|
|
55
56
|
X as VcButtonGroup,
|
|
56
57
|
Y as VcCard,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
ca as VcDropdownPanel,
|
|
58
|
+
$ as VcCheckbox,
|
|
59
|
+
aa as VcCheckboxGroup,
|
|
60
|
+
ea as VcCol,
|
|
61
|
+
Ie as VcColorInput,
|
|
62
|
+
ye as VcColumn,
|
|
63
|
+
sa as VcContainer,
|
|
64
|
+
oa as VcDataTable,
|
|
65
|
+
Le as VcDatePicker,
|
|
66
|
+
la as VcDropdown,
|
|
67
|
+
ca as VcDropdownItem,
|
|
68
68
|
ta as VcDynamicProperty,
|
|
69
69
|
ra as VcEditor,
|
|
70
70
|
ua as VcEnvironmentBanner,
|
|
71
|
-
|
|
72
|
-
|
|
71
|
+
Va as VcField,
|
|
72
|
+
na as VcFileUpload,
|
|
73
73
|
pa as VcForm,
|
|
74
74
|
ia as VcGallery,
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
75
|
+
Me as VcHint,
|
|
76
|
+
Ne as VcIcon,
|
|
77
|
+
ba as VcImage,
|
|
78
|
+
da as VcImageTile,
|
|
79
|
+
Ca as VcImageUpload,
|
|
80
|
+
he as VcInput,
|
|
81
|
+
we as VcInputCurrency,
|
|
82
|
+
De as VcInputDropdown,
|
|
83
|
+
Ta as VcInputGroup,
|
|
84
|
+
Re as VcLabel,
|
|
85
|
+
Sa as VcLanguageSelector,
|
|
86
|
+
ga as VcLink,
|
|
87
87
|
ma as VcLoading,
|
|
88
88
|
Aa as VcMenu,
|
|
89
89
|
Ba as VcMenuExpandedKey,
|
|
90
90
|
Ia as VcMenuGroup,
|
|
91
91
|
ya as VcMenuItem,
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
Ra as
|
|
98
|
-
va as
|
|
99
|
-
xa as
|
|
100
|
-
|
|
101
|
-
|
|
92
|
+
La as VcMultivalue,
|
|
93
|
+
Ma as VcPagination,
|
|
94
|
+
ha as VcPopover,
|
|
95
|
+
wa as VcPopup,
|
|
96
|
+
Da as VcProgress,
|
|
97
|
+
Ra as VcRadioButton,
|
|
98
|
+
va as VcRadioGroup,
|
|
99
|
+
xa as VcRating,
|
|
100
|
+
Ea as VcRow,
|
|
101
|
+
Fa as VcScheduler,
|
|
102
|
+
ve as VcScrollableContainer,
|
|
103
|
+
xe as VcSelect,
|
|
102
104
|
Ga as VcSidebar,
|
|
103
|
-
|
|
105
|
+
Ee as VcSkeleton,
|
|
104
106
|
Pa as VcSlider,
|
|
105
107
|
fa as VcStatus,
|
|
106
108
|
ka as VcStatusIcon,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
109
|
+
Ha as VcSwitch,
|
|
110
|
+
Wa as VcTable,
|
|
111
|
+
_a as VcTextarea,
|
|
112
|
+
Oa as VcToast,
|
|
113
|
+
Fe as VcTooltip,
|
|
114
|
+
Ua as VcVideo,
|
|
115
|
+
Ka as VcWidget,
|
|
116
|
+
Na as autofocus,
|
|
115
117
|
Ge as loading,
|
|
116
118
|
Pe as provideAppBarState,
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
119
|
+
ja as stripTenantPrefix,
|
|
120
|
+
qa as useAdaptiveItems,
|
|
121
|
+
za as useAppBarMobileActions,
|
|
120
122
|
fe as useAppBarState,
|
|
121
|
-
|
|
122
|
-
|
|
123
|
+
Za as useAppBarWidgets,
|
|
124
|
+
Ja as useBadge,
|
|
123
125
|
ke as useBladeLoading,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
126
|
+
Qa as useCollapsible,
|
|
127
|
+
Xa as useColumnFilter,
|
|
128
|
+
Ya as useDataTablePagination,
|
|
129
|
+
$a as useDataTableSort,
|
|
130
|
+
ae as useFilterState,
|
|
131
|
+
He as useFloatingPosition,
|
|
132
|
+
We as useFormField,
|
|
133
|
+
ee as useGalleryPreview,
|
|
134
|
+
se as useImageLoad,
|
|
135
|
+
oe as useMenuActiveState,
|
|
136
|
+
_e as useScrollArrows,
|
|
137
|
+
le as useShellBootstrap,
|
|
138
|
+
ce as useShellLifecycle,
|
|
139
|
+
te as useShellNavigation,
|
|
140
|
+
re as useTableColumnsReorder,
|
|
141
|
+
ue as useTableColumnsResize,
|
|
142
|
+
Ve as useTableContext,
|
|
143
|
+
ne as useTableInlineEdit,
|
|
144
|
+
pe as useTableRowGrouping,
|
|
145
|
+
ie as useTableRowReorder,
|
|
146
|
+
be as useTableSearch,
|
|
147
|
+
de as useTableSelection,
|
|
148
|
+
Ce as useTableSort,
|
|
149
|
+
Oe as useTeleportTarget,
|
|
150
|
+
Te as useToggleableContent,
|
|
151
|
+
Se as useVirtualScroll,
|
|
152
|
+
ge as vAutofocus,
|
|
153
|
+
Ue as vLoading
|
|
152
154
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vc-shell/framework",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-pr256.34ebb1b",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/framework.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -113,6 +113,7 @@
|
|
|
113
113
|
"lodash-es": "^4.17.21",
|
|
114
114
|
"lucide-vue-next": "^0.577.0",
|
|
115
115
|
"normalize.css": "^8.0.1",
|
|
116
|
+
"rrule": "^2.8.1",
|
|
116
117
|
"semver": "^7.7.4",
|
|
117
118
|
"sortablejs": "^1.15.7",
|
|
118
119
|
"swiper": "^11.2.10",
|
|
@@ -147,9 +148,9 @@
|
|
|
147
148
|
"@types/js-beautify": "^1.14.3",
|
|
148
149
|
"@types/semver": "^7.7.1",
|
|
149
150
|
"@types/sortablejs": "^1.15.9",
|
|
150
|
-
"@vc-shell/api-client-generator": "2.1.0-
|
|
151
|
-
"@vc-shell/config-generator": "2.1.0-
|
|
152
|
-
"@vc-shell/ts-config": "2.1.0-
|
|
151
|
+
"@vc-shell/api-client-generator": "2.1.0-pr256.34ebb1b",
|
|
152
|
+
"@vc-shell/config-generator": "2.1.0-pr256.34ebb1b",
|
|
153
|
+
"@vc-shell/ts-config": "2.1.0-pr256.34ebb1b",
|
|
153
154
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
154
155
|
"@vue/test-utils": "^2.4.5",
|
|
155
156
|
"cypress-signalr-mock": "^1.5.0",
|