@skyux/lists 6.11.0 → 6.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +1 -1
- package/package.json +10 -10
package/documentation.json
CHANGED
|
@@ -5313,7 +5313,7 @@
|
|
|
5313
5313
|
{
|
|
5314
5314
|
"fileName": "filter-demo-modal.component.html",
|
|
5315
5315
|
"filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal.component.html",
|
|
5316
|
-
"rawContents": "<sky-modal>\n <sky-modal-header>
|
|
5316
|
+
"rawContents": "<sky-modal>\n <sky-modal-header> Filter food preferences </sky-modal-header>\n <sky-modal-content>\n <label class=\"sky-control-label\" [for]=\"fruitInput.id\"> Fruit type </label>\n <select class=\"sky-form-control\" skyId [(ngModel)]=\"fruitType\" #fruitInput>\n <option value=\"any\">Any fruit</option>\n <option value=\"citrus\">Citrus</option>\n <option value=\"berry\">Berry</option>\n </select>\n <div style=\"margin-top: 15px\">\n <sky-checkbox [(ngModel)]=\"hideOrange\">\n <sky-checkbox-label> Hide orange fruits </sky-checkbox-label>\n </sky-checkbox>\n </div>\n </sky-modal-content>\n <sky-modal-footer>\n <button\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"applyFilters()\"\n >\n Apply\n </button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"clearAllFilters()\"\n >\n Clear\n </button>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"cancel()\">\n Cancel\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
|
|
5317
5317
|
},
|
|
5318
5318
|
{
|
|
5319
5319
|
"fileName": "filter-demo-modal.component.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/lists",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.12.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -44,15 +44,15 @@
|
|
|
44
44
|
"@angular/common": "^13.3.2",
|
|
45
45
|
"@angular/core": "^13.3.2",
|
|
46
46
|
"@angular/platform-browser": "^13.3.2",
|
|
47
|
-
"@skyux-sdk/testing": "6.
|
|
48
|
-
"@skyux/animations": "6.
|
|
49
|
-
"@skyux/core": "6.
|
|
50
|
-
"@skyux/forms": "6.
|
|
51
|
-
"@skyux/i18n": "6.
|
|
52
|
-
"@skyux/indicators": "6.
|
|
53
|
-
"@skyux/inline-form": "6.
|
|
54
|
-
"@skyux/popovers": "6.
|
|
55
|
-
"@skyux/theme": "6.
|
|
47
|
+
"@skyux-sdk/testing": "6.12.0",
|
|
48
|
+
"@skyux/animations": "6.12.0",
|
|
49
|
+
"@skyux/core": "6.12.0",
|
|
50
|
+
"@skyux/forms": "6.12.0",
|
|
51
|
+
"@skyux/i18n": "6.12.0",
|
|
52
|
+
"@skyux/indicators": "6.12.0",
|
|
53
|
+
"@skyux/inline-form": "6.12.0",
|
|
54
|
+
"@skyux/popovers": "6.12.0",
|
|
55
|
+
"@skyux/theme": "6.12.0"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"dragula": "3.7.3",
|