@arcgis/portal-components-react 5.0.0-next.8 → 5.0.0-next.81

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.
@@ -16,9 +16,17 @@ export declare const ArcgisPortalClassificationFormElement: import('@lit/react')
16
16
  }, {
17
17
  onArcgisAttributeValueChange: EventName<HTMLArcgisPortalClassificationFormElementElement["arcgisAttributeValueChange"]>;
18
18
  }>;
19
+ export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComponent<HTMLArcgisPortalExtentPickerElement & {
20
+ class?: string;
21
+ }, {
22
+ onArcgisExtentPickerChange: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerChange"]>;
23
+ onArcgisExtentPickerClose: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerClose"]>;
24
+ onArcgisExtentPickerSave: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerSave"]>;
25
+ }>;
19
26
  export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebComponent<HTMLArcgisPortalFieldDeleteElement & {
20
27
  class?: string;
21
28
  }, {
29
+ onArcgisBeforeDelete: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisBeforeDelete"]>;
22
30
  onArcgisBeforeModalClose: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisBeforeModalClose"]>;
23
31
  onArcgisClose: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisClose"]>;
24
32
  onArcgisFieldsDeleted: EventName<HTMLArcgisPortalFieldDeleteElement["arcgisFieldsDeleted"]>;
package/dist/index.js CHANGED
@@ -1,34 +1,44 @@
1
1
  import i from "react";
2
- import { createComponent as e } from "@lit/react";
3
- import { makeReactWrapperFactory as o, getReactWrapperOptions as r } from "@arcgis/lumina";
4
- const a = /* @__PURE__ */ o(i, e), l = /* @__PURE__ */ a(
5
- r(
2
+ import { createComponent as t } from "@lit/react";
3
+ import { makeReactWrapperFactory as a, getReactWrapperOptions as e } from "@arcgis/lumina";
4
+ const r = /* @__PURE__ */ a(i, t), n = /* @__PURE__ */ r(
5
+ e(
6
6
  "arcgis-portal-classification-banner",
7
7
  {}
8
8
  )
9
- ), n = /* @__PURE__ */ a(
10
- r(
9
+ ), l = /* @__PURE__ */ r(
10
+ e(
11
11
  "arcgis-portal-classification-config",
12
12
  {
13
13
  onArcgisPropertyChange: "arcgisPropertyChange"
14
14
  }
15
15
  )
16
- ), g = /* @__PURE__ */ a(
17
- r(
16
+ ), g = /* @__PURE__ */ r(
17
+ e(
18
18
  "arcgis-portal-classification-favorite",
19
19
  {}
20
20
  )
21
- ), p = /* @__PURE__ */ a(
22
- r(
21
+ ), p = /* @__PURE__ */ r(
22
+ e(
23
23
  "arcgis-portal-classification-form-element",
24
24
  {
25
25
  onArcgisAttributeValueChange: "arcgisAttributeValueChange"
26
26
  }
27
27
  )
28
- ), f = /* @__PURE__ */ a(
29
- r(
28
+ ), f = /* @__PURE__ */ r(
29
+ e(
30
+ "arcgis-portal-extent-picker",
31
+ {
32
+ onArcgisExtentPickerChange: "arcgisExtentPickerChange",
33
+ onArcgisExtentPickerClose: "arcgisExtentPickerClose",
34
+ onArcgisExtentPickerSave: "arcgisExtentPickerSave"
35
+ }
36
+ )
37
+ ), C = /* @__PURE__ */ r(
38
+ e(
30
39
  "arcgis-portal-field-delete",
31
40
  {
41
+ onArcgisBeforeDelete: "arcgisBeforeDelete",
32
42
  onArcgisBeforeModalClose: "arcgisBeforeModalClose",
33
43
  onArcgisClose: "arcgisClose",
34
44
  onArcgisFieldsDeleted: "arcgisFieldsDeleted"
@@ -36,9 +46,10 @@ const a = /* @__PURE__ */ o(i, e), l = /* @__PURE__ */ a(
36
46
  )
37
47
  );
38
48
  export {
39
- l as ArcgisPortalClassificationBanner,
40
- n as ArcgisPortalClassificationConfig,
49
+ n as ArcgisPortalClassificationBanner,
50
+ l as ArcgisPortalClassificationConfig,
41
51
  g as ArcgisPortalClassificationFavorite,
42
52
  p as ArcgisPortalClassificationFormElement,
43
- f as ArcgisPortalFieldDelete
53
+ f as ArcgisPortalExtentPicker,
54
+ C as ArcgisPortalFieldDelete
44
55
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/portal-components-react",
3
- "version": "5.0.0-next.8",
3
+ "version": "5.0.0-next.81",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,9 +29,9 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/lumina": "5.0.0-next.8",
33
- "@arcgis/portal-components": "5.0.0-next.8",
34
- "@lit/react": "^1.0.7",
32
+ "@arcgis/lumina": "5.0.0-next.81",
33
+ "@arcgis/portal-components": "5.0.0-next.81",
34
+ "@lit/react": "^1.0.8",
35
35
  "lit": "^3.3.0",
36
36
  "tslib": "^2.8.1"
37
37
  },