revotech-ui-kit 0.0.7-beta → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/revotech-ui-kit.cjs +2293 -0
- package/dist/revotech-ui-kit.js +5608 -0
- package/dist/src/assets/icons/arrows.icon.d.ts +1 -0
- package/dist/src/assets/icons/arrows.icon.js +20 -0
- package/dist/src/assets/icons/arrows.icon.js.map +1 -0
- package/dist/src/assets/icons/index.d.ts +3 -0
- package/dist/src/assets/icons/index.js +4 -0
- package/dist/src/assets/icons/index.js.map +1 -0
- package/dist/src/assets/icons/search.icon.d.ts +1 -0
- package/dist/src/assets/icons/search.icon.js +19 -0
- package/dist/src/assets/icons/search.icon.js.map +1 -0
- package/dist/src/assets/icons/tick.icon.d.ts +1 -0
- package/dist/src/assets/icons/tick.icon.js +20 -0
- package/dist/src/assets/icons/tick.icon.js.map +1 -0
- package/dist/src/components/atoms/alert/alert-description.d.ts +5 -0
- package/dist/src/components/atoms/alert/alert-description.js +18 -0
- package/dist/src/components/atoms/alert/alert-description.js.map +1 -0
- package/dist/src/components/atoms/alert/alert-title.d.ts +5 -0
- package/dist/src/components/atoms/alert/alert-title.js +20 -0
- package/dist/src/components/atoms/alert/alert-title.js.map +1 -0
- package/dist/src/components/atoms/alert/alert.atom.d.ts +15 -0
- package/dist/src/components/atoms/alert/alert.atom.js +55 -0
- package/dist/src/components/atoms/alert/alert.atom.js.map +1 -0
- package/dist/src/components/atoms/alert/alert.stories.d.ts +6 -0
- package/dist/src/components/atoms/alert/alert.stories.js +62 -0
- package/dist/src/components/atoms/alert/alert.stories.js.map +1 -0
- package/dist/src/components/atoms/alert/alert.styles.d.ts +4 -0
- package/dist/src/components/atoms/alert/alert.styles.js +21 -0
- package/dist/src/components/atoms/alert/alert.styles.js.map +1 -0
- package/dist/src/components/atoms/alert/alert.types.d.ts +1 -0
- package/dist/src/components/atoms/alert/alert.types.js +2 -0
- package/dist/src/components/atoms/alert/alert.types.js.map +1 -0
- package/dist/src/components/atoms/badge/badge.atom.d.ts +16 -0
- package/dist/src/components/atoms/badge/badge.atom.js +43 -0
- package/dist/src/components/atoms/badge/badge.atom.js.map +1 -0
- package/dist/src/components/atoms/badge/badge.stories.d.ts +6 -0
- package/dist/src/components/atoms/badge/badge.stories.js +110 -0
- package/dist/src/components/atoms/badge/badge.stories.js.map +1 -0
- package/dist/src/components/atoms/badge/badge.style.d.ts +3 -0
- package/dist/src/components/atoms/badge/badge.style.js +17 -0
- package/dist/src/components/atoms/badge/badge.style.js.map +1 -0
- package/dist/src/components/atoms/badge/badge.type.d.ts +1 -0
- package/dist/src/components/atoms/badge/badge.type.js +2 -0
- package/dist/src/components/atoms/badge/badge.type.js.map +1 -0
- package/dist/src/components/atoms/button/button.atom.d.ts +22 -0
- package/dist/src/components/atoms/button/button.atom.js +67 -0
- package/dist/src/components/atoms/button/button.atom.js.map +1 -0
- package/dist/src/components/atoms/button/button.stories.d.ts +6 -0
- package/dist/src/components/atoms/button/button.stories.js +204 -0
- package/dist/src/components/atoms/button/button.stories.js.map +1 -0
- package/dist/src/components/atoms/button/button.style.d.ts +4 -0
- package/dist/src/components/atoms/button/button.style.js +24 -0
- package/dist/src/components/atoms/button/button.style.js.map +1 -0
- package/dist/src/components/atoms/button/button.type.d.ts +3 -0
- package/dist/src/components/atoms/button/button.type.js +2 -0
- package/dist/src/components/atoms/button/button.type.js.map +1 -0
- package/dist/src/components/atoms/card/card-content.d.ts +5 -0
- package/dist/src/components/atoms/card/card-content.js +17 -0
- package/dist/src/components/atoms/card/card-content.js.map +1 -0
- package/dist/src/components/atoms/card/card-description.d.ts +5 -0
- package/dist/src/components/atoms/card/card-description.js +17 -0
- package/dist/src/components/atoms/card/card-description.js.map +1 -0
- package/dist/src/components/atoms/card/card-footer.d.ts +5 -0
- package/dist/src/components/atoms/card/card-footer.js +17 -0
- package/dist/src/components/atoms/card/card-footer.js.map +1 -0
- package/dist/src/components/atoms/card/card-header.d.ts +5 -0
- package/dist/src/components/atoms/card/card-header.js +17 -0
- package/dist/src/components/atoms/card/card-header.js.map +1 -0
- package/dist/src/components/atoms/card/card-title.d.ts +5 -0
- package/dist/src/components/atoms/card/card-title.js +17 -0
- package/dist/src/components/atoms/card/card-title.js.map +1 -0
- package/dist/src/components/atoms/card/card.atom.d.ts +11 -0
- package/dist/src/components/atoms/card/card.atom.js +25 -0
- package/dist/src/components/atoms/card/card.atom.js.map +1 -0
- package/dist/src/components/atoms/card/card.stories.d.ts +6 -0
- package/dist/src/components/atoms/card/card.stories.js +136 -0
- package/dist/src/components/atoms/card/card.stories.js.map +1 -0
- package/dist/src/components/atoms/checkbox/checkbox.atom.d.ts +13 -0
- package/dist/src/components/atoms/checkbox/checkbox.atom.js +87 -0
- package/dist/src/components/atoms/checkbox/checkbox.atom.js.map +1 -0
- package/dist/src/components/atoms/checkbox/checkbox.stories.d.ts +8 -0
- package/dist/src/components/atoms/checkbox/checkbox.stories.js +244 -0
- package/dist/src/components/atoms/checkbox/checkbox.stories.js.map +1 -0
- package/dist/src/components/atoms/checkbox/checkbox.style.d.ts +2 -0
- package/dist/src/components/atoms/checkbox/checkbox.style.js +3 -0
- package/dist/src/components/atoms/checkbox/checkbox.style.js.map +1 -0
- package/dist/src/components/atoms/checkbox/checkbox.type.d.ts +21 -0
- package/dist/src/components/atoms/checkbox/checkbox.type.js +2 -0
- package/dist/src/components/atoms/checkbox/checkbox.type.js.map +1 -0
- package/dist/src/components/atoms/combo-box/combo-box-input.d.ts +8 -0
- package/dist/src/components/atoms/combo-box/combo-box-input.js +47 -0
- package/dist/src/components/atoms/combo-box/combo-box-input.js.map +1 -0
- package/dist/src/components/atoms/combo-box/combo-box-item.d.ts +12 -0
- package/dist/src/components/atoms/combo-box/combo-box-item.js +85 -0
- package/dist/src/components/atoms/combo-box/combo-box-item.js.map +1 -0
- package/dist/src/components/atoms/combo-box/combo-box-list.d.ts +9 -0
- package/dist/src/components/atoms/combo-box/combo-box-list.js +67 -0
- package/dist/src/components/atoms/combo-box/combo-box-list.js.map +1 -0
- package/dist/src/components/atoms/combo-box/combo-box.atom.d.ts +23 -0
- package/dist/src/components/atoms/combo-box/combo-box.atom.js +199 -0
- package/dist/src/components/atoms/combo-box/combo-box.atom.js.map +1 -0
- package/dist/src/components/atoms/combo-box/combo-box.stories.d.ts +9 -0
- package/dist/src/components/atoms/combo-box/combo-box.stories.js +86 -0
- package/dist/src/components/atoms/combo-box/combo-box.stories.js.map +1 -0
- package/dist/src/components/atoms/command-empty/command-empty.atom.d.ts +9 -0
- package/dist/src/components/atoms/command-empty/command-empty.atom.js +53 -0
- package/dist/src/components/atoms/command-empty/command-empty.atom.js.map +1 -0
- package/dist/src/components/atoms/command-group/command-group.atom.d.ts +10 -0
- package/dist/src/components/atoms/command-group/command-group.atom.js +70 -0
- package/dist/src/components/atoms/command-group/command-group.atom.js.map +1 -0
- package/dist/src/components/atoms/command-item/command-item.atom.d.ts +12 -0
- package/dist/src/components/atoms/command-item/command-item.atom.js +78 -0
- package/dist/src/components/atoms/command-item/command-item.atom.js.map +1 -0
- package/dist/src/components/atoms/command-list/command-list.atom.d.ts +6 -0
- package/dist/src/components/atoms/command-list/command-list.atom.js +35 -0
- package/dist/src/components/atoms/command-list/command-list.atom.js.map +1 -0
- package/dist/src/components/atoms/command-separator/command-separator.atom.d.ts +9 -0
- package/dist/src/components/atoms/command-separator/command-separator.atom.js +51 -0
- package/dist/src/components/atoms/command-separator/command-separator.atom.js.map +1 -0
- package/dist/src/components/atoms/dialog/dialog-close.d.ts +7 -0
- package/dist/src/components/atoms/dialog/dialog-close.js +46 -0
- package/dist/src/components/atoms/dialog/dialog-close.js.map +1 -0
- package/dist/src/components/atoms/dialog/dialog-content.d.ts +8 -0
- package/dist/src/components/atoms/dialog/dialog-content.js +72 -0
- package/dist/src/components/atoms/dialog/dialog-content.js.map +1 -0
- package/dist/src/components/atoms/dialog/dialog-footer.d.ts +5 -0
- package/dist/src/components/atoms/dialog/dialog-footer.js +22 -0
- package/dist/src/components/atoms/dialog/dialog-footer.js.map +1 -0
- package/dist/src/components/atoms/dialog/dialog-header.d.ts +7 -0
- package/dist/src/components/atoms/dialog/dialog-header.js +40 -0
- package/dist/src/components/atoms/dialog/dialog-header.js.map +1 -0
- package/dist/src/components/atoms/dialog/dialog-overly.d.ts +5 -0
- package/dist/src/components/atoms/dialog/dialog-overly.js +20 -0
- package/dist/src/components/atoms/dialog/dialog-overly.js.map +1 -0
- package/dist/src/components/atoms/dialog/dialog-trigger.d.ts +8 -0
- package/dist/src/components/atoms/dialog/dialog-trigger.js +53 -0
- package/dist/src/components/atoms/dialog/dialog-trigger.js.map +1 -0
- package/dist/src/components/atoms/dialog/dialog.atom.d.ts +8 -0
- package/dist/src/components/atoms/dialog/dialog.atom.js +78 -0
- package/dist/src/components/atoms/dialog/dialog.atom.js.map +1 -0
- package/dist/src/components/atoms/dialog/dialog.stories.d.ts +16 -0
- package/dist/src/components/atoms/dialog/dialog.stories.js +88 -0
- package/dist/src/components/atoms/dialog/dialog.stories.js.map +1 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-checkbox-Item.d.ts +15 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-checkbox-Item.js +115 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-checkbox-Item.js.map +1 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-content.d.ts +13 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-content.js +80 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-content.js.map +1 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-group.d.ts +10 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-group.js +70 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-group.js.map +1 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-item.d.ts +12 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-item.js +78 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-item.js.map +1 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-radio-item.d.ts +15 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-radio-item.js +116 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-radio-item.js.map +1 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-seperator.d.ts +9 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-seperator.js +51 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-seperator.js.map +1 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-shortcut.d.ts +5 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-shortcut.js +20 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu-shortcut.js.map +1 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu.atom.d.ts +14 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu.atom.js +77 -0
- package/dist/src/components/atoms/dropdownMenu/dropdown-menu.atom.js.map +1 -0
- package/dist/src/components/atoms/dropdownMenu/dropdownMenu.stories.d.ts +15 -0
- package/dist/src/components/atoms/dropdownMenu/dropdownMenu.stories.js +211 -0
- package/dist/src/components/atoms/dropdownMenu/dropdownMenu.stories.js.map +1 -0
- package/dist/src/components/atoms/dropdownMenu/dropdownMenu.style.d.ts +2 -0
- package/dist/src/components/atoms/dropdownMenu/dropdownMenu.style.js +4 -0
- package/dist/src/components/atoms/dropdownMenu/dropdownMenu.style.js.map +1 -0
- package/dist/src/components/atoms/index.d.ts +13 -0
- package/dist/src/components/atoms/index.js +14 -0
- package/dist/src/components/atoms/index.js.map +1 -0
- package/dist/src/components/atoms/input/input.atom.d.ts +21 -0
- package/dist/src/components/atoms/input/input.atom.js +93 -0
- package/dist/src/components/atoms/input/input.atom.js.map +1 -0
- package/dist/src/components/atoms/input/input.stories.d.ts +8 -0
- package/dist/src/components/atoms/input/input.stories.js +382 -0
- package/dist/src/components/atoms/input/input.stories.js.map +1 -0
- package/dist/src/components/atoms/input/input.styles.d.ts +1 -0
- package/dist/src/components/atoms/input/input.styles.js +2 -0
- package/dist/src/components/atoms/input/input.styles.js.map +1 -0
- package/dist/src/components/atoms/input/input.type.d.ts +21 -0
- package/dist/src/components/atoms/input/input.type.js +2 -0
- package/dist/src/components/atoms/input/input.type.js.map +1 -0
- package/dist/src/components/atoms/label/label.atom.d.ts +11 -0
- package/dist/src/components/atoms/label/label.atom.js +67 -0
- package/dist/src/components/atoms/label/label.atom.js.map +1 -0
- package/dist/src/components/atoms/label/label.stories.d.ts +6 -0
- package/dist/src/components/atoms/label/label.stories.js +85 -0
- package/dist/src/components/atoms/label/label.stories.js.map +1 -0
- package/dist/src/components/atoms/label/label.style.d.ts +1 -0
- package/dist/src/components/atoms/label/label.style.js +3 -0
- package/dist/src/components/atoms/label/label.style.js.map +1 -0
- package/dist/src/components/atoms/popover/popover-content.d.ts +11 -0
- package/dist/src/components/atoms/popover/popover-content.js +62 -0
- package/dist/src/components/atoms/popover/popover-content.js.map +1 -0
- package/dist/src/components/atoms/popover/popover-trigger.d.ts +9 -0
- package/dist/src/components/atoms/popover/popover-trigger.js +50 -0
- package/dist/src/components/atoms/popover/popover-trigger.js.map +1 -0
- package/dist/src/components/atoms/popover/popover.atom.d.ts +8 -0
- package/dist/src/components/atoms/popover/popover.atom.js +40 -0
- package/dist/src/components/atoms/popover/popover.atom.js.map +1 -0
- package/dist/src/components/atoms/popover/popover.stories.d.ts +10 -0
- package/dist/src/components/atoms/popover/popover.stories.js +69 -0
- package/dist/src/components/atoms/popover/popover.stories.js.map +1 -0
- package/dist/src/components/atoms/popover/popover.style.d.ts +5 -0
- package/dist/src/components/atoms/popover/popover.style.js +21 -0
- package/dist/src/components/atoms/popover/popover.style.js.map +1 -0
- package/dist/src/components/atoms/popover/popover.types.d.ts +2 -0
- package/dist/src/components/atoms/popover/popover.types.js +4 -0
- package/dist/src/components/atoms/popover/popover.types.js.map +1 -0
- package/dist/src/components/atoms/toggle/defs.d.ts +27 -0
- package/dist/src/components/atoms/toggle/defs.js +30 -0
- package/dist/src/components/atoms/toggle/defs.js.map +1 -0
- package/dist/src/components/atoms/toggle/toggle.atom.d.ts +19 -0
- package/dist/src/components/atoms/toggle/toggle.atom.js +72 -0
- package/dist/src/components/atoms/toggle/toggle.atom.js.map +1 -0
- package/dist/src/components/atoms/toggle/toggle.stories.d.ts +6 -0
- package/dist/src/components/atoms/toggle/toggle.stories.js +189 -0
- package/dist/src/components/atoms/toggle/toggle.stories.js.map +1 -0
- package/dist/src/components/atoms/toggle/toggle.style.d.ts +4 -0
- package/dist/src/components/atoms/toggle/toggle.style.js +19 -0
- package/dist/src/components/atoms/toggle/toggle.style.js.map +1 -0
- package/dist/src/components/command/command.d.ts +56 -0
- package/dist/src/components/command/command.js +402 -0
- package/dist/src/components/command/command.js.map +1 -0
- package/dist/src/components/command/command.stories.d.ts +5 -0
- package/dist/src/components/command/command.stories.js +153 -0
- package/dist/src/components/command/command.stories.js.map +1 -0
- package/dist/src/components/index.d.ts +2 -0
- package/dist/src/components/index.js +3 -0
- package/dist/src/components/index.js.map +1 -0
- package/dist/src/components/molecules/command/command.molecules.d.ts +6 -0
- package/dist/src/components/molecules/command/command.molecules.js +27 -0
- package/dist/src/components/molecules/command/command.molecules.js.map +1 -0
- package/dist/src/components/molecules/command-input/command-input.atom.d.ts +10 -0
- package/dist/src/components/molecules/command-input/command-input.atom.js +125 -0
- package/dist/src/components/molecules/command-input/command-input.atom.js.map +1 -0
- package/dist/src/components/molecules/dropdownMenu/dropdownMenu.molecules.d.ts +0 -0
- package/dist/src/components/molecules/dropdownMenu/dropdownMenu.molecules.js +2 -0
- package/dist/src/components/molecules/dropdownMenu/dropdownMenu.molecules.js.map +1 -0
- package/dist/src/components/molecules/index.d.ts +1 -0
- package/dist/src/components/molecules/index.js +2 -0
- package/dist/src/components/molecules/index.js.map +1 -0
- package/dist/src/helpers/base-element.d.ts +10 -0
- package/dist/src/helpers/base-element.js +62 -0
- package/dist/src/helpers/base-element.js.map +1 -0
- package/dist/src/helpers/index.d.ts +3 -0
- package/dist/src/helpers/index.js +4 -0
- package/dist/src/helpers/index.js.map +1 -0
- package/dist/src/helpers/mouse-conroller.helper.d.ts +14 -0
- package/dist/src/helpers/mouse-conroller.helper.js +33 -0
- package/dist/src/helpers/mouse-conroller.helper.js.map +1 -0
- package/dist/src/helpers/style.helpers.d.ts +2 -0
- package/dist/src/helpers/style.helpers.js +6 -0
- package/dist/src/helpers/style.helpers.js.map +1 -0
- package/dist/src/index.d.ts +4 -0
- package/dist/src/index.js +5 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/interfaces/actionable.interface.d.ts +5 -0
- package/dist/src/interfaces/actionable.interface.js +2 -0
- package/dist/src/interfaces/actionable.interface.js.map +1 -0
- package/dist/src/interfaces/atomic.interface.d.ts +6 -0
- package/dist/src/interfaces/atomic.interface.js +2 -0
- package/dist/src/interfaces/atomic.interface.js.map +1 -0
- package/dist/src/interfaces/changeable.interface.d.ts +7 -0
- package/dist/src/interfaces/changeable.interface.js +2 -0
- package/dist/src/interfaces/changeable.interface.js.map +1 -0
- package/dist/src/interfaces/child-support-atomic.interface.d.ts +4 -0
- package/dist/src/interfaces/child-support-atomic.interface.js +2 -0
- package/dist/src/interfaces/child-support-atomic.interface.js.map +1 -0
- package/dist/src/interfaces/index.d.ts +6 -0
- package/dist/src/interfaces/index.js +7 -0
- package/dist/src/interfaces/index.js.map +1 -0
- package/dist/src/interfaces/intractable.interface.d.ts +6 -0
- package/dist/src/interfaces/intractable.interface.js +2 -0
- package/dist/src/interfaces/intractable.interface.js.map +1 -0
- package/dist/src/interfaces/variant.interface.d.ts +3 -0
- package/dist/src/interfaces/variant.interface.js +2 -0
- package/dist/src/interfaces/variant.interface.js.map +1 -0
- package/dist/src/lib/index.d.ts +0 -0
- package/dist/src/lib/index.js +2 -0
- package/dist/src/lib/index.js.map +1 -0
- package/dist/src/lib/next/next.lib.d.ts +0 -0
- package/dist/src/lib/next/next.lib.js +2 -0
- package/dist/src/lib/next/next.lib.js.map +1 -0
- package/dist/src/lib/react/react.lib.d.ts +5 -0
- package/dist/src/lib/react/react.lib.js +16 -0
- package/dist/src/lib/react/react.lib.js.map +1 -0
- package/dist/src/lib/tw-styles.d.ts +1 -0
- package/dist/src/lib/tw-styles.js +1956 -0
- package/dist/src/lib/tw-styles.js.map +1 -0
- package/dist/src/styles/index.d.ts +1 -0
- package/dist/src/styles/index.js +2 -0
- package/dist/src/styles/index.js.map +1 -0
- package/dist/src/styles/tw.styles.d.ts +1 -0
- package/dist/src/styles/tw.styles.js +2218 -0
- package/dist/src/styles/tw.styles.js.map +1 -0
- package/dist/src/wc-ui-app.d.ts +6 -0
- package/dist/src/wc-ui-app.js +88 -0
- package/dist/src/wc-ui-app.js.map +1 -0
- package/dist/test/wc-ui-app.test.d.ts +0 -0
- package/dist/test/wc-ui-app.test.js +18 -0
- package/dist/test/wc-ui-app.test.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/vite.config.d.ts +2 -0
- package/dist/vite.config.js +29 -0
- package/dist/vite.config.js.map +1 -0
- package/package.json +15 -22
- package/dist/f28fd4b1.js +0 -1
- package/dist/index.ts +0 -1
- package/dist/rollup-plugin-html-noop.js +0 -1
- package/dist/sw.js +0 -2
- package/dist/sw.js.map +0 -1
- package/dist/workbox-a523fd56.js +0 -2
- package/dist/workbox-a523fd56.js.map +0 -1
@@ -0,0 +1,211 @@
|
|
1
|
+
import { html } from 'lit';
|
2
|
+
// eslint-disable-next-line import/extensions
|
3
|
+
import './dropdown-menu-content';
|
4
|
+
import './dropdown-menu-group';
|
5
|
+
import './dropdown-menu-item';
|
6
|
+
import './dropdown-menu-seperator';
|
7
|
+
import './dropdown-menu.atom';
|
8
|
+
import '../button/button.atom';
|
9
|
+
import './dropdown-menu-checkbox-Item';
|
10
|
+
import './dropdown-menu-radio-item';
|
11
|
+
import './dropdown-menu-shortcut';
|
12
|
+
export default {
|
13
|
+
component: 'components/atoms/dropdownMenu',
|
14
|
+
tags: ['autodocs'],
|
15
|
+
};
|
16
|
+
//type Story = StoryObj;
|
17
|
+
const TemplateDropdownMenu = () => html `
|
18
|
+
<rtg-dropdown-menu class="w-full max-w-md">
|
19
|
+
<rtg-dropdown-menu-content>
|
20
|
+
<rtg-dropdown-menu-shortcut style="margin-left:8px"
|
21
|
+
>My Account</rtg-dropdown-menu-shortcut
|
22
|
+
>
|
23
|
+
<rtg-dropdown-menu-separator></rtg-dropdown-menu-separator>
|
24
|
+
<rtg-dropdown-menu-group>
|
25
|
+
<rtg-dropdown-menu-item>
|
26
|
+
<svg
|
27
|
+
xmlns="http://www.w3.org/2000/svg"
|
28
|
+
width="24"
|
29
|
+
height="24"
|
30
|
+
viewBox="0 0 24 24"
|
31
|
+
fill="none"
|
32
|
+
stroke="currentColor"
|
33
|
+
stroke-width="2"
|
34
|
+
stroke-linecap="round"
|
35
|
+
stroke-linejoin="round"
|
36
|
+
class="mr-2 h-4 w-4"
|
37
|
+
>
|
38
|
+
<rect width="18" height="18" x="3" y="4" rx="2" ry="2"></rect>
|
39
|
+
<line x1="16" x2="16" y1="2" y2="6"></line>
|
40
|
+
<line x1="8" x2="8" y1="2" y2="6"></line>
|
41
|
+
<line x1="3" x2="21" y1="10" y2="10"></line>
|
42
|
+
</svg>
|
43
|
+
<span>Calendar</span>
|
44
|
+
</rtg-dropdown-menu-item>
|
45
|
+
<rtg-dropdown-menu-item>
|
46
|
+
<svg
|
47
|
+
xmlns="http://www.w3.org/2000/svg"
|
48
|
+
width="24"
|
49
|
+
height="24"
|
50
|
+
viewBox="0 0 24 24"
|
51
|
+
fill="none"
|
52
|
+
stroke="currentColor"
|
53
|
+
stroke-width="2"
|
54
|
+
stroke-linecap="round"
|
55
|
+
stroke-linejoin="round"
|
56
|
+
class="mr-2 h-4 w-4"
|
57
|
+
>
|
58
|
+
<circle cx="12" cy="12" r="10"></circle>
|
59
|
+
<path d="M8 14s1.5 2 4 2 4-2 4-2"></path>
|
60
|
+
<line x1="9" x2="9.01" y1="9" y2="9"></line>
|
61
|
+
<line x1="15" x2="15.01" y1="9" y2="9"></line>
|
62
|
+
</svg>
|
63
|
+
<span>Search Emoji</span>
|
64
|
+
</rtg-dropdown-menu-item>
|
65
|
+
<rtg-dropdown-menu-item>
|
66
|
+
<svg
|
67
|
+
xmlns="http://www.w3.org/2000/svg"
|
68
|
+
width="24"
|
69
|
+
height="24"
|
70
|
+
viewBox="0 0 24 24"
|
71
|
+
fill="none"
|
72
|
+
stroke="currentColor"
|
73
|
+
stroke-width="2"
|
74
|
+
stroke-linecap="round"
|
75
|
+
stroke-linejoin="round"
|
76
|
+
class="mr-2 h-4 w-4"
|
77
|
+
>
|
78
|
+
<rect width="16" height="20" x="4" y="2" rx="2"></rect>
|
79
|
+
<line x1="8" x2="16" y1="6" y2="6"></line>
|
80
|
+
<line x1="16" x2="16" y1="14" y2="18"></line>
|
81
|
+
<path d="M16 10h.01"></path>
|
82
|
+
<path d="M12 10h.01"></path>
|
83
|
+
<path d="M8 10h.01"></path>
|
84
|
+
<path d="M12 14h.01"></path>
|
85
|
+
<path d="M8 14h.01"></path>
|
86
|
+
<path d="M12 18h.01"></path>
|
87
|
+
<path d="M8 18h.01"></path>
|
88
|
+
</svg>
|
89
|
+
<span>Calculator</span>
|
90
|
+
</rtg-dropdown-menu-item>
|
91
|
+
</rtg-dropdown-menu-group>
|
92
|
+
|
93
|
+
<rtg-dropdown-menu-separator></rtg-dropdown-menu-separator>
|
94
|
+
<rtg-dropdown-menu-group>
|
95
|
+
<rtg-dropdown-menu-item
|
96
|
+
onclick="javascript:alert('Profile Clicked!')"
|
97
|
+
>
|
98
|
+
<svg
|
99
|
+
xmlns="http://www.w3.org/2000/svg"
|
100
|
+
width="24"
|
101
|
+
height="24"
|
102
|
+
viewBox="0 0 24 24"
|
103
|
+
fill="none"
|
104
|
+
stroke="currentColor"
|
105
|
+
stroke-width="2"
|
106
|
+
stroke-linecap="round"
|
107
|
+
stroke-linejoin="round"
|
108
|
+
class="mr-2 h-4 w-4"
|
109
|
+
>
|
110
|
+
<path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"></path>
|
111
|
+
<circle cx="12" cy="7" r="4"></circle>
|
112
|
+
</svg>
|
113
|
+
<span>Profile</span>
|
114
|
+
<span class="ml-auto text-xs tracking-widest text-muted-foreground"
|
115
|
+
>⌘P</span
|
116
|
+
>
|
117
|
+
</rtg-dropdown-menu-item>
|
118
|
+
<rtg-dropdown-menu-item>
|
119
|
+
<svg
|
120
|
+
xmlns="http://www.w3.org/2000/svg"
|
121
|
+
width="24"
|
122
|
+
height="24"
|
123
|
+
viewBox="0 0 24 24"
|
124
|
+
fill="none"
|
125
|
+
stroke="currentColor"
|
126
|
+
stroke-width="2"
|
127
|
+
stroke-linecap="round"
|
128
|
+
stroke-linejoin="round"
|
129
|
+
class="mr-2 h-4 w-4"
|
130
|
+
>
|
131
|
+
<rect width="20" height="14" x="2" y="5" rx="2"></rect>
|
132
|
+
<line x1="2" x2="22" y1="10" y2="10"></line>
|
133
|
+
</svg>
|
134
|
+
<span>Billing</span
|
135
|
+
><span class="ml-auto text-xs tracking-widest text-muted-foreground"
|
136
|
+
>⌘B</span
|
137
|
+
>
|
138
|
+
</rtg-dropdown-menu-item>
|
139
|
+
<rtg-dropdown-menu-item>
|
140
|
+
<svg
|
141
|
+
xmlns="http://www.w3.org/2000/svg"
|
142
|
+
width="24"
|
143
|
+
height="24"
|
144
|
+
viewBox="0 0 24 24"
|
145
|
+
fill="none"
|
146
|
+
stroke="currentColor"
|
147
|
+
stroke-width="2"
|
148
|
+
stroke-linecap="round"
|
149
|
+
stroke-linejoin="round"
|
150
|
+
class="mr-2 h-4 w-4"
|
151
|
+
>
|
152
|
+
<path
|
153
|
+
d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z"
|
154
|
+
></path>
|
155
|
+
<circle cx="12" cy="12" r="3"></circle>
|
156
|
+
</svg>
|
157
|
+
<span>Settings</span>
|
158
|
+
<span class="ml-auto text-xs tracking-widest text-muted-foreground">
|
159
|
+
⌘S</span
|
160
|
+
>
|
161
|
+
</rtg-dropdown-menu-item>
|
162
|
+
</rtg-dropdown-menu-group></rtg-dropdown-menu-content
|
163
|
+
>
|
164
|
+
</rtg-dropdown-menu>
|
165
|
+
`;
|
166
|
+
export const DropdownMenu = TemplateDropdownMenu.bind({});
|
167
|
+
const TemplateDropdownMenuCheckbox = () => html `
|
168
|
+
<rtg-dropdown-menu class="w-full max-w-md">
|
169
|
+
<rtg-dropdown-menu-content>
|
170
|
+
<rtg-dropdown-menu-shortcut style="margin-left:8px"
|
171
|
+
>My Account</rtg-dropdown-menu-shortcut
|
172
|
+
>
|
173
|
+
<rtg-dropdown-menu-separator></rtg-dropdown-menu-separator>
|
174
|
+
<rtg-dropdown-menu-group>
|
175
|
+
<rtg-dropdown-menu-checkbox-item>
|
176
|
+
<span style="margin-left:24px">Profile</span>
|
177
|
+
</rtg-dropdown-menu-checkbox-item>
|
178
|
+
<rtg-dropdown-menu-checkbox-item>
|
179
|
+
<span style="margin-left:24px">Billing</span>
|
180
|
+
</rtg-dropdown-menu-checkbox-item>
|
181
|
+
<rtg-dropdown-menu-checkbox-item>
|
182
|
+
<span style="margin-left:24px">Settings</span>
|
183
|
+
</rtg-dropdown-menu-checkbox-item>
|
184
|
+
</rtg-dropdown-menu-group>
|
185
|
+
</rtg-dropdown-menu-content>
|
186
|
+
</rtg-dropdown-menu>
|
187
|
+
`;
|
188
|
+
export const DropdownMenuCheckbox = TemplateDropdownMenuCheckbox.bind({});
|
189
|
+
const TemplateDropdownMenuRadio = () => html `
|
190
|
+
<rtg-dropdown-menu class="w-full max-w-md">
|
191
|
+
<rtg-dropdown-menu-content>
|
192
|
+
<rtg-dropdown-menu-shortcut style="margin-left:8px"
|
193
|
+
>My Account</rtg-dropdown-menu-shortcut
|
194
|
+
>
|
195
|
+
<rtg-dropdown-menu-separator></rtg-dropdown-menu-separator>
|
196
|
+
<rtg-dropdown-menu-group>
|
197
|
+
<rtg-dropdown-menu-radio-item>
|
198
|
+
<span style="margin-left:24px">Profile</span>
|
199
|
+
</rtg-dropdown-menu-radio-item>
|
200
|
+
<rtg-dropdown-menu-radio-item>
|
201
|
+
<span style="margin-left:24px">Billing</span>
|
202
|
+
</rtg-dropdown-menu-radio-item>
|
203
|
+
<rtg-dropdown-menu-radio-item>
|
204
|
+
<span style="margin-left:24px">Settings</span>
|
205
|
+
</rtg-dropdown-menu-radio-item>
|
206
|
+
</rtg-dropdown-menu-group>
|
207
|
+
</rtg-dropdown-menu-content>
|
208
|
+
</rtg-dropdown-menu>
|
209
|
+
`;
|
210
|
+
export const DropdownMenuRadio = TemplateDropdownMenuRadio.bind({});
|
211
|
+
//# sourceMappingURL=dropdownMenu.stories.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dropdownMenu.stories.js","sourceRoot":"","sources":["../../../../../src/components/atoms/dropdownMenu/dropdownMenu.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAC3B,6CAA6C;AAC7C,OAAO,yBAAyB,CAAC;AACjC,OAAO,uBAAuB,CAAC;AAC/B,OAAO,sBAAsB,CAAC;AAC9B,OAAO,2BAA2B,CAAC;AACnC,OAAO,sBAAsB,CAAC;AAC9B,OAAO,uBAAuB,CAAC;AAC/B,OAAO,+BAA+B,CAAC;AACvC,OAAO,4BAA4B,CAAC;AACpC,OAAO,0BAA0B,CAAC;AAGlC,eAAe;IACb,SAAS,EAAE,+BAA+B;IAC1C,IAAI,EAAE,CAAC,UAAU,CAAC;CACX,CAAC;AAEV,wBAAwB;AAExB,MAAM,oBAAoB,GAAY,GAAG,EAAE,CACzC,IAAI,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoJH,CAAC;AACJ,MAAM,CAAC,MAAM,YAAY,GAAG,oBAAoB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAE1D,MAAM,4BAA4B,GAAY,GAAG,EAAE,CACjD,IAAI,CAAA;;;;;;;;;;;;;;;;;;;;GAoBH,CAAC;AAEJ,MAAM,CAAC,MAAM,oBAAoB,GAAG,4BAA4B,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAE1E,MAAM,yBAAyB,GAAY,GAAG,EAAE,CAC9C,IAAI,CAAA;;;;;;;;;;;;;;;;;;;;GAoBH,CAAC;AACJ,MAAM,CAAC,MAAM,iBAAiB,GAAG,yBAAyB,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC","sourcesContent":["import { html } from 'lit';\n// eslint-disable-next-line import/extensions\nimport './dropdown-menu-content';\nimport './dropdown-menu-group';\nimport './dropdown-menu-item';\nimport './dropdown-menu-seperator';\nimport './dropdown-menu.atom';\nimport '../button/button.atom';\nimport './dropdown-menu-checkbox-Item';\nimport './dropdown-menu-radio-item';\nimport './dropdown-menu-shortcut';\nimport { Meta, StoryObj, StoryFn } from '@storybook/web-components';\n\nexport default {\n component: 'components/atoms/dropdownMenu',\n tags: ['autodocs'],\n} as Meta;\n\n//type Story = StoryObj;\n\nconst TemplateDropdownMenu: StoryFn = () =>\n html`\n <rtg-dropdown-menu class=\"w-full max-w-md\">\n <rtg-dropdown-menu-content>\n <rtg-dropdown-menu-shortcut style=\"margin-left:8px\"\n >My Account</rtg-dropdown-menu-shortcut\n >\n <rtg-dropdown-menu-separator></rtg-dropdown-menu-separator>\n <rtg-dropdown-menu-group>\n <rtg-dropdown-menu-item>\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n class=\"mr-2 h-4 w-4\"\n >\n <rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\" ry=\"2\"></rect>\n <line x1=\"16\" x2=\"16\" y1=\"2\" y2=\"6\"></line>\n <line x1=\"8\" x2=\"8\" y1=\"2\" y2=\"6\"></line>\n <line x1=\"3\" x2=\"21\" y1=\"10\" y2=\"10\"></line>\n </svg>\n <span>Calendar</span>\n </rtg-dropdown-menu-item>\n <rtg-dropdown-menu-item>\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n class=\"mr-2 h-4 w-4\"\n >\n <circle cx=\"12\" cy=\"12\" r=\"10\"></circle>\n <path d=\"M8 14s1.5 2 4 2 4-2 4-2\"></path>\n <line x1=\"9\" x2=\"9.01\" y1=\"9\" y2=\"9\"></line>\n <line x1=\"15\" x2=\"15.01\" y1=\"9\" y2=\"9\"></line>\n </svg>\n <span>Search Emoji</span>\n </rtg-dropdown-menu-item>\n <rtg-dropdown-menu-item>\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n class=\"mr-2 h-4 w-4\"\n >\n <rect width=\"16\" height=\"20\" x=\"4\" y=\"2\" rx=\"2\"></rect>\n <line x1=\"8\" x2=\"16\" y1=\"6\" y2=\"6\"></line>\n <line x1=\"16\" x2=\"16\" y1=\"14\" y2=\"18\"></line>\n <path d=\"M16 10h.01\"></path>\n <path d=\"M12 10h.01\"></path>\n <path d=\"M8 10h.01\"></path>\n <path d=\"M12 14h.01\"></path>\n <path d=\"M8 14h.01\"></path>\n <path d=\"M12 18h.01\"></path>\n <path d=\"M8 18h.01\"></path>\n </svg>\n <span>Calculator</span>\n </rtg-dropdown-menu-item>\n </rtg-dropdown-menu-group>\n\n <rtg-dropdown-menu-separator></rtg-dropdown-menu-separator>\n <rtg-dropdown-menu-group>\n <rtg-dropdown-menu-item\n onclick=\"javascript:alert('Profile Clicked!')\"\n >\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n class=\"mr-2 h-4 w-4\"\n >\n <path d=\"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2\"></path>\n <circle cx=\"12\" cy=\"7\" r=\"4\"></circle>\n </svg>\n <span>Profile</span>\n <span class=\"ml-auto text-xs tracking-widest text-muted-foreground\"\n >⌘P</span\n >\n </rtg-dropdown-menu-item>\n <rtg-dropdown-menu-item>\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n class=\"mr-2 h-4 w-4\"\n >\n <rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"></rect>\n <line x1=\"2\" x2=\"22\" y1=\"10\" y2=\"10\"></line>\n </svg>\n <span>Billing</span\n ><span class=\"ml-auto text-xs tracking-widest text-muted-foreground\"\n >⌘B</span\n >\n </rtg-dropdown-menu-item>\n <rtg-dropdown-menu-item>\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n stroke=\"currentColor\"\n stroke-width=\"2\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n class=\"mr-2 h-4 w-4\"\n >\n <path\n d=\"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z\"\n ></path>\n <circle cx=\"12\" cy=\"12\" r=\"3\"></circle>\n </svg>\n <span>Settings</span>\n <span class=\"ml-auto text-xs tracking-widest text-muted-foreground\">\n ⌘S</span\n >\n </rtg-dropdown-menu-item>\n </rtg-dropdown-menu-group></rtg-dropdown-menu-content\n >\n </rtg-dropdown-menu>\n `;\nexport const DropdownMenu = TemplateDropdownMenu.bind({});\n\nconst TemplateDropdownMenuCheckbox: StoryFn = () =>\n html`\n <rtg-dropdown-menu class=\"w-full max-w-md\">\n <rtg-dropdown-menu-content>\n <rtg-dropdown-menu-shortcut style=\"margin-left:8px\"\n >My Account</rtg-dropdown-menu-shortcut\n >\n <rtg-dropdown-menu-separator></rtg-dropdown-menu-separator>\n <rtg-dropdown-menu-group>\n <rtg-dropdown-menu-checkbox-item>\n <span style=\"margin-left:24px\">Profile</span>\n </rtg-dropdown-menu-checkbox-item>\n <rtg-dropdown-menu-checkbox-item>\n <span style=\"margin-left:24px\">Billing</span>\n </rtg-dropdown-menu-checkbox-item>\n <rtg-dropdown-menu-checkbox-item>\n <span style=\"margin-left:24px\">Settings</span>\n </rtg-dropdown-menu-checkbox-item>\n </rtg-dropdown-menu-group>\n </rtg-dropdown-menu-content>\n </rtg-dropdown-menu>\n `;\n\nexport const DropdownMenuCheckbox = TemplateDropdownMenuCheckbox.bind({});\n\nconst TemplateDropdownMenuRadio: StoryFn = () =>\n html`\n <rtg-dropdown-menu class=\"w-full max-w-md\">\n <rtg-dropdown-menu-content>\n <rtg-dropdown-menu-shortcut style=\"margin-left:8px\"\n >My Account</rtg-dropdown-menu-shortcut\n >\n <rtg-dropdown-menu-separator></rtg-dropdown-menu-separator>\n <rtg-dropdown-menu-group>\n <rtg-dropdown-menu-radio-item>\n <span style=\"margin-left:24px\">Profile</span>\n </rtg-dropdown-menu-radio-item>\n <rtg-dropdown-menu-radio-item>\n <span style=\"margin-left:24px\">Billing</span>\n </rtg-dropdown-menu-radio-item>\n <rtg-dropdown-menu-radio-item>\n <span style=\"margin-left:24px\">Settings</span>\n </rtg-dropdown-menu-radio-item>\n </rtg-dropdown-menu-group>\n </rtg-dropdown-menu-content>\n </rtg-dropdown-menu>\n `;\nexport const DropdownMenuRadio = TemplateDropdownMenuRadio.bind({});\n"]}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"dropdownMenu.style.js","sourceRoot":"","sources":["../../../../../src/components/atoms/dropdownMenu/dropdownMenu.style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,0BAA0B,CAAC;AAE/C,MAAM,CAAC,MAAM,qBAAqB,GAAG,GAAG,CAAC,aAAa,CAAC,CAAC;AAExD,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CACzC,iDAAiD,CAClD,CAAC","sourcesContent":["import { cva } from 'class-variance-authority';\n\nexport const dropdownMenuRootStyle = cva('rtgcmd-root');\n\nexport const dropdownMenuContentStyle = cva(\n 'max-h-[300px] overflow-y-auto overflow-x-hidden'\n);\n"]}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
export * from './button/button.atom';
|
2
|
+
export * from './checkbox/checkbox.atom';
|
3
|
+
export * from './dialog/dialog.atom';
|
4
|
+
export * from './input/input.atom';
|
5
|
+
export * from './label/label.atom';
|
6
|
+
export * from './command-empty/command-empty.atom';
|
7
|
+
export * from './command-group/command-group.atom';
|
8
|
+
export * from './command-item/command-item.atom';
|
9
|
+
export * from './command-list/command-list.atom';
|
10
|
+
export * from './command-separator/command-separator.atom';
|
11
|
+
export * from './card/card.atom';
|
12
|
+
export * from './popover/popover.atom';
|
13
|
+
export * from './alert/alert.atom';
|
@@ -0,0 +1,14 @@
|
|
1
|
+
export * from './button/button.atom';
|
2
|
+
export * from './checkbox/checkbox.atom';
|
3
|
+
export * from './dialog/dialog.atom';
|
4
|
+
export * from './input/input.atom';
|
5
|
+
export * from './label/label.atom';
|
6
|
+
export * from './command-empty/command-empty.atom';
|
7
|
+
export * from './command-group/command-group.atom';
|
8
|
+
export * from './command-item/command-item.atom';
|
9
|
+
export * from './command-list/command-list.atom';
|
10
|
+
export * from './command-separator/command-separator.atom';
|
11
|
+
export * from './card/card.atom';
|
12
|
+
export * from './popover/popover.atom';
|
13
|
+
export * from './alert/alert.atom';
|
14
|
+
//# sourceMappingURL=index.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/atoms/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC","sourcesContent":["export * from './button/button.atom';\nexport * from './checkbox/checkbox.atom';\nexport * from './dialog/dialog.atom';\nexport * from './input/input.atom';\nexport * from './label/label.atom';\nexport * from './command-empty/command-empty.atom';\nexport * from './command-group/command-group.atom';\nexport * from './command-item/command-item.atom';\nexport * from './command-list/command-list.atom';\nexport * from './command-separator/command-separator.atom';\nexport * from './card/card.atom';\nexport * from './popover/popover.atom';\nexport * from './alert/alert.atom';\n"]}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { PropertyValues } from 'lit';
|
2
|
+
import * as inputType from './input.type';
|
3
|
+
import { BaseElement } from '../../../helpers';
|
4
|
+
export declare class Input extends BaseElement {
|
5
|
+
constructor();
|
6
|
+
disabled: boolean;
|
7
|
+
type: inputType.InputType;
|
8
|
+
placeholder: string;
|
9
|
+
defaultValue: string;
|
10
|
+
value: string;
|
11
|
+
static styles: import("lit").CSSResult[];
|
12
|
+
protected firstUpdated(_changedProperties: PropertyValues): void;
|
13
|
+
handleInputChange(event: Event): void;
|
14
|
+
protected getAttributesToExclude(): string[];
|
15
|
+
render(): import("lit-html").TemplateResult<1>;
|
16
|
+
}
|
17
|
+
declare global {
|
18
|
+
interface HTMLElementTagNameMap {
|
19
|
+
'rtg-input': Input;
|
20
|
+
}
|
21
|
+
}
|
@@ -0,0 +1,93 @@
|
|
1
|
+
import { __decorate } from "tslib";
|
2
|
+
/* eslint-disable lit/no-value-attribute */
|
3
|
+
import { html, css } from 'lit';
|
4
|
+
import { property, customElement } from 'lit/decorators.js';
|
5
|
+
import { cn } from '../../../helpers';
|
6
|
+
import { TWStyles } from '../../../styles';
|
7
|
+
import { inputStyles } from './input.styles';
|
8
|
+
import { BaseElement } from '../../../helpers';
|
9
|
+
import { spread } from '@open-wc/lit-helpers';
|
10
|
+
let Input = class Input extends BaseElement {
|
11
|
+
constructor() {
|
12
|
+
super();
|
13
|
+
this.disabled = false;
|
14
|
+
this.type = 'text';
|
15
|
+
this.placeholder = '';
|
16
|
+
this.defaultValue = '';
|
17
|
+
// Make value a reactive property
|
18
|
+
this.value = '';
|
19
|
+
this.attachShadow({ mode: 'open' });
|
20
|
+
// Initialize value with defaultValue if provided
|
21
|
+
this.value = this.value || this.defaultValue;
|
22
|
+
}
|
23
|
+
firstUpdated(_changedProperties) {
|
24
|
+
const variables = ['--input-border-radius', '--input-padding'];
|
25
|
+
this.applyCustomClass(variables, 'input', 'input-base');
|
26
|
+
// Reflect the initial value (if defaultValue was provided)
|
27
|
+
if (this.type !== 'file' && this.defaultValue) {
|
28
|
+
this.value = this.defaultValue;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
handleInputChange(event) {
|
32
|
+
const inputElement = event.target;
|
33
|
+
if (inputElement.type === 'file') {
|
34
|
+
// Handle file input separately
|
35
|
+
this.value = inputElement.files ? inputElement.files[0].name : '';
|
36
|
+
}
|
37
|
+
else {
|
38
|
+
this.value = inputElement.value;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
getAttributesToExclude() {
|
42
|
+
return ['disabled', 'type', 'placeholder', 'value', 'data-testid'];
|
43
|
+
}
|
44
|
+
render() {
|
45
|
+
const attributes = this.getFilteredAttributes();
|
46
|
+
console.log('attributes', this.className);
|
47
|
+
return html `
|
48
|
+
<input
|
49
|
+
type="${this.type}"
|
50
|
+
placeholder="${this.placeholder}"
|
51
|
+
?disabled=${this.disabled}
|
52
|
+
class="${cn(inputStyles, this.className)}"
|
53
|
+
.value=${this.type !== 'file' ? this.value : ''}
|
54
|
+
@change="${this.handleInputChange}"
|
55
|
+
${spread(attributes)}
|
56
|
+
/>
|
57
|
+
`;
|
58
|
+
}
|
59
|
+
};
|
60
|
+
Input.styles = [
|
61
|
+
css `
|
62
|
+
:root {
|
63
|
+
--input-border-radius: inherit;
|
64
|
+
--input-padding: inherit;
|
65
|
+
}
|
66
|
+
.input-base {
|
67
|
+
border-radius: var(--input-border-radius) !important;
|
68
|
+
padding-top: var(--input-padding) !important;
|
69
|
+
padding-bottom: var(--input-padding) !important;
|
70
|
+
}
|
71
|
+
`,
|
72
|
+
TWStyles,
|
73
|
+
];
|
74
|
+
__decorate([
|
75
|
+
property({ type: Boolean })
|
76
|
+
], Input.prototype, "disabled", void 0);
|
77
|
+
__decorate([
|
78
|
+
property({ type: String })
|
79
|
+
], Input.prototype, "type", void 0);
|
80
|
+
__decorate([
|
81
|
+
property({ type: String })
|
82
|
+
], Input.prototype, "placeholder", void 0);
|
83
|
+
__decorate([
|
84
|
+
property({ type: String })
|
85
|
+
], Input.prototype, "defaultValue", void 0);
|
86
|
+
__decorate([
|
87
|
+
property({ type: String })
|
88
|
+
], Input.prototype, "value", void 0);
|
89
|
+
Input = __decorate([
|
90
|
+
customElement('rtg-input')
|
91
|
+
], Input);
|
92
|
+
export { Input };
|
93
|
+
//# sourceMappingURL=input.atom.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"input.atom.js","sourceRoot":"","sources":["../../../../../src/components/atoms/input/input.atom.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable lit/no-value-attribute */\nimport { LitElement, html, css, PropertyValues } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\nimport { cn } from '../../../helpers';\nimport { TWStyles } from '../../../styles';\nimport { InputType } from './input.type';\nimport { inputStyles } from './input.styles';\nimport { BaseElement } from '../../../helpers';\nimport { spread } from '@open-wc/lit-helpers';\n\n@customElement('rtg-input')\nexport class Input extends BaseElement {\n constructor() {\n super();\n this.attachShadow({ mode: 'open' });\n\n // Initialize value with defaultValue if provided\n this.value = this.value || this.defaultValue;\n }\n\n @property({ type: Boolean }) disabled = false;\n\n @property({ type: String }) type: InputType = 'text';\n\n @property({ type: String }) placeholder = '';\n\n @property({ type: String }) defaultValue = '';\n\n // Make value a reactive property\n @property({ type: String }) value = '';\n\n static styles = [\n css`\n :root {\n --input-border-radius: inherit;\n --input-padding: inherit;\n }\n .input-base {\n border-radius: var(--input-border-radius) !important;\n padding-top: var(--input-padding) !important;\n padding-bottom: var(--input-padding) !important;\n }\n `,\n TWStyles,\n ];\n\n protected firstUpdated(_changedProperties: PropertyValues): void {\n const variables = ['--input-border-radius', '--input-padding'];\n\n this.applyCustomClass(variables, 'input', 'input-base');\n\n // Reflect the initial value (if defaultValue was provided)\n if (this.type !== 'file' && this.defaultValue) {\n this.value = this.defaultValue;\n }\n }\n\n handleInputChange(event: Event) {\n const inputElement = event.target as HTMLInputElement;\n\n if (inputElement.type === 'file') {\n // Handle file input separately\n this.value = inputElement.files ? inputElement.files[0].name : '';\n } else {\n this.value = inputElement.value;\n }\n }\n\n protected getAttributesToExclude(): string[] {\n return ['disabled', 'type', 'placeholder', 'value', 'data-testid'];\n }\n\n render() {\n const attributes = this.getFilteredAttributes();\n console.log('attributes', this.className);\n return html`\n <input\n type=\"${this.type}\"\n placeholder=\"${this.placeholder}\"\n ?disabled=${this.disabled}\n class=\"${cn(inputStyles, this.className)}\"\n .value=${this.type !== 'file' ? this.value : ''}\n @change=\"${this.handleInputChange}\"\n ${spread(attributes)}\n />\n `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'rtg-input': Input;\n }\n}\n"]}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/web-components';
|
2
|
+
import './input.atom';
|
3
|
+
import '../label/label.atom';
|
4
|
+
import '../button/button.atom';
|
5
|
+
declare const _default: Meta;
|
6
|
+
export default _default;
|
7
|
+
export declare const Input: StoryFn;
|
8
|
+
export declare const SpecificInput: StoryFn;
|