@pisell/materials 1.0.884 → 1.0.885
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +164 -148
- package/build/lowcode/render/default/view.js +38 -24
- package/build/lowcode/view.js +38 -24
- package/es/components/appVersionControl/index.d.ts +5 -0
- package/es/components/appVersionControl/index.d.ts.map +1 -0
- package/es/components/auto-complete-number/index.d.ts +0 -1
- package/es/components/badge/index.d.ts +0 -1
- package/es/components/batch-editor/fields/index.d.ts +0 -1
- package/es/components/calendar/index.d.ts +0 -1
- package/es/components/cardPro/index.d.ts +0 -1
- package/es/components/checkbox/index.d.ts +0 -1
- package/es/components/classicLayout/index.d.ts +0 -1
- package/es/components/colorPicker/index.d.ts +0 -1
- package/es/components/config-provider/index.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts.map +1 -0
- package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +2 -1
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts.map +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +3 -2
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +39 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts.map +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +5 -5
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts.map +1 -0
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts +79 -0
- package/es/components/dataSourceComponents/dataSourceTable/type.d.ts.map +1 -0
- package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +3 -8
- package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts.map +1 -0
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +3 -8
- package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts.map +1 -0
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +25 -0
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.d.ts.map +1 -0
- package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +2 -1
- package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/index.d.ts +11 -10
- package/es/components/date-picker/datePickerCpt.d.ts +1 -0
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +19 -0
- package/es/components/drag-sort-tree/TreeItem/index.d.ts.map +1 -0
- package/es/components/drag-sort-tree/index.d.ts +5 -0
- package/es/components/drag-sort-tree/index.d.ts.map +1 -0
- package/es/components/dropdown/index.d.ts +0 -1
- package/es/components/filter/components/items/index.d.ts +0 -1
- package/es/components/filter/components/items/text/Editor/index.d.ts +0 -1
- package/es/components/filter/components/items/text/Preview/index.d.ts +0 -1
- package/es/components/filter/components/items/text/index.d.ts +0 -1
- package/es/components/filter/index.d.ts +1 -0
- package/es/components/iconfont/index.d.ts +9 -0
- package/es/components/iconfont/index.d.ts.map +1 -0
- package/es/components/list/index.d.ts +1 -0
- package/es/components/login-and-register/index.d.ts +83 -0
- package/es/components/login-and-register/index.d.ts.map +1 -0
- package/es/components/lowCodePage/index.d.ts +1 -0
- package/es/components/media/index.d.ts +18 -0
- package/es/components/media/index.js +340 -0
- package/es/components/media/index.less +100 -0
- package/es/components/pisell-config-provider/index.d.ts +13 -0
- package/es/components/pisell-config-provider/index.d.ts.map +1 -0
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
- package/es/components/pisellAdjustPrice/index.d.ts +7 -1
- package/es/components/pisellAdjustPrice/index.d.ts.map +1 -0
- package/es/components/pisellCard/index.d.ts +0 -1
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
- package/es/components/pisellDatePicker/index.d.ts +0 -1
- package/es/components/pisellEmpty/index.d.ts +20 -0
- package/es/components/pisellEmpty/index.d.ts.map +1 -0
- package/es/components/pisellGoodPassCard/index.d.ts +1 -1
- package/es/components/pisellGoodPassCard/index.d.ts.map +1 -0
- package/es/components/pisellInput/components/BankCard/index.d.ts +0 -1
- package/es/components/pisellInput/components/Copy/index.d.ts +1 -0
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
- package/es/components/pisellLoading/index.d.ts +1 -0
- package/es/components/pisellToast/index.d.ts +1 -0
- package/es/components/pisellToast/index.d.ts.map +1 -0
- package/es/components/pisellTooltip/index.d.ts +0 -1
- package/es/components/pisellUpload/index.d.ts +0 -1
- package/es/components/pisellVHFix/index.d.ts +13 -0
- package/es/components/pisellVHFix/index.js +36 -0
- package/es/components/pisellVHFix/index.less +10 -0
- package/es/components/productCard/components/Action/index.d.ts +4 -0
- package/es/components/productCard/components/Action/index.d.ts.map +1 -0
- package/es/components/productCard/components/Divider/index.d.ts +0 -1
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
- package/es/components/productCard/components/Header/DeleteButton/index.d.ts.map +1 -0
- package/es/components/productCard/components/Header/EditButton/index.d.ts +1 -0
- package/es/components/productCard/components/Header/index.d.ts +1 -0
- package/es/components/productCard/components/Header/index.d.ts.map +1 -0
- package/es/components/productCard/components/MultiDay/index.d.ts +1 -0
- package/es/components/productCard/components/Note/index.d.ts +1 -0
- package/es/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
- package/es/components/productCard/components/Packages/components/options/index.d.ts +1 -0
- package/es/components/productCard/components/Packages/index.d.ts +1 -0
- package/es/components/productCard/components/Sales/index.d.ts +1 -0
- package/es/components/productCard/components/Sales/index.d.ts.map +1 -0
- package/es/components/productCard/components/Time/components/Like/index.d.ts +0 -1
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
- package/es/components/productCard/components/Time/components/SelectHolder/index.d.ts.map +1 -0
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -0
- package/es/components/productCard/components/Time/components/SelectHolderModal/index.d.ts.map +1 -0
- package/es/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -0
- package/es/components/productCard/components/Time/components/SelectResource/index.d.ts.map +1 -0
- package/es/components/productCard/components/Time/index.d.ts +4 -0
- package/es/components/productCard/components/Time/index.d.ts.map +1 -0
- package/es/components/productCard/index.d.ts +2 -3
- package/es/components/productCard/index.d.ts.map +1 -0
- package/es/components/productCard/locales.d.ts +85 -0
- package/es/components/productCard/locales.d.ts.map +1 -0
- package/es/components/qrcode/index.d.ts +1 -0
- package/es/components/radio/index.d.ts +0 -1
- package/es/components/segmented/index.d.ts +0 -1
- package/es/components/select-time/RightPanel/index.d.ts +0 -1
- package/es/components/skeleton/index.d.ts +0 -1
- package/es/components/slider/index.d.ts +0 -1
- package/es/components/sort/components/InlineMenu/index.d.ts +0 -1
- package/es/components/table/Actions/component/ExportImport/index.d.ts +8 -0
- package/es/components/table/Actions/component/ExportImport/index.d.ts.map +1 -0
- package/es/components/table/BasicTable/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts +1 -0
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts.map +1 -0
- package/es/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/es/components/table/Gallery/index.d.ts +1 -0
- package/es/components/table/Gallery/index.d.ts.map +1 -0
- package/es/components/table/Summary/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/date/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/date/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/image/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/index.d.ts +2 -2
- package/es/components/table/Table/fields/link/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/link/Show/index.d.ts +1 -0
- package/es/components/table/Table/fields/link/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/number/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/search/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/select/index.d.ts +1 -0
- package/es/components/table/Table/fields/text/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/text/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
- package/es/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/es/components/table/Table/fields/treeSelect/index.d.ts +1 -0
- package/es/components/table/Table/index.d.ts +1 -0
- package/es/components/table/Table/index.d.ts.map +1 -0
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +1 -0
- package/es/components/table/Table/tableConfig/summary/index.d.ts +0 -1
- package/es/components/table/Table/utils.d.ts +4 -15
- package/es/components/table/Table/utils.d.ts.map +1 -0
- package/es/components/table/hooks/useTableSetting.d.ts +1 -0
- package/es/components/table/hooks/useTableSetting.d.ts.map +1 -0
- package/es/components/table/hooks/useTransDataSource.d.ts +1 -1
- package/es/components/table/hooks/useTransDataSource.d.ts.map +1 -0
- package/es/components/table/types.d.ts +252 -0
- package/es/components/table/types.d.ts.map +1 -0
- package/es/components/time-picker/index.d.ts +0 -1
- package/es/components/translation/index.d.ts +1 -1
- package/es/components/translation/index.d.ts.map +1 -0
- package/es/components/upload/index.d.ts +0 -1
- package/es/components/versionModal/index.d.ts +24 -0
- package/es/components/versionModal/index.d.ts.map +1 -0
- package/es/components/virtual-keyboard/Amount/index.d.ts +21 -3
- package/es/components/virtual-keyboard/Amount/index.d.ts.map +1 -0
- package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -1
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +2 -3
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts.map +1 -0
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +22 -0
- package/es/components/virtual-keyboard/Keyboard/index.d.ts.map +1 -0
- package/es/components/virtual-keyboard/Number/index.d.ts +12 -3
- package/es/components/virtual-keyboard/Number/index.d.ts.map +1 -0
- package/es/components/virtual-keyboard/Time/utils.d.ts +0 -1
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +12 -0
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts.map +1 -0
- package/es/components/virtual-keyboard/index.d.ts +1 -11
- package/es/components/virtual-keyboard/index.d.ts.map +1 -0
- package/es/components/walletCard/Guest/index.d.ts +0 -1
- package/es/components/walletCard/Guide/index.d.ts +0 -1
- package/es/components/walletCard/index.d.ts +68 -0
- package/es/components/walletCard/index.d.ts.map +1 -0
- package/es/index.d.ts +16 -16
- package/es/index.d.ts.map +1 -0
- package/es/locales/en-US.d.ts +279 -0
- package/es/locales/en-US.d.ts.map +1 -0
- package/es/locales/zh-CN.d.ts +274 -0
- package/es/locales/zh-CN.d.ts.map +1 -0
- package/es/locales/zh-TW.d.ts +274 -0
- package/es/locales/zh-TW.d.ts.map +1 -0
- package/es/utils/index.d.ts +1 -1
- package/lib/components/appVersionControl/index.d.ts +5 -0
- package/lib/components/appVersionControl/index.d.ts.map +1 -0
- package/lib/components/auto-complete-number/index.d.ts +0 -1
- package/lib/components/badge/index.d.ts +0 -1
- package/lib/components/batch-editor/fields/index.d.ts +0 -1
- package/lib/components/calendar/index.d.ts +0 -1
- package/lib/components/cardPro/index.d.ts +0 -1
- package/lib/components/checkbox/index.d.ts +0 -1
- package/lib/components/classicLayout/index.d.ts +0 -1
- package/lib/components/colorPicker/index.d.ts +0 -1
- package/lib/components/config-provider/index.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceForm/BaseForm.d.ts.map +1 -0
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +2 -1
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts.map +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +3 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +39 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts.map +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +5 -5
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts.map +1 -0
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts +79 -0
- package/lib/components/dataSourceComponents/dataSourceTable/type.d.ts.map +1 -0
- package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts +3 -8
- package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.d.ts.map +1 -0
- package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts +3 -8
- package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.d.ts.map +1 -0
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts +25 -0
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.d.ts.map +1 -0
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +2 -1
- package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +0 -1
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/index.d.ts +11 -10
- package/lib/components/date-picker/datePickerCpt.d.ts +1 -0
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +19 -0
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts.map +1 -0
- package/lib/components/drag-sort-tree/index.d.ts +5 -0
- package/lib/components/drag-sort-tree/index.d.ts.map +1 -0
- package/lib/components/dropdown/index.d.ts +0 -1
- package/lib/components/filter/components/items/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/Editor/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/Preview/index.d.ts +0 -1
- package/lib/components/filter/components/items/text/index.d.ts +0 -1
- package/lib/components/filter/index.d.ts +1 -0
- package/lib/components/iconfont/index.d.ts +9 -0
- package/lib/components/iconfont/index.d.ts.map +1 -0
- package/lib/components/list/index.d.ts +1 -0
- package/lib/components/login-and-register/index.d.ts +83 -0
- package/lib/components/login-and-register/index.d.ts.map +1 -0
- package/lib/components/lowCodePage/index.d.ts +1 -0
- package/lib/components/media/index.d.ts +18 -0
- package/lib/components/media/index.js +265 -0
- package/lib/components/media/index.less +100 -0
- package/lib/components/pisell-config-provider/index.d.ts +13 -0
- package/lib/components/pisell-config-provider/index.d.ts.map +1 -0
- package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -0
- package/lib/components/pisellAdjustPrice/index.d.ts +7 -1
- package/lib/components/pisellAdjustPrice/index.d.ts.map +1 -0
- package/lib/components/pisellCard/index.d.ts +0 -1
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +0 -1
- package/lib/components/pisellDatePicker/index.d.ts +0 -1
- package/lib/components/pisellEmpty/index.d.ts +20 -0
- package/lib/components/pisellEmpty/index.d.ts.map +1 -0
- package/lib/components/pisellGoodPassCard/index.d.ts +1 -1
- package/lib/components/pisellGoodPassCard/index.d.ts.map +1 -0
- package/lib/components/pisellInput/components/BankCard/index.d.ts +0 -1
- package/lib/components/pisellInput/components/Copy/index.d.ts +1 -0
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +0 -1
- package/lib/components/pisellLoading/index.d.ts +1 -0
- package/lib/components/pisellToast/index.d.ts +1 -0
- package/lib/components/pisellToast/index.d.ts.map +1 -0
- package/lib/components/pisellTooltip/index.d.ts +0 -1
- package/lib/components/pisellUpload/index.d.ts +0 -1
- package/lib/components/pisellVHFix/index.d.ts +13 -0
- package/lib/components/pisellVHFix/index.js +56 -0
- package/lib/components/pisellVHFix/index.less +10 -0
- package/lib/components/productCard/components/Action/index.d.ts +4 -0
- package/lib/components/productCard/components/Action/index.d.ts.map +1 -0
- package/lib/components/productCard/components/Divider/index.d.ts +0 -1
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts +4 -0
- package/lib/components/productCard/components/Header/DeleteButton/index.d.ts.map +1 -0
- package/lib/components/productCard/components/Header/EditButton/index.d.ts +1 -0
- package/lib/components/productCard/components/Header/index.d.ts +1 -0
- package/lib/components/productCard/components/Header/index.d.ts.map +1 -0
- package/lib/components/productCard/components/MultiDay/index.d.ts +1 -0
- package/lib/components/productCard/components/Note/index.d.ts +1 -0
- package/lib/components/productCard/components/Packages/components/collapsibleList/utils.d.ts +1 -0
- package/lib/components/productCard/components/Packages/components/options/index.d.ts +1 -0
- package/lib/components/productCard/components/Packages/index.d.ts +1 -0
- package/lib/components/productCard/components/Sales/index.d.ts +1 -0
- package/lib/components/productCard/components/Sales/index.d.ts.map +1 -0
- package/lib/components/productCard/components/Time/components/Like/index.d.ts +0 -1
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts +1 -0
- package/lib/components/productCard/components/Time/components/SelectHolder/index.d.ts.map +1 -0
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts +1 -0
- package/lib/components/productCard/components/Time/components/SelectHolderModal/index.d.ts.map +1 -0
- package/lib/components/productCard/components/Time/components/SelectHolderMultiple/index.d.ts +1 -0
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts +1 -0
- package/lib/components/productCard/components/Time/components/SelectResource/index.d.ts.map +1 -0
- package/lib/components/productCard/components/Time/index.d.ts +4 -0
- package/lib/components/productCard/components/Time/index.d.ts.map +1 -0
- package/lib/components/productCard/index.d.ts +2 -3
- package/lib/components/productCard/index.d.ts.map +1 -0
- package/lib/components/productCard/locales.d.ts +85 -0
- package/lib/components/productCard/locales.d.ts.map +1 -0
- package/lib/components/qrcode/index.d.ts +1 -0
- package/lib/components/radio/index.d.ts +0 -1
- package/lib/components/segmented/index.d.ts +0 -1
- package/lib/components/select-time/RightPanel/index.d.ts +0 -1
- package/lib/components/skeleton/index.d.ts +0 -1
- package/lib/components/slider/index.d.ts +0 -1
- package/lib/components/sort/components/InlineMenu/index.d.ts +0 -1
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +8 -0
- package/lib/components/table/Actions/component/ExportImport/index.d.ts.map +1 -0
- package/lib/components/table/BasicTable/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +1 -0
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts.map +1 -0
- package/lib/components/table/Gallery/components/VirtualGrid/useGapSize.d.ts +2 -2
- package/lib/components/table/Gallery/index.d.ts +1 -0
- package/lib/components/table/Gallery/index.d.ts.map +1 -0
- package/lib/components/table/Summary/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/date/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/index.d.ts +2 -2
- package/lib/components/table/Table/fields/link/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -0
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/select/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/select/index.d.ts +1 -0
- package/lib/components/table/Table/fields/text/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +0 -1
- package/lib/components/table/Table/fields/treeSelect/filterUtil/index.d.ts +1 -1
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +1 -0
- package/lib/components/table/Table/index.d.ts +1 -0
- package/lib/components/table/Table/index.d.ts.map +1 -0
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +1 -0
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +0 -1
- package/lib/components/table/Table/utils.d.ts +4 -15
- package/lib/components/table/Table/utils.d.ts.map +1 -0
- package/lib/components/table/hooks/useTableSetting.d.ts +1 -0
- package/lib/components/table/hooks/useTableSetting.d.ts.map +1 -0
- package/lib/components/table/hooks/useTransDataSource.d.ts +1 -1
- package/lib/components/table/hooks/useTransDataSource.d.ts.map +1 -0
- package/lib/components/table/types.d.ts +252 -0
- package/lib/components/table/types.d.ts.map +1 -0
- package/lib/components/time-picker/index.d.ts +0 -1
- package/lib/components/translation/index.d.ts +1 -1
- package/lib/components/translation/index.d.ts.map +1 -0
- package/lib/components/upload/index.d.ts +0 -1
- package/lib/components/versionModal/index.d.ts +24 -0
- package/lib/components/versionModal/index.d.ts.map +1 -0
- package/lib/components/virtual-keyboard/Amount/index.d.ts +21 -3
- package/lib/components/virtual-keyboard/Amount/index.d.ts.map +1 -0
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +0 -1
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +2 -3
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts.map +1 -0
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +22 -0
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts.map +1 -0
- package/lib/components/virtual-keyboard/Number/index.d.ts +12 -3
- package/lib/components/virtual-keyboard/Number/index.d.ts.map +1 -0
- package/lib/components/virtual-keyboard/Time/utils.d.ts +0 -1
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +12 -0
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts.map +1 -0
- package/lib/components/virtual-keyboard/index.d.ts +1 -11
- package/lib/components/virtual-keyboard/index.d.ts.map +1 -0
- package/lib/components/walletCard/Guest/index.d.ts +0 -1
- package/lib/components/walletCard/Guide/index.d.ts +0 -1
- package/lib/components/walletCard/index.d.ts +68 -0
- package/lib/components/walletCard/index.d.ts.map +1 -0
- package/lib/index.d.ts +16 -16
- package/lib/index.d.ts.map +1 -0
- package/lib/locales/en-US.d.ts +279 -0
- package/lib/locales/en-US.d.ts.map +1 -0
- package/lib/locales/zh-CN.d.ts +274 -0
- package/lib/locales/zh-CN.d.ts.map +1 -0
- package/lib/locales/zh-TW.d.ts +274 -0
- package/lib/locales/zh-TW.d.ts.map +1 -0
- package/lib/utils/index.d.ts +1 -1
- package/package.json +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -32
- package/es/components/dataSourceComponents/fields/DatePicker/ReadPretty.d.ts +0 -5
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
- package/es/components/dataSourceComponents/fields/utils.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -27
- package/es/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
- package/es/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -10
- package/es/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
- package/es/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
- package/es/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -3
- package/es/components/productCard/cartSkuCard/index.d.ts +0 -10
- package/es/components/productCard/components/AmountFooter/index.d.ts +0 -3
- package/es/components/productCard/components/Warning/index.d.ts +0 -7
- package/es/components/productCard/status.d.ts +0 -32
- package/es/components/productCard/types.d.ts +0 -84
- package/es/components/productCard/utils.d.ts +0 -31
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -32
- package/lib/components/dataSourceComponents/fields/DatePicker/ReadPretty.d.ts +0 -5
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
- package/lib/components/dataSourceComponents/fields/utils.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/AmountFooter/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/MultiDay/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/Note/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/components/basicInfo/index.d.ts +0 -27
- package/lib/components/productCard/cartSkuCard/components/discountReason/index.d.ts +0 -2
- package/lib/components/productCard/cartSkuCard/components/packages/index.d.ts +0 -10
- package/lib/components/productCard/cartSkuCard/components/packages/utils.d.ts +0 -20
- package/lib/components/productCard/cartSkuCard/components/sales/index.d.ts +0 -12
- package/lib/components/productCard/cartSkuCard/components/specs/index.d.ts +0 -3
- package/lib/components/productCard/cartSkuCard/index.d.ts +0 -10
- package/lib/components/productCard/components/AmountFooter/index.d.ts +0 -3
- package/lib/components/productCard/components/Warning/index.d.ts +0 -7
- package/lib/components/productCard/status.d.ts +0 -32
- package/lib/components/productCard/types.d.ts +0 -84
- package/lib/components/productCard/utils.d.ts +0 -31
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwD,MAAM,OAAO,CAAC;AAiB7E,OAAO,cAAc,CAAC;;AA8MtB,wBAAmC"}
|
|
@@ -81,10 +81,7 @@ export declare const setTableSettingToLocalStorage: ({ tableId, tableSettingObj,
|
|
|
81
81
|
}>;
|
|
82
82
|
currentViewMode: ModeType;
|
|
83
83
|
currentSettingHash: string;
|
|
84
|
-
}) =>
|
|
85
|
-
key: string;
|
|
86
|
-
value: Record<string, any>;
|
|
87
|
-
} | undefined;
|
|
84
|
+
}) => void;
|
|
88
85
|
export declare const clearTableSettingToLocalStorage: (tableId?: string) => void;
|
|
89
86
|
/**
|
|
90
87
|
* 从本地存储中获取表格设置, 全部配置
|
|
@@ -115,16 +112,7 @@ export declare const setFormValuesToLocalStorage: ({ tableId, allValues, keys, c
|
|
|
115
112
|
keys?: string[] | undefined;
|
|
116
113
|
currentViewMode: ModeType;
|
|
117
114
|
currentSettingHash: string;
|
|
118
|
-
}) =>
|
|
119
|
-
key: string;
|
|
120
|
-
value: Record<string, any>;
|
|
121
|
-
} | undefined;
|
|
122
|
-
/**
|
|
123
|
-
* 获取表格键值
|
|
124
|
-
* @param tableId 表格ID
|
|
125
|
-
* @returns 返回格式化后的表格键值
|
|
126
|
-
*/
|
|
127
|
-
export declare const getTableKey: (tableId: string) => string;
|
|
115
|
+
}) => void;
|
|
128
116
|
/**
|
|
129
117
|
* 合并筛选设置
|
|
130
118
|
* @param list 列表数据
|
|
@@ -167,7 +155,8 @@ export declare const getSettingKeyArrByMode: ({ filter, columnSetting, dataSourc
|
|
|
167
155
|
sort?: SortType | undefined;
|
|
168
156
|
mode: "" | "localStorage" | "remote";
|
|
169
157
|
currentViewMode: ModeType;
|
|
170
|
-
}) => ("
|
|
158
|
+
}) => ("view_mode" | "filter_setting" | "group_by" | "order_by" | "column_setting" | "gallery_setting")[];
|
|
171
159
|
export declare const omit: (obj: Record<string, any>, keys: string[]) => Record<string, any>;
|
|
172
160
|
export declare const stringify: (obj: Record<string, any>) => string;
|
|
173
161
|
export {};
|
|
162
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTableSetting.d.ts","sourceRoot":"","sources":["useTableSetting.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,kBAAkB,EAClB,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,oBAAoB,EACrB,MAAM,UAAU,CAAC;AAGlB,aAAK,oBAAoB,GAAG;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,UAAU,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IAC/B,aAAa,CAAC,EAAE,iBAAiB,CAAC;IAClC,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,IAAI,EAAE,YAAY,CAAC;IACnB,eAAe,EAAE,QAAQ,CAAC;IAC1B,OAAO,CAAC,EAAE,kBAAkB,CAAC;IAC7B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,oBAAoB,CAAC;CACrC,CAAC;AAEF,QAAA,MAAM,eAAe,WAAY,oBAAoB;8BA+LJ,OAAO,MAAM,EAAE,GAAG,CAAC;;;;CAqBnE,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -6,7 +6,7 @@ declare type UseTransDataSourceParams = {
|
|
|
6
6
|
dataSource: Record<string, any>[];
|
|
7
7
|
rowKey: string | ((params: any) => string);
|
|
8
8
|
filter: FilterType;
|
|
9
|
-
currentView: 'gallery' | 'table';
|
|
10
9
|
};
|
|
11
10
|
declare const useTransDataSource: (params: UseTransDataSourceParams) => Record<string, any>[];
|
|
12
11
|
export default useTransDataSource;
|
|
12
|
+
//# sourceMappingURL=useTransDataSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTransDataSource.d.ts","sourceRoot":"","sources":["useTransDataSource.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAQ5C,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIhD,aAAK,wBAAwB,GAAG;IAC9B,IAAI,EAAE,YAAY,CAAC;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,CAAC;IAClC,MAAM,EAAE,MAAM,GAAG,CAAC,CAAC,MAAM,EAAE,GAAG,KAAK,MAAM,CAAC,CAAC;IAE3C,MAAM,EAAE,UAAU,CAAC;CACpB,CAAC;AACF,QAAA,MAAM,kBAAkB,WAAY,wBAAwB,0BAkF3D,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
import { FilterType } from "../filter/types";
|
|
2
|
+
import { SortItemProps } from "../sort/types";
|
|
3
|
+
import React from "react";
|
|
4
|
+
export declare type StorageMode = "" | "localStorage";
|
|
5
|
+
/**
|
|
6
|
+
* 排序总配置
|
|
7
|
+
*/
|
|
8
|
+
export declare type SortType = {
|
|
9
|
+
/** 排序是否展示 */
|
|
10
|
+
show: boolean;
|
|
11
|
+
/** 排序存储模式 */
|
|
12
|
+
storageMode: StorageMode;
|
|
13
|
+
list: SortItemProps[];
|
|
14
|
+
};
|
|
15
|
+
/**
|
|
16
|
+
* 列展示总配置
|
|
17
|
+
*/
|
|
18
|
+
export declare type ColumnSettingType = {
|
|
19
|
+
/** 列设置是否展示 */
|
|
20
|
+
show: boolean;
|
|
21
|
+
/** 列设置存储模式 */
|
|
22
|
+
storageMode: StorageMode;
|
|
23
|
+
};
|
|
24
|
+
declare type DataSourceListItemType = {
|
|
25
|
+
isCustom: boolean;
|
|
26
|
+
columnKey?: string;
|
|
27
|
+
label?: string;
|
|
28
|
+
name?: string | string[];
|
|
29
|
+
isHidden?: boolean;
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* 数据源分组总配置
|
|
33
|
+
*/
|
|
34
|
+
export declare type DataSourceGroupType = {
|
|
35
|
+
/** 分组设置是否展示 */
|
|
36
|
+
show: boolean;
|
|
37
|
+
/** 分组设置存储模式 */
|
|
38
|
+
storageMode: StorageMode;
|
|
39
|
+
/** */
|
|
40
|
+
list: DataSourceListItemType[];
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Gallery封面总配置
|
|
44
|
+
*/
|
|
45
|
+
declare type GalleryCoverType = {
|
|
46
|
+
/** 封面是否展示 */
|
|
47
|
+
show: boolean;
|
|
48
|
+
/**
|
|
49
|
+
* 封面图片可以使用的字段
|
|
50
|
+
*/
|
|
51
|
+
fields: string[];
|
|
52
|
+
/**
|
|
53
|
+
* 封面高度
|
|
54
|
+
*/
|
|
55
|
+
height: number;
|
|
56
|
+
/** 图片裁剪方式 */
|
|
57
|
+
objectFit: "fill" | "cover";
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Gallery标题总配置
|
|
61
|
+
*/
|
|
62
|
+
declare type GalleryTitleType = {
|
|
63
|
+
/** 标题使用的字段 */
|
|
64
|
+
field: string;
|
|
65
|
+
/** 标题行数 */
|
|
66
|
+
line: number;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Gallery头部区域总配置
|
|
70
|
+
*/
|
|
71
|
+
declare type GalleryHeaderType = {
|
|
72
|
+
/** 头部区域插槽 */
|
|
73
|
+
slot?: (record: Record<string, any>, index: number) => React.ReactNode;
|
|
74
|
+
/** 头部区域其他字段设置 */
|
|
75
|
+
fields: {
|
|
76
|
+
/** 头部区域其他字段是否展示 */
|
|
77
|
+
show: boolean;
|
|
78
|
+
/** 头部区域其他字段 */
|
|
79
|
+
list: string[];
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* Gallery内容区域总配置
|
|
84
|
+
*/
|
|
85
|
+
declare type GalleryContentType = {
|
|
86
|
+
/** 内容区域字段配置 */
|
|
87
|
+
fields: {
|
|
88
|
+
columnKey: string;
|
|
89
|
+
show: boolean;
|
|
90
|
+
}[];
|
|
91
|
+
};
|
|
92
|
+
export declare type GallerySettingValueType = {
|
|
93
|
+
coverField: string | "noCover";
|
|
94
|
+
coverObjectFit: "fill" | "cover";
|
|
95
|
+
compactMode: "default" | "compact";
|
|
96
|
+
isShowLabel: boolean;
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
* Gallery底部区域总配置
|
|
100
|
+
*/
|
|
101
|
+
declare type GalleryFooterType = {
|
|
102
|
+
/** 底部区域自定义渲染 */
|
|
103
|
+
render: (record: Record<string, any>, index: number) => React.ReactNode;
|
|
104
|
+
/** 底部区域高度 */
|
|
105
|
+
height: number;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* Gallery模式总配置
|
|
109
|
+
*/
|
|
110
|
+
export declare type GallerySettingType = {
|
|
111
|
+
/** 卡片最小宽度 */
|
|
112
|
+
cardMinWidth: number;
|
|
113
|
+
/** 卡片最大宽度 */
|
|
114
|
+
cardMaxWidth: number;
|
|
115
|
+
/** 水平间隔 */
|
|
116
|
+
horizontalGutter: number;
|
|
117
|
+
/** 垂直间隔 */
|
|
118
|
+
verticalGutter: number;
|
|
119
|
+
/** 封面配置 */
|
|
120
|
+
cover: GalleryCoverType;
|
|
121
|
+
/** 标题配置 */
|
|
122
|
+
title: GalleryTitleType;
|
|
123
|
+
/** 头部区域 */
|
|
124
|
+
header: GalleryHeaderType;
|
|
125
|
+
/** 内容区域 */
|
|
126
|
+
content: GalleryContentType;
|
|
127
|
+
/** 固定高度 */
|
|
128
|
+
fixedHeight: boolean;
|
|
129
|
+
/** 固定的卡片高度 */
|
|
130
|
+
cardHeight: number;
|
|
131
|
+
/** 固定顶部 */
|
|
132
|
+
fixedHeader: boolean;
|
|
133
|
+
/** 固定底部 */
|
|
134
|
+
fixedFooter: boolean;
|
|
135
|
+
/** 底部区域 */
|
|
136
|
+
footer: GalleryFooterType;
|
|
137
|
+
/** 卡片点击时间 */
|
|
138
|
+
onItem: (record: Record<string, any>, index: number) => void;
|
|
139
|
+
};
|
|
140
|
+
/** 视图模式 */
|
|
141
|
+
export declare type ModeType = "grid" | "gallery" | "kanban";
|
|
142
|
+
/**
|
|
143
|
+
* 视图模式总配置
|
|
144
|
+
*/
|
|
145
|
+
export declare type GridViewType = {
|
|
146
|
+
/** 默认视图模式 */
|
|
147
|
+
defaultViewMode: ModeType;
|
|
148
|
+
/** 开启多视图模式可进行页面内转换 */
|
|
149
|
+
multiple: boolean;
|
|
150
|
+
/** 当前可用的视图模式列表 */
|
|
151
|
+
modeList: ModeType[];
|
|
152
|
+
};
|
|
153
|
+
declare type SortDetail = {
|
|
154
|
+
fromIndex: number;
|
|
155
|
+
toIndex: number;
|
|
156
|
+
dataSource: Record<string, any>[];
|
|
157
|
+
fromId: number | string;
|
|
158
|
+
toId: number | string;
|
|
159
|
+
fromItem: Record<string, any>;
|
|
160
|
+
toItem: Record<string, any>;
|
|
161
|
+
};
|
|
162
|
+
/** 导入导出模式 */
|
|
163
|
+
export declare type ExportImportModeType = "import" | "export" | "export_file" | "import_log";
|
|
164
|
+
/**
|
|
165
|
+
* @title: 导出导入api
|
|
166
|
+
* @description:
|
|
167
|
+
* @return {*}
|
|
168
|
+
* @Author: WangHan
|
|
169
|
+
* @Date: 2024-09-11 15:44
|
|
170
|
+
*/
|
|
171
|
+
export declare type ApiProps = {
|
|
172
|
+
export?: string;
|
|
173
|
+
import?: string;
|
|
174
|
+
export_file: string;
|
|
175
|
+
import_log?: string;
|
|
176
|
+
template?: string;
|
|
177
|
+
};
|
|
178
|
+
/**
|
|
179
|
+
* 导入导出配置
|
|
180
|
+
*/
|
|
181
|
+
export declare type ExportImportType = {
|
|
182
|
+
/** 是否展示 */
|
|
183
|
+
show: boolean;
|
|
184
|
+
/** 当前所选项 */
|
|
185
|
+
selectLists: string[];
|
|
186
|
+
/** 导入模版链接 */
|
|
187
|
+
templateFileUrl: string;
|
|
188
|
+
/** 标题 */
|
|
189
|
+
title: string;
|
|
190
|
+
hiddenKeys?: string[];
|
|
191
|
+
apiUrl?: ApiProps;
|
|
192
|
+
otherParams?: any;
|
|
193
|
+
};
|
|
194
|
+
export declare type GridViewProps = {
|
|
195
|
+
columns: any;
|
|
196
|
+
dataSource: any[];
|
|
197
|
+
dispatch: any;
|
|
198
|
+
/**
|
|
199
|
+
* 画册模式的配置
|
|
200
|
+
*/
|
|
201
|
+
gallery: GallerySettingType;
|
|
202
|
+
/**
|
|
203
|
+
* 视图设置
|
|
204
|
+
*/
|
|
205
|
+
view: GridViewType;
|
|
206
|
+
style: React.CSSProperties;
|
|
207
|
+
pagination: any;
|
|
208
|
+
filter: FilterType;
|
|
209
|
+
buttons: React.ReactNode | any[];
|
|
210
|
+
actionButtons: any;
|
|
211
|
+
sort: SortType;
|
|
212
|
+
title?: React.ReactNode | (() => React.ReactNode);
|
|
213
|
+
showTitle?: boolean;
|
|
214
|
+
subTitle?: React.ReactNode | (() => React.ReactNode);
|
|
215
|
+
showSubTitle?: boolean;
|
|
216
|
+
exportImport: ExportImportType;
|
|
217
|
+
onValuesChange: (changedValues: any, values: any) => void;
|
|
218
|
+
summary: any;
|
|
219
|
+
utils: any;
|
|
220
|
+
rowKey: ((record: Record<string, any>) => string) | string;
|
|
221
|
+
columnSetting?: ColumnSettingType;
|
|
222
|
+
dataSourceGroup?: DataSourceGroupType;
|
|
223
|
+
loading: boolean;
|
|
224
|
+
dragSort: boolean;
|
|
225
|
+
onSortChange?: (detail: SortDetail) => boolean;
|
|
226
|
+
__id?: string;
|
|
227
|
+
__designMode?: "design";
|
|
228
|
+
/**
|
|
229
|
+
* 当前本地配置的key 用此hash是否改变用来判断是否清空本地配置 不填默认使用columns数据生成hash
|
|
230
|
+
*/
|
|
231
|
+
currentSettingKey?: string;
|
|
232
|
+
/**
|
|
233
|
+
* 当前本地配置的唯一值, 不填默认使用currentSettingKey
|
|
234
|
+
*/
|
|
235
|
+
currentComponentId?: string;
|
|
236
|
+
/**
|
|
237
|
+
* 当前表格中数据发生变化事件 包含本地筛选和外部传入数据变化
|
|
238
|
+
* @param currentDataSource
|
|
239
|
+
*/
|
|
240
|
+
onDataSourceChange?: (currentDataSource: Record<string, any>[]) => void;
|
|
241
|
+
tabs: {
|
|
242
|
+
show: boolean;
|
|
243
|
+
type: 'default' | 'button' | 'buttonGroup' | 'dropdown';
|
|
244
|
+
items: {
|
|
245
|
+
name: string;
|
|
246
|
+
filterBy?: Record<string, any>;
|
|
247
|
+
sortBy?: string;
|
|
248
|
+
}[];
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
export {};
|
|
252
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["types.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,7 +9,7 @@ interface TranslationProps {
|
|
|
9
9
|
value: Value;
|
|
10
10
|
onChange: (value: Value) => void;
|
|
11
11
|
maxLength?: number;
|
|
12
|
-
type?: 'text' | 'textarea';
|
|
13
12
|
}
|
|
14
13
|
declare const Translation: React.FC<TranslationProps>;
|
|
15
14
|
export default Translation;
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAW5D,OAAO,cAAc,CAAC;AAEtB,aAAK,KAAK,GAAG;IACX,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,UAAU,gBAAgB;IACxB,KAAK,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAkCD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAqH3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Version } from '../versionSelect';
|
|
3
|
+
import './index.less';
|
|
4
|
+
interface PublishVersionModalProps {
|
|
5
|
+
visible: boolean;
|
|
6
|
+
currentVersion: string;
|
|
7
|
+
onCancel: () => void;
|
|
8
|
+
onConfirm: (data: VersionData) => void;
|
|
9
|
+
isShowNote?: boolean;
|
|
10
|
+
confirmLoading?: boolean;
|
|
11
|
+
versions?: Version[];
|
|
12
|
+
isShowBasedOn?: boolean;
|
|
13
|
+
isShowCurrentVersion?: boolean;
|
|
14
|
+
isValidateVersion?: boolean;
|
|
15
|
+
}
|
|
16
|
+
interface VersionData {
|
|
17
|
+
version: string;
|
|
18
|
+
note: string;
|
|
19
|
+
baseVersion?: string;
|
|
20
|
+
versionType?: string;
|
|
21
|
+
}
|
|
22
|
+
declare const PublishVersionModal: React.FC<PublishVersionModalProps>;
|
|
23
|
+
export default PublishVersionModal;
|
|
24
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAGnD,OAAsB,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAI1D,OAAO,cAAc,CAAC;AAEtB,UAAU,wBAAwB;IAChC,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAEvC,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;IAErB,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,UAAU,WAAW;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAsCD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CA6L3D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import '
|
|
3
|
-
export
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BaseNumberKeyboardProps } from '../BaseNumberKeyboard';
|
|
3
|
+
export interface AmountProps {
|
|
4
|
+
max?: number;
|
|
5
|
+
min?: number;
|
|
6
|
+
doneText?: string;
|
|
7
|
+
resetText?: string;
|
|
8
|
+
defaultValue?: string | number;
|
|
9
|
+
placeholder?: string;
|
|
10
|
+
amountProps?: {
|
|
11
|
+
showCurrencySymbol: boolean;
|
|
12
|
+
useThousandsSeparator: boolean;
|
|
13
|
+
};
|
|
14
|
+
presets?: BaseNumberKeyboardProps['presets'];
|
|
15
|
+
value?: string | number;
|
|
16
|
+
onChange?: (val: string | number) => void;
|
|
17
|
+
onEnter?: (val: string | number) => void;
|
|
18
|
+
defaultSelect?: boolean;
|
|
19
|
+
inputFormat?: (_v: string) => React.ReactNode | null;
|
|
20
|
+
}
|
|
4
21
|
declare const Amount: (props: AmountProps) => JSX.Element;
|
|
5
22
|
export default Amount;
|
|
23
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAGzC,OAA2B,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAGpF,MAAM,WAAW,WAAW;IAE1B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE/B,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,WAAW,CAAC,EAAE;QACZ,kBAAkB,EAAE,OAAO,CAAC;QAC5B,qBAAqB,EAAE,OAAO,CAAC;KAChC,CAAC;IAGF,OAAO,CAAC,EAAE,uBAAuB,CAAC,SAAS,CAAC,CAAC;IAE7C,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAExB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAE1C,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAGzC,aAAa,CAAC,EAAE,OAAO,CAAC;IAGxB,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,GAAG,IAAI,CAAA;CACrD;AAED,QAAA,MAAM,MAAM,UAAW,WAAW,gBAiEjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { PresetsProps } from
|
|
3
|
-
import { RightItemsStyleProps } from '../Amount';
|
|
2
|
+
import { PresetsProps } from "./Presets";
|
|
4
3
|
import './index.less';
|
|
5
4
|
export interface BaseNumberKeyboardProps {
|
|
6
5
|
placeholder?: string;
|
|
@@ -15,7 +14,7 @@ export interface BaseNumberKeyboardProps {
|
|
|
15
14
|
min?: number;
|
|
16
15
|
presets?: PresetsProps['presets'];
|
|
17
16
|
defaultSelect?: boolean;
|
|
18
|
-
rightItemsStyle?: RightItemsStyleProps;
|
|
19
17
|
}
|
|
20
18
|
declare const BaseNumberKeyboard: (props: BaseNumberKeyboardProps) => JSX.Element;
|
|
21
19
|
export default BaseNumberKeyboard;
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAK5D,OAAgB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAKlD,OAAO,cAAc,CAAC;AAEtB,MAAM,WAAW,uBAAuB;IAEtC,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IAE1C,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE/B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAEjC,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IAEhC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAExB,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,OAAO,CAAC,EAAE,YAAY,CAAC,SAAS,CAAC,CAAC;IAElC,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AA6ED,QAAA,MAAM,kBAAkB,UAAW,uBAAuB,gBA0IzD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.less';
|
|
3
|
+
export declare type ItemValue = string | number;
|
|
4
|
+
export interface Item {
|
|
5
|
+
value: ItemValue;
|
|
6
|
+
label: React.ReactNode;
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
type: 'text' | 'primary';
|
|
9
|
+
style?: React.CSSProperties;
|
|
10
|
+
size?: number;
|
|
11
|
+
}
|
|
12
|
+
export interface KeyboardProps {
|
|
13
|
+
className?: string;
|
|
14
|
+
style?: React.CSSProperties;
|
|
15
|
+
onChange?: (value?: ItemValue) => void;
|
|
16
|
+
items?: Item[];
|
|
17
|
+
rightItems?: Item[];
|
|
18
|
+
keydown?: boolean;
|
|
19
|
+
}
|
|
20
|
+
declare const _default: React.MemoExoticComponent<(props: KeyboardProps) => JSX.Element>;
|
|
21
|
+
export default _default;
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAEtC,OAAO,cAAc,CAAC;AAGtB,oBAAY,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAExC,MAAM,WAAW,IAAI;IACnB,KAAK,EAAE,SAAS,CAAC;IACjB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,aAAa;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC;IACvC,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IACf,UAAU,CAAC,EAAE,IAAI,EAAE,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;;AAuHD,wBAAoC"}
|
|
@@ -1,5 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
export interface NumberProps {
|
|
2
|
+
max?: number;
|
|
3
|
+
min?: number;
|
|
4
|
+
doneText?: string;
|
|
5
|
+
resetText: string;
|
|
6
|
+
defaultValue?: string | number;
|
|
7
|
+
placeholder?: string;
|
|
8
|
+
value?: string | number;
|
|
9
|
+
onChange?: (val: string | number) => void;
|
|
10
|
+
onEnter?: (val: string | number) => void;
|
|
11
|
+
}
|
|
4
12
|
declare const Number: (props: NumberProps) => JSX.Element;
|
|
5
13
|
export default Number;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAKA,MAAM,WAAW,WAAW;IAE1B,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,SAAS,EAAE,MAAM,CAAC;IAElB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAE/B,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAExB,QAAQ,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IAE1C,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;CAC1C;AAED,QAAA,MAAM,MAAM,UAAW,WAAW,gBA2BjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { InputProps } from 'antd';
|
|
2
|
+
import './index.less';
|
|
3
|
+
export interface VirtualKeyInputProps extends InputProps {
|
|
4
|
+
previewValue?: string;
|
|
5
|
+
renderInput?: (props: any) => any;
|
|
6
|
+
showDelete?: boolean;
|
|
7
|
+
onValueSelect?: (selected: boolean) => void;
|
|
8
|
+
defaultSelect?: boolean;
|
|
9
|
+
}
|
|
10
|
+
declare const VirtualKeyInput: (props: VirtualKeyInputProps) => JSX.Element;
|
|
11
|
+
export default VirtualKeyInput;
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,UAAU,EAAE,MAAM,MAAM,CAAC;AAIzC,OAAO,cAAc,CAAC;AAEtB,MAAM,WAAW,oBAAqB,SAAQ,UAAU;IACtD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,GAAG,CAAC;IAClC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IAC5C,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAGD,QAAA,MAAM,eAAe,UAAW,oBAAoB,gBAmEnD,CAAC;AACF,eAAe,eAAe,CAAC"}
|
|
@@ -9,17 +9,7 @@ interface VirtualKeyboardProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
9
9
|
style?: React.CSSProperties;
|
|
10
10
|
onChange?: (value?: any) => void;
|
|
11
11
|
value?: string;
|
|
12
|
-
selectType?: 'light' | 'dark';
|
|
13
|
-
backgroundColor?: string;
|
|
14
|
-
containerBackgroundColor?: string;
|
|
15
|
-
buttonBackgroundColor?: string;
|
|
16
|
-
textColor?: string;
|
|
17
|
-
keyboardBackgroundColor?: string;
|
|
18
|
-
keyboardButtonBackgroundColor?: string;
|
|
19
|
-
keyboardButtonTextColor?: string;
|
|
20
|
-
keyboardButtonHoverColor?: string;
|
|
21
|
-
primaryButtonBackgroundColor?: string;
|
|
22
|
-
primaryButtonTextColor?: string;
|
|
23
12
|
}
|
|
24
13
|
declare const VirtualKeyboard: (props: VirtualKeyboardProps) => JSX.Element;
|
|
25
14
|
export default VirtualKeyboard;
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAiB,EAAE,aAAa,EAAQ,MAAM,YAAY,CAAC;AAC3D,OAAwB,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC1E,OAAO,cAAc,CAAC;AAGtB,UAAU,oBAAqB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC1E,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,oBAAoB,CAAC,EAAE,oBAAoB,CAAC;IAC5C,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,QAAQ,CAAC,EAAE,CAAC,KAAK,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;CACf;AAqED,QAAA,MAAM,eAAe,UAAW,oBAAoB,gBA4BnD,CAAC;AACF,eAAe,eAAe,CAAC"}
|