@skyux/code-examples 15.0.0-alpha.5 → 15.0.0-alpha.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/code-examples",
3
- "version": "15.0.0-alpha.5",
3
+ "version": "15.0.0-alpha.6",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "description": "Internal SKY UX use only",
6
6
  "keywords": [
@@ -23,41 +23,41 @@
23
23
  "@angular/forms": "^22.1.2",
24
24
  "@angular/router": "^22.1.2",
25
25
  "@blackbaud/angular-tree-component": "^1.0.0",
26
- "@skyux/action-bars": "15.0.0-alpha.5",
27
- "@skyux/ag-grid": "15.0.0-alpha.5",
28
- "@skyux/angular-tree-component": "15.0.0-alpha.5",
29
- "@skyux/autonumeric": "15.0.0-alpha.5",
30
- "@skyux/avatar": "15.0.0-alpha.5",
31
- "@skyux/charts": "15.0.0-alpha.5",
32
- "@skyux/colorpicker": "15.0.0-alpha.5",
33
- "@skyux/core": "15.0.0-alpha.5",
34
- "@skyux/data-grid": "15.0.0-alpha.5",
35
- "@skyux/data-manager": "15.0.0-alpha.5",
36
- "@skyux/datetime": "15.0.0-alpha.5",
37
- "@skyux/errors": "15.0.0-alpha.5",
38
- "@skyux/filter-bar": "15.0.0-alpha.5",
39
- "@skyux/flyout": "15.0.0-alpha.5",
40
- "@skyux/forms": "15.0.0-alpha.5",
41
- "@skyux/help-inline": "15.0.0-alpha.5",
42
- "@skyux/icon": "15.0.0-alpha.5",
43
- "@skyux/indicators": "15.0.0-alpha.5",
44
- "@skyux/inline-form": "15.0.0-alpha.5",
45
- "@skyux/layout": "15.0.0-alpha.5",
46
- "@skyux/lists": "15.0.0-alpha.5",
47
- "@skyux/lookup": "15.0.0-alpha.5",
48
- "@skyux/modals": "15.0.0-alpha.5",
49
- "@skyux/navbar": "15.0.0-alpha.5",
50
- "@skyux/pages": "15.0.0-alpha.5",
51
- "@skyux/phone-field": "15.0.0-alpha.5",
52
- "@skyux/popovers": "15.0.0-alpha.5",
53
- "@skyux/progress-indicator": "15.0.0-alpha.5",
54
- "@skyux/router": "15.0.0-alpha.5",
55
- "@skyux/split-view": "15.0.0-alpha.5",
56
- "@skyux/tabs": "15.0.0-alpha.5",
57
- "@skyux/text-editor": "15.0.0-alpha.5",
58
- "@skyux/tiles": "15.0.0-alpha.5",
59
- "@skyux/toast": "15.0.0-alpha.5",
60
- "@skyux/validation": "15.0.0-alpha.5",
26
+ "@skyux/action-bars": "15.0.0-alpha.6",
27
+ "@skyux/ag-grid": "15.0.0-alpha.6",
28
+ "@skyux/angular-tree-component": "15.0.0-alpha.6",
29
+ "@skyux/autonumeric": "15.0.0-alpha.6",
30
+ "@skyux/avatar": "15.0.0-alpha.6",
31
+ "@skyux/charts": "15.0.0-alpha.6",
32
+ "@skyux/colorpicker": "15.0.0-alpha.6",
33
+ "@skyux/core": "15.0.0-alpha.6",
34
+ "@skyux/data-grid": "15.0.0-alpha.6",
35
+ "@skyux/data-manager": "15.0.0-alpha.6",
36
+ "@skyux/datetime": "15.0.0-alpha.6",
37
+ "@skyux/errors": "15.0.0-alpha.6",
38
+ "@skyux/filter-bar": "15.0.0-alpha.6",
39
+ "@skyux/flyout": "15.0.0-alpha.6",
40
+ "@skyux/forms": "15.0.0-alpha.6",
41
+ "@skyux/help-inline": "15.0.0-alpha.6",
42
+ "@skyux/icon": "15.0.0-alpha.6",
43
+ "@skyux/indicators": "15.0.0-alpha.6",
44
+ "@skyux/inline-form": "15.0.0-alpha.6",
45
+ "@skyux/layout": "15.0.0-alpha.6",
46
+ "@skyux/lists": "15.0.0-alpha.6",
47
+ "@skyux/lookup": "15.0.0-alpha.6",
48
+ "@skyux/modals": "15.0.0-alpha.6",
49
+ "@skyux/navbar": "15.0.0-alpha.6",
50
+ "@skyux/pages": "15.0.0-alpha.6",
51
+ "@skyux/phone-field": "15.0.0-alpha.6",
52
+ "@skyux/popovers": "15.0.0-alpha.6",
53
+ "@skyux/progress-indicator": "15.0.0-alpha.6",
54
+ "@skyux/router": "15.0.0-alpha.6",
55
+ "@skyux/split-view": "15.0.0-alpha.6",
56
+ "@skyux/tabs": "15.0.0-alpha.6",
57
+ "@skyux/text-editor": "15.0.0-alpha.6",
58
+ "@skyux/tiles": "15.0.0-alpha.6",
59
+ "@skyux/toast": "15.0.0-alpha.6",
60
+ "@skyux/validation": "15.0.0-alpha.6",
61
61
  "ag-grid-angular": "^36.1.0",
62
62
  "ag-grid-community": "^36.1.0"
63
63
  },
@@ -90,7 +90,7 @@ interface AutocompleteOption$c {
90
90
  id: string;
91
91
  name: string;
92
92
  }
93
- interface AgGridDemoRow$5 {
93
+ interface AgGridDemoRow$6 {
94
94
  selected?: boolean;
95
95
  name: string;
96
96
  age: number;
@@ -98,6 +98,8 @@ interface AgGridDemoRow$5 {
98
98
  endDate?: Date;
99
99
  department: AutocompleteOption$c;
100
100
  jobTitle?: AutocompleteOption$c;
101
+ validationCurrency?: number;
102
+ validationDate?: Date;
101
103
  }
102
104
 
103
105
  /**
@@ -105,7 +107,7 @@ interface AgGridDemoRow$5 {
105
107
  */
106
108
  declare class AgGridDataEntryGridBasicExampleComponent {
107
109
  #private;
108
- protected readonly gridData: i0.WritableSignal<AgGridDemoRow$5[]>;
110
+ protected readonly gridData: i0.WritableSignal<AgGridDemoRow$6[]>;
109
111
  protected gridOptions: ag_grid_community.GridOptions<any>;
110
112
  constructor();
111
113
  protected openModal(): void;
@@ -118,7 +120,7 @@ interface AutocompleteOption$b {
118
120
  id: string;
119
121
  name: string;
120
122
  }
121
- interface AgGridDemoRow$4 {
123
+ interface AgGridDemoRow$5 {
122
124
  id: string;
123
125
  selected?: boolean;
124
126
  name: string;
@@ -127,8 +129,8 @@ interface AgGridDemoRow$4 {
127
129
  endDate?: Date;
128
130
  department: AutocompleteOption$b;
129
131
  jobTitle?: AutocompleteOption$b;
130
- validationCurrency?: string;
131
- validationDate?: string;
132
+ validationCurrency?: number;
133
+ validationDate?: Date;
132
134
  }
133
135
 
134
136
  declare class SalesModalComponent$2 implements SkyFilterItemModal {
@@ -148,7 +150,7 @@ declare class SalesModalComponent$2 implements SkyFilterItemModal {
148
150
  */
149
151
  declare class AgGridDataEntryGridDataManagerAddedExampleComponent {
150
152
  #private;
151
- protected readonly items: i0.WritableSignal<AgGridDemoRow$4[]>;
153
+ protected readonly items: i0.WritableSignal<AgGridDemoRow$5[]>;
152
154
  protected readonly salesModal: typeof SalesModalComponent$2;
153
155
  protected readonly recordCount: i0.Signal<number>;
154
156
  constructor();
@@ -162,7 +164,7 @@ interface AutocompleteOption$a {
162
164
  id: string;
163
165
  name: string;
164
166
  }
165
- interface AgGridDemoRow$3 {
167
+ interface AgGridDemoRow$4 {
166
168
  selected?: boolean;
167
169
  name: string;
168
170
  age: number;
@@ -170,8 +172,8 @@ interface AgGridDemoRow$3 {
170
172
  endDate?: Date;
171
173
  department: AutocompleteOption$a;
172
174
  jobTitle?: AutocompleteOption$a;
173
- validationCurrency?: AutocompleteOption$a;
174
- validationDate?: AutocompleteOption$a;
175
+ validationCurrency?: number;
176
+ validationDate?: Date;
175
177
  }
176
178
 
177
179
  /**
@@ -179,7 +181,7 @@ interface AgGridDemoRow$3 {
179
181
  */
180
182
  declare class AgGridDataEntryGridFocusExampleComponent {
181
183
  #private;
182
- protected gridOptions: ag_grid_community.GridOptions<AgGridDemoRow$3>;
184
+ protected gridOptions: ag_grid_community.GridOptions<AgGridDemoRow$4>;
183
185
  static ɵfac: i0.ɵɵFactoryDeclaration<AgGridDataEntryGridFocusExampleComponent, never>;
184
186
  static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataEntryGridFocusExampleComponent, "app-ag-grid-data-entry-grid-focus-example", never, {}, {}, never, never, true, never>;
185
187
  }
@@ -188,7 +190,7 @@ interface AutocompleteOption$9 {
188
190
  id: string;
189
191
  name: string;
190
192
  }
191
- interface AgGridDemoRow$2 {
193
+ interface AgGridDemoRow$3 {
192
194
  selected?: boolean;
193
195
  name: string;
194
196
  age: number;
@@ -196,8 +198,8 @@ interface AgGridDemoRow$2 {
196
198
  endDate?: Date;
197
199
  department: AutocompleteOption$9;
198
200
  jobTitle?: AutocompleteOption$9;
199
- validationCurrency?: string;
200
- validationDate?: string;
201
+ validationCurrency?: number;
202
+ validationDate?: Date;
201
203
  }
202
204
 
203
205
  /**
@@ -205,8 +207,8 @@ interface AgGridDemoRow$2 {
205
207
  */
206
208
  declare class AgGridDataEntryGridInlineHelpExampleComponent {
207
209
  #private;
208
- protected readonly gridData: i0.WritableSignal<AgGridDemoRow$2[]>;
209
- protected gridOptions: GridOptions<AgGridDemoRow$2>;
210
+ protected readonly gridData: i0.WritableSignal<AgGridDemoRow$3[]>;
211
+ protected gridOptions: GridOptions<AgGridDemoRow$3>;
210
212
  constructor();
211
213
  protected openModal(): void;
212
214
  protected searchApplied(searchText: string | void): void;
@@ -315,7 +317,7 @@ interface AutocompleteOption$6 {
315
317
  id: string;
316
318
  name: string;
317
319
  }
318
- interface AgGridDemoRow$1 {
320
+ interface AgGridDemoRow$2 {
319
321
  id: string;
320
322
  selected?: boolean;
321
323
  name: string;
@@ -343,7 +345,7 @@ declare class SalesModalComponent$1 implements SkyFilterItemModal {
343
345
  */
344
346
  declare class AgGridDataGridDataManagerMultiselectExampleComponent {
345
347
  #private;
346
- protected items: AgGridDemoRow$1[];
348
+ protected items: AgGridDemoRow$2[];
347
349
  protected salesModal: typeof SalesModalComponent$1;
348
350
  protected readonly recordCount: i0.Signal<number>;
349
351
  constructor();
@@ -356,7 +358,7 @@ interface AutocompleteOption$5 {
356
358
  id: string;
357
359
  name: string;
358
360
  }
359
- interface AgGridDemoRow {
361
+ interface AgGridDemoRow$1 {
360
362
  id: string;
361
363
  selected?: boolean;
362
364
  name: string;
@@ -384,7 +386,7 @@ declare class SalesModalComponent implements SkyFilterItemModal {
384
386
  */
385
387
  declare class AgGridDataGridDataManagerExampleComponent {
386
388
  #private;
387
- protected items: AgGridDemoRow[];
389
+ protected items: AgGridDemoRow$1[];
388
390
  protected salesModal: typeof SalesModalComponent;
389
391
  protected readonly recordCount: i0.Signal<number>;
390
392
  constructor();
@@ -495,34 +497,20 @@ declare class AgGridDataGridPagingExampleComponent {
495
497
  static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridPagingExampleComponent, "app-ag-grid-data-grid-paging-example", never, {}, {}, never, never, true, never>;
496
498
  }
497
499
 
500
+ interface AgGridDemoRow {
501
+ name: string;
502
+ age: number;
503
+ department: string;
504
+ jobTitle: string;
505
+ }
506
+
498
507
  /**
499
508
  * @title Basic setup with template ref column type (without data manager)
500
509
  */
501
510
  declare class AgGridDataGridTemplateRefColumnExampleComponent {
502
511
  protected readonly boldColumn: i0.Signal<TemplateRef<unknown> | undefined>;
503
512
  protected readonly emphasizedColumn: i0.Signal<TemplateRef<unknown> | undefined>;
504
- protected gridOptions: ag_grid_community.GridOptions<{
505
- name: string;
506
- age: number;
507
- department: string;
508
- jobTitle: string;
509
- jobLevel: string;
510
- startDate?: undefined;
511
- } | {
512
- name: string;
513
- age: number;
514
- department: string;
515
- jobTitle: string;
516
- jobLevel?: undefined;
517
- startDate?: undefined;
518
- } | {
519
- name: string;
520
- age: number;
521
- startDate: Date;
522
- department: string;
523
- jobTitle: string;
524
- jobLevel: string;
525
- }>;
513
+ protected gridOptions: ag_grid_community.GridOptions<AgGridDemoRow>;
526
514
  static ɵfac: i0.ɵɵFactoryDeclaration<AgGridDataGridTemplateRefColumnExampleComponent, never>;
527
515
  static ɵcmp: i0.ɵɵComponentDeclaration<AgGridDataGridTemplateRefColumnExampleComponent, "app-ag-grid-data-grid-template-ref-column-example", never, {}, {}, never, never, true, never>;
528
516
  }