@g1cloud/bluesea 5.0.0-alpha.35 → 5.0.0-alpha.37
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/dist/{AddressSearchModal-D7x7hsmF.js → AddressSearchModal-B20gkf_K.js} +1 -1
- package/dist/{BSAlertModal-DXmbTj8F.js → BSAlertModal-hFtED1pv.js} +1 -1
- package/dist/{BSYesNoModal-DgJQ3Llx.js → BSYesNoModal-XOw73D_F.js} +1 -1
- package/dist/bluesea.js +22 -19
- package/dist/bluesea.umd.cjs +435 -311
- package/dist/component/basic/BSButton.vue.d.ts +3 -1
- package/dist/component/basic/BSFormLabel.vue.d.ts +1 -1
- package/dist/component/basic/BSImage.vue.d.ts +1 -1
- package/dist/component/basic/BSPageNavigation.vue.d.ts +1 -1
- package/dist/component/basic/BSPopupButton.vue.d.ts +2 -2
- package/dist/component/basic/BSTooltip.vue.d.ts +38 -0
- package/dist/component/global/AddressSearchList.gen.d.ts +1 -1
- package/dist/component/global/AddressSearchModal.vue.d.ts +1 -1
- package/dist/component/global/BSAddressInput.vue.d.ts +2 -2
- package/dist/component/global/BSNameInput.vue.d.ts +2 -2
- package/dist/component/global/BSTelInput.vue.d.ts +1 -1
- package/dist/component/grid/BSDateRangeFilter.vue.d.ts +1 -1
- package/dist/component/grid/BSDateRangeFilters.vue.d.ts +2 -2
- package/dist/component/grid/BSGrid.vue.d.ts +4 -4
- package/dist/component/grid/BSGridCell.vue.d.ts +2 -2
- package/dist/component/grid/BSGridControl.vue.d.ts +1 -1
- package/dist/component/grid/BSGridHeaderCell.vue.d.ts +2 -2
- package/dist/component/grid/BSGridLookup.vue.d.ts +2 -2
- package/dist/component/grid/BSGridRow.vue.d.ts +3 -3
- package/dist/component/grid/BSTextFilter.vue.d.ts +2 -2
- package/dist/component/grid/GridModel.d.ts +13 -6
- package/dist/component/input/BSCheckbox.vue.d.ts +1 -1
- package/dist/component/input/BSCheckboxGroup.vue.d.ts +3 -3
- package/dist/component/input/BSDateInput.vue.d.ts +2 -2
- package/dist/component/input/BSDateRange.vue.d.ts +2 -2
- package/dist/component/input/BSImageUpload.vue.d.ts +4 -4
- package/dist/component/input/BSMultiImageUpload.vue.d.ts +4 -4
- package/dist/component/input/BSMultiSelect.vue.d.ts +3 -3
- package/dist/component/input/BSNumberInput.vue.d.ts +2 -2
- package/dist/component/input/BSPopupSelect.vue.d.ts +2 -2
- package/dist/component/input/BSPriceInput.vue.d.ts +2 -2
- package/dist/component/input/BSRadioButton.vue.d.ts +5 -5
- package/dist/component/input/BSRadioButtonGroup.vue.d.ts +6 -6
- package/dist/component/input/BSSelect.vue.d.ts +3 -3
- package/dist/component/input/BSSelectPopup.vue.d.ts +2 -2
- package/dist/component/input/BSTextArea.vue.d.ts +2 -2
- package/dist/component/input/BSTextInput.vue.d.ts +3 -3
- package/dist/component/input/BSTreeMultiSelect.vue.d.ts +4 -4
- package/dist/component/input/BSTreeSelect.vue.d.ts +4 -4
- package/dist/component/input/BSYesNoGroup.vue.d.ts +1 -1
- package/dist/component/input/BSYesNoSelect.vue.d.ts +1 -1
- package/dist/component/input/ImageUploadModel.d.ts +1 -1
- package/dist/component/layout/BSCardLayout.vue.d.ts +1 -1
- package/dist/component/layout/BSListControl.vue.d.ts +1 -1
- package/dist/component/layout/BSListLayout.vue.d.ts +1 -1
- package/dist/component/layout/BSListLayoutItem.vue.d.ts +1 -1
- package/dist/component/layout/BSTabSheet.vue.d.ts +1 -1
- package/dist/component/layout/TabSheetModel.d.ts +1 -1
- package/dist/component/multilang/BSMultiLangImageUpload.vue.d.ts +3 -3
- package/dist/component/multilang/BSMultiLangRichText.vue.d.ts +3 -3
- package/dist/component/multilang/BSMultiLangTextArea.vue.d.ts +3 -3
- package/dist/component/multilang/BSMultiLangTextInput.vue.d.ts +3 -3
- package/dist/component/richtext/BSRichText.vue.d.ts +2 -2
- package/dist/component/tree/BSTree.vue.d.ts +4 -4
- package/dist/component/tree/BSTreeControl.vue.d.ts +1 -1
- package/dist/component/tree/BSTreeRow.vue.d.ts +3 -3
- package/dist/component/tree/TreeModel.d.ts +2 -2
- package/dist/config/config.d.ts +1 -1
- package/dist/contextmenu/contextMenuPlugin.d.ts +1 -1
- package/dist/directive/vT.d.ts +1 -1
- package/dist/directive/vTooltip.d.ts +12 -0
- package/dist/frame/FrameModel.d.ts +1 -1
- package/dist/frame/default/DefaultFrameModel.d.ts +1 -1
- package/dist/frame/default/HeaderTab.vue.d.ts +1 -1
- package/dist/frame/default/SideBarMenuSearch.vue.d.ts +2 -2
- package/dist/frame/default/SidebarMenuItem.vue.d.ts +1 -1
- package/dist/{index-DMfHHFwV.js → index-DeUv7HBa.js} +452 -328
- package/dist/index.d.ts +7 -7
- package/dist/modal/BSAlertModal.vue.d.ts +1 -1
- package/dist/modal/BSModalFrame.vue.d.ts +1 -1
- package/dist/modal/BSModalWrapper.vue.d.ts +1 -1
- package/dist/modal/BSYesNoModal.vue.d.ts +1 -1
- package/dist/modal/modalPlugin.d.ts +1 -1
- package/dist/model/CommonTypes.d.ts +1 -1
- package/dist/model/DefaultImpl.d.ts +1 -1
- package/dist/model/SearchModel.d.ts +1 -1
- package/dist/notification/BSAlarmFrame.vue.d.ts +1 -1
- package/dist/notification/notificationPlugin.d.ts +10 -2
- package/dist/style.css +220 -177
- package/dist/text/texts.d.ts +1 -1
- package/dist/util/componentUtil.d.ts +2 -2
- package/dist/util/multiLangUtil.d.ts +1 -1
- package/dist/validator/FieldValidator.d.ts +2 -2
- package/dist/validator/FormValidator.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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-DeUv7HBa.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-DeUv7HBa.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-DeUv7HBa.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 { aF, aG, d, a0, a4, B, L, q, r, k, a5,
|
|
1
|
+
import { aF, aG, d, a0, a4, B, L, q, r, k, a5, b8, 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, bc, a6, aj, ag, ad, aL, al, ak, bg, aJ, ai, aK, aI, aH, af, P, aE, aB, S, ap, bo, b2, aO, aV, aU, aa, b4, ab, bb, bd, ah, a$, ae, ao, aT, az, aA, ax, ay, aw, ar, bj, b7, bh, aR, a9, bp, bn, aq, aS, at, aQ, bi, b0, aP, bm, be, aW, a_, aC, am, b3, b1, b6, as, b5, bl, b9, ba, bf, aX, aZ, u, aD, an, a8, c, au, av, w, bk } from "./index-DeUv7HBa.js";
|
|
2
2
|
export {
|
|
3
3
|
aF as AbstractFilter,
|
|
4
4
|
aG as AndFilter,
|
|
@@ -11,7 +11,7 @@ export {
|
|
|
11
11
|
r as BSCheckboxGroup,
|
|
12
12
|
k as BSConsole,
|
|
13
13
|
a5 as BSContextMenuContainer,
|
|
14
|
-
|
|
14
|
+
b8 as BSContextMenuPlugin,
|
|
15
15
|
o as BSDateInput,
|
|
16
16
|
p as BSDateRange,
|
|
17
17
|
K as BSDateRangeFilter,
|
|
@@ -62,7 +62,7 @@ export {
|
|
|
62
62
|
aM as BetweenFilter,
|
|
63
63
|
ac as DEFAULT_GRID_COLUMN_WIDTH,
|
|
64
64
|
a7 as DefaultBody,
|
|
65
|
-
|
|
65
|
+
bc as DefaultFrameContext,
|
|
66
66
|
a6 as DefaultHeader,
|
|
67
67
|
aj as EditableInputGridHandlerImpl,
|
|
68
68
|
ag as EditablePageGridHandlerImpl,
|
|
@@ -70,7 +70,7 @@ export {
|
|
|
70
70
|
aL as EqualFilter,
|
|
71
71
|
al as GridHandlerEditableSupport,
|
|
72
72
|
ak as GridHandlerSelectDeleteSupport,
|
|
73
|
-
|
|
73
|
+
bg as I18NTexts,
|
|
74
74
|
aJ as InFilter,
|
|
75
75
|
ai as InputGridHandlerImpl,
|
|
76
76
|
aK as LikeFilter,
|
|
@@ -82,7 +82,7 @@ export {
|
|
|
82
82
|
aB as SavePointImpl,
|
|
83
83
|
S as SearchParam,
|
|
84
84
|
ap as ValidationFailedError,
|
|
85
|
-
|
|
85
|
+
bo as addPrefixToMultiLangString,
|
|
86
86
|
b2 as alarmEntries,
|
|
87
87
|
aO as andFilter,
|
|
88
88
|
aV as betweenDateFilter,
|
|
@@ -90,8 +90,8 @@ export {
|
|
|
90
90
|
aa as blueseaConfig,
|
|
91
91
|
b4 as closeAlarm,
|
|
92
92
|
ab as configureBluesea,
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
bb as createContextMenuPlugin,
|
|
94
|
+
bd as createDefaultFrameContext,
|
|
95
95
|
ah as createInputGridHandler,
|
|
96
96
|
a$ as createModalPlugin,
|
|
97
97
|
ae as createPageGridHandler,
|
|
@@ -103,32 +103,35 @@ export {
|
|
|
103
103
|
ay as executeRequiredValidation,
|
|
104
104
|
aw as fieldValidator,
|
|
105
105
|
ar as formValidator,
|
|
106
|
-
|
|
107
|
-
|
|
106
|
+
bj as formatUtil,
|
|
107
|
+
b7 as hideTooltip,
|
|
108
|
+
bh as i18n,
|
|
108
109
|
aR as inFilter,
|
|
109
110
|
a9 as interpretMultiLangText,
|
|
110
|
-
|
|
111
|
-
|
|
111
|
+
bp as isBlankMultiLangImageFile,
|
|
112
|
+
bn as isBlankMultiLangString,
|
|
112
113
|
aq as isValidationFailedError,
|
|
113
114
|
aS as likeFilter,
|
|
114
115
|
at as loadFieldValidator,
|
|
115
116
|
aQ as notFilter,
|
|
116
|
-
|
|
117
|
+
bi as notNull,
|
|
117
118
|
b0 as notificationEntries,
|
|
118
119
|
aP as orFilter,
|
|
119
|
-
|
|
120
|
-
|
|
120
|
+
bm as parsePathParam,
|
|
121
|
+
be as provideDefaultFrameContext,
|
|
121
122
|
aW as provideFieldContext,
|
|
122
123
|
a_ as provideModalHandle,
|
|
123
124
|
aC as provideSavePoint,
|
|
124
125
|
am as provideTabManager,
|
|
125
126
|
b3 as showAlarm,
|
|
126
127
|
b1 as showNotification,
|
|
128
|
+
b6 as showTooltip,
|
|
127
129
|
as as storeFieldValidator,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
130
|
+
b5 as tooltipEntry,
|
|
131
|
+
bl as tryUntil,
|
|
132
|
+
b9 as useContextMenu,
|
|
133
|
+
ba as useContextMenuOptional,
|
|
134
|
+
bf as useDefaultFrame,
|
|
132
135
|
aX as useFieldContext,
|
|
133
136
|
aZ as useModal,
|
|
134
137
|
u as useModalHandle,
|
|
@@ -139,5 +142,5 @@ export {
|
|
|
139
142
|
au as validateField,
|
|
140
143
|
av as validateFields,
|
|
141
144
|
w as waitDuring,
|
|
142
|
-
|
|
145
|
+
bk as waitUntil
|
|
143
146
|
};
|