@esri/solutions-components 0.8.15 → 0.8.16
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/crowdsource-reporter.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/components/crowdsource-reporter/crowdsource-reporter.js +4 -4
- package/dist/components/crowdsource-reporter.js +2 -2
- package/dist/esm/crowdsource-reporter.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/solutions-components.js +1 -1
- package/dist/solutions-components/{p-3750c969.entry.js → p-4830649e.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/types/components/crowdsource-reporter/crowdsource-reporter.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/package.json +1 -1
@@ -29,7 +29,7 @@ export declare class CrowdsourceReporter {
|
|
29
29
|
* Also when true a floating button will be shown in the lower right of the window that
|
30
30
|
* will emit an event when clicked that the consuming application can respond to that will open the cover page.
|
31
31
|
*/
|
32
|
-
coverPageEnabled:
|
32
|
+
coverPageEnabled: boolean;
|
33
33
|
/**
|
34
34
|
* string: Item ID of the web map that should be selected by default
|
35
35
|
*/
|
@@ -312,7 +312,7 @@ export namespace Components {
|
|
312
312
|
/**
|
313
313
|
* boolean: When true a cover page has been enabled in the consuming application. Also when true a floating button will be shown in the lower right of the window that will emit an event when clicked that the consuming application can respond to that will open the cover page.
|
314
314
|
*/
|
315
|
-
"coverPageEnabled":
|
315
|
+
"coverPageEnabled": boolean;
|
316
316
|
/**
|
317
317
|
* string: Item ID of the web map that should be selected by default
|
318
318
|
*/
|
@@ -2672,7 +2672,7 @@ declare namespace LocalJSX {
|
|
2672
2672
|
/**
|
2673
2673
|
* boolean: When true a cover page has been enabled in the consuming application. Also when true a floating button will be shown in the lower right of the window that will emit an event when clicked that the consuming application can respond to that will open the cover page.
|
2674
2674
|
*/
|
2675
|
-
"coverPageEnabled"?:
|
2675
|
+
"coverPageEnabled"?: boolean;
|
2676
2676
|
/**
|
2677
2677
|
* string: Item ID of the web map that should be selected by default
|
2678
2678
|
*/
|