@dartcom/ui-kit 10.2.0 → 10.2.1

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.
@@ -15,5 +15,6 @@ export * from './no-data';
15
15
  export * from './paragraph';
16
16
  export * from './select';
17
17
  export * from './tabs';
18
+ export * from './text-field';
18
19
  export * from './uploader';
19
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC"}
@@ -1,3 +1,2 @@
1
1
  export * from './constants';
2
- export * from './schema';
3
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/layers/leaflet/config/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAE5B,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/layers/leaflet/config/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
package/dist/index.cjs CHANGED
@@ -22318,22 +22318,6 @@ const getParkingLineLayers = (source) => {
22318
22318
  return layers;
22319
22319
  };
22320
22320
 
22321
- const layerDatesFieldsSchema = {
22322
- future_maintanance_date: dateRequiredSchema,
22323
- placement_date: dateRequiredSchema,
22324
- rapair_performed_date: dateRequiredSchema,
22325
- verification_date: dateRequiredSchema,
22326
- warranty_expr_date: dateRequiredSchema,
22327
- };
22328
- const layerCoordinateSchema = {
22329
- lat: numberRequiredSchema,
22330
- lon: numberRequiredSchema,
22331
- };
22332
- const layerServiceIdsSchema = {
22333
- dit_id: numberRequiredSchema,
22334
- tsodd_id: numberRequiredSchema,
22335
- };
22336
-
22337
22321
  var data = { global:{ links:{ getIsConstruction:"function (feature) {\n const { construction } = feature;\n\n return construction;\n}\n",
22338
22322
  getIsFunctionalClass:"function (feature) {\n const { functional_class, access_id } = feature;\n\n return functional_class === 5 && access_id === 32;\n}\n",
22339
22323
  getIsLowMobility:"function (feature) {\n const { functional_class, low_mobility } = feature;\n\n return functional_class === 5 && low_mobility === 1;\n}\n" } },
@@ -29106,6 +29090,7 @@ exports.RootStore = RootStore;
29106
29090
  exports.Select = FormSelect;
29107
29091
  exports.StoreContext = StoreContext;
29108
29092
  exports.Tabs = Tabs;
29093
+ exports.TextField = TextField;
29109
29094
  exports.UploadButton = UploadButton;
29110
29095
  exports._backendUrl = _backendUrl;
29111
29096
  exports._testApiKeys = _testApiKeys;
@@ -29161,9 +29146,6 @@ exports.getValidLayer = getValidLayer;
29161
29146
  exports.getWaterAreaLayers = getWaterAreaLayers;
29162
29147
  exports.getWaterLinkLayers = getWaterLinkLayers;
29163
29148
  exports.imagesPath = imagesPath;
29164
- exports.layerCoordinateSchema = layerCoordinateSchema;
29165
- exports.layerDatesFieldsSchema = layerDatesFieldsSchema;
29166
- exports.layerServiceIdsSchema = layerServiceIdsSchema;
29167
29149
  exports.loggerService = loggerService;
29168
29150
  exports.modalStore = modalStore;
29169
29151
  exports.modalStyle = modalStyle;