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