-
Notifications
You must be signed in to change notification settings - Fork 108
Feature/Add Form support for containsMany field using MultiLine #784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 22 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
64c4287
init
ibelar b61d508
Apply fixes from StyleCI
romaninsh 80c3178
something
DarkSide666 9025168
Apply fixes from StyleCI
romaninsh c65ee76
Merge branch 'develop' into test/multiline-containsmany
ibelar e21526d
feature/Add Form support for containsMany field using MultiLine
ibelar 14242b4
Apply fixes from StyleCI
romaninsh 1cd3228
update test file
ibelar 426c2d7
delete test file
ibelar 7f14fd7
remove db file
ibelar 5f956ee
Merge remote-tracking branch 'origin/develop' into feature/multine-co…
romaninsh 4df3629
re-added .sql file
romaninsh 7560c09
update template
ibelar b15334d
add support for row limit
ibelar 7c6b978
Apply fixes from StyleCI
romaninsh 46bd96d
add support for dropdown
ibelar 23ff75b
Apply fixes from StyleCI
romaninsh ccd35bd
fix
ibelar 6031abb
add caption
ibelar 3295cb3
remove console.log
ibelar e23ef32
allow to specify options for supported field type
ibelar 107b877
update option property name
ibelar 1e7991e
Update Mapping of fields into desired JS Format
PhilippGrashoff 64e8ab6
Apply fixes from StyleCI
romaninsh d9d8705
fix js using new options
ibelar 3b68650
Apply fixes from StyleCI
romaninsh 9b89ebe
fix defining option
ibelar 0c3d126
Merge branch 'develop' into feature/multine-containsmany
ibelar fd3a242
Merge branch 'develop' into feature/multine-containsmany
ibelar 9980e55
enhanced
ibelar a19abce
code review
ibelar 871e979
First scratch for multiline Documentation
PhilippGrashoff a5ecdbf
add semantic-ui-vue in atkjs bundle
ibelar 9ccca5f
update webpack configuration
ibelar 367ff44
Better draft, formatting and Screenshots follow
PhilippGrashoff 6526efe
Add some formatting
PhilippGrashoff df6620c
Update Formatting
PhilippGrashoff c0c832a
Add Multiline Screenshots
PhilippGrashoff e5c91c6
Fix Link to Screenshot
PhilippGrashoff bb7462e
Added Expressions, onLineChange()
PhilippGrashoff f45d538
Chapter "Changing appearance"
PhilippGrashoff a9a8a01
Improve formatting
PhilippGrashoff b4a501c
update doc
ibelar 1577740
add demo
DarkSide666 6d4da94
Apply fixes from StyleCI
romaninsh 126abef
minor fix
ibelar 1e38da6
remove useSuiVue
ibelar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/** | ||
* Simply display a readonly value. | ||
*/ | ||
|
||
export default { | ||
template: `<div>{{readOnlyValue}}</div>`, | ||
name: 'atk-multiline-readonly', | ||
props: ['readOnlyValue'] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isLimitReached - better language