@g1cloud/bluesea 5.0.0-beta.2 → 5.0.0-beta.20
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/bluesea.css +171 -35
- package/dist/{BSAlertModal-BixCrZDD.js → BSAlertModal-bXdRoQ4g.js} +1 -1
- package/dist/{BSGridColumnSettingModal-CVVenSnr.js → BSGridColumnSettingModal-CnqefrIo.js} +1 -1
- package/dist/{BSRichTextMaximizedModal-BqzE5__U.js → BSRichTextMaximizedModal-Dc9sFpvh.js} +1 -1
- package/dist/{BSYesNoModal-B5lERw_k.js → BSYesNoModal-nTiw15vA.js} +1 -1
- package/dist/{BSYoutubeInputModal-eRBqHjeW.js → BSYoutubeInputModal-DN55K-10.js} +1 -1
- package/dist/{ImageInsertModal-DvKLXL1n.js → ImageInsertModal-999e_ass.js} +2 -2
- package/dist/{ImageProperties.vue_vue_type_script_setup_true_lang-DVUZuLfG.js → ImageProperties.vue_vue_type_script_setup_true_lang-Dk8Skxl0.js} +1 -1
- package/dist/{ImagePropertiesModal-Dsg6BS63.js → ImagePropertiesModal-D6g2ZYpb.js} +2 -2
- package/dist/{LinkPropertiesModal-Ct0ykD4j.js → LinkPropertiesModal-DUAsPJ5g.js} +1 -1
- package/dist/{TableInsertModal-BhyzkcTU.js → TableInsertModal-DuK1nGxQ.js} +1 -1
- package/dist/TablePropertiesModal-Dn_ozHTt.js +353 -0
- package/dist/{VideoInsertModal-BAwRYBzU.js → VideoInsertModal-CjB8Vfny.js} +2 -2
- package/dist/{VideoProperties.vue_vue_type_script_setup_true_lang-BfwBHyER.js → VideoProperties.vue_vue_type_script_setup_true_lang-C41jIi69.js} +1 -1
- package/dist/{VideoPropertiesModal-B2FeEw4W.js → VideoPropertiesModal-CZyluT1C.js} +2 -2
- package/dist/{YoutubeInsertModal-EU6G-021.js → YoutubeInsertModal-C3VKZ3MM.js} +3 -3
- package/dist/{YoutubeProperties.vue_vue_type_script_setup_true_lang-Ci3ndkZR.js → YoutubeProperties.vue_vue_type_script_setup_true_lang-D5zcnp25.js} +1 -1
- package/dist/{YoutubePropertiesModal-CRy6zJwZ.js → YoutubePropertiesModal-VGbyMXuR.js} +2 -2
- package/dist/bluesea.css +143 -32
- package/dist/bluesea.js +211 -204
- package/dist/bluesea.umd.cjs +2281 -1273
- package/dist/component/grid/BSGrid.vue.d.ts +3 -3
- package/dist/component/grid/BSGridLookup.vue.d.ts +3 -1
- package/dist/component/grid/DateFilterModel.d.ts +15 -0
- package/dist/component/grid/GridLib.d.ts +2 -1
- package/dist/component/grid/GridModel.d.ts +8 -0
- package/dist/component/input/BSCheckboxGroup.vue.d.ts +3 -0
- package/dist/component/input/BSColorInput.vue.d.ts +2 -0
- package/dist/component/input/BSDateInput.vue.d.ts +2 -0
- package/dist/component/input/BSDateRange.vue.d.ts +2 -0
- package/dist/component/input/BSDateRangePresets.vue.d.ts +2 -2
- package/dist/component/input/BSFileUpload.vue.d.ts +76 -0
- package/dist/component/input/BSImageUpload.vue.d.ts +2 -0
- package/dist/component/input/BSMultiSelect.vue.d.ts +12 -6
- package/dist/component/input/BSNumberInput.vue.d.ts +7 -0
- package/dist/component/input/BSPercentInput.vue.d.ts +166 -0
- package/dist/component/input/BSPopupSelect.vue.d.ts +3 -3
- package/dist/component/input/BSPriceInput.vue.d.ts +7 -0
- package/dist/component/input/BSRadioButton.vue.d.ts +3 -3
- package/dist/component/input/BSRadioButtonGroup.vue.d.ts +3 -0
- package/dist/component/input/BSSelect.vue.d.ts +15 -6
- package/dist/component/input/BSSelectPopup.vue.d.ts +6 -6
- package/dist/component/input/BSTextArea.vue.d.ts +2 -0
- package/dist/component/input/BSTextInput.vue.d.ts +2 -0
- package/dist/component/input/BSTreeMultiSelect.vue.d.ts +12 -6
- package/dist/component/input/BSTreeSelect.vue.d.ts +12 -6
- package/dist/component/input/BSYesNoGroup.vue.d.ts +4 -0
- package/dist/component/input/BSYesNoSelect.vue.d.ts +4 -0
- package/dist/component/input/DateRangePresetModel.d.ts +2 -0
- package/dist/component/layout/BSCardLayout.vue.d.ts +6 -10
- package/dist/component/layout/BSListLayout.vue.d.ts +3 -0
- package/dist/component/layout/BSListLayoutItem.vue.d.ts +3 -0
- package/dist/component/multilang/BSMultiLangTextArea.vue.d.ts +2 -0
- package/dist/component/multilang/BSMultiLangTextInput.vue.d.ts +2 -0
- package/dist/component/richtext/RichTextModel.d.ts +1 -0
- package/dist/component/richtext/richTextUtil.d.ts +1 -1
- package/dist/component/richtext/table/RichTextTableCell.d.ts +1 -0
- package/dist/component/richtext/table/RichTextTableLib.d.ts +7 -1
- package/dist/component/tree/BSTree.vue.d.ts +9 -3
- package/dist/component/tree/BSTreeRow.vue.d.ts +9 -6
- package/dist/component/tree/TreeLib.d.ts +20 -0
- package/dist/component/tree/TreeModel.d.ts +33 -1
- package/dist/config/config.d.ts +14 -6
- package/dist/directive/vT.d.ts +6 -0
- package/dist/frame/default/DefaultFrameModel.d.ts +2 -0
- package/dist/{index-CDwzpZX0.js → index-uI4FYMrx.js} +2167 -1328
- package/dist/index.d.ts +4 -1
- package/dist/model/CommonTypes.d.ts +1 -1
- package/dist/util/formatUtil.d.ts +4 -4
- package/dist/validator/FormValidator.d.ts +5 -0
- package/package.json +3 -3
- package/text/bluesea_text_en.json +20 -0
- package/text/bluesea_text_fr.json +20 -0
- package/text/bluesea_text_ja.json +20 -0
- package/text/bluesea_text_ko.json +20 -0
- package/text/bluesea_text_zh.json +20 -0
- package/dist/TablePropertiesModal-BAxcByTD.js +0 -184
package/dist/bluesea.js
CHANGED
|
@@ -1,221 +1,228 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { aL, aM, bJ, bK, w, an, ax, B, H, I, a7, i, P, ap, L, D, ay, cr, F, M, at, N, a5, a6, au, O, a1, b, g, a3, a2, aa, aq, ao, Z, A, a9, a8, E, ak, c9, av, _, $, ah, aj, ai, ag, af, ae, T, al, aw, h, G, K, ar, z, W, a0, J, C, Q, l, d, S, as, a, am, X, a4, c, ac, ad, V, U, ab, R, x, bR, b9, bQ, aV, aA, cw, az, b0, a_, aX, Y, bP, b2, b1, cB, bH, bN, a$, bT, bS, bO, cv, b3, aU, aI, aJ, aH, aK, bM, bL, aZ, bI, by, c3, cA, bd, bk, c2, cK, cf, bU, b$, b_, aR, bB, ch, aS, cq, b8, cu, cx, f, cc, aY, bg, cO, aN, b5, bh, aO, aQ, aP, b7, bZ, bv, bw, bx, bs, bu, bt, e, br, bo, m, cD, aT, b6, co, ck, cC, bX, aD, cL, cI, cM, bC, cJ, bD, c1, c0, cl, bl, bY, bn, bj, cN, b4, c8, c7, aW, bW, n, cd, bV, cH, cy, c4, cb, bz, ba, be, bG, c6, bE, bF, cg, cn, cm, ce, cj, bm, aC, bi, ci, cG, cs, ct, cz, c5, ca, u, bA, bb, bc, bf, aB, aF, aG, j, v, aE, bp, bq, cF, cE, cp } from "./index-uI4FYMrx.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
3
|
+
aL as ADDRESS_COUNTRY_CONFIGS,
|
|
4
|
+
aM as ADDRESS_COUNTRY_CONFIG_DEFAULT,
|
|
5
|
+
bJ as AbstractFilter,
|
|
6
|
+
bK as AndFilter,
|
|
7
|
+
w as BLUESEA_VERSION,
|
|
8
|
+
an as BSAddressInput,
|
|
9
|
+
ax as BSAlarmFrame,
|
|
10
10
|
B as BSButton,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
H as BSCalendar,
|
|
12
|
+
I as BSCalendarRange,
|
|
13
|
+
a7 as BSCardLayout,
|
|
14
14
|
i as BSCheckbox,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
15
|
+
P as BSCheckboxGroup,
|
|
16
|
+
ap as BSCodeEditor,
|
|
17
|
+
L as BSColorInput,
|
|
18
|
+
D as BSConsole,
|
|
19
|
+
ay as BSContextMenuContainer,
|
|
20
|
+
cr as BSContextMenuPlugin,
|
|
21
|
+
F as BSDate,
|
|
22
|
+
M as BSDateInput,
|
|
23
|
+
at as BSDateInputPopup,
|
|
24
|
+
N as BSDateRange,
|
|
25
|
+
a5 as BSDateRangeFilter,
|
|
26
|
+
a6 as BSDateRangeFilters,
|
|
27
|
+
au as BSDateRangeInputPopup,
|
|
28
|
+
O as BSDateRangePresets,
|
|
29
|
+
a1 as BSFileUpload,
|
|
29
30
|
b as BSFormLabel,
|
|
30
31
|
g as BSGrid,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
32
|
+
a3 as BSGridControl,
|
|
33
|
+
a2 as BSGridLookup,
|
|
34
|
+
aa as BSHorizontalLayoutResizer,
|
|
35
|
+
aq as BSHtmlEditor,
|
|
36
|
+
ao as BSImage,
|
|
37
|
+
Z as BSImageUpload,
|
|
38
|
+
A as BSLink,
|
|
39
|
+
a9 as BSListControl,
|
|
40
|
+
a8 as BSListLayout,
|
|
41
|
+
E as BSLoadingIcon,
|
|
42
|
+
ak as BSLocaleSelect,
|
|
43
|
+
c9 as BSModal,
|
|
44
|
+
av as BSModalContainer,
|
|
44
45
|
_ as BSModalFrame,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
46
|
+
$ as BSMultiImageUpload,
|
|
47
|
+
ah as BSMultiLangExpandButton,
|
|
48
|
+
aj as BSMultiLangHtmlEditor,
|
|
49
|
+
ai as BSMultiLangImageUpload,
|
|
50
|
+
ag as BSMultiLangRichText,
|
|
51
|
+
af as BSMultiLangTextArea,
|
|
52
|
+
ae as BSMultiLangTextInput,
|
|
53
|
+
T as BSMultiSelect,
|
|
54
|
+
al as BSNameInput,
|
|
55
|
+
aw as BSNotificationContainer,
|
|
55
56
|
h as BSNumberInput,
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
57
|
+
G as BSPageNavigation,
|
|
58
|
+
K as BSPercentInput,
|
|
59
|
+
ar as BSPopup,
|
|
60
|
+
z as BSPopupButton,
|
|
61
|
+
W as BSPopupSelect,
|
|
62
|
+
a0 as BSPositionedImageUpload,
|
|
63
|
+
J as BSPriceInput,
|
|
64
|
+
C as BSProgressBar,
|
|
65
|
+
Q as BSRadioButton,
|
|
66
|
+
l as BSRadioButtonGroup,
|
|
65
67
|
d as BSRichText,
|
|
66
|
-
|
|
67
|
-
|
|
68
|
+
S as BSSelect,
|
|
69
|
+
as as BSSelectPopup,
|
|
68
70
|
a as BSTabSheet,
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
am as BSTelInput,
|
|
72
|
+
X as BSTextArea,
|
|
73
|
+
a4 as BSTextFilter,
|
|
72
74
|
c as BSTextInput,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
bH as
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
aH as
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
75
|
+
ac as BSTree,
|
|
76
|
+
ad as BSTreeControl,
|
|
77
|
+
V as BSTreeMultiSelect,
|
|
78
|
+
U as BSTreeSelect,
|
|
79
|
+
ab as BSVerticalLayoutResizer,
|
|
80
|
+
R as BSYesNoGroup,
|
|
81
|
+
x as BSYesNoSelect,
|
|
82
|
+
bR as BetweenDateFilter,
|
|
83
|
+
b9 as BetweenDateFilterWithPreset,
|
|
84
|
+
bQ as BetweenFilter,
|
|
85
|
+
aV as DEFAULT_GRID_COLUMN_WIDTH,
|
|
86
|
+
aA as DefaultBody,
|
|
87
|
+
cw as DefaultFrameContext,
|
|
88
|
+
az as DefaultHeader,
|
|
89
|
+
b0 as EditableInputGridHandlerImpl,
|
|
90
|
+
a_ as EditablePageGridHandlerImpl,
|
|
91
|
+
aX as EditingRows,
|
|
92
|
+
Y as Editor,
|
|
93
|
+
bP as EqualFilter,
|
|
94
|
+
b2 as GridHandlerEditableSupport,
|
|
95
|
+
b1 as GridHandlerSelectDeleteSupport,
|
|
96
|
+
cB as I18NTexts,
|
|
97
|
+
bH as IllegalAccessError,
|
|
98
|
+
bN as InFilter,
|
|
99
|
+
a$ as InputGridHandlerImpl,
|
|
100
|
+
bT as IsNotNullFilter,
|
|
101
|
+
bS as IsNullFilter,
|
|
102
|
+
bO as LikeFilter,
|
|
103
|
+
cv as LocalStorageFavoriteMenuHandler,
|
|
104
|
+
b3 as LocalStorageGridPreferenceStore,
|
|
105
|
+
aU as MediaObjectUrlStore,
|
|
106
|
+
aI as NAME_INPUT_STYLE_2,
|
|
107
|
+
aJ as NAME_INPUT_STYLE_3,
|
|
108
|
+
aH as NAME_INPUT_STYLE_DEFAULT,
|
|
109
|
+
aK as NAME_INPUT_STYLE_JP,
|
|
110
|
+
bM as NotFilter,
|
|
111
|
+
bL as OrFilter,
|
|
112
|
+
aZ as PageGridHandlerImpl,
|
|
113
|
+
bI as PaginatedList,
|
|
114
|
+
by as SavePointImpl,
|
|
115
|
+
c3 as SearchParam,
|
|
116
|
+
cA as ShortcutKeyHandler,
|
|
117
|
+
bd as TabStatusManagerImpl,
|
|
118
|
+
bk as ValidationFailedError,
|
|
119
|
+
c2 as acceptFilter,
|
|
120
|
+
cK as addPrefixToMultiLangString,
|
|
121
|
+
cf as alarmEntries,
|
|
122
|
+
bU as andFilter,
|
|
123
|
+
b$ as betweenDateFilter,
|
|
124
|
+
b_ as betweenFilter,
|
|
125
|
+
aR as blueseaConfig,
|
|
126
|
+
bB as cancelProvidedSavePoint,
|
|
127
|
+
ch as closeAlarm,
|
|
128
|
+
aS as configureBluesea,
|
|
129
|
+
cq as contextMenuPluginKey,
|
|
130
|
+
b8 as convertDateRangePresetKey,
|
|
131
|
+
cu as createContextMenuPlugin,
|
|
132
|
+
cx as createDefaultFrameContext,
|
|
129
133
|
f as createInputGridHandler,
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
134
|
+
cc as createModalPlugin,
|
|
135
|
+
aY as createPageGridHandler,
|
|
136
|
+
bg as createTreeHandler,
|
|
137
|
+
cO as debounce,
|
|
138
|
+
aN as defaultAddressInputComponentConfig,
|
|
139
|
+
b5 as defaultCellFormatter,
|
|
140
|
+
bh as defaultExpandMultiLang,
|
|
141
|
+
aO as defaultRichTextComponentConfig,
|
|
142
|
+
aQ as defaultTabSheetComponentConfig,
|
|
143
|
+
aP as defaultUploadComponentConfig,
|
|
144
|
+
b7 as downloadGridDataAsExcel,
|
|
145
|
+
bZ as equalFilter,
|
|
146
|
+
bv as executeBetweenLengthValidation,
|
|
147
|
+
bw as executeBetweenValueValidation,
|
|
148
|
+
bx as executeDateRangeValidation,
|
|
149
|
+
bs as executeFieldValidationRule,
|
|
150
|
+
bu as executeRegExpValidation,
|
|
151
|
+
bt as executeRequiredValidation,
|
|
147
152
|
e as extractYoutubeVideoId,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
153
|
+
br as fieldValidator,
|
|
154
|
+
bo as findFieldValidatorElements,
|
|
155
|
+
m as formValidator,
|
|
156
|
+
cD as formatUtil,
|
|
157
|
+
aT as getMediaType,
|
|
158
|
+
b6 as gridExcelDownloadExtension,
|
|
159
|
+
co as hideLoading,
|
|
160
|
+
ck as hideTooltip,
|
|
161
|
+
cC as i18n,
|
|
162
|
+
bX as inFilter,
|
|
163
|
+
aD as interpretMultiLangText,
|
|
164
|
+
cL as isBlankMultiLangImageFile,
|
|
165
|
+
cI as isBlankMultiLangString,
|
|
166
|
+
cM as isMultiLangImageFileValidRequired,
|
|
167
|
+
bC as isMultiLangMessage,
|
|
168
|
+
cJ as isMultiLangStringValidRequired,
|
|
169
|
+
bD as isNameEmpty,
|
|
170
|
+
c1 as isNotNullFilter,
|
|
171
|
+
c0 as isNullFilter,
|
|
172
|
+
cl as isTooltipDisplayed,
|
|
173
|
+
bl as isValidationFailedError,
|
|
174
|
+
bY as likeFilter,
|
|
175
|
+
bn as loadFieldValidator,
|
|
176
|
+
bj as localeBasedExtraItemValidationRules,
|
|
177
|
+
cN as localeNameProvider,
|
|
178
|
+
b4 as mergeSameValueVertical,
|
|
179
|
+
c8 as modalHandleKey,
|
|
180
|
+
c7 as modalPluginKey,
|
|
181
|
+
aW as nameFilterCreator,
|
|
182
|
+
bW as notFilter,
|
|
178
183
|
n as notNull,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
cg as
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
cs as
|
|
203
|
-
|
|
204
|
-
|
|
184
|
+
cd as notificationEntries,
|
|
185
|
+
bV as orFilter,
|
|
186
|
+
cH as parsePathParam,
|
|
187
|
+
cy as provideDefaultFrameContext,
|
|
188
|
+
c4 as provideFieldContext,
|
|
189
|
+
cb as provideModalHandle,
|
|
190
|
+
bz as provideSavePoint,
|
|
191
|
+
ba as provideTabManager,
|
|
192
|
+
be as provideTabStatusManager,
|
|
193
|
+
bG as serializeAddress,
|
|
194
|
+
c6 as serializeMoney,
|
|
195
|
+
bE as serializeName,
|
|
196
|
+
bF as serializeTel,
|
|
197
|
+
cg as showAlarm,
|
|
198
|
+
cn as showLoading,
|
|
199
|
+
cm as showLoadingIcon,
|
|
200
|
+
ce as showNotification,
|
|
201
|
+
cj as showTooltip,
|
|
202
|
+
bm as storeFieldValidator,
|
|
203
|
+
aC as t,
|
|
204
|
+
bi as toggleDefaultExpandMultiLang,
|
|
205
|
+
ci as tooltipEntry,
|
|
206
|
+
cG as tryUntil,
|
|
207
|
+
cs as useContextMenu,
|
|
208
|
+
ct as useContextMenuOptional,
|
|
209
|
+
cz as useDefaultFrame,
|
|
210
|
+
c5 as useFieldContext,
|
|
211
|
+
ca as useModal,
|
|
205
212
|
u as useModalHandle,
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
+
bA as useSavePoint,
|
|
214
|
+
bb as useTabManager,
|
|
215
|
+
bc as useTabManagerSilently,
|
|
216
|
+
bf as useTabStatusManager,
|
|
217
|
+
aB as vClickOutside,
|
|
218
|
+
aF as vFocusJump,
|
|
219
|
+
aG as vFocusLoop,
|
|
213
220
|
j as vFocusOnLoad,
|
|
214
221
|
v as vT,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
222
|
+
aE as vTooltip,
|
|
223
|
+
bp as validateField,
|
|
224
|
+
bq as validateFields,
|
|
225
|
+
cF as waitDuring,
|
|
226
|
+
cE as waitUntil,
|
|
227
|
+
cp as withLoading
|
|
221
228
|
};
|