@andespindola/ui-core 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{floating-ui.dom-BPemvNRD.js → floating-ui.dom-BZk7Blsu.js} +93 -0
- package/dist/cjs/{index-Cb1tfi_9.js → index-DV8CICae.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/ui-accordion-item.cjs.entry.js +2 -2
- package/dist/cjs/ui-accordion.cjs.entry.js +2 -2
- package/dist/cjs/ui-alert.cjs.entry.js +1 -1
- package/dist/cjs/ui-avatar-group.cjs.entry.js +2 -2
- package/dist/cjs/ui-avatar.cjs.entry.js +2 -2
- package/dist/cjs/ui-badge.cjs.entry.js +1 -1
- package/dist/cjs/ui-breadcrumb-item.cjs.entry.js +2 -2
- package/dist/cjs/ui-breadcrumb.cjs.entry.js +2 -2
- package/dist/cjs/ui-button.cjs.entry.js +2 -2
- package/dist/cjs/ui-card.cjs.entry.js +2 -2
- package/dist/cjs/ui-carousel.cjs.entry.js +104 -0
- package/dist/cjs/ui-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/ui-combobox.cjs.entry.js +153 -0
- package/dist/cjs/ui-command.cjs.entry.js +137 -0
- package/dist/cjs/ui-container.cjs.entry.js +2 -2
- package/dist/cjs/ui-date-picker.cjs.entry.js +171 -0
- package/dist/cjs/ui-dialog.cjs.entry.js +2 -2
- package/dist/cjs/ui-drawer.cjs.entry.js +2 -2
- package/dist/cjs/ui-dropdown-item.cjs.entry.js +2 -2
- package/dist/cjs/ui-dropdown-menu.cjs.entry.js +3 -3
- package/dist/cjs/ui-field.cjs.entry.js +2 -2
- package/dist/cjs/ui-file-upload.cjs.entry.js +57 -0
- package/dist/cjs/ui-grid.cjs.entry.js +2 -2
- package/dist/cjs/ui-input.cjs.entry.js +2 -2
- package/dist/cjs/ui-label.cjs.entry.js +2 -2
- package/dist/cjs/ui-loading-overlay.cjs.entry.js +1 -1
- package/dist/cjs/ui-navbar.cjs.entry.js +17 -0
- package/dist/cjs/ui-pagination.cjs.entry.js +3 -3
- package/dist/cjs/ui-popover.cjs.entry.js +3 -3
- package/dist/cjs/ui-progress-circular.cjs.entry.js +44 -0
- package/dist/cjs/ui-progress.cjs.entry.js +2 -2
- package/dist/cjs/ui-radio-group.cjs.entry.js +2 -2
- package/dist/cjs/ui-rating.cjs.entry.js +45 -0
- package/dist/cjs/ui-reveal.cjs.entry.js +2 -2
- package/dist/cjs/ui-scroll-progress.cjs.entry.js +2 -2
- package/dist/cjs/ui-section.cjs.entry.js +2 -2
- package/dist/cjs/ui-segmented.cjs.entry.js +2 -2
- package/dist/cjs/ui-select.cjs.entry.js +2 -2
- package/dist/cjs/ui-separator.cjs.entry.js +2 -2
- package/dist/cjs/ui-skeleton.cjs.entry.js +2 -2
- package/dist/cjs/ui-slider.cjs.entry.js +2 -2
- package/dist/cjs/ui-spinner.cjs.entry.js +2 -2
- package/dist/cjs/ui-stack.cjs.entry.js +2 -2
- package/dist/cjs/ui-stat.cjs.entry.js +2 -2
- package/dist/cjs/ui-switch.cjs.entry.js +2 -2
- package/dist/cjs/ui-table.cjs.entry.js +25 -0
- package/dist/cjs/ui-tabs.cjs.entry.js +3 -3
- package/dist/cjs/ui-textarea.cjs.entry.js +2 -2
- package/dist/cjs/ui-theme-toggle.cjs.entry.js +2 -2
- package/dist/cjs/ui-timeline-item.cjs.entry.js +19 -0
- package/dist/cjs/ui-timeline.cjs.entry.js +17 -0
- package/dist/cjs/ui-toast.cjs.entry.js +2 -2
- package/dist/cjs/ui-toaster.cjs.entry.js +2 -2
- package/dist/cjs/ui-tooltip.cjs.entry.js +3 -3
- package/dist/cjs/uikit.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +11 -0
- package/dist/collection/components/ui-accordion/ui-accordion.js +1 -1
- package/dist/collection/components/ui-accordion-item/ui-accordion-item.js +1 -1
- package/dist/collection/components/ui-avatar/ui-avatar.js +1 -1
- package/dist/collection/components/ui-avatar-group/ui-avatar-group.js +1 -1
- package/dist/collection/components/ui-breadcrumb/ui-breadcrumb.js +1 -1
- package/dist/collection/components/ui-breadcrumb-item/ui-breadcrumb-item.js +1 -1
- package/dist/collection/components/ui-button/ui-button.css +2 -0
- package/dist/collection/components/ui-card/ui-card.js +1 -1
- package/dist/collection/components/ui-carousel/ui-carousel.css +103 -0
- package/dist/collection/components/ui-carousel/ui-carousel.js +273 -0
- package/dist/collection/components/ui-checkbox/ui-checkbox.js +1 -1
- package/dist/collection/components/ui-combobox/ui-combobox.css +93 -0
- package/dist/collection/components/ui-combobox/ui-combobox.js +248 -0
- package/dist/collection/components/ui-command/ui-command.css +85 -0
- package/dist/collection/components/ui-command/ui-command.js +290 -0
- package/dist/collection/components/ui-container/ui-container.js +1 -1
- package/dist/collection/components/ui-date-picker/ui-date-picker.css +176 -0
- package/dist/collection/components/ui-date-picker/ui-date-picker.js +243 -0
- package/dist/collection/components/ui-dialog/ui-dialog.js +1 -1
- package/dist/collection/components/ui-drawer/ui-drawer.js +1 -1
- package/dist/collection/components/ui-dropdown-item/ui-dropdown-item.js +1 -1
- package/dist/collection/components/ui-dropdown-menu/ui-dropdown-menu.js +1 -1
- package/dist/collection/components/ui-field/ui-field.js +1 -1
- package/dist/collection/components/ui-file-upload/ui-file-upload.css +79 -0
- package/dist/collection/components/ui-file-upload/ui-file-upload.js +151 -0
- package/dist/collection/components/ui-grid/ui-grid.js +1 -1
- package/dist/collection/components/ui-input/ui-input.js +1 -1
- package/dist/collection/components/ui-label/ui-label.js +1 -1
- package/dist/collection/components/ui-navbar/ui-navbar.css +36 -0
- package/dist/collection/components/ui-navbar/ui-navbar.js +18 -0
- package/dist/collection/components/ui-pagination/ui-pagination.js +2 -2
- package/dist/collection/components/ui-popover/ui-popover.js +1 -1
- package/dist/collection/components/ui-progress/ui-progress.js +1 -1
- package/dist/collection/components/ui-progress-circular/ui-progress-circular.css +46 -0
- package/dist/collection/components/ui-progress-circular/ui-progress-circular.js +171 -0
- package/dist/collection/components/ui-radio-group/ui-radio-group.js +1 -1
- package/dist/collection/components/ui-rating/ui-rating.css +52 -0
- package/dist/collection/components/ui-rating/ui-rating.js +134 -0
- package/dist/collection/components/ui-reveal/ui-reveal.js +1 -1
- package/dist/collection/components/ui-scroll-progress/ui-scroll-progress.js +1 -1
- package/dist/collection/components/ui-section/ui-section.js +1 -1
- package/dist/collection/components/ui-segmented/ui-segmented.js +1 -1
- package/dist/collection/components/ui-select/ui-select.js +1 -1
- package/dist/collection/components/ui-separator/ui-separator.js +1 -1
- package/dist/collection/components/ui-skeleton/ui-skeleton.js +1 -1
- package/dist/collection/components/ui-slider/ui-slider.js +1 -1
- package/dist/collection/components/ui-spinner/ui-spinner.js +1 -1
- package/dist/collection/components/ui-stack/ui-stack.js +1 -1
- package/dist/collection/components/ui-stat/ui-stat.js +1 -1
- package/dist/collection/components/ui-switch/ui-switch.js +1 -1
- package/dist/collection/components/ui-table/ui-table.css +46 -0
- package/dist/collection/components/ui-table/ui-table.js +119 -0
- package/dist/collection/components/ui-tabs/ui-tabs.js +2 -2
- package/dist/collection/components/ui-textarea/ui-textarea.js +1 -1
- package/dist/collection/components/ui-theme-toggle/ui-theme-toggle.js +1 -1
- package/dist/collection/components/ui-timeline/ui-timeline.css +8 -0
- package/dist/collection/components/ui-timeline/ui-timeline.js +18 -0
- package/dist/collection/components/ui-timeline-item/ui-timeline-item.css +83 -0
- package/dist/collection/components/ui-timeline-item/ui-timeline-item.js +90 -0
- package/dist/collection/components/ui-toast/ui-toast.js +1 -1
- package/dist/collection/components/ui-toaster/ui-toaster.js +1 -1
- package/dist/collection/components/ui-tooltip/ui-tooltip.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{p-CgsjJD8o.js → p-DAnXvxY_.js} +1 -1
- package/dist/components/{p-CyBRmmbs.js → p-DDtwbwIl.js} +1 -1
- package/dist/components/{p-BwNtNvTb.js → p-yTNEyxh1.js} +1 -1
- package/dist/components/ui-accordion-item.js +1 -1
- package/dist/components/ui-accordion.js +1 -1
- package/dist/components/ui-avatar-group.js +1 -1
- package/dist/components/ui-avatar.js +1 -1
- package/dist/components/ui-breadcrumb-item.js +1 -1
- package/dist/components/ui-breadcrumb.js +1 -1
- package/dist/components/ui-button.js +1 -1
- package/dist/components/ui-card.js +1 -1
- package/dist/components/ui-carousel.d.ts +11 -0
- package/dist/components/ui-carousel.js +1 -0
- package/dist/components/ui-checkbox.js +1 -1
- package/dist/components/ui-combobox.d.ts +11 -0
- package/dist/components/ui-combobox.js +1 -0
- package/dist/components/ui-command.d.ts +11 -0
- package/dist/components/ui-command.js +1 -0
- package/dist/components/ui-container.js +1 -1
- package/dist/components/ui-date-picker.d.ts +11 -0
- package/dist/components/ui-date-picker.js +1 -0
- package/dist/components/ui-dialog.js +1 -1
- package/dist/components/ui-drawer.js +1 -1
- package/dist/components/ui-dropdown-item.js +1 -1
- package/dist/components/ui-dropdown-menu.js +1 -1
- package/dist/components/ui-field.js +1 -1
- package/dist/components/ui-file-upload.d.ts +11 -0
- package/dist/components/ui-file-upload.js +1 -0
- package/dist/components/ui-grid.js +1 -1
- package/dist/components/ui-input.js +1 -1
- package/dist/components/ui-label.js +1 -1
- package/dist/components/ui-loading-overlay.js +1 -1
- package/dist/components/ui-navbar.d.ts +11 -0
- package/dist/components/ui-navbar.js +1 -0
- package/dist/components/ui-pagination.js +1 -1
- package/dist/components/ui-popover.js +1 -1
- package/dist/components/ui-progress-circular.d.ts +11 -0
- package/dist/components/ui-progress-circular.js +1 -0
- package/dist/components/ui-progress.js +1 -1
- package/dist/components/ui-radio-group.js +1 -1
- package/dist/components/ui-rating.d.ts +11 -0
- package/dist/components/ui-rating.js +1 -0
- package/dist/components/ui-reveal.js +1 -1
- package/dist/components/ui-scroll-progress.js +1 -1
- package/dist/components/ui-section.js +1 -1
- package/dist/components/ui-segmented.js +1 -1
- package/dist/components/ui-select.js +1 -1
- package/dist/components/ui-separator.js +1 -1
- package/dist/components/ui-skeleton.js +1 -1
- package/dist/components/ui-slider.js +1 -1
- package/dist/components/ui-spinner.js +1 -1
- package/dist/components/ui-stack.js +1 -1
- package/dist/components/ui-stat.js +1 -1
- package/dist/components/ui-switch.js +1 -1
- package/dist/components/ui-table.d.ts +11 -0
- package/dist/components/ui-table.js +1 -0
- package/dist/components/ui-tabs.js +1 -1
- package/dist/components/ui-textarea.js +1 -1
- package/dist/components/ui-theme-toggle.js +1 -1
- package/dist/components/ui-timeline-item.d.ts +11 -0
- package/dist/components/ui-timeline-item.js +1 -0
- package/dist/components/ui-timeline.d.ts +11 -0
- package/dist/components/ui-timeline.js +1 -0
- package/dist/components/ui-toast.js +1 -1
- package/dist/components/ui-toaster.js +1 -1
- package/dist/components/ui-tooltip.js +1 -1
- package/dist/esm/{floating-ui.dom-CyBRmmbs.js → floating-ui.dom-DDtwbwIl.js} +93 -1
- package/dist/esm/{index-DYwlrXg_.js → index-COlwaVJP.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/ui-accordion-item.entry.js +2 -2
- package/dist/esm/ui-accordion.entry.js +2 -2
- package/dist/esm/ui-alert.entry.js +1 -1
- package/dist/esm/ui-avatar-group.entry.js +2 -2
- package/dist/esm/ui-avatar.entry.js +2 -2
- package/dist/esm/ui-badge.entry.js +1 -1
- package/dist/esm/ui-breadcrumb-item.entry.js +2 -2
- package/dist/esm/ui-breadcrumb.entry.js +2 -2
- package/dist/esm/ui-button.entry.js +2 -2
- package/dist/esm/ui-card.entry.js +2 -2
- package/dist/esm/ui-carousel.entry.js +102 -0
- package/dist/esm/ui-checkbox.entry.js +2 -2
- package/dist/esm/ui-combobox.entry.js +151 -0
- package/dist/esm/ui-command.entry.js +135 -0
- package/dist/esm/ui-container.entry.js +2 -2
- package/dist/esm/ui-date-picker.entry.js +169 -0
- package/dist/esm/ui-dialog.entry.js +2 -2
- package/dist/esm/ui-drawer.entry.js +2 -2
- package/dist/esm/ui-dropdown-item.entry.js +2 -2
- package/dist/esm/ui-dropdown-menu.entry.js +3 -3
- package/dist/esm/ui-field.entry.js +2 -2
- package/dist/esm/ui-file-upload.entry.js +55 -0
- package/dist/esm/ui-grid.entry.js +2 -2
- package/dist/esm/ui-input.entry.js +2 -2
- package/dist/esm/ui-label.entry.js +2 -2
- package/dist/esm/ui-loading-overlay.entry.js +1 -1
- package/dist/esm/ui-navbar.entry.js +15 -0
- package/dist/esm/ui-pagination.entry.js +3 -3
- package/dist/esm/ui-popover.entry.js +3 -3
- package/dist/esm/ui-progress-circular.entry.js +42 -0
- package/dist/esm/ui-progress.entry.js +2 -2
- package/dist/esm/ui-radio-group.entry.js +2 -2
- package/dist/esm/ui-rating.entry.js +43 -0
- package/dist/esm/ui-reveal.entry.js +2 -2
- package/dist/esm/ui-scroll-progress.entry.js +2 -2
- package/dist/esm/ui-section.entry.js +2 -2
- package/dist/esm/ui-segmented.entry.js +2 -2
- package/dist/esm/ui-select.entry.js +2 -2
- package/dist/esm/ui-separator.entry.js +2 -2
- package/dist/esm/ui-skeleton.entry.js +2 -2
- package/dist/esm/ui-slider.entry.js +2 -2
- package/dist/esm/ui-spinner.entry.js +2 -2
- package/dist/esm/ui-stack.entry.js +2 -2
- package/dist/esm/ui-stat.entry.js +2 -2
- package/dist/esm/ui-switch.entry.js +2 -2
- package/dist/esm/ui-table.entry.js +23 -0
- package/dist/esm/ui-tabs.entry.js +3 -3
- package/dist/esm/ui-textarea.entry.js +2 -2
- package/dist/esm/ui-theme-toggle.entry.js +2 -2
- package/dist/esm/ui-timeline-item.entry.js +17 -0
- package/dist/esm/ui-timeline.entry.js +15 -0
- package/dist/esm/ui-toast.entry.js +2 -2
- package/dist/esm/ui-toaster.entry.js +2 -2
- package/dist/esm/ui-tooltip.entry.js +3 -3
- package/dist/esm/uikit.js +3 -3
- package/dist/types/components/ui-carousel/ui-carousel.d.ts +35 -0
- package/dist/types/components/ui-combobox/ui-combobox.d.ts +38 -0
- package/dist/types/components/ui-command/ui-command.d.ts +42 -0
- package/dist/types/components/ui-date-picker/ui-date-picker.d.ts +42 -0
- package/dist/types/components/ui-file-upload/ui-file-upload.d.ts +24 -0
- package/dist/types/components/ui-navbar/ui-navbar.d.ts +3 -0
- package/dist/types/components/ui-progress-circular/ui-progress-circular.d.ts +17 -0
- package/dist/types/components/ui-rating/ui-rating.d.ts +17 -0
- package/dist/types/components/ui-table/ui-table.d.ts +16 -0
- package/dist/types/components/ui-timeline/ui-timeline.d.ts +3 -0
- package/dist/types/components/ui-timeline-item/ui-timeline-item.d.ts +10 -0
- package/dist/types/components.d.ts +645 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/uikit/{p-635862e6.entry.js → p-02583f33.entry.js} +1 -1
- package/dist/uikit/p-0b8fb2cc.entry.js +1 -0
- package/dist/uikit/{p-595e146f.entry.js → p-12777ebf.entry.js} +1 -1
- package/dist/uikit/p-186d394f.entry.js +1 -0
- package/dist/uikit/{p-fd05c146.entry.js → p-247f7a40.entry.js} +1 -1
- package/dist/uikit/{p-67963692.entry.js → p-24c9885b.entry.js} +1 -1
- package/dist/uikit/p-26c4b4f9.entry.js +1 -0
- package/dist/uikit/p-2716a9e4.entry.js +1 -0
- package/dist/uikit/{p-25637424.entry.js → p-27c609c2.entry.js} +1 -1
- package/dist/uikit/{p-5951a496.entry.js → p-2a4de93f.entry.js} +1 -1
- package/dist/uikit/{p-2601d8b6.entry.js → p-2ce36223.entry.js} +1 -1
- package/dist/uikit/p-30834f9e.entry.js +1 -0
- package/dist/uikit/{p-db07f9c5.entry.js → p-333a3598.entry.js} +1 -1
- package/dist/uikit/{p-86ed6154.entry.js → p-33a19160.entry.js} +1 -1
- package/dist/uikit/{p-a977a0db.entry.js → p-400536f7.entry.js} +1 -1
- package/dist/uikit/{p-81b45a43.entry.js → p-411a753f.entry.js} +1 -1
- package/dist/uikit/p-41355be1.entry.js +1 -0
- package/dist/uikit/p-4281fc69.entry.js +1 -0
- package/dist/uikit/p-4c2fb226.entry.js +1 -0
- package/dist/uikit/{p-45e80e73.entry.js → p-5562b70d.entry.js} +1 -1
- package/dist/uikit/{p-fd832f52.entry.js → p-56b1bf3f.entry.js} +1 -1
- package/dist/uikit/p-57adf02c.entry.js +1 -0
- package/dist/uikit/{p-cd0ec835.entry.js → p-58035d5a.entry.js} +1 -1
- package/dist/uikit/{p-567f7496.entry.js → p-5ff44eca.entry.js} +1 -1
- package/dist/uikit/{p-3996590f.entry.js → p-66037a7c.entry.js} +1 -1
- package/dist/uikit/p-6d58ff8d.entry.js +1 -0
- package/dist/uikit/p-7a04fd11.entry.js +1 -0
- package/dist/uikit/p-7aeed213.entry.js +1 -0
- package/dist/uikit/p-80236139.entry.js +1 -0
- package/dist/uikit/{p-a92a7b19.entry.js → p-81a37bda.entry.js} +1 -1
- package/dist/uikit/{p-2de05aac.entry.js → p-849347da.entry.js} +1 -1
- package/dist/uikit/p-866a0947.entry.js +1 -0
- package/dist/uikit/{p-74b60a60.entry.js → p-86bf22c1.entry.js} +1 -1
- package/dist/uikit/p-98234aed.entry.js +1 -0
- package/dist/uikit/p-COlwaVJP.js +2 -0
- package/dist/uikit/{p-CyBRmmbs.js → p-DDtwbwIl.js} +1 -1
- package/dist/uikit/{p-95cd976e.entry.js → p-a312d278.entry.js} +1 -1
- package/dist/uikit/{p-12db6a6e.entry.js → p-a4b535ad.entry.js} +1 -1
- package/dist/uikit/{p-94ad46a5.entry.js → p-a8f81996.entry.js} +1 -1
- package/dist/uikit/{p-1d016ea4.entry.js → p-aa0ce28c.entry.js} +1 -1
- package/dist/uikit/{p-979f6178.entry.js → p-aa41b084.entry.js} +1 -1
- package/dist/uikit/p-acce5342.entry.js +1 -0
- package/dist/uikit/p-b232849a.entry.js +1 -0
- package/dist/uikit/{p-dca9f6f9.entry.js → p-bd287e67.entry.js} +1 -1
- package/dist/uikit/p-bf66ce1b.entry.js +1 -0
- package/dist/uikit/{p-6c0e9809.entry.js → p-c0b3f5a3.entry.js} +1 -1
- package/dist/uikit/{p-09895cd0.entry.js → p-c29317aa.entry.js} +1 -1
- package/dist/uikit/{p-faa98928.entry.js → p-d73e789a.entry.js} +1 -1
- package/dist/uikit/p-dc00c84b.entry.js +1 -0
- package/dist/uikit/{p-3fc062a6.entry.js → p-de2bb69c.entry.js} +1 -1
- package/dist/uikit/{p-7f2c2924.entry.js → p-e2e35a6b.entry.js} +1 -1
- package/dist/uikit/{p-a01305a5.entry.js → p-e32fa613.entry.js} +1 -1
- package/dist/uikit/p-e61e7ef1.entry.js +1 -0
- package/dist/uikit/p-e891fec3.entry.js +1 -0
- package/dist/uikit/p-ef6ec7f7.entry.js +1 -0
- package/dist/uikit/p-faa31e8c.entry.js +1 -0
- package/dist/uikit/uikit.css +1 -1
- package/dist/uikit/uikit.esm.js +1 -1
- package/package.json +1 -1
- package/dist/uikit/p-0cba0d11.entry.js +0 -1
- package/dist/uikit/p-55a23f91.entry.js +0 -1
- package/dist/uikit/p-7a3d85da.entry.js +0 -1
- package/dist/uikit/p-97d4dbf4.entry.js +0 -1
- package/dist/uikit/p-9a4dc343.entry.js +0 -1
- package/dist/uikit/p-9a9590b9.entry.js +0 -1
- package/dist/uikit/p-DYwlrXg_.js +0 -2
- package/dist/uikit/p-a080f46a.entry.js +0 -1
- package/dist/uikit/p-b2df8437.entry.js +0 -1
- package/dist/uikit/p-c73c1009.entry.js +0 -1
- package/dist/uikit/p-d20452b4.entry.js +0 -1
- package/dist/uikit/p-d7021157.entry.js +0 -1
- package/dist/uikit/p-ddd70374.entry.js +0 -1
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
font-family: var(--ui-font-sans);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.field {
|
|
7
|
+
display: inline-flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
justify-content: space-between;
|
|
10
|
+
gap: 0.5rem;
|
|
11
|
+
width: 100%;
|
|
12
|
+
min-width: 12rem;
|
|
13
|
+
height: 2.75rem;
|
|
14
|
+
padding: 0 0.875rem;
|
|
15
|
+
border: 1px solid var(--ui-border);
|
|
16
|
+
border-radius: var(--ui-radius-sm);
|
|
17
|
+
background: var(--ui-panel);
|
|
18
|
+
color: var(--ui-foreground);
|
|
19
|
+
font-family: var(--ui-font-sans);
|
|
20
|
+
font-size: 0.875rem;
|
|
21
|
+
text-align: left;
|
|
22
|
+
cursor: pointer;
|
|
23
|
+
backdrop-filter: blur(22px);
|
|
24
|
+
transition: all var(--ui-duration) var(--ui-ease);
|
|
25
|
+
box-sizing: border-box;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.field:hover {
|
|
29
|
+
border-color: var(--ui-border-strong);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.field:focus-visible {
|
|
33
|
+
outline: none;
|
|
34
|
+
border-color: var(--ui-accent);
|
|
35
|
+
box-shadow: 0 0 0 2px var(--ui-ring);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.label {
|
|
39
|
+
flex: 1;
|
|
40
|
+
min-width: 0;
|
|
41
|
+
overflow: hidden;
|
|
42
|
+
text-overflow: ellipsis;
|
|
43
|
+
white-space: nowrap;
|
|
44
|
+
color: var(--ui-foreground);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.label.placeholder {
|
|
48
|
+
color: var(--ui-text-faint);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.icon {
|
|
52
|
+
flex: none;
|
|
53
|
+
color: var(--ui-text-muted);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.calendar {
|
|
57
|
+
position: fixed;
|
|
58
|
+
top: 0;
|
|
59
|
+
left: 0;
|
|
60
|
+
z-index: 50;
|
|
61
|
+
width: 17rem;
|
|
62
|
+
max-width: calc(100vw - 1rem);
|
|
63
|
+
padding: 1rem;
|
|
64
|
+
font-family: var(--ui-font-sans);
|
|
65
|
+
color: var(--ui-foreground);
|
|
66
|
+
border: 1px solid var(--ui-border);
|
|
67
|
+
background: var(--ui-panel-strong);
|
|
68
|
+
box-shadow: var(--ui-shadow-lg);
|
|
69
|
+
backdrop-filter: blur(22px);
|
|
70
|
+
border-radius: var(--ui-radius);
|
|
71
|
+
visibility: hidden;
|
|
72
|
+
opacity: 0;
|
|
73
|
+
transform: scale(0.96);
|
|
74
|
+
transition:
|
|
75
|
+
opacity var(--ui-duration) var(--ui-ease),
|
|
76
|
+
transform var(--ui-duration) var(--ui-ease);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.calendar.is-open {
|
|
80
|
+
visibility: visible;
|
|
81
|
+
opacity: 1;
|
|
82
|
+
transform: scale(1);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.header {
|
|
86
|
+
display: flex;
|
|
87
|
+
align-items: center;
|
|
88
|
+
justify-content: space-between;
|
|
89
|
+
margin-bottom: 0.75rem;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.month-label {
|
|
93
|
+
font-size: 0.875rem;
|
|
94
|
+
font-weight: 600;
|
|
95
|
+
text-transform: capitalize;
|
|
96
|
+
color: var(--ui-foreground);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.nav {
|
|
100
|
+
display: inline-flex;
|
|
101
|
+
align-items: center;
|
|
102
|
+
justify-content: center;
|
|
103
|
+
flex: none;
|
|
104
|
+
width: 2rem;
|
|
105
|
+
height: 2rem;
|
|
106
|
+
padding: 0;
|
|
107
|
+
border: none;
|
|
108
|
+
border-radius: var(--ui-radius-full);
|
|
109
|
+
background: transparent;
|
|
110
|
+
color: var(--ui-text-soft);
|
|
111
|
+
cursor: pointer;
|
|
112
|
+
transition: all var(--ui-duration) var(--ui-ease);
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.nav:hover {
|
|
116
|
+
background: var(--ui-chip);
|
|
117
|
+
color: var(--ui-foreground);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.weekdays {
|
|
121
|
+
display: grid;
|
|
122
|
+
grid-template-columns: repeat(7, 1fr);
|
|
123
|
+
margin-bottom: 0.25rem;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.weekday {
|
|
127
|
+
display: flex;
|
|
128
|
+
align-items: center;
|
|
129
|
+
justify-content: center;
|
|
130
|
+
height: 1.75rem;
|
|
131
|
+
font-size: 0.7rem;
|
|
132
|
+
color: var(--ui-text-faint);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.grid {
|
|
136
|
+
display: grid;
|
|
137
|
+
grid-template-columns: repeat(7, 1fr);
|
|
138
|
+
gap: 0.125rem;
|
|
139
|
+
justify-items: center;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.day {
|
|
143
|
+
display: inline-flex;
|
|
144
|
+
align-items: center;
|
|
145
|
+
justify-content: center;
|
|
146
|
+
width: 2rem;
|
|
147
|
+
height: 2rem;
|
|
148
|
+
padding: 0;
|
|
149
|
+
border: 1px solid transparent;
|
|
150
|
+
border-radius: var(--ui-radius-full);
|
|
151
|
+
background: transparent;
|
|
152
|
+
color: var(--ui-foreground);
|
|
153
|
+
font-family: var(--ui-font-sans);
|
|
154
|
+
font-size: 0.8125rem;
|
|
155
|
+
cursor: pointer;
|
|
156
|
+
transition: all var(--ui-duration) var(--ui-ease);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.day.empty {
|
|
160
|
+
cursor: default;
|
|
161
|
+
pointer-events: none;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.day:hover:not(.empty):not(.selected) {
|
|
165
|
+
background: var(--ui-chip);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.day.today {
|
|
169
|
+
border-color: var(--ui-accent);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.day.selected {
|
|
173
|
+
background: var(--ui-accent);
|
|
174
|
+
color: var(--ui-accent-contrast);
|
|
175
|
+
border-color: transparent;
|
|
176
|
+
}
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
import { h, Host, } from "@stencil/core";
|
|
2
|
+
import { computePosition, autoUpdate, offset, flip, shift, } from "@floating-ui/dom";
|
|
3
|
+
const WEEKDAYS = ["D", "S", "T", "Q", "Q", "S", "S"];
|
|
4
|
+
export class UiDatePicker {
|
|
5
|
+
constructor() {
|
|
6
|
+
/** Data selecionada no formato ISO "YYYY-MM-DD". */
|
|
7
|
+
this.value = "";
|
|
8
|
+
/** Texto exibido quando nenhuma data está selecionada. */
|
|
9
|
+
this.placeholder = "Selecione a data";
|
|
10
|
+
/** Controla a visibilidade do calendário. */
|
|
11
|
+
this.open = false;
|
|
12
|
+
this.onTriggerClick = (event) => {
|
|
13
|
+
event.stopPropagation();
|
|
14
|
+
this.setOpen(!this.open);
|
|
15
|
+
};
|
|
16
|
+
this.onDocumentClick = (event) => {
|
|
17
|
+
if (!this.open)
|
|
18
|
+
return;
|
|
19
|
+
if (event.composedPath().includes(this.host))
|
|
20
|
+
return;
|
|
21
|
+
this.setOpen(false);
|
|
22
|
+
};
|
|
23
|
+
this.onKeydown = (event) => {
|
|
24
|
+
if (event.key === "Escape" && this.open)
|
|
25
|
+
this.setOpen(false);
|
|
26
|
+
};
|
|
27
|
+
this.prevMonth = (event) => {
|
|
28
|
+
event.stopPropagation();
|
|
29
|
+
if (this.viewMonth === 0) {
|
|
30
|
+
this.viewMonth = 11;
|
|
31
|
+
this.viewYear -= 1;
|
|
32
|
+
}
|
|
33
|
+
else {
|
|
34
|
+
this.viewMonth -= 1;
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
this.nextMonth = (event) => {
|
|
38
|
+
event.stopPropagation();
|
|
39
|
+
if (this.viewMonth === 11) {
|
|
40
|
+
this.viewMonth = 0;
|
|
41
|
+
this.viewYear += 1;
|
|
42
|
+
}
|
|
43
|
+
else {
|
|
44
|
+
this.viewMonth += 1;
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
componentWillLoad() {
|
|
49
|
+
this.syncViewFromValue();
|
|
50
|
+
}
|
|
51
|
+
onValueChange() {
|
|
52
|
+
this.syncViewFromValue();
|
|
53
|
+
}
|
|
54
|
+
disconnectedCallback() {
|
|
55
|
+
this.stop();
|
|
56
|
+
document.removeEventListener("click", this.onDocumentClick);
|
|
57
|
+
document.removeEventListener("keydown", this.onKeydown);
|
|
58
|
+
}
|
|
59
|
+
syncViewFromValue() {
|
|
60
|
+
const parsed = this.parseValue(this.value);
|
|
61
|
+
const base = parsed ?? new Date();
|
|
62
|
+
this.viewYear = base.getFullYear();
|
|
63
|
+
this.viewMonth = base.getMonth();
|
|
64
|
+
}
|
|
65
|
+
/** Converte o ISO em Date local, evitando shift de fuso. */
|
|
66
|
+
parseValue(value) {
|
|
67
|
+
if (!value)
|
|
68
|
+
return null;
|
|
69
|
+
const match = /^(\d{4})-(\d{2})-(\d{2})$/.exec(value);
|
|
70
|
+
if (!match)
|
|
71
|
+
return null;
|
|
72
|
+
const [, y, m, d] = match;
|
|
73
|
+
return new Date(Number(y), Number(m) - 1, Number(d));
|
|
74
|
+
}
|
|
75
|
+
/** Gera o ISO "YYYY-MM-DD" a partir de componentes locais. */
|
|
76
|
+
toISO(year, month, day) {
|
|
77
|
+
const mm = String(month + 1).padStart(2, "0");
|
|
78
|
+
const dd = String(day).padStart(2, "0");
|
|
79
|
+
return `${year}-${mm}-${dd}`;
|
|
80
|
+
}
|
|
81
|
+
formatValue() {
|
|
82
|
+
const parsed = this.parseValue(this.value);
|
|
83
|
+
return parsed ? parsed.toLocaleDateString("pt-BR") : "";
|
|
84
|
+
}
|
|
85
|
+
monthLabel() {
|
|
86
|
+
return new Date(this.viewYear, this.viewMonth, 1).toLocaleDateString("pt-BR", { month: "long", year: "numeric" });
|
|
87
|
+
}
|
|
88
|
+
setOpen(value) {
|
|
89
|
+
if (this.open === value)
|
|
90
|
+
return;
|
|
91
|
+
this.open = value;
|
|
92
|
+
if (value) {
|
|
93
|
+
this.syncViewFromValue();
|
|
94
|
+
requestAnimationFrame(() => this.start());
|
|
95
|
+
document.addEventListener("click", this.onDocumentClick);
|
|
96
|
+
document.addEventListener("keydown", this.onKeydown);
|
|
97
|
+
}
|
|
98
|
+
else {
|
|
99
|
+
this.stop();
|
|
100
|
+
document.removeEventListener("click", this.onDocumentClick);
|
|
101
|
+
document.removeEventListener("keydown", this.onKeydown);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
start() {
|
|
105
|
+
if (!this.triggerEl || !this.floatingEl)
|
|
106
|
+
return;
|
|
107
|
+
this.stop();
|
|
108
|
+
this.cleanup = autoUpdate(this.triggerEl, this.floatingEl, () => {
|
|
109
|
+
if (!this.triggerEl || !this.floatingEl)
|
|
110
|
+
return;
|
|
111
|
+
computePosition(this.triggerEl, this.floatingEl, {
|
|
112
|
+
placement: "bottom-start",
|
|
113
|
+
middleware: [offset(6), flip(), shift({ padding: 8 })],
|
|
114
|
+
}).then(({ x, y }) => {
|
|
115
|
+
Object.assign(this.floatingEl.style, { left: `${x}px`, top: `${y}px` });
|
|
116
|
+
});
|
|
117
|
+
});
|
|
118
|
+
}
|
|
119
|
+
stop() {
|
|
120
|
+
this.cleanup?.();
|
|
121
|
+
this.cleanup = undefined;
|
|
122
|
+
}
|
|
123
|
+
selectDay(day) {
|
|
124
|
+
this.value = this.toISO(this.viewYear, this.viewMonth, day);
|
|
125
|
+
this.setOpen(false);
|
|
126
|
+
this.uiChange.emit(this.value);
|
|
127
|
+
}
|
|
128
|
+
buildDays() {
|
|
129
|
+
const firstWeekday = new Date(this.viewYear, this.viewMonth, 1).getDay();
|
|
130
|
+
const daysInMonth = new Date(this.viewYear, this.viewMonth + 1, 0).getDate();
|
|
131
|
+
const leading = Array.from({ length: firstWeekday }, () => 0);
|
|
132
|
+
const days = Array.from({ length: daysInMonth }, (_, i) => i + 1);
|
|
133
|
+
return [...leading, ...days];
|
|
134
|
+
}
|
|
135
|
+
isToday(day) {
|
|
136
|
+
const now = new Date();
|
|
137
|
+
return (day === now.getDate() &&
|
|
138
|
+
this.viewMonth === now.getMonth() &&
|
|
139
|
+
this.viewYear === now.getFullYear());
|
|
140
|
+
}
|
|
141
|
+
isSelected(day) {
|
|
142
|
+
return this.value === this.toISO(this.viewYear, this.viewMonth, day);
|
|
143
|
+
}
|
|
144
|
+
render() {
|
|
145
|
+
const display = this.formatValue();
|
|
146
|
+
return (h(Host, { key: '2c7c34f0f2b688e7f4788c135ce46dc27576390a' }, h("button", { key: '0e36f9b8e3a96376b186e97eba82621d513ca041', type: "button", class: "field", ref: (el) => (this.triggerEl = el), onClick: this.onTriggerClick, "aria-haspopup": "dialog", "aria-expanded": this.open ? "true" : "false" }, h("span", { key: '74e80a1defef918550ad375440ed96bbc77e4545', class: { label: true, placeholder: !display } }, display || this.placeholder), h("svg", { key: 'bdc13113d3545c1978bd5c0654e38baac83e8ef4', class: "icon", viewBox: "0 0 24 24", width: "18", height: "18", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, h("rect", { key: 'a67ced294fbaf97735a027773d5900b8e444e1fb', x: "3", y: "4", width: "18", height: "18", rx: "2" }), h("path", { key: 'ab89ca2d6b92e0e094439e07aa8f33a77d00520d', d: "M16 2v4M8 2v4M3 10h18" }))), h("div", { key: 'cdd601edb1497cea10eaa026037684530aec0f0e', class: { calendar: true, "is-open": this.open }, role: "dialog", ref: (el) => (this.floatingEl = el) }, h("div", { key: '83dda2789c83c34fb1996a7601c564eefe0403f9', class: "header" }, h("button", { key: '4e2a0966a1f17a17005f767c9d8a396cf1e8e8bc', type: "button", class: "nav", "aria-label": "M\u00EAs anterior", onClick: this.prevMonth }, h("svg", { key: '3ff66e36cd36166da633c3c8d5379af0d561a973', viewBox: "0 0 24 24", width: "16", height: "16", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, h("path", { key: '677dcab4309b5814429a6cd5528cf4a84d836fdf', d: "m15 18-6-6 6-6" }))), h("span", { key: 'd478e154bb6c3ad7f43e37c042a0ee8de73bdc55', class: "month-label" }, this.monthLabel()), h("button", { key: '8b7a399d6885f38cba8b9b79f5911cf8e1d3b97f', type: "button", class: "nav", "aria-label": "Pr\u00F3ximo m\u00EAs", onClick: this.nextMonth }, h("svg", { key: '1b3b7558875c3328af1cae826bebe9b488dfe822', viewBox: "0 0 24 24", width: "16", height: "16", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, h("path", { key: '9c486397121befd51b7e0b8dcdc04afe8d8ecc90', d: "m9 18 6-6-6-6" })))), h("div", { key: '460ae2803e427ed67625355c88a97b46cf307311', class: "weekdays" }, WEEKDAYS.map((label) => (h("span", { class: "weekday" }, label)))), h("div", { key: '6bd0d6b507f75a66b9496a18fba9fe2b8dcc3f7e', class: "grid" }, this.buildDays().map((day) => day === 0 ? (h("span", { class: "day empty" })) : (h("button", { type: "button", class: {
|
|
147
|
+
day: true,
|
|
148
|
+
today: this.isToday(day),
|
|
149
|
+
selected: this.isSelected(day),
|
|
150
|
+
}, onClick: (event) => {
|
|
151
|
+
event.stopPropagation();
|
|
152
|
+
this.selectDay(day);
|
|
153
|
+
} }, day)))))));
|
|
154
|
+
}
|
|
155
|
+
static get is() { return "ui-date-picker"; }
|
|
156
|
+
static get encapsulation() { return "shadow"; }
|
|
157
|
+
static get originalStyleUrls() {
|
|
158
|
+
return {
|
|
159
|
+
"$": ["ui-date-picker.css"]
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
static get styleUrls() {
|
|
163
|
+
return {
|
|
164
|
+
"$": ["ui-date-picker.css"]
|
|
165
|
+
};
|
|
166
|
+
}
|
|
167
|
+
static get properties() {
|
|
168
|
+
return {
|
|
169
|
+
"value": {
|
|
170
|
+
"type": "string",
|
|
171
|
+
"mutable": true,
|
|
172
|
+
"complexType": {
|
|
173
|
+
"original": "string",
|
|
174
|
+
"resolved": "string",
|
|
175
|
+
"references": {}
|
|
176
|
+
},
|
|
177
|
+
"required": false,
|
|
178
|
+
"optional": false,
|
|
179
|
+
"docs": {
|
|
180
|
+
"tags": [],
|
|
181
|
+
"text": "Data selecionada no formato ISO \"YYYY-MM-DD\"."
|
|
182
|
+
},
|
|
183
|
+
"getter": false,
|
|
184
|
+
"setter": false,
|
|
185
|
+
"reflect": false,
|
|
186
|
+
"attribute": "value",
|
|
187
|
+
"defaultValue": "\"\""
|
|
188
|
+
},
|
|
189
|
+
"placeholder": {
|
|
190
|
+
"type": "string",
|
|
191
|
+
"mutable": false,
|
|
192
|
+
"complexType": {
|
|
193
|
+
"original": "string",
|
|
194
|
+
"resolved": "string",
|
|
195
|
+
"references": {}
|
|
196
|
+
},
|
|
197
|
+
"required": false,
|
|
198
|
+
"optional": false,
|
|
199
|
+
"docs": {
|
|
200
|
+
"tags": [],
|
|
201
|
+
"text": "Texto exibido quando nenhuma data est\u00E1 selecionada."
|
|
202
|
+
},
|
|
203
|
+
"getter": false,
|
|
204
|
+
"setter": false,
|
|
205
|
+
"reflect": false,
|
|
206
|
+
"attribute": "placeholder",
|
|
207
|
+
"defaultValue": "\"Selecione a data\""
|
|
208
|
+
}
|
|
209
|
+
};
|
|
210
|
+
}
|
|
211
|
+
static get states() {
|
|
212
|
+
return {
|
|
213
|
+
"open": {},
|
|
214
|
+
"viewYear": {},
|
|
215
|
+
"viewMonth": {}
|
|
216
|
+
};
|
|
217
|
+
}
|
|
218
|
+
static get events() {
|
|
219
|
+
return [{
|
|
220
|
+
"method": "uiChange",
|
|
221
|
+
"name": "uiChange",
|
|
222
|
+
"bubbles": true,
|
|
223
|
+
"cancelable": true,
|
|
224
|
+
"composed": true,
|
|
225
|
+
"docs": {
|
|
226
|
+
"tags": [],
|
|
227
|
+
"text": "Emitido ao selecionar uma data (ISO \"YYYY-MM-DD\")."
|
|
228
|
+
},
|
|
229
|
+
"complexType": {
|
|
230
|
+
"original": "string",
|
|
231
|
+
"resolved": "string",
|
|
232
|
+
"references": {}
|
|
233
|
+
}
|
|
234
|
+
}];
|
|
235
|
+
}
|
|
236
|
+
static get elementRef() { return "host"; }
|
|
237
|
+
static get watchers() {
|
|
238
|
+
return [{
|
|
239
|
+
"propName": "value",
|
|
240
|
+
"methodName": "onValueChange"
|
|
241
|
+
}];
|
|
242
|
+
}
|
|
243
|
+
}
|
|
@@ -37,7 +37,7 @@ export class UiDialog {
|
|
|
37
37
|
this.open = false;
|
|
38
38
|
}
|
|
39
39
|
render() {
|
|
40
|
-
return (h(Host, { key: '
|
|
40
|
+
return (h(Host, { key: '84c982a7870da6b7517f7f989574c41684fd47d1' }, h("dialog", { key: 'f83e558d1344f2612d719032df6e4d652212ce94', class: "dialog", ref: (el) => (this.dialogEl = el), onClose: this.onClose, onCancel: this.onClose, onClick: this.onBackdropClick }, h("div", { key: 'f0506fc17bb608a4b4a33c113e749d9fdb637508', class: "content" }, h("slot", { key: 'ceab792ebd46acefe430467fb9b6c260e658b7bc' })))));
|
|
41
41
|
}
|
|
42
42
|
static get is() { return "ui-dialog"; }
|
|
43
43
|
static get encapsulation() { return "shadow"; }
|
|
@@ -39,7 +39,7 @@ export class UiDrawer {
|
|
|
39
39
|
this.open = false;
|
|
40
40
|
}
|
|
41
41
|
render() {
|
|
42
|
-
return (h(Host, { key: '
|
|
42
|
+
return (h(Host, { key: '54cb020ae5aa52d797edea5e2fe52c176255a6db' }, h("dialog", { key: '20ffadd987ef28b2f5a0907258e325a6aa12eead', class: `drawer side-${this.side}`, ref: (el) => (this.dialogEl = el), onClose: this.onClose, onCancel: this.onClose, onClick: this.onBackdropClick }, h("div", { key: 'a2acad5175956ee2033fec822c7448ec290976fc', class: "content" }, h("slot", { key: '0aa72c14305d3766a4b860ebfd69d5d74825b8a2' })))));
|
|
43
43
|
}
|
|
44
44
|
static get is() { return "ui-drawer"; }
|
|
45
45
|
static get encapsulation() { return "shadow"; }
|
|
@@ -11,7 +11,7 @@ export class UiDropdownItem {
|
|
|
11
11
|
};
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
|
-
return (h(Host, { key: '
|
|
14
|
+
return (h(Host, { key: 'f4da8e0539fe502d384b1a1f423d6ade545db2b7' }, h("button", { key: '7c21a87c78f86be58837d1aa3c3936f23a94b875', type: "button", class: "item", role: "menuitem", disabled: this.disabled, onClick: this.onClick }, h("slot", { key: 'dba824914003737f6f00380d5c0b20151bf4ac98' }))));
|
|
15
15
|
}
|
|
16
16
|
static get is() { return "ui-dropdown-item"; }
|
|
17
17
|
static get encapsulation() { return "shadow"; }
|
|
@@ -76,7 +76,7 @@ export class UiDropdownMenu {
|
|
|
76
76
|
this.cleanup = undefined;
|
|
77
77
|
}
|
|
78
78
|
render() {
|
|
79
|
-
return (h(Host, { key: '
|
|
79
|
+
return (h(Host, { key: 'dba2609a1d3e10b1c4c51dc9e4d0679f85a3ac2f' }, h("span", { key: '8d031050b223a1a36e4cf6397f2c2643ec6ba24e', class: "trigger", ref: (el) => (this.triggerEl = el), onClick: this.onTriggerClick }, h("slot", { key: 'ce5c02c8237a2fdeb20b24cbb314ea4759644250', name: "trigger" })), h("div", { key: '1d30dd7ec7a9d5df68bb4e3755437a10e4eaac31', class: { menu: true, "is-open": this.open }, role: "menu", ref: (el) => (this.floatingEl = el) }, h("slot", { key: 'a79af6f26779ade4b263c8ae602f2ec5b585a0e3' }))));
|
|
80
80
|
}
|
|
81
81
|
static get is() { return "ui-dropdown-menu"; }
|
|
82
82
|
static get encapsulation() { return "shadow"; }
|
|
@@ -5,7 +5,7 @@ export class UiField {
|
|
|
5
5
|
this.required = false;
|
|
6
6
|
}
|
|
7
7
|
render() {
|
|
8
|
-
return (h(Host, { key: '
|
|
8
|
+
return (h(Host, { key: '39a0e70cee489fd42753b1ce7a8c6fea25915bbb' }, h("div", { key: 'b20f08499de84d3af305d6ce6f74a1c880a05dfe', class: "field" }, this.label && (h("label", { key: '88a56e87813dcbc42fb087e9ba3472a98cbb7ad9', class: "label", htmlFor: this.fieldId }, this.label, this.required && (h("span", { key: '7b5143e178547005dc7e2559c0c28a23f105c2a3', class: "required", "aria-hidden": "true" }, " *")))), h("slot", { key: '71f80cc67afb75615e058d42fab0db72e13cc89f' }), this.error ? (h("p", { class: "error", role: "alert" }, this.error)) : (this.description && h("p", { class: "description" }, this.description)))));
|
|
9
9
|
}
|
|
10
10
|
static get is() { return "ui-field"; }
|
|
11
11
|
static get encapsulation() { return "shadow"; }
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
:host {
|
|
2
|
+
display: block;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.dropzone {
|
|
6
|
+
display: flex;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
align-items: center;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
gap: 0.5rem;
|
|
11
|
+
width: 100%;
|
|
12
|
+
padding: 1.5rem;
|
|
13
|
+
border: 2px dashed var(--ui-border-strong);
|
|
14
|
+
border-radius: var(--ui-radius-lg);
|
|
15
|
+
background: transparent;
|
|
16
|
+
font-family: var(--ui-font-sans);
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
transition: background var(--ui-duration) var(--ui-ease),
|
|
19
|
+
border-color var(--ui-duration) var(--ui-ease);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.dropzone:hover,
|
|
23
|
+
.dropzone.dragging {
|
|
24
|
+
background: var(--ui-chip);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.dropzone:focus-visible {
|
|
28
|
+
outline: none;
|
|
29
|
+
box-shadow: 0 0 0 2px var(--ui-ring);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.icon {
|
|
33
|
+
color: var(--ui-text-soft);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.label {
|
|
37
|
+
font-size: 0.875rem;
|
|
38
|
+
color: var(--ui-text-muted);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.hint {
|
|
42
|
+
font-size: 0.75rem;
|
|
43
|
+
color: var(--ui-text-faint);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.files {
|
|
47
|
+
list-style: none;
|
|
48
|
+
margin: 0.75rem 0 0;
|
|
49
|
+
padding: 0;
|
|
50
|
+
display: flex;
|
|
51
|
+
flex-direction: column;
|
|
52
|
+
gap: 0.375rem;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.file {
|
|
56
|
+
display: flex;
|
|
57
|
+
align-items: center;
|
|
58
|
+
justify-content: space-between;
|
|
59
|
+
gap: 0.75rem;
|
|
60
|
+
padding: 0.5rem 0.75rem;
|
|
61
|
+
border: 1px solid var(--ui-border);
|
|
62
|
+
border-radius: var(--ui-radius);
|
|
63
|
+
background: var(--ui-panel);
|
|
64
|
+
font-family: var(--ui-font-sans);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.file-name {
|
|
68
|
+
font-size: 0.875rem;
|
|
69
|
+
color: var(--ui-foreground);
|
|
70
|
+
overflow: hidden;
|
|
71
|
+
text-overflow: ellipsis;
|
|
72
|
+
white-space: nowrap;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.file-size {
|
|
76
|
+
flex-shrink: 0;
|
|
77
|
+
font-size: 0.75rem;
|
|
78
|
+
color: var(--ui-text-muted);
|
|
79
|
+
}
|