npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@inclouded/ionic4-inclouded-lib

v1.5.1

Published

Ionic 4 components for Inclouded applications.

Downloads

51

Readme

Inclouded Library

Ionic 4 components for Inclouded applications.

NPM

npm install --save @inclouded/ionic4-inclouded-lib

Components

Navigation

API reference for Inclouded Navigation Module

import { NavigationModule } from  'ionic4-inclouded-lib';

NavLink

import { NavLink } from 'ionic4-inclouded-lib';

Exported as: NavLink

properties

Name| Description ------------- | ------------- id: string | Id of the navigation link. label: string | Label of the navigation link. url: string | URL of the landing page. icon?: string | Icon of the navigation link. disabled?: boolean | Whether the menu is disabled. shouldLogout?: boolean | When it's true the user will logout.

NavLink

NavBar

Selector: inc-navbar Exported as: NavbarComponent

properties

Name| Description ------------- | ------------- @Input() navTitle: string | Title of the navigation bar. @Input() navList: NavLink[] | List of the links for navigation.

Navbar

Toolbar

API reference for Inclouded Toolbar Module

import { ToolbarModule } from 'ionic4-inclouded-lib';

Toolbar Component

Selector: inc-toolbar Exported as: ToolbarComponent

properties

Name | Description ------------- | ------------- @Input() withBack: boolean | When it's true the menuButton, otherwise the backButton will display. @Input() title: string | Title of the toolbar. @Input() defHref = '/' | Define Href where the toolbar is. @Input() color = 'primary' | Color of the toolbar.

Toolbar

PrevRoute Service

Exported as: PrevRouteService

Title Service

Exported as: TitleService

Container

API reference for Inclouded Container Module

import { ContainerModule } from 'ionic4-inclouded-lib';

Container Component

Selector: inc-container Exported as: ContainerComponent

Container

PageLoader

API reference for Inclouded PageLoader Module

import { PageLoaderModule } from 'ionic4-inclouded-lib';

PageLoader Component

Selector: inc-page-loader Exported as: PageLoaderComponent

properties

Name | Description ------------- | ------------- @Input() loading: boolean | When it's true, the page is loading...

PageLoader

ErrNoData

API reference for Inclouded ErrNoData Module

import { ErrNoDataModule } from 'ionic4-inclouded-lib';

ErrNoData Component

Selector: inc-err-no-data Exported as: ErrNoDataComponent

properties

Name | Description ------------- | ------------- @Input() subjectName: string | Subject name of error no data, when this name is't defined the else template will display. @Input() noDesc: boolean | When it's false, then no description, if the subject name defined too. @Input() fullText: boolean | When it's false, then full text not shown.

ErrNodata

Form Generator

import { FormGenModel } from 'ionic4-inclouded-lib';

Exported as: FormGenModel

properties

Name| Description ------------- | ------------- label: string | Label for the placeholder of the inputField. value: string | Value of the inputField. autofocus?: boolean | When it's true, the inputField will autofocus. size?: string | Size of the ion-col of the ion-grid in the system. required?: boolean | When it's true, the red star needed for the placeholder of the inputField. fGroupName?: string | Name of the form group. subList?: KeyValue<any, any>[] | Sub list of the inputField. formArray?: string | Type of the formArray. id?: string | Id of the Model.

FormGenModel

Inclouded Page

API reference for Inclouded Inclouded Page Module

import { IncPageModule } from 'ionic4-inclouded-lib';

MonoAvatar

API reference for Inclouded MonoAvatar Module

import { MonoAvatarModule } from 'ionic4-inclouded-lib';

MonoAvatar Directive

Selector: [incMonoAvatar] Exported as: MonoAvatarDirective

properties

Name | Description ------------- | ------------- @Input() name: string | Name of the mono avatar.

MonoAvatar

Alert Service

Exported as: AlertService

AlertService

Toast Service

Exported as: ToastService

ToastService

Loading Service

Exported as: LoadingService

LoadingService

Modals

API reference for Inclouded Modals Module

import { ModalsModule } from 'ionic4-inclouded-lib';

Header Component

Selector: inc-modal-header Exported as: HeaderComponent

properties

Name | Description ------------- | ------------- @Input() label: string | Label of the header title. @Input() color: string | Color of the header. @Input() mode: string | Type of the header.

ModalHeader

Footer Component

Selector: inc-modal-footer Exported as: FooterComponent

properties

Name | Description ------------- | ------------- @Input() formInvalidity: boolean | Invalidity of the form. @Output() result: EventEmitter<boolean> = new EventEmitter<boolean>() | The result will true with save, false with close.

ModalFooter

Translate

API reference for Inclouded Translate Module

import { TranslateModule } from 'ionic4-inclouded-lib';

Translate Pipe

Pipe: translate Exported as: TranslatePipe

Translate Service

Exported as: TranslateService

TranslateModuleEnglish TranslateModuleHungary

DeviceAdd

API reference for Inclouded DeviceAdd Module

import { DeviceAddModule } from 'ionic4-inclouded-lib';

DeviceAdd Component

Selector: inc-device-add Exported as: DeviceAddComponent

properties

Name | Description ------------- | ------------- @Input() inData: IDevice | Device for the device add. @Input() typeList: FormGenModel[] | Type list for the device add. @Output() callSave = new EventEmitter() | When the device is't defined, calls for save the device to database. @Output() callUpdate = new EventEmitter() | When the device is defined, calls for update the device to database.

DeviceAdd

DeviceTable

API reference for Inclouded DeviceTable Module

import { DeviceTableModule } from 'ionic4-inclouded-lib';

DeviceTable Component

Selector: inc-device-table Exported as: DeviceTableComponent

properties

Name | Description ------------- | ------------- @Input() typeDisabled: boolean | When it's true, the type not shown. @Input() statusDisabled: boolean | When it's true, the status not shown. @Input() deviceList: any[] | Devices for the device table. @Input() filtered: boolean | When it's true, the list is filtered. @Input() actPage: number | The actual page number. @Input() pageSize: number | The size of the page. @Output() callSortSizeChanged = new EventEmitter<{ pageSize: number, sort: { active: string, direction: string } }>() | Calls for sort size changed @Output() callDelete = new EventEmitter<string>() | Calls for delete the device from database.

DeviceTable

TableRowInner Component

Selector: inc-table-row-inner Exported as: TableRowInnerComponent

properties

Name | Description ------------- | ------------- @Input() element: any | Element of the table row inner

TableRowInner

DeviceListPage

API reference for Inclouded DeviceListPage Module

import { DeviceListPageModule } from 'ionic4-inclouded-lib';

DeviceListPage Component

Selector: inc-device-list Exported as: DeviceListPage

DeviceDetails

API reference for Inclouded DeviceDetails Module

import { DeviceDetailsModule } from 'ionic4-inclouded-lib';

DeviceDetails Component

Selector: inc-device-details Exported as: DeviceDetailsComponent

properties

Name | Description ------------- | ------------- @Input() inData: IDevice | Device of the device details. @Output() callDelete = new EventEmitter<string>() | Calls for delete the device from database.

DeviceDetails

PatientAdd

API reference for Inclouded PatientAdd Module

import { PatientAddModule } from 'ionic4-inclouded-lib';

PatientAdd Component

Selector: inc-patient-add Exported as: PatientAddComponent

properties

Name | Description ------------- | ------------- @Input() inData: IPatient | Patient data to add. @Input() extraValidators?: any | Extra validators. @Input() modalParameters?: any | The Modal Parameters. @Input() requiredEmail: boolean | When it's true, the email is requeired.

PatientAdd

PatientListModule

API reference for Inclouded PatientList Module

import { PatientListModule } from 'ionic4-inclouded-lib';

PatientList Component

Selector: inc-patient-list Exported as: PatientListComponent

properties

Name | Description ------------- | ------------- @Input() patientList: IPatient[] | Patientlist of the patient list.

PatientList

Login

API reference for Inclouded Login Module

import { LoginModule } from 'ionic4-inclouded-lib';

Login Page

Selector: inc-login Exported as: LoginPage

properties

Name | Description ------------- | ------------- @Input() alertMessage: string | Text of the Alert Message. @Input() loginConfig: LoginConfig | Parameters of the login page. @Output() callLogin = new EventEmitter<{ email: string, password: string, isRememberMe: boolean }>() | Calls for login to the App. @Output() callPasswordReminder = new EventEmitter<string>() | Calls for the password reminder.

Login

Auth Service

Exported as: AuthService

Setting

API reference for Inclouded Setting Module

import { SettingModule } from 'ionic4-inclouded-lib';

Settings Component

Selector: inc-settings Exported as: SettingsComponent

Settings

Profile

API reference for Inclouded Profile Module

import { ProfileModule } from 'ionic4-inclouded-lib';

Profile Component

Selector: inc-profile Exported as: ProfileComponent

Profile

FireUser

API reference for Inclouded FireUser Module

import { FireUserModule } from 'ionic4-inclouded-lib';

FireUserComponent

Selector: inc-fire-user Exported as: FireUserComponent

FireUser

ChEmail

API reference for Inclouded ChEmail Module

import { ChEmailModule } from 'ionic4-inclouded-lib';

ChEmail Component

Selector: inc-ch-email Exported as: ChEmailComponent

properties

Name | Description ------------- | ------------- @Output() callSave = new EventEmitter<string>() | Calls for the email change.

ChEmail

ChPassword

API reference for Inclouded ChPassword Module

import { ChPasswordModule } from 'ionic4-inclouded-lib';

ChPassword Component

Selector: inc-ch-password Exported as: ChPasswordComponent

properties

Name | Description ------------- | ------------- @Output() callSave = new EventEmitter<string>() | Calls for the password change.

ChPassword

PractitionerInfo

API reference for Inclouded PractitionerInfo Module

import { PractitionerInfoModule } from 'ionic4-inclouded-lib';

PractitionerInfo Component

Selector: inc-practitioner-info Exported as: PractitionerInfoComponent

properties

Name | Description ------------- | ------------- @Input() practitioner: IPractitioner | Data of the Practitioner. @Input() role: string | Role of the Practitioner. @Output() callUpdatePractitioner = new EventEmitter<{ practitioner: IPractitioner, componentName: string }>() | Calls for the Practitioner data update.

PractitionerInfo

Visits

API reference for Inclouded Visits Module

import { VisitsModule } from  'ionic4-inclouded-lib';
properties

Name| Description ------------- | ------------- id: string | Idendifie a visit. date: Date | Date of the visit's creation. updater: string | Name of the visit's creator. examination: string | Type of the visit's examination. description: string | A short description about the visit.

VisitDetails

Selector: inc-visits Exported as: VisitDetailsComponent

properties

Name| Description ------------- | ------------- @Input() visits: Visit[] = [] | Array of the visits for display. @Output() newVisit = new EventEmitter<Visit>() | A visit for add to the database. @Output() editableVisit = new EventEmitter<Visit>() | A visit for edit in the database. @Output() deletableVisitId = new EventEmitter<string>() | A visit for delete from the database.

VisitModifier

Selector: inc-visit-modifier Exported as: VisitModifierComponent

properties

Name| Description ------------- | ------------- @Input() editableVisit: Visit | It's a visit, that will be modified.

Medication

API reference for Inclouded Medication Module

import { MedicinesModule } from  'ionic4-inclouded-lib';
properties

Name| Description ------------- | ------------- id: string | Identifie a medication, medicineGroup: string | It specifes the kind of the medicine. medicineName: string | The name of the medicine. dosage: string | It specifies the right dosage. days: string[] | The days, when the patients have to take the medicine. dose: number | The amount of the dosage. doseUnit: string | The unit of the dose. amount: string | Amount of the dose. amountUnit: string | The unit of the amount. additionalDosageInfo: string | Plus information for the medication. responsiblePerson: string | The person who set the medication. startOfDosage | The day when the medication starts. endOfDosage | The day when the medication finishes. associatedCareplan | A careplan which associate with the medication.

MedicationDetails

Selector: inc-medication-details Exported as: MedicationDetailsComponent

properties

Name| Description ------------- | ------------- @Input() showAddBtn: boolean | When it's true the addButton will display. @Input() showEditBtn: boolean | When it's true the editButton will display. @Input() showDeleteBtn: boolean | When it's true the deleteButton will display. @Input() medications: Medication[] = [] | Array of the medications for display. @Output() newMedication = new EventEmitter<Medication>() | A medication for add to the database. @Output() editableMedication = new EventEmitter<Medication>() | A medication for edit in the database. @Output() deletableMedication = new EventEmitter<Medication>() | A medication for delete from the database.

MedicationModifier

Selector: inc-medication-modifier Exported as: MedicationModifierComponent

properties

Name| Description ------------- | ------------- @Input() editableMedication: Medication | It's a medication, that will be modified.

BasicTherapyPlan

API reference for Inclouded BasicTherapyPlan Module

import { BasicTherapyPlanModule } from  'ionic4-inclouded-lib';
properties

Name| Description ------------- | ------------- summary: string | Description of the therapy plan. startDate: Date | Start date of the therapy plan. endDate: Date | Finish date of the therapy plpan. updated: Date | Date of the last modify. updater: string | Name of the modifier.

BasicTherapyPlanDetailsComponent

Selector: inc-basic-therapy-plan Exported as: BasicTherapyPlanDetailsComponent

properties

Name| Description ------------- | ------------- @Input() basicTherapyPlans: BasicTherapyPlan[] = [] | Array of the basic therapy plans for display the newest elemnt. @Output() editableBasicTherapyPlan = new EventEmitter<BasicTherapyPlan>() | The edited therapyplan that will be saved as a history.

BasicTherapyPlanHistoryComponent

Selector: inc-basic-therapy-plan-history Exported as: BasicTherapyPlanHistoryComponent

properties

Name| Description ------------- | ------------- @Input() basicTherapyPlans: BasicTherapyPlan[] = [] | Array of the basic therapy plans for display.

SpecificTherapyPlan

API reference for Inclouded SpecificTherapyPlan Module

import { SpecificTherapyPlanModule } from  'ionic4-inclouded-lib';

SpecificTherapyPlan:

properties

Name| Description ------------- | ------------- responsible: string | A person, who responsible for the therapy plan. updated: Date | Date of the update. updater: string | The person who update the therapy plan. monitors: Monitors[] | Description below.

Monitors:

properties

Name| Description ------------- | ------------- value: string | Type of the monitor(destinition or alert) targets: Targets[] | Description below.

Targets:

properties

Name| Description ------------- | ------------- title: string | Title of the destinition/target. target: string | The concrete destinition. start: Date | Start date of the destinition. end: Date | Finish of the destinition. updated: Date | Date of the update. updater: string | The person who updated.

SpecificTherapyPlanComponent

Selector: inc-specific-therapy-plan Exported as: SpecificTherapyPlanComponent

properties

Name| Description ------------- | ------------- @Input() header = '' | Displayed title of the therapy plan. @Input() specificTherapyPlans: SpecificTherapyPlan[] = [] | Array of the specific therapy plans for display.

DropDownCard

API reference for Inclouded BasicTherapyPlan Module

import { DropdownCardModule } from  'ionic4-inclouded-lib';

DropDownCardComponent

Selector: inc-dropdown-card Exported as: DropdownCardComponent

properties

Name| Description ------------- | ------------- @Input() cardname: string | Name that displays on the label of the card.