@skyux/code-examples 13.11.5 → 13.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/fesm2022/skyux-code-examples.mjs +167 -168
- package/fesm2022/skyux-code-examples.mjs.map +1 -1
- package/index.d.ts +5 -5
- package/package.json +34 -34
package/index.d.ts
CHANGED
|
@@ -1014,7 +1014,7 @@ declare class ErrorsErrorModalExampleComponent {
|
|
|
1014
1014
|
*/
|
|
1015
1015
|
declare class FilterBarLookupExampleComponent {
|
|
1016
1016
|
#private;
|
|
1017
|
-
protected readonly appliedFilters: i0.WritableSignal<SkyFilterBarFilterItem[] | undefined>;
|
|
1017
|
+
protected readonly appliedFilters: i0.WritableSignal<SkyFilterBarFilterItem<unknown>[] | undefined>;
|
|
1018
1018
|
protected onSearchAsync(args: SkyFilterItemLookupSearchAsyncArgs): void;
|
|
1019
1019
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterBarLookupExampleComponent, never>;
|
|
1020
1020
|
static ɵcmp: i0.ɵɵComponentDeclaration<FilterBarLookupExampleComponent, "app-filter-bar-lookup-example", never, {}, {}, never, never, true, never>;
|
|
@@ -1031,7 +1031,7 @@ declare class FilterModalComponent implements SkyFilterItemModal {
|
|
|
1031
1031
|
value: boolean;
|
|
1032
1032
|
displayValue: string;
|
|
1033
1033
|
})[];
|
|
1034
|
-
protected selectedValue: _skyux_filter_bar.SkyFilterBarFilterValue | undefined;
|
|
1034
|
+
protected selectedValue: _skyux_filter_bar.SkyFilterBarFilterValue<unknown> | undefined;
|
|
1035
1035
|
protected formGroup: FormGroup;
|
|
1036
1036
|
protected save(): void;
|
|
1037
1037
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterModalComponent, never>;
|
|
@@ -1042,7 +1042,7 @@ declare class FilterModalComponent implements SkyFilterItemModal {
|
|
|
1042
1042
|
* @title Filter bar with modal filter example
|
|
1043
1043
|
*/
|
|
1044
1044
|
declare class FilterBarModalExampleComponent {
|
|
1045
|
-
protected readonly appliedFilters: i0.WritableSignal<SkyFilterBarFilterItem[] | undefined>;
|
|
1045
|
+
protected readonly appliedFilters: i0.WritableSignal<SkyFilterBarFilterItem<unknown>[] | undefined>;
|
|
1046
1046
|
protected modalComponent: typeof FilterModalComponent;
|
|
1047
1047
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterBarModalExampleComponent, never>;
|
|
1048
1048
|
static ɵcmp: i0.ɵɵComponentDeclaration<FilterBarModalExampleComponent, "app-filter-bar-modal-example", never, {}, {}, never, never, true, never>;
|
|
@@ -1059,7 +1059,7 @@ declare class ApplicationFeeFilterModalComponent implements SkyFilterItemModal {
|
|
|
1059
1059
|
value: boolean;
|
|
1060
1060
|
displayValue: string;
|
|
1061
1061
|
})[];
|
|
1062
|
-
protected selectedValue: _skyux_filter_bar.SkyFilterBarFilterValue | undefined;
|
|
1062
|
+
protected selectedValue: _skyux_filter_bar.SkyFilterBarFilterValue<unknown> | undefined;
|
|
1063
1063
|
protected formGroup: FormGroup;
|
|
1064
1064
|
protected save(): void;
|
|
1065
1065
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationFeeFilterModalComponent, never>;
|
|
@@ -1070,7 +1070,7 @@ declare class ApplicationFeeFilterModalComponent implements SkyFilterItemModal {
|
|
|
1070
1070
|
* @title Filter bar with selectable filters example
|
|
1071
1071
|
*/
|
|
1072
1072
|
declare class FilterBarSelectableExampleComponent {
|
|
1073
|
-
protected readonly appliedFilters: i0.WritableSignal<SkyFilterBarFilterItem[] | undefined>;
|
|
1073
|
+
protected readonly appliedFilters: i0.WritableSignal<SkyFilterBarFilterItem<unknown>[] | undefined>;
|
|
1074
1074
|
protected readonly selectedFilterIds: i0.WritableSignal<string[] | undefined>;
|
|
1075
1075
|
protected applicationFeeModal: typeof ApplicationFeeFilterModalComponent;
|
|
1076
1076
|
protected onSearchAsync(args: SkyFilterItemLookupSearchAsyncArgs): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/code-examples",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.12.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"description": "Internal SKY UX use only",
|
|
6
6
|
"keywords": [
|
|
@@ -23,39 +23,39 @@
|
|
|
23
23
|
"@angular/forms": "^20.3.15",
|
|
24
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.
|
|
26
|
+
"@skyux/action-bars": "13.12.0",
|
|
27
|
+
"@skyux/ag-grid": "13.12.0",
|
|
28
|
+
"@skyux/angular-tree-component": "13.12.0",
|
|
29
|
+
"@skyux/autonumeric": "13.12.0",
|
|
30
|
+
"@skyux/avatar": "13.12.0",
|
|
31
|
+
"@skyux/colorpicker": "13.12.0",
|
|
32
|
+
"@skyux/core": "13.12.0",
|
|
33
|
+
"@skyux/data-manager": "13.12.0",
|
|
34
|
+
"@skyux/datetime": "13.12.0",
|
|
35
|
+
"@skyux/errors": "13.12.0",
|
|
36
|
+
"@skyux/filter-bar": "13.12.0",
|
|
37
|
+
"@skyux/flyout": "13.12.0",
|
|
38
|
+
"@skyux/forms": "13.12.0",
|
|
39
|
+
"@skyux/help-inline": "13.12.0",
|
|
40
|
+
"@skyux/icon": "13.12.0",
|
|
41
|
+
"@skyux/indicators": "13.12.0",
|
|
42
|
+
"@skyux/inline-form": "13.12.0",
|
|
43
|
+
"@skyux/layout": "13.12.0",
|
|
44
|
+
"@skyux/lists": "13.12.0",
|
|
45
|
+
"@skyux/lookup": "13.12.0",
|
|
46
|
+
"@skyux/modals": "13.12.0",
|
|
47
|
+
"@skyux/navbar": "13.12.0",
|
|
48
|
+
"@skyux/pages": "13.12.0",
|
|
49
|
+
"@skyux/phone-field": "13.12.0",
|
|
50
|
+
"@skyux/popovers": "13.12.0",
|
|
51
|
+
"@skyux/progress-indicator": "13.12.0",
|
|
52
|
+
"@skyux/router": "13.12.0",
|
|
53
|
+
"@skyux/split-view": "13.12.0",
|
|
54
|
+
"@skyux/tabs": "13.12.0",
|
|
55
|
+
"@skyux/text-editor": "13.12.0",
|
|
56
|
+
"@skyux/tiles": "13.12.0",
|
|
57
|
+
"@skyux/toast": "13.12.0",
|
|
58
|
+
"@skyux/validation": "13.12.0",
|
|
59
59
|
"ag-grid-angular": "^34.3.1",
|
|
60
60
|
"ag-grid-community": "^34.3.1"
|
|
61
61
|
},
|