@vertigis/workflow 5.31.0 → 5.32.0
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/amd/Errors.js +1 -1
- package/amd/Validation.js +1 -1
- package/amd/activities/arcgis/AddFeatureLayer.js +1 -1
- package/amd/activities/arcgis/AddFeatures.js +1 -1
- package/amd/activities/arcgis/AddGraphics.js +1 -1
- package/amd/activities/arcgis/DeleteFeatures.js +1 -1
- package/amd/activities/arcgis/GetViewExtent.js +1 -1
- package/amd/activities/arcgis/MapProvider.js +1 -1
- package/amd/activities/arcgis/RemoveFeatureSetFields.js +1 -1
- package/amd/activities/arcgis/RemoveGraphics.js +1 -1
- package/amd/activities/arcgis/RunPrint.js +1 -1
- package/amd/activities/arcgis/RunReport.d.ts +1 -0
- package/amd/activities/arcgis/RunReport.js +1 -1
- package/amd/activities/arcgis/RunWorkflow.js +1 -1
- package/amd/activities/arcgis/SetLayerDefinitionExpression.js +1 -1
- package/amd/activities/arcgis/SetViewpoint.js +1 -1
- package/amd/activities/arcgis/ShowResults.js +1 -1
- package/amd/activities/arcgis/UpdateFeatures.js +1 -1
- package/amd/activities/arcgis/runUtils.js +1 -1
- package/amd/activities/arcgis/shared.js +1 -1
- package/amd/activities/core/ForEach.js +1 -1
- package/amd/activities/core/ParseUrl.js +1 -1
- package/amd/activities/forms/FormRenderer.d.ts +2 -3
- package/amd/activities/forms/FormRenderer.js +1 -1
- package/amd/activities/forms/GetFormElementItemsFromCollection.d.ts +6 -0
- package/amd/activities/forms/GetFormElementItemsFromCollection.js +1 -1
- package/amd/amdpile.js +1 -1
- package/amd/amdpile.js.LICENSE.txt +12 -20
- package/amd/app/AppActivity.d.ts +0 -2
- package/amd/app/AppActivity.js +1 -1
- package/amd/bundle.js +1 -1
- package/amd/deps/react/index.min.js +2 -0
- package/amd/deps/react/index.min.js.LICENSE.txt +14 -0
- package/amd/execution/ProgramRunner.js +1 -1
- package/amd/forms/FormComponent.d.ts +2 -2
- package/amd/forms/FormComponent.js +1 -1
- package/amd/forms/FormDefinition.d.ts +1 -1
- package/amd/forms/FormElementOuter.d.ts +4 -4
- package/amd/forms/FormElementOuter.js +1 -1
- package/amd/forms/FormHost.d.ts +5 -6
- package/amd/forms/FormHost.js +1 -1
- package/amd/forms/FormPresenterHost.d.ts +5 -8
- package/amd/forms/NumberParser.d.ts +25 -0
- package/amd/forms/NumberParser.js +1 -0
- package/amd/forms/assets/arrow.js +1 -1
- package/amd/forms/assets/chevron.js +1 -1
- package/amd/forms/assets/cross.js +1 -1
- package/amd/forms/assets/datetime.js +1 -1
- package/amd/forms/assets/remove.js +1 -1
- package/amd/forms/assets/scan.js +1 -1
- package/amd/forms/common.js +1 -1
- package/amd/forms/components/DatePicker.d.ts +1 -1
- package/amd/forms/components/DatePicker.js +1 -1
- package/amd/forms/components/DateRangePicker.d.ts +1 -1
- package/amd/forms/components/DateRangePicker.js +1 -1
- package/amd/forms/components/DateTimePicker.js +1 -1
- package/amd/forms/components/Navigator.js +1 -1
- package/amd/forms/components/NumberRangeSlider.d.ts +1 -1
- package/amd/forms/components/NumberRangeSlider.js +1 -1
- package/amd/forms/components/NumberSlider.d.ts +1 -1
- package/amd/forms/components/NumberSlider.js +1 -1
- package/amd/forms/components/SyntheticButton.js +1 -1
- package/amd/forms/components/TimePickerInput.d.ts +2 -2
- package/amd/forms/components/TimePickerInput.js +1 -1
- package/amd/forms/dateUtilities.js +1 -1
- package/amd/forms/datetime.js +1 -1
- package/amd/forms/files.js +1 -1
- package/amd/forms/geometry.js +1 -1
- package/amd/forms/number.d.ts +1 -1
- package/amd/forms/number.js +1 -1
- package/amd/forms/numberSliderUtilities.js +1 -1
- package/amd/forms/presenter.js +1 -1
- package/amd/forms/renderers.js +1 -1
- package/amd/forms/scanner.js +1 -1
- package/amd/forms/selectors.js +1 -1
- package/amd/forms/text.js +1 -1
- package/amd/forms/utils.js +1 -1
- package/amd/libs/version.d.ts +1 -1
- package/amd/libs/version.js +1 -1
- package/amd/licensing/LicenseChecker.js +1 -1
- package/amd/licensing/Watermark.js +1 -1
- package/esm/Errors.js +1 -1
- package/esm/Validation.js +1 -1
- package/esm/activities/arcgis/AddFeatureLayer.js +1 -1
- package/esm/activities/arcgis/AddFeatures.js +1 -1
- package/esm/activities/arcgis/AddGraphics.js +1 -1
- package/esm/activities/arcgis/CreateFeatureSet.js +1 -1
- package/esm/activities/arcgis/DeleteFeatures.js +1 -1
- package/esm/activities/arcgis/Geoprocessing.js +1 -1
- package/esm/activities/arcgis/GeoprocessingAsync.js +1 -1
- package/esm/activities/arcgis/GetCodedValueDomain.js +1 -1
- package/esm/activities/arcgis/GetViewExtent.js +1 -1
- package/esm/activities/arcgis/MapProvider.js +1 -1
- package/esm/activities/arcgis/RemoveFeatureSetFields.js +1 -1
- package/esm/activities/arcgis/RemoveGraphics.js +1 -1
- package/esm/activities/arcgis/RunPrint.js +1 -1
- package/esm/activities/arcgis/RunReport.d.ts +1 -0
- package/esm/activities/arcgis/RunReport.js +1 -1
- package/esm/activities/arcgis/RunWorkflow.js +1 -1
- package/esm/activities/arcgis/SetViewpoint.js +1 -1
- package/esm/activities/arcgis/ShowResults.js +1 -1
- package/esm/activities/arcgis/UpdateFeatures.js +1 -1
- package/esm/activities/arcgis/runUtils.js +1 -1
- package/esm/activities/arcgis/shared.js +1 -1
- package/esm/activities/core/ForEach.js +1 -1
- package/esm/activities/core/ParseUrl.js +1 -1
- package/esm/activities/core/Subworkflow.js +1 -1
- package/esm/activities/forms/FormRenderer.d.ts +2 -3
- package/esm/activities/forms/FormRenderer.js +1 -1
- package/esm/activities/forms/GetFormElementItemsFromCollection.d.ts +6 -0
- package/esm/activities/forms/GetFormElementItemsFromCollection.js +1 -1
- package/esm/app/ActivityPackUtils.js +1 -1
- package/esm/app/AppActivity.d.ts +0 -2
- package/esm/app/AppActivity.js +1 -1
- package/esm/deps/react/index.min.js +2 -0
- package/esm/deps/react/index.min.js.LICENSE.txt +14 -0
- package/esm/execution/ProgramRunner.js +1 -1
- package/esm/forms/FormComponent.d.ts +2 -2
- package/esm/forms/FormComponent.js +1 -1
- package/esm/forms/FormDefinition.d.ts +1 -1
- package/esm/forms/FormElementOuter.d.ts +4 -4
- package/esm/forms/FormElementOuter.js +1 -1
- package/esm/forms/FormHost.d.ts +5 -6
- package/esm/forms/FormHost.js +1 -1
- package/esm/forms/FormPresenterHost.d.ts +5 -8
- package/esm/forms/NumberParser.d.ts +25 -0
- package/esm/forms/NumberParser.js +1 -0
- package/esm/forms/assets/arrow.js +1 -1
- package/esm/forms/assets/chevron.js +1 -1
- package/esm/forms/assets/cross.js +1 -1
- package/esm/forms/assets/datetime.js +1 -1
- package/esm/forms/assets/remove.js +1 -1
- package/esm/forms/assets/scan.js +1 -1
- package/esm/forms/common.js +1 -1
- package/esm/forms/components/DatePicker.d.ts +1 -1
- package/esm/forms/components/DatePicker.js +1 -1
- package/esm/forms/components/DateRangePicker.d.ts +1 -1
- package/esm/forms/components/DateRangePicker.js +1 -1
- package/esm/forms/components/DateTimePicker.js +1 -1
- package/esm/forms/components/Navigator.js +1 -1
- package/esm/forms/components/NumberRangeSlider.d.ts +1 -1
- package/esm/forms/components/NumberRangeSlider.js +1 -1
- package/esm/forms/components/NumberSlider.d.ts +1 -1
- package/esm/forms/components/NumberSlider.js +1 -1
- package/esm/forms/components/SyntheticButton.js +1 -1
- package/esm/forms/components/TimePickerInput.d.ts +2 -2
- package/esm/forms/components/TimePickerInput.js +1 -1
- package/esm/forms/dateUtilities.js +1 -1
- package/esm/forms/datetime.js +1 -1
- package/esm/forms/files.js +1 -1
- package/esm/forms/geometry.js +1 -1
- package/esm/forms/number.d.ts +1 -1
- package/esm/forms/number.js +1 -1
- package/esm/forms/numberFormatter.js +1 -1
- package/esm/forms/numberSliderUtilities.js +1 -1
- package/esm/forms/presenter.js +1 -1
- package/esm/forms/renderers.js +1 -1
- package/esm/forms/scanner.js +1 -1
- package/esm/forms/selectors.js +1 -1
- package/esm/forms/text.js +1 -1
- package/esm/forms/utils.js +1 -1
- package/esm/libs/version.d.ts +1 -1
- package/esm/libs/version.js +1 -1
- package/esm/licensing/LicenseChecker.js +1 -1
- package/esm/licensing/Watermark.js +1 -1
- package/package.json +13 -9
- package/runtime/Errors.js +1 -1
- package/runtime/Validation.js +1 -1
- package/runtime/activities/arcgis/AddFeatureLayer.js +1 -1
- package/runtime/activities/arcgis/AddFeatures.js +1 -1
- package/runtime/activities/arcgis/AddGraphics.js +1 -1
- package/runtime/activities/arcgis/DeleteFeatures.js +1 -1
- package/runtime/activities/arcgis/GetViewExtent.js +1 -1
- package/runtime/activities/arcgis/MapProvider.js +1 -1
- package/runtime/activities/arcgis/RemoveFeatureSetFields.js +1 -1
- package/runtime/activities/arcgis/RemoveGraphics.js +1 -1
- package/runtime/activities/arcgis/RunPrint.js +1 -1
- package/runtime/activities/arcgis/RunReport.d.ts +1 -0
- package/runtime/activities/arcgis/RunReport.js +1 -1
- package/runtime/activities/arcgis/RunWorkflow.js +1 -1
- package/runtime/activities/arcgis/SetLayerDefinitionExpression.js +1 -1
- package/runtime/activities/arcgis/SetViewpoint.js +1 -1
- package/runtime/activities/arcgis/ShowResults.js +1 -1
- package/runtime/activities/arcgis/UpdateFeatures.js +1 -1
- package/runtime/activities/arcgis/runUtils.js +1 -1
- package/runtime/activities/arcgis/shared.js +1 -1
- package/runtime/activities/core/ForEach.js +1 -1
- package/runtime/activities/core/ParseUrl.js +1 -1
- package/runtime/activities/forms/FormRenderer.d.ts +2 -3
- package/runtime/activities/forms/FormRenderer.js +1 -1
- package/runtime/activities/forms/GetFormElementItemsFromCollection.d.ts +6 -0
- package/runtime/activities/forms/GetFormElementItemsFromCollection.js +1 -1
- package/runtime/amdpile.js +1 -1
- package/runtime/amdpile.js.LICENSE.txt +12 -20
- package/runtime/app/AppActivity.d.ts +0 -2
- package/runtime/app/AppActivity.js +1 -1
- package/runtime/bundle.js +1 -1
- package/runtime/deps/react/index.min.js +2 -0
- package/runtime/deps/react/index.min.js.LICENSE.txt +14 -0
- package/runtime/execution/ProgramRunner.js +1 -1
- package/runtime/forms/FormComponent.d.ts +2 -2
- package/runtime/forms/FormComponent.js +1 -1
- package/runtime/forms/FormDefinition.d.ts +1 -1
- package/runtime/forms/FormElementOuter.d.ts +4 -4
- package/runtime/forms/FormElementOuter.js +1 -1
- package/runtime/forms/FormHost.d.ts +5 -6
- package/runtime/forms/FormHost.js +1 -1
- package/runtime/forms/FormPresenterHost.d.ts +5 -8
- package/runtime/forms/NumberParser.d.ts +25 -0
- package/runtime/forms/NumberParser.js +1 -0
- package/runtime/forms/assets/arrow.js +1 -1
- package/runtime/forms/assets/chevron.js +1 -1
- package/runtime/forms/assets/cross.js +1 -1
- package/runtime/forms/assets/datetime.js +1 -1
- package/runtime/forms/assets/remove.js +1 -1
- package/runtime/forms/assets/scan.js +1 -1
- package/runtime/forms/common.js +1 -1
- package/runtime/forms/components/DatePicker.d.ts +1 -1
- package/runtime/forms/components/DatePicker.js +1 -1
- package/runtime/forms/components/DateRangePicker.d.ts +1 -1
- package/runtime/forms/components/DateRangePicker.js +1 -1
- package/runtime/forms/components/DateTimePicker.js +1 -1
- package/runtime/forms/components/Navigator.js +1 -1
- package/runtime/forms/components/NumberRangeSlider.d.ts +1 -1
- package/runtime/forms/components/NumberRangeSlider.js +1 -1
- package/runtime/forms/components/NumberSlider.d.ts +1 -1
- package/runtime/forms/components/NumberSlider.js +1 -1
- package/runtime/forms/components/SyntheticButton.js +1 -1
- package/runtime/forms/components/TimePickerInput.d.ts +2 -2
- package/runtime/forms/components/TimePickerInput.js +1 -1
- package/runtime/forms/dateUtilities.js +1 -1
- package/runtime/forms/datetime.js +1 -1
- package/runtime/forms/files.js +1 -1
- package/runtime/forms/geometry.js +1 -1
- package/runtime/forms/number.d.ts +1 -1
- package/runtime/forms/number.js +1 -1
- package/runtime/forms/numberSliderUtilities.js +1 -1
- package/runtime/forms/presenter.js +1 -1
- package/runtime/forms/renderers.js +1 -1
- package/runtime/forms/scanner.js +1 -1
- package/runtime/forms/selectors.js +1 -1
- package/runtime/forms/text.js +1 -1
- package/runtime/forms/utils.js +1 -1
- package/runtime/libs/version.d.ts +1 -1
- package/runtime/libs/version.js +1 -1
- package/runtime/licensing/LicenseChecker.js +1 -1
- package/runtime/licensing/Watermark.js +1 -1
- package/amd/forms/locales/stock.d.ts +0 -1
- package/amd/forms/locales/stock.js +0 -1
- package/esm/forms/locales/stock.d.ts +0 -1
- package/esm/forms/locales/stock.js +0 -1
- package/runtime/forms/locales/stock.d.ts +0 -1
- package/runtime/forms/locales/stock.js +0 -1
package/runtime/forms/text.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){"object"==typeof module&&"object"==typeof module.exports?e(require,exports):"function"==typeof define&&define.amd&&define(["require","exports","tslib","react","./FormElementOuter","./constants","./keyboard","./utils"],e)}(function(e,
|
|
1
|
+
!function(e){"object"==typeof module&&"object"==typeof module.exports?e(require,exports):"function"==typeof define&&define.amd&&define(["require","exports","tslib","react/jsx-runtime","./FormElementOuter","./constants","./keyboard","./utils"],e)}(function(e,n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.renderTextArea=n.renderTextBox=n.renderPasswordBox=void 0;var c=e("tslib"),d=e("react/jsx-runtime"),p=(0,c.__importDefault)(e("./FormElementOuter")),f=e("./constants"),i=e("./keyboard"),v=e("./utils");n.renderPasswordBox=function(e,n){var r=(l=e.props).host,o=l.name,a="";function t(e){e=e.value;a!==e&&(n.value=a=e,r.post("changed",{name:o,value:a}))}"string"==typeof(s=n.value)&&(a=s),n.value=a;var u=r.renderText(n.prompt),l=r.renderText(n.tooltip),s=[n.type,(0,v.makeSafeClassName)(o)];return(0,d.jsx)(p.default,(0,c.__assign)({className:s.join(" "),component:e,element:n,errorClassName:f.CssClasses.ERROR,htmlElementType:"label"},{children:(0,d.jsx)("input",{type:"password",disabled:!e.enabled,placeholder:u,title:l,ref:function(n){var t;null!==n&&(n.value=a,t=!1,n.onmousedown=function(){t=!0},n.onmouseup=function(){t=!1},n.onfocus=function(){setTimeout(function(){var e=n.value.length;n.setSelectionRange(t?0:e,e)})},n.disabled||r.renderFocus(n,o))},onKeyDown:function(e){var n=(0,i.getKeyString)(e);return"enter"===n?function(e){var n=e.currentTarget;if(a!==n.value)return t(n),n.select(),e.stopPropagation(),e.preventDefault(),!1}(e):"escape"===n?function(e){var n=e.currentTarget;if(a!==n.value)return n.value=a,n.select(),e.stopPropagation(),e.preventDefault(),!1}(e):void 0},onBlur:function(e){return t(e.currentTarget)}},void 0)}),void 0)},n.renderTextBox=function(e,n){var r=(l=e.props).host,o=l.name,a="";function t(e){e=e.value;a!==e&&(n.value=a=e,r.post("changed",{name:o,value:a}))}"string"==typeof(s=n.value)&&(a=s),"number"==typeof s&&(a=r.formatNumber(s,{useGrouping:!0})),n.value=a;var u=r.renderText(n.prompt),l=r.renderText(n.tooltip),s=[n.type,(0,v.makeSafeClassName)(o)];return(0,d.jsx)(p.default,(0,c.__assign)({className:s.join(" "),component:e,element:n,errorClassName:f.CssClasses.ERROR,htmlElementType:"label"},{children:(0,d.jsx)("input",{type:"text",disabled:!e.enabled,maxLength:n.maxLength,readOnly:n.readOnly,placeholder:u,title:l,ref:function(n){var t;null!==n&&(n.value=a,t=!1,n.onmousedown=function(){t=!0},n.onmouseup=function(){t=!1},n.onfocus=function(){setTimeout(function(){var e=n.value.length;n.setSelectionRange(t?0:e,e)})},n.disabled||r.renderFocus(n,o))},onKeyDown:function(e){var n=(0,i.getKeyString)(e);return"enter"===n?function(e){var n=e.currentTarget;if(a!==n.value)return t(n),n.select(),e.stopPropagation(),e.preventDefault(),!1}(e):"escape"===n?function(e){var n=e.currentTarget;if(a!==n.value)return n.value=a,n.select(),e.stopPropagation(),e.preventDefault(),!1}(e):void 0},onBlur:function(e){return t(e.currentTarget)}},void 0)}),void 0)},n.renderTextArea=function(e,n){var r=(s=e.props).host,o=s.name,a="";"string"==typeof(i=n.value)&&(a=i),n.value=a;var t=n.size,u=8;"number"==typeof t&&(u=t);var l=r.renderText(n.prompt),s=r.renderText(n.tooltip),i=n.wrap||"off",t=[n.type,(0,v.makeSafeClassName)(o)];return(0,d.jsx)(p.default,(0,c.__assign)({className:t.join(" "),component:e,element:n,errorClassName:f.CssClasses.ERROR,htmlElementType:"label"},{children:(0,d.jsx)("textarea",{disabled:!e.enabled,readOnly:n.readOnly,placeholder:l,rows:u,title:s,wrap:i,maxLength:n.maxLength,spellCheck:!1,ref:function(n){var t;null!==n&&(n.value=a,t=!(n.onkeydown=function(e){e.stopPropagation()}),n.onmousedown=function(){t=!0},n.onmouseup=function(){t=!1},n.onfocus=function(){setTimeout(function(){var e=n.value.length;n.setSelectionRange(t?0:e,e),n.scrollTop=n.scrollHeight})},n.disabled||r.renderFocus(n,o))},onBlur:function(e){e=e.currentTarget.value,a!==e&&(n.value=a=e,r.post("changed",{name:o,value:a}))}},void 0)}),void 0)}});
|
package/runtime/forms/utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){"object"==typeof module&&"object"==typeof module.exports?e(require,exports):"function"==typeof define&&define.amd&&define(["require","exports","tslib","./textUtilities"],e)}(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});e=(t.isNumeric=t.throttle=t.addStyleToDocument=t.createGeometryRef=t.sanitizeGeometryRef=t.isNumberRef=t.isItemsRef=t.isGeometryRef=t.isScanRef=t.isFilesRef=t.isDateTimeRef=t.isDateRangeRef=t.isDataRef=t.isString=t.isNumber=t.isBoolean=t.setClass=t.removeClass=t.addClass=t.makeUniqueId=t.makeSafeClassName=t.sortItems=t.sort=t.makeId=t.text=void 0,e("tslib").__importStar)(e("./textUtilities"));t.text=e;var n=0,i=(new Date).valueOf();function l(e,t){if(null!=e){e=e.index;return"number"==typeof e?e:t}}function m(e,t){return e=e.index,t=t.index,e<t?-1:t<e?1:0}function o(e,t){void 0===t&&(t=l);var n={};if("object"!=typeof e||null===e)return n;var i,r=0,o=[];for(i in e){var a=e[i],s=t(a,r++);"number"==typeof s&&o.push({key:i,index:s,item:a})}for(var u=0,f=o.sort(m);u<f.length;u++){var c=f[u];n[c.key]=c.item}return n}function r(e,t){return e.className.split(" ").filter(function(e){return 0<e.length&&e!==t}).join(" ")}function a(e){e=e
|
|
1
|
+
!function(e){"object"==typeof module&&"object"==typeof module.exports?e(require,exports):"function"==typeof define&&define.amd&&define(["require","exports","tslib","./textUtilities"],e)}(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0});e=(t.isNumeric=t.throttle=t.addStyleToDocument=t.createGeometryRef=t.sanitizeGeometryRef=t.isNumberRef=t.isItemsRef=t.isGeometryRef=t.isScanRef=t.isFilesRef=t.isDateTimeRef=t.isDateRangeRef=t.isDataRef=t.isString=t.isNumber=t.isBoolean=t.setClass=t.removeClass=t.addClass=t.makeUniqueId=t.makeSafeClassName=t.sortItems=t.sort=t.makeId=t.text=void 0,e("tslib").__importStar)(e("./textUtilities"));t.text=e;var n=0,i=(new Date).valueOf();function l(e,t){if(null!=e){e=e.index;return"number"==typeof e?e:t}}function m(e,t){return e=e.index,t=t.index,e<t?-1:t<e?1:0}function o(e,t){void 0===t&&(t=l);var n={};if("object"!=typeof e||null===e)return n;var i,r=0,o=[];for(i in e){var a=e[i],s=t(a,r++);"number"==typeof s&&o.push({key:i,index:s,item:a})}for(var u=0,f=o.sort(m);u<f.length;u++){var c=f[u];n[c.key]=c.item}return n}function r(e,t){return e.className.split(" ").filter(function(e){return 0<e.length&&e!==t}).join(" ")}function a(e){e=(null==e?void 0:e.replace(/[\W]/g,""))||"element";return"gcx-forms-".concat(e)}t.makeId=function(){return 2147483648<=n&&(i=(new Date).valueOf(),n=0),"".concat("5DDC9A38-AAAB-44C1-AD87-415160F43D75",":").concat(i,":").concat(n++)},t.sort=o,t.sortItems=function(e){var t=e.current,n=e.value,i=o(e.items,function(e,t){if(null!=e&&!1!==e.visible){e=e.index;return"number"==typeof e?e:t}});if(void 0===(t=null==t||void 0===i[t]?void 0:t)&&null!=n)for(var r in i){if(i[r].value===n)break;t=void 0}return void 0!==t?(e.current=t,e.label=i[t].label,e.value=i[t].value):(e.current=void 0,e.label=void 0,e.value=void 0),i},t.makeSafeClassName=a;var s=0;function u(e,t){void 0!==e.classList?e.classList.add(t):e.className=r(e,t)+" "+t}function f(e,t){void 0!==e.classList?e.classList.remove(t):e.className=r(e,t)}function c(e,t){return"object"==typeof e&&null!==e&&(!Array.isArray(e)&&e.refValueType===t)}function d(e){return c(e,"geometry")}t.makeUniqueId=function(e){return"".concat(a(e),"-").concat(++s)},t.addClass=u,t.removeClass=f,t.setClass=function(e,t,n){(n?u:f)(e,t)},t.isBoolean=function(e){return"boolean"==typeof e},t.isNumber=function(e){return"number"==typeof e},t.isString=function(e){return"string"==typeof e},t.isDataRef=function(e){return c(e,"data")},t.isDateRangeRef=function(e){return c(e,"daterange")},t.isDateTimeRef=function(e){return c(e,"date")||c(e,"time")||c(e,"datetime")},t.isFilesRef=function(e){return c(e,"files")},t.isScanRef=function(e){return c(e,"scan")},t.isGeometryRef=d,t.isItemsRef=function(e){return c(e,"items")},t.isNumberRef=function(e){return c(e,"number")},t.sanitizeGeometryRef=function(e){if(d(e)){var t=e.geometry;if(Array.isArray(t)&&0<t.length)switch(e.format){case"point":case"polygon":case"polyline":case"polygon-freehand":case"polyline-freehand":case"extent":case"line":return e}}},t.createGeometryRef=function(e){return{refValueType:"geometry",format:e,geometry:[]}},t.addStyleToDocument=function(e){var t=document.createElement("style");return t.appendChild(document.createTextNode(e)),(e=document.head).insertBefore(t,e.firstChild),t},t.throttle=function(r,o){var a,s;return void 0===o&&(o=100),function(){function e(){s=void 0,a=Date.now(),r.apply(t,n)}var t=this,n=arguments,i=Date.now();a&&i<a+o?(clearTimeout(s),s=setTimeout(e,o)):e()}},t.isNumeric=function(e){return!isNaN(parseFloat(e))&&isFinite(e)}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "5.
|
|
1
|
+
export declare const VERSION = "5.32.0+12";
|
package/runtime/libs/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){"object"==typeof module&&"object"==typeof module.exports?e(require,exports):"function"==typeof define&&define.amd&&define(["require","exports"],e)}(function(e,o){"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.VERSION=void 0,o.VERSION="5.
|
|
1
|
+
!function(e){"object"==typeof module&&"object"==typeof module.exports?e(require,exports):"function"==typeof define&&define.amd&&define(["require","exports"],e)}(function(e,o){"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.VERSION=void 0,o.VERSION="5.32.0+12"});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){"object"==typeof module&&"object"==typeof module.exports?e(require,exports):"function"==typeof define&&define.amd&&define(["require","exports","tslib","@vertigis-internal/licensing","react
|
|
1
|
+
!function(e){"object"==typeof module&&"object"==typeof module.exports?e(require,exports):"function"==typeof define&&define.amd&&define(["require","exports","tslib","react/jsx-runtime","@vertigis-internal/licensing","react-dom","./Watermark"],e)}(function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.check=void 0;var c,d=e("tslib"),n=e("react/jsx-runtime"),u=e("@vertigis-internal/licensing"),i=e("react-dom"),o=(0,d.__importDefault)(e("./Watermark")),s="GCXWFL";function f(){(c=void 0===c?document.createElement("div"):c).parentNode!==document.body&&(null!==c.parentNode&&c.parentNode.removeChild(c),document.body.appendChild(c));(0,i.render)((0,n.jsx)(o.default,{hide:function(){null!==c.parentNode&&c.parentNode.removeChild(c)},message:"VertiGIS Studio Workflow must be licensed for use in production applications."},void 0),c)}t.check=function(r,a){var l;return(0,d.__awaiter)(this,void 0,void 0,function(){var t,n,i,o;return(0,d.__generator)(this,function(e){switch(e.label){case 0:if("localhost"===location.hostname||"127.0.0.1"===location.hostname)return[2];if(t=a?"-".concat(s,"-").concat(a,"-"):"".concat(s,"-"),null!==(c=void 0===c?document.createElement("div"):c).parentNode)return[3,4];n=null===(l=null==r?void 0:r.licenseInfo)||void 0===l?void 0:l.licenseeId,(i=null===(l=null==r?void 0:r.licenseInfo)||void 0===l?void 0:l.licenseUrl)&&!n&&(n="a"),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,(0,u.validate)({sku:t,orgId:n,url:i})];case 2:if(null==(o=e.sent())||!o.isValid){if(o&&!o.isEval&&o.expires&&(o=(new Date).getTime()-o.expires.getTime(),o/864e5<60))return[2];f()}return[3,4];case 3:return e.sent(),f(),[3,4];case 4:return[2]}})})}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e){"object"==typeof module&&"object"==typeof module.exports?e(require,exports):"function"==typeof define&&define.amd&&define(["require","exports","tslib","react"],e)}(function(e,
|
|
1
|
+
!function(e){"object"==typeof module&&"object"==typeof module.exports?e(require,exports):"function"==typeof define&&define.amd&&define(["require","exports","tslib","react/jsx-runtime"],e)}(function(e,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0});var t=e("tslib"),n=e("react/jsx-runtime");i.default=function(e){var i=e.hide,e=e.message;return(0,n.jsx)("div",(0,t.__assign)({style:{position:"fixed",top:"0",left:"0",right:"0",color:"#333",textAlign:"center",zIndex:"2147483647",pointerEvents:"none",opacity:1}},{children:(0,n.jsxs)("div",(0,t.__assign)({style:{display:"inline-table",backgroundColor:"#ffd498",verticalAlign:"top",textAlign:"left",pointerEvents:"all",border:"1px solid #dab581",borderTop:"0",borderRadius:"0 0 2px 2px"}},{children:[(0,n.jsx)("svg",(0,t.__assign)({style:{display:"table-cell",width:"32px",height:"34px",margin:"4px 0 4px 4px"},viewBox:"0 0 32 34"},{children:(0,n.jsx)("path",{d:"M19.46.37.37,4.72V30.1L19.46,34l12.18-7.58V8.93ZM14,8.45a.84.84,0,0,1,.84-.84h3.35a.84.84,0,0,1,.84.84V11.8a.84.84,0,0,1-.84.84H14.82A.84.84,0,0,1,14,11.8ZM12.31,25.21a.84.84,0,0,1-.84.84H8.12a.84.84,0,0,1-.84-.84V21.86A.84.84,0,0,1,8.12,21h3.35a.84.84,0,0,1,.84.84Zm6.71,0a.84.84,0,0,1-.84.84H14.82a.84.84,0,0,1-.84-.84V21.86a.84.84,0,0,1,.84-.84h3.35a.84.84,0,0,1,.84.84Zm-1.89-7.75V20H15.87V17.46H10.42V20H9.16V16.83a.63.63,0,0,1,.63-.63h6.08V13.69h1.26V16.2H23.2a.63.63,0,0,1,.63.63V20H22.58V17.46Zm8.59,7.75a.84.84,0,0,1-.84.84H21.53a.84.84,0,0,1-.84-.84V21.86a.84.84,0,0,1,.84-.84h3.35a.84.84,0,0,1,.84.84Z"},void 0)}),void 0),(0,n.jsx)("div",(0,t.__assign)({style:{display:"table-cell",verticalAlign:"top",padding:"4px 8px",maxWidth:"260px"}},{children:(0,n.jsx)("div",(0,t.__assign)({style:{fontSize:"12px"},title:e},{children:e}),void 0)}),void 0),(0,n.jsx)("div",(0,t.__assign)({style:{display:"table-cell",cursor:"pointer",color:"#555",verticalAlign:"top"},onClick:i},{children:(0,n.jsx)("button",(0,t.__assign)({style:{marginRight:"4px",background:"none",border:"none",cursor:"pointer"}},{children:"✖"}),void 0)}),void 0)]}),void 0)}),void 0)}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const LOCALE: {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
define(["require","exports"],function(n,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LOCALE=void 0,t.LOCALE={main:{"en-US":{identity:{version:{_cldrVersion:"26",_number:"$Revision: 10669 $"},generation:{_date:"$Date: 2014-07-23 16:10:33 -0500 (Wed, 23 Jul 2014) $"},language:"en",territory:"US"},numbers:{defaultNumberingSystem:"latn",otherNumberingSystems:{native:"latn"},minimumGroupingDigits:"1","symbols-numberSystem-latn":{decimal:".",group:",",list:";",percentSign:"%",plusSign:"+",minusSign:"-",exponential:"E",superscriptingExponent:"×",perMille:"‰",infinity:"∞",nan:"NaN",timeSeparator:":"},"decimalFormats-numberSystem-latn":{standard:"#,##0.###",long:{decimalFormat:{"1000-count-one":"0 thousand","1000-count-other":"0 thousand","10000-count-one":"00 thousand","10000-count-other":"00 thousand","100000-count-one":"000 thousand","100000-count-other":"000 thousand","1000000-count-one":"0 million","1000000-count-other":"0 million","10000000-count-one":"00 million","10000000-count-other":"00 million","100000000-count-one":"000 million","100000000-count-other":"000 million","1000000000-count-one":"0 billion","1000000000-count-other":"0 billion","10000000000-count-one":"00 billion","10000000000-count-other":"00 billion","100000000000-count-one":"000 billion","100000000000-count-other":"000 billion","1000000000000-count-one":"0 trillion","1000000000000-count-other":"0 trillion","10000000000000-count-one":"00 trillion","10000000000000-count-other":"00 trillion","100000000000000-count-one":"000 trillion","100000000000000-count-other":"000 trillion"}},short:{decimalFormat:{"1000-count-one":"0K","1000-count-other":"0K","10000-count-one":"00K","10000-count-other":"00K","100000-count-one":"000K","100000-count-other":"000K","1000000-count-one":"0M","1000000-count-other":"0M","10000000-count-one":"00M","10000000-count-other":"00M","100000000-count-one":"000M","100000000-count-other":"000M","1000000000-count-one":"0B","1000000000-count-other":"0B","10000000000-count-one":"00B","10000000000-count-other":"00B","100000000000-count-one":"000B","100000000000-count-other":"000B","1000000000000-count-one":"0T","1000000000000-count-other":"0T","10000000000000-count-one":"00T","10000000000000-count-other":"00T","100000000000000-count-one":"000T","100000000000000-count-other":"000T"}}},"scientificFormats-numberSystem-latn":{standard:"#E0"},"percentFormats-numberSystem-latn":{standard:"#,##0%"},"currencyFormats-numberSystem-latn":{currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},accounting:"¤#,##0.00;(¤#,##0.00)",standard:"¤#,##0.00","unitPattern-count-one":"{0} {1}","unitPattern-count-other":"{0} {1}"},"miscPatterns-numberSystem-latn":{atLeast:"{0}+",range:"{0}–{1}"}}}},supplemental:{likelySubtags:{en:"en-Latn-US"}}}});
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const LOCALE: {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
const LOCALE={main:{"en-US":{identity:{version:{_cldrVersion:"26",_number:"$Revision: 10669 $"},generation:{_date:"$Date: 2014-07-23 16:10:33 -0500 (Wed, 23 Jul 2014) $"},language:"en",territory:"US"},numbers:{defaultNumberingSystem:"latn",otherNumberingSystems:{native:"latn"},minimumGroupingDigits:"1","symbols-numberSystem-latn":{decimal:".",group:",",list:";",percentSign:"%",plusSign:"+",minusSign:"-",exponential:"E",superscriptingExponent:"×",perMille:"‰",infinity:"∞",nan:"NaN",timeSeparator:":"},"decimalFormats-numberSystem-latn":{standard:"#,##0.###",long:{decimalFormat:{"1000-count-one":"0 thousand","1000-count-other":"0 thousand","10000-count-one":"00 thousand","10000-count-other":"00 thousand","100000-count-one":"000 thousand","100000-count-other":"000 thousand","1000000-count-one":"0 million","1000000-count-other":"0 million","10000000-count-one":"00 million","10000000-count-other":"00 million","100000000-count-one":"000 million","100000000-count-other":"000 million","1000000000-count-one":"0 billion","1000000000-count-other":"0 billion","10000000000-count-one":"00 billion","10000000000-count-other":"00 billion","100000000000-count-one":"000 billion","100000000000-count-other":"000 billion","1000000000000-count-one":"0 trillion","1000000000000-count-other":"0 trillion","10000000000000-count-one":"00 trillion","10000000000000-count-other":"00 trillion","100000000000000-count-one":"000 trillion","100000000000000-count-other":"000 trillion"}},short:{decimalFormat:{"1000-count-one":"0K","1000-count-other":"0K","10000-count-one":"00K","10000-count-other":"00K","100000-count-one":"000K","100000-count-other":"000K","1000000-count-one":"0M","1000000-count-other":"0M","10000000-count-one":"00M","10000000-count-other":"00M","100000000-count-one":"000M","100000000-count-other":"000M","1000000000-count-one":"0B","1000000000-count-other":"0B","10000000000-count-one":"00B","10000000000-count-other":"00B","100000000000-count-one":"000B","100000000000-count-other":"000B","1000000000000-count-one":"0T","1000000000000-count-other":"0T","10000000000000-count-one":"00T","10000000000000-count-other":"00T","100000000000000-count-one":"000T","100000000000000-count-other":"000T"}}},"scientificFormats-numberSystem-latn":{standard:"#E0"},"percentFormats-numberSystem-latn":{standard:"#,##0%"},"currencyFormats-numberSystem-latn":{currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},accounting:"¤#,##0.00;(¤#,##0.00)",standard:"¤#,##0.00","unitPattern-count-one":"{0} {1}","unitPattern-count-other":"{0} {1}"},"miscPatterns-numberSystem-latn":{atLeast:"{0}+",range:"{0}–{1}"}}}},supplemental:{likelySubtags:{en:"en-Latn-US"}}};export{LOCALE};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const LOCALE: {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
!function(n){"object"==typeof module&&"object"==typeof module.exports?n(require,exports):"function"==typeof define&&define.amd&&define(["require","exports"],n)}(function(n,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LOCALE=void 0,t.LOCALE={main:{"en-US":{identity:{version:{_cldrVersion:"26",_number:"$Revision: 10669 $"},generation:{_date:"$Date: 2014-07-23 16:10:33 -0500 (Wed, 23 Jul 2014) $"},language:"en",territory:"US"},numbers:{defaultNumberingSystem:"latn",otherNumberingSystems:{native:"latn"},minimumGroupingDigits:"1","symbols-numberSystem-latn":{decimal:".",group:",",list:";",percentSign:"%",plusSign:"+",minusSign:"-",exponential:"E",superscriptingExponent:"×",perMille:"‰",infinity:"∞",nan:"NaN",timeSeparator:":"},"decimalFormats-numberSystem-latn":{standard:"#,##0.###",long:{decimalFormat:{"1000-count-one":"0 thousand","1000-count-other":"0 thousand","10000-count-one":"00 thousand","10000-count-other":"00 thousand","100000-count-one":"000 thousand","100000-count-other":"000 thousand","1000000-count-one":"0 million","1000000-count-other":"0 million","10000000-count-one":"00 million","10000000-count-other":"00 million","100000000-count-one":"000 million","100000000-count-other":"000 million","1000000000-count-one":"0 billion","1000000000-count-other":"0 billion","10000000000-count-one":"00 billion","10000000000-count-other":"00 billion","100000000000-count-one":"000 billion","100000000000-count-other":"000 billion","1000000000000-count-one":"0 trillion","1000000000000-count-other":"0 trillion","10000000000000-count-one":"00 trillion","10000000000000-count-other":"00 trillion","100000000000000-count-one":"000 trillion","100000000000000-count-other":"000 trillion"}},short:{decimalFormat:{"1000-count-one":"0K","1000-count-other":"0K","10000-count-one":"00K","10000-count-other":"00K","100000-count-one":"000K","100000-count-other":"000K","1000000-count-one":"0M","1000000-count-other":"0M","10000000-count-one":"00M","10000000-count-other":"00M","100000000-count-one":"000M","100000000-count-other":"000M","1000000000-count-one":"0B","1000000000-count-other":"0B","10000000000-count-one":"00B","10000000000-count-other":"00B","100000000000-count-one":"000B","100000000000-count-other":"000B","1000000000000-count-one":"0T","1000000000000-count-other":"0T","10000000000000-count-one":"00T","10000000000000-count-other":"00T","100000000000000-count-one":"000T","100000000000000-count-other":"000T"}}},"scientificFormats-numberSystem-latn":{standard:"#E0"},"percentFormats-numberSystem-latn":{standard:"#,##0%"},"currencyFormats-numberSystem-latn":{currencySpacing:{beforeCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "},afterCurrency:{currencyMatch:"[:^S:]",surroundingMatch:"[:digit:]",insertBetween:" "}},accounting:"¤#,##0.00;(¤#,##0.00)",standard:"¤#,##0.00","unitPattern-count-one":"{0} {1}","unitPattern-count-other":"{0} {1}"},"miscPatterns-numberSystem-latn":{atLeast:"{0}+",range:"{0}–{1}"}}}},supplemental:{likelySubtags:{en:"en-Latn-US"}}}});
|