@g1cloud/bluesea 5.0.0-alpha.34 → 5.0.0-alpha.35
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 +8 -1
- package/css/layout.scss +0 -11
- package/css/variable.scss +2 -2
- package/dist/{AddressSearchModal-CaHAiNg3.js → AddressSearchModal-D7x7hsmF.js} +1 -1
- package/dist/{BSAlertModal-B_1PIa_p.js → BSAlertModal-DXmbTj8F.js} +1 -1
- package/dist/{BSYesNoModal-Cdh3247i.js → BSYesNoModal-DgJQ3Llx.js} +1 -1
- package/dist/bluesea.js +111 -110
- package/dist/bluesea.umd.cjs +1762 -1408
- package/dist/component/basic/BSPopup.vue.d.ts +28 -1
- package/dist/component/input/BSSelect.vue.d.ts +7 -7
- package/dist/component/input/BSSelectPopup.vue.d.ts +8 -8
- package/dist/component/input/BSTreeMultiSelect.vue.d.ts +74 -0
- package/dist/component/input/BSTreeSelect.vue.d.ts +22 -4
- package/dist/component/layout/BSListControl.vue.d.ts +9 -9
- package/dist/component/layout/BSListLayout.vue.d.ts +3 -3
- package/dist/component/tree/BSTree.vue.d.ts +9 -12
- package/dist/component/tree/BSTreeControl.vue.d.ts +6 -6
- package/dist/component/tree/TreeLib.d.ts +1 -1
- package/dist/component/tree/TreeModel.d.ts +6 -5
- package/dist/{index-DxfLScBL.js → index-DMfHHFwV.js} +1861 -1507
- package/dist/index.d.ts +1 -0
- package/dist/modal/modalPlugin.d.ts +2 -2
- package/dist/style.css +2072 -1680
- package/dist/util/componentUtil.d.ts +9 -0
- package/package.json +1 -1
package/css/component.scss
CHANGED
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
border-color: $color-focus;
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
.selected {
|
|
230
|
+
> .selected {
|
|
231
231
|
@extend .bs-box-component-base;
|
|
232
232
|
border: 1px solid $color-border;
|
|
233
233
|
border-radius: 2px;
|
|
@@ -322,4 +322,11 @@
|
|
|
322
322
|
.fade-enter,
|
|
323
323
|
.fade-leave-to {
|
|
324
324
|
opacity: 0;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
// text-description
|
|
328
|
+
.text-description {
|
|
329
|
+
margin-top: 8px;
|
|
330
|
+
color: $gray-400;
|
|
331
|
+
font-size: 0.923em;
|
|
325
332
|
}
|
package/css/layout.scss
CHANGED
|
@@ -126,17 +126,6 @@
|
|
|
126
126
|
&:nth-child(odd) {
|
|
127
127
|
background-color: $gray-100;
|
|
128
128
|
}
|
|
129
|
-
|
|
130
|
-
.require {
|
|
131
|
-
margin-left: 4px;
|
|
132
|
-
color: $primary;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.text-description {
|
|
136
|
-
margin-top: 8px;
|
|
137
|
-
color: $gray-400;
|
|
138
|
-
font-size: var(--font-size-input);
|
|
139
|
-
}
|
|
140
129
|
}
|
|
141
130
|
}
|
|
142
131
|
|
package/css/variable.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-DMfHHFwV.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-DMfHHFwV.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-DMfHHFwV.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,142 +1,143 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aF, aG, d, a0, a4, B, L, q, r, k, a5, b5, o, p, K, e, b, I, a, a1, G, i, O, N, Y, aY, a2, _, H, W, X, V, U, T, z, Z, a3, m, l, g, D, n, j, s, t, F, y, M, $, E, J, h, Q, R, C, A, x, f, aN, aM, ac, a7, b9, a6, aj, ag, ad, aL, al, ak, bd, aJ, ai, aK, aI, aH, af, P, aE, aB, S, ap, bl, b2, aO, aV, aU, aa, b4, ab, b8, ba, ah, a$, ae, ao, aT, az, aA, ax, ay, aw, ar, bg, be, aR, a9, bm, bk, aq, aS, at, aQ, bf, b0, aP, bj, bb, aW, a_, aC, am, b3, b1, as, bi, b6, b7, bc, aX, aZ, u, aD, an, a8, c, au, av, w, bh } from "./index-DMfHHFwV.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
aF as AbstractFilter,
|
|
4
|
+
aG as AndFilter,
|
|
5
5
|
d as BLUESEA_VERSION,
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
a0 as BSAddressInput,
|
|
7
|
+
a4 as BSAlarmFrame,
|
|
8
8
|
B as BSButton,
|
|
9
|
-
|
|
9
|
+
L as BSCardLayout,
|
|
10
10
|
q as BSCheckbox,
|
|
11
11
|
r as BSCheckboxGroup,
|
|
12
12
|
k as BSConsole,
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
a5 as BSContextMenuContainer,
|
|
14
|
+
b5 as BSContextMenuPlugin,
|
|
15
15
|
o as BSDateInput,
|
|
16
16
|
p as BSDateRange,
|
|
17
|
-
|
|
17
|
+
K as BSDateRangeFilter,
|
|
18
18
|
e as BSFormLabel,
|
|
19
19
|
b as BSGrid,
|
|
20
|
-
|
|
20
|
+
I as BSGridControl,
|
|
21
21
|
a as BSGridLookup,
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
a1 as BSImage,
|
|
23
|
+
G as BSImageUpload,
|
|
24
24
|
i as BSLink,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
O as BSListControl,
|
|
26
|
+
N as BSListLayout,
|
|
27
|
+
Y as BSLocaleSelect,
|
|
28
|
+
aY as BSModal,
|
|
29
|
+
a2 as BSModalContainer,
|
|
30
30
|
_ as BSModalFrame,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
31
|
+
H as BSMultiImageUpload,
|
|
32
|
+
W as BSMultiLangExpandButton,
|
|
33
|
+
X as BSMultiLangImageUpload,
|
|
34
|
+
V as BSMultiLangRichText,
|
|
35
|
+
U as BSMultiLangTextArea,
|
|
36
|
+
T as BSMultiLangTextInput,
|
|
37
37
|
z as BSMultiSelect,
|
|
38
|
-
|
|
39
|
-
|
|
38
|
+
Z as BSNameInput,
|
|
39
|
+
a3 as BSNotificationContainer,
|
|
40
40
|
m as BSNumberInput,
|
|
41
41
|
l as BSPageNavigation,
|
|
42
42
|
g as BSPopupButton,
|
|
43
|
-
|
|
43
|
+
D as BSPopupSelect,
|
|
44
44
|
n as BSPriceInput,
|
|
45
45
|
j as BSProgressBar,
|
|
46
46
|
s as BSRadioButton,
|
|
47
47
|
t as BSRadioButtonGroup,
|
|
48
|
-
|
|
48
|
+
F as BSRichText,
|
|
49
49
|
y as BSSelect,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
M as BSTabSheet,
|
|
51
|
+
$ as BSTelInput,
|
|
52
|
+
E as BSTextArea,
|
|
53
|
+
J as BSTextFilter,
|
|
54
54
|
h as BSTextInput,
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
Q as BSTree,
|
|
56
|
+
R as BSTreeControl,
|
|
57
|
+
C as BSTreeMultiSelect,
|
|
57
58
|
A as BSTreeSelect,
|
|
58
59
|
x as BSYesNoGroup,
|
|
59
60
|
f as BSYesNoSelect,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
61
|
+
aN as BetweenDateFilter,
|
|
62
|
+
aM as BetweenFilter,
|
|
63
|
+
ac as DEFAULT_GRID_COLUMN_WIDTH,
|
|
64
|
+
a7 as DefaultBody,
|
|
65
|
+
b9 as DefaultFrameContext,
|
|
66
|
+
a6 as DefaultHeader,
|
|
67
|
+
aj as EditableInputGridHandlerImpl,
|
|
68
|
+
ag as EditablePageGridHandlerImpl,
|
|
69
|
+
ad as EditingRows,
|
|
70
|
+
aL as EqualFilter,
|
|
71
|
+
al as GridHandlerEditableSupport,
|
|
72
|
+
ak as GridHandlerSelectDeleteSupport,
|
|
73
|
+
bd as I18NTexts,
|
|
74
|
+
aJ as InFilter,
|
|
75
|
+
ai as InputGridHandlerImpl,
|
|
76
|
+
aK as LikeFilter,
|
|
77
|
+
aI as NotFilter,
|
|
78
|
+
aH as OrFilter,
|
|
79
|
+
af as PageGridHandlerImpl,
|
|
79
80
|
P as PaginatedList,
|
|
80
|
-
|
|
81
|
-
|
|
81
|
+
aE as SavePointHandler,
|
|
82
|
+
aB as SavePointImpl,
|
|
82
83
|
S as SearchParam,
|
|
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
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
84
|
+
ap as ValidationFailedError,
|
|
85
|
+
bl as addPrefixToMultiLangString,
|
|
86
|
+
b2 as alarmEntries,
|
|
87
|
+
aO as andFilter,
|
|
88
|
+
aV as betweenDateFilter,
|
|
89
|
+
aU as betweenFilter,
|
|
90
|
+
aa as blueseaConfig,
|
|
91
|
+
b4 as closeAlarm,
|
|
92
|
+
ab as configureBluesea,
|
|
93
|
+
b8 as createContextMenuPlugin,
|
|
94
|
+
ba as createDefaultFrameContext,
|
|
95
|
+
ah as createInputGridHandler,
|
|
96
|
+
a$ as createModalPlugin,
|
|
97
|
+
ae as createPageGridHandler,
|
|
98
|
+
ao as createTreeHandler,
|
|
99
|
+
aT as equalFilter,
|
|
100
|
+
az as executeBetweenLengthValidation,
|
|
101
|
+
aA as executeBetweenValueValidation,
|
|
102
|
+
ax as executeFieldValidationRule,
|
|
103
|
+
ay as executeRequiredValidation,
|
|
104
|
+
aw as fieldValidator,
|
|
105
|
+
ar as formValidator,
|
|
106
|
+
bg as formatUtil,
|
|
107
|
+
be as i18n,
|
|
108
|
+
aR as inFilter,
|
|
109
|
+
a9 as interpretMultiLangText,
|
|
110
|
+
bm as isBlankMultiLangImageFile,
|
|
111
|
+
bk as isBlankMultiLangString,
|
|
112
|
+
aq as isValidationFailedError,
|
|
113
|
+
aS as likeFilter,
|
|
114
|
+
at as loadFieldValidator,
|
|
115
|
+
aQ as notFilter,
|
|
116
|
+
bf as notNull,
|
|
117
|
+
b0 as notificationEntries,
|
|
118
|
+
aP as orFilter,
|
|
119
|
+
bj as parsePathParam,
|
|
120
|
+
bb as provideDefaultFrameContext,
|
|
121
|
+
aW as provideFieldContext,
|
|
122
|
+
a_ as provideModalHandle,
|
|
123
|
+
aC as provideSavePoint,
|
|
124
|
+
am as provideTabManager,
|
|
125
|
+
b3 as showAlarm,
|
|
126
|
+
b1 as showNotification,
|
|
127
|
+
as as storeFieldValidator,
|
|
128
|
+
bi as tryUntil,
|
|
129
|
+
b6 as useContextMenu,
|
|
130
|
+
b7 as useContextMenuOptional,
|
|
131
|
+
bc as useDefaultFrame,
|
|
132
|
+
aX as useFieldContext,
|
|
133
|
+
aZ as useModal,
|
|
133
134
|
u as useModalHandle,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
135
|
+
aD as useSavePoint,
|
|
136
|
+
an as useTabManager,
|
|
137
|
+
a8 as vClickOutside,
|
|
137
138
|
c as vT,
|
|
138
|
-
|
|
139
|
-
|
|
139
|
+
au as validateField,
|
|
140
|
+
av as validateFields,
|
|
140
141
|
w as waitDuring,
|
|
141
|
-
|
|
142
|
+
bh as waitUntil
|
|
142
143
|
};
|