primekit 0.0.12 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/lib/lib/atomix-calendar/atomix-calendar.component.mjs +90 -0
- package/esm2022/lib/lib/atomix-card/atomix-card.component.mjs +24 -0
- package/esm2022/lib/lib/atomix-confirmation-dialog/atomix-confirmation-dialog.component.mjs +36 -0
- package/esm2022/lib/lib/atomix-dropdown/atomix-dropdown.component.mjs +105 -0
- package/esm2022/lib/lib/atomix-input/atomix-input.component.mjs +67 -0
- package/esm2022/lib/primekit.module.mjs +41 -19
- package/esm2022/public-api.mjs +6 -4
- package/fesm2022/primekit.mjs +240 -31
- package/fesm2022/primekit.mjs.map +1 -1
- package/lib/lib/atomix-calendar/atomix-calendar.component.d.ts +27 -0
- package/lib/lib/atomix-card/atomix-card.component.d.ts +9 -0
- package/lib/lib/atomix-confirmation-dialog/atomix-confirmation-dialog.component.d.ts +15 -0
- package/lib/lib/atomix-dropdown/atomix-dropdown.component.d.ts +50 -0
- package/lib/lib/atomix-input/atomix-input.component.d.ts +23 -0
- package/lib/primekit.module.d.ts +14 -9
- package/package.json +1 -1
- package/public-api.d.ts +5 -3
- package/esm2022/lib/lib/p-card/p-card.component.mjs +0 -24
- package/esm2022/lib/lib/p-confirmation-dialog/p-confirmation-dialog.component.mjs +0 -36
- package/esm2022/lib/lib/p-input/p-input.component.mjs +0 -67
- package/lib/lib/p-card/p-card.component.d.ts +0 -9
- package/lib/lib/p-confirmation-dialog/p-confirmation-dialog.component.d.ts +0 -15
- package/lib/lib/p-input/p-input.component.d.ts +0 -23
package/fesm2022/primekit.mjs
CHANGED
|
@@ -2,6 +2,8 @@ import * as i0 from '@angular/core';
|
|
|
2
2
|
import { Injectable, Component, Input, EventEmitter, Output, NgModule } from '@angular/core';
|
|
3
3
|
import * as i1$2 from '@angular/common';
|
|
4
4
|
import { CommonModule } from '@angular/common';
|
|
5
|
+
import * as i2$2 from '@angular/forms';
|
|
6
|
+
import { FormsModule } from '@angular/forms';
|
|
5
7
|
import * as i1$1 from 'primeng/button';
|
|
6
8
|
import { ButtonModule } from 'primeng/button';
|
|
7
9
|
import * as i2 from 'primeng/dialog';
|
|
@@ -10,6 +12,12 @@ import * as i1 from 'primeng/card';
|
|
|
10
12
|
import { CardModule } from 'primeng/card';
|
|
11
13
|
import * as i2$1 from 'primeng/inputtext';
|
|
12
14
|
import { InputTextModule } from 'primeng/inputtext';
|
|
15
|
+
import * as i1$3 from 'primeng/calendar';
|
|
16
|
+
import { CalendarModule } from 'primeng/calendar';
|
|
17
|
+
import * as i3 from 'primeng/dropdown';
|
|
18
|
+
import { DropdownModule } from 'primeng/dropdown';
|
|
19
|
+
import { Subject, debounceTime, distinctUntilChanged, Subscription } from 'rxjs';
|
|
20
|
+
import * as i2$3 from 'primeng/api';
|
|
13
21
|
|
|
14
22
|
class PrimekitService {
|
|
15
23
|
constructor() { }
|
|
@@ -32,17 +40,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
32
40
|
args: [{ selector: 'lib-primekit', standalone: true, imports: [], template: ` <p>primekit works!</p> ` }]
|
|
33
41
|
}] });
|
|
34
42
|
|
|
35
|
-
class
|
|
43
|
+
class AtomixCardComponent {
|
|
36
44
|
header;
|
|
37
45
|
footer;
|
|
38
46
|
content;
|
|
39
47
|
class;
|
|
40
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type:
|
|
41
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type:
|
|
48
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AtomixCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
49
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AtomixCardComponent, selector: "atomix-card", inputs: { header: "header", footer: "footer", content: "content", class: "class" }, ngImport: i0, template: "<p-card [class]=\"class\">\n <ng-content></ng-content>\n</p-card>\n", styles: ["::ng-deep .p-card{box-shadow:0 2px 4px #0000001a;border-radius:12px}\n"], dependencies: [{ kind: "component", type: i1.Card, selector: "p-card", inputs: ["header", "subheader", "style", "styleClass"] }] });
|
|
42
50
|
}
|
|
43
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type:
|
|
51
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AtomixCardComponent, decorators: [{
|
|
44
52
|
type: Component,
|
|
45
|
-
args: [{ selector: '
|
|
53
|
+
args: [{ selector: 'atomix-card', template: "<p-card [class]=\"class\">\n <ng-content></ng-content>\n</p-card>\n", styles: ["::ng-deep .p-card{box-shadow:0 2px 4px #0000001a;border-radius:12px}\n"] }]
|
|
46
54
|
}], propDecorators: { header: [{
|
|
47
55
|
type: Input
|
|
48
56
|
}], footer: [{
|
|
@@ -53,7 +61,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
53
61
|
type: Input
|
|
54
62
|
}] } });
|
|
55
63
|
|
|
56
|
-
class
|
|
64
|
+
class AtomixConfirmationDialogComponent {
|
|
57
65
|
header = '';
|
|
58
66
|
message = '';
|
|
59
67
|
dialogVisible = false;
|
|
@@ -69,12 +77,12 @@ class PConfirmationDialogComponent {
|
|
|
69
77
|
confirmation: false,
|
|
70
78
|
});
|
|
71
79
|
}
|
|
72
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type:
|
|
73
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type:
|
|
80
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AtomixConfirmationDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
81
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AtomixConfirmationDialogComponent, selector: "atomix-confirmation-dialog", inputs: { header: "header", message: "message", dialogVisible: "dialogVisible" }, outputs: { onConfirm: "onConfirm" }, ngImport: i0, template: "<p-dialog\n [(visible)]=\"dialogVisible\"\n [header]=\"header\"\n [modal]=\"true\"\n [closable]=\"true\"\n styleClass=\"dialog-width\"\n [style]=\"{\n width: 'fit-content',\n height: 'fit-content',\n maxWidth: '25rem',\n }\"\n [maximizable]=\"true\"\n [baseZIndex]=\"9999999999\"\n>\n <p class=\"global-sub-heading\">\n {{ message }}\n </p>\n\n <div class=\"action-button-container\">\n <button\n pButton\n class=\"p-button-outlined\"\n (click)=\"onNoClick()\"\n style=\"margin-top: 0px\"\n >\n No\n </button>\n <button pButton class=\"p-button-primary\" (click)=\"onYesClick()\">Yes</button>\n </div>\n</p-dialog>\n", styles: [".action-button-container{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.5rem}@media (max-width: 768px){.dialog-width{width:95%!important}}\n"], dependencies: [{ kind: "directive", type: i1$1.ButtonDirective, selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }, { kind: "component", type: i2.Dialog, selector: "p-dialog", inputs: ["header", "draggable", "resizable", "positionLeft", "positionTop", "contentStyle", "contentStyleClass", "modal", "closeOnEscape", "dismissableMask", "rtl", "closable", "responsive", "appendTo", "breakpoints", "styleClass", "maskStyleClass", "maskStyle", "showHeader", "breakpoint", "blockScroll", "autoZIndex", "baseZIndex", "minX", "minY", "focusOnShow", "maximizable", "keepInViewport", "focusTrap", "transitionOptions", "closeIcon", "closeAriaLabel", "closeTabindex", "minimizeIcon", "maximizeIcon", "visible", "style", "position"], outputs: ["onShow", "onHide", "visibleChange", "onResizeInit", "onResizeEnd", "onDragEnd", "onMaximize"] }] });
|
|
74
82
|
}
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type:
|
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AtomixConfirmationDialogComponent, decorators: [{
|
|
76
84
|
type: Component,
|
|
77
|
-
args: [{ selector: '
|
|
85
|
+
args: [{ selector: 'atomix-confirmation-dialog', template: "<p-dialog\n [(visible)]=\"dialogVisible\"\n [header]=\"header\"\n [modal]=\"true\"\n [closable]=\"true\"\n styleClass=\"dialog-width\"\n [style]=\"{\n width: 'fit-content',\n height: 'fit-content',\n maxWidth: '25rem',\n }\"\n [maximizable]=\"true\"\n [baseZIndex]=\"9999999999\"\n>\n <p class=\"global-sub-heading\">\n {{ message }}\n </p>\n\n <div class=\"action-button-container\">\n <button\n pButton\n class=\"p-button-outlined\"\n (click)=\"onNoClick()\"\n style=\"margin-top: 0px\"\n >\n No\n </button>\n <button pButton class=\"p-button-primary\" (click)=\"onYesClick()\">Yes</button>\n </div>\n</p-dialog>\n", styles: [".action-button-container{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:.5rem}@media (max-width: 768px){.dialog-width{width:95%!important}}\n"] }]
|
|
78
86
|
}], ctorParameters: () => [], propDecorators: { header: [{
|
|
79
87
|
type: Input
|
|
80
88
|
}], message: [{
|
|
@@ -85,7 +93,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
85
93
|
type: Output
|
|
86
94
|
}] } });
|
|
87
95
|
|
|
88
|
-
class
|
|
96
|
+
class AtomixInputComponent {
|
|
89
97
|
value = '';
|
|
90
98
|
name = '';
|
|
91
99
|
type = 'text';
|
|
@@ -112,12 +120,12 @@ class PInputComponent {
|
|
|
112
120
|
this.value = '';
|
|
113
121
|
this.onEnter();
|
|
114
122
|
}
|
|
115
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type:
|
|
116
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type:
|
|
123
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AtomixInputComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
124
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AtomixInputComponent, selector: "atomix-input", inputs: { value: "value", name: "name", type: "type", placeholder: "placeholder", withIcon: "withIcon", iconName: "iconName", containerClass: "containerClass", class: "class", disabled: "disabled", isCrossRequired: "isCrossRequired", label: "label", isLabelRequired: "isLabelRequired" }, outputs: { valueChange: "valueChange", changeValueHandler: "changeValueHandler" }, ngImport: i0, template: "<label *ngIf=\"label\" for=\"name\"\n >{{ label }}\n <span *ngIf=\"isLabelRequired\" class=\"lib-error-asterisk\">*</span></label\n>\n\n<input\n [id]=\"name\"\n type=\"text\"\n pInputText\n [value]=\"value\"\n [attr.placeholder]=\"placeholder\"\n (input)=\"onInput($event)\"\n (keydown.enter)=\"onEnter()\"\n [ngClass]=\"class + ' lib-input-field'\"\n autocomplete=\"new-password\"\n [disabled]=\"disabled\"\n [type]=\"type\"\n/>\n<i\n class=\"pi pi-times filter-dropdown-icon\"\n style=\"cursor: pointer\"\n (click)=\"clearValue()\"\n *ngIf=\"isCrossRequired && value !== ''\"\n></i>\n", styles: [".lib-error-asterisk{color:red}.filter-dropdown-icon{position:absolute;top:50%;padding-left:.8rem;transform:translateY(-50%);z-index:1;pointer-events:none}::ng-deep .lib-input-field{border-radius:30px;margin-top:.5rem}\n"], dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$1.InputText, selector: "[pInputText]", inputs: ["variant"] }] });
|
|
117
125
|
}
|
|
118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type:
|
|
126
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AtomixInputComponent, decorators: [{
|
|
119
127
|
type: Component,
|
|
120
|
-
args: [{ selector: '
|
|
128
|
+
args: [{ selector: 'atomix-input', template: "<label *ngIf=\"label\" for=\"name\"\n >{{ label }}\n <span *ngIf=\"isLabelRequired\" class=\"lib-error-asterisk\">*</span></label\n>\n\n<input\n [id]=\"name\"\n type=\"text\"\n pInputText\n [value]=\"value\"\n [attr.placeholder]=\"placeholder\"\n (input)=\"onInput($event)\"\n (keydown.enter)=\"onEnter()\"\n [ngClass]=\"class + ' lib-input-field'\"\n autocomplete=\"new-password\"\n [disabled]=\"disabled\"\n [type]=\"type\"\n/>\n<i\n class=\"pi pi-times filter-dropdown-icon\"\n style=\"cursor: pointer\"\n (click)=\"clearValue()\"\n *ngIf=\"isCrossRequired && value !== ''\"\n></i>\n", styles: [".lib-error-asterisk{color:red}.filter-dropdown-icon{position:absolute;top:50%;padding-left:.8rem;transform:translateY(-50%);z-index:1;pointer-events:none}::ng-deep .lib-input-field{border-radius:30px;margin-top:.5rem}\n"] }]
|
|
121
129
|
}], propDecorators: { value: [{
|
|
122
130
|
type: Input
|
|
123
131
|
}], name: [{
|
|
@@ -190,33 +198,229 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
190
198
|
type: Output
|
|
191
199
|
}] } });
|
|
192
200
|
|
|
201
|
+
class AtomixCalendarComponent {
|
|
202
|
+
placeholder = '';
|
|
203
|
+
selectionMode = 'single';
|
|
204
|
+
styleClass = '';
|
|
205
|
+
inputStyleClass = '';
|
|
206
|
+
disabled = false;
|
|
207
|
+
selectedDate = null;
|
|
208
|
+
dateRangeChange = new EventEmitter();
|
|
209
|
+
maxDate;
|
|
210
|
+
minDate;
|
|
211
|
+
enLocale = {
|
|
212
|
+
firstDayOfWeek: 0,
|
|
213
|
+
dayNames: [
|
|
214
|
+
'Sunday',
|
|
215
|
+
'Monday',
|
|
216
|
+
'Tuesday',
|
|
217
|
+
'Wednesday',
|
|
218
|
+
'Thursday',
|
|
219
|
+
'Friday',
|
|
220
|
+
'Saturday',
|
|
221
|
+
],
|
|
222
|
+
dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
|
223
|
+
dayNamesMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
|
|
224
|
+
monthNames: [
|
|
225
|
+
'January',
|
|
226
|
+
'February',
|
|
227
|
+
'March',
|
|
228
|
+
'April',
|
|
229
|
+
'May',
|
|
230
|
+
'June',
|
|
231
|
+
'July',
|
|
232
|
+
'August',
|
|
233
|
+
'September',
|
|
234
|
+
'October',
|
|
235
|
+
'November',
|
|
236
|
+
'December',
|
|
237
|
+
],
|
|
238
|
+
monthNamesShort: [
|
|
239
|
+
'Jan',
|
|
240
|
+
'Feb',
|
|
241
|
+
'Mar',
|
|
242
|
+
'Apr',
|
|
243
|
+
'May',
|
|
244
|
+
'Jun',
|
|
245
|
+
'Jul',
|
|
246
|
+
'Aug',
|
|
247
|
+
'Sep',
|
|
248
|
+
'Oct',
|
|
249
|
+
'Nov',
|
|
250
|
+
'Dec',
|
|
251
|
+
],
|
|
252
|
+
today: 'Today',
|
|
253
|
+
clear: 'Clear',
|
|
254
|
+
};
|
|
255
|
+
clearDateRange() {
|
|
256
|
+
this.selectedDate = null;
|
|
257
|
+
}
|
|
258
|
+
onDateRangeChange(dateRange) {
|
|
259
|
+
this.dateRangeChange.emit(dateRange);
|
|
260
|
+
}
|
|
261
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AtomixCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
262
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AtomixCalendarComponent, selector: "atomix-calendar", inputs: { placeholder: "placeholder", selectionMode: "selectionMode", styleClass: "styleClass", inputStyleClass: "inputStyleClass", disabled: "disabled", selectedDate: "selectedDate", maxDate: "maxDate", minDate: "minDate" }, outputs: { dateRangeChange: "dateRangeChange" }, ngImport: i0, template: "<p-calendar\n [(ngModel)]=\"selectedDate\"\n [selectionMode]=\"selectionMode\"\n [showButtonBar]=\"true\"\n [dateFormat]=\"'mm/dd/yy'\"\n [showOtherMonths]=\"true\"\n [showOnFocus]=\"true\"\n [locale]=\"enLocale\"\n [showIcon]=\"true\"\n [placeholder]=\"placeholder\"\n [styleClass]=\"styleClass\"\n [inputStyleClass]=\"inputStyleClass\"\n (ngModelChange)=\"onDateRangeChange($event)\"\n appendTo=\"body\"\n [showClear]=\"true\"\n [disabled]=\"disabled\"\n [maxDate]=\"maxDate\"\n [minDate]=\"minDate\"\n>\n</p-calendar>\n", styles: [""], dependencies: [{ kind: "component", type: i1$3.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepYearPicker", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autofocus", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "variant", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "directive", type: i2$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
263
|
+
}
|
|
264
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AtomixCalendarComponent, decorators: [{
|
|
265
|
+
type: Component,
|
|
266
|
+
args: [{ selector: 'atomix-calendar', template: "<p-calendar\n [(ngModel)]=\"selectedDate\"\n [selectionMode]=\"selectionMode\"\n [showButtonBar]=\"true\"\n [dateFormat]=\"'mm/dd/yy'\"\n [showOtherMonths]=\"true\"\n [showOnFocus]=\"true\"\n [locale]=\"enLocale\"\n [showIcon]=\"true\"\n [placeholder]=\"placeholder\"\n [styleClass]=\"styleClass\"\n [inputStyleClass]=\"inputStyleClass\"\n (ngModelChange)=\"onDateRangeChange($event)\"\n appendTo=\"body\"\n [showClear]=\"true\"\n [disabled]=\"disabled\"\n [maxDate]=\"maxDate\"\n [minDate]=\"minDate\"\n>\n</p-calendar>\n" }]
|
|
267
|
+
}], propDecorators: { placeholder: [{
|
|
268
|
+
type: Input
|
|
269
|
+
}], selectionMode: [{
|
|
270
|
+
type: Input
|
|
271
|
+
}], styleClass: [{
|
|
272
|
+
type: Input
|
|
273
|
+
}], inputStyleClass: [{
|
|
274
|
+
type: Input
|
|
275
|
+
}], disabled: [{
|
|
276
|
+
type: Input
|
|
277
|
+
}], selectedDate: [{
|
|
278
|
+
type: Input
|
|
279
|
+
}], dateRangeChange: [{
|
|
280
|
+
type: Output
|
|
281
|
+
}], maxDate: [{
|
|
282
|
+
type: Input
|
|
283
|
+
}], minDate: [{
|
|
284
|
+
type: Input
|
|
285
|
+
}] } });
|
|
286
|
+
|
|
287
|
+
class AtomixDropdownComponent {
|
|
288
|
+
cdr;
|
|
289
|
+
ngZone;
|
|
290
|
+
options = []; //
|
|
291
|
+
selectedValues;
|
|
292
|
+
optionValue = '';
|
|
293
|
+
placeholder = '';
|
|
294
|
+
optionLabel = '';
|
|
295
|
+
filter = true;
|
|
296
|
+
name = '';
|
|
297
|
+
dropDownStyleClass = '';
|
|
298
|
+
withIcon = false;
|
|
299
|
+
disabled = false;
|
|
300
|
+
showClear = true;
|
|
301
|
+
iconName = '';
|
|
302
|
+
containerClass = ''; //
|
|
303
|
+
label = '';
|
|
304
|
+
isLabelRequired = false;
|
|
305
|
+
handleDropdownValueChange = new EventEmitter();
|
|
306
|
+
handleOnFilter = new EventEmitter();
|
|
307
|
+
/**
|
|
308
|
+
* The input from the user used to search list
|
|
309
|
+
*/
|
|
310
|
+
filerValue = new Subject();
|
|
311
|
+
/**
|
|
312
|
+
* The time in ms that it takes to register when user is done typing
|
|
313
|
+
*/
|
|
314
|
+
debounceTime = 300;
|
|
315
|
+
/**
|
|
316
|
+
* The trigger that uses the debounce time to create delay of when user types to actual filtering
|
|
317
|
+
*/
|
|
318
|
+
trigger = this.filerValue.pipe(debounceTime(this.debounceTime), distinctUntilChanged());
|
|
319
|
+
/**
|
|
320
|
+
* Subscription to trigger
|
|
321
|
+
*/
|
|
322
|
+
subscription = new Subscription();
|
|
323
|
+
constructor(cdr, ngZone) {
|
|
324
|
+
this.cdr = cdr;
|
|
325
|
+
this.ngZone = ngZone;
|
|
326
|
+
this.subscription.add(this.trigger.subscribe(($event) => {
|
|
327
|
+
this.handleOnFilter.emit($event);
|
|
328
|
+
}));
|
|
329
|
+
}
|
|
330
|
+
onChange(event) {
|
|
331
|
+
this.ngZone.run(() => {
|
|
332
|
+
this.handleDropdownValueChange.emit([event.value, this.name]);
|
|
333
|
+
this.cdr.detectChanges(); // Ensure changes are detected
|
|
334
|
+
});
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
*
|
|
338
|
+
* @param event
|
|
339
|
+
*/
|
|
340
|
+
onFilter(event) {
|
|
341
|
+
this.filerValue.next(event);
|
|
342
|
+
}
|
|
343
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AtomixDropdownComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
344
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: AtomixDropdownComponent, selector: "atomix-dropdown", inputs: { options: "options", selectedValues: "selectedValues", optionValue: "optionValue", placeholder: "placeholder", optionLabel: "optionLabel", filter: "filter", name: "name", dropDownStyleClass: "dropDownStyleClass", withIcon: "withIcon", disabled: "disabled", showClear: "showClear", iconName: "iconName", containerClass: "containerClass", label: "label", isLabelRequired: "isLabelRequired" }, outputs: { handleDropdownValueChange: "handleDropdownValueChange", handleOnFilter: "handleOnFilter" }, ngImport: i0, template: "<label *ngIf=\"label\"\n >{{ label }}\n <span *ngIf=\"isLabelRequired\" class=\"error-asterisk\">*</span></label\n>\n<p-dropdown\n [options]=\"options\"\n [(ngModel)]=\"selectedValues\"\n (onChange)=\"onChange($event)\"\n [optionValue]=\"optionValue\"\n [optionLabel]=\"optionLabel\"\n [showClear]=\"showClear\"\n [filter]=\"filter\"\n [filterBy]=\"optionLabel\"\n appendTo=\"body\"\n [disabled]=\"disabled\"\n [styleClass]=\"dropDownStyleClass\"\n (onFilter)=\"onFilter($event)\"\n [placeholder]=\"placeholder\"\n>\n <ng-template let-option pTemplate=\"item\">\n <div class=\"custom-item\">\n <i\n [ngClass]=\"option.dropdownIcon\"\n class=\"dropdown-logo\"\n *ngIf=\"option.dropdownIcon\"\n ></i>\n <img\n [alt]=\"option.dropdownImage\"\n [src]=\"option.dropdownImage\"\n *ngIf=\"option.dropdownImage\"\n class=\"dropdown-image\"\n />\n\n <span>{{ option[optionLabel] }}</span>\n </div>\n </ng-template>\n</p-dropdown>\n", styles: ["::ng-deep .p-dropdown-panel{margin-top:5px!important}.dropdown-image{width:25px;margin-right:.7rem}.dropdown-logo{text-align:center;font-size:25px;margin-right:.7rem}\n"], dependencies: [{ kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2$3.PrimeTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i3.Dropdown, selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "variant", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "autoShowPanelOnPrintableCharacterKeyDown", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "directive", type: i2$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
345
|
+
}
|
|
346
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: AtomixDropdownComponent, decorators: [{
|
|
347
|
+
type: Component,
|
|
348
|
+
args: [{ selector: 'atomix-dropdown', template: "<label *ngIf=\"label\"\n >{{ label }}\n <span *ngIf=\"isLabelRequired\" class=\"error-asterisk\">*</span></label\n>\n<p-dropdown\n [options]=\"options\"\n [(ngModel)]=\"selectedValues\"\n (onChange)=\"onChange($event)\"\n [optionValue]=\"optionValue\"\n [optionLabel]=\"optionLabel\"\n [showClear]=\"showClear\"\n [filter]=\"filter\"\n [filterBy]=\"optionLabel\"\n appendTo=\"body\"\n [disabled]=\"disabled\"\n [styleClass]=\"dropDownStyleClass\"\n (onFilter)=\"onFilter($event)\"\n [placeholder]=\"placeholder\"\n>\n <ng-template let-option pTemplate=\"item\">\n <div class=\"custom-item\">\n <i\n [ngClass]=\"option.dropdownIcon\"\n class=\"dropdown-logo\"\n *ngIf=\"option.dropdownIcon\"\n ></i>\n <img\n [alt]=\"option.dropdownImage\"\n [src]=\"option.dropdownImage\"\n *ngIf=\"option.dropdownImage\"\n class=\"dropdown-image\"\n />\n\n <span>{{ option[optionLabel] }}</span>\n </div>\n </ng-template>\n</p-dropdown>\n", styles: ["::ng-deep .p-dropdown-panel{margin-top:5px!important}.dropdown-image{width:25px;margin-right:.7rem}.dropdown-logo{text-align:center;font-size:25px;margin-right:.7rem}\n"] }]
|
|
349
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.NgZone }], propDecorators: { options: [{
|
|
350
|
+
type: Input
|
|
351
|
+
}], selectedValues: [{
|
|
352
|
+
type: Input
|
|
353
|
+
}], optionValue: [{
|
|
354
|
+
type: Input
|
|
355
|
+
}], placeholder: [{
|
|
356
|
+
type: Input
|
|
357
|
+
}], optionLabel: [{
|
|
358
|
+
type: Input
|
|
359
|
+
}], filter: [{
|
|
360
|
+
type: Input
|
|
361
|
+
}], name: [{
|
|
362
|
+
type: Input
|
|
363
|
+
}], dropDownStyleClass: [{
|
|
364
|
+
type: Input
|
|
365
|
+
}], withIcon: [{
|
|
366
|
+
type: Input
|
|
367
|
+
}], disabled: [{
|
|
368
|
+
type: Input
|
|
369
|
+
}], showClear: [{
|
|
370
|
+
type: Input
|
|
371
|
+
}], iconName: [{
|
|
372
|
+
type: Input
|
|
373
|
+
}], containerClass: [{
|
|
374
|
+
type: Input
|
|
375
|
+
}], label: [{
|
|
376
|
+
type: Input
|
|
377
|
+
}], isLabelRequired: [{
|
|
378
|
+
type: Input
|
|
379
|
+
}], handleDropdownValueChange: [{
|
|
380
|
+
type: Output
|
|
381
|
+
}], handleOnFilter: [{
|
|
382
|
+
type: Output
|
|
383
|
+
}] } });
|
|
384
|
+
|
|
193
385
|
class PrimekitModule {
|
|
194
386
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PrimekitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
195
387
|
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: PrimekitModule, declarations: [AtomixButtonComponent,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
388
|
+
AtomixCardComponent,
|
|
389
|
+
AtomixConfirmationDialogComponent,
|
|
390
|
+
AtomixInputComponent,
|
|
391
|
+
AtomixCalendarComponent,
|
|
392
|
+
AtomixDropdownComponent], imports: [CommonModule,
|
|
199
393
|
ButtonModule,
|
|
200
394
|
CardModule,
|
|
201
395
|
DialogModule,
|
|
202
|
-
InputTextModule
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
396
|
+
InputTextModule,
|
|
397
|
+
CalendarModule,
|
|
398
|
+
DropdownModule,
|
|
399
|
+
FormsModule], exports: [AtomixButtonComponent,
|
|
400
|
+
AtomixCardComponent,
|
|
401
|
+
AtomixConfirmationDialogComponent,
|
|
402
|
+
AtomixInputComponent,
|
|
403
|
+
AtomixCalendarComponent,
|
|
404
|
+
AtomixDropdownComponent] });
|
|
206
405
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PrimekitModule, imports: [CommonModule,
|
|
207
406
|
ButtonModule,
|
|
208
407
|
CardModule,
|
|
209
408
|
DialogModule,
|
|
210
|
-
InputTextModule
|
|
409
|
+
InputTextModule,
|
|
410
|
+
CalendarModule,
|
|
411
|
+
DropdownModule,
|
|
412
|
+
FormsModule] });
|
|
211
413
|
}
|
|
212
414
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: PrimekitModule, decorators: [{
|
|
213
415
|
type: NgModule,
|
|
214
416
|
args: [{
|
|
215
417
|
declarations: [
|
|
216
418
|
AtomixButtonComponent,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
419
|
+
AtomixCardComponent,
|
|
420
|
+
AtomixConfirmationDialogComponent,
|
|
421
|
+
AtomixInputComponent,
|
|
422
|
+
AtomixCalendarComponent,
|
|
423
|
+
AtomixDropdownComponent,
|
|
220
424
|
],
|
|
221
425
|
imports: [
|
|
222
426
|
CommonModule,
|
|
@@ -224,12 +428,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
224
428
|
CardModule,
|
|
225
429
|
DialogModule,
|
|
226
430
|
InputTextModule,
|
|
227
|
-
|
|
431
|
+
CalendarModule,
|
|
432
|
+
DropdownModule,
|
|
433
|
+
FormsModule,
|
|
434
|
+
], // Import the PrimeNG Module here
|
|
228
435
|
exports: [
|
|
229
436
|
AtomixButtonComponent,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
437
|
+
AtomixCardComponent,
|
|
438
|
+
AtomixConfirmationDialogComponent,
|
|
439
|
+
AtomixInputComponent,
|
|
440
|
+
AtomixCalendarComponent,
|
|
441
|
+
AtomixDropdownComponent,
|
|
233
442
|
], // Export your component
|
|
234
443
|
}]
|
|
235
444
|
}] });
|
|
@@ -242,5 +451,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
242
451
|
* Generated bundle index. Do not edit.
|
|
243
452
|
*/
|
|
244
453
|
|
|
245
|
-
export { AtomixButtonComponent,
|
|
454
|
+
export { AtomixButtonComponent, AtomixCalendarComponent, AtomixCardComponent, AtomixConfirmationDialogComponent, AtomixDropdownComponent, AtomixInputComponent, PrimekitComponent, PrimekitModule, PrimekitService };
|
|
246
455
|
//# sourceMappingURL=primekit.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"primekit.mjs","sources":["../../../projects/primekit/src/lib/primekit.service.ts","../../../projects/primekit/src/lib/primekit.component.ts","../../../projects/primekit/src/lib/lib/p-card/p-card.component.ts","../../../projects/primekit/src/lib/lib/p-card/p-card.component.html","../../../projects/primekit/src/lib/lib/p-confirmation-dialog/p-confirmation-dialog.component.ts","../../../projects/primekit/src/lib/lib/p-confirmation-dialog/p-confirmation-dialog.component.html","../../../projects/primekit/src/lib/lib/p-input/p-input.component.ts","../../../projects/primekit/src/lib/lib/p-input/p-input.component.html","../../../projects/primekit/src/lib/lib/atomix-button/atomix-button.component.ts","../../../projects/primekit/src/lib/lib/atomix-button/atomix-button.component.html","../../../projects/primekit/src/lib/primekit.module.ts","../../../projects/primekit/src/public-api.ts","../../../projects/primekit/src/primekit.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class PrimekitService {\n constructor() {}\n}\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-primekit',\n standalone: true,\n imports: [],\n template: ` <p>primekit works!</p> `,\n styles: ``,\n})\nexport class PrimekitComponent {}\n","import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'lib-p-card',\n templateUrl: './p-card.component.html',\n styleUrls: ['./p-card.component.css'],\n})\nexport class PCardComponent {\n @Input() header: string | undefined;\n @Input() footer: string | undefined;\n @Input() content: string | undefined;\n @Input() class: string | undefined;\n}\n","<p-card [class]=\"class\">\n <ng-content></ng-content>\n</p-card>\n","import { Component, EventEmitter, Input, Output } from '@angular/core';\n\n@Component({\n selector: 'lib-p-confirmation-dialog',\n templateUrl: './p-confirmation-dialog.component.html',\n styleUrls: ['./p-confirmation-dialog.component.css'],\n})\nexport class PConfirmationDialogComponent {\n @Input() header: string = '';\n @Input() message: string = '';\n @Input() dialogVisible: boolean = false;\n constructor() {}\n @Output() onConfirm = new EventEmitter<{ confirmation: boolean }>();\n onYesClick(): void {\n this.onConfirm.emit({\n confirmation: true,\n });\n }\n\n onNoClick(): void {\n this.onConfirm.emit({\n confirmation: false,\n });\n }\n}\n","<p-dialog\n [(visible)]=\"dialogVisible\"\n [header]=\"header\"\n [modal]=\"true\"\n [closable]=\"true\"\n styleClass=\"dialog-width\"\n [style]=\"{\n width: 'fit-content',\n height: 'fit-content',\n maxWidth: '25rem',\n }\"\n [maximizable]=\"true\"\n [baseZIndex]=\"9999999999\"\n>\n <p class=\"global-sub-heading\">\n {{ message }}\n </p>\n\n <div class=\"action-button-container\">\n <button\n pButton\n class=\"p-button-outlined\"\n (click)=\"onNoClick()\"\n style=\"margin-top: 0px\"\n >\n No\n </button>\n <button pButton class=\"p-button-primary\" (click)=\"onYesClick()\">Yes</button>\n </div>\n</p-dialog>\n","import { Component, Input, Output, EventEmitter } from '@angular/core';\n\n@Component({\n selector: 'lib-p-input',\n templateUrl: './p-input.component.html',\n styleUrls: ['./p-input.component.css'],\n})\nexport class PInputComponent {\n @Input() value: string = '';\n @Input() name: string = '';\n @Input() type: string = 'text';\n @Input() placeholder: string = '';\n @Output() valueChange = new EventEmitter<string>();\n @Input() withIcon: boolean = false;\n @Input() iconName: string = '';\n @Input() containerClass: string = '';\n @Input() class: string = '';\n @Input() disabled: boolean = false;\n @Input() isCrossRequired: boolean = true;\n @Input() label: string = '';\n @Input() isLabelRequired: boolean = false;\n\n @Output() changeValueHandler = new EventEmitter<string>();\n\n onInput(event: Event): void {\n const input = event.target as HTMLInputElement;\n this.value = input.value;\n this.changeValueHandler.emit(this.value);\n }\n onEnter(): void {\n this.valueChange.emit(this.value);\n }\n clearValue(): void {\n this.value = '';\n this.onEnter();\n }\n}\n","<label *ngIf=\"label\" for=\"name\"\n >{{ label }}\n <span *ngIf=\"isLabelRequired\" class=\"lib-error-asterisk\">*</span></label\n>\n\n<input\n[id]=\"name\"\n type=\"text\"\n pInputText\n [value]=\"value\"\n [attr.placeholder]=\"placeholder\"\n (input)=\"onInput($event)\"\n (keydown.enter)=\"onEnter()\"\n [ngClass]=\"class+ ' lib-input-field'\"\n autocomplete=\"new-password\"\n [disabled]=\"disabled\"\n [type]=\"type\"\n/>\n<i\n class=\"pi pi-times filter-dropdown-icon\"\n style=\"cursor: pointer\"\n (click)=\"clearValue()\"\n *ngIf=\"isCrossRequired && value !== ''\"\n></i>\n","import { Component, EventEmitter, Input, Output } from '@angular/core';\nimport { ButtonSize, ButtonIconPosition } from './atomix-button.models';\n\n@Component({\n selector: 'atomix-button',\n templateUrl: './atomix-button.component.html',\n styleUrls: ['./atomix-button.component.css'],\n})\nexport class AtomixButtonComponent {\n @Input() label: string = '';\n @Input() disabled: boolean = false;\n @Input() loading: boolean = false;\n @Input() size: ButtonSize = 'small';\n @Input() type: 'primary' | 'text' | 'outlined' = 'primary';\n\n @Input() class: string = '';\n\n @Input() icon: string = '';\n @Input() iconPos: ButtonIconPosition = 'left';\n\n @Input() buttonData: any;\n @Output() buttonClick = new EventEmitter<void>();\n\n onButtonClick() {\n this.buttonClick.emit(this.buttonData); // Emit the event when button is clicked\n }\n}\n","<button\n pButton\n pRipple\n [label]=\"label\"\n [ngClass]=\"{\n 'p-button-primary': type === 'primary',\n 'p-button-outlined': type === 'outlined',\n 'p-button-text': type === 'text',\n }\"\n [class]=\"class\"\n [disabled]=\"disabled\"\n [loading]=\"loading\"\n [size]=\"size\"\n [icon]=\"icon\"\n [iconPos]=\"iconPos\"\n (click)=\"onButtonClick()\"\n></button>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\n// Primeng Components\nimport { ButtonModule } from 'primeng/button';\nimport { DialogModule } from 'primeng/dialog';\nimport { CardModule } from 'primeng/card';\nimport { InputTextModule } from 'primeng/inputtext';\n\n// Common Components\nimport { PCardComponent } from './lib/p-card/p-card.component';\nimport { PConfirmationDialogComponent } from './lib/p-confirmation-dialog/p-confirmation-dialog.component';\nimport { PInputComponent } from './lib/p-input/p-input.component';\nimport { AtomixButtonComponent } from './lib/atomix-button/atomix-button.component';\n\n@NgModule({\n declarations: [\n AtomixButtonComponent,\n PCardComponent,\n PConfirmationDialogComponent,\n PInputComponent,\n ],\n imports: [\n CommonModule,\n ButtonModule,\n CardModule,\n DialogModule,\n InputTextModule,\n ], // Import the PrimeNG ButtonModule here\n exports: [\n AtomixButtonComponent,\n PCardComponent,\n PConfirmationDialogComponent,\n PInputComponent,\n ], // Export your component\n})\nexport class PrimekitModule {}\n","/*\n * Public API Surface of primekit\n */\n\nexport * from './lib/primekit.service';\nexport * from './lib/primekit.component';\nexport * from './lib/primekit.module';\n\n// Button\nexport * from './lib/lib/atomix-button/atomix-button.component';\nexport * from './lib/lib/p-card/p-card.component';\nexport * from './lib/lib/p-confirmation-dialog/p-confirmation-dialog.component';\nexport * from './lib/lib/p-input/p-input.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1","i2"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"primekit.mjs","sources":["../../../projects/primekit/src/lib/primekit.service.ts","../../../projects/primekit/src/lib/primekit.component.ts","../../../projects/primekit/src/lib/lib/atomix-card/atomix-card.component.ts","../../../projects/primekit/src/lib/lib/atomix-card/atomix-card.component.html","../../../projects/primekit/src/lib/lib/atomix-confirmation-dialog/atomix-confirmation-dialog.component.ts","../../../projects/primekit/src/lib/lib/atomix-confirmation-dialog/atomix-confirmation-dialog.component.html","../../../projects/primekit/src/lib/lib/atomix-input/atomix-input.component.ts","../../../projects/primekit/src/lib/lib/atomix-input/atomix-input.component.html","../../../projects/primekit/src/lib/lib/atomix-button/atomix-button.component.ts","../../../projects/primekit/src/lib/lib/atomix-button/atomix-button.component.html","../../../projects/primekit/src/lib/lib/atomix-calendar/atomix-calendar.component.ts","../../../projects/primekit/src/lib/lib/atomix-calendar/atomix-calendar.component.html","../../../projects/primekit/src/lib/lib/atomix-dropdown/atomix-dropdown.component.ts","../../../projects/primekit/src/lib/lib/atomix-dropdown/atomix-dropdown.component.html","../../../projects/primekit/src/lib/primekit.module.ts","../../../projects/primekit/src/public-api.ts","../../../projects/primekit/src/primekit.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class PrimekitService {\n constructor() {}\n}\n","import { Component } from '@angular/core';\n\n@Component({\n selector: 'lib-primekit',\n standalone: true,\n imports: [],\n template: ` <p>primekit works!</p> `,\n styles: ``,\n})\nexport class PrimekitComponent {}\n","import { Component, Input } from '@angular/core';\n\n@Component({\n selector: 'atomix-card',\n templateUrl: './atomix-card.component.html',\n styleUrls: ['./atomix-card.component.css'],\n})\nexport class AtomixCardComponent {\n @Input() header: string | undefined;\n @Input() footer: string | undefined;\n @Input() content: string | undefined;\n @Input() class: string | undefined;\n}\n","<p-card [class]=\"class\">\n <ng-content></ng-content>\n</p-card>\n","import { Component, EventEmitter, Input, Output } from '@angular/core';\n\n@Component({\n selector: 'atomix-confirmation-dialog',\n templateUrl: './atomix-confirmation-dialog.component.html',\n styleUrls: ['./atomix-confirmation-dialog.component.css'],\n})\nexport class AtomixConfirmationDialogComponent {\n @Input() header: string = '';\n @Input() message: string = '';\n @Input() dialogVisible: boolean = false;\n constructor() {}\n @Output() onConfirm = new EventEmitter<{ confirmation: boolean }>();\n onYesClick(): void {\n this.onConfirm.emit({\n confirmation: true,\n });\n }\n\n onNoClick(): void {\n this.onConfirm.emit({\n confirmation: false,\n });\n }\n}\n","<p-dialog\n [(visible)]=\"dialogVisible\"\n [header]=\"header\"\n [modal]=\"true\"\n [closable]=\"true\"\n styleClass=\"dialog-width\"\n [style]=\"{\n width: 'fit-content',\n height: 'fit-content',\n maxWidth: '25rem',\n }\"\n [maximizable]=\"true\"\n [baseZIndex]=\"9999999999\"\n>\n <p class=\"global-sub-heading\">\n {{ message }}\n </p>\n\n <div class=\"action-button-container\">\n <button\n pButton\n class=\"p-button-outlined\"\n (click)=\"onNoClick()\"\n style=\"margin-top: 0px\"\n >\n No\n </button>\n <button pButton class=\"p-button-primary\" (click)=\"onYesClick()\">Yes</button>\n </div>\n</p-dialog>\n","import { Component, Input, Output, EventEmitter } from '@angular/core';\n\n@Component({\n selector: 'atomix-input',\n templateUrl: './atomix-input.component.html',\n styleUrls: ['./atomix-input.component.css'],\n})\nexport class AtomixInputComponent {\n @Input() value: string = '';\n @Input() name: string = '';\n @Input() type: string = 'text';\n @Input() placeholder: string = '';\n @Output() valueChange = new EventEmitter<string>();\n @Input() withIcon: boolean = false;\n @Input() iconName: string = '';\n @Input() containerClass: string = '';\n @Input() class: string = '';\n @Input() disabled: boolean = false;\n @Input() isCrossRequired: boolean = true;\n @Input() label: string = '';\n @Input() isLabelRequired: boolean = false;\n\n @Output() changeValueHandler = new EventEmitter<string>();\n\n onInput(event: Event): void {\n const input = event.target as HTMLInputElement;\n this.value = input.value;\n this.changeValueHandler.emit(this.value);\n }\n onEnter(): void {\n this.valueChange.emit(this.value);\n }\n clearValue(): void {\n this.value = '';\n this.onEnter();\n }\n}\n","<label *ngIf=\"label\" for=\"name\"\n >{{ label }}\n <span *ngIf=\"isLabelRequired\" class=\"lib-error-asterisk\">*</span></label\n>\n\n<input\n [id]=\"name\"\n type=\"text\"\n pInputText\n [value]=\"value\"\n [attr.placeholder]=\"placeholder\"\n (input)=\"onInput($event)\"\n (keydown.enter)=\"onEnter()\"\n [ngClass]=\"class + ' lib-input-field'\"\n autocomplete=\"new-password\"\n [disabled]=\"disabled\"\n [type]=\"type\"\n/>\n<i\n class=\"pi pi-times filter-dropdown-icon\"\n style=\"cursor: pointer\"\n (click)=\"clearValue()\"\n *ngIf=\"isCrossRequired && value !== ''\"\n></i>\n","import { Component, EventEmitter, Input, Output } from '@angular/core';\nimport { ButtonSize, ButtonIconPosition } from './atomix-button.models';\n\n@Component({\n selector: 'atomix-button',\n templateUrl: './atomix-button.component.html',\n styleUrls: ['./atomix-button.component.css'],\n})\nexport class AtomixButtonComponent {\n @Input() label: string = '';\n @Input() disabled: boolean = false;\n @Input() loading: boolean = false;\n @Input() size: ButtonSize = 'small';\n @Input() type: 'primary' | 'text' | 'outlined' = 'primary';\n\n @Input() class: string = '';\n\n @Input() icon: string = '';\n @Input() iconPos: ButtonIconPosition = 'left';\n\n @Input() buttonData: any;\n @Output() buttonClick = new EventEmitter<void>();\n\n onButtonClick() {\n this.buttonClick.emit(this.buttonData); // Emit the event when button is clicked\n }\n}\n","<button\n pButton\n pRipple\n [label]=\"label\"\n [ngClass]=\"{\n 'p-button-primary': type === 'primary',\n 'p-button-outlined': type === 'outlined',\n 'p-button-text': type === 'text',\n }\"\n [class]=\"class\"\n [disabled]=\"disabled\"\n [loading]=\"loading\"\n [size]=\"size\"\n [icon]=\"icon\"\n [iconPos]=\"iconPos\"\n (click)=\"onButtonClick()\"\n></button>\n","import { Component, EventEmitter, Input, Output } from '@angular/core';\n\n@Component({\n selector: 'atomix-calendar',\n templateUrl: './atomix-calendar.component.html',\n styleUrls: ['./atomix-calendar.component.css'],\n})\nexport class AtomixCalendarComponent {\n @Input() placeholder: string = '';\n @Input() selectionMode: 'single' | 'multiple' | 'range' = 'single';\n @Input() styleClass: string = '';\n @Input() inputStyleClass: string = '';\n @Input() disabled: boolean = false;\n @Input() selectedDate: Date[] | null | Date = null;\n @Output() dateRangeChange = new EventEmitter<any>();\n @Input() maxDate!: Date;\n @Input() minDate!: Date;\n\n enLocale = {\n firstDayOfWeek: 0,\n dayNames: [\n 'Sunday',\n 'Monday',\n 'Tuesday',\n 'Wednesday',\n 'Thursday',\n 'Friday',\n 'Saturday',\n ],\n dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],\n dayNamesMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],\n monthNames: [\n 'January',\n 'February',\n 'March',\n 'April',\n 'May',\n 'June',\n 'July',\n 'August',\n 'September',\n 'October',\n 'November',\n 'December',\n ],\n monthNamesShort: [\n 'Jan',\n 'Feb',\n 'Mar',\n 'Apr',\n 'May',\n 'Jun',\n 'Jul',\n 'Aug',\n 'Sep',\n 'Oct',\n 'Nov',\n 'Dec',\n ],\n today: 'Today',\n clear: 'Clear',\n };\n\n clearDateRange() {\n this.selectedDate = null;\n }\n\n onDateRangeChange(dateRange: Date[] | null): void {\n this.dateRangeChange.emit(dateRange);\n }\n}\n","<p-calendar\n [(ngModel)]=\"selectedDate\"\n [selectionMode]=\"selectionMode\"\n [showButtonBar]=\"true\"\n [dateFormat]=\"'mm/dd/yy'\"\n [showOtherMonths]=\"true\"\n [showOnFocus]=\"true\"\n [locale]=\"enLocale\"\n [showIcon]=\"true\"\n [placeholder]=\"placeholder\"\n [styleClass]=\"styleClass\"\n [inputStyleClass]=\"inputStyleClass\"\n (ngModelChange)=\"onDateRangeChange($event)\"\n appendTo=\"body\"\n [showClear]=\"true\"\n [disabled]=\"disabled\"\n [maxDate]=\"maxDate\"\n [minDate]=\"minDate\"\n>\n</p-calendar>\n","import {\n Component,\n Input,\n Output,\n EventEmitter,\n NgZone,\n ChangeDetectorRef,\n} from '@angular/core';\nimport { DropdownFilterEvent } from 'primeng/dropdown';\nimport {\n debounceTime,\n distinctUntilChanged,\n Subject,\n Subscription,\n} from 'rxjs';\n\n@Component({\n selector: 'atomix-dropdown',\n templateUrl: './atomix-dropdown.component.html',\n styleUrls: ['./atomix-dropdown.component.css'],\n})\nexport class AtomixDropdownComponent {\n @Input() options: any[] = []; //\n @Input() selectedValues: any;\n @Input() optionValue: string = '';\n @Input() placeholder: string = '';\n @Input() optionLabel: string = '';\n @Input() filter: boolean = true;\n @Input() name: string = '';\n @Input() dropDownStyleClass: string = '';\n @Input() withIcon: boolean = false;\n @Input() disabled: boolean = false;\n @Input() showClear: boolean = true;\n @Input() iconName: string = '';\n @Input() containerClass: string = ''; //\n @Input() label: string = '';\n @Input() isLabelRequired: boolean = false;\n @Output() handleDropdownValueChange = new EventEmitter<any>();\n @Output() handleOnFilter = new EventEmitter<DropdownFilterEvent>();\n\n /**\n * The input from the user used to search list\n */\n filerValue = new Subject<DropdownFilterEvent>();\n\n /**\n * The time in ms that it takes to register when user is done typing\n */\n debounceTime = 300;\n\n /**\n * The trigger that uses the debounce time to create delay of when user types to actual filtering\n */\n trigger = this.filerValue.pipe(\n debounceTime(this.debounceTime),\n distinctUntilChanged()\n );\n\n /**\n * Subscription to trigger\n */\n subscription: Subscription = new Subscription();\n\n constructor(\n private cdr: ChangeDetectorRef,\n private ngZone: NgZone\n ) {\n this.subscription.add(\n this.trigger.subscribe(($event) => {\n this.handleOnFilter.emit($event);\n })\n );\n }\n\n onChange(event: any) {\n this.ngZone.run(() => {\n this.handleDropdownValueChange.emit([event.value, this.name]);\n this.cdr.detectChanges(); // Ensure changes are detected\n });\n }\n\n /**\n *\n * @param event\n */\n onFilter(event: DropdownFilterEvent) {\n this.filerValue.next(event);\n }\n}\n","<label *ngIf=\"label\"\n >{{ label }}\n <span *ngIf=\"isLabelRequired\" class=\"error-asterisk\">*</span></label\n>\n<p-dropdown\n [options]=\"options\"\n [(ngModel)]=\"selectedValues\"\n (onChange)=\"onChange($event)\"\n [optionValue]=\"optionValue\"\n [optionLabel]=\"optionLabel\"\n [showClear]=\"showClear\"\n [filter]=\"filter\"\n [filterBy]=\"optionLabel\"\n appendTo=\"body\"\n [disabled]=\"disabled\"\n [styleClass]=\"dropDownStyleClass\"\n (onFilter)=\"onFilter($event)\"\n [placeholder]=\"placeholder\"\n>\n <ng-template let-option pTemplate=\"item\">\n <div class=\"custom-item\">\n <i\n [ngClass]=\"option.dropdownIcon\"\n class=\"dropdown-logo\"\n *ngIf=\"option.dropdownIcon\"\n ></i>\n <img\n [alt]=\"option.dropdownImage\"\n [src]=\"option.dropdownImage\"\n *ngIf=\"option.dropdownImage\"\n class=\"dropdown-image\"\n />\n\n <span>{{ option[optionLabel] }}</span>\n </div>\n </ng-template>\n</p-dropdown>\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { FormsModule } from '@angular/forms';\n// Primeng Components\nimport { ButtonModule } from 'primeng/button';\nimport { DialogModule } from 'primeng/dialog';\nimport { CardModule } from 'primeng/card';\nimport { InputTextModule } from 'primeng/inputtext';\nimport { CalendarModule } from 'primeng/calendar';\nimport { DropdownModule } from 'primeng/dropdown';\n\n// Common Components\nimport { AtomixCardComponent } from './lib/atomix-card/atomix-card.component';\nimport { AtomixConfirmationDialogComponent } from './lib/atomix-confirmation-dialog/atomix-confirmation-dialog.component';\nimport { AtomixInputComponent } from './lib/atomix-input/atomix-input.component';\nimport { AtomixButtonComponent } from './lib/atomix-button/atomix-button.component';\nimport { AtomixCalendarComponent } from './lib/atomix-calendar/atomix-calendar.component';\nimport { AtomixDropdownComponent } from './lib/atomix-dropdown/atomix-dropdown.component';\n\n@NgModule({\n declarations: [\n AtomixButtonComponent,\n AtomixCardComponent,\n AtomixConfirmationDialogComponent,\n AtomixInputComponent,\n AtomixCalendarComponent,\n AtomixDropdownComponent,\n ],\n imports: [\n CommonModule,\n ButtonModule,\n CardModule,\n DialogModule,\n InputTextModule,\n CalendarModule,\n DropdownModule,\n FormsModule,\n ], // Import the PrimeNG Module here\n exports: [\n AtomixButtonComponent,\n AtomixCardComponent,\n AtomixConfirmationDialogComponent,\n AtomixInputComponent,\n AtomixCalendarComponent,\n AtomixDropdownComponent,\n ], // Export your component\n})\nexport class PrimekitModule {}\n","/*\n * Public API Surface of primekit\n */\n\nexport * from './lib/primekit.service';\nexport * from './lib/primekit.component';\nexport * from './lib/primekit.module';\n\n// Button\nexport * from './lib/lib/atomix-button/atomix-button.component';\nexport * from './lib/lib/atomix-card/atomix-card.component';\nexport * from './lib/lib/atomix-confirmation-dialog/atomix-confirmation-dialog.component';\nexport * from './lib/lib/atomix-input/atomix-input.component';\nexport * from './lib/lib/atomix-calendar/atomix-calendar.component';\nexport * from './lib/lib/atomix-dropdown/atomix-dropdown.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["i1","i2","i4"],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AtomixCalendarComponent {
|
|
4
|
+
placeholder: string;
|
|
5
|
+
selectionMode: 'single' | 'multiple' | 'range';
|
|
6
|
+
styleClass: string;
|
|
7
|
+
inputStyleClass: string;
|
|
8
|
+
disabled: boolean;
|
|
9
|
+
selectedDate: Date[] | null | Date;
|
|
10
|
+
dateRangeChange: EventEmitter<any>;
|
|
11
|
+
maxDate: Date;
|
|
12
|
+
minDate: Date;
|
|
13
|
+
enLocale: {
|
|
14
|
+
firstDayOfWeek: number;
|
|
15
|
+
dayNames: string[];
|
|
16
|
+
dayNamesShort: string[];
|
|
17
|
+
dayNamesMin: string[];
|
|
18
|
+
monthNames: string[];
|
|
19
|
+
monthNamesShort: string[];
|
|
20
|
+
today: string;
|
|
21
|
+
clear: string;
|
|
22
|
+
};
|
|
23
|
+
clearDateRange(): void;
|
|
24
|
+
onDateRangeChange(dateRange: Date[] | null): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtomixCalendarComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtomixCalendarComponent, "atomix-calendar", never, { "placeholder": { "alias": "placeholder"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "inputStyleClass": { "alias": "inputStyleClass"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selectedDate": { "alias": "selectedDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; }, { "dateRangeChange": "dateRangeChange"; }, never, never, false, never>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AtomixCardComponent {
|
|
3
|
+
header: string | undefined;
|
|
4
|
+
footer: string | undefined;
|
|
5
|
+
content: string | undefined;
|
|
6
|
+
class: string | undefined;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtomixCardComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtomixCardComponent, "atomix-card", never, { "header": { "alias": "header"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "content": { "alias": "content"; "required": false; }; "class": { "alias": "class"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AtomixConfirmationDialogComponent {
|
|
4
|
+
header: string;
|
|
5
|
+
message: string;
|
|
6
|
+
dialogVisible: boolean;
|
|
7
|
+
constructor();
|
|
8
|
+
onConfirm: EventEmitter<{
|
|
9
|
+
confirmation: boolean;
|
|
10
|
+
}>;
|
|
11
|
+
onYesClick(): void;
|
|
12
|
+
onNoClick(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtomixConfirmationDialogComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtomixConfirmationDialogComponent, "atomix-confirmation-dialog", never, { "header": { "alias": "header"; "required": false; }; "message": { "alias": "message"; "required": false; }; "dialogVisible": { "alias": "dialogVisible"; "required": false; }; }, { "onConfirm": "onConfirm"; }, never, never, false, never>;
|
|
15
|
+
}
|