@skyux/code-examples 12.2.0 → 12.4.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.
@@ -4,9 +4,9 @@ import * as i0 from "@angular/core";
4
4
  * @docsDemoHidden
5
5
  */
6
6
  export declare class ActionBarsSummaryActionBarBasicExampleComponent {
7
- protected onPrimaryActionClick(): void;
8
- protected onSecondaryActionClick(): void;
9
- protected onSecondaryAction2Click(): void;
7
+ onPrimaryActionClick(): void;
8
+ onSecondaryActionClick(): void;
9
+ onSecondaryAction2Click(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarsSummaryActionBarBasicExampleComponent, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarsSummaryActionBarBasicExampleComponent, "app-action-bars-summary-action-bar-basic-example", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -1,10 +1,10 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ModalComponent {
3
3
  #private;
4
- protected onSecondaryActionClick(): void;
5
- protected onSecondaryAction2Click(): void;
4
+ onSecondaryActionClick(): void;
5
+ onSecondaryAction2Click(): void;
6
6
  protected cancel(): void;
7
- protected save(): void;
7
+ save(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "app-modal", never, {}, {}, never, never, true, never>;
10
10
  }
@@ -4,9 +4,9 @@ import * as i0 from "@angular/core";
4
4
  * @docsDemoHidden
5
5
  */
6
6
  export declare class ActionBarsSummaryActionBarTabExampleComponent {
7
- protected onPrimaryActionClick(): void;
8
- protected onSecondaryActionClick(): void;
9
- protected onSecondaryAction2Click(): void;
7
+ onPrimaryActionClick(): void;
8
+ onSecondaryActionClick(): void;
9
+ onSecondaryAction2Click(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarsSummaryActionBarTabExampleComponent, never>;
11
11
  static ɵcmp: i0.ɵɵComponentDeclaration<ActionBarsSummaryActionBarTabExampleComponent, "app-action-bars-summary-action-bar-tab-example", never, {}, {}, never, never, true, never>;
12
12
  }
@@ -11,7 +11,7 @@ export declare class DatetimeTimepickerBasicExampleComponent {
11
11
  protected formGroup: FormGroup<DemoForm>;
12
12
  protected time: FormControl<SkyTimepickerTimeOutput | string>;
13
13
  protected hintText: string;
14
- protected helpPopoverContent: string;
14
+ helpPopoverContent: string;
15
15
  constructor();
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<DatetimeTimepickerBasicExampleComponent, never>;
17
17
  static ɵcmp: i0.ɵɵComponentDeclaration<DatetimeTimepickerBasicExampleComponent, "app-datetime-timepicker-basic-example", never, {}, {}, never, never, true, never>;
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
4
4
  */
5
5
  export declare class TabsStaticAddCloseExampleComponent {
6
6
  protected showTab3: boolean;
7
- protected onNewTabClick(): void;
7
+ onNewTabClick(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsStaticAddCloseExampleComponent, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<TabsStaticAddCloseExampleComponent, "app-tabs-static-add-close-example", never, {}, {}, never, never, true, never>;
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/code-examples",
3
- "version": "12.2.0",
3
+ "version": "12.4.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "description": "Internal SKY UX use only",
6
6
  "keywords": [
@@ -23,38 +23,38 @@
23
23
  "@angular/forms": "^19.2.1",
24
24
  "@angular/router": "^19.2.1",
25
25
  "@blackbaud/angular-tree-component": "^1.0.0",
26
- "@skyux/action-bars": "12.2.0",
27
- "@skyux/ag-grid": "12.2.0",
28
- "@skyux/angular-tree-component": "12.2.0",
29
- "@skyux/autonumeric": "12.2.0",
30
- "@skyux/avatar": "12.2.0",
31
- "@skyux/colorpicker": "12.2.0",
32
- "@skyux/core": "12.2.0",
33
- "@skyux/data-manager": "12.2.0",
34
- "@skyux/datetime": "12.2.0",
35
- "@skyux/errors": "12.2.0",
36
- "@skyux/flyout": "12.2.0",
37
- "@skyux/forms": "12.2.0",
38
- "@skyux/help-inline": "12.2.0",
39
- "@skyux/icon": "12.2.0",
40
- "@skyux/indicators": "12.2.0",
41
- "@skyux/inline-form": "12.2.0",
42
- "@skyux/layout": "12.2.0",
43
- "@skyux/lists": "12.2.0",
44
- "@skyux/lookup": "12.2.0",
45
- "@skyux/modals": "12.2.0",
46
- "@skyux/navbar": "12.2.0",
47
- "@skyux/pages": "12.2.0",
48
- "@skyux/phone-field": "12.2.0",
49
- "@skyux/popovers": "12.2.0",
50
- "@skyux/progress-indicator": "12.2.0",
51
- "@skyux/router": "12.2.0",
52
- "@skyux/split-view": "12.2.0",
53
- "@skyux/tabs": "12.2.0",
54
- "@skyux/text-editor": "12.2.0",
55
- "@skyux/tiles": "12.2.0",
56
- "@skyux/toast": "12.2.0",
57
- "@skyux/validation": "12.2.0",
26
+ "@skyux/action-bars": "12.4.0",
27
+ "@skyux/ag-grid": "12.4.0",
28
+ "@skyux/angular-tree-component": "12.4.0",
29
+ "@skyux/autonumeric": "12.4.0",
30
+ "@skyux/avatar": "12.4.0",
31
+ "@skyux/colorpicker": "12.4.0",
32
+ "@skyux/core": "12.4.0",
33
+ "@skyux/data-manager": "12.4.0",
34
+ "@skyux/datetime": "12.4.0",
35
+ "@skyux/errors": "12.4.0",
36
+ "@skyux/flyout": "12.4.0",
37
+ "@skyux/forms": "12.4.0",
38
+ "@skyux/help-inline": "12.4.0",
39
+ "@skyux/icon": "12.4.0",
40
+ "@skyux/indicators": "12.4.0",
41
+ "@skyux/inline-form": "12.4.0",
42
+ "@skyux/layout": "12.4.0",
43
+ "@skyux/lists": "12.4.0",
44
+ "@skyux/lookup": "12.4.0",
45
+ "@skyux/modals": "12.4.0",
46
+ "@skyux/navbar": "12.4.0",
47
+ "@skyux/pages": "12.4.0",
48
+ "@skyux/phone-field": "12.4.0",
49
+ "@skyux/popovers": "12.4.0",
50
+ "@skyux/progress-indicator": "12.4.0",
51
+ "@skyux/router": "12.4.0",
52
+ "@skyux/split-view": "12.4.0",
53
+ "@skyux/tabs": "12.4.0",
54
+ "@skyux/text-editor": "12.4.0",
55
+ "@skyux/tiles": "12.4.0",
56
+ "@skyux/toast": "12.4.0",
57
+ "@skyux/validation": "12.4.0",
58
58
  "ag-grid-angular": "^33.2.1",
59
59
  "ag-grid-community": "^33.2.1"
60
60
  },