@skyux/code-examples 12.32.1 → 12.33.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.
package/index.d.ts CHANGED
@@ -60,7 +60,9 @@ export { FormsSelectionBoxCheckboxExampleComponent } from './lib/modules/forms/s
60
60
  export { FormsSelectionBoxRadioExampleComponent } from './lib/modules/forms/selection-box/radio/example.component';
61
61
  export { FormsToggleSwitchBasicExampleComponent } from './lib/modules/forms/toggle-switch/basic/example.component';
62
62
  export { FormsToggleSwitchHelpKeyExampleComponent } from './lib/modules/forms/toggle-switch/help-key/example.component';
63
- export { HelpInlineBasicExampleComponent } from './lib/modules/help-inline/basic/example.component';
63
+ export { HelpInlineActionClickExampleComponent } from './lib/modules/help-inline/action-click/example.component';
64
+ export { HelpInlineHelpKeyExampleComponent } from './lib/modules/help-inline/help-key/example.component';
65
+ export { HelpInlinePopoverExampleComponent } from './lib/modules/help-inline/popover/example.component';
64
66
  export { IconBasicExampleComponent } from './lib/modules/icon/basic/example.component';
65
67
  export { IconIconButtonExampleComponent } from './lib/modules/icon/icon-button/example.component';
66
68
  export { IndicatorsAlertBasicExampleComponent } from './lib/modules/indicators/alert/basic/example.component';
@@ -0,0 +1,9 @@
1
+ import * as i0 from "@angular/core";
2
+ /**
3
+ * @title Help inline button with action click
4
+ */
5
+ export declare class HelpInlineActionClickExampleComponent {
6
+ onActionClick(): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<HelpInlineActionClickExampleComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<HelpInlineActionClickExampleComponent, "app-help-inline-action-click-example", never, {}, {}, never, never, true, never>;
9
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ /**
3
+ * @title Help inline with help key
4
+ */
5
+ export declare class HelpInlineHelpKeyExampleComponent {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<HelpInlineHelpKeyExampleComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<HelpInlineHelpKeyExampleComponent, "app-help-inline-help-key-example", never, {}, {}, never, never, true, never>;
8
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ /**
3
+ * @title Help inline button with popover
4
+ */
5
+ export declare class HelpInlinePopoverExampleComponent {
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<HelpInlinePopoverExampleComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<HelpInlinePopoverExampleComponent, "app-help-inline-popover-example", never, {}, {}, never, never, true, never>;
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/code-examples",
3
- "version": "12.32.1",
3
+ "version": "12.33.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.14",
24
24
  "@angular/router": "^19.2.14",
25
25
  "@blackbaud/angular-tree-component": "^1.0.0",
26
- "@skyux/action-bars": "12.32.1",
27
- "@skyux/ag-grid": "12.32.1",
28
- "@skyux/angular-tree-component": "12.32.1",
29
- "@skyux/autonumeric": "12.32.1",
30
- "@skyux/avatar": "12.32.1",
31
- "@skyux/colorpicker": "12.32.1",
32
- "@skyux/core": "12.32.1",
33
- "@skyux/data-manager": "12.32.1",
34
- "@skyux/datetime": "12.32.1",
35
- "@skyux/errors": "12.32.1",
36
- "@skyux/flyout": "12.32.1",
37
- "@skyux/forms": "12.32.1",
38
- "@skyux/help-inline": "12.32.1",
39
- "@skyux/icon": "12.32.1",
40
- "@skyux/indicators": "12.32.1",
41
- "@skyux/inline-form": "12.32.1",
42
- "@skyux/layout": "12.32.1",
43
- "@skyux/lists": "12.32.1",
44
- "@skyux/lookup": "12.32.1",
45
- "@skyux/modals": "12.32.1",
46
- "@skyux/navbar": "12.32.1",
47
- "@skyux/pages": "12.32.1",
48
- "@skyux/phone-field": "12.32.1",
49
- "@skyux/popovers": "12.32.1",
50
- "@skyux/progress-indicator": "12.32.1",
51
- "@skyux/router": "12.32.1",
52
- "@skyux/split-view": "12.32.1",
53
- "@skyux/tabs": "12.32.1",
54
- "@skyux/text-editor": "12.32.1",
55
- "@skyux/tiles": "12.32.1",
56
- "@skyux/toast": "12.32.1",
57
- "@skyux/validation": "12.32.1",
26
+ "@skyux/action-bars": "12.33.0",
27
+ "@skyux/ag-grid": "12.33.0",
28
+ "@skyux/angular-tree-component": "12.33.0",
29
+ "@skyux/autonumeric": "12.33.0",
30
+ "@skyux/avatar": "12.33.0",
31
+ "@skyux/colorpicker": "12.33.0",
32
+ "@skyux/core": "12.33.0",
33
+ "@skyux/data-manager": "12.33.0",
34
+ "@skyux/datetime": "12.33.0",
35
+ "@skyux/errors": "12.33.0",
36
+ "@skyux/flyout": "12.33.0",
37
+ "@skyux/forms": "12.33.0",
38
+ "@skyux/help-inline": "12.33.0",
39
+ "@skyux/icon": "12.33.0",
40
+ "@skyux/indicators": "12.33.0",
41
+ "@skyux/inline-form": "12.33.0",
42
+ "@skyux/layout": "12.33.0",
43
+ "@skyux/lists": "12.33.0",
44
+ "@skyux/lookup": "12.33.0",
45
+ "@skyux/modals": "12.33.0",
46
+ "@skyux/navbar": "12.33.0",
47
+ "@skyux/pages": "12.33.0",
48
+ "@skyux/phone-field": "12.33.0",
49
+ "@skyux/popovers": "12.33.0",
50
+ "@skyux/progress-indicator": "12.33.0",
51
+ "@skyux/router": "12.33.0",
52
+ "@skyux/split-view": "12.33.0",
53
+ "@skyux/tabs": "12.33.0",
54
+ "@skyux/text-editor": "12.33.0",
55
+ "@skyux/tiles": "12.33.0",
56
+ "@skyux/toast": "12.33.0",
57
+ "@skyux/validation": "12.33.0",
58
58
  "ag-grid-angular": "^33.3.2",
59
59
  "ag-grid-community": "^33.3.2"
60
60
  },
@@ -1,9 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- /**
3
- * @title Help inline button with basic setup
4
- */
5
- export declare class HelpInlineBasicExampleComponent {
6
- onActionClick(): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<HelpInlineBasicExampleComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<HelpInlineBasicExampleComponent, "app-help-inline-basic-example", never, {}, {}, never, never, true, never>;
9
- }