ngx-tethys 19.0.0 → 19.0.2

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 (93) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/color-picker/color-picker.component.d.ts +1 -1
  3. package/date-picker/picker.component.d.ts +1 -1
  4. package/fesm2022/ngx-tethys-action.mjs +10 -10
  5. package/fesm2022/ngx-tethys-affix.mjs +7 -7
  6. package/fesm2022/ngx-tethys-alert.mjs +10 -10
  7. package/fesm2022/ngx-tethys-anchor.mjs +10 -10
  8. package/fesm2022/ngx-tethys-arrow-switcher.mjs +7 -7
  9. package/fesm2022/ngx-tethys-autocomplete.mjs +16 -16
  10. package/fesm2022/ngx-tethys-avatar.mjs +22 -22
  11. package/fesm2022/ngx-tethys-back-top.mjs +7 -7
  12. package/fesm2022/ngx-tethys-badge.mjs +7 -7
  13. package/fesm2022/ngx-tethys-breadcrumb.mjs +10 -10
  14. package/fesm2022/ngx-tethys-button.mjs +13 -13
  15. package/fesm2022/ngx-tethys-calendar.mjs +16 -16
  16. package/fesm2022/ngx-tethys-card.mjs +13 -13
  17. package/fesm2022/ngx-tethys-carousel.mjs +13 -13
  18. package/fesm2022/ngx-tethys-cascader.mjs +16 -16
  19. package/fesm2022/ngx-tethys-checkbox.mjs +7 -7
  20. package/fesm2022/ngx-tethys-collapse.mjs +10 -10
  21. package/fesm2022/ngx-tethys-color-picker.mjs +31 -31
  22. package/fesm2022/ngx-tethys-comment.mjs +13 -13
  23. package/fesm2022/ngx-tethys-copy.mjs +7 -7
  24. package/fesm2022/ngx-tethys-core.mjs +21 -21
  25. package/fesm2022/ngx-tethys-date-picker.mjs +116 -116
  26. package/fesm2022/ngx-tethys-date-range.mjs +10 -10
  27. package/fesm2022/ngx-tethys-dialog.mjs +22 -22
  28. package/fesm2022/ngx-tethys-divider.mjs +7 -7
  29. package/fesm2022/ngx-tethys-dot.mjs +7 -7
  30. package/fesm2022/ngx-tethys-drag-drop.mjs +19 -19
  31. package/fesm2022/ngx-tethys-dropdown.mjs +46 -46
  32. package/fesm2022/ngx-tethys-empty.mjs +10 -10
  33. package/fesm2022/ngx-tethys-flexible-text.mjs +7 -7
  34. package/fesm2022/ngx-tethys-form.mjs +40 -40
  35. package/fesm2022/ngx-tethys-fullscreen.mjs +13 -13
  36. package/fesm2022/ngx-tethys-grid.mjs +31 -31
  37. package/fesm2022/ngx-tethys-guider.mjs +16 -16
  38. package/fesm2022/ngx-tethys-i18n.mjs +12 -12
  39. package/fesm2022/ngx-tethys-i18n.mjs.map +1 -1
  40. package/fesm2022/ngx-tethys-icon.mjs +10 -10
  41. package/fesm2022/ngx-tethys-image.mjs +16 -16
  42. package/fesm2022/ngx-tethys-input-number.mjs +7 -7
  43. package/fesm2022/ngx-tethys-input.mjs +19 -19
  44. package/fesm2022/ngx-tethys-layout.mjs +58 -58
  45. package/fesm2022/ngx-tethys-list.mjs +16 -16
  46. package/fesm2022/ngx-tethys-loading.mjs +7 -7
  47. package/fesm2022/ngx-tethys-mention.mjs +10 -10
  48. package/fesm2022/ngx-tethys-menu.mjs +25 -25
  49. package/fesm2022/ngx-tethys-message.mjs +22 -22
  50. package/fesm2022/ngx-tethys-nav.mjs +22 -22
  51. package/fesm2022/ngx-tethys-notify.mjs +16 -16
  52. package/fesm2022/ngx-tethys-pagination.mjs +13 -13
  53. package/fesm2022/ngx-tethys-popover.mjs +19 -19
  54. package/fesm2022/ngx-tethys-progress.mjs +13 -13
  55. package/fesm2022/ngx-tethys-property-operation.mjs +10 -10
  56. package/fesm2022/ngx-tethys-property.mjs +10 -10
  57. package/fesm2022/ngx-tethys-radio.mjs +13 -13
  58. package/fesm2022/ngx-tethys-rate.mjs +10 -10
  59. package/fesm2022/ngx-tethys-resizable.mjs +16 -16
  60. package/fesm2022/ngx-tethys-result.mjs +7 -7
  61. package/fesm2022/ngx-tethys-segment.mjs +10 -10
  62. package/fesm2022/ngx-tethys-select.mjs +10 -10
  63. package/fesm2022/ngx-tethys-shared.mjs +66 -66
  64. package/fesm2022/ngx-tethys-skeleton.mjs +22 -22
  65. package/fesm2022/ngx-tethys-slide.mjs +31 -31
  66. package/fesm2022/ngx-tethys-slider.mjs +7 -7
  67. package/fesm2022/ngx-tethys-space.mjs +10 -10
  68. package/fesm2022/ngx-tethys-statistic.mjs +7 -7
  69. package/fesm2022/ngx-tethys-stepper.mjs +19 -19
  70. package/fesm2022/ngx-tethys-strength.mjs +7 -7
  71. package/fesm2022/ngx-tethys-switch.mjs +7 -7
  72. package/fesm2022/ngx-tethys-table.mjs +19 -19
  73. package/fesm2022/ngx-tethys-tabs.mjs +13 -13
  74. package/fesm2022/ngx-tethys-tag.mjs +10 -10
  75. package/fesm2022/ngx-tethys-time-picker.mjs +19 -19
  76. package/fesm2022/ngx-tethys-timeline.mjs +13 -13
  77. package/fesm2022/ngx-tethys-tooltip.mjs +13 -13
  78. package/fesm2022/ngx-tethys-transfer.mjs +10 -10
  79. package/fesm2022/ngx-tethys-tree-select.mjs +10 -10
  80. package/fesm2022/ngx-tethys-tree.mjs +16 -16
  81. package/fesm2022/ngx-tethys-typography.mjs +13 -13
  82. package/fesm2022/ngx-tethys-upload.mjs +16 -16
  83. package/fesm2022/ngx-tethys-vote.mjs +7 -7
  84. package/fesm2022/ngx-tethys-watermark.mjs +7 -7
  85. package/fesm2022/ngx-tethys.mjs +1 -1
  86. package/fesm2022/ngx-tethys.mjs.map +1 -1
  87. package/package.json +4 -4
  88. package/popover/popover.config.d.ts +2 -2
  89. package/schematics/version.d.ts +1 -1
  90. package/schematics/version.js +1 -1
  91. package/select/select.config.d.ts +2 -2
  92. package/time-picker/time-picker.component.d.ts +1 -1
  93. package/tree-select/tree-select.component.d.ts +1 -1
@@ -13,10 +13,10 @@ import { useHostRenderer } from '@tethys/cdk/dom';
13
13
  class ThyText {
14
14
  constructor() { }
15
15
  ngOnInit() { }
16
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyText, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.2", type: ThyText, isStandalone: true, selector: "thy-text, [thyText]:not(thy-divider)", inputs: { thyIcon: "thyIcon" }, host: { classAttribute: "thy-text" }, ngImport: i0, template: "@if (thyIcon) {\n <thy-icon [thyIconName]=\"thyIcon\"></thy-icon>\n}\n<ng-content></ng-content>\n", dependencies: [{ kind: "component", type: ThyIcon, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
16
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyText, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
17
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.4", type: ThyText, isStandalone: true, selector: "thy-text, [thyText]:not(thy-divider)", inputs: { thyIcon: "thyIcon" }, host: { classAttribute: "thy-text" }, ngImport: i0, template: "@if (thyIcon) {\n <thy-icon [thyIconName]=\"thyIcon\"></thy-icon>\n}\n<ng-content></ng-content>\n", dependencies: [{ kind: "component", type: ThyIcon, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
18
18
  }
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyText, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyText, decorators: [{
20
20
  type: Component,
21
21
  args: [{ selector: 'thy-text, [thyText]:not(thy-divider)', changeDetection: ChangeDetectionStrategy.OnPush, host: {
22
22
  class: 'thy-text'
@@ -59,10 +59,10 @@ class ThyTextColorDirective {
59
59
  this.hostRenderer.removeClass(`text-${this.color}`);
60
60
  }
61
61
  }
62
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyTextColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
63
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.2", type: ThyTextColorDirective, isStandalone: true, selector: "[thyTextColor]", inputs: { thyTextColor: "thyTextColor" }, exportAs: ["thyTextColor"], ngImport: i0 }); }
62
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyTextColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
63
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.4", type: ThyTextColorDirective, isStandalone: true, selector: "[thyTextColor]", inputs: { thyTextColor: "thyTextColor" }, exportAs: ["thyTextColor"], ngImport: i0 }); }
64
64
  }
65
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyTextColorDirective, decorators: [{
65
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyTextColorDirective, decorators: [{
66
66
  type: Directive,
67
67
  args: [{
68
68
  selector: '[thyTextColor]',
@@ -106,10 +106,10 @@ class ThyBackgroundColorDirective {
106
106
  this.hostRenderer.removeClass(`bg-${this.bgColor}`);
107
107
  }
108
108
  }
109
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyBackgroundColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
110
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.2", type: ThyBackgroundColorDirective, isStandalone: true, selector: "[thyBgColor]", inputs: { thyBgColor: "thyBgColor" }, exportAs: ["thyBgColor"], ngImport: i0 }); }
109
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyBackgroundColorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
110
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.4", type: ThyBackgroundColorDirective, isStandalone: true, selector: "[thyBgColor]", inputs: { thyBgColor: "thyBgColor" }, exportAs: ["thyBgColor"], ngImport: i0 }); }
111
111
  }
112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyBackgroundColorDirective, decorators: [{
112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyBackgroundColorDirective, decorators: [{
113
113
  type: Directive,
114
114
  args: [{
115
115
  selector: '[thyBgColor]',
@@ -121,11 +121,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
121
121
  }] } });
122
122
 
123
123
  class ThyTypographyModule {
124
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyTypographyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
125
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.2", ngImport: i0, type: ThyTypographyModule, imports: [CommonModule, ThyIconModule, ThyText, ThyTextColorDirective, ThyBackgroundColorDirective], exports: [ThyText, ThyTextColorDirective, ThyBackgroundColorDirective] }); }
126
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyTypographyModule, imports: [CommonModule, ThyIconModule, ThyText] }); }
124
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyTypographyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
125
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.4", ngImport: i0, type: ThyTypographyModule, imports: [CommonModule, ThyIconModule, ThyText, ThyTextColorDirective, ThyBackgroundColorDirective], exports: [ThyText, ThyTextColorDirective, ThyBackgroundColorDirective] }); }
126
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyTypographyModule, imports: [CommonModule, ThyIconModule, ThyText] }); }
127
127
  }
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyTypographyModule, decorators: [{
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyTypographyModule, decorators: [{
129
129
  type: NgModule,
130
130
  args: [{
131
131
  imports: [CommonModule, ThyIconModule, ThyText, ThyTextColorDirective, ThyBackgroundColorDirective],
@@ -178,10 +178,10 @@ class FileSelectBaseDirective {
178
178
  });
179
179
  }
180
180
  }
181
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: FileSelectBaseDirective, deps: [{ token: i0.ElementRef }, { token: THY_UPLOAD_DEFAULT_OPTIONS }], target: i0.ɵɵFactoryTarget.Directive }); }
182
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.2", type: FileSelectBaseDirective, isStandalone: true, inputs: { thySizeThreshold: ["thySizeThreshold", "thySizeThreshold", numberAttribute], thySizeExceedsHandler: "thySizeExceedsHandler", thyAcceptType: "thyAcceptType" }, ngImport: i0 }); }
181
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: FileSelectBaseDirective, deps: [{ token: i0.ElementRef }, { token: THY_UPLOAD_DEFAULT_OPTIONS }], target: i0.ɵɵFactoryTarget.Directive }); }
182
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.4", type: FileSelectBaseDirective, isStandalone: true, inputs: { thySizeThreshold: ["thySizeThreshold", "thySizeThreshold", numberAttribute], thySizeExceedsHandler: "thySizeExceedsHandler", thyAcceptType: "thyAcceptType" }, ngImport: i0 }); }
183
183
  }
184
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: FileSelectBaseDirective, decorators: [{
184
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: FileSelectBaseDirective, decorators: [{
185
185
  type: Directive
186
186
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: undefined, decorators: [{
187
187
  type: Inject,
@@ -328,10 +328,10 @@ class ThyFileDropDirective extends FileSelectBaseDirective {
328
328
  this.ngUnsubscribe$.next();
329
329
  this.ngUnsubscribe$.complete();
330
330
  }
331
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyFileDropDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: THY_UPLOAD_DEFAULT_OPTIONS }], target: i0.ɵɵFactoryTarget.Directive }); }
332
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.2", type: ThyFileDropDirective, isStandalone: true, selector: "[thyFileDrop]", inputs: { thyFileDropClassName: "thyFileDropClassName" }, outputs: { thyOnDrop: "thyOnDrop", thyFilesReject: "thyFilesReject" }, host: { properties: { "class.drop-over": "this.isDragOver", "class.thy-drop-over": "this.isDragOver" } }, usesInheritance: true, ngImport: i0 }); }
331
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyFileDropDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: THY_UPLOAD_DEFAULT_OPTIONS }], target: i0.ɵɵFactoryTarget.Directive }); }
332
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.4", type: ThyFileDropDirective, isStandalone: true, selector: "[thyFileDrop]", inputs: { thyFileDropClassName: "thyFileDropClassName" }, outputs: { thyOnDrop: "thyOnDrop", thyFilesReject: "thyFilesReject" }, host: { properties: { "class.drop-over": "this.isDragOver", "class.thy-drop-over": "this.isDragOver" } }, usesInheritance: true, ngImport: i0 }); }
333
333
  }
334
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyFileDropDirective, decorators: [{
334
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyFileDropDirective, decorators: [{
335
335
  type: Directive,
336
336
  args: [{
337
337
  selector: '[thyFileDrop]',
@@ -417,10 +417,10 @@ class ThyFileSelect extends FileSelectBaseDirective {
417
417
  ngOnDestroy() {
418
418
  this.destroy$.next();
419
419
  }
420
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyFileSelect, deps: [{ token: i0.ElementRef }, { token: THY_UPLOAD_DEFAULT_OPTIONS }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
421
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.2", type: ThyFileSelect, isStandalone: true, selector: "[thyFileSelect],thy-file-select", inputs: { thyMultiple: ["thyMultiple", "thyMultiple", coerceBooleanProperty], thyAcceptFolder: ["thyAcceptFolder", "thyAcceptFolder", coerceBooleanProperty], thyAcceptType: "thyAcceptType", thySizeThreshold: ["thySizeThreshold", "thySizeThreshold", numberAttribute] }, outputs: { thyOnFileSelect: "thyOnFileSelect" }, viewQueries: [{ propertyName: "fileInput", first: true, predicate: ["fileInput"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ng-content></ng-content>\n<input\n style=\"width: 0; height: 0\"\n thyStopPropagation=\"true\"\n [hidden]=\"'true'\"\n #fileInput\n type=\"file\"\n (change)=\"selectFile($event)\"\n [attr.accept]=\"acceptType\"\n/>\n" }); }
420
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyFileSelect, deps: [{ token: i0.ElementRef }, { token: THY_UPLOAD_DEFAULT_OPTIONS }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
421
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.4", type: ThyFileSelect, isStandalone: true, selector: "[thyFileSelect],thy-file-select", inputs: { thyMultiple: ["thyMultiple", "thyMultiple", coerceBooleanProperty], thyAcceptFolder: ["thyAcceptFolder", "thyAcceptFolder", coerceBooleanProperty], thyAcceptType: "thyAcceptType", thySizeThreshold: ["thySizeThreshold", "thySizeThreshold", numberAttribute] }, outputs: { thyOnFileSelect: "thyOnFileSelect" }, viewQueries: [{ propertyName: "fileInput", first: true, predicate: ["fileInput"], descendants: true, static: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<ng-content></ng-content>\n<input\n style=\"width: 0; height: 0\"\n thyStopPropagation=\"true\"\n [hidden]=\"'true'\"\n #fileInput\n type=\"file\"\n (change)=\"selectFile($event)\"\n [attr.accept]=\"acceptType\"\n/>\n" }); }
422
422
  }
423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyFileSelect, decorators: [{
423
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyFileSelect, decorators: [{
424
424
  type: Component,
425
425
  args: [{ selector: '[thyFileSelect],thy-file-select', standalone: true, template: "<ng-content></ng-content>\n<input\n style=\"width: 0; height: 0\"\n thyStopPropagation=\"true\"\n [hidden]=\"'true'\"\n #fileInput\n type=\"file\"\n (change)=\"selectFile($event)\"\n [attr.accept]=\"acceptType\"\n/>\n" }]
426
426
  }], ctorParameters: () => [{ type: i0.ElementRef }, { type: undefined, decorators: [{
@@ -600,20 +600,20 @@ class ThyUploadService {
600
600
  }));
601
601
  return result;
602
602
  }
603
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyUploadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
604
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyUploadService }); }
603
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyUploadService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
604
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyUploadService }); }
605
605
  }
606
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyUploadService, decorators: [{
606
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyUploadService, decorators: [{
607
607
  type: Injectable
608
608
  }] });
609
609
 
610
610
  // import { ThyDirectiveModule } from 'ngx-tethys/directive';
611
611
  class ThyUploadModule {
612
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyUploadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
613
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.2", ngImport: i0, type: ThyUploadModule, imports: [CommonModule, ThyFileSelect, ThyFileDropDirective], exports: [ThyFileSelect, ThyFileDropDirective] }); }
614
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyUploadModule, providers: [ThyUploadService, THY_UPLOAD_DEFAULT_OPTIONS_PROVIDER], imports: [CommonModule] }); }
612
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyUploadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
613
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.4", ngImport: i0, type: ThyUploadModule, imports: [CommonModule, ThyFileSelect, ThyFileDropDirective], exports: [ThyFileSelect, ThyFileDropDirective] }); }
614
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyUploadModule, providers: [ThyUploadService, THY_UPLOAD_DEFAULT_OPTIONS_PROVIDER], imports: [CommonModule] }); }
615
615
  }
616
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyUploadModule, decorators: [{
616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyUploadModule, decorators: [{
617
617
  type: NgModule,
618
618
  args: [{
619
619
  exports: [ThyFileSelect, ThyFileDropDirective],
@@ -92,10 +92,10 @@ class ThyVote {
92
92
  classNames.push(`thy-vote-${this._layout}-size-${this._size}`);
93
93
  this.hostRenderer.updateClass(classNames);
94
94
  }
95
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyVote, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
96
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.2", type: ThyVote, isStandalone: true, selector: "thy-vote,[thyVote]", inputs: { thySize: "thySize", thyVote: "thyVote", thyRound: ["thyRound", "thyRound", coerceBooleanProperty], thyLayout: "thyLayout", thyVoteCount: "thyVoteCount", thyIcon: "thyIcon", thyHasVoted: ["thyHasVoted", "thyHasVoted", coerceBooleanProperty], thyDisabled: ["thyDisabled", "thyDisabled", coerceBooleanProperty] }, host: { properties: { "class.thy-vote-disabled": "thyDisabled", "class.thy-vote": "this.class", "class.has-voted": "this._hasVoted" } }, queries: [{ propertyName: "voteIcon", first: true, predicate: ["voteIcon"], descendants: true }], ngImport: i0, template: "@if (voteIcon) {\n <ng-container [ngTemplateOutlet]=\"voteIcon\"></ng-container>\n} @else {\n <thy-icon [thyIconName]=\"thyIcon\" [thyIconType]=\"_hasVoted ? 'fill' : ''\"></thy-icon>\n}\n<div>{{ thyVoteCount }}</div>\n", dependencies: [{ kind: "component", type: ThyIcon, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
95
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyVote, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
96
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.4", type: ThyVote, isStandalone: true, selector: "thy-vote,[thyVote]", inputs: { thySize: "thySize", thyVote: "thyVote", thyRound: ["thyRound", "thyRound", coerceBooleanProperty], thyLayout: "thyLayout", thyVoteCount: "thyVoteCount", thyIcon: "thyIcon", thyHasVoted: ["thyHasVoted", "thyHasVoted", coerceBooleanProperty], thyDisabled: ["thyDisabled", "thyDisabled", coerceBooleanProperty] }, host: { properties: { "class.thy-vote-disabled": "thyDisabled", "class.thy-vote": "this.class", "class.has-voted": "this._hasVoted" } }, queries: [{ propertyName: "voteIcon", first: true, predicate: ["voteIcon"], descendants: true }], ngImport: i0, template: "@if (voteIcon) {\n <ng-container [ngTemplateOutlet]=\"voteIcon\"></ng-container>\n} @else {\n <thy-icon [thyIconName]=\"thyIcon\" [thyIconType]=\"_hasVoted ? 'fill' : ''\"></thy-icon>\n}\n<div>{{ thyVoteCount }}</div>\n", dependencies: [{ kind: "component", type: ThyIcon, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
97
97
  }
98
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyVote, decorators: [{
98
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyVote, decorators: [{
99
99
  type: Component,
100
100
  args: [{ selector: 'thy-vote,[thyVote]', host: {
101
101
  '[class.thy-vote-disabled]': `thyDisabled`
@@ -131,11 +131,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
131
131
  }] } });
132
132
 
133
133
  class ThyVoteModule {
134
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyVoteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
135
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.2", ngImport: i0, type: ThyVoteModule, imports: [CommonModule, ThySharedModule, ThyIconModule, ThyVote], exports: [ThyVote] }); }
136
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyVoteModule, imports: [CommonModule, ThySharedModule, ThyIconModule, ThyVote] }); }
134
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyVoteModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
135
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.4", ngImport: i0, type: ThyVoteModule, imports: [CommonModule, ThySharedModule, ThyIconModule, ThyVote], exports: [ThyVote] }); }
136
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyVoteModule, imports: [CommonModule, ThySharedModule, ThyIconModule, ThyVote] }); }
137
137
  }
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyVoteModule, decorators: [{
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyVoteModule, decorators: [{
139
139
  type: NgModule,
140
140
  args: [{
141
141
  imports: [CommonModule, ThySharedModule, ThyIconModule, ThyVote],
@@ -180,10 +180,10 @@ class ThyWatermarkDirective {
180
180
  };
181
181
  });
182
182
  }
183
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyWatermarkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
184
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.2", type: ThyWatermarkDirective, isStandalone: true, selector: "[thyWatermark]", inputs: { thyDisabled: ["thyDisabled", "thyDisabled", coerceBooleanProperty], thyWatermark: "thyWatermark", thyCanvasConfig: "thyCanvasConfig" }, usesOnChanges: true, ngImport: i0 }); }
183
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyWatermarkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
184
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "19.2.4", type: ThyWatermarkDirective, isStandalone: true, selector: "[thyWatermark]", inputs: { thyDisabled: ["thyDisabled", "thyDisabled", coerceBooleanProperty], thyWatermark: "thyWatermark", thyCanvasConfig: "thyCanvasConfig" }, usesOnChanges: true, ngImport: i0 }); }
185
185
  }
186
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyWatermarkDirective, decorators: [{
186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyWatermarkDirective, decorators: [{
187
187
  type: Directive,
188
188
  args: [{
189
189
  selector: '[thyWatermark]',
@@ -199,11 +199,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
199
199
  }] } });
200
200
 
201
201
  class ThyWatermarkModule {
202
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyWatermarkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
203
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.2", ngImport: i0, type: ThyWatermarkModule, imports: [CommonModule, ThySharedModule, ThyWatermarkDirective], exports: [ThyWatermarkDirective] }); }
204
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyWatermarkModule, imports: [CommonModule, ThySharedModule] }); }
202
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyWatermarkModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
203
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.4", ngImport: i0, type: ThyWatermarkModule, imports: [CommonModule, ThySharedModule, ThyWatermarkDirective], exports: [ThyWatermarkDirective] }); }
204
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyWatermarkModule, imports: [CommonModule, ThySharedModule] }); }
205
205
  }
206
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: ThyWatermarkModule, decorators: [{
206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.4", ngImport: i0, type: ThyWatermarkModule, decorators: [{
207
207
  type: NgModule,
208
208
  args: [{
209
209
  imports: [CommonModule, ThySharedModule, ThyWatermarkDirective],
@@ -1,6 +1,6 @@
1
1
  import { Version } from '@angular/core';
2
2
 
3
- const VERSION = new Version('19.0.0');
3
+ const VERSION = new Version('19.0.2');
4
4
 
5
5
  /**
6
6
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"ngx-tethys.mjs","sources":["../../../src/version.ts","../../../src/ngx-tethys.ts"],"sourcesContent":["import { Version } from '@angular/core';\n\nexport const VERSION = new Version('19.0.0');\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;MAEa,OAAO,GAAG,IAAI,OAAO,CAAC,QAAQ;;ACF3C;;AAEG;;;;"}
1
+ {"version":3,"file":"ngx-tethys.mjs","sources":["../../../src/version.ts","../../../src/ngx-tethys.ts"],"sourcesContent":["import { Version } from '@angular/core';\n\nexport const VERSION = new Version('19.0.2');\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;MAEa,OAAO,GAAG,IAAI,OAAO,CAAC,QAAQ;;ACF3C;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-tethys",
3
- "version": "19.0.0",
3
+ "version": "19.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/atinc/ngx-tethys.git"
@@ -360,9 +360,9 @@
360
360
  }
361
361
  },
362
362
  "peerDependencies": {
363
- "@angular/core": "^19.2.2",
364
- "@angular/cdk": "^19.2.3",
365
- "@tethys/cdk": "^19.0.0-next.0",
363
+ "@angular/core": "^19.0.0",
364
+ "@angular/cdk": "^19.0.0",
365
+ "@tethys/cdk": "^19.0.0",
366
366
  "date-fns": "4.1.0",
367
367
  "@date-fns/tz": "1.2.0",
368
368
  "@tethys/icons": "^1.4.23",
@@ -102,9 +102,9 @@ export declare const THY_POPOVER_DEFAULT_CONFIG_PROVIDER: {
102
102
  };
103
103
  };
104
104
  export declare const THY_POPOVER_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
105
- export declare const THY_POPOVER_SCROLL_STRATEGY_FACTORY: (overlay: Overlay) => () => import("@angular/cdk/overlay").BlockScrollStrategy;
105
+ export declare const THY_POPOVER_SCROLL_STRATEGY_FACTORY: (overlay: Overlay) => () => import("@angular/cdk/overlay.d-1678d2a7").B;
106
106
  export declare const THY_POPOVER_SCROLL_STRATEGY_PROVIDER: {
107
107
  provide: InjectionToken<() => ScrollStrategy>;
108
108
  deps: (typeof Overlay)[];
109
- useFactory: (overlay: Overlay) => () => import("@angular/cdk/overlay").BlockScrollStrategy;
109
+ useFactory: (overlay: Overlay) => () => import("@angular/cdk/overlay.d-1678d2a7").B;
110
110
  };
@@ -1 +1 @@
1
- export declare const VERSION = "19.0.0";
1
+ export declare const VERSION = "19.0.2";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '19.0.0';
4
+ exports.VERSION = '19.0.2';
@@ -2,11 +2,11 @@ import { Overlay, ScrollStrategy } from '@angular/cdk/overlay';
2
2
  import { InjectionToken } from '@angular/core';
3
3
  import { ThyPlacement } from 'ngx-tethys/core';
4
4
  export declare const THY_SELECT_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
5
- export declare const THY_SELECT_SCROLL_STRATEGY_FACTORY: (overlay: Overlay) => () => import("@angular/cdk/overlay").RepositionScrollStrategy;
5
+ export declare const THY_SELECT_SCROLL_STRATEGY_FACTORY: (overlay: Overlay) => () => import("@angular/cdk/overlay.d-1678d2a7").R;
6
6
  export declare const THY_SELECT_SCROLL_STRATEGY_PROVIDER: {
7
7
  provide: InjectionToken<() => ScrollStrategy>;
8
8
  deps: (typeof Overlay)[];
9
- useFactory: (overlay: Overlay) => () => import("@angular/cdk/overlay").RepositionScrollStrategy;
9
+ useFactory: (overlay: Overlay) => () => import("@angular/cdk/overlay.d-1678d2a7").R;
10
10
  };
11
11
  export type ThyDropdownWidthMode = 'match-select' | 'min-width' | {
12
12
  minWidth: number;
@@ -93,7 +93,7 @@ export declare class ThyTimePicker implements OnInit, AfterViewInit, ControlValu
93
93
  */
94
94
  thyOpenChange: EventEmitter<boolean>;
95
95
  prefixCls: string;
96
- overlayPositions: import("@angular/cdk/overlay").ConnectionPositionPair[];
96
+ overlayPositions: import("@angular/cdk/overlay-module.d-2b07cfa6").l[];
97
97
  format: string;
98
98
  disabled: boolean;
99
99
  showText: string;
@@ -30,7 +30,7 @@ export declare class ThyTreeSelect extends TabIndexDisabledControlValueAccessorM
30
30
  flattenTreeNodes: ThyTreeSelectNode[];
31
31
  virtualTreeNodes: ThyTreeSelectNode[];
32
32
  cdkConnectOverlayWidth: number;
33
- expandedDropdownPositions: import("@angular/cdk/overlay").ConnectionPositionPair[];
33
+ expandedDropdownPositions: import("@angular/cdk/overlay-module.d-2b07cfa6").l[];
34
34
  icons: {
35
35
  expand: string;
36
36
  collapse: string;