Skip to content

Commit

Permalink
[TASK] Remove jQuery from EXT:recycler
Browse files Browse the repository at this point in the history
Resolves: #103275
Releases: main
Change-Id: I8fee9a0ecfdecceb50fa18983f2f3b2f2d8c0b0c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83203
Reviewed-by: Markus Klein <markus.klein@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
Tested-by: Andreas Nedbal <andy@pixelde.su>
Tested-by: Andreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Andreas Kienast <a.fernandez@scripting-base.de>
Reviewed-by: Andreas Nedbal <andy@pixelde.su>
  • Loading branch information
pixeldesu committed Mar 7, 2024
1 parent feddd26 commit b6ae3ea
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 201 deletions.
Expand Up @@ -17,7 +17,7 @@ import { range } from 'lit/directives/range';
import { map } from 'lit/directives/map';
import { classMap } from 'lit/directives/class-map';

@customElement('typo3-workspaces-pagination')
@customElement('typo3-backend-pagination')
export class PaginationElement extends LitElement {
@property({ type: Object })
public paging: Record<string, number> | null = null;
Expand Down Expand Up @@ -54,6 +54,6 @@ export class PaginationElement extends LitElement {

declare global {
interface HTMLElementTagNameMap {
'typo3-workspaces-pagination': PaginationElement;
'typo3-backend-pagination': PaginationElement;
}
}

0 comments on commit b6ae3ea

Please sign in to comment.