@genesislcap/foundation-ui 14.193.3 → 14.194.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +321 -321
- package/package.json +16 -16
|
@@ -862,37 +862,6 @@
|
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
},
|
|
865
|
-
{
|
|
866
|
-
"kind": "javascript-module",
|
|
867
|
-
"path": "src/_config/index.ts",
|
|
868
|
-
"declarations": [],
|
|
869
|
-
"exports": [
|
|
870
|
-
{
|
|
871
|
-
"kind": "js",
|
|
872
|
-
"name": "*",
|
|
873
|
-
"declaration": {
|
|
874
|
-
"name": "*",
|
|
875
|
-
"package": "./styles"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "js",
|
|
880
|
-
"name": "*",
|
|
881
|
-
"declaration": {
|
|
882
|
-
"name": "*",
|
|
883
|
-
"package": "./tokens"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"kind": "js",
|
|
888
|
-
"name": "*",
|
|
889
|
-
"declaration": {
|
|
890
|
-
"name": "*",
|
|
891
|
-
"package": "./values"
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
]
|
|
895
|
-
},
|
|
896
865
|
{
|
|
897
866
|
"kind": "javascript-module",
|
|
898
867
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1075,6 +1044,37 @@
|
|
|
1075
1044
|
}
|
|
1076
1045
|
]
|
|
1077
1046
|
},
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "javascript-module",
|
|
1049
|
+
"path": "src/_config/index.ts",
|
|
1050
|
+
"declarations": [],
|
|
1051
|
+
"exports": [
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "js",
|
|
1054
|
+
"name": "*",
|
|
1055
|
+
"declaration": {
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"package": "./styles"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
"kind": "js",
|
|
1062
|
+
"name": "*",
|
|
1063
|
+
"declaration": {
|
|
1064
|
+
"name": "*",
|
|
1065
|
+
"package": "./tokens"
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
"kind": "js",
|
|
1070
|
+
"name": "*",
|
|
1071
|
+
"declaration": {
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"package": "./values"
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
},
|
|
1078
1078
|
{
|
|
1079
1079
|
"kind": "javascript-module",
|
|
1080
1080
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -19057,35 +19057,59 @@
|
|
|
19057
19057
|
},
|
|
19058
19058
|
{
|
|
19059
19059
|
"kind": "javascript-module",
|
|
19060
|
-
"path": "src/grid-layout
|
|
19060
|
+
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19061
19061
|
"declarations": [
|
|
19062
19062
|
{
|
|
19063
19063
|
"kind": "variable",
|
|
19064
|
-
"name": "
|
|
19064
|
+
"name": "foundationGridLayoutStyles",
|
|
19065
19065
|
"type": {
|
|
19066
|
-
"text": "
|
|
19066
|
+
"text": "ElementStyles"
|
|
19067
19067
|
},
|
|
19068
|
-
"default": "
|
|
19068
|
+
"default": "css`\n slot {\n width: 100%;\n height: 100%;\n display: grid;\n }\n\n ${gridLayoutRWDStyles()}\n ${gridLayoutRWDStyles('lg')}\n ${gridLayoutRWDStyles('md')}\n ${gridLayoutRWDStyles('sm')}\n`"
|
|
19069
19069
|
}
|
|
19070
19070
|
],
|
|
19071
19071
|
"exports": [
|
|
19072
19072
|
{
|
|
19073
19073
|
"kind": "js",
|
|
19074
|
-
"name": "
|
|
19074
|
+
"name": "foundationGridLayoutStyles",
|
|
19075
19075
|
"declaration": {
|
|
19076
|
-
"name": "
|
|
19077
|
-
"module": "src/grid-layout
|
|
19076
|
+
"name": "foundationGridLayoutStyles",
|
|
19077
|
+
"module": "src/grid-layout/grid-layout.styles.ts"
|
|
19078
19078
|
}
|
|
19079
19079
|
}
|
|
19080
19080
|
]
|
|
19081
19081
|
},
|
|
19082
19082
|
{
|
|
19083
19083
|
"kind": "javascript-module",
|
|
19084
|
-
"path": "src/grid-layout
|
|
19084
|
+
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19085
19085
|
"declarations": [
|
|
19086
19086
|
{
|
|
19087
19087
|
"kind": "variable",
|
|
19088
|
-
"name": "
|
|
19088
|
+
"name": "foundationGridLayoutTemplate",
|
|
19089
|
+
"type": {
|
|
19090
|
+
"text": "ViewTemplate<GridLayout>"
|
|
19091
|
+
},
|
|
19092
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19093
|
+
}
|
|
19094
|
+
],
|
|
19095
|
+
"exports": [
|
|
19096
|
+
{
|
|
19097
|
+
"kind": "js",
|
|
19098
|
+
"name": "foundationGridLayoutTemplate",
|
|
19099
|
+
"declaration": {
|
|
19100
|
+
"name": "foundationGridLayoutTemplate",
|
|
19101
|
+
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19102
|
+
}
|
|
19103
|
+
}
|
|
19104
|
+
]
|
|
19105
|
+
},
|
|
19106
|
+
{
|
|
19107
|
+
"kind": "javascript-module",
|
|
19108
|
+
"path": "src/grid-layout/grid-layout.ts",
|
|
19109
|
+
"declarations": [
|
|
19110
|
+
{
|
|
19111
|
+
"kind": "variable",
|
|
19112
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19089
19113
|
"type": {
|
|
19090
19114
|
"text": "ShadowRootInit"
|
|
19091
19115
|
},
|
|
@@ -19093,7 +19117,7 @@
|
|
|
19093
19117
|
},
|
|
19094
19118
|
{
|
|
19095
19119
|
"kind": "variable",
|
|
19096
|
-
"name": "
|
|
19120
|
+
"name": "defaultGridLayoutConfig",
|
|
19097
19121
|
"type": {
|
|
19098
19122
|
"text": "object"
|
|
19099
19123
|
},
|
|
@@ -19102,137 +19126,136 @@
|
|
|
19102
19126
|
{
|
|
19103
19127
|
"kind": "class",
|
|
19104
19128
|
"description": "",
|
|
19105
|
-
"name": "
|
|
19129
|
+
"name": "GridLayout",
|
|
19106
19130
|
"members": [
|
|
19107
19131
|
{
|
|
19108
19132
|
"kind": "field",
|
|
19109
|
-
"name": "
|
|
19133
|
+
"name": "['col-count']",
|
|
19110
19134
|
"type": {
|
|
19111
|
-
"text": "
|
|
19135
|
+
"text": "string"
|
|
19112
19136
|
}
|
|
19113
19137
|
},
|
|
19114
19138
|
{
|
|
19115
19139
|
"kind": "field",
|
|
19116
|
-
"name": "
|
|
19140
|
+
"name": "['col-width']",
|
|
19117
19141
|
"type": {
|
|
19118
|
-
"text": "
|
|
19142
|
+
"text": "string"
|
|
19119
19143
|
}
|
|
19120
19144
|
},
|
|
19121
19145
|
{
|
|
19122
19146
|
"kind": "field",
|
|
19123
|
-
"name": "
|
|
19147
|
+
"name": "['col-lg-count']",
|
|
19124
19148
|
"type": {
|
|
19125
|
-
"text": "
|
|
19149
|
+
"text": "string"
|
|
19126
19150
|
}
|
|
19127
19151
|
},
|
|
19128
19152
|
{
|
|
19129
19153
|
"kind": "field",
|
|
19130
|
-
"name": "
|
|
19154
|
+
"name": "['col-lg-width']",
|
|
19131
19155
|
"type": {
|
|
19132
|
-
"text": "
|
|
19156
|
+
"text": "string"
|
|
19133
19157
|
}
|
|
19134
19158
|
},
|
|
19135
19159
|
{
|
|
19136
19160
|
"kind": "field",
|
|
19137
|
-
"name": "
|
|
19161
|
+
"name": "['col-md-count']",
|
|
19138
19162
|
"type": {
|
|
19139
|
-
"text": "
|
|
19163
|
+
"text": "string"
|
|
19140
19164
|
}
|
|
19141
19165
|
},
|
|
19142
19166
|
{
|
|
19143
19167
|
"kind": "field",
|
|
19144
|
-
"name": "
|
|
19168
|
+
"name": "['col-md-width']",
|
|
19145
19169
|
"type": {
|
|
19146
|
-
"text": "
|
|
19170
|
+
"text": "string"
|
|
19147
19171
|
}
|
|
19148
19172
|
},
|
|
19149
19173
|
{
|
|
19150
19174
|
"kind": "field",
|
|
19151
|
-
"name": "
|
|
19175
|
+
"name": "['col-sm-count']",
|
|
19152
19176
|
"type": {
|
|
19153
|
-
"text": "
|
|
19177
|
+
"text": "string"
|
|
19154
19178
|
}
|
|
19155
19179
|
},
|
|
19156
19180
|
{
|
|
19157
19181
|
"kind": "field",
|
|
19158
|
-
"name": "
|
|
19182
|
+
"name": "['col-sm-width']",
|
|
19159
19183
|
"type": {
|
|
19160
|
-
"text": "
|
|
19184
|
+
"text": "string"
|
|
19161
19185
|
}
|
|
19162
19186
|
},
|
|
19163
19187
|
{
|
|
19164
19188
|
"kind": "field",
|
|
19165
|
-
"name": "
|
|
19189
|
+
"name": "['row-count']",
|
|
19166
19190
|
"type": {
|
|
19167
|
-
"text": "
|
|
19191
|
+
"text": "string"
|
|
19168
19192
|
}
|
|
19169
19193
|
},
|
|
19170
19194
|
{
|
|
19171
19195
|
"kind": "field",
|
|
19172
|
-
"name": "
|
|
19196
|
+
"name": "['row-height']",
|
|
19173
19197
|
"type": {
|
|
19174
|
-
"text": "
|
|
19198
|
+
"text": "string"
|
|
19175
19199
|
}
|
|
19176
19200
|
},
|
|
19177
19201
|
{
|
|
19178
19202
|
"kind": "field",
|
|
19179
|
-
"name": "
|
|
19203
|
+
"name": "['row-lg-count']",
|
|
19180
19204
|
"type": {
|
|
19181
|
-
"text": "
|
|
19205
|
+
"text": "string"
|
|
19182
19206
|
}
|
|
19183
19207
|
},
|
|
19184
19208
|
{
|
|
19185
19209
|
"kind": "field",
|
|
19186
|
-
"name": "
|
|
19210
|
+
"name": "['row-lg-height']",
|
|
19187
19211
|
"type": {
|
|
19188
|
-
"text": "
|
|
19212
|
+
"text": "string"
|
|
19189
19213
|
}
|
|
19190
19214
|
},
|
|
19191
19215
|
{
|
|
19192
19216
|
"kind": "field",
|
|
19193
|
-
"name": "
|
|
19217
|
+
"name": "['row-md-count']",
|
|
19194
19218
|
"type": {
|
|
19195
|
-
"text": "
|
|
19219
|
+
"text": "string"
|
|
19196
19220
|
}
|
|
19197
19221
|
},
|
|
19198
19222
|
{
|
|
19199
19223
|
"kind": "field",
|
|
19200
|
-
"name": "
|
|
19224
|
+
"name": "['row-md-height']",
|
|
19201
19225
|
"type": {
|
|
19202
|
-
"text": "
|
|
19226
|
+
"text": "string"
|
|
19203
19227
|
}
|
|
19204
19228
|
},
|
|
19205
19229
|
{
|
|
19206
19230
|
"kind": "field",
|
|
19207
|
-
"name": "
|
|
19231
|
+
"name": "['row-sm-count']",
|
|
19208
19232
|
"type": {
|
|
19209
|
-
"text": "
|
|
19233
|
+
"text": "string"
|
|
19210
19234
|
}
|
|
19211
19235
|
},
|
|
19212
19236
|
{
|
|
19213
19237
|
"kind": "field",
|
|
19214
|
-
"name": "
|
|
19238
|
+
"name": "['row-sm-height']",
|
|
19215
19239
|
"type": {
|
|
19216
|
-
"text": "
|
|
19240
|
+
"text": "string"
|
|
19217
19241
|
}
|
|
19218
19242
|
},
|
|
19219
19243
|
{
|
|
19220
|
-
"kind": "
|
|
19221
|
-
"name": "
|
|
19222
|
-
"
|
|
19223
|
-
|
|
19224
|
-
|
|
19225
|
-
|
|
19226
|
-
|
|
19227
|
-
|
|
19228
|
-
|
|
19229
|
-
|
|
19230
|
-
|
|
19231
|
-
|
|
19232
|
-
|
|
19233
|
-
|
|
19234
|
-
|
|
19235
|
-
]
|
|
19244
|
+
"kind": "field",
|
|
19245
|
+
"name": "behaviors",
|
|
19246
|
+
"type": {
|
|
19247
|
+
"text": "Behavior[]"
|
|
19248
|
+
},
|
|
19249
|
+
"privacy": "private",
|
|
19250
|
+
"default": "[]"
|
|
19251
|
+
},
|
|
19252
|
+
{
|
|
19253
|
+
"kind": "field",
|
|
19254
|
+
"name": "baseStyles",
|
|
19255
|
+
"type": {
|
|
19256
|
+
"text": "ElementStyles"
|
|
19257
|
+
},
|
|
19258
|
+
"privacy": "private"
|
|
19236
19259
|
},
|
|
19237
19260
|
{
|
|
19238
19261
|
"kind": "field",
|
|
@@ -19348,170 +19371,176 @@
|
|
|
19348
19371
|
],
|
|
19349
19372
|
"attributes": [
|
|
19350
19373
|
{
|
|
19351
|
-
"name": "col-
|
|
19374
|
+
"name": "['col-count']",
|
|
19352
19375
|
"type": {
|
|
19353
|
-
"text": "
|
|
19376
|
+
"text": "string"
|
|
19354
19377
|
},
|
|
19355
|
-
"fieldName": "
|
|
19378
|
+
"fieldName": "['col-count']"
|
|
19356
19379
|
},
|
|
19357
19380
|
{
|
|
19358
|
-
"name": "col-
|
|
19381
|
+
"name": "['col-width']",
|
|
19359
19382
|
"type": {
|
|
19360
|
-
"text": "
|
|
19383
|
+
"text": "string"
|
|
19361
19384
|
},
|
|
19362
|
-
"fieldName": "
|
|
19385
|
+
"fieldName": "['col-width']"
|
|
19363
19386
|
},
|
|
19364
19387
|
{
|
|
19365
|
-
"name": "col-
|
|
19388
|
+
"name": "['col-lg-count']",
|
|
19366
19389
|
"type": {
|
|
19367
|
-
"text": "
|
|
19390
|
+
"text": "string"
|
|
19368
19391
|
},
|
|
19369
|
-
"fieldName": "
|
|
19392
|
+
"fieldName": "['col-lg-count']"
|
|
19370
19393
|
},
|
|
19371
19394
|
{
|
|
19372
|
-
"name": "col-lg-
|
|
19395
|
+
"name": "['col-lg-width']",
|
|
19373
19396
|
"type": {
|
|
19374
|
-
"text": "
|
|
19397
|
+
"text": "string"
|
|
19375
19398
|
},
|
|
19376
|
-
"fieldName": "
|
|
19399
|
+
"fieldName": "['col-lg-width']"
|
|
19377
19400
|
},
|
|
19378
19401
|
{
|
|
19379
|
-
"name": "
|
|
19402
|
+
"name": "['col-md-count']",
|
|
19380
19403
|
"type": {
|
|
19381
|
-
"text": "
|
|
19404
|
+
"text": "string"
|
|
19382
19405
|
},
|
|
19383
|
-
"fieldName": "
|
|
19406
|
+
"fieldName": "['col-md-count']"
|
|
19384
19407
|
},
|
|
19385
19408
|
{
|
|
19386
|
-
"name": "
|
|
19409
|
+
"name": "['col-md-width']",
|
|
19387
19410
|
"type": {
|
|
19388
|
-
"text": "
|
|
19411
|
+
"text": "string"
|
|
19389
19412
|
},
|
|
19390
|
-
"fieldName": "
|
|
19413
|
+
"fieldName": "['col-md-width']"
|
|
19391
19414
|
},
|
|
19392
19415
|
{
|
|
19393
|
-
"name": "
|
|
19416
|
+
"name": "['col-sm-count']",
|
|
19394
19417
|
"type": {
|
|
19395
|
-
"text": "
|
|
19418
|
+
"text": "string"
|
|
19396
19419
|
},
|
|
19397
|
-
"fieldName": "
|
|
19420
|
+
"fieldName": "['col-sm-count']"
|
|
19398
19421
|
},
|
|
19399
19422
|
{
|
|
19400
|
-
"name": "
|
|
19423
|
+
"name": "['col-sm-width']",
|
|
19401
19424
|
"type": {
|
|
19402
|
-
"text": "
|
|
19425
|
+
"text": "string"
|
|
19403
19426
|
},
|
|
19404
|
-
"fieldName": "
|
|
19427
|
+
"fieldName": "['col-sm-width']"
|
|
19405
19428
|
},
|
|
19406
19429
|
{
|
|
19407
|
-
"name": "
|
|
19430
|
+
"name": "['row-count']",
|
|
19408
19431
|
"type": {
|
|
19409
|
-
"text": "
|
|
19432
|
+
"text": "string"
|
|
19410
19433
|
},
|
|
19411
|
-
"fieldName": "
|
|
19434
|
+
"fieldName": "['row-count']"
|
|
19412
19435
|
},
|
|
19413
19436
|
{
|
|
19414
|
-
"name": "
|
|
19437
|
+
"name": "['row-height']",
|
|
19415
19438
|
"type": {
|
|
19416
|
-
"text": "
|
|
19439
|
+
"text": "string"
|
|
19417
19440
|
},
|
|
19418
|
-
"fieldName": "
|
|
19441
|
+
"fieldName": "['row-height']"
|
|
19419
19442
|
},
|
|
19420
19443
|
{
|
|
19421
|
-
"name": "
|
|
19444
|
+
"name": "['row-lg-count']",
|
|
19422
19445
|
"type": {
|
|
19423
|
-
"text": "
|
|
19446
|
+
"text": "string"
|
|
19424
19447
|
},
|
|
19425
|
-
"fieldName": "
|
|
19448
|
+
"fieldName": "['row-lg-count']"
|
|
19426
19449
|
},
|
|
19427
19450
|
{
|
|
19428
|
-
"name": "
|
|
19451
|
+
"name": "['row-lg-height']",
|
|
19429
19452
|
"type": {
|
|
19430
|
-
"text": "
|
|
19453
|
+
"text": "string"
|
|
19431
19454
|
},
|
|
19432
|
-
"fieldName": "
|
|
19455
|
+
"fieldName": "['row-lg-height']"
|
|
19433
19456
|
},
|
|
19434
19457
|
{
|
|
19435
|
-
"name": "
|
|
19458
|
+
"name": "['row-md-count']",
|
|
19436
19459
|
"type": {
|
|
19437
|
-
"text": "
|
|
19460
|
+
"text": "string"
|
|
19438
19461
|
},
|
|
19439
|
-
"fieldName": "
|
|
19462
|
+
"fieldName": "['row-md-count']"
|
|
19440
19463
|
},
|
|
19441
19464
|
{
|
|
19442
|
-
"name": "height
|
|
19465
|
+
"name": "['row-md-height']",
|
|
19443
19466
|
"type": {
|
|
19444
|
-
"text": "
|
|
19467
|
+
"text": "string"
|
|
19445
19468
|
},
|
|
19446
|
-
"fieldName": "
|
|
19469
|
+
"fieldName": "['row-md-height']"
|
|
19447
19470
|
},
|
|
19448
19471
|
{
|
|
19449
|
-
"name": "
|
|
19472
|
+
"name": "['row-sm-count']",
|
|
19450
19473
|
"type": {
|
|
19451
|
-
"text": "
|
|
19474
|
+
"text": "string"
|
|
19452
19475
|
},
|
|
19453
|
-
"fieldName": "
|
|
19476
|
+
"fieldName": "['row-sm-count']"
|
|
19454
19477
|
},
|
|
19455
19478
|
{
|
|
19456
|
-
"name": "height
|
|
19479
|
+
"name": "['row-sm-height']",
|
|
19457
19480
|
"type": {
|
|
19458
|
-
"text": "
|
|
19481
|
+
"text": "string"
|
|
19459
19482
|
},
|
|
19460
|
-
"fieldName": "
|
|
19483
|
+
"fieldName": "['row-sm-height']"
|
|
19461
19484
|
}
|
|
19462
19485
|
],
|
|
19463
19486
|
"superclass": {
|
|
19464
19487
|
"name": "FoundationElement",
|
|
19465
19488
|
"package": "@microsoft/fast-foundation"
|
|
19466
19489
|
},
|
|
19467
|
-
"tagName": "%%prefix%%-grid-layout
|
|
19490
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
19468
19491
|
"customElement": true
|
|
19469
19492
|
},
|
|
19470
19493
|
{
|
|
19471
19494
|
"kind": "variable",
|
|
19472
|
-
"name": "
|
|
19473
|
-
"description": "The Foundation Grid Layout
|
|
19495
|
+
"name": "foundationGridLayout",
|
|
19496
|
+
"description": "The Foundation Grid Layout",
|
|
19474
19497
|
"privacy": "public"
|
|
19475
19498
|
}
|
|
19476
19499
|
],
|
|
19477
19500
|
"exports": [
|
|
19478
19501
|
{
|
|
19479
19502
|
"kind": "js",
|
|
19480
|
-
"name": "
|
|
19503
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19481
19504
|
"declaration": {
|
|
19482
|
-
"name": "
|
|
19483
|
-
"module": "src/grid-layout
|
|
19505
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19506
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19484
19507
|
}
|
|
19485
19508
|
},
|
|
19486
19509
|
{
|
|
19487
19510
|
"kind": "js",
|
|
19488
|
-
"name": "
|
|
19511
|
+
"name": "defaultGridLayoutConfig",
|
|
19489
19512
|
"declaration": {
|
|
19490
|
-
"name": "
|
|
19491
|
-
"module": "src/grid-layout
|
|
19513
|
+
"name": "defaultGridLayoutConfig",
|
|
19514
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19492
19515
|
}
|
|
19493
19516
|
},
|
|
19494
19517
|
{
|
|
19495
19518
|
"kind": "js",
|
|
19496
|
-
"name": "
|
|
19519
|
+
"name": "GridLayout",
|
|
19497
19520
|
"declaration": {
|
|
19498
|
-
"name": "
|
|
19499
|
-
"module": "src/grid-layout
|
|
19521
|
+
"name": "GridLayout",
|
|
19522
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19500
19523
|
}
|
|
19501
19524
|
},
|
|
19502
19525
|
{
|
|
19503
19526
|
"kind": "js",
|
|
19504
|
-
"name": "
|
|
19527
|
+
"name": "foundationGridLayout",
|
|
19505
19528
|
"declaration": {
|
|
19506
|
-
"name": "
|
|
19507
|
-
"module": "src/grid-layout
|
|
19529
|
+
"name": "foundationGridLayout",
|
|
19530
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19508
19531
|
}
|
|
19509
19532
|
}
|
|
19510
19533
|
]
|
|
19511
19534
|
},
|
|
19512
19535
|
{
|
|
19513
19536
|
"kind": "javascript-module",
|
|
19514
|
-
"path": "src/grid-layout-
|
|
19537
|
+
"path": "src/grid-layout/grid-layout.types.ts",
|
|
19538
|
+
"declarations": [],
|
|
19539
|
+
"exports": []
|
|
19540
|
+
},
|
|
19541
|
+
{
|
|
19542
|
+
"kind": "javascript-module",
|
|
19543
|
+
"path": "src/grid-layout/index.ts",
|
|
19515
19544
|
"declarations": [],
|
|
19516
19545
|
"exports": [
|
|
19517
19546
|
{
|
|
@@ -19519,7 +19548,7 @@
|
|
|
19519
19548
|
"name": "*",
|
|
19520
19549
|
"declaration": {
|
|
19521
19550
|
"name": "*",
|
|
19522
|
-
"package": "./grid-layout
|
|
19551
|
+
"package": "./grid-layout.template"
|
|
19523
19552
|
}
|
|
19524
19553
|
},
|
|
19525
19554
|
{
|
|
@@ -19527,66 +19556,58 @@
|
|
|
19527
19556
|
"name": "*",
|
|
19528
19557
|
"declaration": {
|
|
19529
19558
|
"name": "*",
|
|
19530
|
-
"package": "./grid-layout
|
|
19559
|
+
"package": "./grid-layout.styles"
|
|
19531
19560
|
}
|
|
19532
|
-
}
|
|
19533
|
-
]
|
|
19534
|
-
},
|
|
19535
|
-
{
|
|
19536
|
-
"kind": "javascript-module",
|
|
19537
|
-
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19538
|
-
"declarations": [
|
|
19561
|
+
},
|
|
19539
19562
|
{
|
|
19540
|
-
"kind": "
|
|
19541
|
-
"name": "
|
|
19542
|
-
"
|
|
19543
|
-
"
|
|
19544
|
-
|
|
19545
|
-
|
|
19546
|
-
}
|
|
19547
|
-
],
|
|
19548
|
-
"exports": [
|
|
19563
|
+
"kind": "js",
|
|
19564
|
+
"name": "*",
|
|
19565
|
+
"declaration": {
|
|
19566
|
+
"name": "*",
|
|
19567
|
+
"package": "./grid-layout"
|
|
19568
|
+
}
|
|
19569
|
+
},
|
|
19549
19570
|
{
|
|
19550
19571
|
"kind": "js",
|
|
19551
|
-
"name": "
|
|
19572
|
+
"name": "*",
|
|
19552
19573
|
"declaration": {
|
|
19553
|
-
"name": "
|
|
19554
|
-
"
|
|
19574
|
+
"name": "*",
|
|
19575
|
+
"package": "./grid-layout.types"
|
|
19555
19576
|
}
|
|
19556
19577
|
}
|
|
19557
19578
|
]
|
|
19558
19579
|
},
|
|
19559
19580
|
{
|
|
19560
19581
|
"kind": "javascript-module",
|
|
19561
|
-
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19582
|
+
"path": "src/grid-layout-item/grid-layout-item.template.ts",
|
|
19562
19583
|
"declarations": [
|
|
19563
19584
|
{
|
|
19564
19585
|
"kind": "variable",
|
|
19565
|
-
"name": "
|
|
19586
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19566
19587
|
"type": {
|
|
19567
|
-
"text": "ViewTemplate<
|
|
19588
|
+
"text": "ViewTemplate<GridLayoutItem>"
|
|
19568
19589
|
},
|
|
19569
|
-
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19590
|
+
"default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
|
|
19570
19591
|
}
|
|
19571
19592
|
],
|
|
19572
19593
|
"exports": [
|
|
19573
19594
|
{
|
|
19574
19595
|
"kind": "js",
|
|
19575
|
-
"name": "
|
|
19596
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19576
19597
|
"declaration": {
|
|
19577
|
-
"name": "
|
|
19578
|
-
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19598
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19599
|
+
"module": "src/grid-layout-item/grid-layout-item.template.ts"
|
|
19579
19600
|
}
|
|
19580
19601
|
}
|
|
19581
19602
|
]
|
|
19582
19603
|
},
|
|
19583
19604
|
{
|
|
19584
19605
|
"kind": "javascript-module",
|
|
19585
|
-
"path": "src/grid-layout/grid-layout.ts",
|
|
19606
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
19586
19607
|
"declarations": [
|
|
19587
19608
|
{
|
|
19588
19609
|
"kind": "variable",
|
|
19589
|
-
"name": "
|
|
19610
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19590
19611
|
"type": {
|
|
19591
19612
|
"text": "ShadowRootInit"
|
|
19592
19613
|
},
|
|
@@ -19594,7 +19615,7 @@
|
|
|
19594
19615
|
},
|
|
19595
19616
|
{
|
|
19596
19617
|
"kind": "variable",
|
|
19597
|
-
"name": "
|
|
19618
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19598
19619
|
"type": {
|
|
19599
19620
|
"text": "object"
|
|
19600
19621
|
},
|
|
@@ -19603,136 +19624,137 @@
|
|
|
19603
19624
|
{
|
|
19604
19625
|
"kind": "class",
|
|
19605
19626
|
"description": "",
|
|
19606
|
-
"name": "
|
|
19627
|
+
"name": "GridLayoutItem",
|
|
19607
19628
|
"members": [
|
|
19608
19629
|
{
|
|
19609
19630
|
"kind": "field",
|
|
19610
|
-
"name": "
|
|
19631
|
+
"name": "colNumber",
|
|
19611
19632
|
"type": {
|
|
19612
|
-
"text": "
|
|
19633
|
+
"text": "number"
|
|
19613
19634
|
}
|
|
19614
19635
|
},
|
|
19615
19636
|
{
|
|
19616
19637
|
"kind": "field",
|
|
19617
|
-
"name": "
|
|
19638
|
+
"name": "colSmNumber",
|
|
19618
19639
|
"type": {
|
|
19619
|
-
"text": "
|
|
19640
|
+
"text": "number"
|
|
19620
19641
|
}
|
|
19621
19642
|
},
|
|
19622
19643
|
{
|
|
19623
19644
|
"kind": "field",
|
|
19624
|
-
"name": "
|
|
19645
|
+
"name": "colMdNumber",
|
|
19625
19646
|
"type": {
|
|
19626
|
-
"text": "
|
|
19647
|
+
"text": "number"
|
|
19627
19648
|
}
|
|
19628
19649
|
},
|
|
19629
19650
|
{
|
|
19630
19651
|
"kind": "field",
|
|
19631
|
-
"name": "
|
|
19652
|
+
"name": "colLgNumber",
|
|
19632
19653
|
"type": {
|
|
19633
|
-
"text": "
|
|
19654
|
+
"text": "number"
|
|
19634
19655
|
}
|
|
19635
19656
|
},
|
|
19636
19657
|
{
|
|
19637
19658
|
"kind": "field",
|
|
19638
|
-
"name": "
|
|
19659
|
+
"name": "rowNumber",
|
|
19639
19660
|
"type": {
|
|
19640
|
-
"text": "
|
|
19661
|
+
"text": "number"
|
|
19641
19662
|
}
|
|
19642
19663
|
},
|
|
19643
19664
|
{
|
|
19644
19665
|
"kind": "field",
|
|
19645
|
-
"name": "
|
|
19666
|
+
"name": "rowSmNumber",
|
|
19646
19667
|
"type": {
|
|
19647
|
-
"text": "
|
|
19668
|
+
"text": "number"
|
|
19648
19669
|
}
|
|
19649
19670
|
},
|
|
19650
19671
|
{
|
|
19651
19672
|
"kind": "field",
|
|
19652
|
-
"name": "
|
|
19673
|
+
"name": "rowMdNumber",
|
|
19653
19674
|
"type": {
|
|
19654
|
-
"text": "
|
|
19675
|
+
"text": "number"
|
|
19655
19676
|
}
|
|
19656
19677
|
},
|
|
19657
19678
|
{
|
|
19658
19679
|
"kind": "field",
|
|
19659
|
-
"name": "
|
|
19680
|
+
"name": "rowLgNumber",
|
|
19660
19681
|
"type": {
|
|
19661
|
-
"text": "
|
|
19682
|
+
"text": "number"
|
|
19662
19683
|
}
|
|
19663
19684
|
},
|
|
19664
19685
|
{
|
|
19665
19686
|
"kind": "field",
|
|
19666
|
-
"name": "
|
|
19687
|
+
"name": "width",
|
|
19667
19688
|
"type": {
|
|
19668
|
-
"text": "
|
|
19689
|
+
"text": "number"
|
|
19669
19690
|
}
|
|
19670
19691
|
},
|
|
19671
19692
|
{
|
|
19672
19693
|
"kind": "field",
|
|
19673
|
-
"name": "
|
|
19694
|
+
"name": "widthSm",
|
|
19674
19695
|
"type": {
|
|
19675
|
-
"text": "
|
|
19696
|
+
"text": "number"
|
|
19676
19697
|
}
|
|
19677
19698
|
},
|
|
19678
19699
|
{
|
|
19679
19700
|
"kind": "field",
|
|
19680
|
-
"name": "
|
|
19701
|
+
"name": "widthMd",
|
|
19681
19702
|
"type": {
|
|
19682
|
-
"text": "
|
|
19703
|
+
"text": "number"
|
|
19683
19704
|
}
|
|
19684
19705
|
},
|
|
19685
19706
|
{
|
|
19686
19707
|
"kind": "field",
|
|
19687
|
-
"name": "
|
|
19708
|
+
"name": "widthLg",
|
|
19688
19709
|
"type": {
|
|
19689
|
-
"text": "
|
|
19710
|
+
"text": "number"
|
|
19690
19711
|
}
|
|
19691
19712
|
},
|
|
19692
19713
|
{
|
|
19693
19714
|
"kind": "field",
|
|
19694
|
-
"name": "
|
|
19715
|
+
"name": "height",
|
|
19695
19716
|
"type": {
|
|
19696
|
-
"text": "
|
|
19717
|
+
"text": "number"
|
|
19697
19718
|
}
|
|
19698
19719
|
},
|
|
19699
19720
|
{
|
|
19700
19721
|
"kind": "field",
|
|
19701
|
-
"name": "
|
|
19722
|
+
"name": "heightSm",
|
|
19702
19723
|
"type": {
|
|
19703
|
-
"text": "
|
|
19724
|
+
"text": "number"
|
|
19704
19725
|
}
|
|
19705
19726
|
},
|
|
19706
19727
|
{
|
|
19707
19728
|
"kind": "field",
|
|
19708
|
-
"name": "
|
|
19729
|
+
"name": "heightMd",
|
|
19709
19730
|
"type": {
|
|
19710
|
-
"text": "
|
|
19731
|
+
"text": "number"
|
|
19711
19732
|
}
|
|
19712
19733
|
},
|
|
19713
19734
|
{
|
|
19714
19735
|
"kind": "field",
|
|
19715
|
-
"name": "
|
|
19736
|
+
"name": "heightLg",
|
|
19716
19737
|
"type": {
|
|
19717
|
-
"text": "
|
|
19738
|
+
"text": "number"
|
|
19718
19739
|
}
|
|
19719
19740
|
},
|
|
19720
19741
|
{
|
|
19721
|
-
"kind": "
|
|
19722
|
-
"name": "
|
|
19723
|
-
"
|
|
19724
|
-
|
|
19725
|
-
|
|
19726
|
-
|
|
19727
|
-
|
|
19728
|
-
|
|
19729
|
-
|
|
19730
|
-
|
|
19731
|
-
|
|
19732
|
-
|
|
19733
|
-
|
|
19734
|
-
|
|
19735
|
-
|
|
19742
|
+
"kind": "method",
|
|
19743
|
+
"name": "setGridItemProperties",
|
|
19744
|
+
"parameters": [
|
|
19745
|
+
{
|
|
19746
|
+
"name": "column"
|
|
19747
|
+
},
|
|
19748
|
+
{
|
|
19749
|
+
"name": "row"
|
|
19750
|
+
},
|
|
19751
|
+
{
|
|
19752
|
+
"name": "width"
|
|
19753
|
+
},
|
|
19754
|
+
{
|
|
19755
|
+
"name": "height"
|
|
19756
|
+
}
|
|
19757
|
+
]
|
|
19736
19758
|
},
|
|
19737
19759
|
{
|
|
19738
19760
|
"kind": "field",
|
|
@@ -19848,176 +19870,170 @@
|
|
|
19848
19870
|
],
|
|
19849
19871
|
"attributes": [
|
|
19850
19872
|
{
|
|
19851
|
-
"name": "
|
|
19873
|
+
"name": "col-number",
|
|
19852
19874
|
"type": {
|
|
19853
|
-
"text": "
|
|
19875
|
+
"text": "number"
|
|
19854
19876
|
},
|
|
19855
|
-
"fieldName": "
|
|
19877
|
+
"fieldName": "colNumber"
|
|
19856
19878
|
},
|
|
19857
19879
|
{
|
|
19858
|
-
"name": "
|
|
19880
|
+
"name": "col-sm-number",
|
|
19859
19881
|
"type": {
|
|
19860
|
-
"text": "
|
|
19882
|
+
"text": "number"
|
|
19861
19883
|
},
|
|
19862
|
-
"fieldName": "
|
|
19884
|
+
"fieldName": "colSmNumber"
|
|
19863
19885
|
},
|
|
19864
19886
|
{
|
|
19865
|
-
"name": "
|
|
19887
|
+
"name": "col-md-number",
|
|
19866
19888
|
"type": {
|
|
19867
|
-
"text": "
|
|
19889
|
+
"text": "number"
|
|
19868
19890
|
},
|
|
19869
|
-
"fieldName": "
|
|
19891
|
+
"fieldName": "colMdNumber"
|
|
19870
19892
|
},
|
|
19871
19893
|
{
|
|
19872
|
-
"name": "
|
|
19894
|
+
"name": "col-lg-number",
|
|
19873
19895
|
"type": {
|
|
19874
|
-
"text": "
|
|
19896
|
+
"text": "number"
|
|
19875
19897
|
},
|
|
19876
|
-
"fieldName": "
|
|
19898
|
+
"fieldName": "colLgNumber"
|
|
19877
19899
|
},
|
|
19878
19900
|
{
|
|
19879
|
-
"name": "
|
|
19901
|
+
"name": "row-number",
|
|
19880
19902
|
"type": {
|
|
19881
|
-
"text": "
|
|
19903
|
+
"text": "number"
|
|
19882
19904
|
},
|
|
19883
|
-
"fieldName": "
|
|
19905
|
+
"fieldName": "rowNumber"
|
|
19884
19906
|
},
|
|
19885
19907
|
{
|
|
19886
|
-
"name": "
|
|
19908
|
+
"name": "row-sm-number",
|
|
19887
19909
|
"type": {
|
|
19888
|
-
"text": "
|
|
19910
|
+
"text": "number"
|
|
19889
19911
|
},
|
|
19890
|
-
"fieldName": "
|
|
19912
|
+
"fieldName": "rowSmNumber"
|
|
19891
19913
|
},
|
|
19892
19914
|
{
|
|
19893
|
-
"name": "
|
|
19915
|
+
"name": "row-md-number",
|
|
19894
19916
|
"type": {
|
|
19895
|
-
"text": "
|
|
19917
|
+
"text": "number"
|
|
19896
19918
|
},
|
|
19897
|
-
"fieldName": "
|
|
19919
|
+
"fieldName": "rowMdNumber"
|
|
19898
19920
|
},
|
|
19899
19921
|
{
|
|
19900
|
-
"name": "
|
|
19922
|
+
"name": "row-lg-number",
|
|
19901
19923
|
"type": {
|
|
19902
|
-
"text": "
|
|
19924
|
+
"text": "number"
|
|
19903
19925
|
},
|
|
19904
|
-
"fieldName": "
|
|
19926
|
+
"fieldName": "rowLgNumber"
|
|
19905
19927
|
},
|
|
19906
19928
|
{
|
|
19907
|
-
"name": "
|
|
19929
|
+
"name": "width",
|
|
19908
19930
|
"type": {
|
|
19909
|
-
"text": "
|
|
19931
|
+
"text": "number"
|
|
19910
19932
|
},
|
|
19911
|
-
"fieldName": "
|
|
19933
|
+
"fieldName": "width"
|
|
19912
19934
|
},
|
|
19913
19935
|
{
|
|
19914
|
-
"name": "
|
|
19936
|
+
"name": "width-sm",
|
|
19915
19937
|
"type": {
|
|
19916
|
-
"text": "
|
|
19938
|
+
"text": "number"
|
|
19917
19939
|
},
|
|
19918
|
-
"fieldName": "
|
|
19940
|
+
"fieldName": "widthSm"
|
|
19919
19941
|
},
|
|
19920
19942
|
{
|
|
19921
|
-
"name": "
|
|
19943
|
+
"name": "width-md",
|
|
19922
19944
|
"type": {
|
|
19923
|
-
"text": "
|
|
19945
|
+
"text": "number"
|
|
19924
19946
|
},
|
|
19925
|
-
"fieldName": "
|
|
19947
|
+
"fieldName": "widthMd"
|
|
19926
19948
|
},
|
|
19927
19949
|
{
|
|
19928
|
-
"name": "
|
|
19950
|
+
"name": "width-lg",
|
|
19929
19951
|
"type": {
|
|
19930
|
-
"text": "
|
|
19952
|
+
"text": "number"
|
|
19931
19953
|
},
|
|
19932
|
-
"fieldName": "
|
|
19954
|
+
"fieldName": "widthLg"
|
|
19933
19955
|
},
|
|
19934
19956
|
{
|
|
19935
|
-
"name": "
|
|
19957
|
+
"name": "height",
|
|
19936
19958
|
"type": {
|
|
19937
|
-
"text": "
|
|
19959
|
+
"text": "number"
|
|
19938
19960
|
},
|
|
19939
|
-
"fieldName": "
|
|
19961
|
+
"fieldName": "height"
|
|
19940
19962
|
},
|
|
19941
19963
|
{
|
|
19942
|
-
"name": "
|
|
19964
|
+
"name": "height-sm",
|
|
19943
19965
|
"type": {
|
|
19944
|
-
"text": "
|
|
19966
|
+
"text": "number"
|
|
19945
19967
|
},
|
|
19946
|
-
"fieldName": "
|
|
19968
|
+
"fieldName": "heightSm"
|
|
19947
19969
|
},
|
|
19948
19970
|
{
|
|
19949
|
-
"name": "
|
|
19971
|
+
"name": "height-md",
|
|
19950
19972
|
"type": {
|
|
19951
|
-
"text": "
|
|
19973
|
+
"text": "number"
|
|
19952
19974
|
},
|
|
19953
|
-
"fieldName": "
|
|
19975
|
+
"fieldName": "heightMd"
|
|
19954
19976
|
},
|
|
19955
19977
|
{
|
|
19956
|
-
"name": "
|
|
19978
|
+
"name": "height-lg",
|
|
19957
19979
|
"type": {
|
|
19958
|
-
"text": "
|
|
19980
|
+
"text": "number"
|
|
19959
19981
|
},
|
|
19960
|
-
"fieldName": "
|
|
19982
|
+
"fieldName": "heightLg"
|
|
19961
19983
|
}
|
|
19962
19984
|
],
|
|
19963
19985
|
"superclass": {
|
|
19964
19986
|
"name": "FoundationElement",
|
|
19965
19987
|
"package": "@microsoft/fast-foundation"
|
|
19966
19988
|
},
|
|
19967
|
-
"tagName": "%%prefix%%-grid-layout",
|
|
19989
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
19968
19990
|
"customElement": true
|
|
19969
19991
|
},
|
|
19970
19992
|
{
|
|
19971
19993
|
"kind": "variable",
|
|
19972
|
-
"name": "
|
|
19973
|
-
"description": "The Foundation Grid Layout",
|
|
19994
|
+
"name": "foundationGridLayoutItem",
|
|
19995
|
+
"description": "The Foundation Grid Layout Item",
|
|
19974
19996
|
"privacy": "public"
|
|
19975
19997
|
}
|
|
19976
19998
|
],
|
|
19977
19999
|
"exports": [
|
|
19978
20000
|
{
|
|
19979
20001
|
"kind": "js",
|
|
19980
|
-
"name": "
|
|
20002
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19981
20003
|
"declaration": {
|
|
19982
|
-
"name": "
|
|
19983
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20004
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
20005
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19984
20006
|
}
|
|
19985
20007
|
},
|
|
19986
20008
|
{
|
|
19987
20009
|
"kind": "js",
|
|
19988
|
-
"name": "
|
|
20010
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19989
20011
|
"declaration": {
|
|
19990
|
-
"name": "
|
|
19991
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20012
|
+
"name": "defaultGridLayoutItemConfig",
|
|
20013
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19992
20014
|
}
|
|
19993
20015
|
},
|
|
19994
20016
|
{
|
|
19995
20017
|
"kind": "js",
|
|
19996
|
-
"name": "
|
|
20018
|
+
"name": "GridLayoutItem",
|
|
19997
20019
|
"declaration": {
|
|
19998
|
-
"name": "
|
|
19999
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20020
|
+
"name": "GridLayoutItem",
|
|
20021
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20000
20022
|
}
|
|
20001
20023
|
},
|
|
20002
20024
|
{
|
|
20003
20025
|
"kind": "js",
|
|
20004
|
-
"name": "
|
|
20026
|
+
"name": "foundationGridLayoutItem",
|
|
20005
20027
|
"declaration": {
|
|
20006
|
-
"name": "
|
|
20007
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20028
|
+
"name": "foundationGridLayoutItem",
|
|
20029
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20008
20030
|
}
|
|
20009
20031
|
}
|
|
20010
20032
|
]
|
|
20011
20033
|
},
|
|
20012
20034
|
{
|
|
20013
20035
|
"kind": "javascript-module",
|
|
20014
|
-
"path": "src/grid-layout/
|
|
20015
|
-
"declarations": [],
|
|
20016
|
-
"exports": []
|
|
20017
|
-
},
|
|
20018
|
-
{
|
|
20019
|
-
"kind": "javascript-module",
|
|
20020
|
-
"path": "src/grid-layout/index.ts",
|
|
20036
|
+
"path": "src/grid-layout-item/index.ts",
|
|
20021
20037
|
"declarations": [],
|
|
20022
20038
|
"exports": [
|
|
20023
20039
|
{
|
|
@@ -20025,23 +20041,7 @@
|
|
|
20025
20041
|
"name": "*",
|
|
20026
20042
|
"declaration": {
|
|
20027
20043
|
"name": "*",
|
|
20028
|
-
"package": "./grid-layout.template"
|
|
20029
|
-
}
|
|
20030
|
-
},
|
|
20031
|
-
{
|
|
20032
|
-
"kind": "js",
|
|
20033
|
-
"name": "*",
|
|
20034
|
-
"declaration": {
|
|
20035
|
-
"name": "*",
|
|
20036
|
-
"package": "./grid-layout.styles"
|
|
20037
|
-
}
|
|
20038
|
-
},
|
|
20039
|
-
{
|
|
20040
|
-
"kind": "js",
|
|
20041
|
-
"name": "*",
|
|
20042
|
-
"declaration": {
|
|
20043
|
-
"name": "*",
|
|
20044
|
-
"package": "./grid-layout"
|
|
20044
|
+
"package": "./grid-layout-item.template"
|
|
20045
20045
|
}
|
|
20046
20046
|
},
|
|
20047
20047
|
{
|
|
@@ -20049,7 +20049,7 @@
|
|
|
20049
20049
|
"name": "*",
|
|
20050
20050
|
"declaration": {
|
|
20051
20051
|
"name": "*",
|
|
20052
|
-
"package": "./grid-layout
|
|
20052
|
+
"package": "./grid-layout-item"
|
|
20053
20053
|
}
|
|
20054
20054
|
}
|
|
20055
20055
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.194.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -82,13 +82,13 @@
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@genesislcap/foundation-testing": "14.
|
|
86
|
-
"@genesislcap/genx": "14.
|
|
87
|
-
"@genesislcap/rollup-builder": "14.
|
|
88
|
-
"@genesislcap/ts-builder": "14.
|
|
89
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
90
|
-
"@genesislcap/vite-builder": "14.
|
|
91
|
-
"@genesislcap/webpack-builder": "14.
|
|
85
|
+
"@genesislcap/foundation-testing": "14.194.0",
|
|
86
|
+
"@genesislcap/genx": "14.194.0",
|
|
87
|
+
"@genesislcap/rollup-builder": "14.194.0",
|
|
88
|
+
"@genesislcap/ts-builder": "14.194.0",
|
|
89
|
+
"@genesislcap/uvu-playwright-builder": "14.194.0",
|
|
90
|
+
"@genesislcap/vite-builder": "14.194.0",
|
|
91
|
+
"@genesislcap/webpack-builder": "14.194.0",
|
|
92
92
|
"copyfiles": "^2.4.1",
|
|
93
93
|
"rimraf": "^5.0.0",
|
|
94
94
|
"rxjs": "^7.5.4"
|
|
@@ -99,13 +99,13 @@
|
|
|
99
99
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
100
100
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
101
101
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
102
|
-
"@genesislcap/foundation-comms": "14.
|
|
103
|
-
"@genesislcap/foundation-criteria": "14.
|
|
104
|
-
"@genesislcap/foundation-errors": "14.
|
|
105
|
-
"@genesislcap/foundation-logger": "14.
|
|
106
|
-
"@genesislcap/foundation-notifications": "14.
|
|
107
|
-
"@genesislcap/foundation-user": "14.
|
|
108
|
-
"@genesislcap/foundation-utils": "14.
|
|
102
|
+
"@genesislcap/foundation-comms": "14.194.0",
|
|
103
|
+
"@genesislcap/foundation-criteria": "14.194.0",
|
|
104
|
+
"@genesislcap/foundation-errors": "14.194.0",
|
|
105
|
+
"@genesislcap/foundation-logger": "14.194.0",
|
|
106
|
+
"@genesislcap/foundation-notifications": "14.194.0",
|
|
107
|
+
"@genesislcap/foundation-user": "14.194.0",
|
|
108
|
+
"@genesislcap/foundation-utils": "14.194.0",
|
|
109
109
|
"@microsoft/fast-colors": "^5.3.1",
|
|
110
110
|
"@microsoft/fast-components": "^2.30.6",
|
|
111
111
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -127,5 +127,5 @@
|
|
|
127
127
|
"access": "public"
|
|
128
128
|
},
|
|
129
129
|
"customElements": "dist/custom-elements.json",
|
|
130
|
-
"gitHead": "
|
|
130
|
+
"gitHead": "8820d1e55e6cd53e293e819bb3a629c70fda5b76"
|
|
131
131
|
}
|