@arcgis/instant-apps-components-react 4.34.0-next.66 → 4.34.0-next.68

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.
@@ -0,0 +1,137 @@
1
+ /// <reference types="@arcgis/instant-apps-components" preserve="true" />
2
+ import { EventName } from '@lit/react';
3
+ export declare const InstantAppsAppGuide: import('@lit/react').ReactWebComponent<HTMLInstantAppsAppGuideElement & {
4
+ class?: string;
5
+ }, {}>;
6
+ export declare const InstantAppsControlPanel: import('@lit/react').ReactWebComponent<HTMLInstantAppsControlPanelElement & {
7
+ class?: string;
8
+ }, {}>;
9
+ export declare const InstantAppsCreate: import('@lit/react').ReactWebComponent<HTMLInstantAppsCreateElement & {
10
+ class?: string;
11
+ }, {}>;
12
+ export declare const InstantAppsExport: import('@lit/react').ReactWebComponent<HTMLInstantAppsExportElement & {
13
+ class?: string;
14
+ }, {
15
+ onExportOutputUpdated: EventName<HTMLInstantAppsExportElement["exportOutputUpdated"]>;
16
+ }>;
17
+ export declare const InstantAppsExportViews: import('@lit/react').ReactWebComponent<HTMLInstantAppsExportViewsElement & {
18
+ class?: string;
19
+ }, {
20
+ onExportOutputUpdated: EventName<HTMLInstantAppsExportViewsElement["exportOutputUpdated"]>;
21
+ }>;
22
+ export declare const InstantAppsFilterList: import('@lit/react').ReactWebComponent<HTMLInstantAppsFilterListElement & {
23
+ class?: string;
24
+ }, {
25
+ onFilterListReset: EventName<HTMLInstantAppsFilterListElement["filterListReset"]>;
26
+ onFilterUpdate: EventName<HTMLInstantAppsFilterListElement["filterUpdate"]>;
27
+ }>;
28
+ export declare const InstantAppsHeader: import('@lit/react').ReactWebComponent<HTMLInstantAppsHeaderElement & {
29
+ class?: string;
30
+ }, {
31
+ onInfoIsOpenChanged: EventName<HTMLInstantAppsHeaderElement["infoIsOpenChanged"]>;
32
+ }>;
33
+ export declare const InstantAppsInteractiveLegend: import('@lit/react').ReactWebComponent<HTMLInstantAppsInteractiveLegendElement & {
34
+ class?: string;
35
+ }, {}>;
36
+ export declare const InstantAppsInteractiveLegendClassic: import('@lit/react').ReactWebComponent<HTMLInstantAppsInteractiveLegendClassicElement & {
37
+ class?: string;
38
+ }, {}>;
39
+ export declare const InstantAppsInteractiveLegendCount: import('@lit/react').ReactWebComponent<HTMLInstantAppsInteractiveLegendCountElement & {
40
+ class?: string;
41
+ }, {}>;
42
+ export declare const InstantAppsInteractiveLegendGroupLegendElement: import('@lit/react').ReactWebComponent<HTMLInstantAppsInteractiveLegendGroupLegendElementElement & {
43
+ class?: string;
44
+ }, {}>;
45
+ export declare const InstantAppsInteractiveLegendGroupLegendElementCaption: import('@lit/react').ReactWebComponent<HTMLInstantAppsInteractiveLegendGroupLegendElementCaptionElement & {
46
+ class?: string;
47
+ }, {
48
+ onGroupLayerCaptionElementExpandUpdated: EventName<HTMLInstantAppsInteractiveLegendGroupLegendElementCaptionElement["groupLayerCaptionElementExpandUpdated"]>;
49
+ }>;
50
+ export declare const InstantAppsInteractiveLegendLayerElement: import('@lit/react').ReactWebComponent<HTMLInstantAppsInteractiveLegendLayerElementElement & {
51
+ class?: string;
52
+ }, {}>;
53
+ export declare const InstantAppsInteractiveLegendLayerElementCaption: import('@lit/react').ReactWebComponent<HTMLInstantAppsInteractiveLegendLayerElementCaptionElement & {
54
+ class?: string;
55
+ }, {
56
+ onLayerCaptionElementExpandUpdated: EventName<HTMLInstantAppsInteractiveLegendLayerElementCaptionElement["layerCaptionElementExpandUpdated"]>;
57
+ }>;
58
+ export declare const InstantAppsInteractiveLegendLegendElement: import('@lit/react').ReactWebComponent<HTMLInstantAppsInteractiveLegendLegendElementElement & {
59
+ class?: string;
60
+ }, {}>;
61
+ export declare const InstantAppsInteractiveLegendLegendElementCaption: import('@lit/react').ReactWebComponent<HTMLInstantAppsInteractiveLegendLegendElementCaptionElement & {
62
+ class?: string;
63
+ }, {
64
+ onLegendLayerExpandUpdated: EventName<HTMLInstantAppsInteractiveLegendLegendElementCaptionElement["legendLayerExpandUpdated"]>;
65
+ onShowAllSelected: EventName<HTMLInstantAppsInteractiveLegendLegendElementCaptionElement["showAllSelected"]>;
66
+ }>;
67
+ export declare const InstantAppsInteractiveLegendRelationship: import('@lit/react').ReactWebComponent<HTMLInstantAppsInteractiveLegendRelationshipElement & {
68
+ class?: string;
69
+ }, {}>;
70
+ export declare const InstantAppsKeyboardShortcuts: import('@lit/react').ReactWebComponent<HTMLInstantAppsKeyboardShortcutsElement & {
71
+ class?: string;
72
+ }, {}>;
73
+ export declare const InstantAppsLandingPage: import('@lit/react').ReactWebComponent<HTMLInstantAppsLandingPageElement & {
74
+ class?: string;
75
+ }, {
76
+ onLandingPageClose: EventName<HTMLInstantAppsLandingPageElement["landingPageClose"]>;
77
+ onLandingPageOpen: EventName<HTMLInstantAppsLandingPageElement["landingPageOpen"]>;
78
+ }>;
79
+ export declare const InstantAppsLanguageSwitcher: import('@lit/react').ReactWebComponent<HTMLInstantAppsLanguageSwitcherElement & {
80
+ class?: string;
81
+ }, {
82
+ onSelectedLanguageUpdated: EventName<HTMLInstantAppsLanguageSwitcherElement["selectedLanguageUpdated"]>;
83
+ }>;
84
+ export declare const InstantAppsLanguageTranslator: import('@lit/react').ReactWebComponent<HTMLInstantAppsLanguageTranslatorElement & {
85
+ class?: string;
86
+ }, {
87
+ onTranslatorDataUpdated: EventName<HTMLInstantAppsLanguageTranslatorElement["translatorDataUpdated"]>;
88
+ }>;
89
+ export declare const InstantAppsCkeditorWrapper: import('@lit/react').ReactWebComponent<HTMLInstantAppsCkeditorWrapperElement & {
90
+ class?: string;
91
+ }, {
92
+ onDataChanged: EventName<HTMLInstantAppsCkeditorWrapperElement["dataChanged"]>;
93
+ onIsFocused: EventName<HTMLInstantAppsCkeditorWrapperElement["isFocused"]>;
94
+ }>;
95
+ export declare const InstantAppsLanguageTranslatorItem: import('@lit/react').ReactWebComponent<HTMLInstantAppsLanguageTranslatorItemElement & {
96
+ class?: string;
97
+ }, {
98
+ onTranslatorItemDataUpdated: EventName<HTMLInstantAppsLanguageTranslatorItemElement["translatorItemDataUpdated"]>;
99
+ }>;
100
+ export declare const InstantAppsLanguageTranslatorSearch: import('@lit/react').ReactWebComponent<HTMLInstantAppsLanguageTranslatorSearchElement & {
101
+ class?: string;
102
+ }, {
103
+ onSuggestionSelected: EventName<HTMLInstantAppsLanguageTranslatorSearchElement["suggestionSelected"]>;
104
+ }>;
105
+ export declare const InstantAppsMeasurement: import('@lit/react').ReactWebComponent<HTMLInstantAppsMeasurementElement & {
106
+ class?: string;
107
+ }, {
108
+ onMeasureActive: EventName<HTMLInstantAppsMeasurementElement["measureActive"]>;
109
+ }>;
110
+ export declare const InstantAppsMeasurementTool: import('@lit/react').ReactWebComponent<HTMLInstantAppsMeasurementToolElement & {
111
+ class?: string;
112
+ }, {}>;
113
+ export declare const InstantAppsPopover: import('@lit/react').ReactWebComponent<HTMLInstantAppsPopoverElement & {
114
+ class?: string;
115
+ }, {}>;
116
+ export declare const InstantAppsPopovers: import('@lit/react').ReactWebComponent<HTMLInstantAppsPopoversElement & {
117
+ class?: string;
118
+ }, {}>;
119
+ export declare const InstantAppsScoreboard: import('@lit/react').ReactWebComponent<HTMLInstantAppsScoreboardElement & {
120
+ class?: string;
121
+ }, {
122
+ onScoreboardItemsUpdated: EventName<HTMLInstantAppsScoreboardElement["scoreboardItemsUpdated"]>;
123
+ }>;
124
+ export declare const InstantAppsSignIn: import('@lit/react').ReactWebComponent<HTMLInstantAppsSignInElement & {
125
+ class?: string;
126
+ }, {}>;
127
+ export declare const InstantAppsSocialShare: import('@lit/react').ReactWebComponent<HTMLInstantAppsSocialShareElement & {
128
+ class?: string;
129
+ }, {}>;
130
+ export declare const InstantAppsSplash: import('@lit/react').ReactWebComponent<HTMLInstantAppsSplashElement & {
131
+ class?: string;
132
+ }, {
133
+ onSplashClose: EventName<HTMLInstantAppsSplashElement["splashClose"]>;
134
+ }>;
135
+ export declare const InstantAppsTimeFilter: import('@lit/react').ReactWebComponent<HTMLInstantAppsTimeFilterElement & {
136
+ class?: string;
137
+ }, {}>;
@@ -0,0 +1 @@
1
+ export * from './components';