@g1cloud/bluesea 5.0.0-alpha.58 → 5.0.0-alpha.59
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/css/component.scss +2 -0
- package/dist/{AddressSearchModal-cRHZw4Uu.js → AddressSearchModal-CmzF3m2T.js} +1 -1
- package/dist/{BSAlertModal-a_klmLuh.js → BSAlertModal-C2sbe10K.js} +1 -1
- package/dist/{BSYesNoModal-Q1Ca4fGA.js → BSYesNoModal-BkstxmOl.js} +1 -1
- package/dist/bluesea.js +104 -101
- package/dist/bluesea.umd.cjs +29137 -2534
- package/dist/component/input/BSCodeEditor.vue.d.ts +65 -0
- package/dist/component/multilang/BSMultiLangImageUpload.vue.d.ts +2 -0
- package/dist/component/multilang/BSMultiLangRichText.vue.d.ts +2 -0
- package/dist/component/multilang/BSMultiLangTextArea.vue.d.ts +2 -0
- package/dist/component/multilang/BSMultiLangTextInput.vue.d.ts +2 -0
- package/dist/{index-DlPMtR48.js → index-CZiYlO46.js} +29223 -2620
- package/dist/index.d.ts +1 -0
- package/dist/style.css +321 -0
- package/dist/util/multiLangUtil.d.ts +7 -0
- package/package.json +5 -1
package/css/component.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, openBlock, createBlock, withCtx, createElementVNode, createVNode, unref } from "vue";
|
|
2
|
-
import { S as SearchParam, P as PaginatedList, u as useModalHandle, _ as _sfc_main$1, a as _sfc_main$2, b as _sfc_main$3, B as BSButton, w as waitDuring } from "./index-
|
|
2
|
+
import { S as SearchParam, P as PaginatedList, u as useModalHandle, _ as _sfc_main$1, a as _sfc_main$2, b as _sfc_main$3, B as BSButton, w as waitDuring } from "./index-CZiYlO46.js";
|
|
3
3
|
const gridColumns = [
|
|
4
4
|
{ propertyId: "zipCode", caption: "Zipcode", width: 80 },
|
|
5
5
|
{ propertyId: "address1", caption: "state/province/region", width: 150 },
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, withCtx, createElementVNode, withDirectives, createVNode, unref } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, v as vFocusOnLoad, c as vT } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, v as vFocusOnLoad, c as vT } from "./index-CZiYlO46.js";
|
|
3
3
|
const _hoisted_1 = { class: "text-right" };
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "BSAlertModal",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, withDirectives, unref } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, v as vFocusOnLoad, c as vT } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, v as vFocusOnLoad, c as vT } from "./index-CZiYlO46.js";
|
|
3
3
|
const _hoisted_1 = { class: "text-right" };
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "BSYesNoModal",
|
package/dist/bluesea.js
CHANGED
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aQ, aR, d, a3, a8, B, n, o, O, t, x, a5, k, a9, bn, l, r, s, N, e, b, L, a, a4, J, i, T, R, a0, b7, a6, _, K, Z, $, Y, X, W, D, a1, a7, p, m, g, G, q, j, y, z, I, C, Q, a2, H, M, h, U, V, F, E, A, f, aY, aX, ag, ab, br, aa, an, ak, ah, aW, ap, ao, bv, aU, am, aV, aq, aT, aS, aj, P, aM, S, ax, bE, bd, aZ, b4, b3, ae, aP, bf, af, bq, bs, al, ba, ai, au, av, b2, aJ, aK, aL, aG, aI, aH, aF, aC, az, by, bl, bi, bw, b0, ad, bF, bC, bG, bD, ay, b1, aB, bH, a$, bx, bb, a_, bB, bt, b5, b9, aN, ar, be, bk, bj, bc, bh, aA, aw, bg, bA, bo, bp, bu, b6, b8, u, aO, as, at, ac, c, aD, aE, w, bz, bm } from "./index-CZiYlO46.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
aQ as AbstractFilter,
|
|
4
|
+
aR as AndFilter,
|
|
5
5
|
d as BLUESEA_VERSION,
|
|
6
6
|
a3 as BSAddressInput,
|
|
7
|
-
|
|
7
|
+
a8 as BSAlarmFrame,
|
|
8
8
|
B as BSButton,
|
|
9
9
|
n as BSCalendar,
|
|
10
10
|
o as BSCalendarRange,
|
|
11
11
|
O as BSCardLayout,
|
|
12
12
|
t as BSCheckbox,
|
|
13
13
|
x as BSCheckboxGroup,
|
|
14
|
+
a5 as BSCodeEditor,
|
|
14
15
|
k as BSConsole,
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
a9 as BSContextMenuContainer,
|
|
17
|
+
bn as BSContextMenuPlugin,
|
|
17
18
|
l as BSDate,
|
|
18
19
|
r as BSDateInput,
|
|
19
20
|
s as BSDateRange,
|
|
@@ -28,8 +29,8 @@ export {
|
|
|
28
29
|
T as BSListControl,
|
|
29
30
|
R as BSListLayout,
|
|
30
31
|
a0 as BSLocaleSelect,
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
b7 as BSModal,
|
|
33
|
+
a6 as BSModalContainer,
|
|
33
34
|
_ as BSModalFrame,
|
|
34
35
|
K as BSMultiImageUpload,
|
|
35
36
|
Z as BSMultiLangExpandButton,
|
|
@@ -39,7 +40,7 @@ export {
|
|
|
39
40
|
W as BSMultiLangTextInput,
|
|
40
41
|
D as BSMultiSelect,
|
|
41
42
|
a1 as BSNameInput,
|
|
42
|
-
|
|
43
|
+
a7 as BSNotificationContainer,
|
|
43
44
|
p as BSNumberInput,
|
|
44
45
|
m as BSPageNavigation,
|
|
45
46
|
g as BSPopupButton,
|
|
@@ -61,101 +62,103 @@ export {
|
|
|
61
62
|
E as BSTreeSelect,
|
|
62
63
|
A as BSYesNoGroup,
|
|
63
64
|
f as BSYesNoSelect,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
65
|
+
aY as BetweenDateFilter,
|
|
66
|
+
aX as BetweenFilter,
|
|
67
|
+
ag as DEFAULT_GRID_COLUMN_WIDTH,
|
|
68
|
+
ab as DefaultBody,
|
|
69
|
+
br as DefaultFrameContext,
|
|
70
|
+
aa as DefaultHeader,
|
|
71
|
+
an as EditableInputGridHandlerImpl,
|
|
72
|
+
ak as EditablePageGridHandlerImpl,
|
|
73
|
+
ah as EditingRows,
|
|
74
|
+
aW as EqualFilter,
|
|
75
|
+
ap as GridHandlerEditableSupport,
|
|
76
|
+
ao as GridHandlerSelectDeleteSupport,
|
|
77
|
+
bv as I18NTexts,
|
|
78
|
+
aU as InFilter,
|
|
79
|
+
am as InputGridHandlerImpl,
|
|
80
|
+
aV as LikeFilter,
|
|
81
|
+
aq as LocalStorageGridPreferenceStore,
|
|
82
|
+
aT as NotFilter,
|
|
83
|
+
aS as OrFilter,
|
|
84
|
+
aj as PageGridHandlerImpl,
|
|
84
85
|
P as PaginatedList,
|
|
85
|
-
|
|
86
|
+
aM as SavePointImpl,
|
|
86
87
|
S as SearchParam,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
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
|
-
|
|
88
|
+
ax as ValidationFailedError,
|
|
89
|
+
bE as addPrefixToMultiLangString,
|
|
90
|
+
bd as alarmEntries,
|
|
91
|
+
aZ as andFilter,
|
|
92
|
+
b4 as betweenDateFilter,
|
|
93
|
+
b3 as betweenFilter,
|
|
94
|
+
ae as blueseaConfig,
|
|
95
|
+
aP as cancelProvidedSavePoint,
|
|
96
|
+
bf as closeAlarm,
|
|
97
|
+
af as configureBluesea,
|
|
98
|
+
bq as createContextMenuPlugin,
|
|
99
|
+
bs as createDefaultFrameContext,
|
|
100
|
+
al as createInputGridHandler,
|
|
101
|
+
ba as createModalPlugin,
|
|
102
|
+
ai as createPageGridHandler,
|
|
103
|
+
au as createTreeHandler,
|
|
104
|
+
av as defaultExpandMultiLang,
|
|
105
|
+
b2 as equalFilter,
|
|
106
|
+
aJ as executeBetweenLengthValidation,
|
|
107
|
+
aK as executeBetweenValueValidation,
|
|
108
|
+
aL as executeDateRangeValidation,
|
|
109
|
+
aG as executeFieldValidationRule,
|
|
110
|
+
aI as executeRegExpValidation,
|
|
111
|
+
aH as executeRequiredValidation,
|
|
112
|
+
aF as fieldValidator,
|
|
113
|
+
aC as findFieldValidatorElements,
|
|
114
|
+
az as formValidator,
|
|
115
|
+
by as formatUtil,
|
|
116
|
+
bl as hideLoading,
|
|
117
|
+
bi as hideTooltip,
|
|
118
|
+
bw as i18n,
|
|
119
|
+
b0 as inFilter,
|
|
120
|
+
ad as interpretMultiLangText,
|
|
121
|
+
bF as isBlankMultiLangImageFile,
|
|
122
|
+
bC as isBlankMultiLangString,
|
|
123
|
+
bG as isMultiLangImageFileValidRequired,
|
|
124
|
+
bD as isMultiLangStringValidRequired,
|
|
125
|
+
ay as isValidationFailedError,
|
|
126
|
+
b1 as likeFilter,
|
|
127
|
+
aB as loadFieldValidator,
|
|
128
|
+
bH as localeNameProvider,
|
|
129
|
+
a$ as notFilter,
|
|
130
|
+
bx as notNull,
|
|
131
|
+
bb as notificationEntries,
|
|
132
|
+
a_ as orFilter,
|
|
133
|
+
bB as parsePathParam,
|
|
134
|
+
bt as provideDefaultFrameContext,
|
|
135
|
+
b5 as provideFieldContext,
|
|
136
|
+
b9 as provideModalHandle,
|
|
137
|
+
aN as provideSavePoint,
|
|
138
|
+
ar as provideTabManager,
|
|
139
|
+
be as showAlarm,
|
|
140
|
+
bk as showLoading,
|
|
141
|
+
bj as showLoadingIcon,
|
|
142
|
+
bc as showNotification,
|
|
143
|
+
bh as showTooltip,
|
|
144
|
+
aA as storeFieldValidator,
|
|
145
|
+
aw as toggleDefaultExpandMultiLang,
|
|
146
|
+
bg as tooltipEntry,
|
|
147
|
+
bA as tryUntil,
|
|
148
|
+
bo as useContextMenu,
|
|
149
|
+
bp as useContextMenuOptional,
|
|
150
|
+
bu as useDefaultFrame,
|
|
151
|
+
b6 as useFieldContext,
|
|
152
|
+
b8 as useModal,
|
|
150
153
|
u as useModalHandle,
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
154
|
+
aO as useSavePoint,
|
|
155
|
+
as as useTabManager,
|
|
156
|
+
at as useTabManagerSilently,
|
|
157
|
+
ac as vClickOutside,
|
|
155
158
|
c as vT,
|
|
156
|
-
|
|
157
|
-
|
|
159
|
+
aD as validateField,
|
|
160
|
+
aE as validateFields,
|
|
158
161
|
w as waitDuring,
|
|
159
|
-
|
|
160
|
-
|
|
162
|
+
bz as waitUntil,
|
|
163
|
+
bm as withLoading
|
|
161
164
|
};
|