@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.
Files changed (22) hide show
  1. package/dist/{BSAlertModal-bXdRoQ4g.js → BSAlertModal-CYU9CQls.js} +1 -1
  2. package/dist/{BSGridColumnSettingModal-CnqefrIo.js → BSGridColumnSettingModal-ZZsojFuF.js} +1 -1
  3. package/dist/{BSRichTextMaximizedModal-Dc9sFpvh.js → BSRichTextMaximizedModal-SyLzOqK2.js} +1 -1
  4. package/dist/{BSYesNoModal-nTiw15vA.js → BSYesNoModal-BnlBSnTl.js} +1 -1
  5. package/dist/{BSYoutubeInputModal-DN55K-10.js → BSYoutubeInputModal-DoEETszL.js} +7 -2
  6. package/dist/{ImageInsertModal-999e_ass.js → ImageInsertModal-CB7nCYk5.js} +2 -2
  7. package/dist/{ImageProperties.vue_vue_type_script_setup_true_lang-Dk8Skxl0.js → ImageProperties.vue_vue_type_script_setup_true_lang-D6zZgPOW.js} +1 -1
  8. package/dist/{ImagePropertiesModal-D6g2ZYpb.js → ImagePropertiesModal-DhC1BIGM.js} +2 -2
  9. package/dist/{LinkPropertiesModal-DUAsPJ5g.js → LinkPropertiesModal-CiC7e3lM.js} +1 -1
  10. package/dist/{TableInsertModal-DuK1nGxQ.js → TableInsertModal-D6pcuU2G.js} +1 -1
  11. package/dist/{TablePropertiesModal-Dn_ozHTt.js → TablePropertiesModal-dyMd6ysL.js} +1 -1
  12. package/dist/{VideoInsertModal-CjB8Vfny.js → VideoInsertModal-B1uHQRye.js} +2 -2
  13. package/dist/{VideoProperties.vue_vue_type_script_setup_true_lang-C41jIi69.js → VideoProperties.vue_vue_type_script_setup_true_lang-CuzZ0FvR.js} +1 -1
  14. package/dist/{VideoPropertiesModal-CZyluT1C.js → VideoPropertiesModal-CWq4UM9A.js} +2 -2
  15. package/dist/{YoutubeInsertModal-C3VKZ3MM.js → YoutubeInsertModal-BrhwLQmb.js} +2 -2
  16. package/dist/{YoutubeProperties.vue_vue_type_script_setup_true_lang-D5zcnp25.js → YoutubeProperties.vue_vue_type_script_setup_true_lang-AiYZ7nOr.js} +1 -1
  17. package/dist/{YoutubePropertiesModal-VGbyMXuR.js → YoutubePropertiesModal-BcDH9UvU.js} +2 -2
  18. package/dist/bluesea.js +218 -216
  19. package/dist/bluesea.umd.cjs +19 -3
  20. package/dist/component/input/ImageUploadModel.d.ts +2 -0
  21. package/dist/{index-uI4FYMrx.js → index-D3w5seMa.js} +251 -240
  22. 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-999e_ass.js")),
372
- videoInsertModal: defineAsyncComponent(() => import("./VideoInsertModal-CjB8Vfny.js")),
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-bXdRoQ4g.js")),
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-nTiw15vA.js")),
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-Dn_ozHTt.js")),
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-DuK1nGxQ.js")),
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-999e_ass.js")),
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-D6g2ZYpb.js")),
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-C3VKZ3MM.js")),
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-VGbyMXuR.js")),
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-DUAsPJ5g.js")),
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-CjB8Vfny.js")),
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-CZyluT1C.js")),
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-Dc9sFpvh.js")),
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-DN55K-10.js")),
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-CnqefrIo.js")),
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
- BSMultiImageUpload as $,
70614
- BSLink as A,
70622
+ Editor$1 as $,
70623
+ _sfc_main$1G as A,
70615
70624
  BSButton as B,
70616
- _sfc_main$1B as C,
70617
- BSConsole as D,
70618
- BSLoadingIcon as E,
70619
- _sfc_main$1y as F,
70620
- _sfc_main$1x as G,
70621
- _sfc_main$1w as H,
70622
- _sfc_main$1v as I,
70623
- _sfc_main$1t as J,
70624
- _sfc_main$1s as K,
70625
- _sfc_main$1r as L,
70626
- _sfc_main$1p as M,
70627
- _sfc_main$1n as N,
70628
- _sfc_main$1k as O,
70629
- _sfc_main$1i as P,
70630
- _sfc_main$1m as Q,
70631
- _sfc_main$1h as R,
70632
- _sfc_main$1H as S,
70633
- _sfc_main$1g as T,
70634
- _sfc_main$1d as U,
70635
- _sfc_main$1c as V,
70636
- BSPopupSelect as W,
70637
- _sfc_main$1a as X,
70638
- Editor$1 as Y,
70639
- _sfc_main$W as Z,
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
- InputGridHandlerImpl as a$,
70643
- _sfc_main$U as a0,
70644
- _sfc_main$T as a1,
70645
- _sfc_main$E as a2,
70646
- _sfc_main$D as a3,
70647
- _sfc_main$H as a4,
70648
- _sfc_main$G as a5,
70649
- _sfc_main$F as a6,
70650
- _sfc_main$B as a7,
70651
- _sfc_main$y as a8,
70652
- BSListControl as a9,
70653
- _sfc_main as aA,
70654
- vClickOutside as aB,
70655
- t$1 as aC,
70656
- interpretMultiLangText as aD,
70657
- vTooltip as aE,
70658
- VFocusJump as aF,
70659
- VFocusLoop as aG,
70660
- NAME_INPUT_STYLE_DEFAULT as aH,
70661
- NAME_INPUT_STYLE_2 as aI,
70662
- NAME_INPUT_STYLE_3 as aJ,
70663
- NAME_INPUT_STYLE_JP as aK,
70664
- ADDRESS_COUNTRY_CONFIGS as aL,
70665
- ADDRESS_COUNTRY_CONFIG_DEFAULT as aM,
70666
- defaultAddressInputComponentConfig as aN,
70667
- defaultRichTextComponentConfig as aO,
70668
- defaultUploadComponentConfig as aP,
70669
- defaultTabSheetComponentConfig as aQ,
70670
- blueseaConfig as aR,
70671
- configureBluesea as aS,
70672
- getMediaType as aT,
70673
- MediaObjectUrlStore as aU,
70674
- DEFAULT_GRID_COLUMN_WIDTH as aV,
70675
- nameFilterCreator as aW,
70676
- EditingRows as aX,
70677
- createPageGridHandler as aY,
70678
- PageGridHandlerImpl as aZ,
70679
- EditablePageGridHandlerImpl as a_,
70680
- _sfc_main$w as aa,
70681
- _sfc_main$v as ab,
70682
- _sfc_main$1e as ac,
70683
- BSTreeControl as ad,
70684
- _sfc_main$t as ae,
70685
- _sfc_main$s as af,
70686
- _sfc_main$r as ag,
70687
- BSMultiLangExpandButton as ah,
70688
- _sfc_main$p as ai,
70689
- _sfc_main$m as aj,
70690
- _sfc_main$l as ak,
70691
- _sfc_main$k as al,
70692
- _sfc_main$j as am,
70693
- _sfc_main$h as an,
70694
- _sfc_main$g as ao,
70695
- _sfc_main$o as ap,
70696
- _sfc_main$n as aq,
70697
- _sfc_main$1K as ar,
70698
- _sfc_main$1J as as,
70699
- _sfc_main$1q as at,
70700
- _sfc_main$1o as au,
70701
- _sfc_main$e as av,
70702
- _sfc_main$b as aw,
70703
- BSAlarmFrame as ax,
70704
- _sfc_main$9 as ay,
70705
- _sfc_main$1 as az,
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
- betweenDateFilter as b$,
70708
- EditableInputGridHandlerImpl as b0,
70709
- GridHandlerSelectDeleteSupport as b1,
70710
- GridHandlerEditableSupport as b2,
70711
- LocalStorageGridPreferenceStore as b3,
70712
- mergeSameValueVertical as b4,
70713
- defaultCellFormatter as b5,
70714
- gridExcelDownloadExtension as b6,
70715
- downloadGridDataAsExcel as b7,
70716
- convertDateRangePresetKey as b8,
70717
- BetweenDateFilterWithPreset as b9,
70718
- useSavePoint as bA,
70719
- cancelProvidedSavePoint as bB,
70720
- isMultiLangMessage as bC,
70721
- isNameEmpty as bD,
70722
- serializeName as bE,
70723
- serializeTel as bF,
70724
- serializeAddress as bG,
70725
- IllegalAccessError as bH,
70726
- PaginatedList as bI,
70727
- AbstractFilter as bJ,
70728
- AndFilter as bK,
70729
- OrFilter as bL,
70730
- NotFilter as bM,
70731
- InFilter as bN,
70732
- LikeFilter as bO,
70733
- EqualFilter as bP,
70734
- BetweenFilter as bQ,
70735
- BetweenDateFilter as bR,
70736
- IsNullFilter as bS,
70737
- IsNotNullFilter as bT,
70738
- andFilter as bU,
70739
- orFilter as bV,
70740
- notFilter as bW,
70741
- inFilter as bX,
70742
- likeFilter as bY,
70743
- equalFilter as bZ,
70744
- betweenFilter as b_,
70745
- provideTabManager as ba,
70746
- useTabManager as bb,
70747
- useTabManagerSilently as bc,
70748
- TabStatusManagerImpl as bd,
70749
- provideTabStatusManager as be,
70750
- useTabStatusManager as bf,
70751
- createTreeHandler as bg,
70752
- defaultExpandMultiLang as bh,
70753
- toggleDefaultExpandMultiLang as bi,
70754
- localeBasedExtraItemValidationRules as bj,
70755
- ValidationFailedError as bk,
70756
- isValidationFailedError as bl,
70757
- storeFieldValidator as bm,
70758
- loadFieldValidator as bn,
70759
- findFieldValidatorElements as bo,
70760
- validateField as bp,
70761
- validateFields as bq,
70762
- fieldValidator as br,
70763
- executeFieldValidationRule as bs,
70764
- executeRequiredValidation as bt,
70765
- executeRegExpValidation as bu,
70766
- executeBetweenLengthValidation as bv,
70767
- executeBetweenValueValidation as bw,
70768
- executeDateRangeValidation as bx,
70769
- SavePointImpl as by,
70770
- provideSavePoint as bz,
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
- isNullFilter as c0,
70773
- isNotNullFilter as c1,
70774
- acceptFilter as c2,
70775
- SearchParam as c3,
70776
- provideFieldContext as c4,
70777
- useFieldContext as c5,
70778
- serializeMoney as c6,
70779
- modalPluginKey as c7,
70780
- modalHandleKey as c8,
70781
- BSModal as c9,
70782
- ShortcutKeyHandler as cA,
70783
- I18NTexts as cB,
70784
- i18n as cC,
70785
- formatUtil as cD,
70786
- waitUntil as cE,
70787
- waitDuring as cF,
70788
- tryUntil as cG,
70789
- parsePathParam as cH,
70790
- isBlankMultiLangString as cI,
70791
- isMultiLangStringValidRequired as cJ,
70792
- addPrefixToMultiLangString as cK,
70793
- isBlankMultiLangImageFile as cL,
70794
- isMultiLangImageFileValidRequired as cM,
70795
- localeNameProvider as cN,
70796
- debounce$2 as cO,
70797
- useModal as ca,
70798
- provideModalHandle as cb,
70799
- createModalPlugin as cc,
70800
- notificationEntries as cd,
70801
- showNotification as ce,
70802
- alarmEntries as cf,
70803
- showAlarm as cg,
70804
- closeAlarm as ch,
70805
- tooltipEntry as ci,
70806
- showTooltip$1 as cj,
70807
- hideTooltip$1 as ck,
70808
- isTooltipDisplayed as cl,
70809
- showLoadingIcon as cm,
70810
- showLoading as cn,
70811
- hideLoading as co,
70812
- withLoading as cp,
70813
- contextMenuPluginKey as cq,
70814
- BSContextMenuPlugin as cr,
70815
- useContextMenu as cs,
70816
- useContextMenuOptional as ct,
70817
- createContextMenuPlugin as cu,
70818
- LocalStorageFavoriteMenuHandler as cv,
70819
- DefaultFrameContext as cw,
70820
- createDefaultFrameContext as cx,
70821
- provideDefaultFrameContext as cy,
70822
- useDefaultFrame as cz,
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
- createInputGridHandler as f,
70826
- _sfc_main$I as g,
70827
- _sfc_main$1u as h,
70828
- _sfc_main$1j as i,
70829
- vFocusOnLoad as j,
70830
- componentUtil as k,
70831
- _sfc_main$1l as l,
70832
- formValidator as m,
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
- findImageNode as o,
70835
- imageInfoNumberToPixel as p,
70836
- findYoutubeNode as q,
70837
- normalizeYoutubeInfoData as r,
70838
- findVideoNode as s,
70839
- videoInfoNumberToPixel as t,
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
- BLUESEA_VERSION as w,
70843
- _sfc_main$1G as x,
70853
+ findVideoNode as w,
70854
+ videoInfoNumberToPixel as x,
70844
70855
  youtubeInfoNumberToPixel as y,
70845
- _sfc_main$1E as z
70856
+ BLUESEA_VERSION as z
70846
70857
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@g1cloud/bluesea",
3
3
  "private": false,
4
- "version": "5.0.0-beta.20",
4
+ "version": "5.0.0-beta.21",
5
5
  "description": "Ui Library for g1cloud BackOffice.",
6
6
  "type": "module",
7
7
  "engines": {