@acorex/connectivity 20.3.0-next.3 → 20.3.0-next.4
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.
|
@@ -5996,8 +5996,8 @@ class AXMFormDataSourcesProvider {
|
|
|
5996
5996
|
title: 'Yes/No Options',
|
|
5997
5997
|
columns: [
|
|
5998
5998
|
{
|
|
5999
|
-
name: '
|
|
6000
|
-
title: '
|
|
5999
|
+
name: 'id',
|
|
6000
|
+
title: 'Title',
|
|
6001
6001
|
type: AXPWidgetsCatalog.text,
|
|
6002
6002
|
datatype: 'string',
|
|
6003
6003
|
},
|
|
@@ -6045,8 +6045,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6045
6045
|
title: 'Yes/No/N/A Options',
|
|
6046
6046
|
columns: [
|
|
6047
6047
|
{
|
|
6048
|
-
name: '
|
|
6049
|
-
title: '
|
|
6048
|
+
name: 'id',
|
|
6049
|
+
title: 'Title',
|
|
6050
6050
|
type: AXPWidgetsCatalog.text,
|
|
6051
6051
|
datatype: 'string',
|
|
6052
6052
|
},
|
|
@@ -6097,8 +6097,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6097
6097
|
title: 'Boolean Options',
|
|
6098
6098
|
columns: [
|
|
6099
6099
|
{
|
|
6100
|
-
name: '
|
|
6101
|
-
title: '
|
|
6100
|
+
name: 'id',
|
|
6101
|
+
title: 'Title',
|
|
6102
6102
|
type: AXPWidgetsCatalog.text,
|
|
6103
6103
|
datatype: 'boolean',
|
|
6104
6104
|
},
|
|
@@ -6146,8 +6146,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6146
6146
|
title: 'Weather Conditions',
|
|
6147
6147
|
columns: [
|
|
6148
6148
|
{
|
|
6149
|
-
name: '
|
|
6150
|
-
title: '
|
|
6149
|
+
name: 'id',
|
|
6150
|
+
title: 'Title',
|
|
6151
6151
|
type: AXPWidgetsCatalog.text,
|
|
6152
6152
|
datatype: 'string',
|
|
6153
6153
|
},
|
|
@@ -6204,8 +6204,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6204
6204
|
title: 'Visibility Levels',
|
|
6205
6205
|
columns: [
|
|
6206
6206
|
{
|
|
6207
|
-
name: '
|
|
6208
|
-
title: '
|
|
6207
|
+
name: 'id',
|
|
6208
|
+
title: 'Title',
|
|
6209
6209
|
type: AXPWidgetsCatalog.text,
|
|
6210
6210
|
datatype: 'string',
|
|
6211
6211
|
},
|
|
@@ -6259,8 +6259,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6259
6259
|
title: 'Work Areas',
|
|
6260
6260
|
columns: [
|
|
6261
6261
|
{
|
|
6262
|
-
name: '
|
|
6263
|
-
title: '
|
|
6262
|
+
name: 'id',
|
|
6263
|
+
title: 'Title',
|
|
6264
6264
|
type: AXPWidgetsCatalog.text,
|
|
6265
6265
|
datatype: 'string',
|
|
6266
6266
|
},
|
|
@@ -6320,8 +6320,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6320
6320
|
title: 'Departments',
|
|
6321
6321
|
columns: [
|
|
6322
6322
|
{
|
|
6323
|
-
name: '
|
|
6324
|
-
title: '
|
|
6323
|
+
name: 'id',
|
|
6324
|
+
title: 'Title',
|
|
6325
6325
|
type: AXPWidgetsCatalog.text,
|
|
6326
6326
|
datatype: 'string',
|
|
6327
6327
|
},
|
|
@@ -6384,8 +6384,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6384
6384
|
title: 'Permit Types',
|
|
6385
6385
|
columns: [
|
|
6386
6386
|
{
|
|
6387
|
-
name: '
|
|
6388
|
-
title: '
|
|
6387
|
+
name: 'id',
|
|
6388
|
+
title: 'Title',
|
|
6389
6389
|
type: AXPWidgetsCatalog.text,
|
|
6390
6390
|
datatype: 'string',
|
|
6391
6391
|
},
|
|
@@ -6450,8 +6450,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6450
6450
|
title: 'Approval Status',
|
|
6451
6451
|
columns: [
|
|
6452
6452
|
{
|
|
6453
|
-
name: '
|
|
6454
|
-
title: '
|
|
6453
|
+
name: 'id',
|
|
6454
|
+
title: 'Title',
|
|
6455
6455
|
type: AXPWidgetsCatalog.text,
|
|
6456
6456
|
datatype: 'string',
|
|
6457
6457
|
},
|
|
@@ -6502,8 +6502,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6502
6502
|
title: 'Work Completion Status',
|
|
6503
6503
|
columns: [
|
|
6504
6504
|
{
|
|
6505
|
-
name: '
|
|
6506
|
-
title: '
|
|
6505
|
+
name: 'id',
|
|
6506
|
+
title: 'Title',
|
|
6507
6507
|
type: AXPWidgetsCatalog.text,
|
|
6508
6508
|
datatype: 'string',
|
|
6509
6509
|
},
|
|
@@ -6554,8 +6554,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6554
6554
|
title: 'Training Status',
|
|
6555
6555
|
columns: [
|
|
6556
6556
|
{
|
|
6557
|
-
name: '
|
|
6558
|
-
title: '
|
|
6557
|
+
name: 'id',
|
|
6558
|
+
title: 'Title',
|
|
6559
6559
|
type: AXPWidgetsCatalog.text,
|
|
6560
6560
|
datatype: 'string',
|
|
6561
6561
|
},
|
|
@@ -6606,8 +6606,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6606
6606
|
title: 'Certification Status',
|
|
6607
6607
|
columns: [
|
|
6608
6608
|
{
|
|
6609
|
-
name: '
|
|
6610
|
-
title: '
|
|
6609
|
+
name: 'id',
|
|
6610
|
+
title: 'Title',
|
|
6611
6611
|
type: AXPWidgetsCatalog.text,
|
|
6612
6612
|
datatype: 'string',
|
|
6613
6613
|
},
|
|
@@ -6661,8 +6661,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6661
6661
|
title: 'Priority Levels',
|
|
6662
6662
|
columns: [
|
|
6663
6663
|
{
|
|
6664
|
-
name: '
|
|
6665
|
-
title: '
|
|
6664
|
+
name: 'id',
|
|
6665
|
+
title: 'Title',
|
|
6666
6666
|
type: AXPWidgetsCatalog.text,
|
|
6667
6667
|
datatype: 'string',
|
|
6668
6668
|
},
|
|
@@ -6716,8 +6716,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6716
6716
|
title: 'Incident Types',
|
|
6717
6717
|
columns: [
|
|
6718
6718
|
{
|
|
6719
|
-
name: '
|
|
6720
|
-
title: '
|
|
6719
|
+
name: 'id',
|
|
6720
|
+
title: 'Title',
|
|
6721
6721
|
type: AXPWidgetsCatalog.text,
|
|
6722
6722
|
datatype: 'string',
|
|
6723
6723
|
},
|
|
@@ -6777,8 +6777,8 @@ class AXMFormDataSourcesProvider {
|
|
|
6777
6777
|
title: 'Severity Levels',
|
|
6778
6778
|
columns: [
|
|
6779
6779
|
{
|
|
6780
|
-
name: '
|
|
6781
|
-
title: '
|
|
6780
|
+
name: 'id',
|
|
6781
|
+
title: 'Title',
|
|
6782
6782
|
type: AXPWidgetsCatalog.text,
|
|
6783
6783
|
datatype: 'string',
|
|
6784
6784
|
},
|
|
@@ -7612,7 +7612,7 @@ var children$4 = [
|
|
|
7612
7612
|
readonly: false,
|
|
7613
7613
|
dataSource: "incident-types",
|
|
7614
7614
|
textField: "title",
|
|
7615
|
-
valueField: "
|
|
7615
|
+
valueField: "id"
|
|
7616
7616
|
}
|
|
7617
7617
|
}
|
|
7618
7618
|
],
|
|
@@ -7715,7 +7715,7 @@ var children$4 = [
|
|
|
7715
7715
|
readonly: false,
|
|
7716
7716
|
dataSource: "severity-levels",
|
|
7717
7717
|
textField: "title",
|
|
7718
|
-
valueField: "
|
|
7718
|
+
valueField: "id"
|
|
7719
7719
|
}
|
|
7720
7720
|
}
|
|
7721
7721
|
],
|
|
@@ -12028,8 +12028,8 @@ var children$3 = [
|
|
|
12028
12028
|
children: [
|
|
12029
12029
|
{
|
|
12030
12030
|
type: "selection-list-editor",
|
|
12031
|
-
name: "selection-list-
|
|
12032
|
-
path: "select-option-row-
|
|
12031
|
+
name: "selection-list-editor21",
|
|
12032
|
+
path: "select-option-row-21",
|
|
12033
12033
|
options: {
|
|
12034
12034
|
multiple: false,
|
|
12035
12035
|
direction: {
|
|
@@ -12485,8 +12485,8 @@ var children$3 = [
|
|
|
12485
12485
|
children: [
|
|
12486
12486
|
{
|
|
12487
12487
|
type: "selection-list-editor",
|
|
12488
|
-
name: "selection-list-
|
|
12489
|
-
path: "select-option-row-
|
|
12488
|
+
name: "selection-list-editor20",
|
|
12489
|
+
path: "select-option-row-20",
|
|
12490
12490
|
options: {
|
|
12491
12491
|
multiple: false,
|
|
12492
12492
|
direction: {
|
|
@@ -14142,69 +14142,69 @@ var children = [
|
|
|
14142
14142
|
children: [
|
|
14143
14143
|
{
|
|
14144
14144
|
type: "grid-layout",
|
|
14145
|
-
name: "
|
|
14145
|
+
name: "grid-layout1",
|
|
14146
14146
|
options: {
|
|
14147
14147
|
spacing: {
|
|
14148
14148
|
margin: "0px 0px 20px",
|
|
14149
14149
|
padding: "0px"
|
|
14150
14150
|
},
|
|
14151
14151
|
border: {
|
|
14152
|
-
width: "
|
|
14153
|
-
radius: "
|
|
14154
|
-
color: "#
|
|
14152
|
+
width: "1px",
|
|
14153
|
+
radius: "0px",
|
|
14154
|
+
color: "#000000",
|
|
14155
14155
|
style: "solid"
|
|
14156
14156
|
},
|
|
14157
14157
|
grid: {
|
|
14158
14158
|
"default": {
|
|
14159
14159
|
rows: 1,
|
|
14160
|
-
columns:
|
|
14160
|
+
columns: 3,
|
|
14161
14161
|
justifyItems: "stretch",
|
|
14162
|
-
alignItems: "
|
|
14163
|
-
gap: "
|
|
14162
|
+
alignItems: "stretch",
|
|
14163
|
+
gap: "0px 0px"
|
|
14164
14164
|
}
|
|
14165
14165
|
}
|
|
14166
14166
|
},
|
|
14167
14167
|
children: [
|
|
14168
14168
|
{
|
|
14169
14169
|
type: "grid-item-layout",
|
|
14170
|
-
name: "
|
|
14170
|
+
name: "grid-item-layout1",
|
|
14171
14171
|
children: [
|
|
14172
14172
|
{
|
|
14173
14173
|
type: "image",
|
|
14174
|
-
name: "
|
|
14174
|
+
name: "image1",
|
|
14175
14175
|
options: {
|
|
14176
14176
|
lazy: false,
|
|
14177
14177
|
readonly: true,
|
|
14178
14178
|
src: "https://sm-demo.acorexui.com/assets/images/logos/icon-light.svg",
|
|
14179
|
-
height: "
|
|
14180
|
-
width: "
|
|
14179
|
+
height: "100px",
|
|
14180
|
+
width: "100px"
|
|
14181
14181
|
}
|
|
14182
14182
|
}
|
|
14183
14183
|
],
|
|
14184
14184
|
options: {
|
|
14185
14185
|
spacing: {
|
|
14186
14186
|
margin: "0px",
|
|
14187
|
-
padding: "
|
|
14187
|
+
padding: "10px"
|
|
14188
14188
|
},
|
|
14189
14189
|
border: {
|
|
14190
|
-
width: "
|
|
14190
|
+
width: "1px",
|
|
14191
14191
|
radius: "0px",
|
|
14192
14192
|
color: "#000000",
|
|
14193
|
-
style: "
|
|
14193
|
+
style: "solid"
|
|
14194
14194
|
},
|
|
14195
14195
|
direction: "ltr"
|
|
14196
14196
|
}
|
|
14197
14197
|
},
|
|
14198
14198
|
{
|
|
14199
14199
|
type: "grid-item-layout",
|
|
14200
|
-
name: "
|
|
14200
|
+
name: "grid-item-layout2",
|
|
14201
14201
|
options: {
|
|
14202
14202
|
spacing: {
|
|
14203
|
-
margin: "0px",
|
|
14204
|
-
padding: "
|
|
14203
|
+
margin: "0px 0px 0px 0px",
|
|
14204
|
+
padding: "0px 0px 0px 0px"
|
|
14205
14205
|
},
|
|
14206
14206
|
border: {
|
|
14207
|
-
width: "
|
|
14207
|
+
width: "1px",
|
|
14208
14208
|
radius: "0px",
|
|
14209
14209
|
color: "#000000",
|
|
14210
14210
|
style: "none"
|
|
@@ -14213,1030 +14213,2393 @@ var children = [
|
|
|
14213
14213
|
},
|
|
14214
14214
|
children: [
|
|
14215
14215
|
{
|
|
14216
|
-
type: "
|
|
14217
|
-
name: "
|
|
14216
|
+
type: "flex-layout",
|
|
14217
|
+
name: "flex-layout1",
|
|
14218
14218
|
options: {
|
|
14219
|
-
|
|
14220
|
-
|
|
14221
|
-
|
|
14219
|
+
spacing: {
|
|
14220
|
+
margin: "0px 0px 0px 0px",
|
|
14221
|
+
padding: "0px 0px 0px 0px"
|
|
14222
|
+
},
|
|
14223
|
+
border: {
|
|
14224
|
+
width: "1px",
|
|
14225
|
+
radius: "0px",
|
|
14226
|
+
color: "#000000",
|
|
14227
|
+
style: "solid"
|
|
14228
|
+
},
|
|
14229
|
+
flexWrap: "nowrap",
|
|
14230
|
+
justifyContent: "center",
|
|
14231
|
+
alignItems: "center"
|
|
14232
|
+
},
|
|
14233
|
+
children: [
|
|
14234
|
+
{
|
|
14235
|
+
type: "flex-item-layout",
|
|
14236
|
+
name: "flex-item-layout1",
|
|
14237
|
+
options: {
|
|
14238
|
+
spacing: {
|
|
14239
|
+
margin: "0px 100px",
|
|
14240
|
+
padding: "0px"
|
|
14241
|
+
},
|
|
14242
|
+
border: {
|
|
14243
|
+
width: "1px",
|
|
14244
|
+
radius: "0px",
|
|
14245
|
+
color: "#000000",
|
|
14246
|
+
style: "none"
|
|
14247
|
+
},
|
|
14248
|
+
direction: "ltr"
|
|
14249
|
+
},
|
|
14250
|
+
children: [
|
|
14251
|
+
{
|
|
14252
|
+
type: "text-block-layout",
|
|
14253
|
+
name: "text-block-layout1",
|
|
14254
|
+
options: {
|
|
14255
|
+
content: "<p><strong>PERMIT TO WORK</strong></p>"
|
|
14256
|
+
}
|
|
14257
|
+
}
|
|
14258
|
+
]
|
|
14259
|
+
}
|
|
14260
|
+
]
|
|
14261
|
+
}
|
|
14262
|
+
]
|
|
14263
|
+
},
|
|
14264
|
+
{
|
|
14265
|
+
type: "grid-item-layout",
|
|
14266
|
+
name: "grid-item-layout3",
|
|
14267
|
+
children: [
|
|
14222
14268
|
{
|
|
14223
|
-
type: "
|
|
14224
|
-
name: "
|
|
14269
|
+
type: "flex-layout",
|
|
14270
|
+
name: "flex-layout2",
|
|
14271
|
+
children: [
|
|
14272
|
+
{
|
|
14273
|
+
type: "flex-item-layout",
|
|
14274
|
+
name: "flex-item-layout2",
|
|
14275
|
+
options: {
|
|
14276
|
+
spacing: {
|
|
14277
|
+
margin: "0px",
|
|
14278
|
+
padding: "30px"
|
|
14279
|
+
},
|
|
14280
|
+
border: {
|
|
14281
|
+
width: "1px",
|
|
14282
|
+
radius: "0px",
|
|
14283
|
+
color: "#000000",
|
|
14284
|
+
style: "none"
|
|
14285
|
+
},
|
|
14286
|
+
direction: "ltr",
|
|
14287
|
+
flexWrap: "nowrap",
|
|
14288
|
+
justifyContent: "flex-start",
|
|
14289
|
+
alignItems: "flex-start"
|
|
14290
|
+
},
|
|
14291
|
+
children: [
|
|
14292
|
+
{
|
|
14293
|
+
type: "text-block-layout",
|
|
14294
|
+
name: "text-block-layout2",
|
|
14295
|
+
options: {
|
|
14296
|
+
content: "<p>Hazardous Work Activity Authorization<br/>⚠️ This permit must be completed before work begins</p>"
|
|
14297
|
+
}
|
|
14298
|
+
}
|
|
14299
|
+
]
|
|
14300
|
+
}
|
|
14301
|
+
],
|
|
14225
14302
|
options: {
|
|
14226
|
-
|
|
14303
|
+
spacing: {
|
|
14304
|
+
margin: "0px 0px 0px 0px",
|
|
14305
|
+
padding: "0px 0px 0px 0px"
|
|
14306
|
+
},
|
|
14307
|
+
border: {
|
|
14308
|
+
width: "1px",
|
|
14309
|
+
radius: "0px",
|
|
14310
|
+
color: "#000000",
|
|
14311
|
+
style: "none"
|
|
14312
|
+
},
|
|
14313
|
+
flexWrap: "nowrap",
|
|
14314
|
+
justifyContent: "center",
|
|
14315
|
+
alignItems: "center",
|
|
14316
|
+
flexDirection: "row"
|
|
14227
14317
|
}
|
|
14318
|
+
}
|
|
14319
|
+
],
|
|
14320
|
+
options: {
|
|
14321
|
+
spacing: {
|
|
14322
|
+
margin: "0px 0px 0px 0px",
|
|
14323
|
+
padding: "0px 0px 0px 0px"
|
|
14228
14324
|
},
|
|
14229
|
-
{
|
|
14230
|
-
|
|
14231
|
-
|
|
14232
|
-
|
|
14233
|
-
|
|
14325
|
+
border: {
|
|
14326
|
+
width: "1px",
|
|
14327
|
+
radius: "0px",
|
|
14328
|
+
color: "#000000",
|
|
14329
|
+
style: "solid"
|
|
14330
|
+
},
|
|
14331
|
+
direction: "ltr",
|
|
14332
|
+
grid: {
|
|
14333
|
+
"default": {
|
|
14334
|
+
rows: 1,
|
|
14335
|
+
columns: 1,
|
|
14336
|
+
justifyItems: "stretch",
|
|
14337
|
+
alignItems: "stretch",
|
|
14338
|
+
gap: "0px 0px"
|
|
14234
14339
|
}
|
|
14235
14340
|
}
|
|
14236
|
-
|
|
14341
|
+
}
|
|
14237
14342
|
}
|
|
14238
14343
|
]
|
|
14239
14344
|
},
|
|
14240
14345
|
{
|
|
14241
14346
|
type: "grid-layout",
|
|
14242
|
-
name: "
|
|
14347
|
+
name: "grid-layout2",
|
|
14243
14348
|
options: {
|
|
14244
14349
|
grid: {
|
|
14245
14350
|
"default": {
|
|
14246
14351
|
columns: 12,
|
|
14247
14352
|
rows: 1,
|
|
14248
|
-
gap: "
|
|
14353
|
+
gap: "0px 0px",
|
|
14249
14354
|
justifyItems: "stretch",
|
|
14250
14355
|
alignItems: "stretch"
|
|
14251
14356
|
}
|
|
14252
14357
|
},
|
|
14253
14358
|
spacing: {
|
|
14254
|
-
margin: "0px
|
|
14359
|
+
margin: "0px",
|
|
14255
14360
|
padding: "0px"
|
|
14256
14361
|
},
|
|
14257
14362
|
border: {
|
|
14258
|
-
width: "
|
|
14363
|
+
width: "1px",
|
|
14259
14364
|
radius: "0px",
|
|
14260
14365
|
color: "#000000",
|
|
14261
|
-
style: "
|
|
14366
|
+
style: "solid"
|
|
14262
14367
|
}
|
|
14263
14368
|
},
|
|
14264
14369
|
children: [
|
|
14265
14370
|
{
|
|
14266
14371
|
type: "grid-item-layout",
|
|
14267
|
-
name: "
|
|
14372
|
+
name: "grid-item-layout4",
|
|
14268
14373
|
options: {
|
|
14269
14374
|
spacing: {
|
|
14270
|
-
margin: "0px",
|
|
14271
|
-
padding: "
|
|
14375
|
+
margin: "0px 0px 0px 0px",
|
|
14376
|
+
padding: "0px 0px 0px 0px"
|
|
14272
14377
|
},
|
|
14273
14378
|
border: {
|
|
14274
14379
|
width: "1px",
|
|
14275
|
-
radius: "
|
|
14276
|
-
color: "#
|
|
14277
|
-
style: "
|
|
14380
|
+
radius: "0px",
|
|
14381
|
+
color: "#000000",
|
|
14382
|
+
style: "none"
|
|
14278
14383
|
},
|
|
14279
14384
|
direction: "ltr",
|
|
14280
|
-
colSpan:
|
|
14385
|
+
colSpan: 5
|
|
14281
14386
|
},
|
|
14282
14387
|
children: [
|
|
14283
14388
|
{
|
|
14284
|
-
type: "
|
|
14285
|
-
name: "
|
|
14286
|
-
options: {
|
|
14287
|
-
content: "<h3>Permit Information</h3>"
|
|
14288
|
-
}
|
|
14289
|
-
},
|
|
14290
|
-
{
|
|
14291
|
-
type: "form-field",
|
|
14292
|
-
options: {
|
|
14293
|
-
label: "Permit Number"
|
|
14294
|
-
},
|
|
14295
|
-
children: [
|
|
14296
|
-
{
|
|
14297
|
-
type: "text-editor",
|
|
14298
|
-
name: "permit-number",
|
|
14299
|
-
options: {
|
|
14300
|
-
placeholder: "Auto-generated permit number",
|
|
14301
|
-
readonly: true
|
|
14302
|
-
}
|
|
14303
|
-
}
|
|
14304
|
-
]
|
|
14305
|
-
},
|
|
14306
|
-
{
|
|
14307
|
-
type: "form-field",
|
|
14308
|
-
options: {
|
|
14309
|
-
label: "Type of Work Permit"
|
|
14310
|
-
},
|
|
14311
|
-
children: [
|
|
14312
|
-
{
|
|
14313
|
-
type: "select-editor",
|
|
14314
|
-
name: "permit-type",
|
|
14315
|
-
options: {
|
|
14316
|
-
dataSource: "permit-types"
|
|
14317
|
-
}
|
|
14318
|
-
}
|
|
14319
|
-
]
|
|
14320
|
-
},
|
|
14321
|
-
{
|
|
14322
|
-
type: "form-field",
|
|
14389
|
+
type: "flex-layout",
|
|
14390
|
+
name: "flex-layout1",
|
|
14323
14391
|
options: {
|
|
14324
|
-
|
|
14392
|
+
spacing: {
|
|
14393
|
+
margin: "0px",
|
|
14394
|
+
padding: "11px"
|
|
14395
|
+
},
|
|
14396
|
+
border: {
|
|
14397
|
+
width: "1px",
|
|
14398
|
+
radius: "0px",
|
|
14399
|
+
color: "#000000",
|
|
14400
|
+
style: "solid"
|
|
14401
|
+
},
|
|
14402
|
+
flexWrap: "nowrap",
|
|
14403
|
+
justifyContent: "center",
|
|
14404
|
+
alignItems: "center",
|
|
14405
|
+
gap: "20px"
|
|
14325
14406
|
},
|
|
14326
14407
|
children: [
|
|
14327
14408
|
{
|
|
14328
|
-
type: "
|
|
14329
|
-
name: "
|
|
14409
|
+
type: "flex-item-layout",
|
|
14410
|
+
name: "flex-item-layout1",
|
|
14330
14411
|
options: {
|
|
14331
|
-
|
|
14332
|
-
|
|
14333
|
-
|
|
14412
|
+
spacing: {
|
|
14413
|
+
margin: "0px",
|
|
14414
|
+
padding: "0px"
|
|
14415
|
+
},
|
|
14416
|
+
border: {
|
|
14417
|
+
width: "1px",
|
|
14418
|
+
radius: "0px",
|
|
14419
|
+
color: "#000000",
|
|
14420
|
+
style: "none"
|
|
14421
|
+
},
|
|
14422
|
+
direction: "ltr"
|
|
14423
|
+
},
|
|
14424
|
+
children: [
|
|
14425
|
+
{
|
|
14426
|
+
type: "text-block-layout",
|
|
14427
|
+
name: "text-block-layout1",
|
|
14428
|
+
options: {
|
|
14429
|
+
content: "<p><strong>Permit Number:</strong></p>"
|
|
14430
|
+
}
|
|
14431
|
+
}
|
|
14432
|
+
]
|
|
14433
|
+
},
|
|
14434
|
+
{
|
|
14435
|
+
type: "flex-item-layout",
|
|
14436
|
+
name: "flex-item-layout3",
|
|
14437
|
+
options: {
|
|
14438
|
+
spacing: {
|
|
14439
|
+
margin: "0px",
|
|
14440
|
+
padding: "0px"
|
|
14441
|
+
},
|
|
14442
|
+
border: {
|
|
14443
|
+
width: "1px",
|
|
14444
|
+
radius: "0px",
|
|
14445
|
+
color: "#000000",
|
|
14446
|
+
style: "none"
|
|
14447
|
+
},
|
|
14448
|
+
direction: "ltr"
|
|
14449
|
+
},
|
|
14450
|
+
children: [
|
|
14451
|
+
{
|
|
14452
|
+
type: "text-editor",
|
|
14453
|
+
name: "text-editor1",
|
|
14454
|
+
options: {
|
|
14455
|
+
multiple: false,
|
|
14456
|
+
disabled: false,
|
|
14457
|
+
readonly: true,
|
|
14458
|
+
hasClearButton: false,
|
|
14459
|
+
validations: {
|
|
14460
|
+
regex: null,
|
|
14461
|
+
required: null
|
|
14462
|
+
},
|
|
14463
|
+
flexWrap: "nowrap",
|
|
14464
|
+
justifyContent: "flex-start",
|
|
14465
|
+
alignItems: "flex-start"
|
|
14466
|
+
}
|
|
14467
|
+
}
|
|
14468
|
+
]
|
|
14469
|
+
}
|
|
14470
|
+
]
|
|
14471
|
+
}
|
|
14472
|
+
]
|
|
14473
|
+
},
|
|
14474
|
+
{
|
|
14475
|
+
type: "grid-item-layout",
|
|
14476
|
+
name: "grid-item-layout5",
|
|
14477
|
+
options: {
|
|
14478
|
+
spacing: {
|
|
14479
|
+
margin: "0px 0px 0px 0px",
|
|
14480
|
+
padding: "0px 0px 0px 0px"
|
|
14481
|
+
},
|
|
14482
|
+
border: {
|
|
14483
|
+
width: "1px",
|
|
14484
|
+
radius: "0px",
|
|
14485
|
+
color: "#000000",
|
|
14486
|
+
style: "none"
|
|
14487
|
+
},
|
|
14488
|
+
direction: "ltr",
|
|
14489
|
+
colSpan: 4
|
|
14490
|
+
},
|
|
14491
|
+
children: [
|
|
14492
|
+
{
|
|
14493
|
+
type: "flex-layout",
|
|
14494
|
+
name: "flex-layout1",
|
|
14495
|
+
options: {
|
|
14496
|
+
spacing: {
|
|
14497
|
+
margin: "0px",
|
|
14498
|
+
padding: "10px"
|
|
14499
|
+
},
|
|
14500
|
+
border: {
|
|
14501
|
+
width: "1px",
|
|
14502
|
+
radius: "0px",
|
|
14503
|
+
color: "#000000",
|
|
14504
|
+
style: "solid"
|
|
14505
|
+
},
|
|
14506
|
+
flexWrap: "nowrap",
|
|
14507
|
+
justifyContent: "center",
|
|
14508
|
+
alignItems: "center",
|
|
14509
|
+
gap: "20px"
|
|
14510
|
+
},
|
|
14511
|
+
children: [
|
|
14512
|
+
{
|
|
14513
|
+
type: "flex-item-layout",
|
|
14514
|
+
name: "flex-item-layout1",
|
|
14515
|
+
options: {
|
|
14516
|
+
spacing: {
|
|
14517
|
+
margin: "0px",
|
|
14518
|
+
padding: "0px"
|
|
14519
|
+
},
|
|
14520
|
+
border: {
|
|
14521
|
+
width: "1px",
|
|
14522
|
+
radius: "0px",
|
|
14523
|
+
color: "#000000",
|
|
14524
|
+
style: "none"
|
|
14525
|
+
},
|
|
14526
|
+
direction: "ltr"
|
|
14527
|
+
},
|
|
14528
|
+
children: [
|
|
14529
|
+
{
|
|
14530
|
+
type: "text-block-layout",
|
|
14531
|
+
name: "text-block-layout1",
|
|
14532
|
+
options: {
|
|
14533
|
+
content: "<p><strong>Date:</strong></p>"
|
|
14534
|
+
}
|
|
14535
|
+
}
|
|
14536
|
+
]
|
|
14537
|
+
},
|
|
14538
|
+
{
|
|
14539
|
+
type: "flex-item-layout",
|
|
14540
|
+
name: "flex-item-layout3",
|
|
14541
|
+
options: {
|
|
14542
|
+
spacing: {
|
|
14543
|
+
margin: "0px",
|
|
14544
|
+
padding: "0px"
|
|
14545
|
+
},
|
|
14546
|
+
border: {
|
|
14547
|
+
width: "1px",
|
|
14548
|
+
radius: "0px",
|
|
14549
|
+
color: "#000000",
|
|
14550
|
+
style: "none"
|
|
14551
|
+
},
|
|
14552
|
+
direction: "ltr"
|
|
14553
|
+
},
|
|
14554
|
+
children: [
|
|
14555
|
+
{
|
|
14556
|
+
type: "date-time-editor",
|
|
14557
|
+
name: "date-time-editor1",
|
|
14558
|
+
options: {
|
|
14559
|
+
multiple: false,
|
|
14560
|
+
format: {
|
|
14561
|
+
id: "date",
|
|
14562
|
+
title: "Date"
|
|
14563
|
+
},
|
|
14564
|
+
readonly: false,
|
|
14565
|
+
disabled: false,
|
|
14566
|
+
width: "200px",
|
|
14567
|
+
validations: {
|
|
14568
|
+
required: null,
|
|
14569
|
+
greaterThan: null,
|
|
14570
|
+
lessThan: null
|
|
14571
|
+
}
|
|
14572
|
+
}
|
|
14573
|
+
}
|
|
14574
|
+
]
|
|
14575
|
+
}
|
|
14334
14576
|
]
|
|
14577
|
+
}
|
|
14578
|
+
]
|
|
14579
|
+
},
|
|
14580
|
+
{
|
|
14581
|
+
type: "grid-item-layout",
|
|
14582
|
+
name: "grid-item-layout6",
|
|
14583
|
+
options: {
|
|
14584
|
+
spacing: {
|
|
14585
|
+
margin: "0px 0px 0px 0px",
|
|
14586
|
+
padding: "0px 0px 0px 0px"
|
|
14587
|
+
},
|
|
14588
|
+
border: {
|
|
14589
|
+
width: "1px 1px 1px 1px",
|
|
14590
|
+
radius: "0px 0px 0px 0px",
|
|
14591
|
+
color: "#000000 #000000 #000000 #000000",
|
|
14592
|
+
style: "none none none none"
|
|
14593
|
+
},
|
|
14594
|
+
direction: "ltr",
|
|
14595
|
+
colSpan: 3
|
|
14596
|
+
},
|
|
14597
|
+
children: [
|
|
14598
|
+
{
|
|
14599
|
+
type: "flex-layout",
|
|
14600
|
+
name: "flex-layout1",
|
|
14601
|
+
options: {
|
|
14602
|
+
spacing: {
|
|
14603
|
+
margin: "0px",
|
|
14604
|
+
padding: "10px"
|
|
14605
|
+
},
|
|
14606
|
+
border: {
|
|
14607
|
+
width: "1px",
|
|
14608
|
+
radius: "0px",
|
|
14609
|
+
color: "#000000",
|
|
14610
|
+
style: "solid"
|
|
14611
|
+
},
|
|
14612
|
+
flexWrap: "nowrap",
|
|
14613
|
+
justifyContent: "center",
|
|
14614
|
+
alignItems: "center",
|
|
14615
|
+
gap: "20px"
|
|
14616
|
+
},
|
|
14617
|
+
children: [
|
|
14618
|
+
{
|
|
14619
|
+
type: "flex-item-layout",
|
|
14620
|
+
name: "flex-item-layout1",
|
|
14621
|
+
options: {
|
|
14622
|
+
spacing: {
|
|
14623
|
+
margin: "0px",
|
|
14624
|
+
padding: "0px"
|
|
14625
|
+
},
|
|
14626
|
+
border: {
|
|
14627
|
+
width: "1px",
|
|
14628
|
+
radius: "0px",
|
|
14629
|
+
color: "#000000",
|
|
14630
|
+
style: "none"
|
|
14631
|
+
},
|
|
14632
|
+
direction: "ltr"
|
|
14633
|
+
},
|
|
14634
|
+
children: [
|
|
14635
|
+
{
|
|
14636
|
+
type: "text-block-layout",
|
|
14637
|
+
name: "text-block-layout1",
|
|
14638
|
+
options: {
|
|
14639
|
+
content: "<p><strong>Type:</strong></p>"
|
|
14640
|
+
}
|
|
14641
|
+
}
|
|
14642
|
+
]
|
|
14643
|
+
},
|
|
14644
|
+
{
|
|
14645
|
+
type: "flex-item-layout",
|
|
14646
|
+
name: "flex-item-layout3",
|
|
14647
|
+
options: {
|
|
14648
|
+
spacing: {
|
|
14649
|
+
margin: "0px",
|
|
14650
|
+
padding: "0px"
|
|
14651
|
+
},
|
|
14652
|
+
border: {
|
|
14653
|
+
width: "1px",
|
|
14654
|
+
radius: "0px",
|
|
14655
|
+
color: "#000000",
|
|
14656
|
+
style: "none"
|
|
14657
|
+
},
|
|
14658
|
+
direction: "ltr"
|
|
14659
|
+
},
|
|
14660
|
+
children: [
|
|
14661
|
+
{
|
|
14662
|
+
type: "select-editor",
|
|
14663
|
+
name: "select-editor1",
|
|
14664
|
+
options: {
|
|
14665
|
+
multiple: false,
|
|
14666
|
+
disabled: false,
|
|
14667
|
+
readonly: false,
|
|
14668
|
+
hasClearButton: false,
|
|
14669
|
+
validations: {
|
|
14670
|
+
regex: null,
|
|
14671
|
+
required: null
|
|
14672
|
+
},
|
|
14673
|
+
flexWrap: "nowrap",
|
|
14674
|
+
justifyContent: "flex-start",
|
|
14675
|
+
alignItems: "flex-start"
|
|
14676
|
+
}
|
|
14677
|
+
}
|
|
14678
|
+
]
|
|
14679
|
+
}
|
|
14680
|
+
]
|
|
14681
|
+
}
|
|
14682
|
+
]
|
|
14683
|
+
},
|
|
14684
|
+
{
|
|
14685
|
+
type: "grid-item-layout",
|
|
14686
|
+
name: "grid-item-layout7",
|
|
14687
|
+
options: {
|
|
14688
|
+
spacing: {
|
|
14689
|
+
margin: "0px 0px 0px 0px",
|
|
14690
|
+
padding: "0px 0px 0px 0px"
|
|
14691
|
+
},
|
|
14692
|
+
border: {
|
|
14693
|
+
width: "1px",
|
|
14694
|
+
radius: "0px",
|
|
14695
|
+
color: "#000000",
|
|
14696
|
+
style: "none"
|
|
14697
|
+
},
|
|
14698
|
+
direction: "ltr",
|
|
14699
|
+
colSpan: 6
|
|
14700
|
+
},
|
|
14701
|
+
children: [
|
|
14702
|
+
{
|
|
14703
|
+
type: "flex-layout",
|
|
14704
|
+
name: "flex-layout3",
|
|
14705
|
+
children: [
|
|
14706
|
+
{
|
|
14707
|
+
type: "flex-item-layout",
|
|
14708
|
+
name: "flex-item-layout4",
|
|
14709
|
+
children: [
|
|
14710
|
+
{
|
|
14711
|
+
type: "text-block-layout",
|
|
14712
|
+
name: "text-block-layout3",
|
|
14713
|
+
options: {
|
|
14714
|
+
content: "<p><strong>Work Description:</strong></p>"
|
|
14715
|
+
}
|
|
14716
|
+
}
|
|
14717
|
+
],
|
|
14718
|
+
options: {
|
|
14719
|
+
spacing: {
|
|
14720
|
+
margin: "0px 0px 0px 0px",
|
|
14721
|
+
padding: "0px 0px 0px 0px"
|
|
14722
|
+
},
|
|
14723
|
+
border: {
|
|
14724
|
+
width: "1px",
|
|
14725
|
+
radius: "0px",
|
|
14726
|
+
color: "#000000",
|
|
14727
|
+
style: "none"
|
|
14728
|
+
},
|
|
14729
|
+
direction: "ltr"
|
|
14730
|
+
}
|
|
14731
|
+
},
|
|
14732
|
+
{
|
|
14733
|
+
type: "flex-item-layout",
|
|
14734
|
+
name: "flex-item-layout5",
|
|
14735
|
+
children: [
|
|
14736
|
+
{
|
|
14737
|
+
type: "large-text-editor",
|
|
14738
|
+
name: "large-text-editor1",
|
|
14739
|
+
options: {
|
|
14740
|
+
multiple: false,
|
|
14741
|
+
disabled: false,
|
|
14742
|
+
readonly: false,
|
|
14743
|
+
hasClearButton: false,
|
|
14744
|
+
validations: {
|
|
14745
|
+
regex: null,
|
|
14746
|
+
required: null
|
|
14747
|
+
}
|
|
14748
|
+
}
|
|
14749
|
+
}
|
|
14750
|
+
],
|
|
14751
|
+
options: {
|
|
14752
|
+
spacing: {
|
|
14753
|
+
margin: "0px 0px 0px 0px",
|
|
14754
|
+
padding: "0px 0px 0px 0px"
|
|
14755
|
+
},
|
|
14756
|
+
border: {
|
|
14757
|
+
width: "1px",
|
|
14758
|
+
radius: "0px",
|
|
14759
|
+
color: "#000000",
|
|
14760
|
+
style: "none"
|
|
14761
|
+
},
|
|
14762
|
+
direction: "ltr"
|
|
14763
|
+
}
|
|
14764
|
+
}
|
|
14765
|
+
],
|
|
14766
|
+
options: {
|
|
14767
|
+
spacing: {
|
|
14768
|
+
margin: "0px",
|
|
14769
|
+
padding: "10px"
|
|
14770
|
+
},
|
|
14771
|
+
border: {
|
|
14772
|
+
width: "1px",
|
|
14773
|
+
radius: "0px",
|
|
14774
|
+
color: "#000000",
|
|
14775
|
+
style: "solid"
|
|
14776
|
+
},
|
|
14777
|
+
flexWrap: "nowrap",
|
|
14778
|
+
justifyContent: "center",
|
|
14779
|
+
alignItems: "center",
|
|
14780
|
+
gap: "20px"
|
|
14781
|
+
}
|
|
14782
|
+
}
|
|
14783
|
+
]
|
|
14784
|
+
},
|
|
14785
|
+
{
|
|
14786
|
+
type: "grid-item-layout",
|
|
14787
|
+
name: "grid-item-layout8",
|
|
14788
|
+
options: {
|
|
14789
|
+
spacing: {
|
|
14790
|
+
margin: "0px 0px 0px 0px",
|
|
14791
|
+
padding: "0px 0px 0px 0px"
|
|
14792
|
+
},
|
|
14793
|
+
border: {
|
|
14794
|
+
width: "1px",
|
|
14795
|
+
radius: "0px",
|
|
14796
|
+
color: "#000000",
|
|
14797
|
+
style: "none"
|
|
14798
|
+
},
|
|
14799
|
+
direction: "ltr",
|
|
14800
|
+
colSpan: 6
|
|
14801
|
+
},
|
|
14802
|
+
children: [
|
|
14803
|
+
{
|
|
14804
|
+
type: "flex-layout",
|
|
14805
|
+
name: "flex-layout4",
|
|
14806
|
+
children: [
|
|
14807
|
+
{
|
|
14808
|
+
type: "flex-item-layout",
|
|
14809
|
+
name: "flex-item-layout6",
|
|
14810
|
+
children: [
|
|
14811
|
+
{
|
|
14812
|
+
type: "text-block-layout",
|
|
14813
|
+
name: "text-block-layout4",
|
|
14814
|
+
options: {
|
|
14815
|
+
content: "<p><strong>Location:</strong></p>"
|
|
14816
|
+
}
|
|
14817
|
+
}
|
|
14818
|
+
],
|
|
14819
|
+
options: {
|
|
14820
|
+
spacing: {
|
|
14821
|
+
margin: "0px 0px 0px 0px",
|
|
14822
|
+
padding: "0px 0px 0px 0px"
|
|
14823
|
+
},
|
|
14824
|
+
border: {
|
|
14825
|
+
width: "1px",
|
|
14826
|
+
radius: "0px",
|
|
14827
|
+
color: "#000000",
|
|
14828
|
+
style: "none"
|
|
14829
|
+
},
|
|
14830
|
+
direction: "ltr"
|
|
14831
|
+
}
|
|
14832
|
+
},
|
|
14833
|
+
{
|
|
14834
|
+
type: "flex-item-layout",
|
|
14835
|
+
name: "flex-item-layout6",
|
|
14836
|
+
children: [
|
|
14837
|
+
{
|
|
14838
|
+
type: "text-editor",
|
|
14839
|
+
name: "text-editor3",
|
|
14840
|
+
options: {
|
|
14841
|
+
multiple: false,
|
|
14842
|
+
disabled: false,
|
|
14843
|
+
readonly: false,
|
|
14844
|
+
hasClearButton: false,
|
|
14845
|
+
validations: {
|
|
14846
|
+
regex: null,
|
|
14847
|
+
required: null
|
|
14848
|
+
},
|
|
14849
|
+
flexWrap: "nowrap",
|
|
14850
|
+
justifyContent: "flex-start",
|
|
14851
|
+
alignItems: "flex-start"
|
|
14852
|
+
}
|
|
14853
|
+
}
|
|
14854
|
+
],
|
|
14855
|
+
options: {
|
|
14856
|
+
spacing: {
|
|
14857
|
+
margin: "0px 0px 0px 0px",
|
|
14858
|
+
padding: "0px 0px 0px 0px"
|
|
14859
|
+
},
|
|
14860
|
+
border: {
|
|
14861
|
+
width: "1px",
|
|
14862
|
+
radius: "0px",
|
|
14863
|
+
color: "#000000",
|
|
14864
|
+
style: "none"
|
|
14865
|
+
},
|
|
14866
|
+
direction: "ltr"
|
|
14867
|
+
}
|
|
14868
|
+
}
|
|
14869
|
+
],
|
|
14870
|
+
options: {
|
|
14871
|
+
spacing: {
|
|
14872
|
+
margin: "0px",
|
|
14873
|
+
padding: "10px"
|
|
14874
|
+
},
|
|
14875
|
+
border: {
|
|
14876
|
+
width: "1px",
|
|
14877
|
+
radius: "0px",
|
|
14878
|
+
color: "#000000",
|
|
14879
|
+
style: "solid"
|
|
14880
|
+
},
|
|
14881
|
+
flexWrap: "nowrap",
|
|
14882
|
+
justifyContent: "center",
|
|
14883
|
+
alignItems: "center",
|
|
14884
|
+
gap: "20px"
|
|
14885
|
+
}
|
|
14886
|
+
}
|
|
14887
|
+
]
|
|
14888
|
+
}
|
|
14889
|
+
]
|
|
14890
|
+
},
|
|
14891
|
+
{
|
|
14892
|
+
type: "grid-item-layout",
|
|
14893
|
+
name: "grid-item-layout9",
|
|
14894
|
+
options: {
|
|
14895
|
+
spacing: {
|
|
14896
|
+
margin: "0px 0px 0px 0px",
|
|
14897
|
+
padding: "0px 0px 0px 0px"
|
|
14898
|
+
},
|
|
14899
|
+
border: {
|
|
14900
|
+
width: "1px",
|
|
14901
|
+
radius: "0px",
|
|
14902
|
+
color: "#000000",
|
|
14903
|
+
style: "none"
|
|
14904
|
+
},
|
|
14905
|
+
direction: "ltr",
|
|
14906
|
+
colSpan: 6
|
|
14907
|
+
},
|
|
14908
|
+
children: [
|
|
14909
|
+
{
|
|
14910
|
+
type: "flex-layout",
|
|
14911
|
+
name: "flex-layout5",
|
|
14912
|
+
children: [
|
|
14913
|
+
{
|
|
14914
|
+
type: "flex-item-layout",
|
|
14915
|
+
name: "flex-item-layout7",
|
|
14916
|
+
children: [
|
|
14917
|
+
{
|
|
14918
|
+
type: "text-block-layout",
|
|
14919
|
+
name: "text-block-layout5",
|
|
14920
|
+
options: {
|
|
14921
|
+
content: "<p><strong>Applicant Name:</strong></p>"
|
|
14922
|
+
}
|
|
14923
|
+
}
|
|
14924
|
+
],
|
|
14925
|
+
options: {
|
|
14926
|
+
spacing: {
|
|
14927
|
+
margin: "0px 0px 0px 0px",
|
|
14928
|
+
padding: "0px 0px 0px 0px"
|
|
14929
|
+
},
|
|
14930
|
+
border: {
|
|
14931
|
+
width: "1px",
|
|
14932
|
+
radius: "0px",
|
|
14933
|
+
color: "#000000",
|
|
14934
|
+
style: "none"
|
|
14935
|
+
},
|
|
14936
|
+
direction: "ltr"
|
|
14937
|
+
}
|
|
14938
|
+
},
|
|
14939
|
+
{
|
|
14940
|
+
type: "flex-item-layout",
|
|
14941
|
+
name: "flex-item-layout8",
|
|
14942
|
+
children: [
|
|
14943
|
+
{
|
|
14944
|
+
type: "text-editor",
|
|
14945
|
+
name: "text-editor4",
|
|
14946
|
+
options: {
|
|
14947
|
+
multiple: false,
|
|
14948
|
+
disabled: false,
|
|
14949
|
+
readonly: false,
|
|
14950
|
+
hasClearButton: false,
|
|
14951
|
+
validations: {
|
|
14952
|
+
regex: null,
|
|
14953
|
+
required: null
|
|
14954
|
+
}
|
|
14955
|
+
}
|
|
14956
|
+
}
|
|
14957
|
+
],
|
|
14958
|
+
options: {
|
|
14959
|
+
spacing: {
|
|
14960
|
+
margin: "0px 0px 0px 0px",
|
|
14961
|
+
padding: "0px 0px 0px 0px"
|
|
14962
|
+
},
|
|
14963
|
+
border: {
|
|
14964
|
+
width: "1px",
|
|
14965
|
+
radius: "0px",
|
|
14966
|
+
color: "#000000",
|
|
14967
|
+
style: "none"
|
|
14968
|
+
},
|
|
14969
|
+
direction: "ltr"
|
|
14970
|
+
}
|
|
14971
|
+
}
|
|
14972
|
+
],
|
|
14973
|
+
options: {
|
|
14974
|
+
spacing: {
|
|
14975
|
+
margin: "0px",
|
|
14976
|
+
padding: "10px"
|
|
14977
|
+
},
|
|
14978
|
+
border: {
|
|
14979
|
+
width: "1px",
|
|
14980
|
+
radius: "0px",
|
|
14981
|
+
color: "#000000",
|
|
14982
|
+
style: "solid"
|
|
14983
|
+
},
|
|
14984
|
+
flexWrap: "nowrap",
|
|
14985
|
+
justifyContent: "center",
|
|
14986
|
+
alignItems: "center",
|
|
14987
|
+
gap: "20px"
|
|
14988
|
+
}
|
|
14989
|
+
}
|
|
14990
|
+
]
|
|
14991
|
+
},
|
|
14992
|
+
{
|
|
14993
|
+
type: "grid-item-layout",
|
|
14994
|
+
name: "grid-item-layout10",
|
|
14995
|
+
options: {
|
|
14996
|
+
spacing: {
|
|
14997
|
+
margin: "0px",
|
|
14998
|
+
padding: "10px"
|
|
14999
|
+
},
|
|
15000
|
+
border: {
|
|
15001
|
+
width: "1px",
|
|
15002
|
+
radius: "0px",
|
|
15003
|
+
color: "#000000",
|
|
15004
|
+
style: "solid"
|
|
15005
|
+
},
|
|
15006
|
+
direction: "ltr",
|
|
15007
|
+
colSpan: 12,
|
|
15008
|
+
grid: {
|
|
15009
|
+
"default": {
|
|
15010
|
+
rows: 1,
|
|
15011
|
+
columns: 1,
|
|
15012
|
+
justifyItems: "stretch",
|
|
15013
|
+
alignItems: "stretch",
|
|
15014
|
+
gap: "0px 0px"
|
|
15015
|
+
}
|
|
15016
|
+
},
|
|
15017
|
+
backgroundColor: "rgb(0,166,244)"
|
|
15018
|
+
},
|
|
15019
|
+
children: [
|
|
15020
|
+
{
|
|
15021
|
+
type: "text-block-layout",
|
|
15022
|
+
name: "text-block-layout5",
|
|
15023
|
+
options: {
|
|
15024
|
+
content: "<p>1. STOP, step back and think</p>"
|
|
15025
|
+
}
|
|
15026
|
+
}
|
|
15027
|
+
]
|
|
15028
|
+
},
|
|
15029
|
+
{
|
|
15030
|
+
type: "grid-item-layout",
|
|
15031
|
+
name: "grid-item-layout11",
|
|
15032
|
+
options: {
|
|
15033
|
+
spacing: {
|
|
15034
|
+
margin: "0px 0px 0px 0px",
|
|
15035
|
+
padding: "0px 0px 0px 0px"
|
|
15036
|
+
},
|
|
15037
|
+
border: {
|
|
15038
|
+
width: "1px",
|
|
15039
|
+
radius: "0px",
|
|
15040
|
+
color: "#000000",
|
|
15041
|
+
style: "none"
|
|
15042
|
+
},
|
|
15043
|
+
direction: "ltr",
|
|
15044
|
+
colSpan: 10
|
|
15045
|
+
},
|
|
15046
|
+
children: [
|
|
15047
|
+
{
|
|
15048
|
+
type: "flex-layout",
|
|
15049
|
+
name: "flex-layout3",
|
|
15050
|
+
children: [
|
|
15051
|
+
{
|
|
15052
|
+
type: "flex-item-layout",
|
|
15053
|
+
name: "flex-item-layout4",
|
|
15054
|
+
children: [
|
|
15055
|
+
{
|
|
15056
|
+
type: "text-block-layout",
|
|
15057
|
+
name: "text-block-layout3",
|
|
15058
|
+
options: {
|
|
15059
|
+
content: "<p>Do I understand what I need to do? </p>"
|
|
15060
|
+
}
|
|
15061
|
+
}
|
|
15062
|
+
],
|
|
15063
|
+
options: {
|
|
15064
|
+
spacing: {
|
|
15065
|
+
margin: "0px 0px 0px 0px",
|
|
15066
|
+
padding: "0px 0px 0px 0px"
|
|
15067
|
+
},
|
|
15068
|
+
border: {
|
|
15069
|
+
width: "1px",
|
|
15070
|
+
radius: "0px",
|
|
15071
|
+
color: "#000000",
|
|
15072
|
+
style: "none"
|
|
15073
|
+
},
|
|
15074
|
+
direction: "ltr"
|
|
15075
|
+
}
|
|
15076
|
+
}
|
|
15077
|
+
],
|
|
15078
|
+
options: {
|
|
15079
|
+
spacing: {
|
|
15080
|
+
margin: "0px",
|
|
15081
|
+
padding: "10px"
|
|
15082
|
+
},
|
|
15083
|
+
border: {
|
|
15084
|
+
width: "1px",
|
|
15085
|
+
radius: "0px",
|
|
15086
|
+
color: "#000000",
|
|
15087
|
+
style: "none"
|
|
15088
|
+
},
|
|
15089
|
+
flexWrap: "nowrap",
|
|
15090
|
+
justifyContent: "center",
|
|
15091
|
+
alignItems: "center",
|
|
15092
|
+
gap: "20px"
|
|
15093
|
+
}
|
|
15094
|
+
}
|
|
15095
|
+
]
|
|
15096
|
+
},
|
|
15097
|
+
{
|
|
15098
|
+
type: "grid-item-layout",
|
|
15099
|
+
name: "grid-item-layout12",
|
|
15100
|
+
options: {
|
|
15101
|
+
spacing: {
|
|
15102
|
+
margin: "0px 0px 0px 0px",
|
|
15103
|
+
padding: "0px 0px 0px 0px"
|
|
15104
|
+
},
|
|
15105
|
+
border: {
|
|
15106
|
+
width: "1px",
|
|
15107
|
+
radius: "0px",
|
|
15108
|
+
color: "#000000",
|
|
15109
|
+
style: "none"
|
|
15110
|
+
},
|
|
15111
|
+
direction: "ltr",
|
|
15112
|
+
colSpan: 2,
|
|
15113
|
+
grid: {
|
|
15114
|
+
"default": {
|
|
15115
|
+
rows: 1,
|
|
15116
|
+
columns: 1,
|
|
15117
|
+
justifyItems: "stretch",
|
|
15118
|
+
alignItems: "stretch",
|
|
15119
|
+
gap: "0px 0px"
|
|
15120
|
+
}
|
|
15121
|
+
}
|
|
15122
|
+
},
|
|
15123
|
+
children: [
|
|
15124
|
+
{
|
|
15125
|
+
type: "flex-layout",
|
|
15126
|
+
name: "flex-layout3",
|
|
15127
|
+
children: [
|
|
15128
|
+
{
|
|
15129
|
+
type: "flex-item-layout",
|
|
15130
|
+
name: "flex-item-layout4",
|
|
15131
|
+
children: [
|
|
15132
|
+
{
|
|
15133
|
+
type: "selection-list-editor",
|
|
15134
|
+
name: "selection-list-editor1",
|
|
15135
|
+
path: "select-option-row-1",
|
|
15136
|
+
options: {
|
|
15137
|
+
multiple: false,
|
|
15138
|
+
direction: {
|
|
15139
|
+
id: "horizontal"
|
|
15140
|
+
},
|
|
15141
|
+
disabled: false,
|
|
15142
|
+
readonly: false,
|
|
15143
|
+
dataSource: "yes-no-options",
|
|
15144
|
+
textField: "title",
|
|
15145
|
+
valueField: "value"
|
|
15146
|
+
}
|
|
15147
|
+
}
|
|
15148
|
+
],
|
|
15149
|
+
options: {
|
|
15150
|
+
spacing: {
|
|
15151
|
+
margin: "0px 0px 0px 0px",
|
|
15152
|
+
padding: "0px 0px 0px 0px"
|
|
15153
|
+
},
|
|
15154
|
+
border: {
|
|
15155
|
+
width: "1px",
|
|
15156
|
+
radius: "0px",
|
|
15157
|
+
color: "#000000",
|
|
15158
|
+
style: "none"
|
|
15159
|
+
},
|
|
15160
|
+
direction: "ltr"
|
|
15161
|
+
}
|
|
15162
|
+
}
|
|
15163
|
+
],
|
|
15164
|
+
options: {
|
|
15165
|
+
spacing: {
|
|
15166
|
+
margin: "0px",
|
|
15167
|
+
padding: "0px"
|
|
15168
|
+
},
|
|
15169
|
+
border: {
|
|
15170
|
+
width: "1px",
|
|
15171
|
+
radius: "0px",
|
|
15172
|
+
color: "#000000",
|
|
15173
|
+
style: "none"
|
|
15174
|
+
},
|
|
15175
|
+
flexWrap: "nowrap",
|
|
15176
|
+
justifyContent: "center",
|
|
15177
|
+
alignItems: "center",
|
|
15178
|
+
gap: "20px"
|
|
15179
|
+
}
|
|
15180
|
+
}
|
|
15181
|
+
]
|
|
15182
|
+
},
|
|
15183
|
+
{
|
|
15184
|
+
type: "grid-item-layout",
|
|
15185
|
+
name: "grid-item-layout13",
|
|
15186
|
+
options: {
|
|
15187
|
+
spacing: {
|
|
15188
|
+
margin: "0px 0px 0px 0px",
|
|
15189
|
+
padding: "0px 0px 0px 0px"
|
|
15190
|
+
},
|
|
15191
|
+
border: {
|
|
15192
|
+
width: "1px",
|
|
15193
|
+
radius: "0px",
|
|
15194
|
+
color: "#000000",
|
|
15195
|
+
style: "none"
|
|
15196
|
+
},
|
|
15197
|
+
direction: "ltr",
|
|
15198
|
+
colSpan: 10
|
|
15199
|
+
},
|
|
15200
|
+
children: [
|
|
15201
|
+
{
|
|
15202
|
+
type: "flex-layout",
|
|
15203
|
+
name: "flex-layout12",
|
|
15204
|
+
children: [
|
|
15205
|
+
{
|
|
15206
|
+
type: "flex-item-layout",
|
|
15207
|
+
name: "flex-item-layout12",
|
|
15208
|
+
children: [
|
|
15209
|
+
{
|
|
15210
|
+
type: "text-block-layout",
|
|
15211
|
+
name: "text-block-layout12",
|
|
15212
|
+
options: {
|
|
15213
|
+
content: "<p>Do I need a SWMS for any 'High Risk construction work'?</p>"
|
|
15214
|
+
}
|
|
15215
|
+
}
|
|
15216
|
+
],
|
|
15217
|
+
options: {
|
|
15218
|
+
spacing: {
|
|
15219
|
+
margin: "0px 0px 0px 0px",
|
|
15220
|
+
padding: "0px 0px 0px 0px"
|
|
15221
|
+
},
|
|
15222
|
+
border: {
|
|
15223
|
+
width: "1px",
|
|
15224
|
+
radius: "0px",
|
|
15225
|
+
color: "#000000",
|
|
15226
|
+
style: "none"
|
|
15227
|
+
},
|
|
15228
|
+
direction: "ltr"
|
|
15229
|
+
}
|
|
15230
|
+
}
|
|
15231
|
+
],
|
|
15232
|
+
options: {
|
|
15233
|
+
spacing: {
|
|
15234
|
+
margin: "0px",
|
|
15235
|
+
padding: "10px"
|
|
15236
|
+
},
|
|
15237
|
+
border: {
|
|
15238
|
+
width: "1px",
|
|
15239
|
+
radius: "0px",
|
|
15240
|
+
color: "#000000",
|
|
15241
|
+
style: "none"
|
|
14335
15242
|
},
|
|
15243
|
+
flexWrap: "nowrap",
|
|
15244
|
+
justifyContent: "center",
|
|
15245
|
+
alignItems: "center",
|
|
15246
|
+
gap: "20px"
|
|
15247
|
+
}
|
|
15248
|
+
}
|
|
15249
|
+
]
|
|
15250
|
+
},
|
|
15251
|
+
{
|
|
15252
|
+
type: "grid-item-layout",
|
|
15253
|
+
options: {
|
|
15254
|
+
spacing: {
|
|
15255
|
+
margin: "0px 0px 0px 0px",
|
|
15256
|
+
padding: "0px 0px 0px 0px"
|
|
15257
|
+
},
|
|
15258
|
+
border: {
|
|
15259
|
+
width: "1px",
|
|
15260
|
+
radius: "0px",
|
|
15261
|
+
color: "#000000",
|
|
15262
|
+
style: "none"
|
|
15263
|
+
},
|
|
15264
|
+
direction: "ltr",
|
|
15265
|
+
colSpan: 2,
|
|
15266
|
+
grid: {
|
|
15267
|
+
"default": {
|
|
15268
|
+
rows: 1,
|
|
15269
|
+
columns: 1,
|
|
15270
|
+
justifyItems: "stretch",
|
|
15271
|
+
alignItems: "stretch",
|
|
15272
|
+
gap: "0px 0px"
|
|
15273
|
+
}
|
|
15274
|
+
}
|
|
15275
|
+
},
|
|
15276
|
+
children: [
|
|
15277
|
+
{
|
|
15278
|
+
type: "flex-layout",
|
|
15279
|
+
children: [
|
|
14336
15280
|
{
|
|
14337
|
-
type: "
|
|
14338
|
-
options: {
|
|
14339
|
-
label: "Description of Work"
|
|
14340
|
-
},
|
|
15281
|
+
type: "flex-item-layout",
|
|
14341
15282
|
children: [
|
|
14342
15283
|
{
|
|
14343
|
-
type: "
|
|
14344
|
-
|
|
15284
|
+
type: "selection-list-editor",
|
|
15285
|
+
path: "select-option-row-2",
|
|
14345
15286
|
options: {
|
|
14346
|
-
|
|
14347
|
-
|
|
15287
|
+
multiple: false,
|
|
15288
|
+
direction: {
|
|
15289
|
+
id: "horizontal"
|
|
15290
|
+
},
|
|
15291
|
+
disabled: false,
|
|
15292
|
+
readonly: false,
|
|
15293
|
+
dataSource: "yes-no-options",
|
|
15294
|
+
textField: "title",
|
|
15295
|
+
valueField: "value"
|
|
15296
|
+
},
|
|
15297
|
+
name: "selection-list-editor2"
|
|
14348
15298
|
}
|
|
14349
|
-
]
|
|
15299
|
+
],
|
|
15300
|
+
options: {
|
|
15301
|
+
spacing: {
|
|
15302
|
+
margin: "0px 0px 0px 0px",
|
|
15303
|
+
padding: "0px 0px 0px 0px"
|
|
15304
|
+
},
|
|
15305
|
+
border: {
|
|
15306
|
+
width: "1px",
|
|
15307
|
+
radius: "0px",
|
|
15308
|
+
color: "#000000",
|
|
15309
|
+
style: "none"
|
|
15310
|
+
},
|
|
15311
|
+
direction: "ltr"
|
|
15312
|
+
},
|
|
15313
|
+
name: "flex-item-layout18"
|
|
14350
15314
|
}
|
|
14351
|
-
]
|
|
14352
|
-
},
|
|
14353
|
-
{
|
|
14354
|
-
type: "grid-item-layout",
|
|
14355
|
-
name: "work-schedule",
|
|
15315
|
+
],
|
|
14356
15316
|
options: {
|
|
14357
15317
|
spacing: {
|
|
14358
15318
|
margin: "0px",
|
|
14359
|
-
padding: "
|
|
15319
|
+
padding: "0px"
|
|
14360
15320
|
},
|
|
14361
15321
|
border: {
|
|
14362
15322
|
width: "1px",
|
|
14363
|
-
radius: "
|
|
14364
|
-
color: "#
|
|
14365
|
-
style: "
|
|
15323
|
+
radius: "0px",
|
|
15324
|
+
color: "#000000",
|
|
15325
|
+
style: "none"
|
|
14366
15326
|
},
|
|
14367
|
-
|
|
14368
|
-
|
|
15327
|
+
flexWrap: "nowrap",
|
|
15328
|
+
justifyContent: "center",
|
|
15329
|
+
alignItems: "center",
|
|
15330
|
+
gap: "20px"
|
|
14369
15331
|
},
|
|
15332
|
+
name: "flex-layout18"
|
|
15333
|
+
}
|
|
15334
|
+
],
|
|
15335
|
+
name: "grid-item-layout18"
|
|
15336
|
+
},
|
|
15337
|
+
{
|
|
15338
|
+
type: "grid-item-layout",
|
|
15339
|
+
name: "grid-item-layout19",
|
|
15340
|
+
options: {
|
|
15341
|
+
spacing: {
|
|
15342
|
+
margin: "0px 0px 0px 0px",
|
|
15343
|
+
padding: "0px 0px 0px 0px"
|
|
15344
|
+
},
|
|
15345
|
+
border: {
|
|
15346
|
+
width: "1px",
|
|
15347
|
+
radius: "0px",
|
|
15348
|
+
color: "#000000",
|
|
15349
|
+
style: "none"
|
|
15350
|
+
},
|
|
15351
|
+
direction: "ltr",
|
|
15352
|
+
colSpan: 10
|
|
15353
|
+
},
|
|
15354
|
+
children: [
|
|
15355
|
+
{
|
|
15356
|
+
type: "flex-layout",
|
|
15357
|
+
name: "flex-layout13",
|
|
14370
15358
|
children: [
|
|
14371
15359
|
{
|
|
14372
|
-
type: "
|
|
14373
|
-
name: "
|
|
14374
|
-
options: {
|
|
14375
|
-
content: "<h3>Work Schedule</h3>"
|
|
14376
|
-
}
|
|
14377
|
-
},
|
|
14378
|
-
{
|
|
14379
|
-
type: "form-field",
|
|
14380
|
-
options: {
|
|
14381
|
-
label: "Work Start Date"
|
|
14382
|
-
},
|
|
15360
|
+
type: "flex-item-layout",
|
|
15361
|
+
name: "flex-item-layout13",
|
|
14383
15362
|
children: [
|
|
14384
15363
|
{
|
|
14385
|
-
type: "
|
|
14386
|
-
name: "
|
|
15364
|
+
type: "text-block-layout",
|
|
15365
|
+
name: "text-block-layout13",
|
|
14387
15366
|
options: {
|
|
14388
|
-
|
|
15367
|
+
content: "<p>Do I need any permits (e.g. hot work/confined space/dig)?</p>"
|
|
14389
15368
|
}
|
|
14390
15369
|
}
|
|
14391
|
-
]
|
|
14392
|
-
},
|
|
14393
|
-
{
|
|
14394
|
-
type: "form-field",
|
|
15370
|
+
],
|
|
14395
15371
|
options: {
|
|
14396
|
-
|
|
14397
|
-
|
|
14398
|
-
|
|
14399
|
-
|
|
14400
|
-
|
|
14401
|
-
|
|
14402
|
-
|
|
14403
|
-
|
|
14404
|
-
|
|
14405
|
-
}
|
|
14406
|
-
|
|
15372
|
+
spacing: {
|
|
15373
|
+
margin: "0px 0px 0px 0px",
|
|
15374
|
+
padding: "0px 0px 0px 0px"
|
|
15375
|
+
},
|
|
15376
|
+
border: {
|
|
15377
|
+
width: "1px",
|
|
15378
|
+
radius: "0px",
|
|
15379
|
+
color: "#000000",
|
|
15380
|
+
style: "none"
|
|
15381
|
+
},
|
|
15382
|
+
direction: "ltr"
|
|
15383
|
+
}
|
|
15384
|
+
}
|
|
15385
|
+
],
|
|
15386
|
+
options: {
|
|
15387
|
+
spacing: {
|
|
15388
|
+
margin: "0px",
|
|
15389
|
+
padding: "10px"
|
|
14407
15390
|
},
|
|
15391
|
+
border: {
|
|
15392
|
+
width: "1px",
|
|
15393
|
+
radius: "0px",
|
|
15394
|
+
color: "#000000",
|
|
15395
|
+
style: "none"
|
|
15396
|
+
},
|
|
15397
|
+
flexWrap: "nowrap",
|
|
15398
|
+
justifyContent: "center",
|
|
15399
|
+
alignItems: "center",
|
|
15400
|
+
gap: "20px"
|
|
15401
|
+
}
|
|
15402
|
+
}
|
|
15403
|
+
]
|
|
15404
|
+
},
|
|
15405
|
+
{
|
|
15406
|
+
type: "grid-item-layout",
|
|
15407
|
+
options: {
|
|
15408
|
+
spacing: {
|
|
15409
|
+
margin: "0px 0px 0px 0px",
|
|
15410
|
+
padding: "0px 0px 0px 0px"
|
|
15411
|
+
},
|
|
15412
|
+
border: {
|
|
15413
|
+
width: "1px",
|
|
15414
|
+
radius: "0px",
|
|
15415
|
+
color: "#000000",
|
|
15416
|
+
style: "none"
|
|
15417
|
+
},
|
|
15418
|
+
direction: "ltr",
|
|
15419
|
+
colSpan: 2,
|
|
15420
|
+
grid: {
|
|
15421
|
+
"default": {
|
|
15422
|
+
rows: 1,
|
|
15423
|
+
columns: 1,
|
|
15424
|
+
justifyItems: "stretch",
|
|
15425
|
+
alignItems: "stretch",
|
|
15426
|
+
gap: "0px 0px"
|
|
15427
|
+
}
|
|
15428
|
+
}
|
|
15429
|
+
},
|
|
15430
|
+
children: [
|
|
15431
|
+
{
|
|
15432
|
+
type: "flex-layout",
|
|
15433
|
+
children: [
|
|
14408
15434
|
{
|
|
14409
|
-
type: "
|
|
14410
|
-
options: {
|
|
14411
|
-
label: "Expected End Date"
|
|
14412
|
-
},
|
|
15435
|
+
type: "flex-item-layout",
|
|
14413
15436
|
children: [
|
|
14414
15437
|
{
|
|
14415
|
-
type: "
|
|
14416
|
-
|
|
15438
|
+
type: "selection-list-editor",
|
|
15439
|
+
path: "select-option-row-3",
|
|
14417
15440
|
options: {
|
|
14418
|
-
|
|
14419
|
-
|
|
15441
|
+
multiple: false,
|
|
15442
|
+
direction: {
|
|
15443
|
+
id: "horizontal"
|
|
15444
|
+
},
|
|
15445
|
+
disabled: false,
|
|
15446
|
+
readonly: false,
|
|
15447
|
+
dataSource: "yes-no-options",
|
|
15448
|
+
textField: "title",
|
|
15449
|
+
valueField: "value"
|
|
15450
|
+
},
|
|
15451
|
+
name: "selection-list-editor3"
|
|
14420
15452
|
}
|
|
14421
|
-
]
|
|
14422
|
-
},
|
|
14423
|
-
{
|
|
14424
|
-
type: "form-field",
|
|
15453
|
+
],
|
|
14425
15454
|
options: {
|
|
14426
|
-
|
|
15455
|
+
spacing: {
|
|
15456
|
+
margin: "0px 0px 0px 0px",
|
|
15457
|
+
padding: "0px 0px 0px 0px"
|
|
15458
|
+
},
|
|
15459
|
+
border: {
|
|
15460
|
+
width: "1px",
|
|
15461
|
+
radius: "0px",
|
|
15462
|
+
color: "#000000",
|
|
15463
|
+
style: "none"
|
|
15464
|
+
},
|
|
15465
|
+
direction: "ltr"
|
|
14427
15466
|
},
|
|
14428
|
-
|
|
14429
|
-
|
|
14430
|
-
|
|
14431
|
-
|
|
14432
|
-
|
|
14433
|
-
|
|
14434
|
-
|
|
14435
|
-
|
|
14436
|
-
|
|
15467
|
+
name: "flex-item-layout19"
|
|
15468
|
+
}
|
|
15469
|
+
],
|
|
15470
|
+
options: {
|
|
15471
|
+
spacing: {
|
|
15472
|
+
margin: "0px",
|
|
15473
|
+
padding: "0px"
|
|
15474
|
+
},
|
|
15475
|
+
border: {
|
|
15476
|
+
width: "1px",
|
|
15477
|
+
radius: "0px",
|
|
15478
|
+
color: "#000000",
|
|
15479
|
+
style: "none"
|
|
14437
15480
|
},
|
|
15481
|
+
flexWrap: "nowrap",
|
|
15482
|
+
justifyContent: "center",
|
|
15483
|
+
alignItems: "center",
|
|
15484
|
+
gap: "20px"
|
|
15485
|
+
},
|
|
15486
|
+
name: "flex-layout19"
|
|
15487
|
+
}
|
|
15488
|
+
],
|
|
15489
|
+
name: "grid-item-layout19"
|
|
15490
|
+
},
|
|
15491
|
+
{
|
|
15492
|
+
type: "grid-item-layout",
|
|
15493
|
+
name: "grid-item-layout20",
|
|
15494
|
+
options: {
|
|
15495
|
+
spacing: {
|
|
15496
|
+
margin: "0px 0px 0px 0px",
|
|
15497
|
+
padding: "0px 0px 0px 0px"
|
|
15498
|
+
},
|
|
15499
|
+
border: {
|
|
15500
|
+
width: "1px",
|
|
15501
|
+
radius: "0px",
|
|
15502
|
+
color: "#000000",
|
|
15503
|
+
style: "none"
|
|
15504
|
+
},
|
|
15505
|
+
direction: "ltr",
|
|
15506
|
+
colSpan: 10
|
|
15507
|
+
},
|
|
15508
|
+
children: [
|
|
15509
|
+
{
|
|
15510
|
+
type: "flex-layout",
|
|
15511
|
+
name: "flex-layout14",
|
|
15512
|
+
children: [
|
|
14438
15513
|
{
|
|
14439
|
-
type: "
|
|
14440
|
-
|
|
14441
|
-
label: "Estimated Duration (hours)"
|
|
14442
|
-
},
|
|
15514
|
+
type: "flex-item-layout",
|
|
15515
|
+
name: "flex-item-layout14",
|
|
14443
15516
|
children: [
|
|
14444
15517
|
{
|
|
14445
|
-
type: "
|
|
14446
|
-
name: "
|
|
15518
|
+
type: "text-block-layout",
|
|
15519
|
+
name: "text-block-layout14",
|
|
14447
15520
|
options: {
|
|
14448
|
-
|
|
14449
|
-
max: 168,
|
|
14450
|
-
step: 0.5,
|
|
14451
|
-
placeholder: "Enter estimated duration"
|
|
15521
|
+
content: "<p>Do I have the correct PPE in good condition for the task?</p>"
|
|
14452
15522
|
}
|
|
14453
15523
|
}
|
|
14454
|
-
]
|
|
15524
|
+
],
|
|
15525
|
+
options: {
|
|
15526
|
+
spacing: {
|
|
15527
|
+
margin: "0px 0px 0px 0px",
|
|
15528
|
+
padding: "0px 0px 0px 0px"
|
|
15529
|
+
},
|
|
15530
|
+
border: {
|
|
15531
|
+
width: "1px",
|
|
15532
|
+
radius: "0px",
|
|
15533
|
+
color: "#000000",
|
|
15534
|
+
style: "none"
|
|
15535
|
+
},
|
|
15536
|
+
direction: "ltr"
|
|
15537
|
+
}
|
|
14455
15538
|
}
|
|
14456
|
-
]
|
|
15539
|
+
],
|
|
15540
|
+
options: {
|
|
15541
|
+
spacing: {
|
|
15542
|
+
margin: "0px",
|
|
15543
|
+
padding: "10px"
|
|
15544
|
+
},
|
|
15545
|
+
border: {
|
|
15546
|
+
width: "1px",
|
|
15547
|
+
radius: "0px",
|
|
15548
|
+
color: "#000000",
|
|
15549
|
+
style: "none"
|
|
15550
|
+
},
|
|
15551
|
+
flexWrap: "nowrap",
|
|
15552
|
+
justifyContent: "center",
|
|
15553
|
+
alignItems: "center",
|
|
15554
|
+
gap: "20px"
|
|
15555
|
+
}
|
|
14457
15556
|
}
|
|
14458
15557
|
]
|
|
14459
15558
|
},
|
|
14460
15559
|
{
|
|
14461
|
-
type: "grid-layout",
|
|
14462
|
-
name: "personnel-grid",
|
|
15560
|
+
type: "grid-item-layout",
|
|
14463
15561
|
options: {
|
|
14464
|
-
grid: {
|
|
14465
|
-
"default": {
|
|
14466
|
-
columns: 12,
|
|
14467
|
-
rows: 1,
|
|
14468
|
-
gap: "20px",
|
|
14469
|
-
justifyItems: "stretch",
|
|
14470
|
-
alignItems: "stretch"
|
|
14471
|
-
}
|
|
14472
|
-
},
|
|
14473
15562
|
spacing: {
|
|
14474
|
-
margin: "0px 0px
|
|
14475
|
-
padding: "0px"
|
|
15563
|
+
margin: "0px 0px 0px 0px",
|
|
15564
|
+
padding: "0px 0px 0px 0px"
|
|
14476
15565
|
},
|
|
14477
15566
|
border: {
|
|
14478
|
-
width: "
|
|
15567
|
+
width: "1px",
|
|
14479
15568
|
radius: "0px",
|
|
14480
15569
|
color: "#000000",
|
|
14481
15570
|
style: "none"
|
|
15571
|
+
},
|
|
15572
|
+
direction: "ltr",
|
|
15573
|
+
colSpan: 2,
|
|
15574
|
+
grid: {
|
|
15575
|
+
"default": {
|
|
15576
|
+
rows: 1,
|
|
15577
|
+
columns: 1,
|
|
15578
|
+
justifyItems: "stretch",
|
|
15579
|
+
alignItems: "stretch",
|
|
15580
|
+
gap: "0px 0px"
|
|
15581
|
+
}
|
|
14482
15582
|
}
|
|
14483
15583
|
},
|
|
14484
15584
|
children: [
|
|
14485
15585
|
{
|
|
14486
|
-
type: "
|
|
14487
|
-
name: "applicant-info",
|
|
14488
|
-
options: {
|
|
14489
|
-
spacing: {
|
|
14490
|
-
margin: "0px",
|
|
14491
|
-
padding: "20px"
|
|
14492
|
-
},
|
|
14493
|
-
border: {
|
|
14494
|
-
width: "1px",
|
|
14495
|
-
radius: "8px",
|
|
14496
|
-
color: "#e5e7eb",
|
|
14497
|
-
style: "solid"
|
|
14498
|
-
},
|
|
14499
|
-
direction: "ltr",
|
|
14500
|
-
colSpan: 6
|
|
14501
|
-
},
|
|
15586
|
+
type: "flex-layout",
|
|
14502
15587
|
children: [
|
|
14503
15588
|
{
|
|
14504
|
-
type: "
|
|
14505
|
-
name: "section-title",
|
|
14506
|
-
options: {
|
|
14507
|
-
content: "<h3>Permit Applicant</h3>"
|
|
14508
|
-
}
|
|
14509
|
-
},
|
|
14510
|
-
{
|
|
14511
|
-
type: "form-field",
|
|
14512
|
-
options: {
|
|
14513
|
-
label: "Applicant Name"
|
|
14514
|
-
},
|
|
14515
|
-
children: [
|
|
14516
|
-
{
|
|
14517
|
-
type: "text-editor",
|
|
14518
|
-
name: "applicant-name",
|
|
14519
|
-
options: {
|
|
14520
|
-
placeholder: "Enter applicant full name"
|
|
14521
|
-
}
|
|
14522
|
-
}
|
|
14523
|
-
]
|
|
14524
|
-
},
|
|
14525
|
-
{
|
|
14526
|
-
type: "form-field",
|
|
14527
|
-
options: {
|
|
14528
|
-
label: "Department"
|
|
14529
|
-
},
|
|
14530
|
-
children: [
|
|
14531
|
-
{
|
|
14532
|
-
type: "select-editor",
|
|
14533
|
-
name: "applicant-department",
|
|
14534
|
-
options: {
|
|
14535
|
-
dataSource: "departments"
|
|
14536
|
-
}
|
|
14537
|
-
}
|
|
14538
|
-
]
|
|
14539
|
-
},
|
|
14540
|
-
{
|
|
14541
|
-
type: "form-field",
|
|
14542
|
-
options: {
|
|
14543
|
-
label: "Contact Phone"
|
|
14544
|
-
},
|
|
15589
|
+
type: "flex-item-layout",
|
|
14545
15590
|
children: [
|
|
14546
15591
|
{
|
|
14547
|
-
type: "
|
|
14548
|
-
|
|
15592
|
+
type: "selection-list-editor",
|
|
15593
|
+
path: "select-option-row-4",
|
|
14549
15594
|
options: {
|
|
14550
|
-
|
|
14551
|
-
|
|
15595
|
+
multiple: false,
|
|
15596
|
+
direction: {
|
|
15597
|
+
id: "horizontal"
|
|
15598
|
+
},
|
|
15599
|
+
disabled: false,
|
|
15600
|
+
readonly: false,
|
|
15601
|
+
dataSource: "yes-no-options",
|
|
15602
|
+
textField: "title",
|
|
15603
|
+
valueField: "value"
|
|
15604
|
+
},
|
|
15605
|
+
name: "selection-list-editor4"
|
|
14552
15606
|
}
|
|
14553
|
-
]
|
|
14554
|
-
},
|
|
14555
|
-
{
|
|
14556
|
-
type: "form-field",
|
|
15607
|
+
],
|
|
14557
15608
|
options: {
|
|
14558
|
-
|
|
15609
|
+
spacing: {
|
|
15610
|
+
margin: "0px 0px 0px 0px",
|
|
15611
|
+
padding: "0px 0px 0px 0px"
|
|
15612
|
+
},
|
|
15613
|
+
border: {
|
|
15614
|
+
width: "1px",
|
|
15615
|
+
radius: "0px",
|
|
15616
|
+
color: "#000000",
|
|
15617
|
+
style: "none"
|
|
15618
|
+
},
|
|
15619
|
+
direction: "ltr"
|
|
14559
15620
|
},
|
|
14560
|
-
|
|
14561
|
-
{
|
|
14562
|
-
type: "text-editor",
|
|
14563
|
-
name: "applicant-email",
|
|
14564
|
-
options: {
|
|
14565
|
-
placeholder: "Enter contact email"
|
|
14566
|
-
}
|
|
14567
|
-
}
|
|
14568
|
-
]
|
|
15621
|
+
name: "flex-item-layout20"
|
|
14569
15622
|
}
|
|
14570
|
-
]
|
|
14571
|
-
},
|
|
14572
|
-
{
|
|
14573
|
-
type: "grid-item-layout",
|
|
14574
|
-
name: "work-team",
|
|
15623
|
+
],
|
|
14575
15624
|
options: {
|
|
14576
15625
|
spacing: {
|
|
14577
15626
|
margin: "0px",
|
|
14578
|
-
padding: "
|
|
15627
|
+
padding: "0px"
|
|
14579
15628
|
},
|
|
14580
15629
|
border: {
|
|
14581
15630
|
width: "1px",
|
|
14582
|
-
radius: "
|
|
14583
|
-
color: "#
|
|
14584
|
-
style: "
|
|
15631
|
+
radius: "0px",
|
|
15632
|
+
color: "#000000",
|
|
15633
|
+
style: "none"
|
|
14585
15634
|
},
|
|
14586
|
-
|
|
14587
|
-
|
|
15635
|
+
flexWrap: "nowrap",
|
|
15636
|
+
justifyContent: "center",
|
|
15637
|
+
alignItems: "center",
|
|
15638
|
+
gap: "20px"
|
|
14588
15639
|
},
|
|
15640
|
+
name: "flex-layout20"
|
|
15641
|
+
}
|
|
15642
|
+
],
|
|
15643
|
+
name: "grid-item-layout20"
|
|
15644
|
+
},
|
|
15645
|
+
{
|
|
15646
|
+
type: "grid-item-layout",
|
|
15647
|
+
name: "grid-item-layout21",
|
|
15648
|
+
options: {
|
|
15649
|
+
spacing: {
|
|
15650
|
+
margin: "0px 0px 0px 0px",
|
|
15651
|
+
padding: "0px 0px 0px 0px"
|
|
15652
|
+
},
|
|
15653
|
+
border: {
|
|
15654
|
+
width: "1px",
|
|
15655
|
+
radius: "0px",
|
|
15656
|
+
color: "#000000",
|
|
15657
|
+
style: "none"
|
|
15658
|
+
},
|
|
15659
|
+
direction: "ltr",
|
|
15660
|
+
colSpan: 10
|
|
15661
|
+
},
|
|
15662
|
+
children: [
|
|
15663
|
+
{
|
|
15664
|
+
type: "flex-layout",
|
|
15665
|
+
name: "flex-layout15",
|
|
14589
15666
|
children: [
|
|
14590
15667
|
{
|
|
14591
|
-
type: "
|
|
14592
|
-
name: "
|
|
14593
|
-
options: {
|
|
14594
|
-
content: "<h3>Work Team Members</h3>"
|
|
14595
|
-
}
|
|
14596
|
-
},
|
|
14597
|
-
{
|
|
14598
|
-
type: "form-field",
|
|
14599
|
-
options: {
|
|
14600
|
-
label: "Team Leader"
|
|
14601
|
-
},
|
|
14602
|
-
children: [
|
|
14603
|
-
{
|
|
14604
|
-
type: "text-editor",
|
|
14605
|
-
name: "team-leader",
|
|
14606
|
-
options: {
|
|
14607
|
-
placeholder: "Enter team leader name"
|
|
14608
|
-
}
|
|
14609
|
-
}
|
|
14610
|
-
]
|
|
14611
|
-
},
|
|
14612
|
-
{
|
|
14613
|
-
type: "form-field",
|
|
14614
|
-
options: {
|
|
14615
|
-
label: "Team Members"
|
|
14616
|
-
},
|
|
15668
|
+
type: "flex-item-layout",
|
|
15669
|
+
name: "flex-item-layout15",
|
|
14617
15670
|
children: [
|
|
14618
15671
|
{
|
|
14619
|
-
type: "
|
|
14620
|
-
name: "
|
|
15672
|
+
type: "text-block-layout",
|
|
15673
|
+
name: "text-block-layout15",
|
|
14621
15674
|
options: {
|
|
14622
|
-
|
|
15675
|
+
content: "<p>Do I have the suitable tools and equipment for the task?</p>"
|
|
14623
15676
|
}
|
|
14624
15677
|
}
|
|
14625
|
-
]
|
|
14626
|
-
},
|
|
14627
|
-
{
|
|
14628
|
-
type: "form-field",
|
|
15678
|
+
],
|
|
14629
15679
|
options: {
|
|
14630
|
-
|
|
14631
|
-
|
|
14632
|
-
|
|
14633
|
-
|
|
14634
|
-
|
|
14635
|
-
|
|
14636
|
-
|
|
14637
|
-
|
|
14638
|
-
|
|
14639
|
-
|
|
14640
|
-
|
|
14641
|
-
|
|
14642
|
-
]
|
|
15680
|
+
spacing: {
|
|
15681
|
+
margin: "0px 0px 0px 0px",
|
|
15682
|
+
padding: "0px 0px 0px 0px"
|
|
15683
|
+
},
|
|
15684
|
+
border: {
|
|
15685
|
+
width: "1px",
|
|
15686
|
+
radius: "0px",
|
|
15687
|
+
color: "#000000",
|
|
15688
|
+
style: "none"
|
|
15689
|
+
},
|
|
15690
|
+
direction: "ltr"
|
|
15691
|
+
}
|
|
14643
15692
|
}
|
|
14644
|
-
]
|
|
15693
|
+
],
|
|
15694
|
+
options: {
|
|
15695
|
+
spacing: {
|
|
15696
|
+
margin: "0px",
|
|
15697
|
+
padding: "10px"
|
|
15698
|
+
},
|
|
15699
|
+
border: {
|
|
15700
|
+
width: "1px",
|
|
15701
|
+
radius: "0px",
|
|
15702
|
+
color: "#000000",
|
|
15703
|
+
style: "none"
|
|
15704
|
+
},
|
|
15705
|
+
flexWrap: "nowrap",
|
|
15706
|
+
justifyContent: "center",
|
|
15707
|
+
alignItems: "center",
|
|
15708
|
+
gap: "20px"
|
|
15709
|
+
}
|
|
14645
15710
|
}
|
|
14646
15711
|
]
|
|
14647
15712
|
},
|
|
14648
15713
|
{
|
|
14649
|
-
type: "grid-layout",
|
|
14650
|
-
name: "hazards-grid",
|
|
15714
|
+
type: "grid-item-layout",
|
|
14651
15715
|
options: {
|
|
15716
|
+
spacing: {
|
|
15717
|
+
margin: "0px 0px 0px 0px",
|
|
15718
|
+
padding: "0px 0px 0px 0px"
|
|
15719
|
+
},
|
|
15720
|
+
border: {
|
|
15721
|
+
width: "1px",
|
|
15722
|
+
radius: "0px",
|
|
15723
|
+
color: "#000000",
|
|
15724
|
+
style: "none"
|
|
15725
|
+
},
|
|
15726
|
+
direction: "ltr",
|
|
15727
|
+
colSpan: 2,
|
|
14652
15728
|
grid: {
|
|
14653
15729
|
"default": {
|
|
14654
|
-
columns: 12,
|
|
14655
15730
|
rows: 1,
|
|
14656
|
-
|
|
15731
|
+
columns: 1,
|
|
14657
15732
|
justifyItems: "stretch",
|
|
14658
|
-
alignItems: "stretch"
|
|
15733
|
+
alignItems: "stretch",
|
|
15734
|
+
gap: "0px 0px"
|
|
14659
15735
|
}
|
|
14660
|
-
}
|
|
15736
|
+
}
|
|
15737
|
+
},
|
|
15738
|
+
children: [
|
|
15739
|
+
{
|
|
15740
|
+
type: "flex-layout",
|
|
15741
|
+
children: [
|
|
15742
|
+
{
|
|
15743
|
+
type: "flex-item-layout",
|
|
15744
|
+
children: [
|
|
15745
|
+
{
|
|
15746
|
+
type: "selection-list-editor",
|
|
15747
|
+
path: "select-option-row-5",
|
|
15748
|
+
options: {
|
|
15749
|
+
multiple: false,
|
|
15750
|
+
direction: {
|
|
15751
|
+
id: "horizontal"
|
|
15752
|
+
},
|
|
15753
|
+
disabled: false,
|
|
15754
|
+
readonly: false,
|
|
15755
|
+
dataSource: "yes-no-options",
|
|
15756
|
+
textField: "title",
|
|
15757
|
+
valueField: "value"
|
|
15758
|
+
},
|
|
15759
|
+
name: "selection-list-editor5"
|
|
15760
|
+
}
|
|
15761
|
+
],
|
|
15762
|
+
options: {
|
|
15763
|
+
spacing: {
|
|
15764
|
+
margin: "0px 0px 0px 0px",
|
|
15765
|
+
padding: "0px 0px 0px 0px"
|
|
15766
|
+
},
|
|
15767
|
+
border: {
|
|
15768
|
+
width: "1px",
|
|
15769
|
+
radius: "0px",
|
|
15770
|
+
color: "#000000",
|
|
15771
|
+
style: "none"
|
|
15772
|
+
},
|
|
15773
|
+
direction: "ltr"
|
|
15774
|
+
},
|
|
15775
|
+
name: "flex-item-layout21"
|
|
15776
|
+
}
|
|
15777
|
+
],
|
|
15778
|
+
options: {
|
|
15779
|
+
spacing: {
|
|
15780
|
+
margin: "0px",
|
|
15781
|
+
padding: "0px"
|
|
15782
|
+
},
|
|
15783
|
+
border: {
|
|
15784
|
+
width: "1px",
|
|
15785
|
+
radius: "0px",
|
|
15786
|
+
color: "#000000",
|
|
15787
|
+
style: "none"
|
|
15788
|
+
},
|
|
15789
|
+
flexWrap: "nowrap",
|
|
15790
|
+
justifyContent: "center",
|
|
15791
|
+
alignItems: "center",
|
|
15792
|
+
gap: "20px"
|
|
15793
|
+
},
|
|
15794
|
+
name: "flex-layout21"
|
|
15795
|
+
}
|
|
15796
|
+
],
|
|
15797
|
+
name: "grid-item-layout21"
|
|
15798
|
+
},
|
|
15799
|
+
{
|
|
15800
|
+
type: "grid-item-layout",
|
|
15801
|
+
name: "grid-item-layout22",
|
|
15802
|
+
options: {
|
|
14661
15803
|
spacing: {
|
|
14662
|
-
margin: "0px 0px
|
|
14663
|
-
padding: "0px"
|
|
15804
|
+
margin: "0px 0px 0px 0px",
|
|
15805
|
+
padding: "0px 0px 0px 0px"
|
|
14664
15806
|
},
|
|
14665
15807
|
border: {
|
|
14666
|
-
width: "
|
|
15808
|
+
width: "1px",
|
|
14667
15809
|
radius: "0px",
|
|
14668
15810
|
color: "#000000",
|
|
14669
15811
|
style: "none"
|
|
14670
|
-
}
|
|
15812
|
+
},
|
|
15813
|
+
direction: "ltr",
|
|
15814
|
+
colSpan: 10
|
|
14671
15815
|
},
|
|
14672
15816
|
children: [
|
|
14673
15817
|
{
|
|
14674
|
-
type: "
|
|
14675
|
-
name: "
|
|
14676
|
-
options: {
|
|
14677
|
-
spacing: {
|
|
14678
|
-
margin: "0px",
|
|
14679
|
-
padding: "20px"
|
|
14680
|
-
},
|
|
14681
|
-
border: {
|
|
14682
|
-
width: "1px",
|
|
14683
|
-
radius: "8px",
|
|
14684
|
-
color: "#e5e7eb",
|
|
14685
|
-
style: "solid"
|
|
14686
|
-
},
|
|
14687
|
-
direction: "ltr",
|
|
14688
|
-
colSpan: 6
|
|
14689
|
-
},
|
|
15818
|
+
type: "flex-layout",
|
|
15819
|
+
name: "flex-layout16",
|
|
14690
15820
|
children: [
|
|
14691
15821
|
{
|
|
14692
|
-
type: "
|
|
14693
|
-
name: "
|
|
14694
|
-
options: {
|
|
14695
|
-
content: "<h3>Hazard Identification</h3>"
|
|
14696
|
-
}
|
|
14697
|
-
},
|
|
14698
|
-
{
|
|
14699
|
-
type: "form-field",
|
|
14700
|
-
options: {
|
|
14701
|
-
label: "Hazards Present"
|
|
14702
|
-
},
|
|
15822
|
+
type: "flex-item-layout",
|
|
15823
|
+
name: "flex-item-layout16",
|
|
14703
15824
|
children: [
|
|
14704
15825
|
{
|
|
14705
|
-
type: "
|
|
14706
|
-
name: "
|
|
15826
|
+
type: "text-block-layout",
|
|
15827
|
+
name: "text-block-layout16",
|
|
14707
15828
|
options: {
|
|
14708
|
-
|
|
14709
|
-
"Fire/Explosion",
|
|
14710
|
-
"Toxic Substances",
|
|
14711
|
-
"Oxygen Deficiency",
|
|
14712
|
-
"Electrical Hazards",
|
|
14713
|
-
"Mechanical Hazards",
|
|
14714
|
-
"Falling Objects",
|
|
14715
|
-
"Confined Space",
|
|
14716
|
-
"Working at Heights",
|
|
14717
|
-
"Chemical Exposure",
|
|
14718
|
-
"Noise",
|
|
14719
|
-
"Other"
|
|
14720
|
-
]
|
|
15829
|
+
content: "<p>Do I have my vehicle parked appropriately?</p>"
|
|
14721
15830
|
}
|
|
14722
15831
|
}
|
|
14723
|
-
]
|
|
14724
|
-
},
|
|
14725
|
-
{
|
|
14726
|
-
type: "form-field",
|
|
15832
|
+
],
|
|
14727
15833
|
options: {
|
|
14728
|
-
|
|
14729
|
-
|
|
14730
|
-
|
|
14731
|
-
|
|
14732
|
-
|
|
14733
|
-
|
|
14734
|
-
|
|
14735
|
-
|
|
14736
|
-
|
|
14737
|
-
}
|
|
14738
|
-
|
|
15834
|
+
spacing: {
|
|
15835
|
+
margin: "0px 0px 0px 0px",
|
|
15836
|
+
padding: "0px 0px 0px 0px"
|
|
15837
|
+
},
|
|
15838
|
+
border: {
|
|
15839
|
+
width: "1px",
|
|
15840
|
+
radius: "0px",
|
|
15841
|
+
color: "#000000",
|
|
15842
|
+
style: "none"
|
|
15843
|
+
},
|
|
15844
|
+
direction: "ltr"
|
|
15845
|
+
}
|
|
14739
15846
|
}
|
|
14740
|
-
]
|
|
14741
|
-
},
|
|
14742
|
-
{
|
|
14743
|
-
type: "grid-item-layout",
|
|
14744
|
-
name: "control-measures",
|
|
15847
|
+
],
|
|
14745
15848
|
options: {
|
|
14746
15849
|
spacing: {
|
|
14747
15850
|
margin: "0px",
|
|
14748
|
-
padding: "
|
|
15851
|
+
padding: "10px"
|
|
14749
15852
|
},
|
|
14750
15853
|
border: {
|
|
14751
15854
|
width: "1px",
|
|
14752
|
-
radius: "
|
|
14753
|
-
color: "#
|
|
14754
|
-
style: "
|
|
14755
|
-
},
|
|
14756
|
-
direction: "ltr",
|
|
14757
|
-
colSpan: 6
|
|
14758
|
-
},
|
|
14759
|
-
children: [
|
|
14760
|
-
{
|
|
14761
|
-
type: "text-block-layout",
|
|
14762
|
-
name: "section-title",
|
|
14763
|
-
options: {
|
|
14764
|
-
content: "<h3>Control Measures</h3>"
|
|
14765
|
-
}
|
|
14766
|
-
},
|
|
14767
|
-
{
|
|
14768
|
-
type: "form-field",
|
|
14769
|
-
options: {
|
|
14770
|
-
label: "PPE Required"
|
|
14771
|
-
},
|
|
14772
|
-
children: [
|
|
14773
|
-
{
|
|
14774
|
-
type: "checkbox-editor",
|
|
14775
|
-
name: "ppe-required",
|
|
14776
|
-
options: {
|
|
14777
|
-
dataSource: [
|
|
14778
|
-
"Hard Hat",
|
|
14779
|
-
"Safety Glasses",
|
|
14780
|
-
"Safety Boots",
|
|
14781
|
-
"Gloves",
|
|
14782
|
-
"Respirator",
|
|
14783
|
-
"Hearing Protection",
|
|
14784
|
-
"Fall Protection",
|
|
14785
|
-
"Chemical Suit",
|
|
14786
|
-
"Other"
|
|
14787
|
-
]
|
|
14788
|
-
}
|
|
14789
|
-
}
|
|
14790
|
-
]
|
|
15855
|
+
radius: "0px",
|
|
15856
|
+
color: "#000000",
|
|
15857
|
+
style: "none"
|
|
14791
15858
|
},
|
|
14792
|
-
|
|
14793
|
-
|
|
14794
|
-
|
|
14795
|
-
|
|
14796
|
-
|
|
14797
|
-
children: [
|
|
14798
|
-
{
|
|
14799
|
-
type: "large-text-editor",
|
|
14800
|
-
name: "safety-measures",
|
|
14801
|
-
options: {
|
|
14802
|
-
placeholder: "Describe safety measures and procedures to be followed"
|
|
14803
|
-
}
|
|
14804
|
-
}
|
|
14805
|
-
]
|
|
14806
|
-
}
|
|
14807
|
-
]
|
|
15859
|
+
flexWrap: "nowrap",
|
|
15860
|
+
justifyContent: "center",
|
|
15861
|
+
alignItems: "center",
|
|
15862
|
+
gap: "20px"
|
|
15863
|
+
}
|
|
14808
15864
|
}
|
|
14809
15865
|
]
|
|
14810
15866
|
},
|
|
14811
15867
|
{
|
|
14812
|
-
type: "grid-layout",
|
|
14813
|
-
name: "authorizations-grid",
|
|
15868
|
+
type: "grid-item-layout",
|
|
14814
15869
|
options: {
|
|
14815
|
-
grid: {
|
|
14816
|
-
"default": {
|
|
14817
|
-
columns: 12,
|
|
14818
|
-
rows: 1,
|
|
14819
|
-
gap: "20px",
|
|
14820
|
-
justifyItems: "stretch",
|
|
14821
|
-
alignItems: "stretch"
|
|
14822
|
-
}
|
|
14823
|
-
},
|
|
14824
15870
|
spacing: {
|
|
14825
|
-
margin: "0px 0px
|
|
14826
|
-
padding: "0px"
|
|
15871
|
+
margin: "0px 0px 0px 0px",
|
|
15872
|
+
padding: "0px 0px 0px 0px"
|
|
14827
15873
|
},
|
|
14828
15874
|
border: {
|
|
14829
|
-
width: "
|
|
15875
|
+
width: "1px",
|
|
14830
15876
|
radius: "0px",
|
|
14831
15877
|
color: "#000000",
|
|
14832
15878
|
style: "none"
|
|
15879
|
+
},
|
|
15880
|
+
direction: "ltr",
|
|
15881
|
+
colSpan: 2,
|
|
15882
|
+
grid: {
|
|
15883
|
+
"default": {
|
|
15884
|
+
rows: 1,
|
|
15885
|
+
columns: 1,
|
|
15886
|
+
justifyItems: "stretch",
|
|
15887
|
+
alignItems: "stretch",
|
|
15888
|
+
gap: "0px 0px"
|
|
15889
|
+
}
|
|
14833
15890
|
}
|
|
14834
15891
|
},
|
|
14835
15892
|
children: [
|
|
14836
15893
|
{
|
|
14837
|
-
type: "
|
|
14838
|
-
|
|
15894
|
+
type: "flex-layout",
|
|
15895
|
+
children: [
|
|
15896
|
+
{
|
|
15897
|
+
type: "flex-item-layout",
|
|
15898
|
+
children: [
|
|
15899
|
+
{
|
|
15900
|
+
type: "selection-list-editor",
|
|
15901
|
+
path: "select-option-row-6",
|
|
15902
|
+
options: {
|
|
15903
|
+
multiple: false,
|
|
15904
|
+
direction: {
|
|
15905
|
+
id: "horizontal"
|
|
15906
|
+
},
|
|
15907
|
+
disabled: false,
|
|
15908
|
+
readonly: false,
|
|
15909
|
+
dataSource: "yes-no-options",
|
|
15910
|
+
textField: "title",
|
|
15911
|
+
valueField: "value"
|
|
15912
|
+
},
|
|
15913
|
+
name: "selection-list-editor6"
|
|
15914
|
+
}
|
|
15915
|
+
],
|
|
15916
|
+
options: {
|
|
15917
|
+
spacing: {
|
|
15918
|
+
margin: "0px 0px 0px 0px",
|
|
15919
|
+
padding: "0px 0px 0px 0px"
|
|
15920
|
+
},
|
|
15921
|
+
border: {
|
|
15922
|
+
width: "1px",
|
|
15923
|
+
radius: "0px",
|
|
15924
|
+
color: "#000000",
|
|
15925
|
+
style: "none"
|
|
15926
|
+
},
|
|
15927
|
+
direction: "ltr"
|
|
15928
|
+
},
|
|
15929
|
+
name: "flex-item-layout22"
|
|
15930
|
+
}
|
|
15931
|
+
],
|
|
14839
15932
|
options: {
|
|
14840
15933
|
spacing: {
|
|
14841
15934
|
margin: "0px",
|
|
14842
|
-
padding: "
|
|
15935
|
+
padding: "0px"
|
|
14843
15936
|
},
|
|
14844
15937
|
border: {
|
|
14845
15938
|
width: "1px",
|
|
14846
|
-
radius: "
|
|
14847
|
-
color: "#
|
|
14848
|
-
style: "
|
|
15939
|
+
radius: "0px",
|
|
15940
|
+
color: "#000000",
|
|
15941
|
+
style: "none"
|
|
14849
15942
|
},
|
|
14850
|
-
|
|
14851
|
-
|
|
15943
|
+
flexWrap: "nowrap",
|
|
15944
|
+
justifyContent: "center",
|
|
15945
|
+
alignItems: "center",
|
|
15946
|
+
gap: "20px"
|
|
14852
15947
|
},
|
|
15948
|
+
name: "flex-layout22"
|
|
15949
|
+
}
|
|
15950
|
+
],
|
|
15951
|
+
name: "grid-item-layout22"
|
|
15952
|
+
},
|
|
15953
|
+
{
|
|
15954
|
+
type: "grid-item-layout",
|
|
15955
|
+
name: "grid-item-layout23",
|
|
15956
|
+
options: {
|
|
15957
|
+
spacing: {
|
|
15958
|
+
margin: "0px 0px 0px 0px",
|
|
15959
|
+
padding: "0px 0px 0px 0px"
|
|
15960
|
+
},
|
|
15961
|
+
border: {
|
|
15962
|
+
width: "1px",
|
|
15963
|
+
radius: "0px",
|
|
15964
|
+
color: "#000000",
|
|
15965
|
+
style: "none"
|
|
15966
|
+
},
|
|
15967
|
+
direction: "ltr",
|
|
15968
|
+
colSpan: 10
|
|
15969
|
+
},
|
|
15970
|
+
children: [
|
|
15971
|
+
{
|
|
15972
|
+
type: "flex-layout",
|
|
15973
|
+
name: "flex-layout17",
|
|
14853
15974
|
children: [
|
|
14854
15975
|
{
|
|
14855
|
-
type: "
|
|
14856
|
-
name: "
|
|
14857
|
-
options: {
|
|
14858
|
-
content: "<h3>Authorizations & Approvals</h3>"
|
|
14859
|
-
}
|
|
14860
|
-
},
|
|
14861
|
-
{
|
|
14862
|
-
type: "form-field",
|
|
14863
|
-
options: {
|
|
14864
|
-
label: "Supervisor Approval"
|
|
14865
|
-
},
|
|
15976
|
+
type: "flex-item-layout",
|
|
15977
|
+
name: "flex-item-layout17",
|
|
14866
15978
|
children: [
|
|
14867
15979
|
{
|
|
14868
|
-
type: "
|
|
14869
|
-
name: "
|
|
15980
|
+
type: "text-block-layout",
|
|
15981
|
+
name: "text-block-layout17",
|
|
14870
15982
|
options: {
|
|
14871
|
-
|
|
15983
|
+
content: "<p>Am I trained, competent, licensed and fit to perform the task?</p>"
|
|
14872
15984
|
}
|
|
14873
15985
|
}
|
|
14874
|
-
]
|
|
14875
|
-
},
|
|
14876
|
-
{
|
|
14877
|
-
type: "form-field",
|
|
15986
|
+
],
|
|
14878
15987
|
options: {
|
|
14879
|
-
|
|
14880
|
-
|
|
14881
|
-
|
|
14882
|
-
|
|
14883
|
-
|
|
14884
|
-
|
|
14885
|
-
|
|
14886
|
-
|
|
14887
|
-
|
|
14888
|
-
}
|
|
14889
|
-
|
|
15988
|
+
spacing: {
|
|
15989
|
+
margin: "0px 0px 0px 0px",
|
|
15990
|
+
padding: "0px 0px 0px 0px"
|
|
15991
|
+
},
|
|
15992
|
+
border: {
|
|
15993
|
+
width: "1px",
|
|
15994
|
+
radius: "0px",
|
|
15995
|
+
color: "#000000",
|
|
15996
|
+
style: "none"
|
|
15997
|
+
},
|
|
15998
|
+
direction: "ltr"
|
|
15999
|
+
}
|
|
16000
|
+
}
|
|
16001
|
+
],
|
|
16002
|
+
options: {
|
|
16003
|
+
spacing: {
|
|
16004
|
+
margin: "0px",
|
|
16005
|
+
padding: "10px"
|
|
16006
|
+
},
|
|
16007
|
+
border: {
|
|
16008
|
+
width: "1px",
|
|
16009
|
+
radius: "0px",
|
|
16010
|
+
color: "#000000",
|
|
16011
|
+
style: "none"
|
|
14890
16012
|
},
|
|
16013
|
+
flexWrap: "nowrap",
|
|
16014
|
+
justifyContent: "center",
|
|
16015
|
+
alignItems: "center",
|
|
16016
|
+
gap: "20px"
|
|
16017
|
+
}
|
|
16018
|
+
}
|
|
16019
|
+
]
|
|
16020
|
+
},
|
|
16021
|
+
{
|
|
16022
|
+
type: "grid-item-layout",
|
|
16023
|
+
options: {
|
|
16024
|
+
spacing: {
|
|
16025
|
+
margin: "0px 0px 0px 0px",
|
|
16026
|
+
padding: "0px 0px 0px 0px"
|
|
16027
|
+
},
|
|
16028
|
+
border: {
|
|
16029
|
+
width: "1px",
|
|
16030
|
+
radius: "0px",
|
|
16031
|
+
color: "#000000",
|
|
16032
|
+
style: "none"
|
|
16033
|
+
},
|
|
16034
|
+
direction: "ltr",
|
|
16035
|
+
colSpan: 2,
|
|
16036
|
+
grid: {
|
|
16037
|
+
"default": {
|
|
16038
|
+
rows: 1,
|
|
16039
|
+
columns: 1,
|
|
16040
|
+
justifyItems: "stretch",
|
|
16041
|
+
alignItems: "stretch",
|
|
16042
|
+
gap: "0px 0px"
|
|
16043
|
+
}
|
|
16044
|
+
}
|
|
16045
|
+
},
|
|
16046
|
+
children: [
|
|
16047
|
+
{
|
|
16048
|
+
type: "flex-layout",
|
|
16049
|
+
children: [
|
|
14891
16050
|
{
|
|
14892
|
-
type: "
|
|
14893
|
-
options: {
|
|
14894
|
-
label: "Approval Date"
|
|
14895
|
-
},
|
|
16051
|
+
type: "flex-item-layout",
|
|
14896
16052
|
children: [
|
|
14897
16053
|
{
|
|
14898
|
-
type: "
|
|
14899
|
-
|
|
16054
|
+
type: "selection-list-editor",
|
|
16055
|
+
path: "select-option-row-7",
|
|
14900
16056
|
options: {
|
|
14901
|
-
|
|
14902
|
-
|
|
16057
|
+
multiple: false,
|
|
16058
|
+
direction: {
|
|
16059
|
+
id: "horizontal"
|
|
16060
|
+
},
|
|
16061
|
+
disabled: false,
|
|
16062
|
+
readonly: false,
|
|
16063
|
+
dataSource: "yes-no-options",
|
|
16064
|
+
textField: "title",
|
|
16065
|
+
valueField: "value"
|
|
16066
|
+
},
|
|
16067
|
+
name: "selection-list-editor7"
|
|
14903
16068
|
}
|
|
14904
|
-
]
|
|
14905
|
-
},
|
|
14906
|
-
{
|
|
14907
|
-
type: "form-field",
|
|
16069
|
+
],
|
|
14908
16070
|
options: {
|
|
14909
|
-
|
|
16071
|
+
spacing: {
|
|
16072
|
+
margin: "0px 0px 0px 0px",
|
|
16073
|
+
padding: "0px 0px 0px 0px"
|
|
16074
|
+
},
|
|
16075
|
+
border: {
|
|
16076
|
+
width: "1px",
|
|
16077
|
+
radius: "0px",
|
|
16078
|
+
color: "#000000",
|
|
16079
|
+
style: "none"
|
|
16080
|
+
},
|
|
16081
|
+
direction: "ltr"
|
|
14910
16082
|
},
|
|
14911
|
-
|
|
14912
|
-
|
|
14913
|
-
|
|
14914
|
-
|
|
14915
|
-
|
|
14916
|
-
|
|
14917
|
-
|
|
14918
|
-
}
|
|
14919
|
-
]
|
|
16083
|
+
name: "flex-item-layout23"
|
|
16084
|
+
}
|
|
16085
|
+
],
|
|
16086
|
+
options: {
|
|
16087
|
+
spacing: {
|
|
16088
|
+
margin: "0px",
|
|
16089
|
+
padding: "0px"
|
|
14920
16090
|
},
|
|
14921
|
-
{
|
|
14922
|
-
|
|
14923
|
-
|
|
14924
|
-
|
|
14925
|
-
|
|
14926
|
-
children: [
|
|
14927
|
-
{
|
|
14928
|
-
type: "text-editor",
|
|
14929
|
-
name: "safety-officer-name",
|
|
14930
|
-
options: {
|
|
14931
|
-
placeholder: "Enter safety officer name"
|
|
14932
|
-
}
|
|
14933
|
-
}
|
|
14934
|
-
]
|
|
16091
|
+
border: {
|
|
16092
|
+
width: "1px",
|
|
16093
|
+
radius: "0px",
|
|
16094
|
+
color: "#000000",
|
|
16095
|
+
style: "none"
|
|
14935
16096
|
},
|
|
14936
|
-
|
|
14937
|
-
|
|
14938
|
-
|
|
14939
|
-
|
|
14940
|
-
|
|
14941
|
-
|
|
14942
|
-
{
|
|
14943
|
-
type: "date-time-editor",
|
|
14944
|
-
name: "safety-officer-date",
|
|
14945
|
-
options: {
|
|
14946
|
-
placeholder: "Select approval date"
|
|
14947
|
-
}
|
|
14948
|
-
}
|
|
14949
|
-
]
|
|
14950
|
-
}
|
|
14951
|
-
]
|
|
16097
|
+
flexWrap: "nowrap",
|
|
16098
|
+
justifyContent: "center",
|
|
16099
|
+
alignItems: "center",
|
|
16100
|
+
gap: "20px"
|
|
16101
|
+
},
|
|
16102
|
+
name: "flex-layout23"
|
|
14952
16103
|
}
|
|
14953
|
-
]
|
|
16104
|
+
],
|
|
16105
|
+
name: "grid-item-layout23"
|
|
14954
16106
|
},
|
|
14955
16107
|
{
|
|
14956
|
-
type: "grid-layout",
|
|
14957
|
-
name: "
|
|
16108
|
+
type: "grid-item-layout",
|
|
16109
|
+
name: "grid-item-layout24",
|
|
14958
16110
|
options: {
|
|
16111
|
+
spacing: {
|
|
16112
|
+
margin: "0px",
|
|
16113
|
+
padding: "10px"
|
|
16114
|
+
},
|
|
16115
|
+
border: {
|
|
16116
|
+
width: "1px",
|
|
16117
|
+
radius: "0px",
|
|
16118
|
+
color: "#000000",
|
|
16119
|
+
style: "solid"
|
|
16120
|
+
},
|
|
16121
|
+
direction: "ltr",
|
|
16122
|
+
colSpan: 12,
|
|
14959
16123
|
grid: {
|
|
14960
16124
|
"default": {
|
|
14961
|
-
columns: 12,
|
|
14962
16125
|
rows: 1,
|
|
14963
|
-
|
|
16126
|
+
columns: 1,
|
|
14964
16127
|
justifyItems: "stretch",
|
|
14965
|
-
alignItems: "stretch"
|
|
16128
|
+
alignItems: "stretch",
|
|
16129
|
+
gap: "0px 0px"
|
|
14966
16130
|
}
|
|
14967
16131
|
},
|
|
16132
|
+
backgroundColor: "rgb(0,166,244)"
|
|
16133
|
+
},
|
|
16134
|
+
children: [
|
|
16135
|
+
{
|
|
16136
|
+
type: "text-block-layout",
|
|
16137
|
+
name: "text-block-layout5",
|
|
16138
|
+
options: {
|
|
16139
|
+
content: "<p>2. Identify the hazard(s) If you tick <span style=\"color:#ff0000\">YES</span>, complete a SWMS.</p>"
|
|
16140
|
+
}
|
|
16141
|
+
}
|
|
16142
|
+
]
|
|
16143
|
+
},
|
|
16144
|
+
{
|
|
16145
|
+
type: "grid-item-layout",
|
|
16146
|
+
name: "grid-item-layout25",
|
|
16147
|
+
options: {
|
|
14968
16148
|
spacing: {
|
|
14969
|
-
margin: "0px 0px
|
|
14970
|
-
padding: "0px"
|
|
16149
|
+
margin: "0px 0px 0px 0px",
|
|
16150
|
+
padding: "0px 0px 0px 0px"
|
|
14971
16151
|
},
|
|
14972
16152
|
border: {
|
|
14973
|
-
width: "
|
|
16153
|
+
width: "1px",
|
|
14974
16154
|
radius: "0px",
|
|
14975
16155
|
color: "#000000",
|
|
14976
16156
|
style: "none"
|
|
14977
|
-
}
|
|
16157
|
+
},
|
|
16158
|
+
direction: "ltr",
|
|
16159
|
+
colSpan: 10
|
|
14978
16160
|
},
|
|
14979
16161
|
children: [
|
|
14980
16162
|
{
|
|
14981
|
-
type: "
|
|
14982
|
-
name: "
|
|
14983
|
-
options: {
|
|
14984
|
-
spacing: {
|
|
14985
|
-
margin: "0px",
|
|
14986
|
-
padding: "20px"
|
|
14987
|
-
},
|
|
14988
|
-
border: {
|
|
14989
|
-
width: "1px",
|
|
14990
|
-
radius: "8px",
|
|
14991
|
-
color: "#e5e7eb",
|
|
14992
|
-
style: "solid"
|
|
14993
|
-
},
|
|
14994
|
-
direction: "ltr",
|
|
14995
|
-
colSpan: 12
|
|
14996
|
-
},
|
|
16163
|
+
type: "flex-layout",
|
|
16164
|
+
name: "flex-layout24",
|
|
14997
16165
|
children: [
|
|
14998
16166
|
{
|
|
14999
|
-
type: "
|
|
15000
|
-
name: "
|
|
15001
|
-
options: {
|
|
15002
|
-
content: "<h3>Work Completion & Closure</h3>"
|
|
15003
|
-
}
|
|
15004
|
-
},
|
|
15005
|
-
{
|
|
15006
|
-
type: "form-field",
|
|
15007
|
-
options: {
|
|
15008
|
-
label: "Work Completed"
|
|
15009
|
-
},
|
|
16167
|
+
type: "flex-item-layout",
|
|
16168
|
+
name: "flex-item-layout24",
|
|
15010
16169
|
children: [
|
|
15011
16170
|
{
|
|
15012
|
-
type: "
|
|
15013
|
-
name: "
|
|
16171
|
+
type: "text-block-layout",
|
|
16172
|
+
name: "text-block-layout18",
|
|
15014
16173
|
options: {
|
|
15015
|
-
|
|
16174
|
+
content: "<p>Fire/Explosion Hazards</p>"
|
|
15016
16175
|
}
|
|
15017
16176
|
}
|
|
15018
|
-
]
|
|
15019
|
-
},
|
|
15020
|
-
{
|
|
15021
|
-
type: "form-field",
|
|
16177
|
+
],
|
|
15022
16178
|
options: {
|
|
15023
|
-
|
|
15024
|
-
|
|
15025
|
-
|
|
15026
|
-
|
|
15027
|
-
|
|
15028
|
-
|
|
15029
|
-
|
|
15030
|
-
|
|
15031
|
-
|
|
15032
|
-
}
|
|
15033
|
-
|
|
16179
|
+
spacing: {
|
|
16180
|
+
margin: "0px 0px 0px 0px",
|
|
16181
|
+
padding: "0px 0px 0px 0px"
|
|
16182
|
+
},
|
|
16183
|
+
border: {
|
|
16184
|
+
width: "1px",
|
|
16185
|
+
radius: "0px",
|
|
16186
|
+
color: "#000000",
|
|
16187
|
+
style: "none"
|
|
16188
|
+
},
|
|
16189
|
+
direction: "ltr"
|
|
16190
|
+
}
|
|
16191
|
+
}
|
|
16192
|
+
],
|
|
16193
|
+
options: {
|
|
16194
|
+
spacing: {
|
|
16195
|
+
margin: "0px",
|
|
16196
|
+
padding: "10px"
|
|
15034
16197
|
},
|
|
15035
|
-
{
|
|
15036
|
-
|
|
15037
|
-
|
|
15038
|
-
|
|
15039
|
-
|
|
15040
|
-
children: [
|
|
15041
|
-
{
|
|
15042
|
-
type: "time-duration",
|
|
15043
|
-
name: "completion-time",
|
|
15044
|
-
options: {
|
|
15045
|
-
placeholder: "Select completion time"
|
|
15046
|
-
}
|
|
15047
|
-
}
|
|
15048
|
-
]
|
|
16198
|
+
border: {
|
|
16199
|
+
width: "1px",
|
|
16200
|
+
radius: "0px",
|
|
16201
|
+
color: "#000000",
|
|
16202
|
+
style: "none"
|
|
15049
16203
|
},
|
|
16204
|
+
flexWrap: "nowrap",
|
|
16205
|
+
justifyContent: "center",
|
|
16206
|
+
alignItems: "center",
|
|
16207
|
+
gap: "20px"
|
|
16208
|
+
}
|
|
16209
|
+
}
|
|
16210
|
+
]
|
|
16211
|
+
},
|
|
16212
|
+
{
|
|
16213
|
+
type: "grid-item-layout",
|
|
16214
|
+
name: "grid-item-layout26",
|
|
16215
|
+
options: {
|
|
16216
|
+
spacing: {
|
|
16217
|
+
margin: "0px 0px 0px 0px",
|
|
16218
|
+
padding: "0px 0px 0px 0px"
|
|
16219
|
+
},
|
|
16220
|
+
border: {
|
|
16221
|
+
width: "1px",
|
|
16222
|
+
radius: "0px",
|
|
16223
|
+
color: "#000000",
|
|
16224
|
+
style: "none"
|
|
16225
|
+
},
|
|
16226
|
+
direction: "ltr",
|
|
16227
|
+
colSpan: 2,
|
|
16228
|
+
grid: {
|
|
16229
|
+
"default": {
|
|
16230
|
+
rows: 1,
|
|
16231
|
+
columns: 1,
|
|
16232
|
+
justifyItems: "stretch",
|
|
16233
|
+
alignItems: "stretch",
|
|
16234
|
+
gap: "0px 0px"
|
|
16235
|
+
}
|
|
16236
|
+
}
|
|
16237
|
+
},
|
|
16238
|
+
children: [
|
|
16239
|
+
{
|
|
16240
|
+
type: "flex-layout",
|
|
16241
|
+
name: "flex-layout25",
|
|
16242
|
+
children: [
|
|
15050
16243
|
{
|
|
15051
|
-
type: "
|
|
15052
|
-
|
|
15053
|
-
label: "Work Summary"
|
|
15054
|
-
},
|
|
16244
|
+
type: "flex-item-layout",
|
|
16245
|
+
name: "flex-item-layout25",
|
|
15055
16246
|
children: [
|
|
15056
16247
|
{
|
|
15057
|
-
type: "
|
|
15058
|
-
name: "
|
|
16248
|
+
type: "selection-list-editor",
|
|
16249
|
+
name: "selection-list-editor8",
|
|
16250
|
+
path: "select-option-row-8",
|
|
15059
16251
|
options: {
|
|
15060
|
-
|
|
16252
|
+
multiple: false,
|
|
16253
|
+
direction: {
|
|
16254
|
+
id: "horizontal"
|
|
16255
|
+
},
|
|
16256
|
+
disabled: false,
|
|
16257
|
+
readonly: false,
|
|
16258
|
+
dataSource: "yes-no-options",
|
|
16259
|
+
textField: "title",
|
|
16260
|
+
valueField: "value"
|
|
15061
16261
|
}
|
|
15062
16262
|
}
|
|
15063
|
-
]
|
|
16263
|
+
],
|
|
16264
|
+
options: {
|
|
16265
|
+
spacing: {
|
|
16266
|
+
margin: "0px 0px 0px 0px",
|
|
16267
|
+
padding: "0px 0px 0px 0px"
|
|
16268
|
+
},
|
|
16269
|
+
border: {
|
|
16270
|
+
width: "1px",
|
|
16271
|
+
radius: "0px",
|
|
16272
|
+
color: "#000000",
|
|
16273
|
+
style: "none"
|
|
16274
|
+
},
|
|
16275
|
+
direction: "ltr"
|
|
16276
|
+
}
|
|
16277
|
+
}
|
|
16278
|
+
],
|
|
16279
|
+
options: {
|
|
16280
|
+
spacing: {
|
|
16281
|
+
margin: "0px",
|
|
16282
|
+
padding: "0px"
|
|
16283
|
+
},
|
|
16284
|
+
border: {
|
|
16285
|
+
width: "1px",
|
|
16286
|
+
radius: "0px",
|
|
16287
|
+
color: "#000000",
|
|
16288
|
+
style: "none"
|
|
15064
16289
|
},
|
|
16290
|
+
flexWrap: "nowrap",
|
|
16291
|
+
justifyContent: "center",
|
|
16292
|
+
alignItems: "center",
|
|
16293
|
+
gap: "20px"
|
|
16294
|
+
}
|
|
16295
|
+
}
|
|
16296
|
+
]
|
|
16297
|
+
},
|
|
16298
|
+
{
|
|
16299
|
+
type: "grid-item-layout",
|
|
16300
|
+
name: "grid-item-layout27",
|
|
16301
|
+
options: {
|
|
16302
|
+
spacing: {
|
|
16303
|
+
margin: "0px 0px 0px 0px",
|
|
16304
|
+
padding: "0px 0px 0px 0px"
|
|
16305
|
+
},
|
|
16306
|
+
border: {
|
|
16307
|
+
width: "1px",
|
|
16308
|
+
radius: "0px",
|
|
16309
|
+
color: "#000000",
|
|
16310
|
+
style: "none"
|
|
16311
|
+
},
|
|
16312
|
+
direction: "ltr",
|
|
16313
|
+
colSpan: 10
|
|
16314
|
+
},
|
|
16315
|
+
children: [
|
|
16316
|
+
{
|
|
16317
|
+
type: "flex-layout",
|
|
16318
|
+
name: "flex-layout26",
|
|
16319
|
+
children: [
|
|
15065
16320
|
{
|
|
15066
|
-
type: "
|
|
15067
|
-
|
|
15068
|
-
label: "Work Area Restored"
|
|
15069
|
-
},
|
|
16321
|
+
type: "flex-item-layout",
|
|
16322
|
+
name: "flex-item-layout26",
|
|
15070
16323
|
children: [
|
|
15071
16324
|
{
|
|
15072
|
-
type: "
|
|
15073
|
-
name: "
|
|
16325
|
+
type: "text-block-layout",
|
|
16326
|
+
name: "text-block-layout19",
|
|
15074
16327
|
options: {
|
|
15075
|
-
|
|
16328
|
+
content: "<p>Toxic Substances & Chemical Exposure</p>"
|
|
15076
16329
|
}
|
|
15077
16330
|
}
|
|
15078
|
-
]
|
|
16331
|
+
],
|
|
16332
|
+
options: {
|
|
16333
|
+
spacing: {
|
|
16334
|
+
margin: "0px 0px 0px 0px",
|
|
16335
|
+
padding: "0px 0px 0px 0px"
|
|
16336
|
+
},
|
|
16337
|
+
border: {
|
|
16338
|
+
width: "1px",
|
|
16339
|
+
radius: "0px",
|
|
16340
|
+
color: "#000000",
|
|
16341
|
+
style: "none"
|
|
16342
|
+
},
|
|
16343
|
+
direction: "ltr"
|
|
16344
|
+
}
|
|
15079
16345
|
}
|
|
15080
|
-
]
|
|
16346
|
+
],
|
|
16347
|
+
options: {
|
|
16348
|
+
spacing: {
|
|
16349
|
+
margin: "0px",
|
|
16350
|
+
padding: "10px"
|
|
16351
|
+
},
|
|
16352
|
+
border: {
|
|
16353
|
+
width: "1px",
|
|
16354
|
+
radius: "0px",
|
|
16355
|
+
color: "#000000",
|
|
16356
|
+
style: "none"
|
|
16357
|
+
},
|
|
16358
|
+
flexWrap: "nowrap",
|
|
16359
|
+
justifyContent: "center",
|
|
16360
|
+
alignItems: "center",
|
|
16361
|
+
gap: "20px"
|
|
16362
|
+
}
|
|
15081
16363
|
}
|
|
15082
16364
|
]
|
|
15083
16365
|
},
|
|
15084
16366
|
{
|
|
15085
|
-
type: "grid-layout",
|
|
15086
|
-
name: "
|
|
16367
|
+
type: "grid-item-layout",
|
|
16368
|
+
name: "grid-item-layout28",
|
|
15087
16369
|
options: {
|
|
15088
|
-
grid: {
|
|
15089
|
-
"default": {
|
|
15090
|
-
columns: 12,
|
|
15091
|
-
rows: 1,
|
|
15092
|
-
gap: "20px",
|
|
15093
|
-
justifyItems: "stretch",
|
|
15094
|
-
alignItems: "stretch"
|
|
15095
|
-
}
|
|
15096
|
-
},
|
|
15097
16370
|
spacing: {
|
|
15098
|
-
margin: "0px",
|
|
15099
|
-
padding: "0px"
|
|
16371
|
+
margin: "0px 0px 0px 0px",
|
|
16372
|
+
padding: "0px 0px 0px 0px"
|
|
15100
16373
|
},
|
|
15101
16374
|
border: {
|
|
15102
|
-
width: "
|
|
16375
|
+
width: "1px",
|
|
15103
16376
|
radius: "0px",
|
|
15104
16377
|
color: "#000000",
|
|
15105
16378
|
style: "none"
|
|
16379
|
+
},
|
|
16380
|
+
direction: "ltr",
|
|
16381
|
+
colSpan: 2,
|
|
16382
|
+
grid: {
|
|
16383
|
+
"default": {
|
|
16384
|
+
rows: 1,
|
|
16385
|
+
columns: 1,
|
|
16386
|
+
justifyItems: "stretch",
|
|
16387
|
+
alignItems: "stretch",
|
|
16388
|
+
gap: "0px 0px"
|
|
16389
|
+
}
|
|
15106
16390
|
}
|
|
15107
16391
|
},
|
|
15108
16392
|
children: [
|
|
15109
16393
|
{
|
|
15110
|
-
type: "
|
|
15111
|
-
name: "
|
|
15112
|
-
options: {
|
|
15113
|
-
spacing: {
|
|
15114
|
-
margin: "0px",
|
|
15115
|
-
padding: "20px"
|
|
15116
|
-
},
|
|
15117
|
-
border: {
|
|
15118
|
-
width: "1px",
|
|
15119
|
-
radius: "8px",
|
|
15120
|
-
color: "#e5e7eb",
|
|
15121
|
-
style: "solid"
|
|
15122
|
-
},
|
|
15123
|
-
direction: "ltr",
|
|
15124
|
-
colSpan: 4
|
|
15125
|
-
},
|
|
16394
|
+
type: "flex-layout",
|
|
16395
|
+
name: "flex-layout27",
|
|
15126
16396
|
children: [
|
|
15127
16397
|
{
|
|
15128
|
-
type: "
|
|
15129
|
-
|
|
15130
|
-
label: "Applicant Signature"
|
|
15131
|
-
},
|
|
16398
|
+
type: "flex-item-layout",
|
|
16399
|
+
name: "flex-item-layout27",
|
|
15132
16400
|
children: [
|
|
15133
16401
|
{
|
|
15134
|
-
type: "
|
|
15135
|
-
name: "
|
|
16402
|
+
type: "selection-list-editor",
|
|
16403
|
+
name: "selection-list-editor9",
|
|
16404
|
+
path: "select-option-row-9",
|
|
16405
|
+
options: {
|
|
16406
|
+
multiple: false,
|
|
16407
|
+
direction: {
|
|
16408
|
+
id: "horizontal"
|
|
16409
|
+
},
|
|
16410
|
+
disabled: false,
|
|
16411
|
+
readonly: false,
|
|
16412
|
+
dataSource: "yes-no-options",
|
|
16413
|
+
textField: "title",
|
|
16414
|
+
valueField: "value"
|
|
16415
|
+
}
|
|
15136
16416
|
}
|
|
15137
|
-
]
|
|
15138
|
-
},
|
|
15139
|
-
{
|
|
15140
|
-
type: "form-field",
|
|
16417
|
+
],
|
|
15141
16418
|
options: {
|
|
15142
|
-
|
|
15143
|
-
|
|
15144
|
-
|
|
15145
|
-
|
|
15146
|
-
|
|
15147
|
-
|
|
15148
|
-
|
|
15149
|
-
|
|
16419
|
+
spacing: {
|
|
16420
|
+
margin: "0px 0px 0px 0px",
|
|
16421
|
+
padding: "0px 0px 0px 0px"
|
|
16422
|
+
},
|
|
16423
|
+
border: {
|
|
16424
|
+
width: "1px",
|
|
16425
|
+
radius: "0px",
|
|
16426
|
+
color: "#000000",
|
|
16427
|
+
style: "none"
|
|
16428
|
+
},
|
|
16429
|
+
direction: "ltr"
|
|
16430
|
+
}
|
|
15150
16431
|
}
|
|
15151
|
-
]
|
|
15152
|
-
},
|
|
15153
|
-
{
|
|
15154
|
-
type: "grid-item-layout",
|
|
15155
|
-
name: "supervisor-signature",
|
|
16432
|
+
],
|
|
15156
16433
|
options: {
|
|
15157
16434
|
spacing: {
|
|
15158
16435
|
margin: "0px",
|
|
15159
|
-
padding: "
|
|
16436
|
+
padding: "0px"
|
|
15160
16437
|
},
|
|
15161
16438
|
border: {
|
|
15162
16439
|
width: "1px",
|
|
15163
|
-
radius: "
|
|
15164
|
-
color: "#
|
|
15165
|
-
style: "
|
|
16440
|
+
radius: "0px",
|
|
16441
|
+
color: "#000000",
|
|
16442
|
+
style: "none"
|
|
15166
16443
|
},
|
|
15167
|
-
|
|
15168
|
-
|
|
15169
|
-
|
|
16444
|
+
flexWrap: "nowrap",
|
|
16445
|
+
justifyContent: "center",
|
|
16446
|
+
alignItems: "center",
|
|
16447
|
+
gap: "20px"
|
|
16448
|
+
}
|
|
16449
|
+
}
|
|
16450
|
+
]
|
|
16451
|
+
},
|
|
16452
|
+
{
|
|
16453
|
+
type: "grid-item-layout",
|
|
16454
|
+
name: "grid-item-layout29",
|
|
16455
|
+
options: {
|
|
16456
|
+
spacing: {
|
|
16457
|
+
margin: "0px 0px 0px 0px",
|
|
16458
|
+
padding: "0px 0px 0px 0px"
|
|
16459
|
+
},
|
|
16460
|
+
border: {
|
|
16461
|
+
width: "1px",
|
|
16462
|
+
radius: "0px",
|
|
16463
|
+
color: "#000000",
|
|
16464
|
+
style: "none"
|
|
16465
|
+
},
|
|
16466
|
+
direction: "ltr",
|
|
16467
|
+
colSpan: 10
|
|
16468
|
+
},
|
|
16469
|
+
children: [
|
|
16470
|
+
{
|
|
16471
|
+
type: "flex-layout",
|
|
16472
|
+
name: "flex-layout28",
|
|
15170
16473
|
children: [
|
|
15171
16474
|
{
|
|
15172
|
-
type: "
|
|
15173
|
-
|
|
15174
|
-
label: "Supervisor Signature"
|
|
15175
|
-
},
|
|
16475
|
+
type: "flex-item-layout",
|
|
16476
|
+
name: "flex-item-layout28",
|
|
15176
16477
|
children: [
|
|
15177
16478
|
{
|
|
15178
|
-
type: "
|
|
15179
|
-
name: "
|
|
16479
|
+
type: "text-block-layout",
|
|
16480
|
+
name: "text-block-layout20",
|
|
16481
|
+
options: {
|
|
16482
|
+
content: "<p>Electrical Hazards (e.g. Electrocution from faulty tools or working close to power lines)</p>"
|
|
16483
|
+
}
|
|
15180
16484
|
}
|
|
15181
|
-
]
|
|
15182
|
-
},
|
|
15183
|
-
{
|
|
15184
|
-
type: "form-field",
|
|
16485
|
+
],
|
|
15185
16486
|
options: {
|
|
15186
|
-
|
|
15187
|
-
|
|
15188
|
-
|
|
15189
|
-
|
|
15190
|
-
|
|
15191
|
-
|
|
15192
|
-
|
|
15193
|
-
|
|
16487
|
+
spacing: {
|
|
16488
|
+
margin: "0px 0px 0px 0px",
|
|
16489
|
+
padding: "0px 0px 0px 0px"
|
|
16490
|
+
},
|
|
16491
|
+
border: {
|
|
16492
|
+
width: "1px",
|
|
16493
|
+
radius: "0px",
|
|
16494
|
+
color: "#000000",
|
|
16495
|
+
style: "none"
|
|
16496
|
+
},
|
|
16497
|
+
direction: "ltr"
|
|
16498
|
+
}
|
|
15194
16499
|
}
|
|
15195
|
-
]
|
|
15196
|
-
},
|
|
15197
|
-
{
|
|
15198
|
-
type: "grid-item-layout",
|
|
15199
|
-
name: "safety-officer-signature",
|
|
16500
|
+
],
|
|
15200
16501
|
options: {
|
|
15201
16502
|
spacing: {
|
|
15202
16503
|
margin: "0px",
|
|
15203
|
-
padding: "
|
|
16504
|
+
padding: "10px"
|
|
15204
16505
|
},
|
|
15205
16506
|
border: {
|
|
15206
16507
|
width: "1px",
|
|
15207
|
-
radius: "
|
|
15208
|
-
color: "#
|
|
15209
|
-
style: "
|
|
16508
|
+
radius: "0px",
|
|
16509
|
+
color: "#000000",
|
|
16510
|
+
style: "none"
|
|
15210
16511
|
},
|
|
15211
|
-
|
|
15212
|
-
|
|
15213
|
-
|
|
16512
|
+
flexWrap: "nowrap",
|
|
16513
|
+
justifyContent: "center",
|
|
16514
|
+
alignItems: "center",
|
|
16515
|
+
gap: "20px"
|
|
16516
|
+
}
|
|
16517
|
+
}
|
|
16518
|
+
]
|
|
16519
|
+
},
|
|
16520
|
+
{
|
|
16521
|
+
type: "grid-item-layout",
|
|
16522
|
+
name: "grid-item-layout30",
|
|
16523
|
+
options: {
|
|
16524
|
+
spacing: {
|
|
16525
|
+
margin: "0px 0px 0px 0px",
|
|
16526
|
+
padding: "0px 0px 0px 0px"
|
|
16527
|
+
},
|
|
16528
|
+
border: {
|
|
16529
|
+
width: "1px",
|
|
16530
|
+
radius: "0px",
|
|
16531
|
+
color: "#000000",
|
|
16532
|
+
style: "none"
|
|
16533
|
+
},
|
|
16534
|
+
direction: "ltr",
|
|
16535
|
+
colSpan: 2,
|
|
16536
|
+
grid: {
|
|
16537
|
+
"default": {
|
|
16538
|
+
rows: 1,
|
|
16539
|
+
columns: 1,
|
|
16540
|
+
justifyItems: "stretch",
|
|
16541
|
+
alignItems: "stretch",
|
|
16542
|
+
gap: "0px 0px"
|
|
16543
|
+
}
|
|
16544
|
+
}
|
|
16545
|
+
},
|
|
16546
|
+
children: [
|
|
16547
|
+
{
|
|
16548
|
+
type: "flex-layout",
|
|
16549
|
+
name: "flex-layout29",
|
|
15214
16550
|
children: [
|
|
15215
16551
|
{
|
|
15216
|
-
type: "
|
|
15217
|
-
|
|
15218
|
-
label: "Safety Officer Signature"
|
|
15219
|
-
},
|
|
16552
|
+
type: "flex-item-layout",
|
|
16553
|
+
name: "flex-item-layout29",
|
|
15220
16554
|
children: [
|
|
15221
16555
|
{
|
|
15222
|
-
type: "
|
|
15223
|
-
name: "
|
|
16556
|
+
type: "selection-list-editor",
|
|
16557
|
+
name: "selection-list-editor10",
|
|
16558
|
+
path: "select-option-row-10",
|
|
16559
|
+
options: {
|
|
16560
|
+
multiple: false,
|
|
16561
|
+
direction: {
|
|
16562
|
+
id: "horizontal"
|
|
16563
|
+
},
|
|
16564
|
+
disabled: false,
|
|
16565
|
+
readonly: false,
|
|
16566
|
+
dataSource: "yes-no-options",
|
|
16567
|
+
textField: "title",
|
|
16568
|
+
valueField: "value"
|
|
16569
|
+
}
|
|
15224
16570
|
}
|
|
15225
|
-
]
|
|
15226
|
-
},
|
|
15227
|
-
{
|
|
15228
|
-
type: "form-field",
|
|
16571
|
+
],
|
|
15229
16572
|
options: {
|
|
15230
|
-
|
|
15231
|
-
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
|
|
15235
|
-
|
|
15236
|
-
|
|
15237
|
-
|
|
16573
|
+
spacing: {
|
|
16574
|
+
margin: "0px 0px 0px 0px",
|
|
16575
|
+
padding: "0px 0px 0px 0px"
|
|
16576
|
+
},
|
|
16577
|
+
border: {
|
|
16578
|
+
width: "1px",
|
|
16579
|
+
radius: "0px",
|
|
16580
|
+
color: "#000000",
|
|
16581
|
+
style: "none"
|
|
16582
|
+
},
|
|
16583
|
+
direction: "ltr"
|
|
16584
|
+
}
|
|
15238
16585
|
}
|
|
15239
|
-
]
|
|
16586
|
+
],
|
|
16587
|
+
options: {
|
|
16588
|
+
spacing: {
|
|
16589
|
+
margin: "0px",
|
|
16590
|
+
padding: "0px"
|
|
16591
|
+
},
|
|
16592
|
+
border: {
|
|
16593
|
+
width: "1px",
|
|
16594
|
+
radius: "0px",
|
|
16595
|
+
color: "#000000",
|
|
16596
|
+
style: "none"
|
|
16597
|
+
},
|
|
16598
|
+
flexWrap: "nowrap",
|
|
16599
|
+
justifyContent: "center",
|
|
16600
|
+
alignItems: "center",
|
|
16601
|
+
gap: "20px"
|
|
16602
|
+
}
|
|
15240
16603
|
}
|
|
15241
16604
|
]
|
|
15242
16605
|
}
|