@skyux/code-examples 12.41.0 → 12.42.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.
@@ -3,4 +3,5 @@ export interface Item {
3
3
  note: string;
4
4
  status: string;
5
5
  isSelected: boolean;
6
+ isDisabled?: boolean;
6
7
  }
@@ -18,9 +18,9 @@ export declare class ListsRepeaterInlineFormExampleComponent {
18
18
  protected activeInlineFormId: string | undefined;
19
19
  protected formGroup: FormGroup<DemoForm>;
20
20
  protected inlineFormConfig: SkyInlineFormConfig;
21
- protected items: Item[];
21
+ items: Item[];
22
22
  constructor();
23
- protected showInlineForm(item: Item): void;
23
+ showInlineForm(item: Item): void;
24
24
  protected onInlineFormClose(args: SkyInlineFormCloseArgs): void;
25
25
  static ɵfac: i0.ɵɵFactoryDeclaration<ListsRepeaterInlineFormExampleComponent, never>;
26
26
  static ɵcmp: i0.ɵɵComponentDeclaration<ListsRepeaterInlineFormExampleComponent, "app-lists-repeater-inline-form-example", never, {}, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/code-examples",
3
- "version": "12.41.0",
3
+ "version": "12.42.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": "^19.2.14",
24
24
  "@angular/router": "^19.2.14",
25
25
  "@blackbaud/angular-tree-component": "^1.0.0",
26
- "@skyux/action-bars": "12.41.0",
27
- "@skyux/ag-grid": "12.41.0",
28
- "@skyux/angular-tree-component": "12.41.0",
29
- "@skyux/autonumeric": "12.41.0",
30
- "@skyux/avatar": "12.41.0",
31
- "@skyux/colorpicker": "12.41.0",
32
- "@skyux/core": "12.41.0",
33
- "@skyux/data-manager": "12.41.0",
34
- "@skyux/datetime": "12.41.0",
35
- "@skyux/errors": "12.41.0",
36
- "@skyux/filter-bar": "12.41.0",
37
- "@skyux/flyout": "12.41.0",
38
- "@skyux/forms": "12.41.0",
39
- "@skyux/help-inline": "12.41.0",
40
- "@skyux/icon": "12.41.0",
41
- "@skyux/indicators": "12.41.0",
42
- "@skyux/inline-form": "12.41.0",
43
- "@skyux/layout": "12.41.0",
44
- "@skyux/lists": "12.41.0",
45
- "@skyux/lookup": "12.41.0",
46
- "@skyux/modals": "12.41.0",
47
- "@skyux/navbar": "12.41.0",
48
- "@skyux/pages": "12.41.0",
49
- "@skyux/phone-field": "12.41.0",
50
- "@skyux/popovers": "12.41.0",
51
- "@skyux/progress-indicator": "12.41.0",
52
- "@skyux/router": "12.41.0",
53
- "@skyux/split-view": "12.41.0",
54
- "@skyux/tabs": "12.41.0",
55
- "@skyux/text-editor": "12.41.0",
56
- "@skyux/tiles": "12.41.0",
57
- "@skyux/toast": "12.41.0",
58
- "@skyux/validation": "12.41.0",
26
+ "@skyux/action-bars": "12.42.0",
27
+ "@skyux/ag-grid": "12.42.0",
28
+ "@skyux/angular-tree-component": "12.42.0",
29
+ "@skyux/autonumeric": "12.42.0",
30
+ "@skyux/avatar": "12.42.0",
31
+ "@skyux/colorpicker": "12.42.0",
32
+ "@skyux/core": "12.42.0",
33
+ "@skyux/data-manager": "12.42.0",
34
+ "@skyux/datetime": "12.42.0",
35
+ "@skyux/errors": "12.42.0",
36
+ "@skyux/filter-bar": "12.42.0",
37
+ "@skyux/flyout": "12.42.0",
38
+ "@skyux/forms": "12.42.0",
39
+ "@skyux/help-inline": "12.42.0",
40
+ "@skyux/icon": "12.42.0",
41
+ "@skyux/indicators": "12.42.0",
42
+ "@skyux/inline-form": "12.42.0",
43
+ "@skyux/layout": "12.42.0",
44
+ "@skyux/lists": "12.42.0",
45
+ "@skyux/lookup": "12.42.0",
46
+ "@skyux/modals": "12.42.0",
47
+ "@skyux/navbar": "12.42.0",
48
+ "@skyux/pages": "12.42.0",
49
+ "@skyux/phone-field": "12.42.0",
50
+ "@skyux/popovers": "12.42.0",
51
+ "@skyux/progress-indicator": "12.42.0",
52
+ "@skyux/router": "12.42.0",
53
+ "@skyux/split-view": "12.42.0",
54
+ "@skyux/tabs": "12.42.0",
55
+ "@skyux/text-editor": "12.42.0",
56
+ "@skyux/tiles": "12.42.0",
57
+ "@skyux/toast": "12.42.0",
58
+ "@skyux/validation": "12.42.0",
59
59
  "ag-grid-angular": "^33.3.2",
60
60
  "ag-grid-community": "^33.3.2"
61
61
  },