igniteui-cli 15.2.2-alpha.3 → 15.3.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.
Files changed (175) hide show
  1. package/lib/PromptSession.js +1 -1
  2. package/lib/commands/ai-config.d.ts +9 -2
  3. package/lib/commands/ai-config.js +49 -14
  4. package/lib/commands/build.js +7 -12
  5. package/lib/commands/new.js +4 -1
  6. package/package.json +4 -4
  7. package/templates/blazor/igb/projects/ai-config/files/skills/AGENTS.md +0 -5
  8. package/templates/blazor/igb/projects/ai-config/files/skills/igniteui-blazor-components/SKILL.md +3 -1
  9. package/templates/blazor/igb/projects/ai-config/files/skills/igniteui-blazor-components/references/charts.md +7 -35
  10. package/templates/blazor/igb/projects/ai-config/files/skills/igniteui-blazor-components/references/data-display.md +1 -54
  11. package/templates/blazor/igb/projects/ai-config/files/skills/igniteui-blazor-components/references/feedback.md +0 -38
  12. package/templates/blazor/igb/projects/ai-config/files/skills/igniteui-blazor-components/references/form-controls.md +0 -68
  13. package/templates/blazor/igb/projects/ai-config/files/skills/igniteui-blazor-components/references/layout-manager.md +1 -124
  14. package/templates/blazor/igb/projects/ai-config/files/skills/igniteui-blazor-components/references/layout.md +0 -62
  15. package/templates/blazor/igb/projects/ai-config/files/skills/igniteui-blazor-generate-from-image-design/references/gotchas.md +29 -6
  16. package/templates/blazor/igb/projects/ai-config/files/skills/igniteui-blazor-theming/SKILL.md +2 -2
  17. package/templates/react/igr-ts/accordion/default/index.js +2 -1
  18. package/templates/react/igr-ts/avatar/default/index.js +2 -1
  19. package/templates/react/igr-ts/badge/default/index.js +2 -1
  20. package/templates/react/igr-ts/banner/default/index.js +2 -1
  21. package/templates/react/igr-ts/button/default/index.js +2 -1
  22. package/templates/react/igr-ts/button-group/default/index.js +2 -1
  23. package/templates/react/igr-ts/calendar/default/index.js +2 -1
  24. package/templates/react/igr-ts/card/default/index.js +2 -1
  25. package/templates/react/igr-ts/checkbox/default/index.js +2 -1
  26. package/templates/react/igr-ts/chip/default/index.js +2 -1
  27. package/templates/react/igr-ts/circular-progress/default/index.js +2 -1
  28. package/templates/react/igr-ts/constants.d.ts +2 -0
  29. package/templates/react/igr-ts/constants.js +5 -0
  30. package/templates/react/igr-ts/custom-templates/subscription-form/index.js +2 -1
  31. package/templates/react/igr-ts/date-picker/default/index.js +2 -1
  32. package/templates/react/igr-ts/divider/default/index.js +2 -1
  33. package/templates/react/igr-ts/dropdown/default/index.js +2 -1
  34. package/templates/react/igr-ts/expansion-panel/default/index.js +2 -1
  35. package/templates/react/igr-ts/form/default/index.js +2 -1
  36. package/templates/react/igr-ts/grid/basic/index.js +2 -1
  37. package/templates/react/igr-ts/icon/default/index.js +2 -1
  38. package/templates/react/igr-ts/icon-button/default/index.js +2 -1
  39. package/templates/react/igr-ts/input/default/index.js +2 -1
  40. package/templates/react/igr-ts/linear-progress/default/index.js +2 -1
  41. package/templates/react/igr-ts/list/default/index.js +2 -1
  42. package/templates/react/igr-ts/navbar/default/index.js +2 -1
  43. package/templates/react/igr-ts/projects/_base/files/package.json +2 -1
  44. package/templates/react/igr-ts/projects/_base/files/src/app/app.tsx +4 -2
  45. package/templates/react/igr-ts/projects/_base/files/src/setupTests.ts +12 -0
  46. package/templates/react/igr-ts/projects/_base/files/styles.css +6 -0
  47. package/templates/react/igr-ts/projects/_base_with_home/files/index.html +2 -1
  48. package/templates/react/igr-ts/projects/_base_with_home/files/src/app/home/home.tsx +60 -10
  49. package/templates/react/igr-ts/projects/_base_with_home/files/src/app/home/style.module.css +79 -20
  50. package/templates/react/igr-ts/projects/ai-config/files/skills/igniteui-react-components/SKILL.md +0 -8
  51. package/templates/react/igr-ts/projects/ai-config/files/skills/igniteui-react-components/reference/CHARTS-GRIDS.md +6 -36
  52. package/templates/react/igr-ts/projects/ai-config/files/skills/igniteui-react-components/reference/COMPONENT-CATALOGUE.md +8 -142
  53. package/templates/react/igr-ts/projects/ai-config/files/skills/igniteui-react-components/reference/EVENT-HANDLING.md +2 -0
  54. package/templates/react/igr-ts/projects/ai-config/files/skills/igniteui-react-customize-theme/SKILL.md +7 -14
  55. package/templates/react/igr-ts/projects/ai-config/files/skills/igniteui-react-customize-theme/reference/CSS-THEMING.md +2 -0
  56. package/templates/react/igr-ts/projects/ai-config/files/skills/igniteui-react-customize-theme/reference/MCP-SERVER.md +0 -8
  57. package/templates/react/igr-ts/projects/ai-config/files/skills/igniteui-react-generate-from-image-design/SKILL.md +2 -2
  58. package/templates/react/igr-ts/projects/ai-config/files/skills/igniteui-react-generate-from-image-design/reference/component-mapping.md +60 -74
  59. package/templates/react/igr-ts/projects/empty/index.js +2 -2
  60. package/templates/react/igr-ts/projects/side-nav/files/src/app/app-routes.tsx +5 -0
  61. package/templates/react/igr-ts/projects/side-nav/files/src/app/app.css +82 -0
  62. package/templates/react/igr-ts/projects/side-nav/files/src/app/app.tsx +104 -0
  63. package/templates/react/igr-ts/projects/side-nav/files/src/app/home/home.tsx +69 -0
  64. package/templates/react/igr-ts/projects/side-nav/files/src/app/home/style.module.css +105 -0
  65. package/templates/react/igr-ts/projects/{top-nav → side-nav}/index.d.ts +2 -2
  66. package/templates/react/igr-ts/projects/{top-nav → side-nav}/index.js +7 -7
  67. package/templates/react/igr-ts/projects/side-nav-auth/files/index.html +19 -0
  68. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/app-routes.tsx +24 -0
  69. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/app.css +84 -0
  70. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/app.tsx +124 -0
  71. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/AuthContext.tsx +73 -0
  72. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/AuthGuard.tsx +14 -0
  73. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/components/Login.module.css +93 -0
  74. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/components/Login.tsx +69 -0
  75. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/components/LoginBar.module.css +42 -0
  76. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/components/LoginBar.tsx +44 -0
  77. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/components/LoginDialog.module.css +14 -0
  78. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/components/LoginDialog.tsx +49 -0
  79. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/components/Register.module.css +74 -0
  80. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/components/Register.tsx +67 -0
  81. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/models/external-login.ts +10 -0
  82. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/models/login.ts +4 -0
  83. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/models/register-info.ts +6 -0
  84. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/models/user.ts +19 -0
  85. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/pages/Profile.module.css +87 -0
  86. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/pages/Profile.tsx +42 -0
  87. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/pages/RedirectFacebook.tsx +44 -0
  88. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/pages/RedirectGoogle.tsx +40 -0
  89. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/pages/RedirectMicrosoft.tsx +40 -0
  90. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/services/authentication.ts +37 -0
  91. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/services/external-auth-config.ts +44 -0
  92. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/services/externalAuth.ts +272 -0
  93. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/services/fakeBackend.ts +88 -0
  94. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/services/jwtUtil.ts +10 -0
  95. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/services/pkce.ts +29 -0
  96. package/templates/react/igr-ts/projects/side-nav-auth/files/src/app/authentication/services/userStore.ts +39 -0
  97. package/templates/react/igr-ts/projects/side-nav-auth/index.d.ts +15 -0
  98. package/templates/react/igr-ts/projects/side-nav-auth/index.js +46 -0
  99. package/templates/react/igr-ts/projects/side-nav-mini/files/src/app/app-routes.tsx +5 -0
  100. package/templates/react/igr-ts/projects/side-nav-mini/files/src/app/app.css +109 -0
  101. package/templates/react/igr-ts/projects/side-nav-mini/files/src/app/app.test.tsx +20 -0
  102. package/templates/react/igr-ts/projects/side-nav-mini/files/src/app/app.tsx +81 -0
  103. package/templates/react/igr-ts/projects/side-nav-mini/files/src/app/home/home.tsx +69 -0
  104. package/templates/react/igr-ts/projects/side-nav-mini/files/src/app/home/style.module.css +105 -0
  105. package/templates/react/igr-ts/projects/side-nav-mini/index.d.ts +15 -0
  106. package/templates/react/igr-ts/projects/side-nav-mini/index.js +46 -0
  107. package/templates/react/igr-ts/projects/side-nav-mini-auth/files/src/app/app.css +106 -0
  108. package/templates/react/igr-ts/projects/side-nav-mini-auth/files/src/app/app.tsx +101 -0
  109. package/templates/react/igr-ts/projects/side-nav-mini-auth/index.d.ts +15 -0
  110. package/templates/react/igr-ts/projects/side-nav-mini-auth/index.js +50 -0
  111. package/templates/react/igr-ts/radio-group/default/index.js +2 -1
  112. package/templates/react/igr-ts/rating/default/index.js +2 -1
  113. package/templates/react/igr-ts/ripple/default/index.js +2 -1
  114. package/templates/react/igr-ts/slider/default/index.js +2 -1
  115. package/templates/react/igr-ts/switch/default/index.js +2 -1
  116. package/templates/react/igr-ts/tabs/default/index.js +2 -1
  117. package/templates/react/igr-ts/text-area/default/index.js +2 -1
  118. package/templates/react/igr-ts/tree/default/index.js +2 -1
  119. package/templates/webcomponents/igc-ts/grid/default/index.js +1 -1
  120. package/templates/webcomponents/igc-ts/grid/grid-editing/index.js +1 -1
  121. package/templates/webcomponents/igc-ts/grid/grid-summaries/index.js +1 -1
  122. package/templates/webcomponents/igc-ts/projects/_base/files/package.json +1 -1
  123. package/templates/webcomponents/igc-ts/projects/_base/files/src/app/app.ts +6 -1
  124. package/templates/webcomponents/igc-ts/projects/_base/files/styles.css +1 -0
  125. package/templates/webcomponents/igc-ts/projects/_base_with_home/files/index.html +2 -0
  126. package/templates/webcomponents/igc-ts/projects/_base_with_home/files/package.json +2 -2
  127. package/templates/webcomponents/igc-ts/projects/_base_with_home/files/src/app/home/home.ts +103 -9
  128. package/templates/webcomponents/igc-ts/projects/_base_with_home/files/src/assets/wc.png +0 -0
  129. package/templates/webcomponents/igc-ts/projects/ai-config/files/skills/igniteui-wc-choose-components/SKILL.md +122 -160
  130. package/templates/webcomponents/igc-ts/projects/ai-config/files/skills/igniteui-wc-customize-component-theme/SKILL.md +83 -311
  131. package/templates/webcomponents/igc-ts/projects/ai-config/files/skills/igniteui-wc-customize-component-theme/references/mcp-setup.md +69 -0
  132. package/templates/webcomponents/igc-ts/projects/ai-config/files/skills/igniteui-wc-generate-from-image-design/SKILL.md +4 -1
  133. package/templates/webcomponents/igc-ts/projects/ai-config/files/skills/igniteui-wc-generate-from-image-design/references/component-mapping.md +60 -61
  134. package/templates/webcomponents/igc-ts/projects/ai-config/files/skills/igniteui-wc-generate-from-image-design/references/gotchas.md +15 -11
  135. package/templates/webcomponents/igc-ts/projects/ai-config/files/skills/igniteui-wc-optimize-bundle-size/SKILL.md +23 -274
  136. package/templates/webcomponents/igc-ts/projects/empty/index.js +1 -1
  137. package/templates/webcomponents/igc-ts/projects/side-nav/files/index.html +21 -0
  138. package/templates/webcomponents/igc-ts/projects/side-nav/files/src/app/app-routing.ts +9 -0
  139. package/templates/webcomponents/igc-ts/projects/side-nav/files/src/app/app.ts +192 -22
  140. package/templates/webcomponents/igc-ts/projects/side-nav/files/src/app/home/home.ts +175 -0
  141. package/templates/webcomponents/igc-ts/projects/side-nav/index.js +1 -1
  142. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/index.html +25 -0
  143. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/app-routing.ts +37 -0
  144. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/app.ts +251 -0
  145. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/login-bar/login-bar.ts +124 -0
  146. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/login-dialog/login-dialog.ts +253 -0
  147. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/models/external-login.ts +10 -0
  148. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/models/login.ts +4 -0
  149. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/models/register-info.ts +6 -0
  150. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/models/user.ts +19 -0
  151. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/services/authentication.ts +37 -0
  152. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/services/external-auth-config.ts +44 -0
  153. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/services/externalAuth.ts +272 -0
  154. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/services/fakeBackend.ts +88 -0
  155. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/services/jwtUtil.ts +10 -0
  156. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/services/pkce.ts +29 -0
  157. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/authentication/services/userStore.ts +39 -0
  158. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/profile/profile.ts +142 -0
  159. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/redirect/redirect-facebook.ts +57 -0
  160. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/redirect/redirect-google.ts +53 -0
  161. package/templates/webcomponents/igc-ts/projects/side-nav-auth/files/src/app/redirect/redirect-microsoft.ts +53 -0
  162. package/templates/webcomponents/igc-ts/projects/side-nav-auth/index.d.ts +15 -0
  163. package/templates/webcomponents/igc-ts/projects/side-nav-auth/index.js +46 -0
  164. package/templates/webcomponents/igc-ts/projects/side-nav-mini/files/src/app/app-routing.ts +13 -0
  165. package/templates/webcomponents/igc-ts/projects/side-nav-mini/files/src/app/app.ts +238 -0
  166. package/templates/webcomponents/igc-ts/projects/side-nav-mini/index.d.ts +14 -0
  167. package/templates/webcomponents/igc-ts/projects/side-nav-mini/index.js +45 -0
  168. package/templates/webcomponents/igc-ts/projects/side-nav-mini-auth/files/src/app/app.ts +258 -0
  169. package/templates/webcomponents/igc-ts/projects/side-nav-mini-auth/index.d.ts +15 -0
  170. package/templates/webcomponents/igc-ts/projects/side-nav-mini-auth/index.js +50 -0
  171. package/templates/webcomponents/igc-ts/tree/default/index.js +1 -1
  172. package/templates/react/igr-ts/projects/top-nav/files/src/app/app.css +0 -62
  173. package/templates/react/igr-ts/projects/top-nav/files/src/app/app.tsx +0 -18
  174. package/templates/react/igr-ts/projects/top-nav/files/src/components/navigation-header/index.tsx +0 -19
  175. /package/templates/react/igr-ts/projects/{top-nav → side-nav}/files/src/app/app.test.tsx +0 -0
@@ -58,7 +58,7 @@ class PromptSession extends cli_core_1.BasePromptSession {
58
58
  }
59
59
  configureAI(frameworkId) {
60
60
  return __awaiter(this, void 0, void 0, function* () {
61
- yield (0, ai_config_1.configure)(frameworkId);
61
+ yield (0, ai_config_1.configure)(frameworkId, { verbose: false });
62
62
  });
63
63
  }
64
64
  templateSelectedTask(type = "component") {
@@ -1,10 +1,17 @@
1
1
  import { type AIAgentTarget, type AiCodingAssistant } from "@igniteui/cli-core";
2
2
  import { CommandModule } from "yargs";
3
3
  export declare function configureMCP(assistants: AiCodingAssistant[]): void;
4
- export declare function configureSkills(agents: AIAgentTarget[], framework: string): void;
4
+ export declare function configureSkills(agents: AIAgentTarget[], framework: string, verbose?: boolean): void;
5
+ export declare function configureInstructions(agents: AIAgentTarget[], framework: string, verbose?: boolean): void;
5
6
  type AIAgentOption = AIAgentTarget | "none";
6
7
  type AIAssistantOption = AiCodingAssistant | "none";
7
- export declare function configure(framework: string, agents?: AIAgentOption[], assistants?: AIAssistantOption[], skills?: boolean): Promise<{
8
+ interface ConfigureOptions {
9
+ agents?: AIAgentOption[];
10
+ assistants?: AIAssistantOption[];
11
+ skills?: boolean;
12
+ verbose?: boolean;
13
+ }
14
+ export declare function configure(framework: string, options?: ConfigureOptions): Promise<{
8
15
  agents: AIAgentTarget[];
9
16
  assistants: AiCodingAssistant[];
10
17
  }>;
@@ -11,6 +11,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.configureMCP = configureMCP;
13
13
  exports.configureSkills = configureSkills;
14
+ exports.configureInstructions = configureInstructions;
14
15
  exports.configure = configure;
15
16
  const cli_core_1 = require("@igniteui/cli-core");
16
17
  function configureMCP(assistants) {
@@ -18,32 +19,66 @@ function configureMCP(assistants) {
18
19
  const { mcpFilePath } = cli_core_1.AI_ASSISTANT_MCP_CONFIGS[assistant];
19
20
  const modified = (0, cli_core_1.addMcpServers)(assistant);
20
21
  if (!modified) {
21
- cli_core_1.Util.log(` Ignite UI MCP servers already configured in ${mcpFilePath}`);
22
+ cli_core_1.Util.log(cli_core_1.Util.greenCheck() + ` Ignite UI MCP servers already configured in ${mcpFilePath}`);
22
23
  }
23
24
  else {
24
25
  cli_core_1.Util.log(cli_core_1.Util.greenCheck() + ` MCP servers configured in ${mcpFilePath}`);
25
26
  }
26
27
  }
27
28
  }
28
- function configureSkills(agents, framework) {
29
+ function logFileActions(result) {
30
+ for (const detail of result.details) {
31
+ if (detail.action === "created") {
32
+ cli_core_1.Util.log(` Created ${detail.path}`);
33
+ }
34
+ else if (detail.action === "updated") {
35
+ cli_core_1.Util.log(` Updated ${detail.path}`);
36
+ }
37
+ }
38
+ }
39
+ function logResultSummary(result, label) {
40
+ if (result.failed > 0) {
41
+ cli_core_1.Util.warn(`Failed to write ${result.failed} ${label} file(s) out of ${result.found}.`, "yellow");
42
+ }
43
+ else if (result.found > 0 && result.skipped === result.found) {
44
+ cli_core_1.Util.log(cli_core_1.Util.greenCheck() + ` ${label} file(s) already up-to-date.`);
45
+ }
46
+ else if (result.found > 0) {
47
+ const written = result.found - result.skipped;
48
+ cli_core_1.Util.log(cli_core_1.Util.greenCheck() + ` ${written} ${label} file(s) created or updated.`);
49
+ }
50
+ }
51
+ function configureSkills(agents, framework, verbose = true) {
29
52
  const result = (0, cli_core_1.copyAISkillsToProject)(agents, framework);
30
53
  if (result.found === 0) {
31
54
  cli_core_1.Util.warn("No AI skill files found. Make sure packages are installed (npm install) " +
32
55
  "and your Ignite UI packages are up-to-date.", "yellow");
56
+ return;
33
57
  }
34
- else if (result.failed > 0) {
35
- cli_core_1.Util.warn(`Failed to write ${result.failed} skill file(s) out of ${result.found}.`, "yellow");
36
- }
37
- else if (result.skipped === result.found) {
38
- cli_core_1.Util.log("Everything is already up-to-date.");
58
+ if (verbose) {
59
+ for (const source of result.sources) {
60
+ if (source.type === "package") {
61
+ cli_core_1.Util.log(`Using skills from ${source.packageName}@${source.packageVersion}`);
62
+ }
63
+ else {
64
+ cli_core_1.Util.log("Using bundled Ignite UI skills");
65
+ }
66
+ }
67
+ logFileActions(result);
39
68
  }
40
- else {
41
- const written = result.found - result.skipped;
42
- cli_core_1.Util.log(cli_core_1.Util.greenCheck() + ` ${written} AI skill file(s) created or updated.`);
69
+ logResultSummary(result, "AI skill");
70
+ }
71
+ function configureInstructions(agents, framework, verbose = true) {
72
+ const result = (0, cli_core_1.copyAgentInstructionFiles)(agents, framework);
73
+ if (verbose) {
74
+ logFileActions(result);
43
75
  }
76
+ logResultSummary(result, "instruction");
44
77
  }
45
78
  function configure(framework_1) {
46
- return __awaiter(this, arguments, void 0, function* (framework, agents = [], assistants = [], skills = true) {
79
+ return __awaiter(this, arguments, void 0, function* (framework, options = {}) {
80
+ const { skills = true, verbose = true } = options;
81
+ let { agents = [], assistants = [] } = options;
47
82
  if (framework === "jquery") {
48
83
  // currently not supported
49
84
  return { agents: [], assistants: [] };
@@ -65,9 +100,9 @@ function configure(framework_1) {
65
100
  }
66
101
  else {
67
102
  if (skills) {
68
- configureSkills(resolvedAgents, framework);
103
+ configureSkills(resolvedAgents, framework, verbose);
69
104
  }
70
- (0, cli_core_1.copyAgentInstructionFiles)(resolvedAgents, framework);
105
+ configureInstructions(resolvedAgents, framework, verbose);
71
106
  }
72
107
  return { agents: resolvedAgents, assistants: resolvedAssistants };
73
108
  });
@@ -184,7 +219,7 @@ const command = {
184
219
  if (framework === "jquery") {
185
220
  cli_core_1.Util.log("AI Config currently not available for jQuery projects.");
186
221
  }
187
- const result = yield configure(framework, agents, assistants);
222
+ const result = yield configure(framework, { agents, assistants });
188
223
  cli_core_1.GoogleAnalytics.post({
189
224
  t: "event",
190
225
  ec: "$ig ai-config",
@@ -45,7 +45,7 @@ const command = {
45
45
  t: "screenview",
46
46
  cd: "Build"
47
47
  });
48
- command.build(argv);
48
+ yield command.build();
49
49
  });
50
50
  },
51
51
  build() {
@@ -68,20 +68,15 @@ const command = {
68
68
  });
69
69
  yield cli_core_1.PackageManager.installPackages();
70
70
  if (config.project.theme.includes(".less") || config.project.theme.includes(".sass")) {
71
- fs.mkdirSync("./themes");
72
- const source = path.join(config.project.igniteuiSource, "/css/themes/", config.project.theme.split(".")[0]);
71
+ const source = path.join(config.project.igniteuiSource, "css", "themes", config.project.theme.split(".")[0]);
73
72
  const destination = path.join(config.project.sourceRoot, "themes");
74
73
  cli_core_1.Util.ensureDirectoryExists(destination);
75
- if (!cli_core_1.Util.isDirectory(source)) {
76
- fs.copyFileSync(source, destination);
77
- return;
74
+ if (cli_core_1.Util.isDirectory(source)) {
75
+ fs.cpSync(source, destination, { recursive: true, force: true });
76
+ }
77
+ else {
78
+ fs.copyFileSync(source, path.join(destination, path.basename(source)));
78
79
  }
79
- const entries = fs.readdirSync(source, { withFileTypes: true });
80
- entries.forEach((entry) => {
81
- const sourcePath = path.join(source, entry.name);
82
- const destinationPath = path.join(destination, entry.name);
83
- fs.copyFileSync(sourcePath, destinationPath);
84
- });
85
80
  }
86
81
  });
87
82
  }
@@ -174,7 +174,10 @@ const command = {
174
174
  yield cli_core_1.Util.processTemplates(templatePath, path.join(process.cwd(), argv.name), config, projTemplate.delimiters, false);
175
175
  }
176
176
  process.chdir(argv.name);
177
- yield (0, ai_config_1.configure)(argv.framework, argv.agents, argv.assistants);
177
+ yield (0, ai_config_1.configure)(argv.framework, {
178
+ agents: argv.agents,
179
+ assistants: argv.assistants
180
+ });
178
181
  process.chdir("..");
179
182
  cli_core_1.Util.log(cli_core_1.Util.greenCheck() + " Project Created");
180
183
  if (!argv.skipInstall) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-cli",
3
- "version": "15.2.2-alpha.3",
3
+ "version": "15.3.0",
4
4
  "description": "CLI tool for creating Ignite UI projects",
5
5
  "keywords": [
6
6
  "CLI",
@@ -66,9 +66,9 @@
66
66
  "all": true
67
67
  },
68
68
  "dependencies": {
69
- "@igniteui/angular-templates": "^21.2.1522-alpha.3",
70
- "@igniteui/cli-core": "^15.2.2-alpha.3",
71
- "@igniteui/mcp-server": "^15.2.2-alpha.3",
69
+ "@igniteui/angular-templates": "~21.2.1530",
70
+ "@igniteui/cli-core": "~15.3.0",
71
+ "@igniteui/mcp-server": "~15.3.0",
72
72
  "@inquirer/prompts": "^7.9.0",
73
73
  "chalk": "^5.3.0",
74
74
  "glob": "^11.0.0",
@@ -58,9 +58,4 @@ You are an expert in C#, Blazor, and scalable web application development. You w
58
58
  ## UI Components
59
59
 
60
60
  - Use `IgniteUI.Blazor.Lite`, `IgniteUI.Blazor.GridLite` for general purpose components and light-weight grid, and `IgniteUI.Blazor` (trial version available publicly as `IgniteUI.Blazor.Trial`) for specialized feature-rich grids and charts. If the project already references full `IgniteUI.Blazor`, do not add `IgniteUI.Blazor.Lite` or `IgniteUI.Blazor.GridLite` unless the user explicitly chooses to switch package strategy.
61
- - Components use the `Igb` prefix (e.g., `IgbGrid`, `IgbCombo`, `IgbDatePicker`).
62
- - Every component requires module registration in `Program.cs`: `builder.Services.AddIgniteUIBlazor(typeof(IgbGridModule))`.
63
- - Add `@using IgniteUI.Blazor.Controls` to `_Imports.razor`.
64
- - Link a theme stylesheet in the host page (e.g., `_content/IgniteUI.Blazor/themes/light/bootstrap.css`).
65
- - Add the Ignite UI runtime script before the Blazor framework script in the host page: `<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>`.
66
61
  - If no Ignite UI package is present, add the package that matches the chosen package strategy.
@@ -76,12 +76,14 @@ Base your code and explanation exclusively on what you read. If the reference fi
76
76
  | `IgniteUI.Blazor.Lite` | NuGet.org | Open-source / MIT users needing core UI components (forms, layout, navigation, data display, feedback) |
77
77
  | `IgniteUI.Blazor.GridLite` | NuGet.org | Open-source / MIT users needing the lightweight `IgbGridLite` data grid |
78
78
  | `IgniteUI.Blazor` | Infragistics private NuGet feed (`https://packages.infragistics.com/nuget/licensed/`) | Licensed / enterprise users that need the full component suite (grids, charts, maps, gauges, Dock Manager) |
79
- | `IgniteUI.Blazor.Trial` | NuGet.org | Evaluation users same full suite as `IgniteUI.Blazor` but with a trial watermark |
79
+ | `IgniteUI.Blazor.Trial` | NuGet.org | Evaluation users - same full suite as `IgniteUI.Blazor` but with a trial watermark |
80
80
 
81
81
  `IgniteUI.Blazor.Lite` contains the open-source UI component set, while `IgniteUI.Blazor.GridLite` contains the free `IgbGridLite` data grid package. Both use the `IgniteUI.Blazor.Controls` namespace. Do **not** mix the licensed `IgniteUI.Blazor` package with `IgniteUI.Blazor.Lite` in the same project; they use the same namespaces and duplicate some components. If full `IgniteUI.Blazor` is already referenced, do not add Lite/GridLite unless the user explicitly asks to switch package strategy.
82
82
 
83
83
  ## Key Blazor-Specific Notes
84
84
 
85
+ Add the Ignite UI runtime script before the Blazor framework script in the host page: `<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>`. **If this script is missing, web components will not register and the app will render blank or broken. Verify this is present in every new project.**
86
+
85
87
  > **AGENT INSTRUCTION - Module Registration**
86
88
  >
87
89
  > Every Ignite UI for Blazor component **and its sub-components** has a corresponding module. Register **all** modules for every component used on the page in `Program.cs`:
@@ -32,14 +32,14 @@ This reference gives high-level guidance on when to use some of the chart types,
32
32
  |---|---|
33
33
  | Simple line/area/column/point/spline/waterfall charts with minimal config | `IgbCategoryChart` |
34
34
  | Multiple series types on the same chart, custom axes, annotations | `IgbDataChart` |
35
- | Candlestick / OHLC financial data with range selector | `IgbFinancialChart` / stock chart docs |
35
+ | Candlestick / OHLC financial data with range selector | `IgbFinancialChart` |
36
36
  | Part-to-whole proportions (slices) | `IgbPieChart` |
37
37
  | Donut with center label | `IgbDoughnutChart` |
38
38
  | Inline sparkline for tables or cards | `IgbSparkline` |
39
- | Hierarchical part-to-whole data | Treemap docs |
40
- | Geographic points, shapes, map markers | Geographic Map docs |
41
- | KPI values, ranges, scales, bullet comparisons | Gauge docs |
42
- | Auto-generated dashboard visualization from data | Dashboard Tile docs |
39
+ | Hierarchical part-to-whole data | `IgbTreemap` |
40
+ | Geographic points, shapes, map markers | `IgbGeographicMap` |
41
+ | KPI values, ranges, scales, bullet comparisons | `IgbLinearGauge` / `IgbRadialGauge` / `IgbBulletGraph` |
42
+ | Auto-generated dashboard visualization from data | `IgbDashboardTile` |
43
43
 
44
44
  ---
45
45
 
@@ -66,8 +66,6 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbCategoryChartModule));
66
66
  }
67
67
  ```
68
68
 
69
- Key attributes: `DataSource`, `ChartType` (`CategoryChartType.Line` / `Area` / `Column` / `Point` / `Spline` / `SplineArea` / `StepLine` / `StepArea` / `Waterfall` / `Auto`), `Height`, `Width`, `YAxisTitle`, `XAxisTitle`, `Brushes`, `Outlines`, `MarkerBrushes`, `IsTransitionInEnabled`, `IsHorizontalZoomEnabled`, `IsVerticalZoomEnabled`.
70
-
71
69
  > **AGENT INSTRUCTION:** `CategoryChartType.Bar` does **not** exist. For a horizontal bar-style chart, use `CategoryChartType.Column` (vertical) or switch to `IgbDataChart` with `IgbBarSeries` for true horizontal bars. Never generate `ChartType="CategoryChartType.Bar"`.
72
70
 
73
71
  > **AGENT INSTRUCTION:** `IgbCategoryChart` auto-detects which string or date property in the data to use as X-axis labels. To control which data properties are charted, use `IncludedProperties` or `ExcludedProperties` (string arrays).
@@ -120,10 +118,6 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbDataChartCoreModule), typeof(IgbDat
120
118
  }
121
119
  ```
122
120
 
123
- Common axis types: `IgbCategoryXAxis`, `IgbNumericXAxis`, `IgbNumericYAxis`, `IgbCategoryYAxis`, `IgbTimeXAxis`, `IgbOrdinalTimeXAxis`.
124
-
125
- Common series types: `IgbLineSeries`, `IgbAreaSeries`, `IgbColumnSeries`, `IgbBarSeries`, `IgbSplineSeries`, `IgbBubbleSeries`, `IgbScatterSeries`.
126
-
127
121
  Every series must reference its axes by matching `Name` and `XAxisName` / `YAxisName`.
128
122
 
129
123
  > **AGENT INSTRUCTION:** `IgbDataChart` requires separate NuGet module registrations for each category of series. Always check `get_doc` to find the exact module names, for example category, scatter, polar, radial, stacked, or financial modules.
@@ -132,8 +126,6 @@ Every series must reference its axes by matching `Name` and `XAxisName` / `YAxis
132
126
 
133
127
  ## Financial / Stock Chart
134
128
 
135
- > **Docs:** [Financial Chart](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/charts/types/stock-chart)
136
-
137
129
  ```csharp
138
130
  builder.Services.AddIgniteUIBlazor(typeof(IgbFinancialChartModule));
139
131
  ```
@@ -150,14 +142,12 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbFinancialChartModule));
150
142
  }
151
143
  ```
152
144
 
153
- The data source must contain `Open`, `High`, `Low`, `Close`, and `Volume` numeric fields plus a `Date`/`Time` field. Key attributes: `ChartType` (`FinancialChartType.Candle` / `Bar` / `Line`), `ZoomSliderType`, `VolumeType`.
145
+ The data source must contain `Open`, `High`, `Low`, `Close`, and `Volume` numeric fields plus a `Date`/`Time` field.
154
146
 
155
147
  ---
156
148
 
157
149
  ## Pie Chart
158
150
 
159
- > **Docs:** [Pie Chart](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/charts/types/pie-chart)
160
-
161
151
  ```csharp
162
152
  builder.Services.AddIgniteUIBlazor(typeof(IgbPieChartModule), typeof(IgbItemLegendModule));
163
153
  ```
@@ -187,16 +177,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbPieChartModule), typeof(IgbItemLege
187
177
  }
188
178
  ```
189
179
 
190
- Key attributes: `DataSource`, `LabelMemberPath`, `ValueMemberPath`, `RadiusFactor` (0-1), `StartAngle`, `OthersCategoryThreshold`, `OthersCategoryType`, `LegendLabelMemberPath`, `LegendItemTemplate`.
191
-
192
- Events: `SliceClick`.
193
-
194
180
  ---
195
181
 
196
182
  ## Donut Chart
197
183
 
198
- > **Docs:** [Doughnut Chart](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/charts/types/donut-chart)
199
-
200
184
  ```csharp
201
185
  builder.Services.AddIgniteUIBlazor(typeof(IgbDoughnutChartModule), typeof(IgbRingSeriesModule));
202
186
  ```
@@ -215,8 +199,6 @@ Supports multiple `IgbRingSeries` for concentric rings.
215
199
 
216
200
  ## Sparkline
217
201
 
218
- > **Docs:** [Sparkline](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/charts/types/sparkline-chart)
219
-
220
202
  ```csharp
221
203
  builder.Services.AddIgniteUIBlazor(typeof(IgbSparklineModule));
222
204
  ```
@@ -231,38 +213,28 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbSparklineModule));
231
213
  LineThickness="2" />
232
214
  ```
233
215
 
234
- Key attributes: `DataSource`, `ValueMemberPath`, `DisplayType` (`SparklineDisplayType.Line` / `Area` / `Column` / `WinLoss`), `Width`, `Height`, `Brush`, `LineThickness`, `MarkerVisibility`, `FirstMarkerVisibility`, `LastMarkerVisibility`, `HighMarkerVisibility`, `LowMarkerVisibility`.
235
-
236
216
  ---
237
217
 
238
218
  ## Treemap
239
219
 
240
- > **Docs:** [Treemap](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/charts/types/treemap-chart)
241
-
242
- Use Treemap for hierarchical, weighted, part-to-whole data. Always call `get_doc("treemap-chart")` before writing markup because hierarchy binding, member paths, and layout options are component-specific.
220
+ Always call `get_doc("blazor", "treemap-chart")` before writing markup because hierarchy binding, member paths, and layout options are component-specific.
243
221
 
244
222
  ---
245
223
 
246
224
  ## Geographic Map
247
225
 
248
- > **Docs:** [Geographic Map](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/geo-map-type-scatter-area-series)
249
-
250
226
  Use Geographic Map for map backgrounds, shape files, geographic points, bubbles, and marker layers. Do not adapt Data Chart axis or series examples to maps unless the Blazor Geographic Map docs explicitly show the same API.
251
227
 
252
228
  ---
253
229
 
254
230
  ## Gauges
255
231
 
256
- > **Docs:** [Radial Gauge](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/radial-gauge), [Linear Gauge](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/linear-gauge), [Bullet Graph](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/bullet-graph)
257
-
258
232
  Use gauges for KPI values, ranges, thresholds, progress-style numeric summaries, and bullet comparisons. Select the exact gauge doc first, then use the MCP-documented property names for ranges, labels, scale, and value binding.
259
233
 
260
234
  ---
261
235
 
262
236
  ## Dashboard Tile
263
237
 
264
- > **Docs:** [Dashboard Tile](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/dashboard-tile)
265
-
266
238
  Use Dashboard Tile when the requested component should infer or render compact dashboard visualizations from bound data. Verify supported chart modes and binding shape with MCP before producing code.
267
239
 
268
240
  ---
@@ -27,8 +27,6 @@ This reference gives high-level guidance on data display and action components,
27
27
 
28
28
  ## Button & Button Group
29
29
 
30
- > **Docs:** [Button](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/button), [Button Group](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/button-group)
31
-
32
30
  ```csharp
33
31
  builder.Services.AddIgniteUIBlazor(typeof(IgbButtonModule), typeof(IgbButtonGroupModule));
34
32
  ```
@@ -47,16 +45,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbButtonModule), typeof(IgbButtonGrou
47
45
  </IgbButtonGroup>
48
46
  ```
49
47
 
50
- Key attributes on `IgbButton`: `Variant` (`ButtonVariant.Contained` / `Outlined` / `Flat` / `Fab`), `Disabled`, `DisplayType` (`ButtonBaseType.Button` / `Submit` / `Reset`), `Href` (renders as `<a>`).
51
-
52
- Key attributes on `IgbButtonGroup`: `Selection` (`ButtonGroupSelection.Single` / `SingleRequired` / `Multiple`), `Alignment` (`ContentOrientation.Horizontal` / `ContentOrientation.Vertical`).
53
-
54
48
  ---
55
49
 
56
50
  ## Icon & Icon Button
57
51
 
58
- > **Docs:** [Icon](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/layouts/icon), [Icon Button](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/icon-button)
59
-
60
52
  ```csharp
61
53
  builder.Services.AddIgniteUIBlazor(typeof(IgbIconModule), typeof(IgbIconButtonModule));
62
54
  ```
@@ -81,16 +73,12 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbIconModule), typeof(IgbIconButtonMo
81
73
  }
82
74
  ```
83
75
 
84
- Key attributes: `IconName`, `Collection`, `Mirrored` (for RTL). Size is controlled via CSS `--ig-size: var(--ig-size-small | --ig-size-medium | --ig-size-large)`.
85
-
86
76
  > **AGENT INSTRUCTION - Icon Registration:** Icons are registered by name+collection. Registration must happen in `OnAfterRenderAsync(bool firstRender)` after calling `EnsureReady()`. Re-use the same collection name across the app for consistency.
87
77
 
88
78
  ---
89
79
 
90
80
  ## Card
91
81
 
92
- > **Docs:** [Card](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/layouts/card)
93
-
94
82
  ```csharp
95
83
  builder.Services.AddIgniteUIBlazor(typeof(IgbCardModule));
96
84
  ```
@@ -110,18 +98,15 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbCardModule));
110
98
  <IgbCardActions>
111
99
  <IgbButton slot="start" Variant="@ButtonVariant.Flat">Like</IgbButton>
112
100
  <IgbButton slot="start" Variant="@ButtonVariant.Flat">Share</IgbButton>
101
+ <IgbButton slot="end" Variant="@ButtonVariant.Contained">Buy Now</IgbButton>
113
102
  </IgbCardActions>
114
103
  </IgbCard>
115
104
  ```
116
105
 
117
- Sub-components: `IgbCardMedia`, `IgbCardHeader`, `IgbCardContent`, `IgbCardActions`. Slots on `IgbCardHeader`: `thumbnail`, `title`, `subtitle`.
118
-
119
106
  ---
120
107
 
121
108
  ## Carousel
122
109
 
123
- > **Docs:** [Carousel](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/layouts/carousel)
124
-
125
110
  ```csharp
126
111
  builder.Services.AddIgniteUIBlazor(typeof(IgbCarouselModule));
127
112
  ```
@@ -143,8 +128,6 @@ Use Carousel for image/content slides, banners, onboarding panels, or media gall
143
128
 
144
129
  ## List
145
130
 
146
- > **Docs:** [List](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/grids/list)
147
-
148
131
  ```csharp
149
132
  builder.Services.AddIgniteUIBlazor(typeof(IgbListModule), typeof(IgbListItemModule), typeof(IgbListHeaderModule));
150
133
  ```
@@ -164,14 +147,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbListModule), typeof(IgbListItemModu
164
147
  </IgbList>
165
148
  ```
166
149
 
167
- Slots on `IgbListItem`: `start`, `end`, `title`, `subtitle`.
168
-
169
150
  ---
170
151
 
171
152
  ## Avatar
172
153
 
173
- > **Docs:** [Avatar](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/layouts/avatar)
174
-
175
154
  ```csharp
176
155
  builder.Services.AddIgniteUIBlazor(typeof(IgbAvatarModule));
177
156
  ```
@@ -189,14 +168,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbAvatarModule));
189
168
  </IgbAvatar>
190
169
  ```
191
170
 
192
- Key attributes: `Src`, `Alt`, `Initials`, `Shape` (`AvatarShape.Circle` / `Square` / `Rounded`). Size is controlled via CSS `--ig-size: var(--ig-size-small | --ig-size-medium | --ig-size-large)`.
193
-
194
171
  ---
195
172
 
196
173
  ## Badge
197
174
 
198
- > **Docs:** [Badge](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/badge)
199
-
200
175
  ```csharp
201
176
  builder.Services.AddIgniteUIBlazor(typeof(IgbBadgeModule));
202
177
  ```
@@ -206,14 +181,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbBadgeModule));
206
181
  <IgbBadge Variant="@StyleVariant.Danger" Shape="@BadgeShape.Square" />
207
182
  ```
208
183
 
209
- Key attributes: `Variant` (`StyleVariant.Primary` / `Info` / `Success` / `Warning` / `Danger`), `Shape` (`BadgeShape.Rounded` / `Square`), `Outlined`.
210
-
211
184
  ---
212
185
 
213
186
  ## Chip
214
187
 
215
- > **Docs:** [Chip](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/chip)
216
-
217
188
  ```csharp
218
189
  builder.Services.AddIgniteUIBlazor(typeof(IgbChipModule));
219
190
  ```
@@ -229,18 +200,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbChipModule));
229
200
  }
230
201
  ```
231
202
 
232
- Key attributes: `Selectable`, `Selected`, `Removable`, `Disabled`, `Variant` (`StyleVariant.Primary` / `Info` / `Success` / `Warning` / `Danger`).
233
-
234
- Slots: `start`, `end` (prefix/suffix icons).
235
-
236
- Events: `Select`, `Remove`.
237
-
238
203
  ---
239
204
 
240
205
  ## Circular Progress
241
206
 
242
- > **Docs:** [Circular Progress](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/circular-progress)
243
-
244
207
  ```csharp
245
208
  builder.Services.AddIgniteUIBlazor(typeof(IgbCircularProgressModule));
246
209
  ```
@@ -255,14 +218,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbCircularProgressModule));
255
218
  <IgbCircularProgress Indeterminate="true" />
256
219
  ```
257
220
 
258
- Key attributes: `Value`, `Max`, `Indeterminate`, `AnimationDuration`, `Variant` (`StyleVariant.Primary` / `Info` / `Success` / `Warning` / `Danger`).
259
-
260
221
  ---
261
222
 
262
223
  ## Linear Progress
263
224
 
264
- > **Docs:** [Linear Progress](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/linear-progress)
265
-
266
225
  ```csharp
267
226
  builder.Services.AddIgniteUIBlazor(typeof(IgbLinearProgressModule));
268
227
  ```
@@ -272,14 +231,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbLinearProgressModule));
272
231
  <IgbLinearProgress Indeterminate="true" />
273
232
  ```
274
233
 
275
- Key attributes: `Value`, `Max`, `Indeterminate`, `Striped`, `Variant`, `LabelAlign` (`LinearProgressLabelAlign.TopStart` / `Top` / `TopEnd` / `BottomStart` / `Bottom` / `BottomEnd`).
276
-
277
234
  ---
278
235
 
279
236
  ## Dropdown
280
237
 
281
- > **Docs:** [Dropdown](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/dropdown)
282
-
283
238
  ```csharp
284
239
  builder.Services.AddIgniteUIBlazor(typeof(IgbDropdownModule));
285
240
  ```
@@ -297,14 +252,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbDropdownModule));
297
252
 
298
253
  ```
299
254
 
300
- Key attributes on `IgbDropdown`: `Placement` (`PopoverPlacement.*`), `Flip`, `Distance`, `SameWidth`, `KeepOpenOnOutsideClick`, `KeepOpenOnSelect`. Key attributes on `IgbDropdownItem`: `Value`, `Selected`, `Disabled`. Events on `IgbDropdown`: `Opening`, `Opened`, `Closing`, `Closed`, `Change`.
301
-
302
255
  ---
303
256
 
304
257
  ## Tooltip
305
258
 
306
- > **Docs:** [Tooltip](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/tooltip)
307
-
308
259
  ```csharp
309
260
  builder.Services.AddIgniteUIBlazor(typeof(IgbTooltipModule));
310
261
  ```
@@ -316,14 +267,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbTooltipModule));
316
267
  </IgbTooltip>
317
268
  ```
318
269
 
319
- Key attributes: `Anchor` (target element ID string), `Placement` (`PopoverPlacement.Top` / `Bottom` / `Left` / `Right` and start/end variants), `ShowDelay`, `HideDelay`, `ShowTriggers`, `HideTriggers`, `Sticky`, `WithArrow`, `Open`.
320
-
321
270
  ---
322
271
 
323
272
  ## Ripple
324
273
 
325
- > **Docs:** [Ripple](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/inputs/ripple)
326
-
327
274
  ```csharp
328
275
  builder.Services.AddIgniteUIBlazor(typeof(IgbRippleModule));
329
276
  ```
@@ -18,8 +18,6 @@ This reference gives high-level guidance on feedback and overlay components, the
18
18
 
19
19
  ## Dialog
20
20
 
21
- > **Docs:** [Dialog](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/notifications/dialog)
22
-
23
21
  ```csharp
24
22
  builder.Services.AddIgniteUIBlazor(typeof(IgbDialogModule));
25
23
  ```
@@ -50,22 +48,10 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbDialogModule));
50
48
  }
51
49
  ```
52
50
 
53
- Key attributes: `Title`, `KeepOpenOnEscape` (default: `false`; set `true` to prevent closing on ESC), `CloseOnOutsideClick` (default: `false`), `Open`, `HideDefaultAction`.
54
-
55
- Slots: `footer` (action buttons). The default slot is the dialog body.
56
-
57
- Methods: `ShowAsync()`, `HideAsync()`, `ToggleAsync()`.
58
-
59
- Events: `Closing` (cancellable), `Closed`.
60
-
61
- CSS parts: `base`, `title`, `footer`, `content`.
62
-
63
51
  ---
64
52
 
65
53
  ## Snackbar
66
54
 
67
- > **Docs:** [Snackbar](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/notifications/snackbar)
68
-
69
55
  ```csharp
70
56
  builder.Services.AddIgniteUIBlazor(typeof(IgbSnackbarModule));
71
57
  ```
@@ -93,22 +79,12 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbSnackbarModule));
93
79
  }
94
80
  ```
95
81
 
96
- Key attributes: `DisplayTime` (ms, default 4000; 0 keeps it open), `KeepOpen` (overrides `DisplayTime`), `ActionText` (text for the action button).
97
-
98
- Methods: `ShowAsync()`, `HideAsync()`.
99
-
100
- Events: `Action` - fires when the action button is clicked.
101
-
102
- CSS parts: `base`, `message`, `action`, `action-container`.
103
-
104
82
  > **TIP - JS interop shortcut:** Add `id="snackbar"` to `IgbSnackbar` and `onclick="snackbar.show()"` to the trigger button as a lightweight alternative when you don't need C# event handling.
105
83
 
106
84
  ---
107
85
 
108
86
  ## Toast
109
87
 
110
- > **Docs:** [Toast](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/notifications/toast)
111
-
112
88
  ```csharp
113
89
  builder.Services.AddIgniteUIBlazor(typeof(IgbToastModule));
114
90
  ```
@@ -126,18 +102,12 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbToastModule));
126
102
  }
127
103
  ```
128
104
 
129
- Key attributes: `DisplayTime` (ms), `KeepOpen`.
130
-
131
- Methods: `ShowAsync()`, `HideAsync()`.
132
-
133
105
  > **AGENT INSTRUCTION - Toast vs Snackbar:** `IgbToast` is a simple auto-dismissing notification with no action button. Use `IgbSnackbar` when you need an action button (e.g., "Undo"). Check the doc via `get_doc` for the current difference, as these components evolve.
134
106
 
135
107
  ---
136
108
 
137
109
  ## Banner
138
110
 
139
- > **Docs:** [Banner](https://www.infragistics.com/products/ignite-ui-blazor/blazor/components/notifications/banner)
140
-
141
111
  ```csharp
142
112
  builder.Services.AddIgniteUIBlazor(typeof(IgbBannerModule));
143
113
  ```
@@ -158,14 +128,6 @@ builder.Services.AddIgniteUIBlazor(typeof(IgbBannerModule));
158
128
  }
159
129
  ```
160
130
 
161
- Slots: `prefix` (icon or image), `actions` (buttons shown at the right or bottom). Default slot = message text.
162
-
163
- Methods: `ShowAsync()`, `HideAsync()`, `ToggleAsync()`.
164
-
165
- Events: `Closing` (cancellable), `Closed`.
166
-
167
- CSS parts: `base`, `spacer`, `message`, `illustration`, `content`, `actions`.
168
-
169
131
  ---
170
132
 
171
133
  ## Key Rules