@es.framework/ng.ui.core 2.0.58

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 (246) hide show
  1. package/README.md +3 -0
  2. package/attachments/README.md +3 -0
  3. package/base-crud/README.md +3 -0
  4. package/breadcrumb/README.md +3 -0
  5. package/checkbox/README.md +3 -0
  6. package/collapsible/README.md +3 -0
  7. package/color-picker/README.md +3 -0
  8. package/column-settings-popover/README.md +3 -0
  9. package/custom-switch/README.md +3 -0
  10. package/datepicker/README.md +3 -0
  11. package/deactivation-reason/README.md +3 -0
  12. package/excel-import/README.md +3 -0
  13. package/fesm2022/es.framework-ng.ui.core-attachments.mjs +217 -0
  14. package/fesm2022/es.framework-ng.ui.core-attachments.mjs.map +1 -0
  15. package/fesm2022/es.framework-ng.ui.core-base-crud.mjs +370 -0
  16. package/fesm2022/es.framework-ng.ui.core-base-crud.mjs.map +1 -0
  17. package/fesm2022/es.framework-ng.ui.core-breadcrumb.mjs +145 -0
  18. package/fesm2022/es.framework-ng.ui.core-breadcrumb.mjs.map +1 -0
  19. package/fesm2022/es.framework-ng.ui.core-checkbox.mjs +131 -0
  20. package/fesm2022/es.framework-ng.ui.core-checkbox.mjs.map +1 -0
  21. package/fesm2022/es.framework-ng.ui.core-collapsible.mjs +90 -0
  22. package/fesm2022/es.framework-ng.ui.core-collapsible.mjs.map +1 -0
  23. package/fesm2022/es.framework-ng.ui.core-color-picker.mjs +87 -0
  24. package/fesm2022/es.framework-ng.ui.core-color-picker.mjs.map +1 -0
  25. package/fesm2022/es.framework-ng.ui.core-column-settings-popover.mjs +183 -0
  26. package/fesm2022/es.framework-ng.ui.core-column-settings-popover.mjs.map +1 -0
  27. package/fesm2022/es.framework-ng.ui.core-custom-switch.mjs +119 -0
  28. package/fesm2022/es.framework-ng.ui.core-custom-switch.mjs.map +1 -0
  29. package/fesm2022/es.framework-ng.ui.core-datepicker.mjs +519 -0
  30. package/fesm2022/es.framework-ng.ui.core-datepicker.mjs.map +1 -0
  31. package/fesm2022/es.framework-ng.ui.core-deactivation-reason.mjs +144 -0
  32. package/fesm2022/es.framework-ng.ui.core-deactivation-reason.mjs.map +1 -0
  33. package/fesm2022/es.framework-ng.ui.core-excel-import.mjs +566 -0
  34. package/fesm2022/es.framework-ng.ui.core-excel-import.mjs.map +1 -0
  35. package/fesm2022/es.framework-ng.ui.core-filter-templates.mjs +386 -0
  36. package/fesm2022/es.framework-ng.ui.core-filter-templates.mjs.map +1 -0
  37. package/fesm2022/es.framework-ng.ui.core-form-button.mjs +62 -0
  38. package/fesm2022/es.framework-ng.ui.core-form-button.mjs.map +1 -0
  39. package/fesm2022/es.framework-ng.ui.core-form-field.mjs +155 -0
  40. package/fesm2022/es.framework-ng.ui.core-form-field.mjs.map +1 -0
  41. package/fesm2022/es.framework-ng.ui.core-form-template.mjs +37 -0
  42. package/fesm2022/es.framework-ng.ui.core-form-template.mjs.map +1 -0
  43. package/fesm2022/es.framework-ng.ui.core-formly-avatar-image.mjs +132 -0
  44. package/fesm2022/es.framework-ng.ui.core-formly-avatar-image.mjs.map +1 -0
  45. package/fesm2022/es.framework-ng.ui.core-formly-avatar-label.mjs +89 -0
  46. package/fesm2022/es.framework-ng.ui.core-formly-avatar-label.mjs.map +1 -0
  47. package/fesm2022/es.framework-ng.ui.core-formly-button-selector.mjs +195 -0
  48. package/fesm2022/es.framework-ng.ui.core-formly-button-selector.mjs.map +1 -0
  49. package/fesm2022/es.framework-ng.ui.core-formly-button.mjs +73 -0
  50. package/fesm2022/es.framework-ng.ui.core-formly-button.mjs.map +1 -0
  51. package/fesm2022/es.framework-ng.ui.core-formly-presets.mjs +201 -0
  52. package/fesm2022/es.framework-ng.ui.core-formly-presets.mjs.map +1 -0
  53. package/fesm2022/es.framework-ng.ui.core-formly-prime-icon-picker.mjs +542 -0
  54. package/fesm2022/es.framework-ng.ui.core-formly-prime-icon-picker.mjs.map +1 -0
  55. package/fesm2022/es.framework-ng.ui.core-formly-split-button.mjs +62 -0
  56. package/fesm2022/es.framework-ng.ui.core-formly-split-button.mjs.map +1 -0
  57. package/fesm2022/es.framework-ng.ui.core-formly-ui-all.mjs +422 -0
  58. package/fesm2022/es.framework-ng.ui.core-formly-ui-all.mjs.map +1 -0
  59. package/fesm2022/es.framework-ng.ui.core-formly-ui.mjs +48 -0
  60. package/fesm2022/es.framework-ng.ui.core-formly-ui.mjs.map +1 -0
  61. package/fesm2022/es.framework-ng.ui.core-formly-username-with-domain.mjs +85 -0
  62. package/fesm2022/es.framework-ng.ui.core-formly-username-with-domain.mjs.map +1 -0
  63. package/fesm2022/es.framework-ng.ui.core-generic-assets.mjs +22 -0
  64. package/fesm2022/es.framework-ng.ui.core-generic-assets.mjs.map +1 -0
  65. package/fesm2022/es.framework-ng.ui.core-generic-autocomplete.mjs +173 -0
  66. package/fesm2022/es.framework-ng.ui.core-generic-autocomplete.mjs.map +1 -0
  67. package/fesm2022/es.framework-ng.ui.core-generic-button.mjs +150 -0
  68. package/fesm2022/es.framework-ng.ui.core-generic-button.mjs.map +1 -0
  69. package/fesm2022/es.framework-ng.ui.core-generic-card.mjs +218 -0
  70. package/fesm2022/es.framework-ng.ui.core-generic-card.mjs.map +1 -0
  71. package/fesm2022/es.framework-ng.ui.core-generic-crud-table.mjs +929 -0
  72. package/fesm2022/es.framework-ng.ui.core-generic-crud-table.mjs.map +1 -0
  73. package/fesm2022/es.framework-ng.ui.core-generic-dialog.mjs +321 -0
  74. package/fesm2022/es.framework-ng.ui.core-generic-dialog.mjs.map +1 -0
  75. package/fesm2022/es.framework-ng.ui.core-generic-errormessage.mjs +35 -0
  76. package/fesm2022/es.framework-ng.ui.core-generic-errormessage.mjs.map +1 -0
  77. package/fesm2022/es.framework-ng.ui.core-generic-formly-fields.mjs +63 -0
  78. package/fesm2022/es.framework-ng.ui.core-generic-formly-fields.mjs.map +1 -0
  79. package/fesm2022/es.framework-ng.ui.core-generic-loadingspinner.mjs +34 -0
  80. package/fesm2022/es.framework-ng.ui.core-generic-loadingspinner.mjs.map +1 -0
  81. package/fesm2022/es.framework-ng.ui.core-generic-report-tabs.mjs +196 -0
  82. package/fesm2022/es.framework-ng.ui.core-generic-report-tabs.mjs.map +1 -0
  83. package/fesm2022/es.framework-ng.ui.core-generic-report.mjs +556 -0
  84. package/fesm2022/es.framework-ng.ui.core-generic-report.mjs.map +1 -0
  85. package/fesm2022/es.framework-ng.ui.core-generic-search-advanced.mjs +2995 -0
  86. package/fesm2022/es.framework-ng.ui.core-generic-search-advanced.mjs.map +1 -0
  87. package/fesm2022/es.framework-ng.ui.core-generic-search.mjs +103 -0
  88. package/fesm2022/es.framework-ng.ui.core-generic-search.mjs.map +1 -0
  89. package/fesm2022/es.framework-ng.ui.core-generic-selector.mjs +684 -0
  90. package/fesm2022/es.framework-ng.ui.core-generic-selector.mjs.map +1 -0
  91. package/fesm2022/es.framework-ng.ui.core-generic-table.mjs +388 -0
  92. package/fesm2022/es.framework-ng.ui.core-generic-table.mjs.map +1 -0
  93. package/fesm2022/es.framework-ng.ui.core-generic-view.mjs +465 -0
  94. package/fesm2022/es.framework-ng.ui.core-generic-view.mjs.map +1 -0
  95. package/fesm2022/es.framework-ng.ui.core-header-wrapper.mjs +31 -0
  96. package/fesm2022/es.framework-ng.ui.core-header-wrapper.mjs.map +1 -0
  97. package/fesm2022/es.framework-ng.ui.core-icon-picker.mjs +205 -0
  98. package/fesm2022/es.framework-ng.ui.core-icon-picker.mjs.map +1 -0
  99. package/fesm2022/es.framework-ng.ui.core-input-switch.mjs +102 -0
  100. package/fesm2022/es.framework-ng.ui.core-input-switch.mjs.map +1 -0
  101. package/fesm2022/es.framework-ng.ui.core-input-with-icon.mjs +67 -0
  102. package/fesm2022/es.framework-ng.ui.core-input-with-icon.mjs.map +1 -0
  103. package/fesm2022/es.framework-ng.ui.core-input.mjs +250 -0
  104. package/fesm2022/es.framework-ng.ui.core-input.mjs.map +1 -0
  105. package/fesm2022/es.framework-ng.ui.core-label-type.mjs +184 -0
  106. package/fesm2022/es.framework-ng.ui.core-label-type.mjs.map +1 -0
  107. package/fesm2022/es.framework-ng.ui.core-loading-skeletons.mjs +66 -0
  108. package/fesm2022/es.framework-ng.ui.core-loading-skeletons.mjs.map +1 -0
  109. package/fesm2022/es.framework-ng.ui.core-odata-query-builder.mjs +307 -0
  110. package/fesm2022/es.framework-ng.ui.core-odata-query-builder.mjs.map +1 -0
  111. package/fesm2022/es.framework-ng.ui.core-query-type.mjs +162 -0
  112. package/fesm2022/es.framework-ng.ui.core-query-type.mjs.map +1 -0
  113. package/fesm2022/es.framework-ng.ui.core-radio.mjs +120 -0
  114. package/fesm2022/es.framework-ng.ui.core-radio.mjs.map +1 -0
  115. package/fesm2022/es.framework-ng.ui.core-repeat.mjs +290 -0
  116. package/fesm2022/es.framework-ng.ui.core-repeat.mjs.map +1 -0
  117. package/fesm2022/es.framework-ng.ui.core-select.mjs +179 -0
  118. package/fesm2022/es.framework-ng.ui.core-select.mjs.map +1 -0
  119. package/fesm2022/es.framework-ng.ui.core-sidebar-cards.mjs +52 -0
  120. package/fesm2022/es.framework-ng.ui.core-sidebar-cards.mjs.map +1 -0
  121. package/fesm2022/es.framework-ng.ui.core-sidebar-toggles.mjs +53 -0
  122. package/fesm2022/es.framework-ng.ui.core-sidebar-toggles.mjs.map +1 -0
  123. package/fesm2022/es.framework-ng.ui.core-tabs.mjs +57 -0
  124. package/fesm2022/es.framework-ng.ui.core-tabs.mjs.map +1 -0
  125. package/fesm2022/es.framework-ng.ui.core-tag-type.mjs +209 -0
  126. package/fesm2022/es.framework-ng.ui.core-tag-type.mjs.map +1 -0
  127. package/fesm2022/es.framework-ng.ui.core-text-editor.mjs +58 -0
  128. package/fesm2022/es.framework-ng.ui.core-text-editor.mjs.map +1 -0
  129. package/fesm2022/es.framework-ng.ui.core-textarea.mjs +93 -0
  130. package/fesm2022/es.framework-ng.ui.core-textarea.mjs.map +1 -0
  131. package/fesm2022/es.framework-ng.ui.core-wrappers.mjs +245 -0
  132. package/fesm2022/es.framework-ng.ui.core-wrappers.mjs.map +1 -0
  133. package/fesm2022/es.framework-ng.ui.core.mjs +20 -0
  134. package/fesm2022/es.framework-ng.ui.core.mjs.map +1 -0
  135. package/filter-templates/README.md +3 -0
  136. package/form-button/README.md +3 -0
  137. package/form-field/README.md +3 -0
  138. package/form-template/README.md +3 -0
  139. package/formly-avatar-image/README.md +3 -0
  140. package/formly-avatar-label/README.md +3 -0
  141. package/formly-button/README.md +3 -0
  142. package/formly-button-selector/README.md +3 -0
  143. package/formly-presets/README.md +3 -0
  144. package/formly-prime-icon-picker/README.md +3 -0
  145. package/formly-split-button/README.md +3 -0
  146. package/formly-ui/README.md +3 -0
  147. package/formly-ui-all/README.md +3 -0
  148. package/formly-username-with-domain/README.md +3 -0
  149. package/generic-assets/README.md +3 -0
  150. package/generic-autocomplete/README.md +3 -0
  151. package/generic-button/README.md +3 -0
  152. package/generic-card/README.md +3 -0
  153. package/generic-crud-table/README.md +3 -0
  154. package/generic-dialog/README.md +3 -0
  155. package/generic-errormessage/README.md +3 -0
  156. package/generic-formly-fields/README.md +3 -0
  157. package/generic-loadingspinner/README.md +3 -0
  158. package/generic-report/README.md +3 -0
  159. package/generic-report-tabs/README.md +0 -0
  160. package/generic-search/README.md +3 -0
  161. package/generic-search-advanced/README.md +3 -0
  162. package/generic-selector/README.md +3 -0
  163. package/generic-table/README.md +3 -0
  164. package/generic-view/README.md +3 -0
  165. package/header-wrapper/README.md +3 -0
  166. package/icon-picker/README.md +3 -0
  167. package/input/README.md +3 -0
  168. package/input-switch/README.md +3 -0
  169. package/input-with-icon/README.md +3 -0
  170. package/label-type/README.md +3 -0
  171. package/loading-skeletons/README.md +3 -0
  172. package/odata-query-builder/README.md +3 -0
  173. package/package.json +264 -0
  174. package/query-type/README.md +3 -0
  175. package/radio/README.md +3 -0
  176. package/repeat/README.md +3 -0
  177. package/select/README.md +3 -0
  178. package/sidebar-cards/README.md +3 -0
  179. package/sidebar-toggles/README.md +3 -0
  180. package/styles.css +2 -0
  181. package/tabs/README.md +3 -0
  182. package/tag-type/README.md +3 -0
  183. package/text-editor/README.md +3 -0
  184. package/textarea/README.md +3 -0
  185. package/types/es.framework-ng.ui.core-attachments.d.ts +38 -0
  186. package/types/es.framework-ng.ui.core-base-crud.d.ts +74 -0
  187. package/types/es.framework-ng.ui.core-breadcrumb.d.ts +17 -0
  188. package/types/es.framework-ng.ui.core-checkbox.d.ts +33 -0
  189. package/types/es.framework-ng.ui.core-collapsible.d.ts +18 -0
  190. package/types/es.framework-ng.ui.core-color-picker.d.ts +16 -0
  191. package/types/es.framework-ng.ui.core-column-settings-popover.d.ts +46 -0
  192. package/types/es.framework-ng.ui.core-custom-switch.d.ts +19 -0
  193. package/types/es.framework-ng.ui.core-datepicker.d.ts +23 -0
  194. package/types/es.framework-ng.ui.core-deactivation-reason.d.ts +32 -0
  195. package/types/es.framework-ng.ui.core-excel-import.d.ts +69 -0
  196. package/types/es.framework-ng.ui.core-filter-templates.d.ts +57 -0
  197. package/types/es.framework-ng.ui.core-form-button.d.ts +17 -0
  198. package/types/es.framework-ng.ui.core-form-field.d.ts +30 -0
  199. package/types/es.framework-ng.ui.core-form-template.d.ts +16 -0
  200. package/types/es.framework-ng.ui.core-formly-avatar-image.d.ts +18 -0
  201. package/types/es.framework-ng.ui.core-formly-avatar-label.d.ts +36 -0
  202. package/types/es.framework-ng.ui.core-formly-button-selector.d.ts +35 -0
  203. package/types/es.framework-ng.ui.core-formly-button.d.ts +20 -0
  204. package/types/es.framework-ng.ui.core-formly-presets.d.ts +37 -0
  205. package/types/es.framework-ng.ui.core-formly-prime-icon-picker.d.ts +45 -0
  206. package/types/es.framework-ng.ui.core-formly-split-button.d.ts +23 -0
  207. package/types/es.framework-ng.ui.core-formly-ui-all.d.ts +40 -0
  208. package/types/es.framework-ng.ui.core-formly-ui.d.ts +13 -0
  209. package/types/es.framework-ng.ui.core-formly-username-with-domain.d.ts +19 -0
  210. package/types/es.framework-ng.ui.core-generic-assets.d.ts +10 -0
  211. package/types/es.framework-ng.ui.core-generic-autocomplete.d.ts +41 -0
  212. package/types/es.framework-ng.ui.core-generic-button.d.ts +39 -0
  213. package/types/es.framework-ng.ui.core-generic-card.d.ts +93 -0
  214. package/types/es.framework-ng.ui.core-generic-crud-table.d.ts +293 -0
  215. package/types/es.framework-ng.ui.core-generic-dialog.d.ts +93 -0
  216. package/types/es.framework-ng.ui.core-generic-errormessage.d.ts +17 -0
  217. package/types/es.framework-ng.ui.core-generic-formly-fields.d.ts +26 -0
  218. package/types/es.framework-ng.ui.core-generic-loadingspinner.d.ts +16 -0
  219. package/types/es.framework-ng.ui.core-generic-report-tabs.d.ts +21 -0
  220. package/types/es.framework-ng.ui.core-generic-report.d.ts +121 -0
  221. package/types/es.framework-ng.ui.core-generic-search-advanced.d.ts +305 -0
  222. package/types/es.framework-ng.ui.core-generic-search.d.ts +36 -0
  223. package/types/es.framework-ng.ui.core-generic-selector.d.ts +99 -0
  224. package/types/es.framework-ng.ui.core-generic-table.d.ts +84 -0
  225. package/types/es.framework-ng.ui.core-generic-view.d.ts +97 -0
  226. package/types/es.framework-ng.ui.core-header-wrapper.d.ts +15 -0
  227. package/types/es.framework-ng.ui.core-icon-picker.d.ts +30 -0
  228. package/types/es.framework-ng.ui.core-input-switch.d.ts +16 -0
  229. package/types/es.framework-ng.ui.core-input-with-icon.d.ts +17 -0
  230. package/types/es.framework-ng.ui.core-input.d.ts +47 -0
  231. package/types/es.framework-ng.ui.core-label-type.d.ts +38 -0
  232. package/types/es.framework-ng.ui.core-loading-skeletons.d.ts +17 -0
  233. package/types/es.framework-ng.ui.core-odata-query-builder.d.ts +87 -0
  234. package/types/es.framework-ng.ui.core-query-type.d.ts +37 -0
  235. package/types/es.framework-ng.ui.core-radio.d.ts +38 -0
  236. package/types/es.framework-ng.ui.core-repeat.d.ts +31 -0
  237. package/types/es.framework-ng.ui.core-select.d.ts +42 -0
  238. package/types/es.framework-ng.ui.core-sidebar-cards.d.ts +25 -0
  239. package/types/es.framework-ng.ui.core-sidebar-toggles.d.ts +25 -0
  240. package/types/es.framework-ng.ui.core-tabs.d.ts +17 -0
  241. package/types/es.framework-ng.ui.core-tag-type.d.ts +34 -0
  242. package/types/es.framework-ng.ui.core-text-editor.d.ts +16 -0
  243. package/types/es.framework-ng.ui.core-textarea.d.ts +36 -0
  244. package/types/es.framework-ng.ui.core-wrappers.d.ts +36 -0
  245. package/types/es.framework-ng.ui.core.d.ts +8 -0
  246. package/wrappers/README.md +3 -0
@@ -0,0 +1,62 @@
1
+ import * as i0 from '@angular/core';
2
+ import { NgModule, Component } from '@angular/core';
3
+ import { CommonModule } from '@angular/common';
4
+ import { FieldType } from '@ngx-formly/core';
5
+ import * as i1 from 'primeng/splitbutton';
6
+ import { SplitButtonModule } from 'primeng/splitbutton';
7
+ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
8
+ import { ButtonModule } from 'primeng/button';
9
+
10
+ class FormlySplitButtonModule {
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlySplitButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
12
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.3", ngImport: i0, type: FormlySplitButtonModule, imports: [CommonModule] });
13
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlySplitButtonModule, imports: [CommonModule] });
14
+ }
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlySplitButtonModule, decorators: [{
16
+ type: NgModule,
17
+ args: [{
18
+ imports: [CommonModule],
19
+ }]
20
+ }] });
21
+
22
+ // formly-split-button.component.ts
23
+ class FormlySplitButtonComponent extends FieldType {
24
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlySplitButtonComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
25
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.3", type: FormlySplitButtonComponent, isStandalone: true, selector: "formly-split-button-type", usesInheritance: true, ngImport: i0, template: `
26
+ <p-splitButton
27
+ [label]="props.label"
28
+ [icon]="props.icon"
29
+ [model]="props.items"
30
+ (onClick)="props.onClick?.()"
31
+ class="p-button-sm p-button-text p-button-plain"
32
+ ></p-splitButton>
33
+ `, isInline: true, dependencies: [{ kind: "ngmodule", type: ButtonModule }, { kind: "ngmodule", type: SplitButtonModule }, { kind: "component", type: i1.SplitButton, selector: "p-splitbutton, p-splitButton, p-split-button", inputs: ["model", "severity", "raised", "rounded", "text", "outlined", "size", "plain", "icon", "iconPos", "label", "tooltip", "tooltipOptions", "styleClass", "menuStyle", "menuStyleClass", "dropdownIcon", "appendTo", "dir", "expandAriaLabel", "showTransitionOptions", "hideTransitionOptions", "buttonProps", "menuButtonProps", "autofocus", "disabled", "tabindex", "menuButtonDisabled", "buttonDisabled"], outputs: ["onClick", "onMenuHide", "onMenuShow", "onDropdownClick"] }, { kind: "ngmodule", type: FormsModule }, { kind: "ngmodule", type: ReactiveFormsModule }] });
34
+ }
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlySplitButtonComponent, decorators: [{
36
+ type: Component,
37
+ args: [{ selector: 'formly-split-button-type',
38
+ standalone: true,
39
+ imports: [
40
+ ButtonModule,
41
+ SplitButtonModule,
42
+ FormsModule,
43
+ ReactiveFormsModule
44
+ ],
45
+ template: `
46
+ <p-splitButton
47
+ [label]="props.label"
48
+ [icon]="props.icon"
49
+ [model]="props.items"
50
+ (onClick)="props.onClick?.()"
51
+ class="p-button-sm p-button-text p-button-plain"
52
+ ></p-splitButton>
53
+ `,
54
+ }]
55
+ }] });
56
+
57
+ /**
58
+ * Generated bundle index. Do not edit.
59
+ */
60
+
61
+ export { FormlySplitButtonComponent, FormlySplitButtonModule };
62
+ //# sourceMappingURL=es.framework-ng.ui.core-formly-split-button.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es.framework-ng.ui.core-formly-split-button.mjs","sources":["../../../../libs/ng.ui.core/formly-split-button/src/lib/formly-split-button-module.ts","../../../../libs/ng.ui.core/formly-split-button/src/lib/formly-split-button.ts","../../../../libs/ng.ui.core/formly-split-button/src/es.framework-ng.ui.core-formly-split-button.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n imports: [CommonModule],\n})\nexport class FormlySplitButtonModule {}\n","// formly-split-button.component.ts\n\nimport { Component } from '@angular/core';\nimport { FieldType, FieldTypeConfig } from '@ngx-formly/core';\n\nimport { SplitButtonModule } from 'primeng/splitbutton';\nimport { MenuItem } from 'primeng/api';\nimport { FormsModule, ReactiveFormsModule } from '@angular/forms';\nimport { ButtonModule } from 'primeng/button';\n\ninterface SplitButtonProps {\n label: string;\n icon?: string;\n items: MenuItem[];\n onClick?: () => void;\n // إضافة أي خصائص أخرى تحتاجها من p-splitButton\n}\n\n@Component({ selector: 'formly-split-button-type',\n standalone: true,\n imports: [\n ButtonModule,\n SplitButtonModule,\n FormsModule,\n ReactiveFormsModule\n],\n template: `\n <p-splitButton\n [label]=\"props.label\"\n [icon]=\"props.icon\"\n [model]=\"props.items\"\n (onClick)=\"props.onClick?.()\"\n class=\"p-button-sm p-button-text p-button-plain\"\n ></p-splitButton>\n `,\n})\nexport class FormlySplitButtonComponent extends FieldType<FieldTypeConfig<SplitButtonProps>> {\n\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;MAMa,uBAAuB,CAAA;uGAAvB,uBAAuB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAvB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,uBAAuB,YAFxB,YAAY,CAAA,EAAA,CAAA;AAEX,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,uBAAuB,YAFxB,YAAY,CAAA,EAAA,CAAA;;2FAEX,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBAHnC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;AACxB,iBAAA;;;ACLD;AAoCM,MAAO,0BAA2B,SAAQ,SAA4C,CAAA;uGAA/E,0BAA0B,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAA1B,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,0BAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAV3B;;;;;;;;AAQV,CAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAbE,YAAY,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EACZ,iBAAiB,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,WAAA,EAAA,QAAA,EAAA,8CAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,UAAA,EAAA,QAAA,EAAA,SAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,OAAA,EAAA,MAAA,EAAA,SAAA,EAAA,OAAA,EAAA,SAAA,EAAA,gBAAA,EAAA,YAAA,EAAA,WAAA,EAAA,gBAAA,EAAA,cAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,uBAAA,EAAA,uBAAA,EAAA,aAAA,EAAA,iBAAA,EAAA,WAAA,EAAA,UAAA,EAAA,UAAA,EAAA,oBAAA,EAAA,gBAAA,CAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,YAAA,EAAA,YAAA,EAAA,iBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EACjB,WAAW,8BACX,mBAAmB,EAAA,CAAA,EAAA,CAAA;;2FAYV,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBAlBtC,SAAS;mBAAC,EAAE,QAAQ,EAAE,0BAA0B;AAChD,oBAAA,UAAU,EAAE,IAAI;AACf,oBAAA,OAAO,EAAE;wBACP,YAAY;wBACZ,iBAAiB;wBACjB,WAAW;wBACX;AACH,qBAAA;AACC,oBAAA,QAAQ,EAAE;;;;;;;;AAQV,CAAA,CAAA;AACD,iBAAA;;;ACnCD;;AAEG;;;;"}
@@ -0,0 +1,422 @@
1
+ import * as i0 from '@angular/core';
2
+ import { NgModule } from '@angular/core';
3
+ import { CommonModule } from '@angular/common';
4
+ import { AttachmentTypeComponent } from '@es.framework/ng.ui.core/attachments';
5
+ import { CollapsibleWrapper } from '@es.framework/ng.ui.core/collapsible';
6
+ import { ColorPickerComponent } from '@es.framework/ng.ui.core/color-picker';
7
+ import { CustomSwitchFieldComponent } from '@es.framework/ng.ui.core/custom-switch';
8
+ import { FormlyFieldButton } from '@es.framework/ng.ui.core/form-button';
9
+ import { FormlyTemplateType } from '@es.framework/ng.ui.core/form-template';
10
+ import { FormlyAvatarImageComponent } from '@es.framework/ng.ui.core/formly-avatar-image';
11
+ import { FormlyAvatarLabelComponent } from '@es.framework/ng.ui.core/formly-avatar-label';
12
+ import { FormlyButtonComponent } from '@es.framework/ng.ui.core/formly-button';
13
+ import { FormlySelectionButtonComponent } from '@es.framework/ng.ui.core/formly-button-selector';
14
+ import { FormlySplitButtonComponent } from '@es.framework/ng.ui.core/formly-split-button';
15
+ import { UsernameWithDomainComponent } from '@es.framework/ng.ui.core/formly-username-with-domain';
16
+ import { QueryBuilderComponent, SortBuilderComponent, GroupTypeComponent, TabTypeComponent, GroupBuilderComponent, ColumnsBuilderComponent } from '@es.framework/ng.ui.core/generic-search-advanced';
17
+ import { GenericSelectorTypeComponent } from '@es.framework/ng.ui.core/generic-selector';
18
+ import { IconPickerComponent } from '@es.framework/ng.ui.core/icon-picker';
19
+ import { InputSwitchTypeComponent } from '@es.framework/ng.ui.core/input-switch';
20
+ import { InputWithIconType } from '@es.framework/ng.ui.core/input-with-icon';
21
+ import { LabelTypeComponent, CustomTypeComponent, ClickableLabelTypeComponent } from '@es.framework/ng.ui.core/label-type';
22
+ import { RepeatTypeComponent, RepeatTableViewType } from '@es.framework/ng.ui.core/repeat';
23
+ import { TabsTypeComponent } from '@es.framework/ng.ui.core/tabs';
24
+ import { OptionTagTypeComponent, TagTypeComponent, ColorTagTypeComponent } from '@es.framework/ng.ui.core/tag-type';
25
+ import { RichTextEditorTypeComponent } from '@es.framework/ng.ui.core/text-editor';
26
+ import { PanelWrapperComponent, LabelWrapperComponent, TdWrapperComponent, CustomFieldWrapper } from '@es.framework/ng.ui.core/wrappers';
27
+ import { QueryTypeComponent } from '@es.framework/ng.ui.core/query-type';
28
+ import { PrimeIconPickerComponent } from '@es.framework/ng.ui.core/formly-prime-icon-picker';
29
+
30
+ class FormlyUiAllModule {
31
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlyUiAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
32
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.3", ngImport: i0, type: FormlyUiAllModule, imports: [CommonModule] });
33
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlyUiAllModule, imports: [CommonModule] });
34
+ }
35
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlyUiAllModule, decorators: [{
36
+ type: NgModule,
37
+ args: [{
38
+ imports: [CommonModule],
39
+ }]
40
+ }] });
41
+
42
+ function provideAllFormlyFields() {
43
+ const fields = [
44
+ withFormlyFieldInputWithIcon,
45
+ withFormlyFieldAttachment,
46
+ withFormlyFieldRichTextEditor,
47
+ withFormlyFieldGenericSelector,
48
+ withFormlyFieldSwitch,
49
+ withFormlyFieldUsernameWithDomain,
50
+ withFormlyFieldCustomSwitch,
51
+ withFormlyFieldFormlySplit,
52
+ withFormlyFieldButtonSelection,
53
+ withFormlyFieldAvatarLabelButton,
54
+ withFormlyFieldFormlyButton,
55
+ withFormlyFieldLabelType,
56
+ withFormlyFieldClickableLabelType,
57
+ withFormlyFieldOptionTag,
58
+ withFormlyFieldRepeat,
59
+ withFormlyFieldTabs,
60
+ withFormlyFieldTag,
61
+ withFormlyFieldColorTag,
62
+ withFormlyFieldIconPicker,
63
+ withFormlyFieldColorPicker,
64
+ withFormlyFieldTemplate,
65
+ withFormlyFieldButton,
66
+ withFormlyFieldAvatarImage,
67
+ withFormlyWrappers,
68
+ withFormlyQueryBuilder,
69
+ ];
70
+ // Call each provider function to get the Provider object
71
+ return fields.map(fn => fn());
72
+ }
73
+ // ---- Field Providers ----
74
+ function withFormlyQueryBuilder() {
75
+ return {
76
+ types: [
77
+ {
78
+ name: 'query-builder',
79
+ component: QueryBuilderComponent
80
+ },
81
+ {
82
+ name: 'sort-builder',
83
+ component: SortBuilderComponent
84
+ },
85
+ {
86
+ name: 'group', component: GroupTypeComponent
87
+ },
88
+ {
89
+ name: 'tab-type',
90
+ component: TabTypeComponent
91
+ },
92
+ {
93
+ name: 'group-builder',
94
+ component: GroupBuilderComponent
95
+ },
96
+ {
97
+ name: 'columns-builder',
98
+ component: ColumnsBuilderComponent
99
+ },
100
+ { name: 'query-type', component: QueryTypeComponent, },
101
+ ],
102
+ };
103
+ }
104
+ function withFormlyFieldInputWithIcon() {
105
+ return {
106
+ types: [
107
+ {
108
+ name: 'inputWithIcon',
109
+ component: InputWithIconType,
110
+ wrappers: ['form-field'],
111
+ },
112
+ ],
113
+ };
114
+ }
115
+ function withFormlyFieldAttachment() {
116
+ return {
117
+ types: [
118
+ {
119
+ name: 'attachment-type',
120
+ component: AttachmentTypeComponent,
121
+ wrappers: ['form-field'],
122
+ },
123
+ ],
124
+ };
125
+ }
126
+ function withFormlyFieldRichTextEditor() {
127
+ return {
128
+ types: [
129
+ {
130
+ name: 'rich-text-editor',
131
+ component: RichTextEditorTypeComponent,
132
+ wrappers: ['form-field'],
133
+ },
134
+ ],
135
+ };
136
+ }
137
+ function withFormlyFieldGenericSelector() {
138
+ return {
139
+ types: [
140
+ {
141
+ name: 'generic-selector',
142
+ component: GenericSelectorTypeComponent,
143
+ wrappers: ['form-field'],
144
+ // defaultOptions: {
145
+ // props: {
146
+ // loadDefaultField: 'isDefault', // 👈 default value
147
+ // loadDefaultValue: true, // 👈 default value
148
+ // loadDefault: true, // 👈 default value
149
+ // fixedFilters:{
150
+ // isActive:true
151
+ // }
152
+ // },
153
+ // },
154
+ },
155
+ ],
156
+ };
157
+ }
158
+ function globalGenericSelectorExtension() {
159
+ return {
160
+ extensions: [
161
+ {
162
+ name: 'generic-selector-defaults',
163
+ extension: {
164
+ prePopulate(field) {
165
+ if (field.type === 'generic-selector') {
166
+ field.props = {
167
+ loadDefaultField: 'isDefault',
168
+ loadDefaultValue: true,
169
+ loadDefault: true,
170
+ fixedFilters: {
171
+ isActive: true
172
+ },
173
+ ...field.props, // 👈 keep per-field overrides
174
+ };
175
+ }
176
+ },
177
+ },
178
+ },
179
+ ],
180
+ };
181
+ }
182
+ function withFormlyFieldSwitch() {
183
+ return {
184
+ types: [
185
+ {
186
+ name: 'switch',
187
+ component: InputSwitchTypeComponent,
188
+ wrappers: ['form-field-no'],
189
+ },
190
+ ],
191
+ };
192
+ }
193
+ function withFormlyFieldUsernameWithDomain() {
194
+ return {
195
+ types: [
196
+ {
197
+ name: 'username-with-domain',
198
+ component: UsernameWithDomainComponent,
199
+ wrappers: ['form-field'],
200
+ },
201
+ ],
202
+ };
203
+ }
204
+ function withFormlyFieldCustomSwitch() {
205
+ return {
206
+ types: [
207
+ {
208
+ name: 'custom-switch',
209
+ component: CustomSwitchFieldComponent,
210
+ wrappers: ['form-field-no'],
211
+ },
212
+ ],
213
+ };
214
+ }
215
+ function withFormlyFieldFormlySplit() {
216
+ return {
217
+ types: [
218
+ {
219
+ name: 'Formly-Split',
220
+ component: FormlySplitButtonComponent,
221
+ wrappers: ['form-field'],
222
+ },
223
+ ],
224
+ };
225
+ }
226
+ function withFormlyFieldButtonSelection() {
227
+ return {
228
+ types: [
229
+ {
230
+ name: 'Button-Selection',
231
+ component: FormlySelectionButtonComponent,
232
+ wrappers: ['form-field'],
233
+ },
234
+ ],
235
+ };
236
+ }
237
+ function withFormlyFieldAvatarLabelButton() {
238
+ return {
239
+ types: [
240
+ {
241
+ name: 'avatar-label-button',
242
+ component: FormlyAvatarLabelComponent,
243
+ },
244
+ ],
245
+ };
246
+ }
247
+ function withFormlyFieldFormlyButton() {
248
+ return {
249
+ types: [
250
+ {
251
+ name: 'formly-button',
252
+ component: FormlyButtonComponent,
253
+ },
254
+ ],
255
+ };
256
+ }
257
+ function withFormlyFieldLabelType() {
258
+ return {
259
+ types: [
260
+ {
261
+ name: 'label-type',
262
+ component: LabelTypeComponent,
263
+ },
264
+ {
265
+ name: 'custom-label-type',
266
+ component: CustomTypeComponent,
267
+ wrappers: ['field-wrapper']
268
+ },
269
+ ],
270
+ };
271
+ }
272
+ function withFormlyFieldClickableLabelType() {
273
+ return {
274
+ types: [
275
+ {
276
+ name: 'clickable-label-type',
277
+ component: ClickableLabelTypeComponent,
278
+ },
279
+ ],
280
+ };
281
+ }
282
+ function withFormlyFieldOptionTag() {
283
+ return {
284
+ types: [
285
+ {
286
+ name: 'option-tag',
287
+ component: OptionTagTypeComponent,
288
+ },
289
+ ],
290
+ };
291
+ }
292
+ function withFormlyFieldRepeat() {
293
+ return {
294
+ types: [
295
+ {
296
+ name: 'repeat',
297
+ component: RepeatTypeComponent,
298
+ },
299
+ {
300
+ name: 'repeat-table-view',
301
+ component: RepeatTableViewType,
302
+ },
303
+ ],
304
+ };
305
+ }
306
+ function withFormlyFieldTabs() {
307
+ return {
308
+ types: [
309
+ {
310
+ name: 'tabs',
311
+ component: TabsTypeComponent,
312
+ },
313
+ ],
314
+ };
315
+ }
316
+ function withFormlyFieldTag() {
317
+ return {
318
+ types: [
319
+ {
320
+ name: 'tag',
321
+ component: TagTypeComponent,
322
+ },
323
+ ],
324
+ };
325
+ }
326
+ function withFormlyFieldColorTag() {
327
+ return {
328
+ types: [
329
+ {
330
+ name: 'color-tag',
331
+ component: ColorTagTypeComponent,
332
+ },
333
+ ],
334
+ };
335
+ }
336
+ function withFormlyFieldIconPicker() {
337
+ return {
338
+ types: [
339
+ {
340
+ name: 'icon-picker',
341
+ component: IconPickerComponent,
342
+ wrappers: ['form-field-no'],
343
+ },
344
+ ],
345
+ };
346
+ }
347
+ function withFormlyFieldColorPicker() {
348
+ return {
349
+ types: [
350
+ {
351
+ name: 'color-picker',
352
+ component: ColorPickerComponent,
353
+ wrappers: ['form-field-no'],
354
+ },
355
+ ],
356
+ };
357
+ }
358
+ function withFormlyFieldTemplate() {
359
+ return {
360
+ types: [
361
+ {
362
+ name: 'template',
363
+ component: FormlyTemplateType,
364
+ },
365
+ ],
366
+ };
367
+ }
368
+ function withFormlyFieldButton() {
369
+ return {
370
+ types: [
371
+ {
372
+ name: 'button',
373
+ component: FormlyFieldButton,
374
+ wrappers: ['form-field'],
375
+ defaultOptions: {
376
+ props: {
377
+ btnType: 'default',
378
+ type: 'button',
379
+ },
380
+ },
381
+ },
382
+ ],
383
+ };
384
+ }
385
+ function withFormlyFieldAvatarImage() {
386
+ return {
387
+ types: [
388
+ {
389
+ name: 'avatar-image',
390
+ component: FormlyAvatarImageComponent,
391
+ },
392
+ ],
393
+ };
394
+ }
395
+ function withFormlyPrimeIconPicker() {
396
+ return {
397
+ types: [
398
+ {
399
+ name: 'prime-icon-picker',
400
+ component: PrimeIconPickerComponent,
401
+ },
402
+ ],
403
+ };
404
+ }
405
+ function withFormlyWrappers() {
406
+ return {
407
+ wrappers: [
408
+ { name: 'panel', component: PanelWrapperComponent },
409
+ { name: 'label', component: LabelWrapperComponent },
410
+ { name: 'td', component: TdWrapperComponent },
411
+ { name: 'collapsible', component: CollapsibleWrapper },
412
+ { name: 'field-wrapper', component: CustomFieldWrapper },
413
+ ],
414
+ };
415
+ }
416
+
417
+ /**
418
+ * Generated bundle index. Do not edit.
419
+ */
420
+
421
+ export { FormlyUiAllModule, globalGenericSelectorExtension, provideAllFormlyFields, withFormlyFieldAttachment, withFormlyFieldAvatarImage, withFormlyFieldAvatarLabelButton, withFormlyFieldButton, withFormlyFieldButtonSelection, withFormlyFieldClickableLabelType, withFormlyFieldColorPicker, withFormlyFieldColorTag, withFormlyFieldCustomSwitch, withFormlyFieldFormlyButton, withFormlyFieldFormlySplit, withFormlyFieldGenericSelector, withFormlyFieldIconPicker, withFormlyFieldInputWithIcon, withFormlyFieldLabelType, withFormlyFieldOptionTag, withFormlyFieldRepeat, withFormlyFieldRichTextEditor, withFormlyFieldSwitch, withFormlyFieldTabs, withFormlyFieldTag, withFormlyFieldTemplate, withFormlyFieldUsernameWithDomain, withFormlyPrimeIconPicker, withFormlyQueryBuilder, withFormlyWrappers };
422
+ //# sourceMappingURL=es.framework-ng.ui.core-formly-ui-all.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es.framework-ng.ui.core-formly-ui-all.mjs","sources":["../../../../libs/ng.ui.core/formly-ui-all/src/lib/formly-ui-all-module.ts","../../../../libs/ng.ui.core/formly-ui-all/src/lib/formly-all.config.ts","../../../../libs/ng.ui.core/formly-ui-all/src/es.framework-ng.ui.core-formly-ui-all.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n imports: [CommonModule],\n})\nexport class FormlyUiAllModule {}\n","import { AttachmentTypeComponent } from \"@es.framework/ng.ui.core/attachments\";\r\nimport { CollapsibleWrapper } from \"@es.framework/ng.ui.core/collapsible\";\r\nimport { ColorPickerComponent } from \"@es.framework/ng.ui.core/color-picker\";\r\nimport { CustomSwitchFieldComponent } from \"@es.framework/ng.ui.core/custom-switch\";\r\nimport { FormlyFieldButton } from \"@es.framework/ng.ui.core/form-button\";\r\nimport { FormlyTemplateType } from \"@es.framework/ng.ui.core/form-template\";\r\nimport { FormlyAvatarImageComponent } from \"@es.framework/ng.ui.core/formly-avatar-image\";\r\nimport { FormlyAvatarLabelComponent } from \"@es.framework/ng.ui.core/formly-avatar-label\";\r\nimport { FormlyButtonComponent } from \"@es.framework/ng.ui.core/formly-button\";\r\nimport { FormlySelectionButtonComponent } from \"@es.framework/ng.ui.core/formly-button-selector\";\r\nimport { FormlySplitButtonComponent } from \"@es.framework/ng.ui.core/formly-split-button\";\r\nimport { UsernameWithDomainComponent } from \"@es.framework/ng.ui.core/formly-username-with-domain\";\r\nimport { ColumnsBuilderComponent, GroupBuilderComponent, GroupTypeComponent, QueryBuilderComponent, SortBuilderComponent, TabTypeComponent } from \"@es.framework/ng.ui.core/generic-search-advanced\";\r\nimport { GenericSelectorTypeComponent } from \"@es.framework/ng.ui.core/generic-selector\";\r\nimport { IconPickerComponent } from \"@es.framework/ng.ui.core/icon-picker\";\r\nimport { InputSwitchTypeComponent } from \"@es.framework/ng.ui.core/input-switch\";\r\nimport { InputWithIconType } from \"@es.framework/ng.ui.core/input-with-icon\";\r\nimport { LabelTypeComponent, ClickableLabelTypeComponent, CustomTypeComponent } from \"@es.framework/ng.ui.core/label-type\";\r\nimport { RepeatTableViewType, RepeatTypeComponent } from \"@es.framework/ng.ui.core/repeat\";\r\nimport { TabsTypeComponent } from \"@es.framework/ng.ui.core/tabs\";\r\nimport { OptionTagTypeComponent, TagTypeComponent, ColorTagTypeComponent } from \"@es.framework/ng.ui.core/tag-type\";\r\nimport { RichTextEditorTypeComponent } from \"@es.framework/ng.ui.core/text-editor\";\r\nimport { PanelWrapperComponent, LabelWrapperComponent, TdWrapperComponent, CustomFieldWrapper } from \"@es.framework/ng.ui.core/wrappers\";\r\n// eslint-disable-next-line @nx/enforce-module-boundaries\r\nimport { ConfigOption, FormlyFieldConfig } from \"@ngx-formly/core\";\r\nimport { QueryTypeComponent } from \"@es.framework/ng.ui.core/query-type\";\r\nimport { PrimeIconPickerComponent } from \"@es.framework/ng.ui.core/formly-prime-icon-picker\";\r\n\r\n\r\nexport function provideAllFormlyFields(): ConfigOption[] {\r\n const fields = [\r\n\r\n withFormlyFieldInputWithIcon,\r\n withFormlyFieldAttachment,\r\n withFormlyFieldRichTextEditor,\r\n withFormlyFieldGenericSelector,\r\n withFormlyFieldSwitch,\r\n withFormlyFieldUsernameWithDomain,\r\n withFormlyFieldCustomSwitch,\r\n withFormlyFieldFormlySplit,\r\n withFormlyFieldButtonSelection,\r\n withFormlyFieldAvatarLabelButton,\r\n withFormlyFieldFormlyButton,\r\n withFormlyFieldLabelType,\r\n withFormlyFieldClickableLabelType,\r\n withFormlyFieldOptionTag,\r\n withFormlyFieldRepeat,\r\n withFormlyFieldTabs,\r\n withFormlyFieldTag,\r\n withFormlyFieldColorTag,\r\n withFormlyFieldIconPicker,\r\n withFormlyFieldColorPicker,\r\n withFormlyFieldTemplate,\r\n withFormlyFieldButton,\r\n withFormlyFieldAvatarImage,\r\n withFormlyWrappers,\r\n withFormlyQueryBuilder,\r\n ];\r\n\r\n // Call each provider function to get the Provider object\r\n return fields.map(fn => fn());\r\n}\r\n\r\n\r\n// ---- Field Providers ----\r\n\r\n\r\nexport function withFormlyQueryBuilder(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'query-builder',\r\n component: QueryBuilderComponent\r\n },\r\n {\r\n name: 'sort-builder',\r\n component: SortBuilderComponent\r\n },\r\n {\r\n name: 'group', component: GroupTypeComponent\r\n },\r\n {\r\n name: 'tab-type',\r\n component: TabTypeComponent\r\n },\r\n {\r\n name: 'group-builder',\r\n component: GroupBuilderComponent\r\n },\r\n {\r\n name: 'columns-builder',\r\n component: ColumnsBuilderComponent\r\n },\r\n { name: 'query-type', component: QueryTypeComponent, },\r\n ],\r\n };\r\n}\r\n\r\n\r\nexport function withFormlyFieldInputWithIcon(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'inputWithIcon',\r\n component: InputWithIconType,\r\n wrappers: ['form-field'],\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldAttachment(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'attachment-type',\r\n component: AttachmentTypeComponent,\r\n wrappers: ['form-field'],\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldRichTextEditor(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'rich-text-editor',\r\n component: RichTextEditorTypeComponent,\r\n wrappers: ['form-field'],\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldGenericSelector(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'generic-selector',\r\n component: GenericSelectorTypeComponent,\r\n wrappers: ['form-field'],\r\n // defaultOptions: {\r\n // props: {\r\n // loadDefaultField: 'isDefault', // 👈 default value\r\n // loadDefaultValue: true, // 👈 default value\r\n // loadDefault: true, // 👈 default value\r\n\r\n // fixedFilters:{\r\n // isActive:true\r\n // }\r\n // },\r\n // },\r\n },\r\n ],\r\n };\r\n}\r\nexport function globalGenericSelectorExtension(): ConfigOption {\r\n return {\r\n extensions: [\r\n {\r\n name: 'generic-selector-defaults',\r\n extension: {\r\n prePopulate(field: FormlyFieldConfig) {\r\n if (field.type === 'generic-selector') {\r\n field.props = {\r\n loadDefaultField: 'isDefault',\r\n loadDefaultValue: true,\r\n loadDefault: true,\r\n fixedFilters:{\r\n isActive:true\r\n },\r\n ...field.props, // 👈 keep per-field overrides\r\n };\r\n }\r\n },\r\n },\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldSwitch(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'switch',\r\n component: InputSwitchTypeComponent,\r\n wrappers: ['form-field-no'],\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldUsernameWithDomain(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'username-with-domain',\r\n component: UsernameWithDomainComponent,\r\n wrappers: ['form-field'],\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldCustomSwitch(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'custom-switch',\r\n component: CustomSwitchFieldComponent,\r\n wrappers: ['form-field-no'],\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldFormlySplit(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'Formly-Split',\r\n component: FormlySplitButtonComponent,\r\n wrappers: ['form-field'],\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldButtonSelection(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'Button-Selection',\r\n component: FormlySelectionButtonComponent,\r\n wrappers: ['form-field'],\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldAvatarLabelButton(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'avatar-label-button',\r\n component: FormlyAvatarLabelComponent,\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldFormlyButton(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'formly-button',\r\n component: FormlyButtonComponent,\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldLabelType(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'label-type',\r\n component: LabelTypeComponent,\r\n },\r\n {\r\n name: 'custom-label-type',\r\n component: CustomTypeComponent,\r\n wrappers:['field-wrapper']\r\n },\r\n\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldClickableLabelType(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'clickable-label-type',\r\n component: ClickableLabelTypeComponent,\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldOptionTag(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'option-tag',\r\n component: OptionTagTypeComponent,\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldRepeat(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'repeat',\r\n component: RepeatTypeComponent,\r\n },\r\n {\r\n name: 'repeat-table-view',\r\n component: RepeatTableViewType,\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldTabs(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'tabs',\r\n component: TabsTypeComponent,\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldTag(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'tag',\r\n component: TagTypeComponent,\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldColorTag(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'color-tag',\r\n component: ColorTagTypeComponent,\r\n },\r\n ],\r\n };\r\n}\r\n\r\n\r\n\r\nexport function withFormlyFieldIconPicker(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'icon-picker',\r\n component: IconPickerComponent,\r\n wrappers: ['form-field-no'],\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldColorPicker(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'color-picker',\r\n component: ColorPickerComponent,\r\n wrappers: ['form-field-no'],\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldTemplate(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'template',\r\n component: FormlyTemplateType,\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldButton(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'button',\r\n component: FormlyFieldButton,\r\n wrappers: ['form-field'],\r\n defaultOptions: {\r\n props: {\r\n btnType: 'default',\r\n type: 'button',\r\n },\r\n },\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyFieldAvatarImage(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'avatar-image',\r\n component: FormlyAvatarImageComponent,\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyPrimeIconPicker(): ConfigOption {\r\n return {\r\n types: [\r\n {\r\n name: 'prime-icon-picker',\r\n component: PrimeIconPickerComponent,\r\n },\r\n ],\r\n };\r\n}\r\n\r\nexport function withFormlyWrappers(): ConfigOption {\r\n return {\r\n wrappers: [\r\n { name: 'panel', component: PanelWrapperComponent },\r\n { name: 'label', component: LabelWrapperComponent },\r\n { name: 'td', component: TdWrapperComponent },\r\n { name: 'collapsible', component: CollapsibleWrapper },\r\n { name: 'field-wrapper', component: CustomFieldWrapper },\r\n ],\r\n };\r\n}\r\n\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,48 @@
1
+ import * as i0 from '@angular/core';
2
+ import { NgModule } from '@angular/core';
3
+ import { CommonModule } from '@angular/common';
4
+ import { withFormlyPrimeNG } from '@ngx-formly/primeng';
5
+ import { withFormlyFieldDatepicker } from '@es.framework/ng.ui.core/datepicker';
6
+ import { withFormlyFormField } from '@es.framework/ng.ui.core/form-field';
7
+ import { withFormlyFieldInput, withFormlyFieldAdvancedInput, withFormlyFieldString, withFormlyFieldNumber, withFormlyFieldInteger } from '@es.framework/ng.ui.core/input';
8
+ import { withFormlyFieldSelect } from '@es.framework/ng.ui.core/select';
9
+ import { provideFormlyCore } from '@ngx-formly/core';
10
+ import { withFormlyFieldTextArea } from '@es.framework/ng.ui.core/textarea';
11
+ import { withFormlyFieldCheckbox } from '@es.framework/ng.ui.core/checkbox';
12
+
13
+ class FormlyUiModule {
14
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlyUiModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
15
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.3", ngImport: i0, type: FormlyUiModule, imports: [CommonModule] });
16
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlyUiModule, imports: [CommonModule] });
17
+ }
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.3", ngImport: i0, type: FormlyUiModule, decorators: [{
19
+ type: NgModule,
20
+ args: [{
21
+ imports: [CommonModule],
22
+ }]
23
+ }] });
24
+
25
+ function provideFormly() {
26
+ return [
27
+ provideFormlyCore([
28
+ ...withFormlyPrimeNG(),
29
+ withFormlyFormField(),
30
+ withFormlyFieldInput(),
31
+ withFormlyFieldSelect(),
32
+ withFormlyFieldDatepicker(),
33
+ withFormlyFieldTextArea(),
34
+ withFormlyFieldCheckbox(),
35
+ withFormlyFieldAdvancedInput(),
36
+ withFormlyFieldString(),
37
+ withFormlyFieldNumber(),
38
+ withFormlyFieldInteger(),
39
+ ]),
40
+ ];
41
+ }
42
+
43
+ /**
44
+ * Generated bundle index. Do not edit.
45
+ */
46
+
47
+ export { FormlyUiModule, provideFormly };
48
+ //# sourceMappingURL=es.framework-ng.ui.core-formly-ui.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"es.framework-ng.ui.core-formly-ui.mjs","sources":["../../../../libs/ng.ui.core/formly-ui/src/lib/formly-ui-module.ts","../../../../libs/ng.ui.core/formly-ui/src/lib/formly.config.ts","../../../../libs/ng.ui.core/formly-ui/src/es.framework-ng.ui.core-formly-ui.ts"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\n@NgModule({\n imports: [CommonModule],\n})\nexport class FormlyUiModule {}\n","import { withFormlyPrimeNG } from '@ngx-formly/primeng';\r\nimport { withFormlyFieldDatepicker } from \"@es.framework/ng.ui.core/datepicker\";\r\nimport { withFormlyFormField } from \"@es.framework/ng.ui.core/form-field\";\r\nimport { withFormlyFieldAdvancedInput, withFormlyFieldInput, withFormlyFieldInteger, withFormlyFieldNumber, withFormlyFieldString } from \"@es.framework/ng.ui.core/input\";\r\nimport { withFormlyFieldSelect } from \"@es.framework/ng.ui.core/select\";\r\nimport { provideFormlyCore } from \"@ngx-formly/core\";\r\nimport { withFormlyFieldTextArea } from \"@es.framework/ng.ui.core/textarea\";\r\nimport { withFormlyFieldCheckbox } from \"@es.framework/ng.ui.core/checkbox\";\r\n\r\nimport { Provider } from '@angular/core';\r\n\r\n\r\n\r\n\r\nexport function provideFormly(): Provider[] {\r\n\r\n\r\n return [\r\n provideFormlyCore([\r\n ...withFormlyPrimeNG(),\r\n\r\n withFormlyFormField(),\r\n withFormlyFieldInput(),\r\n withFormlyFieldSelect(),\r\n withFormlyFieldDatepicker(),\r\n withFormlyFieldTextArea(),\r\n withFormlyFieldCheckbox(),\r\n withFormlyFieldAdvancedInput(),\r\n withFormlyFieldString(),\r\n withFormlyFieldNumber(),\r\n withFormlyFieldInteger(),\r\n\r\n ]),\r\n\r\n\r\n ];\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;MAMa,cAAc,CAAA;uGAAd,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA;AAAd,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAFf,YAAY,CAAA,EAAA,CAAA;AAEX,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAFf,YAAY,CAAA,EAAA,CAAA;;2FAEX,cAAc,EAAA,UAAA,EAAA,CAAA;kBAH1B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,OAAO,EAAE,CAAC,YAAY,CAAC;AACxB,iBAAA;;;SCSe,aAAa,GAAA;IAG3B,OAAO;AACL,QAAA,iBAAiB,CAAC;AACjB,YAAA,GAAG,iBAAiB,EAAE;AAEzB,YAAA,mBAAmB,EAAE;AACrB,YAAA,oBAAoB,EAAE;AACtB,YAAA,qBAAqB,EAAE;AACvB,YAAA,yBAAyB,EAAE;AAC3B,YAAA,uBAAuB,EAAE;AACzB,YAAA,uBAAuB,EAAE;AACzB,YAAA,4BAA4B,EAAE;AAC5B,YAAA,qBAAqB,EAAE;AACvB,YAAA,qBAAqB,EAAE;AACvB,YAAA,sBAAsB,EAAE;SAEvB,CAAC;KAGH;AACH;;ACpCA;;AAEG;;;;"}