@skyux/code-examples 12.17.0 → 12.18.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/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { ActionBarsSummaryActionBarBasicExampleComponent } from './lib/modules/action-bars/summary-action-bar/basic/example.component';
|
|
2
|
+
export { ActionBarsSummaryActionBarErrorExampleComponent } from './lib/modules/action-bars/summary-action-bar/error/example.component';
|
|
2
3
|
export { ActionBarsSummaryActionBarModalExampleComponent } from './lib/modules/action-bars/summary-action-bar/modal/example.component';
|
|
3
4
|
export { ActionBarsSummaryActionBarTabExampleComponent } from './lib/modules/action-bars/summary-action-bar/tab/example.component';
|
|
4
5
|
export { AgGridDataEntryGridBasicExampleComponent } from './lib/modules/ag-grid/data-entry-grid/basic/example.component';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { FormControl } from '@angular/forms';
|
|
2
|
+
import { SkySummaryActionBarError } from '@skyux/action-bars';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
interface donationSummary {
|
|
5
|
+
value: number;
|
|
6
|
+
label: string;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @title Summary action bar with errors
|
|
10
|
+
* @docsDemoHidden
|
|
11
|
+
*/
|
|
12
|
+
export declare class ActionBarsSummaryActionBarErrorExampleComponent {
|
|
13
|
+
protected donationSummary: FormControl<donationSummary[] | null>;
|
|
14
|
+
protected exampleForm: import("@angular/forms").FormGroup<{
|
|
15
|
+
donationSummary: FormControl<donationSummary[] | null>;
|
|
16
|
+
}>;
|
|
17
|
+
protected formErrors: import("@angular/core").Signal<SkySummaryActionBarError[] | undefined>;
|
|
18
|
+
protected onPrimaryActionClick(): void;
|
|
19
|
+
protected singleError(): void;
|
|
20
|
+
protected multipleErrors(): void;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarsSummaryActionBarErrorExampleComponent, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarsSummaryActionBarErrorExampleComponent, "app-action-bars-summary-action-bar-error-example", never, {}, {}, never, never, true, never>;
|
|
23
|
+
}
|
|
24
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/code-examples",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.18.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Internal SKY UX use only",
|
|
6
6
|
"keywords": [
|
|
@@ -23,38 +23,38 @@
|
|
|
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.
|
|
27
|
-
"@skyux/ag-grid": "12.
|
|
28
|
-
"@skyux/angular-tree-component": "12.
|
|
29
|
-
"@skyux/autonumeric": "12.
|
|
30
|
-
"@skyux/avatar": "12.
|
|
31
|
-
"@skyux/colorpicker": "12.
|
|
32
|
-
"@skyux/core": "12.
|
|
33
|
-
"@skyux/data-manager": "12.
|
|
34
|
-
"@skyux/datetime": "12.
|
|
35
|
-
"@skyux/errors": "12.
|
|
36
|
-
"@skyux/flyout": "12.
|
|
37
|
-
"@skyux/forms": "12.
|
|
38
|
-
"@skyux/help-inline": "12.
|
|
39
|
-
"@skyux/icon": "12.
|
|
40
|
-
"@skyux/indicators": "12.
|
|
41
|
-
"@skyux/inline-form": "12.
|
|
42
|
-
"@skyux/layout": "12.
|
|
43
|
-
"@skyux/lists": "12.
|
|
44
|
-
"@skyux/lookup": "12.
|
|
45
|
-
"@skyux/modals": "12.
|
|
46
|
-
"@skyux/navbar": "12.
|
|
47
|
-
"@skyux/pages": "12.
|
|
48
|
-
"@skyux/phone-field": "12.
|
|
49
|
-
"@skyux/popovers": "12.
|
|
50
|
-
"@skyux/progress-indicator": "12.
|
|
51
|
-
"@skyux/router": "12.
|
|
52
|
-
"@skyux/split-view": "12.
|
|
53
|
-
"@skyux/tabs": "12.
|
|
54
|
-
"@skyux/text-editor": "12.
|
|
55
|
-
"@skyux/tiles": "12.
|
|
56
|
-
"@skyux/toast": "12.
|
|
57
|
-
"@skyux/validation": "12.
|
|
26
|
+
"@skyux/action-bars": "12.18.0",
|
|
27
|
+
"@skyux/ag-grid": "12.18.0",
|
|
28
|
+
"@skyux/angular-tree-component": "12.18.0",
|
|
29
|
+
"@skyux/autonumeric": "12.18.0",
|
|
30
|
+
"@skyux/avatar": "12.18.0",
|
|
31
|
+
"@skyux/colorpicker": "12.18.0",
|
|
32
|
+
"@skyux/core": "12.18.0",
|
|
33
|
+
"@skyux/data-manager": "12.18.0",
|
|
34
|
+
"@skyux/datetime": "12.18.0",
|
|
35
|
+
"@skyux/errors": "12.18.0",
|
|
36
|
+
"@skyux/flyout": "12.18.0",
|
|
37
|
+
"@skyux/forms": "12.18.0",
|
|
38
|
+
"@skyux/help-inline": "12.18.0",
|
|
39
|
+
"@skyux/icon": "12.18.0",
|
|
40
|
+
"@skyux/indicators": "12.18.0",
|
|
41
|
+
"@skyux/inline-form": "12.18.0",
|
|
42
|
+
"@skyux/layout": "12.18.0",
|
|
43
|
+
"@skyux/lists": "12.18.0",
|
|
44
|
+
"@skyux/lookup": "12.18.0",
|
|
45
|
+
"@skyux/modals": "12.18.0",
|
|
46
|
+
"@skyux/navbar": "12.18.0",
|
|
47
|
+
"@skyux/pages": "12.18.0",
|
|
48
|
+
"@skyux/phone-field": "12.18.0",
|
|
49
|
+
"@skyux/popovers": "12.18.0",
|
|
50
|
+
"@skyux/progress-indicator": "12.18.0",
|
|
51
|
+
"@skyux/router": "12.18.0",
|
|
52
|
+
"@skyux/split-view": "12.18.0",
|
|
53
|
+
"@skyux/tabs": "12.18.0",
|
|
54
|
+
"@skyux/text-editor": "12.18.0",
|
|
55
|
+
"@skyux/tiles": "12.18.0",
|
|
56
|
+
"@skyux/toast": "12.18.0",
|
|
57
|
+
"@skyux/validation": "12.18.0",
|
|
58
58
|
"ag-grid-angular": "^33.2.1",
|
|
59
59
|
"ag-grid-community": "^33.2.1"
|
|
60
60
|
},
|