@g1cloud/bluesea 5.0.0-beta.11 → 5.0.0-beta.13

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 (35) hide show
  1. package/css/bluesea.css +46 -22
  2. package/dist/{BSAlertModal-BLnnH1KN.js → BSAlertModal-CEerY3JH.js} +1 -1
  3. package/dist/{BSGridColumnSettingModal-DW_OWegn.js → BSGridColumnSettingModal-n3Oywrw4.js} +1 -1
  4. package/dist/{BSRichTextMaximizedModal-Ai6I7aRX.js → BSRichTextMaximizedModal-Dd6QAZK9.js} +1 -1
  5. package/dist/{BSYesNoModal-BSHg2ab1.js → BSYesNoModal-sWKO9rWp.js} +1 -1
  6. package/dist/{BSYoutubeInputModal-ke97sagb.js → BSYoutubeInputModal-DKwL4GLd.js} +1 -1
  7. package/dist/{ImageInsertModal-CdsZzUi_.js → ImageInsertModal-CuviaF6-.js} +2 -2
  8. package/dist/{ImageProperties.vue_vue_type_script_setup_true_lang-DHPUkehY.js → ImageProperties.vue_vue_type_script_setup_true_lang-Bw2yOIXv.js} +1 -1
  9. package/dist/{ImagePropertiesModal-DW9gSd2D.js → ImagePropertiesModal-BtdgZ-8W.js} +2 -2
  10. package/dist/{LinkPropertiesModal-PYYpistC.js → LinkPropertiesModal-COSAhi80.js} +1 -1
  11. package/dist/{TableInsertModal-Dkhunedo.js → TableInsertModal-DlNMTd8g.js} +1 -1
  12. package/dist/{TablePropertiesModal-BiQBDfmw.js → TablePropertiesModal-4wruPg2P.js} +1 -1
  13. package/dist/{VideoInsertModal-C8A75vGz.js → VideoInsertModal-CawbofQW.js} +2 -2
  14. package/dist/{VideoProperties.vue_vue_type_script_setup_true_lang-cIG4w9z5.js → VideoProperties.vue_vue_type_script_setup_true_lang-D3HsOwxJ.js} +1 -1
  15. package/dist/{VideoPropertiesModal-CgK4MgQR.js → VideoPropertiesModal-BRQL-Aoe.js} +2 -2
  16. package/dist/{YoutubeInsertModal-BWXwavt4.js → YoutubeInsertModal-ByPCE0Qr.js} +2 -2
  17. package/dist/{YoutubeProperties.vue_vue_type_script_setup_true_lang-DfXqNAiB.js → YoutubeProperties.vue_vue_type_script_setup_true_lang-BqZNJeHZ.js} +1 -1
  18. package/dist/{YoutubePropertiesModal-sULgkVng.js → YoutubePropertiesModal-lui6_XIz.js} +2 -2
  19. package/dist/bluesea.css +39 -19
  20. package/dist/bluesea.js +110 -109
  21. package/dist/bluesea.umd.cjs +588 -386
  22. package/dist/component/grid/BSGrid.vue.d.ts +3 -3
  23. package/dist/component/grid/GridModel.d.ts +6 -0
  24. package/dist/component/input/BSPopupSelect.vue.d.ts +3 -3
  25. package/dist/component/input/BSRadioButton.vue.d.ts +3 -3
  26. package/dist/component/layout/BSCardLayout.vue.d.ts +6 -10
  27. package/dist/component/layout/BSListLayout.vue.d.ts +3 -0
  28. package/dist/component/layout/BSListLayoutItem.vue.d.ts +3 -0
  29. package/dist/component/tree/BSTreeRow.vue.d.ts +3 -3
  30. package/dist/component/tree/TreeLib.d.ts +20 -0
  31. package/dist/component/tree/TreeModel.d.ts +1 -1
  32. package/dist/config/config.d.ts +8 -2
  33. package/dist/{index-gSmK6M3D.js → index-fmtGWcf1.js} +712 -510
  34. package/dist/model/CommonTypes.d.ts +1 -1
  35. package/package.json +1 -1
package/css/bluesea.css CHANGED
@@ -25384,24 +25384,33 @@ html {
25384
25384
  position: relative;
25385
25385
  align-items: center;
25386
25386
  height: 28px;
25387
- padding: 0 4px;
25387
+ padding: 0 3px;
25388
25388
  border-radius: 4px;
25389
25389
  cursor: pointer;
25390
+ border: 1px solid transparent;
25391
+ }
25392
+
25393
+ .bs-tree-row .row-caption.selected {
25394
+ background-color: var(--blue-bg);
25395
+ }
25396
+
25397
+ .bs-tree-row .row-caption.selected .caption {
25398
+ color: var(--blue);
25399
+ font-weight: bold;
25400
+ }
25401
+
25402
+ .bs-tree-row .row-caption.focused {
25403
+ border: 1px solid var(--blue);
25390
25404
  }
25391
25405
 
25392
25406
  .bs-tree-row .row-caption .caption {
25393
- padding: 4px;
25407
+ padding: 3px;
25394
25408
  cursor: pointer;
25395
25409
  user-select: none;
25396
25410
  flex-grow: 1;
25397
25411
  white-space: nowrap;
25398
25412
  }
25399
25413
 
25400
- .bs-tree-row .row-caption .caption.selected {
25401
- color: var(--blue);
25402
- font-weight: bold;
25403
- }
25404
-
25405
25414
  .bs-tree-row .row-caption > .expand-icon {
25406
25415
  transform: rotate(-90deg);
25407
25416
  transition: transform 300ms ease;
@@ -25468,6 +25477,7 @@ html {
25468
25477
  .bs-tree {
25469
25478
  overflow: auto;
25470
25479
  position: relative;
25480
+ outline: 0;
25471
25481
  }
25472
25482
 
25473
25483
  .bs-tree > .tree-wrap {
@@ -29946,16 +29956,9 @@ div[data-v-c1655c12] {
29946
29956
 
29947
29957
  .bs-list-layout-item {
29948
29958
  position: relative;
29949
- border: 1px solid var(--gray-200);
29950
- margin-top: -1px;
29951
- }
29952
-
29953
- .bs-list-layout-item:nth-child(odd) .list-item-title {
29954
29959
  background-color: var(--body-bg);
29955
- }
29956
-
29957
- .bs-list-layout-item:nth-child(even) .list-item-title {
29958
- background-color: var(--gray-100);
29960
+ border: 1px solid var(--gray-300);
29961
+ margin-top: -1px;
29959
29962
  }
29960
29963
 
29961
29964
  .bs-list-layout-item.selected {
@@ -29972,11 +29975,32 @@ div[data-v-c1655c12] {
29972
29975
  }
29973
29976
 
29974
29977
  .bs-list-layout-item > .list-item-title {
29975
- padding: 4px 8px;
29978
+ padding: 8px;
29979
+ background-color: var(--gray-200);
29976
29980
  }
29977
29981
 
29978
- .bs-list-layout-item > .list-item-title > .title-text {
29979
- font-size: 1.2em;
29982
+ .bs-list-layout-item:first-child {
29983
+ border-top-left-radius: 8px;
29984
+ border-top-right-radius: 8px;
29985
+ }
29986
+
29987
+ .bs-list-layout-item:first-child > .list-item-title {
29988
+ border-top-left-radius: 7px;
29989
+ border-top-right-radius: 7px;
29990
+ }
29991
+
29992
+ .bs-list-layout-item:last-child {
29993
+ border-bottom-left-radius: 8px;
29994
+ border-bottom-right-radius: 8px;
29995
+ }
29996
+
29997
+ .bs-list-layout-item:last-child:not(.expanded) > .list-item-title {
29998
+ border-bottom-left-radius: 7px;
29999
+ border-bottom-right-radius: 7px;
30000
+ }
30001
+
30002
+ .bs-list-layout-item.expanded > .list-item-title {
30003
+ border-bottom: 1px solid var(--gray-300);
29980
30004
  }
29981
30005
 
29982
30006
  .bs-list-layout-item .bs-checkbox.checked input::before {
@@ -29984,15 +30008,15 @@ div[data-v-c1655c12] {
29984
30008
  }
29985
30009
 
29986
30010
  .bs-list-layout-item > .list-item-content {
29987
- padding: 8px 8px 8px 42px;
30011
+ padding: 8px;
29988
30012
  }
29989
30013
 
29990
- .bs-button[data-v-0f28f6a6] {
30014
+ .bs-button[data-v-487255f8] {
29991
30015
  padding: 3px;
29992
30016
  height: auto;
29993
30017
  }
29994
30018
 
29995
- .bs-button[data-v-0f28f6a6] .font-icon {
30019
+ .bs-button[data-v-487255f8] .font-icon {
29996
30020
  font-size: 12px;
29997
30021
  }
29998
30022
 
@@ -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-gSmK6M3D.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, v as vT, B as BSButton, j as vFocusOnLoad } from "./index-fmtGWcf1.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-gSmK6M3D.js";
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-fmtGWcf1.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-gSmK6M3D.js";
2
+ import { u as useModalHandle, d as _sfc_main$1 } from "./index-fmtGWcf1.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-gSmK6M3D.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, v as vT, B as BSButton } from "./index-fmtGWcf1.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-gSmK6M3D.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-fmtGWcf1.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-gSmK6M3D.js";
3
- import { _ as _sfc_main$5 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-DHPUkehY.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-fmtGWcf1.js";
3
+ import { _ as _sfc_main$5 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-Bw2yOIXv.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-gSmK6M3D.js";
2
+ import { b as _sfc_main$1, c as _sfc_main$2, v as vT } from "./index-fmtGWcf1.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 { o as findImageNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, m as formValidator, p as imageInfoNumberToPixel } from "./index-gSmK6M3D.js";
3
- import { _ as _sfc_main$4 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-DHPUkehY.js";
2
+ import { o as findImageNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, m as formValidator, p as imageInfoNumberToPixel } from "./index-fmtGWcf1.js";
3
+ import { _ as _sfc_main$4 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-Bw2yOIXv.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-gSmK6M3D.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-fmtGWcf1.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-gSmK6M3D.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, h as _sfc_main$3 } from "./index-fmtGWcf1.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,5 +1,5 @@
1
1
  import { defineComponent, computed, ref, onMounted, useTemplateRef, createBlock, openBlock, withCtx, createElementVNode, createVNode, createElementBlock, createCommentVNode, withDirectives, createTextVNode, unref, Fragment, renderList, toDisplayString } from "vue";
2
- import { k as componentUtil, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, v as vT, l as _sfc_main$4, m as formValidator } from "./index-gSmK6M3D.js";
2
+ import { k as componentUtil, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, v as vT, l as _sfc_main$4, m as formValidator } from "./index-fmtGWcf1.js";
3
3
  const findTableNode = (selection, type) => {
4
4
  const head = selection.$head;
5
5
  let depth = head.depth;
@@ -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-gSmK6M3D.js";
3
- import { _ as _sfc_main$5 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-cIG4w9z5.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-fmtGWcf1.js";
3
+ import { _ as _sfc_main$5 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-D3HsOwxJ.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-gSmK6M3D.js";
2
+ import { i as _sfc_main$1, b as _sfc_main$2, c as _sfc_main$3, v as vT } from "./index-fmtGWcf1.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 { s as findVideoNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, m as formValidator, t as videoInfoNumberToPixel } from "./index-gSmK6M3D.js";
3
- import { _ as _sfc_main$4 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-cIG4w9z5.js";
2
+ import { s as findVideoNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, m as formValidator, t as videoInfoNumberToPixel } from "./index-fmtGWcf1.js";
3
+ import { _ as _sfc_main$4 } from "./VideoProperties.vue_vue_type_script_setup_true_lang-D3HsOwxJ.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-gSmK6M3D.js";
3
- import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-DfXqNAiB.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-fmtGWcf1.js";
3
+ import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-BqZNJeHZ.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-gSmK6M3D.js";
2
+ import { b as _sfc_main$1, c as _sfc_main$2, v as vT } from "./index-fmtGWcf1.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 { q as findYoutubeNode, r 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-gSmK6M3D.js";
3
- import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-DfXqNAiB.js";
2
+ import { q as findYoutubeNode, r 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-fmtGWcf1.js";
3
+ import { _ as _sfc_main$4 } from "./YoutubeProperties.vue_vue_type_script_setup_true_lang-BqZNJeHZ.js";
4
4
  const _hoisted_1 = {
5
5
  key: 0,
6
6
  class: "bs-layout-form"
package/dist/bluesea.css CHANGED
@@ -7100,21 +7100,28 @@ to {
7100
7100
  position: relative;
7101
7101
  align-items: center;
7102
7102
  height: 28px;
7103
- padding: 0 4px;
7103
+ padding: 0 3px;
7104
7104
  border-radius: 4px;
7105
7105
  cursor: pointer;
7106
+ border: 1px solid transparent;
7107
+ }
7108
+ .bs-tree-row .row-caption.selected {
7109
+ background-color: var(--blue-bg);
7110
+ }
7111
+ .bs-tree-row .row-caption.selected .caption {
7112
+ color: var(--blue);
7113
+ font-weight: bold;
7114
+ }
7115
+ .bs-tree-row .row-caption.focused {
7116
+ border: 1px solid var(--blue);
7106
7117
  }
7107
7118
  .bs-tree-row .row-caption .caption {
7108
- padding: 4px;
7119
+ padding: 3px;
7109
7120
  cursor: pointer;
7110
7121
  user-select: none;
7111
7122
  flex-grow: 1;
7112
7123
  white-space: nowrap;
7113
7124
  }
7114
- .bs-tree-row .row-caption .caption.selected {
7115
- color: var(--blue);
7116
- font-weight: bold;
7117
- }
7118
7125
  .bs-tree-row .row-caption > .expand-icon {
7119
7126
  transform: rotate(-90deg);
7120
7127
  transition: transform 300ms ease;
@@ -7166,6 +7173,7 @@ to {
7166
7173
  }.bs-tree {
7167
7174
  overflow: auto;
7168
7175
  position: relative;
7176
+ outline: 0;
7169
7177
  }
7170
7178
  .bs-tree > .tree-wrap {
7171
7179
  min-width: max-content;
@@ -10856,14 +10864,9 @@ span.table-property[data-v-537f70be]:after {
10856
10864
  border-bottom: 0;
10857
10865
  }.bs-list-layout-item {
10858
10866
  position: relative;
10859
- border: 1px solid var(--gray-200);
10860
- margin-top: -1px;
10861
- }
10862
- .bs-list-layout-item:nth-child(odd) .list-item-title {
10863
10867
  background-color: var(--body-bg);
10864
- }
10865
- .bs-list-layout-item:nth-child(even) .list-item-title {
10866
- background-color: var(--gray-100);
10868
+ border: 1px solid var(--gray-300);
10869
+ margin-top: -1px;
10867
10870
  }
10868
10871
  .bs-list-layout-item.selected {
10869
10872
  border-color: var(--primary);
@@ -10876,21 +10879,38 @@ span.table-property[data-v-537f70be]:after {
10876
10879
  color: var(--primary);
10877
10880
  }
10878
10881
  .bs-list-layout-item > .list-item-title {
10879
- padding: 4px 8px;
10882
+ padding: 8px;
10883
+ background-color: var(--gray-200);
10880
10884
  }
10881
- .bs-list-layout-item > .list-item-title > .title-text {
10882
- font-size: 1.2em;
10885
+ .bs-list-layout-item:first-child {
10886
+ border-top-left-radius: 8px;
10887
+ border-top-right-radius: 8px;
10888
+ }
10889
+ .bs-list-layout-item:first-child > .list-item-title {
10890
+ border-top-left-radius: 7px;
10891
+ border-top-right-radius: 7px;
10892
+ }
10893
+ .bs-list-layout-item:last-child {
10894
+ border-bottom-left-radius: 8px;
10895
+ border-bottom-right-radius: 8px;
10896
+ }
10897
+ .bs-list-layout-item:last-child:not(.expanded) > .list-item-title {
10898
+ border-bottom-left-radius: 7px;
10899
+ border-bottom-right-radius: 7px;
10900
+ }
10901
+ .bs-list-layout-item.expanded > .list-item-title {
10902
+ border-bottom: 1px solid var(--gray-300);
10883
10903
  }
10884
10904
  .bs-list-layout-item .bs-checkbox.checked input::before {
10885
10905
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 48;
10886
10906
  }
10887
10907
  .bs-list-layout-item > .list-item-content {
10888
- padding: 8px 8px 8px 42px;
10889
- }.bs-button[data-v-0f28f6a6] {
10908
+ padding: 8px;
10909
+ }.bs-button[data-v-487255f8] {
10890
10910
  padding: 3px;
10891
10911
  height: auto;
10892
10912
  }
10893
- .bs-button[data-v-0f28f6a6] .font-icon {
10913
+ .bs-button[data-v-487255f8] .font-icon {
10894
10914
  font-size: 12px;
10895
10915
  }.bs-horizontal-layout-resizer {
10896
10916
  cursor: ew-resize;