@bbl-digital/snorre 4.1.0-beta.2 → 4.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/bundle.js +2331 -941
- package/esm/app-shell/index.js +1 -2
- package/esm/core/Alert/index.js +1 -2
- package/esm/core/AppLoader/index.js +1 -2
- package/esm/core/Autocomplete/Autocomplete.stories.js +1 -2
- package/esm/core/Autocomplete/index.js +1 -3
- package/esm/core/Banner/index.js +1 -2
- package/esm/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.js +88 -0
- package/esm/core/BarAndLineComposedChart/index.js +19 -9
- package/esm/core/BarChartWithCustomizedEvent/index.js +1 -2
- package/esm/core/Box/index.js +1 -2
- package/esm/core/BoxedTable/BoxedTable.stories.js +304 -409
- package/esm/core/BoxedTable/DraggableRow/index.js +14 -17
- package/esm/core/BoxedTable/DraggableRow/styles.js +14 -20
- package/esm/core/BoxedTable/HeaderCell/styles.js +3 -3
- package/esm/core/BoxedTable/RowCell/index.js +4 -14
- package/esm/core/BoxedTable/RowCell/styles.js +23 -7
- package/esm/core/BoxedTable/TableHeader/index.js +3 -5
- package/esm/core/BoxedTable/TableHeader/styles.js +3 -18
- package/esm/core/BoxedTable/TableRow/index.js +9 -7
- package/esm/core/BoxedTable/TableRow/styles.js +24 -30
- package/esm/core/BoxedTable/index.js +7 -19
- package/esm/core/BoxedTable/styles.js +19 -25
- package/esm/core/Calendar/CalendarEvent/index.js +3 -3
- package/esm/core/Calendar/CalendarSmallEvent/index.js +1 -2
- package/esm/core/Calendar/index.js +5 -4
- package/esm/core/Card/Card.stories.js +1 -2
- package/esm/core/Checkbox/index.js +1 -2
- package/esm/core/CollapseList/CollapseList.stories.js +1 -2
- package/esm/core/CollapseList/Item.js +1 -3
- package/esm/core/CommentsTimeline/CommentLine/index.js +1 -2
- package/esm/core/CommentsTimeline/CommentsTimeline.stories.js +1 -2
- package/esm/core/Datepicker/index.js +16 -7
- package/esm/core/Datepicker/styles.js +13 -13
- package/esm/core/DatepickerRange/index.js +2 -2
- package/esm/core/Dropdown/index.js +1 -2
- package/esm/core/DropdownMenu/DropdownMenu.stories.js +1 -3
- package/esm/core/DropdownMenu/index.js +1 -2
- package/esm/core/Editor/Editor.stories.js +1 -0
- package/esm/core/Editor/index.js +5 -3
- package/esm/core/EditorQuillReact/EditorQuillReact.stories.js +59 -0
- package/esm/core/EditorQuillReact/IndentAttributor.js +15 -0
- package/esm/core/EditorQuillReact/config.js +31 -0
- package/esm/core/EditorQuillReact/index.js +103 -0
- package/esm/core/EditorQuillReact/styles.js +34 -0
- package/esm/core/FileInput/index.js +1 -2
- package/esm/core/GoogleButton/index.js +2 -2
- package/esm/core/Html/Html.stories.js +2 -3
- package/esm/core/Html/index.js +3 -1
- package/esm/core/Html/styles.js +6 -9
- package/esm/core/ImagePicker/UploadButton.js +1 -2
- package/esm/core/ImagePicker/index.js +1 -2
- package/esm/core/ImageViewer/index.js +1 -2
- package/esm/core/InfoButton/index.js +1 -2
- package/esm/core/Input/Input.stories.js +20 -1
- package/esm/core/Input/index.js +45 -27
- package/esm/core/Input/styles.js +20 -18
- package/esm/core/Link/index.js +1 -2
- package/esm/core/List/Item.js +5 -5
- package/esm/core/List/List.stories.js +1 -3
- package/esm/core/List/index.js +1 -1
- package/esm/core/ListPager/index.js +3 -22
- package/esm/core/MediaCarousel/index.js +7 -4
- package/esm/core/Modal/Modal.stories.js +1 -2
- package/esm/core/Modal/index.js +8 -3
- package/esm/core/Modal/styles.js +8 -8
- package/esm/core/NoticeCard/NoticeCard.stories.js +1 -4
- package/esm/core/NoticeCard/index.js +1 -5
- package/esm/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.js +1 -2
- package/esm/core/NoticeCard/privateComponents/NoticeMetaInfo/index.js +4 -16
- package/esm/core/NotificationCounter/styles.js +1 -1
- package/esm/core/NotificationsMenu/NotificationRow/index.js +2 -2
- package/esm/core/NotificationsMenu/NotificationsMenu.stories.js +4 -4
- package/esm/core/NotificationsMenu/index.js +34 -17
- package/esm/core/NotificationsMenu/styles.js +3 -3
- package/esm/core/PieChart/ActiveShape/index.js +1 -2
- package/esm/core/PieChart/index.js +9 -4
- package/esm/core/PieChart/renderTextContent/index.js +3 -2
- package/esm/core/PreemptionCard/PreemptionCard.stories.js +12 -9
- package/esm/core/PreemptionCard/index.js +3 -4
- package/esm/core/PreemptionCardLoading/index.js +1 -2
- package/esm/core/QuillEditor/Attributors/IndentAttributor.js +15 -0
- package/esm/core/QuillEditor/Attributors/ListContainer.js +20 -0
- package/esm/core/QuillEditor/Attributors/ListItem.js +24 -0
- package/esm/core/QuillEditor/QuillEditor.stories.js +56 -0
- package/esm/core/QuillEditor/classes/IndentAttributor.js +15 -0
- package/esm/core/QuillEditor/classes/LinkSanitizer.js +21 -0
- package/esm/core/QuillEditor/classes/ListContainer.js +20 -0
- package/esm/core/QuillEditor/classes/ListItem.js +24 -0
- package/esm/core/QuillEditor/config.js +28 -0
- package/esm/core/QuillEditor/index.js +284 -0
- package/esm/core/QuillEditor/styles.js +34 -0
- package/esm/core/Radio/Radio.stories.js +1 -2
- package/esm/core/Radio/index.js +1 -2
- package/esm/core/SearchFilter/SearchFilter.stories.js +1 -2
- package/esm/core/SearchFilter/index.js +4 -4
- package/esm/core/SearchSelect/index.js +1 -3
- package/esm/core/Select/Select.stories.js +1 -2
- package/esm/core/Select/index.js +1 -2
- package/esm/core/SimpleBarChart/index.js +1 -2
- package/esm/core/SimpleLineChart/index.js +1 -2
- package/esm/core/Stepper/MobileStep/index.js +33 -0
- package/esm/core/Stepper/MobileStep/styles.js +90 -0
- package/esm/core/Stepper/Step/index.js +83 -0
- package/esm/core/Stepper/Step/styles.js +49 -0
- package/esm/core/Stepper/Stepper.stories.js +29 -0
- package/esm/core/Stepper/index.js +47 -0
- package/esm/core/Stepper/styles.js +24 -0
- package/esm/core/TabBar/TabBar.stories.js +1 -2
- package/esm/core/TabBar/TabItem/index.js +2 -2
- package/esm/core/TabNav/TabNav.stories.js +1 -2
- package/esm/core/TabNav/TabNavItem/index.js +1 -2
- package/esm/core/TabNav/index.js +1 -2
- package/esm/core/Table/Table.stories.js +1 -2
- package/esm/core/Tag/index.js +1 -3
- package/esm/core/Textarea/index.js +6 -5
- package/esm/core/Timeline/Timeline.stories.js +1 -2
- package/esm/core/Timeline/TimelineStep/index.js +1 -2
- package/esm/core/Timepicker/index.js +1 -2
- package/esm/core/Tooltip/index.js +1 -2
- package/esm/core/UserMenu/UserMenu.stories.js +1 -2
- package/esm/core/UserMenu/index.js +1 -2
- package/esm/core/YearWheel/index.js +1 -2
- package/esm/core/private/ButtonOrLink.js +1 -2
- package/esm/core/private/preemption.js +5 -1
- package/esm/globals/validation/regularExpressions.js +1 -1
- package/esm/icons/General/IconAuditorFilled.js +1 -2
- package/esm/icons/General/IconAuditorOutline.js +1 -2
- package/esm/icons/General/IconCamera.js +1 -2
- package/esm/icons/General/IconCases.js +1 -2
- package/esm/icons/General/IconDocument.js +1 -2
- package/esm/icons/General/IconDocumentFilled.js +1 -2
- package/esm/icons/General/IconEmailMarkAsRead.js +12 -0
- package/esm/icons/General/IconFillOut.js +1 -2
- package/esm/icons/General/IconHomeFilled.js +1 -2
- package/esm/icons/General/IconHomeOutline.js +1 -2
- package/esm/icons/General/IconHouseBlockFilled.js +1 -2
- package/esm/icons/General/IconHouseBlockOutline.js +1 -2
- package/esm/icons/General/IconImage.js +1 -2
- package/esm/icons/General/IconJanitorFilled.js +1 -2
- package/esm/icons/General/IconJanitorOutline.js +1 -2
- package/esm/icons/General/IconLeafFilled.js +1 -2
- package/esm/icons/General/IconLeafOutline.js +1 -2
- package/esm/icons/General/IconRearrange.js +1 -2
- package/esm/icons/Icon.stories.js +4 -2
- package/esm/icons/Logos/IconBankAxept.js +1 -2
- package/esm/icons/Logos/IconGmail.js +1 -2
- package/esm/icons/Logos/IconMasterCard.js +1 -2
- package/esm/icons/Logos/IconOffice365.js +1 -2
- package/esm/icons/Logos/IconVisa.js +1 -2
- package/esm/illustrations/Backgrounds/IllustrationHousesBackground.js +1 -2
- package/esm/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.js +1 -2
- package/esm/illustrations/General/IllustrationBudget.js +185 -0
- package/esm/illustrations/General/IllustrationError.js +1 -2
- package/esm/illustrations/General/IllustrationErrorGeneric.js +1 -2
- package/esm/illustrations/General/IllustrationHighHouse.js +1 -2
- package/esm/illustrations/General/IllustrationHighHouseComposition.js +1 -2
- package/esm/illustrations/General/IllustrationHouse.js +1 -2
- package/esm/illustrations/General/IllustrationHouseComposition.js +1 -2
- package/esm/illustrations/General/IllustrationHouseMissing.js +1 -2
- package/esm/illustrations/General/IllustrationLowHouse.js +1 -2
- package/esm/illustrations/General/IllustrationLowHouseComposition.js +1 -2
- package/esm/illustrations/General/IllustrationPaperCompleted.js +1 -2
- package/esm/illustrations/General/IllustrationPaperMissing.js +1 -2
- package/esm/illustrations/General/IllustrationSemiDetachedHouse.js +1 -2
- package/esm/illustrations/General/IllustrationSemiDetachedHouseComposition.js +1 -2
- package/esm/illustrations/General/IllustrationServiceMessage.js +40 -0
- package/esm/illustrations/General/IllustrationSmallHouse.js +1 -2
- package/esm/illustrations/General/IllustrationSmallHouseComposition.js +1 -2
- package/esm/illustrations/General/IllustrationTechninalDifficulties.js +119 -0
- package/esm/illustrations/General/IllustrationTerraceBlock.js +1 -2
- package/esm/illustrations/General/IllustrationTerraceBlockComposition.js +1 -2
- package/esm/illustrations/General/IllustrationTownHouse.js +1 -2
- package/esm/illustrations/General/IllustrationTownHouseComposition.js +1 -2
- package/esm/illustrations/Illustration.stories.js +18 -3
- package/esm/illustrations/MySite/IllustrationMySiteAssociation.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteBenefits.js +180 -0
- package/esm/illustrations/MySite/IllustrationMySiteBuilding.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteCoffeeBook.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteComputer.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteCooperative.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteDashboard.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteGift.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteLetterSent.js +77 -0
- package/esm/illustrations/MySite/IllustrationMySiteMailbox.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySitePapers.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySitePiggyBank.js +1 -2
- package/esm/illustrations/MySite/IllustrationMySiteTransfer.js +1 -2
- package/esm/index.js +9 -2
- package/esm/layout/Footer/Footer.stories.js +1 -2
- package/esm/layout/LayoutShell/index.js +1 -2
- package/esm/layout/Menu/AppPicker/index.js +3 -4
- package/esm/layout/Menu/AppPicker/styles.js +7 -7
- package/esm/layout/Menu/MainMenu/index.js +10 -6
- package/esm/layout/Menu/MainMenu/styles.js +8 -2
- package/esm/layout/Menu/MenuItem/index.js +23 -19
- package/esm/layout/Menu/MenuItem/styles.js +17 -2
- package/esm/layout/Menu/MenuTop/index.js +1 -2
- package/esm/layout/Menu/MenuTop/styles.js +3 -3
- package/esm/layout/Menu/SecondaryMenu/index.js +1 -2
- package/esm/layout/Menu/SecondaryMenuItem/index.js +1 -2
- package/esm/layout/Menu/Sidemenu.stories.js +10 -7
- package/esm/layout/Submenu/Submenu.stories.js +1 -2
- package/esm/layout/Submenu/SubmenuItem/index.js +23 -19
- package/esm/layout/Submenu/SubmenuLightThemeBg/index.js +1 -2
- package/esm/layout/Submenu/index.js +13 -10
- package/esm/layout/Submenu/styles.js +26 -12
- package/esm/shared/recharts/CustomLegend/index.js +1 -2
- package/esm/shared/recharts/CustomTooltip/index.js +1 -2
- package/esm/utils/dates.js +5 -0
- package/esm/utils/format.js +4 -8
- package/jest.config.js +5 -0
- package/lib/app-shell/index.js +1 -2
- package/lib/app-shell/theme.d.ts +1 -1
- package/lib/app-shell/theme.d.ts.map +1 -1
- package/lib/core/Alert/Alert.stories.d.ts +1 -1
- package/lib/core/Alert/Alert.stories.d.ts.map +1 -1
- package/lib/core/Alert/index.js +1 -2
- package/lib/core/Alert/styles.d.ts +6 -6
- package/lib/core/AppLoader/AppLoader.stories.d.ts +1 -1
- package/lib/core/AppLoader/AppLoader.stories.d.ts.map +1 -1
- package/lib/core/AppLoader/index.js +1 -2
- package/lib/core/AppLoader/styles.d.ts +1 -1
- package/lib/core/Autocomplete/Autocomplete.stories.d.ts +0 -1
- package/lib/core/Autocomplete/Autocomplete.stories.d.ts.map +1 -1
- package/lib/core/Autocomplete/Autocomplete.stories.js +1 -2
- package/lib/core/Autocomplete/hooks/useAutocomplete.d.ts +0 -1
- package/lib/core/Autocomplete/hooks/useAutocomplete.d.ts.map +1 -1
- package/lib/core/Autocomplete/hooks/useHandleDimentions.d.ts +0 -1
- package/lib/core/Autocomplete/hooks/useHandleDimentions.d.ts.map +1 -1
- package/lib/core/Autocomplete/index.d.ts +1 -1
- package/lib/core/Autocomplete/index.d.ts.map +1 -1
- package/lib/core/Autocomplete/index.js +1 -3
- package/lib/core/Autocomplete/styles.d.ts +48 -49
- package/lib/core/Autocomplete/styles.d.ts.map +1 -1
- package/lib/core/Banner/Banner.stories.d.ts +1 -1
- package/lib/core/Banner/Banner.stories.d.ts.map +1 -1
- package/lib/core/Banner/index.js +1 -2
- package/lib/core/Banner/styles.d.ts +8 -9
- package/lib/core/Banner/styles.d.ts.map +1 -1
- package/lib/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.d.ts +6 -2
- package/lib/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.d.ts.map +1 -1
- package/lib/core/BarAndLineComposedChart/BarAndLineComposedChart.stories.js +88 -0
- package/lib/core/BarAndLineComposedChart/index.d.ts +10 -1
- package/lib/core/BarAndLineComposedChart/index.d.ts.map +1 -1
- package/lib/core/BarAndLineComposedChart/index.js +19 -9
- package/lib/core/BarAndLineComposedChart/styles.d.ts +2 -3
- package/lib/core/BarAndLineComposedChart/styles.d.ts.map +1 -1
- package/lib/core/BarChartWithCustomizedEvent/BarChartWithCustomizedEvent.stories.d.ts +2 -2
- package/lib/core/BarChartWithCustomizedEvent/BarChartWithCustomizedEvent.stories.d.ts.map +1 -1
- package/lib/core/BarChartWithCustomizedEvent/index.js +1 -2
- package/lib/core/BarChartWithCustomizedEvent/styles.d.ts +2 -3
- package/lib/core/BarChartWithCustomizedEvent/styles.d.ts.map +1 -1
- package/lib/core/Box/Box.stories.d.ts +1 -1
- package/lib/core/Box/Box.stories.d.ts.map +1 -1
- package/lib/core/Box/index.d.ts +1 -1
- package/lib/core/Box/index.d.ts.map +1 -1
- package/lib/core/Box/index.js +1 -2
- package/lib/core/Box/styles.d.ts +39 -40
- package/lib/core/Box/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/BoxedTable.stories.d.ts +35 -14
- package/lib/core/BoxedTable/BoxedTable.stories.d.ts.map +1 -1
- package/lib/core/BoxedTable/BoxedTable.stories.js +304 -409
- package/lib/core/BoxedTable/DraggableRow/index.d.ts.map +1 -1
- package/lib/core/BoxedTable/DraggableRow/index.js +14 -17
- package/lib/core/BoxedTable/DraggableRow/styles.d.ts +11 -16
- package/lib/core/BoxedTable/DraggableRow/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/DraggableRow/styles.js +14 -20
- package/lib/core/BoxedTable/HeaderCell/styles.d.ts +2 -8
- package/lib/core/BoxedTable/HeaderCell/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/HeaderCell/styles.js +3 -3
- package/lib/core/BoxedTable/RowCell/index.d.ts +0 -2
- package/lib/core/BoxedTable/RowCell/index.d.ts.map +1 -1
- package/lib/core/BoxedTable/RowCell/index.js +4 -14
- package/lib/core/BoxedTable/RowCell/styles.d.ts +9 -7
- package/lib/core/BoxedTable/RowCell/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/RowCell/styles.js +23 -7
- package/lib/core/BoxedTable/TableHeader/index.d.ts.map +1 -1
- package/lib/core/BoxedTable/TableHeader/index.js +3 -5
- package/lib/core/BoxedTable/TableHeader/styles.d.ts +3 -8
- package/lib/core/BoxedTable/TableHeader/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/TableHeader/styles.js +3 -18
- package/lib/core/BoxedTable/TableRow/index.d.ts.map +1 -1
- package/lib/core/BoxedTable/TableRow/index.js +9 -7
- package/lib/core/BoxedTable/TableRow/styles.d.ts +17 -22
- package/lib/core/BoxedTable/TableRow/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/TableRow/styles.js +24 -30
- package/lib/core/BoxedTable/index.d.ts +0 -6
- package/lib/core/BoxedTable/index.d.ts.map +1 -1
- package/lib/core/BoxedTable/index.js +7 -19
- package/lib/core/BoxedTable/styles.d.ts +4 -12
- package/lib/core/BoxedTable/styles.d.ts.map +1 -1
- package/lib/core/BoxedTable/styles.js +19 -25
- package/lib/core/Button/Button.stories.d.ts +1 -1
- package/lib/core/Button/Button.stories.d.ts.map +1 -1
- package/lib/core/Button/index.d.ts +31 -31
- package/lib/core/Button/index.d.ts.map +1 -1
- package/lib/core/Button/styles.d.ts +18 -19
- package/lib/core/Button/styles.d.ts.map +1 -1
- package/lib/core/Calendar/Calendar.stories.d.ts +2 -2
- package/lib/core/Calendar/Calendar.stories.d.ts.map +1 -1
- package/lib/core/Calendar/CalendarEvent/index.d.ts.map +1 -1
- package/lib/core/Calendar/CalendarEvent/index.js +3 -3
- package/lib/core/Calendar/CalendarEvent/styles.d.ts +8 -9
- package/lib/core/Calendar/CalendarEvent/styles.d.ts.map +1 -1
- package/lib/core/Calendar/CalendarSmallEvent/index.js +1 -2
- package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts +8 -9
- package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts.map +1 -1
- package/lib/core/Calendar/index.d.ts.map +1 -1
- package/lib/core/Calendar/index.js +5 -4
- package/lib/core/Calendar/styles.d.ts +9 -10
- package/lib/core/Calendar/styles.d.ts.map +1 -1
- package/lib/core/Card/Card.stories.d.ts +1 -2
- package/lib/core/Card/Card.stories.d.ts.map +1 -1
- package/lib/core/Card/Card.stories.js +1 -2
- package/lib/core/Card/index.d.ts +12 -12
- package/lib/core/Card/index.d.ts.map +1 -1
- package/lib/core/Card/styles.d.ts +11 -11
- package/lib/core/Checkbox/Checkbox.stories.d.ts +1 -1
- package/lib/core/Checkbox/Checkbox.stories.d.ts.map +1 -1
- package/lib/core/Checkbox/index.js +1 -2
- package/lib/core/Checkbox/styles.d.ts +5 -5
- package/lib/core/Checkbox/styles.d.ts.map +1 -1
- package/lib/core/CollapseList/CollapseList.stories.d.ts +1 -1
- package/lib/core/CollapseList/CollapseList.stories.d.ts.map +1 -1
- package/lib/core/CollapseList/CollapseList.stories.js +1 -2
- package/lib/core/CollapseList/Item.js +1 -3
- package/lib/core/CollapseList/styles.d.ts +32 -33
- package/lib/core/CollapseList/styles.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/CommentLine/index.js +1 -2
- package/lib/core/CommentsTimeline/CommentLine/styles.d.ts +6 -7
- package/lib/core/CommentsTimeline/CommentLine/styles.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.d.ts +1 -1
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.d.ts.map +1 -1
- package/lib/core/CommentsTimeline/CommentsTimeline.stories.js +1 -2
- package/lib/core/CommentsTimeline/styles.d.ts +2 -3
- package/lib/core/CommentsTimeline/styles.d.ts.map +1 -1
- package/lib/core/CustomText/CustomText.stories.d.ts +1 -1
- package/lib/core/CustomText/CustomText.stories.d.ts.map +1 -1
- package/lib/core/CustomText/styles.d.ts +3 -4
- package/lib/core/CustomText/styles.d.ts.map +1 -1
- package/lib/core/Datepicker/Datepicker.stories.d.ts +1 -2
- package/lib/core/Datepicker/Datepicker.stories.d.ts.map +1 -1
- package/lib/core/Datepicker/index.d.ts +4 -4
- package/lib/core/Datepicker/index.d.ts.map +1 -1
- package/lib/core/Datepicker/index.js +16 -7
- package/lib/core/Datepicker/styles.d.ts +14 -15
- package/lib/core/Datepicker/styles.d.ts.map +1 -1
- package/lib/core/Datepicker/styles.js +13 -13
- package/lib/core/DatepickerRange/DatepickerRange.stories.d.ts +1 -1
- package/lib/core/DatepickerRange/DatepickerRange.stories.d.ts.map +1 -1
- package/lib/core/DatepickerRange/index.d.ts +0 -1
- package/lib/core/DatepickerRange/index.d.ts.map +1 -1
- package/lib/core/DatepickerRange/index.js +2 -2
- package/lib/core/DatepickerRange/styles.d.ts +14 -15
- package/lib/core/DatepickerRange/styles.d.ts.map +1 -1
- package/lib/core/Divider/styles.d.ts +5 -5
- package/lib/core/Dropdown/Dropdown.stories.d.ts +1 -1
- package/lib/core/Dropdown/Dropdown.stories.d.ts.map +1 -1
- package/lib/core/Dropdown/index.js +1 -2
- package/lib/core/Dropdown/styles.d.ts +3 -3
- package/lib/core/DropdownMenu/DropdownMenu.stories.d.ts +1 -1
- package/lib/core/DropdownMenu/DropdownMenu.stories.d.ts.map +1 -1
- package/lib/core/DropdownMenu/DropdownMenu.stories.js +1 -3
- package/lib/core/DropdownMenu/index.js +1 -2
- package/lib/core/DropdownMenu/styles.d.ts +5 -6
- package/lib/core/DropdownMenu/styles.d.ts.map +1 -1
- package/lib/core/Editor/Editor.stories.d.ts +1 -1
- package/lib/core/Editor/Editor.stories.d.ts.map +1 -1
- package/lib/core/Editor/Editor.stories.js +1 -0
- package/lib/core/Editor/index.d.ts +3 -0
- package/lib/core/Editor/index.d.ts.map +1 -1
- package/lib/core/Editor/index.js +5 -3
- package/lib/core/Editor/styles.d.ts +6 -7
- package/lib/core/Editor/styles.d.ts.map +1 -1
- package/lib/core/EditorQuillReact/EditorQuillReact.stories.d.ts +8 -0
- package/lib/core/EditorQuillReact/EditorQuillReact.stories.d.ts.map +1 -0
- package/lib/core/EditorQuillReact/EditorQuillReact.stories.js +59 -0
- package/lib/core/EditorQuillReact/IndentAttributor.d.ts +7 -0
- package/lib/core/EditorQuillReact/IndentAttributor.d.ts.map +1 -0
- package/lib/core/EditorQuillReact/IndentAttributor.js +15 -0
- package/lib/core/EditorQuillReact/config.d.ts +30 -0
- package/lib/core/EditorQuillReact/config.d.ts.map +1 -0
- package/lib/core/EditorQuillReact/config.js +31 -0
- package/lib/core/EditorQuillReact/index.d.ts +23 -0
- package/lib/core/EditorQuillReact/index.d.ts.map +1 -0
- package/lib/core/EditorQuillReact/index.js +103 -0
- package/lib/core/EditorQuillReact/styles.d.ts +13 -0
- package/lib/core/EditorQuillReact/styles.d.ts.map +1 -0
- package/lib/core/EditorQuillReact/styles.js +34 -0
- package/lib/core/FileInput/FileInput.stories.d.ts +1 -1
- package/lib/core/FileInput/FileInput.stories.d.ts.map +1 -1
- package/lib/core/FileInput/index.js +1 -2
- package/lib/core/FileInput/styles.d.ts +55 -56
- package/lib/core/FileInput/styles.d.ts.map +1 -1
- package/lib/core/GoogleButton/GoogleButton.stories.d.ts +1 -1
- package/lib/core/GoogleButton/GoogleButton.stories.d.ts.map +1 -1
- package/lib/core/GoogleButton/index.d.ts +1 -1
- package/lib/core/GoogleButton/index.d.ts.map +1 -1
- package/lib/core/GoogleButton/index.js +2 -2
- package/lib/core/GoogleButton/styles.d.ts +2 -3
- package/lib/core/GoogleButton/styles.d.ts.map +1 -1
- package/lib/core/Header/Header.stories.d.ts +1 -1
- package/lib/core/Header/Header.stories.d.ts.map +1 -1
- package/lib/core/Header/styles.d.ts +7 -7
- package/lib/core/HighlightText/HighlightText.stories.d.ts +1 -1
- package/lib/core/HighlightText/HighlightText.stories.d.ts.map +1 -1
- package/lib/core/HighlightText/styles.d.ts +2 -3
- package/lib/core/HighlightText/styles.d.ts.map +1 -1
- package/lib/core/Html/Html.stories.d.ts +1 -1
- package/lib/core/Html/Html.stories.d.ts.map +1 -1
- package/lib/core/Html/Html.stories.js +2 -3
- package/lib/core/Html/index.d.ts +1 -0
- package/lib/core/Html/index.d.ts.map +1 -1
- package/lib/core/Html/index.js +3 -1
- package/lib/core/Html/styles.d.ts +6 -6
- package/lib/core/Html/styles.d.ts.map +1 -1
- package/lib/core/Html/styles.js +6 -9
- package/lib/core/Image/Image.stories.d.ts +1 -1
- package/lib/core/Image/Image.stories.d.ts.map +1 -1
- package/lib/core/Image/styles.d.ts +6 -6
- package/lib/core/ImagePicker/IconWithBackground.d.ts +1 -1
- package/lib/core/ImagePicker/IconWithBackground.d.ts.map +1 -1
- package/lib/core/ImagePicker/ImagePicker.stories.d.ts +1 -1
- package/lib/core/ImagePicker/ImagePicker.stories.d.ts.map +1 -1
- package/lib/core/ImagePicker/UploadButton.d.ts +1 -1
- package/lib/core/ImagePicker/UploadButton.d.ts.map +1 -1
- package/lib/core/ImagePicker/UploadButton.js +1 -2
- package/lib/core/ImagePicker/index.d.ts +1 -1
- package/lib/core/ImagePicker/index.d.ts.map +1 -1
- package/lib/core/ImagePicker/index.js +1 -2
- package/lib/core/ImagePicker/styles.d.ts +11 -11
- package/lib/core/ImageViewer/ImageViewer.stories.d.ts +1 -1
- package/lib/core/ImageViewer/ImageViewer.stories.d.ts.map +1 -1
- package/lib/core/ImageViewer/index.d.ts +1 -1
- package/lib/core/ImageViewer/index.d.ts.map +1 -1
- package/lib/core/ImageViewer/index.js +1 -2
- package/lib/core/ImageViewer/styles.d.ts +6 -6
- package/lib/core/InfoButton/InfoButton.stories.d.ts +1 -1
- package/lib/core/InfoButton/InfoButton.stories.d.ts.map +1 -1
- package/lib/core/InfoButton/index.js +1 -2
- package/lib/core/InfoButton/styles.d.ts +41 -42
- package/lib/core/InfoButton/styles.d.ts.map +1 -1
- package/lib/core/Input/Input.stories.d.ts +3 -1
- package/lib/core/Input/Input.stories.d.ts.map +1 -1
- package/lib/core/Input/Input.stories.js +20 -1
- package/lib/core/Input/index.d.ts +8 -2
- package/lib/core/Input/index.d.ts.map +1 -1
- package/lib/core/Input/index.js +45 -27
- package/lib/core/Input/styles.d.ts +19 -17
- package/lib/core/Input/styles.d.ts.map +1 -1
- package/lib/core/Input/styles.js +20 -18
- package/lib/core/Link/Link.stories.d.ts +1 -1
- package/lib/core/Link/Link.stories.d.ts.map +1 -1
- package/lib/core/Link/index.d.ts +1 -1
- package/lib/core/Link/index.d.ts.map +1 -1
- package/lib/core/Link/index.js +1 -2
- package/lib/core/Link/styles.d.ts +11 -12
- package/lib/core/Link/styles.d.ts.map +1 -1
- package/lib/core/List/Item.d.ts +1 -1
- package/lib/core/List/Item.d.ts.map +1 -1
- package/lib/core/List/Item.js +5 -5
- package/lib/core/List/List.stories.d.ts +1 -1
- package/lib/core/List/List.stories.d.ts.map +1 -1
- package/lib/core/List/List.stories.js +1 -3
- package/lib/core/List/index.d.ts +1 -1
- package/lib/core/List/index.d.ts.map +1 -1
- package/lib/core/List/index.js +1 -1
- package/lib/core/List/styles.d.ts +11 -11
- package/lib/core/ListPager/ListPager.stories.d.ts +1 -1
- package/lib/core/ListPager/ListPager.stories.d.ts.map +1 -1
- package/lib/core/ListPager/index.d.ts +0 -2
- package/lib/core/ListPager/index.d.ts.map +1 -1
- package/lib/core/ListPager/index.js +3 -22
- package/lib/core/ListPager/styles.d.ts +5 -6
- package/lib/core/ListPager/styles.d.ts.map +1 -1
- package/lib/core/MediaCarousel/MediaCarousel.stories.d.ts +1 -1
- package/lib/core/MediaCarousel/MediaCarousel.stories.d.ts.map +1 -1
- package/lib/core/MediaCarousel/index.d.ts +5 -3
- package/lib/core/MediaCarousel/index.d.ts.map +1 -1
- package/lib/core/MediaCarousel/index.js +7 -4
- package/lib/core/MediaCarousel/styles.d.ts +11 -12
- package/lib/core/MediaCarousel/styles.d.ts.map +1 -1
- package/lib/core/Modal/ActionButtons/index.d.ts +1 -1
- package/lib/core/Modal/ActionButtons/index.d.ts.map +1 -1
- package/lib/core/Modal/Modal.stories.d.ts +1 -1
- package/lib/core/Modal/Modal.stories.d.ts.map +1 -1
- package/lib/core/Modal/Modal.stories.js +1 -2
- package/lib/core/Modal/index.d.ts +5 -3
- package/lib/core/Modal/index.d.ts.map +1 -1
- package/lib/core/Modal/index.js +8 -3
- package/lib/core/Modal/styles.d.ts +14 -15
- package/lib/core/Modal/styles.d.ts.map +1 -1
- package/lib/core/Modal/styles.js +8 -8
- package/lib/core/NoticeCard/NoticeCard.stories.d.ts +2 -2
- package/lib/core/NoticeCard/NoticeCard.stories.d.ts.map +1 -1
- package/lib/core/NoticeCard/NoticeCard.stories.js +1 -4
- package/lib/core/NoticeCard/index.d.ts.map +1 -1
- package/lib/core/NoticeCard/index.js +1 -5
- package/lib/core/NoticeCard/models.d.ts +0 -2
- package/lib/core/NoticeCard/models.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.js +1 -2
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts +6 -7
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts +2 -3
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.d.ts +0 -2
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.d.ts.map +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.js +4 -16
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts +6 -7
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts.map +1 -1
- package/lib/core/NoticeCard/styles.d.ts +8 -9
- package/lib/core/NoticeCard/styles.d.ts.map +1 -1
- package/lib/core/NotificationCounter/NotificationCounter.stories.d.ts +2 -2
- package/lib/core/NotificationCounter/NotificationCounter.stories.d.ts.map +1 -1
- package/lib/core/NotificationCounter/styles.d.ts +1 -1
- package/lib/core/NotificationCounter/styles.d.ts.map +1 -1
- package/lib/core/NotificationCounter/styles.js +1 -1
- package/lib/core/NotificationsMenu/NotificationRow/index.d.ts +1 -1
- package/lib/core/NotificationsMenu/NotificationRow/index.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/NotificationRow/index.js +2 -2
- package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts +36 -37
- package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.d.ts +1 -1
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/NotificationsMenu.stories.js +4 -4
- package/lib/core/NotificationsMenu/index.d.ts +4 -2
- package/lib/core/NotificationsMenu/index.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/index.js +34 -17
- package/lib/core/NotificationsMenu/styles.d.ts +7 -8
- package/lib/core/NotificationsMenu/styles.d.ts.map +1 -1
- package/lib/core/NotificationsMenu/styles.js +3 -3
- package/lib/core/PieChart/ActiveShape/index.js +1 -2
- package/lib/core/PieChart/PieChart.stories.d.ts +2 -2
- package/lib/core/PieChart/PieChart.stories.d.ts.map +1 -1
- package/lib/core/PieChart/index.d.ts +2 -0
- package/lib/core/PieChart/index.d.ts.map +1 -1
- package/lib/core/PieChart/index.js +9 -4
- package/lib/core/PieChart/renderTextContent/index.d.ts +1 -1
- package/lib/core/PieChart/renderTextContent/index.d.ts.map +1 -1
- package/lib/core/PieChart/renderTextContent/index.js +3 -2
- package/lib/core/PieChart/styles.d.ts +4 -5
- package/lib/core/PieChart/styles.d.ts.map +1 -1
- package/lib/core/PreemptionCard/PreemptionCard.stories.d.ts +6 -7
- package/lib/core/PreemptionCard/PreemptionCard.stories.d.ts.map +1 -1
- package/lib/core/PreemptionCard/PreemptionCard.stories.js +12 -9
- package/lib/core/PreemptionCard/index.d.ts.map +1 -1
- package/lib/core/PreemptionCard/index.js +3 -4
- package/lib/core/PreemptionCard/styles.d.ts +4 -5
- package/lib/core/PreemptionCard/styles.d.ts.map +1 -1
- package/lib/core/PreemptionCardLoading/PreemptionCardLoading.stories.d.ts +2 -2
- package/lib/core/PreemptionCardLoading/PreemptionCardLoading.stories.d.ts.map +1 -1
- package/lib/core/PreemptionCardLoading/index.js +1 -2
- package/lib/core/PreemptionCardLoading/styles.d.ts +6 -7
- package/lib/core/PreemptionCardLoading/styles.d.ts.map +1 -1
- package/lib/core/QuillEditor/Attributors/IndentAttributor.d.ts +7 -0
- package/lib/core/QuillEditor/Attributors/IndentAttributor.d.ts.map +1 -0
- package/lib/core/QuillEditor/Attributors/IndentAttributor.js +15 -0
- package/lib/core/QuillEditor/Attributors/ListContainer.d.ts +10 -0
- package/lib/core/QuillEditor/Attributors/ListContainer.d.ts.map +1 -0
- package/lib/core/QuillEditor/Attributors/ListContainer.js +20 -0
- package/lib/core/QuillEditor/Attributors/ListItem.d.ts +10 -0
- package/lib/core/QuillEditor/Attributors/ListItem.d.ts.map +1 -0
- package/lib/core/QuillEditor/Attributors/ListItem.js +24 -0
- package/lib/core/QuillEditor/QuillEditor.stories.d.ts +28 -0
- package/lib/core/QuillEditor/QuillEditor.stories.d.ts.map +1 -0
- package/lib/core/QuillEditor/QuillEditor.stories.js +56 -0
- package/lib/core/QuillEditor/classes/IndentAttributor.d.ts +7 -0
- package/lib/core/QuillEditor/classes/IndentAttributor.d.ts.map +1 -0
- package/lib/core/QuillEditor/classes/IndentAttributor.js +15 -0
- package/lib/core/QuillEditor/classes/LinkSanitizer.d.ts +6 -0
- package/lib/core/QuillEditor/classes/LinkSanitizer.d.ts.map +1 -0
- package/lib/core/QuillEditor/classes/LinkSanitizer.js +21 -0
- package/lib/core/QuillEditor/classes/ListContainer.d.ts +10 -0
- package/lib/core/QuillEditor/classes/ListContainer.d.ts.map +1 -0
- package/lib/core/QuillEditor/classes/ListContainer.js +20 -0
- package/lib/core/QuillEditor/classes/ListItem.d.ts +10 -0
- package/lib/core/QuillEditor/classes/ListItem.d.ts.map +1 -0
- package/lib/core/QuillEditor/classes/ListItem.js +24 -0
- package/lib/core/QuillEditor/config.d.ts +19 -0
- package/lib/core/QuillEditor/config.d.ts.map +1 -0
- package/lib/core/QuillEditor/config.js +28 -0
- package/lib/core/QuillEditor/index.d.ts +5 -0
- package/lib/core/QuillEditor/index.d.ts.map +1 -0
- package/lib/core/QuillEditor/index.js +284 -0
- package/lib/core/QuillEditor/models.d.ts +80 -0
- package/lib/core/QuillEditor/models.d.ts.map +1 -0
- package/lib/core/QuillEditor/styles.d.ts +13 -0
- package/lib/core/QuillEditor/styles.d.ts.map +1 -0
- package/lib/core/QuillEditor/styles.js +34 -0
- package/lib/core/Radio/Radio.stories.d.ts +2 -2
- package/lib/core/Radio/Radio.stories.d.ts.map +1 -1
- package/lib/core/Radio/Radio.stories.js +1 -2
- package/lib/core/Radio/index.d.ts +1 -1
- package/lib/core/Radio/index.d.ts.map +1 -1
- package/lib/core/Radio/index.js +1 -2
- package/lib/core/Radio/styles.d.ts +4 -4
- package/lib/core/SearchFilter/SearchFilter.stories.d.ts +2 -2
- package/lib/core/SearchFilter/SearchFilter.stories.d.ts.map +1 -1
- package/lib/core/SearchFilter/SearchFilter.stories.js +1 -2
- package/lib/core/SearchFilter/index.d.ts.map +1 -1
- package/lib/core/SearchFilter/index.js +4 -4
- package/lib/core/SearchFilter/styles.d.ts +14 -15
- package/lib/core/SearchFilter/styles.d.ts.map +1 -1
- package/lib/core/SearchSelect/SearchSelect.stories.d.ts +2 -2
- package/lib/core/SearchSelect/SearchSelect.stories.d.ts.map +1 -1
- package/lib/core/SearchSelect/hooks/useSelectSearch.d.ts +0 -1
- package/lib/core/SearchSelect/hooks/useSelectSearch.d.ts.map +1 -1
- package/lib/core/SearchSelect/index.js +1 -3
- package/lib/core/SearchSelect/styles.d.ts +9 -10
- package/lib/core/SearchSelect/styles.d.ts.map +1 -1
- package/lib/core/Select/Select.stories.d.ts +2 -2
- package/lib/core/Select/Select.stories.d.ts.map +1 -1
- package/lib/core/Select/Select.stories.js +1 -2
- package/lib/core/Select/index.js +1 -2
- package/lib/core/Select/styles.d.ts +19 -20
- package/lib/core/Select/styles.d.ts.map +1 -1
- package/lib/core/SimpleBarChart/SimpleBarChart.stories.d.ts +2 -2
- package/lib/core/SimpleBarChart/SimpleBarChart.stories.d.ts.map +1 -1
- package/lib/core/SimpleBarChart/index.js +1 -2
- package/lib/core/SimpleBarChart/styles.d.ts +2 -3
- package/lib/core/SimpleBarChart/styles.d.ts.map +1 -1
- package/lib/core/SimpleLineChart/SimpleLineChart.stories.d.ts +2 -2
- package/lib/core/SimpleLineChart/SimpleLineChart.stories.d.ts.map +1 -1
- package/lib/core/SimpleLineChart/index.js +1 -2
- package/lib/core/SimpleLineChart/styles.d.ts +2 -3
- package/lib/core/SimpleLineChart/styles.d.ts.map +1 -1
- package/lib/core/Skeleton/Skeleton.stories.d.ts +1 -1
- package/lib/core/Skeleton/Skeleton.stories.d.ts.map +1 -1
- package/lib/core/Skeleton/styles.d.ts +9 -10
- package/lib/core/Skeleton/styles.d.ts.map +1 -1
- package/lib/core/Spinner/Spinner.stories.d.ts +2 -2
- package/lib/core/Spinner/Spinner.stories.d.ts.map +1 -1
- package/lib/core/Spinner/styles.d.ts +5 -5
- package/lib/core/Spinner/styles.d.ts.map +1 -1
- package/lib/core/Stepper/MobileStep/index.d.ts +8 -0
- package/lib/core/Stepper/MobileStep/index.d.ts.map +1 -0
- package/lib/core/Stepper/MobileStep/index.js +33 -0
- package/lib/core/Stepper/MobileStep/styles.d.ts +31 -0
- package/lib/core/Stepper/MobileStep/styles.d.ts.map +1 -0
- package/lib/core/Stepper/MobileStep/styles.js +90 -0
- package/lib/core/Stepper/Step/index.d.ts +12 -0
- package/lib/core/Stepper/Step/index.d.ts.map +1 -0
- package/lib/core/Stepper/Step/index.js +83 -0
- package/lib/core/Stepper/Step/styles.d.ts +27 -0
- package/lib/core/Stepper/Step/styles.d.ts.map +1 -0
- package/lib/core/Stepper/Step/styles.js +49 -0
- package/lib/core/Stepper/Stepper.stories.d.ts +7 -0
- package/lib/core/Stepper/Stepper.stories.d.ts.map +1 -0
- package/lib/core/Stepper/Stepper.stories.js +29 -0
- package/lib/core/Stepper/index.d.ts +18 -0
- package/lib/core/Stepper/index.d.ts.map +1 -0
- package/lib/core/Stepper/index.js +47 -0
- package/lib/core/Stepper/styles.d.ts +13 -0
- package/lib/core/Stepper/styles.d.ts.map +1 -0
- package/lib/core/Stepper/styles.js +24 -0
- package/lib/core/TabBar/TabBar.stories.d.ts +2 -2
- package/lib/core/TabBar/TabBar.stories.d.ts.map +1 -1
- package/lib/core/TabBar/TabBar.stories.js +1 -2
- package/lib/core/TabBar/TabItem/index.js +2 -2
- package/lib/core/TabBar/TabItem/styles.d.ts +2 -3
- package/lib/core/TabBar/TabItem/styles.d.ts.map +1 -1
- package/lib/core/TabBar/styles.d.ts +2 -3
- package/lib/core/TabBar/styles.d.ts.map +1 -1
- package/lib/core/TabNav/TabNav.stories.d.ts +2 -2
- package/lib/core/TabNav/TabNav.stories.d.ts.map +1 -1
- package/lib/core/TabNav/TabNav.stories.js +1 -2
- package/lib/core/TabNav/TabNavItem/index.js +1 -2
- package/lib/core/TabNav/TabNavItem/styles.d.ts +10 -11
- package/lib/core/TabNav/TabNavItem/styles.d.ts.map +1 -1
- package/lib/core/TabNav/index.js +1 -2
- package/lib/core/TabNav/styles.d.ts +12 -13
- package/lib/core/TabNav/styles.d.ts.map +1 -1
- package/lib/core/TabNav/utils/useContainerDimensions.d.ts.map +1 -1
- package/lib/core/Table/Cell.d.ts +1 -1
- package/lib/core/Table/Cell.d.ts.map +1 -1
- package/lib/core/Table/Row.d.ts +1 -1
- package/lib/core/Table/Row.d.ts.map +1 -1
- package/lib/core/Table/Table.stories.d.ts +2 -2
- package/lib/core/Table/Table.stories.d.ts.map +1 -1
- package/lib/core/Table/Table.stories.js +1 -2
- package/lib/core/Table/index.d.ts +1 -1
- package/lib/core/Table/index.d.ts.map +1 -1
- package/lib/core/Table/styles.d.ts +18 -19
- package/lib/core/Table/styles.d.ts.map +1 -1
- package/lib/core/Tag/Tag.stories.d.ts +1 -1
- package/lib/core/Tag/Tag.stories.d.ts.map +1 -1
- package/lib/core/Tag/index.js +1 -3
- package/lib/core/Tag/styles.d.ts +13 -13
- package/lib/core/Text/Text.stories.d.ts +1 -1
- package/lib/core/Text/Text.stories.d.ts.map +1 -1
- package/lib/core/Text/index.d.ts +1 -1
- package/lib/core/Text/index.d.ts.map +1 -1
- package/lib/core/Text/styles.d.ts +15 -15
- package/lib/core/Textarea/Textarea.stories.d.ts +1 -1
- package/lib/core/Textarea/Textarea.stories.d.ts.map +1 -1
- package/lib/core/Textarea/index.d.ts +3 -5
- package/lib/core/Textarea/index.d.ts.map +1 -1
- package/lib/core/Textarea/index.js +6 -5
- package/lib/core/Textarea/styles.d.ts +8 -9
- package/lib/core/Textarea/styles.d.ts.map +1 -1
- package/lib/core/Timeline/Timeline.stories.d.ts +2 -2
- package/lib/core/Timeline/Timeline.stories.d.ts.map +1 -1
- package/lib/core/Timeline/Timeline.stories.js +1 -2
- package/lib/core/Timeline/TimelineStep/index.js +1 -2
- package/lib/core/Timeline/TimelineStep/styles.d.ts +7 -8
- package/lib/core/Timeline/TimelineStep/styles.d.ts.map +1 -1
- package/lib/core/Timeline/styles.d.ts +2 -3
- package/lib/core/Timeline/styles.d.ts.map +1 -1
- package/lib/core/Timepicker/Timepicker.stories.d.ts +2 -2
- package/lib/core/Timepicker/Timepicker.stories.d.ts.map +1 -1
- package/lib/core/Timepicker/index.d.ts +1 -1
- package/lib/core/Timepicker/index.d.ts.map +1 -1
- package/lib/core/Timepicker/index.js +1 -2
- package/lib/core/Timepicker/styles.d.ts +9 -10
- package/lib/core/Timepicker/styles.d.ts.map +1 -1
- package/lib/core/Tooltip/Tooptip.stories.d.ts +2 -2
- package/lib/core/Tooltip/Tooptip.stories.d.ts.map +1 -1
- package/lib/core/Tooltip/index.js +1 -2
- package/lib/core/Tooltip/styles.d.ts +2 -2
- package/lib/core/UserMenu/UserMenu.stories.d.ts +2 -2
- package/lib/core/UserMenu/UserMenu.stories.d.ts.map +1 -1
- package/lib/core/UserMenu/UserMenu.stories.js +1 -2
- package/lib/core/UserMenu/index.js +1 -2
- package/lib/core/UserMenu/styles.d.ts +14 -15
- package/lib/core/UserMenu/styles.d.ts.map +1 -1
- package/lib/core/Video/Video.stories.d.ts +2 -1
- package/lib/core/Video/Video.stories.d.ts.map +1 -1
- package/lib/core/Video/index.d.ts +0 -1
- package/lib/core/Video/index.d.ts.map +1 -1
- package/lib/core/Video/styles.d.ts +2 -3
- package/lib/core/Video/styles.d.ts.map +1 -1
- package/lib/core/YearWheel/YearWheel.stories.d.ts +2 -2
- package/lib/core/YearWheel/YearWheel.stories.d.ts.map +1 -1
- package/lib/core/YearWheel/index.js +1 -2
- package/lib/core/YearWheel/styles.d.ts +4 -5
- package/lib/core/YearWheel/styles.d.ts.map +1 -1
- package/lib/core/private/ButtonOrLink.d.ts +18 -18
- package/lib/core/private/ButtonOrLink.d.ts.map +1 -1
- package/lib/core/private/ButtonOrLink.js +1 -2
- package/lib/core/private/preemption.d.ts.map +1 -1
- package/lib/core/private/preemption.js +5 -1
- package/lib/globals/styles/styles.d.ts +1 -1
- package/lib/globals/validation/regularExpressions.js +1 -1
- package/lib/hooks/useIsMobile.d.ts +1 -1
- package/lib/hooks/useIsMobile.d.ts.map +1 -1
- package/lib/icons/General/IconAuditorFilled.js +1 -2
- package/lib/icons/General/IconAuditorOutline.js +1 -2
- package/lib/icons/General/IconCamera.js +1 -2
- package/lib/icons/General/IconCases.js +1 -2
- package/lib/icons/General/IconDocument.js +1 -2
- package/lib/icons/General/IconDocumentFilled.js +1 -2
- package/lib/icons/General/IconEmailMarkAsRead.d.ts +3 -0
- package/lib/icons/General/IconEmailMarkAsRead.d.ts.map +1 -0
- package/lib/icons/General/IconEmailMarkAsRead.js +12 -0
- package/lib/icons/General/IconFillOut.js +1 -2
- package/lib/icons/General/IconHomeFilled.js +1 -2
- package/lib/icons/General/IconHomeOutline.js +1 -2
- package/lib/icons/General/IconHouseBlockFilled.js +1 -2
- package/lib/icons/General/IconHouseBlockOutline.js +1 -2
- package/lib/icons/General/IconImage.js +1 -2
- package/lib/icons/General/IconJanitorFilled.js +1 -2
- package/lib/icons/General/IconJanitorOutline.js +1 -2
- package/lib/icons/General/IconLeafFilled.js +1 -2
- package/lib/icons/General/IconLeafOutline.js +1 -2
- package/lib/icons/General/IconRearrange.js +1 -2
- package/lib/icons/Icon.stories.d.ts +0 -1
- package/lib/icons/Icon.stories.d.ts.map +1 -1
- package/lib/icons/Icon.stories.js +4 -2
- package/lib/icons/Logos/IconBankAxept.js +1 -2
- package/lib/icons/Logos/IconGmail.js +1 -2
- package/lib/icons/Logos/IconMasterCard.js +1 -2
- package/lib/icons/Logos/IconOffice365.js +1 -2
- package/lib/icons/Logos/IconVisa.js +1 -2
- package/lib/icons/withIcon.d.ts +2 -2
- package/lib/icons/withIcon.d.ts.map +1 -1
- package/lib/illustrations/Backgrounds/IllustrationHousesBackground.js +1 -2
- package/lib/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.js +1 -2
- package/lib/illustrations/General/IllustrationBudget.d.ts +4 -0
- package/lib/illustrations/General/IllustrationBudget.d.ts.map +1 -0
- package/lib/illustrations/General/IllustrationBudget.js +185 -0
- package/lib/illustrations/General/IllustrationError.js +1 -2
- package/lib/illustrations/General/IllustrationErrorGeneric.js +1 -2
- package/lib/illustrations/General/IllustrationHighHouse.js +1 -2
- package/lib/illustrations/General/IllustrationHighHouseComposition.js +1 -2
- package/lib/illustrations/General/IllustrationHouse.js +1 -2
- package/lib/illustrations/General/IllustrationHouseComposition.js +1 -2
- package/lib/illustrations/General/IllustrationHouseMissing.js +1 -2
- package/lib/illustrations/General/IllustrationLowHouse.js +1 -2
- package/lib/illustrations/General/IllustrationLowHouseComposition.js +1 -2
- package/lib/illustrations/General/IllustrationPaperCompleted.js +1 -2
- package/lib/illustrations/General/IllustrationPaperMissing.js +1 -2
- package/lib/illustrations/General/IllustrationSemiDetachedHouse.js +1 -2
- package/lib/illustrations/General/IllustrationSemiDetachedHouseComposition.js +1 -2
- package/lib/illustrations/General/IllustrationServiceMessage.d.ts +5 -0
- package/lib/illustrations/General/IllustrationServiceMessage.d.ts.map +1 -0
- package/lib/illustrations/General/IllustrationServiceMessage.js +40 -0
- package/lib/illustrations/General/IllustrationSmallHouse.js +1 -2
- package/lib/illustrations/General/IllustrationSmallHouseComposition.js +1 -2
- package/lib/illustrations/General/IllustrationTechninalDifficulties.d.ts +5 -0
- package/lib/illustrations/General/IllustrationTechninalDifficulties.d.ts.map +1 -0
- package/lib/illustrations/General/IllustrationTechninalDifficulties.js +119 -0
- package/lib/illustrations/General/IllustrationTerraceBlock.js +1 -2
- package/lib/illustrations/General/IllustrationTerraceBlockComposition.js +1 -2
- package/lib/illustrations/General/IllustrationTownHouse.js +1 -2
- package/lib/illustrations/General/IllustrationTownHouseComposition.js +1 -2
- package/lib/illustrations/Illustration.stories.d.ts +0 -1
- package/lib/illustrations/Illustration.stories.d.ts.map +1 -1
- package/lib/illustrations/Illustration.stories.js +18 -3
- package/lib/illustrations/MySite/IllustrationMySiteAssociation.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteBenefits.d.ts +4 -0
- package/lib/illustrations/MySite/IllustrationMySiteBenefits.d.ts.map +1 -0
- package/lib/illustrations/MySite/IllustrationMySiteBenefits.js +180 -0
- package/lib/illustrations/MySite/IllustrationMySiteBuilding.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteCoffeeBook.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteComputer.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteCooperative.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteDashboard.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteGift.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteLetterSent.d.ts +4 -0
- package/lib/illustrations/MySite/IllustrationMySiteLetterSent.d.ts.map +1 -0
- package/lib/illustrations/MySite/IllustrationMySiteLetterSent.js +77 -0
- package/lib/illustrations/MySite/IllustrationMySiteMailbox.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySitePapers.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySitePiggyBank.js +1 -2
- package/lib/illustrations/MySite/IllustrationMySiteTransfer.js +1 -2
- package/lib/illustrations/styles.d.ts +2 -2
- package/lib/illustrations/withIllustration.d.ts +2 -2
- package/lib/illustrations/withIllustration.d.ts.map +1 -1
- package/lib/index.d.ts +9 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +9 -2
- package/lib/layout/Footer/Footer.stories.d.ts +2 -2
- package/lib/layout/Footer/Footer.stories.d.ts.map +1 -1
- package/lib/layout/Footer/Footer.stories.js +1 -2
- package/lib/layout/Footer/FooterButton/styles.d.ts +27 -28
- package/lib/layout/Footer/FooterButton/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterCol/styles.d.ts +2 -3
- package/lib/layout/Footer/FooterCol/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterGroup/styles.d.ts +2 -3
- package/lib/layout/Footer/FooterGroup/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterLabel/styles.d.ts +2 -3
- package/lib/layout/Footer/FooterLabel/styles.d.ts.map +1 -1
- package/lib/layout/Footer/FooterLink/styles.d.ts +27 -28
- package/lib/layout/Footer/FooterLink/styles.d.ts.map +1 -1
- package/lib/layout/Footer/styles.d.ts +3 -4
- package/lib/layout/Footer/styles.d.ts.map +1 -1
- package/lib/layout/Layout/Layout.stories.d.ts +2 -2
- package/lib/layout/Layout/Layout.stories.d.ts.map +1 -1
- package/lib/layout/Layout/styles.d.ts +3 -4
- package/lib/layout/Layout/styles.d.ts.map +1 -1
- package/lib/layout/LayoutShell/LayoutShell.stories.d.ts +2 -2
- package/lib/layout/LayoutShell/LayoutShell.stories.d.ts.map +1 -1
- package/lib/layout/LayoutShell/index.js +1 -2
- package/lib/layout/LayoutShell/styles.d.ts +9 -10
- package/lib/layout/LayoutShell/styles.d.ts.map +1 -1
- package/lib/layout/Menu/AppPicker/index.d.ts +2 -2
- package/lib/layout/Menu/AppPicker/index.d.ts.map +1 -1
- package/lib/layout/Menu/AppPicker/index.js +3 -4
- package/lib/layout/Menu/AppPicker/styles.d.ts +2 -3
- package/lib/layout/Menu/AppPicker/styles.d.ts.map +1 -1
- package/lib/layout/Menu/AppPicker/styles.js +7 -7
- package/lib/layout/Menu/MainMenu/index.d.ts +1 -1
- package/lib/layout/Menu/MainMenu/index.d.ts.map +1 -1
- package/lib/layout/Menu/MainMenu/index.js +10 -6
- package/lib/layout/Menu/MainMenu/styles.d.ts +5 -2
- package/lib/layout/Menu/MainMenu/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MainMenu/styles.js +8 -2
- package/lib/layout/Menu/MenuItem/index.d.ts +1 -1
- package/lib/layout/Menu/MenuItem/index.d.ts.map +1 -1
- package/lib/layout/Menu/MenuItem/index.js +23 -19
- package/lib/layout/Menu/MenuItem/styles.d.ts +4 -1
- package/lib/layout/Menu/MenuItem/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuItem/styles.js +17 -2
- package/lib/layout/Menu/MenuSpacer/styles.d.ts +2 -3
- package/lib/layout/Menu/MenuSpacer/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuTop/index.js +1 -2
- package/lib/layout/Menu/MenuTop/styles.d.ts +29 -30
- package/lib/layout/Menu/MenuTop/styles.d.ts.map +1 -1
- package/lib/layout/Menu/MenuTop/styles.js +3 -3
- package/lib/layout/Menu/SecondaryMenu/index.js +1 -2
- package/lib/layout/Menu/SecondaryMenu/styles.d.ts +4 -5
- package/lib/layout/Menu/SecondaryMenu/styles.d.ts.map +1 -1
- package/lib/layout/Menu/SecondaryMenuItem/index.js +1 -2
- package/lib/layout/Menu/Sidemenu.stories.d.ts +2 -2
- package/lib/layout/Menu/Sidemenu.stories.d.ts.map +1 -1
- package/lib/layout/Menu/Sidemenu.stories.js +10 -7
- package/lib/layout/Menu/styles.d.ts +2 -3
- package/lib/layout/Menu/styles.d.ts.map +1 -1
- package/lib/layout/Submenu/Submenu.stories.d.ts +2 -2
- package/lib/layout/Submenu/Submenu.stories.d.ts.map +1 -1
- package/lib/layout/Submenu/Submenu.stories.js +1 -2
- package/lib/layout/Submenu/SubmenuItem/index.d.ts.map +1 -1
- package/lib/layout/Submenu/SubmenuItem/index.js +23 -19
- package/lib/layout/Submenu/SubmenuItem/styles.d.ts +2 -3
- package/lib/layout/Submenu/SubmenuItem/styles.d.ts.map +1 -1
- package/lib/layout/Submenu/SubmenuLightThemeBg/index.js +1 -2
- package/lib/layout/Submenu/index.d.ts.map +1 -1
- package/lib/layout/Submenu/index.js +13 -10
- package/lib/layout/Submenu/styles.d.ts +20 -17
- package/lib/layout/Submenu/styles.d.ts.map +1 -1
- package/lib/layout/Submenu/styles.js +26 -12
- package/lib/layout/Topbar/Topbar.stories.d.ts +2 -2
- package/lib/layout/Topbar/Topbar.stories.d.ts.map +1 -1
- package/lib/layout/Topbar/styles.d.ts +0 -1
- package/lib/layout/Topbar/styles.d.ts.map +1 -1
- package/lib/shared/components/VisuallyHidden/index.d.ts +2 -3
- package/lib/shared/components/VisuallyHidden/index.d.ts.map +1 -1
- package/lib/shared/recharts/CustomLegend/index.js +1 -2
- package/lib/shared/recharts/CustomLegend/styles.d.ts +5 -6
- package/lib/shared/recharts/CustomLegend/styles.d.ts.map +1 -1
- package/lib/shared/recharts/CustomTooltip/index.js +1 -2
- package/lib/shared/recharts/CustomTooltip/styles.d.ts +6 -7
- package/lib/shared/recharts/CustomTooltip/styles.d.ts.map +1 -1
- package/lib/utils/accountNumber.d.ts +1 -1
- package/lib/utils/accountNumber.d.ts.map +1 -1
- package/lib/utils/dates.d.ts +3 -2
- package/lib/utils/dates.d.ts.map +1 -1
- package/lib/utils/dates.js +5 -0
- package/lib/utils/file.d.ts +1 -1
- package/lib/utils/file.d.ts.map +1 -1
- package/lib/utils/format.d.ts +4 -4
- package/lib/utils/format.d.ts.map +1 -1
- package/lib/utils/format.js +4 -8
- package/lib/utils/removeFocusOnMouseUp.d.ts +0 -1
- package/lib/utils/removeFocusOnMouseUp.d.ts.map +1 -1
- package/lib/utils/time.d.ts +6 -6
- package/lib/utils/time.d.ts.map +1 -1
- package/lib/utils/useSnorreTheme.d.ts +1 -1
- package/lib/utils/useSnorreTheme.d.ts.map +1 -1
- package/package.json +7 -2
- package/theme-bbls.js +2 -2
- package/lib/shared/types/Accessibility.d.ts +0 -55
- package/lib/shared/types/Accessibility.d.ts.map +0 -1
- package/lib/shared/types/Accessibility.js +0 -1
- package/lib/shared/types/LoadedType.d.ts +0 -7
- package/lib/shared/types/LoadedType.d.ts.map +0 -1
- package/lib/shared/types/LoadedType.js +0 -1
- /package/esm/{shared/types/Accessibility.js → core/QuillEditor/models.js} +0 -0
- /package/{esm/shared/types/LoadedType.js → lib/core/QuillEditor/models.js} +0 -0
@@ -5,451 +5,346 @@ import TableRow from './TableRow';
|
|
5
5
|
import RowCell from './RowCell';
|
6
6
|
import DraggableRow from './DraggableRow';
|
7
7
|
import Checkbox from '../Checkbox';
|
8
|
-
import
|
9
|
-
|
10
|
-
import { jsxs as _jsxs } from "react/jsx-runtime";
|
11
|
-
import { Fragment as _Fragment } from "react/jsx-runtime";
|
12
|
-
const meta = {
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
9
|
+
export default {
|
13
10
|
title: 'Core/BoxedTable',
|
14
11
|
component: BoxedTable
|
15
12
|
};
|
16
|
-
export default meta;
|
17
13
|
export const Table = {
|
18
|
-
|
19
|
-
columns:
|
20
|
-
children: /*#__PURE__*/_jsxs(
|
21
|
-
children: [/*#__PURE__*/
|
22
|
-
children:
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
children: "Header 3 centered"
|
29
|
-
})]
|
30
|
-
}), /*#__PURE__*/_jsxs(TableBody, {
|
31
|
-
children: [/*#__PURE__*/_jsxs(TableRow, {
|
32
|
-
onClick: () => console.log('row clicked'),
|
33
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
34
|
-
children: "Clickable row cell 1"
|
35
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
36
|
-
pLeft: "1em",
|
37
|
-
pRight: "0.5em",
|
38
|
-
size: "12px",
|
39
|
-
children: "cell 2 with custom padding and size"
|
40
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
41
|
-
align: "center",
|
42
|
-
children: "cell 3 centered"
|
43
|
-
})]
|
44
|
-
}), /*#__PURE__*/_jsxs(TableRow, {
|
45
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
46
|
-
mobileTitle: "Mobile title",
|
47
|
-
children: "Non clickable row cell 1"
|
48
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
49
|
-
mobileTitle: "Mobile title",
|
50
|
-
children: "cell 2"
|
51
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
52
|
-
align: "right",
|
53
|
-
children: "cell 3 right align"
|
54
|
-
})]
|
55
|
-
})]
|
14
|
+
render: () => /*#__PURE__*/_jsxs(BoxedTable, {
|
15
|
+
columns: "2fr 1fr 1fr",
|
16
|
+
children: [/*#__PURE__*/_jsxs(TableHeader, {
|
17
|
+
children: [/*#__PURE__*/_jsx(HeaderCell, {
|
18
|
+
children: "Header 1"
|
19
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
20
|
+
children: "Header 2"
|
21
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
22
|
+
align: "center",
|
23
|
+
children: "Header 3 centered"
|
56
24
|
})]
|
57
|
-
})
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
children:
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
81
|
-
pLeft: "1em",
|
82
|
-
pRight: "0.5em",
|
83
|
-
size: "12px",
|
84
|
-
children: "cell 2 with custom padding and size"
|
85
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
86
|
-
align: "center",
|
87
|
-
children: "cell 3 centered"
|
88
|
-
})]
|
89
|
-
}), /*#__PURE__*/_jsxs(TableRow, {
|
90
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
91
|
-
mobileTitle: "Mobile title",
|
92
|
-
children: "Non clickable row cell 1"
|
93
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
94
|
-
mobileTitle: "Mobile title",
|
95
|
-
children: "cell 2"
|
96
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
97
|
-
align: "right",
|
98
|
-
children: "cell 3 right align"
|
99
|
-
})]
|
100
|
-
})]
|
25
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
26
|
+
onClick: () => console.log('row clicked'),
|
27
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
28
|
+
children: "Clickable row cell 1"
|
29
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
30
|
+
pLeft: "1em",
|
31
|
+
pRight: "0.5em",
|
32
|
+
size: "12px",
|
33
|
+
children: "cell 2 with custom padding and size"
|
34
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
35
|
+
align: "center",
|
36
|
+
children: "cell 3 centered"
|
37
|
+
})]
|
38
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
39
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
40
|
+
mobileTitle: "Mobile title",
|
41
|
+
children: "Non clickable row cell 1"
|
42
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
43
|
+
mobileTitle: "Mobile title",
|
44
|
+
children: "cell 2"
|
45
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
46
|
+
align: "right",
|
47
|
+
children: "cell 3 right align"
|
101
48
|
})]
|
102
|
-
})
|
103
|
-
},
|
104
|
-
name: 'Table
|
49
|
+
})]
|
50
|
+
}),
|
51
|
+
name: 'Table'
|
105
52
|
};
|
106
53
|
export const WithCheckbox = {
|
107
|
-
|
54
|
+
render: () => /*#__PURE__*/_jsxs(BoxedTable, {
|
108
55
|
hasCheckbox: true,
|
109
|
-
columns:
|
110
|
-
type:
|
111
|
-
children: /*#__PURE__*/_jsxs(
|
112
|
-
children: [/*#__PURE__*/
|
113
|
-
children:
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
137
|
-
children: "cell 2"
|
138
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
139
|
-
children: "cell 3 left align"
|
140
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
141
|
-
children: "cell 3 left align"
|
142
|
-
})]
|
143
|
-
}), /*#__PURE__*/_jsxs(TableRow, {
|
144
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
145
|
-
children: /*#__PURE__*/_jsx(Checkbox, {
|
146
|
-
checked: true
|
147
|
-
})
|
148
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
149
|
-
children: "cell 2"
|
150
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
151
|
-
children: "cell 3 left align"
|
152
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
153
|
-
children: /*#__PURE__*/_jsx(Checkbox, {
|
154
|
-
children: "Should not break"
|
155
|
-
})
|
156
|
-
})]
|
157
|
-
})]
|
56
|
+
columns: "35px 1fr 1fr",
|
57
|
+
type: "compact",
|
58
|
+
children: [/*#__PURE__*/_jsxs(TableHeader, {
|
59
|
+
children: [/*#__PURE__*/_jsx(HeaderCell, {}), /*#__PURE__*/_jsx(HeaderCell, {
|
60
|
+
children: "Header 1"
|
61
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
62
|
+
children: "Header 2"
|
63
|
+
})]
|
64
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
65
|
+
children: [/*#__PURE__*/_jsx(Checkbox, {
|
66
|
+
checked: true
|
67
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
68
|
+
children: "cell 2 with custom padding and size"
|
69
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
70
|
+
children: "cell 3 centered with very long text blablablablablablablablablabla"
|
71
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
72
|
+
children: "cell 3 centered"
|
73
|
+
})]
|
74
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
75
|
+
children: [/*#__PURE__*/_jsx(Checkbox, {
|
76
|
+
checked: true
|
77
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
78
|
+
children: "cell 2"
|
79
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
80
|
+
children: "cell 3 right align"
|
81
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
82
|
+
children: "cell 3 right align"
|
158
83
|
})]
|
159
|
-
})
|
160
|
-
|
84
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
85
|
+
children: [/*#__PURE__*/_jsx(Checkbox, {
|
86
|
+
checked: true
|
87
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
88
|
+
children: "cell 2"
|
89
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
90
|
+
children: "cell 3 right align"
|
91
|
+
}), /*#__PURE__*/_jsx(Checkbox, {
|
92
|
+
children: "Should not break"
|
93
|
+
})]
|
94
|
+
})]
|
95
|
+
}),
|
161
96
|
name: 'Checkbox'
|
162
97
|
};
|
163
98
|
export const WithSort = {
|
164
|
-
|
165
|
-
columns:
|
166
|
-
children: /*#__PURE__*/_jsxs(
|
167
|
-
children: [/*#__PURE__*/
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
193
|
-
children: "row 1 cell 3"
|
194
|
-
})]
|
195
|
-
}), /*#__PURE__*/_jsxs(TableRow, {
|
196
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
197
|
-
children: "row 2 cell 1"
|
198
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
199
|
-
children: "row 2 cell 2"
|
200
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
201
|
-
ellipsis: true,
|
202
|
-
title: "Hello lots of stuff can be found here",
|
203
|
-
children: "Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff"
|
204
|
-
})]
|
205
|
-
})]
|
99
|
+
render: () => /*#__PURE__*/_jsxs(BoxedTable, {
|
100
|
+
columns: "2fr 1fr 1fr",
|
101
|
+
children: [/*#__PURE__*/_jsxs(TableHeader, {
|
102
|
+
children: [/*#__PURE__*/_jsx(HeaderCell, {
|
103
|
+
sortable: true,
|
104
|
+
sortOrder: "asc",
|
105
|
+
noSortReturnValue: "my value",
|
106
|
+
onSortChange: e => console.log('sort changed with value:', e),
|
107
|
+
children: "Sortable headers"
|
108
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
109
|
+
sortable: true,
|
110
|
+
sortOrder: "desc",
|
111
|
+
onSortChange: e => console.log('sort changed with value:', e),
|
112
|
+
children: "Header 2"
|
113
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
114
|
+
sortable: true,
|
115
|
+
sortOrder: "none",
|
116
|
+
onSortChange: e => console.log('sort changed with value:', e),
|
117
|
+
children: "Header 3"
|
118
|
+
})]
|
119
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
120
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
121
|
+
className: "my-classname",
|
122
|
+
children: "row 1 cell 1"
|
123
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
124
|
+
children: "row 1 cell 2"
|
125
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
126
|
+
children: "row 1 cell 3"
|
206
127
|
})]
|
207
|
-
})
|
208
|
-
|
128
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
129
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
130
|
+
children: "row 2 cell 1"
|
131
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
132
|
+
children: "row 2 cell 2"
|
133
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
134
|
+
ellipsis: true,
|
135
|
+
title: "Hello lots of stuff can be found here",
|
136
|
+
children: "Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff Lots of stuff"
|
137
|
+
})]
|
138
|
+
})]
|
139
|
+
}),
|
209
140
|
name: 'With sort'
|
210
141
|
};
|
211
142
|
export const Mysite = {
|
212
|
-
|
213
|
-
type:
|
214
|
-
columns:
|
215
|
-
children: /*#__PURE__*/_jsxs(
|
216
|
-
children: [/*#__PURE__*/
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
children:
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
249
|
-
children: "row 2 cell 3"
|
250
|
-
})]
|
251
|
-
})]
|
143
|
+
render: () => /*#__PURE__*/_jsxs(BoxedTable, {
|
144
|
+
type: "mysite",
|
145
|
+
columns: "2fr 1fr 1fr",
|
146
|
+
children: [/*#__PURE__*/_jsxs(TableHeader, {
|
147
|
+
children: [/*#__PURE__*/_jsx(HeaderCell, {
|
148
|
+
sortable: true,
|
149
|
+
sortOrder: "asc",
|
150
|
+
noSortReturnValue: "my value",
|
151
|
+
onSortChange: e => console.log('sort changed with value:', e),
|
152
|
+
children: "Sortable headers"
|
153
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
154
|
+
sortable: true,
|
155
|
+
sortOrder: "desc",
|
156
|
+
onSortChange: e => console.log('sort changed with value:', e),
|
157
|
+
children: "Header 2"
|
158
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
159
|
+
sortable: true,
|
160
|
+
sortOrder: "none",
|
161
|
+
onSortChange: e => console.log('sort changed with value:', e),
|
162
|
+
children: "Header 3"
|
163
|
+
})]
|
164
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
165
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
166
|
+
children: "row 1 cell 1"
|
167
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
168
|
+
children: "row 1 cell 2"
|
169
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
170
|
+
children: "row 1 cell 3"
|
171
|
+
})]
|
172
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
173
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
174
|
+
children: "row 2 cell 1"
|
175
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
176
|
+
children: "row 2 cell 2"
|
177
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
178
|
+
children: "row 2 cell 3"
|
252
179
|
})]
|
253
|
-
})
|
254
|
-
},
|
180
|
+
})]
|
181
|
+
}),
|
255
182
|
name: 'Mysite'
|
256
183
|
};
|
257
184
|
export const Compact = {
|
258
|
-
|
259
|
-
type:
|
260
|
-
columns:
|
261
|
-
children: /*#__PURE__*/_jsxs(
|
262
|
-
children: [/*#__PURE__*/
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
children: "Header 3"
|
279
|
-
})]
|
280
|
-
}), /*#__PURE__*/_jsxs(TableBody, {
|
281
|
-
children: [/*#__PURE__*/_jsxs(TableRow, {
|
282
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
283
|
-
children: "row 1 cell 1"
|
284
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
285
|
-
children: "row 1 cell 2"
|
286
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
287
|
-
children: "row 1 cell 3"
|
288
|
-
})]
|
289
|
-
}), /*#__PURE__*/_jsxs(TableRow, {
|
290
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
291
|
-
children: "row 2 cell 1"
|
292
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
293
|
-
children: "row 2 cell 2"
|
294
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
295
|
-
children: "row 2 cell 3"
|
296
|
-
})]
|
297
|
-
})]
|
185
|
+
render: () => /*#__PURE__*/_jsxs(BoxedTable, {
|
186
|
+
type: "compact",
|
187
|
+
columns: "2fr 1fr 1fr",
|
188
|
+
children: [/*#__PURE__*/_jsxs(TableHeader, {
|
189
|
+
children: [/*#__PURE__*/_jsx(HeaderCell, {
|
190
|
+
sortable: true,
|
191
|
+
sortOrder: "asc",
|
192
|
+
noSortReturnValue: "my value",
|
193
|
+
onSortChange: e => console.log('sort changed with value:', e),
|
194
|
+
children: "Sortable headers"
|
195
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
196
|
+
sortable: true,
|
197
|
+
sortOrder: "desc",
|
198
|
+
onSortChange: e => console.log('sort changed with value:', e),
|
199
|
+
children: "Header 2"
|
200
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
201
|
+
sortable: true,
|
202
|
+
sortOrder: "none",
|
203
|
+
onSortChange: e => console.log('sort changed with value:', e),
|
204
|
+
children: "Header 3"
|
298
205
|
})]
|
299
|
-
})
|
300
|
-
|
206
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
207
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
208
|
+
children: "row 1 cell 1"
|
209
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
210
|
+
children: "row 1 cell 2"
|
211
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
212
|
+
children: "row 1 cell 3"
|
213
|
+
})]
|
214
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
215
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
216
|
+
children: "row 2 cell 1"
|
217
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
218
|
+
children: "row 2 cell 2"
|
219
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
220
|
+
children: "row 2 cell 3"
|
221
|
+
})]
|
222
|
+
})]
|
223
|
+
}),
|
301
224
|
name: 'Compact'
|
302
225
|
};
|
303
226
|
export const Expandable = {
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
})]
|
315
|
-
}), /*#__PURE__*/_jsxs(TableBody, {
|
316
|
-
children: [/*#__PURE__*/_jsxs(TableRow, {
|
317
|
-
expandable: true,
|
318
|
-
expandableContent: /*#__PURE__*/_jsx("span", {
|
319
|
-
children: "This is some nice content"
|
320
|
-
}),
|
321
|
-
defaultExpanded: true,
|
322
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
323
|
-
as: "div",
|
324
|
-
children: "row 1 cell 1"
|
325
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
326
|
-
as: "div",
|
327
|
-
children: "row 1 cell 2"
|
328
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
329
|
-
as: "div",
|
330
|
-
children: "row 1 cell 3"
|
331
|
-
})]
|
332
|
-
}), /*#__PURE__*/_jsxs(TableRow, {
|
333
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
334
|
-
children: "row 2 cell 1"
|
335
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
336
|
-
children: "row 2 cell 2"
|
337
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
338
|
-
children: "row 2 cell 3"
|
339
|
-
})]
|
340
|
-
})]
|
227
|
+
render: () => /*#__PURE__*/_jsxs(BoxedTable, {
|
228
|
+
type: "mysite",
|
229
|
+
columns: "1fr 1fr 1fr",
|
230
|
+
children: [/*#__PURE__*/_jsxs(TableHeader, {
|
231
|
+
children: [/*#__PURE__*/_jsx(HeaderCell, {
|
232
|
+
children: "Header 1"
|
233
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
234
|
+
children: "Header 2"
|
235
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
236
|
+
children: "Header 3"
|
341
237
|
})]
|
342
|
-
})
|
343
|
-
|
238
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
239
|
+
expandable: true,
|
240
|
+
expandableContent: /*#__PURE__*/_jsx("span", {
|
241
|
+
children: "This is some nice content"
|
242
|
+
}),
|
243
|
+
defaultExpanded: true,
|
244
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
245
|
+
children: "row 1 cell 1"
|
246
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
247
|
+
children: "row 1 cell 2"
|
248
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
249
|
+
children: "row 1 cell 3"
|
250
|
+
})]
|
251
|
+
}), /*#__PURE__*/_jsxs(TableRow, {
|
252
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
253
|
+
children: "row 2 cell 1"
|
254
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
255
|
+
children: "row 2 cell 2"
|
256
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
257
|
+
children: "row 2 cell 3"
|
258
|
+
})]
|
259
|
+
})]
|
260
|
+
}),
|
344
261
|
name: 'Expandable'
|
345
262
|
};
|
346
263
|
export const DragAndDropList = {
|
347
|
-
|
348
|
-
columns:
|
349
|
-
dropList: true,
|
264
|
+
render: () => /*#__PURE__*/_jsxs(BoxedTable, {
|
265
|
+
columns: "1fr 1fr 1fr",
|
350
266
|
onDrop: console.log,
|
351
|
-
children: /*#__PURE__*/_jsxs(
|
352
|
-
children: [/*#__PURE__*/
|
353
|
-
children:
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
}), /*#__PURE__*/_jsx("br", {}), /*#__PURE__*/_jsx("span", {
|
369
|
-
children: "Here we can add lots of stuff"
|
370
|
-
})]
|
371
|
-
}),
|
372
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
373
|
-
as: "div",
|
374
|
-
children: "row 1 cell 1"
|
375
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
376
|
-
as: "div",
|
377
|
-
children: "row 1 cell 2"
|
378
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
379
|
-
as: "div",
|
380
|
-
children: "row 1 cell 3"
|
381
|
-
})]
|
382
|
-
}), /*#__PURE__*/_jsxs(DraggableRow, {
|
383
|
-
id: "2",
|
384
|
-
index: 1,
|
385
|
-
children: [/*#__PURE__*/_jsx(RowCell, {
|
386
|
-
as: "div",
|
387
|
-
children: "row 2 cell 1"
|
388
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
389
|
-
as: "div",
|
390
|
-
children: "row 2 cell 2"
|
391
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
392
|
-
as: "div",
|
393
|
-
children: "row 2 cell 3"
|
394
|
-
})]
|
267
|
+
children: [/*#__PURE__*/_jsxs(TableHeader, {
|
268
|
+
children: [/*#__PURE__*/_jsx(HeaderCell, {
|
269
|
+
children: "Header 1"
|
270
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
271
|
+
children: "Header 2"
|
272
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
273
|
+
align: "center",
|
274
|
+
children: "Header 3 centered"
|
275
|
+
})]
|
276
|
+
}), /*#__PURE__*/_jsxs(DraggableRow, {
|
277
|
+
id: "1",
|
278
|
+
index: 0,
|
279
|
+
subContent: /*#__PURE__*/_jsxs("div", {
|
280
|
+
children: [/*#__PURE__*/_jsx("span", {
|
281
|
+
children: "This is some nice content"
|
282
|
+
}), /*#__PURE__*/_jsx("br", {}), /*#__PURE__*/_jsx("span", {
|
283
|
+
children: "Here we can add lots of stuff"
|
395
284
|
})]
|
285
|
+
}),
|
286
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
287
|
+
children: "row 1 cell 1"
|
288
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
289
|
+
children: "row 1 cell 2"
|
290
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
291
|
+
children: "row 1 cell 3"
|
292
|
+
})]
|
293
|
+
}), /*#__PURE__*/_jsxs(DraggableRow, {
|
294
|
+
id: "2",
|
295
|
+
index: 1,
|
296
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
297
|
+
children: "row 2 cell 1"
|
298
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
299
|
+
children: "row 2 cell 2"
|
300
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
301
|
+
children: "row 2 cell 3"
|
396
302
|
})]
|
397
|
-
})
|
398
|
-
},
|
303
|
+
})]
|
304
|
+
}),
|
399
305
|
name: 'Drag and drop list'
|
400
306
|
};
|
401
307
|
export const DragAndDropListDragDisabled = {
|
402
|
-
|
403
|
-
columns:
|
404
|
-
dropList: true,
|
308
|
+
render: () => /*#__PURE__*/_jsxs(BoxedTable, {
|
309
|
+
columns: "1fr 1fr 1fr",
|
405
310
|
onDrop: console.log,
|
406
|
-
children: /*#__PURE__*/_jsxs(
|
407
|
-
children: [/*#__PURE__*/
|
408
|
-
children:
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
as: "div",
|
442
|
-
children: "row 2 cell 1"
|
443
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
444
|
-
as: "div",
|
445
|
-
children: "row 2 cell 2"
|
446
|
-
}), /*#__PURE__*/_jsx(RowCell, {
|
447
|
-
as: "div",
|
448
|
-
children: "row 2 cell 3"
|
449
|
-
})]
|
450
|
-
})]
|
311
|
+
children: [/*#__PURE__*/_jsxs(TableHeader, {
|
312
|
+
children: [/*#__PURE__*/_jsx(HeaderCell, {
|
313
|
+
children: "Header 1"
|
314
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
315
|
+
children: "Header 2"
|
316
|
+
}), /*#__PURE__*/_jsx(HeaderCell, {
|
317
|
+
align: "center",
|
318
|
+
children: "Header 3 centered"
|
319
|
+
})]
|
320
|
+
}), /*#__PURE__*/_jsxs(DraggableRow, {
|
321
|
+
disableDrag: true,
|
322
|
+
id: "1",
|
323
|
+
index: 0,
|
324
|
+
subContent: /*#__PURE__*/_jsx("div", {
|
325
|
+
children: /*#__PURE__*/_jsx("span", {
|
326
|
+
children: "This is some nice content"
|
327
|
+
})
|
328
|
+
}),
|
329
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
330
|
+
children: "row 1 cell 1"
|
331
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
332
|
+
children: "row 1 cell 2"
|
333
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
334
|
+
children: "row 1 cell 3"
|
335
|
+
})]
|
336
|
+
}), /*#__PURE__*/_jsxs(DraggableRow, {
|
337
|
+
disableDrag: true,
|
338
|
+
id: "2",
|
339
|
+
index: 1,
|
340
|
+
children: [/*#__PURE__*/_jsx(RowCell, {
|
341
|
+
children: "row 2 cell 1"
|
342
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
343
|
+
children: "row 2 cell 2"
|
344
|
+
}), /*#__PURE__*/_jsx(RowCell, {
|
345
|
+
children: "row 2 cell 3"
|
451
346
|
})]
|
452
|
-
})
|
453
|
-
},
|
347
|
+
})]
|
348
|
+
}),
|
454
349
|
name: 'Drag and drop list (drag disabled)'
|
455
350
|
};
|