Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ux-work-report-statistics-drawer

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ux-work-report-statistics-drawer

调用方法:

  • 1.1.21
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

下属总结统计推屏

调用方法:

import featureUtils,{messageType} from "@beisen-cmps/feature-utils";

// 开推屏
featureUtils.call({
  messageType: messageType.drawer,// 标明是推屏的消息
  functionName: "open",//方法名 open 展开  close 关闭
  mountName: "_Work_Report_Statistics_Drawer", // 模块名称 要求公共配置中的版本号 key 和组件挂在window上的key一致
  project: "ux-work-report-statistics-drawer",// 项目的名称  资源路径相关
  params:{ // 任务组件需要的参数
      dailyType:dailyType,//当前记忆的是日报还是月报
      // dailyTypeMap:EDailyType//日周月报对应
  }
});

// 关闭
featureUtils.call({
  mountName: '_Work_Report_Statistics_Drawer', // 模块名称 要求公共配置中的版本号 key 和组件挂在window上的key一致
  project: 'ux-work-report-statistics-drawer', // 项目的名称  资源路径相关
  messageType: messageType.drawer, // messageType.drawer,// 标明是推屏的消息
  functionName: 'close', // open 展开  close关闭
});

Todo

1.整体提醒限流

FAQs

Package last updated on 26 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc