@acorex/components 20.1.19 → 20.1.20

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 (69) hide show
  1. package/autocomplete/index.d.ts +1 -0
  2. package/color-box/index.d.ts +1 -0
  3. package/conversation/index.d.ts +1 -0
  4. package/cron-job/index.d.ts +1 -0
  5. package/datetime-box/index.d.ts +1 -0
  6. package/datetime-input/index.d.ts +1 -0
  7. package/fesm2022/acorex-components-autocomplete.mjs +8 -2
  8. package/fesm2022/acorex-components-autocomplete.mjs.map +1 -1
  9. package/fesm2022/acorex-components-calendar.mjs +32 -8
  10. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  11. package/fesm2022/acorex-components-color-box.mjs +8 -2
  12. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  13. package/fesm2022/acorex-components-conversation.mjs +10 -4
  14. package/fesm2022/acorex-components-conversation.mjs.map +1 -1
  15. package/fesm2022/acorex-components-cron-job.mjs +9 -3
  16. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  17. package/fesm2022/acorex-components-data-table.mjs +2 -2
  18. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  19. package/fesm2022/acorex-components-datetime-box.mjs +8 -2
  20. package/fesm2022/acorex-components-datetime-box.mjs.map +1 -1
  21. package/fesm2022/acorex-components-datetime-input.mjs +8 -2
  22. package/fesm2022/acorex-components-datetime-input.mjs.map +1 -1
  23. package/fesm2022/acorex-components-datetime-picker.mjs +12 -6
  24. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  25. package/fesm2022/acorex-components-image-editor.mjs +7 -1
  26. package/fesm2022/acorex-components-image-editor.mjs.map +1 -1
  27. package/fesm2022/acorex-components-list.mjs +16 -17
  28. package/fesm2022/acorex-components-list.mjs.map +1 -1
  29. package/fesm2022/acorex-components-map.mjs +64 -16
  30. package/fesm2022/acorex-components-map.mjs.map +1 -1
  31. package/fesm2022/acorex-components-number-box-2.mjs +11 -5
  32. package/fesm2022/acorex-components-number-box-2.mjs.map +1 -1
  33. package/fesm2022/acorex-components-number-box.mjs +10 -4
  34. package/fesm2022/acorex-components-number-box.mjs.map +1 -1
  35. package/fesm2022/acorex-components-paint.mjs +7 -1
  36. package/fesm2022/acorex-components-paint.mjs.map +1 -1
  37. package/fesm2022/acorex-components-password-box.mjs +10 -4
  38. package/fesm2022/acorex-components-password-box.mjs.map +1 -1
  39. package/fesm2022/acorex-components-phone-box.mjs +8 -2
  40. package/fesm2022/acorex-components-phone-box.mjs.map +1 -1
  41. package/fesm2022/acorex-components-search-box.mjs +7 -1
  42. package/fesm2022/acorex-components-search-box.mjs.map +1 -1
  43. package/fesm2022/acorex-components-tabs.mjs +7 -5
  44. package/fesm2022/acorex-components-tabs.mjs.map +1 -1
  45. package/fesm2022/acorex-components-tag-box.mjs +11 -5
  46. package/fesm2022/acorex-components-tag-box.mjs.map +1 -1
  47. package/fesm2022/acorex-components-text-area.mjs +10 -4
  48. package/fesm2022/acorex-components-text-area.mjs.map +1 -1
  49. package/fesm2022/acorex-components-text-box.mjs +10 -4
  50. package/fesm2022/acorex-components-text-box.mjs.map +1 -1
  51. package/fesm2022/acorex-components-time-duration.mjs +35 -59
  52. package/fesm2022/acorex-components-time-duration.mjs.map +1 -1
  53. package/fesm2022/acorex-components-wysiwyg.mjs +9 -3
  54. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  55. package/image-editor/index.d.ts +1 -0
  56. package/list/index.d.ts +6 -6
  57. package/map/index.d.ts +27 -6
  58. package/number-box/index.d.ts +1 -0
  59. package/number-box-2/index.d.ts +1 -0
  60. package/package.json +9 -6
  61. package/paint/index.d.ts +1 -0
  62. package/password-box/index.d.ts +1 -0
  63. package/phone-box/index.d.ts +1 -0
  64. package/search-box/index.d.ts +1 -0
  65. package/tag-box/index.d.ts +1 -0
  66. package/text-area/index.d.ts +1 -0
  67. package/text-box/index.d.ts +1 -0
  68. package/time-duration/index.d.ts +3 -1
  69. package/wysiwyg/index.d.ts +1 -0
@@ -4,7 +4,7 @@ import { AXTabsComponent, AXTabItemComponent, AXTabContentDirective, AXTabsModul
4
4
  import { AXTranslatorPipe, AXTranslationModule } from '@acorex/core/translation';
5
5
  import { AsyncPipe, CommonModule } from '@angular/common';
6
6
  import * as i0 from '@angular/core';
7
- import { Injectable, inject, afterNextRender, output, ViewEncapsulation, Component, viewChild, signal, effect, forwardRef, NgModule } from '@angular/core';
7
+ import { Injectable, inject, afterNextRender, output, ViewEncapsulation, Component, viewChild, signal, effect, forwardRef, HostBinding, NgModule } from '@angular/core';
8
8
  import * as i1 from '@angular/forms';
9
9
  import { FormsModule, NG_VALUE_ACCESSOR } from '@angular/forms';
10
10
  import { AXCheckBoxComponent, AXCheckBoxModule } from '@acorex/components/check-box';
@@ -1181,8 +1181,11 @@ class AXCronJobContainerComponent extends MXInputBaseValueComponent {
1181
1181
  this.yearService.reversExpression(cronExpressionPattern);
1182
1182
  });
1183
1183
  }
1184
+ get __hostName() {
1185
+ return this.name;
1186
+ }
1184
1187
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: AXCronJobContainerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1185
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.1.3", type: AXCronJobContainerComponent, isStandalone: true, selector: "ax-cron-job-container", outputs: { onValueChanged: "onValueChanged" }, host: { attributes: { "ngSkipHydration": "true" } }, providers: [
1188
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "20.1.3", type: AXCronJobContainerComponent, isStandalone: true, selector: "ax-cron-job-container", outputs: { onValueChanged: "onValueChanged" }, host: { attributes: { "ngSkipHydration": "true" }, properties: { "attr.name": "this.__hostName" } }, providers: [
1186
1189
  SecondsService,
1187
1190
  MinutesService,
1188
1191
  HoursService,
@@ -1230,7 +1233,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImpor
1230
1233
  AsyncPipe,
1231
1234
  AXTranslatorPipe,
1232
1235
  ], template: "<ax-tabs [content]=\"cronTab\" [look]=\"options().look\" [fitParent]=\"options().fit\" [location]=\"options().location\">\n <ax-tab-item key=\"Seconds\" [text]=\"'@acorex:dateTime.units.second' | translate | async\">\n <ax-content> <ax-cron-seconds (secondsChanged)=\"onGetModel()\"></ax-cron-seconds></ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"Minutes\" [text]=\"'@acorex:dateTime.units.minute' | translate | async\">\n <ax-content> <ax-cron-minutes (minutesChanged)=\"onGetModel()\"></ax-cron-minutes></ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"Hours\" [text]=\"'@acorex:dateTime.units.hour' | translate | async\">\n <ax-content> <ax-cron-hours (hoursChanged)=\"onGetModel()\"></ax-cron-hours></ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"Days\" [text]=\"'@acorex:dateTime.units.day' | translate | async\">\n <ax-content> <ax-cron-day (dayChanged)=\"onGetModel()\"></ax-cron-day></ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"Months\" [text]=\"'@acorex:dateTime.units.month' | translate | async\">\n <ax-content> <ax-cron-month (monthChanged)=\"onGetModel()\"></ax-cron-month></ax-content>\n </ax-tab-item>\n <ax-tab-item key=\"Years\" [text]=\"'@acorex:dateTime.units.year' | translate | async\">\n <ax-content><ax-cron-year (yearChanged)=\"onGetModel()\"></ax-cron-year></ax-content>\n </ax-tab-item>\n</ax-tabs>\n\n<div class=\"ax-cron-tools-container\">\n <ng-template [axTabContent] #cronTab=\"axTabContent\"> </ng-template>\n</div>\n", styles: ["ax-cron-job-container{display:flex;flex-direction:column;overflow-x:auto;border:1px solid rgba(var(--ax-sys-color-border-lightest-surface));border-radius:var(--ax-sys-border-radius)}.ax-btn-result-container{padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center}.ax-btn-result-container ax-button{margin-inline-end:1rem}.ax-cron-tools-container{padding:1rem;overflow-x:auto}\n"] }]
1233
- }] });
1236
+ }], propDecorators: { __hostName: [{
1237
+ type: HostBinding,
1238
+ args: ['attr.name']
1239
+ }] } });
1234
1240
 
1235
1241
  const COMPONENT = [
1236
1242
  AXCronJobContainerComponent,