@cqa-lib/cqa-ui 1.1.364 → 1.1.366

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 (48) hide show
  1. package/esm2020/lib/badge/badge.component.mjs +5 -3
  2. package/esm2020/lib/dashboards/insight-card/insight-card.component.mjs +1 -1
  3. package/esm2020/lib/execution-screen/ai-action-step/ai-action-step.component.mjs +1 -1
  4. package/esm2020/lib/execution-screen/ai-agent-step/ai-agent-step.component.mjs +1 -1
  5. package/esm2020/lib/execution-screen/api-step/api-step.component.mjs +1 -1
  6. package/esm2020/lib/execution-screen/basic-step/basic-step.component.mjs +1 -1
  7. package/esm2020/lib/execution-screen/condition-step/condition-step.component.mjs +1 -1
  8. package/esm2020/lib/execution-screen/db-query-execution-item/db-query-execution-item.component.mjs +1 -1
  9. package/esm2020/lib/execution-screen/db-verification-step/db-verification-step.component.mjs +1 -1
  10. package/esm2020/lib/execution-screen/document-verification-step/document-verification-step.component.mjs +1 -1
  11. package/esm2020/lib/execution-screen/file-download-step/file-download-step.component.mjs +1 -1
  12. package/esm2020/lib/execution-screen/live-execution-step/live-execution-step.component.mjs +1 -1
  13. package/esm2020/lib/execution-screen/loop-step/loop-step.component.mjs +1 -1
  14. package/esm2020/lib/execution-screen/step-group/step-group.component.mjs +1 -1
  15. package/esm2020/lib/run-history-card/run-history-card.component.mjs +1 -1
  16. package/esm2020/lib/step-builder/step-builder-action/step-builder-action.component.mjs +1 -1
  17. package/esm2020/lib/step-builder/step-builder-ai-agent/step-builder-ai-agent.component.mjs +1 -1
  18. package/esm2020/lib/step-builder/step-builder-condition/step-builder-condition.component.mjs +1 -1
  19. package/esm2020/lib/step-builder/step-builder-custom-code/step-builder-custom-code.component.mjs +1 -1
  20. package/esm2020/lib/step-builder/step-builder-database/step-builder-database.component.mjs +1 -1
  21. package/esm2020/lib/step-builder/step-builder-document/step-builder-document.component.mjs +1 -1
  22. package/esm2020/lib/step-builder/step-builder-group/step-builder-group.component.mjs +1 -1
  23. package/esm2020/lib/step-builder/step-builder-loop/step-builder-loop.component.mjs +1 -1
  24. package/esm2020/lib/test-case-details/ai-agent-step/ai-agent-step.component.mjs +3 -3
  25. package/esm2020/lib/test-case-details/ai-verify-step/ai-verify-step.component.mjs +3 -3
  26. package/esm2020/lib/test-case-details/api-edit-step/api-edit-step.component.mjs +1 -1
  27. package/esm2020/lib/test-case-details/api-step/api-step.component.mjs +3 -3
  28. package/esm2020/lib/test-case-details/condition-step/condition-step.component.mjs +3 -3
  29. package/esm2020/lib/test-case-details/custom-code-step/custom-code-step.component.mjs +3 -3
  30. package/esm2020/lib/test-case-details/database-step/database-step.component.mjs +3 -3
  31. package/esm2020/lib/test-case-details/element-popup/element-popup.component.mjs +1 -1
  32. package/esm2020/lib/test-case-details/loop-step/loop-step.component.mjs +3 -3
  33. package/esm2020/lib/test-case-details/normal-step/normal-step.component.mjs +3 -3
  34. package/esm2020/lib/test-case-details/restore-session-step/restore-session-step.component.mjs +3 -3
  35. package/esm2020/lib/test-case-details/screenshot-step/screenshot-step.component.mjs +3 -3
  36. package/esm2020/lib/test-case-details/scroll-step/scroll-step.component.mjs +3 -3
  37. package/esm2020/lib/test-case-details/step-group/step-group.component.mjs +3 -3
  38. package/esm2020/lib/test-case-details/test-case-details-edit/test-case-details-edit.component.mjs +1 -1
  39. package/esm2020/lib/test-case-details/test-case-details.component.mjs +1 -1
  40. package/esm2020/lib/test-case-details/upload-step/upload-step.component.mjs +3 -3
  41. package/esm2020/lib/test-case-details/verify-url-step/verify-url-step.component.mjs +3 -3
  42. package/fesm2015/cqa-lib-cqa-ui.mjs +58 -56
  43. package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
  44. package/fesm2020/cqa-lib-cqa-ui.mjs +58 -56
  45. package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
  46. package/lib/badge/badge.component.d.ts +3 -1
  47. package/package.json +1 -1
  48. package/styles.css +1 -1
@@ -24,6 +24,8 @@ export declare class BadgeComponent {
24
24
  isLoading: boolean;
25
25
  fullWidth: boolean;
26
26
  centerContent: boolean;
27
+ /** Optional native tooltip (title) shown on hover */
28
+ title?: string;
27
29
  get containerStyles(): {
28
30
  [key: string]: string;
29
31
  };
@@ -40,5 +42,5 @@ export declare class BadgeComponent {
40
42
  [key: string]: string;
41
43
  };
42
44
  static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "cqa-badge", never, { "type": "type"; "label": "label"; "icon": "icon"; "iconLibrary": "iconLibrary"; "variant": "variant"; "size": "size"; "backgroundColor": "backgroundColor"; "textColor": "textColor"; "borderColor": "borderColor"; "iconBackgroundColor": "iconBackgroundColor"; "iconColor": "iconColor"; "iconSize": "iconSize"; "inlineStyles": "inlineStyles"; "key": "key"; "value": "value"; "keyTextColor": "keyTextColor"; "valueTextColor": "valueTextColor"; "isLoading": "isLoading"; "fullWidth": "fullWidth"; "centerContent": "centerContent"; }, {}, never, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "cqa-badge", never, { "type": "type"; "label": "label"; "icon": "icon"; "iconLibrary": "iconLibrary"; "variant": "variant"; "size": "size"; "backgroundColor": "backgroundColor"; "textColor": "textColor"; "borderColor": "borderColor"; "iconBackgroundColor": "iconBackgroundColor"; "iconColor": "iconColor"; "iconSize": "iconSize"; "inlineStyles": "inlineStyles"; "key": "key"; "value": "value"; "keyTextColor": "keyTextColor"; "valueTextColor": "valueTextColor"; "isLoading": "isLoading"; "fullWidth": "fullWidth"; "centerContent": "centerContent"; "title": "title"; }, {}, never, never>;
44
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.364",
3
+ "version": "1.1.366",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",