-
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70fcc10
commit 8e96a5c
Showing
38 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
{"displayName":"Blocks","description":"","tags":{},"props":[{"name":"autofocus","description":"Sets the focus on this field when the form loads. Only the first field with this label gets","type":{"name":"boolean"}},{"name":"disabled","description":"If `true`, the field is no longer editable and will not be saved","type":{"name":"boolean"}},{"name":"empty","type":{"name":"string"}},{"name":"endpoints","type":{"name":"object"}},{"name":"fieldsets","type":{"name":"object"}},{"name":"fieldsetGroups","type":{"name":"object"}},{"name":"group","type":{"name":"string"}},{"name":"max","type":{"name":"number"},"defaultValue":{"value":"null"}},{"name":"value","type":{"name":"array"},"defaultValue":{"value":"[]"}}],"events":[{"name":"input","type":{"names":["undefined"]}}],"component":"k-blocks","sourceFile":"src/components/Forms/Blocks/Blocks.vue"} | ||
{"displayName":"Blocks","description":"","tags":{},"props":[{"name":"autofocus","description":"Sets the focus on this field when the form loads. Only the first field with this label gets","type":{"name":"boolean"}},{"name":"disabled","description":"If `true`, the field is no longer editable and will not be saved","type":{"name":"boolean"}},{"name":"id","description":"A unique ID. The component `_uid` will be used as default.","type":{"name":"number|string"},"defaultValue":{"value":"function() {\n return this._uid;\n}"}},{"name":"empty","type":{"name":"string"}},{"name":"endpoints","type":{"name":"object"}},{"name":"fieldsets","type":{"name":"object"}},{"name":"fieldsetGroups","type":{"name":"object"}},{"name":"group","type":{"name":"string"}},{"name":"max","type":{"name":"number"},"defaultValue":{"value":"null"}},{"name":"value","type":{"name":"array"},"defaultValue":{"value":"[]"}}],"events":[{"name":"input","type":{"names":["undefined"]}}],"component":"k-blocks","sourceFile":"src/components/Forms/Blocks/Blocks.vue"} |
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
{"displayName":"BlocksField","description":"","tags":{},"props":[{"name":"disabled","description":"If `true`, the field is no longer editable and will not be saved","type":{"name":"boolean"}},{"name":"help","description":"Optional help text below the field","type":{"name":"string"}},{"name":"label","description":"A descriptive label for the field","type":{"name":"string"}},{"name":"name","description":"A unique name for the input","type":{"name":"number|string"}},{"name":"required","description":"If `true`, the field has to be filled in correctly to be submitted","type":{"name":"boolean"}},{"name":"counter","type":{"name":"boolean|object"}},{"name":"endpoints","type":{"name":"object"}},{"name":"input","type":{"name":"string|number"}},{"name":"translate","type":{"name":"boolean"}},{"name":"type","type":{"name":"string"}},{"name":"autofocus","description":"Sets the focus on this field when the form loads. Only the first field with this label gets","type":{"name":"boolean"}},{"name":"empty","type":{"name":"string"}},{"name":"fieldsets","type":{"name":"object"}},{"name":"fieldsetGroups","type":{"name":"object"}},{"name":"group","type":{"name":"string"}},{"name":"max","type":{"name":"number"},"defaultValue":{"value":"null"}},{"name":"value","type":{"name":"array"},"defaultValue":{"value":"[]"}}],"events":[{"name":"focus"},{"name":"blur"},{"name":"input"}],"slots":[{"name":"header"},{"name":"label"},{"name":"options"},{"name":"counter"},{"name":"default"},{"name":"footer"},{"name":"help"}],"component":"k-blocks-field","sourceFile":"src/components/Forms/Field/BlocksField.vue"} | ||
{"displayName":"BlocksField","description":"","tags":{},"props":[{"name":"disabled","description":"If `true`, the field is no longer editable and will not be saved","type":{"name":"boolean"}},{"name":"help","description":"Optional help text below the field","type":{"name":"string"}},{"name":"id","description":"A unique ID. The component `_uid` will be used as default.","type":{"name":"number|string"},"defaultValue":{"value":"function() {\n return this._uid;\n}"}},{"name":"label","description":"A descriptive label for the field","type":{"name":"string"}},{"name":"name","description":"A unique name for the input","type":{"name":"number|string"}},{"name":"required","description":"If `true`, the field has to be filled in correctly to be submitted","type":{"name":"boolean"}},{"name":"counter","type":{"name":"boolean|object"}},{"name":"endpoints","type":{"name":"object"}},{"name":"input","type":{"name":"string|number"}},{"name":"translate","type":{"name":"boolean"}},{"name":"type","type":{"name":"string"}},{"name":"autofocus","description":"Sets the focus on this field when the form loads. Only the first field with this label gets","type":{"name":"boolean"}},{"name":"empty","type":{"name":"string"}},{"name":"fieldsets","type":{"name":"object"}},{"name":"fieldsetGroups","type":{"name":"object"}},{"name":"group","type":{"name":"string"}},{"name":"max","type":{"name":"number"},"defaultValue":{"value":"null"}},{"name":"value","type":{"name":"array"},"defaultValue":{"value":"[]"}}],"events":[{"name":"focus"},{"name":"blur"},{"name":"input"}],"slots":[{"name":"header"},{"name":"label"},{"name":"options"},{"name":"counter"},{"name":"default"},{"name":"footer"},{"name":"help"}],"component":"k-blocks-field","sourceFile":"src/components/Forms/Field/BlocksField.vue"} |
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
{"displayName":"CheckboxesField","description":"Have a look at `<k-field>`, `<k-input>` and `<k-checkboxes-input>` for additional information.","tags":{},"props":[{"name":"disabled","description":"If `true`, the field is no longer editable and will not be saved","type":{"name":"boolean"}},{"name":"help","description":"Optional help text below the field","type":{"name":"string"}},{"name":"label","description":"A descriptive label for the field","type":{"name":"string"}},{"name":"name","description":"A unique name for the input","type":{"name":"number|string"}},{"name":"required","description":"If `true`, the field has to be filled in correctly to be submitted","type":{"name":"boolean"}},{"name":"counter","type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"endpoints","type":{"name":"object"}},{"name":"input","type":{"name":"string|number"}},{"name":"translate","type":{"name":"boolean"}},{"name":"type","type":{"name":"string"}},{"name":"after","description":"Optional text that will be shown after the input","type":{"name":"string"}},{"name":"before","description":"Optional text that will be shown before the input","type":{"name":"string"}},{"name":"invalid","description":"Marks the field/input as invalid","type":{"name":"boolean"}},{"name":"autofocus","type":{"name":"boolean"}},{"name":"icon","type":{"name":"string|boolean"}},{"name":"novalidate","type":{"name":"boolean"},"defaultValue":{"value":"false"}},{"name":"value","type":{"name":"array"},"defaultValue":{"value":"[]"},"description":"The value for the input should be provided as array. Each value in the array corresponds with the value in the options. If you provide a string, the string will be split by comma."},{"name":"options","description":"An array of option objects","tags":{"value":[{"description":"{ value, text, info }","title":"value"}]},"type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"columns","type":{"name":"number"},"defaultValue":{"value":"1"}},{"name":"max","type":{"name":"number"}},{"name":"min","type":{"name":"number"}},{"name":"theme","type":{"name":"string"}}],"events":[{"name":"focus"},{"name":"blur"}],"slots":[{"name":"header"},{"name":"label"},{"name":"options"},{"name":"counter"},{"name":"default"},{"name":"footer"},{"name":"help"},{"name":"before"},{"name":"after"},{"name":"icon"}],"component":"k-checkboxes-field","sourceFile":"src/components/Forms/Field/CheckboxesField.vue"} | ||
{"displayName":"CheckboxesField","description":"Have a look at `<k-field>`, `<k-input>` and `<k-checkboxes-input>` for additional information.","tags":{},"props":[{"name":"disabled","description":"If `true`, the field is no longer editable and will not be saved","type":{"name":"boolean"}},{"name":"help","description":"Optional help text below the field","type":{"name":"string"}},{"name":"id","description":"A unique ID. The component `_uid` will be used as default.","type":{"name":"number|string"},"defaultValue":{"value":"function() {\n return this._uid;\n}"}},{"name":"label","description":"A descriptive label for the field","type":{"name":"string"}},{"name":"name","description":"A unique name for the input","type":{"name":"number|string"}},{"name":"required","description":"If `true`, the field has to be filled in correctly to be submitted","type":{"name":"boolean"}},{"name":"counter","type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"endpoints","type":{"name":"object"}},{"name":"input","type":{"name":"string|number"}},{"name":"translate","type":{"name":"boolean"}},{"name":"type","type":{"name":"string"}},{"name":"after","description":"Optional text that will be shown after the input","type":{"name":"string"}},{"name":"before","description":"Optional text that will be shown before the input","type":{"name":"string"}},{"name":"invalid","description":"Marks the field/input as invalid","type":{"name":"boolean"}},{"name":"autofocus","type":{"name":"boolean"}},{"name":"icon","type":{"name":"string|boolean"}},{"name":"novalidate","type":{"name":"boolean"},"defaultValue":{"value":"false"}},{"name":"value","type":{"name":"array"},"defaultValue":{"value":"[]"},"description":"The value for the input should be provided as array. Each value in the array corresponds with the value in the options. If you provide a string, the string will be split by comma."},{"name":"options","description":"An array of option objects","tags":{"value":[{"description":"{ value, text, info }","title":"value"}]},"type":{"name":"array"},"defaultValue":{"value":"[]"}},{"name":"columns","type":{"name":"number"},"defaultValue":{"value":"1"}},{"name":"max","type":{"name":"number"}},{"name":"min","type":{"name":"number"}},{"name":"theme","type":{"name":"string"}}],"events":[{"name":"focus"},{"name":"blur"}],"slots":[{"name":"header"},{"name":"label"},{"name":"options"},{"name":"counter"},{"name":"default"},{"name":"footer"},{"name":"help"},{"name":"before"},{"name":"after"},{"name":"icon"}],"component":"k-checkboxes-field","sourceFile":"src/components/Forms/Field/CheckboxesField.vue"} |
This file contains 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 |
---|---|---|
@@ -1 +1 @@ | ||
{"displayName":"ColorField","description":"","tags":{"since":[{"description":"4.0.0","title":"since"}]},"props":[{"name":"disabled","description":"If `true`, the field is no longer editable and will not be saved","type":{"name":"boolean"}},{"name":"help","description":"Optional help text below the field","type":{"name":"string"}},{"name":"label","description":"A descriptive label for the field","type":{"name":"string"}},{"name":"name","description":"A unique name for the input","type":{"name":"number|string"}},{"name":"required","description":"If `true`, the field has to be filled in correctly to be submitted","type":{"name":"boolean"}},{"name":"counter","type":{"name":"boolean|object"}},{"name":"endpoints","type":{"name":"object"}},{"name":"input","type":{"name":"string|number"}},{"name":"translate","type":{"name":"boolean"}},{"name":"type","type":{"name":"string"},"defaultValue":{"value":"\"text\""}},{"name":"after","description":"Optional text that will be shown after the input","type":{"name":"string"}},{"name":"before","description":"Optional text that will be shown before the input","type":{"name":"string"}},{"name":"invalid","description":"Marks the field/input as invalid","type":{"name":"boolean"}},{"name":"autofocus","type":{"name":"boolean"}},{"name":"icon","type":{"name":"string"},"defaultValue":{"value":"\"pipette\""}},{"name":"novalidate","type":{"name":"boolean"},"defaultValue":{"value":"false"}},{"name":"value","type":{"name":"string"},"defaultValue":{"value":"null"}},{"name":"autocomplete","description":"Sets the HTML5 autocomplete mode for the input","type":{"name":"string"},"defaultValue":{"value":"\"off\""}},{"name":"font","description":"Changes the font of the input to monospace or sans","type":{"name":"string"}},{"name":"maxlength","description":"Maximum number of allowed characters","type":{"name":"number"}},{"name":"minlength","description":"Minimum number of required characters","type":{"name":"number"}},{"name":"pattern","description":"A regular expression, which will be used to validate the input","type":{"name":"string"}},{"name":"placeholder","description":"Custom placeholder text, when the field is empty","type":{"name":"number|string"}},{"name":"spellcheck","description":"If false, spellchecking will be disabled","type":{"name":"boolean"},"defaultValue":{"value":"false"}},{"name":"ariaLabel","type":{"name":"string"}},{"name":"alpha","description":"Add the alpha value to the color name","type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"format","tags":{},"values":["\"hex\"","\"rgb\"","\"hsl\""],"type":{"name":"string"},"defaultValue":{"value":"\"hex\""}},{"name":"mode","description":"Display mode","tags":{},"values":["\"picker\"","\"input\"","\"options\""],"type":{"name":"string"},"defaultValue":{"value":"\"picker\""}},{"name":"options","description":"Array of color options","type":{"name":"array"},"defaultValue":{"value":"[]"}}],"events":[{"name":"input"},{"name":"focus"},{"name":"blur"}],"slots":[{"name":"header"},{"name":"label"},{"name":"options"},{"name":"counter"},{"name":"default"},{"name":"footer"},{"name":"help"},{"name":"before"},{"name":"after"},{"name":"icon"}],"component":"k-color-field","sourceFile":"src/components/Forms/Field/ColorField.vue"} | ||
{"displayName":"ColorField","description":"","tags":{"since":[{"description":"4.0.0","title":"since"}]},"props":[{"name":"disabled","description":"If `true`, the field is no longer editable and will not be saved","type":{"name":"boolean"}},{"name":"help","description":"Optional help text below the field","type":{"name":"string"}},{"name":"id","description":"A unique ID. The component `_uid` will be used as default.","type":{"name":"number|string"},"defaultValue":{"value":"function() {\n return this._uid;\n}"}},{"name":"label","description":"A descriptive label for the field","type":{"name":"string"}},{"name":"name","description":"A unique name for the input","type":{"name":"number|string"}},{"name":"required","description":"If `true`, the field has to be filled in correctly to be submitted","type":{"name":"boolean"}},{"name":"counter","type":{"name":"boolean|object"}},{"name":"endpoints","type":{"name":"object"}},{"name":"input","type":{"name":"string|number"}},{"name":"translate","type":{"name":"boolean"}},{"name":"type","type":{"name":"string"},"defaultValue":{"value":"\"text\""}},{"name":"after","description":"Optional text that will be shown after the input","type":{"name":"string"}},{"name":"before","description":"Optional text that will be shown before the input","type":{"name":"string"}},{"name":"invalid","description":"Marks the field/input as invalid","type":{"name":"boolean"}},{"name":"autofocus","type":{"name":"boolean"}},{"name":"icon","type":{"name":"string"},"defaultValue":{"value":"\"pipette\""}},{"name":"novalidate","type":{"name":"boolean"},"defaultValue":{"value":"false"}},{"name":"value","type":{"name":"string"},"defaultValue":{"value":"null"}},{"name":"autocomplete","description":"Sets the HTML5 autocomplete mode for the input","type":{"name":"string"},"defaultValue":{"value":"\"off\""}},{"name":"font","description":"Changes the font of the input to monospace or sans","type":{"name":"string"}},{"name":"maxlength","description":"Maximum number of allowed characters","type":{"name":"number"}},{"name":"minlength","description":"Minimum number of required characters","type":{"name":"number"}},{"name":"pattern","description":"A regular expression, which will be used to validate the input","type":{"name":"string"}},{"name":"placeholder","description":"Custom placeholder text, when the field is empty","type":{"name":"number|string"}},{"name":"spellcheck","description":"If false, spellchecking will be disabled","type":{"name":"boolean"},"defaultValue":{"value":"false"}},{"name":"ariaLabel","type":{"name":"string"}},{"name":"alpha","description":"Add the alpha value to the color name","type":{"name":"boolean"},"defaultValue":{"value":"true"}},{"name":"format","tags":{},"values":["\"hex\"","\"rgb\"","\"hsl\""],"type":{"name":"string"},"defaultValue":{"value":"\"hex\""}},{"name":"mode","description":"Display mode","tags":{},"values":["\"picker\"","\"input\"","\"options\""],"type":{"name":"string"},"defaultValue":{"value":"\"picker\""}},{"name":"options","description":"Array of color options","type":{"name":"array"},"defaultValue":{"value":"[]"}}],"events":[{"name":"input"},{"name":"focus"},{"name":"blur"}],"slots":[{"name":"header"},{"name":"label"},{"name":"options"},{"name":"counter"},{"name":"default"},{"name":"footer"},{"name":"help"},{"name":"before"},{"name":"after"},{"name":"icon"}],"component":"k-color-field","sourceFile":"src/components/Forms/Field/ColorField.vue"} |
Oops, something went wrong.