ados-rcm 1.1.443 → 1.1.445

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 (70) hide show
  1. package/dist/{src/AModule → AModule}/AHooks/useDB.d.ts +2 -0
  2. package/dist/{src/AModule → AModule}/AHooks/useLayoutDB.d.ts +9 -0
  3. package/dist/{src/AModule → AModule}/AUtils/dbF.d.ts +3 -0
  4. package/dist/index.cjs.js +103 -103
  5. package/dist/index.d.ts +58 -2
  6. package/dist/index.es.js +9325 -9246
  7. package/package.json +1 -1
  8. package/dist/src/index.d.ts +0 -58
  9. /package/dist/{src/AModule → AModule}/AComponents/ABase/ABase.d.ts +0 -0
  10. /package/dist/{src/AModule → AModule}/AComponents/AButton/AButton.d.ts +0 -0
  11. /package/dist/{src/AModule → AModule}/AComponents/AButton/AIconButton.d.ts +0 -0
  12. /package/dist/{src/AModule → AModule}/AComponents/AButton/AThemeButton.d.ts +0 -0
  13. /package/dist/{src/AModule → AModule}/AComponents/ACheckBox/ACheckBox.d.ts +0 -0
  14. /package/dist/{src/AModule → AModule}/AComponents/AChip/AChip.d.ts +0 -0
  15. /package/dist/{src/AModule → AModule}/AComponents/AClock/AClock.d.ts +0 -0
  16. /package/dist/{src/AModule → AModule}/AComponents/ADatePicker/ADatePicker.d.ts +0 -0
  17. /package/dist/{src/AModule → AModule}/AComponents/ADatePicker/ADateRangePicker.d.ts +0 -0
  18. /package/dist/{src/AModule → AModule}/AComponents/ADialog/ADialog.d.ts +0 -0
  19. /package/dist/{src/AModule → AModule}/AComponents/AEditor/AEditor.d.ts +0 -0
  20. /package/dist/{src/AModule → AModule}/AComponents/AEditor/modules/TablePicker.d.ts +0 -0
  21. /package/dist/{src/AModule → AModule}/AComponents/AEditor/modules/TableUI.d.ts +0 -0
  22. /package/dist/{src/AModule → AModule}/AComponents/AFileBox/AFileBox.d.ts +0 -0
  23. /package/dist/{src/AModule → AModule}/AComponents/AFileUploder/AFileUploader.d.ts +0 -0
  24. /package/dist/{src/AModule → AModule}/AComponents/AFloatMenu/AFloatMenu.d.ts +0 -0
  25. /package/dist/{src/AModule → AModule}/AComponents/AFrame/AFrame.d.ts +0 -0
  26. /package/dist/{src/AModule → AModule}/AComponents/AGrow/AGrow.d.ts +0 -0
  27. /package/dist/{src/AModule → AModule}/AComponents/AIcon/AIcon.d.ts +0 -0
  28. /package/dist/{src/AModule → AModule}/AComponents/AInput/AInput.d.ts +0 -0
  29. /package/dist/{src/AModule → AModule}/AComponents/AInput/ANumInput.d.ts +0 -0
  30. /package/dist/{src/AModule → AModule}/AComponents/AListView/AListView.d.ts +0 -0
  31. /package/dist/{src/AModule → AModule}/AComponents/ALoadingBorder/ALoadingBorder.d.ts +0 -0
  32. /package/dist/{src/AModule → AModule}/AComponents/AProgressBar/AProgressBar.d.ts +0 -0
  33. /package/dist/{src/AModule → AModule}/AComponents/ARadioSelect/ARadioSelect.d.ts +0 -0
  34. /package/dist/{src/AModule → AModule}/AComponents/AResource/AResource.d.ts +0 -0
  35. /package/dist/{src/AModule → AModule}/AComponents/ASelect/AMultiSelect.d.ts +0 -0
  36. /package/dist/{src/AModule → AModule}/AComponents/ASelect/ASelect.d.ts +0 -0
  37. /package/dist/{src/AModule → AModule}/AComponents/ASpace/ASpace.d.ts +0 -0
  38. /package/dist/{src/AModule → AModule}/AComponents/AStepper/AStepper.d.ts +0 -0
  39. /package/dist/{src/AModule → AModule}/AComponents/ASwitch/ASwitch.d.ts +0 -0
  40. /package/dist/{src/AModule → AModule}/AComponents/ATab/ATab.d.ts +0 -0
  41. /package/dist/{src/AModule → AModule}/AComponents/ATable/ATable.d.ts +0 -0
  42. /package/dist/{src/AModule → AModule}/AComponents/ATable/ATableBody.d.ts +0 -0
  43. /package/dist/{src/AModule → AModule}/AComponents/ATable/ATableFilter.d.ts +0 -0
  44. /package/dist/{src/AModule → AModule}/AComponents/ATable/ATableFooter.d.ts +0 -0
  45. /package/dist/{src/AModule → AModule}/AComponents/ATable/ATableHeader.d.ts +0 -0
  46. /package/dist/{src/AModule → AModule}/AComponents/AText/AText.d.ts +0 -0
  47. /package/dist/{src/AModule → AModule}/AComponents/ATextArea/ATextArea.d.ts +0 -0
  48. /package/dist/{src/AModule → AModule}/AComponents/ATheme/ATheme.d.ts +0 -0
  49. /package/dist/{src/AModule → AModule}/AComponents/ATheme/DesignTokens.d.ts +0 -0
  50. /package/dist/{src/AModule → AModule}/AComponents/ATheme/RefinedDesignTokens.d.ts +0 -0
  51. /package/dist/{src/AModule → AModule}/AComponents/ATooltip/ATooltip.d.ts +0 -0
  52. /package/dist/{src/AModule → AModule}/AComponents/ATree/ATree.d.ts +0 -0
  53. /package/dist/{src/AModule → AModule}/AComponents/ATree/ATreeItem.d.ts +0 -0
  54. /package/dist/{src/AModule → AModule}/AComponents/ATree/ATreeSearch.d.ts +0 -0
  55. /package/dist/{src/AModule → AModule}/AComponents/ATypes/ATypes.d.ts +0 -0
  56. /package/dist/{src/AModule → AModule}/AComponents/AWrap/AWrap.d.ts +0 -0
  57. /package/dist/{src/AModule → AModule}/AHooks/useEvent.d.ts +0 -0
  58. /package/dist/{src/AModule → AModule}/AHooks/useInit.d.ts +0 -0
  59. /package/dist/{src/AModule → AModule}/AHooks/useValues.d.ts +0 -0
  60. /package/dist/{src/AModule → AModule}/ANetwork/APIContext.d.ts +0 -0
  61. /package/dist/{src/AModule → AModule}/AUtils/bound.d.ts +0 -0
  62. /package/dist/{src/AModule → AModule}/AUtils/cbF.d.ts +0 -0
  63. /package/dist/{src/AModule → AModule}/AUtils/dateF.d.ts +0 -0
  64. /package/dist/{src/AModule → AModule}/AUtils/fileF.d.ts +0 -0
  65. /package/dist/{src/AModule → AModule}/AUtils/numF.d.ts +0 -0
  66. /package/dist/{src/AModule → AModule}/AUtils/objF.d.ts +0 -0
  67. /package/dist/{src/AModule → AModule}/AUtils/sF.d.ts +0 -0
  68. /package/dist/{src/AModule → AModule}/AUtils/strF.d.ts +0 -0
  69. /package/dist/{src/AModule → AModule}/AUtils/tableF.d.ts +0 -0
  70. /package/dist/{src/AModule → AModule}/AUtils/treeF.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.443",
3
+ "version": "1.1.445",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,58 +0,0 @@
1
- export * from './AModule/AComponents/ABase/ABase';
2
- export * from './AModule/AComponents/AButton/AButton';
3
- export * from './AModule/AComponents/AButton/AIconButton';
4
- export * from './AModule/AComponents/AButton/AThemeButton';
5
- export * from './AModule/AComponents/ACheckBox/ACheckBox';
6
- export * from './AModule/AComponents/AChip/AChip';
7
- export * from './AModule/AComponents/AClock/AClock';
8
- export * from './AModule/AComponents/ADatePicker/ADatePicker';
9
- export * from './AModule/AComponents/ADatePicker/ADateRangePicker';
10
- export * from './AModule/AComponents/ADialog/ADialog';
11
- export * from './AModule/AComponents/AFileBox/AFileBox';
12
- export * from './AModule/AComponents/AFileUploder/AFileUploader';
13
- export * from './AModule/AComponents/AFloatMenu/AFloatMenu';
14
- export * from './AModule/AComponents/AFrame/AFrame';
15
- export * from './AModule/AComponents/AGrow/AGrow';
16
- export * from './AModule/AComponents/AIcon/AIcon';
17
- export * from './AModule/AComponents/AInput/AInput';
18
- export * from './AModule/AComponents/AInput/ANumInput';
19
- export * from './AModule/AComponents/AListView/AListView';
20
- export * from './AModule/AComponents/ALoadingBorder/ALoadingBorder';
21
- export * from './AModule/AComponents/AProgressBar/AProgressBar';
22
- export * from './AModule/AComponents/ARadioSelect/ARadioSelect';
23
- export * from './AModule/AComponents/AResource/AResource';
24
- export * from './AModule/AComponents/ASelect/AMultiSelect';
25
- export * from './AModule/AComponents/ASelect/ASelect';
26
- export * from './AModule/AComponents/ASpace/ASpace';
27
- export * from './AModule/AComponents/AStepper/AStepper';
28
- export * from './AModule/AComponents/ASwitch/ASwitch';
29
- export * from './AModule/AComponents/ATab/ATab';
30
- export * from './AModule/AComponents/ATable/ATable';
31
- export * from './AModule/AComponents/AText/AText';
32
- export * from './AModule/AComponents/ATextArea/ATextArea';
33
- export * from './AModule/AComponents/AEditor/AEditor';
34
- export * from './AModule/AComponents/AProgressBar/AProgressBar';
35
- export * from './AModule/AComponents/ATheme/ATheme';
36
- export * from './AModule/AComponents/ATheme/RefinedDesignTokens';
37
- export * from './AModule/AComponents/ATooltip/ATooltip';
38
- export * from './AModule/AComponents/ATree/ATree';
39
- export * from './AModule/AComponents/ATypes/ATypes';
40
- export * from './AModule/AComponents/AWrap/AWrap';
41
- export * from './AModule/AHooks/useEvent';
42
- export * from './AModule/AHooks/useInit';
43
- export * from './AModule/AHooks/useDB';
44
- export * from './AModule/AHooks/useLayoutDB';
45
- export * from './AModule/AHooks/useValues';
46
- export * from './AModule/ANetwork/APIContext';
47
- export * from './AModule/AUtils/bound';
48
- export * from './AModule/AUtils/cbF';
49
- export * from './AModule/AUtils/dateF';
50
- export * from './AModule/AUtils/dbF';
51
- export * from './AModule/AUtils/fileF';
52
- export * from './AModule/AUtils/numF';
53
- export * from './AModule/AUtils/objF';
54
- export * from './AModule/AUtils/sF';
55
- export * from './AModule/AUtils/sF.module.scss';
56
- export * from './AModule/AUtils/strF';
57
- export * from './AModule/AUtils/tableF';
58
- export * from './AModule/AUtils/treeF';
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes