UNPKG

2.58 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var ColumnType;
4(function (ColumnType) {
5 ColumnType["TEXT"] = "TEXT";
6 ColumnType["RECORD_REFERENCE"] = "RECORD_REFERENCE";
7 ColumnType["NUMBER"] = "NUMBER";
8 ColumnType["MULTI_SELECT"] = "MULTI_SELECT";
9 ColumnType["SELECT"] = "SELECT";
10 ColumnType["FORMULA"] = "FORMULA";
11 ColumnType["MULTI_ATTACHMENT"] = "MULTI_ATTACHMENT";
12 ColumnType["LOOKUP"] = "LOOKUP";
13 ColumnType["DATETIME"] = "DATETIME";
14})(ColumnType = exports.ColumnType || (exports.ColumnType = {}));
15var ViewType;
16(function (ViewType) {
17 ViewType["GRID"] = "GRID";
18 ViewType["TIMELINE"] = "TIMELINE";
19})(ViewType = exports.ViewType || (exports.ViewType = {}));
20var Color;
21(function (Color) {
22 Color["lightRed"] = "lightRed";
23 Color["blue"] = "blue";
24 Color["red"] = "red";
25 Color["gray"] = "gray";
26 Color["magenta"] = "magenta";
27 Color["yellow"] = "yellow";
28 Color["orange"] = "orange";
29 Color["green"] = "green";
30 Color["black"] = "black";
31 Color["pink"] = "pink";
32 Color["purple"] = "purple";
33 Color["lightBlue"] = "lightBlue";
34 Color["lightGray"] = "lightGray";
35 Color["lightMagenta"] = "lightMagenta";
36 Color["lightYellow"] = "lightYellow";
37 Color["lightOrange"] = "lightOrange";
38 Color["lightGreen"] = "lightGreen";
39 Color["lightBlack"] = "lightBlack";
40 Color["lightPink"] = "lightPink";
41 Color["lightPurple"] = "lightPurple";
42})(Color = exports.Color || (exports.Color = {}));
43var Icon;
44(function (Icon) {
45 Icon["briefcase"] = "briefcase";
46 Icon["untitle"] = "untitle";
47 Icon["asterisk"] = "asterisk";
48 Icon["barChart"] = "barChart";
49 Icon["check"] = "check";
50 Icon["circleBlank"] = "circleBlank";
51 Icon["cloud"] = "cloud";
52 Icon["barcode"] = "barcode";
53 Icon["beaker"] = "beaker";
54 Icon["bell"] = "bell";
55 Icon["bolt"] = "bolt";
56 Icon["book"] = "book";
57 Icon["bug"] = "bug";
58 Icon["building"] = "building";
59 Icon["bullhorn"] = "bullhorn";
60 Icon["calculator"] = "calculator";
61 Icon["calendar"] = "calendar";
62 Icon["camera"] = "camera";
63 Icon["sun"] = "sun";
64 Icon["flow"] = "flow";
65 Icon["coffee"] = "coffee";
66 Icon["handUp"] = "handUp";
67 Icon["anchor"] = "anchor";
68 Icon["cogs"] = "cogs";
69 Icon["comment"] = "comment";
70 Icon["compass"] = "compass";
71 Icon["creditCard"] = "creditCard";
72 Icon["dashboard"] = "dashboard";
73 Icon["edit"] = "edit";
74 Icon["food"] = "food";
75})(Icon = exports.Icon || (exports.Icon = {}));
76//# sourceMappingURL=types.js.map
\No newline at end of file