bt-core-app 2.2.12 → 2.2.14
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/components/BT-Background-Task.vue.d.ts +1 -1
- package/dist/components/BT-Banner.vue.d.ts +35 -0
- package/dist/components/BT-Banner.vue.mjs +115 -0
- package/dist/components/BT-Banner.vue2.mjs +4 -0
- package/dist/components/BT-Blade-Item.vue.d.ts +2 -2
- package/dist/components/BT-Blade-Items.vue.d.ts +5 -5
- package/dist/components/BT-Blade-Steps.vue.d.ts +5 -5
- package/dist/components/BT-Blade.vue.d.ts +2 -2
- package/dist/components/BT-Btn.vue.d.ts +1 -1
- package/dist/components/BT-Col.vue.d.ts +2 -2
- package/dist/components/BT-Cron.vue.mjs +19 -18
- package/dist/components/BT-Field-Checkbox.vue.d.ts +3 -3
- package/dist/components/BT-Field-Date.vue.d.ts +3 -3
- package/dist/components/BT-Field-Entity.vue.d.ts +2 -2
- package/dist/components/BT-Field-Select-Simple.vue.d.ts +3 -3
- package/dist/components/BT-Field-Select.vue.d.ts +3 -3
- package/dist/components/BT-Field-String.vue.d.ts +3 -3
- package/dist/components/BT-Field-Switch.vue.d.ts +3 -3
- package/dist/components/BT-Field-Tags.vue.d.ts +3 -3
- package/dist/components/BT-Field-Textarea.vue.d.ts +3 -3
- package/dist/components/BT-Field-Trigger.vue.d.ts +3 -3
- package/dist/components/BT-Field.vue.d.ts +2 -2
- package/dist/components/BT-Form-Field.vue.d.ts +2 -2
- package/dist/components/BT-Form.vue.mjs +2 -2
- package/dist/components/BT-Numpad.vue.d.ts +2 -2
- package/dist/components/BT-Select-Inline.vue.d.ts +7 -20
- package/dist/components/BT-Select-Inline.vue.mjs +99 -72
- package/dist/components/BT-Select-Inline.vue2.mjs +1 -24
- package/dist/components/BT-Select-Inline.vue3.mjs +5 -1
- package/dist/components/BT-Select-List-Box.vue.d.ts +5 -5
- package/dist/components/BT-Select-List-Box.vue.mjs +9 -9
- package/dist/components/BT-Select-Simple.vue.d.ts +1 -1
- package/dist/components/BT-Select.vue.d.ts +1 -1
- package/dist/components/BT-Signature-Overlay.vue.d.ts +1 -1
- package/dist/components/BT-Square-Check.vue.d.ts +1 -1
- package/dist/composables/banners.d.ts +40 -0
- package/dist/composables/banners.mjs +43 -0
- package/dist/composables/blade.mjs +7 -7
- package/dist/composables/forms.mjs +17 -18
- package/dist/composables/graph-pro.mjs +14 -15
- package/dist/composables/list.mjs +9 -10
- package/dist/core2.mjs +63 -62
- package/dist/index.d.ts +4 -1
- package/dist/index.mjs +261 -257
- package/dist/node_modules/bt-core-app/dist/bt-core-app.mjs +1617 -1638
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { BTDateFormat as x } from "
|
|
1
|
+
import { BTDateFormat as x, useDates as O } from "./dates.mjs";
|
|
2
2
|
import { useColorizer as v } from "./colorizer.mjs";
|
|
3
|
-
import { useDates as O } from "./dates.mjs";
|
|
4
3
|
import { useFilters as K } from "./filters.mjs";
|
|
5
4
|
import { nestedValue as $, group as I } from "./helpers.mjs";
|
|
6
5
|
import { t as J } from "../bt-core/core/node_modules/thenby/thenBy.module.mjs";
|
|
7
6
|
let D;
|
|
8
|
-
function
|
|
7
|
+
function N() {
|
|
9
8
|
return D;
|
|
10
9
|
}
|
|
11
|
-
function
|
|
10
|
+
function Q(z) {
|
|
12
11
|
const S = K();
|
|
13
12
|
function G(e, a, u) {
|
|
14
13
|
const r = v();
|
|
@@ -36,7 +35,7 @@ function U(z) {
|
|
|
36
35
|
}
|
|
37
36
|
};
|
|
38
37
|
}
|
|
39
|
-
function
|
|
38
|
+
function Y(e, a) {
|
|
40
39
|
const u = v();
|
|
41
40
|
return {
|
|
42
41
|
chartType: "bar",
|
|
@@ -58,7 +57,7 @@ function U(z) {
|
|
|
58
57
|
}
|
|
59
58
|
};
|
|
60
59
|
}
|
|
61
|
-
function
|
|
60
|
+
function T(e, a, u) {
|
|
62
61
|
const r = v();
|
|
63
62
|
var l = {
|
|
64
63
|
chartType: "pie",
|
|
@@ -78,7 +77,7 @@ function U(z) {
|
|
|
78
77
|
};
|
|
79
78
|
return l;
|
|
80
79
|
}
|
|
81
|
-
function
|
|
80
|
+
function A(e, a) {
|
|
82
81
|
const u = v();
|
|
83
82
|
return {
|
|
84
83
|
chartType: "pie",
|
|
@@ -100,7 +99,7 @@ function U(z) {
|
|
|
100
99
|
}
|
|
101
100
|
};
|
|
102
101
|
}
|
|
103
|
-
function
|
|
102
|
+
function E(e, a) {
|
|
104
103
|
var u = {
|
|
105
104
|
chartType: e.chartType ?? "line",
|
|
106
105
|
data: {
|
|
@@ -119,7 +118,7 @@ function U(z) {
|
|
|
119
118
|
n ?? (n = s), h ?? (h = s), s < n && (n = s), s > h && (h = s);
|
|
120
119
|
});
|
|
121
120
|
});
|
|
122
|
-
var b = r.tzDate(n).startOf(c), i = b.toFormat(x),
|
|
121
|
+
var b = r.tzDate(n).startOf(c), i = b.toFormat(x), p = r.tzDate(h).endOf(c), X = p.toFormat(x);
|
|
123
122
|
if (i < X)
|
|
124
123
|
for (; i < X; )
|
|
125
124
|
l != null ? L.push(l(i)) : e.labelFormatString != null ? L.push(b.toFormat(e.labelFormatString)) : L.push(i), b = b.plus(g), i = b.toFormat(x);
|
|
@@ -190,16 +189,16 @@ function U(z) {
|
|
|
190
189
|
}), u;
|
|
191
190
|
}
|
|
192
191
|
return D ?? (D = {
|
|
193
|
-
getBarChartData:
|
|
192
|
+
getBarChartData: Y,
|
|
194
193
|
getDataForChartJS: G,
|
|
195
|
-
getGraphData:
|
|
196
|
-
getPieChartData:
|
|
197
|
-
getPieData:
|
|
194
|
+
getGraphData: E,
|
|
195
|
+
getPieChartData: A,
|
|
196
|
+
getPieData: T,
|
|
198
197
|
getXY: k,
|
|
199
198
|
getRawXY: P
|
|
200
199
|
}), D;
|
|
201
200
|
}
|
|
202
201
|
export {
|
|
203
|
-
|
|
204
|
-
|
|
202
|
+
Q as createGraphs,
|
|
203
|
+
N as useGraphs
|
|
205
204
|
};
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { useCSV as ca } from "./csv.mjs";
|
|
2
|
-
import { isLengthyArray as q, nestedValue as _, hasSearch as ia } from "./helpers.mjs";
|
|
2
|
+
import { isNullOrEmpty as Ie, isLengthyArray as q, nestedValue as _, hasSearch as ia } from "./helpers.mjs";
|
|
3
3
|
import { t as j } from "../bt-core/core/node_modules/thenby/thenBy.module.mjs";
|
|
4
4
|
import { ref as y, toValue as V, computed as v, shallowRef as p, watch as C, onMounted as da } from "vue";
|
|
5
|
-
import { useArrayUnique as fa, useArrayDifference as
|
|
5
|
+
import { useArrayUnique as fa, useArrayDifference as oe, watchDebounced as sa, watchArray as Fe } from "@vueuse/core";
|
|
6
6
|
import { useActions as va } from "./actions.mjs";
|
|
7
7
|
import { useStoreDefinition as ya } from "./stores.mjs";
|
|
8
8
|
import { useNavigation as ma } from "./navigation.mjs";
|
|
9
9
|
import { useBlade as ha } from "./blade.mjs";
|
|
10
10
|
import { useDialogConfirm as ga } from "./dialog-items.mjs";
|
|
11
|
-
import { isNullOrEmpty as Fe } from "../node_modules/bt-core-app/dist/bt-core-app.mjs";
|
|
12
11
|
import { useUrlUpdater as Sa } from "./routing.mjs";
|
|
13
|
-
function
|
|
12
|
+
function Ua(a, F, r) {
|
|
14
13
|
var ge, Se, Pe, Ae;
|
|
15
14
|
const we = ca(), xe = ma(), Ne = Sa(), ee = (r == null ? void 0 : r.idSelector) ?? a.idSelector ?? ((e) => e.id), n = (r == null ? void 0 : r.isNotSetup) == !0 ? void 0 : ha({
|
|
16
15
|
bladeGroup: a.bladeGroup,
|
|
@@ -29,7 +28,7 @@ function Ma(a, F, r) {
|
|
|
29
28
|
...re.value
|
|
30
29
|
]).value), M = y((a.defaultFilters ?? []).map((e) => $.value.indexOf(e)));
|
|
31
30
|
let J = y([...M.value]);
|
|
32
|
-
const Ce = v(() =>
|
|
31
|
+
const Ce = v(() => oe(J, M).value.length > 0 || oe(M, J).value.length > 0), Ue = y([]), x = y(Me());
|
|
33
32
|
function Me() {
|
|
34
33
|
var e, l, t, u;
|
|
35
34
|
if (w) {
|
|
@@ -74,7 +73,7 @@ function Ma(a, F, r) {
|
|
|
74
73
|
}) : void 0
|
|
75
74
|
}), fe = v(() => a.errorMsg ?? Ge.value), X = y(), se = v(() => X.value ?? a.loadingMsg ?? Le.value), Re = v(() => se.value != null), Y = p(!1), K = p($e());
|
|
76
75
|
function $e() {
|
|
77
|
-
return a.startShowingSearch ? !0 : !
|
|
76
|
+
return a.startShowingSearch ? !0 : !Ie(ce());
|
|
78
77
|
}
|
|
79
78
|
const Z = y(0), ve = v(() => {
|
|
80
79
|
let e, l = [];
|
|
@@ -96,7 +95,7 @@ function Ma(a, F, r) {
|
|
|
96
95
|
var B, m, P, R;
|
|
97
96
|
typeof d == "string" ? ((B = r.route) == null ? void 0 : B.query[d]) != null && (t[d] = (m = r.route) == null ? void 0 : m.query[d]) : ((P = r.route) == null ? void 0 : P.query[d.key]) != null && (t[d.value] = (R = r.route) == null ? void 0 : R.query[d.key]);
|
|
98
97
|
})), t;
|
|
99
|
-
}), Qe = v(() => (e) => a.onCanDelete != null ? a.onCanDelete(e) : !(e != null && e.isInactive === !0)), We = v(() => (e) => a.onCanIntegrate != null ? a.onCanIntegrate(e) : !(!q(le.value) || U.value == null || (e == null ? void 0 : e.isInactive) === !0)), _e = v(() => (e) => U.value != null ? !
|
|
98
|
+
}), Qe = v(() => (e) => a.onCanDelete != null ? a.onCanDelete(e) : !(e != null && e.isInactive === !0)), We = v(() => (e) => a.onCanIntegrate != null ? a.onCanIntegrate(e) : !(!q(le.value) || U.value == null || (e == null ? void 0 : e.isInactive) === !0)), _e = v(() => (e) => U.value != null ? !Ie(_(e, U.value.localIDProp)) : !1), je = v(() => (e) => T.value ? a.onCanRestore != null ? a.onCanRestore(e) : (e == null ? void 0 : e.isInactive) === !0 : !1), me = a.onUpdateAsyncItem ?? ((e, l) => {
|
|
100
99
|
l.hasOwnProperty("rowVersion") && (e.rowVersion = l.rowVersion), l.hasOwnProperty("version") && (e.version = l.version), l.hasOwnProperty("isDeleted") && (e.isDeleted = l.isDeleted), l.hasOwnProperty("isInactive") && (e.isInactive = l.isInactive), l.hasOwnProperty("id") && (e.id = l.id);
|
|
101
100
|
}), H = v(() => Q.value.filter((e) => !e.hide)), ze = v(() => {
|
|
102
101
|
let e = new Array();
|
|
@@ -399,9 +398,9 @@ function Ma(a, F, r) {
|
|
|
399
398
|
G();
|
|
400
399
|
}), C(() => a.proxyID, () => {
|
|
401
400
|
g();
|
|
402
|
-
}),
|
|
401
|
+
}), Fe([f], () => {
|
|
403
402
|
G();
|
|
404
|
-
}, { deep: !0 }),
|
|
403
|
+
}, { deep: !0 }), Fe([() => a.items], () => {
|
|
405
404
|
g();
|
|
406
405
|
}, { deep: !0 }), r != null && r.isNotSetup ? (r == null ? void 0 : r.isNotSetup) == !0 && a.eager == !0 && g({ deepRefresh: ((Se = (ge = r == null ? void 0 : r.route) == null ? void 0 : ge.params) == null ? void 0 : Se.refresh) == "true" || ((Ae = (Pe = r == null ? void 0 : r.route) == null ? void 0 : Pe.query) == null ? void 0 : Ae.refresh) == "true" }) : da(async () => {
|
|
407
406
|
var e, l, t, u;
|
|
@@ -456,5 +455,5 @@ function Ma(a, F, r) {
|
|
|
456
455
|
};
|
|
457
456
|
}
|
|
458
457
|
export {
|
|
459
|
-
|
|
458
|
+
Ua as useList
|
|
460
459
|
};
|
package/dist/core2.mjs
CHANGED
|
@@ -5,12 +5,12 @@ import { createDates as B } from "./composables/dates.mjs";
|
|
|
5
5
|
import { createDemo as w } from "./composables/demo.mjs";
|
|
6
6
|
import { createFilters as T } from "./composables/filters.mjs";
|
|
7
7
|
import { useHeights as P } from "./composables/heights.mjs";
|
|
8
|
-
import { createMenu as
|
|
9
|
-
import { createNavigation as
|
|
8
|
+
import { createMenu as p } from "./composables/menu.mjs";
|
|
9
|
+
import { createNavigation as C } from "./composables/navigation.mjs";
|
|
10
10
|
import { createPresets as U } from "./composables/presets.mjs";
|
|
11
11
|
import { createPWA as W } from "./composables/pwa.mjs";
|
|
12
|
-
import { createStoreBuilder as
|
|
13
|
-
import { createBackgroundTasks as
|
|
12
|
+
import { createStoreBuilder as I, createBlobStoreBuilder as x } from "./composables/stores.mjs";
|
|
13
|
+
import { createBackgroundTasks as S } from "./composables/background-tasks.mjs";
|
|
14
14
|
import { createUrl as D } from "./composables/urls.mjs";
|
|
15
15
|
import { navigationKey as K, authKey as F, demoKey as N, urlsKey as j } from "./types.mjs";
|
|
16
16
|
import Z from "./components/BT-Avatar.vue.mjs";
|
|
@@ -28,91 +28,92 @@ import V from "./components/BT-Date.vue.mjs";
|
|
|
28
28
|
import X from "./components/BT-Divider.vue.mjs";
|
|
29
29
|
import Y from "./components/BT-Drag-Counter.vue.mjs";
|
|
30
30
|
import O from "./components/BT-Entity.vue.mjs";
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
31
|
+
import mm from "./components/BT-Error.vue.mjs";
|
|
32
|
+
import em from "./components/BT-Field.vue.mjs";
|
|
33
|
+
import rm from "./components/BT-Field-Checkbox.vue.mjs";
|
|
34
|
+
import tm from "./components/BT-Field-Date.vue.mjs";
|
|
35
|
+
import om from "./components/BT-Field-Entity.vue.mjs";
|
|
36
|
+
import cm from "./components/BT-Field-Select.vue.mjs";
|
|
37
|
+
import nm from "./components/BT-Field-String.vue.mjs";
|
|
38
|
+
import im from "./components/BT-Field-Switch.vue.mjs";
|
|
39
|
+
import fm from "./components/BT-Field-Tags.vue.mjs";
|
|
40
|
+
import am from "./components/BT-Field-Textarea.vue.mjs";
|
|
41
|
+
import _m from "./components/BT-Field-Trigger.vue.mjs";
|
|
42
|
+
import sm from "./components/BT-Header-Option.vue.mjs";
|
|
43
|
+
import bm from "./components/BT-Image-Select.vue.mjs";
|
|
44
|
+
import um from "./components/BT-Json.vue.mjs";
|
|
45
45
|
import "./components/BT-Json.vue2.mjs";
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import $
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
|
|
46
|
+
import lm from "./components/BT-Loader.vue.mjs";
|
|
47
|
+
import dm from "./components/BT-Nav-Sidebar.vue.mjs";
|
|
48
|
+
import $m from "./components/BT-Number.vue.mjs";
|
|
49
|
+
import gm from "./components/BT-Numpad.vue.mjs";
|
|
50
|
+
import vm from "./components/BT-Select-Inline.vue.mjs";
|
|
51
|
+
import "./components/BT-Select-Inline.vue2.mjs";
|
|
52
|
+
import hm from "./components/BT-Select-List-Box.vue.mjs";
|
|
53
|
+
import ym from "./components/BT-Select.vue.mjs";
|
|
54
|
+
import Am from "./components/BT-Signature.vue.mjs";
|
|
55
|
+
import km from "./components/BT-Signature-Overlay.vue.mjs";
|
|
56
|
+
import Bm from "./components/BT-Slider.vue.mjs";
|
|
57
|
+
import wm from "./components/BT-Span.vue.mjs";
|
|
58
|
+
import Tm from "./components/BT-Status-Item.vue.mjs";
|
|
59
|
+
import Pm from "./components/BT-Tags.vue.mjs";
|
|
60
|
+
import { createAssistant as pm } from "./composables/assistant.mjs";
|
|
61
|
+
import { createFeedback as Cm } from "./composables/feedback.mjs";
|
|
62
|
+
import { createComponentConfig as Um } from "./composables/component-config.mjs";
|
|
63
|
+
import { createGraphs as Wm } from "./composables/graph-pro.mjs";
|
|
64
|
+
import { createForms as Im } from "./composables/forms.mjs";
|
|
65
|
+
function Ge(m) {
|
|
65
66
|
return {
|
|
66
|
-
install(
|
|
67
|
+
install(e, c) {
|
|
67
68
|
var _, s, b, u, l, d, $, g, v, h;
|
|
68
|
-
|
|
69
|
-
const f = D(
|
|
70
|
-
|
|
71
|
-
const a =
|
|
72
|
-
|
|
73
|
-
const t =
|
|
74
|
-
|
|
75
|
-
const r = A(
|
|
76
|
-
|
|
77
|
-
const o = w(
|
|
78
|
-
...
|
|
69
|
+
m.includeComponents == !0 && (e.component("bt-avatar", Z), e.component("bt-background-task", q), e.component("bt-blade-item", z), e.component("bt-blade-items", G), e.component("bt-blade-steps", H), e.component("bt-blade", M), e.component("bt-btn", E), e.component("bt-camera-overlay", J), e.component("bt-col", L), e.component("bt-cosmetics-menu", Q), e.component("bt-cron", R), e.component("bt-date", V), e.component("bt-divider", X), e.component("bt-drag-counter", Y), e.component("bt-entity", O), e.component("bt-error", mm), e.component("bt-field", em), e.component("bt-field-checkbox", rm), e.component("bt-field-date", tm), e.component("bt-field-entity", om), e.component("bt-field-select", cm), e.component("bt-field-string", nm), e.component("bt-field-switch", im), e.component("bt-field-tags", fm), e.component("bt-field-text-area", am), e.component("bt-field-trigger", _m), e.component("bt-header-option", sm), e.component("bt-image-uploader", bm), e.component("bt-json", um), e.component("bt-loader", lm), e.component("bt-nav-sidebar", dm), e.component("bt-number", $m), e.component("bt-numpad", gm), e.component("bt-select-inline", vm), e.component("bt-select-list-box", hm), e.component("bt-select", ym), e.component("bt-signature", Am), e.component("bt-signature-overlay", km), e.component("bt-slider", Bm), e.component("bt-span", wm), e.component("bt-status-item", Tm), e.component("bt-tags", Pm)), m.cosmetics ?? (m.cosmetics = {}), (_ = m.cosmetics).vuetifyInstance ?? (_.vuetifyInstance = c.vuetifyInstance), Im(m.forms), pm(m.assistant ?? { items: [] });
|
|
70
|
+
const f = D(m.urls);
|
|
71
|
+
Um(m.componentConfig), k(m.cosmetics);
|
|
72
|
+
const a = p(m.menu);
|
|
73
|
+
m.navigation ?? (m.navigation = {}), (s = m.navigation).menu ?? (s.menu = a), (b = m.navigation).updateNavItems ?? (b.updateNavItems = !1), (u = m.navigation).router ?? (u.router = c.router);
|
|
74
|
+
const t = C(m.navigation);
|
|
75
|
+
m.heights ?? (m.heights = {}), (l = m.heights).display ?? (l.display = c.vuetifyDisplay), (d = m.heights).navigation ?? (d.navigation = t), P(m.heights), U(m), ($ = m.auth).menu ?? ($.menu = a), (g = m.auth).router ?? (g.router = c.router), m.auth.getAuthItem = t.findItem;
|
|
76
|
+
const r = A(m.auth);
|
|
77
|
+
m.demo != null && ((v = m.demo).auth ?? (v.auth = r));
|
|
78
|
+
const o = w(m.demo), i = y({
|
|
79
|
+
...m.api,
|
|
79
80
|
auth: r,
|
|
80
81
|
demo: o,
|
|
81
82
|
findPath: t.findPath,
|
|
82
83
|
useBearerToken: !0
|
|
83
84
|
});
|
|
84
|
-
|
|
85
|
+
m.backgroundTasks != null && S({ api: i, ...m.backgroundTasks });
|
|
85
86
|
const n = B({
|
|
86
87
|
getTimeZone: () => r.timeZone.value
|
|
87
88
|
});
|
|
88
|
-
|
|
89
|
+
Cm(m.feedback), T({
|
|
89
90
|
auth: r,
|
|
90
91
|
dates: n,
|
|
91
92
|
demo: o,
|
|
92
|
-
filters:
|
|
93
|
-
}),
|
|
94
|
-
appleAppUrl:
|
|
95
|
-
microsoftAppUrl:
|
|
96
|
-
playstoreAppUrl:
|
|
97
|
-
registerServiceWorker:
|
|
93
|
+
filters: m.filters
|
|
94
|
+
}), Wm({ dates: n }), m.pwa ?? (m.pwa = {}), (h = m.pwa).usePWA ?? (h.usePWA = !0), m.pwa.usePWA && W({
|
|
95
|
+
appleAppUrl: m.pwa.appleAppUrl,
|
|
96
|
+
microsoftAppUrl: m.pwa.microsoftAppUrl,
|
|
97
|
+
playstoreAppUrl: m.pwa.playstoreAppUrl,
|
|
98
|
+
registerServiceWorker: m.pwa.registerServiceWorker,
|
|
98
99
|
urls: f,
|
|
99
|
-
usePWA:
|
|
100
|
-
}),
|
|
100
|
+
usePWA: m.pwa.usePWA
|
|
101
|
+
}), I({
|
|
101
102
|
api: i,
|
|
102
103
|
auth: r,
|
|
103
104
|
dates: n,
|
|
104
105
|
demo: o,
|
|
105
106
|
navigation: t
|
|
106
|
-
}),
|
|
107
|
+
}), x({
|
|
107
108
|
api: i,
|
|
108
109
|
auth: r,
|
|
109
110
|
dates: n,
|
|
110
111
|
demo: o,
|
|
111
112
|
navigation: t
|
|
112
|
-
}),
|
|
113
|
+
}), e.provide(K, t), e.provide(F, r), e.provide(N, o), e.provide(j, f);
|
|
113
114
|
}
|
|
114
115
|
};
|
|
115
116
|
}
|
|
116
117
|
export {
|
|
117
|
-
|
|
118
|
+
Ge as createCore
|
|
118
119
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ import { default as BTDialogConfirm } from './components/BT-Dialog-Confirm.vue';
|
|
|
14
14
|
import { default as BTDateSelect } from './components/BT-Date-Select.vue';
|
|
15
15
|
import { default as BTCronSpan } from './components/BT-Cron-Span.vue';
|
|
16
16
|
import { default as BTBladeSteps } from './components/BT-Blade-Steps.vue';
|
|
17
|
+
import { default as BTBanner } from './components/BT-Banner.vue';
|
|
17
18
|
import { default as BTAssistantMenu } from './components/BT-Assistant-Menu.vue';
|
|
18
19
|
export type { DoActionOptions, IterateThroughOptions } from './composables/actions-tracker.ts';
|
|
19
20
|
export { useActionsTracker } from './composables/actions-tracker.ts';
|
|
@@ -28,6 +29,8 @@ export type { BTAuth, AuthItem, AuthSubscription, BaseAuthCredentials, CreateAut
|
|
|
28
29
|
export { createAuth, useAuth } from './composables/auth.ts';
|
|
29
30
|
export type { TaskProgressDTO, BackgroundTaskDTO, BTBackgroundTasks, BTBackgroundTask, CreateBackgroundTasksOptions } from './composables/background-tasks.ts';
|
|
30
31
|
export { useBackgroundTask, useBackgroundTasks, createBackgroundTasks } from './composables/background-tasks.ts';
|
|
32
|
+
export { useBanners } from './composables/banners.ts';
|
|
33
|
+
export type { UseBannersOptions, BannerOption, BannerData, NextStageOptions } from './composables/banners.ts';
|
|
31
34
|
export type { BladeDensity, BladeVariant, BladeMode, BTGlobalBlades, UseGlobalBladesOptions, BTBlade, UseBladeOptions } from './composables/blade.ts';
|
|
32
35
|
export { useBlade, useGlobalBlades } from './composables/blade.ts';
|
|
33
36
|
export { useColorizer, type BTColorizer } from './composables/colorizer.ts';
|
|
@@ -93,4 +96,4 @@ export * from './types.ts';
|
|
|
93
96
|
export type { CoreApp, CreateCoreOptions, InstallCoreOptions } from './core.ts';
|
|
94
97
|
export { createCore } from './core.ts';
|
|
95
98
|
export { createVuetify } from 'vuetify';
|
|
96
|
-
export { BTAssistantMenu, BTBladeSteps, BTColorPickerMenu, BTCronSpan, BTDateSelect, BTDemoProfileSelect, BTDialogConfirm, BTDialogDate, BTDialogSelect, BTDialogNumber, BTFieldSelectSimple, BTForm, BTFormBuilder, BTFormField, BTSelectSimple, BTSquareCheck, BTTour };
|
|
99
|
+
export { BTAssistantMenu, BTBanner, BTBladeSteps, BTColorPickerMenu, BTCronSpan, BTDateSelect, BTDemoProfileSelect, BTDialogConfirm, BTDialogDate, BTDialogSelect, BTDialogNumber, BTFieldSelectSimple, BTForm, BTFormBuilder, BTFormField, BTSelectSimple, BTSquareCheck, BTTour };
|