@logosphere-ui/angular 0.0.1-alpha.1 → 0.0.1-alpha.10
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/fesm2022/logosphere-ui-angular-src-lib-badge.mjs +10 -10
- package/fesm2022/logosphere-ui-angular-src-lib-badge.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-button.mjs +18 -5
- package/fesm2022/logosphere-ui-angular-src-lib-button.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-card.mjs +8 -8
- package/fesm2022/logosphere-ui-angular-src-lib-card.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-checkbox.mjs +12 -12
- package/fesm2022/logosphere-ui-angular-src-lib-checkbox.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-combobox.mjs +33 -33
- package/fesm2022/logosphere-ui-angular-src-lib-combobox.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-download-manager.mjs +6 -6
- package/fesm2022/logosphere-ui-angular-src-lib-download-manager.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-drawer.mjs +10 -10
- package/fesm2022/logosphere-ui-angular-src-lib-drawer.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-formfield.mjs +24 -24
- package/fesm2022/logosphere-ui-angular-src-lib-formfield.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-input.mjs +30 -30
- package/fesm2022/logosphere-ui-angular-src-lib-input.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-left-menu.mjs +18 -18
- package/fesm2022/logosphere-ui-angular-src-lib-left-menu.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-modal.mjs +7 -7
- package/fesm2022/logosphere-ui-angular-src-lib-modal.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-pagination.mjs +84 -0
- package/fesm2022/logosphere-ui-angular-src-lib-pagination.mjs.map +1 -0
- package/fesm2022/logosphere-ui-angular-src-lib-popover.mjs +10 -10
- package/fesm2022/logosphere-ui-angular-src-lib-popover.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-switch.mjs +6 -6
- package/fesm2022/logosphere-ui-angular-src-lib-switch.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-tab.mjs +4 -4
- package/fesm2022/logosphere-ui-angular-src-lib-tab.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-textarea.mjs +32 -32
- package/fesm2022/logosphere-ui-angular-src-lib-textarea.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-timepicker.mjs +20 -20
- package/fesm2022/logosphere-ui-angular-src-lib-timepicker.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-toast.mjs +11 -11
- package/fesm2022/logosphere-ui-angular-src-lib-toast.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-src-lib-tree-menu.mjs +4 -4
- package/fesm2022/logosphere-ui-angular-src-lib-tree-menu.mjs.map +1 -1
- package/fesm2022/logosphere-ui-angular-ssr.mjs +59 -0
- package/fesm2022/logosphere-ui-angular-ssr.mjs.map +1 -0
- package/fesm2022/logosphere-ui-angular.mjs +339 -251
- package/fesm2022/logosphere-ui-angular.mjs.map +1 -1
- package/package.json +13 -3
- package/ssr/README.md +111 -0
- package/types/logosphere-ui-angular-src-lib-button.d.ts +2 -1
- package/types/logosphere-ui-angular-src-lib-checkbox.d.ts +1 -1
- package/types/logosphere-ui-angular-src-lib-combobox.d.ts +9 -2
- package/types/logosphere-ui-angular-src-lib-pagination.d.ts +32 -0
- package/types/logosphere-ui-angular-ssr.d.ts +27 -0
- package/types/logosphere-ui-angular.d.ts +40 -5
|
@@ -8,6 +8,7 @@ import '@logosphere-ui/core/switch';
|
|
|
8
8
|
import '@logosphere-ui/core/breadcrumb';
|
|
9
9
|
import '@logosphere-ui/core/card';
|
|
10
10
|
import '@logosphere-ui/core/input';
|
|
11
|
+
import '@logosphere-ui/core/pagination';
|
|
11
12
|
import '@logosphere-ui/core/popover';
|
|
12
13
|
import '@logosphere-ui/core/textarea';
|
|
13
14
|
import '@logosphere-ui/core/timepicker';
|
|
@@ -36,11 +37,11 @@ class LogosphereBadge {
|
|
|
36
37
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereBadge, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
37
38
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereBadge, isStandalone: true, selector: "lgs-badge", inputs: { variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, closeable: { classPropertyName: "closeable", publicName: "closeable", isSignal: true, isRequired: false, transformFunction: null }, isRound: { classPropertyName: "isRound", publicName: "isRound", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { close: "close" }, ngImport: i0, template: `
|
|
38
39
|
<logosphere-badge
|
|
39
|
-
[variant]="variant()"
|
|
40
|
-
[size]="size()"
|
|
41
|
-
[text]="text()"
|
|
42
|
-
[closeable]="closeable()"
|
|
43
|
-
[
|
|
40
|
+
[attr.variant]="variant()"
|
|
41
|
+
[attr.size]="size()"
|
|
42
|
+
[attr.text]="text()"
|
|
43
|
+
[attr.closeable]="closeable() ? '' : null"
|
|
44
|
+
[attr.isround]="isRound() ? '' : null"
|
|
44
45
|
(close)="onClose($event)"
|
|
45
46
|
>
|
|
46
47
|
<ng-content></ng-content>
|
|
@@ -53,11 +54,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
53
54
|
imports: [],
|
|
54
55
|
template: `
|
|
55
56
|
<logosphere-badge
|
|
56
|
-
[variant]="variant()"
|
|
57
|
-
[size]="size()"
|
|
58
|
-
[text]="text()"
|
|
59
|
-
[closeable]="closeable()"
|
|
60
|
-
[
|
|
57
|
+
[attr.variant]="variant()"
|
|
58
|
+
[attr.size]="size()"
|
|
59
|
+
[attr.text]="text()"
|
|
60
|
+
[attr.closeable]="closeable() ? '' : null"
|
|
61
|
+
[attr.isround]="isRound() ? '' : null"
|
|
61
62
|
(close)="onClose($event)"
|
|
62
63
|
>
|
|
63
64
|
<ng-content></ng-content>
|
|
@@ -69,11 +70,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
69
70
|
class LogosphereButton {
|
|
70
71
|
theme = input('primary', ...(ngDevMode ? [{ debugName: "theme" }] : []));
|
|
71
72
|
size = input('md', ...(ngDevMode ? [{ debugName: "size" }] : []));
|
|
72
|
-
variant = input('
|
|
73
|
+
variant = input('solid', ...(ngDevMode ? [{ debugName: "variant" }] : []));
|
|
73
74
|
iconOnly = input(false, ...(ngDevMode ? [{ debugName: "iconOnly" }] : []));
|
|
75
|
+
disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
|
|
74
76
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereButton, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
75
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereButton, isStandalone: true, selector: "lgs-button", inputs: { theme: { classPropertyName: "theme", publicName: "theme", 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 }, iconOnly: { classPropertyName: "iconOnly", publicName: "iconOnly", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
76
|
-
<logosphere-button
|
|
77
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereButton, isStandalone: true, selector: "lgs-button", inputs: { theme: { classPropertyName: "theme", publicName: "theme", 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 }, iconOnly: { classPropertyName: "iconOnly", publicName: "iconOnly", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
78
|
+
<logosphere-button
|
|
79
|
+
[attr.theme]="theme()"
|
|
80
|
+
[attr.size]="size()"
|
|
81
|
+
[attr.variant]="variant()"
|
|
82
|
+
[attr.icononly]="iconOnly() ? '' : null"
|
|
83
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
84
|
+
>
|
|
77
85
|
<ng-content></ng-content>
|
|
78
86
|
</logosphere-button>`, isInline: true });
|
|
79
87
|
}
|
|
@@ -83,12 +91,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
83
91
|
selector: 'lgs-button',
|
|
84
92
|
imports: [],
|
|
85
93
|
template: `
|
|
86
|
-
<logosphere-button
|
|
94
|
+
<logosphere-button
|
|
95
|
+
[attr.theme]="theme()"
|
|
96
|
+
[attr.size]="size()"
|
|
97
|
+
[attr.variant]="variant()"
|
|
98
|
+
[attr.icononly]="iconOnly() ? '' : null"
|
|
99
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
100
|
+
>
|
|
87
101
|
<ng-content></ng-content>
|
|
88
102
|
</logosphere-button>`,
|
|
89
103
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
90
104
|
}]
|
|
91
|
-
}], propDecorators: { theme: [{ type: i0.Input, args: [{ isSignal: true, alias: "theme", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], iconOnly: [{ type: i0.Input, args: [{ isSignal: true, alias: "iconOnly", required: false }] }] } });
|
|
105
|
+
}], propDecorators: { theme: [{ type: i0.Input, args: [{ isSignal: true, alias: "theme", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "size", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], iconOnly: [{ type: i0.Input, args: [{ isSignal: true, alias: "iconOnly", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }] } });
|
|
92
106
|
|
|
93
107
|
class LogosphereCheckbox {
|
|
94
108
|
disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
|
|
@@ -105,12 +119,12 @@ class LogosphereCheckbox {
|
|
|
105
119
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereCheckbox, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
106
120
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereCheckbox, isStandalone: true, selector: "lgs-checkbox", inputs: { disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, indeterminate: { classPropertyName: "indeterminate", publicName: "indeterminate", isSignal: true, isRequired: false, transformFunction: null }, checked: { classPropertyName: "checked", publicName: "checked", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { change: "change" }, ngImport: i0, template: `
|
|
107
121
|
<logosphere-checkbox
|
|
108
|
-
[checked]="checked()"
|
|
109
|
-
[disabled]="disabled()"
|
|
110
|
-
[indeterminate]="indeterminate()"
|
|
111
|
-
[label]="label()"
|
|
112
|
-
[value]="value()"
|
|
113
|
-
[type]="type()"
|
|
122
|
+
[attr.checked]="checked() ? '' : null"
|
|
123
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
124
|
+
[attr.indeterminate]="indeterminate() ? '' : null"
|
|
125
|
+
[attr.label]="label()"
|
|
126
|
+
[attr.value]="value()"
|
|
127
|
+
[attr.type]="type()"
|
|
114
128
|
(lgsChange)="onChange($event)"
|
|
115
129
|
>
|
|
116
130
|
</logosphere-checkbox>`, isInline: true });
|
|
@@ -122,12 +136,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
122
136
|
imports: [],
|
|
123
137
|
template: `
|
|
124
138
|
<logosphere-checkbox
|
|
125
|
-
[checked]="checked()"
|
|
126
|
-
[disabled]="disabled()"
|
|
127
|
-
[indeterminate]="indeterminate()"
|
|
128
|
-
[label]="label()"
|
|
129
|
-
[value]="value()"
|
|
130
|
-
[type]="type()"
|
|
139
|
+
[attr.checked]="checked() ? '' : null"
|
|
140
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
141
|
+
[attr.indeterminate]="indeterminate() ? '' : null"
|
|
142
|
+
[attr.label]="label()"
|
|
143
|
+
[attr.value]="value()"
|
|
144
|
+
[attr.type]="type()"
|
|
131
145
|
(lgsChange)="onChange($event)"
|
|
132
146
|
>
|
|
133
147
|
</logosphere-checkbox>`,
|
|
@@ -151,18 +165,18 @@ class LogosphereFormField {
|
|
|
151
165
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereFormField, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
152
166
|
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: `
|
|
153
167
|
<logosphere-formfield
|
|
154
|
-
[label]="label()"
|
|
155
|
-
[helper]="helper()"
|
|
156
|
-
[error]="error()"
|
|
157
|
-
[placeholder]="placeholder()"
|
|
158
|
-
[size]="size()"
|
|
159
|
-
[variant]="variant()"
|
|
160
|
-
[cursor]="cursor()"
|
|
161
|
-
[required]="required()"
|
|
162
|
-
[disabled]="disabled()"
|
|
163
|
-
[readonly]="readonly()"
|
|
164
|
-
[multiline]="multiline()"
|
|
165
|
-
[
|
|
168
|
+
[attr.label]="label()"
|
|
169
|
+
[attr.helper]="helper()"
|
|
170
|
+
[attr.error]="error()"
|
|
171
|
+
[attr.placeholder]="placeholder()"
|
|
172
|
+
[attr.size]="size()"
|
|
173
|
+
[attr.variant]="variant()"
|
|
174
|
+
[attr.cursor]="cursor()"
|
|
175
|
+
[attr.required]="required() ? '' : null"
|
|
176
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
177
|
+
[attr.readonly]="readonly() ? '' : null"
|
|
178
|
+
[attr.multiline]="multiline() ? '' : null"
|
|
179
|
+
[attr.forcefocused]="forceFocused() ? '' : null"
|
|
166
180
|
>
|
|
167
181
|
<ng-content></ng-content>
|
|
168
182
|
<ng-content select="[slot=prefix]" slot="prefix"></ng-content>
|
|
@@ -178,18 +192,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
178
192
|
imports: [],
|
|
179
193
|
template: `
|
|
180
194
|
<logosphere-formfield
|
|
181
|
-
[label]="label()"
|
|
182
|
-
[helper]="helper()"
|
|
183
|
-
[error]="error()"
|
|
184
|
-
[placeholder]="placeholder()"
|
|
185
|
-
[size]="size()"
|
|
186
|
-
[variant]="variant()"
|
|
187
|
-
[cursor]="cursor()"
|
|
188
|
-
[required]="required()"
|
|
189
|
-
[disabled]="disabled()"
|
|
190
|
-
[readonly]="readonly()"
|
|
191
|
-
[multiline]="multiline()"
|
|
192
|
-
[
|
|
195
|
+
[attr.label]="label()"
|
|
196
|
+
[attr.helper]="helper()"
|
|
197
|
+
[attr.error]="error()"
|
|
198
|
+
[attr.placeholder]="placeholder()"
|
|
199
|
+
[attr.size]="size()"
|
|
200
|
+
[attr.variant]="variant()"
|
|
201
|
+
[attr.cursor]="cursor()"
|
|
202
|
+
[attr.required]="required() ? '' : null"
|
|
203
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
204
|
+
[attr.readonly]="readonly() ? '' : null"
|
|
205
|
+
[attr.multiline]="multiline() ? '' : null"
|
|
206
|
+
[attr.forcefocused]="forceFocused() ? '' : null"
|
|
193
207
|
>
|
|
194
208
|
<ng-content></ng-content>
|
|
195
209
|
<ng-content select="[slot=prefix]" slot="prefix"></ng-content>
|
|
@@ -213,9 +227,9 @@ class LogosphereSwitch {
|
|
|
213
227
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereSwitch, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
214
228
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereSwitch, isStandalone: true, selector: "lgs-switch", inputs: { checked: { classPropertyName: "checked", publicName: "checked", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { change: "change" }, ngImport: i0, template: `
|
|
215
229
|
<logosphere-switch
|
|
216
|
-
[checked]="checked()"
|
|
217
|
-
[disabled]="disabled()"
|
|
218
|
-
[size]="size()"
|
|
230
|
+
[attr.checked]="checked() ? '' : null"
|
|
231
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
232
|
+
[attr.size]="size()"
|
|
219
233
|
(change)="onChange($event)"
|
|
220
234
|
></logosphere-switch>
|
|
221
235
|
`, isInline: true });
|
|
@@ -227,9 +241,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
227
241
|
imports: [],
|
|
228
242
|
template: `
|
|
229
243
|
<logosphere-switch
|
|
230
|
-
[checked]="checked()"
|
|
231
|
-
[disabled]="disabled()"
|
|
232
|
-
[size]="size()"
|
|
244
|
+
[attr.checked]="checked() ? '' : null"
|
|
245
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
246
|
+
[attr.size]="size()"
|
|
233
247
|
(change)="onChange($event)"
|
|
234
248
|
></logosphere-switch>
|
|
235
249
|
`,
|
|
@@ -282,12 +296,12 @@ class LogosphereCard {
|
|
|
282
296
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereCard, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
283
297
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereCard, isStandalone: true, selector: "lgs-card", inputs: { cardTitle: { classPropertyName: "cardTitle", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, description: { classPropertyName: "description", publicName: "description", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: true, isRequired: false, transformFunction: null }, footer: { classPropertyName: "footer", publicName: "footer", isSignal: true, isRequired: false, transformFunction: null }, okLabel: { classPropertyName: "okLabel", publicName: "okLabel", isSignal: true, isRequired: false, transformFunction: null }, cancelLabel: { classPropertyName: "cancelLabel", publicName: "cancelLabel", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ok: "ok", cancel: "cancel" }, ngImport: i0, template: `
|
|
284
298
|
<logosphere-card
|
|
285
|
-
[title]="cardTitle()"
|
|
286
|
-
[description]="description()"
|
|
299
|
+
[attr.card-title]="cardTitle()"
|
|
300
|
+
[attr.description]="description()"
|
|
287
301
|
[header]="header()"
|
|
288
302
|
[footer]="footer()"
|
|
289
|
-
[
|
|
290
|
-
[
|
|
303
|
+
[attr.oklabel]="okLabel()"
|
|
304
|
+
[attr.cancellabel]="cancelLabel()"
|
|
291
305
|
(ok)="onOk()"
|
|
292
306
|
(cancel)="onCancel()"
|
|
293
307
|
>
|
|
@@ -304,12 +318,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
304
318
|
imports: [],
|
|
305
319
|
template: `
|
|
306
320
|
<logosphere-card
|
|
307
|
-
[title]="cardTitle()"
|
|
308
|
-
[description]="description()"
|
|
321
|
+
[attr.card-title]="cardTitle()"
|
|
322
|
+
[attr.description]="description()"
|
|
309
323
|
[header]="header()"
|
|
310
324
|
[footer]="footer()"
|
|
311
|
-
[
|
|
312
|
-
[
|
|
325
|
+
[attr.oklabel]="okLabel()"
|
|
326
|
+
[attr.cancellabel]="cancelLabel()"
|
|
313
327
|
(ok)="onOk()"
|
|
314
328
|
(cancel)="onCancel()"
|
|
315
329
|
>
|
|
@@ -370,26 +384,26 @@ class LogosphereInput {
|
|
|
370
384
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereInput, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
371
385
|
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: `
|
|
372
386
|
<logosphere-input
|
|
373
|
-
[value]="value()"
|
|
374
|
-
[type]="type()"
|
|
375
|
-
[placeholder]="placeholder()"
|
|
376
|
-
[name]="name()"
|
|
377
|
-
[autocomplete]="autocomplete()"
|
|
387
|
+
[attr.value]="value()"
|
|
388
|
+
[attr.type]="type()"
|
|
389
|
+
[attr.placeholder]="placeholder()"
|
|
390
|
+
[attr.name]="name()"
|
|
391
|
+
[attr.autocomplete]="autocomplete()"
|
|
378
392
|
[attr.minlength]="minlength()"
|
|
379
393
|
[attr.maxlength]="maxlength()"
|
|
380
|
-
[pattern]="pattern()"
|
|
394
|
+
[attr.pattern]="pattern()"
|
|
381
395
|
[attr.min]="min()"
|
|
382
396
|
[attr.max]="max()"
|
|
383
397
|
[attr.step]="step()"
|
|
384
|
-
[size]="size()"
|
|
385
|
-
[variant]="variant()"
|
|
386
|
-
[label]="label()"
|
|
387
|
-
[helper]="helper()"
|
|
388
|
-
[error]="error()"
|
|
389
|
-
[required]="required()"
|
|
390
|
-
[disabled]="disabled()"
|
|
391
|
-
[readonly]="readonly()"
|
|
392
|
-
[mask]="mask()"
|
|
398
|
+
[attr.size]="size()"
|
|
399
|
+
[attr.variant]="variant()"
|
|
400
|
+
[attr.label]="label()"
|
|
401
|
+
[attr.helper]="helper()"
|
|
402
|
+
[attr.error]="error()"
|
|
403
|
+
[attr.required]="required() ? '' : null"
|
|
404
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
405
|
+
[attr.readonly]="readonly() ? '' : null"
|
|
406
|
+
[attr.mask]="mask()"
|
|
393
407
|
(input)="onInput($event)"
|
|
394
408
|
(change)="onChange($event)"
|
|
395
409
|
(keydown)="onKeydown($event)"
|
|
@@ -408,26 +422,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
408
422
|
imports: [],
|
|
409
423
|
template: `
|
|
410
424
|
<logosphere-input
|
|
411
|
-
[value]="value()"
|
|
412
|
-
[type]="type()"
|
|
413
|
-
[placeholder]="placeholder()"
|
|
414
|
-
[name]="name()"
|
|
415
|
-
[autocomplete]="autocomplete()"
|
|
425
|
+
[attr.value]="value()"
|
|
426
|
+
[attr.type]="type()"
|
|
427
|
+
[attr.placeholder]="placeholder()"
|
|
428
|
+
[attr.name]="name()"
|
|
429
|
+
[attr.autocomplete]="autocomplete()"
|
|
416
430
|
[attr.minlength]="minlength()"
|
|
417
431
|
[attr.maxlength]="maxlength()"
|
|
418
|
-
[pattern]="pattern()"
|
|
432
|
+
[attr.pattern]="pattern()"
|
|
419
433
|
[attr.min]="min()"
|
|
420
434
|
[attr.max]="max()"
|
|
421
435
|
[attr.step]="step()"
|
|
422
|
-
[size]="size()"
|
|
423
|
-
[variant]="variant()"
|
|
424
|
-
[label]="label()"
|
|
425
|
-
[helper]="helper()"
|
|
426
|
-
[error]="error()"
|
|
427
|
-
[required]="required()"
|
|
428
|
-
[disabled]="disabled()"
|
|
429
|
-
[readonly]="readonly()"
|
|
430
|
-
[mask]="mask()"
|
|
436
|
+
[attr.size]="size()"
|
|
437
|
+
[attr.variant]="variant()"
|
|
438
|
+
[attr.label]="label()"
|
|
439
|
+
[attr.helper]="helper()"
|
|
440
|
+
[attr.error]="error()"
|
|
441
|
+
[attr.required]="required() ? '' : null"
|
|
442
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
443
|
+
[attr.readonly]="readonly() ? '' : null"
|
|
444
|
+
[attr.mask]="mask()"
|
|
431
445
|
(input)="onInput($event)"
|
|
432
446
|
(change)="onChange($event)"
|
|
433
447
|
(keydown)="onKeydown($event)"
|
|
@@ -442,6 +456,80 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
442
456
|
}]
|
|
443
457
|
}], 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"] }] } });
|
|
444
458
|
|
|
459
|
+
class LogospherePagination {
|
|
460
|
+
variant = input('default', ...(ngDevMode ? [{ debugName: "variant" }] : []));
|
|
461
|
+
page = input(1, ...(ngDevMode ? [{ debugName: "page" }] : []));
|
|
462
|
+
pageSize = input(25, ...(ngDevMode ? [{ debugName: "pageSize" }] : []));
|
|
463
|
+
total = input(0, ...(ngDevMode ? [{ debugName: "total" }] : []));
|
|
464
|
+
pageSizeOptions = input([10, 25, 50, 100], ...(ngDevMode ? [{ debugName: "pageSizeOptions" }] : []));
|
|
465
|
+
showPageSize = input(true, ...(ngDevMode ? [{ debugName: "showPageSize" }] : []));
|
|
466
|
+
showTotal = input(true, ...(ngDevMode ? [{ debugName: "showTotal" }] : []));
|
|
467
|
+
disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled" }] : []));
|
|
468
|
+
prevLabel = input('Önceki', ...(ngDevMode ? [{ debugName: "prevLabel" }] : []));
|
|
469
|
+
nextLabel = input('Sonraki', ...(ngDevMode ? [{ debugName: "nextLabel" }] : []));
|
|
470
|
+
pageLabel = input('Sayfa', ...(ngDevMode ? [{ debugName: "pageLabel" }] : []));
|
|
471
|
+
perPageLabel = input('/ sayfa', ...(ngDevMode ? [{ debugName: "perPageLabel" }] : []));
|
|
472
|
+
totalLabel = input('kayıt', ...(ngDevMode ? [{ debugName: "totalLabel" }] : []));
|
|
473
|
+
pageChange = output({ alias: 'page-change' });
|
|
474
|
+
set elRef(element) {
|
|
475
|
+
if (element) {
|
|
476
|
+
element.nativeElement.pageSizeOptions = this.pageSizeOptions();
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
onPageChange(event) {
|
|
480
|
+
const e = event;
|
|
481
|
+
this.pageChange.emit(e.detail);
|
|
482
|
+
}
|
|
483
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogospherePagination, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
484
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogospherePagination, isStandalone: true, selector: "lgs-pagination", inputs: { variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null }, page: { classPropertyName: "page", publicName: "page", isSignal: true, isRequired: false, transformFunction: null }, pageSize: { classPropertyName: "pageSize", publicName: "pageSize", isSignal: true, isRequired: false, transformFunction: null }, total: { classPropertyName: "total", publicName: "total", isSignal: true, isRequired: false, transformFunction: null }, pageSizeOptions: { classPropertyName: "pageSizeOptions", publicName: "pageSizeOptions", isSignal: true, isRequired: false, transformFunction: null }, showPageSize: { classPropertyName: "showPageSize", publicName: "showPageSize", isSignal: true, isRequired: false, transformFunction: null }, showTotal: { classPropertyName: "showTotal", publicName: "showTotal", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, prevLabel: { classPropertyName: "prevLabel", publicName: "prevLabel", isSignal: true, isRequired: false, transformFunction: null }, nextLabel: { classPropertyName: "nextLabel", publicName: "nextLabel", isSignal: true, isRequired: false, transformFunction: null }, pageLabel: { classPropertyName: "pageLabel", publicName: "pageLabel", isSignal: true, isRequired: false, transformFunction: null }, perPageLabel: { classPropertyName: "perPageLabel", publicName: "perPageLabel", isSignal: true, isRequired: false, transformFunction: null }, totalLabel: { classPropertyName: "totalLabel", publicName: "totalLabel", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { pageChange: "page-change" }, viewQueries: [{ propertyName: "elRef", first: true, predicate: ["el"], descendants: true }], ngImport: i0, template: `
|
|
485
|
+
<logosphere-pagination
|
|
486
|
+
#el
|
|
487
|
+
[attr.variant]="variant()"
|
|
488
|
+
[attr.page]="page()"
|
|
489
|
+
[attr.pagesize]="pageSize()"
|
|
490
|
+
[attr.total]="total()"
|
|
491
|
+
[showPageSize]="showPageSize()"
|
|
492
|
+
[showTotal]="showTotal()"
|
|
493
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
494
|
+
[attr.prevlabel]="prevLabel()"
|
|
495
|
+
[attr.nextlabel]="nextLabel()"
|
|
496
|
+
[attr.pagelabel]="pageLabel()"
|
|
497
|
+
[attr.perpagelabel]="perPageLabel()"
|
|
498
|
+
[attr.totallabel]="totalLabel()"
|
|
499
|
+
(page-change)="onPageChange($event)"
|
|
500
|
+
></logosphere-pagination>
|
|
501
|
+
`, isInline: true });
|
|
502
|
+
}
|
|
503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogospherePagination, decorators: [{
|
|
504
|
+
type: Component,
|
|
505
|
+
args: [{
|
|
506
|
+
selector: 'lgs-pagination',
|
|
507
|
+
imports: [],
|
|
508
|
+
template: `
|
|
509
|
+
<logosphere-pagination
|
|
510
|
+
#el
|
|
511
|
+
[attr.variant]="variant()"
|
|
512
|
+
[attr.page]="page()"
|
|
513
|
+
[attr.pagesize]="pageSize()"
|
|
514
|
+
[attr.total]="total()"
|
|
515
|
+
[showPageSize]="showPageSize()"
|
|
516
|
+
[showTotal]="showTotal()"
|
|
517
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
518
|
+
[attr.prevlabel]="prevLabel()"
|
|
519
|
+
[attr.nextlabel]="nextLabel()"
|
|
520
|
+
[attr.pagelabel]="pageLabel()"
|
|
521
|
+
[attr.perpagelabel]="perPageLabel()"
|
|
522
|
+
[attr.totallabel]="totalLabel()"
|
|
523
|
+
(page-change)="onPageChange($event)"
|
|
524
|
+
></logosphere-pagination>
|
|
525
|
+
`,
|
|
526
|
+
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
527
|
+
}]
|
|
528
|
+
}], propDecorators: { variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: false }] }], page: [{ type: i0.Input, args: [{ isSignal: true, alias: "page", required: false }] }], pageSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "pageSize", required: false }] }], total: [{ type: i0.Input, args: [{ isSignal: true, alias: "total", required: false }] }], pageSizeOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "pageSizeOptions", required: false }] }], showPageSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "showPageSize", required: false }] }], showTotal: [{ type: i0.Input, args: [{ isSignal: true, alias: "showTotal", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "disabled", required: false }] }], prevLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "prevLabel", required: false }] }], nextLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "nextLabel", required: false }] }], pageLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "pageLabel", required: false }] }], perPageLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "perPageLabel", required: false }] }], totalLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "totalLabel", required: false }] }], pageChange: [{ type: i0.Output, args: ["page-change"] }], elRef: [{
|
|
529
|
+
type: ViewChild,
|
|
530
|
+
args: ['el', { static: false }]
|
|
531
|
+
}] } });
|
|
532
|
+
|
|
445
533
|
class LogospherePopover {
|
|
446
534
|
popoverTitle = input('', { ...(ngDevMode ? { debugName: "popoverTitle" } : {}), alias: 'title' });
|
|
447
535
|
trigger = input('click', ...(ngDevMode ? [{ debugName: "trigger" }] : []));
|
|
@@ -460,11 +548,11 @@ class LogospherePopover {
|
|
|
460
548
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogospherePopover, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
461
549
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogospherePopover, isStandalone: true, selector: "lgs-popover", inputs: { popoverTitle: { classPropertyName: "popoverTitle", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, trigger: { classPropertyName: "trigger", publicName: "trigger", isSignal: true, isRequired: false, transformFunction: null }, placement: { classPropertyName: "placement", publicName: "placement", isSignal: true, isRequired: false, transformFunction: null }, offset: { classPropertyName: "offset", publicName: "offset", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null }, closeOnOutsideClick: { classPropertyName: "closeOnOutsideClick", publicName: "closeOnOutsideClick", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { popoverOpen: "popoverOpen", popoverClose: "popoverClose" }, ngImport: i0, template: `
|
|
462
550
|
<logosphere-popover
|
|
463
|
-
[title]="popoverTitle()"
|
|
464
|
-
[trigger]="trigger()"
|
|
465
|
-
[placement]="placement()"
|
|
466
|
-
[offset]="offset()"
|
|
467
|
-
[open]="open()"
|
|
551
|
+
[attr.popover-title]="popoverTitle()"
|
|
552
|
+
[attr.trigger]="trigger()"
|
|
553
|
+
[attr.placement]="placement()"
|
|
554
|
+
[attr.offset]="offset()"
|
|
555
|
+
[attr.open]="open() ? '' : null"
|
|
468
556
|
[closeOnOutsideClick]="closeOnOutsideClick()"
|
|
469
557
|
(popover-open)="onPopoverOpen()"
|
|
470
558
|
(popover-close)="onPopoverClose()"
|
|
@@ -481,11 +569,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
481
569
|
imports: [],
|
|
482
570
|
template: `
|
|
483
571
|
<logosphere-popover
|
|
484
|
-
[title]="popoverTitle()"
|
|
485
|
-
[trigger]="trigger()"
|
|
486
|
-
[placement]="placement()"
|
|
487
|
-
[offset]="offset()"
|
|
488
|
-
[open]="open()"
|
|
572
|
+
[attr.popover-title]="popoverTitle()"
|
|
573
|
+
[attr.trigger]="trigger()"
|
|
574
|
+
[attr.placement]="placement()"
|
|
575
|
+
[attr.offset]="offset()"
|
|
576
|
+
[attr.open]="open() ? '' : null"
|
|
489
577
|
[closeOnOutsideClick]="closeOnOutsideClick()"
|
|
490
578
|
(popover-open)="onPopoverOpen()"
|
|
491
579
|
(popover-close)="onPopoverClose()"
|
|
@@ -536,26 +624,26 @@ class LogosphereTextarea {
|
|
|
536
624
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereTextarea, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
537
625
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereTextarea, isStandalone: true, selector: "lgs-textarea", inputs: { value: { classPropertyName: "value", publicName: "value", 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 }, rows: { classPropertyName: "rows", publicName: "rows", isSignal: true, isRequired: false, transformFunction: null }, maxRows: { classPropertyName: "maxRows", publicName: "maxRows", isSignal: true, isRequired: false, transformFunction: null }, cols: { classPropertyName: "cols", publicName: "cols", isSignal: true, isRequired: false, transformFunction: null }, wrap: { classPropertyName: "wrap", publicName: "wrap", isSignal: true, isRequired: false, transformFunction: null }, resize: { classPropertyName: "resize", publicName: "resize", isSignal: true, isRequired: false, transformFunction: null }, autoResize: { classPropertyName: "autoResize", publicName: "autoResize", 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 } }, outputs: { inputEvent: "inputChange", change: "change", clear: "clear" }, ngImport: i0, template: `
|
|
538
626
|
<logosphere-textarea
|
|
539
|
-
[value]="value()"
|
|
540
|
-
[placeholder]="placeholder()"
|
|
541
|
-
[name]="name()"
|
|
542
|
-
[autocomplete]="autocomplete()"
|
|
627
|
+
[attr.value]="value()"
|
|
628
|
+
[attr.placeholder]="placeholder()"
|
|
629
|
+
[attr.name]="name()"
|
|
630
|
+
[attr.autocomplete]="autocomplete()"
|
|
543
631
|
[attr.minlength]="minlength()"
|
|
544
632
|
[attr.maxlength]="maxlength()"
|
|
545
|
-
[rows]="rows()"
|
|
546
|
-
[
|
|
633
|
+
[attr.rows]="rows()"
|
|
634
|
+
[attr.maxrows]="maxRows()"
|
|
547
635
|
[attr.cols]="cols()"
|
|
548
|
-
[wrap]="wrap()"
|
|
549
|
-
[resize]="resize()"
|
|
636
|
+
[attr.wrap]="wrap()"
|
|
637
|
+
[attr.resize]="resize()"
|
|
550
638
|
[autoResize]="autoResize()"
|
|
551
|
-
[size]="size()"
|
|
552
|
-
[variant]="variant()"
|
|
553
|
-
[label]="label()"
|
|
554
|
-
[helper]="helper()"
|
|
555
|
-
[error]="error()"
|
|
556
|
-
[required]="required()"
|
|
557
|
-
[disabled]="disabled()"
|
|
558
|
-
[readonly]="readonly()"
|
|
639
|
+
[attr.size]="size()"
|
|
640
|
+
[attr.variant]="variant()"
|
|
641
|
+
[attr.label]="label()"
|
|
642
|
+
[attr.helper]="helper()"
|
|
643
|
+
[attr.error]="error()"
|
|
644
|
+
[attr.required]="required() ? '' : null"
|
|
645
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
646
|
+
[attr.readonly]="readonly() ? '' : null"
|
|
559
647
|
(input)="onInput($event)"
|
|
560
648
|
(change)="onChange($event)"
|
|
561
649
|
(clear)="onClear()"
|
|
@@ -569,26 +657,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
569
657
|
imports: [],
|
|
570
658
|
template: `
|
|
571
659
|
<logosphere-textarea
|
|
572
|
-
[value]="value()"
|
|
573
|
-
[placeholder]="placeholder()"
|
|
574
|
-
[name]="name()"
|
|
575
|
-
[autocomplete]="autocomplete()"
|
|
660
|
+
[attr.value]="value()"
|
|
661
|
+
[attr.placeholder]="placeholder()"
|
|
662
|
+
[attr.name]="name()"
|
|
663
|
+
[attr.autocomplete]="autocomplete()"
|
|
576
664
|
[attr.minlength]="minlength()"
|
|
577
665
|
[attr.maxlength]="maxlength()"
|
|
578
|
-
[rows]="rows()"
|
|
579
|
-
[
|
|
666
|
+
[attr.rows]="rows()"
|
|
667
|
+
[attr.maxrows]="maxRows()"
|
|
580
668
|
[attr.cols]="cols()"
|
|
581
|
-
[wrap]="wrap()"
|
|
582
|
-
[resize]="resize()"
|
|
669
|
+
[attr.wrap]="wrap()"
|
|
670
|
+
[attr.resize]="resize()"
|
|
583
671
|
[autoResize]="autoResize()"
|
|
584
|
-
[size]="size()"
|
|
585
|
-
[variant]="variant()"
|
|
586
|
-
[label]="label()"
|
|
587
|
-
[helper]="helper()"
|
|
588
|
-
[error]="error()"
|
|
589
|
-
[required]="required()"
|
|
590
|
-
[disabled]="disabled()"
|
|
591
|
-
[readonly]="readonly()"
|
|
672
|
+
[attr.size]="size()"
|
|
673
|
+
[attr.variant]="variant()"
|
|
674
|
+
[attr.label]="label()"
|
|
675
|
+
[attr.helper]="helper()"
|
|
676
|
+
[attr.error]="error()"
|
|
677
|
+
[attr.required]="required() ? '' : null"
|
|
678
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
679
|
+
[attr.readonly]="readonly() ? '' : null"
|
|
592
680
|
(input)="onInput($event)"
|
|
593
681
|
(change)="onChange($event)"
|
|
594
682
|
(clear)="onClear()"
|
|
@@ -621,16 +709,16 @@ class LogosphereTimePicker {
|
|
|
621
709
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereTimePicker, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
622
710
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereTimePicker, isStandalone: true, selector: "lgs-timepicker", inputs: { value: { classPropertyName: "value", publicName: "value", 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 }, 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 }, size: { classPropertyName: "size", publicName: "size", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { change: "change", clear: "clear" }, ngImport: i0, template: `
|
|
623
711
|
<logosphere-timepicker
|
|
624
|
-
[value]="value()"
|
|
625
|
-
[label]="label()"
|
|
626
|
-
[helper]="helper()"
|
|
627
|
-
[error]="error()"
|
|
628
|
-
[placeholder]="placeholder()"
|
|
629
|
-
[required]="required()"
|
|
630
|
-
[disabled]="disabled()"
|
|
631
|
-
[readonly]="readonly()"
|
|
632
|
-
[size]="size()"
|
|
633
|
-
[variant]="variant()"
|
|
712
|
+
[attr.value]="value()"
|
|
713
|
+
[attr.label]="label()"
|
|
714
|
+
[attr.helper]="helper()"
|
|
715
|
+
[attr.error]="error()"
|
|
716
|
+
[attr.placeholder]="placeholder()"
|
|
717
|
+
[attr.required]="required() ? '' : null"
|
|
718
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
719
|
+
[attr.readonly]="readonly() ? '' : null"
|
|
720
|
+
[attr.size]="size()"
|
|
721
|
+
[attr.variant]="variant()"
|
|
634
722
|
(change)="onChange($event)"
|
|
635
723
|
(clear)="onClear()"
|
|
636
724
|
></logosphere-timepicker>
|
|
@@ -643,16 +731,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
643
731
|
imports: [],
|
|
644
732
|
template: `
|
|
645
733
|
<logosphere-timepicker
|
|
646
|
-
[value]="value()"
|
|
647
|
-
[label]="label()"
|
|
648
|
-
[helper]="helper()"
|
|
649
|
-
[error]="error()"
|
|
650
|
-
[placeholder]="placeholder()"
|
|
651
|
-
[required]="required()"
|
|
652
|
-
[disabled]="disabled()"
|
|
653
|
-
[readonly]="readonly()"
|
|
654
|
-
[size]="size()"
|
|
655
|
-
[variant]="variant()"
|
|
734
|
+
[attr.value]="value()"
|
|
735
|
+
[attr.label]="label()"
|
|
736
|
+
[attr.helper]="helper()"
|
|
737
|
+
[attr.error]="error()"
|
|
738
|
+
[attr.placeholder]="placeholder()"
|
|
739
|
+
[attr.required]="required() ? '' : null"
|
|
740
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
741
|
+
[attr.readonly]="readonly() ? '' : null"
|
|
742
|
+
[attr.size]="size()"
|
|
743
|
+
[attr.variant]="variant()"
|
|
656
744
|
(change)="onChange($event)"
|
|
657
745
|
(clear)="onClear()"
|
|
658
746
|
></logosphere-timepicker>
|
|
@@ -804,13 +892,11 @@ class LogosphereCombobox {
|
|
|
804
892
|
emptyMessage = input('Sonuç yok', ...(ngDevMode ? [{ debugName: "emptyMessage" }] : []));
|
|
805
893
|
size = input('default', ...(ngDevMode ? [{ debugName: "size" }] : []));
|
|
806
894
|
items = input([], ...(ngDevMode ? [{ debugName: "items" }] : []));
|
|
895
|
+
itemRenderer = input(undefined, ...(ngDevMode ? [{ debugName: "itemRenderer" }] : []));
|
|
807
896
|
change = output();
|
|
808
897
|
selected = output();
|
|
809
898
|
set elRef(element) {
|
|
810
|
-
console.log(element);
|
|
811
899
|
if (element) {
|
|
812
|
-
console.log(element.nativeElement);
|
|
813
|
-
console.log(this.items());
|
|
814
900
|
element.nativeElement.items = this.items();
|
|
815
901
|
}
|
|
816
902
|
}
|
|
@@ -823,23 +909,24 @@ class LogosphereCombobox {
|
|
|
823
909
|
this.selected.emit(e.detail);
|
|
824
910
|
}
|
|
825
911
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereCombobox, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
826
|
-
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: `
|
|
912
|
+
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 }, itemRenderer: { classPropertyName: "itemRenderer", publicName: "itemRenderer", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { change: "change", selected: "selected" }, viewQueries: [{ propertyName: "elRef", first: true, predicate: ["el"], descendants: true }], ngImport: i0, template: `
|
|
827
913
|
<logosphere-combobox
|
|
828
914
|
#el
|
|
829
|
-
[label]="label()"
|
|
830
|
-
[helper]="helper()"
|
|
831
|
-
[error]="error()"
|
|
832
|
-
[placeholder]="placeholder()"
|
|
833
|
-
[required]="required()"
|
|
834
|
-
[disabled]="disabled()"
|
|
835
|
-
[
|
|
836
|
-
[variant]="variant()"
|
|
837
|
-
[multiple]="multiple()"
|
|
838
|
-
[filterable]="filterable()"
|
|
839
|
-
[
|
|
840
|
-
[
|
|
841
|
-
[
|
|
842
|
-
[size]="size()"
|
|
915
|
+
[attr.label]="label()"
|
|
916
|
+
[attr.helper]="helper()"
|
|
917
|
+
[attr.error]="error()"
|
|
918
|
+
[attr.placeholder]="placeholder()"
|
|
919
|
+
[attr.required]="required() ? '' : null"
|
|
920
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
921
|
+
[attr.readonly]="readOnly() ? '' : null"
|
|
922
|
+
[attr.variant]="variant()"
|
|
923
|
+
[attr.multiple]="multiple() ? '' : null"
|
|
924
|
+
[attr.filterable]="filterable() ? '' : null"
|
|
925
|
+
[attr.optionlabel]="optionLabel()"
|
|
926
|
+
[attr.optionvalue]="optionValue()"
|
|
927
|
+
[attr.emptymessage]="emptyMessage()"
|
|
928
|
+
[attr.size]="size()"
|
|
929
|
+
[itemRenderer]="itemRenderer()"
|
|
843
930
|
(change)="onChange($event)"
|
|
844
931
|
(selected)="onSelected($event)"
|
|
845
932
|
></logosphere-combobox>
|
|
@@ -853,27 +940,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
853
940
|
template: `
|
|
854
941
|
<logosphere-combobox
|
|
855
942
|
#el
|
|
856
|
-
[label]="label()"
|
|
857
|
-
[helper]="helper()"
|
|
858
|
-
[error]="error()"
|
|
859
|
-
[placeholder]="placeholder()"
|
|
860
|
-
[required]="required()"
|
|
861
|
-
[disabled]="disabled()"
|
|
862
|
-
[
|
|
863
|
-
[variant]="variant()"
|
|
864
|
-
[multiple]="multiple()"
|
|
865
|
-
[filterable]="filterable()"
|
|
866
|
-
[
|
|
867
|
-
[
|
|
868
|
-
[
|
|
869
|
-
[size]="size()"
|
|
943
|
+
[attr.label]="label()"
|
|
944
|
+
[attr.helper]="helper()"
|
|
945
|
+
[attr.error]="error()"
|
|
946
|
+
[attr.placeholder]="placeholder()"
|
|
947
|
+
[attr.required]="required() ? '' : null"
|
|
948
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
949
|
+
[attr.readonly]="readOnly() ? '' : null"
|
|
950
|
+
[attr.variant]="variant()"
|
|
951
|
+
[attr.multiple]="multiple() ? '' : null"
|
|
952
|
+
[attr.filterable]="filterable() ? '' : null"
|
|
953
|
+
[attr.optionlabel]="optionLabel()"
|
|
954
|
+
[attr.optionvalue]="optionValue()"
|
|
955
|
+
[attr.emptymessage]="emptyMessage()"
|
|
956
|
+
[attr.size]="size()"
|
|
957
|
+
[itemRenderer]="itemRenderer()"
|
|
870
958
|
(change)="onChange($event)"
|
|
871
959
|
(selected)="onSelected($event)"
|
|
872
960
|
></logosphere-combobox>
|
|
873
961
|
`,
|
|
874
962
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
875
963
|
}]
|
|
876
|
-
}], 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: [{
|
|
964
|
+
}], 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 }] }], itemRenderer: [{ type: i0.Input, args: [{ isSignal: true, alias: "itemRenderer", required: false }] }], change: [{ type: i0.Output, args: ["change"] }], selected: [{ type: i0.Output, args: ["selected"] }], elRef: [{
|
|
877
965
|
type: ViewChild,
|
|
878
966
|
args: ['el', { static: false }]
|
|
879
967
|
}] } });
|
|
@@ -977,9 +1065,9 @@ class LogosphereDownloadManager {
|
|
|
977
1065
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereDownloadManager, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
978
1066
|
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: `
|
|
979
1067
|
<download-manager
|
|
980
|
-
[
|
|
981
|
-
[
|
|
982
|
-
[
|
|
1068
|
+
[attr.chunksize]="chunkSize()"
|
|
1069
|
+
[attr.maxconcurrentdownloads]="maxConcurrentDownloads()"
|
|
1070
|
+
[attr.maxconcurrentchunks]="maxConcurrentChunks()"
|
|
983
1071
|
></download-manager>
|
|
984
1072
|
`, isInline: true });
|
|
985
1073
|
}
|
|
@@ -990,9 +1078,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
990
1078
|
imports: [],
|
|
991
1079
|
template: `
|
|
992
1080
|
<download-manager
|
|
993
|
-
[
|
|
994
|
-
[
|
|
995
|
-
[
|
|
1081
|
+
[attr.chunksize]="chunkSize()"
|
|
1082
|
+
[attr.maxconcurrentdownloads]="maxConcurrentDownloads()"
|
|
1083
|
+
[attr.maxconcurrentchunks]="maxConcurrentChunks()"
|
|
996
1084
|
></download-manager>
|
|
997
1085
|
`,
|
|
998
1086
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
@@ -1017,12 +1105,12 @@ class LogosphereDrawer {
|
|
|
1017
1105
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereDrawer, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1018
1106
|
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: `
|
|
1019
1107
|
<logosphere-drawer
|
|
1020
|
-
[open]="open()"
|
|
1021
|
-
[title]="drawerTitle()"
|
|
1022
|
-
[position]="position()"
|
|
1023
|
-
[width]="width()"
|
|
1108
|
+
[attr.open]="open() ? '' : null"
|
|
1109
|
+
[attr.drawer-title]="drawerTitle()"
|
|
1110
|
+
[attr.position]="position()"
|
|
1111
|
+
[attr.width]="width()"
|
|
1024
1112
|
[closeOnEsc]="closeOnEsc()"
|
|
1025
|
-
[
|
|
1113
|
+
[attr.containerselector]="containerSelector()"
|
|
1026
1114
|
(drawer-open)="onDrawerOpen()"
|
|
1027
1115
|
(drawer-close)="onDrawerClose()"
|
|
1028
1116
|
>
|
|
@@ -1037,12 +1125,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
1037
1125
|
imports: [],
|
|
1038
1126
|
template: `
|
|
1039
1127
|
<logosphere-drawer
|
|
1040
|
-
[open]="open()"
|
|
1041
|
-
[title]="drawerTitle()"
|
|
1042
|
-
[position]="position()"
|
|
1043
|
-
[width]="width()"
|
|
1128
|
+
[attr.open]="open() ? '' : null"
|
|
1129
|
+
[attr.drawer-title]="drawerTitle()"
|
|
1130
|
+
[attr.position]="position()"
|
|
1131
|
+
[attr.width]="width()"
|
|
1044
1132
|
[closeOnEsc]="closeOnEsc()"
|
|
1045
|
-
[
|
|
1133
|
+
[attr.containerselector]="containerSelector()"
|
|
1046
1134
|
(drawer-open)="onDrawerOpen()"
|
|
1047
1135
|
(drawer-close)="onDrawerClose()"
|
|
1048
1136
|
>
|
|
@@ -1072,11 +1160,11 @@ class LogosphereLeftMenu {
|
|
|
1072
1160
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereLeftMenu, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1073
1161
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereLeftMenu, isStandalone: true, selector: "lgs-left-menu", inputs: { open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null }, pinned: { classPropertyName: "pinned", publicName: "pinned", isSignal: true, isRequired: false, transformFunction: null }, closedWidth: { classPropertyName: "closedWidth", publicName: "closedWidth", isSignal: true, isRequired: false, transformFunction: null }, openWidth: { classPropertyName: "openWidth", publicName: "openWidth", isSignal: true, isRequired: false, transformFunction: null }, storageKey: { classPropertyName: "storageKey", publicName: "storageKey", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { pinChange: "pinChange", itemClick: "itemClick" }, ngImport: i0, template: `
|
|
1074
1162
|
<logosphere-leftmenu
|
|
1075
|
-
[open]="open()"
|
|
1076
|
-
[pinned]="pinned()"
|
|
1077
|
-
[
|
|
1078
|
-
[
|
|
1079
|
-
[
|
|
1163
|
+
[attr.open]="open() ? '' : null"
|
|
1164
|
+
[attr.pinned]="pinned() ? '' : null"
|
|
1165
|
+
[attr.closedwidth]="closedWidth()"
|
|
1166
|
+
[attr.openwidth]="openWidth()"
|
|
1167
|
+
[attr.storagekey]="storageKey()"
|
|
1080
1168
|
(pin-change)="onPinChange($event)"
|
|
1081
1169
|
(item-click)="onItemClick($event)"
|
|
1082
1170
|
>
|
|
@@ -1091,11 +1179,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
1091
1179
|
imports: [],
|
|
1092
1180
|
template: `
|
|
1093
1181
|
<logosphere-leftmenu
|
|
1094
|
-
[open]="open()"
|
|
1095
|
-
[pinned]="pinned()"
|
|
1096
|
-
[
|
|
1097
|
-
[
|
|
1098
|
-
[
|
|
1182
|
+
[attr.open]="open() ? '' : null"
|
|
1183
|
+
[attr.pinned]="pinned() ? '' : null"
|
|
1184
|
+
[attr.closedwidth]="closedWidth()"
|
|
1185
|
+
[attr.openwidth]="openWidth()"
|
|
1186
|
+
[attr.storagekey]="storageKey()"
|
|
1099
1187
|
(pin-change)="onPinChange($event)"
|
|
1100
1188
|
(item-click)="onItemClick($event)"
|
|
1101
1189
|
>
|
|
@@ -1114,10 +1202,10 @@ class LogosphereLeftMenuItem {
|
|
|
1114
1202
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereLeftMenuItem, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1115
1203
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereLeftMenuItem, isStandalone: true, selector: "lgs-left-menu-item", inputs: { itemId: { classPropertyName: "itemId", publicName: "itemId", isSignal: true, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, active: { classPropertyName: "active", publicName: "active", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0, template: `
|
|
1116
1204
|
<leftmenu-item
|
|
1117
|
-
[
|
|
1118
|
-
[label]="label()"
|
|
1119
|
-
[disabled]="disabled()"
|
|
1120
|
-
[active]="active()"
|
|
1205
|
+
[attr.itemid]="itemId()"
|
|
1206
|
+
[attr.label]="label()"
|
|
1207
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
1208
|
+
[attr.active]="active() ? '' : null"
|
|
1121
1209
|
>
|
|
1122
1210
|
<ng-content></ng-content>
|
|
1123
1211
|
</leftmenu-item>
|
|
@@ -1130,10 +1218,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
1130
1218
|
imports: [],
|
|
1131
1219
|
template: `
|
|
1132
1220
|
<leftmenu-item
|
|
1133
|
-
[
|
|
1134
|
-
[label]="label()"
|
|
1135
|
-
[disabled]="disabled()"
|
|
1136
|
-
[active]="active()"
|
|
1221
|
+
[attr.itemid]="itemId()"
|
|
1222
|
+
[attr.label]="label()"
|
|
1223
|
+
[attr.disabled]="disabled() ? '' : null"
|
|
1224
|
+
[attr.active]="active() ? '' : null"
|
|
1137
1225
|
>
|
|
1138
1226
|
<ng-content></ng-content>
|
|
1139
1227
|
</leftmenu-item>
|
|
@@ -1148,7 +1236,7 @@ class LogosphereModal {
|
|
|
1148
1236
|
closeOnEsc = input(true, ...(ngDevMode ? [{ debugName: "closeOnEsc" }] : []));
|
|
1149
1237
|
closeOnBackdrop = input(true, ...(ngDevMode ? [{ debugName: "closeOnBackdrop" }] : []));
|
|
1150
1238
|
showBack = input(false, ...(ngDevMode ? [{ debugName: "showBack" }] : []));
|
|
1151
|
-
showClose = input(
|
|
1239
|
+
showClose = input(true, ...(ngDevMode ? [{ debugName: "showClose" }] : []));
|
|
1152
1240
|
modalOpen = output();
|
|
1153
1241
|
modalClose = output();
|
|
1154
1242
|
onModalOpen() {
|
|
@@ -1160,11 +1248,11 @@ class LogosphereModal {
|
|
|
1160
1248
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereModal, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1161
1249
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereModal, isStandalone: true, selector: "lgs-modal", inputs: { open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null }, modalTitle: { classPropertyName: "modalTitle", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, closeOnEsc: { classPropertyName: "closeOnEsc", publicName: "closeOnEsc", isSignal: true, isRequired: false, transformFunction: null }, closeOnBackdrop: { classPropertyName: "closeOnBackdrop", publicName: "closeOnBackdrop", isSignal: true, isRequired: false, transformFunction: null }, showBack: { classPropertyName: "showBack", publicName: "showBack", isSignal: true, isRequired: false, transformFunction: null }, showClose: { classPropertyName: "showClose", publicName: "showClose", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { modalOpen: "modalOpen", modalClose: "modalClose" }, ngImport: i0, template: `
|
|
1162
1250
|
<logosphere-modal
|
|
1163
|
-
[open]="open()"
|
|
1164
|
-
[title]="modalTitle()"
|
|
1251
|
+
[attr.open]="open() ? '' : null"
|
|
1252
|
+
[attr.modal-title]="modalTitle()"
|
|
1165
1253
|
[closeOnEsc]="closeOnEsc()"
|
|
1166
1254
|
[closeOnBackdrop]="closeOnBackdrop()"
|
|
1167
|
-
[
|
|
1255
|
+
[attr.showback]="showBack() ? '' : null"
|
|
1168
1256
|
[showClose]="showClose()"
|
|
1169
1257
|
(modal-open)="onModalOpen()"
|
|
1170
1258
|
(modal-close)="onModalClose()"
|
|
@@ -1181,11 +1269,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
1181
1269
|
imports: [],
|
|
1182
1270
|
template: `
|
|
1183
1271
|
<logosphere-modal
|
|
1184
|
-
[open]="open()"
|
|
1185
|
-
[title]="modalTitle()"
|
|
1272
|
+
[attr.open]="open() ? '' : null"
|
|
1273
|
+
[attr.modal-title]="modalTitle()"
|
|
1186
1274
|
[closeOnEsc]="closeOnEsc()"
|
|
1187
1275
|
[closeOnBackdrop]="closeOnBackdrop()"
|
|
1188
|
-
[
|
|
1276
|
+
[attr.showback]="showBack() ? '' : null"
|
|
1189
1277
|
[showClose]="showClose()"
|
|
1190
1278
|
(modal-open)="onModalOpen()"
|
|
1191
1279
|
(modal-close)="onModalClose()"
|
|
@@ -1217,9 +1305,9 @@ class LogosphereTab {
|
|
|
1217
1305
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereTab, isStandalone: true, selector: "lgs-tab", inputs: { tabs: { classPropertyName: "tabs", publicName: "tabs", isSignal: true, isRequired: false, transformFunction: null }, activeTab: { classPropertyName: "activeTab", publicName: "activeTab", isSignal: true, isRequired: false, transformFunction: null }, lazy: { classPropertyName: "lazy", publicName: "lazy", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "variant", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { tabChange: "tabChange" }, viewQueries: [{ propertyName: "elRef", first: true, predicate: ["el"], descendants: true }], ngImport: i0, template: `
|
|
1218
1306
|
<logosphere-tab
|
|
1219
1307
|
#el
|
|
1220
|
-
[
|
|
1308
|
+
[attr.activetab]="activeTab()"
|
|
1221
1309
|
[lazy]="lazy()"
|
|
1222
|
-
[variant]="variant()"
|
|
1310
|
+
[attr.variant]="variant()"
|
|
1223
1311
|
(tab-change)="onTabChange($event)"
|
|
1224
1312
|
>
|
|
1225
1313
|
<ng-content></ng-content>
|
|
@@ -1234,9 +1322,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
1234
1322
|
template: `
|
|
1235
1323
|
<logosphere-tab
|
|
1236
1324
|
#el
|
|
1237
|
-
[
|
|
1325
|
+
[attr.activetab]="activeTab()"
|
|
1238
1326
|
[lazy]="lazy()"
|
|
1239
|
-
[variant]="variant()"
|
|
1327
|
+
[attr.variant]="variant()"
|
|
1240
1328
|
(tab-change)="onTabChange($event)"
|
|
1241
1329
|
>
|
|
1242
1330
|
<ng-content></ng-content>
|
|
@@ -1255,7 +1343,7 @@ class LogosphereToast {
|
|
|
1255
1343
|
text = input('', ...(ngDevMode ? [{ debugName: "text" }] : []));
|
|
1256
1344
|
icon = input('', ...(ngDevMode ? [{ debugName: "icon" }] : []));
|
|
1257
1345
|
closeable = input(true, ...(ngDevMode ? [{ debugName: "closeable" }] : []));
|
|
1258
|
-
duration = input(
|
|
1346
|
+
duration = input(6000, ...(ngDevMode ? [{ debugName: "duration" }] : []));
|
|
1259
1347
|
autoDismiss = input(true, ...(ngDevMode ? [{ debugName: "autoDismiss" }] : []));
|
|
1260
1348
|
dismiss = output();
|
|
1261
1349
|
onDismiss() {
|
|
@@ -1264,12 +1352,12 @@ class LogosphereToast {
|
|
|
1264
1352
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.7", ngImport: i0, type: LogosphereToast, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1265
1353
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "21.0.7", type: LogosphereToast, isStandalone: true, selector: "lgs-toast", inputs: { type: { classPropertyName: "type", publicName: "type", isSignal: true, isRequired: false, transformFunction: null }, toastTitle: { classPropertyName: "toastTitle", publicName: "title", isSignal: true, isRequired: false, transformFunction: null }, text: { classPropertyName: "text", publicName: "text", isSignal: true, isRequired: false, transformFunction: null }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: true, isRequired: false, transformFunction: null }, closeable: { classPropertyName: "closeable", publicName: "closeable", isSignal: true, isRequired: false, transformFunction: null }, duration: { classPropertyName: "duration", publicName: "duration", isSignal: true, isRequired: false, transformFunction: null }, autoDismiss: { classPropertyName: "autoDismiss", publicName: "autoDismiss", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { dismiss: "dismiss" }, ngImport: i0, template: `
|
|
1266
1354
|
<logosphere-toast
|
|
1267
|
-
[type]="type()"
|
|
1268
|
-
[title]="toastTitle()"
|
|
1269
|
-
[text]="text()"
|
|
1270
|
-
[icon]="icon()"
|
|
1355
|
+
[attr.type]="type()"
|
|
1356
|
+
[attr.toast-title]="toastTitle()"
|
|
1357
|
+
[attr.text]="text()"
|
|
1358
|
+
[attr.icon]="icon()"
|
|
1271
1359
|
[closeable]="closeable()"
|
|
1272
|
-
[duration]="duration()"
|
|
1360
|
+
[attr.duration]="duration()"
|
|
1273
1361
|
[autoDismiss]="autoDismiss()"
|
|
1274
1362
|
(dismiss)="onDismiss()"
|
|
1275
1363
|
></logosphere-toast>
|
|
@@ -1282,12 +1370,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
1282
1370
|
imports: [],
|
|
1283
1371
|
template: `
|
|
1284
1372
|
<logosphere-toast
|
|
1285
|
-
[type]="type()"
|
|
1286
|
-
[title]="toastTitle()"
|
|
1287
|
-
[text]="text()"
|
|
1288
|
-
[icon]="icon()"
|
|
1373
|
+
[attr.type]="type()"
|
|
1374
|
+
[attr.toast-title]="toastTitle()"
|
|
1375
|
+
[attr.text]="text()"
|
|
1376
|
+
[attr.icon]="icon()"
|
|
1289
1377
|
[closeable]="closeable()"
|
|
1290
|
-
[duration]="duration()"
|
|
1378
|
+
[attr.duration]="duration()"
|
|
1291
1379
|
[autoDismiss]="autoDismiss()"
|
|
1292
1380
|
(dismiss)="onDismiss()"
|
|
1293
1381
|
></logosphere-toast>
|
|
@@ -1346,9 +1434,9 @@ class LogosphereTreeMenu {
|
|
|
1346
1434
|
<logosphere-tree-menu
|
|
1347
1435
|
#el
|
|
1348
1436
|
[expandOnLabelClick]="expandOnLabelClick()"
|
|
1349
|
-
[
|
|
1437
|
+
[attr.chevronposition]="chevronPosition()"
|
|
1350
1438
|
[showLabels]="showLabels()"
|
|
1351
|
-
[
|
|
1439
|
+
[attr.iconsize]="iconSize()"
|
|
1352
1440
|
(toggle)="onToggle($event)"
|
|
1353
1441
|
(item-click)="onItemClick($event)"
|
|
1354
1442
|
(node-click)="onNodeClick($event)"
|
|
@@ -1364,9 +1452,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.7", ngImpor
|
|
|
1364
1452
|
<logosphere-tree-menu
|
|
1365
1453
|
#el
|
|
1366
1454
|
[expandOnLabelClick]="expandOnLabelClick()"
|
|
1367
|
-
[
|
|
1455
|
+
[attr.chevronposition]="chevronPosition()"
|
|
1368
1456
|
[showLabels]="showLabels()"
|
|
1369
|
-
[
|
|
1457
|
+
[attr.iconsize]="iconSize()"
|
|
1370
1458
|
(toggle)="onToggle($event)"
|
|
1371
1459
|
(item-click)="onItemClick($event)"
|
|
1372
1460
|
(node-click)="onNodeClick($event)"
|
|
@@ -1386,5 +1474,5 @@ const WRAPPER_VERSION = '1.0.0';
|
|
|
1386
1474
|
* Generated bundle index. Do not edit.
|
|
1387
1475
|
*/
|
|
1388
1476
|
|
|
1389
|
-
export { LogosphereBadge, LogosphereBreadcrumb, LogosphereButton, LogosphereCalendar, LogosphereCard, LogosphereChatbot, LogosphereCheckbox, LogosphereCombobox, LogosphereDatePicker, LogosphereDownloadManager, LogosphereDrawer, LogosphereFormField, LogosphereInput, LogosphereLeftMenu, LogosphereLeftMenuItem, LogosphereModal, LogospherePopover, LogosphereSwitch, LogosphereTab, LogosphereTextarea, LogosphereTimePicker, LogosphereToast, LogosphereToastContainer, LogosphereTreeMenu, WRAPPER_VERSION };
|
|
1477
|
+
export { LogosphereBadge, LogosphereBreadcrumb, LogosphereButton, LogosphereCalendar, LogosphereCard, LogosphereChatbot, LogosphereCheckbox, LogosphereCombobox, LogosphereDatePicker, LogosphereDownloadManager, LogosphereDrawer, LogosphereFormField, LogosphereInput, LogosphereLeftMenu, LogosphereLeftMenuItem, LogosphereModal, LogospherePagination, LogospherePopover, LogosphereSwitch, LogosphereTab, LogosphereTextarea, LogosphereTimePicker, LogosphereToast, LogosphereToastContainer, LogosphereTreeMenu, WRAPPER_VERSION };
|
|
1390
1478
|
//# sourceMappingURL=logosphere-ui-angular.mjs.map
|