@rpan93/ron-lib 1.1.9 → 1.2.0
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.
@@ -7,9 +7,9 @@ export class DashboardPage {
|
|
7
7
|
}
|
8
8
|
}
|
9
9
|
DashboardPage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPage, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
10
|
-
DashboardPage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: DashboardPage, selector: "iq-dashboard", ngImport: i0, template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\"
|
10
|
+
DashboardPage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: DashboardPage, selector: "iq-dashboard", ngImport: i0, template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\">\n <h3>Dashboard</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-title>My Business</ion-card-title>\n <ion-card-subtitle>Daily transaction processing</ion-card-subtitle>\n </ion-card-header>\n <ion-card-content>\n My Charts go here...\n </ion-card-content>\n</ion-card>\n<ion-card>\n <ion-grid>\n <ion-row>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Name</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Email</ion-label>\n <ion-input type=\"email\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Country</ion-label>\n <ion-select value=\"usa\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"usa\">United States</ion-select-option>\n <ion-select-option value=\"india\">India</ion-select-option>\n <ion-select-option value=\"france\">France</ion-select-option>\n <ion-select-option value=\"spain\">Spain</ion-select-option>\n <ion-select-option value=\"brazil\">Brazil</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Choose City</ion-label>\n <ion-select value=\"california\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"california\">California</ion-select-option>\n <ion-select-option value=\"illinois\">Illinois</ion-select-option>\n <ion-select-option value=\"texas\">Texas</ion-select-option>\n <ion-select-option value=\"pennsylvania\">Pennsylvania</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Address</ion-label>\n <ion-textarea></ion-textarea>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Postal Code</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Gender</ion-label>\n <ion-select value=\"male\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"male\">Male</ion-select-option>\n <ion-select-option value=\"female\">female</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Age</ion-label>\n <ion-input type=\"number\"></ion-input>\n </ion-item>\n </ion-col>\n </ion-row>\n </ion-grid>\n</ion-card>\n</ion-content>\n", styles: [""], components: [{ type: i1.IonHeader, selector: "ion-header", inputs: ["collapse", "mode", "translucent"] }, { type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }, { type: i1.IonBackButton, selector: "ion-back-button", inputs: ["color", "defaultHref", "disabled", "icon", "mode", "routerAnimation", "text", "type"] }, { type: i1.IonTitle, selector: "ion-title", inputs: ["color", "size"] }, { type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { type: i1.IonCard, selector: "ion-card", inputs: ["button", "color", "disabled", "download", "href", "mode", "rel", "routerAnimation", "routerDirection", "target", "type"] }, { type: i1.IonCardHeader, selector: "ion-card-header", inputs: ["color", "mode", "translucent"] }, { type: i1.IonCardTitle, selector: "ion-card-title", inputs: ["color", "mode"] }, { type: i1.IonCardSubtitle, selector: "ion-card-subtitle", inputs: ["color", "mode"] }, { type: i1.IonCardContent, selector: "ion-card-content", inputs: ["mode"] }, { type: i1.IonGrid, selector: "ion-grid", inputs: ["fixed"] }, { type: i1.IonRow, selector: "ion-row" }, { type: i1.IonCol, selector: "ion-col", inputs: ["offset", "offsetLg", "offsetMd", "offsetSm", "offsetXl", "offsetXs", "pull", "pullLg", "pullMd", "pullSm", "pullXl", "pullXs", "push", "pushLg", "pushMd", "pushSm", "pushXl", "pushXs", "size", "sizeLg", "sizeMd", "sizeSm", "sizeXl", "sizeXs"] }, { type: i1.IonItem, selector: "ion-item", inputs: ["button", "color", "counter", "detail", "detailIcon", "disabled", "download", "fill", "href", "lines", "mode", "rel", "routerAnimation", "routerDirection", "shape", "target", "type"] }, { type: i1.IonLabel, selector: "ion-label", inputs: ["color", "mode", "position"] }, { type: i1.IonInput, selector: "ion-input", inputs: ["accept", "autocapitalize", "autocomplete", "autocorrect", "autofocus", "clearInput", "clearOnEdit", "color", "debounce", "disabled", "enterkeyhint", "inputmode", "max", "maxlength", "min", "minlength", "mode", "multiple", "name", "pattern", "placeholder", "readonly", "required", "size", "spellcheck", "step", "type", "value"] }, { type: i1.IonSelect, selector: "ion-select", inputs: ["cancelText", "compareWith", "disabled", "interface", "interfaceOptions", "mode", "multiple", "name", "okText", "placeholder", "selectedText", "value"] }, { type: i1.IonSelectOption, selector: "ion-select-option", inputs: ["disabled", "value"] }, { type: i1.IonTextarea, selector: "ion-textarea", inputs: ["autoGrow", "autocapitalize", "autofocus", "clearOnEdit", "color", "cols", "debounce", "disabled", "enterkeyhint", "inputmode", "maxlength", "minlength", "mode", "name", "placeholder", "readonly", "required", "rows", "spellcheck", "value", "wrap"] }], directives: [{ type: i1.IonBackButtonDelegate, selector: "ion-back-button", inputs: ["defaultHref", "routerAnimation"] }, { type: i1.TextValueAccessor, selector: "ion-input:not([type=number]),ion-textarea,ion-searchbar" }, { type: i1.SelectValueAccessor, selector: "ion-range, ion-select, ion-radio-group, ion-segment, ion-datetime" }, { type: i1.NumericValueAccessor, selector: "ion-input[type=number]" }] });
|
11
11
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPage, decorators: [{
|
12
12
|
type: Component,
|
13
|
-
args: [{ selector: 'iq-dashboard', template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\"
|
13
|
+
args: [{ selector: 'iq-dashboard', template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\">\n <h3>Dashboard</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-title>My Business</ion-card-title>\n <ion-card-subtitle>Daily transaction processing</ion-card-subtitle>\n </ion-card-header>\n <ion-card-content>\n My Charts go here...\n </ion-card-content>\n</ion-card>\n<ion-card>\n <ion-grid>\n <ion-row>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Name</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Email</ion-label>\n <ion-input type=\"email\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Country</ion-label>\n <ion-select value=\"usa\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"usa\">United States</ion-select-option>\n <ion-select-option value=\"india\">India</ion-select-option>\n <ion-select-option value=\"france\">France</ion-select-option>\n <ion-select-option value=\"spain\">Spain</ion-select-option>\n <ion-select-option value=\"brazil\">Brazil</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Choose City</ion-label>\n <ion-select value=\"california\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"california\">California</ion-select-option>\n <ion-select-option value=\"illinois\">Illinois</ion-select-option>\n <ion-select-option value=\"texas\">Texas</ion-select-option>\n <ion-select-option value=\"pennsylvania\">Pennsylvania</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Address</ion-label>\n <ion-textarea></ion-textarea>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Postal Code</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Gender</ion-label>\n <ion-select value=\"male\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"male\">Male</ion-select-option>\n <ion-select-option value=\"female\">female</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Age</ion-label>\n <ion-input type=\"number\"></ion-input>\n </ion-item>\n </ion-col>\n </ion-row>\n </ion-grid>\n</ion-card>\n</ion-content>\n", styles: [""] }]
|
14
14
|
}], ctorParameters: function () { return []; } });
|
15
|
-
//# sourceMappingURL=data:application/json;base64,
|
15
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGFzaGJvYXJkLnBhZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9yb24tbGliL3NyYy9saWIvZGFzaGJvYXJkL2Rhc2hib2FyZC5wYWdlLnRzIiwiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvcm9uLWxpYi9zcmMvbGliL2Rhc2hib2FyZC9kYXNoYm9hcmQucGFnZS5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7OztBQU9sRCxNQUFNLE9BQU8sYUFBYTtJQUV4QixnQkFBZ0IsQ0FBQztJQUVqQixRQUFRO0lBQ1IsQ0FBQzs7MEdBTFUsYUFBYTs4RkFBYixhQUFhLG9EQ1AxQixvdEhBK0ZBOzJGRHhGYSxhQUFhO2tCQUx6QixTQUFTOytCQUNFLGNBQWMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICdpcS1kYXNoYm9hcmQnLFxuICB0ZW1wbGF0ZVVybDogJy4vZGFzaGJvYXJkLnBhZ2UuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL2Rhc2hib2FyZC5wYWdlLmNzcyddXG59KVxuZXhwb3J0IGNsYXNzIERhc2hib2FyZFBhZ2UgaW1wbGVtZW50cyBPbkluaXQge1xuXG4gIGNvbnN0cnVjdG9yKCkgeyB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gIH1cblxufVxuIiwiPGlvbi1oZWFkZXI+XG4gIDxpb24tdG9vbGJhciBjb2xvcj1cInByaW1hcnlcIj5cbiAgICA8aW9uLWJ1dHRvbnMgc2xvdD1cInN0YXJ0XCI+XG4gICAgICA8aW9uLWJhY2stYnV0dG9uIGRlZmF1bHRIcmVmPVwiL1wiPlxuICAgICAgPC9pb24tYmFjay1idXR0b24+XG4gICAgICA8aW9uLXRpdGxlPlxuICAgICAgICBDdXN0b20gRGFzaGJvYXJkIFBhZ2VcbiAgICAgIDwvaW9uLXRpdGxlPlxuICAgIDwvaW9uLWJ1dHRvbnM+XG4gIDwvaW9uLXRvb2xiYXI+XG48L2lvbi1oZWFkZXI+XG5cbjxpb24tY29udGVudD5cbiAgPGRpdiBjbGFzcz1cImlvbi10ZXh0LWNlbnRlclwiPlxuICAgIDxoMz5EYXNoYm9hcmQ8L2gzPlxuICAgICAgICBMb3JlbSBpcHN1bSBkb2xvciBzaXQgYW1ldCwgY29uc2VjdGV0dXIgYWRpcGlzY2luZyBlbGl0LiBTZWQgYWMgdmVoaWN1bGEgbG9yZW0uXG4gIDwvZGl2PlxuPGlvbi1jYXJkIGNsYXNzPVwid2VsY29tZS1jYXJkXCI+XG4gIDxpb24tY2FyZC1oZWFkZXI+XG4gICAgPGlvbi1jYXJkLXRpdGxlPk15IEJ1c2luZXNzPC9pb24tY2FyZC10aXRsZT5cbiAgICA8aW9uLWNhcmQtc3VidGl0bGU+RGFpbHkgdHJhbnNhY3Rpb24gcHJvY2Vzc2luZzwvaW9uLWNhcmQtc3VidGl0bGU+XG4gIDwvaW9uLWNhcmQtaGVhZGVyPlxuICA8aW9uLWNhcmQtY29udGVudD5cbiAgICBNeSBDaGFydHMgZ28gaGVyZS4uLlxuICA8L2lvbi1jYXJkLWNvbnRlbnQ+XG48L2lvbi1jYXJkPlxuPGlvbi1jYXJkPlxuICA8aW9uLWdyaWQ+XG4gICAgPGlvbi1yb3c+XG4gICAgICA8aW9uLWNvbCBzaXplLWxnPVwiNlwiIHNpemUtbWQ9XCI2XCIgc2l6ZS1zbT1cIjZcIiBzaXplPVwiMTJcIj5cbiAgICAgICAgPGlvbi1pdGVtPlxuICAgICAgICAgIDxpb24tbGFiZWwgcG9zaXRpb249XCJmbG9hdGluZ1wiPk5hbWU8L2lvbi1sYWJlbD5cbiAgICAgICAgICA8aW9uLWlucHV0IHR5cGU9XCJ0ZXh0XCI+PC9pb24taW5wdXQ+XG4gICAgICAgIDwvaW9uLWl0ZW0+XG4gICAgICA8L2lvbi1jb2w+XG4gICAgICA8aW9uLWNvbCBzaXplLWxnPVwiNlwiIHNpemUtbWQ9XCI2XCIgc2l6ZS1zbT1cIjZcIiBzaXplPVwiMTJcIj5cbiAgICAgICAgPGlvbi1pdGVtPlxuICAgICAgICAgIDxpb24tbGFiZWwgcG9zaXRpb249XCJmbG9hdGluZ1wiPkVtYWlsPC9pb24tbGFiZWw+XG4gICAgICAgICAgPGlvbi1pbnB1dCB0eXBlPVwiZW1haWxcIj48L2lvbi1pbnB1dD5cbiAgICAgICAgPC9pb24taXRlbT5cbiAgICAgIDwvaW9uLWNvbD5cbiAgICAgIDxpb24tY29sIHNpemUtbGc9XCI2XCIgc2l6ZS1tZD1cIjZcIiBzaXplLXNtPVwiNlwiIHNpemU9XCIxMlwiPlxuICAgICAgICA8aW9uLWl0ZW0+XG4gICAgICAgICAgPGlvbi1sYWJlbCBwb3NpdGlvbj1cImZsb2F0aW5nXCI+Q291bnRyeTwvaW9uLWxhYmVsPlxuICAgICAgICAgIDxpb24tc2VsZWN0IHZhbHVlPVwidXNhXCIgb2tUZXh0PVwiT2theVwiIGNhbmNlbFRleHQ9XCJEaXNtaXNzXCI+XG4gICAgICAgICAgICA8aW9uLXNlbGVjdC1vcHRpb24gdmFsdWU9XCJ1c2FcIj5Vbml0ZWQgU3RhdGVzPC9pb24tc2VsZWN0LW9wdGlvbj5cbiAgICAgICAgICAgIDxpb24tc2VsZWN0LW9wdGlvbiB2YWx1ZT1cImluZGlhXCI+SW5kaWE8L2lvbi1zZWxlY3Qtb3B0aW9uPlxuICAgICAgICAgICAgPGlvbi1zZWxlY3Qtb3B0aW9uIHZhbHVlPVwiZnJhbmNlXCI+RnJhbmNlPC9pb24tc2VsZWN0LW9wdGlvbj5cbiAgICAgICAgICAgIDxpb24tc2VsZWN0LW9wdGlvbiB2YWx1ZT1cInNwYWluXCI+U3BhaW48L2lvbi1zZWxlY3Qtb3B0aW9uPlxuICAgICAgICAgICAgPGlvbi1zZWxlY3Qtb3B0aW9uIHZhbHVlPVwiYnJhemlsXCI+QnJhemlsPC9pb24tc2VsZWN0LW9wdGlvbj5cbiAgICAgICAgICA8L2lvbi1zZWxlY3Q+XG4gICAgICAgIDwvaW9uLWl0ZW0+XG4gICAgICA8L2lvbi1jb2w+XG4gICAgICA8aW9uLWNvbCBzaXplLWxnPVwiNlwiIHNpemUtbWQ9XCI0XCIgc2l6ZS1zbT1cIjRcIiBzaXplPVwiMTJcIj5cbiAgICAgICAgPGlvbi1pdGVtPlxuICAgICAgICAgIDxpb24tbGFiZWwgcG9zaXRpb249XCJmbG9hdGluZ1wiPkNob29zZSBDaXR5PC9pb24tbGFiZWw+XG4gICAgICAgICAgPGlvbi1zZWxlY3QgdmFsdWU9XCJjYWxpZm9ybmlhXCIgb2tUZXh0PVwiT2theVwiIGNhbmNlbFRleHQ9XCJEaXNtaXNzXCI+XG4gICAgICAgICAgICA8aW9uLXNlbGVjdC1vcHRpb24gdmFsdWU9XCJjYWxpZm9ybmlhXCI+Q2FsaWZvcm5pYTwvaW9uLXNlbGVjdC1vcHRpb24+XG4gICAgICAgICAgICA8aW9uLXNlbGVjdC1vcHRpb24gdmFsdWU9XCJpbGxpbm9pc1wiPklsbGlub2lzPC9pb24tc2VsZWN0LW9wdGlvbj5cbiAgICAgICAgICAgIDxpb24tc2VsZWN0LW9wdGlvbiB2YWx1ZT1cInRleGFzXCI+VGV4YXM8L2lvbi1zZWxlY3Qtb3B0aW9uPlxuICAgICAgICAgICAgPGlvbi1zZWxlY3Qtb3B0aW9uIHZhbHVlPVwicGVubnN5bHZhbmlhXCI+UGVubnN5bHZhbmlhPC9pb24tc2VsZWN0LW9wdGlvbj5cbiAgICAgICAgICA8L2lvbi1zZWxlY3Q+XG4gICAgICAgIDwvaW9uLWl0ZW0+XG4gICAgICA8L2lvbi1jb2w+XG4gICAgICA8aW9uLWNvbCBzaXplLWxnPVwiNlwiIHNpemUtbWQ9XCI2XCIgc2l6ZS1zbT1cIjRcIiBzaXplPVwiMTJcIj5cbiAgICAgICAgPGlvbi1pdGVtPlxuICAgICAgICAgIDxpb24tbGFiZWwgcG9zaXRpb249XCJmbG9hdGluZ1wiPkFkZHJlc3M8L2lvbi1sYWJlbD5cbiAgICAgICAgICA8aW9uLXRleHRhcmVhPjwvaW9uLXRleHRhcmVhPlxuICAgICAgICA8L2lvbi1pdGVtPlxuICAgICAgPC9pb24tY29sPlxuICAgICAgPGlvbi1jb2wgc2l6ZS1sZz1cIjZcIiBzaXplLW1kPVwiNlwiIHNpemUtc209XCI0XCIgc2l6ZT1cIjEyXCI+XG4gICAgICAgIDxpb24taXRlbT5cbiAgICAgICAgICA8aW9uLWxhYmVsIHBvc2l0aW9uPVwiZmxvYXRpbmdcIj5Qb3N0YWwgQ29kZTwvaW9uLWxhYmVsPlxuICAgICAgICAgIDxpb24taW5wdXQgdHlwZT1cInRleHRcIj48L2lvbi1pbnB1dD5cbiAgICAgICAgPC9pb24taXRlbT5cbiAgICAgIDwvaW9uLWNvbD5cbiAgICAgIDxpb24tY29sIHNpemUtbGc9XCI0XCIgc2l6ZS1tZD1cIjRcIiBzaXplLXNtPVwiNFwiIHNpemU9XCIxMlwiPlxuICAgICAgICA8aW9uLWl0ZW0+XG4gICAgICAgICAgPGlvbi1sYWJlbCBwb3NpdGlvbj1cImZsb2F0aW5nXCI+R2VuZGVyPC9pb24tbGFiZWw+XG4gICAgICAgICAgPGlvbi1zZWxlY3QgdmFsdWU9XCJtYWxlXCIgb2tUZXh0PVwiT2theVwiIGNhbmNlbFRleHQ9XCJEaXNtaXNzXCI+XG4gICAgICAgICAgICA8aW9uLXNlbGVjdC1vcHRpb24gdmFsdWU9XCJtYWxlXCI+TWFsZTwvaW9uLXNlbGVjdC1vcHRpb24+XG4gICAgICAgICAgICA8aW9uLXNlbGVjdC1vcHRpb24gdmFsdWU9XCJmZW1hbGVcIj5mZW1hbGU8L2lvbi1zZWxlY3Qtb3B0aW9uPlxuICAgICAgICAgIDwvaW9uLXNlbGVjdD5cbiAgICAgICAgPC9pb24taXRlbT5cbiAgICAgIDwvaW9uLWNvbD5cbiAgICAgIDxpb24tY29sIHNpemUtbGc9XCI0XCIgc2l6ZS1tZD1cIjRcIiBzaXplLXNtPVwiNFwiIHNpemU9XCIxMlwiPlxuICAgICAgICA8aW9uLWl0ZW0+XG4gICAgICAgICAgPGlvbi1sYWJlbCBwb3NpdGlvbj1cImZsb2F0aW5nXCI+QWdlPC9pb24tbGFiZWw+XG4gICAgICAgICAgPGlvbi1pbnB1dCB0eXBlPVwibnVtYmVyXCI+PC9pb24taW5wdXQ+XG4gICAgICAgIDwvaW9uLWl0ZW0+XG4gICAgICA8L2lvbi1jb2w+XG4gICAgPC9pb24tcm93PlxuICA8L2lvbi1ncmlkPlxuPC9pb24tY2FyZD5cbjwvaW9uLWNvbnRlbnQ+XG4iXX0=
|
@@ -181,10 +181,10 @@ class DashboardPage {
|
|
181
181
|
}
|
182
182
|
}
|
183
183
|
DashboardPage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPage, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
184
|
-
DashboardPage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: DashboardPage, selector: "iq-dashboard", ngImport: i0, template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\"
|
184
|
+
DashboardPage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: DashboardPage, selector: "iq-dashboard", ngImport: i0, template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\">\n <h3>Dashboard</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-title>My Business</ion-card-title>\n <ion-card-subtitle>Daily transaction processing</ion-card-subtitle>\n </ion-card-header>\n <ion-card-content>\n My Charts go here...\n </ion-card-content>\n</ion-card>\n<ion-card>\n <ion-grid>\n <ion-row>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Name</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Email</ion-label>\n <ion-input type=\"email\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Country</ion-label>\n <ion-select value=\"usa\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"usa\">United States</ion-select-option>\n <ion-select-option value=\"india\">India</ion-select-option>\n <ion-select-option value=\"france\">France</ion-select-option>\n <ion-select-option value=\"spain\">Spain</ion-select-option>\n <ion-select-option value=\"brazil\">Brazil</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Choose City</ion-label>\n <ion-select value=\"california\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"california\">California</ion-select-option>\n <ion-select-option value=\"illinois\">Illinois</ion-select-option>\n <ion-select-option value=\"texas\">Texas</ion-select-option>\n <ion-select-option value=\"pennsylvania\">Pennsylvania</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Address</ion-label>\n <ion-textarea></ion-textarea>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Postal Code</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Gender</ion-label>\n <ion-select value=\"male\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"male\">Male</ion-select-option>\n <ion-select-option value=\"female\">female</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Age</ion-label>\n <ion-input type=\"number\"></ion-input>\n </ion-item>\n </ion-col>\n </ion-row>\n </ion-grid>\n</ion-card>\n</ion-content>\n", styles: [""], components: [{ type: i1.IonHeader, selector: "ion-header", inputs: ["collapse", "mode", "translucent"] }, { type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }, { type: i1.IonBackButton, selector: "ion-back-button", inputs: ["color", "defaultHref", "disabled", "icon", "mode", "routerAnimation", "text", "type"] }, { type: i1.IonTitle, selector: "ion-title", inputs: ["color", "size"] }, { type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { type: i1.IonCard, selector: "ion-card", inputs: ["button", "color", "disabled", "download", "href", "mode", "rel", "routerAnimation", "routerDirection", "target", "type"] }, { type: i1.IonCardHeader, selector: "ion-card-header", inputs: ["color", "mode", "translucent"] }, { type: i1.IonCardTitle, selector: "ion-card-title", inputs: ["color", "mode"] }, { type: i1.IonCardSubtitle, selector: "ion-card-subtitle", inputs: ["color", "mode"] }, { type: i1.IonCardContent, selector: "ion-card-content", inputs: ["mode"] }, { type: i1.IonGrid, selector: "ion-grid", inputs: ["fixed"] }, { type: i1.IonRow, selector: "ion-row" }, { type: i1.IonCol, selector: "ion-col", inputs: ["offset", "offsetLg", "offsetMd", "offsetSm", "offsetXl", "offsetXs", "pull", "pullLg", "pullMd", "pullSm", "pullXl", "pullXs", "push", "pushLg", "pushMd", "pushSm", "pushXl", "pushXs", "size", "sizeLg", "sizeMd", "sizeSm", "sizeXl", "sizeXs"] }, { type: i1.IonItem, selector: "ion-item", inputs: ["button", "color", "counter", "detail", "detailIcon", "disabled", "download", "fill", "href", "lines", "mode", "rel", "routerAnimation", "routerDirection", "shape", "target", "type"] }, { type: i1.IonLabel, selector: "ion-label", inputs: ["color", "mode", "position"] }, { type: i1.IonInput, selector: "ion-input", inputs: ["accept", "autocapitalize", "autocomplete", "autocorrect", "autofocus", "clearInput", "clearOnEdit", "color", "debounce", "disabled", "enterkeyhint", "inputmode", "max", "maxlength", "min", "minlength", "mode", "multiple", "name", "pattern", "placeholder", "readonly", "required", "size", "spellcheck", "step", "type", "value"] }, { type: i1.IonSelect, selector: "ion-select", inputs: ["cancelText", "compareWith", "disabled", "interface", "interfaceOptions", "mode", "multiple", "name", "okText", "placeholder", "selectedText", "value"] }, { type: i1.IonSelectOption, selector: "ion-select-option", inputs: ["disabled", "value"] }, { type: i1.IonTextarea, selector: "ion-textarea", inputs: ["autoGrow", "autocapitalize", "autofocus", "clearOnEdit", "color", "cols", "debounce", "disabled", "enterkeyhint", "inputmode", "maxlength", "minlength", "mode", "name", "placeholder", "readonly", "required", "rows", "spellcheck", "value", "wrap"] }], directives: [{ type: i1.IonBackButtonDelegate, selector: "ion-back-button", inputs: ["defaultHref", "routerAnimation"] }, { type: i1.TextValueAccessor, selector: "ion-input:not([type=number]),ion-textarea,ion-searchbar" }, { type: i1.SelectValueAccessor, selector: "ion-range, ion-select, ion-radio-group, ion-segment, ion-datetime" }, { type: i1.NumericValueAccessor, selector: "ion-input[type=number]" }] });
|
185
185
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPage, decorators: [{
|
186
186
|
type: Component,
|
187
|
-
args: [{ selector: 'iq-dashboard', template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\"
|
187
|
+
args: [{ selector: 'iq-dashboard', template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\">\n <h3>Dashboard</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-title>My Business</ion-card-title>\n <ion-card-subtitle>Daily transaction processing</ion-card-subtitle>\n </ion-card-header>\n <ion-card-content>\n My Charts go here...\n </ion-card-content>\n</ion-card>\n<ion-card>\n <ion-grid>\n <ion-row>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Name</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Email</ion-label>\n <ion-input type=\"email\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Country</ion-label>\n <ion-select value=\"usa\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"usa\">United States</ion-select-option>\n <ion-select-option value=\"india\">India</ion-select-option>\n <ion-select-option value=\"france\">France</ion-select-option>\n <ion-select-option value=\"spain\">Spain</ion-select-option>\n <ion-select-option value=\"brazil\">Brazil</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Choose City</ion-label>\n <ion-select value=\"california\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"california\">California</ion-select-option>\n <ion-select-option value=\"illinois\">Illinois</ion-select-option>\n <ion-select-option value=\"texas\">Texas</ion-select-option>\n <ion-select-option value=\"pennsylvania\">Pennsylvania</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Address</ion-label>\n <ion-textarea></ion-textarea>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Postal Code</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Gender</ion-label>\n <ion-select value=\"male\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"male\">Male</ion-select-option>\n <ion-select-option value=\"female\">female</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Age</ion-label>\n <ion-input type=\"number\"></ion-input>\n </ion-item>\n </ion-col>\n </ion-row>\n </ion-grid>\n</ion-card>\n</ion-content>\n", styles: [""] }]
|
188
188
|
}], ctorParameters: function () { return []; } });
|
189
189
|
|
190
190
|
const routes = [
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"rpan93-ron-lib.mjs","sources":["../../../projects/ron-lib/src/lib/ron-lib.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.html","../../../projects/ron-lib/src/lib/ron-lib.module.ts","../../../projects/ron-lib/src/lib/ron-lib.service.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.html","../../../projects/ron-lib/src/lib/custom-page/custom-page-routing.module.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.module.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.page.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.page.html","../../../projects/ron-lib/src/lib/dashboard/dashboard-routing.module.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.module.ts","../../../projects/ron-lib/src/public-api.ts","../../../projects/ron-lib/src/rpan93-ron-lib.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-ron-lib',\n template: `\n <p>\n ron-lib works!\n </p>\n `,\n styles: [\n ]\n})\nexport class RonLibComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n@Component({\n selector: 'iq-custom-card',\n templateUrl: './custom-card.component.html',\n styleUrls: ['./custom-card.component.css']\n})\nexport class CustomCardComponent implements OnInit {\n @Input()\n title!: string;\n @Input()\n content!: string;\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-card>\n <ion-card-header>\n <ion-card-title>{{ title }}</ion-card-title>\n </ion-card-header>\n <ion-card-content>\n {{ content }}\n </ion-card-content>\n</ion-card>\n","import { InjectionToken, ModuleWithProviders, NgModule } from '@angular/core';\nimport { RonLibComponent } from './ron-lib.component';\nimport { CustomCardComponent } from './custom-card/custom-card.component';\n\nimport { IonicModule } from '@ionic/angular';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\n\nimport { RonLibService } from './ron-lib.service';\n\nexport interface LibConfig {\n apiUrl: string;\n}\nexport const LibConfigService = new InjectionToken<LibConfig>('LibConfig');\n\n@NgModule({\n declarations: [\n RonLibComponent,\n CustomCardComponent\n ],\n imports: [\n CommonModule,\n HttpClientModule,\n IonicModule\n ],\n exports: [\n RonLibComponent,CustomCardComponent\n ]\n})\nexport class RonLibModule {\n static forRoot(config: LibConfig): ModuleWithProviders<RonLibModule> {\n return {\n ngModule: RonLibModule,\n providers: [\n RonLibService,\n {\n provide: LibConfigService,\n useValue: config\n }\n ]\n };\n }\n}\n","import { HttpClient } from '@angular/common/http';\nimport { Inject, Injectable } from '@angular/core';\nimport { LibConfigService, LibConfig } from './ron-lib.module';\nimport { map } from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class RonLibService {\n baseUrl = this.config.apiUrl;\n constructor(@Inject(LibConfigService) private config: LibConfig, private http: HttpClient) {\n console.log('My config: ', config);\n }\n getData() {\n return this.http.get<any>(`${this.baseUrl}/api`).pipe(\n map((res: any) => res.results[0])\n )\n }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-custom-page',\n templateUrl: './custom-page.component.html',\n styleUrls: ['./custom-page.component.css']\n})\nexport class CustomPageComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Ron Custom Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n </ion-header>\n <ion-content>\n <div class=\"custom-box\"></div>\n This is a full page from the library!\n </ion-content>\n","import { CustomPageComponent } from './custom-page.component';\r\nimport { NgModule } from '@angular/core';\r\nimport { RouterModule, Routes } from '@angular/router';\r\n\r\nconst routes : Routes = [\r\n {\r\n path: '',\r\n component: CustomPageComponent,\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class CustomPageRoutingModule{\r\n\r\n}\r\n","import { CustomPageComponent } from \"./custom-page.component\";\r\nimport { CustomPageRoutingModule } from \"./custom-page-routing.module\";\r\nimport { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { IonicModule } from '@ionic/angular';\r\nimport { FormsModule } from '@angular/forms';\r\n\r\n@NgModule({\r\n imports:[\r\n CommonModule,\r\n FormsModule,\r\n IonicModule,\r\n CustomPageRoutingModule\r\n ],\r\n declarations: [CustomPageComponent]\r\n})\r\nexport class CustomPageModule{\r\n\r\n}\r\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-dashboard',\n templateUrl: './dashboard.page.html',\n styleUrls: ['./dashboard.page.css']\n})\nexport class DashboardPage implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\">Dashboard\n <h3>Dashboard</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-title>My Business</ion-card-title>\n <ion-card-subtitle>Daily transaction processing</ion-card-subtitle>\n </ion-card-header>\n <ion-card-content>\n My Charts go here...\n </ion-card-content>\n</ion-card>\n<ion-grid>\n <ion-row>\n <ion-col>\n <div class=\"ion-text-start\">\n <h3>text-start</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n </ion-col>\n <ion-col>\n <div class=\"ion-text-end\">\n <h3>text-end</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n </ion-col>\n <ion-col>\n <div class=\"ion-text-center\">\n <h3>text-center</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n </ion-col>\n </ion-row>\n <ion-row>\n <ion-col>\n <div class=\"ion-text-justify\">\n <h3>text-justify</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n </ion-col>\n <ion-col>\n <div class=\"ion-text-wrap\">\n <h3>text-wrap</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n </ion-col>\n <ion-col>\n <div class=\"ion-text-nowrap\">\n <h3>text-nowrap</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n </div>\n </ion-col>\n </ion-row>\n</ion-grid>\n</ion-content>\n","import { DashboardPage } from './dashboard.page';\r\nimport { NgModule } from '@angular/core';\r\nimport { RouterModule, Routes } from '@angular/router';\r\n\r\nconst routes : Routes = [\r\n {\r\n path: '',\r\n component: DashboardPage,\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class DashboardRoutingModule{\r\n\r\n}\r\n","import { DashboardPage } from './dashboard.page';\r\nimport { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { IonicModule } from '@ionic/angular';\r\nimport { FormsModule } from '@angular/forms';\r\nimport { DashboardRoutingModule } from './dashboard-routing.module';\r\n\r\n@NgModule({\r\n imports:[\r\n CommonModule,\r\n FormsModule,\r\n IonicModule,\r\n DashboardRoutingModule\r\n ],\r\n declarations: [DashboardPage]\r\n})\r\nexport class DashboardModule{\r\n\r\n}\r\n","/*\n * Public API Surface of ron-lib\n */\n\nexport * from './lib/ron-lib.service';\nexport * from './lib/ron-lib.component';\nexport * from './lib/ron-lib.module';\nexport * from './lib/custom-card/custom-card.component';\nexport * from './lib/custom-page/custom-page.module';\nexport * from './lib/dashboard/dashboard.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["routes"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"rpan93-ron-lib.mjs","sources":["../../../projects/ron-lib/src/lib/ron-lib.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.html","../../../projects/ron-lib/src/lib/ron-lib.module.ts","../../../projects/ron-lib/src/lib/ron-lib.service.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.html","../../../projects/ron-lib/src/lib/custom-page/custom-page-routing.module.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.module.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.page.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.page.html","../../../projects/ron-lib/src/lib/dashboard/dashboard-routing.module.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.module.ts","../../../projects/ron-lib/src/public-api.ts","../../../projects/ron-lib/src/rpan93-ron-lib.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-ron-lib',\n template: `\n <p>\n ron-lib works!\n </p>\n `,\n styles: [\n ]\n})\nexport class RonLibComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n@Component({\n selector: 'iq-custom-card',\n templateUrl: './custom-card.component.html',\n styleUrls: ['./custom-card.component.css']\n})\nexport class CustomCardComponent implements OnInit {\n @Input()\n title!: string;\n @Input()\n content!: string;\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-card>\n <ion-card-header>\n <ion-card-title>{{ title }}</ion-card-title>\n </ion-card-header>\n <ion-card-content>\n {{ content }}\n </ion-card-content>\n</ion-card>\n","import { InjectionToken, ModuleWithProviders, NgModule } from '@angular/core';\nimport { RonLibComponent } from './ron-lib.component';\nimport { CustomCardComponent } from './custom-card/custom-card.component';\n\nimport { IonicModule } from '@ionic/angular';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\n\nimport { RonLibService } from './ron-lib.service';\n\nexport interface LibConfig {\n apiUrl: string;\n}\nexport const LibConfigService = new InjectionToken<LibConfig>('LibConfig');\n\n@NgModule({\n declarations: [\n RonLibComponent,\n CustomCardComponent\n ],\n imports: [\n CommonModule,\n HttpClientModule,\n IonicModule\n ],\n exports: [\n RonLibComponent,CustomCardComponent\n ]\n})\nexport class RonLibModule {\n static forRoot(config: LibConfig): ModuleWithProviders<RonLibModule> {\n return {\n ngModule: RonLibModule,\n providers: [\n RonLibService,\n {\n provide: LibConfigService,\n useValue: config\n }\n ]\n };\n }\n}\n","import { HttpClient } from '@angular/common/http';\nimport { Inject, Injectable } from '@angular/core';\nimport { LibConfigService, LibConfig } from './ron-lib.module';\nimport { map } from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class RonLibService {\n baseUrl = this.config.apiUrl;\n constructor(@Inject(LibConfigService) private config: LibConfig, private http: HttpClient) {\n console.log('My config: ', config);\n }\n getData() {\n return this.http.get<any>(`${this.baseUrl}/api`).pipe(\n map((res: any) => res.results[0])\n )\n }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-custom-page',\n templateUrl: './custom-page.component.html',\n styleUrls: ['./custom-page.component.css']\n})\nexport class CustomPageComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Ron Custom Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n </ion-header>\n <ion-content>\n <div class=\"custom-box\"></div>\n This is a full page from the library!\n </ion-content>\n","import { CustomPageComponent } from './custom-page.component';\r\nimport { NgModule } from '@angular/core';\r\nimport { RouterModule, Routes } from '@angular/router';\r\n\r\nconst routes : Routes = [\r\n {\r\n path: '',\r\n component: CustomPageComponent,\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class CustomPageRoutingModule{\r\n\r\n}\r\n","import { CustomPageComponent } from \"./custom-page.component\";\r\nimport { CustomPageRoutingModule } from \"./custom-page-routing.module\";\r\nimport { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { IonicModule } from '@ionic/angular';\r\nimport { FormsModule } from '@angular/forms';\r\n\r\n@NgModule({\r\n imports:[\r\n CommonModule,\r\n FormsModule,\r\n IonicModule,\r\n CustomPageRoutingModule\r\n ],\r\n declarations: [CustomPageComponent]\r\n})\r\nexport class CustomPageModule{\r\n\r\n}\r\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-dashboard',\n templateUrl: './dashboard.page.html',\n styleUrls: ['./dashboard.page.css']\n})\nexport class DashboardPage implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\">\n <h3>Dashboard</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-title>My Business</ion-card-title>\n <ion-card-subtitle>Daily transaction processing</ion-card-subtitle>\n </ion-card-header>\n <ion-card-content>\n My Charts go here...\n </ion-card-content>\n</ion-card>\n<ion-card>\n <ion-grid>\n <ion-row>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Name</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Email</ion-label>\n <ion-input type=\"email\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Country</ion-label>\n <ion-select value=\"usa\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"usa\">United States</ion-select-option>\n <ion-select-option value=\"india\">India</ion-select-option>\n <ion-select-option value=\"france\">France</ion-select-option>\n <ion-select-option value=\"spain\">Spain</ion-select-option>\n <ion-select-option value=\"brazil\">Brazil</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Choose City</ion-label>\n <ion-select value=\"california\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"california\">California</ion-select-option>\n <ion-select-option value=\"illinois\">Illinois</ion-select-option>\n <ion-select-option value=\"texas\">Texas</ion-select-option>\n <ion-select-option value=\"pennsylvania\">Pennsylvania</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Address</ion-label>\n <ion-textarea></ion-textarea>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Postal Code</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Gender</ion-label>\n <ion-select value=\"male\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"male\">Male</ion-select-option>\n <ion-select-option value=\"female\">female</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Age</ion-label>\n <ion-input type=\"number\"></ion-input>\n </ion-item>\n </ion-col>\n </ion-row>\n </ion-grid>\n</ion-card>\n</ion-content>\n","import { DashboardPage } from './dashboard.page';\r\nimport { NgModule } from '@angular/core';\r\nimport { RouterModule, Routes } from '@angular/router';\r\n\r\nconst routes : Routes = [\r\n {\r\n path: '',\r\n component: DashboardPage,\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class DashboardRoutingModule{\r\n\r\n}\r\n","import { DashboardPage } from './dashboard.page';\r\nimport { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { IonicModule } from '@ionic/angular';\r\nimport { FormsModule } from '@angular/forms';\r\nimport { DashboardRoutingModule } from './dashboard-routing.module';\r\n\r\n@NgModule({\r\n imports:[\r\n CommonModule,\r\n FormsModule,\r\n IonicModule,\r\n DashboardRoutingModule\r\n ],\r\n declarations: [DashboardPage]\r\n})\r\nexport class DashboardModule{\r\n\r\n}\r\n","/*\n * Public API Surface of ron-lib\n */\n\nexport * from './lib/ron-lib.service';\nexport * from './lib/ron-lib.component';\nexport * from './lib/ron-lib.module';\nexport * from './lib/custom-card/custom-card.component';\nexport * from './lib/custom-page/custom-page.module';\nexport * from './lib/dashboard/dashboard.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["routes"],"mappings":"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"}
|
@@ -179,10 +179,10 @@ class DashboardPage {
|
|
179
179
|
}
|
180
180
|
}
|
181
181
|
DashboardPage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPage, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
182
|
-
DashboardPage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: DashboardPage, selector: "iq-dashboard", ngImport: i0, template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\"
|
182
|
+
DashboardPage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: DashboardPage, selector: "iq-dashboard", ngImport: i0, template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\">\n <h3>Dashboard</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-title>My Business</ion-card-title>\n <ion-card-subtitle>Daily transaction processing</ion-card-subtitle>\n </ion-card-header>\n <ion-card-content>\n My Charts go here...\n </ion-card-content>\n</ion-card>\n<ion-card>\n <ion-grid>\n <ion-row>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Name</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Email</ion-label>\n <ion-input type=\"email\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Country</ion-label>\n <ion-select value=\"usa\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"usa\">United States</ion-select-option>\n <ion-select-option value=\"india\">India</ion-select-option>\n <ion-select-option value=\"france\">France</ion-select-option>\n <ion-select-option value=\"spain\">Spain</ion-select-option>\n <ion-select-option value=\"brazil\">Brazil</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Choose City</ion-label>\n <ion-select value=\"california\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"california\">California</ion-select-option>\n <ion-select-option value=\"illinois\">Illinois</ion-select-option>\n <ion-select-option value=\"texas\">Texas</ion-select-option>\n <ion-select-option value=\"pennsylvania\">Pennsylvania</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Address</ion-label>\n <ion-textarea></ion-textarea>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Postal Code</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Gender</ion-label>\n <ion-select value=\"male\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"male\">Male</ion-select-option>\n <ion-select-option value=\"female\">female</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Age</ion-label>\n <ion-input type=\"number\"></ion-input>\n </ion-item>\n </ion-col>\n </ion-row>\n </ion-grid>\n</ion-card>\n</ion-content>\n", styles: [""], components: [{ type: i1.IonHeader, selector: "ion-header", inputs: ["collapse", "mode", "translucent"] }, { type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }, { type: i1.IonBackButton, selector: "ion-back-button", inputs: ["color", "defaultHref", "disabled", "icon", "mode", "routerAnimation", "text", "type"] }, { type: i1.IonTitle, selector: "ion-title", inputs: ["color", "size"] }, { type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { type: i1.IonCard, selector: "ion-card", inputs: ["button", "color", "disabled", "download", "href", "mode", "rel", "routerAnimation", "routerDirection", "target", "type"] }, { type: i1.IonCardHeader, selector: "ion-card-header", inputs: ["color", "mode", "translucent"] }, { type: i1.IonCardTitle, selector: "ion-card-title", inputs: ["color", "mode"] }, { type: i1.IonCardSubtitle, selector: "ion-card-subtitle", inputs: ["color", "mode"] }, { type: i1.IonCardContent, selector: "ion-card-content", inputs: ["mode"] }, { type: i1.IonGrid, selector: "ion-grid", inputs: ["fixed"] }, { type: i1.IonRow, selector: "ion-row" }, { type: i1.IonCol, selector: "ion-col", inputs: ["offset", "offsetLg", "offsetMd", "offsetSm", "offsetXl", "offsetXs", "pull", "pullLg", "pullMd", "pullSm", "pullXl", "pullXs", "push", "pushLg", "pushMd", "pushSm", "pushXl", "pushXs", "size", "sizeLg", "sizeMd", "sizeSm", "sizeXl", "sizeXs"] }, { type: i1.IonItem, selector: "ion-item", inputs: ["button", "color", "counter", "detail", "detailIcon", "disabled", "download", "fill", "href", "lines", "mode", "rel", "routerAnimation", "routerDirection", "shape", "target", "type"] }, { type: i1.IonLabel, selector: "ion-label", inputs: ["color", "mode", "position"] }, { type: i1.IonInput, selector: "ion-input", inputs: ["accept", "autocapitalize", "autocomplete", "autocorrect", "autofocus", "clearInput", "clearOnEdit", "color", "debounce", "disabled", "enterkeyhint", "inputmode", "max", "maxlength", "min", "minlength", "mode", "multiple", "name", "pattern", "placeholder", "readonly", "required", "size", "spellcheck", "step", "type", "value"] }, { type: i1.IonSelect, selector: "ion-select", inputs: ["cancelText", "compareWith", "disabled", "interface", "interfaceOptions", "mode", "multiple", "name", "okText", "placeholder", "selectedText", "value"] }, { type: i1.IonSelectOption, selector: "ion-select-option", inputs: ["disabled", "value"] }, { type: i1.IonTextarea, selector: "ion-textarea", inputs: ["autoGrow", "autocapitalize", "autofocus", "clearOnEdit", "color", "cols", "debounce", "disabled", "enterkeyhint", "inputmode", "maxlength", "minlength", "mode", "name", "placeholder", "readonly", "required", "rows", "spellcheck", "value", "wrap"] }], directives: [{ type: i1.IonBackButtonDelegate, selector: "ion-back-button", inputs: ["defaultHref", "routerAnimation"] }, { type: i1.TextValueAccessor, selector: "ion-input:not([type=number]),ion-textarea,ion-searchbar" }, { type: i1.SelectValueAccessor, selector: "ion-range, ion-select, ion-radio-group, ion-segment, ion-datetime" }, { type: i1.NumericValueAccessor, selector: "ion-input[type=number]" }] });
|
183
183
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: DashboardPage, decorators: [{
|
184
184
|
type: Component,
|
185
|
-
args: [{ selector: 'iq-dashboard', template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\"
|
185
|
+
args: [{ selector: 'iq-dashboard', template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\">\n <h3>Dashboard</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-title>My Business</ion-card-title>\n <ion-card-subtitle>Daily transaction processing</ion-card-subtitle>\n </ion-card-header>\n <ion-card-content>\n My Charts go here...\n </ion-card-content>\n</ion-card>\n<ion-card>\n <ion-grid>\n <ion-row>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Name</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Email</ion-label>\n <ion-input type=\"email\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Country</ion-label>\n <ion-select value=\"usa\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"usa\">United States</ion-select-option>\n <ion-select-option value=\"india\">India</ion-select-option>\n <ion-select-option value=\"france\">France</ion-select-option>\n <ion-select-option value=\"spain\">Spain</ion-select-option>\n <ion-select-option value=\"brazil\">Brazil</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Choose City</ion-label>\n <ion-select value=\"california\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"california\">California</ion-select-option>\n <ion-select-option value=\"illinois\">Illinois</ion-select-option>\n <ion-select-option value=\"texas\">Texas</ion-select-option>\n <ion-select-option value=\"pennsylvania\">Pennsylvania</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Address</ion-label>\n <ion-textarea></ion-textarea>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Postal Code</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Gender</ion-label>\n <ion-select value=\"male\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"male\">Male</ion-select-option>\n <ion-select-option value=\"female\">female</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Age</ion-label>\n <ion-input type=\"number\"></ion-input>\n </ion-item>\n </ion-col>\n </ion-row>\n </ion-grid>\n</ion-card>\n</ion-content>\n", styles: [""] }]
|
186
186
|
}], ctorParameters: function () { return []; } });
|
187
187
|
|
188
188
|
const routes = [
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"rpan93-ron-lib.mjs","sources":["../../../projects/ron-lib/src/lib/ron-lib.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.html","../../../projects/ron-lib/src/lib/ron-lib.module.ts","../../../projects/ron-lib/src/lib/ron-lib.service.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.html","../../../projects/ron-lib/src/lib/custom-page/custom-page-routing.module.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.module.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.page.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.page.html","../../../projects/ron-lib/src/lib/dashboard/dashboard-routing.module.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.module.ts","../../../projects/ron-lib/src/public-api.ts","../../../projects/ron-lib/src/rpan93-ron-lib.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-ron-lib',\n template: `\n <p>\n ron-lib works!\n </p>\n `,\n styles: [\n ]\n})\nexport class RonLibComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n@Component({\n selector: 'iq-custom-card',\n templateUrl: './custom-card.component.html',\n styleUrls: ['./custom-card.component.css']\n})\nexport class CustomCardComponent implements OnInit {\n @Input()\n title!: string;\n @Input()\n content!: string;\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-card>\n <ion-card-header>\n <ion-card-title>{{ title }}</ion-card-title>\n </ion-card-header>\n <ion-card-content>\n {{ content }}\n </ion-card-content>\n</ion-card>\n","import { InjectionToken, ModuleWithProviders, NgModule } from '@angular/core';\nimport { RonLibComponent } from './ron-lib.component';\nimport { CustomCardComponent } from './custom-card/custom-card.component';\n\nimport { IonicModule } from '@ionic/angular';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\n\nimport { RonLibService } from './ron-lib.service';\n\nexport interface LibConfig {\n apiUrl: string;\n}\nexport const LibConfigService = new InjectionToken<LibConfig>('LibConfig');\n\n@NgModule({\n declarations: [\n RonLibComponent,\n CustomCardComponent\n ],\n imports: [\n CommonModule,\n HttpClientModule,\n IonicModule\n ],\n exports: [\n RonLibComponent,CustomCardComponent\n ]\n})\nexport class RonLibModule {\n static forRoot(config: LibConfig): ModuleWithProviders<RonLibModule> {\n return {\n ngModule: RonLibModule,\n providers: [\n RonLibService,\n {\n provide: LibConfigService,\n useValue: config\n }\n ]\n };\n }\n}\n","import { HttpClient } from '@angular/common/http';\nimport { Inject, Injectable } from '@angular/core';\nimport { LibConfigService, LibConfig } from './ron-lib.module';\nimport { map } from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class RonLibService {\n baseUrl = this.config.apiUrl;\n constructor(@Inject(LibConfigService) private config: LibConfig, private http: HttpClient) {\n console.log('My config: ', config);\n }\n getData() {\n return this.http.get<any>(`${this.baseUrl}/api`).pipe(\n map((res: any) => res.results[0])\n )\n }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-custom-page',\n templateUrl: './custom-page.component.html',\n styleUrls: ['./custom-page.component.css']\n})\nexport class CustomPageComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Ron Custom Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n </ion-header>\n <ion-content>\n <div class=\"custom-box\"></div>\n This is a full page from the library!\n </ion-content>\n","import { CustomPageComponent } from './custom-page.component';\r\nimport { NgModule } from '@angular/core';\r\nimport { RouterModule, Routes } from '@angular/router';\r\n\r\nconst routes : Routes = [\r\n {\r\n path: '',\r\n component: CustomPageComponent,\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class CustomPageRoutingModule{\r\n\r\n}\r\n","import { CustomPageComponent } from \"./custom-page.component\";\r\nimport { CustomPageRoutingModule } from \"./custom-page-routing.module\";\r\nimport { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { IonicModule } from '@ionic/angular';\r\nimport { FormsModule } from '@angular/forms';\r\n\r\n@NgModule({\r\n imports:[\r\n CommonModule,\r\n FormsModule,\r\n IonicModule,\r\n CustomPageRoutingModule\r\n ],\r\n declarations: [CustomPageComponent]\r\n})\r\nexport class CustomPageModule{\r\n\r\n}\r\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-dashboard',\n templateUrl: './dashboard.page.html',\n styleUrls: ['./dashboard.page.css']\n})\nexport class DashboardPage implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\">Dashboard\n <h3>Dashboard</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-title>My Business</ion-card-title>\n <ion-card-subtitle>Daily transaction processing</ion-card-subtitle>\n </ion-card-header>\n <ion-card-content>\n My Charts go here...\n </ion-card-content>\n</ion-card>\n<ion-grid>\n <ion-row>\n <ion-col>\n <div class=\"ion-text-start\">\n <h3>text-start</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n </ion-col>\n <ion-col>\n <div class=\"ion-text-end\">\n <h3>text-end</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n </ion-col>\n <ion-col>\n <div class=\"ion-text-center\">\n <h3>text-center</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n </ion-col>\n </ion-row>\n <ion-row>\n <ion-col>\n <div class=\"ion-text-justify\">\n <h3>text-justify</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n </ion-col>\n <ion-col>\n <div class=\"ion-text-wrap\">\n <h3>text-wrap</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n </ion-col>\n <ion-col>\n <div class=\"ion-text-nowrap\">\n <h3>text-nowrap</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n </div>\n </ion-col>\n </ion-row>\n</ion-grid>\n</ion-content>\n","import { DashboardPage } from './dashboard.page';\r\nimport { NgModule } from '@angular/core';\r\nimport { RouterModule, Routes } from '@angular/router';\r\n\r\nconst routes : Routes = [\r\n {\r\n path: '',\r\n component: DashboardPage,\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class DashboardRoutingModule{\r\n\r\n}\r\n","import { DashboardPage } from './dashboard.page';\r\nimport { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { IonicModule } from '@ionic/angular';\r\nimport { FormsModule } from '@angular/forms';\r\nimport { DashboardRoutingModule } from './dashboard-routing.module';\r\n\r\n@NgModule({\r\n imports:[\r\n CommonModule,\r\n FormsModule,\r\n IonicModule,\r\n DashboardRoutingModule\r\n ],\r\n declarations: [DashboardPage]\r\n})\r\nexport class DashboardModule{\r\n\r\n}\r\n","/*\n * Public API Surface of ron-lib\n */\n\nexport * from './lib/ron-lib.service';\nexport * from './lib/ron-lib.component';\nexport * from './lib/ron-lib.module';\nexport * from './lib/custom-card/custom-card.component';\nexport * from './lib/custom-page/custom-page.module';\nexport * from './lib/dashboard/dashboard.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["routes"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"rpan93-ron-lib.mjs","sources":["../../../projects/ron-lib/src/lib/ron-lib.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.ts","../../../projects/ron-lib/src/lib/custom-card/custom-card.component.html","../../../projects/ron-lib/src/lib/ron-lib.module.ts","../../../projects/ron-lib/src/lib/ron-lib.service.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.component.html","../../../projects/ron-lib/src/lib/custom-page/custom-page-routing.module.ts","../../../projects/ron-lib/src/lib/custom-page/custom-page.module.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.page.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.page.html","../../../projects/ron-lib/src/lib/dashboard/dashboard-routing.module.ts","../../../projects/ron-lib/src/lib/dashboard/dashboard.module.ts","../../../projects/ron-lib/src/public-api.ts","../../../projects/ron-lib/src/rpan93-ron-lib.ts"],"sourcesContent":["import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-ron-lib',\n template: `\n <p>\n ron-lib works!\n </p>\n `,\n styles: [\n ]\n})\nexport class RonLibComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","import { Component, OnInit, Input } from '@angular/core';\n\n@Component({\n selector: 'iq-custom-card',\n templateUrl: './custom-card.component.html',\n styleUrls: ['./custom-card.component.css']\n})\nexport class CustomCardComponent implements OnInit {\n @Input()\n title!: string;\n @Input()\n content!: string;\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-card>\n <ion-card-header>\n <ion-card-title>{{ title }}</ion-card-title>\n </ion-card-header>\n <ion-card-content>\n {{ content }}\n </ion-card-content>\n</ion-card>\n","import { InjectionToken, ModuleWithProviders, NgModule } from '@angular/core';\nimport { RonLibComponent } from './ron-lib.component';\nimport { CustomCardComponent } from './custom-card/custom-card.component';\n\nimport { IonicModule } from '@ionic/angular';\nimport { HttpClientModule } from '@angular/common/http';\nimport { CommonModule } from '@angular/common';\n\nimport { RonLibService } from './ron-lib.service';\n\nexport interface LibConfig {\n apiUrl: string;\n}\nexport const LibConfigService = new InjectionToken<LibConfig>('LibConfig');\n\n@NgModule({\n declarations: [\n RonLibComponent,\n CustomCardComponent\n ],\n imports: [\n CommonModule,\n HttpClientModule,\n IonicModule\n ],\n exports: [\n RonLibComponent,CustomCardComponent\n ]\n})\nexport class RonLibModule {\n static forRoot(config: LibConfig): ModuleWithProviders<RonLibModule> {\n return {\n ngModule: RonLibModule,\n providers: [\n RonLibService,\n {\n provide: LibConfigService,\n useValue: config\n }\n ]\n };\n }\n}\n","import { HttpClient } from '@angular/common/http';\nimport { Inject, Injectable } from '@angular/core';\nimport { LibConfigService, LibConfig } from './ron-lib.module';\nimport { map } from 'rxjs/operators';\n\n@Injectable({\n providedIn: 'root'\n})\nexport class RonLibService {\n baseUrl = this.config.apiUrl;\n constructor(@Inject(LibConfigService) private config: LibConfig, private http: HttpClient) {\n console.log('My config: ', config);\n }\n getData() {\n return this.http.get<any>(`${this.baseUrl}/api`).pipe(\n map((res: any) => res.results[0])\n )\n }\n}\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-custom-page',\n templateUrl: './custom-page.component.html',\n styleUrls: ['./custom-page.component.css']\n})\nexport class CustomPageComponent implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Ron Custom Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n </ion-header>\n <ion-content>\n <div class=\"custom-box\"></div>\n This is a full page from the library!\n </ion-content>\n","import { CustomPageComponent } from './custom-page.component';\r\nimport { NgModule } from '@angular/core';\r\nimport { RouterModule, Routes } from '@angular/router';\r\n\r\nconst routes : Routes = [\r\n {\r\n path: '',\r\n component: CustomPageComponent,\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class CustomPageRoutingModule{\r\n\r\n}\r\n","import { CustomPageComponent } from \"./custom-page.component\";\r\nimport { CustomPageRoutingModule } from \"./custom-page-routing.module\";\r\nimport { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { IonicModule } from '@ionic/angular';\r\nimport { FormsModule } from '@angular/forms';\r\n\r\n@NgModule({\r\n imports:[\r\n CommonModule,\r\n FormsModule,\r\n IonicModule,\r\n CustomPageRoutingModule\r\n ],\r\n declarations: [CustomPageComponent]\r\n})\r\nexport class CustomPageModule{\r\n\r\n}\r\n","import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'iq-dashboard',\n templateUrl: './dashboard.page.html',\n styleUrls: ['./dashboard.page.css']\n})\nexport class DashboardPage implements OnInit {\n\n constructor() { }\n\n ngOnInit(): void {\n }\n\n}\n","<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-back-button defaultHref=\"/\">\n </ion-back-button>\n <ion-title>\n Custom Dashboard Page\n </ion-title>\n </ion-buttons>\n </ion-toolbar>\n</ion-header>\n\n<ion-content>\n <div class=\"ion-text-center\">\n <h3>Dashboard</h3>\n Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac vehicula lorem.\n </div>\n<ion-card class=\"welcome-card\">\n <ion-card-header>\n <ion-card-title>My Business</ion-card-title>\n <ion-card-subtitle>Daily transaction processing</ion-card-subtitle>\n </ion-card-header>\n <ion-card-content>\n My Charts go here...\n </ion-card-content>\n</ion-card>\n<ion-card>\n <ion-grid>\n <ion-row>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Name</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Email</ion-label>\n <ion-input type=\"email\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"6\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Country</ion-label>\n <ion-select value=\"usa\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"usa\">United States</ion-select-option>\n <ion-select-option value=\"india\">India</ion-select-option>\n <ion-select-option value=\"france\">France</ion-select-option>\n <ion-select-option value=\"spain\">Spain</ion-select-option>\n <ion-select-option value=\"brazil\">Brazil</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Choose City</ion-label>\n <ion-select value=\"california\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"california\">California</ion-select-option>\n <ion-select-option value=\"illinois\">Illinois</ion-select-option>\n <ion-select-option value=\"texas\">Texas</ion-select-option>\n <ion-select-option value=\"pennsylvania\">Pennsylvania</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Address</ion-label>\n <ion-textarea></ion-textarea>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"6\" size-md=\"6\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Postal Code</ion-label>\n <ion-input type=\"text\"></ion-input>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Gender</ion-label>\n <ion-select value=\"male\" okText=\"Okay\" cancelText=\"Dismiss\">\n <ion-select-option value=\"male\">Male</ion-select-option>\n <ion-select-option value=\"female\">female</ion-select-option>\n </ion-select>\n </ion-item>\n </ion-col>\n <ion-col size-lg=\"4\" size-md=\"4\" size-sm=\"4\" size=\"12\">\n <ion-item>\n <ion-label position=\"floating\">Age</ion-label>\n <ion-input type=\"number\"></ion-input>\n </ion-item>\n </ion-col>\n </ion-row>\n </ion-grid>\n</ion-card>\n</ion-content>\n","import { DashboardPage } from './dashboard.page';\r\nimport { NgModule } from '@angular/core';\r\nimport { RouterModule, Routes } from '@angular/router';\r\n\r\nconst routes : Routes = [\r\n {\r\n path: '',\r\n component: DashboardPage,\r\n }\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule]\r\n})\r\nexport class DashboardRoutingModule{\r\n\r\n}\r\n","import { DashboardPage } from './dashboard.page';\r\nimport { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { IonicModule } from '@ionic/angular';\r\nimport { FormsModule } from '@angular/forms';\r\nimport { DashboardRoutingModule } from './dashboard-routing.module';\r\n\r\n@NgModule({\r\n imports:[\r\n CommonModule,\r\n FormsModule,\r\n IonicModule,\r\n DashboardRoutingModule\r\n ],\r\n declarations: [DashboardPage]\r\n})\r\nexport class DashboardModule{\r\n\r\n}\r\n","/*\n * Public API Surface of ron-lib\n */\n\nexport * from './lib/ron-lib.service';\nexport * from './lib/ron-lib.component';\nexport * from './lib/ron-lib.module';\nexport * from './lib/custom-card/custom-card.component';\nexport * from './lib/custom-page/custom-page.module';\nexport * from './lib/dashboard/dashboard.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["routes"],"mappings":"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"}
|