@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,1965 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
const reactQuery = require("@tanstack/react-query");
|
|
5
|
+
const react = require("react");
|
|
6
|
+
const FilterForm = require("../rpc/FilterForm.cjs");
|
|
7
|
+
const classify = require("../rpc/classify.cjs");
|
|
8
|
+
const formMetadata = require("../rpc/formMetadata.cjs");
|
|
9
|
+
const types = require("../rpc/types.cjs");
|
|
10
|
+
const useOperations = require("../rpc/useOperations.cjs");
|
|
11
|
+
const utils = require("../lib/utils.cjs");
|
|
12
|
+
const DataTable = require("./DataTable.cjs");
|
|
13
|
+
const Tree = require("./Tree.cjs");
|
|
14
|
+
const Icon = require("./Icon.cjs");
|
|
15
|
+
const CodeBlock = require("./CodeBlock.cjs");
|
|
16
|
+
const htmlUtils = require("./html-utils.cjs");
|
|
17
|
+
const RenderedStackTrace = require("./diagnostics/RenderedStackTrace.cjs");
|
|
18
|
+
const Badge = require("./Badge.cjs");
|
|
19
|
+
const HoverCard = require("../overlay/HoverCard.cjs");
|
|
20
|
+
const Modal = require("../overlay/Modal.cjs");
|
|
21
|
+
const TagList = require("./cells/TagList.cjs");
|
|
22
|
+
const UiEllipsis = require("../icons/components/UiEllipsis.cjs");
|
|
23
|
+
const UiCheck = require("../icons/components/UiCheck.cjs");
|
|
24
|
+
const UiCloudDownload = require("../icons/components/UiCloudDownload.cjs");
|
|
25
|
+
const UiChevronUp = require("../icons/components/UiChevronUp.cjs");
|
|
26
|
+
const UiChevronDown = require("../icons/components/UiChevronDown.cjs");
|
|
27
|
+
const UiComment = require("../icons/components/UiComment.cjs");
|
|
28
|
+
const UiTable = require("../icons/components/UiTable.cjs");
|
|
29
|
+
const UiFileCode = require("../icons/components/UiFileCode.cjs");
|
|
30
|
+
const UiEye = require("../icons/components/UiEye.cjs");
|
|
31
|
+
const CLICKY_PRIMARY_VIEW_FORMATS = ["clicky", "json"];
|
|
32
|
+
const CLICKY_OVERFLOW_VIEW_FORMATS = [
|
|
33
|
+
"pdf",
|
|
34
|
+
"html",
|
|
35
|
+
"markdown",
|
|
36
|
+
"yaml",
|
|
37
|
+
"csv",
|
|
38
|
+
"pretty",
|
|
39
|
+
"excel",
|
|
40
|
+
"slack"
|
|
41
|
+
];
|
|
42
|
+
const CLICKY_DOWNLOAD_FORMATS = ["json", "clicky", ...CLICKY_OVERFLOW_VIEW_FORMATS];
|
|
43
|
+
const clickyRuntimeContextDefault = {
|
|
44
|
+
operations: [],
|
|
45
|
+
operationsLoading: false
|
|
46
|
+
};
|
|
47
|
+
const ClickyRuntimeContext = react.createContext(clickyRuntimeContextDefault);
|
|
48
|
+
function Clicky(props) {
|
|
49
|
+
const [queryClient] = react.useState(
|
|
50
|
+
() => new reactQuery.QueryClient({
|
|
51
|
+
defaultOptions: {
|
|
52
|
+
queries: {
|
|
53
|
+
staleTime: 3e4,
|
|
54
|
+
retry: 1
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
})
|
|
58
|
+
);
|
|
59
|
+
const content = /* @__PURE__ */ jsxRuntime.jsx(
|
|
60
|
+
ClickyRuntimeProvider,
|
|
61
|
+
{
|
|
62
|
+
...props.commandRuntime ? { commandRuntime: props.commandRuntime } : {},
|
|
63
|
+
...props.onTableRowClick ? { onTableRowClick: props.onTableRowClick } : {},
|
|
64
|
+
...props.getTableRowHref ? { getTableRowHref: props.getTableRowHref } : {},
|
|
65
|
+
...props.isTableRowClickable ? { isTableRowClickable: props.isTableRowClickable } : {},
|
|
66
|
+
...props.search ? { tableSearch: props.search } : {},
|
|
67
|
+
...props.timeRange ? { tableTimeRange: props.timeRange } : {},
|
|
68
|
+
...props.externalFilters ? { tableExternalFilters: props.externalFilters } : {},
|
|
69
|
+
...props.pagination ? { tablePagination: props.pagination } : {},
|
|
70
|
+
children: props.url ? /* @__PURE__ */ jsxRuntime.jsx(ClickyRemoteRenderer, { ...props, url: props.url }) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
71
|
+
ClickyContent,
|
|
72
|
+
{
|
|
73
|
+
data: props.data,
|
|
74
|
+
...props.className ? { className: props.className } : {}
|
|
75
|
+
}
|
|
76
|
+
)
|
|
77
|
+
}
|
|
78
|
+
);
|
|
79
|
+
if (props.url || props.commandRuntime) {
|
|
80
|
+
return /* @__PURE__ */ jsxRuntime.jsx(reactQuery.QueryClientProvider, { client: queryClient, children: content });
|
|
81
|
+
}
|
|
82
|
+
return content;
|
|
83
|
+
}
|
|
84
|
+
function ClickyRuntimeProvider({
|
|
85
|
+
commandRuntime,
|
|
86
|
+
onTableRowClick,
|
|
87
|
+
getTableRowHref,
|
|
88
|
+
isTableRowClickable,
|
|
89
|
+
tableSearch,
|
|
90
|
+
tableTimeRange,
|
|
91
|
+
tableExternalFilters,
|
|
92
|
+
tablePagination,
|
|
93
|
+
children
|
|
94
|
+
}) {
|
|
95
|
+
if (!commandRuntime) {
|
|
96
|
+
const hasOverrides = onTableRowClick || getTableRowHref || isTableRowClickable || tableSearch || tableTimeRange || tableExternalFilters || tablePagination;
|
|
97
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
98
|
+
ClickyRuntimeContext.Provider,
|
|
99
|
+
{
|
|
100
|
+
value: hasOverrides ? {
|
|
101
|
+
...clickyRuntimeContextDefault,
|
|
102
|
+
onTableRowClick,
|
|
103
|
+
getTableRowHref,
|
|
104
|
+
isTableRowClickable,
|
|
105
|
+
tableSearch,
|
|
106
|
+
tableTimeRange,
|
|
107
|
+
tableExternalFilters,
|
|
108
|
+
tablePagination
|
|
109
|
+
} : clickyRuntimeContextDefault,
|
|
110
|
+
children
|
|
111
|
+
}
|
|
112
|
+
);
|
|
113
|
+
}
|
|
114
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
115
|
+
ClickyCommandRuntimeProvider,
|
|
116
|
+
{
|
|
117
|
+
commandRuntime,
|
|
118
|
+
...onTableRowClick ? { onTableRowClick } : {},
|
|
119
|
+
...getTableRowHref ? { getTableRowHref } : {},
|
|
120
|
+
...isTableRowClickable ? { isTableRowClickable } : {},
|
|
121
|
+
...tableSearch ? { tableSearch } : {},
|
|
122
|
+
...tableTimeRange ? { tableTimeRange } : {},
|
|
123
|
+
...tableExternalFilters ? { tableExternalFilters } : {},
|
|
124
|
+
...tablePagination ? { tablePagination } : {},
|
|
125
|
+
children
|
|
126
|
+
}
|
|
127
|
+
);
|
|
128
|
+
}
|
|
129
|
+
function ClickyCommandRuntimeProvider({
|
|
130
|
+
commandRuntime,
|
|
131
|
+
onTableRowClick,
|
|
132
|
+
getTableRowHref,
|
|
133
|
+
isTableRowClickable,
|
|
134
|
+
tableSearch,
|
|
135
|
+
tableTimeRange,
|
|
136
|
+
tableExternalFilters,
|
|
137
|
+
tablePagination,
|
|
138
|
+
children
|
|
139
|
+
}) {
|
|
140
|
+
const { operations, isLoading } = useOperations.useOperations(commandRuntime.client);
|
|
141
|
+
const value = react.useMemo(
|
|
142
|
+
() => ({
|
|
143
|
+
commandRuntime,
|
|
144
|
+
onTableRowClick,
|
|
145
|
+
getTableRowHref,
|
|
146
|
+
isTableRowClickable,
|
|
147
|
+
tableSearch,
|
|
148
|
+
tableTimeRange,
|
|
149
|
+
tableExternalFilters,
|
|
150
|
+
tablePagination,
|
|
151
|
+
operations,
|
|
152
|
+
operationsLoading: isLoading
|
|
153
|
+
}),
|
|
154
|
+
[
|
|
155
|
+
commandRuntime,
|
|
156
|
+
getTableRowHref,
|
|
157
|
+
isLoading,
|
|
158
|
+
isTableRowClickable,
|
|
159
|
+
onTableRowClick,
|
|
160
|
+
operations,
|
|
161
|
+
tableSearch,
|
|
162
|
+
tableTimeRange,
|
|
163
|
+
tableExternalFilters,
|
|
164
|
+
tablePagination
|
|
165
|
+
]
|
|
166
|
+
);
|
|
167
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyRuntimeContext.Provider, { value, children });
|
|
168
|
+
}
|
|
169
|
+
function ClickyContent({
|
|
170
|
+
data,
|
|
171
|
+
className
|
|
172
|
+
}) {
|
|
173
|
+
if (data === void 0) {
|
|
174
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
175
|
+
ClickyNotice,
|
|
176
|
+
{
|
|
177
|
+
className,
|
|
178
|
+
title: "No Clicky data",
|
|
179
|
+
message: "Provide either a local data payload or a URL."
|
|
180
|
+
}
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
const parsed = parseClickyData(data);
|
|
184
|
+
if (!parsed.ok) {
|
|
185
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyInvalidPayload, { parsed, className });
|
|
186
|
+
}
|
|
187
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className, children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: parsed.document.node }) });
|
|
188
|
+
}
|
|
189
|
+
function ClickyRemoteRenderer({
|
|
190
|
+
data,
|
|
191
|
+
url,
|
|
192
|
+
view,
|
|
193
|
+
download,
|
|
194
|
+
className
|
|
195
|
+
}) {
|
|
196
|
+
var _a, _b;
|
|
197
|
+
const availableViews = react.useMemo(() => getAvailableViews({ data, url, view }), [data, url, view]);
|
|
198
|
+
const primaryViews = react.useMemo(() => availableViews.filter(isPrimaryViewFormat), [availableViews]);
|
|
199
|
+
const overflowViews = react.useMemo(
|
|
200
|
+
() => availableViews.filter(isOverflowViewFormat),
|
|
201
|
+
[availableViews]
|
|
202
|
+
);
|
|
203
|
+
const downloadFormats = react.useMemo(() => getDownloadFormats({ url, download }), [download, url]);
|
|
204
|
+
const [activeView, setActiveView] = react.useState(
|
|
205
|
+
() => availableViews[0] ?? "clicky"
|
|
206
|
+
);
|
|
207
|
+
react.useEffect(() => {
|
|
208
|
+
if (!availableViews.includes(activeView)) {
|
|
209
|
+
setActiveView(availableViews[0] ?? "clicky");
|
|
210
|
+
}
|
|
211
|
+
}, [activeView, availableViews]);
|
|
212
|
+
const formattedUrl = buildFormatUrl(url, activeView);
|
|
213
|
+
const activeQuery = reactQuery.useQuery({
|
|
214
|
+
queryKey: ["clicky", activeView, formattedUrl],
|
|
215
|
+
enabled: shouldFetchRemoteView(activeView),
|
|
216
|
+
queryFn: async () => fetchRemoteFormat(formattedUrl, activeView)
|
|
217
|
+
});
|
|
218
|
+
const effectiveClickyData = activeView === "clicky" && ((_a = activeQuery.data) == null ? void 0 : _a.kind) === "text" ? activeQuery.data.text : data;
|
|
219
|
+
const fallbackJsonData = react.useMemo(() => parseJsonValue(data), [data]);
|
|
220
|
+
const effectiveJsonData = activeView === "json" && ((_b = activeQuery.data) == null ? void 0 : _b.kind) === "text" ? parseJsonValue(activeQuery.data.text) : fallbackJsonData;
|
|
221
|
+
const activeOverflowView = isOverflowViewFormat(activeView) ? activeView : null;
|
|
222
|
+
const canDownload = downloadFormats.length > 0;
|
|
223
|
+
const loadingMessage = `Fetching ${formattedUrl}`;
|
|
224
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: utils.cn("space-y-density-3", className), children: [
|
|
225
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-2 rounded-md border border-border bg-muted/20 px-density-3 py-density-2", children: [
|
|
226
|
+
primaryViews.length > 1 && /* @__PURE__ */ jsxRuntime.jsx("div", { role: "radiogroup", "aria-label": "Clicky view mode", className: "flex flex-wrap gap-1", children: primaryViews.map((mode) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
227
|
+
"button",
|
|
228
|
+
{
|
|
229
|
+
type: "button",
|
|
230
|
+
role: "radio",
|
|
231
|
+
"aria-checked": activeView === mode,
|
|
232
|
+
onClick: () => setActiveView(mode),
|
|
233
|
+
className: utils.cn(
|
|
234
|
+
"rounded-md border px-2.5 py-1 text-xs font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
235
|
+
activeView === mode ? "border-foreground/20 bg-accent text-foreground" : "border-transparent text-muted-foreground hover:border-foreground/20 hover:text-foreground"
|
|
236
|
+
),
|
|
237
|
+
children: formatViewLabel(mode)
|
|
238
|
+
},
|
|
239
|
+
mode
|
|
240
|
+
)) }),
|
|
241
|
+
overflowViews.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
242
|
+
ClickyViewMenu,
|
|
243
|
+
{
|
|
244
|
+
activeFormat: activeOverflowView,
|
|
245
|
+
formats: overflowViews,
|
|
246
|
+
onSelect: setActiveView
|
|
247
|
+
}
|
|
248
|
+
),
|
|
249
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "ml-auto flex items-center gap-2", children: [
|
|
250
|
+
shouldFetchRemoteView(activeView) && activeQuery.isFetching && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-xs text-muted-foreground", children: "Refreshing…" }),
|
|
251
|
+
canDownload && /* @__PURE__ */ jsxRuntime.jsx(ClickyDownloadMenu, { url, formats: downloadFormats, label: download == null ? void 0 : download.label })
|
|
252
|
+
] })
|
|
253
|
+
] }),
|
|
254
|
+
activeView === "pdf" ? /* @__PURE__ */ jsxRuntime.jsx(ClickyPdfPreview, { src: formattedUrl }) : activeView === "html" ? /* @__PURE__ */ jsxRuntime.jsx(ClickyHtmlPreview, { src: formattedUrl }) : activeView === "excel" ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
255
|
+
ClickyUnsupportedPreview,
|
|
256
|
+
{
|
|
257
|
+
title: "Excel preview",
|
|
258
|
+
message: "Excel output is available for download, but not inline preview.",
|
|
259
|
+
href: formattedUrl
|
|
260
|
+
}
|
|
261
|
+
) : activeView === "clicky" ? activeQuery.isPending && effectiveClickyData === void 0 ? /* @__PURE__ */ jsxRuntime.jsx(ClickyNotice, { title: "Loading Clicky", message: loadingMessage }) : activeQuery.isError && effectiveClickyData === void 0 ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
262
|
+
ClickyNotice,
|
|
263
|
+
{
|
|
264
|
+
title: "Clicky request failed",
|
|
265
|
+
message: activeQuery.error instanceof Error ? activeQuery.error.message : "Request failed",
|
|
266
|
+
tone: "destructive"
|
|
267
|
+
}
|
|
268
|
+
) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
269
|
+
activeQuery.isError && data !== void 0 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
270
|
+
ClickyNotice,
|
|
271
|
+
{
|
|
272
|
+
title: "Remote refresh failed",
|
|
273
|
+
message: "Showing the local fallback payload instead.",
|
|
274
|
+
tone: "warning"
|
|
275
|
+
}
|
|
276
|
+
),
|
|
277
|
+
/* @__PURE__ */ jsxRuntime.jsx(ClickyContent, { data: effectiveClickyData })
|
|
278
|
+
] }) : activeView === "json" ? activeQuery.isPending && effectiveJsonData === void 0 ? /* @__PURE__ */ jsxRuntime.jsx(ClickyNotice, { title: "Loading JSON", message: loadingMessage }) : activeQuery.isError && effectiveJsonData === void 0 ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
279
|
+
ClickyNotice,
|
|
280
|
+
{
|
|
281
|
+
title: "JSON request failed",
|
|
282
|
+
message: activeQuery.error instanceof Error ? activeQuery.error.message : "Request failed",
|
|
283
|
+
tone: "destructive"
|
|
284
|
+
}
|
|
285
|
+
) : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
286
|
+
activeQuery.isError && fallbackJsonData !== void 0 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
287
|
+
ClickyNotice,
|
|
288
|
+
{
|
|
289
|
+
title: "Remote refresh failed",
|
|
290
|
+
message: "Showing the local fallback payload instead.",
|
|
291
|
+
tone: "warning"
|
|
292
|
+
}
|
|
293
|
+
),
|
|
294
|
+
/* @__PURE__ */ jsxRuntime.jsx(ClickyJsonTree, { value: effectiveJsonData })
|
|
295
|
+
] }) : activeQuery.isPending ? /* @__PURE__ */ jsxRuntime.jsx(ClickyNotice, { title: `Loading ${formatViewLabel(activeView)}`, message: loadingMessage }) : activeQuery.isError ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
296
|
+
ClickyNotice,
|
|
297
|
+
{
|
|
298
|
+
title: `${formatViewLabel(activeView)} request failed`,
|
|
299
|
+
message: activeQuery.error instanceof Error ? activeQuery.error.message : "Request failed",
|
|
300
|
+
tone: "destructive"
|
|
301
|
+
}
|
|
302
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(ClickyRemotePreview, { format: activeView, response: activeQuery.data })
|
|
303
|
+
] });
|
|
304
|
+
}
|
|
305
|
+
function ClickyViewMenu({
|
|
306
|
+
activeFormat,
|
|
307
|
+
formats,
|
|
308
|
+
onSelect
|
|
309
|
+
}) {
|
|
310
|
+
const rootRef = react.useRef(null);
|
|
311
|
+
const triggerRef = react.useRef(null);
|
|
312
|
+
const [open, setOpen] = react.useState(false);
|
|
313
|
+
useDismissablePopup(open, rootRef, triggerRef, () => setOpen(false));
|
|
314
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { ref: rootRef, className: "relative", children: [
|
|
315
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
316
|
+
"button",
|
|
317
|
+
{
|
|
318
|
+
ref: triggerRef,
|
|
319
|
+
type: "button",
|
|
320
|
+
"aria-label": "Open additional view menu",
|
|
321
|
+
"aria-haspopup": "menu",
|
|
322
|
+
"aria-expanded": open,
|
|
323
|
+
"aria-pressed": activeFormat != null,
|
|
324
|
+
className: utils.cn(
|
|
325
|
+
"inline-flex h-[34px] w-[34px] items-center justify-center rounded-md border border-input bg-background text-muted-foreground transition-colors hover:bg-accent hover:text-accent-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
326
|
+
activeFormat && "border-foreground/20 bg-accent text-foreground"
|
|
327
|
+
),
|
|
328
|
+
onClick: () => setOpen((current) => !current),
|
|
329
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiEllipsis.UiEllipsis, className: "text-sm" })
|
|
330
|
+
}
|
|
331
|
+
),
|
|
332
|
+
open && /* @__PURE__ */ jsxRuntime.jsx(
|
|
333
|
+
"div",
|
|
334
|
+
{
|
|
335
|
+
role: "menu",
|
|
336
|
+
className: "absolute left-0 top-[calc(100%+0.375rem)] z-50 min-w-[18rem] rounded-md border border-border bg-popover p-1.5 text-popover-foreground shadow-lg shadow-black/5",
|
|
337
|
+
children: formats.map((format) => {
|
|
338
|
+
const active = format === activeFormat;
|
|
339
|
+
const meta = getRemoteFormatMeta(format);
|
|
340
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
341
|
+
"button",
|
|
342
|
+
{
|
|
343
|
+
type: "button",
|
|
344
|
+
role: "menuitemradio",
|
|
345
|
+
"aria-checked": active,
|
|
346
|
+
className: utils.cn(
|
|
347
|
+
"flex w-full items-start gap-3 rounded-md px-3 py-2 text-left text-sm transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:outline-none",
|
|
348
|
+
active && "bg-accent/70"
|
|
349
|
+
),
|
|
350
|
+
onClick: () => {
|
|
351
|
+
onSelect(format);
|
|
352
|
+
setOpen(false);
|
|
353
|
+
},
|
|
354
|
+
children: [
|
|
355
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
356
|
+
Icon.Icon,
|
|
357
|
+
{
|
|
358
|
+
icon: meta.icon,
|
|
359
|
+
className: utils.cn(
|
|
360
|
+
"mt-0.5 shrink-0 text-base text-muted-foreground",
|
|
361
|
+
active && "text-foreground"
|
|
362
|
+
)
|
|
363
|
+
}
|
|
364
|
+
),
|
|
365
|
+
/* @__PURE__ */ jsxRuntime.jsxs("span", { className: "min-w-0 flex-1", children: [
|
|
366
|
+
/* @__PURE__ */ jsxRuntime.jsxs("span", { className: "flex items-center justify-between gap-3", children: [
|
|
367
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-medium", children: meta.label }),
|
|
368
|
+
active && /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiCheck.UiCheck, className: "text-xs text-muted-foreground" })
|
|
369
|
+
] }),
|
|
370
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "mt-0.5 block text-xs text-muted-foreground", children: meta.description })
|
|
371
|
+
] })
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
format
|
|
375
|
+
);
|
|
376
|
+
})
|
|
377
|
+
}
|
|
378
|
+
)
|
|
379
|
+
] });
|
|
380
|
+
}
|
|
381
|
+
function ClickyDownloadMenu({
|
|
382
|
+
url,
|
|
383
|
+
formats,
|
|
384
|
+
label
|
|
385
|
+
}) {
|
|
386
|
+
const rootRef = react.useRef(null);
|
|
387
|
+
const triggerRef = react.useRef(null);
|
|
388
|
+
const [open, setOpen] = react.useState(false);
|
|
389
|
+
const primaryFormat = "json";
|
|
390
|
+
const primaryMeta = getRemoteFormatMeta(primaryFormat);
|
|
391
|
+
useDismissablePopup(open, rootRef, triggerRef, () => setOpen(false));
|
|
392
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { ref: rootRef, className: "relative", children: [
|
|
393
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-1", children: [
|
|
394
|
+
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
395
|
+
"button",
|
|
396
|
+
{
|
|
397
|
+
type: "button",
|
|
398
|
+
"aria-label": label ? `Download ${primaryMeta.label} ${label}` : `Download ${primaryMeta.label}`,
|
|
399
|
+
className: "inline-flex items-center gap-2 rounded-md border border-input bg-background px-3 py-1.5 text-xs font-medium transition-colors hover:bg-accent hover:text-accent-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
400
|
+
onClick: () => submitDownloadRequest(buildFormatUrl(url, primaryFormat)),
|
|
401
|
+
children: [
|
|
402
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiCloudDownload.UiCloudDownload, className: "text-sm" }),
|
|
403
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: `Download ${primaryMeta.label}` })
|
|
404
|
+
]
|
|
405
|
+
}
|
|
406
|
+
),
|
|
407
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
408
|
+
"button",
|
|
409
|
+
{
|
|
410
|
+
ref: triggerRef,
|
|
411
|
+
type: "button",
|
|
412
|
+
"aria-label": "Open download menu",
|
|
413
|
+
"aria-haspopup": "menu",
|
|
414
|
+
"aria-expanded": open,
|
|
415
|
+
className: "inline-flex h-[34px] w-[34px] items-center justify-center rounded-md border border-input bg-background text-muted-foreground transition-colors hover:bg-accent hover:text-accent-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",
|
|
416
|
+
onClick: () => setOpen((current) => !current),
|
|
417
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: open ? UiChevronUp.UiChevronUp : UiChevronDown.UiChevronDown, className: "text-sm" })
|
|
418
|
+
}
|
|
419
|
+
)
|
|
420
|
+
] }),
|
|
421
|
+
open && /* @__PURE__ */ jsxRuntime.jsx(
|
|
422
|
+
"div",
|
|
423
|
+
{
|
|
424
|
+
role: "menu",
|
|
425
|
+
className: "absolute right-0 top-[calc(100%+0.375rem)] z-50 min-w-[18rem] rounded-md border border-border bg-popover p-1.5 text-popover-foreground shadow-lg shadow-black/5",
|
|
426
|
+
children: formats.map((format) => {
|
|
427
|
+
const meta = getRemoteFormatMeta(format);
|
|
428
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
429
|
+
"button",
|
|
430
|
+
{
|
|
431
|
+
type: "button",
|
|
432
|
+
role: "menuitem",
|
|
433
|
+
className: utils.cn(
|
|
434
|
+
"flex w-full items-start gap-3 rounded-md px-3 py-2 text-left text-sm transition-colors hover:bg-accent hover:text-accent-foreground focus:bg-accent focus:outline-none"
|
|
435
|
+
),
|
|
436
|
+
onClick: () => {
|
|
437
|
+
submitDownloadRequest(buildFormatUrl(url, format));
|
|
438
|
+
setOpen(false);
|
|
439
|
+
},
|
|
440
|
+
children: [
|
|
441
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
442
|
+
Icon.Icon,
|
|
443
|
+
{
|
|
444
|
+
icon: meta.icon,
|
|
445
|
+
className: "mt-0.5 shrink-0 text-base text-muted-foreground"
|
|
446
|
+
}
|
|
447
|
+
),
|
|
448
|
+
/* @__PURE__ */ jsxRuntime.jsxs("span", { className: "min-w-0 flex-1", children: [
|
|
449
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-medium", children: meta.label }),
|
|
450
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "mt-0.5 block text-xs text-muted-foreground", children: meta.description })
|
|
451
|
+
] })
|
|
452
|
+
]
|
|
453
|
+
},
|
|
454
|
+
format
|
|
455
|
+
);
|
|
456
|
+
})
|
|
457
|
+
}
|
|
458
|
+
)
|
|
459
|
+
] });
|
|
460
|
+
}
|
|
461
|
+
function useDismissablePopup(open, rootRef, triggerRef, onClose) {
|
|
462
|
+
react.useEffect(() => {
|
|
463
|
+
if (!open) return;
|
|
464
|
+
const onPointerDown = (event) => {
|
|
465
|
+
var _a;
|
|
466
|
+
if (!((_a = rootRef.current) == null ? void 0 : _a.contains(event.target))) {
|
|
467
|
+
onClose();
|
|
468
|
+
}
|
|
469
|
+
};
|
|
470
|
+
const onKeyDown = (event) => {
|
|
471
|
+
var _a;
|
|
472
|
+
if (event.key === "Escape") {
|
|
473
|
+
onClose();
|
|
474
|
+
(_a = triggerRef.current) == null ? void 0 : _a.focus();
|
|
475
|
+
}
|
|
476
|
+
};
|
|
477
|
+
document.addEventListener("mousedown", onPointerDown);
|
|
478
|
+
document.addEventListener("keydown", onKeyDown);
|
|
479
|
+
return () => {
|
|
480
|
+
document.removeEventListener("mousedown", onPointerDown);
|
|
481
|
+
document.removeEventListener("keydown", onKeyDown);
|
|
482
|
+
};
|
|
483
|
+
}, [onClose, open, rootRef, triggerRef]);
|
|
484
|
+
}
|
|
485
|
+
function parseClickyData(data) {
|
|
486
|
+
if (typeof data === "string") {
|
|
487
|
+
try {
|
|
488
|
+
return normalizeClickyDocument(JSON.parse(data));
|
|
489
|
+
} catch (error) {
|
|
490
|
+
return {
|
|
491
|
+
ok: false,
|
|
492
|
+
message: error instanceof Error ? error.message : "Failed to parse JSON",
|
|
493
|
+
raw: data
|
|
494
|
+
};
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
return normalizeClickyDocument(data);
|
|
498
|
+
}
|
|
499
|
+
function fetchRemoteFormat(url, format) {
|
|
500
|
+
return fetch(url, {
|
|
501
|
+
headers: {
|
|
502
|
+
Accept: getRemoteFormatMeta(format).accept
|
|
503
|
+
}
|
|
504
|
+
}).then(async (response) => {
|
|
505
|
+
if (!response.ok) {
|
|
506
|
+
throw new Error(`Request failed with ${response.status} ${response.statusText}`.trim());
|
|
507
|
+
}
|
|
508
|
+
const contentType = response.headers.get("Content-Type") ?? "";
|
|
509
|
+
if (format === "excel") {
|
|
510
|
+
return {
|
|
511
|
+
kind: "blob",
|
|
512
|
+
blob: await response.blob(),
|
|
513
|
+
contentType
|
|
514
|
+
};
|
|
515
|
+
}
|
|
516
|
+
return {
|
|
517
|
+
kind: "text",
|
|
518
|
+
text: await response.text(),
|
|
519
|
+
contentType
|
|
520
|
+
};
|
|
521
|
+
});
|
|
522
|
+
}
|
|
523
|
+
function ClickyInvalidPayload({
|
|
524
|
+
parsed,
|
|
525
|
+
className
|
|
526
|
+
}) {
|
|
527
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
528
|
+
"div",
|
|
529
|
+
{
|
|
530
|
+
className: utils.cn(
|
|
531
|
+
"rounded-md border border-destructive/30 bg-destructive/5 p-density-3",
|
|
532
|
+
className
|
|
533
|
+
),
|
|
534
|
+
children: [
|
|
535
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-sm font-medium text-destructive", children: "Invalid Clicky payload" }),
|
|
536
|
+
/* @__PURE__ */ jsxRuntime.jsxs("pre", { className: "mt-2 whitespace-pre-wrap break-all text-xs text-muted-foreground", children: [
|
|
537
|
+
parsed.message,
|
|
538
|
+
parsed.raw ? `
|
|
539
|
+
|
|
540
|
+
${parsed.raw}` : ""
|
|
541
|
+
] })
|
|
542
|
+
]
|
|
543
|
+
}
|
|
544
|
+
);
|
|
545
|
+
}
|
|
546
|
+
function ClickyNotice({
|
|
547
|
+
title,
|
|
548
|
+
message,
|
|
549
|
+
tone = "default",
|
|
550
|
+
className
|
|
551
|
+
}) {
|
|
552
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
553
|
+
"div",
|
|
554
|
+
{
|
|
555
|
+
className: utils.cn(
|
|
556
|
+
"rounded-md border p-density-3",
|
|
557
|
+
tone === "destructive" && "border-destructive/30 bg-destructive/5",
|
|
558
|
+
tone === "warning" && "border-yellow-500/30 bg-yellow-500/5",
|
|
559
|
+
tone === "default" && "border-border bg-muted/30",
|
|
560
|
+
className
|
|
561
|
+
),
|
|
562
|
+
children: [
|
|
563
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
564
|
+
"div",
|
|
565
|
+
{
|
|
566
|
+
className: utils.cn(
|
|
567
|
+
"text-sm font-medium",
|
|
568
|
+
tone === "destructive" && "text-destructive",
|
|
569
|
+
tone === "warning" && "text-yellow-700 dark:text-yellow-400"
|
|
570
|
+
),
|
|
571
|
+
children: title
|
|
572
|
+
}
|
|
573
|
+
),
|
|
574
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-1 text-xs text-muted-foreground", children: message })
|
|
575
|
+
]
|
|
576
|
+
}
|
|
577
|
+
);
|
|
578
|
+
}
|
|
579
|
+
function ClickyPdfPreview({ src }) {
|
|
580
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "overflow-hidden rounded-md border border-border bg-background", children: [
|
|
581
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between border-b border-border px-3 py-2 text-xs text-muted-foreground", children: [
|
|
582
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "PDF preview" }),
|
|
583
|
+
/* @__PURE__ */ jsxRuntime.jsx("a", { href: src, target: "_blank", rel: "noreferrer", className: "text-primary hover:underline", children: "Open in new tab" })
|
|
584
|
+
] }),
|
|
585
|
+
/* @__PURE__ */ jsxRuntime.jsx("iframe", { title: "Clicky PDF preview", src, className: "h-[720px] w-full bg-white" })
|
|
586
|
+
] });
|
|
587
|
+
}
|
|
588
|
+
function ClickyHtmlPreview({ src }) {
|
|
589
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "overflow-hidden rounded-md border border-border bg-background", children: [
|
|
590
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between border-b border-border px-3 py-2 text-xs text-muted-foreground", children: [
|
|
591
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "HTML preview" }),
|
|
592
|
+
/* @__PURE__ */ jsxRuntime.jsx("a", { href: src, target: "_blank", rel: "noreferrer", className: "text-primary hover:underline", children: "Open in new tab" })
|
|
593
|
+
] }),
|
|
594
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
595
|
+
"iframe",
|
|
596
|
+
{
|
|
597
|
+
title: "Clicky HTML preview",
|
|
598
|
+
src,
|
|
599
|
+
className: "h-[720px] w-full bg-white",
|
|
600
|
+
sandbox: "allow-same-origin"
|
|
601
|
+
}
|
|
602
|
+
)
|
|
603
|
+
] });
|
|
604
|
+
}
|
|
605
|
+
function ClickyUnsupportedPreview({
|
|
606
|
+
title,
|
|
607
|
+
message,
|
|
608
|
+
href
|
|
609
|
+
}) {
|
|
610
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
611
|
+
ClickyNotice,
|
|
612
|
+
{
|
|
613
|
+
title,
|
|
614
|
+
message: /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
615
|
+
/* @__PURE__ */ jsxRuntime.jsxs("span", { children: [
|
|
616
|
+
message,
|
|
617
|
+
" "
|
|
618
|
+
] }),
|
|
619
|
+
/* @__PURE__ */ jsxRuntime.jsx("a", { href, target: "_blank", rel: "noreferrer", className: "text-primary hover:underline", children: "Open format" })
|
|
620
|
+
] })
|
|
621
|
+
}
|
|
622
|
+
);
|
|
623
|
+
}
|
|
624
|
+
function ClickyRemotePreview({
|
|
625
|
+
format,
|
|
626
|
+
response
|
|
627
|
+
}) {
|
|
628
|
+
const meta = getRemoteFormatMeta(format);
|
|
629
|
+
if (format === "slack") {
|
|
630
|
+
const parsed = (response == null ? void 0 : response.kind) === "text" ? parseJsonValue(response.text) : void 0;
|
|
631
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyJsonTree, { value: parsed, emptyLabel: meta.label });
|
|
632
|
+
}
|
|
633
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
634
|
+
ClickyTextPreview,
|
|
635
|
+
{
|
|
636
|
+
title: `${meta.label} output`,
|
|
637
|
+
content: (response == null ? void 0 : response.kind) === "text" ? response.text : ""
|
|
638
|
+
}
|
|
639
|
+
);
|
|
640
|
+
}
|
|
641
|
+
function ClickyTextPreview({ title, content }) {
|
|
642
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "overflow-hidden rounded-md border border-border bg-background", children: [
|
|
643
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "border-b border-border px-3 py-2 text-xs text-muted-foreground", children: title }),
|
|
644
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
645
|
+
"pre",
|
|
646
|
+
{
|
|
647
|
+
"aria-label": "Clicky text preview",
|
|
648
|
+
className: "overflow-auto whitespace-pre-wrap break-words px-3 py-3 font-mono text-xs text-foreground",
|
|
649
|
+
children: content || "No content"
|
|
650
|
+
}
|
|
651
|
+
)
|
|
652
|
+
] });
|
|
653
|
+
}
|
|
654
|
+
function ClickyJsonTree({ value, emptyLabel = "JSON" }) {
|
|
655
|
+
const roots = react.useMemo(() => buildJsonTree(value), [value]);
|
|
656
|
+
if (value === void 0) {
|
|
657
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
658
|
+
ClickyNotice,
|
|
659
|
+
{
|
|
660
|
+
title: `No ${emptyLabel} payload`,
|
|
661
|
+
message: "The response did not include a JSON body to inspect."
|
|
662
|
+
}
|
|
663
|
+
);
|
|
664
|
+
}
|
|
665
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
666
|
+
"div",
|
|
667
|
+
{
|
|
668
|
+
"aria-label": "JSON tree",
|
|
669
|
+
className: "overflow-hidden rounded-md border border-border bg-background",
|
|
670
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
671
|
+
Tree.Tree,
|
|
672
|
+
{
|
|
673
|
+
roots,
|
|
674
|
+
className: "min-h-[12rem]",
|
|
675
|
+
showControls: roots.some((node) => {
|
|
676
|
+
var _a;
|
|
677
|
+
return (((_a = node.children) == null ? void 0 : _a.length) ?? 0) > 0;
|
|
678
|
+
}),
|
|
679
|
+
getKey: (node) => node.id,
|
|
680
|
+
getChildren: (node) => node.children,
|
|
681
|
+
renderRow: ({ node }) => /* @__PURE__ */ jsxRuntime.jsx(ClickyJsonTreeRow, { node }),
|
|
682
|
+
rowClass: () => "hover:bg-accent",
|
|
683
|
+
empty: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "px-3 py-4 text-sm text-muted-foreground", children: "No JSON fields." }),
|
|
684
|
+
toolbarClassName: "pl-3"
|
|
685
|
+
}
|
|
686
|
+
)
|
|
687
|
+
}
|
|
688
|
+
);
|
|
689
|
+
}
|
|
690
|
+
function ClickyJsonTreeRow({ node }) {
|
|
691
|
+
const primitiveClass = typeof node.value === "string" ? "text-emerald-700 dark:text-emerald-400" : typeof node.value === "number" ? "text-sky-700 dark:text-sky-400" : typeof node.value === "boolean" || node.value === null ? "text-violet-700 dark:text-violet-400" : "text-muted-foreground";
|
|
692
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-w-0 items-start gap-2 font-mono text-xs", children: [
|
|
693
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0 text-foreground", children: node.key }),
|
|
694
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "shrink-0 text-muted-foreground", children: ":" }),
|
|
695
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: utils.cn("min-w-0 break-words", primitiveClass), children: node.preview })
|
|
696
|
+
] });
|
|
697
|
+
}
|
|
698
|
+
function getAvailableViews({
|
|
699
|
+
data,
|
|
700
|
+
url,
|
|
701
|
+
view
|
|
702
|
+
}) {
|
|
703
|
+
const allowClicky = resolveViewConfigFlag(view, "clicky", data, url);
|
|
704
|
+
const allowJson = resolveViewConfigFlag(view, "json", data, url);
|
|
705
|
+
const next = [];
|
|
706
|
+
if (allowClicky && (url || data !== void 0)) {
|
|
707
|
+
next.push("clicky");
|
|
708
|
+
}
|
|
709
|
+
if (allowJson && (url || data !== void 0)) {
|
|
710
|
+
next.push("json");
|
|
711
|
+
}
|
|
712
|
+
for (const format of CLICKY_OVERFLOW_VIEW_FORMATS) {
|
|
713
|
+
if (resolveViewConfigFlag(view, format, data, url) && url) {
|
|
714
|
+
next.push(format);
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
if (next.length === 0 && (url || data !== void 0)) {
|
|
718
|
+
next.push("clicky");
|
|
719
|
+
}
|
|
720
|
+
return next;
|
|
721
|
+
}
|
|
722
|
+
function getDownloadFormats({
|
|
723
|
+
url,
|
|
724
|
+
download
|
|
725
|
+
}) {
|
|
726
|
+
const enabled = download ? download.all ?? true : !!url;
|
|
727
|
+
if (!enabled || !url) {
|
|
728
|
+
return [];
|
|
729
|
+
}
|
|
730
|
+
return [...CLICKY_DOWNLOAD_FORMATS];
|
|
731
|
+
}
|
|
732
|
+
function getRemoteFormatMeta(format) {
|
|
733
|
+
switch (format) {
|
|
734
|
+
case "clicky":
|
|
735
|
+
return {
|
|
736
|
+
label: "Clicky",
|
|
737
|
+
description: "Rendered Clicky JSON with the rich Clicky viewer",
|
|
738
|
+
icon: UiEye.UiEye,
|
|
739
|
+
accept: "application/json+clicky, application/clicky+json;q=0.9, application/json;q=0.8,*/*;q=0.7"
|
|
740
|
+
};
|
|
741
|
+
case "json":
|
|
742
|
+
return {
|
|
743
|
+
label: "JSON",
|
|
744
|
+
description: "Plain JSON for inspecting the raw response body",
|
|
745
|
+
icon: UiFileCode.UiFileCode,
|
|
746
|
+
accept: "application/json, text/plain;q=0.8,*/*;q=0.7"
|
|
747
|
+
};
|
|
748
|
+
case "pdf":
|
|
749
|
+
return {
|
|
750
|
+
label: "PDF",
|
|
751
|
+
description: "Portable document for sharing and printing",
|
|
752
|
+
icon: UiFileCode.UiFileCode,
|
|
753
|
+
accept: "application/pdf, */*;q=0.7"
|
|
754
|
+
};
|
|
755
|
+
case "html":
|
|
756
|
+
return {
|
|
757
|
+
label: "HTML",
|
|
758
|
+
description: "Browser-ready HTML preview of the formatted output",
|
|
759
|
+
icon: UiFileCode.UiFileCode,
|
|
760
|
+
accept: "text/html, */*;q=0.7"
|
|
761
|
+
};
|
|
762
|
+
case "markdown":
|
|
763
|
+
return {
|
|
764
|
+
label: "Markdown",
|
|
765
|
+
description: "Markdown formatted for docs, comments, and chat",
|
|
766
|
+
icon: UiFileCode.UiFileCode,
|
|
767
|
+
accept: "text/markdown, text/plain;q=0.8,*/*;q=0.7"
|
|
768
|
+
};
|
|
769
|
+
case "yaml":
|
|
770
|
+
return {
|
|
771
|
+
label: "YAML",
|
|
772
|
+
description: "YAML for config-friendly inspection and export",
|
|
773
|
+
icon: UiFileCode.UiFileCode,
|
|
774
|
+
accept: "application/yaml, text/yaml;q=0.9, text/plain;q=0.8,*/*;q=0.7"
|
|
775
|
+
};
|
|
776
|
+
case "csv":
|
|
777
|
+
return {
|
|
778
|
+
label: "CSV",
|
|
779
|
+
description: "Comma-separated values for spreadsheets and imports",
|
|
780
|
+
icon: UiTable.UiTable,
|
|
781
|
+
accept: "text/csv, text/plain;q=0.8,*/*;q=0.7"
|
|
782
|
+
};
|
|
783
|
+
case "pretty":
|
|
784
|
+
return {
|
|
785
|
+
label: "Pretty",
|
|
786
|
+
description: "Human-readable plain text output from the formatter",
|
|
787
|
+
icon: UiFileCode.UiFileCode,
|
|
788
|
+
accept: "text/plain, */*;q=0.7"
|
|
789
|
+
};
|
|
790
|
+
case "excel":
|
|
791
|
+
return {
|
|
792
|
+
label: "Excel",
|
|
793
|
+
description: "Spreadsheet workbook for offline analysis",
|
|
794
|
+
icon: UiTable.UiTable,
|
|
795
|
+
accept: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, */*;q=0.7"
|
|
796
|
+
};
|
|
797
|
+
case "slack":
|
|
798
|
+
return {
|
|
799
|
+
label: "Slack",
|
|
800
|
+
description: "Slack Block Kit JSON for chat-native output",
|
|
801
|
+
icon: UiComment.UiComment,
|
|
802
|
+
accept: "application/vnd.slack.block-kit+json, application/json;q=0.8,*/*;q=0.7"
|
|
803
|
+
};
|
|
804
|
+
}
|
|
805
|
+
}
|
|
806
|
+
function formatViewLabel(mode) {
|
|
807
|
+
return getRemoteFormatMeta(mode).label;
|
|
808
|
+
}
|
|
809
|
+
function buildFormatUrl(url, format) {
|
|
810
|
+
const base = typeof window === "undefined" ? "http://localhost" : window.location.origin;
|
|
811
|
+
const resolved = new URL(url, base);
|
|
812
|
+
resolved.searchParams.set("format", format === "clicky" ? "clicky-json" : format);
|
|
813
|
+
if (isAbsoluteUrl(url)) {
|
|
814
|
+
return resolved.toString();
|
|
815
|
+
}
|
|
816
|
+
return `${resolved.pathname}${resolved.search}${resolved.hash}`;
|
|
817
|
+
}
|
|
818
|
+
function shouldFetchRemoteView(format) {
|
|
819
|
+
return format !== "pdf" && format !== "html" && format !== "excel";
|
|
820
|
+
}
|
|
821
|
+
function isPrimaryViewFormat(format) {
|
|
822
|
+
return CLICKY_PRIMARY_VIEW_FORMATS.includes(format);
|
|
823
|
+
}
|
|
824
|
+
function isOverflowViewFormat(format) {
|
|
825
|
+
return CLICKY_OVERFLOW_VIEW_FORMATS.includes(format);
|
|
826
|
+
}
|
|
827
|
+
function resolveViewConfigFlag(view, format, data, url) {
|
|
828
|
+
const defaultEnabled = format === "clicky" || format === "json" ? url != null || data !== void 0 : !!url;
|
|
829
|
+
if (view === void 0) {
|
|
830
|
+
return defaultEnabled;
|
|
831
|
+
}
|
|
832
|
+
if (Array.isArray(view)) {
|
|
833
|
+
if (view.length === 0) {
|
|
834
|
+
return false;
|
|
835
|
+
}
|
|
836
|
+
if (format === "clicky") {
|
|
837
|
+
return view.includes("clicky") || view.includes("json");
|
|
838
|
+
}
|
|
839
|
+
return view.includes(format);
|
|
840
|
+
}
|
|
841
|
+
if (format in view) {
|
|
842
|
+
return Boolean(view[format]);
|
|
843
|
+
}
|
|
844
|
+
if (format === "clicky" && view.json === true) {
|
|
845
|
+
return true;
|
|
846
|
+
}
|
|
847
|
+
return defaultEnabled;
|
|
848
|
+
}
|
|
849
|
+
function parseJsonValue(data) {
|
|
850
|
+
if (data === void 0) {
|
|
851
|
+
return void 0;
|
|
852
|
+
}
|
|
853
|
+
if (typeof data !== "string") {
|
|
854
|
+
return data;
|
|
855
|
+
}
|
|
856
|
+
const trimmed = data.trim();
|
|
857
|
+
if (!trimmed) {
|
|
858
|
+
return "";
|
|
859
|
+
}
|
|
860
|
+
try {
|
|
861
|
+
return JSON.parse(trimmed);
|
|
862
|
+
} catch {
|
|
863
|
+
return data;
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
function buildJsonTree(value) {
|
|
867
|
+
if (Array.isArray(value)) {
|
|
868
|
+
return value.map((entry, index) => buildJsonTreeNode(String(index), entry, `$[${index}]`));
|
|
869
|
+
}
|
|
870
|
+
if (isPlainObject(value)) {
|
|
871
|
+
return Object.entries(value).map(([key, entry]) => buildJsonTreeNode(key, entry, `$.${key}`));
|
|
872
|
+
}
|
|
873
|
+
if (value === void 0) {
|
|
874
|
+
return [];
|
|
875
|
+
}
|
|
876
|
+
return [buildJsonTreeNode("$", value, "$")];
|
|
877
|
+
}
|
|
878
|
+
function buildJsonTreeNode(key, value, id) {
|
|
879
|
+
const children = getJsonChildren(value, id);
|
|
880
|
+
return {
|
|
881
|
+
id,
|
|
882
|
+
key,
|
|
883
|
+
value,
|
|
884
|
+
preview: summarizeJsonValue(value),
|
|
885
|
+
...children ? { children } : {}
|
|
886
|
+
};
|
|
887
|
+
}
|
|
888
|
+
function getJsonChildren(value, path) {
|
|
889
|
+
if (Array.isArray(value)) {
|
|
890
|
+
return value.map(
|
|
891
|
+
(entry, index) => buildJsonTreeNode(String(index), entry, `${path}[${index}]`)
|
|
892
|
+
);
|
|
893
|
+
}
|
|
894
|
+
if (isPlainObject(value)) {
|
|
895
|
+
return Object.entries(value).map(
|
|
896
|
+
([key, entry]) => buildJsonTreeNode(key, entry, `${path}.${key}`)
|
|
897
|
+
);
|
|
898
|
+
}
|
|
899
|
+
return void 0;
|
|
900
|
+
}
|
|
901
|
+
function summarizeJsonValue(value) {
|
|
902
|
+
if (Array.isArray(value)) {
|
|
903
|
+
return `[${value.length} item${value.length === 1 ? "" : "s"}]`;
|
|
904
|
+
}
|
|
905
|
+
if (isPlainObject(value)) {
|
|
906
|
+
const count = Object.keys(value).length;
|
|
907
|
+
return `{${count} key${count === 1 ? "" : "s"}}`;
|
|
908
|
+
}
|
|
909
|
+
if (typeof value === "string") {
|
|
910
|
+
return JSON.stringify(value);
|
|
911
|
+
}
|
|
912
|
+
if (value === void 0) {
|
|
913
|
+
return "undefined";
|
|
914
|
+
}
|
|
915
|
+
return String(value);
|
|
916
|
+
}
|
|
917
|
+
function isPlainObject(value) {
|
|
918
|
+
return value != null && typeof value === "object" && !Array.isArray(value);
|
|
919
|
+
}
|
|
920
|
+
function submitDownloadRequest(url) {
|
|
921
|
+
if (typeof document === "undefined") return;
|
|
922
|
+
const form = document.createElement("form");
|
|
923
|
+
form.method = "GET";
|
|
924
|
+
form.action = url;
|
|
925
|
+
form.style.display = "none";
|
|
926
|
+
document.body.appendChild(form);
|
|
927
|
+
form.submit();
|
|
928
|
+
document.body.removeChild(form);
|
|
929
|
+
}
|
|
930
|
+
function isAbsoluteUrl(url) {
|
|
931
|
+
return /^[a-z][a-z\d+\-.]*:/i.test(url) || url.startsWith("//");
|
|
932
|
+
}
|
|
933
|
+
function normalizeClickyDocument(data) {
|
|
934
|
+
if (!data || typeof data !== "object") {
|
|
935
|
+
return {
|
|
936
|
+
ok: false,
|
|
937
|
+
message: "Payload must be an object",
|
|
938
|
+
raw: String(data ?? "")
|
|
939
|
+
};
|
|
940
|
+
}
|
|
941
|
+
const candidate = data;
|
|
942
|
+
if ("version" in candidate && candidate.version === 1 && candidate.node && isClickyNode(candidate.node)) {
|
|
943
|
+
return { ok: true, document: candidate };
|
|
944
|
+
}
|
|
945
|
+
if (isClickyNode(candidate)) {
|
|
946
|
+
return { ok: true, document: { version: 1, node: candidate } };
|
|
947
|
+
}
|
|
948
|
+
return {
|
|
949
|
+
ok: false,
|
|
950
|
+
message: "Payload is neither a Clicky document nor a Clicky node",
|
|
951
|
+
raw: JSON.stringify(data, null, 2)
|
|
952
|
+
};
|
|
953
|
+
}
|
|
954
|
+
function isClickyNode(value) {
|
|
955
|
+
return !!value && typeof value === "object" && typeof value.kind === "string";
|
|
956
|
+
}
|
|
957
|
+
function ClickyNodeRenderer({ node }) {
|
|
958
|
+
if (!node) return null;
|
|
959
|
+
switch (node.kind) {
|
|
960
|
+
case "text":
|
|
961
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyText, { node });
|
|
962
|
+
case "link":
|
|
963
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyLinkNode, { node });
|
|
964
|
+
case "link-command":
|
|
965
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyLinkCommandNode, { node });
|
|
966
|
+
case "icon":
|
|
967
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyIconNode, { node });
|
|
968
|
+
case "list":
|
|
969
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyList, { node });
|
|
970
|
+
case "map":
|
|
971
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyMap, { node });
|
|
972
|
+
case "table":
|
|
973
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyTableNode, { node });
|
|
974
|
+
case "tree":
|
|
975
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyTreeNode, { node });
|
|
976
|
+
case "code":
|
|
977
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
978
|
+
CodeBlock.CodeBlock,
|
|
979
|
+
{
|
|
980
|
+
language: node.language,
|
|
981
|
+
source: node.source ?? node.plain ?? "",
|
|
982
|
+
highlightedHtml: node.highlightedHtml
|
|
983
|
+
}
|
|
984
|
+
);
|
|
985
|
+
case "collapsed":
|
|
986
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyCollapsed, { node });
|
|
987
|
+
case "stacktrace":
|
|
988
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyStackTraceNode, { node });
|
|
989
|
+
case "button":
|
|
990
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyButtonNode, { node });
|
|
991
|
+
case "button-group":
|
|
992
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyButtonGroup, { node });
|
|
993
|
+
case "html":
|
|
994
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyHtmlNode, { node });
|
|
995
|
+
case "comment":
|
|
996
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyComment, { node });
|
|
997
|
+
case "badge":
|
|
998
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyBadgeNode, { node });
|
|
999
|
+
default:
|
|
1000
|
+
return /* @__PURE__ */ jsxRuntime.jsx("pre", { className: "rounded-md border border-border bg-muted p-density-3 text-xs", children: JSON.stringify(node, null, 2) });
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
function ClickyComment({ node }) {
|
|
1004
|
+
var _a, _b, _c, _d, _e;
|
|
1005
|
+
const text = node.text ?? node.plain;
|
|
1006
|
+
const content = /* @__PURE__ */ jsxRuntime.jsx(ClickyInlineContent, { node });
|
|
1007
|
+
const maxWidth = ((_a = node.style) == null ? void 0 : _a.maxWidth) && node.style.maxWidth > 0 ? Math.min(node.style.maxWidth, 50) : 50;
|
|
1008
|
+
const maxLines = ((_b = node.style) == null ? void 0 : _b.maxLines) && node.style.maxLines > 0 ? Math.min(node.style.maxLines, 3) : 3;
|
|
1009
|
+
const inlineStyle = toInlineStyle(
|
|
1010
|
+
{
|
|
1011
|
+
...node.style,
|
|
1012
|
+
maxWidth,
|
|
1013
|
+
maxLines
|
|
1014
|
+
},
|
|
1015
|
+
text
|
|
1016
|
+
);
|
|
1017
|
+
if (!text && !((_c = node.children) == null ? void 0 : _c.length)) return null;
|
|
1018
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1019
|
+
"div",
|
|
1020
|
+
{
|
|
1021
|
+
className: utils.cn("mt-1 text-xs leading-snug text-muted-foreground", (_d = node.style) == null ? void 0 : _d.className),
|
|
1022
|
+
style: inlineStyle,
|
|
1023
|
+
title: ((_e = node.tooltip) == null ? void 0 : _e.plain) ?? text,
|
|
1024
|
+
children: content
|
|
1025
|
+
}
|
|
1026
|
+
);
|
|
1027
|
+
}
|
|
1028
|
+
function ClickyText({ node }) {
|
|
1029
|
+
var _a, _b;
|
|
1030
|
+
const inlineStyle = toInlineStyle(node.style, node.text ?? node.plain);
|
|
1031
|
+
const content = /* @__PURE__ */ jsxRuntime.jsx(ClickyInlineContent, { node });
|
|
1032
|
+
if (!node.style && !node.tooltip) {
|
|
1033
|
+
return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: content });
|
|
1034
|
+
}
|
|
1035
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1036
|
+
"span",
|
|
1037
|
+
{
|
|
1038
|
+
style: inlineStyle,
|
|
1039
|
+
title: (_a = node.tooltip) == null ? void 0 : _a.plain,
|
|
1040
|
+
className: utils.cn(
|
|
1041
|
+
(_b = node.style) == null ? void 0 : _b.className,
|
|
1042
|
+
(node.text ?? "").includes("\n") && "whitespace-pre-wrap"
|
|
1043
|
+
),
|
|
1044
|
+
children: content
|
|
1045
|
+
}
|
|
1046
|
+
);
|
|
1047
|
+
}
|
|
1048
|
+
function ClickyInlineContent({ node }) {
|
|
1049
|
+
var _a;
|
|
1050
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1051
|
+
node.text,
|
|
1052
|
+
(_a = node.children) == null ? void 0 : _a.map((child, index) => /* @__PURE__ */ jsxRuntime.jsx(react.Fragment, { children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: child }) }, index))
|
|
1053
|
+
] });
|
|
1054
|
+
}
|
|
1055
|
+
function ClickyLinkNode({ node }) {
|
|
1056
|
+
var _a, _b;
|
|
1057
|
+
const content = /* @__PURE__ */ jsxRuntime.jsx(ClickyInlineContent, { node });
|
|
1058
|
+
const inlineStyle = toInlineStyle(node.style, node.text ?? node.plain);
|
|
1059
|
+
const target = browserAnchorTarget(node.target);
|
|
1060
|
+
const rel = target === "_blank" ? "noopener noreferrer" : void 0;
|
|
1061
|
+
if (!node.href) {
|
|
1062
|
+
return /* @__PURE__ */ jsxRuntime.jsx("span", { style: inlineStyle, children: content });
|
|
1063
|
+
}
|
|
1064
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1065
|
+
"a",
|
|
1066
|
+
{
|
|
1067
|
+
href: node.href,
|
|
1068
|
+
target,
|
|
1069
|
+
rel,
|
|
1070
|
+
title: (_a = node.tooltip) == null ? void 0 : _a.plain,
|
|
1071
|
+
style: inlineStyle,
|
|
1072
|
+
className: utils.cn((_b = node.style) == null ? void 0 : _b.className, "inline cursor-pointer"),
|
|
1073
|
+
children: content
|
|
1074
|
+
}
|
|
1075
|
+
);
|
|
1076
|
+
}
|
|
1077
|
+
function ClickyLinkCommandNode({ node }) {
|
|
1078
|
+
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
1079
|
+
const runtime = react.useContext(ClickyRuntimeContext);
|
|
1080
|
+
const request = react.useMemo(() => clickyNodeToCommandRequest(node), [node]);
|
|
1081
|
+
const resolved = react.useMemo(
|
|
1082
|
+
() => resolveClickyCommand(request, runtime.commandRuntime, runtime.operations),
|
|
1083
|
+
[request, runtime.commandRuntime, runtime.operations]
|
|
1084
|
+
);
|
|
1085
|
+
const target = request.target ?? "Dialog";
|
|
1086
|
+
const hasRuntime = runtime.commandRuntime != null;
|
|
1087
|
+
const [dialogOpen, setDialogOpen] = react.useState(false);
|
|
1088
|
+
const [expanded, setExpanded] = react.useState(false);
|
|
1089
|
+
if (!hasRuntime) {
|
|
1090
|
+
return /* @__PURE__ */ jsxRuntime.jsx("span", { title: (_a = node.tooltip) == null ? void 0 : _a.plain, className: utils.cn((_b = node.style) == null ? void 0 : _b.className), children: /* @__PURE__ */ jsxRuntime.jsx(ClickyInlineContent, { node }) });
|
|
1091
|
+
}
|
|
1092
|
+
if (target === "_self" || target === "_window" || target === "_tab") {
|
|
1093
|
+
const href = ((_d = (_c = runtime.commandRuntime) == null ? void 0 : _c.hrefForCommand) == null ? void 0 : _d.call(_c, resolved)) ?? buildCommandExecutionHref(resolved);
|
|
1094
|
+
if (!href) {
|
|
1095
|
+
return /* @__PURE__ */ jsxRuntime.jsx("span", { title: (_e = node.tooltip) == null ? void 0 : _e.plain, className: utils.cn((_f = node.style) == null ? void 0 : _f.className), children: /* @__PURE__ */ jsxRuntime.jsx(ClickyInlineContent, { node }) });
|
|
1096
|
+
}
|
|
1097
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1098
|
+
"a",
|
|
1099
|
+
{
|
|
1100
|
+
href,
|
|
1101
|
+
target: browserAnchorTarget(target),
|
|
1102
|
+
rel: target === "_self" ? void 0 : "noopener noreferrer",
|
|
1103
|
+
title: (_g = node.tooltip) == null ? void 0 : _g.plain,
|
|
1104
|
+
style: toInlineStyle(node.style, node.text ?? node.plain),
|
|
1105
|
+
className: utils.cn((_h = node.style) == null ? void 0 : _h.className, "inline cursor-pointer"),
|
|
1106
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(ClickyInlineContent, { node })
|
|
1107
|
+
}
|
|
1108
|
+
);
|
|
1109
|
+
}
|
|
1110
|
+
if (target === "_clicky") {
|
|
1111
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1112
|
+
ClickyLinkCommandTrigger,
|
|
1113
|
+
{
|
|
1114
|
+
node,
|
|
1115
|
+
onClick: () => {
|
|
1116
|
+
var _a2, _b2;
|
|
1117
|
+
return (_b2 = (_a2 = runtime.commandRuntime) == null ? void 0 : _a2.onNavigate) == null ? void 0 : _b2.call(_a2, resolved);
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
);
|
|
1121
|
+
}
|
|
1122
|
+
if (target === "Hover") {
|
|
1123
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1124
|
+
HoverCard.HoverCard,
|
|
1125
|
+
{
|
|
1126
|
+
delay: 75,
|
|
1127
|
+
cardClassName: "w-[28rem] max-w-[calc(100vw-2rem)] whitespace-normal p-0",
|
|
1128
|
+
trigger: /* @__PURE__ */ jsxRuntime.jsx(ClickyLinkCommandTrigger, { node }),
|
|
1129
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "max-h-[26rem] overflow-auto p-density-3", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyAsyncCommandResult, { resolved }) })
|
|
1130
|
+
}
|
|
1131
|
+
);
|
|
1132
|
+
}
|
|
1133
|
+
if (target === "Expand") {
|
|
1134
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "inline", children: [
|
|
1135
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1136
|
+
ClickyLinkCommandTrigger,
|
|
1137
|
+
{
|
|
1138
|
+
node,
|
|
1139
|
+
ariaExpanded: expanded,
|
|
1140
|
+
onClick: () => setExpanded((current) => !current)
|
|
1141
|
+
}
|
|
1142
|
+
),
|
|
1143
|
+
expanded && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-2 rounded-md border border-border bg-background p-density-3", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyAsyncCommandResult, { resolved }) })
|
|
1144
|
+
] });
|
|
1145
|
+
}
|
|
1146
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
1147
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1148
|
+
ClickyLinkCommandTrigger,
|
|
1149
|
+
{
|
|
1150
|
+
node,
|
|
1151
|
+
ariaExpanded: dialogOpen,
|
|
1152
|
+
onClick: () => setDialogOpen(true)
|
|
1153
|
+
}
|
|
1154
|
+
),
|
|
1155
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1156
|
+
ClickyCommandDialog,
|
|
1157
|
+
{
|
|
1158
|
+
open: dialogOpen,
|
|
1159
|
+
onClose: () => setDialogOpen(false),
|
|
1160
|
+
resolved
|
|
1161
|
+
}
|
|
1162
|
+
)
|
|
1163
|
+
] });
|
|
1164
|
+
}
|
|
1165
|
+
function ClickyLinkCommandTrigger({
|
|
1166
|
+
node,
|
|
1167
|
+
onClick,
|
|
1168
|
+
ariaExpanded
|
|
1169
|
+
}) {
|
|
1170
|
+
var _a, _b;
|
|
1171
|
+
const inlineStyle = toInlineStyle(node.style, node.text ?? node.plain);
|
|
1172
|
+
const handleClick = (event) => {
|
|
1173
|
+
event.preventDefault();
|
|
1174
|
+
onClick == null ? void 0 : onClick();
|
|
1175
|
+
};
|
|
1176
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1177
|
+
"button",
|
|
1178
|
+
{
|
|
1179
|
+
type: "button",
|
|
1180
|
+
title: (_a = node.tooltip) == null ? void 0 : _a.plain,
|
|
1181
|
+
"aria-expanded": ariaExpanded,
|
|
1182
|
+
onClick: handleClick,
|
|
1183
|
+
style: inlineStyle,
|
|
1184
|
+
className: utils.cn(
|
|
1185
|
+
"inline cursor-pointer appearance-none border-0 bg-transparent p-0 text-left align-baseline text-inherit",
|
|
1186
|
+
(_b = node.style) == null ? void 0 : _b.className
|
|
1187
|
+
),
|
|
1188
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(ClickyInlineContent, { node })
|
|
1189
|
+
}
|
|
1190
|
+
);
|
|
1191
|
+
}
|
|
1192
|
+
function ClickyCommandDialog({
|
|
1193
|
+
open,
|
|
1194
|
+
onClose,
|
|
1195
|
+
resolved
|
|
1196
|
+
}) {
|
|
1197
|
+
const runtime = react.useContext(ClickyRuntimeContext);
|
|
1198
|
+
const operation = resolved.operation;
|
|
1199
|
+
const parameters = (operation == null ? void 0 : operation.operation.parameters) ?? [];
|
|
1200
|
+
const initialValues = react.useMemo(
|
|
1201
|
+
() => buildCommandParameterValues(parameters, resolved.request),
|
|
1202
|
+
[parameters, resolved.request]
|
|
1203
|
+
);
|
|
1204
|
+
const [result, setResult] = react.useState(null);
|
|
1205
|
+
const [error, setError] = react.useState("");
|
|
1206
|
+
const [isExecuting, setIsExecuting] = react.useState(false);
|
|
1207
|
+
const [hasAutoStarted, setHasAutoStarted] = react.useState(false);
|
|
1208
|
+
const shouldAutoRun = open && resolved.request.autoRun === true && operation != null && missingRequiredParameters(parameters, initialValues).length === 0;
|
|
1209
|
+
react.useEffect(() => {
|
|
1210
|
+
if (!open) {
|
|
1211
|
+
setHasAutoStarted(false);
|
|
1212
|
+
setResult(null);
|
|
1213
|
+
setError("");
|
|
1214
|
+
}
|
|
1215
|
+
}, [open, resolved.request.command]);
|
|
1216
|
+
async function runCommand(values) {
|
|
1217
|
+
if (!runtime.commandRuntime || !operation) {
|
|
1218
|
+
return;
|
|
1219
|
+
}
|
|
1220
|
+
setIsExecuting(true);
|
|
1221
|
+
setError("");
|
|
1222
|
+
try {
|
|
1223
|
+
const response = await executeClickyCommand(runtime.commandRuntime.client, operation, values);
|
|
1224
|
+
setResult(response);
|
|
1225
|
+
} catch (err) {
|
|
1226
|
+
setResult(null);
|
|
1227
|
+
setError(err instanceof Error ? err.message : String(err ?? "Unknown error"));
|
|
1228
|
+
} finally {
|
|
1229
|
+
setIsExecuting(false);
|
|
1230
|
+
}
|
|
1231
|
+
}
|
|
1232
|
+
react.useEffect(() => {
|
|
1233
|
+
if (!shouldAutoRun || hasAutoStarted) {
|
|
1234
|
+
return;
|
|
1235
|
+
}
|
|
1236
|
+
setHasAutoStarted(true);
|
|
1237
|
+
void runCommand(initialValues);
|
|
1238
|
+
}, [hasAutoStarted, initialValues, shouldAutoRun]);
|
|
1239
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1240
|
+
Modal.Modal,
|
|
1241
|
+
{
|
|
1242
|
+
open,
|
|
1243
|
+
onClose,
|
|
1244
|
+
title: (operation == null ? void 0 : operation.operation.summary) || resolved.request.command,
|
|
1245
|
+
size: "xl",
|
|
1246
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
|
|
1247
|
+
operation ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-3 text-xs text-muted-foreground", children: [
|
|
1248
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "rounded-md border border-border bg-muted px-2 py-1 font-medium uppercase", children: operation.method }),
|
|
1249
|
+
/* @__PURE__ */ jsxRuntime.jsx("code", { children: operation.path })
|
|
1250
|
+
] }) : runtime.operationsLoading ? /* @__PURE__ */ jsxRuntime.jsx(ClickyNotice, { title: "Loading commands", message: "Resolving the command definition." }) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
1251
|
+
ClickyNotice,
|
|
1252
|
+
{
|
|
1253
|
+
title: "Unknown command",
|
|
1254
|
+
message: `No operation matched "${resolved.request.command}".`,
|
|
1255
|
+
tone: "destructive"
|
|
1256
|
+
}
|
|
1257
|
+
),
|
|
1258
|
+
operation && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "rounded-md border border-border bg-muted/20 p-density-3", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1259
|
+
FilterForm.FilterForm,
|
|
1260
|
+
{
|
|
1261
|
+
client: runtime.commandRuntime.client,
|
|
1262
|
+
path: operation.path,
|
|
1263
|
+
method: operation.method,
|
|
1264
|
+
parameters,
|
|
1265
|
+
initialValues,
|
|
1266
|
+
isSubmitting: isExecuting,
|
|
1267
|
+
submitLabel: "Run command",
|
|
1268
|
+
submittingLabel: "Running…",
|
|
1269
|
+
onSubmit: runCommand
|
|
1270
|
+
}
|
|
1271
|
+
) }),
|
|
1272
|
+
error ? /* @__PURE__ */ jsxRuntime.jsx(ClickyNotice, { title: "Command failed", message: error, tone: "destructive" }) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
1273
|
+
ClickyCommandResponse,
|
|
1274
|
+
{
|
|
1275
|
+
response: result,
|
|
1276
|
+
pending: isExecuting,
|
|
1277
|
+
emptyMessage: "Run the command to load a Clicky response."
|
|
1278
|
+
}
|
|
1279
|
+
)
|
|
1280
|
+
] })
|
|
1281
|
+
}
|
|
1282
|
+
);
|
|
1283
|
+
}
|
|
1284
|
+
function ClickyAsyncCommandResult({ resolved }) {
|
|
1285
|
+
const runtime = react.useContext(ClickyRuntimeContext);
|
|
1286
|
+
const operation = resolved.operation;
|
|
1287
|
+
const parameters = (operation == null ? void 0 : operation.operation.parameters) ?? [];
|
|
1288
|
+
const initialValues = react.useMemo(
|
|
1289
|
+
() => buildCommandParameterValues(parameters, resolved.request),
|
|
1290
|
+
[parameters, resolved.request]
|
|
1291
|
+
);
|
|
1292
|
+
const missing = react.useMemo(
|
|
1293
|
+
() => missingRequiredParameters(parameters, initialValues),
|
|
1294
|
+
[initialValues, parameters]
|
|
1295
|
+
);
|
|
1296
|
+
const query = reactQuery.useQuery({
|
|
1297
|
+
queryKey: [
|
|
1298
|
+
"clicky-command",
|
|
1299
|
+
resolved.request.command,
|
|
1300
|
+
operation == null ? void 0 : operation.method,
|
|
1301
|
+
operation == null ? void 0 : operation.path,
|
|
1302
|
+
initialValues
|
|
1303
|
+
],
|
|
1304
|
+
enabled: runtime.commandRuntime != null && operation != null && missing.length === 0,
|
|
1305
|
+
retry: 0,
|
|
1306
|
+
queryFn: async () => executeClickyCommand(runtime.commandRuntime.client, operation, initialValues)
|
|
1307
|
+
});
|
|
1308
|
+
if (!runtime.commandRuntime) {
|
|
1309
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1310
|
+
ClickyNotice,
|
|
1311
|
+
{
|
|
1312
|
+
title: "Command runtime unavailable",
|
|
1313
|
+
message: "This Clicky view was rendered without a command runtime.",
|
|
1314
|
+
tone: "warning"
|
|
1315
|
+
}
|
|
1316
|
+
);
|
|
1317
|
+
}
|
|
1318
|
+
if (!operation) {
|
|
1319
|
+
if (runtime.operationsLoading) {
|
|
1320
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyNotice, { title: "Loading commands", message: "Resolving the command definition." });
|
|
1321
|
+
}
|
|
1322
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1323
|
+
ClickyNotice,
|
|
1324
|
+
{
|
|
1325
|
+
title: "Unknown command",
|
|
1326
|
+
message: `No operation matched "${resolved.request.command}".`,
|
|
1327
|
+
tone: "destructive"
|
|
1328
|
+
}
|
|
1329
|
+
);
|
|
1330
|
+
}
|
|
1331
|
+
if (missing.length > 0) {
|
|
1332
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1333
|
+
ClickyNotice,
|
|
1334
|
+
{
|
|
1335
|
+
title: "Missing required parameters",
|
|
1336
|
+
message: `This link is missing: ${missing.map((param) => prettifyName(param.name)).join(", ")}.`,
|
|
1337
|
+
tone: "warning"
|
|
1338
|
+
}
|
|
1339
|
+
);
|
|
1340
|
+
}
|
|
1341
|
+
if (query.isPending) {
|
|
1342
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyNotice, { title: "Running command", message: "Loading Clicky response…" });
|
|
1343
|
+
}
|
|
1344
|
+
if (query.isError) {
|
|
1345
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1346
|
+
ClickyNotice,
|
|
1347
|
+
{
|
|
1348
|
+
title: "Command failed",
|
|
1349
|
+
message: query.error instanceof Error ? query.error.message : "Request failed",
|
|
1350
|
+
tone: "destructive"
|
|
1351
|
+
}
|
|
1352
|
+
);
|
|
1353
|
+
}
|
|
1354
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyCommandResponse, { response: query.data, emptyMessage: "No response body returned." });
|
|
1355
|
+
}
|
|
1356
|
+
function ClickyCommandResponse({
|
|
1357
|
+
response,
|
|
1358
|
+
pending = false,
|
|
1359
|
+
emptyMessage
|
|
1360
|
+
}) {
|
|
1361
|
+
if (pending) {
|
|
1362
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyNotice, { title: "Running command", message: "Loading Clicky response…" });
|
|
1363
|
+
}
|
|
1364
|
+
if (!response) {
|
|
1365
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyNotice, { title: "No response", message: emptyMessage });
|
|
1366
|
+
}
|
|
1367
|
+
const parsedPayload = isExecutionResponse(response) ? response.parsed ?? classify.parseJsonBody(response) : response;
|
|
1368
|
+
const rawText = isExecutionResponse(response) ? response.stdout || response.output || response.message || "" : typeof response === "string" ? response : JSON.stringify(response, null, 2);
|
|
1369
|
+
const clickyPayload = typeof parsedPayload === "string" || parsedPayload != null && typeof parsedPayload === "object" ? parsedPayload : rawText;
|
|
1370
|
+
const parsedClicky = clickyPayload === "" ? null : parseClickyData(clickyPayload);
|
|
1371
|
+
if (parsedClicky == null ? void 0 : parsedClicky.ok) {
|
|
1372
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "rounded-md border border-border bg-background p-density-3", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: parsedClicky.document.node }) });
|
|
1373
|
+
}
|
|
1374
|
+
if (parsedPayload != null && typeof parsedPayload === "object") {
|
|
1375
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyJsonTree, { value: parsedPayload });
|
|
1376
|
+
}
|
|
1377
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyTextPreview, { title: "Response body", content: rawText });
|
|
1378
|
+
}
|
|
1379
|
+
function ClickyIconNode({ node }) {
|
|
1380
|
+
var _a;
|
|
1381
|
+
const inlineStyle = toInlineStyle(node.style, node.plain ?? node.unicode);
|
|
1382
|
+
return /* @__PURE__ */ jsxRuntime.jsx("span", { style: inlineStyle, title: (_a = node.tooltip) == null ? void 0 : _a.plain, className: "inline-flex items-center", children: node.iconify ? /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { name: node.iconify }) : /* @__PURE__ */ jsxRuntime.jsx("span", { children: node.unicode ?? node.plain }) });
|
|
1383
|
+
}
|
|
1384
|
+
function ClickyList({ node }) {
|
|
1385
|
+
const items = node.items ?? [];
|
|
1386
|
+
if (items.length === 0) return null;
|
|
1387
|
+
if (node.inline) {
|
|
1388
|
+
return /* @__PURE__ */ jsxRuntime.jsx("span", { className: "inline-flex flex-wrap items-start gap-1", children: items.map((item, index) => /* @__PURE__ */ jsxRuntime.jsxs(react.Fragment, { children: [
|
|
1389
|
+
index > 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground", children: "," }),
|
|
1390
|
+
/* @__PURE__ */ jsxRuntime.jsxs("span", { className: "inline-flex items-center gap-1", children: [
|
|
1391
|
+
!node.ordered && node.bullet && /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: node.bullet }),
|
|
1392
|
+
node.ordered && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground", children: [
|
|
1393
|
+
index + 1,
|
|
1394
|
+
"."
|
|
1395
|
+
] }),
|
|
1396
|
+
/* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: item })
|
|
1397
|
+
] })
|
|
1398
|
+
] }, index)) });
|
|
1399
|
+
}
|
|
1400
|
+
if (node.unstyled) {
|
|
1401
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-1", children: items.map((item, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-start gap-2", children: [
|
|
1402
|
+
!node.ordered && node.bullet && /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: node.bullet }),
|
|
1403
|
+
node.ordered && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground", children: [
|
|
1404
|
+
index + 1,
|
|
1405
|
+
"."
|
|
1406
|
+
] }),
|
|
1407
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "min-w-0 flex-1", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: item }) })
|
|
1408
|
+
] }, index)) });
|
|
1409
|
+
}
|
|
1410
|
+
const Tag = node.ordered ? "ol" : "ul";
|
|
1411
|
+
const listClass = node.ordered ? "list-decimal" : "list-disc";
|
|
1412
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Tag, { className: utils.cn("ml-5 space-y-1 text-sm", listClass), children: items.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: item }) }, index)) });
|
|
1413
|
+
}
|
|
1414
|
+
function ClickyMap({ node }) {
|
|
1415
|
+
const fields = node.fields ?? [];
|
|
1416
|
+
if (fields.length === 0) return null;
|
|
1417
|
+
const inlineFields = fields.filter((field) => isInlineNode(field.value));
|
|
1418
|
+
const blockFields = fields.filter((field) => !isInlineNode(field.value));
|
|
1419
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-density-4", children: [
|
|
1420
|
+
inlineFields.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("dl", { className: "grid gap-density-3 md:grid-cols-2", children: inlineFields.map((field) => /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
1421
|
+
/* @__PURE__ */ jsxRuntime.jsx("dt", { className: "text-xs font-semibold uppercase tracking-wide text-muted-foreground", children: field.label || prettifyName(field.name) }),
|
|
1422
|
+
/* @__PURE__ */ jsxRuntime.jsx("dd", { className: "mt-1 text-sm text-foreground", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: field.value }) })
|
|
1423
|
+
] }, field.name)) }),
|
|
1424
|
+
blockFields.map((field) => /* @__PURE__ */ jsxRuntime.jsxs("section", { className: "space-y-2", children: [
|
|
1425
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs font-semibold uppercase tracking-wide text-muted-foreground", children: field.label || prettifyName(field.name) }),
|
|
1426
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "rounded-md border border-border bg-background p-density-3", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: field.value }) })
|
|
1427
|
+
] }, field.name))
|
|
1428
|
+
] });
|
|
1429
|
+
}
|
|
1430
|
+
function ClickyTableNode({ node }) {
|
|
1431
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1432
|
+
ClickyTable,
|
|
1433
|
+
{
|
|
1434
|
+
columns: node.columns ?? [],
|
|
1435
|
+
rows: node.rows ?? [],
|
|
1436
|
+
...node.autoFilter !== void 0 ? { autoFilter: node.autoFilter } : {}
|
|
1437
|
+
}
|
|
1438
|
+
);
|
|
1439
|
+
}
|
|
1440
|
+
function ClickyTable({
|
|
1441
|
+
columns,
|
|
1442
|
+
rows,
|
|
1443
|
+
autoFilter,
|
|
1444
|
+
onTableRowClick,
|
|
1445
|
+
getTableRowHref,
|
|
1446
|
+
isTableRowClickable,
|
|
1447
|
+
search,
|
|
1448
|
+
timeRange,
|
|
1449
|
+
externalFilters,
|
|
1450
|
+
pagination
|
|
1451
|
+
}) {
|
|
1452
|
+
const runtime = react.useContext(ClickyRuntimeContext);
|
|
1453
|
+
const rowClick = onTableRowClick ?? runtime.onTableRowClick;
|
|
1454
|
+
const rowHref = getTableRowHref ?? runtime.getTableRowHref;
|
|
1455
|
+
const rowClickable = isTableRowClickable ?? runtime.isTableRowClickable;
|
|
1456
|
+
const effectiveSearch = search ?? runtime.tableSearch;
|
|
1457
|
+
const effectiveTimeRange = timeRange ?? runtime.tableTimeRange;
|
|
1458
|
+
const effectiveExternalFilters = externalFilters ?? runtime.tableExternalFilters;
|
|
1459
|
+
const effectivePagination = pagination ?? runtime.tablePagination;
|
|
1460
|
+
if (columns.length === 0 || rows.length === 0) {
|
|
1461
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-sm text-muted-foreground", children: "No data" });
|
|
1462
|
+
}
|
|
1463
|
+
if (shouldRenderRowsAsCollapsedStructs(columns, rows)) {
|
|
1464
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ClickyCollapsedStructRows, { columns, rows });
|
|
1465
|
+
}
|
|
1466
|
+
const tableColumns = columns.map((column) => {
|
|
1467
|
+
const tagColumn = isClickyTagColumn(column);
|
|
1468
|
+
const base = {
|
|
1469
|
+
key: `cells.${column.name}`,
|
|
1470
|
+
label: column.header ? /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: column.header }) : column.label || prettifyName(column.name),
|
|
1471
|
+
...column.align ? { align: column.align } : {},
|
|
1472
|
+
...column.sortable !== void 0 ? { sortable: column.sortable } : {},
|
|
1473
|
+
...column.filterable !== void 0 ? { filterable: column.filterable } : {},
|
|
1474
|
+
...column.grow !== void 0 ? { grow: column.grow } : {},
|
|
1475
|
+
...column.shrink !== void 0 ? { shrink: column.shrink } : {}
|
|
1476
|
+
};
|
|
1477
|
+
if (tagColumn) {
|
|
1478
|
+
return {
|
|
1479
|
+
...base,
|
|
1480
|
+
kind: "tags",
|
|
1481
|
+
render: (value) => {
|
|
1482
|
+
const tags = clickyNodeTags(value, column);
|
|
1483
|
+
return /* @__PURE__ */ jsxRuntime.jsx(TagList.TagList, { tags, maxVisible: 3 });
|
|
1484
|
+
},
|
|
1485
|
+
sortValue: (value) => clickyNodeTags(value, column).length,
|
|
1486
|
+
filterValue: (value) => clickyNodeTags(value, column).map((tag) => tag.token)
|
|
1487
|
+
};
|
|
1488
|
+
}
|
|
1489
|
+
return {
|
|
1490
|
+
...base,
|
|
1491
|
+
...column.kind ? { kind: column.kind } : {},
|
|
1492
|
+
render: (value) => /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: value }),
|
|
1493
|
+
sortValue: (value) => clickyNodeText(value),
|
|
1494
|
+
filterValue: (value) => clickyNodeText(value)
|
|
1495
|
+
};
|
|
1496
|
+
});
|
|
1497
|
+
const defaultSortColumn = columns.find((column) => column.sortable !== false) ?? columns[0];
|
|
1498
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1499
|
+
DataTable.DataTable,
|
|
1500
|
+
{
|
|
1501
|
+
data: rows,
|
|
1502
|
+
columns: tableColumns,
|
|
1503
|
+
...autoFilter !== void 0 ? { autoFilter } : {},
|
|
1504
|
+
...defaultSortColumn ? {
|
|
1505
|
+
defaultSort: {
|
|
1506
|
+
key: `cells.${defaultSortColumn.name}`,
|
|
1507
|
+
dir: "asc"
|
|
1508
|
+
}
|
|
1509
|
+
} : {},
|
|
1510
|
+
getRowId: (row, index) => `${index}-${columns.map((column) => clickyNodeText(row.cells[column.name])).filter(Boolean).join("|")}`,
|
|
1511
|
+
renderExpandedRow: (row, context) => /* @__PURE__ */ jsxRuntime.jsx(ClickyTableRowDetail, { row, columns, context }),
|
|
1512
|
+
...rowClick ? { onRowClick: rowClick } : {},
|
|
1513
|
+
...rowHref ? { getRowHref: rowHref } : {},
|
|
1514
|
+
...rowClick && (rowClickable || rowHref) ? {
|
|
1515
|
+
isRowClickable: rowClickable ?? ((row) => Boolean(rowHref == null ? void 0 : rowHref(row)))
|
|
1516
|
+
} : {},
|
|
1517
|
+
...effectiveSearch ? { externalSearch: effectiveSearch } : {},
|
|
1518
|
+
...effectiveTimeRange ? { externalTimeRange: effectiveTimeRange } : {},
|
|
1519
|
+
...effectiveExternalFilters ? { externalFilters: effectiveExternalFilters } : {},
|
|
1520
|
+
...effectivePagination ? { pagination: effectivePagination } : {}
|
|
1521
|
+
}
|
|
1522
|
+
);
|
|
1523
|
+
}
|
|
1524
|
+
function ClickyTableRowDetail({
|
|
1525
|
+
row,
|
|
1526
|
+
columns,
|
|
1527
|
+
context
|
|
1528
|
+
}) {
|
|
1529
|
+
const tagFields = columns.map((column) => ({
|
|
1530
|
+
column,
|
|
1531
|
+
tags: clickyNodeTags(row.cells[column.name], column),
|
|
1532
|
+
tableKey: `cells.${column.name}`
|
|
1533
|
+
})).filter((field) => field.tags.length > 0);
|
|
1534
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-3", children: [
|
|
1535
|
+
tagFields.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("section", { className: "space-y-2", children: [
|
|
1536
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs font-semibold uppercase tracking-wide text-muted-foreground", children: "Tags" }),
|
|
1537
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid gap-2", children: tagFields.map(({ column, tags, tableKey }) => {
|
|
1538
|
+
const tagActions = context.tagActionsByColumn[tableKey];
|
|
1539
|
+
const content = /* @__PURE__ */ jsxRuntime.jsx(TagList.TagList, { tags, maxVisible: tags.length, actions: "inline" });
|
|
1540
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1541
|
+
"div",
|
|
1542
|
+
{
|
|
1543
|
+
className: "grid gap-2 rounded-md border border-border bg-background p-2 md:grid-cols-[9rem_minmax(0,1fr)]",
|
|
1544
|
+
children: [
|
|
1545
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs font-medium uppercase tracking-wide text-muted-foreground", children: column.label || prettifyName(column.name) }),
|
|
1546
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "min-w-0", children: tagActions ? /* @__PURE__ */ jsxRuntime.jsx(TagList.TagActionsProvider, { value: tagActions, children: content }) : content })
|
|
1547
|
+
]
|
|
1548
|
+
},
|
|
1549
|
+
column.name
|
|
1550
|
+
);
|
|
1551
|
+
}) })
|
|
1552
|
+
] }),
|
|
1553
|
+
/* @__PURE__ */ jsxRuntime.jsxs("section", { className: "space-y-2", children: [
|
|
1554
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs font-semibold uppercase tracking-wide text-muted-foreground", children: "Fields" }),
|
|
1555
|
+
/* @__PURE__ */ jsxRuntime.jsx("dl", { className: "grid gap-2 md:grid-cols-2", children: columns.map((column) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "rounded-md border border-border bg-background p-2", children: [
|
|
1556
|
+
/* @__PURE__ */ jsxRuntime.jsx("dt", { className: "text-xs font-medium uppercase tracking-wide text-muted-foreground", children: column.label || prettifyName(column.name) }),
|
|
1557
|
+
/* @__PURE__ */ jsxRuntime.jsx("dd", { className: "mt-1 min-w-0 text-sm text-foreground", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: row.cells[column.name] }) })
|
|
1558
|
+
] }, column.name)) })
|
|
1559
|
+
] }),
|
|
1560
|
+
row.detail && /* @__PURE__ */ jsxRuntime.jsxs("section", { className: "space-y-2", children: [
|
|
1561
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-xs font-semibold uppercase tracking-wide text-muted-foreground", children: "Detail" }),
|
|
1562
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "rounded-md border border-border bg-background p-density-3", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: row.detail }) })
|
|
1563
|
+
] })
|
|
1564
|
+
] });
|
|
1565
|
+
}
|
|
1566
|
+
function ClickyCollapsedStructRows({
|
|
1567
|
+
columns,
|
|
1568
|
+
rows
|
|
1569
|
+
}) {
|
|
1570
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-2", children: rows.map((row, index) => {
|
|
1571
|
+
const label = rowStructLabel(row, columns, index);
|
|
1572
|
+
const content = rowAsMap(row, columns);
|
|
1573
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1574
|
+
"details",
|
|
1575
|
+
{
|
|
1576
|
+
className: "rounded-md border border-border bg-background",
|
|
1577
|
+
children: [
|
|
1578
|
+
/* @__PURE__ */ jsxRuntime.jsx("summary", { className: "cursor-pointer px-3 py-2 text-sm font-medium text-foreground", children: label }),
|
|
1579
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "border-t border-border p-3", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyMap, { node: content }) })
|
|
1580
|
+
]
|
|
1581
|
+
},
|
|
1582
|
+
rowStructKey(row, columns, index)
|
|
1583
|
+
);
|
|
1584
|
+
}) });
|
|
1585
|
+
}
|
|
1586
|
+
function shouldRenderRowsAsCollapsedStructs(columns, rows) {
|
|
1587
|
+
if (rows.length === 0) return false;
|
|
1588
|
+
return rows.every((row) => {
|
|
1589
|
+
const cells = columns.map((column) => row.cells[column.name]).filter(Boolean);
|
|
1590
|
+
if (cells.length === 0) return false;
|
|
1591
|
+
const complexCells = cells.filter(isStructCellNode);
|
|
1592
|
+
return complexCells.length > 0 && complexCells.length === cells.length;
|
|
1593
|
+
});
|
|
1594
|
+
}
|
|
1595
|
+
function isClickyTagColumn(column) {
|
|
1596
|
+
if (column.kind === "tags") return true;
|
|
1597
|
+
const normalized = column.name.toLowerCase();
|
|
1598
|
+
return /(^|[._-])(tags?|labels?|annotations?)$/.test(normalized);
|
|
1599
|
+
}
|
|
1600
|
+
function clickyNodeTags(node, column) {
|
|
1601
|
+
if (!isClickyTagColumn(column)) return [];
|
|
1602
|
+
const value = clickyNodeTagsValue(node);
|
|
1603
|
+
return TagList.normalizeTags(value);
|
|
1604
|
+
}
|
|
1605
|
+
function clickyNodeTagsValue(node) {
|
|
1606
|
+
var _a, _b;
|
|
1607
|
+
if (!node) return [];
|
|
1608
|
+
if (node.kind === "map" && ((_a = node.fields) == null ? void 0 : _a.length)) {
|
|
1609
|
+
return Object.fromEntries(
|
|
1610
|
+
node.fields.map((field) => [field.name, clickyNodeText(field.value)]).filter(([, value]) => value.trim() !== "")
|
|
1611
|
+
);
|
|
1612
|
+
}
|
|
1613
|
+
if (node.kind === "list" && ((_b = node.items) == null ? void 0 : _b.length)) {
|
|
1614
|
+
return node.items.map((item) => clickyNodeText(item)).filter(Boolean);
|
|
1615
|
+
}
|
|
1616
|
+
const text = clickyNodeText(node).trim();
|
|
1617
|
+
if (!text) return [];
|
|
1618
|
+
return text.split(/[,\s]+/).map((value) => value.trim()).filter(Boolean);
|
|
1619
|
+
}
|
|
1620
|
+
function isStructCellNode(node) {
|
|
1621
|
+
if (!node) return false;
|
|
1622
|
+
if (node.kind === "map") return (node.fields ?? []).length > 0;
|
|
1623
|
+
if (node.kind === "table") return (node.rows ?? []).length > 0;
|
|
1624
|
+
if (node.kind !== "list") return false;
|
|
1625
|
+
const items = node.items ?? [];
|
|
1626
|
+
return items.length > 0 && items.every(isStructCellNode);
|
|
1627
|
+
}
|
|
1628
|
+
function rowAsMap(row, columns) {
|
|
1629
|
+
return {
|
|
1630
|
+
kind: "map",
|
|
1631
|
+
fields: columns.flatMap((column) => {
|
|
1632
|
+
const value = row.cells[column.name];
|
|
1633
|
+
if (!value) return [];
|
|
1634
|
+
return [
|
|
1635
|
+
{
|
|
1636
|
+
name: column.name,
|
|
1637
|
+
label: clickyNodeText(column.header) || column.label || prettifyName(column.name),
|
|
1638
|
+
value
|
|
1639
|
+
}
|
|
1640
|
+
];
|
|
1641
|
+
})
|
|
1642
|
+
};
|
|
1643
|
+
}
|
|
1644
|
+
function rowStructLabel(row, columns, index) {
|
|
1645
|
+
var _a, _b, _c;
|
|
1646
|
+
const entityLabel = singularizeLabel(
|
|
1647
|
+
((_a = columns.find((column) => hasMeaningfulText(row.cells[column.name]))) == null ? void 0 : _a.label) ?? ((_b = columns[0]) == null ? void 0 : _b.label) ?? ((_c = columns[0]) == null ? void 0 : _c.name) ?? "Item"
|
|
1648
|
+
);
|
|
1649
|
+
const title = rowTitle(row, columns);
|
|
1650
|
+
return title ? `${entityLabel} ${index + 1}: ${title}` : `${entityLabel} ${index + 1}`;
|
|
1651
|
+
}
|
|
1652
|
+
function rowStructKey(row, columns, index) {
|
|
1653
|
+
const title = rowTitle(row, columns);
|
|
1654
|
+
return `${index}-${title || columns.map((column) => clickyNodeText(row.cells[column.name])).join("|")}`;
|
|
1655
|
+
}
|
|
1656
|
+
function rowTitle(row, columns) {
|
|
1657
|
+
const preferredFieldNames = [
|
|
1658
|
+
"name",
|
|
1659
|
+
"title",
|
|
1660
|
+
"agreementname",
|
|
1661
|
+
"companyname",
|
|
1662
|
+
"customernumber",
|
|
1663
|
+
"id",
|
|
1664
|
+
"guid"
|
|
1665
|
+
];
|
|
1666
|
+
for (const preferred of preferredFieldNames) {
|
|
1667
|
+
for (const column of columns) {
|
|
1668
|
+
const candidate = findFieldText(row.cells[column.name], preferred);
|
|
1669
|
+
if (candidate) return candidate;
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
for (const column of columns) {
|
|
1673
|
+
const candidate = clickyNodeText(row.cells[column.name]).trim();
|
|
1674
|
+
if (candidate) return candidate;
|
|
1675
|
+
}
|
|
1676
|
+
return "";
|
|
1677
|
+
}
|
|
1678
|
+
function findFieldText(node, preferredName) {
|
|
1679
|
+
if (!node) return "";
|
|
1680
|
+
if (node.kind === "map") {
|
|
1681
|
+
for (const field of node.fields ?? []) {
|
|
1682
|
+
if (normalizeFieldName(field.name) === preferredName) {
|
|
1683
|
+
const text = clickyNodeText(field.value).trim();
|
|
1684
|
+
if (text) return text;
|
|
1685
|
+
}
|
|
1686
|
+
}
|
|
1687
|
+
}
|
|
1688
|
+
for (const field of node.fields ?? []) {
|
|
1689
|
+
const text = findFieldText(field.value, preferredName);
|
|
1690
|
+
if (text) return text;
|
|
1691
|
+
}
|
|
1692
|
+
for (const item of node.items ?? []) {
|
|
1693
|
+
const text = findFieldText(item, preferredName);
|
|
1694
|
+
if (text) return text;
|
|
1695
|
+
}
|
|
1696
|
+
return "";
|
|
1697
|
+
}
|
|
1698
|
+
function hasMeaningfulText(node) {
|
|
1699
|
+
return Boolean(clickyNodeText(node).trim() || ((node == null ? void 0 : node.fields) ?? []).length > 0);
|
|
1700
|
+
}
|
|
1701
|
+
function normalizeFieldName(name) {
|
|
1702
|
+
return name.toLowerCase().replace(/[^a-z0-9]/g, "");
|
|
1703
|
+
}
|
|
1704
|
+
function singularizeLabel(label) {
|
|
1705
|
+
const normalized = prettifyName(label).trim();
|
|
1706
|
+
return normalized.endsWith("s") ? normalized.slice(0, -1) : normalized;
|
|
1707
|
+
}
|
|
1708
|
+
function ClickyTreeNode({ node }) {
|
|
1709
|
+
const roots = node.roots ?? [];
|
|
1710
|
+
if (roots.length === 0) return null;
|
|
1711
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1712
|
+
Tree.Tree,
|
|
1713
|
+
{
|
|
1714
|
+
roots,
|
|
1715
|
+
getChildren: (item) => item.children,
|
|
1716
|
+
getKey: (item) => item.id,
|
|
1717
|
+
defaultOpen: (_, depth) => depth < 1,
|
|
1718
|
+
renderRow: ({ node: item }) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: "min-w-0 flex-1 truncate", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: item.label }) })
|
|
1719
|
+
}
|
|
1720
|
+
);
|
|
1721
|
+
}
|
|
1722
|
+
function isBadgeShape(value) {
|
|
1723
|
+
return value === "pill" || value === "rounded" || value === "square";
|
|
1724
|
+
}
|
|
1725
|
+
function ClickyBadgeNode({ node }) {
|
|
1726
|
+
const props = { variant: "label" };
|
|
1727
|
+
if (node.badgeLabel !== void 0) props.label = node.badgeLabel;
|
|
1728
|
+
if (node.badgeValue !== void 0) props.value = node.badgeValue;
|
|
1729
|
+
if (node.badgeColor !== void 0) props.color = node.badgeColor;
|
|
1730
|
+
if (node.badgeText !== void 0) props.textColor = node.badgeText;
|
|
1731
|
+
if (node.badgeIcon !== void 0) props.icon = node.badgeIcon;
|
|
1732
|
+
if (isBadgeShape(node.badgeShape)) props.shape = node.badgeShape;
|
|
1733
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Badge.Badge, { ...props });
|
|
1734
|
+
}
|
|
1735
|
+
function ClickyStackTraceNode({ node }) {
|
|
1736
|
+
const input = {
|
|
1737
|
+
causedBy: node.causedBy ?? [],
|
|
1738
|
+
frames: node.frames ?? [],
|
|
1739
|
+
language: "java",
|
|
1740
|
+
...node.exceptionClass !== void 0 ? { exceptionClass: node.exceptionClass } : {},
|
|
1741
|
+
...node.message !== void 0 ? { message: node.message } : {}
|
|
1742
|
+
};
|
|
1743
|
+
return /* @__PURE__ */ jsxRuntime.jsx(RenderedStackTrace.StackTrace, { input, className: "space-y-1" });
|
|
1744
|
+
}
|
|
1745
|
+
function ClickyCollapsed({ node }) {
|
|
1746
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("details", { className: "rounded-md border border-border bg-background", children: [
|
|
1747
|
+
/* @__PURE__ */ jsxRuntime.jsx("summary", { className: "cursor-pointer px-3 py-2 text-sm font-medium text-foreground", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: node.label }) }),
|
|
1748
|
+
node.content && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "border-t border-border px-3 py-3", children: /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: node.content }) })
|
|
1749
|
+
] });
|
|
1750
|
+
}
|
|
1751
|
+
function ClickyButtonNode({ node }) {
|
|
1752
|
+
const title = [node.id, node.payload].filter(Boolean).join("\n") || void 0;
|
|
1753
|
+
const content = node.label ? /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: node.label }) : node.text;
|
|
1754
|
+
if (node.href) {
|
|
1755
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1756
|
+
"a",
|
|
1757
|
+
{
|
|
1758
|
+
href: node.href,
|
|
1759
|
+
target: "_blank",
|
|
1760
|
+
rel: "noopener noreferrer",
|
|
1761
|
+
title,
|
|
1762
|
+
className: "inline-flex items-center rounded-md border border-border bg-background px-3 py-1.5 text-sm font-medium text-foreground hover:bg-accent",
|
|
1763
|
+
children: content
|
|
1764
|
+
}
|
|
1765
|
+
);
|
|
1766
|
+
}
|
|
1767
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1768
|
+
"button",
|
|
1769
|
+
{
|
|
1770
|
+
type: "button",
|
|
1771
|
+
title,
|
|
1772
|
+
className: "inline-flex items-center rounded-md border border-border bg-muted px-3 py-1.5 text-sm font-medium text-foreground",
|
|
1773
|
+
children: content
|
|
1774
|
+
}
|
|
1775
|
+
);
|
|
1776
|
+
}
|
|
1777
|
+
function ClickyButtonGroup({ node }) {
|
|
1778
|
+
const items = node.items ?? [];
|
|
1779
|
+
if (items.length === 0) return null;
|
|
1780
|
+
return /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex flex-wrap gap-2", children: items.map((item, index) => /* @__PURE__ */ jsxRuntime.jsx(ClickyNodeRenderer, { node: item }, index)) });
|
|
1781
|
+
}
|
|
1782
|
+
function ClickyHtmlNode({ node }) {
|
|
1783
|
+
const sanitized = htmlUtils.sanitizeHtml(node.html ?? "");
|
|
1784
|
+
if (!sanitized) return null;
|
|
1785
|
+
const Tag = htmlUtils.isBlockHtml(sanitized) ? "div" : "span";
|
|
1786
|
+
return /* @__PURE__ */ jsxRuntime.jsx(Tag, { dangerouslySetInnerHTML: { __html: sanitized } });
|
|
1787
|
+
}
|
|
1788
|
+
function toInlineStyle(style, text) {
|
|
1789
|
+
if (!style) return (text == null ? void 0 : text.includes("\n")) ? { whiteSpace: "pre-wrap" } : void 0;
|
|
1790
|
+
const inlineStyle = {};
|
|
1791
|
+
if (style.color) inlineStyle.color = style.color;
|
|
1792
|
+
if (style.backgroundColor) inlineStyle.backgroundColor = style.backgroundColor;
|
|
1793
|
+
if (style.bold) inlineStyle.fontWeight = 700;
|
|
1794
|
+
if (style.faint) inlineStyle.opacity = 0.7;
|
|
1795
|
+
if (style.italic) inlineStyle.fontStyle = "italic";
|
|
1796
|
+
const decorations = [];
|
|
1797
|
+
if (style.underline) decorations.push("underline");
|
|
1798
|
+
if (style.strikethrough) decorations.push("line-through");
|
|
1799
|
+
if (decorations.length > 0) inlineStyle.textDecoration = decorations.join(" ");
|
|
1800
|
+
if (style.textTransform === "uppercase" || style.textTransform === "lowercase" || style.textTransform === "capitalize") {
|
|
1801
|
+
inlineStyle.textTransform = style.textTransform;
|
|
1802
|
+
}
|
|
1803
|
+
if (style.maxWidth && style.maxWidth > 0) {
|
|
1804
|
+
inlineStyle.maxWidth = `${style.maxWidth}ch`;
|
|
1805
|
+
}
|
|
1806
|
+
if (style.maxLines && style.maxLines > 0) {
|
|
1807
|
+
inlineStyle.display = "-webkit-box";
|
|
1808
|
+
inlineStyle.overflow = "hidden";
|
|
1809
|
+
inlineStyle.WebkitLineClamp = style.maxLines;
|
|
1810
|
+
inlineStyle.WebkitBoxOrient = "vertical";
|
|
1811
|
+
inlineStyle.whiteSpace = "pre-wrap";
|
|
1812
|
+
}
|
|
1813
|
+
if (style.truncateMode === "suffix" && style.maxWidth && (!style.maxLines || style.maxLines <= 1)) {
|
|
1814
|
+
inlineStyle.overflow = "hidden";
|
|
1815
|
+
inlineStyle.textOverflow = "ellipsis";
|
|
1816
|
+
inlineStyle.whiteSpace = "nowrap";
|
|
1817
|
+
inlineStyle.display = "inline-block";
|
|
1818
|
+
inlineStyle.verticalAlign = "bottom";
|
|
1819
|
+
}
|
|
1820
|
+
if (style.monospace) {
|
|
1821
|
+
inlineStyle.fontFamily = 'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace';
|
|
1822
|
+
}
|
|
1823
|
+
if (!inlineStyle.whiteSpace && (text == null ? void 0 : text.includes("\n"))) {
|
|
1824
|
+
inlineStyle.whiteSpace = "pre-wrap";
|
|
1825
|
+
}
|
|
1826
|
+
return Object.keys(inlineStyle).length > 0 ? inlineStyle : void 0;
|
|
1827
|
+
}
|
|
1828
|
+
function prettifyName(name) {
|
|
1829
|
+
return name.replace(/([a-z])([A-Z])/g, "$1 $2").replace(/_/g, " ").replace(/\b\w/g, (value) => value.toUpperCase());
|
|
1830
|
+
}
|
|
1831
|
+
function clickyNodeToCommandRequest(node) {
|
|
1832
|
+
return {
|
|
1833
|
+
command: node.command ?? "",
|
|
1834
|
+
args: node.args ?? [],
|
|
1835
|
+
flags: node.flags ?? {},
|
|
1836
|
+
target: node.target ?? "Dialog",
|
|
1837
|
+
autoRun: node.autoRun ?? false
|
|
1838
|
+
};
|
|
1839
|
+
}
|
|
1840
|
+
function resolveClickyCommand(request, runtime, operations) {
|
|
1841
|
+
var _a;
|
|
1842
|
+
const resolved = ((_a = runtime == null ? void 0 : runtime.resolveCommand) == null ? void 0 : _a.call(runtime, request, operations)) ?? defaultResolveClickyCommand(request, operations);
|
|
1843
|
+
return { request, operation: resolved };
|
|
1844
|
+
}
|
|
1845
|
+
function defaultResolveClickyCommand(request, operations) {
|
|
1846
|
+
const wanted = normalizeCommandPath(request.command);
|
|
1847
|
+
if (!wanted) return void 0;
|
|
1848
|
+
return operations.find((operation) => {
|
|
1849
|
+
var _a, _b;
|
|
1850
|
+
const metaCommand = normalizeCommandPath((_a = operation.operation["x-clicky"]) == null ? void 0 : _a.command);
|
|
1851
|
+
if (metaCommand && metaCommand === wanted) {
|
|
1852
|
+
return true;
|
|
1853
|
+
}
|
|
1854
|
+
const operationId = normalizeCommandPath((_b = operation.operation.operationId) == null ? void 0 : _b.replaceAll("_", "/"));
|
|
1855
|
+
return operationId === wanted;
|
|
1856
|
+
});
|
|
1857
|
+
}
|
|
1858
|
+
function normalizeCommandPath(value) {
|
|
1859
|
+
return (value ?? "").trim().replace(/^\//, "").replace(/\s+/g, "/").replace(/\/+/g, "/").toLowerCase();
|
|
1860
|
+
}
|
|
1861
|
+
function buildCommandParameterValues(parameters, request) {
|
|
1862
|
+
const values = { ...request.flags };
|
|
1863
|
+
const args = [...request.args ?? []];
|
|
1864
|
+
const positionalParams = parameters.filter((param) => types.isPositionalParam(param));
|
|
1865
|
+
let argIndex = 0;
|
|
1866
|
+
for (const param of positionalParams) {
|
|
1867
|
+
if (param.name === "args") {
|
|
1868
|
+
const remaining = args.slice(argIndex);
|
|
1869
|
+
if (remaining.length > 0) {
|
|
1870
|
+
values.args = remaining.join(",");
|
|
1871
|
+
}
|
|
1872
|
+
argIndex = args.length;
|
|
1873
|
+
continue;
|
|
1874
|
+
}
|
|
1875
|
+
if (argIndex < args.length) {
|
|
1876
|
+
values[param.name] = args[argIndex] ?? "";
|
|
1877
|
+
argIndex += 1;
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1880
|
+
return values;
|
|
1881
|
+
}
|
|
1882
|
+
function missingRequiredParameters(parameters, values) {
|
|
1883
|
+
return parameters.filter((param) => param.required && (values[param.name] ?? "").trim() === "");
|
|
1884
|
+
}
|
|
1885
|
+
async function executeClickyCommand(client, operation, values) {
|
|
1886
|
+
return client.executeCommand(
|
|
1887
|
+
operation.path,
|
|
1888
|
+
operation.method,
|
|
1889
|
+
formMetadata.packParameterValues(formMetadata.pruneParameterValues(values), operation.operation.parameters ?? []),
|
|
1890
|
+
{ Accept: "application/json+clicky" }
|
|
1891
|
+
);
|
|
1892
|
+
}
|
|
1893
|
+
function buildCommandExecutionHref(resolved) {
|
|
1894
|
+
const operation = resolved.operation;
|
|
1895
|
+
if (!operation) {
|
|
1896
|
+
return void 0;
|
|
1897
|
+
}
|
|
1898
|
+
const values = buildCommandParameterValues(
|
|
1899
|
+
operation.operation.parameters ?? [],
|
|
1900
|
+
resolved.request
|
|
1901
|
+
);
|
|
1902
|
+
const params = formMetadata.packParameterValues(
|
|
1903
|
+
formMetadata.pruneParameterValues(values),
|
|
1904
|
+
operation.operation.parameters ?? []
|
|
1905
|
+
);
|
|
1906
|
+
const url = substituteOperationPath(operation.path, params);
|
|
1907
|
+
if (operation.method.toUpperCase() !== "GET") {
|
|
1908
|
+
return url;
|
|
1909
|
+
}
|
|
1910
|
+
return url;
|
|
1911
|
+
}
|
|
1912
|
+
function substituteOperationPath(path, params) {
|
|
1913
|
+
const url = new URL(path, "http://localhost");
|
|
1914
|
+
const remaining = { ...params };
|
|
1915
|
+
for (const [key, value] of Object.entries(params)) {
|
|
1916
|
+
if (url.pathname.includes(`{${key}}`)) {
|
|
1917
|
+
url.pathname = url.pathname.replace(`{${key}}`, encodeURIComponent(value));
|
|
1918
|
+
delete remaining[key];
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
for (const [key, value] of Object.entries(remaining)) {
|
|
1922
|
+
url.searchParams.set(key, value);
|
|
1923
|
+
}
|
|
1924
|
+
return `${url.pathname}${url.search}`;
|
|
1925
|
+
}
|
|
1926
|
+
function browserAnchorTarget(target) {
|
|
1927
|
+
if (target === "_self") {
|
|
1928
|
+
return "_self";
|
|
1929
|
+
}
|
|
1930
|
+
if (target === "_window" || target === "_tab") {
|
|
1931
|
+
return "_blank";
|
|
1932
|
+
}
|
|
1933
|
+
return void 0;
|
|
1934
|
+
}
|
|
1935
|
+
function isExecutionResponse(value) {
|
|
1936
|
+
return value != null && typeof value === "object" && ("stdout" in value || "output" in value || "message" in value);
|
|
1937
|
+
}
|
|
1938
|
+
function clickyNodeText(node) {
|
|
1939
|
+
var _a, _b;
|
|
1940
|
+
if (!node) return "";
|
|
1941
|
+
if (node.plain) return node.plain;
|
|
1942
|
+
if (node.text) return node.text;
|
|
1943
|
+
if (node.kind === "html")
|
|
1944
|
+
return htmlUtils.sanitizeHtml(node.html ?? "").replace(/<[^>]+>/g, " ").trim();
|
|
1945
|
+
if (node.kind === "code") return node.source ?? "";
|
|
1946
|
+
if ((node.kind === "link" || node.kind === "link-command") && ((_a = node.children) == null ? void 0 : _a.length)) {
|
|
1947
|
+
return [node.text, ...node.children.map((child) => clickyNodeText(child))].join("");
|
|
1948
|
+
}
|
|
1949
|
+
if (node.kind === "button" && node.label) return clickyNodeText(node.label);
|
|
1950
|
+
if (node.kind === "button-group") {
|
|
1951
|
+
return (node.items ?? []).map((item) => clickyNodeText(item)).join(" ");
|
|
1952
|
+
}
|
|
1953
|
+
if (node.kind === "text" && ((_b = node.children) == null ? void 0 : _b.length)) {
|
|
1954
|
+
return [node.text, ...node.children.map((child) => clickyNodeText(child))].join("");
|
|
1955
|
+
}
|
|
1956
|
+
return "";
|
|
1957
|
+
}
|
|
1958
|
+
function isInlineNode(node) {
|
|
1959
|
+
return node.kind === "text" || node.kind === "link" || node.kind === "link-command" || node.kind === "icon" || node.kind === "html" || node.kind === "button" || node.kind === "button-group";
|
|
1960
|
+
}
|
|
1961
|
+
exports.Clicky = Clicky;
|
|
1962
|
+
exports.ClickyNodeView = ClickyNodeRenderer;
|
|
1963
|
+
exports.ClickyTable = ClickyTable;
|
|
1964
|
+
exports.parseClickyData = parseClickyData;
|
|
1965
|
+
//# sourceMappingURL=Clicky.cjs.map
|