@infineon/infineon-design-system-vue 39.5.5--canary.2151.52f8334b79f3c300db734f1e1fa8023701237bd1.0 → 39.6.0--canary.2100.20337516878.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/index.d.ts +3 -2
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/plugin.d.ts +1 -1
- package/dist/plugin.js +1 -2
- package/dist/plugin.js.map +1 -1
- package/dist/stencil-generated/components.d.ts +85 -0
- package/dist/stencil-generated/components.js +923 -0
- package/dist/stencil-generated/components.js.map +1 -0
- package/package.json +45 -39
- package/dist/components.d.ts +0 -84
- package/dist/components.js +0 -716
- package/dist/components.js.map +0 -1
- package/dist/vue-component-lib/utils.d.ts +0 -16
- package/dist/vue-component-lib/utils.js +0 -196
- package/dist/vue-component-lib/utils.js.map +0 -1
package/dist/components.js
DELETED
|
@@ -1,716 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* auto-generated vue proxies */
|
|
4
|
-
import { defineContainer } from './vue-component-lib/utils';
|
|
5
|
-
export const IfxAccordion = /*@__PURE__*/ defineContainer('ifx-accordion', undefined, [
|
|
6
|
-
'autoCollapse'
|
|
7
|
-
]);
|
|
8
|
-
export const IfxAccordionItem = /*@__PURE__*/ defineContainer('ifx-accordion-item', undefined, [
|
|
9
|
-
'caption',
|
|
10
|
-
'open',
|
|
11
|
-
'AriaLevel',
|
|
12
|
-
'ifxOpen',
|
|
13
|
-
'ifxClose'
|
|
14
|
-
]);
|
|
15
|
-
export const IfxActionList = /*@__PURE__*/ defineContainer('ifx-action-list', undefined, [
|
|
16
|
-
'listAriaLabel'
|
|
17
|
-
]);
|
|
18
|
-
export const IfxActionListItem = /*@__PURE__*/ defineContainer('ifx-action-list-item', undefined, [
|
|
19
|
-
'itemTitle',
|
|
20
|
-
'description',
|
|
21
|
-
'value',
|
|
22
|
-
'href',
|
|
23
|
-
'target',
|
|
24
|
-
'disabled',
|
|
25
|
-
'itemAriaLabel',
|
|
26
|
-
'ifxActionListItemClick'
|
|
27
|
-
]);
|
|
28
|
-
export const IfxAlert = /*@__PURE__*/ defineContainer('ifx-alert', undefined, [
|
|
29
|
-
'variant',
|
|
30
|
-
'icon',
|
|
31
|
-
'closable',
|
|
32
|
-
'AriaLive',
|
|
33
|
-
'ifxClose'
|
|
34
|
-
]);
|
|
35
|
-
export const IfxBasicTable = /*@__PURE__*/ defineContainer('ifx-basic-table', undefined, [
|
|
36
|
-
'cols',
|
|
37
|
-
'rows',
|
|
38
|
-
'rowHeight',
|
|
39
|
-
'tableHeight',
|
|
40
|
-
'variant'
|
|
41
|
-
]);
|
|
42
|
-
export const IfxBreadcrumb = /*@__PURE__*/ defineContainer('ifx-breadcrumb', undefined);
|
|
43
|
-
export const IfxBreadcrumbItem = /*@__PURE__*/ defineContainer('ifx-breadcrumb-item', undefined);
|
|
44
|
-
export const IfxBreadcrumbItemLabel = /*@__PURE__*/ defineContainer('ifx-breadcrumb-item-label', undefined, [
|
|
45
|
-
'icon',
|
|
46
|
-
'href',
|
|
47
|
-
'target',
|
|
48
|
-
'breadcrumbMenuIconWrapper'
|
|
49
|
-
]);
|
|
50
|
-
export const IfxButton = /*@__PURE__*/ defineContainer('ifx-button', undefined, [
|
|
51
|
-
'variant',
|
|
52
|
-
'theme',
|
|
53
|
-
'size',
|
|
54
|
-
'disabled',
|
|
55
|
-
'href',
|
|
56
|
-
'target',
|
|
57
|
-
'type',
|
|
58
|
-
'fullWidth',
|
|
59
|
-
'ariaLabel'
|
|
60
|
-
]);
|
|
61
|
-
export const IfxCard = /*@__PURE__*/ defineContainer('ifx-card', undefined, [
|
|
62
|
-
'direction',
|
|
63
|
-
'href',
|
|
64
|
-
'target',
|
|
65
|
-
'ariaLabel'
|
|
66
|
-
]);
|
|
67
|
-
export const IfxCardHeadline = /*@__PURE__*/ defineContainer('ifx-card-headline', undefined);
|
|
68
|
-
export const IfxCardImage = /*@__PURE__*/ defineContainer('ifx-card-image', undefined, [
|
|
69
|
-
'src',
|
|
70
|
-
'alt',
|
|
71
|
-
'position',
|
|
72
|
-
'imgPosition'
|
|
73
|
-
]);
|
|
74
|
-
export const IfxCardLinks = /*@__PURE__*/ defineContainer('ifx-card-links', undefined);
|
|
75
|
-
export const IfxCardOverline = /*@__PURE__*/ defineContainer('ifx-card-overline', undefined);
|
|
76
|
-
export const IfxCardText = /*@__PURE__*/ defineContainer('ifx-card-text', undefined);
|
|
77
|
-
export const IfxCheckbox = /*@__PURE__*/ defineContainer('ifx-checkbox', undefined, [
|
|
78
|
-
'disabled',
|
|
79
|
-
'checked',
|
|
80
|
-
'error',
|
|
81
|
-
'size',
|
|
82
|
-
'indeterminate',
|
|
83
|
-
'value',
|
|
84
|
-
'ifxChange',
|
|
85
|
-
'ifxError'
|
|
86
|
-
]);
|
|
87
|
-
export const IfxCheckboxGroup = /*@__PURE__*/ defineContainer('ifx-checkbox-group', undefined, [
|
|
88
|
-
'alignment',
|
|
89
|
-
'size',
|
|
90
|
-
'showGroupLabel',
|
|
91
|
-
'groupLabelText',
|
|
92
|
-
'showCaption',
|
|
93
|
-
'captionText',
|
|
94
|
-
'showCaptionIcon',
|
|
95
|
-
'required'
|
|
96
|
-
]);
|
|
97
|
-
export const IfxChip = /*@__PURE__*/ defineContainer('ifx-chip', undefined, [
|
|
98
|
-
'placeholder',
|
|
99
|
-
'size',
|
|
100
|
-
'value',
|
|
101
|
-
'variant',
|
|
102
|
-
'theme',
|
|
103
|
-
'readOnly',
|
|
104
|
-
'ariaLabel',
|
|
105
|
-
'disabled',
|
|
106
|
-
'icon',
|
|
107
|
-
'ifxChange'
|
|
108
|
-
]);
|
|
109
|
-
export const IfxChipItem = /*@__PURE__*/ defineContainer('ifx-chip-item', undefined, [
|
|
110
|
-
'value',
|
|
111
|
-
'chipState',
|
|
112
|
-
'selected',
|
|
113
|
-
'ifxChipItemSelect'
|
|
114
|
-
]);
|
|
115
|
-
export const IfxContentSwitcher = /*@__PURE__*/ defineContainer('ifx-content-switcher', undefined, [
|
|
116
|
-
'ifxChange'
|
|
117
|
-
]);
|
|
118
|
-
export const IfxContentSwitcherItem = /*@__PURE__*/ defineContainer('ifx-content-switcher-item', undefined, [
|
|
119
|
-
'selected',
|
|
120
|
-
'value'
|
|
121
|
-
]);
|
|
122
|
-
export const IfxDatePicker = /*@__PURE__*/ defineContainer('ifx-date-picker', undefined, [
|
|
123
|
-
'size',
|
|
124
|
-
'error',
|
|
125
|
-
'success',
|
|
126
|
-
'disabled',
|
|
127
|
-
'ariaLabel',
|
|
128
|
-
'value',
|
|
129
|
-
'type',
|
|
130
|
-
'max',
|
|
131
|
-
'min',
|
|
132
|
-
'required',
|
|
133
|
-
'label',
|
|
134
|
-
'caption',
|
|
135
|
-
'autocomplete',
|
|
136
|
-
'ifxDate'
|
|
137
|
-
]);
|
|
138
|
-
export const IfxDownload = /*@__PURE__*/ defineContainer('ifx-download', undefined, [
|
|
139
|
-
'tokens'
|
|
140
|
-
]);
|
|
141
|
-
export const IfxDropdown = /*@__PURE__*/ defineContainer('ifx-dropdown', undefined, [
|
|
142
|
-
'placement',
|
|
143
|
-
'defaultOpen',
|
|
144
|
-
'noAppendToBody',
|
|
145
|
-
'disabled',
|
|
146
|
-
'noCloseOnOutsideClick',
|
|
147
|
-
'noCloseOnMenuClick',
|
|
148
|
-
'ifxOpen',
|
|
149
|
-
'ifxClose',
|
|
150
|
-
'ifxDropdown'
|
|
151
|
-
]);
|
|
152
|
-
export const IfxDropdownHeader = /*@__PURE__*/ defineContainer('ifx-dropdown-header', undefined);
|
|
153
|
-
export const IfxDropdownItem = /*@__PURE__*/ defineContainer('ifx-dropdown-item', undefined, [
|
|
154
|
-
'icon',
|
|
155
|
-
'href',
|
|
156
|
-
'target',
|
|
157
|
-
'hide',
|
|
158
|
-
'ifxDropdownItem'
|
|
159
|
-
]);
|
|
160
|
-
export const IfxDropdownMenu = /*@__PURE__*/ defineContainer('ifx-dropdown-menu', undefined, [
|
|
161
|
-
'isOpen',
|
|
162
|
-
'size',
|
|
163
|
-
'menuSize',
|
|
164
|
-
'ifxDropdownMenuItem'
|
|
165
|
-
]);
|
|
166
|
-
export const IfxDropdownSeparator = /*@__PURE__*/ defineContainer('ifx-dropdown-separator', undefined);
|
|
167
|
-
export const IfxDropdownTrigger = /*@__PURE__*/ defineContainer('ifx-dropdown-trigger', undefined, [
|
|
168
|
-
'isOpen'
|
|
169
|
-
]);
|
|
170
|
-
export const IfxDropdownTriggerButton = /*@__PURE__*/ defineContainer('ifx-dropdown-trigger-button', undefined, [
|
|
171
|
-
'isOpen',
|
|
172
|
-
'theme',
|
|
173
|
-
'variant',
|
|
174
|
-
'size',
|
|
175
|
-
'disabled',
|
|
176
|
-
'hideArrow'
|
|
177
|
-
]);
|
|
178
|
-
export const IfxFaq = /*@__PURE__*/ defineContainer('ifx-faq', undefined);
|
|
179
|
-
export const IfxFileUpload = /*@__PURE__*/ defineContainer('ifx-file-upload', undefined, [
|
|
180
|
-
'dragAndDrop',
|
|
181
|
-
'required',
|
|
182
|
-
'disabled',
|
|
183
|
-
'maxFileSizeMB',
|
|
184
|
-
'allowedFileTypes',
|
|
185
|
-
'additionalAllowedFileTypes',
|
|
186
|
-
'allowAnyFileType',
|
|
187
|
-
'allowedFileExtensions',
|
|
188
|
-
'uploadHandler',
|
|
189
|
-
'maxFiles',
|
|
190
|
-
'label',
|
|
191
|
-
'labelRequiredError',
|
|
192
|
-
'labelBrowseFiles',
|
|
193
|
-
'labelDragAndDrop',
|
|
194
|
-
'labelUploadedFilesHeading',
|
|
195
|
-
'labelFileTooLarge',
|
|
196
|
-
'labelUnsupportedFileType',
|
|
197
|
-
'labelUploaded',
|
|
198
|
-
'labelUploadFailed',
|
|
199
|
-
'labelSupportedFormatsTemplate',
|
|
200
|
-
'labelFileSingular',
|
|
201
|
-
'labelFilePlural',
|
|
202
|
-
'labelMaxFilesInfo',
|
|
203
|
-
'labelMaxFilesExceeded',
|
|
204
|
-
'ariaLabelBrowseFiles',
|
|
205
|
-
'ariaLabelDropzone',
|
|
206
|
-
'ariaLabelFileInput',
|
|
207
|
-
'ariaLabelRemoveFile',
|
|
208
|
-
'ariaLabelCancelUpload',
|
|
209
|
-
'ariaLabelRetryUpload',
|
|
210
|
-
'ariaLabelUploadingStatus',
|
|
211
|
-
'ariaLabelUploadedStatus',
|
|
212
|
-
'ariaLabelUploadFailedStatus',
|
|
213
|
-
'ifxFileUploadAdd',
|
|
214
|
-
'ifxFileUploadRemove',
|
|
215
|
-
'ifxFileUploadChange',
|
|
216
|
-
'ifxFileUploadError',
|
|
217
|
-
'ifxFileUploadInvalid',
|
|
218
|
-
'ifxFileUploadStart',
|
|
219
|
-
'ifxFileUploadComplete',
|
|
220
|
-
'ifxFileUploadAllComplete',
|
|
221
|
-
'ifxFileUploadAbort',
|
|
222
|
-
'ifxFileUploadDrop',
|
|
223
|
-
'ifxFileUploadClick',
|
|
224
|
-
'ifxFileUploadMaxFilesExceeded',
|
|
225
|
-
'ifxFileUploadValidation',
|
|
226
|
-
'ifxFileUploadRetry'
|
|
227
|
-
]);
|
|
228
|
-
export const IfxFilterAccordion = /*@__PURE__*/ defineContainer('ifx-filter-accordion', undefined, [
|
|
229
|
-
'maxVisibleItems',
|
|
230
|
-
'filterGroupName',
|
|
231
|
-
'ifxFilterAccordionChange'
|
|
232
|
-
]);
|
|
233
|
-
export const IfxFilterBar = /*@__PURE__*/ defineContainer('ifx-filter-bar', undefined, [
|
|
234
|
-
'maxShownFilters',
|
|
235
|
-
'showMoreFiltersButton',
|
|
236
|
-
'ifxTopbarFilterChange'
|
|
237
|
-
]);
|
|
238
|
-
export const IfxFilterSearch = /*@__PURE__*/ defineContainer('ifx-filter-search', undefined, [
|
|
239
|
-
'filterName',
|
|
240
|
-
'disabled',
|
|
241
|
-
'filterValue',
|
|
242
|
-
'filterKey',
|
|
243
|
-
'filterOrientation',
|
|
244
|
-
'placeholder',
|
|
245
|
-
'ifxFilterSearchChange'
|
|
246
|
-
]);
|
|
247
|
-
export const IfxFilterTypeGroup = /*@__PURE__*/ defineContainer('ifx-filter-type-group', undefined, [
|
|
248
|
-
'ifxSidebarFilterChange'
|
|
249
|
-
]);
|
|
250
|
-
export const IfxFooter = /*@__PURE__*/ defineContainer('ifx-footer', undefined, [
|
|
251
|
-
'copyrightText'
|
|
252
|
-
]);
|
|
253
|
-
export const IfxFooterColumn = /*@__PURE__*/ defineContainer('ifx-footer-column', undefined);
|
|
254
|
-
export const IfxIcon = /*@__PURE__*/ defineContainer('ifx-icon', undefined, [
|
|
255
|
-
'icon',
|
|
256
|
-
'ifxIcon',
|
|
257
|
-
'consoleError'
|
|
258
|
-
]);
|
|
259
|
-
export const IfxIconButton = /*@__PURE__*/ defineContainer('ifx-icon-button', undefined, [
|
|
260
|
-
'variant',
|
|
261
|
-
'size',
|
|
262
|
-
'disabled',
|
|
263
|
-
'icon',
|
|
264
|
-
'href',
|
|
265
|
-
'target',
|
|
266
|
-
'shape',
|
|
267
|
-
'ariaLabel'
|
|
268
|
-
]);
|
|
269
|
-
export const IfxIconsPreview = /*@__PURE__*/ defineContainer('ifx-icons-preview', undefined);
|
|
270
|
-
export const IfxIndicator = /*@__PURE__*/ defineContainer('ifx-indicator', undefined, [
|
|
271
|
-
'inverted',
|
|
272
|
-
'ariaLabel',
|
|
273
|
-
'variant',
|
|
274
|
-
'number'
|
|
275
|
-
]);
|
|
276
|
-
export const IfxLink = /*@__PURE__*/ defineContainer('ifx-link', undefined, [
|
|
277
|
-
'href',
|
|
278
|
-
'target',
|
|
279
|
-
'variant',
|
|
280
|
-
'size',
|
|
281
|
-
'disabled',
|
|
282
|
-
'download',
|
|
283
|
-
'ariaLabel'
|
|
284
|
-
]);
|
|
285
|
-
export const IfxList = /*@__PURE__*/ defineContainer('ifx-list', undefined, [
|
|
286
|
-
'name',
|
|
287
|
-
'maxVisibleItems',
|
|
288
|
-
'type',
|
|
289
|
-
'resetTrigger',
|
|
290
|
-
'ifxListUpdate'
|
|
291
|
-
]);
|
|
292
|
-
export const IfxListEntry = /*@__PURE__*/ defineContainer('ifx-list-entry', undefined, [
|
|
293
|
-
'value',
|
|
294
|
-
'label',
|
|
295
|
-
'type',
|
|
296
|
-
'ifxListEntryChange'
|
|
297
|
-
]);
|
|
298
|
-
export const IfxModal = /*@__PURE__*/ defineContainer('ifx-modal', undefined, [
|
|
299
|
-
'opened',
|
|
300
|
-
'caption',
|
|
301
|
-
'captionAriaLabel',
|
|
302
|
-
'closeOnOverlayClick',
|
|
303
|
-
'variant',
|
|
304
|
-
'size',
|
|
305
|
-
'alertIcon',
|
|
306
|
-
'okButtonLabel',
|
|
307
|
-
'cancelButtonLabel',
|
|
308
|
-
'closeButtonAriaLabel',
|
|
309
|
-
'showCloseButton',
|
|
310
|
-
'ifxOpen',
|
|
311
|
-
'ifxClose'
|
|
312
|
-
]);
|
|
313
|
-
export const IfxMultiselect = /*@__PURE__*/ defineContainer('ifx-multiselect', undefined, [
|
|
314
|
-
'name',
|
|
315
|
-
'disabled',
|
|
316
|
-
'required',
|
|
317
|
-
'error',
|
|
318
|
-
'caption',
|
|
319
|
-
'label',
|
|
320
|
-
'placeholder',
|
|
321
|
-
'showSearch',
|
|
322
|
-
'showSelectAll',
|
|
323
|
-
'showClearButton',
|
|
324
|
-
'showExpandCollapse',
|
|
325
|
-
'noResultsMessage',
|
|
326
|
-
'showNoResultsMessage',
|
|
327
|
-
'searchPlaceholder',
|
|
328
|
-
'selectAllLabel',
|
|
329
|
-
'expandLabel',
|
|
330
|
-
'collapseLabel',
|
|
331
|
-
'ariaMultiSelectLabel',
|
|
332
|
-
'ariaMultiSelectLabelledBy',
|
|
333
|
-
'ariaMultiSelectDescribedBy',
|
|
334
|
-
'ariaSearchLabel',
|
|
335
|
-
'ariaClearLabel',
|
|
336
|
-
'ariaToggleLabel',
|
|
337
|
-
'ariaSelectAllLabel',
|
|
338
|
-
'ariaExpandAllLabel',
|
|
339
|
-
'ariaCollapseAllLabel',
|
|
340
|
-
'ifxSelect',
|
|
341
|
-
'ifxOpen'
|
|
342
|
-
]);
|
|
343
|
-
export const IfxMultiselectOption = /*@__PURE__*/ defineContainer('ifx-multiselect-option', undefined, [
|
|
344
|
-
'value',
|
|
345
|
-
'selected',
|
|
346
|
-
'disabled',
|
|
347
|
-
'indeterminate'
|
|
348
|
-
]);
|
|
349
|
-
export const IfxNavbar = /*@__PURE__*/ defineContainer('ifx-navbar', undefined, [
|
|
350
|
-
'applicationName',
|
|
351
|
-
'fixed',
|
|
352
|
-
'showLogoAndAppname',
|
|
353
|
-
'logoHref',
|
|
354
|
-
'logoHrefTarget',
|
|
355
|
-
'ifxNavbarMobileMenuIsOpen'
|
|
356
|
-
]);
|
|
357
|
-
export const IfxNavbarItem = /*@__PURE__*/ defineContainer('ifx-navbar-item', undefined, [
|
|
358
|
-
'showLabel',
|
|
359
|
-
'icon',
|
|
360
|
-
'href',
|
|
361
|
-
'target',
|
|
362
|
-
'hideOnMobile',
|
|
363
|
-
'numberIndicator',
|
|
364
|
-
'dotIndicator',
|
|
365
|
-
'ifxNavItem'
|
|
366
|
-
]);
|
|
367
|
-
export const IfxNavbarProfile = /*@__PURE__*/ defineContainer('ifx-navbar-profile', undefined, [
|
|
368
|
-
'showLabel',
|
|
369
|
-
'href',
|
|
370
|
-
'imageUrl',
|
|
371
|
-
'target',
|
|
372
|
-
'alt',
|
|
373
|
-
'userName'
|
|
374
|
-
]);
|
|
375
|
-
export const IfxNotification = /*@__PURE__*/ defineContainer('ifx-notification', undefined, [
|
|
376
|
-
'icon',
|
|
377
|
-
'variant',
|
|
378
|
-
'linkText',
|
|
379
|
-
'linkHref',
|
|
380
|
-
'linkTarget'
|
|
381
|
-
]);
|
|
382
|
-
export const IfxOverviewTable = /*@__PURE__*/ defineContainer('ifx-overview-table', undefined);
|
|
383
|
-
export const IfxPagination = /*@__PURE__*/ defineContainer('ifx-pagination', undefined, [
|
|
384
|
-
'currentPage',
|
|
385
|
-
'showItemsPerPage',
|
|
386
|
-
'total',
|
|
387
|
-
'itemsPerPage',
|
|
388
|
-
'ifxPageChange',
|
|
389
|
-
'ifxItemsPerPageChange'
|
|
390
|
-
]);
|
|
391
|
-
export const IfxProgressBar = /*@__PURE__*/ defineContainer('ifx-progress-bar', undefined, [
|
|
392
|
-
'value',
|
|
393
|
-
'size',
|
|
394
|
-
'showLabel'
|
|
395
|
-
]);
|
|
396
|
-
export const IfxRadioButton = /*@__PURE__*/ defineContainer('ifx-radio-button', undefined, [
|
|
397
|
-
'disabled',
|
|
398
|
-
'value',
|
|
399
|
-
'error',
|
|
400
|
-
'size',
|
|
401
|
-
'name',
|
|
402
|
-
'checked',
|
|
403
|
-
'ifxChange',
|
|
404
|
-
'ifxError'
|
|
405
|
-
]);
|
|
406
|
-
export const IfxRadioButtonGroup = /*@__PURE__*/ defineContainer('ifx-radio-button-group', undefined, [
|
|
407
|
-
'alignment',
|
|
408
|
-
'size',
|
|
409
|
-
'showGroupLabel',
|
|
410
|
-
'groupLabelText',
|
|
411
|
-
'showCaption',
|
|
412
|
-
'captionText',
|
|
413
|
-
'showCaptionIcon',
|
|
414
|
-
'required'
|
|
415
|
-
]);
|
|
416
|
-
export const IfxSearchBar = /*@__PURE__*/ defineContainer('ifx-search-bar', undefined, [
|
|
417
|
-
'isOpen',
|
|
418
|
-
'disabled',
|
|
419
|
-
'value',
|
|
420
|
-
'maxlength',
|
|
421
|
-
'autocomplete',
|
|
422
|
-
'ifxInput',
|
|
423
|
-
'ifxOpen'
|
|
424
|
-
], 'value', 'ifxInput');
|
|
425
|
-
export const IfxSearchField = /*@__PURE__*/ defineContainer('ifx-search-field', undefined, [
|
|
426
|
-
'value',
|
|
427
|
-
'suggestions',
|
|
428
|
-
'showSuggestions',
|
|
429
|
-
'maxSuggestions',
|
|
430
|
-
'maxHistoryItems',
|
|
431
|
-
'enableHistory',
|
|
432
|
-
'historyKey',
|
|
433
|
-
'historyHeaderText',
|
|
434
|
-
'ariaLabel',
|
|
435
|
-
'ariaLabelledBy',
|
|
436
|
-
'ariaDescribedBy',
|
|
437
|
-
'deleteIconAriaLabel',
|
|
438
|
-
'historyDeleteAriaLabel',
|
|
439
|
-
'dropdownAriaLabel',
|
|
440
|
-
'suggestionAriaLabel',
|
|
441
|
-
'historyItemAriaLabel',
|
|
442
|
-
'showDeleteIcon',
|
|
443
|
-
'disabled',
|
|
444
|
-
'size',
|
|
445
|
-
'placeholder',
|
|
446
|
-
'autocomplete',
|
|
447
|
-
'maxlength',
|
|
448
|
-
'ifxInput',
|
|
449
|
-
'ifxSuggestionRequested',
|
|
450
|
-
'ifxSuggestionSelected',
|
|
451
|
-
'ifxFocus',
|
|
452
|
-
'ifxBlur'
|
|
453
|
-
], 'value', 'ifxInput');
|
|
454
|
-
export const IfxSegment = /*@__PURE__*/ defineContainer('ifx-segment', undefined, [
|
|
455
|
-
'icon',
|
|
456
|
-
'segmentIndex',
|
|
457
|
-
'selected',
|
|
458
|
-
'value',
|
|
459
|
-
'segmentSelect'
|
|
460
|
-
]);
|
|
461
|
-
export const IfxSegmentedControl = /*@__PURE__*/ defineContainer('ifx-segmented-control', undefined, [
|
|
462
|
-
'caption',
|
|
463
|
-
'label',
|
|
464
|
-
'size',
|
|
465
|
-
'required',
|
|
466
|
-
'error',
|
|
467
|
-
'ifxChange'
|
|
468
|
-
]);
|
|
469
|
-
export const IfxSelect = /*@__PURE__*/ defineContainer('ifx-select', undefined, [
|
|
470
|
-
'value',
|
|
471
|
-
'name',
|
|
472
|
-
'items',
|
|
473
|
-
'choices',
|
|
474
|
-
'renderChoiceLimit',
|
|
475
|
-
'maxItemCount',
|
|
476
|
-
'addItems',
|
|
477
|
-
'removeItems',
|
|
478
|
-
'removeItemButton',
|
|
479
|
-
'editItems',
|
|
480
|
-
'duplicateItemsAllowed',
|
|
481
|
-
'delimiter',
|
|
482
|
-
'paste',
|
|
483
|
-
'showSearch',
|
|
484
|
-
'searchChoices',
|
|
485
|
-
'searchFields',
|
|
486
|
-
'searchFloor',
|
|
487
|
-
'searchResultLimit',
|
|
488
|
-
'position',
|
|
489
|
-
'resetScrollPosition',
|
|
490
|
-
'shouldSort',
|
|
491
|
-
'shouldSortItems',
|
|
492
|
-
'sorter',
|
|
493
|
-
'placeholder',
|
|
494
|
-
'searchPlaceholderValue',
|
|
495
|
-
'prependValue',
|
|
496
|
-
'appendValue',
|
|
497
|
-
'renderSelectedChoices',
|
|
498
|
-
'loadingText',
|
|
499
|
-
'noResultsText',
|
|
500
|
-
'noChoicesText',
|
|
501
|
-
'itemSelectText',
|
|
502
|
-
'addItemText',
|
|
503
|
-
'maxItemText',
|
|
504
|
-
'uniqueItemText',
|
|
505
|
-
'classNames',
|
|
506
|
-
'fuseOptions',
|
|
507
|
-
'addItemFilter',
|
|
508
|
-
'customAddItemText',
|
|
509
|
-
'callbackOnInit',
|
|
510
|
-
'callbackOnCreateTemplates',
|
|
511
|
-
'valueComparer',
|
|
512
|
-
'error',
|
|
513
|
-
'label',
|
|
514
|
-
'caption',
|
|
515
|
-
'disabled',
|
|
516
|
-
'required',
|
|
517
|
-
'placeholderValue',
|
|
518
|
-
'options',
|
|
519
|
-
'size',
|
|
520
|
-
'showClearButton',
|
|
521
|
-
'ifxSelect',
|
|
522
|
-
'ifxInput'
|
|
523
|
-
]);
|
|
524
|
-
export const IfxSetFilter = /*@__PURE__*/ defineContainer('ifx-set-filter', undefined, [
|
|
525
|
-
'filterName',
|
|
526
|
-
'filterLabel',
|
|
527
|
-
'placeholder',
|
|
528
|
-
'type',
|
|
529
|
-
'options',
|
|
530
|
-
'ifxFilterSelect'
|
|
531
|
-
]);
|
|
532
|
-
export const IfxSidebar = /*@__PURE__*/ defineContainer('ifx-sidebar', undefined, [
|
|
533
|
-
'applicationName',
|
|
534
|
-
'initialCollapse',
|
|
535
|
-
'showFooter',
|
|
536
|
-
'showHeader',
|
|
537
|
-
'termsOfUse',
|
|
538
|
-
'imprint',
|
|
539
|
-
'privacyPolicy',
|
|
540
|
-
'target',
|
|
541
|
-
'copyrightText',
|
|
542
|
-
'collapsible',
|
|
543
|
-
'collapsed',
|
|
544
|
-
'hideMenuLabel',
|
|
545
|
-
'ifxSidebarCollapseChange'
|
|
546
|
-
]);
|
|
547
|
-
export const IfxSidebarItem = /*@__PURE__*/ defineContainer('ifx-sidebar-item', undefined, [
|
|
548
|
-
'icon',
|
|
549
|
-
'href',
|
|
550
|
-
'target',
|
|
551
|
-
'numberIndicator',
|
|
552
|
-
'active',
|
|
553
|
-
'isActionItem',
|
|
554
|
-
'handleItemClick',
|
|
555
|
-
'ifxSidebarMenu',
|
|
556
|
-
'ifxSidebarNavigationItem',
|
|
557
|
-
'ifxSidebarActionItem'
|
|
558
|
-
]);
|
|
559
|
-
export const IfxSidebarTitle = /*@__PURE__*/ defineContainer('ifx-sidebar-title', undefined, [
|
|
560
|
-
'showInCollapsed'
|
|
561
|
-
]);
|
|
562
|
-
export const IfxSlider = /*@__PURE__*/ defineContainer('ifx-slider', undefined, [
|
|
563
|
-
'min',
|
|
564
|
-
'max',
|
|
565
|
-
'step',
|
|
566
|
-
'value',
|
|
567
|
-
'minValueHandle',
|
|
568
|
-
'maxValueHandle',
|
|
569
|
-
'disabled',
|
|
570
|
-
'showPercentage',
|
|
571
|
-
'leftIcon',
|
|
572
|
-
'rightIcon',
|
|
573
|
-
'leftText',
|
|
574
|
-
'rightText',
|
|
575
|
-
'type',
|
|
576
|
-
'ariaLabel',
|
|
577
|
-
'ifxChange'
|
|
578
|
-
]);
|
|
579
|
-
export const IfxSpinner = /*@__PURE__*/ defineContainer('ifx-spinner', undefined, [
|
|
580
|
-
'size',
|
|
581
|
-
'variant',
|
|
582
|
-
'inverted',
|
|
583
|
-
'ariaLabel'
|
|
584
|
-
]);
|
|
585
|
-
export const IfxStatus = /*@__PURE__*/ defineContainer('ifx-status', undefined, [
|
|
586
|
-
'label',
|
|
587
|
-
'border',
|
|
588
|
-
'color'
|
|
589
|
-
]);
|
|
590
|
-
export const IfxStep = /*@__PURE__*/ defineContainer('ifx-step', undefined, [
|
|
591
|
-
'complete',
|
|
592
|
-
'disabled',
|
|
593
|
-
'error',
|
|
594
|
-
'lastStep',
|
|
595
|
-
'stepId',
|
|
596
|
-
'stepperState'
|
|
597
|
-
]);
|
|
598
|
-
export const IfxStepper = /*@__PURE__*/ defineContainer('ifx-stepper', undefined, [
|
|
599
|
-
'activeStep',
|
|
600
|
-
'indicatorPosition',
|
|
601
|
-
'showStepNumber',
|
|
602
|
-
'variant',
|
|
603
|
-
'ariaLabel',
|
|
604
|
-
'ariaCurrent',
|
|
605
|
-
'ifxChange'
|
|
606
|
-
]);
|
|
607
|
-
export const IfxSwitch = /*@__PURE__*/ defineContainer('ifx-switch', undefined, [
|
|
608
|
-
'checked',
|
|
609
|
-
'name',
|
|
610
|
-
'disabled',
|
|
611
|
-
'value',
|
|
612
|
-
'ifxChange'
|
|
613
|
-
]);
|
|
614
|
-
export const IfxTab = /*@__PURE__*/ defineContainer('ifx-tab', undefined, [
|
|
615
|
-
'header',
|
|
616
|
-
'disabled',
|
|
617
|
-
'icon',
|
|
618
|
-
'iconPosition',
|
|
619
|
-
'tabHeaderChange'
|
|
620
|
-
]);
|
|
621
|
-
export const IfxTable = /*@__PURE__*/ defineContainer('ifx-table', undefined, [
|
|
622
|
-
'cols',
|
|
623
|
-
'rows',
|
|
624
|
-
'buttonRendererOptions',
|
|
625
|
-
'iconButtonRendererOptions',
|
|
626
|
-
'checkboxRendererOptions',
|
|
627
|
-
'rowHeight',
|
|
628
|
-
'tableHeight',
|
|
629
|
-
'pagination',
|
|
630
|
-
'paginationItemsPerPage',
|
|
631
|
-
'filterOrientation',
|
|
632
|
-
'headline',
|
|
633
|
-
'variant',
|
|
634
|
-
'serverSidePagination',
|
|
635
|
-
'serverPageChangeHandler',
|
|
636
|
-
'enableSelection',
|
|
637
|
-
'showLoading'
|
|
638
|
-
]);
|
|
639
|
-
export const IfxTabs = /*@__PURE__*/ defineContainer('ifx-tabs', undefined, [
|
|
640
|
-
'orientation',
|
|
641
|
-
'activeTabIndex',
|
|
642
|
-
'fullWidth',
|
|
643
|
-
'ifxChange'
|
|
644
|
-
]);
|
|
645
|
-
export const IfxTemplate = /*@__PURE__*/ defineContainer('ifx-template', undefined, [
|
|
646
|
-
'name',
|
|
647
|
-
'thumbnail',
|
|
648
|
-
'toggleTemplates',
|
|
649
|
-
'fieldError'
|
|
650
|
-
]);
|
|
651
|
-
export const IfxTemplatesUi = /*@__PURE__*/ defineContainer('ifx-templates-ui', undefined);
|
|
652
|
-
export const IfxTextField = /*@__PURE__*/ defineContainer('ifx-text-field', undefined, [
|
|
653
|
-
'placeholder',
|
|
654
|
-
'value',
|
|
655
|
-
'error',
|
|
656
|
-
'label',
|
|
657
|
-
'icon',
|
|
658
|
-
'caption',
|
|
659
|
-
'size',
|
|
660
|
-
'required',
|
|
661
|
-
'success',
|
|
662
|
-
'disabled',
|
|
663
|
-
'readOnly',
|
|
664
|
-
'maxlength',
|
|
665
|
-
'showDeleteIcon',
|
|
666
|
-
'autocomplete',
|
|
667
|
-
'type',
|
|
668
|
-
'internalId',
|
|
669
|
-
'ifxInput'
|
|
670
|
-
], 'value', 'ifxInput');
|
|
671
|
-
export const IfxTextarea = /*@__PURE__*/ defineContainer('ifx-textarea', undefined, [
|
|
672
|
-
'caption',
|
|
673
|
-
'cols',
|
|
674
|
-
'disabled',
|
|
675
|
-
'error',
|
|
676
|
-
'label',
|
|
677
|
-
'maxlength',
|
|
678
|
-
'name',
|
|
679
|
-
'placeholder',
|
|
680
|
-
'required',
|
|
681
|
-
'readOnly',
|
|
682
|
-
'resize',
|
|
683
|
-
'rows',
|
|
684
|
-
'value',
|
|
685
|
-
'wrap',
|
|
686
|
-
'fullWidth',
|
|
687
|
-
'ifxInput'
|
|
688
|
-
]);
|
|
689
|
-
export const IfxTooltip = /*@__PURE__*/ defineContainer('ifx-tooltip', undefined, [
|
|
690
|
-
'header',
|
|
691
|
-
'text',
|
|
692
|
-
'position',
|
|
693
|
-
'ariaLabel',
|
|
694
|
-
'variant',
|
|
695
|
-
'icon'
|
|
696
|
-
]);
|
|
697
|
-
export const IfxTreeView = /*@__PURE__*/ defineContainer('ifx-tree-view', undefined, [
|
|
698
|
-
'label',
|
|
699
|
-
'disableAllItems',
|
|
700
|
-
'expandAllItems',
|
|
701
|
-
'ariaLabel',
|
|
702
|
-
'ifxTreeViewExpandAllChange',
|
|
703
|
-
'ifxTreeViewDisableAllChange'
|
|
704
|
-
]);
|
|
705
|
-
export const IfxTreeViewItem = /*@__PURE__*/ defineContainer('ifx-tree-view-item', undefined, [
|
|
706
|
-
'expanded',
|
|
707
|
-
'initiallyExpanded',
|
|
708
|
-
'disableItem',
|
|
709
|
-
'ariaLabel',
|
|
710
|
-
'initiallySelected',
|
|
711
|
-
'value',
|
|
712
|
-
'ifxTreeViewItemExpandChange',
|
|
713
|
-
'ifxTreeViewItemCheckChange',
|
|
714
|
-
'ifxTreeViewItemDisableChange'
|
|
715
|
-
]);
|
|
716
|
-
//# sourceMappingURL=components.js.map
|