aril 2.0.1-dev.3 → 2.0.1-dev.5

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 (199) hide show
  1. package/boot/bridge/src/mfe-bridge.d.ts +33 -0
  2. package/boot/config/apps/src/interfaces.d.ts +7 -1
  3. package/boot/config/apps/src/route-close.service.d.ts +8 -3
  4. package/boot/config/apps/src/route-permissions.d.ts +2 -2
  5. package/esm2022/boot/bridge/src/mfe-bridge.mjs +18 -1
  6. package/esm2022/boot/config/api/src/interfaces.mjs +3 -2
  7. package/esm2022/boot/config/apps/src/apps.service.mjs +2 -2
  8. package/esm2022/boot/config/apps/src/custom-route-reuse-strategy.class.mjs +4 -4
  9. package/esm2022/boot/config/apps/src/interfaces.mjs +2 -1
  10. package/esm2022/boot/config/apps/src/route-close.service.mjs +11 -4
  11. package/esm2022/boot/config/apps/src/route-permissions.mjs +24 -6
  12. package/esm2022/boot/config/plugins/src/plugins.service.mjs +7 -5
  13. package/esm2022/boot/host/src/bootstrap.mjs +5 -3
  14. package/esm2022/boot/mfe/src/bootstrap.mjs +15 -3
  15. package/esm2022/http/index.mjs +1 -2
  16. package/esm2022/http/src/serviceBase.mjs +4 -4
  17. package/esm2022/http/src/serviceStateMethods.mjs +9 -1
  18. package/esm2022/keycloak/src/auth.interceptor.mjs +5 -2
  19. package/esm2022/selection/aril-selection.mjs +5 -0
  20. package/esm2022/selection/index.mjs +2 -0
  21. package/esm2022/selection/src/interfaces.mjs +2 -0
  22. package/esm2022/selection/src/selection-group.service.mjs +195 -0
  23. package/esm2022/theme/layout/app/profileSidebar/modals/edit-profile-modal/edit-profile-modal.component.mjs +2 -2
  24. package/esm2022/theme/layout/index.mjs +4 -2
  25. package/esm2022/theme/layout/service/breadcrumb-publisher.service.mjs +12 -4
  26. package/esm2022/theme/layout/service/interfaces/interfaces.mjs +1 -1
  27. package/esm2022/ui/button/index.mjs +1 -2
  28. package/esm2022/ui/button/src/button.component.mjs +5 -2
  29. package/esm2022/ui/charts/index.mjs +1 -11
  30. package/esm2022/ui/lib/index.mjs +1 -4
  31. package/esm2022/ui/lib/src/form/form-error-message.directive.mjs +9 -5
  32. package/esm2022/ui/multiSelect/src/multi-select.component.mjs +25 -25
  33. package/esm2022/ui/relativeDateSelector/src/relative-date-selector.component.mjs +2 -2
  34. package/esm2022/ui/selectBox/src/select-box.component.mjs +11 -34
  35. package/esm2022/ui/table/src/table.component.mjs +10 -5
  36. package/esm2022/ui/value/src/value.component.mjs +3 -2
  37. package/esm2022/ui-business/enumPicker/src/enum-picker.component.mjs +14 -6
  38. package/esm2022/util/activity/aril-util-activity.mjs +5 -0
  39. package/esm2022/util/activity/index.mjs +4 -0
  40. package/esm2022/util/activity/src/activity.constants.mjs +4 -0
  41. package/esm2022/util/activity/src/activity.service.mjs +218 -0
  42. package/esm2022/util/activity/src/activity.types.mjs +2 -0
  43. package/esm2022/util/block/src/block.mjs +9 -25
  44. package/esm2022/util/pub-sub/src/pub-sub.service.mjs +10 -5
  45. package/fesm2022/{aril-app.component-s14ruALV.mjs → aril-app.component-MjG_tPEe.mjs} +2 -1
  46. package/fesm2022/{aril-app.component-s14ruALV.mjs.map → aril-app.component-MjG_tPEe.mjs.map} +1 -1
  47. package/fesm2022/aril-boot-bridge.mjs +17 -0
  48. package/fesm2022/aril-boot-bridge.mjs.map +1 -1
  49. package/fesm2022/aril-boot-config-api.mjs +2 -1
  50. package/fesm2022/aril-boot-config-api.mjs.map +1 -1
  51. package/fesm2022/aril-boot-config-apps.mjs +36 -12
  52. package/fesm2022/aril-boot-config-apps.mjs.map +1 -1
  53. package/fesm2022/aril-boot-config-plugins.mjs +6 -4
  54. package/fesm2022/aril-boot-config-plugins.mjs.map +1 -1
  55. package/fesm2022/aril-boot-host.mjs +4 -2
  56. package/fesm2022/aril-boot-host.mjs.map +1 -1
  57. package/fesm2022/{aril-boot-mfe-app.component-AS4MzEo2.mjs → aril-boot-mfe-app.component-DtspQ3J8.mjs} +3 -2
  58. package/fesm2022/{aril-boot-mfe-app.component-AS4MzEo2.mjs.map → aril-boot-mfe-app.component-DtspQ3J8.mjs.map} +1 -1
  59. package/fesm2022/{aril-boot-mfe-aril-boot-mfe-Ui9Cv3UC.mjs → aril-boot-mfe-aril-boot-mfe-lovoFcgw.mjs} +16 -4
  60. package/fesm2022/aril-boot-mfe-aril-boot-mfe-lovoFcgw.mjs.map +1 -0
  61. package/fesm2022/aril-boot-mfe.mjs +2 -1
  62. package/fesm2022/aril-boot-mfe.mjs.map +1 -1
  63. package/fesm2022/aril-http.mjs +11 -7
  64. package/fesm2022/aril-http.mjs.map +1 -1
  65. package/fesm2022/aril-keycloak.mjs +4 -1
  66. package/fesm2022/aril-keycloak.mjs.map +1 -1
  67. package/fesm2022/aril-selection.mjs +202 -0
  68. package/fesm2022/aril-selection.mjs.map +1 -0
  69. package/fesm2022/aril-theme-layout.mjs +14 -66
  70. package/fesm2022/aril-theme-layout.mjs.map +1 -1
  71. package/fesm2022/aril-ui-business-enumPicker.mjs +14 -6
  72. package/fesm2022/aril-ui-business-enumPicker.mjs.map +1 -1
  73. package/fesm2022/aril-ui-button.mjs +5 -17
  74. package/fesm2022/aril-ui-button.mjs.map +1 -1
  75. package/fesm2022/aril-ui-charts.mjs +4 -1302
  76. package/fesm2022/aril-ui-charts.mjs.map +1 -1
  77. package/fesm2022/aril-ui-lib.mjs +10 -98
  78. package/fesm2022/aril-ui-lib.mjs.map +1 -1
  79. package/fesm2022/aril-ui-multiSelect.mjs +24 -24
  80. package/fesm2022/aril-ui-multiSelect.mjs.map +1 -1
  81. package/fesm2022/aril-ui-relativeDateSelector.mjs +1 -1
  82. package/fesm2022/aril-ui-relativeDateSelector.mjs.map +1 -1
  83. package/fesm2022/aril-ui-selectBox.mjs +10 -33
  84. package/fesm2022/aril-ui-selectBox.mjs.map +1 -1
  85. package/fesm2022/aril-ui-table.mjs +9 -4
  86. package/fesm2022/aril-ui-table.mjs.map +1 -1
  87. package/fesm2022/aril-ui-value.mjs +2 -1
  88. package/fesm2022/aril-ui-value.mjs.map +1 -1
  89. package/fesm2022/aril-util-activity.mjs +228 -0
  90. package/fesm2022/aril-util-activity.mjs.map +1 -0
  91. package/fesm2022/aril-util-block.mjs +9 -25
  92. package/fesm2022/aril-util-block.mjs.map +1 -1
  93. package/fesm2022/aril-util-pub-sub.mjs +9 -4
  94. package/fesm2022/aril-util-pub-sub.mjs.map +1 -1
  95. package/fesm2022/aril.mjs +18 -5
  96. package/fesm2022/aril.mjs.map +1 -1
  97. package/http/index.d.ts +0 -1
  98. package/http/src/serviceStateMethods.d.ts +1 -0
  99. package/package.json +210 -234
  100. package/scripts/mf-shared.js +47 -0
  101. package/selection/index.d.ts +1 -0
  102. package/selection/src/interfaces.d.ts +8 -0
  103. package/{theme/layout/service → selection/src}/selection-group.service.d.ts +9 -5
  104. package/theme/layout/index.d.ts +1 -1
  105. package/theme/layout/index.ts +3 -1
  106. package/theme/layout/service/breadcrumb-publisher.service.ts +18 -8
  107. package/theme/layout/service/interfaces/interfaces.d.ts +3 -17
  108. package/theme/layout/service/interfaces/interfaces.ts +6 -18
  109. package/ui/button/index.d.ts +0 -1
  110. package/ui/button/src/button.component.d.ts +2 -0
  111. package/ui/charts/index.d.ts +0 -10
  112. package/ui/lib/index.d.ts +0 -3
  113. package/ui/lib/src/form/form-error-message.directive.d.ts +4 -3
  114. package/ui/multiSelect/src/multi-select.component.d.ts +4 -5
  115. package/ui/selectBox/src/select-box.component.d.ts +2 -7
  116. package/ui/table/src/table.component.d.ts +3 -2
  117. package/util/activity/index.d.ts +3 -0
  118. package/util/activity/src/activity.constants.d.ts +3 -0
  119. package/util/activity/src/activity.service.d.ts +35 -0
  120. package/util/activity/src/activity.types.d.ts +13 -0
  121. package/util/block/src/block.d.ts +4 -10
  122. package/util/pub-sub/src/pub-sub.service.d.ts +2 -2
  123. package/esm2022/http/src/serviceMockBase.mjs +0 -4
  124. package/esm2022/theme/layout/service/selection-group.service.mjs +0 -65
  125. package/esm2022/ui/button/src/split-button.component.mjs +0 -18
  126. package/esm2022/ui/charts/src/amCharts/column/column-chart.component.mjs +0 -124
  127. package/esm2022/ui/charts/src/amCharts/line/line-chart.component.mjs +0 -164
  128. package/esm2022/ui/charts/src/amCharts/pie/pie-chart.component.mjs +0 -116
  129. package/esm2022/ui/charts/src/highCharts/area/area-chart.component.mjs +0 -114
  130. package/esm2022/ui/charts/src/highCharts/bar/bar-chart.component.mjs +0 -100
  131. package/esm2022/ui/charts/src/highCharts/column/column-chart.component.mjs +0 -117
  132. package/esm2022/ui/charts/src/highCharts/heatmap/heatMap-chart.component.mjs +0 -252
  133. package/esm2022/ui/charts/src/highCharts/line/line-chart-series.component.mjs +0 -89
  134. package/esm2022/ui/charts/src/highCharts/line/line-chart.component.mjs +0 -82
  135. package/esm2022/ui/charts/src/highCharts/pie/pie-chart.component.mjs +0 -137
  136. package/esm2022/ui/charts/src/theme/theme.mjs +0 -54
  137. package/esm2022/ui/dxEditor/aril-ui-dxEditor.mjs +0 -5
  138. package/esm2022/ui/dxEditor/index.mjs +0 -2
  139. package/esm2022/ui/dxEditor/src/dx-editor.component.mjs +0 -26
  140. package/esm2022/ui/lib/src/form/form-field-builder.mjs +0 -23
  141. package/esm2022/ui/lib/src/input/common-input-validators.service.mjs +0 -49
  142. package/esm2022/ui/lib/src/input/input-disabled.directive.mjs +0 -25
  143. package/esm2022/ui/overlayPanel/aril-ui-overlayPanel.mjs +0 -5
  144. package/esm2022/ui/overlayPanel/index.mjs +0 -2
  145. package/esm2022/ui/overlayPanel/src/overlay-panel.component.mjs +0 -20
  146. package/esm2022/ui/tooltip/aril-ui-tooltip.mjs +0 -5
  147. package/esm2022/ui/tooltip/index.mjs +0 -2
  148. package/esm2022/ui/tooltip/src/tooltip-component.mjs +0 -23
  149. package/esm2022/ui/treeTable/aril-ui-treeTable.mjs +0 -5
  150. package/esm2022/ui/treeTable/index.mjs +0 -2
  151. package/esm2022/ui/treeTable/src/tree-table.component.mjs +0 -55
  152. package/esm2022/ui-business/operation-types-dialog/aril-ui-business-operation-types-dialog.mjs +0 -5
  153. package/esm2022/ui-business/operation-types-dialog/index.mjs +0 -2
  154. package/esm2022/ui-business/operation-types-dialog/src/operation-types-dialog.component.mjs +0 -76
  155. package/esm2022/util/unwrap/aril-util-unwrap.mjs +0 -5
  156. package/esm2022/util/unwrap/index.mjs +0 -2
  157. package/esm2022/util/unwrap/src/unwrap-tag.directive.mjs +0 -24
  158. package/fesm2022/aril-boot-mfe-aril-boot-mfe-Ui9Cv3UC.mjs.map +0 -1
  159. package/fesm2022/aril-ui-business-operation-types-dialog.mjs +0 -83
  160. package/fesm2022/aril-ui-business-operation-types-dialog.mjs.map +0 -1
  161. package/fesm2022/aril-ui-dxEditor.mjs +0 -33
  162. package/fesm2022/aril-ui-dxEditor.mjs.map +0 -1
  163. package/fesm2022/aril-ui-overlayPanel.mjs +0 -27
  164. package/fesm2022/aril-ui-overlayPanel.mjs.map +0 -1
  165. package/fesm2022/aril-ui-tooltip.mjs +0 -30
  166. package/fesm2022/aril-ui-tooltip.mjs.map +0 -1
  167. package/fesm2022/aril-ui-treeTable.mjs +0 -62
  168. package/fesm2022/aril-ui-treeTable.mjs.map +0 -1
  169. package/fesm2022/aril-util-unwrap.mjs +0 -31
  170. package/fesm2022/aril-util-unwrap.mjs.map +0 -1
  171. package/http/src/serviceMockBase.d.ts +0 -6
  172. package/theme/layout/service/selection-group.service.ts +0 -73
  173. package/ui/button/src/split-button.component.d.ts +0 -8
  174. package/ui/charts/src/amCharts/column/column-chart.component.d.ts +0 -25
  175. package/ui/charts/src/amCharts/line/line-chart.component.d.ts +0 -26
  176. package/ui/charts/src/amCharts/pie/pie-chart.component.d.ts +0 -24
  177. package/ui/charts/src/highCharts/area/area-chart.component.d.ts +0 -20
  178. package/ui/charts/src/highCharts/bar/bar-chart.component.d.ts +0 -26
  179. package/ui/charts/src/highCharts/column/column-chart.component.d.ts +0 -28
  180. package/ui/charts/src/highCharts/heatmap/heatMap-chart.component.d.ts +0 -32
  181. package/ui/charts/src/highCharts/line/line-chart-series.component.d.ts +0 -21
  182. package/ui/charts/src/highCharts/line/line-chart.component.d.ts +0 -21
  183. package/ui/charts/src/highCharts/pie/pie-chart.component.d.ts +0 -27
  184. package/ui/charts/src/theme/theme.d.ts +0 -5
  185. package/ui/dxEditor/index.d.ts +0 -1
  186. package/ui/dxEditor/src/dx-editor.component.d.ts +0 -11
  187. package/ui/lib/src/form/form-field-builder.d.ts +0 -8
  188. package/ui/lib/src/input/common-input-validators.service.d.ts +0 -20
  189. package/ui/lib/src/input/input-disabled.directive.d.ts +0 -9
  190. package/ui/overlayPanel/index.d.ts +0 -1
  191. package/ui/overlayPanel/src/overlay-panel.component.d.ts +0 -8
  192. package/ui/tooltip/index.d.ts +0 -1
  193. package/ui/tooltip/src/tooltip-component.d.ts +0 -14
  194. package/ui/treeTable/index.d.ts +0 -1
  195. package/ui/treeTable/src/tree-table.component.d.ts +0 -21
  196. package/ui-business/operation-types-dialog/index.d.ts +0 -1
  197. package/ui-business/operation-types-dialog/src/operation-types-dialog.component.d.ts +0 -28
  198. package/util/unwrap/index.d.ts +0 -1
  199. package/util/unwrap/src/unwrap-tag.directive.d.ts +0 -9
@@ -24,7 +24,7 @@ import * as i10 from 'primeng/tooltip';
24
24
  import { TooltipModule } from 'primeng/tooltip';
25
25
  import * as i5 from '@ngneat/transloco';
26
26
  import { TranslocoModule, TranslocoService } from '@ngneat/transloco';
27
- import { Subject, filter, Observable, switchMap, BehaviorSubject, takeUntil, of, startWith, take } from 'rxjs';
27
+ import { Subject, filter, Observable, switchMap, BehaviorSubject, takeUntil, of, startWith } from 'rxjs';
28
28
  import { bridge } from 'aril/boot/bridge';
29
29
  import { NavService, NavLinkDirective, Apps, NavLinkContextMenuService } from 'aril/boot/config/apps';
30
30
  import * as i1 from 'aril/util/pipes';
@@ -85,7 +85,7 @@ import { MenubarModule } from 'primeng/menubar';
85
85
  import * as i6$3 from 'primeng/autocomplete';
86
86
  import { AutoCompleteModule } from 'primeng/autocomplete';
87
87
  import { map, filter as filter$1, switchMap as switchMap$1, catchError } from 'rxjs/operators';
88
- import { API_CONFIGS } from 'aril/boot/config/api';
88
+ export { SelectionGroupService } from 'aril/selection';
89
89
 
90
90
  /**
91
91
  * Sabitlenmiş (pinned) tab'ları kullanıcı bazlı `localStorage` anahtarında kalıcı
@@ -1930,7 +1930,7 @@ class EditProfileModalComponent {
1930
1930
  this.levelPairs = [];
1931
1931
  }
1932
1932
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: EditProfileModalComponent, deps: [{ token: i1$2.FormBuilder }, { token: i2.DynamicDialogRef }, { token: i3$1.MessageService }, { token: ProfileService }, { token: i2.DynamicDialogConfig }, { token: i5.TranslocoService }], target: i0.ɵɵFactoryTarget.Component }); }
1933
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: EditProfileModalComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<div *transloco=\"let t; read: 'profileSidebar'\">\r\n\t<aril-form [formGroup]=\"profileForm\">\r\n\t\t<aril-field [label]=\"t('userStatus')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\">\r\n\t\t\t<aril-checkbox [label]=\"' '\" formControlName=\"enabled\" [disabled]=\"true\"></aril-checkbox>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('systemUser')\" [cols]=\"{ xl: 6, lg: 6, md: 12, sm: 12 }\">\r\n\t\t\t<aril-checkbox [label]=\"' '\" formControlName=\"systemUser\" [disabled]=\"true\"></aril-checkbox>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('userType')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-select-box formControlName=\"userTypeId\" [items]=\"userTypeItems\" itemKey=\"value\" itemText=\"label\" [placeholder]=\"t('select')\"></aril-select-box>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('systemUserApp')\" [cols]=\"{ xl: 6, lg: 6, md: 12, sm: 12 }\">\r\n\t\t\t<aril-select-box formControlName=\"clientOfSystemUser\" [items]=\"clientList\" itemText=\"text\" itemKey=\"key\" [placeholder]=\"t('select')\"></aril-select-box>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('username')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-text formControlName=\"userName\" [disabled]=\"true\"></aril-text>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('userPassword')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-password formControlName=\"password\" [placeholder]=\"'&#8728;&#8728;&#8728;&#8728;&#8728;&#8728;&#8728;&#8728;&#8728;&#8728;'\"></aril-password>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('firstName')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-text formControlName=\"firstName\"></aril-text>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('lastName')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\">\r\n\t\t\t<aril-text formControlName=\"lastName\"></aril-text>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('email')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-text formControlName=\"email\"></aril-text>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('phone')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\">\r\n\t\t\t<aril-mask mask=\"(999) 999 99 99\" [placeholder]=\"t('phoneExample')\" formControlName=\"phone\"></aril-mask>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('tcNumber')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-mask mask=\"99999999999\" formControlName=\"tckn\"></aril-mask>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('responsibleRegions')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\">\r\n\t\t\t<aril-treeSelect\r\n\t\t\t\t[options]=\"treeItems\"\r\n\t\t\t\tformControlName=\"regions\"\r\n\t\t\t\t[placeholder]=\"t('select')\"\r\n\t\t\t\t(nodeSelect)=\"nodeSelect($event)\"\r\n\t\t\t\t(nodeUnselect)=\"nodeUnselect($event)\"\r\n\t\t\t\t(cleared)=\"clear()\">\r\n\t\t\t</aril-treeSelect>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('notes')\" [cols]=\"{ xl: 12, lg: 12, md: 12, sm: 12 }\">\r\n\t\t\t<aril-text-area [rows]=\"3\" [cols]=\"40\" formControlName=\"notes\"></aril-text-area>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('photoUrl')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\">\r\n\t\t\t<aril-text formControlName=\"photoUrl\"></aril-text>\r\n\t\t</aril-field>\r\n\r\n\t\t<div class=\"col-12 flex justify-content-end mt-3 gap-1\">\r\n\t\t\t<aril-button color=\"danger\" [label]=\"t('cancel')\" [outlined]=\"true\" icon=\"TIMES\" (clickEvent)=\"cancel()\"></aril-button>\r\n\t\t\t<aril-form-submit [label]=\"t('save')\" color=\"success\" icon=\"CHECK\" [formGroup]=\"profileForm\" (validEvent)=\"submit()\"></aril-form-submit>\r\n\t\t</div>\r\n\t</aril-form>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: ARiLFormModule }, { kind: "component", type: i6$1.FormComponent, selector: "aril-form", inputs: ["formGroup"] }, { kind: "component", type: i6$1.FormSubmitButtonComponent, selector: "aril-form-submit:not([click])", inputs: ["formGroup"], outputs: ["validEvent", "inValidEvent"] }, { kind: "ngmodule", type: TranslocoModule }, { kind: "directive", type: i5.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoLang", "translocoLoadingTpl"] }, { kind: "ngmodule", type: TreeSelectModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: TextComponent, selector: "aril-text[ngModel], aril-text[formControl], aril-text[formControlName]", inputs: ["placeholder", "tabindex", "icon", "iconPos", "size"] }, { kind: "component", type: MaskComponent, selector: "aril-mask[ngModel], aril-mask[formControl], aril-mask[formControlName]", inputs: ["mask", "slotChar", "placeholder", "maxlength", "usageInGrid", "tabindex"] }, { kind: "component", type: FieldComponent, selector: "aril-field", inputs: ["label", "color", "labelWidth", "valueWidth", "labelPos", "markAsRequired", "cols", "infoData", "infoDataOverlayPanel"] }, { kind: "component", type: ButtonComponent, selector: "aril-button:not([click])", inputs: ["label", "loading", "disabled", "raised", "rounded", "text", "outlined", "badge", "size", "icon", "iconPos", "color"], outputs: ["clickEvent"] }, { kind: "component", type: TextAreaComponent, selector: "aril-text-area[ngModel], aril-text-area[formControl], aril-text-area[formControlName]", inputs: ["rows", "cols", "isAutoResize", "tabindex", "placeholder"] }, { kind: "component", type: CheckboxComponent, selector: "aril-checkbox[ngModel], aril-checkbox[formControl], aril-checkbox[formControlName]", inputs: ["label", "labelAsYesNo", "tabindex"] }, { kind: "component", type: PasswordComponent, selector: "aril-password[ngModel], aril-password[formControl], aril-password[formControlName]", inputs: ["feedback", "passwordCriterias", "placeholder", "tabindex"] }, { kind: "component", type: SelectBoxComponent, selector: "aril-select-box[ngModel], aril-select-box[formControl], aril-select-box[formControlName]", inputs: ["itemKey", "itemText", "groupName", "parentSelectionKey", "tabindex", "items", "grouped", "showClearButton", "placeholder", "searchExpr"], outputs: ["onSelectionChanged"] }, { kind: "component", type: TreeSelectComponent, selector: "aril-treeSelect", inputs: ["options", "modelValue", "placeholder", "selectionMode", "display", "showClear", "filter", "filterPlaceholder", "propagateSelectionUp", "propagateSelectionDown", "metaKeySelection", "formControlName"], outputs: ["modelValueChange", "nodeSelect", "nodeUnselect", "cleared"] }] }); }
1933
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.2", type: EditProfileModalComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: "<div *transloco=\"let t; read: 'profileSidebar'\">\r\n\t<aril-form [formGroup]=\"profileForm\">\r\n\t\t<aril-field [label]=\"t('userStatus')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\">\r\n\t\t\t<aril-checkbox [label]=\"' '\" formControlName=\"enabled\" [disabled]=\"true\"></aril-checkbox>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('systemUser')\" [cols]=\"{ xl: 6, lg: 6, md: 12, sm: 12 }\">\r\n\t\t\t<aril-checkbox [label]=\"' '\" formControlName=\"systemUser\" [disabled]=\"true\"></aril-checkbox>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('userType')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-select-box formControlName=\"userTypeId\" [items]=\"userTypeItems\" itemKey=\"value\" itemText=\"label\" [placeholder]=\"t('select')\"></aril-select-box>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('systemUserApp')\" [cols]=\"{ xl: 6, lg: 6, md: 12, sm: 12 }\">\r\n\t\t\t<aril-select-box formControlName=\"clientOfSystemUser\" [items]=\"clientList\" itemText=\"text\" itemKey=\"key\" [placeholder]=\"t('select')\"></aril-select-box>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('username')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-text formControlName=\"userName\" [disabled]=\"true\"></aril-text>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('userPassword')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-password formControlName=\"password\" [placeholder]=\"'&#8728;&#8728;&#8728;&#8728;&#8728;&#8728;&#8728;&#8728;&#8728;&#8728;'\"></aril-password>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('firstName')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-text formControlName=\"firstName\"></aril-text>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('lastName')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\">\r\n\t\t\t<aril-text formControlName=\"lastName\"></aril-text>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('email')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-text formControlName=\"email\"></aril-text>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('phone')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\">\r\n\t\t\t<aril-mask mask=\"(999) 999 99 99\" [placeholder]=\"t('phoneExample')\" formControlName=\"phone\"></aril-mask>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('tcNumber')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\" [markAsRequired]=\"true\">\r\n\t\t\t<aril-mask mask=\"99999999999\" formControlName=\"tckn\"></aril-mask>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('responsibleRegions')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\">\r\n\t\t\t<aril-treeSelect\r\n\t\t\t\t[options]=\"treeItems\"\r\n\t\t\t\tformControlName=\"regions\"\r\n\t\t\t\t[placeholder]=\"t('select')\"\r\n\t\t\t\t(nodeSelect)=\"nodeSelect($event)\"\r\n\t\t\t\t(nodeUnselect)=\"nodeUnselect($event)\"\r\n\t\t\t\t(cleared)=\"clear()\">\r\n\t\t\t</aril-treeSelect>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('notes')\" [cols]=\"{ xl: 12, lg: 12, md: 12, sm: 12 }\">\r\n\t\t\t<aril-text-area [rows]=\"3\" [cols]=\"40\" formControlName=\"notes\"></aril-text-area>\r\n\t\t</aril-field>\r\n\r\n\t\t<aril-field [label]=\"t('photoUrl')\" [cols]=\"{ xl: 6, lg: 6, md: 6, sm: 12 }\">\r\n\t\t\t<aril-text formControlName=\"photoUrl\"></aril-text>\r\n\t\t</aril-field>\r\n\r\n\t\t<div class=\"col-12 flex justify-content-end mt-3 gap-1\">\r\n\t\t\t<aril-button color=\"danger\" [label]=\"t('cancel')\" [outlined]=\"true\" icon=\"TIMES\" (clickEvent)=\"cancel()\"></aril-button>\r\n\t\t\t<aril-form-submit [label]=\"t('save')\" color=\"success\" icon=\"CHECK\" [formGroup]=\"profileForm\" (validEvent)=\"submit()\"></aril-form-submit>\r\n\t\t</div>\r\n\t</aril-form>\r\n</div>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: ARiLFormModule }, { kind: "component", type: i6$1.FormComponent, selector: "aril-form", inputs: ["formGroup"] }, { kind: "component", type: i6$1.FormSubmitButtonComponent, selector: "aril-form-submit:not([click])", inputs: ["formGroup"], outputs: ["validEvent", "inValidEvent"] }, { kind: "ngmodule", type: TranslocoModule }, { kind: "directive", type: i5.TranslocoDirective, selector: "[transloco]", inputs: ["transloco", "translocoParams", "translocoScope", "translocoRead", "translocoLang", "translocoLoadingTpl"] }, { kind: "ngmodule", type: TreeSelectModule }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i1$2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: TextComponent, selector: "aril-text[ngModel], aril-text[formControl], aril-text[formControlName]", inputs: ["placeholder", "tabindex", "icon", "iconPos", "size"] }, { kind: "component", type: MaskComponent, selector: "aril-mask[ngModel], aril-mask[formControl], aril-mask[formControlName]", inputs: ["mask", "slotChar", "placeholder", "maxlength", "usageInGrid", "tabindex"] }, { kind: "component", type: FieldComponent, selector: "aril-field", inputs: ["label", "color", "labelWidth", "valueWidth", "labelPos", "markAsRequired", "cols", "infoData", "infoDataOverlayPanel"] }, { kind: "component", type: ButtonComponent, selector: "aril-button:not([click])", inputs: ["label", "loading", "disabled", "raised", "rounded", "text", "outlined", "badge", "size", "icon", "iconPos", "color"], outputs: ["clickEvent"] }, { kind: "component", type: TextAreaComponent, selector: "aril-text-area[ngModel], aril-text-area[formControl], aril-text-area[formControlName]", inputs: ["rows", "cols", "isAutoResize", "tabindex", "placeholder"] }, { kind: "component", type: CheckboxComponent, selector: "aril-checkbox[ngModel], aril-checkbox[formControl], aril-checkbox[formControlName]", inputs: ["label", "labelAsYesNo", "tabindex"] }, { kind: "component", type: PasswordComponent, selector: "aril-password[ngModel], aril-password[formControl], aril-password[formControlName]", inputs: ["feedback", "passwordCriterias", "placeholder", "tabindex"] }, { kind: "component", type: SelectBoxComponent, selector: "aril-select-box[ngModel], aril-select-box[formControl], aril-select-box[formControlName]", inputs: ["itemKey", "itemText", "parentSelectionKey", "tabindex", "items", "grouped", "showClearButton", "placeholder", "searchExpr"], outputs: ["onSelectionChanged"] }, { kind: "component", type: TreeSelectComponent, selector: "aril-treeSelect", inputs: ["options", "modelValue", "placeholder", "selectionMode", "display", "showClear", "filter", "filterPlaceholder", "propagateSelectionUp", "propagateSelectionDown", "metaKeySelection", "formControlName"], outputs: ["modelValueChange", "nodeSelect", "nodeUnselect", "cleared"] }] }); }
1934
1934
  }
1935
1935
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: EditProfileModalComponent, decorators: [{
1936
1936
  type: Component,
@@ -3468,7 +3468,12 @@ class BreadcrumbPublisherService {
3468
3468
  // değerleri sonradan geldikçe listeyi yeniden yayınla.
3469
3469
  this.breadcrumbService.keyValues();
3470
3470
  this.publishFromCurrentRoute();
3471
- });
3471
+ },
3472
+ // `publishFromCurrentRoute` → `publish` içinde `bridge.breadcrumbs.set` / `bridge.pageTitle.set`
3473
+ // signal write yapar; effect içinden signal write default'ta NG0600 fırlatır. aril genelindeki
3474
+ // effect'lerle aynı şekilde `allowSignalWrites` ile izin veriyoruz. (MF shared core öncesi
3475
+ // cross-core split bu guard'ı maskeliyordu; tek core olunca yüzeye çıktı — davranış aynı.)
3476
+ { allowSignalWrites: true });
3472
3477
  }
3473
3478
  ngOnDestroy() {
3474
3479
  this.routerSubscription?.unsubscribe();
@@ -3503,7 +3508,10 @@ class BreadcrumbPublisherService {
3503
3508
  publish(breadcrumbs) {
3504
3509
  bridge.breadcrumbs.set(breadcrumbs);
3505
3510
  const lastLabel = breadcrumbs[breadcrumbs.length - 1]?.label ?? '';
3506
- if (bridge.pageTitle() || lastLabel) {
3511
+ // untracked ZORUNLU: publish, constructor'daki effect'in çağrı grafiğinde çalışır. Tracked
3512
+ // okuma effect'i kendi yazdığı pageTitle'a abone eder; tab başına bir publisher instance
3513
+ // olduğundan iki tab farklı title yazarak birbirini sonsuz döngüde tetiklerdi.
3514
+ if (untracked(bridge.pageTitle) || lastLabel) {
3507
3515
  bridge.pageTitle.set(lastLabel);
3508
3516
  }
3509
3517
  this.pubSubService.publish({
@@ -3562,69 +3570,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImpor
3562
3570
  }]
3563
3571
  }], ctorParameters: () => [] });
3564
3572
 
3565
- class SelectionGroupService {
3566
- constructor(http) {
3567
- this.http = http;
3568
- this.selectionGroups = signal({});
3569
- this.loading = new Map();
3570
- this.loaded = new Map();
3571
- this.loadStatesFromLocalStorage();
3572
- effect(() => {
3573
- const encodedData = btoa(encodeURI(JSON.stringify(this.selectionGroups())));
3574
- localStorage.setItem('selection-groups', encodedData);
3575
- });
3576
- }
3577
- async loadStatesFromLocalStorage() {
3578
- const selectionGroups = localStorage.getItem('selection-groups');
3579
- if (selectionGroups) {
3580
- try {
3581
- const decodedData = decodeURI(atob(selectionGroups));
3582
- this.selectionGroups.set(JSON.parse(decodedData));
3583
- }
3584
- catch (e) {
3585
- console.error(e);
3586
- }
3587
- }
3588
- }
3589
- fetchEnum(groupName, parentSelectionKey = 'ALL') {
3590
- const key = groupName + '~' + parentSelectionKey;
3591
- if (this.loaded.get(key) || this.loading.get(key))
3592
- return;
3593
- const payload = {
3594
- groupName,
3595
- parentSelectionKey
3596
- };
3597
- this.loading.set(key, true);
3598
- this.loaded.set(key, false);
3599
- const hostApi = API_CONFIGS.api.replace(/\/[^\/]+\/v1$/, `/host/v1`);
3600
- this.http
3601
- .post(hostApi + '/selection-group/load', payload)
3602
- .pipe(take(1))
3603
- .subscribe((selectionGroup) => {
3604
- this.loading.set(key, false);
3605
- this.loaded.set(key, true);
3606
- this.selectionGroups.update((groups) => ({
3607
- ...groups,
3608
- [key]: selectionGroup
3609
- }));
3610
- });
3611
- }
3612
- isLoading(groupName) {
3613
- return this.loading.get(groupName) ?? false;
3614
- }
3615
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SelectionGroupService, deps: [{ token: i6.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable }); }
3616
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SelectionGroupService, providedIn: 'root' }); }
3617
- }
3618
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: SelectionGroupService, decorators: [{
3619
- type: Injectable,
3620
- args: [{
3621
- providedIn: 'root'
3622
- }]
3623
- }], ctorParameters: () => [{ type: i6.HttpClient }] });
3624
-
3625
3573
  /**
3626
3574
  * Generated bundle index. Do not edit.
3627
3575
  */
3628
3576
 
3629
- export { ActivityTypesEnum, AppLayoutComponent, AppMenuService, BreadcrumbService, DetailNotificationTypeEnum, Environment, FavoritePagesService, LanguageCode, LayoutService, MFELayoutComponent, SelectionGroupService, favoritePageEndpoints };
3577
+ export { ActivityTypesEnum, AppLayoutComponent, AppMenuService, BreadcrumbService, DetailNotificationTypeEnum, Environment, FavoritePagesService, LanguageCode, LayoutService, MFELayoutComponent, favoritePageEndpoints };
3630
3578
  //# sourceMappingURL=aril-theme-layout.mjs.map