@g1cloud/bluesea 5.0.0-beta.20 → 5.0.0-beta.21
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-bXdRoQ4g.js → BSAlertModal-CYU9CQls.js} +1 -1
- package/dist/{BSGridColumnSettingModal-CnqefrIo.js → BSGridColumnSettingModal-ZZsojFuF.js} +1 -1
- package/dist/{BSRichTextMaximizedModal-Dc9sFpvh.js → BSRichTextMaximizedModal-SyLzOqK2.js} +1 -1
- package/dist/{BSYesNoModal-nTiw15vA.js → BSYesNoModal-BnlBSnTl.js} +1 -1
- package/dist/{BSYoutubeInputModal-DN55K-10.js → BSYoutubeInputModal-DoEETszL.js} +7 -2
- package/dist/{ImageInsertModal-999e_ass.js → ImageInsertModal-CB7nCYk5.js} +2 -2
- package/dist/{ImageProperties.vue_vue_type_script_setup_true_lang-Dk8Skxl0.js → ImageProperties.vue_vue_type_script_setup_true_lang-D6zZgPOW.js} +1 -1
- package/dist/{ImagePropertiesModal-D6g2ZYpb.js → ImagePropertiesModal-DhC1BIGM.js} +2 -2
- package/dist/{LinkPropertiesModal-DUAsPJ5g.js → LinkPropertiesModal-CiC7e3lM.js} +1 -1
- package/dist/{TableInsertModal-DuK1nGxQ.js → TableInsertModal-D6pcuU2G.js} +1 -1
- package/dist/{TablePropertiesModal-Dn_ozHTt.js → TablePropertiesModal-dyMd6ysL.js} +1 -1
- package/dist/{VideoInsertModal-CjB8Vfny.js → VideoInsertModal-B1uHQRye.js} +2 -2
- package/dist/{VideoProperties.vue_vue_type_script_setup_true_lang-C41jIi69.js → VideoProperties.vue_vue_type_script_setup_true_lang-CuzZ0FvR.js} +1 -1
- package/dist/{VideoPropertiesModal-CZyluT1C.js → VideoPropertiesModal-CWq4UM9A.js} +2 -2
- package/dist/{YoutubeInsertModal-C3VKZ3MM.js → YoutubeInsertModal-BrhwLQmb.js} +2 -2
- package/dist/{YoutubeProperties.vue_vue_type_script_setup_true_lang-D5zcnp25.js → YoutubeProperties.vue_vue_type_script_setup_true_lang-AiYZ7nOr.js} +1 -1
- package/dist/{YoutubePropertiesModal-VGbyMXuR.js → YoutubePropertiesModal-BcDH9UvU.js} +2 -2
- package/dist/bluesea.js +218 -216
- package/dist/bluesea.umd.cjs +19 -3
- package/dist/component/input/ImageUploadModel.d.ts +2 -0
- package/dist/{index-uI4FYMrx.js → index-D3w5seMa.js} +251 -240
- package/package.json +1 -1
|
@@ -368,8 +368,8 @@ const defaultAddressInputComponentConfig = {
|
|
|
368
368
|
countryConfigs: ADDRESS_COUNTRY_CONFIGS
|
|
369
369
|
};
|
|
370
370
|
const defaultRichTextComponentConfig = {
|
|
371
|
-
imageInsertModal: defineAsyncComponent(() => import("./ImageInsertModal-
|
|
372
|
-
videoInsertModal: defineAsyncComponent(() => import("./VideoInsertModal-
|
|
371
|
+
imageInsertModal: defineAsyncComponent(() => import("./ImageInsertModal-CB7nCYk5.js")),
|
|
372
|
+
videoInsertModal: defineAsyncComponent(() => import("./VideoInsertModal-B1uHQRye.js")),
|
|
373
373
|
toolButtons: [
|
|
374
374
|
"Heading",
|
|
375
375
|
"FontSize",
|
|
@@ -6322,7 +6322,7 @@ class BSModal {
|
|
|
6322
6322
|
}
|
|
6323
6323
|
openAlert(title, message, clickHandler2) {
|
|
6324
6324
|
const option = {
|
|
6325
|
-
component: defineAsyncComponent(() => import("./BSAlertModal-
|
|
6325
|
+
component: defineAsyncComponent(() => import("./BSAlertModal-CYU9CQls.js")),
|
|
6326
6326
|
bind: {
|
|
6327
6327
|
title,
|
|
6328
6328
|
message
|
|
@@ -6335,7 +6335,7 @@ class BSModal {
|
|
|
6335
6335
|
}
|
|
6336
6336
|
openYesNo(title, message, yesHandler, noHandler) {
|
|
6337
6337
|
const option = {
|
|
6338
|
-
component: defineAsyncComponent(() => import("./BSYesNoModal-
|
|
6338
|
+
component: defineAsyncComponent(() => import("./BSYesNoModal-BnlBSnTl.js")),
|
|
6339
6339
|
bind: {
|
|
6340
6340
|
title,
|
|
6341
6341
|
message
|
|
@@ -31469,13 +31469,13 @@ const tableContextMenus = (modal, editor) => {
|
|
|
31469
31469
|
};
|
|
31470
31470
|
const showTableProperties = (modal, editor) => {
|
|
31471
31471
|
modal.openModal({
|
|
31472
|
-
component: defineAsyncComponent(() => import("./TablePropertiesModal-
|
|
31472
|
+
component: defineAsyncComponent(() => import("./TablePropertiesModal-dyMd6ysL.js")),
|
|
31473
31473
|
bind: { editor }
|
|
31474
31474
|
});
|
|
31475
31475
|
};
|
|
31476
31476
|
const insertTable = (modal, editor) => {
|
|
31477
31477
|
modal.openModal({
|
|
31478
|
-
component: defineAsyncComponent(() => import("./TableInsertModal-
|
|
31478
|
+
component: defineAsyncComponent(() => import("./TableInsertModal-D6pcuU2G.js")),
|
|
31479
31479
|
bind: { editor }
|
|
31480
31480
|
});
|
|
31481
31481
|
};
|
|
@@ -31640,7 +31640,7 @@ const insertImage = (modal, editor) => {
|
|
|
31640
31640
|
const component = (_a2 = blueseaConfig.componentConfig.richText) == null ? void 0 : _a2.imageInsertModal;
|
|
31641
31641
|
if (component) {
|
|
31642
31642
|
modal.openModal({
|
|
31643
|
-
component: defineAsyncComponent(() => import("./ImageInsertModal-
|
|
31643
|
+
component: defineAsyncComponent(() => import("./ImageInsertModal-CB7nCYk5.js")),
|
|
31644
31644
|
bind: { editor },
|
|
31645
31645
|
on: {
|
|
31646
31646
|
insertImage: (image) => {
|
|
@@ -31658,7 +31658,7 @@ const insertImage = (modal, editor) => {
|
|
|
31658
31658
|
};
|
|
31659
31659
|
const showImageProperties = (modal, editor) => {
|
|
31660
31660
|
modal.openModal({
|
|
31661
|
-
component: defineAsyncComponent(() => import("./ImagePropertiesModal-
|
|
31661
|
+
component: defineAsyncComponent(() => import("./ImagePropertiesModal-DhC1BIGM.js")),
|
|
31662
31662
|
bind: { editor }
|
|
31663
31663
|
});
|
|
31664
31664
|
};
|
|
@@ -32019,13 +32019,13 @@ const youtubeContextMenu = (modal, editor) => {
|
|
|
32019
32019
|
};
|
|
32020
32020
|
const insertYoutube = (modal, editor) => {
|
|
32021
32021
|
modal.openModal({
|
|
32022
|
-
component: defineAsyncComponent(() => import("./YoutubeInsertModal-
|
|
32022
|
+
component: defineAsyncComponent(() => import("./YoutubeInsertModal-BrhwLQmb.js")),
|
|
32023
32023
|
bind: { editor }
|
|
32024
32024
|
});
|
|
32025
32025
|
};
|
|
32026
32026
|
const showYoutubeProperties = (modal, editor) => {
|
|
32027
32027
|
modal.openModal({
|
|
32028
|
-
component: defineAsyncComponent(() => import("./YoutubePropertiesModal-
|
|
32028
|
+
component: defineAsyncComponent(() => import("./YoutubePropertiesModal-BcDH9UvU.js")),
|
|
32029
32029
|
bind: { editor }
|
|
32030
32030
|
});
|
|
32031
32031
|
};
|
|
@@ -32069,7 +32069,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
|
|
|
32069
32069
|
const showLinkProperties = () => {
|
|
32070
32070
|
if (!props.disabled) {
|
|
32071
32071
|
modal.openModal({
|
|
32072
|
-
component: defineAsyncComponent(() => import("./LinkPropertiesModal-
|
|
32072
|
+
component: defineAsyncComponent(() => import("./LinkPropertiesModal-CiC7e3lM.js")),
|
|
32073
32073
|
bind: {
|
|
32074
32074
|
editor: props.editor
|
|
32075
32075
|
}
|
|
@@ -32434,7 +32434,7 @@ const insertVideo = (modal, editor) => {
|
|
|
32434
32434
|
const component = (_a2 = blueseaConfig.componentConfig.richText) == null ? void 0 : _a2.videoInsertModal;
|
|
32435
32435
|
if (component) {
|
|
32436
32436
|
modal.openModal({
|
|
32437
|
-
component: defineAsyncComponent(() => import("./VideoInsertModal-
|
|
32437
|
+
component: defineAsyncComponent(() => import("./VideoInsertModal-B1uHQRye.js")),
|
|
32438
32438
|
bind: { editor },
|
|
32439
32439
|
on: {
|
|
32440
32440
|
insertVideo: (video) => {
|
|
@@ -32452,7 +32452,7 @@ const insertVideo = (modal, editor) => {
|
|
|
32452
32452
|
};
|
|
32453
32453
|
const showVideoProperties = (modal, editor) => {
|
|
32454
32454
|
modal.openModal({
|
|
32455
|
-
component: defineAsyncComponent(() => import("./VideoPropertiesModal-
|
|
32455
|
+
component: defineAsyncComponent(() => import("./VideoPropertiesModal-CWq4UM9A.js")),
|
|
32456
32456
|
bind: { editor }
|
|
32457
32457
|
});
|
|
32458
32458
|
};
|
|
@@ -34630,7 +34630,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
34630
34630
|
emit("maximized");
|
|
34631
34631
|
if (!props.internalMaximized) {
|
|
34632
34632
|
modal.openModal({
|
|
34633
|
-
component: defineAsyncComponent(() => import("./BSRichTextMaximizedModal-
|
|
34633
|
+
component: defineAsyncComponent(() => import("./BSRichTextMaximizedModal-SyLzOqK2.js")),
|
|
34634
34634
|
bind: {
|
|
34635
34635
|
modelValue: getEditorValue(),
|
|
34636
34636
|
contentMaxWidth: props.contentMaxWidth,
|
|
@@ -34722,17 +34722,26 @@ const getMediaType = (url) => {
|
|
|
34722
34722
|
return "Image";
|
|
34723
34723
|
} else if ((_d = (_c = blueseaConfig.componentConfig.upload) == null ? void 0 : _c.videoFileExt) == null ? void 0 : _d.includes(ext)) {
|
|
34724
34724
|
return "Video";
|
|
34725
|
-
} else if (url.includes("youtube.com") || url.includes("youtu.be")) {
|
|
34725
|
+
} else if (url.includes("youtube.com") || url.includes("youtu.be") || url.includes("youtube-nocookie.com")) {
|
|
34726
34726
|
return "Youtube";
|
|
34727
34727
|
} else {
|
|
34728
34728
|
return "Unknown";
|
|
34729
34729
|
}
|
|
34730
34730
|
};
|
|
34731
34731
|
const extractYoutubeVideoId = (url) => {
|
|
34732
|
-
const regex = /(?:youtube\.com\/(?:[^\/\n\s]+\/\S+\/|(?:v|embed|shorts)\/|\S*?[?&]v=)|youtu\.be\/)([a-zA-Z0-9_-]{11})/;
|
|
34732
|
+
const regex = /(?:(?:youtube|youtube-nocookie)\.com\/(?:[^\/\n\s]+\/\S+\/|(?:v|embed|shorts)\/|\S*?[?&]v=)|youtu\.be\/)([a-zA-Z0-9_-]{11})/;
|
|
34733
34733
|
const match = url.match(regex);
|
|
34734
34734
|
return match ? match[1] : void 0;
|
|
34735
34735
|
};
|
|
34736
|
+
const isYoutubeNocookieUrl = (url) => {
|
|
34737
|
+
return url.includes("youtube-nocookie.com");
|
|
34738
|
+
};
|
|
34739
|
+
const buildYoutubeUrl = (videoId, nocookie) => {
|
|
34740
|
+
if (nocookie) {
|
|
34741
|
+
return `https://www.youtube-nocookie.com/embed/${videoId}`;
|
|
34742
|
+
}
|
|
34743
|
+
return `https://youtu.be/${videoId}`;
|
|
34744
|
+
};
|
|
34736
34745
|
class MediaObjectUrlStore {
|
|
34737
34746
|
constructor() {
|
|
34738
34747
|
__publicField(this, "createdObjectUrls", []);
|
|
@@ -35168,7 +35177,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
35168
35177
|
const modal = useModal();
|
|
35169
35178
|
const enterYoutubeUrl = () => {
|
|
35170
35179
|
modal.openModal({
|
|
35171
|
-
component: defineAsyncComponent(() => import("./BSYoutubeInputModal-
|
|
35180
|
+
component: defineAsyncComponent(() => import("./BSYoutubeInputModal-DoEETszL.js")),
|
|
35172
35181
|
on: {
|
|
35173
35182
|
"update:modelValue": (url) => {
|
|
35174
35183
|
emit("update:modelValue", {
|
|
@@ -38824,7 +38833,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
|
|
|
38824
38833
|
const modal = useModal();
|
|
38825
38834
|
const openSettingModal = () => {
|
|
38826
38835
|
modal.openModal({
|
|
38827
|
-
component: defineAsyncComponent(() => import("./BSGridColumnSettingModal-
|
|
38836
|
+
component: defineAsyncComponent(() => import("./BSGridColumnSettingModal-ZZsojFuF.js")),
|
|
38828
38837
|
bind: {
|
|
38829
38838
|
columns: props.columns,
|
|
38830
38839
|
columnSettings: props.columnSettings,
|
|
@@ -70610,237 +70619,239 @@ const localeNameProvider = (locale) => {
|
|
|
70610
70619
|
};
|
|
70611
70620
|
const BLUESEA_VERSION = "5.0.0";
|
|
70612
70621
|
export {
|
|
70613
|
-
|
|
70614
|
-
|
|
70622
|
+
Editor$1 as $,
|
|
70623
|
+
_sfc_main$1G as A,
|
|
70615
70624
|
BSButton as B,
|
|
70616
|
-
_sfc_main$
|
|
70617
|
-
|
|
70618
|
-
|
|
70619
|
-
|
|
70620
|
-
|
|
70621
|
-
_sfc_main$
|
|
70622
|
-
_sfc_main$
|
|
70623
|
-
_sfc_main$
|
|
70624
|
-
_sfc_main$
|
|
70625
|
-
_sfc_main$
|
|
70626
|
-
_sfc_main$
|
|
70627
|
-
_sfc_main$
|
|
70628
|
-
_sfc_main$
|
|
70629
|
-
_sfc_main$
|
|
70630
|
-
_sfc_main$
|
|
70631
|
-
_sfc_main$
|
|
70632
|
-
_sfc_main$
|
|
70633
|
-
_sfc_main$
|
|
70634
|
-
_sfc_main$
|
|
70635
|
-
_sfc_main$
|
|
70636
|
-
|
|
70637
|
-
_sfc_main$
|
|
70638
|
-
|
|
70639
|
-
_sfc_main$
|
|
70625
|
+
_sfc_main$1E as C,
|
|
70626
|
+
BSLink as D,
|
|
70627
|
+
_sfc_main$1B as E,
|
|
70628
|
+
BSConsole as F,
|
|
70629
|
+
BSLoadingIcon as G,
|
|
70630
|
+
_sfc_main$1y as H,
|
|
70631
|
+
_sfc_main$1x as I,
|
|
70632
|
+
_sfc_main$1w as J,
|
|
70633
|
+
_sfc_main$1v as K,
|
|
70634
|
+
_sfc_main$1t as L,
|
|
70635
|
+
_sfc_main$1s as M,
|
|
70636
|
+
_sfc_main$1r as N,
|
|
70637
|
+
_sfc_main$1p as O,
|
|
70638
|
+
_sfc_main$1n as P,
|
|
70639
|
+
_sfc_main$1k as Q,
|
|
70640
|
+
_sfc_main$1i as R,
|
|
70641
|
+
_sfc_main$1m as S,
|
|
70642
|
+
_sfc_main$1h as T,
|
|
70643
|
+
_sfc_main$1H as U,
|
|
70644
|
+
_sfc_main$1g as V,
|
|
70645
|
+
_sfc_main$1d as W,
|
|
70646
|
+
_sfc_main$1c as X,
|
|
70647
|
+
BSPopupSelect as Y,
|
|
70648
|
+
_sfc_main$1a as Z,
|
|
70640
70649
|
_sfc_main$d as _,
|
|
70641
70650
|
_sfc_main$A as a,
|
|
70642
|
-
|
|
70643
|
-
_sfc_main$
|
|
70644
|
-
|
|
70645
|
-
_sfc_main$
|
|
70646
|
-
_sfc_main$
|
|
70647
|
-
_sfc_main$
|
|
70648
|
-
_sfc_main$
|
|
70649
|
-
_sfc_main$
|
|
70650
|
-
_sfc_main$
|
|
70651
|
-
_sfc_main$
|
|
70652
|
-
|
|
70653
|
-
_sfc_main as aA,
|
|
70654
|
-
|
|
70655
|
-
|
|
70656
|
-
|
|
70657
|
-
|
|
70658
|
-
|
|
70659
|
-
|
|
70660
|
-
|
|
70661
|
-
|
|
70662
|
-
|
|
70663
|
-
|
|
70664
|
-
|
|
70665
|
-
|
|
70666
|
-
|
|
70667
|
-
|
|
70668
|
-
|
|
70669
|
-
|
|
70670
|
-
|
|
70671
|
-
|
|
70672
|
-
|
|
70673
|
-
|
|
70674
|
-
|
|
70675
|
-
|
|
70676
|
-
|
|
70677
|
-
|
|
70678
|
-
|
|
70679
|
-
|
|
70680
|
-
_sfc_main$
|
|
70681
|
-
|
|
70682
|
-
_sfc_main$
|
|
70683
|
-
|
|
70684
|
-
_sfc_main$
|
|
70685
|
-
|
|
70686
|
-
_sfc_main$
|
|
70687
|
-
|
|
70688
|
-
_sfc_main$
|
|
70689
|
-
|
|
70690
|
-
_sfc_main$
|
|
70691
|
-
_sfc_main$
|
|
70692
|
-
_sfc_main$
|
|
70693
|
-
_sfc_main$
|
|
70694
|
-
_sfc_main$
|
|
70695
|
-
_sfc_main$
|
|
70696
|
-
_sfc_main$
|
|
70697
|
-
_sfc_main$
|
|
70698
|
-
_sfc_main$
|
|
70699
|
-
_sfc_main$
|
|
70700
|
-
_sfc_main$
|
|
70701
|
-
_sfc_main$
|
|
70702
|
-
_sfc_main$
|
|
70703
|
-
|
|
70704
|
-
_sfc_main$
|
|
70705
|
-
|
|
70651
|
+
PageGridHandlerImpl as a$,
|
|
70652
|
+
_sfc_main$W as a0,
|
|
70653
|
+
BSMultiImageUpload as a1,
|
|
70654
|
+
_sfc_main$U as a2,
|
|
70655
|
+
_sfc_main$T as a3,
|
|
70656
|
+
_sfc_main$E as a4,
|
|
70657
|
+
_sfc_main$D as a5,
|
|
70658
|
+
_sfc_main$H as a6,
|
|
70659
|
+
_sfc_main$G as a7,
|
|
70660
|
+
_sfc_main$F as a8,
|
|
70661
|
+
_sfc_main$B as a9,
|
|
70662
|
+
_sfc_main$9 as aA,
|
|
70663
|
+
_sfc_main$1 as aB,
|
|
70664
|
+
_sfc_main as aC,
|
|
70665
|
+
vClickOutside as aD,
|
|
70666
|
+
t$1 as aE,
|
|
70667
|
+
interpretMultiLangText as aF,
|
|
70668
|
+
vTooltip as aG,
|
|
70669
|
+
VFocusJump as aH,
|
|
70670
|
+
VFocusLoop as aI,
|
|
70671
|
+
NAME_INPUT_STYLE_DEFAULT as aJ,
|
|
70672
|
+
NAME_INPUT_STYLE_2 as aK,
|
|
70673
|
+
NAME_INPUT_STYLE_3 as aL,
|
|
70674
|
+
NAME_INPUT_STYLE_JP as aM,
|
|
70675
|
+
ADDRESS_COUNTRY_CONFIGS as aN,
|
|
70676
|
+
ADDRESS_COUNTRY_CONFIG_DEFAULT as aO,
|
|
70677
|
+
defaultAddressInputComponentConfig as aP,
|
|
70678
|
+
defaultRichTextComponentConfig as aQ,
|
|
70679
|
+
defaultUploadComponentConfig as aR,
|
|
70680
|
+
defaultTabSheetComponentConfig as aS,
|
|
70681
|
+
blueseaConfig as aT,
|
|
70682
|
+
configureBluesea as aU,
|
|
70683
|
+
getMediaType as aV,
|
|
70684
|
+
MediaObjectUrlStore as aW,
|
|
70685
|
+
DEFAULT_GRID_COLUMN_WIDTH as aX,
|
|
70686
|
+
nameFilterCreator as aY,
|
|
70687
|
+
EditingRows as aZ,
|
|
70688
|
+
createPageGridHandler as a_,
|
|
70689
|
+
_sfc_main$y as aa,
|
|
70690
|
+
BSListControl as ab,
|
|
70691
|
+
_sfc_main$w as ac,
|
|
70692
|
+
_sfc_main$v as ad,
|
|
70693
|
+
_sfc_main$1e as ae,
|
|
70694
|
+
BSTreeControl as af,
|
|
70695
|
+
_sfc_main$t as ag,
|
|
70696
|
+
_sfc_main$s as ah,
|
|
70697
|
+
_sfc_main$r as ai,
|
|
70698
|
+
BSMultiLangExpandButton as aj,
|
|
70699
|
+
_sfc_main$p as ak,
|
|
70700
|
+
_sfc_main$m as al,
|
|
70701
|
+
_sfc_main$l as am,
|
|
70702
|
+
_sfc_main$k as an,
|
|
70703
|
+
_sfc_main$j as ao,
|
|
70704
|
+
_sfc_main$h as ap,
|
|
70705
|
+
_sfc_main$g as aq,
|
|
70706
|
+
_sfc_main$o as ar,
|
|
70707
|
+
_sfc_main$n as as,
|
|
70708
|
+
_sfc_main$1K as at,
|
|
70709
|
+
_sfc_main$1J as au,
|
|
70710
|
+
_sfc_main$1q as av,
|
|
70711
|
+
_sfc_main$1o as aw,
|
|
70712
|
+
_sfc_main$e as ax,
|
|
70713
|
+
_sfc_main$b as ay,
|
|
70714
|
+
BSAlarmFrame as az,
|
|
70706
70715
|
_sfc_main$1L as b,
|
|
70707
|
-
|
|
70708
|
-
|
|
70709
|
-
|
|
70710
|
-
|
|
70711
|
-
|
|
70712
|
-
|
|
70713
|
-
|
|
70714
|
-
|
|
70715
|
-
|
|
70716
|
-
|
|
70717
|
-
|
|
70718
|
-
|
|
70719
|
-
|
|
70720
|
-
|
|
70721
|
-
|
|
70722
|
-
|
|
70723
|
-
|
|
70724
|
-
|
|
70725
|
-
|
|
70726
|
-
|
|
70727
|
-
|
|
70728
|
-
|
|
70729
|
-
|
|
70730
|
-
|
|
70731
|
-
|
|
70732
|
-
|
|
70733
|
-
|
|
70734
|
-
|
|
70735
|
-
|
|
70736
|
-
|
|
70737
|
-
|
|
70738
|
-
|
|
70739
|
-
|
|
70740
|
-
|
|
70741
|
-
|
|
70742
|
-
|
|
70743
|
-
|
|
70744
|
-
|
|
70745
|
-
|
|
70746
|
-
|
|
70747
|
-
|
|
70748
|
-
|
|
70749
|
-
|
|
70750
|
-
|
|
70751
|
-
|
|
70752
|
-
|
|
70753
|
-
|
|
70754
|
-
|
|
70755
|
-
|
|
70756
|
-
|
|
70757
|
-
|
|
70758
|
-
|
|
70759
|
-
|
|
70760
|
-
|
|
70761
|
-
|
|
70762
|
-
|
|
70763
|
-
|
|
70764
|
-
|
|
70765
|
-
|
|
70766
|
-
|
|
70767
|
-
|
|
70768
|
-
|
|
70769
|
-
|
|
70770
|
-
|
|
70716
|
+
equalFilter as b$,
|
|
70717
|
+
EditablePageGridHandlerImpl as b0,
|
|
70718
|
+
InputGridHandlerImpl as b1,
|
|
70719
|
+
EditableInputGridHandlerImpl as b2,
|
|
70720
|
+
GridHandlerSelectDeleteSupport as b3,
|
|
70721
|
+
GridHandlerEditableSupport as b4,
|
|
70722
|
+
LocalStorageGridPreferenceStore as b5,
|
|
70723
|
+
mergeSameValueVertical as b6,
|
|
70724
|
+
defaultCellFormatter as b7,
|
|
70725
|
+
gridExcelDownloadExtension as b8,
|
|
70726
|
+
downloadGridDataAsExcel as b9,
|
|
70727
|
+
SavePointImpl as bA,
|
|
70728
|
+
provideSavePoint as bB,
|
|
70729
|
+
useSavePoint as bC,
|
|
70730
|
+
cancelProvidedSavePoint as bD,
|
|
70731
|
+
isMultiLangMessage as bE,
|
|
70732
|
+
isNameEmpty as bF,
|
|
70733
|
+
serializeName as bG,
|
|
70734
|
+
serializeTel as bH,
|
|
70735
|
+
serializeAddress as bI,
|
|
70736
|
+
IllegalAccessError as bJ,
|
|
70737
|
+
PaginatedList as bK,
|
|
70738
|
+
AbstractFilter as bL,
|
|
70739
|
+
AndFilter as bM,
|
|
70740
|
+
OrFilter as bN,
|
|
70741
|
+
NotFilter as bO,
|
|
70742
|
+
InFilter as bP,
|
|
70743
|
+
LikeFilter as bQ,
|
|
70744
|
+
EqualFilter as bR,
|
|
70745
|
+
BetweenFilter as bS,
|
|
70746
|
+
BetweenDateFilter as bT,
|
|
70747
|
+
IsNullFilter as bU,
|
|
70748
|
+
IsNotNullFilter as bV,
|
|
70749
|
+
andFilter as bW,
|
|
70750
|
+
orFilter as bX,
|
|
70751
|
+
notFilter as bY,
|
|
70752
|
+
inFilter as bZ,
|
|
70753
|
+
likeFilter as b_,
|
|
70754
|
+
convertDateRangePresetKey as ba,
|
|
70755
|
+
BetweenDateFilterWithPreset as bb,
|
|
70756
|
+
provideTabManager as bc,
|
|
70757
|
+
useTabManager as bd,
|
|
70758
|
+
useTabManagerSilently as be,
|
|
70759
|
+
TabStatusManagerImpl as bf,
|
|
70760
|
+
provideTabStatusManager as bg,
|
|
70761
|
+
useTabStatusManager as bh,
|
|
70762
|
+
createTreeHandler as bi,
|
|
70763
|
+
defaultExpandMultiLang as bj,
|
|
70764
|
+
toggleDefaultExpandMultiLang as bk,
|
|
70765
|
+
localeBasedExtraItemValidationRules as bl,
|
|
70766
|
+
ValidationFailedError as bm,
|
|
70767
|
+
isValidationFailedError as bn,
|
|
70768
|
+
storeFieldValidator as bo,
|
|
70769
|
+
loadFieldValidator as bp,
|
|
70770
|
+
findFieldValidatorElements as bq,
|
|
70771
|
+
validateField as br,
|
|
70772
|
+
validateFields as bs,
|
|
70773
|
+
fieldValidator as bt,
|
|
70774
|
+
executeFieldValidationRule as bu,
|
|
70775
|
+
executeRequiredValidation as bv,
|
|
70776
|
+
executeRegExpValidation as bw,
|
|
70777
|
+
executeBetweenLengthValidation as bx,
|
|
70778
|
+
executeBetweenValueValidation as by,
|
|
70779
|
+
executeDateRangeValidation as bz,
|
|
70771
70780
|
_sfc_main$1D as c,
|
|
70772
|
-
|
|
70773
|
-
|
|
70774
|
-
|
|
70775
|
-
|
|
70776
|
-
|
|
70777
|
-
|
|
70778
|
-
|
|
70779
|
-
|
|
70780
|
-
|
|
70781
|
-
|
|
70782
|
-
|
|
70783
|
-
|
|
70784
|
-
|
|
70785
|
-
|
|
70786
|
-
|
|
70787
|
-
|
|
70788
|
-
|
|
70789
|
-
|
|
70790
|
-
|
|
70791
|
-
|
|
70792
|
-
|
|
70793
|
-
|
|
70794
|
-
|
|
70795
|
-
|
|
70796
|
-
|
|
70797
|
-
|
|
70798
|
-
|
|
70799
|
-
|
|
70800
|
-
|
|
70801
|
-
|
|
70802
|
-
|
|
70803
|
-
|
|
70804
|
-
|
|
70805
|
-
|
|
70806
|
-
|
|
70807
|
-
|
|
70808
|
-
|
|
70809
|
-
|
|
70810
|
-
|
|
70811
|
-
|
|
70812
|
-
|
|
70813
|
-
|
|
70814
|
-
|
|
70815
|
-
|
|
70816
|
-
|
|
70817
|
-
|
|
70818
|
-
|
|
70819
|
-
|
|
70820
|
-
|
|
70821
|
-
|
|
70822
|
-
|
|
70781
|
+
betweenFilter as c0,
|
|
70782
|
+
betweenDateFilter as c1,
|
|
70783
|
+
isNullFilter as c2,
|
|
70784
|
+
isNotNullFilter as c3,
|
|
70785
|
+
acceptFilter as c4,
|
|
70786
|
+
SearchParam as c5,
|
|
70787
|
+
provideFieldContext as c6,
|
|
70788
|
+
useFieldContext as c7,
|
|
70789
|
+
serializeMoney as c8,
|
|
70790
|
+
modalPluginKey as c9,
|
|
70791
|
+
provideDefaultFrameContext as cA,
|
|
70792
|
+
useDefaultFrame as cB,
|
|
70793
|
+
ShortcutKeyHandler as cC,
|
|
70794
|
+
I18NTexts as cD,
|
|
70795
|
+
i18n as cE,
|
|
70796
|
+
formatUtil as cF,
|
|
70797
|
+
waitUntil as cG,
|
|
70798
|
+
waitDuring as cH,
|
|
70799
|
+
tryUntil as cI,
|
|
70800
|
+
parsePathParam as cJ,
|
|
70801
|
+
isBlankMultiLangString as cK,
|
|
70802
|
+
isMultiLangStringValidRequired as cL,
|
|
70803
|
+
addPrefixToMultiLangString as cM,
|
|
70804
|
+
isBlankMultiLangImageFile as cN,
|
|
70805
|
+
isMultiLangImageFileValidRequired as cO,
|
|
70806
|
+
localeNameProvider as cP,
|
|
70807
|
+
debounce$2 as cQ,
|
|
70808
|
+
modalHandleKey as ca,
|
|
70809
|
+
BSModal as cb,
|
|
70810
|
+
useModal as cc,
|
|
70811
|
+
provideModalHandle as cd,
|
|
70812
|
+
createModalPlugin as ce,
|
|
70813
|
+
notificationEntries as cf,
|
|
70814
|
+
showNotification as cg,
|
|
70815
|
+
alarmEntries as ch,
|
|
70816
|
+
showAlarm as ci,
|
|
70817
|
+
closeAlarm as cj,
|
|
70818
|
+
tooltipEntry as ck,
|
|
70819
|
+
showTooltip$1 as cl,
|
|
70820
|
+
hideTooltip$1 as cm,
|
|
70821
|
+
isTooltipDisplayed as cn,
|
|
70822
|
+
showLoadingIcon as co,
|
|
70823
|
+
showLoading as cp,
|
|
70824
|
+
hideLoading as cq,
|
|
70825
|
+
withLoading as cr,
|
|
70826
|
+
contextMenuPluginKey as cs,
|
|
70827
|
+
BSContextMenuPlugin as ct,
|
|
70828
|
+
useContextMenu as cu,
|
|
70829
|
+
useContextMenuOptional as cv,
|
|
70830
|
+
createContextMenuPlugin as cw,
|
|
70831
|
+
LocalStorageFavoriteMenuHandler as cx,
|
|
70832
|
+
DefaultFrameContext as cy,
|
|
70833
|
+
createDefaultFrameContext as cz,
|
|
70823
70834
|
_sfc_main$Y as d,
|
|
70824
70835
|
extractYoutubeVideoId as e,
|
|
70825
|
-
|
|
70826
|
-
|
|
70827
|
-
_sfc_main$
|
|
70828
|
-
|
|
70829
|
-
|
|
70830
|
-
|
|
70831
|
-
|
|
70832
|
-
|
|
70836
|
+
buildYoutubeUrl as f,
|
|
70837
|
+
createInputGridHandler as g,
|
|
70838
|
+
_sfc_main$I as h,
|
|
70839
|
+
isYoutubeNocookieUrl as i,
|
|
70840
|
+
_sfc_main$1u as j,
|
|
70841
|
+
_sfc_main$1j as k,
|
|
70842
|
+
vFocusOnLoad as l,
|
|
70843
|
+
componentUtil as m,
|
|
70833
70844
|
notNull as n,
|
|
70834
|
-
|
|
70835
|
-
|
|
70836
|
-
|
|
70837
|
-
|
|
70838
|
-
|
|
70839
|
-
|
|
70845
|
+
_sfc_main$1l as o,
|
|
70846
|
+
formValidator as p,
|
|
70847
|
+
findImageNode as q,
|
|
70848
|
+
imageInfoNumberToPixel as r,
|
|
70849
|
+
findYoutubeNode as s,
|
|
70850
|
+
normalizeYoutubeInfoData as t,
|
|
70840
70851
|
useModalHandle as u,
|
|
70841
70852
|
vT as v,
|
|
70842
|
-
|
|
70843
|
-
|
|
70853
|
+
findVideoNode as w,
|
|
70854
|
+
videoInfoNumberToPixel as x,
|
|
70844
70855
|
youtubeInfoNumberToPixel as y,
|
|
70845
|
-
|
|
70856
|
+
BLUESEA_VERSION as z
|
|
70846
70857
|
};
|