Commit Graph

119 Commits

Author SHA1 Message Date
Niels Lyngsø
2d428cc0fc Hotfix: ensure we export all extension types (#17787)
* export all Extension Manifest Types

* clean up

* lint fix
2024-12-12 12:36:33 +01:00
Niels Lyngsø
5adcc43351 fx imports 2024-11-07 21:45:40 +01:00
Niels Lyngsø
7e7e45c8f6 Merge branch 'main' into 1506-custom-modal
# Conflicts:
#	src/packages/core/modal/component/modal.element.ts
2024-11-07 21:41:54 +01:00
Niels Lyngsø
0ac646517c simplifying 2024-11-07 16:52:53 +01:00
Niels Lyngsø
090a74d9b9 clean up 2024-11-07 15:55:34 +01:00
Niels Lyngsø
a26d49e5b7 clean up 2024-11-07 15:45:45 +01:00
Niels Lyngsø
ce99552975 Merge branch 'main' into routed-modal-issue 2024-11-07 11:20:30 +01:00
Warren Buckley
540f829a2f Fixes duplicate alias that fails npm run compile
Fixes issue when running `npm run compile`

```
examples/ufm-custom-component/index.ts:12:4 - error TS1117: An object literal cannot have multiple properties with the same name.

12    alias: 'myCustomComponent',
      ~~~~~


Found 1 error in examples/ufm-custom-component/index.ts:12
```
2024-11-06 19:35:38 +00:00
Mads Rasmussen
1efff16e39 Merge branch 'release/15.0' 2024-11-06 13:57:17 +01:00
Niels Lyngsø
bd9fa6fb04 Merge branch 'main' into routed-modal-issue
# Conflicts:
#	src/packages/tiny-mce/vite.config.ts
2024-11-05 13:22:35 +01:00
Niels Lyngsø
cc3ad6f3ce Merge branch 'main' into 1506-custom-modal 2024-11-05 13:17:32 +01:00
Niels Lyngsø
8448123c29 fix example 2024-11-05 10:33:55 +01:00
Niels Lyngsø
674c3e85b2 Merge branch 'main' into example-validation-context-server-error 2024-11-05 10:17:15 +01:00
Niels Lyngsø
4dffbf3bcb resolve merge conflict 2024-11-04 15:06:32 +01:00
Warren Buckley
e3d0acc8a2 Adds CONST for 'Umb.Condition.WorkspaceAlias' (#2454)
* Add a const for 'Umb.Condition.WorkspaceAlias'

* Update usages 'Umb.Condition.WorkspaceAlias' of to the new CONST

* Somehow accidently deleted .nvmrc

* Change from 'src/packages/core/workspace/conditions/const.js' to '@umbraco-cms/backoffice/workspace' as the import

* Another fix from the build errors from GitHub - didnt come up locally which was weird

* Update src/packages/core/workspace/conditions/workspace-alias.condition.ts

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>

* Renames the consts as agreed in the PR and adds the deprecated notice

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
2024-10-15 09:17:11 +02:00
Markus Johansson
c41a994a07 Merge branch 'main' of https://github.com/umbraco/Umbraco.CMS.Backoffice into 1506-custom-modal 2024-10-14 17:31:08 +02:00
Markus Johansson
68fefbca84 Cleanup, worked on example and added comments 2024-10-14 17:30:10 +02:00
Markus Johansson
caeab9a21b Adjusting custom modal implementation, rename factory, change to support import element 2024-10-14 17:18:49 +02:00
Lee Kelleher
8e39004c59 Chore: Lee's code sweep (during Hacktoberfest '24) (#2450)
* Removed my outdated TODO comments

* Manifest Picker code tidy-up

* Attribute tidy-up

Things I'd picked up during development

* Corrects Storybook control type for `umb-localize` key

* Ran `npm run lint:fix`
2024-10-14 08:44:19 +02:00
Markus Johansson
9844f2d1cd Cleanup example and moved dashboard to content-section 2024-10-11 23:18:10 +02:00
Markus Johansson
dee2a25085 Extended validation demo with multiple tabs
(cherry picked from commit 207dd3e55c8b965ce688057efc36b1594f98f92d)
2024-10-11 23:05:50 +02:00
Markus Johansson
a7c9a024c6 Updated example again to use form. in path 2024-10-10 21:28:25 +02:00
Markus Johansson
33fde19770 Updated example for validation context 2024-10-10 21:12:27 +02:00
Markus Johansson
ba96750ec0 Added example of multiple server errors in single context 2024-10-10 20:57:20 +02:00
Niels Lyngsø
77cb1e39a5 update comment and example 2024-10-08 13:36:56 +02:00
Mads Rasmussen
ebc37ceddd move files 2024-09-30 14:12:26 +02:00
Mads Rasmussen
d1538f205f fix imports 2024-09-30 09:27:17 +02:00
Niels Lyngsø
ac956ceb02 move property editor extension 2024-09-28 21:41:45 +02:00
Niels Lyngsø
133f6d278d correct to use element 2024-09-14 21:02:21 +02:00
Niels Lyngsø
23a5386b5c move workspace extension manifest types 2024-09-14 20:50:52 +02:00
Niels Lyngsø
69cd51e4f3 rename global manifest type 2024-09-13 11:28:06 +02:00
Niels Lyngsø
881625ab78 tsc corrections 2024-09-13 11:23:37 +02:00
Niels Lyngsø
ed93c94cb6 Merge branch 'main' into v14/feature/POC-dynamic-global-manifest-types 2024-09-12 19:24:19 +02:00
Jacob Overgaard
9696441e33 chore: add correct import type to modules 2024-09-12 12:03:05 +02:00
Niels Lyngsø
063c4b3152 move block editor custom view into its own module 2024-08-30 23:13:31 +02:00
Niels Lyngsø
bc1968c84c Merge branch 'main' into v14/feature/block-custom-view-example-with-settings 2024-08-27 13:05:17 +02:00
Lee Kelleher
3ddd5c35bd Bugfix: Exports UmbUfmComponentBase type (#2243)
* Exports `UmbUfmComponentBase` type

* Adds example for a custom UFM component
2024-08-27 10:46:33 +00:00
Niels Lyngsø
9ad3c58808 example using settings 2024-08-23 21:50:52 +02:00
Niels Lyngsø
6a3c5e15e6 move manifest to index 2024-08-19 16:01:22 +02:00
Niels Lyngsø
75f5eeddea linting correction 2024-08-19 15:55:07 +02:00
Niels Lyngsø
54c11e1845 Merge branch 'main' into 1549-workspace-entity-content-type-condition
# Conflicts:
#	src/packages/core/extension-registry/conditions/types.ts
2024-08-19 15:48:19 +02:00
Niels Lyngsø
6ffb3cb309 type import 2024-08-19 15:02:26 +02:00
Mads Rasmussen
d43ed82652 change icons 2024-08-19 10:19:11 +02:00
Mads Rasmussen
757e3d0039 Merge branch 'main' into v14/feature/example-using-icons 2024-08-19 10:00:49 +02:00
Niels Lyngsø
c2cc8b26e2 note on colors 2024-08-13 15:02:46 +02:00
Niels Lyngsø
7044fffdd7 icons examples 2024-08-13 14:59:59 +02:00
Niels Lyngsø
02d498c476 Json Path querying 2024-08-13 00:04:47 +02:00
Niels Lyngsø
5d4d6c36e8 note 2024-08-06 10:32:11 +02:00
Niels Lyngsø
beac7794fd more corrections 2024-08-06 10:29:39 +02:00
Niels Lyngsø
97d7943ba5 prettier 2024-08-06 10:25:19 +02:00