agnosticui-core 2.0.0-alpha.3 → 2.0.0-alpha.30
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/VueAvatarFx.vue_vue_type_script_setup_true_lang-B5zZ0up1.js +41 -0
- package/dist/{VueButton.vue_vue_type_script_setup_true_lang-Bq8IPXqd.js → VueButton.vue_vue_type_script_setup_true_lang-D1jGatE9.js} +17 -15
- package/dist/{VueButtonFx.vue_vue_type_script_setup_true_lang-BUudF-lg.js → VueButtonFx.vue_vue_type_script_setup_true_lang-BRrt6Nxs.js} +1 -0
- package/dist/{VueCheckbox.vue_vue_type_script_setup_true_lang-DERDRO2P.js → VueCheckbox.vue_vue_type_script_setup_true_lang-VtQfJ-6f.js} +9 -10
- package/dist/{VueCombobox.vue_vue_type_script_setup_true_lang-C7gDMrYJ.js → VueCombobox.vue_vue_type_script_setup_true_lang-BSTZGX2X.js} +15 -13
- package/dist/{VueCopyButton.vue_vue_type_script_setup_true_lang-BZi5H42P.js → VueCopyButton.vue_vue_type_script_setup_true_lang-BuxS_2Gx.js} +7 -7
- package/dist/VueIcon.vue_vue_type_script_setup_true_lang-C2Sky3bU.js +22 -0
- package/dist/{VueImage.vue_vue_type_script_setup_true_lang-CUwbK3NF.js → VueImage.vue_vue_type_script_setup_true_lang-SddK93SB.js} +23 -17
- package/dist/{VueInput.vue_vue_type_script_setup_true_lang-Dsxo7DuX.js → VueInput.vue_vue_type_script_setup_true_lang-BdQaWK_o.js} +26 -21
- package/dist/{VueMenu.vue_vue_type_script_setup_true_lang-bnn7ochj.js → VueMenu.vue_vue_type_script_setup_true_lang-BXc7397e.js} +5 -4
- package/dist/{VueRadio.vue_vue_type_script_setup_true_lang-DxNhH12d.js → VueRadio.vue_vue_type_script_setup_true_lang-C7Z-sWpa.js} +10 -12
- package/dist/{VueRating.vue_vue_type_script_setup_true_lang-CICncp71.js → VueRating.vue_vue_type_script_setup_true_lang-Bm2nRrqr.js} +11 -9
- package/dist/VueSelectionButton.vue_vue_type_script_setup_true_lang-DJN-Uk6n.js +24 -0
- package/dist/VueSelectionButtonGroup.vue_vue_type_script_setup_true_lang-BIoiim87.js +46 -0
- package/dist/VueSelectionCard.vue_vue_type_script_setup_true_lang-DJiyPsXH.js +24 -0
- package/dist/VueSelectionCardGroup.vue_vue_type_script_setup_true_lang-BacJpxND.js +40 -0
- package/dist/VueTagFx.vue_vue_type_script_setup_true_lang-DI_EYIja.js +40 -0
- package/dist/{VueToggle.vue_vue_type_script_setup_true_lang-BxrvAsse.js → VueToggle.vue_vue_type_script_setup_true_lang-DLPCBOqZ.js} +18 -16
- package/dist/VueTooltipFx.vue_vue_type_script_setup_true_lang-B7XF-J_S.js +52 -0
- package/dist/components/Accordion/vue/index.d.ts +0 -1
- package/dist/components/Accordion/vue/index.d.ts.map +1 -1
- package/dist/components/Accordion/vue/index.js +6 -7
- package/dist/components/Alert/core/_Alert.d.ts.map +1 -1
- package/dist/components/Alert/core/_Alert.js +38 -19
- package/dist/components/Alert/vue/index.d.ts +0 -1
- package/dist/components/Alert/vue/index.d.ts.map +1 -1
- package/dist/components/Alert/vue/index.js +2 -3
- package/dist/components/Avatar/core/_Avatar.d.ts +2 -2
- package/dist/components/Avatar/core/_Avatar.d.ts.map +1 -1
- package/dist/components/AvatarFx/core/AvatarFx.d.ts +9 -0
- package/dist/components/AvatarFx/core/AvatarFx.d.ts.map +1 -0
- package/dist/components/AvatarFx/core/AvatarFx.js +5 -0
- package/dist/components/AvatarFx/core/_AvatarFx.d.ts +33 -0
- package/dist/components/AvatarFx/core/_AvatarFx.d.ts.map +1 -0
- package/dist/components/AvatarFx/core/_AvatarFx.js +210 -0
- package/dist/components/AvatarFx/react/ReactAvatarFx.d.ts +11 -0
- package/dist/components/AvatarFx/react/ReactAvatarFx.d.ts.map +1 -0
- package/dist/components/AvatarFx/react/ReactAvatarFx.js +13 -0
- package/dist/components/AvatarFx/vue/VueAvatarFx.js +4 -0
- package/dist/components/AvatarFx/vue/VueAvatarFx.vue.d.ts +77 -0
- package/dist/components/AvatarFx/vue/VueAvatarFx.vue.d.ts.map +1 -0
- package/dist/components/AvatarFx/vue/index.d.ts +19 -0
- package/dist/components/AvatarFx/vue/index.d.ts.map +1 -0
- package/dist/components/AvatarFx/vue/index.js +4 -0
- package/dist/components/Badge/core/_Badge.d.ts.map +1 -1
- package/dist/components/Badge/core/_Badge.js +3 -2
- package/dist/components/BadgeFx/vue/VueBadgeFx.vue.d.ts +3 -3
- package/dist/components/BadgeFx/vue/VueBadgeFx.vue.d.ts.map +1 -1
- package/dist/components/Breadcrumb/core/_Breadcrumb.js +1 -1
- package/dist/components/Breadcrumb/vue/index.d.ts +0 -1
- package/dist/components/Breadcrumb/vue/index.d.ts.map +1 -1
- package/dist/components/Breadcrumb/vue/index.js +2 -3
- package/dist/components/Button/core/_Button.d.ts +13 -8
- package/dist/components/Button/core/_Button.d.ts.map +1 -1
- package/dist/components/Button/core/_Button.js +152 -81
- package/dist/components/Button/vue/VueButton.js +1 -1
- package/dist/components/Button/vue/VueButton.vue.d.ts +3 -0
- package/dist/components/Button/vue/VueButton.vue.d.ts.map +1 -1
- package/dist/components/Button/vue/index.d.ts +0 -1
- package/dist/components/Button/vue/index.d.ts.map +1 -1
- package/dist/components/Button/vue/index.js +2 -3
- package/dist/components/ButtonFx/vue/VueButtonFx.js +1 -1
- package/dist/components/ButtonFx/vue/VueButtonFx.vue.d.ts +3 -3
- package/dist/components/ButtonFx/vue/index.js +1 -1
- package/dist/components/Card/core/_Card.d.ts +9 -1
- package/dist/components/Card/core/_Card.d.ts.map +1 -1
- package/dist/components/Card/core/_Card.js +83 -29
- package/dist/components/Card/vue/VueCard.js +29 -16
- package/dist/components/Card/vue/VueCard.vue.d.ts +25 -5
- package/dist/components/Card/vue/VueCard.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/core/_Checkbox.d.ts +43 -11
- package/dist/components/Checkbox/core/_Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox/core/_Checkbox.js +104 -65
- package/dist/components/Checkbox/vue/VueCheckbox.js +1 -1
- package/dist/components/Checkbox/vue/VueCheckbox.vue.d.ts +3 -3
- package/dist/components/Checkbox/vue/VueCheckbox.vue.d.ts.map +1 -1
- package/dist/components/Checkbox/vue/index.js +1 -1
- package/dist/components/Collapsible/core/_Collapsible.d.ts.map +1 -1
- package/dist/components/Collapsible/core/_Collapsible.js +9 -8
- package/dist/components/Combobox/core/_Combobox.d.ts +43 -1
- package/dist/components/Combobox/core/_Combobox.d.ts.map +1 -1
- package/dist/components/Combobox/core/_Combobox.js +141 -60
- package/dist/components/Combobox/vue/VueCombobox.js +1 -1
- package/dist/components/Combobox/vue/VueCombobox.vue.d.ts +1 -1
- package/dist/components/Combobox/vue/index.d.ts +0 -1
- package/dist/components/Combobox/vue/index.d.ts.map +1 -1
- package/dist/components/Combobox/vue/index.js +2 -3
- package/dist/components/CopyButton/core/_CopyButton.d.ts +10 -1
- package/dist/components/CopyButton/core/_CopyButton.d.ts.map +1 -1
- package/dist/components/CopyButton/vue/VueCopyButton.js +1 -1
- package/dist/components/CopyButton/vue/VueCopyButton.vue.d.ts +5 -2
- package/dist/components/CopyButton/vue/VueCopyButton.vue.d.ts.map +1 -1
- package/dist/components/CopyButton/vue/index.js +1 -1
- package/dist/components/Dialog/core/_dialog.d.ts.map +1 -1
- package/dist/components/Dialog/core/_dialog.js +176 -166
- package/dist/components/Dialog/react/ReactDialog.d.ts +27 -8
- package/dist/components/Dialog/react/ReactDialog.d.ts.map +1 -1
- package/dist/components/Dialog/react/ReactDialog.js +32 -10
- package/dist/components/Dialog/vue/index.d.ts +0 -1
- package/dist/components/Dialog/vue/index.d.ts.map +1 -1
- package/dist/components/Dialog/vue/index.js +6 -7
- package/dist/components/Drawer/react/ReactDrawer.d.ts +27 -8
- package/dist/components/Drawer/react/ReactDrawer.d.ts.map +1 -1
- package/dist/components/Drawer/react/ReactDrawer.js +31 -9
- package/dist/components/Drawer/vue/index.d.ts +0 -1
- package/dist/components/Drawer/vue/index.d.ts.map +1 -1
- package/dist/components/Drawer/vue/index.js +2 -3
- package/dist/components/EmptyState/core/_EmptyState.d.ts +2 -2
- package/dist/components/EmptyState/core/_EmptyState.d.ts.map +1 -1
- package/dist/components/EmptyState/core/_EmptyState.js +24 -23
- package/dist/components/Fieldset/vue/VueFieldset.vue.d.ts +1 -1
- package/dist/components/Flex/core/_FlexContainer.d.ts +3 -0
- package/dist/components/Flex/core/_FlexContainer.d.ts.map +1 -1
- package/dist/components/Header/vue/index.d.ts +0 -1
- package/dist/components/Header/vue/index.d.ts.map +1 -1
- package/dist/components/Header/vue/index.js +2 -3
- package/dist/components/Icon/vue/VueIcon.js +1 -1
- package/dist/components/Icon/vue/VueIcon.vue.d.ts.map +1 -1
- package/dist/components/Icon/vue/index.js +1 -1
- package/dist/components/IconButton/core/_IconButton.js +1 -1
- package/dist/components/IconButton/vue/index.d.ts +0 -1
- package/dist/components/IconButton/vue/index.d.ts.map +1 -1
- package/dist/components/IconButton/vue/index.js +2 -3
- package/dist/components/IconButtonFx/vue/VueIconButtonFx.vue.d.ts +3 -3
- package/dist/components/Image/core/_Image.d.ts +3 -0
- package/dist/components/Image/core/_Image.d.ts.map +1 -1
- package/dist/components/Image/react/ReactImage.d.ts +5 -1
- package/dist/components/Image/react/ReactImage.d.ts.map +1 -1
- package/dist/components/Image/vue/VueImage.js +1 -1
- package/dist/components/Image/vue/VueImage.vue.d.ts.map +1 -1
- package/dist/components/Image/vue/index.d.ts +0 -1
- package/dist/components/Image/vue/index.d.ts.map +1 -1
- package/dist/components/Image/vue/index.js +2 -3
- package/dist/components/Input/core/_Input.d.ts +51 -8
- package/dist/components/Input/core/_Input.d.ts.map +1 -1
- package/dist/components/Input/core/_Input.js +123 -60
- package/dist/components/Input/vue/VueInput.js +1 -1
- package/dist/components/Input/vue/VueInput.vue.d.ts.map +1 -1
- package/dist/components/Input/vue/index.d.ts +0 -1
- package/dist/components/Input/vue/index.d.ts.map +1 -1
- package/dist/components/Input/vue/index.js +2 -3
- package/dist/components/IntlFormatter/vue/index.d.ts +0 -1
- package/dist/components/IntlFormatter/vue/index.d.ts.map +1 -1
- package/dist/components/IntlFormatter/vue/index.js +2 -3
- package/dist/components/Link/core/_Link.d.ts.map +1 -1
- package/dist/components/Link/core/_Link.js +1 -0
- package/dist/components/Link/vue/VueLink.js +6 -5
- package/dist/components/Link/vue/VueLink.vue.d.ts.map +1 -1
- package/dist/components/Menu/core/_Menu.js +1 -1
- package/dist/components/Menu/vue/VueMenu.js +1 -1
- package/dist/components/Menu/vue/index.d.ts +0 -1
- package/dist/components/Menu/vue/index.d.ts.map +1 -1
- package/dist/components/Menu/vue/index.js +5 -6
- package/dist/components/Pagination/core/_Pagination.d.ts +0 -1
- package/dist/components/Pagination/core/_Pagination.d.ts.map +1 -1
- package/dist/components/Pagination/core/_Pagination.js +6 -9
- package/dist/components/Pagination/vue/index.d.ts +0 -1
- package/dist/components/Pagination/vue/index.d.ts.map +1 -1
- package/dist/components/Pagination/vue/index.js +4 -5
- package/dist/components/ProgressRing/core/_ProgressRing.d.ts +3 -0
- package/dist/components/ProgressRing/core/_ProgressRing.d.ts.map +1 -1
- package/dist/components/ProgressRing/vue/index.d.ts +0 -1
- package/dist/components/ProgressRing/vue/index.d.ts.map +1 -1
- package/dist/components/ProgressRing/vue/index.js +2 -3
- package/dist/components/Radio/core/_Radio.d.ts +60 -10
- package/dist/components/Radio/core/_Radio.d.ts.map +1 -1
- package/dist/components/Radio/core/_Radio.js +181 -125
- package/dist/components/Radio/vue/VueRadio.js +1 -1
- package/dist/components/Radio/vue/VueRadio.vue.d.ts.map +1 -1
- package/dist/components/Radio/vue/index.js +1 -1
- package/dist/components/Rating/core/_Rating.d.ts +41 -2
- package/dist/components/Rating/core/_Rating.d.ts.map +1 -1
- package/dist/components/Rating/core/_Rating.js +163 -108
- package/dist/components/Rating/vue/VueRating.js +1 -1
- package/dist/components/Rating/vue/VueRating.vue.d.ts +2 -0
- package/dist/components/Rating/vue/VueRating.vue.d.ts.map +1 -1
- package/dist/components/Rating/vue/index.d.ts +0 -1
- package/dist/components/Rating/vue/index.d.ts.map +1 -1
- package/dist/components/Rating/vue/index.js +2 -3
- package/dist/components/ScrollToButton/vue/index.d.ts +0 -1
- package/dist/components/ScrollToButton/vue/index.d.ts.map +1 -1
- package/dist/components/ScrollToButton/vue/index.js +2 -3
- package/dist/components/Select/core/_Select.d.ts +47 -2
- package/dist/components/Select/core/_Select.d.ts.map +1 -1
- package/dist/components/Select/core/_Select.js +136 -66
- package/dist/components/SelectionButton/core/SelectionButton.d.ts +9 -0
- package/dist/components/SelectionButton/core/SelectionButton.d.ts.map +1 -0
- package/dist/components/SelectionButton/core/SelectionButton.js +5 -0
- package/dist/components/SelectionButton/core/_SelectionButton.d.ts +47 -0
- package/dist/components/SelectionButton/core/_SelectionButton.d.ts.map +1 -0
- package/dist/components/SelectionButton/core/_SelectionButton.js +474 -0
- package/dist/components/SelectionButton/react/ReactSelectionButton.d.ts +9 -0
- package/dist/components/SelectionButton/react/ReactSelectionButton.d.ts.map +1 -0
- package/dist/components/SelectionButton/react/ReactSelectionButton.js +12 -0
- package/dist/components/SelectionButton/react/index.d.ts +3 -0
- package/dist/components/SelectionButton/react/index.d.ts.map +1 -0
- package/dist/components/SelectionButton/react/index.js +4 -0
- package/dist/components/SelectionButton/vue/VueSelectionButton.js +4 -0
- package/dist/components/SelectionButton/vue/VueSelectionButton.vue.d.ts +55 -0
- package/dist/components/SelectionButton/vue/VueSelectionButton.vue.d.ts.map +1 -0
- package/dist/components/SelectionButton/vue/index.d.ts +6 -0
- package/dist/components/SelectionButton/vue/index.d.ts.map +1 -0
- package/dist/components/SelectionButton/vue/index.js +4 -0
- package/dist/components/SelectionButtonGroup/core/SelectionButtonGroup.d.ts +9 -0
- package/dist/components/SelectionButtonGroup/core/SelectionButtonGroup.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/core/SelectionButtonGroup.js +5 -0
- package/dist/components/SelectionButtonGroup/core/_SelectionButtonGroup.d.ts +105 -0
- package/dist/components/SelectionButtonGroup/core/_SelectionButtonGroup.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/core/_SelectionButtonGroup.js +258 -0
- package/dist/components/SelectionButtonGroup/react/ReactSelectionButtonGroup.d.ts +13 -0
- package/dist/components/SelectionButtonGroup/react/ReactSelectionButtonGroup.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/react/ReactSelectionButtonGroup.js +15 -0
- package/dist/components/SelectionButtonGroup/react/index.d.ts +3 -0
- package/dist/components/SelectionButtonGroup/react/index.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/react/index.js +4 -0
- package/dist/components/SelectionButtonGroup/vue/VueSelectionButtonGroup.js +4 -0
- package/dist/components/SelectionButtonGroup/vue/VueSelectionButtonGroup.vue.d.ts +95 -0
- package/dist/components/SelectionButtonGroup/vue/VueSelectionButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/vue/index.d.ts +6 -0
- package/dist/components/SelectionButtonGroup/vue/index.d.ts.map +1 -0
- package/dist/components/SelectionButtonGroup/vue/index.js +4 -0
- package/dist/components/SelectionCard/core/SelectionCard.d.ts +9 -0
- package/dist/components/SelectionCard/core/SelectionCard.d.ts.map +1 -0
- package/dist/components/SelectionCard/core/SelectionCard.js +5 -0
- package/dist/components/SelectionCard/core/_SelectionCard.d.ts +39 -0
- package/dist/components/SelectionCard/core/_SelectionCard.d.ts.map +1 -0
- package/dist/components/SelectionCard/core/_SelectionCard.js +318 -0
- package/dist/components/SelectionCard/react/ReactSelectionCard.d.ts +9 -0
- package/dist/components/SelectionCard/react/ReactSelectionCard.d.ts.map +1 -0
- package/dist/components/SelectionCard/react/ReactSelectionCard.js +12 -0
- package/dist/components/SelectionCard/react/index.d.ts +3 -0
- package/dist/components/SelectionCard/react/index.d.ts.map +1 -0
- package/dist/components/SelectionCard/react/index.js +4 -0
- package/dist/components/SelectionCard/vue/VueSelectionCard.js +4 -0
- package/dist/components/SelectionCard/vue/VueSelectionCard.vue.d.ts +55 -0
- package/dist/components/SelectionCard/vue/VueSelectionCard.vue.d.ts.map +1 -0
- package/dist/components/SelectionCard/vue/index.d.ts +6 -0
- package/dist/components/SelectionCard/vue/index.d.ts.map +1 -0
- package/dist/components/SelectionCard/vue/index.js +4 -0
- package/dist/components/SelectionCardGroup/core/SelectionCardGroup.d.ts +9 -0
- package/dist/components/SelectionCardGroup/core/SelectionCardGroup.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/core/SelectionCardGroup.js +5 -0
- package/dist/components/SelectionCardGroup/core/_SelectionCardGroup.d.ts +87 -0
- package/dist/components/SelectionCardGroup/core/_SelectionCardGroup.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/core/_SelectionCardGroup.js +242 -0
- package/dist/components/SelectionCardGroup/react/ReactSelectionCardGroup.d.ts +13 -0
- package/dist/components/SelectionCardGroup/react/ReactSelectionCardGroup.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/react/ReactSelectionCardGroup.js +15 -0
- package/dist/components/SelectionCardGroup/react/index.d.ts +3 -0
- package/dist/components/SelectionCardGroup/react/index.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/react/index.js +4 -0
- package/dist/components/SelectionCardGroup/vue/VueSelectionCardGroup.js +4 -0
- package/dist/components/SelectionCardGroup/vue/VueSelectionCardGroup.vue.d.ts +80 -0
- package/dist/components/SelectionCardGroup/vue/VueSelectionCardGroup.vue.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/vue/index.d.ts +6 -0
- package/dist/components/SelectionCardGroup/vue/index.d.ts.map +1 -0
- package/dist/components/SelectionCardGroup/vue/index.js +4 -0
- package/dist/components/Sidebar/vue/index.d.ts +0 -1
- package/dist/components/Sidebar/vue/index.d.ts.map +1 -1
- package/dist/components/Sidebar/vue/index.js +2 -3
- package/dist/components/SkeletonLoader/core/_SkeletonLoader.d.ts +3 -0
- package/dist/components/SkeletonLoader/core/_SkeletonLoader.d.ts.map +1 -1
- package/dist/components/Slider/core/_Slider.d.ts +30 -16
- package/dist/components/Slider/core/_Slider.d.ts.map +1 -1
- package/dist/components/Slider/core/_Slider.js +155 -138
- package/dist/components/Slider/vue/index.d.ts +0 -1
- package/dist/components/Slider/vue/index.d.ts.map +1 -1
- package/dist/components/Slider/vue/index.js +2 -3
- package/dist/components/Tabs/vue/index.d.ts +0 -1
- package/dist/components/Tabs/vue/index.d.ts.map +1 -1
- package/dist/components/Tabs/vue/index.js +6 -7
- package/dist/components/Tag/core/_Tag.d.ts +2 -2
- package/dist/components/Tag/core/_Tag.d.ts.map +1 -1
- package/dist/components/TagFx/core/TagFx.d.ts +9 -0
- package/dist/components/TagFx/core/TagFx.d.ts.map +1 -0
- package/dist/components/TagFx/core/TagFx.js +5 -0
- package/dist/components/TagFx/core/_TagFx.d.ts +33 -0
- package/dist/components/TagFx/core/_TagFx.d.ts.map +1 -0
- package/dist/components/TagFx/core/_TagFx.js +210 -0
- package/dist/components/TagFx/react/ReactTagFx.d.ts +15 -0
- package/dist/components/TagFx/react/ReactTagFx.d.ts.map +1 -0
- package/dist/components/TagFx/react/ReactTagFx.js +15 -0
- package/dist/components/TagFx/vue/VueTagFx.js +4 -0
- package/dist/components/TagFx/vue/VueTagFx.vue.d.ts +70 -0
- package/dist/components/TagFx/vue/VueTagFx.vue.d.ts.map +1 -0
- package/dist/components/TagFx/vue/index.d.ts +16 -0
- package/dist/components/TagFx/vue/index.d.ts.map +1 -0
- package/dist/components/TagFx/vue/index.js +4 -0
- package/dist/components/Timeline/core/_Timeline.d.ts +3 -0
- package/dist/components/Timeline/core/_Timeline.d.ts.map +1 -1
- package/dist/components/Timeline/core/_Timeline.js +8 -3
- package/dist/components/Timeline/react/ReactTimeline.d.ts +23 -9
- package/dist/components/Timeline/react/ReactTimeline.d.ts.map +1 -1
- package/dist/components/Timeline/react/ReactTimeline.js +18 -14
- package/dist/components/Toggle/core/_Toggle.d.ts +42 -6
- package/dist/components/Toggle/core/_Toggle.d.ts.map +1 -1
- package/dist/components/Toggle/core/_Toggle.js +144 -96
- package/dist/components/Toggle/vue/VueToggle.js +1 -1
- package/dist/components/Toggle/vue/VueToggle.vue.d.ts.map +1 -1
- package/dist/components/Toggle/vue/index.d.ts +0 -1
- package/dist/components/Toggle/vue/index.d.ts.map +1 -1
- package/dist/components/Toggle/vue/index.js +2 -3
- package/dist/components/Tooltip/core/_Tooltip.d.ts +2 -2
- package/dist/components/Tooltip/core/_Tooltip.d.ts.map +1 -1
- package/dist/components/Tooltip/vue/index.d.ts +0 -1
- package/dist/components/Tooltip/vue/index.d.ts.map +1 -1
- package/dist/components/Tooltip/vue/index.js +2 -3
- package/dist/components/TooltipFx/core/TooltipFx.d.ts +9 -0
- package/dist/components/TooltipFx/core/TooltipFx.d.ts.map +1 -0
- package/dist/components/TooltipFx/core/TooltipFx.js +5 -0
- package/dist/components/TooltipFx/core/_TooltipFx.d.ts +34 -0
- package/dist/components/TooltipFx/core/_TooltipFx.d.ts.map +1 -0
- package/dist/components/TooltipFx/core/_TooltipFx.js +206 -0
- package/dist/components/TooltipFx/react/ReactTooltipFx.d.ts +16 -0
- package/dist/components/TooltipFx/react/ReactTooltipFx.d.ts.map +1 -0
- package/dist/components/TooltipFx/react/ReactTooltipFx.js +16 -0
- package/dist/components/TooltipFx/vue/VueTooltipFx.js +4 -0
- package/dist/components/TooltipFx/vue/VueTooltipFx.vue.d.ts +77 -0
- package/dist/components/TooltipFx/vue/VueTooltipFx.vue.d.ts.map +1 -0
- package/dist/components/TooltipFx/vue/index.d.ts +17 -0
- package/dist/components/TooltipFx/vue/index.d.ts.map +1 -0
- package/dist/components/TooltipFx/vue/index.js +4 -0
- package/dist/shared/face-mixin.d.ts +87 -0
- package/dist/shared/face-mixin.d.ts.map +1 -0
- package/dist/shared/face-mixin.js +100 -0
- package/dist/shared/form-control-styles.js +1 -1
- package/dist/styles/ag-tokens-dark.css +4 -0
- package/dist/styles/ag-tokens.css +18 -13
- package/dist/test-setup.js +340 -255
- package/dist/utils/slot.js +1 -1
- package/package.json +103 -16
- package/src/components/Accordion/vue/index.ts +0 -1
- package/src/components/Alert/core/_Alert.ts +21 -2
- package/src/components/Alert/vue/index.ts +0 -1
- package/src/components/Avatar/core/_Avatar.ts +2 -2
- package/src/components/AvatarFx/core/AvatarFx.ts +13 -0
- package/src/components/AvatarFx/core/_AvatarFx.ts +281 -0
- package/src/components/AvatarFx/react/ReactAvatarFx.tsx +19 -0
- package/src/components/AvatarFx/vue/VueAvatarFx.vue +63 -0
- package/src/components/AvatarFx/vue/index.ts +19 -0
- package/src/components/Badge/core/_Badge.ts +3 -3
- package/src/components/Breadcrumb/core/_Breadcrumb.ts +1 -1
- package/src/components/Breadcrumb/vue/index.ts +0 -1
- package/src/components/Button/core/_Button.ts +116 -41
- package/src/components/Button/vue/VueButton.vue +2 -0
- package/src/components/Button/vue/index.ts +0 -1
- package/src/components/Card/core/_Card.ts +70 -3
- package/src/components/Card/vue/VueCard.vue +19 -3
- package/src/components/Checkbox/core/_Checkbox.ts +94 -18
- package/src/components/Checkbox/vue/VueCheckbox.vue +0 -6
- package/src/components/Collapsible/core/_Collapsible.ts +3 -2
- package/src/components/Combobox/core/_Combobox.ts +137 -2
- package/src/components/Combobox/vue/VueCombobox.vue +1 -0
- package/src/components/Combobox/vue/index.ts +0 -1
- package/src/components/CopyButton/core/_CopyButton.ts +14 -4
- package/src/components/CopyButton/vue/VueCopyButton.vue +2 -1
- package/src/components/Dialog/core/_dialog.ts +19 -2
- package/src/components/Dialog/react/ReactDialog.tsx +60 -3
- package/src/components/Dialog/vue/index.ts +0 -1
- package/src/components/Drawer/react/ReactDrawer.tsx +60 -3
- package/src/components/Drawer/v1/dialog--drawer-bottom.hbs +48 -0
- package/src/components/Drawer/v1/dialog--drawer-end.hbs +48 -0
- package/src/components/Drawer/v1/dialog--drawer-start.hbs +48 -0
- package/src/components/Drawer/v1/dialog--drawer-top.hbs +48 -0
- package/src/components/Drawer/v1/dialog-demo.css +13 -0
- package/src/components/Drawer/v1/dialog.config.yml +5 -0
- package/src/components/Drawer/v1/dialog.css +99 -0
- package/src/components/Drawer/v1/dialog.hbs +48 -0
- package/src/components/Drawer/v1/drawer-animations.css +52 -0
- package/src/components/Drawer/v1/drawer.css +50 -0
- package/src/components/Drawer/vue/index.ts +0 -1
- package/src/components/EmptyState/core/_EmptyState.ts +4 -6
- package/src/components/Flex/core/_FlexContainer.ts +3 -0
- package/src/components/Header/vue/index.ts +0 -1
- package/src/components/Icon/vue/VueIcon.vue +2 -5
- package/src/components/IconButton/core/_IconButton.ts +1 -1
- package/src/components/IconButton/vue/index.ts +0 -1
- package/src/components/Image/core/_Image.ts +3 -0
- package/src/components/Image/react/ReactImage.tsx +5 -1
- package/src/components/Image/vue/VueImage.vue +17 -13
- package/src/components/Image/vue/index.ts +0 -2
- package/src/components/Input/core/_Input.ts +127 -12
- package/src/components/Input/vue/VueInput.vue +5 -6
- package/src/components/Input/vue/index.ts +0 -1
- package/src/components/IntlFormatter/vue/index.ts +0 -1
- package/src/components/Link/core/_Link.ts +1 -0
- package/src/components/Link/vue/VueLink.vue +1 -0
- package/src/components/Menu/core/_Menu.ts +1 -1
- package/src/components/Menu/vue/index.ts +0 -1
- package/src/components/Pagination/core/_Pagination.ts +10 -18
- package/src/components/Pagination/vue/index.ts +0 -1
- package/src/components/ProgressRing/core/_ProgressRing.ts +3 -0
- package/src/components/ProgressRing/vue/index.ts +0 -3
- package/src/components/Radio/core/_Radio.ts +145 -41
- package/src/components/Radio/vue/VueRadio.vue +1 -5
- package/src/components/Rating/core/_Rating.ts +104 -5
- package/src/components/Rating/vue/VueRating.vue +3 -0
- package/src/components/Rating/vue/index.ts +0 -1
- package/src/components/ScrollToButton/vue/index.ts +0 -3
- package/src/components/Select/core/_Select.ts +117 -6
- package/src/components/SelectionButton/core/SelectionButton.ts +13 -0
- package/src/components/SelectionButton/core/_SelectionButton.ts +551 -0
- package/src/components/SelectionButton/react/ReactSelectionButton.tsx +16 -0
- package/src/components/SelectionButton/react/index.ts +4 -0
- package/src/components/SelectionButton/vue/VueSelectionButton.vue +33 -0
- package/src/components/SelectionButton/vue/index.ts +5 -0
- package/src/components/SelectionButtonGroup/core/SelectionButtonGroup.ts +13 -0
- package/src/components/SelectionButtonGroup/core/_SelectionButtonGroup.ts +472 -0
- package/src/components/SelectionButtonGroup/react/ReactSelectionButtonGroup.tsx +29 -0
- package/src/components/SelectionButtonGroup/react/index.ts +9 -0
- package/src/components/SelectionButtonGroup/vue/VueSelectionButtonGroup.vue +88 -0
- package/src/components/SelectionButtonGroup/vue/index.ts +5 -0
- package/src/components/SelectionCard/core/SelectionCard.ts +13 -0
- package/src/components/SelectionCard/core/_SelectionCard.ts +384 -0
- package/src/components/SelectionCard/react/ReactSelectionCard.tsx +16 -0
- package/src/components/SelectionCard/react/index.ts +4 -0
- package/src/components/SelectionCard/vue/VueSelectionCard.vue +33 -0
- package/src/components/SelectionCard/vue/index.ts +5 -0
- package/src/components/SelectionCardGroup/core/SelectionCardGroup.ts +13 -0
- package/src/components/SelectionCardGroup/core/_SelectionCardGroup.ts +442 -0
- package/src/components/SelectionCardGroup/react/ReactSelectionCardGroup.tsx +29 -0
- package/src/components/SelectionCardGroup/react/index.ts +9 -0
- package/src/components/SelectionCardGroup/vue/VueSelectionCardGroup.vue +70 -0
- package/src/components/SelectionCardGroup/vue/index.ts +5 -0
- package/src/components/Sidebar/vue/index.ts +0 -1
- package/src/components/SkeletonLoader/core/_SkeletonLoader.ts +3 -0
- package/src/components/Slider/core/_Slider.ts +81 -28
- package/src/components/Slider/vue/index.ts +0 -1
- package/src/components/Tabs/vue/index.ts +0 -1
- package/src/components/Tag/core/_Tag.ts +2 -2
- package/src/components/TagFx/core/TagFx.ts +13 -0
- package/src/components/TagFx/core/_TagFx.ts +281 -0
- package/src/components/TagFx/react/ReactTagFx.tsx +22 -0
- package/src/components/TagFx/vue/VueTagFx.vue +65 -0
- package/src/components/TagFx/vue/index.ts +16 -0
- package/src/components/Timeline/core/_Timeline.ts +8 -0
- package/src/components/Timeline/react/ReactTimeline.tsx +47 -24
- package/src/components/Toggle/core/_Toggle.ts +98 -9
- package/src/components/Toggle/vue/VueToggle.vue +2 -0
- package/src/components/Toggle/vue/index.ts +0 -1
- package/src/components/Tooltip/core/_Tooltip.ts +2 -2
- package/src/components/Tooltip/vue/index.ts +0 -1
- package/src/components/TooltipFx/core/TooltipFx.ts +13 -0
- package/src/components/TooltipFx/core/_TooltipFx.ts +270 -0
- package/src/components/TooltipFx/react/ReactTooltipFx.tsx +23 -0
- package/src/components/TooltipFx/vue/VueTooltipFx.vue +95 -0
- package/src/components/TooltipFx/vue/index.ts +19 -0
- package/src/shared/face-mixin.ts +275 -0
- package/src/shared/form-control-styles.ts +1 -1
- package/src/styles/ag-tokens-dark.css +4 -0
- package/src/styles/ag-tokens.css +18 -13
- package/src/utils/slot.ts +1 -1
- package/RTL_IMPLEMENTATION_PLAN.md +0 -295
- package/dist/VueIcon.vue_vue_type_script_setup_true_lang-kC-nzMyu.js +0 -25
- package/dist/components/Input/core/_Input.BACKUP.d.ts +0 -114
- package/dist/components/Input/core/_Input.BACKUP.d.ts.map +0 -1
- package/dist/components/Input/core/_Input.BACKUP.js +0 -511
- package/dist/global.d.js +0 -1
- package/src/components/Input/core/_Input.BACKUP.ts +0 -710
- package/src/global.d.ts +0 -43
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
import { css as d } from "lit";
|
|
2
|
+
import { n as i } from "../../../property-CemaeiRl.js";
|
|
3
|
+
import { Avatar as g } from "../../Avatar/core/_Avatar.js";
|
|
4
|
+
import { motionStyles as x } from "../../../styles/motion.styles.js";
|
|
5
|
+
var h = Object.defineProperty, o = (l, a, e, s) => {
|
|
6
|
+
for (var t = void 0, n = l.length - 1, p; n >= 0; n--)
|
|
7
|
+
(p = l[n]) && (t = p(a, e, t) || t);
|
|
8
|
+
return t && h(a, e, t), t;
|
|
9
|
+
};
|
|
10
|
+
const f = class f extends g {
|
|
11
|
+
constructor() {
|
|
12
|
+
super(), this._observer = null, this.fxSpeed = "md", this.fxEase = "ease", this.fxDisabled = !1;
|
|
13
|
+
}
|
|
14
|
+
connectedCallback() {
|
|
15
|
+
super.connectedCallback(), this._updateTheme(), this._observer = new MutationObserver((a) => {
|
|
16
|
+
a.forEach((e) => {
|
|
17
|
+
e.type === "attributes" && e.attributeName === "data-theme" && this._updateTheme();
|
|
18
|
+
});
|
|
19
|
+
}), this._observer.observe(document.documentElement, {
|
|
20
|
+
attributes: !0,
|
|
21
|
+
attributeFilter: ["data-theme"]
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
disconnectedCallback() {
|
|
25
|
+
super.disconnectedCallback(), this._observer && (this._observer.disconnect(), this._observer = null);
|
|
26
|
+
}
|
|
27
|
+
_updateTheme() {
|
|
28
|
+
const a = document.documentElement.getAttribute("data-theme") === "dark", e = this.shadowRoot?.querySelector(".avatar");
|
|
29
|
+
e instanceof HTMLElement && (e.style.setProperty("--ag-fx-shadow-opacity", a ? "0.8" : "0.4"), a && this.variant === "monochrome" ? e.style.setProperty("--ag-fx-sweep-color", "rgba(0, 0, 0, 0.6)") : e.style.setProperty("--ag-fx-sweep-color", "rgba(255, 255, 255, 0.5)"));
|
|
30
|
+
}
|
|
31
|
+
firstUpdated(a) {
|
|
32
|
+
super.firstUpdated(a), this._applyFxClasses(), this._applyFxCustomProperties(), this._updateTheme();
|
|
33
|
+
}
|
|
34
|
+
updated(a) {
|
|
35
|
+
super.updated(a), (a.has("fx") || a.has("fxDisabled")) && this._applyFxClasses(), a.has("variant") && this._updateTheme(), (a.has("fxSpeed") || a.has("fxEase")) && this._applyFxCustomProperties();
|
|
36
|
+
}
|
|
37
|
+
_applyFxClasses() {
|
|
38
|
+
const a = this.shadowRoot?.querySelector(".avatar");
|
|
39
|
+
if (a) {
|
|
40
|
+
const e = [];
|
|
41
|
+
a.classList.forEach((s) => {
|
|
42
|
+
s.startsWith("ag-fx-") && e.push(s);
|
|
43
|
+
}), e.forEach((s) => a.classList.remove(s)), this.fx && !this.fxDisabled && a.classList.add(`ag-fx-${this.fx}`), this.fxDisabled ? a.classList.add("ag-fx-disabled") : a.classList.remove("ag-fx-disabled");
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
_applyFxCustomProperties() {
|
|
47
|
+
const a = this.shadowRoot?.querySelector(".avatar");
|
|
48
|
+
a instanceof HTMLElement && (a.style.setProperty("--ag-fx-duration", `var(--ag-fx-duration-${this.fxSpeed})`), a.style.setProperty("--ag-fx-ease", `var(--ag-fx-ease-${this.fxEase})`));
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
f.styles = [
|
|
52
|
+
x,
|
|
53
|
+
g.styles,
|
|
54
|
+
d`
|
|
55
|
+
/* ========================================
|
|
56
|
+
FX EFFECT SETUP
|
|
57
|
+
Add necessary CSS properties for effects that need them
|
|
58
|
+
======================================== */
|
|
59
|
+
|
|
60
|
+
/* Shimmer needs a gradient mask */
|
|
61
|
+
.avatar.ag-fx-shimmer {
|
|
62
|
+
overflow: hidden;
|
|
63
|
+
-webkit-mask-image: linear-gradient(
|
|
64
|
+
to right,
|
|
65
|
+
rgba(0, 0, 0, 0) 0%,
|
|
66
|
+
rgba(0, 0, 0, 0.9) 40%,
|
|
67
|
+
rgba(0, 0, 0, 0.9) 60%,
|
|
68
|
+
rgba(0, 0, 0, 0) 100%
|
|
69
|
+
);
|
|
70
|
+
mask-image: linear-gradient(
|
|
71
|
+
to right,
|
|
72
|
+
rgba(0, 0, 0, 0) 0%,
|
|
73
|
+
rgba(0, 0, 0, 1) 40%,
|
|
74
|
+
rgba(0, 0, 0, 1) 60%,
|
|
75
|
+
rgba(0, 0, 0, 0) 100%
|
|
76
|
+
);
|
|
77
|
+
-webkit-mask-size: 250% 100%;
|
|
78
|
+
mask-size: 250% 100%;
|
|
79
|
+
-webkit-mask-position: 215% 0;
|
|
80
|
+
mask-position: 215% 0;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/* Ripple needs overflow visible to show expanding ring */
|
|
84
|
+
.avatar.ag-fx-ripple {
|
|
85
|
+
overflow: visible;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/* Highlight Sweep needs a gradient background overlay */
|
|
89
|
+
.avatar.ag-fx-highlight-sweep {
|
|
90
|
+
position: relative;
|
|
91
|
+
overflow: hidden;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.avatar.ag-fx-highlight-sweep::before {
|
|
95
|
+
content: '';
|
|
96
|
+
position: absolute;
|
|
97
|
+
inset: 0;
|
|
98
|
+
background: linear-gradient(
|
|
99
|
+
90deg,
|
|
100
|
+
transparent 0%,
|
|
101
|
+
transparent 30%,
|
|
102
|
+
var(--ag-fx-sweep-color, rgba(255, 255, 255, 0.5)) 50%,
|
|
103
|
+
transparent 70%,
|
|
104
|
+
transparent 100%
|
|
105
|
+
);
|
|
106
|
+
transform: translateX(-100%);
|
|
107
|
+
pointer-events: none;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
/* ========================================
|
|
111
|
+
FX EFFECT CLASSES
|
|
112
|
+
Applied to target element (.avatar)
|
|
113
|
+
======================================== */
|
|
114
|
+
|
|
115
|
+
:host([fx="bounce"]) .avatar,
|
|
116
|
+
:host([fx="flip"]) .avatar,
|
|
117
|
+
:host([fx="jelly"]) .avatar {
|
|
118
|
+
animation-iteration-count: 1;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/* Hover-triggered effects */
|
|
122
|
+
:host([fx="bounce"]:hover) .avatar {
|
|
123
|
+
animation: ag-fx-bounce var(--ag-fx-duration, 200ms) var(--ag-fx-ease, ease);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
:host([fx="pulse"]:hover) .avatar {
|
|
127
|
+
animation: ag-fx-pulse var(--ag-fx-duration, 200ms) var(--ag-fx-ease, ease);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
:host([fx="jelly"]:hover) .avatar {
|
|
131
|
+
animation: ag-fx-jelly var(--ag-fx-duration, 200ms) var(--ag-fx-ease, ease);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
:host([fx="shimmer"]:hover) .avatar {
|
|
135
|
+
animation: ag-fx-shimmer var(--ag-fx-duration, 200ms) var(--ag-fx-ease, ease);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
:host([fx="glow"]:hover) .avatar {
|
|
139
|
+
animation: ag-fx-glow var(--ag-fx-duration, 200ms) var(--ag-fx-ease, ease);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
:host([fx="flip"]:hover) .avatar {
|
|
143
|
+
animation: ag-fx-flip var(--ag-fx-duration, 200ms) var(--ag-fx-ease, ease);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
:host([fx="ripple"]:hover) .avatar {
|
|
147
|
+
animation: ag-fx-ripple var(--ag-fx-duration, 200ms) var(--ag-fx-ease, ease);
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
:host([fx="highlight-sweep"]:hover) .avatar::before {
|
|
151
|
+
animation: ag-fx-highlight-sweep var(--ag-fx-duration, 200ms) var(--ag-fx-ease, ease);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
/* Active/press effects */
|
|
155
|
+
.avatar.ag-fx-press-pop {
|
|
156
|
+
cursor: pointer;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.avatar.ag-fx-press-pop:active {
|
|
160
|
+
animation: ag-fx-press-pop var(--ag-fx-duration, 200ms) var(--ag-fx-ease, ease);
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/* Entrance effects */
|
|
164
|
+
.avatar.ag-fx-slide-in {
|
|
165
|
+
animation: ag-fx-slide-in var(--ag-fx-duration, 200ms) var(--ag-fx-ease, ease);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/* Disabled state */
|
|
169
|
+
.avatar.ag-fx-disabled {
|
|
170
|
+
animation: none !important;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.avatar.ag-fx-disabled::before {
|
|
174
|
+
animation: none !important;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/* Reduced motion support */
|
|
178
|
+
@media (prefers-reduced-motion: reduce) {
|
|
179
|
+
.avatar.ag-fx-bounce,
|
|
180
|
+
.avatar.ag-fx-pulse,
|
|
181
|
+
.avatar.ag-fx-jelly,
|
|
182
|
+
.avatar.ag-fx-shimmer,
|
|
183
|
+
.avatar.ag-fx-glow,
|
|
184
|
+
.avatar.ag-fx-flip,
|
|
185
|
+
.avatar.ag-fx-ripple,
|
|
186
|
+
.avatar.ag-fx-highlight-sweep,
|
|
187
|
+
.avatar.ag-fx-press-pop,
|
|
188
|
+
.avatar.ag-fx-slide-in {
|
|
189
|
+
animation-duration: 0.01ms !important;
|
|
190
|
+
transition-duration: 0.01ms !important;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
`
|
|
194
|
+
];
|
|
195
|
+
let r = f;
|
|
196
|
+
o([
|
|
197
|
+
i({ type: String, reflect: !0 })
|
|
198
|
+
], r.prototype, "fx");
|
|
199
|
+
o([
|
|
200
|
+
i({ type: String, attribute: "fx-speed", reflect: !0 })
|
|
201
|
+
], r.prototype, "fxSpeed");
|
|
202
|
+
o([
|
|
203
|
+
i({ type: String, attribute: "fx-ease", reflect: !0 })
|
|
204
|
+
], r.prototype, "fxEase");
|
|
205
|
+
o([
|
|
206
|
+
i({ type: Boolean, attribute: "fx-disabled", reflect: !0 })
|
|
207
|
+
], r.prototype, "fxDisabled");
|
|
208
|
+
export {
|
|
209
|
+
r as AvatarFx
|
|
210
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AvatarFx, AvatarFxProps } from '../core/AvatarFx';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
export interface ReactAvatarFxProps extends AvatarFxProps {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
className?: string;
|
|
6
|
+
id?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const ReactAvatarFx: import('@lit/react').ReactWebComponent<AvatarFx, {}>;
|
|
9
|
+
export type { AvatarFxProps } from '../core/AvatarFx';
|
|
10
|
+
export type { FxProps } from '../../../types/fx';
|
|
11
|
+
//# sourceMappingURL=ReactAvatarFx.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReactAvatarFx.d.ts","sourceRoot":"","sources":["../../../../src/components/AvatarFx/react/ReactAvatarFx.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEhE,MAAM,WAAW,kBAAmB,SAAQ,aAAa;IACvD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,aAAa,sDAKxB,CAAC;AAEH,YAAY,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACtD,YAAY,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as a from "react";
|
|
2
|
+
import { o as t } from "../../../create-component-BPMDMe-q.js";
|
|
3
|
+
import "../core/AvatarFx.js";
|
|
4
|
+
import { AvatarFx as r } from "../core/_AvatarFx.js";
|
|
5
|
+
const p = t({
|
|
6
|
+
tagName: "ag-avatar-fx",
|
|
7
|
+
elementClass: r,
|
|
8
|
+
react: a,
|
|
9
|
+
events: {}
|
|
10
|
+
});
|
|
11
|
+
export {
|
|
12
|
+
p as ReactAvatarFx
|
|
13
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { AvatarSize, AvatarShape, AvatarVariant } from '../../Avatar/core/Avatar';
|
|
2
|
+
|
|
3
|
+
interface VueAvatarFxProps {
|
|
4
|
+
text?: string;
|
|
5
|
+
imgSrc?: string;
|
|
6
|
+
imgAlt?: string;
|
|
7
|
+
size?: AvatarSize;
|
|
8
|
+
shape?: AvatarShape;
|
|
9
|
+
variant?: AvatarVariant;
|
|
10
|
+
ariaLabel?: string;
|
|
11
|
+
fx?: string;
|
|
12
|
+
fxSpeed?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
13
|
+
fxEase?: 'ease' | 'ease-in' | 'ease-out' | 'ease-in-out' | 'bounce' | 'spring-sm' | 'spring-md' | 'spring-lg';
|
|
14
|
+
fxDisabled?: boolean;
|
|
15
|
+
}
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
default?(_: {}): any;
|
|
18
|
+
};
|
|
19
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<VueAvatarFxProps>, {
|
|
20
|
+
text: string;
|
|
21
|
+
imgSrc: string;
|
|
22
|
+
imgAlt: string;
|
|
23
|
+
size: string;
|
|
24
|
+
shape: string;
|
|
25
|
+
variant: string;
|
|
26
|
+
ariaLabel: string;
|
|
27
|
+
fxSpeed: string;
|
|
28
|
+
fxEase: string;
|
|
29
|
+
fxDisabled: boolean;
|
|
30
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<VueAvatarFxProps>, {
|
|
31
|
+
text: string;
|
|
32
|
+
imgSrc: string;
|
|
33
|
+
imgAlt: string;
|
|
34
|
+
size: string;
|
|
35
|
+
shape: string;
|
|
36
|
+
variant: string;
|
|
37
|
+
ariaLabel: string;
|
|
38
|
+
fxSpeed: string;
|
|
39
|
+
fxEase: string;
|
|
40
|
+
fxDisabled: boolean;
|
|
41
|
+
}>>> & Readonly<{}>, {
|
|
42
|
+
ariaLabel: string;
|
|
43
|
+
text: string;
|
|
44
|
+
fxSpeed: "xs" | "sm" | "md" | "lg" | "xl";
|
|
45
|
+
fxEase: "ease" | "ease-in" | "ease-out" | "ease-in-out" | "bounce" | "spring-sm" | "spring-md" | "spring-lg";
|
|
46
|
+
fxDisabled: boolean;
|
|
47
|
+
size: AvatarSize;
|
|
48
|
+
variant: AvatarVariant;
|
|
49
|
+
shape: AvatarShape;
|
|
50
|
+
imgSrc: string;
|
|
51
|
+
imgAlt: string;
|
|
52
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
53
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
54
|
+
export default _default;
|
|
55
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
56
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
57
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
58
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
59
|
+
} : {
|
|
60
|
+
type: import('vue').PropType<T[K]>;
|
|
61
|
+
required: true;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
type __VLS_WithDefaults<P, D> = {
|
|
65
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
66
|
+
default: D[K];
|
|
67
|
+
}> : P[K];
|
|
68
|
+
};
|
|
69
|
+
type __VLS_Prettify<T> = {
|
|
70
|
+
[K in keyof T]: T[K];
|
|
71
|
+
} & {};
|
|
72
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
73
|
+
new (): {
|
|
74
|
+
$slots: S;
|
|
75
|
+
};
|
|
76
|
+
};
|
|
77
|
+
//# sourceMappingURL=VueAvatarFx.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VueAvatarFx.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/AvatarFx/vue/VueAvatarFx.vue"],"names":[],"mappings":"AAmBA;AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEvF,OAAO,kBAAkB,CAAC;AAI1B,UAAU,gBAAgB;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC3C,MAAM,CAAC,EACH,MAAM,GACN,SAAS,GACT,UAAU,GACV,aAAa,GACb,QAAQ,GACR,WAAW,GACX,WAAW,GACX,WAAW,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAgCD,iBAAS,cAAc;qBA2CM,GAAG;EAK/B;AASD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;eAtGP,MAAM;UANX,MAAM;aAQH,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;YAEtC,MAAM,GACN,SAAS,GACT,UAAU,GACV,aAAa,GACb,QAAQ,GACR,WAAW,GACX,WAAW,GACX,WAAW;gBACF,OAAO;UAfb,UAAU;aAEP,aAAa;WADf,WAAW;YAHV,MAAM;YACN,MAAM;4EAgHf,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { default as VueAvatarFx } from './VueAvatarFx.vue';
|
|
2
|
+
import { AvatarSize, AvatarShape, AvatarVariant } from '../../Avatar/core/Avatar';
|
|
3
|
+
|
|
4
|
+
export { VueAvatarFx };
|
|
5
|
+
/** Props for VueAvatarFx */
|
|
6
|
+
export interface VueAvatarFxProps {
|
|
7
|
+
text?: string;
|
|
8
|
+
imgSrc?: string;
|
|
9
|
+
imgAlt?: string;
|
|
10
|
+
size?: AvatarSize;
|
|
11
|
+
shape?: AvatarShape;
|
|
12
|
+
variant?: AvatarVariant;
|
|
13
|
+
ariaLabel?: string;
|
|
14
|
+
fx?: string;
|
|
15
|
+
fxSpeed?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
16
|
+
fxEase?: 'ease' | 'ease-in' | 'ease-out' | 'ease-in-out' | 'bounce' | 'spring-sm' | 'spring-md' | 'spring-lg';
|
|
17
|
+
fxDisabled?: boolean;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/AvatarFx/vue/index.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,EAAE,UAAU,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEvF,OAAO,EAAE,WAAW,EAAE,CAAC;AAEvB,4BAA4B;AAC5B,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC3C,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,UAAU,GAAG,aAAa,GAAG,QAAQ,GAAG,WAAW,GAAG,WAAW,GAAG,WAAW,CAAC;IAC9G,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/core/_Badge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAa,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"_Badge.d.ts","sourceRoot":"","sources":["../../../../src/components/Badge/core/_Badge.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAa,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAGjE,OAAO,6CAA6C,CAAC;AAErD,MAAM,WAAW,UAAU;IACzB,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,YAAY,CAAC;IACvG,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAC;IACtC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,qBAAa,OAAQ,SAAQ,UAAW,YAAW,UAAU;IAC3D,MAAM,CAAC,MAAM,EAAE,cAAc,CAiH3B;IAGM,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,YAAY,CAAC;IAGtG,IAAI,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAGzB,GAAG,EAAE,OAAO,CAAC;IAGb,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrB,GAAG,EAAE,MAAM,CAAC;IAGZ,WAAW,EAAE,OAAO,CAAC;IAGrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAG3B,IAAI,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAC;IAIrC,YAAY,EAAE,OAAO,CAAC;;IAe9B,OAAO,KAAK,aAAa,GAQxB;IAED,OAAO,CAAC,YAAY;IAMpB,OAAO,CAAC,cAAc;IAMtB,iBAAiB;IAOjB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC;IAQjE,OAAO,CAAC,gBAAgB;IAexB,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,iBAAiB;IAiBzB,UAAU,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC;IAMpE,MAAM;CAkBP"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { LitElement as c, css as v, html as u } from "lit";
|
|
2
2
|
import { n as a } from "../../../property-CemaeiRl.js";
|
|
3
3
|
import { o as n } from "../../../if-defined-C8i28hSj.js";
|
|
4
|
+
import "../../VisuallyHidden/core/VisuallyHidden.js";
|
|
4
5
|
var p = Object.defineProperty, i = (l, t, r, h) => {
|
|
5
6
|
for (var s = void 0, o = l.length - 1, g; o >= 0; o--)
|
|
6
7
|
(g = l[o]) && (s = g(t, r, s) || s);
|
|
@@ -39,7 +40,7 @@ const d = class d extends c {
|
|
|
39
40
|
}
|
|
40
41
|
_updateLiveRegion() {
|
|
41
42
|
let t = document.getElementById("ag-badge-live");
|
|
42
|
-
t || (t = document.createElement("
|
|
43
|
+
t || (t = document.createElement("ag-visually-hidden"), t.id = "ag-badge-live", t.setAttribute("aria-live", this.live), t.setAttribute("aria-atomic", "true"), document.body.appendChild(t)), t.setAttribute("aria-live", this.live), this.value !== null && this.value !== void 0 ? t.textContent = this.statusLabel ? this.statusLabel : `${this._displayValue} items` : t.textContent = this.statusLabel || "";
|
|
43
44
|
}
|
|
44
45
|
willUpdate(t) {
|
|
45
46
|
(t.has("dot") || t.has("statusLabel")) && (this.hiddenFromAT = this.dot && !this.statusLabel || this.hiddenFromAT);
|
|
@@ -155,7 +156,7 @@ d.styles = v`
|
|
|
155
156
|
filter: brightness(1.1);
|
|
156
157
|
}
|
|
157
158
|
:host([interactive]) .badge:focus-visible {
|
|
158
|
-
outline: var(--ag-focus-width) solid var(--ag-focus);
|
|
159
|
+
outline: var(--ag-focus-width) solid rgba(var(--ag-focus), 0.5);
|
|
159
160
|
outline-offset: var(--ag-focus-offset);
|
|
160
161
|
}
|
|
161
162
|
:host([single-char]) .badge {
|
|
@@ -46,6 +46,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
46
46
|
fxDisabled: boolean;
|
|
47
47
|
}>>> & Readonly<{}>, {
|
|
48
48
|
max: number;
|
|
49
|
+
fxSpeed: "xs" | "sm" | "md" | "lg" | "xl";
|
|
50
|
+
fxEase: "ease" | "ease-in" | "ease-out" | "ease-in-out" | "bounce" | "spring-sm" | "spring-md" | "spring-lg";
|
|
51
|
+
fxDisabled: boolean;
|
|
49
52
|
size: "xs" | "sm" | "md";
|
|
50
53
|
variant: "default" | "success" | "warning" | "danger" | "monochrome" | "primary" | "info" | "neutral";
|
|
51
54
|
value: number | null;
|
|
@@ -54,9 +57,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
54
57
|
statusLabel: string | null;
|
|
55
58
|
live: "off" | "polite" | "assertive";
|
|
56
59
|
hiddenFromAT: boolean;
|
|
57
|
-
fxSpeed: "xs" | "sm" | "md" | "lg" | "xl";
|
|
58
|
-
fxEase: "ease" | "ease-in" | "ease-out" | "ease-in-out" | "bounce" | "spring-sm" | "spring-md" | "spring-lg";
|
|
59
|
-
fxDisabled: boolean;
|
|
60
60
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
61
61
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
62
62
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VueBadgeFx.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/BadgeFx/vue/VueBadgeFx.vue"],"names":[],"mappings":"AAqBA;AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtE,OAAO,iBAAiB,CAAC;AAKzB,UAAU,eAAe;IACvB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAC;IACtC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC3C,MAAM,CAAC,EACH,MAAM,GACN,SAAS,GACT,UAAU,GACV,aAAa,GACb,QAAQ,GACR,WAAW,GACX,WAAW,GACX,WAAW,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAqCD,iBAAS,cAAc;qBA2CM,GAAG;EAK/B;AASD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;SA/Gb,MAAM
|
|
1
|
+
{"version":3,"file":"VueBadgeFx.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/BadgeFx/vue/VueBadgeFx.vue"],"names":[],"mappings":"AAqBA;AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtE,OAAO,iBAAiB,CAAC;AAKzB,UAAU,eAAe;IACvB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,WAAW,CAAC;IACtC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC3C,MAAM,CAAC,EACH,MAAM,GACN,SAAS,GACT,UAAU,GACV,aAAa,GACb,QAAQ,GACR,WAAW,GACX,WAAW,GACX,WAAW,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAqCD,iBAAS,cAAc;qBA2CM,GAAG;EAK/B;AASD,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;SA/Gb,MAAM;aAMF,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;YAEtC,MAAM,GACN,SAAS,GACT,UAAU,GACV,aAAa,GACb,QAAQ,GACR,WAAW,GACX,WAAW,GACX,WAAW;gBACF,OAAO;;;WAjBZ,MAAM,GAAG,IAAI;SADf,OAAO;iBAGC,OAAO;iBACP,MAAM,GAAG,IAAI;UACpB,KAAK,GAAG,QAAQ,GAAG,WAAW;kBACtB,OAAO;4EAiHtB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Breadcrumb/vue/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Breadcrumb/vue/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAG1D,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,IAAI,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { _ as
|
|
1
|
+
import { _ as a } from "../../../VueBreadcrumb.vue_vue_type_script_setup_true_lang-Dp6vVm0c.js";
|
|
2
2
|
export {
|
|
3
|
-
|
|
4
|
-
u as default
|
|
3
|
+
a as VueBreadcrumb
|
|
5
4
|
};
|
|
@@ -12,6 +12,7 @@ export interface ButtonProps {
|
|
|
12
12
|
ghost?: boolean;
|
|
13
13
|
link?: boolean;
|
|
14
14
|
grouped?: boolean;
|
|
15
|
+
fullWidth?: boolean;
|
|
15
16
|
type?: 'button' | 'submit' | 'reset';
|
|
16
17
|
disabled?: boolean;
|
|
17
18
|
loading?: boolean;
|
|
@@ -37,6 +38,14 @@ export interface ButtonProps {
|
|
|
37
38
|
* - APG-compliant accessibility
|
|
38
39
|
*/
|
|
39
40
|
export declare class AgButton extends LitElement implements ButtonProps {
|
|
41
|
+
static shadowRootOptions: {
|
|
42
|
+
delegatesFocus: boolean;
|
|
43
|
+
clonable?: boolean;
|
|
44
|
+
customElementRegistry?: CustomElementRegistry;
|
|
45
|
+
mode: ShadowRootMode;
|
|
46
|
+
serializable?: boolean;
|
|
47
|
+
slotAssignment?: SlotAssignmentMode;
|
|
48
|
+
};
|
|
40
49
|
static styles: CSSResultGroup;
|
|
41
50
|
/**
|
|
42
51
|
* Visual variant for styling hooks
|
|
@@ -66,6 +75,10 @@ export declare class AgButton extends LitElement implements ButtonProps {
|
|
|
66
75
|
* Grouped style - for buttons in a group, removes inner radius
|
|
67
76
|
*/
|
|
68
77
|
grouped: boolean;
|
|
78
|
+
/**
|
|
79
|
+
* Full-width style - button takes 100% width of container
|
|
80
|
+
*/
|
|
81
|
+
fullWidth: boolean;
|
|
69
82
|
/**
|
|
70
83
|
* Button type - determines behavior in forms
|
|
71
84
|
*/
|
|
@@ -98,14 +111,6 @@ export declare class AgButton extends LitElement implements ButtonProps {
|
|
|
98
111
|
private _handleClick;
|
|
99
112
|
private _handleFocus;
|
|
100
113
|
private _handleBlur;
|
|
101
|
-
/**
|
|
102
|
-
* Focus the internal button element
|
|
103
|
-
*/
|
|
104
|
-
focus(): void;
|
|
105
|
-
/**
|
|
106
|
-
* Blur the internal button element
|
|
107
|
-
*/
|
|
108
|
-
blur(): void;
|
|
109
114
|
render(): import('lit').TemplateResult<1>;
|
|
110
115
|
}
|
|
111
116
|
//# sourceMappingURL=_Button.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_Button.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/core/_Button.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH,OAAO,EAAE,UAAU,EAAa,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAKjE,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;CAClB;AACD,MAAM,MAAM,iBAAiB,GAAG,WAAW,CAAC,uBAAuB,CAAC,CAAC;AAGrE,MAAM,WAAW,WAAW;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,EAAE,CAAC;IACzF,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1C,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,gBAAgB,GAAG,EAAE,CAAC;IAC5E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAC/C;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,QAAS,SAAQ,UAAW,YAAW,WAAW;IAC7D,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"_Button.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/core/_Button.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AAEH,OAAO,EAAE,UAAU,EAAa,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAKjE,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;CAClB;AACD,MAAM,MAAM,iBAAiB,GAAG,WAAW,CAAC,uBAAuB,CAAC,CAAC;AAGrE,MAAM,WAAW,WAAW;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,EAAE,CAAC;IACzF,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1C,KAAK,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,gBAAgB,GAAG,EAAE,CAAC;IAC5E,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACrC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;CAC/C;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,QAAS,SAAQ,UAAW,YAAW,WAAW;IAC7D,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IAEF,MAAM,CAAC,MAAM,EAkYR,cAAc,CAAC;IAEpB;;OAEG;IAEK,OAAO,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,YAAY,GAAG,EAAE,CAAC;IAEhG;;OAEG;IAEK,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAEjD;;OAEG;IAEK,KAAK,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,gBAAgB,GAAG,EAAE,CAAC;IAEnF;;OAEG;IAEK,QAAQ,EAAE,OAAO,CAAC;IAE1B;;OAEG;IAEK,KAAK,EAAE,OAAO,CAAC;IAEvB;;OAEG;IAEK,IAAI,EAAE,OAAO,CAAC;IAEtB;;OAEG;IAEK,OAAO,EAAE,OAAO,CAAC;IAEzB;;OAEG;IAEK,SAAS,EAAE,OAAO,CAAC;IAE3B;;OAEG;IAEK,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IAE5C;;OAEG;IAEK,QAAQ,EAAE,OAAO,CAAC;IAE1B;;OAEG;IAEK,OAAO,EAAE,OAAO,CAAC;IAEzB;;OAEG;IAEK,MAAM,EAAE,OAAO,CAAC;IAExB;;OAEG;IAEK,OAAO,EAAE,OAAO,CAAC;IAEzB;;OAEG;IAEK,SAAS,EAAE,MAAM,CAAC;IAGlB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IAGtC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IAGtC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IAGrC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC;;IAoBtD,OAAO,CAAC,YAAY;IAoCpB,OAAO,CAAC,YAAY;IAcpB,OAAO,CAAC,WAAW;IAcnB,MAAM;CAoBP"}
|