{"_id":"@abdallah_ashour1/ui-lib","name":"@abdallah_ashour1/ui-lib","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.1":{"name":"@abdallah_ashour1/ui-lib","version":"1.0.1","publishConfig":{"access":"public"},"peerDependencies":{"@angular/common":"^19.2.14","@angular/core":"^19.2.14","pdfjs-dist":"^5.4.149"},"dependencies":{"tslib":"^2.3.0"},"sideEffects":false,"module":"fesm2022/abdallah_ashour1-ui-lib.mjs","typings":"index.d.ts","exports":{"./package.json":{"default":"./package.json"},".":{"types":"./index.d.ts","default":"./fesm2022/abdallah_ashour1-ui-lib.mjs"}},"_id":"@abdallah_ashour1/ui-lib@1.0.1","description":"This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.2.15.","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-j/y4JcvDDd15hQVAO/qeSMqnOXKNxDqXl3A46Mw0mRp6lpdQxNKpQL+7qzAueMlAgkP8Ggf5sVLvjhL5q/41Ow==","shasum":"1f460a37dcbd5dc36f93d8bd236da6aea7c8d515","tarball":"https://registry.npmjs.org/@abdallah_ashour1/ui-lib/-/ui-lib-1.0.1.tgz","fileCount":36,"unpackedSize":1610886,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBV0/jFTNuULf1EvIE9nu+bx5v5z5yZknEmwcQaUN1ZWAiEA2ygxKJ/b5jjG3f6YgTAyh0knaPb/cidh3bt8j49heQs="}]},"_npmUser":{"name":"abdallah_ashour1","email":"abdallah2001ashour@gmail.com"},"directories":{},"maintainers":[{"name":"abdallah_ashour1","email":"abdallah2001ashour@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/ui-lib_1.0.1_1762683735839_0.23708350817187362"},"_hasShrinkwrap":false}},"time":{"created":"2025-11-09T10:22:15.759Z","1.0.1":"2025-11-09T10:22:16.055Z","modified":"2025-11-09T10:22:16.372Z"},"maintainers":[{"name":"abdallah_ashour1","email":"abdallah2001ashour@gmail.com"}],"description":"This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.2.15.","readme":"# SharedUI\r\n\r\nThis library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.2.15.\r\n\r\n## Code scaffolding\r\n\r\nRun `ng generate component component-name --project SharedUI` to generate a new component. \r\nYou can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project SharedUI`.\r\n> Note: Don't forget to add `--project SharedUI` or else it will be added to the default project in your `angular.json` file. \r\n\r\n## Build\r\n\r\nRun `ng build SharedUI` to build the project. The build artifacts will be stored in the `dist/` directory.\r\n\r\n## Publishing\r\n\r\nAfter building your library with `ng build SharedUI`, go to the dist folder `cd dist/shared-ui` and run `npm publish`.\r\n\r\n## Running unit tests\r\n\r\nRun `ng test SharedUI` to execute the unit tests via [Karma](https://karma-runner.github.io).\r\n\r\n## Further help\r\n\r\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\r\n\r\n## Sky Components UI\r\n\r\nThis package is generic shared components with default theme used in Sky software company, you can find in first installation the below components:\r\n\r\n1. Alert Toast.\r\n2. Card view.\r\n3. Confirmation Popup\r\n4. Errors popup\r\n5. Footer/ Popup action buttons and error label\r\n6. Pager control\r\n7. Tab control\r\n8. Session Expiry popup.\r\n9. Uploader Documents control\r\n10. Wizard\r\n11. Section Divider Component\r\n12. Attachment Popup Component\r\n13.Attachment Hyperlink Component\r\n## Installation\r\nUse npm to install this package by command: `@skysoftware-co/sky-components-ui`\r\n\r\n## Alert Toast Component\r\n\r\n### Usage\r\n```html\r\n<sky-alert-toast></sky-alert-toast>\r\n```\r\n\r\nThis component is used to show alert toast messages with different alert types:\r\n1. success \r\n2. error\r\n3. warning\r\n4. Unset\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `toastTimer` | number | `10000` | Timer duration for toast display |\r\n| `width` | string | `'100%'` | Width of the toast |\r\n| `heigth` | string | `'50px'` | Height of the toast |\r\n| `maxWidth` | string | `'80%'` | Maximum width |\r\n| `minWidth` | string | `'39%'` | Minimum width |\r\n\r\n### Output Events\r\n- `notifyMessage` - Handle notification message events\r\n\r\n## Card View Component\r\n\r\n### Usage\r\n```html\r\n<sky-card-view></sky-card-view>\r\n```\r\n\r\nThis component displays cards with different content by passing specific templates and can show pager based on input.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `showPager` | boolean | `true` | Show or hide pager |\r\n| `showOneCardPerRow` | boolean | `false` | Display one card per row |\r\n| `showTwoCardPerRow` | boolean | `false` | Display two cards per row |\r\n| `showThreeCardPerRow` | boolean | `false` | Display three cards per row |\r\n| `activeMinHeight` | boolean | `false` | Override minimum height of container |\r\n| `items` | any[] | - | Data source for the component |\r\n| `totalItems` | number | - | Total number of items for pager |\r\n| `cardTemplate` | TemplateRef<any> | - | Template for each card |\r\n| `isDragable` | boolean | `false` | Enable drag and drop for cards |\r\n| `isDisabled` | boolean | `false` | Disable the card |\r\n| `emptyStyle` | SkyEmptyStyle | `{ dataText: 'NoDataToDisplay', fontAwesomeIcon: undefined }` | Empty state styling |\r\n| `removeCardYaxisMargin` | boolean | `false` | Remove Y-axis margin |\r\n| `removeCardXaxisMargin` | boolean | `false` | Remove X-axis margin |\r\n| `removeContainerPadding` | boolean | `false` | Remove container padding |\r\n| `removeCardBorder` | boolean | `false` | Remove card border |\r\n| `removeCardShadow` | boolean | `false` | Remove card shadow |\r\n| `showTopBorder` | boolean | `false` | Show top border |\r\n| `useContainer` | boolean | `true` | Use container wrapper |\r\n| `useCardBody` | boolean | `true` | Use card body wrapper |\r\n| `itemsPerPageLabel` | string | `'Page Size'` | Label for page size options |\r\n| `showExtraEmptyButton` | boolean | `false` | Use to show extra empty button |\r\n| `extraEmptyButtonIcon` |  IconDefinition | null | `faPlusCircle` | Extra empty button icon |\r\n| `extraEmptyButtonDescription` |  string | `` | Extra empty button description |\r\n| `extraEmptyButtonIconClass` |  string | `fs-5 me-1 text-primary` | Extra empty button icon class |\r\n| `extraEmptyButtonDescriptionClass` |  string | `text-primary fs-16 fw-medium` | extra empty button description class |\r\n\r\n### Output Events\r\n- `pageChange: EventEmitter<PageEvent>` - Page change event\r\n- `dragDrop: EventEmitter<any>` - Drag and drop event\r\n- `onScrollStart: EventEmitter` - Scroll start event\r\n- `onScrollStop: EventEmitter` - Scroll stop event\r\n- `onExtraEmptyButtonClickHandlr: EventEmitter` - Handles the click event on the extra empty button\r\n\r\n## Confirmation Popup Component\r\n\r\n### Usage\r\n```html\r\n<sky-confirmation-popup></sky-confirmation-popup>\r\n```\r\n\r\nCommon component for delete popups, warning popups, or action popups with message and footer actions.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `popupVisible` | boolean | `false` | Show/hide confirmation popup |\r\n| `shadingColor` | string | `'rgba(0,0,0,0.4)'` | Popup shadow color |\r\n| `popupTitle` | string | `''` | Popup header title |\r\n| `showCloseButton` | boolean | `false` | Show/hide close button in header |\r\n| `isPageLoading` | boolean | `false` | Loading state |\r\n| `confirmationMessage` | string | `''` | Confirmation body message |\r\n| `confirmationButtonText` | string | `'Continue'` | Main action button text |\r\n| `cancelButtonText` | string | `'Discard'` | Secondary action button text |\r\n| `errorLabel` | string | `'Error'` | Error label text |\r\n| `errorMessage` | signal | `signal('')` | Error message content |\r\n| `confirmationMessageClass` | string \\| object | `'text-wrap sky-text-dark-gray sky-card-text-sm'` | Confirmation message CSS classes |\r\n| `confirmationButtonClass` | string \\| object | `'sky-btn-width fw-medium sky-fs-14'` | Confirm button CSS classes |\r\n| `closeButtonClass` | string \\| object | `'sky-btn-width fw-medium sky-fs-14'` | Close button CSS classes |\r\n| `errorMessageContainerClass` | string \\| object | `'flex-grow-1 mt-2 text-white bg-danger p-2 rounded text-wrap w-100'` | Error container CSS classes |\r\n| `confirmationButtonHeight` | string \\| object | `'30'` | Confirmation button height |\r\n| `closeButtonHeight` | string \\| object | `'30'` | Close button height |\r\n| `height` | string \\| number | `'auto'` | Popup height |\r\n| `minWidth` | string \\| number | `'200'` | Minimum popup width |\r\n| `maxWidth` | string \\| number | `'700'` | Maximum popup width |\r\n| `width` | string \\| number | `'auto'` | Popup width |\r\n| `confirmationButtonType` | ButtonType | `'default'` | Confirmation button type |\r\n| `cancelButtonType` | ButtonType | `'normal'` | Cancel button type |\r\n| `confirmationTemplate` | TemplateRef<any> | - | Confirmation template |\r\n| `confirmationContentTemplate` | TemplateRef<any> | - | Confirmation content template |\r\n\r\n### Output Events\r\n- `onConfirmed: EventEmitter<any>` - Confirm button click event\r\n- `onClosed: EventEmitter<any>` - Close button click event\r\n- `onShowing: EventEmitter<any>` - Popup showing event\r\n\r\n## Errors Popup Component\r\n\r\n### Usage\r\n```html\r\n<sky-errors-popup></sky-errors-popup>\r\n```\r\n\r\nComponent to show error popup with error message and danger icon in header.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `popupVisable` | boolean | `false` | Show/hide popup |\r\n| `popupHeight` | string | `'auto'` | Popup height |\r\n| `popupWidth` | string | `'600'` | Popup width |\r\n| `showTitle` | boolean | `false` | Show/hide title |\r\n| `shadingColor` | string | `'rgba(0,0,0,0.4)'` | Shadow color |\r\n| `errorsList` | string[] | `[]` | List of errors to display |\r\n| `errorLabel` | string | `'Errors'` | Error label text |\r\n| `showCloseButton` | boolean | `true` | Show/hide close button |\r\n| `secondaryButtonText` | string | `'Dismiss'` | Secondary button text |\r\n\r\n### Output Events\r\n- `onClosePopupClick: EventEmitter` - Close popup click event\r\n\r\n## Pager Control Component\r\n\r\n### Usage\r\n```html\r\n<sky-pager-control></sky-pager-control>\r\n```\r\n\r\nCommon pager control component with Angular Material built-in component and default theme color.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `showPager` | boolean | `true` | Show/hide pager |\r\n| `totalItems` | number | - | Total items count |\r\n| `showFirstLastButtons` | boolean | `false` | Show first/last page buttons |\r\n| `hidePageSize` | boolean | `false` | Hide page size dropdown |\r\n| `useContainer` | boolean | `true` | Use container wrapper |\r\n| `itemsPerPageLabel` | string | `'Page Size'` | Items per page label |\r\n| `defaultPageSize` | number | `20` | Default page size |\r\n| `pageSizeOptions` | number[] | `[10, 20, 50, 100, 200, 500]` | Page size options |\r\n\r\n### Output Events\r\n- `pageChange: EventEmitter<PageEvent>` - Page change event\r\n\r\n## Tab Control Component\r\n\r\n### Usage\r\n```html\r\n<sky-tab-control></sky-tab-control>\r\n```\r\n\r\nCommon tab control component with tab text, icon, and count display.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `tabItems` | SkyTabItem[] | `[]` | Tab items data source |\r\n| `hideTab` | boolean | `false` | Hide specific tab based on condition |\r\n| `backgroundUnSelectdButtonClass` | string | `'sky-bg-gray'` | Unselected tab background class |\r\n| `backgroundSelectedButtonClass` | string | `'sky-btn-light'` | Selected tab background class |\r\n\r\n### Output Events\r\n- `onTabClicked: EventEmitter<number>` - Tab click event\r\n\r\n## Upload Document Component\r\n\r\n### Usage\r\n```html\r\n<sky-upload-document></sky-upload-document>\r\n```\r\n\r\nComponent for uploading documents or viewing existing documents with view/download functionality.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `labelText` | string | `''` | Document label caption |\r\n| `readOnly` | boolean | `false` | View files without upload capability |\r\n| `showMediumSize` | boolean | `false` | Show medium size display |\r\n| `hideUploader` | boolean | `false` | Show/hide uploader control |\r\n| `handleFailedUploadedMessage` | boolean | `false` | Override failed upload message |\r\n| `progressVisible` | boolean | `false` | Show progress bar during upload |\r\n| `uploaderVisible` | boolean | `false` | Show/hide uploader area |\r\n| `multipleDocument` | boolean | `false` | Allow multiple file upload |\r\n| `AttachmentsSources` | string[] | `[]` | List of attachment base64 strings |\r\n| `Attachments` | SkyAttachments[] | `[]` | List of attachment contracts |\r\n| `labelTextClass` | string \\| object | `'sky-fs-14 fw-medium sky-text-dark-gray'` | Label text CSS classes |\r\n| `labelTextContainerClass` | string \\| object | `'d-flex align-items-center mt-4'` | Label container CSS classes |\r\n| `imageContainerClass` | string \\| object | Dynamic based on size | Image container CSS classes |\r\n| `dropzoneClass` | object | Dynamic based on size | Dropzone CSS classes |\r\n| `imagWidth` | string \\| object | `'230px'` | Image width |\r\n| `imagHeight` | string \\| object | `'171px'` | Image height |\r\n| `progressBarWidth` | string | `'30%'` | Progress bar width |\r\n| `mainText` | string | `'Upload a file'` | Main upload text |\r\n| `extraText` | string | `'or drag and drop'` | Additional upload text |\r\n| `duplicateUploadErrorMessage` | string | `'Document file already uploaded'` | Duplicate file error message |\r\n| `supportTypeErrprMessage` | string | `'The selected file type is not allowed please choose a file with supported type'` | Unsupported type error |\r\n| `sizeErrorMessage` | string | `'The selected file exceeds the maximum size limit of 4MB please choose A smaller file'` | Size limit error message |\r\n| `maxFileSizeText` | string | `'up to 4MB'` | Max file size text |\r\n| `emptyText` | string | `'No data to display'` | Empty state text |\r\n| `allowedFileTypes` | string[] | `['application/pdf', 'image/jpeg', 'image/png', 'image/gif', 'image/jpg']` | Allowed file types |\r\n| `maxFileSize` | number | `4 * 1024 * 1024` | Maximum file size in bytes |\r\n| `minProgressBar` | number | `0` | Minimum progress bar percentage |\r\n| `maxProgressBar` | number | `100` | Maximum progress bar percentage |\r\n\r\n### Output Events\r\n- `onUploadFailed: EventEmitter<string>` - Upload failed event\r\n- `onClearUploadMessage: EventEmitter<string>` - Clear upload message event\r\n- `onFileUploaded: EventEmitter<any>` - File uploaded event\r\n- `onDeleteAttachment: EventEmitter<any>` - Delete attachment event\r\n- `onViewAttachment: EventEmitter<any>` - View attachment event\r\n- `onDownloadAttachment: EventEmitter<any>` - Download attachment event\r\n\r\n## Footer/Popup Action Component\r\n\r\n### Usage\r\n```html\r\n<sky-footer-actions></sky-footer-actions>\r\n```\r\n\r\nCommon component for popup footer or screen footer with three button actions:\r\n1. Primary button (Save, Continue)\r\n2. Secondary button (Don't save, Discard)\r\n3. Extra primary button (Save and new)\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `primaryButtonText` | string | `'Save'` | Primary button text |\r\n| `extraButtonText` | string | `'Save and new'` | Extra button text |\r\n| `secondaryButtonText` | string | `'Cancel'` | Secondary button text |\r\n| `primaryButtonWidth` | string | `'auto'` | Primary button width |\r\n| `secondaryButtonWidth` | string | `'auto'` | Secondary button width |\r\n| `extraButtonWidth` | string | `'auto'` | Extra button width |\r\n| `isFillRowWidth` | boolean | `false` | Fill row width |\r\n| `primaryButtonHeight` | string | `'30'` | Primary button height |\r\n| `secondaryButtonHeight` | string | `'30'` | Secondary button height |\r\n| `extraButtonHeight` | string | `'30'` | Extra button height |\r\n| `showPrimaryButton` | boolean | `true` | Show primary button |\r\n| `showSecondaryButton` | boolean | `true` | Show secondary button |\r\n| `showExtraButton` | boolean | `false` | Show extra button |\r\n| `primaryButtonType` | ButtonType | `'default'` | Primary button type |\r\n| `secondaryButtonType` | ButtonType | `'normal'` | Secondary button type |\r\n| `extraButtonType` | ButtonType | `'normal'` | Extra button type |\r\n| `disabledPrimaryButton` | boolean | `false` | Disable primary button |\r\n| `disabledSecondaryButton` | boolean | `false` | Disable secondary button |\r\n| `disabledExtraButton` | boolean | `false` | Disable extra button |\r\n| `primarySubmitBehavior` | boolean | `true` | Primary button submit behavior |\r\n| `secondarySubmitBehavior` | boolean | `false` | Secondary button submit behavior |\r\n| `extraSubmitBehavior` | boolean | `false` | Extra button submit behavior |\r\n| `primaryButtonClass` | string \\| object | `''` | Primary button CSS classes |\r\n| `secondaryButtonClass` | string \\| object | `''` | Secondary button CSS classes |\r\n| `extraButtonClass` | string \\| object | `''` | Extra button CSS classes |\r\n| `formValidationGroup` | any | - | Form validation group |\r\n| `validatePrimaryAction` | boolean | `true` | Validate primary action |\r\n| `validateExtraAction` | boolean | `true` | Validate extra action |\r\n| `isLoading` | boolean | `false` | Loading state |\r\n| `loadingText` | string | `'Saving'` | Loading text |\r\n| `disabled` | boolean | `false` | Disabled state |\r\n| `EditMode` | SkyActionMode | `SkyActionMode.None` | Edit mode type |\r\n| `showErrorLabel` | boolean | `true` | Show error label |\r\n| `errorMessage` | signal | `signal('')` | Error message |\r\n| `errorLabel` | string | `'Error'` | Error label text |\r\n| `successMessage` | signal | `signal('')` | Success message |\r\n| `closeButtonClass` | string \\| object | `'sky-text-2xs text-white mx-2 sky-btn-close btn-close-white'` | Close button CSS classes |\r\n\r\n### Output Events\r\n- `PrimaryButtonClick: EventEmitter<any>` - Primary button click event\r\n- `SecondaryButtonClick: EventEmitter<any>` - Secondary button click event\r\n- `ExtraButtonClick: EventEmitter<any>` - Extra button click event\r\n\r\n## Session Expiry Popup Component\r\n\r\n### Usage\r\n```html\r\n<sky-session-expiry-popup></sky-session-expiry-popup>\r\n```\r\n\r\nThis component shows a session expiry warning popup when the session is about to end or has expired. By default, it appears 5 minutes before expiration. You can customize the timing and functionality using the inputs below.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `modalIcon` | any | `faTriangleExclamation` | Icon for the popup header |\r\n| `showModal` | boolean | `false` | Show popup as modal with background shadow |\r\n| `isExpired` | boolean | `false` | Override if session is expired to control warning message |\r\n| `timeLeft` | string | `'00:00'` | Override time remaining until session expires |\r\n| `timeLabel` | string | `'Minutes'` | Override time unit label (Minutes, Seconds, etc.) |\r\n| `logoutLabel` | string | `'Logout'` | Text for logout button |\r\n| `extendLabel` | string | `'Extend'` | Text for extend session button |\r\n| `backToLoginLabel` | string | `'Back to Login'` | Text for back to login button |\r\n| `mainHeaderText` | string | `'Your session is about to expire within'` | Header text when session is expiring |\r\n| `expiredHeaderText` | string | `'Your session Has been expired'` | Header text when session has expired |\r\n| `loginMessage` | string | `'You need to login again'` | Message for expired sessions |\r\n| `backToLoginButtonClass` | string \\| object | `'btn sky-btn-primary me-3 text-white'` | CSS classes for back to login button |\r\n| `extendButtonClass` | string \\| object | `'btn sky-btn-primary me-3 text-white'` | CSS classes for extend button |\r\n| `logoutButtonClass` | string \\| object | `'btn sky-btn-light text-dark'` | CSS classes for logout button |\r\n\r\n\r\n## Wizard Component\r\n\r\n### Usage\r\n```html\r\n<sky-wizard></sky-wizard>\r\n```\r\n\r\nA responsive wizard component that displays a multi-step process with visual indicators. The component shows progress through numbered steps with labels, includes scroll functionality for long step lists, and supports both LTR and RTL layouts.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `activeTab` | number | `1` | Current active step number (1-based index) |\r\n| `isRtl` | boolean | `false` | Enable right-to-left layout support |\r\n| `isTabClickEnabled` | boolean | `false` | Enable circle step click |\r\n| `steps` | SkyWisard[] | `[]` | Array of wizard step configurations |\r\n| `scrollLeftBtnClass` | string \\| object | `'btn btn-sm btn-white position-absolute start-0 z-3'` | CSS classes for left scroll button |\r\n| `scrollRightBtnClass` | string \\| object | `'btn btn-sm btn-white border-0 position-absolute end-0 z-3'` | CSS classes for right scroll button |\r\n| `scrollIconClass` | string \\| object | `'fs-16 text-dark'` | CSS classes for scroll button icons |\r\n| `wizardStepLineClass` | string | `'sky-wizard-step'` | CSS class for the connecting line between steps |\r\n| `activeStepClass` | string | `'bg-gray border-white'` | CSS classes for the active step circle |\r\n| `compeleteStepClass` | string | `'bg-primary border-white'` | CSS classes for completed step circles |\r\n| `inCompeleteStepClass` | string | `'bg-white border-light'` | CSS classes for incomplete step circles |\r\n| `circleTextCompeleteStepClass` | string | `'text-white'` | CSS classes for text in completed step circles |\r\n| `circleTextActiveStepClass` | string | `'text-primary'` | CSS classes for text in active step circle |\r\n| `circleTextInCompeleteStepClass` | string | `'text-light-gray'` | CSS classes for text in incomplete step circles |\r\n| `activeStepTextClass` | string | `'text-primary'` | CSS classes for active step label text |\r\n| `inActiveStepTextClass` | string | `'text-black'` | CSS classes for inactive step label text |\r\n\r\n### Output Events\r\n- `onWizardTabClicked: EventEmitter<number>` - Wizard tab click event\r\n\r\nWhen `isTabClickEnabled` is set to `true`, users can click on any wizard tab (step) directly. When a tab is clicked, the component emits this event with the index of the clicked tab to the parent component. The parent component can then handle this event to determine whether the tab can be opened (for example, by validating form data or checking completion state).\r\n\r\n### Navigation\r\n\r\nThe wizard component provides flexible navigation options:\r\n\r\n**Tab Click Navigation**\r\n- Set `isTabClickEnabled` to `true` to allow users to click directly on wizard steps\r\n- Handle the `onWizardTabClicked` event in your parent component to validate and control navigation\r\n- You can check form validity, completion status, or any custom logic before allowing navigation\r\n\r\n**Programmatic Navigation**\r\n- Manage the `steps` array in your parent component to control which step is active\r\n- Set `isActive`, `isCompleted` properties on step objects to update the wizard state\r\n- Implement Next/Previous button handlers in your parent component that update step states based on your business logic\r\n\r\n**Example Navigation Handlers (Parent Component)**\r\n\r\nThe parent component can implement navigation methods to move between wizard steps:\r\n\r\n```typescript\r\nonNextButtonClick() {\r\n  const activeIndex = this.steps.findIndex(s => s.isActive);\r\n  if (activeIndex < this.steps.length - 1) {\r\n    this.steps[activeIndex].isActive = false;\r\n    this.steps[activeIndex].isCompleted = true;\r\n    this.steps[activeIndex + 1].isActive = true;\r\n  }\r\n}\r\n\r\nonPrevButtonClick() {\r\n  const activeIndex = this.steps.findIndex(s => s.isActive);\r\n  if (activeIndex > 0) {\r\n    this.steps[activeIndex].isActive = false;\r\n    this.steps[activeIndex - 1].isActive = true;\r\n    this.steps[activeIndex - 1].isCompleted = false;\r\n  }\r\n}\r\n```\r\n\r\n## Section Divider Component\r\n\r\n### Usage\r\n```html\r\n<sky-section-divider></sky-section-divider>\r\n```\r\n\r\nA horizontal divider component with optional text label and icon. Useful for visually separating sections of content with descriptive headers. The divider line extends horizontally with the text/icon positioned below it on the left side.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `text` | string | `''` | Text label displayed below the divider line |\r\n| `fontAwesomeIcon` | any | `undefined` | FontAwesome icon displayed before the text |\r\n| `textClass` | string \\| object | `'fs-14 fw-normal sky-text-light-gray text-uppercase'` | CSS classes for the text label |\r\n| `dividerClass` | string \\| object | `'hr sky-text-light-gray'` | CSS classes for the horizontal divider line |\r\n| `iconClass` | string \\| object | `''` | CSS classes for the FontAwesome icon |\r\n\r\n### Output Events\r\nNone\r\n\r\n### Examples\r\n\r\n**Basic divider with text only:**\r\n```html\r\n<sky-section-divider [text]=\"'Contact Information'\"></sky-section-divider>\r\n```\r\n\r\n**Divider with icon and text:**\r\n```html\r\n<sky-section-divider \r\n  [text]=\"'Personal Details'\" \r\n  [fontAwesomeIcon]=\"faUser\">\r\n</sky-section-divider>\r\n```\r\n\r\n**Divider with custom styling:**\r\n```html\r\n<sky-section-divider \r\n  [text]=\"'Important Section'\" \r\n  [textClass]=\"'fs-16 fw-bold text-primary'\"\r\n  [dividerClass]=\"'border-primary'\">\r\n</sky-section-divider>\r\n```\r\n\r\n**Divider with icon only:**\r\n```html\r\n<sky-section-divider [fontAwesomeIcon]=\"faInfoCircle\"></sky-section-divider>\r\n```\r\n\r\n\r\n## Attachment Popup Component\r\n\r\n### Usage\r\n```html\r\n<sky-attachment-popup></sky-attachment-popup>\r\n```\r\n\r\nA popup component for displaying and managing document attachments. Works with the Upload Document component to show attachments in a modal dialog with customizable dimensions and messages.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `attachmentsSources` | string[] | `[]` | Array of attachment base64 strings |\r\n| `title` | string | `''` | Popup title |\r\n| `heghit` | string \\| number | `'auto'` | Popup height |\r\n| `maxWidth` | string \\| number | `'800'` | Maximum popup width |\r\n| `minWidth` | string \\| number | `'600'` | Minimum popup width |\r\n| `openAttachmentPopup` | boolean | `false` | Show/hide the popup |\r\n| `readOnly` | boolean | `true` | Display attachments in read-only mode |\r\n| `Attachments` | SkyAttachments[] | `[]` | Array of attachment objects |\r\n| `emptyTextUploder` | string | `'No data to display'` | Text shown when no attachments |\r\n| `mainTextUploder` | string | `'Upload a file'` | Main upload text |\r\n| `extraTextUploder` | string | `'or drag and drop'` | Additional upload text |\r\n| `duplicateUploadErrorMessage` | string | `'Document file already uploaded'` | Duplicate file error message |\r\n| `supportTypeErrprMessage` | string | `'The selected file type is not allowed please choose a file with supported type'` | Unsupported file type error message |\r\n| `sizeErrorMessage` | string | `'The selected file exceeds the maximum size limit of 4MB please choose a smaller file'` | File size error message |\r\n| `maxFileSizeText` | string | `'Up to 4MB'` | Maximum file size text |\r\n| `allowedFileTypes` | string[] | `['application/pdf', 'image/jpeg', 'image/png', 'image/gif', 'image/jpg', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', // .xlsx\r\n    'application/vnd.ms-excel']` | Allowed file types |\r\n\r\n### Output Events\r\n- `openAttachmentPopupChange: EventEmitter<boolean>` - Popup visibility change event\r\n\r\n## Attachment Hyperlink Component\r\n\r\n### Usage\r\n```html\r\n<sky-attachment-hyperlink></sky-attachment-hyperlink>\r\n```\r\n\r\nA clickable hyperlink component that displays an attachment count and opens the Attachment Popup when clicked. Features a paperclip icon and customizable styling for displaying attachment information inline.\r\n\r\n### Input Properties\r\n| Input | Type | Default Value | Description |\r\n|-------|------|---------------|-------------|\r\n| `buttonContainerClass` | string \\| object | `'border-0 border-light text-primary d-flex justify-content-center align-items-center rounded rounded-2 px-1 py-2 me-2 position-absolute z-3'` | CSS classes for button container |\r\n| `buttonContainerWidth` | string | `'135px'` | Width of button container |\r\n| `IconClass` | string \\| object | `'fs-7 me-1 text-primary'` | CSS classes for paperclip icon |\r\n| `buttonTitle` | string | `'Attachments'` | Tooltip title for button |\r\n| `buttonText` | string | `'Attachments'` | Text displayed next to attachment count |\r\n| `buttonClass` | string | `'fs-13 fw-normal me-1 sky-text-ellipsis-one-line'` | CSS classes for button text |\r\n| `rightPosition` | string | `'8%'` | Right position of button |\r\n| `attachmentsSources` | string[] | `[]` | Array of attachment base64 strings |\r\n| `attachmentPopupTitle` | string | `''` | Title for the attachment popup |\r\n| `requestAttachments` | SkyAttachments[] | `[]` | Array of attachment objects |\r\n| `popupAttachmentMaxWidth` | string | `'800'` | Maximum width of attachment popup |\r\n| `popupAttachmentMinWidth` | string | `'600'` | Minimum width of attachment popup |\r\n| `popupAttachmentHeghit` | string | `'300'` | Height of attachment popup |\r\n| `allowedFileTypes` | string[] | `['application/pdf', 'image/jpeg', 'image/png', 'image/gif', 'image/jpg', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', // .xlsx\r\n    'application/vnd.ms-excel']` | Allowed file types |\r\n\r\n### Output Events\r\nNone - Component manages popup visibility internally\r\n","readmeFilename":"README.md","_rev":"1-ee436bd69fc21231cc8d5c16744fdc03"}