Commit Graph

4646 Commits

Author SHA1 Message Date
Niels Lyngsø
d4c7f6288c fix import order 2023-03-16 09:59:29 +01:00
Niels Lyngsø
e17d749385 lint fixes 2023-03-16 09:59:11 +01:00
Niels Lyngsø
8e8403fda9 more tests 2023-03-16 09:58:33 +01:00
Niels Lyngsø
3c9aef06ad correct types 2023-03-16 09:48:27 +01:00
Niels Lyngsø
3dfaa27d57 comment 2023-03-16 09:22:07 +01:00
Niels Lyngsø
4ab67426da Merge remote-tracking branch 'origin/main' into bugfix/observer-should-resubscripe-if-hostdisconnected 2023-03-16 09:07:11 +01:00
Nathan Woulfe
e7961af9d3 fixes model changes 2023-03-16 18:02:40 +10:00
Nathan Woulfe
6b86f31c9e regenerate 2023-03-16 16:18:16 +10:00
Niels Lyngsø
28b4ea55d8 make observer re-subscribe on hostConnected if unsubscribed by hostDisconnected 2023-03-15 20:17:52 +01:00
Niels Lyngsø
24ba4c9f9b Merge pull request #594 from umbraco/feature/entrypoint-types 2023-03-14 16:17:32 +01:00
Jacob Overgaard
a72c15e93d add rollup to extensions-api to access types from outside 2023-03-14 16:12:16 +01:00
Jacob Overgaard
9edcf5418b export the entrypoint lifecycle onInit type as its own 2023-03-14 16:12:02 +01:00
Warren Buckley
f305f0479f Merge pull request #593 from umbraco/storybook-7-final
Update to Storybook 7.0.0-rc.3
2023-03-14 11:22:09 +00:00
Warren Buckley
61d290668e Update to Storybook 7.0.0-rc.3 2023-03-14 10:23:53 +00:00
Jacob Overgaard
49a6663f42 Merge pull request #592 from umbraco/bugfix/imports-aliases
import aliases
2023-03-14 10:31:11 +01:00
Lone Iversen
2d5c3f3707 Merge branch 'main' into bugfix/imports-aliases 2023-03-14 10:22:26 +01:00
Lone Iversen
2eff95043c import aliases 2023-03-14 10:21:34 +01:00
Niels Lyngsø
784dec1e9a Merge pull request #589 from umbraco/feature/model-libs 2023-03-14 10:00:14 +01:00
Jacob Overgaard
535fc2f252 add rollup.config.js to store lib 2023-03-13 16:43:07 +01:00
Jacob Overgaard
b45768e9d6 add rollup.config.ts to model libs 2023-03-13 16:42:54 +01:00
Jacob Overgaard
12bd6decea make import from uui more specific to avoid getting the whole commonjs module in the rollup bundle 2023-03-13 16:42:38 +01:00
Jacob Overgaard
5615d9cbcc Merge pull request #586 from umbraco/feature/property-editor-interface
Create the Property Editor interface
2023-03-13 14:16:19 +01:00
Niels Lyngsø
2b45cddc4e Merge pull request #587 from umbraco/feature/notification-lib 2023-03-13 14:12:10 +01:00
Jacob Overgaard
6449656ba3 mark certain libs as external to prevent them from being included in the types 2023-03-13 13:57:10 +01:00
Jacob Overgaard
6dc4c32e6b add rollup to notification lib 2023-03-13 13:51:36 +01:00
Jacob Overgaard
d506a627e4 move notification default layout to src/core 2023-03-13 13:51:27 +01:00
Niels Lyngsø
6b93974457 fix imports 2023-03-13 13:49:03 +01:00
Niels Lyngsø
80e5687fee implement property editor interface 2023-03-13 13:13:15 +01:00
Niels Lyngsø
3354ad0777 ensure config is available and cast type 2023-03-13 13:03:35 +01:00
Niels Lyngsø
5f5edf014a make interface extend HTMLElement 2023-03-13 13:02:00 +01:00
Niels Lyngsø
d195ccedd2 make property editor interface 2023-03-13 13:01:15 +01:00
Niels Lyngsø
8236515b23 Merge remote-tracking branch 'origin/main' into feature/modal-routing
# Conflicts:
#	src/core/router/router-slot.element.ts
2023-03-13 10:45:04 +01:00
Niels Lyngsø
95e035617d Merge pull request #584 from umbraco/feature/slimmer-libs
Server packages: Fix router and some import paths
2023-03-13 10:44:07 +01:00
Niels Lyngsø
1a3f678348 import order 2023-03-13 10:41:00 +01:00
Niels Lyngsø
00adb3bd9c remove import 2023-03-13 10:36:28 +01:00
Jacob Overgaard
86b6725aa4 Merge remote-tracking branch 'origin/main' into feature/slimmer-libs 2023-03-13 10:20:17 +01:00
Jacob Overgaard
c2c237fe8c fix import paths 2023-03-13 09:54:37 +01:00
Jacob Overgaard
a540e05f8d fix import paths 2023-03-13 09:54:22 +01:00
Niels Lyngsø
1171d19ab3 Merge pull request #580 from umbraco/feature/modal-extension-point 2023-03-10 23:42:25 +01:00
Niels Lyngsø
bcebf93f02 fix alias 2023-03-10 23:34:06 +01:00
Niels Lyngsø
4daf40abae default exports for modal elements 2023-03-10 23:32:21 +01:00
Niels Lyngsø
9bb480d620 updated docs 2023-03-10 23:27:15 +01:00
Niels Lyngsø
a73597a5b1 ModalHandler submit / onSubmit using UmbModalToken Result type 2023-03-10 23:20:09 +01:00
Niels Lyngsø
43cf312bc9 simplify to one promise that rejects on close 2023-03-10 15:15:10 +01:00
Niels Lyngsø
f586c195d1 dont use the name modal layout for modal content 2023-03-10 14:41:12 +01:00
Niels Lyngsø
7140c483fb minus n 2023-03-10 14:38:03 +01:00
Mads Rasmussen
fab5e776b4 remove redundant confirmed 2023-03-10 12:00:16 +01:00
Mads Rasmussen
b7c612679d call close 2023-03-10 11:58:19 +01:00
Mads Rasmussen
516ff7691e call close resolver when closing the modal 2023-03-10 11:58:12 +01:00
Mads Rasmussen
2353e4b7fa call close from within the modal element 2023-03-10 11:56:26 +01:00