@logosphere-ui/angular 0.0.1-alpha.1

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.
Files changed (71) hide show
  1. package/README.md +63 -0
  2. package/fesm2022/logosphere-ui-angular-src-lib-badge.mjs +53 -0
  3. package/fesm2022/logosphere-ui-angular-src-lib-badge.mjs.map +1 -0
  4. package/fesm2022/logosphere-ui-angular-src-lib-breadcrumb.mjs +37 -0
  5. package/fesm2022/logosphere-ui-angular-src-lib-breadcrumb.mjs.map +1 -0
  6. package/fesm2022/logosphere-ui-angular-src-lib-button.mjs +34 -0
  7. package/fesm2022/logosphere-ui-angular-src-lib-button.mjs.map +1 -0
  8. package/fesm2022/logosphere-ui-angular-src-lib-calendar.mjs +85 -0
  9. package/fesm2022/logosphere-ui-angular-src-lib-calendar.mjs.map +1 -0
  10. package/fesm2022/logosphere-ui-angular-src-lib-card.mjs +68 -0
  11. package/fesm2022/logosphere-ui-angular-src-lib-card.mjs.map +1 -0
  12. package/fesm2022/logosphere-ui-angular-src-lib-chatbot.mjs +62 -0
  13. package/fesm2022/logosphere-ui-angular-src-lib-chatbot.mjs.map +1 -0
  14. package/fesm2022/logosphere-ui-angular-src-lib-checkbox.mjs +55 -0
  15. package/fesm2022/logosphere-ui-angular-src-lib-checkbox.mjs.map +1 -0
  16. package/fesm2022/logosphere-ui-angular-src-lib-combobox.mjs +100 -0
  17. package/fesm2022/logosphere-ui-angular-src-lib-combobox.mjs.map +1 -0
  18. package/fesm2022/logosphere-ui-angular-src-lib-datepicker.mjs +102 -0
  19. package/fesm2022/logosphere-ui-angular-src-lib-datepicker.mjs.map +1 -0
  20. package/fesm2022/logosphere-ui-angular-src-lib-download-manager.mjs +39 -0
  21. package/fesm2022/logosphere-ui-angular-src-lib-download-manager.mjs.map +1 -0
  22. package/fesm2022/logosphere-ui-angular-src-lib-drawer.mjs +64 -0
  23. package/fesm2022/logosphere-ui-angular-src-lib-drawer.mjs.map +1 -0
  24. package/fesm2022/logosphere-ui-angular-src-lib-formfield.mjs +76 -0
  25. package/fesm2022/logosphere-ui-angular-src-lib-formfield.mjs.map +1 -0
  26. package/fesm2022/logosphere-ui-angular-src-lib-input.mjs +130 -0
  27. package/fesm2022/logosphere-ui-angular-src-lib-input.mjs.map +1 -0
  28. package/fesm2022/logosphere-ui-angular-src-lib-left-menu.mjs +99 -0
  29. package/fesm2022/logosphere-ui-angular-src-lib-left-menu.mjs.map +1 -0
  30. package/fesm2022/logosphere-ui-angular-src-lib-modal.mjs +66 -0
  31. package/fesm2022/logosphere-ui-angular-src-lib-modal.mjs.map +1 -0
  32. package/fesm2022/logosphere-ui-angular-src-lib-popover.mjs +66 -0
  33. package/fesm2022/logosphere-ui-angular-src-lib-popover.mjs.map +1 -0
  34. package/fesm2022/logosphere-ui-angular-src-lib-switch.mjs +46 -0
  35. package/fesm2022/logosphere-ui-angular-src-lib-switch.mjs.map +1 -0
  36. package/fesm2022/logosphere-ui-angular-src-lib-tab.mjs +61 -0
  37. package/fesm2022/logosphere-ui-angular-src-lib-tab.mjs.map +1 -0
  38. package/fesm2022/logosphere-ui-angular-src-lib-textarea.mjs +110 -0
  39. package/fesm2022/logosphere-ui-angular-src-lib-textarea.mjs.map +1 -0
  40. package/fesm2022/logosphere-ui-angular-src-lib-timepicker.mjs +73 -0
  41. package/fesm2022/logosphere-ui-angular-src-lib-timepicker.mjs.map +1 -0
  42. package/fesm2022/logosphere-ui-angular-src-lib-toast.mjs +74 -0
  43. package/fesm2022/logosphere-ui-angular-src-lib-toast.mjs.map +1 -0
  44. package/fesm2022/logosphere-ui-angular-src-lib-tree-menu.mjs +76 -0
  45. package/fesm2022/logosphere-ui-angular-src-lib-tree-menu.mjs.map +1 -0
  46. package/fesm2022/logosphere-ui-angular.mjs +1390 -0
  47. package/fesm2022/logosphere-ui-angular.mjs.map +1 -0
  48. package/package.json +112 -0
  49. package/types/logosphere-ui-angular-src-lib-badge.d.ts +15 -0
  50. package/types/logosphere-ui-angular-src-lib-breadcrumb.d.ts +17 -0
  51. package/types/logosphere-ui-angular-src-lib-button.d.ts +12 -0
  52. package/types/logosphere-ui-angular-src-lib-calendar.d.ts +30 -0
  53. package/types/logosphere-ui-angular-src-lib-card.d.ts +18 -0
  54. package/types/logosphere-ui-angular-src-lib-chatbot.d.ts +24 -0
  55. package/types/logosphere-ui-angular-src-lib-checkbox.d.ts +22 -0
  56. package/types/logosphere-ui-angular-src-lib-combobox.d.ts +35 -0
  57. package/types/logosphere-ui-angular-src-lib-datepicker.d.ts +36 -0
  58. package/types/logosphere-ui-angular-src-lib-download-manager.d.ts +11 -0
  59. package/types/logosphere-ui-angular-src-lib-drawer.d.ts +18 -0
  60. package/types/logosphere-ui-angular-src-lib-formfield.d.ts +20 -0
  61. package/types/logosphere-ui-angular-src-lib-input.d.ts +47 -0
  62. package/types/logosphere-ui-angular-src-lib-left-menu.d.ts +30 -0
  63. package/types/logosphere-ui-angular-src-lib-modal.d.ts +18 -0
  64. package/types/logosphere-ui-angular-src-lib-popover.d.ts +18 -0
  65. package/types/logosphere-ui-angular-src-lib-switch.d.ts +17 -0
  66. package/types/logosphere-ui-angular-src-lib-tab.d.ts +27 -0
  67. package/types/logosphere-ui-angular-src-lib-textarea.d.ts +38 -0
  68. package/types/logosphere-ui-angular-src-lib-timepicker.d.ts +24 -0
  69. package/types/logosphere-ui-angular-src-lib-toast.d.ts +27 -0
  70. package/types/logosphere-ui-angular-src-lib-tree-menu.d.ts +38 -0
  71. package/types/logosphere-ui-angular.d.ts +468 -0
@@ -0,0 +1,100 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, output, ViewChild, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
+ import '@logosphere-ui/core/combobox';
4
+
5
+ class LogosphereCombobox {
6
+ label = input('', ...(ngDevMode ? [{ debugName: "label" }] : []));
7
+ helper = input('', ...(ngDevMode ? [{ debugName: "helper" }] : []));
8
+ error = input('', ...(ngDevMode ? [{ debugName: "error" }] : []));
9
+ placeholder = input('Seçim yapınız', ...(ngDevMode ? [{ debugName: "placeholder" }] : []));
10
+ required = input(false, ...(ngDevMode ? [{ debugName: "required" }] : []));
11
+ disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
12
+ readOnly = input(false, ...(ngDevMode ? [{ debugName: "readOnly" }] : []));
13
+ variant = input('default', ...(ngDevMode ? [{ debugName: "variant" }] : []));
14
+ multiple = input(false, ...(ngDevMode ? [{ debugName: "multiple" }] : []));
15
+ filterable = input(false, ...(ngDevMode ? [{ debugName: "filterable" }] : []));
16
+ optionLabel = input('label', ...(ngDevMode ? [{ debugName: "optionLabel" }] : []));
17
+ optionValue = input('value', ...(ngDevMode ? [{ debugName: "optionValue" }] : []));
18
+ emptyMessage = input('Sonuç yok', ...(ngDevMode ? [{ debugName: "emptyMessage" }] : []));
19
+ size = input('default', ...(ngDevMode ? [{ debugName: "size" }] : []));
20
+ items = input([], ...(ngDevMode ? [{ debugName: "items" }] : []));
21
+ change = output();
22
+ selected = output();
23
+ set elRef(element) {
24
+ console.log(element);
25
+ if (element) {
26
+ console.log(element.nativeElement);
27
+ console.log(this.items());
28
+ element.nativeElement.items = this.items();
29
+ }
30
+ }
31
+ onChange(event) {
32
+ const e = event;
33
+ this.change.emit(e.detail);
34
+ }
35
+ onSelected(event) {
36
+ const e = event;
37
+ this.selected.emit(e.detail);
38
+ }
39
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereCombobox, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereCombobox, isStandalone: true, selector: "lgs-combobox", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, helper: { classPropertyName: "helper", publicName: "helper", isSignal: true, isRequired: false, transformFunction: null }, error: { classPropertyName: "error", publicName: "error", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: "required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, readOnly: { classPropertyName: "readOnly", publicName: "readOnly", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, multiple: { classPropertyName: "multiple", publicName: "multiple", isSignal: true, isRequired: false, transformFunction: null }, filterable: { classPropertyName: "filterable", publicName: "filterable", isSignal: true, isRequired: false, transformFunction: null }, optionLabel: { classPropertyName: "optionLabel", publicName: "optionLabel", isSignal: true, isRequired: false, transformFunction: null }, optionValue: { classPropertyName: "optionValue", publicName: "optionValue", isSignal: true, isRequired: false, transformFunction: null }, emptyMessage: { classPropertyName: "emptyMessage", publicName: "emptyMessage", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, items: { classPropertyName: "items", publicName: "items", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { change: "change", selected: "selected" }, viewQueries: [{ propertyName: "elRef", first: true, predicate: ["el"], descendants: true }], ngImport: i0, template: `
41
+ <logosphere-combobox
42
+ #el
43
+ [label]="label()"
44
+ [helper]="helper()"
45
+ [error]="error()"
46
+ [placeholder]="placeholder()"
47
+ [required]="required()"
48
+ [disabled]="disabled()"
49
+ [readOnly]="readOnly()"
50
+ [variant]="variant()"
51
+ [multiple]="multiple()"
52
+ [filterable]="filterable()"
53
+ [optionLabel]="optionLabel()"
54
+ [optionValue]="optionValue()"
55
+ [emptyMessage]="emptyMessage()"
56
+ [size]="size()"
57
+ (change)="onChange($event)"
58
+ (selected)="onSelected($event)"
59
+ ></logosphere-combobox>
60
+ `, isInline: true });
61
+ }
62
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereCombobox, decorators: [{
63
+ type: Component,
64
+ args: [{
65
+ selector: 'lgs-combobox',
66
+ imports: [],
67
+ template: `
68
+ <logosphere-combobox
69
+ #el
70
+ [label]="label()"
71
+ [helper]="helper()"
72
+ [error]="error()"
73
+ [placeholder]="placeholder()"
74
+ [required]="required()"
75
+ [disabled]="disabled()"
76
+ [readOnly]="readOnly()"
77
+ [variant]="variant()"
78
+ [multiple]="multiple()"
79
+ [filterable]="filterable()"
80
+ [optionLabel]="optionLabel()"
81
+ [optionValue]="optionValue()"
82
+ [emptyMessage]="emptyMessage()"
83
+ [size]="size()"
84
+ (change)="onChange($event)"
85
+ (selected)="onSelected($event)"
86
+ ></logosphere-combobox>
87
+ `,
88
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
89
+ }]
90
+ }], propDecorators: { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], helper: [{ type: i0.Input, args: [{ isSignal: true, alias: "helper", required: false }] }], error: [{ type: i0.Input, args: [{ isSignal: true, alias: "error", required: false }] }], placeholder: [{ type: i0.Input, args: [{ isSignal: true, alias: "placeholder", required: false }] }], required: [{ type: i0.Input, args: [{ isSignal: true, alias: "required", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], readOnly: [{ type: i0.Input, args: [{ isSignal: true, alias: "readOnly", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], multiple: [{ type: i0.Input, args: [{ isSignal: true, alias: "multiple", required: false }] }], filterable: [{ type: i0.Input, args: [{ isSignal: true, alias: "filterable", required: false }] }], optionLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "optionLabel", required: false }] }], optionValue: [{ type: i0.Input, args: [{ isSignal: true, alias: "optionValue", required: false }] }], emptyMessage: [{ type: i0.Input, args: [{ isSignal: true, alias: "emptyMessage", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], items: [{ type: i0.Input, args: [{ isSignal: true, alias: "items", required: false }] }], change: [{ type: i0.Output, args: ["change"] }], selected: [{ type: i0.Output, args: ["selected"] }], elRef: [{
91
+ type: ViewChild,
92
+ args: ['el', { static: false }]
93
+ }] } });
94
+
95
+ /**
96
+ * Generated bundle index. Do not edit.
97
+ */
98
+
99
+ export { LogosphereCombobox };
100
+ //# sourceMappingURL=logosphere-ui-angular-src-lib-combobox.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logosphere-ui-angular-src-lib-combobox.mjs","sources":["../../projects/wrapper/src/lib/combobox/combobox.ts","../../projects/wrapper/src/lib/combobox/logosphere-ui-angular-src-lib-combobox.ts"],"sourcesContent":["import {Component, CUSTOM_ELEMENTS_SCHEMA, ElementRef, input, output, ViewChild} from '@angular/core';\nimport '@logosphere-ui/core/combobox';\n\nexport type ComboboxItem = Record<string, unknown>;\n\n@Component({\n selector: 'lgs-combobox',\n imports: [],\n template: `\n <logosphere-combobox\n #el\n [label]=\"label()\"\n [helper]=\"helper()\"\n [error]=\"error()\"\n [placeholder]=\"placeholder()\"\n [required]=\"required()\"\n [disabled]=\"disabled()\"\n [readOnly]=\"readOnly()\"\n [variant]=\"variant()\"\n [multiple]=\"multiple()\"\n [filterable]=\"filterable()\"\n [optionLabel]=\"optionLabel()\"\n [optionValue]=\"optionValue()\"\n [emptyMessage]=\"emptyMessage()\"\n [size]=\"size()\"\n (change)=\"onChange($event)\"\n (selected)=\"onSelected($event)\"\n ></logosphere-combobox>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereCombobox {\n label = input<string>('');\n helper = input<string>('');\n error = input<string>('');\n placeholder = input<string>('Seçim yapınız');\n required = input<boolean>(false);\n disabled = input<boolean>(false);\n readOnly = input<boolean>(false);\n variant = input<'default' | 'subtle'>('default');\n multiple = input<boolean>(false);\n filterable = input<boolean>(false);\n optionLabel = input<string>('label');\n optionValue = input<string>('value');\n emptyMessage = input<string>('Sonuç yok');\n size = input<'default' | 'large'>('default');\n items = input<ComboboxItem[]>([]);\n\n change = output<{ value: ComboboxItem[] }>();\n selected = output<{ selected: ComboboxItem[] }>();\n\n @ViewChild('el', { static: false }) set elRef(element: ElementRef | undefined) {\n console.log(element);\n if (element) {\n console.log(element.nativeElement);\n console.log(this.items());\n (element.nativeElement as any).items = this.items();\n }\n }\n\n onChange(event: Event) {\n const e = event as CustomEvent<{ value: ComboboxItem[] }>;\n this.change.emit(e.detail);\n }\n\n onSelected(event: Event) {\n const e = event as CustomEvent<{ selected: ComboboxItem[] }>;\n this.selected.emit(e.detail);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,102 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, output, ViewChild, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
+ import '@logosphere-ui/core/datepicker';
4
+
5
+ class LogosphereDatePicker {
6
+ value = input(null, ...(ngDevMode ? [{ debugName: "value" }] : []));
7
+ min = input(null, ...(ngDevMode ? [{ debugName: "min" }] : []));
8
+ max = input(null, ...(ngDevMode ? [{ debugName: "max" }] : []));
9
+ required = input(false, ...(ngDevMode ? [{ debugName: "required" }] : []));
10
+ disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
11
+ readonly = input(false, ...(ngDevMode ? [{ debugName: "readonly" }] : []));
12
+ expandFactor = input(1.05, ...(ngDevMode ? [{ debugName: "expandFactor" }] : []));
13
+ placeholder = input('GG/AA/YYYY veya GG.AA.YYYY', ...(ngDevMode ? [{ debugName: "placeholder" }] : []));
14
+ label = input('', ...(ngDevMode ? [{ debugName: "label" }] : []));
15
+ helper = input('', ...(ngDevMode ? [{ debugName: "helper" }] : []));
16
+ error = input('', ...(ngDevMode ? [{ debugName: "error" }] : []));
17
+ size = input('default', ...(ngDevMode ? [{ debugName: "size" }] : []));
18
+ variant = input('default', ...(ngDevMode ? [{ debugName: "variant" }] : []));
19
+ rangeMode = input(false, ...(ngDevMode ? [{ debugName: "rangeMode" }] : []));
20
+ disabledDays = input([], ...(ngDevMode ? [{ debugName: "disabledDays" }] : []));
21
+ rangeStart = input(null, ...(ngDevMode ? [{ debugName: "rangeStart" }] : []));
22
+ rangeEnd = input(null, ...(ngDevMode ? [{ debugName: "rangeEnd" }] : []));
23
+ change = output();
24
+ rangeChange = output();
25
+ set elRef(element) {
26
+ if (element) {
27
+ element.nativeElement.disabledDays = this.disabledDays();
28
+ element.nativeElement.expandFactor = this.expandFactor();
29
+ }
30
+ }
31
+ onChange(event) {
32
+ const e = event;
33
+ this.change.emit(e.detail);
34
+ }
35
+ onRangeChange(event) {
36
+ const e = event;
37
+ this.rangeChange.emit(e.detail);
38
+ }
39
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereDatePicker, deps: [], target: i0.ɵɵFactoryTarget.Component });
40
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereDatePicker, isStandalone: true, selector: "lgs-datepicker", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: "required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: true, isRequired: false, transformFunction: null }, expandFactor: { classPropertyName: "expandFactor", publicName: "expandFactor", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, helper: { classPropertyName: "helper", publicName: "helper", isSignal: true, isRequired: false, transformFunction: null }, error: { classPropertyName: "error", publicName: "error", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, rangeMode: { classPropertyName: "rangeMode", publicName: "rangeMode", isSignal: true, isRequired: false, transformFunction: null }, disabledDays: { classPropertyName: "disabledDays", publicName: "disabledDays", isSignal: true, isRequired: false, transformFunction: null }, rangeStart: { classPropertyName: "rangeStart", publicName: "rangeStart", isSignal: true, isRequired: false, transformFunction: null }, rangeEnd: { classPropertyName: "rangeEnd", publicName: "rangeEnd", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { change: "change", rangeChange: "rangeChange" }, viewQueries: [{ propertyName: "elRef", first: true, predicate: ["el"], descendants: true }], ngImport: i0, template: `
41
+ <logosphere-datepicker
42
+ #el
43
+ [attr.value]="value()"
44
+ [attr.min]="min()"
45
+ [attr.max]="max()"
46
+ [attr.required]="required() || null"
47
+ [attr.disabled]="disabled() || null"
48
+ [attr.readonly]="readonly() || null"
49
+ [attr.placeholder]="placeholder()"
50
+ [attr.label]="label()"
51
+ [attr.helper]="helper()"
52
+ [attr.error]="error()"
53
+ [attr.size]="size()"
54
+ [attr.variant]="variant()"
55
+ [attr.range-mode]="rangeMode() || null"
56
+ [attr.range-start]="rangeStart()"
57
+ [attr.range-end]="rangeEnd()"
58
+ (change)="onChange($event)"
59
+ (rangeChange)="onRangeChange($event)"
60
+ ></logosphere-datepicker>
61
+ `, isInline: true });
62
+ }
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereDatePicker, decorators: [{
64
+ type: Component,
65
+ args: [{
66
+ selector: 'lgs-datepicker',
67
+ imports: [],
68
+ template: `
69
+ <logosphere-datepicker
70
+ #el
71
+ [attr.value]="value()"
72
+ [attr.min]="min()"
73
+ [attr.max]="max()"
74
+ [attr.required]="required() || null"
75
+ [attr.disabled]="disabled() || null"
76
+ [attr.readonly]="readonly() || null"
77
+ [attr.placeholder]="placeholder()"
78
+ [attr.label]="label()"
79
+ [attr.helper]="helper()"
80
+ [attr.error]="error()"
81
+ [attr.size]="size()"
82
+ [attr.variant]="variant()"
83
+ [attr.range-mode]="rangeMode() || null"
84
+ [attr.range-start]="rangeStart()"
85
+ [attr.range-end]="rangeEnd()"
86
+ (change)="onChange($event)"
87
+ (rangeChange)="onRangeChange($event)"
88
+ ></logosphere-datepicker>
89
+ `,
90
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
91
+ }]
92
+ }], propDecorators: { value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "min", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "max", required: false }] }], required: [{ type: i0.Input, args: [{ isSignal: true, alias: "required", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], readonly: [{ type: i0.Input, args: [{ isSignal: true, alias: "readonly", required: false }] }], expandFactor: [{ type: i0.Input, args: [{ isSignal: true, alias: "expandFactor", required: false }] }], placeholder: [{ type: i0.Input, args: [{ isSignal: true, alias: "placeholder", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], helper: [{ type: i0.Input, args: [{ isSignal: true, alias: "helper", required: false }] }], error: [{ type: i0.Input, args: [{ isSignal: true, alias: "error", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], rangeMode: [{ type: i0.Input, args: [{ isSignal: true, alias: "rangeMode", required: false }] }], disabledDays: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabledDays", required: false }] }], rangeStart: [{ type: i0.Input, args: [{ isSignal: true, alias: "rangeStart", required: false }] }], rangeEnd: [{ type: i0.Input, args: [{ isSignal: true, alias: "rangeEnd", required: false }] }], change: [{ type: i0.Output, args: ["change"] }], rangeChange: [{ type: i0.Output, args: ["rangeChange"] }], elRef: [{
93
+ type: ViewChild,
94
+ args: ['el', { static: false }]
95
+ }] } });
96
+
97
+ /**
98
+ * Generated bundle index. Do not edit.
99
+ */
100
+
101
+ export { LogosphereDatePicker };
102
+ //# sourceMappingURL=logosphere-ui-angular-src-lib-datepicker.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logosphere-ui-angular-src-lib-datepicker.mjs","sources":["../../projects/wrapper/src/lib/datepicker/datepicker.ts","../../projects/wrapper/src/lib/datepicker/logosphere-ui-angular-src-lib-datepicker.ts"],"sourcesContent":["import {Component, CUSTOM_ELEMENTS_SCHEMA, ElementRef, input, output, ViewChild} from '@angular/core';\nimport '@logosphere-ui/core/datepicker';\n\n@Component({\n selector: 'lgs-datepicker',\n imports: [],\n template: `\n <logosphere-datepicker\n #el\n [attr.value]=\"value()\"\n [attr.min]=\"min()\"\n [attr.max]=\"max()\"\n [attr.required]=\"required() || null\"\n [attr.disabled]=\"disabled() || null\"\n [attr.readonly]=\"readonly() || null\"\n [attr.placeholder]=\"placeholder()\"\n [attr.label]=\"label()\"\n [attr.helper]=\"helper()\"\n [attr.error]=\"error()\"\n [attr.size]=\"size()\"\n [attr.variant]=\"variant()\"\n [attr.range-mode]=\"rangeMode() || null\"\n [attr.range-start]=\"rangeStart()\"\n [attr.range-end]=\"rangeEnd()\"\n (change)=\"onChange($event)\"\n (rangeChange)=\"onRangeChange($event)\"\n ></logosphere-datepicker>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereDatePicker {\n value = input<string | null>(null);\n min = input<string | null>(null);\n max = input<string | null>(null);\n required = input<boolean>(false);\n disabled = input<boolean>(false);\n readonly = input<boolean>(false);\n expandFactor = input<number>(1.05);\n placeholder = input<string>('GG/AA/YYYY veya GG.AA.YYYY');\n label = input<string>('');\n helper = input<string>('');\n error = input<string>('');\n size = input<'default' | 'large'>('default');\n variant = input<'default' | 'subtle'>('default');\n rangeMode = input<boolean>(false);\n disabledDays = input<number[]>([]);\n rangeStart = input<string | null>(null);\n rangeEnd = input<string | null>(null);\n\n change = output<{ value: string | null }>();\n rangeChange = output<{ start: string; end: string }>();\n\n @ViewChild('el', { static: false }) set elRef(element: ElementRef | undefined) {\n if (element) {\n (element.nativeElement as any).disabledDays = this.disabledDays();\n (element.nativeElement as any).expandFactor = this.expandFactor();\n }\n }\n\n onChange(event: Event) {\n const e = event as CustomEvent<{ value: string | null }>;\n this.change.emit(e.detail);\n }\n\n onRangeChange(event: Event) {\n const e = event as CustomEvent<{ start: string; end: string }>;\n this.rangeChange.emit(e.detail);\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -0,0 +1,39 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
+ import '@logosphere-ui/core/download-manager';
4
+
5
+ class LogosphereDownloadManager {
6
+ chunkSize = input(2 * 1024 * 1024, ...(ngDevMode ? [{ debugName: "chunkSize" }] : []));
7
+ maxConcurrentDownloads = input(3, ...(ngDevMode ? [{ debugName: "maxConcurrentDownloads" }] : []));
8
+ maxConcurrentChunks = input(4, ...(ngDevMode ? [{ debugName: "maxConcurrentChunks" }] : []));
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereDownloadManager, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereDownloadManager, isStandalone: true, selector: "lgs-download-manager", inputs: { chunkSize: { classPropertyName: "chunkSize", publicName: "chunkSize", isSignal: true, isRequired: false, transformFunction: null }, maxConcurrentDownloads: { classPropertyName: "maxConcurrentDownloads", publicName: "maxConcurrentDownloads", isSignal: true, isRequired: false, transformFunction: null }, maxConcurrentChunks: { classPropertyName: "maxConcurrentChunks", publicName: "maxConcurrentChunks", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
11
+ <download-manager
12
+ [chunkSize]="chunkSize()"
13
+ [maxConcurrentDownloads]="maxConcurrentDownloads()"
14
+ [maxConcurrentChunks]="maxConcurrentChunks()"
15
+ ></download-manager>
16
+ `, isInline: true });
17
+ }
18
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereDownloadManager, decorators: [{
19
+ type: Component,
20
+ args: [{
21
+ selector: 'lgs-download-manager',
22
+ imports: [],
23
+ template: `
24
+ <download-manager
25
+ [chunkSize]="chunkSize()"
26
+ [maxConcurrentDownloads]="maxConcurrentDownloads()"
27
+ [maxConcurrentChunks]="maxConcurrentChunks()"
28
+ ></download-manager>
29
+ `,
30
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
31
+ }]
32
+ }], propDecorators: { chunkSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "chunkSize", required: false }] }], maxConcurrentDownloads: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxConcurrentDownloads", required: false }] }], maxConcurrentChunks: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxConcurrentChunks", required: false }] }] } });
33
+
34
+ /**
35
+ * Generated bundle index. Do not edit.
36
+ */
37
+
38
+ export { LogosphereDownloadManager };
39
+ //# sourceMappingURL=logosphere-ui-angular-src-lib-download-manager.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logosphere-ui-angular-src-lib-download-manager.mjs","sources":["../../projects/wrapper/src/lib/download-manager/download-manager.ts","../../projects/wrapper/src/lib/download-manager/logosphere-ui-angular-src-lib-download-manager.ts"],"sourcesContent":["import {Component, CUSTOM_ELEMENTS_SCHEMA, input} from '@angular/core';\nimport '@logosphere-ui/core/download-manager';\n\n@Component({\n selector: 'lgs-download-manager',\n imports: [],\n template: `\n <download-manager\n [chunkSize]=\"chunkSize()\"\n [maxConcurrentDownloads]=\"maxConcurrentDownloads()\"\n [maxConcurrentChunks]=\"maxConcurrentChunks()\"\n ></download-manager>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereDownloadManager {\n chunkSize = input<number>(2 * 1024 * 1024);\n maxConcurrentDownloads = input<number>(3);\n maxConcurrentChunks = input<number>(4);\n}\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAea,yBAAyB,CAAA;IACpC,SAAS,GAAG,KAAK,CAAS,CAAC,GAAG,IAAI,GAAG,IAAI,EAAA,IAAA,SAAA,GAAA,CAAA,EAAA,SAAA,EAAA,WAAA,EAAA,CAAA,GAAA,EAAA,CAAA,CAAC;AAC1C,IAAA,sBAAsB,GAAG,KAAK,CAAS,CAAC,kEAAC;AACzC,IAAA,mBAAmB,GAAG,KAAK,CAAS,CAAC,+DAAC;uGAH3B,yBAAyB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAzB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,sBAAA,EAAA,MAAA,EAAA,EAAA,SAAA,EAAA,EAAA,iBAAA,EAAA,WAAA,EAAA,UAAA,EAAA,WAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,sBAAA,EAAA,EAAA,iBAAA,EAAA,wBAAA,EAAA,UAAA,EAAA,wBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,mBAAA,EAAA,EAAA,iBAAA,EAAA,qBAAA,EAAA,UAAA,EAAA,qBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAT1B;;;;;;AAMT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA;;2FAGU,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAZrC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,OAAO,EAAE,EAAE;AACX,oBAAA,QAAQ,EAAE;;;;;;AAMT,EAAA,CAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACdD;;AAEG;;;;"}
@@ -0,0 +1,64 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, output, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
+ import '@logosphere-ui/core/drawer';
4
+
5
+ class LogosphereDrawer {
6
+ open = input(false, ...(ngDevMode ? [{ debugName: "open" }] : []));
7
+ drawerTitle = input('', { ...(ngDevMode ? { debugName: "drawerTitle" } : {}), alias: 'title' });
8
+ position = input('right', ...(ngDevMode ? [{ debugName: "position" }] : []));
9
+ width = input(360, ...(ngDevMode ? [{ debugName: "width" }] : []));
10
+ closeOnEsc = input(true, ...(ngDevMode ? [{ debugName: "closeOnEsc" }] : []));
11
+ containerSelector = input('', ...(ngDevMode ? [{ debugName: "containerSelector" }] : []));
12
+ drawerOpen = output();
13
+ drawerClose = output();
14
+ onDrawerOpen() {
15
+ this.drawerOpen.emit();
16
+ }
17
+ onDrawerClose() {
18
+ this.drawerClose.emit();
19
+ }
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereDrawer, deps: [], target: i0.ɵɵFactoryTarget.Component });
21
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereDrawer, isStandalone: true, selector: "lgs-drawer", inputs: { open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null }, drawerTitle: { classPropertyName: "drawerTitle", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, width: { classPropertyName: "width", publicName: "width", isSignal: true, isRequired: false, transformFunction: null }, closeOnEsc: { classPropertyName: "closeOnEsc", publicName: "closeOnEsc", isSignal: true, isRequired: false, transformFunction: null }, containerSelector: { classPropertyName: "containerSelector", publicName: "containerSelector", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { drawerOpen: "drawerOpen", drawerClose: "drawerClose" }, ngImport: i0, template: `
22
+ <logosphere-drawer
23
+ [open]="open()"
24
+ [title]="drawerTitle()"
25
+ [position]="position()"
26
+ [width]="width()"
27
+ [closeOnEsc]="closeOnEsc()"
28
+ [containerSelector]="containerSelector()"
29
+ (drawer-open)="onDrawerOpen()"
30
+ (drawer-close)="onDrawerClose()"
31
+ >
32
+ <ng-content></ng-content>
33
+ </logosphere-drawer>
34
+ `, isInline: true });
35
+ }
36
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereDrawer, decorators: [{
37
+ type: Component,
38
+ args: [{
39
+ selector: 'lgs-drawer',
40
+ imports: [],
41
+ template: `
42
+ <logosphere-drawer
43
+ [open]="open()"
44
+ [title]="drawerTitle()"
45
+ [position]="position()"
46
+ [width]="width()"
47
+ [closeOnEsc]="closeOnEsc()"
48
+ [containerSelector]="containerSelector()"
49
+ (drawer-open)="onDrawerOpen()"
50
+ (drawer-close)="onDrawerClose()"
51
+ >
52
+ <ng-content></ng-content>
53
+ </logosphere-drawer>
54
+ `,
55
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
56
+ }]
57
+ }], propDecorators: { open: [{ type: i0.Input, args: [{ isSignal: true, alias: "open", required: false }] }], drawerTitle: [{ type: i0.Input, args: [{ isSignal: true, alias: "title", required: false }] }], position: [{ type: i0.Input, args: [{ isSignal: true, alias: "position", required: false }] }], width: [{ type: i0.Input, args: [{ isSignal: true, alias: "width", required: false }] }], closeOnEsc: [{ type: i0.Input, args: [{ isSignal: true, alias: "closeOnEsc", required: false }] }], containerSelector: [{ type: i0.Input, args: [{ isSignal: true, alias: "containerSelector", required: false }] }], drawerOpen: [{ type: i0.Output, args: ["drawerOpen"] }], drawerClose: [{ type: i0.Output, args: ["drawerClose"] }] } });
58
+
59
+ /**
60
+ * Generated bundle index. Do not edit.
61
+ */
62
+
63
+ export { LogosphereDrawer };
64
+ //# sourceMappingURL=logosphere-ui-angular-src-lib-drawer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logosphere-ui-angular-src-lib-drawer.mjs","sources":["../../projects/wrapper/src/lib/drawer/drawer.ts","../../projects/wrapper/src/lib/drawer/logosphere-ui-angular-src-lib-drawer.ts"],"sourcesContent":["import {Component, CUSTOM_ELEMENTS_SCHEMA, input, output} from '@angular/core';\nimport '@logosphere-ui/core/drawer';\n\n@Component({\n selector: 'lgs-drawer',\n imports: [],\n template: `\n <logosphere-drawer\n [open]=\"open()\"\n [title]=\"drawerTitle()\"\n [position]=\"position()\"\n [width]=\"width()\"\n [closeOnEsc]=\"closeOnEsc()\"\n [containerSelector]=\"containerSelector()\"\n (drawer-open)=\"onDrawerOpen()\"\n (drawer-close)=\"onDrawerClose()\"\n >\n <ng-content></ng-content>\n </logosphere-drawer>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereDrawer {\n open = input<boolean>(false);\n drawerTitle = input<string>('', { alias: 'title' });\n position = input<'left' | 'right'>('right');\n width = input<number>(360);\n closeOnEsc = input<boolean>(true);\n containerSelector = input<string>('');\n\n drawerOpen = output<void>();\n drawerClose = output<void>();\n\n onDrawerOpen() {\n this.drawerOpen.emit();\n }\n\n onDrawerClose() {\n this.drawerClose.emit();\n }\n}\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAsBa,gBAAgB,CAAA;AAC3B,IAAA,IAAI,GAAG,KAAK,CAAU,KAAK,gDAAC;IAC5B,WAAW,GAAG,KAAK,CAAS,EAAE,wDAAI,KAAK,EAAE,OAAO,EAAA,CAAG;AACnD,IAAA,QAAQ,GAAG,KAAK,CAAmB,OAAO,oDAAC;AAC3C,IAAA,KAAK,GAAG,KAAK,CAAS,GAAG,iDAAC;AAC1B,IAAA,UAAU,GAAG,KAAK,CAAU,IAAI,sDAAC;AACjC,IAAA,iBAAiB,GAAG,KAAK,CAAS,EAAE,6DAAC;IAErC,UAAU,GAAG,MAAM,EAAQ;IAC3B,WAAW,GAAG,MAAM,EAAQ;IAE5B,YAAY,GAAA;AACV,QAAA,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE;IACxB;IAEA,aAAa,GAAA;AACX,QAAA,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE;IACzB;uGAjBW,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAhB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,gBAAgB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,iBAAA,EAAA,YAAA,EAAA,UAAA,EAAA,YAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,EAAA,iBAAA,EAAA,mBAAA,EAAA,UAAA,EAAA,mBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,OAAA,EAAA,EAAA,UAAA,EAAA,YAAA,EAAA,WAAA,EAAA,aAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAhBjB;;;;;;;;;;;;;AAaT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA;;2FAGU,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAnB5B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,OAAO,EAAE,EAAE;AACX,oBAAA,QAAQ,EAAE;;;;;;;;;;;;;AAaT,EAAA,CAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;ACrBD;;AAEG;;;;"}
@@ -0,0 +1,76 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
+ import '@logosphere-ui/core/formfield';
4
+
5
+ class LogosphereFormField {
6
+ label = input('', ...(ngDevMode ? [{ debugName: "label" }] : []));
7
+ helper = input('', ...(ngDevMode ? [{ debugName: "helper" }] : []));
8
+ error = input('', ...(ngDevMode ? [{ debugName: "error" }] : []));
9
+ placeholder = input('', ...(ngDevMode ? [{ debugName: "placeholder" }] : []));
10
+ size = input('default', ...(ngDevMode ? [{ debugName: "size" }] : []));
11
+ variant = input('default', ...(ngDevMode ? [{ debugName: "variant" }] : []));
12
+ cursor = input('text', ...(ngDevMode ? [{ debugName: "cursor" }] : []));
13
+ required = input(false, ...(ngDevMode ? [{ debugName: "required" }] : []));
14
+ disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
15
+ readonly = input(false, ...(ngDevMode ? [{ debugName: "readonly" }] : []));
16
+ multiline = input(false, ...(ngDevMode ? [{ debugName: "multiline" }] : []));
17
+ forceFocused = input(false, ...(ngDevMode ? [{ debugName: "forceFocused" }] : []));
18
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereFormField, deps: [], target: i0.ɵɵFactoryTarget.Component });
19
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereFormField, isStandalone: true, selector: "lgs-formfield", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, helper: { classPropertyName: "helper", publicName: "helper", isSignal: true, isRequired: false, transformFunction: null }, error: { classPropertyName: "error", publicName: "error", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, cursor: { classPropertyName: "cursor", publicName: "cursor", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: "required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: true, isRequired: false, transformFunction: null }, multiline: { classPropertyName: "multiline", publicName: "multiline", isSignal: true, isRequired: false, transformFunction: null }, forceFocused: { classPropertyName: "forceFocused", publicName: "forceFocused", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
20
+ <logosphere-formfield
21
+ [label]="label()"
22
+ [helper]="helper()"
23
+ [error]="error()"
24
+ [placeholder]="placeholder()"
25
+ [size]="size()"
26
+ [variant]="variant()"
27
+ [cursor]="cursor()"
28
+ [required]="required()"
29
+ [disabled]="disabled()"
30
+ [readonly]="readonly()"
31
+ [multiline]="multiline()"
32
+ [forceFocused]="forceFocused()"
33
+ >
34
+ <ng-content></ng-content>
35
+ <ng-content select="[slot=prefix]" slot="prefix"></ng-content>
36
+ <ng-content select="[slot=suffix]" slot="suffix"></ng-content>
37
+ <ng-content select="[slot=clear]" slot="clear"></ng-content>
38
+ </logosphere-formfield>
39
+ `, isInline: true });
40
+ }
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereFormField, decorators: [{
42
+ type: Component,
43
+ args: [{
44
+ selector: 'lgs-formfield',
45
+ imports: [],
46
+ template: `
47
+ <logosphere-formfield
48
+ [label]="label()"
49
+ [helper]="helper()"
50
+ [error]="error()"
51
+ [placeholder]="placeholder()"
52
+ [size]="size()"
53
+ [variant]="variant()"
54
+ [cursor]="cursor()"
55
+ [required]="required()"
56
+ [disabled]="disabled()"
57
+ [readonly]="readonly()"
58
+ [multiline]="multiline()"
59
+ [forceFocused]="forceFocused()"
60
+ >
61
+ <ng-content></ng-content>
62
+ <ng-content select="[slot=prefix]" slot="prefix"></ng-content>
63
+ <ng-content select="[slot=suffix]" slot="suffix"></ng-content>
64
+ <ng-content select="[slot=clear]" slot="clear"></ng-content>
65
+ </logosphere-formfield>
66
+ `,
67
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
68
+ }]
69
+ }], propDecorators: { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], helper: [{ type: i0.Input, args: [{ isSignal: true, alias: "helper", required: false }] }], error: [{ type: i0.Input, args: [{ isSignal: true, alias: "error", required: false }] }], placeholder: [{ type: i0.Input, args: [{ isSignal: true, alias: "placeholder", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], cursor: [{ type: i0.Input, args: [{ isSignal: true, alias: "cursor", required: false }] }], required: [{ type: i0.Input, args: [{ isSignal: true, alias: "required", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], readonly: [{ type: i0.Input, args: [{ isSignal: true, alias: "readonly", required: false }] }], multiline: [{ type: i0.Input, args: [{ isSignal: true, alias: "multiline", required: false }] }], forceFocused: [{ type: i0.Input, args: [{ isSignal: true, alias: "forceFocused", required: false }] }] } });
70
+
71
+ /**
72
+ * Generated bundle index. Do not edit.
73
+ */
74
+
75
+ export { LogosphereFormField };
76
+ //# sourceMappingURL=logosphere-ui-angular-src-lib-formfield.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logosphere-ui-angular-src-lib-formfield.mjs","sources":["../../projects/wrapper/src/lib/formfield/formfield.ts","../../projects/wrapper/src/lib/formfield/logosphere-ui-angular-src-lib-formfield.ts"],"sourcesContent":["import {Component, CUSTOM_ELEMENTS_SCHEMA, input} from '@angular/core';\nimport '@logosphere-ui/core/formfield';\n\n@Component({\n selector: 'lgs-formfield',\n imports: [],\n template: `\n <logosphere-formfield\n [label]=\"label()\"\n [helper]=\"helper()\"\n [error]=\"error()\"\n [placeholder]=\"placeholder()\"\n [size]=\"size()\"\n [variant]=\"variant()\"\n [cursor]=\"cursor()\"\n [required]=\"required()\"\n [disabled]=\"disabled()\"\n [readonly]=\"readonly()\"\n [multiline]=\"multiline()\"\n [forceFocused]=\"forceFocused()\"\n >\n <ng-content></ng-content>\n <ng-content select=\"[slot=prefix]\" slot=\"prefix\"></ng-content>\n <ng-content select=\"[slot=suffix]\" slot=\"suffix\"></ng-content>\n <ng-content select=\"[slot=clear]\" slot=\"clear\"></ng-content>\n </logosphere-formfield>\n `,\n schemas: [CUSTOM_ELEMENTS_SCHEMA],\n})\nexport class LogosphereFormField {\n label = input<string>('');\n helper = input<string>('');\n error = input<string>('');\n placeholder = input<string>('');\n size = input<'default' | 'large'>('default');\n variant = input<'default' | 'subtle'>('default');\n cursor = input<'text' | 'pointer' | 'default'>('text');\n required = input<boolean>(false);\n disabled = input<boolean>(false);\n readonly = input<boolean>(false);\n multiline = input<boolean>(false);\n forceFocused = input<boolean>(false);\n}\n\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MA6Ba,mBAAmB,CAAA;AAC9B,IAAA,KAAK,GAAG,KAAK,CAAS,EAAE,iDAAC;AACzB,IAAA,MAAM,GAAG,KAAK,CAAS,EAAE,kDAAC;AAC1B,IAAA,KAAK,GAAG,KAAK,CAAS,EAAE,iDAAC;AACzB,IAAA,WAAW,GAAG,KAAK,CAAS,EAAE,uDAAC;AAC/B,IAAA,IAAI,GAAG,KAAK,CAAsB,SAAS,gDAAC;AAC5C,IAAA,OAAO,GAAG,KAAK,CAAuB,SAAS,mDAAC;AAChD,IAAA,MAAM,GAAG,KAAK,CAAiC,MAAM,kDAAC;AACtD,IAAA,QAAQ,GAAG,KAAK,CAAU,KAAK,oDAAC;AAChC,IAAA,QAAQ,GAAG,KAAK,CAAU,KAAK,oDAAC;AAChC,IAAA,QAAQ,GAAG,KAAK,CAAU,KAAK,oDAAC;AAChC,IAAA,SAAS,GAAG,KAAK,CAAU,KAAK,qDAAC;AACjC,IAAA,YAAY,GAAG,KAAK,CAAU,KAAK,wDAAC;uGAZzB,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA;AAAnB,IAAA,OAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,MAAA,EAAA,EAAA,iBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,KAAA,EAAA,EAAA,iBAAA,EAAA,OAAA,EAAA,UAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,WAAA,EAAA,EAAA,iBAAA,EAAA,aAAA,EAAA,UAAA,EAAA,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,IAAA,EAAA,EAAA,iBAAA,EAAA,MAAA,EAAA,UAAA,EAAA,MAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,OAAA,EAAA,EAAA,iBAAA,EAAA,SAAA,EAAA,UAAA,EAAA,SAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,MAAA,EAAA,EAAA,iBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,QAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,QAAA,EAAA,EAAA,iBAAA,EAAA,UAAA,EAAA,UAAA,EAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,iBAAA,EAAA,WAAA,EAAA,UAAA,EAAA,WAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,YAAA,EAAA,EAAA,iBAAA,EAAA,cAAA,EAAA,UAAA,EAAA,cAAA,EAAA,QAAA,EAAA,IAAA,EAAA,UAAA,EAAA,KAAA,EAAA,iBAAA,EAAA,IAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAvBpB;;;;;;;;;;;;;;;;;;;;AAoBT,EAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA;;2FAGU,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBA1B/B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,eAAe;AACzB,oBAAA,OAAO,EAAE,EAAE;AACX,oBAAA,QAAQ,EAAE;;;;;;;;;;;;;;;;;;;;AAoBT,EAAA,CAAA;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,iBAAA;;;AC5BD;;AAEG;;;;"}
@@ -0,0 +1,130 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, output, CUSTOM_ELEMENTS_SCHEMA, Component } from '@angular/core';
3
+ import '@logosphere-ui/core/input';
4
+
5
+ class LogosphereInput {
6
+ value = input('', ...(ngDevMode ? [{ debugName: "value" }] : []));
7
+ type = input('text', ...(ngDevMode ? [{ debugName: "type" }] : []));
8
+ placeholder = input('', ...(ngDevMode ? [{ debugName: "placeholder" }] : []));
9
+ name = input('', ...(ngDevMode ? [{ debugName: "name" }] : []));
10
+ autocomplete = input('', ...(ngDevMode ? [{ debugName: "autocomplete" }] : []));
11
+ minlength = input(undefined, ...(ngDevMode ? [{ debugName: "minlength" }] : []));
12
+ maxlength = input(undefined, ...(ngDevMode ? [{ debugName: "maxlength" }] : []));
13
+ pattern = input('', ...(ngDevMode ? [{ debugName: "pattern" }] : []));
14
+ min = input(undefined, ...(ngDevMode ? [{ debugName: "min" }] : []));
15
+ max = input(undefined, ...(ngDevMode ? [{ debugName: "max" }] : []));
16
+ step = input(undefined, ...(ngDevMode ? [{ debugName: "step" }] : []));
17
+ size = input('default', ...(ngDevMode ? [{ debugName: "size" }] : []));
18
+ variant = input('default', ...(ngDevMode ? [{ debugName: "variant" }] : []));
19
+ label = input('', ...(ngDevMode ? [{ debugName: "label" }] : []));
20
+ helper = input('', ...(ngDevMode ? [{ debugName: "helper" }] : []));
21
+ error = input('', ...(ngDevMode ? [{ debugName: "error" }] : []));
22
+ required = input(false, ...(ngDevMode ? [{ debugName: "required" }] : []));
23
+ disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
24
+ readonly = input(false, ...(ngDevMode ? [{ debugName: "readonly" }] : []));
25
+ mask = input('', ...(ngDevMode ? [{ debugName: "mask" }] : []));
26
+ inputEvent = output({ alias: 'inputChange' });
27
+ change = output();
28
+ keydown = output();
29
+ keyup = output();
30
+ clear = output();
31
+ onInput(event) {
32
+ const e = event;
33
+ this.inputEvent.emit(e.detail);
34
+ }
35
+ onChange(event) {
36
+ const e = event;
37
+ this.change.emit(e.detail);
38
+ }
39
+ onKeydown(event) {
40
+ const e = event;
41
+ this.keydown.emit(e.detail);
42
+ }
43
+ onKeyup(event) {
44
+ const e = event;
45
+ this.keyup.emit(e.detail);
46
+ }
47
+ onClear() {
48
+ this.clear.emit();
49
+ }
50
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereInput, deps: [], target: i0.ɵɵFactoryTarget.Component });
51
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereInput, isStandalone: true, selector: "lgs-input", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, autocomplete: { classPropertyName: "autocomplete", publicName: "autocomplete", isSignal: true, isRequired: false, transformFunction: null }, minlength: { classPropertyName: "minlength", publicName: "minlength", isSignal: true, isRequired: false, transformFunction: null }, maxlength: { classPropertyName: "maxlength", publicName: "maxlength", isSignal: true, isRequired: false, transformFunction: null }, pattern: { classPropertyName: "pattern", publicName: "pattern", isSignal: true, isRequired: false, transformFunction: null }, min: { classPropertyName: "min", publicName: "min", isSignal: true, isRequired: false, transformFunction: null }, max: { classPropertyName: "max", publicName: "max", isSignal: true, isRequired: false, transformFunction: null }, step: { classPropertyName: "step", publicName: "step", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, helper: { classPropertyName: "helper", publicName: "helper", isSignal: true, isRequired: false, transformFunction: null }, error: { classPropertyName: "error", publicName: "error", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: "required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: true, isRequired: false, transformFunction: null }, mask: { classPropertyName: "mask", publicName: "mask", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { inputEvent: "inputChange", change: "change", keydown: "keydown", keyup: "keyup", clear: "clear" }, ngImport: i0, template: `
52
+ <logosphere-input
53
+ [value]="value()"
54
+ [type]="type()"
55
+ [placeholder]="placeholder()"
56
+ [name]="name()"
57
+ [autocomplete]="autocomplete()"
58
+ [attr.minlength]="minlength()"
59
+ [attr.maxlength]="maxlength()"
60
+ [pattern]="pattern()"
61
+ [attr.min]="min()"
62
+ [attr.max]="max()"
63
+ [attr.step]="step()"
64
+ [size]="size()"
65
+ [variant]="variant()"
66
+ [label]="label()"
67
+ [helper]="helper()"
68
+ [error]="error()"
69
+ [required]="required()"
70
+ [disabled]="disabled()"
71
+ [readonly]="readonly()"
72
+ [mask]="mask()"
73
+ (input)="onInput($event)"
74
+ (change)="onChange($event)"
75
+ (keydown)="onKeydown($event)"
76
+ (keyup)="onKeyup($event)"
77
+ (clear)="onClear()"
78
+ >
79
+ <ng-content select="[slot=prefix]" slot="prefix"></ng-content>
80
+ <ng-content select="[slot=suffix]" slot="suffix"></ng-content>
81
+ </logosphere-input>
82
+ `, isInline: true });
83
+ }
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereInput, decorators: [{
85
+ type: Component,
86
+ args: [{
87
+ selector: 'lgs-input',
88
+ imports: [],
89
+ template: `
90
+ <logosphere-input
91
+ [value]="value()"
92
+ [type]="type()"
93
+ [placeholder]="placeholder()"
94
+ [name]="name()"
95
+ [autocomplete]="autocomplete()"
96
+ [attr.minlength]="minlength()"
97
+ [attr.maxlength]="maxlength()"
98
+ [pattern]="pattern()"
99
+ [attr.min]="min()"
100
+ [attr.max]="max()"
101
+ [attr.step]="step()"
102
+ [size]="size()"
103
+ [variant]="variant()"
104
+ [label]="label()"
105
+ [helper]="helper()"
106
+ [error]="error()"
107
+ [required]="required()"
108
+ [disabled]="disabled()"
109
+ [readonly]="readonly()"
110
+ [mask]="mask()"
111
+ (input)="onInput($event)"
112
+ (change)="onChange($event)"
113
+ (keydown)="onKeydown($event)"
114
+ (keyup)="onKeyup($event)"
115
+ (clear)="onClear()"
116
+ >
117
+ <ng-content select="[slot=prefix]" slot="prefix"></ng-content>
118
+ <ng-content select="[slot=suffix]" slot="suffix"></ng-content>
119
+ </logosphere-input>
120
+ `,
121
+ schemas: [CUSTOM_ELEMENTS_SCHEMA],
122
+ }]
123
+ }], propDecorators: { value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "type", required: false }] }], placeholder: [{ type: i0.Input, args: [{ isSignal: true, alias: "placeholder", required: false }] }], name: [{ type: i0.Input, args: [{ isSignal: true, alias: "name", required: false }] }], autocomplete: [{ type: i0.Input, args: [{ isSignal: true, alias: "autocomplete", required: false }] }], minlength: [{ type: i0.Input, args: [{ isSignal: true, alias: "minlength", required: false }] }], maxlength: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxlength", required: false }] }], pattern: [{ type: i0.Input, args: [{ isSignal: true, alias: "pattern", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "min", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "max", required: false }] }], step: [{ type: i0.Input, args: [{ isSignal: true, alias: "step", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], helper: [{ type: i0.Input, args: [{ isSignal: true, alias: "helper", required: false }] }], error: [{ type: i0.Input, args: [{ isSignal: true, alias: "error", required: false }] }], required: [{ type: i0.Input, args: [{ isSignal: true, alias: "required", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], readonly: [{ type: i0.Input, args: [{ isSignal: true, alias: "readonly", required: false }] }], mask: [{ type: i0.Input, args: [{ isSignal: true, alias: "mask", required: false }] }], inputEvent: [{ type: i0.Output, args: ["inputChange"] }], change: [{ type: i0.Output, args: ["change"] }], keydown: [{ type: i0.Output, args: ["keydown"] }], keyup: [{ type: i0.Output, args: ["keyup"] }], clear: [{ type: i0.Output, args: ["clear"] }] } });
124
+
125
+ /**
126
+ * Generated bundle index. Do not edit.
127
+ */
128
+
129
+ export { LogosphereInput };
130
+ //# sourceMappingURL=logosphere-ui-angular-src-lib-input.mjs.map