@g1cloud/bluesea 5.0.0-alpha.84 → 5.0.0-alpha.85
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/{BSAlertModal-BRO2rIXx.js → BSAlertModal-DbFjYmQ9.js} +1 -1
- package/dist/{BSGridColumnSettingModal-DqfHHdl1.js → BSGridColumnSettingModal-BMEGivFJ.js} +1 -1
- package/dist/{BSYesNoModal-DiViC5i8.js → BSYesNoModal-CcfO_qbW.js} +1 -1
- package/dist/{BSYoutubeInputModal-CUfdtsTA.js → BSYoutubeInputModal-CwUukmEr.js} +1 -1
- package/dist/{ImageInsertModal-Z3FeImgw.js → ImageInsertModal-BH2vwkHJ.js} +1 -1
- package/dist/{ImagePropertiesModal-B8cuSNbl.js → ImagePropertiesModal-g058poiJ.js} +1 -1
- package/dist/{LinkPropertiesModal-Q8SRNOj-.js → LinkPropertiesModal-BpdQUgu0.js} +1 -1
- package/dist/{TableInsertModal-egiep0gO.js → TableInsertModal-HQ2BWs67.js} +1 -1
- package/dist/{YoutubeInsertModal-CKpLvIN0.js → YoutubeInsertModal-CiMSA8q0.js} +1 -1
- package/dist/{YoutubePropertiesModal-DsO9j3-Y.js → YoutubePropertiesModal-BZbBouja.js} +1 -1
- package/dist/bluesea.js +86 -85
- package/dist/bluesea.umd.cjs +232 -199
- package/dist/component/global/BSAddressInput.vue.d.ts +0 -5
- package/dist/component/input/BSCheckboxGroup.vue.d.ts +3 -0
- package/dist/component/input/BSPopupSelect.vue.d.ts +3 -0
- package/dist/component/input/BSPositionedImageUpload.vue.d.ts +0 -3
- package/dist/component/input/BSYesNoSelect.vue.d.ts +2 -0
- package/dist/component/multilang/BSMultiLangRichText.vue.d.ts +2 -0
- package/dist/component/multilang/BSMultiLangTextArea.vue.d.ts +2 -0
- package/dist/component/multilang/BSMultiLangTextInput.vue.d.ts +2 -0
- package/dist/component/multilang/multiLangLib.d.ts +4 -0
- package/dist/{index-DL6FePiq.js → index-Dpajvf1x.js} +327 -294
- package/dist/model/FieldContext.d.ts +3 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -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, i as vT } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, v as vFocusOnLoad, i as vT } from "./index-Dpajvf1x.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, ref, onMounted, openBlock, createBlock, withCtx, createVNode, mergeProps, unref, toHandlers, createElementVNode, nextTick } from "vue";
|
|
2
|
-
import { d as createInputGridHandler, u as useModalHandle, _ as _sfc_main$1, f as _sfc_main$2, g as _sfc_main$3, h as _sfc_main$4, B as BSButton, n as notNull } from "./index-
|
|
2
|
+
import { d as createInputGridHandler, u as useModalHandle, _ as _sfc_main$1, f as _sfc_main$2, g as _sfc_main$3, h as _sfc_main$4, B as BSButton, n as notNull } from "./index-Dpajvf1x.js";
|
|
3
3
|
const _hoisted_1 = { class: "text-center" };
|
|
4
4
|
const _hoisted_2 = { class: "text-center" };
|
|
5
5
|
const _hoisted_3 = { class: "bs-layout-horizontal" };
|
|
@@ -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, i as vT } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, i as vT } from "./index-Dpajvf1x.js";
|
|
3
3
|
const _hoisted_1 = { class: "text-right" };
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
5
|
__name: "BSYesNoModal",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, useModel, ref, openBlock, createBlock, withCtx, createElementVNode, createVNode, unref, createCommentVNode } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, B as BSButton, e as extractYoutubeVideoId } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, B as BSButton, e as extractYoutubeVideoId } from "./index-Dpajvf1x.js";
|
|
3
3
|
import YouTube from "vue3-youtube";
|
|
4
4
|
const _hoisted_1 = { class: "bs-layout-vertical gap-16" };
|
|
5
5
|
const _hoisted_2 = { class: "bs-layout-horizontal align-items-center" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createBlock, withCtx, createVNode, withDirectives, createElementVNode, vShow } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, a as _sfc_main$2, b as _sfc_main$3, c as _sfc_main$4, B as BSButton } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, a as _sfc_main$2, b as _sfc_main$3, c as _sfc_main$4, B as BSButton } from "./index-Dpajvf1x.js";
|
|
3
3
|
const _hoisted_1 = { class: "bs-layout-form title-w-8" };
|
|
4
4
|
const _hoisted_2 = { class: "title" };
|
|
5
5
|
const _hoisted_3 = { class: "title" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, useTemplateRef, openBlock, createBlock, withCtx, createElementBlock, createElementVNode, createVNode, createCommentVNode } from "vue";
|
|
2
|
-
import { j as findImageNode, u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, B as BSButton, k as numberToPixel, l as formValidator } from "./index-
|
|
2
|
+
import { j as findImageNode, u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, B as BSButton, k as numberToPixel, l as formValidator } from "./index-Dpajvf1x.js";
|
|
3
3
|
const _hoisted_1 = { class: "title" };
|
|
4
4
|
const _hoisted_2 = { class: "title" };
|
|
5
5
|
const _hoisted_3 = { class: "title" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, openBlock, createBlock, withCtx, createElementVNode, createVNode } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, B as BSButton } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, B as BSButton } from "./index-Dpajvf1x.js";
|
|
3
3
|
const _hoisted_1 = { class: "bs-layout-form title-w-8" };
|
|
4
4
|
const _hoisted_2 = { class: "title" };
|
|
5
5
|
const _hoisted_3 = { class: "title" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createBlock, withCtx, createElementVNode, createVNode } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, h as _sfc_main$3, B as BSButton } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, h as _sfc_main$3, B as BSButton } from "./index-Dpajvf1x.js";
|
|
3
3
|
const _hoisted_1 = { class: "bs-layout-form" };
|
|
4
4
|
const _hoisted_2 = { class: "bs-form-label" };
|
|
5
5
|
const _hoisted_3 = { class: "bs-form-label" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, openBlock, createBlock, withCtx, createElementVNode, createVNode } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, h as _sfc_main$4, B as BSButton } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, h as _sfc_main$4, B as BSButton } from "./index-Dpajvf1x.js";
|
|
3
3
|
const _hoisted_1 = { class: "bs-layout-form" };
|
|
4
4
|
const _hoisted_2 = { class: "title" };
|
|
5
5
|
const _hoisted_3 = { class: "title" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, onMounted, openBlock, createBlock, withCtx, createElementBlock, createElementVNode, createVNode, createCommentVNode } from "vue";
|
|
2
|
-
import { N as NodeSelection, u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, h as _sfc_main$4, B as BSButton } from "./index-
|
|
2
|
+
import { N as NodeSelection, u as useModalHandle, _ as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, h as _sfc_main$4, B as BSButton } from "./index-Dpajvf1x.js";
|
|
3
3
|
const findYoutubeNode = (selection) => {
|
|
4
4
|
if (selection instanceof NodeSelection) {
|
|
5
5
|
const node = selection.node;
|
package/dist/bluesea.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ar, as,
|
|
1
|
+
import { ar, as, bl, bm, m, ac, ah, B, y, z, $, g, G, ae, C, s, ai, bW, w, D, E, Y, Z, F, b, f, W, V, ad, S, q, a1, a0, t, a9, bG, af, _, T, a7, a8, a6, a5, a4, L, aa, ag, h, x, p, P, U, A, r, H, I, R, K, a, ab, Q, X, c, a2, a3, O, M, J, o, bt, bs, aA, ak, b_, aj, aH, aF, aC, br, aJ, aI, c2, ax, bj, bp, aG, bq, aK, ao, ap, an, aq, bo, bn, aE, bk, b9, bD, aQ, ay, aX, bC, cb, bM, bu, bB, bA, av, bc, bO, aw, bZ, b$, d, bJ, aD, aT, at, aU, au, aM, bz, b6, b7, b8, b3, b5, b4, e, b2, a$, l, c4, az, aL, bU, bR, c3, bx, am, cc, c9, cd, bd, ca, bf, aY, by, a_, aW, ce, aB, bw, n, bK, bv, c8, c0, bE, bI, ba, aN, aR, bi, be, bg, bh, bN, bT, bS, bL, bQ, aZ, aV, bP, c7, bX, bY, c1, bF, bH, u, bb, aO, aP, aS, al, i, b0, b1, c6, c5, bV } from "./index-Dpajvf1x.js";
|
|
2
2
|
export {
|
|
3
3
|
ar as ADDRESS_COUNTRY_CONFIGS,
|
|
4
4
|
as as ADDRESS_COUNTRY_CONFIG_DEFAULT,
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
bl as AbstractFilter,
|
|
6
|
+
bm as AndFilter,
|
|
7
7
|
m as BLUESEA_VERSION,
|
|
8
8
|
ac as BSAddressInput,
|
|
9
9
|
ah as BSAlarmFrame,
|
|
@@ -17,7 +17,7 @@ export {
|
|
|
17
17
|
C as BSColorInput,
|
|
18
18
|
s as BSConsole,
|
|
19
19
|
ai as BSContextMenuContainer,
|
|
20
|
-
|
|
20
|
+
bW as BSContextMenuPlugin,
|
|
21
21
|
w as BSDate,
|
|
22
22
|
D as BSDateInput,
|
|
23
23
|
E as BSDateRange,
|
|
@@ -35,7 +35,7 @@ export {
|
|
|
35
35
|
a0 as BSListLayout,
|
|
36
36
|
t as BSLoadingIcon,
|
|
37
37
|
a9 as BSLocaleSelect,
|
|
38
|
-
|
|
38
|
+
bG as BSModal,
|
|
39
39
|
af as BSModalContainer,
|
|
40
40
|
_ as BSModalFrame,
|
|
41
41
|
T as BSMultiImageUpload,
|
|
@@ -69,127 +69,128 @@ export {
|
|
|
69
69
|
M as BSTreeSelect,
|
|
70
70
|
J as BSYesNoGroup,
|
|
71
71
|
o as BSYesNoSelect,
|
|
72
|
-
|
|
73
|
-
|
|
72
|
+
bt as BetweenDateFilter,
|
|
73
|
+
bs as BetweenFilter,
|
|
74
74
|
aA as DEFAULT_GRID_COLUMN_WIDTH,
|
|
75
75
|
ak as DefaultBody,
|
|
76
|
-
|
|
76
|
+
b_ as DefaultFrameContext,
|
|
77
77
|
aj as DefaultHeader,
|
|
78
78
|
aH as EditableInputGridHandlerImpl,
|
|
79
79
|
aF as EditablePageGridHandlerImpl,
|
|
80
80
|
aC as EditingRows,
|
|
81
|
-
|
|
81
|
+
br as EqualFilter,
|
|
82
82
|
aJ as GridHandlerEditableSupport,
|
|
83
83
|
aI as GridHandlerSelectDeleteSupport,
|
|
84
|
-
|
|
84
|
+
c2 as I18NTexts,
|
|
85
85
|
ax as IMAGE_TYPE,
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
bj as IllegalAccessError,
|
|
87
|
+
bp as InFilter,
|
|
88
88
|
aG as InputGridHandlerImpl,
|
|
89
|
-
|
|
89
|
+
bq as LikeFilter,
|
|
90
90
|
aK as LocalStorageGridPreferenceStore,
|
|
91
91
|
ao as NAME_INPUT_STYLE_2,
|
|
92
92
|
ap as NAME_INPUT_STYLE_3,
|
|
93
93
|
an as NAME_INPUT_STYLE_DEFAULT,
|
|
94
94
|
aq as NAME_INPUT_STYLE_JP,
|
|
95
|
-
|
|
96
|
-
|
|
95
|
+
bo as NotFilter,
|
|
96
|
+
bn as OrFilter,
|
|
97
97
|
aE as PageGridHandlerImpl,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
bk as PaginatedList,
|
|
99
|
+
b9 as SavePointImpl,
|
|
100
|
+
bD as SearchParam,
|
|
101
101
|
aQ as TabStatusManagerImpl,
|
|
102
102
|
ay as VIDEO_TYPE,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
103
|
+
aX as ValidationFailedError,
|
|
104
|
+
bC as acceptFilter,
|
|
105
|
+
cb as addPrefixToMultiLangString,
|
|
106
|
+
bM as alarmEntries,
|
|
107
|
+
bu as andFilter,
|
|
108
|
+
bB as betweenDateFilter,
|
|
109
|
+
bA as betweenFilter,
|
|
110
110
|
av as blueseaConfig,
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
bc as cancelProvidedSavePoint,
|
|
112
|
+
bO as closeAlarm,
|
|
113
113
|
aw as configureBluesea,
|
|
114
|
-
|
|
115
|
-
|
|
114
|
+
bZ as createContextMenuPlugin,
|
|
115
|
+
b$ as createDefaultFrameContext,
|
|
116
116
|
d as createInputGridHandler,
|
|
117
|
-
|
|
117
|
+
bJ as createModalPlugin,
|
|
118
118
|
aD as createPageGridHandler,
|
|
119
119
|
aT as createTreeHandler,
|
|
120
120
|
at as defaultAddressInputComponentConfig,
|
|
121
121
|
aU as defaultExpandMultiLang,
|
|
122
122
|
au as defaultRichTextComponentConfig,
|
|
123
123
|
aM as downloadGridDataAsExcel,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
124
|
+
bz as equalFilter,
|
|
125
|
+
b6 as executeBetweenLengthValidation,
|
|
126
|
+
b7 as executeBetweenValueValidation,
|
|
127
|
+
b8 as executeDateRangeValidation,
|
|
128
|
+
b3 as executeFieldValidationRule,
|
|
129
|
+
b5 as executeRegExpValidation,
|
|
130
|
+
b4 as executeRequiredValidation,
|
|
131
131
|
e as extractYoutubeVideoId,
|
|
132
|
-
|
|
133
|
-
|
|
132
|
+
b2 as fieldValidator,
|
|
133
|
+
a$ as findFieldValidatorElements,
|
|
134
134
|
l as formValidator,
|
|
135
|
-
|
|
135
|
+
c4 as formatUtil,
|
|
136
136
|
az as getMediaType,
|
|
137
137
|
aL as gridExcelDownloadExtension,
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
138
|
+
bU as hideLoading,
|
|
139
|
+
bR as hideTooltip,
|
|
140
|
+
c3 as i18n,
|
|
141
|
+
bx as inFilter,
|
|
142
142
|
am as interpretMultiLangText,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
143
|
+
cc as isBlankMultiLangImageFile,
|
|
144
|
+
c9 as isBlankMultiLangString,
|
|
145
|
+
cd as isMultiLangImageFileValidRequired,
|
|
146
|
+
bd as isMultiLangMessage,
|
|
147
|
+
ca as isMultiLangStringValidRequired,
|
|
148
|
+
bf as isNameEmpty,
|
|
149
|
+
aY as isValidationFailedError,
|
|
150
|
+
by as likeFilter,
|
|
151
|
+
a_ as loadFieldValidator,
|
|
152
|
+
aW as localeBasedExtraItemValidationRules,
|
|
153
|
+
ce as localeNameProvider,
|
|
153
154
|
aB as nameFilterCreator,
|
|
154
|
-
|
|
155
|
+
bw as notFilter,
|
|
155
156
|
n as notNull,
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
157
|
+
bK as notificationEntries,
|
|
158
|
+
bv as orFilter,
|
|
159
|
+
c8 as parsePathParam,
|
|
160
|
+
c0 as provideDefaultFrameContext,
|
|
161
|
+
bE as provideFieldContext,
|
|
162
|
+
bI as provideModalHandle,
|
|
163
|
+
ba as provideSavePoint,
|
|
163
164
|
aN as provideTabManager,
|
|
164
165
|
aR as provideTabStatusManager,
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
166
|
+
bi as serializeAddress,
|
|
167
|
+
be as serializeMoney,
|
|
168
|
+
bg as serializeName,
|
|
169
|
+
bh as serializeTel,
|
|
170
|
+
bN as showAlarm,
|
|
171
|
+
bT as showLoading,
|
|
172
|
+
bS as showLoadingIcon,
|
|
173
|
+
bL as showNotification,
|
|
174
|
+
bQ as showTooltip,
|
|
175
|
+
aZ as storeFieldValidator,
|
|
175
176
|
aV as toggleDefaultExpandMultiLang,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
177
|
+
bP as tooltipEntry,
|
|
178
|
+
c7 as tryUntil,
|
|
179
|
+
bX as useContextMenu,
|
|
180
|
+
bY as useContextMenuOptional,
|
|
181
|
+
c1 as useDefaultFrame,
|
|
182
|
+
bF as useFieldContext,
|
|
183
|
+
bH as useModal,
|
|
183
184
|
u as useModalHandle,
|
|
184
|
-
|
|
185
|
+
bb as useSavePoint,
|
|
185
186
|
aO as useTabManager,
|
|
186
187
|
aP as useTabManagerSilently,
|
|
187
188
|
aS as useTabStatusManager,
|
|
188
189
|
al as vClickOutside,
|
|
189
190
|
i as vT,
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
191
|
+
b0 as validateField,
|
|
192
|
+
b1 as validateFields,
|
|
193
|
+
c6 as waitDuring,
|
|
194
|
+
c5 as waitUntil,
|
|
195
|
+
bV as withLoading
|
|
195
196
|
};
|