tembro 2.0.3 → 2.0.5
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/components/actions/action-menu.cjs +1 -1
- package/dist/components/actions/action-menu.d.ts +13 -1
- package/dist/components/actions/action-menu.js +87 -61
- package/dist/components/actions/button-group.cjs +1 -1
- package/dist/components/actions/button-group.d.ts +9 -1
- package/dist/components/actions/button-group.js +58 -14
- package/dist/components/actions/copy-button.cjs +1 -1
- package/dist/components/actions/copy-button.d.ts +2 -1
- package/dist/components/actions/copy-button.js +13 -11
- package/dist/components/calendar/calendar.cjs +1 -1
- package/dist/components/calendar/calendar.d.ts +14 -1
- package/dist/components/calendar/calendar.js +207 -128
- package/dist/components/calendar/date-picker.cjs +1 -1
- package/dist/components/calendar/date-picker.d.ts +3 -1
- package/dist/components/calendar/date-picker.js +57 -27
- package/dist/components/calendar/date-range-picker.cjs +1 -1
- package/dist/components/calendar/date-range-picker.d.ts +10 -1
- package/dist/components/calendar/date-range-picker.js +149 -64
- package/dist/components/data-table/data-table-toolbar.cjs +1 -1
- package/dist/components/data-table/data-table-toolbar.d.ts +5 -1
- package/dist/components/data-table/data-table-toolbar.js +36 -23
- package/dist/components/data-table/data-table.cjs +1 -1
- package/dist/components/data-table/data-table.d.ts +6 -4
- package/dist/components/data-table/data-table.js +87 -79
- package/dist/components/data-table/demo.cjs +1 -1
- package/dist/components/data-table/demo.js +3 -13
- package/dist/components/data-table/index.cjs +1 -1
- package/dist/components/data-table/index.js +5 -5
- package/dist/components/data-table/public.cjs +1 -1
- package/dist/components/data-table/public.d.ts +1 -6
- package/dist/components/data-table/public.js +7 -12
- package/dist/components/display/activity-feed.cjs +1 -1
- package/dist/components/display/activity-feed.d.ts +12 -1
- package/dist/components/display/activity-feed.js +69 -47
- package/dist/components/display/carousel.cjs +1 -1
- package/dist/components/display/carousel.d.ts +10 -1
- package/dist/components/display/carousel.js +68 -23
- package/dist/components/display/code-block.cjs +2 -1
- package/dist/components/display/code-block.d.ts +3 -1
- package/dist/components/display/code-block.js +33 -19
- package/dist/components/display/comparison-card.cjs +1 -1
- package/dist/components/display/comparison-card.d.ts +3 -3
- package/dist/components/display/comparison-card.js +14 -38
- package/dist/components/display/data-state.cjs +1 -1
- package/dist/components/display/data-state.d.ts +12 -2
- package/dist/components/display/data-state.js +80 -42
- package/dist/components/display/demo.cjs +1 -1
- package/dist/components/display/demo.js +1 -5
- package/dist/components/display/index.cjs +1 -1
- package/dist/components/display/index.d.ts +0 -8
- package/dist/components/display/index.js +21 -29
- package/dist/components/feedback/alert.cjs +1 -1
- package/dist/components/feedback/alert.d.ts +6 -1
- package/dist/components/feedback/alert.js +49 -19
- package/dist/components/feedback/index.cjs +1 -1
- package/dist/components/feedback/index.d.ts +0 -2
- package/dist/components/feedback/index.js +3 -5
- package/dist/components/filters/demo.cjs +1 -1
- package/dist/components/filters/demo.js +1 -5
- package/dist/components/filters/filter-bar.cjs +1 -1
- package/dist/components/filters/filter-bar.d.ts +15 -1
- package/dist/components/filters/filter-bar.js +94 -50
- package/dist/components/filters/index.cjs +1 -1
- package/dist/components/filters/index.d.ts +0 -1
- package/dist/components/filters/index.js +3 -4
- package/dist/components/form/demo.cjs +1 -1
- package/dist/components/form/demo.js +1 -2
- package/dist/components/form/form-field-shell.cjs +1 -1
- package/dist/components/form/form-field-shell.d.ts +17 -3
- package/dist/components/form/form-field-shell.js +54 -40
- package/dist/components/form/form-input.cjs +1 -1
- package/dist/components/form/form-input.js +278 -217
- package/dist/components/form/form-select.cjs +1 -1
- package/dist/components/form/form-select.js +47 -33
- package/dist/components/form/form-switch.cjs +1 -1
- package/dist/components/form/form-switch.js +79 -66
- package/dist/components/form/form-textarea.cjs +1 -1
- package/dist/components/form/form-textarea.js +59 -48
- package/dist/components/form/index.cjs +1 -1
- package/dist/components/form/index.d.ts +0 -1
- package/dist/components/form/index.js +11 -12
- package/dist/components/form/public.cjs +1 -1
- package/dist/components/form/public.d.ts +0 -9
- package/dist/components/form/public.js +7 -16
- package/dist/components/inputs/async-select.cjs +1 -1
- package/dist/components/inputs/async-select.d.ts +11 -2
- package/dist/components/inputs/async-select.js +278 -270
- package/dist/components/inputs/combobox.cjs +1 -1
- package/dist/components/inputs/combobox.d.ts +5 -1
- package/dist/components/inputs/combobox.js +52 -19
- package/dist/components/inputs/index.cjs +1 -1
- package/dist/components/inputs/index.d.ts +0 -2
- package/dist/components/inputs/index.js +3 -5
- package/dist/components/inputs/public.cjs +1 -1
- package/dist/components/inputs/public.d.ts +0 -2
- package/dist/components/inputs/public.js +3 -5
- package/dist/components/inputs/simple-select.cjs +1 -1
- package/dist/components/inputs/simple-select.d.ts +2 -1
- package/dist/components/inputs/simple-select.js +32 -16
- package/dist/components/layout/app-sidebar.cjs +1 -1
- package/dist/components/layout/app-sidebar.d.ts +4 -1
- package/dist/components/layout/app-sidebar.js +152 -132
- package/dist/components/layout/breadcrumbs.cjs +1 -1
- package/dist/components/layout/breadcrumbs.d.ts +2 -1
- package/dist/components/layout/breadcrumbs.js +10 -10
- package/dist/components/layout/index.cjs +1 -1
- package/dist/components/layout/index.d.ts +0 -1
- package/dist/components/layout/index.js +4 -5
- package/dist/components/layout/public.cjs +1 -1
- package/dist/components/layout/public.d.ts +0 -1
- package/dist/components/layout/public.js +2 -3
- package/dist/components/layout/stat-card.cjs +1 -1
- package/dist/components/layout/stat-card.d.ts +8 -1
- package/dist/components/layout/stat-card.js +33 -11
- package/dist/components/modern/calendar-scheduler.cjs +1 -1
- package/dist/components/modern/calendar-scheduler.d.ts +2 -1
- package/dist/components/modern/calendar-scheduler.js +21 -12
- package/dist/components/modern/index.cjs +1 -1
- package/dist/components/modern/index.d.ts +0 -4
- package/dist/components/modern/index.js +12 -16
- package/dist/components/overlay/alert-dialog.cjs +1 -1
- package/dist/components/overlay/alert-dialog.d.ts +15 -1
- package/dist/components/overlay/alert-dialog.js +102 -27
- package/dist/components/overlay/drawer.cjs +1 -1
- package/dist/components/overlay/drawer.d.ts +4 -1
- package/dist/components/overlay/drawer.js +20 -17
- package/dist/components/patterns/index.cjs +1 -1
- package/dist/components/patterns/index.d.ts +0 -1
- package/dist/components/patterns/index.js +1 -2
- package/dist/components/patterns/public.cjs +1 -1
- package/dist/components/patterns/public.d.ts +0 -1
- package/dist/components/patterns/public.js +1 -2
- package/dist/components/ui/button/index.cjs +1 -1
- package/dist/components/ui/button/index.d.ts +3 -1
- package/dist/components/ui/button/index.js +7 -5
- package/dist/components/ui/checkbox/index.cjs +1 -1
- package/dist/components/ui/checkbox/index.d.ts +8 -0
- package/dist/components/ui/checkbox/index.js +16 -14
- package/dist/components/ui/collapse/index.cjs +1 -1
- package/dist/components/ui/collapse/index.d.ts +17 -3
- package/dist/components/ui/collapse/index.js +88 -33
- package/dist/components/ui/dialog/index.cjs +1 -1
- package/dist/components/ui/dialog/index.d.ts +2 -1
- package/dist/components/ui/dialog/index.js +6 -4
- package/dist/components/ui/dropdown-menu/index.cjs +1 -1
- package/dist/components/ui/dropdown-menu/index.d.ts +9 -4
- package/dist/components/ui/dropdown-menu/index.js +87 -62
- package/dist/index.cjs +1 -1
- package/dist/index.js +145 -177
- package/dist/public-component-surface.cjs +1 -1
- package/dist/public-component-surface.js +0 -80
- package/dist/showcase/component-api-schema.cjs +1 -1
- package/dist/showcase/component-api-schema.js +2 -2
- package/dist/showcase/create-demo.cjs +20 -34
- package/dist/showcase/create-demo.js +15 -16
- package/dist/showcase/fallback.cjs +3 -3
- package/dist/showcase/fallback.js +287 -451
- package/dist/showcase/premium/accordion/showcase.cjs +1 -1
- package/dist/showcase/premium/accordion/showcase.js +36 -5
- package/dist/showcase/premium/action-menu/showcase.cjs +1 -1
- package/dist/showcase/premium/action-menu/showcase.js +26 -8
- package/dist/showcase/premium/activity-feed/showcase.cjs +1 -1
- package/dist/showcase/premium/activity-feed/showcase.js +60 -36
- package/dist/showcase/premium/alert/showcase.cjs +1 -1
- package/dist/showcase/premium/alert/showcase.js +41 -18
- package/dist/showcase/premium/alert-dialog/showcase.cjs +1 -1
- package/dist/showcase/premium/alert-dialog/showcase.js +35 -7
- package/dist/showcase/premium/async-multi-select/mock.cjs +4 -3
- package/dist/showcase/premium/async-multi-select/mock.js +5 -5
- package/dist/showcase/premium/async-multi-select/showcase.cjs +1 -1
- package/dist/showcase/premium/async-multi-select/showcase.js +4 -3
- package/dist/showcase/premium/async-select/mock.cjs +1 -1
- package/dist/showcase/premium/async-select/mock.js +1 -1
- package/dist/showcase/premium/async-select/showcase.cjs +1 -1
- package/dist/showcase/premium/async-select/showcase.js +69 -22
- package/dist/showcase/premium/button/showcase.cjs +1 -1
- package/dist/showcase/premium/button/showcase.js +49 -3
- package/dist/showcase/premium/button-group/showcase.cjs +1 -1
- package/dist/showcase/premium/button-group/showcase.js +53 -29
- package/dist/showcase/premium/calendar/showcase.cjs +1 -1
- package/dist/showcase/premium/calendar/showcase.js +7 -2
- package/dist/showcase/premium/carousel/showcase.cjs +1 -1
- package/dist/showcase/premium/carousel/showcase.js +95 -47
- package/dist/showcase/premium/checkbox/showcase.cjs +1 -1
- package/dist/showcase/premium/checkbox/showcase.js +143 -67
- package/dist/showcase/premium/clearable-input/mock.cjs +4 -3
- package/dist/showcase/premium/clearable-input/mock.js +3 -2
- package/dist/showcase/premium/clearable-input/showcase.cjs +1 -1
- package/dist/showcase/premium/clearable-input/showcase.js +8 -2
- package/dist/showcase/premium/collapse/showcase.cjs +1 -1
- package/dist/showcase/premium/collapse/showcase.js +7 -0
- package/dist/showcase/premium/combobox/showcase.cjs +1 -1
- package/dist/showcase/premium/combobox/showcase.d.ts +2 -1
- package/dist/showcase/premium/combobox/showcase.js +56 -47
- package/dist/showcase/premium/data-table/showcase.cjs +1 -1
- package/dist/showcase/premium/data-table/showcase.js +138 -46
- package/dist/showcase/premium/data-table-parts/showcase.cjs +1 -1
- package/dist/showcase/premium/data-table-parts/showcase.js +13 -13
- package/dist/showcase/premium/date-input/mock.cjs +1 -1
- package/dist/showcase/premium/date-input/mock.js +1 -1
- package/dist/showcase/premium/date-range-picker/showcase.cjs +1 -1
- package/dist/showcase/premium/date-range-picker/showcase.js +32 -1
- package/dist/showcase/premium/dropdown-menu/showcase.cjs +1 -1
- package/dist/showcase/premium/dropdown-menu/showcase.js +88 -54
- package/dist/showcase/premium/form-wrapper/mock.cjs +41 -15
- package/dist/showcase/premium/form-wrapper/mock.js +4 -4
- package/dist/showcase/premium/form-wrapper/showcase.cjs +1 -1
- package/dist/showcase/premium/form-wrapper/showcase.js +77 -28
- package/dist/showcase/premium/index.cjs +1 -1
- package/dist/showcase/premium/index.js +467 -574
- package/dist/showcase/premium/input/mock.cjs +4 -1
- package/dist/showcase/premium/input/mock.js +1 -1
- package/dist/showcase/premium/masked-input/mock.cjs +1 -1
- package/dist/showcase/premium/masked-input/mock.js +1 -1
- package/dist/showcase/premium/money-input/mock.cjs +1 -1
- package/dist/showcase/premium/money-input/mock.js +1 -1
- package/dist/showcase/premium/number-input/mock.cjs +1 -1
- package/dist/showcase/premium/number-input/mock.js +1 -1
- package/dist/showcase/premium/phone-input/mock.cjs +1 -1
- package/dist/showcase/premium/phone-input/mock.js +1 -1
- package/dist/showcase/premium/quantity-input/mock.cjs +1 -1
- package/dist/showcase/premium/quantity-input/mock.js +1 -1
- package/dist/showcase/premium/simple-select/mock.cjs +1 -1
- package/dist/showcase/premium/simple-select/mock.js +1 -1
- package/dist/showcase/premium/simple-select/showcase.cjs +1 -1
- package/dist/showcase/premium/simple-select/showcase.js +4 -2
- package/dist/showcase/preview-catalog.cjs +7 -10
- package/dist/showcase/preview-catalog.js +7 -7
- package/dist/showcase/registry-quality.cjs +1 -1
- package/dist/showcase/registry-quality.js +0 -24
- package/dist/showcase/registry-specific.cjs +1 -1
- package/dist/showcase/registry-specific.js +149 -383
- package/dist/showcase/render-registry-preview.cjs +1 -1
- package/dist/showcase/render-registry-preview.js +163 -195
- package/dist/showcase/site-data.cjs +1 -1
- package/dist/showcase/site-data.js +197 -941
- package/dist/showcase/supplemental.cjs +1 -1
- package/dist/showcase/supplemental.js +1 -1
- package/dist/showcase/tembro-registry.json.cjs +1 -1
- package/dist/showcase/tembro-registry.json.js +33 -59
- package/package.json +1 -1
- package/packages/cli/dist/index.cjs +2 -2
- package/packages/cli/vendor/src/components/actions/action-menu.tsx +149 -83
- package/packages/cli/vendor/src/components/actions/button-group.tsx +141 -33
- package/packages/cli/vendor/src/components/actions/copy-button.tsx +21 -16
- package/packages/cli/vendor/src/components/calendar/calendar.tsx +223 -88
- package/packages/cli/vendor/src/components/calendar/date-picker.tsx +73 -29
- package/packages/cli/vendor/src/components/calendar/date-range-picker.tsx +154 -49
- package/packages/cli/vendor/src/components/data-table/data-table-toolbar.tsx +71 -50
- package/packages/cli/vendor/src/components/data-table/data-table.tsx +65 -53
- package/packages/cli/vendor/src/components/data-table/demo.tsx +2 -12
- package/packages/cli/vendor/src/components/data-table/public.ts +1 -6
- package/packages/cli/vendor/src/components/display/activity-feed.tsx +98 -40
- package/packages/cli/vendor/src/components/display/carousel.tsx +88 -2
- package/packages/cli/vendor/src/components/display/code-block.tsx +58 -26
- package/packages/cli/vendor/src/components/display/comparison-card.tsx +15 -41
- package/packages/cli/vendor/src/components/display/data-state.tsx +119 -50
- package/packages/cli/vendor/src/components/display/demo.tsx +0 -4
- package/packages/cli/vendor/src/components/display/index.ts +0 -8
- package/packages/cli/vendor/src/components/feedback/alert.tsx +86 -28
- package/packages/cli/vendor/src/components/feedback/index.ts +0 -2
- package/packages/cli/vendor/src/components/filters/demo.tsx +0 -1
- package/packages/cli/vendor/src/components/filters/filter-bar.tsx +126 -54
- package/packages/cli/vendor/src/components/filters/index.ts +0 -1
- package/packages/cli/vendor/src/components/form/demo.tsx +0 -1
- package/packages/cli/vendor/src/components/form/form-field-shell.tsx +72 -34
- package/packages/cli/vendor/src/components/form/form-input.tsx +118 -11
- package/packages/cli/vendor/src/components/form/form-select.tsx +26 -3
- package/packages/cli/vendor/src/components/form/form-switch.tsx +77 -58
- package/packages/cli/vendor/src/components/form/form-textarea.tsx +65 -51
- package/packages/cli/vendor/src/components/form/index.ts +0 -1
- package/packages/cli/vendor/src/components/form/public.ts +0 -11
- package/packages/cli/vendor/src/components/inputs/async-select.tsx +126 -82
- package/packages/cli/vendor/src/components/inputs/combobox.tsx +66 -9
- package/packages/cli/vendor/src/components/inputs/index.ts +0 -2
- package/packages/cli/vendor/src/components/inputs/public.ts +0 -2
- package/packages/cli/vendor/src/components/inputs/simple-select.tsx +52 -24
- package/packages/cli/vendor/src/components/layout/app-sidebar.tsx +42 -1
- package/packages/cli/vendor/src/components/layout/breadcrumbs.tsx +17 -8
- package/packages/cli/vendor/src/components/layout/index.ts +0 -1
- package/packages/cli/vendor/src/components/layout/public.ts +0 -1
- package/packages/cli/vendor/src/components/layout/stat-card.tsx +63 -23
- package/packages/cli/vendor/src/components/modern/calendar-scheduler.tsx +32 -22
- package/packages/cli/vendor/src/components/modern/index.ts +1 -5
- package/packages/cli/vendor/src/components/overlay/alert-dialog.tsx +148 -24
- package/packages/cli/vendor/src/components/overlay/drawer.tsx +42 -30
- package/packages/cli/vendor/src/components/patterns/index.ts +0 -1
- package/packages/cli/vendor/src/components/patterns/public.ts +0 -1
- package/packages/cli/vendor/src/components/ui/button/index.tsx +27 -17
- package/packages/cli/vendor/src/components/ui/checkbox/index.tsx +22 -5
- package/packages/cli/vendor/src/components/ui/collapse/index.tsx +97 -16
- package/packages/cli/vendor/src/components/ui/dialog/index.tsx +12 -8
- package/packages/cli/vendor/src/components/ui/dropdown-menu/index.tsx +82 -28
- package/packages/cli/vendor/src/public-component-surface.ts +0 -16
- package/packages/cli/vendor/src/showcase/component-api-schema.ts +2 -2
- package/packages/cli/vendor/src/showcase/create-demo.tsx +31 -46
- package/packages/cli/vendor/src/showcase/fallback.tsx +83 -263
- package/packages/cli/vendor/src/showcase/premium/accordion/showcase.tsx +32 -2
- package/packages/cli/vendor/src/showcase/premium/action-menu/showcase.tsx +12 -3
- package/packages/cli/vendor/src/showcase/premium/activity-feed/showcase.tsx +15 -2
- package/packages/cli/vendor/src/showcase/premium/alert/showcase.tsx +32 -17
- package/packages/cli/vendor/src/showcase/premium/alert-dialog/showcase.tsx +28 -3
- package/packages/cli/vendor/src/showcase/premium/async-multi-select/mock.ts +6 -5
- package/packages/cli/vendor/src/showcase/premium/async-multi-select/showcase.tsx +5 -4
- package/packages/cli/vendor/src/showcase/premium/async-select/mock.ts +1 -1
- package/packages/cli/vendor/src/showcase/premium/async-select/showcase.tsx +36 -0
- package/packages/cli/vendor/src/showcase/premium/button/showcase.tsx +26 -5
- package/packages/cli/vendor/src/showcase/premium/button-group/showcase.tsx +20 -3
- package/packages/cli/vendor/src/showcase/premium/calendar/showcase.tsx +5 -0
- package/packages/cli/vendor/src/showcase/premium/carousel/showcase.tsx +33 -5
- package/packages/cli/vendor/src/showcase/premium/checkbox/showcase.tsx +46 -3
- package/packages/cli/vendor/src/showcase/premium/clearable-input/mock.ts +5 -3
- package/packages/cli/vendor/src/showcase/premium/clearable-input/showcase.tsx +5 -2
- package/packages/cli/vendor/src/showcase/premium/collapse/showcase.tsx +4 -0
- package/packages/cli/vendor/src/showcase/premium/combobox/showcase.tsx +8 -0
- package/packages/cli/vendor/src/showcase/premium/data-table/showcase.tsx +77 -27
- package/packages/cli/vendor/src/showcase/premium/data-table-parts/showcase.tsx +11 -11
- package/packages/cli/vendor/src/showcase/premium/date-input/mock.ts +1 -1
- package/packages/cli/vendor/src/showcase/premium/date-range-picker/showcase.tsx +7 -0
- package/packages/cli/vendor/src/showcase/premium/dropdown-menu/showcase.tsx +46 -3
- package/packages/cli/vendor/src/showcase/premium/form-wrapper/mock.ts +70 -44
- package/packages/cli/vendor/src/showcase/premium/form-wrapper/showcase.tsx +129 -12
- package/packages/cli/vendor/src/showcase/premium/index.ts +7 -46
- package/packages/cli/vendor/src/showcase/premium/input/mock.ts +2 -2
- package/packages/cli/vendor/src/showcase/premium/masked-input/mock.ts +1 -1
- package/packages/cli/vendor/src/showcase/premium/money-input/mock.ts +1 -1
- package/packages/cli/vendor/src/showcase/premium/number-input/mock.ts +1 -1
- package/packages/cli/vendor/src/showcase/premium/phone-input/mock.ts +1 -1
- package/packages/cli/vendor/src/showcase/premium/quantity-input/mock.ts +1 -1
- package/packages/cli/vendor/src/showcase/premium/simple-select/mock.ts +1 -1
- package/packages/cli/vendor/src/showcase/premium/simple-select/showcase.tsx +2 -1
- package/packages/cli/vendor/src/showcase/preview-catalog.tsx +7 -7
- package/packages/cli/vendor/src/showcase/registry-quality.ts +4 -30
- package/packages/cli/vendor/src/showcase/registry-specific.tsx +3 -178
- package/packages/cli/vendor/src/showcase/render-registry-preview.tsx +18 -51
- package/packages/cli/vendor/src/showcase/site-data.tsx +2443 -2761
- package/packages/cli/vendor/src/showcase/supplemental.tsx +2 -42
- package/packages/cli/vendor/src/showcase/tembro-registry.json +206 -280
- package/registry.json +251 -329
- package/dist/components/display/aspect-ratio.cjs +0 -1
- package/dist/components/display/aspect-ratio.d.ts +0 -6
- package/dist/components/display/aspect-ratio.js +0 -21
- package/dist/components/display/entity-card.cjs +0 -1
- package/dist/components/display/entity-card.d.ts +0 -18
- package/dist/components/display/entity-card.js +0 -61
- package/dist/components/display/entity-header.cjs +0 -1
- package/dist/components/display/entity-header.d.ts +0 -13
- package/dist/components/display/entity-header.js +0 -52
- package/dist/components/display/file-card.cjs +0 -1
- package/dist/components/display/file-card.d.ts +0 -14
- package/dist/components/display/file-card.js +0 -59
- package/dist/components/display/float-button.cjs +0 -1
- package/dist/components/display/float-button.d.ts +0 -6
- package/dist/components/display/float-button.js +0 -20
- package/dist/components/display/key-value-card.cjs +0 -1
- package/dist/components/display/key-value-card.d.ts +0 -16
- package/dist/components/display/key-value-card.js +0 -35
- package/dist/components/display/keyboard-shortcut.cjs +0 -1
- package/dist/components/display/keyboard-shortcut.d.ts +0 -7
- package/dist/components/display/keyboard-shortcut.js +0 -18
- package/dist/components/display/skeleton-form.cjs +0 -1
- package/dist/components/display/skeleton-form.d.ts +0 -9
- package/dist/components/display/skeleton-form.js +0 -31
- package/dist/components/display/skeleton-table.cjs +0 -1
- package/dist/components/display/skeleton-table.d.ts +0 -9
- package/dist/components/display/skeleton-table.js +0 -42
- package/dist/components/display/tag-list.cjs +0 -1
- package/dist/components/display/tag-list.d.ts +0 -17
- package/dist/components/display/tag-list.js +0 -30
- package/dist/components/display/watermark.cjs +0 -1
- package/dist/components/display/watermark.d.ts +0 -6
- package/dist/components/display/watermark.js +0 -23
- package/dist/components/feedback/empty-search-state.cjs +0 -1
- package/dist/components/feedback/empty-search-state.d.ts +0 -11
- package/dist/components/feedback/empty-search-state.js +0 -45
- package/dist/components/feedback/empty-state.cjs +0 -1
- package/dist/components/feedback/empty-state.d.ts +0 -11
- package/dist/components/feedback/empty-state.js +0 -38
- package/dist/components/filters/filter-chips.cjs +0 -1
- package/dist/components/filters/filter-chips.d.ts +0 -18
- package/dist/components/filters/filter-chips.js +0 -61
- package/dist/components/form/repeater-field.cjs +0 -1
- package/dist/components/form/repeater-field.d.ts +0 -16
- package/dist/components/form/repeater-field.js +0 -48
- package/dist/components/inputs/cascader.cjs +0 -1
- package/dist/components/inputs/cascader.d.ts +0 -13
- package/dist/components/inputs/cascader.js +0 -58
- package/dist/components/inputs/mention-input.cjs +0 -1
- package/dist/components/inputs/mention-input.d.ts +0 -18
- package/dist/components/inputs/mention-input.js +0 -96
- package/dist/components/layout/stack.cjs +0 -1
- package/dist/components/layout/stack.d.ts +0 -23
- package/dist/components/layout/stack.js +0 -57
- package/dist/components/modern/affix.cjs +0 -1
- package/dist/components/modern/affix.d.ts +0 -7
- package/dist/components/modern/affix.js +0 -18
- package/dist/components/patterns/form-builder-presets.cjs +0 -1
- package/dist/components/patterns/form-builder-presets.d.ts +0 -1
- package/dist/components/patterns/form-builder-presets.js +0 -2
- package/dist/components/patterns/form-builder.cjs +0 -1
- package/dist/components/patterns/form-builder.d.ts +0 -109
- package/dist/components/patterns/form-builder.js +0 -263
- package/dist/showcase/premium/affix/index.cjs +0 -1
- package/dist/showcase/premium/affix/index.d.ts +0 -2
- package/dist/showcase/premium/affix/index.js +0 -3
- package/dist/showcase/premium/affix/mock.cjs +0 -12
- package/dist/showcase/premium/affix/mock.d.ts +0 -2
- package/dist/showcase/premium/affix/mock.js +0 -15
- package/dist/showcase/premium/affix/showcase.cjs +0 -1
- package/dist/showcase/premium/affix/showcase.d.ts +0 -2
- package/dist/showcase/premium/affix/showcase.js +0 -64
- package/dist/showcase/premium/aspect-ratio/index.cjs +0 -1
- package/dist/showcase/premium/aspect-ratio/index.d.ts +0 -2
- package/dist/showcase/premium/aspect-ratio/index.js +0 -3
- package/dist/showcase/premium/aspect-ratio/mock.cjs +0 -11
- package/dist/showcase/premium/aspect-ratio/mock.d.ts +0 -2
- package/dist/showcase/premium/aspect-ratio/mock.js +0 -26
- package/dist/showcase/premium/aspect-ratio/showcase.cjs +0 -1
- package/dist/showcase/premium/aspect-ratio/showcase.d.ts +0 -2
- package/dist/showcase/premium/aspect-ratio/showcase.js +0 -53
- package/dist/showcase/premium/cascader/index.cjs +0 -1
- package/dist/showcase/premium/cascader/index.d.ts +0 -2
- package/dist/showcase/premium/cascader/index.js +0 -3
- package/dist/showcase/premium/cascader/mock.cjs +0 -9
- package/dist/showcase/premium/cascader/mock.d.ts +0 -2
- package/dist/showcase/premium/cascader/mock.js +0 -19
- package/dist/showcase/premium/cascader/showcase.cjs +0 -1
- package/dist/showcase/premium/cascader/showcase.d.ts +0 -2
- package/dist/showcase/premium/cascader/showcase.js +0 -43
- package/dist/showcase/premium/empty-state/index.cjs +0 -1
- package/dist/showcase/premium/empty-state/index.d.ts +0 -2
- package/dist/showcase/premium/empty-state/index.js +0 -3
- package/dist/showcase/premium/empty-state/mock.cjs +0 -14
- package/dist/showcase/premium/empty-state/mock.d.ts +0 -2
- package/dist/showcase/premium/empty-state/mock.js +0 -31
- package/dist/showcase/premium/empty-state/showcase.cjs +0 -1
- package/dist/showcase/premium/empty-state/showcase.d.ts +0 -3
- package/dist/showcase/premium/empty-state/showcase.js +0 -99
- package/dist/showcase/premium/float-button/index.cjs +0 -1
- package/dist/showcase/premium/float-button/index.d.ts +0 -2
- package/dist/showcase/premium/float-button/index.js +0 -3
- package/dist/showcase/premium/float-button/mock.cjs +0 -10
- package/dist/showcase/premium/float-button/mock.d.ts +0 -2
- package/dist/showcase/premium/float-button/mock.js +0 -15
- package/dist/showcase/premium/float-button/showcase.cjs +0 -1
- package/dist/showcase/premium/float-button/showcase.d.ts +0 -2
- package/dist/showcase/premium/float-button/showcase.js +0 -28
- package/dist/showcase/premium/form-builder/index.cjs +0 -1
- package/dist/showcase/premium/form-builder/index.d.ts +0 -2
- package/dist/showcase/premium/form-builder/index.js +0 -3
- package/dist/showcase/premium/form-builder/mock.cjs +0 -57
- package/dist/showcase/premium/form-builder/mock.d.ts +0 -2
- package/dist/showcase/premium/form-builder/mock.js +0 -40
- package/dist/showcase/premium/form-builder/showcase.cjs +0 -1
- package/dist/showcase/premium/form-builder/showcase.d.ts +0 -3
- package/dist/showcase/premium/form-builder/showcase.js +0 -69
- package/dist/showcase/premium/keyboard-shortcut/index.cjs +0 -1
- package/dist/showcase/premium/keyboard-shortcut/index.d.ts +0 -2
- package/dist/showcase/premium/keyboard-shortcut/index.js +0 -3
- package/dist/showcase/premium/keyboard-shortcut/mock.cjs +0 -5
- package/dist/showcase/premium/keyboard-shortcut/mock.d.ts +0 -2
- package/dist/showcase/premium/keyboard-shortcut/mock.js +0 -26
- package/dist/showcase/premium/keyboard-shortcut/showcase.cjs +0 -1
- package/dist/showcase/premium/keyboard-shortcut/showcase.d.ts +0 -1
- package/dist/showcase/premium/keyboard-shortcut/showcase.js +0 -64
- package/dist/showcase/premium/mention-input/index.cjs +0 -1
- package/dist/showcase/premium/mention-input/index.d.ts +0 -2
- package/dist/showcase/premium/mention-input/index.js +0 -3
- package/dist/showcase/premium/mention-input/mock.cjs +0 -11
- package/dist/showcase/premium/mention-input/mock.d.ts +0 -2
- package/dist/showcase/premium/mention-input/mock.js +0 -19
- package/dist/showcase/premium/mention-input/showcase.cjs +0 -1
- package/dist/showcase/premium/mention-input/showcase.d.ts +0 -2
- package/dist/showcase/premium/mention-input/showcase.js +0 -35
- package/dist/showcase/premium/skeleton-form/index.cjs +0 -1
- package/dist/showcase/premium/skeleton-form/index.d.ts +0 -2
- package/dist/showcase/premium/skeleton-form/index.js +0 -3
- package/dist/showcase/premium/skeleton-form/mock.cjs +0 -5
- package/dist/showcase/premium/skeleton-form/mock.d.ts +0 -2
- package/dist/showcase/premium/skeleton-form/mock.js +0 -19
- package/dist/showcase/premium/skeleton-form/showcase.cjs +0 -1
- package/dist/showcase/premium/skeleton-form/showcase.d.ts +0 -2
- package/dist/showcase/premium/skeleton-form/showcase.js +0 -52
- package/dist/showcase/premium/skeleton-table/index.cjs +0 -1
- package/dist/showcase/premium/skeleton-table/index.d.ts +0 -2
- package/dist/showcase/premium/skeleton-table/index.js +0 -3
- package/dist/showcase/premium/skeleton-table/mock.cjs +0 -5
- package/dist/showcase/premium/skeleton-table/mock.d.ts +0 -2
- package/dist/showcase/premium/skeleton-table/mock.js +0 -19
- package/dist/showcase/premium/skeleton-table/showcase.cjs +0 -1
- package/dist/showcase/premium/skeleton-table/showcase.d.ts +0 -2
- package/dist/showcase/premium/skeleton-table/showcase.js +0 -59
- package/dist/showcase/premium/stack/index.cjs +0 -1
- package/dist/showcase/premium/stack/index.d.ts +0 -2
- package/dist/showcase/premium/stack/index.js +0 -3
- package/dist/showcase/premium/stack/mock.cjs +0 -10
- package/dist/showcase/premium/stack/mock.d.ts +0 -2
- package/dist/showcase/premium/stack/mock.js +0 -26
- package/dist/showcase/premium/stack/showcase.cjs +0 -1
- package/dist/showcase/premium/stack/showcase.d.ts +0 -1
- package/dist/showcase/premium/stack/showcase.js +0 -47
- package/dist/showcase/premium/tag-list/index.cjs +0 -1
- package/dist/showcase/premium/tag-list/index.d.ts +0 -2
- package/dist/showcase/premium/tag-list/index.js +0 -3
- package/dist/showcase/premium/tag-list/mock.cjs +0 -12
- package/dist/showcase/premium/tag-list/mock.d.ts +0 -2
- package/dist/showcase/premium/tag-list/mock.js +0 -26
- package/dist/showcase/premium/tag-list/showcase.cjs +0 -1
- package/dist/showcase/premium/tag-list/showcase.d.ts +0 -2
- package/dist/showcase/premium/tag-list/showcase.js +0 -83
- package/dist/showcase/premium/watermark/index.cjs +0 -1
- package/dist/showcase/premium/watermark/index.d.ts +0 -2
- package/dist/showcase/premium/watermark/index.js +0 -3
- package/dist/showcase/premium/watermark/mock.cjs +0 -11
- package/dist/showcase/premium/watermark/mock.d.ts +0 -2
- package/dist/showcase/premium/watermark/mock.js +0 -26
- package/dist/showcase/premium/watermark/showcase.cjs +0 -1
- package/dist/showcase/premium/watermark/showcase.d.ts +0 -2
- package/dist/showcase/premium/watermark/showcase.js +0 -34
- package/packages/cli/vendor/src/components/display/aspect-ratio.tsx +0 -22
- package/packages/cli/vendor/src/components/display/entity-card.tsx +0 -80
- package/packages/cli/vendor/src/components/display/entity-header.tsx +0 -80
- package/packages/cli/vendor/src/components/display/file-card.tsx +0 -61
- package/packages/cli/vendor/src/components/display/float-button.tsx +0 -27
- package/packages/cli/vendor/src/components/display/key-value-card.tsx +0 -50
- package/packages/cli/vendor/src/components/display/keyboard-shortcut.tsx +0 -31
- package/packages/cli/vendor/src/components/display/skeleton-form.tsx +0 -51
- package/packages/cli/vendor/src/components/display/skeleton-table.tsx +0 -59
- package/packages/cli/vendor/src/components/display/tag-list.tsx +0 -52
- package/packages/cli/vendor/src/components/display/watermark.tsx +0 -20
- package/packages/cli/vendor/src/components/feedback/empty-search-state.tsx +0 -65
- package/packages/cli/vendor/src/components/feedback/empty-state.tsx +0 -56
- package/packages/cli/vendor/src/components/filters/filter-chips.tsx +0 -89
- package/packages/cli/vendor/src/components/form/repeater-field.tsx +0 -93
- package/packages/cli/vendor/src/components/inputs/cascader.tsx +0 -41
- package/packages/cli/vendor/src/components/inputs/mention-input.tsx +0 -162
- package/packages/cli/vendor/src/components/layout/stack.tsx +0 -106
- package/packages/cli/vendor/src/components/modern/affix.tsx +0 -21
- package/packages/cli/vendor/src/components/patterns/form-builder-presets.ts +0 -13
- package/packages/cli/vendor/src/components/patterns/form-builder.tsx +0 -443
- package/packages/cli/vendor/src/showcase/premium/affix/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/affix/mock.ts +0 -26
- package/packages/cli/vendor/src/showcase/premium/affix/showcase.tsx +0 -37
- package/packages/cli/vendor/src/showcase/premium/aspect-ratio/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/aspect-ratio/mock.ts +0 -26
- package/packages/cli/vendor/src/showcase/premium/aspect-ratio/showcase.tsx +0 -37
- package/packages/cli/vendor/src/showcase/premium/cascader/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/cascader/mock.ts +0 -24
- package/packages/cli/vendor/src/showcase/premium/cascader/showcase.tsx +0 -20
- package/packages/cli/vendor/src/showcase/premium/empty-state/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/empty-state/mock.ts +0 -30
- package/packages/cli/vendor/src/showcase/premium/empty-state/showcase.tsx +0 -65
- package/packages/cli/vendor/src/showcase/premium/float-button/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/float-button/mock.ts +0 -24
- package/packages/cli/vendor/src/showcase/premium/float-button/showcase.tsx +0 -21
- package/packages/cli/vendor/src/showcase/premium/form-builder/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/form-builder/mock.ts +0 -79
- package/packages/cli/vendor/src/showcase/premium/form-builder/showcase.tsx +0 -55
- package/packages/cli/vendor/src/showcase/premium/keyboard-shortcut/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/keyboard-shortcut/mock.ts +0 -20
- package/packages/cli/vendor/src/showcase/premium/keyboard-shortcut/showcase.tsx +0 -42
- package/packages/cli/vendor/src/showcase/premium/mention-input/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/mention-input/mock.ts +0 -26
- package/packages/cli/vendor/src/showcase/premium/mention-input/showcase.tsx +0 -27
- package/packages/cli/vendor/src/showcase/premium/skeleton-form/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/skeleton-form/mock.ts +0 -20
- package/packages/cli/vendor/src/showcase/premium/skeleton-form/showcase.tsx +0 -34
- package/packages/cli/vendor/src/showcase/premium/skeleton-table/index.ts +0 -3
- package/packages/cli/vendor/src/showcase/premium/skeleton-table/mock.ts +0 -20
- package/packages/cli/vendor/src/showcase/premium/skeleton-table/showcase.tsx +0 -37
- package/packages/cli/vendor/src/showcase/premium/stack/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/stack/mock.ts +0 -25
- package/packages/cli/vendor/src/showcase/premium/stack/showcase.tsx +0 -22
- package/packages/cli/vendor/src/showcase/premium/tag-list/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/tag-list/mock.ts +0 -27
- package/packages/cli/vendor/src/showcase/premium/tag-list/showcase.tsx +0 -55
- package/packages/cli/vendor/src/showcase/premium/watermark/index.ts +0 -2
- package/packages/cli/vendor/src/showcase/premium/watermark/mock.ts +0 -26
- package/packages/cli/vendor/src/showcase/premium/watermark/showcase.tsx +0 -26
package/dist/index.js
CHANGED
|
@@ -1,180 +1,148 @@
|
|
|
1
1
|
import { cn as ee, stopInteractivePropagation as te } from "./lib/utils.js";
|
|
2
2
|
import { Button as ne, buttonVariants as e } from "./components/ui/button/index.js";
|
|
3
|
-
import { DropdownMenu as t, DropdownMenuCheckboxItem as n, DropdownMenuContent as r, DropdownMenuGroup as i, DropdownMenuItem as a,
|
|
4
|
-
import { ActionMenu as
|
|
5
|
-
import { ButtonGroup as
|
|
6
|
-
import { CopyButton as
|
|
7
|
-
import { CopyField as
|
|
8
|
-
import { Textarea as
|
|
9
|
-
import { InputGroup as
|
|
10
|
-
import { ClearableInput as
|
|
11
|
-
import { DateInput as
|
|
12
|
-
import { DateRangeInput as
|
|
13
|
-
import { MoneyInput as
|
|
14
|
-
import { MaskedInput as
|
|
15
|
-
import { NumberInput as
|
|
16
|
-
import { PasswordInput as
|
|
17
|
-
import { PhoneInput as
|
|
18
|
-
import { QuantityInput as
|
|
19
|
-
import { SearchInput as
|
|
20
|
-
import { Input as
|
|
21
|
-
import { Checkbox as
|
|
22
|
-
import { Switch as
|
|
23
|
-
import { Card as
|
|
24
|
-
import { Badge as
|
|
25
|
-
import { Tabs as
|
|
26
|
-
import { Dialog as
|
|
27
|
-
import { Popover as
|
|
28
|
-
import { Select as
|
|
29
|
-
import { Table as
|
|
30
|
-
import { Collapse as
|
|
31
|
-
import { Accordion as
|
|
32
|
-
import { Skeleton as
|
|
33
|
-
import { Divider as
|
|
34
|
-
import { SegmentedControl as
|
|
35
|
-
import { LoadingOverlay as
|
|
36
|
-
import { Tooltip as
|
|
37
|
-
import { HoverCard as
|
|
38
|
-
import { Kbd as
|
|
39
|
-
import { RadioGroup as
|
|
40
|
-
import { ScrollBox as
|
|
41
|
-
import { RightClickMenu as
|
|
42
|
-
import { QuickActionGrid as
|
|
43
|
-
import { DEFAULT_MOBILE_BREAKPOINT as
|
|
44
|
-
import { AppSidebar as
|
|
45
|
-
import { Breadcrumbs as
|
|
46
|
-
import { PageContainer as
|
|
47
|
-
import { Section as
|
|
48
|
-
import { SectionHeader as
|
|
49
|
-
import { SidebarNav as
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import { EntityHeader as sr } from "./components/display/entity-header.js";
|
|
110
|
-
import { Descriptions as cr } from "./components/display/descriptions.js";
|
|
111
|
-
import { KeyboardShortcut as lr } from "./components/display/keyboard-shortcut.js";
|
|
112
|
-
import { KanbanBoard as ur } from "./components/display/kanban.js";
|
|
113
|
-
import { CodeBlock as dr } from "./components/display/code-block.js";
|
|
114
|
-
import { DataState as fr } from "./components/display/data-state.js";
|
|
115
|
-
import { EntityCard as pr } from "./components/display/entity-card.js";
|
|
116
|
-
import { FileCard as mr } from "./components/display/file-card.js";
|
|
117
|
-
import { List as hr, ListRow as gr } from "./components/display/list.js";
|
|
118
|
-
import { MetricGrid as _r } from "./components/display/metric-grid.js";
|
|
119
|
-
import { Progress as vr, ProgressCard as yr, getProgressPercent as br } from "./components/display/progress.js";
|
|
120
|
-
import { ProgressCircle as xr } from "./components/display/progress-circle.js";
|
|
121
|
-
import { PropertyGrid as Sr } from "./components/display/property-grid.js";
|
|
122
|
-
import { KeyValueCard as Cr } from "./components/display/key-value-card.js";
|
|
123
|
-
import { Result as wr, ResultAction as Tr } from "./components/display/result.js";
|
|
124
|
-
import { Statistic as Er, StatisticCard as Dr, StatisticGrid as Or } from "./components/display/statistic.js";
|
|
125
|
-
import { StatusDot as kr } from "./components/display/status-dot.js";
|
|
126
|
-
import { StatusLegend as Ar } from "./components/display/status-legend.js";
|
|
127
|
-
import { TagList as jr } from "./components/display/tag-list.js";
|
|
128
|
-
import { Timeline as Mr } from "./components/display/timeline.js";
|
|
129
|
-
import { TreeView as Nr } from "./components/display/tree-view.js";
|
|
130
|
-
import { UserCard as Pr } from "./components/display/user-card.js";
|
|
131
|
-
import { DeltaBadge as Fr } from "./components/display/delta-badge.js";
|
|
132
|
-
import { TrendCard as Ir } from "./components/display/trend-card.js";
|
|
133
|
-
import { ComparisonCard as Lr } from "./components/display/comparison-card.js";
|
|
134
|
-
import { SkeletonTable as Rr } from "./components/display/skeleton-table.js";
|
|
135
|
-
import { SkeletonForm as zr } from "./components/display/skeleton-form.js";
|
|
3
|
+
import { DropdownMenu as t, DropdownMenuCheckboxItem as n, DropdownMenuContent as r, DropdownMenuGroup as i, DropdownMenuItem as a, DropdownMenuItemDescription as o, DropdownMenuLabel as s, DropdownMenuPortal as c, DropdownMenuRadioGroup as l, DropdownMenuRadioItem as u, DropdownMenuSeparator as d, DropdownMenuShortcut as f, DropdownMenuSub as p, DropdownMenuSubContent as m, DropdownMenuSubTrigger as h, DropdownMenuTrigger as g } from "./components/ui/dropdown-menu/index.js";
|
|
4
|
+
import { ActionMenu as _ } from "./components/actions/action-menu.js";
|
|
5
|
+
import { ButtonGroup as v } from "./components/actions/button-group.js";
|
|
6
|
+
import { CopyButton as y } from "./components/actions/copy-button.js";
|
|
7
|
+
import { CopyField as b } from "./components/actions/copy-field.js";
|
|
8
|
+
import { Textarea as x } from "./components/ui/textarea/index.js";
|
|
9
|
+
import { InputGroup as S, InputGroupAddon as C, InputGroupButton as w, InputGroupInput as T, InputGroupText as E, InputGroupTextarea as D } from "./components/ui/input/group.js";
|
|
10
|
+
import { ClearableInput as O } from "./components/inputs/clearable-input.js";
|
|
11
|
+
import { DateInput as k } from "./components/inputs/date-input.js";
|
|
12
|
+
import { DateRangeInput as A } from "./components/inputs/date-range-input.js";
|
|
13
|
+
import { MoneyInput as j, parseMoneyInput as M } from "./components/inputs/money-input.js";
|
|
14
|
+
import { MaskedInput as N } from "./components/inputs/masked-input.js";
|
|
15
|
+
import { NumberInput as P, clampNumber as F, parseNumberInput as I } from "./components/inputs/number-input.js";
|
|
16
|
+
import { PasswordInput as L } from "./components/inputs/password-input.js";
|
|
17
|
+
import { PhoneInput as R, formatPhoneDigits as z, onlyDigits as B } from "./components/inputs/phone-input.js";
|
|
18
|
+
import { QuantityInput as V, clampQuantity as H } from "./components/inputs/quantity-input.js";
|
|
19
|
+
import { SearchInput as U } from "./components/inputs/search-input.js";
|
|
20
|
+
import { Input as W } from "./components/ui/input/index.js";
|
|
21
|
+
import { Checkbox as G } from "./components/ui/checkbox/index.js";
|
|
22
|
+
import { Switch as K } from "./components/ui/switch/index.js";
|
|
23
|
+
import { Card as q, CardAction as J, CardContent as Y, CardDescription as X, CardFooter as Z, CardHeader as re, CardTitle as ie, cardVariants as ae } from "./components/ui/card/index.js";
|
|
24
|
+
import { Badge as oe, badgeVariants as se } from "./components/ui/badge/index.js";
|
|
25
|
+
import { Tabs as ce, TabsContent as le, TabsList as ue, TabsTrigger as de } from "./components/ui/tabs/index.js";
|
|
26
|
+
import { Dialog as fe, DialogClose as pe, DialogContent as me, DialogDescription as he, DialogFooter as ge, DialogHeader as _e, DialogOverlay as ve, DialogPortal as ye, DialogTitle as be, DialogTrigger as xe } from "./components/ui/dialog/index.js";
|
|
27
|
+
import { Popover as Se, PopoverContent as Ce, PopoverDescription as we, PopoverHeader as Te, PopoverTitle as Ee, PopoverTrigger as De } from "./components/ui/popover/index.js";
|
|
28
|
+
import { Select as Oe, SelectContent as ke, SelectGroup as Ae, SelectItem as je, SelectLabel as Me, SelectScrollDownButton as Ne, SelectScrollUpButton as Pe, SelectSeparator as Fe, SelectTrigger as Ie, SelectValue as Le } from "./components/ui/select/index.js";
|
|
29
|
+
import { Table as Re, TableBody as ze, TableCaption as Be, TableCell as Ve, TableFooter as He, TableHead as Ue, TableHeader as We, TableRow as Ge } from "./components/ui/table/index.js";
|
|
30
|
+
import { Collapse as Ke, CollapseContent as qe, CollapseGroup as Je, CollapseTrigger as Ye } from "./components/ui/collapse/index.js";
|
|
31
|
+
import { Accordion as Xe, AccordionContent as Ze, AccordionRoot as Qe, AccordionTrigger as $e } from "./components/ui/accordion/index.js";
|
|
32
|
+
import { Skeleton as et, SkeletonCard as tt, SkeletonText as nt } from "./components/ui/skeleton/index.js";
|
|
33
|
+
import { Divider as rt } from "./components/ui/divider/index.js";
|
|
34
|
+
import { SegmentedControl as it } from "./components/ui/segmented-control/index.js";
|
|
35
|
+
import { LoadingOverlay as at, Spinner as ot } from "./components/ui/spinner/index.js";
|
|
36
|
+
import { Tooltip as st } from "./components/ui/tooltip/index.js";
|
|
37
|
+
import { HoverCard as ct } from "./components/ui/hover-card.js";
|
|
38
|
+
import { Kbd as lt } from "./components/ui/kbd/index.js";
|
|
39
|
+
import { RadioGroup as ut } from "./components/ui/radio-group/index.js";
|
|
40
|
+
import { ScrollBox as dt } from "./components/ui/scroll-box/index.js";
|
|
41
|
+
import { RightClickMenu as ft } from "./components/ui/right-click-menu/index.js";
|
|
42
|
+
import { QuickActionGrid as pt } from "./components/actions/quick-action-grid.js";
|
|
43
|
+
import { DEFAULT_MOBILE_BREAKPOINT as mt, useIsMobile as ht } from "./hooks/use-is-mobile.js";
|
|
44
|
+
import { AppSidebar as gt, Sidebar as _t } from "./components/layout/app-sidebar.js";
|
|
45
|
+
import { Breadcrumbs as vt } from "./components/layout/breadcrumbs.js";
|
|
46
|
+
import { PageContainer as yt } from "./components/layout/page-container.js";
|
|
47
|
+
import { Section as bt, SplitLayout as xt, Toolbar as St } from "./components/layout/section.js";
|
|
48
|
+
import { SectionHeader as Ct } from "./components/layout/section-header.js";
|
|
49
|
+
import { SidebarNav as wt } from "./components/layout/sidebar-nav.js";
|
|
50
|
+
import { StickyFooterBar as Tt } from "./components/layout/sticky-footer-bar.js";
|
|
51
|
+
import { AnchorNav as Et } from "./components/navigation/anchor-nav.js";
|
|
52
|
+
import { NavTabs as Dt } from "./components/navigation/nav-tabs.js";
|
|
53
|
+
import { PageTabs as Ot } from "./components/navigation/page-tabs.js";
|
|
54
|
+
import { Pagination as kt, getPaginationItems as At } from "./components/navigation/pagination.js";
|
|
55
|
+
import { StepperTabs as jt } from "./components/navigation/stepper-tabs.js";
|
|
56
|
+
import { CommandBar as Mt } from "./components/navigation/command-bar.js";
|
|
57
|
+
import { FilterBar as Nt } from "./components/filters/filter-bar.js";
|
|
58
|
+
import { SavedFilterSelect as Pt } from "./components/filters/saved-filter-select.js";
|
|
59
|
+
import { AlertDialog as Ft } from "./components/overlay/alert-dialog.js";
|
|
60
|
+
import { DialogActionButton as It, DialogActions as Lt } from "./components/overlay/dialog-actions.js";
|
|
61
|
+
import { ModalShell as Rt } from "./components/overlay/modal-shell.js";
|
|
62
|
+
import { ConfirmDialog as zt } from "./components/overlay/confirm-dialog.js";
|
|
63
|
+
import { Drawer as Bt, DrawerCloseButton as Vt } from "./components/overlay/drawer.js";
|
|
64
|
+
import { Sheet as Ht, SheetClose as Ut, SheetContent as Wt, SheetDescription as Gt, SheetFooter as Kt, SheetHeader as qt, SheetOverlay as Jt, SheetPortal as Yt, SheetShell as Xt, SheetTitle as Zt, SheetTrigger as Qt } from "./components/overlay/sheet-shell.js";
|
|
65
|
+
import { AsyncMultiSelect as $t, AsyncSelect as Q } from "./components/inputs/async-select.js";
|
|
66
|
+
import { Combobox as en } from "./components/inputs/combobox.js";
|
|
67
|
+
import { SimpleSelect as tn } from "./components/inputs/simple-select.js";
|
|
68
|
+
import { ColorInput as nn } from "./components/inputs/color-input.js";
|
|
69
|
+
import { OtpInput as rn } from "./components/inputs/otp-input.js";
|
|
70
|
+
import { QuantityStepper as an } from "./components/inputs/quantity-stepper.js";
|
|
71
|
+
import { Rating as on } from "./components/inputs/rating.js";
|
|
72
|
+
import { RangeSlider as sn, Slider as cn } from "./components/inputs/slider.js";
|
|
73
|
+
import { TagInput as ln } from "./components/inputs/tag-input.js";
|
|
74
|
+
import { InlineEditable as un } from "./components/inputs/inline-editable.js";
|
|
75
|
+
import { JsonInput as dn } from "./components/inputs/json-input.js";
|
|
76
|
+
import { DateTimePicker as fn, TimePicker as pn, TimeRangePicker as mn } from "./components/inputs/time-picker.js";
|
|
77
|
+
import { FormFieldShell as hn, resolveFormFieldIds as gn } from "./components/form/form-field-shell.js";
|
|
78
|
+
import { FormInput as _n } from "./components/form/form-input.js";
|
|
79
|
+
import { FormSelect as vn } from "./components/form/form-select.js";
|
|
80
|
+
import { FormSwitch as yn } from "./components/form/form-switch.js";
|
|
81
|
+
import { FormTextarea as bn } from "./components/form/form-textarea.js";
|
|
82
|
+
import { FormAsyncSelect as xn } from "./components/form/form-async-select.js";
|
|
83
|
+
import { Alert as Sn } from "./components/feedback/alert.js";
|
|
84
|
+
import { LoadingState as Cn } from "./components/feedback/loading-state.js";
|
|
85
|
+
import { InlineState as wn, PageState as Tn } from "./components/feedback/page-state.js";
|
|
86
|
+
import { DescriptionList as En } from "./components/display/description-list.js";
|
|
87
|
+
import { DataList as Dn, DataListRow as On } from "./components/display/data-list.js";
|
|
88
|
+
import { ActivityFeed as kn } from "./components/display/activity-feed.js";
|
|
89
|
+
import { Avatar as An, AvatarGroup as jn } from "./components/display/avatar.js";
|
|
90
|
+
import { Descriptions as Mn } from "./components/display/descriptions.js";
|
|
91
|
+
import { KanbanBoard as Nn } from "./components/display/kanban.js";
|
|
92
|
+
import { CodeBlock as Pn } from "./components/display/code-block.js";
|
|
93
|
+
import { DataState as Fn } from "./components/display/data-state.js";
|
|
94
|
+
import { List as In, ListRow as Ln } from "./components/display/list.js";
|
|
95
|
+
import { MetricGrid as Rn } from "./components/display/metric-grid.js";
|
|
96
|
+
import { Progress as zn, ProgressCard as Bn, getProgressPercent as Vn } from "./components/display/progress.js";
|
|
97
|
+
import { ProgressCircle as Hn } from "./components/display/progress-circle.js";
|
|
98
|
+
import { PropertyGrid as Un } from "./components/display/property-grid.js";
|
|
99
|
+
import { Result as Wn, ResultAction as Gn } from "./components/display/result.js";
|
|
100
|
+
import { Statistic as Kn, StatisticCard as qn, StatisticGrid as Jn } from "./components/display/statistic.js";
|
|
101
|
+
import { StatusDot as Yn } from "./components/display/status-dot.js";
|
|
102
|
+
import { StatusLegend as Xn } from "./components/display/status-legend.js";
|
|
103
|
+
import { Timeline as Zn } from "./components/display/timeline.js";
|
|
104
|
+
import { TreeView as Qn } from "./components/display/tree-view.js";
|
|
105
|
+
import { UserCard as $n } from "./components/display/user-card.js";
|
|
106
|
+
import { DeltaBadge as er } from "./components/display/delta-badge.js";
|
|
107
|
+
import { TrendCard as tr } from "./components/display/trend-card.js";
|
|
108
|
+
import { ComparisonCard as nr } from "./components/display/comparison-card.js";
|
|
136
109
|
import { SmartCard as $ } from "./components/display/smart-card.js";
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
|
|
176
|
-
import { useBeforeUnloadWhenDirty as ta } from "./hooks/use-before-unload-when-dirty.js";
|
|
177
|
-
import { useDisclosure as na } from "./hooks/use-disclosure.js";
|
|
178
|
-
import { useDebouncedCallback as ra, useDebouncedValue as ia } from "./hooks/use-debounce.js";
|
|
179
|
-
import { useDataTableViewState as aa } from "./hooks/use-data-table-view-state.js";
|
|
180
|
-
export { Ye as Accordion, Xe as AccordionContent, Ze as AccordionRoot, Qe as AccordionTrigger, g as ActionMenu, ir as ActivityFeed, ni as Affix, Yn as Alert, Rt as AlertDialog, Ot as AnchorNav, ht as AppSidebar, Br as AspectRatio, nn as AsyncMultiSelect, rn as AsyncSelect, ar as Avatar, or as AvatarGroup, ae as Badge, Vi as BarChart, Yr as Blockquote, _t as Breadcrumbs, ne as Button, _ as ButtonGroup, In as Calendar, ri as CalendarScheduler, K as Card, q as CardAction, J as CardContent, Y as CardDescription, X as CardFooter, Z as CardHeader, re as CardTitle, Vr as Carousel, Hr as CarouselItem, hn as Cascader, Hi as ChartFrame, Ui as ChartLegend, W as Checkbox, Kr as Chip, D as ClearableInput, dr as CodeBlock, Ge as Collapse, Ke as CollapseContent, qe as CollapseGroup, Je as CollapseTrigger, sn as ColorInput, an as Combobox, Pt as CommandBar, Ii as CommandPalette, Lr as ComparisonCard, Ht as ConfirmDialog, v as CopyButton, y as CopyField, pt as DEFAULT_MOBILE_BREAKPOINT, nr as DataList, rr as DataListRow, fr as DataState, Oi as DataTable, Si as DataTableBulkActions, Ci as DataTableColumnVisibilityMenu, wi as DataTablePagination, yi as DataTableRowActions, Mi as DataTableSavedFilters, Ai as DataTableSortableHeader, Ei as DataTableToolbar, ji as DataTableViewPresets, O as DateInput, Ln as DatePicker, k as DateRangeInput, zn as DateRangePicker, vn as DateTimePicker, Fr as DeltaBadge, tr as DescriptionList, cr as Descriptions, de as Dialog, zt as DialogActionButton, Bt as DialogActions, fe as DialogClose, pe as DialogContent, me as DialogDescription, he as DialogFooter, ge as DialogHeader, _e as DialogOverlay, ve as DialogPortal, ye as DialogTitle, be as DialogTrigger, nt as Divider, Wi as DonutChart, Ut as Drawer, Wt as DrawerCloseButton, t as DropdownMenu, n as DropdownMenuCheckboxItem, r as DropdownMenuContent, i as DropdownMenuGroup, a as DropdownMenuItem, o as DropdownMenuLabel, s as DropdownMenuPortal, c as DropdownMenuRadioGroup, l as DropdownMenuRadioItem, u as DropdownMenuSeparator, d as DropdownMenuShortcut, f as DropdownMenuSub, p as DropdownMenuSubContent, m as DropdownMenuSubTrigger, h as DropdownMenuTrigger, ii as DualListPicker, er as EmptySearchState, Xn as EmptyState, pr as EntityCard, sr as EntityHeader, mr as FileCard, Bi as FileDropzone, Ri as FileUpload, It as FilterBar, Ft as FilterChips, Ur as FloatButton, Hn as FormAsyncSelect, Un as FormDateInput, Rn as FormDatePicker, Wn as FormDateRangeInput, Bn as FormDateRangePicker, xn as FormFieldShell, Sn as FormInput, Gn as FormNumberInput, Kn as FormPasswordInput, qn as FormPhoneInput, Jn as FormSearchInput, Cn as FormSelect, wn as FormSwitch, Q as FormTextarea, wt as Grid, Xr as Heading, Zi as HorizontalBarChart, st as HoverCard, zi as ImageUpload, $ as InfoCard, Tt as Inline, mn as InlineEditable, Qn as InlineState, U as Input, x as InputGroup, S as InputGroupAddon, C as InputGroupButton, w as InputGroupInput, T as InputGroupText, E as InputGroupTextarea, gn as JsonInput, ur as KanbanBoard, ct as Kbd, Cr as KeyValueCard, lr as KeyboardShortcut, Ji as KpiCard, Yi as KpiGrid, Gi as LineChart, hr as List, gr as ListRow, it as LoadingOverlay, Zn as LoadingState, Zr as Mark, M as MaskedInput, _n as MentionInput, ai as Menubar, oi as MenubarContent, si as MenubarItem, ci as MenubarMenu, li as MenubarTrigger, _r as MetricGrid, Ki as MetricTrend, Vt as ModalShell, A as MoneyInput, kt as NavTabs, ui as NavigationMenu, di as NavigationMenuItem, fi as NavigationMenuLink, pi as NavigationMenuList, Fi as NotificationCenter, N as NumberInput, cn as OtpInput, vt as PageContainer, $n as PageState, At as PageTabs, jt as Pagination, I as PasswordInput, L as PhoneInput, xe as Popover, Se as PopoverContent, Ce as PopoverDescription, we as PopoverHeader, Te as PopoverTitle, Ee as PopoverTrigger, vr as Progress, yr as ProgressCard, xr as ProgressCircle, Xi as ProgressRing, Sr as PropertyGrid, Wr as QRCode, Gr as QRCodeSvg, B as QuantityInput, ln as QuantityStepper, ft as QuickActionGrid, lt as RadioGroup, dn as RangeSlider, un as Rating, Vn as RepeaterField, mi as ResizableHandle, hi as ResizablePanel, gi as ResizablePanelGroup, wr as Result, Tr as ResultAction, _i as RichTextEditor, dt as RightClickMenu, Lt as SavedFilterSelect, ut as ScrollBox, H as SearchInput, yt as Section, St as SectionHeader, rt as SegmentedControl, De as Select, Oe as SelectContent, ke as SelectGroup, Ae as SelectItem, je as SelectLabel, Me as SelectScrollDownButton, Ne as SelectScrollUpButton, Pe as SelectSeparator, Fe as SelectTrigger, Ie as SelectValue, Gt as Sheet, Kt as SheetClose, qt as SheetContent, Jt as SheetDescription, Yt as SheetFooter, Xt as SheetHeader, Zt as SheetOverlay, Qt as SheetPortal, $t as SheetShell, en as SheetTitle, tn as SheetTrigger, gt as Sidebar, Ct as SidebarNav, on as SimpleSelect, $e as Skeleton, et as SkeletonCard, zr as SkeletonForm, Rr as SkeletonTable, tt as SkeletonText, fn as Slider, $ as SmartCard, qi as Sparkline, at as Spinner, bt as SplitLayout, Qr as Spoiler, $r as SpoilerSummary, Et as Stack, Er as Statistic, Dr as StatisticCard, Or as StatisticGrid, kr as StatusDot, Ar as StatusLegend, Qi as Stepper, Nt as StepperTabs, Dt as StickyFooterBar, G as Switch, Le as Table, Re as TableBody, ze as TableCaption, Be as TableCell, Ve as TableFooter, He as TableHead, Ue as TableHeader, We as TableRow, se as Tabs, ce as TabsContent, le as TabsList, ue as TabsTrigger, qr as Tag, Jr as TagGroup, pn as TagInput, jr as TagList, ei as Text, b as Textarea, yn as TimePicker, bn as TimeRangePicker, Mr as Timeline, Ni as ToastProvider, xt as Toolbar, ot as Tooltip, vi as Tour, Nr as TreeView, Ir as TrendCard, Pr as UserCard, ti as Watermark, $i as Wizard, Tn as addMonths, oe as badgeVariants, e as buttonVariants, ie as cardVariants, P as clampNumber, V as clampQuantity, ee as cn, xi as createDataTableActionsColumn, ki as createDataTableSelectColumn, Di as dataTableToolbarVariants, R as formatPhoneDigits, Ti as getDataTablePageCount, En as getMonthDays, Dn as getMonthLabel, Mt as getPaginationItems, br as getProgressPercent, On as getWeekdayLabels, kn as isAfterDate, An as isBeforeDate, jn as isSameMonth, Mn as isWithinRange, z as onlyDigits, Nn as parseDateKey, j as parseMoneyInput, F as parseNumberInput, bi as resolveRowActions, Pn as startOfMonth, te as stopInteractivePropagation, Fn as toDateKey, ta as useBeforeUnloadWhenDirty, Li as useCommandPaletteShortcut, aa as useDataTableViewState, ra as useDebouncedCallback, ia as useDebouncedValue, na as useDisclosure, mt as useIsMobile, ea as useSessionStorageState, Pi as useToast };
|
|
110
|
+
import { Carousel as rr, CarouselItem as ir } from "./components/display/carousel.js";
|
|
111
|
+
import { QRCode as ar, QRCodeSvg as or } from "./components/display/qr-code.js";
|
|
112
|
+
import { Chip as sr, Tag as cr, TagGroup as lr } from "./components/display/tag.js";
|
|
113
|
+
import { Blockquote as ur, Heading as dr, Mark as fr, Spoiler as pr, SpoilerSummary as mr, Text as hr } from "./components/display/typography.js";
|
|
114
|
+
import { CalendarScheduler as gr } from "./components/modern/calendar-scheduler.js";
|
|
115
|
+
import { DualListPicker as _r } from "./components/modern/dual-list-picker.js";
|
|
116
|
+
import { Menubar as vr, MenubarContent as yr, MenubarItem as br, MenubarMenu as xr, MenubarTrigger as Sr } from "./components/modern/menubar.js";
|
|
117
|
+
import { NavigationMenu as Cr, NavigationMenuItem as wr, NavigationMenuLink as Tr, NavigationMenuList as Er } from "./components/modern/navigation-menu.js";
|
|
118
|
+
import { ResizableHandle as Dr, ResizablePanel as Or, ResizablePanelGroup as kr } from "./components/modern/resizable-panel.js";
|
|
119
|
+
import { RichTextEditor as Ar } from "./components/modern/rich-text-editor.js";
|
|
120
|
+
import { Tour as jr } from "./components/modern/tour.js";
|
|
121
|
+
import { DataTableBulkActions as Mr } from "./components/data-table/data-table-bulk-actions.js";
|
|
122
|
+
import { DataTableColumnVisibilityMenu as Nr } from "./components/data-table/data-table-column-visibility-menu.js";
|
|
123
|
+
import { DataTablePagination as Pr, getDataTablePageCount as Fr } from "./components/data-table/data-table-pagination.js";
|
|
124
|
+
import { DataTable as Ir } from "./components/data-table/data-table.js";
|
|
125
|
+
import { DataTableSortableHeader as Lr } from "./components/data-table/data-table-sortable-header.js";
|
|
126
|
+
import { DataTableViewPresets as Rr } from "./components/data-table/data-table-view-presets.js";
|
|
127
|
+
import { ToastProvider as zr, useToast as Br } from "./components/notifications/toast.js";
|
|
128
|
+
import { NotificationCenter as Vr } from "./components/notifications/notification-center.js";
|
|
129
|
+
import { CommandPalette as Hr, useCommandPaletteShortcut as Ur } from "./components/command/command-palette.js";
|
|
130
|
+
import { addMonths as Wr, getMonthDays as Gr, getMonthLabel as Kr, getWeekdayLabels as qr, isAfterDate as Jr, isBeforeDate as Yr, isSameMonth as Xr, isWithinRange as Zr, parseDateKey as Qr, startOfMonth as $r, toDateKey as ei } from "./components/calendar/date-utils.js";
|
|
131
|
+
import { Calendar as ti } from "./components/calendar/calendar.js";
|
|
132
|
+
import { DatePicker as ni } from "./components/calendar/date-picker.js";
|
|
133
|
+
import { DateRangePicker as ri } from "./components/calendar/date-range-picker.js";
|
|
134
|
+
import { FileUpload as ii } from "./components/upload/file-upload.js";
|
|
135
|
+
import { ImageUpload as ai } from "./components/upload/image-upload.js";
|
|
136
|
+
import { FileDropzone as oi } from "./components/upload/file-dropzone.js";
|
|
137
|
+
import { BarChart as si, ChartFrame as ci, ChartLegend as li, DonutChart as ui, LineChart as di, MetricTrend as fi, Sparkline as pi } from "./components/charts/charts.js";
|
|
138
|
+
import { KpiCard as mi, KpiGrid as hi } from "./components/charts/kpi.js";
|
|
139
|
+
import { ProgressRing as gi } from "./components/charts/progress-ring.js";
|
|
140
|
+
import { HorizontalBarChart as _i } from "./components/charts/horizontal-bar-chart.js";
|
|
141
|
+
import { Stepper as vi } from "./components/wizard/stepper.js";
|
|
142
|
+
import { Wizard as yi } from "./components/wizard/wizard.js";
|
|
143
|
+
import { useSessionStorageState as bi } from "./hooks/use-session-storage-state.js";
|
|
144
|
+
import { useBeforeUnloadWhenDirty as xi } from "./hooks/use-before-unload-when-dirty.js";
|
|
145
|
+
import { useDisclosure as Si } from "./hooks/use-disclosure.js";
|
|
146
|
+
import { useDebouncedCallback as Ci, useDebouncedValue as wi } from "./hooks/use-debounce.js";
|
|
147
|
+
import { useDataTableViewState as Ti } from "./hooks/use-data-table-view-state.js";
|
|
148
|
+
export { Xe as Accordion, Ze as AccordionContent, Qe as AccordionRoot, $e as AccordionTrigger, _ as ActionMenu, kn as ActivityFeed, Sn as Alert, Ft as AlertDialog, Et as AnchorNav, gt as AppSidebar, $t as AsyncMultiSelect, Q as AsyncSelect, An as Avatar, jn as AvatarGroup, oe as Badge, si as BarChart, ur as Blockquote, vt as Breadcrumbs, ne as Button, v as ButtonGroup, ti as Calendar, gr as CalendarScheduler, q as Card, J as CardAction, Y as CardContent, X as CardDescription, Z as CardFooter, re as CardHeader, ie as CardTitle, rr as Carousel, ir as CarouselItem, ci as ChartFrame, li as ChartLegend, G as Checkbox, sr as Chip, O as ClearableInput, Pn as CodeBlock, Ke as Collapse, qe as CollapseContent, Je as CollapseGroup, Ye as CollapseTrigger, nn as ColorInput, en as Combobox, Mt as CommandBar, Hr as CommandPalette, nr as ComparisonCard, zt as ConfirmDialog, y as CopyButton, b as CopyField, mt as DEFAULT_MOBILE_BREAKPOINT, Dn as DataList, On as DataListRow, Fn as DataState, Ir as DataTable, Mr as DataTableBulkActions, Nr as DataTableColumnVisibilityMenu, Pr as DataTablePagination, Lr as DataTableSortableHeader, Rr as DataTableViewPresets, k as DateInput, ni as DatePicker, A as DateRangeInput, ri as DateRangePicker, fn as DateTimePicker, er as DeltaBadge, En as DescriptionList, Mn as Descriptions, fe as Dialog, It as DialogActionButton, Lt as DialogActions, pe as DialogClose, me as DialogContent, he as DialogDescription, ge as DialogFooter, _e as DialogHeader, ve as DialogOverlay, ye as DialogPortal, be as DialogTitle, xe as DialogTrigger, rt as Divider, ui as DonutChart, Bt as Drawer, Vt as DrawerCloseButton, t as DropdownMenu, n as DropdownMenuCheckboxItem, r as DropdownMenuContent, i as DropdownMenuGroup, a as DropdownMenuItem, o as DropdownMenuItemDescription, s as DropdownMenuLabel, c as DropdownMenuPortal, l as DropdownMenuRadioGroup, u as DropdownMenuRadioItem, d as DropdownMenuSeparator, f as DropdownMenuShortcut, p as DropdownMenuSub, m as DropdownMenuSubContent, h as DropdownMenuSubTrigger, g as DropdownMenuTrigger, _r as DualListPicker, oi as FileDropzone, ii as FileUpload, Nt as FilterBar, xn as FormAsyncSelect, hn as FormFieldShell, _n as FormInput, vn as FormSelect, yn as FormSwitch, bn as FormTextarea, dr as Heading, _i as HorizontalBarChart, ct as HoverCard, ai as ImageUpload, $ as InfoCard, un as InlineEditable, wn as InlineState, W as Input, S as InputGroup, C as InputGroupAddon, w as InputGroupButton, T as InputGroupInput, E as InputGroupText, D as InputGroupTextarea, dn as JsonInput, Nn as KanbanBoard, lt as Kbd, mi as KpiCard, hi as KpiGrid, di as LineChart, In as List, Ln as ListRow, at as LoadingOverlay, Cn as LoadingState, fr as Mark, N as MaskedInput, vr as Menubar, yr as MenubarContent, br as MenubarItem, xr as MenubarMenu, Sr as MenubarTrigger, Rn as MetricGrid, fi as MetricTrend, Rt as ModalShell, j as MoneyInput, Dt as NavTabs, Cr as NavigationMenu, wr as NavigationMenuItem, Tr as NavigationMenuLink, Er as NavigationMenuList, Vr as NotificationCenter, P as NumberInput, rn as OtpInput, yt as PageContainer, Tn as PageState, Ot as PageTabs, kt as Pagination, L as PasswordInput, R as PhoneInput, Se as Popover, Ce as PopoverContent, we as PopoverDescription, Te as PopoverHeader, Ee as PopoverTitle, De as PopoverTrigger, zn as Progress, Bn as ProgressCard, Hn as ProgressCircle, gi as ProgressRing, Un as PropertyGrid, ar as QRCode, or as QRCodeSvg, V as QuantityInput, an as QuantityStepper, pt as QuickActionGrid, ut as RadioGroup, sn as RangeSlider, on as Rating, Dr as ResizableHandle, Or as ResizablePanel, kr as ResizablePanelGroup, Wn as Result, Gn as ResultAction, Ar as RichTextEditor, ft as RightClickMenu, Pt as SavedFilterSelect, dt as ScrollBox, U as SearchInput, bt as Section, Ct as SectionHeader, it as SegmentedControl, Oe as Select, ke as SelectContent, Ae as SelectGroup, je as SelectItem, Me as SelectLabel, Ne as SelectScrollDownButton, Pe as SelectScrollUpButton, Fe as SelectSeparator, Ie as SelectTrigger, Le as SelectValue, Ht as Sheet, Ut as SheetClose, Wt as SheetContent, Gt as SheetDescription, Kt as SheetFooter, qt as SheetHeader, Jt as SheetOverlay, Yt as SheetPortal, Xt as SheetShell, Zt as SheetTitle, Qt as SheetTrigger, _t as Sidebar, wt as SidebarNav, tn as SimpleSelect, et as Skeleton, tt as SkeletonCard, nt as SkeletonText, cn as Slider, $ as SmartCard, pi as Sparkline, ot as Spinner, xt as SplitLayout, pr as Spoiler, mr as SpoilerSummary, Kn as Statistic, qn as StatisticCard, Jn as StatisticGrid, Yn as StatusDot, Xn as StatusLegend, vi as Stepper, jt as StepperTabs, Tt as StickyFooterBar, K as Switch, Re as Table, ze as TableBody, Be as TableCaption, Ve as TableCell, He as TableFooter, Ue as TableHead, We as TableHeader, Ge as TableRow, ce as Tabs, le as TabsContent, ue as TabsList, de as TabsTrigger, cr as Tag, lr as TagGroup, ln as TagInput, hr as Text, x as Textarea, pn as TimePicker, mn as TimeRangePicker, Zn as Timeline, zr as ToastProvider, St as Toolbar, st as Tooltip, jr as Tour, Qn as TreeView, tr as TrendCard, $n as UserCard, yi as Wizard, Wr as addMonths, se as badgeVariants, e as buttonVariants, ae as cardVariants, F as clampNumber, H as clampQuantity, ee as cn, z as formatPhoneDigits, Fr as getDataTablePageCount, Gr as getMonthDays, Kr as getMonthLabel, At as getPaginationItems, Vn as getProgressPercent, qr as getWeekdayLabels, Jr as isAfterDate, Yr as isBeforeDate, Xr as isSameMonth, Zr as isWithinRange, B as onlyDigits, Qr as parseDateKey, M as parseMoneyInput, I as parseNumberInput, gn as resolveFormFieldIds, $r as startOfMonth, te as stopInteractivePropagation, ei as toDateKey, xi as useBeforeUnloadWhenDirty, Ur as useCommandPaletteShortcut, Ti as useDataTableViewState, Ci as useDebouncedCallback, wi as useDebouncedValue, Si as useDisclosure, ht as useIsMobile, bi as useSessionStorageState, Br as useToast };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=[{slug:`button`,registryName:`button`,surface:`documented`},{slug:`input`,registryName:`input`,surface:`documented`},{slug:`select`,registryName:`select`,surface:`documented`},{slug:`card`,registryName:`card`,surface:`documented`},{slug:`badge`,registryName:`badge`,surface:`documented`},{slug:`checkbox`,registryName:`checkbox`,surface:`documented`},{slug:`overlay`,registryName:`dialog`,surface:`documented`},{slug:`form-field`,registryName:`form-field-shell`,surface:`documented`},{slug:`data-table`,registryName:`data-table`,surface:`documented`},{slug:`alert`,registryName:`alert`,surface:`documented`},{slug:`bar-chart`,registryName:`charts`,surface:`documented`},{slug:`sidebar`,registryName:`sidebar`,surface:`documented`},{slug:`file-upload`,registryName:`file-upload`,surface:`documented`},{slug:`progress`,registryName:`progress`,surface:`documented`}],t=[{slug:`accordion`,registryName:`accordion`,surface:`standalone`},{slug:`divider`,registryName:`divider`,surface:`standalone`},{slug:`segmented-control`,registryName:`segmented-control`,surface:`standalone`},{slug:`skeleton`,registryName:`skeleton`,surface:`standalone`},{slug:`spinner`,registryName:`spinner`,surface:`standalone`},{slug:`command-bar`,registryName:`command-bar`,surface:`standalone`},{slug:`quantity-stepper`,registryName:`quantity-stepper`,surface:`standalone`},{slug:`inline-editable`,registryName:`inline-editable`,surface:`standalone`},{slug:`
|
|
1
|
+
Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});var e=[{slug:`button`,registryName:`button`,surface:`documented`},{slug:`input`,registryName:`input`,surface:`documented`},{slug:`select`,registryName:`select`,surface:`documented`},{slug:`card`,registryName:`card`,surface:`documented`},{slug:`badge`,registryName:`badge`,surface:`documented`},{slug:`checkbox`,registryName:`checkbox`,surface:`documented`},{slug:`overlay`,registryName:`dialog`,surface:`documented`},{slug:`form-field`,registryName:`form-field-shell`,surface:`documented`},{slug:`data-table`,registryName:`data-table`,surface:`documented`},{slug:`alert`,registryName:`alert`,surface:`documented`},{slug:`bar-chart`,registryName:`charts`,surface:`documented`},{slug:`sidebar`,registryName:`sidebar`,surface:`documented`},{slug:`file-upload`,registryName:`file-upload`,surface:`documented`},{slug:`progress`,registryName:`progress`,surface:`documented`}],t=[{slug:`accordion`,registryName:`accordion`,surface:`standalone`},{slug:`divider`,registryName:`divider`,surface:`standalone`},{slug:`segmented-control`,registryName:`segmented-control`,surface:`standalone`},{slug:`skeleton`,registryName:`skeleton`,surface:`standalone`},{slug:`spinner`,registryName:`spinner`,surface:`standalone`},{slug:`command-bar`,registryName:`command-bar`,surface:`standalone`},{slug:`quantity-stepper`,registryName:`quantity-stepper`,surface:`standalone`},{slug:`inline-editable`,registryName:`inline-editable`,surface:`standalone`},{slug:`avatar`,registryName:`avatar`,surface:`standalone`},{slug:`code-block`,registryName:`code-block`,surface:`standalone`},{slug:`data-state`,registryName:`data-state`,surface:`standalone`},{slug:`kanban`,registryName:`kanban`,surface:`standalone`},{slug:`list`,registryName:`list`,surface:`standalone`},{slug:`property-grid`,registryName:`property-grid`,surface:`standalone`},{slug:`statistic`,registryName:`statistic`,surface:`standalone`},{slug:`tree-view`,registryName:`tree-view`,surface:`standalone`},{slug:`copy-button`,registryName:`copy-button`,surface:`standalone`},{slug:`section`,registryName:`section`,surface:`standalone`},{slug:`sticky-footer-bar`,registryName:`sticky-footer-bar`,surface:`standalone`},{slug:`calendar-scheduler`,registryName:`calendar-scheduler`,surface:`standalone`},{slug:`dual-list-picker`,registryName:`dual-list-picker`,surface:`standalone`},{slug:`menubar`,registryName:`menubar`,surface:`standalone`},{slug:`navigation-menu`,registryName:`navigation-menu`,surface:`standalone`},{slug:`resizable-panel`,registryName:`resizable-panel`,surface:`standalone`},{slug:`rich-text-editor`,registryName:`rich-text-editor`,surface:`standalone`},{slug:`tour`,registryName:`tour`,surface:`standalone`},{slug:`qr-code`,registryName:`qr-code`,surface:`standalone`},{slug:`tag`,registryName:`tag`,surface:`standalone`},{slug:`carousel`,registryName:`carousel`,surface:`standalone`},{slug:`typography`,registryName:`typography`,surface:`standalone`},{slug:`json-input`,registryName:`json-input`,surface:`standalone`},{slug:`time-picker`,registryName:`time-picker`,surface:`standalone`}],n=[...e,...t],r=new Map(n.map((e,t)=>[e.slug,t])),i=new Map(n.map(e=>[e.slug,e.registryName])),a=n.map(e=>e.slug),o=new Set(a),s=t.map(e=>e.slug),c=e.map(e=>e.registryName),l=t.map(e=>e.registryName),u=n.map(e=>e.registryName);function d(e){return r.get(e)??2**53-1}function f(e){return o.has(e)}function p(e){return i.get(e)}function m(e,t){return d(e)-d(t)}exports.comparePublicComponentSurfaceOrder=m,exports.documentedPublicComponentSurfaces=e,exports.documentedPublicRegistrySurfaceNames=c,exports.getPublicComponentRegistryName=p,exports.getPublicComponentSurfaceOrder=d,exports.isPublicComponentSurfaceSlug=f,exports.publicComponentSurfaceEntries=n,exports.publicComponentSurfaceSlugSet=o,exports.publicComponentSurfaceSlugs=a,exports.publicRegistrySurfaceNames=u,exports.standalonePublicComponentSlugs=s,exports.standalonePublicComponentSurfaces=t,exports.standalonePublicRegistrySurfaceNames=l;
|
|
@@ -111,16 +111,6 @@ var e = [
|
|
|
111
111
|
registryName: "inline-editable",
|
|
112
112
|
surface: "standalone"
|
|
113
113
|
},
|
|
114
|
-
{
|
|
115
|
-
slug: "repeater-field",
|
|
116
|
-
registryName: "repeater-field",
|
|
117
|
-
surface: "standalone"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
slug: "empty-search-state",
|
|
121
|
-
registryName: "empty-search-state",
|
|
122
|
-
surface: "standalone"
|
|
123
|
-
},
|
|
124
114
|
{
|
|
125
115
|
slug: "avatar",
|
|
126
116
|
registryName: "avatar",
|
|
@@ -136,21 +126,6 @@ var e = [
|
|
|
136
126
|
registryName: "data-state",
|
|
137
127
|
surface: "standalone"
|
|
138
128
|
},
|
|
139
|
-
{
|
|
140
|
-
slug: "descriptions",
|
|
141
|
-
registryName: "descriptions",
|
|
142
|
-
surface: "standalone"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
slug: "keyboard-shortcut",
|
|
146
|
-
registryName: "keyboard-shortcut",
|
|
147
|
-
surface: "standalone"
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
slug: "key-value-card",
|
|
151
|
-
registryName: "key-value-card",
|
|
152
|
-
surface: "standalone"
|
|
153
|
-
},
|
|
154
129
|
{
|
|
155
130
|
slug: "kanban",
|
|
156
131
|
registryName: "kanban",
|
|
@@ -171,56 +146,26 @@ var e = [
|
|
|
171
146
|
registryName: "statistic",
|
|
172
147
|
surface: "standalone"
|
|
173
148
|
},
|
|
174
|
-
{
|
|
175
|
-
slug: "tag-list",
|
|
176
|
-
registryName: "tag-list",
|
|
177
|
-
surface: "standalone"
|
|
178
|
-
},
|
|
179
149
|
{
|
|
180
150
|
slug: "tree-view",
|
|
181
151
|
registryName: "tree-view",
|
|
182
152
|
surface: "standalone"
|
|
183
153
|
},
|
|
184
|
-
{
|
|
185
|
-
slug: "skeleton-table",
|
|
186
|
-
registryName: "skeleton-table",
|
|
187
|
-
surface: "standalone"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
slug: "skeleton-form",
|
|
191
|
-
registryName: "skeleton-form",
|
|
192
|
-
surface: "standalone"
|
|
193
|
-
},
|
|
194
154
|
{
|
|
195
155
|
slug: "copy-button",
|
|
196
156
|
registryName: "copy-button",
|
|
197
157
|
surface: "standalone"
|
|
198
158
|
},
|
|
199
|
-
{
|
|
200
|
-
slug: "copy-field",
|
|
201
|
-
registryName: "copy-field",
|
|
202
|
-
surface: "standalone"
|
|
203
|
-
},
|
|
204
159
|
{
|
|
205
160
|
slug: "section",
|
|
206
161
|
registryName: "section",
|
|
207
162
|
surface: "standalone"
|
|
208
163
|
},
|
|
209
|
-
{
|
|
210
|
-
slug: "stack",
|
|
211
|
-
registryName: "stack",
|
|
212
|
-
surface: "standalone"
|
|
213
|
-
},
|
|
214
164
|
{
|
|
215
165
|
slug: "sticky-footer-bar",
|
|
216
166
|
registryName: "sticky-footer-bar",
|
|
217
167
|
surface: "standalone"
|
|
218
168
|
},
|
|
219
|
-
{
|
|
220
|
-
slug: "affix",
|
|
221
|
-
registryName: "affix",
|
|
222
|
-
surface: "standalone"
|
|
223
|
-
},
|
|
224
169
|
{
|
|
225
170
|
slug: "calendar-scheduler",
|
|
226
171
|
registryName: "calendar-scheduler",
|
|
@@ -266,46 +211,21 @@ var e = [
|
|
|
266
211
|
registryName: "tag",
|
|
267
212
|
surface: "standalone"
|
|
268
213
|
},
|
|
269
|
-
{
|
|
270
|
-
slug: "aspect-ratio",
|
|
271
|
-
registryName: "aspect-ratio",
|
|
272
|
-
surface: "standalone"
|
|
273
|
-
},
|
|
274
214
|
{
|
|
275
215
|
slug: "carousel",
|
|
276
216
|
registryName: "carousel",
|
|
277
217
|
surface: "standalone"
|
|
278
218
|
},
|
|
279
|
-
{
|
|
280
|
-
slug: "float-button",
|
|
281
|
-
registryName: "float-button",
|
|
282
|
-
surface: "standalone"
|
|
283
|
-
},
|
|
284
219
|
{
|
|
285
220
|
slug: "typography",
|
|
286
221
|
registryName: "typography",
|
|
287
222
|
surface: "standalone"
|
|
288
223
|
},
|
|
289
|
-
{
|
|
290
|
-
slug: "watermark",
|
|
291
|
-
registryName: "watermark",
|
|
292
|
-
surface: "standalone"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
slug: "cascader",
|
|
296
|
-
registryName: "cascader",
|
|
297
|
-
surface: "standalone"
|
|
298
|
-
},
|
|
299
224
|
{
|
|
300
225
|
slug: "json-input",
|
|
301
226
|
registryName: "json-input",
|
|
302
227
|
surface: "standalone"
|
|
303
228
|
},
|
|
304
|
-
{
|
|
305
|
-
slug: "mention-input",
|
|
306
|
-
registryName: "mention-input",
|
|
307
|
-
surface: "standalone"
|
|
308
|
-
},
|
|
309
229
|
{
|
|
310
230
|
slug: "time-picker",
|
|
311
231
|
registryName: "time-picker",
|