Commit Graph

6 Commits

Author SHA1 Message Date
Niels Lyngsø
3caffa2756 Ensure all UMB_ constants is exported (#17683)
* export consts

* remove lexer

* init work on test for all consts to be exported

* temporary solution to working test

* fix test

* fix one consts

* update package-lock

* remove imports

* fix auto generation of test

* correct test

* important mistake correction

* fix workspace

* fix webhooks

* fix users

* UMB_CREATE_USER_CLIENT_CREDENTIAL_MODAL_ALIAS

* fix user group

* fix tree const exports

* tiptap const exports

* fix templates consts export

* tags

* stylesheets

* static files

* settings

* static file system

* section

* search

* scripts

* fix tsc

* relation

* relation-type

* recycle bin

* property type

* picker

* partial views

* tsc corrections

* fix circular

* package

* member

* member type

* move constants to constants file

* member group + documnet type

* media

* media-type

* revert tsconfig change

* log viewer

* language

* imaging

* healt check

* entity actions

* user permissions

* adjust test text

* document

* update consts

* document type etc

* blueprint

* dictionary

* data-type

* current-user

* culture

* content-type

* circular dependency

* block-list

* block-grid

* fix type import

* auto lint fixes

* fix tsc

* update test

* make sure always to call check-const-generation

* fix circular dependencies

* consts for content package
2024-12-04 10:39:06 +01:00
Mads Rasmussen
11f69be335 Hotfix: Expose global types (#2442)
* add script

* run script post build

* remove unused script

* add types to root import

* add util

* build to packages folder

* Update global-types.js

* only include js files in importmap
2024-10-11 08:22:51 +02:00
Jacob Overgaard
8e1bb6d79a generate an umbraco-package.json file containing the general importmap of the backoffice 2024-02-15 15:28:43 +01:00
Jacob Overgaard
37babc013a declare externals directly in package.json to get them properly generated in web-test-runner.config.mjs to prevent @web/test-runner from falling back to package.json which doesn't necessarily exist 2024-02-12 09:45:06 +01:00
Mads Rasmussen
cd66852eef reuse import util for both tsconfig and test runner 2024-02-11 22:16:03 +01:00
Mads Rasmussen
303b4b95e9 add script to create import map 2024-02-10 23:04:22 +01:00