bt-core-app 2.2.12 → 2.2.13
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-Cron.vue.mjs +19 -18
- package/dist/components/BT-Form.vue.mjs +2 -2
- package/dist/components/BT-Select-Inline.vue.d.ts +6 -19
- 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.mjs +9 -9
- package/dist/core2.mjs +63 -62
- package/dist/style.css +1 -1
- package/package.json +1 -1
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
|
};
|