@skyux/colorpicker 5.9.2 → 5.9.5
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 +7 -7
package/documentation.json
CHANGED
|
@@ -4207,7 +4207,7 @@
|
|
|
4207
4207
|
{
|
|
4208
4208
|
"fileName": "colorpicker-demo.component.html",
|
|
4209
4209
|
"filePath": "/projects/colorpicker/documentation/code-examples/colorpicker/programmatic/colorpicker-demo.component.html",
|
|
4210
|
-
"rawContents": "<sky-colorpicker\n [messageStream]=\"colorpickerController\"\n [showResetButton]=\"showResetButton\"\n #colorPicker\n>\n <input [skyColorpickerInput]=\"colorPicker\" [(ngModel)]=\"model\" />\n</sky-colorpicker>\n\n<p>\n <button\n type=\"button\"\n class=\"sky-btn sky-btn-primary sky-margin-inline-
|
|
4210
|
+
"rawContents": "<sky-colorpicker\n [messageStream]=\"colorpickerController\"\n [showResetButton]=\"showResetButton\"\n #colorPicker\n>\n <input [skyColorpickerInput]=\"colorPicker\" [(ngModel)]=\"model\" />\n</sky-colorpicker>\n\n<p>\n <button\n type=\"button\"\n class=\"sky-btn sky-btn-primary sky-margin-inline-sm\"\n (click)=\"openColorpicker()\"\n >\n Open colorpicker\n </button>\n\n <button\n type=\"button\"\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"resetColorpicker()\"\n >\n Reset colorpicker\n </button>\n\n <button\n type=\"button\"\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"toggleResetButton()\"\n >\n Toggle reset button\n </button>\n</p>\n"
|
|
4211
4211
|
},
|
|
4212
4212
|
{
|
|
4213
4213
|
"fileName": "colorpicker-demo.component.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/colorpicker",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.5",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"@angular/core": "^12.2.16",
|
|
21
21
|
"@angular/forms": "^12.2.16",
|
|
22
22
|
"@angular/platform-browser": "^12.2.16",
|
|
23
|
-
"@skyux-sdk/testing": "5.9.
|
|
24
|
-
"@skyux/core": "5.9.
|
|
25
|
-
"@skyux/forms": "5.9.
|
|
26
|
-
"@skyux/i18n": "5.9.
|
|
27
|
-
"@skyux/indicators": "5.9.
|
|
28
|
-
"@skyux/theme": "5.9.
|
|
23
|
+
"@skyux-sdk/testing": "5.9.5",
|
|
24
|
+
"@skyux/core": "5.9.5",
|
|
25
|
+
"@skyux/forms": "5.9.5",
|
|
26
|
+
"@skyux/i18n": "5.9.5",
|
|
27
|
+
"@skyux/indicators": "5.9.5",
|
|
28
|
+
"@skyux/theme": "5.9.5"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.3.1"
|