@g1cloud/bluesea 5.0.0-alpha.31 → 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-DoEEn1Ua.js → AddressSearchModal-DI3WCOu6.js} +1 -1
- package/dist/{BSAlertModal-BrLJlu-w.js → BSAlertModal-D3RbvJvx.js} +1 -1
- package/dist/{BSYesNoModal-DljJhXXK.js → BSYesNoModal-CfhHsXEm.js} +1 -1
- package/dist/bluesea.js +1 -1
- package/dist/bluesea.umd.cjs +205 -97
- package/dist/component/input/BSCheckboxGroup.vue.d.ts +4 -1
- package/dist/component/input/BSPopupSelect.vue.d.ts +3 -0
- package/dist/component/input/BSRadioButtonGroup.vue.d.ts +4 -1
- package/dist/component/input/BSYesNoGroup.vue.d.ts +2 -0
- package/dist/component/input/BSYesNoSelect.vue.d.ts +2 -0
- package/dist/component/tree/BSTreeControl.vue.d.ts +9 -0
- package/dist/{index-CTLWZ_Dp.js → index-Da25Bvi4.js} +208 -100
- package/dist/model/CommonTypes.d.ts +1 -0
- package/dist/style.css +124 -126
- 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,4 +1,4 @@
|
|
|
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-
|
|
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
3
|
aE as AbstractFilter,
|
|
4
4
|
aF as AndFilter,
|