Commit Graph

5269 Commits

Author SHA1 Message Date
Niels Lyngsø
232febd78a lazy load workspace editor element 2023-04-04 16:04:26 +02:00
Niels Lyngsø
42f901aa41 Proff of concept for navigating to edit path when created 2023-04-04 15:48:36 +02:00
Niels Lyngsø
4a83bfa41d Merge pull request #640 from umbraco/feature/more_change_keys_to_ids 2023-04-04 14:57:41 +02:00
Niels Lyngsø
29fa8df16f Merge remote-tracking branch 'origin/main' into feature/more_change_keys_to_ids 2023-04-04 14:13:53 +02:00
Niels Lyngsø
77ac938b77 a few more corrections of key to id 2023-04-04 14:13:03 +02:00
Warren Buckley
c3fbe9b485 Missing .js extension from import on stories for if-defined 2023-04-04 13:08:41 +01:00
Niels Lyngsø
2844a9b600 entityKey to entityId 2023-04-04 14:04:13 +02:00
Niels Lyngsø
debc94481c more changes 2023-04-04 14:03:05 +02:00
Niels Lyngsø
779215ab55 Merge branch 'feature/change_keys_to_ids' into feature/more_change_keys_to_ids
# Conflicts:
#	src/backoffice/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.ts
#	src/backoffice/packages/package-builder/workspace/workspace-package-builder.element.ts
#	src/backoffice/shared/components/input-document-picker/input-document-picker.element.ts
#	src/backoffice/shared/components/input-document-type-picker/input-document-type-picker.element.ts
#	src/backoffice/shared/components/input-media-picker/input-media-picker.element.ts
2023-04-04 13:52:50 +02:00
Niels Lyngsø
43e4fd2e50 entityKey to entityId 2023-04-04 13:50:04 +02:00
Niels Lyngsø
f557cd2f78 change property UI from Boolean to Toggle 2023-04-04 13:37:02 +02:00
Warren Buckley
972ebb3057 Upgrade to release of Storybook 7 2023-04-04 13:19:46 +02:00
Niels Lyngsø
f8b8f2c259 updated models (#639)
* updated models

* potential fix of eslint

* fix eslint rules

* first batch

* dictionary corrections

* batch 2

* batch 3

* tiny correction

* batch 4

* rename key to id internal models

* batch 5

* batch 6

* correct LogLevelCountsReponseModel

* batch 7

* batch 8

* batch 9

* health check data

* _createTableItems

* revert to key for checkbox list

* batch 9
2023-04-04 13:19:19 +02:00
Niels Lyngsø
9e31bad997 Merge remote-tracking branch 'origin/main' into feature/change_keys_to_ids
# Conflicts:
#	src/core/mocks/domains/dictionary.handlers.ts
2023-04-04 12:04:10 +02:00
Niels Lyngsø
9da3be0d1a batch 9 2023-04-04 11:47:32 +02:00
Niels Lyngsø
bb2e98ab84 revert to key for checkbox list 2023-04-04 11:41:27 +02:00
Niels Lyngsø
4b049f77ac _createTableItems 2023-04-04 11:36:03 +02:00
Niels Lyngsø
783883b8bd health check data 2023-04-04 11:35:46 +02:00
Niels Lyngsø
6fa403414a batch 9 2023-04-04 11:34:57 +02:00
Niels Lyngsø
06e5f3058a batch 8 2023-04-04 11:33:21 +02:00
Niels Lyngsø
4ac084f0a4 batch 7 2023-04-04 11:33:15 +02:00
Niels Lyngsø
81242f4096 correct LogLevelCountsReponseModel 2023-04-04 11:20:20 +02:00
Nathan Woulfe
e841c091cd Merge branch 'main' of https://github.com/umbraco/umbraco.cms.backoffice 2023-04-04 10:43:33 +10:00
Nathan Woulfe
9359d818bb remove logging, update mock 2023-04-04 10:43:32 +10:00
Niels Lyngsø
0c6cf765bf batch 6 2023-04-03 17:12:06 +02:00
Niels Lyngsø
cbc6e7b4db batch 5 2023-04-03 16:47:46 +02:00
Niels Lyngsø
bdb5d92e06 rename key to id internal models 2023-04-03 16:18:58 +02:00
Niels Lyngsø
4467ef1a90 batch 4 2023-04-03 16:15:40 +02:00
Niels Lyngsø
925b14e35e tiny correction 2023-04-03 16:08:06 +02:00
Niels Lyngsø
5a2e415cec batch 3 2023-04-03 15:26:41 +02:00
Niels Lyngsø
d4b369b9c2 batch 2 2023-04-03 15:26:29 +02:00
Niels Lyngsø
5b6f3004ca dictionary corrections 2023-04-03 15:04:52 +02:00
Niels Lyngsø
484ca9c6a4 first batch 2023-04-03 15:04:45 +02:00
Niels Lyngsø
e1c19ab46c fix eslint rules 2023-04-03 14:17:00 +02:00
Niels Lyngsø
f26a3ab7cd potential fix of eslint 2023-04-03 14:15:23 +02:00
Niels Lyngsø
6199b41729 updated models 2023-04-03 14:09:47 +02:00
Niels Lyngsø
dae902c2a0 Partly Document Type Workspace (#636)
* move container property logic into a manager

* restructure of property structure helpers

* simpler styling

* migrate structural code to helper classes

* rename to helper

* re arrange

* rename + transfer structural views

* styling

* context observers

* refactor container observables

* _observeOwnerProperties

* clean up

* creation of base structure

* add property method

* move style

* view and edit properties

* use !

* import ordering

* correct typing

* fixes
2023-04-03 11:34:54 +02:00
Jacob Overgaard
f0e97cdaa9 Merge pull request #628 from umbraco/feature/create-language
Feature/create language
2023-04-03 11:19:01 +02:00
Jacob Overgaard
a20e430da3 If there is no cultureName, it was probably an unknown event that triggered the change event, so ignore it. 2023-04-03 11:02:35 +02:00
Jacob Overgaard
8becebe74d remove fallbackIsoCode from scaffolding since the server fails if it is present and empty 2023-04-03 10:42:05 +02:00
Niels Lyngsø
d581f31e4a Merge pull request #633 from umbraco/dependabot/npm_and_yarn/typescript-5.0.3 2023-04-03 10:38:13 +02:00
Jacob Overgaard
57f13546ad try to parse the error.body as JSON since the error detail may have been packed away into a json string 2023-04-03 10:35:21 +02:00
Niels Lyngsø
e7f63dba6a Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/typescript-5.0.3 2023-04-03 10:23:08 +02:00
Jacob Overgaard
5205bce4d8 add missing docs for slot=header 2023-04-03 09:39:54 +02:00
Jacob Overgaard
1bd4c9fd5b Merge remote-tracking branch 'origin/main' into feature/create-language 2023-04-03 09:38:02 +02:00
Lone Iversen
0380d5c054 Feature/property editor upload field (#583)
* init

* change event

* handle multiple files and validation

* render correction

* correct import

* story

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2023-04-03 09:37:32 +02:00
dependabot[bot]
9ecc1ed015 Bump typescript from 4.9.5 to 5.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 07:14:40 +00:00
dependabot[bot]
447c833bf8 Bump lit from 2.6.1 to 2.7.0
Bumps [lit](https://github.com/lit/lit/tree/HEAD/packages/lit) from 2.6.1 to 2.7.0.
- [Release notes](https://github.com/lit/lit/releases)
- [Changelog](https://github.com/lit/lit/blob/main/packages/lit/CHANGELOG.md)
- [Commits](https://github.com/lit/lit/commits/lit@2.7.0/packages/lit)

---
updated-dependencies:
- dependency-name: lit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 09:12:57 +02:00
dependabot[bot]
cc050d137b Bump vite from 4.1.4 to 4.2.1
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.4 to 4.2.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.2.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 09:12:23 +02:00
Niels Lyngsø
8198c74420 Merge pull request #634 from umbraco/dependabot/npm_and_yarn/eslint-config-prettier-8.8.0 2023-04-03 09:11:49 +02:00