@duetds/react 9.4.0 → 9.4.2
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/commonjs/new/stencil-generated/components.d.ts +431 -0
- package/commonjs/new/stencil-generated/components.js +975 -0
- package/commonjs/new/stencil-generated/components.js.map +1 -0
- package/commonjs/new/stencil-generated/components.server.d.ts +433 -0
- package/commonjs/new/stencil-generated/components.server.js +1879 -0
- package/commonjs/new/stencil-generated/components.server.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,1879 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated by the Stencil React Output Target.
|
|
3
|
+
* Changes to this file may cause incorrect behavior and will be lost if the code is regenerated.
|
|
4
|
+
*/
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
// @ts-ignore - ignore potential type issues as the project is importing itself
|
|
7
|
+
import * as clientComponents from '@duetds/components/components';
|
|
8
|
+
import { createComponent } from '@stencil/react-output-target/ssr';
|
|
9
|
+
export const serializeShadowRoot = { default: "declarative-shadow-dom" };
|
|
10
|
+
export const DuetActionButton = /*@__PURE__*/ createComponent({
|
|
11
|
+
tagName: 'duet-action-button',
|
|
12
|
+
properties: {
|
|
13
|
+
theme: 'theme',
|
|
14
|
+
iconName: 'icon-name',
|
|
15
|
+
iconColor: 'icon-color',
|
|
16
|
+
iconSize: 'icon-size',
|
|
17
|
+
actionName: 'action-name',
|
|
18
|
+
actionId: 'action-id',
|
|
19
|
+
actionMeta: 'action-meta',
|
|
20
|
+
disabled: 'disabled',
|
|
21
|
+
color: 'color',
|
|
22
|
+
background: 'background',
|
|
23
|
+
accessibleTitle: 'title',
|
|
24
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
25
|
+
accessibleDetails: 'accessible-details',
|
|
26
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
27
|
+
accessibleDescription: 'accessible-description',
|
|
28
|
+
accessibleLabelsDefaults: 'accessible-label-defaults',
|
|
29
|
+
accessibleLabel: 'accessible-label',
|
|
30
|
+
accessibleControls: 'accessible-controls',
|
|
31
|
+
url: 'url'
|
|
32
|
+
},
|
|
33
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
34
|
+
clientModule: clientComponents.DuetActionButton,
|
|
35
|
+
serializeShadowRoot,
|
|
36
|
+
});
|
|
37
|
+
export const DuetAlert = /*@__PURE__*/ createComponent({
|
|
38
|
+
tagName: 'duet-alert',
|
|
39
|
+
properties: {
|
|
40
|
+
theme: 'theme',
|
|
41
|
+
accessibleLabelDefaults: 'accessible-label-default',
|
|
42
|
+
accessibleLabel: 'accessible-label',
|
|
43
|
+
announcements: 'announcements',
|
|
44
|
+
icon: 'icon',
|
|
45
|
+
autoDismiss: 'auto-dismiss',
|
|
46
|
+
margin: 'margin',
|
|
47
|
+
padding: 'padding',
|
|
48
|
+
variation: 'variation',
|
|
49
|
+
position: 'position',
|
|
50
|
+
dismissible: 'dismissible',
|
|
51
|
+
focusable: 'focusable'
|
|
52
|
+
},
|
|
53
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
54
|
+
clientModule: clientComponents.DuetAlert,
|
|
55
|
+
serializeShadowRoot,
|
|
56
|
+
});
|
|
57
|
+
export const DuetBadge = /*@__PURE__*/ createComponent({
|
|
58
|
+
tagName: 'duet-badge',
|
|
59
|
+
properties: {
|
|
60
|
+
theme: 'theme',
|
|
61
|
+
variation: 'variation',
|
|
62
|
+
background: 'background',
|
|
63
|
+
margin: 'margin'
|
|
64
|
+
},
|
|
65
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
66
|
+
clientModule: clientComponents.DuetBadge,
|
|
67
|
+
serializeShadowRoot,
|
|
68
|
+
});
|
|
69
|
+
export const DuetBanner = /*@__PURE__*/ createComponent({
|
|
70
|
+
tagName: 'duet-banner',
|
|
71
|
+
properties: {
|
|
72
|
+
theme: 'theme',
|
|
73
|
+
margin: 'margin',
|
|
74
|
+
backgroundColor: 'background-color',
|
|
75
|
+
iconColor: 'icon-color',
|
|
76
|
+
iconBackgroundColor: 'icon-background-color',
|
|
77
|
+
textColor: 'text-color',
|
|
78
|
+
size: 'size',
|
|
79
|
+
image: 'image',
|
|
80
|
+
sources: 'sources',
|
|
81
|
+
icon: 'icon',
|
|
82
|
+
headingLevel: 'heading-level'
|
|
83
|
+
},
|
|
84
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
85
|
+
clientModule: clientComponents.DuetBanner,
|
|
86
|
+
serializeShadowRoot,
|
|
87
|
+
});
|
|
88
|
+
export const DuetBreadcrumb = /*@__PURE__*/ createComponent({
|
|
89
|
+
tagName: 'duet-breadcrumb',
|
|
90
|
+
properties: {
|
|
91
|
+
theme: 'theme',
|
|
92
|
+
href: 'href',
|
|
93
|
+
icon: 'icon',
|
|
94
|
+
iconSize: 'icon-size',
|
|
95
|
+
accessibleLabel: 'accessible-label'
|
|
96
|
+
},
|
|
97
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
98
|
+
clientModule: clientComponents.DuetBreadcrumb,
|
|
99
|
+
serializeShadowRoot,
|
|
100
|
+
});
|
|
101
|
+
export const DuetBreadcrumbs = /*@__PURE__*/ createComponent({
|
|
102
|
+
tagName: 'duet-breadcrumbs',
|
|
103
|
+
properties: {
|
|
104
|
+
theme: 'theme',
|
|
105
|
+
variation: 'variation',
|
|
106
|
+
color: 'color'
|
|
107
|
+
},
|
|
108
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
109
|
+
clientModule: clientComponents.DuetBreadcrumbs,
|
|
110
|
+
serializeShadowRoot,
|
|
111
|
+
});
|
|
112
|
+
export const DuetButton = /*@__PURE__*/ createComponent({
|
|
113
|
+
tagName: 'duet-button',
|
|
114
|
+
properties: {
|
|
115
|
+
accessibleLabel: 'accessible-label',
|
|
116
|
+
accessibleControls: 'accessible-controls',
|
|
117
|
+
accessiblePopup: 'accessible-popup',
|
|
118
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
119
|
+
accessibleOwns: 'accessible-owns',
|
|
120
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
121
|
+
accessibleDetails: 'accessible-details',
|
|
122
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
123
|
+
accessibleDescription: 'accessible-description',
|
|
124
|
+
accessibleExpanded: 'accessible-expanded',
|
|
125
|
+
accessiblePressed: 'accessible-pressed',
|
|
126
|
+
loading: 'loading',
|
|
127
|
+
variation: 'variation',
|
|
128
|
+
negative: 'negative',
|
|
129
|
+
theme: 'theme',
|
|
130
|
+
margin: 'margin',
|
|
131
|
+
form: 'form',
|
|
132
|
+
padding: 'padding',
|
|
133
|
+
centerText: 'center-text',
|
|
134
|
+
wrapping: 'wrapping',
|
|
135
|
+
expand: 'expand',
|
|
136
|
+
fixed: 'fixed',
|
|
137
|
+
disabled: 'disabled',
|
|
138
|
+
name: 'name',
|
|
139
|
+
value: 'value',
|
|
140
|
+
identifier: 'identifier',
|
|
141
|
+
submit: 'submit',
|
|
142
|
+
external: 'external',
|
|
143
|
+
language: 'language',
|
|
144
|
+
accessibleLabelExternalDefaults: 'accessible-label-external-default',
|
|
145
|
+
accessibleLabelExternal: 'accessible-label-external',
|
|
146
|
+
accessibleLabelLoadingDefaults: 'accessible-label-loading-default',
|
|
147
|
+
accessibleLabelLoading: 'accessible-label-loading',
|
|
148
|
+
icon: 'icon',
|
|
149
|
+
color: 'color',
|
|
150
|
+
iconRight: 'icon-right',
|
|
151
|
+
iconSize: 'icon-size',
|
|
152
|
+
size: 'size',
|
|
153
|
+
iconOnly: 'icon-only',
|
|
154
|
+
url: 'url'
|
|
155
|
+
},
|
|
156
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
157
|
+
clientModule: clientComponents.DuetButton,
|
|
158
|
+
serializeShadowRoot,
|
|
159
|
+
});
|
|
160
|
+
export const DuetCallout = /*@__PURE__*/ createComponent({
|
|
161
|
+
tagName: 'duet-callout',
|
|
162
|
+
properties: {
|
|
163
|
+
theme: 'theme',
|
|
164
|
+
margin: 'margin'
|
|
165
|
+
},
|
|
166
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
167
|
+
clientModule: clientComponents.DuetCallout,
|
|
168
|
+
serializeShadowRoot,
|
|
169
|
+
});
|
|
170
|
+
export const DuetCaption = /*@__PURE__*/ createComponent({
|
|
171
|
+
tagName: 'duet-caption',
|
|
172
|
+
properties: {
|
|
173
|
+
theme: 'theme',
|
|
174
|
+
margin: 'margin',
|
|
175
|
+
selected: 'selected',
|
|
176
|
+
size: 'size'
|
|
177
|
+
},
|
|
178
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
179
|
+
clientModule: clientComponents.DuetCaption,
|
|
180
|
+
serializeShadowRoot,
|
|
181
|
+
});
|
|
182
|
+
export const DuetCard = /*@__PURE__*/ createComponent({
|
|
183
|
+
tagName: 'duet-card',
|
|
184
|
+
properties: {
|
|
185
|
+
accessibleLabel: 'accessible-label',
|
|
186
|
+
heading: 'heading',
|
|
187
|
+
secondaryHeading: 'secondary-heading',
|
|
188
|
+
variation: 'variation',
|
|
189
|
+
collapsible: 'collapsible',
|
|
190
|
+
open: 'open',
|
|
191
|
+
headingLevel: 'heading-level',
|
|
192
|
+
headingBackground: 'heading-background',
|
|
193
|
+
icon: 'icon',
|
|
194
|
+
image: 'image',
|
|
195
|
+
background: 'background',
|
|
196
|
+
padding: 'padding',
|
|
197
|
+
margin: 'margin',
|
|
198
|
+
theme: 'theme',
|
|
199
|
+
url: 'url',
|
|
200
|
+
shadowBreakpoint: 'shadow-breakpoint'
|
|
201
|
+
},
|
|
202
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
203
|
+
clientModule: clientComponents.DuetCard,
|
|
204
|
+
serializeShadowRoot,
|
|
205
|
+
});
|
|
206
|
+
export const DuetCheckbox = /*@__PURE__*/ createComponent({
|
|
207
|
+
tagName: 'duet-checkbox',
|
|
208
|
+
properties: {
|
|
209
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
210
|
+
margin: 'margin',
|
|
211
|
+
accessibleControls: 'accessible-controls',
|
|
212
|
+
accessibleIndex: 'accessible-index',
|
|
213
|
+
accessibleOwns: 'accessible-owns',
|
|
214
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
215
|
+
accessibleDetails: 'accessible-details',
|
|
216
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
217
|
+
accessibleDescription: 'accessible-description',
|
|
218
|
+
accessibleSelected: 'accessible-selected',
|
|
219
|
+
accessibleLiveError: 'accessible-live-error',
|
|
220
|
+
required: 'required',
|
|
221
|
+
error: 'error',
|
|
222
|
+
theme: 'theme',
|
|
223
|
+
disabled: 'disabled',
|
|
224
|
+
identifier: 'identifier',
|
|
225
|
+
label: 'label',
|
|
226
|
+
labelHidden: 'label-hidden',
|
|
227
|
+
name: 'name',
|
|
228
|
+
role: 'role',
|
|
229
|
+
checked: 'checked',
|
|
230
|
+
value: 'value'
|
|
231
|
+
},
|
|
232
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
233
|
+
clientModule: clientComponents.DuetCheckbox,
|
|
234
|
+
serializeShadowRoot,
|
|
235
|
+
});
|
|
236
|
+
export const DuetCheckmark = /*@__PURE__*/ createComponent({
|
|
237
|
+
tagName: 'duet-checkmark',
|
|
238
|
+
properties: {
|
|
239
|
+
theme: 'theme',
|
|
240
|
+
checked: 'checked',
|
|
241
|
+
presentationOnly: 'presentation-only',
|
|
242
|
+
center: 'center',
|
|
243
|
+
type: 'type'
|
|
244
|
+
},
|
|
245
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
246
|
+
clientModule: clientComponents.DuetCheckmark,
|
|
247
|
+
serializeShadowRoot,
|
|
248
|
+
});
|
|
249
|
+
export const DuetChip = /*@__PURE__*/ createComponent({
|
|
250
|
+
tagName: 'duet-chip',
|
|
251
|
+
properties: {
|
|
252
|
+
accessibleLabel: 'accessible-label',
|
|
253
|
+
variation: 'variation',
|
|
254
|
+
size: 'size',
|
|
255
|
+
popup: 'popup',
|
|
256
|
+
icon: 'icon',
|
|
257
|
+
theme: 'theme',
|
|
258
|
+
identifier: 'identifier',
|
|
259
|
+
value: 'value',
|
|
260
|
+
name: 'name',
|
|
261
|
+
selected: 'selected',
|
|
262
|
+
checked: 'checked',
|
|
263
|
+
disabled: 'disabled',
|
|
264
|
+
accessibleExpanded: 'accessible-expanded',
|
|
265
|
+
accessiblePopup: 'accessible-popup'
|
|
266
|
+
},
|
|
267
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
268
|
+
clientModule: clientComponents.DuetChip,
|
|
269
|
+
serializeShadowRoot,
|
|
270
|
+
});
|
|
271
|
+
export const DuetChoice = /*@__PURE__*/ createComponent({
|
|
272
|
+
tagName: 'duet-choice',
|
|
273
|
+
properties: {
|
|
274
|
+
theme: 'theme',
|
|
275
|
+
label: 'label',
|
|
276
|
+
accessibleLabelInfoButtonDefaults: 'accessible-label-info-default',
|
|
277
|
+
accessibleLabelInfoButton: 'accessible-label-info-button',
|
|
278
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
279
|
+
accessibleControls: 'accessible-controls',
|
|
280
|
+
accessibleOwns: 'accessible-owns',
|
|
281
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
282
|
+
accessibleDetails: 'accessible-details',
|
|
283
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
284
|
+
accessibleDescription: 'accessible-description',
|
|
285
|
+
caption: 'caption',
|
|
286
|
+
value: 'value',
|
|
287
|
+
type: 'type',
|
|
288
|
+
name: 'name',
|
|
289
|
+
checked: 'checked',
|
|
290
|
+
collapsible: 'collapsible',
|
|
291
|
+
collapsibleForceExpanded: 'collapsible-force-expanded',
|
|
292
|
+
margin: 'margin',
|
|
293
|
+
icon: 'icon',
|
|
294
|
+
expand: 'expand',
|
|
295
|
+
padding: 'padding',
|
|
296
|
+
identifier: 'identifier',
|
|
297
|
+
groupDirection: 'group-direction',
|
|
298
|
+
groupDisabled: 'group-disabled',
|
|
299
|
+
groupResponsive: 'group-responsive',
|
|
300
|
+
disabled: 'disabled',
|
|
301
|
+
required: 'required',
|
|
302
|
+
infoLabelDefaults: 'accessible-label-info-default',
|
|
303
|
+
infoLabel: 'info-label',
|
|
304
|
+
collapsibleNotificationDefaults: 'accessible-collapsible-notification-default',
|
|
305
|
+
collapsibleNotification: 'collapsible-notification'
|
|
306
|
+
},
|
|
307
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
308
|
+
clientModule: clientComponents.DuetChoice,
|
|
309
|
+
serializeShadowRoot,
|
|
310
|
+
});
|
|
311
|
+
export const DuetChoiceGroup = /*@__PURE__*/ createComponent({
|
|
312
|
+
tagName: 'duet-choice-group',
|
|
313
|
+
properties: {
|
|
314
|
+
direction: 'direction',
|
|
315
|
+
margin: 'margin',
|
|
316
|
+
theme: 'theme',
|
|
317
|
+
error: 'error',
|
|
318
|
+
name: 'name',
|
|
319
|
+
label: 'label',
|
|
320
|
+
labelHidden: 'label-hidden',
|
|
321
|
+
caption: 'caption',
|
|
322
|
+
tooltip: 'tooltip',
|
|
323
|
+
tooltipDirection: 'tooltip-direction',
|
|
324
|
+
responsive: 'responsive',
|
|
325
|
+
breakpoint: 'breakpoint',
|
|
326
|
+
value: 'value',
|
|
327
|
+
disabled: 'disabled',
|
|
328
|
+
required: 'required',
|
|
329
|
+
accessibleLiveError: 'accessible-live-error'
|
|
330
|
+
},
|
|
331
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
332
|
+
clientModule: clientComponents.DuetChoiceGroup,
|
|
333
|
+
serializeShadowRoot,
|
|
334
|
+
});
|
|
335
|
+
export const DuetCollapsible = /*@__PURE__*/ createComponent({
|
|
336
|
+
tagName: 'duet-collapsible',
|
|
337
|
+
properties: {
|
|
338
|
+
theme: 'theme',
|
|
339
|
+
negative: 'negative',
|
|
340
|
+
accessibleLabel: 'accessible-label',
|
|
341
|
+
heading: 'heading',
|
|
342
|
+
caption: 'caption',
|
|
343
|
+
headingFullWidth: 'heading-full-width',
|
|
344
|
+
centerHeading: 'center-heading',
|
|
345
|
+
headingWeight: 'heading-weight',
|
|
346
|
+
headingSize: 'heading-size',
|
|
347
|
+
headingLevel: 'heading-level',
|
|
348
|
+
margin: 'margin',
|
|
349
|
+
open: 'open'
|
|
350
|
+
},
|
|
351
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
352
|
+
clientModule: clientComponents.DuetCollapsible,
|
|
353
|
+
serializeShadowRoot,
|
|
354
|
+
});
|
|
355
|
+
export const DuetCombobox = /*@__PURE__*/ createComponent({
|
|
356
|
+
tagName: 'duet-combobox',
|
|
357
|
+
properties: {
|
|
358
|
+
accessibleLabelDefaults: 'accessible-label-defaults',
|
|
359
|
+
accessibleLabels: 'accessible-labels',
|
|
360
|
+
label: 'label',
|
|
361
|
+
caption: 'caption',
|
|
362
|
+
theme: 'theme',
|
|
363
|
+
force: 'force',
|
|
364
|
+
multiple: 'multiple',
|
|
365
|
+
items: 'items',
|
|
366
|
+
formatter: 'formatter',
|
|
367
|
+
value: 'value',
|
|
368
|
+
minCharacters: 'min-characters',
|
|
369
|
+
openListOnClick: 'open-list-on-click',
|
|
370
|
+
filterType: 'filter-type'
|
|
371
|
+
},
|
|
372
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
373
|
+
clientModule: clientComponents.DuetCombobox,
|
|
374
|
+
serializeShadowRoot,
|
|
375
|
+
});
|
|
376
|
+
export const DuetContactCard = /*@__PURE__*/ createComponent({
|
|
377
|
+
tagName: 'duet-contact-card',
|
|
378
|
+
properties: {
|
|
379
|
+
theme: 'theme',
|
|
380
|
+
margin: 'margin',
|
|
381
|
+
image: 'image',
|
|
382
|
+
name: 'name',
|
|
383
|
+
description: 'description',
|
|
384
|
+
email: 'email',
|
|
385
|
+
phone: 'phone',
|
|
386
|
+
buttonText: 'button-text',
|
|
387
|
+
buttonIcon: 'button-icon',
|
|
388
|
+
buttonUrl: 'button-url'
|
|
389
|
+
},
|
|
390
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
391
|
+
clientModule: clientComponents.DuetContactCard,
|
|
392
|
+
serializeShadowRoot,
|
|
393
|
+
});
|
|
394
|
+
export const DuetCookieConsent = /*@__PURE__*/ createComponent({
|
|
395
|
+
tagName: 'duet-cookie-consent',
|
|
396
|
+
properties: {
|
|
397
|
+
accessibleLabel: 'accessible-label',
|
|
398
|
+
theme: 'theme'
|
|
399
|
+
},
|
|
400
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
401
|
+
clientModule: clientComponents.DuetCookieConsent,
|
|
402
|
+
serializeShadowRoot,
|
|
403
|
+
});
|
|
404
|
+
export const DuetDatePicker = /*@__PURE__*/ createComponent({
|
|
405
|
+
tagName: 'duet-date-picker',
|
|
406
|
+
properties: {
|
|
407
|
+
theme: 'theme',
|
|
408
|
+
expand: 'expand',
|
|
409
|
+
name: 'name',
|
|
410
|
+
identifier: 'identifier',
|
|
411
|
+
label: 'label',
|
|
412
|
+
caption: 'caption',
|
|
413
|
+
margin: 'margin',
|
|
414
|
+
language: 'language',
|
|
415
|
+
placeholderDefaults: 'placeholder-default',
|
|
416
|
+
placeholder: 'placeholder',
|
|
417
|
+
echoPlaceholder: 'echo-placeholder',
|
|
418
|
+
disabled: 'disabled',
|
|
419
|
+
error: 'error',
|
|
420
|
+
labelHidden: 'label-hidden',
|
|
421
|
+
role: 'role',
|
|
422
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
423
|
+
accessibleControls: 'accessible-controls',
|
|
424
|
+
accessibleOwns: 'accessible-owns',
|
|
425
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
426
|
+
required: 'required',
|
|
427
|
+
direction: 'direction',
|
|
428
|
+
tooltip: 'tooltip',
|
|
429
|
+
tooltipDirection: 'tooltip-direction',
|
|
430
|
+
value: 'value',
|
|
431
|
+
min: 'min',
|
|
432
|
+
max: 'max',
|
|
433
|
+
incrementYears: 'increment',
|
|
434
|
+
validity: 'validity',
|
|
435
|
+
accessibleLiveError: 'accessible-live-error'
|
|
436
|
+
},
|
|
437
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
438
|
+
clientModule: clientComponents.DuetDatePicker,
|
|
439
|
+
serializeShadowRoot,
|
|
440
|
+
});
|
|
441
|
+
export const DuetDivider = /*@__PURE__*/ createComponent({
|
|
442
|
+
tagName: 'duet-divider',
|
|
443
|
+
properties: {
|
|
444
|
+
theme: 'theme',
|
|
445
|
+
margin: 'margin',
|
|
446
|
+
color: 'color'
|
|
447
|
+
},
|
|
448
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
449
|
+
clientModule: clientComponents.DuetDivider,
|
|
450
|
+
serializeShadowRoot,
|
|
451
|
+
});
|
|
452
|
+
export const DuetEditableTable = /*@__PURE__*/ createComponent({
|
|
453
|
+
tagName: 'duet-editable-table',
|
|
454
|
+
properties: {
|
|
455
|
+
margin: 'margin',
|
|
456
|
+
variation: 'variation',
|
|
457
|
+
sticky: 'sticky',
|
|
458
|
+
stickyDistance: 'sticky-distance',
|
|
459
|
+
breakpoint: 'breakpoint',
|
|
460
|
+
actions: 'actions',
|
|
461
|
+
columns: 'columns',
|
|
462
|
+
rows: 'rows',
|
|
463
|
+
sortable: 'sortable',
|
|
464
|
+
groupId: 'group-id',
|
|
465
|
+
theme: 'theme',
|
|
466
|
+
accessibleRole: 'accessible-role',
|
|
467
|
+
hideHeadVisually: 'hide-head-visually'
|
|
468
|
+
},
|
|
469
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
470
|
+
clientModule: clientComponents.DuetEditableTable,
|
|
471
|
+
serializeShadowRoot,
|
|
472
|
+
});
|
|
473
|
+
export const DuetEmptyState = /*@__PURE__*/ createComponent({
|
|
474
|
+
tagName: 'duet-empty-state',
|
|
475
|
+
properties: {
|
|
476
|
+
theme: 'theme',
|
|
477
|
+
icon: 'icon',
|
|
478
|
+
size: 'size'
|
|
479
|
+
},
|
|
480
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
481
|
+
clientModule: clientComponents.DuetEmptyState,
|
|
482
|
+
serializeShadowRoot,
|
|
483
|
+
});
|
|
484
|
+
export const DuetFieldset = /*@__PURE__*/ createComponent({
|
|
485
|
+
tagName: 'duet-fieldset',
|
|
486
|
+
properties: {
|
|
487
|
+
theme: 'theme',
|
|
488
|
+
margin: 'margin',
|
|
489
|
+
caption: 'caption',
|
|
490
|
+
label: 'label',
|
|
491
|
+
compactLabel: 'compact-label',
|
|
492
|
+
error: 'error',
|
|
493
|
+
accessibleLiveError: 'accessible-live-error',
|
|
494
|
+
labelHeadingLevel: 'label-heading-level',
|
|
495
|
+
labelHidden: 'label-hidden'
|
|
496
|
+
},
|
|
497
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
498
|
+
clientModule: clientComponents.DuetFieldset,
|
|
499
|
+
serializeShadowRoot,
|
|
500
|
+
});
|
|
501
|
+
export const DuetFileChooser = /*@__PURE__*/ createComponent({
|
|
502
|
+
tagName: 'duet-file-chooser',
|
|
503
|
+
properties: {
|
|
504
|
+
theme: 'theme',
|
|
505
|
+
multiple: 'multiple',
|
|
506
|
+
accept: 'accept'
|
|
507
|
+
},
|
|
508
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
509
|
+
clientModule: clientComponents.DuetFileChooser,
|
|
510
|
+
serializeShadowRoot,
|
|
511
|
+
});
|
|
512
|
+
export const DuetFooter = /*@__PURE__*/ createComponent({
|
|
513
|
+
tagName: 'duet-footer',
|
|
514
|
+
properties: {
|
|
515
|
+
theme: 'theme',
|
|
516
|
+
variation: 'variation',
|
|
517
|
+
margin: 'margin',
|
|
518
|
+
logoHref: 'logo-href',
|
|
519
|
+
language: 'language',
|
|
520
|
+
items: 'items',
|
|
521
|
+
accessibleLabel: 'accessible-label',
|
|
522
|
+
accessibleLabelExternalDefaults: 'accessible-label-external-default',
|
|
523
|
+
accessibleLabelExternal: 'accessible-label-external',
|
|
524
|
+
menu: 'menu'
|
|
525
|
+
},
|
|
526
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
527
|
+
clientModule: clientComponents.DuetFooter,
|
|
528
|
+
serializeShadowRoot,
|
|
529
|
+
});
|
|
530
|
+
export const DuetGrid = /*@__PURE__*/ createComponent({
|
|
531
|
+
tagName: 'duet-grid',
|
|
532
|
+
properties: {
|
|
533
|
+
responsive: 'responsive',
|
|
534
|
+
breakpoint: 'breakpoint',
|
|
535
|
+
direction: 'direction',
|
|
536
|
+
rowReverse: 'row-reverse',
|
|
537
|
+
alignment: 'alignment',
|
|
538
|
+
distribution: 'distribution',
|
|
539
|
+
mobile: 'mobile',
|
|
540
|
+
gridTemplate: 'grid-template'
|
|
541
|
+
},
|
|
542
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
543
|
+
clientModule: clientComponents.DuetGrid,
|
|
544
|
+
serializeShadowRoot,
|
|
545
|
+
});
|
|
546
|
+
export const DuetGridItem = /*@__PURE__*/ createComponent({
|
|
547
|
+
tagName: 'duet-grid-item',
|
|
548
|
+
properties: {
|
|
549
|
+
fill: 'fill',
|
|
550
|
+
maxWidth: 'max-width',
|
|
551
|
+
minWidth: 'min-width',
|
|
552
|
+
theme: 'theme',
|
|
553
|
+
margin: 'margin',
|
|
554
|
+
responsive: 'responsive',
|
|
555
|
+
direction: 'direction',
|
|
556
|
+
breakpoint: 'breakpoint',
|
|
557
|
+
rowReverse: 'row-reverse'
|
|
558
|
+
},
|
|
559
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
560
|
+
clientModule: clientComponents.DuetGridItem,
|
|
561
|
+
serializeShadowRoot,
|
|
562
|
+
});
|
|
563
|
+
export const DuetHeader = /*@__PURE__*/ createComponent({
|
|
564
|
+
tagName: 'duet-header',
|
|
565
|
+
properties: {
|
|
566
|
+
theme: 'theme',
|
|
567
|
+
language: 'language',
|
|
568
|
+
accessibleI18nLabelsDefaults: 'accessible-labels-default',
|
|
569
|
+
accessibleI18nLabels: 'accessible-i18n-labels',
|
|
570
|
+
accessibleLabelExternalDefaults: 'accessible-label-external-default',
|
|
571
|
+
accessibleLabelExternal: 'accessible-label-external',
|
|
572
|
+
accessibleLabelDefaults: 'accessible-label-default',
|
|
573
|
+
accessibleLabel: 'accessible-label',
|
|
574
|
+
user: 'user',
|
|
575
|
+
logoHref: 'logo-href',
|
|
576
|
+
currentHref: 'current-href',
|
|
577
|
+
skipToId: 'skip-to-id',
|
|
578
|
+
items: 'items',
|
|
579
|
+
region: 'region',
|
|
580
|
+
session: 'session',
|
|
581
|
+
search: 'search',
|
|
582
|
+
back: 'back',
|
|
583
|
+
contact: 'contact',
|
|
584
|
+
contactItems: 'contact-items',
|
|
585
|
+
languageItems: 'language-items'
|
|
586
|
+
},
|
|
587
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
588
|
+
clientModule: clientComponents.DuetHeader,
|
|
589
|
+
serializeShadowRoot,
|
|
590
|
+
});
|
|
591
|
+
export const DuetHeading = /*@__PURE__*/ createComponent({
|
|
592
|
+
tagName: 'duet-heading',
|
|
593
|
+
properties: {
|
|
594
|
+
level: 'level',
|
|
595
|
+
margin: 'margin',
|
|
596
|
+
visualLevel: 'visual-level',
|
|
597
|
+
border: 'border',
|
|
598
|
+
weight: 'weight',
|
|
599
|
+
color: 'color',
|
|
600
|
+
theme: 'theme',
|
|
601
|
+
hyphenate: 'hyphenate',
|
|
602
|
+
fixedSize: 'fixed-size'
|
|
603
|
+
},
|
|
604
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
605
|
+
clientModule: clientComponents.DuetHeading,
|
|
606
|
+
serializeShadowRoot,
|
|
607
|
+
});
|
|
608
|
+
export const DuetHero = /*@__PURE__*/ createComponent({
|
|
609
|
+
tagName: 'duet-hero',
|
|
610
|
+
properties: {
|
|
611
|
+
theme: 'theme',
|
|
612
|
+
heading: 'heading',
|
|
613
|
+
preHeading: 'pre-heading',
|
|
614
|
+
level: 'level',
|
|
615
|
+
subHeadingLevel: 'sub-heading-level',
|
|
616
|
+
description: 'description',
|
|
617
|
+
icon: 'icon',
|
|
618
|
+
iconSize: 'icon-size',
|
|
619
|
+
iconRight: 'icon-right',
|
|
620
|
+
categoryIcon: 'category-icon',
|
|
621
|
+
categoryIconColor: 'category-icon-color',
|
|
622
|
+
buttonLabel: 'button-label',
|
|
623
|
+
language: 'language',
|
|
624
|
+
accessibleLabelExternalDefaults: 'accessible-label-external-default',
|
|
625
|
+
accessibleLabelExternal: 'accessible-label-external',
|
|
626
|
+
buttonUrl: 'button-url',
|
|
627
|
+
buttonId: 'button-id',
|
|
628
|
+
buttonData: 'button-data',
|
|
629
|
+
textCenter: 'text-center',
|
|
630
|
+
leftAlign: 'left-align',
|
|
631
|
+
image: 'image',
|
|
632
|
+
imageSize: 'image-size',
|
|
633
|
+
imagePosition: 'image-position',
|
|
634
|
+
variation: 'variation',
|
|
635
|
+
back: 'back',
|
|
636
|
+
listItems: 'list-items',
|
|
637
|
+
actions: 'actions',
|
|
638
|
+
layout: 'layout'
|
|
639
|
+
},
|
|
640
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
641
|
+
clientModule: clientComponents.DuetHero,
|
|
642
|
+
serializeShadowRoot,
|
|
643
|
+
});
|
|
644
|
+
export const DuetIcon = /*@__PURE__*/ createComponent({
|
|
645
|
+
tagName: 'duet-icon',
|
|
646
|
+
properties: {
|
|
647
|
+
theme: 'theme',
|
|
648
|
+
icon: 'icon',
|
|
649
|
+
src: 'src',
|
|
650
|
+
name: 'name',
|
|
651
|
+
margin: 'margin',
|
|
652
|
+
responsive: 'responsive',
|
|
653
|
+
color: 'color',
|
|
654
|
+
background: 'background',
|
|
655
|
+
backgroundOpacity: 'background-opacity',
|
|
656
|
+
backgroundRotation: 'background-rotation',
|
|
657
|
+
size: 'size',
|
|
658
|
+
outline: 'outline',
|
|
659
|
+
shape: 'shape'
|
|
660
|
+
},
|
|
661
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
662
|
+
clientModule: clientComponents.DuetIcon,
|
|
663
|
+
serializeShadowRoot,
|
|
664
|
+
});
|
|
665
|
+
export const DuetInput = /*@__PURE__*/ createComponent({
|
|
666
|
+
tagName: 'duet-input',
|
|
667
|
+
properties: {
|
|
668
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
669
|
+
accessibleAutocomplete: 'accessible-autocomplete',
|
|
670
|
+
accessibleControls: 'accessible-controls',
|
|
671
|
+
accessibleOwns: 'accessible-owns',
|
|
672
|
+
accessibleExpanded: 'accessible-expanded',
|
|
673
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
674
|
+
accessibleHasPopup: 'accessible-has-popup',
|
|
675
|
+
accessibleDetails: 'accessible-details',
|
|
676
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
677
|
+
accessibleDescription: 'accessible-description',
|
|
678
|
+
accessibleLiveError: 'accessible-live-error',
|
|
679
|
+
debounce: 'debounce',
|
|
680
|
+
clear: 'clear',
|
|
681
|
+
caption: 'caption',
|
|
682
|
+
echoPlaceholder: 'echo-placeholder',
|
|
683
|
+
theme: 'theme',
|
|
684
|
+
expand: 'expand',
|
|
685
|
+
disabled: 'disabled',
|
|
686
|
+
identifier: 'identifier',
|
|
687
|
+
margin: 'margin',
|
|
688
|
+
inputAlign: 'input-align',
|
|
689
|
+
inputPadding: 'input-padding',
|
|
690
|
+
required: 'required',
|
|
691
|
+
type: 'type',
|
|
692
|
+
variation: 'variation',
|
|
693
|
+
chips: 'chips',
|
|
694
|
+
label: 'label',
|
|
695
|
+
labelColor: 'label-color',
|
|
696
|
+
labelWeight: 'label-weight',
|
|
697
|
+
error: 'error',
|
|
698
|
+
labelHidden: 'label-hidden',
|
|
699
|
+
numericKeyboard: 'numeric-keyboard',
|
|
700
|
+
name: 'name',
|
|
701
|
+
pattern: 'pattern',
|
|
702
|
+
maxlength: 'maxlength',
|
|
703
|
+
minlength: 'minlength',
|
|
704
|
+
placeholder: 'placeholder',
|
|
705
|
+
component: 'component',
|
|
706
|
+
role: 'role',
|
|
707
|
+
icon: 'icon',
|
|
708
|
+
autoComplete: 'auto-complete',
|
|
709
|
+
disallowPattern: 'disallow-pattern',
|
|
710
|
+
value: 'value',
|
|
711
|
+
tooltip: 'tooltip',
|
|
712
|
+
tooltipDirection: 'tooltip-direction'
|
|
713
|
+
},
|
|
714
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
715
|
+
clientModule: clientComponents.DuetInput,
|
|
716
|
+
serializeShadowRoot,
|
|
717
|
+
});
|
|
718
|
+
export const DuetLabel = /*@__PURE__*/ createComponent({
|
|
719
|
+
tagName: 'duet-label',
|
|
720
|
+
properties: {
|
|
721
|
+
theme: 'theme',
|
|
722
|
+
for: 'for',
|
|
723
|
+
margin: 'margin',
|
|
724
|
+
size: 'size',
|
|
725
|
+
weight: 'weight',
|
|
726
|
+
color: 'color'
|
|
727
|
+
},
|
|
728
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
729
|
+
clientModule: clientComponents.DuetLabel,
|
|
730
|
+
serializeShadowRoot,
|
|
731
|
+
});
|
|
732
|
+
export const DuetLayout = /*@__PURE__*/ createComponent({
|
|
733
|
+
tagName: 'duet-layout',
|
|
734
|
+
properties: {
|
|
735
|
+
sticky: 'sticky',
|
|
736
|
+
margin: 'margin',
|
|
737
|
+
stickyDistance: 'sticky-distance',
|
|
738
|
+
center: 'center',
|
|
739
|
+
tabs: 'tabs',
|
|
740
|
+
middle: 'middle',
|
|
741
|
+
paddingBreakpoint: 'padding-breakpoint'
|
|
742
|
+
},
|
|
743
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
744
|
+
clientModule: clientComponents.DuetLayout,
|
|
745
|
+
serializeShadowRoot,
|
|
746
|
+
});
|
|
747
|
+
export const DuetLink = /*@__PURE__*/ createComponent({
|
|
748
|
+
tagName: 'duet-link',
|
|
749
|
+
properties: {
|
|
750
|
+
variation: 'variation',
|
|
751
|
+
accessibleLabel: 'accessible-label',
|
|
752
|
+
language: 'language',
|
|
753
|
+
accessibleLabelExternalDefaults: 'accessible-label-external-default',
|
|
754
|
+
accessibleLabelExternal: 'accessible-label-external',
|
|
755
|
+
accessibleLabelDownloadDefaults: 'accessible-label-download-default',
|
|
756
|
+
accessibleLabelDownload: 'accessible-label-download',
|
|
757
|
+
accessibleExpanded: 'accessible-expanded',
|
|
758
|
+
accessiblePopup: 'accessible-popup',
|
|
759
|
+
identifier: 'identifier',
|
|
760
|
+
theme: 'theme',
|
|
761
|
+
url: 'url',
|
|
762
|
+
external: 'external',
|
|
763
|
+
download: 'download',
|
|
764
|
+
tabToLink: 'tab-to-link',
|
|
765
|
+
icon: 'icon',
|
|
766
|
+
iconColor: 'icon-color',
|
|
767
|
+
iconBackground: 'icon-background',
|
|
768
|
+
iconResponsive: 'icon-responsive',
|
|
769
|
+
margin: 'margin',
|
|
770
|
+
padding: 'padding'
|
|
771
|
+
},
|
|
772
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
773
|
+
clientModule: clientComponents.DuetLink,
|
|
774
|
+
serializeShadowRoot,
|
|
775
|
+
});
|
|
776
|
+
export const DuetList = /*@__PURE__*/ createComponent({
|
|
777
|
+
tagName: 'duet-list',
|
|
778
|
+
properties: {
|
|
779
|
+
theme: 'theme',
|
|
780
|
+
margin: 'margin',
|
|
781
|
+
padding: 'padding',
|
|
782
|
+
mobile: 'mobile',
|
|
783
|
+
breakpoint: 'breakpoint',
|
|
784
|
+
variation: 'variation',
|
|
785
|
+
labelWidth: 'label-width',
|
|
786
|
+
responsive: 'responsive'
|
|
787
|
+
},
|
|
788
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
789
|
+
clientModule: clientComponents.DuetList,
|
|
790
|
+
serializeShadowRoot,
|
|
791
|
+
});
|
|
792
|
+
export const DuetListItem = /*@__PURE__*/ createComponent({
|
|
793
|
+
tagName: 'duet-list-item',
|
|
794
|
+
properties: {
|
|
795
|
+
responsive: 'responsive',
|
|
796
|
+
breakpoint: 'breakpoint'
|
|
797
|
+
},
|
|
798
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
799
|
+
clientModule: clientComponents.DuetListItem,
|
|
800
|
+
serializeShadowRoot,
|
|
801
|
+
});
|
|
802
|
+
export const DuetLogo = /*@__PURE__*/ createComponent({
|
|
803
|
+
tagName: 'duet-logo',
|
|
804
|
+
properties: {
|
|
805
|
+
theme: 'theme',
|
|
806
|
+
margin: 'margin',
|
|
807
|
+
inverse: 'inverse',
|
|
808
|
+
size: 'size',
|
|
809
|
+
href: 'href',
|
|
810
|
+
accessibleLabelDefaults: 'accessible-label-defaults',
|
|
811
|
+
accessibleLabel: 'accessible-label',
|
|
812
|
+
language: 'language'
|
|
813
|
+
},
|
|
814
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
815
|
+
clientModule: clientComponents.DuetLogo,
|
|
816
|
+
serializeShadowRoot,
|
|
817
|
+
});
|
|
818
|
+
export const DuetMenuBar = /*@__PURE__*/ createComponent({
|
|
819
|
+
tagName: 'duet-menu-bar',
|
|
820
|
+
properties: {
|
|
821
|
+
theme: 'theme',
|
|
822
|
+
language: 'language',
|
|
823
|
+
logo: 'logo',
|
|
824
|
+
logoHref: 'logo-href',
|
|
825
|
+
logoLinkAccessibleLabel: 'logo-link-accessible-label',
|
|
826
|
+
accessibleLabel: 'accessible-label',
|
|
827
|
+
hideOnScroll: 'hide-on-scroll'
|
|
828
|
+
},
|
|
829
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
830
|
+
clientModule: clientComponents.DuetMenuBar,
|
|
831
|
+
serializeShadowRoot,
|
|
832
|
+
});
|
|
833
|
+
export const DuetMenuBarButton = /*@__PURE__*/ createComponent({
|
|
834
|
+
tagName: 'duet-menu-bar-button',
|
|
835
|
+
properties: {
|
|
836
|
+
accessibleLabel: 'accessible-label',
|
|
837
|
+
accessibleControls: 'accessible-controls',
|
|
838
|
+
accessiblePopup: 'accessible-popup',
|
|
839
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
840
|
+
accessibleOwns: 'accessible-owns',
|
|
841
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
842
|
+
accessibleDetails: 'accessible-details',
|
|
843
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
844
|
+
accessibleDescription: 'accessible-description',
|
|
845
|
+
accessibleExpanded: 'accessible-expanded',
|
|
846
|
+
accessiblePressed: 'accessible-pressed',
|
|
847
|
+
theme: 'theme',
|
|
848
|
+
icon: 'icon'
|
|
849
|
+
},
|
|
850
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
851
|
+
clientModule: clientComponents.DuetMenuBarButton,
|
|
852
|
+
serializeShadowRoot,
|
|
853
|
+
});
|
|
854
|
+
export const DuetMenuBarDropdown = /*@__PURE__*/ createComponent({
|
|
855
|
+
tagName: 'duet-menu-bar-dropdown',
|
|
856
|
+
properties: {
|
|
857
|
+
accessibleLabel: 'accessible-label',
|
|
858
|
+
theme: 'theme',
|
|
859
|
+
open: 'open',
|
|
860
|
+
icon: 'icon'
|
|
861
|
+
},
|
|
862
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
863
|
+
clientModule: clientComponents.DuetMenuBarDropdown,
|
|
864
|
+
serializeShadowRoot,
|
|
865
|
+
});
|
|
866
|
+
export const DuetMenuBarDropdownLink = /*@__PURE__*/ createComponent({
|
|
867
|
+
tagName: 'duet-menu-bar-dropdown-link',
|
|
868
|
+
properties: {
|
|
869
|
+
theme: 'theme',
|
|
870
|
+
href: 'href',
|
|
871
|
+
icon: 'icon',
|
|
872
|
+
accessibleLabel: 'accessible-label'
|
|
873
|
+
},
|
|
874
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
875
|
+
clientModule: clientComponents.DuetMenuBarDropdownLink,
|
|
876
|
+
serializeShadowRoot,
|
|
877
|
+
});
|
|
878
|
+
export const DuetMenuBarItem = /*@__PURE__*/ createComponent({
|
|
879
|
+
tagName: 'duet-menu-bar-item',
|
|
880
|
+
properties: {
|
|
881
|
+
theme: 'theme',
|
|
882
|
+
active: 'active',
|
|
883
|
+
url: 'url',
|
|
884
|
+
leadingIcon: 'leading-icon',
|
|
885
|
+
trailingIcon: 'trailing-icon',
|
|
886
|
+
accessibleLabel: 'accessible-label',
|
|
887
|
+
accessibleExpanded: 'accessible-expanded',
|
|
888
|
+
accessiblePopup: 'accessible-popup',
|
|
889
|
+
accessibleLabelExternalDefaults: 'accessible-label-external-default',
|
|
890
|
+
accessibleLabelExternal: 'accessible-label-external',
|
|
891
|
+
external: 'external'
|
|
892
|
+
},
|
|
893
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
894
|
+
clientModule: clientComponents.DuetMenuBarItem,
|
|
895
|
+
serializeShadowRoot,
|
|
896
|
+
});
|
|
897
|
+
export const DuetMenuBarLink = /*@__PURE__*/ createComponent({
|
|
898
|
+
tagName: 'duet-menu-bar-link',
|
|
899
|
+
properties: {
|
|
900
|
+
theme: 'theme',
|
|
901
|
+
active: 'active',
|
|
902
|
+
href: 'href',
|
|
903
|
+
icon: 'icon',
|
|
904
|
+
accessibleLabel: 'accessible-label'
|
|
905
|
+
},
|
|
906
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
907
|
+
clientModule: clientComponents.DuetMenuBarLink,
|
|
908
|
+
serializeShadowRoot,
|
|
909
|
+
});
|
|
910
|
+
export const DuetModal = /*@__PURE__*/ createComponent({
|
|
911
|
+
tagName: 'duet-modal',
|
|
912
|
+
properties: {
|
|
913
|
+
language: 'language',
|
|
914
|
+
accessibleCloseLabel: 'accessible-close-label',
|
|
915
|
+
accessibleLoaderAnnouncement: 'accessible-loader-announcement',
|
|
916
|
+
size: 'size',
|
|
917
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
918
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
919
|
+
accessibleLabel: 'accessible-label',
|
|
920
|
+
accessibleDetails: 'accessible-details',
|
|
921
|
+
accessibleDescription: 'accessible-description',
|
|
922
|
+
variation: 'variation',
|
|
923
|
+
gutterSize: 'gutter-size',
|
|
924
|
+
theme: 'theme',
|
|
925
|
+
heading: 'heading',
|
|
926
|
+
headingLevel: 'heading-level',
|
|
927
|
+
headingVisualLevel: 'heading-visual-level',
|
|
928
|
+
icon: 'icon',
|
|
929
|
+
color: 'color',
|
|
930
|
+
active: 'active',
|
|
931
|
+
closeOnBlur: 'close-on-blur'
|
|
932
|
+
},
|
|
933
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
934
|
+
clientModule: clientComponents.DuetModal,
|
|
935
|
+
serializeShadowRoot,
|
|
936
|
+
});
|
|
937
|
+
export const DuetMultiselect = /*@__PURE__*/ createComponent({
|
|
938
|
+
tagName: 'duet-multiselect',
|
|
939
|
+
properties: {
|
|
940
|
+
margin: 'margin',
|
|
941
|
+
error: 'error',
|
|
942
|
+
accessibleLiveError: 'accessible-live-error',
|
|
943
|
+
expand: 'expand',
|
|
944
|
+
value: 'value',
|
|
945
|
+
theme: 'theme',
|
|
946
|
+
labelHidden: 'label-hidden',
|
|
947
|
+
identifier: 'identifier',
|
|
948
|
+
allControls: 'all-controls',
|
|
949
|
+
placeholder: 'placeholder',
|
|
950
|
+
caption: 'caption',
|
|
951
|
+
items: 'items',
|
|
952
|
+
disabled: 'disabled',
|
|
953
|
+
label: 'label',
|
|
954
|
+
labelColor: 'label-color',
|
|
955
|
+
labelWeight: 'label-weight',
|
|
956
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
957
|
+
tooltip: 'tooltip',
|
|
958
|
+
tooltipDirection: 'tooltip-direction'
|
|
959
|
+
},
|
|
960
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
961
|
+
clientModule: clientComponents.DuetMultiselect,
|
|
962
|
+
serializeShadowRoot,
|
|
963
|
+
});
|
|
964
|
+
export const DuetNav = /*@__PURE__*/ createComponent({
|
|
965
|
+
tagName: 'duet-nav',
|
|
966
|
+
properties: {
|
|
967
|
+
theme: 'theme',
|
|
968
|
+
sticky: 'sticky'
|
|
969
|
+
},
|
|
970
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
971
|
+
clientModule: clientComponents.DuetNav,
|
|
972
|
+
serializeShadowRoot,
|
|
973
|
+
});
|
|
974
|
+
export const DuetNotification = /*@__PURE__*/ createComponent({
|
|
975
|
+
tagName: 'duet-notification',
|
|
976
|
+
properties: {
|
|
977
|
+
language: 'language',
|
|
978
|
+
accessibleLabelUnreadDefaults: 'accessible-label-unread-defaults',
|
|
979
|
+
accessibleLabelUnread: 'accessible-label-unread',
|
|
980
|
+
url: 'url',
|
|
981
|
+
date: 'date',
|
|
982
|
+
highlight: 'highlight',
|
|
983
|
+
external: 'external',
|
|
984
|
+
theme: 'theme'
|
|
985
|
+
},
|
|
986
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
987
|
+
clientModule: clientComponents.DuetNotification,
|
|
988
|
+
serializeShadowRoot,
|
|
989
|
+
});
|
|
990
|
+
export const DuetNotificationDrawer = /*@__PURE__*/ createComponent({
|
|
991
|
+
tagName: 'duet-notification-drawer',
|
|
992
|
+
properties: {
|
|
993
|
+
icon: 'icon',
|
|
994
|
+
label: 'label',
|
|
995
|
+
language: 'language',
|
|
996
|
+
accessibleLabelNotificationsDefaults: 'accessible-label-notification-default',
|
|
997
|
+
accessibleLabelNotifications: 'accessible-label-notifications',
|
|
998
|
+
badge: 'badge',
|
|
999
|
+
theme: 'theme',
|
|
1000
|
+
direction: 'direction'
|
|
1001
|
+
},
|
|
1002
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1003
|
+
clientModule: clientComponents.DuetNotificationDrawer,
|
|
1004
|
+
serializeShadowRoot,
|
|
1005
|
+
});
|
|
1006
|
+
export const DuetNumberInput = /*@__PURE__*/ createComponent({
|
|
1007
|
+
tagName: 'duet-number-input',
|
|
1008
|
+
properties: {
|
|
1009
|
+
language: 'language',
|
|
1010
|
+
locale: 'locale',
|
|
1011
|
+
unit: 'unit',
|
|
1012
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
1013
|
+
accessibleControls: 'accessible-controls',
|
|
1014
|
+
accessibleDetails: 'accessible-details',
|
|
1015
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
1016
|
+
accessibleDescription: 'accessible-description',
|
|
1017
|
+
accessibleOwns: 'accessible-owns',
|
|
1018
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
1019
|
+
accessibleLiveDefaults: 'accessible-live-default',
|
|
1020
|
+
accessibleLive: 'accessible-live',
|
|
1021
|
+
accessibleLiveEnabled: 'accessible-live-enabled',
|
|
1022
|
+
accessibleAddDefaults: 'accessible-add-default',
|
|
1023
|
+
accessibleAdd: 'accessible-add',
|
|
1024
|
+
accessibleSubtractDefaults: 'accessible-subtract-defaults',
|
|
1025
|
+
accessibleSubtract: 'accessible-subtract',
|
|
1026
|
+
theme: 'theme',
|
|
1027
|
+
margin: 'margin',
|
|
1028
|
+
expand: 'expand',
|
|
1029
|
+
identifier: 'identifier',
|
|
1030
|
+
min: 'min',
|
|
1031
|
+
labelDefaults: 'label-default',
|
|
1032
|
+
label: 'label',
|
|
1033
|
+
labelHidden: 'label-hidden',
|
|
1034
|
+
max: 'max',
|
|
1035
|
+
name: 'name',
|
|
1036
|
+
error: 'error',
|
|
1037
|
+
tooltip: 'tooltip',
|
|
1038
|
+
step: 'step',
|
|
1039
|
+
rounding: 'rounding',
|
|
1040
|
+
role: 'role',
|
|
1041
|
+
disabled: 'disabled',
|
|
1042
|
+
required: 'required',
|
|
1043
|
+
value: 'value'
|
|
1044
|
+
},
|
|
1045
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1046
|
+
clientModule: clientComponents.DuetNumberInput,
|
|
1047
|
+
serializeShadowRoot,
|
|
1048
|
+
});
|
|
1049
|
+
export const DuetPageHeading = /*@__PURE__*/ createComponent({
|
|
1050
|
+
tagName: 'duet-page-heading',
|
|
1051
|
+
properties: {
|
|
1052
|
+
theme: 'theme',
|
|
1053
|
+
icon: 'icon',
|
|
1054
|
+
layout: 'layout',
|
|
1055
|
+
progressCurrentStep: 'progress-current-step',
|
|
1056
|
+
progressTotalSteps: 'progress-total-steps'
|
|
1057
|
+
},
|
|
1058
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1059
|
+
clientModule: clientComponents.DuetPageHeading,
|
|
1060
|
+
serializeShadowRoot,
|
|
1061
|
+
});
|
|
1062
|
+
export const DuetPagination = /*@__PURE__*/ createComponent({
|
|
1063
|
+
tagName: 'duet-pagination',
|
|
1064
|
+
properties: {
|
|
1065
|
+
theme: 'theme',
|
|
1066
|
+
disabled: 'disabled',
|
|
1067
|
+
variation: 'variation',
|
|
1068
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
1069
|
+
accessibleDetails: 'accessible-details',
|
|
1070
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
1071
|
+
accessibleDescription: 'accessible-description',
|
|
1072
|
+
accessibleLabelsDefaults: 'accessible-labels-defaults',
|
|
1073
|
+
accessibleLabels: 'accessible-labels',
|
|
1074
|
+
take: 'take',
|
|
1075
|
+
visibleItems: 'visible-items',
|
|
1076
|
+
total: 'total',
|
|
1077
|
+
compactBreakpoint: 'compact-breakpoint',
|
|
1078
|
+
ariaControls: 'accessible-controls',
|
|
1079
|
+
current: 'current',
|
|
1080
|
+
pageLinks: 'page-links'
|
|
1081
|
+
},
|
|
1082
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1083
|
+
clientModule: clientComponents.DuetPagination,
|
|
1084
|
+
serializeShadowRoot,
|
|
1085
|
+
});
|
|
1086
|
+
export const DuetParagraph = /*@__PURE__*/ createComponent({
|
|
1087
|
+
tagName: 'duet-paragraph',
|
|
1088
|
+
properties: {
|
|
1089
|
+
theme: 'theme',
|
|
1090
|
+
margin: 'margin',
|
|
1091
|
+
size: 'size',
|
|
1092
|
+
weight: 'weight',
|
|
1093
|
+
variation: 'variation',
|
|
1094
|
+
color: 'color'
|
|
1095
|
+
},
|
|
1096
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1097
|
+
clientModule: clientComponents.DuetParagraph,
|
|
1098
|
+
serializeShadowRoot,
|
|
1099
|
+
});
|
|
1100
|
+
export const DuetPopupMenu = /*@__PURE__*/ createComponent({
|
|
1101
|
+
tagName: 'duet-popup-menu',
|
|
1102
|
+
properties: {
|
|
1103
|
+
accessibleLabel: 'accessible-label',
|
|
1104
|
+
accessibleRole: 'accessible-role',
|
|
1105
|
+
theme: 'theme',
|
|
1106
|
+
skipTeleport: 'skip-teleport',
|
|
1107
|
+
controller: 'controller',
|
|
1108
|
+
opener: 'opener',
|
|
1109
|
+
placement: 'placement',
|
|
1110
|
+
forcePlacement: 'force-placement',
|
|
1111
|
+
allowVerticalFlip: 'allow-vertical-flip',
|
|
1112
|
+
position: 'position',
|
|
1113
|
+
mainAxisOffset: 'main-axis-offset',
|
|
1114
|
+
crossAxisOffset: 'cross-axis-offset',
|
|
1115
|
+
controllerIcon: 'controller-icon',
|
|
1116
|
+
scrollLimit: 'scroll-limit'
|
|
1117
|
+
},
|
|
1118
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1119
|
+
clientModule: clientComponents.DuetPopupMenu,
|
|
1120
|
+
serializeShadowRoot,
|
|
1121
|
+
});
|
|
1122
|
+
export const DuetPopupMenuItem = /*@__PURE__*/ createComponent({
|
|
1123
|
+
tagName: 'duet-popup-menu-item',
|
|
1124
|
+
properties: {
|
|
1125
|
+
accessibleLabel: 'accessible-label',
|
|
1126
|
+
accessibleRole: 'accessible-role',
|
|
1127
|
+
theme: 'theme',
|
|
1128
|
+
url: 'url',
|
|
1129
|
+
external: 'external',
|
|
1130
|
+
targetLanguage: 'target-language',
|
|
1131
|
+
value: 'value',
|
|
1132
|
+
leadingIcon: 'leading-icon',
|
|
1133
|
+
leadingIconColor: 'leading-icon-color',
|
|
1134
|
+
trailingIcon: 'trailing-icon',
|
|
1135
|
+
trailingText: 'trailing-text',
|
|
1136
|
+
active: 'active',
|
|
1137
|
+
activeDescendant: 'active-descendant'
|
|
1138
|
+
},
|
|
1139
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1140
|
+
clientModule: clientComponents.DuetPopupMenuItem,
|
|
1141
|
+
serializeShadowRoot,
|
|
1142
|
+
});
|
|
1143
|
+
export const DuetProgress = /*@__PURE__*/ createComponent({
|
|
1144
|
+
tagName: 'duet-progress',
|
|
1145
|
+
properties: {
|
|
1146
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
1147
|
+
accessibleDetails: 'accessible-details',
|
|
1148
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
1149
|
+
accessibleDescription: 'accessible-description',
|
|
1150
|
+
accessibleLabel: 'accessible-label',
|
|
1151
|
+
accessibleLabelUploadDefaults: 'accessible-label-upload-defaults',
|
|
1152
|
+
accessibleLabelUpload: 'accessible-label-upload',
|
|
1153
|
+
progress: 'progress',
|
|
1154
|
+
caption: 'caption',
|
|
1155
|
+
height: 'height',
|
|
1156
|
+
theme: 'theme'
|
|
1157
|
+
},
|
|
1158
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1159
|
+
clientModule: clientComponents.DuetProgress,
|
|
1160
|
+
serializeShadowRoot,
|
|
1161
|
+
});
|
|
1162
|
+
export const DuetPromoCard = /*@__PURE__*/ createComponent({
|
|
1163
|
+
tagName: 'duet-promo-card',
|
|
1164
|
+
properties: {
|
|
1165
|
+
theme: 'theme',
|
|
1166
|
+
margin: 'margin',
|
|
1167
|
+
backgroundColor: 'background-color',
|
|
1168
|
+
textColor: 'text-color',
|
|
1169
|
+
image: 'image',
|
|
1170
|
+
headingLevel: 'heading-level',
|
|
1171
|
+
url: 'url'
|
|
1172
|
+
},
|
|
1173
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1174
|
+
clientModule: clientComponents.DuetPromoCard,
|
|
1175
|
+
serializeShadowRoot,
|
|
1176
|
+
});
|
|
1177
|
+
export const DuetRadio = /*@__PURE__*/ createComponent({
|
|
1178
|
+
tagName: 'duet-radio',
|
|
1179
|
+
properties: {
|
|
1180
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
1181
|
+
accessibleDetails: 'accessible-details',
|
|
1182
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
1183
|
+
accessibleDescription: 'accessible-description',
|
|
1184
|
+
accessibleIndex: 'accessible-index',
|
|
1185
|
+
margin: 'margin',
|
|
1186
|
+
accessibleControls: 'accessible-controls',
|
|
1187
|
+
accessibleOwns: 'accessible-owns',
|
|
1188
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
1189
|
+
theme: 'theme',
|
|
1190
|
+
disabled: 'disabled',
|
|
1191
|
+
required: 'required',
|
|
1192
|
+
blockEvents: 'block-events',
|
|
1193
|
+
identifier: 'identifier',
|
|
1194
|
+
label: 'label',
|
|
1195
|
+
name: 'name',
|
|
1196
|
+
role: 'role',
|
|
1197
|
+
groupDisabled: 'group-disabled',
|
|
1198
|
+
groupDirection: 'group-direction',
|
|
1199
|
+
groupResponsive: 'group-responsive',
|
|
1200
|
+
checked: 'checked',
|
|
1201
|
+
value: 'value'
|
|
1202
|
+
},
|
|
1203
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1204
|
+
clientModule: clientComponents.DuetRadio,
|
|
1205
|
+
serializeShadowRoot,
|
|
1206
|
+
});
|
|
1207
|
+
export const DuetRadioGroup = /*@__PURE__*/ createComponent({
|
|
1208
|
+
tagName: 'duet-radio-group',
|
|
1209
|
+
properties: {
|
|
1210
|
+
direction: 'direction',
|
|
1211
|
+
margin: 'margin',
|
|
1212
|
+
theme: 'theme',
|
|
1213
|
+
error: 'error',
|
|
1214
|
+
tooltip: 'tooltip',
|
|
1215
|
+
tooltipDirection: 'tooltip-direction',
|
|
1216
|
+
name: 'name',
|
|
1217
|
+
label: 'label',
|
|
1218
|
+
labelHidden: 'label-hidden',
|
|
1219
|
+
caption: 'caption',
|
|
1220
|
+
responsive: 'responsive',
|
|
1221
|
+
value: 'value',
|
|
1222
|
+
disabled: 'disabled',
|
|
1223
|
+
required: 'required',
|
|
1224
|
+
accessibleLiveError: 'accessible-live-error'
|
|
1225
|
+
},
|
|
1226
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1227
|
+
clientModule: clientComponents.DuetRadioGroup,
|
|
1228
|
+
serializeShadowRoot,
|
|
1229
|
+
});
|
|
1230
|
+
export const DuetRangeSlider = /*@__PURE__*/ createComponent({
|
|
1231
|
+
tagName: 'duet-range-slider',
|
|
1232
|
+
properties: {
|
|
1233
|
+
theme: 'theme',
|
|
1234
|
+
margin: 'margin',
|
|
1235
|
+
expand: 'expand',
|
|
1236
|
+
identifier: 'identifier',
|
|
1237
|
+
name: 'name',
|
|
1238
|
+
required: 'required',
|
|
1239
|
+
disabled: 'disabled',
|
|
1240
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
1241
|
+
accessibleControls: 'accessible-controls',
|
|
1242
|
+
accessibleOwns: 'accessible-owns',
|
|
1243
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
1244
|
+
min: 'min',
|
|
1245
|
+
label: 'label',
|
|
1246
|
+
labelColor: 'label-color',
|
|
1247
|
+
labelWeight: 'label-weight',
|
|
1248
|
+
labelHidden: 'label-hidden',
|
|
1249
|
+
unit: 'unit',
|
|
1250
|
+
max: 'max',
|
|
1251
|
+
step: 'step',
|
|
1252
|
+
locale: 'locale',
|
|
1253
|
+
value: 'value',
|
|
1254
|
+
debounce: 'debounce'
|
|
1255
|
+
},
|
|
1256
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1257
|
+
clientModule: clientComponents.DuetRangeSlider,
|
|
1258
|
+
serializeShadowRoot,
|
|
1259
|
+
});
|
|
1260
|
+
export const DuetRangeStepper = /*@__PURE__*/ createComponent({
|
|
1261
|
+
tagName: 'duet-range-stepper',
|
|
1262
|
+
properties: {
|
|
1263
|
+
theme: 'theme',
|
|
1264
|
+
disabled: 'disabled',
|
|
1265
|
+
stepIndex: 'step-index',
|
|
1266
|
+
stepSize: 'step-size',
|
|
1267
|
+
total: 'total',
|
|
1268
|
+
ariaLabelsDefaults: 'accessible-labels-defaults',
|
|
1269
|
+
ariaLabels: 'accessible-labels',
|
|
1270
|
+
ariaControls: 'accessible-controls'
|
|
1271
|
+
},
|
|
1272
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1273
|
+
clientModule: clientComponents.DuetRangeStepper,
|
|
1274
|
+
serializeShadowRoot,
|
|
1275
|
+
});
|
|
1276
|
+
export const DuetScrollable = /*@__PURE__*/ createComponent({
|
|
1277
|
+
tagName: 'duet-scrollable',
|
|
1278
|
+
properties: {
|
|
1279
|
+
theme: 'theme',
|
|
1280
|
+
identifier: 'identifier',
|
|
1281
|
+
collapsed: 'collapsed',
|
|
1282
|
+
buttons: 'buttons',
|
|
1283
|
+
buttonAlignment: 'button-alignment',
|
|
1284
|
+
buttonPosition: 'button-position',
|
|
1285
|
+
center: 'center',
|
|
1286
|
+
padding: 'padding',
|
|
1287
|
+
gap: 'gap',
|
|
1288
|
+
selected: 'selected'
|
|
1289
|
+
},
|
|
1290
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1291
|
+
clientModule: clientComponents.DuetScrollable,
|
|
1292
|
+
serializeShadowRoot,
|
|
1293
|
+
});
|
|
1294
|
+
export const DuetSectionLayout = /*@__PURE__*/ createComponent({
|
|
1295
|
+
tagName: 'duet-section-layout',
|
|
1296
|
+
properties: {
|
|
1297
|
+
margin: 'margin',
|
|
1298
|
+
middle: 'middle',
|
|
1299
|
+
paddingBreakpoint: 'padding-breakpoint'
|
|
1300
|
+
},
|
|
1301
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1302
|
+
clientModule: clientComponents.DuetSectionLayout,
|
|
1303
|
+
serializeShadowRoot,
|
|
1304
|
+
});
|
|
1305
|
+
export const DuetSelect = /*@__PURE__*/ createComponent({
|
|
1306
|
+
tagName: 'duet-select',
|
|
1307
|
+
properties: {
|
|
1308
|
+
variation: 'variation',
|
|
1309
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
1310
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
1311
|
+
margin: 'margin',
|
|
1312
|
+
accessibleControls: 'accessible-controls',
|
|
1313
|
+
accessibleOwns: 'accessible-owns',
|
|
1314
|
+
error: 'error',
|
|
1315
|
+
accessibleLiveError: 'accessible-live-error',
|
|
1316
|
+
expand: 'expand',
|
|
1317
|
+
value: 'value',
|
|
1318
|
+
theme: 'theme',
|
|
1319
|
+
labelHidden: 'label-hidden',
|
|
1320
|
+
identifier: 'identifier',
|
|
1321
|
+
name: 'name',
|
|
1322
|
+
placeholder: 'placeholder',
|
|
1323
|
+
caption: 'caption',
|
|
1324
|
+
echoPlaceholder: 'echo-placeholder',
|
|
1325
|
+
items: 'items',
|
|
1326
|
+
disabled: 'disabled',
|
|
1327
|
+
required: 'required',
|
|
1328
|
+
label: 'label',
|
|
1329
|
+
labelColor: 'label-color',
|
|
1330
|
+
labelWeight: 'label-weight',
|
|
1331
|
+
role: 'role',
|
|
1332
|
+
tooltip: 'tooltip',
|
|
1333
|
+
tooltipDirection: 'tooltip-direction'
|
|
1334
|
+
},
|
|
1335
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1336
|
+
clientModule: clientComponents.DuetSelect,
|
|
1337
|
+
serializeShadowRoot,
|
|
1338
|
+
});
|
|
1339
|
+
export const DuetShapedImage = /*@__PURE__*/ createComponent({
|
|
1340
|
+
tagName: 'duet-shaped-image',
|
|
1341
|
+
properties: {
|
|
1342
|
+
theme: 'theme',
|
|
1343
|
+
accessibleLabel: 'accessible-label',
|
|
1344
|
+
margin: 'margin',
|
|
1345
|
+
src: 'src',
|
|
1346
|
+
rotation: 'rotation'
|
|
1347
|
+
},
|
|
1348
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1349
|
+
clientModule: clientComponents.DuetShapedImage,
|
|
1350
|
+
serializeShadowRoot,
|
|
1351
|
+
});
|
|
1352
|
+
export const DuetShowMore = /*@__PURE__*/ createComponent({
|
|
1353
|
+
tagName: 'duet-show-more',
|
|
1354
|
+
properties: {
|
|
1355
|
+
theme: 'theme',
|
|
1356
|
+
language: 'language',
|
|
1357
|
+
showMoreLabelDefaults: 'show-more-label-defaults',
|
|
1358
|
+
showMoreLabel: 'show-more-label',
|
|
1359
|
+
showLessLabelDefaults: 'show-less-label-defaults',
|
|
1360
|
+
showLessLabel: 'show-less-label',
|
|
1361
|
+
showMoreAccessibleLabelDefaults: 'show-more-accessible-label-defaults',
|
|
1362
|
+
showMoreAccessibleLabel: 'show-more-accessible-label',
|
|
1363
|
+
showLessAccessibleLabelDefaults: 'show-less-accessible-label-defaults',
|
|
1364
|
+
showLessAccessibleLabel: 'show-less-accessible-label',
|
|
1365
|
+
margin: 'margin',
|
|
1366
|
+
buttonMargin: 'button-margin',
|
|
1367
|
+
buttonPadding: 'button-padding',
|
|
1368
|
+
open: 'open'
|
|
1369
|
+
},
|
|
1370
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1371
|
+
clientModule: clientComponents.DuetShowMore,
|
|
1372
|
+
serializeShadowRoot,
|
|
1373
|
+
});
|
|
1374
|
+
export const DuetSlideout = /*@__PURE__*/ createComponent({
|
|
1375
|
+
tagName: 'duet-slideout',
|
|
1376
|
+
properties: {
|
|
1377
|
+
theme: 'theme',
|
|
1378
|
+
accessibleRole: 'accessible-role',
|
|
1379
|
+
open: 'open',
|
|
1380
|
+
opener: 'opener',
|
|
1381
|
+
controller: 'controller',
|
|
1382
|
+
backgroundColor: 'background-color',
|
|
1383
|
+
modal: 'modal'
|
|
1384
|
+
},
|
|
1385
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1386
|
+
clientModule: clientComponents.DuetSlideout,
|
|
1387
|
+
serializeShadowRoot,
|
|
1388
|
+
});
|
|
1389
|
+
export const DuetSlideoutLang = /*@__PURE__*/ createComponent({
|
|
1390
|
+
tagName: 'duet-slideout-lang',
|
|
1391
|
+
properties: { theme: 'theme' },
|
|
1392
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1393
|
+
clientModule: clientComponents.DuetSlideoutLang,
|
|
1394
|
+
serializeShadowRoot,
|
|
1395
|
+
});
|
|
1396
|
+
export const DuetSlideoutLink = /*@__PURE__*/ createComponent({
|
|
1397
|
+
tagName: 'duet-slideout-link',
|
|
1398
|
+
properties: {
|
|
1399
|
+
accessibleLabel: 'accessible-label',
|
|
1400
|
+
theme: 'theme',
|
|
1401
|
+
targetLanguage: 'target-language',
|
|
1402
|
+
active: 'active',
|
|
1403
|
+
href: 'href',
|
|
1404
|
+
icon: 'icon',
|
|
1405
|
+
size: 'size',
|
|
1406
|
+
caret: 'caret',
|
|
1407
|
+
menuItem: 'menu-item'
|
|
1408
|
+
},
|
|
1409
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1410
|
+
clientModule: clientComponents.DuetSlideoutLink,
|
|
1411
|
+
serializeShadowRoot,
|
|
1412
|
+
});
|
|
1413
|
+
export const DuetSlideoutPanel = /*@__PURE__*/ createComponent({
|
|
1414
|
+
tagName: 'duet-slideout-panel',
|
|
1415
|
+
properties: {
|
|
1416
|
+
theme: 'theme',
|
|
1417
|
+
active: 'active',
|
|
1418
|
+
open: 'open',
|
|
1419
|
+
icon: 'icon',
|
|
1420
|
+
labelSize: 'label-size',
|
|
1421
|
+
backgroundColor: 'background-color',
|
|
1422
|
+
badge: 'badge'
|
|
1423
|
+
},
|
|
1424
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1425
|
+
clientModule: clientComponents.DuetSlideoutPanel,
|
|
1426
|
+
serializeShadowRoot,
|
|
1427
|
+
});
|
|
1428
|
+
export const DuetSlideoutPanelDropdown = /*@__PURE__*/ createComponent({
|
|
1429
|
+
tagName: 'duet-slideout-panel-dropdown',
|
|
1430
|
+
properties: {
|
|
1431
|
+
theme: 'theme',
|
|
1432
|
+
active: 'active',
|
|
1433
|
+
open: 'open',
|
|
1434
|
+
icon: 'icon'
|
|
1435
|
+
},
|
|
1436
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1437
|
+
clientModule: clientComponents.DuetSlideoutPanelDropdown,
|
|
1438
|
+
serializeShadowRoot,
|
|
1439
|
+
});
|
|
1440
|
+
export const DuetSpacer = /*@__PURE__*/ createComponent({
|
|
1441
|
+
tagName: 'duet-spacer',
|
|
1442
|
+
properties: {
|
|
1443
|
+
size: 'size',
|
|
1444
|
+
direction: 'direction',
|
|
1445
|
+
breakpoint: 'breakpoint'
|
|
1446
|
+
},
|
|
1447
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1448
|
+
clientModule: clientComponents.DuetSpacer,
|
|
1449
|
+
serializeShadowRoot,
|
|
1450
|
+
});
|
|
1451
|
+
export const DuetSpinner = /*@__PURE__*/ createComponent({
|
|
1452
|
+
tagName: 'duet-spinner',
|
|
1453
|
+
properties: {
|
|
1454
|
+
accessibleLabel: 'accessible-label',
|
|
1455
|
+
color: 'color',
|
|
1456
|
+
size: 'size',
|
|
1457
|
+
theme: 'theme'
|
|
1458
|
+
},
|
|
1459
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1460
|
+
clientModule: clientComponents.DuetSpinner,
|
|
1461
|
+
serializeShadowRoot,
|
|
1462
|
+
});
|
|
1463
|
+
export const DuetStatusIcon = /*@__PURE__*/ createComponent({
|
|
1464
|
+
tagName: 'duet-status-icon',
|
|
1465
|
+
properties: {
|
|
1466
|
+
variation: 'variation',
|
|
1467
|
+
size: 'size',
|
|
1468
|
+
margin: 'margin',
|
|
1469
|
+
strong: 'strong'
|
|
1470
|
+
},
|
|
1471
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1472
|
+
clientModule: clientComponents.DuetStatusIcon,
|
|
1473
|
+
serializeShadowRoot,
|
|
1474
|
+
});
|
|
1475
|
+
export const DuetStep = /*@__PURE__*/ createComponent({
|
|
1476
|
+
tagName: 'duet-step',
|
|
1477
|
+
properties: {
|
|
1478
|
+
theme: 'theme',
|
|
1479
|
+
heading: 'heading',
|
|
1480
|
+
headingLevel: 'heading-level',
|
|
1481
|
+
stepIndex: 'step-index',
|
|
1482
|
+
state: 'state',
|
|
1483
|
+
roundedTop: 'rounded-top',
|
|
1484
|
+
roundedBottom: 'rounded-bottom'
|
|
1485
|
+
},
|
|
1486
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1487
|
+
clientModule: clientComponents.DuetStep,
|
|
1488
|
+
serializeShadowRoot,
|
|
1489
|
+
});
|
|
1490
|
+
export const DuetStepper = /*@__PURE__*/ createComponent({
|
|
1491
|
+
tagName: 'duet-stepper',
|
|
1492
|
+
properties: {
|
|
1493
|
+
theme: 'theme',
|
|
1494
|
+
accessibleLive: 'accessible-live',
|
|
1495
|
+
margin: 'margin',
|
|
1496
|
+
backDisabled: 'back-disabled',
|
|
1497
|
+
selected: 'selected'
|
|
1498
|
+
},
|
|
1499
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1500
|
+
clientModule: clientComponents.DuetStepper,
|
|
1501
|
+
serializeShadowRoot,
|
|
1502
|
+
});
|
|
1503
|
+
export const DuetSubmenuBar = /*@__PURE__*/ createComponent({
|
|
1504
|
+
tagName: 'duet-submenu-bar',
|
|
1505
|
+
properties: {
|
|
1506
|
+
theme: 'theme',
|
|
1507
|
+
hideOnScroll: 'hide-on-scroll',
|
|
1508
|
+
open: 'open',
|
|
1509
|
+
accessibleLabel: 'accessible-label'
|
|
1510
|
+
},
|
|
1511
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1512
|
+
clientModule: clientComponents.DuetSubmenuBar,
|
|
1513
|
+
serializeShadowRoot,
|
|
1514
|
+
});
|
|
1515
|
+
export const DuetSubmenuBarDropdown = /*@__PURE__*/ createComponent({
|
|
1516
|
+
tagName: 'duet-submenu-bar-dropdown',
|
|
1517
|
+
properties: {
|
|
1518
|
+
theme: 'theme',
|
|
1519
|
+
active: 'active',
|
|
1520
|
+
open: 'open',
|
|
1521
|
+
icon: 'icon'
|
|
1522
|
+
},
|
|
1523
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1524
|
+
clientModule: clientComponents.DuetSubmenuBarDropdown,
|
|
1525
|
+
serializeShadowRoot,
|
|
1526
|
+
});
|
|
1527
|
+
export const DuetSubmenuBarDropdownLink = /*@__PURE__*/ createComponent({
|
|
1528
|
+
tagName: 'duet-submenu-bar-dropdown-link',
|
|
1529
|
+
properties: {
|
|
1530
|
+
theme: 'theme',
|
|
1531
|
+
active: 'active',
|
|
1532
|
+
href: 'href',
|
|
1533
|
+
icon: 'icon',
|
|
1534
|
+
caret: 'caret',
|
|
1535
|
+
highlight: 'highlight'
|
|
1536
|
+
},
|
|
1537
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1538
|
+
clientModule: clientComponents.DuetSubmenuBarDropdownLink,
|
|
1539
|
+
serializeShadowRoot,
|
|
1540
|
+
});
|
|
1541
|
+
export const DuetSubmenuBarItem = /*@__PURE__*/ createComponent({
|
|
1542
|
+
tagName: 'duet-submenu-bar-item',
|
|
1543
|
+
properties: {
|
|
1544
|
+
theme: 'theme',
|
|
1545
|
+
active: 'active',
|
|
1546
|
+
url: 'url',
|
|
1547
|
+
leadingIcon: 'leading-icon',
|
|
1548
|
+
trailingIcon: 'trailing-icon',
|
|
1549
|
+
accessibleLabel: 'accessible-label',
|
|
1550
|
+
accessibleExpanded: 'accessible-expanded',
|
|
1551
|
+
accessiblePopup: 'accessible-popup',
|
|
1552
|
+
accessibleLabelExternalDefaults: 'accessible-label-external-default',
|
|
1553
|
+
accessibleLabelExternal: 'accessible-label-external',
|
|
1554
|
+
external: 'external'
|
|
1555
|
+
},
|
|
1556
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1557
|
+
clientModule: clientComponents.DuetSubmenuBarItem,
|
|
1558
|
+
serializeShadowRoot,
|
|
1559
|
+
});
|
|
1560
|
+
export const DuetSubmenuBarLink = /*@__PURE__*/ createComponent({
|
|
1561
|
+
tagName: 'duet-submenu-bar-link',
|
|
1562
|
+
properties: {
|
|
1563
|
+
theme: 'theme',
|
|
1564
|
+
active: 'active',
|
|
1565
|
+
href: 'href',
|
|
1566
|
+
icon: 'icon'
|
|
1567
|
+
},
|
|
1568
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1569
|
+
clientModule: clientComponents.DuetSubmenuBarLink,
|
|
1570
|
+
serializeShadowRoot,
|
|
1571
|
+
});
|
|
1572
|
+
export const DuetTab = /*@__PURE__*/ createComponent({
|
|
1573
|
+
tagName: 'duet-tab',
|
|
1574
|
+
properties: {
|
|
1575
|
+
theme: 'theme',
|
|
1576
|
+
label: 'label',
|
|
1577
|
+
caption: 'caption',
|
|
1578
|
+
selected: 'selected',
|
|
1579
|
+
notificationMark: 'notification-mark',
|
|
1580
|
+
accessibleDescriptionDefault: 'accessible-description-defaults',
|
|
1581
|
+
accessibleDescription: 'accessible-description',
|
|
1582
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
1583
|
+
contentId: 'content-id'
|
|
1584
|
+
},
|
|
1585
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1586
|
+
clientModule: clientComponents.DuetTab,
|
|
1587
|
+
serializeShadowRoot,
|
|
1588
|
+
});
|
|
1589
|
+
export const DuetTabGroup = /*@__PURE__*/ createComponent({
|
|
1590
|
+
tagName: 'duet-tab-group',
|
|
1591
|
+
properties: {
|
|
1592
|
+
theme: 'theme',
|
|
1593
|
+
scrolls: 'scrolls',
|
|
1594
|
+
collapses: 'collapses',
|
|
1595
|
+
accessibleLabel: 'accessible-label',
|
|
1596
|
+
variation: 'variation',
|
|
1597
|
+
language: 'language',
|
|
1598
|
+
labelDefaults: 'label-default',
|
|
1599
|
+
label: 'label',
|
|
1600
|
+
labelHidden: 'label-hidden',
|
|
1601
|
+
identifier: 'identifier',
|
|
1602
|
+
margin: 'margin',
|
|
1603
|
+
padding: 'padding',
|
|
1604
|
+
setTabIndex: 'set-tab-index',
|
|
1605
|
+
tabChangeConfirm: 'tab-change-confirm',
|
|
1606
|
+
switchLargeBreakpoint: 'switch-large-breakpoint'
|
|
1607
|
+
},
|
|
1608
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1609
|
+
clientModule: clientComponents.DuetTabGroup,
|
|
1610
|
+
serializeShadowRoot,
|
|
1611
|
+
});
|
|
1612
|
+
export const DuetTable = /*@__PURE__*/ createComponent({
|
|
1613
|
+
tagName: 'duet-table',
|
|
1614
|
+
properties: {
|
|
1615
|
+
theme: 'theme',
|
|
1616
|
+
margin: 'margin',
|
|
1617
|
+
variation: 'variation',
|
|
1618
|
+
sticky: 'sticky',
|
|
1619
|
+
stickyDistance: 'sticky-distance',
|
|
1620
|
+
breakpoint: 'breakpoint',
|
|
1621
|
+
hideHeadVisually: 'hide-head-visually'
|
|
1622
|
+
},
|
|
1623
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1624
|
+
clientModule: clientComponents.DuetTable,
|
|
1625
|
+
serializeShadowRoot,
|
|
1626
|
+
});
|
|
1627
|
+
export const DuetTextarea = /*@__PURE__*/ createComponent({
|
|
1628
|
+
tagName: 'duet-textarea',
|
|
1629
|
+
properties: {
|
|
1630
|
+
margin: 'margin',
|
|
1631
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
1632
|
+
accessibleAutocomplete: 'accessible-autocomplete',
|
|
1633
|
+
accessibleControls: 'accessible-controls',
|
|
1634
|
+
accessibleDetails: 'accessible-details',
|
|
1635
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
1636
|
+
accessibleDescription: 'accessible-description',
|
|
1637
|
+
accessibleLiveError: 'accessible-live-error',
|
|
1638
|
+
accessibleOwns: 'accessible-owns',
|
|
1639
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
1640
|
+
theme: 'theme',
|
|
1641
|
+
expand: 'expand',
|
|
1642
|
+
disabled: 'disabled',
|
|
1643
|
+
identifier: 'identifier',
|
|
1644
|
+
required: 'required',
|
|
1645
|
+
label: 'label',
|
|
1646
|
+
labelColor: 'label-color',
|
|
1647
|
+
labelWeight: 'label-weight',
|
|
1648
|
+
labelHidden: 'label-hidden',
|
|
1649
|
+
name: 'name',
|
|
1650
|
+
placeholder: 'placeholder',
|
|
1651
|
+
caption: 'caption',
|
|
1652
|
+
echoPlaceholder: 'echo-placeholder',
|
|
1653
|
+
maxlength: 'maxlength',
|
|
1654
|
+
minlength: 'minlength',
|
|
1655
|
+
error: 'error',
|
|
1656
|
+
role: 'role',
|
|
1657
|
+
tooltip: 'tooltip',
|
|
1658
|
+
tooltipDirection: 'tooltip-direction',
|
|
1659
|
+
value: 'value',
|
|
1660
|
+
disallowPattern: 'disallow-pattern',
|
|
1661
|
+
counter: 'counter',
|
|
1662
|
+
counterLabel: 'counter-label'
|
|
1663
|
+
},
|
|
1664
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1665
|
+
clientModule: clientComponents.DuetTextarea,
|
|
1666
|
+
serializeShadowRoot,
|
|
1667
|
+
});
|
|
1668
|
+
export const DuetToggle = /*@__PURE__*/ createComponent({
|
|
1669
|
+
tagName: 'duet-toggle',
|
|
1670
|
+
properties: {
|
|
1671
|
+
theme: 'theme',
|
|
1672
|
+
margin: 'margin',
|
|
1673
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
1674
|
+
accessibleControls: 'accessible-controls',
|
|
1675
|
+
accessibleOwns: 'accessible-owns',
|
|
1676
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
1677
|
+
accessibleDetails: 'accessible-details',
|
|
1678
|
+
accessibleLabelledBy: 'accessible-labelled-by',
|
|
1679
|
+
accessibleDescription: 'accessible-description',
|
|
1680
|
+
label: 'label',
|
|
1681
|
+
labelColor: 'label-color',
|
|
1682
|
+
labelWeight: 'label-weight',
|
|
1683
|
+
labelPosition: 'label-position',
|
|
1684
|
+
required: 'required',
|
|
1685
|
+
disabled: 'disabled',
|
|
1686
|
+
checked: 'checked',
|
|
1687
|
+
value: 'value',
|
|
1688
|
+
identifier: 'identifier',
|
|
1689
|
+
name: 'name',
|
|
1690
|
+
role: 'role'
|
|
1691
|
+
},
|
|
1692
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1693
|
+
clientModule: clientComponents.DuetToggle,
|
|
1694
|
+
serializeShadowRoot,
|
|
1695
|
+
});
|
|
1696
|
+
export const DuetToolbar = /*@__PURE__*/ createComponent({
|
|
1697
|
+
tagName: 'duet-toolbar',
|
|
1698
|
+
properties: {
|
|
1699
|
+
theme: 'theme',
|
|
1700
|
+
variation: 'variation',
|
|
1701
|
+
accessibleLabel: 'accessible-label'
|
|
1702
|
+
},
|
|
1703
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1704
|
+
clientModule: clientComponents.DuetToolbar,
|
|
1705
|
+
serializeShadowRoot,
|
|
1706
|
+
});
|
|
1707
|
+
export const DuetToolbarDropdown = /*@__PURE__*/ createComponent({
|
|
1708
|
+
tagName: 'duet-toolbar-dropdown',
|
|
1709
|
+
properties: {
|
|
1710
|
+
theme: 'theme',
|
|
1711
|
+
variation: 'variation',
|
|
1712
|
+
accessibleLabel: 'accessible-label',
|
|
1713
|
+
active: 'active',
|
|
1714
|
+
open: 'open',
|
|
1715
|
+
icon: 'icon'
|
|
1716
|
+
},
|
|
1717
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1718
|
+
clientModule: clientComponents.DuetToolbarDropdown,
|
|
1719
|
+
serializeShadowRoot,
|
|
1720
|
+
});
|
|
1721
|
+
export const DuetToolbarDropdownLink = /*@__PURE__*/ createComponent({
|
|
1722
|
+
tagName: 'duet-toolbar-dropdown-link',
|
|
1723
|
+
properties: {
|
|
1724
|
+
accessibleLabel: 'accessible-label',
|
|
1725
|
+
theme: 'theme',
|
|
1726
|
+
targetLanguage: 'target-language',
|
|
1727
|
+
href: 'href',
|
|
1728
|
+
icon: 'icon',
|
|
1729
|
+
active: 'active'
|
|
1730
|
+
},
|
|
1731
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1732
|
+
clientModule: clientComponents.DuetToolbarDropdownLink,
|
|
1733
|
+
serializeShadowRoot,
|
|
1734
|
+
});
|
|
1735
|
+
export const DuetToolbarItem = /*@__PURE__*/ createComponent({
|
|
1736
|
+
tagName: 'duet-toolbar-item',
|
|
1737
|
+
properties: {
|
|
1738
|
+
theme: 'theme',
|
|
1739
|
+
variation: 'variation',
|
|
1740
|
+
active: 'active',
|
|
1741
|
+
url: 'url',
|
|
1742
|
+
leadingIcon: 'leading-icon',
|
|
1743
|
+
trailingIcon: 'trailing-icon',
|
|
1744
|
+
accessibleLabel: 'accessible-label',
|
|
1745
|
+
accessibleExpanded: 'accessible-expanded',
|
|
1746
|
+
accessiblePopup: 'accessible-popup',
|
|
1747
|
+
accessibleLabelExternalDefaults: 'accessible-label-external-default',
|
|
1748
|
+
accessibleLabelExternal: 'accessible-label-external',
|
|
1749
|
+
external: 'external',
|
|
1750
|
+
badge: 'badge'
|
|
1751
|
+
},
|
|
1752
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1753
|
+
clientModule: clientComponents.DuetToolbarItem,
|
|
1754
|
+
serializeShadowRoot,
|
|
1755
|
+
});
|
|
1756
|
+
export const DuetToolbarLink = /*@__PURE__*/ createComponent({
|
|
1757
|
+
tagName: 'duet-toolbar-link',
|
|
1758
|
+
properties: {
|
|
1759
|
+
theme: 'theme',
|
|
1760
|
+
variation: 'variation',
|
|
1761
|
+
active: 'active',
|
|
1762
|
+
href: 'href',
|
|
1763
|
+
icon: 'icon',
|
|
1764
|
+
accessibleLabel: 'accessible-label'
|
|
1765
|
+
},
|
|
1766
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1767
|
+
clientModule: clientComponents.DuetToolbarLink,
|
|
1768
|
+
serializeShadowRoot,
|
|
1769
|
+
});
|
|
1770
|
+
export const DuetTooltip = /*@__PURE__*/ createComponent({
|
|
1771
|
+
tagName: 'duet-tooltip',
|
|
1772
|
+
properties: {
|
|
1773
|
+
theme: 'theme',
|
|
1774
|
+
language: 'language',
|
|
1775
|
+
accessibleLabelDefault: 'accessible-label-default',
|
|
1776
|
+
accessibleLabel: 'accessible-label',
|
|
1777
|
+
accessibleAboutLabel: 'accessible-about-label',
|
|
1778
|
+
accessibleInputLabel: 'accessible-input-label',
|
|
1779
|
+
accessibleCloseLabelDefault: 'accessible-close-label-default',
|
|
1780
|
+
accessibleCloseLabel: 'accessible-close-label',
|
|
1781
|
+
label: 'label',
|
|
1782
|
+
breakpoint: 'breakpoint',
|
|
1783
|
+
direction: 'direction',
|
|
1784
|
+
positionVertical: 'position-vertical',
|
|
1785
|
+
positionHorizontal: 'position-horizontal',
|
|
1786
|
+
active: 'active',
|
|
1787
|
+
negative: 'negative'
|
|
1788
|
+
},
|
|
1789
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1790
|
+
clientModule: clientComponents.DuetTooltip,
|
|
1791
|
+
serializeShadowRoot,
|
|
1792
|
+
});
|
|
1793
|
+
export const DuetTray = /*@__PURE__*/ createComponent({
|
|
1794
|
+
tagName: 'duet-tray',
|
|
1795
|
+
properties: {
|
|
1796
|
+
language: 'language',
|
|
1797
|
+
accessibleCloseLabelDefaults: 'accessible-close-label-default',
|
|
1798
|
+
accessibleCloseLabel: 'accessible-close-label',
|
|
1799
|
+
accessibleOpenLabelDefaults: 'accessible-open-label-default',
|
|
1800
|
+
accessibleOpenLabel: 'accessible-open-label',
|
|
1801
|
+
theme: 'theme',
|
|
1802
|
+
active: 'active',
|
|
1803
|
+
autoHide: 'auto-hide',
|
|
1804
|
+
responsive: 'responsive'
|
|
1805
|
+
},
|
|
1806
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1807
|
+
clientModule: clientComponents.DuetTray,
|
|
1808
|
+
serializeShadowRoot,
|
|
1809
|
+
});
|
|
1810
|
+
export const DuetUpload = /*@__PURE__*/ createComponent({
|
|
1811
|
+
tagName: 'duet-upload',
|
|
1812
|
+
properties: {
|
|
1813
|
+
accessibleActiveDescendant: 'accessible-active-descendant',
|
|
1814
|
+
accessibleDescribedBy: 'accessible-described-by',
|
|
1815
|
+
accessibleControls: 'accessible-controls',
|
|
1816
|
+
accessibleOwns: 'accessible-owns',
|
|
1817
|
+
external: 'external',
|
|
1818
|
+
middleware: 'middleware',
|
|
1819
|
+
deferUpload: 'defer-upload',
|
|
1820
|
+
hideButton: 'hide-upload-button',
|
|
1821
|
+
actions: 'actions',
|
|
1822
|
+
uri: 'uri',
|
|
1823
|
+
showLinks: 'show-links',
|
|
1824
|
+
caption: 'caption',
|
|
1825
|
+
statusLabelDefaults: 'status-label-default',
|
|
1826
|
+
statusMessageLabel: 'status-message-label',
|
|
1827
|
+
buttonLabelDefaults: 'button-label-default',
|
|
1828
|
+
buttonLabel: 'button-label',
|
|
1829
|
+
accessibleButtonLabel: 'accessible-button-label',
|
|
1830
|
+
theme: 'theme',
|
|
1831
|
+
disabled: 'disabled',
|
|
1832
|
+
identifier: 'identifier',
|
|
1833
|
+
margin: 'margin',
|
|
1834
|
+
required: 'required',
|
|
1835
|
+
alignment: 'alignment',
|
|
1836
|
+
hideGroups: 'hide-table-labels',
|
|
1837
|
+
files: 'files',
|
|
1838
|
+
valid: 'valid',
|
|
1839
|
+
labelDefaults: 'label-default',
|
|
1840
|
+
label: 'label',
|
|
1841
|
+
descriptionDefaults: 'description-default',
|
|
1842
|
+
description: 'description',
|
|
1843
|
+
fileListEmptyDefaults: 'list-empty-default',
|
|
1844
|
+
fileListEmpty: 'file-list-empty',
|
|
1845
|
+
error: 'error',
|
|
1846
|
+
errorCodes: 'error-codes',
|
|
1847
|
+
name: 'name',
|
|
1848
|
+
maxBytes: 'max-bytes',
|
|
1849
|
+
maxBytesTotal: 'max-bytes-total',
|
|
1850
|
+
maxFiles: 'max-files',
|
|
1851
|
+
allowedExtensions: 'allowed-extensions',
|
|
1852
|
+
allowedMimetypes: 'allowed-mimetypes',
|
|
1853
|
+
multiple: 'multiple',
|
|
1854
|
+
limitSelection: 'limit-selection',
|
|
1855
|
+
hideCancelButton: 'hide-cancel-button',
|
|
1856
|
+
value: 'value',
|
|
1857
|
+
externalUploadButtonId: 'external-upload-button-id',
|
|
1858
|
+
captionOnBottom: 'caption-on-bottom',
|
|
1859
|
+
showUploadedItemsHeader: 'show-uploaded-items-header',
|
|
1860
|
+
uploadedItemsHeaderLabel: 'uploaded-items-header-label',
|
|
1861
|
+
headerHeadingLevel: 'header-heading-level',
|
|
1862
|
+
hideHeader: 'hide-header',
|
|
1863
|
+
emitEvent: 'link-click-event',
|
|
1864
|
+
actionButtonTitles: 'action-button-titles',
|
|
1865
|
+
renameDuplicates: 'rename-duplicates',
|
|
1866
|
+
groups: 'groups'
|
|
1867
|
+
},
|
|
1868
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1869
|
+
clientModule: clientComponents.DuetUpload,
|
|
1870
|
+
serializeShadowRoot,
|
|
1871
|
+
});
|
|
1872
|
+
export const DuetVisuallyHidden = /*@__PURE__*/ createComponent({
|
|
1873
|
+
tagName: 'duet-visually-hidden',
|
|
1874
|
+
properties: {},
|
|
1875
|
+
hydrateModule: import('@duetds/components/hydrate'),
|
|
1876
|
+
clientModule: clientComponents.DuetVisuallyHidden,
|
|
1877
|
+
serializeShadowRoot,
|
|
1878
|
+
});
|
|
1879
|
+
//# sourceMappingURL=components.server.js.map
|