@dxtmisha/wiki 0.39.5 → 0.39.6
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/WikiStorybookDescriptions-IKMchHA-.js +26959 -0
- package/dist/classes/WikiStorybook.d.ts +161 -0
- package/dist/classes/WikiStorybookDescriptions.d.ts +29 -0
- package/dist/classes/WikiStorybookItem.d.ts +122 -0
- package/dist/classes/WikiStorybookProp.d.ts +76 -0
- package/{src/documentation/storybook/StorybookDescriptions.tsx → dist/documentation/storybook/StorybookDescriptions.d.ts} +5 -18
- package/dist/documentation/storybook/StorybookMain.d.ts +6 -0
- package/dist/library.d.ts +6 -0
- package/dist/library.js +322 -0
- package/dist/media/descriptions/wikiDescriptions.d.ts +2 -0
- package/dist/media/descriptions/wikiDescriptionsAccordion.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsActionSheet.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsActions.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsAnchor.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsArrow.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsBadge.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsBars.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsBlock.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsButton.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsCell.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsCheckbox.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsChip.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsChipGroup.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsDialog.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsDummy.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsField.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsFieldCounter.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsFieldLabel.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsFieldMessage.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsGrid.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsGridItem.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsGroup.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsHorizontalScroll.d.ts +2 -0
- package/dist/media/descriptions/wikiDescriptionsIcon.d.ts +2 -0
- package/dist/media/descriptions/wikiDescriptionsImage.d.ts +2 -0
- package/dist/media/descriptions/wikiDescriptionsInput.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsList.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsListGroup.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsListItem.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsListMenu.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsMask.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsMenu.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsModal.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsMotionAxis.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsMotionTransform.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsPage.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsProgress.d.ts +2 -0
- package/dist/media/descriptions/wikiDescriptionsRipple.d.ts +2 -0
- package/dist/media/descriptions/wikiDescriptionsScrollbar.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsSection.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsSelect.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsSelectValue.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsSkeleton.d.ts +2 -0
- package/dist/media/descriptions/wikiDescriptionsSnackbar.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsSnackbarItem.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsTabItem.d.ts +2 -0
- package/dist/media/descriptions/wikiDescriptionsTabs.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsTabsNavigation.d.ts +2 -0
- package/dist/media/descriptions/wikiDescriptionsTextarea.d.ts +2 -0
- package/dist/media/descriptions/wikiDescriptionsTextareaAutosize.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsTooltip.d.ts +7 -0
- package/dist/media/descriptions/wikiDescriptionsWindow.d.ts +7 -0
- package/dist/media/mdx/Accordion/wikiMdxAccordion.d.ts +7 -0
- package/dist/media/mdx/ActionSheet/wikiMdxActionSheet.d.ts +7 -0
- package/dist/media/mdx/Actions/wikiMdxActions.d.ts +7 -0
- package/dist/media/mdx/Anchor/wikiMdxAnchor.d.ts +7 -0
- package/dist/media/mdx/Arrow/wikiMdxArrow.d.ts +7 -0
- package/dist/media/mdx/Badge/wikiMdxBadge.d.ts +7 -0
- package/dist/media/mdx/Bars/wikiMdxBars.d.ts +7 -0
- package/dist/media/mdx/Block/wikiMdxBlock.d.ts +7 -0
- package/dist/media/mdx/Button/wikiMdxButton.d.ts +7 -0
- package/dist/media/mdx/Cell/wikiMdxCell.d.ts +7 -0
- package/dist/media/mdx/Checkbox/wikiMdxCheckbox.d.ts +7 -0
- package/dist/media/mdx/Chip/wikiMdxChip.d.ts +7 -0
- package/dist/media/mdx/ChipGroup/wikiMdxChipGroup.d.ts +7 -0
- package/dist/media/mdx/Dialog/wikiMdxDialog.d.ts +7 -0
- package/dist/media/mdx/Dummy/wikiMdxDummy.d.ts +7 -0
- package/dist/media/mdx/Field/wikiMdxField.d.ts +7 -0
- package/dist/media/mdx/FieldCounter/wikiMdxFieldCounter.d.ts +7 -0
- package/dist/media/mdx/FieldLabel/wikiMdxFieldLabel.d.ts +7 -0
- package/dist/media/mdx/FieldMessage/wikiMdxFieldMessage.d.ts +7 -0
- package/dist/media/mdx/Grid/wikiMdxGrid.d.ts +7 -0
- package/dist/media/mdx/GridItem/wikiMdxGridItem.d.ts +7 -0
- package/dist/media/mdx/Group/wikiMdxGroup.d.ts +7 -0
- package/dist/media/mdx/HorizontalScroll/wikiMdxHorizontalScroll.d.ts +7 -0
- package/dist/media/mdx/Icon/wikiMdxIcon.d.ts +2 -0
- package/dist/media/mdx/Image/wikiMdxImage.d.ts +2 -0
- package/dist/media/mdx/Input/wikiMdxInput.d.ts +7 -0
- package/dist/media/mdx/List/wikiMdxList.d.ts +7 -0
- package/dist/media/mdx/ListGroup/wikiMdxListGroup.d.ts +7 -0
- package/dist/media/mdx/ListItem/wikiMdxListItem.d.ts +7 -0
- package/dist/media/mdx/ListMenu/wikiMdxListMenu.d.ts +7 -0
- package/dist/media/mdx/Mask/wikiMdxMask.d.ts +7 -0
- package/dist/media/mdx/Menu/wikiMdxMenu.d.ts +3 -0
- package/dist/media/mdx/Modal/wikiMdxModal.d.ts +7 -0
- package/dist/media/mdx/MotionAxis/wikiMdxMotionAxis.d.ts +7 -0
- package/dist/media/mdx/MotionTransform/wikiMdxMotionTransform.d.ts +7 -0
- package/dist/media/mdx/Page/wikiMdxPage.d.ts +7 -0
- package/dist/media/mdx/Progress/wikiMdxProgress.d.ts +2 -0
- package/dist/media/mdx/Ripple/wikiMdxRipple.d.ts +2 -0
- package/dist/media/mdx/Scrollbar/wikiMdxScrollbar.d.ts +7 -0
- package/dist/media/mdx/Section/wikiMdxSection.d.ts +7 -0
- package/dist/media/mdx/Select/wikiMdxSelect.d.ts +7 -0
- package/dist/media/mdx/SelectValue/wikiMdxSelectValue.d.ts +7 -0
- package/dist/media/mdx/Skeleton/wikiMdxSkeleton.d.ts +2 -0
- package/dist/media/mdx/Snackbar/wikiMdxSnackbar.d.ts +7 -0
- package/dist/media/mdx/SnackbarItem/wikiMdxSnackbarItem.d.ts +7 -0
- package/dist/media/mdx/TabItem/wikiMdxTabItem.d.ts +7 -0
- package/dist/media/mdx/Tabs/wikiMdxTabs.d.ts +7 -0
- package/dist/media/mdx/TabsNavigation/wikiMdxTabsNavigation.d.ts +7 -0
- package/dist/media/mdx/Textarea/wikiMdxTextarea.d.ts +7 -0
- package/dist/media/mdx/TextareaAutosize/wikiMdxTextareaAutosize.d.ts +7 -0
- package/dist/media/mdx/Tooltip/wikiMdxTooltip.d.ts +7 -0
- package/dist/media/mdx/Window/wikiMdxWindow.d.ts +7 -0
- package/dist/media/mdx/event/wikiMdxEvent.d.ts +2 -0
- package/dist/media/mdx/expose/wikiMdxExpose.d.ts +2 -0
- package/dist/media/mdx/slot/wikiMdxSlot.d.ts +2 -0
- package/dist/media/mdx/style/wikiMdxStyle.d.ts +2 -0
- package/dist/media/mdx/value/wikiMdxValue.d.ts +2 -0
- package/dist/media/mdx/wikiMdx.d.ts +2 -0
- package/dist/media/props/wiki.d.ts +2 -0
- package/dist/media/props/wikiActions.d.ts +7 -0
- package/dist/media/props/wikiActionsInclude.d.ts +7 -0
- package/dist/media/props/wikiAnchor.d.ts +7 -0
- package/dist/media/props/wikiAria.d.ts +7 -0
- package/dist/media/props/wikiArrow.d.ts +7 -0
- package/dist/media/props/wikiArrowInclude.d.ts +7 -0
- package/dist/media/props/wikiAttributes.d.ts +7 -0
- package/dist/media/props/wikiBadge.d.ts +7 -0
- package/dist/media/props/wikiBars.d.ts +7 -0
- package/dist/media/props/wikiBarsInclude.d.ts +7 -0
- package/dist/media/props/wikiButton.d.ts +7 -0
- package/dist/media/props/wikiCheckbox.d.ts +7 -0
- package/dist/media/props/wikiChip.d.ts +7 -0
- package/dist/media/props/wikiChipGroup.d.ts +7 -0
- package/dist/media/props/wikiDialog.d.ts +7 -0
- package/dist/media/props/wikiField.d.ts +7 -0
- package/dist/media/props/wikiFieldCounterInclude.d.ts +7 -0
- package/dist/media/props/wikiForm.d.ts +2 -0
- package/dist/media/props/wikiGridItem.d.ts +7 -0
- package/dist/media/props/wikiHook.d.ts +7 -0
- package/dist/media/props/wikiIcon.d.ts +2 -0
- package/dist/media/props/wikiIconInclude.d.ts +2 -0
- package/dist/media/props/wikiImage.d.ts +7 -0
- package/dist/media/props/wikiInformation.d.ts +2 -0
- package/dist/media/props/wikiInput.d.ts +7 -0
- package/dist/media/props/wikiList.d.ts +7 -0
- package/dist/media/props/wikiListItem.d.ts +7 -0
- package/dist/media/props/wikiMask.d.ts +7 -0
- package/dist/media/props/wikiMaskInclude.d.ts +7 -0
- package/dist/media/props/wikiMenu.d.ts +7 -0
- package/dist/media/props/wikiMotionAxis.d.ts +7 -0
- package/dist/media/props/wikiMotionTransform.d.ts +7 -0
- package/dist/media/props/wikiOption.d.ts +7 -0
- package/dist/media/props/wikiProgress.d.ts +7 -0
- package/dist/media/props/wikiPropsTextarea.d.ts +7 -0
- package/dist/media/props/wikiScrollbar.d.ts +7 -0
- package/dist/media/props/wikiSelect.d.ts +7 -0
- package/dist/media/props/wikiSelectValue.d.ts +7 -0
- package/dist/media/props/wikiSnackbar.d.ts +7 -0
- package/dist/media/props/wikiSnackbarItem.d.ts +7 -0
- package/dist/media/props/wikiStatus.d.ts +7 -0
- package/dist/media/props/wikiStyle.d.ts +7 -0
- package/dist/media/props/wikiTabs.d.ts +7 -0
- package/dist/media/props/wikiTabsNavigation.d.ts +7 -0
- package/dist/media/props/wikiTechnical.d.ts +7 -0
- package/dist/media/props/wikiText.d.ts +7 -0
- package/dist/media/props/wikiTooltip.d.ts +7 -0
- package/dist/media/props/wikiValue.d.ts +7 -0
- package/dist/media/props/wikiWindow.d.ts +7 -0
- package/dist/media.d.ts +8 -0
- package/dist/media.js +5523 -0
- package/dist/storybook.d.ts +2 -0
- package/dist/storybook.js +13 -0
- package/dist/storybookTypes-RNr8gPGw.js +8 -0
- package/dist/types/storybookTypes.d.ts +244 -0
- package/dist/types/wikiTypes.d.ts +9 -0
- package/dist/wikiDescriptions-Cv4WzSNL.js +2782 -0
- package/package.json +21 -8
- package/src/library.ts +8 -10
- package/src/assets/demo/demo-pdf.pdf +0 -0
- package/src/assets/image/image-1.jpeg +0 -0
- package/src/assets/image/image-2.jpeg +0 -0
- package/src/assets/image/phone-1.png +0 -0
- package/src/assets/image/phone-2.png +0 -0
- package/src/assets/image/phone-3.png +0 -0
- package/src/classes/WikiStorybook.ts +0 -353
- package/src/classes/WikiStorybookDescriptions.ts +0 -77
- package/src/classes/WikiStorybookItem.ts +0 -400
- package/src/classes/WikiStorybookProp.ts +0 -118
- package/src/documentation/storybook/StorybookMain.tsx +0 -28
- package/src/library-lite.ts +0 -9
- package/src/media/descriptions/wikiDescriptions.ts +0 -109
- package/src/media/descriptions/wikiDescriptionsAccordion.ts +0 -177
- package/src/media/descriptions/wikiDescriptionsActionSheet.ts +0 -148
- package/src/media/descriptions/wikiDescriptionsActions.ts +0 -73
- package/src/media/descriptions/wikiDescriptionsAnchor.ts +0 -49
- package/src/media/descriptions/wikiDescriptionsArrow.ts +0 -193
- package/src/media/descriptions/wikiDescriptionsBadge.ts +0 -150
- package/src/media/descriptions/wikiDescriptionsBars.ts +0 -177
- package/src/media/descriptions/wikiDescriptionsBlock.ts +0 -115
- package/src/media/descriptions/wikiDescriptionsButton.ts +0 -200
- package/src/media/descriptions/wikiDescriptionsCell.ts +0 -121
- package/src/media/descriptions/wikiDescriptionsCheckbox.ts +0 -134
- package/src/media/descriptions/wikiDescriptionsChip.ts +0 -144
- package/src/media/descriptions/wikiDescriptionsChipGroup.ts +0 -113
- package/src/media/descriptions/wikiDescriptionsDialog.ts +0 -198
- package/src/media/descriptions/wikiDescriptionsDummy.ts +0 -42
- package/src/media/descriptions/wikiDescriptionsField.ts +0 -222
- package/src/media/descriptions/wikiDescriptionsFieldCounter.ts +0 -75
- package/src/media/descriptions/wikiDescriptionsFieldLabel.ts +0 -46
- package/src/media/descriptions/wikiDescriptionsFieldMessage.ts +0 -71
- package/src/media/descriptions/wikiDescriptionsGrid.ts +0 -68
- package/src/media/descriptions/wikiDescriptionsGridItem.ts +0 -55
- package/src/media/descriptions/wikiDescriptionsGroup.ts +0 -118
- package/src/media/descriptions/wikiDescriptionsHorizontalScroll.ts +0 -93
- package/src/media/descriptions/wikiDescriptionsIcon.ts +0 -134
- package/src/media/descriptions/wikiDescriptionsImage.ts +0 -197
- package/src/media/descriptions/wikiDescriptionsInput.ts +0 -264
- package/src/media/descriptions/wikiDescriptionsList.ts +0 -131
- package/src/media/descriptions/wikiDescriptionsListGroup.ts +0 -99
- package/src/media/descriptions/wikiDescriptionsListItem.ts +0 -167
- package/src/media/descriptions/wikiDescriptionsListMenu.ts +0 -97
- package/src/media/descriptions/wikiDescriptionsMask.ts +0 -239
- package/src/media/descriptions/wikiDescriptionsMenu.ts +0 -228
- package/src/media/descriptions/wikiDescriptionsModal.ts +0 -143
- package/src/media/descriptions/wikiDescriptionsMotionAxis.ts +0 -196
- package/src/media/descriptions/wikiDescriptionsMotionTransform.ts +0 -235
- package/src/media/descriptions/wikiDescriptionsPage.ts +0 -116
- package/src/media/descriptions/wikiDescriptionsProgress.ts +0 -220
- package/src/media/descriptions/wikiDescriptionsRipple.ts +0 -52
- package/src/media/descriptions/wikiDescriptionsScrollbar.ts +0 -111
- package/src/media/descriptions/wikiDescriptionsSection.ts +0 -116
- package/src/media/descriptions/wikiDescriptionsSelect.ts +0 -223
- package/src/media/descriptions/wikiDescriptionsSelectValue.ts +0 -85
- package/src/media/descriptions/wikiDescriptionsSkeleton.ts +0 -140
- package/src/media/descriptions/wikiDescriptionsSnackbar.ts +0 -86
- package/src/media/descriptions/wikiDescriptionsSnackbarItem.ts +0 -96
- package/src/media/descriptions/wikiDescriptionsTabItem.ts +0 -79
- package/src/media/descriptions/wikiDescriptionsTabs.ts +0 -115
- package/src/media/descriptions/wikiDescriptionsTabsNavigation.ts +0 -102
- package/src/media/descriptions/wikiDescriptionsTextarea.ts +0 -58
- package/src/media/descriptions/wikiDescriptionsTextareaAutosize.ts +0 -57
- package/src/media/descriptions/wikiDescriptionsTooltip.ts +0 -105
- package/src/media/descriptions/wikiDescriptionsWindow.ts +0 -241
- package/src/media/mdx/Accordion/accordion.en.mdx +0 -59
- package/src/media/mdx/Accordion/accordion.ru.mdx +0 -59
- package/src/media/mdx/Accordion/slots.en.mdx +0 -9
- package/src/media/mdx/Accordion/slots.ru.mdx +0 -9
- package/src/media/mdx/Accordion/wikiMdxAccordion.ts +0 -25
- package/src/media/mdx/ActionSheet/actionSheet.en.mdx +0 -61
- package/src/media/mdx/ActionSheet/actionSheet.ru.mdx +0 -61
- package/src/media/mdx/ActionSheet/touchClose.en.mdx +0 -21
- package/src/media/mdx/ActionSheet/touchClose.ru.mdx +0 -21
- package/src/media/mdx/ActionSheet/wikiMdxActionSheet.ts +0 -25
- package/src/media/mdx/Actions/actions.en.mdx +0 -48
- package/src/media/mdx/Actions/actions.ru.mdx +0 -48
- package/src/media/mdx/Actions/flexible.en.mdx +0 -19
- package/src/media/mdx/Actions/flexible.ru.mdx +0 -19
- package/src/media/mdx/Actions/list.en.mdx +0 -50
- package/src/media/mdx/Actions/list.ru.mdx +0 -50
- package/src/media/mdx/Actions/wikiMdxActions.ts +0 -31
- package/src/media/mdx/Anchor/anchor.en.mdx +0 -34
- package/src/media/mdx/Anchor/anchor.ru.mdx +0 -34
- package/src/media/mdx/Anchor/expose.go.en.mdx +0 -1
- package/src/media/mdx/Anchor/expose.go.ru.mdx +0 -1
- package/src/media/mdx/Anchor/hide.en.mdx +0 -28
- package/src/media/mdx/Anchor/hide.ru.mdx +0 -28
- package/src/media/mdx/Anchor/isCopy.en.mdx +0 -23
- package/src/media/mdx/Anchor/isCopy.ru.mdx +0 -23
- package/src/media/mdx/Anchor/scroll.en.mdx +0 -34
- package/src/media/mdx/Anchor/scroll.ru.mdx +0 -35
- package/src/media/mdx/Anchor/wikiMdxAnchor.ts +0 -43
- package/src/media/mdx/Arrow/arrow.en.mdx +0 -33
- package/src/media/mdx/Arrow/arrow.ru.mdx +0 -33
- package/src/media/mdx/Arrow/wikiMdxArrow.ts +0 -19
- package/src/media/mdx/Badge/badge.en.mdx +0 -89
- package/src/media/mdx/Badge/badge.ru.mdx +0 -89
- package/src/media/mdx/Badge/dot.en.mdx +0 -21
- package/src/media/mdx/Badge/dot.ru.mdx +0 -21
- package/src/media/mdx/Badge/outline.en.mdx +0 -16
- package/src/media/mdx/Badge/outline.ru.mdx +0 -16
- package/src/media/mdx/Badge/primary.en.mdx +0 -16
- package/src/media/mdx/Badge/primary.ru.mdx +0 -16
- package/src/media/mdx/Badge/secondary.en.mdx +0 -16
- package/src/media/mdx/Badge/secondary.ru.mdx +0 -16
- package/src/media/mdx/Badge/wikiMdxBadge.ts +0 -43
- package/src/media/mdx/Bars/action.en.mdx +0 -84
- package/src/media/mdx/Bars/action.ru.mdx +0 -84
- package/src/media/mdx/Bars/bars.en.mdx +0 -97
- package/src/media/mdx/Bars/bars.ru.mdx +0 -98
- package/src/media/mdx/Bars/slots.en.mdx +0 -2
- package/src/media/mdx/Bars/slots.ru.mdx +0 -2
- package/src/media/mdx/Bars/v-model.en.mdx +0 -28
- package/src/media/mdx/Bars/v-model.ru.mdx +0 -28
- package/src/media/mdx/Bars/wikiMdxBars.ts +0 -37
- package/src/media/mdx/Block/block.en.mdx +0 -42
- package/src/media/mdx/Block/block.ru.mdx +0 -42
- package/src/media/mdx/Block/differences.en.mdx +0 -47
- package/src/media/mdx/Block/differences.ru.mdx +0 -47
- package/src/media/mdx/Block/wikiMdxBlock.ts +0 -25
- package/src/media/mdx/Button/button.en.mdx +0 -29
- package/src/media/mdx/Button/button.ru.mdx +0 -29
- package/src/media/mdx/Button/outline.en.mdx +0 -16
- package/src/media/mdx/Button/outline.ru.mdx +0 -16
- package/src/media/mdx/Button/primary.en.mdx +0 -16
- package/src/media/mdx/Button/primary.ru.mdx +0 -16
- package/src/media/mdx/Button/secondary.en.mdx +0 -16
- package/src/media/mdx/Button/secondary.ru.mdx +0 -16
- package/src/media/mdx/Button/text.en.mdx +0 -16
- package/src/media/mdx/Button/text.ru.mdx +0 -16
- package/src/media/mdx/Button/wikiMdxButton.ts +0 -43
- package/src/media/mdx/Cell/cell.en.mdx +0 -57
- package/src/media/mdx/Cell/cell.ru.mdx +0 -57
- package/src/media/mdx/Cell/slots.en.mdx +0 -8
- package/src/media/mdx/Cell/slots.ru.mdx +0 -8
- package/src/media/mdx/Cell/wikiMdxCell.ts +0 -25
- package/src/media/mdx/Checkbox/checkbox.en.mdx +0 -22
- package/src/media/mdx/Checkbox/checkbox.ru.mdx +0 -22
- package/src/media/mdx/Checkbox/indeterminate.en.mdx +0 -61
- package/src/media/mdx/Checkbox/indeterminate.ru.mdx +0 -61
- package/src/media/mdx/Checkbox/value.en.mdx +0 -64
- package/src/media/mdx/Checkbox/value.ru.mdx +0 -64
- package/src/media/mdx/Checkbox/wikiMdxCheckbox.ts +0 -31
- package/src/media/mdx/Chip/assistive.en.mdx +0 -16
- package/src/media/mdx/Chip/assistive.ru.mdx +0 -16
- package/src/media/mdx/Chip/chip.en.mdx +0 -75
- package/src/media/mdx/Chip/chip.ru.mdx +0 -75
- package/src/media/mdx/Chip/input.en.mdx +0 -16
- package/src/media/mdx/Chip/input.ru.mdx +0 -16
- package/src/media/mdx/Chip/wikiMdxChip.ts +0 -31
- package/src/media/mdx/ChipGroup/chipGroup.en.mdx +0 -51
- package/src/media/mdx/ChipGroup/chipGroup.ru.mdx +0 -51
- package/src/media/mdx/ChipGroup/selected.en.mdx +0 -50
- package/src/media/mdx/ChipGroup/selected.ru.mdx +0 -50
- package/src/media/mdx/ChipGroup/wikiMdxChipGroup.ts +0 -25
- package/src/media/mdx/Dialog/buttons.en.mdx +0 -45
- package/src/media/mdx/Dialog/buttons.ru.mdx +0 -45
- package/src/media/mdx/Dialog/dialog.en.mdx +0 -66
- package/src/media/mdx/Dialog/dialog.ru.mdx +0 -65
- package/src/media/mdx/Dialog/events.en.mdx +0 -63
- package/src/media/mdx/Dialog/events.ru.mdx +0 -63
- package/src/media/mdx/Dialog/states.en.mdx +0 -58
- package/src/media/mdx/Dialog/states.ru.mdx +0 -57
- package/src/media/mdx/Dialog/wikiMdxDialog.ts +0 -37
- package/src/media/mdx/Dummy/dummy.en.mdx +0 -35
- package/src/media/mdx/Dummy/dummy.ru.mdx +0 -35
- package/src/media/mdx/Dummy/wikiMdxDummy.ts +0 -19
- package/src/media/mdx/Field/arrows.en.mdx +0 -91
- package/src/media/mdx/Field/arrows.ru.mdx +0 -91
- package/src/media/mdx/Field/cancel.en.mdx +0 -54
- package/src/media/mdx/Field/cancel.ru.mdx +0 -54
- package/src/media/mdx/Field/field.en.mdx +0 -52
- package/src/media/mdx/Field/field.ru.mdx +0 -52
- package/src/media/mdx/Field/slots.en.mdx +0 -10
- package/src/media/mdx/Field/slots.ru.mdx +0 -10
- package/src/media/mdx/Field/value.en.mdx +0 -49
- package/src/media/mdx/Field/value.ru.mdx +0 -49
- package/src/media/mdx/Field/width.en.mdx +0 -28
- package/src/media/mdx/Field/width.ru.mdx +0 -26
- package/src/media/mdx/Field/wikiMdxField.ts +0 -49
- package/src/media/mdx/FieldCounter/fieldCounter.en.mdx +0 -34
- package/src/media/mdx/FieldCounter/fieldCounter.ru.mdx +0 -34
- package/src/media/mdx/FieldCounter/templates.en.mdx +0 -39
- package/src/media/mdx/FieldCounter/templates.ru.mdx +0 -39
- package/src/media/mdx/FieldCounter/wikiMdxFieldCounter.ts +0 -25
- package/src/media/mdx/FieldLabel/fieldLabel.en.mdx +0 -39
- package/src/media/mdx/FieldLabel/fieldLabel.ru.mdx +0 -39
- package/src/media/mdx/FieldLabel/wikiMdxFieldLabel.ts +0 -19
- package/src/media/mdx/FieldMessage/fieldMessage.en.mdx +0 -38
- package/src/media/mdx/FieldMessage/fieldMessage.ru.mdx +0 -38
- package/src/media/mdx/FieldMessage/slots.en.mdx +0 -7
- package/src/media/mdx/FieldMessage/slots.ru.mdx +0 -7
- package/src/media/mdx/FieldMessage/wikiMdxFieldMessage.ts +0 -25
- package/src/media/mdx/Grid/grid.en.mdx +0 -21
- package/src/media/mdx/Grid/grid.ru.mdx +0 -23
- package/src/media/mdx/Grid/wikiMdxGrid.ts +0 -19
- package/src/media/mdx/GridItem/gridItem.en.mdx +0 -25
- package/src/media/mdx/GridItem/gridItem.ru.mdx +0 -27
- package/src/media/mdx/GridItem/wikiMdxGridItem.ts +0 -19
- package/src/media/mdx/Group/group.en.mdx +0 -40
- package/src/media/mdx/Group/group.ru.mdx +0 -40
- package/src/media/mdx/Group/wikiMdxGroup.ts +0 -19
- package/src/media/mdx/HorizontalScroll/expose.toSelected.en.mdx +0 -1
- package/src/media/mdx/HorizontalScroll/expose.toSelected.ru.mdx +0 -1
- package/src/media/mdx/HorizontalScroll/horizontalScroll.en.mdx +0 -62
- package/src/media/mdx/HorizontalScroll/horizontalScroll.ru.mdx +0 -62
- package/src/media/mdx/HorizontalScroll/selected.en.mdx +0 -33
- package/src/media/mdx/HorizontalScroll/selected.ru.mdx +0 -33
- package/src/media/mdx/HorizontalScroll/wikiMdxHorizontalScroll.ts +0 -31
- package/src/media/mdx/Icon/expose.isActive.en.mdx +0 -1
- package/src/media/mdx/Icon/expose.isActive.ru.mdx +0 -1
- package/src/media/mdx/Icon/icon.en.mdx +0 -77
- package/src/media/mdx/Icon/icon.ru.mdx +0 -42
- package/src/media/mdx/Icon/wikiMdxIcon.ts +0 -21
- package/src/media/mdx/Image/adaptive.en.mdx +0 -75
- package/src/media/mdx/Image/adaptive.ru.mdx +0 -75
- package/src/media/mdx/Image/event.load.en.mdx +0 -39
- package/src/media/mdx/Image/event.load.ru.mdx +0 -39
- package/src/media/mdx/Image/expose.en.mdx +0 -12
- package/src/media/mdx/Image/expose.ru.mdx +0 -12
- package/src/media/mdx/Image/flag.en.mdx +0 -23
- package/src/media/mdx/Image/flag.ru.mdx +0 -23
- package/src/media/mdx/Image/image.en.mdx +0 -51
- package/src/media/mdx/Image/image.ru.mdx +0 -51
- package/src/media/mdx/Image/img-tag.en.mdx +0 -105
- package/src/media/mdx/Image/img-tag.ru.mdx +0 -105
- package/src/media/mdx/Image/size.en.mdx +0 -32
- package/src/media/mdx/Image/size.ru.mdx +0 -32
- package/src/media/mdx/Image/value.en.mdx +0 -23
- package/src/media/mdx/Image/value.ru.mdx +0 -23
- package/src/media/mdx/Image/wikiMdxImage.ts +0 -58
- package/src/media/mdx/Input/currency.en.mdx +0 -38
- package/src/media/mdx/Input/currency.ru.mdx +0 -38
- package/src/media/mdx/Input/date.en.mdx +0 -53
- package/src/media/mdx/Input/date.ru.mdx +0 -53
- package/src/media/mdx/Input/input.en.mdx +0 -143
- package/src/media/mdx/Input/input.ru.mdx +0 -71
- package/src/media/mdx/Input/mask.en.mdx +0 -30
- package/src/media/mdx/Input/mask.ru.mdx +0 -30
- package/src/media/mdx/Input/number.en.mdx +0 -41
- package/src/media/mdx/Input/number.ru.mdx +0 -41
- package/src/media/mdx/Input/type.en.mdx +0 -26
- package/src/media/mdx/Input/type.ru.mdx +0 -26
- package/src/media/mdx/Input/wikiMdxInput.ts +0 -49
- package/src/media/mdx/List/event.close.en.mdx +0 -8
- package/src/media/mdx/List/event.close.ru.mdx +0 -8
- package/src/media/mdx/List/list.en.mdx +0 -64
- package/src/media/mdx/List/list.ru.mdx +0 -64
- package/src/media/mdx/List/lite.en.mdx +0 -24
- package/src/media/mdx/List/lite.ru.mdx +0 -24
- package/src/media/mdx/List/slot.html.en.mdx +0 -1
- package/src/media/mdx/List/slot.html.ru.mdx +0 -1
- package/src/media/mdx/List/wikiMdxList.ts +0 -37
- package/src/media/mdx/ListGroup/listGroup.en.mdx +0 -56
- package/src/media/mdx/ListGroup/listGroup.ru.mdx +0 -56
- package/src/media/mdx/ListGroup/slots.en.mdx +0 -2
- package/src/media/mdx/ListGroup/slots.ru.mdx +0 -2
- package/src/media/mdx/ListGroup/wikiMdxListGroup.ts +0 -25
- package/src/media/mdx/ListItem/basic.en.mdx +0 -55
- package/src/media/mdx/ListItem/basic.ru.mdx +0 -55
- package/src/media/mdx/ListItem/fill.en.mdx +0 -24
- package/src/media/mdx/ListItem/fill.ru.mdx +0 -24
- package/src/media/mdx/ListItem/slots.en.mdx +0 -2
- package/src/media/mdx/ListItem/slots.ru.mdx +0 -2
- package/src/media/mdx/ListItem/wikiMdxListItem.ts +0 -31
- package/src/media/mdx/ListMenu/listMenu.en.mdx +0 -63
- package/src/media/mdx/ListMenu/listMenu.ru.mdx +0 -63
- package/src/media/mdx/ListMenu/wikiMdxListMenu.ts +0 -19
- package/src/media/mdx/Mask/basic.en.mdx +0 -76
- package/src/media/mdx/Mask/basic.ru.mdx +0 -76
- package/src/media/mdx/Mask/dateTypes.en.mdx +0 -38
- package/src/media/mdx/Mask/dateTypes.ru.mdx +0 -38
- package/src/media/mdx/Mask/expose.en.mdx +0 -3
- package/src/media/mdx/Mask/expose.ru.mdx +0 -3
- package/src/media/mdx/Mask/groupSave.en.mdx +0 -26
- package/src/media/mdx/Mask/groupSave.ru.mdx +0 -26
- package/src/media/mdx/Mask/mask.en.mdx +0 -21
- package/src/media/mdx/Mask/mask.ru.mdx +0 -21
- package/src/media/mdx/Mask/match.en.mdx +0 -28
- package/src/media/mdx/Mask/match.ru.mdx +0 -28
- package/src/media/mdx/Mask/numberTypes.en.mdx +0 -38
- package/src/media/mdx/Mask/numberTypes.ru.mdx +0 -38
- package/src/media/mdx/Mask/pattern.en.mdx +0 -66
- package/src/media/mdx/Mask/pattern.ru.mdx +0 -66
- package/src/media/mdx/Mask/special.en.mdx +0 -106
- package/src/media/mdx/Mask/special.ru.mdx +0 -106
- package/src/media/mdx/Mask/type.en.mdx +0 -22
- package/src/media/mdx/Mask/type.ru.mdx +0 -22
- package/src/media/mdx/Mask/visible.en.mdx +0 -40
- package/src/media/mdx/Mask/visible.ru.mdx +0 -40
- package/src/media/mdx/Mask/wikiMdxMask.ts +0 -79
- package/src/media/mdx/Menu/ajax.en.mdx +0 -49
- package/src/media/mdx/Menu/ajax.ru.mdx +0 -49
- package/src/media/mdx/Menu/event.updateValue.en.mdx +0 -29
- package/src/media/mdx/Menu/event.updateValue.ru.mdx +0 -30
- package/src/media/mdx/Menu/expose.navigation.en.mdx +0 -2
- package/src/media/mdx/Menu/expose.navigation.ru.mdx +0 -2
- package/src/media/mdx/Menu/menu.en.mdx +0 -64
- package/src/media/mdx/Menu/menu.ru.mdx +0 -64
- package/src/media/mdx/Menu/navigation.en.mdx +0 -56
- package/src/media/mdx/Menu/navigation.ru.mdx +0 -56
- package/src/media/mdx/Menu/slots.control.en.mdx +0 -1
- package/src/media/mdx/Menu/slots.control.ru.mdx +0 -1
- package/src/media/mdx/Menu/slots.en.mdx +0 -14
- package/src/media/mdx/Menu/slots.ru.mdx +0 -14
- package/src/media/mdx/Menu/wikiMdxMenu.ts +0 -51
- package/src/media/mdx/Modal/differences.en.mdx +0 -130
- package/src/media/mdx/Modal/differences.ru.mdx +0 -65
- package/src/media/mdx/Modal/modal.en.mdx +0 -63
- package/src/media/mdx/Modal/modal.ru.mdx +0 -63
- package/src/media/mdx/Modal/wikiMdxModal.ts +0 -25
- package/src/media/mdx/MotionAxis/classes.en.mdx +0 -18
- package/src/media/mdx/MotionAxis/classes.ru.mdx +0 -18
- package/src/media/mdx/MotionAxis/event.en.mdx +0 -53
- package/src/media/mdx/MotionAxis/event.ru.mdx +0 -53
- package/src/media/mdx/MotionAxis/expose.en.mdx +0 -9
- package/src/media/mdx/MotionAxis/expose.ru.mdx +0 -9
- package/src/media/mdx/MotionAxis/motionAxis.en.mdx +0 -43
- package/src/media/mdx/MotionAxis/motionAxis.ru.mdx +0 -43
- package/src/media/mdx/MotionAxis/slots.en.mdx +0 -1
- package/src/media/mdx/MotionAxis/slots.ru.mdx +0 -1
- package/src/media/mdx/MotionAxis/v-model.en.mdx +0 -30
- package/src/media/mdx/MotionAxis/v-model.ru.mdx +0 -30
- package/src/media/mdx/MotionAxis/wikiMdxMotionAxis.ts +0 -49
- package/src/media/mdx/MotionTransform/animationHeadPosition.en.mdx +0 -18
- package/src/media/mdx/MotionTransform/animationHeadPosition.ru.mdx +0 -18
- package/src/media/mdx/MotionTransform/classes.en.mdx +0 -25
- package/src/media/mdx/MotionTransform/classes.ru.mdx +0 -25
- package/src/media/mdx/MotionTransform/events.en.mdx +0 -39
- package/src/media/mdx/MotionTransform/events.ru.mdx +0 -39
- package/src/media/mdx/MotionTransform/expose.en.mdx +0 -6
- package/src/media/mdx/MotionTransform/expose.motionTransformElement.en.mdx +0 -9
- package/src/media/mdx/MotionTransform/expose.motionTransformElement.ru.mdx +0 -9
- package/src/media/mdx/MotionTransform/expose.ru.mdx +0 -6
- package/src/media/mdx/MotionTransform/ignore.en.mdx +0 -32
- package/src/media/mdx/MotionTransform/ignore.ru.mdx +0 -32
- package/src/media/mdx/MotionTransform/motionTransform.en.mdx +0 -51
- package/src/media/mdx/MotionTransform/motionTransform.ru.mdx +0 -51
- package/src/media/mdx/MotionTransform/slots.en.mdx +0 -5
- package/src/media/mdx/MotionTransform/slots.ru.mdx +0 -5
- package/src/media/mdx/MotionTransform/v-model.en.mdx +0 -19
- package/src/media/mdx/MotionTransform/v-model.ru.mdx +0 -19
- package/src/media/mdx/MotionTransform/wikiMdxMotionTransform.ts +0 -67
- package/src/media/mdx/Page/page.en.mdx +0 -38
- package/src/media/mdx/Page/page.ru.mdx +0 -38
- package/src/media/mdx/Page/wikiMdxPage.ts +0 -19
- package/src/media/mdx/Progress/circular.en.mdx +0 -24
- package/src/media/mdx/Progress/circular.ru.mdx +0 -24
- package/src/media/mdx/Progress/delays.en.mdx +0 -24
- package/src/media/mdx/Progress/delays.ru.mdx +0 -24
- package/src/media/mdx/Progress/linear.en.mdx +0 -25
- package/src/media/mdx/Progress/linear.ru.mdx +0 -25
- package/src/media/mdx/Progress/progress.en.mdx +0 -71
- package/src/media/mdx/Progress/progress.ru.mdx +0 -71
- package/src/media/mdx/Progress/values.en.mdx +0 -24
- package/src/media/mdx/Progress/values.ru.mdx +0 -24
- package/src/media/mdx/Progress/wikiMdxProgress.ts +0 -38
- package/src/media/mdx/Ripple/ripple.en.mdx +0 -42
- package/src/media/mdx/Ripple/ripple.ru.mdx +0 -42
- package/src/media/mdx/Ripple/wikiMdxRipple.ts +0 -14
- package/src/media/mdx/Scrollbar/emits-include.en.mdx +0 -38
- package/src/media/mdx/Scrollbar/emits-include.ru.mdx +0 -38
- package/src/media/mdx/Scrollbar/emits.en.mdx +0 -38
- package/src/media/mdx/Scrollbar/emits.ru.mdx +0 -38
- package/src/media/mdx/Scrollbar/scrollbar.en.mdx +0 -39
- package/src/media/mdx/Scrollbar/scrollbar.ru.mdx +0 -39
- package/src/media/mdx/Scrollbar/wikiMdxScrollbar.ts +0 -31
- package/src/media/mdx/Section/section.en.mdx +0 -38
- package/src/media/mdx/Section/section.ru.mdx +0 -38
- package/src/media/mdx/Section/wikiMdxSection.ts +0 -19
- package/src/media/mdx/Select/select.en.mdx +0 -69
- package/src/media/mdx/Select/select.ru.mdx +0 -69
- package/src/media/mdx/Select/wikiMdxSelect.ts +0 -19
- package/src/media/mdx/SelectValue/selectValue.en.mdx +0 -64
- package/src/media/mdx/SelectValue/selectValue.ru.mdx +0 -64
- package/src/media/mdx/SelectValue/wikiMdxSelectValue.ts +0 -19
- package/src/media/mdx/Skeleton/classes.en.mdx +0 -13
- package/src/media/mdx/Skeleton/classes.ru.mdx +0 -13
- package/src/media/mdx/Skeleton/expose.isActive.en.mdx +0 -1
- package/src/media/mdx/Skeleton/expose.isActive.ru.mdx +0 -1
- package/src/media/mdx/Skeleton/skeleton.en.mdx +0 -45
- package/src/media/mdx/Skeleton/skeleton.ru.mdx +0 -45
- package/src/media/mdx/Skeleton/wikiMdxSkeleton.ts +0 -28
- package/src/media/mdx/Snackbar/adaptation.en.mdx +0 -10
- package/src/media/mdx/Snackbar/adaptation.ru.mdx +0 -10
- package/src/media/mdx/Snackbar/add.en.mdx +0 -44
- package/src/media/mdx/Snackbar/add.ru.mdx +0 -44
- package/src/media/mdx/Snackbar/event.hide.en.mdx +0 -12
- package/src/media/mdx/Snackbar/event.hide.ru.mdx +0 -12
- package/src/media/mdx/Snackbar/event.show.en.mdx +0 -11
- package/src/media/mdx/Snackbar/event.show.ru.mdx +0 -11
- package/src/media/mdx/Snackbar/expose.add.en.mdx +0 -1
- package/src/media/mdx/Snackbar/expose.add.ru.mdx +0 -1
- package/src/media/mdx/Snackbar/expose.clear.en.mdx +0 -1
- package/src/media/mdx/Snackbar/expose.clear.ru.mdx +0 -1
- package/src/media/mdx/Snackbar/expose.isItem.en.mdx +0 -1
- package/src/media/mdx/Snackbar/expose.isItem.ru.mdx +0 -1
- package/src/media/mdx/Snackbar/expose.remove.en.mdx +0 -1
- package/src/media/mdx/Snackbar/expose.remove.ru.mdx +0 -1
- package/src/media/mdx/Snackbar/position.en.mdx +0 -10
- package/src/media/mdx/Snackbar/position.ru.mdx +0 -10
- package/src/media/mdx/Snackbar/snackbar.en.mdx +0 -46
- package/src/media/mdx/Snackbar/snackbar.ru.mdx +0 -46
- package/src/media/mdx/Snackbar/wikiMdxSnackbar.ts +0 -73
- package/src/media/mdx/SnackbarItem/component.en.mdx +0 -9
- package/src/media/mdx/SnackbarItem/component.ru.mdx +0 -9
- package/src/media/mdx/SnackbarItem/event.close.en.mdx +0 -18
- package/src/media/mdx/SnackbarItem/event.close.ru.mdx +0 -18
- package/src/media/mdx/SnackbarItem/html.en.mdx +0 -6
- package/src/media/mdx/SnackbarItem/html.ru.mdx +0 -6
- package/src/media/mdx/SnackbarItem/role.en.mdx +0 -18
- package/src/media/mdx/SnackbarItem/role.ru.mdx +0 -18
- package/src/media/mdx/SnackbarItem/snackbarItem.en.mdx +0 -44
- package/src/media/mdx/SnackbarItem/snackbarItem.ru.mdx +0 -44
- package/src/media/mdx/SnackbarItem/wikiMdxSnackbarItem.ts +0 -47
- package/src/media/mdx/TabItem/tabItem.en.mdx +0 -52
- package/src/media/mdx/TabItem/tabItem.ru.mdx +0 -38
- package/src/media/mdx/TabItem/wikiMdxTabItem.ts +0 -19
- package/src/media/mdx/Tabs/tabs.en.mdx +0 -44
- package/src/media/mdx/Tabs/tabs.ru.mdx +0 -44
- package/src/media/mdx/Tabs/v-model.en.mdx +0 -27
- package/src/media/mdx/Tabs/v-model.ru.mdx +0 -27
- package/src/media/mdx/Tabs/wikiMdxTabs.ts +0 -25
- package/src/media/mdx/TabsNavigation/tabsNavigation.en.mdx +0 -40
- package/src/media/mdx/TabsNavigation/tabsNavigation.ru.mdx +0 -40
- package/src/media/mdx/TabsNavigation/v-model.en.mdx +0 -27
- package/src/media/mdx/TabsNavigation/v-model.ru.mdx +0 -27
- package/src/media/mdx/TabsNavigation/wikiMdxTabsNavigation.ts +0 -25
- package/src/media/mdx/Textarea/autosize.en.mdx +0 -35
- package/src/media/mdx/Textarea/autosize.ru.mdx +0 -35
- package/src/media/mdx/Textarea/textarea.en.mdx +0 -39
- package/src/media/mdx/Textarea/textarea.ru.mdx +0 -39
- package/src/media/mdx/Textarea/wikiMdxTextarea.ts +0 -25
- package/src/media/mdx/TextareaAutosize/textarea-autosize.en.mdx +0 -65
- package/src/media/mdx/TextareaAutosize/textarea-autosize.ru.mdx +0 -65
- package/src/media/mdx/TextareaAutosize/wikiMdxTextareaAutosize.ts +0 -19
- package/src/media/mdx/Tooltip/event.tooltip.en.mdx +0 -7
- package/src/media/mdx/Tooltip/event.tooltip.ru.mdx +0 -8
- package/src/media/mdx/Tooltip/slot.control.en.mdx +0 -5
- package/src/media/mdx/Tooltip/slot.control.ru.mdx +0 -5
- package/src/media/mdx/Tooltip/tooltip.en.mdx +0 -34
- package/src/media/mdx/Tooltip/tooltip.ru.mdx +0 -34
- package/src/media/mdx/Tooltip/wikiMdxTooltip.ts +0 -31
- package/src/media/mdx/Window/axis.en.mdx +0 -17
- package/src/media/mdx/Window/axis.ru.mdx +0 -17
- package/src/media/mdx/Window/classes.en.mdx +0 -11
- package/src/media/mdx/Window/classes.ru.mdx +0 -11
- package/src/media/mdx/Window/event.window.en.mdx +0 -31
- package/src/media/mdx/Window/event.window.ru.mdx +0 -31
- package/src/media/mdx/Window/expose.en.mdx +0 -17
- package/src/media/mdx/Window/expose.ru.mdx +0 -17
- package/src/media/mdx/Window/hooks.en.mdx +0 -31
- package/src/media/mdx/Window/hooks.ru.mdx +0 -31
- package/src/media/mdx/Window/slots.en.mdx +0 -29
- package/src/media/mdx/Window/slots.ru.mdx +0 -29
- package/src/media/mdx/Window/staticMode.en.mdx +0 -10
- package/src/media/mdx/Window/staticMode.ru.mdx +0 -10
- package/src/media/mdx/Window/v-model.en.mdx +0 -25
- package/src/media/mdx/Window/v-model.ru.mdx +0 -25
- package/src/media/mdx/Window/wikiMdxWindow.ts +0 -67
- package/src/media/mdx/Window/window.en.mdx +0 -55
- package/src/media/mdx/Window/window.ru.mdx +0 -55
- package/src/media/mdx/event/events.actions.en.mdx +0 -44
- package/src/media/mdx/event/events.actions.ru.mdx +0 -44
- package/src/media/mdx/event/events.bars.en.mdx +0 -50
- package/src/media/mdx/event/events.bars.ru.mdx +0 -50
- package/src/media/mdx/event/events.beforeinput.en.mdx +0 -13
- package/src/media/mdx/event/events.beforeinput.ru.mdx +0 -13
- package/src/media/mdx/event/events.click.en.mdx +0 -36
- package/src/media/mdx/event/events.click.ru.mdx +0 -36
- package/src/media/mdx/event/events.focus.en.mdx +0 -13
- package/src/media/mdx/event/events.focus.ru.mdx +0 -13
- package/src/media/mdx/event/events.input.en.mdx +0 -89
- package/src/media/mdx/event/events.input.ru.mdx +0 -88
- package/src/media/mdx/event/events.inputStandard.en.mdx +0 -6
- package/src/media/mdx/event/events.inputStandard.ru.mdx +0 -6
- package/src/media/mdx/event/events.keyboard.en.mdx +0 -13
- package/src/media/mdx/event/events.keyboard.ru.mdx +0 -13
- package/src/media/mdx/event/events.paste.en.mdx +0 -6
- package/src/media/mdx/event/events.paste.ru.mdx +0 -6
- package/src/media/mdx/event/events.reset.en.mdx +0 -6
- package/src/media/mdx/event/events.reset.ru.mdx +0 -6
- package/src/media/mdx/event/wikiMdxEvent.ts +0 -68
- package/src/media/mdx/expose/expose.checkValidity.en.mdx +0 -1
- package/src/media/mdx/expose/expose.checkValidity.ru.mdx +0 -1
- package/src/media/mdx/expose/expose.clear.en.mdx +0 -1
- package/src/media/mdx/expose/expose.clear.ru.mdx +0 -1
- package/src/media/mdx/expose/expose.descriptionId.en.mdx +0 -2
- package/src/media/mdx/expose/expose.descriptionId.ru.mdx +0 -2
- package/src/media/mdx/expose/expose.detail.en.mdx +0 -1
- package/src/media/mdx/expose/expose.detail.ru.mdx +0 -1
- package/src/media/mdx/expose/expose.id.en.mdx +0 -2
- package/src/media/mdx/expose/expose.id.ru.mdx +0 -2
- package/src/media/mdx/expose/expose.labelId.en.mdx +0 -2
- package/src/media/mdx/expose/expose.labelId.ru.mdx +0 -2
- package/src/media/mdx/expose/expose.open.en.mdx +0 -1
- package/src/media/mdx/expose/expose.open.ru.mdx +0 -1
- package/src/media/mdx/expose/expose.selected.en.mdx +0 -4
- package/src/media/mdx/expose/expose.selected.ru.mdx +0 -4
- package/src/media/mdx/expose/expose.validationMessage.en.mdx +0 -1
- package/src/media/mdx/expose/expose.validationMessage.ru.mdx +0 -1
- package/src/media/mdx/expose/expose.value.en.mdx +0 -1
- package/src/media/mdx/expose/expose.value.ru.mdx +0 -1
- package/src/media/mdx/expose/wikiMdxExpose.ts +0 -68
- package/src/media/mdx/slot/body.en.mdx +0 -1
- package/src/media/mdx/slot/body.ru.mdx +0 -1
- package/src/media/mdx/slot/caption.en.mdx +0 -1
- package/src/media/mdx/slot/caption.ru.mdx +0 -1
- package/src/media/mdx/slot/control.en.mdx +0 -1
- package/src/media/mdx/slot/control.ru.mdx +0 -1
- package/src/media/mdx/slot/default.en.mdx +0 -1
- package/src/media/mdx/slot/default.ru.mdx +0 -1
- package/src/media/mdx/slot/description.en.mdx +0 -1
- package/src/media/mdx/slot/description.ru.mdx +0 -1
- package/src/media/mdx/slot/footer.en.mdx +0 -1
- package/src/media/mdx/slot/footer.ru.mdx +0 -1
- package/src/media/mdx/slot/headline.en.mdx +0 -1
- package/src/media/mdx/slot/headline.ru.mdx +0 -1
- package/src/media/mdx/slot/label.en.mdx +0 -1
- package/src/media/mdx/slot/label.ru.mdx +0 -1
- package/src/media/mdx/slot/leading.en.mdx +0 -1
- package/src/media/mdx/slot/leading.ru.mdx +0 -1
- package/src/media/mdx/slot/prefix.en.mdx +0 -1
- package/src/media/mdx/slot/prefix.ru.mdx +0 -1
- package/src/media/mdx/slot/secondary.en.mdx +0 -1
- package/src/media/mdx/slot/secondary.ru.mdx +0 -1
- package/src/media/mdx/slot/suffix.en.mdx +0 -1
- package/src/media/mdx/slot/suffix.ru.mdx +0 -1
- package/src/media/mdx/slot/trailing.en.mdx +0 -1
- package/src/media/mdx/slot/trailing.ru.mdx +0 -1
- package/src/media/mdx/slot/wikiMdxSlot.ts +0 -84
- package/src/media/mdx/style/adaptive.en.mdx +0 -10
- package/src/media/mdx/style/adaptive.ru.mdx +0 -10
- package/src/media/mdx/style/asPalette.en.mdx +0 -17
- package/src/media/mdx/style/asPalette.ru.mdx +0 -17
- package/src/media/mdx/style/dir.en.mdx +0 -17
- package/src/media/mdx/style/dir.ru.mdx +0 -17
- package/src/media/mdx/style/isSkeleton.en.mdx +0 -22
- package/src/media/mdx/style/isSkeleton.ru.mdx +0 -22
- package/src/media/mdx/style/wikiMdxStyle.ts +0 -20
- package/src/media/mdx/value/highlight.en.mdx +0 -25
- package/src/media/mdx/value/highlight.ru.mdx +0 -25
- package/src/media/mdx/value/labelNumber.en.mdx +0 -47
- package/src/media/mdx/value/labelNumber.ru.mdx +0 -47
- package/src/media/mdx/value/v-model-selected.en.mdx +0 -28
- package/src/media/mdx/value/v-model-selected.ru.mdx +0 -28
- package/src/media/mdx/value/v-model.en.mdx +0 -26
- package/src/media/mdx/value/v-model.ru.mdx +0 -26
- package/src/media/mdx/value/value.en.mdx +0 -10
- package/src/media/mdx/value/value.ru.mdx +0 -10
- package/src/media/mdx/value/wikiMdxValue.ts +0 -38
- package/src/media/mdx/wikiMdx.ts +0 -121
- package/src/media/props/wiki.ts +0 -107
- package/src/media/props/wikiActions.ts +0 -45
- package/src/media/props/wikiActionsInclude.ts +0 -66
- package/src/media/props/wikiAnchor.ts +0 -91
- package/src/media/props/wikiAria.ts +0 -145
- package/src/media/props/wikiArrow.ts +0 -25
- package/src/media/props/wikiArrowInclude.ts +0 -48
- package/src/media/props/wikiAttributes.ts +0 -211
- package/src/media/props/wikiBadge.ts +0 -48
- package/src/media/props/wikiBars.ts +0 -145
- package/src/media/props/wikiBarsInclude.ts +0 -87
- package/src/media/props/wikiButton.ts +0 -61
- package/src/media/props/wikiCheckbox.ts +0 -25
- package/src/media/props/wikiChip.ts +0 -37
- package/src/media/props/wikiChipGroup.ts +0 -39
- package/src/media/props/wikiDialog.ts +0 -33
- package/src/media/props/wikiField.ts +0 -121
- package/src/media/props/wikiFieldCounterInclude.ts +0 -89
- package/src/media/props/wikiForm.ts +0 -323
- package/src/media/props/wikiGridItem.ts +0 -73
- package/src/media/props/wikiHook.ts +0 -79
- package/src/media/props/wikiIcon.ts +0 -146
- package/src/media/props/wikiIconInclude.ts +0 -365
- package/src/media/props/wikiImage.ts +0 -208
- package/src/media/props/wikiInformation.ts +0 -220
- package/src/media/props/wikiInput.ts +0 -35
- package/src/media/props/wikiList.ts +0 -281
- package/src/media/props/wikiListItem.ts +0 -101
- package/src/media/props/wikiMask.ts +0 -123
- package/src/media/props/wikiMaskInclude.ts +0 -58
- package/src/media/props/wikiMenu.ts +0 -84
- package/src/media/props/wikiMotionAxis.ts +0 -55
- package/src/media/props/wikiMotionTransform.ts +0 -82
- package/src/media/props/wikiOption.ts +0 -410
- package/src/media/props/wikiProgress.ts +0 -104
- package/src/media/props/wikiPropsTextarea.ts +0 -24
- package/src/media/props/wikiScrollbar.ts +0 -89
- package/src/media/props/wikiSelect.ts +0 -68
- package/src/media/props/wikiSelectValue.ts +0 -30
- package/src/media/props/wikiSnackbar.ts +0 -58
- package/src/media/props/wikiSnackbarItem.ts +0 -39
- package/src/media/props/wikiStatus.ts +0 -172
- package/src/media/props/wikiStyle.ts +0 -382
- package/src/media/props/wikiTabs.ts +0 -15
- package/src/media/props/wikiTabsNavigation.ts +0 -54
- package/src/media/props/wikiTechnical.ts +0 -199
- package/src/media/props/wikiText.ts +0 -181
- package/src/media/props/wikiTooltip.ts +0 -53
- package/src/media/props/wikiValue.ts +0 -197
- package/src/media/props/wikiWindow.ts +0 -277
- package/src/media/styles/en/about.mdx +0 -79
- package/src/media/styles/en/color.mdx +0 -711
- package/src/media/styles/en/content.mdx +0 -29
- package/src/media/styles/en/dimension.mdx +0 -233
- package/src/media/styles/en/dir.mdx +0 -193
- package/src/media/styles/en/flex.mdx +0 -249
- package/src/media/styles/en/font.mdx +0 -171
- package/src/media/styles/en/margin.mdx +0 -115
- package/src/media/styles/en/media.mdx +0 -133
- package/src/media/styles/en/padding.mdx +0 -115
- package/src/media/styles/en/position.mdx +0 -183
- package/src/media/styles/en/rules.mdx +0 -117
- package/src/media/styles/en/scrollbar.mdx +0 -27
- package/src/media/styles/en/selector.mdx +0 -153
- package/src/media/styles/en/transform.mdx +0 -114
- package/src/media/styles/ru/about.mdx +0 -78
- package/src/media/styles/ru/color.mdx +0 -711
- package/src/media/styles/ru/content.mdx +0 -30
- package/src/media/styles/ru/dimension.mdx +0 -233
- package/src/media/styles/ru/dir.mdx +0 -193
- package/src/media/styles/ru/flex.mdx +0 -249
- package/src/media/styles/ru/font.mdx +0 -171
- package/src/media/styles/ru/margin.mdx +0 -115
- package/src/media/styles/ru/media.mdx +0 -133
- package/src/media/styles/ru/padding.mdx +0 -115
- package/src/media/styles/ru/position.mdx +0 -183
- package/src/media/styles/ru/rules.mdx +0 -117
- package/src/media/styles/ru/scrollbar.mdx +0 -27
- package/src/media/styles/ru/selector.mdx +0 -153
- package/src/media/styles/ru/transform.mdx +0 -114
- package/src/media.ts +0 -18
- package/src/storybook.tsx +0 -4
- package/src/types/storybookTypes.ts +0 -273
- package/src/types/wikiTypes.ts +0 -10
- package/src/vite-env.d.ts +0 -1
- /package/{src → dist}/shims-mdx.d.ts +0 -0
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
import type { StorybookComponentsDescriptionItem } from '../../types/storybookTypes'
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Descriptions for Modal component properties
|
|
5
|
-
*
|
|
6
|
-
* Описания свойств компонента Modal
|
|
7
|
-
*/
|
|
8
|
-
export const wikiDescriptionsModal: StorybookComponentsDescriptionItem = {
|
|
9
|
-
name: 'Modal',
|
|
10
|
-
description: {
|
|
11
|
-
en: 'Simplified wrapper over a Window component for creating centered modal dialogs',
|
|
12
|
-
ru: 'Упрощенная обертка над компонентом Window для создания центрированных модальных диалогов'
|
|
13
|
-
},
|
|
14
|
-
possibilities: {
|
|
15
|
-
en: [
|
|
16
|
-
'pre-configured modal window with centered positioning',
|
|
17
|
-
'overlay backdrop with background blocking',
|
|
18
|
-
'close on the ESC key and click outside',
|
|
19
|
-
'integration with scrollbar for long content',
|
|
20
|
-
'slots for title, content and footer customization',
|
|
21
|
-
'lifecycle events (preparation, opening, closing)',
|
|
22
|
-
'close a button with a customizable icon',
|
|
23
|
-
'programmatic control via a v-model:open',
|
|
24
|
-
'focus management and keyboard navigation',
|
|
25
|
-
'responsive design with mobile optimization'
|
|
26
|
-
],
|
|
27
|
-
ru: [
|
|
28
|
-
'предварительно настроенное модальное окно с центрированием',
|
|
29
|
-
'оверлей с блокировкой фона',
|
|
30
|
-
'закрытие по ESC и клику вне области',
|
|
31
|
-
'интеграция со скроллбаром для длинного контента',
|
|
32
|
-
'слоты для настройки заголовка, содержимого и подвала',
|
|
33
|
-
'события жизненного цикла (preparation, opening, closing)',
|
|
34
|
-
'кнопка закрытия с настраиваемой иконкой',
|
|
35
|
-
'программное управление через v-model:open',
|
|
36
|
-
'управление фокусом и клавиатурная навигация',
|
|
37
|
-
'адаптивный дизайн с оптимизацией для мобильных'
|
|
38
|
-
]
|
|
39
|
-
},
|
|
40
|
-
import: [
|
|
41
|
-
'import { ref } from \'vue\''
|
|
42
|
-
],
|
|
43
|
-
render: `
|
|
44
|
-
<DesignComponent v-bind="args">
|
|
45
|
-
<template #control="{binds}">
|
|
46
|
-
<button class="wiki-storybook-button" v-bind="binds">Open Modal</button>
|
|
47
|
-
</template>
|
|
48
|
-
|
|
49
|
-
<template #default>
|
|
50
|
-
<h4>Modal Component Overview</h4>
|
|
51
|
-
<p>Modal is a specialized wrapper around the Window component with preset adaptive mode set to 'modal'. It provides a simplified API for creating centered modal dialogs without needing to configure positioning and adaptive behavior manually.</p>
|
|
52
|
-
|
|
53
|
-
<p>The component automatically handles common modal dialog scenarios including confirmations, forms, alerts, and content previews. It manages focus, scroll behavior, and keyboard navigation to ensure accessibility and optimal user experience across different devices and screen sizes.</p>
|
|
54
|
-
|
|
55
|
-
<h4>Best Practices</h4>
|
|
56
|
-
<p>Use modals sparingly and only for content that genuinely requires immediate attention. Ensure modals have clear actions (confirm/cancel), provide easy ways to dismiss them, and avoid nesting modals within modals. The component should be large enough to display content comfortably but not so large that it overwhelms the screen.</p>
|
|
57
|
-
|
|
58
|
-
<h4>Relationship with Window</h4>
|
|
59
|
-
<p>Modal is essentially Window with <code>adaptive="modal"</code> preset, simplifying the usage for standard dialog scenarios. All Window properties, slots, and events are available in a Modal component.</p>
|
|
60
|
-
</template>
|
|
61
|
-
</DesignComponent>
|
|
62
|
-
`,
|
|
63
|
-
stories: [
|
|
64
|
-
{
|
|
65
|
-
id: 'ModalVModel',
|
|
66
|
-
name: {
|
|
67
|
-
en: 'Two-way binding (v-model)',
|
|
68
|
-
ru: 'Двусторонняя привязка (v-model)'
|
|
69
|
-
},
|
|
70
|
-
setup: `
|
|
71
|
-
return {
|
|
72
|
-
open: ref(false)
|
|
73
|
-
}
|
|
74
|
-
`,
|
|
75
|
-
template: `
|
|
76
|
-
<div class="wiki-storybook-flex-column">
|
|
77
|
-
<div class="wiki-storybook-flex">
|
|
78
|
-
<button class="wiki-storybook-button" @click="open = true">Open via v-model ({{ open }})</button>
|
|
79
|
-
</div>
|
|
80
|
-
|
|
81
|
-
<DesignComponent v-model:open="open">
|
|
82
|
-
<div class="wiki-storybook-item--padding">Your content here</div>
|
|
83
|
-
</DesignComponent>
|
|
84
|
-
</div>
|
|
85
|
-
`
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
id: 'ModalAllSlots',
|
|
89
|
-
name: {
|
|
90
|
-
en: 'All slots demonstration',
|
|
91
|
-
ru: 'Демонстрация всех слотов'
|
|
92
|
-
},
|
|
93
|
-
template: `
|
|
94
|
-
<DesignComponent>
|
|
95
|
-
<template #control="{binds}">
|
|
96
|
-
<button class="wiki-storybook-button" v-bind="binds">Open Modal with All Slots</button>
|
|
97
|
-
</template>
|
|
98
|
-
|
|
99
|
-
<template #title>Title slot</template>
|
|
100
|
-
<template #default>Default slot</template>
|
|
101
|
-
<template #footer>Footer slot</template>
|
|
102
|
-
</DesignComponent>
|
|
103
|
-
`
|
|
104
|
-
}
|
|
105
|
-
],
|
|
106
|
-
documentation: {
|
|
107
|
-
body: `
|
|
108
|
-
<StorybookDescriptions componentName={'Modal'} type={'modal'}/>
|
|
109
|
-
<StorybookDescriptions componentName={'Window'} type={'v-model'}/>
|
|
110
|
-
<Canvas of={Component.ModalVModel}/>
|
|
111
|
-
|
|
112
|
-
<StorybookDescriptions componentName={'Modal'} type={'differences'}/>
|
|
113
|
-
`,
|
|
114
|
-
events: `
|
|
115
|
-
<StorybookDescriptions componentName={'Window'} type={'event.window'}/>
|
|
116
|
-
<StorybookDescriptions componentName={'Event'} type={'bars'}/>
|
|
117
|
-
<StorybookDescriptions componentName={'Event'} type={'actions'}/>
|
|
118
|
-
`,
|
|
119
|
-
expose: `
|
|
120
|
-
<StorybookDescriptions componentName={'Window'} type={'expose'}/>
|
|
121
|
-
`,
|
|
122
|
-
slots: `
|
|
123
|
-
<Canvas of={Component.ModalAllSlots}/>
|
|
124
|
-
<StorybookDescriptions componentName={'Window'} type={'slots'}/>
|
|
125
|
-
`
|
|
126
|
-
},
|
|
127
|
-
ai: {
|
|
128
|
-
render: `
|
|
129
|
-
<div :class="classDemo.item">
|
|
130
|
-
<Modal embedded open v-bind="args">
|
|
131
|
-
<template #default>
|
|
132
|
-
<p>This is a modal dialog.</p>
|
|
133
|
-
</template>
|
|
134
|
-
</Modal>
|
|
135
|
-
</div>
|
|
136
|
-
`,
|
|
137
|
-
description: `
|
|
138
|
-
Simplified wrapper over the Window component pre-configured for centered modal dialogs. Provides a high-level API for typical interaction patterns like confirmation prompts, info alerts, and data entry forms.
|
|
139
|
-
Features automatic overlay management, background interaction blocking, and body scroll locking. Includes built-in focus trapping, Esc key dismissal, and responsive layout optimization (adaptive="modal") for consistent mobile and desktop UX.
|
|
140
|
-
Controlled via the v-model:open prop and utilizes #control, #title, and #footer slots for modular layout. Use for critical user notifications, blocking confirmation steps, or focused sub-tasks requiring immediate attention.
|
|
141
|
-
`
|
|
142
|
-
}
|
|
143
|
-
}
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
import type { StorybookComponentsDescriptionItem } from '../../types/storybookTypes'
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Descriptions for MotionAxis component
|
|
5
|
-
*
|
|
6
|
-
* Описания компонента MotionAxis
|
|
7
|
-
*/
|
|
8
|
-
export const wikiDescriptionsMotionAxis: StorybookComponentsDescriptionItem = {
|
|
9
|
-
name: 'MotionAxis',
|
|
10
|
-
description: {
|
|
11
|
-
en: 'A component for organizing transitions between elements (slides). Allows animating content changes along X, Y, Z axes with slide effects. Supports automatic animation direction detection, container height management, and lazy loading (DOM).',
|
|
12
|
-
ru: 'Компонент для организации переходов между элементами (слайдами). Позволяет анимировать смену контента по осям X, Y, Z с эффектами сдвига. Поддерживает автоматическое определение направления анимации, управление высотой контейнера и ленивую загрузку (DOM).'
|
|
13
|
-
},
|
|
14
|
-
possibilities: {
|
|
15
|
-
en: [
|
|
16
|
-
'Slide transition animation along X, Y, Z axes',
|
|
17
|
-
'Automatic or manual direction control (next/back)',
|
|
18
|
-
'Smooth container height animation to fit content',
|
|
19
|
-
'Slide lifecycle management in DOM (inDom, inDomSlide)',
|
|
20
|
-
'Slot support for each slide'
|
|
21
|
-
],
|
|
22
|
-
ru: [
|
|
23
|
-
'Анимация смены слайдов по осям X, Y, Z',
|
|
24
|
-
'Автоматическое или ручное управление направлением (вперед/назад)',
|
|
25
|
-
'Плавная анимация высоты контейнера под контент',
|
|
26
|
-
'Управление жизненным циклом слайдов в DOM (inDom, inDomSlide)',
|
|
27
|
-
'Поддержка слотов для каждого слайда'
|
|
28
|
-
]
|
|
29
|
-
},
|
|
30
|
-
render: `
|
|
31
|
-
<DesignComponent v-bind="args">
|
|
32
|
-
<template #slide1>
|
|
33
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
34
|
-
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla vitae elit libero, a pharetra augue.</p>
|
|
35
|
-
</div>
|
|
36
|
-
</template>
|
|
37
|
-
<template #slide2>
|
|
38
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
39
|
-
<p>Curabitur blandit tempus porttitor. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Cras mattis consectetur purus sit amet fermentum.</p>
|
|
40
|
-
</div>
|
|
41
|
-
</template>
|
|
42
|
-
<template #slide3>
|
|
43
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
44
|
-
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Maecenas sed diam eget risus varius blandit sit amet non magna. Vestibulum id ligula porta felis euismod semper. Donec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur.</p>
|
|
45
|
-
<p>Donec ullamcorper nulla non metus auctor fringilla. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.</p>
|
|
46
|
-
</div>
|
|
47
|
-
</template>
|
|
48
|
-
</DesignComponent>
|
|
49
|
-
`,
|
|
50
|
-
import: [
|
|
51
|
-
'import { ref } from \'vue\''
|
|
52
|
-
],
|
|
53
|
-
stories: [
|
|
54
|
-
{
|
|
55
|
-
id: 'MotionAxisBasic',
|
|
56
|
-
name: {
|
|
57
|
-
en: 'Basic Usage',
|
|
58
|
-
ru: 'Базовое использование'
|
|
59
|
-
},
|
|
60
|
-
setup: `
|
|
61
|
-
const selected = ref('slide1')
|
|
62
|
-
return { selected }
|
|
63
|
-
`,
|
|
64
|
-
template: `
|
|
65
|
-
<div class="wiki-storybook-flex-column">
|
|
66
|
-
<div class="wiki-storybook-flex">
|
|
67
|
-
<button class="wiki-storybook-button" @click="selected = 'slide1'">1</button>
|
|
68
|
-
<button class="wiki-storybook-button" @click="selected = 'slide2'">2</button>
|
|
69
|
-
<button class="wiki-storybook-button" @click="selected = 'slide3'">3</button>
|
|
70
|
-
</div>
|
|
71
|
-
|
|
72
|
-
<DesignComponent :selected="selected">
|
|
73
|
-
<template #slide1>
|
|
74
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
75
|
-
<p>Short content.</p>
|
|
76
|
-
</div>
|
|
77
|
-
</template>
|
|
78
|
-
<template #slide2>
|
|
79
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
80
|
-
<p>Medium length content. This slide has a bit more text to demonstrate the transition.</p>
|
|
81
|
-
</div>
|
|
82
|
-
</template>
|
|
83
|
-
<template #slide3>
|
|
84
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
85
|
-
<p>Long content. This slide contains significantly more text to demonstrate the smooth height animation capabilities of the MotionAxis component. It should expand the container height when active.</p>
|
|
86
|
-
<p>Additional paragraph for extra height.</p>
|
|
87
|
-
</div>
|
|
88
|
-
</template>
|
|
89
|
-
</DesignComponent>
|
|
90
|
-
</div>
|
|
91
|
-
`
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
id: 'MotionAxisScroll',
|
|
95
|
-
name: {
|
|
96
|
-
en: 'Scroll Management',
|
|
97
|
-
ru: 'Управление скроллом'
|
|
98
|
-
},
|
|
99
|
-
setup: `
|
|
100
|
-
const selected = ref('short')
|
|
101
|
-
return { selected }
|
|
102
|
-
`,
|
|
103
|
-
template: `
|
|
104
|
-
<div class="wiki-storybook-flex-column design-component__scroll">
|
|
105
|
-
<div class="wiki-storybook-flex">
|
|
106
|
-
<button class="wiki-storybook-button" @click="selected = 'short'">short</button>
|
|
107
|
-
<button class="wiki-storybook-button" @click="selected = 'long'">long</button>
|
|
108
|
-
</div>
|
|
109
|
-
|
|
110
|
-
<DesignComponent :selected="selected">
|
|
111
|
-
<template #short>
|
|
112
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
113
|
-
Short content
|
|
114
|
-
</div>
|
|
115
|
-
</template>
|
|
116
|
-
<template #long>
|
|
117
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
118
|
-
Long content that causes scrolling.<br>
|
|
119
|
-
Scroll down to see more.<br>
|
|
120
|
-
...<br>...<br>...<br>...<br>...<br>...<br>...<br>...<br>...<br>...<br>
|
|
121
|
-
End of content.
|
|
122
|
-
</div>
|
|
123
|
-
</template>
|
|
124
|
-
</DesignComponent>
|
|
125
|
-
</div>
|
|
126
|
-
`
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
id: 'MotionAxisVModel',
|
|
130
|
-
name: {
|
|
131
|
-
en: 'Two-way binding (v-model)',
|
|
132
|
-
ru: 'Двусторонняя привязка (v-model)'
|
|
133
|
-
},
|
|
134
|
-
setup: `
|
|
135
|
-
const selected = ref('slide1')
|
|
136
|
-
return { selected }
|
|
137
|
-
`,
|
|
138
|
-
template: `
|
|
139
|
-
<div class="wiki-storybook-flex-column">
|
|
140
|
-
<div class="wiki-storybook-flex-align-center">
|
|
141
|
-
<span>Current value: {{ selected }}</span>
|
|
142
|
-
<button class="wiki-storybook-button" @click="selected = 'slide1'">Select Slide 1</button>
|
|
143
|
-
<button class="wiki-storybook-button" @click="selected = 'slide2'">Select Slide 2</button>
|
|
144
|
-
<button class="wiki-storybook-button" @click="selected = 'slide3'">Select Slide 3</button>
|
|
145
|
-
</div>
|
|
146
|
-
|
|
147
|
-
<DesignComponent v-model:selected="selected">
|
|
148
|
-
<template #slide1>
|
|
149
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
150
|
-
Slide 1
|
|
151
|
-
</div>
|
|
152
|
-
</template>
|
|
153
|
-
<template #slide2>
|
|
154
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
155
|
-
Slide 2
|
|
156
|
-
</div>
|
|
157
|
-
</template>
|
|
158
|
-
<template #slide3>
|
|
159
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding">
|
|
160
|
-
Slide 3
|
|
161
|
-
</div>
|
|
162
|
-
</template>
|
|
163
|
-
</DesignComponent>
|
|
164
|
-
</div>
|
|
165
|
-
`
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
documentation: {
|
|
169
|
-
body: `
|
|
170
|
-
<StorybookDescriptions componentName={'MotionAxis'} type={'motionAxis'}/>
|
|
171
|
-
<Canvas of={Component.MotionAxisBasic}/>
|
|
172
|
-
|
|
173
|
-
<StorybookDescriptions componentName={'MotionAxis'} type={'classes'}/>
|
|
174
|
-
<Canvas of={Component.MotionAxisScroll}/>
|
|
175
|
-
|
|
176
|
-
<StorybookDescriptions componentName={'MotionAxis'} type={'v-model'}/>
|
|
177
|
-
<Canvas of={Component.MotionAxisVModel}/>
|
|
178
|
-
`,
|
|
179
|
-
events: `
|
|
180
|
-
<StorybookDescriptions componentName={'MotionAxis'} type={'events'}/>
|
|
181
|
-
`,
|
|
182
|
-
expose: `
|
|
183
|
-
<StorybookDescriptions componentName={'MotionAxis'} type={'expose'}/>
|
|
184
|
-
`,
|
|
185
|
-
slots: `
|
|
186
|
-
<StorybookDescriptions componentName={'MotionAxis'} type={'slots'}/>
|
|
187
|
-
`
|
|
188
|
-
},
|
|
189
|
-
ai: {
|
|
190
|
-
description: `
|
|
191
|
-
Low-level layout component for animating transitions between multiple content areas (slides) along X, Y, or Z axes. Ideal for multi-step wizards, tabbed content, and gallery-like interfaces requiring direction-aware motion.
|
|
192
|
-
Features automated animation direction detection (next/back), smooth container height transitions, and lazy loading support to manage slide life-cycles in the DOM. Supports horizontal slide, vertical flip, and depth-based transitions with customizable speed and easing.
|
|
193
|
-
Controlled via the selected prop or v-model:selected, utilizing numbered slide slots (#slide1, #slide2, etc.) for content distribution. Use when content needs to transition within a fixed or dynamic container while maintaining high visual polish and spatial orientation.
|
|
194
|
-
`
|
|
195
|
-
}
|
|
196
|
-
}
|
|
@@ -1,235 +0,0 @@
|
|
|
1
|
-
import type { StorybookComponentsDescriptionItem } from '../../types/storybookTypes'
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Descriptions for MotionTransform utility
|
|
5
|
-
*
|
|
6
|
-
* Описания утилиты MotionTransform
|
|
7
|
-
*/
|
|
8
|
-
export const wikiDescriptionsMotionTransform: StorybookComponentsDescriptionItem = {
|
|
9
|
-
name: 'MotionTransform',
|
|
10
|
-
description: {
|
|
11
|
-
en: 'Low-level motion system that manages element transforms, state transitions, and interaction events for contextual UI like windows and menus',
|
|
12
|
-
ru: 'Низкоуровневая система анимаций, управляющая трансформациями элементов, переходами состояний и событиями взаимодействия для контекстных интерфейсов (окна, меню)'
|
|
13
|
-
},
|
|
14
|
-
possibilities: {
|
|
15
|
-
en: [
|
|
16
|
-
'centralized state for open/show/teleport with computed accessors',
|
|
17
|
-
'size measurement and CSS variable updates for smooth animations',
|
|
18
|
-
'teleport control for window-like behavior and off-DOM rendering',
|
|
19
|
-
'click/close/auto-close handling with ignore areas',
|
|
20
|
-
'programmatic API for open/close/toggle and state transitions',
|
|
21
|
-
'designed to be embedded into higher-level components (Window, Dropdown, etc.)'
|
|
22
|
-
],
|
|
23
|
-
ru: [
|
|
24
|
-
'централизованное состояние open/show/teleport с вычисляемыми аксессорами',
|
|
25
|
-
'измерение размеров и обновление CSS‑переменных для плавных анимаций',
|
|
26
|
-
'управление телепортацией для «оконного» поведения и рендера вне DOM',
|
|
27
|
-
'обработка кликов/закрытия/автозакрытия с зонами игнорирования',
|
|
28
|
-
'программный API для open/close/toggle и переходов состояний',
|
|
29
|
-
'предназначена для встраивания в компоненты верхнего уровня (Window, Dropdown и т. п.)'
|
|
30
|
-
]
|
|
31
|
-
},
|
|
32
|
-
render: `
|
|
33
|
-
<DesignComponent v-bind="args">
|
|
34
|
-
<template #head>
|
|
35
|
-
<div class="wiki-storybook-item--padding">
|
|
36
|
-
<h3>MotionTransform Demo</h3>
|
|
37
|
-
<p>Interactive demonstration of the MotionTransform system - a foundational utility for window-like behaviors and contextual UI interactions.</p>
|
|
38
|
-
</div>
|
|
39
|
-
</template>
|
|
40
|
-
|
|
41
|
-
<template #body="{classes}">
|
|
42
|
-
<div class="wiki-storybook-item--padding">
|
|
43
|
-
<h4>Motion Transform System</h4>
|
|
44
|
-
<p>MotionTransform provides the foundational motion and state management system that powers interactive UI components like windows, dropdowns, and contextual menus. It handles element transforms, animation states, and user interaction events with smooth animations.</p>
|
|
45
|
-
|
|
46
|
-
<h4>Core Components</h4>
|
|
47
|
-
<p>The motion system consists of specialized managers: State handles open/show/teleport flags, Element provides DOM helpers, Size manages CSS variables for animations, Event coordinates click handling, and Go offers programmatic control methods.</p>
|
|
48
|
-
|
|
49
|
-
<h4>Developer Integration</h4>
|
|
50
|
-
<p>MotionTransform is designed as a low-level utility for component developers. It provides APIs for managing UI behaviors while handling DOM manipulation and animation orchestration behind the scenes.</p>
|
|
51
|
-
<div class="wiki-storybook-flex">
|
|
52
|
-
<button :class="classes.close" class="wiki-storybook-button wiki-storybook-button--text">Cancel</button>
|
|
53
|
-
<button class="wiki-storybook-button">Confirm</button>
|
|
54
|
-
</div>
|
|
55
|
-
</div>
|
|
56
|
-
</template>
|
|
57
|
-
</DesignComponent>
|
|
58
|
-
`,
|
|
59
|
-
import: [
|
|
60
|
-
'import { ref } from \'vue\''
|
|
61
|
-
],
|
|
62
|
-
stories: [
|
|
63
|
-
{
|
|
64
|
-
id: 'MotionTransformAnimationHeadPosition',
|
|
65
|
-
name: {
|
|
66
|
-
en: 'Head position animation',
|
|
67
|
-
ru: 'Анимация позиции заголовка'
|
|
68
|
-
},
|
|
69
|
-
template: `
|
|
70
|
-
<div class="wiki-storybook-flex-column">
|
|
71
|
-
<DesignComponent animationHeadPosition="top">
|
|
72
|
-
<template #head>
|
|
73
|
-
<div class="wiki-storybook-item--padding">
|
|
74
|
-
<h4>animationHeadPosition: top</h4>
|
|
75
|
-
<p>Click to open — Head stays at the top during transition</p>
|
|
76
|
-
</div>
|
|
77
|
-
</template>
|
|
78
|
-
<template #body>
|
|
79
|
-
<div class="wiki-storybook-item--padding">
|
|
80
|
-
<h5>Top Position Animation</h5>
|
|
81
|
-
<p>With <code>animationHeadPosition="top"</code>, the head element maintains its position at the top of the container throughout the entire show/hide animation sequence.</p>
|
|
82
|
-
<p>This behavior is ideal for interfaces where the header serves as a stable reference point, such as dropdown menus, navigation panels, or content that expands downward from a fixed trigger.</p>
|
|
83
|
-
<p>The animation creates a smooth vertical expansion effect while keeping the header visually anchored, providing users with a clear understanding of the content's origin point.</p>
|
|
84
|
-
<ul>
|
|
85
|
-
<li>Header remains stationary during animation</li>
|
|
86
|
-
<li>Content expands/collapses below the header</li>
|
|
87
|
-
<li>Provides stable visual reference point</li>
|
|
88
|
-
<li>Best for downward-expanding interfaces</li>
|
|
89
|
-
</ul>
|
|
90
|
-
</div>
|
|
91
|
-
</template>
|
|
92
|
-
</DesignComponent>
|
|
93
|
-
|
|
94
|
-
<DesignComponent animationHeadPosition="toBottom">
|
|
95
|
-
<template #head>
|
|
96
|
-
<div class="wiki-storybook-item--padding">
|
|
97
|
-
<h4>animationHeadPosition: toBottom</h4>
|
|
98
|
-
<p>Click to open — Head moves toward the bottom with content</p>
|
|
99
|
-
</div>
|
|
100
|
-
</template>
|
|
101
|
-
<template #body>
|
|
102
|
-
<div class="wiki-storybook-item--padding">
|
|
103
|
-
<h5>Bottom Movement Animation</h5>
|
|
104
|
-
<p>When using <code>animationHeadPosition="toBottom"</code>, the head element travels together with the content during the animation, creating a unified motion experience.</p>
|
|
105
|
-
<p>This approach is particularly effective for accordion-style interfaces, collapsible sections, or any scenario where the header and content should move as a cohesive unit.</p>
|
|
106
|
-
<p>The animation provides a more dynamic feeling, as both header and content participate in the motion, creating a sense of the entire section expanding or contracting as one entity.</p>
|
|
107
|
-
<ul>
|
|
108
|
-
<li>Header and content move together</li>
|
|
109
|
-
<li>Creates unified motion experience</li>
|
|
110
|
-
<li>Ideal for accordion-style interfaces</li>
|
|
111
|
-
<li>Provides cohesive visual feedback</li>
|
|
112
|
-
</ul>
|
|
113
|
-
</div>
|
|
114
|
-
</template>
|
|
115
|
-
</DesignComponent>
|
|
116
|
-
</div>
|
|
117
|
-
`
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
id: 'MotionTransformIgnore',
|
|
121
|
-
name: {
|
|
122
|
-
en: 'Ignore zones',
|
|
123
|
-
ru: 'Зоны игнорирования'
|
|
124
|
-
},
|
|
125
|
-
template: `
|
|
126
|
-
<div class="wiki-storybook-flex-column">
|
|
127
|
-
<DesignComponent ignoreSelector=".mt-ignore">
|
|
128
|
-
<template #head>
|
|
129
|
-
<div class="wiki-storybook-item--padding">
|
|
130
|
-
<h4>Ignore zones behavior</h4>
|
|
131
|
-
<p>This text acts as the trigger that opens the content area</p>
|
|
132
|
-
</div>
|
|
133
|
-
</template>
|
|
134
|
-
<template #body>
|
|
135
|
-
<div class="wiki-storybook-item--padding">
|
|
136
|
-
<p>Clicks on elements matching <code>.mt-ignore</code> are not treated as outside and won’t trigger auto close.</p>
|
|
137
|
-
<p>This is useful for trigger buttons, helper controls, and nested interactive areas that must remain active without closing the window.</p>
|
|
138
|
-
<p>Try it: click any button with <code>.mt-ignore</code> outside or inside — the window stays open; clicks on other outside areas will close it.</p>
|
|
139
|
-
<p>Use <code>ignore</code> when you have a concrete DOM element, and <code>ignoreSelector</code> when zones are multiple or dynamic.</p>
|
|
140
|
-
<p>Keep selectors specific to avoid accidental matches and unintended auto‑close blocking.</p>
|
|
141
|
-
<ul>
|
|
142
|
-
<li>Pattern: a trigger with class <code>.mt-ignore</code> outside and inside the window</li>
|
|
143
|
-
<li>Expectation: clicks on the trigger are ignored by outside‑check logic, the window doesn’t close</li>
|
|
144
|
-
</ul>
|
|
145
|
-
</div>
|
|
146
|
-
</template>
|
|
147
|
-
</DesignComponent>
|
|
148
|
-
|
|
149
|
-
<div class="wiki-storybook-item wiki-storybook-item--auto wiki-storybook-item--padding mt-ignore">
|
|
150
|
-
<h5>External ignore zone</h5>
|
|
151
|
-
<p>This area has class <code>.mt-ignore</code> and demonstrates how clicks here won't close the window below.</p>
|
|
152
|
-
<button class="wiki-storybook-button">Ignored button</button>
|
|
153
|
-
</div>
|
|
154
|
-
</div>
|
|
155
|
-
`
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
id: 'MotionTransformVModel',
|
|
159
|
-
name: {
|
|
160
|
-
en: 'Two-way binding (v-model)',
|
|
161
|
-
ru: 'Двусторонняя привязка (v-model)'
|
|
162
|
-
},
|
|
163
|
-
setup: `
|
|
164
|
-
return {
|
|
165
|
-
open: ref(false)
|
|
166
|
-
}
|
|
167
|
-
`,
|
|
168
|
-
template: `
|
|
169
|
-
<div class="wiki-storybook-flex-column">
|
|
170
|
-
<div class="wiki-storybook-flex">
|
|
171
|
-
<button class="wiki-storybook-button" @click="open = !open">Toggle ({{ open }})</button>
|
|
172
|
-
</div>
|
|
173
|
-
|
|
174
|
-
<DesignComponent v-model:open="open">
|
|
175
|
-
<template #head>
|
|
176
|
-
<div class="wiki-storybook-item--padding">
|
|
177
|
-
<h4>v-model controlled</h4>
|
|
178
|
-
<p>This component's visibility is controlled by an external ref via v-model:open.</p>
|
|
179
|
-
</div>
|
|
180
|
-
</template>
|
|
181
|
-
<template #body>
|
|
182
|
-
<div class="wiki-storybook-item--padding">
|
|
183
|
-
<p>Content is {{ open ? 'visible' : 'hidden' }}</p>
|
|
184
|
-
<p>Using <code>v-model:open</code> provides a clean and declarative way to manage the component's state from the parent. It simplifies the logic by removing the need for manual event handling (<code>@update:open</code>) and prop binding (<code>:open</code>).</p>
|
|
185
|
-
<p>This two-way binding is ideal for scenarios where the parent component needs to know about and control the visibility of the MotionTransform component, such as in complex forms or coordinated UI interactions.</p>
|
|
186
|
-
</div>
|
|
187
|
-
</template>
|
|
188
|
-
</DesignComponent>
|
|
189
|
-
</div>
|
|
190
|
-
`
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
documentation: {
|
|
194
|
-
body: `
|
|
195
|
-
<StorybookDescriptions componentName={'MotionTransform'} type={'motionTransform'}/>
|
|
196
|
-
<StorybookDescriptions componentName={'MotionTransform'} type={'classes'}/>
|
|
197
|
-
<StorybookDescriptions componentName={'MotionTransform'} type={'animationHeadPosition'}/>
|
|
198
|
-
<Canvas of={Component.MotionTransformAnimationHeadPosition}/>
|
|
199
|
-
<StorybookDescriptions componentName={'MotionTransform'} type={'ignore'}/>
|
|
200
|
-
<Canvas of={Component.MotionTransformIgnore}/>
|
|
201
|
-
<StorybookDescriptions componentName={'MotionTransform'} type={'v-model'}/>
|
|
202
|
-
<Canvas of={Component.MotionTransformVModel}/>
|
|
203
|
-
`,
|
|
204
|
-
events: `
|
|
205
|
-
<StorybookDescriptions componentName={'MotionTransform'} type={'events'}/>
|
|
206
|
-
`,
|
|
207
|
-
expose: `
|
|
208
|
-
<StorybookDescriptions componentName={'MotionTransform'} type={'expose'}/>
|
|
209
|
-
`,
|
|
210
|
-
slots: `
|
|
211
|
-
<StorybookDescriptions componentName={'MotionTransform'} type={'slots'}/>
|
|
212
|
-
`
|
|
213
|
-
},
|
|
214
|
-
ai: {
|
|
215
|
-
render: `
|
|
216
|
-
<div :class="classDemo.item">
|
|
217
|
-
<MotionTransform :auto-close="false" v-bind="args">
|
|
218
|
-
<template #head>
|
|
219
|
-
<button class="wiki-storybook-button">Toggle Content</button>
|
|
220
|
-
</template>
|
|
221
|
-
<template #body>
|
|
222
|
-
<div class="wiki-storybook-item--padding">
|
|
223
|
-
<p>Expandable content goes here.</p>
|
|
224
|
-
</div>
|
|
225
|
-
</template>
|
|
226
|
-
</MotionTransform>
|
|
227
|
-
</div>
|
|
228
|
-
`,
|
|
229
|
-
description: `
|
|
230
|
-
Low-level motion engine designed for complex component transitions like windows, dropdowns, and collapsible sections. Provides a unified system for managing element transforms, off-DOM teleportation, and interaction patterns (click-outside, etc.).
|
|
231
|
-
Features dynamic size measurement with automatic CSS variable updates for smooth hardware-accelerated animations. Includes a robust state manager (open/show/teleport), focus trapping, and customizable interaction ignoring areas for triggers.
|
|
232
|
-
Controlled via the v-model:open prop and utilizes #head and #body slots for layout. Use as a foundational utility when building custom interactive components requiring sophisticated motion, state transitions, and high-performance DOM manipulation.
|
|
233
|
-
`
|
|
234
|
-
}
|
|
235
|
-
}
|