@skyux/code-examples 12.14.2 → 12.14.3
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/package.json +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/code-examples",
|
|
3
|
-
"version": "12.14.
|
|
3
|
+
"version": "12.14.3",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Internal SKY UX use only",
|
|
6
6
|
"keywords": [
|
|
@@ -23,44 +23,45 @@
|
|
|
23
23
|
"@angular/forms": "^19.2.7",
|
|
24
24
|
"@angular/router": "^19.2.7",
|
|
25
25
|
"@blackbaud/angular-tree-component": "^1.0.0",
|
|
26
|
-
"@skyux/action-bars": "12.14.
|
|
27
|
-
"@skyux/ag-grid": "12.14.
|
|
28
|
-
"@skyux/angular-tree-component": "12.14.
|
|
29
|
-
"@skyux/autonumeric": "12.14.
|
|
30
|
-
"@skyux/avatar": "12.14.
|
|
31
|
-
"@skyux/colorpicker": "12.14.
|
|
32
|
-
"@skyux/core": "12.14.
|
|
33
|
-
"@skyux/data-manager": "12.14.
|
|
34
|
-
"@skyux/datetime": "12.14.
|
|
35
|
-
"@skyux/errors": "12.14.
|
|
36
|
-
"@skyux/flyout": "12.14.
|
|
37
|
-
"@skyux/forms": "12.14.
|
|
38
|
-
"@skyux/help-inline": "12.14.
|
|
39
|
-
"@skyux/icon": "12.14.
|
|
40
|
-
"@skyux/indicators": "12.14.
|
|
41
|
-
"@skyux/inline-form": "12.14.
|
|
42
|
-
"@skyux/layout": "12.14.
|
|
43
|
-
"@skyux/lists": "12.14.
|
|
44
|
-
"@skyux/lookup": "12.14.
|
|
45
|
-
"@skyux/modals": "12.14.
|
|
46
|
-
"@skyux/navbar": "12.14.
|
|
47
|
-
"@skyux/pages": "12.14.
|
|
48
|
-
"@skyux/phone-field": "12.14.
|
|
49
|
-
"@skyux/popovers": "12.14.
|
|
50
|
-
"@skyux/progress-indicator": "12.14.
|
|
51
|
-
"@skyux/router": "12.14.
|
|
52
|
-
"@skyux/split-view": "12.14.
|
|
53
|
-
"@skyux/tabs": "12.14.
|
|
54
|
-
"@skyux/text-editor": "12.14.
|
|
55
|
-
"@skyux/tiles": "12.14.
|
|
56
|
-
"@skyux/toast": "12.14.
|
|
57
|
-
"@skyux/validation": "12.14.
|
|
26
|
+
"@skyux/action-bars": "12.14.3",
|
|
27
|
+
"@skyux/ag-grid": "12.14.3",
|
|
28
|
+
"@skyux/angular-tree-component": "12.14.3",
|
|
29
|
+
"@skyux/autonumeric": "12.14.3",
|
|
30
|
+
"@skyux/avatar": "12.14.3",
|
|
31
|
+
"@skyux/colorpicker": "12.14.3",
|
|
32
|
+
"@skyux/core": "12.14.3",
|
|
33
|
+
"@skyux/data-manager": "12.14.3",
|
|
34
|
+
"@skyux/datetime": "12.14.3",
|
|
35
|
+
"@skyux/errors": "12.14.3",
|
|
36
|
+
"@skyux/flyout": "12.14.3",
|
|
37
|
+
"@skyux/forms": "12.14.3",
|
|
38
|
+
"@skyux/help-inline": "12.14.3",
|
|
39
|
+
"@skyux/icon": "12.14.3",
|
|
40
|
+
"@skyux/indicators": "12.14.3",
|
|
41
|
+
"@skyux/inline-form": "12.14.3",
|
|
42
|
+
"@skyux/layout": "12.14.3",
|
|
43
|
+
"@skyux/lists": "12.14.3",
|
|
44
|
+
"@skyux/lookup": "12.14.3",
|
|
45
|
+
"@skyux/modals": "12.14.3",
|
|
46
|
+
"@skyux/navbar": "12.14.3",
|
|
47
|
+
"@skyux/pages": "12.14.3",
|
|
48
|
+
"@skyux/phone-field": "12.14.3",
|
|
49
|
+
"@skyux/popovers": "12.14.3",
|
|
50
|
+
"@skyux/progress-indicator": "12.14.3",
|
|
51
|
+
"@skyux/router": "12.14.3",
|
|
52
|
+
"@skyux/split-view": "12.14.3",
|
|
53
|
+
"@skyux/tabs": "12.14.3",
|
|
54
|
+
"@skyux/text-editor": "12.14.3",
|
|
55
|
+
"@skyux/tiles": "12.14.3",
|
|
56
|
+
"@skyux/toast": "12.14.3",
|
|
57
|
+
"@skyux/validation": "12.14.3",
|
|
58
58
|
"ag-grid-angular": "^33.2.1",
|
|
59
59
|
"ag-grid-community": "^33.2.1"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"tslib": "^2.8.1"
|
|
63
63
|
},
|
|
64
|
+
"sideEffects": false,
|
|
64
65
|
"module": "fesm2022/skyux-code-examples.mjs",
|
|
65
66
|
"typings": "index.d.ts",
|
|
66
67
|
"exports": {
|
|
@@ -71,6 +72,5 @@
|
|
|
71
72
|
"types": "./index.d.ts",
|
|
72
73
|
"default": "./fesm2022/skyux-code-examples.mjs"
|
|
73
74
|
}
|
|
74
|
-
}
|
|
75
|
-
"sideEffects": false
|
|
75
|
+
}
|
|
76
76
|
}
|