@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,223 @@
|
|
|
1
|
+
import { Host, h } from "@stencil/core";
|
|
2
|
+
import { eventToTrigger, dispatchDetail } from "../../utils/events";
|
|
3
|
+
export class UICheckbox {
|
|
4
|
+
host;
|
|
5
|
+
checked = false;
|
|
6
|
+
defaultChecked = false;
|
|
7
|
+
disabled = false;
|
|
8
|
+
indeterminate = false;
|
|
9
|
+
required = false;
|
|
10
|
+
value = 'on';
|
|
11
|
+
internalChecked = false;
|
|
12
|
+
slotRef;
|
|
13
|
+
syncFromProp() {
|
|
14
|
+
this.internalChecked = this.checked;
|
|
15
|
+
}
|
|
16
|
+
syncToInput() {
|
|
17
|
+
const input = this.getInput();
|
|
18
|
+
if (!input)
|
|
19
|
+
return;
|
|
20
|
+
this.host.dataset.disabled = this.disabled ? 'true' : '';
|
|
21
|
+
this.host.setAttribute('aria-disabled', String(this.disabled));
|
|
22
|
+
input.checked = this.internalChecked;
|
|
23
|
+
input.indeterminate = this.indeterminate;
|
|
24
|
+
input.disabled = this.disabled;
|
|
25
|
+
input.required = this.required;
|
|
26
|
+
input.value = this.value;
|
|
27
|
+
}
|
|
28
|
+
componentDidLoad() {
|
|
29
|
+
this.syncFromProp();
|
|
30
|
+
this.internalChecked = this.internalChecked || this.defaultChecked;
|
|
31
|
+
this.slotRef?.addEventListener('slotchange', () => this.syncToInput());
|
|
32
|
+
this.syncToInput();
|
|
33
|
+
const input = this.getInput();
|
|
34
|
+
input?.addEventListener('change', this.onInputChange);
|
|
35
|
+
}
|
|
36
|
+
disconnectedCallback() {
|
|
37
|
+
const input = this.getInput();
|
|
38
|
+
input?.removeEventListener('change', this.onInputChange);
|
|
39
|
+
}
|
|
40
|
+
componentDidUpdate() {
|
|
41
|
+
this.syncToInput();
|
|
42
|
+
}
|
|
43
|
+
getInput() {
|
|
44
|
+
const slot = this.host.shadowRoot?.querySelector('slot');
|
|
45
|
+
const nodes = slot?.assignedElements() ?? Array.from(this.host.children);
|
|
46
|
+
return nodes.find((el) => el instanceof HTMLInputElement && el.type === 'checkbox') ?? null;
|
|
47
|
+
}
|
|
48
|
+
onInputChange = (e) => {
|
|
49
|
+
const input = e.target;
|
|
50
|
+
if (!input)
|
|
51
|
+
return;
|
|
52
|
+
this.internalChecked = input.checked;
|
|
53
|
+
this.indeterminate = input.indeterminate;
|
|
54
|
+
dispatchDetail(this.host, 'change', {
|
|
55
|
+
checked: this.internalChecked,
|
|
56
|
+
value: this.value,
|
|
57
|
+
trigger: eventToTrigger(e),
|
|
58
|
+
});
|
|
59
|
+
};
|
|
60
|
+
render() {
|
|
61
|
+
return (h(Host, { key: 'c125eb000960f63f48ae8a96e8f001c843f8baa7', role: "checkbox", "aria-checked": this.indeterminate ? 'mixed' : String(this.internalChecked), "aria-disabled": String(this.disabled), "data-disabled": this.disabled ? '' : undefined }, h("slot", { key: '8eade76069c56e00d160488c5d91dae7b46ccc99', ref: (el) => (this.slotRef = el) })));
|
|
62
|
+
}
|
|
63
|
+
static get is() { return "ui-checkbox"; }
|
|
64
|
+
static get encapsulation() { return "shadow"; }
|
|
65
|
+
static get originalStyleUrls() {
|
|
66
|
+
return {
|
|
67
|
+
"$": ["ui-checkbox.css"]
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
static get styleUrls() {
|
|
71
|
+
return {
|
|
72
|
+
"$": ["ui-checkbox.css"]
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
static get properties() {
|
|
76
|
+
return {
|
|
77
|
+
"checked": {
|
|
78
|
+
"type": "boolean",
|
|
79
|
+
"mutable": false,
|
|
80
|
+
"complexType": {
|
|
81
|
+
"original": "boolean",
|
|
82
|
+
"resolved": "boolean",
|
|
83
|
+
"references": {}
|
|
84
|
+
},
|
|
85
|
+
"required": false,
|
|
86
|
+
"optional": false,
|
|
87
|
+
"docs": {
|
|
88
|
+
"tags": [],
|
|
89
|
+
"text": ""
|
|
90
|
+
},
|
|
91
|
+
"getter": false,
|
|
92
|
+
"setter": false,
|
|
93
|
+
"reflect": false,
|
|
94
|
+
"attribute": "checked",
|
|
95
|
+
"defaultValue": "false"
|
|
96
|
+
},
|
|
97
|
+
"defaultChecked": {
|
|
98
|
+
"type": "boolean",
|
|
99
|
+
"mutable": false,
|
|
100
|
+
"complexType": {
|
|
101
|
+
"original": "boolean",
|
|
102
|
+
"resolved": "boolean",
|
|
103
|
+
"references": {}
|
|
104
|
+
},
|
|
105
|
+
"required": false,
|
|
106
|
+
"optional": false,
|
|
107
|
+
"docs": {
|
|
108
|
+
"tags": [],
|
|
109
|
+
"text": ""
|
|
110
|
+
},
|
|
111
|
+
"getter": false,
|
|
112
|
+
"setter": false,
|
|
113
|
+
"reflect": false,
|
|
114
|
+
"attribute": "default-checked",
|
|
115
|
+
"defaultValue": "false"
|
|
116
|
+
},
|
|
117
|
+
"disabled": {
|
|
118
|
+
"type": "boolean",
|
|
119
|
+
"mutable": false,
|
|
120
|
+
"complexType": {
|
|
121
|
+
"original": "boolean",
|
|
122
|
+
"resolved": "boolean",
|
|
123
|
+
"references": {}
|
|
124
|
+
},
|
|
125
|
+
"required": false,
|
|
126
|
+
"optional": false,
|
|
127
|
+
"docs": {
|
|
128
|
+
"tags": [],
|
|
129
|
+
"text": ""
|
|
130
|
+
},
|
|
131
|
+
"getter": false,
|
|
132
|
+
"setter": false,
|
|
133
|
+
"reflect": false,
|
|
134
|
+
"attribute": "disabled",
|
|
135
|
+
"defaultValue": "false"
|
|
136
|
+
},
|
|
137
|
+
"indeterminate": {
|
|
138
|
+
"type": "boolean",
|
|
139
|
+
"mutable": false,
|
|
140
|
+
"complexType": {
|
|
141
|
+
"original": "boolean",
|
|
142
|
+
"resolved": "boolean",
|
|
143
|
+
"references": {}
|
|
144
|
+
},
|
|
145
|
+
"required": false,
|
|
146
|
+
"optional": false,
|
|
147
|
+
"docs": {
|
|
148
|
+
"tags": [],
|
|
149
|
+
"text": ""
|
|
150
|
+
},
|
|
151
|
+
"getter": false,
|
|
152
|
+
"setter": false,
|
|
153
|
+
"reflect": false,
|
|
154
|
+
"attribute": "indeterminate",
|
|
155
|
+
"defaultValue": "false"
|
|
156
|
+
},
|
|
157
|
+
"required": {
|
|
158
|
+
"type": "boolean",
|
|
159
|
+
"mutable": false,
|
|
160
|
+
"complexType": {
|
|
161
|
+
"original": "boolean",
|
|
162
|
+
"resolved": "boolean",
|
|
163
|
+
"references": {}
|
|
164
|
+
},
|
|
165
|
+
"required": false,
|
|
166
|
+
"optional": false,
|
|
167
|
+
"docs": {
|
|
168
|
+
"tags": [],
|
|
169
|
+
"text": ""
|
|
170
|
+
},
|
|
171
|
+
"getter": false,
|
|
172
|
+
"setter": false,
|
|
173
|
+
"reflect": false,
|
|
174
|
+
"attribute": "required",
|
|
175
|
+
"defaultValue": "false"
|
|
176
|
+
},
|
|
177
|
+
"value": {
|
|
178
|
+
"type": "string",
|
|
179
|
+
"mutable": false,
|
|
180
|
+
"complexType": {
|
|
181
|
+
"original": "string",
|
|
182
|
+
"resolved": "string",
|
|
183
|
+
"references": {}
|
|
184
|
+
},
|
|
185
|
+
"required": false,
|
|
186
|
+
"optional": false,
|
|
187
|
+
"docs": {
|
|
188
|
+
"tags": [],
|
|
189
|
+
"text": ""
|
|
190
|
+
},
|
|
191
|
+
"getter": false,
|
|
192
|
+
"setter": false,
|
|
193
|
+
"reflect": false,
|
|
194
|
+
"attribute": "value",
|
|
195
|
+
"defaultValue": "'on'"
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
}
|
|
199
|
+
static get states() {
|
|
200
|
+
return {
|
|
201
|
+
"internalChecked": {}
|
|
202
|
+
};
|
|
203
|
+
}
|
|
204
|
+
static get elementRef() { return "host"; }
|
|
205
|
+
static get watchers() {
|
|
206
|
+
return [{
|
|
207
|
+
"propName": "checked",
|
|
208
|
+
"methodName": "syncFromProp"
|
|
209
|
+
}, {
|
|
210
|
+
"propName": "internalChecked",
|
|
211
|
+
"methodName": "syncToInput"
|
|
212
|
+
}, {
|
|
213
|
+
"propName": "indeterminate",
|
|
214
|
+
"methodName": "syncToInput"
|
|
215
|
+
}, {
|
|
216
|
+
"propName": "disabled",
|
|
217
|
+
"methodName": "syncToInput"
|
|
218
|
+
}, {
|
|
219
|
+
"propName": "required",
|
|
220
|
+
"methodName": "syncToInput"
|
|
221
|
+
}];
|
|
222
|
+
}
|
|
223
|
+
}
|
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
import { Host, h } from "@stencil/core";
|
|
2
|
+
import { openOverlay, closeOverlay, requestTopOverlayClose } from "../../overlay/manager";
|
|
3
|
+
import { dispatchDetail } from "../../utils/events";
|
|
4
|
+
export class UIContextMenu {
|
|
5
|
+
host;
|
|
6
|
+
/** Controls the menu when the consumer owns open state. */
|
|
7
|
+
open = false;
|
|
8
|
+
/** Opens the menu on first client render. */
|
|
9
|
+
defaultOpen = false;
|
|
10
|
+
/** Optional id of the region that should also respond to a context-menu gesture. */
|
|
11
|
+
for;
|
|
12
|
+
internalOpen = false;
|
|
13
|
+
overlayId = `ui-context-menu-${Math.random().toString(36).slice(2, 11)}`;
|
|
14
|
+
trigger = null;
|
|
15
|
+
contextTarget = null;
|
|
16
|
+
pointerX = 0;
|
|
17
|
+
pointerY = 0;
|
|
18
|
+
syncFromProp() {
|
|
19
|
+
this.internalOpen = this.open;
|
|
20
|
+
}
|
|
21
|
+
syncTarget() {
|
|
22
|
+
this.resolveTargets();
|
|
23
|
+
this.attachTargetListeners();
|
|
24
|
+
}
|
|
25
|
+
syncOverlay() {
|
|
26
|
+
this.syncTriggerState();
|
|
27
|
+
if (this.internalOpen) {
|
|
28
|
+
openOverlay({
|
|
29
|
+
id: this.overlayId,
|
|
30
|
+
modal: false,
|
|
31
|
+
element: this.host,
|
|
32
|
+
dismissible: true,
|
|
33
|
+
requestClose: (reason, trigger) => this.closeMenu(reason, trigger),
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
closeOverlay(this.overlayId);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
componentDidLoad() {
|
|
41
|
+
this.syncFromProp();
|
|
42
|
+
this.internalOpen = this.internalOpen || this.defaultOpen;
|
|
43
|
+
this.resolveTargets();
|
|
44
|
+
this.attachTargetListeners();
|
|
45
|
+
this.syncTriggerState();
|
|
46
|
+
this.syncOverlay();
|
|
47
|
+
}
|
|
48
|
+
componentDidUpdate() {
|
|
49
|
+
this.resolveTargets();
|
|
50
|
+
this.attachTargetListeners();
|
|
51
|
+
this.syncTriggerState();
|
|
52
|
+
}
|
|
53
|
+
disconnectedCallback() {
|
|
54
|
+
this.detachTargetListeners();
|
|
55
|
+
closeOverlay(this.overlayId);
|
|
56
|
+
}
|
|
57
|
+
resolveTargets() {
|
|
58
|
+
const previousTrigger = this.trigger;
|
|
59
|
+
const previousContextTarget = this.contextTarget;
|
|
60
|
+
const explicitTrigger = this.host.querySelector('[slot="trigger"]');
|
|
61
|
+
const referencedTarget = this.for ? document.getElementById(this.for) : null;
|
|
62
|
+
this.trigger = explicitTrigger;
|
|
63
|
+
this.contextTarget = referencedTarget ?? explicitTrigger ?? this.host.parentElement;
|
|
64
|
+
if (previousTrigger !== this.trigger || previousContextTarget !== this.contextTarget) {
|
|
65
|
+
previousTrigger?.removeEventListener('click', this.onTriggerClick);
|
|
66
|
+
previousTrigger?.removeEventListener('keydown', this.onTriggerKeydown);
|
|
67
|
+
previousContextTarget?.removeEventListener('contextmenu', this.onContextMenu);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
attachTargetListeners() {
|
|
71
|
+
this.detachTargetListeners();
|
|
72
|
+
this.trigger?.addEventListener('click', this.onTriggerClick);
|
|
73
|
+
this.trigger?.addEventListener('keydown', this.onTriggerKeydown);
|
|
74
|
+
this.contextTarget?.addEventListener('contextmenu', this.onContextMenu);
|
|
75
|
+
}
|
|
76
|
+
detachTargetListeners() {
|
|
77
|
+
this.trigger?.removeEventListener('click', this.onTriggerClick);
|
|
78
|
+
this.trigger?.removeEventListener('keydown', this.onTriggerKeydown);
|
|
79
|
+
this.contextTarget?.removeEventListener('contextmenu', this.onContextMenu);
|
|
80
|
+
}
|
|
81
|
+
syncTriggerState() {
|
|
82
|
+
if (!this.trigger)
|
|
83
|
+
return;
|
|
84
|
+
this.trigger.setAttribute('aria-haspopup', 'menu');
|
|
85
|
+
this.trigger.setAttribute('aria-expanded', this.internalOpen ? 'true' : 'false');
|
|
86
|
+
}
|
|
87
|
+
getItems() {
|
|
88
|
+
return Array.from(this.host.querySelectorAll('ui-menu-item')).filter((item) => !this.isItemDisabled(item));
|
|
89
|
+
}
|
|
90
|
+
focusFirstItem() {
|
|
91
|
+
requestAnimationFrame(() => this.getItems()[0]?.focus());
|
|
92
|
+
}
|
|
93
|
+
openMenu(x, y, trigger) {
|
|
94
|
+
this.pointerX = x;
|
|
95
|
+
this.pointerY = y;
|
|
96
|
+
this.internalOpen = true;
|
|
97
|
+
dispatchDetail(this.host, 'open', {
|
|
98
|
+
open: true,
|
|
99
|
+
reason: 'action',
|
|
100
|
+
trigger,
|
|
101
|
+
});
|
|
102
|
+
this.focusFirstItem();
|
|
103
|
+
}
|
|
104
|
+
openFromTrigger(trigger) {
|
|
105
|
+
if (!this.trigger)
|
|
106
|
+
return;
|
|
107
|
+
const rect = this.trigger.getBoundingClientRect();
|
|
108
|
+
this.openMenu(rect.left, rect.bottom, trigger);
|
|
109
|
+
}
|
|
110
|
+
closeMenu(reason, trigger, returnFocus = true) {
|
|
111
|
+
if (!this.internalOpen)
|
|
112
|
+
return;
|
|
113
|
+
this.internalOpen = false;
|
|
114
|
+
dispatchDetail(this.host, 'close', {
|
|
115
|
+
open: false,
|
|
116
|
+
reason: reason,
|
|
117
|
+
trigger: trigger,
|
|
118
|
+
});
|
|
119
|
+
if (returnFocus) {
|
|
120
|
+
this.trigger?.focus();
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
onTriggerClick = (event) => {
|
|
124
|
+
if (this.internalOpen) {
|
|
125
|
+
this.closeMenu('action', event.detail === 0 ? 'keyboard' : 'pointer');
|
|
126
|
+
return;
|
|
127
|
+
}
|
|
128
|
+
this.openFromTrigger(event.detail === 0 ? 'keyboard' : 'pointer');
|
|
129
|
+
};
|
|
130
|
+
onTriggerKeydown = (event) => {
|
|
131
|
+
if (event.key !== 'Enter' && event.key !== ' ' && event.key !== 'ArrowDown')
|
|
132
|
+
return;
|
|
133
|
+
event.preventDefault();
|
|
134
|
+
if (!this.internalOpen) {
|
|
135
|
+
this.openFromTrigger('keyboard');
|
|
136
|
+
return;
|
|
137
|
+
}
|
|
138
|
+
this.focusFirstItem();
|
|
139
|
+
};
|
|
140
|
+
onContextMenu = (event) => {
|
|
141
|
+
event.preventDefault();
|
|
142
|
+
this.openMenu(event.clientX, event.clientY, 'pointer');
|
|
143
|
+
};
|
|
144
|
+
isItemDisabled(item) {
|
|
145
|
+
return (item.getAttribute('aria-disabled') === 'true' ||
|
|
146
|
+
item.hasAttribute('disabled') ||
|
|
147
|
+
item.getAttribute('disabled') === 'true' ||
|
|
148
|
+
item.disabled === true);
|
|
149
|
+
}
|
|
150
|
+
onKeydown = (event) => {
|
|
151
|
+
if (!this.internalOpen)
|
|
152
|
+
return;
|
|
153
|
+
if (event.key === 'Escape') {
|
|
154
|
+
event.preventDefault();
|
|
155
|
+
requestTopOverlayClose('escape', 'keyboard');
|
|
156
|
+
return;
|
|
157
|
+
}
|
|
158
|
+
if (event.key === 'Enter' || event.key === ' ') {
|
|
159
|
+
const target = event.target.closest?.('ui-menu-item');
|
|
160
|
+
if (!target || this.isItemDisabled(target))
|
|
161
|
+
return;
|
|
162
|
+
event.preventDefault();
|
|
163
|
+
const value = target.getAttribute('value') ?? target.getAttribute('data-value') ?? '';
|
|
164
|
+
dispatchDetail(this.host, 'select', { value, trigger: 'keyboard' });
|
|
165
|
+
this.closeMenu('action', 'keyboard');
|
|
166
|
+
}
|
|
167
|
+
};
|
|
168
|
+
onItemClick = (event) => {
|
|
169
|
+
const item = event.target.closest?.('ui-menu-item');
|
|
170
|
+
if (!item || this.isItemDisabled(item))
|
|
171
|
+
return;
|
|
172
|
+
const value = item.getAttribute('value') ?? item.getAttribute('data-value') ?? '';
|
|
173
|
+
dispatchDetail(this.host, 'select', { value, trigger: 'pointer' });
|
|
174
|
+
this.closeMenu('action', 'pointer');
|
|
175
|
+
};
|
|
176
|
+
render() {
|
|
177
|
+
return (h(Host, { key: 'c57c08724714d1de8c22a4a1e86e3a790f45fa20', "data-open": this.internalOpen ? '' : undefined, onKeyDown: this.onKeydown, onClick: this.onItemClick }, h("slot", { key: '4048abb040de1125b8eb02358480914c97ea6b06', name: "trigger" }), h("div", { key: '6ce80f67142319260093903d289456070d49bfcc', class: "menu", "data-open": this.internalOpen ? '' : undefined, style: { left: `${this.pointerX}px`, top: `${this.pointerY}px` } }, h("ui-menu", { key: '2a2c22f0a797ca3a70a1399de41de2b18257abf8', open: this.internalOpen }, h("slot", { key: '252cc6e973704cd561301b5bf96f98481c6c74ff' })))));
|
|
178
|
+
}
|
|
179
|
+
static get is() { return "ui-context-menu"; }
|
|
180
|
+
static get encapsulation() { return "shadow"; }
|
|
181
|
+
static get originalStyleUrls() {
|
|
182
|
+
return {
|
|
183
|
+
"$": ["ui-context-menu.css"]
|
|
184
|
+
};
|
|
185
|
+
}
|
|
186
|
+
static get styleUrls() {
|
|
187
|
+
return {
|
|
188
|
+
"$": ["ui-context-menu.css"]
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
static get properties() {
|
|
192
|
+
return {
|
|
193
|
+
"open": {
|
|
194
|
+
"type": "boolean",
|
|
195
|
+
"mutable": false,
|
|
196
|
+
"complexType": {
|
|
197
|
+
"original": "boolean",
|
|
198
|
+
"resolved": "boolean",
|
|
199
|
+
"references": {}
|
|
200
|
+
},
|
|
201
|
+
"required": false,
|
|
202
|
+
"optional": false,
|
|
203
|
+
"docs": {
|
|
204
|
+
"tags": [],
|
|
205
|
+
"text": "Controls the menu when the consumer owns open state."
|
|
206
|
+
},
|
|
207
|
+
"getter": false,
|
|
208
|
+
"setter": false,
|
|
209
|
+
"reflect": false,
|
|
210
|
+
"attribute": "open",
|
|
211
|
+
"defaultValue": "false"
|
|
212
|
+
},
|
|
213
|
+
"defaultOpen": {
|
|
214
|
+
"type": "boolean",
|
|
215
|
+
"mutable": false,
|
|
216
|
+
"complexType": {
|
|
217
|
+
"original": "boolean",
|
|
218
|
+
"resolved": "boolean",
|
|
219
|
+
"references": {}
|
|
220
|
+
},
|
|
221
|
+
"required": false,
|
|
222
|
+
"optional": false,
|
|
223
|
+
"docs": {
|
|
224
|
+
"tags": [],
|
|
225
|
+
"text": "Opens the menu on first client render."
|
|
226
|
+
},
|
|
227
|
+
"getter": false,
|
|
228
|
+
"setter": false,
|
|
229
|
+
"reflect": false,
|
|
230
|
+
"attribute": "default-open",
|
|
231
|
+
"defaultValue": "false"
|
|
232
|
+
},
|
|
233
|
+
"for": {
|
|
234
|
+
"type": "string",
|
|
235
|
+
"mutable": false,
|
|
236
|
+
"complexType": {
|
|
237
|
+
"original": "string",
|
|
238
|
+
"resolved": "string",
|
|
239
|
+
"references": {}
|
|
240
|
+
},
|
|
241
|
+
"required": false,
|
|
242
|
+
"optional": true,
|
|
243
|
+
"docs": {
|
|
244
|
+
"tags": [],
|
|
245
|
+
"text": "Optional id of the region that should also respond to a context-menu gesture."
|
|
246
|
+
},
|
|
247
|
+
"getter": false,
|
|
248
|
+
"setter": false,
|
|
249
|
+
"reflect": false,
|
|
250
|
+
"attribute": "for"
|
|
251
|
+
}
|
|
252
|
+
};
|
|
253
|
+
}
|
|
254
|
+
static get states() {
|
|
255
|
+
return {
|
|
256
|
+
"internalOpen": {}
|
|
257
|
+
};
|
|
258
|
+
}
|
|
259
|
+
static get elementRef() { return "host"; }
|
|
260
|
+
static get watchers() {
|
|
261
|
+
return [{
|
|
262
|
+
"propName": "open",
|
|
263
|
+
"methodName": "syncFromProp"
|
|
264
|
+
}, {
|
|
265
|
+
"propName": "for",
|
|
266
|
+
"methodName": "syncTarget"
|
|
267
|
+
}, {
|
|
268
|
+
"propName": "internalOpen",
|
|
269
|
+
"methodName": "syncOverlay"
|
|
270
|
+
}];
|
|
271
|
+
}
|
|
272
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
display: block;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
:host:not([open]) {
|
|
6
|
+
display: none;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
:host dialog {
|
|
10
|
+
--ui-dialog-duration: var(--ui-motion-base);
|
|
11
|
+
position: fixed;
|
|
12
|
+
inset: var(--ui-space-4);
|
|
13
|
+
width: min(100%, 440px);
|
|
14
|
+
max-width: min(100%, 440px);
|
|
15
|
+
margin: auto;
|
|
16
|
+
padding: var(--ui-space-4);
|
|
17
|
+
background: var(--ui-surface-elevated);
|
|
18
|
+
border: 1px solid var(--ui-border-default);
|
|
19
|
+
border-radius: var(--ui-radius-dialog);
|
|
20
|
+
box-shadow: var(--ui-shadow-dialog);
|
|
21
|
+
visibility: hidden;
|
|
22
|
+
pointer-events: none;
|
|
23
|
+
opacity: 0;
|
|
24
|
+
transform: scale(0.96);
|
|
25
|
+
transition:
|
|
26
|
+
opacity var(--ui-dialog-duration) var(--ui-motion-ease),
|
|
27
|
+
transform var(--ui-dialog-duration) var(--ui-motion-ease),
|
|
28
|
+
visibility var(--ui-dialog-duration),
|
|
29
|
+
display var(--ui-dialog-duration) var(--ui-motion-ease) allow-discrete,
|
|
30
|
+
overlay var(--ui-dialog-duration) var(--ui-motion-ease) allow-discrete;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
:host dialog[open] {
|
|
34
|
+
visibility: visible;
|
|
35
|
+
pointer-events: auto;
|
|
36
|
+
opacity: 1;
|
|
37
|
+
transform: scale(1);
|
|
38
|
+
animation: ui-dialog-enter var(--ui-dialog-duration) var(--ui-motion-ease);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
@keyframes ui-dialog-enter {
|
|
42
|
+
from {
|
|
43
|
+
opacity: 0;
|
|
44
|
+
transform: scale(0.96);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
:host dialog::backdrop {
|
|
49
|
+
background-color: transparent;
|
|
50
|
+
transition:
|
|
51
|
+
background-color var(--ui-dialog-duration) var(--ui-motion-ease),
|
|
52
|
+
display var(--ui-dialog-duration) var(--ui-motion-ease) allow-discrete,
|
|
53
|
+
overlay var(--ui-dialog-duration) var(--ui-motion-ease) allow-discrete;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
:host dialog[open]::backdrop {
|
|
57
|
+
background-color: var(--ui-overlay-backdrop);
|
|
58
|
+
animation: ui-dialog-backdrop-enter var(--ui-dialog-duration) var(--ui-motion-ease);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
@keyframes ui-dialog-backdrop-enter {
|
|
62
|
+
from {
|
|
63
|
+
background-color: transparent;
|
|
64
|
+
}
|
|
65
|
+
}
|