@lostgradient/cinder 0.1.1 → 0.2.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/CHANGELOG.md +62 -0
- package/README.md +163 -0
- package/components.json +390 -3
- package/dist/_internal/chart/chart-focus-ring.d.ts +57 -0
- package/dist/_internal/chart/chart-utilities.d.ts +2 -0
- package/dist/_internal/chart/heatmap-utilities.d.ts +60 -0
- package/dist/components/accordion/index.js +14 -1
- package/dist/components/alert/alert.schema.js +3 -3
- package/dist/components/alert/alert.types.d.ts +3 -2
- package/dist/components/alert/index.js +3 -2
- package/dist/components/alert-dialog/index.js +11 -2
- package/dist/components/area-chart/area-chart.css +57 -7
- package/dist/components/area-chart/index.js +283 -40
- package/dist/components/avatar-group/avatar-group.css +2 -3
- package/dist/components/badge/badge.css +17 -0
- package/dist/components/badge/badge.schema.js +6 -1
- package/dist/components/badge/badge.types.d.ts +7 -0
- package/dist/components/badge/index.js +4 -2
- package/dist/components/bar-chart/bar-chart.css +57 -7
- package/dist/components/bar-chart/index.js +233 -45
- package/dist/components/button/button.css +5 -3
- package/dist/components/button/index.js +11 -2
- package/dist/components/capability-gate/capability-gate.css +131 -0
- package/dist/components/capability-gate/capability-gate.schema.d.ts +3 -0
- package/dist/components/capability-gate/capability-gate.schema.js +128 -0
- package/dist/components/capability-gate/capability-gate.svelte.d.ts +19 -0
- package/dist/components/capability-gate/capability-gate.types.d.ts +70 -0
- package/dist/components/capability-gate/capability-gate.variables.d.ts +2 -0
- package/dist/components/capability-gate/capability-gate.variables.js +61 -0
- package/dist/components/capability-gate/index.d.ts +5 -0
- package/dist/components/capability-gate/index.js +285 -0
- package/dist/components/card/card.css +4 -0
- package/dist/components/card/card.schema.js +5 -1
- package/dist/components/card/card.svelte.d.ts +1 -1
- package/dist/components/card/card.types.d.ts +4 -0
- package/dist/components/card/index.d.ts +1 -1
- package/dist/components/card/index.js +8 -4
- package/dist/components/chat/index.css +2 -2
- package/dist/components/chat/index.js +159 -81
- package/dist/components/choice-grid/choice-grid-context.d.ts +23 -0
- package/dist/components/choice-grid/choice-grid.css +27 -0
- package/dist/components/choice-grid/choice-grid.schema.d.ts +3 -0
- package/dist/components/choice-grid/choice-grid.schema.js +121 -0
- package/dist/components/choice-grid/choice-grid.svelte.d.ts +20 -0
- package/dist/components/choice-grid/choice-grid.types.d.ts +122 -0
- package/dist/components/choice-grid/choice-grid.variables.d.ts +2 -0
- package/dist/components/choice-grid/choice-grid.variables.js +61 -0
- package/dist/components/choice-grid/index.d.ts +13 -0
- package/dist/components/choice-grid/index.js +466 -0
- package/dist/components/choice-grid-item/choice-grid-item.css +139 -0
- package/dist/components/choice-grid-item/choice-grid-item.schema.d.ts +3 -0
- package/dist/components/choice-grid-item/choice-grid-item.schema.js +93 -0
- package/dist/components/choice-grid-item/choice-grid-item.svelte.d.ts +17 -0
- package/dist/components/choice-grid-item/choice-grid-item.types.d.ts +24 -0
- package/dist/components/choice-grid-item/choice-grid-item.variables.d.ts +2 -0
- package/dist/components/choice-grid-item/choice-grid-item.variables.js +61 -0
- package/dist/components/choice-grid-item/index.d.ts +5 -0
- package/dist/components/choice-grid-item/index.js +203 -0
- package/dist/components/color-field/color-field.css +6 -9
- package/dist/components/color-picker/color-picker.css +31 -24
- package/dist/components/color-swatch-picker/color-swatch-picker.css +6 -9
- package/dist/components/confirm-dialog/index.js +11 -2
- package/dist/components/context-menu/index.js +114 -43
- package/dist/components/context-menu-trigger/index.js +6 -4
- package/dist/components/data-table/data-table.css +30 -0
- package/dist/components/data-table/data-table.schema.d.ts +3 -0
- package/dist/components/data-table/data-table.schema.js +103 -0
- package/dist/components/data-table/data-table.svelte.d.ts +39 -0
- package/dist/components/data-table/data-table.types.d.ts +86 -0
- package/dist/components/data-table/data-table.variables.d.ts +2 -0
- package/dist/components/data-table/data-table.variables.js +61 -0
- package/dist/components/data-table/index.d.ts +5 -0
- package/dist/components/data-table/index.js +591 -0
- package/dist/components/diff-viewer/index.js +14 -3
- package/dist/components/dropdown/index.js +115 -46
- package/dist/components/dropdown-item/dropdown-item.schema.js +13 -1
- package/dist/components/dropdown-item/dropdown-item.svelte.d.ts +1 -1
- package/dist/components/dropdown-item/dropdown-item.types.d.ts +46 -2
- package/dist/components/dropdown-item/index.d.ts +1 -1
- package/dist/components/dropdown-item/index.js +97 -28
- package/dist/components/floating-action-button/floating-action-button.css +4 -2
- package/dist/components/json-schema-editor/index.js +29 -4
- package/dist/components/keyboard-shortcuts/index.d.ts +5 -0
- package/dist/components/keyboard-shortcuts/index.js +238 -0
- package/dist/components/keyboard-shortcuts/keyboard-shortcuts.css +84 -0
- package/dist/components/keyboard-shortcuts/keyboard-shortcuts.schema.d.ts +3 -0
- package/dist/components/keyboard-shortcuts/keyboard-shortcuts.schema.js +87 -0
- package/dist/components/keyboard-shortcuts/keyboard-shortcuts.svelte.d.ts +17 -0
- package/dist/components/keyboard-shortcuts/keyboard-shortcuts.types.d.ts +42 -0
- package/dist/components/keyboard-shortcuts/keyboard-shortcuts.variables.d.ts +2 -0
- package/dist/components/keyboard-shortcuts/keyboard-shortcuts.variables.js +61 -0
- package/dist/components/line-chart/index.js +283 -40
- package/dist/components/line-chart/line-chart.css +57 -8
- package/dist/components/markdown-editor/index.js +129 -51
- package/dist/components/matrix-chart/index.d.ts +5 -0
- package/dist/components/matrix-chart/index.js +1232 -0
- package/dist/components/matrix-chart/matrix-chart.css +50 -0
- package/dist/components/matrix-chart/matrix-chart.schema.d.ts +3 -0
- package/dist/components/matrix-chart/matrix-chart.schema.js +123 -0
- package/dist/components/matrix-chart/matrix-chart.svelte.d.ts +20 -0
- package/dist/components/matrix-chart/matrix-chart.types.d.ts +52 -0
- package/dist/components/matrix-chart/matrix-chart.variables.d.ts +2 -0
- package/dist/components/matrix-chart/matrix-chart.variables.js +61 -0
- package/dist/components/media-controls/index.d.ts +5 -0
- package/dist/components/media-controls/index.js +338 -0
- package/dist/components/media-controls/media-controls.css +112 -0
- package/dist/components/media-controls/media-controls.schema.d.ts +3 -0
- package/dist/components/media-controls/media-controls.schema.js +125 -0
- package/dist/components/media-controls/media-controls.svelte.d.ts +18 -0
- package/dist/components/media-controls/media-controls.types.d.ts +77 -0
- package/dist/components/media-controls/media-controls.variables.d.ts +2 -0
- package/dist/components/media-controls/media-controls.variables.js +61 -0
- package/dist/components/navigation-bar/navigation-bar.schema.js +5 -5
- package/dist/components/navigation-bar/navigation-bar.types.d.ts +2 -1
- package/dist/components/pricing-card/index.d.ts +5 -0
- package/dist/components/pricing-card/index.js +406 -0
- package/dist/components/pricing-card/pricing-card.css +173 -0
- package/dist/components/pricing-card/pricing-card.schema.d.ts +3 -0
- package/dist/components/pricing-card/pricing-card.schema.js +100 -0
- package/dist/components/pricing-card/pricing-card.svelte.d.ts +18 -0
- package/dist/components/pricing-card/pricing-card.types.d.ts +47 -0
- package/dist/components/pricing-card/pricing-card.variables.d.ts +2 -0
- package/dist/components/pricing-card/pricing-card.variables.js +61 -0
- package/dist/components/review-editor/index.js +212 -132
- package/dist/components/share-card/index.d.ts +5 -0
- package/dist/components/share-card/index.js +446 -0
- package/dist/components/share-card/share-card.css +115 -0
- package/dist/components/share-card/share-card.schema.d.ts +3 -0
- package/dist/components/share-card/share-card.schema.js +113 -0
- package/dist/components/share-card/share-card.svelte.d.ts +18 -0
- package/dist/components/share-card/share-card.types.d.ts +66 -0
- package/dist/components/share-card/share-card.variables.d.ts +2 -0
- package/dist/components/share-card/share-card.variables.js +61 -0
- package/dist/components/shortcut-hint/index.d.ts +5 -0
- package/dist/components/shortcut-hint/index.js +197 -0
- package/dist/components/shortcut-hint/shortcut-hint.css +26 -0
- package/dist/components/shortcut-hint/shortcut-hint.schema.d.ts +3 -0
- package/dist/components/shortcut-hint/shortcut-hint.schema.js +96 -0
- package/dist/components/shortcut-hint/shortcut-hint.svelte.d.ts +17 -0
- package/dist/components/shortcut-hint/shortcut-hint.types.d.ts +33 -0
- package/dist/components/shortcut-hint/shortcut-hint.variables.d.ts +2 -0
- package/dist/components/shortcut-hint/shortcut-hint.variables.js +61 -0
- package/dist/components/skip-link/index.d.ts +4 -0
- package/dist/components/skip-link/index.js +180 -0
- package/dist/components/skip-link/skip-link.schema.d.ts +3 -0
- package/dist/components/skip-link/skip-link.schema.js +76 -0
- package/dist/components/skip-link/skip-link.svelte.d.ts +19 -0
- package/dist/components/skip-link/skip-link.types.d.ts +38 -0
- package/dist/components/skip-link/skip-link.variables.d.ts +2 -0
- package/dist/components/skip-link/skip-link.variables.js +61 -0
- package/dist/components/spectrogram/index.d.ts +5 -0
- package/dist/components/spectrogram/index.js +1156 -0
- package/dist/components/spectrogram/spectrogram.css +43 -0
- package/dist/components/spectrogram/spectrogram.schema.d.ts +3 -0
- package/dist/components/spectrogram/spectrogram.schema.js +103 -0
- package/dist/components/spectrogram/spectrogram.svelte.d.ts +21 -0
- package/dist/components/spectrogram/spectrogram.types.d.ts +60 -0
- package/dist/components/spectrogram/spectrogram.variables.d.ts +2 -0
- package/dist/components/spectrogram/spectrogram.variables.js +61 -0
- package/dist/components/spectrum-chart/index.d.ts +5 -0
- package/dist/components/spectrum-chart/index.js +1056 -0
- package/dist/components/spectrum-chart/spectrum-chart.css +49 -0
- package/dist/components/spectrum-chart/spectrum-chart.schema.d.ts +3 -0
- package/dist/components/spectrum-chart/spectrum-chart.schema.js +97 -0
- package/dist/components/spectrum-chart/spectrum-chart.svelte.d.ts +21 -0
- package/dist/components/spectrum-chart/spectrum-chart.types.d.ts +41 -0
- package/dist/components/spectrum-chart/spectrum-chart.variables.d.ts +2 -0
- package/dist/components/spectrum-chart/spectrum-chart.variables.js +61 -0
- package/dist/components/status-dot/status-dot.css +8 -0
- package/dist/components/status-dot/status-dot.schema.js +3 -3
- package/dist/components/status-dot/status-dot.types.d.ts +5 -2
- package/dist/components/subscription-badge/index.d.ts +5 -0
- package/dist/components/subscription-badge/index.js +383 -0
- package/dist/components/subscription-badge/subscription-badge.css +18 -0
- package/dist/components/subscription-badge/subscription-badge.schema.d.ts +3 -0
- package/dist/components/subscription-badge/subscription-badge.schema.js +77 -0
- package/dist/components/subscription-badge/subscription-badge.svelte.d.ts +19 -0
- package/dist/components/subscription-badge/subscription-badge.types.d.ts +28 -0
- package/dist/components/subscription-badge/subscription-badge.variables.d.ts +2 -0
- package/dist/components/subscription-badge/subscription-badge.variables.js +61 -0
- package/dist/components/tab/index.js +14 -1
- package/dist/components/table/index.js +26 -17
- package/dist/components/table-cell/index.js +18 -9
- package/dist/components/table-cell/table-cell.schema.js +5 -1
- package/dist/components/table-cell/table-cell.types.d.ts +16 -1
- package/dist/components/tabs/index.js +14 -1
- package/dist/components/waveform/index.d.ts +5 -0
- package/dist/components/waveform/index.js +1075 -0
- package/dist/components/waveform/waveform.css +53 -0
- package/dist/components/waveform/waveform.schema.d.ts +3 -0
- package/dist/components/waveform/waveform.schema.js +98 -0
- package/dist/components/waveform/waveform.svelte.d.ts +20 -0
- package/dist/components/waveform/waveform.types.d.ts +42 -0
- package/dist/components/waveform/waveform.variables.d.ts +2 -0
- package/dist/components/waveform/waveform.variables.js +61 -0
- package/dist/index.d.ts +33 -2
- package/dist/index.js +144 -115
- package/dist/server/components/accordion/index.js +14 -1
- package/dist/server/components/alert/alert.schema.js +3 -3
- package/dist/server/components/alert/index.js +3 -2
- package/dist/server/components/alert-dialog/index.js +12 -3
- package/dist/server/components/area-chart/index.css +50 -3
- package/dist/server/components/area-chart/index.js +181 -2
- package/dist/server/components/avatar-group/index.css +1 -1
- package/dist/server/components/badge/badge.schema.js +6 -1
- package/dist/server/components/badge/index.css +4 -0
- package/dist/server/components/badge/index.js +3 -1
- package/dist/server/components/bar-chart/index.css +50 -3
- package/dist/server/components/bar-chart/index.js +166 -2
- package/dist/server/components/button/index.css +1 -1
- package/dist/server/components/button/index.js +12 -3
- package/dist/server/components/capability-gate/capability-gate.schema.js +110 -0
- package/dist/server/components/capability-gate/capability-gate.variables.js +43 -0
- package/dist/server/components/capability-gate/index.css +121 -0
- package/dist/server/components/capability-gate/index.js +168 -0
- package/dist/server/components/card/card.schema.js +5 -1
- package/dist/server/components/card/index.css +9 -1
- package/dist/server/components/card/index.js +3 -2
- package/dist/server/components/chat/index.css +2 -2
- package/dist/server/components/chat/index.js +78 -19
- package/dist/server/components/choice-grid/choice-grid.schema.js +103 -0
- package/dist/server/components/choice-grid/choice-grid.variables.js +43 -0
- package/dist/server/components/choice-grid/index.css +103 -0
- package/dist/server/components/choice-grid/index.js +383 -0
- package/dist/server/components/choice-grid-item/choice-grid-item.schema.js +75 -0
- package/dist/server/components/choice-grid-item/choice-grid-item.variables.js +43 -0
- package/dist/server/components/choice-grid-item/index.css +86 -0
- package/dist/server/components/choice-grid-item/index.js +139 -0
- package/dist/server/components/color-field/index.css +2 -4
- package/dist/server/components/color-picker/index.css +14 -10
- package/dist/server/components/color-swatch-picker/index.css +2 -4
- package/dist/server/components/confirm-dialog/index.js +12 -3
- package/dist/server/components/context-menu/index.js +72 -20
- package/dist/server/components/context-menu-trigger/index.js +6 -4
- package/dist/server/components/data-table/data-table.schema.js +85 -0
- package/dist/server/components/data-table/data-table.variables.js +43 -0
- package/dist/server/components/data-table/index.css +182 -0
- package/dist/server/components/data-table/index.js +469 -0
- package/dist/server/components/diff-viewer/index.js +14 -3
- package/dist/server/components/dropdown/index.js +67 -17
- package/dist/server/components/dropdown-item/dropdown-item.schema.js +13 -1
- package/dist/server/components/dropdown-item/index.js +67 -17
- package/dist/server/components/floating-action-button/index.css +1 -1
- package/dist/server/components/json-schema-editor/index.js +29 -4
- package/dist/server/components/keyboard-shortcuts/index.css +86 -0
- package/dist/server/components/keyboard-shortcuts/index.js +149 -0
- package/dist/server/components/keyboard-shortcuts/keyboard-shortcuts.schema.js +69 -0
- package/dist/server/components/keyboard-shortcuts/keyboard-shortcuts.variables.js +43 -0
- package/dist/server/components/line-chart/index.css +50 -3
- package/dist/server/components/line-chart/index.js +181 -2
- package/dist/server/components/markdown-editor/index.js +78 -19
- package/dist/server/components/matrix-chart/index.css +52 -0
- package/dist/server/components/matrix-chart/index.js +1026 -0
- package/dist/server/components/matrix-chart/matrix-chart.schema.js +105 -0
- package/dist/server/components/matrix-chart/matrix-chart.variables.js +43 -0
- package/dist/server/components/media-controls/index.css +109 -0
- package/dist/server/components/media-controls/index.js +192 -0
- package/dist/server/components/media-controls/media-controls.schema.js +107 -0
- package/dist/server/components/media-controls/media-controls.variables.js +43 -0
- package/dist/server/components/navigation-bar/navigation-bar.schema.js +5 -5
- package/dist/server/components/pricing-card/index.css +131 -0
- package/dist/server/components/pricing-card/index.js +258 -0
- package/dist/server/components/pricing-card/pricing-card.schema.js +82 -0
- package/dist/server/components/pricing-card/pricing-card.variables.js +43 -0
- package/dist/server/components/review-editor/index.css +2 -2
- package/dist/server/components/review-editor/index.js +80 -19
- package/dist/server/components/share-card/index.css +113 -0
- package/dist/server/components/share-card/index.js +270 -0
- package/dist/server/components/share-card/share-card.schema.js +95 -0
- package/dist/server/components/share-card/share-card.variables.js +43 -0
- package/dist/server/components/shortcut-hint/index.css +28 -0
- package/dist/server/components/shortcut-hint/index.js +134 -0
- package/dist/server/components/shortcut-hint/shortcut-hint.schema.js +78 -0
- package/dist/server/components/shortcut-hint/shortcut-hint.variables.js +43 -0
- package/dist/server/components/skip-link/index.js +141 -0
- package/dist/server/components/skip-link/skip-link.schema.js +58 -0
- package/dist/server/components/skip-link/skip-link.variables.js +43 -0
- package/dist/server/components/spectrogram/index.css +45 -0
- package/dist/server/components/spectrogram/index.js +970 -0
- package/dist/server/components/spectrogram/spectrogram.schema.js +85 -0
- package/dist/server/components/spectrogram/spectrogram.variables.js +43 -0
- package/dist/server/components/spectrum-chart/index.css +51 -0
- package/dist/server/components/spectrum-chart/index.js +871 -0
- package/dist/server/components/spectrum-chart/spectrum-chart.schema.js +79 -0
- package/dist/server/components/spectrum-chart/spectrum-chart.variables.js +43 -0
- package/dist/server/components/status-dot/index.css +8 -0
- package/dist/server/components/status-dot/status-dot.schema.js +3 -3
- package/dist/server/components/subscription-badge/index.css +2 -0
- package/dist/server/components/subscription-badge/index.js +339 -0
- package/dist/server/components/subscription-badge/subscription-badge.schema.js +59 -0
- package/dist/server/components/subscription-badge/subscription-badge.variables.js +43 -0
- package/dist/server/components/tab/index.js +14 -1
- package/dist/server/components/table/index.js +13 -8
- package/dist/server/components/table-cell/index.js +13 -8
- package/dist/server/components/table-cell/table-cell.schema.js +5 -1
- package/dist/server/components/tabs/index.js +14 -1
- package/dist/server/components/waveform/index.css +55 -0
- package/dist/server/components/waveform/index.js +907 -0
- package/dist/server/components/waveform/waveform.schema.js +80 -0
- package/dist/server/components/waveform/waveform.variables.js +43 -0
- package/dist/server/index.css +1137 -55
- package/dist/server/index.js +4225 -1750
- package/package.json +380 -2
- package/src/_internal/chart/chart-focus-ring.ts +209 -0
- package/src/_internal/chart/chart-utilities.ts +4 -0
- package/src/_internal/chart/heatmap-utilities.ts +159 -0
- package/src/components/accordion/accordion.examples.json +1 -0
- package/src/components/alert/README.md +5 -5
- package/src/components/alert/alert.schema.json +2 -2
- package/src/components/alert/alert.schema.ts +3 -2
- package/src/components/alert/alert.svelte +5 -1
- package/src/components/alert/alert.types.ts +3 -2
- package/src/components/area-chart/README.md +62 -0
- package/src/components/area-chart/area-chart.css +57 -7
- package/src/components/area-chart/area-chart.svelte +128 -10
- package/src/components/avatar-group/avatar-group.css +2 -3
- package/src/components/avatar-group/avatar-group.examples.json +1 -0
- package/src/components/backdrop/README.md +56 -0
- package/src/components/badge/README.md +6 -5
- package/src/components/badge/badge.css +17 -0
- package/src/components/badge/badge.schema.json +5 -0
- package/src/components/badge/badge.schema.ts +6 -0
- package/src/components/badge/badge.svelte +2 -0
- package/src/components/badge/badge.types.ts +7 -0
- package/src/components/bar-chart/README.md +65 -0
- package/src/components/bar-chart/bar-chart.css +57 -7
- package/src/components/bar-chart/bar-chart.svelte +94 -13
- package/src/components/button/button.css +5 -3
- package/src/components/button/button.examples.json +1 -0
- package/src/components/button/button.svelte +15 -0
- package/src/components/capability-gate/README.md +60 -0
- package/src/components/capability-gate/capability-gate.css +131 -0
- package/src/components/capability-gate/capability-gate.examples.json +19 -0
- package/src/components/capability-gate/capability-gate.schema.json +68 -0
- package/src/components/capability-gate/capability-gate.schema.ts +72 -0
- package/src/components/capability-gate/capability-gate.svelte +186 -0
- package/src/components/capability-gate/capability-gate.types.ts +83 -0
- package/src/components/capability-gate/capability-gate.variables.json +1 -0
- package/src/components/capability-gate/capability-gate.variables.ts +3 -0
- package/src/components/capability-gate/index.ts +10 -0
- package/src/components/card/README.md +1 -0
- package/src/components/card/card.css +4 -0
- package/src/components/card/card.examples.json +6 -0
- package/src/components/card/card.schema.json +4 -0
- package/src/components/card/card.schema.ts +5 -0
- package/src/components/card/card.svelte +9 -2
- package/src/components/card/card.types.ts +4 -0
- package/src/components/card/index.ts +1 -1
- package/src/components/chat/README.md +81 -0
- package/src/components/chat/container/chat-jump-controls.svelte +12 -9
- package/src/components/chat/input/chat-input.svelte +7 -8
- package/src/components/chat/message/chat-message.svelte +15 -20
- package/src/components/chat/message/tool-call-group.svelte +10 -4
- package/src/components/choice-grid/README.md +66 -0
- package/src/components/choice-grid/choice-grid-context.ts +30 -0
- package/src/components/choice-grid/choice-grid.css +27 -0
- package/src/components/choice-grid/choice-grid.examples.json +31 -0
- package/src/components/choice-grid/choice-grid.schema.json +61 -0
- package/src/components/choice-grid/choice-grid.schema.ts +70 -0
- package/src/components/choice-grid/choice-grid.svelte +272 -0
- package/src/components/choice-grid/choice-grid.types.ts +152 -0
- package/src/components/choice-grid/choice-grid.variables.json +1 -0
- package/src/components/choice-grid/choice-grid.variables.ts +3 -0
- package/src/components/choice-grid/index.ts +22 -0
- package/src/components/choice-grid-item/README.md +41 -0
- package/src/components/choice-grid-item/choice-grid-item.css +139 -0
- package/src/components/choice-grid-item/choice-grid-item.schema.json +32 -0
- package/src/components/choice-grid-item/choice-grid-item.schema.ts +38 -0
- package/src/components/choice-grid-item/choice-grid-item.svelte +139 -0
- package/src/components/choice-grid-item/choice-grid-item.types.ts +30 -0
- package/src/components/choice-grid-item/choice-grid-item.variables.json +1 -0
- package/src/components/choice-grid-item/choice-grid-item.variables.ts +3 -0
- package/src/components/choice-grid-item/index.ts +6 -0
- package/src/components/click-away-listener/README.md +50 -0
- package/src/components/color-field/color-field.css +6 -9
- package/src/components/color-picker/color-picker.css +31 -24
- package/src/components/color-swatch-picker/color-swatch-picker.css +6 -9
- package/src/components/command-menu/README.md +61 -0
- package/src/components/confirm-dialog/confirm-dialog.examples.json +6 -0
- package/src/components/context-menu/README.md +55 -0
- package/src/components/context-menu-trigger/README.md +50 -0
- package/src/components/context-menu-trigger/context-menu-trigger.svelte +5 -3
- package/src/components/data-table/README.md +67 -0
- package/src/components/data-table/data-table.css +30 -0
- package/src/components/data-table/data-table.examples.json +19 -0
- package/src/components/data-table/data-table.schema.json +43 -0
- package/src/components/data-table/data-table.schema.ts +50 -0
- package/src/components/data-table/data-table.svelte +106 -0
- package/src/components/data-table/data-table.types.ts +89 -0
- package/src/components/data-table/data-table.variables.json +1 -0
- package/src/components/data-table/data-table.variables.ts +3 -0
- package/src/components/data-table/index.ts +6 -0
- package/src/components/diff-viewer/README.md +59 -0
- package/src/components/diff-viewer/front-matter-header.svelte +20 -4
- package/src/components/dropdown-group/README.md +52 -0
- package/src/components/dropdown-item/README.md +10 -7
- package/src/components/dropdown-item/dropdown-item.schema.json +12 -0
- package/src/components/dropdown-item/dropdown-item.schema.ts +14 -0
- package/src/components/dropdown-item/dropdown-item.svelte +108 -25
- package/src/components/dropdown-item/dropdown-item.types.ts +58 -2
- package/src/components/dropdown-item/index.ts +6 -1
- package/src/components/floating-action-button/README.md +53 -0
- package/src/components/floating-action-button/floating-action-button.css +4 -2
- package/src/components/form-section/form-section.examples.json +6 -0
- package/src/components/hover-card/README.md +60 -0
- package/src/components/json-schema-editor/README.md +59 -0
- package/src/components/kanban-board/README.md +62 -0
- package/src/components/keyboard-shortcuts/README.md +51 -0
- package/src/components/keyboard-shortcuts/index.ts +10 -0
- package/src/components/keyboard-shortcuts/keyboard-shortcuts.css +84 -0
- package/src/components/keyboard-shortcuts/keyboard-shortcuts.examples.json +13 -0
- package/src/components/keyboard-shortcuts/keyboard-shortcuts.schema.json +27 -0
- package/src/components/keyboard-shortcuts/keyboard-shortcuts.schema.ts +31 -0
- package/src/components/keyboard-shortcuts/keyboard-shortcuts.svelte +91 -0
- package/src/components/keyboard-shortcuts/keyboard-shortcuts.types.ts +46 -0
- package/src/components/keyboard-shortcuts/keyboard-shortcuts.variables.json +1 -0
- package/src/components/keyboard-shortcuts/keyboard-shortcuts.variables.ts +3 -0
- package/src/components/line-chart/README.md +61 -0
- package/src/components/line-chart/line-chart.css +57 -8
- package/src/components/line-chart/line-chart.svelte +128 -10
- package/src/components/link/README.md +55 -0
- package/src/components/markdown-editor/README.md +70 -0
- package/src/components/markdown-editor/editor-toolbar/toolbar-button.svelte +9 -4
- package/src/components/markdown-editor/editor-toolbar/toolbar-dropdown.svelte +9 -4
- package/src/components/markdown-editor/prosemirror.css +4 -2
- package/src/components/matrix-chart/README.md +61 -0
- package/src/components/matrix-chart/index.ts +10 -0
- package/src/components/matrix-chart/matrix-chart.css +50 -0
- package/src/components/matrix-chart/matrix-chart.examples.json +19 -0
- package/src/components/matrix-chart/matrix-chart.schema.json +63 -0
- package/src/components/matrix-chart/matrix-chart.schema.ts +67 -0
- package/src/components/matrix-chart/matrix-chart.svelte +336 -0
- package/src/components/matrix-chart/matrix-chart.types.ts +56 -0
- package/src/components/matrix-chart/matrix-chart.variables.json +1 -0
- package/src/components/matrix-chart/matrix-chart.variables.ts +3 -0
- package/src/components/media-controls/README.md +60 -0
- package/src/components/media-controls/index.ts +6 -0
- package/src/components/media-controls/media-controls.css +112 -0
- package/src/components/media-controls/media-controls.examples.json +19 -0
- package/src/components/media-controls/media-controls.schema.json +65 -0
- package/src/components/media-controls/media-controls.schema.ts +69 -0
- package/src/components/media-controls/media-controls.svelte +238 -0
- package/src/components/media-controls/media-controls.types.ts +80 -0
- package/src/components/media-controls/media-controls.variables.json +1 -0
- package/src/components/media-controls/media-controls.variables.ts +3 -0
- package/src/components/menu-bar/README.md +53 -0
- package/src/components/navigation-bar/README.md +1 -1
- package/src/components/navigation-bar/navigation-bar.schema.json +4 -4
- package/src/components/navigation-bar/navigation-bar.schema.ts +4 -4
- package/src/components/navigation-bar/navigation-bar.types.ts +2 -1
- package/src/components/pricing-card/README.md +55 -0
- package/src/components/pricing-card/index.ts +6 -0
- package/src/components/pricing-card/pricing-card.css +173 -0
- package/src/components/pricing-card/pricing-card.examples.json +19 -0
- package/src/components/pricing-card/pricing-card.schema.json +40 -0
- package/src/components/pricing-card/pricing-card.schema.ts +44 -0
- package/src/components/pricing-card/pricing-card.svelte +70 -0
- package/src/components/pricing-card/pricing-card.types.ts +49 -0
- package/src/components/pricing-card/pricing-card.variables.json +1 -0
- package/src/components/pricing-card/pricing-card.variables.ts +3 -0
- package/src/components/review-editor/README.md +64 -0
- package/src/components/review-editor/comment-composer.svelte +8 -8
- package/src/components/review-editor/comment-list.svelte +10 -1
- package/src/components/search-field/search-field.examples.json +13 -0
- package/src/components/segment/README.md +55 -0
- package/src/components/share-card/README.md +58 -0
- package/src/components/share-card/index.ts +6 -0
- package/src/components/share-card/share-card.css +115 -0
- package/src/components/share-card/share-card.examples.json +19 -0
- package/src/components/share-card/share-card.schema.json +53 -0
- package/src/components/share-card/share-card.schema.ts +57 -0
- package/src/components/share-card/share-card.svelte +330 -0
- package/src/components/share-card/share-card.types.ts +69 -0
- package/src/components/share-card/share-card.variables.json +1 -0
- package/src/components/share-card/share-card.variables.ts +3 -0
- package/src/components/shortcut-hint/README.md +52 -0
- package/src/components/shortcut-hint/index.ts +6 -0
- package/src/components/shortcut-hint/shortcut-hint.css +26 -0
- package/src/components/shortcut-hint/shortcut-hint.examples.json +13 -0
- package/src/components/shortcut-hint/shortcut-hint.schema.json +36 -0
- package/src/components/shortcut-hint/shortcut-hint.schema.ts +40 -0
- package/src/components/shortcut-hint/shortcut-hint.svelte +62 -0
- package/src/components/shortcut-hint/shortcut-hint.types.ts +35 -0
- package/src/components/shortcut-hint/shortcut-hint.variables.json +1 -0
- package/src/components/shortcut-hint/shortcut-hint.variables.ts +3 -0
- package/src/components/side-navigation/side-navigation.examples.json +6 -0
- package/src/components/skip-link/README.md +50 -0
- package/src/components/skip-link/index.ts +5 -0
- package/src/components/skip-link/skip-link.examples.json +13 -0
- package/src/components/skip-link/skip-link.schema.json +16 -0
- package/src/components/skip-link/skip-link.schema.ts +20 -0
- package/src/components/skip-link/skip-link.svelte +86 -0
- package/src/components/skip-link/skip-link.types.ts +40 -0
- package/src/components/skip-link/skip-link.variables.json +1 -0
- package/src/components/skip-link/skip-link.variables.ts +3 -0
- package/src/components/spectrogram/README.md +58 -0
- package/src/components/spectrogram/index.ts +10 -0
- package/src/components/spectrogram/spectrogram.css +43 -0
- package/src/components/spectrogram/spectrogram.examples.json +13 -0
- package/src/components/spectrogram/spectrogram.schema.json +43 -0
- package/src/components/spectrogram/spectrogram.schema.ts +47 -0
- package/src/components/spectrogram/spectrogram.svelte +284 -0
- package/src/components/spectrogram/spectrogram.types.ts +63 -0
- package/src/components/spectrogram/spectrogram.variables.json +1 -0
- package/src/components/spectrogram/spectrogram.variables.ts +3 -0
- package/src/components/spectrum-chart/README.md +57 -0
- package/src/components/spectrum-chart/index.ts +10 -0
- package/src/components/spectrum-chart/spectrum-chart.css +49 -0
- package/src/components/spectrum-chart/spectrum-chart.examples.json +13 -0
- package/src/components/spectrum-chart/spectrum-chart.schema.json +37 -0
- package/src/components/spectrum-chart/spectrum-chart.schema.ts +41 -0
- package/src/components/spectrum-chart/spectrum-chart.svelte +247 -0
- package/src/components/spectrum-chart/spectrum-chart.types.ts +44 -0
- package/src/components/spectrum-chart/spectrum-chart.variables.json +1 -0
- package/src/components/spectrum-chart/spectrum-chart.variables.ts +3 -0
- package/src/components/status-dot/README.md +7 -7
- package/src/components/status-dot/status-dot.css +8 -0
- package/src/components/status-dot/status-dot.schema.json +2 -2
- package/src/components/status-dot/status-dot.schema.ts +3 -2
- package/src/components/status-dot/status-dot.types.ts +13 -2
- package/src/components/subscription-badge/README.md +50 -0
- package/src/components/subscription-badge/index.ts +6 -0
- package/src/components/subscription-badge/subscription-badge.css +18 -0
- package/src/components/subscription-badge/subscription-badge.examples.json +19 -0
- package/src/components/subscription-badge/subscription-badge.schema.json +16 -0
- package/src/components/subscription-badge/subscription-badge.schema.ts +21 -0
- package/src/components/subscription-badge/subscription-badge.svelte +69 -0
- package/src/components/subscription-badge/subscription-badge.types.ts +37 -0
- package/src/components/subscription-badge/subscription-badge.variables.json +1 -0
- package/src/components/subscription-badge/subscription-badge.variables.ts +3 -0
- package/src/components/table-cell/README.md +6 -5
- package/src/components/table-cell/table-cell.schema.json +4 -0
- package/src/components/table-cell/table-cell.schema.ts +5 -0
- package/src/components/table-cell/table-cell.svelte +9 -3
- package/src/components/table-cell/table-cell.types.ts +16 -1
- package/src/components/tag-input/README.md +75 -0
- package/src/components/typography/README.md +51 -0
- package/src/components/waveform/README.md +57 -0
- package/src/components/waveform/index.ts +6 -0
- package/src/components/waveform/waveform.css +53 -0
- package/src/components/waveform/waveform.examples.json +19 -0
- package/src/components/waveform/waveform.schema.json +38 -0
- package/src/components/waveform/waveform.schema.ts +42 -0
- package/src/components/waveform/waveform.svelte +286 -0
- package/src/components/waveform/waveform.types.ts +45 -0
- package/src/components/waveform/waveform.variables.json +1 -0
- package/src/components/waveform/waveform.variables.ts +3 -0
- package/src/index.ts +85 -2
- package/src/styles/components.css +13 -0
- package/src/styles/shell.css +3 -0
- package/src/styles/tokens-base.css +59 -22
|
@@ -266,7 +266,7 @@ function Context_menu_trigger($$anchor, $$props) {
|
|
|
266
266
|
let startX = 0;
|
|
267
267
|
let startY = 0;
|
|
268
268
|
let suppressClick = false;
|
|
269
|
-
let
|
|
269
|
+
let suppressNextContextmenu = false;
|
|
270
270
|
$3.user_effect(() => {
|
|
271
271
|
registerTrigger($3.get(triggerElement));
|
|
272
272
|
return () => registerTrigger(null);
|
|
@@ -284,7 +284,7 @@ function Context_menu_trigger($$anchor, $$props) {
|
|
|
284
284
|
callTriggerHandler($$props.oncontextmenu, event);
|
|
285
285
|
return;
|
|
286
286
|
}
|
|
287
|
-
if (
|
|
287
|
+
if (suppressNextContextmenu) {
|
|
288
288
|
event.preventDefault();
|
|
289
289
|
callTriggerHandler($$props.oncontextmenu, event);
|
|
290
290
|
return;
|
|
@@ -299,14 +299,16 @@ function Context_menu_trigger($$anchor, $$props) {
|
|
|
299
299
|
return;
|
|
300
300
|
}
|
|
301
301
|
if (event.pointerType !== "touch") {
|
|
302
|
+
suppressNextContextmenu = false;
|
|
302
303
|
callTriggerHandler($$props.onpointerdown, event);
|
|
303
304
|
return;
|
|
304
305
|
}
|
|
306
|
+
suppressNextContextmenu = false;
|
|
305
307
|
startX = event.clientX;
|
|
306
308
|
startY = event.clientY;
|
|
307
309
|
clearLongPress();
|
|
308
310
|
longPressTimer = setTimeout(() => {
|
|
309
|
-
|
|
311
|
+
suppressNextContextmenu = true;
|
|
310
312
|
suppressClick = true;
|
|
311
313
|
context.openAt(startX, startY);
|
|
312
314
|
}, context.longPressDelay);
|
|
@@ -441,7 +443,8 @@ function Dropdown_group($$anchor, $$props) {
|
|
|
441
443
|
// src/components/dropdown-item/dropdown-item.svelte
|
|
442
444
|
import"svelte/internal/disclose-version";
|
|
443
445
|
import * as $5 from "svelte/internal/client";
|
|
444
|
-
var
|
|
446
|
+
var root_1 = $5.from_html(`<a><!></a>`);
|
|
447
|
+
var root_3 = $5.from_html(`<button><!></button>`);
|
|
445
448
|
function Dropdown_item($$anchor, $$props) {
|
|
446
449
|
$5.push($$props, true);
|
|
447
450
|
let variant = $5.prop($$props, "variant", 3, "default"), inset = $5.prop($$props, "inset", 3, false), closeOnSelect = $5.prop($$props, "closeOnSelect", 3, true), rest = $5.rest_props($$props, [
|
|
@@ -454,59 +457,127 @@ function Dropdown_item($$anchor, $$props) {
|
|
|
454
457
|
"closeOnSelect",
|
|
455
458
|
"class",
|
|
456
459
|
"onclick",
|
|
460
|
+
"onkeydown",
|
|
461
|
+
"href",
|
|
457
462
|
"children"
|
|
458
463
|
]);
|
|
459
464
|
const context = getDropdownContext();
|
|
465
|
+
const isLink = $5.derived(() => $$props.href !== undefined);
|
|
466
|
+
const sharedClass = $5.derived(() => classNames("cinder-_option-row", "cinder-dropdown-item", inset() && "cinder-dropdown-item--inset", $$props.class));
|
|
460
467
|
function handleClick(event) {
|
|
461
|
-
if ($$props.disabled)
|
|
468
|
+
if ($$props.disabled) {
|
|
469
|
+
event.preventDefault();
|
|
462
470
|
return;
|
|
471
|
+
}
|
|
463
472
|
if (typeof $$props.onclick === "function") {
|
|
464
|
-
|
|
473
|
+
if ($5.get(isLink)) {
|
|
474
|
+
$$props.onclick(event);
|
|
475
|
+
} else {
|
|
476
|
+
$$props.onclick(event);
|
|
477
|
+
}
|
|
465
478
|
}
|
|
466
479
|
if (closeOnSelect()) {
|
|
467
480
|
context.close();
|
|
468
481
|
}
|
|
469
482
|
}
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
"
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
483
|
+
function handleAnchorKeydown(event) {
|
|
484
|
+
if (typeof $$props.onkeydown === "function") {
|
|
485
|
+
$$props.onkeydown(event);
|
|
486
|
+
}
|
|
487
|
+
if (event.defaultPrevented)
|
|
488
|
+
return;
|
|
489
|
+
if (event.key !== " " && event.key !== "Spacebar")
|
|
490
|
+
return;
|
|
491
|
+
event.preventDefault();
|
|
492
|
+
if ($$props.disabled)
|
|
493
|
+
return;
|
|
494
|
+
event.currentTarget.click();
|
|
495
|
+
}
|
|
496
|
+
const anchorAttributes = rest;
|
|
497
|
+
const buttonAttributes = rest;
|
|
498
|
+
const buttonType = $5.derived(() => $$props.type ?? "button");
|
|
499
|
+
var fragment = $5.comment();
|
|
500
|
+
var node = $5.first_child(fragment);
|
|
485
501
|
{
|
|
486
|
-
var
|
|
487
|
-
var
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
502
|
+
var consequent_1 = ($$anchor2) => {
|
|
503
|
+
var a = root_1();
|
|
504
|
+
$5.attribute_effect(a, () => ({
|
|
505
|
+
...anchorAttributes,
|
|
506
|
+
href: $$props.href,
|
|
507
|
+
role: "menuitem",
|
|
508
|
+
class: $5.get(sharedClass),
|
|
509
|
+
"data-cinder-variant": variant(),
|
|
510
|
+
tabindex: -1,
|
|
511
|
+
"data-disabled": $$props.disabled ? "" : undefined,
|
|
512
|
+
"aria-disabled": $$props.disabled ? "true" : undefined,
|
|
513
|
+
onclick: handleClick,
|
|
514
|
+
onkeydown: handleAnchorKeydown
|
|
515
|
+
}));
|
|
516
|
+
var node_1 = $5.child(a);
|
|
517
|
+
{
|
|
518
|
+
var consequent = ($$anchor3) => {
|
|
519
|
+
var fragment_1 = $5.comment();
|
|
520
|
+
var node_2 = $5.first_child(fragment_1);
|
|
521
|
+
$5.snippet(node_2, () => $$props.children);
|
|
522
|
+
$5.append($$anchor3, fragment_1);
|
|
523
|
+
};
|
|
524
|
+
$5.if(node_1, ($$render) => {
|
|
525
|
+
if ($$props.children)
|
|
526
|
+
$$render(consequent);
|
|
527
|
+
});
|
|
528
|
+
}
|
|
529
|
+
$5.reset(a);
|
|
530
|
+
$5.append($$anchor2, a);
|
|
531
|
+
};
|
|
532
|
+
var alternate = ($$anchor2) => {
|
|
533
|
+
var button = root_3();
|
|
534
|
+
$5.attribute_effect(button, () => ({
|
|
535
|
+
...buttonAttributes,
|
|
536
|
+
type: $5.get(buttonType),
|
|
537
|
+
role: "menuitem",
|
|
538
|
+
class: $5.get(sharedClass),
|
|
539
|
+
"data-cinder-variant": variant(),
|
|
540
|
+
tabindex: -1,
|
|
541
|
+
"data-disabled": $$props.disabled ? "" : undefined,
|
|
542
|
+
"aria-disabled": $$props.disabled ? "true" : undefined,
|
|
543
|
+
onclick: handleClick,
|
|
544
|
+
onkeydown: $$props.onkeydown
|
|
545
|
+
}));
|
|
546
|
+
var node_3 = $5.child(button);
|
|
547
|
+
{
|
|
548
|
+
var consequent_2 = ($$anchor3) => {
|
|
549
|
+
var fragment_2 = $5.comment();
|
|
550
|
+
var node_4 = $5.first_child(fragment_2);
|
|
551
|
+
$5.snippet(node_4, () => $$props.children);
|
|
552
|
+
$5.append($$anchor3, fragment_2);
|
|
553
|
+
};
|
|
554
|
+
$5.if(node_3, ($$render) => {
|
|
555
|
+
if ($$props.children)
|
|
556
|
+
$$render(consequent_2);
|
|
557
|
+
});
|
|
558
|
+
}
|
|
559
|
+
$5.reset(button);
|
|
560
|
+
$5.append($$anchor2, button);
|
|
491
561
|
};
|
|
492
562
|
$5.if(node, ($$render) => {
|
|
493
|
-
if (
|
|
494
|
-
$$render(
|
|
563
|
+
if ($5.get(isLink))
|
|
564
|
+
$$render(consequent_1);
|
|
565
|
+
else
|
|
566
|
+
$$render(alternate, -1);
|
|
495
567
|
});
|
|
496
568
|
}
|
|
497
|
-
$5.
|
|
498
|
-
$5.append($$anchor, button);
|
|
569
|
+
$5.append($$anchor, fragment);
|
|
499
570
|
$5.pop();
|
|
500
571
|
}
|
|
501
572
|
|
|
502
573
|
// src/components/dropdown-label/dropdown-label.svelte
|
|
503
574
|
import"svelte/internal/disclose-version";
|
|
504
575
|
import * as $6 from "svelte/internal/client";
|
|
505
|
-
var
|
|
576
|
+
var root4 = $6.from_html(`<div><!></div>`);
|
|
506
577
|
function Dropdown_label($$anchor, $$props) {
|
|
507
578
|
$6.push($$props, true);
|
|
508
579
|
let rest = $6.rest_props($$props, ["$$slots", "$$events", "$$legacy", "class", "children"]);
|
|
509
|
-
var div =
|
|
580
|
+
var div = root4();
|
|
510
581
|
$6.attribute_effect(div, ($0) => ({ ...rest, class: $0, role: "presentation" }), [() => classNames("cinder-dropdown-label", $$props.class)]);
|
|
511
582
|
var node = $6.child(div);
|
|
512
583
|
{
|
|
@@ -1772,7 +1843,7 @@ function rectsAreEqual(a, b) {
|
|
|
1772
1843
|
function observeMove(element, onMove) {
|
|
1773
1844
|
let io = null;
|
|
1774
1845
|
let timeoutId;
|
|
1775
|
-
const
|
|
1846
|
+
const root5 = getDocumentElement(element);
|
|
1776
1847
|
function cleanup() {
|
|
1777
1848
|
var _io;
|
|
1778
1849
|
clearTimeout(timeoutId);
|
|
@@ -1801,8 +1872,8 @@ function observeMove(element, onMove) {
|
|
|
1801
1872
|
return;
|
|
1802
1873
|
}
|
|
1803
1874
|
const insetTop = floor(top);
|
|
1804
|
-
const insetRight = floor(
|
|
1805
|
-
const insetBottom = floor(
|
|
1875
|
+
const insetRight = floor(root5.clientWidth - (left + width));
|
|
1876
|
+
const insetBottom = floor(root5.clientHeight - (top + height));
|
|
1806
1877
|
const insetLeft = floor(left);
|
|
1807
1878
|
const rootMargin = -insetTop + "px " + -insetRight + "px " + -insetBottom + "px " + -insetLeft + "px";
|
|
1808
1879
|
const options = {
|
|
@@ -1832,7 +1903,7 @@ function observeMove(element, onMove) {
|
|
|
1832
1903
|
try {
|
|
1833
1904
|
io = new IntersectionObserver(handleObserve, {
|
|
1834
1905
|
...options,
|
|
1835
|
-
root:
|
|
1906
|
+
root: root5.ownerDocument
|
|
1836
1907
|
});
|
|
1837
1908
|
} catch (_e) {
|
|
1838
1909
|
io = new IntersectionObserver(handleObserve, options);
|
|
@@ -2067,7 +2138,7 @@ function createAnchoredOverlay(options) {
|
|
|
2067
2138
|
}
|
|
2068
2139
|
|
|
2069
2140
|
// src/components/dropdown-menu/dropdown-menu.svelte
|
|
2070
|
-
var
|
|
2141
|
+
var root_12 = $8.from_html(`<div><!></div>`);
|
|
2071
2142
|
function Dropdown_menu($$anchor, $$props) {
|
|
2072
2143
|
$8.push($$props, true);
|
|
2073
2144
|
let rest = $8.rest_props($$props, ["$$slots", "$$events", "$$legacy", "class", "children"]);
|
|
@@ -2167,7 +2238,7 @@ function Dropdown_menu($$anchor, $$props) {
|
|
|
2167
2238
|
var node = $8.first_child(fragment);
|
|
2168
2239
|
{
|
|
2169
2240
|
var consequent_1 = ($$anchor2) => {
|
|
2170
|
-
var div =
|
|
2241
|
+
var div = root_12();
|
|
2171
2242
|
$8.attribute_effect(div, ($0) => ({
|
|
2172
2243
|
id: context.menuId,
|
|
2173
2244
|
popover: context.supportsPopover ? "auto" : undefined,
|
|
@@ -2213,11 +2284,11 @@ function Dropdown_menu($$anchor, $$props) {
|
|
|
2213
2284
|
// src/components/dropdown-separator/dropdown-separator.svelte
|
|
2214
2285
|
import"svelte/internal/disclose-version";
|
|
2215
2286
|
import * as $9 from "svelte/internal/client";
|
|
2216
|
-
var
|
|
2287
|
+
var root5 = $9.from_html(`<div></div>`);
|
|
2217
2288
|
function Dropdown_separator($$anchor, $$props) {
|
|
2218
2289
|
$9.push($$props, true);
|
|
2219
2290
|
let rest = $9.rest_props($$props, ["$$slots", "$$events", "$$legacy", "class"]);
|
|
2220
|
-
var div =
|
|
2291
|
+
var div = root5();
|
|
2221
2292
|
$9.attribute_effect(div, ($0) => ({ ...rest, class: $0, role: "separator" }), [() => classNames("cinder-dropdown-separator", $$props.class)]);
|
|
2222
2293
|
$9.append($$anchor, div);
|
|
2223
2294
|
$9.pop();
|
|
@@ -2409,7 +2480,7 @@ function overflowFade() {
|
|
|
2409
2480
|
}
|
|
2410
2481
|
|
|
2411
2482
|
// src/components/context-menu/context-menu.svelte
|
|
2412
|
-
var
|
|
2483
|
+
var root6 = $10.from_html(`<div><!></div>`);
|
|
2413
2484
|
function Context_menu($$anchor, $$props) {
|
|
2414
2485
|
const menuId = $10.props_id();
|
|
2415
2486
|
$10.push($$props, true);
|
|
@@ -2540,7 +2611,7 @@ function Context_menu($$anchor, $$props) {
|
|
|
2540
2611
|
previouslyOpen = false;
|
|
2541
2612
|
focusTrigger();
|
|
2542
2613
|
});
|
|
2543
|
-
var div =
|
|
2614
|
+
var div = root6();
|
|
2544
2615
|
var node = $10.child(div);
|
|
2545
2616
|
$10.snippet(node, () => $$props.children);
|
|
2546
2617
|
$10.reset(div);
|
|
@@ -2567,4 +2638,4 @@ export {
|
|
|
2567
2638
|
ContextMenu
|
|
2568
2639
|
};
|
|
2569
2640
|
|
|
2570
|
-
//# debugId=
|
|
2641
|
+
//# debugId=ABD0A9FB70A83CC864756E2164756E21
|
|
@@ -103,7 +103,7 @@ function Context_menu_trigger($$anchor, $$props) {
|
|
|
103
103
|
let startX = 0;
|
|
104
104
|
let startY = 0;
|
|
105
105
|
let suppressClick = false;
|
|
106
|
-
let
|
|
106
|
+
let suppressNextContextmenu = false;
|
|
107
107
|
$.user_effect(() => {
|
|
108
108
|
registerTrigger($.get(triggerElement));
|
|
109
109
|
return () => registerTrigger(null);
|
|
@@ -121,7 +121,7 @@ function Context_menu_trigger($$anchor, $$props) {
|
|
|
121
121
|
callTriggerHandler($$props.oncontextmenu, event);
|
|
122
122
|
return;
|
|
123
123
|
}
|
|
124
|
-
if (
|
|
124
|
+
if (suppressNextContextmenu) {
|
|
125
125
|
event.preventDefault();
|
|
126
126
|
callTriggerHandler($$props.oncontextmenu, event);
|
|
127
127
|
return;
|
|
@@ -136,14 +136,16 @@ function Context_menu_trigger($$anchor, $$props) {
|
|
|
136
136
|
return;
|
|
137
137
|
}
|
|
138
138
|
if (event.pointerType !== "touch") {
|
|
139
|
+
suppressNextContextmenu = false;
|
|
139
140
|
callTriggerHandler($$props.onpointerdown, event);
|
|
140
141
|
return;
|
|
141
142
|
}
|
|
143
|
+
suppressNextContextmenu = false;
|
|
142
144
|
startX = event.clientX;
|
|
143
145
|
startY = event.clientY;
|
|
144
146
|
clearLongPress();
|
|
145
147
|
longPressTimer = setTimeout(() => {
|
|
146
|
-
|
|
148
|
+
suppressNextContextmenu = true;
|
|
147
149
|
suppressClick = true;
|
|
148
150
|
context.openAt(startX, startY);
|
|
149
151
|
}, context.longPressDelay);
|
|
@@ -222,4 +224,4 @@ export {
|
|
|
222
224
|
Context_menu_trigger as ContextMenuTrigger
|
|
223
225
|
};
|
|
224
226
|
|
|
225
|
-
//# debugId=
|
|
227
|
+
//# debugId=AAA07E37C540D5D764756E2164756E21
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
@layer cinder.tokens, cinder.foundation, cinder.components, cinder.utilities;
|
|
2
|
+
/* Compound-family aggregation: DataTable renders the whole Table family, so
|
|
3
|
+
* `cinder/data-table/styles` must pull in the Table CSS (which itself imports
|
|
4
|
+
* table-body / table-cell / table-header / table-header-cell / table-row and
|
|
5
|
+
* defines `.cinder-table-scroll`). Without this, the data-table subpath ships
|
|
6
|
+
* an unstyled table and the scroll override below has no base behaviour to
|
|
7
|
+
* extend. Sibling-leaf paths resolve identically in `src/` and `dist/`. */
|
|
8
|
+
@import '../table/table.css';
|
|
9
|
+
|
|
10
|
+
@layer cinder.components {
|
|
11
|
+
/* ========================================
|
|
12
|
+
* DATA TABLE
|
|
13
|
+
* Thin wrapper div that scopes the data-driven DataTable component.
|
|
14
|
+
* Visual treatment for the table itself lives in table.css.
|
|
15
|
+
* ======================================== */
|
|
16
|
+
|
|
17
|
+
/* The non-scrollable wrapper is a pure structural pass-through: `display:
|
|
18
|
+
* contents` lets the inner <table> participate directly in the parent layout
|
|
19
|
+
* with no extra box. */
|
|
20
|
+
.cinder-data-table {
|
|
21
|
+
display: contents;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* When scrollable, the wrapper MUST generate a box so its `overflow-x: auto`
|
|
25
|
+
* (from .cinder-table-scroll) has something to scroll — `display: contents`
|
|
26
|
+
* would erase the box and silently disable horizontal scrolling. */
|
|
27
|
+
.cinder-data-table.cinder-table-scroll {
|
|
28
|
+
display: block;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
function __accessProp(key) {
|
|
7
|
+
return this[key];
|
|
8
|
+
}
|
|
9
|
+
var __toESMCache_node;
|
|
10
|
+
var __toESMCache_esm;
|
|
11
|
+
var __toESM = (mod, isNodeMode, target) => {
|
|
12
|
+
var canCache = mod != null && typeof mod === "object";
|
|
13
|
+
if (canCache) {
|
|
14
|
+
var cache = isNodeMode ? __toESMCache_node ??= new WeakMap : __toESMCache_esm ??= new WeakMap;
|
|
15
|
+
var cached = cache.get(mod);
|
|
16
|
+
if (cached)
|
|
17
|
+
return cached;
|
|
18
|
+
}
|
|
19
|
+
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
20
|
+
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
21
|
+
for (let key of __getOwnPropNames(mod))
|
|
22
|
+
if (!__hasOwnProp.call(to, key))
|
|
23
|
+
__defProp(to, key, {
|
|
24
|
+
get: __accessProp.bind(mod, key),
|
|
25
|
+
enumerable: true
|
|
26
|
+
});
|
|
27
|
+
if (canCache)
|
|
28
|
+
cache.set(mod, to);
|
|
29
|
+
return to;
|
|
30
|
+
};
|
|
31
|
+
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
32
|
+
var __returnValue = (v) => v;
|
|
33
|
+
function __exportSetter(name, newValue) {
|
|
34
|
+
this[name] = __returnValue.bind(null, newValue);
|
|
35
|
+
}
|
|
36
|
+
var __export = (target, all) => {
|
|
37
|
+
for (var name in all)
|
|
38
|
+
__defProp(target, name, {
|
|
39
|
+
get: all[name],
|
|
40
|
+
enumerable: true,
|
|
41
|
+
configurable: true,
|
|
42
|
+
set: __exportSetter.bind(all, name)
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
46
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
47
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
48
|
+
}) : x)(function(x) {
|
|
49
|
+
if (typeof require !== "undefined")
|
|
50
|
+
return require.apply(this, arguments);
|
|
51
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
// src/components/data-table/data-table.schema.ts
|
|
55
|
+
var schema = {
|
|
56
|
+
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
57
|
+
type: "object",
|
|
58
|
+
properties: {
|
|
59
|
+
caption: {
|
|
60
|
+
type: "string",
|
|
61
|
+
description: "Visual caption rendered as a `<caption>` element above the table."
|
|
62
|
+
},
|
|
63
|
+
stickyHeader: {
|
|
64
|
+
type: "boolean",
|
|
65
|
+
description: "When true, the header sticks to the top of the scrolling container."
|
|
66
|
+
},
|
|
67
|
+
density: {
|
|
68
|
+
enum: ["comfortable", "condensed", "spacious"],
|
|
69
|
+
description: "Vertical padding density for header and body cells.\nDefaults to `'comfortable'`."
|
|
70
|
+
},
|
|
71
|
+
scrollable: {
|
|
72
|
+
type: "boolean",
|
|
73
|
+
description: "When true, wraps the table in a `.cinder-table-scroll` container that\nenables horizontal overflow scrolling on small viewports."
|
|
74
|
+
},
|
|
75
|
+
class: {
|
|
76
|
+
type: "string",
|
|
77
|
+
description: 'Additional class names merged onto DataTable\'s root wrapper element (the\n`<div class="cinder-data-table">` that contains the table). To style the\n`<table>` itself, target `.cinder-data-table table` from this class.'
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
additionalProperties: false,
|
|
81
|
+
metadata: {
|
|
82
|
+
unsupportedProps: [
|
|
83
|
+
{
|
|
84
|
+
name: "columns",
|
|
85
|
+
reason: "unknown-shape"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
name: "rows",
|
|
89
|
+
reason: "generic-type-parameter"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
name: "sort",
|
|
93
|
+
reason: "unknown-shape"
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
var data_table_schema_default = schema;
|
|
99
|
+
export {
|
|
100
|
+
data_table_schema_default as default
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
//# debugId=ACBB12406212B6EA64756E2164756E21
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @cinder
|
|
3
|
+
* @category data-display
|
|
4
|
+
* @status alpha
|
|
5
|
+
* @purpose Data-driven convenience wrapper over the compositional Table family that renders a full semantic table from a columns array and a rows array.
|
|
6
|
+
* @tag table
|
|
7
|
+
* @tag data
|
|
8
|
+
* @useWhen Rendering a structured dataset where columns and rows are known at runtime (e.g. API responses, config-driven dashboards).
|
|
9
|
+
* @useWhen You want correct scope=col / scope=row semantics and aria-sort wiring without writing Table.Header / Table.Body manually.
|
|
10
|
+
* @avoidWhen You need custom cell rendering, interactive cells, nested components, or column spanning — use the compositional Table family directly.
|
|
11
|
+
* @avoidWhen You need row selection — DataTable does not expose a selection prop; use Table with selectable instead.
|
|
12
|
+
* @related table, table-header, table-body, table-row, table-cell, table-header-cell
|
|
13
|
+
*/
|
|
14
|
+
export type { DataTableColumn, DataTableProps, DataTableRow } from './data-table.types.ts';
|
|
15
|
+
import type { DataTableProps, DataTableRow } from './data-table.types.ts';
|
|
16
|
+
declare function $$render<Row extends DataTableRow>(): {
|
|
17
|
+
props: DataTableProps<Row>;
|
|
18
|
+
exports: {};
|
|
19
|
+
bindings: "sort";
|
|
20
|
+
slots: {};
|
|
21
|
+
events: {};
|
|
22
|
+
};
|
|
23
|
+
declare class __sveltets_Render<Row extends DataTableRow> {
|
|
24
|
+
props(): ReturnType<typeof $$render<Row>>['props'];
|
|
25
|
+
events(): ReturnType<typeof $$render<Row>>['events'];
|
|
26
|
+
slots(): ReturnType<typeof $$render<Row>>['slots'];
|
|
27
|
+
bindings(): "sort";
|
|
28
|
+
exports(): {};
|
|
29
|
+
}
|
|
30
|
+
interface $$IsomorphicComponent {
|
|
31
|
+
new <Row extends DataTableRow>(options: import('svelte').ComponentConstructorOptions<ReturnType<__sveltets_Render<Row>['props']>>): import('svelte').SvelteComponent<ReturnType<__sveltets_Render<Row>['props']>, ReturnType<__sveltets_Render<Row>['events']>, ReturnType<__sveltets_Render<Row>['slots']>> & {
|
|
32
|
+
$$bindings?: ReturnType<__sveltets_Render<Row>['bindings']>;
|
|
33
|
+
} & ReturnType<__sveltets_Render<Row>['exports']>;
|
|
34
|
+
<Row extends DataTableRow>(internal: unknown, props: ReturnType<__sveltets_Render<Row>['props']> & {}): ReturnType<__sveltets_Render<Row>['exports']>;
|
|
35
|
+
z_$$bindings?: ReturnType<__sveltets_Render<any>['bindings']>;
|
|
36
|
+
}
|
|
37
|
+
declare const DataTable: $$IsomorphicComponent;
|
|
38
|
+
type DataTable<Row extends DataTableRow> = InstanceType<typeof DataTable<Row>>;
|
|
39
|
+
export default DataTable;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import type { TableDensity, TableSort } from '../table/table.types.ts';
|
|
2
|
+
/**
|
|
3
|
+
* A generic record type representing a single data row.
|
|
4
|
+
* Keys are strings; values may be anything renderable.
|
|
5
|
+
*/
|
|
6
|
+
export type DataTableRow = Record<string, unknown>;
|
|
7
|
+
/**
|
|
8
|
+
* Column descriptor for a DataTable.
|
|
9
|
+
*
|
|
10
|
+
* @template Row - The row record type. Defaults to `DataTableRow`.
|
|
11
|
+
*/
|
|
12
|
+
export type DataTableColumn<Row extends DataTableRow = DataTableRow> = {
|
|
13
|
+
/**
|
|
14
|
+
* The key used to read the cell value from each row object.
|
|
15
|
+
* Should be a key of `Row` when Row is a typed record.
|
|
16
|
+
*/
|
|
17
|
+
key: keyof Row & string;
|
|
18
|
+
/** Human-readable column label rendered in the `<th scope="col">` header cell. */
|
|
19
|
+
label: string;
|
|
20
|
+
/**
|
|
21
|
+
* When true, the header cell renders a sort button and reports `aria-sort`.
|
|
22
|
+
* Sort state is controlled by the consumer via the `sort` bindable — DataTable
|
|
23
|
+
* never reorders rows itself.
|
|
24
|
+
*/
|
|
25
|
+
sortable?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Horizontal alignment for both the header and body cells of this column.
|
|
28
|
+
* - `'start'` maps to left-aligned text (default).
|
|
29
|
+
* - `'center'` maps to centered text.
|
|
30
|
+
* - `'end'` maps to right-aligned text with `font-variant-numeric: tabular-nums`.
|
|
31
|
+
*/
|
|
32
|
+
align?: 'start' | 'center' | 'end';
|
|
33
|
+
/**
|
|
34
|
+
* When true, the body cells in this column render as `<th scope="row">` instead
|
|
35
|
+
* of `<td>`, identifying this column as the row-header for assistive technology.
|
|
36
|
+
*
|
|
37
|
+
* At most one column should set `rowHeader: true`. If no column sets it, the
|
|
38
|
+
* first column automatically acts as the row header.
|
|
39
|
+
*/
|
|
40
|
+
rowHeader?: boolean;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Props for the DataTable component.
|
|
44
|
+
*
|
|
45
|
+
* DataTable is a data-driven convenience wrapper over the compositional Table family.
|
|
46
|
+
* It accepts an array of column descriptors and row records and renders the correct
|
|
47
|
+
* semantic table markup automatically. For full compositional control, use Table,
|
|
48
|
+
* Table.Header, Table.Body, Table.Row, Table.HeaderCell, and Table.Cell directly.
|
|
49
|
+
*
|
|
50
|
+
* @template Row - The row record type. Defaults to `DataTableRow`.
|
|
51
|
+
*/
|
|
52
|
+
export type DataTableProps<Row extends DataTableRow = DataTableRow> = {
|
|
53
|
+
/** Column descriptors defining the headers and cell rendering for each column. */
|
|
54
|
+
columns: DataTableColumn<Row>[];
|
|
55
|
+
/** Row data. Each entry is read via `column.key` for each column. */
|
|
56
|
+
rows: Row[];
|
|
57
|
+
/** Visual caption rendered as a `<caption>` element above the table. */
|
|
58
|
+
caption?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Bound sort state. When the user activates a sortable header cell, this prop
|
|
61
|
+
* is updated with the new `{ column, direction }`. The consumer is responsible
|
|
62
|
+
* for reordering `rows` in response — DataTable does not sort internally.
|
|
63
|
+
*
|
|
64
|
+
* Pass `undefined` initially when no column is sorted; the component will never
|
|
65
|
+
* write back `undefined` itself (sort always toggles to a column).
|
|
66
|
+
*/
|
|
67
|
+
sort?: TableSort | undefined;
|
|
68
|
+
/** When true, the header sticks to the top of the scrolling container. */
|
|
69
|
+
stickyHeader?: boolean;
|
|
70
|
+
/**
|
|
71
|
+
* Vertical padding density for header and body cells.
|
|
72
|
+
* Defaults to `'comfortable'`.
|
|
73
|
+
*/
|
|
74
|
+
density?: TableDensity;
|
|
75
|
+
/**
|
|
76
|
+
* When true, wraps the table in a `.cinder-table-scroll` container that
|
|
77
|
+
* enables horizontal overflow scrolling on small viewports.
|
|
78
|
+
*/
|
|
79
|
+
scrollable?: boolean;
|
|
80
|
+
/**
|
|
81
|
+
* Additional class names merged onto DataTable's root wrapper element (the
|
|
82
|
+
* `<div class="cinder-data-table">` that contains the table). To style the
|
|
83
|
+
* `<table>` itself, target `.cinder-data-table table` from this class.
|
|
84
|
+
*/
|
|
85
|
+
class?: string;
|
|
86
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
function __accessProp(key) {
|
|
7
|
+
return this[key];
|
|
8
|
+
}
|
|
9
|
+
var __toESMCache_node;
|
|
10
|
+
var __toESMCache_esm;
|
|
11
|
+
var __toESM = (mod, isNodeMode, target) => {
|
|
12
|
+
var canCache = mod != null && typeof mod === "object";
|
|
13
|
+
if (canCache) {
|
|
14
|
+
var cache = isNodeMode ? __toESMCache_node ??= new WeakMap : __toESMCache_esm ??= new WeakMap;
|
|
15
|
+
var cached = cache.get(mod);
|
|
16
|
+
if (cached)
|
|
17
|
+
return cached;
|
|
18
|
+
}
|
|
19
|
+
target = mod != null ? __create(__getProtoOf(mod)) : {};
|
|
20
|
+
const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
|
|
21
|
+
for (let key of __getOwnPropNames(mod))
|
|
22
|
+
if (!__hasOwnProp.call(to, key))
|
|
23
|
+
__defProp(to, key, {
|
|
24
|
+
get: __accessProp.bind(mod, key),
|
|
25
|
+
enumerable: true
|
|
26
|
+
});
|
|
27
|
+
if (canCache)
|
|
28
|
+
cache.set(mod, to);
|
|
29
|
+
return to;
|
|
30
|
+
};
|
|
31
|
+
var __commonJS = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
|
|
32
|
+
var __returnValue = (v) => v;
|
|
33
|
+
function __exportSetter(name, newValue) {
|
|
34
|
+
this[name] = __returnValue.bind(null, newValue);
|
|
35
|
+
}
|
|
36
|
+
var __export = (target, all) => {
|
|
37
|
+
for (var name in all)
|
|
38
|
+
__defProp(target, name, {
|
|
39
|
+
get: all[name],
|
|
40
|
+
enumerable: true,
|
|
41
|
+
configurable: true,
|
|
42
|
+
set: __exportSetter.bind(all, name)
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
46
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
47
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
48
|
+
}) : x)(function(x) {
|
|
49
|
+
if (typeof require !== "undefined")
|
|
50
|
+
return require.apply(this, arguments);
|
|
51
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
// src/components/data-table/data-table.variables.ts
|
|
55
|
+
var variables = [];
|
|
56
|
+
var data_table_variables_default = variables;
|
|
57
|
+
export {
|
|
58
|
+
data_table_variables_default as default
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
//# debugId=63EC09B97555ED8164756E2164756E21
|