[TASK] Extract "Remaining characters" into Lit element
The FormEngine feature that shows the amount of remaining characters that fit in a field has been extracted from the `@typo3/backend/form-engine` god module into a separate Lit element. Also, the `badge-*` classes are migrated to `text-*` to have a lot less "bulky" UI. Resolves: #102273 Releases: main Change-Id: I2f87d656ded8f31d9569762d3d68d2f46d861b69 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81596 Tested-by:core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Benjamin Franzke <ben@bnf.dev> Reviewed-by:
Benjamin Franzke <ben@bnf.dev> Reviewed-by:
Nikita Hovratov <nikita.h@live.de>
Showing
- Build/Sources/Sass/backend.scss 1 addition, 0 deletionsBuild/Sources/Sass/backend.scss
- Build/Sources/Sass/element/typo3-backend-formengine-char-counter.scss 6 additions, 0 deletions...s/Sass/element/typo3-backend-formengine-char-counter.scss
- Build/Sources/Sass/typo3/_main_form.scss 0 additions, 16 deletionsBuild/Sources/Sass/typo3/_main_form.scss
- Build/Sources/TypeScript/backend/form-engine.ts 8 additions, 52 deletionsBuild/Sources/TypeScript/backend/form-engine.ts
- Build/Sources/TypeScript/backend/form-engine/element/extra/char-counter.ts 112 additions, 0 deletions...eScript/backend/form-engine/element/extra/char-counter.ts
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 3 deletionstypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/form-engine.js 1 addition, 1 deletion...sysext/backend/Resources/Public/JavaScript/form-engine.js
- typo3/sysext/backend/Resources/Public/JavaScript/form-engine/element/extra/char-counter.js 17 additions, 0 deletions...blic/JavaScript/form-engine/element/extra/char-counter.js
Please register or sign in to comment