@weni/unnnic-system 3.12.3-alpha.5 → 3.12.3
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/CHANGELOG.md +10 -0
- package/dist/components/Alert/Alert.vue.d.ts +3 -3
- package/dist/components/Alert/Version1dot1.vue.d.ts +1 -1
- package/dist/components/AudioRecorder/AudioHandler.vue.d.ts +18 -92
- package/dist/components/AudioRecorder/AudioRecorder.vue.d.ts +36 -184
- package/dist/components/AvatarIcon/AvatarIcon.vue.d.ts +1 -1
- package/dist/components/Button/Button.vue.d.ts +2 -2
- package/dist/components/Card/AccountCard.vue.d.ts +2 -2
- package/dist/components/Card/Card.vue.d.ts +29 -103
- package/dist/components/Card/CardCompany.vue.d.ts +2 -2
- package/dist/components/Card/CardStatusesContainer.vue.d.ts +19 -93
- package/dist/components/Card/ContentCard.vue.d.ts +1 -1
- package/dist/components/Card/DashCard.vue.d.ts +2 -2
- package/dist/components/Card/DefaultCard.vue.d.ts +1 -1
- package/dist/components/Card/MarketplaceCard.vue.d.ts +1 -1
- package/dist/components/Card/SimpleCard.vue.d.ts +18 -92
- package/dist/components/Card/StatusCard.vue.d.ts +1 -1
- package/dist/components/Card/TitleCard.vue.d.ts +18 -92
- package/dist/components/CardImage/CardImage.vue.d.ts +5 -5
- package/dist/components/CardInformation/CardInformation.vue.d.ts +19 -93
- package/dist/components/CardProject/CardProject.vue.d.ts +2 -2
- package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
- package/dist/components/Carousel/TagCarousel.vue.d.ts +2 -2
- package/dist/components/ChartBar/ChartBar.vue.d.ts +24 -98
- package/dist/components/ChartLine/ChartLine.vue.d.ts +18 -92
- package/dist/components/ChatText/ChatText.vue.d.ts +18 -92
- package/dist/components/ChatsContact/ChatsContact.vue.d.ts +6 -6
- package/dist/components/ChatsMessage/ChatsMessage.vue.d.ts +18 -92
- package/dist/components/ChatsUserAvatar/ChatsUserAvatar.vue.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.vue.d.ts +3 -3
- package/dist/components/DataArea/DataArea.vue.d.ts +18 -92
- package/dist/components/DataTable/index.vue.d.ts +1 -1
- package/dist/components/DataTable/index.vue.d.ts.map +1 -1
- package/dist/components/DateFilter/DateFilter.vue.d.ts +16 -122
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts +3 -6
- package/dist/components/Disclaimer/Disclaimer.vue.d.ts.map +1 -1
- package/dist/components/Disclaimer/DisclaimerV2.vue.d.ts +8 -0
- package/dist/components/Disclaimer/DisclaimerV2.vue.d.ts.map +1 -0
- package/dist/components/Disclaimer/types-v2.d.ts +7 -0
- package/dist/components/Disclaimer/types-v2.d.ts.map +1 -0
- package/dist/components/Disclaimer/types.d.ts +3 -6
- package/dist/components/Disclaimer/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +207 -37
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/Dropdown.vue.d.ts +1 -1
- package/dist/components/FormElement/FormElement.vue.d.ts +6 -6
- package/dist/components/ImportCard/ImportCard.vue.d.ts +6 -6
- package/dist/components/Input/BaseInput.vue.d.ts +0 -31
- package/dist/components/Input/BaseInput.vue.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +15 -121
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/TextInput.vue.d.ts +4 -73
- package/dist/components/Input/TextInput.vue.d.ts.map +1 -1
- package/dist/components/InputNext/InputNext.vue.d.ts +4 -4
- package/dist/components/Label/Label.vue.d.ts +1 -1
- package/dist/components/Label/Label.vue.d.ts.map +1 -1
- package/dist/components/Modal/Modal.vue.d.ts +1 -1
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts +35 -209
- package/dist/components/ModalDialog/ModalDialog.vue.d.ts.map +1 -1
- package/dist/components/ModalNext/ModalNext.vue.d.ts +21 -127
- package/dist/components/ModalUpload/ModalUpload.vue.d.ts +12 -12
- package/dist/components/MoodRating/MoodRating.vue.d.ts +18 -92
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts +163 -0
- package/dist/components/MultiSelect/MultiSelect.vue.d.ts.map +1 -0
- package/dist/components/Pagination/Pagination.vue.d.ts +6 -6
- package/dist/components/Radio/Radio.vue.d.ts +6 -6
- package/dist/components/SelectSmart/SelectSmart.vue.d.ts +13 -82
- package/dist/components/SelectSmart/SelectSmartMultipleHeader.vue.d.ts +2 -2
- package/dist/components/SelectSmart/SelectSmartOption.vue.d.ts +5 -5
- package/dist/components/SelectTime/index.vue.d.ts +5 -74
- package/dist/components/Slider/Slider.vue.d.ts +18 -92
- package/dist/components/Switch/Switch.vue.d.ts +3 -3
- package/dist/components/Tab/Tab.vue.d.ts +18 -92
- package/dist/components/TableNext/TableBodyCell.vue.d.ts +2 -2
- package/dist/components/TableNext/TablePagination.vue.d.ts +6 -6
- package/dist/components/Tag/DefaultTag.vue.d.ts +1 -1
- package/dist/components/Tag/Tag.vue.d.ts +2 -2
- package/dist/components/TextArea/TextArea.vue.d.ts +8 -8
- package/dist/components/Toast/Toast.vue.d.ts +1 -1
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/ToolTip/ToolTip.vue.d.ts +18 -92
- package/dist/components/ToolTip/ToolTip.vue.d.ts.map +1 -1
- package/dist/components/Tour/Tour.vue.d.ts +6 -6
- package/dist/components/Tour/TourPopover.vue.d.ts +6 -6
- package/dist/components/UploadArea/UploadArea.vue.d.ts +6 -6
- package/dist/components/ui/popover/PopoverContent.vue.d.ts +2 -2
- package/dist/components/ui/popover/PopoverContent.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverOption.vue.d.ts +1 -1
- package/dist/components/ui/popover/PopoverOption.vue.d.ts.map +1 -1
- package/dist/components/ui/popover/PopoverTrigger.vue.d.ts.map +1 -1
- package/dist/{es-a9e51a05.mjs → es-c19444c0.mjs} +1 -1
- package/dist/{index-ade761d4.mjs → index-93b45359.mjs} +51889 -54741
- package/dist/locales/en.json.d.ts +1 -3
- package/dist/locales/es.json.d.ts +1 -3
- package/dist/locales/pt_br.json.d.ts +1 -3
- package/dist/{pt-br-5395459d.mjs → pt-br-23dc9ca6.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +206 -234
- package/dist/unnnic.umd.js +44 -48
- package/package.json +2 -3
- package/src/assets/scss/scheme-colors.scss +223 -223
- package/src/assets/scss/tailwind.scss +0 -8
- package/src/components/Alert/__tests__/__snapshots__/Alert.spec.js.snap +1 -1
- package/src/components/Checkbox/Checkbox.vue +1 -1
- package/src/components/Disclaimer/Disclaimer.vue +42 -136
- package/src/components/Disclaimer/DisclaimerV2.vue +171 -0
- package/src/components/Disclaimer/__tests__/Disclaimer.spec.js +45 -70
- package/src/components/Disclaimer/__tests__/DisclaimerV2.spec.js +68 -0
- package/src/components/Disclaimer/types-v2.ts +12 -0
- package/src/components/Disclaimer/types.ts +3 -12
- package/src/components/Drawer/Drawer.vue +269 -190
- package/src/components/Drawer/__tests__/Drawer.spec.js +46 -37
- package/src/components/Drawer/__tests__/__snapshots__/Drawer.spec.js.snap +19 -18
- package/src/components/Input/BaseInput.vue +5 -25
- package/src/components/Input/Input.scss +3 -2
- package/src/components/Input/Input.vue +1 -24
- package/src/components/Input/TextInput.vue +25 -64
- package/src/components/Input/__test__/TextInput.spec.js +1 -1
- package/src/components/Input/__test__/__snapshots__/Input.spec.js.snap +1 -5
- package/src/components/Input/__test__/__snapshots__/TextInput.spec.js.snap +1 -7
- package/src/components/ModalDialog/ModalDialog.vue +148 -64
- package/src/components/ModalDialog/__tests__/ModalDialog.spec.js +221 -11
- package/src/components/ModalDialog/__tests__/__snapshots__/ModalDialog.spec.js.snap +22 -1
- package/src/components/MultiSelect/MultiSelect.vue +297 -0
- package/src/components/Tab/__test__/__snapshots__/Tab.spec.js.snap +1 -3
- package/src/components/Toast/Toast.vue +9 -16
- package/src/components/ToolTip/ToolTip.vue +177 -25
- package/src/components/ToolTip/__tests__/ToolTip.spec.js +61 -339
- package/src/components/index.ts +11 -63
- package/src/components/ui/popover/PopoverContent.vue +2 -19
- package/src/components/ui/popover/PopoverOption.vue +0 -4
- package/src/components/ui/popover/PopoverTrigger.vue +1 -5
- package/src/locales/en.json +1 -3
- package/src/locales/es.json +1 -3
- package/src/locales/pt_br.json +1 -3
- package/src/stories/Disclaimer.stories.js +12 -53
- package/src/stories/DisclaimerV2.stories.js +51 -0
- package/src/stories/Drawer.stories.js +1 -1
- package/src/stories/Input.mdx +0 -3
- package/src/stories/ModalDialog.mdx +0 -3
- package/src/stories/ModalDialog.stories.js +1 -1
- package/src/stories/MultiSelect.stories.js +46 -142
- package/dist/components/MultiSelect/MultSelectOption.vue.d.ts +0 -17
- package/dist/components/MultiSelect/MultSelectOption.vue.d.ts.map +0 -1
- package/dist/components/MultiSelect/index.vue.d.ts +0 -44
- package/dist/components/MultiSelect/index.vue.d.ts.map +0 -1
- package/dist/components/Select/index.vue.d.ts +0 -44
- package/dist/components/Select/index.vue.d.ts.map +0 -1
- package/dist/components/index.d.ts +0 -23912
- package/dist/components/index.d.ts.map +0 -1
- package/dist/components/ui/dialog/Dialog.vue.d.ts +0 -23
- package/dist/components/ui/dialog/Dialog.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogClose.vue.d.ts +0 -21
- package/dist/components/ui/dialog/DialogClose.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogContent.vue.d.ts +0 -43
- package/dist/components/ui/dialog/DialogContent.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts +0 -25
- package/dist/components/ui/dialog/DialogFooter.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts +0 -29
- package/dist/components/ui/dialog/DialogHeader.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts +0 -23
- package/dist/components/ui/dialog/DialogTitle.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts +0 -19
- package/dist/components/ui/dialog/DialogTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/dialog/index.d.ts +0 -8
- package/dist/components/ui/dialog/index.d.ts.map +0 -1
- package/dist/components/ui/drawer/Drawer.vue.d.ts +0 -35
- package/dist/components/ui/drawer/Drawer.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts +0 -21
- package/dist/components/ui/drawer/DrawerClose.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts +0 -43
- package/dist/components/ui/drawer/DrawerContent.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts +0 -23
- package/dist/components/ui/drawer/DrawerDescription.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts +0 -22
- package/dist/components/ui/drawer/DrawerFooter.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts +0 -25
- package/dist/components/ui/drawer/DrawerHeader.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts +0 -8
- package/dist/components/ui/drawer/DrawerOverlay.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts +0 -23
- package/dist/components/ui/drawer/DrawerTitle.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts +0 -19
- package/dist/components/ui/drawer/DrawerTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/drawer/index.d.ts +0 -11
- package/dist/components/ui/drawer/index.d.ts.map +0 -1
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts +0 -23
- package/dist/components/ui/tooltip/Tooltip.vue.d.ts.map +0 -1
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts +0 -31
- package/dist/components/ui/tooltip/TooltipContent.vue.d.ts.map +0 -1
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts +0 -19
- package/dist/components/ui/tooltip/TooltipTrigger.vue.d.ts.map +0 -1
- package/dist/components/ui/tooltip/index.d.ts +0 -4
- package/dist/components/ui/tooltip/index.d.ts.map +0 -1
- package/dist/lib/layer-manager.d.ts +0 -16
- package/dist/lib/layer-manager.d.ts.map +0 -1
- package/src/components/MultiSelect/MultSelectOption.vue +0 -49
- package/src/components/MultiSelect/__tests__/MultiSelect.spec.js +0 -556
- package/src/components/MultiSelect/__tests__/MultiSelectOption.spec.js +0 -229
- package/src/components/MultiSelect/__tests__/__snapshots__/MultiSelect.spec.js.snap +0 -87
- package/src/components/MultiSelect/__tests__/__snapshots__/MultiSelectOption.spec.js.snap +0 -51
- package/src/components/MultiSelect/index.vue +0 -225
- package/src/components/Select/__tests__/Select.spec.js +0 -422
- package/src/components/Select/__tests__/SelectItem.spec.js +0 -330
- package/src/components/Select/__tests__/__snapshots__/Popover.spec.js.snap +0 -8
- package/src/components/Select/__tests__/__snapshots__/Select.spec.js.snap +0 -71
- package/src/components/Select/__tests__/__snapshots__/SelectItem.spec.js.snap +0 -15
- package/src/components/Select/__tests__/__snapshots__/SelectOption.spec.js.snap +0 -25
- package/src/components/Select/__tests__/__snapshots__/SelectPopover.spec.js.snap +0 -8
- package/src/components/Select/index.vue +0 -298
- package/src/components/ui/dialog/Dialog.vue +0 -19
- package/src/components/ui/dialog/DialogClose.vue +0 -29
- package/src/components/ui/dialog/DialogContent.vue +0 -140
- package/src/components/ui/dialog/DialogFooter.vue +0 -50
- package/src/components/ui/dialog/DialogHeader.vue +0 -83
- package/src/components/ui/dialog/DialogTitle.vue +0 -38
- package/src/components/ui/dialog/DialogTrigger.vue +0 -16
- package/src/components/ui/dialog/index.ts +0 -7
- package/src/components/ui/drawer/Drawer.vue +0 -27
- package/src/components/ui/drawer/DrawerClose.vue +0 -31
- package/src/components/ui/drawer/DrawerContent.vue +0 -111
- package/src/components/ui/drawer/DrawerDescription.vue +0 -40
- package/src/components/ui/drawer/DrawerFooter.vue +0 -38
- package/src/components/ui/drawer/DrawerHeader.vue +0 -57
- package/src/components/ui/drawer/DrawerOverlay.vue +0 -33
- package/src/components/ui/drawer/DrawerTitle.vue +0 -37
- package/src/components/ui/drawer/DrawerTrigger.vue +0 -31
- package/src/components/ui/drawer/index.ts +0 -10
- package/src/components/ui/tooltip/Tooltip.vue +0 -21
- package/src/components/ui/tooltip/TooltipContent.vue +0 -74
- package/src/components/ui/tooltip/TooltipTrigger.vue +0 -26
- package/src/components/ui/tooltip/index.ts +0 -3
- package/src/lib/layer-manager.ts +0 -92
- package/src/stories/Dialog.stories.js +0 -832
- package/src/stories/DrawerNext.stories.js +0 -611
- package/src/stories/LayerManager.docs.mdx +0 -40
- package/src/stories/LayerManager.stories.js +0 -364
- package/src/stories/Select.stories.js +0 -158
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.vue"],"names":[],"mappings":"AA2LA;AAyiBA,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,UAAU,KAAK;IACb,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AA6JD,iBAAS,cAAc,QAiRtB;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBA7ba,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;;gBAAtC,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;UAd/D,SAAS;UAXT,IAAI,GAAG,IAAI;YACT,MAAM;
|
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.vue"],"names":[],"mappings":"AA2LA;AAyiBA,KAAK,eAAe,GAAG;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB,CAAC;AAEF,KAAK,aAAa,GAAG;IACnB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,KAAK,SAAS,GAAG;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,UAAU,KAAK;IACb,OAAO,EAAE,eAAe,EAAE,CAAC;IAC3B,KAAK,EAAE,aAAa,EAAE,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,OAAO,CAAC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AA6JD,iBAAS,cAAc,QAiRtB;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;gBA7ba,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;;gBAAtC,MAAM;iBAAW,MAAM;eAAS,MAAM;;;;;;UAd/D,SAAS;UAXT,IAAI,GAAG,IAAI;YACT,MAAM;eAEH,OAAO;YAOV,MAAM;eAXH,OAAO;oBAaF,OAAO;4BACC,MAAM;iBARjB,OAAO;eAHT,MAAM;kBAEH,OAAO;oBAEL,OAAO;UACjB,MAAM;eACD,MAAM;kBACH,MAAM;4BAKI,OAAO;mBAChB,OAAO;8EAidvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -55,8 +55,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
placeholder: string;
|
|
59
58
|
size: string;
|
|
59
|
+
placeholder: string;
|
|
60
60
|
startDate: Date;
|
|
61
61
|
endDate: Date;
|
|
62
62
|
dateFormat: string;
|
|
@@ -140,29 +140,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
140
140
|
type: BooleanConstructor;
|
|
141
141
|
default: boolean;
|
|
142
142
|
};
|
|
143
|
-
readonly: {
|
|
144
|
-
type: BooleanConstructor;
|
|
145
|
-
default: boolean;
|
|
146
|
-
};
|
|
147
|
-
useFocusProp: {
|
|
148
|
-
type: BooleanConstructor;
|
|
149
|
-
default: boolean;
|
|
150
|
-
};
|
|
151
|
-
focus: {
|
|
152
|
-
type: BooleanConstructor;
|
|
153
|
-
default: boolean;
|
|
154
|
-
};
|
|
155
|
-
showClear: {
|
|
156
|
-
type: BooleanConstructor;
|
|
157
|
-
default: boolean;
|
|
158
|
-
};
|
|
159
143
|
}>, {}, {
|
|
160
144
|
val: string;
|
|
161
145
|
}, {
|
|
162
146
|
computedError(): string | boolean;
|
|
163
147
|
}, {
|
|
164
148
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
165
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
149
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
166
150
|
placeholder: {
|
|
167
151
|
type: StringConstructor;
|
|
168
152
|
default: string;
|
|
@@ -240,46 +224,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
240
224
|
type: BooleanConstructor;
|
|
241
225
|
default: boolean;
|
|
242
226
|
};
|
|
243
|
-
readonly: {
|
|
244
|
-
type: BooleanConstructor;
|
|
245
|
-
default: boolean;
|
|
246
|
-
};
|
|
247
|
-
useFocusProp: {
|
|
248
|
-
type: BooleanConstructor;
|
|
249
|
-
default: boolean;
|
|
250
|
-
};
|
|
251
|
-
focus: {
|
|
252
|
-
type: BooleanConstructor;
|
|
253
|
-
default: boolean;
|
|
254
|
-
};
|
|
255
|
-
showClear: {
|
|
256
|
-
type: BooleanConstructor;
|
|
257
|
-
default: boolean;
|
|
258
|
-
};
|
|
259
227
|
}>> & Readonly<{
|
|
260
228
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
261
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
262
229
|
}>, {
|
|
263
|
-
disabled: boolean;
|
|
264
|
-
focus: boolean;
|
|
265
230
|
type: string;
|
|
266
|
-
placeholder: string;
|
|
267
|
-
tooltip: string;
|
|
268
|
-
label: string;
|
|
269
231
|
size: string;
|
|
232
|
+
label: string;
|
|
270
233
|
mask: string | unknown[];
|
|
234
|
+
placeholder: string;
|
|
235
|
+
tooltip: string;
|
|
271
236
|
message: string;
|
|
237
|
+
disabled: boolean;
|
|
272
238
|
modelValue: string;
|
|
273
239
|
nativeType: string;
|
|
274
240
|
maxlength: number | null;
|
|
275
|
-
readonly: boolean;
|
|
276
|
-
useFocusProp: boolean;
|
|
277
241
|
iconLeft: string;
|
|
278
242
|
iconRight: string;
|
|
279
243
|
iconLeftClickable: boolean;
|
|
280
244
|
iconRightClickable: boolean;
|
|
281
245
|
allowTogglePassword: boolean;
|
|
282
|
-
showClear: boolean;
|
|
283
246
|
errors: string | unknown[];
|
|
284
247
|
hasCloudyColor: boolean;
|
|
285
248
|
showMaxlengthCounter: boolean;
|
|
@@ -334,22 +297,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
334
297
|
type: BooleanConstructor;
|
|
335
298
|
default: boolean;
|
|
336
299
|
};
|
|
337
|
-
readonly: {
|
|
338
|
-
type: BooleanConstructor;
|
|
339
|
-
default: boolean;
|
|
340
|
-
};
|
|
341
|
-
useFocusProp: {
|
|
342
|
-
type: BooleanConstructor;
|
|
343
|
-
default: boolean;
|
|
344
|
-
};
|
|
345
|
-
focus: {
|
|
346
|
-
type: BooleanConstructor;
|
|
347
|
-
default: boolean;
|
|
348
|
-
};
|
|
349
|
-
showClear: {
|
|
350
|
-
type: BooleanConstructor;
|
|
351
|
-
default: boolean;
|
|
352
|
-
};
|
|
353
300
|
}>, {}, {
|
|
354
301
|
isFocused: boolean;
|
|
355
302
|
showPassword: boolean;
|
|
@@ -359,13 +306,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
359
306
|
iconScheme(): "fg-base" | "fg-muted";
|
|
360
307
|
attributes(): any;
|
|
361
308
|
}, {
|
|
362
|
-
|
|
309
|
+
focus(): void;
|
|
363
310
|
onFocus(): void;
|
|
364
311
|
onBlur(): void;
|
|
365
312
|
onIconLeftClick(): void;
|
|
366
|
-
onClearClick(): void;
|
|
367
313
|
onIconRightClick(): void;
|
|
368
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("
|
|
314
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("icon-left-click" | "icon-right-click")[], "icon-left-click" | "icon-right-click", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
369
315
|
placeholder: {
|
|
370
316
|
type: StringConstructor;
|
|
371
317
|
default: null;
|
|
@@ -415,43 +361,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
415
361
|
type: BooleanConstructor;
|
|
416
362
|
default: boolean;
|
|
417
363
|
};
|
|
418
|
-
readonly: {
|
|
419
|
-
type: BooleanConstructor;
|
|
420
|
-
default: boolean;
|
|
421
|
-
};
|
|
422
|
-
useFocusProp: {
|
|
423
|
-
type: BooleanConstructor;
|
|
424
|
-
default: boolean;
|
|
425
|
-
};
|
|
426
|
-
focus: {
|
|
427
|
-
type: BooleanConstructor;
|
|
428
|
-
default: boolean;
|
|
429
|
-
};
|
|
430
|
-
showClear: {
|
|
431
|
-
type: BooleanConstructor;
|
|
432
|
-
default: boolean;
|
|
433
|
-
};
|
|
434
364
|
}>> & Readonly<{
|
|
435
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
436
365
|
"onIcon-left-click"?: ((...args: any[]) => any) | undefined;
|
|
437
366
|
"onIcon-right-click"?: ((...args: any[]) => any) | undefined;
|
|
438
367
|
}>, {
|
|
439
|
-
disabled: boolean;
|
|
440
|
-
focus: boolean;
|
|
441
368
|
type: string;
|
|
442
|
-
placeholder: string;
|
|
443
369
|
size: string;
|
|
370
|
+
placeholder: string;
|
|
371
|
+
disabled: boolean;
|
|
444
372
|
modelValue: string;
|
|
445
373
|
nativeType: string;
|
|
446
374
|
maxlength: number;
|
|
447
|
-
readonly: boolean;
|
|
448
|
-
useFocusProp: boolean;
|
|
449
375
|
iconLeft: string;
|
|
450
376
|
iconRight: string;
|
|
451
377
|
iconLeftClickable: boolean;
|
|
452
378
|
iconRightClickable: boolean;
|
|
453
379
|
allowTogglePassword: boolean;
|
|
454
|
-
showClear: boolean;
|
|
455
380
|
}, {}, {
|
|
456
381
|
BaseInput: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
457
382
|
type: {
|
|
@@ -477,29 +402,15 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
477
402
|
};
|
|
478
403
|
hasIconLeft: BooleanConstructor;
|
|
479
404
|
hasIconRight: BooleanConstructor;
|
|
480
|
-
hasClearIcon: BooleanConstructor;
|
|
481
405
|
maxlength: {
|
|
482
406
|
type: NumberConstructor;
|
|
483
407
|
default: null;
|
|
484
408
|
};
|
|
485
|
-
readonly: {
|
|
486
|
-
type: BooleanConstructor;
|
|
487
|
-
default: boolean;
|
|
488
|
-
};
|
|
489
|
-
useFocusProp: {
|
|
490
|
-
type: BooleanConstructor;
|
|
491
|
-
default: boolean;
|
|
492
|
-
};
|
|
493
|
-
focus: {
|
|
494
|
-
type: BooleanConstructor;
|
|
495
|
-
default: boolean;
|
|
496
|
-
};
|
|
497
409
|
}>, {}, {}, {
|
|
498
410
|
attributes(): any;
|
|
499
411
|
classes(): (string | {
|
|
500
412
|
'input--has-icon-left': boolean;
|
|
501
413
|
'input--has-icon-right': boolean;
|
|
502
|
-
'input--has-clear-icon': boolean;
|
|
503
414
|
})[];
|
|
504
415
|
}, {
|
|
505
416
|
fullySanitize: typeof import('../../utils/sanitize').fullySanitize;
|
|
@@ -527,38 +438,21 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
527
438
|
};
|
|
528
439
|
hasIconLeft: BooleanConstructor;
|
|
529
440
|
hasIconRight: BooleanConstructor;
|
|
530
|
-
hasClearIcon: BooleanConstructor;
|
|
531
441
|
maxlength: {
|
|
532
442
|
type: NumberConstructor;
|
|
533
443
|
default: null;
|
|
534
444
|
};
|
|
535
|
-
readonly: {
|
|
536
|
-
type: BooleanConstructor;
|
|
537
|
-
default: boolean;
|
|
538
|
-
};
|
|
539
|
-
useFocusProp: {
|
|
540
|
-
type: BooleanConstructor;
|
|
541
|
-
default: boolean;
|
|
542
|
-
};
|
|
543
|
-
focus: {
|
|
544
|
-
type: BooleanConstructor;
|
|
545
|
-
default: boolean;
|
|
546
|
-
};
|
|
547
445
|
}>> & Readonly<{
|
|
548
446
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
549
447
|
}>, {
|
|
550
|
-
focus: boolean;
|
|
551
448
|
type: string;
|
|
552
449
|
size: string;
|
|
553
450
|
mask: string | unknown[];
|
|
554
451
|
hasIconLeft: boolean;
|
|
555
452
|
hasIconRight: boolean;
|
|
556
|
-
hasClearIcon: boolean;
|
|
557
453
|
modelValue: string;
|
|
558
454
|
nativeType: string;
|
|
559
455
|
maxlength: number;
|
|
560
|
-
readonly: boolean;
|
|
561
|
-
useFocusProp: boolean;
|
|
562
456
|
}, {}, {}, {
|
|
563
457
|
mask: any;
|
|
564
458
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -593,7 +487,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
593
487
|
default: boolean;
|
|
594
488
|
};
|
|
595
489
|
error: {
|
|
596
|
-
type: (
|
|
490
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
597
491
|
default: boolean;
|
|
598
492
|
};
|
|
599
493
|
message: {
|
|
@@ -625,7 +519,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
625
519
|
default: boolean;
|
|
626
520
|
};
|
|
627
521
|
error: {
|
|
628
|
-
type: (
|
|
522
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
629
523
|
default: boolean;
|
|
630
524
|
};
|
|
631
525
|
message: {
|
|
@@ -641,17 +535,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
641
535
|
default: string;
|
|
642
536
|
};
|
|
643
537
|
}>> & Readonly<{}>, {
|
|
644
|
-
disabled: boolean;
|
|
645
538
|
error: string | boolean;
|
|
646
|
-
tooltip: string;
|
|
647
|
-
label: string;
|
|
648
539
|
size: string;
|
|
540
|
+
label: string;
|
|
541
|
+
tooltip: string;
|
|
649
542
|
fixedLabel: boolean;
|
|
650
543
|
message: string;
|
|
544
|
+
disabled: boolean;
|
|
651
545
|
}, {}, {
|
|
652
546
|
UnnnicLabel: import('vue').DefineComponent<import('../Label/Label.vue').LabelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('../Label/Label.vue').LabelProps> & Readonly<{}>, {
|
|
653
|
-
tooltip: string;
|
|
654
547
|
label: string;
|
|
548
|
+
tooltip: string;
|
|
655
549
|
useHtmlTooltip: boolean;
|
|
656
550
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
657
551
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { DisclaimerProps } from './types';
|
|
2
|
+
export type { DisclaimerProps };
|
|
3
3
|
declare const _default: import('vue').DefineComponent<DisclaimerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DisclaimerProps> & Readonly<{}>, {
|
|
4
|
-
type: DisclaimerType;
|
|
5
|
-
title: string;
|
|
6
4
|
icon: string;
|
|
7
|
-
|
|
8
|
-
iconColor: SchemeColor;
|
|
5
|
+
iconColor: import('../Icon.vue').SchemeColor;
|
|
9
6
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
10
7
|
export default _default;
|
|
11
8
|
//# sourceMappingURL=Disclaimer.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Disclaimer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/Disclaimer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Disclaimer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/Disclaimer.vue"],"names":[],"mappings":"AAgBA;AA4EA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAM/C,YAAY,EAAE,eAAe,EAAE,CAAC;;;;;AA6FhC,wBAQG"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DisclaimerTypeV2, DisclaimerV2Props } from './types-v2';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<DisclaimerV2Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DisclaimerV2Props> & Readonly<{}>, {
|
|
3
|
+
type: DisclaimerTypeV2;
|
|
4
|
+
description: string;
|
|
5
|
+
title: string;
|
|
6
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
7
|
+
export default _default;
|
|
8
|
+
//# sourceMappingURL=DisclaimerV2.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DisclaimerV2.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/DisclaimerV2.vue"],"names":[],"mappings":"AAqCA;AAiLA,OAAO,KAAK,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;;;;;;AAiJtE,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types-v2.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/types-v2.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GACxB,eAAe,GACf,SAAS,GACT,WAAW,GACX,OAAO,GACP,SAAS,CAAC;AAEd,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,gBAAgB,CAAC;CACzB"}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
import { SchemeColor } from '../../types/scheme-colors';
|
|
2
|
-
export type DisclaimerType = 'informational' | 'success' | 'attention' | 'error' | 'neutral';
|
|
3
2
|
export interface DisclaimerProps {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
icon?: string | undefined;
|
|
8
|
-
iconColor?: SchemeColor | undefined;
|
|
3
|
+
text: string;
|
|
4
|
+
icon?: string;
|
|
5
|
+
iconColor?: SchemeColor;
|
|
9
6
|
}
|
|
10
7
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Disclaimer/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,WAAW,eAAe;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,WAAW,CAAC;CACzB"}
|
|
@@ -1,14 +1,142 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
type
|
|
4
|
-
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
description: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
disabledPrimaryButton: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
disabledSecondaryButton: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
loadingPrimaryButton: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
loadingSecondaryButton: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
primaryButtonText: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
primaryButtonType: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
secondaryButtonText: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
size: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
validator(val: unknown): boolean;
|
|
42
|
+
};
|
|
43
|
+
wide: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
modelValue: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
required: true;
|
|
50
|
+
};
|
|
51
|
+
withoutOverlay: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
closeIcon: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
distinctCloseBack: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
}>, {}, {
|
|
64
|
+
showDrawer: boolean;
|
|
65
|
+
}, {
|
|
66
|
+
showFooter(): boolean;
|
|
67
|
+
}, {
|
|
68
|
+
transitionClose(callback: any): void;
|
|
69
|
+
close(): void;
|
|
70
|
+
back(): void;
|
|
71
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("close" | "back" | "primaryButtonClick" | "secondaryButtonClick")[], "close" | "back" | "primaryButtonClick" | "secondaryButtonClick", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
72
|
+
title: {
|
|
73
|
+
type: StringConstructor;
|
|
74
|
+
required: true;
|
|
75
|
+
};
|
|
76
|
+
description: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
disabledPrimaryButton: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
disabledSecondaryButton: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
loadingPrimaryButton: {
|
|
89
|
+
type: BooleanConstructor;
|
|
90
|
+
default: boolean;
|
|
91
|
+
};
|
|
92
|
+
loadingSecondaryButton: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
primaryButtonText: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
primaryButtonType: {
|
|
101
|
+
type: StringConstructor;
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
secondaryButtonText: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
size: {
|
|
109
|
+
type: StringConstructor;
|
|
110
|
+
default: string;
|
|
111
|
+
validator(val: unknown): boolean;
|
|
112
|
+
};
|
|
113
|
+
wide: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
modelValue: {
|
|
118
|
+
type: BooleanConstructor;
|
|
119
|
+
required: true;
|
|
120
|
+
};
|
|
121
|
+
withoutOverlay: {
|
|
122
|
+
type: BooleanConstructor;
|
|
123
|
+
default: boolean;
|
|
124
|
+
};
|
|
125
|
+
closeIcon: {
|
|
126
|
+
type: StringConstructor;
|
|
127
|
+
default: string;
|
|
128
|
+
};
|
|
129
|
+
distinctCloseBack: {
|
|
130
|
+
type: BooleanConstructor;
|
|
131
|
+
default: boolean;
|
|
132
|
+
};
|
|
133
|
+
}>> & Readonly<{
|
|
134
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
135
|
+
onBack?: ((...args: any[]) => any) | undefined;
|
|
136
|
+
onPrimaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
137
|
+
onSecondaryButtonClick?: ((...args: any[]) => any) | undefined;
|
|
138
|
+
}>, {
|
|
9
139
|
size: string;
|
|
10
|
-
title: string;
|
|
11
|
-
modelValue: boolean;
|
|
12
140
|
description: string;
|
|
13
141
|
closeIcon: string;
|
|
14
142
|
disabledPrimaryButton: boolean;
|
|
@@ -18,33 +146,75 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
|
18
146
|
primaryButtonText: string;
|
|
19
147
|
primaryButtonType: string;
|
|
20
148
|
secondaryButtonText: string;
|
|
149
|
+
wide: boolean;
|
|
21
150
|
withoutOverlay: boolean;
|
|
22
151
|
distinctCloseBack: boolean;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
152
|
+
}, {}, {
|
|
153
|
+
UnnnicIcon: import('vue').DefineComponent<import('../Icon.vue').IconProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
154
|
+
click: (event: Event) => any;
|
|
155
|
+
mousedown: (event: Event) => any;
|
|
156
|
+
mouseup: (event: Event) => any;
|
|
157
|
+
}, string, import('vue').PublicProps, Readonly<import('../Icon.vue').IconProps> & Readonly<{
|
|
158
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
159
|
+
onMousedown?: ((event: Event) => any) | undefined;
|
|
160
|
+
onMouseup?: ((event: Event) => any) | undefined;
|
|
161
|
+
}>, {
|
|
162
|
+
size: import('../Icon.vue').IconSize;
|
|
163
|
+
filled: boolean;
|
|
164
|
+
icon: string | null;
|
|
165
|
+
clickable: boolean;
|
|
166
|
+
scheme: import('../Icon.vue').SchemeColor;
|
|
167
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
168
|
+
UnnnicButton: {
|
|
169
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
170
|
+
text: string;
|
|
171
|
+
type: import('../Button/types').ButtonType;
|
|
172
|
+
size: import('../Button/types').ButtonSize;
|
|
173
|
+
disabled: boolean;
|
|
174
|
+
iconLeft: string;
|
|
175
|
+
iconRight: string;
|
|
176
|
+
float: boolean;
|
|
177
|
+
iconCenter: string;
|
|
178
|
+
iconsFilled: boolean;
|
|
179
|
+
loading: boolean;
|
|
180
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
|
|
181
|
+
P: {};
|
|
182
|
+
B: {};
|
|
183
|
+
D: {};
|
|
184
|
+
C: {};
|
|
185
|
+
M: {};
|
|
186
|
+
Defaults: {};
|
|
187
|
+
}, Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
188
|
+
text: string;
|
|
189
|
+
type: import('../Button/types').ButtonType;
|
|
190
|
+
size: import('../Button/types').ButtonSize;
|
|
191
|
+
disabled: boolean;
|
|
192
|
+
iconLeft: string;
|
|
193
|
+
iconRight: string;
|
|
194
|
+
float: boolean;
|
|
195
|
+
iconCenter: string;
|
|
196
|
+
iconsFilled: boolean;
|
|
197
|
+
loading: boolean;
|
|
198
|
+
}>;
|
|
199
|
+
__isFragment?: never;
|
|
200
|
+
__isTeleport?: never;
|
|
201
|
+
__isSuspense?: never;
|
|
202
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../Button/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
203
|
+
text: string;
|
|
204
|
+
type: import('../Button/types').ButtonType;
|
|
205
|
+
size: import('../Button/types').ButtonSize;
|
|
206
|
+
disabled: boolean;
|
|
207
|
+
iconLeft: string;
|
|
208
|
+
iconRight: string;
|
|
209
|
+
float: boolean;
|
|
210
|
+
iconCenter: string;
|
|
211
|
+
iconsFilled: boolean;
|
|
212
|
+
loading: boolean;
|
|
213
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
214
|
+
$slots: {
|
|
215
|
+
default?(_: {}): any;
|
|
216
|
+
};
|
|
217
|
+
});
|
|
218
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
219
|
+
export default _default;
|
|
50
220
|
//# sourceMappingURL=Drawer.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Drawer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Drawer/Drawer.vue"],"names":[],"mappings":"AAyFA;"}
|
|
@@ -42,10 +42,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
42
42
|
}>> & Readonly<{
|
|
43
43
|
"onUpdate:open"?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
}>, {
|
|
45
|
-
open: boolean;
|
|
46
45
|
forceOpen: boolean;
|
|
47
46
|
position: string;
|
|
48
47
|
useOpenProp: boolean;
|
|
48
|
+
open: boolean;
|
|
49
49
|
}, {}, {}, {
|
|
50
50
|
onClickOutside: any;
|
|
51
51
|
}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|