@skyux/code-examples 13.7.2 → 13.8.1
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
|
@@ -170,6 +170,8 @@ interface AgGridDemoRow$1 {
|
|
|
170
170
|
endDate?: Date;
|
|
171
171
|
department: AutocompleteOption$8;
|
|
172
172
|
jobTitle?: AutocompleteOption$8;
|
|
173
|
+
validationCurrency?: AutocompleteOption$8;
|
|
174
|
+
validationDate?: AutocompleteOption$8;
|
|
173
175
|
}
|
|
174
176
|
|
|
175
177
|
/**
|
|
@@ -178,7 +180,7 @@ interface AgGridDemoRow$1 {
|
|
|
178
180
|
declare class AgGridDataEntryGridFocusExampleComponent {
|
|
179
181
|
#private;
|
|
180
182
|
protected gridData: AgGridDemoRow$1[];
|
|
181
|
-
protected gridOptions: ag_grid_community.GridOptions<
|
|
183
|
+
protected gridOptions: ag_grid_community.GridOptions<AgGridDemoRow$1>;
|
|
182
184
|
static ɵfac: i0.ɵɵFactoryDeclaration<AgGridDataEntryGridFocusExampleComponent, never>;
|
|
183
185
|
static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataEntryGridFocusExampleComponent, "app-ag-grid-data-entry-grid-focus-example", never, {}, {}, never, never, true, never>;
|
|
184
186
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/code-examples",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.8.1",
|
|
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.0",
|
|
24
24
|
"@angular/router": "^20.3.0",
|
|
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.8.1",
|
|
27
|
+
"@skyux/ag-grid": "13.8.1",
|
|
28
|
+
"@skyux/angular-tree-component": "13.8.1",
|
|
29
|
+
"@skyux/autonumeric": "13.8.1",
|
|
30
|
+
"@skyux/avatar": "13.8.1",
|
|
31
|
+
"@skyux/colorpicker": "13.8.1",
|
|
32
|
+
"@skyux/core": "13.8.1",
|
|
33
|
+
"@skyux/data-manager": "13.8.1",
|
|
34
|
+
"@skyux/datetime": "13.8.1",
|
|
35
|
+
"@skyux/errors": "13.8.1",
|
|
36
|
+
"@skyux/filter-bar": "13.8.1",
|
|
37
|
+
"@skyux/flyout": "13.8.1",
|
|
38
|
+
"@skyux/forms": "13.8.1",
|
|
39
|
+
"@skyux/help-inline": "13.8.1",
|
|
40
|
+
"@skyux/icon": "13.8.1",
|
|
41
|
+
"@skyux/indicators": "13.8.1",
|
|
42
|
+
"@skyux/inline-form": "13.8.1",
|
|
43
|
+
"@skyux/layout": "13.8.1",
|
|
44
|
+
"@skyux/lists": "13.8.1",
|
|
45
|
+
"@skyux/lookup": "13.8.1",
|
|
46
|
+
"@skyux/modals": "13.8.1",
|
|
47
|
+
"@skyux/navbar": "13.8.1",
|
|
48
|
+
"@skyux/pages": "13.8.1",
|
|
49
|
+
"@skyux/phone-field": "13.8.1",
|
|
50
|
+
"@skyux/popovers": "13.8.1",
|
|
51
|
+
"@skyux/progress-indicator": "13.8.1",
|
|
52
|
+
"@skyux/router": "13.8.1",
|
|
53
|
+
"@skyux/split-view": "13.8.1",
|
|
54
|
+
"@skyux/tabs": "13.8.1",
|
|
55
|
+
"@skyux/text-editor": "13.8.1",
|
|
56
|
+
"@skyux/tiles": "13.8.1",
|
|
57
|
+
"@skyux/toast": "13.8.1",
|
|
58
|
+
"@skyux/validation": "13.8.1",
|
|
59
59
|
"ag-grid-angular": "^34.1.2",
|
|
60
60
|
"ag-grid-community": "^34.1.2"
|
|
61
61
|
},
|