@dartcom/ui-kit 3.6.0 → 3.7.0
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/components/layers/leaflet/index.d.ts +1 -0
- package/dist/components/layers/leaflet/index.d.ts.map +1 -1
- package/dist/components/layers/leaflet/leaflet.stories.d.ts.map +1 -1
- package/dist/configs/global/global.d.ts +2 -0
- package/dist/configs/global/global.d.ts.map +1 -1
- package/dist/index.cjs +1329 -88
- package/dist/index.cjs.map +1 -1
- package/dist/index.esm.js +12 -12
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layers/leaflet/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,WAAW,CAAC;AACpD,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/layers/leaflet/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,WAAW,CAAC;AACpD,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"leaflet.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/layers/leaflet/leaflet.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"leaflet.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/layers/leaflet/leaflet.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAOvD,OAAO,0BAA0B,CAAC;AAElC,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AAEjC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAanC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAoBrB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ResponseData } from './types';
|
|
2
2
|
export interface ConfigOptions {
|
|
3
3
|
apiKey: string;
|
|
4
|
+
backendUrl: string;
|
|
4
5
|
onCheck?: (data: ResponseData) => void;
|
|
5
6
|
}
|
|
6
7
|
export declare class GlobalConfig {
|
|
@@ -10,6 +11,7 @@ export declare class GlobalConfig {
|
|
|
10
11
|
static get instance(): GlobalConfig;
|
|
11
12
|
private constructor();
|
|
12
13
|
private _apiKey;
|
|
14
|
+
private _backendUrl;
|
|
13
15
|
private _isValidApiKey;
|
|
14
16
|
get isValidApiKey(): boolean;
|
|
15
17
|
set isValidApiKey(value: boolean);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"global.d.ts","sourceRoot":"","sources":["../../../src/configs/global/global.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"global.d.ts","sourceRoot":"","sources":["../../../src/configs/global/global.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,MAAM,CAAC;IAEf,UAAU,EAAE,MAAM,CAAC;IAEnB,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAC;CACxC;AAED,qBAAa,YAAY;IACvB,OAAO,CAAC,MAAM,CAAC,SAAS,CAAgC;WAE1C,UAAU,CAAC,OAAO,EAAE,aAAa;WAMjC,UAAU;IAIxB,WAAkB,QAAQ,iBAQzB;IAED,OAAO;IAiBP,OAAO,CAAC,OAAO,CAAM;IAErB,OAAO,CAAC,WAAW,CAAe;IAElC,OAAO,CAAC,cAAc,CAAS;IAC/B,IAAW,aAAa,YAEvB;IACD,IAAW,aAAa,CAAC,KAAK,SAAA,EAE7B;IAEY,gBAAgB;CA8B9B"}
|