@g1cloud/bluesea 5.0.0-alpha.63 → 5.0.0-alpha.65
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 +4 -3
- package/dist/{BSAlertModal-CLchDwLY.js → BSAlertModal-DTPUGOwy.js} +1 -1
- package/dist/{BSYesNoModal-CwGNC2kU.js → BSYesNoModal-gee70Lw4.js} +1 -1
- package/dist/bluesea.js +67 -60
- package/dist/bluesea.umd.cjs +283 -182
- package/dist/component/grid/BSGridLookup.vue.d.ts +2 -0
- package/dist/component/grid/BSTextFilter.vue.d.ts +2 -0
- package/dist/{index-DL2EAc-F.js → index-Thl0NnWp.js} +345 -244
- package/dist/index.d.ts +1 -0
- package/dist/model/CommonTypes.d.ts +2 -0
- package/dist/model/FilterModel.d.ts +1 -0
- package/dist/style.css +1511 -1456
- package/package.json +1 -1
- package/text/bluesea_text_en.json +8 -4
- package/text/bluesea_text_ja.json +8 -4
- package/text/bluesea_text_ko.json +8 -4
- package/text/bluesea_text_zh.json +8 -0
package/css/component.scss
CHANGED
|
@@ -99,14 +99,15 @@
|
|
|
99
99
|
.bs-multi-lang-rich-text,
|
|
100
100
|
.bs-text-area,
|
|
101
101
|
.bs-rich-text {
|
|
102
|
+
|
|
102
103
|
&.modified {
|
|
103
|
-
.input-area {
|
|
104
|
+
> .input-area {
|
|
104
105
|
border-color: $purple !important;
|
|
105
106
|
}
|
|
106
107
|
}
|
|
107
108
|
|
|
108
109
|
&.error {
|
|
109
|
-
.input-area {
|
|
110
|
+
> .input-area {
|
|
110
111
|
border-color: $danger !important;
|
|
111
112
|
|
|
112
113
|
> input {
|
|
@@ -116,7 +117,7 @@
|
|
|
116
117
|
}
|
|
117
118
|
|
|
118
119
|
&.disabled {
|
|
119
|
-
.input-area {
|
|
120
|
+
> .input-area {
|
|
120
121
|
border-color: $gray-400 !important;
|
|
121
122
|
background-color: $gray-100 !important;
|
|
122
123
|
|
|
@@ -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, a as vT } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, v as vFocusOnLoad, a as vT } from "./index-Thl0NnWp.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, a as vT } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, a as vT } from "./index-Thl0NnWp.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,9 +1,9 @@
|
|
|
1
|
-
import { ag, ah,
|
|
1
|
+
import { ag, ah, b0, b1, b, a1, a6, B, l, m, O, s, t, a3, p, i, a7, bB, j, q, r, N, c, J, L, K, a2, H, g, R, Q, Z, bl, a4, _, I, X, Y, W, V, U, A, $, a5, n, k, e, E, o, h, w, x, G, z, P, a0, F, M, f, S, T, D, C, y, d, b8, b7, al, a9, bF, a8, as, ap, am, b6, au, at, bJ, a_, b4, ar, b5, av, ad, ae, ac, af, b3, b2, ao, a$, aR, bi, aC, bh, bT, br, b9, bg, bf, aj, aU, bt, ak, bE, bG, aq, bo, an, az, ai, aA, be, aO, aP, aQ, aL, aN, aM, aK, aH, aE, bM, bz, bw, bK, bc, ab, bU, bR, bV, aV, bS, aW, aD, bd, aG, bW, bb, bL, bp, ba, bQ, bH, bj, bn, aS, aw, aZ, aX, aY, bs, by, bx, bq, bv, aF, aB, bu, bP, bC, bD, bI, bk, bm, u, aT, ax, ay, aa, a, aI, aJ, bO, bN, bA } from "./index-Thl0NnWp.js";
|
|
2
2
|
export {
|
|
3
3
|
ag as ADDRESS_COUNTRY_CONFIGS,
|
|
4
4
|
ah as ADDRESS_COUNTRY_CONFIG_DEFAULT,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
b0 as AbstractFilter,
|
|
6
|
+
b1 as AndFilter,
|
|
7
7
|
b as BLUESEA_VERSION,
|
|
8
8
|
a1 as BSAddressInput,
|
|
9
9
|
a6 as BSAlarmFrame,
|
|
@@ -17,7 +17,7 @@ export {
|
|
|
17
17
|
p as BSColorInput,
|
|
18
18
|
i as BSConsole,
|
|
19
19
|
a7 as BSContextMenuContainer,
|
|
20
|
-
|
|
20
|
+
bB as BSContextMenuPlugin,
|
|
21
21
|
j as BSDate,
|
|
22
22
|
q as BSDateInput,
|
|
23
23
|
r as BSDateRange,
|
|
@@ -32,7 +32,7 @@ export {
|
|
|
32
32
|
R as BSListControl,
|
|
33
33
|
Q as BSListLayout,
|
|
34
34
|
Z as BSLocaleSelect,
|
|
35
|
-
|
|
35
|
+
bl as BSModal,
|
|
36
36
|
a4 as BSModalContainer,
|
|
37
37
|
_ as BSModalFrame,
|
|
38
38
|
I as BSMultiImageUpload,
|
|
@@ -65,52 +65,54 @@ export {
|
|
|
65
65
|
C as BSTreeSelect,
|
|
66
66
|
y as BSYesNoGroup,
|
|
67
67
|
d as BSYesNoSelect,
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
b8 as BetweenDateFilter,
|
|
69
|
+
b7 as BetweenFilter,
|
|
70
70
|
al as DEFAULT_GRID_COLUMN_WIDTH,
|
|
71
71
|
a9 as DefaultBody,
|
|
72
|
-
|
|
72
|
+
bF as DefaultFrameContext,
|
|
73
73
|
a8 as DefaultHeader,
|
|
74
74
|
as as EditableInputGridHandlerImpl,
|
|
75
75
|
ap as EditablePageGridHandlerImpl,
|
|
76
76
|
am as EditingRows,
|
|
77
|
-
|
|
77
|
+
b6 as EqualFilter,
|
|
78
78
|
au as GridHandlerEditableSupport,
|
|
79
79
|
at as GridHandlerSelectDeleteSupport,
|
|
80
|
-
|
|
81
|
-
a_ as
|
|
80
|
+
bJ as I18NTexts,
|
|
81
|
+
a_ as IllegalAccessError,
|
|
82
|
+
b4 as InFilter,
|
|
82
83
|
ar as InputGridHandlerImpl,
|
|
83
|
-
|
|
84
|
+
b5 as LikeFilter,
|
|
84
85
|
av as LocalStorageGridPreferenceStore,
|
|
85
86
|
ad as NAME_INPUT_STYLE_2,
|
|
86
87
|
ae as NAME_INPUT_STYLE_3,
|
|
87
88
|
ac as NAME_INPUT_STYLE_DEFAULT,
|
|
88
89
|
af as NAME_INPUT_STYLE_JP,
|
|
89
|
-
|
|
90
|
-
|
|
90
|
+
b3 as NotFilter,
|
|
91
|
+
b2 as OrFilter,
|
|
91
92
|
ao as PageGridHandlerImpl,
|
|
92
|
-
|
|
93
|
+
a$ as PaginatedList,
|
|
93
94
|
aR as SavePointImpl,
|
|
94
|
-
|
|
95
|
+
bi as SearchParam,
|
|
95
96
|
aC as ValidationFailedError,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
97
|
+
bh as acceptFilter,
|
|
98
|
+
bT as addPrefixToMultiLangString,
|
|
99
|
+
br as alarmEntries,
|
|
100
|
+
b9 as andFilter,
|
|
101
|
+
bg as betweenDateFilter,
|
|
102
|
+
bf as betweenFilter,
|
|
101
103
|
aj as blueseaConfig,
|
|
102
104
|
aU as cancelProvidedSavePoint,
|
|
103
|
-
|
|
105
|
+
bt as closeAlarm,
|
|
104
106
|
ak as configureBluesea,
|
|
105
|
-
|
|
106
|
-
|
|
107
|
+
bE as createContextMenuPlugin,
|
|
108
|
+
bG as createDefaultFrameContext,
|
|
107
109
|
aq as createInputGridHandler,
|
|
108
|
-
|
|
110
|
+
bo as createModalPlugin,
|
|
109
111
|
an as createPageGridHandler,
|
|
110
112
|
az as createTreeHandler,
|
|
111
113
|
ai as defaultAddressInputComponentConfig,
|
|
112
114
|
aA as defaultExpandMultiLang,
|
|
113
|
-
|
|
115
|
+
be as equalFilter,
|
|
114
116
|
aO as executeBetweenLengthValidation,
|
|
115
117
|
aP as executeBetweenValueValidation,
|
|
116
118
|
aQ as executeDateRangeValidation,
|
|
@@ -120,44 +122,49 @@ export {
|
|
|
120
122
|
aK as fieldValidator,
|
|
121
123
|
aH as findFieldValidatorElements,
|
|
122
124
|
aE as formValidator,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
125
|
+
bM as formatUtil,
|
|
126
|
+
bz as hideLoading,
|
|
127
|
+
bw as hideTooltip,
|
|
128
|
+
bK as i18n,
|
|
129
|
+
bc as inFilter,
|
|
128
130
|
ab as interpretMultiLangText,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
bU as isBlankMultiLangImageFile,
|
|
132
|
+
bR as isBlankMultiLangString,
|
|
133
|
+
bV as isMultiLangImageFileValidRequired,
|
|
134
|
+
aV as isMultiLangMessage,
|
|
135
|
+
bS as isMultiLangStringValidRequired,
|
|
136
|
+
aW as isNameEmpty,
|
|
133
137
|
aD as isValidationFailedError,
|
|
134
|
-
|
|
138
|
+
bd as likeFilter,
|
|
135
139
|
aG as loadFieldValidator,
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
140
|
+
bW as localeNameProvider,
|
|
141
|
+
bb as notFilter,
|
|
142
|
+
bL as notNull,
|
|
143
|
+
bp as notificationEntries,
|
|
144
|
+
ba as orFilter,
|
|
145
|
+
bQ as parsePathParam,
|
|
146
|
+
bH as provideDefaultFrameContext,
|
|
147
|
+
bj as provideFieldContext,
|
|
148
|
+
bn as provideModalHandle,
|
|
145
149
|
aS as provideSavePoint,
|
|
146
150
|
aw as provideTabManager,
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
151
|
+
aZ as serializeAddress,
|
|
152
|
+
aX as serializeName,
|
|
153
|
+
aY as serializeTel,
|
|
154
|
+
bs as showAlarm,
|
|
155
|
+
by as showLoading,
|
|
156
|
+
bx as showLoadingIcon,
|
|
157
|
+
bq as showNotification,
|
|
158
|
+
bv as showTooltip,
|
|
152
159
|
aF as storeFieldValidator,
|
|
153
160
|
aB as toggleDefaultExpandMultiLang,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
+
bu as tooltipEntry,
|
|
162
|
+
bP as tryUntil,
|
|
163
|
+
bC as useContextMenu,
|
|
164
|
+
bD as useContextMenuOptional,
|
|
165
|
+
bI as useDefaultFrame,
|
|
166
|
+
bk as useFieldContext,
|
|
167
|
+
bm as useModal,
|
|
161
168
|
u as useModalHandle,
|
|
162
169
|
aT as useSavePoint,
|
|
163
170
|
ax as useTabManager,
|
|
@@ -166,7 +173,7 @@ export {
|
|
|
166
173
|
a as vT,
|
|
167
174
|
aI as validateField,
|
|
168
175
|
aJ as validateFields,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
176
|
+
bO as waitDuring,
|
|
177
|
+
bN as waitUntil,
|
|
178
|
+
bA as withLoading
|
|
172
179
|
};
|