@tet/tet-components-angular 1.4.33-testing → 1.4.34-production

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
@@ -308,7 +308,7 @@ declare class TetBusinessNavigation {
308
308
  }>>;
309
309
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
310
310
  static ɵfac: i0.ɵɵFactoryDeclaration<TetBusinessNavigation, never>;
311
- static ɵcmp: i0.ɵɵComponentDeclaration<TetBusinessNavigation, "tet-business-navigation", never, { "expandable": { "alias": "expandable"; "required": false; }; "language": { "alias": "language"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "menu-click-event": "menu-click-event"; "menuClickEvent": "menu-click-event"; }, never, ["*"], false, never>;
311
+ static ɵcmp: i0.ɵɵComponentDeclaration<TetBusinessNavigation, "tet-business-navigation", never, { "expandable": { "alias": "expandable"; "required": false; }; "language": { "alias": "language"; "required": false; }; "menuItems": { "alias": "menuItems"; "required": true; }; "theme": { "alias": "theme"; "required": false; }; }, { "menu-click-event": "menu-click-event"; "menuClickEvent": "menu-click-event"; }, never, ["*"], false, never>;
312
312
  }
313
313
  declare interface TetBusinessNavigation extends Components.TetBusinessNavigation {
314
314
  /**
@@ -718,15 +718,20 @@ declare class TetFeedbackForm {
718
718
  protected z: NgZone;
719
719
  protected el: HTMLTetFeedbackFormElement;
720
720
  feedbackSubmitted: EventEmitter<CustomEvent<FeedbackFormSubmissionData>>;
721
+ negativeFeedbackSelected: EventEmitter<CustomEvent<void>>;
721
722
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
722
723
  static ɵfac: i0.ɵɵFactoryDeclaration<TetFeedbackForm, never>;
723
- static ɵcmp: i0.ɵɵComponentDeclaration<TetFeedbackForm, "tet-feedback-form", never, { "data": { "alias": "data"; "required": false; }; "language": { "alias": "language"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "feedbackSubmitted": "feedbackSubmitted"; }, never, ["*"], false, never>;
724
+ static ɵcmp: i0.ɵɵComponentDeclaration<TetFeedbackForm, "tet-feedback-form", never, { "data": { "alias": "data"; "required": false; }; "language": { "alias": "language"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "feedbackSubmitted": "feedbackSubmitted"; "negativeFeedbackSelected": "negativeFeedbackSelected"; }, never, ["*"], false, never>;
724
725
  }
725
726
  declare interface TetFeedbackForm extends Components.TetFeedbackForm {
726
727
  /**
727
728
  * The event that is emitted when user submits the form.
728
729
  */
729
730
  feedbackSubmitted: EventEmitter<CustomEvent<FeedbackFormSubmissionData>>;
731
+ /**
732
+ * The event that is emitted when user clicks the "No" feedback button.
733
+ */
734
+ negativeFeedbackSelected: EventEmitter<CustomEvent<void>>;
730
735
  }
731
736
  declare class TetFilter {
732
737
  protected z: NgZone;
@@ -1107,7 +1112,7 @@ declare class TetSupportSearch {
1107
1112
  optionSelected: EventEmitter<CustomEvent<OptionSelectedEventDetail>>;
1108
1113
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1109
1114
  static ɵfac: i0.ɵɵFactoryDeclaration<TetSupportSearch, never>;
1110
- static ɵcmp: i0.ɵɵComponentDeclaration<TetSupportSearch, "tet-support-search", never, { "disabled": { "alias": "disabled"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "maxSearchResults": { "alias": "maxSearchResults"; "required": false; }; "minSearchLength": { "alias": "minSearchLength"; "required": false; }; "searchApiUrl": { "alias": "searchApiUrl"; "required": false; }; "showInputLabel": { "alias": "showInputLabel"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "searchSubmitted": "searchSubmitted"; "optionSelected": "optionSelected"; }, never, ["*"], false, never>;
1115
+ static ɵcmp: i0.ɵɵComponentDeclaration<TetSupportSearch, "tet-support-search", never, { "disabled": { "alias": "disabled"; "required": false; }; "labels": { "alias": "labels"; "required": true; }; "maxSearchResults": { "alias": "maxSearchResults"; "required": false; }; "minSearchLength": { "alias": "minSearchLength"; "required": false; }; "searchApiUrl": { "alias": "searchApiUrl"; "required": false; }; "searchQuery": { "alias": "searchQuery"; "required": false; }; "showInputLabel": { "alias": "showInputLabel"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, { "searchSubmitted": "searchSubmitted"; "optionSelected": "optionSelected"; }, never, ["*"], false, never>;
1111
1116
  }
1112
1117
  declare interface TetSupportSearch extends Components.TetSupportSearch {
1113
1118
  /**
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@tet/tet-components-angular",
3
- "version": "v1.4.33-testing",
3
+ "version": "v1.4.34-production",
4
4
  "description": "A Stencil-based Web Components library for reusable UI elements.",
5
5
  "homepage": "https://tet.lv",
6
6
  "peerDependencies": {
7
7
  "@angular/common": ">=19.0.0 <22.0.0",
8
8
  "@angular/core": ">=19.0.0 <22.0.0",
9
- "@tet/tet-components": "v1.4.33-testing"
9
+ "@tet/tet-components": "v1.4.34-production"
10
10
  },
11
11
  "dependencies": {
12
12
  "tslib": "^2.3.0"