@flanksource/clicky-ui 0.2.2 → 0.2.4
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/NOTICE.md +516 -0
- package/README.md +12 -13
- package/dist/clicky.cjs +7 -0
- package/dist/clicky.cjs.map +1 -0
- package/dist/clicky.d.ts +1 -1
- package/dist/clicky.d.ts.map +1 -1
- package/dist/clicky.js +4 -2
- package/dist/components/DateField.cjs +17 -0
- package/dist/components/DateField.cjs.map +1 -0
- package/dist/components/DateField.d.ts +35 -0
- package/dist/components/DateField.d.ts.map +1 -0
- package/dist/components/DateField.js +17 -0
- package/dist/components/DateField.js.map +1 -0
- package/dist/components/DatePicker.cjs +65 -0
- package/dist/components/DatePicker.cjs.map +1 -0
- package/dist/components/DatePicker.d.ts.map +1 -1
- package/dist/components/DatePicker.js +3 -1
- package/dist/components/DatePicker.js.map +1 -1
- package/dist/components/DateTimePicker.cjs +85 -0
- package/dist/components/DateTimePicker.cjs.map +1 -0
- package/dist/components/DateTimePicker.d.ts.map +1 -1
- package/dist/components/DateTimePicker.js +2 -1
- package/dist/components/DateTimePicker.js.map +1 -1
- package/dist/components/FilterBar.cjs +2120 -0
- package/dist/components/FilterBar.cjs.map +1 -0
- package/dist/components/FilterBar.d.ts +86 -4
- package/dist/components/FilterBar.d.ts.map +1 -1
- package/dist/components/FilterBar.js +716 -281
- package/dist/components/FilterBar.js.map +1 -1
- package/dist/components/MultiSelect.cjs +139 -0
- package/dist/components/MultiSelect.cjs.map +1 -0
- package/dist/components/MultiSelect.d.ts +12 -0
- package/dist/components/MultiSelect.d.ts.map +1 -1
- package/dist/components/MultiSelect.js +3 -7
- package/dist/components/MultiSelect.js.map +1 -1
- package/dist/components/RangeSlider.cjs +92 -0
- package/dist/components/RangeSlider.cjs.map +1 -0
- package/dist/components/TimeRange.cjs +698 -0
- package/dist/components/TimeRange.cjs.map +1 -0
- package/dist/components/TimeRange.d.ts +69 -0
- package/dist/components/TimeRange.d.ts.map +1 -0
- package/dist/components/TimeRange.js +698 -0
- package/dist/components/TimeRange.js.map +1 -0
- package/dist/components/button.cjs +126 -0
- package/dist/components/button.cjs.map +1 -0
- package/dist/components/button.d.ts +6 -0
- package/dist/components/button.d.ts.map +1 -1
- package/dist/components/button.js.map +1 -1
- package/dist/components/density-switcher.cjs +35 -0
- package/dist/components/density-switcher.cjs.map +1 -0
- package/dist/components/density-switcher.d.ts +3 -0
- package/dist/components/density-switcher.d.ts.map +1 -1
- package/dist/components/density-switcher.js +6 -3
- package/dist/components/density-switcher.js.map +1 -1
- package/dist/components/icon-menu-picker.cjs +194 -0
- package/dist/components/icon-menu-picker.cjs.map +1 -0
- package/dist/components/icon-menu-picker.d.ts +2 -1
- package/dist/components/icon-menu-picker.d.ts.map +1 -1
- package/dist/components/icon-menu-picker.js +7 -5
- package/dist/components/icon-menu-picker.js.map +1 -1
- package/dist/components/select.cjs +40 -0
- package/dist/components/select.cjs.map +1 -0
- package/dist/components/select.d.ts.map +1 -1
- package/dist/components/select.js +2 -1
- package/dist/components/select.js.map +1 -1
- package/dist/components/theme-switcher.cjs +45 -0
- package/dist/components/theme-switcher.cjs.map +1 -0
- package/dist/components/theme-switcher.d.ts +3 -0
- package/dist/components/theme-switcher.d.ts.map +1 -1
- package/dist/components/theme-switcher.js +7 -4
- package/dist/components/theme-switcher.js.map +1 -1
- package/dist/components.cjs +39 -0
- package/dist/components.cjs.map +1 -0
- package/dist/components.d.ts +3 -0
- package/dist/components.d.ts.map +1 -1
- package/dist/components.js +6 -0
- package/dist/components.js.map +1 -1
- package/dist/data/AnsiHtml.cjs +71 -0
- package/dist/data/AnsiHtml.cjs.map +1 -0
- package/dist/data/AnsiHtml.d.ts +3 -0
- package/dist/data/AnsiHtml.d.ts.map +1 -1
- package/dist/data/AnsiHtml.js.map +1 -1
- package/dist/data/Avatar.cjs +201 -0
- package/dist/data/Avatar.cjs.map +1 -0
- package/dist/data/Avatar.d.ts +10 -0
- package/dist/data/Avatar.d.ts.map +1 -1
- package/dist/data/Avatar.js.map +1 -1
- package/dist/data/AvatarBadge.cjs +104 -0
- package/dist/data/AvatarBadge.cjs.map +1 -0
- package/dist/data/AvatarBadge.d.ts +2 -2
- package/dist/data/AvatarBadge.d.ts.map +1 -1
- package/dist/data/AvatarBadge.js +1 -1
- package/dist/data/AvatarBadge.js.map +1 -1
- package/dist/data/Badge.cjs +679 -0
- package/dist/data/Badge.cjs.map +1 -0
- package/dist/data/Badge.d.ts +26 -2
- package/dist/data/Badge.d.ts.map +1 -1
- package/dist/data/Badge.js +14 -2
- package/dist/data/Badge.js.map +1 -1
- package/dist/data/Clicky.cjs +1965 -0
- package/dist/data/Clicky.cjs.map +1 -0
- package/dist/data/Clicky.d.ts +48 -1
- package/dist/data/Clicky.d.ts.map +1 -1
- package/dist/data/Clicky.js +123 -118
- package/dist/data/Clicky.js.map +1 -1
- package/dist/data/CodeBlock.cjs +72 -0
- package/dist/data/CodeBlock.cjs.map +1 -0
- package/dist/data/CodeBlock.d.ts +14 -0
- package/dist/data/CodeBlock.d.ts.map +1 -0
- package/dist/data/CodeBlock.js +72 -0
- package/dist/data/CodeBlock.js.map +1 -0
- package/dist/data/DataTable.cjs +1735 -0
- package/dist/data/DataTable.cjs.map +1 -0
- package/dist/data/DataTable.d.ts +153 -3
- package/dist/data/DataTable.d.ts.map +1 -1
- package/dist/data/DataTable.js +464 -193
- package/dist/data/DataTable.js.map +1 -1
- package/dist/data/FilterPill.cjs +175 -0
- package/dist/data/FilterPill.cjs.map +1 -0
- package/dist/data/FilterPill.d.ts +12 -1
- package/dist/data/FilterPill.d.ts.map +1 -1
- package/dist/data/FilterPill.js +47 -25
- package/dist/data/FilterPill.js.map +1 -1
- package/dist/data/Gauge.cjs +75 -0
- package/dist/data/Gauge.cjs.map +1 -0
- package/dist/data/Gauge.d.ts +2 -1
- package/dist/data/Gauge.d.ts.map +1 -1
- package/dist/data/Gauge.js +13 -1
- package/dist/data/Gauge.js.map +1 -1
- package/dist/data/Icon.cjs +129 -0
- package/dist/data/Icon.cjs.map +1 -0
- package/dist/data/Icon.d.ts +28 -12
- package/dist/data/Icon.d.ts.map +1 -1
- package/dist/data/Icon.js +51 -37
- package/dist/data/Icon.js.map +1 -1
- package/dist/data/JsonView.cjs +74 -0
- package/dist/data/JsonView.cjs.map +1 -0
- package/dist/data/JsonView.d.ts +4 -0
- package/dist/data/JsonView.d.ts.map +1 -1
- package/dist/data/JsonView.js.map +1 -1
- package/dist/data/KeyValueList.cjs +33 -0
- package/dist/data/KeyValueList.cjs.map +1 -0
- package/dist/data/LogViewer.cjs +46 -0
- package/dist/data/LogViewer.cjs.map +1 -0
- package/dist/data/LogViewer.d.ts +6 -0
- package/dist/data/LogViewer.d.ts.map +1 -1
- package/dist/data/LogViewer.js.map +1 -1
- package/dist/data/LogsTable.cjs +452 -0
- package/dist/data/LogsTable.cjs.map +1 -0
- package/dist/data/LogsTable.d.ts +5 -6
- package/dist/data/LogsTable.d.ts.map +1 -1
- package/dist/data/LogsTable.js +88 -216
- package/dist/data/LogsTable.js.map +1 -1
- package/dist/data/Markdown.cjs +81 -0
- package/dist/data/Markdown.cjs.map +1 -0
- package/dist/data/Markdown.d.ts +2 -0
- package/dist/data/Markdown.d.ts.map +1 -1
- package/dist/data/Markdown.js.map +1 -1
- package/dist/data/MatrixTable.cjs +164 -0
- package/dist/data/MatrixTable.cjs.map +1 -0
- package/dist/data/MethodBadge.cjs +18 -0
- package/dist/data/MethodBadge.cjs.map +1 -0
- package/dist/data/MethodBadge.d.ts +2 -0
- package/dist/data/MethodBadge.d.ts.map +1 -1
- package/dist/data/MethodBadge.js.map +1 -1
- package/dist/data/ProgressBar.cjs +34 -0
- package/dist/data/ProgressBar.cjs.map +1 -0
- package/dist/data/ProgressBar.d.ts +7 -0
- package/dist/data/ProgressBar.d.ts.map +1 -1
- package/dist/data/ProgressBar.js.map +1 -1
- package/dist/data/Properties.cjs +146 -0
- package/dist/data/Properties.cjs.map +1 -0
- package/dist/data/Properties.d.ts +63 -0
- package/dist/data/Properties.d.ts.map +1 -0
- package/dist/data/Properties.js +146 -0
- package/dist/data/Properties.js.map +1 -0
- package/dist/data/SignedDeltaBar.cjs +58 -0
- package/dist/data/SignedDeltaBar.cjs.map +1 -0
- package/dist/data/SignedDeltaBar.d.ts +25 -0
- package/dist/data/SignedDeltaBar.d.ts.map +1 -0
- package/dist/data/SignedDeltaBar.js +58 -0
- package/dist/data/SignedDeltaBar.js.map +1 -0
- package/dist/data/SortableHeader.cjs +33 -0
- package/dist/data/SortableHeader.cjs.map +1 -0
- package/dist/data/SortableHeader.d.ts +6 -0
- package/dist/data/SortableHeader.d.ts.map +1 -1
- package/dist/data/SortableHeader.js.map +1 -1
- package/dist/data/TabButton.cjs +45 -0
- package/dist/data/TabButton.cjs.map +1 -0
- package/dist/data/TabButton.d.ts +9 -1
- package/dist/data/TabButton.d.ts.map +1 -1
- package/dist/data/TabButton.js +1 -1
- package/dist/data/TabButton.js.map +1 -1
- package/dist/data/Tree.cjs +240 -0
- package/dist/data/Tree.cjs.map +1 -0
- package/dist/data/Tree.d.ts +5 -0
- package/dist/data/Tree.d.ts.map +1 -1
- package/dist/data/Tree.js +8 -4
- package/dist/data/Tree.js.map +1 -1
- package/dist/data/TreeGroupHeader.cjs +43 -0
- package/dist/data/TreeGroupHeader.cjs.map +1 -0
- package/dist/data/TreeGroupHeader.d.ts +8 -1
- package/dist/data/TreeGroupHeader.d.ts.map +1 -1
- package/dist/data/TreeGroupHeader.js +4 -2
- package/dist/data/TreeGroupHeader.js.map +1 -1
- package/dist/data/TreeNode.cjs +109 -0
- package/dist/data/TreeNode.cjs.map +1 -0
- package/dist/data/TreeNode.d.ts.map +1 -1
- package/dist/data/TreeNode.js +11 -2
- package/dist/data/TreeNode.js.map +1 -1
- package/dist/data/cells/StatusDot.cjs +38 -0
- package/dist/data/cells/StatusDot.cjs.map +1 -0
- package/dist/data/cells/TagList.cjs +332 -0
- package/dist/data/cells/TagList.cjs.map +1 -0
- package/dist/data/cells/TagList.d.ts +15 -1
- package/dist/data/cells/TagList.d.ts.map +1 -1
- package/dist/data/cells/TagList.js +92 -17
- package/dist/data/cells/TagList.js.map +1 -1
- package/dist/data/cells/Timestamp.cjs +195 -0
- package/dist/data/cells/Timestamp.cjs.map +1 -0
- package/dist/data/cells/Timestamp.d.ts +12 -2
- package/dist/data/cells/Timestamp.d.ts.map +1 -1
- package/dist/data/cells/Timestamp.js +51 -2
- package/dist/data/cells/Timestamp.js.map +1 -1
- package/dist/data/cells/status-mapping.cjs +44 -0
- package/dist/data/cells/status-mapping.cjs.map +1 -0
- package/dist/data/code-highlight.cjs +115 -0
- package/dist/data/code-highlight.cjs.map +1 -0
- package/dist/data/code-highlight.d.ts +2 -2
- package/dist/data/code-highlight.d.ts.map +1 -1
- package/dist/data/code-highlight.js +73 -8
- package/dist/data/code-highlight.js.map +1 -1
- package/dist/data/diagnostics/DiagnosticsDetailPanel.cjs +446 -0
- package/dist/data/diagnostics/DiagnosticsDetailPanel.cjs.map +1 -0
- package/dist/data/diagnostics/DiagnosticsDetailPanel.d.ts +4 -0
- package/dist/data/diagnostics/DiagnosticsDetailPanel.d.ts.map +1 -1
- package/dist/data/diagnostics/DiagnosticsDetailPanel.js +11 -10
- package/dist/data/diagnostics/DiagnosticsDetailPanel.js.map +1 -1
- package/dist/data/diagnostics/DiagnosticsTree.cjs +81 -0
- package/dist/data/diagnostics/DiagnosticsTree.cjs.map +1 -0
- package/dist/data/diagnostics/DiagnosticsTree.d.ts +4 -0
- package/dist/data/diagnostics/DiagnosticsTree.d.ts.map +1 -1
- package/dist/data/diagnostics/DiagnosticsTree.js +6 -3
- package/dist/data/diagnostics/DiagnosticsTree.js.map +1 -1
- package/dist/data/diagnostics/ErrorDetails.cjs +166 -0
- package/dist/data/diagnostics/ErrorDetails.cjs.map +1 -0
- package/dist/data/diagnostics/ErrorDetails.d.ts.map +1 -1
- package/dist/data/diagnostics/ErrorDetails.js +15 -6
- package/dist/data/diagnostics/ErrorDetails.js.map +1 -1
- package/dist/data/diagnostics/GoroutineCard.cjs +78 -0
- package/dist/data/diagnostics/GoroutineCard.cjs.map +1 -0
- package/dist/data/diagnostics/GoroutineCard.d.ts.map +1 -1
- package/dist/data/diagnostics/GoroutineCard.js +4 -1
- package/dist/data/diagnostics/GoroutineCard.js.map +1 -1
- package/dist/data/diagnostics/JvmStackTrace.cjs +32 -0
- package/dist/data/diagnostics/JvmStackTrace.cjs.map +1 -0
- package/dist/data/diagnostics/JvmStackTrace.d.ts.map +1 -1
- package/dist/data/diagnostics/JvmStackTrace.js +8 -2
- package/dist/data/diagnostics/JvmStackTrace.js.map +1 -1
- package/dist/data/diagnostics/RenderedStackTrace.cjs +240 -0
- package/dist/data/diagnostics/RenderedStackTrace.cjs.map +1 -0
- package/dist/data/diagnostics/RenderedStackTrace.d.ts +11 -0
- package/dist/data/diagnostics/RenderedStackTrace.d.ts.map +1 -1
- package/dist/data/diagnostics/RenderedStackTrace.js +9 -4
- package/dist/data/diagnostics/RenderedStackTrace.js.map +1 -1
- package/dist/data/diagnostics/ThreadCard.cjs +78 -0
- package/dist/data/diagnostics/ThreadCard.cjs.map +1 -0
- package/dist/data/diagnostics/error-diagnostics.cjs +108 -0
- package/dist/data/diagnostics/error-diagnostics.cjs.map +1 -0
- package/dist/data/diagnostics/jvm-stacktrace.cjs +190 -0
- package/dist/data/diagnostics/jvm-stacktrace.cjs.map +1 -0
- package/dist/data/diagnostics/stacktrace-parse.cjs +87 -0
- package/dist/data/diagnostics/stacktrace-parse.cjs.map +1 -0
- package/dist/data/diagnostics/stacktrace.cjs +119 -0
- package/dist/data/diagnostics/stacktrace.cjs.map +1 -0
- package/dist/data/diagnostics/utils.cjs +65 -0
- package/dist/data/diagnostics/utils.cjs.map +1 -0
- package/dist/data/diagnostics/utils.d.ts +2 -1
- package/dist/data/diagnostics/utils.d.ts.map +1 -1
- package/dist/data/diagnostics/utils.js +12 -6
- package/dist/data/diagnostics/utils.js.map +1 -1
- package/dist/data/har/HarPanel.cjs +175 -0
- package/dist/data/har/HarPanel.cjs.map +1 -0
- package/dist/data/har/HarPanel.d.ts +4 -0
- package/dist/data/har/HarPanel.d.ts.map +1 -1
- package/dist/data/har/HarPanel.js.map +1 -1
- package/dist/data/html-utils.cjs +14 -0
- package/dist/data/html-utils.cjs.map +1 -0
- package/dist/data/html-utils.d.ts +3 -0
- package/dist/data/html-utils.d.ts.map +1 -0
- package/dist/data/html-utils.js +14 -0
- package/dist/data/html-utils.js.map +1 -0
- package/dist/data/properties-utils.cjs +7 -0
- package/dist/data/properties-utils.cjs.map +1 -0
- package/dist/data/properties-utils.d.ts +2 -0
- package/dist/data/properties-utils.d.ts.map +1 -0
- package/dist/data/properties-utils.js +7 -0
- package/dist/data/properties-utils.js.map +1 -0
- package/dist/data.cjs +868 -0
- package/dist/data.cjs.map +1 -0
- package/dist/data.d.ts +6 -1
- package/dist/data.d.ts.map +1 -1
- package/dist/data.js +759 -0
- package/dist/data.js.map +1 -1
- package/dist/hooks/use-density.cjs +63 -0
- package/dist/hooks/use-density.cjs.map +1 -0
- package/dist/hooks/use-density.d.ts +11 -0
- package/dist/hooks/use-density.d.ts.map +1 -1
- package/dist/hooks/use-density.js +10 -1
- package/dist/hooks/use-density.js.map +1 -1
- package/dist/hooks/use-history-route.cjs +31 -0
- package/dist/hooks/use-history-route.cjs.map +1 -0
- package/dist/hooks/use-sort.cjs +42 -0
- package/dist/hooks/use-sort.cjs.map +1 -0
- package/dist/hooks/use-theme.cjs +90 -0
- package/dist/hooks/use-theme.cjs.map +1 -0
- package/dist/hooks/use-theme.d.ts +2 -0
- package/dist/hooks/use-theme.d.ts.map +1 -1
- package/dist/hooks/use-theme.js +23 -1
- package/dist/hooks/use-theme.js.map +1 -1
- package/dist/hooks.cjs +16 -0
- package/dist/hooks.cjs.map +1 -0
- package/dist/hooks.d.ts +1 -1
- package/dist/hooks.d.ts.map +1 -1
- package/dist/hooks.js +3 -1
- package/dist/icons/changeIconAliases.cjs +66 -0
- package/dist/icons/changeIconAliases.cjs.map +1 -0
- package/dist/icons/changeIconAliases.d.ts +17 -0
- package/dist/icons/changeIconAliases.d.ts.map +1 -0
- package/dist/icons/changeIconAliases.js +66 -0
- package/dist/icons/changeIconAliases.js.map +1 -0
- package/dist/icons/components/UiActivity.cjs +10 -0
- package/dist/icons/components/UiActivity.cjs.map +1 -0
- package/dist/icons/components/UiActivity.d.ts +9 -0
- package/dist/icons/components/UiActivity.d.ts.map +1 -0
- package/dist/icons/components/UiActivity.js +10 -0
- package/dist/icons/components/UiActivity.js.map +1 -0
- package/dist/icons/components/UiAdd.cjs +15 -0
- package/dist/icons/components/UiAdd.cjs.map +1 -0
- package/dist/icons/components/UiAdd.d.ts +15 -0
- package/dist/icons/components/UiAdd.d.ts.map +1 -0
- package/dist/icons/components/UiAdd.js +15 -0
- package/dist/icons/components/UiAdd.js.map +1 -0
- package/dist/icons/components/UiArchive.cjs +15 -0
- package/dist/icons/components/UiArchive.cjs.map +1 -0
- package/dist/icons/components/UiArchive.d.ts +15 -0
- package/dist/icons/components/UiArchive.d.ts.map +1 -0
- package/dist/icons/components/UiArchive.js +15 -0
- package/dist/icons/components/UiArchive.js.map +1 -0
- package/dist/icons/components/UiArray.cjs +13 -0
- package/dist/icons/components/UiArray.cjs.map +1 -0
- package/dist/icons/components/UiArray.d.ts +9 -0
- package/dist/icons/components/UiArray.d.ts.map +1 -0
- package/dist/icons/components/UiArray.js +13 -0
- package/dist/icons/components/UiArray.js.map +1 -0
- package/dist/icons/components/UiArrowDown.cjs +15 -0
- package/dist/icons/components/UiArrowDown.cjs.map +1 -0
- package/dist/icons/components/UiArrowDown.d.ts +15 -0
- package/dist/icons/components/UiArrowDown.d.ts.map +1 -0
- package/dist/icons/components/UiArrowDown.js +15 -0
- package/dist/icons/components/UiArrowDown.js.map +1 -0
- package/dist/icons/components/UiArrowDownRight.cjs +10 -0
- package/dist/icons/components/UiArrowDownRight.cjs.map +1 -0
- package/dist/icons/components/UiArrowDownRight.d.ts +9 -0
- package/dist/icons/components/UiArrowDownRight.d.ts.map +1 -0
- package/dist/icons/components/UiArrowDownRight.js +10 -0
- package/dist/icons/components/UiArrowDownRight.js.map +1 -0
- package/dist/icons/components/UiArrowLeft.cjs +15 -0
- package/dist/icons/components/UiArrowLeft.cjs.map +1 -0
- package/dist/icons/components/UiArrowLeft.d.ts +15 -0
- package/dist/icons/components/UiArrowLeft.d.ts.map +1 -0
- package/dist/icons/components/UiArrowLeft.js +15 -0
- package/dist/icons/components/UiArrowLeft.js.map +1 -0
- package/dist/icons/components/UiArrowRight.cjs +15 -0
- package/dist/icons/components/UiArrowRight.cjs.map +1 -0
- package/dist/icons/components/UiArrowRight.d.ts +15 -0
- package/dist/icons/components/UiArrowRight.d.ts.map +1 -0
- package/dist/icons/components/UiArrowRight.js +15 -0
- package/dist/icons/components/UiArrowRight.js.map +1 -0
- package/dist/icons/components/UiArrowUp.cjs +15 -0
- package/dist/icons/components/UiArrowUp.cjs.map +1 -0
- package/dist/icons/components/UiArrowUp.d.ts +15 -0
- package/dist/icons/components/UiArrowUp.d.ts.map +1 -0
- package/dist/icons/components/UiArrowUp.js +15 -0
- package/dist/icons/components/UiArrowUp.js.map +1 -0
- package/dist/icons/components/UiArrowUpRight.cjs +10 -0
- package/dist/icons/components/UiArrowUpRight.cjs.map +1 -0
- package/dist/icons/components/UiArrowUpRight.d.ts +9 -0
- package/dist/icons/components/UiArrowUpRight.d.ts.map +1 -0
- package/dist/icons/components/UiArrowUpRight.js +10 -0
- package/dist/icons/components/UiArrowUpRight.js.map +1 -0
- package/dist/icons/components/UiAsyncFn.cjs +10 -0
- package/dist/icons/components/UiAsyncFn.cjs.map +1 -0
- package/dist/icons/components/UiAsyncFn.d.ts +9 -0
- package/dist/icons/components/UiAsyncFn.d.ts.map +1 -0
- package/dist/icons/components/UiAsyncFn.js +10 -0
- package/dist/icons/components/UiAsyncFn.js.map +1 -0
- package/dist/icons/components/UiAt.cjs +15 -0
- package/dist/icons/components/UiAt.cjs.map +1 -0
- package/dist/icons/components/UiAt.d.ts +15 -0
- package/dist/icons/components/UiAt.d.ts.map +1 -0
- package/dist/icons/components/UiAt.js +15 -0
- package/dist/icons/components/UiAt.js.map +1 -0
- package/dist/icons/components/UiBeaker.cjs +15 -0
- package/dist/icons/components/UiBeaker.cjs.map +1 -0
- package/dist/icons/components/UiBeaker.d.ts +15 -0
- package/dist/icons/components/UiBeaker.d.ts.map +1 -0
- package/dist/icons/components/UiBeaker.js +15 -0
- package/dist/icons/components/UiBeaker.js.map +1 -0
- package/dist/icons/components/UiBell.cjs +15 -0
- package/dist/icons/components/UiBell.cjs.map +1 -0
- package/dist/icons/components/UiBell.d.ts +15 -0
- package/dist/icons/components/UiBell.d.ts.map +1 -0
- package/dist/icons/components/UiBell.js +15 -0
- package/dist/icons/components/UiBell.js.map +1 -0
- package/dist/icons/components/UiBellSlash.cjs +15 -0
- package/dist/icons/components/UiBellSlash.cjs.map +1 -0
- package/dist/icons/components/UiBellSlash.d.ts +15 -0
- package/dist/icons/components/UiBellSlash.d.ts.map +1 -0
- package/dist/icons/components/UiBellSlash.js +15 -0
- package/dist/icons/components/UiBellSlash.js.map +1 -0
- package/dist/icons/components/UiBinary.cjs +15 -0
- package/dist/icons/components/UiBinary.cjs.map +1 -0
- package/dist/icons/components/UiBinary.d.ts +15 -0
- package/dist/icons/components/UiBinary.d.ts.map +1 -0
- package/dist/icons/components/UiBinary.js +15 -0
- package/dist/icons/components/UiBinary.js.map +1 -0
- package/dist/icons/components/UiBox.cjs +15 -0
- package/dist/icons/components/UiBox.cjs.map +1 -0
- package/dist/icons/components/UiBox.d.ts +15 -0
- package/dist/icons/components/UiBox.d.ts.map +1 -0
- package/dist/icons/components/UiBox.js +15 -0
- package/dist/icons/components/UiBox.js.map +1 -0
- package/dist/icons/components/UiBoxes.cjs +19 -0
- package/dist/icons/components/UiBoxes.cjs.map +1 -0
- package/dist/icons/components/UiBoxes.d.ts +15 -0
- package/dist/icons/components/UiBoxes.d.ts.map +1 -0
- package/dist/icons/components/UiBoxes.js +19 -0
- package/dist/icons/components/UiBoxes.js.map +1 -0
- package/dist/icons/components/UiBraces.cjs +10 -0
- package/dist/icons/components/UiBraces.cjs.map +1 -0
- package/dist/icons/components/UiBraces.d.ts +9 -0
- package/dist/icons/components/UiBraces.d.ts.map +1 -0
- package/dist/icons/components/UiBraces.js +10 -0
- package/dist/icons/components/UiBraces.js.map +1 -0
- package/dist/icons/components/UiBrain.cjs +15 -0
- package/dist/icons/components/UiBrain.cjs.map +1 -0
- package/dist/icons/components/UiBrain.d.ts +15 -0
- package/dist/icons/components/UiBrain.d.ts.map +1 -0
- package/dist/icons/components/UiBrain.js +15 -0
- package/dist/icons/components/UiBrain.js.map +1 -0
- package/dist/icons/components/UiBroadcast.cjs +15 -0
- package/dist/icons/components/UiBroadcast.cjs.map +1 -0
- package/dist/icons/components/UiBroadcast.d.ts +15 -0
- package/dist/icons/components/UiBroadcast.d.ts.map +1 -0
- package/dist/icons/components/UiBroadcast.js +15 -0
- package/dist/icons/components/UiBroadcast.js.map +1 -0
- package/dist/icons/components/UiBug.cjs +15 -0
- package/dist/icons/components/UiBug.cjs.map +1 -0
- package/dist/icons/components/UiBug.d.ts +15 -0
- package/dist/icons/components/UiBug.d.ts.map +1 -0
- package/dist/icons/components/UiBug.js +15 -0
- package/dist/icons/components/UiBug.js.map +1 -0
- package/dist/icons/components/UiCalculator.cjs +13 -0
- package/dist/icons/components/UiCalculator.cjs.map +1 -0
- package/dist/icons/components/UiCalculator.d.ts +9 -0
- package/dist/icons/components/UiCalculator.d.ts.map +1 -0
- package/dist/icons/components/UiCalculator.js +13 -0
- package/dist/icons/components/UiCalculator.js.map +1 -0
- package/dist/icons/components/UiCalendar.cjs +15 -0
- package/dist/icons/components/UiCalendar.cjs.map +1 -0
- package/dist/icons/components/UiCalendar.d.ts +15 -0
- package/dist/icons/components/UiCalendar.d.ts.map +1 -0
- package/dist/icons/components/UiCalendar.js +15 -0
- package/dist/icons/components/UiCalendar.js.map +1 -0
- package/dist/icons/components/UiCalendarBlank.cjs +15 -0
- package/dist/icons/components/UiCalendarBlank.cjs.map +1 -0
- package/dist/icons/components/UiCalendarBlank.d.ts +15 -0
- package/dist/icons/components/UiCalendarBlank.d.ts.map +1 -0
- package/dist/icons/components/UiCalendarBlank.js +15 -0
- package/dist/icons/components/UiCalendarBlank.js.map +1 -0
- package/dist/icons/components/UiCamera.cjs +15 -0
- package/dist/icons/components/UiCamera.cjs.map +1 -0
- package/dist/icons/components/UiCamera.d.ts +15 -0
- package/dist/icons/components/UiCamera.d.ts.map +1 -0
- package/dist/icons/components/UiCamera.js +15 -0
- package/dist/icons/components/UiCamera.js.map +1 -0
- package/dist/icons/components/UiCancel.cjs +15 -0
- package/dist/icons/components/UiCancel.cjs.map +1 -0
- package/dist/icons/components/UiCancel.d.ts +15 -0
- package/dist/icons/components/UiCancel.d.ts.map +1 -0
- package/dist/icons/components/UiCancel.js +15 -0
- package/dist/icons/components/UiCancel.js.map +1 -0
- package/dist/icons/components/UiChartBar.cjs +15 -0
- package/dist/icons/components/UiChartBar.cjs.map +1 -0
- package/dist/icons/components/UiChartBar.d.ts +15 -0
- package/dist/icons/components/UiChartBar.d.ts.map +1 -0
- package/dist/icons/components/UiChartBar.js +15 -0
- package/dist/icons/components/UiChartBar.js.map +1 -0
- package/dist/icons/components/UiChartPie.cjs +15 -0
- package/dist/icons/components/UiChartPie.cjs.map +1 -0
- package/dist/icons/components/UiChartPie.d.ts +15 -0
- package/dist/icons/components/UiChartPie.d.ts.map +1 -0
- package/dist/icons/components/UiChartPie.js +15 -0
- package/dist/icons/components/UiChartPie.js.map +1 -0
- package/dist/icons/components/UiCheck.cjs +23 -0
- package/dist/icons/components/UiCheck.cjs.map +1 -0
- package/dist/icons/components/UiCheck.d.ts +17 -0
- package/dist/icons/components/UiCheck.d.ts.map +1 -0
- package/dist/icons/components/UiCheck.js +23 -0
- package/dist/icons/components/UiCheck.js.map +1 -0
- package/dist/icons/components/UiChevronDown.cjs +15 -0
- package/dist/icons/components/UiChevronDown.cjs.map +1 -0
- package/dist/icons/components/UiChevronDown.d.ts +15 -0
- package/dist/icons/components/UiChevronDown.d.ts.map +1 -0
- package/dist/icons/components/UiChevronDown.js +15 -0
- package/dist/icons/components/UiChevronDown.js.map +1 -0
- package/dist/icons/components/UiChevronRight.cjs +15 -0
- package/dist/icons/components/UiChevronRight.cjs.map +1 -0
- package/dist/icons/components/UiChevronRight.d.ts +15 -0
- package/dist/icons/components/UiChevronRight.d.ts.map +1 -0
- package/dist/icons/components/UiChevronRight.js +15 -0
- package/dist/icons/components/UiChevronRight.js.map +1 -0
- package/dist/icons/components/UiChevronUp.cjs +15 -0
- package/dist/icons/components/UiChevronUp.cjs.map +1 -0
- package/dist/icons/components/UiChevronUp.d.ts +15 -0
- package/dist/icons/components/UiChevronUp.d.ts.map +1 -0
- package/dist/icons/components/UiChevronUp.js +15 -0
- package/dist/icons/components/UiChevronUp.js.map +1 -0
- package/dist/icons/components/UiChevronsDown.cjs +15 -0
- package/dist/icons/components/UiChevronsDown.cjs.map +1 -0
- package/dist/icons/components/UiChevronsDown.d.ts +15 -0
- package/dist/icons/components/UiChevronsDown.d.ts.map +1 -0
- package/dist/icons/components/UiChevronsDown.js +15 -0
- package/dist/icons/components/UiChevronsDown.js.map +1 -0
- package/dist/icons/components/UiChevronsUp.cjs +15 -0
- package/dist/icons/components/UiChevronsUp.cjs.map +1 -0
- package/dist/icons/components/UiChevronsUp.d.ts +15 -0
- package/dist/icons/components/UiChevronsUp.d.ts.map +1 -0
- package/dist/icons/components/UiChevronsUp.js +15 -0
- package/dist/icons/components/UiChevronsUp.js.map +1 -0
- package/dist/icons/components/UiChip.cjs +15 -0
- package/dist/icons/components/UiChip.cjs.map +1 -0
- package/dist/icons/components/UiChip.d.ts +15 -0
- package/dist/icons/components/UiChip.d.ts.map +1 -0
- package/dist/icons/components/UiChip.js +15 -0
- package/dist/icons/components/UiChip.js.map +1 -0
- package/dist/icons/components/UiCircleFilled.cjs +15 -0
- package/dist/icons/components/UiCircleFilled.cjs.map +1 -0
- package/dist/icons/components/UiCircleFilled.d.ts +15 -0
- package/dist/icons/components/UiCircleFilled.d.ts.map +1 -0
- package/dist/icons/components/UiCircleFilled.js +15 -0
- package/dist/icons/components/UiCircleFilled.js.map +1 -0
- package/dist/icons/components/UiCircleOutline.cjs +15 -0
- package/dist/icons/components/UiCircleOutline.cjs.map +1 -0
- package/dist/icons/components/UiCircleOutline.d.ts +15 -0
- package/dist/icons/components/UiCircleOutline.d.ts.map +1 -0
- package/dist/icons/components/UiCircleOutline.js +15 -0
- package/dist/icons/components/UiCircleOutline.js.map +1 -0
- package/dist/icons/components/UiCircleX.cjs +23 -0
- package/dist/icons/components/UiCircleX.cjs.map +1 -0
- package/dist/icons/components/UiCircleX.d.ts +17 -0
- package/dist/icons/components/UiCircleX.d.ts.map +1 -0
- package/dist/icons/components/UiCircleX.js +23 -0
- package/dist/icons/components/UiCircleX.js.map +1 -0
- package/dist/icons/components/UiClass.cjs +13 -0
- package/dist/icons/components/UiClass.cjs.map +1 -0
- package/dist/icons/components/UiClass.d.ts +9 -0
- package/dist/icons/components/UiClass.d.ts.map +1 -0
- package/dist/icons/components/UiClass.js +13 -0
- package/dist/icons/components/UiClass.js.map +1 -0
- package/dist/icons/components/UiClock.cjs +15 -0
- package/dist/icons/components/UiClock.cjs.map +1 -0
- package/dist/icons/components/UiClock.d.ts +15 -0
- package/dist/icons/components/UiClock.d.ts.map +1 -0
- package/dist/icons/components/UiClock.js +15 -0
- package/dist/icons/components/UiClock.js.map +1 -0
- package/dist/icons/components/UiClose.cjs +15 -0
- package/dist/icons/components/UiClose.cjs.map +1 -0
- package/dist/icons/components/UiClose.d.ts +15 -0
- package/dist/icons/components/UiClose.d.ts.map +1 -0
- package/dist/icons/components/UiClose.js +15 -0
- package/dist/icons/components/UiClose.js.map +1 -0
- package/dist/icons/components/UiCloud.cjs +15 -0
- package/dist/icons/components/UiCloud.cjs.map +1 -0
- package/dist/icons/components/UiCloud.d.ts +15 -0
- package/dist/icons/components/UiCloud.d.ts.map +1 -0
- package/dist/icons/components/UiCloud.js +15 -0
- package/dist/icons/components/UiCloud.js.map +1 -0
- package/dist/icons/components/UiCloudDownload.cjs +15 -0
- package/dist/icons/components/UiCloudDownload.cjs.map +1 -0
- package/dist/icons/components/UiCloudDownload.d.ts +15 -0
- package/dist/icons/components/UiCloudDownload.d.ts.map +1 -0
- package/dist/icons/components/UiCloudDownload.js +15 -0
- package/dist/icons/components/UiCloudDownload.js.map +1 -0
- package/dist/icons/components/UiCode2.cjs +15 -0
- package/dist/icons/components/UiCode2.cjs.map +1 -0
- package/dist/icons/components/UiCode2.d.ts +15 -0
- package/dist/icons/components/UiCode2.d.ts.map +1 -0
- package/dist/icons/components/UiCode2.js +15 -0
- package/dist/icons/components/UiCode2.js.map +1 -0
- package/dist/icons/components/UiCog.cjs +15 -0
- package/dist/icons/components/UiCog.cjs.map +1 -0
- package/dist/icons/components/UiCog.d.ts +15 -0
- package/dist/icons/components/UiCog.d.ts.map +1 -0
- package/dist/icons/components/UiCog.js +15 -0
- package/dist/icons/components/UiCog.js.map +1 -0
- package/dist/icons/components/UiCollapseAll.cjs +13 -0
- package/dist/icons/components/UiCollapseAll.cjs.map +1 -0
- package/dist/icons/components/UiCollapseAll.d.ts +9 -0
- package/dist/icons/components/UiCollapseAll.d.ts.map +1 -0
- package/dist/icons/components/UiCollapseAll.js +13 -0
- package/dist/icons/components/UiCollapseAll.js.map +1 -0
- package/dist/icons/components/UiColumns.cjs +15 -0
- package/dist/icons/components/UiColumns.cjs.map +1 -0
- package/dist/icons/components/UiColumns.d.ts +15 -0
- package/dist/icons/components/UiColumns.d.ts.map +1 -0
- package/dist/icons/components/UiColumns.js +15 -0
- package/dist/icons/components/UiColumns.js.map +1 -0
- package/dist/icons/components/UiCommand.cjs +15 -0
- package/dist/icons/components/UiCommand.cjs.map +1 -0
- package/dist/icons/components/UiCommand.d.ts +15 -0
- package/dist/icons/components/UiCommand.d.ts.map +1 -0
- package/dist/icons/components/UiCommand.js +15 -0
- package/dist/icons/components/UiCommand.js.map +1 -0
- package/dist/icons/components/UiComment.cjs +16 -0
- package/dist/icons/components/UiComment.cjs.map +1 -0
- package/dist/icons/components/UiComment.d.ts +9 -0
- package/dist/icons/components/UiComment.d.ts.map +1 -0
- package/dist/icons/components/UiComment.js +16 -0
- package/dist/icons/components/UiComment.js.map +1 -0
- package/dist/icons/components/UiConfig.cjs +15 -0
- package/dist/icons/components/UiConfig.cjs.map +1 -0
- package/dist/icons/components/UiConfig.d.ts +15 -0
- package/dist/icons/components/UiConfig.d.ts.map +1 -0
- package/dist/icons/components/UiConfig.js +15 -0
- package/dist/icons/components/UiConfig.js.map +1 -0
- package/dist/icons/components/UiConstant.cjs +14 -0
- package/dist/icons/components/UiConstant.cjs.map +1 -0
- package/dist/icons/components/UiConstant.d.ts +9 -0
- package/dist/icons/components/UiConstant.d.ts.map +1 -0
- package/dist/icons/components/UiConstant.js +14 -0
- package/dist/icons/components/UiConstant.js.map +1 -0
- package/dist/icons/components/UiConstructor.cjs +15 -0
- package/dist/icons/components/UiConstructor.cjs.map +1 -0
- package/dist/icons/components/UiConstructor.d.ts +9 -0
- package/dist/icons/components/UiConstructor.d.ts.map +1 -0
- package/dist/icons/components/UiConstructor.js +15 -0
- package/dist/icons/components/UiConstructor.js.map +1 -0
- package/dist/icons/components/UiCopy.cjs +15 -0
- package/dist/icons/components/UiCopy.cjs.map +1 -0
- package/dist/icons/components/UiCopy.d.ts +15 -0
- package/dist/icons/components/UiCopy.d.ts.map +1 -0
- package/dist/icons/components/UiCopy.js +15 -0
- package/dist/icons/components/UiCopy.js.map +1 -0
- package/dist/icons/components/UiDatabase.cjs +257 -0
- package/dist/icons/components/UiDatabase.cjs.map +1 -0
- package/dist/icons/components/UiDatabase.d.ts +147 -0
- package/dist/icons/components/UiDatabase.d.ts.map +1 -0
- package/dist/icons/components/UiDatabase.js +257 -0
- package/dist/icons/components/UiDatabase.js.map +1 -0
- package/dist/icons/components/UiDatabaseZap.cjs +14 -0
- package/dist/icons/components/UiDatabaseZap.cjs.map +1 -0
- package/dist/icons/components/UiDatabaseZap.d.ts +9 -0
- package/dist/icons/components/UiDatabaseZap.d.ts.map +1 -0
- package/dist/icons/components/UiDatabaseZap.js +14 -0
- package/dist/icons/components/UiDatabaseZap.js.map +1 -0
- package/dist/icons/components/UiDebug.cjs +15 -0
- package/dist/icons/components/UiDebug.cjs.map +1 -0
- package/dist/icons/components/UiDebug.d.ts +15 -0
- package/dist/icons/components/UiDebug.d.ts.map +1 -0
- package/dist/icons/components/UiDebug.js +15 -0
- package/dist/icons/components/UiDebug.js.map +1 -0
- package/dist/icons/components/UiDebugSmall.cjs +10 -0
- package/dist/icons/components/UiDebugSmall.cjs.map +1 -0
- package/dist/icons/components/UiDebugSmall.d.ts +9 -0
- package/dist/icons/components/UiDebugSmall.d.ts.map +1 -0
- package/dist/icons/components/UiDebugSmall.js +10 -0
- package/dist/icons/components/UiDebugSmall.js.map +1 -0
- package/dist/icons/components/UiDebugStepOver.cjs +10 -0
- package/dist/icons/components/UiDebugStepOver.cjs.map +1 -0
- package/dist/icons/components/UiDebugStepOver.d.ts +9 -0
- package/dist/icons/components/UiDebugStepOver.d.ts.map +1 -0
- package/dist/icons/components/UiDebugStepOver.js +10 -0
- package/dist/icons/components/UiDebugStepOver.js.map +1 -0
- package/dist/icons/components/UiDecorator.cjs +13 -0
- package/dist/icons/components/UiDecorator.cjs.map +1 -0
- package/dist/icons/components/UiDecorator.d.ts +9 -0
- package/dist/icons/components/UiDecorator.d.ts.map +1 -0
- package/dist/icons/components/UiDecorator.js +13 -0
- package/dist/icons/components/UiDecorator.js.map +1 -0
- package/dist/icons/components/UiDesktop.cjs +15 -0
- package/dist/icons/components/UiDesktop.cjs.map +1 -0
- package/dist/icons/components/UiDesktop.d.ts +15 -0
- package/dist/icons/components/UiDesktop.d.ts.map +1 -0
- package/dist/icons/components/UiDesktop.js +15 -0
- package/dist/icons/components/UiDesktop.js.map +1 -0
- package/dist/icons/components/UiDiff.cjs +10 -0
- package/dist/icons/components/UiDiff.cjs.map +1 -0
- package/dist/icons/components/UiDiff.d.ts +9 -0
- package/dist/icons/components/UiDiff.d.ts.map +1 -0
- package/dist/icons/components/UiDiff.js +10 -0
- package/dist/icons/components/UiDiff.js.map +1 -0
- package/dist/icons/components/UiDotsVertical.cjs +15 -0
- package/dist/icons/components/UiDotsVertical.cjs.map +1 -0
- package/dist/icons/components/UiDotsVertical.d.ts +15 -0
- package/dist/icons/components/UiDotsVertical.d.ts.map +1 -0
- package/dist/icons/components/UiDotsVertical.js +15 -0
- package/dist/icons/components/UiDotsVertical.js.map +1 -0
- package/dist/icons/components/UiDownload.cjs +15 -0
- package/dist/icons/components/UiDownload.cjs.map +1 -0
- package/dist/icons/components/UiDownload.d.ts +15 -0
- package/dist/icons/components/UiDownload.d.ts.map +1 -0
- package/dist/icons/components/UiDownload.js +15 -0
- package/dist/icons/components/UiDownload.js.map +1 -0
- package/dist/icons/components/UiEdit.cjs +15 -0
- package/dist/icons/components/UiEdit.cjs.map +1 -0
- package/dist/icons/components/UiEdit.d.ts +15 -0
- package/dist/icons/components/UiEdit.d.ts.map +1 -0
- package/dist/icons/components/UiEdit.js +15 -0
- package/dist/icons/components/UiEdit.js.map +1 -0
- package/dist/icons/components/UiEllipsis.cjs +15 -0
- package/dist/icons/components/UiEllipsis.cjs.map +1 -0
- package/dist/icons/components/UiEllipsis.d.ts +15 -0
- package/dist/icons/components/UiEllipsis.d.ts.map +1 -0
- package/dist/icons/components/UiEllipsis.js +15 -0
- package/dist/icons/components/UiEllipsis.js.map +1 -0
- package/dist/icons/components/UiEndpoint.cjs +10 -0
- package/dist/icons/components/UiEndpoint.cjs.map +1 -0
- package/dist/icons/components/UiEndpoint.d.ts +9 -0
- package/dist/icons/components/UiEndpoint.d.ts.map +1 -0
- package/dist/icons/components/UiEndpoint.js +10 -0
- package/dist/icons/components/UiEndpoint.js.map +1 -0
- package/dist/icons/components/UiEnum.cjs +13 -0
- package/dist/icons/components/UiEnum.cjs.map +1 -0
- package/dist/icons/components/UiEnum.d.ts +9 -0
- package/dist/icons/components/UiEnum.d.ts.map +1 -0
- package/dist/icons/components/UiEnum.js +13 -0
- package/dist/icons/components/UiEnum.js.map +1 -0
- package/dist/icons/components/UiEnumMember.cjs +19 -0
- package/dist/icons/components/UiEnumMember.cjs.map +1 -0
- package/dist/icons/components/UiEnumMember.d.ts +9 -0
- package/dist/icons/components/UiEnumMember.d.ts.map +1 -0
- package/dist/icons/components/UiEnumMember.js +19 -0
- package/dist/icons/components/UiEnumMember.js.map +1 -0
- package/dist/icons/components/UiEnvelope.cjs +15 -0
- package/dist/icons/components/UiEnvelope.cjs.map +1 -0
- package/dist/icons/components/UiEnvelope.d.ts +15 -0
- package/dist/icons/components/UiEnvelope.d.ts.map +1 -0
- package/dist/icons/components/UiEnvelope.js +15 -0
- package/dist/icons/components/UiEnvelope.js.map +1 -0
- package/dist/icons/components/UiError.cjs +14 -0
- package/dist/icons/components/UiError.cjs.map +1 -0
- package/dist/icons/components/UiError.d.ts +10 -0
- package/dist/icons/components/UiError.d.ts.map +1 -0
- package/dist/icons/components/UiError.js +14 -0
- package/dist/icons/components/UiError.js.map +1 -0
- package/dist/icons/components/UiEvent.cjs +13 -0
- package/dist/icons/components/UiEvent.cjs.map +1 -0
- package/dist/icons/components/UiEvent.d.ts +9 -0
- package/dist/icons/components/UiEvent.d.ts.map +1 -0
- package/dist/icons/components/UiEvent.js +13 -0
- package/dist/icons/components/UiEvent.js.map +1 -0
- package/dist/icons/components/UiExpandAll.cjs +13 -0
- package/dist/icons/components/UiExpandAll.cjs.map +1 -0
- package/dist/icons/components/UiExpandAll.d.ts +9 -0
- package/dist/icons/components/UiExpandAll.d.ts.map +1 -0
- package/dist/icons/components/UiExpandAll.js +13 -0
- package/dist/icons/components/UiExpandAll.js.map +1 -0
- package/dist/icons/components/UiExport.cjs +13 -0
- package/dist/icons/components/UiExport.cjs.map +1 -0
- package/dist/icons/components/UiExport.d.ts +9 -0
- package/dist/icons/components/UiExport.d.ts.map +1 -0
- package/dist/icons/components/UiExport.js +13 -0
- package/dist/icons/components/UiExport.js.map +1 -0
- package/dist/icons/components/UiExternalLink.cjs +10 -0
- package/dist/icons/components/UiExternalLink.cjs.map +1 -0
- package/dist/icons/components/UiExternalLink.d.ts +9 -0
- package/dist/icons/components/UiExternalLink.d.ts.map +1 -0
- package/dist/icons/components/UiExternalLink.js +10 -0
- package/dist/icons/components/UiExternalLink.js.map +1 -0
- package/dist/icons/components/UiEye.cjs +15 -0
- package/dist/icons/components/UiEye.cjs.map +1 -0
- package/dist/icons/components/UiEye.d.ts +15 -0
- package/dist/icons/components/UiEye.d.ts.map +1 -0
- package/dist/icons/components/UiEye.js +15 -0
- package/dist/icons/components/UiEye.js.map +1 -0
- package/dist/icons/components/UiEyeClosed.cjs +15 -0
- package/dist/icons/components/UiEyeClosed.cjs.map +1 -0
- package/dist/icons/components/UiEyeClosed.d.ts +15 -0
- package/dist/icons/components/UiEyeClosed.d.ts.map +1 -0
- package/dist/icons/components/UiEyeClosed.js +15 -0
- package/dist/icons/components/UiEyeClosed.js.map +1 -0
- package/dist/icons/components/UiField.cjs +13 -0
- package/dist/icons/components/UiField.cjs.map +1 -0
- package/dist/icons/components/UiField.d.ts +9 -0
- package/dist/icons/components/UiField.d.ts.map +1 -0
- package/dist/icons/components/UiField.js +13 -0
- package/dist/icons/components/UiField.js.map +1 -0
- package/dist/icons/components/UiFile.cjs +15 -0
- package/dist/icons/components/UiFile.cjs.map +1 -0
- package/dist/icons/components/UiFile.d.ts +15 -0
- package/dist/icons/components/UiFile.d.ts.map +1 -0
- package/dist/icons/components/UiFile.js +15 -0
- package/dist/icons/components/UiFile.js.map +1 -0
- package/dist/icons/components/UiFileCode.cjs +15 -0
- package/dist/icons/components/UiFileCode.cjs.map +1 -0
- package/dist/icons/components/UiFileCode.d.ts +15 -0
- package/dist/icons/components/UiFileCode.d.ts.map +1 -0
- package/dist/icons/components/UiFileCode.js +15 -0
- package/dist/icons/components/UiFileCode.js.map +1 -0
- package/dist/icons/components/UiFileCog.cjs +13 -0
- package/dist/icons/components/UiFileCog.cjs.map +1 -0
- package/dist/icons/components/UiFileCog.d.ts +9 -0
- package/dist/icons/components/UiFileCog.d.ts.map +1 -0
- package/dist/icons/components/UiFileCog.js +13 -0
- package/dist/icons/components/UiFileCog.js.map +1 -0
- package/dist/icons/components/UiFileJson.cjs +13 -0
- package/dist/icons/components/UiFileJson.cjs.map +1 -0
- package/dist/icons/components/UiFileJson.d.ts +9 -0
- package/dist/icons/components/UiFileJson.d.ts.map +1 -0
- package/dist/icons/components/UiFileJson.js +13 -0
- package/dist/icons/components/UiFileJson.js.map +1 -0
- package/dist/icons/components/UiFileSearch.cjs +15 -0
- package/dist/icons/components/UiFileSearch.cjs.map +1 -0
- package/dist/icons/components/UiFileSearch.d.ts +9 -0
- package/dist/icons/components/UiFileSearch.d.ts.map +1 -0
- package/dist/icons/components/UiFileSearch.js +15 -0
- package/dist/icons/components/UiFileSearch.js.map +1 -0
- package/dist/icons/components/UiFileSpreadsheet.cjs +13 -0
- package/dist/icons/components/UiFileSpreadsheet.cjs.map +1 -0
- package/dist/icons/components/UiFileSpreadsheet.d.ts +9 -0
- package/dist/icons/components/UiFileSpreadsheet.d.ts.map +1 -0
- package/dist/icons/components/UiFileSpreadsheet.js +13 -0
- package/dist/icons/components/UiFileSpreadsheet.js.map +1 -0
- package/dist/icons/components/UiFileText.cjs +15 -0
- package/dist/icons/components/UiFileText.cjs.map +1 -0
- package/dist/icons/components/UiFileText.d.ts +15 -0
- package/dist/icons/components/UiFileText.d.ts.map +1 -0
- package/dist/icons/components/UiFileText.js +15 -0
- package/dist/icons/components/UiFileText.js.map +1 -0
- package/dist/icons/components/UiFileType.cjs +13 -0
- package/dist/icons/components/UiFileType.cjs.map +1 -0
- package/dist/icons/components/UiFileType.d.ts +9 -0
- package/dist/icons/components/UiFileType.d.ts.map +1 -0
- package/dist/icons/components/UiFileType.js +13 -0
- package/dist/icons/components/UiFileType.js.map +1 -0
- package/dist/icons/components/UiFilter.cjs +15 -0
- package/dist/icons/components/UiFilter.cjs.map +1 -0
- package/dist/icons/components/UiFilter.d.ts +15 -0
- package/dist/icons/components/UiFilter.d.ts.map +1 -0
- package/dist/icons/components/UiFilter.js +15 -0
- package/dist/icons/components/UiFilter.js.map +1 -0
- package/dist/icons/components/UiFingerprint.cjs +15 -0
- package/dist/icons/components/UiFingerprint.cjs.map +1 -0
- package/dist/icons/components/UiFingerprint.d.ts +15 -0
- package/dist/icons/components/UiFingerprint.d.ts.map +1 -0
- package/dist/icons/components/UiFingerprint.js +15 -0
- package/dist/icons/components/UiFingerprint.js.map +1 -0
- package/dist/icons/components/UiFolder.cjs +15 -0
- package/dist/icons/components/UiFolder.cjs.map +1 -0
- package/dist/icons/components/UiFolder.d.ts +15 -0
- package/dist/icons/components/UiFolder.d.ts.map +1 -0
- package/dist/icons/components/UiFolder.js +15 -0
- package/dist/icons/components/UiFolder.js.map +1 -0
- package/dist/icons/components/UiFolderGit.cjs +15 -0
- package/dist/icons/components/UiFolderGit.cjs.map +1 -0
- package/dist/icons/components/UiFolderGit.d.ts +15 -0
- package/dist/icons/components/UiFolderGit.d.ts.map +1 -0
- package/dist/icons/components/UiFolderGit.js +15 -0
- package/dist/icons/components/UiFolderGit.js.map +1 -0
- package/dist/icons/components/UiFolderGit2.cjs +24 -0
- package/dist/icons/components/UiFolderGit2.cjs.map +1 -0
- package/dist/icons/components/UiFolderGit2.d.ts +15 -0
- package/dist/icons/components/UiFolderGit2.d.ts.map +1 -0
- package/dist/icons/components/UiFolderGit2.js +24 -0
- package/dist/icons/components/UiFolderGit2.js.map +1 -0
- package/dist/icons/components/UiForm.cjs +15 -0
- package/dist/icons/components/UiForm.cjs.map +1 -0
- package/dist/icons/components/UiForm.d.ts +15 -0
- package/dist/icons/components/UiForm.d.ts.map +1 -0
- package/dist/icons/components/UiForm.js +15 -0
- package/dist/icons/components/UiForm.js.map +1 -0
- package/dist/icons/components/UiFullscreen.cjs +15 -0
- package/dist/icons/components/UiFullscreen.cjs.map +1 -0
- package/dist/icons/components/UiFullscreen.d.ts +15 -0
- package/dist/icons/components/UiFullscreen.d.ts.map +1 -0
- package/dist/icons/components/UiFullscreen.js +15 -0
- package/dist/icons/components/UiFullscreen.js.map +1 -0
- package/dist/icons/components/UiFunction.cjs +13 -0
- package/dist/icons/components/UiFunction.cjs.map +1 -0
- package/dist/icons/components/UiFunction.d.ts +9 -0
- package/dist/icons/components/UiFunction.d.ts.map +1 -0
- package/dist/icons/components/UiFunction.js +13 -0
- package/dist/icons/components/UiFunction.js.map +1 -0
- package/dist/icons/components/UiFunctionSquare.cjs +18 -0
- package/dist/icons/components/UiFunctionSquare.cjs.map +1 -0
- package/dist/icons/components/UiFunctionSquare.d.ts +15 -0
- package/dist/icons/components/UiFunctionSquare.d.ts.map +1 -0
- package/dist/icons/components/UiFunctionSquare.js +18 -0
- package/dist/icons/components/UiFunctionSquare.js.map +1 -0
- package/dist/icons/components/UiFunnelData.cjs +15 -0
- package/dist/icons/components/UiFunnelData.cjs.map +1 -0
- package/dist/icons/components/UiFunnelData.d.ts +15 -0
- package/dist/icons/components/UiFunnelData.d.ts.map +1 -0
- package/dist/icons/components/UiFunnelData.js +15 -0
- package/dist/icons/components/UiFunnelData.js.map +1 -0
- package/dist/icons/components/UiGitBranch.cjs +15 -0
- package/dist/icons/components/UiGitBranch.cjs.map +1 -0
- package/dist/icons/components/UiGitBranch.d.ts +15 -0
- package/dist/icons/components/UiGitBranch.d.ts.map +1 -0
- package/dist/icons/components/UiGitBranch.js +15 -0
- package/dist/icons/components/UiGitBranch.js.map +1 -0
- package/dist/icons/components/UiGitGraph.cjs +15 -0
- package/dist/icons/components/UiGitGraph.cjs.map +1 -0
- package/dist/icons/components/UiGitGraph.d.ts +15 -0
- package/dist/icons/components/UiGitGraph.d.ts.map +1 -0
- package/dist/icons/components/UiGitGraph.js +15 -0
- package/dist/icons/components/UiGitGraph.js.map +1 -0
- package/dist/icons/components/UiGitMerge.cjs +15 -0
- package/dist/icons/components/UiGitMerge.cjs.map +1 -0
- package/dist/icons/components/UiGitMerge.d.ts +15 -0
- package/dist/icons/components/UiGitMerge.d.ts.map +1 -0
- package/dist/icons/components/UiGitMerge.js +15 -0
- package/dist/icons/components/UiGitMerge.js.map +1 -0
- package/dist/icons/components/UiGitPr.cjs +15 -0
- package/dist/icons/components/UiGitPr.cjs.map +1 -0
- package/dist/icons/components/UiGitPr.d.ts +15 -0
- package/dist/icons/components/UiGitPr.d.ts.map +1 -0
- package/dist/icons/components/UiGitPr.js +15 -0
- package/dist/icons/components/UiGitPr.js.map +1 -0
- package/dist/icons/components/UiGlobe.cjs +10 -0
- package/dist/icons/components/UiGlobe.cjs.map +1 -0
- package/dist/icons/components/UiGlobe.d.ts +9 -0
- package/dist/icons/components/UiGlobe.d.ts.map +1 -0
- package/dist/icons/components/UiGlobe.js +10 -0
- package/dist/icons/components/UiGlobe.js.map +1 -0
- package/dist/icons/components/UiGraph.cjs +15 -0
- package/dist/icons/components/UiGraph.cjs.map +1 -0
- package/dist/icons/components/UiGraph.d.ts +15 -0
- package/dist/icons/components/UiGraph.d.ts.map +1 -0
- package/dist/icons/components/UiGraph.js +15 -0
- package/dist/icons/components/UiGraph.js.map +1 -0
- package/dist/icons/components/UiGrid.cjs +15 -0
- package/dist/icons/components/UiGrid.cjs.map +1 -0
- package/dist/icons/components/UiGrid.d.ts +15 -0
- package/dist/icons/components/UiGrid.d.ts.map +1 -0
- package/dist/icons/components/UiGrid.js +15 -0
- package/dist/icons/components/UiGrid.js.map +1 -0
- package/dist/icons/components/UiHardDrive.cjs +10 -0
- package/dist/icons/components/UiHardDrive.cjs.map +1 -0
- package/dist/icons/components/UiHardDrive.d.ts +9 -0
- package/dist/icons/components/UiHardDrive.d.ts.map +1 -0
- package/dist/icons/components/UiHardDrive.js +10 -0
- package/dist/icons/components/UiHardDrive.js.map +1 -0
- package/dist/icons/components/UiHistory.cjs +15 -0
- package/dist/icons/components/UiHistory.cjs.map +1 -0
- package/dist/icons/components/UiHistory.d.ts +15 -0
- package/dist/icons/components/UiHistory.d.ts.map +1 -0
- package/dist/icons/components/UiHistory.js +15 -0
- package/dist/icons/components/UiHistory.js.map +1 -0
- package/dist/icons/components/UiHome.cjs +15 -0
- package/dist/icons/components/UiHome.cjs.map +1 -0
- package/dist/icons/components/UiHome.d.ts +15 -0
- package/dist/icons/components/UiHome.d.ts.map +1 -0
- package/dist/icons/components/UiHome.js +15 -0
- package/dist/icons/components/UiHome.js.map +1 -0
- package/dist/icons/components/UiHourglass.cjs +15 -0
- package/dist/icons/components/UiHourglass.cjs.map +1 -0
- package/dist/icons/components/UiHourglass.d.ts +15 -0
- package/dist/icons/components/UiHourglass.d.ts.map +1 -0
- package/dist/icons/components/UiHourglass.js +15 -0
- package/dist/icons/components/UiHourglass.js.map +1 -0
- package/dist/icons/components/UiHubot.cjs +15 -0
- package/dist/icons/components/UiHubot.cjs.map +1 -0
- package/dist/icons/components/UiHubot.d.ts +15 -0
- package/dist/icons/components/UiHubot.d.ts.map +1 -0
- package/dist/icons/components/UiHubot.js +15 -0
- package/dist/icons/components/UiHubot.js.map +1 -0
- package/dist/icons/components/UiImage.cjs +15 -0
- package/dist/icons/components/UiImage.cjs.map +1 -0
- package/dist/icons/components/UiImage.d.ts +15 -0
- package/dist/icons/components/UiImage.d.ts.map +1 -0
- package/dist/icons/components/UiImage.js +15 -0
- package/dist/icons/components/UiImage.js.map +1 -0
- package/dist/icons/components/UiImport.cjs +13 -0
- package/dist/icons/components/UiImport.cjs.map +1 -0
- package/dist/icons/components/UiImport.d.ts +9 -0
- package/dist/icons/components/UiImport.d.ts.map +1 -0
- package/dist/icons/components/UiImport.js +13 -0
- package/dist/icons/components/UiImport.js.map +1 -0
- package/dist/icons/components/UiInbox.cjs +15 -0
- package/dist/icons/components/UiInbox.cjs.map +1 -0
- package/dist/icons/components/UiInbox.d.ts +15 -0
- package/dist/icons/components/UiInbox.d.ts.map +1 -0
- package/dist/icons/components/UiInbox.js +15 -0
- package/dist/icons/components/UiInbox.js.map +1 -0
- package/dist/icons/components/UiInfo.cjs +23 -0
- package/dist/icons/components/UiInfo.cjs.map +1 -0
- package/dist/icons/components/UiInfo.d.ts +17 -0
- package/dist/icons/components/UiInfo.d.ts.map +1 -0
- package/dist/icons/components/UiInfo.js +23 -0
- package/dist/icons/components/UiInfo.js.map +1 -0
- package/dist/icons/components/UiInsightAvailability.cjs +15 -0
- package/dist/icons/components/UiInsightAvailability.cjs.map +1 -0
- package/dist/icons/components/UiInsightAvailability.d.ts +15 -0
- package/dist/icons/components/UiInsightAvailability.d.ts.map +1 -0
- package/dist/icons/components/UiInsightAvailability.js +15 -0
- package/dist/icons/components/UiInsightAvailability.js.map +1 -0
- package/dist/icons/components/UiInsightCompliance.cjs +10 -0
- package/dist/icons/components/UiInsightCompliance.cjs.map +1 -0
- package/dist/icons/components/UiInsightCompliance.d.ts +9 -0
- package/dist/icons/components/UiInsightCompliance.d.ts.map +1 -0
- package/dist/icons/components/UiInsightCompliance.js +10 -0
- package/dist/icons/components/UiInsightCompliance.js.map +1 -0
- package/dist/icons/components/UiInsightCost.cjs +15 -0
- package/dist/icons/components/UiInsightCost.cjs.map +1 -0
- package/dist/icons/components/UiInsightCost.d.ts +15 -0
- package/dist/icons/components/UiInsightCost.d.ts.map +1 -0
- package/dist/icons/components/UiInsightCost.js +15 -0
- package/dist/icons/components/UiInsightCost.js.map +1 -0
- package/dist/icons/components/UiInsightIntegration.cjs +10 -0
- package/dist/icons/components/UiInsightIntegration.cjs.map +1 -0
- package/dist/icons/components/UiInsightIntegration.d.ts +9 -0
- package/dist/icons/components/UiInsightIntegration.d.ts.map +1 -0
- package/dist/icons/components/UiInsightIntegration.js +10 -0
- package/dist/icons/components/UiInsightIntegration.js.map +1 -0
- package/dist/icons/components/UiInsightPerformance.cjs +15 -0
- package/dist/icons/components/UiInsightPerformance.cjs.map +1 -0
- package/dist/icons/components/UiInsightPerformance.d.ts +15 -0
- package/dist/icons/components/UiInsightPerformance.d.ts.map +1 -0
- package/dist/icons/components/UiInsightPerformance.js +15 -0
- package/dist/icons/components/UiInsightPerformance.js.map +1 -0
- package/dist/icons/components/UiInsightRecommendation.cjs +15 -0
- package/dist/icons/components/UiInsightRecommendation.cjs.map +1 -0
- package/dist/icons/components/UiInsightRecommendation.d.ts +15 -0
- package/dist/icons/components/UiInsightRecommendation.d.ts.map +1 -0
- package/dist/icons/components/UiInsightRecommendation.js +15 -0
- package/dist/icons/components/UiInsightRecommendation.js.map +1 -0
- package/dist/icons/components/UiInsightReliability.cjs +15 -0
- package/dist/icons/components/UiInsightReliability.cjs.map +1 -0
- package/dist/icons/components/UiInsightReliability.d.ts +15 -0
- package/dist/icons/components/UiInsightReliability.d.ts.map +1 -0
- package/dist/icons/components/UiInsightReliability.js +15 -0
- package/dist/icons/components/UiInsightReliability.js.map +1 -0
- package/dist/icons/components/UiInsightSecurity.cjs +15 -0
- package/dist/icons/components/UiInsightSecurity.cjs.map +1 -0
- package/dist/icons/components/UiInsightSecurity.d.ts +15 -0
- package/dist/icons/components/UiInsightSecurity.d.ts.map +1 -0
- package/dist/icons/components/UiInsightSecurity.js +15 -0
- package/dist/icons/components/UiInsightSecurity.js.map +1 -0
- package/dist/icons/components/UiInsightTechnicalDebt.cjs +15 -0
- package/dist/icons/components/UiInsightTechnicalDebt.cjs.map +1 -0
- package/dist/icons/components/UiInsightTechnicalDebt.d.ts +15 -0
- package/dist/icons/components/UiInsightTechnicalDebt.d.ts.map +1 -0
- package/dist/icons/components/UiInsightTechnicalDebt.js +15 -0
- package/dist/icons/components/UiInsightTechnicalDebt.js.map +1 -0
- package/dist/icons/components/UiInterface.cjs +13 -0
- package/dist/icons/components/UiInterface.cjs.map +1 -0
- package/dist/icons/components/UiInterface.d.ts +9 -0
- package/dist/icons/components/UiInterface.d.ts.map +1 -0
- package/dist/icons/components/UiInterface.js +13 -0
- package/dist/icons/components/UiInterface.js.map +1 -0
- package/dist/icons/components/UiJson.cjs +10 -0
- package/dist/icons/components/UiJson.cjs.map +1 -0
- package/dist/icons/components/UiJson.d.ts +9 -0
- package/dist/icons/components/UiJson.d.ts.map +1 -0
- package/dist/icons/components/UiJson.js +10 -0
- package/dist/icons/components/UiJson.js.map +1 -0
- package/dist/icons/components/UiKanban.cjs +15 -0
- package/dist/icons/components/UiKanban.cjs.map +1 -0
- package/dist/icons/components/UiKanban.d.ts +15 -0
- package/dist/icons/components/UiKanban.d.ts.map +1 -0
- package/dist/icons/components/UiKanban.js +15 -0
- package/dist/icons/components/UiKanban.js.map +1 -0
- package/dist/icons/components/UiKey.cjs +15 -0
- package/dist/icons/components/UiKey.cjs.map +1 -0
- package/dist/icons/components/UiKey.d.ts +15 -0
- package/dist/icons/components/UiKey.d.ts.map +1 -0
- package/dist/icons/components/UiKey.js +15 -0
- package/dist/icons/components/UiKey.js.map +1 -0
- package/dist/icons/components/UiKeyword.cjs +10 -0
- package/dist/icons/components/UiKeyword.cjs.map +1 -0
- package/dist/icons/components/UiKeyword.d.ts +9 -0
- package/dist/icons/components/UiKeyword.d.ts.map +1 -0
- package/dist/icons/components/UiKeyword.js +10 -0
- package/dist/icons/components/UiKeyword.js.map +1 -0
- package/dist/icons/components/UiLambda.cjs +13 -0
- package/dist/icons/components/UiLambda.cjs.map +1 -0
- package/dist/icons/components/UiLambda.d.ts +9 -0
- package/dist/icons/components/UiLambda.d.ts.map +1 -0
- package/dist/icons/components/UiLambda.js +13 -0
- package/dist/icons/components/UiLambda.js.map +1 -0
- package/dist/icons/components/UiLayers.cjs +14 -0
- package/dist/icons/components/UiLayers.cjs.map +1 -0
- package/dist/icons/components/UiLayers.d.ts +9 -0
- package/dist/icons/components/UiLayers.d.ts.map +1 -0
- package/dist/icons/components/UiLayers.js +14 -0
- package/dist/icons/components/UiLayers.js.map +1 -0
- package/dist/icons/components/UiLayoutDashboard.cjs +15 -0
- package/dist/icons/components/UiLayoutDashboard.cjs.map +1 -0
- package/dist/icons/components/UiLayoutDashboard.d.ts +15 -0
- package/dist/icons/components/UiLayoutDashboard.d.ts.map +1 -0
- package/dist/icons/components/UiLayoutDashboard.js +15 -0
- package/dist/icons/components/UiLayoutDashboard.js.map +1 -0
- package/dist/icons/components/UiLightbulb.cjs +15 -0
- package/dist/icons/components/UiLightbulb.cjs.map +1 -0
- package/dist/icons/components/UiLightbulb.d.ts +15 -0
- package/dist/icons/components/UiLightbulb.d.ts.map +1 -0
- package/dist/icons/components/UiLightbulb.js +15 -0
- package/dist/icons/components/UiLightbulb.js.map +1 -0
- package/dist/icons/components/UiLink.cjs +15 -0
- package/dist/icons/components/UiLink.cjs.map +1 -0
- package/dist/icons/components/UiLink.d.ts +15 -0
- package/dist/icons/components/UiLink.d.ts.map +1 -0
- package/dist/icons/components/UiLink.js +15 -0
- package/dist/icons/components/UiLink.js.map +1 -0
- package/dist/icons/components/UiLinkExternal.cjs +15 -0
- package/dist/icons/components/UiLinkExternal.cjs.map +1 -0
- package/dist/icons/components/UiLinkExternal.d.ts +15 -0
- package/dist/icons/components/UiLinkExternal.d.ts.map +1 -0
- package/dist/icons/components/UiLinkExternal.js +15 -0
- package/dist/icons/components/UiLinkExternal.js.map +1 -0
- package/dist/icons/components/UiListDashes.cjs +15 -0
- package/dist/icons/components/UiListDashes.cjs.map +1 -0
- package/dist/icons/components/UiListDashes.d.ts +15 -0
- package/dist/icons/components/UiListDashes.d.ts.map +1 -0
- package/dist/icons/components/UiListDashes.js +15 -0
- package/dist/icons/components/UiListDashes.js.map +1 -0
- package/dist/icons/components/UiListFlat.cjs +15 -0
- package/dist/icons/components/UiListFlat.cjs.map +1 -0
- package/dist/icons/components/UiListFlat.d.ts +15 -0
- package/dist/icons/components/UiListFlat.d.ts.map +1 -0
- package/dist/icons/components/UiListFlat.js +15 -0
- package/dist/icons/components/UiListFlat.js.map +1 -0
- package/dist/icons/components/UiListOrdered.cjs +10 -0
- package/dist/icons/components/UiListOrdered.cjs.map +1 -0
- package/dist/icons/components/UiListOrdered.d.ts +9 -0
- package/dist/icons/components/UiListOrdered.d.ts.map +1 -0
- package/dist/icons/components/UiListOrdered.js +10 -0
- package/dist/icons/components/UiListOrdered.js.map +1 -0
- package/dist/icons/components/UiListTree.cjs +15 -0
- package/dist/icons/components/UiListTree.cjs.map +1 -0
- package/dist/icons/components/UiListTree.d.ts +15 -0
- package/dist/icons/components/UiListTree.d.ts.map +1 -0
- package/dist/icons/components/UiListTree.js +15 -0
- package/dist/icons/components/UiListTree.js.map +1 -0
- package/dist/icons/components/UiLoader.cjs +23 -0
- package/dist/icons/components/UiLoader.cjs.map +1 -0
- package/dist/icons/components/UiLoader.d.ts +17 -0
- package/dist/icons/components/UiLoader.d.ts.map +1 -0
- package/dist/icons/components/UiLoader.js +23 -0
- package/dist/icons/components/UiLoader.js.map +1 -0
- package/dist/icons/components/UiLocation.cjs +15 -0
- package/dist/icons/components/UiLocation.cjs.map +1 -0
- package/dist/icons/components/UiLocation.d.ts +15 -0
- package/dist/icons/components/UiLocation.d.ts.map +1 -0
- package/dist/icons/components/UiLocation.js +15 -0
- package/dist/icons/components/UiLocation.js.map +1 -0
- package/dist/icons/components/UiLock.cjs +15 -0
- package/dist/icons/components/UiLock.cjs.map +1 -0
- package/dist/icons/components/UiLock.d.ts +15 -0
- package/dist/icons/components/UiLock.d.ts.map +1 -0
- package/dist/icons/components/UiLock.js +15 -0
- package/dist/icons/components/UiLock.js.map +1 -0
- package/dist/icons/components/UiLockOpen.cjs +15 -0
- package/dist/icons/components/UiLockOpen.cjs.map +1 -0
- package/dist/icons/components/UiLockOpen.d.ts +15 -0
- package/dist/icons/components/UiLockOpen.d.ts.map +1 -0
- package/dist/icons/components/UiLockOpen.js +15 -0
- package/dist/icons/components/UiLockOpen.js.map +1 -0
- package/dist/icons/components/UiMagicWand.cjs +15 -0
- package/dist/icons/components/UiMagicWand.cjs.map +1 -0
- package/dist/icons/components/UiMagicWand.d.ts +15 -0
- package/dist/icons/components/UiMagicWand.d.ts.map +1 -0
- package/dist/icons/components/UiMagicWand.js +15 -0
- package/dist/icons/components/UiMagicWand.js.map +1 -0
- package/dist/icons/components/UiMarkdown.cjs +13 -0
- package/dist/icons/components/UiMarkdown.cjs.map +1 -0
- package/dist/icons/components/UiMarkdown.d.ts +9 -0
- package/dist/icons/components/UiMarkdown.d.ts.map +1 -0
- package/dist/icons/components/UiMarkdown.js +13 -0
- package/dist/icons/components/UiMarkdown.js.map +1 -0
- package/dist/icons/components/UiMemoryStick.cjs +13 -0
- package/dist/icons/components/UiMemoryStick.cjs.map +1 -0
- package/dist/icons/components/UiMemoryStick.d.ts +9 -0
- package/dist/icons/components/UiMemoryStick.d.ts.map +1 -0
- package/dist/icons/components/UiMemoryStick.js +13 -0
- package/dist/icons/components/UiMemoryStick.js.map +1 -0
- package/dist/icons/components/UiMenu.cjs +15 -0
- package/dist/icons/components/UiMenu.cjs.map +1 -0
- package/dist/icons/components/UiMenu.d.ts +15 -0
- package/dist/icons/components/UiMenu.d.ts.map +1 -0
- package/dist/icons/components/UiMenu.js +15 -0
- package/dist/icons/components/UiMenu.js.map +1 -0
- package/dist/icons/components/UiMethod.cjs +13 -0
- package/dist/icons/components/UiMethod.cjs.map +1 -0
- package/dist/icons/components/UiMethod.d.ts +9 -0
- package/dist/icons/components/UiMethod.d.ts.map +1 -0
- package/dist/icons/components/UiMethod.js +13 -0
- package/dist/icons/components/UiMethod.js.map +1 -0
- package/dist/icons/components/UiModule.cjs +14 -0
- package/dist/icons/components/UiModule.cjs.map +1 -0
- package/dist/icons/components/UiModule.d.ts +9 -0
- package/dist/icons/components/UiModule.d.ts.map +1 -0
- package/dist/icons/components/UiModule.js +14 -0
- package/dist/icons/components/UiModule.js.map +1 -0
- package/dist/icons/components/UiMoon.cjs +15 -0
- package/dist/icons/components/UiMoon.cjs.map +1 -0
- package/dist/icons/components/UiMoon.d.ts +15 -0
- package/dist/icons/components/UiMoon.d.ts.map +1 -0
- package/dist/icons/components/UiMoon.js +15 -0
- package/dist/icons/components/UiMoon.js.map +1 -0
- package/dist/icons/components/UiNamespace.cjs +16 -0
- package/dist/icons/components/UiNamespace.cjs.map +1 -0
- package/dist/icons/components/UiNamespace.d.ts +9 -0
- package/dist/icons/components/UiNamespace.d.ts.map +1 -0
- package/dist/icons/components/UiNamespace.js +16 -0
- package/dist/icons/components/UiNamespace.js.map +1 -0
- package/dist/icons/components/UiNetwork.cjs +15 -0
- package/dist/icons/components/UiNetwork.cjs.map +1 -0
- package/dist/icons/components/UiNetwork.d.ts +15 -0
- package/dist/icons/components/UiNetwork.d.ts.map +1 -0
- package/dist/icons/components/UiNetwork.js +15 -0
- package/dist/icons/components/UiNetwork.js.map +1 -0
- package/dist/icons/components/UiNull.cjs +14 -0
- package/dist/icons/components/UiNull.cjs.map +1 -0
- package/dist/icons/components/UiNull.d.ts +9 -0
- package/dist/icons/components/UiNull.d.ts.map +1 -0
- package/dist/icons/components/UiNull.js +14 -0
- package/dist/icons/components/UiNull.js.map +1 -0
- package/dist/icons/components/UiNumeric.cjs +14 -0
- package/dist/icons/components/UiNumeric.cjs.map +1 -0
- package/dist/icons/components/UiNumeric.d.ts +9 -0
- package/dist/icons/components/UiNumeric.d.ts.map +1 -0
- package/dist/icons/components/UiNumeric.js +14 -0
- package/dist/icons/components/UiNumeric.js.map +1 -0
- package/dist/icons/components/UiObject.cjs +13 -0
- package/dist/icons/components/UiObject.cjs.map +1 -0
- package/dist/icons/components/UiObject.d.ts +9 -0
- package/dist/icons/components/UiObject.d.ts.map +1 -0
- package/dist/icons/components/UiObject.js +13 -0
- package/dist/icons/components/UiObject.js.map +1 -0
- package/dist/icons/components/UiOperator.cjs +10 -0
- package/dist/icons/components/UiOperator.cjs.map +1 -0
- package/dist/icons/components/UiOperator.d.ts +9 -0
- package/dist/icons/components/UiOperator.d.ts.map +1 -0
- package/dist/icons/components/UiOperator.js +10 -0
- package/dist/icons/components/UiOperator.js.map +1 -0
- package/dist/icons/components/UiOrganization.cjs +103 -0
- package/dist/icons/components/UiOrganization.cjs.map +1 -0
- package/dist/icons/components/UiOrganization.d.ts +63 -0
- package/dist/icons/components/UiOrganization.d.ts.map +1 -0
- package/dist/icons/components/UiOrganization.js +103 -0
- package/dist/icons/components/UiOrganization.js.map +1 -0
- package/dist/icons/components/UiPackage.cjs +15 -0
- package/dist/icons/components/UiPackage.cjs.map +1 -0
- package/dist/icons/components/UiPackage.d.ts +15 -0
- package/dist/icons/components/UiPackage.d.ts.map +1 -0
- package/dist/icons/components/UiPackage.js +15 -0
- package/dist/icons/components/UiPackage.js.map +1 -0
- package/dist/icons/components/UiParameter.cjs +13 -0
- package/dist/icons/components/UiParameter.cjs.map +1 -0
- package/dist/icons/components/UiParameter.d.ts +9 -0
- package/dist/icons/components/UiParameter.d.ts.map +1 -0
- package/dist/icons/components/UiParameter.js +13 -0
- package/dist/icons/components/UiParameter.js.map +1 -0
- package/dist/icons/components/UiPass.cjs +23 -0
- package/dist/icons/components/UiPass.cjs.map +1 -0
- package/dist/icons/components/UiPass.d.ts +17 -0
- package/dist/icons/components/UiPass.d.ts.map +1 -0
- package/dist/icons/components/UiPass.js +23 -0
- package/dist/icons/components/UiPass.js.map +1 -0
- package/dist/icons/components/UiPause.cjs +13 -0
- package/dist/icons/components/UiPause.cjs.map +1 -0
- package/dist/icons/components/UiPause.d.ts +9 -0
- package/dist/icons/components/UiPause.d.ts.map +1 -0
- package/dist/icons/components/UiPause.js +13 -0
- package/dist/icons/components/UiPause.js.map +1 -0
- package/dist/icons/components/UiPhone.cjs +15 -0
- package/dist/icons/components/UiPhone.cjs.map +1 -0
- package/dist/icons/components/UiPhone.d.ts +15 -0
- package/dist/icons/components/UiPhone.d.ts.map +1 -0
- package/dist/icons/components/UiPhone.js +15 -0
- package/dist/icons/components/UiPhone.js.map +1 -0
- package/dist/icons/components/UiPlay.cjs +10 -0
- package/dist/icons/components/UiPlay.cjs.map +1 -0
- package/dist/icons/components/UiPlay.d.ts +9 -0
- package/dist/icons/components/UiPlay.d.ts.map +1 -0
- package/dist/icons/components/UiPlay.js +10 -0
- package/dist/icons/components/UiPlay.js.map +1 -0
- package/dist/icons/components/UiPlayCircle.cjs +15 -0
- package/dist/icons/components/UiPlayCircle.cjs.map +1 -0
- package/dist/icons/components/UiPlayCircle.d.ts +15 -0
- package/dist/icons/components/UiPlayCircle.d.ts.map +1 -0
- package/dist/icons/components/UiPlayCircle.js +15 -0
- package/dist/icons/components/UiPlayCircle.js.map +1 -0
- package/dist/icons/components/UiPlaybook.cjs +10 -0
- package/dist/icons/components/UiPlaybook.cjs.map +1 -0
- package/dist/icons/components/UiPlaybook.d.ts +9 -0
- package/dist/icons/components/UiPlaybook.d.ts.map +1 -0
- package/dist/icons/components/UiPlaybook.js +10 -0
- package/dist/icons/components/UiPlaybook.js.map +1 -0
- package/dist/icons/components/UiPlug.cjs +10 -0
- package/dist/icons/components/UiPlug.cjs.map +1 -0
- package/dist/icons/components/UiPlug.d.ts +9 -0
- package/dist/icons/components/UiPlug.d.ts.map +1 -0
- package/dist/icons/components/UiPlug.js +10 -0
- package/dist/icons/components/UiPlug.js.map +1 -0
- package/dist/icons/components/UiProperty.cjs +13 -0
- package/dist/icons/components/UiProperty.cjs.map +1 -0
- package/dist/icons/components/UiProperty.d.ts +9 -0
- package/dist/icons/components/UiProperty.d.ts.map +1 -0
- package/dist/icons/components/UiProperty.js +13 -0
- package/dist/icons/components/UiProperty.js.map +1 -0
- package/dist/icons/components/UiPulse.cjs +15 -0
- package/dist/icons/components/UiPulse.cjs.map +1 -0
- package/dist/icons/components/UiPulse.d.ts +15 -0
- package/dist/icons/components/UiPulse.d.ts.map +1 -0
- package/dist/icons/components/UiPulse.js +15 -0
- package/dist/icons/components/UiPulse.js.map +1 -0
- package/dist/icons/components/UiPuzzle.cjs +15 -0
- package/dist/icons/components/UiPuzzle.cjs.map +1 -0
- package/dist/icons/components/UiPuzzle.d.ts +15 -0
- package/dist/icons/components/UiPuzzle.d.ts.map +1 -0
- package/dist/icons/components/UiPuzzle.js +15 -0
- package/dist/icons/components/UiPuzzle.js.map +1 -0
- package/dist/icons/components/UiQuestion.cjs +15 -0
- package/dist/icons/components/UiQuestion.cjs.map +1 -0
- package/dist/icons/components/UiQuestion.d.ts +15 -0
- package/dist/icons/components/UiQuestion.d.ts.map +1 -0
- package/dist/icons/components/UiQuestion.js +15 -0
- package/dist/icons/components/UiQuestion.js.map +1 -0
- package/dist/icons/components/UiQueue.cjs +15 -0
- package/dist/icons/components/UiQueue.cjs.map +1 -0
- package/dist/icons/components/UiQueue.d.ts +15 -0
- package/dist/icons/components/UiQueue.d.ts.map +1 -0
- package/dist/icons/components/UiQueue.js +15 -0
- package/dist/icons/components/UiQueue.js.map +1 -0
- package/dist/icons/components/UiRecord.cjs +13 -0
- package/dist/icons/components/UiRecord.cjs.map +1 -0
- package/dist/icons/components/UiRecord.d.ts +9 -0
- package/dist/icons/components/UiRecord.d.ts.map +1 -0
- package/dist/icons/components/UiRecord.js +13 -0
- package/dist/icons/components/UiRecord.js.map +1 -0
- package/dist/icons/components/UiRefresh.cjs +15 -0
- package/dist/icons/components/UiRefresh.cjs.map +1 -0
- package/dist/icons/components/UiRefresh.d.ts +15 -0
- package/dist/icons/components/UiRefresh.d.ts.map +1 -0
- package/dist/icons/components/UiRefresh.js +15 -0
- package/dist/icons/components/UiRefresh.js.map +1 -0
- package/dist/icons/components/UiRemove.cjs +15 -0
- package/dist/icons/components/UiRemove.cjs.map +1 -0
- package/dist/icons/components/UiRemove.d.ts +15 -0
- package/dist/icons/components/UiRemove.d.ts.map +1 -0
- package/dist/icons/components/UiRemove.js +15 -0
- package/dist/icons/components/UiRemove.js.map +1 -0
- package/dist/icons/components/UiResizeVertical.cjs +15 -0
- package/dist/icons/components/UiResizeVertical.cjs.map +1 -0
- package/dist/icons/components/UiResizeVertical.d.ts +15 -0
- package/dist/icons/components/UiResizeVertical.d.ts.map +1 -0
- package/dist/icons/components/UiResizeVertical.js +15 -0
- package/dist/icons/components/UiResizeVertical.js.map +1 -0
- package/dist/icons/components/UiRestart.cjs +10 -0
- package/dist/icons/components/UiRestart.cjs.map +1 -0
- package/dist/icons/components/UiRestart.d.ts +9 -0
- package/dist/icons/components/UiRestart.d.ts.map +1 -0
- package/dist/icons/components/UiRestart.js +10 -0
- package/dist/icons/components/UiRestart.js.map +1 -0
- package/dist/icons/components/UiRobotAi.cjs +15 -0
- package/dist/icons/components/UiRobotAi.cjs.map +1 -0
- package/dist/icons/components/UiRobotAi.d.ts +15 -0
- package/dist/icons/components/UiRobotAi.d.ts.map +1 -0
- package/dist/icons/components/UiRobotAi.js +15 -0
- package/dist/icons/components/UiRobotAi.js.map +1 -0
- package/dist/icons/components/UiRocket.cjs +15 -0
- package/dist/icons/components/UiRocket.cjs.map +1 -0
- package/dist/icons/components/UiRocket.d.ts +15 -0
- package/dist/icons/components/UiRocket.d.ts.map +1 -0
- package/dist/icons/components/UiRocket.js +15 -0
- package/dist/icons/components/UiRocket.js.map +1 -0
- package/dist/icons/components/UiRoute.cjs +15 -0
- package/dist/icons/components/UiRoute.cjs.map +1 -0
- package/dist/icons/components/UiRoute.d.ts +15 -0
- package/dist/icons/components/UiRoute.d.ts.map +1 -0
- package/dist/icons/components/UiRoute.js +15 -0
- package/dist/icons/components/UiRoute.js.map +1 -0
- package/dist/icons/components/UiRows.cjs +15 -0
- package/dist/icons/components/UiRows.cjs.map +1 -0
- package/dist/icons/components/UiRows.d.ts +15 -0
- package/dist/icons/components/UiRows.d.ts.map +1 -0
- package/dist/icons/components/UiRows.js +15 -0
- package/dist/icons/components/UiRows.js.map +1 -0
- package/dist/icons/components/UiSave.cjs +15 -0
- package/dist/icons/components/UiSave.cjs.map +1 -0
- package/dist/icons/components/UiSave.d.ts +15 -0
- package/dist/icons/components/UiSave.d.ts.map +1 -0
- package/dist/icons/components/UiSave.js +15 -0
- package/dist/icons/components/UiSave.js.map +1 -0
- package/dist/icons/components/UiScale.cjs +13 -0
- package/dist/icons/components/UiScale.cjs.map +1 -0
- package/dist/icons/components/UiScale.d.ts +9 -0
- package/dist/icons/components/UiScale.d.ts.map +1 -0
- package/dist/icons/components/UiScale.js +13 -0
- package/dist/icons/components/UiScale.js.map +1 -0
- package/dist/icons/components/UiSealCheck.cjs +15 -0
- package/dist/icons/components/UiSealCheck.cjs.map +1 -0
- package/dist/icons/components/UiSealCheck.d.ts +15 -0
- package/dist/icons/components/UiSealCheck.d.ts.map +1 -0
- package/dist/icons/components/UiSealCheck.js +15 -0
- package/dist/icons/components/UiSealCheck.js.map +1 -0
- package/dist/icons/components/UiSearch.cjs +10 -0
- package/dist/icons/components/UiSearch.cjs.map +1 -0
- package/dist/icons/components/UiSearch.d.ts +9 -0
- package/dist/icons/components/UiSearch.d.ts.map +1 -0
- package/dist/icons/components/UiSearch.js +10 -0
- package/dist/icons/components/UiSearch.js.map +1 -0
- package/dist/icons/components/UiSelect.cjs +15 -0
- package/dist/icons/components/UiSelect.cjs.map +1 -0
- package/dist/icons/components/UiSelect.d.ts +15 -0
- package/dist/icons/components/UiSelect.d.ts.map +1 -0
- package/dist/icons/components/UiSelect.js +15 -0
- package/dist/icons/components/UiSelect.js.map +1 -0
- package/dist/icons/components/UiServer.cjs +10 -0
- package/dist/icons/components/UiServer.cjs.map +1 -0
- package/dist/icons/components/UiServer.d.ts +9 -0
- package/dist/icons/components/UiServer.d.ts.map +1 -0
- package/dist/icons/components/UiServer.js +10 -0
- package/dist/icons/components/UiServer.js.map +1 -0
- package/dist/icons/components/UiServerProcess.cjs +15 -0
- package/dist/icons/components/UiServerProcess.cjs.map +1 -0
- package/dist/icons/components/UiServerProcess.d.ts +15 -0
- package/dist/icons/components/UiServerProcess.d.ts.map +1 -0
- package/dist/icons/components/UiServerProcess.js +15 -0
- package/dist/icons/components/UiServerProcess.js.map +1 -0
- package/dist/icons/components/UiSeverityBlocker.cjs +23 -0
- package/dist/icons/components/UiSeverityBlocker.cjs.map +1 -0
- package/dist/icons/components/UiSeverityBlocker.d.ts +17 -0
- package/dist/icons/components/UiSeverityBlocker.d.ts.map +1 -0
- package/dist/icons/components/UiSeverityBlocker.js +23 -0
- package/dist/icons/components/UiSeverityBlocker.js.map +1 -0
- package/dist/icons/components/UiSeverityCritical.cjs +23 -0
- package/dist/icons/components/UiSeverityCritical.cjs.map +1 -0
- package/dist/icons/components/UiSeverityCritical.d.ts +17 -0
- package/dist/icons/components/UiSeverityCritical.d.ts.map +1 -0
- package/dist/icons/components/UiSeverityCritical.js +23 -0
- package/dist/icons/components/UiSeverityCritical.js.map +1 -0
- package/dist/icons/components/UiSeverityHigh.cjs +23 -0
- package/dist/icons/components/UiSeverityHigh.cjs.map +1 -0
- package/dist/icons/components/UiSeverityHigh.d.ts +17 -0
- package/dist/icons/components/UiSeverityHigh.d.ts.map +1 -0
- package/dist/icons/components/UiSeverityHigh.js +23 -0
- package/dist/icons/components/UiSeverityHigh.js.map +1 -0
- package/dist/icons/components/UiSeverityInfo.cjs +23 -0
- package/dist/icons/components/UiSeverityInfo.cjs.map +1 -0
- package/dist/icons/components/UiSeverityInfo.d.ts +17 -0
- package/dist/icons/components/UiSeverityInfo.d.ts.map +1 -0
- package/dist/icons/components/UiSeverityInfo.js +23 -0
- package/dist/icons/components/UiSeverityInfo.js.map +1 -0
- package/dist/icons/components/UiSeverityLow.cjs +23 -0
- package/dist/icons/components/UiSeverityLow.cjs.map +1 -0
- package/dist/icons/components/UiSeverityLow.d.ts +17 -0
- package/dist/icons/components/UiSeverityLow.d.ts.map +1 -0
- package/dist/icons/components/UiSeverityLow.js +23 -0
- package/dist/icons/components/UiSeverityLow.js.map +1 -0
- package/dist/icons/components/UiSeverityMedium.cjs +23 -0
- package/dist/icons/components/UiSeverityMedium.cjs.map +1 -0
- package/dist/icons/components/UiSeverityMedium.d.ts +17 -0
- package/dist/icons/components/UiSeverityMedium.d.ts.map +1 -0
- package/dist/icons/components/UiSeverityMedium.js +23 -0
- package/dist/icons/components/UiSeverityMedium.js.map +1 -0
- package/dist/icons/components/UiSeverityWarning.cjs +23 -0
- package/dist/icons/components/UiSeverityWarning.cjs.map +1 -0
- package/dist/icons/components/UiSeverityWarning.d.ts +17 -0
- package/dist/icons/components/UiSeverityWarning.d.ts.map +1 -0
- package/dist/icons/components/UiSeverityWarning.js +23 -0
- package/dist/icons/components/UiSeverityWarning.js.map +1 -0
- package/dist/icons/components/UiShare.cjs +15 -0
- package/dist/icons/components/UiShare.cjs.map +1 -0
- package/dist/icons/components/UiShare.d.ts +15 -0
- package/dist/icons/components/UiShare.d.ts.map +1 -0
- package/dist/icons/components/UiShare.js +15 -0
- package/dist/icons/components/UiShare.js.map +1 -0
- package/dist/icons/components/UiShield.cjs +127 -0
- package/dist/icons/components/UiShield.cjs.map +1 -0
- package/dist/icons/components/UiShield.d.ts +99 -0
- package/dist/icons/components/UiShield.d.ts.map +1 -0
- package/dist/icons/components/UiShield.js +127 -0
- package/dist/icons/components/UiShield.js.map +1 -0
- package/dist/icons/components/UiShipWheel.cjs +14 -0
- package/dist/icons/components/UiShipWheel.cjs.map +1 -0
- package/dist/icons/components/UiShipWheel.d.ts +9 -0
- package/dist/icons/components/UiShipWheel.d.ts.map +1 -0
- package/dist/icons/components/UiShipWheel.js +14 -0
- package/dist/icons/components/UiShipWheel.js.map +1 -0
- package/dist/icons/components/UiSidebar.cjs +15 -0
- package/dist/icons/components/UiSidebar.cjs.map +1 -0
- package/dist/icons/components/UiSidebar.d.ts +15 -0
- package/dist/icons/components/UiSidebar.d.ts.map +1 -0
- package/dist/icons/components/UiSidebar.js +15 -0
- package/dist/icons/components/UiSidebar.js.map +1 -0
- package/dist/icons/components/UiSigma.cjs +10 -0
- package/dist/icons/components/UiSigma.cjs.map +1 -0
- package/dist/icons/components/UiSigma.d.ts +9 -0
- package/dist/icons/components/UiSigma.d.ts.map +1 -0
- package/dist/icons/components/UiSigma.js +10 -0
- package/dist/icons/components/UiSigma.js.map +1 -0
- package/dist/icons/components/UiSignIn.cjs +15 -0
- package/dist/icons/components/UiSignIn.cjs.map +1 -0
- package/dist/icons/components/UiSignIn.d.ts +15 -0
- package/dist/icons/components/UiSignIn.d.ts.map +1 -0
- package/dist/icons/components/UiSignIn.js +15 -0
- package/dist/icons/components/UiSignIn.js.map +1 -0
- package/dist/icons/components/UiSignOut.cjs +15 -0
- package/dist/icons/components/UiSignOut.cjs.map +1 -0
- package/dist/icons/components/UiSignOut.d.ts +15 -0
- package/dist/icons/components/UiSignOut.d.ts.map +1 -0
- package/dist/icons/components/UiSignOut.js +15 -0
- package/dist/icons/components/UiSignOut.js.map +1 -0
- package/dist/icons/components/UiSiren.cjs +23 -0
- package/dist/icons/components/UiSiren.cjs.map +1 -0
- package/dist/icons/components/UiSiren.d.ts +17 -0
- package/dist/icons/components/UiSiren.d.ts.map +1 -0
- package/dist/icons/components/UiSiren.js +23 -0
- package/dist/icons/components/UiSiren.js.map +1 -0
- package/dist/icons/components/UiSkipForward.cjs +15 -0
- package/dist/icons/components/UiSkipForward.cjs.map +1 -0
- package/dist/icons/components/UiSkipForward.d.ts +15 -0
- package/dist/icons/components/UiSkipForward.d.ts.map +1 -0
- package/dist/icons/components/UiSkipForward.js +15 -0
- package/dist/icons/components/UiSkipForward.js.map +1 -0
- package/dist/icons/components/UiSkull.cjs +23 -0
- package/dist/icons/components/UiSkull.cjs.map +1 -0
- package/dist/icons/components/UiSkull.d.ts +17 -0
- package/dist/icons/components/UiSkull.d.ts.map +1 -0
- package/dist/icons/components/UiSkull.js +23 -0
- package/dist/icons/components/UiSkull.js.map +1 -0
- package/dist/icons/components/UiSliders.cjs +15 -0
- package/dist/icons/components/UiSliders.cjs.map +1 -0
- package/dist/icons/components/UiSliders.d.ts +15 -0
- package/dist/icons/components/UiSliders.d.ts.map +1 -0
- package/dist/icons/components/UiSliders.js +15 -0
- package/dist/icons/components/UiSliders.js.map +1 -0
- package/dist/icons/components/UiSparkles.cjs +15 -0
- package/dist/icons/components/UiSparkles.cjs.map +1 -0
- package/dist/icons/components/UiSparkles.d.ts +15 -0
- package/dist/icons/components/UiSparkles.d.ts.map +1 -0
- package/dist/icons/components/UiSparkles.js +15 -0
- package/dist/icons/components/UiSparkles.js.map +1 -0
- package/dist/icons/components/UiSpeaker.cjs +15 -0
- package/dist/icons/components/UiSpeaker.cjs.map +1 -0
- package/dist/icons/components/UiSpeaker.d.ts +15 -0
- package/dist/icons/components/UiSpeaker.d.ts.map +1 -0
- package/dist/icons/components/UiSpeaker.js +15 -0
- package/dist/icons/components/UiSpeaker.js.map +1 -0
- package/dist/icons/components/UiSqlArray.cjs +13 -0
- package/dist/icons/components/UiSqlArray.cjs.map +1 -0
- package/dist/icons/components/UiSqlArray.d.ts +9 -0
- package/dist/icons/components/UiSqlArray.d.ts.map +1 -0
- package/dist/icons/components/UiSqlArray.js +13 -0
- package/dist/icons/components/UiSqlArray.js.map +1 -0
- package/dist/icons/components/UiSqlColumn.cjs +13 -0
- package/dist/icons/components/UiSqlColumn.cjs.map +1 -0
- package/dist/icons/components/UiSqlColumn.d.ts +9 -0
- package/dist/icons/components/UiSqlColumn.d.ts.map +1 -0
- package/dist/icons/components/UiSqlColumn.js +13 -0
- package/dist/icons/components/UiSqlColumn.js.map +1 -0
- package/dist/icons/components/UiSqlConstraint.cjs +10 -0
- package/dist/icons/components/UiSqlConstraint.cjs.map +1 -0
- package/dist/icons/components/UiSqlConstraint.d.ts +9 -0
- package/dist/icons/components/UiSqlConstraint.d.ts.map +1 -0
- package/dist/icons/components/UiSqlConstraint.js +10 -0
- package/dist/icons/components/UiSqlConstraint.js.map +1 -0
- package/dist/icons/components/UiSqlDatabase.cjs +14 -0
- package/dist/icons/components/UiSqlDatabase.cjs.map +1 -0
- package/dist/icons/components/UiSqlDatabase.d.ts +9 -0
- package/dist/icons/components/UiSqlDatabase.d.ts.map +1 -0
- package/dist/icons/components/UiSqlDatabase.js +14 -0
- package/dist/icons/components/UiSqlDatabase.js.map +1 -0
- package/dist/icons/components/UiSqlForeignKey.cjs +13 -0
- package/dist/icons/components/UiSqlForeignKey.cjs.map +1 -0
- package/dist/icons/components/UiSqlForeignKey.d.ts +9 -0
- package/dist/icons/components/UiSqlForeignKey.d.ts.map +1 -0
- package/dist/icons/components/UiSqlForeignKey.js +13 -0
- package/dist/icons/components/UiSqlForeignKey.js.map +1 -0
- package/dist/icons/components/UiSqlFunction.cjs +13 -0
- package/dist/icons/components/UiSqlFunction.cjs.map +1 -0
- package/dist/icons/components/UiSqlFunction.d.ts +9 -0
- package/dist/icons/components/UiSqlFunction.d.ts.map +1 -0
- package/dist/icons/components/UiSqlFunction.js +13 -0
- package/dist/icons/components/UiSqlFunction.js.map +1 -0
- package/dist/icons/components/UiSqlIndex.cjs +13 -0
- package/dist/icons/components/UiSqlIndex.cjs.map +1 -0
- package/dist/icons/components/UiSqlIndex.d.ts +9 -0
- package/dist/icons/components/UiSqlIndex.d.ts.map +1 -0
- package/dist/icons/components/UiSqlIndex.js +13 -0
- package/dist/icons/components/UiSqlIndex.js.map +1 -0
- package/dist/icons/components/UiSqlPrimaryKey.cjs +13 -0
- package/dist/icons/components/UiSqlPrimaryKey.cjs.map +1 -0
- package/dist/icons/components/UiSqlPrimaryKey.d.ts +9 -0
- package/dist/icons/components/UiSqlPrimaryKey.d.ts.map +1 -0
- package/dist/icons/components/UiSqlPrimaryKey.js +13 -0
- package/dist/icons/components/UiSqlPrimaryKey.js.map +1 -0
- package/dist/icons/components/UiSqlQuery.cjs +10 -0
- package/dist/icons/components/UiSqlQuery.cjs.map +1 -0
- package/dist/icons/components/UiSqlQuery.d.ts +9 -0
- package/dist/icons/components/UiSqlQuery.d.ts.map +1 -0
- package/dist/icons/components/UiSqlQuery.js +10 -0
- package/dist/icons/components/UiSqlQuery.js.map +1 -0
- package/dist/icons/components/UiSqlSchema.cjs +13 -0
- package/dist/icons/components/UiSqlSchema.cjs.map +1 -0
- package/dist/icons/components/UiSqlSchema.d.ts +9 -0
- package/dist/icons/components/UiSqlSchema.d.ts.map +1 -0
- package/dist/icons/components/UiSqlSchema.js +13 -0
- package/dist/icons/components/UiSqlSchema.js.map +1 -0
- package/dist/icons/components/UiSqlSequence.cjs +14 -0
- package/dist/icons/components/UiSqlSequence.cjs.map +1 -0
- package/dist/icons/components/UiSqlSequence.d.ts +9 -0
- package/dist/icons/components/UiSqlSequence.d.ts.map +1 -0
- package/dist/icons/components/UiSqlSequence.js +14 -0
- package/dist/icons/components/UiSqlSequence.js.map +1 -0
- package/dist/icons/components/UiSqlStoredProc.cjs +13 -0
- package/dist/icons/components/UiSqlStoredProc.cjs.map +1 -0
- package/dist/icons/components/UiSqlStoredProc.d.ts +9 -0
- package/dist/icons/components/UiSqlStoredProc.d.ts.map +1 -0
- package/dist/icons/components/UiSqlStoredProc.js +13 -0
- package/dist/icons/components/UiSqlStoredProc.js.map +1 -0
- package/dist/icons/components/UiSqlTable.cjs +20 -0
- package/dist/icons/components/UiSqlTable.cjs.map +1 -0
- package/dist/icons/components/UiSqlTable.d.ts +15 -0
- package/dist/icons/components/UiSqlTable.d.ts.map +1 -0
- package/dist/icons/components/UiSqlTable.js +20 -0
- package/dist/icons/components/UiSqlTable.js.map +1 -0
- package/dist/icons/components/UiSqlTrigger.cjs +10 -0
- package/dist/icons/components/UiSqlTrigger.cjs.map +1 -0
- package/dist/icons/components/UiSqlTrigger.d.ts +9 -0
- package/dist/icons/components/UiSqlTrigger.d.ts.map +1 -0
- package/dist/icons/components/UiSqlTrigger.js +10 -0
- package/dist/icons/components/UiSqlTrigger.js.map +1 -0
- package/dist/icons/components/UiSqlView.cjs +15 -0
- package/dist/icons/components/UiSqlView.cjs.map +1 -0
- package/dist/icons/components/UiSqlView.d.ts +9 -0
- package/dist/icons/components/UiSqlView.d.ts.map +1 -0
- package/dist/icons/components/UiSqlView.js +15 -0
- package/dist/icons/components/UiSqlView.js.map +1 -0
- package/dist/icons/components/UiSquare.cjs +15 -0
- package/dist/icons/components/UiSquare.cjs.map +1 -0
- package/dist/icons/components/UiSquare.d.ts +15 -0
- package/dist/icons/components/UiSquare.d.ts.map +1 -0
- package/dist/icons/components/UiSquare.js +15 -0
- package/dist/icons/components/UiSquare.js.map +1 -0
- package/dist/icons/components/UiStackFrameDot.cjs +10 -0
- package/dist/icons/components/UiStackFrameDot.cjs.map +1 -0
- package/dist/icons/components/UiStackFrameDot.d.ts +9 -0
- package/dist/icons/components/UiStackFrameDot.d.ts.map +1 -0
- package/dist/icons/components/UiStackFrameDot.js +10 -0
- package/dist/icons/components/UiStackFrameDot.js.map +1 -0
- package/dist/icons/components/UiStar.cjs +15 -0
- package/dist/icons/components/UiStar.cjs.map +1 -0
- package/dist/icons/components/UiStar.d.ts +15 -0
- package/dist/icons/components/UiStar.d.ts.map +1 -0
- package/dist/icons/components/UiStar.js +15 -0
- package/dist/icons/components/UiStar.js.map +1 -0
- package/dist/icons/components/UiStop.cjs +10 -0
- package/dist/icons/components/UiStop.cjs.map +1 -0
- package/dist/icons/components/UiStop.d.ts +9 -0
- package/dist/icons/components/UiStop.d.ts.map +1 -0
- package/dist/icons/components/UiStop.js +10 -0
- package/dist/icons/components/UiStop.js.map +1 -0
- package/dist/icons/components/UiString.cjs +13 -0
- package/dist/icons/components/UiString.cjs.map +1 -0
- package/dist/icons/components/UiString.d.ts +9 -0
- package/dist/icons/components/UiString.d.ts.map +1 -0
- package/dist/icons/components/UiString.js +13 -0
- package/dist/icons/components/UiString.js.map +1 -0
- package/dist/icons/components/UiStruct.cjs +13 -0
- package/dist/icons/components/UiStruct.cjs.map +1 -0
- package/dist/icons/components/UiStruct.d.ts +9 -0
- package/dist/icons/components/UiStruct.d.ts.map +1 -0
- package/dist/icons/components/UiStruct.js +13 -0
- package/dist/icons/components/UiStruct.js.map +1 -0
- package/dist/icons/components/UiSun.cjs +15 -0
- package/dist/icons/components/UiSun.cjs.map +1 -0
- package/dist/icons/components/UiSun.d.ts +15 -0
- package/dist/icons/components/UiSun.d.ts.map +1 -0
- package/dist/icons/components/UiSun.js +15 -0
- package/dist/icons/components/UiSun.js.map +1 -0
- package/dist/icons/components/UiSwap.cjs +15 -0
- package/dist/icons/components/UiSwap.cjs.map +1 -0
- package/dist/icons/components/UiSwap.d.ts +9 -0
- package/dist/icons/components/UiSwap.d.ts.map +1 -0
- package/dist/icons/components/UiSwap.js +15 -0
- package/dist/icons/components/UiSwap.js.map +1 -0
- package/dist/icons/components/UiSync.cjs +10 -0
- package/dist/icons/components/UiSync.cjs.map +1 -0
- package/dist/icons/components/UiSync.d.ts +9 -0
- package/dist/icons/components/UiSync.d.ts.map +1 -0
- package/dist/icons/components/UiSync.js +10 -0
- package/dist/icons/components/UiSync.js.map +1 -0
- package/dist/icons/components/UiTable.cjs +15 -0
- package/dist/icons/components/UiTable.cjs.map +1 -0
- package/dist/icons/components/UiTable.d.ts +15 -0
- package/dist/icons/components/UiTable.d.ts.map +1 -0
- package/dist/icons/components/UiTable.js +15 -0
- package/dist/icons/components/UiTable.js.map +1 -0
- package/dist/icons/components/UiTableProperties.cjs +15 -0
- package/dist/icons/components/UiTableProperties.cjs.map +1 -0
- package/dist/icons/components/UiTableProperties.d.ts +15 -0
- package/dist/icons/components/UiTableProperties.d.ts.map +1 -0
- package/dist/icons/components/UiTableProperties.js +15 -0
- package/dist/icons/components/UiTableProperties.js.map +1 -0
- package/dist/icons/components/UiTag.cjs +15 -0
- package/dist/icons/components/UiTag.cjs.map +1 -0
- package/dist/icons/components/UiTag.d.ts +15 -0
- package/dist/icons/components/UiTag.d.ts.map +1 -0
- package/dist/icons/components/UiTag.js +15 -0
- package/dist/icons/components/UiTag.js.map +1 -0
- package/dist/icons/components/UiTerminal.cjs +15 -0
- package/dist/icons/components/UiTerminal.cjs.map +1 -0
- package/dist/icons/components/UiTerminal.d.ts +15 -0
- package/dist/icons/components/UiTerminal.d.ts.map +1 -0
- package/dist/icons/components/UiTerminal.js +15 -0
- package/dist/icons/components/UiTerminal.js.map +1 -0
- package/dist/icons/components/UiTest.cjs +13 -0
- package/dist/icons/components/UiTest.cjs.map +1 -0
- package/dist/icons/components/UiTest.d.ts +9 -0
- package/dist/icons/components/UiTest.d.ts.map +1 -0
- package/dist/icons/components/UiTest.js +13 -0
- package/dist/icons/components/UiTest.js.map +1 -0
- package/dist/icons/components/UiThumbsDown.cjs +15 -0
- package/dist/icons/components/UiThumbsDown.cjs.map +1 -0
- package/dist/icons/components/UiThumbsDown.d.ts +15 -0
- package/dist/icons/components/UiThumbsDown.d.ts.map +1 -0
- package/dist/icons/components/UiThumbsDown.js +15 -0
- package/dist/icons/components/UiThumbsDown.js.map +1 -0
- package/dist/icons/components/UiThumbsUp.cjs +15 -0
- package/dist/icons/components/UiThumbsUp.cjs.map +1 -0
- package/dist/icons/components/UiThumbsUp.d.ts +15 -0
- package/dist/icons/components/UiThumbsUp.d.ts.map +1 -0
- package/dist/icons/components/UiThumbsUp.js +15 -0
- package/dist/icons/components/UiThumbsUp.js.map +1 -0
- package/dist/icons/components/UiToggleOff.cjs +15 -0
- package/dist/icons/components/UiToggleOff.cjs.map +1 -0
- package/dist/icons/components/UiToggleOff.d.ts +15 -0
- package/dist/icons/components/UiToggleOff.d.ts.map +1 -0
- package/dist/icons/components/UiToggleOff.js +15 -0
- package/dist/icons/components/UiToggleOff.js.map +1 -0
- package/dist/icons/components/UiToggleOn.cjs +15 -0
- package/dist/icons/components/UiToggleOn.cjs.map +1 -0
- package/dist/icons/components/UiToggleOn.d.ts +15 -0
- package/dist/icons/components/UiToggleOn.d.ts.map +1 -0
- package/dist/icons/components/UiToggleOn.js +15 -0
- package/dist/icons/components/UiToggleOn.js.map +1 -0
- package/dist/icons/components/UiTrait.cjs +13 -0
- package/dist/icons/components/UiTrait.cjs.map +1 -0
- package/dist/icons/components/UiTrait.d.ts +9 -0
- package/dist/icons/components/UiTrait.d.ts.map +1 -0
- package/dist/icons/components/UiTrait.js +13 -0
- package/dist/icons/components/UiTrait.js.map +1 -0
- package/dist/icons/components/UiTrash.cjs +15 -0
- package/dist/icons/components/UiTrash.cjs.map +1 -0
- package/dist/icons/components/UiTrash.d.ts +15 -0
- package/dist/icons/components/UiTrash.d.ts.map +1 -0
- package/dist/icons/components/UiTrash.js +15 -0
- package/dist/icons/components/UiTrash.js.map +1 -0
- package/dist/icons/components/UiTrendDown.cjs +15 -0
- package/dist/icons/components/UiTrendDown.cjs.map +1 -0
- package/dist/icons/components/UiTrendDown.d.ts +15 -0
- package/dist/icons/components/UiTrendDown.d.ts.map +1 -0
- package/dist/icons/components/UiTrendDown.js +15 -0
- package/dist/icons/components/UiTrendDown.js.map +1 -0
- package/dist/icons/components/UiTrendUp.cjs +15 -0
- package/dist/icons/components/UiTrendUp.cjs.map +1 -0
- package/dist/icons/components/UiTrendUp.d.ts +15 -0
- package/dist/icons/components/UiTrendUp.d.ts.map +1 -0
- package/dist/icons/components/UiTrendUp.js +15 -0
- package/dist/icons/components/UiTrendUp.js.map +1 -0
- package/dist/icons/components/UiTypeAlias.cjs +15 -0
- package/dist/icons/components/UiTypeAlias.cjs.map +1 -0
- package/dist/icons/components/UiTypeAlias.d.ts +9 -0
- package/dist/icons/components/UiTypeAlias.d.ts.map +1 -0
- package/dist/icons/components/UiTypeAlias.js +15 -0
- package/dist/icons/components/UiTypeAlias.js.map +1 -0
- package/dist/icons/components/UiTypeParameter.cjs +14 -0
- package/dist/icons/components/UiTypeParameter.cjs.map +1 -0
- package/dist/icons/components/UiTypeParameter.d.ts +9 -0
- package/dist/icons/components/UiTypeParameter.d.ts.map +1 -0
- package/dist/icons/components/UiTypeParameter.js +14 -0
- package/dist/icons/components/UiTypeParameter.js.map +1 -0
- package/dist/icons/components/UiUnknown.cjs +13 -0
- package/dist/icons/components/UiUnknown.cjs.map +1 -0
- package/dist/icons/components/UiUnknown.d.ts +9 -0
- package/dist/icons/components/UiUnknown.d.ts.map +1 -0
- package/dist/icons/components/UiUnknown.js +13 -0
- package/dist/icons/components/UiUnknown.js.map +1 -0
- package/dist/icons/components/UiUpload.cjs +15 -0
- package/dist/icons/components/UiUpload.cjs.map +1 -0
- package/dist/icons/components/UiUpload.d.ts +15 -0
- package/dist/icons/components/UiUpload.d.ts.map +1 -0
- package/dist/icons/components/UiUpload.js +15 -0
- package/dist/icons/components/UiUpload.js.map +1 -0
- package/dist/icons/components/UiUser.cjs +81 -0
- package/dist/icons/components/UiUser.cjs.map +1 -0
- package/dist/icons/components/UiUser.d.ts +51 -0
- package/dist/icons/components/UiUser.d.ts.map +1 -0
- package/dist/icons/components/UiUser.js +81 -0
- package/dist/icons/components/UiUser.js.map +1 -0
- package/dist/icons/components/UiUserCircle.cjs +81 -0
- package/dist/icons/components/UiUserCircle.cjs.map +1 -0
- package/dist/icons/components/UiUserCircle.d.ts +51 -0
- package/dist/icons/components/UiUserCircle.d.ts.map +1 -0
- package/dist/icons/components/UiUserCircle.js +81 -0
- package/dist/icons/components/UiUserCircle.js.map +1 -0
- package/dist/icons/components/UiUserCog.cjs +14 -0
- package/dist/icons/components/UiUserCog.cjs.map +1 -0
- package/dist/icons/components/UiUserCog.d.ts +9 -0
- package/dist/icons/components/UiUserCog.d.ts.map +1 -0
- package/dist/icons/components/UiUserCog.js +14 -0
- package/dist/icons/components/UiUserCog.js.map +1 -0
- package/dist/icons/components/UiUsersThree.cjs +103 -0
- package/dist/icons/components/UiUsersThree.cjs.map +1 -0
- package/dist/icons/components/UiUsersThree.d.ts +63 -0
- package/dist/icons/components/UiUsersThree.d.ts.map +1 -0
- package/dist/icons/components/UiUsersThree.js +103 -0
- package/dist/icons/components/UiUsersThree.js.map +1 -0
- package/dist/icons/components/UiVariable.cjs +13 -0
- package/dist/icons/components/UiVariable.cjs.map +1 -0
- package/dist/icons/components/UiVariable.d.ts +9 -0
- package/dist/icons/components/UiVariable.d.ts.map +1 -0
- package/dist/icons/components/UiVariable.js +13 -0
- package/dist/icons/components/UiVariable.js.map +1 -0
- package/dist/icons/components/UiVideo.cjs +15 -0
- package/dist/icons/components/UiVideo.cjs.map +1 -0
- package/dist/icons/components/UiVideo.d.ts +15 -0
- package/dist/icons/components/UiVideo.d.ts.map +1 -0
- package/dist/icons/components/UiVideo.js +15 -0
- package/dist/icons/components/UiVideo.js.map +1 -0
- package/dist/icons/components/UiWarningCircle.cjs +23 -0
- package/dist/icons/components/UiWarningCircle.cjs.map +1 -0
- package/dist/icons/components/UiWarningCircle.d.ts +17 -0
- package/dist/icons/components/UiWarningCircle.d.ts.map +1 -0
- package/dist/icons/components/UiWarningCircle.js +23 -0
- package/dist/icons/components/UiWarningCircle.js.map +1 -0
- package/dist/icons/components/UiWarningTriangle.cjs +23 -0
- package/dist/icons/components/UiWarningTriangle.cjs.map +1 -0
- package/dist/icons/components/UiWarningTriangle.d.ts +17 -0
- package/dist/icons/components/UiWarningTriangle.d.ts.map +1 -0
- package/dist/icons/components/UiWarningTriangle.js +23 -0
- package/dist/icons/components/UiWarningTriangle.js.map +1 -0
- package/dist/icons/components/UiWatch.cjs +15 -0
- package/dist/icons/components/UiWatch.cjs.map +1 -0
- package/dist/icons/components/UiWatch.d.ts +15 -0
- package/dist/icons/components/UiWatch.d.ts.map +1 -0
- package/dist/icons/components/UiWatch.js +15 -0
- package/dist/icons/components/UiWatch.js.map +1 -0
- package/dist/icons/components/UiWorkflow.cjs +10 -0
- package/dist/icons/components/UiWorkflow.cjs.map +1 -0
- package/dist/icons/components/UiWorkflow.d.ts +9 -0
- package/dist/icons/components/UiWorkflow.d.ts.map +1 -0
- package/dist/icons/components/UiWorkflow.js +10 -0
- package/dist/icons/components/UiWorkflow.js.map +1 -0
- package/dist/icons/components/UiWrench.cjs +15 -0
- package/dist/icons/components/UiWrench.cjs.map +1 -0
- package/dist/icons/components/UiWrench.d.ts +15 -0
- package/dist/icons/components/UiWrench.d.ts.map +1 -0
- package/dist/icons/components/UiWrench.js +15 -0
- package/dist/icons/components/UiWrench.js.map +1 -0
- package/dist/icons/components/UiZap.cjs +15 -0
- package/dist/icons/components/UiZap.cjs.map +1 -0
- package/dist/icons/components/UiZap.d.ts +15 -0
- package/dist/icons/components/UiZap.d.ts.map +1 -0
- package/dist/icons/components/UiZap.js +15 -0
- package/dist/icons/components/UiZap.js.map +1 -0
- package/dist/icons/components/UiZoomIn.cjs +15 -0
- package/dist/icons/components/UiZoomIn.cjs.map +1 -0
- package/dist/icons/components/UiZoomIn.d.ts +15 -0
- package/dist/icons/components/UiZoomIn.d.ts.map +1 -0
- package/dist/icons/components/UiZoomIn.js +15 -0
- package/dist/icons/components/UiZoomIn.js.map +1 -0
- package/dist/icons/components/UiZoomOut.cjs +15 -0
- package/dist/icons/components/UiZoomOut.cjs.map +1 -0
- package/dist/icons/components/UiZoomOut.d.ts +15 -0
- package/dist/icons/components/UiZoomOut.d.ts.map +1 -0
- package/dist/icons/components/UiZoomOut.js +15 -0
- package/dist/icons/components/UiZoomOut.js.map +1 -0
- package/dist/icons/index.d.ts +493 -0
- package/dist/icons/index.d.ts.map +1 -0
- package/dist/icons/types.d.ts +21 -0
- package/dist/icons/types.d.ts.map +1 -0
- package/dist/icons.cjs +754 -0
- package/dist/icons.cjs.map +1 -0
- package/dist/icons.d.ts +2 -0
- package/dist/icons.d.ts.map +1 -0
- package/dist/icons.js +754 -0
- package/dist/icons.js.map +1 -0
- package/dist/index.cjs +966 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.js +773 -2
- package/dist/index.js.map +1 -1
- package/dist/layout/Section.cjs +81 -0
- package/dist/layout/Section.cjs.map +1 -0
- package/dist/layout/Section.d.ts +18 -2
- package/dist/layout/Section.d.ts.map +1 -1
- package/dist/layout/Section.js +11 -3
- package/dist/layout/Section.js.map +1 -1
- package/dist/layout/SplitPane.cjs +72 -0
- package/dist/layout/SplitPane.cjs.map +1 -0
- package/dist/layout/SplitPane.d.ts +8 -0
- package/dist/layout/SplitPane.d.ts.map +1 -1
- package/dist/layout/SplitPane.js.map +1 -1
- package/dist/lib/palette.cjs +35 -0
- package/dist/lib/palette.cjs.map +1 -0
- package/dist/lib/size.cjs +14 -0
- package/dist/lib/size.cjs.map +1 -0
- package/dist/lib/utils.cjs +9 -0
- package/dist/lib/utils.cjs.map +1 -0
- package/dist/overlay/DropdownMenu.cjs +98 -0
- package/dist/overlay/DropdownMenu.cjs.map +1 -0
- package/dist/overlay/DropdownMenu.d.ts +43 -0
- package/dist/overlay/DropdownMenu.d.ts.map +1 -0
- package/dist/overlay/DropdownMenu.js +98 -0
- package/dist/overlay/DropdownMenu.js.map +1 -0
- package/dist/overlay/HoverCard.cjs +170 -0
- package/dist/overlay/HoverCard.cjs.map +1 -0
- package/dist/overlay/HoverCard.d.ts +7 -0
- package/dist/overlay/HoverCard.d.ts.map +1 -1
- package/dist/overlay/HoverCard.js.map +1 -1
- package/dist/overlay/Modal.cjs +108 -0
- package/dist/overlay/Modal.cjs.map +1 -0
- package/dist/overlay/Modal.d.ts +14 -1
- package/dist/overlay/Modal.d.ts.map +1 -1
- package/dist/overlay/Modal.js +22 -5
- package/dist/overlay/Modal.js.map +1 -1
- package/dist/rpc/AcceptPicker.cjs +128 -0
- package/dist/rpc/AcceptPicker.cjs.map +1 -0
- package/dist/rpc/AcceptPicker.d.ts.map +1 -1
- package/dist/rpc/AcceptPicker.js +4 -2
- package/dist/rpc/AcceptPicker.js.map +1 -1
- package/dist/rpc/CommandForm.cjs +357 -0
- package/dist/rpc/CommandForm.cjs.map +1 -0
- package/dist/rpc/CommandForm.d.ts.map +1 -1
- package/dist/rpc/CommandForm.js +3 -2
- package/dist/rpc/CommandForm.js.map +1 -1
- package/dist/rpc/CommandOutput.cjs +203 -0
- package/dist/rpc/CommandOutput.cjs.map +1 -0
- package/dist/rpc/CommandOutput.d.ts +5 -1
- package/dist/rpc/CommandOutput.d.ts.map +1 -1
- package/dist/rpc/CommandOutput.js +12 -4
- package/dist/rpc/CommandOutput.js.map +1 -1
- package/dist/rpc/EndpointList.cjs +56 -0
- package/dist/rpc/EndpointList.cjs.map +1 -0
- package/dist/rpc/EntityExplorerApp.cjs +358 -0
- package/dist/rpc/EntityExplorerApp.cjs.map +1 -0
- package/dist/rpc/EntityExplorerApp.d.ts +3 -5
- package/dist/rpc/EntityExplorerApp.d.ts.map +1 -1
- package/dist/rpc/EntityExplorerApp.js +99 -23
- package/dist/rpc/EntityExplorerApp.js.map +1 -1
- package/dist/rpc/ExecutionResult.cjs +85 -0
- package/dist/rpc/ExecutionResult.cjs.map +1 -0
- package/dist/rpc/ExecutionResult.d.ts +10 -1
- package/dist/rpc/ExecutionResult.d.ts.map +1 -1
- package/dist/rpc/ExecutionResult.js +36 -2
- package/dist/rpc/ExecutionResult.js.map +1 -1
- package/dist/rpc/FilterForm.cjs +375 -0
- package/dist/rpc/FilterForm.cjs.map +1 -0
- package/dist/rpc/FilterForm.d.ts.map +1 -1
- package/dist/rpc/FilterForm.js +20 -37
- package/dist/rpc/FilterForm.js.map +1 -1
- package/dist/rpc/InlineError.cjs +49 -0
- package/dist/rpc/InlineError.cjs.map +1 -0
- package/dist/rpc/InlineError.d.ts.map +1 -1
- package/dist/rpc/InlineError.js +2 -7
- package/dist/rpc/InlineError.js.map +1 -1
- package/dist/rpc/OperationActionDialog.cjs +106 -0
- package/dist/rpc/OperationActionDialog.cjs.map +1 -0
- package/dist/rpc/OperationActionDialog.d.ts.map +1 -1
- package/dist/rpc/OperationActionDialog.js +2 -1
- package/dist/rpc/OperationActionDialog.js.map +1 -1
- package/dist/rpc/OperationCatalog.cjs +342 -0
- package/dist/rpc/OperationCatalog.cjs.map +1 -0
- package/dist/rpc/OperationCatalog.d.ts.map +1 -1
- package/dist/rpc/OperationCatalog.js +32 -29
- package/dist/rpc/OperationCatalog.js.map +1 -1
- package/dist/rpc/OperationCommandPage.cjs +476 -0
- package/dist/rpc/OperationCommandPage.cjs.map +1 -0
- package/dist/rpc/OperationCommandPage.d.ts.map +1 -1
- package/dist/rpc/OperationCommandPage.js +119 -127
- package/dist/rpc/OperationCommandPage.js.map +1 -1
- package/dist/rpc/OperationEntityPage.cjs +221 -0
- package/dist/rpc/OperationEntityPage.cjs.map +1 -0
- package/dist/rpc/OperationEntityPage.d.ts.map +1 -1
- package/dist/rpc/OperationEntityPage.js +4 -1
- package/dist/rpc/OperationEntityPage.js.map +1 -1
- package/dist/rpc/classify.cjs +76 -0
- package/dist/rpc/classify.cjs.map +1 -0
- package/dist/rpc/clickyMetadata.cjs +71 -0
- package/dist/rpc/clickyMetadata.cjs.map +1 -0
- package/dist/rpc/formMetadata.cjs +308 -0
- package/dist/rpc/formMetadata.cjs.map +1 -0
- package/dist/rpc/formMetadata.d.ts +11 -1
- package/dist/rpc/formMetadata.d.ts.map +1 -1
- package/dist/rpc/formMetadata.js +61 -3
- package/dist/rpc/formMetadata.js.map +1 -1
- package/dist/rpc/types.cjs +8 -0
- package/dist/rpc/types.cjs.map +1 -0
- package/dist/rpc/types.d.ts +14 -0
- package/dist/rpc/types.d.ts.map +1 -1
- package/dist/rpc/types.js.map +1 -1
- package/dist/rpc/useOperations.cjs +31 -0
- package/dist/rpc/useOperations.cjs.map +1 -0
- package/dist/rpc.cjs +39 -0
- package/dist/rpc.cjs.map +1 -0
- package/dist/rpc.d.ts +1 -0
- package/dist/rpc.d.ts.map +1 -1
- package/dist/rpc.js +2 -0
- package/dist/rpc.js.map +1 -1
- package/dist/styles.cjs +3 -0
- package/dist/styles.cjs.map +1 -0
- package/dist/styles.css +1 -1
- package/dist/tailwind-preset.cjs +65 -62
- package/dist/tailwind-preset.cjs.map +1 -1
- package/dist/utils.cjs +12 -0
- package/dist/utils.cjs.map +1 -0
- package/package.json +41 -27
- package/dist/api-explorer.d.ts +0 -5
- package/dist/api-explorer.d.ts.map +0 -1
- package/dist/api-explorer.js +0 -25
- package/dist/api-explorer.js.map +0 -1
- package/dist/rpc/ApiExplorer.d.ts +0 -11
- package/dist/rpc/ApiExplorer.d.ts.map +0 -1
- package/dist/rpc/ApiExplorer.js +0 -37
- package/dist/rpc/ApiExplorer.js.map +0 -1
- package/dist/tailwind-preset.d.cts +0 -6
- package/dist/tailwind-preset.d.cts.map +0 -1
|
@@ -0,0 +1,2120 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
const react = require("react");
|
|
5
|
+
const FilterPill = require("../data/FilterPill.cjs");
|
|
6
|
+
const Icon = require("../data/Icon.cjs");
|
|
7
|
+
const utils = require("../lib/utils.cjs");
|
|
8
|
+
const button = require("./button.cjs");
|
|
9
|
+
const DateTimePicker = require("./DateTimePicker.cjs");
|
|
10
|
+
const MultiSelect = require("./MultiSelect.cjs");
|
|
11
|
+
const RangeSlider = require("./RangeSlider.cjs");
|
|
12
|
+
const select = require("./select.cjs");
|
|
13
|
+
const TimeRange = require("./TimeRange.cjs");
|
|
14
|
+
const UiSearch = require("../icons/components/UiSearch.cjs");
|
|
15
|
+
const UiFilter = require("../icons/components/UiFilter.cjs");
|
|
16
|
+
const UiClose = require("../icons/components/UiClose.cjs");
|
|
17
|
+
const UiChevronUp = require("../icons/components/UiChevronUp.cjs");
|
|
18
|
+
const UiChevronDown = require("../icons/components/UiChevronDown.cjs");
|
|
19
|
+
const UiChevronRight = require("../icons/components/UiChevronRight.cjs");
|
|
20
|
+
const FILTER_INPUT_DEBOUNCE_MS = 500;
|
|
21
|
+
const FILTER_BAR_GAP_PX = 8;
|
|
22
|
+
const FILTER_BAR_OVERFLOW_TRIGGER_ESTIMATE_PX = 44;
|
|
23
|
+
const FilterBarContext = react.createContext({
|
|
24
|
+
autoSubmit: true
|
|
25
|
+
});
|
|
26
|
+
function FilterBar({
|
|
27
|
+
search,
|
|
28
|
+
filters,
|
|
29
|
+
timeRange,
|
|
30
|
+
dateRange,
|
|
31
|
+
children,
|
|
32
|
+
leading,
|
|
33
|
+
trailing,
|
|
34
|
+
className,
|
|
35
|
+
autoSubmit = true,
|
|
36
|
+
onApply,
|
|
37
|
+
applyLabel = "Apply",
|
|
38
|
+
isPending = false,
|
|
39
|
+
overflowMode = "responsive"
|
|
40
|
+
}) {
|
|
41
|
+
const hasRangeControls = Boolean(timeRange || dateRange);
|
|
42
|
+
const showApply = !autoSubmit && !!onApply;
|
|
43
|
+
const contextValue = react.useMemo(() => ({ autoSubmit }), [autoSubmit]);
|
|
44
|
+
const allFilters = filters ?? [];
|
|
45
|
+
const responsiveOverflow = overflowMode === "responsive" && allFilters.length > 0;
|
|
46
|
+
const filterListRef = react.useRef(null);
|
|
47
|
+
const overflowTriggerRef = react.useRef(null);
|
|
48
|
+
const filterNodeRefs = react.useRef(/* @__PURE__ */ new Map());
|
|
49
|
+
const filterWidthCache = react.useRef(/* @__PURE__ */ new Map());
|
|
50
|
+
const filterKeys = react.useMemo(
|
|
51
|
+
() => allFilters.map((filter) => filter.key).join("\0"),
|
|
52
|
+
[allFilters]
|
|
53
|
+
);
|
|
54
|
+
const [visibleFilterCount, setVisibleFilterCount] = react.useState(allFilters.length);
|
|
55
|
+
const allFiltersRef = react.useRef(allFilters);
|
|
56
|
+
const responsiveOverflowRef = react.useRef(responsiveOverflow);
|
|
57
|
+
allFiltersRef.current = allFilters;
|
|
58
|
+
responsiveOverflowRef.current = responsiveOverflow;
|
|
59
|
+
react.useLayoutEffect(() => {
|
|
60
|
+
setVisibleFilterCount(allFiltersRef.current.length);
|
|
61
|
+
}, [filterKeys]);
|
|
62
|
+
const measureOverflow = react.useCallback(() => {
|
|
63
|
+
var _a;
|
|
64
|
+
const current = allFiltersRef.current;
|
|
65
|
+
if (!responsiveOverflowRef.current) {
|
|
66
|
+
setVisibleFilterCount(current.length);
|
|
67
|
+
return;
|
|
68
|
+
}
|
|
69
|
+
const filterList = filterListRef.current;
|
|
70
|
+
if (!filterList) return;
|
|
71
|
+
const availableWidth = Math.floor(filterList.getBoundingClientRect().width);
|
|
72
|
+
if (availableWidth <= 0) return;
|
|
73
|
+
const widths = current.map((filter) => {
|
|
74
|
+
const node = filterNodeRefs.current.get(filter.key);
|
|
75
|
+
const measured = (node == null ? void 0 : node.getBoundingClientRect().width) ?? 0;
|
|
76
|
+
if (measured > 0) {
|
|
77
|
+
const width = Math.ceil(measured);
|
|
78
|
+
filterWidthCache.current.set(filter.key, width);
|
|
79
|
+
return width;
|
|
80
|
+
}
|
|
81
|
+
return filterWidthCache.current.get(filter.key) ?? estimateFilterWidth(filter);
|
|
82
|
+
});
|
|
83
|
+
const triggerWidth = Math.ceil(
|
|
84
|
+
((_a = overflowTriggerRef.current) == null ? void 0 : _a.getBoundingClientRect().width) ?? FILTER_BAR_OVERFLOW_TRIGGER_ESTIMATE_PX
|
|
85
|
+
);
|
|
86
|
+
const triggerGap = triggerWidth > 0 ? FILTER_BAR_GAP_PX : 0;
|
|
87
|
+
const allFiltersWidth = sumFilterWidths(widths);
|
|
88
|
+
const nextVisible = allFiltersWidth <= availableWidth ? current.length : calculateVisibleFilterCount(
|
|
89
|
+
widths,
|
|
90
|
+
Math.max(0, availableWidth - triggerWidth - triggerGap)
|
|
91
|
+
);
|
|
92
|
+
setVisibleFilterCount((prev) => prev === nextVisible ? prev : nextVisible);
|
|
93
|
+
}, []);
|
|
94
|
+
react.useLayoutEffect(() => {
|
|
95
|
+
measureOverflow();
|
|
96
|
+
}, [measureOverflow]);
|
|
97
|
+
react.useEffect(() => {
|
|
98
|
+
if (!responsiveOverflow) return;
|
|
99
|
+
const filterList = filterListRef.current;
|
|
100
|
+
const trigger = overflowTriggerRef.current;
|
|
101
|
+
const ResizeObserverCtor = typeof ResizeObserver === "undefined" ? null : ResizeObserver;
|
|
102
|
+
if (!ResizeObserverCtor) {
|
|
103
|
+
window.addEventListener("resize", measureOverflow);
|
|
104
|
+
measureOverflow();
|
|
105
|
+
return () => window.removeEventListener("resize", measureOverflow);
|
|
106
|
+
}
|
|
107
|
+
const observer = new ResizeObserverCtor(() => measureOverflow());
|
|
108
|
+
if (filterList) observer.observe(filterList);
|
|
109
|
+
if (trigger) observer.observe(trigger);
|
|
110
|
+
window.addEventListener("resize", measureOverflow);
|
|
111
|
+
measureOverflow();
|
|
112
|
+
return () => {
|
|
113
|
+
observer.disconnect();
|
|
114
|
+
window.removeEventListener("resize", measureOverflow);
|
|
115
|
+
};
|
|
116
|
+
}, [measureOverflow, responsiveOverflow]);
|
|
117
|
+
const inlineFilters = responsiveOverflow ? allFilters.slice(0, Math.min(visibleFilterCount, allFilters.length)) : allFilters;
|
|
118
|
+
const overflowFilters = responsiveOverflow ? allFilters.slice(Math.min(visibleFilterCount, allFilters.length)) : [];
|
|
119
|
+
const activeOverflowCount = overflowFilters.filter(isFilterBarFilterActive).length;
|
|
120
|
+
const setFilterNode = react.useCallback((key, node) => {
|
|
121
|
+
if (!node) {
|
|
122
|
+
filterNodeRefs.current.delete(key);
|
|
123
|
+
return;
|
|
124
|
+
}
|
|
125
|
+
filterNodeRefs.current.set(key, node);
|
|
126
|
+
}, []);
|
|
127
|
+
return /* @__PURE__ */ jsxRuntime.jsx(FilterBarContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
128
|
+
"div",
|
|
129
|
+
{
|
|
130
|
+
className: utils.cn(
|
|
131
|
+
"flex flex-nowrap items-center gap-2 overflow-visible rounded-lg border border-input bg-background px-2 py-1.5 shadow-sm",
|
|
132
|
+
overflowMode === "wrap" && "flex-wrap",
|
|
133
|
+
className
|
|
134
|
+
),
|
|
135
|
+
children: [
|
|
136
|
+
leading && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex shrink-0 items-center gap-2", children: leading }),
|
|
137
|
+
search && /* @__PURE__ */ jsxRuntime.jsx(SearchField, { search }),
|
|
138
|
+
children,
|
|
139
|
+
allFilters.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
140
|
+
"div",
|
|
141
|
+
{
|
|
142
|
+
ref: filterListRef,
|
|
143
|
+
"data-filter-bar-list": true,
|
|
144
|
+
className: utils.cn(
|
|
145
|
+
"flex min-w-0 items-center gap-2",
|
|
146
|
+
overflowMode === "wrap" ? "flex-wrap" : "flex-1"
|
|
147
|
+
),
|
|
148
|
+
children: inlineFilters.map((filter, index) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
149
|
+
"div",
|
|
150
|
+
{
|
|
151
|
+
ref: (node) => setFilterNode(filter.key, node),
|
|
152
|
+
"data-filter-bar-item": filter.key,
|
|
153
|
+
className: "min-w-0 shrink-0",
|
|
154
|
+
children: renderFilterField(filter, !search && index === 0)
|
|
155
|
+
},
|
|
156
|
+
filter.key
|
|
157
|
+
))
|
|
158
|
+
}
|
|
159
|
+
),
|
|
160
|
+
responsiveOverflow && overflowFilters.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
161
|
+
OverflowFiltersMenu,
|
|
162
|
+
{
|
|
163
|
+
triggerRef: overflowTriggerRef,
|
|
164
|
+
filters: overflowFilters,
|
|
165
|
+
activeHidden: activeOverflowCount,
|
|
166
|
+
...onApply ? { onApply } : {}
|
|
167
|
+
}
|
|
168
|
+
),
|
|
169
|
+
(hasRangeControls || trailing || showApply) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ml-auto flex shrink-0 flex-nowrap items-center gap-2", children: [
|
|
170
|
+
dateRange && /* @__PURE__ */ jsxRuntime.jsx(RangeControlButton, { kind: "date", label: "Date range", ...dateRange }),
|
|
171
|
+
timeRange && /* @__PURE__ */ jsxRuntime.jsx(RangeControlButton, { kind: "time", label: "Time range", ...timeRange }),
|
|
172
|
+
trailing,
|
|
173
|
+
showApply && /* @__PURE__ */ jsxRuntime.jsx(
|
|
174
|
+
button.Button,
|
|
175
|
+
{
|
|
176
|
+
type: "button",
|
|
177
|
+
variant: "default",
|
|
178
|
+
size: "sm",
|
|
179
|
+
disabled: isPending,
|
|
180
|
+
onClick: onApply,
|
|
181
|
+
children: isPending ? "Loading…" : applyLabel
|
|
182
|
+
}
|
|
183
|
+
)
|
|
184
|
+
] })
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
) });
|
|
188
|
+
}
|
|
189
|
+
function FilterBarFilterPanel({
|
|
190
|
+
filter,
|
|
191
|
+
chrome = "full",
|
|
192
|
+
autoSubmit = true
|
|
193
|
+
}) {
|
|
194
|
+
const contextValue = react.useMemo(() => ({ autoSubmit }), [autoSubmit]);
|
|
195
|
+
return /* @__PURE__ */ jsxRuntime.jsx(FilterBarContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsxRuntime.jsx(FilterBarFilterPanelContent, { filter, chrome }) });
|
|
196
|
+
}
|
|
197
|
+
function FilterBarFilterPanelContent({
|
|
198
|
+
filter,
|
|
199
|
+
chrome = "full"
|
|
200
|
+
}) {
|
|
201
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
202
|
+
filter.kind === "lookup" && /* @__PURE__ */ jsxRuntime.jsx(LookupFilterField, { filter, grow: true }),
|
|
203
|
+
filter.kind === "lookup-multi" && /* @__PURE__ */ jsxRuntime.jsx(LookupMultiFilterField, { filter, grow: true }),
|
|
204
|
+
filter.kind === "multi" && /* @__PURE__ */ jsxRuntime.jsx(MultiFilterPanel, { filter, chrome }),
|
|
205
|
+
filter.kind === "nested-multi" && /* @__PURE__ */ jsxRuntime.jsx(NestedMultiFilterPanel, { filter, chrome }),
|
|
206
|
+
filter.kind === "select-multi" && /* @__PURE__ */ jsxRuntime.jsx(SelectMultiFilterField, { filter, grow: true }),
|
|
207
|
+
filter.kind === "number" && /* @__PURE__ */ jsxRuntime.jsx(NumberFilterPanel, { filter, chrome }),
|
|
208
|
+
filter.kind === "enum" && /* @__PURE__ */ jsxRuntime.jsx(EnumFilterField, { filter, grow: true }),
|
|
209
|
+
filter.kind === "boolean" && /* @__PURE__ */ jsxRuntime.jsx(BooleanFilterField, { filter }),
|
|
210
|
+
filter.kind === "text" && /* @__PURE__ */ jsxRuntime.jsx(TextFilterField, { filter, grow: true })
|
|
211
|
+
] });
|
|
212
|
+
}
|
|
213
|
+
function renderFilterField(filter, grow) {
|
|
214
|
+
if (filter.kind === "lookup") {
|
|
215
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LookupFilterField, { filter, grow });
|
|
216
|
+
}
|
|
217
|
+
if (filter.kind === "lookup-multi") {
|
|
218
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LookupMultiFilterField, { filter, grow });
|
|
219
|
+
}
|
|
220
|
+
if (filter.kind === "multi") {
|
|
221
|
+
return /* @__PURE__ */ jsxRuntime.jsx(MultiFilterField, { filter, grow });
|
|
222
|
+
}
|
|
223
|
+
if (filter.kind === "nested-multi") {
|
|
224
|
+
return /* @__PURE__ */ jsxRuntime.jsx(NestedMultiFilterField, { filter, grow });
|
|
225
|
+
}
|
|
226
|
+
if (filter.kind === "select-multi") {
|
|
227
|
+
return /* @__PURE__ */ jsxRuntime.jsx(SelectMultiFilterField, { filter, grow });
|
|
228
|
+
}
|
|
229
|
+
if (filter.kind === "number") {
|
|
230
|
+
return /* @__PURE__ */ jsxRuntime.jsx(NumberFilterField, { filter, grow });
|
|
231
|
+
}
|
|
232
|
+
if (filter.kind === "enum") {
|
|
233
|
+
return /* @__PURE__ */ jsxRuntime.jsx(EnumFilterField, { filter, grow });
|
|
234
|
+
}
|
|
235
|
+
if (filter.kind === "boolean") {
|
|
236
|
+
return /* @__PURE__ */ jsxRuntime.jsx(BooleanFilterField, { filter });
|
|
237
|
+
}
|
|
238
|
+
return /* @__PURE__ */ jsxRuntime.jsx(TextFilterField, { filter, grow });
|
|
239
|
+
}
|
|
240
|
+
function OverflowFiltersMenu({
|
|
241
|
+
triggerRef,
|
|
242
|
+
filters,
|
|
243
|
+
activeHidden,
|
|
244
|
+
onApply
|
|
245
|
+
}) {
|
|
246
|
+
const rootRef = react.useRef(null);
|
|
247
|
+
const [open, setOpen] = react.useState(false);
|
|
248
|
+
const [stagedValues, setStagedValues] = react.useState({});
|
|
249
|
+
const hasHidden = filters.length > 0;
|
|
250
|
+
const hiddenFilterKeys = react.useMemo(
|
|
251
|
+
() => filters.map((filter) => filter.key).join("\0"),
|
|
252
|
+
[filters]
|
|
253
|
+
);
|
|
254
|
+
const openOverflowMenu = react.useCallback(() => {
|
|
255
|
+
setStagedValues(createFilterValueMap(filters));
|
|
256
|
+
setOpen(true);
|
|
257
|
+
}, [filters]);
|
|
258
|
+
const closeOverflowMenu = react.useCallback(() => {
|
|
259
|
+
setStagedValues(createFilterValueMap(filters));
|
|
260
|
+
setOpen(false);
|
|
261
|
+
}, [filters]);
|
|
262
|
+
useDismissablePopup(open, rootRef, triggerRef, closeOverflowMenu);
|
|
263
|
+
react.useEffect(() => {
|
|
264
|
+
if (!hasHidden) closeOverflowMenu();
|
|
265
|
+
}, [closeOverflowMenu, hasHidden]);
|
|
266
|
+
react.useEffect(() => {
|
|
267
|
+
if (!open) return;
|
|
268
|
+
setStagedValues(createFilterValueMap(filters));
|
|
269
|
+
}, [hiddenFilterKeys, open]);
|
|
270
|
+
const stagedFilters = filters.map(
|
|
271
|
+
(filter) => filterWithStagedValue(
|
|
272
|
+
filter,
|
|
273
|
+
stagedValues[filter.key] ?? filterBarFilterValue(filter),
|
|
274
|
+
(next) => setStagedValues((current) => ({
|
|
275
|
+
...current,
|
|
276
|
+
[filter.key]: next
|
|
277
|
+
}))
|
|
278
|
+
)
|
|
279
|
+
);
|
|
280
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
281
|
+
"div",
|
|
282
|
+
{
|
|
283
|
+
ref: rootRef,
|
|
284
|
+
className: utils.cn("relative shrink-0", !hasHidden && "invisible pointer-events-none"),
|
|
285
|
+
"aria-hidden": !hasHidden || void 0,
|
|
286
|
+
children: [
|
|
287
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
288
|
+
button.Button,
|
|
289
|
+
{
|
|
290
|
+
ref: triggerRef,
|
|
291
|
+
type: "button",
|
|
292
|
+
variant: "outline",
|
|
293
|
+
size: "sm",
|
|
294
|
+
"aria-label": "More filters",
|
|
295
|
+
"aria-haspopup": "dialog",
|
|
296
|
+
"aria-expanded": hasHidden ? open : false,
|
|
297
|
+
tabIndex: hasHidden ? 0 : -1,
|
|
298
|
+
title: hasHidden ? "More filters" : void 0,
|
|
299
|
+
onClick: () => {
|
|
300
|
+
if (!hasHidden) return;
|
|
301
|
+
if (open) {
|
|
302
|
+
closeOverflowMenu();
|
|
303
|
+
} else {
|
|
304
|
+
openOverflowMenu();
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
className: utils.cn(
|
|
308
|
+
"h-8 min-w-0 gap-1.5 px-2 text-xs font-normal",
|
|
309
|
+
activeHidden > 0 && "border-primary/40 text-primary"
|
|
310
|
+
),
|
|
311
|
+
children: [
|
|
312
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiFilter.UiFilter, className: "text-[14px]" }),
|
|
313
|
+
activeHidden > 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "rounded-full bg-muted px-1.5 text-[10px] font-medium text-muted-foreground", children: activeHidden })
|
|
314
|
+
]
|
|
315
|
+
}
|
|
316
|
+
),
|
|
317
|
+
hasHidden && open && /* @__PURE__ */ jsxRuntime.jsxs(
|
|
318
|
+
"div",
|
|
319
|
+
{
|
|
320
|
+
role: "dialog",
|
|
321
|
+
"aria-label": "Overflow filters",
|
|
322
|
+
className: "absolute right-0 top-[calc(100%+0.375rem)] z-50 w-[min(34rem,calc(100vw-2rem))] overflow-visible rounded-md border border-border bg-popover p-2 text-popover-foreground shadow-lg shadow-black/5",
|
|
323
|
+
onClick: (event) => event.stopPropagation(),
|
|
324
|
+
children: [
|
|
325
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between gap-2 px-1", children: [
|
|
326
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[10px] font-medium uppercase tracking-wide text-muted-foreground", children: "Filters" }),
|
|
327
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-1", children: [
|
|
328
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
329
|
+
"button",
|
|
330
|
+
{
|
|
331
|
+
type: "button",
|
|
332
|
+
className: "rounded px-1.5 py-0.5 text-xs text-primary transition-colors hover:bg-accent focus:bg-accent focus:outline-none disabled:text-muted-foreground",
|
|
333
|
+
onClick: () => stagedFilters.forEach(clearFilterBarFilter),
|
|
334
|
+
disabled: stagedFilters.every((filter) => !isFilterBarFilterActive(filter)),
|
|
335
|
+
children: "Clear all"
|
|
336
|
+
}
|
|
337
|
+
),
|
|
338
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
339
|
+
"button",
|
|
340
|
+
{
|
|
341
|
+
type: "button",
|
|
342
|
+
"aria-label": "Close overflow filters",
|
|
343
|
+
title: "Close",
|
|
344
|
+
className: "inline-flex h-6 w-6 items-center justify-center rounded text-muted-foreground transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:outline-none",
|
|
345
|
+
onClick: closeOverflowMenu,
|
|
346
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiClose.UiClose, className: "text-sm" })
|
|
347
|
+
}
|
|
348
|
+
)
|
|
349
|
+
] })
|
|
350
|
+
] }),
|
|
351
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "divide-y divide-border/70 rounded-md border border-border/70", children: stagedFilters.map((filter) => {
|
|
352
|
+
const active = isFilterBarFilterActive(filter);
|
|
353
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
354
|
+
"div",
|
|
355
|
+
{
|
|
356
|
+
"data-overflow-filter-row": filter.key,
|
|
357
|
+
className: "grid h-12 grid-cols-[minmax(7rem,10rem)_auto_minmax(0,1fr)_auto] items-center gap-2 overflow-visible p-2",
|
|
358
|
+
children: [
|
|
359
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
360
|
+
"label",
|
|
361
|
+
{
|
|
362
|
+
htmlFor: filterInputId(filter),
|
|
363
|
+
className: "min-w-0 truncate text-[10px] font-medium uppercase tracking-wide text-muted-foreground",
|
|
364
|
+
title: filter.description ?? filter.label,
|
|
365
|
+
children: filter.label
|
|
366
|
+
}
|
|
367
|
+
),
|
|
368
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-sm text-muted-foreground", children: "=" }),
|
|
369
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "min-w-0 overflow-visible", children: /* @__PURE__ */ jsxRuntime.jsx(FilterBarContext.Provider, { value: { autoSubmit: false }, children: /* @__PURE__ */ jsxRuntime.jsx(FilterBarKeyValueControl, { filter }) }) }),
|
|
370
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
371
|
+
"button",
|
|
372
|
+
{
|
|
373
|
+
type: "button",
|
|
374
|
+
"aria-label": `Clear ${filter.label}`,
|
|
375
|
+
title: `Clear ${filter.label}`,
|
|
376
|
+
className: "inline-flex h-6 w-6 items-center justify-center rounded text-muted-foreground transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:outline-none disabled:text-muted-foreground/40",
|
|
377
|
+
onClick: () => clearFilterBarFilter(filter),
|
|
378
|
+
disabled: !active,
|
|
379
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiClose.UiClose, className: "text-sm" })
|
|
380
|
+
}
|
|
381
|
+
)
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
filter.key
|
|
385
|
+
);
|
|
386
|
+
}) }),
|
|
387
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-3 flex justify-end gap-2", children: [
|
|
388
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
389
|
+
button.Button,
|
|
390
|
+
{
|
|
391
|
+
type: "button",
|
|
392
|
+
variant: "ghost",
|
|
393
|
+
size: "sm",
|
|
394
|
+
className: "h-8 px-3 text-xs",
|
|
395
|
+
onClick: closeOverflowMenu,
|
|
396
|
+
children: "Close"
|
|
397
|
+
}
|
|
398
|
+
),
|
|
399
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
400
|
+
button.Button,
|
|
401
|
+
{
|
|
402
|
+
type: "button",
|
|
403
|
+
variant: "default",
|
|
404
|
+
size: "sm",
|
|
405
|
+
className: "h-8 px-3 text-xs",
|
|
406
|
+
onClick: () => {
|
|
407
|
+
applyStagedFilterValues(filters, stagedValues);
|
|
408
|
+
onApply == null ? void 0 : onApply();
|
|
409
|
+
setOpen(false);
|
|
410
|
+
},
|
|
411
|
+
children: "Apply"
|
|
412
|
+
}
|
|
413
|
+
)
|
|
414
|
+
] })
|
|
415
|
+
]
|
|
416
|
+
}
|
|
417
|
+
)
|
|
418
|
+
]
|
|
419
|
+
}
|
|
420
|
+
);
|
|
421
|
+
}
|
|
422
|
+
function FilterBarKeyValueControl({ filter }) {
|
|
423
|
+
if (filter.kind === "text") {
|
|
424
|
+
return /* @__PURE__ */ jsxRuntime.jsx(TextFilterValueControl, { filter });
|
|
425
|
+
}
|
|
426
|
+
if (filter.kind === "lookup") {
|
|
427
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LookupFilterValueControl, { filter });
|
|
428
|
+
}
|
|
429
|
+
if (filter.kind === "lookup-multi") {
|
|
430
|
+
return /* @__PURE__ */ jsxRuntime.jsx(LookupMultiFilterValueControl, { filter });
|
|
431
|
+
}
|
|
432
|
+
if (filter.kind === "enum") {
|
|
433
|
+
return /* @__PURE__ */ jsxRuntime.jsx(EnumFilterValueControl, { filter });
|
|
434
|
+
}
|
|
435
|
+
if (filter.kind === "boolean") {
|
|
436
|
+
return /* @__PURE__ */ jsxRuntime.jsx(BooleanFilterValueControl, { filter });
|
|
437
|
+
}
|
|
438
|
+
if (filter.kind === "select-multi") {
|
|
439
|
+
return /* @__PURE__ */ jsxRuntime.jsx(SelectMultiFilterValueControl, { filter });
|
|
440
|
+
}
|
|
441
|
+
if (filter.kind === "multi") {
|
|
442
|
+
return /* @__PURE__ */ jsxRuntime.jsx(MultiFilterField, { filter, grow: true });
|
|
443
|
+
}
|
|
444
|
+
if (filter.kind === "nested-multi") {
|
|
445
|
+
return /* @__PURE__ */ jsxRuntime.jsx(NestedMultiFilterField, { filter, grow: true });
|
|
446
|
+
}
|
|
447
|
+
return /* @__PURE__ */ jsxRuntime.jsx(NumberFilterField, { filter, grow: true });
|
|
448
|
+
}
|
|
449
|
+
function filterInputId(filter) {
|
|
450
|
+
return `filterbar-overflow-${filter.key}`;
|
|
451
|
+
}
|
|
452
|
+
function valueInputClassName(disabled) {
|
|
453
|
+
return utils.cn(
|
|
454
|
+
"h-8 w-full rounded-md border border-input bg-background px-2 text-sm text-foreground outline-none placeholder:text-muted-foreground focus-visible:ring-2 focus-visible:ring-ring",
|
|
455
|
+
disabled && "cursor-not-allowed opacity-60"
|
|
456
|
+
);
|
|
457
|
+
}
|
|
458
|
+
function TextFilterValueControl({ filter }) {
|
|
459
|
+
const [draft, setDraft] = useDebouncedTextDraft(filter.value, filter.onChange);
|
|
460
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
461
|
+
"input",
|
|
462
|
+
{
|
|
463
|
+
id: filterInputId(filter),
|
|
464
|
+
type: "text",
|
|
465
|
+
"aria-label": filter.label,
|
|
466
|
+
className: valueInputClassName(filter.disabled),
|
|
467
|
+
placeholder: filter.placeholder ?? "Filter...",
|
|
468
|
+
value: draft,
|
|
469
|
+
disabled: filter.disabled,
|
|
470
|
+
onChange: (event) => setDraft(event.target.value)
|
|
471
|
+
}
|
|
472
|
+
);
|
|
473
|
+
}
|
|
474
|
+
function LookupFilterValueControl({ filter }) {
|
|
475
|
+
const [draft, setDraft] = useDebouncedTextDraft(filter.value, filter.onChange);
|
|
476
|
+
const listId = `${filter.key}-overflow-lookup-options`;
|
|
477
|
+
if (filter.inputType === "date") {
|
|
478
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
479
|
+
DateTimePicker.DateTimePicker,
|
|
480
|
+
{
|
|
481
|
+
id: filterInputId(filter),
|
|
482
|
+
"aria-label": filter.label,
|
|
483
|
+
className: "w-full",
|
|
484
|
+
inputClassName: valueInputClassName(filter.disabled),
|
|
485
|
+
buttonClassName: "right-1",
|
|
486
|
+
placeholder: filter.placeholder ?? "Filter...",
|
|
487
|
+
value: draft,
|
|
488
|
+
list: listId,
|
|
489
|
+
disabled: filter.disabled,
|
|
490
|
+
onChange: setDraft
|
|
491
|
+
}
|
|
492
|
+
);
|
|
493
|
+
}
|
|
494
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
495
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
496
|
+
"input",
|
|
497
|
+
{
|
|
498
|
+
id: filterInputId(filter),
|
|
499
|
+
type: filter.inputType === "number" ? "number" : "text",
|
|
500
|
+
"aria-label": filter.label,
|
|
501
|
+
className: valueInputClassName(filter.disabled),
|
|
502
|
+
placeholder: filter.placeholder ?? "Filter...",
|
|
503
|
+
value: draft,
|
|
504
|
+
list: listId,
|
|
505
|
+
disabled: filter.disabled,
|
|
506
|
+
onChange: (event) => setDraft(event.target.value)
|
|
507
|
+
}
|
|
508
|
+
),
|
|
509
|
+
/* @__PURE__ */ jsxRuntime.jsx("datalist", { id: listId, children: filter.options.map((option) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
510
|
+
"option",
|
|
511
|
+
{
|
|
512
|
+
value: option.value,
|
|
513
|
+
label: option.label ?? option.value,
|
|
514
|
+
disabled: option.disabled
|
|
515
|
+
},
|
|
516
|
+
option.value
|
|
517
|
+
)) })
|
|
518
|
+
] });
|
|
519
|
+
}
|
|
520
|
+
function LookupMultiFilterValueControl({ filter }) {
|
|
521
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
522
|
+
MultiSelect.MultiSelect,
|
|
523
|
+
{
|
|
524
|
+
options: filter.options.map((option) => ({
|
|
525
|
+
value: option.value,
|
|
526
|
+
label: option.label ?? option.value,
|
|
527
|
+
...option.disabled !== void 0 ? { disabled: option.disabled } : {},
|
|
528
|
+
...option.title !== void 0 ? { title: option.title } : {}
|
|
529
|
+
})),
|
|
530
|
+
value: filter.value,
|
|
531
|
+
onChange: filter.onChange,
|
|
532
|
+
placeholder: filter.placeholder ?? `Any ${filter.label.toLowerCase()}`,
|
|
533
|
+
...filter.disabled !== void 0 ? { disabled: filter.disabled } : {},
|
|
534
|
+
triggerClassName: "h-8 w-full rounded-md border border-input bg-background px-2 text-sm shadow-none",
|
|
535
|
+
menuClassName: "left-auto right-0"
|
|
536
|
+
}
|
|
537
|
+
);
|
|
538
|
+
}
|
|
539
|
+
function EnumFilterValueControl({ filter }) {
|
|
540
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
541
|
+
select.Select,
|
|
542
|
+
{
|
|
543
|
+
id: filterInputId(filter),
|
|
544
|
+
"aria-label": filter.label,
|
|
545
|
+
className: "h-8 w-full rounded-md border border-input bg-background px-2 text-sm shadow-none",
|
|
546
|
+
value: filter.value,
|
|
547
|
+
placeholder: filter.placeholder ?? `Any ${filter.label.toLowerCase()}`,
|
|
548
|
+
disabled: filter.disabled,
|
|
549
|
+
onChange: (event) => filter.onChange(event.target.value),
|
|
550
|
+
options: filter.options.map((option) => ({
|
|
551
|
+
value: option.value,
|
|
552
|
+
label: option.label ?? option.value
|
|
553
|
+
}))
|
|
554
|
+
}
|
|
555
|
+
);
|
|
556
|
+
}
|
|
557
|
+
function BooleanFilterValueControl({ filter }) {
|
|
558
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex h-8 items-center", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
559
|
+
"input",
|
|
560
|
+
{
|
|
561
|
+
id: filterInputId(filter),
|
|
562
|
+
type: "checkbox",
|
|
563
|
+
"aria-label": filter.label,
|
|
564
|
+
className: "h-4 w-4 accent-primary",
|
|
565
|
+
checked: filter.value,
|
|
566
|
+
disabled: filter.disabled,
|
|
567
|
+
onChange: (event) => filter.onChange(event.target.checked)
|
|
568
|
+
}
|
|
569
|
+
) });
|
|
570
|
+
}
|
|
571
|
+
function SelectMultiFilterValueControl({ filter }) {
|
|
572
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
573
|
+
MultiSelect.MultiSelect,
|
|
574
|
+
{
|
|
575
|
+
options: filter.options,
|
|
576
|
+
value: filter.value,
|
|
577
|
+
onChange: filter.onChange,
|
|
578
|
+
placeholder: filter.placeholder ?? `Any ${filter.label.toLowerCase()}`,
|
|
579
|
+
...filter.disabled !== void 0 ? { disabled: filter.disabled } : {},
|
|
580
|
+
triggerClassName: "h-8 w-full rounded-md border border-input bg-background px-2 text-sm shadow-none",
|
|
581
|
+
menuClassName: "left-auto right-0"
|
|
582
|
+
}
|
|
583
|
+
);
|
|
584
|
+
}
|
|
585
|
+
function FilterBarRangePanel({
|
|
586
|
+
kind,
|
|
587
|
+
label,
|
|
588
|
+
from = "",
|
|
589
|
+
to = "",
|
|
590
|
+
onApply,
|
|
591
|
+
presets,
|
|
592
|
+
timeEnabled,
|
|
593
|
+
timeZone,
|
|
594
|
+
timeZones,
|
|
595
|
+
fromPlaceholder,
|
|
596
|
+
toPlaceholder,
|
|
597
|
+
emptyLabel
|
|
598
|
+
}) {
|
|
599
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-72 p-3 text-popover-foreground", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
600
|
+
TimeRange.TimeRange,
|
|
601
|
+
{
|
|
602
|
+
kind,
|
|
603
|
+
label,
|
|
604
|
+
align: "left",
|
|
605
|
+
from,
|
|
606
|
+
to,
|
|
607
|
+
onApply,
|
|
608
|
+
...presets ? { presets } : {},
|
|
609
|
+
...timeEnabled !== void 0 ? { timeEnabled } : {},
|
|
610
|
+
...timeZone ? { timeZone } : {},
|
|
611
|
+
...timeZones ? { timeZones } : {},
|
|
612
|
+
...fromPlaceholder ? { fromPlaceholder } : {},
|
|
613
|
+
...toPlaceholder ? { toPlaceholder } : {},
|
|
614
|
+
...emptyLabel ? { emptyLabel } : {},
|
|
615
|
+
panelClassName: "left-0 right-auto"
|
|
616
|
+
}
|
|
617
|
+
) });
|
|
618
|
+
}
|
|
619
|
+
function EnumFilterField({ filter, grow }) {
|
|
620
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
621
|
+
"label",
|
|
622
|
+
{
|
|
623
|
+
title: filter.description,
|
|
624
|
+
className: utils.cn(
|
|
625
|
+
"flex h-8 items-center gap-2 rounded-md border border-input bg-muted/30 pl-2 pr-1 text-xs",
|
|
626
|
+
grow ? "min-w-[12rem] max-w-[18rem] flex-1" : "min-w-[11rem] max-w-[15rem] shrink-0",
|
|
627
|
+
filter.disabled && "opacity-60",
|
|
628
|
+
filter.className
|
|
629
|
+
),
|
|
630
|
+
children: [
|
|
631
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "whitespace-nowrap font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
632
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
633
|
+
select.Select,
|
|
634
|
+
{
|
|
635
|
+
"aria-label": filter.label,
|
|
636
|
+
className: "h-6 border-0 bg-transparent px-1 text-xs shadow-none focus-visible:ring-0",
|
|
637
|
+
value: filter.value,
|
|
638
|
+
placeholder: filter.placeholder ?? `Any ${filter.label.toLowerCase()}`,
|
|
639
|
+
disabled: filter.disabled,
|
|
640
|
+
onChange: (event) => filter.onChange(event.target.value),
|
|
641
|
+
options: filter.options.map((option) => ({
|
|
642
|
+
value: option.value,
|
|
643
|
+
label: option.label ?? option.value
|
|
644
|
+
}))
|
|
645
|
+
}
|
|
646
|
+
)
|
|
647
|
+
]
|
|
648
|
+
}
|
|
649
|
+
);
|
|
650
|
+
}
|
|
651
|
+
function BooleanFilterField({ filter }) {
|
|
652
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
653
|
+
"label",
|
|
654
|
+
{
|
|
655
|
+
title: filter.description,
|
|
656
|
+
className: utils.cn(
|
|
657
|
+
"flex h-8 shrink-0 items-center gap-2 rounded-md border border-input bg-muted/30 px-2 text-xs",
|
|
658
|
+
filter.disabled && "opacity-60",
|
|
659
|
+
filter.className
|
|
660
|
+
),
|
|
661
|
+
children: [
|
|
662
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
663
|
+
"input",
|
|
664
|
+
{
|
|
665
|
+
type: "checkbox",
|
|
666
|
+
"aria-label": filter.label,
|
|
667
|
+
className: "h-3.5 w-3.5 accent-primary",
|
|
668
|
+
checked: filter.value,
|
|
669
|
+
disabled: filter.disabled,
|
|
670
|
+
onChange: (event) => filter.onChange(event.target.checked)
|
|
671
|
+
}
|
|
672
|
+
),
|
|
673
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "whitespace-nowrap font-medium uppercase tracking-wide text-muted-foreground", children: filter.label })
|
|
674
|
+
]
|
|
675
|
+
}
|
|
676
|
+
);
|
|
677
|
+
}
|
|
678
|
+
function SearchField({ search }) {
|
|
679
|
+
const [draft, setDraft] = useDebouncedTextDraft(search.value, search.onChange);
|
|
680
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex min-w-[14rem] max-w-[24rem] flex-1 items-center gap-2", children: /* @__PURE__ */ jsxRuntime.jsxs(
|
|
681
|
+
"label",
|
|
682
|
+
{
|
|
683
|
+
className: utils.cn(
|
|
684
|
+
"flex h-8 min-w-0 flex-1 items-center rounded-md border border-input bg-background px-3 text-sm",
|
|
685
|
+
search.className
|
|
686
|
+
),
|
|
687
|
+
children: [
|
|
688
|
+
draft.trim() ? /* @__PURE__ */ jsxRuntime.jsx("span", { className: "mr-2 whitespace-nowrap text-[10px] font-medium uppercase tracking-wide text-muted-foreground", children: search.ariaLabel ?? "Search" }) : /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiSearch.UiSearch, className: "mr-2 shrink-0 text-muted-foreground" }),
|
|
689
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
690
|
+
"input",
|
|
691
|
+
{
|
|
692
|
+
type: "search",
|
|
693
|
+
"aria-label": search.ariaLabel ?? search.placeholder ?? "Search",
|
|
694
|
+
className: "w-full bg-transparent outline-none placeholder:text-muted-foreground",
|
|
695
|
+
placeholder: search.placeholder ?? "Search…",
|
|
696
|
+
value: draft,
|
|
697
|
+
onChange: (event) => setDraft(event.target.value)
|
|
698
|
+
}
|
|
699
|
+
)
|
|
700
|
+
]
|
|
701
|
+
}
|
|
702
|
+
) });
|
|
703
|
+
}
|
|
704
|
+
function TextFilterField({ filter, grow }) {
|
|
705
|
+
const [draft, setDraft] = useDebouncedTextDraft(filter.value, filter.onChange);
|
|
706
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
707
|
+
"label",
|
|
708
|
+
{
|
|
709
|
+
title: filter.description,
|
|
710
|
+
className: utils.cn(
|
|
711
|
+
"flex h-8 items-center gap-2 rounded-md border border-input bg-muted/30 pl-2 pr-2 text-xs",
|
|
712
|
+
grow ? "min-w-[12rem] max-w-[18rem] flex-1" : "min-w-[11rem] max-w-[15rem] shrink-0",
|
|
713
|
+
filter.disabled && "opacity-60",
|
|
714
|
+
filter.className
|
|
715
|
+
),
|
|
716
|
+
children: [
|
|
717
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "whitespace-nowrap font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
718
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
719
|
+
"input",
|
|
720
|
+
{
|
|
721
|
+
type: "text",
|
|
722
|
+
"aria-label": filter.label,
|
|
723
|
+
className: "w-full min-w-0 bg-transparent text-sm text-foreground outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed",
|
|
724
|
+
placeholder: filter.placeholder ?? "Filter…",
|
|
725
|
+
value: draft,
|
|
726
|
+
disabled: filter.disabled,
|
|
727
|
+
onChange: (event) => setDraft(event.target.value)
|
|
728
|
+
}
|
|
729
|
+
)
|
|
730
|
+
]
|
|
731
|
+
}
|
|
732
|
+
);
|
|
733
|
+
}
|
|
734
|
+
function LookupFilterField({ filter, grow }) {
|
|
735
|
+
const [draft, setDraft] = useDebouncedTextDraft(filter.value, filter.onChange);
|
|
736
|
+
const listId = `${filter.key}-lookup-options`;
|
|
737
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
738
|
+
"label",
|
|
739
|
+
{
|
|
740
|
+
title: filter.description,
|
|
741
|
+
className: utils.cn(
|
|
742
|
+
"flex h-8 items-center gap-2 rounded-md border border-input bg-muted/30 pl-2 pr-2 text-xs",
|
|
743
|
+
grow ? "min-w-[12rem] max-w-[18rem] flex-1" : "min-w-[11rem] max-w-[15rem] shrink-0",
|
|
744
|
+
filter.disabled && "opacity-60",
|
|
745
|
+
filter.className
|
|
746
|
+
),
|
|
747
|
+
children: [
|
|
748
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "whitespace-nowrap font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
749
|
+
filter.inputType === "date" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
750
|
+
DateTimePicker.DateTimePicker,
|
|
751
|
+
{
|
|
752
|
+
"aria-label": filter.label,
|
|
753
|
+
className: "w-full",
|
|
754
|
+
inputClassName: "w-full min-w-0 border-0 bg-transparent px-0 pr-6 text-sm text-foreground shadow-none focus-visible:ring-0",
|
|
755
|
+
buttonClassName: "right-0",
|
|
756
|
+
placeholder: filter.placeholder ?? "Filter…",
|
|
757
|
+
value: draft,
|
|
758
|
+
list: listId,
|
|
759
|
+
disabled: filter.disabled,
|
|
760
|
+
onChange: setDraft
|
|
761
|
+
}
|
|
762
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
763
|
+
"input",
|
|
764
|
+
{
|
|
765
|
+
type: filter.inputType === "number" ? "number" : "text",
|
|
766
|
+
"aria-label": filter.label,
|
|
767
|
+
className: "w-full min-w-0 bg-transparent text-sm text-foreground outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed",
|
|
768
|
+
placeholder: filter.placeholder ?? "Filter…",
|
|
769
|
+
value: draft,
|
|
770
|
+
list: listId,
|
|
771
|
+
disabled: filter.disabled,
|
|
772
|
+
onChange: (event) => setDraft(event.target.value)
|
|
773
|
+
}
|
|
774
|
+
),
|
|
775
|
+
/* @__PURE__ */ jsxRuntime.jsx("datalist", { id: listId, children: filter.options.map((option) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
776
|
+
"option",
|
|
777
|
+
{
|
|
778
|
+
value: option.value,
|
|
779
|
+
label: option.label ?? option.value,
|
|
780
|
+
disabled: option.disabled
|
|
781
|
+
},
|
|
782
|
+
option.value
|
|
783
|
+
)) })
|
|
784
|
+
]
|
|
785
|
+
}
|
|
786
|
+
);
|
|
787
|
+
}
|
|
788
|
+
function LookupMultiFilterField({
|
|
789
|
+
filter,
|
|
790
|
+
grow
|
|
791
|
+
}) {
|
|
792
|
+
const [draft, setDraft] = useDebouncedTextDraft(
|
|
793
|
+
filter.value.join(", "),
|
|
794
|
+
(next) => filter.onChange(parseLookupMultiValue(next))
|
|
795
|
+
);
|
|
796
|
+
const listId = `${filter.key}-lookup-options`;
|
|
797
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
798
|
+
"label",
|
|
799
|
+
{
|
|
800
|
+
title: filter.description,
|
|
801
|
+
className: utils.cn(
|
|
802
|
+
"flex h-8 items-center gap-2 rounded-md border border-input bg-muted/30 pl-2 pr-2 text-xs",
|
|
803
|
+
grow ? "min-w-[12rem] max-w-[18rem] flex-1" : "min-w-[11rem] max-w-[15rem] shrink-0",
|
|
804
|
+
filter.disabled && "opacity-60",
|
|
805
|
+
filter.className
|
|
806
|
+
),
|
|
807
|
+
children: [
|
|
808
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "whitespace-nowrap font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
809
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
810
|
+
"input",
|
|
811
|
+
{
|
|
812
|
+
type: "text",
|
|
813
|
+
"aria-label": filter.label,
|
|
814
|
+
className: "w-full min-w-0 bg-transparent text-sm text-foreground outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed",
|
|
815
|
+
placeholder: filter.placeholder ?? "value-1, value-2",
|
|
816
|
+
value: draft,
|
|
817
|
+
list: listId,
|
|
818
|
+
disabled: filter.disabled,
|
|
819
|
+
onChange: (event) => setDraft(event.target.value)
|
|
820
|
+
}
|
|
821
|
+
),
|
|
822
|
+
/* @__PURE__ */ jsxRuntime.jsx("datalist", { id: listId, children: filter.options.map((option) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
823
|
+
"option",
|
|
824
|
+
{
|
|
825
|
+
value: option.value,
|
|
826
|
+
label: option.label ?? option.value,
|
|
827
|
+
disabled: option.disabled
|
|
828
|
+
},
|
|
829
|
+
option.value
|
|
830
|
+
)) })
|
|
831
|
+
]
|
|
832
|
+
}
|
|
833
|
+
);
|
|
834
|
+
}
|
|
835
|
+
function NumberFilterField({ filter, grow }) {
|
|
836
|
+
const rootRef = react.useRef(null);
|
|
837
|
+
const triggerRef = react.useRef(null);
|
|
838
|
+
const [open, setOpen] = react.useState(false);
|
|
839
|
+
useDismissablePopup(open, rootRef, triggerRef, () => setOpen(false));
|
|
840
|
+
const bounds = resolveNumberFilterBounds(filter);
|
|
841
|
+
const [draft, setDraft] = useDebouncedNumberDraft(filter.value, filter.onChange);
|
|
842
|
+
const sliderMin = clampNumber(parseFilterNumber(draft.min) ?? bounds.min, bounds.min, bounds.max);
|
|
843
|
+
const sliderMax = clampNumber(parseFilterNumber(draft.max) ?? bounds.max, bounds.min, bounds.max);
|
|
844
|
+
const activeMin = Math.min(sliderMin, sliderMax);
|
|
845
|
+
const activeMax = Math.max(sliderMin, sliderMax);
|
|
846
|
+
const summary = summarizeNumberFilter(filter, bounds, draft);
|
|
847
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
848
|
+
"div",
|
|
849
|
+
{
|
|
850
|
+
ref: rootRef,
|
|
851
|
+
title: filter.description,
|
|
852
|
+
className: utils.cn(
|
|
853
|
+
"relative min-w-0",
|
|
854
|
+
grow ? "min-w-[8rem] max-w-[12rem] flex-1" : "shrink-0",
|
|
855
|
+
filter.disabled && "opacity-60",
|
|
856
|
+
filter.className
|
|
857
|
+
),
|
|
858
|
+
children: [
|
|
859
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
860
|
+
button.Button,
|
|
861
|
+
{
|
|
862
|
+
ref: triggerRef,
|
|
863
|
+
type: "button",
|
|
864
|
+
variant: "outline",
|
|
865
|
+
size: "sm",
|
|
866
|
+
"aria-label": `${filter.label} filter`,
|
|
867
|
+
"aria-haspopup": "dialog",
|
|
868
|
+
"aria-expanded": open,
|
|
869
|
+
disabled: filter.disabled,
|
|
870
|
+
onClick: () => setOpen((current) => !current),
|
|
871
|
+
className: utils.cn(
|
|
872
|
+
"min-w-0 gap-2 font-normal",
|
|
873
|
+
grow ? "w-full max-w-[12rem] justify-between" : "w-auto max-w-[9.5rem] px-2.5",
|
|
874
|
+
summary === filter.label && "text-muted-foreground"
|
|
875
|
+
),
|
|
876
|
+
children: [
|
|
877
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "truncate", children: summary }),
|
|
878
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: open ? UiChevronUp.UiChevronUp : UiChevronDown.UiChevronDown, className: "text-muted-foreground" })
|
|
879
|
+
]
|
|
880
|
+
}
|
|
881
|
+
),
|
|
882
|
+
open && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute left-0 top-[calc(100%+0.375rem)] z-50 min-w-[18rem] max-w-[22rem] rounded-md border border-border bg-popover p-3 text-popover-foreground shadow-lg shadow-black/5", children: [
|
|
883
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3 flex items-center justify-between gap-2", children: [
|
|
884
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[10px] font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
885
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
886
|
+
"button",
|
|
887
|
+
{
|
|
888
|
+
type: "button",
|
|
889
|
+
className: "text-[10px] text-primary disabled:text-muted-foreground",
|
|
890
|
+
onClick: () => {
|
|
891
|
+
setDraft({});
|
|
892
|
+
filter.onChange({});
|
|
893
|
+
},
|
|
894
|
+
disabled: !String(draft.min ?? "").trim() && !String(draft.max ?? "").trim(),
|
|
895
|
+
children: "Clear all"
|
|
896
|
+
}
|
|
897
|
+
)
|
|
898
|
+
] }),
|
|
899
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-3", children: [
|
|
900
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-2", children: [
|
|
901
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between text-[11px] text-muted-foreground", children: [
|
|
902
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: formatNumberValue(bounds.min, filter) }),
|
|
903
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: formatNumberValue(bounds.max, filter) })
|
|
904
|
+
] }),
|
|
905
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative h-6", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
906
|
+
RangeSlider.RangeSlider,
|
|
907
|
+
{
|
|
908
|
+
min: bounds.min,
|
|
909
|
+
max: bounds.max,
|
|
910
|
+
step: bounds.step,
|
|
911
|
+
value: [activeMin, activeMax],
|
|
912
|
+
ariaLabelMin: `${filter.label} minimum slider`,
|
|
913
|
+
ariaLabelMax: `${filter.label} maximum slider`,
|
|
914
|
+
onChange: ([nextMin, nextMax]) => setDraft(numberFilterValueFromSlider([nextMin, nextMax], bounds))
|
|
915
|
+
}
|
|
916
|
+
) })
|
|
917
|
+
] }),
|
|
918
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-2", children: [
|
|
919
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-1", children: [
|
|
920
|
+
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-[10px] text-muted-foreground", children: "Min" }),
|
|
921
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
922
|
+
"input",
|
|
923
|
+
{
|
|
924
|
+
type: "number",
|
|
925
|
+
inputMode: "decimal",
|
|
926
|
+
step: bounds.step,
|
|
927
|
+
"aria-label": `${filter.label} minimum`,
|
|
928
|
+
className: "h-8 w-full rounded-md border border-input bg-background px-2 text-xs outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
929
|
+
placeholder: filter.minPlaceholder ?? formatNumberValue(bounds.min, filter),
|
|
930
|
+
value: draft.min ?? "",
|
|
931
|
+
onChange: (event) => setDraft(
|
|
932
|
+
normalizeNumberFilterValue(
|
|
933
|
+
{ min: event.target.value, max: draft.max ?? "" },
|
|
934
|
+
"min-input"
|
|
935
|
+
)
|
|
936
|
+
)
|
|
937
|
+
}
|
|
938
|
+
)
|
|
939
|
+
] }),
|
|
940
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-1", children: [
|
|
941
|
+
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-[10px] text-muted-foreground", children: "Max" }),
|
|
942
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
943
|
+
"input",
|
|
944
|
+
{
|
|
945
|
+
type: "number",
|
|
946
|
+
inputMode: "decimal",
|
|
947
|
+
step: bounds.step,
|
|
948
|
+
"aria-label": `${filter.label} maximum`,
|
|
949
|
+
className: "h-8 w-full rounded-md border border-input bg-background px-2 text-xs outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
950
|
+
placeholder: filter.maxPlaceholder ?? formatNumberValue(bounds.max, filter),
|
|
951
|
+
value: draft.max ?? "",
|
|
952
|
+
onChange: (event) => setDraft(
|
|
953
|
+
normalizeNumberFilterValue(
|
|
954
|
+
{ min: draft.min ?? "", max: event.target.value },
|
|
955
|
+
"max-input"
|
|
956
|
+
)
|
|
957
|
+
)
|
|
958
|
+
}
|
|
959
|
+
)
|
|
960
|
+
] })
|
|
961
|
+
] })
|
|
962
|
+
] })
|
|
963
|
+
] })
|
|
964
|
+
]
|
|
965
|
+
}
|
|
966
|
+
);
|
|
967
|
+
}
|
|
968
|
+
function NumberFilterPanel({
|
|
969
|
+
filter,
|
|
970
|
+
chrome = "full"
|
|
971
|
+
}) {
|
|
972
|
+
const bounds = resolveNumberFilterBounds(filter);
|
|
973
|
+
const [draft, setDraft] = useDebouncedNumberDraft(filter.value, filter.onChange);
|
|
974
|
+
const sliderMin = clampNumber(parseFilterNumber(draft.min) ?? bounds.min, bounds.min, bounds.max);
|
|
975
|
+
const sliderMax = clampNumber(parseFilterNumber(draft.max) ?? bounds.max, bounds.min, bounds.max);
|
|
976
|
+
const activeMin = Math.min(sliderMin, sliderMax);
|
|
977
|
+
const activeMax = Math.max(sliderMin, sliderMax);
|
|
978
|
+
const embedded = chrome === "embedded";
|
|
979
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
980
|
+
"div",
|
|
981
|
+
{
|
|
982
|
+
"data-filter-panel-chrome": chrome,
|
|
983
|
+
className: utils.cn(
|
|
984
|
+
"min-w-[18rem] max-w-[22rem] text-popover-foreground",
|
|
985
|
+
embedded ? "p-0" : "rounded-md border border-border bg-popover p-3 shadow-sm shadow-black/5"
|
|
986
|
+
),
|
|
987
|
+
children: [
|
|
988
|
+
!embedded && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-3 flex items-center justify-between gap-2", children: [
|
|
989
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[10px] font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
990
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
991
|
+
"button",
|
|
992
|
+
{
|
|
993
|
+
type: "button",
|
|
994
|
+
className: "text-[10px] text-primary disabled:text-muted-foreground",
|
|
995
|
+
onClick: () => {
|
|
996
|
+
setDraft({});
|
|
997
|
+
filter.onChange({});
|
|
998
|
+
},
|
|
999
|
+
disabled: !String(draft.min ?? "").trim() && !String(draft.max ?? "").trim(),
|
|
1000
|
+
children: "Clear all"
|
|
1001
|
+
}
|
|
1002
|
+
)
|
|
1003
|
+
] }),
|
|
1004
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-3", children: [
|
|
1005
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-2", children: [
|
|
1006
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between text-[11px] text-muted-foreground", children: [
|
|
1007
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: formatNumberValue(bounds.min, filter) }),
|
|
1008
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: formatNumberValue(bounds.max, filter) })
|
|
1009
|
+
] }),
|
|
1010
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative h-6", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1011
|
+
RangeSlider.RangeSlider,
|
|
1012
|
+
{
|
|
1013
|
+
min: bounds.min,
|
|
1014
|
+
max: bounds.max,
|
|
1015
|
+
step: bounds.step,
|
|
1016
|
+
value: [activeMin, activeMax],
|
|
1017
|
+
ariaLabelMin: `${filter.label} minimum slider`,
|
|
1018
|
+
ariaLabelMax: `${filter.label} maximum slider`,
|
|
1019
|
+
onChange: ([nextMin, nextMax]) => setDraft(numberFilterValueFromSlider([nextMin, nextMax], bounds))
|
|
1020
|
+
}
|
|
1021
|
+
) })
|
|
1022
|
+
] }),
|
|
1023
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid grid-cols-2 gap-2", children: [
|
|
1024
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-1", children: [
|
|
1025
|
+
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-[10px] text-muted-foreground", children: "Min" }),
|
|
1026
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1027
|
+
"input",
|
|
1028
|
+
{
|
|
1029
|
+
type: "number",
|
|
1030
|
+
inputMode: "decimal",
|
|
1031
|
+
step: bounds.step,
|
|
1032
|
+
"aria-label": `${filter.label} minimum`,
|
|
1033
|
+
className: "h-8 w-full rounded-md border border-input bg-background px-2 text-xs outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
1034
|
+
placeholder: filter.minPlaceholder ?? formatNumberValue(bounds.min, filter),
|
|
1035
|
+
value: draft.min ?? "",
|
|
1036
|
+
onChange: (event) => setDraft(
|
|
1037
|
+
normalizeNumberFilterValue(
|
|
1038
|
+
{ min: event.target.value, max: draft.max ?? "" },
|
|
1039
|
+
"min-input"
|
|
1040
|
+
)
|
|
1041
|
+
)
|
|
1042
|
+
}
|
|
1043
|
+
)
|
|
1044
|
+
] }),
|
|
1045
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-1", children: [
|
|
1046
|
+
/* @__PURE__ */ jsxRuntime.jsx("label", { className: "text-[10px] text-muted-foreground", children: "Max" }),
|
|
1047
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1048
|
+
"input",
|
|
1049
|
+
{
|
|
1050
|
+
type: "number",
|
|
1051
|
+
inputMode: "decimal",
|
|
1052
|
+
step: bounds.step,
|
|
1053
|
+
"aria-label": `${filter.label} maximum`,
|
|
1054
|
+
className: "h-8 w-full rounded-md border border-input bg-background px-2 text-xs outline-none focus-visible:ring-2 focus-visible:ring-ring",
|
|
1055
|
+
placeholder: filter.maxPlaceholder ?? formatNumberValue(bounds.max, filter),
|
|
1056
|
+
value: draft.max ?? "",
|
|
1057
|
+
onChange: (event) => setDraft(
|
|
1058
|
+
normalizeNumberFilterValue(
|
|
1059
|
+
{ min: draft.min ?? "", max: event.target.value },
|
|
1060
|
+
"max-input"
|
|
1061
|
+
)
|
|
1062
|
+
)
|
|
1063
|
+
}
|
|
1064
|
+
)
|
|
1065
|
+
] })
|
|
1066
|
+
] })
|
|
1067
|
+
] })
|
|
1068
|
+
]
|
|
1069
|
+
}
|
|
1070
|
+
);
|
|
1071
|
+
}
|
|
1072
|
+
function MultiFilterField({ filter, grow }) {
|
|
1073
|
+
const rootRef = react.useRef(null);
|
|
1074
|
+
const triggerRef = react.useRef(null);
|
|
1075
|
+
const [open, setOpen] = react.useState(false);
|
|
1076
|
+
const [optionQuery, setOptionQuery] = react.useState("");
|
|
1077
|
+
const [draft, setDraft] = useDebouncedMultiDraft(filter.value, filter.onChange);
|
|
1078
|
+
useDismissablePopup(open, rootRef, triggerRef, () => setOpen(false));
|
|
1079
|
+
const summary = summarizeMultiFilter(filter.label, draft);
|
|
1080
|
+
const showOptionFilter = filter.options.length > 7;
|
|
1081
|
+
const visibleOptions = react.useMemo(() => {
|
|
1082
|
+
const query = optionQuery.trim().toLowerCase();
|
|
1083
|
+
if (!query) return filter.options;
|
|
1084
|
+
return filter.options.filter(
|
|
1085
|
+
(option) => multiSelectOptionText(option).toLowerCase().includes(query)
|
|
1086
|
+
);
|
|
1087
|
+
}, [filter.options, optionQuery]);
|
|
1088
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1089
|
+
"div",
|
|
1090
|
+
{
|
|
1091
|
+
ref: rootRef,
|
|
1092
|
+
title: filter.description,
|
|
1093
|
+
className: utils.cn(
|
|
1094
|
+
"relative min-w-0",
|
|
1095
|
+
grow ? "min-w-[8rem] max-w-[12rem] flex-1" : "shrink-0",
|
|
1096
|
+
filter.disabled && "opacity-60",
|
|
1097
|
+
filter.className
|
|
1098
|
+
),
|
|
1099
|
+
children: [
|
|
1100
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
1101
|
+
button.Button,
|
|
1102
|
+
{
|
|
1103
|
+
ref: triggerRef,
|
|
1104
|
+
type: "button",
|
|
1105
|
+
variant: "outline",
|
|
1106
|
+
size: "sm",
|
|
1107
|
+
"aria-label": `${filter.label} filter`,
|
|
1108
|
+
"aria-haspopup": "dialog",
|
|
1109
|
+
"aria-expanded": open,
|
|
1110
|
+
disabled: filter.disabled,
|
|
1111
|
+
onClick: () => setOpen((current) => !current),
|
|
1112
|
+
className: utils.cn(
|
|
1113
|
+
"min-w-0 gap-2 font-normal",
|
|
1114
|
+
grow ? "w-full max-w-[12rem] justify-between" : "w-auto max-w-[8.5rem] px-2.5",
|
|
1115
|
+
summary === filter.label && "text-muted-foreground"
|
|
1116
|
+
),
|
|
1117
|
+
children: [
|
|
1118
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "truncate", children: summary }),
|
|
1119
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: open ? UiChevronUp.UiChevronUp : UiChevronDown.UiChevronDown, className: "text-muted-foreground" })
|
|
1120
|
+
]
|
|
1121
|
+
}
|
|
1122
|
+
),
|
|
1123
|
+
open && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute left-0 top-[calc(100%+0.375rem)] z-50 min-w-[18rem] max-w-[22rem] rounded-md border border-border bg-popover p-2 text-popover-foreground shadow-lg shadow-black/5", children: [
|
|
1124
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between gap-2", children: [
|
|
1125
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[10px] font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
1126
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1127
|
+
"button",
|
|
1128
|
+
{
|
|
1129
|
+
type: "button",
|
|
1130
|
+
className: "text-[10px] text-primary disabled:text-muted-foreground",
|
|
1131
|
+
onClick: () => setDraft({}),
|
|
1132
|
+
disabled: Object.keys(draft).length === 0,
|
|
1133
|
+
children: "Clear all"
|
|
1134
|
+
}
|
|
1135
|
+
)
|
|
1136
|
+
] }),
|
|
1137
|
+
showOptionFilter && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center gap-2 rounded-md border border-input bg-background px-2", children: [
|
|
1138
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiSearch.UiSearch, className: "shrink-0 text-muted-foreground" }),
|
|
1139
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1140
|
+
"input",
|
|
1141
|
+
{
|
|
1142
|
+
type: "search",
|
|
1143
|
+
"aria-label": `Filter ${filter.label} options`,
|
|
1144
|
+
className: "h-8 min-w-0 flex-1 bg-transparent text-sm outline-none placeholder:text-muted-foreground",
|
|
1145
|
+
placeholder: `Filter ${filter.label.toLowerCase()}`,
|
|
1146
|
+
value: optionQuery,
|
|
1147
|
+
onChange: (event) => setOptionQuery(event.target.value)
|
|
1148
|
+
}
|
|
1149
|
+
)
|
|
1150
|
+
] }),
|
|
1151
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "max-h-72 space-y-0.5 overflow-auto", children: [
|
|
1152
|
+
visibleOptions.map((option) => {
|
|
1153
|
+
const mode = draft[option.value] ?? "neutral";
|
|
1154
|
+
const title = option.title ?? multiSelectOptionText(option);
|
|
1155
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1156
|
+
"div",
|
|
1157
|
+
{
|
|
1158
|
+
role: "button",
|
|
1159
|
+
tabIndex: 0,
|
|
1160
|
+
"data-filter-option": option.value,
|
|
1161
|
+
className: "rounded-md px-1.5 py-0.5 hover:bg-accent/50 focus-visible:bg-accent/50 focus-visible:outline-none",
|
|
1162
|
+
onClick: () => setDraft(updateMultiFilterValue(draft, option.value, nextFilterMode(mode))),
|
|
1163
|
+
onKeyDown: (event) => {
|
|
1164
|
+
if (event.key === "Enter" || event.key === " ") {
|
|
1165
|
+
event.preventDefault();
|
|
1166
|
+
setDraft(updateMultiFilterValue(draft, option.value, nextFilterMode(mode)));
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1170
|
+
FilterPill.FilterPill,
|
|
1171
|
+
{
|
|
1172
|
+
className: "w-full justify-between",
|
|
1173
|
+
label: option.label,
|
|
1174
|
+
mode,
|
|
1175
|
+
title,
|
|
1176
|
+
togglePosition: "right",
|
|
1177
|
+
onModeChange: (next) => setDraft(updateMultiFilterValue(draft, option.value, next))
|
|
1178
|
+
}
|
|
1179
|
+
)
|
|
1180
|
+
},
|
|
1181
|
+
option.value
|
|
1182
|
+
);
|
|
1183
|
+
}),
|
|
1184
|
+
visibleOptions.length === 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-2 py-3 text-sm text-muted-foreground", children: "No options found" })
|
|
1185
|
+
] })
|
|
1186
|
+
] })
|
|
1187
|
+
]
|
|
1188
|
+
}
|
|
1189
|
+
);
|
|
1190
|
+
}
|
|
1191
|
+
function MultiFilterPanel({
|
|
1192
|
+
filter,
|
|
1193
|
+
chrome = "full"
|
|
1194
|
+
}) {
|
|
1195
|
+
const [optionQuery, setOptionQuery] = react.useState("");
|
|
1196
|
+
const [draft, setDraft] = useDebouncedMultiDraft(filter.value, filter.onChange);
|
|
1197
|
+
const showOptionFilter = filter.options.length > 7;
|
|
1198
|
+
const embedded = chrome === "embedded";
|
|
1199
|
+
const visibleOptions = react.useMemo(() => {
|
|
1200
|
+
const query = optionQuery.trim().toLowerCase();
|
|
1201
|
+
if (!query) return filter.options;
|
|
1202
|
+
return filter.options.filter(
|
|
1203
|
+
(option) => multiSelectOptionText(option).toLowerCase().includes(query)
|
|
1204
|
+
);
|
|
1205
|
+
}, [filter.options, optionQuery]);
|
|
1206
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1207
|
+
"div",
|
|
1208
|
+
{
|
|
1209
|
+
"data-filter-panel-chrome": chrome,
|
|
1210
|
+
className: utils.cn(
|
|
1211
|
+
"min-w-[18rem] max-w-[22rem] text-popover-foreground",
|
|
1212
|
+
embedded ? "p-0" : "rounded-md border border-border bg-popover p-2 shadow-sm shadow-black/5"
|
|
1213
|
+
),
|
|
1214
|
+
children: [
|
|
1215
|
+
!embedded && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between gap-2", children: [
|
|
1216
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[10px] font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
1217
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1218
|
+
"button",
|
|
1219
|
+
{
|
|
1220
|
+
type: "button",
|
|
1221
|
+
className: "text-[10px] text-primary disabled:text-muted-foreground",
|
|
1222
|
+
onClick: () => setDraft({}),
|
|
1223
|
+
disabled: Object.keys(draft).length === 0,
|
|
1224
|
+
children: "Clear all"
|
|
1225
|
+
}
|
|
1226
|
+
)
|
|
1227
|
+
] }),
|
|
1228
|
+
showOptionFilter && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center gap-2 rounded-md border border-input bg-background px-2", children: [
|
|
1229
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiSearch.UiSearch, className: "shrink-0 text-muted-foreground" }),
|
|
1230
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1231
|
+
"input",
|
|
1232
|
+
{
|
|
1233
|
+
type: "search",
|
|
1234
|
+
"aria-label": `Filter ${filter.label} options`,
|
|
1235
|
+
className: "h-8 min-w-0 flex-1 bg-transparent text-sm outline-none placeholder:text-muted-foreground",
|
|
1236
|
+
placeholder: `Filter ${filter.label.toLowerCase()}`,
|
|
1237
|
+
value: optionQuery,
|
|
1238
|
+
onChange: (event) => setOptionQuery(event.target.value)
|
|
1239
|
+
}
|
|
1240
|
+
)
|
|
1241
|
+
] }),
|
|
1242
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "max-h-72 space-y-0.5 overflow-auto", children: [
|
|
1243
|
+
visibleOptions.map((option) => {
|
|
1244
|
+
const mode = draft[option.value] ?? "neutral";
|
|
1245
|
+
const title = option.title ?? multiSelectOptionText(option);
|
|
1246
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1247
|
+
"div",
|
|
1248
|
+
{
|
|
1249
|
+
role: "button",
|
|
1250
|
+
tabIndex: 0,
|
|
1251
|
+
"data-filter-option": option.value,
|
|
1252
|
+
className: "rounded-md px-1.5 py-0.5 hover:bg-accent/50 focus-visible:bg-accent/50 focus-visible:outline-none",
|
|
1253
|
+
onClick: () => setDraft(updateMultiFilterValue(draft, option.value, nextFilterMode(mode))),
|
|
1254
|
+
onKeyDown: (event) => {
|
|
1255
|
+
if (event.key === "Enter" || event.key === " ") {
|
|
1256
|
+
event.preventDefault();
|
|
1257
|
+
setDraft(updateMultiFilterValue(draft, option.value, nextFilterMode(mode)));
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1261
|
+
FilterPill.FilterPill,
|
|
1262
|
+
{
|
|
1263
|
+
className: "w-full justify-between",
|
|
1264
|
+
label: option.label,
|
|
1265
|
+
mode,
|
|
1266
|
+
title,
|
|
1267
|
+
togglePosition: "right",
|
|
1268
|
+
onModeChange: (next) => setDraft(updateMultiFilterValue(draft, option.value, next))
|
|
1269
|
+
}
|
|
1270
|
+
)
|
|
1271
|
+
},
|
|
1272
|
+
option.value
|
|
1273
|
+
);
|
|
1274
|
+
}),
|
|
1275
|
+
visibleOptions.length === 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-2 py-3 text-sm text-muted-foreground", children: "No options found" })
|
|
1276
|
+
] })
|
|
1277
|
+
]
|
|
1278
|
+
}
|
|
1279
|
+
);
|
|
1280
|
+
}
|
|
1281
|
+
function NestedMultiFilterPanel({
|
|
1282
|
+
filter,
|
|
1283
|
+
chrome = "full"
|
|
1284
|
+
}) {
|
|
1285
|
+
var _a;
|
|
1286
|
+
const [activeGroup, setActiveGroup] = react.useState(((_a = filter.groups[0]) == null ? void 0 : _a.groupKey) ?? null);
|
|
1287
|
+
const [draft, setDraft] = useDebouncedMultiDraft(filter.value, filter.onChange);
|
|
1288
|
+
const groups = filter.groups;
|
|
1289
|
+
const embedded = chrome === "embedded";
|
|
1290
|
+
const activeGroupData = react.useMemo(
|
|
1291
|
+
() => groups.find((group) => group.groupKey === activeGroup) ?? groups[0] ?? null,
|
|
1292
|
+
[groups, activeGroup]
|
|
1293
|
+
);
|
|
1294
|
+
const selectedByGroup = react.useMemo(() => {
|
|
1295
|
+
const counts = {};
|
|
1296
|
+
for (const group of groups) {
|
|
1297
|
+
let n = 0;
|
|
1298
|
+
for (const option of group.options) {
|
|
1299
|
+
if (draft[option.value]) n += 1;
|
|
1300
|
+
}
|
|
1301
|
+
counts[group.groupKey] = n;
|
|
1302
|
+
}
|
|
1303
|
+
return counts;
|
|
1304
|
+
}, [groups, draft]);
|
|
1305
|
+
const sortedGroups = react.useMemo(() => {
|
|
1306
|
+
const selected = [];
|
|
1307
|
+
const rest = [];
|
|
1308
|
+
for (const group of groups) {
|
|
1309
|
+
if ((selectedByGroup[group.groupKey] ?? 0) > 0) selected.push(group);
|
|
1310
|
+
else rest.push(group);
|
|
1311
|
+
}
|
|
1312
|
+
return [...selected, ...rest];
|
|
1313
|
+
}, [groups, selectedByGroup]);
|
|
1314
|
+
const clearGroup = (groupKey) => {
|
|
1315
|
+
const group = groups.find((g) => g.groupKey === groupKey);
|
|
1316
|
+
if (!group) return;
|
|
1317
|
+
const next = { ...draft };
|
|
1318
|
+
for (const option of group.options) {
|
|
1319
|
+
delete next[option.value];
|
|
1320
|
+
}
|
|
1321
|
+
setDraft(next);
|
|
1322
|
+
};
|
|
1323
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { role: "dialog", className: "flex", children: [
|
|
1324
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
1325
|
+
"div",
|
|
1326
|
+
{
|
|
1327
|
+
"data-filter-panel-chrome": chrome,
|
|
1328
|
+
className: utils.cn(
|
|
1329
|
+
"min-w-[14rem] max-w-[16rem] text-popover-foreground",
|
|
1330
|
+
embedded ? "p-0" : "rounded-md border border-border bg-popover p-2 shadow-sm shadow-black/5"
|
|
1331
|
+
),
|
|
1332
|
+
children: [
|
|
1333
|
+
!embedded && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between gap-2", children: [
|
|
1334
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[10px] font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
1335
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1336
|
+
"button",
|
|
1337
|
+
{
|
|
1338
|
+
type: "button",
|
|
1339
|
+
className: "text-[10px] text-primary disabled:text-muted-foreground",
|
|
1340
|
+
onClick: () => setDraft({}),
|
|
1341
|
+
disabled: Object.keys(draft).length === 0,
|
|
1342
|
+
children: "Clear all"
|
|
1343
|
+
}
|
|
1344
|
+
)
|
|
1345
|
+
] }),
|
|
1346
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "max-h-72 space-y-0.5 overflow-auto", children: [
|
|
1347
|
+
sortedGroups.map((group) => {
|
|
1348
|
+
const selected = selectedByGroup[group.groupKey] ?? 0;
|
|
1349
|
+
const isActive = group.groupKey === activeGroup;
|
|
1350
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1351
|
+
"div",
|
|
1352
|
+
{
|
|
1353
|
+
role: "button",
|
|
1354
|
+
tabIndex: 0,
|
|
1355
|
+
onMouseEnter: () => setActiveGroup(group.groupKey),
|
|
1356
|
+
onFocus: () => setActiveGroup(group.groupKey),
|
|
1357
|
+
onClick: () => setActiveGroup(group.groupKey),
|
|
1358
|
+
onKeyDown: (event) => {
|
|
1359
|
+
if (event.key === "Enter" || event.key === " " || event.key === "ArrowRight") {
|
|
1360
|
+
event.preventDefault();
|
|
1361
|
+
setActiveGroup(group.groupKey);
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
className: utils.cn(
|
|
1365
|
+
"flex cursor-pointer items-center justify-between gap-2 rounded-md px-1.5 py-0.5 text-sm",
|
|
1366
|
+
"hover:bg-accent/50 focus-visible:bg-accent/50 focus-visible:outline-none",
|
|
1367
|
+
isActive && "bg-accent/60"
|
|
1368
|
+
),
|
|
1369
|
+
children: [
|
|
1370
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "min-w-0 flex-1 truncate", children: group.label ?? group.groupKey }),
|
|
1371
|
+
selected > 0 && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "rounded-full bg-primary/15 px-1.5 text-[10px] font-medium text-primary", children: [
|
|
1372
|
+
selected,
|
|
1373
|
+
"/",
|
|
1374
|
+
group.options.length
|
|
1375
|
+
] }),
|
|
1376
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiChevronRight.UiChevronRight, className: "shrink-0 text-muted-foreground" })
|
|
1377
|
+
]
|
|
1378
|
+
},
|
|
1379
|
+
group.groupKey
|
|
1380
|
+
);
|
|
1381
|
+
}),
|
|
1382
|
+
groups.length === 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-2 py-3 text-sm text-muted-foreground", children: "No groups" })
|
|
1383
|
+
] })
|
|
1384
|
+
]
|
|
1385
|
+
}
|
|
1386
|
+
),
|
|
1387
|
+
activeGroupData && /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1388
|
+
"div",
|
|
1389
|
+
{
|
|
1390
|
+
onMouseEnter: () => setActiveGroup(activeGroupData.groupKey),
|
|
1391
|
+
className: "ml-1.5 min-w-[16rem] max-w-[20rem] rounded-md border border-border bg-popover p-2 text-popover-foreground shadow-sm shadow-black/5",
|
|
1392
|
+
children: [
|
|
1393
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between gap-2", children: [
|
|
1394
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[10px] font-medium uppercase tracking-wide text-muted-foreground", children: activeGroupData.label ?? activeGroupData.groupKey }),
|
|
1395
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1396
|
+
"button",
|
|
1397
|
+
{
|
|
1398
|
+
type: "button",
|
|
1399
|
+
className: "text-[10px] text-primary disabled:text-muted-foreground",
|
|
1400
|
+
onClick: () => clearGroup(activeGroupData.groupKey),
|
|
1401
|
+
disabled: (selectedByGroup[activeGroupData.groupKey] ?? 0) === 0,
|
|
1402
|
+
children: "Clear"
|
|
1403
|
+
}
|
|
1404
|
+
)
|
|
1405
|
+
] }),
|
|
1406
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "max-h-72 space-y-0.5 overflow-auto", children: [
|
|
1407
|
+
activeGroupData.options.map((option) => {
|
|
1408
|
+
const mode = draft[option.value] ?? "neutral";
|
|
1409
|
+
const title = option.title ?? multiSelectOptionText(option);
|
|
1410
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1411
|
+
"div",
|
|
1412
|
+
{
|
|
1413
|
+
role: "button",
|
|
1414
|
+
tabIndex: 0,
|
|
1415
|
+
"data-filter-option": option.value,
|
|
1416
|
+
className: "rounded-md px-1.5 py-0.5 hover:bg-accent/50 focus-visible:bg-accent/50 focus-visible:outline-none",
|
|
1417
|
+
onClick: () => setDraft(updateMultiFilterValue(draft, option.value, nextFilterMode(mode))),
|
|
1418
|
+
onKeyDown: (event) => {
|
|
1419
|
+
if (event.key === "Enter" || event.key === " ") {
|
|
1420
|
+
event.preventDefault();
|
|
1421
|
+
setDraft(updateMultiFilterValue(draft, option.value, nextFilterMode(mode)));
|
|
1422
|
+
} else if (event.key === "ArrowLeft") {
|
|
1423
|
+
event.preventDefault();
|
|
1424
|
+
setActiveGroup(null);
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1428
|
+
FilterPill.FilterPill,
|
|
1429
|
+
{
|
|
1430
|
+
className: "w-full justify-between",
|
|
1431
|
+
label: renderNestedOptionLabel(option, activeGroupData.groupKey),
|
|
1432
|
+
mode,
|
|
1433
|
+
title,
|
|
1434
|
+
togglePosition: "right",
|
|
1435
|
+
onModeChange: (next) => setDraft(updateMultiFilterValue(draft, option.value, next))
|
|
1436
|
+
}
|
|
1437
|
+
)
|
|
1438
|
+
},
|
|
1439
|
+
option.value
|
|
1440
|
+
);
|
|
1441
|
+
}),
|
|
1442
|
+
activeGroupData.options.length === 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-2 py-3 text-sm text-muted-foreground", children: "No values" })
|
|
1443
|
+
] })
|
|
1444
|
+
]
|
|
1445
|
+
}
|
|
1446
|
+
)
|
|
1447
|
+
] });
|
|
1448
|
+
}
|
|
1449
|
+
function multiSelectOptionText(option) {
|
|
1450
|
+
const label = typeof option.label === "string" ? option.label : "";
|
|
1451
|
+
return [option.value, label, option.title ?? ""].filter(Boolean).join(" ");
|
|
1452
|
+
}
|
|
1453
|
+
function NestedMultiFilterField({
|
|
1454
|
+
filter,
|
|
1455
|
+
grow
|
|
1456
|
+
}) {
|
|
1457
|
+
const rootRef = react.useRef(null);
|
|
1458
|
+
const triggerRef = react.useRef(null);
|
|
1459
|
+
const [open, setOpen] = react.useState(false);
|
|
1460
|
+
const [activeGroup, setActiveGroup] = react.useState(null);
|
|
1461
|
+
const [draft, setDraft] = useDebouncedMultiDraft(filter.value, filter.onChange);
|
|
1462
|
+
useDismissablePopup(open, rootRef, triggerRef, () => {
|
|
1463
|
+
setOpen(false);
|
|
1464
|
+
setActiveGroup(null);
|
|
1465
|
+
});
|
|
1466
|
+
const summary = summarizeMultiFilter(filter.label, draft);
|
|
1467
|
+
const groups = filter.groups;
|
|
1468
|
+
const activeGroupData = react.useMemo(
|
|
1469
|
+
() => groups.find((group) => group.groupKey === activeGroup) ?? null,
|
|
1470
|
+
[groups, activeGroup]
|
|
1471
|
+
);
|
|
1472
|
+
const selectedByGroup = react.useMemo(() => {
|
|
1473
|
+
const counts = {};
|
|
1474
|
+
for (const group of groups) {
|
|
1475
|
+
let n = 0;
|
|
1476
|
+
for (const option of group.options) {
|
|
1477
|
+
if (draft[option.value]) n += 1;
|
|
1478
|
+
}
|
|
1479
|
+
counts[group.groupKey] = n;
|
|
1480
|
+
}
|
|
1481
|
+
return counts;
|
|
1482
|
+
}, [groups, draft]);
|
|
1483
|
+
const sortedGroups = react.useMemo(() => {
|
|
1484
|
+
const selected = [];
|
|
1485
|
+
const rest = [];
|
|
1486
|
+
for (const group of groups) {
|
|
1487
|
+
if ((selectedByGroup[group.groupKey] ?? 0) > 0) selected.push(group);
|
|
1488
|
+
else rest.push(group);
|
|
1489
|
+
}
|
|
1490
|
+
return [...selected, ...rest];
|
|
1491
|
+
}, [groups, selectedByGroup]);
|
|
1492
|
+
const clearGroup = (groupKey) => {
|
|
1493
|
+
const group = groups.find((g) => g.groupKey === groupKey);
|
|
1494
|
+
if (!group) return;
|
|
1495
|
+
const next = { ...draft };
|
|
1496
|
+
for (const option of group.options) {
|
|
1497
|
+
delete next[option.value];
|
|
1498
|
+
}
|
|
1499
|
+
setDraft(next);
|
|
1500
|
+
};
|
|
1501
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1502
|
+
"div",
|
|
1503
|
+
{
|
|
1504
|
+
ref: rootRef,
|
|
1505
|
+
title: filter.description,
|
|
1506
|
+
className: utils.cn(
|
|
1507
|
+
"relative min-w-0",
|
|
1508
|
+
grow ? "min-w-[8rem] max-w-[12rem] flex-1" : "shrink-0",
|
|
1509
|
+
filter.disabled && "opacity-60",
|
|
1510
|
+
filter.className
|
|
1511
|
+
),
|
|
1512
|
+
children: [
|
|
1513
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
1514
|
+
button.Button,
|
|
1515
|
+
{
|
|
1516
|
+
ref: triggerRef,
|
|
1517
|
+
type: "button",
|
|
1518
|
+
variant: "outline",
|
|
1519
|
+
size: "sm",
|
|
1520
|
+
"aria-label": `${filter.label} filter`,
|
|
1521
|
+
"aria-haspopup": "dialog",
|
|
1522
|
+
"aria-expanded": open,
|
|
1523
|
+
disabled: filter.disabled,
|
|
1524
|
+
onClick: () => {
|
|
1525
|
+
setOpen((current) => !current);
|
|
1526
|
+
if (open) setActiveGroup(null);
|
|
1527
|
+
},
|
|
1528
|
+
className: utils.cn(
|
|
1529
|
+
"min-w-0 gap-2 font-normal",
|
|
1530
|
+
grow ? "w-full max-w-[12rem] justify-between" : "w-auto max-w-[8.5rem] px-2.5",
|
|
1531
|
+
summary === filter.label && "text-muted-foreground"
|
|
1532
|
+
),
|
|
1533
|
+
children: [
|
|
1534
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "truncate", children: summary }),
|
|
1535
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: open ? UiChevronUp.UiChevronUp : UiChevronDown.UiChevronDown, className: "text-muted-foreground" })
|
|
1536
|
+
]
|
|
1537
|
+
}
|
|
1538
|
+
),
|
|
1539
|
+
open && /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1540
|
+
"div",
|
|
1541
|
+
{
|
|
1542
|
+
role: "dialog",
|
|
1543
|
+
onKeyDown: (event) => {
|
|
1544
|
+
if (event.key === "Escape") {
|
|
1545
|
+
event.preventDefault();
|
|
1546
|
+
setOpen(false);
|
|
1547
|
+
setActiveGroup(null);
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
className: "absolute left-0 top-[calc(100%+0.375rem)] z-50 flex",
|
|
1551
|
+
children: [
|
|
1552
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "min-w-[14rem] max-w-[16rem] rounded-md border border-border bg-popover p-2 text-popover-foreground shadow-lg shadow-black/5", children: [
|
|
1553
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between gap-2", children: [
|
|
1554
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[10px] font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
1555
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1556
|
+
"button",
|
|
1557
|
+
{
|
|
1558
|
+
type: "button",
|
|
1559
|
+
className: "text-[10px] text-primary disabled:text-muted-foreground",
|
|
1560
|
+
onClick: () => setDraft({}),
|
|
1561
|
+
disabled: Object.keys(draft).length === 0,
|
|
1562
|
+
children: "Clear all"
|
|
1563
|
+
}
|
|
1564
|
+
)
|
|
1565
|
+
] }),
|
|
1566
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "max-h-72 space-y-0.5 overflow-auto", children: [
|
|
1567
|
+
sortedGroups.map((group) => {
|
|
1568
|
+
const selected = selectedByGroup[group.groupKey] ?? 0;
|
|
1569
|
+
const isActive = group.groupKey === activeGroup;
|
|
1570
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1571
|
+
"div",
|
|
1572
|
+
{
|
|
1573
|
+
role: "button",
|
|
1574
|
+
tabIndex: 0,
|
|
1575
|
+
onMouseEnter: () => setActiveGroup(group.groupKey),
|
|
1576
|
+
onFocus: () => setActiveGroup(group.groupKey),
|
|
1577
|
+
onClick: () => setActiveGroup(group.groupKey),
|
|
1578
|
+
onKeyDown: (event) => {
|
|
1579
|
+
if (event.key === "Enter" || event.key === " " || event.key === "ArrowRight") {
|
|
1580
|
+
event.preventDefault();
|
|
1581
|
+
setActiveGroup(group.groupKey);
|
|
1582
|
+
}
|
|
1583
|
+
},
|
|
1584
|
+
className: utils.cn(
|
|
1585
|
+
"flex cursor-pointer items-center justify-between gap-2 rounded-md px-1.5 py-0.5 text-sm",
|
|
1586
|
+
"hover:bg-accent/50 focus-visible:bg-accent/50 focus-visible:outline-none",
|
|
1587
|
+
isActive && "bg-accent/60"
|
|
1588
|
+
),
|
|
1589
|
+
children: [
|
|
1590
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "min-w-0 flex-1 truncate", children: group.label ?? group.groupKey }),
|
|
1591
|
+
selected > 0 && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "rounded-full bg-primary/15 px-1.5 text-[10px] font-medium text-primary", children: [
|
|
1592
|
+
selected,
|
|
1593
|
+
"/",
|
|
1594
|
+
group.options.length
|
|
1595
|
+
] }),
|
|
1596
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiChevronRight.UiChevronRight, className: "shrink-0 text-muted-foreground" })
|
|
1597
|
+
]
|
|
1598
|
+
},
|
|
1599
|
+
group.groupKey
|
|
1600
|
+
);
|
|
1601
|
+
}),
|
|
1602
|
+
groups.length === 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-2 py-3 text-sm text-muted-foreground", children: "No groups" })
|
|
1603
|
+
] })
|
|
1604
|
+
] }),
|
|
1605
|
+
activeGroupData && /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1606
|
+
"div",
|
|
1607
|
+
{
|
|
1608
|
+
onMouseEnter: () => setActiveGroup(activeGroupData.groupKey),
|
|
1609
|
+
className: "ml-1.5 min-w-[16rem] max-w-[20rem] rounded-md border border-border bg-popover p-2 text-popover-foreground shadow-lg shadow-black/5",
|
|
1610
|
+
children: [
|
|
1611
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mb-2 flex items-center justify-between gap-2", children: [
|
|
1612
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[10px] font-medium uppercase tracking-wide text-muted-foreground", children: activeGroupData.label ?? activeGroupData.groupKey }),
|
|
1613
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1614
|
+
"button",
|
|
1615
|
+
{
|
|
1616
|
+
type: "button",
|
|
1617
|
+
className: "text-[10px] text-primary disabled:text-muted-foreground",
|
|
1618
|
+
onClick: () => clearGroup(activeGroupData.groupKey),
|
|
1619
|
+
disabled: (selectedByGroup[activeGroupData.groupKey] ?? 0) === 0,
|
|
1620
|
+
children: "Clear"
|
|
1621
|
+
}
|
|
1622
|
+
)
|
|
1623
|
+
] }),
|
|
1624
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "max-h-72 space-y-0.5 overflow-auto", children: [
|
|
1625
|
+
activeGroupData.options.map((option) => {
|
|
1626
|
+
const mode = draft[option.value] ?? "neutral";
|
|
1627
|
+
const title = option.title ?? multiSelectOptionText(option);
|
|
1628
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1629
|
+
"div",
|
|
1630
|
+
{
|
|
1631
|
+
role: "button",
|
|
1632
|
+
tabIndex: 0,
|
|
1633
|
+
"data-filter-option": option.value,
|
|
1634
|
+
className: "rounded-md px-1.5 py-0.5 hover:bg-accent/50 focus-visible:bg-accent/50 focus-visible:outline-none",
|
|
1635
|
+
onClick: () => setDraft(updateMultiFilterValue(draft, option.value, nextFilterMode(mode))),
|
|
1636
|
+
onKeyDown: (event) => {
|
|
1637
|
+
if (event.key === "Enter" || event.key === " ") {
|
|
1638
|
+
event.preventDefault();
|
|
1639
|
+
setDraft(
|
|
1640
|
+
updateMultiFilterValue(draft, option.value, nextFilterMode(mode))
|
|
1641
|
+
);
|
|
1642
|
+
} else if (event.key === "ArrowLeft") {
|
|
1643
|
+
event.preventDefault();
|
|
1644
|
+
setActiveGroup(null);
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1648
|
+
FilterPill.FilterPill,
|
|
1649
|
+
{
|
|
1650
|
+
className: "w-full justify-between",
|
|
1651
|
+
label: renderNestedOptionLabel(option, activeGroupData.groupKey),
|
|
1652
|
+
mode,
|
|
1653
|
+
title,
|
|
1654
|
+
togglePosition: "right",
|
|
1655
|
+
onModeChange: (next) => setDraft(updateMultiFilterValue(draft, option.value, next))
|
|
1656
|
+
}
|
|
1657
|
+
)
|
|
1658
|
+
},
|
|
1659
|
+
option.value
|
|
1660
|
+
);
|
|
1661
|
+
}),
|
|
1662
|
+
activeGroupData.options.length === 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-2 py-3 text-sm text-muted-foreground", children: "No values" })
|
|
1663
|
+
] })
|
|
1664
|
+
]
|
|
1665
|
+
}
|
|
1666
|
+
)
|
|
1667
|
+
]
|
|
1668
|
+
}
|
|
1669
|
+
)
|
|
1670
|
+
]
|
|
1671
|
+
}
|
|
1672
|
+
);
|
|
1673
|
+
}
|
|
1674
|
+
function renderNestedOptionLabel(option, groupKey) {
|
|
1675
|
+
if (typeof option.label === "string") {
|
|
1676
|
+
const prefix = `${groupKey}=`;
|
|
1677
|
+
if (option.label.startsWith(prefix)) return option.label.slice(prefix.length);
|
|
1678
|
+
return option.label;
|
|
1679
|
+
}
|
|
1680
|
+
return option.label ?? option.value;
|
|
1681
|
+
}
|
|
1682
|
+
function SelectMultiFilterField({
|
|
1683
|
+
filter,
|
|
1684
|
+
grow
|
|
1685
|
+
}) {
|
|
1686
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1687
|
+
"label",
|
|
1688
|
+
{
|
|
1689
|
+
title: filter.description,
|
|
1690
|
+
className: utils.cn(
|
|
1691
|
+
"flex h-8 items-center gap-2 rounded-md border border-input bg-muted/30 pl-2 pr-1 text-xs",
|
|
1692
|
+
grow ? "min-w-[12rem] max-w-[18rem] flex-1" : "min-w-[11rem] max-w-[15rem] shrink-0",
|
|
1693
|
+
filter.disabled && "opacity-60",
|
|
1694
|
+
filter.className
|
|
1695
|
+
),
|
|
1696
|
+
children: [
|
|
1697
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "whitespace-nowrap font-medium uppercase tracking-wide text-muted-foreground", children: filter.label }),
|
|
1698
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1699
|
+
MultiSelect.MultiSelect,
|
|
1700
|
+
{
|
|
1701
|
+
options: filter.options,
|
|
1702
|
+
value: filter.value,
|
|
1703
|
+
onChange: filter.onChange,
|
|
1704
|
+
placeholder: filter.placeholder ?? `Any ${filter.label.toLowerCase()}`,
|
|
1705
|
+
...filter.disabled !== void 0 ? { disabled: filter.disabled } : {},
|
|
1706
|
+
triggerClassName: "h-6 min-w-0 border-0 bg-transparent px-1 text-xs shadow-none focus-visible:ring-0",
|
|
1707
|
+
menuClassName: "left-auto right-0"
|
|
1708
|
+
}
|
|
1709
|
+
)
|
|
1710
|
+
]
|
|
1711
|
+
}
|
|
1712
|
+
);
|
|
1713
|
+
}
|
|
1714
|
+
function RangeControlButton({
|
|
1715
|
+
kind,
|
|
1716
|
+
label,
|
|
1717
|
+
from = "",
|
|
1718
|
+
to = "",
|
|
1719
|
+
onApply,
|
|
1720
|
+
presets,
|
|
1721
|
+
timeEnabled,
|
|
1722
|
+
timeZone,
|
|
1723
|
+
timeZones,
|
|
1724
|
+
fromPlaceholder,
|
|
1725
|
+
toPlaceholder,
|
|
1726
|
+
emptyLabel,
|
|
1727
|
+
className
|
|
1728
|
+
}) {
|
|
1729
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1730
|
+
TimeRange.TimeRange,
|
|
1731
|
+
{
|
|
1732
|
+
kind,
|
|
1733
|
+
label,
|
|
1734
|
+
from,
|
|
1735
|
+
to,
|
|
1736
|
+
onApply,
|
|
1737
|
+
...presets ? { presets } : {},
|
|
1738
|
+
...timeEnabled !== void 0 ? { timeEnabled } : {},
|
|
1739
|
+
...timeZone ? { timeZone } : {},
|
|
1740
|
+
...timeZones ? { timeZones } : {},
|
|
1741
|
+
...fromPlaceholder ? { fromPlaceholder } : {},
|
|
1742
|
+
...toPlaceholder ? { toPlaceholder } : {},
|
|
1743
|
+
...emptyLabel ? { emptyLabel } : {},
|
|
1744
|
+
...className ? { className } : {}
|
|
1745
|
+
}
|
|
1746
|
+
);
|
|
1747
|
+
}
|
|
1748
|
+
function useDismissablePopup(open, rootRef, triggerRef, onClose) {
|
|
1749
|
+
react.useEffect(() => {
|
|
1750
|
+
if (!open) return;
|
|
1751
|
+
const onPointerDown = (event) => {
|
|
1752
|
+
var _a;
|
|
1753
|
+
if (!((_a = rootRef.current) == null ? void 0 : _a.contains(event.target))) {
|
|
1754
|
+
onClose();
|
|
1755
|
+
}
|
|
1756
|
+
};
|
|
1757
|
+
const onKeyDown = (event) => {
|
|
1758
|
+
var _a;
|
|
1759
|
+
if (event.key === "Escape") {
|
|
1760
|
+
onClose();
|
|
1761
|
+
(_a = triggerRef.current) == null ? void 0 : _a.focus();
|
|
1762
|
+
}
|
|
1763
|
+
};
|
|
1764
|
+
document.addEventListener("mousedown", onPointerDown);
|
|
1765
|
+
document.addEventListener("keydown", onKeyDown);
|
|
1766
|
+
return () => {
|
|
1767
|
+
document.removeEventListener("mousedown", onPointerDown);
|
|
1768
|
+
document.removeEventListener("keydown", onKeyDown);
|
|
1769
|
+
};
|
|
1770
|
+
}, [onClose, open, rootRef, triggerRef]);
|
|
1771
|
+
}
|
|
1772
|
+
function summarizeMultiFilter(label, value) {
|
|
1773
|
+
const includeCount = Object.values(value).filter((mode) => mode === "include").length;
|
|
1774
|
+
const excludeCount = Object.values(value).filter((mode) => mode === "exclude").length;
|
|
1775
|
+
if (includeCount === 0 && excludeCount === 0) {
|
|
1776
|
+
return label;
|
|
1777
|
+
}
|
|
1778
|
+
const counts = [
|
|
1779
|
+
includeCount > 0 ? `+${includeCount}` : null,
|
|
1780
|
+
excludeCount > 0 ? `-${excludeCount}` : null
|
|
1781
|
+
].filter(Boolean);
|
|
1782
|
+
return `${label} ${counts.join(" ")}`;
|
|
1783
|
+
}
|
|
1784
|
+
function parseLookupMultiValue(value) {
|
|
1785
|
+
return value.split(",").map((item) => item.trim()).filter(Boolean);
|
|
1786
|
+
}
|
|
1787
|
+
function useDebouncedMultiDraft(value, onChange) {
|
|
1788
|
+
const { autoSubmit } = react.useContext(FilterBarContext);
|
|
1789
|
+
const [draft, setDraft] = react.useState(value);
|
|
1790
|
+
const latestOnChange = react.useRef(onChange);
|
|
1791
|
+
react.useEffect(() => {
|
|
1792
|
+
latestOnChange.current = onChange;
|
|
1793
|
+
}, [onChange]);
|
|
1794
|
+
react.useEffect(() => {
|
|
1795
|
+
setDraft(value);
|
|
1796
|
+
}, [value]);
|
|
1797
|
+
react.useEffect(() => {
|
|
1798
|
+
if (sameMultiFilterValue(draft, value)) return;
|
|
1799
|
+
if (!autoSubmit) {
|
|
1800
|
+
latestOnChange.current(draft);
|
|
1801
|
+
return;
|
|
1802
|
+
}
|
|
1803
|
+
const timeoutId = window.setTimeout(() => {
|
|
1804
|
+
latestOnChange.current(draft);
|
|
1805
|
+
}, FILTER_INPUT_DEBOUNCE_MS);
|
|
1806
|
+
return () => window.clearTimeout(timeoutId);
|
|
1807
|
+
}, [autoSubmit, draft, value]);
|
|
1808
|
+
return [draft, setDraft];
|
|
1809
|
+
}
|
|
1810
|
+
function sameMultiFilterValue(a, b) {
|
|
1811
|
+
const aKeys = Object.keys(a);
|
|
1812
|
+
const bKeys = Object.keys(b);
|
|
1813
|
+
if (aKeys.length !== bKeys.length) return false;
|
|
1814
|
+
for (const key of aKeys) {
|
|
1815
|
+
if (a[key] !== b[key]) return false;
|
|
1816
|
+
}
|
|
1817
|
+
return true;
|
|
1818
|
+
}
|
|
1819
|
+
function useDebouncedTextDraft(value, onChange) {
|
|
1820
|
+
const { autoSubmit } = react.useContext(FilterBarContext);
|
|
1821
|
+
const [draft, setDraft] = react.useState(value);
|
|
1822
|
+
const latestOnChange = react.useRef(onChange);
|
|
1823
|
+
react.useEffect(() => {
|
|
1824
|
+
latestOnChange.current = onChange;
|
|
1825
|
+
}, [onChange]);
|
|
1826
|
+
react.useEffect(() => {
|
|
1827
|
+
setDraft(value);
|
|
1828
|
+
}, [value]);
|
|
1829
|
+
react.useEffect(() => {
|
|
1830
|
+
if (draft === value) return;
|
|
1831
|
+
if (!autoSubmit) {
|
|
1832
|
+
latestOnChange.current(draft);
|
|
1833
|
+
return;
|
|
1834
|
+
}
|
|
1835
|
+
const timeoutId = window.setTimeout(() => {
|
|
1836
|
+
latestOnChange.current(draft);
|
|
1837
|
+
}, FILTER_INPUT_DEBOUNCE_MS);
|
|
1838
|
+
return () => window.clearTimeout(timeoutId);
|
|
1839
|
+
}, [autoSubmit, draft, value]);
|
|
1840
|
+
return [draft, setDraft];
|
|
1841
|
+
}
|
|
1842
|
+
function useDebouncedNumberDraft(value, onChange) {
|
|
1843
|
+
const { autoSubmit } = react.useContext(FilterBarContext);
|
|
1844
|
+
const [draft, setDraft] = react.useState(value);
|
|
1845
|
+
const latestOnChange = react.useRef(onChange);
|
|
1846
|
+
react.useEffect(() => {
|
|
1847
|
+
latestOnChange.current = onChange;
|
|
1848
|
+
}, [onChange]);
|
|
1849
|
+
react.useEffect(() => {
|
|
1850
|
+
setDraft(value);
|
|
1851
|
+
}, [value.max, value.min]);
|
|
1852
|
+
react.useEffect(() => {
|
|
1853
|
+
if (sameNumberFilterValue(draft, value)) return;
|
|
1854
|
+
if (!autoSubmit) {
|
|
1855
|
+
latestOnChange.current(draft);
|
|
1856
|
+
return;
|
|
1857
|
+
}
|
|
1858
|
+
const timeoutId = window.setTimeout(() => {
|
|
1859
|
+
latestOnChange.current(draft);
|
|
1860
|
+
}, FILTER_INPUT_DEBOUNCE_MS);
|
|
1861
|
+
return () => window.clearTimeout(timeoutId);
|
|
1862
|
+
}, [autoSubmit, draft, value]);
|
|
1863
|
+
return [draft, setDraft];
|
|
1864
|
+
}
|
|
1865
|
+
function sameNumberFilterValue(left, right) {
|
|
1866
|
+
return (left.min ?? "") === (right.min ?? "") && (left.max ?? "") === (right.max ?? "");
|
|
1867
|
+
}
|
|
1868
|
+
function resolveNumberFilterBounds(filter) {
|
|
1869
|
+
const parsedMin = parseFilterNumber(filter.value.min);
|
|
1870
|
+
const parsedMax = parseFilterNumber(filter.value.max);
|
|
1871
|
+
const fallbackMin = parsedMin ?? 0;
|
|
1872
|
+
const fallbackMax = parsedMax ?? Math.max(fallbackMin + 100, 100);
|
|
1873
|
+
const min = filter.domainMin ?? Math.min(fallbackMin, fallbackMax);
|
|
1874
|
+
const max = filter.domainMax ?? Math.max(fallbackMax, min + 100);
|
|
1875
|
+
const step = filter.step && filter.step > 0 ? filter.step : 1;
|
|
1876
|
+
return {
|
|
1877
|
+
min,
|
|
1878
|
+
max: max <= min ? min + step : max,
|
|
1879
|
+
step
|
|
1880
|
+
};
|
|
1881
|
+
}
|
|
1882
|
+
function summarizeNumberFilter(filter, bounds, value) {
|
|
1883
|
+
const parsedMin = parseFilterNumber(value.min);
|
|
1884
|
+
const parsedMax = parseFilterNumber(value.max);
|
|
1885
|
+
const hasMin = String(value.min ?? "").trim() !== "";
|
|
1886
|
+
const hasMax = String(value.max ?? "").trim() !== "";
|
|
1887
|
+
if (!hasMin && !hasMax) {
|
|
1888
|
+
return filter.label;
|
|
1889
|
+
}
|
|
1890
|
+
const minLabel = parsedMin == null ? formatNumberValue(bounds.min, filter) : formatNumberValue(parsedMin, filter);
|
|
1891
|
+
const maxLabel = parsedMax == null ? formatNumberValue(bounds.max, filter) : formatNumberValue(parsedMax, filter);
|
|
1892
|
+
if (hasMin && hasMax) {
|
|
1893
|
+
if (minLabel === maxLabel) {
|
|
1894
|
+
return `${filter.label} ${minLabel}`;
|
|
1895
|
+
}
|
|
1896
|
+
return `${filter.label} ${minLabel}-${maxLabel}`;
|
|
1897
|
+
}
|
|
1898
|
+
if (hasMin) {
|
|
1899
|
+
return `${filter.label} >=${minLabel}`;
|
|
1900
|
+
}
|
|
1901
|
+
return `${filter.label} <=${maxLabel}`;
|
|
1902
|
+
}
|
|
1903
|
+
function normalizeNumberFilterValue(nextValue, source) {
|
|
1904
|
+
let min = nextValue.min ?? "";
|
|
1905
|
+
let max = nextValue.max ?? "";
|
|
1906
|
+
const parsedMin = parseFilterNumber(min);
|
|
1907
|
+
const parsedMax = parseFilterNumber(max);
|
|
1908
|
+
if (parsedMin != null && parsedMax != null && parsedMin > parsedMax) {
|
|
1909
|
+
if (source.startsWith("min")) {
|
|
1910
|
+
max = min;
|
|
1911
|
+
} else {
|
|
1912
|
+
min = max;
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1915
|
+
return { min, max };
|
|
1916
|
+
}
|
|
1917
|
+
function numberFilterValueFromSlider(value, bounds) {
|
|
1918
|
+
const [min, max] = value;
|
|
1919
|
+
return {
|
|
1920
|
+
min: min <= bounds.min ? "" : formatRawNumber(clampNumber(min, bounds.min, bounds.max)),
|
|
1921
|
+
max: max >= bounds.max ? "" : formatRawNumber(clampNumber(max, bounds.min, bounds.max))
|
|
1922
|
+
};
|
|
1923
|
+
}
|
|
1924
|
+
function parseFilterNumber(value) {
|
|
1925
|
+
if (!(value == null ? void 0 : value.trim())) return null;
|
|
1926
|
+
const parsed = Number(value);
|
|
1927
|
+
return Number.isFinite(parsed) ? parsed : null;
|
|
1928
|
+
}
|
|
1929
|
+
function clampNumber(value, min, max) {
|
|
1930
|
+
return Math.min(max, Math.max(min, value));
|
|
1931
|
+
}
|
|
1932
|
+
function formatNumberValue(value, filter) {
|
|
1933
|
+
if (filter.formatValue) {
|
|
1934
|
+
return filter.formatValue(value);
|
|
1935
|
+
}
|
|
1936
|
+
return formatRawNumber(value);
|
|
1937
|
+
}
|
|
1938
|
+
function formatRawNumber(value) {
|
|
1939
|
+
return Number.isInteger(value) ? String(value) : String(Number(value.toFixed(6)));
|
|
1940
|
+
}
|
|
1941
|
+
function updateMultiFilterValue(current, optionValue, nextMode) {
|
|
1942
|
+
const next = { ...current };
|
|
1943
|
+
if (nextMode === "neutral") {
|
|
1944
|
+
delete next[optionValue];
|
|
1945
|
+
return next;
|
|
1946
|
+
}
|
|
1947
|
+
if (nextMode === "include" || nextMode === "exclude") {
|
|
1948
|
+
next[optionValue] = nextMode;
|
|
1949
|
+
}
|
|
1950
|
+
return next;
|
|
1951
|
+
}
|
|
1952
|
+
function nextFilterMode(mode) {
|
|
1953
|
+
if (mode === "include") return "exclude";
|
|
1954
|
+
if (mode === "exclude") return "neutral";
|
|
1955
|
+
return "include";
|
|
1956
|
+
}
|
|
1957
|
+
function clearFilterBarFilter(filter) {
|
|
1958
|
+
if (filter.kind === "text" || filter.kind === "lookup" || filter.kind === "enum") {
|
|
1959
|
+
filter.onChange("");
|
|
1960
|
+
return;
|
|
1961
|
+
}
|
|
1962
|
+
if (filter.kind === "lookup-multi" || filter.kind === "select-multi") {
|
|
1963
|
+
filter.onChange([]);
|
|
1964
|
+
return;
|
|
1965
|
+
}
|
|
1966
|
+
if (filter.kind === "number") {
|
|
1967
|
+
filter.onChange({});
|
|
1968
|
+
return;
|
|
1969
|
+
}
|
|
1970
|
+
if (filter.kind === "boolean") {
|
|
1971
|
+
filter.onChange(false);
|
|
1972
|
+
return;
|
|
1973
|
+
}
|
|
1974
|
+
filter.onChange({});
|
|
1975
|
+
}
|
|
1976
|
+
function isFilterBarFilterActive(filter) {
|
|
1977
|
+
if (filter.kind === "text" || filter.kind === "lookup" || filter.kind === "enum") {
|
|
1978
|
+
return String(filter.value ?? "").trim() !== "";
|
|
1979
|
+
}
|
|
1980
|
+
if (filter.kind === "lookup-multi" || filter.kind === "select-multi") {
|
|
1981
|
+
return filter.value.length > 0;
|
|
1982
|
+
}
|
|
1983
|
+
if (filter.kind === "number") {
|
|
1984
|
+
return String(filter.value.min ?? "").trim() !== "" || String(filter.value.max ?? "").trim() !== "";
|
|
1985
|
+
}
|
|
1986
|
+
if (filter.kind === "boolean") return filter.value;
|
|
1987
|
+
return Object.keys(filter.value).length > 0;
|
|
1988
|
+
}
|
|
1989
|
+
function createFilterValueMap(filters) {
|
|
1990
|
+
return Object.fromEntries(filters.map((filter) => [filter.key, filterBarFilterValue(filter)]));
|
|
1991
|
+
}
|
|
1992
|
+
function filterBarFilterValue(filter) {
|
|
1993
|
+
return filter.value;
|
|
1994
|
+
}
|
|
1995
|
+
function filterWithStagedValue(filter, value, onChange) {
|
|
1996
|
+
if (filter.kind === "text") {
|
|
1997
|
+
return {
|
|
1998
|
+
...filter,
|
|
1999
|
+
value: String(value ?? ""),
|
|
2000
|
+
onChange: (next) => onChange(next)
|
|
2001
|
+
};
|
|
2002
|
+
}
|
|
2003
|
+
if (filter.kind === "lookup") {
|
|
2004
|
+
return {
|
|
2005
|
+
...filter,
|
|
2006
|
+
value: String(value ?? ""),
|
|
2007
|
+
onChange: (next) => onChange(next)
|
|
2008
|
+
};
|
|
2009
|
+
}
|
|
2010
|
+
if (filter.kind === "lookup-multi") {
|
|
2011
|
+
return {
|
|
2012
|
+
...filter,
|
|
2013
|
+
value: Array.isArray(value) ? value.map(String) : [],
|
|
2014
|
+
onChange: (next) => onChange(next)
|
|
2015
|
+
};
|
|
2016
|
+
}
|
|
2017
|
+
if (filter.kind === "multi") {
|
|
2018
|
+
return {
|
|
2019
|
+
...filter,
|
|
2020
|
+
value: isMultiFilterValue(value) ? value : {},
|
|
2021
|
+
onChange: (next) => onChange(next)
|
|
2022
|
+
};
|
|
2023
|
+
}
|
|
2024
|
+
if (filter.kind === "nested-multi") {
|
|
2025
|
+
return {
|
|
2026
|
+
...filter,
|
|
2027
|
+
value: isMultiFilterValue(value) ? value : {},
|
|
2028
|
+
onChange: (next) => onChange(next)
|
|
2029
|
+
};
|
|
2030
|
+
}
|
|
2031
|
+
if (filter.kind === "select-multi") {
|
|
2032
|
+
return {
|
|
2033
|
+
...filter,
|
|
2034
|
+
value: Array.isArray(value) ? value.map(String) : [],
|
|
2035
|
+
onChange: (next) => onChange(next)
|
|
2036
|
+
};
|
|
2037
|
+
}
|
|
2038
|
+
if (filter.kind === "number") {
|
|
2039
|
+
return {
|
|
2040
|
+
...filter,
|
|
2041
|
+
value: isNumberFilterValue(value) ? value : {},
|
|
2042
|
+
onChange: (next) => onChange(next)
|
|
2043
|
+
};
|
|
2044
|
+
}
|
|
2045
|
+
if (filter.kind === "enum") {
|
|
2046
|
+
return {
|
|
2047
|
+
...filter,
|
|
2048
|
+
value: String(value ?? ""),
|
|
2049
|
+
onChange: (next) => onChange(next)
|
|
2050
|
+
};
|
|
2051
|
+
}
|
|
2052
|
+
return {
|
|
2053
|
+
...filter,
|
|
2054
|
+
value: Boolean(value),
|
|
2055
|
+
onChange: (next) => onChange(next)
|
|
2056
|
+
};
|
|
2057
|
+
}
|
|
2058
|
+
function applyStagedFilterValues(filters, stagedValues) {
|
|
2059
|
+
for (const filter of filters) {
|
|
2060
|
+
const next = stagedValues[filter.key] ?? filterBarFilterValue(filter);
|
|
2061
|
+
if (sameFilterBarValue(filterBarFilterValue(filter), next)) continue;
|
|
2062
|
+
applyFilterBarValue(filter, next);
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
function applyFilterBarValue(filter, value) {
|
|
2066
|
+
if (filter.kind === "text" || filter.kind === "lookup" || filter.kind === "enum") {
|
|
2067
|
+
filter.onChange(String(value ?? ""));
|
|
2068
|
+
return;
|
|
2069
|
+
}
|
|
2070
|
+
if (filter.kind === "lookup-multi" || filter.kind === "select-multi") {
|
|
2071
|
+
filter.onChange(Array.isArray(value) ? value.map(String) : []);
|
|
2072
|
+
return;
|
|
2073
|
+
}
|
|
2074
|
+
if (filter.kind === "number") {
|
|
2075
|
+
filter.onChange(isNumberFilterValue(value) ? value : {});
|
|
2076
|
+
return;
|
|
2077
|
+
}
|
|
2078
|
+
if (filter.kind === "boolean") {
|
|
2079
|
+
filter.onChange(Boolean(value));
|
|
2080
|
+
return;
|
|
2081
|
+
}
|
|
2082
|
+
filter.onChange(isMultiFilterValue(value) ? value : {});
|
|
2083
|
+
}
|
|
2084
|
+
function sameFilterBarValue(left, right) {
|
|
2085
|
+
return JSON.stringify(left) === JSON.stringify(right);
|
|
2086
|
+
}
|
|
2087
|
+
function isNumberFilterValue(value) {
|
|
2088
|
+
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
2089
|
+
}
|
|
2090
|
+
function isMultiFilterValue(value) {
|
|
2091
|
+
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
2092
|
+
}
|
|
2093
|
+
function calculateVisibleFilterCount(widths, availableWidth) {
|
|
2094
|
+
if (widths.length === 0) return 0;
|
|
2095
|
+
let used = 0;
|
|
2096
|
+
let count = 0;
|
|
2097
|
+
for (const width of widths) {
|
|
2098
|
+
const nextUsed = used + (count > 0 ? FILTER_BAR_GAP_PX : 0) + width;
|
|
2099
|
+
if (nextUsed > availableWidth) break;
|
|
2100
|
+
used = nextUsed;
|
|
2101
|
+
count += 1;
|
|
2102
|
+
}
|
|
2103
|
+
return count;
|
|
2104
|
+
}
|
|
2105
|
+
function sumFilterWidths(widths) {
|
|
2106
|
+
if (widths.length === 0) return 0;
|
|
2107
|
+
return widths.reduce((total, width) => total + width, 0) + (widths.length - 1) * FILTER_BAR_GAP_PX;
|
|
2108
|
+
}
|
|
2109
|
+
function estimateFilterWidth(filter) {
|
|
2110
|
+
if (filter.kind === "boolean") return Math.max(88, filter.label.length * 8 + 40);
|
|
2111
|
+
if (filter.kind === "multi" || filter.kind === "nested-multi") return 136;
|
|
2112
|
+
if (filter.kind === "number") return 152;
|
|
2113
|
+
return Math.max(144, filter.label.length * 8 + 96);
|
|
2114
|
+
}
|
|
2115
|
+
exports.FilterBar = FilterBar;
|
|
2116
|
+
exports.FilterBarFilterPanel = FilterBarFilterPanel;
|
|
2117
|
+
exports.FilterBarRangePanel = FilterBarRangePanel;
|
|
2118
|
+
exports.clearFilterBarFilter = clearFilterBarFilter;
|
|
2119
|
+
exports.isFilterBarFilterActive = isFilterBarFilterActive;
|
|
2120
|
+
//# sourceMappingURL=FilterBar.cjs.map
|