@lbaz/tetr 0.0.22 → 0.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
File without changes
|
|
@@ -11,3 +11,19 @@ export declare const DATA_TYPES: {
|
|
|
11
11
|
DICT: string;
|
|
12
12
|
LIST: string;
|
|
13
13
|
};
|
|
14
|
+
export declare const FIELDS: {
|
|
15
|
+
readonly descriptionValue: "descriptionValue";
|
|
16
|
+
readonly imageAlt: "imageAlt";
|
|
17
|
+
readonly imageUrl: "imageUrl";
|
|
18
|
+
readonly imageWidth: "imageWidth";
|
|
19
|
+
readonly imageHeight: "imageHeight";
|
|
20
|
+
readonly nameValue: "nameValue";
|
|
21
|
+
readonly contentValue: "contentValue";
|
|
22
|
+
readonly redirectLink: "redirectLink";
|
|
23
|
+
readonly linkHref: "linkHref";
|
|
24
|
+
readonly linkTarget: "linkTarget";
|
|
25
|
+
readonly tagValue: "tagValue";
|
|
26
|
+
readonly backgroundUrl: "backgroundUrl";
|
|
27
|
+
readonly backgroundSize: "backgroundSize";
|
|
28
|
+
readonly backgroundColor: "backgroundColor";
|
|
29
|
+
};
|
package/dist/constants/index.js
CHANGED
|
@@ -11,4 +11,20 @@ export const DATA_TYPES = {
|
|
|
11
11
|
DICT: "DICT",
|
|
12
12
|
LIST: "LIST"
|
|
13
13
|
};
|
|
14
|
+
export const FIELDS = {
|
|
15
|
+
'descriptionValue': 'descriptionValue',
|
|
16
|
+
'imageAlt': "imageAlt",
|
|
17
|
+
'imageUrl': "imageUrl",
|
|
18
|
+
'imageWidth': "imageWidth",
|
|
19
|
+
'imageHeight': "imageHeight",
|
|
20
|
+
'nameValue': "nameValue",
|
|
21
|
+
'contentValue': "contentValue",
|
|
22
|
+
'redirectLink': "redirectLink",
|
|
23
|
+
'linkHref': 'linkHref',
|
|
24
|
+
'linkTarget': "linkTarget",
|
|
25
|
+
'tagValue': "tagValue",
|
|
26
|
+
'backgroundUrl': "backgroundUrl",
|
|
27
|
+
'backgroundSize': "backgroundSize",
|
|
28
|
+
'backgroundColor': "backgroundColor"
|
|
29
|
+
};
|
|
14
30
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,OAAO;IAChB,MAAM,EAAE,MAAM;IACd,OAAO,EAAE,OAAO;IAChB,QAAQ,EAAE,QAAQ;IAClB,cAAc,EAAE,cAAc;IAC9B,YAAY,EAAE,YAAY;CAClB,CAAC;AAEX,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACb,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,OAAO;IAChB,MAAM,EAAE,MAAM;IACd,OAAO,EAAE,OAAO;IAChB,QAAQ,EAAE,QAAQ;IAClB,cAAc,EAAE,cAAc;IAC9B,YAAY,EAAE,YAAY;CAClB,CAAC;AAEX,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;CACb,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,kBAAkB,EAAE,kBAAkB;IACtC,UAAU,EAAE,UAAU;IACtB,UAAU,EAAE,UAAU;IACtB,YAAY,EAAE,YAAY;IAC1B,aAAa,EAAE,aAAa;IAC5B,WAAW,EAAE,WAAW;IAExB,cAAc,EAAE,cAAc;IAC9B,cAAc,EAAE,cAAc;IAC9B,UAAU,EAAE,UAAU;IACtB,YAAY,EAAE,YAAY;IAE1B,UAAU,EAAE,UAAU;IAEtB,eAAe,EAAE,eAAe;IAChC,gBAAgB,EAAE,gBAAgB;IAClC,iBAAiB,EAAE,iBAAiB;CAC5B,CAAC"}
|