@ukhomeoffice/formio-gds-template 2.0.0 → 2.0.2
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/README.md +3 -1
- package/lib/components/datetime/GDSDatetimeComponent.js +35 -9
- package/lib/components/index.js +7 -4
- package/lib/components/time/GDSTimeComponent.js +6 -3
- package/lib/index.js +5 -2
- package/lib/templates/gds/button/index.js +4 -1
- package/lib/templates/gds/checkbox/index.js +4 -1
- package/lib/templates/gds/columns/index.js +4 -1
- package/lib/templates/gds/component/index.js +4 -1
- package/lib/templates/gds/container/index.js +4 -1
- package/lib/templates/gds/datagrid/form.ejs.js +1 -0
- package/lib/templates/gds/datagrid/index.js +4 -1
- package/lib/templates/gds/datamap/index.js +4 -1
- package/lib/templates/gds/datetime/index.js +4 -1
- package/lib/templates/gds/day/index.js +4 -1
- package/lib/templates/gds/editgrid/index.js +4 -1
- package/lib/templates/gds/field/index.js +4 -1
- package/lib/templates/gds/fieldset/index.js +4 -1
- package/lib/templates/gds/file/index.js +4 -1
- package/lib/templates/gds/index.js +34 -31
- package/lib/templates/gds/input/index.js +4 -1
- package/lib/templates/gds/label/index.js +4 -1
- package/lib/templates/gds/message/index.js +4 -1
- package/lib/templates/gds/panel/index.js +4 -1
- package/lib/templates/gds/radio/index.js +4 -1
- package/lib/templates/gds/select/index.js +4 -1
- package/lib/templates/gds/selectOption/index.js +4 -1
- package/lib/templates/gds/selectboxes/index.js +4 -1
- package/lib/templates/gds/survey/index.js +4 -1
- package/lib/templates/gds/tab/index.js +4 -1
- package/lib/templates/gds/table/index.js +4 -1
- package/lib/templates/gds/time/index.js +4 -1
- package/lib/templates/gds/warning/index.js +4 -1
- package/lib/templates/gds/wizard/index.js +4 -1
- package/lib/templates/gds/wizardHeader/index.js +4 -1
- package/lib/templates/gds/wizardNav/index.js +4 -1
- package/lib/templates/index.js +4 -1
- package/package.json +1 -1
- package/src/components/datetime/GDSDatetimeComponent.ts +1 -1
- package/src/components/time/GDSTimeComponent.ts +1 -1
- package/src/templates/gds/datagrid/form.ejs +1 -0
- package/tsconfig.json +2 -1
- package/dist/gds.js +0 -2
- package/dist/gds.js.LICENSE.txt +0 -41
package/dist/gds.js.LICENSE.txt
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* https://github.com/Starcounter-Jack/JSON-Patch
|
|
3
|
-
* (c) 2017-2021 Joachim Wester
|
|
4
|
-
* MIT license
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
/*!
|
|
8
|
-
* https://github.com/Starcounter-Jack/JSON-Patch
|
|
9
|
-
* (c) 2017-2022 Joachim Wester
|
|
10
|
-
* MIT licensed
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
/*! @license DOMPurify 3.1.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.5/LICENSE */
|
|
14
|
-
|
|
15
|
-
/*! Native Promise Only
|
|
16
|
-
v0.8.1 (c) Kyle Simpson
|
|
17
|
-
MIT License: http://getify.mit-license.org
|
|
18
|
-
*/
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* @license
|
|
22
|
-
* Lodash <https://lodash.com/>
|
|
23
|
-
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
24
|
-
* Released under MIT license <https://lodash.com/license>
|
|
25
|
-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
26
|
-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
27
|
-
*/
|
|
28
|
-
|
|
29
|
-
//! Copyright (c) JS Foundation and other contributors
|
|
30
|
-
|
|
31
|
-
//! github.com/moment/moment-timezone
|
|
32
|
-
|
|
33
|
-
//! license : MIT
|
|
34
|
-
|
|
35
|
-
//! moment-timezone.js
|
|
36
|
-
|
|
37
|
-
//! moment.js
|
|
38
|
-
|
|
39
|
-
//! moment.js locale configuration
|
|
40
|
-
|
|
41
|
-
//! version : 0.5.45
|