@g1cloud/bluesea 5.0.0-alpha.30 → 5.0.0-alpha.32
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/frame/default.scss +11 -2
- package/dist/{AddressSearchModal-BbaNu4sg.js → AddressSearchModal-DI3WCOu6.js} +1 -1
- package/dist/{BSAlertModal-XmbVKMaq.js → BSAlertModal-D3RbvJvx.js} +1 -1
- package/dist/{BSYesNoModal-D8dxoen3.js → BSYesNoModal-CfhHsXEm.js} +1 -1
- package/dist/bluesea.js +128 -127
- package/dist/bluesea.umd.cjs +415 -224
- package/dist/component/basic/BSFormLabel.vue.d.ts +19 -0
- package/dist/component/input/BSCheckboxGroup.vue.d.ts +7 -4
- package/dist/component/input/BSDateRange.vue.d.ts +4 -0
- package/dist/component/input/BSImageUpload.vue.d.ts +2 -0
- package/dist/component/input/BSMultiSelect.vue.d.ts +3 -3
- package/dist/component/input/BSPopupSelect.vue.d.ts +3 -0
- package/dist/component/input/BSRadioButtonGroup.vue.d.ts +7 -4
- package/dist/component/input/BSSelect.vue.d.ts +3 -3
- package/dist/component/input/BSTextArea.vue.d.ts +4 -0
- package/dist/component/input/BSTreeSelect.vue.d.ts +3 -3
- package/dist/component/input/BSYesNoGroup.vue.d.ts +2 -0
- package/dist/component/input/BSYesNoSelect.vue.d.ts +2 -0
- package/dist/component/multilang/BSMultiLangImageUpload.vue.d.ts +0 -5
- package/dist/component/tree/BSTreeControl.vue.d.ts +9 -0
- package/dist/component/tree/TreeModel.d.ts +1 -1
- package/dist/{index-CnisA3u1.js → index-Da25Bvi4.js} +544 -353
- package/dist/index.d.ts +1 -0
- package/dist/modal/BSModalFrame.vue.d.ts +6 -2
- package/dist/model/CommonTypes.d.ts +1 -0
- package/dist/style.css +149 -128
- package/package.json +1 -1
- package/text/bluesea_text_en.json +11 -3
- package/text/bluesea_text_ja.json +9 -1
- package/text/bluesea_text_ko.json +11 -3
- package/text/bluesea_text_zh.json +8 -0
package/css/frame/default.scss
CHANGED
|
@@ -128,6 +128,7 @@ header.default-header {
|
|
|
128
128
|
gap: 1px;
|
|
129
129
|
flex-grow: 1;
|
|
130
130
|
align-self: end;
|
|
131
|
+
overflow-x: auto;
|
|
131
132
|
|
|
132
133
|
.header-tab {
|
|
133
134
|
background-color: $primary-400;
|
|
@@ -147,7 +148,7 @@ header.default-header {
|
|
|
147
148
|
.header-title {
|
|
148
149
|
padding-right: 6px;
|
|
149
150
|
width: 50px;
|
|
150
|
-
flex-basis:
|
|
151
|
+
flex-basis: 180px;
|
|
151
152
|
overflow: hidden;
|
|
152
153
|
white-space: nowrap;
|
|
153
154
|
mask-image: linear-gradient(to right, #000 85%, transparent 95%);
|
|
@@ -161,6 +162,9 @@ header.default-header {
|
|
|
161
162
|
|
|
162
163
|
&:hover {
|
|
163
164
|
.close-btn {
|
|
165
|
+
position: absolute;
|
|
166
|
+
top: 4px;
|
|
167
|
+
right: 8px;
|
|
164
168
|
display: block;
|
|
165
169
|
}
|
|
166
170
|
|
|
@@ -199,8 +203,13 @@ header.default-header {
|
|
|
199
203
|
.bg-full {
|
|
200
204
|
min-height: calc(100vh - $header-height);
|
|
201
205
|
padding-top: 43px;
|
|
202
|
-
padding-bottom:
|
|
206
|
+
padding-bottom: 16px;
|
|
203
207
|
background-color: $primary-100;
|
|
208
|
+
|
|
209
|
+
> div {
|
|
210
|
+
background-color: $white;
|
|
211
|
+
border-radius: 10px;
|
|
212
|
+
}
|
|
204
213
|
}
|
|
205
214
|
}
|
|
206
215
|
|
|
@@ -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-Da25Bvi4.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-Da25Bvi4.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-Da25Bvi4.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,139 +1,140 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aE, aF, d, $, a3, B, K, q, r, k, a4, b2, o, p, J, e, b, H, a, a0, F, i, N, M, X, aV, a1, _, G, V, W, U, T, R, z, Y, a2, m, l, g, C, n, j, s, t, E, y, L, Z, D, I, h, O, Q, A, x, f, aM, aL, ab, a6, b6, a5, ai, af, ac, aK, ak, aj, ba, aI, ah, aJ, aH, aG, ae, P, aD, aA, S, ao, bi, a$, aN, aU, aT, a9, b1, aa, b5, b7, ag, aY, ad, an, aS, ay, az, aw, ax, av, aq, bd, bb, aQ, a8, bj, bh, ap, aR, as, aP, bc, aZ, aO, bg, b8, aX, aB, al, b0, a_, ar, bf, b3, b4, b9, aW, u, aC, am, a7, c, at, au, w, be } from "./index-Da25Bvi4.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
aE as AbstractFilter,
|
|
4
|
+
aF as AndFilter,
|
|
5
5
|
d as BLUESEA_VERSION,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
$ as BSAddressInput,
|
|
7
|
+
a3 as BSAlarmFrame,
|
|
8
8
|
B as BSButton,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
9
|
+
K as BSCardLayout,
|
|
10
|
+
q as BSCheckbox,
|
|
11
|
+
r as BSCheckboxGroup,
|
|
12
|
+
k as BSConsole,
|
|
13
|
+
a4 as BSContextMenuContainer,
|
|
14
|
+
b2 as BSContextMenuPlugin,
|
|
15
|
+
o as BSDateInput,
|
|
16
|
+
p as BSDateRange,
|
|
17
|
+
J as BSDateRangeFilter,
|
|
18
|
+
e as BSFormLabel,
|
|
18
19
|
b as BSGrid,
|
|
19
|
-
|
|
20
|
+
H as BSGridControl,
|
|
20
21
|
a as BSGridLookup,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
22
|
+
a0 as BSImage,
|
|
23
|
+
F as BSImageUpload,
|
|
24
|
+
i as BSLink,
|
|
25
|
+
N as BSListControl,
|
|
26
|
+
M as BSListLayout,
|
|
27
|
+
X as BSLocaleSelect,
|
|
28
|
+
aV as BSModal,
|
|
29
|
+
a1 as BSModalContainer,
|
|
29
30
|
_ as BSModalFrame,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
31
|
+
G as BSMultiImageUpload,
|
|
32
|
+
V as BSMultiLangExpandButton,
|
|
33
|
+
W as BSMultiLangImageUpload,
|
|
34
|
+
U as BSMultiLangRichText,
|
|
35
|
+
T as BSMultiLangTextArea,
|
|
36
|
+
R as BSMultiLangTextInput,
|
|
37
|
+
z as BSMultiSelect,
|
|
38
|
+
Y as BSNameInput,
|
|
39
|
+
a2 as BSNotificationContainer,
|
|
40
|
+
m as BSNumberInput,
|
|
41
|
+
l as BSPageNavigation,
|
|
42
|
+
g as BSPopupButton,
|
|
43
|
+
C as BSPopupSelect,
|
|
44
|
+
n as BSPriceInput,
|
|
45
|
+
j as BSProgressBar,
|
|
46
|
+
s as BSRadioButton,
|
|
47
|
+
t as BSRadioButtonGroup,
|
|
48
|
+
E as BSRichText,
|
|
49
|
+
y as BSSelect,
|
|
50
|
+
L as BSTabSheet,
|
|
51
|
+
Z as BSTelInput,
|
|
52
|
+
D as BSTextArea,
|
|
53
|
+
I as BSTextFilter,
|
|
54
|
+
h as BSTextInput,
|
|
55
|
+
O as BSTree,
|
|
56
|
+
Q as BSTreeControl,
|
|
57
|
+
A as BSTreeSelect,
|
|
58
|
+
x as BSYesNoGroup,
|
|
59
|
+
f as BSYesNoSelect,
|
|
60
|
+
aM as BetweenDateFilter,
|
|
61
|
+
aL as BetweenFilter,
|
|
62
|
+
ab as DEFAULT_GRID_COLUMN_WIDTH,
|
|
63
|
+
a6 as DefaultBody,
|
|
64
|
+
b6 as DefaultFrameContext,
|
|
65
|
+
a5 as DefaultHeader,
|
|
66
|
+
ai as EditableInputGridHandlerImpl,
|
|
67
|
+
af as EditablePageGridHandlerImpl,
|
|
68
|
+
ac as EditingRows,
|
|
69
|
+
aK as EqualFilter,
|
|
70
|
+
ak as GridHandlerEditableSupport,
|
|
71
|
+
aj as GridHandlerSelectDeleteSupport,
|
|
72
|
+
ba as I18NTexts,
|
|
73
|
+
aI as InFilter,
|
|
74
|
+
ah as InputGridHandlerImpl,
|
|
75
|
+
aJ as LikeFilter,
|
|
76
|
+
aH as NotFilter,
|
|
77
|
+
aG as OrFilter,
|
|
78
|
+
ae as PageGridHandlerImpl,
|
|
78
79
|
P as PaginatedList,
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
aD as SavePointHandler,
|
|
81
|
+
aA as SavePointImpl,
|
|
81
82
|
S as SearchParam,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
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
|
-
|
|
83
|
+
ao as ValidationFailedError,
|
|
84
|
+
bi as addPrefixToMultiLangString,
|
|
85
|
+
a$ as alarmEntries,
|
|
86
|
+
aN as andFilter,
|
|
87
|
+
aU as betweenDateFilter,
|
|
88
|
+
aT as betweenFilter,
|
|
89
|
+
a9 as blueseaConfig,
|
|
90
|
+
b1 as closeAlarm,
|
|
91
|
+
aa as configureBluesea,
|
|
92
|
+
b5 as createContextMenuPlugin,
|
|
93
|
+
b7 as createDefaultFrameContext,
|
|
94
|
+
ag as createInputGridHandler,
|
|
95
|
+
aY as createModalPlugin,
|
|
96
|
+
ad as createPageGridHandler,
|
|
97
|
+
an as createTreeHandler,
|
|
98
|
+
aS as equalFilter,
|
|
99
|
+
ay as executeBetweenLengthValidation,
|
|
100
|
+
az as executeBetweenValueValidation,
|
|
101
|
+
aw as executeFieldValidationRule,
|
|
102
|
+
ax as executeRequiredValidation,
|
|
103
|
+
av as fieldValidator,
|
|
104
|
+
aq as formValidator,
|
|
105
|
+
bd as formatUtil,
|
|
106
|
+
bb as i18n,
|
|
107
|
+
aQ as inFilter,
|
|
108
|
+
a8 as interpretMultiLangText,
|
|
109
|
+
bj as isBlankMultiLangImageFile,
|
|
110
|
+
bh as isBlankMultiLangString,
|
|
111
|
+
ap as isValidationFailedError,
|
|
112
|
+
aR as likeFilter,
|
|
113
|
+
as as loadFieldValidator,
|
|
114
|
+
aP as notFilter,
|
|
115
|
+
bc as notNull,
|
|
116
|
+
aZ as notificationEntries,
|
|
117
|
+
aO as orFilter,
|
|
118
|
+
bg as parsePathParam,
|
|
119
|
+
b8 as provideDefaultFrameContext,
|
|
120
|
+
aX as provideModalHandle,
|
|
121
|
+
aB as provideSavePoint,
|
|
122
|
+
al as provideTabManager,
|
|
123
|
+
b0 as showAlarm,
|
|
124
|
+
a_ as showNotification,
|
|
125
|
+
ar as storeFieldValidator,
|
|
126
|
+
bf as tryUntil,
|
|
127
|
+
b3 as useContextMenu,
|
|
128
|
+
b4 as useContextMenuOptional,
|
|
129
|
+
b9 as useDefaultFrame,
|
|
130
|
+
aW as useModal,
|
|
130
131
|
u as useModalHandle,
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
aC as useSavePoint,
|
|
133
|
+
am as useTabManager,
|
|
134
|
+
a7 as vClickOutside,
|
|
134
135
|
c as vT,
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
at as validateField,
|
|
137
|
+
au as validateFields,
|
|
137
138
|
w as waitDuring,
|
|
138
|
-
|
|
139
|
+
be as waitUntil
|
|
139
140
|
};
|