@g1cloud/bluesea 5.0.0-beta.19 → 5.0.0-beta.20
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.
- package/css/bluesea.css +93 -0
- package/dist/{BSAlertModal-BHxFopXM.js → BSAlertModal-bXdRoQ4g.js} +1 -1
- package/dist/{BSGridColumnSettingModal-Cb917J3D.js → BSGridColumnSettingModal-CnqefrIo.js} +1 -1
- package/dist/{BSRichTextMaximizedModal-CcaX4vLb.js → BSRichTextMaximizedModal-Dc9sFpvh.js} +1 -1
- package/dist/{BSYesNoModal-D3lgFpfA.js → BSYesNoModal-nTiw15vA.js} +1 -1
- package/dist/{BSYoutubeInputModal-DL58pg-h.js → BSYoutubeInputModal-DN55K-10.js} +1 -1
- package/dist/{ImageInsertModal-J2mLr4xn.js → ImageInsertModal-999e_ass.js} +2 -2
- package/dist/{ImageProperties.vue_vue_type_script_setup_true_lang-C0YeN_Nt.js → ImageProperties.vue_vue_type_script_setup_true_lang-Dk8Skxl0.js} +1 -1
- package/dist/{ImagePropertiesModal-CZCxhkMB.js → ImagePropertiesModal-D6g2ZYpb.js} +2 -2
- package/dist/{LinkPropertiesModal-CcUWZNil.js → LinkPropertiesModal-DUAsPJ5g.js} +1 -1
- package/dist/{TableInsertModal-DTPCKTcg.js → TableInsertModal-DuK1nGxQ.js} +1 -1
- package/dist/{TablePropertiesModal-CReXrzK1.js → TablePropertiesModal-Dn_ozHTt.js} +1 -1
- package/dist/{VideoInsertModal-BSMUkiBi.js → VideoInsertModal-CjB8Vfny.js} +2 -2
- package/dist/{VideoProperties.vue_vue_type_script_setup_true_lang-DwfUSJyi.js → VideoProperties.vue_vue_type_script_setup_true_lang-C41jIi69.js} +1 -1
- package/dist/{VideoPropertiesModal-C7rjQ3qa.js → VideoPropertiesModal-CZyluT1C.js} +2 -2
- package/dist/{YoutubeInsertModal-Ujh5_lzl.js → YoutubeInsertModal-C3VKZ3MM.js} +2 -2
- package/dist/{YoutubeProperties.vue_vue_type_script_setup_true_lang-CfmE5mV7.js → YoutubeProperties.vue_vue_type_script_setup_true_lang-D5zcnp25.js} +1 -1
- package/dist/{YoutubePropertiesModal-DwlRrWKu.js → YoutubePropertiesModal-VGbyMXuR.js} +2 -2
- package/dist/bluesea.css +76 -0
- package/dist/bluesea.js +179 -178
- package/dist/bluesea.umd.cjs +832 -577
- package/dist/component/input/BSFileUpload.vue.d.ts +76 -0
- package/dist/{index-B6nvdcYS.js → index-uI4FYMrx.js} +938 -683
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
- package/text/bluesea_text_en.json +8 -0
- package/text/bluesea_text_fr.json +8 -0
- package/text/bluesea_text_ja.json +8 -0
- package/text/bluesea_text_ko.json +8 -0
- package/text/bluesea_text_zh.json +8 -0
package/dist/index.d.ts
CHANGED
|
@@ -40,6 +40,7 @@ export * from './component/input/ImageUploadModel';
|
|
|
40
40
|
export { default as BSImageUpload } from './component/input/BSImageUpload.vue';
|
|
41
41
|
export { default as BSMultiImageUpload } from './component/input/BSMultiImageUpload.vue';
|
|
42
42
|
export { default as BSPositionedImageUpload } from './component/input/BSPositionedImageUpload.vue';
|
|
43
|
+
export { default as BSFileUpload } from './component/input/BSFileUpload.vue';
|
|
43
44
|
export { default as BSGrid } from './component/grid/BSGrid.vue';
|
|
44
45
|
export * from './component/grid/GridModel';
|
|
45
46
|
export * from './component/grid/GridExtension';
|
package/package.json
CHANGED
|
@@ -320,6 +320,14 @@
|
|
|
320
320
|
"key": "bs.expandAll",
|
|
321
321
|
"text": "Expand All"
|
|
322
322
|
},
|
|
323
|
+
{
|
|
324
|
+
"key": "bs.fileUpload.noFile",
|
|
325
|
+
"text": "No file"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"key": "bs.fileUpload.selectFile",
|
|
329
|
+
"text": "Select file"
|
|
330
|
+
},
|
|
323
331
|
{
|
|
324
332
|
"key": "bs.fileupload.action",
|
|
325
333
|
"text": "Delete"
|
|
@@ -320,6 +320,14 @@
|
|
|
320
320
|
"key": "bs.expandAll",
|
|
321
321
|
"text": "Développer tout"
|
|
322
322
|
},
|
|
323
|
+
{
|
|
324
|
+
"key": "bs.fileUpload.noFile",
|
|
325
|
+
"text": "Aucun fichier"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"key": "bs.fileUpload.selectFile",
|
|
329
|
+
"text": "Sélectionner un fichier"
|
|
330
|
+
},
|
|
323
331
|
{
|
|
324
332
|
"key": "bs.fileupload.action",
|
|
325
333
|
"text": "Supprimer"
|
|
@@ -320,6 +320,14 @@
|
|
|
320
320
|
"key": "bs.expandAll",
|
|
321
321
|
"text": "フルオープン"
|
|
322
322
|
},
|
|
323
|
+
{
|
|
324
|
+
"key": "bs.fileUpload.noFile",
|
|
325
|
+
"text": "ファイルなし"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"key": "bs.fileUpload.selectFile",
|
|
329
|
+
"text": "ファイル選択"
|
|
330
|
+
},
|
|
323
331
|
{
|
|
324
332
|
"key": "bs.fileupload.action",
|
|
325
333
|
"text": "削除"
|
|
@@ -320,6 +320,14 @@
|
|
|
320
320
|
"key": "bs.expandAll",
|
|
321
321
|
"text": "전체열기"
|
|
322
322
|
},
|
|
323
|
+
{
|
|
324
|
+
"key": "bs.fileUpload.noFile",
|
|
325
|
+
"text": "파일 없음"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"key": "bs.fileUpload.selectFile",
|
|
329
|
+
"text": "파일 선택"
|
|
330
|
+
},
|
|
323
331
|
{
|
|
324
332
|
"key": "bs.fileupload.action",
|
|
325
333
|
"text": "삭제"
|
|
@@ -320,6 +320,14 @@
|
|
|
320
320
|
"key": "bs.expandAll",
|
|
321
321
|
"text": "全开"
|
|
322
322
|
},
|
|
323
|
+
{
|
|
324
|
+
"key": "bs.fileUpload.noFile",
|
|
325
|
+
"text": "无文件"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"key": "bs.fileUpload.selectFile",
|
|
329
|
+
"text": "选择文件"
|
|
330
|
+
},
|
|
323
331
|
{
|
|
324
332
|
"key": "bs.fileupload.action",
|
|
325
333
|
"text": "删除"
|