@xylabs/react-rich-result 3.0.2 → 3.0.3
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/browser/RichResult.cjs +33 -0
- package/dist/browser/RichResult.cjs.map +1 -0
- package/dist/browser/RichResult.js +2 -1
- package/dist/browser/RichResult.js.map +1 -1
- package/dist/browser/index.cjs +78 -0
- package/dist/browser/index.cjs.map +1 -0
- package/dist/browser/index.js +54 -2
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/jsonld/Action.cjs +19 -0
- package/dist/browser/jsonld/Action.cjs.map +1 -0
- package/dist/browser/jsonld/ActionStatusType.cjs +33 -0
- package/dist/browser/jsonld/ActionStatusType.cjs.map +1 -0
- package/dist/browser/jsonld/ActionStatusType.js +1 -0
- package/dist/browser/jsonld/ActionStatusType.js.map +1 -1
- package/dist/browser/jsonld/AdministrativeArea.cjs +19 -0
- package/dist/browser/jsonld/AdministrativeArea.cjs.map +1 -0
- package/dist/browser/jsonld/AggrigateRating.cjs +19 -0
- package/dist/browser/jsonld/AggrigateRating.cjs.map +1 -0
- package/dist/browser/jsonld/Article.cjs +19 -0
- package/dist/browser/jsonld/Article.cjs.map +1 -0
- package/dist/browser/jsonld/Base.cjs +19 -0
- package/dist/browser/jsonld/Base.cjs.map +1 -0
- package/dist/browser/jsonld/Brand.cjs +19 -0
- package/dist/browser/jsonld/Brand.cjs.map +1 -0
- package/dist/browser/jsonld/Class.cjs +19 -0
- package/dist/browser/jsonld/Class.cjs.map +1 -0
- package/dist/browser/jsonld/ContactPoint.cjs +19 -0
- package/dist/browser/jsonld/ContactPoint.cjs.map +1 -0
- package/dist/browser/jsonld/ContactPointOption.cjs +31 -0
- package/dist/browser/jsonld/ContactPointOption.cjs.map +1 -0
- package/dist/browser/jsonld/ContactPointOption.js +1 -0
- package/dist/browser/jsonld/ContactPointOption.js.map +1 -1
- package/dist/browser/jsonld/Country.cjs +19 -0
- package/dist/browser/jsonld/Country.cjs.map +1 -0
- package/dist/browser/jsonld/CreativeWork.cjs +19 -0
- package/dist/browser/jsonld/CreativeWork.cjs.map +1 -0
- package/dist/browser/jsonld/DateTime.cjs +19 -0
- package/dist/browser/jsonld/DateTime.cjs.map +1 -0
- package/dist/browser/jsonld/EntryPoint.cjs +19 -0
- package/dist/browser/jsonld/EntryPoint.cjs.map +1 -0
- package/dist/browser/jsonld/Enumeration.cjs +19 -0
- package/dist/browser/jsonld/Enumeration.cjs.map +1 -0
- package/dist/browser/jsonld/GeoShape.cjs +19 -0
- package/dist/browser/jsonld/GeoShape.cjs.map +1 -0
- package/dist/browser/jsonld/GeospatialGeometry.cjs +19 -0
- package/dist/browser/jsonld/GeospatialGeometry.cjs.map +1 -0
- package/dist/browser/jsonld/ImageObject.cjs +19 -0
- package/dist/browser/jsonld/ImageObject.cjs.map +1 -0
- package/dist/browser/jsonld/Intangible.cjs +19 -0
- package/dist/browser/jsonld/Intangible.cjs.map +1 -0
- package/dist/browser/jsonld/Integer.cjs +19 -0
- package/dist/browser/jsonld/Integer.cjs.map +1 -0
- package/dist/browser/jsonld/ItemAvailability.cjs +38 -0
- package/dist/browser/jsonld/ItemAvailability.cjs.map +1 -0
- package/dist/browser/jsonld/ItemAvailability.js +1 -0
- package/dist/browser/jsonld/ItemAvailability.js.map +1 -1
- package/dist/browser/jsonld/Language.cjs +19 -0
- package/dist/browser/jsonld/Language.cjs.map +1 -0
- package/dist/browser/jsonld/Map.cjs +19 -0
- package/dist/browser/jsonld/Map.cjs.map +1 -0
- package/dist/browser/jsonld/MapCategoryType.cjs +33 -0
- package/dist/browser/jsonld/MapCategoryType.cjs.map +1 -0
- package/dist/browser/jsonld/MapCategoryType.js +1 -0
- package/dist/browser/jsonld/MapCategoryType.js.map +1 -1
- package/dist/browser/jsonld/MediaObject.cjs +19 -0
- package/dist/browser/jsonld/MediaObject.cjs.map +1 -0
- package/dist/browser/jsonld/MobileApplication.cjs +19 -0
- package/dist/browser/jsonld/MobileApplication.cjs.map +1 -0
- package/dist/browser/jsonld/Offer.cjs +19 -0
- package/dist/browser/jsonld/Offer.cjs.map +1 -0
- package/dist/browser/jsonld/Organization.cjs +19 -0
- package/dist/browser/jsonld/Organization.cjs.map +1 -0
- package/dist/browser/jsonld/Person.cjs +19 -0
- package/dist/browser/jsonld/Person.cjs.map +1 -0
- package/dist/browser/jsonld/Photograph.cjs +19 -0
- package/dist/browser/jsonld/Photograph.cjs.map +1 -0
- package/dist/browser/jsonld/Place.cjs +19 -0
- package/dist/browser/jsonld/Place.cjs.map +1 -0
- package/dist/browser/jsonld/PostalAddress.cjs +19 -0
- package/dist/browser/jsonld/PostalAddress.cjs.map +1 -0
- package/dist/browser/jsonld/Product.cjs +19 -0
- package/dist/browser/jsonld/Product.cjs.map +1 -0
- package/dist/browser/jsonld/Property.cjs +19 -0
- package/dist/browser/jsonld/Property.cjs.map +1 -0
- package/dist/browser/jsonld/PropertyValue.cjs +19 -0
- package/dist/browser/jsonld/PropertyValue.cjs.map +1 -0
- package/dist/browser/jsonld/QualitativeValue.cjs +19 -0
- package/dist/browser/jsonld/QualitativeValue.cjs.map +1 -0
- package/dist/browser/jsonld/QuantitativeValue.cjs +19 -0
- package/dist/browser/jsonld/QuantitativeValue.cjs.map +1 -0
- package/dist/browser/jsonld/Rating.cjs +19 -0
- package/dist/browser/jsonld/Rating.cjs.map +1 -0
- package/dist/browser/jsonld/Review.cjs +19 -0
- package/dist/browser/jsonld/Review.cjs.map +1 -0
- package/dist/browser/jsonld/Service.cjs +19 -0
- package/dist/browser/jsonld/Service.cjs.map +1 -0
- package/dist/browser/jsonld/SoftwareApplication.cjs +19 -0
- package/dist/browser/jsonld/SoftwareApplication.cjs.map +1 -0
- package/dist/browser/jsonld/StructuredValue.cjs +19 -0
- package/dist/browser/jsonld/StructuredValue.cjs.map +1 -0
- package/dist/browser/jsonld/Text.cjs +19 -0
- package/dist/browser/jsonld/Text.cjs.map +1 -0
- package/dist/browser/jsonld/Thing.cjs +19 -0
- package/dist/browser/jsonld/Thing.cjs.map +1 -0
- package/dist/browser/jsonld/Time.cjs +19 -0
- package/dist/browser/jsonld/Time.cjs.map +1 -0
- package/dist/browser/jsonld/URL.cjs +19 -0
- package/dist/browser/jsonld/URL.cjs.map +1 -0
- package/dist/browser/jsonld/VirtualLocation.cjs +19 -0
- package/dist/browser/jsonld/VirtualLocation.cjs.map +1 -0
- package/dist/browser/jsonld/index.cjs +68 -0
- package/dist/browser/jsonld/index.cjs.map +1 -0
- package/dist/browser/jsonld/index.js +44 -47
- package/dist/browser/jsonld/index.js.map +1 -1
- package/package.json +13 -7
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/QualitativeValue.ts
|
|
17
|
+
var QualitativeValue_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(QualitativeValue_exports);
|
|
19
|
+
//# sourceMappingURL=QualitativeValue.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/QualitativeValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Enumeration } from './Enumeration'\nimport { PropertyValue } from './PropertyValue'\nimport { QuantitativeValue } from './QuantitativeValue'\nimport { StructuredValue } from './StructuredValue'\n\ninterface QualitativeValue extends Enumeration {\n additionalProperty?: PropertyValue\n equal?: QualitativeValue\n greater?: QualitativeValue\n greaterOrEqual?: QualitativeValue\n lesser?: QualitativeValue\n lesserOrEqual?: QualitativeValue\n nonEqual?: QualitativeValue\n valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue\n}\n\nexport type { QualitativeValue }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/QuantitativeValue.ts
|
|
17
|
+
var QuantitativeValue_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(QuantitativeValue_exports);
|
|
19
|
+
//# sourceMappingURL=QuantitativeValue.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/QuantitativeValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Enumeration } from './Enumeration'\nimport { PropertyValue } from './PropertyValue'\nimport { QualitativeValue } from './QualitativeValue'\nimport { StructuredValue } from './StructuredValue'\nimport { URL } from './URL'\n\ninterface QuantitativeValue extends Enumeration {\n additionalProperty?: PropertyValue\n maxValue?: number\n minValue?: number\n unitCode?: string | URL\n unitText?: string\n value?: boolean | number | StructuredValue | string\n valueReference?: Enumeration | PropertyValue | QualitativeValue | QuantitativeValue | StructuredValue\n}\n\nexport type { QuantitativeValue }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/Rating.ts
|
|
17
|
+
var Rating_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(Rating_exports);
|
|
19
|
+
//# sourceMappingURL=Rating.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/Rating.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Intangible } from './Intangible'\nimport { Text } from './Text'\n\ninterface Rating extends Intangible {\n bestRating?: number\n ratingExplaination?: Text\n ratingValue?: number\n reviewAspect?: Text\n worstRating?: number\n}\n\nexport type { Rating }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/Review.ts
|
|
17
|
+
var Review_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(Review_exports);
|
|
19
|
+
//# sourceMappingURL=Review.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/Review.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { CreativeWork } from './CreativeWork'\nimport { Rating } from './Rating'\nimport { Thing } from './Thing'\n\ninterface Review extends CreativeWork {\n itemReviewed?: Thing\n reviewAspect?: Text\n reviewBody?: Text\n reviewRating?: Rating\n}\n\nexport type { Review }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/Service.ts
|
|
17
|
+
var Service_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(Service_exports);
|
|
19
|
+
//# sourceMappingURL=Service.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/Service.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { AdministrativeArea } from './AdministrativeArea'\nimport { AggregateRating } from './AggrigateRating'\nimport { GeoShape } from './GeoShape'\nimport { ImageObject } from './ImageObject'\nimport { Intangible } from './Intangible'\nimport { Offer } from './Offer'\nimport { Organization } from './Organization'\nimport { Person } from './Person'\nimport { Place } from './Place'\nimport { Product } from './Product'\nimport { Review } from './Review'\nimport { Text } from './Text'\nimport { Thing } from './Thing'\nimport { URL } from './URL'\n\n//TODO: Resolve Anys\ninterface Service extends Intangible {\n aggregateRating?: AggregateRating\n areaServed?: AdministrativeArea | GeoShape | Place | Text\n audience?: unknown\n availableChannel?: unknown\n award?: Text\n brand?: unknown | Organization\n broker?: Organization | Person\n category?: unknown | Text | Thing | URL\n hasOfferCatalog?: unknown\n hoursAvailable?: unknown\n isRelatedTo?: Product | Service\n isSimilarTo?: Product | Service\n logo?: ImageObject | URL\n offers?: Offer[]\n provider?: Organization | Person\n providerMobility?: Text\n review?: Review\n serviceOutput?: Thing\n serviceType?: unknown | Text\n slogan?: Text\n termsOfService?: Text | URL\n}\n\nexport type { Service }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/SoftwareApplication.ts
|
|
17
|
+
var SoftwareApplication_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(SoftwareApplication_exports);
|
|
19
|
+
//# sourceMappingURL=SoftwareApplication.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/SoftwareApplication.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { CreativeWork } from './CreativeWork'\nimport { ImageObject } from './ImageObject'\nimport { Text } from './Text'\nimport { URL } from './URL'\n\n//TODO: Resolve Anys\ninterface SoftwareApplication extends CreativeWork {\n applicationCategory?: Text | URL\n applicationSubCategory?: Text | URL\n applicationSuite?: Text\n availableOnDevice?: Text\n countriesNotSupported?: Text\n countriesSupported?: Text\n downloadUrl?: URL\n featureList?: Text | URL\n installUrl?: URL\n memoryRequirements?: Text | URL\n operatingSystem?: Text\n permissions?: Text\n processorRequiremewnts?: Text\n releaseNotes?: Text | URL\n screenshot?: ImageObject | URL\n softwareAddOn?: SoftwareApplication\n softwareHelp?: CreativeWork\n softwareRequirements?: Text | URL\n softwareVersion?: Text\n storageRequirements?: Text | URL\n supportingData?: unknown\n}\n\nexport type { SoftwareApplication }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/StructuredValue.ts
|
|
17
|
+
var StructuredValue_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(StructuredValue_exports);
|
|
19
|
+
//# sourceMappingURL=StructuredValue.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/StructuredValue.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Intangible } from './Intangible'\n\ntype StructuredValue = Intangible\n\nexport type { StructuredValue }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/Text.ts
|
|
17
|
+
var Text_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(Text_exports);
|
|
19
|
+
//# sourceMappingURL=Text.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/Text.ts"],"sourcesContent":["type Text = string | string[]\n\nexport type { Text }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/Thing.ts
|
|
17
|
+
var Thing_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(Thing_exports);
|
|
19
|
+
//# sourceMappingURL=Thing.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/Thing.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\nimport { Action } from './Action'\nimport { Base } from './Base'\nimport { CreativeWork } from './CreativeWork'\nimport { ImageObject } from './ImageObject'\nimport { PropertyValue } from './PropertyValue'\nimport { Text } from './Text'\nimport { URL } from './URL'\n\ninterface Thing extends Base {\n additionalType?: URL\n alternateName?: Text\n description?: Text\n disambiguatingDescription?: Text\n identifier?: PropertyValue | Text | URL\n image?: ImageObject | URL\n mainIdentityOfPage?: CreativeWork | URL\n name?: Text\n potentialAction?: Action\n sameAs?: URL\n subjectOf?: CreativeWork | Event\n url?: URL\n}\n\nexport type { Thing }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/Time.ts
|
|
17
|
+
var Time_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(Time_exports);
|
|
19
|
+
//# sourceMappingURL=Time.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/Time.ts"],"sourcesContent":["type Time = string\n\nexport type { Time }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/URL.ts
|
|
17
|
+
var URL_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(URL_exports);
|
|
19
|
+
//# sourceMappingURL=URL.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/URL.ts"],"sourcesContent":["type URL = string | string[]\n\nexport type { URL }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
+
}
|
|
12
|
+
return to;
|
|
13
|
+
};
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
+
|
|
16
|
+
// src/jsonld/VirtualLocation.ts
|
|
17
|
+
var VirtualLocation_exports = {};
|
|
18
|
+
module.exports = __toCommonJS(VirtualLocation_exports);
|
|
19
|
+
//# sourceMappingURL=VirtualLocation.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/VirtualLocation.ts"],"sourcesContent":["/* eslint-disable import/no-cycle */\n\nimport { Thing } from './Thing'\n\ntype VirtualLocation = Thing\n\nexport type { VirtualLocation }\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/jsonld/index.ts
|
|
21
|
+
var jsonld_exports = {};
|
|
22
|
+
__export(jsonld_exports, {
|
|
23
|
+
ActionStatusType: () => ActionStatusType,
|
|
24
|
+
ContactPointOption: () => ContactPointOption,
|
|
25
|
+
ItemAvailability: () => ItemAvailability,
|
|
26
|
+
MapCategoryType: () => MapCategoryType
|
|
27
|
+
});
|
|
28
|
+
module.exports = __toCommonJS(jsonld_exports);
|
|
29
|
+
|
|
30
|
+
// src/jsonld/ActionStatusType.ts
|
|
31
|
+
var ActionStatusType = /* @__PURE__ */ ((ActionStatusType2) => {
|
|
32
|
+
ActionStatusType2["ActiveActionStatus"] = "ActiveActionStatus";
|
|
33
|
+
ActionStatusType2["CompletedActionStatus"] = "CompletedActionStatus";
|
|
34
|
+
ActionStatusType2["FailedActionStatus"] = "FailedActionStatus";
|
|
35
|
+
ActionStatusType2["PotentialActionStatus"] = "PotentialActionStatus";
|
|
36
|
+
return ActionStatusType2;
|
|
37
|
+
})(ActionStatusType || {});
|
|
38
|
+
|
|
39
|
+
// src/jsonld/ContactPointOption.ts
|
|
40
|
+
var ContactPointOption = /* @__PURE__ */ ((ContactPointOption2) => {
|
|
41
|
+
ContactPointOption2["HearingImpairedSupported"] = "HearingImpairedSupported";
|
|
42
|
+
ContactPointOption2["TollFree"] = "TollFree";
|
|
43
|
+
return ContactPointOption2;
|
|
44
|
+
})(ContactPointOption || {});
|
|
45
|
+
|
|
46
|
+
// src/jsonld/ItemAvailability.ts
|
|
47
|
+
var ItemAvailability = /* @__PURE__ */ ((ItemAvailability2) => {
|
|
48
|
+
ItemAvailability2["Discontinued"] = "https://schema.org/Discontinued";
|
|
49
|
+
ItemAvailability2["InStock"] = "https://schema.org/InStock";
|
|
50
|
+
ItemAvailability2["InStoreOnly"] = "https://schema.org/InStoreOnly";
|
|
51
|
+
ItemAvailability2["LimitedAvailability"] = "https://schema.org/LimitedAvailability";
|
|
52
|
+
ItemAvailability2["OnlineOnly"] = "https://schema.org/OnlineOnly";
|
|
53
|
+
ItemAvailability2["OutOfStock"] = "https://schema.org/OutOfStock";
|
|
54
|
+
ItemAvailability2["PreOrder"] = "https://schema.org/PreOrder";
|
|
55
|
+
ItemAvailability2["PreSale"] = "https://schema.org/PreSale";
|
|
56
|
+
ItemAvailability2["SoldOut"] = "https://schema.org/SoldOut";
|
|
57
|
+
return ItemAvailability2;
|
|
58
|
+
})(ItemAvailability || {});
|
|
59
|
+
|
|
60
|
+
// src/jsonld/MapCategoryType.ts
|
|
61
|
+
var MapCategoryType = /* @__PURE__ */ ((MapCategoryType2) => {
|
|
62
|
+
MapCategoryType2["ParkingMap"] = "ParkingMap";
|
|
63
|
+
MapCategoryType2["SeatingMap"] = "SeatingMap";
|
|
64
|
+
MapCategoryType2["TransitMap"] = "TransitMap";
|
|
65
|
+
MapCategoryType2["VenueMap"] = "VenueMap";
|
|
66
|
+
return MapCategoryType2;
|
|
67
|
+
})(MapCategoryType || {});
|
|
68
|
+
//# sourceMappingURL=index.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/index.ts","../../../src/jsonld/ActionStatusType.ts","../../../src/jsonld/ContactPointOption.ts","../../../src/jsonld/ItemAvailability.ts","../../../src/jsonld/MapCategoryType.ts"],"sourcesContent":["export * from './Action'\nexport * from './ActionStatusType'\nexport * from './AdministrativeArea'\nexport * from './AggrigateRating'\nexport * from './Article'\nexport * from './Base'\nexport * from './Brand'\nexport * from './Class'\nexport * from './ContactPoint'\nexport * from './ContactPointOption'\nexport * from './Country'\nexport * from './CreativeWork'\nexport * from './DateTime'\nexport * from './EntryPoint'\nexport * from './Enumeration'\nexport * from './GeoShape'\nexport * from './GeospatialGeometry'\nexport * from './ImageObject'\nexport * from './Intangible'\nexport * from './Integer'\nexport * from './ItemAvailability'\nexport * from './Language'\nexport * from './Map'\nexport * from './MapCategoryType'\nexport * from './MediaObject'\nexport * from './MobileApplication'\nexport * from './Offer'\nexport * from './Organization'\nexport * from './Person'\nexport * from './Photograph'\nexport * from './Place'\nexport * from './PostalAddress'\nexport * from './Product'\nexport * from './Property'\nexport * from './PropertyValue'\nexport * from './QualitativeValue'\nexport * from './QuantitativeValue'\nexport * from './Rating'\nexport * from './Review'\nexport * from './Service'\nexport * from './SoftwareApplication'\nexport * from './StructuredValue'\nexport * from './Text'\nexport * from './Thing'\nexport * from './Time'\nexport * from './URL'\nexport * from './VirtualLocation'\n","enum ActionStatusType {\n ActiveActionStatus = 'ActiveActionStatus',\n CompletedActionStatus = 'CompletedActionStatus',\n FailedActionStatus = 'FailedActionStatus',\n PotentialActionStatus = 'PotentialActionStatus',\n}\n\nexport { ActionStatusType }\n","enum ContactPointOption {\n HearingImpairedSupported = 'HearingImpairedSupported',\n TollFree = 'TollFree',\n}\n\nexport { ContactPointOption }\n","enum ItemAvailability {\n /** Indicates that the item has been discontinued. */\n Discontinued = 'https://schema.org/Discontinued',\n /** Indicates that the item is in stock. */\n InStock = 'https://schema.org/InStock',\n /** Indicates that the item is available only at physical locations. */\n InStoreOnly = 'https://schema.org/InStoreOnly',\n /** Indicates that the item has limited availability. */\n LimitedAvailability = 'https://schema.org/LimitedAvailability',\n /** Indicates that the item is available only online. */\n OnlineOnly = 'https://schema.org/OnlineOnly',\n /** Indicates that the item is out of stock. */\n OutOfStock = 'https://schema.org/OutOfStock',\n /** Indicates that the item is available for pre-order. */\n PreOrder = 'https://schema.org/PreOrder',\n /** Indicates that the item is available for ordering and delivery before general availability. */\n PreSale = 'https://schema.org/PreSale',\n /** Indicates that the item has sold out. */\n SoldOut = 'https://schema.org/SoldOut',\n}\n\nexport { ItemAvailability }\n","enum MapCategoryType {\n ParkingMap = 'ParkingMap',\n SeatingMap = 'SeatingMap',\n TransitMap = 'TransitMap',\n VenueMap = 'VenueMap',\n}\n\nexport { MapCategoryType }\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,IAAK,mBAAL,kBAAKA,sBAAL;AACE,EAAAA,kBAAA,wBAAqB;AACrB,EAAAA,kBAAA,2BAAwB;AACxB,EAAAA,kBAAA,wBAAqB;AACrB,EAAAA,kBAAA,2BAAwB;AAJrB,SAAAA;AAAA,GAAA;;;ACAL,IAAK,qBAAL,kBAAKC,wBAAL;AACE,EAAAA,oBAAA,8BAA2B;AAC3B,EAAAA,oBAAA,cAAW;AAFR,SAAAA;AAAA,GAAA;;;ACAL,IAAK,mBAAL,kBAAKC,sBAAL;AAEE,EAAAA,kBAAA,kBAAe;AAEf,EAAAA,kBAAA,aAAU;AAEV,EAAAA,kBAAA,iBAAc;AAEd,EAAAA,kBAAA,yBAAsB;AAEtB,EAAAA,kBAAA,gBAAa;AAEb,EAAAA,kBAAA,gBAAa;AAEb,EAAAA,kBAAA,cAAW;AAEX,EAAAA,kBAAA,aAAU;AAEV,EAAAA,kBAAA,aAAU;AAlBP,SAAAA;AAAA,GAAA;;;ACAL,IAAK,kBAAL,kBAAKC,qBAAL;AACE,EAAAA,iBAAA,gBAAa;AACb,EAAAA,iBAAA,gBAAa;AACb,EAAAA,iBAAA,gBAAa;AACb,EAAAA,iBAAA,cAAW;AAJR,SAAAA;AAAA,GAAA;","names":["ActionStatusType","ContactPointOption","ItemAvailability","MapCategoryType"]}
|
|
@@ -1,48 +1,45 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
export
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export * from "./Time";
|
|
46
|
-
export * from "./URL";
|
|
47
|
-
export * from "./VirtualLocation";
|
|
1
|
+
// src/jsonld/ActionStatusType.ts
|
|
2
|
+
var ActionStatusType = /* @__PURE__ */ ((ActionStatusType2) => {
|
|
3
|
+
ActionStatusType2["ActiveActionStatus"] = "ActiveActionStatus";
|
|
4
|
+
ActionStatusType2["CompletedActionStatus"] = "CompletedActionStatus";
|
|
5
|
+
ActionStatusType2["FailedActionStatus"] = "FailedActionStatus";
|
|
6
|
+
ActionStatusType2["PotentialActionStatus"] = "PotentialActionStatus";
|
|
7
|
+
return ActionStatusType2;
|
|
8
|
+
})(ActionStatusType || {});
|
|
9
|
+
|
|
10
|
+
// src/jsonld/ContactPointOption.ts
|
|
11
|
+
var ContactPointOption = /* @__PURE__ */ ((ContactPointOption2) => {
|
|
12
|
+
ContactPointOption2["HearingImpairedSupported"] = "HearingImpairedSupported";
|
|
13
|
+
ContactPointOption2["TollFree"] = "TollFree";
|
|
14
|
+
return ContactPointOption2;
|
|
15
|
+
})(ContactPointOption || {});
|
|
16
|
+
|
|
17
|
+
// src/jsonld/ItemAvailability.ts
|
|
18
|
+
var ItemAvailability = /* @__PURE__ */ ((ItemAvailability2) => {
|
|
19
|
+
ItemAvailability2["Discontinued"] = "https://schema.org/Discontinued";
|
|
20
|
+
ItemAvailability2["InStock"] = "https://schema.org/InStock";
|
|
21
|
+
ItemAvailability2["InStoreOnly"] = "https://schema.org/InStoreOnly";
|
|
22
|
+
ItemAvailability2["LimitedAvailability"] = "https://schema.org/LimitedAvailability";
|
|
23
|
+
ItemAvailability2["OnlineOnly"] = "https://schema.org/OnlineOnly";
|
|
24
|
+
ItemAvailability2["OutOfStock"] = "https://schema.org/OutOfStock";
|
|
25
|
+
ItemAvailability2["PreOrder"] = "https://schema.org/PreOrder";
|
|
26
|
+
ItemAvailability2["PreSale"] = "https://schema.org/PreSale";
|
|
27
|
+
ItemAvailability2["SoldOut"] = "https://schema.org/SoldOut";
|
|
28
|
+
return ItemAvailability2;
|
|
29
|
+
})(ItemAvailability || {});
|
|
30
|
+
|
|
31
|
+
// src/jsonld/MapCategoryType.ts
|
|
32
|
+
var MapCategoryType = /* @__PURE__ */ ((MapCategoryType2) => {
|
|
33
|
+
MapCategoryType2["ParkingMap"] = "ParkingMap";
|
|
34
|
+
MapCategoryType2["SeatingMap"] = "SeatingMap";
|
|
35
|
+
MapCategoryType2["TransitMap"] = "TransitMap";
|
|
36
|
+
MapCategoryType2["VenueMap"] = "VenueMap";
|
|
37
|
+
return MapCategoryType2;
|
|
38
|
+
})(MapCategoryType || {});
|
|
39
|
+
export {
|
|
40
|
+
ActionStatusType,
|
|
41
|
+
ContactPointOption,
|
|
42
|
+
ItemAvailability,
|
|
43
|
+
MapCategoryType
|
|
44
|
+
};
|
|
48
45
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/jsonld/
|
|
1
|
+
{"version":3,"sources":["../../../src/jsonld/ActionStatusType.ts","../../../src/jsonld/ContactPointOption.ts","../../../src/jsonld/ItemAvailability.ts","../../../src/jsonld/MapCategoryType.ts"],"sourcesContent":["enum ActionStatusType {\n ActiveActionStatus = 'ActiveActionStatus',\n CompletedActionStatus = 'CompletedActionStatus',\n FailedActionStatus = 'FailedActionStatus',\n PotentialActionStatus = 'PotentialActionStatus',\n}\n\nexport { ActionStatusType }\n","enum ContactPointOption {\n HearingImpairedSupported = 'HearingImpairedSupported',\n TollFree = 'TollFree',\n}\n\nexport { ContactPointOption }\n","enum ItemAvailability {\n /** Indicates that the item has been discontinued. */\n Discontinued = 'https://schema.org/Discontinued',\n /** Indicates that the item is in stock. */\n InStock = 'https://schema.org/InStock',\n /** Indicates that the item is available only at physical locations. */\n InStoreOnly = 'https://schema.org/InStoreOnly',\n /** Indicates that the item has limited availability. */\n LimitedAvailability = 'https://schema.org/LimitedAvailability',\n /** Indicates that the item is available only online. */\n OnlineOnly = 'https://schema.org/OnlineOnly',\n /** Indicates that the item is out of stock. */\n OutOfStock = 'https://schema.org/OutOfStock',\n /** Indicates that the item is available for pre-order. */\n PreOrder = 'https://schema.org/PreOrder',\n /** Indicates that the item is available for ordering and delivery before general availability. */\n PreSale = 'https://schema.org/PreSale',\n /** Indicates that the item has sold out. */\n SoldOut = 'https://schema.org/SoldOut',\n}\n\nexport { ItemAvailability }\n","enum MapCategoryType {\n ParkingMap = 'ParkingMap',\n SeatingMap = 'SeatingMap',\n TransitMap = 'TransitMap',\n VenueMap = 'VenueMap',\n}\n\nexport { MapCategoryType }\n"],"mappings":";AAAA,IAAK,mBAAL,kBAAKA,sBAAL;AACE,EAAAA,kBAAA,wBAAqB;AACrB,EAAAA,kBAAA,2BAAwB;AACxB,EAAAA,kBAAA,wBAAqB;AACrB,EAAAA,kBAAA,2BAAwB;AAJrB,SAAAA;AAAA,GAAA;;;ACAL,IAAK,qBAAL,kBAAKC,wBAAL;AACE,EAAAA,oBAAA,8BAA2B;AAC3B,EAAAA,oBAAA,cAAW;AAFR,SAAAA;AAAA,GAAA;;;ACAL,IAAK,mBAAL,kBAAKC,sBAAL;AAEE,EAAAA,kBAAA,kBAAe;AAEf,EAAAA,kBAAA,aAAU;AAEV,EAAAA,kBAAA,iBAAc;AAEd,EAAAA,kBAAA,yBAAsB;AAEtB,EAAAA,kBAAA,gBAAa;AAEb,EAAAA,kBAAA,gBAAa;AAEb,EAAAA,kBAAA,cAAW;AAEX,EAAAA,kBAAA,aAAU;AAEV,EAAAA,kBAAA,aAAU;AAlBP,SAAAA;AAAA,GAAA;;;ACAL,IAAK,kBAAL,kBAAKC,qBAAL;AACE,EAAAA,iBAAA,gBAAa;AACb,EAAAA,iBAAA,gBAAa;AACb,EAAAA,iBAAA,gBAAa;AACb,EAAAA,iBAAA,cAAW;AAJR,SAAAA;AAAA,GAAA;","names":["ActionStatusType","ContactPointOption","ItemAvailability","MapCategoryType"]}
|
package/package.json
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
],
|
|
15
15
|
"description": "Common React library for all XY Labs projects that use React",
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@xylabs/ts-scripts-yarn3": "^3.0.
|
|
18
|
-
"@xylabs/tsconfig-react": "^3.0.
|
|
17
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.70",
|
|
18
|
+
"@xylabs/tsconfig-react": "^3.0.70",
|
|
19
19
|
"react": "^18.2.0",
|
|
20
20
|
"react-dom": "^18.2.0",
|
|
21
21
|
"typescript": "^5.2.2"
|
|
@@ -37,18 +37,24 @@
|
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"browser": {
|
|
40
|
-
"
|
|
41
|
-
|
|
40
|
+
"import": {
|
|
41
|
+
"types": "./dist/browser/index.d.ts",
|
|
42
|
+
"default": "./dist/browser/index.js"
|
|
43
|
+
},
|
|
44
|
+
"require": {
|
|
45
|
+
"types": "./dist/browser/index.d.ts",
|
|
46
|
+
"default": "./dist/browser/index.cjs"
|
|
47
|
+
}
|
|
42
48
|
},
|
|
43
49
|
"default": "./dist/browser/index.js"
|
|
44
50
|
},
|
|
45
|
-
"./
|
|
51
|
+
"./docs": {
|
|
46
52
|
"default": "./dist/docs.json"
|
|
47
53
|
},
|
|
48
54
|
"./package.json": "./package.json"
|
|
49
55
|
},
|
|
50
56
|
"types": "dist/browser/index.d.ts",
|
|
51
|
-
"main": "./dist/
|
|
57
|
+
"main": "./dist/browser/index.js",
|
|
52
58
|
"module": "./dist/browser/index.js",
|
|
53
59
|
"homepage": "https://xylabs.com",
|
|
54
60
|
"keywords": [
|
|
@@ -65,5 +71,5 @@
|
|
|
65
71
|
"url": "https://github.com/xylabs/sdk-react.git"
|
|
66
72
|
},
|
|
67
73
|
"sideEffects": false,
|
|
68
|
-
"version": "3.0.
|
|
74
|
+
"version": "3.0.3"
|
|
69
75
|
}
|