polpo 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.cjs +31 -0
- package/dist/components.cjs.map +1 -0
- package/dist/components.d.cts +1866 -0
- package/dist/components.d.ts +1866 -0
- package/dist/components.js +31 -0
- package/dist/components.js.map +1 -0
- package/dist/{get-modal-position-drle0OjP.d.cts → get-modal-position-C5jQsaGx.d.cts} +1 -1
- package/dist/{get-modal-position-drle0OjP.d.ts → get-modal-position-C5jQsaGx.d.ts} +1 -1
- package/dist/helpers.cjs +1 -1
- package/dist/helpers.cjs.map +1 -1
- package/dist/helpers.d.cts +2 -2
- package/dist/helpers.d.ts +2 -2
- package/dist/helpers.js +1 -1
- package/dist/helpers.js.map +1 -1
- package/dist/hooks.cjs +1 -1
- package/dist/hooks.cjs.map +1 -1
- package/dist/hooks.d.cts +15 -13
- package/dist/hooks.d.ts +15 -13
- package/dist/hooks.js +1 -1
- package/dist/hooks.js.map +1 -1
- package/dist/layouts.cjs +4 -0
- package/dist/layouts.cjs.map +1 -0
- package/dist/{ui.d.cts → layouts.d.cts} +237 -2202
- package/dist/{ui.d.ts → layouts.d.ts} +237 -2202
- package/dist/layouts.js +4 -0
- package/dist/layouts.js.map +1 -0
- package/dist/types.cjs +3 -0
- package/dist/types.cjs.map +1 -0
- package/dist/types.d.cts +8 -0
- package/dist/types.d.ts +8 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/dist/{use-modal-transition-XQHye62R.d.cts → use-modal-transition-C0lyjvkD.d.ts} +4 -4
- package/dist/{use-modal-transition-DPZFWFFf.d.ts → use-modal-transition-C7DzbnY5.d.cts} +4 -4
- package/package.json +76 -76
- package/.eslintrc.cjs +0 -9
- package/.storybook/decorators.tsx +0 -61
- package/.storybook/main.ts +0 -47
- package/.storybook/manager-head.html +0 -2
- package/.storybook/manager.ts +0 -7
- package/.storybook/preview-head.html +0 -2
- package/.storybook/preview.ts +0 -38
- package/.storybook/theme.ts +0 -47
- package/.turbo/turbo-lint.log +0 -4
- package/README.md +0 -65
- package/dist/chunk-CF5MBMWG.js +0 -3
- package/dist/chunk-CF5MBMWG.js.map +0 -1
- package/dist/chunk-MAWW6AA7.js +0 -3
- package/dist/chunk-MAWW6AA7.js.map +0 -1
- package/dist/ui.cjs +0 -2279
- package/dist/ui.cjs.map +0 -1
- package/dist/ui.js +0 -2279
- package/dist/ui.js.map +0 -1
- package/src/components/accordion/accordion-item.stories.tsx +0 -128
- package/src/components/accordion/accordion-item.tsx +0 -119
- package/src/components/accordion/accordion.stories.tsx +0 -74
- package/src/components/accordion/accordion.style.ts +0 -42
- package/src/components/accordion/accordion.tsx +0 -74
- package/src/components/accordion/index.ts +0 -2
- package/src/components/buttons/button/button.stories.tsx +0 -103
- package/src/components/buttons/button/button.style.ts +0 -152
- package/src/components/buttons/button/button.tsx +0 -107
- package/src/components/buttons/button/index.ts +0 -1
- package/src/components/buttons/index.ts +0 -1
- package/src/components/cards/flip-card/flip-card.stories.tsx +0 -61
- package/src/components/cards/flip-card/flip-card.style.ts +0 -45
- package/src/components/cards/flip-card/flip-card.tsx +0 -55
- package/src/components/cards/flip-card/index.ts +0 -1
- package/src/components/cards/hover-card/hover-card.stories.tsx +0 -45
- package/src/components/cards/hover-card/hover-card.style.ts +0 -13
- package/src/components/cards/hover-card/hover-card.tsx +0 -71
- package/src/components/cards/hover-card/index.ts +0 -1
- package/src/components/cards/index.ts +0 -3
- package/src/components/cards/slide-card/index.ts +0 -1
- package/src/components/cards/slide-card/slide-card.stories.tsx +0 -47
- package/src/components/cards/slide-card/slide-card.tsx +0 -42
- package/src/components/cursor/cursor.stories.tsx +0 -36
- package/src/components/cursor/cursor.style.ts +0 -73
- package/src/components/cursor/cursor.tsx +0 -49
- package/src/components/cursor/index.ts +0 -1
- package/src/components/form/checkbox/checkbox.stories.tsx +0 -85
- package/src/components/form/checkbox/checkbox.style.ts +0 -109
- package/src/components/form/checkbox/checkbox.tsx +0 -120
- package/src/components/form/checkbox/index.ts +0 -1
- package/src/components/form/controller/controller.tsx +0 -42
- package/src/components/form/controller/index.ts +0 -1
- package/src/components/form/date-picker/date-picker.stories.tsx +0 -38
- package/src/components/form/date-picker/date-picker.tsx +0 -67
- package/src/components/form/date-picker/index.ts +0 -1
- package/src/components/form/field/field.stories.tsx +0 -52
- package/src/components/form/field/field.style.ts +0 -94
- package/src/components/form/field/field.tsx +0 -86
- package/src/components/form/field/field.types.ts +0 -34
- package/src/components/form/field/index.ts +0 -2
- package/src/components/form/form.stories.types.tsx +0 -50
- package/src/components/form/form.types.ts +0 -37
- package/src/components/form/index.ts +0 -14
- package/src/components/form/input/index.ts +0 -1
- package/src/components/form/input/input.stories.tsx +0 -41
- package/src/components/form/input/input.tsx +0 -73
- package/src/components/form/input-color/index.ts +0 -1
- package/src/components/form/input-color/input-color.stories.tsx +0 -46
- package/src/components/form/input-color/input-color.style.ts +0 -94
- package/src/components/form/input-color/input-color.tsx +0 -162
- package/src/components/form/input-file/index.ts +0 -1
- package/src/components/form/input-file/input-file.stories.tsx +0 -40
- package/src/components/form/input-file/input-file.style.ts +0 -143
- package/src/components/form/input-file/input-file.tsx +0 -214
- package/src/components/form/input-password/index.ts +0 -1
- package/src/components/form/input-password/input-password.stories.tsx +0 -37
- package/src/components/form/input-password/input-password.tsx +0 -83
- package/src/components/form/radio/index.ts +0 -1
- package/src/components/form/radio/radio.stories.tsx +0 -68
- package/src/components/form/radio/radio.style.ts +0 -79
- package/src/components/form/radio/radio.tsx +0 -106
- package/src/components/form/select/data.stories.json +0 -452
- package/src/components/form/select/index.ts +0 -1
- package/src/components/form/select/option.tsx +0 -101
- package/src/components/form/select/options.tsx +0 -161
- package/src/components/form/select/select.stories.tsx +0 -369
- package/src/components/form/select/select.style.ts +0 -116
- package/src/components/form/select/select.tsx +0 -312
- package/src/components/form/select/select.types.ts +0 -97
- package/src/components/form/slider/index.ts +0 -1
- package/src/components/form/slider/slider.stories.tsx +0 -40
- package/src/components/form/slider/slider.style.ts +0 -92
- package/src/components/form/slider/slider.tsx +0 -108
- package/src/components/form/switch/index.ts +0 -1
- package/src/components/form/switch/switch.stories.tsx +0 -88
- package/src/components/form/switch/switch.style.ts +0 -137
- package/src/components/form/switch/switch.tsx +0 -177
- package/src/components/form/textarea/index.ts +0 -1
- package/src/components/form/textarea/textarea.stories.tsx +0 -43
- package/src/components/form/textarea/textarea.style.ts +0 -7
- package/src/components/form/textarea/textarea.tsx +0 -76
- package/src/components/icon/icon.stories.tsx +0 -63
- package/src/components/icon/icon.tsx +0 -64
- package/src/components/icon/icons/index.ts +0 -18
- package/src/components/icon/icons/object.tsx +0 -482
- package/src/components/icon/icons/social.tsx +0 -88
- package/src/components/icon/icons/symbol.tsx +0 -776
- package/src/components/icon/index.ts +0 -5
- package/src/components/image/image.stories.tsx +0 -25
- package/src/components/image/image.tsx +0 -7
- package/src/components/image/index.ts +0 -1
- package/src/components/index.ts +0 -17
- package/src/components/infinity-scroll/index.ts +0 -1
- package/src/components/infinity-scroll/infinity-scroll.stories.tsx +0 -118
- package/src/components/infinity-scroll/infinity-scroll.style.ts +0 -30
- package/src/components/infinity-scroll/infinity-scroll.tsx +0 -53
- package/src/components/line/index.ts +0 -1
- package/src/components/line/line.stories.tsx +0 -66
- package/src/components/line/line.style.ts +0 -57
- package/src/components/line/line.tsx +0 -76
- package/src/components/loaders/icons/box-1.tsx +0 -31
- package/src/components/loaders/icons/box-2.tsx +0 -30
- package/src/components/loaders/icons/box-3.tsx +0 -66
- package/src/components/loaders/icons/clock-1.tsx +0 -25
- package/src/components/loaders/icons/clock-2.tsx +0 -58
- package/src/components/loaders/icons/dots-1.tsx +0 -194
- package/src/components/loaders/icons/dots-2.tsx +0 -15
- package/src/components/loaders/icons/dots-3.tsx +0 -38
- package/src/components/loaders/icons/dots-4.tsx +0 -90
- package/src/components/loaders/icons/dots-5.tsx +0 -30
- package/src/components/loaders/icons/dots-6.tsx +0 -72
- package/src/components/loaders/icons/dots-7.tsx +0 -51
- package/src/components/loaders/icons/dots-8.tsx +0 -42
- package/src/components/loaders/icons/dots-9.tsx +0 -27
- package/src/components/loaders/icons/lines-1.tsx +0 -96
- package/src/components/loaders/icons/lines-2.tsx +0 -48
- package/src/components/loaders/icons/pulse-1.tsx +0 -69
- package/src/components/loaders/icons/pulse-2.tsx +0 -69
- package/src/components/loaders/icons/pulse-3.tsx +0 -105
- package/src/components/loaders/icons/pulse-4.tsx +0 -105
- package/src/components/loaders/icons/pulse-5.tsx +0 -56
- package/src/components/loaders/icons/spinner-1.tsx +0 -162
- package/src/components/loaders/icons/spinner-2.tsx +0 -147
- package/src/components/loaders/icons/spinner-3.tsx +0 -35
- package/src/components/loaders/icons/spinner-4.tsx +0 -16
- package/src/components/loaders/index.ts +0 -1
- package/src/components/loaders/simple-loader/index.ts +0 -1
- package/src/components/loaders/simple-loader/simple-loader.stories.tsx +0 -42
- package/src/components/loaders/simple-loader/simple-loader.style.ts +0 -12
- package/src/components/loaders/simple-loader/simple-loader.tsx +0 -99
- package/src/components/modals/action-modal/action-modal.stories.tsx +0 -157
- package/src/components/modals/action-modal/action-modal.style.ts +0 -117
- package/src/components/modals/action-modal/action-modal.tsx +0 -148
- package/src/components/modals/action-modal/index.ts +0 -1
- package/src/components/modals/aside-modal/aside-modal.stories.tsx +0 -81
- package/src/components/modals/aside-modal/aside-modal.style.ts +0 -88
- package/src/components/modals/aside-modal/aside-modal.tsx +0 -64
- package/src/components/modals/aside-modal/index.ts +0 -1
- package/src/components/modals/confirmation-modal/confirmation-modal.stories.tsx +0 -62
- package/src/components/modals/confirmation-modal/confirmation-modal.style.ts +0 -17
- package/src/components/modals/confirmation-modal/confirmation-modal.tsx +0 -43
- package/src/components/modals/confirmation-modal/index.ts +0 -1
- package/src/components/modals/index.ts +0 -6
- package/src/components/modals/menu/index.ts +0 -1
- package/src/components/modals/menu/menu.stories.tsx +0 -79
- package/src/components/modals/menu/menu.style.ts +0 -103
- package/src/components/modals/menu/menu.tsx +0 -186
- package/src/components/modals/modal/backdrop.tsx +0 -70
- package/src/components/modals/modal/index.ts +0 -2
- package/src/components/modals/modal/modal.stories.tsx +0 -328
- package/src/components/modals/modal/modal.style.ts +0 -70
- package/src/components/modals/modal/modal.tsx +0 -106
- package/src/components/modals/portal/index.ts +0 -1
- package/src/components/modals/portal/portal.tsx +0 -21
- package/src/components/ripple/index.ts +0 -1
- package/src/components/ripple/ripple.stories.tsx +0 -38
- package/src/components/ripple/ripple.style.ts +0 -33
- package/src/components/ripple/ripple.tsx +0 -65
- package/src/components/smart-table/index.ts +0 -1
- package/src/components/smart-table/smart-table.column.tsx +0 -63
- package/src/components/smart-table/smart-table.helpers.tsx +0 -59
- package/src/components/smart-table/smart-table.hooks.ts +0 -27
- package/src/components/smart-table/smart-table.row.tsx +0 -29
- package/src/components/smart-table/smart-table.stories.tsx +0 -301
- package/src/components/smart-table/smart-table.style.ts +0 -102
- package/src/components/smart-table/smart-table.tsx +0 -112
- package/src/components/smart-table/smart-table.types.ts +0 -41
- package/src/components/tabs/index.ts +0 -1
- package/src/components/tabs/tabs-container.stories.tsx +0 -159
- package/src/components/tabs/tabs-list.tsx +0 -134
- package/src/components/tabs/tabs.stories.tsx +0 -68
- package/src/components/tabs/tabs.style.ts +0 -137
- package/src/components/tabs/tabs.tsx +0 -117
- package/src/components/tag/index.ts +0 -1
- package/src/components/tag/tag.stories.tsx +0 -48
- package/src/components/tag/tag.style.ts +0 -29
- package/src/components/tag/tag.tsx +0 -34
- package/src/components/tooltips/click-to-copy/click-to-copy.stories.tsx +0 -39
- package/src/components/tooltips/click-to-copy/click-to-copy.tsx +0 -41
- package/src/components/tooltips/click-to-copy/index.ts +0 -1
- package/src/components/tooltips/index.ts +0 -2
- package/src/components/tooltips/tooltip/index.ts +0 -1
- package/src/components/tooltips/tooltip/tooltip.stories.tsx +0 -38
- package/src/components/tooltips/tooltip/tooltip.style.ts +0 -93
- package/src/components/tooltips/tooltip/tooltip.tsx +0 -59
- package/src/components/typography/index.ts +0 -2
- package/src/components/typography/typography.constants.ts +0 -43
- package/src/components/typography/typography.stories.tsx +0 -108
- package/src/components/typography/typography.style.ts +0 -76
- package/src/components/typography/typography.tsx +0 -100
- package/src/contexts/fetch-context/fetch-context.tsx +0 -114
- package/src/contexts/fetch-context/index.ts +0 -1
- package/src/contexts/form-context/form-context.tsx +0 -43
- package/src/contexts/form-context/index.ts +0 -1
- package/src/contexts/index.ts +0 -3
- package/src/contexts/theme-context/index.ts +0 -3
- package/src/contexts/theme-context/theme-context.tsx +0 -158
- package/src/contexts/theme-context/theme.animations.ts +0 -269
- package/src/contexts/theme-context/theme.defaults.ts +0 -209
- package/src/contexts/theme-context/theme.style.ts +0 -78
- package/src/contexts/theme-context/themes.ts +0 -98
- package/src/core/http-client.d.ts +0 -11
- package/src/core/http-client.d.ts.map +0 -1
- package/src/core/http-client.ts +0 -49
- package/src/core/index.d.ts +0 -2
- package/src/core/index.d.ts.map +0 -1
- package/src/core/index.ts +0 -1
- package/src/core/variants/color.ts +0 -9
- package/src/core/variants/index.ts +0 -3
- package/src/core/variants/radius.ts +0 -27
- package/src/core/variants/size.ts +0 -19
- package/src/helpers/format-bytes.ts +0 -11
- package/src/helpers/format-dates.ts +0 -11
- package/src/helpers/get-modal-position-relative-to-screen.ts +0 -86
- package/src/helpers/get-modal-position.ts +0 -211
- package/src/helpers/index.ts +0 -5
- package/src/helpers/text/index.ts +0 -1
- package/src/helpers/text/to-capitalize.ts +0 -17
- package/src/hooks/index.ts +0 -29
- package/src/hooks/use-async.ts +0 -88
- package/src/hooks/use-classnames.ts +0 -13
- package/src/hooks/use-click-outside.ts +0 -32
- package/src/hooks/use-constant.ts +0 -3
- package/src/hooks/use-cookie.ts +0 -124
- package/src/hooks/use-debounce.ts +0 -15
- package/src/hooks/use-dimensions.ts +0 -19
- package/src/hooks/use-dom-container.ts +0 -35
- package/src/hooks/use-event-listener.ts +0 -71
- package/src/hooks/use-file-reader.ts +0 -69
- package/src/hooks/use-geolocation.ts +0 -63
- package/src/hooks/use-hover.ts +0 -17
- package/src/hooks/use-in-view.ts +0 -18
- package/src/hooks/use-input-handlers.ts +0 -49
- package/src/hooks/use-intersection-observer.ts +0 -19
- package/src/hooks/use-media-query.ts +0 -25
- package/src/hooks/use-modal-in-container.ts +0 -85
- package/src/hooks/use-modal-transition.ts +0 -64
- package/src/hooks/use-modal.ts +0 -21
- package/src/hooks/use-mouse-position.ts +0 -64
- package/src/hooks/use-online-status.ts +0 -12
- package/src/hooks/use-render-count.ts +0 -11
- package/src/hooks/use-resize-observer.ts +0 -18
- package/src/hooks/use-safe-dispatch.ts +0 -22
- package/src/hooks/use-scroll.ts +0 -31
- package/src/hooks/use-state-history.ts +0 -22
- package/src/hooks/use-toggle-values.ts +0 -14
- package/src/hooks/use-toggle.ts +0 -11
- package/src/hooks/use-viewport.ts +0 -38
- package/src/index.ts +0 -5
- package/src/layouts/flex/flex.tsx +0 -75
- package/src/layouts/flex/index.ts +0 -1
- package/src/layouts/grid/grid.tsx +0 -86
- package/src/layouts/grid/index.ts +0 -1
- package/src/layouts/index.ts +0 -3
- package/src/layouts/section-layout/index.ts +0 -1
- package/src/layouts/section-layout/section-layout.stories.tsx +0 -55
- package/src/layouts/section-layout/section-layout.style.ts +0 -21
- package/src/layouts/section-layout/section-layout.tsx +0 -46
- package/src/stories/GettingStarted.mdx +0 -62
- package/src/types/generics.ts +0 -68
- package/src/types/index.ts +0 -1
- package/svg/Name=airplane, Category=object.svg +0 -3
- package/svg/Name=arrow-circle, Category=symbol.svg +0 -3
- package/svg/Name=arrow-down, Category=symbol.svg +0 -3
- package/svg/Name=arrow-left, Category=symbol.svg +0 -3
- package/svg/Name=arrow-right, Category=symbol.svg +0 -3
- package/svg/Name=arrow-up, Category=symbol.svg +0 -3
- package/svg/Name=bell, Category=object.svg +0 -3
- package/svg/Name=bicycle, Category=object.svg +0 -3
- package/svg/Name=book-open, Category=object.svg +0 -3
- package/svg/Name=book-solid, Category=object.svg +0 -6
- package/svg/Name=box-shadow, Category=symbol.svg +0 -5
- package/svg/Name=calendar, Category=object.svg +0 -3
- package/svg/Name=camera, Category=object.svg +0 -3
- package/svg/Name=caret-down, Category=symbol.svg +0 -3
- package/svg/Name=caret-left, Category=symbol.svg +0 -3
- package/svg/Name=caret-right, Category=symbol.svg +0 -3
- package/svg/Name=caret-up, Category=symbol.svg +0 -3
- package/svg/Name=checkmark, Category=symbol.svg +0 -3
- package/svg/Name=clean-computer, Category=object.svg +0 -10
- package/svg/Name=codepen, Category=social.svg +0 -3
- package/svg/Name=creative, Category=symbol.svg +0 -5
- package/svg/Name=cross, Category=symbol.svg +0 -4
- package/svg/Name=crossed-flags, Category=object.svg +0 -4
- package/svg/Name=cv, Category=symbol.svg +0 -5
- package/svg/Name=design-ui, Category=symbol.svg +0 -9
- package/svg/Name=document, Category=object.svg +0 -3
- package/svg/Name=door-closed, Category=object.svg +0 -3
- package/svg/Name=door-open, Category=object.svg +0 -3
- package/svg/Name=double-caret-down, Category=symbol.svg +0 -4
- package/svg/Name=double-caret-left, Category=symbol.svg +0 -4
- package/svg/Name=double-caret-righ, Category=symbol.svg +0 -4
- package/svg/Name=double-caret-up, Category=symbol.svg +0 -4
- package/svg/Name=download, Category=symbol.svg +0 -5
- package/svg/Name=dropper, Category=object.svg +0 -5
- package/svg/Name=envelope, Category=object.svg +0 -3
- package/svg/Name=exclamation-close, Category=symbol.svg +0 -4
- package/svg/Name=exclamation-open, Category=symbol.svg +0 -4
- package/svg/Name=external-link, Category=symbol.svg +0 -3
- package/svg/Name=eye, Category=object.svg +0 -4
- package/svg/Name=eye-hidden, Category=object.svg +0 -7
- package/svg/Name=facebook, Category=social.svg +0 -3
- package/svg/Name=form, Category=symbol.svg +0 -8
- package/svg/Name=game-control, Category=object.svg +0 -3
- package/svg/Name=gear, Category=object.svg +0 -3
- package/svg/Name=github, Category=social.svg +0 -3
- package/svg/Name=house, Category=object.svg +0 -3
- package/svg/Name=hyphen, Category=symbol.svg +0 -3
- package/svg/Name=info, Category=symbol.svg +0 -3
- package/svg/Name=instagram, Category=social.svg +0 -3
- package/svg/Name=link, Category=symbol.svg +0 -5
- package/svg/Name=linkedin, Category=social.svg +0 -3
- package/svg/Name=magnifying-glass, Category=object.svg +0 -3
- package/svg/Name=message, Category=symbol.svg +0 -4
- package/svg/Name=moon, Category=object.svg +0 -5
- package/svg/Name=npm, Category=social.svg +0 -3
- package/svg/Name=order-list, Category=symbol.svg +0 -7
- package/svg/Name=pencil, Category=object.svg +0 -3
- package/svg/Name=pin-location, Category=symbol.svg +0 -3
- package/svg/Name=question-mark-close, Category=symbol.svg +0 -3
- package/svg/Name=question-mark-open, Category=symbol.svg +0 -3
- package/svg/Name=share, Category=symbol.svg +0 -5
- package/svg/Name=spinner, Category=symbol.svg +0 -9
- package/svg/Name=star, Category=object.svg +0 -3
- package/svg/Name=star-empty, Category=object.svg +0 -3
- package/svg/Name=sun, Category=object.svg +0 -11
- package/svg/Name=text-shadow, Category=symbol.svg +0 -4
- package/svg/Name=thinking, Category=symbol.svg +0 -3
- package/svg/Name=trash-can, Category=object.svg +0 -4
- package/svg/Name=upload, Category=symbol.svg +0 -5
- package/svg/Name=user, Category=symbol.svg +0 -4
- package/svg/Name=warning, Category=symbol.svg +0 -5
- package/svg/Name=whatsapp, Category=social.svg +0 -3
- package/svgconfig.json +0 -4
- package/tsconfig.json +0 -15
- package/tsup.config.cjs +0 -21
- package/vite.config.ts +0 -14
|
@@ -0,0 +1,1866 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React$1 from 'react';
|
|
3
|
+
import React__default, { ButtonHTMLAttributes, CSSProperties, DetailedHTMLProps, ImgHTMLAttributes, RefObject, ReactNode } from 'react';
|
|
4
|
+
import { IconType } from 'react-icons';
|
|
5
|
+
import { UseControllerProps } from 'react-hook-form';
|
|
6
|
+
import { M as ModalState, a as UseModalTransitionParams, U as UseModalInContainerParams } from './use-modal-transition-C0lyjvkD.js';
|
|
7
|
+
import { P as PositionContainer } from './get-modal-position-C5jQsaGx.js';
|
|
8
|
+
import * as csstype from 'csstype';
|
|
9
|
+
import { KeyValuesOf } from './types.js';
|
|
10
|
+
|
|
11
|
+
declare const useAccordionItem: (id: string) => [boolean, () => void];
|
|
12
|
+
type AccordionProps = {
|
|
13
|
+
children: React__default.ReactNode;
|
|
14
|
+
className?: string;
|
|
15
|
+
style?: React__default.CSSProperties;
|
|
16
|
+
noSeparators?: boolean;
|
|
17
|
+
multiple?: boolean;
|
|
18
|
+
defaultOpened?: Array<string> | string;
|
|
19
|
+
};
|
|
20
|
+
declare const Accordion: ({ children, className, noSeparators, multiple, style, defaultOpened, }: AccordionProps) => react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
22
|
+
type NodeFunction = (isOpen: boolean) => React__default.ReactNode;
|
|
23
|
+
type ContentType = React__default.ReactNode | NodeFunction;
|
|
24
|
+
type AccordionItemCommonProps = {
|
|
25
|
+
icon?: IconType;
|
|
26
|
+
children: React__default.ReactNode;
|
|
27
|
+
startContent?: ContentType;
|
|
28
|
+
endContent?: ContentType;
|
|
29
|
+
className?: string;
|
|
30
|
+
style?: React__default.CSSProperties;
|
|
31
|
+
classNames?: {
|
|
32
|
+
header?: string;
|
|
33
|
+
headerContent?: string;
|
|
34
|
+
title?: string;
|
|
35
|
+
subtitle?: string;
|
|
36
|
+
toggleIcon?: string;
|
|
37
|
+
body?: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
type AccordionItemTitleProps = AccordionItemCommonProps & {
|
|
41
|
+
title?: ContentType;
|
|
42
|
+
subtitle?: ContentType;
|
|
43
|
+
content?: never;
|
|
44
|
+
};
|
|
45
|
+
type AccordionItemContentProps = AccordionItemCommonProps & {
|
|
46
|
+
title?: never;
|
|
47
|
+
subtitle?: never;
|
|
48
|
+
content?: ContentType;
|
|
49
|
+
};
|
|
50
|
+
type AccordionItemProps = AccordionItemTitleProps | AccordionItemContentProps;
|
|
51
|
+
declare const AccordionItem: React__default.FC<AccordionItemProps>;
|
|
52
|
+
|
|
53
|
+
declare enum ColorTypes {
|
|
54
|
+
DEFAULT = "default",
|
|
55
|
+
PRIMARY = "primary",
|
|
56
|
+
SECONDARY = "secondary",
|
|
57
|
+
TERTIARY = "tertiary",
|
|
58
|
+
ACTIVE = "active",
|
|
59
|
+
WARNING = "warning",
|
|
60
|
+
ALERT = "alert",
|
|
61
|
+
INFO = "info"
|
|
62
|
+
}
|
|
63
|
+
declare enum SizeTypes {
|
|
64
|
+
SMALL = "small",
|
|
65
|
+
REGULAR = "regular",
|
|
66
|
+
LARGE = "large"
|
|
67
|
+
}
|
|
68
|
+
declare enum VariantTypes {
|
|
69
|
+
SOLID = "solid",
|
|
70
|
+
FLAT = "flat",
|
|
71
|
+
OUTLINED = "outlined",
|
|
72
|
+
TEXT = "text"
|
|
73
|
+
}
|
|
74
|
+
declare enum RadiusTypes {
|
|
75
|
+
NONE = "none",
|
|
76
|
+
SMALL = "small",
|
|
77
|
+
MEDIUM = "medium",
|
|
78
|
+
LARGE = "large",
|
|
79
|
+
FULL = "full"
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
83
|
+
children: React.ReactNode;
|
|
84
|
+
color?: `${ColorTypes}`;
|
|
85
|
+
variant?: `${VariantTypes}`;
|
|
86
|
+
radius?: `${RadiusTypes}`;
|
|
87
|
+
size?: `${SizeTypes}`;
|
|
88
|
+
noWrap?: boolean;
|
|
89
|
+
ref?: React.Ref<HTMLButtonElement>;
|
|
90
|
+
forIcon?: boolean;
|
|
91
|
+
isLoading?: boolean;
|
|
92
|
+
}
|
|
93
|
+
declare const Button: ({ children, color, variant, radius, size, noWrap, forIcon, className, ...props }: ButtonProps) => react_jsx_runtime.JSX.Element;
|
|
94
|
+
|
|
95
|
+
type SlideCardProps = {
|
|
96
|
+
children: React__default.ReactNode;
|
|
97
|
+
isOpen: boolean;
|
|
98
|
+
className?: string;
|
|
99
|
+
style?: React__default.CSSProperties;
|
|
100
|
+
};
|
|
101
|
+
declare const SlideCard: ({ children, isOpen, className, style }: SlideCardProps) => react_jsx_runtime.JSX.Element;
|
|
102
|
+
|
|
103
|
+
type FlipCardProps = {
|
|
104
|
+
cardZIndex?: CSSProperties['zIndex'];
|
|
105
|
+
isFlipped?: boolean;
|
|
106
|
+
flipSpeed?: number;
|
|
107
|
+
flipDirection?: 'horizontal' | 'vertical';
|
|
108
|
+
children: [React.ReactNode, React.ReactNode];
|
|
109
|
+
};
|
|
110
|
+
declare const FlipCard: ({ cardZIndex, flipDirection, flipSpeed, isFlipped, children, }: FlipCardProps) => react_jsx_runtime.JSX.Element;
|
|
111
|
+
|
|
112
|
+
type HoverCardProps = {
|
|
113
|
+
children: React.ReactNode;
|
|
114
|
+
threshold?: number;
|
|
115
|
+
translationZ?: number;
|
|
116
|
+
width?: 'fit-content' | '100%';
|
|
117
|
+
className?: string;
|
|
118
|
+
};
|
|
119
|
+
declare const HoverCard: ({ children, threshold, translationZ, width, className, }: HoverCardProps) => react_jsx_runtime.JSX.Element;
|
|
120
|
+
|
|
121
|
+
declare const Cursor: () => react_jsx_runtime.JSX.Element | null;
|
|
122
|
+
|
|
123
|
+
type Props = {
|
|
124
|
+
[key: string]: unknown;
|
|
125
|
+
};
|
|
126
|
+
type SharedProps = {
|
|
127
|
+
name: string;
|
|
128
|
+
className?: string;
|
|
129
|
+
style?: React__default.CSSProperties;
|
|
130
|
+
autoComplete?: string;
|
|
131
|
+
autoFocus?: boolean;
|
|
132
|
+
placeholder?: string;
|
|
133
|
+
disabled?: boolean;
|
|
134
|
+
readOnly?: boolean;
|
|
135
|
+
onBlur?: (e: React__default.FocusEvent<unknown>) => void;
|
|
136
|
+
onFocus?: (e: React__default.FocusEvent<unknown>) => void;
|
|
137
|
+
};
|
|
138
|
+
type UnControlledProps<V> = {
|
|
139
|
+
value: V;
|
|
140
|
+
setValue: (value: V) => void;
|
|
141
|
+
invalid?: boolean;
|
|
142
|
+
isTouched?: boolean;
|
|
143
|
+
isDirty?: boolean;
|
|
144
|
+
error?: string;
|
|
145
|
+
};
|
|
146
|
+
type ControlledProps<V> = {
|
|
147
|
+
defaultValue?: V;
|
|
148
|
+
};
|
|
149
|
+
type UnControlledComponentProps<T extends Props, V> = T & SharedProps & UnControlledProps<V>;
|
|
150
|
+
type ControlledComponentProps<T extends Props, V> = T & SharedProps & ControlledProps<V>;
|
|
151
|
+
type ControllerGeneratorProps<T extends Props, V> = ControlledComponentProps<T, V> & Partial<Pick<UseControllerProps, 'rules'>>;
|
|
152
|
+
|
|
153
|
+
type CheckboxProps = {
|
|
154
|
+
label?: React.ReactNode;
|
|
155
|
+
placeholder?: never;
|
|
156
|
+
icon?: IconType;
|
|
157
|
+
color?: `${ColorTypes}`;
|
|
158
|
+
size?: `${SizeTypes}`;
|
|
159
|
+
};
|
|
160
|
+
declare const Checkbox: {
|
|
161
|
+
({ name, value, setValue, onBlur, onFocus, className, style, autoFocus, readOnly, disabled, autoComplete, icon: Icon, label, color, size, }: UnControlledComponentProps<CheckboxProps, boolean>): react_jsx_runtime.JSX.Element;
|
|
162
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<CheckboxProps, boolean>) => react_jsx_runtime.JSX.Element;
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
declare enum FieldVariant {
|
|
166
|
+
FULL_BORDER = "full-border",
|
|
167
|
+
CONTENT_BORDER = "content-border",
|
|
168
|
+
CONTENT_LINE = "line"
|
|
169
|
+
}
|
|
170
|
+
declare enum FieldOrientation {
|
|
171
|
+
HORIZONTAL = "horizontal",
|
|
172
|
+
VERTICAL = "vertical"
|
|
173
|
+
}
|
|
174
|
+
type FieldSharedProps = {
|
|
175
|
+
rightIcon?: IconType;
|
|
176
|
+
leftIcon?: IconType;
|
|
177
|
+
errorIcon?: IconType;
|
|
178
|
+
onClickLeftIcon?: () => void;
|
|
179
|
+
onClickRightIcon?: () => void;
|
|
180
|
+
label?: string;
|
|
181
|
+
variant?: `${FieldVariant}`;
|
|
182
|
+
ref?: React__default.RefObject<HTMLElement | null>;
|
|
183
|
+
};
|
|
184
|
+
type FieldProps = FieldSharedProps & {
|
|
185
|
+
children: React__default.ReactNode;
|
|
186
|
+
id: string;
|
|
187
|
+
error?: string;
|
|
188
|
+
isFocus?: boolean;
|
|
189
|
+
fieldOrientation?: `${FieldOrientation}`;
|
|
190
|
+
};
|
|
191
|
+
type InputFieldProps<T> = T & FieldSharedProps;
|
|
192
|
+
|
|
193
|
+
declare const Field: ({ id, label, leftIcon, rightIcon, errorIcon: ErrorIcon, error, onClickLeftIcon, onClickRightIcon, fieldOrientation, children, isFocus, variant, ref, }: FieldProps) => react_jsx_runtime.JSX.Element;
|
|
194
|
+
|
|
195
|
+
type DatePickerProps = InputFieldProps<{
|
|
196
|
+
type?: 'date' | 'datetime-local' | 'month' | 'time' | 'week';
|
|
197
|
+
}>;
|
|
198
|
+
declare const DatePicker: {
|
|
199
|
+
({ name, value, setValue, onBlur, onFocus, type, className, style, autoFocus, readOnly, disabled, placeholder, autoComplete, isDirty, isTouched, invalid, error, ...fieldProps }: UnControlledComponentProps<DatePickerProps, string>): react_jsx_runtime.JSX.Element;
|
|
200
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<DatePickerProps, string>) => react_jsx_runtime.JSX.Element;
|
|
201
|
+
};
|
|
202
|
+
|
|
203
|
+
type IProps$1 = InputFieldProps<{
|
|
204
|
+
pattern?: string;
|
|
205
|
+
type?: 'email' | 'search' | 'text' | 'url';
|
|
206
|
+
min?: number;
|
|
207
|
+
max?: number;
|
|
208
|
+
}>;
|
|
209
|
+
declare const Input: {
|
|
210
|
+
({ name, value, setValue, onBlur, onFocus, pattern, type, className, style, autoFocus, readOnly, disabled, placeholder, autoComplete, isDirty, isTouched, invalid, error, min, max, ...fieldProps }: UnControlledComponentProps<IProps$1, string>): react_jsx_runtime.JSX.Element;
|
|
211
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<IProps$1, string>) => react_jsx_runtime.JSX.Element;
|
|
212
|
+
};
|
|
213
|
+
|
|
214
|
+
type InputPasswordProps = InputFieldProps<{
|
|
215
|
+
rightIcon?: never;
|
|
216
|
+
}>;
|
|
217
|
+
declare const InputPassword: {
|
|
218
|
+
({ name, value, setValue, onBlur, onFocus, className, style, autoFocus, readOnly, disabled, placeholder, autoComplete, isDirty, isTouched, invalid, error, ...fieldProps }: UnControlledComponentProps<InputPasswordProps, string>): react_jsx_runtime.JSX.Element;
|
|
219
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<InputPasswordProps, string>) => react_jsx_runtime.JSX.Element;
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
type ColorProps = InputFieldProps<{
|
|
223
|
+
showValueText?: boolean;
|
|
224
|
+
}>;
|
|
225
|
+
declare const InputColor: {
|
|
226
|
+
({ name, value, setValue, onBlur, onFocus, showValueText, className, style, autoFocus, readOnly, disabled, placeholder, autoComplete, isDirty, isTouched, invalid, error, ...fieldProps }: UnControlledComponentProps<ColorProps, string>): react_jsx_runtime.JSX.Element;
|
|
227
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<ColorProps, string>) => react_jsx_runtime.JSX.Element;
|
|
228
|
+
};
|
|
229
|
+
|
|
230
|
+
type InputFileProps = {
|
|
231
|
+
label?: string;
|
|
232
|
+
accept?: string;
|
|
233
|
+
multiple?: boolean;
|
|
234
|
+
limitSize?: number;
|
|
235
|
+
errorTimeout?: number;
|
|
236
|
+
};
|
|
237
|
+
type InputFileValue = {
|
|
238
|
+
[key: string]: File;
|
|
239
|
+
};
|
|
240
|
+
declare const InputFile: {
|
|
241
|
+
({ name, value, setValue, onBlur, onFocus, className, style, autoFocus, readOnly, disabled, placeholder, autoComplete, accept, multiple, limitSize, errorTimeout, label, }: UnControlledComponentProps<InputFileProps, InputFileValue>): react_jsx_runtime.JSX.Element;
|
|
242
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<InputFileProps, InputFileValue>) => react_jsx_runtime.JSX.Element;
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
type FormatFunction = (value: number) => string;
|
|
246
|
+
type FormatConfig = Intl.NumberFormatOptions & {
|
|
247
|
+
locales: Intl.LocalesArgument;
|
|
248
|
+
};
|
|
249
|
+
type IProps = InputFieldProps<{
|
|
250
|
+
pattern?: string;
|
|
251
|
+
min?: number;
|
|
252
|
+
max?: number;
|
|
253
|
+
format?: FormatConfig | FormatFunction;
|
|
254
|
+
decimalSeparator?: string;
|
|
255
|
+
}>;
|
|
256
|
+
declare const InputNumber: {
|
|
257
|
+
({ name, value, setValue, onBlur, onFocus, pattern, className, style, autoFocus, readOnly, disabled, placeholder, autoComplete, isDirty, isTouched, invalid, error, min, max, decimalSeparator, format, ...fieldProps }: UnControlledComponentProps<IProps, number>): react_jsx_runtime.JSX.Element;
|
|
258
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<IProps, number>) => react_jsx_runtime.JSX.Element;
|
|
259
|
+
};
|
|
260
|
+
|
|
261
|
+
type RadioProps = {
|
|
262
|
+
label?: string;
|
|
263
|
+
radioValue: string;
|
|
264
|
+
placeholder?: never;
|
|
265
|
+
color?: `${ColorTypes}`;
|
|
266
|
+
size?: `${SizeTypes}`;
|
|
267
|
+
};
|
|
268
|
+
declare const Radio: {
|
|
269
|
+
({ name, value, setValue, onBlur, onFocus, className, style, autoFocus, readOnly, disabled, autoComplete, radioValue, label, color, size, }: UnControlledComponentProps<RadioProps, string>): react_jsx_runtime.JSX.Element;
|
|
270
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<RadioProps, string>) => react_jsx_runtime.JSX.Element;
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
type SelectItem = string | number | Record<string, unknown> | unknown;
|
|
274
|
+
type MultiValue<T extends SelectItem> = Array<T>;
|
|
275
|
+
type SingleValue<T extends SelectItem> = T | null;
|
|
276
|
+
type OptionComponentProps<T extends SelectItem> = {
|
|
277
|
+
value: T;
|
|
278
|
+
};
|
|
279
|
+
type ValueComponentProps<T extends SelectItem> = {
|
|
280
|
+
value: MultiValue<T>;
|
|
281
|
+
multiselect: true;
|
|
282
|
+
} | {
|
|
283
|
+
value: SingleValue<T>;
|
|
284
|
+
multiselect?: false;
|
|
285
|
+
};
|
|
286
|
+
type SharedSelectProps<T extends SelectItem> = InputFieldProps<{
|
|
287
|
+
options: Array<T>;
|
|
288
|
+
isEqualComparator?: (a: T, b: T) => boolean;
|
|
289
|
+
searchQueryValue?: string;
|
|
290
|
+
searchQueryPlaceholder?: string;
|
|
291
|
+
onSearchQuery?: (value: string) => void;
|
|
292
|
+
loadMore?: () => void;
|
|
293
|
+
isLoading?: boolean;
|
|
294
|
+
hasNextPage?: boolean;
|
|
295
|
+
emptyMessage?: string;
|
|
296
|
+
maxOptions?: number;
|
|
297
|
+
optionComponent?: React__default.FC<OptionComponentProps<T>>;
|
|
298
|
+
valueComponent?: React__default.FC<ValueComponentProps<T>>;
|
|
299
|
+
showClearOption?: boolean;
|
|
300
|
+
height?: number;
|
|
301
|
+
searchQueryClassName?: string;
|
|
302
|
+
searchQueryStyle?: React__default.CSSProperties;
|
|
303
|
+
children?: React__default.ReactNode;
|
|
304
|
+
}>;
|
|
305
|
+
type MultiSelectProps<T extends SelectItem> = SharedSelectProps<T> & {
|
|
306
|
+
multiselect: true;
|
|
307
|
+
};
|
|
308
|
+
type SingleSelectProps<T extends SelectItem> = SharedSelectProps<T> & {
|
|
309
|
+
multiselect?: false;
|
|
310
|
+
};
|
|
311
|
+
type UnControlledSelectProps<T extends SelectItem> = UnControlledComponentProps<MultiSelectProps<T>, MultiValue<T>> | UnControlledComponentProps<SingleSelectProps<T>, SingleValue<T>>;
|
|
312
|
+
type ControllerGeneratorSelectProps<T extends SelectItem> = ControllerGeneratorProps<MultiSelectProps<T>, MultiValue<T>> | ControllerGeneratorProps<SingleSelectProps<T>, SingleValue<T>>;
|
|
313
|
+
|
|
314
|
+
type OptionLabelProps = {
|
|
315
|
+
children: React__default.ReactNode;
|
|
316
|
+
};
|
|
317
|
+
declare const Select: {
|
|
318
|
+
<T extends SelectItem>({ options, isEqualComparator, searchQueryValue, searchQueryPlaceholder, onSearchQuery, loadMore, isLoading, hasNextPage, emptyMessage, multiselect, optionComponent: OptionComponent, valueComponent: ValueComponent, maxOptions, children, name, value, setValue, onBlur, onFocus, className, style, showClearOption, height, searchQueryStyle, searchQueryClassName, autoFocus, readOnly, disabled, placeholder, autoComplete, isDirty, isTouched, invalid, error, ...fieldProps }: UnControlledSelectProps<T>): react_jsx_runtime.JSX.Element;
|
|
319
|
+
Controller: <T extends SelectItem>(props: ControllerGeneratorSelectProps<T>) => react_jsx_runtime.JSX.Element;
|
|
320
|
+
Option: <T extends SelectItem>({ children, value }: {
|
|
321
|
+
children: React__default.ReactNode;
|
|
322
|
+
value: T;
|
|
323
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
324
|
+
OptionLabel: ({ children }: OptionLabelProps) => react_jsx_runtime.JSX.Element;
|
|
325
|
+
};
|
|
326
|
+
|
|
327
|
+
type SliderProps = InputFieldProps<{
|
|
328
|
+
min?: number;
|
|
329
|
+
max?: number;
|
|
330
|
+
step?: number;
|
|
331
|
+
onlySlider?: boolean;
|
|
332
|
+
}>;
|
|
333
|
+
declare const Slider: {
|
|
334
|
+
({ name, value, setValue, onBlur, onFocus, min, max, step, onlySlider, className, style, autoFocus, readOnly, disabled, placeholder, autoComplete, isDirty, isTouched, invalid, error, ...fieldProps }: UnControlledComponentProps<SliderProps, number>): react_jsx_runtime.JSX.Element;
|
|
335
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<SliderProps, number>) => react_jsx_runtime.JSX.Element;
|
|
336
|
+
};
|
|
337
|
+
|
|
338
|
+
type TextareaProps = InputFieldProps<{
|
|
339
|
+
rows?: number;
|
|
340
|
+
resize?: React__default.CSSProperties['resize'];
|
|
341
|
+
leftIcon?: never;
|
|
342
|
+
rightIcon?: never;
|
|
343
|
+
}>;
|
|
344
|
+
declare const Textarea: {
|
|
345
|
+
({ name, value, setValue, onBlur, onFocus, rows, resize, className, style, autoFocus, readOnly, disabled, placeholder, autoComplete, isDirty, isTouched, invalid, error, ...fieldProps }: UnControlledComponentProps<TextareaProps, string>): react_jsx_runtime.JSX.Element;
|
|
346
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<TextareaProps, string>) => react_jsx_runtime.JSX.Element;
|
|
347
|
+
};
|
|
348
|
+
|
|
349
|
+
type SwitchProps = {
|
|
350
|
+
leftLabel?: string;
|
|
351
|
+
rightLabel?: string;
|
|
352
|
+
label?: string;
|
|
353
|
+
dotHoverSize?: number;
|
|
354
|
+
padding?: number;
|
|
355
|
+
leftIcon?: IconType;
|
|
356
|
+
rightIcon?: IconType;
|
|
357
|
+
internalLeftIcon?: IconType;
|
|
358
|
+
internalRightIcon?: IconType;
|
|
359
|
+
leftIconTooltip?: string;
|
|
360
|
+
rightIconTooltip?: string;
|
|
361
|
+
color?: `${ColorTypes}`;
|
|
362
|
+
size?: `${SizeTypes}`;
|
|
363
|
+
width?: `${SizeTypes}`;
|
|
364
|
+
};
|
|
365
|
+
declare const Switch: {
|
|
366
|
+
({ name, value, setValue, onBlur, onFocus, className, style, autoFocus, readOnly, disabled, placeholder, autoComplete, label, leftLabel, rightLabel, width, size, dotHoverSize, padding, leftIcon: LeftIcon, rightIcon: RightIcon, internalLeftIcon: InternalLeftIcon, internalRightIcon: InternalRightIcon, leftIconTooltip, rightIconTooltip, color, }: UnControlledComponentProps<SwitchProps, boolean>): react_jsx_runtime.JSX.Element;
|
|
367
|
+
Controller: ({ rules, ...props }: ControllerGeneratorProps<SwitchProps, boolean>) => react_jsx_runtime.JSX.Element;
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
type ImageProps = DetailedHTMLProps<ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement> & {};
|
|
371
|
+
declare const Image: ({ alt, loading, ...props }: ImageProps) => react_jsx_runtime.JSX.Element;
|
|
372
|
+
|
|
373
|
+
interface InfinityScrollProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
374
|
+
isLoading: boolean;
|
|
375
|
+
hasNextPage: boolean;
|
|
376
|
+
loadMore: () => void;
|
|
377
|
+
customLoadMoreElement?: (ref: React.RefObject<HTMLElement | null>) => React.ReactNode;
|
|
378
|
+
emptyMessage?: string;
|
|
379
|
+
children?: React.ReactNode;
|
|
380
|
+
}
|
|
381
|
+
declare const InfinityScroll: ({ isLoading: isLoadingProp, hasNextPage, loadMore, customLoadMoreElement, emptyMessage, children, }: InfinityScrollProps) => react_jsx_runtime.JSX.Element;
|
|
382
|
+
|
|
383
|
+
declare enum LineOrientation {
|
|
384
|
+
VERTICAL = "vertical",
|
|
385
|
+
HORIZONTAL = "horizontal"
|
|
386
|
+
}
|
|
387
|
+
declare enum LineStyle {
|
|
388
|
+
SOLID = "solid",
|
|
389
|
+
DOTTED = "dotted",
|
|
390
|
+
DASHED = "dashed"
|
|
391
|
+
}
|
|
392
|
+
type LineCommonProps = {
|
|
393
|
+
orientation?: `${LineOrientation}`;
|
|
394
|
+
className?: string;
|
|
395
|
+
style?: React.CSSProperties;
|
|
396
|
+
color?: string;
|
|
397
|
+
};
|
|
398
|
+
type LineSolidProps = LineCommonProps & {
|
|
399
|
+
lineStyle?: `${LineStyle.SOLID}`;
|
|
400
|
+
spacing?: never;
|
|
401
|
+
dashedSize?: never;
|
|
402
|
+
size?: number;
|
|
403
|
+
};
|
|
404
|
+
type LineDottedProps = LineCommonProps & {
|
|
405
|
+
lineStyle: `${LineStyle.DOTTED}`;
|
|
406
|
+
spacing?: number;
|
|
407
|
+
size?: number;
|
|
408
|
+
dashedSize?: never;
|
|
409
|
+
};
|
|
410
|
+
type LineDashedProps = LineCommonProps & {
|
|
411
|
+
lineStyle: `${LineStyle.DASHED}`;
|
|
412
|
+
spacing?: number;
|
|
413
|
+
dashedSize?: number;
|
|
414
|
+
size?: number;
|
|
415
|
+
};
|
|
416
|
+
type LineProps = LineSolidProps | LineDottedProps | LineDashedProps;
|
|
417
|
+
declare const Line: ({ orientation, className, style, color, size, lineStyle, dashedSize, spacing, }: LineProps) => react_jsx_runtime.JSX.Element;
|
|
418
|
+
|
|
419
|
+
declare enum ModalBackdrop {
|
|
420
|
+
OPAQUE = "opaque",
|
|
421
|
+
TRANSPARENT = "transparent",
|
|
422
|
+
BLUR = "blur",
|
|
423
|
+
NONE = "none"
|
|
424
|
+
}
|
|
425
|
+
type BackdropProps = {
|
|
426
|
+
opacity?: number;
|
|
427
|
+
backdrop?: `${ModalBackdrop}`;
|
|
428
|
+
zIndex?: React__default.CSSProperties['zIndex'];
|
|
429
|
+
backdropOnClick?: () => void;
|
|
430
|
+
modalState?: ModalState;
|
|
431
|
+
};
|
|
432
|
+
declare const Backdrop: ({ opacity, backdrop, zIndex, backdropOnClick, modalState, }: BackdropProps) => react_jsx_runtime.JSX.Element | null;
|
|
433
|
+
|
|
434
|
+
type ModalProps = Omit<BackdropProps, 'modalState'> & UseModalTransitionParams & Omit<UseModalInContainerParams, 'modalRef'> & {
|
|
435
|
+
id: string;
|
|
436
|
+
children: React__default.ReactNode;
|
|
437
|
+
onClose: () => void;
|
|
438
|
+
className?: string;
|
|
439
|
+
style?: React__default.CSSProperties;
|
|
440
|
+
rootStyle?: CSSProperties;
|
|
441
|
+
animation?: 'none' | 'fade-down' | 'bounce';
|
|
442
|
+
closeAnimationClassName?: string;
|
|
443
|
+
modalRef?: React__default.RefObject<HTMLElement | null>;
|
|
444
|
+
closeOnClickOutside?: boolean;
|
|
445
|
+
};
|
|
446
|
+
declare const Modal: ({ id, children, isOpen, onClose, className, style, rootStyle, animation, closeAnimationClassName, modalRef: modalRefProp, closeOnClickOutside, transitionDuration, windowOffset, offset, position, containerRef, zIndex, ...backdropProps }: ModalProps) => react_jsx_runtime.JSX.Element | null;
|
|
447
|
+
|
|
448
|
+
type ActionModalProps = Omit<ModalProps, 'id' | 'animation' | 'closeAnimationClassName' | 'position' | 'rootStyle' | 'className' | 'style'> & {
|
|
449
|
+
actionRequired?: boolean;
|
|
450
|
+
icon?: IconType;
|
|
451
|
+
noCloseButton?: boolean;
|
|
452
|
+
lineOnTop?: boolean;
|
|
453
|
+
backCard?: boolean;
|
|
454
|
+
noPadding?: boolean;
|
|
455
|
+
className?: string;
|
|
456
|
+
style?: React.CSSProperties;
|
|
457
|
+
};
|
|
458
|
+
declare const ActionModal: {
|
|
459
|
+
({ children, isOpen, onClose, actionRequired, icon: Icon, noCloseButton, lineOnTop, backCard, noPadding, className, style, ...modalProps }: ActionModalProps): react_jsx_runtime.JSX.Element;
|
|
460
|
+
ActionButton: ({ onClick, children, isLoading: manualIsLoading, ...buttonProps }: ActionButtonProps) => react_jsx_runtime.JSX.Element | null;
|
|
461
|
+
};
|
|
462
|
+
type ActionButtonProps = Omit<ButtonProps, 'onClick'> & {
|
|
463
|
+
onClick: (() => Promise<void>) | (() => void);
|
|
464
|
+
};
|
|
465
|
+
|
|
466
|
+
type AsideModalProps = Omit<ModalProps, 'id' | 'animation' | 'closeAnimationClassName' | 'position' | 'rootStyle' | 'className' | 'style'> & {
|
|
467
|
+
position?: `${PositionContainer.TOP}` | `${PositionContainer.LEFT}` | `${PositionContainer.RIGHT}` | `${PositionContainer.BOTTOM}`;
|
|
468
|
+
size?: number | `${number}px` | `${number}em`;
|
|
469
|
+
className?: string;
|
|
470
|
+
style?: React.CSSProperties;
|
|
471
|
+
};
|
|
472
|
+
declare const AsideModal: ({ children, isOpen, onClose, position, size, className, ...modalProps }: AsideModalProps) => react_jsx_runtime.JSX.Element;
|
|
473
|
+
|
|
474
|
+
type ConfirmationModalProps = ActionModalProps & {
|
|
475
|
+
title: string;
|
|
476
|
+
onAccept: (() => Promise<void>) | (() => void);
|
|
477
|
+
onReject?: (() => Promise<void>) | (() => void);
|
|
478
|
+
acceptText: string;
|
|
479
|
+
rejectText: string;
|
|
480
|
+
isLoading?: boolean;
|
|
481
|
+
};
|
|
482
|
+
declare const ConfirmationModal: ({ title, onAccept, onReject, acceptText, rejectText, children, isLoading, ...actionModalProps }: ConfirmationModalProps) => react_jsx_runtime.JSX.Element;
|
|
483
|
+
|
|
484
|
+
declare enum TypographyColors {
|
|
485
|
+
PRIMARY = "primary",
|
|
486
|
+
SECONDARY = "secondary",
|
|
487
|
+
TERTIARY = "tertiary",
|
|
488
|
+
ACTIVE = "active",
|
|
489
|
+
WARNING = "warning",
|
|
490
|
+
ALERT = "alert",
|
|
491
|
+
INFO = "info"
|
|
492
|
+
}
|
|
493
|
+
declare enum TypographyVariant {
|
|
494
|
+
HERO = "hero",
|
|
495
|
+
HEADER1 = "header1",
|
|
496
|
+
HEADER2 = "header2",
|
|
497
|
+
HEADER3 = "header3",
|
|
498
|
+
HEADER4 = "header4",
|
|
499
|
+
BODY = "body",
|
|
500
|
+
LABEL = "label",
|
|
501
|
+
LABEL_FORM = "label-form",
|
|
502
|
+
SMALL = "small"
|
|
503
|
+
}
|
|
504
|
+
declare enum TypographyWeight {
|
|
505
|
+
LIGHT = "light",
|
|
506
|
+
REGULAR = "regular",
|
|
507
|
+
BOLD = "bold"
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
type TypographyProps = React__default.HTMLAttributes<HTMLElement | HTMLLabelElement> & {
|
|
511
|
+
variant?: `${TypographyVariant}`;
|
|
512
|
+
nowrap?: boolean | number;
|
|
513
|
+
as?: React__default.HTMLElementType;
|
|
514
|
+
weight?: `${TypographyWeight}`;
|
|
515
|
+
children: React__default.ReactNode;
|
|
516
|
+
noPadding?: boolean;
|
|
517
|
+
htmlFor?: string;
|
|
518
|
+
align?: React__default.CSSProperties['textAlign'];
|
|
519
|
+
family?: 'primary' | 'code';
|
|
520
|
+
recommendedWidth?: boolean;
|
|
521
|
+
color?: `${TypographyColors}`;
|
|
522
|
+
ref?: React__default.RefObject<HTMLElement>;
|
|
523
|
+
style?: React__default.CSSProperties;
|
|
524
|
+
};
|
|
525
|
+
declare const Typography: ({ variant, nowrap, className: customClassname, style, children, as, weight, family, noPadding, align, color, htmlFor, recommendedWidth, ...props }: TypographyProps) => React__default.DetailedReactHTMLElement<{
|
|
526
|
+
className: string;
|
|
527
|
+
htmlFor: string | undefined;
|
|
528
|
+
style: {
|
|
529
|
+
accentColor?: csstype.Property.AccentColor | undefined;
|
|
530
|
+
alignContent?: csstype.Property.AlignContent | undefined;
|
|
531
|
+
alignItems?: csstype.Property.AlignItems | undefined;
|
|
532
|
+
alignSelf?: csstype.Property.AlignSelf | undefined;
|
|
533
|
+
alignTracks?: csstype.Property.AlignTracks | undefined;
|
|
534
|
+
alignmentBaseline?: csstype.Property.AlignmentBaseline | undefined;
|
|
535
|
+
anchorName?: csstype.Property.AnchorName | undefined;
|
|
536
|
+
anchorScope?: csstype.Property.AnchorScope | undefined;
|
|
537
|
+
animationComposition?: csstype.Property.AnimationComposition | undefined;
|
|
538
|
+
animationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
539
|
+
animationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
540
|
+
animationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
541
|
+
animationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
542
|
+
animationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
543
|
+
animationName?: csstype.Property.AnimationName | undefined;
|
|
544
|
+
animationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
545
|
+
animationRangeEnd?: csstype.Property.AnimationRangeEnd<string | number> | undefined;
|
|
546
|
+
animationRangeStart?: csstype.Property.AnimationRangeStart<string | number> | undefined;
|
|
547
|
+
animationTimeline?: csstype.Property.AnimationTimeline | undefined;
|
|
548
|
+
animationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
549
|
+
appearance?: csstype.Property.Appearance | undefined;
|
|
550
|
+
aspectRatio?: csstype.Property.AspectRatio | undefined;
|
|
551
|
+
backdropFilter?: csstype.Property.BackdropFilter | undefined;
|
|
552
|
+
backfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
553
|
+
backgroundAttachment?: csstype.Property.BackgroundAttachment | undefined;
|
|
554
|
+
backgroundBlendMode?: csstype.Property.BackgroundBlendMode | undefined;
|
|
555
|
+
backgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
556
|
+
backgroundColor?: csstype.Property.BackgroundColor | undefined;
|
|
557
|
+
backgroundImage?: csstype.Property.BackgroundImage | undefined;
|
|
558
|
+
backgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
559
|
+
backgroundPositionX?: csstype.Property.BackgroundPositionX<string | number> | undefined;
|
|
560
|
+
backgroundPositionY?: csstype.Property.BackgroundPositionY<string | number> | undefined;
|
|
561
|
+
backgroundRepeat?: csstype.Property.BackgroundRepeat | undefined;
|
|
562
|
+
backgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
563
|
+
baselineShift?: csstype.Property.BaselineShift<string | number> | undefined;
|
|
564
|
+
blockSize?: csstype.Property.BlockSize<string | number> | undefined;
|
|
565
|
+
borderBlockEndColor?: csstype.Property.BorderBlockEndColor | undefined;
|
|
566
|
+
borderBlockEndStyle?: csstype.Property.BorderBlockEndStyle | undefined;
|
|
567
|
+
borderBlockEndWidth?: csstype.Property.BorderBlockEndWidth<string | number> | undefined;
|
|
568
|
+
borderBlockStartColor?: csstype.Property.BorderBlockStartColor | undefined;
|
|
569
|
+
borderBlockStartStyle?: csstype.Property.BorderBlockStartStyle | undefined;
|
|
570
|
+
borderBlockStartWidth?: csstype.Property.BorderBlockStartWidth<string | number> | undefined;
|
|
571
|
+
borderBottomColor?: csstype.Property.BorderBottomColor | undefined;
|
|
572
|
+
borderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
573
|
+
borderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
574
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | undefined;
|
|
575
|
+
borderBottomWidth?: csstype.Property.BorderBottomWidth<string | number> | undefined;
|
|
576
|
+
borderCollapse?: csstype.Property.BorderCollapse | undefined;
|
|
577
|
+
borderEndEndRadius?: csstype.Property.BorderEndEndRadius<string | number> | undefined;
|
|
578
|
+
borderEndStartRadius?: csstype.Property.BorderEndStartRadius<string | number> | undefined;
|
|
579
|
+
borderImageOutset?: csstype.Property.BorderImageOutset<string | number> | undefined;
|
|
580
|
+
borderImageRepeat?: csstype.Property.BorderImageRepeat | undefined;
|
|
581
|
+
borderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
582
|
+
borderImageSource?: csstype.Property.BorderImageSource | undefined;
|
|
583
|
+
borderImageWidth?: csstype.Property.BorderImageWidth<string | number> | undefined;
|
|
584
|
+
borderInlineEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
585
|
+
borderInlineEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
586
|
+
borderInlineEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
587
|
+
borderInlineStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
588
|
+
borderInlineStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
589
|
+
borderInlineStartWidth?: csstype.Property.BorderInlineStartWidth<string | number> | undefined;
|
|
590
|
+
borderLeftColor?: csstype.Property.BorderLeftColor | undefined;
|
|
591
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | undefined;
|
|
592
|
+
borderLeftWidth?: csstype.Property.BorderLeftWidth<string | number> | undefined;
|
|
593
|
+
borderRightColor?: csstype.Property.BorderRightColor | undefined;
|
|
594
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | undefined;
|
|
595
|
+
borderRightWidth?: csstype.Property.BorderRightWidth<string | number> | undefined;
|
|
596
|
+
borderSpacing?: csstype.Property.BorderSpacing<string | number> | undefined;
|
|
597
|
+
borderStartEndRadius?: csstype.Property.BorderStartEndRadius<string | number> | undefined;
|
|
598
|
+
borderStartStartRadius?: csstype.Property.BorderStartStartRadius<string | number> | undefined;
|
|
599
|
+
borderTopColor?: csstype.Property.BorderTopColor | undefined;
|
|
600
|
+
borderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
601
|
+
borderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
602
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | undefined;
|
|
603
|
+
borderTopWidth?: csstype.Property.BorderTopWidth<string | number> | undefined;
|
|
604
|
+
bottom?: csstype.Property.Bottom<string | number> | undefined;
|
|
605
|
+
boxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
|
|
606
|
+
boxShadow?: csstype.Property.BoxShadow | undefined;
|
|
607
|
+
boxSizing?: csstype.Property.BoxSizing | undefined;
|
|
608
|
+
breakAfter?: csstype.Property.BreakAfter | undefined;
|
|
609
|
+
breakBefore?: csstype.Property.BreakBefore | undefined;
|
|
610
|
+
breakInside?: csstype.Property.BreakInside | undefined;
|
|
611
|
+
captionSide?: csstype.Property.CaptionSide | undefined;
|
|
612
|
+
caretColor?: csstype.Property.CaretColor | undefined;
|
|
613
|
+
caretShape?: csstype.Property.CaretShape | undefined;
|
|
614
|
+
clear?: csstype.Property.Clear | undefined;
|
|
615
|
+
clipPath?: csstype.Property.ClipPath | undefined;
|
|
616
|
+
clipRule?: csstype.Property.ClipRule | undefined;
|
|
617
|
+
color?: csstype.Property.Color | undefined;
|
|
618
|
+
colorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
619
|
+
colorInterpolationFilters?: csstype.Property.ColorInterpolationFilters | undefined;
|
|
620
|
+
colorScheme?: csstype.Property.ColorScheme | undefined;
|
|
621
|
+
columnCount?: csstype.Property.ColumnCount | undefined;
|
|
622
|
+
columnFill?: csstype.Property.ColumnFill | undefined;
|
|
623
|
+
columnGap?: csstype.Property.ColumnGap<string | number> | undefined;
|
|
624
|
+
columnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
625
|
+
columnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
626
|
+
columnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
627
|
+
columnSpan?: csstype.Property.ColumnSpan | undefined;
|
|
628
|
+
columnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
629
|
+
contain?: csstype.Property.Contain | undefined;
|
|
630
|
+
containIntrinsicBlockSize?: csstype.Property.ContainIntrinsicBlockSize<string | number> | undefined;
|
|
631
|
+
containIntrinsicHeight?: csstype.Property.ContainIntrinsicHeight<string | number> | undefined;
|
|
632
|
+
containIntrinsicInlineSize?: csstype.Property.ContainIntrinsicInlineSize<string | number> | undefined;
|
|
633
|
+
containIntrinsicWidth?: csstype.Property.ContainIntrinsicWidth<string | number> | undefined;
|
|
634
|
+
containerName?: csstype.Property.ContainerName | undefined;
|
|
635
|
+
containerType?: csstype.Property.ContainerType | undefined;
|
|
636
|
+
content?: csstype.Property.Content | undefined;
|
|
637
|
+
contentVisibility?: csstype.Property.ContentVisibility | undefined;
|
|
638
|
+
counterIncrement?: csstype.Property.CounterIncrement | undefined;
|
|
639
|
+
counterReset?: csstype.Property.CounterReset | undefined;
|
|
640
|
+
counterSet?: csstype.Property.CounterSet | undefined;
|
|
641
|
+
cursor?: csstype.Property.Cursor | undefined;
|
|
642
|
+
cx?: csstype.Property.Cx<string | number> | undefined;
|
|
643
|
+
cy?: csstype.Property.Cy<string | number> | undefined;
|
|
644
|
+
d?: csstype.Property.D | undefined;
|
|
645
|
+
direction?: csstype.Property.Direction | undefined;
|
|
646
|
+
display?: csstype.Property.Display | undefined;
|
|
647
|
+
dominantBaseline?: csstype.Property.DominantBaseline | undefined;
|
|
648
|
+
emptyCells?: csstype.Property.EmptyCells | undefined;
|
|
649
|
+
fieldSizing?: csstype.Property.FieldSizing | undefined;
|
|
650
|
+
fill?: csstype.Property.Fill | undefined;
|
|
651
|
+
fillOpacity?: csstype.Property.FillOpacity | undefined;
|
|
652
|
+
fillRule?: csstype.Property.FillRule | undefined;
|
|
653
|
+
filter?: csstype.Property.Filter | undefined;
|
|
654
|
+
flexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
655
|
+
flexDirection?: csstype.Property.FlexDirection | undefined;
|
|
656
|
+
flexGrow?: csstype.Property.FlexGrow | undefined;
|
|
657
|
+
flexShrink?: csstype.Property.FlexShrink | undefined;
|
|
658
|
+
flexWrap?: csstype.Property.FlexWrap | undefined;
|
|
659
|
+
float?: csstype.Property.Float | undefined;
|
|
660
|
+
floodColor?: csstype.Property.FloodColor | undefined;
|
|
661
|
+
floodOpacity?: csstype.Property.FloodOpacity | undefined;
|
|
662
|
+
fontFamily?: csstype.Property.FontFamily | undefined;
|
|
663
|
+
fontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
664
|
+
fontKerning?: csstype.Property.FontKerning | undefined;
|
|
665
|
+
fontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
666
|
+
fontOpticalSizing?: csstype.Property.FontOpticalSizing | undefined;
|
|
667
|
+
fontPalette?: csstype.Property.FontPalette | undefined;
|
|
668
|
+
fontSize?: csstype.Property.FontSize<string | number> | undefined;
|
|
669
|
+
fontSizeAdjust?: csstype.Property.FontSizeAdjust | undefined;
|
|
670
|
+
fontSmooth?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
671
|
+
fontStyle?: csstype.Property.FontStyle | undefined;
|
|
672
|
+
fontSynthesis?: csstype.Property.FontSynthesis | undefined;
|
|
673
|
+
fontSynthesisPosition?: csstype.Property.FontSynthesisPosition | undefined;
|
|
674
|
+
fontSynthesisSmallCaps?: csstype.Property.FontSynthesisSmallCaps | undefined;
|
|
675
|
+
fontSynthesisStyle?: csstype.Property.FontSynthesisStyle | undefined;
|
|
676
|
+
fontSynthesisWeight?: csstype.Property.FontSynthesisWeight | undefined;
|
|
677
|
+
fontVariant?: csstype.Property.FontVariant | undefined;
|
|
678
|
+
fontVariantAlternates?: csstype.Property.FontVariantAlternates | undefined;
|
|
679
|
+
fontVariantCaps?: csstype.Property.FontVariantCaps | undefined;
|
|
680
|
+
fontVariantEastAsian?: csstype.Property.FontVariantEastAsian | undefined;
|
|
681
|
+
fontVariantEmoji?: csstype.Property.FontVariantEmoji | undefined;
|
|
682
|
+
fontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
|
|
683
|
+
fontVariantNumeric?: csstype.Property.FontVariantNumeric | undefined;
|
|
684
|
+
fontVariantPosition?: csstype.Property.FontVariantPosition | undefined;
|
|
685
|
+
fontVariationSettings?: csstype.Property.FontVariationSettings | undefined;
|
|
686
|
+
fontWeight?: csstype.Property.FontWeight | undefined;
|
|
687
|
+
fontWidth?: csstype.Property.FontWidth | undefined;
|
|
688
|
+
forcedColorAdjust?: csstype.Property.ForcedColorAdjust | undefined;
|
|
689
|
+
gridAutoColumns?: csstype.Property.GridAutoColumns<string | number> | undefined;
|
|
690
|
+
gridAutoFlow?: csstype.Property.GridAutoFlow | undefined;
|
|
691
|
+
gridAutoRows?: csstype.Property.GridAutoRows<string | number> | undefined;
|
|
692
|
+
gridColumnEnd?: csstype.Property.GridColumnEnd | undefined;
|
|
693
|
+
gridColumnStart?: csstype.Property.GridColumnStart | undefined;
|
|
694
|
+
gridRowEnd?: csstype.Property.GridRowEnd | undefined;
|
|
695
|
+
gridRowStart?: csstype.Property.GridRowStart | undefined;
|
|
696
|
+
gridTemplateAreas?: csstype.Property.GridTemplateAreas | undefined;
|
|
697
|
+
gridTemplateColumns?: csstype.Property.GridTemplateColumns<string | number> | undefined;
|
|
698
|
+
gridTemplateRows?: csstype.Property.GridTemplateRows<string | number> | undefined;
|
|
699
|
+
hangingPunctuation?: csstype.Property.HangingPunctuation | undefined;
|
|
700
|
+
height?: csstype.Property.Height<string | number> | undefined;
|
|
701
|
+
hyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
|
|
702
|
+
hyphenateLimitChars?: csstype.Property.HyphenateLimitChars | undefined;
|
|
703
|
+
hyphens?: csstype.Property.Hyphens | undefined;
|
|
704
|
+
imageOrientation?: csstype.Property.ImageOrientation | undefined;
|
|
705
|
+
imageRendering?: csstype.Property.ImageRendering | undefined;
|
|
706
|
+
imageResolution?: csstype.Property.ImageResolution | undefined;
|
|
707
|
+
initialLetter?: csstype.Property.InitialLetter | undefined;
|
|
708
|
+
initialLetterAlign?: csstype.Property.InitialLetterAlign | undefined;
|
|
709
|
+
inlineSize?: csstype.Property.InlineSize<string | number> | undefined;
|
|
710
|
+
insetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
711
|
+
insetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
712
|
+
insetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
713
|
+
insetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
714
|
+
interpolateSize?: csstype.Property.InterpolateSize | undefined;
|
|
715
|
+
isolation?: csstype.Property.Isolation | undefined;
|
|
716
|
+
justifyContent?: csstype.Property.JustifyContent | undefined;
|
|
717
|
+
justifyItems?: csstype.Property.JustifyItems | undefined;
|
|
718
|
+
justifySelf?: csstype.Property.JustifySelf | undefined;
|
|
719
|
+
justifyTracks?: csstype.Property.JustifyTracks | undefined;
|
|
720
|
+
left?: csstype.Property.Left<string | number> | undefined;
|
|
721
|
+
letterSpacing?: csstype.Property.LetterSpacing<string | number> | undefined;
|
|
722
|
+
lightingColor?: csstype.Property.LightingColor | undefined;
|
|
723
|
+
lineBreak?: csstype.Property.LineBreak | undefined;
|
|
724
|
+
lineHeight?: csstype.Property.LineHeight<string | number> | undefined;
|
|
725
|
+
lineHeightStep?: csstype.Property.LineHeightStep<string | number> | undefined;
|
|
726
|
+
listStyleImage?: csstype.Property.ListStyleImage | undefined;
|
|
727
|
+
listStylePosition?: csstype.Property.ListStylePosition | undefined;
|
|
728
|
+
listStyleType?: csstype.Property.ListStyleType | undefined;
|
|
729
|
+
marginBlockEnd?: csstype.Property.MarginBlockEnd<string | number> | undefined;
|
|
730
|
+
marginBlockStart?: csstype.Property.MarginBlockStart<string | number> | undefined;
|
|
731
|
+
marginBottom?: csstype.Property.MarginBottom<string | number> | undefined;
|
|
732
|
+
marginInlineEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
733
|
+
marginInlineStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
734
|
+
marginLeft?: csstype.Property.MarginLeft<string | number> | undefined;
|
|
735
|
+
marginRight?: csstype.Property.MarginRight<string | number> | undefined;
|
|
736
|
+
marginTop?: csstype.Property.MarginTop<string | number> | undefined;
|
|
737
|
+
marginTrim?: csstype.Property.MarginTrim | undefined;
|
|
738
|
+
marker?: csstype.Property.Marker | undefined;
|
|
739
|
+
markerEnd?: csstype.Property.MarkerEnd | undefined;
|
|
740
|
+
markerMid?: csstype.Property.MarkerMid | undefined;
|
|
741
|
+
markerStart?: csstype.Property.MarkerStart | undefined;
|
|
742
|
+
maskBorderMode?: csstype.Property.MaskBorderMode | undefined;
|
|
743
|
+
maskBorderOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
744
|
+
maskBorderRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
745
|
+
maskBorderSlice?: csstype.Property.MaskBorderSlice | undefined;
|
|
746
|
+
maskBorderSource?: csstype.Property.MaskBorderSource | undefined;
|
|
747
|
+
maskBorderWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
|
|
748
|
+
maskClip?: csstype.Property.MaskClip | undefined;
|
|
749
|
+
maskComposite?: csstype.Property.MaskComposite | undefined;
|
|
750
|
+
maskImage?: csstype.Property.MaskImage | undefined;
|
|
751
|
+
maskMode?: csstype.Property.MaskMode | undefined;
|
|
752
|
+
maskOrigin?: csstype.Property.MaskOrigin | undefined;
|
|
753
|
+
maskPosition?: csstype.Property.MaskPosition<string | number> | undefined;
|
|
754
|
+
maskRepeat?: csstype.Property.MaskRepeat | undefined;
|
|
755
|
+
maskSize?: csstype.Property.MaskSize<string | number> | undefined;
|
|
756
|
+
maskType?: csstype.Property.MaskType | undefined;
|
|
757
|
+
masonryAutoFlow?: csstype.Property.MasonryAutoFlow | undefined;
|
|
758
|
+
mathDepth?: csstype.Property.MathDepth | undefined;
|
|
759
|
+
mathShift?: csstype.Property.MathShift | undefined;
|
|
760
|
+
mathStyle?: csstype.Property.MathStyle | undefined;
|
|
761
|
+
maxBlockSize?: csstype.Property.MaxBlockSize<string | number> | undefined;
|
|
762
|
+
maxHeight?: csstype.Property.MaxHeight<string | number> | undefined;
|
|
763
|
+
maxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
|
|
764
|
+
maxLines?: csstype.Property.MaxLines | undefined;
|
|
765
|
+
maxWidth?: csstype.Property.MaxWidth<string | number> | undefined;
|
|
766
|
+
minBlockSize?: csstype.Property.MinBlockSize<string | number> | undefined;
|
|
767
|
+
minHeight?: csstype.Property.MinHeight<string | number> | undefined;
|
|
768
|
+
minInlineSize?: csstype.Property.MinInlineSize<string | number> | undefined;
|
|
769
|
+
minWidth?: csstype.Property.MinWidth<string | number> | undefined;
|
|
770
|
+
mixBlendMode?: csstype.Property.MixBlendMode | undefined;
|
|
771
|
+
motionDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
772
|
+
motionPath?: csstype.Property.OffsetPath | undefined;
|
|
773
|
+
motionRotation?: csstype.Property.OffsetRotate | undefined;
|
|
774
|
+
objectFit?: csstype.Property.ObjectFit | undefined;
|
|
775
|
+
objectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
776
|
+
objectViewBox?: csstype.Property.ObjectViewBox | undefined;
|
|
777
|
+
offsetAnchor?: csstype.Property.OffsetAnchor<string | number> | undefined;
|
|
778
|
+
offsetDistance?: csstype.Property.OffsetDistance<string | number> | undefined;
|
|
779
|
+
offsetPath?: csstype.Property.OffsetPath | undefined;
|
|
780
|
+
offsetPosition?: csstype.Property.OffsetPosition<string | number> | undefined;
|
|
781
|
+
offsetRotate?: csstype.Property.OffsetRotate | undefined;
|
|
782
|
+
offsetRotation?: csstype.Property.OffsetRotate | undefined;
|
|
783
|
+
opacity?: csstype.Property.Opacity | undefined;
|
|
784
|
+
order?: csstype.Property.Order | undefined;
|
|
785
|
+
orphans?: csstype.Property.Orphans | undefined;
|
|
786
|
+
outlineColor?: csstype.Property.OutlineColor | undefined;
|
|
787
|
+
outlineOffset?: csstype.Property.OutlineOffset<string | number> | undefined;
|
|
788
|
+
outlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
789
|
+
outlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
790
|
+
overflowAnchor?: csstype.Property.OverflowAnchor | undefined;
|
|
791
|
+
overflowBlock?: csstype.Property.OverflowBlock | undefined;
|
|
792
|
+
overflowClipBox?: csstype.Property.OverflowClipBox | undefined;
|
|
793
|
+
overflowClipMargin?: csstype.Property.OverflowClipMargin<string | number> | undefined;
|
|
794
|
+
overflowInline?: csstype.Property.OverflowInline | undefined;
|
|
795
|
+
overflowWrap?: csstype.Property.OverflowWrap | undefined;
|
|
796
|
+
overflowX?: csstype.Property.OverflowX | undefined;
|
|
797
|
+
overflowY?: csstype.Property.OverflowY | undefined;
|
|
798
|
+
overlay?: csstype.Property.Overlay | undefined;
|
|
799
|
+
overscrollBehaviorBlock?: csstype.Property.OverscrollBehaviorBlock | undefined;
|
|
800
|
+
overscrollBehaviorInline?: csstype.Property.OverscrollBehaviorInline | undefined;
|
|
801
|
+
overscrollBehaviorX?: csstype.Property.OverscrollBehaviorX | undefined;
|
|
802
|
+
overscrollBehaviorY?: csstype.Property.OverscrollBehaviorY | undefined;
|
|
803
|
+
paddingBlockEnd?: csstype.Property.PaddingBlockEnd<string | number> | undefined;
|
|
804
|
+
paddingBlockStart?: csstype.Property.PaddingBlockStart<string | number> | undefined;
|
|
805
|
+
paddingBottom?: csstype.Property.PaddingBottom<string | number> | undefined;
|
|
806
|
+
paddingInlineEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
807
|
+
paddingInlineStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
808
|
+
paddingLeft?: csstype.Property.PaddingLeft<string | number> | undefined;
|
|
809
|
+
paddingRight?: csstype.Property.PaddingRight<string | number> | undefined;
|
|
810
|
+
paddingTop?: csstype.Property.PaddingTop<string | number> | undefined;
|
|
811
|
+
page?: csstype.Property.Page | undefined;
|
|
812
|
+
paintOrder?: csstype.Property.PaintOrder | undefined;
|
|
813
|
+
perspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
814
|
+
perspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
815
|
+
pointerEvents?: csstype.Property.PointerEvents | undefined;
|
|
816
|
+
position?: csstype.Property.Position | undefined;
|
|
817
|
+
positionAnchor?: csstype.Property.PositionAnchor | undefined;
|
|
818
|
+
positionArea?: csstype.Property.PositionArea | undefined;
|
|
819
|
+
positionTryFallbacks?: csstype.Property.PositionTryFallbacks | undefined;
|
|
820
|
+
positionTryOrder?: csstype.Property.PositionTryOrder | undefined;
|
|
821
|
+
positionVisibility?: csstype.Property.PositionVisibility | undefined;
|
|
822
|
+
printColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
823
|
+
quotes?: csstype.Property.Quotes | undefined;
|
|
824
|
+
r?: csstype.Property.R<string | number> | undefined;
|
|
825
|
+
resize?: csstype.Property.Resize | undefined;
|
|
826
|
+
right?: csstype.Property.Right<string | number> | undefined;
|
|
827
|
+
rotate?: csstype.Property.Rotate | undefined;
|
|
828
|
+
rowGap?: csstype.Property.RowGap<string | number> | undefined;
|
|
829
|
+
rubyAlign?: csstype.Property.RubyAlign | undefined;
|
|
830
|
+
rubyMerge?: csstype.Property.RubyMerge | undefined;
|
|
831
|
+
rubyOverhang?: csstype.Property.RubyOverhang | undefined;
|
|
832
|
+
rubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
833
|
+
rx?: csstype.Property.Rx<string | number> | undefined;
|
|
834
|
+
ry?: csstype.Property.Ry<string | number> | undefined;
|
|
835
|
+
scale?: csstype.Property.Scale | undefined;
|
|
836
|
+
scrollBehavior?: csstype.Property.ScrollBehavior | undefined;
|
|
837
|
+
scrollInitialTarget?: csstype.Property.ScrollInitialTarget | undefined;
|
|
838
|
+
scrollMarginBlockEnd?: csstype.Property.ScrollMarginBlockEnd<string | number> | undefined;
|
|
839
|
+
scrollMarginBlockStart?: csstype.Property.ScrollMarginBlockStart<string | number> | undefined;
|
|
840
|
+
scrollMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
841
|
+
scrollMarginInlineEnd?: csstype.Property.ScrollMarginInlineEnd<string | number> | undefined;
|
|
842
|
+
scrollMarginInlineStart?: csstype.Property.ScrollMarginInlineStart<string | number> | undefined;
|
|
843
|
+
scrollMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
|
|
844
|
+
scrollMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
|
|
845
|
+
scrollMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
|
|
846
|
+
scrollPaddingBlockEnd?: csstype.Property.ScrollPaddingBlockEnd<string | number> | undefined;
|
|
847
|
+
scrollPaddingBlockStart?: csstype.Property.ScrollPaddingBlockStart<string | number> | undefined;
|
|
848
|
+
scrollPaddingBottom?: csstype.Property.ScrollPaddingBottom<string | number> | undefined;
|
|
849
|
+
scrollPaddingInlineEnd?: csstype.Property.ScrollPaddingInlineEnd<string | number> | undefined;
|
|
850
|
+
scrollPaddingInlineStart?: csstype.Property.ScrollPaddingInlineStart<string | number> | undefined;
|
|
851
|
+
scrollPaddingLeft?: csstype.Property.ScrollPaddingLeft<string | number> | undefined;
|
|
852
|
+
scrollPaddingRight?: csstype.Property.ScrollPaddingRight<string | number> | undefined;
|
|
853
|
+
scrollPaddingTop?: csstype.Property.ScrollPaddingTop<string | number> | undefined;
|
|
854
|
+
scrollSnapAlign?: csstype.Property.ScrollSnapAlign | undefined;
|
|
855
|
+
scrollSnapMarginBottom?: csstype.Property.ScrollMarginBottom<string | number> | undefined;
|
|
856
|
+
scrollSnapMarginLeft?: csstype.Property.ScrollMarginLeft<string | number> | undefined;
|
|
857
|
+
scrollSnapMarginRight?: csstype.Property.ScrollMarginRight<string | number> | undefined;
|
|
858
|
+
scrollSnapMarginTop?: csstype.Property.ScrollMarginTop<string | number> | undefined;
|
|
859
|
+
scrollSnapStop?: csstype.Property.ScrollSnapStop | undefined;
|
|
860
|
+
scrollSnapType?: csstype.Property.ScrollSnapType | undefined;
|
|
861
|
+
scrollTimelineAxis?: csstype.Property.ScrollTimelineAxis | undefined;
|
|
862
|
+
scrollTimelineName?: csstype.Property.ScrollTimelineName | undefined;
|
|
863
|
+
scrollbarColor?: csstype.Property.ScrollbarColor | undefined;
|
|
864
|
+
scrollbarGutter?: csstype.Property.ScrollbarGutter | undefined;
|
|
865
|
+
scrollbarWidth?: csstype.Property.ScrollbarWidth | undefined;
|
|
866
|
+
shapeImageThreshold?: csstype.Property.ShapeImageThreshold | undefined;
|
|
867
|
+
shapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
868
|
+
shapeOutside?: csstype.Property.ShapeOutside | undefined;
|
|
869
|
+
shapeRendering?: csstype.Property.ShapeRendering | undefined;
|
|
870
|
+
speakAs?: csstype.Property.SpeakAs | undefined;
|
|
871
|
+
stopColor?: csstype.Property.StopColor | undefined;
|
|
872
|
+
stopOpacity?: csstype.Property.StopOpacity | undefined;
|
|
873
|
+
stroke?: csstype.Property.Stroke | undefined;
|
|
874
|
+
strokeColor?: csstype.Property.StrokeColor | undefined;
|
|
875
|
+
strokeDasharray?: csstype.Property.StrokeDasharray<string | number> | undefined;
|
|
876
|
+
strokeDashoffset?: csstype.Property.StrokeDashoffset<string | number> | undefined;
|
|
877
|
+
strokeLinecap?: csstype.Property.StrokeLinecap | undefined;
|
|
878
|
+
strokeLinejoin?: csstype.Property.StrokeLinejoin | undefined;
|
|
879
|
+
strokeMiterlimit?: csstype.Property.StrokeMiterlimit | undefined;
|
|
880
|
+
strokeOpacity?: csstype.Property.StrokeOpacity | undefined;
|
|
881
|
+
strokeWidth?: csstype.Property.StrokeWidth<string | number> | undefined;
|
|
882
|
+
tabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
883
|
+
tableLayout?: csstype.Property.TableLayout | undefined;
|
|
884
|
+
textAlign: csstype.Property.TextAlign | undefined;
|
|
885
|
+
textAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
886
|
+
textAnchor?: csstype.Property.TextAnchor | undefined;
|
|
887
|
+
textAutospace?: csstype.Property.TextAutospace | undefined;
|
|
888
|
+
textBox?: csstype.Property.TextBox | undefined;
|
|
889
|
+
textBoxEdge?: csstype.Property.TextBoxEdge | undefined;
|
|
890
|
+
textBoxTrim?: csstype.Property.TextBoxTrim | undefined;
|
|
891
|
+
textCombineUpright?: csstype.Property.TextCombineUpright | undefined;
|
|
892
|
+
textDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
893
|
+
textDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
894
|
+
textDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
|
|
895
|
+
textDecorationSkipInk?: csstype.Property.TextDecorationSkipInk | undefined;
|
|
896
|
+
textDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
897
|
+
textDecorationThickness?: csstype.Property.TextDecorationThickness<string | number> | undefined;
|
|
898
|
+
textEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
|
|
899
|
+
textEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
|
|
900
|
+
textEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
|
|
901
|
+
textIndent?: csstype.Property.TextIndent<string | number> | undefined;
|
|
902
|
+
textJustify?: csstype.Property.TextJustify | undefined;
|
|
903
|
+
textOrientation?: csstype.Property.TextOrientation | undefined;
|
|
904
|
+
textOverflow?: csstype.Property.TextOverflow | undefined;
|
|
905
|
+
textRendering?: csstype.Property.TextRendering | undefined;
|
|
906
|
+
textShadow?: csstype.Property.TextShadow | undefined;
|
|
907
|
+
textSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
908
|
+
textSpacingTrim?: csstype.Property.TextSpacingTrim | undefined;
|
|
909
|
+
textTransform?: csstype.Property.TextTransform | undefined;
|
|
910
|
+
textUnderlineOffset?: csstype.Property.TextUnderlineOffset<string | number> | undefined;
|
|
911
|
+
textUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
912
|
+
textWrapMode?: csstype.Property.TextWrapMode | undefined;
|
|
913
|
+
textWrapStyle?: csstype.Property.TextWrapStyle | undefined;
|
|
914
|
+
timelineScope?: csstype.Property.TimelineScope | undefined;
|
|
915
|
+
top?: csstype.Property.Top<string | number> | undefined;
|
|
916
|
+
touchAction?: csstype.Property.TouchAction | undefined;
|
|
917
|
+
transform?: csstype.Property.Transform | undefined;
|
|
918
|
+
transformBox?: csstype.Property.TransformBox | undefined;
|
|
919
|
+
transformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
920
|
+
transformStyle?: csstype.Property.TransformStyle | undefined;
|
|
921
|
+
transitionBehavior?: csstype.Property.TransitionBehavior | undefined;
|
|
922
|
+
transitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
923
|
+
transitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
924
|
+
transitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
925
|
+
transitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
926
|
+
translate?: csstype.Property.Translate<string | number> | undefined;
|
|
927
|
+
unicodeBidi?: csstype.Property.UnicodeBidi | undefined;
|
|
928
|
+
userSelect?: csstype.Property.UserSelect | undefined;
|
|
929
|
+
vectorEffect?: csstype.Property.VectorEffect | undefined;
|
|
930
|
+
verticalAlign?: csstype.Property.VerticalAlign<string | number> | undefined;
|
|
931
|
+
viewTimelineAxis?: csstype.Property.ViewTimelineAxis | undefined;
|
|
932
|
+
viewTimelineInset?: csstype.Property.ViewTimelineInset<string | number> | undefined;
|
|
933
|
+
viewTimelineName?: csstype.Property.ViewTimelineName | undefined;
|
|
934
|
+
viewTransitionClass?: csstype.Property.ViewTransitionClass | undefined;
|
|
935
|
+
viewTransitionName?: csstype.Property.ViewTransitionName | undefined;
|
|
936
|
+
visibility?: csstype.Property.Visibility | undefined;
|
|
937
|
+
whiteSpace?: csstype.Property.WhiteSpace | undefined;
|
|
938
|
+
whiteSpaceCollapse?: csstype.Property.WhiteSpaceCollapse | undefined;
|
|
939
|
+
widows?: csstype.Property.Widows | undefined;
|
|
940
|
+
width?: csstype.Property.Width<string | number> | undefined;
|
|
941
|
+
willChange?: csstype.Property.WillChange | undefined;
|
|
942
|
+
wordBreak?: csstype.Property.WordBreak | undefined;
|
|
943
|
+
wordSpacing?: csstype.Property.WordSpacing<string | number> | undefined;
|
|
944
|
+
wordWrap?: csstype.Property.WordWrap | undefined;
|
|
945
|
+
writingMode?: csstype.Property.WritingMode | undefined;
|
|
946
|
+
x?: csstype.Property.X<string | number> | undefined;
|
|
947
|
+
y?: csstype.Property.Y<string | number> | undefined;
|
|
948
|
+
zIndex?: csstype.Property.ZIndex | undefined;
|
|
949
|
+
zoom?: csstype.Property.Zoom | undefined;
|
|
950
|
+
all?: csstype.Property.All | undefined;
|
|
951
|
+
animation?: csstype.Property.Animation<string & {}> | undefined;
|
|
952
|
+
animationRange?: csstype.Property.AnimationRange<string | number> | undefined;
|
|
953
|
+
background?: csstype.Property.Background<string | number> | undefined;
|
|
954
|
+
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
955
|
+
border?: csstype.Property.Border<string | number> | undefined;
|
|
956
|
+
borderBlock?: csstype.Property.BorderBlock<string | number> | undefined;
|
|
957
|
+
borderBlockColor?: csstype.Property.BorderBlockColor | undefined;
|
|
958
|
+
borderBlockEnd?: csstype.Property.BorderBlockEnd<string | number> | undefined;
|
|
959
|
+
borderBlockStart?: csstype.Property.BorderBlockStart<string | number> | undefined;
|
|
960
|
+
borderBlockStyle?: csstype.Property.BorderBlockStyle | undefined;
|
|
961
|
+
borderBlockWidth?: csstype.Property.BorderBlockWidth<string | number> | undefined;
|
|
962
|
+
borderBottom?: csstype.Property.BorderBottom<string | number> | undefined;
|
|
963
|
+
borderColor?: csstype.Property.BorderColor | undefined;
|
|
964
|
+
borderImage?: csstype.Property.BorderImage | undefined;
|
|
965
|
+
borderInline?: csstype.Property.BorderInline<string | number> | undefined;
|
|
966
|
+
borderInlineColor?: csstype.Property.BorderInlineColor | undefined;
|
|
967
|
+
borderInlineEnd?: csstype.Property.BorderInlineEnd<string | number> | undefined;
|
|
968
|
+
borderInlineStart?: csstype.Property.BorderInlineStart<string | number> | undefined;
|
|
969
|
+
borderInlineStyle?: csstype.Property.BorderInlineStyle | undefined;
|
|
970
|
+
borderInlineWidth?: csstype.Property.BorderInlineWidth<string | number> | undefined;
|
|
971
|
+
borderLeft?: csstype.Property.BorderLeft<string | number> | undefined;
|
|
972
|
+
borderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
973
|
+
borderRight?: csstype.Property.BorderRight<string | number> | undefined;
|
|
974
|
+
borderStyle?: csstype.Property.BorderStyle | undefined;
|
|
975
|
+
borderTop?: csstype.Property.BorderTop<string | number> | undefined;
|
|
976
|
+
borderWidth?: csstype.Property.BorderWidth<string | number> | undefined;
|
|
977
|
+
caret?: csstype.Property.Caret | undefined;
|
|
978
|
+
columnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
979
|
+
columns?: csstype.Property.Columns<string | number> | undefined;
|
|
980
|
+
containIntrinsicSize?: csstype.Property.ContainIntrinsicSize<string | number> | undefined;
|
|
981
|
+
container?: csstype.Property.Container | undefined;
|
|
982
|
+
flex?: csstype.Property.Flex<string | number> | undefined;
|
|
983
|
+
flexFlow?: csstype.Property.FlexFlow | undefined;
|
|
984
|
+
font?: csstype.Property.Font | undefined;
|
|
985
|
+
gap?: csstype.Property.Gap<string | number> | undefined;
|
|
986
|
+
grid?: csstype.Property.Grid | undefined;
|
|
987
|
+
gridArea?: csstype.Property.GridArea | undefined;
|
|
988
|
+
gridColumn?: csstype.Property.GridColumn | undefined;
|
|
989
|
+
gridRow?: csstype.Property.GridRow | undefined;
|
|
990
|
+
gridTemplate?: csstype.Property.GridTemplate | undefined;
|
|
991
|
+
inset?: csstype.Property.Inset<string | number> | undefined;
|
|
992
|
+
insetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
993
|
+
insetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
994
|
+
lineClamp?: csstype.Property.LineClamp | undefined;
|
|
995
|
+
listStyle?: csstype.Property.ListStyle | undefined;
|
|
996
|
+
margin?: csstype.Property.Margin<string | number> | undefined;
|
|
997
|
+
marginBlock?: csstype.Property.MarginBlock<string | number> | undefined;
|
|
998
|
+
marginInline?: csstype.Property.MarginInline<string | number> | undefined;
|
|
999
|
+
mask?: csstype.Property.Mask<string | number> | undefined;
|
|
1000
|
+
maskBorder?: csstype.Property.MaskBorder | undefined;
|
|
1001
|
+
motion?: csstype.Property.Offset<string | number> | undefined;
|
|
1002
|
+
offset?: csstype.Property.Offset<string | number> | undefined;
|
|
1003
|
+
outline?: csstype.Property.Outline<string | number> | undefined;
|
|
1004
|
+
overflow?: csstype.Property.Overflow | undefined;
|
|
1005
|
+
overscrollBehavior?: csstype.Property.OverscrollBehavior | undefined;
|
|
1006
|
+
padding?: csstype.Property.Padding<string | number> | undefined;
|
|
1007
|
+
paddingBlock?: csstype.Property.PaddingBlock<string | number> | undefined;
|
|
1008
|
+
paddingInline?: csstype.Property.PaddingInline<string | number> | undefined;
|
|
1009
|
+
placeContent?: csstype.Property.PlaceContent | undefined;
|
|
1010
|
+
placeItems?: csstype.Property.PlaceItems | undefined;
|
|
1011
|
+
placeSelf?: csstype.Property.PlaceSelf | undefined;
|
|
1012
|
+
positionTry?: csstype.Property.PositionTry | undefined;
|
|
1013
|
+
scrollMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
1014
|
+
scrollMarginBlock?: csstype.Property.ScrollMarginBlock<string | number> | undefined;
|
|
1015
|
+
scrollMarginInline?: csstype.Property.ScrollMarginInline<string | number> | undefined;
|
|
1016
|
+
scrollPadding?: csstype.Property.ScrollPadding<string | number> | undefined;
|
|
1017
|
+
scrollPaddingBlock?: csstype.Property.ScrollPaddingBlock<string | number> | undefined;
|
|
1018
|
+
scrollPaddingInline?: csstype.Property.ScrollPaddingInline<string | number> | undefined;
|
|
1019
|
+
scrollSnapMargin?: csstype.Property.ScrollMargin<string | number> | undefined;
|
|
1020
|
+
scrollTimeline?: csstype.Property.ScrollTimeline | undefined;
|
|
1021
|
+
textDecoration?: csstype.Property.TextDecoration<string | number> | undefined;
|
|
1022
|
+
textEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
1023
|
+
textWrap?: csstype.Property.TextWrap | undefined;
|
|
1024
|
+
transition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1025
|
+
viewTimeline?: csstype.Property.ViewTimeline | undefined;
|
|
1026
|
+
MozAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
1027
|
+
MozAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
1028
|
+
MozAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
1029
|
+
MozAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
1030
|
+
MozAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
1031
|
+
MozAnimationName?: csstype.Property.AnimationName | undefined;
|
|
1032
|
+
MozAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
1033
|
+
MozAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
1034
|
+
MozAppearance?: csstype.Property.MozAppearance | undefined;
|
|
1035
|
+
MozBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
1036
|
+
MozBinding?: csstype.Property.MozBinding | undefined;
|
|
1037
|
+
MozBorderBottomColors?: csstype.Property.MozBorderBottomColors | undefined;
|
|
1038
|
+
MozBorderEndColor?: csstype.Property.BorderInlineEndColor | undefined;
|
|
1039
|
+
MozBorderEndStyle?: csstype.Property.BorderInlineEndStyle | undefined;
|
|
1040
|
+
MozBorderEndWidth?: csstype.Property.BorderInlineEndWidth<string | number> | undefined;
|
|
1041
|
+
MozBorderLeftColors?: csstype.Property.MozBorderLeftColors | undefined;
|
|
1042
|
+
MozBorderRightColors?: csstype.Property.MozBorderRightColors | undefined;
|
|
1043
|
+
MozBorderStartColor?: csstype.Property.BorderInlineStartColor | undefined;
|
|
1044
|
+
MozBorderStartStyle?: csstype.Property.BorderInlineStartStyle | undefined;
|
|
1045
|
+
MozBorderTopColors?: csstype.Property.MozBorderTopColors | undefined;
|
|
1046
|
+
MozBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
1047
|
+
MozColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
1048
|
+
MozColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
1049
|
+
MozColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
1050
|
+
MozColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
1051
|
+
MozContextProperties?: csstype.Property.MozContextProperties | undefined;
|
|
1052
|
+
MozFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
1053
|
+
MozFontLanguageOverride?: csstype.Property.FontLanguageOverride | undefined;
|
|
1054
|
+
MozHyphens?: csstype.Property.Hyphens | undefined;
|
|
1055
|
+
MozMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
1056
|
+
MozMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
1057
|
+
MozOrient?: csstype.Property.MozOrient | undefined;
|
|
1058
|
+
MozOsxFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
1059
|
+
MozOutlineRadiusBottomleft?: csstype.Property.MozOutlineRadiusBottomleft<string | number> | undefined;
|
|
1060
|
+
MozOutlineRadiusBottomright?: csstype.Property.MozOutlineRadiusBottomright<string | number> | undefined;
|
|
1061
|
+
MozOutlineRadiusTopleft?: csstype.Property.MozOutlineRadiusTopleft<string | number> | undefined;
|
|
1062
|
+
MozOutlineRadiusTopright?: csstype.Property.MozOutlineRadiusTopright<string | number> | undefined;
|
|
1063
|
+
MozPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
1064
|
+
MozPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
1065
|
+
MozPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1066
|
+
MozPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1067
|
+
MozStackSizing?: csstype.Property.MozStackSizing | undefined;
|
|
1068
|
+
MozTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
1069
|
+
MozTextBlink?: csstype.Property.MozTextBlink | undefined;
|
|
1070
|
+
MozTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
1071
|
+
MozTransform?: csstype.Property.Transform | undefined;
|
|
1072
|
+
MozTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1073
|
+
MozTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
1074
|
+
MozUserModify?: csstype.Property.MozUserModify | undefined;
|
|
1075
|
+
MozUserSelect?: csstype.Property.UserSelect | undefined;
|
|
1076
|
+
MozWindowDragging?: csstype.Property.MozWindowDragging | undefined;
|
|
1077
|
+
MozWindowShadow?: csstype.Property.MozWindowShadow | undefined;
|
|
1078
|
+
msAccelerator?: csstype.Property.MsAccelerator | undefined;
|
|
1079
|
+
msBlockProgression?: csstype.Property.MsBlockProgression | undefined;
|
|
1080
|
+
msContentZoomChaining?: csstype.Property.MsContentZoomChaining | undefined;
|
|
1081
|
+
msContentZoomLimitMax?: csstype.Property.MsContentZoomLimitMax | undefined;
|
|
1082
|
+
msContentZoomLimitMin?: csstype.Property.MsContentZoomLimitMin | undefined;
|
|
1083
|
+
msContentZoomSnapPoints?: csstype.Property.MsContentZoomSnapPoints | undefined;
|
|
1084
|
+
msContentZoomSnapType?: csstype.Property.MsContentZoomSnapType | undefined;
|
|
1085
|
+
msContentZooming?: csstype.Property.MsContentZooming | undefined;
|
|
1086
|
+
msFilter?: csstype.Property.MsFilter | undefined;
|
|
1087
|
+
msFlexDirection?: csstype.Property.FlexDirection | undefined;
|
|
1088
|
+
msFlexPositive?: csstype.Property.FlexGrow | undefined;
|
|
1089
|
+
msFlowFrom?: csstype.Property.MsFlowFrom | undefined;
|
|
1090
|
+
msFlowInto?: csstype.Property.MsFlowInto | undefined;
|
|
1091
|
+
msGridColumns?: csstype.Property.MsGridColumns<string | number> | undefined;
|
|
1092
|
+
msGridRows?: csstype.Property.MsGridRows<string | number> | undefined;
|
|
1093
|
+
msHighContrastAdjust?: csstype.Property.MsHighContrastAdjust | undefined;
|
|
1094
|
+
msHyphenateLimitChars?: csstype.Property.MsHyphenateLimitChars | undefined;
|
|
1095
|
+
msHyphenateLimitLines?: csstype.Property.MsHyphenateLimitLines | undefined;
|
|
1096
|
+
msHyphenateLimitZone?: csstype.Property.MsHyphenateLimitZone<string | number> | undefined;
|
|
1097
|
+
msHyphens?: csstype.Property.Hyphens | undefined;
|
|
1098
|
+
msImeAlign?: csstype.Property.MsImeAlign | undefined;
|
|
1099
|
+
msLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1100
|
+
msOrder?: csstype.Property.Order | undefined;
|
|
1101
|
+
msOverflowStyle?: csstype.Property.MsOverflowStyle | undefined;
|
|
1102
|
+
msOverflowX?: csstype.Property.OverflowX | undefined;
|
|
1103
|
+
msOverflowY?: csstype.Property.OverflowY | undefined;
|
|
1104
|
+
msScrollChaining?: csstype.Property.MsScrollChaining | undefined;
|
|
1105
|
+
msScrollLimitXMax?: csstype.Property.MsScrollLimitXMax<string | number> | undefined;
|
|
1106
|
+
msScrollLimitXMin?: csstype.Property.MsScrollLimitXMin<string | number> | undefined;
|
|
1107
|
+
msScrollLimitYMax?: csstype.Property.MsScrollLimitYMax<string | number> | undefined;
|
|
1108
|
+
msScrollLimitYMin?: csstype.Property.MsScrollLimitYMin<string | number> | undefined;
|
|
1109
|
+
msScrollRails?: csstype.Property.MsScrollRails | undefined;
|
|
1110
|
+
msScrollSnapPointsX?: csstype.Property.MsScrollSnapPointsX | undefined;
|
|
1111
|
+
msScrollSnapPointsY?: csstype.Property.MsScrollSnapPointsY | undefined;
|
|
1112
|
+
msScrollSnapType?: csstype.Property.MsScrollSnapType | undefined;
|
|
1113
|
+
msScrollTranslation?: csstype.Property.MsScrollTranslation | undefined;
|
|
1114
|
+
msScrollbar3dlightColor?: csstype.Property.MsScrollbar3dlightColor | undefined;
|
|
1115
|
+
msScrollbarArrowColor?: csstype.Property.MsScrollbarArrowColor | undefined;
|
|
1116
|
+
msScrollbarBaseColor?: csstype.Property.MsScrollbarBaseColor | undefined;
|
|
1117
|
+
msScrollbarDarkshadowColor?: csstype.Property.MsScrollbarDarkshadowColor | undefined;
|
|
1118
|
+
msScrollbarFaceColor?: csstype.Property.MsScrollbarFaceColor | undefined;
|
|
1119
|
+
msScrollbarHighlightColor?: csstype.Property.MsScrollbarHighlightColor | undefined;
|
|
1120
|
+
msScrollbarShadowColor?: csstype.Property.MsScrollbarShadowColor | undefined;
|
|
1121
|
+
msScrollbarTrackColor?: csstype.Property.MsScrollbarTrackColor | undefined;
|
|
1122
|
+
msTextAutospace?: csstype.Property.MsTextAutospace | undefined;
|
|
1123
|
+
msTextCombineHorizontal?: csstype.Property.TextCombineUpright | undefined;
|
|
1124
|
+
msTextOverflow?: csstype.Property.TextOverflow | undefined;
|
|
1125
|
+
msTouchAction?: csstype.Property.TouchAction | undefined;
|
|
1126
|
+
msTouchSelect?: csstype.Property.MsTouchSelect | undefined;
|
|
1127
|
+
msTransform?: csstype.Property.Transform | undefined;
|
|
1128
|
+
msTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1129
|
+
msTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1130
|
+
msTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1131
|
+
msTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1132
|
+
msTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1133
|
+
msUserSelect?: csstype.Property.MsUserSelect | undefined;
|
|
1134
|
+
msWordBreak?: csstype.Property.WordBreak | undefined;
|
|
1135
|
+
msWrapFlow?: csstype.Property.MsWrapFlow | undefined;
|
|
1136
|
+
msWrapMargin?: csstype.Property.MsWrapMargin<string | number> | undefined;
|
|
1137
|
+
msWrapThrough?: csstype.Property.MsWrapThrough | undefined;
|
|
1138
|
+
msWritingMode?: csstype.Property.WritingMode | undefined;
|
|
1139
|
+
WebkitAlignContent?: csstype.Property.AlignContent | undefined;
|
|
1140
|
+
WebkitAlignItems?: csstype.Property.AlignItems | undefined;
|
|
1141
|
+
WebkitAlignSelf?: csstype.Property.AlignSelf | undefined;
|
|
1142
|
+
WebkitAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
1143
|
+
WebkitAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
1144
|
+
WebkitAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
1145
|
+
WebkitAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
1146
|
+
WebkitAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
1147
|
+
WebkitAnimationName?: csstype.Property.AnimationName | undefined;
|
|
1148
|
+
WebkitAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
1149
|
+
WebkitAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
1150
|
+
WebkitAppearance?: csstype.Property.WebkitAppearance | undefined;
|
|
1151
|
+
WebkitBackdropFilter?: csstype.Property.BackdropFilter | undefined;
|
|
1152
|
+
WebkitBackfaceVisibility?: csstype.Property.BackfaceVisibility | undefined;
|
|
1153
|
+
WebkitBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
1154
|
+
WebkitBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
1155
|
+
WebkitBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1156
|
+
WebkitBorderBeforeColor?: csstype.Property.WebkitBorderBeforeColor | undefined;
|
|
1157
|
+
WebkitBorderBeforeStyle?: csstype.Property.WebkitBorderBeforeStyle | undefined;
|
|
1158
|
+
WebkitBorderBeforeWidth?: csstype.Property.WebkitBorderBeforeWidth<string | number> | undefined;
|
|
1159
|
+
WebkitBorderBottomLeftRadius?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1160
|
+
WebkitBorderBottomRightRadius?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
1161
|
+
WebkitBorderImageSlice?: csstype.Property.BorderImageSlice | undefined;
|
|
1162
|
+
WebkitBorderTopLeftRadius?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
1163
|
+
WebkitBorderTopRightRadius?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
1164
|
+
WebkitBoxDecorationBreak?: csstype.Property.BoxDecorationBreak | undefined;
|
|
1165
|
+
WebkitBoxReflect?: csstype.Property.WebkitBoxReflect<string | number> | undefined;
|
|
1166
|
+
WebkitBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
1167
|
+
WebkitBoxSizing?: csstype.Property.BoxSizing | undefined;
|
|
1168
|
+
WebkitClipPath?: csstype.Property.ClipPath | undefined;
|
|
1169
|
+
WebkitColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
1170
|
+
WebkitColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
1171
|
+
WebkitColumnRuleColor?: csstype.Property.ColumnRuleColor | undefined;
|
|
1172
|
+
WebkitColumnRuleStyle?: csstype.Property.ColumnRuleStyle | undefined;
|
|
1173
|
+
WebkitColumnRuleWidth?: csstype.Property.ColumnRuleWidth<string | number> | undefined;
|
|
1174
|
+
WebkitColumnSpan?: csstype.Property.ColumnSpan | undefined;
|
|
1175
|
+
WebkitColumnWidth?: csstype.Property.ColumnWidth<string | number> | undefined;
|
|
1176
|
+
WebkitFilter?: csstype.Property.Filter | undefined;
|
|
1177
|
+
WebkitFlexBasis?: csstype.Property.FlexBasis<string | number> | undefined;
|
|
1178
|
+
WebkitFlexDirection?: csstype.Property.FlexDirection | undefined;
|
|
1179
|
+
WebkitFlexGrow?: csstype.Property.FlexGrow | undefined;
|
|
1180
|
+
WebkitFlexShrink?: csstype.Property.FlexShrink | undefined;
|
|
1181
|
+
WebkitFlexWrap?: csstype.Property.FlexWrap | undefined;
|
|
1182
|
+
WebkitFontFeatureSettings?: csstype.Property.FontFeatureSettings | undefined;
|
|
1183
|
+
WebkitFontKerning?: csstype.Property.FontKerning | undefined;
|
|
1184
|
+
WebkitFontSmoothing?: csstype.Property.FontSmooth<string | number> | undefined;
|
|
1185
|
+
WebkitFontVariantLigatures?: csstype.Property.FontVariantLigatures | undefined;
|
|
1186
|
+
WebkitHyphenateCharacter?: csstype.Property.HyphenateCharacter | undefined;
|
|
1187
|
+
WebkitHyphens?: csstype.Property.Hyphens | undefined;
|
|
1188
|
+
WebkitInitialLetter?: csstype.Property.InitialLetter | undefined;
|
|
1189
|
+
WebkitJustifyContent?: csstype.Property.JustifyContent | undefined;
|
|
1190
|
+
WebkitLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1191
|
+
WebkitLineClamp?: csstype.Property.WebkitLineClamp | undefined;
|
|
1192
|
+
WebkitLogicalHeight?: csstype.Property.BlockSize<string | number> | undefined;
|
|
1193
|
+
WebkitLogicalWidth?: csstype.Property.InlineSize<string | number> | undefined;
|
|
1194
|
+
WebkitMarginEnd?: csstype.Property.MarginInlineEnd<string | number> | undefined;
|
|
1195
|
+
WebkitMarginStart?: csstype.Property.MarginInlineStart<string | number> | undefined;
|
|
1196
|
+
WebkitMaskAttachment?: csstype.Property.WebkitMaskAttachment | undefined;
|
|
1197
|
+
WebkitMaskBoxImageOutset?: csstype.Property.MaskBorderOutset<string | number> | undefined;
|
|
1198
|
+
WebkitMaskBoxImageRepeat?: csstype.Property.MaskBorderRepeat | undefined;
|
|
1199
|
+
WebkitMaskBoxImageSlice?: csstype.Property.MaskBorderSlice | undefined;
|
|
1200
|
+
WebkitMaskBoxImageSource?: csstype.Property.MaskBorderSource | undefined;
|
|
1201
|
+
WebkitMaskBoxImageWidth?: csstype.Property.MaskBorderWidth<string | number> | undefined;
|
|
1202
|
+
WebkitMaskClip?: csstype.Property.WebkitMaskClip | undefined;
|
|
1203
|
+
WebkitMaskComposite?: csstype.Property.WebkitMaskComposite | undefined;
|
|
1204
|
+
WebkitMaskImage?: csstype.Property.WebkitMaskImage | undefined;
|
|
1205
|
+
WebkitMaskOrigin?: csstype.Property.WebkitMaskOrigin | undefined;
|
|
1206
|
+
WebkitMaskPosition?: csstype.Property.WebkitMaskPosition<string | number> | undefined;
|
|
1207
|
+
WebkitMaskPositionX?: csstype.Property.WebkitMaskPositionX<string | number> | undefined;
|
|
1208
|
+
WebkitMaskPositionY?: csstype.Property.WebkitMaskPositionY<string | number> | undefined;
|
|
1209
|
+
WebkitMaskRepeat?: csstype.Property.WebkitMaskRepeat | undefined;
|
|
1210
|
+
WebkitMaskRepeatX?: csstype.Property.WebkitMaskRepeatX | undefined;
|
|
1211
|
+
WebkitMaskRepeatY?: csstype.Property.WebkitMaskRepeatY | undefined;
|
|
1212
|
+
WebkitMaskSize?: csstype.Property.WebkitMaskSize<string | number> | undefined;
|
|
1213
|
+
WebkitMaxInlineSize?: csstype.Property.MaxInlineSize<string | number> | undefined;
|
|
1214
|
+
WebkitOrder?: csstype.Property.Order | undefined;
|
|
1215
|
+
WebkitOverflowScrolling?: csstype.Property.WebkitOverflowScrolling | undefined;
|
|
1216
|
+
WebkitPaddingEnd?: csstype.Property.PaddingInlineEnd<string | number> | undefined;
|
|
1217
|
+
WebkitPaddingStart?: csstype.Property.PaddingInlineStart<string | number> | undefined;
|
|
1218
|
+
WebkitPerspective?: csstype.Property.Perspective<string | number> | undefined;
|
|
1219
|
+
WebkitPerspectiveOrigin?: csstype.Property.PerspectiveOrigin<string | number> | undefined;
|
|
1220
|
+
WebkitPrintColorAdjust?: csstype.Property.PrintColorAdjust | undefined;
|
|
1221
|
+
WebkitRubyPosition?: csstype.Property.RubyPosition | undefined;
|
|
1222
|
+
WebkitScrollSnapType?: csstype.Property.ScrollSnapType | undefined;
|
|
1223
|
+
WebkitShapeMargin?: csstype.Property.ShapeMargin<string | number> | undefined;
|
|
1224
|
+
WebkitTapHighlightColor?: csstype.Property.WebkitTapHighlightColor | undefined;
|
|
1225
|
+
WebkitTextCombine?: csstype.Property.TextCombineUpright | undefined;
|
|
1226
|
+
WebkitTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
1227
|
+
WebkitTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
1228
|
+
WebkitTextDecorationSkip?: csstype.Property.TextDecorationSkip | undefined;
|
|
1229
|
+
WebkitTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
1230
|
+
WebkitTextEmphasisColor?: csstype.Property.TextEmphasisColor | undefined;
|
|
1231
|
+
WebkitTextEmphasisPosition?: csstype.Property.TextEmphasisPosition | undefined;
|
|
1232
|
+
WebkitTextEmphasisStyle?: csstype.Property.TextEmphasisStyle | undefined;
|
|
1233
|
+
WebkitTextFillColor?: csstype.Property.WebkitTextFillColor | undefined;
|
|
1234
|
+
WebkitTextOrientation?: csstype.Property.TextOrientation | undefined;
|
|
1235
|
+
WebkitTextSizeAdjust?: csstype.Property.TextSizeAdjust | undefined;
|
|
1236
|
+
WebkitTextStrokeColor?: csstype.Property.WebkitTextStrokeColor | undefined;
|
|
1237
|
+
WebkitTextStrokeWidth?: csstype.Property.WebkitTextStrokeWidth<string | number> | undefined;
|
|
1238
|
+
WebkitTextUnderlinePosition?: csstype.Property.TextUnderlinePosition | undefined;
|
|
1239
|
+
WebkitTouchCallout?: csstype.Property.WebkitTouchCallout | undefined;
|
|
1240
|
+
WebkitTransform?: csstype.Property.Transform | undefined;
|
|
1241
|
+
WebkitTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1242
|
+
WebkitTransformStyle?: csstype.Property.TransformStyle | undefined;
|
|
1243
|
+
WebkitTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1244
|
+
WebkitTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1245
|
+
WebkitTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1246
|
+
WebkitTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1247
|
+
WebkitUserModify?: csstype.Property.WebkitUserModify | undefined;
|
|
1248
|
+
WebkitUserSelect?: csstype.Property.WebkitUserSelect | undefined;
|
|
1249
|
+
WebkitWritingMode?: csstype.Property.WritingMode | undefined;
|
|
1250
|
+
MozAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
1251
|
+
MozBorderImage?: csstype.Property.BorderImage | undefined;
|
|
1252
|
+
MozColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
1253
|
+
MozColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
1254
|
+
MozOutlineRadius?: csstype.Property.MozOutlineRadius<string | number> | undefined;
|
|
1255
|
+
MozTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1256
|
+
msContentZoomLimit?: csstype.Property.MsContentZoomLimit | undefined;
|
|
1257
|
+
msContentZoomSnap?: csstype.Property.MsContentZoomSnap | undefined;
|
|
1258
|
+
msFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
1259
|
+
msScrollLimit?: csstype.Property.MsScrollLimit | undefined;
|
|
1260
|
+
msScrollSnapX?: csstype.Property.MsScrollSnapX | undefined;
|
|
1261
|
+
msScrollSnapY?: csstype.Property.MsScrollSnapY | undefined;
|
|
1262
|
+
msTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1263
|
+
WebkitAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
1264
|
+
WebkitBorderBefore?: csstype.Property.WebkitBorderBefore<string | number> | undefined;
|
|
1265
|
+
WebkitBorderImage?: csstype.Property.BorderImage | undefined;
|
|
1266
|
+
WebkitBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
1267
|
+
WebkitColumnRule?: csstype.Property.ColumnRule<string | number> | undefined;
|
|
1268
|
+
WebkitColumns?: csstype.Property.Columns<string | number> | undefined;
|
|
1269
|
+
WebkitFlex?: csstype.Property.Flex<string | number> | undefined;
|
|
1270
|
+
WebkitFlexFlow?: csstype.Property.FlexFlow | undefined;
|
|
1271
|
+
WebkitMask?: csstype.Property.WebkitMask<string | number> | undefined;
|
|
1272
|
+
WebkitMaskBoxImage?: csstype.Property.MaskBorder | undefined;
|
|
1273
|
+
WebkitTextEmphasis?: csstype.Property.TextEmphasis | undefined;
|
|
1274
|
+
WebkitTextStroke?: csstype.Property.WebkitTextStroke<string | number> | undefined;
|
|
1275
|
+
WebkitTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1276
|
+
boxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1277
|
+
boxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1278
|
+
boxFlex?: csstype.Property.BoxFlex | undefined;
|
|
1279
|
+
boxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
1280
|
+
boxLines?: csstype.Property.BoxLines | undefined;
|
|
1281
|
+
boxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
1282
|
+
boxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1283
|
+
boxPack?: csstype.Property.BoxPack | undefined;
|
|
1284
|
+
clip?: csstype.Property.Clip | undefined;
|
|
1285
|
+
fontStretch?: csstype.Property.FontStretch | undefined;
|
|
1286
|
+
gridColumnGap?: csstype.Property.GridColumnGap<string | number> | undefined;
|
|
1287
|
+
gridGap?: csstype.Property.GridGap<string | number> | undefined;
|
|
1288
|
+
gridRowGap?: csstype.Property.GridRowGap<string | number> | undefined;
|
|
1289
|
+
imeMode?: csstype.Property.ImeMode | undefined;
|
|
1290
|
+
insetArea?: csstype.Property.PositionArea | undefined;
|
|
1291
|
+
offsetBlock?: csstype.Property.InsetBlock<string | number> | undefined;
|
|
1292
|
+
offsetBlockEnd?: csstype.Property.InsetBlockEnd<string | number> | undefined;
|
|
1293
|
+
offsetBlockStart?: csstype.Property.InsetBlockStart<string | number> | undefined;
|
|
1294
|
+
offsetInline?: csstype.Property.InsetInline<string | number> | undefined;
|
|
1295
|
+
offsetInlineEnd?: csstype.Property.InsetInlineEnd<string | number> | undefined;
|
|
1296
|
+
offsetInlineStart?: csstype.Property.InsetInlineStart<string | number> | undefined;
|
|
1297
|
+
pageBreakAfter?: csstype.Property.PageBreakAfter | undefined;
|
|
1298
|
+
pageBreakBefore?: csstype.Property.PageBreakBefore | undefined;
|
|
1299
|
+
pageBreakInside?: csstype.Property.PageBreakInside | undefined;
|
|
1300
|
+
positionTryOptions?: csstype.Property.PositionTryFallbacks | undefined;
|
|
1301
|
+
scrollSnapCoordinate?: csstype.Property.ScrollSnapCoordinate<string | number> | undefined;
|
|
1302
|
+
scrollSnapDestination?: csstype.Property.ScrollSnapDestination<string | number> | undefined;
|
|
1303
|
+
scrollSnapPointsX?: csstype.Property.ScrollSnapPointsX | undefined;
|
|
1304
|
+
scrollSnapPointsY?: csstype.Property.ScrollSnapPointsY | undefined;
|
|
1305
|
+
scrollSnapTypeX?: csstype.Property.ScrollSnapTypeX | undefined;
|
|
1306
|
+
scrollSnapTypeY?: csstype.Property.ScrollSnapTypeY | undefined;
|
|
1307
|
+
KhtmlBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1308
|
+
KhtmlBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1309
|
+
KhtmlBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
1310
|
+
KhtmlBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
1311
|
+
KhtmlBoxLines?: csstype.Property.BoxLines | undefined;
|
|
1312
|
+
KhtmlBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
1313
|
+
KhtmlBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1314
|
+
KhtmlBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1315
|
+
KhtmlLineBreak?: csstype.Property.LineBreak | undefined;
|
|
1316
|
+
KhtmlOpacity?: csstype.Property.Opacity | undefined;
|
|
1317
|
+
KhtmlUserSelect?: csstype.Property.UserSelect | undefined;
|
|
1318
|
+
MozBackgroundClip?: csstype.Property.BackgroundClip | undefined;
|
|
1319
|
+
MozBackgroundOrigin?: csstype.Property.BackgroundOrigin | undefined;
|
|
1320
|
+
MozBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1321
|
+
MozBorderRadius?: csstype.Property.BorderRadius<string | number> | undefined;
|
|
1322
|
+
MozBorderRadiusBottomleft?: csstype.Property.BorderBottomLeftRadius<string | number> | undefined;
|
|
1323
|
+
MozBorderRadiusBottomright?: csstype.Property.BorderBottomRightRadius<string | number> | undefined;
|
|
1324
|
+
MozBorderRadiusTopleft?: csstype.Property.BorderTopLeftRadius<string | number> | undefined;
|
|
1325
|
+
MozBorderRadiusTopright?: csstype.Property.BorderTopRightRadius<string | number> | undefined;
|
|
1326
|
+
MozBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1327
|
+
MozBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1328
|
+
MozBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
1329
|
+
MozBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
1330
|
+
MozBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1331
|
+
MozBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1332
|
+
MozBoxShadow?: csstype.Property.BoxShadow | undefined;
|
|
1333
|
+
MozColumnCount?: csstype.Property.ColumnCount | undefined;
|
|
1334
|
+
MozColumnFill?: csstype.Property.ColumnFill | undefined;
|
|
1335
|
+
MozFloatEdge?: csstype.Property.MozFloatEdge | undefined;
|
|
1336
|
+
MozForceBrokenImageIcon?: csstype.Property.MozForceBrokenImageIcon | undefined;
|
|
1337
|
+
MozOpacity?: csstype.Property.Opacity | undefined;
|
|
1338
|
+
MozOutline?: csstype.Property.Outline<string | number> | undefined;
|
|
1339
|
+
MozOutlineColor?: csstype.Property.OutlineColor | undefined;
|
|
1340
|
+
MozOutlineStyle?: csstype.Property.OutlineStyle | undefined;
|
|
1341
|
+
MozOutlineWidth?: csstype.Property.OutlineWidth<string | number> | undefined;
|
|
1342
|
+
MozTextAlignLast?: csstype.Property.TextAlignLast | undefined;
|
|
1343
|
+
MozTextDecorationColor?: csstype.Property.TextDecorationColor | undefined;
|
|
1344
|
+
MozTextDecorationLine?: csstype.Property.TextDecorationLine | undefined;
|
|
1345
|
+
MozTextDecorationStyle?: csstype.Property.TextDecorationStyle | undefined;
|
|
1346
|
+
MozTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1347
|
+
MozTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1348
|
+
MozTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1349
|
+
MozTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1350
|
+
MozUserFocus?: csstype.Property.MozUserFocus | undefined;
|
|
1351
|
+
MozUserInput?: csstype.Property.MozUserInput | undefined;
|
|
1352
|
+
msImeMode?: csstype.Property.ImeMode | undefined;
|
|
1353
|
+
OAnimation?: csstype.Property.Animation<string & {}> | undefined;
|
|
1354
|
+
OAnimationDelay?: csstype.Property.AnimationDelay<string & {}> | undefined;
|
|
1355
|
+
OAnimationDirection?: csstype.Property.AnimationDirection | undefined;
|
|
1356
|
+
OAnimationDuration?: csstype.Property.AnimationDuration<string & {}> | undefined;
|
|
1357
|
+
OAnimationFillMode?: csstype.Property.AnimationFillMode | undefined;
|
|
1358
|
+
OAnimationIterationCount?: csstype.Property.AnimationIterationCount | undefined;
|
|
1359
|
+
OAnimationName?: csstype.Property.AnimationName | undefined;
|
|
1360
|
+
OAnimationPlayState?: csstype.Property.AnimationPlayState | undefined;
|
|
1361
|
+
OAnimationTimingFunction?: csstype.Property.AnimationTimingFunction | undefined;
|
|
1362
|
+
OBackgroundSize?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
1363
|
+
OBorderImage?: csstype.Property.BorderImage | undefined;
|
|
1364
|
+
OObjectFit?: csstype.Property.ObjectFit | undefined;
|
|
1365
|
+
OObjectPosition?: csstype.Property.ObjectPosition<string | number> | undefined;
|
|
1366
|
+
OTabSize?: csstype.Property.TabSize<string | number> | undefined;
|
|
1367
|
+
OTextOverflow?: csstype.Property.TextOverflow | undefined;
|
|
1368
|
+
OTransform?: csstype.Property.Transform | undefined;
|
|
1369
|
+
OTransformOrigin?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
1370
|
+
OTransition?: csstype.Property.Transition<string & {}> | undefined;
|
|
1371
|
+
OTransitionDelay?: csstype.Property.TransitionDelay<string & {}> | undefined;
|
|
1372
|
+
OTransitionDuration?: csstype.Property.TransitionDuration<string & {}> | undefined;
|
|
1373
|
+
OTransitionProperty?: csstype.Property.TransitionProperty | undefined;
|
|
1374
|
+
OTransitionTimingFunction?: csstype.Property.TransitionTimingFunction | undefined;
|
|
1375
|
+
WebkitBoxAlign?: csstype.Property.BoxAlign | undefined;
|
|
1376
|
+
WebkitBoxDirection?: csstype.Property.BoxDirection | undefined;
|
|
1377
|
+
WebkitBoxFlex?: csstype.Property.BoxFlex | undefined;
|
|
1378
|
+
WebkitBoxFlexGroup?: csstype.Property.BoxFlexGroup | undefined;
|
|
1379
|
+
WebkitBoxLines?: csstype.Property.BoxLines | undefined;
|
|
1380
|
+
WebkitBoxOrdinalGroup?: csstype.Property.BoxOrdinalGroup | undefined;
|
|
1381
|
+
WebkitBoxOrient?: csstype.Property.BoxOrient | undefined;
|
|
1382
|
+
WebkitBoxPack?: csstype.Property.BoxPack | undefined;
|
|
1383
|
+
colorInterpolation?: csstype.Property.ColorInterpolation | undefined;
|
|
1384
|
+
colorRendering?: csstype.Property.ColorRendering | undefined;
|
|
1385
|
+
glyphOrientationVertical?: csstype.Property.GlyphOrientationVertical | undefined;
|
|
1386
|
+
};
|
|
1387
|
+
defaultChecked?: boolean | undefined;
|
|
1388
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
1389
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
1390
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
1391
|
+
accessKey?: string | undefined;
|
|
1392
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
1393
|
+
autoFocus?: boolean | undefined;
|
|
1394
|
+
contentEditable?: (boolean | "false" | "true") | "inherit" | "plaintext-only" | undefined;
|
|
1395
|
+
contextMenu?: string | undefined;
|
|
1396
|
+
dir?: string | undefined;
|
|
1397
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
1398
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
1399
|
+
hidden?: boolean | undefined;
|
|
1400
|
+
id?: string | undefined;
|
|
1401
|
+
lang?: string | undefined;
|
|
1402
|
+
nonce?: string | undefined;
|
|
1403
|
+
slot?: string | undefined;
|
|
1404
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
1405
|
+
tabIndex?: number | undefined;
|
|
1406
|
+
title?: string | undefined;
|
|
1407
|
+
translate?: "yes" | "no" | undefined;
|
|
1408
|
+
radioGroup?: string | undefined;
|
|
1409
|
+
role?: React__default.AriaRole | undefined;
|
|
1410
|
+
about?: string | undefined;
|
|
1411
|
+
content?: string | undefined;
|
|
1412
|
+
datatype?: string | undefined;
|
|
1413
|
+
inlist?: any;
|
|
1414
|
+
prefix?: string | undefined;
|
|
1415
|
+
property?: string | undefined;
|
|
1416
|
+
rel?: string | undefined;
|
|
1417
|
+
resource?: string | undefined;
|
|
1418
|
+
rev?: string | undefined;
|
|
1419
|
+
typeof?: string | undefined;
|
|
1420
|
+
vocab?: string | undefined;
|
|
1421
|
+
autoCorrect?: string | undefined;
|
|
1422
|
+
autoSave?: string | undefined;
|
|
1423
|
+
itemProp?: string | undefined;
|
|
1424
|
+
itemScope?: boolean | undefined;
|
|
1425
|
+
itemType?: string | undefined;
|
|
1426
|
+
itemID?: string | undefined;
|
|
1427
|
+
itemRef?: string | undefined;
|
|
1428
|
+
results?: number | undefined;
|
|
1429
|
+
security?: string | undefined;
|
|
1430
|
+
unselectable?: "on" | "off" | undefined;
|
|
1431
|
+
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
1432
|
+
popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
|
|
1433
|
+
popoverTarget?: string | undefined;
|
|
1434
|
+
inert?: boolean | undefined;
|
|
1435
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
1436
|
+
is?: string | undefined;
|
|
1437
|
+
exportparts?: string | undefined;
|
|
1438
|
+
part?: string | undefined;
|
|
1439
|
+
"aria-activedescendant"?: string | undefined;
|
|
1440
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
1441
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
1442
|
+
"aria-braillelabel"?: string | undefined;
|
|
1443
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
1444
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
1445
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1446
|
+
"aria-colcount"?: number | undefined;
|
|
1447
|
+
"aria-colindex"?: number | undefined;
|
|
1448
|
+
"aria-colindextext"?: string | undefined;
|
|
1449
|
+
"aria-colspan"?: number | undefined;
|
|
1450
|
+
"aria-controls"?: string | undefined;
|
|
1451
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
1452
|
+
"aria-describedby"?: string | undefined;
|
|
1453
|
+
"aria-description"?: string | undefined;
|
|
1454
|
+
"aria-details"?: string | undefined;
|
|
1455
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
1456
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
1457
|
+
"aria-errormessage"?: string | undefined;
|
|
1458
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
1459
|
+
"aria-flowto"?: string | undefined;
|
|
1460
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
1461
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
1462
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
1463
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
1464
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
1465
|
+
"aria-label"?: string | undefined;
|
|
1466
|
+
"aria-labelledby"?: string | undefined;
|
|
1467
|
+
"aria-level"?: number | undefined;
|
|
1468
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1469
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
1470
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
1471
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
1472
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1473
|
+
"aria-owns"?: string | undefined;
|
|
1474
|
+
"aria-placeholder"?: string | undefined;
|
|
1475
|
+
"aria-posinset"?: number | undefined;
|
|
1476
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
1477
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
1478
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
1479
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
1480
|
+
"aria-roledescription"?: string | undefined;
|
|
1481
|
+
"aria-rowcount"?: number | undefined;
|
|
1482
|
+
"aria-rowindex"?: number | undefined;
|
|
1483
|
+
"aria-rowindextext"?: string | undefined;
|
|
1484
|
+
"aria-rowspan"?: number | undefined;
|
|
1485
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
1486
|
+
"aria-setsize"?: number | undefined;
|
|
1487
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1488
|
+
"aria-valuemax"?: number | undefined;
|
|
1489
|
+
"aria-valuemin"?: number | undefined;
|
|
1490
|
+
"aria-valuenow"?: number | undefined;
|
|
1491
|
+
"aria-valuetext"?: string | undefined;
|
|
1492
|
+
dangerouslySetInnerHTML?: {
|
|
1493
|
+
__html: string | TrustedHTML;
|
|
1494
|
+
} | undefined;
|
|
1495
|
+
onCopy?: React__default.ClipboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1496
|
+
onCopyCapture?: React__default.ClipboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1497
|
+
onCut?: React__default.ClipboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1498
|
+
onCutCapture?: React__default.ClipboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1499
|
+
onPaste?: React__default.ClipboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1500
|
+
onPasteCapture?: React__default.ClipboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1501
|
+
onCompositionEnd?: React__default.CompositionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1502
|
+
onCompositionEndCapture?: React__default.CompositionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1503
|
+
onCompositionStart?: React__default.CompositionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1504
|
+
onCompositionStartCapture?: React__default.CompositionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1505
|
+
onCompositionUpdate?: React__default.CompositionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1506
|
+
onCompositionUpdateCapture?: React__default.CompositionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1507
|
+
onFocus?: React__default.FocusEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1508
|
+
onFocusCapture?: React__default.FocusEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1509
|
+
onBlur?: React__default.FocusEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1510
|
+
onBlurCapture?: React__default.FocusEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1511
|
+
onChange?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1512
|
+
onChangeCapture?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1513
|
+
onBeforeInput?: React__default.InputEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1514
|
+
onBeforeInputCapture?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1515
|
+
onInput?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1516
|
+
onInputCapture?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1517
|
+
onReset?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1518
|
+
onResetCapture?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1519
|
+
onSubmit?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1520
|
+
onSubmitCapture?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1521
|
+
onInvalid?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1522
|
+
onInvalidCapture?: React__default.FormEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1523
|
+
onLoad?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1524
|
+
onLoadCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1525
|
+
onError?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1526
|
+
onErrorCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1527
|
+
onKeyDown?: React__default.KeyboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1528
|
+
onKeyDownCapture?: React__default.KeyboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1529
|
+
onKeyPress?: React__default.KeyboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1530
|
+
onKeyPressCapture?: React__default.KeyboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1531
|
+
onKeyUp?: React__default.KeyboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1532
|
+
onKeyUpCapture?: React__default.KeyboardEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1533
|
+
onAbort?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1534
|
+
onAbortCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1535
|
+
onCanPlay?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1536
|
+
onCanPlayCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1537
|
+
onCanPlayThrough?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1538
|
+
onCanPlayThroughCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1539
|
+
onDurationChange?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1540
|
+
onDurationChangeCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1541
|
+
onEmptied?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1542
|
+
onEmptiedCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1543
|
+
onEncrypted?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1544
|
+
onEncryptedCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1545
|
+
onEnded?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1546
|
+
onEndedCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1547
|
+
onLoadedData?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1548
|
+
onLoadedDataCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1549
|
+
onLoadedMetadata?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1550
|
+
onLoadedMetadataCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1551
|
+
onLoadStart?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1552
|
+
onLoadStartCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1553
|
+
onPause?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1554
|
+
onPauseCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1555
|
+
onPlay?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1556
|
+
onPlayCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1557
|
+
onPlaying?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1558
|
+
onPlayingCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1559
|
+
onProgress?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1560
|
+
onProgressCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1561
|
+
onRateChange?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1562
|
+
onRateChangeCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1563
|
+
onSeeked?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1564
|
+
onSeekedCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1565
|
+
onSeeking?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1566
|
+
onSeekingCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1567
|
+
onStalled?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1568
|
+
onStalledCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1569
|
+
onSuspend?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1570
|
+
onSuspendCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1571
|
+
onTimeUpdate?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1572
|
+
onTimeUpdateCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1573
|
+
onVolumeChange?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1574
|
+
onVolumeChangeCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1575
|
+
onWaiting?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1576
|
+
onWaitingCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1577
|
+
onAuxClick?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1578
|
+
onAuxClickCapture?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1579
|
+
onClick?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1580
|
+
onClickCapture?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1581
|
+
onContextMenu?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1582
|
+
onContextMenuCapture?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1583
|
+
onDoubleClick?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1584
|
+
onDoubleClickCapture?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1585
|
+
onDrag?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1586
|
+
onDragCapture?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1587
|
+
onDragEnd?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1588
|
+
onDragEndCapture?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1589
|
+
onDragEnter?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1590
|
+
onDragEnterCapture?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1591
|
+
onDragExit?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1592
|
+
onDragExitCapture?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1593
|
+
onDragLeave?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1594
|
+
onDragLeaveCapture?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1595
|
+
onDragOver?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1596
|
+
onDragOverCapture?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1597
|
+
onDragStart?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1598
|
+
onDragStartCapture?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1599
|
+
onDrop?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1600
|
+
onDropCapture?: React__default.DragEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1601
|
+
onMouseDown?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1602
|
+
onMouseDownCapture?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1603
|
+
onMouseEnter?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1604
|
+
onMouseLeave?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1605
|
+
onMouseMove?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1606
|
+
onMouseMoveCapture?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1607
|
+
onMouseOut?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1608
|
+
onMouseOutCapture?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1609
|
+
onMouseOver?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1610
|
+
onMouseOverCapture?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1611
|
+
onMouseUp?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1612
|
+
onMouseUpCapture?: React__default.MouseEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1613
|
+
onSelect?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1614
|
+
onSelectCapture?: React__default.ReactEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1615
|
+
onTouchCancel?: React__default.TouchEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1616
|
+
onTouchCancelCapture?: React__default.TouchEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1617
|
+
onTouchEnd?: React__default.TouchEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1618
|
+
onTouchEndCapture?: React__default.TouchEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1619
|
+
onTouchMove?: React__default.TouchEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1620
|
+
onTouchMoveCapture?: React__default.TouchEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1621
|
+
onTouchStart?: React__default.TouchEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1622
|
+
onTouchStartCapture?: React__default.TouchEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1623
|
+
onPointerDown?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1624
|
+
onPointerDownCapture?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1625
|
+
onPointerMove?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1626
|
+
onPointerMoveCapture?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1627
|
+
onPointerUp?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1628
|
+
onPointerUpCapture?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1629
|
+
onPointerCancel?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1630
|
+
onPointerCancelCapture?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1631
|
+
onPointerEnter?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1632
|
+
onPointerLeave?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1633
|
+
onPointerOver?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1634
|
+
onPointerOverCapture?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1635
|
+
onPointerOut?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1636
|
+
onPointerOutCapture?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1637
|
+
onGotPointerCapture?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1638
|
+
onGotPointerCaptureCapture?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1639
|
+
onLostPointerCapture?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1640
|
+
onLostPointerCaptureCapture?: React__default.PointerEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1641
|
+
onScroll?: React__default.UIEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1642
|
+
onScrollCapture?: React__default.UIEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1643
|
+
onScrollEnd?: React__default.UIEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1644
|
+
onScrollEndCapture?: React__default.UIEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1645
|
+
onWheel?: React__default.WheelEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1646
|
+
onWheelCapture?: React__default.WheelEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1647
|
+
onAnimationStart?: React__default.AnimationEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1648
|
+
onAnimationStartCapture?: React__default.AnimationEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1649
|
+
onAnimationEnd?: React__default.AnimationEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1650
|
+
onAnimationEndCapture?: React__default.AnimationEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1651
|
+
onAnimationIteration?: React__default.AnimationEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1652
|
+
onAnimationIterationCapture?: React__default.AnimationEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1653
|
+
onToggle?: React__default.ToggleEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1654
|
+
onBeforeToggle?: React__default.ToggleEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1655
|
+
onTransitionCancel?: React__default.TransitionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1656
|
+
onTransitionCancelCapture?: React__default.TransitionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1657
|
+
onTransitionEnd?: React__default.TransitionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1658
|
+
onTransitionEndCapture?: React__default.TransitionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1659
|
+
onTransitionRun?: React__default.TransitionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1660
|
+
onTransitionRunCapture?: React__default.TransitionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1661
|
+
onTransitionStart?: React__default.TransitionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1662
|
+
onTransitionStartCapture?: React__default.TransitionEventHandler<HTMLElement | HTMLLabelElement> | undefined;
|
|
1663
|
+
ref?: React__default.RefObject<HTMLElement>;
|
|
1664
|
+
}, HTMLElement>;
|
|
1665
|
+
|
|
1666
|
+
type MenuProps = ModalProps & {
|
|
1667
|
+
children: React__default.ReactNode;
|
|
1668
|
+
contentClassName?: string;
|
|
1669
|
+
contentStyle?: React__default.CSSProperties;
|
|
1670
|
+
menuContentRef?: RefObject<HTMLUListElement>;
|
|
1671
|
+
};
|
|
1672
|
+
declare const Menu: {
|
|
1673
|
+
({ children, isOpen, onClose, id, menuContentRef, contentClassName, contentStyle, className, ...modalProps }: MenuProps): react_jsx_runtime.JSX.Element;
|
|
1674
|
+
Option: ({ children, label, asCheckbox, icon: Icon, id, disabled, selected, className, style, onClick, ...liProps }: MenuOptionProps) => react_jsx_runtime.JSX.Element;
|
|
1675
|
+
Divider: () => react_jsx_runtime.JSX.Element;
|
|
1676
|
+
GroupLabel: ({ children, className, ...props }: Omit<TypographyProps, "variant">) => react_jsx_runtime.JSX.Element;
|
|
1677
|
+
Group: ({ children, label, className, style, contentClassName, contentStyle, ...props }: MenuGroupProps) => react_jsx_runtime.JSX.Element;
|
|
1678
|
+
};
|
|
1679
|
+
type MenuOptionProps = Omit<React__default.HTMLAttributes<HTMLLIElement>, 'onClick'> & {
|
|
1680
|
+
id?: string;
|
|
1681
|
+
children?: React__default.ReactNode;
|
|
1682
|
+
label?: React__default.ReactNode;
|
|
1683
|
+
disabled?: boolean;
|
|
1684
|
+
selected?: boolean;
|
|
1685
|
+
className?: string;
|
|
1686
|
+
style?: React__default.CSSProperties;
|
|
1687
|
+
asCheckbox?: boolean;
|
|
1688
|
+
icon?: IconType;
|
|
1689
|
+
onClick?: (newValue: boolean) => void;
|
|
1690
|
+
};
|
|
1691
|
+
type MenuGroupProps = Omit<React__default.HTMLAttributes<HTMLLIElement>, 'onClick'> & {
|
|
1692
|
+
children: React__default.ReactNode;
|
|
1693
|
+
label: React__default.ReactNode;
|
|
1694
|
+
className?: string;
|
|
1695
|
+
style?: React__default.CSSProperties;
|
|
1696
|
+
contentClassName?: string;
|
|
1697
|
+
contentStyle?: React__default.CSSProperties;
|
|
1698
|
+
};
|
|
1699
|
+
|
|
1700
|
+
type PortalProps = {
|
|
1701
|
+
id: string;
|
|
1702
|
+
children: ReactNode;
|
|
1703
|
+
};
|
|
1704
|
+
declare const Portal: ({ children, id }: PortalProps) => React$1.ReactPortal | null;
|
|
1705
|
+
|
|
1706
|
+
interface RippleProps {
|
|
1707
|
+
color?: string;
|
|
1708
|
+
duration?: number;
|
|
1709
|
+
timingFunction?: React__default.CSSProperties['animationTimingFunction'];
|
|
1710
|
+
times?: number;
|
|
1711
|
+
className?: string;
|
|
1712
|
+
style?: React__default.CSSProperties;
|
|
1713
|
+
zIndex?: React__default.CSSProperties['zIndex'];
|
|
1714
|
+
}
|
|
1715
|
+
declare const Ripple: ({ color, duration, timingFunction, times, className, style, zIndex, }: RippleProps) => react_jsx_runtime.JSX.Element;
|
|
1716
|
+
|
|
1717
|
+
type Primitive = string | number | boolean;
|
|
1718
|
+
type RowDataObject = {
|
|
1719
|
+
[key: string]: Primitive | object;
|
|
1720
|
+
};
|
|
1721
|
+
type Order = 'asc' | 'desc';
|
|
1722
|
+
type ColumnDataCommon<RowData extends RowDataObject> = {
|
|
1723
|
+
header: React__default.ReactNode;
|
|
1724
|
+
sortBy?: KeyValuesOf<RowData, Primitive> | null;
|
|
1725
|
+
icon?: IconType;
|
|
1726
|
+
width?: `${number}px` | `${number}em` | `${number}%`;
|
|
1727
|
+
hidden?: boolean;
|
|
1728
|
+
};
|
|
1729
|
+
type ColumnDataField<RowData extends RowDataObject> = ColumnDataCommon<RowData> & {
|
|
1730
|
+
field: KeyValuesOf<RowData, Primitive>;
|
|
1731
|
+
sortBy?: null;
|
|
1732
|
+
render?: never;
|
|
1733
|
+
Component?: never;
|
|
1734
|
+
};
|
|
1735
|
+
type ColumnDataRender<RowData extends RowDataObject> = ColumnDataCommon<RowData> & {
|
|
1736
|
+
field?: never;
|
|
1737
|
+
render: (row: RowData, rowKey: React__default.Key) => React__default.ReactNode;
|
|
1738
|
+
Component?: never;
|
|
1739
|
+
};
|
|
1740
|
+
type ColumnDataComponent<RowData extends RowDataObject> = ColumnDataCommon<RowData> & {
|
|
1741
|
+
field?: never;
|
|
1742
|
+
render?: never;
|
|
1743
|
+
Component: React__default.FC<{
|
|
1744
|
+
data: RowData;
|
|
1745
|
+
rowKey: React__default.Key;
|
|
1746
|
+
}>;
|
|
1747
|
+
};
|
|
1748
|
+
type ColumnData<RowData extends RowDataObject> = ColumnDataField<RowData> | ColumnDataRender<RowData> | ColumnDataComponent<RowData>;
|
|
1749
|
+
|
|
1750
|
+
type SmartTableProps<RowData extends RowDataObject> = {
|
|
1751
|
+
columns: Array<ColumnData<RowData>>;
|
|
1752
|
+
data: Array<RowData>;
|
|
1753
|
+
width?: 'scroll' | 'content';
|
|
1754
|
+
selectable?: boolean;
|
|
1755
|
+
rowId: KeyValuesOf<RowData, React.Key>;
|
|
1756
|
+
className?: string;
|
|
1757
|
+
tableClassName?: string;
|
|
1758
|
+
};
|
|
1759
|
+
declare const SmartTable: <RowData extends RowDataObject>({ columns: initialColumns, data, width, selectable, rowId, className, tableClassName: _tableClassName, }: SmartTableProps<RowData>) => react_jsx_runtime.JSX.Element;
|
|
1760
|
+
|
|
1761
|
+
declare enum RadiusVariants {
|
|
1762
|
+
None = "none",
|
|
1763
|
+
Small = "small",
|
|
1764
|
+
Medium = "medium",
|
|
1765
|
+
Large = "large",
|
|
1766
|
+
Full = "full"
|
|
1767
|
+
}
|
|
1768
|
+
declare enum SizeVariants {
|
|
1769
|
+
Small = "small",
|
|
1770
|
+
Medium = "medium",
|
|
1771
|
+
Large = "large"
|
|
1772
|
+
}
|
|
1773
|
+
declare enum TabListVariant {
|
|
1774
|
+
SOLID = "solid",
|
|
1775
|
+
GHOST = "ghost",
|
|
1776
|
+
FLAT = "flat",
|
|
1777
|
+
LINE = "line"
|
|
1778
|
+
}
|
|
1779
|
+
declare enum TabListColor {
|
|
1780
|
+
PRIMARY = "primary",
|
|
1781
|
+
SECONDARY = "secondary",
|
|
1782
|
+
TERTIARY = "tertiary"
|
|
1783
|
+
}
|
|
1784
|
+
declare enum TabListDirection {
|
|
1785
|
+
HORIZONTAL = "horizontal",
|
|
1786
|
+
VERTICAL = "vertical"
|
|
1787
|
+
}
|
|
1788
|
+
type TabListProps = {
|
|
1789
|
+
openTab: string;
|
|
1790
|
+
variant?: `${TabListVariant}`;
|
|
1791
|
+
children?: React__default.ReactNode;
|
|
1792
|
+
size?: `${SizeVariants}`;
|
|
1793
|
+
color?: `${TabListColor}`;
|
|
1794
|
+
radius?: `${RadiusVariants}`;
|
|
1795
|
+
direction?: `${TabListDirection}`;
|
|
1796
|
+
className?: string;
|
|
1797
|
+
style?: React__default.CSSProperties;
|
|
1798
|
+
tabs?: Array<{
|
|
1799
|
+
id: string;
|
|
1800
|
+
label: React__default.ReactNode;
|
|
1801
|
+
}>;
|
|
1802
|
+
};
|
|
1803
|
+
|
|
1804
|
+
type TabsProps = {
|
|
1805
|
+
children: React__default.ReactNode;
|
|
1806
|
+
defaultOpenTab: string;
|
|
1807
|
+
onChange?: (id: string) => void;
|
|
1808
|
+
};
|
|
1809
|
+
declare const Tabs: {
|
|
1810
|
+
({ children, defaultOpenTab, onChange }: TabsProps): react_jsx_runtime.JSX.Element;
|
|
1811
|
+
Tab: ({ id, children, className, style, onClick, ref }: TabProps) => react_jsx_runtime.JSX.Element;
|
|
1812
|
+
TabPanel: ({ id, children }: TabPanelProps) => React__default.ReactNode;
|
|
1813
|
+
TabList: ({ children, ...props }: Omit<TabListProps, "openTab">) => react_jsx_runtime.JSX.Element;
|
|
1814
|
+
};
|
|
1815
|
+
type TabProps = {
|
|
1816
|
+
id: string;
|
|
1817
|
+
children: React__default.ReactNode;
|
|
1818
|
+
className?: string;
|
|
1819
|
+
style?: React__default.CSSProperties;
|
|
1820
|
+
onClick?: (e: React__default.MouseEvent<HTMLSpanElement>) => void;
|
|
1821
|
+
ref?: React__default.RefObject<HTMLSpanElement | null>;
|
|
1822
|
+
};
|
|
1823
|
+
type TabPanelProps = {
|
|
1824
|
+
id: string;
|
|
1825
|
+
children: React__default.ReactNode;
|
|
1826
|
+
};
|
|
1827
|
+
|
|
1828
|
+
declare enum TagRounded {
|
|
1829
|
+
NONE = "none",
|
|
1830
|
+
SMALL = "small",
|
|
1831
|
+
MEDIUM = "medium",
|
|
1832
|
+
LARGE = "large",
|
|
1833
|
+
FULL = "full"
|
|
1834
|
+
}
|
|
1835
|
+
interface TagProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
1836
|
+
children: React.ReactNode;
|
|
1837
|
+
selected?: boolean;
|
|
1838
|
+
rounded?: `${TagRounded}`;
|
|
1839
|
+
noWrap?: boolean;
|
|
1840
|
+
ref?: React.Ref<HTMLElement>;
|
|
1841
|
+
}
|
|
1842
|
+
declare const Tag: ({ children, rounded, selected, noWrap, ref }: TagProps) => react_jsx_runtime.JSX.Element;
|
|
1843
|
+
|
|
1844
|
+
type TooltipProps = {
|
|
1845
|
+
position?: `${PositionContainer.TOP}` | `${PositionContainer.LEFT}` | `${PositionContainer.RIGHT}` | `${PositionContainer.BOTTOM}`;
|
|
1846
|
+
offset?: number | `${number}`;
|
|
1847
|
+
disabled?: boolean;
|
|
1848
|
+
children: React__default.ReactElement<{
|
|
1849
|
+
ref: React__default.RefObject<HTMLElement | null>;
|
|
1850
|
+
}>;
|
|
1851
|
+
content: React__default.ReactNode;
|
|
1852
|
+
};
|
|
1853
|
+
declare const Tooltip: ({ position, children, content, offset, disabled, }: TooltipProps) => react_jsx_runtime.JSX.Element;
|
|
1854
|
+
|
|
1855
|
+
type ClickToCopyProps = {
|
|
1856
|
+
children?: React.ReactNode;
|
|
1857
|
+
position?: TooltipProps['position'];
|
|
1858
|
+
offset?: TooltipProps['offset'];
|
|
1859
|
+
value: string;
|
|
1860
|
+
tooltipText: string;
|
|
1861
|
+
tooltipCopiedText?: string;
|
|
1862
|
+
copiedTextTimeout?: number;
|
|
1863
|
+
};
|
|
1864
|
+
declare const ClickToCopy: ({ children, value, position, offset, tooltipText, tooltipCopiedText, copiedTextTimeout, }: ClickToCopyProps) => react_jsx_runtime.JSX.Element;
|
|
1865
|
+
|
|
1866
|
+
export { Accordion, AccordionItem, ActionModal, type ActionModalProps, AsideModal, Backdrop, type BackdropProps, Button, type ButtonProps, Checkbox, ClickToCopy, type ColumnData, ConfirmationModal, Cursor, DatePicker, Field, FieldOrientation, type FieldProps, FieldVariant, FlipCard, HoverCard, Image, InfinityScroll, Input, InputColor, type InputFieldProps, InputFile, InputNumber, InputPassword, Line, LineOrientation, LineStyle, Menu, type MenuOptionProps, Modal, ModalBackdrop, type ModalProps, type Order, Portal, type Primitive, Radio, Ripple, type RowDataObject, Select, SlideCard, Slider, SmartTable, Switch, Tabs, Tag, TagRounded, Textarea, Tooltip, type TooltipProps, Typography, type TypographyProps, useAccordionItem };
|