@arcgis/portal-components-react 5.0.0-next.11 → 5.0.0-next.111

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.
@@ -1,24 +1,32 @@
1
1
  /// <reference types="@arcgis/portal-components" preserve="true" />
2
2
  import { EventName } from '@lit/react';
3
- export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<HTMLArcgisPortalClassificationBannerElement & {
3
+ export declare const ArcgisPortalClassificationBanner: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-banner').ArcgisPortalClassificationBanner & {
4
4
  class?: string;
5
5
  }, {}>;
6
- export declare const ArcgisPortalClassificationConfig: import('@lit/react').ReactWebComponent<HTMLArcgisPortalClassificationConfigElement & {
6
+ export declare const ArcgisPortalClassificationConfig: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-config').ArcgisPortalClassificationConfig & {
7
7
  class?: string;
8
8
  }, {
9
9
  onArcgisPropertyChange: EventName<HTMLArcgisPortalClassificationConfigElement["arcgisPropertyChange"]>;
10
10
  }>;
11
- export declare const ArcgisPortalClassificationFavorite: import('@lit/react').ReactWebComponent<HTMLArcgisPortalClassificationFavoriteElement & {
11
+ export declare const ArcgisPortalClassificationFavorite: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-favorite').ArcgisPortalClassificationFavorite & {
12
12
  class?: string;
13
13
  }, {}>;
14
- export declare const ArcgisPortalClassificationFormElement: import('@lit/react').ReactWebComponent<HTMLArcgisPortalClassificationFormElementElement & {
14
+ export declare const ArcgisPortalClassificationFormElement: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-classification-form-element').ArcgisPortalClassificationFormElement & {
15
15
  class?: string;
16
16
  }, {
17
17
  onArcgisAttributeValueChange: EventName<HTMLArcgisPortalClassificationFormElementElement["arcgisAttributeValueChange"]>;
18
18
  }>;
19
- export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebComponent<HTMLArcgisPortalFieldDeleteElement & {
19
+ export declare const ArcgisPortalExtentPicker: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-extent-picker').ArcgisPortalExtentPicker & {
20
20
  class?: string;
21
21
  }, {
22
+ onArcgisExtentPickerChange: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerChange"]>;
23
+ onArcgisExtentPickerClose: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerClose"]>;
24
+ onArcgisExtentPickerSave: EventName<HTMLArcgisPortalExtentPickerElement["arcgisExtentPickerSave"]>;
25
+ }>;
26
+ export declare const ArcgisPortalFieldDelete: import('@lit/react').ReactWebComponent<import('@arcgis/portal-components/components/arcgis-portal-field-delete').ArcgisPortalFieldDelete & {
27
+ class?: string;
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.11",
3
+ "version": "5.0.0-next.111",
4
4
  "description": "A set of React components that wrap ArcGIS portal components",
5
5
  "keywords": [
6
6
  "ArcGIS",
@@ -29,14 +29,14 @@
29
29
  ],
30
30
  "license": "SEE LICENSE.md",
31
31
  "dependencies": {
32
- "@arcgis/lumina": "5.0.0-next.11",
33
- "@arcgis/portal-components": "5.0.0-next.11",
34
- "@lit/react": "^1.0.7",
32
+ "@arcgis/lumina": "5.0.0-next.111",
33
+ "@arcgis/portal-components": "5.0.0-next.111",
34
+ "@lit/react": "^1.0.8",
35
35
  "lit": "^3.3.0",
36
36
  "tslib": "^2.8.1"
37
37
  },
38
38
  "peerDependencies": {
39
- "@arcgis/core": ">=5.0.0-next.1 <5.1",
39
+ "@arcgis/core": ">=5.0.0-next.62 <5.1",
40
40
  "react": ">=18.0.0 <20.0.0",
41
41
  "react-dom": ">=18.0.0 <20.0.0"
42
42
  }