@skyux/code-examples 13.9.1 → 13.11.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/fesm2022/skyux-code-examples.mjs +808 -822
- package/fesm2022/skyux-code-examples.mjs.map +1 -1
- package/index.d.ts +0 -7
- package/package.json +41 -41
package/index.d.ts
CHANGED
|
@@ -2671,13 +2671,6 @@ declare class PagesPageListPageTabsLayoutExampleComponent {
|
|
|
2671
2671
|
* @docsDemoHidden
|
|
2672
2672
|
*/
|
|
2673
2673
|
declare class PagesPageRecordPageBlocksLayoutExampleComponent {
|
|
2674
|
-
protected readonly recentLinks: {
|
|
2675
|
-
label: string;
|
|
2676
|
-
permalink: {
|
|
2677
|
-
url: string;
|
|
2678
|
-
};
|
|
2679
|
-
lastAccessed: Date;
|
|
2680
|
-
}[];
|
|
2681
2674
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagesPageRecordPageBlocksLayoutExampleComponent, never>;
|
|
2682
2675
|
static ɵcmp: i0.ɵɵComponentDeclaration<PagesPageRecordPageBlocksLayoutExampleComponent, "app-pages-page-record-page-blocks-layout-example", never, {}, {}, never, never, true, never>;
|
|
2683
2676
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/code-examples",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.11.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Internal SKY UX use only",
|
|
6
6
|
"keywords": [
|
|
@@ -17,47 +17,47 @@
|
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/blackbaud/skyux#readme",
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@angular/cdk": "^20.2.
|
|
21
|
-
"@angular/common": "^20.3.
|
|
22
|
-
"@angular/core": "^20.3.
|
|
23
|
-
"@angular/forms": "^20.3.
|
|
24
|
-
"@angular/router": "^20.3.
|
|
20
|
+
"@angular/cdk": "^20.2.14",
|
|
21
|
+
"@angular/common": "^20.3.15",
|
|
22
|
+
"@angular/core": "^20.3.15",
|
|
23
|
+
"@angular/forms": "^20.3.15",
|
|
24
|
+
"@angular/router": "^20.3.15",
|
|
25
25
|
"@blackbaud/angular-tree-component": "^1.0.0",
|
|
26
|
-
"@skyux/action-bars": "13.
|
|
27
|
-
"@skyux/ag-grid": "13.
|
|
28
|
-
"@skyux/angular-tree-component": "13.
|
|
29
|
-
"@skyux/autonumeric": "13.
|
|
30
|
-
"@skyux/avatar": "13.
|
|
31
|
-
"@skyux/colorpicker": "13.
|
|
32
|
-
"@skyux/core": "13.
|
|
33
|
-
"@skyux/data-manager": "13.
|
|
34
|
-
"@skyux/datetime": "13.
|
|
35
|
-
"@skyux/errors": "13.
|
|
36
|
-
"@skyux/filter-bar": "13.
|
|
37
|
-
"@skyux/flyout": "13.
|
|
38
|
-
"@skyux/forms": "13.
|
|
39
|
-
"@skyux/help-inline": "13.
|
|
40
|
-
"@skyux/icon": "13.
|
|
41
|
-
"@skyux/indicators": "13.
|
|
42
|
-
"@skyux/inline-form": "13.
|
|
43
|
-
"@skyux/layout": "13.
|
|
44
|
-
"@skyux/lists": "13.
|
|
45
|
-
"@skyux/lookup": "13.
|
|
46
|
-
"@skyux/modals": "13.
|
|
47
|
-
"@skyux/navbar": "13.
|
|
48
|
-
"@skyux/pages": "13.
|
|
49
|
-
"@skyux/phone-field": "13.
|
|
50
|
-
"@skyux/popovers": "13.
|
|
51
|
-
"@skyux/progress-indicator": "13.
|
|
52
|
-
"@skyux/router": "13.
|
|
53
|
-
"@skyux/split-view": "13.
|
|
54
|
-
"@skyux/tabs": "13.
|
|
55
|
-
"@skyux/text-editor": "13.
|
|
56
|
-
"@skyux/tiles": "13.
|
|
57
|
-
"@skyux/toast": "13.
|
|
58
|
-
"@skyux/validation": "13.
|
|
59
|
-
"ag-grid-angular": "^34.1
|
|
60
|
-
"ag-grid-community": "^34.1
|
|
26
|
+
"@skyux/action-bars": "13.11.0",
|
|
27
|
+
"@skyux/ag-grid": "13.11.0",
|
|
28
|
+
"@skyux/angular-tree-component": "13.11.0",
|
|
29
|
+
"@skyux/autonumeric": "13.11.0",
|
|
30
|
+
"@skyux/avatar": "13.11.0",
|
|
31
|
+
"@skyux/colorpicker": "13.11.0",
|
|
32
|
+
"@skyux/core": "13.11.0",
|
|
33
|
+
"@skyux/data-manager": "13.11.0",
|
|
34
|
+
"@skyux/datetime": "13.11.0",
|
|
35
|
+
"@skyux/errors": "13.11.0",
|
|
36
|
+
"@skyux/filter-bar": "13.11.0",
|
|
37
|
+
"@skyux/flyout": "13.11.0",
|
|
38
|
+
"@skyux/forms": "13.11.0",
|
|
39
|
+
"@skyux/help-inline": "13.11.0",
|
|
40
|
+
"@skyux/icon": "13.11.0",
|
|
41
|
+
"@skyux/indicators": "13.11.0",
|
|
42
|
+
"@skyux/inline-form": "13.11.0",
|
|
43
|
+
"@skyux/layout": "13.11.0",
|
|
44
|
+
"@skyux/lists": "13.11.0",
|
|
45
|
+
"@skyux/lookup": "13.11.0",
|
|
46
|
+
"@skyux/modals": "13.11.0",
|
|
47
|
+
"@skyux/navbar": "13.11.0",
|
|
48
|
+
"@skyux/pages": "13.11.0",
|
|
49
|
+
"@skyux/phone-field": "13.11.0",
|
|
50
|
+
"@skyux/popovers": "13.11.0",
|
|
51
|
+
"@skyux/progress-indicator": "13.11.0",
|
|
52
|
+
"@skyux/router": "13.11.0",
|
|
53
|
+
"@skyux/split-view": "13.11.0",
|
|
54
|
+
"@skyux/tabs": "13.11.0",
|
|
55
|
+
"@skyux/text-editor": "13.11.0",
|
|
56
|
+
"@skyux/tiles": "13.11.0",
|
|
57
|
+
"@skyux/toast": "13.11.0",
|
|
58
|
+
"@skyux/validation": "13.11.0",
|
|
59
|
+
"ag-grid-angular": "^34.3.1",
|
|
60
|
+
"ag-grid-community": "^34.3.1"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"tslib": "^2.8.1"
|