Skip to content

Commit 6ea6fd3

Browse files
npm run build-npm
1 parent 77d52ba commit 6ea6fd3

11 files changed

+1900
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ test-built/*
77
.idea
88
docs/*.html
99
docs/assets/bundle.js
10-
lib/*
1110
/bower_components/

lib/Constants.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
"use strict";
2+
3+
module.exports = {
4+
MODE_DATE: "date",
5+
MODE_DATETIME: "datetime",
6+
MODE_TIME: "time",
7+
8+
SIZE_SMALL: "sm",
9+
SIZE_MEDIUM: "md",
10+
SIZE_LARGE: "lg"
11+
};

0 commit comments

Comments
 (0)