@g1cloud/bluesea 5.0.0-alpha.69 → 5.0.0-alpha.70

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 (114) hide show
  1. package/css/component.scss +1 -1
  2. package/dist/{BSAlertModal-CPk_aaoP.js → BSAlertModal-Dg0XwSmx.js} +3 -2
  3. package/dist/{BSYesNoModal-Dh6_L8aI.js → BSYesNoModal-CwN7km6W.js} +3 -2
  4. package/dist/bluesea.js +1 -1
  5. package/dist/bluesea.umd.cjs +1246 -1417
  6. package/dist/component/basic/BSButton.vue.d.ts +4 -4
  7. package/dist/component/basic/BSCalendar.vue.d.ts +5 -5
  8. package/dist/component/basic/BSCalendarRange.vue.d.ts +5 -5
  9. package/dist/component/basic/BSConsole.vue.d.ts +4 -4
  10. package/dist/component/basic/BSDate.vue.d.ts +3 -3
  11. package/dist/component/basic/BSFormLabel.vue.d.ts +3 -3
  12. package/dist/component/basic/BSImage.vue.d.ts +4 -4
  13. package/dist/component/basic/BSLink.vue.d.ts +3 -3
  14. package/dist/component/basic/BSPageNavigation.vue.d.ts +5 -5
  15. package/dist/component/basic/BSPopup.vue.d.ts +4 -4
  16. package/dist/component/basic/BSPopupButton.vue.d.ts +3 -3
  17. package/dist/component/basic/BSProgressBar.vue.d.ts +4 -4
  18. package/dist/component/basic/BSTooltip.vue.d.ts +4 -4
  19. package/dist/component/global/AddressSearchButton.vue.d.ts +4 -4
  20. package/dist/component/global/BSAddressInput.vue.d.ts +7 -5
  21. package/dist/component/global/BSLocaleSelect.vue.d.ts +5 -5
  22. package/dist/component/global/BSNameInput.vue.d.ts +7 -5
  23. package/dist/component/global/BSTelInput.vue.d.ts +7 -5
  24. package/dist/component/grid/BSDateRangeFilter.vue.d.ts +5 -5
  25. package/dist/component/grid/BSDateRangeFilters.vue.d.ts +5 -5
  26. package/dist/component/grid/BSGrid.vue.d.ts +18 -18
  27. package/dist/component/grid/BSGridCell.vue.d.ts +3 -3
  28. package/dist/component/grid/BSGridCellCheckbox.vue.d.ts +4 -4
  29. package/dist/component/grid/BSGridCellDragHandle.vue.d.ts +3 -3
  30. package/dist/component/grid/BSGridCellEdit.vue.d.ts +4 -4
  31. package/dist/component/grid/BSGridCellSerialNo.vue.d.ts +3 -3
  32. package/dist/component/grid/BSGridControl.vue.d.ts +5 -5
  33. package/dist/component/grid/BSGridHeaderCell.vue.d.ts +5 -5
  34. package/dist/component/grid/BSGridHeaderCellCheckbox.vue.d.ts +4 -4
  35. package/dist/component/grid/BSGridHeaderCellResizeHandle.vue.d.ts +4 -4
  36. package/dist/component/grid/BSGridHeaderCellSerialNo.vue.d.ts +1 -1
  37. package/dist/component/grid/BSGridLookup.vue.d.ts +6 -6
  38. package/dist/component/grid/BSGridRow.vue.d.ts +12 -12
  39. package/dist/component/grid/BSTextFilter.vue.d.ts +6 -6
  40. package/dist/component/grid/GridModel.d.ts +1 -1
  41. package/dist/component/input/BSCheckbox.vue.d.ts +5 -5
  42. package/dist/component/input/BSCheckboxGroup.vue.d.ts +6 -3
  43. package/dist/component/input/BSCodeEditor.vue.d.ts +7 -5
  44. package/dist/component/input/BSColorInput.vue.d.ts +7 -5
  45. package/dist/component/input/BSDateInput.vue.d.ts +11 -5
  46. package/dist/component/input/BSDateInputPopup.vue.d.ts +5 -5
  47. package/dist/component/input/BSDateRange.vue.d.ts +11 -5
  48. package/dist/component/input/BSDateRangeInputPopup.vue.d.ts +5 -5
  49. package/dist/component/input/BSDateRangePresets.vue.d.ts +5 -5
  50. package/dist/component/input/BSImageUpload.vue.d.ts +7 -5
  51. package/dist/component/input/BSMultiImageUpload.vue.d.ts +7 -5
  52. package/dist/component/input/BSMultiSelect.vue.d.ts +6 -3
  53. package/dist/component/input/BSNumberInput.vue.d.ts +7 -5
  54. package/dist/component/input/BSPopupSelect.vue.d.ts +3 -3
  55. package/dist/component/input/BSPriceInput.vue.d.ts +7 -5
  56. package/dist/component/input/BSRadioButton.vue.d.ts +3 -3
  57. package/dist/component/input/BSRadioButtonGroup.vue.d.ts +6 -3
  58. package/dist/component/input/BSSelect.vue.d.ts +6 -3
  59. package/dist/component/input/BSSelectPopup.vue.d.ts +3 -3
  60. package/dist/component/input/BSTextArea.vue.d.ts +7 -5
  61. package/dist/component/input/BSTextInput.vue.d.ts +7 -5
  62. package/dist/component/input/BSTreeMultiSelect.vue.d.ts +6 -3
  63. package/dist/component/input/BSTreeSelect.vue.d.ts +6 -3
  64. package/dist/component/input/BSYesNoGroup.vue.d.ts +5 -5
  65. package/dist/component/input/BSYesNoSelect.vue.d.ts +4 -4
  66. package/dist/component/input/ValidationErrors.vue.d.ts +5 -3
  67. package/dist/component/layout/BSCardLayout.vue.d.ts +3 -3
  68. package/dist/component/layout/BSListControl.vue.d.ts +9 -9
  69. package/dist/component/layout/BSListLayout.vue.d.ts +6 -6
  70. package/dist/component/layout/BSListLayoutItem.vue.d.ts +6 -6
  71. package/dist/component/layout/BSTabSheet.vue.d.ts +13 -5
  72. package/dist/component/layout/SlideDownTransition.vue.d.ts +1 -1
  73. package/dist/component/multilang/BSMultiLangExpandButton.vue.d.ts +1 -1
  74. package/dist/component/multilang/BSMultiLangImageUpload.vue.d.ts +7 -5
  75. package/dist/component/multilang/BSMultiLangRichText.vue.d.ts +7 -5
  76. package/dist/component/multilang/BSMultiLangTextArea.vue.d.ts +7 -5
  77. package/dist/component/multilang/BSMultiLangTextInput.vue.d.ts +7 -5
  78. package/dist/component/multilang/multiLangLib.d.ts +1 -1
  79. package/dist/component/richtext/BSRichText.vue.d.ts +7 -5
  80. package/dist/component/richtext/RichTextToolbar.vue.d.ts +3 -3
  81. package/dist/component/richtext/ToolButtonColor.vue.d.ts +3 -3
  82. package/dist/component/richtext/ToolButtonFontSize.vue.d.ts +3 -3
  83. package/dist/component/tree/BSTree.vue.d.ts +15 -12
  84. package/dist/component/tree/BSTreeControl.vue.d.ts +26 -15
  85. package/dist/component/tree/BSTreeRow.vue.d.ts +12 -9
  86. package/dist/component/tree/TreeModel.d.ts +5 -1
  87. package/dist/contextmenu/BSContextMenu.vue.d.ts +4 -4
  88. package/dist/contextmenu/BSContextMenuContainer.vue.d.ts +1 -1
  89. package/dist/contextmenu/contextMenuPlugin.d.ts +2 -2
  90. package/dist/frame/default/DefaultBody.vue.d.ts +1 -1
  91. package/dist/frame/default/DefaultFrameModel.d.ts +8 -3
  92. package/dist/frame/default/DefaultHeader.vue.d.ts +1 -1
  93. package/dist/frame/default/HeaderTab.vue.d.ts +3 -3
  94. package/dist/frame/default/HeaderTabs.vue.d.ts +1 -1
  95. package/dist/frame/default/SidebarMenu.vue.d.ts +1 -1
  96. package/dist/frame/default/SidebarMenuItem.vue.d.ts +4 -4
  97. package/dist/frame/default/SidebarMenuLink.vue.d.ts +4 -4
  98. package/dist/frame/default/SidebarMenuSearch.vue.d.ts +4 -4
  99. package/dist/{index-BQB839Ad.js → index-BzsBtE7M.js} +1245 -1418
  100. package/dist/modal/BSAlertModal.vue.d.ts +4 -4
  101. package/dist/modal/BSModalContainer.vue.d.ts +1 -1
  102. package/dist/modal/BSModalFrame.vue.d.ts +4 -4
  103. package/dist/modal/BSModalWrapper.vue.d.ts +3 -3
  104. package/dist/modal/BSYesNoModal.vue.d.ts +4 -4
  105. package/dist/modal/modalPlugin.d.ts +2 -0
  106. package/dist/notification/BSAlarmFrame.vue.d.ts +3 -3
  107. package/dist/notification/BSNotificationContainer.vue.d.ts +1 -1
  108. package/dist/notification/notificationPlugin.d.ts +4 -16
  109. package/dist/style.css +185 -149
  110. package/package.json +5 -5
  111. package/text/bluesea_text_en.json +7 -1
  112. package/text/bluesea_text_ja.json +7 -1
  113. package/text/bluesea_text_ko.json +7 -1
  114. package/text/bluesea_text_zh.json +7 -1
@@ -404,7 +404,7 @@
404
404
 
405
405
  // text-description
406
406
  .text-description {
407
- margin-top: 8px;
407
+ margin-top: 2px;
408
408
  color: $gray-400;
409
409
  font-size: 0.923em;
410
410
  }
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, openBlock, createBlock, withCtx, createElementVNode, withDirectives, createVNode, unref } from "vue";
2
- import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, v as vFocusOnLoad, a as vT } from "./index-BQB839Ad.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, v as vFocusOnLoad, a as vT } from "./index-BzsBtE7M.js";
3
3
  const _hoisted_1 = { class: "text-right" };
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "BSAlertModal",
@@ -12,7 +12,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  const emit = __emit;
13
13
  const modalHandle = useModalHandle();
14
14
  modalHandle.setDefaultStyle({
15
- minWidth: "300px"
15
+ minWidth: "300px",
16
+ escToClose: true
16
17
  });
17
18
  const clickOk = () => {
18
19
  emit("click");
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, openBlock, createBlock, withCtx, createElementVNode, createVNode, withDirectives, unref } from "vue";
2
- import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, a as vT } from "./index-BQB839Ad.js";
2
+ import { u as useModalHandle, _ as _sfc_main$1, B as BSButton, a as vT } from "./index-BzsBtE7M.js";
3
3
  const _hoisted_1 = { class: "text-right" };
4
4
  const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "BSYesNoModal",
@@ -12,7 +12,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  const emit = __emit;
13
13
  const modalHandle = useModalHandle();
14
14
  modalHandle.setDefaultStyle({
15
- minWidth: "300px"
15
+ minWidth: "300px",
16
+ escToClose: true
16
17
  });
17
18
  const clickNo = () => {
18
19
  emit("clickNo");
package/dist/bluesea.js CHANGED
@@ -1,4 +1,4 @@
1
- import { ag, ah, b0, b1, b, a1, a6, B, l, m, O, s, t, a3, p, i, a7, bB, j, q, r, N, c, J, L, K, a2, H, g, R, Q, Z, bl, a4, _, I, X, Y, W, V, U, A, $, a5, n, k, e, E, o, h, w, x, G, z, P, a0, F, M, f, S, T, D, C, y, d, b8, b7, al, a9, bF, a8, as, ap, am, b6, au, at, bJ, a_, b4, ar, b5, av, ad, ae, ac, af, b3, b2, ao, a$, aR, bi, aC, bh, bT, br, b9, bg, bf, aj, aU, bt, ak, bE, bG, aq, bo, an, az, ai, aA, be, aO, aP, aQ, aL, aN, aM, aK, aH, aE, bM, bz, bw, bK, bc, ab, bU, bR, bV, aV, bS, aW, aD, bd, aG, bW, bb, bL, bp, ba, bQ, bH, bj, bn, aS, aw, aZ, aX, aY, bs, by, bx, bq, bv, aF, aB, bu, bP, bC, bD, bI, bk, bm, u, aT, ax, ay, aa, a, aI, aJ, bO, bN, bA } from "./index-BQB839Ad.js";
1
+ import { ag, ah, b0, b1, b, a1, a6, B, l, m, O, s, t, a3, p, i, a7, bB, j, q, r, N, c, J, L, K, a2, H, g, R, Q, Z, bl, a4, _, I, X, Y, W, V, U, A, $, a5, n, k, e, E, o, h, w, x, G, z, P, a0, F, M, f, S, T, D, C, y, d, b8, b7, al, a9, bF, a8, as, ap, am, b6, au, at, bJ, a_, b4, ar, b5, av, ad, ae, ac, af, b3, b2, ao, a$, aR, bi, aC, bh, bT, br, b9, bg, bf, aj, aU, bt, ak, bE, bG, aq, bo, an, az, ai, aA, be, aO, aP, aQ, aL, aN, aM, aK, aH, aE, bM, bz, bw, bK, bc, ab, bU, bR, bV, aV, bS, aW, aD, bd, aG, bW, bb, bL, bp, ba, bQ, bH, bj, bn, aS, aw, aZ, aX, aY, bs, by, bx, bq, bv, aF, aB, bu, bP, bC, bD, bI, bk, bm, u, aT, ax, ay, aa, a, aI, aJ, bO, bN, bA } from "./index-BzsBtE7M.js";
2
2
  export {
3
3
  ag as ADDRESS_COUNTRY_CONFIGS,
4
4
  ah as ADDRESS_COUNTRY_CONFIG_DEFAULT,