ionic-selectable-pages
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "ionic-selectable-pages", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Ionic Selectable pages.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -46,3 +46,3 @@ # Frequently asked questions | ||
In this case no items are loaded and displayed initially. Items will be added while user is typing to search. | ||
See [demo](/ionic-selectable/search-items-asynchronously). | ||
See [demo](/ionic-selectable-docs/search-items-asynchronously). | ||
@@ -54,3 +54,3 @@ **Infinite scroll** | ||
Then more items is loaded bunch by bunch while user is scrolling down. | ||
See [demo](/ionic-selectable/infinite-scroll). | ||
See [demo](/ionic-selectable-docs/infinite-scroll). | ||
@@ -60,3 +60,3 @@ **Virtual scroll** | ||
This approach relies on Ionic [VirtualScroll](https://ionicframework.com/docs/api/components/virtual-scroll/VirtualScroll/). | ||
See [demo](/ionic-selectable/virtual-scroll). | ||
See [demo](/ionic-selectable-docs/virtual-scroll). | ||
@@ -63,0 +63,0 @@ ## Why the component does not appear and only label is visible? |
@@ -15,3 +15,3 @@ # Getting started | ||
Once you have installed the package you can either jump right to a [source code example with a live demo](/ionic-selectable/basic-usage) or follow the steps below to configure Ionic Selectable module. | ||
Once you have installed the package you can either jump right to a [source code example with a live demo](/ionic-selectable-docs/basic-usage) or follow the steps below to configure Ionic Selectable module. | ||
@@ -96,2 +96,2 @@ ## 2. Import the module | ||
Take your time to go though the common [use cases](/ionic-selectable/basic-usage), features ([grouping](/ionic-selectable/grouping-items), [editing](/ionic-selectable/editing-adding-editing-and-deleting-items), [templates](/ionic-selectable/add-item-template), [forms](/ionic-selectable/form-control)) and API ([fields](/ionic-selectable/add-button-text-field), [methods](/ionic-selectable/add-item-method), [events](/ionic-selectable/on-add-item-event)) to see what Ionic Selectable is capable of. | ||
Take your time to go though the common [use cases](/ionic-selectable-docs/basic-usage), features ([grouping](/ionic-selectable-docs/grouping-items), [editing](/ionic-selectable-docs/editing-adding-editing-and-deleting-items), [templates](/ionic-selectable-docs/add-item-template), [forms](/ionic-selectable-docs/form-control)) and API ([fields](/ionic-selectable-docs/add-button-text-field), [methods](/ionic-selectable-docs/add-item-method), [events](/ionic-selectable-docs/on-add-item-event)) to see what Ionic Selectable is capable of. |
# Grouping items | ||
Items can be grouped by a field specified in `groupValueField` property. Use `groupTextField` property to specify group name. | ||
Group content can also be modified using templates: [Group template](/ionic-selectable/group-template), [Group end template](/ionic-selectable/group-end-template). | ||
Group content can also be modified using templates: [Group template](/ionic-selectable-docs/group-template), [Group end template](/ionic-selectable-docs/group-end-template). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31133