@acorex/components 20.1.20 → 20.1.22

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 (67) hide show
  1. package/action-sheet/index.d.ts +56 -0
  2. package/alert/index.d.ts +1 -1
  3. package/avatar/index.d.ts +11 -4
  4. package/breadcrumbs/index.d.ts +15 -1
  5. package/calendar/index.d.ts +23 -9
  6. package/check-box/index.d.ts +1 -1
  7. package/circular-progress/index.d.ts +23 -18
  8. package/collapse/index.d.ts +6 -3
  9. package/color-palette/index.d.ts +1 -1
  10. package/comment/index.d.ts +3 -3
  11. package/cron-job/index.d.ts +4 -4
  12. package/data-pager/index.d.ts +10 -5
  13. package/datetime-picker/index.d.ts +8 -0
  14. package/dropdown/index.d.ts +41 -0
  15. package/fesm2022/acorex-components-action-sheet.mjs +56 -0
  16. package/fesm2022/acorex-components-action-sheet.mjs.map +1 -1
  17. package/fesm2022/acorex-components-alert.mjs +1 -1
  18. package/fesm2022/acorex-components-alert.mjs.map +1 -1
  19. package/fesm2022/acorex-components-avatar.mjs +11 -4
  20. package/fesm2022/acorex-components-avatar.mjs.map +1 -1
  21. package/fesm2022/acorex-components-breadcrumbs.mjs +15 -1
  22. package/fesm2022/acorex-components-breadcrumbs.mjs.map +1 -1
  23. package/fesm2022/acorex-components-calendar.mjs +26 -12
  24. package/fesm2022/acorex-components-calendar.mjs.map +1 -1
  25. package/fesm2022/acorex-components-check-box.mjs +2 -2
  26. package/fesm2022/acorex-components-check-box.mjs.map +1 -1
  27. package/fesm2022/acorex-components-circular-progress.mjs +23 -18
  28. package/fesm2022/acorex-components-circular-progress.mjs.map +1 -1
  29. package/fesm2022/acorex-components-collapse.mjs +6 -3
  30. package/fesm2022/acorex-components-collapse.mjs.map +1 -1
  31. package/fesm2022/acorex-components-color-box.mjs +1 -1
  32. package/fesm2022/acorex-components-color-box.mjs.map +1 -1
  33. package/fesm2022/acorex-components-color-palette.mjs +2 -2
  34. package/fesm2022/acorex-components-color-palette.mjs.map +1 -1
  35. package/fesm2022/acorex-components-comment.mjs +5 -5
  36. package/fesm2022/acorex-components-comment.mjs.map +1 -1
  37. package/fesm2022/acorex-components-cron-job.mjs +6 -6
  38. package/fesm2022/acorex-components-cron-job.mjs.map +1 -1
  39. package/fesm2022/acorex-components-data-pager.mjs +10 -5
  40. package/fesm2022/acorex-components-data-pager.mjs.map +1 -1
  41. package/fesm2022/acorex-components-data-table.mjs +1 -1
  42. package/fesm2022/acorex-components-data-table.mjs.map +1 -1
  43. package/fesm2022/acorex-components-datetime-picker.mjs +70 -2
  44. package/fesm2022/acorex-components-datetime-picker.mjs.map +1 -1
  45. package/fesm2022/acorex-components-dropdown.mjs +44 -0
  46. package/fesm2022/acorex-components-dropdown.mjs.map +1 -1
  47. package/fesm2022/acorex-components-json-viewer.mjs +2 -2
  48. package/fesm2022/acorex-components-json-viewer.mjs.map +1 -1
  49. package/fesm2022/acorex-components-list.mjs +10 -8
  50. package/fesm2022/acorex-components-list.mjs.map +1 -1
  51. package/fesm2022/acorex-components-picker.mjs +14 -4
  52. package/fesm2022/acorex-components-picker.mjs.map +1 -1
  53. package/fesm2022/acorex-components-radio.mjs +2 -2
  54. package/fesm2022/acorex-components-radio.mjs.map +1 -1
  55. package/fesm2022/acorex-components-select-box.mjs +42 -17
  56. package/fesm2022/acorex-components-select-box.mjs.map +1 -1
  57. package/fesm2022/acorex-components-side-menu.mjs +1 -1
  58. package/fesm2022/acorex-components-side-menu.mjs.map +1 -1
  59. package/fesm2022/acorex-components-tree-view.mjs +1 -1
  60. package/fesm2022/acorex-components-tree-view.mjs.map +1 -1
  61. package/fesm2022/acorex-components-wysiwyg.mjs +1 -1
  62. package/fesm2022/acorex-components-wysiwyg.mjs.map +1 -1
  63. package/json-viewer/index.d.ts +3 -3
  64. package/package.json +5 -5
  65. package/picker/index.d.ts +10 -8
  66. package/radio/index.d.ts +1 -1
  67. package/select-box/index.d.ts +9 -6
@@ -1107,7 +1107,7 @@ class AXRowSelectColumnComponent extends AXDataTableColumnComponent {
1107
1107
  ></ax-check-box>
1108
1108
  <!-- <input class="ax-checkbox" type="checkbox" [disabled]="!row.data" (change)="handleChange(row.data)" [checked]="isSelected(row.data)" /> -->
1109
1109
  </ng-template>
1110
- <ng-template #footer></ng-template> `, isInline: true, dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: AXCheckBoxModule }, { kind: "component", type: i2.AXCheckBoxComponent, selector: "ax-check-box", inputs: ["disabled", "tabIndex", "readonly", "color", "value", "name", "id", "checked", "isLoading", "indeterminate"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1110
+ <ng-template #footer></ng-template> `, isInline: true, dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: AXCheckBoxModule }, { kind: "component", type: i2.AXCheckBoxComponent, selector: "ax-check-box", inputs: ["disabled", "tabIndex", "readonly", "color", "value", "name", "id", "isLoading", "indeterminate"], outputs: ["onBlur", "onFocus", "valueChange", "onValueChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
1111
1111
  }
1112
1112
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.3", ngImport: i0, type: AXRowSelectColumnComponent, decorators: [{
1113
1113
  type: Component,