@flightlesslabs/dodo-ui 0.19.1 → 1.0.0--beta-2
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/README.md +12 -0
- package/dist/{stories/Home.mdx → Home.mdx} +7 -20
- package/dist/attributes/color.d.ts +11 -0
- package/dist/attributes/color.js +13 -0
- package/dist/attributes/roundness.d.ts +12 -0
- package/dist/attributes/roundness.js +9 -0
- package/dist/attributes/size.d.ts +6 -0
- package/dist/attributes/size.js +5 -0
- package/dist/attributes/variant.d.ts +6 -0
- package/dist/attributes/variant.js +5 -0
- package/dist/components/Form/Button/Button.scss +164 -0
- package/dist/components/Form/Button/Button.stories.svelte +148 -0
- package/dist/{stories/components → components}/Form/Button/Button.stories.svelte.d.ts +3 -2
- package/dist/components/Form/Button/Button.svelte +53 -0
- package/dist/components/Form/Button/Button.svelte.d.ts +76 -0
- package/dist/components/Form/InputEnclosure/InputAffix.svelte +21 -0
- package/dist/components/Form/InputEnclosure/InputAffix.svelte.d.ts +26 -0
- package/dist/components/Form/InputEnclosure/InputEnclosure.scss +105 -0
- package/dist/components/Form/InputEnclosure/InputEnclosure.stories.svelte +126 -0
- package/dist/{stories/developer tools/components/InputEnclosure/InputEnclosure.stories.svelte.d.ts → components/Form/InputEnclosure/InputEnclosure.stories.svelte.d.ts} +3 -2
- package/dist/components/Form/InputEnclosure/InputEnclosure.svelte +42 -0
- package/dist/components/Form/InputEnclosure/InputEnclosure.svelte.d.ts +64 -0
- package/dist/components/Form/TextInput/TextInput.scss +34 -0
- package/dist/components/Form/TextInput/TextInput.stories.svelte +148 -0
- package/dist/{stories/components → components}/Form/TextInput/TextInput.stories.svelte.d.ts +3 -2
- package/dist/components/Form/TextInput/TextInput.svelte +44 -0
- package/dist/components/Form/TextInput/TextInput.svelte.d.ts +67 -0
- package/dist/components/Form/index.d.ts +3 -0
- package/dist/components/Form/index.js +3 -0
- package/dist/index.d.ts +15 -128
- package/dist/index.js +15 -77
- package/dist/styles/scss/mixins/_button-color.scss +140 -0
- package/package.json +38 -38
- package/src/lib/Home.mdx +59 -0
- package/src/lib/attributes/color.ts +19 -0
- package/src/lib/attributes/roundness.ts +14 -0
- package/src/lib/attributes/size.ts +8 -0
- package/src/lib/attributes/variant.ts +8 -0
- package/src/lib/components/Form/Button/Button.scss +164 -0
- package/src/lib/components/Form/Button/Button.stories.svelte +156 -0
- package/src/lib/components/Form/Button/Button.svelte +165 -0
- package/src/lib/components/Form/InputEnclosure/InputAffix.svelte +52 -0
- package/src/lib/components/Form/InputEnclosure/InputEnclosure.scss +105 -0
- package/src/lib/components/Form/InputEnclosure/InputEnclosure.stories.svelte +136 -0
- package/src/lib/components/Form/InputEnclosure/InputEnclosure.svelte +132 -0
- package/src/lib/components/Form/TextInput/TextInput.scss +34 -0
- package/src/lib/components/Form/TextInput/TextInput.stories.svelte +159 -0
- package/src/lib/components/Form/TextInput/TextInput.svelte +141 -0
- package/src/lib/components/Form/index.ts +18 -0
- package/src/lib/index.ts +22 -231
- package/src/lib/styles/scss/mixins/_button-color.scss +140 -0
- package/dist/stories/assets/dark-theme-toggle.png +0 -0
- package/dist/stories/components/Form/Button/Button.stories.svelte +0 -57
- package/dist/stories/components/Form/Button/Button.svelte +0 -500
- package/dist/stories/components/Form/Button/Button.svelte.d.ts +0 -74
- package/dist/stories/components/Form/Button/Color/Color.stories.svelte +0 -43
- package/dist/stories/components/Form/Button/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Button/Events/Events.stories.svelte +0 -34
- package/dist/stories/components/Form/Button/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Button/IconButton/IconButton.stories.svelte +0 -43
- package/dist/stories/components/Form/Button/IconButton/IconButton.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Button/Roundness/Roundness.stories.svelte +0 -23
- package/dist/stories/components/Form/Button/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Button/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/Button/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Button/Variant/Variant.stories.svelte +0 -18
- package/dist/stories/components/Form/Button/Variant/Variant.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Button/utils/scss/mixins.scss +0 -86
- package/dist/stories/components/Form/Checkbox/Checkbox.stories.svelte +0 -39
- package/dist/stories/components/Form/Checkbox/Checkbox.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/Checkbox/Checkbox.svelte +0 -452
- package/dist/stories/components/Form/Checkbox/Checkbox.svelte.d.ts +0 -42
- package/dist/stories/components/Form/Checkbox/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Form/Checkbox/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Checkbox/Customize/Customize.stories.svelte +0 -27
- package/dist/stories/components/Form/Checkbox/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Checkbox/Events/Events.stories.svelte +0 -35
- package/dist/stories/components/Form/Checkbox/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Checkbox/Roundness/Roundness.stories.svelte +0 -22
- package/dist/stories/components/Form/Checkbox/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Checkbox/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/Checkbox/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Checkbox/utils/scss/mixins.scss +0 -80
- package/dist/stories/components/Form/DatePicker/Color/Color.stories.svelte +0 -44
- package/dist/stories/components/Form/DatePicker/Color/Color.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Controls/Controls.stories.svelte +0 -55
- package/dist/stories/components/Form/DatePicker/Controls/Controls.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Customize/Customize.stories.svelte +0 -164
- package/dist/stories/components/Form/DatePicker/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/DatePicker.stories.svelte +0 -102
- package/dist/stories/components/Form/DatePicker/DatePicker.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/DatePicker/DatePicker.svelte +0 -298
- package/dist/stories/components/Form/DatePicker/DatePicker.svelte.d.ts +0 -217
- package/dist/stories/components/Form/DatePicker/Events/Events.stories.svelte +0 -139
- package/dist/stories/components/Form/DatePicker/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/FilterDates/FilterDates.stories.svelte +0 -58
- package/dist/stories/components/Form/DatePicker/FilterDates/FilterDates.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Positions/AutoPosition/AutoPosition.stories.svelte +0 -43
- package/dist/stories/components/Form/DatePicker/Positions/AutoPosition/AutoPosition.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Positions/Positions.stories.svelte +0 -54
- package/dist/stories/components/Form/DatePicker/Positions/Positions.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Roundness/Roundness.stories.svelte +0 -35
- package/dist/stories/components/Form/DatePicker/Roundness/Roundness.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/Size/Size.stories.svelte +0 -38
- package/dist/stories/components/Form/DatePicker/Size/Size.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/DatePicker/WithIcon/WithIcon.stories.svelte +0 -38
- package/dist/stories/components/Form/DatePicker/WithIcon/WithIcon.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/FormControl/FormControl.stories.svelte +0 -26
- package/dist/stories/components/Form/FormControl/FormControl.stories.svelte.d.ts +0 -19
- package/dist/stories/components/Form/FormControl/FormControl.svelte +0 -32
- package/dist/stories/components/Form/FormControl/FormControl.svelte.d.ts +0 -20
- package/dist/stories/components/Form/Label/Label.stories.svelte +0 -11
- package/dist/stories/components/Form/Label/Label.stories.svelte.d.ts +0 -19
- package/dist/stories/components/Form/Label/Label.svelte +0 -20
- package/dist/stories/components/Form/Label/Label.svelte.d.ts +0 -16
- package/dist/stories/components/Form/Message/Color/Color.stories.svelte +0 -36
- package/dist/stories/components/Form/Message/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Message/Message.stories.svelte +0 -23
- package/dist/stories/components/Form/Message/Message.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/Message/Message.svelte +0 -48
- package/dist/stories/components/Form/Message/Message.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Message/Size/Size.stories.svelte +0 -22
- package/dist/stories/components/Form/Message/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/NumericInput/Events/Events.stories.svelte +0 -126
- package/dist/stories/components/Form/NumericInput/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/NumericInput/NumericInput.stories.svelte +0 -79
- package/dist/stories/components/Form/NumericInput/NumericInput.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/NumericInput/NumericInput.svelte +0 -162
- package/dist/stories/components/Form/NumericInput/NumericInput.svelte.d.ts +0 -69
- package/dist/stories/components/Form/NumericInput/Roundness/Roundness.stories.svelte +0 -20
- package/dist/stories/components/Form/NumericInput/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/NumericInput/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/NumericInput/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/NumericInput/Validation/Validation.stories.svelte +0 -84
- package/dist/stories/components/Form/NumericInput/Validation/Validation.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/NumericInput/WithIcon/WithIcon.stories.svelte +0 -31
- package/dist/stories/components/Form/NumericInput/WithIcon/WithIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/PasswordInput/Events/Events.stories.svelte +0 -125
- package/dist/stories/components/Form/PasswordInput/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/PasswordInput/PasswordInput.stories.svelte +0 -54
- package/dist/stories/components/Form/PasswordInput/PasswordInput.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/PasswordInput/PasswordInput.svelte +0 -100
- package/dist/stories/components/Form/PasswordInput/PasswordInput.svelte.d.ts +0 -69
- package/dist/stories/components/Form/PasswordInput/Roundness/Roundness.stories.svelte +0 -20
- package/dist/stories/components/Form/PasswordInput/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/PasswordInput/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/PasswordInput/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/PasswordInput/WithIcon/WithIcon.stories.svelte +0 -31
- package/dist/stories/components/Form/PasswordInput/WithIcon/WithIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Radio/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Form/Radio/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Radio/Events/Events.stories.svelte +0 -32
- package/dist/stories/components/Form/Radio/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Radio/Radio.stories.svelte +0 -39
- package/dist/stories/components/Form/Radio/Radio.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/Radio/Radio.svelte +0 -412
- package/dist/stories/components/Form/Radio/Radio.svelte.d.ts +0 -36
- package/dist/stories/components/Form/Radio/Roundness/Roundness.stories.svelte +0 -22
- package/dist/stories/components/Form/Radio/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Radio/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/Radio/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Radio/utils/scss/mixins.scss +0 -85
- package/dist/stories/components/Form/RangeSlider/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Form/RangeSlider/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/RangeSlider/Events/Events.stories.svelte +0 -59
- package/dist/stories/components/Form/RangeSlider/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/RangeSlider/RangeSlider.stories.svelte +0 -64
- package/dist/stories/components/Form/RangeSlider/RangeSlider.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/RangeSlider/RangeSlider.svelte +0 -538
- package/dist/stories/components/Form/RangeSlider/RangeSlider.svelte.d.ts +0 -48
- package/dist/stories/components/Form/RangeSlider/Roundness/Roundness.stories.svelte +0 -30
- package/dist/stories/components/Form/RangeSlider/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/RangeSlider/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/RangeSlider/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/RangeSlider/WithIcon/WithIcon.stories.svelte +0 -30
- package/dist/stories/components/Form/RangeSlider/WithIcon/WithIcon.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/RangeSlider/utils/scss/mixins.scss +0 -91
- package/dist/stories/components/Form/Search/Events/Events.stories.svelte +0 -137
- package/dist/stories/components/Form/Search/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Search/Roundness/Roundness.stories.svelte +0 -21
- package/dist/stories/components/Form/Search/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Search/Search.stories.svelte +0 -40
- package/dist/stories/components/Form/Search/Search.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/Search/Search.svelte +0 -142
- package/dist/stories/components/Form/Search/Search.svelte.d.ts +0 -66
- package/dist/stories/components/Form/Search/SearchIcon/SearchIcon.stories.svelte +0 -27
- package/dist/stories/components/Form/Search/SearchIcon/SearchIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Search/Size/Size.stories.svelte +0 -17
- package/dist/stories/components/Form/Search/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Search/WithIcon/WithIcon.stories.svelte +0 -47
- package/dist/stories/components/Form/Search/WithIcon/WithIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Select/Customize/Customize.stories.svelte +0 -135
- package/dist/stories/components/Form/Select/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/DropDownArrow/DropDownArrow.stories.svelte +0 -59
- package/dist/stories/components/Form/Select/DropDownArrow/DropDownArrow.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/Events/Events.stories.svelte +0 -165
- package/dist/stories/components/Form/Select/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/Options/OptionFormat.mdx +0 -40
- package/dist/stories/components/Form/Select/Positions/AutoPosition/AutoPosition.stories.svelte +0 -54
- package/dist/stories/components/Form/Select/Positions/AutoPosition/AutoPosition.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/Positions/Positions.stories.svelte +0 -83
- package/dist/stories/components/Form/Select/Positions/Positions.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/Roundness/Roundness.stories.svelte +0 -28
- package/dist/stories/components/Form/Select/Roundness/Roundness.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/Select.stories.svelte +0 -118
- package/dist/stories/components/Form/Select/Select.stories.svelte.d.ts +0 -22
- package/dist/stories/components/Form/Select/Select.svelte +0 -272
- package/dist/stories/components/Form/Select/Select.svelte.d.ts +0 -108
- package/dist/stories/components/Form/Select/Size/Size.stories.svelte +0 -24
- package/dist/stories/components/Form/Select/Size/Size.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Select/WithIcon/WithIcon.stories.svelte +0 -39
- package/dist/stories/components/Form/Select/WithIcon/WithIcon.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/TextInput/Events/Events.stories.svelte +0 -119
- package/dist/stories/components/Form/TextInput/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/TextInput/Roundness/Roundness.stories.svelte +0 -21
- package/dist/stories/components/Form/TextInput/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/TextInput/Size/Size.stories.svelte +0 -17
- package/dist/stories/components/Form/TextInput/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/TextInput/TextInput.stories.svelte +0 -39
- package/dist/stories/components/Form/TextInput/TextInput.svelte +0 -61
- package/dist/stories/components/Form/TextInput/TextInput.svelte.d.ts +0 -73
- package/dist/stories/components/Form/TextInput/WithIcon/WithIcon.stories.svelte +0 -47
- package/dist/stories/components/Form/TextInput/WithIcon/WithIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Toggle/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Form/Toggle/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Toggle/Events/Events.stories.svelte +0 -35
- package/dist/stories/components/Form/Toggle/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Form/Toggle/Roundness/Roundness.stories.svelte +0 -22
- package/dist/stories/components/Form/Toggle/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Toggle/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Form/Toggle/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Form/Toggle/Toggle.stories.svelte +0 -37
- package/dist/stories/components/Form/Toggle/Toggle.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Form/Toggle/Toggle.svelte +0 -359
- package/dist/stories/components/Form/Toggle/Toggle.svelte.d.ts +0 -36
- package/dist/stories/components/Form/Toggle/utils/scss/mixins.scss +0 -68
- package/dist/stories/components/Info/Calendar/Calendar.stories.svelte +0 -115
- package/dist/stories/components/Info/Calendar/Calendar.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/Calendar.svelte +0 -205
- package/dist/stories/components/Info/Calendar/Calendar.svelte.d.ts +0 -143
- package/dist/stories/components/Info/Calendar/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/Controls/Controls.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/Controls/Controls.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/Customize/Customize.stories.svelte +0 -158
- package/dist/stories/components/Info/Calendar/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/Events/Events.stories.svelte +0 -117
- package/dist/stories/components/Info/Calendar/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/FilterDates/FilterDates.stories.svelte +0 -67
- package/dist/stories/components/Info/Calendar/FilterDates/FilterDates.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarControls.stories.svelte +0 -31
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarControls.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarControls.svelte +0 -143
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarControls.svelte.d.ts +0 -72
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/CalendarMonthSelector.stories.svelte +0 -53
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/CalendarMonthSelector.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/CalendarMonthSelector.svelte +0 -93
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/CalendarMonthSelector.svelte.d.ts +0 -49
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Customize/Customize.stories.svelte +0 -28
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Events/Events.stories.svelte +0 -22
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/NameTypes/NameTypes.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/NameTypes/NameTypes.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Roundness/Roundness.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/CalendarNavigation.stories.svelte +0 -32
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/CalendarNavigation.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/CalendarNavigation.svelte +0 -65
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/CalendarNavigation.svelte.d.ts +0 -38
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Customize/Customize.stories.svelte +0 -31
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Events/Events.stories.svelte +0 -34
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/NavigationButton.svelte +0 -38
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/NavigationButton.svelte.d.ts +0 -32
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/CalendarYearSelector.stories.svelte +0 -53
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/CalendarYearSelector.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/CalendarYearSelector.svelte +0 -71
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/CalendarYearSelector.svelte.d.ts +0 -38
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Customize/Customize.stories.svelte +0 -28
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Events/Events.stories.svelte +0 -22
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Roundness/Roundness.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Controls/Controls.stories.svelte +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Controls/Controls.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Customize/Customize.stories.svelte +0 -67
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Events/Events.stories.svelte +0 -58
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarControls/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/CalendarDateChip.stories.svelte +0 -71
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/CalendarDateChip.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/CalendarDateChip.svelte +0 -570
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/CalendarDateChip.svelte.d.ts +0 -43
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Color/Color.stories.svelte +0 -41
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Customize/Customize.stories.svelte +0 -43
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Events/Events.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Roundness/Roundness.stories.svelte +0 -31
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Size/Size.stories.svelte +0 -24
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/SpecialChips/SpecialChips.stories.svelte +0 -96
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/SpecialChips/SpecialChips.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/utils/scss/mixins.scss +0 -107
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDatesChart.stories.svelte +0 -99
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDatesChart.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDatesChart.svelte +0 -109
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDatesChart.svelte.d.ts +0 -69
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/CalendarWeek.stories.svelte +0 -34
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/CalendarWeek.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/CalendarWeek.svelte +0 -100
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/CalendarWeek.svelte.d.ts +0 -35
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/Customize/Customize.stories.svelte +0 -30
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/NameTypes/NameTypes.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/NameTypes/NameTypes.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/WeekDay.svelte +0 -50
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/WeekDay.svelte.d.ts +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Customize/Customize.stories.svelte +0 -66
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Events/Events.stories.svelte +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/CalendarMonthChip.stories.svelte +0 -36
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/CalendarMonthChip.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/CalendarMonthChip.svelte +0 -457
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/CalendarMonthChip.svelte.d.ts +0 -33
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Color/Color.stories.svelte +0 -29
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Customize/Customize.stories.svelte +0 -31
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Events/Events.stories.svelte +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Roundness/Roundness.stories.svelte +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Size/Size.stories.svelte +0 -19
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/utils/scss/mixins.scss +0 -91
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthList.stories.svelte +0 -41
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthList.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthList.svelte +0 -64
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthList.svelte.d.ts +0 -35
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Color/Color.stories.svelte +0 -22
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Customize/Customize.stories.svelte +0 -34
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Events/Events.stories.svelte +0 -29
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Size/Size.stories.svelte +0 -19
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarMonthList/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/CalendarYearChip.stories.svelte +0 -37
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/CalendarYearChip.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/CalendarYearChip.svelte +0 -441
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/CalendarYearChip.svelte.d.ts +0 -32
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Color/Color.stories.svelte +0 -30
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Customize/Customize.stories.svelte +0 -31
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Events/Events.stories.svelte +0 -22
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Roundness/Roundness.stories.svelte +0 -27
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/utils/scss/mixins.scss +0 -87
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearList.stories.svelte +0 -35
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearList.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearList.svelte +0 -83
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearList.svelte.d.ts +0 -36
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Color/Color.stories.svelte +0 -23
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Customize/Customize.stories.svelte +0 -34
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Events/Events.stories.svelte +0 -21
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Size/Size.stories.svelte +0 -20
- package/dist/stories/components/Info/Calendar/SubComponents/CalendarYearList/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Info/Calendar/utils/createDateOfMonth/createDateOfMonth.d.ts +0 -27
- package/dist/stories/components/Info/Calendar/utils/createDateOfMonth/createDateOfMonth.js +0 -73
- package/dist/stories/components/Info/Calendar/utils/createDateOfMonth/index.mdx +0 -121
- package/dist/stories/components/Info/Calendar/utils/getDatesOfMonth/getDatesOfMonth.d.ts +0 -10
- package/dist/stories/components/Info/Calendar/utils/getDatesOfMonth/getDatesOfMonth.js +0 -81
- package/dist/stories/components/Info/Calendar/utils/getDatesOfMonth/index.mdx +0 -37
- package/dist/stories/components/Info/Calendar/utils/types.d.ts +0 -32
- package/dist/stories/components/Info/Calendar/utils/types.js +0 -25
- package/dist/stories/components/Layout/Accordian/Accordian.stories.svelte +0 -52
- package/dist/stories/components/Layout/Accordian/Accordian.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Accordian/Accordian.svelte +0 -121
- package/dist/stories/components/Layout/Accordian/Accordian.svelte.d.ts +0 -34
- package/dist/stories/components/Layout/Accordian/Customize/Customize.stories.svelte +0 -69
- package/dist/stories/components/Layout/Accordian/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Layout/Accordian/Events/Events.stories.svelte +0 -30
- package/dist/stories/components/Layout/Accordian/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Layout/Accordian/Size/Size.stories.svelte +0 -48
- package/dist/stories/components/Layout/Accordian/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Grid/Column/Column.stories.svelte +0 -18
- package/dist/stories/components/Layout/Grid/Column/Column.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Grid/Column/Column.svelte +0 -73
- package/dist/stories/components/Layout/Grid/Column/Column.svelte.d.ts +0 -24
- package/dist/stories/components/Layout/Grid/Grid.stories.svelte +0 -179
- package/dist/stories/components/Layout/Grid/Grid.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Grid/Grid.svelte +0 -24
- package/dist/stories/components/Layout/Grid/Grid.svelte.d.ts +0 -16
- package/dist/stories/components/Layout/Grid/Row/Row.stories.svelte +0 -19
- package/dist/stories/components/Layout/Grid/Row/Row.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Grid/Row/Row.svelte +0 -20
- package/dist/stories/components/Layout/Grid/Row/Row.svelte.d.ts +0 -12
- package/dist/stories/components/Layout/Menu/DynamicMenu/Customize/Customize.stories.svelte +0 -28
- package/dist/stories/components/Layout/Menu/DynamicMenu/Customize/Customize.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Layout/Menu/DynamicMenu/DynamicMenu.stories.svelte +0 -51
- package/dist/stories/components/Layout/Menu/DynamicMenu/DynamicMenu.stories.svelte.d.ts +0 -22
- package/dist/stories/components/Layout/Menu/DynamicMenu/DynamicMenu.svelte +0 -129
- package/dist/stories/components/Layout/Menu/DynamicMenu/DynamicMenu.svelte.d.ts +0 -81
- package/dist/stories/components/Layout/Menu/DynamicMenu/Events/Events.stories.svelte +0 -46
- package/dist/stories/components/Layout/Menu/DynamicMenu/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Layout/Menu/DynamicMenu/KeybaordNavigation/KeybaordNavigation.stories.svelte +0 -27
- package/dist/stories/components/Layout/Menu/DynamicMenu/KeybaordNavigation/KeybaordNavigation.stories.svelte.d.ts +0 -18
- package/dist/stories/components/Layout/Menu/DynamicMenu/Options/OptionFormat.mdx +0 -72
- package/dist/stories/components/Layout/Menu/Menu.stories.svelte +0 -65
- package/dist/stories/components/Layout/Menu/Menu.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Menu/Menu.svelte +0 -30
- package/dist/stories/components/Layout/Menu/Menu.svelte.d.ts +0 -23
- package/dist/stories/components/Layout/Menu/MenuItem/MenuItem.stories.svelte +0 -30
- package/dist/stories/components/Layout/Menu/MenuItem/MenuItem.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Menu/MenuItem/MenuItem.svelte +0 -164
- package/dist/stories/components/Layout/Menu/MenuItem/MenuItem.svelte.d.ts +0 -49
- package/dist/stories/components/Layout/Menu/MenuItem/Size/Size.stories.svelte +0 -16
- package/dist/stories/components/Layout/Menu/MenuItem/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Menu/MenuItem/Type/Type.stories.svelte +0 -21
- package/dist/stories/components/Layout/Menu/MenuItem/Type/Type.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Menu/Size/Size.stories.svelte +0 -37
- package/dist/stories/components/Layout/Menu/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Paper/Color/Color.stories.svelte +0 -63
- package/dist/stories/components/Layout/Paper/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Paper/Paper.stories.svelte +0 -46
- package/dist/stories/components/Layout/Paper/Paper.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Paper/Paper.svelte +0 -250
- package/dist/stories/components/Layout/Paper/Paper.svelte.d.ts +0 -38
- package/dist/stories/components/Layout/Paper/Roundness/Roundness.stories.svelte +0 -25
- package/dist/stories/components/Layout/Paper/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Paper/Shadow/Shadow.stories.svelte +0 -24
- package/dist/stories/components/Layout/Paper/Shadow/Shadow.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Paper/utils/scss/mixins.scss +0 -46
- package/dist/stories/components/Layout/Separator/Color/Color.stories.svelte +0 -19
- package/dist/stories/components/Layout/Separator/Color/Color.stories.svelte.d.ts +0 -26
- package/dist/stories/components/Layout/Separator/Separator.stories.svelte +0 -26
- package/dist/stories/components/Layout/Separator/Separator.stories.svelte.d.ts +0 -21
- package/dist/stories/components/Layout/Separator/Separator.svelte +0 -66
- package/dist/stories/components/Layout/Separator/Separator.svelte.d.ts +0 -22
- package/dist/stories/components/Layout/Separator/utils/scss/mixins.scss +0 -24
- package/dist/stories/developer tools/Intro.mdx +0 -10
- package/dist/stories/developer tools/components/DynamicInput/DynamicInput.stories.svelte +0 -49
- package/dist/stories/developer tools/components/DynamicInput/DynamicInput.stories.svelte.d.ts +0 -21
- package/dist/stories/developer tools/components/DynamicInput/DynamicInput.svelte +0 -111
- package/dist/stories/developer tools/components/DynamicInput/DynamicInput.svelte.d.ts +0 -71
- package/dist/stories/developer tools/components/DynamicInput/Events/Events.stories.svelte +0 -115
- package/dist/stories/developer tools/components/DynamicInput/Events/Events.stories.svelte.d.ts +0 -18
- package/dist/stories/developer tools/components/DynamicInput/Size/Size.stories.svelte +0 -17
- package/dist/stories/developer tools/components/DynamicInput/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/InputEnclosure/InputEnclosure.stories.svelte +0 -34
- package/dist/stories/developer tools/components/InputEnclosure/InputEnclosure.svelte +0 -124
- package/dist/stories/developer tools/components/InputEnclosure/InputEnclosure.svelte.d.ts +0 -30
- package/dist/stories/developer tools/components/InputEnclosure/Roundness/Roundness.stories.svelte +0 -20
- package/dist/stories/developer tools/components/InputEnclosure/Roundness/Roundness.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/InputEnclosure/Size/Size.stories.svelte +0 -16
- package/dist/stories/developer tools/components/InputEnclosure/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/InputEnclosure/WithIcon/WithIcon.stories.svelte +0 -47
- package/dist/stories/developer tools/components/InputEnclosure/WithIcon/WithIcon.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/Popper/Popper.stories.svelte +0 -135
- package/dist/stories/developer tools/components/Popper/Popper.stories.svelte.d.ts +0 -21
- package/dist/stories/developer tools/components/Popper/Popper.svelte +0 -73
- package/dist/stories/developer tools/components/Popper/Popper.svelte.d.ts +0 -52
- package/dist/stories/developer tools/components/Popper/PopperPopup/PopperPopup.stories.svelte +0 -60
- package/dist/stories/developer tools/components/Popper/PopperPopup/PopperPopup.stories.svelte.d.ts +0 -21
- package/dist/stories/developer tools/components/Popper/PopperPopup/PopperPopup.svelte +0 -80
- package/dist/stories/developer tools/components/Popper/PopperPopup/PopperPopup.svelte.d.ts +0 -36
- package/dist/stories/developer tools/components/Popper/PopperPopup/utils/getPopupPosition.d.ts +0 -23
- package/dist/stories/developer tools/components/Popper/PopperPopup/utils/getPopupPosition.js +0 -79
- package/dist/stories/developer tools/components/Popper/Positions/AutoPosition/AutoPosition.stories.svelte +0 -89
- package/dist/stories/developer tools/components/Popper/Positions/AutoPosition/AutoPosition.stories.svelte.d.ts +0 -18
- package/dist/stories/developer tools/components/Popper/Positions/Positions.stories.svelte +0 -111
- package/dist/stories/developer tools/components/Popper/Positions/Positions.stories.svelte.d.ts +0 -18
- package/dist/stories/developer tools/components/UtilityButton/Size/Size.stories.svelte +0 -25
- package/dist/stories/developer tools/components/UtilityButton/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/UtilityButton/UtilityButton.stories.svelte +0 -26
- package/dist/stories/developer tools/components/UtilityButton/UtilityButton.stories.svelte.d.ts +0 -21
- package/dist/stories/developer tools/components/UtilityButton/UtilityButton.svelte +0 -82
- package/dist/stories/developer tools/components/UtilityButton/UtilityButton.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/UtilityIcon/Size/Size.stories.svelte +0 -25
- package/dist/stories/developer tools/components/UtilityIcon/Size/Size.stories.svelte.d.ts +0 -26
- package/dist/stories/developer tools/components/UtilityIcon/UtilityIcon.stories.svelte +0 -26
- package/dist/stories/developer tools/components/UtilityIcon/UtilityIcon.stories.svelte.d.ts +0 -21
- package/dist/stories/developer tools/components/UtilityIcon/UtilityIcon.svelte +0 -58
- package/dist/stories/developer tools/components/UtilityIcon/UtilityIcon.svelte.d.ts +0 -19
- package/dist/stories/developer tools/customize/AutoCustomize/AutoCustomize.mdx +0 -4
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorButton.svelte +0 -42
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorButton.svelte.d.ts +0 -8
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorTool.svelte +0 -21
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorTool.svelte.d.ts +0 -9
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/Config.svelte +0 -144
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/Config.svelte.d.ts +0 -18
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/Export.svelte +0 -123
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/Export.svelte.d.ts +0 -18
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ValueSilder/ValueSilder.svelte +0 -32
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Config/ValueSilder/ValueSilder.svelte.d.ts +0 -11
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Preview/Preview.svelte +0 -192
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Preview/Preview.svelte.d.ts +0 -3
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Tool.stories.svelte +0 -9
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Tool.stories.svelte.d.ts +0 -19
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Tool.svelte +0 -13
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/Tool.svelte.d.ts +0 -18
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/helpers/download-file.d.ts +0 -1
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/helpers/download-file.js +0 -10
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/stores/config.svelte.d.ts +0 -27
- package/dist/stories/developer tools/customize/AutoCustomize/Tool/stores/config.svelte.js +0 -70
- package/dist/stories/developer tools/customize/Intro.mdx +0 -8
- package/dist/stories/developer tools/directives/clickOutside/clickOutside.d.ts +0 -3
- package/dist/stories/developer tools/directives/clickOutside/clickOutside.js +0 -14
- package/dist/stories/developer tools/directives/clickOutside/index.mdx +0 -25
- package/dist/stories/developer tools/directives/drag/drag.d.ts +0 -3
- package/dist/stories/developer tools/directives/drag/drag.js +0 -40
- package/dist/stories/developer tools/helpers/Numbers/cleanNumericString/cleanNumericString.d.ts +0 -13
- package/dist/stories/developer tools/helpers/Numbers/cleanNumericString/cleanNumericString.js +0 -26
- package/dist/stories/developer tools/helpers/Numbers/cleanNumericString/index.mdx +0 -20
- package/dist/stories/developer tools/helpers/Numbers/isValidNumberValue/index.mdx +0 -71
- package/dist/stories/developer tools/helpers/Numbers/isValidNumberValue/isValidNumberValue.d.ts +0 -51
- package/dist/stories/developer tools/helpers/Numbers/isValidNumberValue/isValidNumberValue.js +0 -96
- package/dist/stories/developer tools/helpers/Time/getMoment/getMoment.d.ts +0 -39
- package/dist/stories/developer tools/helpers/Time/getMoment/getMoment.js +0 -33
- package/dist/stories/developer tools/helpers/Time/getMoment/index.mdx +0 -45
- package/dist/stories/developer tools/helpers/logger/index.mdx +0 -63
- package/dist/stories/developer tools/helpers/logger/logger.d.ts +0 -24
- package/dist/stories/developer tools/helpers/logger/logger.js +0 -31
- package/dist/stories/developer tools/philosophy/Colors/Colors.mdx +0 -43
- package/dist/stories/developer tools/philosophy/Colors/Colors.stories.svelte +0 -20
- package/dist/stories/developer tools/philosophy/Colors/Colors.stories.svelte.d.ts +0 -19
- package/dist/stories/developer tools/philosophy/Colors/Colors.svelte +0 -33
- package/dist/stories/developer tools/philosophy/Colors/Colors.svelte.d.ts +0 -6
- package/dist/stories/developer tools/philosophy/Colors/Opacity.stories.svelte +0 -9
- package/dist/stories/developer tools/philosophy/Colors/Opacity.stories.svelte.d.ts +0 -19
- package/dist/stories/developer tools/philosophy/Colors/Opacity.svelte +0 -20
- package/dist/stories/developer tools/philosophy/Colors/Opacity.svelte.d.ts +0 -18
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Palette.svelte +0 -37
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Palette.svelte.d.ts +0 -6
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Swatch.svelte +0 -24
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Swatch.svelte.d.ts +0 -8
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Swatches.svelte +0 -43
- package/dist/stories/developer tools/philosophy/Colors/Swatches/Swatches.svelte.d.ts +0 -8
- package/dist/stories/developer tools/philosophy/Colors/utils/color.d.ts +0 -4
- package/dist/stories/developer tools/philosophy/Colors/utils/color.js +0 -38
- package/dist/stories/developer tools/philosophy/Themes.mdx +0 -23
- package/dist/types/colors.d.ts +0 -7
- package/dist/types/colors.js +0 -10
- package/dist/types/position.d.ts +0 -4
- package/dist/types/position.js +0 -2
- package/dist/types/roundness.d.ts +0 -3
- package/dist/types/roundness.js +0 -1
- package/dist/types/shadow.d.ts +0 -3
- package/dist/types/shadow.js +0 -1
- package/dist/types/size.d.ts +0 -3
- package/dist/types/size.js +0 -1
- package/dist/types/special.d.ts +0 -1
- package/dist/types/special.js +0 -1
- package/dist/types/weight.d.ts +0 -3
- package/dist/types/weight.js +0 -1
- package/src/lib/stories/components/Form/Button/Button.svelte +0 -357
- package/src/lib/stories/components/Form/Button/utils/scss/mixins.scss +0 -86
- package/src/lib/stories/components/Form/Checkbox/Checkbox.svelte +0 -323
- package/src/lib/stories/components/Form/Checkbox/utils/scss/mixins.scss +0 -80
- package/src/lib/stories/components/Form/DatePicker/DatePicker.svelte +0 -730
- package/src/lib/stories/components/Form/FormControl/FormControl.svelte +0 -65
- package/src/lib/stories/components/Form/Label/Label.svelte +0 -42
- package/src/lib/stories/components/Form/Message/Message.svelte +0 -87
- package/src/lib/stories/components/Form/NumericInput/NumericInput.svelte +0 -287
- package/src/lib/stories/components/Form/PasswordInput/PasswordInput.svelte +0 -235
- package/src/lib/stories/components/Form/Radio/Radio.svelte +0 -277
- package/src/lib/stories/components/Form/Radio/utils/scss/mixins.scss +0 -85
- package/src/lib/stories/components/Form/RangeSlider/RangeSlider.svelte +0 -487
- package/src/lib/stories/components/Form/RangeSlider/utils/scss/mixins.scss +0 -91
- package/src/lib/stories/components/Form/Search/Search.svelte +0 -285
- package/src/lib/stories/components/Form/Select/Select.svelte +0 -523
- package/src/lib/stories/components/Form/TextInput/TextInput.svelte +0 -179
- package/src/lib/stories/components/Form/Toggle/Toggle.svelte +0 -290
- package/src/lib/stories/components/Form/Toggle/utils/scss/mixins.scss +0 -68
- package/src/lib/stories/components/Info/Calendar/Calendar.svelte +0 -467
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarControls.svelte +0 -271
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarMonthSelector/CalendarMonthSelector.svelte +0 -199
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/CalendarNavigation.svelte +0 -128
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarNavigation/NavigationButton.svelte +0 -85
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarControls/CalendarYearSelector/CalendarYearSelector.svelte +0 -148
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/CalendarDateChip.svelte +0 -273
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDateChip/utils/scss/mixins.scss +0 -107
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarDatesChart.svelte +0 -236
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/CalendarWeek.svelte +0 -154
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarDatesChart/CalendarWeek/WeekDay.svelte +0 -90
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/CalendarMonthChip.svelte +0 -217
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthChip/utils/scss/mixins.scss +0 -91
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarMonthList/CalendarMonthList.svelte +0 -124
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/CalendarYearChip.svelte +0 -227
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearChip/utils/scss/mixins.scss +0 -87
- package/src/lib/stories/components/Info/Calendar/SubComponents/CalendarYearList/CalendarYearList.svelte +0 -150
- package/src/lib/stories/components/Info/Calendar/utils/createDateOfMonth/createDateOfMonth.ts +0 -122
- package/src/lib/stories/components/Info/Calendar/utils/getDatesOfMonth/getDatesOfMonth.ts +0 -114
- package/src/lib/stories/components/Info/Calendar/utils/types.ts +0 -34
- package/src/lib/stories/components/Layout/Accordian/Accordian.svelte +0 -195
- package/src/lib/stories/components/Layout/Grid/Column/Column.svelte +0 -127
- package/src/lib/stories/components/Layout/Grid/Grid.svelte +0 -47
- package/src/lib/stories/components/Layout/Grid/Row/Row.svelte +0 -36
- package/src/lib/stories/components/Layout/Menu/DynamicMenu/DynamicMenu.svelte +0 -262
- package/src/lib/stories/components/Layout/Menu/Menu.svelte +0 -65
- package/src/lib/stories/components/Layout/Menu/MenuItem/MenuItem.svelte +0 -268
- package/src/lib/stories/components/Layout/Paper/Paper.svelte +0 -225
- package/src/lib/stories/components/Layout/Paper/utils/scss/mixins.scss +0 -46
- package/src/lib/stories/components/Layout/Separator/Separator.svelte +0 -96
- package/src/lib/stories/components/Layout/Separator/utils/scss/mixins.scss +0 -24
- package/src/lib/stories/developer tools/components/DynamicInput/DynamicInput.svelte +0 -235
- package/src/lib/stories/developer tools/components/InputEnclosure/InputEnclosure.svelte +0 -202
- package/src/lib/stories/developer tools/components/Popper/Popper.svelte +0 -158
- package/src/lib/stories/developer tools/components/Popper/PopperPopup/PopperPopup.svelte +0 -146
- package/src/lib/stories/developer tools/components/Popper/PopperPopup/utils/getPopupPosition.ts +0 -101
- package/src/lib/stories/developer tools/components/UtilityButton/UtilityButton.svelte +0 -130
- package/src/lib/stories/developer tools/components/UtilityIcon/UtilityIcon.svelte +0 -90
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorButton.svelte +0 -56
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Config/ColorTool/ColorTool.svelte +0 -32
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Config/Config.svelte +0 -149
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Config/Export.svelte +0 -172
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Config/ValueSilder/ValueSilder.svelte +0 -47
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Preview/Preview.svelte +0 -227
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/Tool.svelte +0 -16
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/helpers/download-file.ts +0 -11
- package/src/lib/stories/developer tools/customize/AutoCustomize/Tool/stores/config.svelte.ts +0 -107
- package/src/lib/stories/developer tools/directives/clickOutside/clickOutside.ts +0 -17
- package/src/lib/stories/developer tools/directives/drag/drag.ts +0 -47
- package/src/lib/stories/developer tools/helpers/Numbers/cleanNumericString/cleanNumericString.ts +0 -27
- package/src/lib/stories/developer tools/helpers/Numbers/isValidNumberValue/isValidNumberValue.ts +0 -156
- package/src/lib/stories/developer tools/helpers/Time/getMoment/getMoment.ts +0 -66
- package/src/lib/stories/developer tools/helpers/logger/logger.ts +0 -46
- package/src/lib/stories/developer tools/philosophy/Colors/Colors.svelte +0 -46
- package/src/lib/stories/developer tools/philosophy/Colors/Opacity.svelte +0 -23
- package/src/lib/stories/developer tools/philosophy/Colors/Swatches/Palette.svelte +0 -46
- package/src/lib/stories/developer tools/philosophy/Colors/Swatches/Swatch.svelte +0 -35
- package/src/lib/stories/developer tools/philosophy/Colors/Swatches/Swatches.svelte +0 -55
- package/src/lib/stories/developer tools/philosophy/Colors/utils/color.ts +0 -41
- package/src/lib/types/colors.ts +0 -16
- package/src/lib/types/position.ts +0 -5
- package/src/lib/types/roundness.ts +0 -3
- package/src/lib/types/shadow.ts +0 -3
- package/src/lib/types/size.ts +0 -3
- package/src/lib/types/special.ts +0 -1
- package/src/lib/types/weight.ts +0 -3
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<script module>
|
|
2
|
-
import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
3
|
-
import InputEnclosure from '../InputEnclosure.svelte';
|
|
4
|
-
import { storyInputEnclosureArgTypes } from '../InputEnclosure.stories.svelte';
|
|
5
|
-
|
|
6
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
7
|
-
const { Story } = defineMeta({
|
|
8
|
-
component: InputEnclosure,
|
|
9
|
-
tags: ['autodocs'],
|
|
10
|
-
argTypes: storyInputEnclosureArgTypes,
|
|
11
|
-
});
|
|
12
|
-
</script>
|
|
13
|
-
|
|
14
|
-
<Story name="Normal" />
|
|
15
|
-
<Story name="Small" args={{ size: 'small' }} />
|
|
16
|
-
<Story name="Large" args={{ size: 'large' }} />
|
package/dist/stories/developer tools/components/InputEnclosure/Size/Size.stories.svelte.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export default Size;
|
|
2
|
-
type Size = SvelteComponent<{
|
|
3
|
-
[x: string]: never;
|
|
4
|
-
}, {
|
|
5
|
-
[evt: string]: CustomEvent<any>;
|
|
6
|
-
}, {}> & {
|
|
7
|
-
$$bindings?: string | undefined;
|
|
8
|
-
};
|
|
9
|
-
declare const Size: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
-
[x: string]: never;
|
|
11
|
-
}, {
|
|
12
|
-
[evt: string]: CustomEvent<any>;
|
|
13
|
-
}, {}, {}, string>;
|
|
14
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
15
|
-
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
16
|
-
$$bindings?: Bindings;
|
|
17
|
-
} & Exports;
|
|
18
|
-
(internal: unknown, props: {
|
|
19
|
-
$$events?: Events;
|
|
20
|
-
$$slots?: Slots;
|
|
21
|
-
}): Exports & {
|
|
22
|
-
$set?: any;
|
|
23
|
-
$on?: any;
|
|
24
|
-
};
|
|
25
|
-
z_$$bindings?: Bindings;
|
|
26
|
-
}
|
package/dist/stories/developer tools/components/InputEnclosure/WithIcon/WithIcon.stories.svelte
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
<script module>
|
|
2
|
-
import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
3
|
-
import InputEnclosure from '../InputEnclosure.svelte';
|
|
4
|
-
import { storyInputEnclosureArgTypes } from '../InputEnclosure.stories.svelte';
|
|
5
|
-
import Icon from '@iconify/svelte';
|
|
6
|
-
|
|
7
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
8
|
-
const { Story } = defineMeta({
|
|
9
|
-
component: InputEnclosure,
|
|
10
|
-
tags: ['autodocs'],
|
|
11
|
-
argTypes: storyInputEnclosureArgTypes,
|
|
12
|
-
});
|
|
13
|
-
</script>
|
|
14
|
-
|
|
15
|
-
<!-- InputEnclosure icon in front. -->
|
|
16
|
-
<Story name="Icon Before" asChild>
|
|
17
|
-
<InputEnclosure>
|
|
18
|
-
{#snippet before()}
|
|
19
|
-
<Icon icon="material-symbols:content-copy" />
|
|
20
|
-
{/snippet}
|
|
21
|
-
</InputEnclosure>
|
|
22
|
-
</Story>
|
|
23
|
-
|
|
24
|
-
<!-- InputEnclosure icon in front. -->
|
|
25
|
-
<Story name="Icon After" asChild>
|
|
26
|
-
<InputEnclosure>
|
|
27
|
-
{#snippet after()}
|
|
28
|
-
<Icon icon="material-symbols:download-2" />
|
|
29
|
-
{/snippet}
|
|
30
|
-
</InputEnclosure>
|
|
31
|
-
</Story>
|
|
32
|
-
|
|
33
|
-
<Story name="Small" args={{ size: 'small' }} asChild>
|
|
34
|
-
<InputEnclosure size="small">
|
|
35
|
-
{#snippet before()}
|
|
36
|
-
<Icon icon="material-symbols:content-copy" />
|
|
37
|
-
{/snippet}
|
|
38
|
-
</InputEnclosure>
|
|
39
|
-
</Story>
|
|
40
|
-
|
|
41
|
-
<Story name="Large" args={{ size: 'large' }} asChild>
|
|
42
|
-
<InputEnclosure size="large">
|
|
43
|
-
{#snippet before()}
|
|
44
|
-
<Icon icon="material-symbols:content-copy" />
|
|
45
|
-
{/snippet}
|
|
46
|
-
</InputEnclosure>
|
|
47
|
-
</Story>
|
package/dist/stories/developer tools/components/InputEnclosure/WithIcon/WithIcon.stories.svelte.d.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export default WithIcon;
|
|
2
|
-
type WithIcon = SvelteComponent<{
|
|
3
|
-
[x: string]: never;
|
|
4
|
-
}, {
|
|
5
|
-
[evt: string]: CustomEvent<any>;
|
|
6
|
-
}, {}> & {
|
|
7
|
-
$$bindings?: string | undefined;
|
|
8
|
-
};
|
|
9
|
-
declare const WithIcon: $$__sveltets_2_IsomorphicComponent<{
|
|
10
|
-
[x: string]: never;
|
|
11
|
-
}, {
|
|
12
|
-
[evt: string]: CustomEvent<any>;
|
|
13
|
-
}, {}, {}, string>;
|
|
14
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
15
|
-
new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
|
|
16
|
-
$$bindings?: Bindings;
|
|
17
|
-
} & Exports;
|
|
18
|
-
(internal: unknown, props: {
|
|
19
|
-
$$events?: Events;
|
|
20
|
-
$$slots?: Slots;
|
|
21
|
-
}): Exports & {
|
|
22
|
-
$set?: any;
|
|
23
|
-
$on?: any;
|
|
24
|
-
};
|
|
25
|
-
z_$$bindings?: Bindings;
|
|
26
|
-
}
|
|
@@ -1,135 +0,0 @@
|
|
|
1
|
-
<script module lang="ts">import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
2
|
-
import { Menu, MenuItem, Popper } from '../../../../index.js';
|
|
3
|
-
import Button from '../../../components/Form/Button/Button.svelte';
|
|
4
|
-
import { positionXArray, positionYArray } from '../../../../types/position.js';
|
|
5
|
-
export const storyPopperArgTypes = {
|
|
6
|
-
popupPositionX: {
|
|
7
|
-
control: { type: 'select' },
|
|
8
|
-
options: positionXArray,
|
|
9
|
-
},
|
|
10
|
-
popupPositionY: {
|
|
11
|
-
control: { type: 'select' },
|
|
12
|
-
options: positionYArray,
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
16
|
-
const { Story } = defineMeta({
|
|
17
|
-
component: Popper,
|
|
18
|
-
tags: ['autodocs'],
|
|
19
|
-
argTypes: storyPopperArgTypes,
|
|
20
|
-
parameters: {
|
|
21
|
-
docs: {
|
|
22
|
-
story: {
|
|
23
|
-
height: '200px',
|
|
24
|
-
inline: false,
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
},
|
|
28
|
-
});
|
|
29
|
-
let open = $state(false);
|
|
30
|
-
</script>
|
|
31
|
-
|
|
32
|
-
<Story name="Default" args={{ open, onClickOutside: () => (open = false) }} asChild>
|
|
33
|
-
<Popper {open} onClickOutside={() => (open = false)}>
|
|
34
|
-
<Button onclick={() => (open = true)}>Click to see Popup</Button>
|
|
35
|
-
{#snippet popupChildren()}
|
|
36
|
-
<Menu>
|
|
37
|
-
<MenuItem>One</MenuItem>
|
|
38
|
-
<MenuItem>Two</MenuItem>
|
|
39
|
-
<MenuItem>Three</MenuItem>
|
|
40
|
-
</Menu>
|
|
41
|
-
{/snippet}
|
|
42
|
-
</Popper>
|
|
43
|
-
</Story>
|
|
44
|
-
|
|
45
|
-
<Story name="MenuOpen" args={{ open: true }} asChild>
|
|
46
|
-
<Popper open>
|
|
47
|
-
Hello! how are you doing?
|
|
48
|
-
{#snippet popupChildren()}
|
|
49
|
-
<Menu>
|
|
50
|
-
<MenuItem>One</MenuItem>
|
|
51
|
-
<MenuItem>Two</MenuItem>
|
|
52
|
-
<MenuItem>Three</MenuItem>
|
|
53
|
-
</Menu>
|
|
54
|
-
{/snippet}
|
|
55
|
-
</Popper>
|
|
56
|
-
</Story>
|
|
57
|
-
|
|
58
|
-
<Story
|
|
59
|
-
name="CustomPaperProps"
|
|
60
|
-
args={{
|
|
61
|
-
open: true,
|
|
62
|
-
paperProps: {
|
|
63
|
-
color: 'primary',
|
|
64
|
-
},
|
|
65
|
-
}}
|
|
66
|
-
asChild
|
|
67
|
-
>
|
|
68
|
-
<Popper
|
|
69
|
-
open
|
|
70
|
-
paperProps={{
|
|
71
|
-
color: 'primary',
|
|
72
|
-
}}
|
|
73
|
-
>
|
|
74
|
-
Hello! how are you doing?
|
|
75
|
-
{#snippet popupChildren()}
|
|
76
|
-
<Menu>
|
|
77
|
-
<MenuItem>One</MenuItem>
|
|
78
|
-
<MenuItem>Two</MenuItem>
|
|
79
|
-
<MenuItem>Three</MenuItem>
|
|
80
|
-
</Menu>
|
|
81
|
-
{/snippet}
|
|
82
|
-
</Popper>
|
|
83
|
-
</Story>
|
|
84
|
-
|
|
85
|
-
<!-- Expand the Popper to full width -->
|
|
86
|
-
<Story name="FullWidth" asChild>
|
|
87
|
-
<Popper {open} fullWidth onClickOutside={() => (open = false)}>
|
|
88
|
-
<Button onclick={() => (open = true)}>Click to see Popup</Button>
|
|
89
|
-
|
|
90
|
-
{#snippet popupChildren()}
|
|
91
|
-
<Menu>
|
|
92
|
-
<MenuItem>One</MenuItem>
|
|
93
|
-
<MenuItem>Two</MenuItem>
|
|
94
|
-
<MenuItem>Three</MenuItem>
|
|
95
|
-
</Menu>
|
|
96
|
-
{/snippet}
|
|
97
|
-
</Popper>
|
|
98
|
-
</Story>
|
|
99
|
-
|
|
100
|
-
<!-- Expand the Popper to full width but not the popup -->
|
|
101
|
-
<Story name="PopupFullWidthFalse" asChild>
|
|
102
|
-
<Popper {open} fullWidth popupFullWidth={false} onClickOutside={() => (open = false)}>
|
|
103
|
-
<Button onclick={() => (open = true)}>Click to see Popup</Button>
|
|
104
|
-
|
|
105
|
-
{#snippet popupChildren()}
|
|
106
|
-
<Menu>
|
|
107
|
-
<MenuItem>One</MenuItem>
|
|
108
|
-
<MenuItem>Two</MenuItem>
|
|
109
|
-
<MenuItem>Three</MenuItem>
|
|
110
|
-
</Menu>
|
|
111
|
-
{/snippet}
|
|
112
|
-
</Popper>
|
|
113
|
-
</Story>
|
|
114
|
-
|
|
115
|
-
<Story
|
|
116
|
-
name="CustomPopup"
|
|
117
|
-
args={{
|
|
118
|
-
open,
|
|
119
|
-
onClickOutside: () => (open = false),
|
|
120
|
-
}}
|
|
121
|
-
asChild
|
|
122
|
-
>
|
|
123
|
-
<Popper {open} onClickOutside={() => (open = false)}>
|
|
124
|
-
<Button onclick={() => (open = true)}>Click to see Popup</Button>
|
|
125
|
-
|
|
126
|
-
{#snippet customPopup(popperLocation)}
|
|
127
|
-
{#if open}
|
|
128
|
-
<Menu>
|
|
129
|
-
<MenuItem>{popperLocation?.height}</MenuItem>
|
|
130
|
-
<MenuItem>{popperLocation?.width}</MenuItem>
|
|
131
|
-
</Menu>
|
|
132
|
-
{/if}
|
|
133
|
-
{/snippet}
|
|
134
|
-
</Popper>
|
|
135
|
-
</Story>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { StoryBookArgTypes } from '../../../../storybook-types.js';
|
|
2
|
-
import { Popper } from '../../../../index.js';
|
|
3
|
-
export declare const storyPopperArgTypes: StoryBookArgTypes;
|
|
4
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
5
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
6
|
-
$$bindings?: Bindings;
|
|
7
|
-
} & Exports;
|
|
8
|
-
(internal: unknown, props: {
|
|
9
|
-
$$events?: Events;
|
|
10
|
-
$$slots?: Slots;
|
|
11
|
-
}): Exports & {
|
|
12
|
-
$set?: any;
|
|
13
|
-
$on?: any;
|
|
14
|
-
};
|
|
15
|
-
z_$$bindings?: Bindings;
|
|
16
|
-
}
|
|
17
|
-
declare const Popper: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
18
|
-
[evt: string]: CustomEvent<any>;
|
|
19
|
-
}, {}, {}, string>;
|
|
20
|
-
type Popper = InstanceType<typeof Popper>;
|
|
21
|
-
export default Popper;
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
<script lang="ts" module>import PopperPopup from './PopperPopup/PopperPopup.svelte';
|
|
2
|
-
import { clickOutside } from '../../directives/clickOutside/clickOutside.js';
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<script lang="ts">"use strict";
|
|
6
|
-
let { children, popupChildren, id, class: className = '', ref = $bindable(), open = false, popupRef = $bindable(), paperProps, popupMaxHeight, popupWidth, popupClass, popupPositionX, popupPositionY, popupOffsetX, popupOffsetY, onClickOutside = () => { }, customPopup, popperHeightForVerticalPosition, lockPoistions, fullWidth = false, popupFullWidth: popupFullWidthRaw, } = $props();
|
|
7
|
-
const popupFullWidth = $derived(popupFullWidthRaw !== undefined ? popupFullWidthRaw : fullWidth);
|
|
8
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
9
|
-
let customPopupTyped = customPopup;
|
|
10
|
-
let popperLocation = $state();
|
|
11
|
-
function capturePopperLocation() {
|
|
12
|
-
if (!ref) {
|
|
13
|
-
return;
|
|
14
|
-
}
|
|
15
|
-
popperLocation = ref.getBoundingClientRect();
|
|
16
|
-
}
|
|
17
|
-
$effect(() => {
|
|
18
|
-
if (!ref) {
|
|
19
|
-
return;
|
|
20
|
-
}
|
|
21
|
-
capturePopperLocation();
|
|
22
|
-
window.addEventListener('resize', capturePopperLocation);
|
|
23
|
-
return () => {
|
|
24
|
-
window.removeEventListener('resize', capturePopperLocation);
|
|
25
|
-
};
|
|
26
|
-
});
|
|
27
|
-
</script>
|
|
28
|
-
|
|
29
|
-
<div
|
|
30
|
-
class:fullWidth
|
|
31
|
-
class={['dodo-ui-Popper', className].join(' ')}
|
|
32
|
-
bind:this={ref}
|
|
33
|
-
{id}
|
|
34
|
-
use:clickOutside={onClickOutside}
|
|
35
|
-
>
|
|
36
|
-
{#if children}
|
|
37
|
-
{@render children()}
|
|
38
|
-
{/if}
|
|
39
|
-
|
|
40
|
-
{#if customPopupTyped}
|
|
41
|
-
{@render customPopupTyped(popperLocation)}
|
|
42
|
-
{:else if open && popperLocation}
|
|
43
|
-
<PopperPopup
|
|
44
|
-
{popperLocation}
|
|
45
|
-
{paperProps}
|
|
46
|
-
{popupMaxHeight}
|
|
47
|
-
{popupWidth}
|
|
48
|
-
{popupPositionX}
|
|
49
|
-
{popupPositionY}
|
|
50
|
-
{popupOffsetX}
|
|
51
|
-
{popupOffsetY}
|
|
52
|
-
{popperHeightForVerticalPosition}
|
|
53
|
-
{lockPoistions}
|
|
54
|
-
fullWidth={popupFullWidth}
|
|
55
|
-
class={popupClass}
|
|
56
|
-
>
|
|
57
|
-
{#if popupChildren}
|
|
58
|
-
{@render popupChildren()}
|
|
59
|
-
{/if}
|
|
60
|
-
</PopperPopup>
|
|
61
|
-
{/if}
|
|
62
|
-
</div>
|
|
63
|
-
|
|
64
|
-
<style>.dodo-ui-Popper {
|
|
65
|
-
position: relative;
|
|
66
|
-
display: inline-flex;
|
|
67
|
-
flex-wrap: wrap;
|
|
68
|
-
}
|
|
69
|
-
.dodo-ui-Popper.fullWidth {
|
|
70
|
-
display: flex;
|
|
71
|
-
width: 100%;
|
|
72
|
-
flex-direction: column;
|
|
73
|
-
}</style>
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import type { Snippet } from 'svelte';
|
|
2
|
-
import type { PaperProps } from '../../../components/Layout/Paper/Paper.svelte';
|
|
3
|
-
import type { PositionX, PositionY } from '../../../../types/position.js';
|
|
4
|
-
export interface PopperProps {
|
|
5
|
-
/** Popper contents goes here */
|
|
6
|
-
children?: Snippet;
|
|
7
|
-
/** Popper ref */
|
|
8
|
-
ref?: HTMLDivElement;
|
|
9
|
-
/** Id */
|
|
10
|
-
id?: string;
|
|
11
|
-
/** Title (for tooltip) */
|
|
12
|
-
title?: string;
|
|
13
|
-
/** Custom css class*/
|
|
14
|
-
class?: string;
|
|
15
|
-
/** Open popper */
|
|
16
|
-
open?: boolean;
|
|
17
|
-
/** Full width Popper? */
|
|
18
|
-
fullWidth?: boolean;
|
|
19
|
-
/** override Full width for Popup? */
|
|
20
|
-
popupFullWidth?: boolean;
|
|
21
|
-
/** PopperPopup ref */
|
|
22
|
-
popupRef?: HTMLDivElement;
|
|
23
|
-
/** PopperPopup contents goes here */
|
|
24
|
-
popupChildren?: Snippet;
|
|
25
|
-
/** PaperProps: Paper component props for PopperPopup */
|
|
26
|
-
paperProps?: Partial<PaperProps>;
|
|
27
|
-
/** PopperPopup Max height. Use css compatible value */
|
|
28
|
-
popupMaxHeight?: string;
|
|
29
|
-
/** PopperPopup Width. Use css compatible value */
|
|
30
|
-
popupWidth?: string;
|
|
31
|
-
/** popup Custom css class*/
|
|
32
|
-
popupClass?: string;
|
|
33
|
-
/** Popup stick horizontally */
|
|
34
|
-
popupPositionX?: PositionX;
|
|
35
|
-
/** Popup stick vertically */
|
|
36
|
-
popupPositionY?: PositionY;
|
|
37
|
-
/** vertical offset/gap between Popup and content */
|
|
38
|
-
popupOffsetY?: number;
|
|
39
|
-
/** Horizontal offset/gap between Popup and content */
|
|
40
|
-
popupOffsetX?: number;
|
|
41
|
-
/** Lock positions, disable auto top, bottom position based */
|
|
42
|
-
lockPoistions?: boolean;
|
|
43
|
-
/** Popper Height For Vertical Position, default 300 */
|
|
44
|
-
popperHeightForVerticalPosition?: number;
|
|
45
|
-
/** Click Outside event */
|
|
46
|
-
onClickOutside?: () => void;
|
|
47
|
-
/** Custom Popup */
|
|
48
|
-
customPopup?: (popperLocation?: DOMRect) => Snippet;
|
|
49
|
-
}
|
|
50
|
-
declare const Popper: import("svelte").Component<PopperProps, {}, "ref" | "popupRef">;
|
|
51
|
-
type Popper = ReturnType<typeof Popper>;
|
|
52
|
-
export default Popper;
|
package/dist/stories/developer tools/components/Popper/PopperPopup/PopperPopup.stories.svelte
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
<script module lang="ts">import { defineMeta } from '@storybook/addon-svelte-csf';
|
|
2
|
-
import { Menu, MenuItem, PopperPopup } from '../../../../../index.js';
|
|
3
|
-
import { positionXArray, positionYArray } from '../../../../../types/position.js';
|
|
4
|
-
export const storyPopperPopupArgTypes = {
|
|
5
|
-
popupPositionX: {
|
|
6
|
-
control: { type: 'select' },
|
|
7
|
-
options: positionXArray,
|
|
8
|
-
},
|
|
9
|
-
popupPositionY: {
|
|
10
|
-
control: { type: 'select' },
|
|
11
|
-
options: positionYArray,
|
|
12
|
-
},
|
|
13
|
-
};
|
|
14
|
-
// More on how to set up stories at: https://storybook.js.org/docs/writing-stories
|
|
15
|
-
const { Story } = defineMeta({
|
|
16
|
-
component: PopperPopup,
|
|
17
|
-
tags: ['autodocs'],
|
|
18
|
-
argTypes: storyPopperPopupArgTypes,
|
|
19
|
-
parameters: {
|
|
20
|
-
docs: {
|
|
21
|
-
story: {
|
|
22
|
-
height: '200px',
|
|
23
|
-
inline: false,
|
|
24
|
-
},
|
|
25
|
-
},
|
|
26
|
-
},
|
|
27
|
-
});
|
|
28
|
-
</script>
|
|
29
|
-
|
|
30
|
-
<Story name="Default" asChild>
|
|
31
|
-
<PopperPopup>
|
|
32
|
-
<Menu>
|
|
33
|
-
<MenuItem>One</MenuItem>
|
|
34
|
-
<MenuItem>Two</MenuItem>
|
|
35
|
-
<MenuItem>Three</MenuItem>
|
|
36
|
-
</Menu>
|
|
37
|
-
</PopperPopup>
|
|
38
|
-
</Story>
|
|
39
|
-
|
|
40
|
-
<Story
|
|
41
|
-
name="CustomPaperProps"
|
|
42
|
-
args={{
|
|
43
|
-
paperProps: {
|
|
44
|
-
color: 'primary',
|
|
45
|
-
},
|
|
46
|
-
}}
|
|
47
|
-
asChild
|
|
48
|
-
>
|
|
49
|
-
<PopperPopup
|
|
50
|
-
paperProps={{
|
|
51
|
-
color: 'primary',
|
|
52
|
-
}}
|
|
53
|
-
>
|
|
54
|
-
<Menu>
|
|
55
|
-
<MenuItem>One</MenuItem>
|
|
56
|
-
<MenuItem>Two</MenuItem>
|
|
57
|
-
<MenuItem>Three</MenuItem>
|
|
58
|
-
</Menu>
|
|
59
|
-
</PopperPopup>
|
|
60
|
-
</Story>
|
package/dist/stories/developer tools/components/Popper/PopperPopup/PopperPopup.stories.svelte.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import type { StoryBookArgTypes } from '../../../../../storybook-types.js';
|
|
2
|
-
import { PopperPopup } from '../../../../../index.js';
|
|
3
|
-
export declare const storyPopperPopupArgTypes: StoryBookArgTypes;
|
|
4
|
-
interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
|
|
5
|
-
new (options: import('svelte').ComponentConstructorOptions<Props>): import('svelte').SvelteComponent<Props, Events, Slots> & {
|
|
6
|
-
$$bindings?: Bindings;
|
|
7
|
-
} & Exports;
|
|
8
|
-
(internal: unknown, props: {
|
|
9
|
-
$$events?: Events;
|
|
10
|
-
$$slots?: Slots;
|
|
11
|
-
}): Exports & {
|
|
12
|
-
$set?: any;
|
|
13
|
-
$on?: any;
|
|
14
|
-
};
|
|
15
|
-
z_$$bindings?: Bindings;
|
|
16
|
-
}
|
|
17
|
-
declare const PopperPopup: $$__sveltets_2_IsomorphicComponent<Record<string, never>, {
|
|
18
|
-
[evt: string]: CustomEvent<any>;
|
|
19
|
-
}, {}, {}, string>;
|
|
20
|
-
type PopperPopup = InstanceType<typeof PopperPopup>;
|
|
21
|
-
export default PopperPopup;
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
<script lang="ts" module>import { Paper } from '../../../../../index.js';
|
|
2
|
-
import { getPopupPosition } from './utils/getPopupPosition.js';
|
|
3
|
-
</script>
|
|
4
|
-
|
|
5
|
-
<script lang="ts">"use strict";
|
|
6
|
-
let { children, paperProps = {}, class: className = '', popupWidth: width, popupMaxHeight: maxHeight, popupPositionX: positionX = 'left', popupPositionY: positionY = 'bottom', popperLocation, ref = $bindable(), popupOffsetX: offsetX = 0, popupOffsetY: offsetY = 12, popperHeightForVerticalPosition = 100, lockPoistions = false, fullWidth = false, } = $props();
|
|
7
|
-
let popupLocation = $state();
|
|
8
|
-
const fullWidthInPixels = $derived(fullWidth && popperLocation?.width ? `${popperLocation?.width}px` : '');
|
|
9
|
-
const popperWidth = $derived(width || fullWidthInPixels);
|
|
10
|
-
const popupMaxHeight = $derived(maxHeight || '400px');
|
|
11
|
-
let left = $state(null);
|
|
12
|
-
let right = $state(null);
|
|
13
|
-
let top = $state(null);
|
|
14
|
-
let bottom = $state(null);
|
|
15
|
-
function capturePopupLocation() {
|
|
16
|
-
if (!ref) {
|
|
17
|
-
return;
|
|
18
|
-
}
|
|
19
|
-
popupLocation = ref.getBoundingClientRect();
|
|
20
|
-
}
|
|
21
|
-
$effect(() => {
|
|
22
|
-
if (!ref) {
|
|
23
|
-
return;
|
|
24
|
-
}
|
|
25
|
-
capturePopupLocation();
|
|
26
|
-
window.addEventListener('resize', capturePopupLocation);
|
|
27
|
-
return () => {
|
|
28
|
-
window.removeEventListener('resize', capturePopupLocation);
|
|
29
|
-
};
|
|
30
|
-
});
|
|
31
|
-
$effect(() => {
|
|
32
|
-
const values = getPopupPosition({
|
|
33
|
-
positionX,
|
|
34
|
-
positionY,
|
|
35
|
-
offsetX: offsetX,
|
|
36
|
-
offsetY: offsetY,
|
|
37
|
-
popperHeight: popperHeightForVerticalPosition,
|
|
38
|
-
lockPoistions,
|
|
39
|
-
popperLocation,
|
|
40
|
-
popupLocation,
|
|
41
|
-
fullWidth,
|
|
42
|
-
});
|
|
43
|
-
left = values.left;
|
|
44
|
-
right = values.right;
|
|
45
|
-
top = values.top;
|
|
46
|
-
bottom = values.bottom;
|
|
47
|
-
});
|
|
48
|
-
</script>
|
|
49
|
-
|
|
50
|
-
<div
|
|
51
|
-
class={[
|
|
52
|
-
'dodo-ui-PopperPopup',
|
|
53
|
-
`positionX--${positionX}`,
|
|
54
|
-
`positionY--${positionY}`,
|
|
55
|
-
className,
|
|
56
|
-
].join(' ')}
|
|
57
|
-
bind:this={ref}
|
|
58
|
-
style={`${popperWidth ? `width: ${popperWidth};` : ''}
|
|
59
|
-
${left !== null ? `left: ${left}px;` : ''}
|
|
60
|
-
${right !== null ? `right: ${right}px;` : ''}
|
|
61
|
-
${top !== null ? `top: ${top}px;` : ''}
|
|
62
|
-
${bottom !== null ? `bottom: ${bottom}px;` : ''}
|
|
63
|
-
`}
|
|
64
|
-
>
|
|
65
|
-
<Paper shadow={3} {...paperProps}>
|
|
66
|
-
<section style={`max-height: ${popupMaxHeight};`}>
|
|
67
|
-
{#if children}
|
|
68
|
-
{@render children()}
|
|
69
|
-
{/if}
|
|
70
|
-
</section>
|
|
71
|
-
</Paper>
|
|
72
|
-
</div>
|
|
73
|
-
|
|
74
|
-
<style>.dodo-ui-PopperPopup {
|
|
75
|
-
position: fixed;
|
|
76
|
-
z-index: var(--dodo-ui-z-index-4);
|
|
77
|
-
}
|
|
78
|
-
.dodo-ui-PopperPopup section {
|
|
79
|
-
overflow: auto;
|
|
80
|
-
}</style>
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import type { PaperProps } from '../../../../components/Layout/Paper/Paper.svelte';
|
|
2
|
-
import type { PositionX, PositionY } from '../../../../../types/position.js';
|
|
3
|
-
import type { Snippet } from 'svelte';
|
|
4
|
-
export interface PopperPopupProps {
|
|
5
|
-
/** Popup contents goes here*/
|
|
6
|
-
children?: Snippet;
|
|
7
|
-
/** Popup ref */
|
|
8
|
-
ref?: HTMLDivElement;
|
|
9
|
-
/** PaperProps: Paper component props */
|
|
10
|
-
paperProps?: Partial<PaperProps>;
|
|
11
|
-
/** Max height. Use css compatible value */
|
|
12
|
-
popupMaxHeight?: string;
|
|
13
|
-
/** popup Width. Use css compatible value */
|
|
14
|
-
popupWidth?: string;
|
|
15
|
-
/** Custom css class */
|
|
16
|
-
class?: string;
|
|
17
|
-
/** Position of Popper content */
|
|
18
|
-
popperLocation?: DOMRect;
|
|
19
|
-
/** Popup stick horizontally */
|
|
20
|
-
popupPositionX?: PositionX;
|
|
21
|
-
/** Popup stick vertically */
|
|
22
|
-
popupPositionY?: PositionY;
|
|
23
|
-
/** vertical offset/gap between Popup and content */
|
|
24
|
-
popupOffsetY?: number;
|
|
25
|
-
/** Horizontal offset/gap between Popup and content */
|
|
26
|
-
popupOffsetX?: number;
|
|
27
|
-
/** Lock positions, disable auto top, bottom position based */
|
|
28
|
-
lockPoistions?: boolean;
|
|
29
|
-
/** Popper Height For Vertical Position, default 300 */
|
|
30
|
-
popperHeightForVerticalPosition?: number;
|
|
31
|
-
/** Full width Popper? */
|
|
32
|
-
fullWidth?: boolean;
|
|
33
|
-
}
|
|
34
|
-
declare const PopperPopup: import("svelte").Component<PopperPopupProps, {}, "ref">;
|
|
35
|
-
type PopperPopup = ReturnType<typeof PopperPopup>;
|
|
36
|
-
export default PopperPopup;
|
package/dist/stories/developer tools/components/Popper/PopperPopup/utils/getPopupPosition.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { PositionX, PositionY } from '../../../../../../types/position.js';
|
|
2
|
-
export interface GetPopupPositionProps {
|
|
3
|
-
positionX: PositionX;
|
|
4
|
-
positionY: PositionY;
|
|
5
|
-
offsetX?: number;
|
|
6
|
-
offsetY?: number;
|
|
7
|
-
popperHeight: number;
|
|
8
|
-
lockPoistions: boolean;
|
|
9
|
-
popperLocation?: DOMRect;
|
|
10
|
-
popupLocation?: DOMRect;
|
|
11
|
-
fullWidth?: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare function getPopupPosition(props: GetPopupPositionProps): {
|
|
14
|
-
left: null;
|
|
15
|
-
right: null;
|
|
16
|
-
top: null;
|
|
17
|
-
bottom: null;
|
|
18
|
-
} | {
|
|
19
|
-
left: number;
|
|
20
|
-
right: null;
|
|
21
|
-
top: number | null;
|
|
22
|
-
bottom: number | null;
|
|
23
|
-
};
|