Commit Graph

9726 Commits

Author SHA1 Message Date
Jacob Overgaard
5638d5e40f allow pasting base64 images 2024-01-09 13:48:59 +01:00
Jacob Overgaard
9bb4bb9e78 Merge remote-tracking branch 'origin/main' into feature/tinymce-servervariables 2024-01-09 13:43:37 +01:00
Jesper Møller Jensen
0e7fca5363 Dont do full page reload when creating language from the entity action button 2024-01-09 12:22:36 +01:00
leekelleher
877274cac4 Refactored the initial selection value 2024-01-09 12:21:43 +01:00
leekelleher
d67f4f26ef Selection manager: fixes initial value
When the modal initially opens, the `#multiple` is `false`,
(regardless of how it is configured), so the initial value is set to
`[undefined]`. Then when the `#multiple` is observed as `true`
(there must be an underlying bug with the modal context code here),
then the `#selection` array already has an initial value of
`[undefined]` so will append newly selected values to that array.

I discovered this issue due to a bug with the Tree Picker editor.
2024-01-09 12:21:43 +01:00
leekelleher
550c7710cc [WIP] Input Member picker
A placeholder component for `<umb-input-member>`,
for use with the Multinode Treepicker property-editor.

Code files were largely duplicated from `input-document`.
The modal context code hasn't been copied over as it requires
substantial work with developing the Member repository.
2024-01-09 12:20:38 +01:00
leekelleher
c6c45cf6cc [WIP] Adds Member Type picker
A placeholder component for `<umb-input-member-type>`,
for use with the Multinode Treepicker property-editor.

Code files were largely duplicated from `umb-document-type-input`.
The modal context code hasn't been copied over as it requires
substantial work with developing the Member Type repository.
2024-01-09 12:15:10 +01:00
Jacob Overgaard
62dc85e8c1 simplify logic 2024-01-09 12:13:02 +01:00
Jacob Overgaard
6c24c2556a add onSetup to toggle media picker 2024-01-09 11:59:04 +01:00
Jacob Overgaard
a885cfb206 update value of rich text editor 2024-01-09 11:46:50 +01:00
Jacob Overgaard
48546b323e replace automatic_upload with our own to be able to locate images afterwards 2024-01-09 11:41:26 +01:00
Jacob Overgaard
1cc237671e use object url to persist blob in memory 2024-01-09 11:23:59 +01:00
Jacob Overgaard
68637e17b8 use UmbLocalizeController to get current language 2024-01-09 10:57:22 +01:00
Jacob Overgaard
593dfa73e5 option is registered by plugin 2024-01-09 10:57:12 +01:00
Jacob Overgaard
e70c41cade Merge remote-tracking branch 'origin/main' into feature/tinymce-servervariables 2024-01-09 10:43:47 +01:00
Markus Johansson
103c5fc9d7 #1012 label changes for pickers 2024-01-08 13:44:34 +01:00
JesmoDev
daecaec218 Merge pull request #1100 from umbraco/bugfix/table-without-icon-width
Bugfix/table without icon width
2024-01-08 23:29:41 +13:00
leekelleher
dbbb5067cf Integer schema name correction 2024-01-08 10:24:56 +01:00
leekelleher
5295c6fc6d Property Editor: Number - set numeric value
This was setting the value as a `string`, which would cause issues
when used in certain scenarios, e.g. MNTP min/max configuration,
the value would assumed to be numeric, but it'd be a string, so
conditions like `max === 1` would be false, as it'd be `"1"` instead.

Ensuring the value is a `number` before the "property-value-change"
event is sent appears to resolve this issue.
2024-01-08 10:24:16 +01:00
dependabot[bot]
aa1c4455d6 Bump marked from 11.1.0 to 11.1.1
Bumps [marked](https://github.com/markedjs/marked) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v11.1.0...v11.1.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 10:22:02 +01:00
dependabot[bot]
fb93d66ad6 Bump typescript from 5.3.2 to 5.3.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 10:21:52 +01:00
Jesper Møller Jensen
2ab22e1790 fix 2024-01-08 13:13:49 +13:00
Jesper Møller Jensen
401e734f52 add story 2024-01-08 13:13:46 +13:00
Jacob Overgaard
32102b8ecb use UmbTemporaryFileRepository to upload files 2023-12-19 16:24:13 +01:00
Jacob Overgaard
c80f0d76fc Merge remote-tracking branch 'origin/main' into feature/tinymce-servervariables 2023-12-19 16:07:35 +01:00
Jacob Overgaard
1b9f3a9078 revamp loose binding between tinymce raweditoroptions and our data type configuration by checking if configuration options exist first 2023-12-19 15:49:01 +01:00
dependabot[bot]
0b43637f86 Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 14:05:54 +01:00
dependabot[bot]
529ab60802 Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 14:05:46 +01:00
Lone Iversen
ee87f0bf5c pagination and date picker 2023-12-19 14:05:32 +01:00
Lone Iversen
6441e0626a bugs from issue tracker 2023-12-19 14:05:32 +01:00
Jacob Overgaard
de08bae418 rename packageVersion to clientVersion 2023-12-19 09:23:40 +01:00
Jacob Overgaard
586f6b9ae1 clean imports 2023-12-19 09:19:08 +01:00
Jacob Overgaard
8eede4fe86 use packageVersion for tinymce cache_suffix 2023-12-19 09:11:13 +01:00
Jacob Overgaard
390b095231 add a 'meta' module to extract information from package.json 2023-12-19 09:10:27 +01:00
Jacob Overgaard
1ce4715595 add a 'meta' module to extract information from package.json 2023-12-19 09:10:19 +01:00
Lone Iversen
6188862f78 lit 2023-12-18 13:49:46 +01:00
Lone Iversen
5863ea311f undo test 2023-12-18 13:49:46 +01:00
Lone Iversen
0520762d16 test 2023-12-18 13:49:46 +01:00
Lone Iversen
50014962b9 alias 2023-12-18 13:49:46 +01:00
Lone Iversen
306b30bc12 some folder logic 2023-12-18 13:49:46 +01:00
Lone Iversen
3e5ccb4907 description gets saved from modal. mandatory field added 2023-12-18 13:49:46 +01:00
Jacob Overgaard
ede115b067 set marked to string 2023-12-16 10:12:39 +01:00
Jacob Overgaard
ecef9a8bf0 build(deps): update deps 2023-12-16 10:12:39 +01:00
Jacob Overgaard
272154de43 build(deps-dev): bump rollup from 3.27.2 to 4.9.0 2023-12-16 09:46:25 +01:00
Jacob Overgaard
93ff4ee33c build(deps-dev): update eslint to latest (#1074)
* build(deps): bump @umbraco-ui/uui from 1.6.0-rc.1 to 1.6.0-rc.3

* build(deps): bump storybook from 7.6.3 to 7.6.5

* build(deps-dev): update eslint to latest
2023-12-16 09:35:35 +01:00
Jacob Overgaard
835b50bc55 build(deps): bump storybook from 7.6.3 to 7.6.5 2023-12-16 09:23:49 +01:00
Jacob Overgaard
5e45cac455 build(deps): bump @umbraco-ui/uui from 1.6.0-rc.1 to 1.6.0-rc.3 2023-12-16 09:11:16 +01:00
Jacob Overgaard
655a0bbca4 msw 2023-12-16 09:00:59 +01:00
Jacob Overgaard
e40409fdd6 lockfile 2023-12-16 09:00:59 +01:00
Jacob Overgaard
06e3d28836 rollback ui library 2023-12-15 14:26:25 +01:00