@g1cloud/bluesea 5.0.0-beta.2 → 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 (78) hide show
  1. package/css/bluesea.css +171 -35
  2. package/dist/{BSAlertModal-BixCrZDD.js → BSAlertModal-CYU9CQls.js} +1 -1
  3. package/dist/{BSGridColumnSettingModal-CVVenSnr.js → BSGridColumnSettingModal-ZZsojFuF.js} +1 -1
  4. package/dist/{BSRichTextMaximizedModal-BqzE5__U.js → BSRichTextMaximizedModal-SyLzOqK2.js} +1 -1
  5. package/dist/{BSYesNoModal-B5lERw_k.js → BSYesNoModal-BnlBSnTl.js} +1 -1
  6. package/dist/{BSYoutubeInputModal-eRBqHjeW.js → BSYoutubeInputModal-DoEETszL.js} +7 -2
  7. package/dist/{ImageInsertModal-DvKLXL1n.js → ImageInsertModal-CB7nCYk5.js} +2 -2
  8. package/dist/{ImageProperties.vue_vue_type_script_setup_true_lang-DVUZuLfG.js → ImageProperties.vue_vue_type_script_setup_true_lang-D6zZgPOW.js} +1 -1
  9. package/dist/{ImagePropertiesModal-Dsg6BS63.js → ImagePropertiesModal-DhC1BIGM.js} +2 -2
  10. package/dist/{LinkPropertiesModal-Ct0ykD4j.js → LinkPropertiesModal-CiC7e3lM.js} +1 -1
  11. package/dist/{TableInsertModal-BhyzkcTU.js → TableInsertModal-D6pcuU2G.js} +1 -1
  12. package/dist/TablePropertiesModal-dyMd6ysL.js +353 -0
  13. package/dist/{VideoInsertModal-BAwRYBzU.js → VideoInsertModal-B1uHQRye.js} +2 -2
  14. package/dist/{VideoProperties.vue_vue_type_script_setup_true_lang-BfwBHyER.js → VideoProperties.vue_vue_type_script_setup_true_lang-CuzZ0FvR.js} +1 -1
  15. package/dist/{VideoPropertiesModal-B2FeEw4W.js → VideoPropertiesModal-CWq4UM9A.js} +2 -2
  16. package/dist/{YoutubeInsertModal-EU6G-021.js → YoutubeInsertModal-BrhwLQmb.js} +3 -3
  17. package/dist/{YoutubeProperties.vue_vue_type_script_setup_true_lang-Ci3ndkZR.js → YoutubeProperties.vue_vue_type_script_setup_true_lang-AiYZ7nOr.js} +1 -1
  18. package/dist/{YoutubePropertiesModal-CRy6zJwZ.js → YoutubePropertiesModal-BcDH9UvU.js} +2 -2
  19. package/dist/bluesea.css +143 -32
  20. package/dist/bluesea.js +218 -209
  21. package/dist/bluesea.umd.cjs +2299 -1275
  22. package/dist/component/grid/BSGrid.vue.d.ts +3 -3
  23. package/dist/component/grid/BSGridLookup.vue.d.ts +3 -1
  24. package/dist/component/grid/DateFilterModel.d.ts +15 -0
  25. package/dist/component/grid/GridLib.d.ts +2 -1
  26. package/dist/component/grid/GridModel.d.ts +8 -0
  27. package/dist/component/input/BSCheckboxGroup.vue.d.ts +3 -0
  28. package/dist/component/input/BSColorInput.vue.d.ts +2 -0
  29. package/dist/component/input/BSDateInput.vue.d.ts +2 -0
  30. package/dist/component/input/BSDateRange.vue.d.ts +2 -0
  31. package/dist/component/input/BSDateRangePresets.vue.d.ts +2 -2
  32. package/dist/component/input/BSFileUpload.vue.d.ts +76 -0
  33. package/dist/component/input/BSImageUpload.vue.d.ts +2 -0
  34. package/dist/component/input/BSMultiSelect.vue.d.ts +12 -6
  35. package/dist/component/input/BSNumberInput.vue.d.ts +7 -0
  36. package/dist/component/input/BSPercentInput.vue.d.ts +166 -0
  37. package/dist/component/input/BSPopupSelect.vue.d.ts +3 -3
  38. package/dist/component/input/BSPriceInput.vue.d.ts +7 -0
  39. package/dist/component/input/BSRadioButton.vue.d.ts +3 -3
  40. package/dist/component/input/BSRadioButtonGroup.vue.d.ts +3 -0
  41. package/dist/component/input/BSSelect.vue.d.ts +15 -6
  42. package/dist/component/input/BSSelectPopup.vue.d.ts +6 -6
  43. package/dist/component/input/BSTextArea.vue.d.ts +2 -0
  44. package/dist/component/input/BSTextInput.vue.d.ts +2 -0
  45. package/dist/component/input/BSTreeMultiSelect.vue.d.ts +12 -6
  46. package/dist/component/input/BSTreeSelect.vue.d.ts +12 -6
  47. package/dist/component/input/BSYesNoGroup.vue.d.ts +4 -0
  48. package/dist/component/input/BSYesNoSelect.vue.d.ts +4 -0
  49. package/dist/component/input/DateRangePresetModel.d.ts +2 -0
  50. package/dist/component/input/ImageUploadModel.d.ts +2 -0
  51. package/dist/component/layout/BSCardLayout.vue.d.ts +6 -10
  52. package/dist/component/layout/BSListLayout.vue.d.ts +3 -0
  53. package/dist/component/layout/BSListLayoutItem.vue.d.ts +3 -0
  54. package/dist/component/multilang/BSMultiLangTextArea.vue.d.ts +2 -0
  55. package/dist/component/multilang/BSMultiLangTextInput.vue.d.ts +2 -0
  56. package/dist/component/richtext/RichTextModel.d.ts +1 -0
  57. package/dist/component/richtext/richTextUtil.d.ts +1 -1
  58. package/dist/component/richtext/table/RichTextTableCell.d.ts +1 -0
  59. package/dist/component/richtext/table/RichTextTableLib.d.ts +7 -1
  60. package/dist/component/tree/BSTree.vue.d.ts +9 -3
  61. package/dist/component/tree/BSTreeRow.vue.d.ts +9 -6
  62. package/dist/component/tree/TreeLib.d.ts +20 -0
  63. package/dist/component/tree/TreeModel.d.ts +33 -1
  64. package/dist/config/config.d.ts +14 -6
  65. package/dist/directive/vT.d.ts +6 -0
  66. package/dist/frame/default/DefaultFrameModel.d.ts +2 -0
  67. package/dist/{index-CDwzpZX0.js → index-D3w5seMa.js} +2183 -1333
  68. package/dist/index.d.ts +4 -1
  69. package/dist/model/CommonTypes.d.ts +1 -1
  70. package/dist/util/formatUtil.d.ts +4 -4
  71. package/dist/validator/FormValidator.d.ts +5 -0
  72. package/package.json +3 -3
  73. package/text/bluesea_text_en.json +20 -0
  74. package/text/bluesea_text_fr.json +20 -0
  75. package/text/bluesea_text_ja.json +20 -0
  76. package/text/bluesea_text_ko.json +20 -0
  77. package/text/bluesea_text_zh.json +20 -0
  78. package/dist/TablePropertiesModal-BAxcByTD.js +0 -184
package/css/bluesea.css CHANGED
@@ -18681,6 +18681,19 @@ html {
18681
18681
  min-width: 100%;
18682
18682
  }
18683
18683
 
18684
+ .bs-popup-button.icon-only > button {
18685
+ border: 0 !important;
18686
+ padding: 4px 0;
18687
+ }
18688
+
18689
+ .bs-popup-button.icon-only > button > .font-icon {
18690
+ font-size: 1.2rem;
18691
+ }
18692
+
18693
+ .bs-popup-button.icon-only > button > .font-icon.right {
18694
+ display: none;
18695
+ }
18696
+
18684
18697
  .bs-box-component-wrap, .bs-select-wrap, .bs-input-wrap, .bs-text-input {
18685
18698
  display: inline-flex;
18686
18699
  flex-direction: column;
@@ -21505,11 +21518,11 @@ html {
21505
21518
  }
21506
21519
 
21507
21520
  .bs-color-input.error input[type=color] {
21508
- border-color: var(--error);
21521
+ border-color: var(--danger);
21509
21522
  }
21510
21523
 
21511
21524
  .bs-color-input.error .bs-text-input .input-area {
21512
- border-color: var(--error);
21525
+ border-color: var(--danger);
21513
21526
  }
21514
21527
 
21515
21528
  .bs-color-input.modified input[type=color] {
@@ -21520,6 +21533,12 @@ html {
21520
21533
  border-color: var(--purple);
21521
21534
  }
21522
21535
 
21536
+ .bs-color-input.disabled input[type=color] {
21537
+ border-color: var(--border) !important;
21538
+ background-color: var(--gray-100) !important;
21539
+ color: var(--gray-400) !important;
21540
+ }
21541
+
21523
21542
  .bs-color-input .view-mode {
21524
21543
  line-height: 1;
21525
21544
  }
@@ -25378,24 +25397,33 @@ html {
25378
25397
  position: relative;
25379
25398
  align-items: center;
25380
25399
  height: 28px;
25381
- padding: 0 4px;
25400
+ padding: 0 3px;
25382
25401
  border-radius: 4px;
25383
25402
  cursor: pointer;
25403
+ border: 1px solid transparent;
25404
+ }
25405
+
25406
+ .bs-tree-row .row-caption.selected {
25407
+ background-color: var(--blue-bg);
25408
+ }
25409
+
25410
+ .bs-tree-row .row-caption.selected .caption {
25411
+ color: var(--blue);
25412
+ font-weight: bold;
25413
+ }
25414
+
25415
+ .bs-tree-row .row-caption.focused {
25416
+ border: 1px solid var(--blue);
25384
25417
  }
25385
25418
 
25386
25419
  .bs-tree-row .row-caption .caption {
25387
- padding: 4px;
25420
+ padding: 3px;
25388
25421
  cursor: pointer;
25389
25422
  user-select: none;
25390
25423
  flex-grow: 1;
25391
25424
  white-space: nowrap;
25392
25425
  }
25393
25426
 
25394
- .bs-tree-row .row-caption .caption.selected {
25395
- color: var(--blue);
25396
- font-weight: bold;
25397
- }
25398
-
25399
25427
  .bs-tree-row .row-caption > .expand-icon {
25400
25428
  transform: rotate(-90deg);
25401
25429
  transition: transform 300ms ease;
@@ -25462,6 +25490,7 @@ html {
25462
25490
  .bs-tree {
25463
25491
  overflow: auto;
25464
25492
  position: relative;
25493
+ outline: 0;
25465
25494
  }
25466
25495
 
25467
25496
  .bs-tree > .tree-wrap {
@@ -26526,7 +26555,7 @@ html {
26526
26555
  min-width: 200px;
26527
26556
  }
26528
26557
 
26529
- .bs-popup-select[data-v-70cc785c] {
26558
+ .bs-popup-select[data-v-d74fd89c] {
26530
26559
  column-gap: 8px !important;
26531
26560
  }
26532
26561
 
@@ -27084,7 +27113,7 @@ input[data-v-ef5774f0] {
27084
27113
  color: var(--body-text);
27085
27114
  }
27086
27115
 
27087
- input[data-v-8648edf8] {
27116
+ input[data-v-d556d8eb] {
27088
27117
  width: 48px;
27089
27118
  height: 26px;
27090
27119
  padding: 2px 4px;
@@ -27093,11 +27122,11 @@ input[data-v-8648edf8] {
27093
27122
  background-color: var(--body-bg);
27094
27123
  }
27095
27124
 
27096
- span.table-property[data-v-96d890f0] {
27125
+ span.table-property[data-v-537f70be] {
27097
27126
  position: relative;
27098
27127
  }
27099
27128
 
27100
- span.table-property[data-v-96d890f0]:after {
27129
+ span.table-property[data-v-537f70be]:after {
27101
27130
  content: "settings";
27102
27131
  position: absolute;
27103
27132
  font-size: 0.5em;
@@ -27800,22 +27829,22 @@ div[data-v-c1655c12] {
27800
27829
  border-color: var(--border) !important;
27801
27830
  }
27802
27831
 
27803
- .image-upload-move[data-v-872f4521],
27804
- .image-upload-enter-active[data-v-872f4521],
27805
- .image-upload-leave-active[data-v-872f4521] {
27832
+ .image-upload-move[data-v-bb3fe045],
27833
+ .image-upload-enter-active[data-v-bb3fe045],
27834
+ .image-upload-leave-active[data-v-bb3fe045] {
27806
27835
  transition: all 0.3s ease;
27807
27836
  }
27808
27837
 
27809
- .image-upload-leave-from[data-v-872f4521],
27810
- .image-upload-leave-to[data-v-872f4521] {
27838
+ .image-upload-leave-from[data-v-bb3fe045],
27839
+ .image-upload-leave-to[data-v-bb3fe045] {
27811
27840
  display: none;
27812
27841
  }
27813
27842
 
27814
- .image-upload-enter-from[data-v-872f4521] {
27843
+ .image-upload-enter-from[data-v-bb3fe045] {
27815
27844
  opacity: 0;
27816
27845
  }
27817
27846
 
27818
- .image-upload-leave-active[data-v-872f4521] {
27847
+ .image-upload-leave-active[data-v-bb3fe045] {
27819
27848
  position: absolute;
27820
27849
  }
27821
27850
 
@@ -27845,6 +27874,99 @@ div[data-v-c1655c12] {
27845
27874
  color: #999;
27846
27875
  }
27847
27876
 
27877
+ .bs-file-upload {
27878
+ display: inline-block;
27879
+ }
27880
+
27881
+ .bs-file-upload.modified .file-box {
27882
+ border-color: var(--purple) !important;
27883
+ }
27884
+
27885
+ .bs-file-upload.error .file-box {
27886
+ border-color: var(--red) !important;
27887
+ }
27888
+
27889
+ .bs-file-upload .file-box {
27890
+ border: 1px solid var(--border);
27891
+ border-radius: 4px;
27892
+ padding: 8px 12px;
27893
+ display: flex;
27894
+ align-items: center;
27895
+ gap: 8px;
27896
+ min-height: 40px;
27897
+ }
27898
+
27899
+ .bs-file-upload .file-box .file-icon {
27900
+ color: var(--gray-500);
27901
+ font-size: 1.2em;
27902
+ }
27903
+
27904
+ .bs-file-upload .file-box .file-name {
27905
+ flex: 1;
27906
+ overflow: hidden;
27907
+ text-overflow: ellipsis;
27908
+ white-space: nowrap;
27909
+ }
27910
+
27911
+ .bs-file-upload .file-box a.file-name {
27912
+ color: var(--primary);
27913
+ text-decoration: none;
27914
+ }
27915
+
27916
+ .bs-file-upload .file-box a.file-name:hover {
27917
+ text-decoration: underline;
27918
+ }
27919
+
27920
+ .bs-file-upload .file-box .remove-btn {
27921
+ border: none;
27922
+ background: none;
27923
+ padding: 4px;
27924
+ color: var(--gray-500);
27925
+ display: flex;
27926
+ align-items: center;
27927
+ justify-content: center;
27928
+ }
27929
+
27930
+ .bs-file-upload .file-box .remove-btn:hover {
27931
+ color: var(--red);
27932
+ }
27933
+
27934
+ .bs-file-upload .upload-btn-wrapper {
27935
+ width: 100%;
27936
+ display: flex;
27937
+ align-items: center;
27938
+ justify-content: center;
27939
+ }
27940
+
27941
+ .bs-file-upload .upload-btn-wrapper .upload-btn {
27942
+ display: flex;
27943
+ align-items: center;
27944
+ gap: 4px;
27945
+ color: var(--gray-500);
27946
+ padding: 4px 8px;
27947
+ border-radius: 4px;
27948
+ }
27949
+
27950
+ .bs-file-upload .upload-btn-wrapper .upload-btn:hover:not(.disabled) {
27951
+ background-color: var(--gray-100);
27952
+ color: var(--color-text);
27953
+ }
27954
+
27955
+ .bs-file-upload .upload-btn-wrapper .no-file {
27956
+ color: var(--gray-400);
27957
+ }
27958
+
27959
+ .bs-file-upload .upload-btn-wrapper.dropping {
27960
+ background-color: var(--primary-200);
27961
+ border: 2px dashed var(--primary);
27962
+ border-radius: 4px;
27963
+ }
27964
+
27965
+ .bs-file-upload .disabled .file-box {
27966
+ opacity: 0.5;
27967
+ border-color: var(--border) !important;
27968
+ }
27969
+
27848
27970
  .resize-handle[data-v-f4cd842f] {
27849
27971
  position: absolute;
27850
27972
  width: 5px;
@@ -29940,16 +30062,9 @@ div[data-v-c1655c12] {
29940
30062
 
29941
30063
  .bs-list-layout-item {
29942
30064
  position: relative;
29943
- border: 1px solid var(--gray-200);
29944
- margin-top: -1px;
29945
- }
29946
-
29947
- .bs-list-layout-item:nth-child(odd) .list-item-title {
29948
30065
  background-color: var(--body-bg);
29949
- }
29950
-
29951
- .bs-list-layout-item:nth-child(even) .list-item-title {
29952
- background-color: var(--gray-100);
30066
+ border: 1px solid var(--gray-300);
30067
+ margin-top: -1px;
29953
30068
  }
29954
30069
 
29955
30070
  .bs-list-layout-item.selected {
@@ -29966,11 +30081,32 @@ div[data-v-c1655c12] {
29966
30081
  }
29967
30082
 
29968
30083
  .bs-list-layout-item > .list-item-title {
29969
- padding: 4px 8px;
30084
+ padding: 8px;
30085
+ background-color: var(--gray-200);
29970
30086
  }
29971
30087
 
29972
- .bs-list-layout-item > .list-item-title > .title-text {
29973
- font-size: 1.2em;
30088
+ .bs-list-layout-item:first-child {
30089
+ border-top-left-radius: 8px;
30090
+ border-top-right-radius: 8px;
30091
+ }
30092
+
30093
+ .bs-list-layout-item:first-child > .list-item-title {
30094
+ border-top-left-radius: 7px;
30095
+ border-top-right-radius: 7px;
30096
+ }
30097
+
30098
+ .bs-list-layout-item:last-child {
30099
+ border-bottom-left-radius: 8px;
30100
+ border-bottom-right-radius: 8px;
30101
+ }
30102
+
30103
+ .bs-list-layout-item:last-child:not(.expanded) > .list-item-title {
30104
+ border-bottom-left-radius: 7px;
30105
+ border-bottom-right-radius: 7px;
30106
+ }
30107
+
30108
+ .bs-list-layout-item.expanded > .list-item-title {
30109
+ border-bottom: 1px solid var(--gray-300);
29974
30110
  }
29975
30111
 
29976
30112
  .bs-list-layout-item .bs-checkbox.checked input::before {
@@ -29978,15 +30114,15 @@ div[data-v-c1655c12] {
29978
30114
  }
29979
30115
 
29980
30116
  .bs-list-layout-item > .list-item-content {
29981
- padding: 8px 8px 8px 42px;
30117
+ padding: 8px;
29982
30118
  }
29983
30119
 
29984
- .bs-button[data-v-0f28f6a6] {
30120
+ .bs-button[data-v-487255f8] {
29985
30121
  padding: 3px;
29986
30122
  height: auto;
29987
30123
  }
29988
30124
 
29989
- .bs-button[data-v-0f28f6a6] .font-icon {
30125
+ .bs-button[data-v-487255f8] .font-icon {
29990
30126
  font-size: 12px;
29991
30127
  }
29992
30128
 
@@ -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-CDwzpZX0.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, v as vT, B as BSButton, l as vFocusOnLoad } from "./index-D3w5seMa.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-CDwzpZX0.js";
2
+ import { g as createInputGridHandler, u as useModalHandle, _ as _sfc_main$1, B as BSButton, h as _sfc_main$2, j as _sfc_main$3, k as _sfc_main$4, n as notNull } from "./index-D3w5seMa.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-CDwzpZX0.js";
2
+ import { u as useModalHandle, d as _sfc_main$1 } from "./index-D3w5seMa.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-CDwzpZX0.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, v as vT, B as BSButton } from "./index-D3w5seMa.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-CDwzpZX0.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, i as isYoutubeNocookieUrl, f as buildYoutubeUrl } from "./index-D3w5seMa.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" };
@@ -18,7 +18,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
18
18
  const modalHandle = useModalHandle();
19
19
  const select = () => {
20
20
  const videoId = extractYoutubeVideoId(url.value);
21
- modelValue.value = videoId ? `https://youtu.be/${videoId}` : void 0;
21
+ if (videoId) {
22
+ const nocookie = isYoutubeNocookieUrl(url.value);
23
+ modelValue.value = buildYoutubeUrl(videoId, nocookie);
24
+ } else {
25
+ modelValue.value = void 0;
26
+ }
22
27
  modalHandle.close();
23
28
  };
24
29
  const close = () => {
@@ -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-CDwzpZX0.js";
3
- import { _ as _sfc_main$5 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-DVUZuLfG.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-D3w5seMa.js";
3
+ import { _ as _sfc_main$5 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-D6zZgPOW.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-CDwzpZX0.js";
2
+ import { b as _sfc_main$1, c as _sfc_main$2, v as vT } from "./index-D3w5seMa.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 { m as findImageNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, l as formValidator, o as imageInfoNumberToPixel } from "./index-CDwzpZX0.js";
3
- import { _ as _sfc_main$4 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-DVUZuLfG.js";
2
+ import { q as findImageNode, u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, c as _sfc_main$3, p as formValidator, r as imageInfoNumberToPixel } from "./index-D3w5seMa.js";
3
+ import { _ as _sfc_main$4 } from "./ImageProperties.vue_vue_type_script_setup_true_lang-D6zZgPOW.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-CDwzpZX0.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-D3w5seMa.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-CDwzpZX0.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, b as _sfc_main$2, j as _sfc_main$3 } from "./index-D3w5seMa.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" };