@vertigis/workflow 5.31.0 → 5.31.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.
- package/amd/activities/forms/FormRenderer.d.ts +2 -2
- 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 +0 -17
- package/amd/bundle.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/components/NumberRangeSlider.js +1 -1
- package/amd/forms/components/NumberSlider.js +1 -1
- package/amd/forms/dateUtilities.js +1 -1
- package/amd/libs/version.d.ts +1 -1
- package/amd/libs/version.js +1 -1
- package/esm/activities/forms/FormRenderer.d.ts +2 -2
- 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/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/components/NumberRangeSlider.js +1 -1
- package/esm/forms/components/NumberSlider.js +1 -1
- package/esm/forms/dateUtilities.js +1 -1
- package/esm/libs/version.d.ts +1 -1
- package/esm/libs/version.js +1 -1
- package/package.json +1 -2
- package/runtime/activities/forms/FormRenderer.d.ts +2 -2
- 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 +0 -17
- package/runtime/bundle.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/components/NumberRangeSlider.js +1 -1
- package/runtime/forms/components/NumberSlider.js +1 -1
- package/runtime/forms/dateUtilities.js +1 -1
- package/runtime/libs/version.d.ts +1 -1
- package/runtime/libs/version.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
|
@@ -29,23 +29,6 @@ object-assign
|
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
|
|
32
|
-
/*!
|
|
33
|
-
* CLDR JavaScript Library v0.4.8 2016-11-26T15:03Z MIT license © Rafael Xavier
|
|
34
|
-
* http://git.io/h4lmVg
|
|
35
|
-
*/
|
|
36
|
-
|
|
37
|
-
/*!
|
|
38
|
-
* EventEmitter v4.2.7 - git.io/ee
|
|
39
|
-
* Oliver Caldwell
|
|
40
|
-
* MIT license
|
|
41
|
-
* @preserve
|
|
42
|
-
*/
|
|
43
|
-
|
|
44
|
-
/*!
|
|
45
|
-
* Globalize v1.3.0 2017-07-03T21:37Z Released under the MIT license
|
|
46
|
-
* http://git.io/TrdQbw
|
|
47
|
-
*/
|
|
48
|
-
|
|
49
32
|
/*! *****************************************************************************
|
|
50
33
|
Copyright (c) Microsoft Corporation.
|
|
51
34
|
|