@moldable-ai/ui 0.2.22 → 0.2.24
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/dist/catalog/catalog-coverage.d.ts +1 -1
- package/dist/catalog/catalog-manifest.d.ts +1 -1
- package/dist/catalog/catalog-manifest.js +1 -1
- package/dist/catalog/component-catalog.d.ts +1 -1
- package/dist/catalog/component-catalog.js +2 -2
- package/dist/catalog/core-catalog-exclusions.d.ts +1 -1
- package/dist/catalog/core-catalog-exclusions.d.ts.map +1 -1
- package/dist/catalog/core-catalog-exclusions.js +1 -150
- package/dist/catalog/core-catalog.d.ts +1 -1
- package/dist/catalog/core-catalog.d.ts.map +1 -1
- package/dist/catalog/core-catalog.js +11 -7
- package/dist/catalog/core-collection-stories.d.ts +1 -1
- package/dist/catalog/core-collection-stories.d.ts.map +1 -1
- package/dist/catalog/core-collection-stories.js +40 -8
- package/dist/catalog/core-control-stories.d.ts +1 -1
- package/dist/catalog/core-control-stories.d.ts.map +1 -1
- package/dist/catalog/core-control-stories.js +48 -20
- package/dist/catalog/core-feedback-stories.d.ts +1 -1
- package/dist/catalog/core-feedback-stories.d.ts.map +1 -1
- package/dist/catalog/core-feedback-stories.js +89 -10
- package/dist/catalog/core-form-stories.d.ts +3 -0
- package/dist/catalog/core-form-stories.d.ts.map +1 -0
- package/dist/catalog/core-form-stories.js +56 -0
- package/dist/catalog/core-foundation-stories.d.ts +1 -1
- package/dist/catalog/core-foundation-stories.js +7 -7
- package/dist/catalog/core-layout-stories.d.ts +3 -0
- package/dist/catalog/core-layout-stories.d.ts.map +1 -0
- package/dist/catalog/core-layout-stories.js +78 -0
- package/dist/catalog/core-navigation-stories.d.ts +1 -1
- package/dist/catalog/core-navigation-stories.d.ts.map +1 -1
- package/dist/catalog/core-navigation-stories.js +25 -3
- package/dist/catalog/core-overlay-stories.d.ts +1 -1
- package/dist/catalog/core-overlay-stories.d.ts.map +1 -1
- package/dist/catalog/core-overlay-stories.js +113 -8
- package/dist/catalog/index.d.ts +6 -6
- package/dist/catalog/index.js +6 -6
- package/dist/components/app-error-boundary.js +2 -2
- package/dist/components/chat/chat-image-lightbox.js +3 -3
- package/dist/components/chat/chat-input.js +5 -5
- package/dist/components/chat/chat-message.js +17 -17
- package/dist/components/chat/chat-messages.d.ts +1 -1
- package/dist/components/chat/chat-messages.js +3 -3
- package/dist/components/chat/chat-panel.d.ts +6 -6
- package/dist/components/chat/chat-panel.d.ts.map +1 -1
- package/dist/components/chat/chat-panel.js +33 -33
- package/dist/components/chat/checkpoint-badge.js +3 -3
- package/dist/components/chat/conversation-history.d.ts.map +1 -1
- package/dist/components/chat/conversation-history.js +13 -13
- package/dist/components/chat/index.d.ts +20 -15
- package/dist/components/chat/index.d.ts.map +1 -1
- package/dist/components/chat/index.js +20 -15
- package/dist/components/chat/markdown.js +1 -1
- package/dist/components/chat/model-effort-selector.js +10 -10
- package/dist/components/chat/model-selector.js +4 -4
- package/dist/components/chat/reasoning-effort-selector.js +4 -4
- package/dist/components/chat/restore-dialog.js +3 -3
- package/dist/components/chat/thinking-timeline.js +2 -2
- package/dist/components/chat/tool-approval.d.ts +1 -1
- package/dist/components/chat/tool-approval.d.ts.map +1 -1
- package/dist/components/chat/tool-approval.js +9 -9
- package/dist/components/chat/tool-handlers.d.ts +2 -2
- package/dist/components/chat/tool-handlers.js +90 -90
- package/dist/components/chat/voice-orb-audio.d.ts +16 -0
- package/dist/components/chat/voice-orb-audio.d.ts.map +1 -0
- package/dist/components/chat/voice-orb-audio.js +110 -0
- package/dist/components/chat/voice-orb-renderer.d.ts +51 -0
- package/dist/components/chat/voice-orb-renderer.d.ts.map +1 -0
- package/dist/components/chat/voice-orb-renderer.js +410 -0
- package/dist/components/chat/voice-orb-shaders.d.ts +3 -0
- package/dist/components/chat/voice-orb-shaders.d.ts.map +1 -0
- package/dist/components/chat/voice-orb-shaders.js +355 -0
- package/dist/components/chat/voice-orb-types.d.ts +24 -0
- package/dist/components/chat/voice-orb-types.d.ts.map +1 -0
- package/dist/components/chat/voice-orb-types.js +73 -0
- package/dist/components/chat/voice-orb.d.ts +20 -0
- package/dist/components/chat/voice-orb.d.ts.map +1 -0
- package/dist/components/chat/voice-orb.js +67 -0
- package/dist/components/code-block.js +1 -1
- package/dist/components/hardware/bluetooth-panel.d.ts +2 -2
- package/dist/components/hardware/bluetooth-panel.js +10 -10
- package/dist/components/hardware/camera-preview.js +6 -6
- package/dist/components/hardware/capability-badge.d.ts +2 -2
- package/dist/components/hardware/capability-badge.js +2 -2
- package/dist/components/hardware/capability-matrix.d.ts +1 -1
- package/dist/components/hardware/capability-matrix.js +5 -5
- package/dist/components/hardware/clipboard-button.d.ts +1 -1
- package/dist/components/hardware/clipboard-button.js +2 -2
- package/dist/components/hardware/device-list.js +1 -1
- package/dist/components/hardware/display-map.d.ts +1 -1
- package/dist/components/hardware/display-map.js +7 -7
- package/dist/components/hardware/haptic-button.d.ts +2 -2
- package/dist/components/hardware/haptic-button.js +3 -3
- package/dist/components/hardware/hardware-panel.js +1 -1
- package/dist/components/hardware/hid-panel.d.ts +2 -2
- package/dist/components/hardware/hid-panel.js +10 -10
- package/dist/components/hardware/index.d.ts +26 -26
- package/dist/components/hardware/index.js +26 -26
- package/dist/components/hardware/live-indicator.js +1 -1
- package/dist/components/hardware/local-auth-button.d.ts +2 -2
- package/dist/components/hardware/local-auth-button.js +4 -4
- package/dist/components/hardware/location-panel.d.ts +1 -1
- package/dist/components/hardware/location-panel.js +6 -6
- package/dist/components/hardware/microphone-meter.js +7 -7
- package/dist/components/hardware/midi-monitor.d.ts +2 -2
- package/dist/components/hardware/midi-monitor.js +9 -9
- package/dist/components/hardware/notification-panel.d.ts +1 -1
- package/dist/components/hardware/notification-panel.js +8 -8
- package/dist/components/hardware/power-blocker-controller.d.ts +1 -1
- package/dist/components/hardware/power-blocker-controller.js +1 -1
- package/dist/components/hardware/power-panel.d.ts +1 -1
- package/dist/components/hardware/power-panel.js +9 -9
- package/dist/components/hardware/readout.js +1 -1
- package/dist/components/hardware/screen-share-preview.js +5 -5
- package/dist/components/hardware/secure-storage-panel.d.ts +1 -1
- package/dist/components/hardware/secure-storage-panel.js +9 -9
- package/dist/components/hardware/serial-console.d.ts +2 -2
- package/dist/components/hardware/serial-console.js +10 -10
- package/dist/components/hardware/shortcut-recorder.d.ts +1 -1
- package/dist/components/hardware/shortcut-recorder.js +4 -4
- package/dist/components/hardware/stream-log.js +1 -1
- package/dist/components/hardware/system-audio-monitor.d.ts +1 -1
- package/dist/components/hardware/system-audio-monitor.js +9 -9
- package/dist/components/hardware/usb-panel.d.ts +5 -5
- package/dist/components/hardware/usb-panel.js +10 -10
- package/dist/components/hardware/use-capability.d.ts +1 -1
- package/dist/components/hardware/use-capability.js +1 -1
- package/dist/components/markdown.js +5 -5
- package/dist/components/native-capabilities/bluetooth-panel.d.ts +2 -2
- package/dist/components/native-capabilities/bluetooth-panel.d.ts.map +1 -1
- package/dist/components/native-capabilities/bluetooth-panel.js +17 -17
- package/dist/components/native-capabilities/camera-preview.d.ts.map +1 -1
- package/dist/components/native-capabilities/camera-preview.js +7 -7
- package/dist/components/native-capabilities/capability-badge.d.ts +2 -2
- package/dist/components/native-capabilities/capability-badge.js +4 -4
- package/dist/components/native-capabilities/capability-matrix.d.ts +1 -1
- package/dist/components/native-capabilities/capability-matrix.js +7 -7
- package/dist/components/native-capabilities/clipboard-button.d.ts +1 -1
- package/dist/components/native-capabilities/clipboard-button.js +2 -2
- package/dist/components/native-capabilities/device-list.js +4 -4
- package/dist/components/native-capabilities/display-map.d.ts +1 -1
- package/dist/components/native-capabilities/display-map.d.ts.map +1 -1
- package/dist/components/native-capabilities/display-map.js +11 -11
- package/dist/components/native-capabilities/haptic-button.d.ts +2 -2
- package/dist/components/native-capabilities/haptic-button.js +3 -3
- package/dist/components/native-capabilities/hid-panel.d.ts +2 -2
- package/dist/components/native-capabilities/hid-panel.d.ts.map +1 -1
- package/dist/components/native-capabilities/hid-panel.js +14 -14
- package/dist/components/native-capabilities/index.d.ts +26 -26
- package/dist/components/native-capabilities/index.js +26 -26
- package/dist/components/native-capabilities/live-indicator.js +3 -3
- package/dist/components/native-capabilities/local-auth-button.d.ts +2 -2
- package/dist/components/native-capabilities/local-auth-button.js +4 -4
- package/dist/components/native-capabilities/location-panel.d.ts +1 -1
- package/dist/components/native-capabilities/location-panel.d.ts.map +1 -1
- package/dist/components/native-capabilities/location-panel.js +8 -8
- package/dist/components/native-capabilities/microphone-meter.js +9 -9
- package/dist/components/native-capabilities/midi-monitor.d.ts +2 -2
- package/dist/components/native-capabilities/midi-monitor.d.ts.map +1 -1
- package/dist/components/native-capabilities/midi-monitor.js +11 -11
- package/dist/components/native-capabilities/native-capability-panel.js +6 -6
- package/dist/components/native-capabilities/notification-panel.d.ts +1 -1
- package/dist/components/native-capabilities/notification-panel.js +9 -9
- package/dist/components/native-capabilities/power-blocker-controller.d.ts +1 -1
- package/dist/components/native-capabilities/power-blocker-controller.js +1 -1
- package/dist/components/native-capabilities/power-panel.d.ts +1 -1
- package/dist/components/native-capabilities/power-panel.d.ts.map +1 -1
- package/dist/components/native-capabilities/power-panel.js +12 -12
- package/dist/components/native-capabilities/readout.d.ts.map +1 -1
- package/dist/components/native-capabilities/readout.js +2 -2
- package/dist/components/native-capabilities/screen-share-preview.js +6 -6
- package/dist/components/native-capabilities/secure-storage-panel.d.ts +1 -1
- package/dist/components/native-capabilities/secure-storage-panel.d.ts.map +1 -1
- package/dist/components/native-capabilities/secure-storage-panel.js +11 -11
- package/dist/components/native-capabilities/serial-console.d.ts +2 -2
- package/dist/components/native-capabilities/serial-console.d.ts.map +1 -1
- package/dist/components/native-capabilities/serial-console.js +11 -11
- package/dist/components/native-capabilities/shortcut-recorder.d.ts +1 -1
- package/dist/components/native-capabilities/shortcut-recorder.js +5 -5
- package/dist/components/native-capabilities/stream-log.js +3 -3
- package/dist/components/native-capabilities/system-audio-monitor.d.ts +1 -1
- package/dist/components/native-capabilities/system-audio-monitor.js +12 -12
- package/dist/components/native-capabilities/usb-panel.d.ts +5 -5
- package/dist/components/native-capabilities/usb-panel.js +15 -15
- package/dist/components/native-capabilities/use-capability.d.ts +1 -1
- package/dist/components/native-capabilities/use-capability.js +1 -1
- package/dist/components/rich-media-player.js +3 -3
- package/dist/components/ui/accordion.js +3 -3
- package/dist/components/ui/alert-dialog.d.ts +2 -2
- package/dist/components/ui/alert-dialog.d.ts.map +1 -1
- package/dist/components/ui/alert-dialog.js +16 -10
- package/dist/components/ui/alert.d.ts +1 -1
- package/dist/components/ui/alert.d.ts.map +1 -1
- package/dist/components/ui/alert.js +11 -11
- package/dist/components/ui/app-frame.d.ts +7 -1
- package/dist/components/ui/app-frame.d.ts.map +1 -1
- package/dist/components/ui/app-frame.js +52 -16
- package/dist/components/ui/avatar.js +5 -5
- package/dist/components/ui/badge.d.ts +1 -1
- package/dist/components/ui/badge.js +4 -4
- package/dist/components/ui/breadcrumb.js +2 -2
- package/dist/components/ui/button-group.d.ts +1 -1
- package/dist/components/ui/button-group.js +4 -4
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/button.js +16 -16
- package/dist/components/ui/calendar.d.ts +1 -1
- package/dist/components/ui/calendar.d.ts.map +1 -1
- package/dist/components/ui/calendar.js +15 -15
- package/dist/components/ui/card.js +3 -3
- package/dist/components/ui/carousel.d.ts +1 -1
- package/dist/components/ui/carousel.js +4 -4
- package/dist/components/ui/chart.js +5 -5
- package/dist/components/ui/checkbox.d.ts.map +1 -1
- package/dist/components/ui/checkbox.js +2 -2
- package/dist/components/ui/collapsible.js +3 -3
- package/dist/components/ui/color-well.js +2 -2
- package/dist/components/ui/combobox.js +9 -9
- package/dist/components/ui/command.d.ts +1 -1
- package/dist/components/ui/command.d.ts.map +1 -1
- package/dist/components/ui/command.js +9 -9
- package/dist/components/ui/confirm-dialog.d.ts +1 -1
- package/dist/components/ui/confirm-dialog.js +2 -2
- package/dist/components/ui/context-menu.d.ts +16 -5
- package/dist/components/ui/context-menu.d.ts.map +1 -1
- package/dist/components/ui/context-menu.js +92 -16
- package/dist/components/ui/date-field.d.ts.map +1 -1
- package/dist/components/ui/date-field.js +8 -8
- package/dist/components/ui/date-picker.d.ts +2 -2
- package/dist/components/ui/date-picker.js +7 -7
- package/dist/components/ui/dialog.d.ts +2 -2
- package/dist/components/ui/dialog.d.ts.map +1 -1
- package/dist/components/ui/dialog.js +14 -8
- package/dist/components/ui/drawer.js +4 -4
- package/dist/components/ui/dropdown-menu.d.ts +15 -5
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -1
- package/dist/components/ui/dropdown-menu.js +98 -16
- package/dist/components/ui/edge-fade.js +1 -1
- package/dist/components/ui/empty.d.ts +1 -1
- package/dist/components/ui/empty.js +5 -5
- package/dist/components/ui/error-boundary-view.d.ts.map +1 -1
- package/dist/components/ui/error-boundary-view.js +3 -3
- package/dist/components/ui/field.d.ts +1 -1
- package/dist/components/ui/field.d.ts.map +1 -1
- package/dist/components/ui/field.js +9 -9
- package/dist/components/ui/form.js +4 -4
- package/dist/components/ui/grid.d.ts.map +1 -1
- package/dist/components/ui/grid.js +5 -5
- package/dist/components/ui/hover-card.js +2 -2
- package/dist/components/ui/icon-button.d.ts +1 -1
- package/dist/components/ui/icon-button.js +3 -3
- package/dist/components/ui/index.d.ts +77 -77
- package/dist/components/ui/index.js +77 -77
- package/dist/components/ui/input-group.d.ts +2 -2
- package/dist/components/ui/input-group.js +14 -14
- package/dist/components/ui/input-otp.js +3 -3
- package/dist/components/ui/input.js +2 -2
- package/dist/components/ui/inspector.d.ts +1 -1
- package/dist/components/ui/inspector.js +6 -6
- package/dist/components/ui/item.d.ts +1 -1
- package/dist/components/ui/item.js +7 -7
- package/dist/components/ui/kbd.js +2 -2
- package/dist/components/ui/label.js +2 -2
- package/dist/components/ui/list.d.ts.map +1 -1
- package/dist/components/ui/list.js +5 -5
- package/dist/components/ui/material.js +3 -3
- package/dist/components/ui/menu-items.d.ts +28 -0
- package/dist/components/ui/menu-items.d.ts.map +1 -0
- package/dist/components/ui/menu-items.js +111 -0
- package/dist/components/ui/menubar.js +11 -11
- package/dist/components/ui/message-scroller-controller.d.ts +1 -1
- package/dist/components/ui/message-scroller-controller.js +1 -1
- package/dist/components/ui/message-scroller-primitive.d.ts +1 -1
- package/dist/components/ui/message-scroller-primitive.js +1 -1
- package/dist/components/ui/message-scroller.d.ts +2 -2
- package/dist/components/ui/message-scroller.js +3 -3
- package/dist/components/ui/navigation-button-group.d.ts +2 -2
- package/dist/components/ui/navigation-button-group.js +2 -2
- package/dist/components/ui/navigation-menu.js +6 -6
- package/dist/components/ui/notification-dot.js +2 -2
- package/dist/components/ui/number-input.js +8 -8
- package/dist/components/ui/pagination.d.ts +1 -1
- package/dist/components/ui/pagination.js +2 -2
- package/dist/components/ui/panel.d.ts +1 -1
- package/dist/components/ui/panel.js +3 -3
- package/dist/components/ui/popover.d.ts +1 -1
- package/dist/components/ui/popover.js +3 -3
- package/dist/components/ui/progress.js +2 -2
- package/dist/components/ui/radio-group.d.ts.map +1 -1
- package/dist/components/ui/radio-group.js +2 -2
- package/dist/components/ui/resizable.d.ts +1 -1
- package/dist/components/ui/resizable.d.ts.map +1 -1
- package/dist/components/ui/resizable.js +15 -4
- package/dist/components/ui/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/scroll-area.js +3 -3
- package/dist/components/ui/search-field.js +7 -7
- package/dist/components/ui/segmented-control.js +9 -9
- package/dist/components/ui/select.d.ts.map +1 -1
- package/dist/components/ui/select.js +6 -6
- package/dist/components/ui/separator.js +1 -1
- package/dist/components/ui/sheet.js +4 -4
- package/dist/components/ui/sidebar.d.ts +5 -5
- package/dist/components/ui/sidebar.d.ts.map +1 -1
- package/dist/components/ui/sidebar.js +111 -24
- package/dist/components/ui/skeleton.js +2 -2
- package/dist/components/ui/slider.d.ts +3 -1
- package/dist/components/ui/slider.d.ts.map +1 -1
- package/dist/components/ui/slider.js +3 -3
- package/dist/components/ui/sonner.js +1 -1
- package/dist/components/ui/spinner.js +1 -1
- package/dist/components/ui/split-view.js +1 -1
- package/dist/components/ui/status.d.ts +1 -1
- package/dist/components/ui/status.d.ts.map +1 -1
- package/dist/components/ui/status.js +10 -9
- package/dist/components/ui/switch.js +2 -2
- package/dist/components/ui/table.d.ts.map +1 -1
- package/dist/components/ui/table.js +7 -7
- package/dist/components/ui/tabs.js +3 -3
- package/dist/components/ui/text.d.ts +2 -2
- package/dist/components/ui/text.js +19 -19
- package/dist/components/ui/textarea.js +2 -2
- package/dist/components/ui/toggle-group.d.ts +1 -1
- package/dist/components/ui/toggle-group.js +4 -4
- package/dist/components/ui/toggle.d.ts +1 -1
- package/dist/components/ui/toggle.js +10 -10
- package/dist/components/ui/toolbar.d.ts +7 -7
- package/dist/components/ui/toolbar.js +7 -7
- package/dist/components/ui/tooltip.d.ts +2 -2
- package/dist/components/ui/tooltip.js +5 -5
- package/dist/index.d.ts +21 -20
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -20
- package/dist/lib/frame-lifecycle.d.ts +27 -0
- package/dist/lib/frame-lifecycle.d.ts.map +1 -1
- package/dist/lib/frame-lifecycle.js +136 -0
- package/dist/lib/host-date-time-picker.d.ts +1 -1
- package/dist/lib/host-date-time-picker.js +1 -1
- package/dist/lib/host-file-dialog.d.ts +1 -1
- package/dist/lib/host-file-dialog.js +1 -1
- package/dist/lib/host-native-menu.d.ts +48 -7
- package/dist/lib/host-native-menu.d.ts.map +1 -1
- package/dist/lib/host-native-menu.js +56 -1
- package/dist/lib/host-services.js +1 -1
- package/dist/lib/host-share.d.ts +1 -1
- package/dist/lib/host-share.js +1 -1
- package/dist/lib/host-web-surface.d.ts +31 -0
- package/dist/lib/host-web-surface.d.ts.map +1 -0
- package/dist/lib/host-web-surface.js +116 -0
- package/dist/lib/native-capabilities/access.d.ts +2 -2
- package/dist/lib/native-capabilities/access.js +2 -2
- package/dist/lib/native-capabilities/bluetooth-access.d.ts +1 -1
- package/dist/lib/native-capabilities/bluetooth-access.js +2 -2
- package/dist/lib/native-capabilities/bluetooth-connection.d.ts +1 -1
- package/dist/lib/native-capabilities/bluetooth-connection.js +1 -1
- package/dist/lib/native-capabilities/bluetooth-gatt.d.ts +1 -1
- package/dist/lib/native-capabilities/bluetooth-gatt.js +1 -1
- package/dist/lib/native-capabilities/bluetooth-internal.d.ts +2 -2
- package/dist/lib/native-capabilities/bluetooth-internal.js +1 -1
- package/dist/lib/native-capabilities/bluetooth-native-fallback.d.ts +2 -2
- package/dist/lib/native-capabilities/bluetooth-native-fallback.js +2 -2
- package/dist/lib/native-capabilities/bluetooth.d.ts +6 -6
- package/dist/lib/native-capabilities/bluetooth.js +4 -4
- package/dist/lib/native-capabilities/bridge.d.ts +1 -1
- package/dist/lib/native-capabilities/bridge.js +2 -2
- package/dist/lib/native-capabilities/capabilities.d.ts +1 -1
- package/dist/lib/native-capabilities/capabilities.js +1 -1
- package/dist/lib/native-capabilities/clipboard.js +2 -2
- package/dist/lib/native-capabilities/device-io-errors.d.ts +1 -1
- package/dist/lib/native-capabilities/device-io-errors.js +1 -1
- package/dist/lib/native-capabilities/displays.d.ts +1 -1
- package/dist/lib/native-capabilities/displays.js +1 -1
- package/dist/lib/native-capabilities/global-shortcuts.d.ts +2 -2
- package/dist/lib/native-capabilities/global-shortcuts.js +1 -1
- package/dist/lib/native-capabilities/haptics.d.ts +1 -1
- package/dist/lib/native-capabilities/haptics.js +1 -1
- package/dist/lib/native-capabilities/hid-native.d.ts +2 -2
- package/dist/lib/native-capabilities/hid-native.js +3 -3
- package/dist/lib/native-capabilities/hid.js +5 -5
- package/dist/lib/native-capabilities/index.d.ts +39 -39
- package/dist/lib/native-capabilities/index.js +21 -21
- package/dist/lib/native-capabilities/local-authentication.d.ts +1 -1
- package/dist/lib/native-capabilities/local-authentication.js +1 -1
- package/dist/lib/native-capabilities/location.js +1 -1
- package/dist/lib/native-capabilities/media-permissions.d.ts +1 -1
- package/dist/lib/native-capabilities/media-permissions.js +1 -1
- package/dist/lib/native-capabilities/media.d.ts +1 -1
- package/dist/lib/native-capabilities/media.js +2 -2
- package/dist/lib/native-capabilities/midi-access.d.ts +1 -1
- package/dist/lib/native-capabilities/midi-access.js +3 -3
- package/dist/lib/native-capabilities/midi-internal.d.ts +1 -1
- package/dist/lib/native-capabilities/midi-internal.js +1 -1
- package/dist/lib/native-capabilities/midi-native-fallback.d.ts +1 -1
- package/dist/lib/native-capabilities/midi-native-fallback.js +2 -2
- package/dist/lib/native-capabilities/midi-ports.d.ts +1 -1
- package/dist/lib/native-capabilities/midi-ports.js +1 -1
- package/dist/lib/native-capabilities/midi.d.ts +5 -5
- package/dist/lib/native-capabilities/midi.js +3 -3
- package/dist/lib/native-capabilities/native-device-io.d.ts +1 -1
- package/dist/lib/native-capabilities/native-device-io.js +1 -1
- package/dist/lib/native-capabilities/native-device-lifecycle.js +1 -1
- package/dist/lib/native-capabilities/notifications.d.ts +2 -2
- package/dist/lib/native-capabilities/notifications.js +1 -1
- package/dist/lib/native-capabilities/power-session.d.ts +2 -2
- package/dist/lib/native-capabilities/power-session.js +1 -1
- package/dist/lib/native-capabilities/secure-storage.d.ts +1 -1
- package/dist/lib/native-capabilities/secure-storage.js +1 -1
- package/dist/lib/native-capabilities/serial-native.d.ts +2 -2
- package/dist/lib/native-capabilities/serial-native.js +3 -3
- package/dist/lib/native-capabilities/serial.js +5 -5
- package/dist/lib/native-capabilities/system-audio.d.ts +1 -1
- package/dist/lib/native-capabilities/system-audio.js +1 -1
- package/dist/lib/native-capabilities/usb-native.d.ts +2 -2
- package/dist/lib/native-capabilities/usb-native.js +3 -3
- package/dist/lib/native-capabilities/usb.js +5 -5
- package/dist/lib/native-hardware/bluetooth-access.d.ts +1 -1
- package/dist/lib/native-hardware/bluetooth-access.js +1 -1
- package/dist/lib/native-hardware/bluetooth-connection.d.ts +1 -1
- package/dist/lib/native-hardware/bluetooth-connection.js +1 -1
- package/dist/lib/native-hardware/bluetooth-gatt.d.ts +1 -1
- package/dist/lib/native-hardware/bluetooth-gatt.js +1 -1
- package/dist/lib/native-hardware/bluetooth-internal.d.ts +2 -2
- package/dist/lib/native-hardware/bluetooth-internal.js +1 -1
- package/dist/lib/native-hardware/bluetooth-native-fallback.d.ts +2 -2
- package/dist/lib/native-hardware/bluetooth-native-fallback.js +2 -2
- package/dist/lib/native-hardware/bluetooth.d.ts +6 -6
- package/dist/lib/native-hardware/bluetooth.js +4 -4
- package/dist/lib/native-hardware/bridge.d.ts +1 -1
- package/dist/lib/native-hardware/bridge.js +2 -2
- package/dist/lib/native-hardware/capabilities.d.ts +1 -1
- package/dist/lib/native-hardware/capabilities.js +1 -1
- package/dist/lib/native-hardware/clipboard.js +1 -1
- package/dist/lib/native-hardware/device-io-errors.d.ts +1 -1
- package/dist/lib/native-hardware/device-io-errors.js +1 -1
- package/dist/lib/native-hardware/displays.d.ts +1 -1
- package/dist/lib/native-hardware/displays.js +1 -1
- package/dist/lib/native-hardware/global-shortcuts.d.ts +2 -2
- package/dist/lib/native-hardware/global-shortcuts.js +1 -1
- package/dist/lib/native-hardware/haptics.d.ts +1 -1
- package/dist/lib/native-hardware/haptics.js +1 -1
- package/dist/lib/native-hardware/hid-native.d.ts +2 -2
- package/dist/lib/native-hardware/hid-native.js +3 -3
- package/dist/lib/native-hardware/hid.js +4 -4
- package/dist/lib/native-hardware/index.d.ts +37 -37
- package/dist/lib/native-hardware/index.js +20 -20
- package/dist/lib/native-hardware/local-authentication.d.ts +1 -1
- package/dist/lib/native-hardware/local-authentication.js +1 -1
- package/dist/lib/native-hardware/location.js +1 -1
- package/dist/lib/native-hardware/media-permissions.d.ts +1 -1
- package/dist/lib/native-hardware/media-permissions.js +1 -1
- package/dist/lib/native-hardware/media.d.ts +1 -1
- package/dist/lib/native-hardware/media.js +1 -1
- package/dist/lib/native-hardware/midi-access.d.ts +1 -1
- package/dist/lib/native-hardware/midi-access.js +2 -2
- package/dist/lib/native-hardware/midi-internal.d.ts +1 -1
- package/dist/lib/native-hardware/midi-internal.js +1 -1
- package/dist/lib/native-hardware/midi-native-fallback.d.ts +1 -1
- package/dist/lib/native-hardware/midi-native-fallback.js +2 -2
- package/dist/lib/native-hardware/midi-ports.d.ts +1 -1
- package/dist/lib/native-hardware/midi-ports.js +1 -1
- package/dist/lib/native-hardware/midi.d.ts +5 -5
- package/dist/lib/native-hardware/midi.js +3 -3
- package/dist/lib/native-hardware/native-device-io.d.ts +1 -1
- package/dist/lib/native-hardware/native-device-io.js +1 -1
- package/dist/lib/native-hardware/native-device-lifecycle.js +1 -1
- package/dist/lib/native-hardware/notifications.d.ts +2 -2
- package/dist/lib/native-hardware/notifications.js +1 -1
- package/dist/lib/native-hardware/power-session.d.ts +2 -2
- package/dist/lib/native-hardware/power-session.js +1 -1
- package/dist/lib/native-hardware/secure-storage.d.ts +1 -1
- package/dist/lib/native-hardware/secure-storage.js +1 -1
- package/dist/lib/native-hardware/serial-native.d.ts +2 -2
- package/dist/lib/native-hardware/serial-native.js +3 -3
- package/dist/lib/native-hardware/serial.js +4 -4
- package/dist/lib/native-hardware/system-audio.d.ts +1 -1
- package/dist/lib/native-hardware/system-audio.js +1 -1
- package/dist/lib/native-hardware/usb-native.d.ts +2 -2
- package/dist/lib/native-hardware/usb-native.js +3 -3
- package/dist/lib/native-hardware/usb.js +4 -4
- package/dist/lib/theme.js +1 -1
- package/docs/design-tokens.md +28 -6
- package/docs/foundations.md +4 -2
- package/package.json +4 -2
- package/src/components/ui/confirm-dialog.md +97 -0
- package/src/components/ui/context-menu.md +158 -0
- package/src/components/ui/dropdown-menu.md +165 -0
- package/src/components/ui/hover-card.md +90 -0
- package/src/components/ui/select.md +111 -0
- package/src/lib/host-date-time-picker.md +29 -0
- package/src/lib/host-file-dialog.md +76 -0
- package/src/lib/host-native-menu.md +67 -0
- package/src/lib/host-share.md +36 -0
- package/src/lib/host-web-surface.md +66 -0
- package/src/styles/index.css +141 -68
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { isNativeHardwareCapabilityManifest } from './capabilities';
|
|
2
|
-
import { NATIVE_HARDWARE_CAPABILITIES_REQUEST_TYPE, NATIVE_HARDWARE_CAPABILITIES_RESULT_TYPE, } from './types';
|
|
1
|
+
import { isNativeHardwareCapabilityManifest } from './capabilities.js';
|
|
2
|
+
import { NATIVE_HARDWARE_CAPABILITIES_REQUEST_TYPE, NATIVE_HARDWARE_CAPABILITIES_RESULT_TYPE, } from './types.js';
|
|
3
3
|
const DEFAULT_TIMEOUT_MS = 10_000;
|
|
4
4
|
export const NATIVE_HARDWARE_CANCEL_REQUEST_TYPE = 'moldable:native-hardware-cancel';
|
|
5
5
|
const ERROR_CODES = new Set([
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type NativeHardwareCapabilityDescriptor, type NativeHardwareCapabilityId, type NativeHardwareCapabilityManifest } from './types';
|
|
1
|
+
import { type NativeHardwareCapabilityDescriptor, type NativeHardwareCapabilityId, type NativeHardwareCapabilityManifest } from './types.js';
|
|
2
2
|
export declare function isNativeHardwareCapabilityId(value: unknown): value is NativeHardwareCapabilityId;
|
|
3
3
|
export declare function isNativeHardwareCapabilityDescriptor(value: unknown, expectedId?: NativeHardwareCapabilityId): value is NativeHardwareCapabilityDescriptor;
|
|
4
4
|
export declare function isNativeHardwareCapabilityManifest(value: unknown): value is NativeHardwareCapabilityManifest;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NATIVE_HARDWARE_CAPABILITY_IDS, NATIVE_HARDWARE_MANIFEST_SCHEMA_VERSION, } from './types';
|
|
1
|
+
import { NATIVE_HARDWARE_CAPABILITY_IDS, NATIVE_HARDWARE_MANIFEST_SCHEMA_VERSION, } from './types.js';
|
|
2
2
|
const CAPABILITY_IDS = new Set(NATIVE_HARDWARE_CAPABILITY_IDS);
|
|
3
3
|
const PLATFORMS = new Set(['macos', 'windows', 'linux', 'unknown']);
|
|
4
4
|
const SUPPORT_LEVELS = new Set(['supported', 'partial', 'unsupported']);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError, toNativeHardwareBridgeError, } from './bridge';
|
|
1
|
+
import { NativeHardwareBridgeError, toNativeHardwareBridgeError, } from './bridge.js';
|
|
2
2
|
function clipboardFor(capability, method) {
|
|
3
3
|
if (typeof navigator === 'undefined' ||
|
|
4
4
|
!navigator.clipboard ||
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError } from './bridge';
|
|
1
|
+
import { NativeHardwareBridgeError } from './bridge.js';
|
|
2
2
|
export type DeviceIoOperation = 'enumerate' | 'request' | 'open' | 'close' | 'read' | 'write';
|
|
3
3
|
export declare function deviceIoError(capability: 'usb' | 'hid' | 'serial', operation: DeviceIoOperation, error: unknown): NativeHardwareBridgeError;
|
|
4
4
|
export declare function unsupportedDeviceIoError(capability: 'usb' | 'hid' | 'serial'): NativeHardwareBridgeError;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError, toNativeHardwareBridgeError, } from './bridge';
|
|
1
|
+
import { NativeHardwareBridgeError, toNativeHardwareBridgeError, } from './bridge.js';
|
|
2
2
|
function errorCodeFor(error, operation) {
|
|
3
3
|
if (error instanceof NativeHardwareBridgeError)
|
|
4
4
|
return error.code;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { NativeHardwareRequestEnvelope, NativeHardwareResultEnvelope } from './types';
|
|
1
|
+
import type { NativeHardwareRequestEnvelope, NativeHardwareResultEnvelope } from './types.js';
|
|
2
2
|
export declare const NATIVE_DISPLAYS_REQUEST_TYPE: "moldable:native-displays";
|
|
3
3
|
export declare const NATIVE_DISPLAYS_RESULT_TYPE: "moldable:native-displays-result";
|
|
4
4
|
/** A position in physical screen pixels within the virtual desktop. */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type NativeHardwareBridgeOptions } from './bridge';
|
|
2
|
-
import type { NativeHardwareRequestEnvelope, NativeHardwareResultEnvelope } from './types';
|
|
1
|
+
import { type NativeHardwareBridgeOptions } from './bridge.js';
|
|
2
|
+
import type { NativeHardwareRequestEnvelope, NativeHardwareResultEnvelope } from './types.js';
|
|
3
3
|
export declare const NATIVE_GLOBAL_SHORTCUT_REQUEST_TYPE: "moldable:native-global-shortcuts";
|
|
4
4
|
export declare const NATIVE_GLOBAL_SHORTCUT_RESULT_TYPE: "moldable:native-global-shortcuts-result";
|
|
5
5
|
export declare const NATIVE_GLOBAL_SHORTCUT_EVENT_TYPE: "moldable:native-global-shortcut-event";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError, callNativeHardwareBridge, } from './bridge';
|
|
1
|
+
import { NativeHardwareBridgeError, callNativeHardwareBridge, } from './bridge.js';
|
|
2
2
|
export const NATIVE_GLOBAL_SHORTCUT_REQUEST_TYPE = 'moldable:native-global-shortcuts';
|
|
3
3
|
export const NATIVE_GLOBAL_SHORTCUT_RESULT_TYPE = 'moldable:native-global-shortcuts-result';
|
|
4
4
|
export const NATIVE_GLOBAL_SHORTCUT_EVENT_TYPE = 'moldable:native-global-shortcut-event';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type NativeHardwareBridgeOptions } from './bridge';
|
|
1
|
+
import { type NativeHardwareBridgeOptions } from './bridge.js';
|
|
2
2
|
export declare const NATIVE_HAPTICS_REQUEST_TYPE: "moldable:native-haptics";
|
|
3
3
|
export declare const NATIVE_HAPTICS_RESULT_TYPE: "moldable:native-haptics-result";
|
|
4
4
|
export type MoldableHapticPattern = 'generic' | 'alignment' | 'level-change';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { callNativeHardwareBridge, } from './bridge';
|
|
1
|
+
import { callNativeHardwareBridge, } from './bridge.js';
|
|
2
2
|
export const NATIVE_HAPTICS_REQUEST_TYPE = 'moldable:native-haptics';
|
|
3
3
|
export const NATIVE_HAPTICS_RESULT_TYPE = 'moldable:native-haptics-result';
|
|
4
4
|
export function getMoldableHapticAvailability(options = {}) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { MoldableHidDevice, MoldableHidInputReportEvent } from './hid';
|
|
2
|
-
import { type MoldableNativeDeviceDescriptor } from './native-device-io';
|
|
1
|
+
import type { MoldableHidDevice, MoldableHidInputReportEvent } from './hid.js';
|
|
2
|
+
import { type MoldableNativeDeviceDescriptor } from './native-device-io.js';
|
|
3
3
|
export declare class NativeMoldableHidDevice extends EventTarget implements MoldableHidDevice {
|
|
4
4
|
readonly descriptor: MoldableNativeDeviceDescriptor;
|
|
5
5
|
readonly vendorId: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError } from './bridge';
|
|
2
|
-
import { bytesFromNativeDeviceResult, bytesWrittenFromNativeDeviceResult, closeMoldableNativeDevice, executeMoldableNativeDeviceOperation, openMoldableNativeDevice, } from './native-device-io';
|
|
3
|
-
import { NativeDeviceLifecycle, isNativeDeviceDisconnect, } from './native-device-lifecycle';
|
|
1
|
+
import { NativeHardwareBridgeError } from './bridge.js';
|
|
2
|
+
import { bytesFromNativeDeviceResult, bytesWrittenFromNativeDeviceResult, closeMoldableNativeDevice, executeMoldableNativeDeviceOperation, openMoldableNativeDevice, } from './native-device-io.js';
|
|
3
|
+
import { NativeDeviceLifecycle, isNativeDeviceDisconnect, } from './native-device-lifecycle.js';
|
|
4
4
|
export class NativeMoldableHidDevice extends EventTarget {
|
|
5
5
|
descriptor;
|
|
6
6
|
vendorId;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError } from './bridge';
|
|
2
|
-
import { awaitDeviceIoWithAbort, deviceIoError, unsupportedDeviceIoError, } from './device-io-errors';
|
|
3
|
-
import { NativeMoldableHidDevice, isNativeMoldableHidDevice, } from './hid-native';
|
|
4
|
-
import { listMoldableNativeDevices } from './native-device-io';
|
|
1
|
+
import { NativeHardwareBridgeError } from './bridge.js';
|
|
2
|
+
import { awaitDeviceIoWithAbort, deviceIoError, unsupportedDeviceIoError, } from './device-io-errors.js';
|
|
3
|
+
import { NativeMoldableHidDevice, isNativeMoldableHidDevice, } from './hid-native.js';
|
|
4
|
+
import { listMoldableNativeDevices } from './native-device-io.js';
|
|
5
5
|
function assertNativeHidFiltersSupported(filters) {
|
|
6
6
|
if (filters?.some((filter) => filter.usagePage !== undefined || filter.usage !== undefined)) {
|
|
7
7
|
throw new NativeHardwareBridgeError({
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
export { NativeHardwareBridgeError, getMoldableNativeCapabilities, toNativeHardwareBridgeError, } from './bridge';
|
|
2
|
-
export type { NativeHardwareBridgeOptions } from './bridge';
|
|
3
|
-
export { getNativeHardwareCapability, isNativeHardwareCapabilityDescriptor, isNativeHardwareCapabilityId, isNativeHardwareCapabilityManifest, supportsNativeHardwareCapability, } from './capabilities';
|
|
4
|
-
export { readMoldableClipboardText, writeMoldableClipboardText, } from './clipboard';
|
|
5
|
-
export { MoldableBluetoothConnection, connectMoldableBluetoothDevice, getMoldableBluetoothAvailability, getMoldableBluetoothCharacteristic, isMoldableBluetoothSupported, observeMoldableBluetoothNotifications, readMoldableBluetoothValue, requestMoldableBluetoothDevice, requestMoldableBluetoothWithFallback, writeMoldableBluetoothValue, } from './bluetooth';
|
|
6
|
-
export type { MoldableBluetoothAPI, MoldableBluetoothAvailability, MoldableBluetoothConnectionOptions, MoldableBluetoothDataFilter, MoldableBluetoothDevice, MoldableBluetoothDeviceEventMap, MoldableBluetoothLEScanFilter, MoldableBluetoothManufacturerDataFilter, MoldableBluetoothNavigator, MoldableBluetoothOperationOptions, MoldableBluetoothRemoteGATTCharacteristic, MoldableBluetoothRemoteGATTServer, MoldableBluetoothRemoteGATTService, MoldableBluetoothRequestDeviceOptions, MoldableBluetoothRequestOptions, MoldableBluetoothServiceDataFilter, MoldableBluetoothTransport, MoldableBluetoothUUID, MoldableBluetoothWriteMode, MoldableNativeBluetoothDevice, MoldableNativeBluetoothService, } from './bluetooth';
|
|
7
|
-
export { getMoldableDisplays } from './displays';
|
|
8
|
-
export type { GetMoldableDisplaysOptions, MoldableDisplay, MoldableDisplayPosition, MoldableDisplaySize, MoldableDisplaysResult, } from './displays';
|
|
9
|
-
export { areMoldableGlobalShortcutsSuspended, isMoldableGlobalShortcutRegistered, isMoldableGlobalShortcut, registerAllMoldableGlobalShortcuts, registerMoldableGlobalShortcut, setMoldableGlobalShortcutsSuspended, unregisterAllMoldableGlobalShortcuts, unregisterMoldableGlobalShortcut, } from './global-shortcuts';
|
|
10
|
-
export type { MoldableGlobalShortcutEvent, MoldableGlobalShortcutHandler, MoldableGlobalShortcutRegistration, MoldableGlobalShortcutState, } from './global-shortcuts';
|
|
11
|
-
export { getMoldableHapticAvailability, performMoldableHapticFeedback, } from './haptics';
|
|
12
|
-
export type { MoldableHapticAvailability, MoldableHapticPattern, MoldableHapticResult, } from './haptics';
|
|
13
|
-
export { closeMoldableHidDevice, forgetMoldableHidDevice, getMoldableHidDevices, isMoldableHidSupported, listenForMoldableHidInputReports, openMoldableHidDevice, receiveMoldableHidFeatureReport, requestMoldableHidDevices, sendMoldableHidFeatureReport, sendMoldableHidReport, } from './hid';
|
|
14
|
-
export type { MoldableHidDevice, MoldableHidDeviceFilter, MoldableHidInputReportEvent, MoldableHidOperationOptions, MoldableHidRequestOptions, } from './hid';
|
|
15
|
-
export { MOLDABLE_LOCATION_MAX_CACHE_AGE_MS, MOLDABLE_LOCATION_MAX_TIMEOUT_MS, MOLDABLE_LOCATION_MIN_TIMEOUT_MS, getMoldableCurrentPosition, getMoldableLocationAuthorizationStatus, } from './location';
|
|
16
|
-
export type { MoldableLocationAuthorization, MoldableLocationAuthorizationState, MoldableLocationCoordinates, MoldableLocationOptions, MoldableLocationResult, } from './location';
|
|
17
|
-
export { LOCAL_AUTHENTICATION_MAX_REASON_BYTES, authenticateMoldableLocalUser, getMoldableLocalAuthenticationAvailability, } from './local-authentication';
|
|
18
|
-
export type { MoldableLocalAuthenticationAvailability, MoldableLocalAuthenticationMethod, MoldableLocalAuthenticationOptions, MoldableLocalAuthenticationOutcome, MoldableLocalAuthenticationPolicy, MoldableLocalAuthenticationResult, } from './local-authentication';
|
|
19
|
-
export { enumerateMoldableMediaDevices, getMoldableCameraStream, getMoldableDisplayStream, getMoldableMicrophoneStream, stopMoldableMediaStream, } from './media';
|
|
20
|
-
export { NATIVE_SYSTEM_AUDIO_MAX_REPLAY_FRAMES, NATIVE_SYSTEM_AUDIO_PERMISSION_REQUEST_TIMEOUT_MS, getMoldableSystemAudioCapabilities, getMoldableSystemAudioStatus, replayMoldableSystemAudioFrames, requestMoldableSystemAudioPermission, startMoldableSystemAudioCapture, stopMoldableSystemAudioCapture, subscribeMoldableSystemAudioEvents, } from './system-audio';
|
|
21
|
-
export type { MoldableSystemAudioCapabilities, MoldableSystemAudioCapabilityResult, MoldableSystemAudioCaptureMode, MoldableSystemAudioEvent, MoldableSystemAudioEventListener, MoldableSystemAudioReplayOptions, MoldableSystemAudioSource, MoldableSystemAudioSourceState, MoldableSystemAudioStartOptions, MoldableSystemAudioStartResult, MoldableSystemAudioStatus, MoldableSystemAudioStopOptions, SubscribeMoldableSystemAudioEventsOptions, UnsubscribeMoldableSystemAudioEvents, } from './system-audio';
|
|
22
|
-
export { NATIVE_MEDIA_PERMISSION_REQUEST_TIMEOUT_MS, getMoldableMediaPermissionDiagnostics, getMoldableMediaPermissionStatus, requestMoldableMediaPermission, } from './media-permissions';
|
|
23
|
-
export type { MoldableMediaPermission, MoldableMediaPermissionDiagnostics, MoldableMediaPermissionState, MoldableMediaPermissionStatus, } from './media-permissions';
|
|
24
|
-
export { getMoldableMIDIInputs, getMoldableMIDIOutputs, isMoldableMIDISupported, observeMoldableMIDIState, openMoldableMIDIInput, openMoldableMIDIOutput, requestMoldableMIDIAccess, requestMoldableMIDIWithFallback, } from './midi';
|
|
25
|
-
export type { MoldableMIDIAccessOptions, MoldableMIDIConnectionOptions, MoldableMIDIInputConnection, MoldableMIDIOutputConnection, MoldableMIDITransport, MoldableNativeMIDIAccess, MoldableNativeMIDIPort, } from './midi';
|
|
26
|
-
export { NATIVE_NOTIFICATION_MAX_BODY_LENGTH, NATIVE_NOTIFICATION_MAX_TAG_LENGTH, NATIVE_NOTIFICATION_MAX_TITLE_LENGTH, getMoldableNotificationPermission, requestMoldableNotificationPermission, sendMoldableNotification, } from './notifications';
|
|
27
|
-
export type { MoldableNotificationOptions, MoldableNotificationPermission, MoldableNotificationPermissionResult, MoldableNotificationSendResult, } from './notifications';
|
|
28
|
-
export { getMoldableCurrentThermalState, getMoldablePowerState, getMoldableSystemIdleState, getMoldableSystemIdleTime, isMoldableSleepBlockerStarted, isMoldablePowerSessionEvent, startMoldableSleepBlocker, stopMoldableSleepBlocker, watchMoldablePowerSession, } from './power-session';
|
|
29
|
-
export type { MoldableBatteryState, MoldableBatteryStatus, MoldablePowerSessionEvent, MoldablePowerSource, MoldablePowerState, MoldableSleepBlocker, MoldableSleepBlockerType, MoldableSystemIdleResult, MoldableSystemIdleState, MoldableThermalState, StopWatchingMoldablePowerSession, WatchMoldablePowerSessionOptions, } from './power-session';
|
|
30
|
-
export { SECURE_STORAGE_MAX_KEY_LENGTH, SECURE_STORAGE_MAX_VALUE_BYTES, deleteMoldableSecureValue, getMoldableSecureStorageDiagnostics, getMoldableSecureValue, listMoldableSecureValues, setMoldableSecureValue, } from './secure-storage';
|
|
31
|
-
export type { MoldableSecureStorageDeleteResult, MoldableSecureStorageBackend, MoldableSecureStorageDiagnostics, MoldableSecureStorageEntryMetadata, MoldableSecureStorageListResult, MoldableSecureStorageSetResult, MoldableSecureStorageValueResult, } from './secure-storage';
|
|
32
|
-
export { closeMoldableSerialPort, forgetMoldableSerialPort, getMoldableSerialPorts, getMoldableSerialSignals, isMoldableSerialSupported, openMoldableSerialPort, readMoldableSerialPort, requestMoldableSerialPort, setMoldableSerialSignals, writeMoldableSerialPort, } from './serial';
|
|
33
|
-
export type { MoldableBluetoothServiceUuid, MoldableSerialInputSignals, MoldableSerialOpenOptions, MoldableSerialOperationOptions, MoldableSerialOutputSignals, MoldableSerialPort, MoldableSerialPortFilter, MoldableSerialPortInfo, MoldableSerialRequestOptions, } from './serial';
|
|
34
|
-
export { NATIVE_HARDWARE_CAPABILITY_IDS, NATIVE_HARDWARE_MANIFEST_SCHEMA_VERSION, } from './types';
|
|
35
|
-
export type { NativeHardwareCapabilityDescriptor, NativeHardwareCapabilityId, NativeHardwareCapabilityManifest, NativeHardwareErrorCode, NativeHardwareErrorPayload, NativeHardwarePermissionAuthority, NativeHardwarePermissionMetadata, NativeHardwarePermissionName, NativeHardwarePermissionRequest, NativeHardwarePlatform, NativeHardwareSupport, NativeHardwareTransportKind, NativeHardwareTransportMetadata, } from './types';
|
|
36
|
-
export { clearMoldableUsbHalt, closeMoldableUsbDevice, forgetMoldableUsbDevice, getMoldableUsbDevices, isMoldableUsbSupported, openMoldableUsbDevice, readMoldableUsbControlTransfer, readMoldableUsbEndpoint, requestMoldableUsbDevice, resetMoldableUsbDevice, writeMoldableUsbControlTransfer, writeMoldableUsbEndpoint, } from './usb';
|
|
37
|
-
export type { MoldableUsbConfiguration, MoldableUsbControlTransferParameters, MoldableUsbDevice, MoldableUsbDeviceFilter, MoldableUsbInTransferResult, MoldableUsbOpenOptions, MoldableUsbOperationOptions, MoldableUsbOutTransferResult, MoldableUsbRequestOptions, } from './usb';
|
|
1
|
+
export { NativeHardwareBridgeError, getMoldableNativeCapabilities, toNativeHardwareBridgeError, } from './bridge.js';
|
|
2
|
+
export type { NativeHardwareBridgeOptions } from './bridge.js';
|
|
3
|
+
export { getNativeHardwareCapability, isNativeHardwareCapabilityDescriptor, isNativeHardwareCapabilityId, isNativeHardwareCapabilityManifest, supportsNativeHardwareCapability, } from './capabilities.js';
|
|
4
|
+
export { readMoldableClipboardText, writeMoldableClipboardText, } from './clipboard.js';
|
|
5
|
+
export { MoldableBluetoothConnection, connectMoldableBluetoothDevice, getMoldableBluetoothAvailability, getMoldableBluetoothCharacteristic, isMoldableBluetoothSupported, observeMoldableBluetoothNotifications, readMoldableBluetoothValue, requestMoldableBluetoothDevice, requestMoldableBluetoothWithFallback, writeMoldableBluetoothValue, } from './bluetooth.js';
|
|
6
|
+
export type { MoldableBluetoothAPI, MoldableBluetoothAvailability, MoldableBluetoothConnectionOptions, MoldableBluetoothDataFilter, MoldableBluetoothDevice, MoldableBluetoothDeviceEventMap, MoldableBluetoothLEScanFilter, MoldableBluetoothManufacturerDataFilter, MoldableBluetoothNavigator, MoldableBluetoothOperationOptions, MoldableBluetoothRemoteGATTCharacteristic, MoldableBluetoothRemoteGATTServer, MoldableBluetoothRemoteGATTService, MoldableBluetoothRequestDeviceOptions, MoldableBluetoothRequestOptions, MoldableBluetoothServiceDataFilter, MoldableBluetoothTransport, MoldableBluetoothUUID, MoldableBluetoothWriteMode, MoldableNativeBluetoothDevice, MoldableNativeBluetoothService, } from './bluetooth.js';
|
|
7
|
+
export { getMoldableDisplays } from './displays.js';
|
|
8
|
+
export type { GetMoldableDisplaysOptions, MoldableDisplay, MoldableDisplayPosition, MoldableDisplaySize, MoldableDisplaysResult, } from './displays.js';
|
|
9
|
+
export { areMoldableGlobalShortcutsSuspended, isMoldableGlobalShortcutRegistered, isMoldableGlobalShortcut, registerAllMoldableGlobalShortcuts, registerMoldableGlobalShortcut, setMoldableGlobalShortcutsSuspended, unregisterAllMoldableGlobalShortcuts, unregisterMoldableGlobalShortcut, } from './global-shortcuts.js';
|
|
10
|
+
export type { MoldableGlobalShortcutEvent, MoldableGlobalShortcutHandler, MoldableGlobalShortcutRegistration, MoldableGlobalShortcutState, } from './global-shortcuts.js';
|
|
11
|
+
export { getMoldableHapticAvailability, performMoldableHapticFeedback, } from './haptics.js';
|
|
12
|
+
export type { MoldableHapticAvailability, MoldableHapticPattern, MoldableHapticResult, } from './haptics.js';
|
|
13
|
+
export { closeMoldableHidDevice, forgetMoldableHidDevice, getMoldableHidDevices, isMoldableHidSupported, listenForMoldableHidInputReports, openMoldableHidDevice, receiveMoldableHidFeatureReport, requestMoldableHidDevices, sendMoldableHidFeatureReport, sendMoldableHidReport, } from './hid.js';
|
|
14
|
+
export type { MoldableHidDevice, MoldableHidDeviceFilter, MoldableHidInputReportEvent, MoldableHidOperationOptions, MoldableHidRequestOptions, } from './hid.js';
|
|
15
|
+
export { MOLDABLE_LOCATION_MAX_CACHE_AGE_MS, MOLDABLE_LOCATION_MAX_TIMEOUT_MS, MOLDABLE_LOCATION_MIN_TIMEOUT_MS, getMoldableCurrentPosition, getMoldableLocationAuthorizationStatus, } from './location.js';
|
|
16
|
+
export type { MoldableLocationAuthorization, MoldableLocationAuthorizationState, MoldableLocationCoordinates, MoldableLocationOptions, MoldableLocationResult, } from './location.js';
|
|
17
|
+
export { LOCAL_AUTHENTICATION_MAX_REASON_BYTES, authenticateMoldableLocalUser, getMoldableLocalAuthenticationAvailability, } from './local-authentication.js';
|
|
18
|
+
export type { MoldableLocalAuthenticationAvailability, MoldableLocalAuthenticationMethod, MoldableLocalAuthenticationOptions, MoldableLocalAuthenticationOutcome, MoldableLocalAuthenticationPolicy, MoldableLocalAuthenticationResult, } from './local-authentication.js';
|
|
19
|
+
export { enumerateMoldableMediaDevices, getMoldableCameraStream, getMoldableDisplayStream, getMoldableMicrophoneStream, stopMoldableMediaStream, } from './media.js';
|
|
20
|
+
export { NATIVE_SYSTEM_AUDIO_MAX_REPLAY_FRAMES, NATIVE_SYSTEM_AUDIO_PERMISSION_REQUEST_TIMEOUT_MS, getMoldableSystemAudioCapabilities, getMoldableSystemAudioStatus, replayMoldableSystemAudioFrames, requestMoldableSystemAudioPermission, startMoldableSystemAudioCapture, stopMoldableSystemAudioCapture, subscribeMoldableSystemAudioEvents, } from './system-audio.js';
|
|
21
|
+
export type { MoldableSystemAudioCapabilities, MoldableSystemAudioCapabilityResult, MoldableSystemAudioCaptureMode, MoldableSystemAudioEvent, MoldableSystemAudioEventListener, MoldableSystemAudioReplayOptions, MoldableSystemAudioSource, MoldableSystemAudioSourceState, MoldableSystemAudioStartOptions, MoldableSystemAudioStartResult, MoldableSystemAudioStatus, MoldableSystemAudioStopOptions, SubscribeMoldableSystemAudioEventsOptions, UnsubscribeMoldableSystemAudioEvents, } from './system-audio.js';
|
|
22
|
+
export { NATIVE_MEDIA_PERMISSION_REQUEST_TIMEOUT_MS, getMoldableMediaPermissionDiagnostics, getMoldableMediaPermissionStatus, requestMoldableMediaPermission, } from './media-permissions.js';
|
|
23
|
+
export type { MoldableMediaPermission, MoldableMediaPermissionDiagnostics, MoldableMediaPermissionState, MoldableMediaPermissionStatus, } from './media-permissions.js';
|
|
24
|
+
export { getMoldableMIDIInputs, getMoldableMIDIOutputs, isMoldableMIDISupported, observeMoldableMIDIState, openMoldableMIDIInput, openMoldableMIDIOutput, requestMoldableMIDIAccess, requestMoldableMIDIWithFallback, } from './midi.js';
|
|
25
|
+
export type { MoldableMIDIAccessOptions, MoldableMIDIConnectionOptions, MoldableMIDIInputConnection, MoldableMIDIOutputConnection, MoldableMIDITransport, MoldableNativeMIDIAccess, MoldableNativeMIDIPort, } from './midi.js';
|
|
26
|
+
export { NATIVE_NOTIFICATION_MAX_BODY_LENGTH, NATIVE_NOTIFICATION_MAX_TAG_LENGTH, NATIVE_NOTIFICATION_MAX_TITLE_LENGTH, getMoldableNotificationPermission, requestMoldableNotificationPermission, sendMoldableNotification, } from './notifications.js';
|
|
27
|
+
export type { MoldableNotificationOptions, MoldableNotificationPermission, MoldableNotificationPermissionResult, MoldableNotificationSendResult, } from './notifications.js';
|
|
28
|
+
export { getMoldableCurrentThermalState, getMoldablePowerState, getMoldableSystemIdleState, getMoldableSystemIdleTime, isMoldableSleepBlockerStarted, isMoldablePowerSessionEvent, startMoldableSleepBlocker, stopMoldableSleepBlocker, watchMoldablePowerSession, } from './power-session.js';
|
|
29
|
+
export type { MoldableBatteryState, MoldableBatteryStatus, MoldablePowerSessionEvent, MoldablePowerSource, MoldablePowerState, MoldableSleepBlocker, MoldableSleepBlockerType, MoldableSystemIdleResult, MoldableSystemIdleState, MoldableThermalState, StopWatchingMoldablePowerSession, WatchMoldablePowerSessionOptions, } from './power-session.js';
|
|
30
|
+
export { SECURE_STORAGE_MAX_KEY_LENGTH, SECURE_STORAGE_MAX_VALUE_BYTES, deleteMoldableSecureValue, getMoldableSecureStorageDiagnostics, getMoldableSecureValue, listMoldableSecureValues, setMoldableSecureValue, } from './secure-storage.js';
|
|
31
|
+
export type { MoldableSecureStorageDeleteResult, MoldableSecureStorageBackend, MoldableSecureStorageDiagnostics, MoldableSecureStorageEntryMetadata, MoldableSecureStorageListResult, MoldableSecureStorageSetResult, MoldableSecureStorageValueResult, } from './secure-storage.js';
|
|
32
|
+
export { closeMoldableSerialPort, forgetMoldableSerialPort, getMoldableSerialPorts, getMoldableSerialSignals, isMoldableSerialSupported, openMoldableSerialPort, readMoldableSerialPort, requestMoldableSerialPort, setMoldableSerialSignals, writeMoldableSerialPort, } from './serial.js';
|
|
33
|
+
export type { MoldableBluetoothServiceUuid, MoldableSerialInputSignals, MoldableSerialOpenOptions, MoldableSerialOperationOptions, MoldableSerialOutputSignals, MoldableSerialPort, MoldableSerialPortFilter, MoldableSerialPortInfo, MoldableSerialRequestOptions, } from './serial.js';
|
|
34
|
+
export { NATIVE_HARDWARE_CAPABILITY_IDS, NATIVE_HARDWARE_MANIFEST_SCHEMA_VERSION, } from './types.js';
|
|
35
|
+
export type { NativeHardwareCapabilityDescriptor, NativeHardwareCapabilityId, NativeHardwareCapabilityManifest, NativeHardwareErrorCode, NativeHardwareErrorPayload, NativeHardwarePermissionAuthority, NativeHardwarePermissionMetadata, NativeHardwarePermissionName, NativeHardwarePermissionRequest, NativeHardwarePlatform, NativeHardwareSupport, NativeHardwareTransportKind, NativeHardwareTransportMetadata, } from './types.js';
|
|
36
|
+
export { clearMoldableUsbHalt, closeMoldableUsbDevice, forgetMoldableUsbDevice, getMoldableUsbDevices, isMoldableUsbSupported, openMoldableUsbDevice, readMoldableUsbControlTransfer, readMoldableUsbEndpoint, requestMoldableUsbDevice, resetMoldableUsbDevice, writeMoldableUsbControlTransfer, writeMoldableUsbEndpoint, } from './usb.js';
|
|
37
|
+
export type { MoldableUsbConfiguration, MoldableUsbControlTransferParameters, MoldableUsbDevice, MoldableUsbDeviceFilter, MoldableUsbInTransferResult, MoldableUsbOpenOptions, MoldableUsbOperationOptions, MoldableUsbOutTransferResult, MoldableUsbRequestOptions, } from './usb.js';
|
|
38
38
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export { NativeHardwareBridgeError, getMoldableNativeCapabilities, toNativeHardwareBridgeError, } from './bridge';
|
|
2
|
-
export { getNativeHardwareCapability, isNativeHardwareCapabilityDescriptor, isNativeHardwareCapabilityId, isNativeHardwareCapabilityManifest, supportsNativeHardwareCapability, } from './capabilities';
|
|
3
|
-
export { readMoldableClipboardText, writeMoldableClipboardText, } from './clipboard';
|
|
4
|
-
export { MoldableBluetoothConnection, connectMoldableBluetoothDevice, getMoldableBluetoothAvailability, getMoldableBluetoothCharacteristic, isMoldableBluetoothSupported, observeMoldableBluetoothNotifications, readMoldableBluetoothValue, requestMoldableBluetoothDevice, requestMoldableBluetoothWithFallback, writeMoldableBluetoothValue, } from './bluetooth';
|
|
5
|
-
export { getMoldableDisplays } from './displays';
|
|
6
|
-
export { areMoldableGlobalShortcutsSuspended, isMoldableGlobalShortcutRegistered, isMoldableGlobalShortcut, registerAllMoldableGlobalShortcuts, registerMoldableGlobalShortcut, setMoldableGlobalShortcutsSuspended, unregisterAllMoldableGlobalShortcuts, unregisterMoldableGlobalShortcut, } from './global-shortcuts';
|
|
7
|
-
export { getMoldableHapticAvailability, performMoldableHapticFeedback, } from './haptics';
|
|
8
|
-
export { closeMoldableHidDevice, forgetMoldableHidDevice, getMoldableHidDevices, isMoldableHidSupported, listenForMoldableHidInputReports, openMoldableHidDevice, receiveMoldableHidFeatureReport, requestMoldableHidDevices, sendMoldableHidFeatureReport, sendMoldableHidReport, } from './hid';
|
|
9
|
-
export { MOLDABLE_LOCATION_MAX_CACHE_AGE_MS, MOLDABLE_LOCATION_MAX_TIMEOUT_MS, MOLDABLE_LOCATION_MIN_TIMEOUT_MS, getMoldableCurrentPosition, getMoldableLocationAuthorizationStatus, } from './location';
|
|
10
|
-
export { LOCAL_AUTHENTICATION_MAX_REASON_BYTES, authenticateMoldableLocalUser, getMoldableLocalAuthenticationAvailability, } from './local-authentication';
|
|
11
|
-
export { enumerateMoldableMediaDevices, getMoldableCameraStream, getMoldableDisplayStream, getMoldableMicrophoneStream, stopMoldableMediaStream, } from './media';
|
|
12
|
-
export { NATIVE_SYSTEM_AUDIO_MAX_REPLAY_FRAMES, NATIVE_SYSTEM_AUDIO_PERMISSION_REQUEST_TIMEOUT_MS, getMoldableSystemAudioCapabilities, getMoldableSystemAudioStatus, replayMoldableSystemAudioFrames, requestMoldableSystemAudioPermission, startMoldableSystemAudioCapture, stopMoldableSystemAudioCapture, subscribeMoldableSystemAudioEvents, } from './system-audio';
|
|
13
|
-
export { NATIVE_MEDIA_PERMISSION_REQUEST_TIMEOUT_MS, getMoldableMediaPermissionDiagnostics, getMoldableMediaPermissionStatus, requestMoldableMediaPermission, } from './media-permissions';
|
|
14
|
-
export { getMoldableMIDIInputs, getMoldableMIDIOutputs, isMoldableMIDISupported, observeMoldableMIDIState, openMoldableMIDIInput, openMoldableMIDIOutput, requestMoldableMIDIAccess, requestMoldableMIDIWithFallback, } from './midi';
|
|
15
|
-
export { NATIVE_NOTIFICATION_MAX_BODY_LENGTH, NATIVE_NOTIFICATION_MAX_TAG_LENGTH, NATIVE_NOTIFICATION_MAX_TITLE_LENGTH, getMoldableNotificationPermission, requestMoldableNotificationPermission, sendMoldableNotification, } from './notifications';
|
|
16
|
-
export { getMoldableCurrentThermalState, getMoldablePowerState, getMoldableSystemIdleState, getMoldableSystemIdleTime, isMoldableSleepBlockerStarted, isMoldablePowerSessionEvent, startMoldableSleepBlocker, stopMoldableSleepBlocker, watchMoldablePowerSession, } from './power-session';
|
|
17
|
-
export { SECURE_STORAGE_MAX_KEY_LENGTH, SECURE_STORAGE_MAX_VALUE_BYTES, deleteMoldableSecureValue, getMoldableSecureStorageDiagnostics, getMoldableSecureValue, listMoldableSecureValues, setMoldableSecureValue, } from './secure-storage';
|
|
18
|
-
export { closeMoldableSerialPort, forgetMoldableSerialPort, getMoldableSerialPorts, getMoldableSerialSignals, isMoldableSerialSupported, openMoldableSerialPort, readMoldableSerialPort, requestMoldableSerialPort, setMoldableSerialSignals, writeMoldableSerialPort, } from './serial';
|
|
19
|
-
export { NATIVE_HARDWARE_CAPABILITY_IDS, NATIVE_HARDWARE_MANIFEST_SCHEMA_VERSION, } from './types';
|
|
20
|
-
export { clearMoldableUsbHalt, closeMoldableUsbDevice, forgetMoldableUsbDevice, getMoldableUsbDevices, isMoldableUsbSupported, openMoldableUsbDevice, readMoldableUsbControlTransfer, readMoldableUsbEndpoint, requestMoldableUsbDevice, resetMoldableUsbDevice, writeMoldableUsbControlTransfer, writeMoldableUsbEndpoint, } from './usb';
|
|
1
|
+
export { NativeHardwareBridgeError, getMoldableNativeCapabilities, toNativeHardwareBridgeError, } from './bridge.js';
|
|
2
|
+
export { getNativeHardwareCapability, isNativeHardwareCapabilityDescriptor, isNativeHardwareCapabilityId, isNativeHardwareCapabilityManifest, supportsNativeHardwareCapability, } from './capabilities.js';
|
|
3
|
+
export { readMoldableClipboardText, writeMoldableClipboardText, } from './clipboard.js';
|
|
4
|
+
export { MoldableBluetoothConnection, connectMoldableBluetoothDevice, getMoldableBluetoothAvailability, getMoldableBluetoothCharacteristic, isMoldableBluetoothSupported, observeMoldableBluetoothNotifications, readMoldableBluetoothValue, requestMoldableBluetoothDevice, requestMoldableBluetoothWithFallback, writeMoldableBluetoothValue, } from './bluetooth.js';
|
|
5
|
+
export { getMoldableDisplays } from './displays.js';
|
|
6
|
+
export { areMoldableGlobalShortcutsSuspended, isMoldableGlobalShortcutRegistered, isMoldableGlobalShortcut, registerAllMoldableGlobalShortcuts, registerMoldableGlobalShortcut, setMoldableGlobalShortcutsSuspended, unregisterAllMoldableGlobalShortcuts, unregisterMoldableGlobalShortcut, } from './global-shortcuts.js';
|
|
7
|
+
export { getMoldableHapticAvailability, performMoldableHapticFeedback, } from './haptics.js';
|
|
8
|
+
export { closeMoldableHidDevice, forgetMoldableHidDevice, getMoldableHidDevices, isMoldableHidSupported, listenForMoldableHidInputReports, openMoldableHidDevice, receiveMoldableHidFeatureReport, requestMoldableHidDevices, sendMoldableHidFeatureReport, sendMoldableHidReport, } from './hid.js';
|
|
9
|
+
export { MOLDABLE_LOCATION_MAX_CACHE_AGE_MS, MOLDABLE_LOCATION_MAX_TIMEOUT_MS, MOLDABLE_LOCATION_MIN_TIMEOUT_MS, getMoldableCurrentPosition, getMoldableLocationAuthorizationStatus, } from './location.js';
|
|
10
|
+
export { LOCAL_AUTHENTICATION_MAX_REASON_BYTES, authenticateMoldableLocalUser, getMoldableLocalAuthenticationAvailability, } from './local-authentication.js';
|
|
11
|
+
export { enumerateMoldableMediaDevices, getMoldableCameraStream, getMoldableDisplayStream, getMoldableMicrophoneStream, stopMoldableMediaStream, } from './media.js';
|
|
12
|
+
export { NATIVE_SYSTEM_AUDIO_MAX_REPLAY_FRAMES, NATIVE_SYSTEM_AUDIO_PERMISSION_REQUEST_TIMEOUT_MS, getMoldableSystemAudioCapabilities, getMoldableSystemAudioStatus, replayMoldableSystemAudioFrames, requestMoldableSystemAudioPermission, startMoldableSystemAudioCapture, stopMoldableSystemAudioCapture, subscribeMoldableSystemAudioEvents, } from './system-audio.js';
|
|
13
|
+
export { NATIVE_MEDIA_PERMISSION_REQUEST_TIMEOUT_MS, getMoldableMediaPermissionDiagnostics, getMoldableMediaPermissionStatus, requestMoldableMediaPermission, } from './media-permissions.js';
|
|
14
|
+
export { getMoldableMIDIInputs, getMoldableMIDIOutputs, isMoldableMIDISupported, observeMoldableMIDIState, openMoldableMIDIInput, openMoldableMIDIOutput, requestMoldableMIDIAccess, requestMoldableMIDIWithFallback, } from './midi.js';
|
|
15
|
+
export { NATIVE_NOTIFICATION_MAX_BODY_LENGTH, NATIVE_NOTIFICATION_MAX_TAG_LENGTH, NATIVE_NOTIFICATION_MAX_TITLE_LENGTH, getMoldableNotificationPermission, requestMoldableNotificationPermission, sendMoldableNotification, } from './notifications.js';
|
|
16
|
+
export { getMoldableCurrentThermalState, getMoldablePowerState, getMoldableSystemIdleState, getMoldableSystemIdleTime, isMoldableSleepBlockerStarted, isMoldablePowerSessionEvent, startMoldableSleepBlocker, stopMoldableSleepBlocker, watchMoldablePowerSession, } from './power-session.js';
|
|
17
|
+
export { SECURE_STORAGE_MAX_KEY_LENGTH, SECURE_STORAGE_MAX_VALUE_BYTES, deleteMoldableSecureValue, getMoldableSecureStorageDiagnostics, getMoldableSecureValue, listMoldableSecureValues, setMoldableSecureValue, } from './secure-storage.js';
|
|
18
|
+
export { closeMoldableSerialPort, forgetMoldableSerialPort, getMoldableSerialPorts, getMoldableSerialSignals, isMoldableSerialSupported, openMoldableSerialPort, readMoldableSerialPort, requestMoldableSerialPort, setMoldableSerialSignals, writeMoldableSerialPort, } from './serial.js';
|
|
19
|
+
export { NATIVE_HARDWARE_CAPABILITY_IDS, NATIVE_HARDWARE_MANIFEST_SCHEMA_VERSION, } from './types.js';
|
|
20
|
+
export { clearMoldableUsbHalt, closeMoldableUsbDevice, forgetMoldableUsbDevice, getMoldableUsbDevices, isMoldableUsbSupported, openMoldableUsbDevice, readMoldableUsbControlTransfer, readMoldableUsbEndpoint, requestMoldableUsbDevice, resetMoldableUsbDevice, writeMoldableUsbControlTransfer, writeMoldableUsbEndpoint, } from './usb.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type NativeHardwareBridgeOptions } from './bridge';
|
|
1
|
+
import { type NativeHardwareBridgeOptions } from './bridge.js';
|
|
2
2
|
export declare const NATIVE_LOCAL_AUTHENTICATION_REQUEST_TYPE: "moldable:native-local-authentication";
|
|
3
3
|
export declare const NATIVE_LOCAL_AUTHENTICATION_RESULT_TYPE: "moldable:native-local-authentication-result";
|
|
4
4
|
export declare const LOCAL_AUTHENTICATION_MAX_REASON_BYTES = 160;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { callNativeHardwareBridge, } from './bridge';
|
|
1
|
+
import { callNativeHardwareBridge, } from './bridge.js';
|
|
2
2
|
export const NATIVE_LOCAL_AUTHENTICATION_REQUEST_TYPE = 'moldable:native-local-authentication';
|
|
3
3
|
export const NATIVE_LOCAL_AUTHENTICATION_RESULT_TYPE = 'moldable:native-local-authentication-result';
|
|
4
4
|
export const LOCAL_AUTHENTICATION_MAX_REASON_BYTES = 160;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError, callNativeHardwareBridge, toNativeHardwareBridgeError, } from './bridge';
|
|
1
|
+
import { NativeHardwareBridgeError, callNativeHardwareBridge, toNativeHardwareBridgeError, } from './bridge.js';
|
|
2
2
|
export const MOLDABLE_LOCATION_MIN_TIMEOUT_MS = 1;
|
|
3
3
|
export const MOLDABLE_LOCATION_MAX_TIMEOUT_MS = 60_000;
|
|
4
4
|
export const MOLDABLE_LOCATION_MAX_CACHE_AGE_MS = 86_400_000;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type NativeHardwareBridgeOptions } from './bridge';
|
|
1
|
+
import { type NativeHardwareBridgeOptions } from './bridge.js';
|
|
2
2
|
export declare const NATIVE_MEDIA_PERMISSION_REQUEST_TIMEOUT_MS = 125000;
|
|
3
3
|
export type MoldableMediaPermission = 'camera' | 'microphone' | 'screen-recording';
|
|
4
4
|
export type MoldableMediaPermissionStatus = 'granted' | 'denied' | 'restricted' | 'not-determined' | 'unknown' | 'unsupported';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { callNativeHardwareBridge, } from './bridge';
|
|
1
|
+
import { callNativeHardwareBridge, } from './bridge.js';
|
|
2
2
|
const NATIVE_MEDIA_PERMISSION_REQUEST_TYPE = 'moldable:native-media-permission';
|
|
3
3
|
const NATIVE_MEDIA_PERMISSION_RESULT_TYPE = 'moldable:native-media-permission-result';
|
|
4
4
|
export const NATIVE_MEDIA_PERMISSION_REQUEST_TIMEOUT_MS = 125_000;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { NativeHardwareCapabilityId } from './types';
|
|
1
|
+
import type { NativeHardwareCapabilityId } from './types.js';
|
|
2
2
|
type MediaCapability = Extract<NativeHardwareCapabilityId, 'camera' | 'microphone' | 'screen-capture'>;
|
|
3
3
|
/**
|
|
4
4
|
* Enumerates browser-visible audio and video input/output devices.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError, toNativeHardwareBridgeError, } from './bridge';
|
|
1
|
+
import { NativeHardwareBridgeError, toNativeHardwareBridgeError, } from './bridge.js';
|
|
2
2
|
function mediaDevicesFor(capability, method) {
|
|
3
3
|
if (typeof navigator === 'undefined' ||
|
|
4
4
|
!navigator.mediaDevices ||
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { MoldableMIDIAccessOptions, MoldableMIDIConnectionOptions } from './midi-types';
|
|
1
|
+
import type { MoldableMIDIAccessOptions, MoldableMIDIConnectionOptions } from './midi-types.js';
|
|
2
2
|
/** Checks only whether this runtime exposes Web MIDI; it does not request permission. */
|
|
3
3
|
export declare function isMoldableMIDISupported(): boolean;
|
|
4
4
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { toNativeHardwareBridgeError } from './bridge';
|
|
2
|
-
import { abortableMIDI, midiError } from './midi-internal';
|
|
1
|
+
import { toNativeHardwareBridgeError } from './bridge.js';
|
|
2
|
+
import { abortableMIDI, midiError } from './midi-internal.js';
|
|
3
3
|
function assertUserGesture() {
|
|
4
4
|
if (typeof navigator === 'undefined')
|
|
5
5
|
return;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError, toNativeHardwareBridgeError, } from './bridge';
|
|
1
|
+
import { NativeHardwareBridgeError, toNativeHardwareBridgeError, } from './bridge.js';
|
|
2
2
|
export function midiError(error, operation) {
|
|
3
3
|
if (error instanceof NativeHardwareBridgeError)
|
|
4
4
|
return error;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { callNativeHardwareBridge, } from './bridge';
|
|
2
|
-
import { isMoldableMIDISupported, requestMoldableMIDIAccess, } from './midi-access';
|
|
1
|
+
import { callNativeHardwareBridge, } from './bridge.js';
|
|
2
|
+
import { isMoldableMIDISupported, requestMoldableMIDIAccess, } from './midi-access.js';
|
|
3
3
|
const REQUEST_TYPE = 'moldable:native-midi';
|
|
4
4
|
const RESULT_TYPE = 'moldable:native-midi-result';
|
|
5
5
|
const EVENT_TYPE = 'moldable:native-midi-event';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { MoldableMIDIConnectionOptions, MoldableMIDIInputConnection, MoldableMIDIOutputConnection } from './midi-types';
|
|
1
|
+
import type { MoldableMIDIConnectionOptions, MoldableMIDIInputConnection, MoldableMIDIOutputConnection } from './midi-types.js';
|
|
2
2
|
/** Opens one input port and owns its message listener until `close()` or abort. */
|
|
3
3
|
export declare function openMoldableMIDIInput(access: MIDIAccess, inputId: string, listener: (event: MIDIMessageEvent) => void, options?: MoldableMIDIConnectionOptions): Promise<MoldableMIDIInputConnection>;
|
|
4
4
|
/** Opens one output port and validates outbound MIDI bytes before sending. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { abortableMIDI, findMIDIPort, midiAborted, midiError, missingMIDIPort, } from './midi-internal';
|
|
1
|
+
import { abortableMIDI, findMIDIPort, midiAborted, midiError, missingMIDIPort, } from './midi-internal.js';
|
|
2
2
|
/** Opens one input port and owns its message listener until `close()` or abort. */
|
|
3
3
|
export async function openMoldableMIDIInput(access, inputId, listener, options = {}) {
|
|
4
4
|
const input = findMIDIPort(access.inputs, inputId);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { getMoldableMIDIInputs, getMoldableMIDIOutputs, isMoldableMIDISupported, observeMoldableMIDIState, requestMoldableMIDIAccess, } from './midi-access';
|
|
2
|
-
export { openMoldableMIDIInput, openMoldableMIDIOutput } from './midi-ports';
|
|
3
|
-
export { requestMoldableMIDIWithFallback } from './midi-native-fallback';
|
|
4
|
-
export type { MoldableMIDITransport, MoldableNativeMIDIAccess, MoldableNativeMIDIPort, } from './midi-native-fallback';
|
|
5
|
-
export type { MoldableMIDIAccessOptions, MoldableMIDIConnectionOptions, MoldableMIDIInputConnection, MoldableMIDIOutputConnection, } from './midi-types';
|
|
1
|
+
export { getMoldableMIDIInputs, getMoldableMIDIOutputs, isMoldableMIDISupported, observeMoldableMIDIState, requestMoldableMIDIAccess, } from './midi-access.js';
|
|
2
|
+
export { openMoldableMIDIInput, openMoldableMIDIOutput } from './midi-ports.js';
|
|
3
|
+
export { requestMoldableMIDIWithFallback } from './midi-native-fallback.js';
|
|
4
|
+
export type { MoldableMIDITransport, MoldableNativeMIDIAccess, MoldableNativeMIDIPort, } from './midi-native-fallback.js';
|
|
5
|
+
export type { MoldableMIDIAccessOptions, MoldableMIDIConnectionOptions, MoldableMIDIInputConnection, MoldableMIDIOutputConnection, } from './midi-types.js';
|
|
6
6
|
//# sourceMappingURL=midi.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { getMoldableMIDIInputs, getMoldableMIDIOutputs, isMoldableMIDISupported, observeMoldableMIDIState, requestMoldableMIDIAccess, } from './midi-access';
|
|
2
|
-
export { openMoldableMIDIInput, openMoldableMIDIOutput } from './midi-ports';
|
|
3
|
-
export { requestMoldableMIDIWithFallback } from './midi-native-fallback';
|
|
1
|
+
export { getMoldableMIDIInputs, getMoldableMIDIOutputs, isMoldableMIDISupported, observeMoldableMIDIState, requestMoldableMIDIAccess, } from './midi-access.js';
|
|
2
|
+
export { openMoldableMIDIInput, openMoldableMIDIOutput } from './midi-ports.js';
|
|
3
|
+
export { requestMoldableMIDIWithFallback } from './midi-native-fallback.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError, callNativeHardwareBridge, } from './bridge';
|
|
1
|
+
import { NativeHardwareBridgeError, callNativeHardwareBridge, } from './bridge.js';
|
|
2
2
|
const REQUEST_TYPE = 'moldable:native-device-io-request';
|
|
3
3
|
const RESULT_TYPE = 'moldable:native-device-io-result';
|
|
4
4
|
const OPAQUE_ID_PATTERN = /^(selector|device)-[a-f0-9]{36}$/;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type NativeHardwareBridgeOptions } from './bridge';
|
|
2
|
-
import type { NativeHardwareRequestEnvelope, NativeHardwareResultEnvelope } from './types';
|
|
1
|
+
import { type NativeHardwareBridgeOptions } from './bridge.js';
|
|
2
|
+
import type { NativeHardwareRequestEnvelope, NativeHardwareResultEnvelope } from './types.js';
|
|
3
3
|
export declare const NATIVE_NOTIFICATION_REQUEST_TYPE: "moldable:native-notifications";
|
|
4
4
|
export declare const NATIVE_NOTIFICATION_RESULT_TYPE: "moldable:native-notifications-result";
|
|
5
5
|
export declare const NATIVE_NOTIFICATION_MAX_TITLE_LENGTH = 256;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { callNativeHardwareBridge, } from './bridge';
|
|
1
|
+
import { callNativeHardwareBridge, } from './bridge.js';
|
|
2
2
|
export const NATIVE_NOTIFICATION_REQUEST_TYPE = 'moldable:native-notifications';
|
|
3
3
|
export const NATIVE_NOTIFICATION_RESULT_TYPE = 'moldable:native-notifications-result';
|
|
4
4
|
export const NATIVE_NOTIFICATION_MAX_TITLE_LENGTH = 256;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type NativeHardwareBridgeOptions } from './bridge';
|
|
2
|
-
import type { NativeHardwareRequestEnvelope, NativeHardwareResultEnvelope } from './types';
|
|
1
|
+
import { type NativeHardwareBridgeOptions } from './bridge.js';
|
|
2
|
+
import type { NativeHardwareRequestEnvelope, NativeHardwareResultEnvelope } from './types.js';
|
|
3
3
|
export declare const NATIVE_POWER_SESSION_REQUEST_TYPE: "moldable:native-power-session";
|
|
4
4
|
export declare const NATIVE_POWER_SESSION_RESULT_TYPE: "moldable:native-power-session-result";
|
|
5
5
|
export declare const NATIVE_POWER_SESSION_EVENT_TYPE: "moldable:native-power-session-event";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError, callNativeHardwareBridge, resolveNativeHardwareParentOrigin, } from './bridge';
|
|
1
|
+
import { NativeHardwareBridgeError, callNativeHardwareBridge, resolveNativeHardwareParentOrigin, } from './bridge.js';
|
|
2
2
|
export const NATIVE_POWER_SESSION_REQUEST_TYPE = 'moldable:native-power-session';
|
|
3
3
|
export const NATIVE_POWER_SESSION_RESULT_TYPE = 'moldable:native-power-session-result';
|
|
4
4
|
export const NATIVE_POWER_SESSION_EVENT_TYPE = 'moldable:native-power-session-event';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type NativeHardwareBridgeOptions } from './bridge';
|
|
1
|
+
import { type NativeHardwareBridgeOptions } from './bridge.js';
|
|
2
2
|
export declare const NATIVE_SECURE_STORAGE_REQUEST_TYPE: "moldable:native-secure-storage";
|
|
3
3
|
export declare const NATIVE_SECURE_STORAGE_RESULT_TYPE: "moldable:native-secure-storage-result";
|
|
4
4
|
export declare const SECURE_STORAGE_MAX_KEY_LENGTH = 128;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { callNativeHardwareBridge, } from './bridge';
|
|
1
|
+
import { callNativeHardwareBridge, } from './bridge.js';
|
|
2
2
|
export const NATIVE_SECURE_STORAGE_REQUEST_TYPE = 'moldable:native-secure-storage';
|
|
3
3
|
export const NATIVE_SECURE_STORAGE_RESULT_TYPE = 'moldable:native-secure-storage-result';
|
|
4
4
|
export const SECURE_STORAGE_MAX_KEY_LENGTH = 128;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type MoldableNativeDeviceDescriptor } from './native-device-io';
|
|
2
|
-
import type { MoldableSerialInputSignals, MoldableSerialOpenOptions, MoldableSerialOutputSignals, MoldableSerialPort, MoldableSerialPortInfo } from './serial';
|
|
1
|
+
import { type MoldableNativeDeviceDescriptor } from './native-device-io.js';
|
|
2
|
+
import type { MoldableSerialInputSignals, MoldableSerialOpenOptions, MoldableSerialOutputSignals, MoldableSerialPort, MoldableSerialPortInfo } from './serial.js';
|
|
3
3
|
export declare class NativeMoldableSerialPort extends EventTarget implements MoldableSerialPort {
|
|
4
4
|
readonly descriptor: MoldableNativeDeviceDescriptor;
|
|
5
5
|
readable: ReadableStream<Uint8Array> | null;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError } from './bridge';
|
|
2
|
-
import { bytesFromNativeDeviceResult, bytesWrittenFromNativeDeviceResult, closeMoldableNativeDevice, executeMoldableNativeDeviceOperation, openMoldableNativeDevice, } from './native-device-io';
|
|
3
|
-
import { NativeDeviceLifecycle, isNativeDeviceDisconnect, } from './native-device-lifecycle';
|
|
1
|
+
import { NativeHardwareBridgeError } from './bridge.js';
|
|
2
|
+
import { bytesFromNativeDeviceResult, bytesWrittenFromNativeDeviceResult, closeMoldableNativeDevice, executeMoldableNativeDeviceOperation, openMoldableNativeDevice, } from './native-device-io.js';
|
|
3
|
+
import { NativeDeviceLifecycle, isNativeDeviceDisconnect, } from './native-device-lifecycle.js';
|
|
4
4
|
export class NativeMoldableSerialPort extends EventTarget {
|
|
5
5
|
descriptor;
|
|
6
6
|
readable = null;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError } from './bridge';
|
|
2
|
-
import { abortedDeviceIoError, awaitDeviceIoWithAbort, deviceIoError, unsupportedDeviceIoError, } from './device-io-errors';
|
|
3
|
-
import { listMoldableNativeDevices } from './native-device-io';
|
|
4
|
-
import { NativeMoldableSerialPort } from './serial-native';
|
|
1
|
+
import { NativeHardwareBridgeError } from './bridge.js';
|
|
2
|
+
import { abortedDeviceIoError, awaitDeviceIoWithAbort, deviceIoError, unsupportedDeviceIoError, } from './device-io-errors.js';
|
|
3
|
+
import { listMoldableNativeDevices } from './native-device-io.js';
|
|
4
|
+
import { NativeMoldableSerialPort } from './serial-native.js';
|
|
5
5
|
function assertNativeSerialFiltersSupported(options) {
|
|
6
6
|
if (options.allowedBluetoothServiceClassIds?.length ||
|
|
7
7
|
options.filters?.some((filter) => filter.bluetoothServiceClassId !== undefined)) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type NativeHardwareBridgeOptions } from './bridge';
|
|
1
|
+
import { type NativeHardwareBridgeOptions } from './bridge.js';
|
|
2
2
|
export declare const NATIVE_SYSTEM_AUDIO_MAX_REPLAY_FRAMES = 500;
|
|
3
3
|
export declare const NATIVE_SYSTEM_AUDIO_PERMISSION_REQUEST_TIMEOUT_MS = 125000;
|
|
4
4
|
export type MoldableSystemAudioCaptureMode = 'systemAudio' | 'systemMicrophone';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError, callNativeHardwareBridge, resolveNativeHardwareParentOrigin, } from './bridge';
|
|
1
|
+
import { NativeHardwareBridgeError, callNativeHardwareBridge, resolveNativeHardwareParentOrigin, } from './bridge.js';
|
|
2
2
|
const NATIVE_SYSTEM_AUDIO_REQUEST_TYPE = 'moldable:system-audio-request';
|
|
3
3
|
const NATIVE_SYSTEM_AUDIO_RESULT_TYPE = 'moldable:system-audio-response';
|
|
4
4
|
const NATIVE_SYSTEM_AUDIO_EVENT_TYPE = 'moldable:system-audio-event';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type MoldableNativeDeviceDescriptor } from './native-device-io';
|
|
2
|
-
import type { MoldableUsbControlTransferParameters, MoldableUsbDevice, MoldableUsbInTransferResult, MoldableUsbOpenOptions, MoldableUsbOperationOptions, MoldableUsbOutTransferResult } from './usb';
|
|
1
|
+
import { type MoldableNativeDeviceDescriptor } from './native-device-io.js';
|
|
2
|
+
import type { MoldableUsbControlTransferParameters, MoldableUsbDevice, MoldableUsbInTransferResult, MoldableUsbOpenOptions, MoldableUsbOperationOptions, MoldableUsbOutTransferResult } from './usb.js';
|
|
3
3
|
export declare class NativeMoldableUsbDevice extends EventTarget implements MoldableUsbDevice {
|
|
4
4
|
readonly descriptor: MoldableNativeDeviceDescriptor;
|
|
5
5
|
readonly vendorId: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError } from './bridge';
|
|
2
|
-
import { bytesFromNativeDeviceResult, bytesWrittenFromNativeDeviceResult, closeMoldableNativeDevice, executeMoldableNativeDeviceOperation, openMoldableNativeDevice, } from './native-device-io';
|
|
3
|
-
import { NativeDeviceLifecycle, isNativeDeviceDisconnect, } from './native-device-lifecycle';
|
|
1
|
+
import { NativeHardwareBridgeError } from './bridge.js';
|
|
2
|
+
import { bytesFromNativeDeviceResult, bytesWrittenFromNativeDeviceResult, closeMoldableNativeDevice, executeMoldableNativeDeviceOperation, openMoldableNativeDevice, } from './native-device-io.js';
|
|
3
|
+
import { NativeDeviceLifecycle, isNativeDeviceDisconnect, } from './native-device-lifecycle.js';
|
|
4
4
|
const DEFAULT_TIMEOUT_MS = 10_000;
|
|
5
5
|
export class NativeMoldableUsbDevice extends EventTarget {
|
|
6
6
|
descriptor;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { NativeHardwareBridgeError } from './bridge';
|
|
2
|
-
import { awaitDeviceIoWithAbort, deviceIoError, unsupportedDeviceIoError, } from './device-io-errors';
|
|
3
|
-
import { listMoldableNativeDevices } from './native-device-io';
|
|
4
|
-
import { NativeMoldableUsbDevice, isNativeMoldableUsbDevice, } from './usb-native';
|
|
1
|
+
import { NativeHardwareBridgeError } from './bridge.js';
|
|
2
|
+
import { awaitDeviceIoWithAbort, deviceIoError, unsupportedDeviceIoError, } from './device-io-errors.js';
|
|
3
|
+
import { listMoldableNativeDevices } from './native-device-io.js';
|
|
4
|
+
import { NativeMoldableUsbDevice, isNativeMoldableUsbDevice, } from './usb-native.js';
|
|
5
5
|
function assertNativeUsbFiltersSupported(filters) {
|
|
6
6
|
if (filters?.some((filter) => filter.classCode !== undefined ||
|
|
7
7
|
filter.subclassCode !== undefined ||
|