@evergis/api 3.0.148 → 3.0.149

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/api.esm.js CHANGED
@@ -7361,28 +7361,14 @@ var LineCapStyle;
7361
7361
  LineCapStyle["Triangle"] = "Triangle";
7362
7362
  })(LineCapStyle || (LineCapStyle = {}));
7363
7363
  /**
7364
- * The size of the line ending in a SPCore.Kernel.Rendering.Symbols.SimplePolylineSymbol. The values sent here can be one
7365
- of the preset values, or a number representing the size of the ending in pixels for 1px wide lines.
7366
-
7367
- small
7368
-
7369
- large
7370
- */
7371
-
7372
-
7373
- var LineEndingSize;
7374
-
7375
- (function (LineEndingSize) {
7376
- LineEndingSize["Small"] = "small";
7377
- LineEndingSize["Large"] = "large";
7378
- })(LineEndingSize || (LineEndingSize = {}));
7379
- /**
7380
7364
  * Type of the line ending.
7381
7365
 
7382
7366
  none
7383
7367
 
7384
7368
  arrow
7385
7369
 
7370
+ revertArrow
7371
+
7386
7372
  filledArrow
7387
7373
 
7388
7374
  square
@@ -7402,6 +7388,7 @@ var LineEndingType;
7402
7388
  (function (LineEndingType) {
7403
7389
  LineEndingType["None"] = "none";
7404
7390
  LineEndingType["Arrow"] = "arrow";
7391
+ LineEndingType["RevertArrow"] = "revertArrow";
7405
7392
  LineEndingType["FilledArrow"] = "filledArrow";
7406
7393
  LineEndingType["Square"] = "square";
7407
7394
  LineEndingType["FilledSquare"] = "filledSquare";
@@ -7691,5 +7678,5 @@ var TextVerticalAlignment;
7691
7678
  TextVerticalAlignment["Middle"] = "middle";
7692
7679
  })(TextVerticalAlignment || (TextVerticalAlignment = {}));
7693
7680
 
7694
- export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeType, BulkOperations, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, Feedback, FileUpload, Filters, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineCapStyle, LineEndingSize, LineEndingType, LineJoinType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ReferenceJoinType, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources, Scheduler, Security, ServerTaskStatus, SimplifyType, SpatialProcessor, Statistic, StringSubType, Styles, Tables, TaskGroup, TextAlignment, TextVerticalAlignment, Tools, UrlPath, VectorTiles, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, isEvergisDynamicLayer, isEvergisTileLayer, isFeatureLayer, isHTTPError, isHandledError, isLayer, isProjectContentItems, isString, isTileLayerService, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
7681
+ export { Account, AccountPreview, AggregationFunction, Api, ApiEvent, AttributeType, BulkOperations, ClassificationType, ClassifyAttributeType, ClientSettings, ConfigurationErrorEnum, ConnectionStatus, DependencyType, ErrorDetailsType, ErrorReason, ErrorType, EvergisDynamicLayer, EvergisTileLayer, External, FeatureType, Feedback, FileUpload, Filters, FontStyle, FontWeight, GEOCODE_PROVIDER, General, Geocode, GeometryType, Group, HttpClient, IceRouter, Import, Layers, LayersManager, LineCapStyle, LineEndingType, LineJoinType, Names, Namespace, Notification, NotificationEvent, Operation, Permissions, PolicyType, PortalSettings, Projects, ReferenceJoinType, ResourceCatalog, ResourceSeparator, ResourceType, ResourceTypeLink, Resources, Scheduler, Security, ServerTaskStatus, SimplifyType, SpatialProcessor, Statistic, StringSubType, Styles, Tables, TaskGroup, TextAlignment, TextVerticalAlignment, Tools, UrlPath, VectorTiles, addSubDomainToLocation, errorHandler, formDataFromFile, generateId, isEvergisDynamicLayer, isEvergisTileLayer, isFeatureLayer, isHTTPError, isHandledError, isLayer, isProjectContentItems, isString, isTileLayerService, promiseAllIgnoreErrors, stripUselessSlashes, toFormData, unique };
7695
7682
  //# sourceMappingURL=api.esm.js.map