@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<any>;
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.7.2",
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.7.2",
27
- "@skyux/ag-grid": "13.7.2",
28
- "@skyux/angular-tree-component": "13.7.2",
29
- "@skyux/autonumeric": "13.7.2",
30
- "@skyux/avatar": "13.7.2",
31
- "@skyux/colorpicker": "13.7.2",
32
- "@skyux/core": "13.7.2",
33
- "@skyux/data-manager": "13.7.2",
34
- "@skyux/datetime": "13.7.2",
35
- "@skyux/errors": "13.7.2",
36
- "@skyux/filter-bar": "13.7.2",
37
- "@skyux/flyout": "13.7.2",
38
- "@skyux/forms": "13.7.2",
39
- "@skyux/help-inline": "13.7.2",
40
- "@skyux/icon": "13.7.2",
41
- "@skyux/indicators": "13.7.2",
42
- "@skyux/inline-form": "13.7.2",
43
- "@skyux/layout": "13.7.2",
44
- "@skyux/lists": "13.7.2",
45
- "@skyux/lookup": "13.7.2",
46
- "@skyux/modals": "13.7.2",
47
- "@skyux/navbar": "13.7.2",
48
- "@skyux/pages": "13.7.2",
49
- "@skyux/phone-field": "13.7.2",
50
- "@skyux/popovers": "13.7.2",
51
- "@skyux/progress-indicator": "13.7.2",
52
- "@skyux/router": "13.7.2",
53
- "@skyux/split-view": "13.7.2",
54
- "@skyux/tabs": "13.7.2",
55
- "@skyux/text-editor": "13.7.2",
56
- "@skyux/tiles": "13.7.2",
57
- "@skyux/toast": "13.7.2",
58
- "@skyux/validation": "13.7.2",
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
  },