UNPKG

2.54 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 = exports.ColumnType || (exports.ColumnType = {}));
14var ViewType;
15(function (ViewType) {
16 ViewType["GRID"] = "GRID";
17 ViewType["TIMELINE"] = "TIMELINE";
18})(ViewType = exports.ViewType || (exports.ViewType = {}));
19var Color;
20(function (Color) {
21 Color["lightRed"] = "lightRed";
22 Color["blue"] = "blue";
23 Color["red"] = "red";
24 Color["gray"] = "gray";
25 Color["magenta"] = "magenta";
26 Color["yellow"] = "yellow";
27 Color["orange"] = "orange";
28 Color["green"] = "green";
29 Color["black"] = "black";
30 Color["pink"] = "pink";
31 Color["purple"] = "purple";
32 Color["lightBlue"] = "lightBlue";
33 Color["lightGray"] = "lightGray";
34 Color["lightMagenta"] = "lightMagenta";
35 Color["lightYellow"] = "lightYellow";
36 Color["lightOrange"] = "lightOrange";
37 Color["lightGreen"] = "lightGreen";
38 Color["lightBlack"] = "lightBlack";
39 Color["lightPink"] = "lightPink";
40 Color["lightPurple"] = "lightPurple";
41})(Color = exports.Color || (exports.Color = {}));
42var Icon;
43(function (Icon) {
44 Icon["briefcase"] = "briefcase";
45 Icon["untitle"] = "untitle";
46 Icon["asterisk"] = "asterisk";
47 Icon["barChart"] = "barChart";
48 Icon["check"] = "check";
49 Icon["circleBlank"] = "circleBlank";
50 Icon["cloud"] = "cloud";
51 Icon["barcode"] = "barcode";
52 Icon["beaker"] = "beaker";
53 Icon["bell"] = "bell";
54 Icon["bolt"] = "bolt";
55 Icon["book"] = "book";
56 Icon["bug"] = "bug";
57 Icon["building"] = "building";
58 Icon["bullhorn"] = "bullhorn";
59 Icon["calculator"] = "calculator";
60 Icon["calendar"] = "calendar";
61 Icon["camera"] = "camera";
62 Icon["sun"] = "sun";
63 Icon["flow"] = "flow";
64 Icon["coffee"] = "coffee";
65 Icon["handUp"] = "handUp";
66 Icon["anchor"] = "anchor";
67 Icon["cogs"] = "cogs";
68 Icon["comment"] = "comment";
69 Icon["compass"] = "compass";
70 Icon["creditCard"] = "creditCard";
71 Icon["dashboard"] = "dashboard";
72 Icon["edit"] = "edit";
73 Icon["food"] = "food";
74})(Icon = exports.Icon || (exports.Icon = {}));
75//# sourceMappingURL=types.js.map
\No newline at end of file