@gisce/react-ooui 2.53.0-alpha.3 → 2.53.1
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.
- package/dist/helpers/formHelper.d.ts +4 -0
- package/dist/helpers/formHelper.d.ts.map +1 -1
- package/dist/react-ooui.es.js +2294 -2292
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/widgets/custom/Tag.d.ts.map +1 -1
- package/dist/widgets/custom/Tags.d.ts.map +1 -1
- package/dist/widgets/views/Dashboard/Dashboard.d.ts.map +1 -1
- package/package.json +3 -2
|
@@ -32,6 +32,10 @@ export declare const transformPlainMany2Ones: ({ values, fields, }: {
|
|
|
32
32
|
};
|
|
33
33
|
export declare const colorFromBoolean: (value: boolean) => string;
|
|
34
34
|
export declare const colorFromString: (text: string) => string;
|
|
35
|
+
export declare const getTextAndBackgroundColors: (color: string, intensity?: number) => {
|
|
36
|
+
text: string;
|
|
37
|
+
background: string;
|
|
38
|
+
};
|
|
35
39
|
export declare const colorTextFromBackground: (color: string) => "#ffffff" | "#000000";
|
|
36
40
|
export declare const stringFormat: (text: string, values: any) => string;
|
|
37
41
|
//# sourceMappingURL=formHelper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formHelper.d.ts","sourceRoot":"","sources":["../../src/helpers/formHelper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"formHelper.d.ts","sourceRoot":"","sources":["../../src/helpers/formHelper.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAC;AA8B/C,eAAO,MAAM,aAAa,WAAY,GAAG,UAAU,GAAG,QAGrD,CAAC;AAEF,eAAO,MAAM,gBAAgB;YAKnB,GAAG;YACH,GAAG;YACH,GAAG;SA+DZ,CAAC;AAEF,eAAO,MAAM,eAAe;mBAKX,MAAM,EAAE;cACb,QAAQ;WACX,MAAM,EAAE;aAOhB,CAAC;AAEF,eAAO,MAAM,iBAAiB;kBAId,GAAG;YACT,GAAG;SAaZ,CAAC;AAEF,eAAO,MAAM,kBAAkB,WAAY,GAAG,EAAE,QAc/C,CAAC;AAEF,eAAO,MAAM,kBAAkB;6BAKJ,GAAG,EAAE;YACtB,GAAG;mBACI,GAAG;SA8BnB,CAAC;AAEF,eAAO,MAAM,iBAAiB,iBAAkB,GAAG,EAAE;;;CAqBpD,CAAC;AAMF,eAAO,MAAM,uBAAuB;YAI1B,GAAG;YACH,GAAG;;;CAqBZ,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,OAAO,KAAG,MAEjD,CAAC;AAEF,eAAO,MAAM,eAAe,SAAU,MAAM,KAAG,MAY9C,CAAC;AAEF,eAAO,MAAM,0BAA0B,UAC9B,MAAM,cACF,MAAM;;;CAOlB,CAAC;AAEF,eAAO,MAAM,uBAAuB,UAAW,MAAM,0BAiCpD,CAAC;AAEF,eAAO,MAAM,YAAY,SAAU,MAAM,UAAU,GAAG,KAAG,MAIxD,CAAC"}
|