rebuild/.eslintrc.js
REBUILD 企业管理系统 2605342918
merge-4.1 (#912)
* Update @rbv

* Feat ai (#893)

* aibot base

* aibot

* aibot

* Update BatchDownload.java

* be

* Update @rbv

* aibot base

* d

* Update system-cfg.html

* OnlyofficeServer

* OnlyOffice

* self

* chat

* be

* be

* be

* ai

* be

* be

* be

* be

* be

* Update chat.css

* be

* Update chat-view.html

* be

* style

* bd

* be

* style

* be

* AibotChatAttach

* style

---------

Co-authored-by: devezhao <zhaofang123@gmail.com>

* feat: AnyRef (#894)

* RecordSelectorModal & ANYREF def

* be: aibot

* ANYREFERENCE

* (Esc) close modal tabIndex="-1"

* be

* be

* bosskey

* css

* Update NavBuilder.java

* Update rb-components.js

* feat: NTEXT_COMMON

* copt form

* be: entity _checkRename

* 4.1.0-dev

---------

Co-authored-by: devezhao <zhaofang123@gmail.com>

* feat: Batch dl (#899)

* style

* be

* files: BatchDownload

* remove: report outputType=html

* Update rb-forms.js

* style

* feat: PDFMERGE

* Update @rbv

* fix chat

* Update chat.js

* check DocsAPI

* feat: MULTISELECT_SHOWSTYLE

* be

* LOG

* be

* be

* Update @rbv

* Attach pos (#900)

* feat: IMG/FILE sortable

* be:oo

* be:_isShowSelect41

* Update rb-page.css

* style: md-content

* be

* feat: print details

* Field valid (#903)

* OnlyOffice

* extform: 访问密码、填写提示


* be: chat

* Excel 公式生效

* feat: SendNotification 邮件合并发送. SUBMAIL 不支持

* h5NoPagebreak

* feat: NTEXT 格式验证

* Update blocklist.json

* reference-search AdvFilter

* feat:审批后禁止提交人撤回

* feat:记录转换:主记录转换为主+明细

* ee: 报表导出格式, 记录转换方式

* init N2N onFieldValueChange

* 初始化脚本引擎

* Update @rbv

* Update @rbv

* 字段附加过滤条件支持(表单值)变量 (#905)

* easy action triggers (#906)

* Update @rbv

* Update approval-design.js

* Update config-comps.css

* be: 异步加载apis调用次数

* 1.审批超时显示;

* be var

* Be 4.1a (#907)

* hotfix: _LA

* hotfix: BUILD

* feat:快速搜索多值查询

* 小数格式; 日期格式

* be

* SHARE_TO=2000

* feat:与基础权限关系

* be: 触发器:关闭日志

* be

* mbp

* Update @rbv

* oo-save

* Update FilePreviewer.java

* be

* Update project-tasks.js

* SQLUPDATE

* Update @rbv

* fix:表单回填 N2N>Ref

* be:REF表单回填

* be

* Update @rbv

* Update README.md

* Update revision-history.js

* Update @rbv

* fix: sop

* Update view-page.css

* Update @rbv

* Update rb-general40.css

* Update @rbv

* be

* fix:从excel粘贴换行问题

* Update DataListCategory38.java

* opanai sdk

* Update application.yml

* be

* feat:datalist editable

* feat: 中文日期

* be: 日期

* be

* be

* feat:审批可修改字段只读

* Update ServerStatus.java

* Update @rbv

* Update @rbv

* Update FilePreviewer.java

* Update Field2Schema.java

* be:_isDataListEditable

* be

* be

* style

* Update LocationUtils.java

* rm flag

* be

* fix: reindexFullNameByParent delay

* Update db-upgrade.sql

* fix

* Be 4.1b (#910)

* feat: 列显示/菜单 置顶

* feat: trigger asyncMode

* Update RobotTriggerObserver.java

* og:image

* fix: N2N字段回填

* style

* Update Entity2Schema.java

* Update @rbv

* Update @rbv

* Update README.md

* Update system-cfg.js

* Refactor variable naming and comments in entity helpers

* Update role privileges UI and add i18n strings

* Update @rbv

* Clean up redundant code and update JavaDoc comments

* Be 4.1c (#917)

* Remove table-header-fixed2 class from chart tables

* Remove entity exclusion and fix React prop warning

* Update UI styles and logic for advanced search and navless mode

* Update FieldAggregationController.java

* Update @rbv

* Be 4.1d (#923)

* Update @rbv

* Refactor EntityHelper forNew methods and update entity-edit UI

* Update @rbv

* Refactor Tomcat port detection and update CSS styles

* Style select element for role privileges filter

Added a CSS class and styles for the select element controlling the '与基础权限关系' filter in the role privileges UI. This improves the visual consistency and user experience.

* Add Base64 file conversion utilities and tests

* lang

* Remove extrasAction option from form configuration

* Update rb-forms.js

* Add field mask privilege support to role privileges

* Add toggle for showing/hiding details in print preview

* Refactor DeepSeek and add aibot2 Chat implementation

* Update entities.js

* Refactor field schema fixes and enhance file upload config

* Update field-edit.html

* Update table styling

* lang

* Update README.md

* Update README.md

* Fix download headers method signature in H5AppServe

* market-query

* Allow wrapping in Select2 results options

* Add ProTable context support to forms and controllers

* Support specifying detail entity layouts in ProTable forms

* Update @rbv

* Update CommonsLog.java

* Enhance registerAfterCommit with transaction check and logging

* Refactor date addition to use NumberUtils for conversion

* Add responsive overflow menu to top navigation bar

* Fix beta1 (#925)

* beta1

* Improve navbar dropdown styling and auto-collapse logic

* Add file rename functionality and UI enhancements

* Add search functionality to entity column in role privileges

* Show warning for disabled or inactive triggers

* Update system-cfg.html

* feat: OverDateOperator for Time

* Update OshiUtils.java

* Update @rbv

* feat:excel列表独立字段

* Update @rbv

* feat:enabledListEditable

* feat:相关项-多引用字段支持

* fix

* Update @rbv

* Update dependencies in pom.xml

---------

Co-authored-by: devezhao <zhaofang123@gmail.com>
2025-07-06 13:48:41 +08:00

163 lines
3.4 KiB
Java

module.exports = {
root: true,
env: {
browser: true,
jquery: true,
es6: true,
},
parserOptions: {
ecmaVersion: 2016,
sourceType: 'script',
},
parser: 'babel-eslint',
plugins: ['react'],
extends: ['eslint:recommended', 'plugin:react/recommended'],
settings: {
react: {
pragma: 'React',
version: '16.10.2',
},
},
rules: {
'react/jsx-no-target-blank': 0,
'react/prop-types': 0,
'strict': 0,
'no-redeclare': 0,
'indent': [2, 2],
'linebreak-style': [0, 'unix'],
'quotes': [2, 'single'],
'semi': [2, 'never'],
'eqeqeq': [2, 'always'],
},
globals: {
module: true,
define: true,
require: true,
Mprogress: true,
gridster: true,
echarts: true,
qiniu: true,
React: true,
ReactDOM: true,
PropTypes: true,
RBCOLORS: true,
RBEMOJIS: true,
rb: true,
$setTimeout: true,
$random: true,
$regex: true,
$storage: true,
$val: true,
$urlp: true,
$encode: true,
$decode: true,
$fileCutName: true,
$fileExtName: true,
$gotoSection: true,
$createUploader: true,
$initUploader: true,
$multipleUploader: true,
$cleanMenu: true,
$cleanMap: true,
$pages: true,
$same: true,
$is: true,
$unmount: true,
$initReferenceSelect2: true,
$keepModalOpen: true,
renderRbcomp: true,
renderRbcomp18: true,
renderDlgcomp: true,
RbSpinner: true,
RbAlertBox: true,
RbModal: true,
RbModalHandler: true,
RbForm: true,
RbFormHandler: true,
RbFormElement: true,
LiteForm: true,
RbList: true,
RbListCommon: true,
RbListPage: true,
RbViewPage: true,
CellRenders: true,
AdvFilter: true,
UserSelector: true,
UserShow: true,
DateShow: true,
DeleteConfirm: true,
RbFormModal: true,
DlgAssign: true,
DlgShare: true,
DlgUnshare: true,
DlgShareManager: true,
RbAlert: true,
RbHighbar: true,
ApprovalSubmitForm: true,
ConfigList: true,
ConfigFormDlg: true,
RbPreview: true,
$countdownButton: true,
Share2: true,
$stopEvent: true,
$addResizeHandler: true,
$empty: true,
$mp: true,
$converEmoji: true,
$throttle: true,
$timechunk: true,
moment: true,
$moment: true,
$expired: true,
$fromNow: true,
$toNow: true,
$L: true,
$isTrue: true,
$fieldIsCompatible: true,
$unhideDropdown: true,
RecordSelector: true,
AnyRecordSelector: true,
ReferenceSearcher: true,
AsideTree: true,
$useMap: true,
BaiduMap: true,
BaiduMapModal: true,
WrapHtml: true,
SignPad: true,
RF: true,
$select2MatcherAll: true,
$isFullUrl: true,
$clone: true,
$isSysMask: true,
$escapeHtml: true,
$isLight: true,
RbGritter: true,
$formattedCode: true,
CodeViewport: true,
$clipboard: true,
$getScript: true,
$sec2Time: true,
$removeHtml: true,
$openWindow: true,
MediaCapturer: true,
$cleanArray: true,
$trim: true,
$type: true,
$cleanNumber: true,
$hex2rgb: true,
$isImage: true,
$dropUpload: true,
$tagStyle2: true,
$clearSelection: true,
DlgTransform: true,
$select2OpenTemplateResult: true,
$env: true,
$dropdownMenuSearch: true,
$formatNumber: true,
$logRBAPI: true,
Md2Html: true,
marked: true,
$focus2End: true,
RecordSelectorModal: true,
},
}