ados-rcm 1.1.457 → 1.1.458
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/dist/AModule/AComponents/ABase/ABase.d.ts +21 -21
- package/dist/AModule/AComponents/AButton/AButton.d.ts +6 -6
- package/dist/AModule/AComponents/AButton/AIconButton.d.ts +6 -6
- package/dist/AModule/AComponents/ACheckBox/ACheckBox.d.ts +6 -6
- package/dist/AModule/AComponents/AChip/AChip.d.ts +24 -24
- package/dist/AModule/AComponents/AClock/AClock.d.ts +21 -21
- package/dist/AModule/AComponents/ADatePicker/ADatePicker.d.ts +36 -36
- package/dist/AModule/AComponents/ADatePicker/ADateRangePicker.d.ts +15 -15
- package/dist/AModule/AComponents/ADialog/ADialog.d.ts +93 -93
- package/dist/AModule/AComponents/AEditor/AEditor.d.ts +21 -14
- package/dist/AModule/AComponents/AEditor/modules/TableUI.d.ts +2 -2
- package/dist/AModule/AComponents/AFileBox/AFileBox.d.ts +24 -24
- package/dist/AModule/AComponents/AFileUploder/AFileUploader.d.ts +7 -7
- package/dist/AModule/AComponents/AFloatMenu/AFloatMenu.d.ts +35 -35
- package/dist/AModule/AComponents/AFrame/AFrame.d.ts +45 -45
- package/dist/AModule/AComponents/AIcon/AIcon.d.ts +1 -1
- package/dist/AModule/AComponents/AInput/AInput.d.ts +45 -45
- package/dist/AModule/AComponents/AInput/ANumInput.d.ts +3 -3
- package/dist/AModule/AComponents/AListView/AListView.d.ts +26 -26
- package/dist/AModule/AComponents/AProgressBar/AProgressBar.d.ts +27 -27
- package/dist/AModule/AComponents/ARadioSelect/ARadioSelect.d.ts +5 -5
- package/dist/AModule/AComponents/ASelect/AMultiSelect.d.ts +39 -39
- package/dist/AModule/AComponents/ASelect/ASelect.d.ts +39 -39
- package/dist/AModule/AComponents/AStepper/AStepper.d.ts +12 -12
- package/dist/AModule/AComponents/ATab/ATab.d.ts +36 -36
- package/dist/AModule/AComponents/ATable/ATable.d.ts +281 -281
- package/dist/AModule/AComponents/ATable/ATableBody.d.ts +19 -19
- package/dist/AModule/AComponents/ATable/ATableFilter.d.ts +5 -5
- package/dist/AModule/AComponents/ATable/ATableFooter.d.ts +4 -4
- package/dist/AModule/AComponents/ATable/ATableHeader.d.ts +12 -12
- package/dist/AModule/AComponents/AText/AText.d.ts +6 -6
- package/dist/AModule/AComponents/ATextArea/ATextArea.d.ts +36 -36
- package/dist/AModule/AComponents/ATheme/ATheme.d.ts +10 -10
- package/dist/AModule/AComponents/ATooltip/ATooltip.d.ts +15 -15
- package/dist/AModule/AComponents/ATree/ATree.d.ts +111 -111
- package/dist/AModule/AComponents/ATree/ATreeItem.d.ts +25 -25
- package/dist/AModule/AComponents/ATree/ATreeSearch.d.ts +7 -7
- package/dist/AModule/AComponents/ATypes/ATypes.d.ts +8 -8
- package/dist/AModule/AComponents/AWrap/AWrap.d.ts +21 -21
- package/dist/AModule/AHooks/useDB.d.ts +1 -1
- package/dist/AModule/ANetwork/APIContext.d.ts +6 -6
- package/dist/AModule/AUtils/bound.d.ts +3 -3
- package/dist/AModule/AUtils/dbF.d.ts +1 -1
- package/dist/index.cjs.js +115 -115
- package/dist/index.es.js +7161 -7095
- package/package.json +12 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ados-rcm",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.458",
|
4
4
|
"private": false,
|
5
5
|
"license": "MIT",
|
6
6
|
"type": "module",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"dev": "vite --port 3030",
|
29
29
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
30
30
|
"lint:code": "eslint . --ext ts,tsx --fix",
|
31
|
-
"lint:style": "stylelint \"**/*.scss\"
|
31
|
+
"lint:style": "stylelint --fix \"**/*.scss\"",
|
32
32
|
"lint:fix": "npm run lint:code && npm run lint:style",
|
33
33
|
"check": "tsc && npm run lint",
|
34
34
|
"build": "vite build",
|
@@ -54,23 +54,25 @@
|
|
54
54
|
"eslint-plugin-react": "^7.34.1",
|
55
55
|
"eslint-plugin-react-hooks": "^4.6.0",
|
56
56
|
"eslint-plugin-react-refresh": "^0.4.6",
|
57
|
-
"typescript": "^
|
58
|
-
"vite": "^6.2.0"
|
59
|
-
},
|
60
|
-
"dependencies": {
|
61
|
-
"qs": "^6.14.0",
|
62
|
-
"quill-image-compress": "^2.0.3",
|
63
|
-
"quill-resize-image": "^1.0.5",
|
64
|
-
"react-quill-new": "^3.3.3",
|
57
|
+
"eslint-plugin-typescript-sort-keys": "^3.3.0",
|
65
58
|
"sass": "^1.83.4",
|
66
59
|
"stylelint": "^16.14.1",
|
67
60
|
"stylelint-config-recess-order": "^5.1.1",
|
68
61
|
"stylelint-config-standard": "^36.0.1",
|
62
|
+
"stylelint-config-standard-scss": "^14.0.0",
|
69
63
|
"stylelint-order": "^6.0.4",
|
70
64
|
"stylelint-scss": "^6.10.0",
|
65
|
+
"typescript": "^5.4.3",
|
66
|
+
"vite": "^6.2.0",
|
71
67
|
"vite-plugin-css-injected-by-js": "^3.5.0",
|
72
68
|
"vite-plugin-dts": "^4.5.0",
|
73
69
|
"vite-plugin-svgr": "^4.3.0",
|
74
70
|
"vite-tsconfig-paths": "^4.3.2"
|
71
|
+
},
|
72
|
+
"dependencies": {
|
73
|
+
"qs": "^6.14.0",
|
74
|
+
"quill-image-compress": "^2.0.3",
|
75
|
+
"quill-resize-image": "^1.0.5",
|
76
|
+
"react-quill-new": "^3.3.3"
|
75
77
|
}
|
76
78
|
}
|