Commit Graph

10226 Commits

Author SHA1 Message Date
Rijk van Zanten
9067a83265 script[setup]: select-multiple-checkbox (#18429) 2023-05-03 10:56:28 -04:00
Rijk van Zanten
767105ff77 script[setup]: select-icon (#18428)
* script[setup]: select-icon

* Align value prop type
2023-05-03 10:54:25 -04:00
Rijk van Zanten
4514666408 script[setup]: select-dropdown (#18427)
* script[setup]: select-dropdown

* Align value type
2023-05-03 10:53:11 -04:00
Rijk van Zanten
6f0cdd9db8 script[setup]: presentation-notice (#18426) 2023-05-03 10:51:15 -04:00
Rijk van Zanten
c195a480e2 script[setup]: interfaces/presentation-divider (#18425) 2023-05-03 10:49:39 -04:00
Rijk van Zanten
90dbfbaa3a script[setup]: interfaces/map (#18424) 2023-05-03 10:48:48 -04:00
Rijk van Zanten
bb4fd307cd script[setup]: interfaces/list (#18423) 2023-05-03 10:47:18 -04:00
Pascal Jufer
294596b9ad Fix system-modules after migration to script[setup] (#18420) 2023-05-03 09:43:40 -04:00
Brainslug
a9f397de1f Prevent parsing non-decimal values in search (#18383)
* prevent parsing non-decimal values in search

* Create rare-deers-clap.md

* Adjust format of changeset

* Add explaining comment to return logic of validateNumber

* remove float with zeros check

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-05-03 09:42:28 -04:00
Brainslug
c74b5da7b9 Improved flows error class handling (#18421)
* improved flows error handling

* Create gentle-cars-watch.md

* updated changeset
2023-05-03 09:40:45 -04:00
Rijk van Zanten
0457bf3085 script[setup]: interfaces/input-rich-text-html (#18418)
* script[setup]: interfaces/input-rich-text-html

* Clean-up mess after failed merge

* Remove unnecessary default for 'value'

* Revert mistakenly revert :-)

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-05-03 09:24:34 -04:00
Nicola Krumschmidt
1d7eec9795 Mark shared packages as side effects free (#18365)
* Mark the constant and utils packages as side effects free

* Add changeset

* mark composables as side effect free

* mark exceptions package as side effects free

* updated changeset

---------

Co-authored-by: Brainslug <tim@brainslug.nl>
2023-05-03 14:26:52 +02:00
Rijk van Zanten
fc15ea0d65 script[setup]: input-multiline (#18417)
* script[setup]: input-multiline

* Require value
2023-05-02 17:57:49 -04:00
Rijk van Zanten
9d76b4a2e4 script[setup]: input-hash (#18416)
* script[setup]: input-hash

* Use defineComponent in options script

* Require value
2023-05-02 17:56:17 -04:00
Rijk van Zanten
1d3899555a script[setup]: input-code (#18415)
* script[setup]: input-code

* Cleanup imports
2023-05-02 17:54:06 -04:00
Rijk van Zanten
e61b35ad06 script[setup]: interfaces/input-autocomplete-api (#18414)
* script[setup]: interfaces/input-autocomplete-api

* Value is required, but allowed null
2023-05-02 17:37:48 -04:00
Rijk van Zanten
a21a28b7cd script[setup]: interfaces/input (#18413)
* script[setup]: interfaces/input

* Value prop is required, but allowed null
2023-05-02 17:36:20 -04:00
Rijk van Zanten
2a53bd36ba script[setup]: interfaces/group-raw (#18412) 2023-05-02 17:34:20 -04:00
Rijk van Zanten
02cd25c3ac script[setup]: interfaces/group-detail (#18411) 2023-05-02 17:33:02 -04:00
Rijk van Zanten
851fbfa82a script[setup]: interfaces/system-interface (#18410) 2023-05-02 17:31:42 -04:00
Rijk van Zanten
6cd0ef3d3d script[setup]: interfaces/group-accordion (#18409) 2023-05-02 17:30:09 -04:00
Rijk van Zanten
290d783461 script[setup]: interfaces/datetime (#18408) 2023-05-02 17:27:37 -04:00
Rijk van Zanten
44049cbfe6 script[setup]: interfaces/boolean (#18407) 2023-05-02 17:25:49 -04:00
Rijk van Zanten
daf509061b script[setup]: system-scope (#18406) 2023-05-02 17:24:37 -04:00
Rijk van Zanten
e01702a2ac script[setup]: system-modules (#18405)
* script[setup]: system-modules

* script[setup]: system-modules
2023-05-02 17:23:24 -04:00
Rijk van Zanten
82d84877ca script[setup]: system-mfa-setup (#18404) 2023-05-02 17:19:52 -04:00
Rijk van Zanten
996f42c08c script[setup]: system-language (#18403) 2023-05-02 17:17:41 -04:00
Rijk van Zanten
2e0c1666c3 script[setup]: system-interface-options (#18402)
* script[setup]: system-interface-options

* Add missing null in props
2023-05-02 17:16:04 -04:00
Rijk van Zanten
8db6c2b5e2 script[setup]: system-folder (#18401) 2023-05-02 17:12:57 -04:00
Rijk van Zanten
1bb78d9c0d script[setup]: system-filter (#18400) 2023-05-02 17:10:32 -04:00
rijkvanzanten
d19f0b758b Make template prop optional
Ref https://github.com/directus/directus/pull/18393/files#r1183040178
2023-05-02 17:05:44 -04:00
Rijk van Zanten
b0908ca7f8 script[setup]: interfaces/system-field-tree (#18399) 2023-05-02 17:04:58 -04:00
Rijk van Zanten
d4456e6ad8 script[setup]: interfaces/system-field (#18398)
* script[setup]: interfaces/system-field

* CollectionField is not required
2023-05-02 17:01:56 -04:00
Rijk van Zanten
1699db75f7 script[setup]: interfaces/system-display-template (#18397) 2023-05-02 16:56:53 -04:00
Rijk van Zanten
e3e6b5fd75 script[setup]: interfaces/system-collections (#18396) 2023-05-02 16:54:50 -04:00
Rijk van Zanten
6d5109b201 script[setup]: interfaces/system-collection (#18395)
* script[setup]: interfaces/system-collection

* Apply latest from main

* Align default value of includeSingleton
2023-05-02 16:52:12 -04:00
Rijk van Zanten
7c4892cfdc script[setup]: displays/user (#18394) 2023-05-02 16:48:26 -04:00
Rijk van Zanten
ea05b9752e script[setup]: displays/related-values (#18393) 2023-05-02 16:46:28 -04:00
Rijk van Zanten
aeb37ed0b7 script[setup]: displays/image/image.vue (#18392) 2023-05-02 16:42:25 -04:00
Rijk van Zanten
1bab653346 script[setup]: displays/labels.vue (#18391) 2023-05-02 16:40:00 -04:00
Rijk van Zanten
ace0d52960 script[setup]: displays/icon/icon.vue (#18390) 2023-05-02 16:38:07 -04:00
Rijk van Zanten
bfd065fbde script[setup]: formatted-value.vue (#18389)
* script[setup]: formatted-value.vue

* Don't force undefined defaults
2023-05-02 16:34:05 -04:00
Rijk van Zanten
1e279322db Disable vue/require-default-prop eslint rule (#18388) 2023-05-02 16:22:58 -04:00
Rijk van Zanten
44b4863788 Require curly brackets in if statements when they're multi-line (#18387)
* Enable Curly rule

* Fix curly misuse
2023-05-02 16:02:43 -04:00
rijkvanzanten
4e5d5093b3 Fix tabular header key selection 2023-05-02 15:35:42 -04:00
Brainslug
8a772802fa updated uses of useAliasFields (#18267)
* updated uses of useAliasFields

* use fields instead

* updated ternary check

* remove dealiasing

* Linty lint

* temporary changes

* finish alias cleanup

* Fix linter warnings

* fixed imports from merge

* removed unsed variables

* Add changeset

---------

Co-authored-by: Nitwel <mail@nitwel.de>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
Co-authored-by: Jan Arends <jan.arends@mailbox.org>
2023-05-02 15:23:38 -04:00
Nitwel
2432306fea Make folders hidden by default in system collection interface (#18362)
* make folders hidden by default in system collection interface

* Create green-stingrays-shake.md

* Remove prop

---------

Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
2023-05-02 15:17:58 -04:00
Brainslug
1fba5ebf94 Load cjs custom migrations (#18385) 2023-05-02 21:10:19 +02:00
Nicola Krumschmidt
80bcc35af3 Add support for building API extensions to ESM (#18351)
* Remove language check from extension build command

* Add getFileExt util

* Add support for building API extensions to ESM

* Build new extensions to ESM by default

* Update config file docs to be in ESM

* Add changeset

* Fix extension test

* Replace nested ternary expression

Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>

* Li(n)t

---------

Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
Co-authored-by: Brainslug <br41nslug@users.noreply.github.com>
2023-05-02 14:45:25 -04:00
ian
69061c1284 Add Cache option for Flows webhook trigger (#18277)
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
Co-authored-by: Nicola Krumschmidt <nicola.krumschmidt@freenet.de>
Co-authored-by: Pascal Jufer <pascal-jufer@bluewin.ch>
2023-05-02 15:17:07 +00:00