@g1cloud/bluesea 5.0.0-alpha.122 → 5.0.0-alpha.123
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-Bnw9fHNg.js → BSAlertModal-BIjg1E1h.js} +1 -1
- package/dist/{BSGridColumnSettingModal-BjCrMlpU.js → BSGridColumnSettingModal-xhdzxRSx.js} +1 -1
- package/dist/{BSRichTextMaximizedModal-BUyyrQet.js → BSRichTextMaximizedModal-DZb0xXDx.js} +1 -1
- package/dist/{BSYesNoModal-DgTM2PUB.js → BSYesNoModal-BXzMEOwD.js} +1 -1
- package/dist/{BSYoutubeInputModal-CCYWjiNX.js → BSYoutubeInputModal-y2uCRt3J.js} +1 -1
- package/dist/{ImageInsertModal-BU_24BkE.js → ImageInsertModal-B1iK6KPB.js} +2 -2
- package/dist/{ImageProperties.vue_vue_type_script_setup_true_lang-DYDGZ2cQ.js → ImageProperties.vue_vue_type_script_setup_true_lang-C81QPSm9.js} +1 -1
- package/dist/{ImagePropertiesModal-BjdpYDzO.js → ImagePropertiesModal-FJhmdVtw.js} +2 -2
- package/dist/{LinkPropertiesModal-BEYsK4BU.js → LinkPropertiesModal-CaBekXfZ.js} +1 -1
- package/dist/{TableInsertModal-CJDD1OgX.js → TableInsertModal-B9yzl4k5.js} +1 -1
- package/dist/{VideoInsertModal-lGr9gevG.js → VideoInsertModal-qTxk80mK.js} +2 -2
- package/dist/{VideoProperties.vue_vue_type_script_setup_true_lang-YPfeY04x.js → VideoProperties.vue_vue_type_script_setup_true_lang-P5oGPx5H.js} +1 -1
- package/dist/{VideoPropertiesModal-DHIVSgSw.js → VideoPropertiesModal-CM_Jol3T.js} +2 -2
- package/dist/{YoutubeInsertModal-7jEzqjaT.js → YoutubeInsertModal-CHA8gTFb.js} +2 -2
- package/dist/{YoutubeProperties.vue_vue_type_script_setup_true_lang-DBRjyoQF.js → YoutubeProperties.vue_vue_type_script_setup_true_lang-XU8rbiru.js} +1 -1
- package/dist/{YoutubePropertiesModal-CBLs758f.js → YoutubePropertiesModal-BcM_Gl-N.js} +2 -2
- package/dist/bluesea.js +61 -57
- package/dist/bluesea.umd.cjs +58 -0
- package/dist/{index-xx4DNxsv.js → index-fHqW8zSb.js} +129 -71
- package/dist/model/FilterModel.d.ts +19 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, createBlock, openBlock, withCtx, withDirectives, createElementVNode, unref, createVNode } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, v as vT, B as BSButton, j as vFocusOnLoad } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, v as vT, B as BSButton, j as vFocusOnLoad } from "./index-fHqW8zSb.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, createBlock, openBlock, withCtx, createElementVNode, createVNode, mergeProps, unref, toHandlers, nextTick } from "vue";
|
|
2
|
-
import { f as createInputGridHandler, u as useModalHandle, _ as _sfc_main$1, B as BSButton, g as _sfc_main$2, h as _sfc_main$3, i as _sfc_main$4, n as notNull } from "./index-
|
|
2
|
+
import { f as createInputGridHandler, u as useModalHandle, _ as _sfc_main$1, B as BSButton, g as _sfc_main$2, h as _sfc_main$3, i as _sfc_main$4, n as notNull } from "./index-fHqW8zSb.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, mergeModels, useModel, useTemplateRef, createBlock, openBlock } from "vue";
|
|
2
|
-
import { u as useModalHandle, d as _sfc_main$1 } from "./index-
|
|
2
|
+
import { u as useModalHandle, d as _sfc_main$1 } from "./index-fHqW8zSb.js";
|
|
3
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
4
|
__name: "BSRichTextMaximizedModal",
|
|
5
5
|
props: /* @__PURE__ */ mergeModels({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, createBlock, openBlock, withCtx, withDirectives, createElementVNode, unref, createVNode } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, v as vT, B as BSButton } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, v as vT, B as BSButton } from "./index-fHqW8zSb.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, createBlock, openBlock, withCtx, createElementVNode, createVNode, createCommentVNode, unref } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, e as extractYoutubeVideoId } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, e as extractYoutubeVideoId } from "./index-fHqW8zSb.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, createBlock, openBlock, withCtx, createElementVNode, createVNode, withDirectives, vShow } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, a as _sfc_main$2, b as _sfc_main$3, c as _sfc_main$4 } 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, B as BSButton, a as _sfc_main$2, b as _sfc_main$3, c as _sfc_main$4 } from "./index-fHqW8zSb.js";
|
|
3
|
+
import { _ as _sfc_main$5 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-C81QPSm9.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, createElementBlock, openBlock, Fragment, createElementVNode, createVNode, withDirectives, createTextVNode, unref } from "vue";
|
|
2
|
-
import { b as _sfc_main$1, c as _sfc_main$2, v as vT } from "./index-
|
|
2
|
+
import { b as _sfc_main$1, c as _sfc_main$2, v as vT } from "./index-fHqW8zSb.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, createBlock, openBlock, withCtx, createElementVNode, createVNode, createElementBlock, createCommentVNode } from "vue";
|
|
2
|
-
import { k as findImageNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, l as formValidator, m as imageInfoNumberToPixel } from "./index-
|
|
3
|
-
import { _ as _sfc_main$4 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { k as findImageNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, l as formValidator, m as imageInfoNumberToPixel } from "./index-fHqW8zSb.js";
|
|
3
|
+
import { _ as _sfc_main$4 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-C81QPSm9.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, createBlock, openBlock, withCtx, createElementVNode, createVNode, createTextVNode, withModifiers } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3 } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3 } from "./index-fHqW8zSb.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, createBlock, openBlock, withCtx, createElementVNode, createVNode } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, h as _sfc_main$3 } from "./index-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, h as _sfc_main$3 } from "./index-fHqW8zSb.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, createBlock, openBlock, withCtx, createElementVNode, createVNode, withDirectives, vShow } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, a as _sfc_main$2, b as _sfc_main$3, c as _sfc_main$4 } from "./index-
|
|
3
|
-
import { _ as _sfc_main$5 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, a as _sfc_main$2, b as _sfc_main$3, c as _sfc_main$4 } from "./index-fHqW8zSb.js";
|
|
3
|
+
import { _ as _sfc_main$5 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-P5oGPx5H.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, createElementBlock, openBlock, Fragment, createElementVNode, createVNode, withDirectives, createTextVNode, unref } from "vue";
|
|
2
|
-
import { i as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, v as vT } from "./index-
|
|
2
|
+
import { i as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, v as vT } from "./index-fHqW8zSb.js";
|
|
3
3
|
const _hoisted_1 = { class: "bs-layout-horizontal gap-8" };
|
|
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, createBlock, openBlock, withCtx, createElementVNode, createVNode, createElementBlock, createCommentVNode } from "vue";
|
|
2
|
-
import { q as findVideoNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, l as formValidator, r as videoInfoNumberToPixel } from "./index-
|
|
3
|
-
import { _ as _sfc_main$4 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { q as findVideoNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, l as formValidator, r as videoInfoNumberToPixel } from "./index-fHqW8zSb.js";
|
|
3
|
+
import { _ as _sfc_main$4 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-P5oGPx5H.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,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent, computed, ref, createBlock, openBlock, withCtx, createElementVNode, createVNode } from "vue";
|
|
2
|
-
import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, 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 BSButton, b as _sfc_main$2, c as _sfc_main$3, y as youtubeInfoNumberToPixel } from "./index-fHqW8zSb.js";
|
|
3
|
+
import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-XU8rbiru.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, createElementBlock, openBlock, Fragment, createElementVNode, createVNode, withDirectives, createTextVNode, unref } from "vue";
|
|
2
|
-
import { b as _sfc_main$1, c as _sfc_main$2, v as vT } from "./index-
|
|
2
|
+
import { b as _sfc_main$1, c as _sfc_main$2, v as vT } from "./index-fHqW8zSb.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, createBlock, openBlock, withCtx, createElementVNode, createVNode, createElementBlock, createCommentVNode } from "vue";
|
|
2
|
-
import { o as findYoutubeNode, p as normalizeYoutubeInfoData, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, y as youtubeInfoNumberToPixel } from "./index-
|
|
3
|
-
import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-
|
|
2
|
+
import { o as findYoutubeNode, p as normalizeYoutubeInfoData, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, y as youtubeInfoNumberToPixel } from "./index-fHqW8zSb.js";
|
|
3
|
+
import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-XU8rbiru.js";
|
|
4
4
|
const _hoisted_1 = {
|
|
5
5
|
key: 0,
|
|
6
6
|
class: "bs-layout-form"
|
package/dist/bluesea.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aH, aI, bC, bD, s, ak, au, B, F, G, a4, i, M, am, I, A, av,
|
|
1
|
+
import { aH, aI, bC, bD, s, ak, au, B, F, G, a4, i, M, am, I, A, av, cj, D, J, aq, K, a2, a3, ar, L, b, g, a0, $, a7, an, al, X, x, a6, a5, C, ah, c1, as, _, Y, ae, ag, af, ad, ac, ab, R, ai, at, h, E, ao, w, U, Z, H, z, N, O, d, Q, ap, a, aj, V, a1, c, a9, aa, T, S, a8, P, t, bK, bJ, aR, ax, co, aw, aY, aW, aT, W, bI, a_, aZ, ct, bA, bG, aX, bM, bL, bH, cn, a$, aQ, aE, aF, aD, aG, bF, bE, aV, bB, br, bY, cs, b6, bd, bX, cC, c7, bN, bU, bT, aN, bu, c9, aO, ci, cm, cp, f, c4, aU, b9, cG, aJ, ba, aK, aM, aL, b2, bS, bo, bp, bq, bl, bn, bm, e, bk, bh, l, cv, aP, b1, cg, cc, cu, bQ, az, cD, cA, cE, bv, cB, bw, bW, bV, cd, be, bR, bg, bc, cF, b0, c0, b$, aS, bP, n, c5, bO, cz, cq, bZ, c3, bs, b3, b7, bz, bx, by, c8, cf, ce, c6, cb, bf, bb, ca, cy, ck, cl, cr, b_, c2, u, bt, b4, b5, b8, ay, aB, aC, j, v, aA, bi, bj, cx, cw, ch } from "./index-fHqW8zSb.js";
|
|
2
2
|
export {
|
|
3
3
|
aH as ADDRESS_COUNTRY_CONFIGS,
|
|
4
4
|
aI as ADDRESS_COUNTRY_CONFIG_DEFAULT,
|
|
@@ -17,7 +17,7 @@ export {
|
|
|
17
17
|
I as BSColorInput,
|
|
18
18
|
A as BSConsole,
|
|
19
19
|
av as BSContextMenuContainer,
|
|
20
|
-
|
|
20
|
+
cj as BSContextMenuPlugin,
|
|
21
21
|
D as BSDate,
|
|
22
22
|
J as BSDateInput,
|
|
23
23
|
aq as BSDateInputPopup,
|
|
@@ -39,7 +39,7 @@ export {
|
|
|
39
39
|
a5 as BSListLayout,
|
|
40
40
|
C as BSLoadingIcon,
|
|
41
41
|
ah as BSLocaleSelect,
|
|
42
|
-
|
|
42
|
+
c1 as BSModal,
|
|
43
43
|
as as BSModalContainer,
|
|
44
44
|
_ as BSModalFrame,
|
|
45
45
|
Y as BSMultiImageUpload,
|
|
@@ -81,7 +81,7 @@ export {
|
|
|
81
81
|
bJ as BetweenFilter,
|
|
82
82
|
aR as DEFAULT_GRID_COLUMN_WIDTH,
|
|
83
83
|
ax as DefaultBody,
|
|
84
|
-
|
|
84
|
+
co as DefaultFrameContext,
|
|
85
85
|
aw as DefaultHeader,
|
|
86
86
|
aY as EditableInputGridHandlerImpl,
|
|
87
87
|
aW as EditablePageGridHandlerImpl,
|
|
@@ -90,12 +90,14 @@ export {
|
|
|
90
90
|
bI as EqualFilter,
|
|
91
91
|
a_ as GridHandlerEditableSupport,
|
|
92
92
|
aZ as GridHandlerSelectDeleteSupport,
|
|
93
|
-
|
|
93
|
+
ct as I18NTexts,
|
|
94
94
|
bA as IllegalAccessError,
|
|
95
95
|
bG as InFilter,
|
|
96
96
|
aX as InputGridHandlerImpl,
|
|
97
|
+
bM as IsNotNullFilter,
|
|
98
|
+
bL as IsNullFilter,
|
|
97
99
|
bH as LikeFilter,
|
|
98
|
-
|
|
100
|
+
cn as LocalStorageFavoriteMenuHandler,
|
|
99
101
|
a$ as LocalStorageGridPreferenceStore,
|
|
100
102
|
aQ as MediaObjectUrlStore,
|
|
101
103
|
aE as NAME_INPUT_STYLE_2,
|
|
@@ -107,35 +109,35 @@ export {
|
|
|
107
109
|
aV as PageGridHandlerImpl,
|
|
108
110
|
bB as PaginatedList,
|
|
109
111
|
br as SavePointImpl,
|
|
110
|
-
|
|
111
|
-
|
|
112
|
+
bY as SearchParam,
|
|
113
|
+
cs as ShortcutKeyHandler,
|
|
112
114
|
b6 as TabStatusManagerImpl,
|
|
113
115
|
bd as ValidationFailedError,
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
116
|
+
bX as acceptFilter,
|
|
117
|
+
cC as addPrefixToMultiLangString,
|
|
118
|
+
c7 as alarmEntries,
|
|
119
|
+
bN as andFilter,
|
|
120
|
+
bU as betweenDateFilter,
|
|
121
|
+
bT as betweenFilter,
|
|
120
122
|
aN as blueseaConfig,
|
|
121
123
|
bu as cancelProvidedSavePoint,
|
|
122
|
-
|
|
124
|
+
c9 as closeAlarm,
|
|
123
125
|
aO as configureBluesea,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
126
|
+
ci as contextMenuPluginKey,
|
|
127
|
+
cm as createContextMenuPlugin,
|
|
128
|
+
cp as createDefaultFrameContext,
|
|
127
129
|
f as createInputGridHandler,
|
|
128
|
-
|
|
130
|
+
c4 as createModalPlugin,
|
|
129
131
|
aU as createPageGridHandler,
|
|
130
132
|
b9 as createTreeHandler,
|
|
131
|
-
|
|
133
|
+
cG as debounce,
|
|
132
134
|
aJ as defaultAddressInputComponentConfig,
|
|
133
135
|
ba as defaultExpandMultiLang,
|
|
134
136
|
aK as defaultRichTextComponentConfig,
|
|
135
137
|
aM as defaultTabSheetComponentConfig,
|
|
136
138
|
aL as defaultUploadComponentConfig,
|
|
137
139
|
b2 as downloadGridDataAsExcel,
|
|
138
|
-
|
|
140
|
+
bS as equalFilter,
|
|
139
141
|
bo as executeBetweenLengthValidation,
|
|
140
142
|
bp as executeBetweenValueValidation,
|
|
141
143
|
bq as executeDateRangeValidation,
|
|
@@ -146,58 +148,60 @@ export {
|
|
|
146
148
|
bk as fieldValidator,
|
|
147
149
|
bh as findFieldValidatorElements,
|
|
148
150
|
l as formValidator,
|
|
149
|
-
|
|
151
|
+
cv as formatUtil,
|
|
150
152
|
aP as getMediaType,
|
|
151
153
|
b1 as gridExcelDownloadExtension,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
154
|
+
cg as hideLoading,
|
|
155
|
+
cc as hideTooltip,
|
|
156
|
+
cu as i18n,
|
|
157
|
+
bQ as inFilter,
|
|
156
158
|
az as interpretMultiLangText,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
159
|
+
cD as isBlankMultiLangImageFile,
|
|
160
|
+
cA as isBlankMultiLangString,
|
|
161
|
+
cE as isMultiLangImageFileValidRequired,
|
|
160
162
|
bv as isMultiLangMessage,
|
|
161
|
-
|
|
163
|
+
cB as isMultiLangStringValidRequired,
|
|
162
164
|
bw as isNameEmpty,
|
|
163
|
-
|
|
165
|
+
bW as isNotNullFilter,
|
|
166
|
+
bV as isNullFilter,
|
|
167
|
+
cd as isTooltipDisplayed,
|
|
164
168
|
be as isValidationFailedError,
|
|
165
|
-
|
|
169
|
+
bR as likeFilter,
|
|
166
170
|
bg as loadFieldValidator,
|
|
167
171
|
bc as localeBasedExtraItemValidationRules,
|
|
168
|
-
|
|
172
|
+
cF as localeNameProvider,
|
|
169
173
|
b0 as mergeSameValueVertical,
|
|
170
|
-
|
|
171
|
-
|
|
174
|
+
c0 as modalHandleKey,
|
|
175
|
+
b$ as modalPluginKey,
|
|
172
176
|
aS as nameFilterCreator,
|
|
173
|
-
|
|
177
|
+
bP as notFilter,
|
|
174
178
|
n as notNull,
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
c5 as notificationEntries,
|
|
180
|
+
bO as orFilter,
|
|
181
|
+
cz as parsePathParam,
|
|
182
|
+
cq as provideDefaultFrameContext,
|
|
183
|
+
bZ as provideFieldContext,
|
|
184
|
+
c3 as provideModalHandle,
|
|
181
185
|
bs as provideSavePoint,
|
|
182
186
|
b3 as provideTabManager,
|
|
183
187
|
b7 as provideTabStatusManager,
|
|
184
188
|
bz as serializeAddress,
|
|
185
189
|
bx as serializeName,
|
|
186
190
|
by as serializeTel,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
191
|
+
c8 as showAlarm,
|
|
192
|
+
cf as showLoading,
|
|
193
|
+
ce as showLoadingIcon,
|
|
194
|
+
c6 as showNotification,
|
|
195
|
+
cb as showTooltip,
|
|
192
196
|
bf as storeFieldValidator,
|
|
193
197
|
bb as toggleDefaultExpandMultiLang,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
198
|
+
ca as tooltipEntry,
|
|
199
|
+
cy as tryUntil,
|
|
200
|
+
ck as useContextMenu,
|
|
201
|
+
cl as useContextMenuOptional,
|
|
202
|
+
cr as useDefaultFrame,
|
|
203
|
+
b_ as useFieldContext,
|
|
204
|
+
c2 as useModal,
|
|
201
205
|
u as useModalHandle,
|
|
202
206
|
bt as useSavePoint,
|
|
203
207
|
b4 as useTabManager,
|
|
@@ -211,7 +215,7 @@ export {
|
|
|
211
215
|
aA as vTooltip,
|
|
212
216
|
bi as validateField,
|
|
213
217
|
bj as validateFields,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
218
|
+
cx as waitDuring,
|
|
219
|
+
cw as waitUntil,
|
|
220
|
+
ch as withLoading
|
|
217
221
|
};
|
package/dist/bluesea.umd.cjs
CHANGED
|
@@ -35478,6 +35478,54 @@ img.ProseMirror-separator {
|
|
|
35478
35478
|
return !this.name || (this.fromValue === void 0 || this.fromValue === "") && (this.toValue === void 0 || this.toValue === "");
|
|
35479
35479
|
}
|
|
35480
35480
|
}
|
|
35481
|
+
class IsNullFilter extends AbstractFilter {
|
|
35482
|
+
constructor(names) {
|
|
35483
|
+
super("NU");
|
|
35484
|
+
this.names = names;
|
|
35485
|
+
}
|
|
35486
|
+
toString() {
|
|
35487
|
+
const names = this.names.join(",");
|
|
35488
|
+
return `${names} IS NULL`;
|
|
35489
|
+
}
|
|
35490
|
+
serialize() {
|
|
35491
|
+
if (this.names.length === 1) {
|
|
35492
|
+
return ["NU", this.names[0]];
|
|
35493
|
+
} else if (this.names.length > 1) {
|
|
35494
|
+
const filters = this.names.map((name2) => isNullFilter([name2]));
|
|
35495
|
+
return orFilter(filters).serialize();
|
|
35496
|
+
}
|
|
35497
|
+
}
|
|
35498
|
+
getFilterValueString() {
|
|
35499
|
+
return String();
|
|
35500
|
+
}
|
|
35501
|
+
isEmpty() {
|
|
35502
|
+
return this.names.length === 0;
|
|
35503
|
+
}
|
|
35504
|
+
}
|
|
35505
|
+
class IsNotNullFilter extends AbstractFilter {
|
|
35506
|
+
constructor(names) {
|
|
35507
|
+
super("NN");
|
|
35508
|
+
this.names = names;
|
|
35509
|
+
}
|
|
35510
|
+
toString() {
|
|
35511
|
+
const names = this.names.join(",");
|
|
35512
|
+
return `${names} IS NOT NULL`;
|
|
35513
|
+
}
|
|
35514
|
+
serialize() {
|
|
35515
|
+
if (this.names.length === 1) {
|
|
35516
|
+
return ["NN", this.names[0]];
|
|
35517
|
+
} else if (this.names.length > 1) {
|
|
35518
|
+
const filters = this.names.map((name2) => isNotNullFilter([name2]));
|
|
35519
|
+
return orFilter(filters).serialize();
|
|
35520
|
+
}
|
|
35521
|
+
}
|
|
35522
|
+
getFilterValueString() {
|
|
35523
|
+
return String();
|
|
35524
|
+
}
|
|
35525
|
+
isEmpty() {
|
|
35526
|
+
return this.names.length === 0;
|
|
35527
|
+
}
|
|
35528
|
+
}
|
|
35481
35529
|
const andFilter = (filters) => {
|
|
35482
35530
|
return new AndFilter(filters);
|
|
35483
35531
|
};
|
|
@@ -35502,6 +35550,12 @@ img.ProseMirror-separator {
|
|
|
35502
35550
|
const betweenDateFilter = (name2, fromValue, toValue) => {
|
|
35503
35551
|
return new BetweenDateFilter(name2, fromValue, toValue);
|
|
35504
35552
|
};
|
|
35553
|
+
const isNullFilter = (names) => {
|
|
35554
|
+
return new IsNullFilter(names);
|
|
35555
|
+
};
|
|
35556
|
+
const isNotNullFilter = (names) => {
|
|
35557
|
+
return new IsNotNullFilter(names);
|
|
35558
|
+
};
|
|
35505
35559
|
const acceptFilter = (filter, visit) => {
|
|
35506
35560
|
const result = visit(filter);
|
|
35507
35561
|
if (result === void 0 || result) {
|
|
@@ -71398,6 +71452,8 @@ img.ProseMirror-separator {
|
|
|
71398
71452
|
exports2.IllegalAccessError = IllegalAccessError;
|
|
71399
71453
|
exports2.InFilter = InFilter;
|
|
71400
71454
|
exports2.InputGridHandlerImpl = InputGridHandlerImpl;
|
|
71455
|
+
exports2.IsNotNullFilter = IsNotNullFilter;
|
|
71456
|
+
exports2.IsNullFilter = IsNullFilter;
|
|
71401
71457
|
exports2.LikeFilter = LikeFilter;
|
|
71402
71458
|
exports2.LocalStorageFavoriteMenuHandler = LocalStorageFavoriteMenuHandler;
|
|
71403
71459
|
exports2.LocalStorageGridPreferenceStore = LocalStorageGridPreferenceStore;
|
|
@@ -71464,6 +71520,8 @@ img.ProseMirror-separator {
|
|
|
71464
71520
|
exports2.isMultiLangMessage = isMultiLangMessage;
|
|
71465
71521
|
exports2.isMultiLangStringValidRequired = isMultiLangStringValidRequired;
|
|
71466
71522
|
exports2.isNameEmpty = isNameEmpty;
|
|
71523
|
+
exports2.isNotNullFilter = isNotNullFilter;
|
|
71524
|
+
exports2.isNullFilter = isNullFilter;
|
|
71467
71525
|
exports2.isTooltipDisplayed = isTooltipDisplayed;
|
|
71468
71526
|
exports2.isValidationFailedError = isValidationFailedError;
|
|
71469
71527
|
exports2.likeFilter = likeFilter;
|
|
@@ -87,8 +87,8 @@ const defaultAddressInputComponentConfig = {
|
|
|
87
87
|
countryConfigs: ADDRESS_COUNTRY_CONFIGS
|
|
88
88
|
};
|
|
89
89
|
const defaultRichTextComponentConfig = {
|
|
90
|
-
imageInsertModal: defineAsyncComponent(() => import("./ImageInsertModal-
|
|
91
|
-
videoInsertModal: defineAsyncComponent(() => import("./VideoInsertModal-
|
|
90
|
+
imageInsertModal: defineAsyncComponent(() => import("./ImageInsertModal-B1iK6KPB.js")),
|
|
91
|
+
videoInsertModal: defineAsyncComponent(() => import("./VideoInsertModal-qTxk80mK.js")),
|
|
92
92
|
toolButtons: [
|
|
93
93
|
"Heading",
|
|
94
94
|
"FontSize",
|
|
@@ -5860,7 +5860,7 @@ class BSModal {
|
|
|
5860
5860
|
}
|
|
5861
5861
|
openAlert(title, message, clickHandler2) {
|
|
5862
5862
|
const option = {
|
|
5863
|
-
component: defineAsyncComponent(() => import("./BSAlertModal-
|
|
5863
|
+
component: defineAsyncComponent(() => import("./BSAlertModal-BIjg1E1h.js")),
|
|
5864
5864
|
bind: {
|
|
5865
5865
|
title,
|
|
5866
5866
|
message
|
|
@@ -5873,7 +5873,7 @@ class BSModal {
|
|
|
5873
5873
|
}
|
|
5874
5874
|
openYesNo(title, message, yesHandler, noHandler) {
|
|
5875
5875
|
const option = {
|
|
5876
|
-
component: defineAsyncComponent(() => import("./BSYesNoModal-
|
|
5876
|
+
component: defineAsyncComponent(() => import("./BSYesNoModal-BXzMEOwD.js")),
|
|
5877
5877
|
bind: {
|
|
5878
5878
|
title,
|
|
5879
5879
|
message
|
|
@@ -30971,7 +30971,7 @@ const tableContextMenus = (_modal, editor) => {
|
|
|
30971
30971
|
};
|
|
30972
30972
|
const insertTable = (modal, editor) => {
|
|
30973
30973
|
modal.openModal({
|
|
30974
|
-
component: defineAsyncComponent(() => import("./TableInsertModal-
|
|
30974
|
+
component: defineAsyncComponent(() => import("./TableInsertModal-B9yzl4k5.js")),
|
|
30975
30975
|
bind: { editor }
|
|
30976
30976
|
});
|
|
30977
30977
|
};
|
|
@@ -31171,7 +31171,7 @@ const insertImage = (modal, editor) => {
|
|
|
31171
31171
|
const component = (_a2 = blueseaConfig.componentConfig.richText) == null ? void 0 : _a2.imageInsertModal;
|
|
31172
31172
|
if (component) {
|
|
31173
31173
|
modal.openModal({
|
|
31174
|
-
component: defineAsyncComponent(() => import("./ImageInsertModal-
|
|
31174
|
+
component: defineAsyncComponent(() => import("./ImageInsertModal-B1iK6KPB.js")),
|
|
31175
31175
|
bind: { editor },
|
|
31176
31176
|
on: {
|
|
31177
31177
|
insertImage: (image) => {
|
|
@@ -31189,7 +31189,7 @@ const insertImage = (modal, editor) => {
|
|
|
31189
31189
|
};
|
|
31190
31190
|
const showImageProperties = (modal, editor) => {
|
|
31191
31191
|
modal.openModal({
|
|
31192
|
-
component: defineAsyncComponent(() => import("./ImagePropertiesModal-
|
|
31192
|
+
component: defineAsyncComponent(() => import("./ImagePropertiesModal-FJhmdVtw.js")),
|
|
31193
31193
|
bind: { editor }
|
|
31194
31194
|
});
|
|
31195
31195
|
};
|
|
@@ -31536,13 +31536,13 @@ const youtubeContextMenu = (modal, editor) => {
|
|
|
31536
31536
|
};
|
|
31537
31537
|
const insertYoutube = (modal, editor) => {
|
|
31538
31538
|
modal.openModal({
|
|
31539
|
-
component: defineAsyncComponent(() => import("./YoutubeInsertModal-
|
|
31539
|
+
component: defineAsyncComponent(() => import("./YoutubeInsertModal-CHA8gTFb.js")),
|
|
31540
31540
|
bind: { editor }
|
|
31541
31541
|
});
|
|
31542
31542
|
};
|
|
31543
31543
|
const showYoutubeProperties = (modal, editor) => {
|
|
31544
31544
|
modal.openModal({
|
|
31545
|
-
component: defineAsyncComponent(() => import("./YoutubePropertiesModal-
|
|
31545
|
+
component: defineAsyncComponent(() => import("./YoutubePropertiesModal-BcM_Gl-N.js")),
|
|
31546
31546
|
bind: { editor }
|
|
31547
31547
|
});
|
|
31548
31548
|
};
|
|
@@ -31586,7 +31586,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
|
|
|
31586
31586
|
const showLinkProperties = () => {
|
|
31587
31587
|
if (!props.disabled) {
|
|
31588
31588
|
modal.openModal({
|
|
31589
|
-
component: defineAsyncComponent(() => import("./LinkPropertiesModal-
|
|
31589
|
+
component: defineAsyncComponent(() => import("./LinkPropertiesModal-CaBekXfZ.js")),
|
|
31590
31590
|
bind: {
|
|
31591
31591
|
editor: props.editor
|
|
31592
31592
|
}
|
|
@@ -31951,7 +31951,7 @@ const insertVideo = (modal, editor) => {
|
|
|
31951
31951
|
const component = (_a2 = blueseaConfig.componentConfig.richText) == null ? void 0 : _a2.videoInsertModal;
|
|
31952
31952
|
if (component) {
|
|
31953
31953
|
modal.openModal({
|
|
31954
|
-
component: defineAsyncComponent(() => import("./VideoInsertModal-
|
|
31954
|
+
component: defineAsyncComponent(() => import("./VideoInsertModal-qTxk80mK.js")),
|
|
31955
31955
|
bind: { editor },
|
|
31956
31956
|
on: {
|
|
31957
31957
|
insertVideo: (video) => {
|
|
@@ -31969,7 +31969,7 @@ const insertVideo = (modal, editor) => {
|
|
|
31969
31969
|
};
|
|
31970
31970
|
const showVideoProperties = (modal, editor) => {
|
|
31971
31971
|
modal.openModal({
|
|
31972
|
-
component: defineAsyncComponent(() => import("./VideoPropertiesModal-
|
|
31972
|
+
component: defineAsyncComponent(() => import("./VideoPropertiesModal-CM_Jol3T.js")),
|
|
31973
31973
|
bind: { editor }
|
|
31974
31974
|
});
|
|
31975
31975
|
};
|
|
@@ -34077,7 +34077,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
|
34077
34077
|
emit("maximized");
|
|
34078
34078
|
if (!props.internalMaximized) {
|
|
34079
34079
|
modal.openModal({
|
|
34080
|
-
component: defineAsyncComponent(() => import("./BSRichTextMaximizedModal-
|
|
34080
|
+
component: defineAsyncComponent(() => import("./BSRichTextMaximizedModal-DZb0xXDx.js")),
|
|
34081
34081
|
bind: {
|
|
34082
34082
|
modelValue: getEditorValue(),
|
|
34083
34083
|
contentMaxWidth: props.contentMaxWidth,
|
|
@@ -34614,7 +34614,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
34614
34614
|
const modal = useModal();
|
|
34615
34615
|
const enterYoutubeUrl = () => {
|
|
34616
34616
|
modal.openModal({
|
|
34617
|
-
component: defineAsyncComponent(() => import("./BSYoutubeInputModal-
|
|
34617
|
+
component: defineAsyncComponent(() => import("./BSYoutubeInputModal-y2uCRt3J.js")),
|
|
34618
34618
|
on: {
|
|
34619
34619
|
"update:modelValue": (url) => {
|
|
34620
34620
|
emit("update:modelValue", {
|
|
@@ -35478,6 +35478,54 @@ class BetweenDateFilter extends AbstractFilter {
|
|
|
35478
35478
|
return !this.name || (this.fromValue === void 0 || this.fromValue === "") && (this.toValue === void 0 || this.toValue === "");
|
|
35479
35479
|
}
|
|
35480
35480
|
}
|
|
35481
|
+
class IsNullFilter extends AbstractFilter {
|
|
35482
|
+
constructor(names) {
|
|
35483
|
+
super("NU");
|
|
35484
|
+
this.names = names;
|
|
35485
|
+
}
|
|
35486
|
+
toString() {
|
|
35487
|
+
const names = this.names.join(",");
|
|
35488
|
+
return `${names} IS NULL`;
|
|
35489
|
+
}
|
|
35490
|
+
serialize() {
|
|
35491
|
+
if (this.names.length === 1) {
|
|
35492
|
+
return ["NU", this.names[0]];
|
|
35493
|
+
} else if (this.names.length > 1) {
|
|
35494
|
+
const filters = this.names.map((name2) => isNullFilter([name2]));
|
|
35495
|
+
return orFilter(filters).serialize();
|
|
35496
|
+
}
|
|
35497
|
+
}
|
|
35498
|
+
getFilterValueString() {
|
|
35499
|
+
return String();
|
|
35500
|
+
}
|
|
35501
|
+
isEmpty() {
|
|
35502
|
+
return this.names.length === 0;
|
|
35503
|
+
}
|
|
35504
|
+
}
|
|
35505
|
+
class IsNotNullFilter extends AbstractFilter {
|
|
35506
|
+
constructor(names) {
|
|
35507
|
+
super("NN");
|
|
35508
|
+
this.names = names;
|
|
35509
|
+
}
|
|
35510
|
+
toString() {
|
|
35511
|
+
const names = this.names.join(",");
|
|
35512
|
+
return `${names} IS NOT NULL`;
|
|
35513
|
+
}
|
|
35514
|
+
serialize() {
|
|
35515
|
+
if (this.names.length === 1) {
|
|
35516
|
+
return ["NN", this.names[0]];
|
|
35517
|
+
} else if (this.names.length > 1) {
|
|
35518
|
+
const filters = this.names.map((name2) => isNotNullFilter([name2]));
|
|
35519
|
+
return orFilter(filters).serialize();
|
|
35520
|
+
}
|
|
35521
|
+
}
|
|
35522
|
+
getFilterValueString() {
|
|
35523
|
+
return String();
|
|
35524
|
+
}
|
|
35525
|
+
isEmpty() {
|
|
35526
|
+
return this.names.length === 0;
|
|
35527
|
+
}
|
|
35528
|
+
}
|
|
35481
35529
|
const andFilter = (filters) => {
|
|
35482
35530
|
return new AndFilter(filters);
|
|
35483
35531
|
};
|
|
@@ -35502,6 +35550,12 @@ const betweenFilter = (name2, fromValue, toValue) => {
|
|
|
35502
35550
|
const betweenDateFilter = (name2, fromValue, toValue) => {
|
|
35503
35551
|
return new BetweenDateFilter(name2, fromValue, toValue);
|
|
35504
35552
|
};
|
|
35553
|
+
const isNullFilter = (names) => {
|
|
35554
|
+
return new IsNullFilter(names);
|
|
35555
|
+
};
|
|
35556
|
+
const isNotNullFilter = (names) => {
|
|
35557
|
+
return new IsNotNullFilter(names);
|
|
35558
|
+
};
|
|
35505
35559
|
const acceptFilter = (filter, visit) => {
|
|
35506
35560
|
const result = visit(filter);
|
|
35507
35561
|
if (result === void 0 || result) {
|
|
@@ -37870,7 +37924,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
37870
37924
|
const modal = useModal();
|
|
37871
37925
|
const openSettingModal = () => {
|
|
37872
37926
|
modal.openModal({
|
|
37873
|
-
component: defineAsyncComponent(() => import("./BSGridColumnSettingModal-
|
|
37927
|
+
component: defineAsyncComponent(() => import("./BSGridColumnSettingModal-xhdzxRSx.js")),
|
|
37874
37928
|
bind: {
|
|
37875
37929
|
columns: props.columns,
|
|
37876
37930
|
columnSettings: props.columnSettings,
|
|
@@ -69696,7 +69750,7 @@ export {
|
|
|
69696
69750
|
vClickOutside as ay,
|
|
69697
69751
|
interpretMultiLangText as az,
|
|
69698
69752
|
_sfc_main$1J as b,
|
|
69699
|
-
|
|
69753
|
+
modalPluginKey as b$,
|
|
69700
69754
|
mergeSameValueVertical as b0,
|
|
69701
69755
|
gridExcelDownloadExtension as b1,
|
|
69702
69756
|
downloadGridDataAsExcel as b2,
|
|
@@ -69718,22 +69772,22 @@ export {
|
|
|
69718
69772
|
EqualFilter as bI,
|
|
69719
69773
|
BetweenFilter as bJ,
|
|
69720
69774
|
BetweenDateFilter as bK,
|
|
69721
|
-
|
|
69722
|
-
|
|
69723
|
-
|
|
69724
|
-
|
|
69725
|
-
|
|
69726
|
-
|
|
69727
|
-
|
|
69728
|
-
|
|
69729
|
-
|
|
69730
|
-
|
|
69731
|
-
|
|
69732
|
-
|
|
69733
|
-
|
|
69734
|
-
|
|
69735
|
-
|
|
69736
|
-
|
|
69775
|
+
IsNullFilter as bL,
|
|
69776
|
+
IsNotNullFilter as bM,
|
|
69777
|
+
andFilter as bN,
|
|
69778
|
+
orFilter as bO,
|
|
69779
|
+
notFilter as bP,
|
|
69780
|
+
inFilter as bQ,
|
|
69781
|
+
likeFilter as bR,
|
|
69782
|
+
equalFilter as bS,
|
|
69783
|
+
betweenFilter as bT,
|
|
69784
|
+
betweenDateFilter as bU,
|
|
69785
|
+
isNullFilter as bV,
|
|
69786
|
+
isNotNullFilter as bW,
|
|
69787
|
+
acceptFilter as bX,
|
|
69788
|
+
SearchParam as bY,
|
|
69789
|
+
provideFieldContext as bZ,
|
|
69790
|
+
useFieldContext as b_,
|
|
69737
69791
|
defaultExpandMultiLang as ba,
|
|
69738
69792
|
toggleDefaultExpandMultiLang as bb,
|
|
69739
69793
|
localeBasedExtraItemValidationRules as bc,
|
|
@@ -69761,45 +69815,49 @@ export {
|
|
|
69761
69815
|
serializeTel as by,
|
|
69762
69816
|
serializeAddress as bz,
|
|
69763
69817
|
_sfc_main$1B as c,
|
|
69764
|
-
|
|
69765
|
-
|
|
69766
|
-
|
|
69767
|
-
|
|
69768
|
-
|
|
69769
|
-
|
|
69770
|
-
|
|
69771
|
-
|
|
69772
|
-
|
|
69773
|
-
|
|
69774
|
-
|
|
69775
|
-
|
|
69776
|
-
|
|
69777
|
-
|
|
69778
|
-
|
|
69779
|
-
|
|
69780
|
-
|
|
69781
|
-
|
|
69782
|
-
|
|
69783
|
-
|
|
69784
|
-
|
|
69785
|
-
|
|
69786
|
-
|
|
69787
|
-
|
|
69788
|
-
|
|
69789
|
-
|
|
69790
|
-
|
|
69791
|
-
|
|
69792
|
-
|
|
69793
|
-
|
|
69794
|
-
|
|
69795
|
-
|
|
69796
|
-
|
|
69797
|
-
|
|
69798
|
-
|
|
69799
|
-
|
|
69800
|
-
|
|
69801
|
-
|
|
69802
|
-
|
|
69818
|
+
modalHandleKey as c0,
|
|
69819
|
+
BSModal as c1,
|
|
69820
|
+
useModal as c2,
|
|
69821
|
+
provideModalHandle as c3,
|
|
69822
|
+
createModalPlugin as c4,
|
|
69823
|
+
notificationEntries as c5,
|
|
69824
|
+
showNotification as c6,
|
|
69825
|
+
alarmEntries as c7,
|
|
69826
|
+
showAlarm as c8,
|
|
69827
|
+
closeAlarm as c9,
|
|
69828
|
+
isBlankMultiLangString as cA,
|
|
69829
|
+
isMultiLangStringValidRequired as cB,
|
|
69830
|
+
addPrefixToMultiLangString as cC,
|
|
69831
|
+
isBlankMultiLangImageFile as cD,
|
|
69832
|
+
isMultiLangImageFileValidRequired as cE,
|
|
69833
|
+
localeNameProvider as cF,
|
|
69834
|
+
debounce$2 as cG,
|
|
69835
|
+
tooltipEntry as ca,
|
|
69836
|
+
showTooltip$1 as cb,
|
|
69837
|
+
hideTooltip$1 as cc,
|
|
69838
|
+
isTooltipDisplayed as cd,
|
|
69839
|
+
showLoadingIcon as ce,
|
|
69840
|
+
showLoading as cf,
|
|
69841
|
+
hideLoading as cg,
|
|
69842
|
+
withLoading as ch,
|
|
69843
|
+
contextMenuPluginKey as ci,
|
|
69844
|
+
BSContextMenuPlugin as cj,
|
|
69845
|
+
useContextMenu as ck,
|
|
69846
|
+
useContextMenuOptional as cl,
|
|
69847
|
+
createContextMenuPlugin as cm,
|
|
69848
|
+
LocalStorageFavoriteMenuHandler as cn,
|
|
69849
|
+
DefaultFrameContext as co,
|
|
69850
|
+
createDefaultFrameContext as cp,
|
|
69851
|
+
provideDefaultFrameContext as cq,
|
|
69852
|
+
useDefaultFrame as cr,
|
|
69853
|
+
ShortcutKeyHandler as cs,
|
|
69854
|
+
I18NTexts as ct,
|
|
69855
|
+
i18n as cu,
|
|
69856
|
+
formatUtil as cv,
|
|
69857
|
+
waitUntil as cw,
|
|
69858
|
+
waitDuring as cx,
|
|
69859
|
+
tryUntil as cy,
|
|
69860
|
+
parsePathParam as cz,
|
|
69803
69861
|
_sfc_main$X as d,
|
|
69804
69862
|
extractYoutubeVideoId as e,
|
|
69805
69863
|
createInputGridHandler as f,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as dayjs, Dayjs } from 'dayjs';
|
|
2
2
|
|
|
3
|
-
export type FilterType = 'AND' | 'OR' | 'IN' | 'BT_V' | 'BT_D' | 'EQ' | 'NOT' | 'LIKE';
|
|
3
|
+
export type FilterType = 'AND' | 'OR' | 'IN' | 'BT_V' | 'BT_D' | 'EQ' | 'NOT' | 'LIKE' | 'NU' | 'NN';
|
|
4
4
|
export interface Filter {
|
|
5
5
|
serialize(): unknown[] | undefined;
|
|
6
6
|
isEmpty(): boolean;
|
|
@@ -85,6 +85,22 @@ export declare class BetweenDateFilter extends AbstractFilter {
|
|
|
85
85
|
serialize(): unknown[] | undefined;
|
|
86
86
|
isEmpty(): boolean;
|
|
87
87
|
}
|
|
88
|
+
export declare class IsNullFilter extends AbstractFilter implements LeafFilter {
|
|
89
|
+
readonly names: string[];
|
|
90
|
+
constructor(names: string[]);
|
|
91
|
+
toString(): string;
|
|
92
|
+
serialize(): unknown[] | undefined;
|
|
93
|
+
getFilterValueString(): string | string[];
|
|
94
|
+
isEmpty(): boolean;
|
|
95
|
+
}
|
|
96
|
+
export declare class IsNotNullFilter extends AbstractFilter implements LeafFilter {
|
|
97
|
+
readonly names: string[];
|
|
98
|
+
constructor(names: string[]);
|
|
99
|
+
toString(): string;
|
|
100
|
+
serialize(): unknown[] | undefined;
|
|
101
|
+
getFilterValueString(): string | string[];
|
|
102
|
+
isEmpty(): boolean;
|
|
103
|
+
}
|
|
88
104
|
export declare const andFilter: (filters: Filter[]) => AndFilter;
|
|
89
105
|
export declare const orFilter: (filters: Filter[]) => OrFilter;
|
|
90
106
|
export declare const notFilter: (filter: Filter) => NotFilter;
|
|
@@ -93,4 +109,6 @@ export declare const likeFilter: (names: string[], value: string, prefix?: boole
|
|
|
93
109
|
export declare const equalFilter: (names: string[], value: string | number | boolean, ignoreCase?: boolean) => EqualFilter;
|
|
94
110
|
export declare const betweenFilter: (name: string, fromValue?: string | number, toValue?: string | number) => BetweenFilter;
|
|
95
111
|
export declare const betweenDateFilter: (name: string, fromValue?: Date | Dayjs | string, toValue?: Date | Dayjs | string) => BetweenDateFilter;
|
|
112
|
+
export declare const isNullFilter: (names: string[]) => IsNullFilter;
|
|
113
|
+
export declare const isNotNullFilter: (names: string[]) => IsNotNullFilter;
|
|
96
114
|
export declare const acceptFilter: (filter: Filter, visit: (filter: Filter) => boolean | undefined) => void;
|