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
Niels Lyngsø
763121df1f
POC Modal deeplinking
2023-03-14 12:00:43 +01:00
Niels Lyngsø
200befcf55
Merge branch 'main' into feature/manifest-conditions
2023-03-14 10:29:13 +01:00
Mads Rasmussen
80e5df7807
rename interfaces from editor to workspace
2023-03-13 21:19:22 +01:00
Mads Rasmussen
08c8ca3364
add conditions to workspace views
2023-03-13 21:18:08 +01:00
Mads Rasmussen
f0f094b736
filter on conditions
2023-03-13 21:09:15 +01:00
Mads Rasmussen
c943c1d061
add conditions to section view manifest
2023-03-13 21:04:50 +01:00
Mads Rasmussen
a2f6a4cdcc
add conditions to sidebar apps
2023-03-13 20:59:55 +01:00
Mads Rasmussen
a4db26de7d
add conditions to property actions manifest
2023-03-13 20:50:48 +01:00
Mads Rasmussen
520bda84ab
add conditions to menu item
2023-03-13 20:47:58 +01:00
Mads Rasmussen
00ce3b0275
add conditions to bulk action manifest
2023-03-13 20:43:05 +01:00
Mads Rasmussen
887bdd64a2
add conditions to entity action
2023-03-13 20:40:36 +01:00
Mads Rasmussen
835425d821
add conditions to collections and dashboards
2023-03-13 20:31:47 +01:00
Mads Rasmussen
c94189ff28
add conditions to collection view
2023-03-13 20:22:05 +01:00
Niels Lyngsø
f0692baf54
POC
2023-03-13 16:50:44 +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ø
30ba4b23c1
Merge remote-tracking branch 'origin/main' into feature/modal-routing
2023-03-13 14:12:39 +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ø
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
Jacob Overgaard
86b6725aa4
Merge remote-tracking branch 'origin/main' into feature/slimmer-libs
2023-03-13 10:20:17 +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
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
Mads Rasmussen
16572f3505
Merge branch 'main' into feature/modal-extension-point
2023-03-10 11:37:04 +01:00
Niels Lyngsø
6195965fc1
Split View for Document Workspace ( #581 )
...
* updated package-lock
* fix document root route
* deep link for variants
* also post fix the redirect
* split view router concept
* remove comment
* split view routing
* fix only one variant scenario
* add bolean state class
* simplified solution
* using block grid editor as deep router test
* bring back the splitViewIndex for workspace-vari
* moving footer, and spread across variants
* hide footer when no content
* only show navigation in right variant
* switchVariant in splitView
* switching refactored to workspace context
* close concept
* create VariantID from data, not props
* fix variant variant ID
* TODOs
* use ContextToken
* just a difference tag on properties
* a bit more
* closeSplitView use URL
* move splitView code into a splitViewManager
* readonly props
* JSDoc
* change JSDoc sligthly
* less dom activity for splitView change
* use router-slot events for updates
* some docs
* context
* fix imports
2023-03-10 11:34:08 +01:00
Niels Lyngsø
cab5537fbb
split close and submit callbacks
2023-03-10 11:08:39 +01:00
Niels Lyngsø
39fa514b54
rename the modal element to modalElement.
2023-03-10 10:28:52 +01:00
Niels Lyngsø
45c01bed6a
move #element data setters
2023-03-10 10:12:23 +01:00
Niels Lyngsø
98cfed29d8
rename layout to modal element
2023-03-10 10:11:30 +01:00
Niels Lyngsø
b8ae10205a
lint fixes
2023-03-10 10:11:20 +01:00
Mads Rasmussen
0abe373fda
use alias to import modal lib
2023-03-09 22:20:43 +01:00
Mads Rasmussen
a222fc50ff
fix import
2023-03-09 22:04:09 +01:00
Mads Rasmussen
016c42ea4a
update docs
2023-03-09 21:40:32 +01:00
Mads Rasmussen
464d555190
fix lint error
2023-03-09 21:24:21 +01:00
Mads Rasmussen
959ceb5127
lint fix
2023-03-09 21:14:49 +01:00
Mads Rasmussen
95dfb7d67a
temp remove modal story
2023-03-09 20:27:11 +01:00
Mads Rasmussen
137923e204
add todo
2023-03-09 15:25:01 +01:00
Mads Rasmussen
da44b409e3
register search modal
2023-03-09 15:18:30 +01:00
Mads Rasmussen
e52dafc86f
manual merges
2023-03-09 13:57:04 +01:00
Mads Rasmussen
3c2a8679ca
Merge branch 'main' into feature/modal-extension-point
2023-03-09 13:56:50 +01:00