@alauda-fe/dynamic-plugin-shared 0.0.1-alpha.0

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 (415) hide show
  1. package/README.md +7 -0
  2. package/array-form-table/base-string-map-form.component.d.ts +22 -0
  3. package/array-form-table/form/component.d.ts +106 -0
  4. package/array-form-table/form/index.d.ts +2 -0
  5. package/array-form-table/index.d.ts +10 -0
  6. package/array-form-table/key-value-form/component.d.ts +38 -0
  7. package/array-form-table/key-value-table/component.d.ts +9 -0
  8. package/array-form-table/string-array-form/component.d.ts +41 -0
  9. package/assets/images/abnormal.svg +1 -0
  10. package/assets/images/dark/disconnected.svg +1 -0
  11. package/assets/images/dark/license-abnormal.svg +1 -0
  12. package/assets/images/dark/network-abnormal.svg +1 -0
  13. package/assets/images/dark/no-data.svg +1 -0
  14. package/assets/images/dark/no-message.svg +1 -0
  15. package/assets/images/dark/no-permission.svg +1 -0
  16. package/assets/images/dark/no_realtime_alarm.svg +1 -0
  17. package/assets/images/dark/not-deployed.svg +1 -0
  18. package/assets/images/dark/not-found.svg +1 -0
  19. package/assets/images/dark/not-supported.svg +1 -0
  20. package/assets/images/dark/system-abnormal.svg +1 -0
  21. package/assets/images/light/disconnected.svg +1 -0
  22. package/assets/images/light/license-abnormal.svg +1 -0
  23. package/assets/images/light/network-abnormal.svg +1 -0
  24. package/assets/images/light/no-data.svg +1 -0
  25. package/assets/images/light/no-message.svg +1 -0
  26. package/assets/images/light/no-permission.svg +1 -0
  27. package/assets/images/light/no_realtime_alarm.svg +1 -0
  28. package/assets/images/light/not-deployed.svg +1 -0
  29. package/assets/images/light/not-found.svg +1 -0
  30. package/assets/images/light/not-supported.svg +1 -0
  31. package/assets/images/light/system-abnormal.svg +1 -0
  32. package/assets/images/no-data.png +0 -0
  33. package/async-data/async-data-loader.d.ts +31 -0
  34. package/async-data/error-page/component.d.ts +30 -0
  35. package/async-data/index.d.ts +13 -0
  36. package/async-data/page-state/component.d.ts +21 -0
  37. package/async-data/types.d.ts +29 -0
  38. package/code-editor/code-display-dialog/component.d.ts +17 -0
  39. package/code-editor/code-editor-configs.d.ts +19 -0
  40. package/code-editor/index.d.ts +10 -0
  41. package/code-editor/k8s-yaml-display-dialog/component.d.ts +16 -0
  42. package/code-editor/resource-yaml-display/component.d.ts +21 -0
  43. package/components/card-section/card-section.component.d.ts +9 -0
  44. package/components/confirm-delete/confirm-delete.component.d.ts +57 -0
  45. package/components/confirm-delete/utils.d.ts +25 -0
  46. package/components/current-time/component.d.ts +14 -0
  47. package/components/custom-columns-setting/component.d.ts +16 -0
  48. package/components/custom-columns-setting/index.d.ts +1 -0
  49. package/components/date-range-picker/component.d.ts +55 -0
  50. package/components/date-range-picker/index.d.ts +3 -0
  51. package/components/date-range-picker/type.d.ts +36 -0
  52. package/components/date-range-picker/util.d.ts +11 -0
  53. package/components/disabled-container/disabled-container.component.d.ts +21 -0
  54. package/components/disabled-container/index.d.ts +7 -0
  55. package/components/field-set/column/component.d.ts +10 -0
  56. package/components/field-set/group/component.d.ts +6 -0
  57. package/components/field-set/index.d.ts +7 -0
  58. package/components/field-set/item/component.d.ts +13 -0
  59. package/components/foldable-block/component.d.ts +17 -0
  60. package/components/foldable-item-in-table/component.d.ts +21 -0
  61. package/components/help-document/component.d.ts +29 -0
  62. package/components/help-document/directive.d.ts +20 -0
  63. package/components/help-document/index.d.ts +8 -0
  64. package/components/help-document/service.d.ts +20 -0
  65. package/components/index.d.ts +31 -0
  66. package/components/loading-mask/loading-mask.component.d.ts +13 -0
  67. package/components/page-guard/component/component.d.ts +40 -0
  68. package/components/page-guard/component/helper-directives.d.ts +17 -0
  69. package/components/page-guard/component/page-guard.type.d.ts +86 -0
  70. package/components/page-guard/index.d.ts +12 -0
  71. package/components/password-input/component.d.ts +39 -0
  72. package/components/pod-status/component.d.ts +25 -0
  73. package/components/pod-status/index.d.ts +3 -0
  74. package/components/pod-status/status.d.ts +4 -0
  75. package/components/pod-status/typings.d.ts +16 -0
  76. package/components/relative-time/component.d.ts +15 -0
  77. package/components/resource-label/component.d.ts +25 -0
  78. package/components/resource-multi-select/component.d.ts +41 -0
  79. package/components/resource-multi-select/util.d.ts +10 -0
  80. package/components/search-panel/component.d.ts +16 -0
  81. package/components/search-panel/helper.directive.d.ts +5 -0
  82. package/components/search-panel/search-item/component.d.ts +7 -0
  83. package/components/select-prefix-label/directive.d.ts +17 -0
  84. package/components/status-icon/status-icon.component.d.ts +16 -0
  85. package/components/tags-label/component.d.ts +56 -0
  86. package/components/terminating-tag/component.d.ts +7 -0
  87. package/components/text-ellipsis/component.d.ts +9 -0
  88. package/components/text-tooltip/directive.d.ts +21 -0
  89. package/components/text-with-url/component.d.ts +12 -0
  90. package/components/upload-file/component.d.ts +32 -0
  91. package/components/zero-state/zero-state.component.d.ts +16 -0
  92. package/constants/common.d.ts +64 -0
  93. package/constants/index.d.ts +6 -0
  94. package/constants/k8s.d.ts +12 -0
  95. package/constants/patterns.d.ts +124 -0
  96. package/constants/resource-definitions.d.ts +414 -0
  97. package/constants/status-icons.d.ts +34 -0
  98. package/constants/timezones.d.ts +6 -0
  99. package/directives/aui-code-editor.directive.d.ts +13 -0
  100. package/directives/click-outside.directive.d.ts +12 -0
  101. package/directives/declare.directive.d.ts +8 -0
  102. package/directives/disabled.directive.d.ts +28 -0
  103. package/directives/effect-directive/coerce-number.directive.d.ts +8 -0
  104. package/directives/effect-directive/e2e-attribute-binding.directive.d.ts +10 -0
  105. package/directives/effect-directive/event.directive.d.ts +47 -0
  106. package/directives/effect-directive/index.d.ts +12 -0
  107. package/directives/effect-directive/min-max.directive.d.ts +30 -0
  108. package/directives/effect-directive/trim.directive.d.ts +7 -0
  109. package/directives/effect-directive/validators.directive.d.ts +12 -0
  110. package/directives/feature-gate.directive.d.ts +31 -0
  111. package/directives/index.d.ts +12 -0
  112. package/directives/last-form-item.directive.d.ts +8 -0
  113. package/directives/readonly-field.directive.d.ts +39 -0
  114. package/directives/resize.directive.d.ts +17 -0
  115. package/directives/scroll-border-observer.directive.d.ts +23 -0
  116. package/directives/scroll-to-first-invalid.directive.d.ts +24 -0
  117. package/directives/value-trace.directive.d.ts +27 -0
  118. package/esm2022/alauda-fe-dynamic-plugin-shared.mjs +5 -0
  119. package/esm2022/array-form-table/base-string-map-form.component.mjs +92 -0
  120. package/esm2022/array-form-table/form/component.mjs +266 -0
  121. package/esm2022/array-form-table/form/index.mjs +12 -0
  122. package/esm2022/array-form-table/index.mjs +11 -0
  123. package/esm2022/array-form-table/key-value-form/component.mjs +135 -0
  124. package/esm2022/array-form-table/key-value-table/component.mjs +24 -0
  125. package/esm2022/array-form-table/string-array-form/component.mjs +168 -0
  126. package/esm2022/async-data/async-data-loader.mjs +63 -0
  127. package/esm2022/async-data/error-page/component.mjs +54 -0
  128. package/esm2022/async-data/index.mjs +18 -0
  129. package/esm2022/async-data/page-state/component.mjs +62 -0
  130. package/esm2022/async-data/types.mjs +6 -0
  131. package/esm2022/code-editor/code-display-dialog/component.mjs +35 -0
  132. package/esm2022/code-editor/code-editor-configs.mjs +66 -0
  133. package/esm2022/code-editor/index.mjs +11 -0
  134. package/esm2022/code-editor/k8s-yaml-display-dialog/component.mjs +26 -0
  135. package/esm2022/code-editor/resource-yaml-display/component.mjs +67 -0
  136. package/esm2022/components/card-section/card-section.component.mjs +24 -0
  137. package/esm2022/components/confirm-delete/confirm-delete.component.mjs +192 -0
  138. package/esm2022/components/confirm-delete/utils.mjs +8 -0
  139. package/esm2022/components/current-time/component.mjs +39 -0
  140. package/esm2022/components/custom-columns-setting/component.mjs +75 -0
  141. package/esm2022/components/custom-columns-setting/index.mjs +2 -0
  142. package/esm2022/components/date-range-picker/component.mjs +215 -0
  143. package/esm2022/components/date-range-picker/index.mjs +4 -0
  144. package/esm2022/components/date-range-picker/type.mjs +2 -0
  145. package/esm2022/components/date-range-picker/util.mjs +57 -0
  146. package/esm2022/components/disabled-container/disabled-container.component.mjs +81 -0
  147. package/esm2022/components/disabled-container/index.mjs +8 -0
  148. package/esm2022/components/field-set/column/component.mjs +25 -0
  149. package/esm2022/components/field-set/group/component.mjs +16 -0
  150. package/esm2022/components/field-set/index.mjs +14 -0
  151. package/esm2022/components/field-set/item/component.mjs +41 -0
  152. package/esm2022/components/foldable-block/component.mjs +60 -0
  153. package/esm2022/components/foldable-item-in-table/component.mjs +56 -0
  154. package/esm2022/components/help-document/component.mjs +69 -0
  155. package/esm2022/components/help-document/directive.mjs +70 -0
  156. package/esm2022/components/help-document/index.mjs +9 -0
  157. package/esm2022/components/help-document/service.mjs +43 -0
  158. package/esm2022/components/index.mjs +32 -0
  159. package/esm2022/components/loading-mask/loading-mask.component.mjs +35 -0
  160. package/esm2022/components/page-guard/component/component.mjs +101 -0
  161. package/esm2022/components/page-guard/component/helper-directives.mjs +51 -0
  162. package/esm2022/components/page-guard/component/page-guard.type.mjs +82 -0
  163. package/esm2022/components/page-guard/index.mjs +19 -0
  164. package/esm2022/components/password-input/component.mjs +143 -0
  165. package/esm2022/components/pod-status/component.mjs +49 -0
  166. package/esm2022/components/pod-status/index.mjs +4 -0
  167. package/esm2022/components/pod-status/status.mjs +84 -0
  168. package/esm2022/components/pod-status/typings.mjs +19 -0
  169. package/esm2022/components/relative-time/component.mjs +58 -0
  170. package/esm2022/components/resource-label/component.mjs +100 -0
  171. package/esm2022/components/resource-multi-select/component.mjs +152 -0
  172. package/esm2022/components/resource-multi-select/util.mjs +24 -0
  173. package/esm2022/components/search-panel/component.mjs +51 -0
  174. package/esm2022/components/search-panel/helper.directive.mjs +14 -0
  175. package/esm2022/components/search-panel/search-item/component.mjs +15 -0
  176. package/esm2022/components/select-prefix-label/directive.mjs +89 -0
  177. package/esm2022/components/status-icon/status-icon.component.mjs +56 -0
  178. package/esm2022/components/tags-label/component.mjs +224 -0
  179. package/esm2022/components/terminating-tag/component.mjs +16 -0
  180. package/esm2022/components/text-ellipsis/component.mjs +28 -0
  181. package/esm2022/components/text-tooltip/directive.mjs +71 -0
  182. package/esm2022/components/text-with-url/component.mjs +40 -0
  183. package/esm2022/components/upload-file/component.mjs +95 -0
  184. package/esm2022/components/zero-state/zero-state.component.mjs +51 -0
  185. package/esm2022/constants/common.mjs +86 -0
  186. package/esm2022/constants/index.mjs +7 -0
  187. package/esm2022/constants/k8s.mjs +13 -0
  188. package/esm2022/constants/patterns.mjs +142 -0
  189. package/esm2022/constants/resource-definitions.mjs +424 -0
  190. package/esm2022/constants/status-icons.mjs +65 -0
  191. package/esm2022/constants/timezones.mjs +234 -0
  192. package/esm2022/directives/aui-code-editor.directive.mjs +30 -0
  193. package/esm2022/directives/click-outside.directive.mjs +49 -0
  194. package/esm2022/directives/declare.directive.mjs +27 -0
  195. package/esm2022/directives/disabled.directive.mjs +76 -0
  196. package/esm2022/directives/effect-directive/coerce-number.directive.mjs +54 -0
  197. package/esm2022/directives/effect-directive/e2e-attribute-binding.directive.mjs +57 -0
  198. package/esm2022/directives/effect-directive/event.directive.mjs +129 -0
  199. package/esm2022/directives/effect-directive/index.mjs +21 -0
  200. package/esm2022/directives/effect-directive/min-max.directive.mjs +107 -0
  201. package/esm2022/directives/effect-directive/trim.directive.mjs +40 -0
  202. package/esm2022/directives/effect-directive/validators.directive.mjs +43 -0
  203. package/esm2022/directives/feature-gate.directive.mjs +90 -0
  204. package/esm2022/directives/index.mjs +13 -0
  205. package/esm2022/directives/last-form-item.directive.mjs +18 -0
  206. package/esm2022/directives/readonly-field.directive.mjs +145 -0
  207. package/esm2022/directives/resize.directive.mjs +39 -0
  208. package/esm2022/directives/scroll-border-observer.directive.mjs +77 -0
  209. package/esm2022/directives/scroll-to-first-invalid.directive.mjs +126 -0
  210. package/esm2022/directives/value-trace.directive.mjs +61 -0
  211. package/esm2022/form/base-form-container.mjs +126 -0
  212. package/esm2022/form/base-nested-form-control.mjs +190 -0
  213. package/esm2022/form/errors-mapper/base-errors-mapper.mjs +41 -0
  214. package/esm2022/form/errors-mapper/default-errors-mapper.service.mjs +65 -0
  215. package/esm2022/form/errors-mapper/errors-mapper-component/component.mjs +53 -0
  216. package/esm2022/form/errors-mapper/errors-mapper.directive.mjs +109 -0
  217. package/esm2022/form/errors-mapper/index.mjs +10 -0
  218. package/esm2022/form/errors-mapper/types.mjs +2 -0
  219. package/esm2022/form/index.mjs +6 -0
  220. package/esm2022/form/utils.mjs +61 -0
  221. package/esm2022/form/validators/async-function-validator.directive.mjs +49 -0
  222. package/esm2022/form/validators/dns1123-subdomain.mjs +42 -0
  223. package/esm2022/form/validators/function-validator.directive.mjs +49 -0
  224. package/esm2022/form/validators/index.mjs +10 -0
  225. package/esm2022/form/validators/maxlength-minlength-validator.directive.mjs +71 -0
  226. package/esm2022/form/validators/not-be-validator.directive.mjs +56 -0
  227. package/esm2022/form/validators/one-of-validator.directive.mjs +57 -0
  228. package/esm2022/form/validators/resource-limit.mjs +79 -0
  229. package/esm2022/form/validators/strong-password/index.mjs +4 -0
  230. package/esm2022/form/validators/strong-password/strong-password-tooltip/component.mjs +15 -0
  231. package/esm2022/form/validators/strong-password/strong-password-validator.directive.mjs +171 -0
  232. package/esm2022/form/validators/strong-password/strong-password-validator.module.mjs +36 -0
  233. package/esm2022/form/validators/utils.mjs +155 -0
  234. package/esm2022/index.mjs +15 -0
  235. package/esm2022/k8s-resource-list/footer/component.mjs +156 -0
  236. package/esm2022/k8s-resource-list/index.mjs +18 -0
  237. package/esm2022/k8s-resource-list/k8s-resource-list.mjs +224 -0
  238. package/esm2022/k8s-resource-list/k8s-resource-paged-list.mjs +174 -0
  239. package/esm2022/k8s-resource-list/types.mjs +11 -0
  240. package/esm2022/k8s-resource-list/utils.mjs +84 -0
  241. package/esm2022/k8s-shared/constants.mjs +53 -0
  242. package/esm2022/k8s-shared/index.mjs +12 -0
  243. package/esm2022/k8s-shared/k8s-resource-translate-key.pipe.mjs +31 -0
  244. package/esm2022/k8s-shared/k8s-shared-util.service.mjs +152 -0
  245. package/esm2022/k8s-shared/resource-mark/component.mjs +54 -0
  246. package/esm2022/k8s-shared/resource-mark/util.mjs +137 -0
  247. package/esm2022/k8s-shared/update-description-dialog/component.mjs +66 -0
  248. package/esm2022/k8s-shared/update-display-name-dialog/component.mjs +59 -0
  249. package/esm2022/k8s-shared/update-key-value-dialog/component.mjs +76 -0
  250. package/esm2022/page-deactivate/deactivate.directive.mjs +50 -0
  251. package/esm2022/page-deactivate/deactivate.guard.mjs +41 -0
  252. package/esm2022/page-deactivate/deactivate.service.mjs +78 -0
  253. package/esm2022/page-deactivate/index.mjs +4 -0
  254. package/esm2022/pipes/calc.pipe.mjs +21 -0
  255. package/esm2022/pipes/cron-human-readable.pipe.mjs +30 -0
  256. package/esm2022/pipes/crontab-next.pipe.mjs +67 -0
  257. package/esm2022/pipes/duration.pipe.mjs +51 -0
  258. package/esm2022/pipes/field-not-available.pipe.mjs +25 -0
  259. package/esm2022/pipes/img-header.pipe.mjs +18 -0
  260. package/esm2022/pipes/img-theme.pipe.mjs +38 -0
  261. package/esm2022/pipes/index.mjs +19 -0
  262. package/esm2022/pipes/keyvalue.pipe.mjs +20 -0
  263. package/esm2022/pipes/marked.pipe.mjs +18 -0
  264. package/esm2022/pipes/minimum-format.pipe.mjs +25 -0
  265. package/esm2022/pipes/page-env.pipe.mjs +69 -0
  266. package/esm2022/pipes/parse-json-translate.pipe.mjs +28 -0
  267. package/esm2022/pipes/parse-json.pipe.mjs +22 -0
  268. package/esm2022/pipes/pure.pipe.mjs +26 -0
  269. package/esm2022/pipes/safe.pipe.mjs +49 -0
  270. package/esm2022/pipes/sanitize.pipe.mjs +31 -0
  271. package/esm2022/pipes/time.pipe.mjs +113 -0
  272. package/esm2022/pipes/timezone-display.pipe.mjs +21 -0
  273. package/esm2022/services/form-row-duplicate/form-row-duplicate.service.mjs +280 -0
  274. package/esm2022/services/index.mjs +4 -0
  275. package/esm2022/services/on-resize.service.mjs +52 -0
  276. package/esm2022/services/yaml-util.service.mjs +99 -0
  277. package/esm2022/types/common.mjs +6 -0
  278. package/esm2022/types/helpers.mjs +12 -0
  279. package/esm2022/types/index.mjs +9 -0
  280. package/esm2022/types/k8s/core.mjs +2 -0
  281. package/esm2022/types/k8s/crd.mjs +57 -0
  282. package/esm2022/types/k8s/index.mjs +4 -0
  283. package/esm2022/types/k8s/raw.mjs +77 -0
  284. package/esm2022/types/schema.mjs +2 -0
  285. package/esm2022/utils/browser.mjs +21 -0
  286. package/esm2022/utils/cache-store.mjs +83 -0
  287. package/esm2022/utils/color-helpers.mjs +6 -0
  288. package/esm2022/utils/common.mjs +315 -0
  289. package/esm2022/utils/cron-util.mjs +44 -0
  290. package/esm2022/utils/decorators.mjs +137 -0
  291. package/esm2022/utils/disabled-state.mjs +47 -0
  292. package/esm2022/utils/format-number.mjs +227 -0
  293. package/esm2022/utils/index.mjs +24 -0
  294. package/esm2022/utils/local-storage-constants.mjs +2 -0
  295. package/esm2022/utils/node.mjs +18 -0
  296. package/esm2022/utils/observable.mjs +32 -0
  297. package/esm2022/utils/operators.mjs +38 -0
  298. package/esm2022/utils/request-pool.mjs +37 -0
  299. package/esm2022/utils/resources.mjs +66 -0
  300. package/esm2022/utils/router.mjs +20 -0
  301. package/esm2022/utils/sort-fn.mjs +7 -0
  302. package/esm2022/utils/tree.mjs +79 -0
  303. package/esm2022/utils/unit.mjs +191 -0
  304. package/esm2022/utils/version.mjs +76 -0
  305. package/esm2022/utils/with-load-state.mjs +21 -0
  306. package/esm2022/utils/workload.mjs +183 -0
  307. package/esm2022/utils/workspace.mjs +59 -0
  308. package/esm2022/utils/yaml.mjs +54 -0
  309. package/fesm2022/alauda-fe-dynamic-plugin-shared.mjs +11151 -0
  310. package/fesm2022/alauda-fe-dynamic-plugin-shared.mjs.map +1 -0
  311. package/form/base-form-container.d.ts +41 -0
  312. package/form/base-nested-form-control.d.ts +58 -0
  313. package/form/errors-mapper/base-errors-mapper.d.ts +13 -0
  314. package/form/errors-mapper/default-errors-mapper.service.d.ts +10 -0
  315. package/form/errors-mapper/errors-mapper-component/component.d.ts +19 -0
  316. package/form/errors-mapper/errors-mapper.directive.d.ts +39 -0
  317. package/form/errors-mapper/index.d.ts +6 -0
  318. package/form/errors-mapper/types.d.ts +16 -0
  319. package/form/index.d.ts +5 -0
  320. package/form/utils.d.ts +40 -0
  321. package/form/validators/async-function-validator.directive.d.ts +11 -0
  322. package/form/validators/dns1123-subdomain.d.ts +28 -0
  323. package/form/validators/function-validator.directive.d.ts +11 -0
  324. package/form/validators/index.d.ts +9 -0
  325. package/form/validators/maxlength-minlength-validator.directive.d.ts +20 -0
  326. package/form/validators/not-be-validator.directive.d.ts +12 -0
  327. package/form/validators/one-of-validator.directive.d.ts +12 -0
  328. package/form/validators/resource-limit.d.ts +17 -0
  329. package/form/validators/strong-password/index.d.ts +3 -0
  330. package/form/validators/strong-password/strong-password-tooltip/component.d.ts +6 -0
  331. package/form/validators/strong-password/strong-password-validator.directive.d.ts +34 -0
  332. package/form/validators/strong-password/strong-password-validator.module.d.ts +12 -0
  333. package/form/validators/utils.d.ts +67 -0
  334. package/index.d.ts +14 -0
  335. package/k8s-resource-list/footer/component.d.ts +42 -0
  336. package/k8s-resource-list/index.d.ts +13 -0
  337. package/k8s-resource-list/k8s-resource-list.d.ts +42 -0
  338. package/k8s-resource-list/k8s-resource-paged-list.d.ts +61 -0
  339. package/k8s-resource-list/types.d.ts +70 -0
  340. package/k8s-resource-list/utils.d.ts +19 -0
  341. package/k8s-shared/constants.d.ts +7 -0
  342. package/k8s-shared/index.d.ts +11 -0
  343. package/k8s-shared/k8s-resource-translate-key.pipe.d.ts +9 -0
  344. package/k8s-shared/k8s-shared-util.service.d.ts +48 -0
  345. package/k8s-shared/resource-mark/component.d.ts +16 -0
  346. package/k8s-shared/resource-mark/util.d.ts +2 -0
  347. package/k8s-shared/update-description-dialog/component.d.ts +33 -0
  348. package/k8s-shared/update-display-name-dialog/component.d.ts +27 -0
  349. package/k8s-shared/update-key-value-dialog/component.d.ts +38 -0
  350. package/package.json +56 -0
  351. package/page-deactivate/deactivate.directive.d.ts +18 -0
  352. package/page-deactivate/deactivate.guard.d.ts +13 -0
  353. package/page-deactivate/deactivate.service.d.ts +28 -0
  354. package/page-deactivate/index.d.ts +3 -0
  355. package/pipes/calc.pipe.d.ts +11 -0
  356. package/pipes/cron-human-readable.pipe.d.ts +9 -0
  357. package/pipes/crontab-next.pipe.d.ts +18 -0
  358. package/pipes/duration.pipe.d.ts +10 -0
  359. package/pipes/field-not-available.pipe.d.ts +13 -0
  360. package/pipes/img-header.pipe.d.ts +7 -0
  361. package/pipes/img-theme.pipe.d.ts +13 -0
  362. package/pipes/index.d.ts +18 -0
  363. package/pipes/keyvalue.pipe.d.ts +9 -0
  364. package/pipes/marked.pipe.d.ts +8 -0
  365. package/pipes/minimum-format.pipe.d.ts +10 -0
  366. package/pipes/page-env.pipe.d.ts +34 -0
  367. package/pipes/parse-json-translate.pipe.d.ts +8 -0
  368. package/pipes/parse-json.pipe.d.ts +7 -0
  369. package/pipes/pure.pipe.d.ts +17 -0
  370. package/pipes/safe.pipe.d.ts +10 -0
  371. package/pipes/sanitize.pipe.d.ts +10 -0
  372. package/pipes/time.pipe.d.ts +40 -0
  373. package/pipes/timezone-display.pipe.d.ts +10 -0
  374. package/services/form-row-duplicate/form-row-duplicate.service.d.ts +45 -0
  375. package/services/index.d.ts +3 -0
  376. package/services/on-resize.service.d.ts +20 -0
  377. package/services/yaml-util.service.d.ts +20 -0
  378. package/styles/ansi-color.scss +131 -0
  379. package/styles/global.scss +904 -0
  380. package/styles/lib.scss +1 -0
  381. package/styles/markdown-body.scss +107 -0
  382. package/styles/mixins.scss +710 -0
  383. package/styles/var.scss +30 -0
  384. package/types/common.d.ts +42 -0
  385. package/types/helpers.d.ts +35 -0
  386. package/types/index.d.ts +8 -0
  387. package/types/k8s/core.d.ts +100 -0
  388. package/types/k8s/crd.d.ts +497 -0
  389. package/types/k8s/index.d.ts +3 -0
  390. package/types/k8s/raw.d.ts +860 -0
  391. package/types/schema.d.ts +14 -0
  392. package/utils/browser.d.ts +4 -0
  393. package/utils/cache-store.d.ts +35 -0
  394. package/utils/color-helpers.d.ts +4 -0
  395. package/utils/common.d.ts +64 -0
  396. package/utils/cron-util.d.ts +8 -0
  397. package/utils/decorators.d.ts +14 -0
  398. package/utils/disabled-state.d.ts +20 -0
  399. package/utils/format-number.d.ts +11 -0
  400. package/utils/index.d.ts +23 -0
  401. package/utils/local-storage-constants.d.ts +1 -0
  402. package/utils/node.d.ts +8 -0
  403. package/utils/observable.d.ts +5 -0
  404. package/utils/operators.d.ts +22 -0
  405. package/utils/request-pool.d.ts +12 -0
  406. package/utils/resources.d.ts +19 -0
  407. package/utils/router.d.ts +3 -0
  408. package/utils/sort-fn.d.ts +2 -0
  409. package/utils/tree.d.ts +16 -0
  410. package/utils/unit.d.ts +21 -0
  411. package/utils/version.d.ts +39 -0
  412. package/utils/with-load-state.d.ts +11 -0
  413. package/utils/workload.d.ts +66 -0
  414. package/utils/workspace.d.ts +28 -0
  415. package/utils/yaml.d.ts +11 -0
@@ -0,0 +1,8 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { MarkedOptions } from 'marked';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MarkedPipe implements PipeTransform {
5
+ transform(value: string, options?: MarkedOptions): string | Promise<string>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarkedPipe, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<MarkedPipe, "aclMarked", true>;
8
+ }
@@ -0,0 +1,10 @@
1
+ import { DecimalPipe } from '@angular/common';
2
+ import { PipeTransform } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class MinimumFormatPipe implements PipeTransform {
5
+ private readonly decimal;
6
+ constructor(decimal: DecimalPipe);
7
+ transform(value: number | string, decimalPlaces?: number): string;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<MinimumFormatPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<MinimumFormatPipe, "aclMinimumFormat", true>;
10
+ }
@@ -0,0 +1,34 @@
1
+ import { ThemeService } from '@alauda/ui';
2
+ import { TranslateService } from '@alauda-fe/dynamic-plugin-sdk';
3
+ import { PipeTransform, OnDestroy, ChangeDetectorRef } from '@angular/core';
4
+ import * as i0 from "@angular/core";
5
+ /**
6
+ * 业务中存在需要根据界面语言和主题环境切换而变化的数据
7
+ * 通过传入第一个参数为环境变量(theme/locale)的回调函数以实现数据的变化
8
+ * 例 fn:(locale:string,prefix:string) => string;
9
+ * fn | aclLocaleTrans:prefix
10
+ *
11
+ * 需要组合多种环境影响的场景可以通过柯里化的方式来使用管道
12
+ * 例 fn: (locale:string) => (theme:string) => string;
13
+ * fn | aclLocaleTrans | aclThemeTrans
14
+ */
15
+ export declare class LocaleTransformPipe<T> implements PipeTransform, OnDestroy {
16
+ private readonly translate;
17
+ private readonly cdr;
18
+ private readonly destroyed$$;
19
+ constructor(translate: TranslateService, cdr: ChangeDetectorRef);
20
+ ngOnDestroy(): void;
21
+ transform(fn: (locale: string, ...params: unknown[]) => T, ...params: unknown[]): T;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocaleTransformPipe<any>, never>;
23
+ static ɵpipe: i0.ɵɵPipeDeclaration<LocaleTransformPipe<any>, "aclLocaleTrans", false>;
24
+ }
25
+ export declare class ThemeTransformPipe<T> implements PipeTransform, OnDestroy {
26
+ private readonly themeService;
27
+ private readonly cdr;
28
+ private readonly destroyed$$;
29
+ constructor(themeService: ThemeService, cdr: ChangeDetectorRef);
30
+ ngOnDestroy(): void;
31
+ transform(fn: (theme: string, ...params: unknown[]) => T, ...params: unknown[]): T;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThemeTransformPipe<any>, never>;
33
+ static ɵpipe: i0.ɵɵPipeDeclaration<ThemeTransformPipe<any>, "aclThemeTrans", false>;
34
+ }
@@ -0,0 +1,8 @@
1
+ import { TranslateKey, TranslatePipe } from '@alauda-fe/dynamic-plugin-sdk';
2
+ import { PipeTransform } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ParseJsonTranslatePipe extends TranslatePipe implements PipeTransform {
5
+ transform(key: TranslateKey, data?: unknown): string;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<ParseJsonTranslatePipe, never>;
7
+ static ɵpipe: i0.ɵɵPipeDeclaration<ParseJsonTranslatePipe, "aclParseJsonTranslate", true>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ParseJsonPipe implements PipeTransform {
4
+ transform(value: string): any;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<ParseJsonPipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<ParseJsonPipe, "aclParseJson", true>;
7
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @packageDocumentation
3
+ * @module utils
4
+ */
5
+ import { PipeTransform } from '@angular/core';
6
+ import { IfEqual } from '../types';
7
+ import * as i0 from "@angular/core";
8
+ export type OmitFirst<T extends unknown[]> = T extends [unknown, ...infer R] ? R : [];
9
+ export declare class PurePipe implements PipeTransform {
10
+ /**
11
+ * ! Notice: function overload is not supported for `mapper`,
12
+ * you may have to use `$any` to workaround in template.
13
+ */
14
+ transform<T extends (...args: unknown[]) => unknown>(value: Parameters<T>[0], mapper: T, ...args: IfEqual<T, any, unknown[], OmitFirst<Parameters<T>>>): ReturnType<T>;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<PurePipe, never>;
16
+ static ɵpipe: i0.ɵɵPipeDeclaration<PurePipe, "pure", true>;
17
+ }
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { DomSanitizer, SafeHtml, SafeResourceUrl, SafeScript, SafeStyle, SafeUrl } from '@angular/platform-browser';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SafePipe implements PipeTransform {
5
+ private readonly sanitizer;
6
+ constructor(sanitizer: DomSanitizer);
7
+ transform(value: string, type: string): SafeHtml | SafeStyle | SafeScript | SafeUrl | SafeResourceUrl;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SafePipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<SafePipe, "aclSafe", true>;
10
+ }
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
3
+ import * as i0 from "@angular/core";
4
+ export declare class SanitizePipe implements PipeTransform {
5
+ private readonly sanitizer;
6
+ constructor(sanitizer: DomSanitizer);
7
+ transform(value: string, type?: 'html' | 'url'): SafeHtml;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<SanitizePipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<SanitizePipe, "aclSanitize", true>;
10
+ }
@@ -0,0 +1,40 @@
1
+ /**
2
+ * @packageDocumentation
3
+ * @module utils
4
+ */
5
+ import { TimeService, TranslateService } from '@alauda-fe/dynamic-plugin-sdk';
6
+ import { ChangeDetectorRef, OnDestroy, PipeTransform } from '@angular/core';
7
+ import { ConfigType } from 'dayjs';
8
+ import * as i0 from "@angular/core";
9
+ export declare class RelativeTimePipe implements PipeTransform, OnDestroy {
10
+ private readonly cdr;
11
+ private readonly time;
12
+ private readonly translate;
13
+ private readonly destroy$$;
14
+ private timerId;
15
+ constructor(cdr: ChangeDetectorRef, time: TimeService, translate: TranslateService);
16
+ ngOnDestroy(): void;
17
+ transform(value: ConfigType): string;
18
+ protected checkDistance(distance: number): void;
19
+ private startTimer;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<RelativeTimePipe, never>;
21
+ static ɵpipe: i0.ɵɵPipeDeclaration<RelativeTimePipe, "aclRelativeTime", true>;
22
+ }
23
+ export declare abstract class DateTimePipe implements PipeTransform {
24
+ private readonly time;
25
+ abstract format: string;
26
+ constructor(time: TimeService);
27
+ transform(value: ConfigType, utc?: boolean): string;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePipe, never>;
29
+ static ɵprov: i0.ɵɵInjectableDeclaration<DateTimePipe>;
30
+ }
31
+ export declare class StandardTimePipe extends DateTimePipe implements PipeTransform {
32
+ format: string;
33
+ static ɵfac: i0.ɵɵFactoryDeclaration<StandardTimePipe, never>;
34
+ static ɵpipe: i0.ɵɵPipeDeclaration<StandardTimePipe, "aclStandardTime", true>;
35
+ }
36
+ export declare class StandardDatePipe extends DateTimePipe implements PipeTransform {
37
+ format: string;
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<StandardDatePipe, never>;
39
+ static ɵpipe: i0.ɵɵPipeDeclaration<StandardDatePipe, "aclStandardDate", true>;
40
+ }
@@ -0,0 +1,10 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TimezoneDisplayPipe implements PipeTransform {
4
+ transform(tz: string): {
5
+ zh: string;
6
+ en: string;
7
+ };
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimezoneDisplayPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<TimezoneDisplayPipe, "aclTimezoneDisplay", false>;
10
+ }
@@ -0,0 +1,45 @@
1
+ import { IterableDiffers, OnDestroy } from '@angular/core';
2
+ import { AbstractControl, FormArray, ValidatorFn } from '@angular/forms';
3
+ import * as i0 from "@angular/core";
4
+ export declare const DUPLICATE_ERROR_KEY = "duplicateError";
5
+ type RowKeys = Array<string | Record<string, string[]>>;
6
+ type FormatKeys = Record<string, string[]>;
7
+ export type FormatValue = Record<string, any>;
8
+ export type MatchValueFn = (props: string[], value1: FormatValue, value2: FormatValue) => boolean;
9
+ export type StrategyFn = (keys: FormatKeys, controls: AbstractControl[], staleValue: FormatValue, mapFn: ValueMapFn, matchesFn: MatchValueFn, initData: any[]) => Array<{
10
+ key: string;
11
+ control: AbstractControl;
12
+ }>;
13
+ export declare enum DUPLICATION_JUSTIFY_STRATEGY {
14
+ IDENTICAL = "identical",
15
+ FULL = "full"
16
+ }
17
+ export declare const STRATEGY_JUDGE_MAPPER: Record<DUPLICATION_JUSTIFY_STRATEGY, StrategyFn>;
18
+ export declare class ValidateRowDuplicateService implements OnDestroy {
19
+ private readonly arrayDiffers;
20
+ private rowsDiffer;
21
+ /**
22
+ * @param differFactory: used to create support differ, which can be provided by user
23
+ */
24
+ constructor(arrayDiffers: IterableDiffers);
25
+ private readonly controlValueMap;
26
+ private readonly errorMap;
27
+ private formArraySizeSub;
28
+ createFormArrayValidator({ rowKeys, formArray, valueMapFn, initData, matchesFn, strategy, }: {
29
+ rowKeys: RowKeys;
30
+ formArray: FormArray;
31
+ valueMapFn?: any;
32
+ initData?: any[];
33
+ matchesFn?: MatchValueFn;
34
+ strategy?: DUPLICATION_JUSTIFY_STRATEGY;
35
+ }): ValidatorFn;
36
+ private handleRemoveRowValue;
37
+ private initFormArraySizeChange;
38
+ private addDuplicateError;
39
+ private removeDuplicateError;
40
+ ngOnDestroy(): void;
41
+ static ɵfac: i0.ɵɵFactoryDeclaration<ValidateRowDuplicateService, never>;
42
+ static ɵprov: i0.ɵɵInjectableDeclaration<ValidateRowDuplicateService>;
43
+ }
44
+ type ValueMapFn = (data: any, prop?: string) => any;
45
+ export {};
@@ -0,0 +1,3 @@
1
+ export * from './on-resize.service';
2
+ export * from './yaml-util.service';
3
+ export * from './form-row-duplicate/form-row-duplicate.service';
@@ -0,0 +1,20 @@
1
+ import { AfterViewInit, Injector, NgZone, OnDestroy } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare abstract class ListenResizeDirective implements AfterViewInit, OnDestroy {
4
+ abstract onResize(): unknown;
5
+ _resizeService: OnResizeChangeService;
6
+ constructor(injector: Injector);
7
+ ngAfterViewInit(): void;
8
+ ngOnDestroy(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ListenResizeDirective, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ListenResizeDirective, never, never, {}, {}, never, never, false, never>;
11
+ }
12
+ export declare class OnResizeChangeService {
13
+ private readonly ngZone;
14
+ private readonly _resizeListeners;
15
+ constructor(ngZone: NgZone);
16
+ subscribe(item: ListenResizeDirective): void;
17
+ unsubscribe(item: ListenResizeDirective): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<OnResizeChangeService, never>;
19
+ static ɵprov: i0.ɵɵInjectableDeclaration<OnResizeChangeService>;
20
+ }
@@ -0,0 +1,20 @@
1
+ import { Arrayable, KubernetesResource } from '../types';
2
+ import * as i0 from "@angular/core";
3
+ export declare class YamlUtilService {
4
+ private readonly baseDomain;
5
+ constructor(baseDomain: string);
6
+ getConciseResource(r: KubernetesResource): KubernetesResource;
7
+ /**
8
+ *
9
+ *
10
+ * @template T
11
+ * @param {T} resource
12
+ * @param {boolean} [concise=false] 精简 Yaml
13
+ * @param {boolean} [reduce=false] 隐藏 managedFields
14
+ * @returns
15
+ * @memberof YamlUtilService
16
+ */
17
+ generateFilteredYamlResource<T extends KubernetesResource>(resource: Arrayable<T>, concise?: boolean, reduce?: boolean): string;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<YamlUtilService, never>;
19
+ static ɵprov: i0.ɵɵInjectableDeclaration<YamlUtilService>;
20
+ }
@@ -0,0 +1,131 @@
1
+ // asci colors
2
+ @include theme-light {
3
+ .ansi-black-fg {
4
+ color: rgb(0 0 0);
5
+ }
6
+
7
+ .ansi-red-fg {
8
+ color: rgb(205 0 0);
9
+ }
10
+
11
+ .ansi-green-fg {
12
+ color: rgb(0 205 0);
13
+ }
14
+
15
+ .ansi-yellow-fg {
16
+ color: rgb(205 205 0);
17
+ }
18
+
19
+ .ansi-blue-fg {
20
+ color: rgb(0 0 238);
21
+ }
22
+
23
+ .ansi-magenta-fg {
24
+ color: rgb(205 0 205);
25
+ }
26
+
27
+ .ansi-cyan-fg {
28
+ color: rgb(0 205 205);
29
+ }
30
+
31
+ .ansi-white-fg {
32
+ color: rgb(229 229 229);
33
+ }
34
+
35
+ .ansi-bright-black-fg {
36
+ color: rgb(127 127 127);
37
+ }
38
+
39
+ .ansi-bright-red-fg {
40
+ color: rgb(255 0 0);
41
+ }
42
+
43
+ .ansi-bright-green-fg {
44
+ color: rgb(0 255 0);
45
+ }
46
+
47
+ .ansi-bright-yellow-fg {
48
+ color: rgb(255 255 0);
49
+ }
50
+
51
+ .ansi-bright-blue-fg {
52
+ color: rgb(92 92 255);
53
+ }
54
+
55
+ .ansi-bright-magenta-fg {
56
+ color: rgb(255 0 255);
57
+ }
58
+
59
+ .ansi-bright-cyan-fg {
60
+ color: rgb(0 255 255);
61
+ }
62
+
63
+ .ansi-bright-white-fg {
64
+ color: rgb(255 255 255);
65
+ }
66
+ }
67
+ @include theme-dark {
68
+ .ansi-black-bg {
69
+ /* black bg = transparent */
70
+ }
71
+
72
+ .ansi-red-bg {
73
+ background-color: rgb(205 0 0);
74
+ }
75
+
76
+ .ansi-green-bg {
77
+ background-color: rgb(0 205 0);
78
+ }
79
+
80
+ .ansi-yellow-bg {
81
+ background-color: rgb(205 205 0);
82
+ }
83
+
84
+ .ansi-blue-bg {
85
+ background-color: rgb(0 0 238);
86
+ }
87
+
88
+ .ansi-magenta-bg {
89
+ background-color: rgb(205 0 205);
90
+ }
91
+
92
+ .ansi-cyan-bg {
93
+ background-color: rgb(0 205 205);
94
+ }
95
+
96
+ .ansi-white-bg {
97
+ background-color: rgb(255 255 255 / 70%); /* alpha baby! */
98
+ }
99
+
100
+ .ansi-bright-black-bg {
101
+ background-color: rgb(127 127 127);
102
+ }
103
+
104
+ .ansi-bright-red-bg {
105
+ background-color: rgb(255 0 0);
106
+ }
107
+
108
+ .ansi-bright-green-bg {
109
+ background-color: rgb(0 255 0);
110
+ }
111
+
112
+ .ansi-bright-yellow-bg {
113
+ background-color: rgb(255 255 0);
114
+ }
115
+
116
+ .ansi-bright-blue-bg {
117
+ background-color: rgb(92 92 255);
118
+ }
119
+
120
+ .ansi-bright-magenta-bg {
121
+ background-color: rgb(255 0 255);
122
+ }
123
+
124
+ .ansi-bright-cyan-bg {
125
+ background-color: rgb(0 255 255);
126
+ }
127
+
128
+ .ansi-bright-white-bg {
129
+ background-color: rgb(255 255 255);
130
+ }
131
+ }