|
1 | 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
2 | | -import type { OrugaOptions } from "@oruga-ui/oruga-next"; |
| 2 | +import type { OrugaConfig } from "@oruga-ui/oruga-next"; |
3 | 3 |
|
4 | | -const bootstrapConfig: OrugaOptions = { |
| 4 | +const bootstrapConfig: OrugaConfig = { |
5 | 5 | autocomplete: { |
6 | 6 | override: true, |
7 | 7 | rootClass: "autocomplete", |
@@ -510,15 +510,14 @@ const bootstrapConfig: OrugaOptions = { |
510 | 510 | thClass: "table-th", |
511 | 511 | thLabelClass: "column-label", |
512 | 512 | thSortableClass: "sortable", |
513 | | - thCurrentSortClass: "current-sort", |
| 513 | + thSortedClass: "current-sort", |
514 | 514 | thSortIconClass: "sort-icon", |
515 | | - thUnselectableClass: "unselectable", |
516 | 515 | thDetailedClass: "chevron", |
517 | 516 | thStickyClass: "sticky", |
518 | 517 | thCheckboxClass: "checkbox", |
519 | 518 | thPositionClass: "text-", |
520 | 519 | tdClass: "table-td", |
521 | | - tdDetailedChevronClass: "chevron", |
| 520 | + tdDetailClass: "chevron", |
522 | 521 | tdStickyClass: "sticky", |
523 | 522 | tdCheckboxClass: "checkbox", |
524 | 523 | tdPositionClass: "text-", |
|
0 commit comments