Socket
Socket
Sign inDemoInstall

@beisen-platform/platform-date-time

Package Overview
Dependencies
2
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @beisen-platform/platform-date-time

平台日期时间组件,绑定平台元数据


Version published
Weekly downloads
5
decreased by-75%
Maintainers
1
Install size
2.47 MB
Created
Weekly downloads
 

Readme

Source

组件使用、扩展文档

提交

  1. npm install
  2. 修改代码后执行 npm run lib进行编译
  3. 更新package.json中的 version版本号
  4. push代码
  5. 在cmp.beisen.io站点,头部导航的《服务》中查看编译是否通过

使用参数

{
  text: this.props.text || '',
  value: this.props.value || '',
  "cmp_id": "2a5e8670-6ea6-474d-b682-be8f55a46b4b",
  "cmp_name": "BeisenCloudDemofirst_extriqisetting_100013_1358372099",
  "cmp_type": "BC_DateTime",
  "cmp_label": "日期setting----年月",
  "cmp_data": {
      "title": "日期setting----年月",
      "field_name": "dxkforeignsjy",
      "required": false,   //必填
      "cmp_state": "create",
      "cmp_status": "editable",
      "editdisplaystate": "editable",
      "createdisplaystate": "editable",
      "showdisplaystate": "readonly",
      "datasourcename": "NativePlace",
      "metaObjectName":"BeisenCloudDemo.first",
      "dataType": "Text",
      "desc":"日期",  //title后面的帮助问号显示的文字
      "isShowTime": true, //true or false,是否开启选择时分秒的功能
      "data_format": "yyyy/MM",  //format格式,展示出来的格式
      "dateTimeType": "years"  //日期类型,有如下几种 ,date,dateTime,years,dateRange,dateTimeRange
  },
  "search_data": {
    metaFieldRelationIDPath: null,
    metaobjectname: "BeisenCloudDemo.first",
    opeartor: "eq",
    seperator: "-"
  },
  "ifError": false, //true 或者false,是否显示错误状态
  "biz_data": { "text": "" },
  "validators": {},
  "placeholder":"这是提示",   //输入框内提示信息,只有非只读禁用时显示,没有则取title
  styleTitle: 'rightFlush',        // "upAndDown" , "rightFlush",  "leftFlush", label的位置上下还是左右
  onChange: (value,target) => {}  //onchange回调事件
}

组件使用

  1. npm install @beisen-cmps/platform-date-time
  2. 该组件有两种使用方式, 第一种会走组件内部的获取数据方式(如果组件需要请求接口),数据会存在state里,第二种会走外部传入的action
  3. import XXX from '@beisen-cmps/platform-date-time'
  4. import {DateTime} from '@beisen-cmps/platform-date-time'
render() {
  return <DateTime {...this.props}/>;
}

Keywords

FAQs

Last updated on 25 Oct 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc