@pb33f/cowboy-components 0.7.17 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_basePickBy-DtTwxTrV.js +151 -0
- package/dist/_baseUniq-C5Y4WFmx.js +614 -0
- package/dist/arc-a-7w7y90.js +83 -0
- package/dist/architecture-U656AL7Q-c_zxypEp.js +5 -0
- package/dist/architectureDiagram-VXUJARFQ-CIhQJ6xS.js +4661 -0
- package/dist/assets/elk-layout.worker-B71_NI2D.js +1 -0
- package/dist/assets/equalizer.worker-A8HFNy4g.js +1 -0
- package/dist/assets/graph-dependent.worker-BgWuMZsb.js +1 -0
- package/dist/assets/rule-documentation.worker-BCKuwSgZ.js +1 -0
- package/dist/assets/search-graph.worker-Cwqb-ecv.js +1 -0
- package/dist/assets/search-problems.worker-60kZqr0h.js +1 -0
- package/dist/blockDiagram-VD42YOAC-BLl5ID-l.js +2261 -0
- package/dist/c4Diagram-YG6GDRKO-BOGfb13x.js +1580 -0
- package/dist/channel-DYeI56io.js +5 -0
- package/dist/chunk-4BX2VUAB-BeHGB7ON.js +8 -0
- package/dist/chunk-55IACEB6-DgHUzWsw.js +8 -0
- package/dist/chunk-B4BG7PRW-Vs7GiQMf.js +1375 -0
- package/dist/chunk-DI55MBZ5-CHjdGXx0.js +1370 -0
- package/dist/chunk-FMBD7UC4-D-H9-bHN.js +19 -0
- package/dist/chunk-QN33PNHL-D7uE2r1Y.js +19 -0
- package/dist/chunk-QZHKN3VN-Cp3sUp7e.js +15 -0
- package/dist/chunk-TZMSLE5B-BmXGcXo9.js +64 -0
- package/dist/classDiagram-2ON5EDUG-9ilqiDEi.js +16 -0
- package/dist/classDiagram-v2-WZHVMYZB-9ilqiDEi.js +16 -0
- package/dist/clone-CybyMoa0.js +8 -0
- package/dist/components/attention-box/attention-box.css.js +8 -0
- package/dist/components/auth/login-button.js +1 -1
- package/dist/components/auth/login-panel.d.ts +4 -0
- package/dist/components/auth/login-panel.js +12 -4
- package/dist/components/auth/oauth-login.css.js +4 -0
- package/dist/components/auth/oauth-login.d.ts +2 -0
- package/dist/components/auth/oauth-login.js +12 -3
- package/dist/components/brokerable.d.ts +21 -0
- package/dist/components/brokerable.js +39 -0
- package/dist/components/bundle-toolbar/bundle-toolbar.css.js +110 -0
- package/dist/components/bundle-toolbar/bundle-toolbar.d.ts +21 -0
- package/dist/components/bundle-toolbar/bundle-toolbar.js +93 -0
- package/dist/components/changelog/changelog.css.js +2 -0
- package/dist/components/changelog/changelog.d.ts +2 -0
- package/dist/components/changelog/changelog.js +10 -1
- package/dist/components/changelog/release.css.js +5 -1
- package/dist/components/charts/beefy-chart.js +0 -2
- package/dist/components/charts/doughnut-chart.d.ts +5 -1
- package/dist/components/charts/doughnut-chart.js +20 -1
- package/dist/components/credit-ticker/credit-ticker.d.ts +3 -0
- package/dist/components/credit-ticker/credit-ticker.js +20 -4
- package/dist/components/details-drawer/details-drawer.css.d.ts +2 -0
- package/dist/components/{problem-list → details-drawer}/details-drawer.css.js +18 -3
- package/dist/components/details-drawer/generic-details-drawer.css.d.ts +1 -0
- package/dist/components/details-drawer/generic-details-drawer.css.js +219 -0
- package/dist/components/details-drawer/generic-details-drawer.d.ts +38 -0
- package/dist/components/details-drawer/generic-details-drawer.js +245 -0
- package/dist/components/details-drawer/handlers/diagram-handler.d.ts +35 -0
- package/dist/components/details-drawer/handlers/diagram-handler.js +248 -0
- package/dist/components/details-drawer/handlers/documentation-handler.d.ts +11 -0
- package/dist/components/details-drawer/handlers/documentation-handler.js +46 -0
- package/dist/components/details-drawer/handlers/example-handler.d.ts +18 -0
- package/dist/components/details-drawer/handlers/example-handler.js +146 -0
- package/dist/components/details-drawer/handlers/howto-handler.d.ts +11 -0
- package/dist/components/details-drawer/handlers/howto-handler.js +36 -0
- package/dist/components/details-drawer/handlers/markdown-handler.d.ts +12 -0
- package/dist/components/details-drawer/handlers/markdown-handler.js +54 -0
- package/dist/components/editor/editor-breadcrumb.css.js +1 -1
- package/dist/components/editor/editor.css.js +42 -0
- package/dist/components/editor/editor.d.ts +29 -3
- package/dist/components/editor/editor.js +495 -73
- package/dist/components/github/github-workspace-view.css.d.ts +2 -0
- package/dist/components/github/github-workspace-view.css.js +165 -0
- package/dist/components/github/github-workspace-view.d.ts +59 -0
- package/dist/components/github/github-workspace-view.js +525 -0
- package/dist/components/global-task/global-task-view.css.d.ts +2 -0
- package/dist/components/global-task/global-task-view.css.js +392 -0
- package/dist/components/global-task/global-task-view.d.ts +48 -0
- package/dist/components/global-task/global-task-view.js +359 -0
- package/dist/components/header/header.css.js +9 -1
- package/dist/components/http-method/http-method.css.js +5 -1
- package/dist/components/indeterminate-loader/indeterminate-loader.css.d.ts +2 -0
- package/dist/components/indeterminate-loader/indeterminate-loader.css.js +135 -0
- package/dist/components/indeterminate-loader/indeterminate-loader.d.ts +35 -0
- package/dist/components/indeterminate-loader/indeterminate-loader.js +201 -0
- package/dist/components/kv-view/kv-view.css.js +2 -0
- package/dist/components/kv-view/kv-view.js +0 -1
- package/dist/components/logo-wall/logo-wall.css.js +9 -0
- package/dist/components/manage-ruleset/manage-ruleset.css.js +14 -1
- package/dist/components/manage-ruleset/manage-ruleset.d.ts +1 -0
- package/dist/components/manage-ruleset/manage-ruleset.js +54 -22
- package/dist/components/manage-ruleset/rule-action.css.js +2 -0
- package/dist/components/manage-ruleset/rule-action.d.ts +10 -3
- package/dist/components/manage-ruleset/rule-action.js +118 -129
- package/dist/components/manage-ruleset/rule-input.d.ts +3 -1
- package/dist/components/manage-ruleset/rule-input.js +38 -34
- package/dist/components/manage-ruleset/rule.css.js +15 -1
- package/dist/components/manage-ruleset/rule.d.ts +4 -1
- package/dist/components/manage-ruleset/rule.js +44 -17
- package/dist/components/mermaid/mermaid-renderer.css.d.ts +1 -0
- package/dist/components/mermaid/mermaid-renderer.css.js +121 -0
- package/dist/components/mermaid/mermaid-renderer.d.ts +75 -0
- package/dist/components/mermaid/mermaid-renderer.js +485 -0
- package/dist/components/model-icon/doctor-icon.d.ts +9 -0
- package/dist/components/model-icon/doctor-icon.js +60 -0
- package/dist/components/model-icon/model-icon.d.ts +2 -1
- package/dist/components/model-icon/model-icon.js +13 -1
- package/dist/components/model-renderer/change.css.js +22 -8
- package/dist/components/model-renderer/changes.d.ts +1 -0
- package/dist/components/model-renderer/changes.js +47 -32
- package/dist/components/model-renderer/clickable-ref.d.ts +9 -3
- package/dist/components/model-renderer/clickable-ref.js +49 -10
- package/dist/components/model-renderer/components.d.ts +2 -0
- package/dist/components/model-renderer/components.js +196 -116
- package/dist/components/model-renderer/contact.js +2 -2
- package/dist/components/model-renderer/description.css.js +2 -0
- package/dist/components/model-renderer/document.d.ts +1 -0
- package/dist/components/model-renderer/document.js +14 -9
- package/dist/components/model-renderer/encoding.d.ts +2 -0
- package/dist/components/model-renderer/encoding.js +16 -7
- package/dist/components/model-renderer/example.css.js +5 -1
- package/dist/components/model-renderer/example.d.ts +4 -1
- package/dist/components/model-renderer/example.js +72 -118
- package/dist/components/model-renderer/extensions.d.ts +2 -0
- package/dist/components/model-renderer/extensions.js +11 -2
- package/dist/components/model-renderer/external-docs.d.ts +2 -0
- package/dist/components/model-renderer/external-docs.js +13 -4
- package/dist/components/model-renderer/has-changes.js +3 -3
- package/dist/components/model-renderer/header.d.ts +2 -0
- package/dist/components/model-renderer/header.js +27 -14
- package/dist/components/model-renderer/info.d.ts +2 -0
- package/dist/components/model-renderer/info.js +20 -7
- package/dist/components/model-renderer/link.d.ts +2 -0
- package/dist/components/model-renderer/link.js +27 -10
- package/dist/components/model-renderer/media-type.js +2 -2
- package/dist/components/model-renderer/model-badge.d.ts +11 -0
- package/dist/components/model-renderer/model-badge.js +59 -0
- package/dist/components/model-renderer/model-shared.css.js +14 -2
- package/dist/components/model-renderer/oauth-flows.js +4 -4
- package/dist/components/model-renderer/operation.d.ts +2 -1
- package/dist/components/model-renderer/operation.js +37 -16
- package/dist/components/model-renderer/param-location.js +3 -3
- package/dist/components/model-renderer/parameter.d.ts +2 -0
- package/dist/components/model-renderer/parameter.js +28 -15
- package/dist/components/model-renderer/path-item.d.ts +3 -0
- package/dist/components/model-renderer/path-item.js +52 -80
- package/dist/components/model-renderer/paths.d.ts +2 -0
- package/dist/components/model-renderer/paths.js +10 -3
- package/dist/components/model-renderer/problem-node.js +10 -10
- package/dist/components/model-renderer/rendered-node.css.js +35 -6
- package/dist/components/model-renderer/rendered-node.d.ts +14 -4
- package/dist/components/model-renderer/rendered-node.js +121 -58
- package/dist/components/model-renderer/rendered-property.js +4 -4
- package/dist/components/model-renderer/request-body.d.ts +2 -0
- package/dist/components/model-renderer/request-body.js +16 -9
- package/dist/components/model-renderer/response.d.ts +2 -0
- package/dist/components/model-renderer/response.js +35 -17
- package/dist/components/model-renderer/schema.css.js +10 -1
- package/dist/components/model-renderer/schema.d.ts +3 -2
- package/dist/components/model-renderer/schema.js +127 -129
- package/dist/components/model-renderer/security-scheme.js +3 -3
- package/dist/components/model-renderer/server.js +18 -8
- package/dist/components/model-renderer/tag.js +1 -1
- package/dist/components/model-tree/tree.css.js +21 -10
- package/dist/components/model-tree/tree.d.ts +39 -22
- package/dist/components/model-tree/tree.js +230 -167
- package/dist/components/paginator/paginator-navigator.css.js +9 -5
- package/dist/components/paginator/paginator-navigator.js +6 -6
- package/dist/components/paginator/paginator.css.js +2 -0
- package/dist/components/paginator/paginator.js +5 -8
- package/dist/components/percent-bar/percent-bar.css.js +133 -13
- package/dist/components/percent-bar/percent-bar.d.ts +2 -0
- package/dist/components/percent-bar/percent-bar.js +28 -24
- package/dist/components/premium-gate/premium-gate.css.d.ts +1 -0
- package/dist/components/premium-gate/premium-gate.css.js +117 -0
- package/dist/components/premium-gate/premium-gate.d.ts +49 -0
- package/dist/components/premium-gate/premium-gate.js +336 -0
- package/dist/components/problem-list/problem-list.css.js +72 -1
- package/dist/components/problem-list/problem-list.d.ts +17 -9
- package/dist/components/problem-list/problem-list.js +222 -226
- package/dist/components/problem-list/problem-mainview.css.js +12 -2
- package/dist/components/problem-list/problem-mainview.d.ts +3 -0
- package/dist/components/problem-list/problem-mainview.js +37 -17
- package/dist/components/problem-list/problem-toolbar.css.js +10 -7
- package/dist/components/problems-overview/diagnostic-evaluation.css.js +11 -1
- package/dist/components/problems-overview/diagnostic-evaluation.js +6 -7
- package/dist/components/problems-overview/document-statistic.css.js +6 -0
- package/dist/components/problems-overview/document-statistic.js +1 -1
- package/dist/components/problems-overview/problem-overview-group.js +5 -5
- package/dist/components/problems-overview/problem-statistic.css.js +24 -5
- package/dist/components/problems-overview/problem-statistic.js +15 -6
- package/dist/components/problems-overview/problem-statistics.css.js +4 -4
- package/dist/components/problems-overview/problem-statistics.js +29 -25
- package/dist/components/problems-overview/problems-overview.css.js +2 -2
- package/dist/components/property-view/property-view.css.js +2 -0
- package/dist/components/render-json-path/render-json-path.css.js +11 -3
- package/dist/components/render-json-path/render-json-path.js +3 -0
- package/dist/components/render-operation-path/render-operation-path.css.js +9 -0
- package/dist/components/render-operation-path/render-operation-path.js +7 -22
- package/dist/components/rodeo/rodeo.d.ts +1 -0
- package/dist/components/rodeo/rodeo.js +5 -0
- package/dist/components/rodeo/roundup.js +2 -2
- package/dist/components/rodeo/statistic.css.js +25 -2
- package/dist/components/rodeo/statistic.js +0 -4
- package/dist/components/shader-canvas/shader-canvas.css.d.ts +2 -0
- package/dist/components/shader-canvas/shader-canvas.css.js +66 -0
- package/dist/components/shader-canvas/shader-canvas.d.ts +36 -0
- package/dist/components/shader-canvas/shader-canvas.js +363 -0
- package/dist/components/shaders/flowing-waves-shader.d.ts +2 -0
- package/dist/components/shaders/flowing-waves-shader.js +70 -0
- package/dist/components/shaders/neon-canyon-shader.d.ts +2 -0
- package/dist/components/shaders/neon-canyon-shader.js +265 -0
- package/dist/components/shaders/neon-lines-shader.d.ts +2 -0
- package/dist/components/shaders/neon-lines-shader.js +181 -0
- package/dist/components/shaders/neon-squircles-shader.d.ts +2 -0
- package/dist/components/shaders/neon-squircles-shader.js +56 -0
- package/dist/components/shaders/retro-grid-shader.d.ts +2 -0
- package/dist/components/shaders/retro-grid-shader.js +53 -0
- package/dist/components/shaders/shader-base.d.ts +9 -0
- package/dist/components/shaders/shader-base.js +11 -0
- package/dist/components/terminal/terminal-example.css.js +4 -0
- package/dist/components/terminal/terminal-example.js +2 -3
- package/dist/components/terminal-emulator/terminal-emulator.css.js +12 -2
- package/dist/components/terminal-emulator/terminal-emulator.d.ts +7 -1
- package/dist/components/terminal-emulator/terminal-emulator.js +10 -5
- package/dist/components/the-doctor/doctor-controls-panel.css.d.ts +2 -0
- package/dist/components/the-doctor/doctor-controls-panel.css.js +53 -0
- package/dist/components/the-doctor/doctor-controls-panel.d.ts +20 -0
- package/dist/components/the-doctor/doctor-controls-panel.js +78 -0
- package/dist/components/the-doctor/doctor-editor-panel.css.d.ts +2 -0
- package/dist/components/the-doctor/doctor-editor-panel.css.js +209 -0
- package/dist/components/the-doctor/doctor-editor-panel.d.ts +41 -0
- package/dist/components/the-doctor/doctor-editor-panel.js +188 -0
- package/dist/components/the-doctor/doctor-navigator-panel.css.d.ts +2 -0
- package/dist/components/the-doctor/doctor-navigator-panel.css.js +134 -0
- package/dist/components/the-doctor/doctor-navigator-panel.d.ts +35 -0
- package/dist/components/the-doctor/doctor-navigator-panel.js +117 -0
- package/dist/components/the-doctor/doctor-sidebar-panel.css.d.ts +2 -0
- package/dist/components/the-doctor/doctor-sidebar-panel.css.js +143 -0
- package/dist/components/the-doctor/doctor-sidebar-panel.d.ts +31 -0
- package/dist/components/the-doctor/doctor-sidebar-panel.js +131 -0
- package/dist/components/the-doctor/doctor-url-overlay.css.d.ts +2 -0
- package/dist/components/the-doctor/doctor-url-overlay.css.js +59 -0
- package/dist/components/the-doctor/doctor-url-overlay.d.ts +23 -0
- package/dist/components/the-doctor/doctor-url-overlay.js +82 -0
- package/dist/components/the-doctor/nuke-workspace.js +4 -3
- package/dist/components/the-doctor/settings.css.js +2 -0
- package/dist/components/the-doctor/settings.js +5 -8
- package/dist/components/the-doctor/status-bar.d.ts +2 -2
- package/dist/components/the-doctor/status-bar.js +32 -31
- package/dist/components/the-doctor/the-doctor.css.js +47 -238
- package/dist/components/the-doctor/the-doctor.d.ts +149 -37
- package/dist/components/the-doctor/the-doctor.js +958 -528
- package/dist/components/the-doctor/upload-archive.css.js +8 -2
- package/dist/components/the-doctor/upload-archive.js +2 -2
- package/dist/components/theme-switcher/theme-switcher.js +5 -1
- package/dist/components/time-vortex/change-list-item.css.js +18 -4
- package/dist/components/time-vortex/change-list-item.d.ts +1 -0
- package/dist/components/time-vortex/change-list-item.js +4 -3
- package/dist/components/time-vortex/history-picker.css.js +60 -1
- package/dist/components/time-vortex/history-picker.d.ts +7 -1
- package/dist/components/time-vortex/history-picker.js +109 -5
- package/dist/components/time-vortex/tardis-control.css.js +339 -14
- package/dist/components/time-vortex/tardis-control.d.ts +31 -3
- package/dist/components/time-vortex/tardis-control.js +296 -58
- package/dist/components/time-vortex/time-vortex.d.ts +8 -2
- package/dist/components/time-vortex/time-vortex.js +54 -13
- package/dist/components/toast/toast-component.css.js +1 -0
- package/dist/components/toast/toast-component.d.ts +1 -0
- package/dist/components/toast/toast-component.js +23 -8
- package/dist/components/toast/toast-manager.d.ts +5 -0
- package/dist/components/toast/toast-manager.js +29 -7
- package/dist/components/visualizer/edge.d.ts +11 -1
- package/dist/components/visualizer/edge.js +27 -22
- package/dist/components/visualizer/equalizer.css.js +118 -76
- package/dist/components/visualizer/equalizer.d.ts +24 -45
- package/dist/components/visualizer/equalizer.js +262 -363
- package/dist/components/visualizer/explorer.d.ts +94 -14
- package/dist/components/visualizer/explorer.js +580 -393
- package/dist/components/visualizer/foreign-object.d.ts +12 -2
- package/dist/components/visualizer/foreign-object.js +21 -10
- package/dist/components/visualizer/key.js +12 -1
- package/dist/components/visualizer/nodes/callback.d.ts +2 -1
- package/dist/components/visualizer/nodes/callback.js +2 -2
- package/dist/components/visualizer/nodes/components.d.ts +2 -1
- package/dist/components/visualizer/nodes/components.js +2 -2
- package/dist/components/visualizer/nodes/contact.d.ts +2 -1
- package/dist/components/visualizer/nodes/contact.js +2 -2
- package/dist/components/visualizer/nodes/document.d.ts +2 -1
- package/dist/components/visualizer/nodes/document.js +2 -2
- package/dist/components/visualizer/nodes/graph-node.d.ts +14 -3
- package/dist/components/visualizer/nodes/graph-node.js +94 -43
- package/dist/components/visualizer/nodes/header.d.ts +2 -1
- package/dist/components/visualizer/nodes/header.js +2 -2
- package/dist/components/visualizer/nodes/info.d.ts +2 -1
- package/dist/components/visualizer/nodes/info.js +2 -2
- package/dist/components/visualizer/nodes/license.d.ts +2 -1
- package/dist/components/visualizer/nodes/license.js +2 -2
- package/dist/components/visualizer/nodes/link.d.ts +2 -1
- package/dist/components/visualizer/nodes/link.js +2 -2
- package/dist/components/visualizer/nodes/media-type.d.ts +2 -1
- package/dist/components/visualizer/nodes/media-type.js +2 -2
- package/dist/components/visualizer/nodes/operation.d.ts +2 -1
- package/dist/components/visualizer/nodes/operation.js +3 -4
- package/dist/components/visualizer/nodes/parameter.d.ts +3 -1
- package/dist/components/visualizer/nodes/parameter.js +3 -4
- package/dist/components/visualizer/nodes/path-item.d.ts +2 -1
- package/dist/components/visualizer/nodes/path-item.js +2 -2
- package/dist/components/visualizer/nodes/request-body.d.ts +2 -1
- package/dist/components/visualizer/nodes/request-body.js +2 -2
- package/dist/components/visualizer/nodes/response.d.ts +2 -1
- package/dist/components/visualizer/nodes/response.js +2 -2
- package/dist/components/visualizer/nodes/schema.d.ts +2 -1
- package/dist/components/visualizer/nodes/schema.js +64 -9
- package/dist/components/visualizer/nodes/security-scheme.d.ts +2 -1
- package/dist/components/visualizer/nodes/security-scheme.js +2 -2
- package/dist/components/visualizer/nodes/server.d.ts +2 -1
- package/dist/components/visualizer/nodes/server.js +3 -4
- package/dist/components/visualizer/nodes/tag.d.ts +2 -1
- package/dist/components/visualizer/nodes/tag.js +4 -5
- package/dist/components/visualizer/nodes/xml.d.ts +2 -1
- package/dist/components/visualizer/nodes/xml.js +2 -2
- package/dist/components/visualizer/orientation-controls.d.ts +6 -1
- package/dist/components/visualizer/orientation-controls.js +65 -7
- package/dist/components/visualizer/search.d.ts +2 -1
- package/dist/components/visualizer/search.js +22 -29
- package/dist/components/visualizer/shared.css.js +55 -18
- package/dist/components/visualizer/templates/svg-markers.d.ts +2 -0
- package/dist/components/visualizer/templates/svg-markers.js +73 -0
- package/dist/components/waiting-line/waiting-line.css.d.ts +2 -0
- package/dist/components/waiting-line/waiting-line.css.js +26 -0
- package/dist/components/waiting-line/waiting-line.d.ts +30 -0
- package/dist/components/waiting-line/waiting-line.js +424 -0
- package/dist/components/workspaces/workspace-view.css.js +89 -8
- package/dist/components/workspaces/workspace-view.d.ts +8 -1
- package/dist/components/workspaces/workspace-view.js +77 -25
- package/dist/controllers/auth-controller.d.ts +9 -0
- package/dist/controllers/auth-controller.js +12 -5
- package/dist/controllers/broker-controller.d.ts +30 -4
- package/dist/controllers/broker-controller.js +148 -25
- package/dist/controllers/bundle-controller.d.ts +21 -0
- package/dist/controllers/bundle-controller.js +122 -0
- package/dist/controllers/countdown-controller.d.ts +17 -0
- package/dist/controllers/countdown-controller.js +59 -0
- package/dist/controllers/diagnostic-controller.d.ts +18 -5
- package/dist/controllers/diagnostic-controller.js +206 -218
- package/dist/controllers/diagramatron-controller.d.ts +33 -0
- package/dist/controllers/diagramatron-controller.js +128 -0
- package/dist/controllers/docs-controller.d.ts +11 -5
- package/dist/controllers/docs-controller.js +97 -97
- package/dist/controllers/github-controller.d.ts +47 -0
- package/dist/controllers/github-controller.js +494 -0
- package/dist/controllers/global-task-controller.d.ts +46 -0
- package/dist/controllers/global-task-controller.js +352 -0
- package/dist/controllers/model-controller.d.ts +26 -4
- package/dist/controllers/model-controller.js +98 -62
- package/dist/controllers/node-clicker-controller.d.ts +121 -4
- package/dist/controllers/node-clicker-controller.js +526 -253
- package/dist/controllers/problem-controller.d.ts +11 -4
- package/dist/controllers/problem-controller.js +98 -39
- package/dist/controllers/rolodex-controller.d.ts +8 -3
- package/dist/controllers/rolodex-controller.js +117 -83
- package/dist/controllers/rule-controller.d.ts +12 -5
- package/dist/controllers/rule-controller.js +154 -161
- package/dist/controllers/spec-controller.d.ts +16 -4
- package/dist/controllers/spec-controller.js +91 -62
- package/dist/controllers/state-controller.d.ts +4 -3
- package/dist/controllers/state-controller.js +201 -154
- package/dist/controllers/tab-cache-controller.d.ts +29 -0
- package/dist/controllers/tab-cache-controller.js +68 -0
- package/dist/controllers/timeline-controller.d.ts +18 -0
- package/dist/controllers/timeline-controller.js +129 -0
- package/dist/controllers/wallet-controller.d.ts +3 -3
- package/dist/controllers/wallet-controller.js +22 -41
- package/dist/controllers/workspace-controller.d.ts +10 -4
- package/dist/controllers/workspace-controller.js +67 -22
- package/dist/cose-bilkent-S5V4N54A-2TG-C-n3.js +2608 -0
- package/dist/cowboy-components-BcyXo9oX.js +68425 -0
- package/dist/cowboy-components.css +1 -0
- package/dist/cowboy-components.umd.cjs +14050 -6577
- package/dist/css/alerts.css.js +2 -0
- package/dist/css/badges.css.js +2 -0
- package/dist/css/button.css.js +34 -1
- package/dist/css/cowboy-components.css +34 -0
- package/dist/css/dialog.css.js +11 -2
- package/dist/css/filter.css.js +17 -5
- package/dist/css/forms.css.js +14 -0
- package/dist/css/pb33f-theme.css +87 -16
- package/dist/css/syntax.css.js +5 -0
- package/dist/css/tabs.css.js +19 -2
- package/dist/css/tooltip.css.js +4 -0
- package/dist/cytoscape.esm-DfdJODL8.js +18735 -0
- package/dist/dagre-6UL2VRFP-BIlmTbhO.js +444 -0
- package/dist/defaultLocale-D7EN2tov.js +171 -0
- package/dist/diagram-PSM6KHXK-CeWby24E.js +531 -0
- package/dist/diagram-QEK2KX5R-DGonyVCK.js +217 -0
- package/dist/diagram-S2PKOQOG-mGn-y1uX.js +142 -0
- package/dist/erDiagram-Q2GNP2WA-BlBBw4Mz.js +841 -0
- package/dist/events/doctor.d.ts +63 -9
- package/dist/events/doctor.js +29 -1
- package/dist/events/drawer-events.d.ts +7 -0
- package/dist/events/drawer-events.js +3 -0
- package/dist/events/theme.d.ts +4 -0
- package/dist/events/theme.js +1 -0
- package/dist/factories/explorer-component-factory.d.ts +49 -0
- package/dist/factories/explorer-component-factory.js +205 -0
- package/dist/factories/state-controller-deps.factory.d.ts +88 -0
- package/dist/factories/state-controller-deps.factory.js +116 -0
- package/dist/flowDiagram-NV44I4VS-BlLzzy1C.js +1620 -0
- package/dist/ganttDiagram-LVOFAZNH-BoQtPC8k.js +2505 -0
- package/dist/gitGraph-F6HP7TQM-CShNSlrW.js +5 -0
- package/dist/gitGraphDiagram-NY62KEGX-BdpWBgHy.js +699 -0
- package/dist/graph-D9HS4Ahd.js +247 -0
- package/dist/helpers/event-wiring.d.ts +72 -0
- package/dist/helpers/event-wiring.js +58 -0
- package/dist/helpers/file-size-formatter.d.ts +3 -0
- package/dist/helpers/file-size-formatter.js +15 -0
- package/dist/helpers/filename-colorizer.d.ts +5 -0
- package/dist/helpers/filename-colorizer.js +30 -0
- package/dist/helpers/navigation-helper.d.ts +54 -0
- package/dist/helpers/navigation-helper.js +159 -0
- package/dist/helpers/typed-events.d.ts +1 -0
- package/dist/helpers/typed-events.js +3 -0
- package/dist/info-NVLQJR56-Bpi6I8up.js +5 -0
- package/dist/infoDiagram-F6ZHWCRC-DmhhbuMJ.js +24 -0
- package/dist/init-DjUOC4st.js +16 -0
- package/dist/interfaces/bundle-interfaces.d.ts +7 -0
- package/dist/interfaces/bundle-interfaces.js +1 -0
- package/dist/interfaces/doctor-interfaces.d.ts +506 -0
- package/dist/interfaces/doctor-interfaces.js +1 -0
- package/dist/journeyDiagram-XKPGCS4Q-CpkhK8vl.js +834 -0
- package/dist/kanban-definition-3W4ZIXB7-BFbucfYE.js +719 -0
- package/dist/katex-SsTUIUTC.js +11688 -0
- package/dist/layout-B8H1_UrM.js +1324 -0
- package/dist/linear-Bo0rJUSQ.js +259 -0
- package/dist/managers/drag-handler.d.ts +28 -0
- package/dist/managers/drag-handler.js +64 -0
- package/dist/managers/event-registration-manager.d.ts +17 -0
- package/dist/managers/event-registration-manager.js +34 -0
- package/dist/managers/expansion-manager.d.ts +58 -0
- package/dist/managers/expansion-manager.js +189 -0
- package/dist/managers/layout-filter-manager.d.ts +31 -0
- package/dist/managers/layout-filter-manager.js +109 -0
- package/dist/managers/panel-divider-manager.d.ts +33 -0
- package/dist/managers/panel-divider-manager.js +71 -0
- package/dist/managers/view-state-manager.d.ts +48 -0
- package/dist/managers/view-state-manager.js +101 -0
- package/dist/managers/viewport-manager.d.ts +53 -0
- package/dist/managers/viewport-manager.js +198 -0
- package/dist/mermaid-parser.core-BPror82d.js +12966 -0
- package/dist/mindmap-definition-VGOIOE7T-VAn-EShH.js +784 -0
- package/dist/mocks/task-mock-generator.d.ts +13 -0
- package/dist/mocks/task-mock-generator.js +200 -0
- package/dist/model/api-response.d.ts +2 -7
- package/dist/model/api-response.js +0 -2
- package/dist/model/bundle.d.ts +35 -0
- package/dist/model/bundle.js +1 -0
- package/dist/model/channels.d.ts +8 -1
- package/dist/model/channels.js +7 -0
- package/dist/model/drawer-content.d.ts +80 -0
- package/dist/model/drawer-content.js +14 -0
- package/dist/model/formable.js +22 -11
- package/dist/model/github.d.ts +125 -0
- package/dist/model/github.js +1 -0
- package/dist/model/graph.d.ts +15 -15
- package/dist/model/graph.js +24 -4
- package/dist/model/media-type.js +2 -2
- package/dist/model/node_type.d.ts +4 -0
- package/dist/model/node_type.js +4 -0
- package/dist/model/panel-state.d.ts +1 -0
- package/dist/model/rolodex.d.ts +3 -0
- package/dist/model/task.d.ts +50 -0
- package/dist/model/task.js +22 -0
- package/dist/model/timeline.d.ts +107 -1
- package/dist/model/tree-icon-config.d.ts +11 -0
- package/dist/model/tree-icon-config.js +46 -0
- package/dist/model/workspace.d.ts +2 -0
- package/dist/monacoeditorwork/css.worker.bundle.js +9 -7
- package/dist/monacoeditorwork/editor.worker.bundle.js +2 -0
- package/dist/monacoeditorwork/html.worker.bundle.js +9 -7
- package/dist/monacoeditorwork/json.worker.bundle.js +9 -7
- package/dist/monacoeditorwork/yaml.worker..bundle.js +72 -48
- package/dist/ordinal-DfAQgscy.js +61 -0
- package/dist/packet-BFZMPI3H-CXPCK9Q2.js +5 -0
- package/dist/pie-7BOR55EZ-CMcuUZ_S.js +5 -0
- package/dist/pieDiagram-ADFJNKIX-C0kdlQqn.js +161 -0
- package/dist/quadrantDiagram-AYHSOK5B-CRVq6wY3.js +1022 -0
- package/dist/radar-NHE76QYJ-CX_Gyp4h.js +5 -0
- package/dist/requirementDiagram-UZGBJVZJ-B8ZGgMKn.js +850 -0
- package/dist/sankeyDiagram-TZEHDZUN-CWAUJJue.js +810 -0
- package/dist/sequenceDiagram-WL72ISMW-nz81a4Cq.js +2511 -0
- package/dist/services/diagramatron-service.d.ts +20 -0
- package/dist/services/diagramatron-service.js +48 -0
- package/dist/services/doctor-events.d.ts +58 -0
- package/dist/services/doctor-events.js +33 -0
- package/dist/services/drawer-content-registry.d.ts +9 -0
- package/dist/services/drawer-content-registry.js +37 -0
- package/dist/services/github-service.d.ts +9 -0
- package/dist/services/github-service.js +166 -0
- package/dist/services/global-task-service.d.ts +6 -0
- package/dist/services/global-task-service.js +27 -0
- package/dist/services/header-service.d.ts +5 -3
- package/dist/services/header-service.js +13 -0
- package/dist/services/linting-service.d.ts +2 -0
- package/dist/services/linting-service.js +19 -2
- package/dist/services/mermaid-config-service.d.ts +53 -0
- package/dist/services/mermaid-config-service.js +519 -0
- package/dist/services/model-service.d.ts +12 -7
- package/dist/services/model-service.js +64 -11
- package/dist/services/rodeo-service.js +12 -12
- package/dist/services/timeline-service.d.ts +12 -2
- package/dist/services/timeline-service.js +329 -0
- package/dist/services/wallet-service.d.ts +1 -1
- package/dist/services/wallet-service.js +4 -1
- package/dist/services/workspace-service.js +16 -2
- package/dist/stateDiagram-FKZM4ZOC-3PFzJlcG.js +263 -0
- package/dist/stateDiagram-v2-4FDKWEC3-Bp46vM6_.js +16 -0
- package/dist/timeline-definition-IT6M3QCI-utm7jTLb.js +795 -0
- package/dist/treemap-KMMF4GRG-BvEKHn43.js +5 -0
- package/dist/utils/language-utils.d.ts +1 -0
- package/dist/utils/language-utils.js +23 -0
- package/dist/utils/lru-cache.d.ts +11 -0
- package/dist/utils/lru-cache.js +38 -0
- package/dist/utils/node-helpers.d.ts +6 -0
- package/dist/utils/node-helpers.js +62 -0
- package/dist/utils/path-utils.d.ts +5 -0
- package/dist/utils/path-utils.js +22 -0
- package/dist/workers/elk-layout.worker.d.ts +2 -0
- package/dist/workers/elk-layout.worker.js +31 -0
- package/dist/workers/equalizer.worker.d.ts +6 -1
- package/dist/workers/equalizer.worker.js +144 -195
- package/dist/workers/graph-dependent.worker.js +6 -6
- package/dist/workers/rule-documentation.worker.js +12 -48
- package/dist/workers/search-graph.worker.js +8 -23
- package/dist/xychartDiagram-PRI3JC2R-twqDKWMX.js +1340 -0
- package/package.json +17 -10
- package/dist/assets/equalizer.worker-DyLD5JTU.js +0 -1
- package/dist/assets/graph-dependent.worker-CpVhp0-T.js +0 -1
- package/dist/assets/rule-documentation.worker-B7xOWY5M.js +0 -1
- package/dist/assets/search-graph.worker-B9zqINrO.js +0 -1
- package/dist/assets/search-problems.worker-BAF8L2rX.js +0 -1
- package/dist/components/problem-list/details-drawer.d.ts +0 -34
- package/dist/components/problem-list/details-drawer.js +0 -200
- package/dist/style.css +0 -1
- /package/dist/components/{problem-list/details-drawer.css.d.ts → bundle-toolbar/bundle-toolbar.css.d.ts} +0 -0
package/dist/model/graph.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ModelController } from "../controllers/model-controller";
|
|
1
2
|
export interface Node {
|
|
2
3
|
id: string;
|
|
3
4
|
idHash: string;
|
|
@@ -13,11 +14,11 @@ export interface Node {
|
|
|
13
14
|
active?: boolean;
|
|
14
15
|
instance: any;
|
|
15
16
|
label: string;
|
|
16
|
-
nodes:
|
|
17
|
+
nodes: string[];
|
|
17
18
|
keyLine: number;
|
|
18
19
|
valueLine: number;
|
|
19
20
|
type: string;
|
|
20
|
-
|
|
21
|
+
violationIds?: string[];
|
|
21
22
|
isArray?: boolean;
|
|
22
23
|
arrayValues?: number;
|
|
23
24
|
propertyCount?: number;
|
|
@@ -74,13 +75,6 @@ export interface Spacing {
|
|
|
74
75
|
bendEdges?: boolean;
|
|
75
76
|
bendPoints?: boolean;
|
|
76
77
|
}
|
|
77
|
-
export interface References {
|
|
78
|
-
renderRefs?: boolean;
|
|
79
|
-
renderPoly?: boolean;
|
|
80
|
-
}
|
|
81
|
-
export interface Options {
|
|
82
|
-
dimDependents?: boolean;
|
|
83
|
-
}
|
|
84
78
|
export interface GraphVersion {
|
|
85
79
|
graphId?: string;
|
|
86
80
|
revisionId?: string;
|
|
@@ -88,19 +82,19 @@ export interface GraphVersion {
|
|
|
88
82
|
}
|
|
89
83
|
export interface GraphResponse {
|
|
90
84
|
nodes: Node[];
|
|
91
|
-
nodesRendered: Node[];
|
|
92
|
-
nodesChanged?: Node[];
|
|
93
85
|
changes?: Change[];
|
|
94
86
|
edges: Edge[];
|
|
95
87
|
spacing?: Spacing;
|
|
96
|
-
references?: References;
|
|
97
88
|
graphMap?: {
|
|
98
89
|
[key: string]: string;
|
|
99
90
|
};
|
|
100
|
-
|
|
101
|
-
|
|
91
|
+
violations?: {
|
|
92
|
+
[key: string]: VacuumResult;
|
|
93
|
+
};
|
|
102
94
|
rebuild?: boolean;
|
|
103
95
|
nodeChangeTree?: Node;
|
|
96
|
+
stripped?: boolean;
|
|
97
|
+
strippedCount?: number;
|
|
104
98
|
}
|
|
105
99
|
export interface VacuumResult {
|
|
106
100
|
message: string;
|
|
@@ -108,6 +102,12 @@ export interface VacuumResult {
|
|
|
108
102
|
ruleId: string;
|
|
109
103
|
ruleSeverity: string;
|
|
110
104
|
}
|
|
105
|
+
export interface ViolationCounts {
|
|
106
|
+
errors: number;
|
|
107
|
+
warnings: number;
|
|
108
|
+
info: number;
|
|
109
|
+
}
|
|
110
|
+
export declare function countViolationsBySeverity(node: Node | null | undefined, violationMap: Map<string, VacuumResult> | null | undefined): ViolationCounts;
|
|
111
111
|
export interface Reference {
|
|
112
112
|
definition: string;
|
|
113
113
|
fullDefinition: string;
|
|
@@ -120,4 +120,4 @@ export interface Reference {
|
|
|
120
120
|
isPolymorphic: boolean;
|
|
121
121
|
rolodexIdHash?: string;
|
|
122
122
|
}
|
|
123
|
-
export declare function SearchNodeTreeForPath(node: Node, path: string): Node | null;
|
|
123
|
+
export declare function SearchNodeTreeForPath(node: Node, path: string, modelController: ModelController): Node | null;
|
package/dist/model/graph.js
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
|
-
export function
|
|
1
|
+
export function countViolationsBySeverity(node, violationMap) {
|
|
2
|
+
const counts = { errors: 0, warnings: 0, info: 0 };
|
|
3
|
+
if (!node?.violationIds || !violationMap)
|
|
4
|
+
return counts;
|
|
5
|
+
for (const id of node.violationIds) {
|
|
6
|
+
const result = violationMap.get(id);
|
|
7
|
+
if (!result)
|
|
8
|
+
continue;
|
|
9
|
+
if (result.ruleSeverity === 'error')
|
|
10
|
+
counts.errors++;
|
|
11
|
+
else if (result.ruleSeverity === 'warn')
|
|
12
|
+
counts.warnings++;
|
|
13
|
+
else
|
|
14
|
+
counts.info++;
|
|
15
|
+
}
|
|
16
|
+
return counts;
|
|
17
|
+
}
|
|
18
|
+
export function SearchNodeTreeForPath(node, path, modelController) {
|
|
2
19
|
if (!node) {
|
|
3
20
|
return null;
|
|
4
21
|
}
|
|
@@ -7,9 +24,12 @@ export function SearchNodeTreeForPath(node, path) {
|
|
|
7
24
|
}
|
|
8
25
|
if (node.nodes && node.nodes.length > 0) {
|
|
9
26
|
for (let n of node.nodes) {
|
|
10
|
-
|
|
11
|
-
if (
|
|
12
|
-
|
|
27
|
+
const locatedNode = modelController.nodeMap.get(n);
|
|
28
|
+
if (locatedNode) {
|
|
29
|
+
let found = SearchNodeTreeForPath(locatedNode, path, modelController);
|
|
30
|
+
if (found) {
|
|
31
|
+
return found;
|
|
32
|
+
}
|
|
13
33
|
}
|
|
14
34
|
}
|
|
15
35
|
}
|
package/dist/model/media-type.js
CHANGED
|
@@ -17,8 +17,8 @@ export function extractExtensions(obj) {
|
|
|
17
17
|
}
|
|
18
18
|
export function extractDocumentExtensions(obj) {
|
|
19
19
|
const map = new Map;
|
|
20
|
-
for (let key in obj
|
|
21
|
-
map.set(key, obj
|
|
20
|
+
for (let key in obj?.extensionData) {
|
|
21
|
+
map.set(key, obj?.extensionData[key]);
|
|
22
22
|
}
|
|
23
23
|
return map;
|
|
24
24
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export declare enum NodeType {
|
|
2
2
|
VERSION = "version",
|
|
3
3
|
SCHEMA = "schema",
|
|
4
|
+
SCHEMAS = "schemas",
|
|
5
|
+
SCHEMA_TYPES = "types",
|
|
4
6
|
MEDIA_TYPE = "mediaType",
|
|
5
7
|
HEADER = "header",
|
|
6
8
|
EXAMPLE = "example",
|
|
@@ -53,6 +55,8 @@ export declare enum NodeType {
|
|
|
53
55
|
UPLOAD = "upload",
|
|
54
56
|
ADD = "add",
|
|
55
57
|
UNKNOWN = "unknown",
|
|
58
|
+
EXPAND_NODE = "expand-node",
|
|
59
|
+
POV_MODE = "pov-mode",
|
|
56
60
|
JS = "js",
|
|
57
61
|
GO = "go",
|
|
58
62
|
TS = "ts",
|
package/dist/model/node_type.js
CHANGED
|
@@ -2,6 +2,8 @@ export var NodeType;
|
|
|
2
2
|
(function (NodeType) {
|
|
3
3
|
NodeType["VERSION"] = "version";
|
|
4
4
|
NodeType["SCHEMA"] = "schema";
|
|
5
|
+
NodeType["SCHEMAS"] = "schemas";
|
|
6
|
+
NodeType["SCHEMA_TYPES"] = "types";
|
|
5
7
|
NodeType["MEDIA_TYPE"] = "mediaType";
|
|
6
8
|
NodeType["HEADER"] = "header";
|
|
7
9
|
NodeType["EXAMPLE"] = "example";
|
|
@@ -54,6 +56,8 @@ export var NodeType;
|
|
|
54
56
|
NodeType["UPLOAD"] = "upload";
|
|
55
57
|
NodeType["ADD"] = "add";
|
|
56
58
|
NodeType["UNKNOWN"] = "unknown";
|
|
59
|
+
NodeType["EXPAND_NODE"] = "expand-node";
|
|
60
|
+
NodeType["POV_MODE"] = "pov-mode";
|
|
57
61
|
NodeType["JS"] = "js";
|
|
58
62
|
NodeType["GO"] = "go";
|
|
59
63
|
NodeType["TS"] = "ts";
|
package/dist/model/rolodex.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { DocumentStatistics } from "./document-statistics";
|
|
|
2
2
|
import { Node, Reference } from "./graph";
|
|
3
3
|
export interface RolodexResponse {
|
|
4
4
|
rolodexRoot: Node;
|
|
5
|
+
nodes: Node[];
|
|
5
6
|
statistics: DocumentStatistics;
|
|
6
7
|
}
|
|
7
8
|
export interface ArchiveFileResponse {
|
|
@@ -26,9 +27,11 @@ export interface ReferenceMap {
|
|
|
26
27
|
}
|
|
27
28
|
export interface RolodexState {
|
|
28
29
|
activePath?: string;
|
|
30
|
+
activeId?: string;
|
|
29
31
|
activeHash?: string;
|
|
30
32
|
activeLanguage?: string;
|
|
31
33
|
activeNode?: Node;
|
|
34
|
+
rootId?: string;
|
|
32
35
|
rootHash?: string;
|
|
33
36
|
rootPath?: string;
|
|
34
37
|
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
export interface Task {
|
|
2
|
+
id: string;
|
|
3
|
+
type: string;
|
|
4
|
+
parentId?: string;
|
|
5
|
+
userId: string;
|
|
6
|
+
workspaceId?: string;
|
|
7
|
+
name: string;
|
|
8
|
+
message?: string;
|
|
9
|
+
status: 'active' | 'completed' | 'failed';
|
|
10
|
+
progress: number;
|
|
11
|
+
totalSteps: number;
|
|
12
|
+
currentStep: number;
|
|
13
|
+
startedAt: number;
|
|
14
|
+
updatedAt: number;
|
|
15
|
+
completedAt?: number;
|
|
16
|
+
error?: string;
|
|
17
|
+
subtasks?: Task[];
|
|
18
|
+
}
|
|
19
|
+
export declare enum TaskAction {
|
|
20
|
+
Create = "create",
|
|
21
|
+
Update = "update",
|
|
22
|
+
Complete = "complete",
|
|
23
|
+
Fail = "fail"
|
|
24
|
+
}
|
|
25
|
+
export interface TaskMessage {
|
|
26
|
+
action: TaskAction;
|
|
27
|
+
task: Task;
|
|
28
|
+
}
|
|
29
|
+
export interface TaskListResponse {
|
|
30
|
+
tasks: Task[];
|
|
31
|
+
count: number;
|
|
32
|
+
}
|
|
33
|
+
export declare enum TaskType {
|
|
34
|
+
GitHubImport = "github-import",
|
|
35
|
+
GitHubImportFile = "github-import-file",
|
|
36
|
+
GitHubImportDetail = "github-import-detail",
|
|
37
|
+
GitHubScan = "github-scan",
|
|
38
|
+
GitHubClone = "github-clone",
|
|
39
|
+
PrChange = "pr_change"
|
|
40
|
+
}
|
|
41
|
+
export declare enum TaskStatus {
|
|
42
|
+
Active = "active",
|
|
43
|
+
Completed = "completed",
|
|
44
|
+
Failed = "failed"
|
|
45
|
+
}
|
|
46
|
+
export interface TaskTypeSubscription {
|
|
47
|
+
taskType: string;
|
|
48
|
+
actions: TaskAction[];
|
|
49
|
+
callback: (task: Task) => void;
|
|
50
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export var TaskAction;
|
|
2
|
+
(function (TaskAction) {
|
|
3
|
+
TaskAction["Create"] = "create";
|
|
4
|
+
TaskAction["Update"] = "update";
|
|
5
|
+
TaskAction["Complete"] = "complete";
|
|
6
|
+
TaskAction["Fail"] = "fail";
|
|
7
|
+
})(TaskAction || (TaskAction = {}));
|
|
8
|
+
export var TaskType;
|
|
9
|
+
(function (TaskType) {
|
|
10
|
+
TaskType["GitHubImport"] = "github-import";
|
|
11
|
+
TaskType["GitHubImportFile"] = "github-import-file";
|
|
12
|
+
TaskType["GitHubImportDetail"] = "github-import-detail";
|
|
13
|
+
TaskType["GitHubScan"] = "github-scan";
|
|
14
|
+
TaskType["GitHubClone"] = "github-clone";
|
|
15
|
+
TaskType["PrChange"] = "pr_change";
|
|
16
|
+
})(TaskType || (TaskType = {}));
|
|
17
|
+
export var TaskStatus;
|
|
18
|
+
(function (TaskStatus) {
|
|
19
|
+
TaskStatus["Active"] = "active";
|
|
20
|
+
TaskStatus["Completed"] = "completed";
|
|
21
|
+
TaskStatus["Failed"] = "failed";
|
|
22
|
+
})(TaskStatus || (TaskStatus = {}));
|
package/dist/model/timeline.d.ts
CHANGED
|
@@ -1,4 +1,23 @@
|
|
|
1
|
-
import { LineDataSet } from "../components/charts/config";
|
|
1
|
+
import { LineDataSet } from "../components/charts/config.js";
|
|
2
|
+
import { Problem } from "./problem.js";
|
|
3
|
+
import { DrDiagnostics } from "./document-statistics.js";
|
|
4
|
+
export interface SpecChange {
|
|
5
|
+
changeId: string;
|
|
6
|
+
gitChange: boolean;
|
|
7
|
+
gitCommitSha?: string;
|
|
8
|
+
gitBranch?: string;
|
|
9
|
+
gitAuthor?: string;
|
|
10
|
+
gitMessage?: string;
|
|
11
|
+
gitPrNumber?: number;
|
|
12
|
+
gitPrTitle?: string;
|
|
13
|
+
gitPrUrl?: string;
|
|
14
|
+
gitRepositoryId?: string;
|
|
15
|
+
gitRepositoryName?: string;
|
|
16
|
+
isEphemeral: boolean;
|
|
17
|
+
ephemeralExpiresAt?: string;
|
|
18
|
+
createdAt: string;
|
|
19
|
+
updatedAt: string;
|
|
20
|
+
}
|
|
2
21
|
export interface SpecSummary {
|
|
3
22
|
summaryId?: string;
|
|
4
23
|
changeId?: string;
|
|
@@ -20,6 +39,76 @@ export interface SpecSummary {
|
|
|
20
39
|
wentDown?: boolean;
|
|
21
40
|
wentUp?: boolean;
|
|
22
41
|
scoreVariance?: number;
|
|
42
|
+
isEphemeral?: boolean;
|
|
43
|
+
gitChange?: boolean;
|
|
44
|
+
gitCommitSha?: string;
|
|
45
|
+
gitBranch?: string;
|
|
46
|
+
gitAuthor?: string;
|
|
47
|
+
gitMessage?: string;
|
|
48
|
+
gitPrNumber?: number;
|
|
49
|
+
gitPrTitle?: string;
|
|
50
|
+
gitPrUrl?: string;
|
|
51
|
+
gitRepositoryId?: string;
|
|
52
|
+
gitRepositoryName?: string;
|
|
53
|
+
ephemeralExpiresAt?: string;
|
|
54
|
+
}
|
|
55
|
+
export type PRChangeType = "pull_request" | "branch";
|
|
56
|
+
export interface PRChangeResponse {
|
|
57
|
+
changeId: string;
|
|
58
|
+
changeType: PRChangeType;
|
|
59
|
+
prNumber?: number;
|
|
60
|
+
prTitle?: string;
|
|
61
|
+
prUrl?: string;
|
|
62
|
+
branchName: string;
|
|
63
|
+
commitSha: string;
|
|
64
|
+
author?: string;
|
|
65
|
+
totalChanges: number;
|
|
66
|
+
breakingChanges: number;
|
|
67
|
+
additions: number;
|
|
68
|
+
modifications: number;
|
|
69
|
+
removals: number;
|
|
70
|
+
lintingScore: number;
|
|
71
|
+
errors: number;
|
|
72
|
+
warnings: number;
|
|
73
|
+
lastUpdated: string;
|
|
74
|
+
expiresAt?: string;
|
|
75
|
+
daysUntilExpiry?: number;
|
|
76
|
+
repositoryName?: string;
|
|
77
|
+
}
|
|
78
|
+
export interface ChangeMetadata {
|
|
79
|
+
changeId: string;
|
|
80
|
+
isEphemeral?: boolean;
|
|
81
|
+
gitChange?: boolean;
|
|
82
|
+
gitBranch?: string;
|
|
83
|
+
gitCommitSha?: string;
|
|
84
|
+
gitPrNumber?: number;
|
|
85
|
+
gitPrTitle?: string;
|
|
86
|
+
gitRepositoryName?: string;
|
|
87
|
+
}
|
|
88
|
+
export interface ComparisonSummary {
|
|
89
|
+
totalChanges: number;
|
|
90
|
+
breakingChanges: number;
|
|
91
|
+
additions: number;
|
|
92
|
+
modifications: number;
|
|
93
|
+
removals: number;
|
|
94
|
+
}
|
|
95
|
+
export interface CompareRequest {
|
|
96
|
+
leftChangeId: string;
|
|
97
|
+
rightChangeId?: string;
|
|
98
|
+
compareToMain?: boolean;
|
|
99
|
+
}
|
|
100
|
+
export interface ToolsCompareRequest {
|
|
101
|
+
rightSpec: string;
|
|
102
|
+
}
|
|
103
|
+
export interface ToolsCompareResponse {
|
|
104
|
+
changeId: string;
|
|
105
|
+
summary: SpecSummary;
|
|
106
|
+
}
|
|
107
|
+
export interface CompareResponse {
|
|
108
|
+
leftChange: ChangeMetadata;
|
|
109
|
+
rightChange: ChangeMetadata;
|
|
110
|
+
changes: any;
|
|
111
|
+
summary: ComparisonSummary;
|
|
23
112
|
}
|
|
24
113
|
export interface ChartResult {
|
|
25
114
|
labels: string[];
|
|
@@ -31,3 +120,20 @@ export interface ChangeHistory {
|
|
|
31
120
|
violationData: ChartResult | null;
|
|
32
121
|
changeIds: string[];
|
|
33
122
|
}
|
|
123
|
+
export interface StatisticsDelta {
|
|
124
|
+
previousScore: number;
|
|
125
|
+
scoreDelta: number;
|
|
126
|
+
errorsDelta: number;
|
|
127
|
+
warningsDelta: number;
|
|
128
|
+
infosDelta: number;
|
|
129
|
+
}
|
|
130
|
+
export interface ChangeViolationsResponse {
|
|
131
|
+
changeId: string;
|
|
132
|
+
total: number;
|
|
133
|
+
violations: Problem[];
|
|
134
|
+
}
|
|
135
|
+
export interface ChangeStatisticsResponse {
|
|
136
|
+
changeId: string;
|
|
137
|
+
statistics: DrDiagnostics;
|
|
138
|
+
delta?: StatisticsDelta;
|
|
139
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { NodeType } from "./node_type.js";
|
|
2
|
+
export interface TreeIconVisibility {
|
|
3
|
+
showOnLeaf: boolean;
|
|
4
|
+
showOnBranch: boolean;
|
|
5
|
+
onlyWithIssues?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export type TreeIconConfig = {
|
|
8
|
+
[key in NodeType]?: TreeIconVisibility;
|
|
9
|
+
};
|
|
10
|
+
export declare const defaultIconConfig: TreeIconConfig;
|
|
11
|
+
export declare function shouldShowIcon(nodeType: NodeType | string, isLeaf: boolean, hasIssues: boolean, config: TreeIconConfig): boolean;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { NodeType } from "./node_type.js";
|
|
2
|
+
export const defaultIconConfig = {
|
|
3
|
+
[NodeType.DOCUMENT]: { showOnLeaf: true, showOnBranch: true },
|
|
4
|
+
[NodeType.PATHS]: { showOnLeaf: true, showOnBranch: true },
|
|
5
|
+
[NodeType.COMPONENTS]: { showOnLeaf: true, showOnBranch: true },
|
|
6
|
+
[NodeType.INFO]: { showOnLeaf: true, showOnBranch: true },
|
|
7
|
+
[NodeType.CONTACT]: { showOnLeaf: true, showOnBranch: true },
|
|
8
|
+
[NodeType.LICENSE]: { showOnLeaf: true, showOnBranch: true },
|
|
9
|
+
[NodeType.SERVERS]: { showOnLeaf: true, showOnBranch: true },
|
|
10
|
+
[NodeType.SERVER]: { showOnLeaf: true, showOnBranch: true },
|
|
11
|
+
[NodeType.TAGS]: { showOnLeaf: true, showOnBranch: true },
|
|
12
|
+
[NodeType.TAG]: { showOnLeaf: true, showOnBranch: true },
|
|
13
|
+
[NodeType.SECURITY_SCHEMES]: { showOnLeaf: true, showOnBranch: true },
|
|
14
|
+
[NodeType.SECURITY_SCHEME]: { showOnLeaf: true, showOnBranch: true },
|
|
15
|
+
[NodeType.WEBHOOKS]: { showOnLeaf: true, showOnBranch: true },
|
|
16
|
+
[NodeType.WEBHOOK]: { showOnLeaf: true, showOnBranch: true },
|
|
17
|
+
[NodeType.EXTERNAL_DOCS]: { showOnLeaf: true, showOnBranch: true },
|
|
18
|
+
[NodeType.EXAMPLE]: { showOnLeaf: true, showOnBranch: true },
|
|
19
|
+
[NodeType.EXAMPLES]: { showOnLeaf: true, showOnBranch: true },
|
|
20
|
+
[NodeType.LINK]: { showOnLeaf: true, showOnBranch: true },
|
|
21
|
+
[NodeType.LINKS]: { showOnLeaf: true, showOnBranch: true },
|
|
22
|
+
[NodeType.CALLBACK]: { showOnLeaf: true, showOnBranch: true },
|
|
23
|
+
[NodeType.CALLBACKS]: { showOnLeaf: true, showOnBranch: true },
|
|
24
|
+
[NodeType.EXTENSIONS]: { showOnLeaf: true, showOnBranch: true },
|
|
25
|
+
[NodeType.EXTENSION]: { showOnLeaf: true, showOnBranch: true },
|
|
26
|
+
[NodeType.ROLODEX_FILE]: { showOnLeaf: true, showOnBranch: true },
|
|
27
|
+
[NodeType.ROLODEX_FOLDER]: { showOnLeaf: true, showOnBranch: true },
|
|
28
|
+
[NodeType.SECURITY]: { showOnLeaf: true, showOnBranch: true },
|
|
29
|
+
[NodeType.PARAMETERS]: { showOnLeaf: true, showOnBranch: true },
|
|
30
|
+
[NodeType.HEADERS]: { showOnLeaf: true, showOnBranch: true },
|
|
31
|
+
[NodeType.RESPONSES]: { showOnLeaf: true, showOnBranch: true },
|
|
32
|
+
[NodeType.REQUEST_BODIES]: { showOnLeaf: true, showOnBranch: true },
|
|
33
|
+
[NodeType.REQUEST_BODY]: { showOnLeaf: true, showOnBranch: true },
|
|
34
|
+
[NodeType.PATH_ITEMS]: { showOnLeaf: true, showOnBranch: true },
|
|
35
|
+
[NodeType.SCHEMAS]: { showOnLeaf: true, showOnBranch: true },
|
|
36
|
+
};
|
|
37
|
+
export function shouldShowIcon(nodeType, isLeaf, hasIssues, config) {
|
|
38
|
+
const visibility = config[nodeType];
|
|
39
|
+
if (!visibility) {
|
|
40
|
+
return false;
|
|
41
|
+
}
|
|
42
|
+
if (visibility.onlyWithIssues) {
|
|
43
|
+
return hasIssues;
|
|
44
|
+
}
|
|
45
|
+
return isLeaf ? visibility.showOnLeaf : visibility.showOnBranch;
|
|
46
|
+
}
|
|
@@ -5715,6 +5715,8 @@
|
|
|
5715
5715
|
case 125:
|
|
5716
5716
|
chClass = hasOpenCurlyBracket ? 0 : 1;
|
|
5717
5717
|
break;
|
|
5718
|
+
// The following three rules make it that ' or " or ` are allowed inside links
|
|
5719
|
+
// only if the link is wrapped by some other quote character
|
|
5718
5720
|
case 39:
|
|
5719
5721
|
case 34:
|
|
5720
5722
|
case 96:
|
|
@@ -20061,10 +20063,10 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20061
20063
|
}, format: function(t4) {
|
|
20062
20064
|
if (null === t4 || "object" != typeof t4)
|
|
20063
20065
|
throw new TypeError('The "pathObject" argument must be of type Object. Received type ' + typeof t4);
|
|
20064
|
-
return function(t5, e3) {
|
|
20066
|
+
return (function(t5, e3) {
|
|
20065
20067
|
var r3 = e3.dir || e3.root, n3 = e3.base || (e3.name || "") + (e3.ext || "");
|
|
20066
20068
|
return r3 ? r3 === e3.root ? r3 + n3 : r3 + "/" + n3 : n3;
|
|
20067
|
-
}(0, t4);
|
|
20069
|
+
})(0, t4);
|
|
20068
20070
|
}, parse: function(t4) {
|
|
20069
20071
|
e2(t4);
|
|
20070
20072
|
var r3 = { root: "", dir: "", base: "", ext: "", name: "" };
|
|
@@ -20130,9 +20132,9 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20130
20132
|
query;
|
|
20131
20133
|
fragment;
|
|
20132
20134
|
constructor(t4, e3, r2, n2, i2, o2 = false) {
|
|
20133
|
-
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ function(t5, e4) {
|
|
20135
|
+
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ (function(t5, e4) {
|
|
20134
20136
|
return t5 || e4 ? t5 : "file";
|
|
20135
|
-
}(t4, o2), this.authority = e3 || h, this.path = function(t5, e4) {
|
|
20137
|
+
})(t4, o2), this.authority = e3 || h, this.path = (function(t5, e4) {
|
|
20136
20138
|
switch (t5) {
|
|
20137
20139
|
case "https":
|
|
20138
20140
|
case "http":
|
|
@@ -20140,7 +20142,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20140
20142
|
e4 ? e4[0] !== a2 && (e4 = a2 + e4) : e4 = a2;
|
|
20141
20143
|
}
|
|
20142
20144
|
return e4;
|
|
20143
|
-
}(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
20145
|
+
})(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
20144
20146
|
}
|
|
20145
20147
|
get fsPath() {
|
|
20146
20148
|
return m(this, false);
|
|
@@ -20264,7 +20266,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20264
20266
|
var A2 = r(470);
|
|
20265
20267
|
const w = A2.posix || A2, x = "/";
|
|
20266
20268
|
var P;
|
|
20267
|
-
!function(t4) {
|
|
20269
|
+
!(function(t4) {
|
|
20268
20270
|
t4.joinPath = function(t5, ...e3) {
|
|
20269
20271
|
return t5.with({ path: w.join(t5.path, ...e3) });
|
|
20270
20272
|
}, t4.resolvePath = function(t5, ...e3) {
|
|
@@ -20282,7 +20284,7 @@ Syntax: ${textToMarkedString(entry.syntax)}`;
|
|
|
20282
20284
|
}, t4.extname = function(t5) {
|
|
20283
20285
|
return w.extname(t5.path);
|
|
20284
20286
|
};
|
|
20285
|
-
}(P || (P = {}));
|
|
20287
|
+
})(P || (P = {}));
|
|
20286
20288
|
})(), LIB = n;
|
|
20287
20289
|
})();
|
|
20288
20290
|
var { URI: URI22, Utils } = LIB;
|
|
@@ -5715,6 +5715,8 @@
|
|
|
5715
5715
|
case 125:
|
|
5716
5716
|
chClass = hasOpenCurlyBracket ? 0 : 1;
|
|
5717
5717
|
break;
|
|
5718
|
+
// The following three rules make it that ' or " or ` are allowed inside links
|
|
5719
|
+
// only if the link is wrapped by some other quote character
|
|
5718
5720
|
case 39:
|
|
5719
5721
|
case 34:
|
|
5720
5722
|
case 96:
|
|
@@ -5715,6 +5715,8 @@
|
|
|
5715
5715
|
case 125:
|
|
5716
5716
|
chClass = hasOpenCurlyBracket ? 0 : 1;
|
|
5717
5717
|
break;
|
|
5718
|
+
// The following three rules make it that ' or " or ` are allowed inside links
|
|
5719
|
+
// only if the link is wrapped by some other quote character
|
|
5718
5720
|
case 39:
|
|
5719
5721
|
case 34:
|
|
5720
5722
|
case 96:
|
|
@@ -22377,10 +22379,10 @@
|
|
|
22377
22379
|
}, format: function(t4) {
|
|
22378
22380
|
if (null === t4 || "object" != typeof t4)
|
|
22379
22381
|
throw new TypeError('The "pathObject" argument must be of type Object. Received type ' + typeof t4);
|
|
22380
|
-
return function(t5, e3) {
|
|
22382
|
+
return (function(t5, e3) {
|
|
22381
22383
|
var r3 = e3.dir || e3.root, n3 = e3.base || (e3.name || "") + (e3.ext || "");
|
|
22382
22384
|
return r3 ? r3 === e3.root ? r3 + n3 : r3 + "/" + n3 : n3;
|
|
22383
|
-
}(0, t4);
|
|
22385
|
+
})(0, t4);
|
|
22384
22386
|
}, parse: function(t4) {
|
|
22385
22387
|
e2(t4);
|
|
22386
22388
|
var r3 = { root: "", dir: "", base: "", ext: "", name: "" };
|
|
@@ -22446,9 +22448,9 @@
|
|
|
22446
22448
|
query;
|
|
22447
22449
|
fragment;
|
|
22448
22450
|
constructor(t4, e3, r2, n2, i2, o2 = false) {
|
|
22449
|
-
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ function(t5, e4) {
|
|
22451
|
+
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ (function(t5, e4) {
|
|
22450
22452
|
return t5 || e4 ? t5 : "file";
|
|
22451
|
-
}(t4, o2), this.authority = e3 || h, this.path = function(t5, e4) {
|
|
22453
|
+
})(t4, o2), this.authority = e3 || h, this.path = (function(t5, e4) {
|
|
22452
22454
|
switch (t5) {
|
|
22453
22455
|
case "https":
|
|
22454
22456
|
case "http":
|
|
@@ -22456,7 +22458,7 @@
|
|
|
22456
22458
|
e4 ? e4[0] !== a && (e4 = a + e4) : e4 = a;
|
|
22457
22459
|
}
|
|
22458
22460
|
return e4;
|
|
22459
|
-
}(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
22461
|
+
})(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
22460
22462
|
}
|
|
22461
22463
|
get fsPath() {
|
|
22462
22464
|
return m(this, false);
|
|
@@ -22580,7 +22582,7 @@
|
|
|
22580
22582
|
var A = r(470);
|
|
22581
22583
|
const w = A.posix || A, x = "/";
|
|
22582
22584
|
var P;
|
|
22583
|
-
!function(t4) {
|
|
22585
|
+
!(function(t4) {
|
|
22584
22586
|
t4.joinPath = function(t5, ...e3) {
|
|
22585
22587
|
return t5.with({ path: w.join(t5.path, ...e3) });
|
|
22586
22588
|
}, t4.resolvePath = function(t5, ...e3) {
|
|
@@ -22598,7 +22600,7 @@
|
|
|
22598
22600
|
}, t4.extname = function(t5) {
|
|
22599
22601
|
return w.extname(t5.path);
|
|
22600
22602
|
};
|
|
22601
|
-
}(P || (P = {}));
|
|
22603
|
+
})(P || (P = {}));
|
|
22602
22604
|
})(), LIB = n;
|
|
22603
22605
|
})();
|
|
22604
22606
|
var { URI: URI22, Utils } = LIB;
|
|
@@ -5715,6 +5715,8 @@
|
|
|
5715
5715
|
case 125:
|
|
5716
5716
|
chClass = hasOpenCurlyBracket ? 0 : 1;
|
|
5717
5717
|
break;
|
|
5718
|
+
// The following three rules make it that ' or " or ` are allowed inside links
|
|
5719
|
+
// only if the link is wrapped by some other quote character
|
|
5718
5720
|
case 39:
|
|
5719
5721
|
case 34:
|
|
5720
5722
|
case 96:
|
|
@@ -19623,10 +19625,10 @@
|
|
|
19623
19625
|
}, format: function(t4) {
|
|
19624
19626
|
if (null === t4 || "object" != typeof t4)
|
|
19625
19627
|
throw new TypeError('The "pathObject" argument must be of type Object. Received type ' + typeof t4);
|
|
19626
|
-
return function(t5, e3) {
|
|
19628
|
+
return (function(t5, e3) {
|
|
19627
19629
|
var r3 = e3.dir || e3.root, n3 = e3.base || (e3.name || "") + (e3.ext || "");
|
|
19628
19630
|
return r3 ? r3 === e3.root ? r3 + n3 : r3 + "/" + n3 : n3;
|
|
19629
|
-
}(0, t4);
|
|
19631
|
+
})(0, t4);
|
|
19630
19632
|
}, parse: function(t4) {
|
|
19631
19633
|
e2(t4);
|
|
19632
19634
|
var r3 = { root: "", dir: "", base: "", ext: "", name: "" };
|
|
@@ -19692,9 +19694,9 @@
|
|
|
19692
19694
|
query;
|
|
19693
19695
|
fragment;
|
|
19694
19696
|
constructor(t4, e3, r2, n2, i2, o2 = false) {
|
|
19695
|
-
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ function(t5, e4) {
|
|
19697
|
+
"object" == typeof t4 ? (this.scheme = t4.scheme || h, this.authority = t4.authority || h, this.path = t4.path || h, this.query = t4.query || h, this.fragment = t4.fragment || h) : (this.scheme = /* @__PURE__ */ (function(t5, e4) {
|
|
19696
19698
|
return t5 || e4 ? t5 : "file";
|
|
19697
|
-
}(t4, o2), this.authority = e3 || h, this.path = function(t5, e4) {
|
|
19699
|
+
})(t4, o2), this.authority = e3 || h, this.path = (function(t5, e4) {
|
|
19698
19700
|
switch (t5) {
|
|
19699
19701
|
case "https":
|
|
19700
19702
|
case "http":
|
|
@@ -19702,7 +19704,7 @@
|
|
|
19702
19704
|
e4 ? e4[0] !== a2 && (e4 = a2 + e4) : e4 = a2;
|
|
19703
19705
|
}
|
|
19704
19706
|
return e4;
|
|
19705
|
-
}(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
19707
|
+
})(this.scheme, r2 || h), this.query = n2 || h, this.fragment = i2 || h, s(this, o2));
|
|
19706
19708
|
}
|
|
19707
19709
|
get fsPath() {
|
|
19708
19710
|
return m(this, false);
|
|
@@ -19826,7 +19828,7 @@
|
|
|
19826
19828
|
var A2 = r(470);
|
|
19827
19829
|
const w = A2.posix || A2, x = "/";
|
|
19828
19830
|
var P;
|
|
19829
|
-
!function(t4) {
|
|
19831
|
+
!(function(t4) {
|
|
19830
19832
|
t4.joinPath = function(t5, ...e3) {
|
|
19831
19833
|
return t5.with({ path: w.join(t5.path, ...e3) });
|
|
19832
19834
|
}, t4.resolvePath = function(t5, ...e3) {
|
|
@@ -19844,7 +19846,7 @@
|
|
|
19844
19846
|
}, t4.extname = function(t5) {
|
|
19845
19847
|
return w.extname(t5.path);
|
|
19846
19848
|
};
|
|
19847
|
-
}(P || (P = {}));
|
|
19849
|
+
})(P || (P = {}));
|
|
19848
19850
|
})(), LIB = n;
|
|
19849
19851
|
})();
|
|
19850
19852
|
var { URI: URI22, Utils } = LIB;
|