atr-components 2.2.2 → 3.0.1

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 (114) hide show
  1. package/README.md +24 -24
  2. package/fesm2022/atr-components.mjs +191 -576
  3. package/fesm2022/atr-components.mjs.map +1 -1
  4. package/index.d.ts +1371 -5
  5. package/package.json +2 -4
  6. package/atr-components.module.d.ts +0 -9
  7. package/atr-public-api.d.ts +0 -53
  8. package/core/animations/animations.d.ts +0 -1
  9. package/core/animations/fly-in.d.ts +0 -1
  10. package/core/animations/scroll-screen.d.ts +0 -1
  11. package/core/auth/auth.guard.d.ts +0 -11
  12. package/core/base/atr-common.d.ts +0 -361
  13. package/core/directive/Infinite-scroll.directive.d.ts +0 -12
  14. package/core/directive/debounce-click.directive.d.ts +0 -14
  15. package/core/directive/error-img.directive.d.ts +0 -10
  16. package/core/directive/hq-spin.directive.d.ts +0 -13
  17. package/core/directive/role.directive.d.ts +0 -16
  18. package/core/interceptor/base.interceptor.d.ts +0 -17
  19. package/core/ngz-module/cus-zorro-antd.module.d.ts +0 -75
  20. package/core/pipe/china-num.pipe.d.ts +0 -7
  21. package/core/pipe/count.pipe.d.ts +0 -7
  22. package/core/pipe/day.pipe.d.ts +0 -8
  23. package/core/pipe/defaultVal.pipe.d.ts +0 -7
  24. package/core/pipe/dicts.pipe.d.ts +0 -10
  25. package/core/pipe/image-pipe.pipe.d.ts +0 -8
  26. package/core/pipe/is-empty.pipe.d.ts +0 -7
  27. package/core/pipe/is-not-empty.pipe.d.ts +0 -7
  28. package/core/pipe/oss.pipe.d.ts +0 -7
  29. package/core/pipe/ossStatic.pipe.d.ts +0 -7
  30. package/core/pipe/pipe-module.module.d.ts +0 -21
  31. package/core/pipe/remove-html.pipe.d.ts +0 -10
  32. package/core/pipe/safe-compute.pipe.d.ts +0 -7
  33. package/core/pipe/safe-html.pipe.d.ts +0 -10
  34. package/core/pipe/safe-url.pipe.d.ts +0 -10
  35. package/core/routereuse/atr-reuse-strategy.d.ts +0 -19
  36. package/core/services/dict/dict.service.d.ts +0 -20
  37. package/core/services/http.service.d.ts +0 -31
  38. package/core/services/menu.service.d.ts +0 -30
  39. package/core/services/upload-oss.service.d.ts +0 -14
  40. package/core/utils/ToolsUtil.d.ts +0 -180
  41. package/core/utils/localstorage.util.d.ts +0 -15
  42. package/core/utils/sessionstorage.util.d.ts +0 -15
  43. package/esm2022/atr-components.mjs +0 -5
  44. package/esm2022/atr-components.module.mjs +0 -36
  45. package/esm2022/atr-public-api.mjs +0 -55
  46. package/esm2022/core/animations/animations.mjs +0 -10
  47. package/esm2022/core/animations/fly-in.mjs +0 -19
  48. package/esm2022/core/animations/scroll-screen.mjs +0 -23
  49. package/esm2022/core/auth/auth.guard.mjs +0 -37
  50. package/esm2022/core/base/atr-common.mjs +0 -48
  51. package/esm2022/core/directive/Infinite-scroll.directive.mjs +0 -36
  52. package/esm2022/core/directive/debounce-click.directive.mjs +0 -41
  53. package/esm2022/core/directive/error-img.directive.mjs +0 -31
  54. package/esm2022/core/directive/hq-spin.directive.mjs +0 -48
  55. package/esm2022/core/directive/role.directive.mjs +0 -69
  56. package/esm2022/core/interceptor/base.interceptor.mjs +0 -165
  57. package/esm2022/core/ngz-module/cus-zorro-antd.module.mjs +0 -292
  58. package/esm2022/core/pipe/china-num.pipe.mjs +0 -36
  59. package/esm2022/core/pipe/count.pipe.mjs +0 -34
  60. package/esm2022/core/pipe/day.pipe.mjs +0 -24
  61. package/esm2022/core/pipe/defaultVal.pipe.mjs +0 -23
  62. package/esm2022/core/pipe/dicts.pipe.mjs +0 -28
  63. package/esm2022/core/pipe/image-pipe.pipe.mjs +0 -17
  64. package/esm2022/core/pipe/is-empty.pipe.mjs +0 -20
  65. package/esm2022/core/pipe/is-not-empty.pipe.mjs +0 -17
  66. package/esm2022/core/pipe/oss.pipe.mjs +0 -17
  67. package/esm2022/core/pipe/ossStatic.pipe.mjs +0 -17
  68. package/esm2022/core/pipe/pipe-module.module.mjs +0 -78
  69. package/esm2022/core/pipe/remove-html.pipe.mjs +0 -21
  70. package/esm2022/core/pipe/safe-compute.pipe.mjs +0 -23
  71. package/esm2022/core/pipe/safe-html.pipe.mjs +0 -20
  72. package/esm2022/core/pipe/safe-url.pipe.mjs +0 -20
  73. package/esm2022/core/routereuse/atr-reuse-strategy.mjs +0 -79
  74. package/esm2022/core/services/dict/dict.service.mjs +0 -152
  75. package/esm2022/core/services/http.service.mjs +0 -316
  76. package/esm2022/core/services/menu.service.mjs +0 -130
  77. package/esm2022/core/services/upload-oss.service.mjs +0 -74
  78. package/esm2022/core/utils/ToolsUtil.mjs +0 -622
  79. package/esm2022/core/utils/localstorage.util.mjs +0 -94
  80. package/esm2022/core/utils/sessionstorage.util.mjs +0 -73
  81. package/esm2022/lib/shared/atr-shared.module.mjs +0 -248
  82. package/esm2022/lib/shared/echarts/echarts.component.mjs +0 -77
  83. package/esm2022/lib/shared/form/form.component.mjs +0 -624
  84. package/esm2022/lib/shared/img-canvas/img-canvas.component.mjs +0 -132
  85. package/esm2022/lib/shared/local-upload/local-upload.component.mjs +0 -68
  86. package/esm2022/lib/shared/quill-editor/quill-editor.component.mjs +0 -254
  87. package/esm2022/lib/shared/select-icons/select-icons.component.mjs +0 -90
  88. package/esm2022/lib/shared/select-tree/select-tree.component.mjs +0 -55
  89. package/esm2022/lib/shared/service/busi.service.mjs +0 -69
  90. package/esm2022/lib/shared/share.service.mjs +0 -107
  91. package/esm2022/lib/shared/table/table-form-item/table-form-item.component.mjs +0 -96
  92. package/esm2022/lib/shared/table/table-td/table-td.component.mjs +0 -165
  93. package/esm2022/lib/shared/table/table.component.mjs +0 -766
  94. package/esm2022/lib/shared/upload/upload.component.mjs +0 -273
  95. package/esm2022/lib/shared/validators/atr-validtors.mjs +0 -9
  96. package/esm2022/lib/shared/video/video.component.mjs +0 -16
  97. package/esm2022/lib/shared/view-form/view-form.component.mjs +0 -186
  98. package/lib/shared/atr-shared.module.d.ts +0 -39
  99. package/lib/shared/echarts/echarts.component.d.ts +0 -34
  100. package/lib/shared/form/form.component.d.ts +0 -49
  101. package/lib/shared/img-canvas/img-canvas.component.d.ts +0 -28
  102. package/lib/shared/local-upload/local-upload.component.d.ts +0 -22
  103. package/lib/shared/quill-editor/quill-editor.component.d.ts +0 -45
  104. package/lib/shared/select-icons/select-icons.component.d.ts +0 -24
  105. package/lib/shared/select-tree/select-tree.component.d.ts +0 -23
  106. package/lib/shared/service/busi.service.d.ts +0 -20
  107. package/lib/shared/share.service.d.ts +0 -14
  108. package/lib/shared/table/table-form-item/table-form-item.component.d.ts +0 -25
  109. package/lib/shared/table/table-td/table-td.component.d.ts +0 -26
  110. package/lib/shared/table/table.component.d.ts +0 -94
  111. package/lib/shared/upload/upload.component.d.ts +0 -53
  112. package/lib/shared/validators/atr-validtors.d.ts +0 -2
  113. package/lib/shared/video/video.component.d.ts +0 -7
  114. package/lib/shared/view-form/view-form.component.d.ts +0 -27
package/README.md CHANGED
@@ -1,24 +1,24 @@
1
- # Components
2
-
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
4
-
5
- ## Code scaffolding
6
-
7
- Run `ng generate component component-name --project components` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project components`.
8
- > Note: Don't forget to add `--project components` or else it will be added to the default project in your `angular.json` file.
9
-
10
- ## Build
11
-
12
- Run `ng build components` to build the project. The build artifacts will be stored in the `dist/` directory.
13
-
14
- ## Publishing
15
-
16
- After building your library with `ng build components`, go to the dist folder `cd dist/components` and run `npm publish`.
17
-
18
- ## Running unit tests
19
-
20
- Run `ng test components` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
-
22
- ## Further help
23
-
24
- To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
1
+ # Components
2
+
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0.
4
+
5
+ ## Code scaffolding
6
+
7
+ Run `ng generate component component-name --project components` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project components`.
8
+ > Note: Don't forget to add `--project components` or else it will be added to the default project in your `angular.json` file.
9
+
10
+ ## Build
11
+
12
+ Run `ng build components` to build the project. The build artifacts will be stored in the `dist/` directory.
13
+
14
+ ## Publishing
15
+
16
+ After building your library with `ng build components`, go to the dist folder `cd dist/components` and run `npm publish`.
17
+
18
+ ## Running unit tests
19
+
20
+ Run `ng test components` to execute the unit tests via [Karma](https://karma-runner.github.io).
21
+
22
+ ## Further help
23
+
24
+ To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.