sapenlinea-components 0.1.48 → 0.1.49

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
@@ -984,5 +984,13 @@ declare class Tabs {
984
984
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<Tabs, "lib-tabs", never, { "tabs": { "alias": "tabs"; "required": false; "isSignal": true; }; "activeTab": { "alias": "activeTab"; "required": false; "isSignal": true; }; }, { "tabChange": "tabChange"; "activeTabChange": "activeTabChange"; }, never, never, true, never>;
985
985
  }
986
986
 
987
- export { ButtonCards, DateTimeFilter, DateTimePicker, DevicesCarousel, DialogAlertComponent, DialogConfirmation, DynamicFormFields, FeatureCard, Footer, InfoGroup, Input, InputNumberFilter, InputSelectFilter, InputTextFilter, Loader, ModalForm, NotFoundModal, NotificationModal, PaginationComponent, ProcessingOverlay, ProgressBar, ProgressFormService, SelectCustomSearch, SideCard, SideCardDetail, TOAST_EVENTS, Table, Tabs, TitleFilters, ToastHelper, WizardForm };
987
+ declare class NotFoundSection {
988
+ showButton: _angular_core.InputSignal<boolean>;
989
+ buttonLabel: _angular_core.InputSignal<string>;
990
+ openModal: _angular_core.OutputEmitterRef<void>;
991
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<NotFoundSection, never>;
992
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<NotFoundSection, "lib-not-found-section", never, { "showButton": { "alias": "showButton"; "required": false; "isSignal": true; }; "buttonLabel": { "alias": "buttonLabel"; "required": false; "isSignal": true; }; }, { "openModal": "openModal"; }, never, never, true, never>;
993
+ }
994
+
995
+ export { ButtonCards, DateTimeFilter, DateTimePicker, DevicesCarousel, DialogAlertComponent, DialogConfirmation, DynamicFormFields, FeatureCard, Footer, InfoGroup, Input, InputNumberFilter, InputSelectFilter, InputTextFilter, Loader, ModalForm, NotFoundModal, NotFoundSection, NotificationModal, PaginationComponent, ProcessingOverlay, ProgressBar, ProgressFormService, SelectCustomSearch, SideCard, SideCardDetail, TOAST_EVENTS, Table, Tabs, TitleFilters, ToastHelper, WizardForm };
988
996
  export type { DateFilterSelection, DateTimeMode, DeviceCard, DeviceStatus, DialogItem, Feature, FieldConfig, FilterItem, FilterOption, FilterType, Hour12, InfoItem, ModalFormStep, OpcionButtonVariant, Option, SectionConfig, SelectedDatesMap, SideCardItem, SideCardSection, StatusTone, StatusToneMap, SubColumn, TabId, TabItem, TableAction, TableColumn, TableRow, TitleFilterConfig, ToastData };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sapenlinea-components",
3
- "version": "0.1.48",
3
+ "version": "0.1.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",