@threadlabs/looma 0.1.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/README.md +21 -0
- package/dist/chunk-G53JEAQK.js +94 -0
- package/dist/chunk-OF57X5AR.js +10 -0
- package/dist/chunk-UL7UIUJZ.js +20 -0
- package/dist/chunk-YK4MTZGJ.js +1580 -0
- package/dist/cjs/app-globals-V2Kpy_OQ.js +5 -0
- package/dist/cjs/events-TcQIzpNv.js +19 -0
- package/dist/cjs/id-CYbKpaYr.js +9 -0
- package/dist/cjs/index-D07f6BOw.js +1569 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +13 -0
- package/dist/cjs/looma.cjs.js +25 -0
- package/dist/cjs/manager-BOpVXb92.js +93 -0
- package/dist/cjs/ui-avatar-group.cjs.entry.js +51 -0
- package/dist/cjs/ui-avatar.cjs.entry.js +50 -0
- package/dist/cjs/ui-badge.cjs.entry.js +19 -0
- package/dist/cjs/ui-button.cjs.entry.js +62 -0
- package/dist/cjs/ui-checkbox.cjs.entry.js +91 -0
- package/dist/cjs/ui-context-menu.cjs.entry.js +201 -0
- package/dist/cjs/ui-dialog.cjs.entry.js +93 -0
- package/dist/cjs/ui-disclosure.cjs.entry.js +109 -0
- package/dist/cjs/ui-floating-action-button.cjs.entry.js +20 -0
- package/dist/cjs/ui-form-field.cjs.entry.js +59 -0
- package/dist/cjs/ui-icon-button.cjs.entry.js +21 -0
- package/dist/cjs/ui-input.cjs.entry.js +101 -0
- package/dist/cjs/ui-menu-item.cjs.entry.js +19 -0
- package/dist/cjs/ui-menu.cjs.entry.js +96 -0
- package/dist/cjs/ui-popover.cjs.entry.js +92 -0
- package/dist/cjs/ui-radio-group.cjs.entry.js +134 -0
- package/dist/cjs/ui-radio.cjs.entry.js +85 -0
- package/dist/cjs/ui-search-result-row.cjs.entry.js +47 -0
- package/dist/cjs/ui-search-shell.cjs.entry.js +39 -0
- package/dist/cjs/ui-select.cjs.entry.js +100 -0
- package/dist/cjs/ui-switch.cjs.entry.js +65 -0
- package/dist/cjs/ui-tabs.cjs.entry.js +117 -0
- package/dist/cjs/ui-textarea.cjs.entry.js +106 -0
- package/dist/cjs/ui-toast-region.cjs.entry.js +67 -0
- package/dist/cjs/ui-tooltip.cjs.entry.js +133 -0
- package/dist/cjs/ui-top-bar.cjs.entry.js +43 -0
- package/dist/collection/collection-manifest.json +38 -0
- package/dist/collection/components/ui-avatar/ui-avatar.css +35 -0
- package/dist/collection/components/ui-avatar/ui-avatar.js +130 -0
- package/dist/collection/components/ui-avatar-group/ui-avatar-group.css +32 -0
- package/dist/collection/components/ui-avatar-group/ui-avatar-group.js +103 -0
- package/dist/collection/components/ui-badge/ui-badge.css +74 -0
- package/dist/collection/components/ui-badge/ui-badge.js +62 -0
- package/dist/collection/components/ui-button/ui-button.css +101 -0
- package/dist/collection/components/ui-button/ui-button.js +127 -0
- package/dist/collection/components/ui-checkbox/ui-checkbox.css +24 -0
- package/dist/collection/components/ui-checkbox/ui-checkbox.js +223 -0
- package/dist/collection/components/ui-context-menu/ui-context-menu.css +17 -0
- package/dist/collection/components/ui-context-menu/ui-context-menu.js +272 -0
- package/dist/collection/components/ui-dialog/ui-dialog.css +65 -0
- package/dist/collection/components/ui-dialog/ui-dialog.js +185 -0
- package/dist/collection/components/ui-disclosure/ui-disclosure.css +7 -0
- package/dist/collection/components/ui-disclosure/ui-disclosure.js +182 -0
- package/dist/collection/components/ui-floating-action-button/ui-floating-action-button.css +70 -0
- package/dist/collection/components/ui-floating-action-button/ui-floating-action-button.js +85 -0
- package/dist/collection/components/ui-form-field/ui-form-field.css +21 -0
- package/dist/collection/components/ui-form-field/ui-form-field.js +125 -0
- package/dist/collection/components/ui-icon-button/ui-icon-button.css +92 -0
- package/dist/collection/components/ui-icon-button/ui-icon-button.js +106 -0
- package/dist/collection/components/ui-input/ui-input.css +46 -0
- package/dist/collection/components/ui-input/ui-input.js +213 -0
- package/dist/collection/components/ui-menu/ui-menu.css +37 -0
- package/dist/collection/components/ui-menu/ui-menu.js +149 -0
- package/dist/collection/components/ui-menu-item/ui-menu-item.css +26 -0
- package/dist/collection/components/ui-menu-item/ui-menu-item.js +64 -0
- package/dist/collection/components/ui-popover/ui-popover.css +8 -0
- package/dist/collection/components/ui-popover/ui-popover.js +144 -0
- package/dist/collection/components/ui-radio/ui-radio.css +22 -0
- package/dist/collection/components/ui-radio/ui-radio.js +213 -0
- package/dist/collection/components/ui-radio-group/ui-radio-group.css +10 -0
- package/dist/collection/components/ui-radio-group/ui-radio-group.js +247 -0
- package/dist/collection/components/ui-search-result-row/ui-search-result-row.css +80 -0
- package/dist/collection/components/ui-search-result-row/ui-search-result-row.js +100 -0
- package/dist/collection/components/ui-search-shell/ui-search-shell.css +61 -0
- package/dist/collection/components/ui-search-shell/ui-search-shell.js +46 -0
- package/dist/collection/components/ui-select/ui-select.css +62 -0
- package/dist/collection/components/ui-select/ui-select.js +212 -0
- package/dist/collection/components/ui-switch/ui-switch.css +63 -0
- package/dist/collection/components/ui-switch/ui-switch.js +177 -0
- package/dist/collection/components/ui-tabs/ui-tabs.css +65 -0
- package/dist/collection/components/ui-tabs/ui-tabs.js +190 -0
- package/dist/collection/components/ui-textarea/ui-textarea.css +48 -0
- package/dist/collection/components/ui-textarea/ui-textarea.js +238 -0
- package/dist/collection/components/ui-toast-region/ui-toast-region.css +52 -0
- package/dist/collection/components/ui-toast-region/ui-toast-region.js +100 -0
- package/dist/collection/components/ui-tooltip/ui-tooltip.css +14 -0
- package/dist/collection/components/ui-tooltip/ui-tooltip.js +205 -0
- package/dist/collection/components/ui-top-bar/ui-top-bar.css +43 -0
- package/dist/collection/components/ui-top-bar/ui-top-bar.js +52 -0
- package/dist/collection/overlay/manager.js +90 -0
- package/dist/collection/utils/events.js +13 -0
- package/dist/collection/utils/id.js +5 -0
- package/dist/collection/utils/initials.js +11 -0
- package/dist/components/index.d.ts +88 -0
- package/dist/components/index.js +1 -0
- package/dist/components/p-CIA4RyEp.js +1 -0
- package/dist/components/p-CR7f2MQC.js +1 -0
- package/dist/components/p-JwSoedEO.js +1 -0
- package/dist/components/p-WvL4iAhX.js +1 -0
- package/dist/components/p-hgBUJRDa.js +1 -0
- package/dist/components/ui-avatar-group.d.ts +11 -0
- package/dist/components/ui-avatar-group.js +1 -0
- package/dist/components/ui-avatar.d.ts +11 -0
- package/dist/components/ui-avatar.js +1 -0
- package/dist/components/ui-badge.d.ts +11 -0
- package/dist/components/ui-badge.js +1 -0
- package/dist/components/ui-button.d.ts +11 -0
- package/dist/components/ui-button.js +1 -0
- package/dist/components/ui-checkbox.d.ts +11 -0
- package/dist/components/ui-checkbox.js +1 -0
- package/dist/components/ui-context-menu.d.ts +11 -0
- package/dist/components/ui-context-menu.js +1 -0
- package/dist/components/ui-dialog.d.ts +11 -0
- package/dist/components/ui-dialog.js +1 -0
- package/dist/components/ui-disclosure.d.ts +11 -0
- package/dist/components/ui-disclosure.js +1 -0
- package/dist/components/ui-floating-action-button.d.ts +11 -0
- package/dist/components/ui-floating-action-button.js +1 -0
- package/dist/components/ui-form-field.d.ts +11 -0
- package/dist/components/ui-form-field.js +1 -0
- package/dist/components/ui-icon-button.d.ts +11 -0
- package/dist/components/ui-icon-button.js +1 -0
- package/dist/components/ui-input.d.ts +11 -0
- package/dist/components/ui-input.js +1 -0
- package/dist/components/ui-menu-item.d.ts +11 -0
- package/dist/components/ui-menu-item.js +1 -0
- package/dist/components/ui-menu.d.ts +11 -0
- package/dist/components/ui-menu.js +1 -0
- package/dist/components/ui-popover.d.ts +11 -0
- package/dist/components/ui-popover.js +1 -0
- package/dist/components/ui-radio-group.d.ts +11 -0
- package/dist/components/ui-radio-group.js +1 -0
- package/dist/components/ui-radio.d.ts +11 -0
- package/dist/components/ui-radio.js +1 -0
- package/dist/components/ui-search-result-row.d.ts +11 -0
- package/dist/components/ui-search-result-row.js +1 -0
- package/dist/components/ui-search-shell.d.ts +11 -0
- package/dist/components/ui-search-shell.js +1 -0
- package/dist/components/ui-select.d.ts +11 -0
- package/dist/components/ui-select.js +1 -0
- package/dist/components/ui-switch.d.ts +11 -0
- package/dist/components/ui-switch.js +1 -0
- package/dist/components/ui-tabs.d.ts +11 -0
- package/dist/components/ui-tabs.js +1 -0
- package/dist/components/ui-textarea.d.ts +11 -0
- package/dist/components/ui-textarea.js +1 -0
- package/dist/components/ui-toast-region.d.ts +11 -0
- package/dist/components/ui-toast-region.js +1 -0
- package/dist/components/ui-tooltip.d.ts +11 -0
- package/dist/components/ui-tooltip.js +1 -0
- package/dist/components/ui-top-bar.d.ts +11 -0
- package/dist/components/ui-top-bar.js +1 -0
- package/dist/esm/app-globals-DQuL1Twl.js +3 -0
- package/dist/esm/events-JwSoedEO.js +15 -0
- package/dist/esm/id-hgBUJRDa.js +7 -0
- package/dist/esm/index-CEeiinfk.js +1561 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/looma.js +21 -0
- package/dist/esm/manager-CR7f2MQC.js +89 -0
- package/dist/esm/ui-avatar-group.entry.js +49 -0
- package/dist/esm/ui-avatar.entry.js +48 -0
- package/dist/esm/ui-badge.entry.js +17 -0
- package/dist/esm/ui-button.entry.js +60 -0
- package/dist/esm/ui-checkbox.entry.js +89 -0
- package/dist/esm/ui-context-menu.entry.js +199 -0
- package/dist/esm/ui-dialog.entry.js +91 -0
- package/dist/esm/ui-disclosure.entry.js +107 -0
- package/dist/esm/ui-floating-action-button.entry.js +18 -0
- package/dist/esm/ui-form-field.entry.js +57 -0
- package/dist/esm/ui-icon-button.entry.js +19 -0
- package/dist/esm/ui-input.entry.js +99 -0
- package/dist/esm/ui-menu-item.entry.js +17 -0
- package/dist/esm/ui-menu.entry.js +94 -0
- package/dist/esm/ui-popover.entry.js +90 -0
- package/dist/esm/ui-radio-group.entry.js +132 -0
- package/dist/esm/ui-radio.entry.js +83 -0
- package/dist/esm/ui-search-result-row.entry.js +45 -0
- package/dist/esm/ui-search-shell.entry.js +37 -0
- package/dist/esm/ui-select.entry.js +98 -0
- package/dist/esm/ui-switch.entry.js +63 -0
- package/dist/esm/ui-tabs.entry.js +115 -0
- package/dist/esm/ui-textarea.entry.js +104 -0
- package/dist/esm/ui-toast-region.entry.js +65 -0
- package/dist/esm/ui-tooltip.entry.js +131 -0
- package/dist/esm/ui-top-bar.entry.js +41 -0
- package/dist/index.cjs +4062 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.d.cts +16 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.js +129 -0
- package/dist/looma/index.esm.js +0 -0
- package/dist/looma/looma.esm.js +1 -0
- package/dist/looma/p-03f0594b.entry.js +1 -0
- package/dist/looma/p-15e619fd.entry.js +1 -0
- package/dist/looma/p-201243dc.entry.js +1 -0
- package/dist/looma/p-24d7aa5b.entry.js +1 -0
- package/dist/looma/p-341ba64a.entry.js +1 -0
- package/dist/looma/p-41d62a83.entry.js +1 -0
- package/dist/looma/p-4742e6b4.entry.js +1 -0
- package/dist/looma/p-4c54d489.entry.js +1 -0
- package/dist/looma/p-52c537fa.entry.js +1 -0
- package/dist/looma/p-5a645647.entry.js +1 -0
- package/dist/looma/p-610b2eca.entry.js +1 -0
- package/dist/looma/p-649dad92.entry.js +1 -0
- package/dist/looma/p-66a203a1.entry.js +1 -0
- package/dist/looma/p-754cfff3.entry.js +1 -0
- package/dist/looma/p-93ce1c62.entry.js +1 -0
- package/dist/looma/p-955fb814.entry.js +1 -0
- package/dist/looma/p-96de71ad.entry.js +1 -0
- package/dist/looma/p-CEeiinfk.js +2 -0
- package/dist/looma/p-CR7f2MQC.js +1 -0
- package/dist/looma/p-DQuL1Twl.js +1 -0
- package/dist/looma/p-JwSoedEO.js +1 -0
- package/dist/looma/p-ab4151d5.entry.js +1 -0
- package/dist/looma/p-c14233bc.entry.js +1 -0
- package/dist/looma/p-dc857ed4.entry.js +1 -0
- package/dist/looma/p-dfcb2cca.entry.js +1 -0
- package/dist/looma/p-dff144bd.entry.js +1 -0
- package/dist/looma/p-ebb74106.entry.js +1 -0
- package/dist/looma/p-ecb5739b.entry.js +1 -0
- package/dist/looma/p-ee31c7b4.entry.js +1 -0
- package/dist/looma/p-fa4659c4.entry.js +1 -0
- package/dist/looma/p-hgBUJRDa.js +1 -0
- package/dist/types/components/ui-avatar/ui-avatar.d.ts +11 -0
- package/dist/types/components/ui-avatar-group/ui-avatar-group.d.ts +12 -0
- package/dist/types/components/ui-badge/ui-badge.d.ts +5 -0
- package/dist/types/components/ui-button/ui-button.d.ts +13 -0
- package/dist/types/components/ui-checkbox/ui-checkbox.d.ts +19 -0
- package/dist/types/components/ui-context-menu/ui-context-menu.d.ts +37 -0
- package/dist/types/components/ui-dialog/ui-dialog.d.ts +19 -0
- package/dist/types/components/ui-disclosure/ui-disclosure.d.ts +20 -0
- package/dist/types/components/ui-floating-action-button/ui-floating-action-button.d.ts +6 -0
- package/dist/types/components/ui-form-field/ui-form-field.d.ts +10 -0
- package/dist/types/components/ui-icon-button/ui-icon-button.d.ts +7 -0
- package/dist/types/components/ui-input/ui-input.d.ts +19 -0
- package/dist/types/components/ui-menu/ui-menu.d.ts +14 -0
- package/dist/types/components/ui-menu-item/ui-menu-item.d.ts +5 -0
- package/dist/types/components/ui-popover/ui-popover.d.ts +16 -0
- package/dist/types/components/ui-radio/ui-radio.d.ts +17 -0
- package/dist/types/components/ui-radio-group/ui-radio-group.d.ts +21 -0
- package/dist/types/components/ui-search-result-row/ui-search-result-row.d.ts +15 -0
- package/dist/types/components/ui-search-shell/ui-search-shell.d.ts +9 -0
- package/dist/types/components/ui-select/ui-select.d.ts +19 -0
- package/dist/types/components/ui-switch/ui-switch.d.ts +15 -0
- package/dist/types/components/ui-tabs/ui-tabs.d.ts +17 -0
- package/dist/types/components/ui-textarea/ui-textarea.d.ts +20 -0
- package/dist/types/components/ui-toast-region/ui-toast-region.d.ts +12 -0
- package/dist/types/components/ui-tooltip/ui-tooltip.d.ts +24 -0
- package/dist/types/components/ui-top-bar/ui-top-bar.d.ts +12 -0
- package/dist/types/components.d.ts +1148 -0
- package/dist/types/overlay/manager.d.ts +14 -0
- package/dist/types/stencil-public-runtime.d.ts +1860 -0
- package/dist/types/utils/events.d.ts +4 -0
- package/dist/types/utils/id.d.ts +1 -0
- package/dist/types/utils/initials.d.ts +1 -0
- package/dist/ui-avatar-group.entry-BZGXBOSE.js +59 -0
- package/dist/ui-avatar.entry-S2O2W5SA.js +51 -0
- package/dist/ui-badge.entry-CVJDISCR.js +22 -0
- package/dist/ui-button.entry-LNJBEJFE.js +72 -0
- package/dist/ui-checkbox.entry-5RA2CB43.js +102 -0
- package/dist/ui-context-menu.entry-UUOCT75F.js +211 -0
- package/dist/ui-dialog.entry-OEPJTEES.js +106 -0
- package/dist/ui-disclosure.entry-LRRISGUD.js +120 -0
- package/dist/ui-floating-action-button.entry-7TSAZRXP.js +23 -0
- package/dist/ui-form-field.entry-73YOVICF.js +67 -0
- package/dist/ui-icon-button.entry-MNXGPG36.js +24 -0
- package/dist/ui-input.entry-UWRVAOSW.js +112 -0
- package/dist/ui-menu-item.entry-5AOJO5MP.js +22 -0
- package/dist/ui-menu.entry-YDS6UMB5.js +98 -0
- package/dist/ui-popover.entry-PGWDCQIX.js +104 -0
- package/dist/ui-radio-group.entry-RHP5GNWU.js +142 -0
- package/dist/ui-radio.entry-5WRWPSTK.js +96 -0
- package/dist/ui-search-result-row.entry-IKJB2SJJ.js +50 -0
- package/dist/ui-search-shell.entry-ZIWF4ZHH.js +41 -0
- package/dist/ui-select.entry-N5TIKHR7.js +111 -0
- package/dist/ui-switch.entry-WUSZTXIR.js +75 -0
- package/dist/ui-tabs.entry-UFAVAQIF.js +124 -0
- package/dist/ui-textarea.entry-BYT47RAQ.js +117 -0
- package/dist/ui-toast-region.entry-6UYR3ZU2.js +78 -0
- package/dist/ui-tooltip.entry-YS7UX4FS.js +145 -0
- package/dist/ui-top-bar.entry-V27H6NFO.js +49 -0
- package/editor/chunk-JKRA4D4W.js +435 -0
- package/editor/chunk-NOOV344H.js +783 -0
- package/editor/extensions/index.d.ts +78 -0
- package/editor/extensions/index.js +28 -0
- package/editor/index.d.ts +7 -0
- package/editor/index.js +29 -0
- package/editor/table-overlay-DTr3KC9e.d.ts +12 -0
- package/editor/ui.d.ts +48 -0
- package/editor/ui.js +1 -0
- package/editor.css +662 -0
- package/layout/index.cjs +207 -0
- package/layout/index.css +166 -0
- package/layout/index.d.cts +3 -0
- package/layout/index.d.ts +3 -0
- package/layout/index.js +182 -0
- package/layout.css +124 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/package.json +244 -0
- package/styles.css +899 -0
- package/theme-dark.css +59 -0
- package/theme-high-contrast.css +21 -0
- package/theme-light.css +30 -0
- package/tokens.css +148 -0
- package/vue/chunk-J4UBEIIL.js +83 -0
- package/vue/editor/index.d.ts +89 -0
- package/vue/editor/index.js +125 -0
- package/vue/index.d.ts +167 -0
- package/vue/index.js +113 -0
|
@@ -0,0 +1,1148 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
export namespace Components {
|
|
9
|
+
interface UiAvatar {
|
|
10
|
+
/**
|
|
11
|
+
* @default ''
|
|
12
|
+
*/
|
|
13
|
+
"alt": string;
|
|
14
|
+
/**
|
|
15
|
+
* @default ''
|
|
16
|
+
*/
|
|
17
|
+
"fallback": string;
|
|
18
|
+
/**
|
|
19
|
+
* @default ''
|
|
20
|
+
*/
|
|
21
|
+
"name": string;
|
|
22
|
+
/**
|
|
23
|
+
* @default ''
|
|
24
|
+
*/
|
|
25
|
+
"src": string;
|
|
26
|
+
}
|
|
27
|
+
interface UiAvatarGroup {
|
|
28
|
+
/**
|
|
29
|
+
* @default 'People'
|
|
30
|
+
*/
|
|
31
|
+
"label": string;
|
|
32
|
+
/**
|
|
33
|
+
* @default 5
|
|
34
|
+
*/
|
|
35
|
+
"max": number;
|
|
36
|
+
}
|
|
37
|
+
interface UiBadge {
|
|
38
|
+
"tone"?: string;
|
|
39
|
+
"variant"?: string;
|
|
40
|
+
}
|
|
41
|
+
interface UiButton {
|
|
42
|
+
/**
|
|
43
|
+
* @default false
|
|
44
|
+
*/
|
|
45
|
+
"disabled": boolean;
|
|
46
|
+
"size"?: string;
|
|
47
|
+
"variant"?: string;
|
|
48
|
+
}
|
|
49
|
+
interface UiCheckbox {
|
|
50
|
+
/**
|
|
51
|
+
* @default false
|
|
52
|
+
*/
|
|
53
|
+
"checked": boolean;
|
|
54
|
+
/**
|
|
55
|
+
* @default false
|
|
56
|
+
*/
|
|
57
|
+
"defaultChecked": boolean;
|
|
58
|
+
/**
|
|
59
|
+
* @default false
|
|
60
|
+
*/
|
|
61
|
+
"disabled": boolean;
|
|
62
|
+
/**
|
|
63
|
+
* @default false
|
|
64
|
+
*/
|
|
65
|
+
"indeterminate": boolean;
|
|
66
|
+
/**
|
|
67
|
+
* @default false
|
|
68
|
+
*/
|
|
69
|
+
"required": boolean;
|
|
70
|
+
/**
|
|
71
|
+
* @default 'on'
|
|
72
|
+
*/
|
|
73
|
+
"value": string;
|
|
74
|
+
}
|
|
75
|
+
interface UiContextMenu {
|
|
76
|
+
/**
|
|
77
|
+
* Opens the menu on first client render.
|
|
78
|
+
* @default false
|
|
79
|
+
*/
|
|
80
|
+
"defaultOpen": boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Optional id of the region that should also respond to a context-menu gesture.
|
|
83
|
+
*/
|
|
84
|
+
"for"?: string;
|
|
85
|
+
/**
|
|
86
|
+
* Controls the menu when the consumer owns open state.
|
|
87
|
+
* @default false
|
|
88
|
+
*/
|
|
89
|
+
"open": boolean;
|
|
90
|
+
}
|
|
91
|
+
interface UiDialog {
|
|
92
|
+
/**
|
|
93
|
+
* @default false
|
|
94
|
+
*/
|
|
95
|
+
"defaultOpen": boolean;
|
|
96
|
+
/**
|
|
97
|
+
* @default true
|
|
98
|
+
*/
|
|
99
|
+
"dismissible": boolean;
|
|
100
|
+
/**
|
|
101
|
+
* @default true
|
|
102
|
+
*/
|
|
103
|
+
"modal": boolean;
|
|
104
|
+
/**
|
|
105
|
+
* @default false
|
|
106
|
+
*/
|
|
107
|
+
"open": boolean;
|
|
108
|
+
}
|
|
109
|
+
interface UiDisclosure {
|
|
110
|
+
/**
|
|
111
|
+
* @default false
|
|
112
|
+
*/
|
|
113
|
+
"defaultOpen": boolean;
|
|
114
|
+
/**
|
|
115
|
+
* @default false
|
|
116
|
+
*/
|
|
117
|
+
"disabled": boolean;
|
|
118
|
+
/**
|
|
119
|
+
* @default false
|
|
120
|
+
*/
|
|
121
|
+
"open": boolean;
|
|
122
|
+
}
|
|
123
|
+
interface UiFloatingActionButton {
|
|
124
|
+
/**
|
|
125
|
+
* @default false
|
|
126
|
+
*/
|
|
127
|
+
"disabled": boolean;
|
|
128
|
+
/**
|
|
129
|
+
* @default ''
|
|
130
|
+
*/
|
|
131
|
+
"label": string;
|
|
132
|
+
/**
|
|
133
|
+
* @default false
|
|
134
|
+
*/
|
|
135
|
+
"mobileOnly": boolean;
|
|
136
|
+
}
|
|
137
|
+
interface UiFormField {
|
|
138
|
+
/**
|
|
139
|
+
* @default false
|
|
140
|
+
*/
|
|
141
|
+
"disabled": boolean;
|
|
142
|
+
/**
|
|
143
|
+
* @default false
|
|
144
|
+
*/
|
|
145
|
+
"invalid": boolean;
|
|
146
|
+
/**
|
|
147
|
+
* @default false
|
|
148
|
+
*/
|
|
149
|
+
"required": boolean;
|
|
150
|
+
}
|
|
151
|
+
interface UiIconButton {
|
|
152
|
+
/**
|
|
153
|
+
* @default false
|
|
154
|
+
*/
|
|
155
|
+
"disabled": boolean;
|
|
156
|
+
/**
|
|
157
|
+
* @default ''
|
|
158
|
+
*/
|
|
159
|
+
"label": string;
|
|
160
|
+
/**
|
|
161
|
+
* @default 'md'
|
|
162
|
+
*/
|
|
163
|
+
"size": 'sm' | 'md' | 'lg';
|
|
164
|
+
/**
|
|
165
|
+
* @default 'ghost'
|
|
166
|
+
*/
|
|
167
|
+
"variant": 'ghost' | 'outline' | 'solid';
|
|
168
|
+
}
|
|
169
|
+
interface UiInput {
|
|
170
|
+
/**
|
|
171
|
+
* @default ''
|
|
172
|
+
*/
|
|
173
|
+
"defaultValue": string;
|
|
174
|
+
/**
|
|
175
|
+
* @default false
|
|
176
|
+
*/
|
|
177
|
+
"disabled": boolean;
|
|
178
|
+
/**
|
|
179
|
+
* @default false
|
|
180
|
+
*/
|
|
181
|
+
"invalid": boolean;
|
|
182
|
+
/**
|
|
183
|
+
* @default false
|
|
184
|
+
*/
|
|
185
|
+
"readOnly": boolean;
|
|
186
|
+
/**
|
|
187
|
+
* @default ''
|
|
188
|
+
*/
|
|
189
|
+
"value": string;
|
|
190
|
+
}
|
|
191
|
+
interface UiMenu {
|
|
192
|
+
/**
|
|
193
|
+
* @default false
|
|
194
|
+
*/
|
|
195
|
+
"defaultOpen": boolean;
|
|
196
|
+
/**
|
|
197
|
+
* @default false
|
|
198
|
+
*/
|
|
199
|
+
"open": boolean;
|
|
200
|
+
}
|
|
201
|
+
interface UiMenuItem {
|
|
202
|
+
/**
|
|
203
|
+
* @default false
|
|
204
|
+
*/
|
|
205
|
+
"disabled": boolean;
|
|
206
|
+
/**
|
|
207
|
+
* @default ''
|
|
208
|
+
*/
|
|
209
|
+
"value": string;
|
|
210
|
+
}
|
|
211
|
+
interface UiPopover {
|
|
212
|
+
/**
|
|
213
|
+
* @default false
|
|
214
|
+
*/
|
|
215
|
+
"defaultOpen": boolean;
|
|
216
|
+
/**
|
|
217
|
+
* @default false
|
|
218
|
+
*/
|
|
219
|
+
"open": boolean;
|
|
220
|
+
}
|
|
221
|
+
interface UiRadio {
|
|
222
|
+
/**
|
|
223
|
+
* @default false
|
|
224
|
+
*/
|
|
225
|
+
"checked": boolean;
|
|
226
|
+
/**
|
|
227
|
+
* @default false
|
|
228
|
+
*/
|
|
229
|
+
"defaultChecked": boolean;
|
|
230
|
+
/**
|
|
231
|
+
* @default false
|
|
232
|
+
*/
|
|
233
|
+
"disabled": boolean;
|
|
234
|
+
/**
|
|
235
|
+
* @default ''
|
|
236
|
+
*/
|
|
237
|
+
"name": string;
|
|
238
|
+
/**
|
|
239
|
+
* @default false
|
|
240
|
+
*/
|
|
241
|
+
"required": boolean;
|
|
242
|
+
/**
|
|
243
|
+
* @default 'on'
|
|
244
|
+
*/
|
|
245
|
+
"value": string;
|
|
246
|
+
}
|
|
247
|
+
interface UiRadioGroup {
|
|
248
|
+
/**
|
|
249
|
+
* @default false
|
|
250
|
+
*/
|
|
251
|
+
"disabled": boolean;
|
|
252
|
+
/**
|
|
253
|
+
* @default ''
|
|
254
|
+
*/
|
|
255
|
+
"name": string;
|
|
256
|
+
/**
|
|
257
|
+
* @default 'horizontal'
|
|
258
|
+
*/
|
|
259
|
+
"orientation": 'horizontal' | 'vertical';
|
|
260
|
+
/**
|
|
261
|
+
* @default false
|
|
262
|
+
*/
|
|
263
|
+
"required": boolean;
|
|
264
|
+
/**
|
|
265
|
+
* @default ''
|
|
266
|
+
*/
|
|
267
|
+
"value": string;
|
|
268
|
+
}
|
|
269
|
+
interface UiSearchResultRow {
|
|
270
|
+
/**
|
|
271
|
+
* @default false
|
|
272
|
+
*/
|
|
273
|
+
"disabled": boolean;
|
|
274
|
+
/**
|
|
275
|
+
* @default false
|
|
276
|
+
*/
|
|
277
|
+
"selected": boolean;
|
|
278
|
+
}
|
|
279
|
+
interface UiSearchShell {
|
|
280
|
+
}
|
|
281
|
+
interface UiSelect {
|
|
282
|
+
/**
|
|
283
|
+
* @default ''
|
|
284
|
+
*/
|
|
285
|
+
"defaultValue": string;
|
|
286
|
+
/**
|
|
287
|
+
* @default false
|
|
288
|
+
*/
|
|
289
|
+
"disabled": boolean;
|
|
290
|
+
/**
|
|
291
|
+
* @default false
|
|
292
|
+
*/
|
|
293
|
+
"invalid": boolean;
|
|
294
|
+
/**
|
|
295
|
+
* @default false
|
|
296
|
+
*/
|
|
297
|
+
"required": boolean;
|
|
298
|
+
/**
|
|
299
|
+
* @default ''
|
|
300
|
+
*/
|
|
301
|
+
"value": string;
|
|
302
|
+
}
|
|
303
|
+
interface UiSwitch {
|
|
304
|
+
/**
|
|
305
|
+
* @default false
|
|
306
|
+
*/
|
|
307
|
+
"checked": boolean;
|
|
308
|
+
/**
|
|
309
|
+
* @default false
|
|
310
|
+
*/
|
|
311
|
+
"defaultChecked": boolean;
|
|
312
|
+
/**
|
|
313
|
+
* @default false
|
|
314
|
+
*/
|
|
315
|
+
"disabled": boolean;
|
|
316
|
+
/**
|
|
317
|
+
* @default false
|
|
318
|
+
*/
|
|
319
|
+
"required": boolean;
|
|
320
|
+
/**
|
|
321
|
+
* @default 'on'
|
|
322
|
+
*/
|
|
323
|
+
"value": string;
|
|
324
|
+
}
|
|
325
|
+
interface UiTabs {
|
|
326
|
+
/**
|
|
327
|
+
* @default ''
|
|
328
|
+
*/
|
|
329
|
+
"defaultValue": string;
|
|
330
|
+
/**
|
|
331
|
+
* @default 'horizontal'
|
|
332
|
+
*/
|
|
333
|
+
"orientation": 'horizontal' | 'vertical';
|
|
334
|
+
/**
|
|
335
|
+
* @default ''
|
|
336
|
+
*/
|
|
337
|
+
"value": string;
|
|
338
|
+
}
|
|
339
|
+
interface UiTextarea {
|
|
340
|
+
/**
|
|
341
|
+
* @default ''
|
|
342
|
+
*/
|
|
343
|
+
"defaultValue": string;
|
|
344
|
+
/**
|
|
345
|
+
* @default false
|
|
346
|
+
*/
|
|
347
|
+
"disabled": boolean;
|
|
348
|
+
/**
|
|
349
|
+
* @default false
|
|
350
|
+
*/
|
|
351
|
+
"invalid": boolean;
|
|
352
|
+
/**
|
|
353
|
+
* @default false
|
|
354
|
+
*/
|
|
355
|
+
"readOnly": boolean;
|
|
356
|
+
/**
|
|
357
|
+
* @default 4
|
|
358
|
+
*/
|
|
359
|
+
"rows": number;
|
|
360
|
+
/**
|
|
361
|
+
* @default ''
|
|
362
|
+
*/
|
|
363
|
+
"value": string;
|
|
364
|
+
}
|
|
365
|
+
interface UiToastRegion {
|
|
366
|
+
/**
|
|
367
|
+
* @default true
|
|
368
|
+
*/
|
|
369
|
+
"open": boolean;
|
|
370
|
+
}
|
|
371
|
+
interface UiTooltip {
|
|
372
|
+
/**
|
|
373
|
+
* @default false
|
|
374
|
+
*/
|
|
375
|
+
"defaultOpen": boolean;
|
|
376
|
+
/**
|
|
377
|
+
* @default ''
|
|
378
|
+
*/
|
|
379
|
+
"for": string;
|
|
380
|
+
/**
|
|
381
|
+
* @default false
|
|
382
|
+
*/
|
|
383
|
+
"open": boolean;
|
|
384
|
+
}
|
|
385
|
+
interface UiTopBar {
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
declare global {
|
|
389
|
+
interface HTMLUiAvatarElement extends Components.UiAvatar, HTMLStencilElement {
|
|
390
|
+
}
|
|
391
|
+
var HTMLUiAvatarElement: {
|
|
392
|
+
prototype: HTMLUiAvatarElement;
|
|
393
|
+
new (): HTMLUiAvatarElement;
|
|
394
|
+
};
|
|
395
|
+
interface HTMLUiAvatarGroupElement extends Components.UiAvatarGroup, HTMLStencilElement {
|
|
396
|
+
}
|
|
397
|
+
var HTMLUiAvatarGroupElement: {
|
|
398
|
+
prototype: HTMLUiAvatarGroupElement;
|
|
399
|
+
new (): HTMLUiAvatarGroupElement;
|
|
400
|
+
};
|
|
401
|
+
interface HTMLUiBadgeElement extends Components.UiBadge, HTMLStencilElement {
|
|
402
|
+
}
|
|
403
|
+
var HTMLUiBadgeElement: {
|
|
404
|
+
prototype: HTMLUiBadgeElement;
|
|
405
|
+
new (): HTMLUiBadgeElement;
|
|
406
|
+
};
|
|
407
|
+
interface HTMLUiButtonElement extends Components.UiButton, HTMLStencilElement {
|
|
408
|
+
}
|
|
409
|
+
var HTMLUiButtonElement: {
|
|
410
|
+
prototype: HTMLUiButtonElement;
|
|
411
|
+
new (): HTMLUiButtonElement;
|
|
412
|
+
};
|
|
413
|
+
interface HTMLUiCheckboxElement extends Components.UiCheckbox, HTMLStencilElement {
|
|
414
|
+
}
|
|
415
|
+
var HTMLUiCheckboxElement: {
|
|
416
|
+
prototype: HTMLUiCheckboxElement;
|
|
417
|
+
new (): HTMLUiCheckboxElement;
|
|
418
|
+
};
|
|
419
|
+
interface HTMLUiContextMenuElement extends Components.UiContextMenu, HTMLStencilElement {
|
|
420
|
+
}
|
|
421
|
+
var HTMLUiContextMenuElement: {
|
|
422
|
+
prototype: HTMLUiContextMenuElement;
|
|
423
|
+
new (): HTMLUiContextMenuElement;
|
|
424
|
+
};
|
|
425
|
+
interface HTMLUiDialogElement extends Components.UiDialog, HTMLStencilElement {
|
|
426
|
+
}
|
|
427
|
+
var HTMLUiDialogElement: {
|
|
428
|
+
prototype: HTMLUiDialogElement;
|
|
429
|
+
new (): HTMLUiDialogElement;
|
|
430
|
+
};
|
|
431
|
+
interface HTMLUiDisclosureElement extends Components.UiDisclosure, HTMLStencilElement {
|
|
432
|
+
}
|
|
433
|
+
var HTMLUiDisclosureElement: {
|
|
434
|
+
prototype: HTMLUiDisclosureElement;
|
|
435
|
+
new (): HTMLUiDisclosureElement;
|
|
436
|
+
};
|
|
437
|
+
interface HTMLUiFloatingActionButtonElement extends Components.UiFloatingActionButton, HTMLStencilElement {
|
|
438
|
+
}
|
|
439
|
+
var HTMLUiFloatingActionButtonElement: {
|
|
440
|
+
prototype: HTMLUiFloatingActionButtonElement;
|
|
441
|
+
new (): HTMLUiFloatingActionButtonElement;
|
|
442
|
+
};
|
|
443
|
+
interface HTMLUiFormFieldElement extends Components.UiFormField, HTMLStencilElement {
|
|
444
|
+
}
|
|
445
|
+
var HTMLUiFormFieldElement: {
|
|
446
|
+
prototype: HTMLUiFormFieldElement;
|
|
447
|
+
new (): HTMLUiFormFieldElement;
|
|
448
|
+
};
|
|
449
|
+
interface HTMLUiIconButtonElement extends Components.UiIconButton, HTMLStencilElement {
|
|
450
|
+
}
|
|
451
|
+
var HTMLUiIconButtonElement: {
|
|
452
|
+
prototype: HTMLUiIconButtonElement;
|
|
453
|
+
new (): HTMLUiIconButtonElement;
|
|
454
|
+
};
|
|
455
|
+
interface HTMLUiInputElement extends Components.UiInput, HTMLStencilElement {
|
|
456
|
+
}
|
|
457
|
+
var HTMLUiInputElement: {
|
|
458
|
+
prototype: HTMLUiInputElement;
|
|
459
|
+
new (): HTMLUiInputElement;
|
|
460
|
+
};
|
|
461
|
+
interface HTMLUiMenuElement extends Components.UiMenu, HTMLStencilElement {
|
|
462
|
+
}
|
|
463
|
+
var HTMLUiMenuElement: {
|
|
464
|
+
prototype: HTMLUiMenuElement;
|
|
465
|
+
new (): HTMLUiMenuElement;
|
|
466
|
+
};
|
|
467
|
+
interface HTMLUiMenuItemElement extends Components.UiMenuItem, HTMLStencilElement {
|
|
468
|
+
}
|
|
469
|
+
var HTMLUiMenuItemElement: {
|
|
470
|
+
prototype: HTMLUiMenuItemElement;
|
|
471
|
+
new (): HTMLUiMenuItemElement;
|
|
472
|
+
};
|
|
473
|
+
interface HTMLUiPopoverElement extends Components.UiPopover, HTMLStencilElement {
|
|
474
|
+
}
|
|
475
|
+
var HTMLUiPopoverElement: {
|
|
476
|
+
prototype: HTMLUiPopoverElement;
|
|
477
|
+
new (): HTMLUiPopoverElement;
|
|
478
|
+
};
|
|
479
|
+
interface HTMLUiRadioElement extends Components.UiRadio, HTMLStencilElement {
|
|
480
|
+
}
|
|
481
|
+
var HTMLUiRadioElement: {
|
|
482
|
+
prototype: HTMLUiRadioElement;
|
|
483
|
+
new (): HTMLUiRadioElement;
|
|
484
|
+
};
|
|
485
|
+
interface HTMLUiRadioGroupElement extends Components.UiRadioGroup, HTMLStencilElement {
|
|
486
|
+
}
|
|
487
|
+
var HTMLUiRadioGroupElement: {
|
|
488
|
+
prototype: HTMLUiRadioGroupElement;
|
|
489
|
+
new (): HTMLUiRadioGroupElement;
|
|
490
|
+
};
|
|
491
|
+
interface HTMLUiSearchResultRowElement extends Components.UiSearchResultRow, HTMLStencilElement {
|
|
492
|
+
}
|
|
493
|
+
var HTMLUiSearchResultRowElement: {
|
|
494
|
+
prototype: HTMLUiSearchResultRowElement;
|
|
495
|
+
new (): HTMLUiSearchResultRowElement;
|
|
496
|
+
};
|
|
497
|
+
interface HTMLUiSearchShellElement extends Components.UiSearchShell, HTMLStencilElement {
|
|
498
|
+
}
|
|
499
|
+
var HTMLUiSearchShellElement: {
|
|
500
|
+
prototype: HTMLUiSearchShellElement;
|
|
501
|
+
new (): HTMLUiSearchShellElement;
|
|
502
|
+
};
|
|
503
|
+
interface HTMLUiSelectElement extends Components.UiSelect, HTMLStencilElement {
|
|
504
|
+
}
|
|
505
|
+
var HTMLUiSelectElement: {
|
|
506
|
+
prototype: HTMLUiSelectElement;
|
|
507
|
+
new (): HTMLUiSelectElement;
|
|
508
|
+
};
|
|
509
|
+
interface HTMLUiSwitchElement extends Components.UiSwitch, HTMLStencilElement {
|
|
510
|
+
}
|
|
511
|
+
var HTMLUiSwitchElement: {
|
|
512
|
+
prototype: HTMLUiSwitchElement;
|
|
513
|
+
new (): HTMLUiSwitchElement;
|
|
514
|
+
};
|
|
515
|
+
interface HTMLUiTabsElement extends Components.UiTabs, HTMLStencilElement {
|
|
516
|
+
}
|
|
517
|
+
var HTMLUiTabsElement: {
|
|
518
|
+
prototype: HTMLUiTabsElement;
|
|
519
|
+
new (): HTMLUiTabsElement;
|
|
520
|
+
};
|
|
521
|
+
interface HTMLUiTextareaElement extends Components.UiTextarea, HTMLStencilElement {
|
|
522
|
+
}
|
|
523
|
+
var HTMLUiTextareaElement: {
|
|
524
|
+
prototype: HTMLUiTextareaElement;
|
|
525
|
+
new (): HTMLUiTextareaElement;
|
|
526
|
+
};
|
|
527
|
+
interface HTMLUiToastRegionElement extends Components.UiToastRegion, HTMLStencilElement {
|
|
528
|
+
}
|
|
529
|
+
var HTMLUiToastRegionElement: {
|
|
530
|
+
prototype: HTMLUiToastRegionElement;
|
|
531
|
+
new (): HTMLUiToastRegionElement;
|
|
532
|
+
};
|
|
533
|
+
interface HTMLUiTooltipElement extends Components.UiTooltip, HTMLStencilElement {
|
|
534
|
+
}
|
|
535
|
+
var HTMLUiTooltipElement: {
|
|
536
|
+
prototype: HTMLUiTooltipElement;
|
|
537
|
+
new (): HTMLUiTooltipElement;
|
|
538
|
+
};
|
|
539
|
+
interface HTMLUiTopBarElement extends Components.UiTopBar, HTMLStencilElement {
|
|
540
|
+
}
|
|
541
|
+
var HTMLUiTopBarElement: {
|
|
542
|
+
prototype: HTMLUiTopBarElement;
|
|
543
|
+
new (): HTMLUiTopBarElement;
|
|
544
|
+
};
|
|
545
|
+
interface HTMLElementTagNameMap {
|
|
546
|
+
"ui-avatar": HTMLUiAvatarElement;
|
|
547
|
+
"ui-avatar-group": HTMLUiAvatarGroupElement;
|
|
548
|
+
"ui-badge": HTMLUiBadgeElement;
|
|
549
|
+
"ui-button": HTMLUiButtonElement;
|
|
550
|
+
"ui-checkbox": HTMLUiCheckboxElement;
|
|
551
|
+
"ui-context-menu": HTMLUiContextMenuElement;
|
|
552
|
+
"ui-dialog": HTMLUiDialogElement;
|
|
553
|
+
"ui-disclosure": HTMLUiDisclosureElement;
|
|
554
|
+
"ui-floating-action-button": HTMLUiFloatingActionButtonElement;
|
|
555
|
+
"ui-form-field": HTMLUiFormFieldElement;
|
|
556
|
+
"ui-icon-button": HTMLUiIconButtonElement;
|
|
557
|
+
"ui-input": HTMLUiInputElement;
|
|
558
|
+
"ui-menu": HTMLUiMenuElement;
|
|
559
|
+
"ui-menu-item": HTMLUiMenuItemElement;
|
|
560
|
+
"ui-popover": HTMLUiPopoverElement;
|
|
561
|
+
"ui-radio": HTMLUiRadioElement;
|
|
562
|
+
"ui-radio-group": HTMLUiRadioGroupElement;
|
|
563
|
+
"ui-search-result-row": HTMLUiSearchResultRowElement;
|
|
564
|
+
"ui-search-shell": HTMLUiSearchShellElement;
|
|
565
|
+
"ui-select": HTMLUiSelectElement;
|
|
566
|
+
"ui-switch": HTMLUiSwitchElement;
|
|
567
|
+
"ui-tabs": HTMLUiTabsElement;
|
|
568
|
+
"ui-textarea": HTMLUiTextareaElement;
|
|
569
|
+
"ui-toast-region": HTMLUiToastRegionElement;
|
|
570
|
+
"ui-tooltip": HTMLUiTooltipElement;
|
|
571
|
+
"ui-top-bar": HTMLUiTopBarElement;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
declare namespace LocalJSX {
|
|
575
|
+
interface UiAvatar {
|
|
576
|
+
/**
|
|
577
|
+
* @default ''
|
|
578
|
+
*/
|
|
579
|
+
"alt"?: string;
|
|
580
|
+
/**
|
|
581
|
+
* @default ''
|
|
582
|
+
*/
|
|
583
|
+
"fallback"?: string;
|
|
584
|
+
/**
|
|
585
|
+
* @default ''
|
|
586
|
+
*/
|
|
587
|
+
"name"?: string;
|
|
588
|
+
/**
|
|
589
|
+
* @default ''
|
|
590
|
+
*/
|
|
591
|
+
"src"?: string;
|
|
592
|
+
}
|
|
593
|
+
interface UiAvatarGroup {
|
|
594
|
+
/**
|
|
595
|
+
* @default 'People'
|
|
596
|
+
*/
|
|
597
|
+
"label"?: string;
|
|
598
|
+
/**
|
|
599
|
+
* @default 5
|
|
600
|
+
*/
|
|
601
|
+
"max"?: number;
|
|
602
|
+
}
|
|
603
|
+
interface UiBadge {
|
|
604
|
+
"tone"?: string;
|
|
605
|
+
"variant"?: string;
|
|
606
|
+
}
|
|
607
|
+
interface UiButton {
|
|
608
|
+
/**
|
|
609
|
+
* @default false
|
|
610
|
+
*/
|
|
611
|
+
"disabled"?: boolean;
|
|
612
|
+
"size"?: string;
|
|
613
|
+
"variant"?: string;
|
|
614
|
+
}
|
|
615
|
+
interface UiCheckbox {
|
|
616
|
+
/**
|
|
617
|
+
* @default false
|
|
618
|
+
*/
|
|
619
|
+
"checked"?: boolean;
|
|
620
|
+
/**
|
|
621
|
+
* @default false
|
|
622
|
+
*/
|
|
623
|
+
"defaultChecked"?: boolean;
|
|
624
|
+
/**
|
|
625
|
+
* @default false
|
|
626
|
+
*/
|
|
627
|
+
"disabled"?: boolean;
|
|
628
|
+
/**
|
|
629
|
+
* @default false
|
|
630
|
+
*/
|
|
631
|
+
"indeterminate"?: boolean;
|
|
632
|
+
/**
|
|
633
|
+
* @default false
|
|
634
|
+
*/
|
|
635
|
+
"required"?: boolean;
|
|
636
|
+
/**
|
|
637
|
+
* @default 'on'
|
|
638
|
+
*/
|
|
639
|
+
"value"?: string;
|
|
640
|
+
}
|
|
641
|
+
interface UiContextMenu {
|
|
642
|
+
/**
|
|
643
|
+
* Opens the menu on first client render.
|
|
644
|
+
* @default false
|
|
645
|
+
*/
|
|
646
|
+
"defaultOpen"?: boolean;
|
|
647
|
+
/**
|
|
648
|
+
* Optional id of the region that should also respond to a context-menu gesture.
|
|
649
|
+
*/
|
|
650
|
+
"for"?: string;
|
|
651
|
+
/**
|
|
652
|
+
* Controls the menu when the consumer owns open state.
|
|
653
|
+
* @default false
|
|
654
|
+
*/
|
|
655
|
+
"open"?: boolean;
|
|
656
|
+
}
|
|
657
|
+
interface UiDialog {
|
|
658
|
+
/**
|
|
659
|
+
* @default false
|
|
660
|
+
*/
|
|
661
|
+
"defaultOpen"?: boolean;
|
|
662
|
+
/**
|
|
663
|
+
* @default true
|
|
664
|
+
*/
|
|
665
|
+
"dismissible"?: boolean;
|
|
666
|
+
/**
|
|
667
|
+
* @default true
|
|
668
|
+
*/
|
|
669
|
+
"modal"?: boolean;
|
|
670
|
+
/**
|
|
671
|
+
* @default false
|
|
672
|
+
*/
|
|
673
|
+
"open"?: boolean;
|
|
674
|
+
}
|
|
675
|
+
interface UiDisclosure {
|
|
676
|
+
/**
|
|
677
|
+
* @default false
|
|
678
|
+
*/
|
|
679
|
+
"defaultOpen"?: boolean;
|
|
680
|
+
/**
|
|
681
|
+
* @default false
|
|
682
|
+
*/
|
|
683
|
+
"disabled"?: boolean;
|
|
684
|
+
/**
|
|
685
|
+
* @default false
|
|
686
|
+
*/
|
|
687
|
+
"open"?: boolean;
|
|
688
|
+
}
|
|
689
|
+
interface UiFloatingActionButton {
|
|
690
|
+
/**
|
|
691
|
+
* @default false
|
|
692
|
+
*/
|
|
693
|
+
"disabled"?: boolean;
|
|
694
|
+
/**
|
|
695
|
+
* @default ''
|
|
696
|
+
*/
|
|
697
|
+
"label"?: string;
|
|
698
|
+
/**
|
|
699
|
+
* @default false
|
|
700
|
+
*/
|
|
701
|
+
"mobileOnly"?: boolean;
|
|
702
|
+
}
|
|
703
|
+
interface UiFormField {
|
|
704
|
+
/**
|
|
705
|
+
* @default false
|
|
706
|
+
*/
|
|
707
|
+
"disabled"?: boolean;
|
|
708
|
+
/**
|
|
709
|
+
* @default false
|
|
710
|
+
*/
|
|
711
|
+
"invalid"?: boolean;
|
|
712
|
+
/**
|
|
713
|
+
* @default false
|
|
714
|
+
*/
|
|
715
|
+
"required"?: boolean;
|
|
716
|
+
}
|
|
717
|
+
interface UiIconButton {
|
|
718
|
+
/**
|
|
719
|
+
* @default false
|
|
720
|
+
*/
|
|
721
|
+
"disabled"?: boolean;
|
|
722
|
+
/**
|
|
723
|
+
* @default ''
|
|
724
|
+
*/
|
|
725
|
+
"label"?: string;
|
|
726
|
+
/**
|
|
727
|
+
* @default 'md'
|
|
728
|
+
*/
|
|
729
|
+
"size"?: 'sm' | 'md' | 'lg';
|
|
730
|
+
/**
|
|
731
|
+
* @default 'ghost'
|
|
732
|
+
*/
|
|
733
|
+
"variant"?: 'ghost' | 'outline' | 'solid';
|
|
734
|
+
}
|
|
735
|
+
interface UiInput {
|
|
736
|
+
/**
|
|
737
|
+
* @default ''
|
|
738
|
+
*/
|
|
739
|
+
"defaultValue"?: string;
|
|
740
|
+
/**
|
|
741
|
+
* @default false
|
|
742
|
+
*/
|
|
743
|
+
"disabled"?: boolean;
|
|
744
|
+
/**
|
|
745
|
+
* @default false
|
|
746
|
+
*/
|
|
747
|
+
"invalid"?: boolean;
|
|
748
|
+
/**
|
|
749
|
+
* @default false
|
|
750
|
+
*/
|
|
751
|
+
"readOnly"?: boolean;
|
|
752
|
+
/**
|
|
753
|
+
* @default ''
|
|
754
|
+
*/
|
|
755
|
+
"value"?: string;
|
|
756
|
+
}
|
|
757
|
+
interface UiMenu {
|
|
758
|
+
/**
|
|
759
|
+
* @default false
|
|
760
|
+
*/
|
|
761
|
+
"defaultOpen"?: boolean;
|
|
762
|
+
/**
|
|
763
|
+
* @default false
|
|
764
|
+
*/
|
|
765
|
+
"open"?: boolean;
|
|
766
|
+
}
|
|
767
|
+
interface UiMenuItem {
|
|
768
|
+
/**
|
|
769
|
+
* @default false
|
|
770
|
+
*/
|
|
771
|
+
"disabled"?: boolean;
|
|
772
|
+
/**
|
|
773
|
+
* @default ''
|
|
774
|
+
*/
|
|
775
|
+
"value"?: string;
|
|
776
|
+
}
|
|
777
|
+
interface UiPopover {
|
|
778
|
+
/**
|
|
779
|
+
* @default false
|
|
780
|
+
*/
|
|
781
|
+
"defaultOpen"?: boolean;
|
|
782
|
+
/**
|
|
783
|
+
* @default false
|
|
784
|
+
*/
|
|
785
|
+
"open"?: boolean;
|
|
786
|
+
}
|
|
787
|
+
interface UiRadio {
|
|
788
|
+
/**
|
|
789
|
+
* @default false
|
|
790
|
+
*/
|
|
791
|
+
"checked"?: boolean;
|
|
792
|
+
/**
|
|
793
|
+
* @default false
|
|
794
|
+
*/
|
|
795
|
+
"defaultChecked"?: boolean;
|
|
796
|
+
/**
|
|
797
|
+
* @default false
|
|
798
|
+
*/
|
|
799
|
+
"disabled"?: boolean;
|
|
800
|
+
/**
|
|
801
|
+
* @default ''
|
|
802
|
+
*/
|
|
803
|
+
"name"?: string;
|
|
804
|
+
/**
|
|
805
|
+
* @default false
|
|
806
|
+
*/
|
|
807
|
+
"required"?: boolean;
|
|
808
|
+
/**
|
|
809
|
+
* @default 'on'
|
|
810
|
+
*/
|
|
811
|
+
"value"?: string;
|
|
812
|
+
}
|
|
813
|
+
interface UiRadioGroup {
|
|
814
|
+
/**
|
|
815
|
+
* @default false
|
|
816
|
+
*/
|
|
817
|
+
"disabled"?: boolean;
|
|
818
|
+
/**
|
|
819
|
+
* @default ''
|
|
820
|
+
*/
|
|
821
|
+
"name"?: string;
|
|
822
|
+
/**
|
|
823
|
+
* @default 'horizontal'
|
|
824
|
+
*/
|
|
825
|
+
"orientation"?: 'horizontal' | 'vertical';
|
|
826
|
+
/**
|
|
827
|
+
* @default false
|
|
828
|
+
*/
|
|
829
|
+
"required"?: boolean;
|
|
830
|
+
/**
|
|
831
|
+
* @default ''
|
|
832
|
+
*/
|
|
833
|
+
"value"?: string;
|
|
834
|
+
}
|
|
835
|
+
interface UiSearchResultRow {
|
|
836
|
+
/**
|
|
837
|
+
* @default false
|
|
838
|
+
*/
|
|
839
|
+
"disabled"?: boolean;
|
|
840
|
+
/**
|
|
841
|
+
* @default false
|
|
842
|
+
*/
|
|
843
|
+
"selected"?: boolean;
|
|
844
|
+
}
|
|
845
|
+
interface UiSearchShell {
|
|
846
|
+
}
|
|
847
|
+
interface UiSelect {
|
|
848
|
+
/**
|
|
849
|
+
* @default ''
|
|
850
|
+
*/
|
|
851
|
+
"defaultValue"?: string;
|
|
852
|
+
/**
|
|
853
|
+
* @default false
|
|
854
|
+
*/
|
|
855
|
+
"disabled"?: boolean;
|
|
856
|
+
/**
|
|
857
|
+
* @default false
|
|
858
|
+
*/
|
|
859
|
+
"invalid"?: boolean;
|
|
860
|
+
/**
|
|
861
|
+
* @default false
|
|
862
|
+
*/
|
|
863
|
+
"required"?: boolean;
|
|
864
|
+
/**
|
|
865
|
+
* @default ''
|
|
866
|
+
*/
|
|
867
|
+
"value"?: string;
|
|
868
|
+
}
|
|
869
|
+
interface UiSwitch {
|
|
870
|
+
/**
|
|
871
|
+
* @default false
|
|
872
|
+
*/
|
|
873
|
+
"checked"?: boolean;
|
|
874
|
+
/**
|
|
875
|
+
* @default false
|
|
876
|
+
*/
|
|
877
|
+
"defaultChecked"?: boolean;
|
|
878
|
+
/**
|
|
879
|
+
* @default false
|
|
880
|
+
*/
|
|
881
|
+
"disabled"?: boolean;
|
|
882
|
+
/**
|
|
883
|
+
* @default false
|
|
884
|
+
*/
|
|
885
|
+
"required"?: boolean;
|
|
886
|
+
/**
|
|
887
|
+
* @default 'on'
|
|
888
|
+
*/
|
|
889
|
+
"value"?: string;
|
|
890
|
+
}
|
|
891
|
+
interface UiTabs {
|
|
892
|
+
/**
|
|
893
|
+
* @default ''
|
|
894
|
+
*/
|
|
895
|
+
"defaultValue"?: string;
|
|
896
|
+
/**
|
|
897
|
+
* @default 'horizontal'
|
|
898
|
+
*/
|
|
899
|
+
"orientation"?: 'horizontal' | 'vertical';
|
|
900
|
+
/**
|
|
901
|
+
* @default ''
|
|
902
|
+
*/
|
|
903
|
+
"value"?: string;
|
|
904
|
+
}
|
|
905
|
+
interface UiTextarea {
|
|
906
|
+
/**
|
|
907
|
+
* @default ''
|
|
908
|
+
*/
|
|
909
|
+
"defaultValue"?: string;
|
|
910
|
+
/**
|
|
911
|
+
* @default false
|
|
912
|
+
*/
|
|
913
|
+
"disabled"?: boolean;
|
|
914
|
+
/**
|
|
915
|
+
* @default false
|
|
916
|
+
*/
|
|
917
|
+
"invalid"?: boolean;
|
|
918
|
+
/**
|
|
919
|
+
* @default false
|
|
920
|
+
*/
|
|
921
|
+
"readOnly"?: boolean;
|
|
922
|
+
/**
|
|
923
|
+
* @default 4
|
|
924
|
+
*/
|
|
925
|
+
"rows"?: number;
|
|
926
|
+
/**
|
|
927
|
+
* @default ''
|
|
928
|
+
*/
|
|
929
|
+
"value"?: string;
|
|
930
|
+
}
|
|
931
|
+
interface UiToastRegion {
|
|
932
|
+
/**
|
|
933
|
+
* @default true
|
|
934
|
+
*/
|
|
935
|
+
"open"?: boolean;
|
|
936
|
+
}
|
|
937
|
+
interface UiTooltip {
|
|
938
|
+
/**
|
|
939
|
+
* @default false
|
|
940
|
+
*/
|
|
941
|
+
"defaultOpen"?: boolean;
|
|
942
|
+
/**
|
|
943
|
+
* @default ''
|
|
944
|
+
*/
|
|
945
|
+
"for"?: string;
|
|
946
|
+
/**
|
|
947
|
+
* @default false
|
|
948
|
+
*/
|
|
949
|
+
"open"?: boolean;
|
|
950
|
+
}
|
|
951
|
+
interface UiTopBar {
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
interface UiAvatarAttributes {
|
|
955
|
+
"src": string;
|
|
956
|
+
"alt": string;
|
|
957
|
+
"name": string;
|
|
958
|
+
"fallback": string;
|
|
959
|
+
}
|
|
960
|
+
interface UiAvatarGroupAttributes {
|
|
961
|
+
"max": number;
|
|
962
|
+
"label": string;
|
|
963
|
+
}
|
|
964
|
+
interface UiBadgeAttributes {
|
|
965
|
+
"variant": string;
|
|
966
|
+
"tone": string;
|
|
967
|
+
}
|
|
968
|
+
interface UiButtonAttributes {
|
|
969
|
+
"variant": string;
|
|
970
|
+
"size": string;
|
|
971
|
+
"disabled": boolean;
|
|
972
|
+
}
|
|
973
|
+
interface UiCheckboxAttributes {
|
|
974
|
+
"checked": boolean;
|
|
975
|
+
"defaultChecked": boolean;
|
|
976
|
+
"disabled": boolean;
|
|
977
|
+
"indeterminate": boolean;
|
|
978
|
+
"required": boolean;
|
|
979
|
+
"value": string;
|
|
980
|
+
}
|
|
981
|
+
interface UiContextMenuAttributes {
|
|
982
|
+
"open": boolean;
|
|
983
|
+
"defaultOpen": boolean;
|
|
984
|
+
"for": string;
|
|
985
|
+
}
|
|
986
|
+
interface UiDialogAttributes {
|
|
987
|
+
"open": boolean;
|
|
988
|
+
"defaultOpen": boolean;
|
|
989
|
+
"modal": boolean;
|
|
990
|
+
"dismissible": boolean;
|
|
991
|
+
}
|
|
992
|
+
interface UiDisclosureAttributes {
|
|
993
|
+
"open": boolean;
|
|
994
|
+
"defaultOpen": boolean;
|
|
995
|
+
"disabled": boolean;
|
|
996
|
+
}
|
|
997
|
+
interface UiFloatingActionButtonAttributes {
|
|
998
|
+
"disabled": boolean;
|
|
999
|
+
"mobileOnly": boolean;
|
|
1000
|
+
"label": string;
|
|
1001
|
+
}
|
|
1002
|
+
interface UiFormFieldAttributes {
|
|
1003
|
+
"invalid": boolean;
|
|
1004
|
+
"disabled": boolean;
|
|
1005
|
+
"required": boolean;
|
|
1006
|
+
}
|
|
1007
|
+
interface UiIconButtonAttributes {
|
|
1008
|
+
"disabled": boolean;
|
|
1009
|
+
"label": string;
|
|
1010
|
+
"size": 'sm' | 'md' | 'lg';
|
|
1011
|
+
"variant": 'ghost' | 'outline' | 'solid';
|
|
1012
|
+
}
|
|
1013
|
+
interface UiInputAttributes {
|
|
1014
|
+
"value": string;
|
|
1015
|
+
"defaultValue": string;
|
|
1016
|
+
"disabled": boolean;
|
|
1017
|
+
"invalid": boolean;
|
|
1018
|
+
"readOnly": boolean;
|
|
1019
|
+
}
|
|
1020
|
+
interface UiMenuAttributes {
|
|
1021
|
+
"open": boolean;
|
|
1022
|
+
"defaultOpen": boolean;
|
|
1023
|
+
}
|
|
1024
|
+
interface UiMenuItemAttributes {
|
|
1025
|
+
"disabled": boolean;
|
|
1026
|
+
"value": string;
|
|
1027
|
+
}
|
|
1028
|
+
interface UiPopoverAttributes {
|
|
1029
|
+
"open": boolean;
|
|
1030
|
+
"defaultOpen": boolean;
|
|
1031
|
+
}
|
|
1032
|
+
interface UiRadioAttributes {
|
|
1033
|
+
"checked": boolean;
|
|
1034
|
+
"defaultChecked": boolean;
|
|
1035
|
+
"disabled": boolean;
|
|
1036
|
+
"name": string;
|
|
1037
|
+
"required": boolean;
|
|
1038
|
+
"value": string;
|
|
1039
|
+
}
|
|
1040
|
+
interface UiRadioGroupAttributes {
|
|
1041
|
+
"value": string;
|
|
1042
|
+
"name": string;
|
|
1043
|
+
"orientation": 'horizontal' | 'vertical';
|
|
1044
|
+
"disabled": boolean;
|
|
1045
|
+
"required": boolean;
|
|
1046
|
+
}
|
|
1047
|
+
interface UiSearchResultRowAttributes {
|
|
1048
|
+
"disabled": boolean;
|
|
1049
|
+
"selected": boolean;
|
|
1050
|
+
}
|
|
1051
|
+
interface UiSelectAttributes {
|
|
1052
|
+
"value": string;
|
|
1053
|
+
"defaultValue": string;
|
|
1054
|
+
"disabled": boolean;
|
|
1055
|
+
"invalid": boolean;
|
|
1056
|
+
"required": boolean;
|
|
1057
|
+
}
|
|
1058
|
+
interface UiSwitchAttributes {
|
|
1059
|
+
"checked": boolean;
|
|
1060
|
+
"defaultChecked": boolean;
|
|
1061
|
+
"disabled": boolean;
|
|
1062
|
+
"required": boolean;
|
|
1063
|
+
"value": string;
|
|
1064
|
+
}
|
|
1065
|
+
interface UiTabsAttributes {
|
|
1066
|
+
"value": string;
|
|
1067
|
+
"defaultValue": string;
|
|
1068
|
+
"orientation": 'horizontal' | 'vertical';
|
|
1069
|
+
}
|
|
1070
|
+
interface UiTextareaAttributes {
|
|
1071
|
+
"value": string;
|
|
1072
|
+
"defaultValue": string;
|
|
1073
|
+
"disabled": boolean;
|
|
1074
|
+
"invalid": boolean;
|
|
1075
|
+
"readOnly": boolean;
|
|
1076
|
+
"rows": number;
|
|
1077
|
+
}
|
|
1078
|
+
interface UiToastRegionAttributes {
|
|
1079
|
+
"open": boolean;
|
|
1080
|
+
}
|
|
1081
|
+
interface UiTooltipAttributes {
|
|
1082
|
+
"for": string;
|
|
1083
|
+
"open": boolean;
|
|
1084
|
+
"defaultOpen": boolean;
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
interface IntrinsicElements {
|
|
1088
|
+
"ui-avatar": Omit<UiAvatar, keyof UiAvatarAttributes> & { [K in keyof UiAvatar & keyof UiAvatarAttributes]?: UiAvatar[K] } & { [K in keyof UiAvatar & keyof UiAvatarAttributes as `attr:${K}`]?: UiAvatarAttributes[K] } & { [K in keyof UiAvatar & keyof UiAvatarAttributes as `prop:${K}`]?: UiAvatar[K] };
|
|
1089
|
+
"ui-avatar-group": Omit<UiAvatarGroup, keyof UiAvatarGroupAttributes> & { [K in keyof UiAvatarGroup & keyof UiAvatarGroupAttributes]?: UiAvatarGroup[K] } & { [K in keyof UiAvatarGroup & keyof UiAvatarGroupAttributes as `attr:${K}`]?: UiAvatarGroupAttributes[K] } & { [K in keyof UiAvatarGroup & keyof UiAvatarGroupAttributes as `prop:${K}`]?: UiAvatarGroup[K] };
|
|
1090
|
+
"ui-badge": Omit<UiBadge, keyof UiBadgeAttributes> & { [K in keyof UiBadge & keyof UiBadgeAttributes]?: UiBadge[K] } & { [K in keyof UiBadge & keyof UiBadgeAttributes as `attr:${K}`]?: UiBadgeAttributes[K] } & { [K in keyof UiBadge & keyof UiBadgeAttributes as `prop:${K}`]?: UiBadge[K] };
|
|
1091
|
+
"ui-button": Omit<UiButton, keyof UiButtonAttributes> & { [K in keyof UiButton & keyof UiButtonAttributes]?: UiButton[K] } & { [K in keyof UiButton & keyof UiButtonAttributes as `attr:${K}`]?: UiButtonAttributes[K] } & { [K in keyof UiButton & keyof UiButtonAttributes as `prop:${K}`]?: UiButton[K] };
|
|
1092
|
+
"ui-checkbox": Omit<UiCheckbox, keyof UiCheckboxAttributes> & { [K in keyof UiCheckbox & keyof UiCheckboxAttributes]?: UiCheckbox[K] } & { [K in keyof UiCheckbox & keyof UiCheckboxAttributes as `attr:${K}`]?: UiCheckboxAttributes[K] } & { [K in keyof UiCheckbox & keyof UiCheckboxAttributes as `prop:${K}`]?: UiCheckbox[K] };
|
|
1093
|
+
"ui-context-menu": Omit<UiContextMenu, keyof UiContextMenuAttributes> & { [K in keyof UiContextMenu & keyof UiContextMenuAttributes]?: UiContextMenu[K] } & { [K in keyof UiContextMenu & keyof UiContextMenuAttributes as `attr:${K}`]?: UiContextMenuAttributes[K] } & { [K in keyof UiContextMenu & keyof UiContextMenuAttributes as `prop:${K}`]?: UiContextMenu[K] };
|
|
1094
|
+
"ui-dialog": Omit<UiDialog, keyof UiDialogAttributes> & { [K in keyof UiDialog & keyof UiDialogAttributes]?: UiDialog[K] } & { [K in keyof UiDialog & keyof UiDialogAttributes as `attr:${K}`]?: UiDialogAttributes[K] } & { [K in keyof UiDialog & keyof UiDialogAttributes as `prop:${K}`]?: UiDialog[K] };
|
|
1095
|
+
"ui-disclosure": Omit<UiDisclosure, keyof UiDisclosureAttributes> & { [K in keyof UiDisclosure & keyof UiDisclosureAttributes]?: UiDisclosure[K] } & { [K in keyof UiDisclosure & keyof UiDisclosureAttributes as `attr:${K}`]?: UiDisclosureAttributes[K] } & { [K in keyof UiDisclosure & keyof UiDisclosureAttributes as `prop:${K}`]?: UiDisclosure[K] };
|
|
1096
|
+
"ui-floating-action-button": Omit<UiFloatingActionButton, keyof UiFloatingActionButtonAttributes> & { [K in keyof UiFloatingActionButton & keyof UiFloatingActionButtonAttributes]?: UiFloatingActionButton[K] } & { [K in keyof UiFloatingActionButton & keyof UiFloatingActionButtonAttributes as `attr:${K}`]?: UiFloatingActionButtonAttributes[K] } & { [K in keyof UiFloatingActionButton & keyof UiFloatingActionButtonAttributes as `prop:${K}`]?: UiFloatingActionButton[K] };
|
|
1097
|
+
"ui-form-field": Omit<UiFormField, keyof UiFormFieldAttributes> & { [K in keyof UiFormField & keyof UiFormFieldAttributes]?: UiFormField[K] } & { [K in keyof UiFormField & keyof UiFormFieldAttributes as `attr:${K}`]?: UiFormFieldAttributes[K] } & { [K in keyof UiFormField & keyof UiFormFieldAttributes as `prop:${K}`]?: UiFormField[K] };
|
|
1098
|
+
"ui-icon-button": Omit<UiIconButton, keyof UiIconButtonAttributes> & { [K in keyof UiIconButton & keyof UiIconButtonAttributes]?: UiIconButton[K] } & { [K in keyof UiIconButton & keyof UiIconButtonAttributes as `attr:${K}`]?: UiIconButtonAttributes[K] } & { [K in keyof UiIconButton & keyof UiIconButtonAttributes as `prop:${K}`]?: UiIconButton[K] };
|
|
1099
|
+
"ui-input": Omit<UiInput, keyof UiInputAttributes> & { [K in keyof UiInput & keyof UiInputAttributes]?: UiInput[K] } & { [K in keyof UiInput & keyof UiInputAttributes as `attr:${K}`]?: UiInputAttributes[K] } & { [K in keyof UiInput & keyof UiInputAttributes as `prop:${K}`]?: UiInput[K] };
|
|
1100
|
+
"ui-menu": Omit<UiMenu, keyof UiMenuAttributes> & { [K in keyof UiMenu & keyof UiMenuAttributes]?: UiMenu[K] } & { [K in keyof UiMenu & keyof UiMenuAttributes as `attr:${K}`]?: UiMenuAttributes[K] } & { [K in keyof UiMenu & keyof UiMenuAttributes as `prop:${K}`]?: UiMenu[K] };
|
|
1101
|
+
"ui-menu-item": Omit<UiMenuItem, keyof UiMenuItemAttributes> & { [K in keyof UiMenuItem & keyof UiMenuItemAttributes]?: UiMenuItem[K] } & { [K in keyof UiMenuItem & keyof UiMenuItemAttributes as `attr:${K}`]?: UiMenuItemAttributes[K] } & { [K in keyof UiMenuItem & keyof UiMenuItemAttributes as `prop:${K}`]?: UiMenuItem[K] };
|
|
1102
|
+
"ui-popover": Omit<UiPopover, keyof UiPopoverAttributes> & { [K in keyof UiPopover & keyof UiPopoverAttributes]?: UiPopover[K] } & { [K in keyof UiPopover & keyof UiPopoverAttributes as `attr:${K}`]?: UiPopoverAttributes[K] } & { [K in keyof UiPopover & keyof UiPopoverAttributes as `prop:${K}`]?: UiPopover[K] };
|
|
1103
|
+
"ui-radio": Omit<UiRadio, keyof UiRadioAttributes> & { [K in keyof UiRadio & keyof UiRadioAttributes]?: UiRadio[K] } & { [K in keyof UiRadio & keyof UiRadioAttributes as `attr:${K}`]?: UiRadioAttributes[K] } & { [K in keyof UiRadio & keyof UiRadioAttributes as `prop:${K}`]?: UiRadio[K] };
|
|
1104
|
+
"ui-radio-group": Omit<UiRadioGroup, keyof UiRadioGroupAttributes> & { [K in keyof UiRadioGroup & keyof UiRadioGroupAttributes]?: UiRadioGroup[K] } & { [K in keyof UiRadioGroup & keyof UiRadioGroupAttributes as `attr:${K}`]?: UiRadioGroupAttributes[K] } & { [K in keyof UiRadioGroup & keyof UiRadioGroupAttributes as `prop:${K}`]?: UiRadioGroup[K] };
|
|
1105
|
+
"ui-search-result-row": Omit<UiSearchResultRow, keyof UiSearchResultRowAttributes> & { [K in keyof UiSearchResultRow & keyof UiSearchResultRowAttributes]?: UiSearchResultRow[K] } & { [K in keyof UiSearchResultRow & keyof UiSearchResultRowAttributes as `attr:${K}`]?: UiSearchResultRowAttributes[K] } & { [K in keyof UiSearchResultRow & keyof UiSearchResultRowAttributes as `prop:${K}`]?: UiSearchResultRow[K] };
|
|
1106
|
+
"ui-search-shell": UiSearchShell;
|
|
1107
|
+
"ui-select": Omit<UiSelect, keyof UiSelectAttributes> & { [K in keyof UiSelect & keyof UiSelectAttributes]?: UiSelect[K] } & { [K in keyof UiSelect & keyof UiSelectAttributes as `attr:${K}`]?: UiSelectAttributes[K] } & { [K in keyof UiSelect & keyof UiSelectAttributes as `prop:${K}`]?: UiSelect[K] };
|
|
1108
|
+
"ui-switch": Omit<UiSwitch, keyof UiSwitchAttributes> & { [K in keyof UiSwitch & keyof UiSwitchAttributes]?: UiSwitch[K] } & { [K in keyof UiSwitch & keyof UiSwitchAttributes as `attr:${K}`]?: UiSwitchAttributes[K] } & { [K in keyof UiSwitch & keyof UiSwitchAttributes as `prop:${K}`]?: UiSwitch[K] };
|
|
1109
|
+
"ui-tabs": Omit<UiTabs, keyof UiTabsAttributes> & { [K in keyof UiTabs & keyof UiTabsAttributes]?: UiTabs[K] } & { [K in keyof UiTabs & keyof UiTabsAttributes as `attr:${K}`]?: UiTabsAttributes[K] } & { [K in keyof UiTabs & keyof UiTabsAttributes as `prop:${K}`]?: UiTabs[K] };
|
|
1110
|
+
"ui-textarea": Omit<UiTextarea, keyof UiTextareaAttributes> & { [K in keyof UiTextarea & keyof UiTextareaAttributes]?: UiTextarea[K] } & { [K in keyof UiTextarea & keyof UiTextareaAttributes as `attr:${K}`]?: UiTextareaAttributes[K] } & { [K in keyof UiTextarea & keyof UiTextareaAttributes as `prop:${K}`]?: UiTextarea[K] };
|
|
1111
|
+
"ui-toast-region": Omit<UiToastRegion, keyof UiToastRegionAttributes> & { [K in keyof UiToastRegion & keyof UiToastRegionAttributes]?: UiToastRegion[K] } & { [K in keyof UiToastRegion & keyof UiToastRegionAttributes as `attr:${K}`]?: UiToastRegionAttributes[K] } & { [K in keyof UiToastRegion & keyof UiToastRegionAttributes as `prop:${K}`]?: UiToastRegion[K] };
|
|
1112
|
+
"ui-tooltip": Omit<UiTooltip, keyof UiTooltipAttributes> & { [K in keyof UiTooltip & keyof UiTooltipAttributes]?: UiTooltip[K] } & { [K in keyof UiTooltip & keyof UiTooltipAttributes as `attr:${K}`]?: UiTooltipAttributes[K] } & { [K in keyof UiTooltip & keyof UiTooltipAttributes as `prop:${K}`]?: UiTooltip[K] };
|
|
1113
|
+
"ui-top-bar": UiTopBar;
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
export { LocalJSX as JSX };
|
|
1117
|
+
declare module "@stencil/core" {
|
|
1118
|
+
export namespace JSX {
|
|
1119
|
+
interface IntrinsicElements {
|
|
1120
|
+
"ui-avatar": LocalJSX.IntrinsicElements["ui-avatar"] & JSXBase.HTMLAttributes<HTMLUiAvatarElement>;
|
|
1121
|
+
"ui-avatar-group": LocalJSX.IntrinsicElements["ui-avatar-group"] & JSXBase.HTMLAttributes<HTMLUiAvatarGroupElement>;
|
|
1122
|
+
"ui-badge": LocalJSX.IntrinsicElements["ui-badge"] & JSXBase.HTMLAttributes<HTMLUiBadgeElement>;
|
|
1123
|
+
"ui-button": LocalJSX.IntrinsicElements["ui-button"] & JSXBase.HTMLAttributes<HTMLUiButtonElement>;
|
|
1124
|
+
"ui-checkbox": LocalJSX.IntrinsicElements["ui-checkbox"] & JSXBase.HTMLAttributes<HTMLUiCheckboxElement>;
|
|
1125
|
+
"ui-context-menu": LocalJSX.IntrinsicElements["ui-context-menu"] & JSXBase.HTMLAttributes<HTMLUiContextMenuElement>;
|
|
1126
|
+
"ui-dialog": LocalJSX.IntrinsicElements["ui-dialog"] & JSXBase.HTMLAttributes<HTMLUiDialogElement>;
|
|
1127
|
+
"ui-disclosure": LocalJSX.IntrinsicElements["ui-disclosure"] & JSXBase.HTMLAttributes<HTMLUiDisclosureElement>;
|
|
1128
|
+
"ui-floating-action-button": LocalJSX.IntrinsicElements["ui-floating-action-button"] & JSXBase.HTMLAttributes<HTMLUiFloatingActionButtonElement>;
|
|
1129
|
+
"ui-form-field": LocalJSX.IntrinsicElements["ui-form-field"] & JSXBase.HTMLAttributes<HTMLUiFormFieldElement>;
|
|
1130
|
+
"ui-icon-button": LocalJSX.IntrinsicElements["ui-icon-button"] & JSXBase.HTMLAttributes<HTMLUiIconButtonElement>;
|
|
1131
|
+
"ui-input": LocalJSX.IntrinsicElements["ui-input"] & JSXBase.HTMLAttributes<HTMLUiInputElement>;
|
|
1132
|
+
"ui-menu": LocalJSX.IntrinsicElements["ui-menu"] & JSXBase.HTMLAttributes<HTMLUiMenuElement>;
|
|
1133
|
+
"ui-menu-item": LocalJSX.IntrinsicElements["ui-menu-item"] & JSXBase.HTMLAttributes<HTMLUiMenuItemElement>;
|
|
1134
|
+
"ui-popover": LocalJSX.IntrinsicElements["ui-popover"] & JSXBase.HTMLAttributes<HTMLUiPopoverElement>;
|
|
1135
|
+
"ui-radio": LocalJSX.IntrinsicElements["ui-radio"] & JSXBase.HTMLAttributes<HTMLUiRadioElement>;
|
|
1136
|
+
"ui-radio-group": LocalJSX.IntrinsicElements["ui-radio-group"] & JSXBase.HTMLAttributes<HTMLUiRadioGroupElement>;
|
|
1137
|
+
"ui-search-result-row": LocalJSX.IntrinsicElements["ui-search-result-row"] & JSXBase.HTMLAttributes<HTMLUiSearchResultRowElement>;
|
|
1138
|
+
"ui-search-shell": LocalJSX.IntrinsicElements["ui-search-shell"] & JSXBase.HTMLAttributes<HTMLUiSearchShellElement>;
|
|
1139
|
+
"ui-select": LocalJSX.IntrinsicElements["ui-select"] & JSXBase.HTMLAttributes<HTMLUiSelectElement>;
|
|
1140
|
+
"ui-switch": LocalJSX.IntrinsicElements["ui-switch"] & JSXBase.HTMLAttributes<HTMLUiSwitchElement>;
|
|
1141
|
+
"ui-tabs": LocalJSX.IntrinsicElements["ui-tabs"] & JSXBase.HTMLAttributes<HTMLUiTabsElement>;
|
|
1142
|
+
"ui-textarea": LocalJSX.IntrinsicElements["ui-textarea"] & JSXBase.HTMLAttributes<HTMLUiTextareaElement>;
|
|
1143
|
+
"ui-toast-region": LocalJSX.IntrinsicElements["ui-toast-region"] & JSXBase.HTMLAttributes<HTMLUiToastRegionElement>;
|
|
1144
|
+
"ui-tooltip": LocalJSX.IntrinsicElements["ui-tooltip"] & JSXBase.HTMLAttributes<HTMLUiTooltipElement>;
|
|
1145
|
+
"ui-top-bar": LocalJSX.IntrinsicElements["ui-top-bar"] & JSXBase.HTMLAttributes<HTMLUiTopBarElement>;
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
}
|