0.1.1 • Published 4 months ago

calendar-schedules-js v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

Getting started

Installation

npm i calendar-schedules-js

Usage

import { CalendarSchedulesJs } from 'calendar-schedules-js' //日历组件
import 'calendar-schedules-js/style.css' //日历样式

// .vue
<CalendarSchedulesJs />

User guide

Calendar

一款内置班次属性,添加任务条功能的带农历的日历

Props

Prop nameDescriptionDefulat
holidayShow显示排班false
holidaySettings排班字段{ name, val, color }

event

Event nameDescriptionCallbackType
day-click点击事件calendarInfoCalendarType
jumped翻月事件回调calendarListCalendarType[]

method

Method nameDescriptionParamCallbackType
updateCalendarTask更新任务条labelInfoLabelType
updateCalendarHoliday更新排班holidayInfoholidayInfoType
calendarList日历的 listcalendarListCalendarType[]

type

CalendarType {
  week?: string,
  day?: number,
  date: string,
  lunarDate: string,
  month?: number,
  year?: number,
  isCurMonth?: boolean,
  isCurDay?: boolean,
  holidayType?: string,
  info?:LabelType[],
}

LabelType {
  labelDateRange: LabelDateType[];
  labelMsg: T;
  labelId?: number;
  labelIndex?: number;
}

holidayInfoType {
  labelMsg: T;
  date: string
}
0.1.1

4 months ago

0.1.0

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago