@pisell/materials 6.0.19 → 6.0.20
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 +7 -7
- package/build/lowcode/preview.js +146 -146
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +55 -32
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +52 -29
- package/es/components/DragSortList/index.d.ts +1 -1
- package/es/components/DragSortList/index.js +6 -6
- package/es/components/MultipleContainersSortList/index.d.ts +1 -1
- package/es/components/MultipleContainersSortList/index.js +11 -13
- package/es/components/Pagination/index.d.ts +3 -3
- package/es/components/Pagination/index.js +1 -1
- package/es/components/appVersionControl/index.d.ts +1 -2
- package/es/components/appVersionControl/index.js +5 -5
- package/es/components/auto-complete-number/index.d.ts +1 -2
- package/es/components/badge/index.d.ts +7 -0
- package/es/components/badge/index.js +44 -0
- package/es/components/badge/index.less +2 -0
- package/es/components/batch-editor/fields/Image/index.d.ts +1 -1
- package/es/components/batch-editor/fields/Text/index.d.ts +1 -1
- package/es/components/batch-editor/fields/index.d.ts +2 -3
- package/es/components/batch-editor/index.d.ts +1 -2
- package/es/components/batch-editor/index.js +12 -12
- package/es/components/browserSelect/index.d.ts +1 -1
- package/es/components/browserSelect/index.js +6 -6
- package/es/components/buttonGroupEdit/index.d.ts +8 -0
- package/es/components/buttonGroupEdit/index.js +408 -0
- package/es/components/buttonGroupPreview/index.d.ts +19 -0
- package/es/components/buttonGroupPreview/index.js +74 -0
- package/es/components/calendar/index.d.ts +1 -2
- package/es/components/cardMetricItem/index.d.ts +12 -0
- package/es/components/cardMetricItem/index.js +39 -0
- package/es/components/cardMetricItem/index.less +39 -0
- package/es/components/cardPro/index.d.ts +3 -0
- package/es/components/cardPro/index.js +66 -0
- package/es/components/cardPro/index.less +55 -0
- package/es/components/checkbox/index.d.ts +1 -2
- package/es/components/classicLayout/index.d.ts +1 -2
- package/es/components/classicLayout/index.js +4 -5
- package/es/components/colorPicker/index.d.ts +1 -2
- package/es/components/config-provider/index.d.ts +1 -2
- package/es/components/cropPhoto/index.d.ts +3 -0
- package/es/components/cropPhoto/index.js +72 -0
- package/es/components/cropPhoto/index.less +15 -0
- package/es/components/customSelect/index.d.ts +1 -1
- package/es/components/customSelect/index.js +5 -5
- package/es/components/dataSourceComponents/dataSourceForm/BaseForm.js +11 -11
- package/es/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -2
- package/es/components/dataSourceComponents/dataSourceForm/formItem.js +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/provider/jsonWrapper/JsonWrapperProvider.js +5 -5
- package/es/components/dataSourceComponents/dataSourceForm/serve.js +7 -7
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceForm/submitButton/index.js +8 -8
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
- package/es/components/dataSourceComponents/dataSourceForm/utils.js +10 -10
- package/es/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -2
- package/es/components/dataSourceComponents/dataSourceMenu/Basic.js +14 -4
- package/es/components/dataSourceComponents/dataSourceMenu/index.d.ts +8 -2
- package/es/components/dataSourceComponents/dataSourceMenu/index.js +2 -2
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -2
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -2
- package/es/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
- package/es/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceShow/utils.js +7 -7
- package/es/components/dataSourceComponents/dataSourceTable/BaseTable.js +7 -7
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -2
- package/es/components/dataSourceComponents/dataSourceTable/filter/index.js +6 -6
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +2 -3
- package/es/components/dataSourceComponents/dataSourceTable/filter/utils.js +14 -14
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useColumns.js +5 -5
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDesignMode.js +1 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +2 -3
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.js +6 -6
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.js +6 -6
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +5 -5
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.js +12 -12
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.js +9 -9
- package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
- package/es/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.js +1 -1
- package/es/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/DatePicker/WithMode.js +5 -5
- package/es/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Input/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Input.Email/WithMode.js +2 -2
- package/es/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Input.Json/WithMode.js +1 -1
- package/es/components/dataSourceComponents/fields/Input.Mobile/WithMode.js +4 -5
- package/es/components/dataSourceComponents/fields/Input.Mobile/serve.js +37 -9
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Input.Password/ReadPretty.js +1 -1
- package/es/components/dataSourceComponents/fields/Input.Phone/WithMode.js +4 -4
- package/es/components/dataSourceComponents/fields/Input.Phone/serve.js +37 -9
- package/es/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Input.Subdomain/WithMode.js +7 -7
- package/es/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/es/components/dataSourceComponents/fields/Input.Subdomain/serve.js +2 -2
- package/es/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Input.Url/ReadPretty.less +2 -0
- package/es/components/dataSourceComponents/fields/Select/index.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/TimePicker/WithMode.js +5 -5
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.js +7 -7
- package/es/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Upload/BaseUpload.js +131 -170
- package/es/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -2
- package/es/components/dataSourceComponents/fields/Upload/WithMode.js +6 -3
- package/es/components/dataSourceComponents/fields/Upload/serve.js +17 -7
- package/es/components/dataSourceComponents/fields/Upload/shopUploadServe.d.ts +56 -0
- package/es/components/dataSourceComponents/fields/Upload/shopUploadServe.js +396 -0
- package/es/components/dataSourceComponents/fields/Upload/type.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -0
- package/es/components/dataSourceComponents/fields/Upload/utils.js +20 -5
- package/es/components/dataSourceComponents/fields/index.d.ts +9 -10
- package/es/components/dataSourceComponents/fields/utils.js +4 -4
- package/es/components/dataSourceComponents/hooks/useActions.js +12 -12
- package/es/components/dataSourceComponents/hooks/useParseActionsVariable.js +6 -6
- package/es/components/dataSourceComponents/hooks/usePlatform.d.ts +3 -0
- package/es/components/dataSourceComponents/hooks/usePlatform.js +12 -0
- package/es/components/dataSourceComponents/provider/actions/ActionsProvider.js +5 -5
- package/es/components/dataSourceComponents/provider/dataSource/DataSourceProvider.js +5 -5
- package/es/components/dataSourceComponents/provider/variables/VariablesProvider.js +8 -8
- package/es/components/dataSourceComponents/provider/variables/utils.js +3 -3
- package/es/components/date-picker/datePickerCpt.d.ts +1 -2
- package/es/components/date-picker/datePickerCpt.js +10 -10
- package/es/components/date-picker/hooks/useMediaQuery.js +1 -1
- package/es/components/date-picker/index.d.ts +1 -2
- package/es/components/div/index.d.ts +1 -1
- package/es/components/drag-sort-tree/TreeItem/index.d.ts +1 -2
- package/es/components/drag-sort-tree/TreeItem/index.js +10 -10
- package/es/components/drag-sort-tree/index.d.ts +1 -2
- package/es/components/drag-sort-tree/index.js +6 -6
- package/es/components/drawer/index.js +6 -6
- package/es/components/dropdown/index.d.ts +1 -2
- package/es/components/filter/components/Dropdown/index.js +10 -10
- package/es/components/filter/components/FilterButton/index.js +7 -7
- package/es/components/filter/components/items/index.d.ts +6 -7
- package/es/components/filter/components/items/text/Editor/index.d.ts +1 -2
- package/es/components/filter/components/items/text/Preview/index.d.ts +1 -2
- package/es/components/filter/components/items/text/index.d.ts +2 -3
- package/es/components/filter/index.d.ts +1 -2
- package/es/components/filter/index.js +1 -1
- package/es/components/form/index.js +3 -3
- package/es/components/icon/index.js +5 -5
- package/es/components/iconSelect/index.js +2 -2
- package/es/components/iconSelect/utils.js +2 -2
- package/es/components/iconfont/index.js +0 -1
- package/es/components/input-number-range/index.js +6 -6
- package/es/components/list/index.d.ts +1 -2
- package/es/components/list/index.js +6 -6
- package/es/components/login-and-register/index.js +33 -31
- package/es/components/login-and-register/index.less +7 -7
- package/es/components/lowCodePage/index.d.ts +1 -2
- package/es/components/organizationTenantSwitcher/index.js +1 -1
- package/es/components/page/index.d.ts +1 -2
- package/es/components/page/index.js +33 -69
- package/es/components/page-header/index.d.ts +1 -1
- package/es/components/pisell-config-provider/context.js +3 -3
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -2
- package/es/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.js +2 -2
- package/es/components/pisellAdjustPrice/index.d.ts +1 -2
- package/es/components/pisellAdjustPrice/index.js +6 -6
- package/es/components/pisellAlert/index.d.ts +1 -1
- package/es/components/pisellAlert/index.js +2 -2
- package/es/components/pisellAnchor/index.d.ts +23 -0
- package/es/components/pisellAnchor/index.js +303 -0
- package/es/components/pisellAnchor/index.less +197 -0
- package/es/components/pisellAvatar/index.js +5 -5
- package/es/components/pisellCard/index.d.ts +1 -2
- package/es/components/pisellCardList/index.d.ts +1 -1
- package/es/components/pisellCheckboxGroup/index.d.ts +1 -1
- package/es/components/pisellCheckboxGroup/index.js +9 -7
- package/es/components/pisellCountdown/index.d.ts +1 -1
- package/es/components/pisellCountdown/index.js +8 -8
- package/es/components/pisellCountdown/utils.js +1 -1
- package/es/components/pisellDatePicker/datePickerCpt.d.ts +1 -2
- package/es/components/pisellDatePicker/datePickerCpt.js +4 -4
- package/es/components/pisellDatePicker/index.d.ts +1 -2
- package/es/components/pisellDraggable/components/Action/Action.js +5 -5
- package/es/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +2 -2
- package/es/components/pisellDraggable/components/TreeItem/SortableTreeItem.js +5 -5
- package/es/components/pisellDraggable/components/TreeItem/TreeItem.js +5 -5
- package/es/components/pisellDraggable/index.d.ts +2 -2
- package/es/components/pisellDraggable/index.js +10 -10
- package/es/components/pisellDraggable/utilities.js +5 -5
- package/es/components/pisellDropSort/PisellDropSort.js +1 -1
- package/es/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
- package/es/components/pisellDropSort/components/SortableItem/index.js +5 -5
- package/es/components/pisellEmpty/index.d.ts +1 -1
- package/es/components/pisellFloatingPanel/index.d.ts +1 -1
- package/es/components/pisellFloatingPanel/index.js +6 -6
- package/es/components/pisellInformationEntry/Input/index.d.ts +1 -1
- package/es/components/pisellInformationEntry/Input/index.js +1 -1
- package/es/components/pisellInformationEntry/Scan/index.d.ts +1 -2
- package/es/components/pisellInformationEntry/Scan/index.js +2 -2
- package/es/components/pisellInformationEntry/hooks/useTerminalPeripherals.js +5 -5
- package/es/components/pisellInformationEntry/index.d.ts +1 -1
- package/es/components/pisellInformationEntry/index.js +6 -6
- package/es/components/pisellInformationEntry/utils.js +2 -2
- package/es/components/pisellInput/components/BankCard/index.d.ts +1 -2
- package/es/components/pisellInput/components/BankCard/index.js +5 -5
- package/es/components/pisellInput/components/Copy/index.d.ts +1 -2
- package/es/components/pisellInput/components/Copy/index.js +5 -5
- package/es/components/pisellInput/components/SecurityCode/index.d.ts +1 -2
- package/es/components/pisellInput/components/SecurityCode/index.js +2 -2
- package/es/components/pisellInput/index.d.ts +4 -5
- package/es/components/pisellLayout/content.js +7 -7
- package/es/components/pisellLayout/footer.js +5 -5
- package/es/components/pisellLayout/header.js +5 -5
- package/es/components/pisellLayout/sider.js +2 -2
- package/es/components/pisellLoading/index.d.ts +1 -2
- package/es/components/pisellMenu/PisellMenu.d.ts +1 -1
- package/es/components/pisellModal/components/Information/index.d.ts +1 -1
- package/es/components/pisellModal/components/IpadModal/index.d.ts +1 -2
- package/es/components/pisellModal/components/MobileModal/index.d.ts +1 -2
- package/es/components/pisellModal/components/MobileModal/index.js +3 -3
- package/es/components/pisellModal/components/PcModal/index.d.ts +1 -1
- package/es/components/pisellModal/components/PcModal/index.js +7 -7
- package/es/components/pisellModal/components/functions/index.js +5 -5
- package/es/components/pisellModal/components/index.d.ts +3 -4
- package/es/components/pisellModal/index.d.ts +2 -2
- package/es/components/pisellNavigationMenu/PisellNavigationMenu.js +26 -10
- package/es/components/pisellQRScanner/index.js +15 -7
- package/es/components/pisellQrcode/index.d.ts +10 -0
- package/es/components/pisellQrcode/index.js +70 -0
- package/es/components/pisellQrcode/index.less +41 -0
- package/es/components/pisellRow/index.d.ts +1 -1
- package/es/components/pisellRow/index.js +5 -5
- package/es/components/pisellScan/index.js +6 -6
- package/es/components/pisellStatisticList/index.d.ts +4 -1
- package/es/components/pisellStatisticList/index.js +17 -5
- package/es/components/pisellStatisticList/index.less +1 -1
- package/es/components/pisellTags/index.d.ts +1 -1
- package/es/components/pisellTags/index.js +9 -5
- package/es/components/pisellText/components/Amount/index.d.ts +3 -1
- package/es/components/pisellText/components/Amount/index.js +3 -2
- package/es/components/pisellText/index.d.ts +2 -2
- package/es/components/pisellTooltip/index.d.ts +1 -2
- package/es/components/pisellUpload/index.d.ts +1 -2
- package/es/components/pisellViewGrid/index.js +5 -5
- package/es/components/pisellWalletPassCard/index.d.ts +5 -6
- package/es/components/pisellWalletPassCard/index.js +28 -12
- package/es/components/pisellWalletPassCard/index.less +26 -4
- package/es/components/profileMenu/index.js +6 -6
- package/es/components/qrcode/index.d.ts +1 -2
- package/es/components/qrcode/index.js +1 -1
- package/es/components/radio/index.d.ts +1 -2
- package/es/components/record-view/index.d.ts +13 -5
- package/es/components/record-view/index.js +82 -31
- package/es/components/record-view/index.less +37 -2
- package/es/components/segmented/index.d.ts +1 -2
- package/es/components/select/index.js +6 -6
- package/es/components/select-time/RightPanel/index.d.ts +1 -2
- package/es/components/select-time/index.d.ts +1 -2
- package/es/components/select-time/index.js +2 -2
- package/es/components/skeleton/index.d.ts +1 -2
- package/es/components/slider/index.d.ts +1 -2
- package/es/components/sort/components/InlineMenu/index.d.ts +1 -2
- package/es/components/sort/components/InlineMenu/index.js +1 -1
- package/es/components/sort/index.js +5 -5
- package/es/components/table/Actions/component/ButtonIcon/index.js +5 -5
- package/es/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
- package/es/components/table/Actions/component/ColumnsSetting/PopoverContent.js +7 -7
- package/es/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -2
- package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -2
- package/es/components/table/Actions/component/ExportImport/components/ExportFile/index.js +8 -8
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/function.js +9 -9
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -2
- package/es/components/table/Actions/component/ExportImport/components/ExportTable/index.js +1 -1
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/Detail.js +5 -5
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -2
- package/es/components/table/Actions/component/ExportImport/components/ImportLog/index.js +7 -7
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -2
- package/es/components/table/Actions/component/ExportImport/components/ImportTable/index.js +7 -7
- package/es/components/table/Actions/component/ExportImport/index.d.ts +1 -2
- package/es/components/table/Actions/component/ExportImport/index.js +3 -3
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +1 -2
- package/es/components/table/Actions/component/Group/PopoverContent.d.ts +1 -2
- package/es/components/table/Actions/component/Group/PopoverContent.js +2 -2
- package/es/components/table/Actions/component/Group/index.d.ts +1 -2
- package/es/components/table/Actions/component/ViewMode/index.d.ts +1 -2
- package/es/components/table/Actions/component/ViewMode/index.js +1 -1
- package/es/components/table/Actions/index.d.ts +1 -2
- package/es/components/table/BasicTable/index.d.ts +1 -2
- package/es/components/table/BasicTable/index.js +9 -9
- package/es/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -2
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -2
- package/es/components/table/Gallery/components/GalleryItem/components/RenderFields/index.js +4 -5
- package/es/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -2
- package/es/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
- package/es/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
- package/es/components/table/Gallery/components/VirtualGrid/index.js +5 -5
- package/es/components/table/Gallery/index.d.ts +1 -1
- package/es/components/table/Gallery/index.js +1 -1
- package/es/components/table/Header/Buttons/index.js +5 -5
- package/es/components/table/Header/index.d.ts +1 -1
- package/es/components/table/Summary/index.d.ts +1 -2
- package/es/components/table/Table/AddFieldModal/index.js +6 -6
- package/es/components/table/Table/SelectField/index.d.ts +1 -2
- package/es/components/table/Table/SelectField/index.js +4 -4
- package/es/components/table/Table/fields/date/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/date/Edit/index.js +1 -1
- package/es/components/table/Table/fields/date/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/date/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/date/index.d.ts +3 -4
- package/es/components/table/Table/fields/image/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/image/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/image/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/image/index.d.ts +3 -4
- package/es/components/table/Table/fields/index.d.ts +77 -78
- package/es/components/table/Table/fields/link/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/link/Edit/index.js +5 -5
- package/es/components/table/Table/fields/link/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/link/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/link/index.d.ts +3 -4
- package/es/components/table/Table/fields/number/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/number/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/number/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/number/index.d.ts +3 -4
- package/es/components/table/Table/fields/numberRange/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/numberRange/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/numberRange/index.d.ts +3 -4
- package/es/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/oldRangePicker/Edit/index.js +7 -7
- package/es/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/oldRangePicker/filterUtil/index.js +1 -1
- package/es/components/table/Table/fields/oldRangePicker/index.d.ts +3 -4
- package/es/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/pSwitch/index.d.ts +3 -4
- package/es/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/rangePicker/Edit/index.js +7 -7
- package/es/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/rangePicker/filterUtil/index.js +1 -1
- package/es/components/table/Table/fields/rangePicker/index.d.ts +3 -4
- package/es/components/table/Table/fields/search/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/search/Edit/index.js +2 -2
- package/es/components/table/Table/fields/search/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/search/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/search/filterUtil/index.js +0 -1
- package/es/components/table/Table/fields/search/index.d.ts +3 -4
- package/es/components/table/Table/fields/select/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/select/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/select/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/select/index.d.ts +3 -4
- package/es/components/table/Table/fields/text/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/text/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/text/Show/index.js +4 -4
- package/es/components/table/Table/fields/text/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/text/filterUtil/index.js +0 -1
- package/es/components/table/Table/fields/text/index.d.ts +3 -4
- package/es/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -2
- package/es/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -2
- package/es/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -2
- package/es/components/table/Table/fields/treeSelect/index.d.ts +3 -4
- package/es/components/table/Table/index.js +11 -11
- package/es/components/table/Table/tableConfig/SortRow/index.d.ts +1 -2
- package/es/components/table/Table/tableConfig/SortRow/index.js +2 -2
- package/es/components/table/Table/tableConfig/body/CellContent/index.js +3 -3
- package/es/components/table/Table/tableConfig/body/CellProvider/index.js +8 -8
- package/es/components/table/Table/tableConfig/body/index.js +6 -6
- package/es/components/table/Table/tableConfig/header/index.js +5 -5
- package/es/components/table/Table/tableConfig/summary/index.d.ts +1 -2
- package/es/components/table/Table/utils.d.ts +1 -1
- package/es/components/table/Table/utils.js +13 -8
- package/es/components/table/TableFilter/SortIcon.d.ts +1 -2
- package/es/components/table/TableFilter/numberFilter.js +7 -7
- package/es/components/table/TableFilter/selectFilter.js +1 -1
- package/es/components/table/Tabs/index.js +5 -5
- package/es/components/table/View/index.d.ts +1 -2
- package/es/components/table/hooks/useMergeColumnSetting.js +1 -2
- package/es/components/table/hooks/useTableSetting.js +13 -13
- package/es/components/table/hooks/useTransColumns.js +9 -9
- package/es/components/table/hooks/useTransDataSource.js +1 -1
- package/es/components/table/hooks/useTransDataSourceGroupSetting.js +5 -5
- package/es/components/table/hooks/useTransFilterSetting.js +5 -5
- package/es/components/table/hooks/useTransSortSetting.js +5 -5
- package/es/components/table/hooks/useTriggerValuesChange.js +2 -2
- package/es/components/table/index.js +13 -13
- package/es/components/table/model.d.ts +1 -1
- package/es/components/table/model.js +5 -5
- package/es/components/table/serve.js +9 -9
- package/es/components/table/utils.js +3 -3
- package/es/components/tabs/index.d.ts +3 -2
- package/es/components/tabs/index.js +32 -12
- package/es/components/tabs/index.less +5 -5
- package/es/components/time-picker/index.d.ts +1 -2
- package/es/components/translation/index.js +10 -10
- package/es/components/translation/utils.js +5 -5
- package/es/components/upload/index.d.ts +1 -2
- package/es/components/versionModal/index.js +1 -1
- package/es/components/versionSelect/index.d.ts +1 -2
- package/es/components/versionSelect/index.js +1 -1
- package/es/components/virtual-keyboard/Amount/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Amount/index.js +1 -1
- package/es/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +1 -2
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
- package/es/components/virtual-keyboard/BaseNumberKeyboard/index.js +3 -3
- package/es/components/virtual-keyboard/Keyboard/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Keyboard/index.js +8 -8
- package/es/components/virtual-keyboard/Number/index.d.ts +1 -2
- package/es/components/virtual-keyboard/Number/index.js +1 -1
- package/es/components/virtual-keyboard/Time/index.d.ts +1 -1
- package/es/components/virtual-keyboard/Time/index.js +4 -4
- package/es/components/virtual-keyboard/Time/utils.d.ts +1 -2
- package/es/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
- package/es/components/virtual-keyboard/VirtualInput/index.js +1 -1
- package/es/components/virtual-keyboard/VirtualKeyInput/index.d.ts +1 -2
- package/es/components/virtual-keyboard/VirtualKeyInput/index.js +4 -4
- package/es/components/virtual-keyboard/index.d.ts +1 -1
- package/es/components/walletCard/Guest/index.d.ts +3 -0
- package/es/components/walletCard/Guest/index.js +83 -0
- package/es/components/walletCard/Guest/index.less +71 -0
- package/es/components/walletCard/index.d.ts +65 -0
- package/es/components/walletCard/index.js +402 -0
- package/es/components/walletCard/index.less +267 -0
- package/es/hooks/useCssVariables.js +1 -1
- package/es/hooks/useEngineContext.js +5 -5
- package/es/hooks/useResponsive.js +2 -2
- package/es/hooks/useSetRequest.js +2 -2
- package/es/hooks/useTranslationOriginal.js +2 -2
- package/es/index.d.ts +10 -1
- package/es/index.js +10 -1
- package/es/locales/en-US.d.ts +38 -2
- package/es/locales/en-US.js +55 -10
- package/es/locales/index.js +4 -2
- package/es/locales/zh-CN.d.ts +36 -0
- package/es/locales/zh-CN.js +41 -1
- package/es/locales/zh-TW.d.ts +36 -0
- package/es/locales/zh-TW.js +41 -1
- package/es/utils/hoc.d.ts +5 -5
- package/es/utils/hoc.js +1 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +3 -0
- package/es/utils/mergeWith.js +1 -1
- package/es/utils/miniRedux.d.ts +1 -1
- package/es/utils/miniRedux.js +8 -9
- package/lib/components/DragSortList/index.d.ts +1 -1
- package/lib/components/MultipleContainersSortList/index.d.ts +1 -1
- package/lib/components/Pagination/index.d.ts +3 -3
- package/lib/components/appVersionControl/index.d.ts +1 -2
- package/lib/components/appVersionControl/utils.js +4 -8
- package/lib/components/auto-complete-number/index.d.ts +1 -2
- package/lib/components/badge/index.d.ts +7 -0
- package/lib/components/badge/index.js +70 -0
- package/lib/components/badge/index.less +2 -0
- package/lib/components/batch-editor/fields/Image/index.d.ts +1 -1
- package/lib/components/batch-editor/fields/Text/index.d.ts +1 -1
- package/lib/components/batch-editor/fields/index.d.ts +2 -3
- package/lib/components/batch-editor/index.d.ts +1 -2
- package/lib/components/browserSelect/index.d.ts +1 -1
- package/lib/components/buttonGroupEdit/index.d.ts +8 -0
- package/lib/components/buttonGroupEdit/index.js +317 -0
- package/lib/components/buttonGroupPreview/index.d.ts +19 -0
- package/lib/components/buttonGroupPreview/index.js +79 -0
- package/lib/components/calendar/index.d.ts +1 -2
- package/lib/components/cardMetricItem/index.d.ts +12 -0
- package/lib/components/cardMetricItem/index.js +75 -0
- package/lib/components/cardMetricItem/index.less +39 -0
- package/lib/components/cardPro/index.d.ts +3 -0
- package/lib/components/cardPro/index.js +98 -0
- package/lib/components/cardPro/index.less +55 -0
- package/lib/components/checkbox/index.d.ts +1 -2
- package/lib/components/classicLayout/index.d.ts +1 -2
- package/lib/components/colorPicker/index.d.ts +1 -2
- package/lib/components/config-provider/index.d.ts +1 -2
- package/lib/components/cropPhoto/index.d.ts +3 -0
- package/lib/components/cropPhoto/index.js +70 -0
- package/lib/components/cropPhoto/index.less +15 -0
- package/lib/components/customSelect/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/formItem.d.ts +1 -2
- package/lib/components/dataSourceComponents/dataSourceForm/group/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/submitButton/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +3 -3
- package/lib/components/dataSourceComponents/dataSourceForm/utils.js +3 -6
- package/lib/components/dataSourceComponents/dataSourceMenu/Basic.d.ts +8 -2
- package/lib/components/dataSourceComponents/dataSourceMenu/Basic.js +12 -3
- package/lib/components/dataSourceComponents/dataSourceMenu/index.d.ts +8 -2
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceImage/index.d.ts +1 -2
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceQRCode/index.d.ts +1 -2
- package/lib/components/dataSourceComponents/dataSourceShow/dataSourceTypography/index.d.ts +2 -2
- package/lib/components/dataSourceComponents/dataSourceShow/utils.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceTable/filter/index.d.ts +1 -2
- package/lib/components/dataSourceComponents/dataSourceTable/filter/utils.d.ts +2 -3
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useColumns.js +2 -4
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDataSourceKey.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDesignMode.js +1 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +2 -3
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.js +1 -2
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableProps.d.ts +5 -5
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useTableQuery.d.ts +0 -1
- package/lib/components/dataSourceComponents/dataSourceWrapper/BaseWrapper.d.ts +1 -1
- package/lib/components/dataSourceComponents/dataSourceWrapper/index.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/ColorPicker/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/DatePicker/ReadPretty.js +1 -2
- package/lib/components/dataSourceComponents/fields/DateRangePicker/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/IconSelect/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Input/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Email/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Json/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Mobile/ReadPretty.js +2 -4
- package/lib/components/dataSourceComponents/fields/Input.Mobile/WithMode.js +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Mobile/serve.js +37 -3
- package/lib/components/dataSourceComponents/fields/Input.Password/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Phone/ReadPretty.js +2 -4
- package/lib/components/dataSourceComponents/fields/Input.Phone/WithMode.js +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Phone/serve.js +37 -3
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Subdomain/index.d.ts +1 -1
- package/lib/components/dataSourceComponents/fields/Input.TextArea/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.js +1 -2
- package/lib/components/dataSourceComponents/fields/Input.Url/ReadPretty.less +2 -0
- package/lib/components/dataSourceComponents/fields/InputNumber/WithMode.js +2 -4
- package/lib/components/dataSourceComponents/fields/InputNumber/utils.js +2 -4
- package/lib/components/dataSourceComponents/fields/Select/index.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/TimePicker/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/TimePicker/WithMode.js +4 -8
- package/lib/components/dataSourceComponents/fields/Translation/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Upload/BaseUpload.js +51 -81
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.d.ts +1 -2
- package/lib/components/dataSourceComponents/fields/Upload/ReadPretty.js +1 -2
- package/lib/components/dataSourceComponents/fields/Upload/WithMode.js +11 -9
- package/lib/components/dataSourceComponents/fields/Upload/serve.js +11 -2
- package/lib/components/dataSourceComponents/fields/Upload/shopUploadServe.d.ts +56 -0
- package/lib/components/dataSourceComponents/fields/Upload/shopUploadServe.js +247 -0
- package/lib/components/dataSourceComponents/fields/Upload/type.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Upload/utils.d.ts +1 -0
- package/lib/components/dataSourceComponents/fields/Upload/utils.js +24 -18
- package/lib/components/dataSourceComponents/fields/index.d.ts +9 -10
- package/lib/components/dataSourceComponents/hooks/useActions.js +3 -6
- package/lib/components/dataSourceComponents/hooks/useParseActionsVariable.js +1 -2
- package/lib/components/dataSourceComponents/hooks/usePlatform.d.ts +3 -0
- package/lib/components/dataSourceComponents/hooks/usePlatform.js +51 -0
- package/lib/components/dataSourceComponents/provider/variables/VariablesProvider.js +1 -2
- package/lib/components/dataSourceComponents/provider/variables/utils.js +2 -4
- package/lib/components/date-picker/datePickerCpt.d.ts +1 -2
- package/lib/components/date-picker/datePickerCpt.js +1 -2
- package/lib/components/date-picker/index.d.ts +1 -2
- package/lib/components/div/index.d.ts +1 -1
- package/lib/components/drag-sort-tree/TreeItem/index.d.ts +1 -2
- package/lib/components/drag-sort-tree/TreeItem/index.js +1 -2
- package/lib/components/drag-sort-tree/index.d.ts +1 -2
- package/lib/components/drag-sort-tree/index.js +1 -2
- package/lib/components/dropdown/index.d.ts +1 -2
- package/lib/components/filter/components/items/index.d.ts +6 -7
- package/lib/components/filter/components/items/text/Editor/index.d.ts +1 -2
- package/lib/components/filter/components/items/text/Preview/index.d.ts +1 -2
- package/lib/components/filter/components/items/text/index.d.ts +2 -3
- package/lib/components/filter/index.d.ts +1 -2
- package/lib/components/filter/index.js +1 -2
- package/lib/components/form/index.js +1 -4
- package/lib/components/iconSelect/index.js +1 -2
- package/lib/components/iconSelect/utils.js +1 -2
- package/lib/components/list/index.d.ts +1 -2
- package/lib/components/login-and-register/index.js +23 -21
- package/lib/components/login-and-register/index.less +7 -7
- package/lib/components/lowCodePage/index.d.ts +1 -2
- package/lib/components/lowCodePage/index.js +1 -2
- package/lib/components/page/index.d.ts +1 -2
- package/lib/components/page/index.js +37 -65
- package/lib/components/page-header/index.d.ts +1 -1
- package/lib/components/pisell-config-provider/context.js +1 -1
- package/lib/components/pisellAdjustPrice/PisellAdjustPriceInputNumber.d.ts +1 -2
- package/lib/components/pisellAdjustPrice/index.d.ts +1 -2
- package/lib/components/pisellAlert/index.d.ts +1 -1
- package/lib/components/pisellAnchor/index.d.ts +23 -0
- package/lib/components/pisellAnchor/index.js +251 -0
- package/lib/components/pisellAnchor/index.less +197 -0
- package/lib/components/pisellCard/index.d.ts +1 -2
- package/lib/components/pisellCardList/index.d.ts +1 -1
- package/lib/components/pisellCheckboxGroup/index.d.ts +1 -1
- package/lib/components/pisellCheckboxGroup/index.js +1 -2
- package/lib/components/pisellCountdown/index.d.ts +1 -1
- package/lib/components/pisellDatePicker/datePickerCpt.d.ts +1 -2
- package/lib/components/pisellDatePicker/datePickerCpt.js +1 -2
- package/lib/components/pisellDatePicker/index.d.ts +1 -2
- package/lib/components/pisellDraggable/components/Remove/Remove.d.ts +2 -2
- package/lib/components/pisellDraggable/components/TreeItem/SortableTreeItem.d.ts +2 -2
- package/lib/components/pisellDraggable/index.d.ts +2 -2
- package/lib/components/pisellDraggable/index.js +3 -6
- package/lib/components/pisellDropSort/components/SortableItem/index.d.ts +1 -1
- package/lib/components/pisellEmpty/index.d.ts +1 -1
- package/lib/components/pisellFloatingPanel/index.d.ts +1 -1
- package/lib/components/pisellInformationEntry/Input/index.d.ts +1 -1
- package/lib/components/pisellInformationEntry/Scan/index.d.ts +1 -2
- package/lib/components/pisellInformationEntry/index.d.ts +1 -1
- package/lib/components/pisellInput/components/BankCard/index.d.ts +1 -2
- package/lib/components/pisellInput/components/Copy/index.d.ts +1 -2
- package/lib/components/pisellInput/components/SecurityCode/index.d.ts +1 -2
- package/lib/components/pisellInput/index.d.ts +4 -5
- package/lib/components/pisellLoading/index.d.ts +1 -2
- package/lib/components/pisellMenu/PisellMenu.d.ts +1 -1
- package/lib/components/pisellModal/components/Information/index.d.ts +1 -1
- package/lib/components/pisellModal/components/IpadModal/index.d.ts +1 -2
- package/lib/components/pisellModal/components/MobileModal/index.d.ts +1 -2
- package/lib/components/pisellModal/components/PcModal/index.d.ts +1 -1
- package/lib/components/pisellModal/components/index.d.ts +3 -4
- package/lib/components/pisellModal/index.d.ts +2 -2
- package/lib/components/pisellNavigationMenu/PisellNavigationMenu.js +24 -3
- package/lib/components/pisellQRScanner/index.js +9 -18
- package/lib/components/pisellQrcode/index.d.ts +10 -0
- package/lib/components/pisellQrcode/index.js +82 -0
- package/lib/components/pisellQrcode/index.less +41 -0
- package/lib/components/pisellRow/index.d.ts +1 -1
- package/lib/components/pisellStatisticList/index.d.ts +4 -1
- package/lib/components/pisellStatisticList/index.js +35 -15
- package/lib/components/pisellStatisticList/index.less +1 -1
- package/lib/components/pisellTags/index.d.ts +1 -1
- package/lib/components/pisellText/components/Amount/index.d.ts +3 -1
- package/lib/components/pisellText/components/Amount/index.js +2 -1
- package/lib/components/pisellText/index.d.ts +2 -2
- package/lib/components/pisellTooltip/index.d.ts +1 -2
- package/lib/components/pisellUpload/index.d.ts +1 -2
- package/lib/components/pisellWalletPassCard/index.d.ts +5 -6
- package/lib/components/pisellWalletPassCard/index.js +17 -9
- package/lib/components/pisellWalletPassCard/index.less +26 -4
- package/lib/components/profileMenu/index.js +1 -2
- package/lib/components/qrcode/index.d.ts +1 -2
- package/lib/components/radio/index.d.ts +1 -2
- package/lib/components/record-view/index.d.ts +13 -5
- package/lib/components/record-view/index.js +63 -11
- package/lib/components/record-view/index.less +37 -2
- package/lib/components/segmented/index.d.ts +1 -2
- package/lib/components/select/index.js +2 -4
- package/lib/components/select-time/RightPanel/index.d.ts +1 -2
- package/lib/components/select-time/index.d.ts +1 -2
- package/lib/components/skeleton/index.d.ts +1 -2
- package/lib/components/slider/index.d.ts +1 -2
- package/lib/components/sort/components/InlineMenu/index.d.ts +1 -2
- package/lib/components/table/Actions/component/ColumnsSetting/PopoverContent.d.ts +1 -1
- package/lib/components/table/Actions/component/ColumnsSetting/PopoverContent.js +1 -2
- package/lib/components/table/Actions/component/ColumnsSetting/index.d.ts +1 -2
- package/lib/components/table/Actions/component/ExportImport/components/ExportFile/index.d.ts +1 -2
- package/lib/components/table/Actions/component/ExportImport/components/ExportTable/index.d.ts +1 -2
- package/lib/components/table/Actions/component/ExportImport/components/ImportLog/index.d.ts +1 -2
- package/lib/components/table/Actions/component/ExportImport/components/ImportTable/index.d.ts +1 -2
- package/lib/components/table/Actions/component/ExportImport/index.d.ts +1 -2
- package/lib/components/table/Actions/component/ExportImport/index.js +2 -4
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +1 -2
- package/lib/components/table/Actions/component/Group/PopoverContent.d.ts +1 -2
- package/lib/components/table/Actions/component/Group/index.d.ts +1 -2
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +1 -2
- package/lib/components/table/Actions/index.d.ts +1 -2
- package/lib/components/table/BasicTable/index.d.ts +1 -2
- package/lib/components/table/Gallery/components/GalleryItem/components/Cover/index.d.ts +1 -2
- package/lib/components/table/Gallery/components/GalleryItem/components/RenderFields/index.d.ts +1 -2
- package/lib/components/table/Gallery/components/GalleryItem/components/Title/index.d.ts +1 -2
- package/lib/components/table/Gallery/components/GalleryItem/index.d.ts +1 -1
- package/lib/components/table/Gallery/components/VirtualGrid/index.d.ts +1 -1
- package/lib/components/table/Gallery/index.d.ts +1 -1
- package/lib/components/table/Header/index.d.ts +1 -1
- package/lib/components/table/Summary/index.d.ts +1 -2
- package/lib/components/table/Table/SelectField/index.d.ts +1 -2
- package/lib/components/table/Table/fields/date/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/date/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/date/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/date/filterUtil/index.js +3 -6
- package/lib/components/table/Table/fields/date/index.d.ts +3 -4
- package/lib/components/table/Table/fields/image/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/image/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/image/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/image/index.d.ts +3 -4
- package/lib/components/table/Table/fields/index.d.ts +77 -78
- package/lib/components/table/Table/fields/link/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/link/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/link/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/link/index.d.ts +3 -4
- package/lib/components/table/Table/fields/number/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/number/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/number/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/number/index.d.ts +3 -4
- package/lib/components/table/Table/fields/numberRange/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/numberRange/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/numberRange/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/numberRange/index.d.ts +3 -4
- package/lib/components/table/Table/fields/oldRangePicker/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/oldRangePicker/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/oldRangePicker/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/oldRangePicker/filterUtil/index.js +4 -8
- package/lib/components/table/Table/fields/oldRangePicker/index.d.ts +3 -4
- package/lib/components/table/Table/fields/pSwitch/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/pSwitch/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/pSwitch/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/pSwitch/index.d.ts +3 -4
- package/lib/components/table/Table/fields/rangePicker/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/rangePicker/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/rangePicker/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/rangePicker/filterUtil/index.js +4 -8
- package/lib/components/table/Table/fields/rangePicker/index.d.ts +3 -4
- package/lib/components/table/Table/fields/search/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/search/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/search/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/search/index.d.ts +3 -4
- package/lib/components/table/Table/fields/select/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/select/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/select/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/select/index.d.ts +3 -4
- package/lib/components/table/Table/fields/text/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/text/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/text/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/text/index.d.ts +3 -4
- package/lib/components/table/Table/fields/treeSelect/Config/index.d.ts +1 -2
- package/lib/components/table/Table/fields/treeSelect/Show/index.d.ts +1 -2
- package/lib/components/table/Table/fields/treeSelect/Sort/index.d.ts +1 -2
- package/lib/components/table/Table/fields/treeSelect/index.d.ts +3 -4
- package/lib/components/table/Table/fields/utils/index.js +1 -2
- package/lib/components/table/Table/tableConfig/SortRow/index.d.ts +1 -2
- package/lib/components/table/Table/tableConfig/summary/index.d.ts +1 -2
- package/lib/components/table/Table/utils.d.ts +1 -1
- package/lib/components/table/Table/utils.js +10 -17
- package/lib/components/table/TableFilter/SortIcon.d.ts +1 -2
- package/lib/components/table/View/index.d.ts +1 -2
- package/lib/components/table/hooks/useTransColumns.js +1 -2
- package/lib/components/table/model.d.ts +1 -1
- package/lib/components/table/utils.js +7 -7
- package/lib/components/tabs/index.d.ts +3 -2
- package/lib/components/tabs/index.js +69 -61
- package/lib/components/tabs/index.less +5 -5
- package/lib/components/time-picker/index.d.ts +1 -2
- package/lib/components/upload/index.d.ts +1 -2
- package/lib/components/versionModal/index.js +2 -4
- package/lib/components/versionSelect/index.d.ts +1 -2
- package/lib/components/versionSelect/index.js +6 -12
- package/lib/components/virtual-keyboard/Amount/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/Presets.d.ts +1 -2
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/BaseNumberKeyboard/index.js +2 -4
- package/lib/components/virtual-keyboard/Keyboard/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/Number/index.d.ts +1 -2
- package/lib/components/virtual-keyboard/Time/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/Time/utils.d.ts +1 -2
- package/lib/components/virtual-keyboard/VirtualInput/index.d.ts +1 -1
- package/lib/components/virtual-keyboard/VirtualKeyInput/index.d.ts +1 -2
- package/lib/components/virtual-keyboard/index.d.ts +1 -1
- package/lib/components/walletCard/Guest/index.d.ts +3 -0
- package/lib/components/walletCard/Guest/index.js +138 -0
- package/lib/components/walletCard/Guest/index.less +71 -0
- package/lib/components/walletCard/index.d.ts +65 -0
- package/lib/components/walletCard/index.js +374 -0
- package/lib/components/walletCard/index.less +267 -0
- package/lib/hooks/useCssVariables.js +1 -2
- package/lib/hooks/useResponsive.js +3 -6
- package/lib/index.d.ts +10 -1
- package/lib/index.js +26 -1
- package/lib/locales/en-US.d.ts +38 -2
- package/lib/locales/en-US.js +41 -3
- package/lib/locales/index.js +4 -2
- package/lib/locales/zh-CN.d.ts +36 -0
- package/lib/locales/zh-CN.js +41 -1
- package/lib/locales/zh-TW.d.ts +36 -0
- package/lib/locales/zh-TW.js +41 -1
- package/lib/utils/hoc.d.ts +5 -5
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.js +6 -1
- package/lib/utils/miniRedux.d.ts +1 -1
- package/lowcode/badge/meta.ts +20 -11
- package/lowcode/badge/snippets.ts +2 -0
- package/lowcode/button/meta.ts +2 -6
- package/lowcode/button-group/meta.ts +198 -0
- package/lowcode/button-group/snippets.ts +68 -0
- package/lowcode/button-group-edit/meta.ts +32 -0
- package/lowcode/button-group-edit/snippets.ts +98 -0
- package/lowcode/button-group-preview/meta.ts +55 -0
- package/lowcode/button-group-preview/snippets.ts +57 -0
- package/lowcode/card/snippets.ts +55 -55
- package/lowcode/card-metric-item/meta.ts +83 -0
- package/lowcode/card-metric-item/snippets.ts +13 -0
- package/lowcode/card-pro/meta.ts +338 -0
- package/lowcode/card-pro/snippe.ts +39 -0
- package/lowcode/crop-photo/meta.ts +77 -0
- package/lowcode/crop-photo/snippe.ts +12 -0
- package/lowcode/form-item-upload/meta.ts +11 -0
- package/lowcode/pisell-anchor/meta.ts +118 -0
- package/lowcode/pisell-anchor/snippets.ts +26 -0
- package/lowcode/pisell-card/meta.ts +63 -27
- package/lowcode/pisell-card/snippets.ts +6 -0
- package/lowcode/pisell-modal.information/meta.ts +8 -0
- package/lowcode/pisell-qrcode/__screenshots__/upload-1.png +0 -0
- package/lowcode/pisell-qrcode/meta.ts +46 -0
- package/lowcode/pisell-qrcode/snippets.ts +13 -0
- package/lowcode/pisell-tooltip/meta.ts +1 -1
- package/lowcode/record-view/meta.ts +20 -0
- package/lowcode/section-footers/meta.ts +66 -0
- package/lowcode/section-footers/snippe.ts +21 -0
- package/lowcode/spin/meta.ts +9 -0
- package/lowcode/tag/meta.ts +6 -0
- package/lowcode/timeline/meta.ts +32 -9
- package/lowcode/timeline/snippets.ts +12 -2
- package/lowcode/timeline.item/meta.ts +1 -1
- package/lowcode/wallet-card/meta.ts +283 -0
- package/lowcode/wallet-card/snippets.ts +44 -0
- package/package.json +6 -2
- package/dist/umd/materials.min.css +0 -1
- package/dist/umd/materials.min.js +0 -1
- package/dist/umd/static/DotsSix.57d66266.svg +0 -1
- package/dist/umd/static/arrow-left.e542294f.svg +0 -1
- package/dist/umd/static/arrow-right.763f03e0.svg +0 -1
- package/dist/umd/static/filter-lines.04a54ae9.svg +0 -1
- package/dist/umd/static/help-circle.31c9be40.svg +0 -1
- package/dist/umd/static/switch-vertical-01.7ebe3ba8.svg +0 -1
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"package": "@pisell/materials",
|
|
27
|
-
"version": "6.0.
|
|
27
|
+
"version": "6.0.19",
|
|
28
28
|
"library": "BaseMaterials",
|
|
29
29
|
"urls": [
|
|
30
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
31
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
30
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/render/default/view.js",
|
|
31
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/render/default/view.css"
|
|
32
32
|
],
|
|
33
33
|
"editUrls": [
|
|
34
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
35
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
34
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/view.js",
|
|
35
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/view.css"
|
|
36
36
|
],
|
|
37
37
|
"advancedUrls": {
|
|
38
38
|
"default": [
|
|
39
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
40
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
39
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/render/default/view.js",
|
|
40
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/render/default/view.css"
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
43
|
"advancedEditUrls": {}
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"exportName": "PisellMaterialsMeta",
|
|
49
49
|
"npm": {
|
|
50
50
|
"package": "@pisell/materials",
|
|
51
|
-
"version": "6.0.
|
|
51
|
+
"version": "6.0.19"
|
|
52
52
|
},
|
|
53
|
-
"url": "https://unpkg.com/@pisell/materials@6.0.
|
|
53
|
+
"url": "https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/meta.js",
|
|
54
54
|
"urls": {
|
|
55
|
-
"default": "https://unpkg.com/@pisell/materials@6.0.
|
|
55
|
+
"default": "https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/meta.js"
|
|
56
56
|
},
|
|
57
57
|
"advancedUrls": {
|
|
58
58
|
"default": [
|
|
59
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
59
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/meta.js"
|
|
60
60
|
]
|
|
61
61
|
}
|
|
62
62
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"package": "@pisell/materials",
|
|
27
|
-
"version": "6.0.
|
|
27
|
+
"version": "6.0.19",
|
|
28
28
|
"library": "BaseMaterials",
|
|
29
29
|
"urls": [
|
|
30
30
|
"./render/default/view.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"exportName": "PisellMaterialsMeta",
|
|
49
49
|
"npm": {
|
|
50
50
|
"package": "@pisell/materials",
|
|
51
|
-
"version": "6.0.
|
|
51
|
+
"version": "6.0.19"
|
|
52
52
|
},
|
|
53
53
|
"url": "./meta.js",
|
|
54
54
|
"urls": {
|
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"package": "@pisell/materials",
|
|
27
|
-
"version": "6.0.
|
|
27
|
+
"version": "6.0.19",
|
|
28
28
|
"library": "BaseMaterials",
|
|
29
29
|
"urls": [
|
|
30
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
31
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
30
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/render/default/view.js",
|
|
31
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/render/default/view.css"
|
|
32
32
|
],
|
|
33
33
|
"editUrls": [
|
|
34
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
35
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
34
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/view.js",
|
|
35
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/view.css"
|
|
36
36
|
],
|
|
37
37
|
"advancedUrls": {
|
|
38
38
|
"default": [
|
|
39
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
40
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
39
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/render/default/view.js",
|
|
40
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/render/default/view.css"
|
|
41
41
|
]
|
|
42
42
|
},
|
|
43
43
|
"advancedEditUrls": {}
|
|
@@ -48,15 +48,15 @@
|
|
|
48
48
|
"exportName": "PisellMaterialsMeta",
|
|
49
49
|
"npm": {
|
|
50
50
|
"package": "@pisell/materials",
|
|
51
|
-
"version": "6.0.
|
|
51
|
+
"version": "6.0.19"
|
|
52
52
|
},
|
|
53
|
-
"url": "https://unpkg.com/@pisell/materials@6.0.
|
|
53
|
+
"url": "https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/meta.js",
|
|
54
54
|
"urls": {
|
|
55
|
-
"default": "https://unpkg.com/@pisell/materials@6.0.
|
|
55
|
+
"default": "https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/meta.js"
|
|
56
56
|
},
|
|
57
57
|
"advancedUrls": {
|
|
58
58
|
"default": [
|
|
59
|
-
"https://unpkg.com/@pisell/materials@6.0.
|
|
59
|
+
"https://unpkg.com/@pisell/materials@6.0.19/build/lowcode/meta.js"
|
|
60
60
|
]
|
|
61
61
|
}
|
|
62
62
|
}
|
package/build/lowcode/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function t(r,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.BaseMaterials=e():r.BaseMaterials=e()}(window,(function(){return function(t){var r={};function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var o in t)e.d(n,o,function(r){return t[r]}.bind(null,o));return n},e.n=function(t){var r=t&&t.__esModule?function r(){return t.default}:function r(){return t};return e.d(r,"a",r),r},e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e.p="",e(e.s=1235)}({107:function(t,r,e){var n,o=e(58).Symbol;t.exports=o},108:function(t,r,e){var n,o,i=e(79)(e(58),"Map");t.exports=i},109:function(t,r){var e=Array.isArray;t.exports=e},110:function(t,r,e){var n=e(98),o=e(122);function i(t){return null!=t&&o(t.length)&&!n(t)}t.exports=i},119:function(t,r,e){(function(r){var e="object"==typeof r&&r&&r.Object===Object&&r;t.exports=e}).call(this,e(89))},120:function(t,r,e){(function(t){var n=e(58),o=e(229),i=r&&!r.nodeType&&r,c=i&&"object"==typeof t&&t&&!t.nodeType&&t,a,u=c&&c.exports===i?n.Buffer:void 0,s,f=(u?u.isBuffer:void 0)||o;t.exports=f}).call(this,e(86)(t))},121:function(t,r,e){var n=e(230),o=e(231),i=e(232),c=i&&i.isTypedArray,a=c?o(c):n;t.exports=a},122:function(t,r){var e=9007199254740991;function n(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}t.exports=n},1235:function(t,r,e){t.exports=e(1236)},1236:function(t,r,e){"use strict";e.r(r);var n=e(85),o=e.n(n),i=e(706),c=e.n(i);function a(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function u(t){for(var r=1;r<arguments.length;r++){var e=null!=arguments[r]?arguments[r]:{};r%2?a(Object(e),!0).forEach((function(r){s(t,r,e[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):a(Object(e)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r))}))}return t}function s(t,r,e){return(r=f(r))in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}function f(t){var r=l(t,"string");return"symbol"===m(r)?r:String(r)}function l(t,r){if("object"!==m(t)||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var n=e.call(t,r||"default");if("object"!==m(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function p(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */p=function r(){return t};var t={},r=Object.prototype,e=r.hasOwnProperty,n=Object.defineProperty||function(t,r,e){t[r]=e.value},o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",c=o.asyncIterator||"@@asyncIterator",a=o.toStringTag||"@@toStringTag";function u(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{u({},"")}catch(t){u=function t(r,e,n){return r[e]=n}}function s(t,r,e,o){var i=r&&r.prototype instanceof v?r:v,c=Object.create(i.prototype),a=new k(o||[]);return n(c,"_invoke",{value:w(t,e,a)}),c}function f(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var l={};function v(){}function h(){}function y(){}var d={};u(d,i,(function(){return this}));var b=Object.getPrototypeOf,g=b&&b(b(A([])));g&&g!==r&&e.call(g,i)&&(d=g);var x=y.prototype=v.prototype=Object.create(d);function _(t){["next","throw","return"].forEach((function(r){u(t,r,(function(t){return this._invoke(r,t)}))}))}function j(t,r){function o(n,i,c,a){var u=f(t[n],t,i);if("throw"!==u.type){var s=u.arg,l=s.value;return l&&"object"==m(l)&&e.call(l,"__await")?r.resolve(l.__await).then((function(t){o("next",t,c,a)}),(function(t){o("throw",t,c,a)})):r.resolve(l).then((function(t){s.value=t,c(s)}),(function(t){return o("throw",t,c,a)}))}a(u.arg)}var i;n(this,"_invoke",{value:function t(e,n){function c(){return new r((function(t,r){o(e,n,t,r)}))}return i=i?i.then(c,c):c()}})}function w(t,r,e){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return L()}for(e.method=o,e.arg=i;;){var c=e.delegate;if(c){var a=O(c,e);if(a){if(a===l)continue;return a}}if("next"===e.method)e.sent=e._sent=e.arg;else if("throw"===e.method){if("suspendedStart"===n)throw n="completed",e.arg;e.dispatchException(e.arg)}else"return"===e.method&&e.abrupt("return",e.arg);n="executing";var u=f(t,r,e);if("normal"===u.type){if(n=e.done?"completed":"suspendedYield",u.arg===l)continue;return{value:u.arg,done:e.done}}"throw"===u.type&&(n="completed",e.method="throw",e.arg=u.arg)}}}function O(t,r){var e=r.method,n=t.iterator[e];if(void 0===n)return r.delegate=null,"throw"===e&&t.iterator.return&&(r.method="return",r.arg=void 0,O(t,r),"throw"===r.method)||"return"!==e&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+e+"' method")),l;var o=f(n,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,l;var i=o.arg;return i?i.done?(r[t.resultName]=i.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=void 0),r.delegate=null,l):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,l)}function S(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function P(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function k(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(S,this),this.reset(!0)}function A(t){if(t){var r=t[i];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,o=function r(){for(;++n<t.length;)if(e.call(t,n))return r.value=t[n],r.done=!1,r;return r.value=void 0,r.done=!0,r};return o.next=o}}return{next:L}}function L(){return{value:void 0,done:!0}}return h.prototype=y,n(x,"constructor",{value:y,configurable:!0}),n(y,"constructor",{value:h,configurable:!0}),h.displayName=u(y,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===h||"GeneratorFunction"===(r.displayName||r.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,u(t,a,"GeneratorFunction")),t.prototype=Object.create(x),t},t.awrap=function(t){return{__await:t}},_(j.prototype),u(j.prototype,c,(function(){return this})),t.AsyncIterator=j,t.async=function(r,e,n,o,i){void 0===i&&(i=Promise);var c=new j(s(r,e,n,o),i);return t.isGeneratorFunction(e)?c:c.next().then((function(t){return t.done?t.value:c.next()}))},_(x),u(x,a,"Generator"),u(x,i,(function(){return this})),u(x,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var r=Object(t),e=[];for(var n in r)e.push(n);return e.reverse(),function t(){for(;e.length;){var n=e.pop();if(n in r)return t.value=n,t.done=!1,t}return t.done=!0,t}},t.values=A,k.prototype={constructor:k,reset:function t(r){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(P),!r)for(var n in this)"t"===n.charAt(0)&&e.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=void 0)},stop:function t(){this.done=!0;var r=this.tryEntries[0].completion;if("throw"===r.type)throw r.arg;return this.rval},dispatchException:function t(r){if(this.done)throw r;var n=this;function o(t,e){return a.type="throw",a.arg=r,n.next=t,e&&(n.method="next",n.arg=void 0),!!e}for(var i=this.tryEntries.length-1;i>=0;--i){var c=this.tryEntries[i],a=c.completion;if("root"===c.tryLoc)return o("end");if(c.tryLoc<=this.prev){var u=e.call(c,"catchLoc"),s=e.call(c,"finallyLoc");if(u&&s){if(this.prev<c.catchLoc)return o(c.catchLoc,!0);if(this.prev<c.finallyLoc)return o(c.finallyLoc)}else if(u){if(this.prev<c.catchLoc)return o(c.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<c.finallyLoc)return o(c.finallyLoc)}}}},abrupt:function t(r,n){for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o];if(i.tryLoc<=this.prev&&e.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var c=i;break}}c&&("break"===r||"continue"===r)&&c.tryLoc<=n&&n<=c.finallyLoc&&(c=null);var a=c?c.completion:{};return a.type=r,a.arg=n,c?(this.method="next",this.next=c.finallyLoc,l):this.complete(a)},complete:function t(r,e){if("throw"===r.type)throw r.arg;return"break"===r.type||"continue"===r.type?this.next=r.arg:"return"===r.type?(this.rval=this.arg=r.arg,this.method="return",this.next="end"):"normal"===r.type&&e&&(this.next=e),l},finish:function t(r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===r)return this.complete(n.completion,n.afterLoc),P(n),l}},catch:function t(r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===r){var o=n.completion;if("throw"===o.type){var i=o.arg;P(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function t(r,e,n){return this.delegate={iterator:A(r),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),l}},t}function v(t){return b(t)||d(t)||y(t)||h()}function h(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function y(t,r){if(t){if("string"==typeof t)return g(t,r);var e=Object.prototype.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?g(t,r):void 0}}function d(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function b(t){if(Array.isArray(t))return g(t)}function g(t,r){(null==r||r>t.length)&&(r=t.length);for(var e=0,n=new Array(r);e<r;e++)n[e]=t[e];return n}function m(t){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function x(t,r,e,n,o,i,c){try{var a=t[i](c),u=a.value}catch(t){return void e(t)}a.done?r(u):Promise.resolve(u).then(n,o)}function _(t){return function(){var r=this,e=arguments;return new Promise((function(n,o){var i=t.apply(r,e);function c(t){x(i,n,o,c,a,"next",t)}function a(t){x(i,n,o,c,a,"throw",t)}c(void 0)}))}}var j=new URLSearchParams(window.location.search),w="default",O=j.get("platform")||"",S=j.get("metaType")||O||"",P={meta:"/Users/wzw/Desktop/yc/pisell2/packages/materials/.tmp/meta.js"},k=S?"meta.".concat(S):"meta";P[k]||(console.warn("[@alifd/build-plugin-lowcode] metaType can only in [".concat(Object.keys(P),"], current metaType is ").concat(k,", fullback to ").concat("default",".")),S="");var A=!!n.material,L=!1,E="react",T=[{package:"moment",version:"2.24.0",urls:["https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"],library:"moment"},{package:"dayjs",version:"1.11.7",urls:["https://g.alicdn.com/code/lib/dayjs/1.11.7/dayjs.min.js"],library:"dayjs"},{package:"lodash",library:"_",urls:["https://g.alicdn.com/platform/c/lodash/4.6.1/lodash.min.js"]},{title:"fusion\u7ec4\u4ef6\u5e93",package:"@alifd/next",version:"1.25.23",urls:["https://g.alicdn.com/code/lib/alifd__next/1.25.23/next.min.css","https://g.alicdn.com/code/lib/alifd__next/1.25.23/next-with-locales.min.js"],library:"Next"},{package:"antd",version:"5.6.2",urls:["https://g.alicdn.com/code/lib/antd/5.6.2/antd.min.js"],library:"antd"}];var z={packages:[]},F="./assets-dev.json",U={},N={},D=[],I="component";var M=B()||{componentName:"Page",id:"node_dockcviv8fo1",props:{ref:"outterView",style:{height:"100%"}},fileName:"lowcode",dataSource:{list:[]},state:{text:"outter",isShowDialog:!1},css:"body {font-size: 12px;} .botton{width:100px;color:#ff00ff}",lifeCycles:{componentDidMount:{type:"JSFunction",value:"function() {\n console.log('did mount');\n }"},componentWillUnmount:{type:"JSFunction",value:"function() {\n console.log('will umount');\n }"}},methods:{testFunc:{type:"JSFunction",value:"function() {\n console.log('test func');\n }"},onClick:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: true\n })\n }"},closeDialog:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: false\n })\n }"}},children:[]},G=document.getElementById("lce-container");function B(){var t,r=JSON.parse(window.localStorage.getItem("projectSchema")||"{}"),e;return null==r||null===(t=r.componentsTree)||void 0===t?void 0:t[0]}function $(t,r){return C.apply(this,arguments)}function C(){return(C=_(p().mark((function t(r,e){var n;return p().wrap((function t(o){for(;;)switch(o.prev=o.next){case 0:if(!(e&&Array.isArray(e)&&e.length)){o.next=5;break}return o.next=3,Promise.all(e.map(function(){var t=_(p().mark((function t(r){return p().wrap((function t(e){for(;;)switch(e.prev=e.next){case 0:if("object"!==m(r)){e.next=4;break}return e.abrupt("return",r);case 4:return e.prev=4,e.next=7,fetch(r);case 7:return e.abrupt("return",e.sent.json());case 10:return e.prev=10,e.t0=e.catch(4),console.error("get assets data from builtin assets ".concat(r," failed: "),e.t0),e.abrupt("return",{});case 14:case"end":return e.stop()}}),t,null,[[4,10]])})));return function(r){return t.apply(this,arguments)}}()));case 3:(n=o.sent).forEach((function(t){var e=u(u({},t),{},{packages:t.packages||[t.package],components:t.components,componentList:(t.componentList||[]).map((function(t){return t.children&&(t.children=t.children.map((function(r){return r.sort||(r.sort={category:t.title,group:"\u539f\u5b50\u7ec4\u4ef6"}),r}))),t}))});c()(r,e,(function(t,r){if(Array.isArray(t)&&Array.isArray(r))return r.concat(t)}))}));case 5:case"end":return o.stop()}}),t)})))).apply(this,arguments)}o()((function(){return{name:"editor-init",init:function t(){return _(p().mark((function t(){var r,e,o,i,c,a;return p().wrap((function t(u){for(;;)switch(u.prev=u.next){case 0:return"object"===m(U)&&Object.keys(U).length&&n.setters.registerSetter(U),u.next=4,fetch(F);case 4:return u.next=6,u.sent.json();case 6:r=u.sent,e=r.packages,z.packages=z.packages.concat(e),z.components=r.components.map((function(t){return t.advancedUrls&&S&&t.advancedUrls[S]&&t.advancedUrls[S].length?t.url=t.advancedUrls[S][0]:t.urls&&S&&t.urls[S]&&(t.url=t.urls[S]),t})),z.groupList=r.groupList,u.next=23;break;case 13:if(o=!1,i=!1,u.t0=!1,!u.t0){u.next=19;break}return u.next=19,$(z,!1);case 19:if(u.t1=i,!u.t1){u.next=23;break}return u.next=23,$(z,i);case 23:c=new Map,a=v(new Set([].concat(T,v(z.packages)).map((function(t){var r=t.library;return c.set(r,t),r})))),z.packages=a.map((function(t){return c.get(t)})),z.packages=z.packages.map((function(t){return t.editUrls&&t.editUrls.length&&(t.renderUrls=t.urls,t.urls=t.editUrls),t})),A?(n.material.setAssets(z),n.project.openDocument(M)):(n.editor.setAssets(z),n.project.open(M));case 29:case"end":return u.stop()}}),t)})))()}}}),D||[],G,{supportVariableGlobally:!0,presetConfig:N})},139:function(t,r,e){var n=e(228),o=e(70),i=Object.prototype,c=i.hasOwnProperty,a=i.propertyIsEnumerable,u=n(function(){return arguments}())?n:function(t){return o(t)&&c.call(t,"callee")&&!a.call(t,"callee")};t.exports=u},140:function(t,r){var e=9007199254740991,n=/^(?:0|[1-9]\d*)$/;function o(t,r){var e=typeof t;return!!(r=null==r?9007199254740991:r)&&("number"==e||"symbol"!=e&&n.test(t))&&t>-1&&t%1==0&&t<r}t.exports=o},141:function(t,r){var e=Object.prototype;function n(t){var r=t&&t.constructor,n;return t===("function"==typeof r&&r.prototype||e)}t.exports=n},143:function(t,r,e){var n=e(242);function o(t,r,e){"__proto__"==r&&n?n(t,r,{configurable:!0,enumerable:!0,value:e,writable:!0}):t[r]=e}t.exports=o},162:function(t,r){var e,n=Function.prototype.toString;function o(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}t.exports=o},163:function(t,r,e){var n=e(213),o=e(220),i=e(222),c=e(223),a=e(224);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},196:function(t,r,e){var n=e(107),o=Object.prototype,i=o.hasOwnProperty,c=o.toString,a=n?n.toStringTag:void 0;function u(t){var r=i.call(t,a),e=t[a];try{t[a]=void 0;var n=!0}catch(t){}var o=c.call(t);return n&&(r?t[a]=e:delete t[a]),o}t.exports=u},197:function(t,r){var e,n=Object.prototype.toString;function o(t){return n.call(t)}t.exports=o},198:function(t,r,e){var n=e(77),o=e(204),i=e(205),c=e(206),a=e(207),u=e(208);function s(t){var r=this.__data__=new n(t);this.size=r.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=c,s.prototype.has=a,s.prototype.set=u,t.exports=s},199:function(t,r){function e(){this.__data__=[],this.size=0}t.exports=e},200:function(t,r,e){var n=e(78),o,i=Array.prototype.splice;function c(t){var r=this.__data__,e=n(r,t),o;return!(e<0)&&(e==r.length-1?r.pop():i.call(r,e,1),--this.size,!0)}t.exports=c},201:function(t,r,e){var n=e(78);function o(t){var r=this.__data__,e=n(r,t);return e<0?void 0:r[e][1]}t.exports=o},202:function(t,r,e){var n=e(78);function o(t){return n(this.__data__,t)>-1}t.exports=o},203:function(t,r,e){var n=e(78);function o(t,r){var e=this.__data__,o=n(e,t);return o<0?(++this.size,e.push([t,r])):e[o][1]=r,this}t.exports=o},204:function(t,r,e){var n=e(77);function o(){this.__data__=new n,this.size=0}t.exports=o},205:function(t,r){function e(t){var r=this.__data__,e=r.delete(t);return this.size=r.size,e}t.exports=e},206:function(t,r){function e(t){return this.__data__.get(t)}t.exports=e},207:function(t,r){function e(t){return this.__data__.has(t)}t.exports=e},208:function(t,r,e){var n=e(77),o=e(108),i=e(163),c=200;function a(t,r){var e=this.__data__;if(e instanceof n){var c=e.__data__;if(!o||c.length<199)return c.push([t,r]),this.size=++e.size,this;e=this.__data__=new i(c)}return e.set(t,r),this.size=e.size,this}t.exports=a},209:function(t,r,e){var n=e(98),o=e(210),i=e(64),c=e(162),a=/[\\^$.*+?()[\]{}|]/g,u=/^\[object .+?Constructor\]$/,s=Function.prototype,f=Object.prototype,l=s.toString,p=f.hasOwnProperty,v=RegExp("^"+l.call(p).replace(a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function h(t){return!(!i(t)||o(t))&&(n(t)?v:u).test(c(t));var r}t.exports=h},210:function(t,r,e){var n=e(211),o=(i=/[^.]+$/.exec(n&&n.keys&&n.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"",i;function c(t){return!!o&&o in t}t.exports=c},211:function(t,r,e){var n,o=e(58)["__core-js_shared__"];t.exports=o},212:function(t,r){function e(t,r){return null==t?void 0:t[r]}t.exports=e},213:function(t,r,e){var n=e(214),o=e(77),i=e(108);function c(){this.size=0,this.__data__={hash:new n,map:new(i||o),string:new n}}t.exports=c},214:function(t,r,e){var n=e(215),o=e(216),i=e(217),c=e(218),a=e(219);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},215:function(t,r,e){var n=e(80);function o(){this.__data__=n?n(null):{},this.size=0}t.exports=o},216:function(t,r){function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}t.exports=e},217:function(t,r,e){var n=e(80),o="__lodash_hash_undefined__",i,c=Object.prototype.hasOwnProperty;function a(t){var r=this.__data__;if(n){var e=r[t];return e===o?void 0:e}return c.call(r,t)?r[t]:void 0}t.exports=a},218:function(t,r,e){var n=e(80),o,i=Object.prototype.hasOwnProperty;function c(t){var r=this.__data__;return n?void 0!==r[t]:i.call(r,t)}t.exports=c},219:function(t,r,e){var n=e(80),o="__lodash_hash_undefined__";function i(t,r){var e=this.__data__;return this.size+=this.has(t)?0:1,e[t]=n&&void 0===r?o:r,this}t.exports=i},220:function(t,r,e){var n=e(81);function o(t){var r=n(this,t).delete(t);return this.size-=r?1:0,r}t.exports=o},221:function(t,r){function e(t){var r=typeof t;return"string"==r||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==t:null===t}t.exports=e},222:function(t,r,e){var n=e(81);function o(t){return n(this,t).get(t)}t.exports=o},223:function(t,r,e){var n=e(81);function o(t){return n(this,t).has(t)}t.exports=o},224:function(t,r,e){var n=e(81);function o(t,r){var e=n(this,t),o=e.size;return e.set(t,r),this.size+=e.size==o?0:1,this}t.exports=o},225:function(t,r,e){var n,o=e(58).Uint8Array;t.exports=o},226:function(t,r,e){var n=e(227),o=e(139),i=e(109),c=e(120),a=e(140),u=e(121),s,f=Object.prototype.hasOwnProperty;function l(t,r){var e=i(t),s=!e&&o(t),l=!e&&!s&&c(t),p=!e&&!s&&!l&&u(t),v=e||s||l||p,h=v?n(t.length,String):[],y=h.length;for(var d in t)!r&&!f.call(t,d)||v&&("length"==d||l&&("offset"==d||"parent"==d)||p&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||a(d,y))||h.push(d);return h}t.exports=l},227:function(t,r){function e(t,r){for(var e=-1,n=Array(t);++e<t;)n[e]=r(e);return n}t.exports=e},228:function(t,r,e){var n=e(75),o=e(70),i="[object Arguments]";function c(t){return o(t)&&n(t)==i}t.exports=c},229:function(t,r){function e(){return!1}t.exports=e},230:function(t,r,e){var n=e(75),o=e(122),i=e(70),c="[object Arguments]",a="[object Array]",u="[object Boolean]",s="[object Date]",f="[object Error]",l="[object Function]",p="[object Map]",v="[object Number]",h="[object Object]",y="[object RegExp]",d="[object Set]",b="[object String]",g="[object WeakMap]",m="[object ArrayBuffer]",x="[object DataView]",_,j="[object Float64Array]",w="[object Int8Array]",O="[object Int16Array]",S="[object Int32Array]",P="[object Uint8Array]",k="[object Uint8ClampedArray]",A="[object Uint16Array]",L="[object Uint32Array]",E={};function T(t){return i(t)&&o(t.length)&&!!E[n(t)]}E["[object Float32Array]"]=E[j]=E[w]=E[O]=E[S]=E[P]=E[k]=E[A]=E[L]=!0,E[c]=E[a]=E[m]=E[u]=E[x]=E[s]=E[f]=E[l]=E[p]=E[v]=E[h]=E[y]=E[d]=E[b]=E[g]=!1,t.exports=T},231:function(t,r){function e(t){return function(r){return t(r)}}t.exports=e},232:function(t,r,e){(function(t){var n=e(119),o=r&&!r.nodeType&&r,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,a=i&&i.exports===o&&n.process,u=function(){try{var t=i&&i.require&&i.require("util").types;return t||a&&a.binding&&a.binding("util")}catch(t){}}();t.exports=u}).call(this,e(86)(t))},233:function(t,r){function e(t,r){return function(e){return t(r(e))}}t.exports=e},241:function(t,r,e){var n=e(143),o=e(90);function i(t,r,e){(void 0!==e&&!o(t[r],e)||void 0===e&&!(r in t))&&n(t,r,e)}t.exports=i},242:function(t,r,e){var n=e(79),o=function(){try{var t=n(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},243:function(t,r,e){var n,o=e(233)(Object.getPrototypeOf,Object);t.exports=o},244:function(t,r){function e(t,r){if(("constructor"!==r||"function"!=typeof t[r])&&"__proto__"!=r)return t[r]}t.exports=e},245:function(t,r,e){var n=e(226),o=e(368),i=e(110);function c(t){return i(t)?n(t,!0):o(t)}t.exports=c},246:function(t,r){function e(t){return t}t.exports=e},353:function(t,r,e){var n=e(198),o=e(241),i=e(354),c=e(356),a=e(64),u=e(245),s=e(244);function f(t,r,e,l,p){t!==r&&i(r,(function(i,u){if(p||(p=new n),a(i))c(t,r,u,e,f,l,p);else{var v=l?l(s(t,u),i,u+"",t,r,p):void 0;void 0===v&&(v=i),o(t,u,v)}}),u)}t.exports=f},354:function(t,r,e){var n,o=e(355)();t.exports=o},355:function(t,r){function e(t){return function(r,e,n){for(var o=-1,i=Object(r),c=n(r),a=c.length;a--;){var u=c[t?a:++o];if(!1===e(i[u],u,i))break}return r}}t.exports=e},356:function(t,r,e){var n=e(241),o=e(357),i=e(358),c=e(360),a=e(361),u=e(139),s=e(109),f=e(363),l=e(120),p=e(98),v=e(64),h=e(364),y=e(121),d=e(244),b=e(365);function g(t,r,e,g,m,x,_){var j=d(t,e),w=d(r,e),O=_.get(w);if(O)n(t,e,O);else{var S=x?x(j,w,e+"",t,r,_):void 0,P=void 0===S;if(P){var k=s(w),A=!k&&l(w),L=!k&&!A&&y(w);S=w,k||A||L?s(j)?S=j:f(j)?S=c(j):A?(P=!1,S=o(w,!0)):L?(P=!1,S=i(w,!0)):S=[]:h(w)||u(w)?(S=j,u(j)?S=b(j):v(j)&&!p(j)||(S=a(w))):P=!1}P&&(_.set(w,S),m(S,w,g,x,_),_.delete(w)),n(t,e,S)}}t.exports=g},357:function(t,r,e){(function(t){var n=e(58),o=r&&!r.nodeType&&r,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,a=i&&i.exports===o?n.Buffer:void 0,u=a?a.allocUnsafe:void 0;function s(t,r){if(r)return t.slice();var e=t.length,n=u?u(e):new t.constructor(e);return t.copy(n),n}t.exports=s}).call(this,e(86)(t))},358:function(t,r,e){var n=e(359);function o(t,r){var e=r?n(t.buffer):t.buffer;return new t.constructor(e,t.byteOffset,t.length)}t.exports=o},359:function(t,r,e){var n=e(225);function o(t){var r=new t.constructor(t.byteLength);return new n(r).set(new n(t)),r}t.exports=o},360:function(t,r){function e(t,r){var e=-1,n=t.length;for(r||(r=Array(n));++e<n;)r[e]=t[e];return r}t.exports=e},361:function(t,r,e){var n=e(362),o=e(243),i=e(141);function c(t){return"function"!=typeof t.constructor||i(t)?{}:n(o(t))}t.exports=c},362:function(t,r,e){var n=e(64),o=Object.create,i=function(){function t(){}return function(r){if(!n(r))return{};if(o)return o(r);t.prototype=r;var e=new t;return t.prototype=void 0,e}}();t.exports=i},363:function(t,r,e){var n=e(110),o=e(70);function i(t){return o(t)&&n(t)}t.exports=i},364:function(t,r,e){var n=e(75),o=e(243),i=e(70),c="[object Object]",a=Function.prototype,u=Object.prototype,s=a.toString,f=u.hasOwnProperty,l=s.call(Object);function p(t){if(!i(t)||n(t)!=c)return!1;var r=o(t);if(null===r)return!0;var e=f.call(r,"constructor")&&r.constructor;return"function"==typeof e&&e instanceof e&&s.call(e)==l}t.exports=p},365:function(t,r,e){var n=e(366),o=e(245);function i(t){return n(t,o(t))}t.exports=i},366:function(t,r,e){var n=e(367),o=e(143);function i(t,r,e,i){var c=!e;e||(e={});for(var a=-1,u=r.length;++a<u;){var s=r[a],f=i?i(e[s],t[s],s,e,t):void 0;void 0===f&&(f=t[s]),c?o(e,s,f):n(e,s,f)}return e}t.exports=i},367:function(t,r,e){var n=e(143),o=e(90),i,c=Object.prototype.hasOwnProperty;function a(t,r,e){var i=t[r];c.call(t,r)&&o(i,e)&&(void 0!==e||r in t)||n(t,r,e)}t.exports=a},368:function(t,r,e){var n=e(64),o=e(141),i=e(369),c,a=Object.prototype.hasOwnProperty;function u(t){if(!n(t))return i(t);var r=o(t),e=[];for(var c in t)("constructor"!=c||!r&&a.call(t,c))&&e.push(c);return e}t.exports=u},369:function(t,r){function e(t){var r=[];if(null!=t)for(var e in Object(t))r.push(e);return r}t.exports=e},370:function(t,r,e){var n=e(371),o=e(378);function i(t){return n((function(r,e){var n=-1,i=e.length,c=i>1?e[i-1]:void 0,a=i>2?e[2]:void 0;for(c=t.length>3&&"function"==typeof c?(i--,c):void 0,a&&o(e[0],e[1],a)&&(c=i<3?void 0:c,i=1),r=Object(r);++n<i;){var u=e[n];u&&t(r,u,n,c)}return r}))}t.exports=i},371:function(t,r,e){var n=e(246),o=e(372),i=e(374);function c(t,r){return i(o(t,r,n),t+"")}t.exports=c},372:function(t,r,e){var n=e(373),o=Math.max;function i(t,r,e){return r=o(void 0===r?t.length-1:r,0),function(){for(var i=arguments,c=-1,a=o(i.length-r,0),u=Array(a);++c<a;)u[c]=i[r+c];c=-1;for(var s=Array(r+1);++c<r;)s[c]=i[c];return s[r]=e(u),n(t,this,s)}}t.exports=i},373:function(t,r){function e(t,r,e){switch(e.length){case 0:return t.call(r);case 1:return t.call(r,e[0]);case 2:return t.call(r,e[0],e[1]);case 3:return t.call(r,e[0],e[1],e[2])}return t.apply(r,e)}t.exports=e},374:function(t,r,e){var n=e(375),o,i=e(377)(n);t.exports=i},375:function(t,r,e){var n=e(376),o=e(242),i=e(246),c=o?function(t,r){return o(t,"toString",{configurable:!0,enumerable:!1,value:n(r),writable:!0})}:i;t.exports=c},376:function(t,r){function e(t){return function(){return t}}t.exports=e},377:function(t,r){var e=800,n=16,o=Date.now;function i(t){var r=0,e=0;return function(){var n=o(),i=16-(n-e);if(e=n,i>0){if(++r>=800)return arguments[0]}else r=0;return t.apply(void 0,arguments)}}t.exports=i},378:function(t,r,e){var n=e(90),o=e(110),i=e(140),c=e(64);function a(t,r,e){if(!c(e))return!1;var a=typeof r;return!!("number"==a?o(e)&&i(r,e.length):"string"==a&&r in e)&&n(e[r],t)}t.exports=a},58:function(t,r,e){var n=e(119),o="object"==typeof self&&self&&self.Object===Object&&self,i=n||o||Function("return this")();t.exports=i},64:function(t,r){function e(t){var r=typeof t;return null!=t&&("object"==r||"function"==r)}t.exports=e},70:function(t,r){function e(t){return null!=t&&"object"==typeof t}t.exports=e},706:function(t,r,e){var n=e(353),o,i=e(370)((function(t,r,e,o){n(t,r,e,o)}));t.exports=i},75:function(t,r,e){var n=e(107),o=e(196),i=e(197),c="[object Null]",a="[object Undefined]",u=n?n.toStringTag:void 0;function s(t){return null==t?void 0===t?a:c:u&&u in Object(t)?o(t):i(t)}t.exports=s},77:function(t,r,e){var n=e(199),o=e(200),i=e(201),c=e(202),a=e(203);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},78:function(t,r,e){var n=e(90);function o(t,r){for(var e=t.length;e--;)if(n(t[e][0],r))return e;return-1}t.exports=o},79:function(t,r,e){var n=e(209),o=e(212);function i(t,r){var e=o(t,r);return n(e)?e:void 0}t.exports=i},80:function(t,r,e){var n,o=e(79)(Object,"create");t.exports=o},81:function(t,r,e){var n=e(221);function o(t,r){var e=t.__data__;return n(r)?e["string"==typeof r?"string":"hash"]:e.map}t.exports=o},85:function(t,r){t.exports=window.LowcodePresetPlugin},86:function(t,r){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},89:function(t,r){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){"object"==typeof window&&(e=window)}t.exports=e},90:function(t,r){function e(t,r){return t===r||t!=t&&r!=r}t.exports=e},98:function(t,r,e){var n=e(75),o=e(64),i="[object AsyncFunction]",c="[object Function]",a="[object GeneratorFunction]",u="[object Proxy]";function s(t){if(!o(t))return!1;var r=n(t);return r==c||r==a||r==i||r==u}t.exports=s}})}));
|
|
1
|
+
!function t(r,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.BaseMaterials=e():r.BaseMaterials=e()}(window,(function(){return function(t){var r={};function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=r,e.d=function(t,r,n){e.o(t,r)||Object.defineProperty(t,r,{enumerable:!0,get:n})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,r){if(1&r&&(t=e(t)),8&r)return t;if(4&r&&"object"==typeof t&&t&&t.__esModule)return t;var n=Object.create(null);if(e.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:t}),2&r&&"string"!=typeof t)for(var o in t)e.d(n,o,function(r){return t[r]}.bind(null,o));return n},e.n=function(t){var r=t&&t.__esModule?function r(){return t.default}:function r(){return t};return e.d(r,"a",r),r},e.o=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},e.p="",e(e.s=1400)}({102:function(t,r){function e(t,r){return t===r||t!=t&&r!=r}t.exports=e},115:function(t,r,e){var n=e(86),o=e(74),i="[object AsyncFunction]",c="[object Function]",a="[object GeneratorFunction]",u="[object Proxy]";function s(t){if(!o(t))return!1;var r=n(t);return r==c||r==a||r==i||r==u}t.exports=s},122:function(t,r,e){var n,o=e(67).Symbol;t.exports=o},123:function(t,r,e){var n,o,i=e(92)(e(67),"Map");t.exports=i},124:function(t,r){var e=Array.isArray;t.exports=e},125:function(t,r,e){var n=e(115),o=e(140);function i(t){return null!=t&&o(t.length)&&!n(t)}t.exports=i},137:function(t,r,e){(function(r){var e="object"==typeof r&&r&&r.Object===Object&&r;t.exports=e}).call(this,e(89))},138:function(t,r,e){(function(t){var n=e(67),o=e(253),i=r&&!r.nodeType&&r,c=i&&"object"==typeof t&&t&&!t.nodeType&&t,a,u=c&&c.exports===i?n.Buffer:void 0,s,f=(u?u.isBuffer:void 0)||o;t.exports=f}).call(this,e(99)(t))},139:function(t,r,e){var n=e(254),o=e(255),i=e(256),c=i&&i.isTypedArray,a=c?o(c):n;t.exports=a},140:function(t,r){var e=9007199254740991;function n(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}t.exports=n},1400:function(t,r,e){t.exports=e(1401)},1401:function(t,r,e){"use strict";e.r(r);var n=e(97),o=e.n(n),i=e(778),c=e.n(i);function a(t,r){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(t,r).enumerable}))),e.push.apply(e,n)}return e}function u(t){for(var r=1;r<arguments.length;r++){var e=null!=arguments[r]?arguments[r]:{};r%2?a(Object(e),!0).forEach((function(r){s(t,r,e[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):a(Object(e)).forEach((function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r))}))}return t}function s(t,r,e){return(r=f(r))in t?Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[r]=e,t}function f(t){var r=l(t,"string");return"symbol"==m(r)?r:r+""}function l(t,r){if("object"!=m(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var n=e.call(t,r||"default");if("object"!=m(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(t)}function p(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */p=function t(){return r};var t,r={},e=Object.prototype,n=e.hasOwnProperty,o=Object.defineProperty||function(t,r,e){t[r]=e.value},i="function"==typeof Symbol?Symbol:{},c=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function s(t,r,e){return Object.defineProperty(t,r,{value:e,enumerable:!0,configurable:!0,writable:!0}),t[r]}try{s({},"")}catch(t){s=function t(r,e,n){return r[e]=n}}function f(t,r,e,n){var i=r&&r.prototype instanceof g?r:g,c=Object.create(i.prototype),a=new z(n||[]);return o(c,"_invoke",{value:A(t,e,a)}),c}function l(t,r,e){try{return{type:"normal",arg:t.call(r,e)}}catch(t){return{type:"throw",arg:t}}}r.wrap=f;var h="suspendedStart",v="suspendedYield",y="executing",d="completed",b={};function g(){}function x(){}function _(){}var j={};s(j,c,(function(){return this}));var w=Object.getPrototypeOf,O=w&&w(w(F([])));O&&O!==e&&n.call(O,c)&&(j=O);var S=_.prototype=g.prototype=Object.create(j);function P(t){["next","throw","return"].forEach((function(r){s(t,r,(function(t){return this._invoke(r,t)}))}))}function k(t,r){function e(o,i,c,a){var u=l(t[o],t,i);if("throw"!==u.type){var s=u.arg,f=s.value;return f&&"object"==m(f)&&n.call(f,"__await")?r.resolve(f.__await).then((function(t){e("next",t,c,a)}),(function(t){e("throw",t,c,a)})):r.resolve(f).then((function(t){s.value=t,c(s)}),(function(t){return e("throw",t,c,a)}))}a(u.arg)}var i;o(this,"_invoke",{value:function t(n,o){function c(){return new r((function(t,r){e(n,o,t,r)}))}return i=i?i.then(c,c):c()}})}function A(r,e,n){var o=h;return function(i,c){if(o===y)throw Error("Generator is already running");if(o===d){if("throw"===i)throw c;return{value:t,done:!0}}for(n.method=i,n.arg=c;;){var a=n.delegate;if(a){var u=L(a,n);if(u){if(u===b)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=d,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=y;var s=l(r,e,n);if("normal"===s.type){if(o=n.done?d:v,s.arg===b)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(o=d,n.method="throw",n.arg=s.arg)}}}function L(r,e){var n=e.method,o=r.iterator[n];if(o===t)return e.delegate=null,"throw"===n&&r.iterator.return&&(e.method="return",e.arg=t,L(r,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),b;var i=l(o,r.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,b;var c=i.arg;return c?c.done?(e[r.resultName]=c.value,e.next=r.nextLoc,"return"!==e.method&&(e.method="next",e.arg=t),e.delegate=null,b):c:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,b)}function E(t){var r={tryLoc:t[0]};1 in t&&(r.catchLoc=t[1]),2 in t&&(r.finallyLoc=t[2],r.afterLoc=t[3]),this.tryEntries.push(r)}function T(t){var r=t.completion||{};r.type="normal",delete r.arg,t.completion=r}function z(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function F(r){if(r||""===r){var e=r[c];if(e)return e.call(r);if("function"==typeof r.next)return r;if(!isNaN(r.length)){var o=-1,i=function e(){for(;++o<r.length;)if(n.call(r,o))return e.value=r[o],e.done=!1,e;return e.value=t,e.done=!0,e};return i.next=i}}throw new TypeError(m(r)+" is not iterable")}return x.prototype=_,o(S,"constructor",{value:_,configurable:!0}),o(_,"constructor",{value:x,configurable:!0}),x.displayName=s(_,u,"GeneratorFunction"),r.isGeneratorFunction=function(t){var r="function"==typeof t&&t.constructor;return!!r&&(r===x||"GeneratorFunction"===(r.displayName||r.name))},r.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,_):(t.__proto__=_,s(t,u,"GeneratorFunction")),t.prototype=Object.create(S),t},r.awrap=function(t){return{__await:t}},P(k.prototype),s(k.prototype,a,(function(){return this})),r.AsyncIterator=k,r.async=function(t,e,n,o,i){void 0===i&&(i=Promise);var c=new k(f(t,e,n,o),i);return r.isGeneratorFunction(e)?c:c.next().then((function(t){return t.done?t.value:c.next()}))},P(S),s(S,u,"Generator"),s(S,c,(function(){return this})),s(S,"toString",(function(){return"[object Generator]"})),r.keys=function(t){var r=Object(t),e=[];for(var n in r)e.push(n);return e.reverse(),function t(){for(;e.length;){var n=e.pop();if(n in r)return t.value=n,t.done=!1,t}return t.done=!0,t}},r.values=F,z.prototype={constructor:z,reset:function r(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(T),!e)for(var o in this)"t"===o.charAt(0)&&n.call(this,o)&&!isNaN(+o.slice(1))&&(this[o]=t)},stop:function t(){this.done=!0;var r=this.tryEntries[0].completion;if("throw"===r.type)throw r.arg;return this.rval},dispatchException:function r(e){if(this.done)throw e;var o=this;function i(r,n){return u.type="throw",u.arg=e,o.next=r,n&&(o.method="next",o.arg=t),!!n}for(var c=this.tryEntries.length-1;c>=0;--c){var a=this.tryEntries[c],u=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),f=n.call(a,"finallyLoc");if(s&&f){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(s){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!f)throw Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function t(r,e){for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var c=i;break}}c&&("break"===r||"continue"===r)&&c.tryLoc<=e&&e<=c.finallyLoc&&(c=null);var a=c?c.completion:{};return a.type=r,a.arg=e,c?(this.method="next",this.next=c.finallyLoc,b):this.complete(a)},complete:function t(r,e){if("throw"===r.type)throw r.arg;return"break"===r.type||"continue"===r.type?this.next=r.arg:"return"===r.type?(this.rval=this.arg=r.arg,this.method="return",this.next="end"):"normal"===r.type&&e&&(this.next=e),b},finish:function t(r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===r)return this.complete(n.completion,n.afterLoc),T(n),b}},catch:function t(r){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===r){var o=n.completion;if("throw"===o.type){var i=o.arg;T(n)}return i}}throw Error("illegal catch attempt")},delegateYield:function r(e,n,o){return this.delegate={iterator:F(e),resultName:n,nextLoc:o},"next"===this.method&&(this.arg=t),b}},r}function h(t){return b(t)||d(t)||y(t)||v()}function v(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function y(t,r){if(t){if("string"==typeof t)return g(t,r);var e={}.toString.call(t).slice(8,-1);return"Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e?Array.from(t):"Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e)?g(t,r):void 0}}function d(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function b(t){if(Array.isArray(t))return g(t)}function g(t,r){(null==r||r>t.length)&&(r=t.length);for(var e=0,n=Array(r);e<r;e++)n[e]=t[e];return n}function m(t){return(m="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function x(t,r,e,n,o,i,c){try{var a=t[i](c),u=a.value}catch(t){return void e(t)}a.done?r(u):Promise.resolve(u).then(n,o)}function _(t){return function(){var r=this,e=arguments;return new Promise((function(n,o){var i=t.apply(r,e);function c(t){x(i,n,o,c,a,"next",t)}function a(t){x(i,n,o,c,a,"throw",t)}c(void 0)}))}}var j=new URLSearchParams(window.location.search),w="default",O=j.get("platform")||"",S=j.get("metaType")||O||"",P={meta:"/Users/zuoshengjie/Desktop/project/pisell/packages/materials/.tmp/meta.js"},k=S?"meta.".concat(S):"meta";P[k]||(console.warn("[@alifd/build-plugin-lowcode] metaType can only in [".concat(Object.keys(P),"], current metaType is ").concat(k,", fullback to ").concat("default",".")),S="");var A=!!n.material,L=!1,E="react",T=[{package:"moment",version:"2.24.0",urls:["https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"],library:"moment"},{package:"dayjs",version:"1.11.7",urls:["https://g.alicdn.com/code/lib/dayjs/1.11.7/dayjs.min.js"],library:"dayjs"},{package:"lodash",library:"_",urls:["https://g.alicdn.com/platform/c/lodash/4.6.1/lodash.min.js"]},{title:"fusion\u7ec4\u4ef6\u5e93",package:"@alifd/next",version:"1.25.23",urls:["https://g.alicdn.com/code/lib/alifd__next/1.25.23/next.min.css","https://g.alicdn.com/code/lib/alifd__next/1.25.23/next-with-locales.min.js"],library:"Next"},{package:"antd",version:"5.6.2",urls:["https://g.alicdn.com/code/lib/antd/5.6.2/antd.min.js"],library:"antd"}];var z={packages:[]},F="./assets-dev.json",U={},N={},D=[],I="component";var M=B()||{componentName:"Page",id:"node_dockcviv8fo1",props:{ref:"outterView",style:{height:"100%"}},fileName:"lowcode",dataSource:{list:[]},state:{text:"outter",isShowDialog:!1},css:"body {font-size: 12px;} .botton{width:100px;color:#ff00ff}",lifeCycles:{componentDidMount:{type:"JSFunction",value:"function() {\n console.log('did mount');\n }"},componentWillUnmount:{type:"JSFunction",value:"function() {\n console.log('will umount');\n }"}},methods:{testFunc:{type:"JSFunction",value:"function() {\n console.log('test func');\n }"},onClick:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: true\n })\n }"},closeDialog:{type:"JSFunction",value:"function() {\n this.setState({\n isShowDialog: false\n })\n }"}},children:[]},G=document.getElementById("lce-container");function B(){var t,r=JSON.parse(window.localStorage.getItem("projectSchema")||"{}"),e;return null==r||null===(t=r.componentsTree)||void 0===t?void 0:t[0]}function $(t,r){return C.apply(this,arguments)}function C(){return(C=_(p().mark((function t(r,e){var n;return p().wrap((function t(o){for(;;)switch(o.prev=o.next){case 0:if(!(e&&Array.isArray(e)&&e.length)){o.next=5;break}return o.next=3,Promise.all(e.map(function(){var t=_(p().mark((function t(r){return p().wrap((function t(e){for(;;)switch(e.prev=e.next){case 0:if("object"!==m(r)){e.next=4;break}return e.abrupt("return",r);case 4:return e.prev=4,e.next=7,fetch(r);case 7:return e.abrupt("return",e.sent.json());case 10:return e.prev=10,e.t0=e.catch(4),console.error("get assets data from builtin assets ".concat(r," failed: "),e.t0),e.abrupt("return",{});case 14:case"end":return e.stop()}}),t,null,[[4,10]])})));return function(r){return t.apply(this,arguments)}}()));case 3:(n=o.sent).forEach((function(t){var e=u(u({},t),{},{packages:t.packages||[t.package],components:t.components,componentList:(t.componentList||[]).map((function(t){return t.children&&(t.children=t.children.map((function(r){return r.sort||(r.sort={category:t.title,group:"\u539f\u5b50\u7ec4\u4ef6"}),r}))),t}))});c()(r,e,(function(t,r){if(Array.isArray(t)&&Array.isArray(r))return r.concat(t)}))}));case 5:case"end":return o.stop()}}),t)})))).apply(this,arguments)}o()((function(){return{name:"editor-init",init:function t(){return _(p().mark((function t(){var r,e,o,i,c,a;return p().wrap((function t(u){for(;;)switch(u.prev=u.next){case 0:return"object"===m(U)&&Object.keys(U).length&&n.setters.registerSetter(U),u.next=4,fetch(F);case 4:return u.next=6,u.sent.json();case 6:r=u.sent,e=r.packages,z.packages=z.packages.concat(e),z.components=r.components.map((function(t){return t.advancedUrls&&S&&t.advancedUrls[S]&&t.advancedUrls[S].length?t.url=t.advancedUrls[S][0]:t.urls&&S&&t.urls[S]&&(t.url=t.urls[S]),t})),z.groupList=r.groupList,u.next=23;break;case 13:if(o=!1,i=!1,u.t0=!1,!u.t0){u.next=19;break}return u.next=19,$(z,!1);case 19:if(u.t1=i,!u.t1){u.next=23;break}return u.next=23,$(z,i);case 23:c=new Map,a=h(new Set([].concat(T,h(z.packages)).map((function(t){var r=t.library;return c.set(r,t),r})))),z.packages=a.map((function(t){return c.get(t)})),z.packages=z.packages.map((function(t){return t.editUrls&&t.editUrls.length&&(t.renderUrls=t.urls,t.urls=t.editUrls),t})),A?(n.material.setAssets(z),n.project.openDocument(M)):(n.editor.setAssets(z),n.project.open(M));case 29:case"end":return u.stop()}}),t)})))()}}}),D||[],G,{supportVariableGlobally:!0,presetConfig:N})},154:function(t,r,e){var n=e(252),o=e(80),i=Object.prototype,c=i.hasOwnProperty,a=i.propertyIsEnumerable,u=n(function(){return arguments}())?n:function(t){return o(t)&&c.call(t,"callee")&&!a.call(t,"callee")};t.exports=u},155:function(t,r){var e=9007199254740991,n=/^(?:0|[1-9]\d*)$/;function o(t,r){var e=typeof t;return!!(r=null==r?9007199254740991:r)&&("number"==e||"symbol"!=e&&n.test(t))&&t>-1&&t%1==0&&t<r}t.exports=o},156:function(t,r){var e=Object.prototype;function n(t){var r=t&&t.constructor,n;return t===("function"==typeof r&&r.prototype||e)}t.exports=n},157:function(t,r,e){var n=e(273);function o(t,r,e){"__proto__"==r&&n?n(t,r,{configurable:!0,enumerable:!0,value:e,writable:!0}):t[r]=e}t.exports=o},177:function(t,r){var e,n=Function.prototype.toString;function o(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}t.exports=o},178:function(t,r,e){var n=e(237),o=e(244),i=e(246),c=e(247),a=e(248);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},220:function(t,r,e){var n=e(122),o=Object.prototype,i=o.hasOwnProperty,c=o.toString,a=n?n.toStringTag:void 0;function u(t){var r=i.call(t,a),e=t[a];try{t[a]=void 0;var n=!0}catch(t){}var o=c.call(t);return n&&(r?t[a]=e:delete t[a]),o}t.exports=u},221:function(t,r){var e,n=Object.prototype.toString;function o(t){return n.call(t)}t.exports=o},222:function(t,r,e){var n=e(90),o=e(228),i=e(229),c=e(230),a=e(231),u=e(232);function s(t){var r=this.__data__=new n(t);this.size=r.size}s.prototype.clear=o,s.prototype.delete=i,s.prototype.get=c,s.prototype.has=a,s.prototype.set=u,t.exports=s},223:function(t,r){function e(){this.__data__=[],this.size=0}t.exports=e},224:function(t,r,e){var n=e(91),o,i=Array.prototype.splice;function c(t){var r=this.__data__,e=n(r,t),o;return!(e<0)&&(e==r.length-1?r.pop():i.call(r,e,1),--this.size,!0)}t.exports=c},225:function(t,r,e){var n=e(91);function o(t){var r=this.__data__,e=n(r,t);return e<0?void 0:r[e][1]}t.exports=o},226:function(t,r,e){var n=e(91);function o(t){return n(this.__data__,t)>-1}t.exports=o},227:function(t,r,e){var n=e(91);function o(t,r){var e=this.__data__,o=n(e,t);return o<0?(++this.size,e.push([t,r])):e[o][1]=r,this}t.exports=o},228:function(t,r,e){var n=e(90);function o(){this.__data__=new n,this.size=0}t.exports=o},229:function(t,r){function e(t){var r=this.__data__,e=r.delete(t);return this.size=r.size,e}t.exports=e},230:function(t,r){function e(t){return this.__data__.get(t)}t.exports=e},231:function(t,r){function e(t){return this.__data__.has(t)}t.exports=e},232:function(t,r,e){var n=e(90),o=e(123),i=e(178),c=200;function a(t,r){var e=this.__data__;if(e instanceof n){var c=e.__data__;if(!o||c.length<199)return c.push([t,r]),this.size=++e.size,this;e=this.__data__=new i(c)}return e.set(t,r),this.size=e.size,this}t.exports=a},233:function(t,r,e){var n=e(115),o=e(234),i=e(74),c=e(177),a=/[\\^$.*+?()[\]{}|]/g,u=/^\[object .+?Constructor\]$/,s=Function.prototype,f=Object.prototype,l=s.toString,p=f.hasOwnProperty,h=RegExp("^"+l.call(p).replace(a,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function v(t){return!(!i(t)||o(t))&&(n(t)?h:u).test(c(t));var r}t.exports=v},234:function(t,r,e){var n=e(235),o=(i=/[^.]+$/.exec(n&&n.keys&&n.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"",i;function c(t){return!!o&&o in t}t.exports=c},235:function(t,r,e){var n,o=e(67)["__core-js_shared__"];t.exports=o},236:function(t,r){function e(t,r){return null==t?void 0:t[r]}t.exports=e},237:function(t,r,e){var n=e(238),o=e(90),i=e(123);function c(){this.size=0,this.__data__={hash:new n,map:new(i||o),string:new n}}t.exports=c},238:function(t,r,e){var n=e(239),o=e(240),i=e(241),c=e(242),a=e(243);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},239:function(t,r,e){var n=e(93);function o(){this.__data__=n?n(null):{},this.size=0}t.exports=o},240:function(t,r){function e(t){var r=this.has(t)&&delete this.__data__[t];return this.size-=r?1:0,r}t.exports=e},241:function(t,r,e){var n=e(93),o="__lodash_hash_undefined__",i,c=Object.prototype.hasOwnProperty;function a(t){var r=this.__data__;if(n){var e=r[t];return e===o?void 0:e}return c.call(r,t)?r[t]:void 0}t.exports=a},242:function(t,r,e){var n=e(93),o,i=Object.prototype.hasOwnProperty;function c(t){var r=this.__data__;return n?void 0!==r[t]:i.call(r,t)}t.exports=c},243:function(t,r,e){var n=e(93),o="__lodash_hash_undefined__";function i(t,r){var e=this.__data__;return this.size+=this.has(t)?0:1,e[t]=n&&void 0===r?o:r,this}t.exports=i},244:function(t,r,e){var n=e(94);function o(t){var r=n(this,t).delete(t);return this.size-=r?1:0,r}t.exports=o},245:function(t,r){function e(t){var r=typeof t;return"string"==r||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==t:null===t}t.exports=e},246:function(t,r,e){var n=e(94);function o(t){return n(this,t).get(t)}t.exports=o},247:function(t,r,e){var n=e(94);function o(t){return n(this,t).has(t)}t.exports=o},248:function(t,r,e){var n=e(94);function o(t,r){var e=n(this,t),o=e.size;return e.set(t,r),this.size+=e.size==o?0:1,this}t.exports=o},249:function(t,r,e){var n,o=e(67).Uint8Array;t.exports=o},250:function(t,r,e){var n=e(251),o=e(154),i=e(124),c=e(138),a=e(155),u=e(139),s,f=Object.prototype.hasOwnProperty;function l(t,r){var e=i(t),s=!e&&o(t),l=!e&&!s&&c(t),p=!e&&!s&&!l&&u(t),h=e||s||l||p,v=h?n(t.length,String):[],y=v.length;for(var d in t)!r&&!f.call(t,d)||h&&("length"==d||l&&("offset"==d||"parent"==d)||p&&("buffer"==d||"byteLength"==d||"byteOffset"==d)||a(d,y))||v.push(d);return v}t.exports=l},251:function(t,r){function e(t,r){for(var e=-1,n=Array(t);++e<t;)n[e]=r(e);return n}t.exports=e},252:function(t,r,e){var n=e(86),o=e(80),i="[object Arguments]";function c(t){return o(t)&&n(t)==i}t.exports=c},253:function(t,r){function e(){return!1}t.exports=e},254:function(t,r,e){var n=e(86),o=e(140),i=e(80),c="[object Arguments]",a="[object Array]",u="[object Boolean]",s="[object Date]",f="[object Error]",l="[object Function]",p="[object Map]",h="[object Number]",v="[object Object]",y="[object RegExp]",d="[object Set]",b="[object String]",g="[object WeakMap]",m="[object ArrayBuffer]",x="[object DataView]",_,j="[object Float64Array]",w="[object Int8Array]",O="[object Int16Array]",S="[object Int32Array]",P="[object Uint8Array]",k="[object Uint8ClampedArray]",A="[object Uint16Array]",L="[object Uint32Array]",E={};function T(t){return i(t)&&o(t.length)&&!!E[n(t)]}E["[object Float32Array]"]=E[j]=E[w]=E[O]=E[S]=E[P]=E[k]=E[A]=E[L]=!0,E[c]=E[a]=E[m]=E[u]=E[x]=E[s]=E[f]=E[l]=E[p]=E[h]=E[v]=E[y]=E[d]=E[b]=E[g]=!1,t.exports=T},255:function(t,r){function e(t){return function(r){return t(r)}}t.exports=e},256:function(t,r,e){(function(t){var n=e(137),o=r&&!r.nodeType&&r,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,a=i&&i.exports===o&&n.process,u=function(){try{var t=i&&i.require&&i.require("util").types;return t||a&&a.binding&&a.binding("util")}catch(t){}}();t.exports=u}).call(this,e(99)(t))},257:function(t,r){function e(t,r){return function(e){return t(r(e))}}t.exports=e},272:function(t,r,e){var n=e(157),o=e(102);function i(t,r,e){(void 0!==e&&!o(t[r],e)||void 0===e&&!(r in t))&&n(t,r,e)}t.exports=i},273:function(t,r,e){var n=e(92),o=function(){try{var t=n(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=o},274:function(t,r,e){var n,o=e(257)(Object.getPrototypeOf,Object);t.exports=o},275:function(t,r){function e(t,r){if(("constructor"!==r||"function"!=typeof t[r])&&"__proto__"!=r)return t[r]}t.exports=e},276:function(t,r,e){var n=e(250),o=e(418),i=e(125);function c(t){return i(t)?n(t,!0):o(t)}t.exports=c},277:function(t,r){function e(t){return t}t.exports=e},403:function(t,r,e){var n=e(222),o=e(272),i=e(404),c=e(406),a=e(74),u=e(276),s=e(275);function f(t,r,e,l,p){t!==r&&i(r,(function(i,u){if(p||(p=new n),a(i))c(t,r,u,e,f,l,p);else{var h=l?l(s(t,u),i,u+"",t,r,p):void 0;void 0===h&&(h=i),o(t,u,h)}}),u)}t.exports=f},404:function(t,r,e){var n,o=e(405)();t.exports=o},405:function(t,r){function e(t){return function(r,e,n){for(var o=-1,i=Object(r),c=n(r),a=c.length;a--;){var u=c[t?a:++o];if(!1===e(i[u],u,i))break}return r}}t.exports=e},406:function(t,r,e){var n=e(272),o=e(407),i=e(408),c=e(410),a=e(411),u=e(154),s=e(124),f=e(413),l=e(138),p=e(115),h=e(74),v=e(414),y=e(139),d=e(275),b=e(415);function g(t,r,e,g,m,x,_){var j=d(t,e),w=d(r,e),O=_.get(w);if(O)n(t,e,O);else{var S=x?x(j,w,e+"",t,r,_):void 0,P=void 0===S;if(P){var k=s(w),A=!k&&l(w),L=!k&&!A&&y(w);S=w,k||A||L?s(j)?S=j:f(j)?S=c(j):A?(P=!1,S=o(w,!0)):L?(P=!1,S=i(w,!0)):S=[]:v(w)||u(w)?(S=j,u(j)?S=b(j):h(j)&&!p(j)||(S=a(w))):P=!1}P&&(_.set(w,S),m(S,w,g,x,_),_.delete(w)),n(t,e,S)}}t.exports=g},407:function(t,r,e){(function(t){var n=e(67),o=r&&!r.nodeType&&r,i=o&&"object"==typeof t&&t&&!t.nodeType&&t,c,a=i&&i.exports===o?n.Buffer:void 0,u=a?a.allocUnsafe:void 0;function s(t,r){if(r)return t.slice();var e=t.length,n=u?u(e):new t.constructor(e);return t.copy(n),n}t.exports=s}).call(this,e(99)(t))},408:function(t,r,e){var n=e(409);function o(t,r){var e=r?n(t.buffer):t.buffer;return new t.constructor(e,t.byteOffset,t.length)}t.exports=o},409:function(t,r,e){var n=e(249);function o(t){var r=new t.constructor(t.byteLength);return new n(r).set(new n(t)),r}t.exports=o},410:function(t,r){function e(t,r){var e=-1,n=t.length;for(r||(r=Array(n));++e<n;)r[e]=t[e];return r}t.exports=e},411:function(t,r,e){var n=e(412),o=e(274),i=e(156);function c(t){return"function"!=typeof t.constructor||i(t)?{}:n(o(t))}t.exports=c},412:function(t,r,e){var n=e(74),o=Object.create,i=function(){function t(){}return function(r){if(!n(r))return{};if(o)return o(r);t.prototype=r;var e=new t;return t.prototype=void 0,e}}();t.exports=i},413:function(t,r,e){var n=e(125),o=e(80);function i(t){return o(t)&&n(t)}t.exports=i},414:function(t,r,e){var n=e(86),o=e(274),i=e(80),c="[object Object]",a=Function.prototype,u=Object.prototype,s=a.toString,f=u.hasOwnProperty,l=s.call(Object);function p(t){if(!i(t)||n(t)!=c)return!1;var r=o(t);if(null===r)return!0;var e=f.call(r,"constructor")&&r.constructor;return"function"==typeof e&&e instanceof e&&s.call(e)==l}t.exports=p},415:function(t,r,e){var n=e(416),o=e(276);function i(t){return n(t,o(t))}t.exports=i},416:function(t,r,e){var n=e(417),o=e(157);function i(t,r,e,i){var c=!e;e||(e={});for(var a=-1,u=r.length;++a<u;){var s=r[a],f=i?i(e[s],t[s],s,e,t):void 0;void 0===f&&(f=t[s]),c?o(e,s,f):n(e,s,f)}return e}t.exports=i},417:function(t,r,e){var n=e(157),o=e(102),i,c=Object.prototype.hasOwnProperty;function a(t,r,e){var i=t[r];c.call(t,r)&&o(i,e)&&(void 0!==e||r in t)||n(t,r,e)}t.exports=a},418:function(t,r,e){var n=e(74),o=e(156),i=e(419),c,a=Object.prototype.hasOwnProperty;function u(t){if(!n(t))return i(t);var r=o(t),e=[];for(var c in t)("constructor"!=c||!r&&a.call(t,c))&&e.push(c);return e}t.exports=u},419:function(t,r){function e(t){var r=[];if(null!=t)for(var e in Object(t))r.push(e);return r}t.exports=e},420:function(t,r,e){var n=e(421),o=e(428);function i(t){return n((function(r,e){var n=-1,i=e.length,c=i>1?e[i-1]:void 0,a=i>2?e[2]:void 0;for(c=t.length>3&&"function"==typeof c?(i--,c):void 0,a&&o(e[0],e[1],a)&&(c=i<3?void 0:c,i=1),r=Object(r);++n<i;){var u=e[n];u&&t(r,u,n,c)}return r}))}t.exports=i},421:function(t,r,e){var n=e(277),o=e(422),i=e(424);function c(t,r){return i(o(t,r,n),t+"")}t.exports=c},422:function(t,r,e){var n=e(423),o=Math.max;function i(t,r,e){return r=o(void 0===r?t.length-1:r,0),function(){for(var i=arguments,c=-1,a=o(i.length-r,0),u=Array(a);++c<a;)u[c]=i[r+c];c=-1;for(var s=Array(r+1);++c<r;)s[c]=i[c];return s[r]=e(u),n(t,this,s)}}t.exports=i},423:function(t,r){function e(t,r,e){switch(e.length){case 0:return t.call(r);case 1:return t.call(r,e[0]);case 2:return t.call(r,e[0],e[1]);case 3:return t.call(r,e[0],e[1],e[2])}return t.apply(r,e)}t.exports=e},424:function(t,r,e){var n=e(425),o,i=e(427)(n);t.exports=i},425:function(t,r,e){var n=e(426),o=e(273),i=e(277),c=o?function(t,r){return o(t,"toString",{configurable:!0,enumerable:!1,value:n(r),writable:!0})}:i;t.exports=c},426:function(t,r){function e(t){return function(){return t}}t.exports=e},427:function(t,r){var e=800,n=16,o=Date.now;function i(t){var r=0,e=0;return function(){var n=o(),i=16-(n-e);if(e=n,i>0){if(++r>=800)return arguments[0]}else r=0;return t.apply(void 0,arguments)}}t.exports=i},428:function(t,r,e){var n=e(102),o=e(125),i=e(155),c=e(74);function a(t,r,e){if(!c(e))return!1;var a=typeof r;return!!("number"==a?o(e)&&i(r,e.length):"string"==a&&r in e)&&n(e[r],t)}t.exports=a},67:function(t,r,e){var n=e(137),o="object"==typeof self&&self&&self.Object===Object&&self,i=n||o||Function("return this")();t.exports=i},74:function(t,r){function e(t){var r=typeof t;return null!=t&&("object"==r||"function"==r)}t.exports=e},778:function(t,r,e){var n=e(403),o,i=e(420)((function(t,r,e,o){n(t,r,e,o)}));t.exports=i},80:function(t,r){function e(t){return null!=t&&"object"==typeof t}t.exports=e},86:function(t,r,e){var n=e(122),o=e(220),i=e(221),c="[object Null]",a="[object Undefined]",u=n?n.toStringTag:void 0;function s(t){return null==t?void 0===t?a:c:u&&u in Object(t)?o(t):i(t)}t.exports=s},89:function(t,r){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){"object"==typeof window&&(e=window)}t.exports=e},90:function(t,r,e){var n=e(223),o=e(224),i=e(225),c=e(226),a=e(227);function u(t){var r=-1,e=null==t?0:t.length;for(this.clear();++r<e;){var n=t[r];this.set(n[0],n[1])}}u.prototype.clear=n,u.prototype.delete=o,u.prototype.get=i,u.prototype.has=c,u.prototype.set=a,t.exports=u},91:function(t,r,e){var n=e(102);function o(t,r){for(var e=t.length;e--;)if(n(t[e][0],r))return e;return-1}t.exports=o},92:function(t,r,e){var n=e(233),o=e(236);function i(t,r){var e=o(t,r);return n(e)?e:void 0}t.exports=i},93:function(t,r,e){var n,o=e(92)(Object,"create");t.exports=o},94:function(t,r,e){var n=e(245);function o(t,r){var e=t.__data__;return n(r)?e["string"==typeof r?"string":"hash"]:e.map}t.exports=o},97:function(t,r){t.exports=window.LowcodePresetPlugin},99:function(t,r){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}}})}));
|