@g1cloud/bluesea 5.0.0-alpha.71 → 5.0.0-alpha.73
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-Cy343eJs.js → BSAlertModal-C5edoLZA.js} +1 -1
- package/dist/{BSYesNoModal-BNn2aApi.js → BSYesNoModal-CbWdMdod.js} +1 -1
- package/dist/bluesea.js +169 -168
- package/dist/bluesea.umd.cjs +288 -211
- package/dist/component/basic/BSCalendar.vue.d.ts +2 -0
- package/dist/component/basic/BSCalendarRange.vue.d.ts +4 -0
- package/dist/component/basic/BSLoadingIcon.vue.d.ts +2 -0
- package/dist/component/grid/BSGridCell.vue.d.ts +3 -0
- package/dist/component/grid/BSGridRow.vue.d.ts +3 -3
- package/dist/component/input/BSDateRangeInputPopup.vue.d.ts +4 -0
- package/dist/component/input/BSRadioButton.vue.d.ts +3 -0
- package/dist/component/input/BSRadioButtonGroup.vue.d.ts +7 -1
- package/dist/component/tree/BSTreeRow.vue.d.ts +3 -3
- package/dist/{index-CH98lUoi.js → index-ePRTd5aG.js} +457 -380
- package/dist/index.d.ts +1 -0
- package/dist/model/CommonTypes.d.ts +1 -0
- package/dist/style.css +49 -28
- 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, 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-ePRTd5aG.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-ePRTd5aG.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,182 +1,183 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aj, ak, b4, b5, b, a4, a9, B, m, n, R, w, x, a6, q, i, aa, bF, k, r, s, P, Q, t, c, L, N, M, a5, J, g, U, T, j, a1, bp, a7, _, K, $, a0, Z, Y, X, D, a2, a8, o, l, e, G, p, h, y, z, I, C, S, a3, H, O, f, V, W, F, E, A, d, bc, bb, ao, ac, bJ, ab, av, as, ap, ba, ax, aw, bN, b2, b8, au, b9, ay, ag, ah, af, ai, b7, b6, ar, b3, aU, bm, aF, bl, bX, bv, bd, bk, bj, am, aX, bx, an, bI, bK, at, bs, aq, aC, al, aD, bi, aR, aS, aT, aO, aQ, aP, aN, aK, aH, bQ, bD, bA, bO, bg, ae, bY, bV, bZ, aY, bW, a_, aG, bh, aJ, b_, bf, bP, bt, be, bU, bL, bn, br, aV, az, b1, aZ, a$, b0, bw, bC, bB, bu, bz, aI, aE, by, bT, bG, bH, bM, bo, bq, u, aW, aA, aB, ad, a, aL, aM, bS, bR, bE } from "./index-ePRTd5aG.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
aj as ADDRESS_COUNTRY_CONFIGS,
|
|
4
|
+
ak as ADDRESS_COUNTRY_CONFIG_DEFAULT,
|
|
5
|
+
b4 as AbstractFilter,
|
|
6
|
+
b5 as AndFilter,
|
|
7
7
|
b as BLUESEA_VERSION,
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
a4 as BSAddressInput,
|
|
9
|
+
a9 as BSAlarmFrame,
|
|
10
10
|
B as BSButton,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
m as BSCalendar,
|
|
12
|
+
n as BSCalendarRange,
|
|
13
|
+
R as BSCardLayout,
|
|
14
|
+
w as BSCheckbox,
|
|
15
|
+
x as BSCheckboxGroup,
|
|
16
|
+
a6 as BSCodeEditor,
|
|
17
|
+
q as BSColorInput,
|
|
18
18
|
i as BSConsole,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
19
|
+
aa as BSContextMenuContainer,
|
|
20
|
+
bF as BSContextMenuPlugin,
|
|
21
|
+
k as BSDate,
|
|
22
|
+
r as BSDateInput,
|
|
23
|
+
s as BSDateRange,
|
|
24
|
+
P as BSDateRangeFilter,
|
|
25
|
+
Q as BSDateRangeFilters,
|
|
26
|
+
t as BSDateRangePresets,
|
|
27
27
|
c as BSFormLabel,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
28
|
+
L as BSGrid,
|
|
29
|
+
N as BSGridControl,
|
|
30
|
+
M as BSGridLookup,
|
|
31
|
+
a5 as BSImage,
|
|
32
|
+
J as BSImageUpload,
|
|
33
33
|
g as BSLink,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
34
|
+
U as BSListControl,
|
|
35
|
+
T as BSListLayout,
|
|
36
|
+
j as BSLoadingIcon,
|
|
37
|
+
a1 as BSLocaleSelect,
|
|
38
|
+
bp as BSModal,
|
|
39
|
+
a7 as BSModalContainer,
|
|
39
40
|
_ as BSModalFrame,
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
41
|
+
K as BSMultiImageUpload,
|
|
42
|
+
$ as BSMultiLangExpandButton,
|
|
43
|
+
a0 as BSMultiLangImageUpload,
|
|
44
|
+
Z as BSMultiLangRichText,
|
|
45
|
+
Y as BSMultiLangTextArea,
|
|
46
|
+
X as BSMultiLangTextInput,
|
|
47
|
+
D as BSMultiSelect,
|
|
48
|
+
a2 as BSNameInput,
|
|
49
|
+
a8 as BSNotificationContainer,
|
|
50
|
+
o as BSNumberInput,
|
|
51
|
+
l as BSPageNavigation,
|
|
51
52
|
e as BSPopupButton,
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
G as BSPopupSelect,
|
|
54
|
+
p as BSPriceInput,
|
|
54
55
|
h as BSProgressBar,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
56
|
+
y as BSRadioButton,
|
|
57
|
+
z as BSRadioButtonGroup,
|
|
58
|
+
I as BSRichText,
|
|
59
|
+
C as BSSelect,
|
|
60
|
+
S as BSTabSheet,
|
|
61
|
+
a3 as BSTelInput,
|
|
62
|
+
H as BSTextArea,
|
|
63
|
+
O as BSTextFilter,
|
|
63
64
|
f as BSTextInput,
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
V as BSTree,
|
|
66
|
+
W as BSTreeControl,
|
|
67
|
+
F as BSTreeMultiSelect,
|
|
68
|
+
E as BSTreeSelect,
|
|
69
|
+
A as BSYesNoGroup,
|
|
69
70
|
d as BSYesNoSelect,
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
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
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
71
|
+
bc as BetweenDateFilter,
|
|
72
|
+
bb as BetweenFilter,
|
|
73
|
+
ao as DEFAULT_GRID_COLUMN_WIDTH,
|
|
74
|
+
ac as DefaultBody,
|
|
75
|
+
bJ as DefaultFrameContext,
|
|
76
|
+
ab as DefaultHeader,
|
|
77
|
+
av as EditableInputGridHandlerImpl,
|
|
78
|
+
as as EditablePageGridHandlerImpl,
|
|
79
|
+
ap as EditingRows,
|
|
80
|
+
ba as EqualFilter,
|
|
81
|
+
ax as GridHandlerEditableSupport,
|
|
82
|
+
aw as GridHandlerSelectDeleteSupport,
|
|
83
|
+
bN as I18NTexts,
|
|
84
|
+
b2 as IllegalAccessError,
|
|
85
|
+
b8 as InFilter,
|
|
86
|
+
au as InputGridHandlerImpl,
|
|
87
|
+
b9 as LikeFilter,
|
|
88
|
+
ay as LocalStorageGridPreferenceStore,
|
|
89
|
+
ag as NAME_INPUT_STYLE_2,
|
|
90
|
+
ah as NAME_INPUT_STYLE_3,
|
|
91
|
+
af as NAME_INPUT_STYLE_DEFAULT,
|
|
92
|
+
ai as NAME_INPUT_STYLE_JP,
|
|
93
|
+
b7 as NotFilter,
|
|
94
|
+
b6 as OrFilter,
|
|
95
|
+
ar as PageGridHandlerImpl,
|
|
96
|
+
b3 as PaginatedList,
|
|
97
|
+
aU as SavePointImpl,
|
|
98
|
+
bm as SearchParam,
|
|
99
|
+
aF as ValidationFailedError,
|
|
100
|
+
bl as acceptFilter,
|
|
101
|
+
bX as addPrefixToMultiLangString,
|
|
102
|
+
bv as alarmEntries,
|
|
103
|
+
bd as andFilter,
|
|
104
|
+
bk as betweenDateFilter,
|
|
105
|
+
bj as betweenFilter,
|
|
106
|
+
am as blueseaConfig,
|
|
107
|
+
aX as cancelProvidedSavePoint,
|
|
108
|
+
bx as closeAlarm,
|
|
109
|
+
an as configureBluesea,
|
|
110
|
+
bI as createContextMenuPlugin,
|
|
111
|
+
bK as createDefaultFrameContext,
|
|
112
|
+
at as createInputGridHandler,
|
|
113
|
+
bs as createModalPlugin,
|
|
114
|
+
aq as createPageGridHandler,
|
|
115
|
+
aC as createTreeHandler,
|
|
116
|
+
al as defaultAddressInputComponentConfig,
|
|
117
|
+
aD as defaultExpandMultiLang,
|
|
118
|
+
bi as equalFilter,
|
|
119
|
+
aR as executeBetweenLengthValidation,
|
|
120
|
+
aS as executeBetweenValueValidation,
|
|
121
|
+
aT as executeDateRangeValidation,
|
|
122
|
+
aO as executeFieldValidationRule,
|
|
123
|
+
aQ as executeRegExpValidation,
|
|
124
|
+
aP as executeRequiredValidation,
|
|
125
|
+
aN as fieldValidator,
|
|
126
|
+
aK as findFieldValidatorElements,
|
|
127
|
+
aH as formValidator,
|
|
128
|
+
bQ as formatUtil,
|
|
129
|
+
bD as hideLoading,
|
|
130
|
+
bA as hideTooltip,
|
|
131
|
+
bO as i18n,
|
|
132
|
+
bg as inFilter,
|
|
133
|
+
ae as interpretMultiLangText,
|
|
134
|
+
bY as isBlankMultiLangImageFile,
|
|
135
|
+
bV as isBlankMultiLangString,
|
|
136
|
+
bZ as isMultiLangImageFileValidRequired,
|
|
137
|
+
aY as isMultiLangMessage,
|
|
138
|
+
bW as isMultiLangStringValidRequired,
|
|
139
|
+
a_ as isNameEmpty,
|
|
140
|
+
aG as isValidationFailedError,
|
|
141
|
+
bh as likeFilter,
|
|
142
|
+
aJ as loadFieldValidator,
|
|
143
|
+
b_ as localeNameProvider,
|
|
144
|
+
bf as notFilter,
|
|
145
|
+
bP as notNull,
|
|
146
|
+
bt as notificationEntries,
|
|
147
|
+
be as orFilter,
|
|
148
|
+
bU as parsePathParam,
|
|
149
|
+
bL as provideDefaultFrameContext,
|
|
150
|
+
bn as provideFieldContext,
|
|
151
|
+
br as provideModalHandle,
|
|
152
|
+
aV as provideSavePoint,
|
|
153
|
+
az as provideTabManager,
|
|
154
|
+
b1 as serializeAddress,
|
|
155
|
+
aZ as serializeMoney,
|
|
156
|
+
a$ as serializeName,
|
|
157
|
+
b0 as serializeTel,
|
|
158
|
+
bw as showAlarm,
|
|
159
|
+
bC as showLoading,
|
|
160
|
+
bB as showLoadingIcon,
|
|
161
|
+
bu as showNotification,
|
|
162
|
+
bz as showTooltip,
|
|
163
|
+
aI as storeFieldValidator,
|
|
164
|
+
aE as toggleDefaultExpandMultiLang,
|
|
165
|
+
by as tooltipEntry,
|
|
166
|
+
bT as tryUntil,
|
|
167
|
+
bG as useContextMenu,
|
|
168
|
+
bH as useContextMenuOptional,
|
|
169
|
+
bM as useDefaultFrame,
|
|
170
|
+
bo as useFieldContext,
|
|
171
|
+
bq as useModal,
|
|
171
172
|
u as useModalHandle,
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
173
|
+
aW as useSavePoint,
|
|
174
|
+
aA as useTabManager,
|
|
175
|
+
aB as useTabManagerSilently,
|
|
176
|
+
ad as vClickOutside,
|
|
176
177
|
a as vT,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
178
|
+
aL as validateField,
|
|
179
|
+
aM as validateFields,
|
|
180
|
+
bS as waitDuring,
|
|
181
|
+
bR as waitUntil,
|
|
182
|
+
bE as withLoading
|
|
182
183
|
};
|