mosuk-ui 1.0.13 → 1.0.14
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/components/actions/button/component/component.d.ts +1 -1
- package/components/actions/button/component/component.js +1 -1
- package/components/actions/button/component/index.d.ts +2 -2
- package/components/actions/button/component/index.js +1 -1
- package/components/actions/button/skeleton/component.d.ts +1 -1
- package/components/actions/button/skeleton/component.interface.d.ts +1 -1
- package/components/actions/button/skeleton/component.js +2 -2
- package/components/actions/button/skeleton/index.d.ts +2 -2
- package/components/actions/button/skeleton/index.js +1 -1
- package/components/actions/checkbox/component/.partials/components/component.d.ts +1 -1
- package/components/actions/checkbox/component/.partials/components/component.interface.d.ts +1 -2
- package/components/actions/checkbox/component/.partials/components/component.js +1 -1
- package/components/actions/checkbox/component/.partials/components/indicator/component.d.ts +1 -1
- package/components/actions/checkbox/component/.partials/components/indicator/component.interface.d.ts +1 -2
- package/components/actions/checkbox/component/.partials/components/indicator/component.js +1 -1
- package/components/actions/checkbox/component/index.d.ts +4 -4
- package/components/actions/checkbox/component/index.js +2 -2
- package/components/actions/checkbox/skeleton/.partials/components/component.d.ts +1 -1
- package/components/actions/checkbox/skeleton/.partials/components/component.interface.d.ts +1 -1
- package/components/actions/checkbox/skeleton/.partials/components/component.js +2 -2
- package/components/actions/checkbox/skeleton/.partials/components/indicator/component.d.ts +1 -1
- package/components/actions/checkbox/skeleton/.partials/components/indicator/component.js +1 -1
- package/components/actions/checkbox/skeleton/index.d.ts +4 -4
- package/components/actions/checkbox/skeleton/index.js +2 -2
- package/components/actions/combobox/component/.partials/components/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/component.js +29 -0
- package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/chip-remove/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/chip-remove/component.interface.d.ts +2 -0
- package/components/actions/{input/(otp)/component → combobox/component/.partials/components/fieldset/chips/chip/chip-remove}/component.js +7 -9
- package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/fieldset/chips/chip/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/fieldset/chips/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/fieldset/chips/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/fieldset/chips/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/fieldset/chips/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/fieldset/clear/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/fieldset/clear/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/fieldset/clear/component.interface.js +1 -0
- package/components/actions/{input/(otp)/component/separator → combobox/component/.partials/components/fieldset/clear}/component.js +6 -5
- package/components/actions/combobox/component/.partials/components/fieldset/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/fieldset/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/fieldset/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/fieldset/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/fieldset/icon/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/fieldset/icon/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/fieldset/icon/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/fieldset/icon/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/fieldset/input/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/fieldset/input/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/fieldset/input/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/fieldset/input/component.js +33 -0
- package/components/actions/combobox/component/.partials/components/fieldset/trigger/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/fieldset/trigger/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/fieldset/trigger/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/fieldset/trigger/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/fieldset/value/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/fieldset/value/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/fieldset/value/component.interface.js +1 -0
- package/components/actions/{input/(otp)/skeleton → combobox/component/.partials/components/fieldset/value}/component.js +7 -5
- package/components/actions/combobox/component/.partials/components/portal/backdrop/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/backdrop/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/backdrop/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/backdrop/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/component.interface.js +1 -0
- package/components/actions/{input/(otp)/component/field → combobox/component/.partials/components/portal}/component.js +5 -5
- package/components/actions/combobox/component/.partials/components/portal/positioner/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component.js +29 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component.js +31 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component.d.ts +3 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component.interface.d.ts +2 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component.interface.js +1 -0
- package/components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component.js +31 -0
- package/components/actions/combobox/component/.partials/styles/component.module.css +13 -0
- package/components/actions/combobox/component/.partials/styles/fieldset/chips/chip/chip-remove/component.module.css +23 -0
- package/components/actions/combobox/component/.partials/styles/fieldset/chips/chip/component.module.css +24 -0
- package/components/actions/combobox/component/.partials/styles/fieldset/chips/component.module.css +14 -0
- package/components/actions/combobox/component/.partials/styles/fieldset/clear/component.module.css +36 -0
- package/components/actions/combobox/component/.partials/styles/fieldset/component.module.css +14 -0
- package/components/actions/combobox/component/.partials/styles/fieldset/icon/component.module.css +11 -0
- package/components/actions/combobox/component/.partials/styles/fieldset/input/component.module.css +5 -0
- package/components/actions/combobox/component/.partials/styles/fieldset/trigger/component.module.css +41 -0
- package/components/actions/combobox/component/.partials/styles/fieldset/value/component.module.css +17 -0
- package/components/actions/combobox/component/.partials/styles/portal/backdrop/component.module.css +10 -0
- package/components/actions/combobox/component/.partials/styles/portal/component.module.css +8 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/component.module.css +9 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/arrow/component.module.css +8 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/component.module.css +32 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/empty/component.module.css +10 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/collection/component.module.css +7 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/component.module.css +18 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/group/component.module.css +10 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/group/label/component.module.css +12 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/item/component.module.css +37 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/item/indicator/component.module.css +21 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/row/component.module.css +7 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/list/separator/component.module.css +9 -0
- package/components/actions/combobox/component/.partials/styles/portal/positioner/popup/status/component.module.css +10 -0
- package/components/actions/combobox/component/index.d.ts +166 -0
- package/components/actions/combobox/component/index.js +63 -0
- package/components/actions/combobox/skeleton/.partials/components/component.d.ts +3 -0
- package/components/actions/combobox/skeleton/.partials/components/component.interface.d.ts +2 -0
- package/components/actions/combobox/skeleton/.partials/components/component.interface.js +1 -0
- package/components/actions/combobox/skeleton/.partials/components/component.js +29 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/component.d.ts +3 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/component.interface.d.ts +2 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/component.interface.js +1 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/component.js +29 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/input/component.d.ts +3 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/input/component.interface.d.ts +2 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/input/component.interface.js +1 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/input/component.js +30 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.d.ts +3 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.interface.d.ts +2 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.interface.js +1 -0
- package/components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.js +30 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component.d.ts +3 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component.interface.d.ts +2 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component.interface.js +1 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component.js +29 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component.d.ts +3 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component.interface.d.ts +2 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component.interface.js +1 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component.js +29 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component.d.ts +3 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component.interface.d.ts +2 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component.interface.js +1 -0
- package/components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component.js +30 -0
- package/components/actions/combobox/skeleton/index.d.ts +54 -0
- package/components/actions/combobox/skeleton/index.js +22 -0
- package/components/actions/icon/component/component.d.ts +1 -1
- package/components/actions/icon/component/component.js +1 -1
- package/components/actions/icon/component/index.d.ts +2 -2
- package/components/actions/icon/component/index.js +1 -1
- package/components/actions/icon/skeleton/component.d.ts +1 -1
- package/components/actions/icon/skeleton/component.interface.d.ts +1 -1
- package/components/actions/icon/skeleton/component.js +2 -2
- package/components/actions/icon/skeleton/index.d.ts +2 -2
- package/components/actions/icon/skeleton/index.js +1 -1
- package/components/actions/input/(mask)/(date)/component/component.d.ts +1 -1
- package/components/actions/input/(mask)/(date)/component/component.interface.d.ts +1 -1
- package/components/actions/input/(mask)/(date)/component/component.js +3 -2
- package/components/actions/input/(mask)/(date)/component/index.d.ts +1 -1
- package/components/actions/input/(mask)/(date)/component/index.js +2 -4
- package/components/actions/input/(mask)/(date)/skeleton/index.d.ts +1 -1
- package/components/actions/input/(mask)/(date)/skeleton/index.js +2 -4
- package/components/actions/input/(mask)/(phone)/component/component.d.ts +1 -1
- package/components/actions/input/(mask)/(phone)/component/component.js +2 -2
- package/components/actions/input/(mask)/(phone)/component/index.d.ts +1 -1
- package/components/actions/input/(mask)/(phone)/component/index.js +1 -1
- package/components/actions/input/(mask)/(phone)/skeleton/index.d.ts +1 -1
- package/components/actions/input/(mask)/(phone)/skeleton/index.js +2 -4
- package/components/actions/input/(mask)/component/component.d.ts +1 -1
- package/components/actions/input/(mask)/component/component.js +1 -1
- package/components/actions/input/(mask)/component/index.d.ts +2 -2
- package/components/actions/input/(mask)/component/index.js +1 -1
- package/components/actions/input/(mask)/skeleton/index.d.ts +2 -2
- package/components/actions/input/(mask)/skeleton/index.js +1 -1
- package/components/actions/input/(search)/component/component.d.ts +1 -1
- package/components/actions/input/(search)/component/component.interface.d.ts +1 -1
- package/components/actions/input/(search)/component/component.js +1 -1
- package/components/actions/input/(search)/component/index.d.ts +2 -2
- package/components/actions/input/(search)/component/index.js +1 -1
- package/components/actions/input/(search)/skeleton/index.d.ts +2 -2
- package/components/actions/input/(search)/skeleton/index.js +1 -1
- package/components/actions/input/component/component.d.ts +1 -1
- package/components/actions/input/component/component.js +1 -1
- package/components/actions/input/component/index.d.ts +2 -2
- package/components/actions/input/component/index.js +1 -1
- package/components/actions/input/skeleton/component.d.ts +1 -1
- package/components/actions/input/skeleton/component.js +2 -2
- package/components/actions/input/skeleton/index.d.ts +2 -2
- package/components/actions/input/skeleton/index.js +1 -1
- package/components/actions/otp/component/.partials/components/component.d.ts +1 -1
- package/components/actions/otp/component/.partials/components/component.js +1 -1
- package/components/actions/otp/component/.partials/components/input/component.d.ts +1 -1
- package/components/actions/otp/component/.partials/components/input/component.js +1 -1
- package/components/actions/otp/component/index.d.ts +4 -4
- package/components/actions/otp/component/index.js +2 -2
- package/components/actions/otp/skeleton/.partials/components/component.d.ts +1 -1
- package/components/actions/otp/skeleton/.partials/components/component.js +1 -1
- package/components/actions/otp/skeleton/.partials/components/input/component.d.ts +1 -1
- package/components/actions/otp/skeleton/.partials/components/input/component.interface.d.ts +1 -1
- package/components/actions/otp/skeleton/.partials/components/input/component.js +2 -2
- package/components/actions/otp/skeleton/index.d.ts +4 -4
- package/components/actions/otp/skeleton/index.js +2 -2
- package/components/actions/select/component/component.d.ts +1 -1
- package/components/actions/select/component/component.js +1 -1
- package/components/actions/select/component/index.d.ts +4 -4
- package/components/actions/select/component/index.js +2 -2
- package/components/actions/select/component/option/component.d.ts +1 -1
- package/components/actions/select/component/option/component.js +1 -1
- package/components/actions/select/skeleton/component.d.ts +1 -1
- package/components/actions/select/skeleton/component.js +2 -2
- package/components/actions/select/skeleton/index.d.ts +2 -2
- package/components/actions/select/skeleton/index.js +1 -1
- package/components/actions/switch/component/component.d.ts +1 -1
- package/components/actions/switch/component/component.js +2 -2
- package/components/actions/switch/component/index.d.ts +2 -2
- package/components/actions/switch/component/index.js +1 -1
- package/components/actions/switch/skeleton/component.d.ts +1 -1
- package/components/actions/switch/skeleton/component.interface.d.ts +1 -1
- package/components/actions/switch/skeleton/component.js +2 -2
- package/components/actions/switch/skeleton/index.d.ts +2 -2
- package/components/actions/switch/skeleton/index.js +1 -1
- package/components/actions/textarea/(autosize)/component/component.d.ts +1 -1
- package/components/actions/textarea/(autosize)/component/component.js +2 -2
- package/components/actions/textarea/(autosize)/component/index.d.ts +2 -2
- package/components/actions/textarea/(autosize)/component/index.js +1 -1
- package/components/actions/textarea/component/component.d.ts +1 -1
- package/components/actions/textarea/component/component.js +1 -1
- package/components/actions/textarea/component/index.d.ts +2 -2
- package/components/actions/textarea/component/index.js +1 -1
- package/components/actions/textarea/skeleton/component.d.ts +1 -1
- package/components/actions/textarea/skeleton/component.js +2 -2
- package/components/actions/textarea/skeleton/index.d.ts +2 -2
- package/components/actions/textarea/skeleton/index.js +1 -1
- package/components/actions/toggle/component/.partials/components/button/component.d.ts +1 -1
- package/components/actions/toggle/component/.partials/components/button/component.js +3 -3
- package/components/actions/toggle/component/.partials/components/component.d.ts +1 -1
- package/components/actions/toggle/component/.partials/components/component.js +3 -3
- package/components/actions/toggle/component/.partials/components/component.props.d.ts +1 -1
- package/components/actions/toggle/component/.partials/components/indicator/component.d.ts +1 -1
- package/components/actions/toggle/component/.partials/components/indicator/component.js +2 -2
- package/components/actions/toggle/component/.partials/hooks/hook.js +1 -1
- package/components/actions/toggle/component/.partials/providers/context/context.d.ts +1 -1
- package/components/actions/toggle/component/.partials/providers/provider.d.ts +1 -1
- package/components/actions/toggle/component/.partials/providers/provider.interface.d.ts +1 -1
- package/components/actions/toggle/component/.partials/providers/provider.js +2 -2
- package/components/actions/toggle/component/.partials/utilities/scroll-toggle-option-into-view.d.ts +1 -1
- package/components/actions/toggle/component/index.d.ts +6 -6
- package/components/actions/toggle/component/index.js +3 -3
- package/components/actions/toggle/skeleton/.partials/components/button/component.d.ts +1 -1
- package/components/actions/toggle/skeleton/.partials/components/button/component.js +2 -2
- package/components/actions/toggle/skeleton/.partials/components/component.d.ts +1 -1
- package/components/actions/toggle/skeleton/.partials/components/component.js +1 -1
- package/components/actions/toggle/skeleton/index.d.ts +4 -4
- package/components/actions/toggle/skeleton/index.js +2 -2
- package/components/actions/upload/component/component.d.ts +1 -1
- package/components/actions/upload/component/component.js +2 -2
- package/components/actions/upload/component/components/input/component.d.ts +1 -1
- package/components/actions/upload/component/components/input/component.js +5 -4
- package/components/actions/upload/component/components/label/component.d.ts +1 -1
- package/components/actions/upload/component/components/label/component.js +2 -2
- package/components/actions/upload/component/hooks/hook.d.ts +1 -1
- package/components/actions/upload/component/hooks/hook.interface.d.ts +1 -1
- package/components/actions/upload/component/hooks/hook.js +1 -1
- package/components/actions/upload/component/index.d.ts +6 -6
- package/components/actions/upload/component/index.js +3 -3
- package/components/actions/upload/component/providers/context/context.d.ts +1 -1
- package/components/actions/upload/component/providers/provider.d.ts +1 -1
- package/components/actions/upload/component/providers/provider.js +1 -1
- package/components/collections/accordion/component/component.d.ts +1 -1
- package/components/collections/accordion/component/component.js +1 -1
- package/components/collections/accordion/component/index.d.ts +10 -10
- package/components/collections/accordion/component/index.js +5 -5
- package/components/collections/accordion/component/item/component.d.ts +1 -1
- package/components/collections/accordion/component/item/component.js +1 -1
- package/components/collections/accordion/component/item/content/component.d.ts +1 -1
- package/components/collections/accordion/component/item/content/component.js +1 -1
- package/components/collections/accordion/component/item/header/component.d.ts +1 -1
- package/components/collections/accordion/component/item/header/component.js +1 -1
- package/components/collections/accordion/component/item/header/trigger/component.d.ts +1 -1
- package/components/collections/accordion/component/item/header/trigger/component.js +1 -1
- package/components/collections/accordion/skeleton/component.d.ts +1 -1
- package/components/collections/accordion/skeleton/component.interface.d.ts +1 -1
- package/components/collections/accordion/skeleton/component.js +3 -3
- package/components/collections/accordion/skeleton/index.d.ts +2 -2
- package/components/collections/accordion/skeleton/index.js +1 -1
- package/components/collections/breadcrumbs/component/.partials/components/button/component.d.ts +1 -1
- package/components/collections/breadcrumbs/component/.partials/components/button/component.interface.d.ts +1 -1
- package/components/collections/breadcrumbs/component/.partials/components/button/component.js +2 -2
- package/components/collections/breadcrumbs/component/.partials/components/component.js +5 -5
- package/components/collections/breadcrumbs/component/.partials/components/icon/component.d.ts +1 -1
- package/components/collections/breadcrumbs/component/.partials/components/icon/component.interface.d.ts +1 -1
- package/components/collections/breadcrumbs/component/.partials/components/icon/component.js +2 -2
- package/components/collections/breadcrumbs/component/index.d.ts +6 -6
- package/components/collections/breadcrumbs/component/index.js +3 -3
- package/components/collections/breadcrumbs/skeleton/.partials/components/button/component.d.ts +1 -1
- package/components/collections/breadcrumbs/skeleton/.partials/components/button/component.interface.d.ts +1 -1
- package/components/collections/breadcrumbs/skeleton/.partials/components/button/component.js +2 -2
- package/components/collections/breadcrumbs/skeleton/.partials/components/component.d.ts +1 -1
- package/components/collections/breadcrumbs/skeleton/.partials/components/component.js +3 -3
- package/components/collections/breadcrumbs/skeleton/.partials/components/icon/component.d.ts +1 -1
- package/components/collections/breadcrumbs/skeleton/.partials/components/icon/component.interface.d.ts +1 -1
- package/components/collections/breadcrumbs/skeleton/.partials/components/icon/component.js +2 -2
- package/components/collections/breadcrumbs/skeleton/index.d.ts +6 -6
- package/components/collections/breadcrumbs/skeleton/index.js +3 -3
- package/components/collections/tabs/horizontal/component/component.d.ts +1 -1
- package/components/collections/tabs/horizontal/component/component.js +1 -1
- package/components/collections/tabs/horizontal/component/content/component.d.ts +1 -1
- package/components/collections/tabs/horizontal/component/content/component.js +1 -1
- package/components/collections/tabs/horizontal/component/head/component.d.ts +1 -1
- package/components/collections/tabs/horizontal/component/head/component.js +19 -8
- package/components/collections/tabs/horizontal/component/head/indicator/component.d.ts +1 -1
- package/components/collections/tabs/horizontal/component/head/indicator/component.js +1 -1
- package/components/collections/tabs/horizontal/component/head/tab/component.d.ts +1 -1
- package/components/collections/tabs/horizontal/component/head/tab/component.js +1 -1
- package/components/collections/tabs/horizontal/component/index.d.ts +9 -9
- package/components/collections/tabs/horizontal/component/index.js +5 -5
- package/components/collections/tabs/horizontal/skeleton/component.d.ts +1 -1
- package/components/collections/tabs/horizontal/skeleton/component.js +1 -1
- package/components/collections/tabs/horizontal/skeleton/content/component.d.ts +1 -1
- package/components/collections/tabs/horizontal/skeleton/content/component.js +1 -1
- package/components/collections/tabs/horizontal/skeleton/head/component.d.ts +1 -1
- package/components/collections/tabs/horizontal/skeleton/head/component.js +1 -1
- package/components/collections/tabs/horizontal/skeleton/head/tab/component.d.ts +1 -1
- package/components/collections/tabs/horizontal/skeleton/head/tab/component.js +1 -1
- package/components/collections/tabs/horizontal/skeleton/index.d.ts +8 -8
- package/components/collections/tabs/horizontal/skeleton/index.js +4 -4
- package/components/collections/tabs/vertical/component/component.d.ts +1 -1
- package/components/collections/tabs/vertical/component/component.js +1 -1
- package/components/collections/tabs/vertical/component/content/component.d.ts +1 -1
- package/components/collections/tabs/vertical/component/content/component.js +1 -1
- package/components/collections/tabs/vertical/component/head/component.d.ts +1 -1
- package/components/collections/tabs/vertical/component/head/component.js +19 -8
- package/components/collections/tabs/vertical/component/head/indicator/component.d.ts +1 -1
- package/components/collections/tabs/vertical/component/head/indicator/component.js +1 -1
- package/components/collections/tabs/vertical/component/head/tab/component.d.ts +1 -1
- package/components/collections/tabs/vertical/component/head/tab/component.js +1 -1
- package/components/collections/tabs/vertical/component/index.d.ts +9 -9
- package/components/collections/tabs/vertical/component/index.js +5 -5
- package/components/collections/tabs/vertical/skeleton/component.d.ts +1 -1
- package/components/collections/tabs/vertical/skeleton/component.js +1 -1
- package/components/collections/tabs/vertical/skeleton/content/component.d.ts +1 -1
- package/components/collections/tabs/vertical/skeleton/content/component.js +1 -1
- package/components/collections/tabs/vertical/skeleton/head/component.d.ts +1 -1
- package/components/collections/tabs/vertical/skeleton/head/component.js +1 -1
- package/components/collections/tabs/vertical/skeleton/head/tab/component.d.ts +1 -1
- package/components/collections/tabs/vertical/skeleton/head/tab/component.js +1 -1
- package/components/collections/tabs/vertical/skeleton/index.d.ts +8 -8
- package/components/collections/tabs/vertical/skeleton/index.js +4 -4
- package/components/containers/div/component/component.d.ts +1 -1
- package/components/containers/div/component/index.d.ts +2 -2
- package/components/containers/div/component/index.js +1 -1
- package/components/containers/grid/component/component.d.ts +1 -1
- package/components/containers/grid/component/component.js +1 -1
- package/components/containers/grid/component/index.d.ts +1 -1
- package/components/containers/grid/component/index.js +1 -1
- package/components/containers/section/component/component.d.ts +1 -1
- package/components/containers/section/component/component.js +1 -1
- package/components/containers/section/component/index.d.ts +1 -1
- package/components/containers/section/component/index.js +1 -1
- package/components/display/card/(flip)/component/back/component.d.ts +1 -1
- package/components/display/card/(flip)/component/back/component.js +1 -1
- package/components/display/card/(flip)/component/component.d.ts +1 -1
- package/components/display/card/(flip)/component/component.interface.d.ts +1 -1
- package/components/display/card/(flip)/component/component.js +2 -2
- package/components/display/card/(flip)/component/front/component.d.ts +1 -1
- package/components/display/card/(flip)/component/front/component.js +1 -1
- package/components/display/card/(flip)/component/index.d.ts +6 -6
- package/components/display/card/(flip)/component/index.js +3 -3
- package/components/display/card/component/component.d.ts +1 -1
- package/components/display/card/component/component.js +1 -1
- package/components/display/card/component/index.d.ts +2 -2
- package/components/display/card/component/index.js +1 -1
- package/components/display/dl/component/component.d.ts +1 -1
- package/components/display/dl/component/component.js +1 -1
- package/components/display/dl/component/index.d.ts +2 -2
- package/components/display/dl/component/index.js +1 -1
- package/components/display/dl/skeleton/component.d.ts +1 -1
- package/components/display/dl/skeleton/component.interface.d.ts +1 -1
- package/components/display/dl/skeleton/component.js +2 -2
- package/components/display/dl/skeleton/index.d.ts +2 -2
- package/components/display/dl/skeleton/index.js +1 -1
- package/components/display/empty/component/buttons/component.d.ts +1 -1
- package/components/display/empty/component/buttons/component.js +1 -1
- package/components/display/empty/component/component.d.ts +1 -1
- package/components/display/empty/component/component.js +1 -1
- package/components/display/empty/component/content/component.d.ts +1 -1
- package/components/display/empty/component/content/component.js +1 -1
- package/components/display/empty/component/content/description/component.d.ts +1 -1
- package/components/display/empty/component/content/description/component.js +1 -1
- package/components/display/empty/component/content/title/component.d.ts +1 -1
- package/components/display/empty/component/content/title/component.js +1 -1
- package/components/display/empty/component/icon/component.d.ts +1 -1
- package/components/display/empty/component/icon/component.js +1 -1
- package/components/display/empty/component/index.d.ts +12 -12
- package/components/display/empty/component/index.js +6 -6
- package/components/display/file/(files)/component/component.d.ts +1 -1
- package/components/display/file/(files)/component/component.js +2 -2
- package/components/display/file/(files)/component/file/component.d.ts +1 -1
- package/components/display/file/(files)/component/file/component.interface.d.ts +1 -1
- package/components/display/file/(files)/component/file/component.js +1 -1
- package/components/display/file/(files)/component/index.d.ts +4 -4
- package/components/display/file/(files)/component/index.js +2 -2
- package/components/display/file/(files)/skeleton/component.d.ts +1 -1
- package/components/display/file/(files)/skeleton/component.js +2 -2
- package/components/display/file/(files)/skeleton/index.d.ts +2 -2
- package/components/display/file/(files)/skeleton/index.js +1 -1
- package/components/display/file/component/actions/action/component.d.ts +1 -1
- package/components/display/file/component/actions/action/component.js +2 -2
- package/components/display/file/component/actions/component.d.ts +1 -1
- package/components/display/file/component/actions/component.js +2 -2
- package/components/display/file/component/component.d.ts +1 -1
- package/components/display/file/component/component.js +1 -1
- package/components/display/file/component/file/component.d.ts +1 -1
- package/components/display/file/component/file/component.js +5 -4
- package/components/display/file/component/index.d.ts +10 -10
- package/components/display/file/component/index.js +5 -5
- package/components/display/file/component/input/component.d.ts +1 -1
- package/components/display/file/component/input/component.js +2 -2
- package/components/display/file/skeleton/component.d.ts +1 -1
- package/components/display/file/skeleton/component.js +1 -1
- package/components/display/file/skeleton/index.d.ts +2 -2
- package/components/display/file/skeleton/index.js +1 -1
- package/components/display/image/component/components/component.d.ts +1 -1
- package/components/display/image/component/components/component.js +2 -2
- package/components/display/image/component/index.d.ts +2 -2
- package/components/display/image/component/index.js +1 -1
- package/components/display/image/skeleton/components/component.d.ts +1 -1
- package/components/display/image/skeleton/components/component.js +2 -2
- package/components/display/image/skeleton/index.d.ts +2 -2
- package/components/display/image/skeleton/index.js +1 -1
- package/components/display/skeleton/component/component.d.ts +1 -1
- package/components/display/skeleton/component/component.js +1 -1
- package/components/display/skeleton/component/index.d.ts +2 -2
- package/components/display/skeleton/component/index.js +1 -1
- package/components/display/video/component/component.d.ts +1 -1
- package/components/display/video/component/component.js +1 -1
- package/components/display/video/component/index.d.ts +2 -2
- package/components/display/video/component/index.js +1 -1
- package/components/display/video/skeleton/component.d.ts +1 -1
- package/components/display/video/skeleton/component.js +1 -1
- package/components/display/video/skeleton/index.d.ts +2 -2
- package/components/display/video/skeleton/index.js +1 -1
- package/components/forms/fieldset/component/component.d.ts +1 -1
- package/components/forms/fieldset/component/component.interface.d.ts +1 -1
- package/components/forms/fieldset/component/component.js +2 -2
- package/components/forms/fieldset/component/components/field/component.d.ts +1 -1
- package/components/forms/fieldset/component/components/field/component.js +1 -1
- package/components/forms/fieldset/component/components/field/input/component.d.ts +1 -1
- package/components/forms/fieldset/component/components/field/input/component.js +3 -3
- package/components/forms/fieldset/component/components/field/label/component.d.ts +1 -1
- package/components/forms/fieldset/component/components/field/label/component.js +2 -2
- package/components/forms/fieldset/component/components/hint/component.d.ts +1 -1
- package/components/forms/fieldset/component/components/hint/component.enums.d.ts +1 -1
- package/components/forms/fieldset/component/components/hint/component.enums.js +1 -1
- package/components/forms/fieldset/component/components/hint/component.interface.d.ts +1 -1
- package/components/forms/fieldset/component/components/hint/component.js +3 -3
- package/components/forms/fieldset/component/hooks/hook.d.ts +1 -1
- package/components/forms/fieldset/component/hooks/hook.interface.d.ts +1 -1
- package/components/forms/fieldset/component/hooks/hook.js +1 -1
- package/components/forms/fieldset/component/index.d.ts +11 -11
- package/components/forms/fieldset/component/index.js +6 -6
- package/components/forms/fieldset/component/providers/context/context.d.ts +1 -1
- package/components/forms/fieldset/component/providers/provider.d.ts +1 -1
- package/components/forms/fieldset/component/providers/provider.js +1 -1
- package/components/integrations/tbank/terminal/component/component.d.ts +1 -1
- package/components/integrations/tbank/terminal/component/component.js +4 -4
- package/components/integrations/tbank/terminal/component/index.d.ts +2 -2
- package/components/integrations/tbank/terminal/component/index.js +1 -1
- package/components/integrations/tbank/terminal/skeleton/component.d.ts +1 -1
- package/components/integrations/tbank/terminal/skeleton/component.js +7 -7
- package/components/integrations/tbank/terminal/skeleton/index.d.ts +2 -2
- package/components/integrations/tbank/terminal/skeleton/index.js +1 -1
- package/components/integrations/yandex/maps/component/component.d.ts +1 -1
- package/components/integrations/yandex/maps/component/component.js +3 -3
- package/components/integrations/yandex/maps/component/controls/zoom/component.d.ts +1 -1
- package/components/integrations/yandex/maps/component/controls/zoom/component.js +6 -5
- package/components/integrations/yandex/maps/component/controls/zoom/minus/component.d.ts +1 -1
- package/components/integrations/yandex/maps/component/controls/zoom/minus/component.js +4 -3
- package/components/integrations/yandex/maps/component/controls/zoom/plus/component.d.ts +1 -1
- package/components/integrations/yandex/maps/component/controls/zoom/plus/component.js +4 -3
- package/components/integrations/yandex/maps/component/default/features/layer/component.d.ts +1 -1
- package/components/integrations/yandex/maps/component/default/features/layer/component.js +3 -2
- package/components/integrations/yandex/maps/component/default/scheme/layer/component.d.ts +1 -1
- package/components/integrations/yandex/maps/component/default/scheme/layer/component.js +3 -2
- package/components/integrations/yandex/maps/component/feature/component.d.ts +1 -1
- package/components/integrations/yandex/maps/component/feature/component.js +3 -2
- package/components/integrations/yandex/maps/component/index.d.ts +15 -15
- package/components/integrations/yandex/maps/component/index.js +7 -7
- package/components/integrations/yandex/maps/component/marker/component.d.ts +1 -1
- package/components/integrations/yandex/maps/component/marker/component.js +3 -2
- package/components/integrations/yandex/maps/component/zoom/context.d.ts +1 -1
- package/components/integrations/yandex/maps/skeleton/component.d.ts +1 -1
- package/components/integrations/yandex/maps/skeleton/component.js +2 -2
- package/components/integrations/yandex/maps/skeleton/default/scheme/layer/component.d.ts +1 -1
- package/components/integrations/yandex/maps/skeleton/default/scheme/layer/component.js +6 -6
- package/components/integrations/yandex/maps/skeleton/index.d.ts +4 -4
- package/components/integrations/yandex/maps/skeleton/index.js +2 -2
- package/components/layouts/header/component/.partials/components/component.d.ts +1 -1
- package/components/layouts/header/component/.partials/components/component.js +1 -1
- package/components/layouts/header/component/index.d.ts +2 -2
- package/components/layouts/header/component/index.js +1 -1
- package/components/layouts/sidebar/component/card/button/component.d.ts +1 -1
- package/components/layouts/sidebar/component/card/button/component.interface.d.ts +1 -1
- package/components/layouts/sidebar/component/card/button/component.js +2 -2
- package/components/layouts/sidebar/component/card/component.d.ts +1 -1
- package/components/layouts/sidebar/component/card/component.interface.d.ts +1 -1
- package/components/layouts/sidebar/component/card/component.js +2 -2
- package/components/layouts/sidebar/component/component.d.ts +1 -1
- package/components/layouts/sidebar/component/component.js +1 -1
- package/components/layouts/sidebar/component/index.d.ts +6 -6
- package/components/layouts/sidebar/component/index.js +3 -3
- package/components/layouts/tabbar/component/.partials/components/component.d.ts +1 -1
- package/components/layouts/tabbar/component/.partials/components/component.js +1 -1
- package/components/layouts/tabbar/component/index.d.ts +2 -2
- package/components/layouts/tabbar/component/index.js +1 -1
- package/components/overlays/alert/component/close/component.d.ts +1 -1
- package/components/overlays/alert/component/close/component.js +1 -1
- package/components/overlays/alert/component/component.d.ts +1 -1
- package/components/overlays/alert/component/index.d.ts +4 -4
- package/components/overlays/alert/component/index.js +3 -3
- package/components/overlays/dialog/component/close/component.d.ts +1 -1
- package/components/overlays/dialog/component/component.d.ts +1 -1
- package/components/overlays/dialog/component/index.d.ts +16 -16
- package/components/overlays/dialog/component/index.js +8 -8
- package/components/overlays/dialog/component/open/component.d.ts +1 -1
- package/components/overlays/dialog/component/portal/component.d.ts +1 -1
- package/components/overlays/dialog/component/portal/component.js +1 -1
- package/components/overlays/dialog/component/portal/viewport/backdrop/component.d.ts +1 -1
- package/components/overlays/dialog/component/portal/viewport/backdrop/component.js +1 -1
- package/components/overlays/dialog/component/portal/viewport/component.d.ts +1 -1
- package/components/overlays/dialog/component/portal/viewport/component.js +1 -1
- package/components/overlays/dialog/component/portal/viewport/popup/component.d.ts +1 -1
- package/components/overlays/dialog/component/portal/viewport/popup/component.js +1 -1
- package/components/overlays/dialog/component/portal/viewport/popup/content/component.d.ts +1 -1
- package/components/overlays/dialog/component/portal/viewport/popup/content/component.js +1 -1
- package/components/overlays/drawer/component/close/component.d.ts +1 -1
- package/components/overlays/drawer/component/component.d.ts +1 -1
- package/components/overlays/drawer/component/index.d.ts +18 -18
- package/components/overlays/drawer/component/index.js +9 -9
- package/components/overlays/drawer/component/open/component.d.ts +1 -1
- package/components/overlays/drawer/component/portal/component.d.ts +1 -1
- package/components/overlays/drawer/component/portal/viewport/backdrop/component.d.ts +1 -1
- package/components/overlays/drawer/component/portal/viewport/backdrop/component.js +1 -1
- package/components/overlays/drawer/component/portal/viewport/component.d.ts +1 -1
- package/components/overlays/drawer/component/portal/viewport/component.js +1 -1
- package/components/overlays/drawer/component/portal/viewport/popup/component.d.ts +1 -1
- package/components/overlays/drawer/component/portal/viewport/popup/component.js +1 -1
- package/components/overlays/drawer/component/portal/viewport/popup/content/component.d.ts +1 -1
- package/components/overlays/drawer/component/portal/viewport/popup/content/component.js +1 -1
- package/components/overlays/drawer/component/portal/viewport/popup/handle/component.d.ts +1 -1
- package/components/overlays/drawer/component/portal/viewport/popup/handle/component.js +1 -1
- package/components/overlays/dropdown/component/component.d.ts +1 -1
- package/components/overlays/dropdown/component/component.js +1 -1
- package/components/overlays/dropdown/component/index.d.ts +2 -2
- package/components/overlays/dropdown/component/index.js +1 -1
- package/components/overlays/observer/component/component.d.ts +1 -1
- package/components/overlays/observer/component/component.js +1 -1
- package/components/overlays/observer/component/index.d.ts +2 -2
- package/components/overlays/observer/component/index.js +1 -1
- package/components/texts/a/component/component.d.ts +1 -1
- package/components/texts/a/component/component.js +1 -1
- package/components/texts/a/component/index.d.ts +2 -2
- package/components/texts/a/component/index.js +1 -1
- package/components/texts/a/skeleton/component.d.ts +1 -1
- package/components/texts/a/skeleton/component.js +2 -2
- package/components/texts/a/skeleton/index.d.ts +2 -2
- package/components/texts/a/skeleton/index.js +1 -1
- package/components/texts/counter/component/component.d.ts +1 -1
- package/components/texts/counter/component/component.js +15 -8
- package/components/texts/counter/component/index.d.ts +1 -1
- package/components/texts/counter/component/index.js +1 -1
- package/components/texts/data/component/component.d.ts +1 -1
- package/components/texts/data/component/component.js +1 -1
- package/components/texts/data/component/index.d.ts +2 -2
- package/components/texts/data/component/index.js +1 -1
- package/components/texts/data/skeleton/component.d.ts +1 -1
- package/components/texts/data/skeleton/component.js +2 -2
- package/components/texts/data/skeleton/index.d.ts +2 -2
- package/components/texts/data/skeleton/index.js +1 -1
- package/components/texts/h1/component/component.d.ts +1 -1
- package/components/texts/h1/component/component.js +1 -1
- package/components/texts/h1/component/index.d.ts +2 -2
- package/components/texts/h1/component/index.js +1 -1
- package/components/texts/h1/skeleton/component.d.ts +1 -1
- package/components/texts/h1/skeleton/component.js +2 -2
- package/components/texts/h1/skeleton/index.d.ts +2 -2
- package/components/texts/h1/skeleton/index.js +1 -1
- package/components/texts/h2/component/component.d.ts +1 -1
- package/components/texts/h2/component/component.js +1 -1
- package/components/texts/h2/component/index.d.ts +2 -2
- package/components/texts/h2/component/index.js +1 -1
- package/components/texts/h2/skeleton/component.d.ts +1 -1
- package/components/texts/h2/skeleton/component.js +2 -2
- package/components/texts/h2/skeleton/index.d.ts +2 -2
- package/components/texts/h2/skeleton/index.js +1 -1
- package/components/texts/h3/component/component.d.ts +1 -1
- package/components/texts/h3/component/component.js +1 -1
- package/components/texts/h3/component/index.d.ts +2 -2
- package/components/texts/h3/component/index.js +1 -1
- package/components/texts/h3/skeleton/component.d.ts +1 -1
- package/components/texts/h3/skeleton/component.js +2 -2
- package/components/texts/h3/skeleton/index.d.ts +2 -2
- package/components/texts/h3/skeleton/index.js +1 -1
- package/components/texts/h4/component/component.d.ts +1 -1
- package/components/texts/h4/component/component.js +1 -1
- package/components/texts/h4/component/index.d.ts +2 -2
- package/components/texts/h4/component/index.js +1 -1
- package/components/texts/h4/skeleton/component.d.ts +1 -1
- package/components/texts/h4/skeleton/component.js +2 -2
- package/components/texts/h4/skeleton/index.d.ts +2 -2
- package/components/texts/h4/skeleton/index.js +1 -1
- package/components/texts/h5/component/component.d.ts +1 -1
- package/components/texts/h5/component/component.js +1 -1
- package/components/texts/h5/component/index.d.ts +2 -2
- package/components/texts/h5/component/index.js +1 -1
- package/components/texts/h5/skeleton/component.d.ts +1 -1
- package/components/texts/h5/skeleton/component.js +2 -2
- package/components/texts/h5/skeleton/index.d.ts +2 -2
- package/components/texts/h5/skeleton/index.js +1 -1
- package/components/texts/h6/component/component.d.ts +1 -1
- package/components/texts/h6/component/component.js +1 -1
- package/components/texts/h6/component/index.d.ts +2 -2
- package/components/texts/h6/component/index.js +1 -1
- package/components/texts/h6/skeleton/component.d.ts +1 -1
- package/components/texts/h6/skeleton/component.js +2 -2
- package/components/texts/h6/skeleton/index.d.ts +2 -2
- package/components/texts/h6/skeleton/index.js +1 -1
- package/components/texts/hint/component/component.constants.js +1 -1
- package/components/texts/hint/component/component.d.ts +1 -1
- package/components/texts/hint/component/component.interface.d.ts +1 -1
- package/components/texts/hint/component/component.js +3 -3
- package/components/texts/hint/component/index.d.ts +3 -3
- package/components/texts/hint/component/index.js +3 -3
- package/components/texts/hint/skeleton/component.d.ts +1 -1
- package/components/texts/hint/skeleton/component.js +2 -2
- package/components/texts/hint/skeleton/index.d.ts +2 -2
- package/components/texts/hint/skeleton/index.js +1 -1
- package/components/texts/p/component/component.d.ts +1 -1
- package/components/texts/p/component/component.js +1 -1
- package/components/texts/p/component/index.d.ts +2 -2
- package/components/texts/p/component/index.js +1 -1
- package/components/texts/p/skeleton/component.d.ts +1 -1
- package/components/texts/p/skeleton/component.js +2 -2
- package/components/texts/p/skeleton/index.d.ts +2 -2
- package/components/texts/p/skeleton/index.js +1 -1
- package/components/texts/text/component/component.d.ts +1 -1
- package/components/texts/text/component/component.js +6 -3
- package/components/texts/text/component/index.d.ts +1 -1
- package/components/texts/text/component/index.js +1 -1
- package/components/texts/text/skeleton/component.d.ts +1 -1
- package/components/texts/text/skeleton/component.js +2 -2
- package/components/texts/text/skeleton/index.d.ts +1 -1
- package/components/texts/text/skeleton/index.js +1 -1
- package/hooks/alerts/hook.d.ts +1 -1
- package/hooks/alerts/hook.js +1 -1
- package/hooks/alerts/index.d.ts +2 -2
- package/hooks/alerts/index.js +1 -1
- package/hooks/storage/cookie/hook.d.ts +1 -1
- package/hooks/storage/cookie/hook.js +1 -1
- package/hooks/storage/cookie/index.d.ts +2 -2
- package/hooks/storage/cookie/index.js +1 -1
- package/hooks/storage/local/hook.d.ts +1 -1
- package/hooks/storage/local/hook.js +1 -1
- package/hooks/storage/local/index.d.ts +2 -2
- package/hooks/storage/local/index.js +1 -1
- package/index.css +2 -3
- package/package.json +11 -11
- package/providers/alerts/context/context.d.ts +1 -1
- package/providers/alerts/index.d.ts +1 -1
- package/providers/alerts/index.js +1 -1
- package/providers/alerts/list/component.js +4 -4
- package/providers/alerts/provider.d.ts +1 -1
- package/providers/alerts/provider.js +4 -4
- package/providers/tbank/context/context.d.ts +1 -1
- package/providers/tbank/index.d.ts +1 -1
- package/providers/tbank/index.js +1 -1
- package/providers/tbank/provider.d.ts +1 -1
- package/providers/tbank/provider.js +4 -3
- package/providers/yandex/maps/context/context.d.ts +1 -1
- package/providers/yandex/maps/index.d.ts +1 -1
- package/providers/yandex/maps/index.js +1 -1
- package/providers/yandex/maps/provider.d.ts +1 -1
- package/providers/yandex/maps/provider.js +5 -3
- package/providers/yandex/metrika/context/context.d.ts +1 -1
- package/providers/yandex/metrika/index.d.ts +1 -1
- package/providers/yandex/metrika/index.js +1 -1
- package/providers/yandex/metrika/provider.d.ts +1 -1
- package/providers/yandex/metrika/provider.js +5 -3
- package/services/alerts/index.d.ts +3 -3
- package/services/alerts/index.js +2 -2
- package/services/alerts/service.interface.d.ts +1 -1
- package/services/alerts/service.js +2 -2
- package/services/storage/cookie/index.d.ts +2 -2
- package/services/storage/cookie/index.js +1 -1
- package/services/storage/cookie/service.d.ts +1 -1
- package/services/storage/cookie/service.js +10 -5
- package/services/storage/local/index.d.ts +2 -2
- package/services/storage/local/index.js +1 -1
- package/services/storage/local/service.d.ts +1 -1
- package/services/storage/local/service.js +10 -5
- package/styles/components/actions/combobox/style.css +1 -0
- package/styles/components/style.css +1 -0
- package/utilities/date/date/util.js +4 -2
- package/utilities/date/full/util.js +4 -2
- package/utilities/date/index.d.ts +3 -3
- package/utilities/date/index.js +3 -3
- package/utilities/date/time/util.js +4 -2
- package/utilities/email/format/util.js +4 -2
- package/utilities/email/index.d.ts +1 -1
- package/utilities/email/index.js +1 -1
- package/utilities/phone/format/util.js +2 -1
- package/utilities/phone/index.d.ts +1 -1
- package/utilities/phone/index.js +1 -1
- package/utilities/price/index.d.ts +1 -1
- package/utilities/price/index.js +1 -1
- package/components/actions/input/(otp)/component/component.d.ts +0 -3
- package/components/actions/input/(otp)/component/component.interface.d.ts +0 -6
- package/components/actions/input/(otp)/component/component.module.css +0 -49
- package/components/actions/input/(otp)/component/field/component.d.ts +0 -7
- package/components/actions/input/(otp)/component/index.d.ts +0 -13
- package/components/actions/input/(otp)/component/index.js +0 -7
- package/components/actions/input/(otp)/component/separator/component.d.ts +0 -7
- package/components/actions/input/(otp)/skeleton/component.d.ts +0 -3
- package/components/actions/input/(otp)/skeleton/component.interface.d.ts +0 -6
- package/components/actions/input/(otp)/skeleton/component.module.css +0 -18
- package/components/actions/input/(otp)/skeleton/index.d.ts +0 -6
- package/components/actions/input/(otp)/skeleton/index.js +0 -2
- /package/components/actions/{input/(otp)/component → combobox/component/.partials/components}/component.interface.js +0 -0
- /package/components/actions/{input/(otp)/skeleton → combobox/component/.partials/components/fieldset/chips/chip/chip-remove}/component.interface.js +0 -0
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
import { Combobox as Component } from '../../../../components/actions/combobox/component/.partials/components/component';
|
|
2
|
+
import { ComboboxProps } from '../../../../components/actions/combobox/component/.partials/components/component.interface';
|
|
3
|
+
import { ComboboxFieldsetChipsChipChipRemove } from '../../../../components/actions/combobox/component/.partials/components/fieldset/chips/chip/chip-remove/component';
|
|
4
|
+
import { ComboboxFieldsetChipsChipChipRemoveProps } from '../../../../components/actions/combobox/component/.partials/components/fieldset/chips/chip/chip-remove/component.interface';
|
|
5
|
+
import { ComboboxFieldsetChipsChip } from '../../../../components/actions/combobox/component/.partials/components/fieldset/chips/chip/component';
|
|
6
|
+
import { ComboboxFieldsetChipsChipProps } from '../../../../components/actions/combobox/component/.partials/components/fieldset/chips/chip/component.interface';
|
|
7
|
+
import { ComboboxFieldsetChips } from '../../../../components/actions/combobox/component/.partials/components/fieldset/chips/component';
|
|
8
|
+
import { ComboboxFieldsetChipsProps } from '../../../../components/actions/combobox/component/.partials/components/fieldset/chips/component.interface';
|
|
9
|
+
import { ComboboxFieldsetClear } from '../../../../components/actions/combobox/component/.partials/components/fieldset/clear/component';
|
|
10
|
+
import { ComboboxFieldsetClearProps } from '../../../../components/actions/combobox/component/.partials/components/fieldset/clear/component.interface';
|
|
11
|
+
import { ComboboxFieldset } from '../../../../components/actions/combobox/component/.partials/components/fieldset/component';
|
|
12
|
+
import { ComboboxFieldsetProps } from '../../../../components/actions/combobox/component/.partials/components/fieldset/component.interface';
|
|
13
|
+
import { ComboboxFieldsetIcon } from '../../../../components/actions/combobox/component/.partials/components/fieldset/icon/component';
|
|
14
|
+
import { ComboboxFieldsetIconProps } from '../../../../components/actions/combobox/component/.partials/components/fieldset/icon/component.interface';
|
|
15
|
+
import { ComboboxFieldsetInput } from '../../../../components/actions/combobox/component/.partials/components/fieldset/input/component';
|
|
16
|
+
import { ComboboxFieldsetInputProps } from '../../../../components/actions/combobox/component/.partials/components/fieldset/input/component.interface';
|
|
17
|
+
import { ComboboxFieldsetTrigger } from '../../../../components/actions/combobox/component/.partials/components/fieldset/trigger/component';
|
|
18
|
+
import { ComboboxFieldsetTriggerProps } from '../../../../components/actions/combobox/component/.partials/components/fieldset/trigger/component.interface';
|
|
19
|
+
import { ComboboxFieldsetValue } from '../../../../components/actions/combobox/component/.partials/components/fieldset/value/component';
|
|
20
|
+
import { ComboboxFieldsetValueProps } from '../../../../components/actions/combobox/component/.partials/components/fieldset/value/component.interface';
|
|
21
|
+
import { ComboboxPortalBackdrop } from '../../../../components/actions/combobox/component/.partials/components/portal/backdrop/component';
|
|
22
|
+
import { ComboboxPortalBackdropProps } from '../../../../components/actions/combobox/component/.partials/components/portal/backdrop/component.interface';
|
|
23
|
+
import { ComboboxPortal } from '../../../../components/actions/combobox/component/.partials/components/portal/component';
|
|
24
|
+
import { ComboboxPortalProps } from '../../../../components/actions/combobox/component/.partials/components/portal/component.interface';
|
|
25
|
+
import { ComboboxPortalPositioner } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/component';
|
|
26
|
+
import { ComboboxPortalPositionerProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/component.interface';
|
|
27
|
+
import { ComboboxPortalPositionerPopupArrow } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component';
|
|
28
|
+
import { ComboboxPortalPositionerPopupArrowProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component.interface';
|
|
29
|
+
import { ComboboxPortalPositionerPopup } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/component';
|
|
30
|
+
import { ComboboxPortalPositionerPopupProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/component.interface';
|
|
31
|
+
import { ComboboxPortalPositionerPopupEmpty } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component';
|
|
32
|
+
import { ComboboxPortalPositionerPopupEmptyProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component.interface';
|
|
33
|
+
import { ComboboxPortalPositionerPopupListCollection } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component';
|
|
34
|
+
import { ComboboxPortalPositionerPopupListCollectionProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component.interface';
|
|
35
|
+
import { ComboboxPortalPositionerPopupList } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component';
|
|
36
|
+
import { ComboboxPortalPositionerPopupListProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component.interface';
|
|
37
|
+
import { ComboboxPortalPositionerPopupListGroup } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component';
|
|
38
|
+
import { ComboboxPortalPositionerPopupListGroupProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component.interface';
|
|
39
|
+
import { ComboboxPortalPositionerPopupListGroupLabel } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component';
|
|
40
|
+
import { ComboboxPortalPositionerPopupListGroupLabelProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component.interface';
|
|
41
|
+
import { ComboboxPortalPositionerPopupListItem } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component';
|
|
42
|
+
import { ComboboxPortalPositionerPopupListItemProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component.interface';
|
|
43
|
+
import { ComboboxPortalPositionerPopupListItemIndicator } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component';
|
|
44
|
+
import { ComboboxPortalPositionerPopupListItemIndicatorProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component.interface';
|
|
45
|
+
import { ComboboxPortalPositionerPopupListRow } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component';
|
|
46
|
+
import { ComboboxPortalPositionerPopupListRowProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component.interface';
|
|
47
|
+
import { ComboboxPortalPositionerPopupListSeparator } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component';
|
|
48
|
+
import { ComboboxPortalPositionerPopupListSeparatorProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component.interface';
|
|
49
|
+
import { ComboboxPortalPositionerPopupStatus } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component';
|
|
50
|
+
import { ComboboxPortalPositionerPopupStatusProps } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component.interface';
|
|
51
|
+
import type { ComboboxFilter, ComboboxFilterOptions } from '@base-ui/react/combobox';
|
|
52
|
+
import { Combobox as ComboboxPrimitive } from '@base-ui/react/combobox';
|
|
53
|
+
export declare const Combobox: typeof Component & {
|
|
54
|
+
Fieldset: typeof ComboboxFieldset & {
|
|
55
|
+
Input: typeof ComboboxFieldsetInput;
|
|
56
|
+
Trigger: typeof ComboboxFieldsetTrigger;
|
|
57
|
+
Icon: typeof ComboboxFieldsetIcon;
|
|
58
|
+
Clear: typeof ComboboxFieldsetClear;
|
|
59
|
+
Value: typeof ComboboxFieldsetValue;
|
|
60
|
+
Chips: typeof ComboboxFieldsetChips & {
|
|
61
|
+
Chip: typeof ComboboxFieldsetChipsChip & {
|
|
62
|
+
ChipRemove: typeof ComboboxFieldsetChipsChipChipRemove;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
Portal: typeof ComboboxPortal & {
|
|
67
|
+
Backdrop: typeof ComboboxPortalBackdrop;
|
|
68
|
+
Positioner: typeof ComboboxPortalPositioner & {
|
|
69
|
+
Popup: typeof ComboboxPortalPositionerPopup & {
|
|
70
|
+
Arrow: typeof ComboboxPortalPositionerPopupArrow;
|
|
71
|
+
Status: typeof ComboboxPortalPositionerPopupStatus;
|
|
72
|
+
Empty: typeof ComboboxPortalPositionerPopupEmpty;
|
|
73
|
+
List: typeof ComboboxPortalPositionerPopupList & {
|
|
74
|
+
Row: typeof ComboboxPortalPositionerPopupListRow;
|
|
75
|
+
Item: typeof ComboboxPortalPositionerPopupListItem & {
|
|
76
|
+
Indicator: typeof ComboboxPortalPositionerPopupListItemIndicator;
|
|
77
|
+
};
|
|
78
|
+
Separator: typeof ComboboxPortalPositionerPopupListSeparator;
|
|
79
|
+
Group: typeof ComboboxPortalPositionerPopupListGroup & {
|
|
80
|
+
Label: typeof ComboboxPortalPositionerPopupListGroupLabel;
|
|
81
|
+
};
|
|
82
|
+
Collection: typeof ComboboxPortalPositionerPopupListCollection;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
useFilter: typeof ComboboxPrimitive.useFilter;
|
|
88
|
+
useFilteredItems: typeof ComboboxPrimitive.useFilteredItems;
|
|
89
|
+
};
|
|
90
|
+
export declare namespace Combobox {
|
|
91
|
+
type Props<Value, Multiple extends boolean | undefined = false> = ComboboxProps<Value, Multiple>;
|
|
92
|
+
namespace Fieldset {
|
|
93
|
+
type Props = ComboboxFieldsetProps;
|
|
94
|
+
namespace Input {
|
|
95
|
+
type Props = ComboboxFieldsetInputProps;
|
|
96
|
+
}
|
|
97
|
+
namespace Trigger {
|
|
98
|
+
type Props = ComboboxFieldsetTriggerProps;
|
|
99
|
+
}
|
|
100
|
+
namespace Icon {
|
|
101
|
+
type Props = ComboboxFieldsetIconProps;
|
|
102
|
+
}
|
|
103
|
+
namespace Clear {
|
|
104
|
+
type Props = ComboboxFieldsetClearProps;
|
|
105
|
+
}
|
|
106
|
+
namespace Value {
|
|
107
|
+
type Props = ComboboxFieldsetValueProps;
|
|
108
|
+
}
|
|
109
|
+
namespace Chips {
|
|
110
|
+
type Props = ComboboxFieldsetChipsProps;
|
|
111
|
+
namespace Chip {
|
|
112
|
+
type Props = ComboboxFieldsetChipsChipProps;
|
|
113
|
+
namespace ChipRemove {
|
|
114
|
+
type Props = ComboboxFieldsetChipsChipChipRemoveProps;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
namespace Portal {
|
|
120
|
+
type Props = ComboboxPortalProps;
|
|
121
|
+
namespace Backdrop {
|
|
122
|
+
type Props = ComboboxPortalBackdropProps;
|
|
123
|
+
}
|
|
124
|
+
namespace Positioner {
|
|
125
|
+
type Props = ComboboxPortalPositionerProps;
|
|
126
|
+
namespace Popup {
|
|
127
|
+
type Props = ComboboxPortalPositionerPopupProps;
|
|
128
|
+
namespace Arrow {
|
|
129
|
+
type Props = ComboboxPortalPositionerPopupArrowProps;
|
|
130
|
+
}
|
|
131
|
+
namespace Status {
|
|
132
|
+
type Props = ComboboxPortalPositionerPopupStatusProps;
|
|
133
|
+
}
|
|
134
|
+
namespace Empty {
|
|
135
|
+
type Props = ComboboxPortalPositionerPopupEmptyProps;
|
|
136
|
+
}
|
|
137
|
+
namespace List {
|
|
138
|
+
type Props = ComboboxPortalPositionerPopupListProps;
|
|
139
|
+
namespace Row {
|
|
140
|
+
type Props = ComboboxPortalPositionerPopupListRowProps;
|
|
141
|
+
}
|
|
142
|
+
namespace Item {
|
|
143
|
+
type Props = ComboboxPortalPositionerPopupListItemProps;
|
|
144
|
+
namespace Indicator {
|
|
145
|
+
type Props = ComboboxPortalPositionerPopupListItemIndicatorProps;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
namespace Separator {
|
|
149
|
+
type Props = ComboboxPortalPositionerPopupListSeparatorProps;
|
|
150
|
+
}
|
|
151
|
+
namespace Group {
|
|
152
|
+
type Props = ComboboxPortalPositionerPopupListGroupProps;
|
|
153
|
+
namespace Label {
|
|
154
|
+
type Props = ComboboxPortalPositionerPopupListGroupLabelProps;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
namespace Collection {
|
|
158
|
+
type Props = ComboboxPortalPositionerPopupListCollectionProps;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
type Filter = ComboboxFilter;
|
|
165
|
+
type FilterOptions = ComboboxFilterOptions;
|
|
166
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { Combobox as Component } from '../../../../components/actions/combobox/component/.partials/components/component';
|
|
2
|
+
import { ComboboxFieldsetChipsChipChipRemove } from '../../../../components/actions/combobox/component/.partials/components/fieldset/chips/chip/chip-remove/component';
|
|
3
|
+
import { ComboboxFieldsetChipsChip } from '../../../../components/actions/combobox/component/.partials/components/fieldset/chips/chip/component';
|
|
4
|
+
import { ComboboxFieldsetChips } from '../../../../components/actions/combobox/component/.partials/components/fieldset/chips/component';
|
|
5
|
+
import { ComboboxFieldsetClear } from '../../../../components/actions/combobox/component/.partials/components/fieldset/clear/component';
|
|
6
|
+
import { ComboboxFieldset } from '../../../../components/actions/combobox/component/.partials/components/fieldset/component';
|
|
7
|
+
import { ComboboxFieldsetIcon } from '../../../../components/actions/combobox/component/.partials/components/fieldset/icon/component';
|
|
8
|
+
import { ComboboxFieldsetInput } from '../../../../components/actions/combobox/component/.partials/components/fieldset/input/component';
|
|
9
|
+
import { ComboboxFieldsetTrigger } from '../../../../components/actions/combobox/component/.partials/components/fieldset/trigger/component';
|
|
10
|
+
import { ComboboxFieldsetValue } from '../../../../components/actions/combobox/component/.partials/components/fieldset/value/component';
|
|
11
|
+
import { ComboboxPortalBackdrop } from '../../../../components/actions/combobox/component/.partials/components/portal/backdrop/component';
|
|
12
|
+
import { ComboboxPortal } from '../../../../components/actions/combobox/component/.partials/components/portal/component';
|
|
13
|
+
import { ComboboxPortalPositioner } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/component';
|
|
14
|
+
import { ComboboxPortalPositionerPopupArrow } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/arrow/component';
|
|
15
|
+
import { ComboboxPortalPositionerPopup } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/component';
|
|
16
|
+
import { ComboboxPortalPositionerPopupEmpty } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/empty/component';
|
|
17
|
+
import { ComboboxPortalPositionerPopupListCollection } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/collection/component';
|
|
18
|
+
import { ComboboxPortalPositionerPopupList } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/component';
|
|
19
|
+
import { ComboboxPortalPositionerPopupListGroup } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/component';
|
|
20
|
+
import { ComboboxPortalPositionerPopupListGroupLabel } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/group/label/component';
|
|
21
|
+
import { ComboboxPortalPositionerPopupListItem } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/component';
|
|
22
|
+
import { ComboboxPortalPositionerPopupListItemIndicator } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/item/indicator/component';
|
|
23
|
+
import { ComboboxPortalPositionerPopupListRow } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/row/component';
|
|
24
|
+
import { ComboboxPortalPositionerPopupListSeparator } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/list/separator/component';
|
|
25
|
+
import { ComboboxPortalPositionerPopupStatus } from '../../../../components/actions/combobox/component/.partials/components/portal/positioner/popup/status/component';
|
|
26
|
+
import { Combobox as ComboboxPrimitive } from '@base-ui/react/combobox';
|
|
27
|
+
export var Combobox = Object.assign(Component, {
|
|
28
|
+
Fieldset: Object.assign(ComboboxFieldset, {
|
|
29
|
+
Input: ComboboxFieldsetInput,
|
|
30
|
+
Trigger: ComboboxFieldsetTrigger,
|
|
31
|
+
Icon: ComboboxFieldsetIcon,
|
|
32
|
+
Clear: ComboboxFieldsetClear,
|
|
33
|
+
Value: ComboboxFieldsetValue,
|
|
34
|
+
Chips: Object.assign(ComboboxFieldsetChips, {
|
|
35
|
+
Chip: Object.assign(ComboboxFieldsetChipsChip, {
|
|
36
|
+
ChipRemove: ComboboxFieldsetChipsChipChipRemove,
|
|
37
|
+
}),
|
|
38
|
+
}),
|
|
39
|
+
}),
|
|
40
|
+
Portal: Object.assign(ComboboxPortal, {
|
|
41
|
+
Backdrop: ComboboxPortalBackdrop,
|
|
42
|
+
Positioner: Object.assign(ComboboxPortalPositioner, {
|
|
43
|
+
Popup: Object.assign(ComboboxPortalPositionerPopup, {
|
|
44
|
+
Arrow: ComboboxPortalPositionerPopupArrow,
|
|
45
|
+
Status: ComboboxPortalPositionerPopupStatus,
|
|
46
|
+
Empty: ComboboxPortalPositionerPopupEmpty,
|
|
47
|
+
List: Object.assign(ComboboxPortalPositionerPopupList, {
|
|
48
|
+
Row: ComboboxPortalPositionerPopupListRow,
|
|
49
|
+
Item: Object.assign(ComboboxPortalPositionerPopupListItem, {
|
|
50
|
+
Indicator: ComboboxPortalPositionerPopupListItemIndicator,
|
|
51
|
+
}),
|
|
52
|
+
Separator: ComboboxPortalPositionerPopupListSeparator,
|
|
53
|
+
Group: Object.assign(ComboboxPortalPositionerPopupListGroup, {
|
|
54
|
+
Label: ComboboxPortalPositionerPopupListGroupLabel,
|
|
55
|
+
}),
|
|
56
|
+
Collection: ComboboxPortalPositionerPopupListCollection,
|
|
57
|
+
}),
|
|
58
|
+
}),
|
|
59
|
+
}),
|
|
60
|
+
}),
|
|
61
|
+
useFilter: ComboboxPrimitive.useFilter,
|
|
62
|
+
useFilteredItems: ComboboxPrimitive.useFilteredItems,
|
|
63
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import styles from '../../../../../../components/actions/combobox/component/.partials/styles/component.module.css';
|
|
24
|
+
import classNames from 'classnames';
|
|
25
|
+
import React from 'react';
|
|
26
|
+
export function ComboboxSkeleton(_a) {
|
|
27
|
+
var rest = __rest(_a, []);
|
|
28
|
+
return (React.createElement("div", __assign({}, rest, { className: classNames('mosuk-combobox-skeleton', styles.root, rest === null || rest === void 0 ? void 0 : rest.className) }), rest === null || rest === void 0 ? void 0 : rest.children));
|
|
29
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ComboboxFieldsetSkeletonProps } from '../../../../../../../components/actions/combobox/skeleton/.partials/components/fieldset/component.interface';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export declare function ComboboxFieldsetSkeleton({ ...rest }: ComboboxFieldsetSkeletonProps): React.JSX.Element;
|
package/components/actions/combobox/skeleton/.partials/components/fieldset/component.interface.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import styles from '../../../../../../../components/actions/combobox/component/.partials/styles/component.module.css';
|
|
24
|
+
import classNames from 'classnames';
|
|
25
|
+
import React from 'react';
|
|
26
|
+
export function ComboboxFieldsetSkeleton(_a) {
|
|
27
|
+
var rest = __rest(_a, []);
|
|
28
|
+
return (React.createElement("div", __assign({}, rest, { className: classNames('mosuk-combobox-fieldset-skeleton', styles.ComboboxFieldset, rest === null || rest === void 0 ? void 0 : rest.className) }), rest === null || rest === void 0 ? void 0 : rest.children));
|
|
29
|
+
}
|
package/components/actions/combobox/skeleton/.partials/components/fieldset/input/component.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ComboboxFieldsetInputSkeletonProps } from '../../../../../../../../components/actions/combobox/skeleton/.partials/components/fieldset/input/component.interface';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export declare function ComboboxFieldsetInputSkeleton({ ...rest }: ComboboxFieldsetInputSkeletonProps): React.JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import styles from '../../../../../../../../components/actions/combobox/component/.partials/styles/component.module.css';
|
|
24
|
+
import { Skeleton } from '../../../../../../../../components/display/skeleton/component/component';
|
|
25
|
+
import classNames from 'classnames';
|
|
26
|
+
import React from 'react';
|
|
27
|
+
export function ComboboxFieldsetInputSkeleton(_a) {
|
|
28
|
+
var rest = __rest(_a, []);
|
|
29
|
+
return (React.createElement(Skeleton, __assign({}, rest, { className: classNames('mosuk-combobox-fieldset-input-skeleton', styles.ComboboxFieldsetInput, rest === null || rest === void 0 ? void 0 : rest.className) }), rest === null || rest === void 0 ? void 0 : rest.children));
|
|
30
|
+
}
|
package/components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.d.ts
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ComboboxFieldsetTriggerSkeletonProps } from '../../../../../../../../components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.interface';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export declare function ComboboxFieldsetTriggerSkeleton({ ...rest }: ComboboxFieldsetTriggerSkeletonProps): React.JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import styles from '../../../../../../../../components/actions/combobox/component/.partials/styles/component.module.css';
|
|
24
|
+
import { Skeleton } from '../../../../../../../../components/display/skeleton/component/component';
|
|
25
|
+
import classNames from 'classnames';
|
|
26
|
+
import React from 'react';
|
|
27
|
+
export function ComboboxFieldsetTriggerSkeleton(_a) {
|
|
28
|
+
var rest = __rest(_a, []);
|
|
29
|
+
return (React.createElement(Skeleton, __assign({}, rest, { className: classNames('mosuk-combobox-fieldset-trigger-skeleton', styles.ComboboxFieldsetTrigger, rest === null || rest === void 0 ? void 0 : rest.className) }), rest === null || rest === void 0 ? void 0 : rest.children));
|
|
30
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ComboboxPortalPositionerPopupSkeletonProps } from '../../../../../../../../../components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component.interface';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export declare function ComboboxPortalPositionerPopupSkeleton({ ...rest }: ComboboxPortalPositionerPopupSkeletonProps): React.JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import styles from '../../../../../../../../../components/actions/combobox/component/.partials/styles/component.module.css';
|
|
24
|
+
import classNames from 'classnames';
|
|
25
|
+
import React from 'react';
|
|
26
|
+
export function ComboboxPortalPositionerPopupSkeleton(_a) {
|
|
27
|
+
var rest = __rest(_a, []);
|
|
28
|
+
return (React.createElement("div", __assign({}, rest, { className: classNames('mosuk-combobox-portal-positioner-popup-skeleton', styles.ComboboxPortalPositionerPopup, rest === null || rest === void 0 ? void 0 : rest.className) }), rest === null || rest === void 0 ? void 0 : rest.children));
|
|
29
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ComboboxPortalPositionerPopupListSkeletonProps } from '../../../../../../../../../../components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component.interface';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export declare function ComboboxPortalPositionerPopupListSkeleton({ ...rest }: ComboboxPortalPositionerPopupListSkeletonProps): React.JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import styles from '../../../../../../../../../../components/actions/combobox/component/.partials/styles/component.module.css';
|
|
24
|
+
import classNames from 'classnames';
|
|
25
|
+
import React from 'react';
|
|
26
|
+
export function ComboboxPortalPositionerPopupListSkeleton(_a) {
|
|
27
|
+
var rest = __rest(_a, []);
|
|
28
|
+
return (React.createElement("div", __assign({}, rest, { className: classNames('mosuk-combobox-portal-positioner-popup-list-skeleton', styles.ComboboxPortalPositionerPopupList, rest === null || rest === void 0 ? void 0 : rest.className) }), rest === null || rest === void 0 ? void 0 : rest.children));
|
|
29
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ComboboxPortalPositionerPopupListItemSkeletonProps } from '../../../../../../../../../../../components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component.interface';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
export declare function ComboboxPortalPositionerPopupListItemSkeleton({ ...rest }: ComboboxPortalPositionerPopupListItemSkeletonProps): React.JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
13
|
+
var t = {};
|
|
14
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
15
|
+
t[p] = s[p];
|
|
16
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
17
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
18
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
19
|
+
t[p[i]] = s[p[i]];
|
|
20
|
+
}
|
|
21
|
+
return t;
|
|
22
|
+
};
|
|
23
|
+
import styles from '../../../../../../../../../../../components/actions/combobox/component/.partials/styles/component.module.css';
|
|
24
|
+
import { Skeleton } from '../../../../../../../../../../../components/display/skeleton/component/component';
|
|
25
|
+
import classNames from 'classnames';
|
|
26
|
+
import React from 'react';
|
|
27
|
+
export function ComboboxPortalPositionerPopupListItemSkeleton(_a) {
|
|
28
|
+
var rest = __rest(_a, []);
|
|
29
|
+
return (React.createElement(Skeleton, __assign({}, rest, { className: classNames('mosuk-combobox-portal-positioner-popup-list-item-skeleton', styles.ComboboxPortalPositionerPopupListItem, rest === null || rest === void 0 ? void 0 : rest.className) }), rest === null || rest === void 0 ? void 0 : rest.children));
|
|
30
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { ComboboxSkeleton as Component } from '../../../../components/actions/combobox/skeleton/.partials/components/component';
|
|
2
|
+
import { ComboboxSkeletonProps as ComponentProps } from '../../../../components/actions/combobox/skeleton/.partials/components/component.interface';
|
|
3
|
+
import { ComboboxFieldsetSkeleton } from '../../../../components/actions/combobox/skeleton/.partials/components/fieldset/component';
|
|
4
|
+
import { ComboboxFieldsetSkeletonProps } from '../../../../components/actions/combobox/skeleton/.partials/components/fieldset/component.interface';
|
|
5
|
+
import { ComboboxFieldsetInputSkeleton } from '../../../../components/actions/combobox/skeleton/.partials/components/fieldset/input/component';
|
|
6
|
+
import { ComboboxFieldsetInputSkeletonProps } from '../../../../components/actions/combobox/skeleton/.partials/components/fieldset/input/component.interface';
|
|
7
|
+
import { ComboboxFieldsetTriggerSkeleton } from '../../../../components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component';
|
|
8
|
+
import { ComboboxFieldsetTriggerSkeletonProps } from '../../../../components/actions/combobox/skeleton/.partials/components/fieldset/trigger/component.interface';
|
|
9
|
+
import { ComboboxPortalPositionerPopupSkeleton } from '../../../../components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component';
|
|
10
|
+
import { ComboboxPortalPositionerPopupSkeletonProps } from '../../../../components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/component.interface';
|
|
11
|
+
import { ComboboxPortalPositionerPopupListItemSkeleton } from '../../../../components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component';
|
|
12
|
+
import { ComboboxPortalPositionerPopupListItemSkeletonProps } from '../../../../components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/item/component.interface';
|
|
13
|
+
import { ComboboxPortalPositionerPopupListSkeleton } from '../../../../components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component';
|
|
14
|
+
import { ComboboxPortalPositionerPopupListSkeletonProps } from '../../../../components/actions/combobox/skeleton/.partials/components/portal/positioner/popup/list/component.interface';
|
|
15
|
+
export declare const ComboboxSkeleton: typeof Component & {
|
|
16
|
+
Fieldset: typeof ComboboxFieldsetSkeleton & {
|
|
17
|
+
Input: typeof ComboboxFieldsetInputSkeleton;
|
|
18
|
+
Trigger: typeof ComboboxFieldsetTriggerSkeleton;
|
|
19
|
+
};
|
|
20
|
+
Portal: {
|
|
21
|
+
Positioner: {
|
|
22
|
+
Popup: typeof ComboboxPortalPositionerPopupSkeleton & {
|
|
23
|
+
List: typeof ComboboxPortalPositionerPopupListSkeleton & {
|
|
24
|
+
Item: typeof ComboboxPortalPositionerPopupListItemSkeleton;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
export declare namespace ComboboxSkeleton {
|
|
31
|
+
type Props = ComponentProps;
|
|
32
|
+
namespace Fieldset {
|
|
33
|
+
type Props = ComboboxFieldsetSkeletonProps;
|
|
34
|
+
namespace Input {
|
|
35
|
+
type Props = ComboboxFieldsetInputSkeletonProps;
|
|
36
|
+
}
|
|
37
|
+
namespace Trigger {
|
|
38
|
+
type Props = ComboboxFieldsetTriggerSkeletonProps;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
namespace Portal {
|
|
42
|
+
namespace Positioner {
|
|
43
|
+
namespace Popup {
|
|
44
|
+
type Props = ComboboxPortalPositionerPopupSkeletonProps;
|
|
45
|
+
namespace List {
|
|
46
|
+
type Props = ComboboxPortalPositionerPopupListSkeletonProps;
|
|
47
|
+
namespace Item {
|
|
48
|
+
type Props = ComboboxPortalPositionerPopupListItemSkeletonProps;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|