-
Notifications
You must be signed in to change notification settings - Fork 3
OImageEditor documentation #730
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
Open
nprol
wants to merge
13
commits into
15.x.x-develop
Choose a base branch
from
feature/o-image-editor
base: 15.x.x-develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
813f2a5
ODataViewComponent documentation
8d0599b
add data-view entry on components menu
4d832e4
feature: add new component's icons
a9f52b8
feature: add inherited attributes
0a71631
o-image-editor docu
750f987
feat: installation cap
2ce5fd5
feat: add navegation
2a34a9f
feat: new extra-components section
d5735a1
little fix
c6af486
Merge branch 'feature/o-data-view-component-docu' into feature/o-imag…
b7a5d88
feat: add to extra-components section
93597a9
feat: examples
4eab3e5
fix: change images
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
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,101 @@ | ||
| directive: "o-data-view" | ||
| version: "15.0.0" | ||
|
|
||
| apiTitle: "ODataViewComponent" | ||
| inheritedAttributes: | ||
| [ | ||
| { | ||
| component: "OServiceBaseComponent", | ||
| path: "components/service/service-base/api", | ||
| attributes: | ||
| [ | ||
| "attr", | ||
| "columns", | ||
| "configure-service-args", | ||
| "delete-method", | ||
| "entity", | ||
| "insert-method", | ||
| "keys", | ||
| "pageable", | ||
| "paginated-query-method", | ||
| "parent-keys", | ||
| "query-fallback-function", | ||
| "query-method", | ||
| "query-on-bind", | ||
| "query-on-init", | ||
| "query-rows", | ||
| "query-with-null-parent-keys", | ||
| "service", | ||
| "service-type", | ||
| "static-data", | ||
| "store-state", | ||
| "update-method", | ||
| "show-buttons-text", | ||
| "quick-filter-placeholder", | ||
| "insert-button", | ||
| "refresh-button", | ||
| "fixed-header", | ||
| "controls", | ||
| "title", | ||
| "quick-filter", | ||
| "quick-filter-appearance", | ||
| "recursive-detail", | ||
| "recursive-edit", | ||
| "recursive-insert", | ||
| "detail-form-route", | ||
| "pagination-controls", | ||
| "insert-form-route", | ||
| "filter-case-sensitive", | ||
| ], | ||
| }, | ||
| ] | ||
|
|
||
| attributes: | ||
| [ | ||
| { | ||
| name: "default-view", | ||
| type: "'table' | 'grid'", | ||
| default: "table", | ||
| required: "", | ||
| description: "Default view rendered by the component.", | ||
| }, | ||
| { | ||
| name: "toggle-button", | ||
| type: "no | false | yes | true", | ||
| default: "yes", | ||
| required: "", | ||
| description: "Indicates whether or not to show the built-in view toggle. By default it is enabled, which is the standard way `o-data-view` provides view switching.", | ||
| }, | ||
| { | ||
| name: "toggle-on-toolbar", | ||
| type: "no | false | yes | true", | ||
| default: "no", | ||
| required: "", | ||
| description: "Indicates whether or not to render the view toggle inside the toolbar.", | ||
| }, | ||
| { | ||
| name: "toggle-floatable", | ||
| type: "no | false | yes | true", | ||
| default: "no", | ||
| required: "", | ||
| description: "Indicates whether or not the view toggle is rendered as a floating control.", | ||
| }, | ||
| { | ||
| name: "table-config", | ||
| type: "TableConfig", | ||
| default: "", | ||
| required: "", | ||
| description: "Table view configuration object. Values defined here have precedence over the global table configuration injection token and the component defaults.", | ||
| }, | ||
| { | ||
| name: "grid-config", | ||
| type: "GridConfig", | ||
| default: "", | ||
| required: "", | ||
| description: "Grid view configuration object.", | ||
| }, | ||
| ] | ||
|
|
||
| extraComponents: "dataViewData" | ||
|
|
||
| directives: [{ name: "oDataViewTableColumns" }, { name: "oDataViewGridItem" }] |
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,59 @@ | ||
| directive: "table-config" | ||
| title: "Table configuration" | ||
|
|
||
| inheritedAttributes: | ||
| [ | ||
| { | ||
| component: "OTableComponent", | ||
| path: "components/data/table/api", | ||
| attributes: | ||
| [ | ||
| "visible", | ||
| "detailButtonInRow", | ||
| "detailButtonInRowIcon", | ||
| "editButtonInRow", | ||
| "editButtonInRowIcon", | ||
| "editFormRoute", | ||
| "rowHeight", | ||
| "autoAdjust", | ||
| "autoAlignTitles", | ||
| "collapseGroupedColumns", | ||
| "columnsVisibilityButton", | ||
| "defaultVisibleColumns", | ||
| "deleteButton", | ||
| "disableSelectionFunction", | ||
| "detailMode", | ||
| "editionMode", | ||
| "enabled", | ||
| "exportButton", | ||
| "exportServiceType", | ||
| "filterColumnActiveByDefault", | ||
| "groupable", | ||
| "groupedColumns", | ||
| "horizontalScroll", | ||
| "keepSelectedItems", | ||
| "multipleSort", | ||
| "nonHidableColumns", | ||
| "pageSizeOptions", | ||
| "orderable", | ||
| "quickFilterFunction", | ||
| "resizable", | ||
| "rowClass", | ||
| "selectAllCheckbox", | ||
| "selectAllCheckboxVisible", | ||
| "selectionMode", | ||
| "showConfigurationOption", | ||
| "showExpandableIconFunction", | ||
| "showFilterOption", | ||
| "showPaginatorFirstLastButtons", | ||
| "showReportOnDemandOption", | ||
| "showChartsOnDemandOption", | ||
| "showResetWidthOption", | ||
| "sortColumns", | ||
| "virtualScroll", | ||
| "visibleColumns", | ||
| "visibleExportDialogButtons", | ||
| "selectionOnRowClick", | ||
| ], | ||
| }, | ||
| ] |
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,28 @@ | ||
| directive: "grid-config" | ||
| title: "Grid configuration" | ||
|
|
||
| inheritedAttributes: | ||
| [ | ||
| { | ||
| component: "OGridComponent", | ||
| path: "components/data/grid/api", | ||
| attributes: | ||
| [ | ||
| "enabled", | ||
| "visible", | ||
| "cols", | ||
| "gridItemHeight", | ||
| "gutterSize", | ||
| "insertButtonFloatable", | ||
| "insertButtonPosition", | ||
| "pageSizeOptions", | ||
| "orderable", | ||
| "quickFilterColumns", | ||
| "showFooter", | ||
| "showPageSize", | ||
| "sortColumn", | ||
| "sortableColumns", | ||
| "detailMode", | ||
| ], | ||
| }, | ||
| ] |
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,3 @@ | ||
| directive: "o-image-editor" | ||
|
|
||
| apiTitle: "OImageEditorComponent" |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,18 @@ | ||
| --- | ||
| layout: default | ||
| title: Extra-components | ||
| has_children: true | ||
| nav_order: 6 | ||
| permalink: /extra-components/ | ||
| has_toc: false | ||
| --- | ||
|
|
||
| {% include nav_cards.html folder="extra-components" yml="true" %} | ||
|
|
||
| ## Introduction | ||
|
|
||
| The **Ontimize Web Extra Components** library provides an additional set of components designed to extend **OntimizeWeb** applications with advanced features while keeping the same look & feel and development philosophy. | ||
|
|
||
| ## Support | ||
|
|
||
| The Ontimize Web Extra Components module is available in [github](https://github.com/OntimizeWeb/ontimize-web-ngx-extra-components/tree/main.15.x){:target="_blank"} where you can start discussions, add bug reports or feature requests in the [issues](https://github.com/OntimizeWeb/ontimize-web-ngx-extra-components/issues){:target="_blank"} section. |
7 changes: 7 additions & 0 deletions
7
docs/extra-components/data-view/36-o-data-view.component-api.md
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,7 @@ | ||
| --- | ||
| layout: o-component | ||
| permalink: /extra-components/data-view/api | ||
| title: "Data View" | ||
| comp: data-view | ||
| nav_exclude: true | ||
| --- |
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.
Uh oh!
There was an error while loading. Please reload this page.