ngx-axis-appforge 0.0.2 → 0.0.3

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 (580) hide show
  1. package/axis-components/badge/design/index.d.ts +5 -0
  2. package/axis-components/badge/index.d.ts +27 -0
  3. package/axis-components/button/design/index.d.ts +5 -0
  4. package/axis-components/button/index.d.ts +32 -0
  5. package/axis-components/desc/design/index.d.ts +5 -0
  6. package/axis-components/desc/index.d.ts +30 -0
  7. package/axis-components/design/design/index.d.ts +5 -0
  8. package/axis-components/design/index.d.ts +246 -0
  9. package/axis-components/dynamic-container/design/index.d.ts +5 -0
  10. package/axis-components/dynamic-container/index.d.ts +14 -0
  11. package/axis-components/editor/index.d.ts +33 -0
  12. package/axis-components/flex/design/index.d.ts +5 -0
  13. package/axis-components/flex/index.d.ts +20 -0
  14. package/axis-components/form/design/index.d.ts +5 -0
  15. package/axis-components/form/index.d.ts +30 -0
  16. package/axis-components/form-item/design/index.d.ts +5 -0
  17. package/axis-components/form-item/index.d.ts +34 -0
  18. package/axis-components/icon/design/index.d.ts +5 -0
  19. package/axis-components/icon/index.d.ts +16 -0
  20. package/axis-components/image/design/index.d.ts +5 -0
  21. package/axis-components/image/index.d.ts +16 -0
  22. package/axis-components/index.d.ts +5 -0
  23. package/axis-components/input/design/index.d.ts +5 -0
  24. package/axis-components/input/index.d.ts +27 -0
  25. package/axis-components/input-component/design/index.d.ts +5 -0
  26. package/axis-components/input-component/index.d.ts +33 -0
  27. package/axis-components/input-icon/design/index.d.ts +5 -0
  28. package/axis-components/input-icon/index.d.ts +24 -0
  29. package/axis-components/input-json/design/index.d.ts +5 -0
  30. package/axis-components/input-json/index.d.ts +24 -0
  31. package/axis-components/input-number/design/index.d.ts +5 -0
  32. package/axis-components/input-number/index.d.ts +25 -0
  33. package/axis-components/modal/design/index.d.ts +5 -0
  34. package/axis-components/modal/index.d.ts +33 -0
  35. package/axis-components/scope/design/index.d.ts +5 -0
  36. package/axis-components/scope/index.d.ts +24 -0
  37. package/axis-components/single-selector/design/index.d.ts +5 -0
  38. package/axis-components/single-selector/index.d.ts +37 -0
  39. package/axis-components/splitter/design/index.d.ts +5 -0
  40. package/axis-components/splitter/index.d.ts +28 -0
  41. package/axis-components/table/design/index.d.ts +5 -0
  42. package/axis-components/table/index.d.ts +183 -0
  43. package/axis-components/text/design/index.d.ts +5 -0
  44. package/axis-components/text/index.d.ts +24 -0
  45. package/axis-components/textarea/design/index.d.ts +5 -0
  46. package/axis-components/textarea/index.d.ts +25 -0
  47. package/axis-components/tree-selector/design/index.d.ts +5 -0
  48. package/axis-components/tree-selector/index.d.ts +76 -0
  49. package/axis-components/upload/design/index.d.ts +5 -0
  50. package/axis-components/upload/index.d.ts +51 -0
  51. package/core/index.d.ts +773 -0
  52. package/fesm2022/ngx-axis-appforge-axis-components-badge-design.mjs +191 -0
  53. package/fesm2022/ngx-axis-appforge-axis-components-badge-design.mjs.map +1 -0
  54. package/fesm2022/ngx-axis-appforge-axis-components-badge.mjs +39 -0
  55. package/fesm2022/ngx-axis-appforge-axis-components-badge.mjs.map +1 -0
  56. package/fesm2022/ngx-axis-appforge-axis-components-button-design.mjs +116 -0
  57. package/fesm2022/ngx-axis-appforge-axis-components-button-design.mjs.map +1 -0
  58. package/fesm2022/ngx-axis-appforge-axis-components-button.mjs +78 -0
  59. package/fesm2022/ngx-axis-appforge-axis-components-button.mjs.map +1 -0
  60. package/fesm2022/ngx-axis-appforge-axis-components-desc-design.mjs +224 -0
  61. package/fesm2022/ngx-axis-appforge-axis-components-desc-design.mjs.map +1 -0
  62. package/fesm2022/ngx-axis-appforge-axis-components-desc.mjs +51 -0
  63. package/fesm2022/ngx-axis-appforge-axis-components-desc.mjs.map +1 -0
  64. package/fesm2022/ngx-axis-appforge-axis-components-design-design.mjs +69 -0
  65. package/fesm2022/ngx-axis-appforge-axis-components-design-design.mjs.map +1 -0
  66. package/fesm2022/ngx-axis-appforge-axis-components-design.mjs +1746 -0
  67. package/fesm2022/ngx-axis-appforge-axis-components-design.mjs.map +1 -0
  68. package/fesm2022/ngx-axis-appforge-axis-components-dynamic-container-design.mjs +65 -0
  69. package/fesm2022/ngx-axis-appforge-axis-components-dynamic-container-design.mjs.map +1 -0
  70. package/fesm2022/ngx-axis-appforge-axis-components-dynamic-container.mjs +26 -0
  71. package/fesm2022/ngx-axis-appforge-axis-components-dynamic-container.mjs.map +1 -0
  72. package/fesm2022/ngx-axis-appforge-axis-components-editor.mjs +99 -0
  73. package/fesm2022/ngx-axis-appforge-axis-components-editor.mjs.map +1 -0
  74. package/fesm2022/ngx-axis-appforge-axis-components-flex-design.mjs +98 -0
  75. package/fesm2022/ngx-axis-appforge-axis-components-flex-design.mjs.map +1 -0
  76. package/fesm2022/ngx-axis-appforge-axis-components-flex.mjs +31 -0
  77. package/fesm2022/ngx-axis-appforge-axis-components-flex.mjs.map +1 -0
  78. package/fesm2022/ngx-axis-appforge-axis-components-form-design.mjs +108 -0
  79. package/fesm2022/ngx-axis-appforge-axis-components-form-design.mjs.map +1 -0
  80. package/fesm2022/ngx-axis-appforge-axis-components-form-item-design.mjs +242 -0
  81. package/fesm2022/ngx-axis-appforge-axis-components-form-item-design.mjs.map +1 -0
  82. package/fesm2022/ngx-axis-appforge-axis-components-form-item.mjs +144 -0
  83. package/fesm2022/ngx-axis-appforge-axis-components-form-item.mjs.map +1 -0
  84. package/fesm2022/ngx-axis-appforge-axis-components-form.mjs +132 -0
  85. package/fesm2022/ngx-axis-appforge-axis-components-form.mjs.map +1 -0
  86. package/fesm2022/ngx-axis-appforge-axis-components-icon-design.mjs +88 -0
  87. package/fesm2022/ngx-axis-appforge-axis-components-icon-design.mjs.map +1 -0
  88. package/fesm2022/ngx-axis-appforge-axis-components-icon.mjs +28 -0
  89. package/fesm2022/ngx-axis-appforge-axis-components-icon.mjs.map +1 -0
  90. package/fesm2022/ngx-axis-appforge-axis-components-image-design.mjs +75 -0
  91. package/fesm2022/ngx-axis-appforge-axis-components-image-design.mjs.map +1 -0
  92. package/fesm2022/ngx-axis-appforge-axis-components-image.mjs +43 -0
  93. package/fesm2022/ngx-axis-appforge-axis-components-image.mjs.map +1 -0
  94. package/fesm2022/ngx-axis-appforge-axis-components-input-component-design.mjs +70 -0
  95. package/fesm2022/ngx-axis-appforge-axis-components-input-component-design.mjs.map +1 -0
  96. package/fesm2022/ngx-axis-appforge-axis-components-input-component.mjs +61 -0
  97. package/fesm2022/ngx-axis-appforge-axis-components-input-component.mjs.map +1 -0
  98. package/fesm2022/ngx-axis-appforge-axis-components-input-design.mjs +142 -0
  99. package/fesm2022/ngx-axis-appforge-axis-components-input-design.mjs.map +1 -0
  100. package/fesm2022/ngx-axis-appforge-axis-components-input-icon-design.mjs +71 -0
  101. package/fesm2022/ngx-axis-appforge-axis-components-input-icon-design.mjs.map +1 -0
  102. package/fesm2022/ngx-axis-appforge-axis-components-input-icon.mjs +64 -0
  103. package/fesm2022/ngx-axis-appforge-axis-components-input-icon.mjs.map +1 -0
  104. package/fesm2022/ngx-axis-appforge-axis-components-input-json-design.mjs +60 -0
  105. package/fesm2022/ngx-axis-appforge-axis-components-input-json-design.mjs.map +1 -0
  106. package/fesm2022/ngx-axis-appforge-axis-components-input-json.mjs +70 -0
  107. package/fesm2022/ngx-axis-appforge-axis-components-input-json.mjs.map +1 -0
  108. package/fesm2022/ngx-axis-appforge-axis-components-input-number-design.mjs +107 -0
  109. package/fesm2022/ngx-axis-appforge-axis-components-input-number-design.mjs.map +1 -0
  110. package/fesm2022/ngx-axis-appforge-axis-components-input-number.mjs +48 -0
  111. package/fesm2022/ngx-axis-appforge-axis-components-input-number.mjs.map +1 -0
  112. package/fesm2022/ngx-axis-appforge-axis-components-input.mjs +68 -0
  113. package/fesm2022/ngx-axis-appforge-axis-components-input.mjs.map +1 -0
  114. package/fesm2022/ngx-axis-appforge-axis-components-modal-design.mjs +181 -0
  115. package/fesm2022/ngx-axis-appforge-axis-components-modal-design.mjs.map +1 -0
  116. package/fesm2022/ngx-axis-appforge-axis-components-modal.mjs +74 -0
  117. package/fesm2022/ngx-axis-appforge-axis-components-modal.mjs.map +1 -0
  118. package/fesm2022/ngx-axis-appforge-axis-components-scope-design.mjs +330 -0
  119. package/fesm2022/ngx-axis-appforge-axis-components-scope-design.mjs.map +1 -0
  120. package/fesm2022/ngx-axis-appforge-axis-components-scope.mjs +55 -0
  121. package/fesm2022/ngx-axis-appforge-axis-components-scope.mjs.map +1 -0
  122. package/fesm2022/ngx-axis-appforge-axis-components-single-selector-design.mjs +120 -0
  123. package/fesm2022/ngx-axis-appforge-axis-components-single-selector-design.mjs.map +1 -0
  124. package/fesm2022/ngx-axis-appforge-axis-components-single-selector.mjs +102 -0
  125. package/fesm2022/ngx-axis-appforge-axis-components-single-selector.mjs.map +1 -0
  126. package/fesm2022/ngx-axis-appforge-axis-components-splitter-design.mjs +178 -0
  127. package/fesm2022/ngx-axis-appforge-axis-components-splitter-design.mjs.map +1 -0
  128. package/fesm2022/ngx-axis-appforge-axis-components-splitter.mjs +49 -0
  129. package/fesm2022/ngx-axis-appforge-axis-components-splitter.mjs.map +1 -0
  130. package/fesm2022/ngx-axis-appforge-axis-components-table-design.mjs +442 -0
  131. package/fesm2022/ngx-axis-appforge-axis-components-table-design.mjs.map +1 -0
  132. package/fesm2022/ngx-axis-appforge-axis-components-table.mjs +452 -0
  133. package/fesm2022/ngx-axis-appforge-axis-components-table.mjs.map +1 -0
  134. package/fesm2022/ngx-axis-appforge-axis-components-text-design.mjs +95 -0
  135. package/fesm2022/ngx-axis-appforge-axis-components-text-design.mjs.map +1 -0
  136. package/fesm2022/ngx-axis-appforge-axis-components-text.mjs +64 -0
  137. package/fesm2022/ngx-axis-appforge-axis-components-text.mjs.map +1 -0
  138. package/fesm2022/ngx-axis-appforge-axis-components-textarea-design.mjs +94 -0
  139. package/fesm2022/ngx-axis-appforge-axis-components-textarea-design.mjs.map +1 -0
  140. package/fesm2022/ngx-axis-appforge-axis-components-textarea.mjs +64 -0
  141. package/fesm2022/ngx-axis-appforge-axis-components-textarea.mjs.map +1 -0
  142. package/fesm2022/ngx-axis-appforge-axis-components-tree-selector-design.mjs +222 -0
  143. package/fesm2022/ngx-axis-appforge-axis-components-tree-selector-design.mjs.map +1 -0
  144. package/fesm2022/ngx-axis-appforge-axis-components-tree-selector.mjs +295 -0
  145. package/fesm2022/ngx-axis-appforge-axis-components-tree-selector.mjs.map +1 -0
  146. package/fesm2022/ngx-axis-appforge-axis-components-upload-design.mjs +146 -0
  147. package/fesm2022/ngx-axis-appforge-axis-components-upload-design.mjs.map +1 -0
  148. package/fesm2022/ngx-axis-appforge-axis-components-upload.mjs +156 -0
  149. package/fesm2022/ngx-axis-appforge-axis-components-upload.mjs.map +1 -0
  150. package/fesm2022/ngx-axis-appforge-axis-components.mjs +988 -0
  151. package/fesm2022/ngx-axis-appforge-axis-components.mjs.map +1 -0
  152. package/fesm2022/ngx-axis-appforge-core.mjs +3169 -0
  153. package/fesm2022/ngx-axis-appforge-core.mjs.map +1 -0
  154. package/{providers/providers.ts → fesm2022/ngx-axis-appforge-providers.mjs} +16 -8
  155. package/fesm2022/ngx-axis-appforge-providers.mjs.map +1 -0
  156. package/fesm2022/ngx-axis-appforge.mjs +6 -0
  157. package/fesm2022/ngx-axis-appforge.mjs.map +1 -0
  158. package/index.d.ts +2 -0
  159. package/package.json +217 -16
  160. package/providers/index.d.ts +13 -0
  161. package/.editorconfig +0 -17
  162. package/angular.json +0 -40
  163. package/axis-components/badge/badge.css +0 -3
  164. package/axis-components/badge/badge.html +0 -20
  165. package/axis-components/badge/badge.options.ts +0 -23
  166. package/axis-components/badge/badge.ts +0 -17
  167. package/axis-components/badge/design/config.ts +0 -52
  168. package/axis-components/badge/design/ng-package.json +0 -5
  169. package/axis-components/badge/design/setting/setting.css +0 -0
  170. package/axis-components/badge/design/setting/setting.html +0 -181
  171. package/axis-components/badge/design/setting/setting.ts +0 -126
  172. package/axis-components/badge/ng-package.json +0 -5
  173. package/axis-components/button/button.css +0 -3
  174. package/axis-components/button/button.html +0 -13
  175. package/axis-components/button/button.options.ts +0 -17
  176. package/axis-components/button/button.ts +0 -56
  177. package/axis-components/button/design/config.ts +0 -30
  178. package/axis-components/button/design/ng-package.json +0 -5
  179. package/axis-components/button/design/setting/setting.css +0 -0
  180. package/axis-components/button/design/setting/setting.html +0 -151
  181. package/axis-components/button/design/setting/setting.ts +0 -76
  182. package/axis-components/button/ng-package.json +0 -5
  183. package/axis-components/cmp-map.ts +0 -52
  184. package/axis-components/cmplib.ts +0 -9
  185. package/axis-components/desc/desc.css +0 -8
  186. package/axis-components/desc/desc.html +0 -19
  187. package/axis-components/desc/desc.options.ts +0 -24
  188. package/axis-components/desc/desc.ts +0 -29
  189. package/axis-components/desc/design/config.ts +0 -113
  190. package/axis-components/desc/design/desc-item-setting/desc-item-setting.css +0 -0
  191. package/axis-components/desc/design/desc-item-setting/desc-item-setting.html +0 -47
  192. package/axis-components/desc/design/desc-item-setting/desc-item-setting.ts +0 -40
  193. package/axis-components/desc/design/desc-items-menu/desc-items-menu.css +0 -0
  194. package/axis-components/desc/design/desc-items-menu/desc-items-menu.html +0 -9
  195. package/axis-components/desc/design/desc-items-menu/desc-items-menu.ts +0 -23
  196. package/axis-components/desc/design/desc-setting/desc-setting.css +0 -0
  197. package/axis-components/desc/design/desc-setting/desc-setting.html +0 -76
  198. package/axis-components/desc/design/desc-setting/desc-setting.ts +0 -51
  199. package/axis-components/desc/design/ng-package.json +0 -5
  200. package/axis-components/desc/ng-package.json +0 -5
  201. package/axis-components/design/cmplib/cmplib.css +0 -5
  202. package/axis-components/design/cmplib/cmplib.html +0 -52
  203. package/axis-components/design/cmplib/cmplib.ts +0 -96
  204. package/axis-components/design/design/config.ts +0 -29
  205. package/axis-components/design/design/ng-package.json +0 -5
  206. package/axis-components/design/design/setting/setting.css +0 -0
  207. package/axis-components/design/design/setting/setting.html +0 -33
  208. package/axis-components/design/design/setting/setting.ts +0 -33
  209. package/axis-components/design/design.css +0 -15
  210. package/axis-components/design/design.html +0 -51
  211. package/axis-components/design/design.options.ts +0 -9
  212. package/axis-components/design/design.ts +0 -509
  213. package/axis-components/design/ng-package.json +0 -5
  214. package/axis-components/design/preview/drag.service.ts +0 -148
  215. package/axis-components/design/preview/drop-handler.ts +0 -56
  216. package/axis-components/design/preview/preview.css +0 -3
  217. package/axis-components/design/preview/preview.html +0 -1
  218. package/axis-components/design/preview/preview.ts +0 -250
  219. package/axis-components/design/preview/select.service.ts +0 -140
  220. package/axis-components/design/shortcut-key.ts +0 -160
  221. package/axis-components/design/toolbar/toolbar.css +0 -24
  222. package/axis-components/design/toolbar/toolbar.html +0 -96
  223. package/axis-components/design/toolbar/toolbar.ts +0 -65
  224. package/axis-components/design/tree/drag-drop.ts +0 -125
  225. package/axis-components/design/tree/tree.css +0 -30
  226. package/axis-components/design/tree/tree.html +0 -49
  227. package/axis-components/design/tree/tree.ts +0 -292
  228. package/axis-components/dynamic-container/design/config.ts +0 -30
  229. package/axis-components/dynamic-container/design/ng-package.json +0 -5
  230. package/axis-components/dynamic-container/design/setting/setting.css +0 -0
  231. package/axis-components/dynamic-container/design/setting/setting.html +0 -20
  232. package/axis-components/dynamic-container/design/setting/setting.ts +0 -30
  233. package/axis-components/dynamic-container/dynamic-container.css +0 -3
  234. package/axis-components/dynamic-container/dynamic-container.html +0 -2
  235. package/axis-components/dynamic-container/dynamic-container.options.ts +0 -6
  236. package/axis-components/dynamic-container/dynamic-container.ts +0 -17
  237. package/axis-components/dynamic-container/ng-package.json +0 -5
  238. package/axis-components/editor/editor.css +0 -47
  239. package/axis-components/editor/editor.html +0 -10
  240. package/axis-components/editor/editor.options.ts +0 -10
  241. package/axis-components/editor/editor.ts +0 -86
  242. package/axis-components/editor/ng-package.json +0 -5
  243. package/axis-components/examples/examples/badge.ts +0 -17
  244. package/axis-components/examples/examples/button.ts +0 -38
  245. package/axis-components/examples/examples/desc.ts +0 -31
  246. package/axis-components/examples/examples/design.ts +0 -15
  247. package/axis-components/examples/examples/dynamic-container.ts +0 -21
  248. package/axis-components/examples/examples/flex.ts +0 -18
  249. package/axis-components/examples/examples/form-item.ts +0 -39
  250. package/axis-components/examples/examples/form.ts +0 -315
  251. package/axis-components/examples/examples/icon.ts +0 -16
  252. package/axis-components/examples/examples/image.ts +0 -15
  253. package/axis-components/examples/examples/input-component.ts +0 -15
  254. package/axis-components/examples/examples/input-icon.ts +0 -15
  255. package/axis-components/examples/examples/input-json.ts +0 -15
  256. package/axis-components/examples/examples/input-number.ts +0 -15
  257. package/axis-components/examples/examples/input.ts +0 -15
  258. package/axis-components/examples/examples/modal.ts +0 -15
  259. package/axis-components/examples/examples/scope.ts +0 -17
  260. package/axis-components/examples/examples/single-selector.ts +0 -25
  261. package/axis-components/examples/examples/splitter.ts +0 -36
  262. package/axis-components/examples/examples/table.ts +0 -126
  263. package/axis-components/examples/examples/text.ts +0 -15
  264. package/axis-components/examples/examples/textarea.ts +0 -15
  265. package/axis-components/examples/examples/tree-selector.ts +0 -35
  266. package/axis-components/examples/examples/upload.ts +0 -15
  267. package/axis-components/examples/examples.ts +0 -73
  268. package/axis-components/flex/design/config.ts +0 -49
  269. package/axis-components/flex/design/ng-package.json +0 -5
  270. package/axis-components/flex/design/setting/setting.css +0 -0
  271. package/axis-components/flex/design/setting/setting.html +0 -72
  272. package/axis-components/flex/design/setting/setting.ts +0 -43
  273. package/axis-components/flex/flex.css +0 -5
  274. package/axis-components/flex/flex.html +0 -6
  275. package/axis-components/flex/flex.options.ts +0 -12
  276. package/axis-components/flex/flex.ts +0 -15
  277. package/axis-components/flex/ng-package.json +0 -5
  278. package/axis-components/form/design/config.ts +0 -71
  279. package/axis-components/form/design/ng-package.json +0 -5
  280. package/axis-components/form/design/setting/setting.css +0 -0
  281. package/axis-components/form/design/setting/setting.html +0 -21
  282. package/axis-components/form/design/setting/setting.ts +0 -31
  283. package/axis-components/form/form.css +0 -3
  284. package/axis-components/form/form.html +0 -3
  285. package/axis-components/form/form.options.ts +0 -9
  286. package/axis-components/form/form.ts +0 -121
  287. package/axis-components/form/ng-package.json +0 -5
  288. package/axis-components/form-item/design/config.ts +0 -43
  289. package/axis-components/form-item/design/ng-package.json +0 -5
  290. package/axis-components/form-item/design/setting/input-validator/input-validator.css +0 -8
  291. package/axis-components/form-item/design/setting/input-validator/input-validator.html +0 -140
  292. package/axis-components/form-item/design/setting/input-validator/input-validator.ts +0 -158
  293. package/axis-components/form-item/design/setting/setting.css +0 -0
  294. package/axis-components/form-item/design/setting/setting.html +0 -39
  295. package/axis-components/form-item/design/setting/setting.ts +0 -40
  296. package/axis-components/form-item/form-item.css +0 -4
  297. package/axis-components/form-item/form-item.html +0 -16
  298. package/axis-components/form-item/form-item.options.ts +0 -12
  299. package/axis-components/form-item/form-item.ts +0 -128
  300. package/axis-components/form-item/ng-package.json +0 -5
  301. package/axis-components/icon/design/config.ts +0 -29
  302. package/axis-components/icon/design/ng-package.json +0 -5
  303. package/axis-components/icon/design/setting/setting.css +0 -0
  304. package/axis-components/icon/design/setting/setting.html +0 -67
  305. package/axis-components/icon/design/setting/setting.ts +0 -48
  306. package/axis-components/icon/icon.css +0 -0
  307. package/axis-components/icon/icon.html +0 -7
  308. package/axis-components/icon/icon.options.ts +0 -10
  309. package/axis-components/icon/icon.ts +0 -17
  310. package/axis-components/icon/ng-package.json +0 -5
  311. package/axis-components/image/design/config.ts +0 -30
  312. package/axis-components/image/design/ng-package.json +0 -5
  313. package/axis-components/image/design/setting/setting.css +0 -0
  314. package/axis-components/image/design/setting/setting.html +0 -42
  315. package/axis-components/image/design/setting/setting.ts +0 -37
  316. package/axis-components/image/image.css +0 -58
  317. package/axis-components/image/image.html +0 -14
  318. package/axis-components/image/image.options.ts +0 -8
  319. package/axis-components/image/image.ts +0 -29
  320. package/axis-components/image/ng-package.json +0 -5
  321. package/axis-components/input/design/config.ts +0 -80
  322. package/axis-components/input/design/ng-package.json +0 -5
  323. package/axis-components/input/design/setting/setting.css +0 -0
  324. package/axis-components/input/design/setting/setting.html +0 -79
  325. package/axis-components/input/design/setting/setting.ts +0 -51
  326. package/axis-components/input/input.css +0 -4
  327. package/axis-components/input/input.html +0 -32
  328. package/axis-components/input/input.options.ts +0 -14
  329. package/axis-components/input/input.ts +0 -53
  330. package/axis-components/input/ng-package.json +0 -5
  331. package/axis-components/input-component/design/config.ts +0 -30
  332. package/axis-components/input-component/design/ng-package.json +0 -5
  333. package/axis-components/input-component/design/setting/setting.css +0 -0
  334. package/axis-components/input-component/design/setting/setting.html +0 -33
  335. package/axis-components/input-component/design/setting/setting.ts +0 -33
  336. package/axis-components/input-component/input-component.css +0 -4
  337. package/axis-components/input-component/input-component.html +0 -25
  338. package/axis-components/input-component/input-component.options.ts +0 -7
  339. package/axis-components/input-component/input-component.ts +0 -50
  340. package/axis-components/input-component/ng-package.json +0 -5
  341. package/axis-components/input-icon/design/config.ts +0 -30
  342. package/axis-components/input-icon/design/ng-package.json +0 -5
  343. package/axis-components/input-icon/design/setting/setting.css +0 -0
  344. package/axis-components/input-icon/design/setting/setting.html +0 -29
  345. package/axis-components/input-icon/design/setting/setting.ts +0 -33
  346. package/axis-components/input-icon/input-icon.css +0 -4
  347. package/axis-components/input-icon/input-icon.html +0 -70
  348. package/axis-components/input-icon/input-icon.options.ts +0 -7
  349. package/axis-components/input-icon/input-icon.ts +0 -51
  350. package/axis-components/input-icon/ng-package.json +0 -5
  351. package/axis-components/input-json/design/config.ts +0 -29
  352. package/axis-components/input-json/design/ng-package.json +0 -5
  353. package/axis-components/input-json/design/setting/setting.css +0 -0
  354. package/axis-components/input-json/design/setting/setting.html +0 -7
  355. package/axis-components/input-json/design/setting/setting.ts +0 -26
  356. package/axis-components/input-json/input-json.css +0 -4
  357. package/axis-components/input-json/input-json.html +0 -19
  358. package/axis-components/input-json/input-json.ts +0 -67
  359. package/axis-components/input-json/ng-package.json +0 -5
  360. package/axis-components/input-number/design/config.ts +0 -30
  361. package/axis-components/input-number/design/ng-package.json +0 -5
  362. package/axis-components/input-number/design/setting/setting.css +0 -0
  363. package/axis-components/input-number/design/setting/setting.html +0 -118
  364. package/axis-components/input-number/design/setting/setting.ts +0 -66
  365. package/axis-components/input-number/input-number.css +0 -22
  366. package/axis-components/input-number/input-number.html +0 -11
  367. package/axis-components/input-number/input-number.options.ts +0 -17
  368. package/axis-components/input-number/input-number.ts +0 -30
  369. package/axis-components/input-number/ng-package.json +0 -5
  370. package/axis-components/modal/design/config.ts +0 -50
  371. package/axis-components/modal/design/ng-package.json +0 -5
  372. package/axis-components/modal/design/set-modal-visible-handler/set-modal-visible-handler.css +0 -0
  373. package/axis-components/modal/design/set-modal-visible-handler/set-modal-visible-handler.html +0 -15
  374. package/axis-components/modal/design/set-modal-visible-handler/set-modal-visible-handler.ts +0 -34
  375. package/axis-components/modal/design/setting/setting.css +0 -0
  376. package/axis-components/modal/design/setting/setting.html +0 -139
  377. package/axis-components/modal/design/setting/setting.ts +0 -92
  378. package/axis-components/modal/modal.css +0 -0
  379. package/axis-components/modal/modal.html +0 -7
  380. package/axis-components/modal/modal.options.ts +0 -20
  381. package/axis-components/modal/modal.ts +0 -57
  382. package/axis-components/modal/ng-package.json +0 -5
  383. package/axis-components/ng-package.json +0 -5
  384. package/axis-components/scope/design/config.ts +0 -59
  385. package/axis-components/scope/design/ng-package.json +0 -5
  386. package/axis-components/scope/design/setting/datasource-editor/datasource-editor.css +0 -28
  387. package/axis-components/scope/design/setting/datasource-editor/datasource-editor.html +0 -188
  388. package/axis-components/scope/design/setting/datasource-editor/datasource-editor.ts +0 -245
  389. package/axis-components/scope/design/setting/setting.css +0 -0
  390. package/axis-components/scope/design/setting/setting.html +0 -19
  391. package/axis-components/scope/design/setting/setting.ts +0 -30
  392. package/axis-components/scope/ng-package.json +0 -5
  393. package/axis-components/scope/scope.css +0 -6
  394. package/axis-components/scope/scope.html +0 -4
  395. package/axis-components/scope/scope.options.ts +0 -8
  396. package/axis-components/scope/scope.ts +0 -48
  397. package/axis-components/single-selector/design/config.ts +0 -30
  398. package/axis-components/single-selector/design/ng-package.json +0 -5
  399. package/axis-components/single-selector/design/setting/setting.css +0 -0
  400. package/axis-components/single-selector/design/setting/setting.html +0 -164
  401. package/axis-components/single-selector/design/setting/setting.ts +0 -80
  402. package/axis-components/single-selector/ng-package.json +0 -5
  403. package/axis-components/single-selector/single-selector.css +0 -8
  404. package/axis-components/single-selector/single-selector.html +0 -51
  405. package/axis-components/single-selector/single-selector.options.ts +0 -22
  406. package/axis-components/single-selector/single-selector.ts +0 -80
  407. package/axis-components/splitter/design/config.ts +0 -84
  408. package/axis-components/splitter/design/ng-package.json +0 -5
  409. package/axis-components/splitter/design/splitter-menu/splitter-menu.css +0 -0
  410. package/axis-components/splitter/design/splitter-menu/splitter-menu.html +0 -10
  411. package/axis-components/splitter/design/splitter-menu/splitter-menu.ts +0 -22
  412. package/axis-components/splitter/design/splitter-panel-setting/splitter-panel-setting.css +0 -0
  413. package/axis-components/splitter/design/splitter-panel-setting/splitter-panel-setting.html +0 -66
  414. package/axis-components/splitter/design/splitter-panel-setting/splitter-panel-setting.ts +0 -47
  415. package/axis-components/splitter/design/splitter-setting/splitter-setting.css +0 -0
  416. package/axis-components/splitter/design/splitter-setting/splitter-setting.html +0 -28
  417. package/axis-components/splitter/design/splitter-setting/splitter-setting.ts +0 -30
  418. package/axis-components/splitter/ng-package.json +0 -5
  419. package/axis-components/splitter/splitter.css +0 -7
  420. package/axis-components/splitter/splitter.html +0 -12
  421. package/axis-components/splitter/splitter.options.ts +0 -18
  422. package/axis-components/splitter/splitter.ts +0 -29
  423. package/axis-components/table/design/config.ts +0 -147
  424. package/axis-components/table/design/ng-package.json +0 -5
  425. package/axis-components/table/design/table-field-setting/table-field-setting.css +0 -0
  426. package/axis-components/table/design/table-field-setting/table-field-setting.html +0 -259
  427. package/axis-components/table/design/table-field-setting/table-field-setting.ts +0 -105
  428. package/axis-components/table/design/table-fields-menu/table-fields-menu.css +0 -0
  429. package/axis-components/table/design/table-fields-menu/table-fields-menu.html +0 -9
  430. package/axis-components/table/design/table-fields-menu/table-fields-menu.ts +0 -24
  431. package/axis-components/table/design/table-setting/table-setting.css +0 -0
  432. package/axis-components/table/design/table-setting/table-setting.html +0 -417
  433. package/axis-components/table/design/table-setting/table-setting.ts +0 -173
  434. package/axis-components/table/expand.ts +0 -12
  435. package/axis-components/table/ng-package.json +0 -5
  436. package/axis-components/table/select.ts +0 -66
  437. package/axis-components/table/table-setter/table-setter.css +0 -55
  438. package/axis-components/table/table-setter/table-setter.html +0 -38
  439. package/axis-components/table/table-setter/table-setter.ts +0 -121
  440. package/axis-components/table/table.css +0 -5
  441. package/axis-components/table/table.html +0 -191
  442. package/axis-components/table/table.options.ts +0 -72
  443. package/axis-components/table/table.ts +0 -204
  444. package/axis-components/text/design/config.ts +0 -30
  445. package/axis-components/text/design/ng-package.json +0 -5
  446. package/axis-components/text/design/setting/setting.css +0 -0
  447. package/axis-components/text/design/setting/setting.html +0 -84
  448. package/axis-components/text/design/setting/setting.ts +0 -54
  449. package/axis-components/text/ng-package.json +0 -5
  450. package/axis-components/text/text.css +0 -3
  451. package/axis-components/text/text.html +0 -17
  452. package/axis-components/text/text.options.ts +0 -10
  453. package/axis-components/text/text.ts +0 -54
  454. package/axis-components/textarea/design/config.ts +0 -30
  455. package/axis-components/textarea/design/ng-package.json +0 -5
  456. package/axis-components/textarea/design/setting/setting.css +0 -0
  457. package/axis-components/textarea/design/setting/setting.html +0 -76
  458. package/axis-components/textarea/design/setting/setting.ts +0 -55
  459. package/axis-components/textarea/ng-package.json +0 -5
  460. package/axis-components/textarea/textarea.css +0 -4
  461. package/axis-components/textarea/textarea.html +0 -11
  462. package/axis-components/textarea/textarea.options.ts +0 -13
  463. package/axis-components/textarea/textarea.ts +0 -49
  464. package/axis-components/tree-selector/design/config.ts +0 -55
  465. package/axis-components/tree-selector/design/ng-package.json +0 -5
  466. package/axis-components/tree-selector/design/tree-selector-menu/tree-selector-menu.css +0 -0
  467. package/axis-components/tree-selector/design/tree-selector-menu/tree-selector-menu.html +0 -9
  468. package/axis-components/tree-selector/design/tree-selector-menu/tree-selector-menu.ts +0 -26
  469. package/axis-components/tree-selector/design/tree-selector-menu-setting/tree-selector-menu-setting.css +0 -0
  470. package/axis-components/tree-selector/design/tree-selector-menu-setting/tree-selector-menu-setting.html +0 -80
  471. package/axis-components/tree-selector/design/tree-selector-menu-setting/tree-selector-menu-setting.ts +0 -58
  472. package/axis-components/tree-selector/design/tree-selector-setting/tree-selector-setting.css +0 -0
  473. package/axis-components/tree-selector/design/tree-selector-setting/tree-selector-setting.html +0 -235
  474. package/axis-components/tree-selector/design/tree-selector-setting/tree-selector-setting.ts +0 -87
  475. package/axis-components/tree-selector/ng-package.json +0 -5
  476. package/axis-components/tree-selector/tree-selector.css +0 -43
  477. package/axis-components/tree-selector/tree-selector.html +0 -65
  478. package/axis-components/tree-selector/tree-selector.options.ts +0 -50
  479. package/axis-components/tree-selector/tree-selector.ts +0 -252
  480. package/axis-components/upload/design/config.ts +0 -37
  481. package/axis-components/upload/design/ng-package.json +0 -5
  482. package/axis-components/upload/design/setting/setting.css +0 -0
  483. package/axis-components/upload/design/setting/setting.html +0 -288
  484. package/axis-components/upload/design/setting/setting.ts +0 -96
  485. package/axis-components/upload/ng-package.json +0 -5
  486. package/axis-components/upload/upload.css +0 -3
  487. package/axis-components/upload/upload.html +0 -36
  488. package/axis-components/upload/upload.options.ts +0 -29
  489. package/axis-components/upload/upload.ts +0 -130
  490. package/core/base/base-menu.ts +0 -22
  491. package/core/base/base.ts +0 -143
  492. package/core/base/design-builder.ts +0 -8
  493. package/core/base/funfield-base.ts +0 -106
  494. package/core/base/funfield-value-base.ts +0 -53
  495. package/core/base/value-access.ts +0 -70
  496. package/core/directives/dynamic.ts +0 -216
  497. package/core/directives/scope.ts +0 -432
  498. package/core/models/api.options.ts +0 -5
  499. package/core/models/base.options.ts +0 -11
  500. package/core/models/cmplib.ts +0 -7
  501. package/core/models/data-source.options.ts +0 -11
  502. package/core/models/data.options.ts +0 -6
  503. package/core/models/design-build.ts +0 -26
  504. package/core/models/design-config.ts +0 -14
  505. package/core/models/design-tree-node.ts +0 -16
  506. package/core/models/event-desc.ts +0 -28
  507. package/core/models/event-handler.ts +0 -6
  508. package/core/models/event.options.ts +0 -14
  509. package/core/models/examples.ts +0 -21
  510. package/core/models/form-registe.options.ts +0 -12
  511. package/core/models/fun-field.options.ts +0 -6
  512. package/core/models/initobs.ts +0 -8
  513. package/core/models/options-node.ts +0 -149
  514. package/core/models/static-data-source.options.ts +0 -4
  515. package/core/models/trigge-events.options.ts +0 -3
  516. package/core/models/value-access.options.ts +0 -10
  517. package/core/ng-package.json +0 -5
  518. package/core/pipes/how-long.pipe.ts +0 -69
  519. package/core/public-api.ts +0 -39
  520. package/core/share/api-handler/api-handler.css +0 -0
  521. package/core/share/api-handler/api-handler.html +0 -38
  522. package/core/share/api-handler/api-handler.ts +0 -51
  523. package/core/share/array-filter-handler/array-filter-handler.css +0 -0
  524. package/core/share/array-filter-handler/array-filter-handler.html +0 -26
  525. package/core/share/array-filter-handler/array-filter-handler.ts +0 -65
  526. package/core/share/array-filter-handler/input-filter-options/filter-options.css +0 -19
  527. package/core/share/array-filter-handler/input-filter-options/filter-options.html +0 -57
  528. package/core/share/array-filter-handler/input-filter-options/filter-options.ts +0 -100
  529. package/core/share/base-design-setting/base-design-setting.css +0 -0
  530. package/core/share/base-design-setting/base-design-setting.html +0 -50
  531. package/core/share/base-design-setting/base-design-setting.ts +0 -55
  532. package/core/share/base-event-handler-descs.ts +0 -100
  533. package/core/share/common-menu/common-menu.css +0 -0
  534. package/core/share/common-menu/common-menu.html +0 -21
  535. package/core/share/common-menu/common-menu.ts +0 -73
  536. package/core/share/data-handler/data-handler.css +0 -0
  537. package/core/share/data-handler/data-handler.html +0 -13
  538. package/core/share/data-handler/data-handler.ts +0 -39
  539. package/core/share/events-handler.service.ts +0 -185
  540. package/core/share/fun-field/fun-field.css +0 -55
  541. package/core/share/fun-field/fun-field.html +0 -175
  542. package/core/share/fun-field/fun-field.ts +0 -363
  543. package/core/share/input-trigger/input-trigger.css +0 -16
  544. package/core/share/input-trigger/input-trigger.html +0 -114
  545. package/core/share/input-trigger/input-trigger.ts +0 -394
  546. package/core/share/msg-tip-handler/msg-tip-handler.css +0 -0
  547. package/core/share/msg-tip-handler/msg-tip-handler.html +0 -40
  548. package/core/share/msg-tip-handler/msg-tip-handler.ts +0 -46
  549. package/core/share/refresh-data-source-handler/refresh-data-source-handler.css +0 -0
  550. package/core/share/refresh-data-source-handler/refresh-data-source-handler.html +0 -29
  551. package/core/share/refresh-data-source-handler/refresh-data-source-handler.ts +0 -55
  552. package/core/share/route-handler/route-handler.css +0 -0
  553. package/core/share/route-handler/route-handler.html +0 -49
  554. package/core/share/route-handler/route-handler.ts +0 -51
  555. package/core/share/set-data-source-handler/set-data-source-handler.css +0 -0
  556. package/core/share/set-data-source-handler/set-data-source-handler.html +0 -23
  557. package/core/share/set-data-source-handler/set-data-source-handler.ts +0 -44
  558. package/core/share/simple-menu/simple-menu.css +0 -0
  559. package/core/share/simple-menu/simple-menu.html +0 -5
  560. package/core/share/simple-menu/simple-menu.ts +0 -17
  561. package/core/share/tokens.ts +0 -29
  562. package/core/share/value-design-setting/value-design-setting.css +0 -0
  563. package/core/share/value-design-setting/value-design-setting.html +0 -48
  564. package/core/share/value-design-setting/value-design-setting.ts +0 -54
  565. package/core/utils/code-name.utils.ts +0 -19
  566. package/core/utils/components-loader.ts +0 -29
  567. package/core/utils/declaration.utils.ts +0 -38
  568. package/core/utils/dynamic.util.ts +0 -57
  569. package/core/utils/form-validators.ts +0 -160
  570. package/core/utils/form.util.ts +0 -25
  571. package/core/utils/http.utils.ts +0 -8
  572. package/core/utils/object.utils.ts +0 -182
  573. package/core/utils/scripts-loader.ts +0 -25
  574. package/ng-package.json +0 -13
  575. package/providers/ng-package.json +0 -5
  576. package/providers/public-api.ts +0 -1
  577. package/public-api.ts +0 -1
  578. package/tsconfig.json +0 -35
  579. package/tsconfig.lib.json +0 -19
  580. package/tsconfig.lib.prod.json +0 -11
@@ -0,0 +1,773 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { OnInit, OnDestroy, ElementRef, AfterViewInit, Injector, Type, ComponentRef, PipeTransform, ChangeDetectorRef, InjectionToken, AfterContentInit, ViewContainerRef } from '@angular/core';
3
+ import * as rxjs from 'rxjs';
4
+ import { Observable, Subscription, BehaviorSubject, Subject } from 'rxjs';
5
+ import { AbstractControl, ControlValueAccessor, FormBuilder, UntypedFormGroup, NgModel, Validators, ValidationErrors, ValidatorFn, FormGroup, FormArray } from '@angular/forms';
6
+ import { NzDropdownMenuComponent } from 'ng-zorro-antd/dropdown';
7
+ import * as ngx_axis_appforge_core from 'ngx-axis-appforge/core';
8
+ import { NzMessageService } from 'ng-zorro-antd/message';
9
+ import { NzCheckboxOption } from 'ng-zorro-antd/checkbox';
10
+ import { NzSafeAny } from 'ng-zorro-antd/core/types';
11
+ import { NzTreeNodeOptions, NzTreeComponent, NzFormatEmitEvent, NzFormatBeforeDropEvent, NzTreeNode } from 'ng-zorro-antd/tree';
12
+ import { NzFilterOptionType } from 'ng-zorro-antd/select';
13
+
14
+ interface EventHandlerOptions<T> {
15
+ name: string;
16
+ disabled?: boolean;
17
+ target: "service" | "component" | "scope";
18
+ data?: T;
19
+ id?: string;
20
+ triggeEvents?: TriggeEventsOptions;
21
+ tempDataSource?: any;
22
+ ref?: Base<BaseOptions>;
23
+ }
24
+
25
+ type TriggeEventsOptions = {
26
+ [trigger: string]: EventHandlerOptions<any>[];
27
+ };
28
+
29
+ declare class BaseOptions {
30
+ component: string;
31
+ id: string;
32
+ inuse: _angular_core.WritableSignal<boolean>;
33
+ requiredPermissions: string[];
34
+ triggeEvents: _angular_core.WritableSignal<TriggeEventsOptions | undefined>;
35
+ style: _angular_core.WritableSignal<any>;
36
+ }
37
+
38
+ interface ApiOptions {
39
+ url: string;
40
+ method?: "get" | "post" | "put" | "delete";
41
+ body?: any;
42
+ }
43
+
44
+ interface DataSourceOptions {
45
+ name: string;
46
+ skipOnExists?: boolean;
47
+ type: "api" | "local" | "inject" | "cache";
48
+ api?: ApiOptions;
49
+ data?: any;
50
+ injectField?: string;
51
+ cacheKey?: string;
52
+ }
53
+
54
+ interface Initobs {
55
+ init?: any;
56
+ obs?: Observable<any>;
57
+ firstDefinedFields?: string[];
58
+ definedFields?: string[];
59
+ }
60
+
61
+ declare class ScopeDirective implements OnInit, OnDestroy {
62
+ constructor();
63
+ private oriDataSources?;
64
+ private readonly http;
65
+ readonly axisScope: _angular_core.InputSignal<string>;
66
+ readonly scopeName: _angular_core.InputSignal<string>;
67
+ readonly isRoot: _angular_core.InputSignal<boolean>;
68
+ private readonly _parentScope;
69
+ readonly scripts: {
70
+ [name: string]: string;
71
+ } | null;
72
+ readonly injectData: any;
73
+ readonly injectFuncs: {
74
+ [name: string]: Function;
75
+ } | null;
76
+ readonly dataSources: _angular_core.InputSignal<DataSourceOptions[] | undefined>;
77
+ private readonly designBuilder;
78
+ private readonly ds;
79
+ private readonly updateDs;
80
+ private dynamicOptionsSubs;
81
+ private rootSubs;
82
+ private injectDataSub?;
83
+ private readonly instanceMap;
84
+ private readonly changeSubject;
85
+ private readonly latestUpdateOptions;
86
+ private get parentScope();
87
+ host: ElementRef<any>;
88
+ ngOnInit(): void;
89
+ private initDs;
90
+ private updateDataSource;
91
+ get(name: string, init?: boolean): Observable<any> | undefined;
92
+ snapshot(name: string): any;
93
+ snapshotAll(): any;
94
+ getSnapshoptAllWithScopeId(scopeId: string): any;
95
+ getAllWithScopeId(scopeId: string): Observable<any>;
96
+ dynamicField(obj: any, field: string, deep?: boolean, tempDataSource?: any): Initobs;
97
+ snapshotField(obj: any, field: string, tempDataSource?: any): any;
98
+ bindOptions(optionsConfig: any, options: any, tempDataSource?: any): Subscription[];
99
+ dynamicOptions(optionsConfig: any, deep?: boolean, tempDataSource?: any): Initobs;
100
+ snapshotOptions(optionsConfig: any, tempDataSource?: any): any;
101
+ registInstance(id: string, instance: Base<BaseOptions>): void;
102
+ unRegistInstance(id: string): void;
103
+ findInstance(id: string): Base<BaseOptions> | undefined;
104
+ findScope(scopeId: string): ScopeDirective | undefined;
105
+ ngOnDestroy(): void;
106
+ onEvents(e: EventHandlerOptions<any>): Observable<boolean> | undefined;
107
+ private setDataSourceEventHandler;
108
+ private refreshDataSourceEventHandler;
109
+ preloadImports(obj: any): Promise<void>;
110
+ runFnWithImports(fnstr: any, args: any, imports: string[]): any;
111
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ScopeDirective, never>;
112
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ScopeDirective, "[axisScope]", never, { "axisScope": { "alias": "axisScope"; "required": true; "isSignal": true; }; "scopeName": { "alias": "scopeName"; "required": true; "isSignal": true; }; "isRoot": { "alias": "isRoot"; "required": false; "isSignal": true; }; "dataSources": { "alias": "dataSources"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
113
+ }
114
+
115
+ declare abstract class Base<T extends BaseOptions> implements OnDestroy, AfterViewInit {
116
+ onAfterViewInit?: Function;
117
+ injector: Injector;
118
+ isDesign: boolean;
119
+ protected options: T;
120
+ private eventsService;
121
+ private scope;
122
+ private _sub;
123
+ get style(): any;
124
+ ngAfterViewInit(): void;
125
+ preloadImports(optionsConfig: any): Promise<void>;
126
+ bindWithConfig(optionsConfig: any, config?: {
127
+ options?: any;
128
+ snapshot?: boolean;
129
+ tag?: string;
130
+ tempDataSource?: any;
131
+ }): void;
132
+ unsubscribeAll(): void;
133
+ unsubscribe(tags: string[]): void;
134
+ addSubscribe(sub: Subscription, tag?: string): void;
135
+ addAllSubscribe(subs: Subscription[], tag?: string): void;
136
+ onEvents?(e: EventHandlerOptions<any>): Observable<boolean> | undefined;
137
+ hasEventHandler(trigger: string, triggeEvents?: TriggeEventsOptions): boolean;
138
+ triggeEvents(trigger: string, tempDataSource?: any, triggeEvents?: TriggeEventsOptions, scope?: ScopeDirective): Observable<boolean>;
139
+ triggeEvent(e: EventHandlerOptions<unknown>, scope?: ScopeDirective): Observable<boolean>;
140
+ getScope(): ScopeDirective | null;
141
+ ngOnDestroy(): void;
142
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Base<any>, never>;
143
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<Base<any>, never, never, {}, {}, never, never, true, never>;
144
+ }
145
+
146
+ declare class ValueAccessOptions extends BaseOptions {
147
+ initValue: _angular_core.WritableSignal<any>;
148
+ emitInitEvent: _angular_core.WritableSignal<boolean>;
149
+ disabled: _angular_core.WritableSignal<boolean>;
150
+ readonly: _angular_core.WritableSignal<boolean>;
151
+ }
152
+
153
+ interface RegisteValueAccessOptions {
154
+ initValue?: any;
155
+ validFn?: (control: AbstractControl) => boolean;
156
+ }
157
+ interface RegisteFormControlOptions {
158
+ name: string;
159
+ control?: AbstractControl;
160
+ initValue?: any;
161
+ }
162
+
163
+ declare abstract class ValueAccess<T extends ValueAccessOptions> extends Base<T> implements ControlValueAccessor {
164
+ constructor();
165
+ protected readonly value: _angular_core.ModelSignal<any>;
166
+ private readonly registe;
167
+ setInitValue(value: any): void;
168
+ onChange?: (value: any) => void;
169
+ onTouched?: (value: any) => {};
170
+ writeValue(value: any): void;
171
+ registerOnChange(fn: any): void;
172
+ registerOnTouched(fn: any): void;
173
+ onEvents(e: EventHandlerOptions<any>): Observable<boolean> | undefined;
174
+ protected registValueAccess(opt: RegisteValueAccessOptions): void;
175
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ValueAccess<any>, never>;
176
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<ValueAccess<any>, never, never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; }, never, never, true, never>;
177
+ }
178
+
179
+ interface FunFieldOptions {
180
+ [field: string]: {
181
+ defaultValue?: any;
182
+ child?: FunFieldOptions;
183
+ };
184
+ }
185
+
186
+ declare abstract class FunFieldBase {
187
+ private orivalue;
188
+ protected readonly fb: FormBuilder;
189
+ abstract fg: UntypedFormGroup;
190
+ protected funFields: FunFieldOptions;
191
+ reset(value?: any): void;
192
+ getValue(): any;
193
+ valid(): boolean;
194
+ buildFunField(obj: any, funFields?: FunFieldOptions): any;
195
+ recoverFunField(obj: any, funFields?: FunFieldOptions, oriObj?: any): any;
196
+ }
197
+
198
+ declare abstract class FunFieldValueBase extends FunFieldBase implements OnInit, OnDestroy, ControlValueAccessor {
199
+ onChange: any;
200
+ protected readonly value: _angular_core.ModelSignal<any>;
201
+ protected readonly formValue: _angular_core.ModelSignal<any>;
202
+ private sub;
203
+ protected sendInitValue: boolean;
204
+ writeValue(value: any): void;
205
+ registerOnChange(fn: any): void;
206
+ registerOnTouched(fn: any): void;
207
+ reset(value?: any): void;
208
+ ngOnInit(): void;
209
+ ngOnDestroy(): void;
210
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FunFieldValueBase, never>;
211
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<FunFieldValueBase, never, never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; "formValue": { "alias": "formValue"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "formValue": "formValueChange"; }, never, never, true, never>;
212
+ }
213
+
214
+ declare class OptionsNode {
215
+ protected config: OptionsNodeConfig;
216
+ constructor(config: OptionsNodeConfig);
217
+ get id(): string;
218
+ get parentId(): string | undefined;
219
+ get scopeId(): string | undefined;
220
+ get name(): string | undefined;
221
+ get dragType(): string | undefined;
222
+ get dropType(): string | undefined;
223
+ get canSetting(): boolean;
224
+ get canDrag(): boolean;
225
+ get childDirection(): "horizontal" | "vertical";
226
+ get canDrop(): boolean;
227
+ get dropObj(): any;
228
+ get parentObj(): any;
229
+ get indexOfParentObj(): number | string | undefined;
230
+ get options(): any;
231
+ get defaultDropIndex(): number | string | undefined;
232
+ get isRoot(): boolean;
233
+ get icon(): string | undefined;
234
+ get children(): OptionsNode[] | undefined;
235
+ get settingType(): Type<FunFieldValueBase> | undefined;
236
+ get contextMenu(): Type<BaseMenu> | undefined;
237
+ toElementNode(elements: {
238
+ element?: HTMLElement;
239
+ dropElement?: HTMLElement;
240
+ }): ElementNode;
241
+ updateOptions(options: any): void;
242
+ copyWith(config: OptionsNodeConfig): OptionsNode;
243
+ refresh(): void;
244
+ }
245
+ declare class ElementNode {
246
+ id: string;
247
+ constructor(id: string, elements: {
248
+ element?: HTMLElement;
249
+ dropElement?: HTMLElement;
250
+ });
251
+ element?: HTMLElement;
252
+ dropElement?: HTMLElement;
253
+ }
254
+ interface OptionsNodeConfig {
255
+ id?: string;
256
+ updateId?: (newOptions: any) => string;
257
+ parentId?: string;
258
+ scopeId?: string;
259
+ name?: string;
260
+ canSetting?: boolean;
261
+ canDrag?: boolean;
262
+ canDrop?: boolean;
263
+ childDirection?: "horizontal" | "vertical";
264
+ dragType?: string;
265
+ dropType?: string;
266
+ parentObj?: any;
267
+ dropObj?: any;
268
+ indexOfParentObj?: number | string;
269
+ rootOptions?: any;
270
+ defaultDropIndex?: number | string;
271
+ settingType?: Type<FunFieldValueBase>;
272
+ icon?: string;
273
+ children?: OptionsNode[];
274
+ contextMenu?: Type<BaseMenu>;
275
+ }
276
+
277
+ declare abstract class BaseMenu {
278
+ private readonly contextMenuService;
279
+ readonly optionsNodes: {
280
+ current: OptionsNode;
281
+ parent?: OptionsNode;
282
+ };
283
+ menu: NzDropdownMenuComponent;
284
+ onChange: any;
285
+ contextMenu(e: MouseEvent): void;
286
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<BaseMenu, never>;
287
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<BaseMenu, never, never, {}, {}, never, never, true, never>;
288
+ }
289
+
290
+ declare class DesignBuilder {
291
+ buildElement: (ref: ComponentRef<any>, options: any) => void;
292
+ buildScope: (scope: ScopeDirective) => void;
293
+ constructor(buildElement: (ref: ComponentRef<any>, options: any) => void, buildScope: (scope: ScopeDirective) => void);
294
+ }
295
+
296
+ declare class DynamicDirective implements ControlValueAccessor, OnDestroy {
297
+ readonly axisDynamic: _angular_core.InputSignal<any>;
298
+ readonly standalone: _angular_core.InputSignal<boolean>;
299
+ readonly isDesign: _angular_core.InputSignal<boolean>;
300
+ private component?;
301
+ private sub?;
302
+ private id?;
303
+ private readonly injector;
304
+ private _designBuilder;
305
+ private loader;
306
+ readonly currentUserPermissions: string[] | null;
307
+ private container;
308
+ private _scope;
309
+ private ref?;
310
+ private get scope();
311
+ private get designBuilder();
312
+ private get valueInstance();
313
+ onChange?: (value: any) => {};
314
+ onTouched?: (value: any) => {};
315
+ triggeEvent?: (e: EventHandlerOptions<any>) => Observable<boolean>;
316
+ onEvents?: (e: EventHandlerOptions<any>) => Observable<boolean> | undefined;
317
+ value: any;
318
+ constructor();
319
+ private hasPermission;
320
+ private render;
321
+ private buildInjector;
322
+ forceRender(): void;
323
+ writeValue(value: any): void;
324
+ registerOnChange(fn: any): void;
325
+ registerOnTouched(fn: any): void;
326
+ destoryInstance(): void;
327
+ ngOnDestroy(): void;
328
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DynamicDirective, never>;
329
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<DynamicDirective, "[axisDynamic]", ["axisDynamic"], { "axisDynamic": { "alias": "axisDynamic"; "required": true; "isSignal": true; }; "standalone": { "alias": "standalone"; "required": false; "isSignal": true; }; "isDesign": { "alias": "isDesign"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
330
+ }
331
+
332
+ declare class HowLongPipe implements PipeTransform {
333
+ private cdr;
334
+ constructor(cdr: ChangeDetectorRef);
335
+ timer?: any;
336
+ lastValue: string;
337
+ date?: Date;
338
+ ngOnDestroy(): void;
339
+ transform(date?: Date): string | undefined;
340
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<HowLongPipe, never>;
341
+ static ɵpipe: _angular_core.ɵɵPipeDeclaration<HowLongPipe, "axisHowLong", true>;
342
+ }
343
+
344
+ interface DesignBuildResult {
345
+ treeNode: OptionsNode;
346
+ next?: NextInfo[];
347
+ newScopes?: ScopeInfo[];
348
+ }
349
+ interface DesignBindElementsResult {
350
+ [id: string]: {
351
+ element?: HTMLElement;
352
+ dropElement?: HTMLElement;
353
+ };
354
+ }
355
+ interface NextInfo {
356
+ currentObject?: any;
357
+ parentObject?: any;
358
+ indexOfParent?: string | number;
359
+ parentId?: string;
360
+ scopeId?: string;
361
+ }
362
+ interface ScopeInfo {
363
+ scopeId: string;
364
+ scopeName: string;
365
+ parentScopeId?: string;
366
+ ds?: any;
367
+ }
368
+
369
+ interface EventDesc {
370
+ name: string;
371
+ title: string;
372
+ noListen?: boolean;
373
+ ds?: any;
374
+ }
375
+ interface EventHandlerDesc {
376
+ name: string;
377
+ title: string;
378
+ icon?: string;
379
+ target: "service" | "component" | "scope";
380
+ targetComponent?: string;
381
+ dataComponent?: Type<FunFieldValueBase>;
382
+ events?: EventDesc[];
383
+ formStyle?: {
384
+ width?: string;
385
+ labelSpan?: number;
386
+ };
387
+ }
388
+ interface EventHandlerDescGroup {
389
+ groupName: string;
390
+ handlerDescs: EventHandlerDesc[];
391
+ }
392
+
393
+ interface DesignConfig {
394
+ componentName: string;
395
+ eventHandlerDescs?: {
396
+ [name: string]: EventHandlerDesc;
397
+ };
398
+ buildOptionsNodes?(nextInfo: NextInfo): DesignBuildResult;
399
+ bindElementsOptionsNode?(element: HTMLElement, options: any): DesignBindElementsResult;
400
+ }
401
+
402
+ interface FlatNode {
403
+ expandable: boolean;
404
+ id: string;
405
+ title: string;
406
+ icon?: string;
407
+ level: number;
408
+ }
409
+ declare class FilteredTreeResult {
410
+ treeData: OptionsNode[];
411
+ needsToExpanded: string[];
412
+ constructor(treeData: OptionsNode[], needsToExpanded?: string[]);
413
+ }
414
+
415
+ declare class DataOptions extends BaseOptions {
416
+ data: _angular_core.WritableSignal<any>;
417
+ }
418
+
419
+ interface ExampleGroup {
420
+ groupName: string;
421
+ children: ExampleDesc[];
422
+ }
423
+ interface ExampleDesc {
424
+ component: string;
425
+ coverImg: string;
426
+ span: number;
427
+ height: number;
428
+ tags?: string[];
429
+ example: Example;
430
+ moreExamples?: Example[];
431
+ }
432
+ interface Example {
433
+ name?: string;
434
+ builder: ExampleBuilder;
435
+ }
436
+ type ExampleBuilder = (componentIdBuilder?: (component: string, offset?: number) => string) => any;
437
+
438
+ interface Cmplib {
439
+ name: string;
440
+ cmpMap: {
441
+ [component: string]: () => Promise<any>;
442
+ };
443
+ examples: ExampleGroup[];
444
+ }
445
+
446
+ interface EventsHandler {
447
+ onEvents(e: EventHandlerOptions<any>): Observable<boolean> | undefined;
448
+ }
449
+
450
+ declare class ComponentsLoader {
451
+ private readonly components;
452
+ private readonly loadedMap;
453
+ private readonly loadingMap;
454
+ loadComponent(component: string): Promise<any>;
455
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ComponentsLoader, never>;
456
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<ComponentsLoader>;
457
+ }
458
+
459
+ declare const AXIS_DESIGN_OPTIONS_NODE_FOR_MENU: InjectionToken<{
460
+ current: OptionsNode;
461
+ parent?: OptionsNode;
462
+ }>;
463
+ declare const AXIS_DESIGN_SCOPE_INFOS_GETTER_TOKEN: InjectionToken<(scopeId?: string) => BehaviorSubject<ScopeInfo[]>>;
464
+ declare const AXIS_DESIGN_COMPONENT_INFO_FOR_SETTING_TOKEN: InjectionToken<{
465
+ component: string;
466
+ componentName: string;
467
+ nodes: OptionsNode[];
468
+ eventHandlerDescs: {
469
+ [event: string]: EventHandlerDesc;
470
+ };
471
+ }[]>;
472
+ declare const AXIS_DESIGN_ALL_PERMISSIONS_TOKEN: InjectionToken<{
473
+ [permission: string]: string;
474
+ }>;
475
+ declare const AXIS_DESIGN_CHOOSE_COMPONENT_FUNC_TOKEN: InjectionToken<(...tags: string[]) => Observable<{
476
+ options?: any;
477
+ config?: DesignConfig;
478
+ }>>;
479
+ declare const AXIS_DESIGN_CMPLIBS_TOKEN: InjectionToken<{
480
+ libName: string;
481
+ lib: ExampleGroup[];
482
+ }[]>;
483
+ declare const AXIS_COMPONENTS_TOKEN: InjectionToken<{
484
+ [module: string]: () => Promise<any>;
485
+ }>;
486
+ declare const AXIS_COMPONENTS_LOADER_TOKEN: InjectionToken<ComponentsLoader>;
487
+ declare const AXIS_SCRIPTS_TOKEN: InjectionToken<{
488
+ [name: string]: string;
489
+ }>;
490
+ declare const AXIS_EVENT_HANDLERS_TOKEN: InjectionToken<EventsHandler[]>;
491
+ declare const AXIS_EVENT_HANDLER_DESCS_TOKEN: InjectionToken<EventHandlerDescGroup[]>;
492
+ declare const AXIS_INJECT_DATA_TOKEN: InjectionToken<any>;
493
+ declare const AXIS_INJECT_FUNC_TOKEN: InjectionToken<{
494
+ [name: string]: Function;
495
+ }>;
496
+ declare const AXIS_CURRENT_USER_PERMISSIONS_TOKEN: InjectionToken<string[]>;
497
+ declare const AXIS_FORM_REGISTE_CONTROL_TOKEN: InjectionToken<(opt: RegisteFormControlOptions) => void>;
498
+ declare const AXIS_FORMITEM_REGISTE_VALUE_ACCESS_TOKEN: InjectionToken<(opt: RegisteValueAccessOptions) => void>;
499
+
500
+ declare class CommonMenu {
501
+ readonly baseMenu: _angular_core.InputSignal<BaseMenu>;
502
+ readonly chooseComponentFunc: (...tags: string[]) => rxjs.Observable<{
503
+ options?: any;
504
+ config?: ngx_axis_appforge_core.DesignConfig;
505
+ }>;
506
+ get canAddParent(): boolean;
507
+ get canAddChild(): boolean;
508
+ get canRemove(): boolean;
509
+ addParent(): void;
510
+ addChild(): void;
511
+ remove(): void;
512
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CommonMenu, never>;
513
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CommonMenu, "axis-common-menu", never, { "baseMenu": { "alias": "baseMenu"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
514
+ }
515
+
516
+ declare class FunField implements ControlValueAccessor, OnDestroy, AfterContentInit {
517
+ private msg;
518
+ constructor(msg: NzMessageService);
519
+ readonly scopes: _angular_core.InputSignal<ScopeInfo[] | undefined>;
520
+ readonly exclude: _angular_core.InputSignal<string[] | undefined>;
521
+ readonly scopeId: _angular_core.InputSignal<string | undefined>;
522
+ readonly onlyFun: _angular_core.InputSignal<boolean>;
523
+ readonly noListen: _angular_core.InputSignal<boolean>;
524
+ readonly disabled: _angular_core.InputSignal<boolean>;
525
+ readonly getScopeInfos: (scopeId?: string) => rxjs.BehaviorSubject<ScopeInfo[]>;
526
+ readonly scopeInfos: _angular_core.Signal<ScopeInfo[] | undefined>;
527
+ readonly scripts: {
528
+ [name: string]: string;
529
+ } | null;
530
+ readonly funcs: {
531
+ [name: string]: Function;
532
+ } | null;
533
+ readonly funcsNames: string[];
534
+ readonly scopeds: _angular_core.Signal<ScopeInfo[]>;
535
+ readonly ds: _angular_core.Signal<any>;
536
+ readonly argsName: _angular_core.Signal<string>;
537
+ readonly importsList: _angular_core.Signal<NzCheckboxOption[]>;
538
+ readonly importDeclarations: _angular_core.WritableSignal<any[]>;
539
+ readonly showDataSource: _angular_core.WritableSignal<any>;
540
+ readonly editValue: _angular_core.WritableSignal<any>;
541
+ readonly editFn: _angular_core.WritableSignal<any>;
542
+ readonly editTip: _angular_core.InputSignal<string | undefined>;
543
+ funEditor?: DynamicDirective;
544
+ monaco?: any;
545
+ contentModel?: NgModel;
546
+ execFnSubject: Subject<void>;
547
+ successResult: any;
548
+ computeResult: _angular_core.WritableSignal<any>;
549
+ resultResultEditorMode: string;
550
+ isShowSuccessResult: boolean;
551
+ _sub: Subscription[];
552
+ ngOnDestroy(): void;
553
+ onChange: any;
554
+ value: _angular_core.ModelSignal<any>;
555
+ writeValue(v: FunFieldValue | undefined): void;
556
+ private updateContentValue;
557
+ registerOnChange(fn: any): void;
558
+ registerOnTouched(_: any): void;
559
+ _templateDataSource?: any[];
560
+ readonly open: _angular_core.ModelSignal<boolean>;
561
+ readonly success: _angular_core.WritableSignal<string>;
562
+ readonly error: _angular_core.WritableSignal<string>;
563
+ readonly warn: _angular_core.WritableSignal<string>;
564
+ showCreateListenModal: _angular_core.ModelSignal<boolean>;
565
+ showAddImportModal: boolean;
566
+ createListenDataSourceName: _angular_core.ModelSignal<string>;
567
+ ngAfterContentInit(): void;
568
+ private buildScopeDs;
569
+ getDsNames(scope: ScopeInfo): string[];
570
+ private buildDs;
571
+ openFunModal(): void;
572
+ private buildArgsName;
573
+ private buildImportsList;
574
+ changeLinstenMode(name: string, mode: string): void;
575
+ changeImports(imports: string[]): void;
576
+ onCancel(): void;
577
+ onOk(): void;
578
+ toogleMode(): void;
579
+ changeValue(): void;
580
+ doShowDataSource(name: string): void;
581
+ copySuccess(): void;
582
+ addListen(): void;
583
+ removeListen(name: string): void;
584
+ buildImportDeclarations(): Promise<void>;
585
+ layoutEditor(): void;
586
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<FunField, never>;
587
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<FunField, "axis-fun-field", never, { "scopes": { "alias": "scopes"; "required": false; "isSignal": true; }; "exclude": { "alias": "exclude"; "required": false; "isSignal": true; }; "scopeId": { "alias": "scopeId"; "required": false; "isSignal": true; }; "onlyFun": { "alias": "onlyFun"; "required": false; "isSignal": true; }; "noListen": { "alias": "noListen"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "editTip": { "alias": "editTip"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; "showCreateListenModal": { "alias": "showCreateListenModal"; "required": false; "isSignal": true; }; "createListenDataSourceName": { "alias": "createListenDataSourceName"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "open": "openChange"; "showCreateListenModal": "showCreateListenModalChange"; "createListenDataSourceName": "createListenDataSourceNameChange"; }, ["contentModel"], ["*"], true, never>;
588
+ }
589
+ interface FunFieldValue {
590
+ funMode: boolean;
591
+ originValue: any;
592
+ fnValue: any;
593
+ }
594
+
595
+ type MyErrorsOptions = {
596
+ 'zh-cn': string;
597
+ } & Record<string, NzSafeAny>;
598
+ type MyValidationErrors = Record<string, MyErrorsOptions>;
599
+ declare class FormValidators extends Validators {
600
+ static required(control: AbstractControl): ValidationErrors | null;
601
+ static requiredFun(control: AbstractControl): ValidationErrors | null;
602
+ static equal(comparedValue: string | (() => string | null)): (control: AbstractControl) => ValidationErrors | null;
603
+ static minLength(minLength: number): ValidatorFn;
604
+ static maxLength(maxLength: number): ValidatorFn;
605
+ static min(minvalue: number): ValidatorFn;
606
+ static max(maxvalue: number): ValidatorFn;
607
+ static pattern(pattern: string | RegExp): ValidatorFn;
608
+ }
609
+
610
+ declare class BaseDesignSetting implements AfterViewInit {
611
+ private element;
612
+ constructor(element: ElementRef);
613
+ readonly showLine: _angular_core.WritableSignal<boolean>;
614
+ readonly scopeId: _angular_core.InputSignal<string | undefined>;
615
+ readonly exclude: _angular_core.InputSignal<string[]>;
616
+ readonly allPermissions: [string, string][];
617
+ fg: _angular_core.InputSignal<UntypedFormGroup>;
618
+ ngAfterViewInit(): void;
619
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<BaseDesignSetting, never>;
620
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<BaseDesignSetting, "axis-base-design-setting", never, { "scopeId": { "alias": "scopeId"; "required": false; "isSignal": true; }; "exclude": { "alias": "exclude"; "required": false; "isSignal": true; }; "fg": { "alias": "fg"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
621
+ }
622
+ declare const baseFbConfig: {
623
+ id: ((typeof FormValidators.required)[] | undefined)[];
624
+ inuse: ((typeof FormValidators.requiredFun)[] | undefined)[];
625
+ requiredPermissions: never[];
626
+ style: never[];
627
+ triggeEvents: never[];
628
+ };
629
+ declare const baseFunField: FunFieldOptions;
630
+
631
+ declare class InputTrigger extends FunFieldBase implements AfterViewInit {
632
+ private element;
633
+ constructor(element: ElementRef);
634
+ fg: UntypedFormGroup;
635
+ protected funFields: FunFieldOptions;
636
+ onChange: any;
637
+ readonly noListen: _angular_core.WritableSignal<boolean>;
638
+ readonly internalTriggers: _angular_core.InputSignal<"valueChange"[] | undefined>;
639
+ readonly getScopeInfos: (scopeId?: string) => BehaviorSubject<ScopeInfo[]>;
640
+ readonly componentsInfo: {
641
+ component: string;
642
+ componentName: string;
643
+ nodes: OptionsNode[];
644
+ eventHandlerDescs: {
645
+ [event: string]: EventHandlerDesc;
646
+ };
647
+ }[];
648
+ readonly canChooseComponentsInfo: _angular_core.WritableSignal<{
649
+ component: string;
650
+ componentName: string;
651
+ nodes: OptionsNode[];
652
+ eventHandlerDescs: {
653
+ [event: string]: EventHandlerDesc;
654
+ };
655
+ }[]>;
656
+ readonly value: _angular_core.ModelSignal<TriggeEventsOptions | undefined>;
657
+ readonly nodes: _angular_core.Signal<NzTreeNodeOptions[]>;
658
+ readonly eventDesc: _angular_core.InputSignal<EventDesc[] | undefined>;
659
+ readonly allEventDesc: _angular_core.Signal<EventDesc[]>;
660
+ readonly allEventHanderDescGroups: _angular_core.Signal<EventHandlerDescGroup[]>;
661
+ readonly allEventHanderDescs: _angular_core.Signal<{
662
+ [name: string]: EventHandlerDesc;
663
+ }>;
664
+ readonly showLine: _angular_core.WritableSignal<boolean>;
665
+ readonly isVisibleHandlerModal: _angular_core.ModelSignal<boolean>;
666
+ readonly handlerFunFieldScopes: _angular_core.WritableSignal<ScopeInfo[]>;
667
+ readonly editEventHandler: _angular_core.ModelSignal<EventHandlerOptions<any> | undefined>;
668
+ readonly treeExpandedKeys: _angular_core.WritableSignal<string[]>;
669
+ readonly selectedHandlerDesc: _angular_core.WritableSignal<EventHandlerDesc | undefined>;
670
+ readonly otherHandlerDescs: EventHandlerDescGroup[] | null;
671
+ tree: NzTreeComponent;
672
+ dataContainer?: ViewContainerRef;
673
+ readonly scopeInfoSubject: _angular_core.Signal<BehaviorSubject<ScopeInfo[]>>;
674
+ editInfo?: {
675
+ key: string;
676
+ event: string;
677
+ isAdd: boolean;
678
+ value?: EventHandlerOptions<any>;
679
+ parentValue?: EventHandlerOptions<any>;
680
+ };
681
+ filterOption: NzFilterOptionType;
682
+ writeValue(v: any): void;
683
+ registerOnChange(fn: any): void;
684
+ registerOnTouched(fn: any): void;
685
+ ngAfterViewInit(): void;
686
+ onDragStart(e: NzFormatEmitEvent): void;
687
+ beforeDrop: (e: NzFormatBeforeDropEvent) => Observable<boolean>;
688
+ private buildAllEventHandlerDescGroups;
689
+ private buildAllEventHandlerDescs;
690
+ private buildAllEventDesc;
691
+ private makeTreeNode;
692
+ deleteHandler(e: NzTreeNode): void;
693
+ private onValueChange;
694
+ startAddHandler(node: NzTreeNode): void;
695
+ startSetHandler(node: NzTreeNode): void;
696
+ private buildHandlerFunFieldScopes;
697
+ private buildScopeInfoSubject;
698
+ onHandlerChange(name: string | undefined): void;
699
+ onSetHandlerOk(): void;
700
+ resetSetHandler(): void;
701
+ hasExpanded(node: NzTreeNode): boolean;
702
+ expand(node: NzTreeNode, expanded: boolean): void;
703
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<InputTrigger, never>;
704
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<InputTrigger, "axis-input-trigger", never, { "internalTriggers": { "alias": "internalTriggers"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "eventDesc": { "alias": "eventDesc"; "required": false; "isSignal": true; }; "isVisibleHandlerModal": { "alias": "isVisibleHandlerModal"; "required": false; "isSignal": true; }; "editEventHandler": { "alias": "editEventHandler"; "required": false; "isSignal": true; }; }, { "value": "valueChange"; "isVisibleHandlerModal": "isVisibleHandlerModalChange"; "editEventHandler": "editEventHandlerChange"; }, never, never, true, never>;
705
+ }
706
+
707
+ declare class ValueDesignSetting implements AfterViewInit {
708
+ private element;
709
+ constructor(element: ElementRef);
710
+ readonly showLine: _angular_core.WritableSignal<boolean>;
711
+ readonly scopeId: _angular_core.InputSignal<string | undefined>;
712
+ readonly exclude: _angular_core.InputSignal<string[]>;
713
+ fg: _angular_core.InputSignal<UntypedFormGroup>;
714
+ ngAfterViewInit(): void;
715
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ValueDesignSetting, never>;
716
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ValueDesignSetting, "axis-value-design-setting", never, { "scopeId": { "alias": "scopeId"; "required": false; "isSignal": true; }; "exclude": { "alias": "exclude"; "required": false; "isSignal": true; }; "fg": { "alias": "fg"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
717
+ }
718
+ declare const valueFbConfig: {
719
+ initValue: never[];
720
+ emitInitEvent: (boolean | typeof FormValidators.required)[];
721
+ disabled: ((typeof FormValidators.requiredFun)[] | undefined)[];
722
+ readonly: ((typeof FormValidators.requiredFun)[] | undefined)[];
723
+ };
724
+ declare const valueFunField: FunFieldOptions;
725
+
726
+ declare class DataHandler extends FunFieldValueBase {
727
+ readonly noListen: _angular_core.WritableSignal<boolean>;
728
+ fg: UntypedFormGroup;
729
+ protected funFields: FunFieldOptions;
730
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<DataHandler, never>;
731
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<DataHandler, "axis-data-handler", never, {}, {}, never, never, true, never>;
732
+ }
733
+
734
+ declare class SimpleMenu extends BaseMenu {
735
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SimpleMenu, never>;
736
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SimpleMenu, "axis-design-simple-menu", never, {}, {}, never, never, true, never>;
737
+ }
738
+
739
+ declare function listSort(list: Array<any>, compareField: string, reverse?: boolean): void;
740
+ declare function trackByFn(trackByField: string): (index: number, item: any) => any;
741
+ declare function copy(obj: any, deepCopy?: boolean): any;
742
+ declare function deepMerge(...objs: any[]): any;
743
+ declare function obj2Arr(obj: any): any[];
744
+ declare function recursionArray(arr: any[], options: {
745
+ childrenField?: string;
746
+ before?: (node: any, level: number, parent?: any) => boolean | void;
747
+ after?: (node: any, level: number, parent?: any) => boolean | void;
748
+ }, offsetLevel?: number, parent?: any): boolean | void;
749
+ declare function recursionObject(obj: any, handler: (keys: string[], value: any, parent: any) => void, keys?: string[], parent?: any): void;
750
+ declare function rebuildObject(targetObj: any, sourceObj: any): any;
751
+ declare function assignDefaultField(targetObj: any, sourceObj: any): any;
752
+ declare function isEquals(objA: any, objB: any): boolean;
753
+ declare function objDiff(last: {
754
+ [k: string]: any;
755
+ } | undefined | null, current: {
756
+ [k: string]: any;
757
+ } | undefined | null): Set<string>;
758
+
759
+ declare function updateAndValidAll(form: FormGroup | FormArray | AbstractControl, options?: {
760
+ markAsDirty?: boolean;
761
+ }): boolean;
762
+
763
+ declare function codeName(code?: string, name?: string): string;
764
+ declare function nameCode(name?: string, code?: string): string;
765
+
766
+ interface DynamicFnOptions {
767
+ fnBody?: string;
768
+ args?: any[] | object;
769
+ }
770
+ declare function fn(fnBody: string, argsObj: any, ignoreUndefined?: boolean, printError?: boolean): any;
771
+
772
+ export { AXIS_COMPONENTS_LOADER_TOKEN, AXIS_COMPONENTS_TOKEN, AXIS_CURRENT_USER_PERMISSIONS_TOKEN, AXIS_DESIGN_ALL_PERMISSIONS_TOKEN, AXIS_DESIGN_CHOOSE_COMPONENT_FUNC_TOKEN, AXIS_DESIGN_CMPLIBS_TOKEN, AXIS_DESIGN_COMPONENT_INFO_FOR_SETTING_TOKEN, AXIS_DESIGN_OPTIONS_NODE_FOR_MENU, AXIS_DESIGN_SCOPE_INFOS_GETTER_TOKEN, AXIS_EVENT_HANDLERS_TOKEN, AXIS_EVENT_HANDLER_DESCS_TOKEN, AXIS_FORMITEM_REGISTE_VALUE_ACCESS_TOKEN, AXIS_FORM_REGISTE_CONTROL_TOKEN, AXIS_INJECT_DATA_TOKEN, AXIS_INJECT_FUNC_TOKEN, AXIS_SCRIPTS_TOKEN, Base, BaseDesignSetting, BaseMenu, BaseOptions, CommonMenu, ComponentsLoader, DataHandler, DataOptions, DesignBuilder, DynamicDirective, ElementNode, FilteredTreeResult, FormValidators, FunField, FunFieldBase, FunFieldValueBase, HowLongPipe, InputTrigger, OptionsNode, ScopeDirective, SimpleMenu, ValueAccess, ValueAccessOptions, ValueDesignSetting, assignDefaultField, baseFbConfig, baseFunField, codeName, copy, deepMerge, fn, isEquals, listSort, nameCode, obj2Arr, objDiff, rebuildObject, recursionArray, recursionObject, trackByFn, updateAndValidAll, valueFbConfig, valueFunField };
773
+ export type { Cmplib, DataSourceOptions, DesignBindElementsResult, DesignBuildResult, DesignConfig, DynamicFnOptions, EventDesc, EventHandlerDesc, EventHandlerDescGroup, EventHandlerOptions, EventsHandler, Example, ExampleBuilder, ExampleDesc, ExampleGroup, FlatNode, FunFieldOptions, FunFieldValue, MyErrorsOptions, MyValidationErrors, NextInfo, RegisteFormControlOptions, RegisteValueAccessOptions, ScopeInfo, TriggeEventsOptions };