vxe-table 4.11.1 → 4.11.3

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 (125) hide show
  1. package/es/colgroup/style.css +0 -0
  2. package/es/colgroup/style.min.css +0 -0
  3. package/es/column/style.css +0 -0
  4. package/es/column/style.min.css +0 -0
  5. package/es/grid/style.css +83 -0
  6. package/es/grid/style.min.css +1 -0
  7. package/es/iconfont.1739874198596.ttf +0 -0
  8. package/es/iconfont.1739874198596.woff +0 -0
  9. package/es/iconfont.1739874198596.woff2 +0 -0
  10. package/es/index.css +1 -1
  11. package/es/index.min.css +1 -1
  12. package/es/style.css +1 -1
  13. package/es/style.min.css +1 -1
  14. package/es/table/src/table.js +63 -27
  15. package/es/table/style.css +3476 -0
  16. package/es/table/style.min.css +1 -0
  17. package/es/toolbar/style.css +90 -0
  18. package/es/toolbar/style.min.css +1 -0
  19. package/es/ui/index.js +3 -3
  20. package/es/ui/src/log.js +1 -1
  21. package/es/ui/style.css +0 -0
  22. package/es/ui/style.min.css +0 -0
  23. package/es/v-x-e-table/style.css +0 -0
  24. package/es/v-x-e-table/style.min.css +0 -0
  25. package/es/vxe-colgroup/style.css +0 -0
  26. package/es/vxe-colgroup/style.min.css +0 -0
  27. package/es/vxe-column/style.css +0 -0
  28. package/es/vxe-column/style.min.css +0 -0
  29. package/es/vxe-grid/style.css +83 -0
  30. package/es/vxe-grid/style.min.css +1 -0
  31. package/es/vxe-table/style.css +3476 -0
  32. package/es/vxe-table/style.min.css +1 -0
  33. package/es/vxe-toolbar/style.css +90 -0
  34. package/es/vxe-toolbar/style.min.css +1 -0
  35. package/es/vxe-ui/style.css +0 -0
  36. package/es/vxe-ui/style.min.css +0 -0
  37. package/es/vxe-v-x-e-table/style.css +0 -0
  38. package/es/vxe-v-x-e-table/style.min.css +0 -0
  39. package/lib/colgroup/style/index.js +1 -0
  40. package/lib/colgroup/style/style.css +0 -0
  41. package/lib/colgroup/style/style.min.css +0 -0
  42. package/lib/column/style/index.js +1 -0
  43. package/lib/column/style/style.css +0 -0
  44. package/lib/column/style/style.min.css +0 -0
  45. package/lib/grid/style/index.js +1 -0
  46. package/lib/grid/style/style.css +83 -0
  47. package/lib/grid/style/style.min.css +1 -0
  48. package/lib/iconfont.1739874198596.ttf +0 -0
  49. package/lib/iconfont.1739874198596.woff +0 -0
  50. package/lib/iconfont.1739874198596.woff2 +0 -0
  51. package/lib/index.css +1 -1
  52. package/lib/index.min.css +1 -1
  53. package/lib/index.umd.js +65 -31
  54. package/lib/index.umd.min.js +1 -1
  55. package/lib/locale/lang/en-US.min.js +1 -1
  56. package/lib/locale/lang/en-US.umd.js +715 -0
  57. package/lib/locale/lang/es-ES.min.js +1 -1
  58. package/lib/locale/lang/es-ES.umd.js +722 -0
  59. package/lib/locale/lang/hu-HU.min.js +1 -1
  60. package/lib/locale/lang/hu-HU.umd.js +715 -0
  61. package/lib/locale/lang/ja-JP.min.js +1 -1
  62. package/lib/locale/lang/ja-JP.umd.js +715 -0
  63. package/lib/locale/lang/ko-KR.min.js +1 -1
  64. package/lib/locale/lang/ko-KR.umd.js +715 -0
  65. package/lib/locale/lang/pt-BR.min.js +1 -1
  66. package/lib/locale/lang/pt-BR.umd.js +715 -0
  67. package/lib/locale/lang/ru-RU.min.js +1 -1
  68. package/lib/locale/lang/ru-RU.umd.js +715 -0
  69. package/lib/locale/lang/uk-UA.min.js +1 -1
  70. package/lib/locale/lang/uk-UA.umd.js +715 -0
  71. package/lib/locale/lang/zh-CN.min.js +1 -1
  72. package/lib/locale/lang/zh-CN.umd.js +715 -0
  73. package/lib/locale/lang/zh-HK.min.js +1 -1
  74. package/lib/locale/lang/zh-HK.umd.js +23 -0
  75. package/lib/locale/lang/zh-MO.min.js +1 -1
  76. package/lib/locale/lang/zh-MO.umd.js +23 -0
  77. package/lib/locale/lang/zh-TC.min.js +1 -1
  78. package/lib/locale/lang/zh-TC.umd.js +23 -0
  79. package/lib/locale/lang/zh-TW.min.js +1 -1
  80. package/lib/locale/lang/zh-TW.umd.js +23 -0
  81. package/lib/style.css +1 -1
  82. package/lib/style.min.css +1 -1
  83. package/lib/table/src/table.js +62 -27
  84. package/lib/table/src/table.min.js +1 -1
  85. package/lib/table/style/index.js +1 -0
  86. package/lib/table/style/style.css +3476 -0
  87. package/lib/table/style/style.min.css +1 -0
  88. package/lib/toolbar/style/index.js +1 -0
  89. package/lib/toolbar/style/style.css +90 -0
  90. package/lib/toolbar/style/style.min.css +1 -0
  91. package/lib/ui/index.js +3 -3
  92. package/lib/ui/index.min.js +1 -1
  93. package/lib/ui/src/log.js +1 -1
  94. package/lib/ui/src/log.min.js +1 -1
  95. package/lib/ui/style/index.js +1 -0
  96. package/lib/ui/style/style.css +0 -0
  97. package/lib/ui/style/style.min.css +0 -0
  98. package/lib/v-x-e-table/style/index.js +1 -0
  99. package/lib/v-x-e-table/style/style.css +0 -0
  100. package/lib/v-x-e-table/style/style.min.css +0 -0
  101. package/lib/vxe-colgroup/style/index.js +1 -0
  102. package/lib/vxe-colgroup/style/style.css +0 -0
  103. package/lib/vxe-colgroup/style/style.min.css +0 -0
  104. package/lib/vxe-column/style/index.js +1 -0
  105. package/lib/vxe-column/style/style.css +0 -0
  106. package/lib/vxe-column/style/style.min.css +0 -0
  107. package/lib/vxe-grid/style/index.js +1 -0
  108. package/lib/vxe-grid/style/style.css +83 -0
  109. package/lib/vxe-grid/style/style.min.css +1 -0
  110. package/lib/vxe-table/style/index.js +1 -0
  111. package/lib/vxe-table/style/style.css +3476 -0
  112. package/lib/vxe-table/style/style.min.css +1 -0
  113. package/lib/vxe-toolbar/style/index.js +1 -0
  114. package/lib/vxe-toolbar/style/style.css +90 -0
  115. package/lib/vxe-toolbar/style/style.min.css +1 -0
  116. package/lib/vxe-ui/style/index.js +1 -0
  117. package/lib/vxe-ui/style/style.css +0 -0
  118. package/lib/vxe-ui/style/style.min.css +0 -0
  119. package/lib/vxe-v-x-e-table/style/index.js +1 -0
  120. package/lib/vxe-v-x-e-table/style/style.css +0 -0
  121. package/lib/vxe-v-x-e-table/style/style.min.css +0 -0
  122. package/package.json +1 -1
  123. package/packages/table/src/table.ts +66 -31
  124. package/packages/ui/index.ts +2 -2
  125. package/styles/components/table.scss +2 -0
@@ -1 +1 @@
1
- Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _default=exports.default={vxe:{base:{pleaseInput:"入力してください",pleaseSelect:"選択してください",comma:",",fullStop:"."},loading:{text:"Loading..."},error:{downErr:"下载失败",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"ヘッダー結合を使用する場合、固定列はグループで設定しなければなりません",groupMouseRange:"ヘッダー結合と「{0}」は同時に使用できません。これによりエラーが発生する可能性があります",groupTag:'ヘッダー結合は "{0}" を使ってください。 "{1}" はエラーが発生する可能性があります',scrollErrProp:'仮想スクロールはこのパラメータを使えません: "{0}"',errConflicts:'パラメータ "{0}" と "{1}" は同時に使えません',unableInsert:"指定された位置に挿入できない",useErr:'"{0}" モジュールをインストールする際にエラーが発生し、順序が正しくない可能性がある。依存するモジュールはTableの前にインストールする必要がある',barUnableLink:"ツールバーはフォームを関連付けることができない",expandContent:'拡張行スロットは "content" である必要があります。確認してください',reqComp:'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',reqModule:'"{0}" モジュールが必要です',reqProp:'必要な "{0}" パラメーターが欠落しているため、エラーが発生する可能性があります',emptyProp:'"{0}" プロパティは空白が許可されていません',errProp:'サポートされていないパラメーター "{0}"、"{1}" の可能性があります',colRepet:'column.{0}="{0}" が重複しているため、機能が使えなくなる可能性があります。',notFunc:'メソッド "{0}" がありません',errFunc:'The argument "{0}" is not a method',notValidators:'Global validators "{0}" no existe.',notFormats:'Global formats "{0}" no existe.',notCommands:'Global commands "{0}" no existe.',notSlot:'slot "{0}" がありません',noTree:'Tree structureは "{0}" をサポートしていません',notProp:'サポートされていないパラメータ "{0}"',checkProp:'パフマンス低下になる可能性があります。パラメータ "{0}" の値を指定してください',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',uniField:'字段名 "{0}" 重复定义,这可能会出现错误',repeatKey:'主键重复 {0}="{1}",这可能会出现错误',delFunc:'"{0}" functionが非推奨です。"{1}"を使用してください',delProp:'"{0}" propertyが非推奨です。"{1}"を使用してください',delEvent:'イベント "{0}" が廃止されました。 "{1}" を使用してください',removeProp:'パラメーター "{0}" が非推奨です。エラーが発生する可能性があります',errFormat:'全般フォーマットするには "VXETable.formats" で定義してください。 "formatter={0}" での方式が非推奨です',notType:'サポートされていないファイルの種類 "{0}"',notExp:"ご利用のブラウザはインポート/エクスポート機能を利用できません",impFields:"インポートに失敗しました。フィールド名とデータ形式を確認してください",treeNotImp:"ツリーテーブルはインポートをサポートしていません",treeCrossDrag:"只能拖拽第一层级",treeDragChild:"父级不能拖拽到自己的子级中",reqPlugin:'可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'},table:{emptyText:"データがありません",allTitle:"全て選択/取消",seqTitle:"N/S",actionTitle:"Action",confirmFilter:"OK",resetFilter:"リセット",allFilter:"全て",sortAsc:"昇順",sortDesc:"降順",filter:"選択した列が絞り込む有効",impSuccess:"{0} レコードがインポートされました",expLoading:"エクスポート中",expSuccess:"エクスポートが成功しました",expError:"Export failure",expOriginFilename:"エクスポート_{0}",expSrcFilename:"エクスポート_ソース_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"OK",customClose:"关闭",customCancel:"Cancel",customRestore:"リセット",maxFixedCol:"最大固定列数が {0} です。",dragTip:"移动:{0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"1つ以上のレコードを選択してください",deleteSelectRecord:"レコードを削除してもよろしいですか?",removeSelectRecord:"レコードを削除してもよろしいですか?",dataUnchanged:"データが変更されませんでした",delSuccess:"選択したレコードを削除しました",saveSuccess:"保存しました",operError:"エラーが発生しました。操作が失敗しました"},select:{search:"検索",loadingText:"Loading",emptyText:"データがありません"},pager:{goto:"移動",gotoTitle:"页数",pagesize:"{0}件/ページ",total:"全 {0} 件",pageClassifier:"ページ",homePage:"1ページ目",homePageTitle:"1ページ目",prevPage:"前のページ",prevPageTitle:"前のページ",nextPage:"次のページ",nextPageTitle:"次のページ",prevJump:"前のページに移動",prevJumpTitle:"前のページに移動",nextJump:"次のページに移動",nextJumpTitle:"次のページに移動",endPage:"最後ページ",endPageTitle:"最後ページ"},alert:{title:"確認"},button:{confirm:"OK",cancel:"キャンセル"},filter:{search:"検索"},custom:{cstmTitle:"列設定",cstmRestore:"リセット",cstmCancel:"キャンセル",cstmConfirm:"OK",cstmConfirmRestore:"列をデフォルト状態に戻します。よろしいですか?",cstmDragTarget:"移动:{0}",setting:{colSort:"ソート",sortHelpTip:"ドラッグして列を並べ替えます",colTitle:"列标题",colResizable:"列の幅 (px)",colVisible:"表示する",colFixed:"列固定",colFixedMax:"列固定(最大 {0} 列)",fixedLeft:"左側",fixedUnset:"指定しない",fixedRight:"右側"}},import:{modes:{covering:"上書きモード",insert:"追加モード(最後行に追加)",insertTop:"追加モード(先頭行に追加)",insertBottom:"追加モード(最後行に追加)"},impTitle:"データインポート",impFile:"ファイル名",impSelect:"ファイル選択",impType:"ファイルの種類",impOpts:"パラメータ指定",impMode:"インポートモード",impConfirm:"インポート",impCancel:"キャンセル"},export:{types:{csv:"CSV (カンマ区切り)(*.csv)",html:"webページ(*.html)",xml:"XML データ(*.xml)",txt:"テキストファイル(タブ区切り)(*.txt)",xls:"Excel 97-2003 ワークブック(*.xls)",xlsx:"Excel ワークブック(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"表示中のデータ(表示中のページのデータ)",selected:"選択したデータ(表示中のページに選択したデータ)",all:"全てのデータ(全てのページのデータを含む)"},printTitle:"印刷",expTitle:"データ",expName:"ファイル名",expNamePlaceholder:"ファイル名を入力してください",expSheetName:"タイトル",expSheetNamePlaceholder:"タイトルを入力してください",expType:"保存タイプ",expMode:"保存データ",expCurrentColumn:"全てのフィールド",expColumn:"列",expOpts:"パラメータ",expOptHeader:"ヘッダー",expHeaderTitle:"ヘッダーをエクスポート",expOptFooter:"フッター",expFooterTitle:"フッターをエクスポート",expOptColgroup:"グループ分けタイトル",expColgroupTitle:"グループ分けタイトルを有効にする",expOptMerge:"結合",expMergeTitle:"結合セルを有効にする",expOptAllExpand:"階層構造",expAllExpandTitle:"階層構造を有効にする",expOptUseStyle:"スタイル",expUseStyleTitle:"スタイルを有効にする",expOptOriginal:"ソースデータ",expOriginalTitle:"ソースデータを有効にする",expPrint:"印刷",expConfirm:"OK",expCancel:"キャンセル"},modal:{errTitle:"エラー",zoomMin:"最小化",zoomIn:"最大化",zoomOut:"縮小",close:"閉じる",miniMaxSize:"The number of minimized Windows cannot exceed {0}.",footPropErr:"show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用"},drawer:{close:"閉じる"},form:{folding:"展開を戻す",unfolding:"展開"},toolbar:{import:"ファイル読込",export:"エクスポート",print:"印刷",refresh:"再読み込み",zoomIn:"フルスクリーン",zoomOut:"縮小",custom:"カスタム設定",customAll:"全部",customConfirm:"OK",customRestore:"リセット",fixedLeft:"左側に固定",fixedRight:"右側に固定",cancelFixed:"列固定を取消"},input:{date:{m1:"1月",m2:"2月",m3:"3月",m4:"4月",m5:"5月",m6:"6月",m7:"7月",m8:"8月",m9:"9月",m10:"10月",m11:"11月",m12:"12月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年 WW",month:"yyyy-MM",quarter:"yyyy 年第 q 四半期",year:"yyyy"},weeks:{w:"曜日",w0:"日",w1:"月",w2:"火",w3:"水",w4:"木",w5:"金",w6:"土"},months:{m0:"1月",m1:"2月",m2:"3月",m3:"4月",m4:"5月",m5:"6月",m6:"7月",m7:"8月",m8:"9月",m9:"10月",m10:"11月",m11:"12月"},quarters:{q1:"第1四半期",q2:"第2四半期",q3:"第3四半期",q4:"第4四半期"}}},numberInput:{currencySymbol:"$"},imagePreview:{popupTitle:"Preview",operBtn:{zoomOut:"Reduce",zoomIn:"Enlarge",pctFull:"Proportional scaling",pct11:"Show original size",rotateLeft:"Rotate left",rotateRight:"Rotate right",print:"Click to print",download:"Click to download"}},upload:{fileBtnText:"Click or drag",imgBtnText:"Click or drag",dragPlaceholder:"Please drag and drop the file into this area to upload it.",imgSizeHint:"Single {0}",imgCountHint:"Up to {0}",fileTypeHint:"Support {0} file types",fileSizeHint:"Single file size does not exceed {0}",fileCountHint:"Up to {0} file can be uploaded",uploadTypeErr:"文件类型不匹配!",overCountErr:"You can only choose {0} file!",overCountExtraErr:"It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!",overSizeErr:"The size of the file is not more than {0}}!",reUpload:"Re upload",uploadProgress:"Uploading {0}%",uploadErr:"Fail to upload",uploadSuccess:"Successfully upload",moreBtnText:"More ({0})",viewItemTitle:"click to view",morePopup:{readTitle:"查看列表",imageTitle:"上传图片",fileTitle:"上传文件"}},empty:{defText:"暂无数据"},colorPicker:{clear:"清除",confirm:"确认",copySuccess:"已复制到剪贴板:{0}"},formDesign:{formName:"Form name",defFormTitle:"Unnamed form",widgetPropTab:"Field property",widgetFormTab:"Form property",error:{wdFormUni:"该类型的控件在表单中只允许添加一个",wdSubUni:"该类型的控件在子表中只允许添加一个"},styleSetting:{btn:"Style setting",title:"Form style setting",layoutTitle:"Field layout",verticalLayout:"Vertical layout",horizontalLayout:"Horizontal layout",styleTitle:"Title style",boldTitle:"Bold title",fontBold:"Bold",fontNormal:"Normal",colonTitle:"Display colon",colonVisible:"Visible",colonHidden:"Hidden",alignTitle:"Title align",widthTitle:"Title width",alignLeft:"Left",alignRight:"Right",unitPx:"Px",unitPct:"Pct"},widget:{group:{base:"Base control",layout:"Layout control",system:"System control",module:"Module control",chart:"Chart control",advanced:"Advanced control"},copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"Row/column",title:"Title",text:"Text",subtable:"Subtable",VxeSwitch:"Yes/no",VxeInput:"Input",VxeNumberInput:"Number",VxeDatePicker:"Date",VxeTextarea:"Textarea",VxeSelect:"Select",VxeTreeSelect:"Tree select",VxeRadioGroup:"Radio",VxeCheckboxGroup:"Checkbox",VxeUploadFile:"File",VxeUploadImage:"Image",VxeRate:"Rate",VxeSlider:"Slider"}},widgetProp:{name:"Field name",placeholder:"Field placeholder",required:"Required",multiple:"Allow to select multiple",displaySetting:{name:"Display setting",pc:"PC",mobile:"Mobile",visible:"Visible",hidden:"Hidden"},dataSource:{name:"Data source",defValue:"Option {0}",addOption:"Add option",batchEditOption:"Batch edit",batchEditTip:"Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.",batchEditSubTip:"Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.",buildOption:"Build option"},rowProp:{colSize:"Number of columns",col2:"Two columns",col3:"Three columns",col4:"Four columns",col6:"Six columns",layout:"Layout"},textProp:{name:"Content",alignTitle:"Align",alignLeft:"Left",alignCenter:"Center",alignRight:"Right",colorTitle:"Color",sizeTitle:"Font size",boldTitle:"Font bold",fontNormal:"Normal",fontBold:"Bold"},subtableProp:{seqTitle:"S/N",showSeq:"Display serial number",showCheckbox:"Allow multiple selections",errSubDrag:"The sub table does not support this control. Please use another control.",colPlace:"将控件拖拽进来"},uploadProp:{limitFileCount:"File quantity limitation",limitFileSize:"File size limitation",multiFile:"Allows multiple files",limitImgCount:"Image quantity limitation",limitImgSize:"Image size limitation",multiImg:"Allows multiple images"}}},listDesign:{fieldSettingTab:"Field",listSettingTab:"Parameter",searchTitle:"Search",listTitle:"List",searchField:"Search field",listField:"List field",activeBtn:{ActionButtonUpdate:"Edit",ActionButtonDelete:"Delete"},search:{addBtn:"Edit",emptyText:"No filter condition is configured.",editPopupTitle:"编辑查询字段"},searchPopup:{colTitle:"标题",saveBtn:"保存"}},text:{copySuccess:"Successfully copied to clipboard.",copyError:"The current environment does not support this operation."},countdown:{formats:{yyyy:"年",MM:"月",dd:"天",HH:"时",mm:"分",ss:"秒"}},plugins:{extendCellArea:{area:{mergeErr:"該当セルに操作できません",multiErr:"複数の選択箇所に操作できません",selectErr:"无法操作指定区域的单元格",extendErr:"結合セルが含まれている場合、すべての結合セルのサイズが同じでなければなりません",pasteMultiErr:"ペーストできません。同じサーズの領域を選択してください",cpInvalidErr:"操作できません。選択禁止の列({0})が選択されています"},fnr:{title:"検索と置換",findLabel:"検索",replaceLabel:"置換",findTitle:"検索内容:",replaceTitle:"置換する文字:",tabs:{find:"検索",replace:"置換"},filter:{re:"正規表現",whole:"フルワード",sensitive:"大文字小文字区別する"},btns:{findNext:"次検索",findAll:"すべて検索",replace:"置換",replaceAll:"すべて置換",cancel:"キャンセル"},header:{seq:"#",cell:"セル",value:"値"},body:{row:"行:{0}",col:"列:{0}"},empty:"(空白)",reError:"無効な正規表現",recordCount:"{0} 個のセルが見つかりました",notCell:"見つかりませんでした",replaceSuccess:"{0} 個のセルを置換しました"}},filterComplexInput:{menus:{fixedColumn:"列ロック",fixedGroup:"グループロック",cancelFixed:"ロック解除",fixedLeft:"左側ロック",fixedRight:"右側ロック"},cases:{equal:"イコール",gt:"大なり",lt:"小なり",begin:"先頭は",endin:"末尾は",include:"含む",isSensitive:"大文字小文字区別する"}},filterCombination:{menus:{clearSort:"ソートクリア",sortAsc:"昇順",sortDesc:"降順",fixedColumn:"列ロック",fixedGroup:"グループロック",cancelFixed:"ロック解除",fixedLeft:"左側ロック",fixedRight:"右側ロック",clearFilter:"絞り込みクリア",textOption:"文字絞り込む",numberOption:"数値絞り込み"},popup:{title:"カスタムフィルター",currColumnTitle:"現在列:",and:"と",or:"もしくは",describeHtml:" ? で一文字<br/> * で複数文字を代替する"},cases:{equal:"イコール",unequal:"ノットイコール",gt:"大なり",ge:"大なりイコール",lt:"小なり",le:"小なりイコール",begin:"先頭は",notbegin:"not begin",endin:"末尾は",notendin:"not endin",include:"含む",exclude:"含まない",between:"属する",custom:"カスタムフィルター",insensitive:"大文字小文字区別しない",isSensitive:"大文字小文字区別する"},empty:"(空白)",notData:"データなし"}},renderer:{search:"搜索",cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},combination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"冻结列",fixedGroup:"冻结分组",cancelFixed:"取消冻结",fixedLeft:"冻结到左侧",fixedRight:"冻结到右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},empty:"(空白)",notData:"无匹配项"}},pro:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},fnr:{title:"查找和替换",findLabel:"查找",replaceLabel:"替换",findTitle:"查找内容:",replaceTitle:"替换为:",tabs:{find:"查找",replace:"替换"},filter:{re:"正则表达式",whole:"全词匹配",sensitive:"区分大小写"},btns:{findNext:"查找下一个",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"单元格",value:"值"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}}}};
1
+ ((e,t)=>{"function"==typeof define&&define.amd?define("vxe-table-lang.ja-JP",["exports"],t):"undefined"!=typeof exports?t(exports):(t(t={}),e.vxeTableLangJaJP=t)})("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={vxe:{base:{pleaseInput:"入力してください",pleaseSelect:"選択してください",comma:",",fullStop:"."},loading:{text:"Loading..."},error:{downErr:"下载失败",errLargeData:"当绑定的数据量过大时,应该请使用 {0},否则可能会出现卡顿",groupFixed:"ヘッダー結合を使用する場合、固定列はグループで設定しなければなりません",groupMouseRange:"ヘッダー結合と「{0}」は同時に使用できません。これによりエラーが発生する可能性があります",groupTag:'ヘッダー結合は "{0}" を使ってください。 "{1}" はエラーが発生する可能性があります',scrollErrProp:'仮想スクロールはこのパラメータを使えません: "{0}"',errConflicts:'パラメータ "{0}" と "{1}" は同時に使えません',unableInsert:"指定された位置に挿入できない",useErr:'"{0}" モジュールをインストールする際にエラーが発生し、順序が正しくない可能性がある。依存するモジュールはTableの前にインストールする必要がある',barUnableLink:"ツールバーはフォームを関連付けることができない",expandContent:'拡張行スロットは "content" である必要があります。確認してください',reqComp:'Require "{0}" component, check whether the install is correct. https://vxeui.com/#/start/useGlobal',reqModule:'"{0}" モジュールが必要です',reqProp:'必要な "{0}" パラメーターが欠落しているため、エラーが発生する可能性があります',emptyProp:'"{0}" プロパティは空白が許可されていません',errProp:'サポートされていないパラメーター "{0}"、"{1}" の可能性があります',colRepet:'column.{0}="{0}" が重複しているため、機能が使えなくなる可能性があります。',notFunc:'メソッド "{0}" がありません',errFunc:'The argument "{0}" is not a method',notValidators:'Global validators "{0}" no existe.',notFormats:'Global formats "{0}" no existe.',notCommands:'Global commands "{0}" no existe.',notSlot:'slot "{0}" がありません',noTree:'Tree structureは "{0}" をサポートしていません',notProp:'サポートされていないパラメータ "{0}"',checkProp:'パフマンス低下になる可能性があります。パラメータ "{0}" の値を指定してください',coverProp:'The parameter "{1}" to "{0}" is repeatedly defined. This may cause an error',uniField:'字段名 "{0}" 重复定义,这可能会出现错误',repeatKey:'主键重复 {0}="{1}",这可能会出现错误',delFunc:'"{0}" functionが非推奨です。"{1}"を使用してください',delProp:'"{0}" propertyが非推奨です。"{1}"を使用してください',delEvent:'イベント "{0}" が廃止されました。 "{1}" を使用してください',removeProp:'パラメーター "{0}" が非推奨です。エラーが発生する可能性があります',errFormat:'全般フォーマットするには "VXETable.formats" で定義してください。 "formatter={0}" での方式が非推奨です',notType:'サポートされていないファイルの種類 "{0}"',notExp:"ご利用のブラウザはインポート/エクスポート機能を利用できません",impFields:"インポートに失敗しました。フィールド名とデータ形式を確認してください",treeNotImp:"ツリーテーブルはインポートをサポートしていません",treeCrossDrag:"只能拖拽第一层级",treeDragChild:"父级不能拖拽到自己的子级中",reqPlugin:'可选扩展插件 "{1}" https://vxeui.com/other{0}/#/{1}/install'},table:{emptyText:"データがありません",allTitle:"全て選択/取消",seqTitle:"N/S",actionTitle:"Action",confirmFilter:"OK",resetFilter:"リセット",allFilter:"全て",sortAsc:"昇順",sortDesc:"降順",filter:"選択した列が絞り込む有効",impSuccess:"{0} レコードがインポートされました",expLoading:"エクスポート中",expSuccess:"エクスポートが成功しました",expError:"Export failure",expOriginFilename:"エクスポート_{0}",expSrcFilename:"エクスポート_ソース_{0}",customTitle:"列設定",customAll:"全部",customConfirm:"OK",customClose:"关闭",customCancel:"Cancel",customRestore:"リセット",maxFixedCol:"最大固定列数が {0} です。",dragTip:"移动:{0}",resizeColTip:"宽:{0} 像素",resizeRowTip:"高:{0} 像素"},grid:{selectOneRecord:"1つ以上のレコードを選択してください",deleteSelectRecord:"レコードを削除してもよろしいですか?",removeSelectRecord:"レコードを削除してもよろしいですか?",dataUnchanged:"データが変更されませんでした",delSuccess:"選択したレコードを削除しました",saveSuccess:"保存しました",operError:"エラーが発生しました。操作が失敗しました"},select:{search:"検索",loadingText:"Loading",emptyText:"データがありません"},pager:{goto:"移動",gotoTitle:"页数",pagesize:"{0}件/ページ",total:"全 {0} 件",pageClassifier:"ページ",homePage:"1ページ目",homePageTitle:"1ページ目",prevPage:"前のページ",prevPageTitle:"前のページ",nextPage:"次のページ",nextPageTitle:"次のページ",prevJump:"前のページに移動",prevJumpTitle:"前のページに移動",nextJump:"次のページに移動",nextJumpTitle:"次のページに移動",endPage:"最後ページ",endPageTitle:"最後ページ"},alert:{title:"確認"},button:{confirm:"OK",cancel:"キャンセル"},filter:{search:"検索"},custom:{cstmTitle:"列設定",cstmRestore:"リセット",cstmCancel:"キャンセル",cstmConfirm:"OK",cstmConfirmRestore:"列をデフォルト状態に戻します。よろしいですか?",cstmDragTarget:"移动:{0}",setting:{colSort:"ソート",sortHelpTip:"ドラッグして列を並べ替えます",colTitle:"列标题",colResizable:"列の幅 (px)",colVisible:"表示する",colFixed:"列固定",colFixedMax:"列固定(最大 {0} 列)",fixedLeft:"左側",fixedUnset:"指定しない",fixedRight:"右側"}},import:{modes:{covering:"上書きモード",insert:"追加モード(最後行に追加)",insertTop:"追加モード(先頭行に追加)",insertBottom:"追加モード(最後行に追加)"},impTitle:"データインポート",impFile:"ファイル名",impSelect:"ファイル選択",impType:"ファイルの種類",impOpts:"パラメータ指定",impMode:"インポートモード",impConfirm:"インポート",impCancel:"キャンセル"},export:{types:{csv:"CSV (カンマ区切り)(*.csv)",html:"webページ(*.html)",xml:"XML データ(*.xml)",txt:"テキストファイル(タブ区切り)(*.txt)",xls:"Excel 97-2003 ワークブック(*.xls)",xlsx:"Excel ワークブック(*.xlsx)",pdf:"PDF (*.pdf)"},modes:{current:"表示中のデータ(表示中のページのデータ)",selected:"選択したデータ(表示中のページに選択したデータ)",all:"全てのデータ(全てのページのデータを含む)"},printTitle:"印刷",expTitle:"データ",expName:"ファイル名",expNamePlaceholder:"ファイル名を入力してください",expSheetName:"タイトル",expSheetNamePlaceholder:"タイトルを入力してください",expType:"保存タイプ",expMode:"保存データ",expCurrentColumn:"全てのフィールド",expColumn:"列",expOpts:"パラメータ",expOptHeader:"ヘッダー",expHeaderTitle:"ヘッダーをエクスポート",expOptFooter:"フッター",expFooterTitle:"フッターをエクスポート",expOptColgroup:"グループ分けタイトル",expColgroupTitle:"グループ分けタイトルを有効にする",expOptMerge:"結合",expMergeTitle:"結合セルを有効にする",expOptAllExpand:"階層構造",expAllExpandTitle:"階層構造を有効にする",expOptUseStyle:"スタイル",expUseStyleTitle:"スタイルを有効にする",expOptOriginal:"ソースデータ",expOriginalTitle:"ソースデータを有効にする",expPrint:"印刷",expConfirm:"OK",expCancel:"キャンセル"},modal:{errTitle:"エラー",zoomMin:"最小化",zoomIn:"最大化",zoomOut:"縮小",close:"閉じる",miniMaxSize:"The number of minimized Windows cannot exceed {0}.",footPropErr:"show-footer 仅用于启用表尾,需配合 show-confirm-button | show-cancel-button | 插槽使用"},drawer:{close:"閉じる"},form:{folding:"展開を戻す",unfolding:"展開"},toolbar:{import:"ファイル読込",export:"エクスポート",print:"印刷",refresh:"再読み込み",zoomIn:"フルスクリーン",zoomOut:"縮小",custom:"カスタム設定",customAll:"全部",customConfirm:"OK",customRestore:"リセット",fixedLeft:"左側に固定",fixedRight:"右側に固定",cancelFixed:"列固定を取消"},input:{date:{m1:"1月",m2:"2月",m3:"3月",m4:"4月",m5:"5月",m6:"6月",m7:"7月",m8:"8月",m9:"9月",m10:"10月",m11:"11月",m12:"12月",quarterLabel:"{0} 年",monthLabel:"{0} 年",dayLabel:"{0} 年 {1}",labelFormat:{date:"yyyy-MM-dd",time:"HH:mm:ss",datetime:"yyyy-MM-dd HH:mm:ss",week:"yyyy 年 WW",month:"yyyy-MM",quarter:"yyyy 年第 q 四半期",year:"yyyy"},weeks:{w:"曜日",w0:"日",w1:"月",w2:"火",w3:"水",w4:"木",w5:"金",w6:"土"},months:{m0:"1月",m1:"2月",m2:"3月",m3:"4月",m4:"5月",m5:"6月",m6:"7月",m7:"8月",m8:"9月",m9:"10月",m10:"11月",m11:"12月"},quarters:{q1:"第1四半期",q2:"第2四半期",q3:"第3四半期",q4:"第4四半期"}}},numberInput:{currencySymbol:"$"},imagePreview:{popupTitle:"Preview",operBtn:{zoomOut:"Reduce",zoomIn:"Enlarge",pctFull:"Proportional scaling",pct11:"Show original size",rotateLeft:"Rotate left",rotateRight:"Rotate right",print:"Click to print",download:"Click to download"}},upload:{fileBtnText:"Click or drag",imgBtnText:"Click or drag",dragPlaceholder:"Please drag and drop the file into this area to upload it.",imgSizeHint:"Single {0}",imgCountHint:"Up to {0}",fileTypeHint:"Support {0} file types",fileSizeHint:"Single file size does not exceed {0}",fileCountHint:"Up to {0} file can be uploaded",uploadTypeErr:"文件类型不匹配!",overCountErr:"You can only choose {0} file!",overCountExtraErr:"It has exceeded the maximum number {0}, and more than {0} file will be ignored!超出最大数量 1 个,超出的 1 个文件将被忽略!",overSizeErr:"The size of the file is not more than {0}}!",reUpload:"Re upload",uploadProgress:"Uploading {0}%",uploadErr:"Fail to upload",uploadSuccess:"Successfully upload",moreBtnText:"More ({0})",viewItemTitle:"click to view",morePopup:{readTitle:"查看列表",imageTitle:"上传图片",fileTitle:"上传文件"}},empty:{defText:"暂无数据"},colorPicker:{clear:"清除",confirm:"确认",copySuccess:"已复制到剪贴板:{0}"},formDesign:{formName:"Form name",defFormTitle:"Unnamed form",widgetPropTab:"Field property",widgetFormTab:"Form property",error:{wdFormUni:"该类型的控件在表单中只允许添加一个",wdSubUni:"该类型的控件在子表中只允许添加一个"},styleSetting:{btn:"Style setting",title:"Form style setting",layoutTitle:"Field layout",verticalLayout:"Vertical layout",horizontalLayout:"Horizontal layout",styleTitle:"Title style",boldTitle:"Bold title",fontBold:"Bold",fontNormal:"Normal",colonTitle:"Display colon",colonVisible:"Visible",colonHidden:"Hidden",alignTitle:"Title align",widthTitle:"Title width",alignLeft:"Left",alignRight:"Right",unitPx:"Px",unitPct:"Pct"},widget:{group:{base:"Base control",layout:"Layout control",system:"System control",module:"Module control",chart:"Chart control",advanced:"Advanced control"},copyTitle:"Copy_{0}",component:{input:"Input",textarea:"Textarea",select:"Select",row:"Row/column",title:"Title",text:"Text",subtable:"Subtable",VxeSwitch:"Yes/no",VxeInput:"Input",VxeNumberInput:"Number",VxeDatePicker:"Date",VxeTextarea:"Textarea",VxeSelect:"Select",VxeTreeSelect:"Tree select",VxeRadioGroup:"Radio",VxeCheckboxGroup:"Checkbox",VxeUploadFile:"File",VxeUploadImage:"Image",VxeRate:"Rate",VxeSlider:"Slider"}},widgetProp:{name:"Field name",placeholder:"Field placeholder",required:"Required",multiple:"Allow to select multiple",displaySetting:{name:"Display setting",pc:"PC",mobile:"Mobile",visible:"Visible",hidden:"Hidden"},dataSource:{name:"Data source",defValue:"Option {0}",addOption:"Add option",batchEditOption:"Batch edit",batchEditTip:"Each row corresponds to an option, supporting direct copying and pasting from tables, Excel, and WPS.",batchEditSubTip:"Each row corresponds to an option. If grouped, the sub items can start with spaces or tab keys, and can be directly copied and pasted from tables, Excel, or WPS.",buildOption:"Build option"},rowProp:{colSize:"Number of columns",col2:"Two columns",col3:"Three columns",col4:"Four columns",col6:"Six columns",layout:"Layout"},textProp:{name:"Content",alignTitle:"Align",alignLeft:"Left",alignCenter:"Center",alignRight:"Right",colorTitle:"Color",sizeTitle:"Font size",boldTitle:"Font bold",fontNormal:"Normal",fontBold:"Bold"},subtableProp:{seqTitle:"S/N",showSeq:"Display serial number",showCheckbox:"Allow multiple selections",errSubDrag:"The sub table does not support this control. Please use another control.",colPlace:"将控件拖拽进来"},uploadProp:{limitFileCount:"File quantity limitation",limitFileSize:"File size limitation",multiFile:"Allows multiple files",limitImgCount:"Image quantity limitation",limitImgSize:"Image size limitation",multiImg:"Allows multiple images"}}},listDesign:{fieldSettingTab:"Field",listSettingTab:"Parameter",searchTitle:"Search",listTitle:"List",searchField:"Search field",listField:"List field",activeBtn:{ActionButtonUpdate:"Edit",ActionButtonDelete:"Delete"},search:{addBtn:"Edit",emptyText:"No filter condition is configured.",editPopupTitle:"编辑查询字段"},searchPopup:{colTitle:"标题",saveBtn:"保存"}},text:{copySuccess:"Successfully copied to clipboard.",copyError:"The current environment does not support this operation."},countdown:{formats:{yyyy:"年",MM:"月",dd:"天",HH:"时",mm:"分",ss:"秒"}},plugins:{extendCellArea:{area:{mergeErr:"該当セルに操作できません",multiErr:"複数の選択箇所に操作できません",selectErr:"无法操作指定区域的单元格",extendErr:"結合セルが含まれている場合、すべての結合セルのサイズが同じでなければなりません",pasteMultiErr:"ペーストできません。同じサーズの領域を選択してください",cpInvalidErr:"操作できません。選択禁止の列({0})が選択されています"},fnr:{title:"検索と置換",findLabel:"検索",replaceLabel:"置換",findTitle:"検索内容:",replaceTitle:"置換する文字:",tabs:{find:"検索",replace:"置換"},filter:{re:"正規表現",whole:"フルワード",sensitive:"大文字小文字区別する"},btns:{findNext:"次検索",findAll:"すべて検索",replace:"置換",replaceAll:"すべて置換",cancel:"キャンセル"},header:{seq:"#",cell:"セル",value:"値"},body:{row:"行:{0}",col:"列:{0}"},empty:"(空白)",reError:"無効な正規表現",recordCount:"{0} 個のセルが見つかりました",notCell:"見つかりませんでした",replaceSuccess:"{0} 個のセルを置換しました"}},filterComplexInput:{menus:{fixedColumn:"列ロック",fixedGroup:"グループロック",cancelFixed:"ロック解除",fixedLeft:"左側ロック",fixedRight:"右側ロック"},cases:{equal:"イコール",gt:"大なり",lt:"小なり",begin:"先頭は",endin:"末尾は",include:"含む",isSensitive:"大文字小文字区別する"}},filterCombination:{menus:{clearSort:"ソートクリア",sortAsc:"昇順",sortDesc:"降順",fixedColumn:"列ロック",fixedGroup:"グループロック",cancelFixed:"ロック解除",fixedLeft:"左側ロック",fixedRight:"右側ロック",clearFilter:"絞り込みクリア",textOption:"文字絞り込む",numberOption:"数値絞り込み"},popup:{title:"カスタムフィルター",currColumnTitle:"現在列:",and:"と",or:"もしくは",describeHtml:" ? で一文字<br/> * で複数文字を代替する"},cases:{equal:"イコール",unequal:"ノットイコール",gt:"大なり",ge:"大なりイコール",lt:"小なり",le:"小なりイコール",begin:"先頭は",notbegin:"not begin",endin:"末尾は",notendin:"not endin",include:"含む",exclude:"含まない",between:"属する",custom:"カスタムフィルター",insensitive:"大文字小文字区別しない",isSensitive:"大文字小文字区別する"},empty:"(空白)",notData:"データなし"}},renderer:{search:"搜索",cases:{equal:"等于",unequal:"不等于",gt:"大于",ge:"大于或等于",lt:"小于",le:"小于或等于",begin:"开头是",notbegin:"开头不是",endin:"结尾是",notendin:"结尾不是",include:"包含",exclude:"不包含",between:"介于",custom:"自定义筛选",insensitive:"不区分大小写",isSensitive:"区分大小写"},combination:{menus:{clearSort:"清除排序",sortAsc:"升序",sortDesc:"降序",fixedColumn:"冻结列",fixedGroup:"冻结分组",cancelFixed:"取消冻结",fixedLeft:"冻结到左侧",fixedRight:"冻结到右侧",clearFilter:"清除筛选",textOption:"文本筛选",numberOption:"数值筛选"},popup:{title:"自定义筛选的方式",currColumnTitle:"当前列:",and:"与",or:"或",describeHtml:"可用 ? 代表单个字符<br/>用 * 代表任意多个字符"},empty:"(空白)",notData:"无匹配项"}},pro:{area:{mergeErr:"无法对合并单元格进行该操作",multiErr:"无法对多重选择区域进行该操作",extendErr:"如果延伸的区域包含被合并的单元格,所有合并的单元格需大小相同",pasteMultiErr:"无法粘贴,需要相同大小的复制的区域和粘贴的区域才能执行此操作"},fnr:{title:"查找和替换",findLabel:"查找",replaceLabel:"替换",findTitle:"查找内容:",replaceTitle:"替换为:",tabs:{find:"查找",replace:"替换"},filter:{re:"正则表达式",whole:"全词匹配",sensitive:"区分大小写"},btns:{findNext:"查找下一个",findAll:"查找全部",replace:"替换",replaceAll:"替换全部",cancel:"取消"},header:{seq:"#",cell:"单元格",value:"值"},empty:"(空值)",reError:"无效的正则表达式",recordCount:"已找到 {0} 个单元格",notCell:"找不到匹配的单元格",replaceSuccess:"成功替换 {0} 个单元格"}}}}});