@g1cloud/bluesea 5.0.0-alpha.105 → 5.0.0-alpha.106

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 (94) hide show
  1. package/css/bluesea.css +20 -2
  2. package/dist/{BSAlertModal-C9h7f0Xm.js → BSAlertModal-7hxZowtt.js} +1 -1
  3. package/dist/{BSGridColumnSettingModal-D2kaazXr.js → BSGridColumnSettingModal-BCfAUccc.js} +1 -1
  4. package/dist/{BSYesNoModal-Cg4SKr2f.js → BSYesNoModal-CJGK9JV2.js} +1 -1
  5. package/dist/{BSYoutubeInputModal-VFbYH6Ao.js → BSYoutubeInputModal-DNT4RGaV.js} +1 -1
  6. package/dist/{ImageInsertModal-9xM1jm5I.js → ImageInsertModal-D_XBzsuC.js} +4 -4
  7. package/dist/{ImageProperties.vue_vue_type_script_setup_true_lang-BvTRsMcd.js → ImageProperties.vue_vue_type_script_setup_true_lang-DH6r3kb7.js} +1 -1
  8. package/dist/{ImagePropertiesModal-Ts_UABPu.js → ImagePropertiesModal-gkpxUbke.js} +4 -4
  9. package/dist/{LinkPropertiesModal-CnUfKDXm.js → LinkPropertiesModal-BuwKpSP6.js} +3 -3
  10. package/dist/{TableInsertModal-Bvxf4PUv.js → TableInsertModal-lfB4Dm0t.js} +3 -3
  11. package/dist/{VideoInsertModal-BIUtgMCd.js → VideoInsertModal-C6ATdr66.js} +4 -4
  12. package/dist/{VideoProperties.vue_vue_type_script_setup_true_lang-BkmAVlT3.js → VideoProperties.vue_vue_type_script_setup_true_lang-Bsp7wrxA.js} +1 -1
  13. package/dist/{VideoPropertiesModal-qvcNT2zy.js → VideoPropertiesModal-DLl0Z3Fc.js} +4 -4
  14. package/dist/{YoutubeInsertModal-DPbUl3rb.js → YoutubeInsertModal-6mFDyD4x.js} +4 -4
  15. package/dist/{YoutubeProperties.vue_vue_type_script_setup_true_lang-DkmkLm2E.js → YoutubeProperties.vue_vue_type_script_setup_true_lang-CPlUVNG7.js} +1 -1
  16. package/dist/{YoutubePropertiesModal-J9afembk.js → YoutubePropertiesModal-D1_76O4H.js} +4 -4
  17. package/dist/bluesea.css +17 -2
  18. package/dist/bluesea.js +45 -42
  19. package/dist/bluesea.umd.cjs +2660 -1932
  20. package/dist/component/basic/BSPopupButton.vue.d.ts +1 -1
  21. package/dist/component/global/AddressSearchButton.vue.d.ts +1 -1
  22. package/dist/component/global/BSAddressInput.vue.d.ts +2 -2
  23. package/dist/component/global/BSNameInput.vue.d.ts +2 -2
  24. package/dist/component/global/BSTelInput.vue.d.ts +2 -2
  25. package/dist/component/grid/BSDateRangeFilter.vue.d.ts +1 -1
  26. package/dist/component/grid/BSDateRangeFilters.vue.d.ts +3 -3
  27. package/dist/component/grid/BSGrid.vue.d.ts +3 -3
  28. package/dist/component/grid/BSGridCell.vue.d.ts +1 -1
  29. package/dist/component/grid/BSGridHeaderCell.vue.d.ts +1 -1
  30. package/dist/component/grid/BSGridLookup.vue.d.ts +3 -3
  31. package/dist/component/grid/BSGridRow.vue.d.ts +2 -2
  32. package/dist/component/grid/BSTextFilter.vue.d.ts +1 -1
  33. package/dist/component/grid/GridExtension.d.ts +1 -1
  34. package/dist/component/grid/GridLib.d.ts +2 -2
  35. package/dist/component/grid/GridModel.d.ts +6 -6
  36. package/dist/component/grid/extension/gridExcelDownloadExtension.d.ts +1 -1
  37. package/dist/component/input/BSCheckboxGroup.vue.d.ts +1 -1
  38. package/dist/component/input/BSCodeEditor.vue.d.ts +1 -1
  39. package/dist/component/input/BSColorInput.vue.d.ts +1 -1
  40. package/dist/component/input/BSDateInput.vue.d.ts +1 -1
  41. package/dist/component/input/BSDateRange.vue.d.ts +1 -1
  42. package/dist/component/input/BSDateRangePresets.vue.d.ts +1 -1
  43. package/dist/component/input/BSHtmlEditor.vue.d.ts +2 -2
  44. package/dist/component/input/BSImageUpload.vue.d.ts +2 -2
  45. package/dist/component/input/BSMediaPreview.vue.d.ts +1 -1
  46. package/dist/component/input/BSMultiImageUpload.vue.d.ts +2 -2
  47. package/dist/component/input/BSMultiSelect.vue.d.ts +1 -1
  48. package/dist/component/input/BSNumberInput.vue.d.ts +1 -1
  49. package/dist/component/input/BSPositionedImageUpload.vue.d.ts +2 -2
  50. package/dist/component/input/BSPriceInput.vue.d.ts +1 -1
  51. package/dist/component/input/BSRadioButtonGroup.vue.d.ts +2 -2
  52. package/dist/component/input/BSSelect.vue.d.ts +2 -2
  53. package/dist/component/input/BSTextArea.vue.d.ts +1 -1
  54. package/dist/component/input/BSTextInput.vue.d.ts +1 -1
  55. package/dist/component/input/BSTreeMultiSelect.vue.d.ts +2 -2
  56. package/dist/component/input/BSTreeSelect.vue.d.ts +3 -3
  57. package/dist/component/input/DateRangePresetModel.d.ts +1 -1
  58. package/dist/component/input/ImageUploadLib.d.ts +1 -1
  59. package/dist/component/multilang/BSMultiLangHtmlEditor.vue.d.ts +1 -1
  60. package/dist/component/multilang/BSMultiLangImageUpload.vue.d.ts +2 -2
  61. package/dist/component/multilang/BSMultiLangRichText.vue.d.ts +1 -1
  62. package/dist/component/multilang/BSMultiLangTextArea.vue.d.ts +1 -1
  63. package/dist/component/multilang/BSMultiLangTextInput.vue.d.ts +1 -1
  64. package/dist/component/multilang/multiLangLib.d.ts +1 -1
  65. package/dist/component/richtext/BSRichText.vue.d.ts +2 -2
  66. package/dist/component/richtext/RichTextLib.d.ts +2 -2
  67. package/dist/component/richtext/RichTextToolbar.vue.d.ts +1 -1
  68. package/dist/component/richtext/image/ImageInsertModal.vue.d.ts +1 -1
  69. package/dist/component/richtext/image/RichTextImage.d.ts +2 -2
  70. package/dist/component/richtext/image/RichTextImageLib.d.ts +2 -2
  71. package/dist/component/richtext/table/RichTextTable.d.ts +2 -2
  72. package/dist/component/richtext/table/RichTextTableView.d.ts +4 -3
  73. package/dist/component/richtext/video/RichTextVideo.d.ts +3 -3
  74. package/dist/component/richtext/video/RichTextVideoLib.d.ts +2 -2
  75. package/dist/component/richtext/video/VideoInsertModal.vue.d.ts +1 -1
  76. package/dist/component/richtext/youtube/RichTextYoutube.d.ts +2 -2
  77. package/dist/component/richtext/youtube/RichTextYoutubeLib.d.ts +2 -2
  78. package/dist/component/tree/BSTree.vue.d.ts +2 -2
  79. package/dist/component/tree/BSTreeRow.vue.d.ts +2 -2
  80. package/dist/component/tree/TreeModel.d.ts +2 -2
  81. package/dist/config/config.d.ts +4 -4
  82. package/dist/contextmenu/contextMenuPlugin.d.ts +7 -2
  83. package/dist/directive/vT.d.ts +1 -1
  84. package/dist/directive/vTooltip.d.ts +1 -1
  85. package/dist/frame/FrameModel.d.ts +3 -3
  86. package/dist/frame/default/DefaultFrameModel.d.ts +3 -3
  87. package/dist/frame/default/SidebarMenuSearch.vue.d.ts +1 -1
  88. package/dist/{index-kFxNM01A.js → index-ByMZYDl-.js} +2700 -1972
  89. package/dist/modal/modalPlugin.d.ts +3 -1
  90. package/dist/notification/notificationPlugin.d.ts +1 -1
  91. package/dist/util/componentUtil.d.ts +3 -3
  92. package/dist/validator/FieldValidator.d.ts +2 -2
  93. package/dist/validator/FormValidator.d.ts +1 -1
  94. package/package.json +1 -1
package/css/bluesea.css CHANGED
@@ -25398,15 +25398,29 @@ html {
25398
25398
  visibility: hidden;
25399
25399
  }
25400
25400
 
25401
- .bs-tree-row .row-caption > .move-down, .bs-tree-row .row-caption > .move-up {
25401
+ .bs-tree-row .row-caption > .move-buttons {
25402
25402
  display: none;
25403
+ position: absolute;
25404
+ right: 0;
25405
+ }
25406
+
25407
+ .bs-tree-row .row-caption > .move-buttons > .font-icon {
25408
+ padding: 0 2px;
25409
+ border-radius: 50%;
25410
+ margin: 0 2px;
25411
+ background-color: var(--body-bg);
25412
+ }
25413
+
25414
+ .bs-tree-row .row-caption > .move-buttons > .font-icon:hover {
25415
+ opacity: 1;
25416
+ filter: opacity(1);
25403
25417
  }
25404
25418
 
25405
25419
  .bs-tree-row .row-caption:hover {
25406
25420
  background-color: var(--gray-200);
25407
25421
  }
25408
25422
 
25409
- .bs-tree-row .row-caption:hover > .move-down, .bs-tree-row .row-caption:hover > .move-up {
25423
+ .bs-tree-row .row-caption:hover > .move-buttons {
25410
25424
  display: inline;
25411
25425
  }
25412
25426
 
@@ -25439,6 +25453,10 @@ html {
25439
25453
  position: relative;
25440
25454
  }
25441
25455
 
25456
+ .bs-tree > .tree-wrap {
25457
+ min-width: max-content;
25458
+ }
25459
+
25442
25460
  .bs-tree .bs-tree-row .row-caption > .bs-tree-position-mark {
25443
25461
  border: 1px solid var(--primary);
25444
25462
  background-color: var(--primary-400);
@@ -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, i as vFocusOnLoad } from "./index-kFxNM01A.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, v as vT, B as BSButton, i as vFocusOnLoad } from "./index-ByMZYDl-.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 { d as createInputGridHandler, u as useModalHandle, _ as _sfc_main$1, B as BSButton, f as _sfc_main$2, g as _sfc_main$3, h as _sfc_main$4, n as notNull } from "./index-kFxNM01A.js";
2
+ import { d as createInputGridHandler, u as useModalHandle, _ as _sfc_main$1, B as BSButton, f as _sfc_main$2, g as _sfc_main$3, h as _sfc_main$4, n as notNull } from "./index-ByMZYDl-.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, 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-kFxNM01A.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, v as vT, B as BSButton } from "./index-ByMZYDl-.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-kFxNM01A.js";
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-ByMZYDl-.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-kFxNM01A.js";
3
- import { _ as _sfc_main$5 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-BvTRsMcd.js";
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-ByMZYDl-.js";
3
+ import { _ as _sfc_main$5 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-DH6r3kb7.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" };
@@ -84,13 +84,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
84
84
  buttons: withCtx(() => [
85
85
  createElementVNode("div", _hoisted_3, [
86
86
  createVNode(BSButton, {
87
- caption: { key: "btn.ok" },
87
+ caption: { key: "bs.ok" },
88
88
  "button-color": "blue",
89
89
  "data-id": "okBtn",
90
90
  onClick: insert
91
91
  }),
92
92
  createVNode(BSButton, {
93
- caption: { key: "btn.cancel" },
93
+ caption: { key: "bs.cancel" },
94
94
  "data-id": "cancelBtn",
95
95
  onClick: close
96
96
  })
@@ -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-kFxNM01A.js";
2
+ import { b as _sfc_main$1, c as _sfc_main$2, v as vT } from "./index-ByMZYDl-.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 { j as findImageNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, k as formValidator, l as imageInfoNumberToPixel } from "./index-kFxNM01A.js";
3
- import { _ as _sfc_main$4 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-BvTRsMcd.js";
2
+ import { j as findImageNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, k as formValidator, l as imageInfoNumberToPixel } from "./index-ByMZYDl-.js";
3
+ import { _ as _sfc_main$4 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-DH6r3kb7.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({
@@ -76,13 +76,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
76
76
  buttons: withCtx(() => [
77
77
  createElementVNode("div", _hoisted_2, [
78
78
  createVNode(BSButton, {
79
- caption: { key: "btn.ok" },
79
+ caption: { key: "bs.ok" },
80
80
  "button-color": "blue",
81
81
  "data-id": "okBtn",
82
82
  onClick: save
83
83
  }),
84
84
  createVNode(BSButton, {
85
- caption: { key: "btn.cancel" },
85
+ caption: { key: "bs.cancel" },
86
86
  "data-id": "cancelBtn",
87
87
  onClick: close
88
88
  })
@@ -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-kFxNM01A.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3 } from "./index-ByMZYDl-.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" };
@@ -97,13 +97,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
97
97
  onClick: removeLink
98
98
  }),
99
99
  createVNode(BSButton, {
100
- caption: { key: "btn.ok" },
100
+ caption: { key: "bs.ok" },
101
101
  "button-color": "blue",
102
102
  "data-id": "okBtn",
103
103
  onClick: save
104
104
  }),
105
105
  createVNode(BSButton, {
106
- caption: { key: "btn.cancel" },
106
+ caption: { key: "bs.cancel" },
107
107
  "data-id": "cancelBtn",
108
108
  onClick: close
109
109
  })
@@ -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, g as _sfc_main$3 } from "./index-kFxNM01A.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, g as _sfc_main$3 } from "./index-ByMZYDl-.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" };
@@ -52,13 +52,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
52
52
  buttons: withCtx(() => [
53
53
  createElementVNode("div", _hoisted_4, [
54
54
  createVNode(BSButton, {
55
- caption: { key: "btn.ok" },
55
+ caption: { key: "bs.ok" },
56
56
  "button-color": "blue",
57
57
  "data-id": "okBtn",
58
58
  onClick: insert
59
59
  }),
60
60
  createVNode(BSButton, {
61
- caption: { key: "btn.cancel" },
61
+ caption: { key: "bs.cancel" },
62
62
  "data-id": "cancelBtn",
63
63
  onClick: close
64
64
  })
@@ -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-kFxNM01A.js";
3
- import { _ as _sfc_main$5 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-BkmAVlT3.js";
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-ByMZYDl-.js";
3
+ import { _ as _sfc_main$5 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-Bsp7wrxA.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" };
@@ -84,13 +84,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
84
84
  buttons: withCtx(() => [
85
85
  createElementVNode("div", _hoisted_3, [
86
86
  createVNode(BSButton, {
87
- caption: { key: "btn.ok" },
87
+ caption: { key: "bs.ok" },
88
88
  "button-color": "blue",
89
89
  "data-id": "okBtn",
90
90
  onClick: insert
91
91
  }),
92
92
  createVNode(BSButton, {
93
- caption: { key: "btn.cancel" },
93
+ caption: { key: "bs.cancel" },
94
94
  "data-id": "cancelBtn",
95
95
  onClick: close
96
96
  })
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, createElementBlock, openBlock, Fragment, createElementVNode, createVNode, withDirectives, createTextVNode, unref } from "vue";
2
- import { h as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, v as vT } from "./index-kFxNM01A.js";
2
+ import { h as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, v as vT } from "./index-ByMZYDl-.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 { p as findVideoNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, k as formValidator, q as videoInfoNumberToPixel } from "./index-kFxNM01A.js";
3
- import { _ as _sfc_main$4 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-BkmAVlT3.js";
2
+ import { p as findVideoNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, k as formValidator, q as videoInfoNumberToPixel } from "./index-ByMZYDl-.js";
3
+ import { _ as _sfc_main$4 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-Bsp7wrxA.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({
@@ -76,13 +76,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
76
76
  buttons: withCtx(() => [
77
77
  createElementVNode("div", _hoisted_2, [
78
78
  createVNode(BSButton, {
79
- caption: { key: "btn.ok" },
79
+ caption: { key: "bs.ok" },
80
80
  "button-color": "blue",
81
81
  "data-id": "okBtn",
82
82
  onClick: save
83
83
  }),
84
84
  createVNode(BSButton, {
85
- caption: { key: "btn.cancel" },
85
+ caption: { key: "bs.cancel" },
86
86
  "data-id": "cancelBtn",
87
87
  onClick: close
88
88
  })
@@ -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-kFxNM01A.js";
3
- import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-DkmkLm2E.js";
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-ByMZYDl-.js";
3
+ import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-CPlUVNG7.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" };
@@ -62,13 +62,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
62
62
  buttons: withCtx(() => [
63
63
  createElementVNode("div", _hoisted_3, [
64
64
  createVNode(BSButton, {
65
- caption: { key: "btn.ok" },
65
+ caption: { key: "bs.ok" },
66
66
  "button-color": "blue",
67
67
  "data-id": "okBtn",
68
68
  onClick: insert
69
69
  }),
70
70
  createVNode(BSButton, {
71
- caption: { key: "btn.cancel" },
71
+ caption: { key: "bs.cancel" },
72
72
  "data-id": "cancelBtn",
73
73
  onClick: close
74
74
  })
@@ -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-kFxNM01A.js";
2
+ import { b as _sfc_main$1, c as _sfc_main$2, v as vT } from "./index-ByMZYDl-.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 { m as findYoutubeNode, o 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-kFxNM01A.js";
3
- import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-DkmkLm2E.js";
2
+ import { m as findYoutubeNode, o 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-ByMZYDl-.js";
3
+ import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-CPlUVNG7.js";
4
4
  const _hoisted_1 = {
5
5
  key: 0,
6
6
  class: "bs-layout-form"
@@ -80,13 +80,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
80
80
  buttons: withCtx(() => [
81
81
  createElementVNode("div", _hoisted_3, [
82
82
  createVNode(BSButton, {
83
- caption: { key: "btn.ok" },
83
+ caption: { key: "bs.ok" },
84
84
  "button-color": "blue",
85
85
  "data-id": "okBtn",
86
86
  onClick: save
87
87
  }),
88
88
  createVNode(BSButton, {
89
- caption: { key: "btn.cancel" },
89
+ caption: { key: "bs.cancel" },
90
90
  "data-id": "cancelBtn",
91
91
  onClick: close
92
92
  })
package/dist/bluesea.css CHANGED
@@ -7024,13 +7024,25 @@ to {
7024
7024
  .bs-tree-row .row-caption > .expand-icon:not(.need-expand) {
7025
7025
  visibility: hidden;
7026
7026
  }
7027
- .bs-tree-row .row-caption > .move-down, .bs-tree-row .row-caption > .move-up {
7027
+ .bs-tree-row .row-caption > .move-buttons {
7028
7028
  display: none;
7029
+ position: absolute;
7030
+ right: 0;
7031
+ }
7032
+ .bs-tree-row .row-caption > .move-buttons > .font-icon {
7033
+ padding: 0 2px;
7034
+ border-radius: 50%;
7035
+ margin: 0 2px;
7036
+ background-color: var(--body-bg);
7037
+ }
7038
+ .bs-tree-row .row-caption > .move-buttons > .font-icon:hover {
7039
+ opacity: 1;
7040
+ filter: opacity(1);
7029
7041
  }
7030
7042
  .bs-tree-row .row-caption:hover {
7031
7043
  background-color: var(--gray-200);
7032
7044
  }
7033
- .bs-tree-row .row-caption:hover > .move-down, .bs-tree-row .row-caption:hover > .move-up {
7045
+ .bs-tree-row .row-caption:hover > .move-buttons {
7034
7046
  display: inline;
7035
7047
  }
7036
7048
  .bs-tree-row .row-caption.selected {
@@ -7054,6 +7066,9 @@ to {
7054
7066
  overflow: auto;
7055
7067
  position: relative;
7056
7068
  }
7069
+ .bs-tree > .tree-wrap {
7070
+ min-width: max-content;
7071
+ }
7057
7072
  .bs-tree .bs-tree-row .row-caption > .bs-tree-position-mark {
7058
7073
  border: 1px solid var(--primary);
7059
7074
  background-color: var(--primary-400);
package/dist/bluesea.js CHANGED
@@ -1,4 +1,4 @@
1
- import { aH, aI, bC, bD, r, ak, au, B, E, F, a4, h, L, am, H, z, av, cc, C, I, aq, J, a2, a3, ar, K, b, f, a0, $, a7, an, al, X, w, a6, a5, A, ah, bX, as, _, Y, ae, ag, af, ad, ac, ab, Q, ai, at, g, D, ao, t, T, Z, G, x, M, N, V, P, ap, a, aj, U, a1, c, a9, aa, S, R, a8, O, s, bK, bJ, aQ, ax, ch, aw, aX, aV, aS, W, bI, aZ, aY, cm, bA, bG, aW, bH, cg, a_, aP, aE, aF, aD, aG, bF, bE, aU, bB, bq, bU, cl, b5, bc, bT, cv, c1, bL, bS, bR, aM, bt, c3, aN, cf, ci, d, b_, aT, b8, cz, aJ, b9, aK, aL, b1, bQ, bn, bo, bp, bk, bm, bl, e, bj, bg, k, co, aO, b0, ca, c6, cn, bO, az, cw, ct, cx, bu, cu, bw, c7, bd, bP, bf, bb, cy, a$, aR, bN, n, b$, bM, cs, cj, bV, bZ, br, b2, b6, bz, bv, bx, by, c2, c9, c8, c0, c5, be, ba, c4, cr, cd, ce, ck, bW, bY, u, bs, b3, b4, b7, ay, aB, aC, i, v, aA, bh, bi, cq, cp, cb } from "./index-kFxNM01A.js";
1
+ import { aH, aI, bC, bD, r, ak, au, B, E, F, a4, h, L, am, H, z, av, cf, C, I, aq, J, a2, a3, ar, K, b, f, a0, $, a7, an, al, X, w, a6, a5, A, ah, bZ, as, _, Y, ae, ag, af, ad, ac, ab, Q, ai, at, g, D, ao, t, T, Z, G, x, M, N, V, P, ap, a, aj, U, a1, c, a9, aa, S, R, a8, O, s, bK, bJ, aQ, ax, ck, aw, aX, aV, aS, W, bI, aZ, aY, cp, bA, bG, aW, bH, cj, a_, aP, aE, aF, aD, aG, bF, bE, aU, bB, bq, bU, co, b5, bc, bT, cy, c3, bL, bS, bR, aM, bt, c5, aN, ce, ci, cl, d, c0, aT, b8, cC, aJ, b9, aK, aL, b1, bQ, bn, bo, bp, bk, bm, bl, e, bj, bg, k, cr, aO, b0, cc, c8, cq, bO, az, cz, cw, cA, bu, cx, bw, c9, bd, bP, bf, bb, cB, a$, bY, bX, aR, bN, n, c1, bM, cv, cm, bV, b$, br, b2, b6, bz, bv, bx, by, c4, cb, ca, c2, c7, be, ba, c6, cu, cg, ch, cn, bW, b_, u, bs, b3, b4, b7, ay, aB, aC, i, v, aA, bh, bi, ct, cs, cd } from "./index-ByMZYDl-.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
  H as BSColorInput,
18
18
  z as BSConsole,
19
19
  av as BSContextMenuContainer,
20
- cc as BSContextMenuPlugin,
20
+ cf as BSContextMenuPlugin,
21
21
  C as BSDate,
22
22
  I as BSDateInput,
23
23
  aq as BSDateInputPopup,
@@ -39,7 +39,7 @@ export {
39
39
  a5 as BSListLayout,
40
40
  A as BSLoadingIcon,
41
41
  ah as BSLocaleSelect,
42
- bX as BSModal,
42
+ bZ 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
  aQ as DEFAULT_GRID_COLUMN_WIDTH,
83
83
  ax as DefaultBody,
84
- ch as DefaultFrameContext,
84
+ ck as DefaultFrameContext,
85
85
  aw as DefaultHeader,
86
86
  aX as EditableInputGridHandlerImpl,
87
87
  aV as EditablePageGridHandlerImpl,
@@ -90,12 +90,12 @@ export {
90
90
  bI as EqualFilter,
91
91
  aZ as GridHandlerEditableSupport,
92
92
  aY as GridHandlerSelectDeleteSupport,
93
- cm as I18NTexts,
93
+ cp as I18NTexts,
94
94
  bA as IllegalAccessError,
95
95
  bG as InFilter,
96
96
  aW as InputGridHandlerImpl,
97
97
  bH as LikeFilter,
98
- cg as LocalStorageFavoriteMenuHandler,
98
+ cj as LocalStorageFavoriteMenuHandler,
99
99
  a_ as LocalStorageGridPreferenceStore,
100
100
  aP as MediaObjectUrlStore,
101
101
  aE as NAME_INPUT_STYLE_2,
@@ -108,26 +108,27 @@ export {
108
108
  bB as PaginatedList,
109
109
  bq as SavePointImpl,
110
110
  bU as SearchParam,
111
- cl as ShortcutKeyHandler,
111
+ co as ShortcutKeyHandler,
112
112
  b5 as TabStatusManagerImpl,
113
113
  bc as ValidationFailedError,
114
114
  bT as acceptFilter,
115
- cv as addPrefixToMultiLangString,
116
- c1 as alarmEntries,
115
+ cy as addPrefixToMultiLangString,
116
+ c3 as alarmEntries,
117
117
  bL as andFilter,
118
118
  bS as betweenDateFilter,
119
119
  bR as betweenFilter,
120
120
  aM as blueseaConfig,
121
121
  bt as cancelProvidedSavePoint,
122
- c3 as closeAlarm,
122
+ c5 as closeAlarm,
123
123
  aN as configureBluesea,
124
- cf as createContextMenuPlugin,
125
- ci as createDefaultFrameContext,
124
+ ce as contextMenuPluginKey,
125
+ ci as createContextMenuPlugin,
126
+ cl as createDefaultFrameContext,
126
127
  d as createInputGridHandler,
127
- b_ as createModalPlugin,
128
+ c0 as createModalPlugin,
128
129
  aT as createPageGridHandler,
129
130
  b8 as createTreeHandler,
130
- cz as debounce,
131
+ cC as debounce,
131
132
  aJ as defaultAddressInputComponentConfig,
132
133
  b9 as defaultExpandMultiLang,
133
134
  aK as defaultRichTextComponentConfig,
@@ -144,36 +145,38 @@ export {
144
145
  bj as fieldValidator,
145
146
  bg as findFieldValidatorElements,
146
147
  k as formValidator,
147
- co as formatUtil,
148
+ cr as formatUtil,
148
149
  aO as getMediaType,
149
150
  b0 as gridExcelDownloadExtension,
150
- ca as hideLoading,
151
- c6 as hideTooltip,
152
- cn as i18n,
151
+ cc as hideLoading,
152
+ c8 as hideTooltip,
153
+ cq as i18n,
153
154
  bO as inFilter,
154
155
  az as interpretMultiLangText,
155
- cw as isBlankMultiLangImageFile,
156
- ct as isBlankMultiLangString,
157
- cx as isMultiLangImageFileValidRequired,
156
+ cz as isBlankMultiLangImageFile,
157
+ cw as isBlankMultiLangString,
158
+ cA as isMultiLangImageFileValidRequired,
158
159
  bu as isMultiLangMessage,
159
- cu as isMultiLangStringValidRequired,
160
+ cx as isMultiLangStringValidRequired,
160
161
  bw as isNameEmpty,
161
- c7 as isTooltipDisplayed,
162
+ c9 as isTooltipDisplayed,
162
163
  bd as isValidationFailedError,
163
164
  bP as likeFilter,
164
165
  bf as loadFieldValidator,
165
166
  bb as localeBasedExtraItemValidationRules,
166
- cy as localeNameProvider,
167
+ cB as localeNameProvider,
167
168
  a$ as mergeSameValueVertical,
169
+ bY as modalHandleKey,
170
+ bX as modalPluginKey,
168
171
  aR as nameFilterCreator,
169
172
  bN as notFilter,
170
173
  n as notNull,
171
- b$ as notificationEntries,
174
+ c1 as notificationEntries,
172
175
  bM as orFilter,
173
- cs as parsePathParam,
174
- cj as provideDefaultFrameContext,
176
+ cv as parsePathParam,
177
+ cm as provideDefaultFrameContext,
175
178
  bV as provideFieldContext,
176
- bZ as provideModalHandle,
179
+ b$ as provideModalHandle,
177
180
  br as provideSavePoint,
178
181
  b2 as provideTabManager,
179
182
  b6 as provideTabStatusManager,
@@ -181,20 +184,20 @@ export {
181
184
  bv as serializeMoney,
182
185
  bx as serializeName,
183
186
  by as serializeTel,
184
- c2 as showAlarm,
185
- c9 as showLoading,
186
- c8 as showLoadingIcon,
187
- c0 as showNotification,
188
- c5 as showTooltip,
187
+ c4 as showAlarm,
188
+ cb as showLoading,
189
+ ca as showLoadingIcon,
190
+ c2 as showNotification,
191
+ c7 as showTooltip,
189
192
  be as storeFieldValidator,
190
193
  ba as toggleDefaultExpandMultiLang,
191
- c4 as tooltipEntry,
192
- cr as tryUntil,
193
- cd as useContextMenu,
194
- ce as useContextMenuOptional,
195
- ck as useDefaultFrame,
194
+ c6 as tooltipEntry,
195
+ cu as tryUntil,
196
+ cg as useContextMenu,
197
+ ch as useContextMenuOptional,
198
+ cn as useDefaultFrame,
196
199
  bW as useFieldContext,
197
- bY as useModal,
200
+ b_ as useModal,
198
201
  u as useModalHandle,
199
202
  bs as useSavePoint,
200
203
  b3 as useTabManager,
@@ -208,7 +211,7 @@ export {
208
211
  aA as vTooltip,
209
212
  bh as validateField,
210
213
  bi as validateFields,
211
- cq as waitDuring,
212
- cp as waitUntil,
213
- cb as withLoading
214
+ ct as waitDuring,
215
+ cs as waitUntil,
216
+ cd as withLoading
214
217
  };