@ai-table/grid 0.1.37 → 0.1.38

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.
@@ -11136,13 +11136,13 @@ class CheckboxMenuSort {
11136
11136
  <thy-icon class="sort-icon" [thyIconName]="menu().icon!"></thy-icon>
11137
11137
  <div class="sort-state">
11138
11138
  @if (menu().type === 'sortByAsc') {
11139
- <label thyCheckbox [ngModel]="true" class="sort-checkbox"></label>
11140
- <thy-icon thyIconName="arrow-right" class="mx-2"></thy-icon>
11141
- <label thyCheckbox [ngModel]="false" class="sort-checkbox"></label>
11142
- } @else {
11143
11139
  <label thyCheckbox [ngModel]="false" class="sort-checkbox"></label>
11144
11140
  <thy-icon thyIconName="arrow-right" class="mx-2"></thy-icon>
11145
11141
  <label thyCheckbox [ngModel]="true" class="sort-checkbox"></label>
11142
+ } @else {
11143
+ <label thyCheckbox [ngModel]="true" class="sort-checkbox"></label>
11144
+ <thy-icon thyIconName="arrow-right" class="mx-2"></thy-icon>
11145
+ <label thyCheckbox [ngModel]="false" class="sort-checkbox"></label>
11146
11146
  }
11147
11147
  </div>
11148
11148
  `, isInline: true, dependencies: [{ kind: "component", type: ThyIcon, selector: "thy-icon, [thy-icon]", inputs: ["thyIconType", "thyTwotoneColor", "thyIconName", "thyIconRotate", "thyIconSet", "thyIconLegging", "thyIconLinearGradient"] }, { kind: "component", type: ThyCheckbox, selector: "thy-checkbox,[thy-checkbox],[thyCheckbox]", inputs: ["thyIndeterminate"] }, { 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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
@@ -11155,13 +11155,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
11155
11155
  <thy-icon class="sort-icon" [thyIconName]="menu().icon!"></thy-icon>
11156
11156
  <div class="sort-state">
11157
11157
  @if (menu().type === 'sortByAsc') {
11158
- <label thyCheckbox [ngModel]="true" class="sort-checkbox"></label>
11159
- <thy-icon thyIconName="arrow-right" class="mx-2"></thy-icon>
11160
- <label thyCheckbox [ngModel]="false" class="sort-checkbox"></label>
11161
- } @else {
11162
11158
  <label thyCheckbox [ngModel]="false" class="sort-checkbox"></label>
11163
11159
  <thy-icon thyIconName="arrow-right" class="mx-2"></thy-icon>
11164
11160
  <label thyCheckbox [ngModel]="true" class="sort-checkbox"></label>
11161
+ } @else {
11162
+ <label thyCheckbox [ngModel]="true" class="sort-checkbox"></label>
11163
+ <thy-icon thyIconName="arrow-right" class="mx-2"></thy-icon>
11164
+ <label thyCheckbox [ngModel]="false" class="sort-checkbox"></label>
11165
11165
  }
11166
11166
  </div>
11167
11167
  `,