@genesislcap/foundation-ui 14.195.2-alpha-20c90cf.0 → 14.195.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +517 -517
- package/dist/dts/stepper/stepper.d.ts +1 -1
- package/dist/dts/stepper/stepper.d.ts.map +1 -1
- package/dist/dts/stepper-tab/stepper-tab.d.ts +0 -1
- package/dist/dts/stepper-tab/stepper-tab.d.ts.map +1 -1
- package/dist/esm/stepper/stepper.js +10 -12
- package/dist/esm/stepper-tab/stepper-tab.js +0 -6
- package/package.json +16 -16
|
@@ -862,219 +862,6 @@
|
|
|
862
862
|
}
|
|
863
863
|
]
|
|
864
864
|
},
|
|
865
|
-
{
|
|
866
|
-
"kind": "javascript-module",
|
|
867
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
868
|
-
"declarations": [
|
|
869
|
-
{
|
|
870
|
-
"kind": "function",
|
|
871
|
-
"name": "foundationAccordionStyles",
|
|
872
|
-
"return": {
|
|
873
|
-
"type": {
|
|
874
|
-
"text": "ElementStyles"
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
"parameters": [
|
|
878
|
-
{
|
|
879
|
-
"name": "context",
|
|
880
|
-
"type": {
|
|
881
|
-
"text": "ElementDefinitionContext"
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"name": "definition",
|
|
886
|
-
"type": {
|
|
887
|
-
"text": "FoundationElementDefinition"
|
|
888
|
-
}
|
|
889
|
-
}
|
|
890
|
-
]
|
|
891
|
-
}
|
|
892
|
-
],
|
|
893
|
-
"exports": [
|
|
894
|
-
{
|
|
895
|
-
"kind": "js",
|
|
896
|
-
"name": "foundationAccordionStyles",
|
|
897
|
-
"declaration": {
|
|
898
|
-
"name": "foundationAccordionStyles",
|
|
899
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
]
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
"kind": "javascript-module",
|
|
906
|
-
"path": "src/accordion/accordion.template.ts",
|
|
907
|
-
"declarations": [
|
|
908
|
-
{
|
|
909
|
-
"kind": "function",
|
|
910
|
-
"name": "foundationAccordionTemplate",
|
|
911
|
-
"return": {
|
|
912
|
-
"type": {
|
|
913
|
-
"text": "ViewTemplate<Accordion>"
|
|
914
|
-
}
|
|
915
|
-
},
|
|
916
|
-
"parameters": [
|
|
917
|
-
{
|
|
918
|
-
"name": "context",
|
|
919
|
-
"type": {
|
|
920
|
-
"text": "ElementDefinitionContext"
|
|
921
|
-
}
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"name": "definition",
|
|
925
|
-
"type": {
|
|
926
|
-
"text": "FoundationElementDefinition"
|
|
927
|
-
}
|
|
928
|
-
}
|
|
929
|
-
]
|
|
930
|
-
}
|
|
931
|
-
],
|
|
932
|
-
"exports": [
|
|
933
|
-
{
|
|
934
|
-
"kind": "js",
|
|
935
|
-
"name": "foundationAccordionTemplate",
|
|
936
|
-
"declaration": {
|
|
937
|
-
"name": "foundationAccordionTemplate",
|
|
938
|
-
"module": "src/accordion/accordion.template.ts"
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
]
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"kind": "javascript-module",
|
|
945
|
-
"path": "src/accordion/accordion.ts",
|
|
946
|
-
"declarations": [
|
|
947
|
-
{
|
|
948
|
-
"kind": "class",
|
|
949
|
-
"description": "",
|
|
950
|
-
"name": "Accordion",
|
|
951
|
-
"superclass": {
|
|
952
|
-
"name": "FASTAccordion",
|
|
953
|
-
"package": "@microsoft/fast-foundation"
|
|
954
|
-
},
|
|
955
|
-
"tagName": "%%prefix%%-accordion",
|
|
956
|
-
"customElement": true
|
|
957
|
-
},
|
|
958
|
-
{
|
|
959
|
-
"kind": "variable",
|
|
960
|
-
"name": "foundationAccordionShadowOptions",
|
|
961
|
-
"type": {
|
|
962
|
-
"text": "ShadowRootInit"
|
|
963
|
-
},
|
|
964
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"kind": "variable",
|
|
968
|
-
"name": "defaultAccordionConfig",
|
|
969
|
-
"type": {
|
|
970
|
-
"text": "object"
|
|
971
|
-
},
|
|
972
|
-
"default": "{}"
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
"kind": "variable",
|
|
976
|
-
"name": "foundationAccordion",
|
|
977
|
-
"description": "The Foundation Accordion",
|
|
978
|
-
"privacy": "public"
|
|
979
|
-
}
|
|
980
|
-
],
|
|
981
|
-
"exports": [
|
|
982
|
-
{
|
|
983
|
-
"kind": "js",
|
|
984
|
-
"name": "Accordion",
|
|
985
|
-
"declaration": {
|
|
986
|
-
"name": "Accordion",
|
|
987
|
-
"module": "src/accordion/accordion.ts"
|
|
988
|
-
}
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"kind": "js",
|
|
992
|
-
"name": "foundationAccordionShadowOptions",
|
|
993
|
-
"declaration": {
|
|
994
|
-
"name": "foundationAccordionShadowOptions",
|
|
995
|
-
"module": "src/accordion/accordion.ts"
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"kind": "js",
|
|
1000
|
-
"name": "defaultAccordionConfig",
|
|
1001
|
-
"declaration": {
|
|
1002
|
-
"name": "defaultAccordionConfig",
|
|
1003
|
-
"module": "src/accordion/accordion.ts"
|
|
1004
|
-
}
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
"kind": "js",
|
|
1008
|
-
"name": "foundationAccordion",
|
|
1009
|
-
"declaration": {
|
|
1010
|
-
"name": "foundationAccordion",
|
|
1011
|
-
"module": "src/accordion/accordion.ts"
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
]
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"kind": "javascript-module",
|
|
1018
|
-
"path": "src/accordion/index.ts",
|
|
1019
|
-
"declarations": [],
|
|
1020
|
-
"exports": [
|
|
1021
|
-
{
|
|
1022
|
-
"kind": "js",
|
|
1023
|
-
"name": "*",
|
|
1024
|
-
"declaration": {
|
|
1025
|
-
"name": "*",
|
|
1026
|
-
"package": "./accordion.template"
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"kind": "js",
|
|
1031
|
-
"name": "*",
|
|
1032
|
-
"declaration": {
|
|
1033
|
-
"name": "*",
|
|
1034
|
-
"package": "./accordion.styles"
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "js",
|
|
1039
|
-
"name": "*",
|
|
1040
|
-
"declaration": {
|
|
1041
|
-
"name": "*",
|
|
1042
|
-
"package": "./accordion"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
]
|
|
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
865
|
{
|
|
1079
866
|
"kind": "javascript-module",
|
|
1080
867
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1469,6 +1256,37 @@
|
|
|
1469
1256
|
}
|
|
1470
1257
|
]
|
|
1471
1258
|
},
|
|
1259
|
+
{
|
|
1260
|
+
"kind": "javascript-module",
|
|
1261
|
+
"path": "src/_config/index.ts",
|
|
1262
|
+
"declarations": [],
|
|
1263
|
+
"exports": [
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "js",
|
|
1266
|
+
"name": "*",
|
|
1267
|
+
"declaration": {
|
|
1268
|
+
"name": "*",
|
|
1269
|
+
"package": "./styles"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"kind": "js",
|
|
1274
|
+
"name": "*",
|
|
1275
|
+
"declaration": {
|
|
1276
|
+
"name": "*",
|
|
1277
|
+
"package": "./tokens"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"kind": "js",
|
|
1282
|
+
"name": "*",
|
|
1283
|
+
"declaration": {
|
|
1284
|
+
"name": "*",
|
|
1285
|
+
"package": "./values"
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1472
1290
|
{
|
|
1473
1291
|
"kind": "javascript-module",
|
|
1474
1292
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2550,14 +2368,14 @@
|
|
|
2550
2368
|
},
|
|
2551
2369
|
{
|
|
2552
2370
|
"kind": "javascript-module",
|
|
2553
|
-
"path": "src/
|
|
2371
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2554
2372
|
"declarations": [
|
|
2555
2373
|
{
|
|
2556
2374
|
"kind": "function",
|
|
2557
|
-
"name": "
|
|
2375
|
+
"name": "foundationAccordionStyles",
|
|
2558
2376
|
"return": {
|
|
2559
2377
|
"type": {
|
|
2560
|
-
"text": "
|
|
2378
|
+
"text": "ElementStyles"
|
|
2561
2379
|
}
|
|
2562
2380
|
},
|
|
2563
2381
|
"parameters": [
|
|
@@ -2579,24 +2397,206 @@
|
|
|
2579
2397
|
"exports": [
|
|
2580
2398
|
{
|
|
2581
2399
|
"kind": "js",
|
|
2582
|
-
"name": "
|
|
2400
|
+
"name": "foundationAccordionStyles",
|
|
2583
2401
|
"declaration": {
|
|
2584
|
-
"name": "
|
|
2585
|
-
"module": "src/
|
|
2402
|
+
"name": "foundationAccordionStyles",
|
|
2403
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2586
2404
|
}
|
|
2587
2405
|
}
|
|
2588
2406
|
]
|
|
2589
2407
|
},
|
|
2590
2408
|
{
|
|
2591
2409
|
"kind": "javascript-module",
|
|
2592
|
-
"path": "src/
|
|
2410
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2593
2411
|
"declarations": [
|
|
2594
2412
|
{
|
|
2595
2413
|
"kind": "function",
|
|
2596
|
-
"name": "
|
|
2414
|
+
"name": "foundationAccordionTemplate",
|
|
2597
2415
|
"return": {
|
|
2598
2416
|
"type": {
|
|
2599
|
-
"text": "
|
|
2417
|
+
"text": "ViewTemplate<Accordion>"
|
|
2418
|
+
}
|
|
2419
|
+
},
|
|
2420
|
+
"parameters": [
|
|
2421
|
+
{
|
|
2422
|
+
"name": "context",
|
|
2423
|
+
"type": {
|
|
2424
|
+
"text": "ElementDefinitionContext"
|
|
2425
|
+
}
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"name": "definition",
|
|
2429
|
+
"type": {
|
|
2430
|
+
"text": "FoundationElementDefinition"
|
|
2431
|
+
}
|
|
2432
|
+
}
|
|
2433
|
+
]
|
|
2434
|
+
}
|
|
2435
|
+
],
|
|
2436
|
+
"exports": [
|
|
2437
|
+
{
|
|
2438
|
+
"kind": "js",
|
|
2439
|
+
"name": "foundationAccordionTemplate",
|
|
2440
|
+
"declaration": {
|
|
2441
|
+
"name": "foundationAccordionTemplate",
|
|
2442
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2443
|
+
}
|
|
2444
|
+
}
|
|
2445
|
+
]
|
|
2446
|
+
},
|
|
2447
|
+
{
|
|
2448
|
+
"kind": "javascript-module",
|
|
2449
|
+
"path": "src/accordion/accordion.ts",
|
|
2450
|
+
"declarations": [
|
|
2451
|
+
{
|
|
2452
|
+
"kind": "class",
|
|
2453
|
+
"description": "",
|
|
2454
|
+
"name": "Accordion",
|
|
2455
|
+
"superclass": {
|
|
2456
|
+
"name": "FASTAccordion",
|
|
2457
|
+
"package": "@microsoft/fast-foundation"
|
|
2458
|
+
},
|
|
2459
|
+
"tagName": "%%prefix%%-accordion",
|
|
2460
|
+
"customElement": true
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "variable",
|
|
2464
|
+
"name": "foundationAccordionShadowOptions",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "ShadowRootInit"
|
|
2467
|
+
},
|
|
2468
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "variable",
|
|
2472
|
+
"name": "defaultAccordionConfig",
|
|
2473
|
+
"type": {
|
|
2474
|
+
"text": "object"
|
|
2475
|
+
},
|
|
2476
|
+
"default": "{}"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "variable",
|
|
2480
|
+
"name": "foundationAccordion",
|
|
2481
|
+
"description": "The Foundation Accordion",
|
|
2482
|
+
"privacy": "public"
|
|
2483
|
+
}
|
|
2484
|
+
],
|
|
2485
|
+
"exports": [
|
|
2486
|
+
{
|
|
2487
|
+
"kind": "js",
|
|
2488
|
+
"name": "Accordion",
|
|
2489
|
+
"declaration": {
|
|
2490
|
+
"name": "Accordion",
|
|
2491
|
+
"module": "src/accordion/accordion.ts"
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"kind": "js",
|
|
2496
|
+
"name": "foundationAccordionShadowOptions",
|
|
2497
|
+
"declaration": {
|
|
2498
|
+
"name": "foundationAccordionShadowOptions",
|
|
2499
|
+
"module": "src/accordion/accordion.ts"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "js",
|
|
2504
|
+
"name": "defaultAccordionConfig",
|
|
2505
|
+
"declaration": {
|
|
2506
|
+
"name": "defaultAccordionConfig",
|
|
2507
|
+
"module": "src/accordion/accordion.ts"
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "js",
|
|
2512
|
+
"name": "foundationAccordion",
|
|
2513
|
+
"declaration": {
|
|
2514
|
+
"name": "foundationAccordion",
|
|
2515
|
+
"module": "src/accordion/accordion.ts"
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"kind": "javascript-module",
|
|
2522
|
+
"path": "src/accordion/index.ts",
|
|
2523
|
+
"declarations": [],
|
|
2524
|
+
"exports": [
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "js",
|
|
2527
|
+
"name": "*",
|
|
2528
|
+
"declaration": {
|
|
2529
|
+
"name": "*",
|
|
2530
|
+
"package": "./accordion.template"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "js",
|
|
2535
|
+
"name": "*",
|
|
2536
|
+
"declaration": {
|
|
2537
|
+
"name": "*",
|
|
2538
|
+
"package": "./accordion.styles"
|
|
2539
|
+
}
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"kind": "js",
|
|
2543
|
+
"name": "*",
|
|
2544
|
+
"declaration": {
|
|
2545
|
+
"name": "*",
|
|
2546
|
+
"package": "./accordion"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
]
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "javascript-module",
|
|
2553
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2554
|
+
"declarations": [
|
|
2555
|
+
{
|
|
2556
|
+
"kind": "function",
|
|
2557
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2558
|
+
"return": {
|
|
2559
|
+
"type": {
|
|
2560
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2561
|
+
}
|
|
2562
|
+
},
|
|
2563
|
+
"parameters": [
|
|
2564
|
+
{
|
|
2565
|
+
"name": "context",
|
|
2566
|
+
"type": {
|
|
2567
|
+
"text": "ElementDefinitionContext"
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"name": "definition",
|
|
2572
|
+
"type": {
|
|
2573
|
+
"text": "FoundationElementDefinition"
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
]
|
|
2577
|
+
}
|
|
2578
|
+
],
|
|
2579
|
+
"exports": [
|
|
2580
|
+
{
|
|
2581
|
+
"kind": "js",
|
|
2582
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2583
|
+
"declaration": {
|
|
2584
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2585
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
]
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"kind": "javascript-module",
|
|
2592
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2593
|
+
"declarations": [
|
|
2594
|
+
{
|
|
2595
|
+
"kind": "function",
|
|
2596
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2597
|
+
"return": {
|
|
2598
|
+
"type": {
|
|
2599
|
+
"text": "ElementStyles"
|
|
2600
2600
|
}
|
|
2601
2601
|
},
|
|
2602
2602
|
"parameters": [
|
|
@@ -19058,35 +19058,59 @@
|
|
|
19058
19058
|
},
|
|
19059
19059
|
{
|
|
19060
19060
|
"kind": "javascript-module",
|
|
19061
|
-
"path": "src/grid-layout
|
|
19061
|
+
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19062
19062
|
"declarations": [
|
|
19063
19063
|
{
|
|
19064
19064
|
"kind": "variable",
|
|
19065
|
-
"name": "
|
|
19065
|
+
"name": "foundationGridLayoutStyles",
|
|
19066
19066
|
"type": {
|
|
19067
|
-
"text": "
|
|
19067
|
+
"text": "ElementStyles"
|
|
19068
19068
|
},
|
|
19069
|
-
"default": "
|
|
19069
|
+
"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`"
|
|
19070
19070
|
}
|
|
19071
19071
|
],
|
|
19072
19072
|
"exports": [
|
|
19073
19073
|
{
|
|
19074
19074
|
"kind": "js",
|
|
19075
|
-
"name": "
|
|
19075
|
+
"name": "foundationGridLayoutStyles",
|
|
19076
19076
|
"declaration": {
|
|
19077
|
-
"name": "
|
|
19078
|
-
"module": "src/grid-layout
|
|
19077
|
+
"name": "foundationGridLayoutStyles",
|
|
19078
|
+
"module": "src/grid-layout/grid-layout.styles.ts"
|
|
19079
19079
|
}
|
|
19080
19080
|
}
|
|
19081
19081
|
]
|
|
19082
19082
|
},
|
|
19083
19083
|
{
|
|
19084
19084
|
"kind": "javascript-module",
|
|
19085
|
-
"path": "src/grid-layout
|
|
19085
|
+
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19086
19086
|
"declarations": [
|
|
19087
19087
|
{
|
|
19088
19088
|
"kind": "variable",
|
|
19089
|
-
"name": "
|
|
19089
|
+
"name": "foundationGridLayoutTemplate",
|
|
19090
|
+
"type": {
|
|
19091
|
+
"text": "ViewTemplate<GridLayout>"
|
|
19092
|
+
},
|
|
19093
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19094
|
+
}
|
|
19095
|
+
],
|
|
19096
|
+
"exports": [
|
|
19097
|
+
{
|
|
19098
|
+
"kind": "js",
|
|
19099
|
+
"name": "foundationGridLayoutTemplate",
|
|
19100
|
+
"declaration": {
|
|
19101
|
+
"name": "foundationGridLayoutTemplate",
|
|
19102
|
+
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19103
|
+
}
|
|
19104
|
+
}
|
|
19105
|
+
]
|
|
19106
|
+
},
|
|
19107
|
+
{
|
|
19108
|
+
"kind": "javascript-module",
|
|
19109
|
+
"path": "src/grid-layout/grid-layout.ts",
|
|
19110
|
+
"declarations": [
|
|
19111
|
+
{
|
|
19112
|
+
"kind": "variable",
|
|
19113
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19090
19114
|
"type": {
|
|
19091
19115
|
"text": "ShadowRootInit"
|
|
19092
19116
|
},
|
|
@@ -19094,7 +19118,7 @@
|
|
|
19094
19118
|
},
|
|
19095
19119
|
{
|
|
19096
19120
|
"kind": "variable",
|
|
19097
|
-
"name": "
|
|
19121
|
+
"name": "defaultGridLayoutConfig",
|
|
19098
19122
|
"type": {
|
|
19099
19123
|
"text": "object"
|
|
19100
19124
|
},
|
|
@@ -19103,137 +19127,136 @@
|
|
|
19103
19127
|
{
|
|
19104
19128
|
"kind": "class",
|
|
19105
19129
|
"description": "",
|
|
19106
|
-
"name": "
|
|
19130
|
+
"name": "GridLayout",
|
|
19107
19131
|
"members": [
|
|
19108
19132
|
{
|
|
19109
19133
|
"kind": "field",
|
|
19110
|
-
"name": "
|
|
19134
|
+
"name": "['col-count']",
|
|
19111
19135
|
"type": {
|
|
19112
|
-
"text": "
|
|
19136
|
+
"text": "string"
|
|
19113
19137
|
}
|
|
19114
19138
|
},
|
|
19115
19139
|
{
|
|
19116
19140
|
"kind": "field",
|
|
19117
|
-
"name": "
|
|
19141
|
+
"name": "['col-width']",
|
|
19118
19142
|
"type": {
|
|
19119
|
-
"text": "
|
|
19143
|
+
"text": "string"
|
|
19120
19144
|
}
|
|
19121
19145
|
},
|
|
19122
19146
|
{
|
|
19123
19147
|
"kind": "field",
|
|
19124
|
-
"name": "
|
|
19148
|
+
"name": "['col-lg-count']",
|
|
19125
19149
|
"type": {
|
|
19126
|
-
"text": "
|
|
19150
|
+
"text": "string"
|
|
19127
19151
|
}
|
|
19128
19152
|
},
|
|
19129
19153
|
{
|
|
19130
19154
|
"kind": "field",
|
|
19131
|
-
"name": "
|
|
19155
|
+
"name": "['col-lg-width']",
|
|
19132
19156
|
"type": {
|
|
19133
|
-
"text": "
|
|
19157
|
+
"text": "string"
|
|
19134
19158
|
}
|
|
19135
19159
|
},
|
|
19136
19160
|
{
|
|
19137
19161
|
"kind": "field",
|
|
19138
|
-
"name": "
|
|
19162
|
+
"name": "['col-md-count']",
|
|
19139
19163
|
"type": {
|
|
19140
|
-
"text": "
|
|
19164
|
+
"text": "string"
|
|
19141
19165
|
}
|
|
19142
19166
|
},
|
|
19143
19167
|
{
|
|
19144
19168
|
"kind": "field",
|
|
19145
|
-
"name": "
|
|
19169
|
+
"name": "['col-md-width']",
|
|
19146
19170
|
"type": {
|
|
19147
|
-
"text": "
|
|
19171
|
+
"text": "string"
|
|
19148
19172
|
}
|
|
19149
19173
|
},
|
|
19150
19174
|
{
|
|
19151
19175
|
"kind": "field",
|
|
19152
|
-
"name": "
|
|
19176
|
+
"name": "['col-sm-count']",
|
|
19153
19177
|
"type": {
|
|
19154
|
-
"text": "
|
|
19178
|
+
"text": "string"
|
|
19155
19179
|
}
|
|
19156
19180
|
},
|
|
19157
19181
|
{
|
|
19158
19182
|
"kind": "field",
|
|
19159
|
-
"name": "
|
|
19183
|
+
"name": "['col-sm-width']",
|
|
19160
19184
|
"type": {
|
|
19161
|
-
"text": "
|
|
19185
|
+
"text": "string"
|
|
19162
19186
|
}
|
|
19163
19187
|
},
|
|
19164
19188
|
{
|
|
19165
19189
|
"kind": "field",
|
|
19166
|
-
"name": "
|
|
19190
|
+
"name": "['row-count']",
|
|
19167
19191
|
"type": {
|
|
19168
|
-
"text": "
|
|
19192
|
+
"text": "string"
|
|
19169
19193
|
}
|
|
19170
19194
|
},
|
|
19171
19195
|
{
|
|
19172
19196
|
"kind": "field",
|
|
19173
|
-
"name": "
|
|
19197
|
+
"name": "['row-height']",
|
|
19174
19198
|
"type": {
|
|
19175
|
-
"text": "
|
|
19199
|
+
"text": "string"
|
|
19176
19200
|
}
|
|
19177
19201
|
},
|
|
19178
19202
|
{
|
|
19179
19203
|
"kind": "field",
|
|
19180
|
-
"name": "
|
|
19204
|
+
"name": "['row-lg-count']",
|
|
19181
19205
|
"type": {
|
|
19182
|
-
"text": "
|
|
19206
|
+
"text": "string"
|
|
19183
19207
|
}
|
|
19184
19208
|
},
|
|
19185
19209
|
{
|
|
19186
19210
|
"kind": "field",
|
|
19187
|
-
"name": "
|
|
19211
|
+
"name": "['row-lg-height']",
|
|
19188
19212
|
"type": {
|
|
19189
|
-
"text": "
|
|
19213
|
+
"text": "string"
|
|
19190
19214
|
}
|
|
19191
19215
|
},
|
|
19192
19216
|
{
|
|
19193
19217
|
"kind": "field",
|
|
19194
|
-
"name": "
|
|
19218
|
+
"name": "['row-md-count']",
|
|
19195
19219
|
"type": {
|
|
19196
|
-
"text": "
|
|
19220
|
+
"text": "string"
|
|
19197
19221
|
}
|
|
19198
19222
|
},
|
|
19199
19223
|
{
|
|
19200
19224
|
"kind": "field",
|
|
19201
|
-
"name": "
|
|
19225
|
+
"name": "['row-md-height']",
|
|
19202
19226
|
"type": {
|
|
19203
|
-
"text": "
|
|
19227
|
+
"text": "string"
|
|
19204
19228
|
}
|
|
19205
19229
|
},
|
|
19206
19230
|
{
|
|
19207
19231
|
"kind": "field",
|
|
19208
|
-
"name": "
|
|
19232
|
+
"name": "['row-sm-count']",
|
|
19209
19233
|
"type": {
|
|
19210
|
-
"text": "
|
|
19234
|
+
"text": "string"
|
|
19211
19235
|
}
|
|
19212
19236
|
},
|
|
19213
19237
|
{
|
|
19214
19238
|
"kind": "field",
|
|
19215
|
-
"name": "
|
|
19239
|
+
"name": "['row-sm-height']",
|
|
19216
19240
|
"type": {
|
|
19217
|
-
"text": "
|
|
19241
|
+
"text": "string"
|
|
19218
19242
|
}
|
|
19219
19243
|
},
|
|
19220
19244
|
{
|
|
19221
|
-
"kind": "
|
|
19222
|
-
"name": "
|
|
19223
|
-
"
|
|
19224
|
-
|
|
19225
|
-
|
|
19226
|
-
|
|
19227
|
-
|
|
19228
|
-
|
|
19229
|
-
|
|
19230
|
-
|
|
19231
|
-
|
|
19232
|
-
|
|
19233
|
-
|
|
19234
|
-
|
|
19235
|
-
|
|
19236
|
-
]
|
|
19245
|
+
"kind": "field",
|
|
19246
|
+
"name": "behaviors",
|
|
19247
|
+
"type": {
|
|
19248
|
+
"text": "Behavior[]"
|
|
19249
|
+
},
|
|
19250
|
+
"privacy": "private",
|
|
19251
|
+
"default": "[]"
|
|
19252
|
+
},
|
|
19253
|
+
{
|
|
19254
|
+
"kind": "field",
|
|
19255
|
+
"name": "baseStyles",
|
|
19256
|
+
"type": {
|
|
19257
|
+
"text": "ElementStyles"
|
|
19258
|
+
},
|
|
19259
|
+
"privacy": "private"
|
|
19237
19260
|
},
|
|
19238
19261
|
{
|
|
19239
19262
|
"kind": "field",
|
|
@@ -19349,170 +19372,176 @@
|
|
|
19349
19372
|
],
|
|
19350
19373
|
"attributes": [
|
|
19351
19374
|
{
|
|
19352
|
-
"name": "col-
|
|
19375
|
+
"name": "['col-count']",
|
|
19353
19376
|
"type": {
|
|
19354
|
-
"text": "
|
|
19377
|
+
"text": "string"
|
|
19355
19378
|
},
|
|
19356
|
-
"fieldName": "
|
|
19379
|
+
"fieldName": "['col-count']"
|
|
19357
19380
|
},
|
|
19358
19381
|
{
|
|
19359
|
-
"name": "col-
|
|
19382
|
+
"name": "['col-width']",
|
|
19360
19383
|
"type": {
|
|
19361
|
-
"text": "
|
|
19384
|
+
"text": "string"
|
|
19362
19385
|
},
|
|
19363
|
-
"fieldName": "
|
|
19386
|
+
"fieldName": "['col-width']"
|
|
19364
19387
|
},
|
|
19365
19388
|
{
|
|
19366
|
-
"name": "col-
|
|
19389
|
+
"name": "['col-lg-count']",
|
|
19367
19390
|
"type": {
|
|
19368
|
-
"text": "
|
|
19391
|
+
"text": "string"
|
|
19369
19392
|
},
|
|
19370
|
-
"fieldName": "
|
|
19393
|
+
"fieldName": "['col-lg-count']"
|
|
19371
19394
|
},
|
|
19372
19395
|
{
|
|
19373
|
-
"name": "col-lg-
|
|
19396
|
+
"name": "['col-lg-width']",
|
|
19374
19397
|
"type": {
|
|
19375
|
-
"text": "
|
|
19398
|
+
"text": "string"
|
|
19376
19399
|
},
|
|
19377
|
-
"fieldName": "
|
|
19400
|
+
"fieldName": "['col-lg-width']"
|
|
19378
19401
|
},
|
|
19379
19402
|
{
|
|
19380
|
-
"name": "
|
|
19403
|
+
"name": "['col-md-count']",
|
|
19381
19404
|
"type": {
|
|
19382
|
-
"text": "
|
|
19405
|
+
"text": "string"
|
|
19383
19406
|
},
|
|
19384
|
-
"fieldName": "
|
|
19407
|
+
"fieldName": "['col-md-count']"
|
|
19385
19408
|
},
|
|
19386
19409
|
{
|
|
19387
|
-
"name": "
|
|
19410
|
+
"name": "['col-md-width']",
|
|
19388
19411
|
"type": {
|
|
19389
|
-
"text": "
|
|
19412
|
+
"text": "string"
|
|
19390
19413
|
},
|
|
19391
|
-
"fieldName": "
|
|
19414
|
+
"fieldName": "['col-md-width']"
|
|
19392
19415
|
},
|
|
19393
19416
|
{
|
|
19394
|
-
"name": "
|
|
19417
|
+
"name": "['col-sm-count']",
|
|
19395
19418
|
"type": {
|
|
19396
|
-
"text": "
|
|
19419
|
+
"text": "string"
|
|
19397
19420
|
},
|
|
19398
|
-
"fieldName": "
|
|
19421
|
+
"fieldName": "['col-sm-count']"
|
|
19399
19422
|
},
|
|
19400
19423
|
{
|
|
19401
|
-
"name": "
|
|
19424
|
+
"name": "['col-sm-width']",
|
|
19402
19425
|
"type": {
|
|
19403
|
-
"text": "
|
|
19426
|
+
"text": "string"
|
|
19404
19427
|
},
|
|
19405
|
-
"fieldName": "
|
|
19428
|
+
"fieldName": "['col-sm-width']"
|
|
19406
19429
|
},
|
|
19407
19430
|
{
|
|
19408
|
-
"name": "
|
|
19431
|
+
"name": "['row-count']",
|
|
19409
19432
|
"type": {
|
|
19410
|
-
"text": "
|
|
19433
|
+
"text": "string"
|
|
19411
19434
|
},
|
|
19412
|
-
"fieldName": "
|
|
19435
|
+
"fieldName": "['row-count']"
|
|
19413
19436
|
},
|
|
19414
19437
|
{
|
|
19415
|
-
"name": "
|
|
19438
|
+
"name": "['row-height']",
|
|
19416
19439
|
"type": {
|
|
19417
|
-
"text": "
|
|
19440
|
+
"text": "string"
|
|
19418
19441
|
},
|
|
19419
|
-
"fieldName": "
|
|
19442
|
+
"fieldName": "['row-height']"
|
|
19420
19443
|
},
|
|
19421
19444
|
{
|
|
19422
|
-
"name": "
|
|
19445
|
+
"name": "['row-lg-count']",
|
|
19423
19446
|
"type": {
|
|
19424
|
-
"text": "
|
|
19447
|
+
"text": "string"
|
|
19425
19448
|
},
|
|
19426
|
-
"fieldName": "
|
|
19449
|
+
"fieldName": "['row-lg-count']"
|
|
19427
19450
|
},
|
|
19428
19451
|
{
|
|
19429
|
-
"name": "
|
|
19452
|
+
"name": "['row-lg-height']",
|
|
19430
19453
|
"type": {
|
|
19431
|
-
"text": "
|
|
19454
|
+
"text": "string"
|
|
19432
19455
|
},
|
|
19433
|
-
"fieldName": "
|
|
19456
|
+
"fieldName": "['row-lg-height']"
|
|
19434
19457
|
},
|
|
19435
19458
|
{
|
|
19436
|
-
"name": "
|
|
19459
|
+
"name": "['row-md-count']",
|
|
19437
19460
|
"type": {
|
|
19438
|
-
"text": "
|
|
19461
|
+
"text": "string"
|
|
19439
19462
|
},
|
|
19440
|
-
"fieldName": "
|
|
19463
|
+
"fieldName": "['row-md-count']"
|
|
19441
19464
|
},
|
|
19442
19465
|
{
|
|
19443
|
-
"name": "height
|
|
19466
|
+
"name": "['row-md-height']",
|
|
19444
19467
|
"type": {
|
|
19445
|
-
"text": "
|
|
19468
|
+
"text": "string"
|
|
19446
19469
|
},
|
|
19447
|
-
"fieldName": "
|
|
19470
|
+
"fieldName": "['row-md-height']"
|
|
19448
19471
|
},
|
|
19449
19472
|
{
|
|
19450
|
-
"name": "
|
|
19473
|
+
"name": "['row-sm-count']",
|
|
19451
19474
|
"type": {
|
|
19452
|
-
"text": "
|
|
19475
|
+
"text": "string"
|
|
19453
19476
|
},
|
|
19454
|
-
"fieldName": "
|
|
19477
|
+
"fieldName": "['row-sm-count']"
|
|
19455
19478
|
},
|
|
19456
19479
|
{
|
|
19457
|
-
"name": "height
|
|
19480
|
+
"name": "['row-sm-height']",
|
|
19458
19481
|
"type": {
|
|
19459
|
-
"text": "
|
|
19482
|
+
"text": "string"
|
|
19460
19483
|
},
|
|
19461
|
-
"fieldName": "
|
|
19484
|
+
"fieldName": "['row-sm-height']"
|
|
19462
19485
|
}
|
|
19463
19486
|
],
|
|
19464
19487
|
"superclass": {
|
|
19465
19488
|
"name": "FoundationElement",
|
|
19466
19489
|
"package": "@microsoft/fast-foundation"
|
|
19467
19490
|
},
|
|
19468
|
-
"tagName": "%%prefix%%-grid-layout
|
|
19491
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
19469
19492
|
"customElement": true
|
|
19470
19493
|
},
|
|
19471
19494
|
{
|
|
19472
19495
|
"kind": "variable",
|
|
19473
|
-
"name": "
|
|
19474
|
-
"description": "The Foundation Grid Layout
|
|
19496
|
+
"name": "foundationGridLayout",
|
|
19497
|
+
"description": "The Foundation Grid Layout",
|
|
19475
19498
|
"privacy": "public"
|
|
19476
19499
|
}
|
|
19477
19500
|
],
|
|
19478
19501
|
"exports": [
|
|
19479
19502
|
{
|
|
19480
19503
|
"kind": "js",
|
|
19481
|
-
"name": "
|
|
19504
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19482
19505
|
"declaration": {
|
|
19483
|
-
"name": "
|
|
19484
|
-
"module": "src/grid-layout
|
|
19506
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19507
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19485
19508
|
}
|
|
19486
19509
|
},
|
|
19487
19510
|
{
|
|
19488
19511
|
"kind": "js",
|
|
19489
|
-
"name": "
|
|
19512
|
+
"name": "defaultGridLayoutConfig",
|
|
19490
19513
|
"declaration": {
|
|
19491
|
-
"name": "
|
|
19492
|
-
"module": "src/grid-layout
|
|
19514
|
+
"name": "defaultGridLayoutConfig",
|
|
19515
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19493
19516
|
}
|
|
19494
19517
|
},
|
|
19495
19518
|
{
|
|
19496
19519
|
"kind": "js",
|
|
19497
|
-
"name": "
|
|
19520
|
+
"name": "GridLayout",
|
|
19498
19521
|
"declaration": {
|
|
19499
|
-
"name": "
|
|
19500
|
-
"module": "src/grid-layout
|
|
19522
|
+
"name": "GridLayout",
|
|
19523
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19501
19524
|
}
|
|
19502
19525
|
},
|
|
19503
19526
|
{
|
|
19504
19527
|
"kind": "js",
|
|
19505
|
-
"name": "
|
|
19528
|
+
"name": "foundationGridLayout",
|
|
19506
19529
|
"declaration": {
|
|
19507
|
-
"name": "
|
|
19508
|
-
"module": "src/grid-layout
|
|
19530
|
+
"name": "foundationGridLayout",
|
|
19531
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19509
19532
|
}
|
|
19510
19533
|
}
|
|
19511
19534
|
]
|
|
19512
19535
|
},
|
|
19513
19536
|
{
|
|
19514
19537
|
"kind": "javascript-module",
|
|
19515
|
-
"path": "src/grid-layout-
|
|
19538
|
+
"path": "src/grid-layout/grid-layout.types.ts",
|
|
19539
|
+
"declarations": [],
|
|
19540
|
+
"exports": []
|
|
19541
|
+
},
|
|
19542
|
+
{
|
|
19543
|
+
"kind": "javascript-module",
|
|
19544
|
+
"path": "src/grid-layout/index.ts",
|
|
19516
19545
|
"declarations": [],
|
|
19517
19546
|
"exports": [
|
|
19518
19547
|
{
|
|
@@ -19520,7 +19549,7 @@
|
|
|
19520
19549
|
"name": "*",
|
|
19521
19550
|
"declaration": {
|
|
19522
19551
|
"name": "*",
|
|
19523
|
-
"package": "./grid-layout
|
|
19552
|
+
"package": "./grid-layout.template"
|
|
19524
19553
|
}
|
|
19525
19554
|
},
|
|
19526
19555
|
{
|
|
@@ -19528,66 +19557,58 @@
|
|
|
19528
19557
|
"name": "*",
|
|
19529
19558
|
"declaration": {
|
|
19530
19559
|
"name": "*",
|
|
19531
|
-
"package": "./grid-layout
|
|
19560
|
+
"package": "./grid-layout.styles"
|
|
19532
19561
|
}
|
|
19533
|
-
}
|
|
19534
|
-
]
|
|
19535
|
-
},
|
|
19536
|
-
{
|
|
19537
|
-
"kind": "javascript-module",
|
|
19538
|
-
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19539
|
-
"declarations": [
|
|
19562
|
+
},
|
|
19540
19563
|
{
|
|
19541
|
-
"kind": "
|
|
19542
|
-
"name": "
|
|
19543
|
-
"
|
|
19544
|
-
"
|
|
19545
|
-
|
|
19546
|
-
|
|
19547
|
-
}
|
|
19548
|
-
],
|
|
19549
|
-
"exports": [
|
|
19564
|
+
"kind": "js",
|
|
19565
|
+
"name": "*",
|
|
19566
|
+
"declaration": {
|
|
19567
|
+
"name": "*",
|
|
19568
|
+
"package": "./grid-layout"
|
|
19569
|
+
}
|
|
19570
|
+
},
|
|
19550
19571
|
{
|
|
19551
19572
|
"kind": "js",
|
|
19552
|
-
"name": "
|
|
19573
|
+
"name": "*",
|
|
19553
19574
|
"declaration": {
|
|
19554
|
-
"name": "
|
|
19555
|
-
"
|
|
19575
|
+
"name": "*",
|
|
19576
|
+
"package": "./grid-layout.types"
|
|
19556
19577
|
}
|
|
19557
19578
|
}
|
|
19558
19579
|
]
|
|
19559
19580
|
},
|
|
19560
19581
|
{
|
|
19561
19582
|
"kind": "javascript-module",
|
|
19562
|
-
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19583
|
+
"path": "src/grid-layout-item/grid-layout-item.template.ts",
|
|
19563
19584
|
"declarations": [
|
|
19564
19585
|
{
|
|
19565
19586
|
"kind": "variable",
|
|
19566
|
-
"name": "
|
|
19587
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19567
19588
|
"type": {
|
|
19568
|
-
"text": "ViewTemplate<
|
|
19589
|
+
"text": "ViewTemplate<GridLayoutItem>"
|
|
19569
19590
|
},
|
|
19570
|
-
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19591
|
+
"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`"
|
|
19571
19592
|
}
|
|
19572
19593
|
],
|
|
19573
19594
|
"exports": [
|
|
19574
19595
|
{
|
|
19575
19596
|
"kind": "js",
|
|
19576
|
-
"name": "
|
|
19597
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19577
19598
|
"declaration": {
|
|
19578
|
-
"name": "
|
|
19579
|
-
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19599
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19600
|
+
"module": "src/grid-layout-item/grid-layout-item.template.ts"
|
|
19580
19601
|
}
|
|
19581
19602
|
}
|
|
19582
19603
|
]
|
|
19583
19604
|
},
|
|
19584
19605
|
{
|
|
19585
19606
|
"kind": "javascript-module",
|
|
19586
|
-
"path": "src/grid-layout/grid-layout.ts",
|
|
19607
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
19587
19608
|
"declarations": [
|
|
19588
19609
|
{
|
|
19589
19610
|
"kind": "variable",
|
|
19590
|
-
"name": "
|
|
19611
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19591
19612
|
"type": {
|
|
19592
19613
|
"text": "ShadowRootInit"
|
|
19593
19614
|
},
|
|
@@ -19595,7 +19616,7 @@
|
|
|
19595
19616
|
},
|
|
19596
19617
|
{
|
|
19597
19618
|
"kind": "variable",
|
|
19598
|
-
"name": "
|
|
19619
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19599
19620
|
"type": {
|
|
19600
19621
|
"text": "object"
|
|
19601
19622
|
},
|
|
@@ -19604,136 +19625,137 @@
|
|
|
19604
19625
|
{
|
|
19605
19626
|
"kind": "class",
|
|
19606
19627
|
"description": "",
|
|
19607
|
-
"name": "
|
|
19628
|
+
"name": "GridLayoutItem",
|
|
19608
19629
|
"members": [
|
|
19609
19630
|
{
|
|
19610
19631
|
"kind": "field",
|
|
19611
|
-
"name": "
|
|
19632
|
+
"name": "colNumber",
|
|
19612
19633
|
"type": {
|
|
19613
|
-
"text": "
|
|
19634
|
+
"text": "number"
|
|
19614
19635
|
}
|
|
19615
19636
|
},
|
|
19616
19637
|
{
|
|
19617
19638
|
"kind": "field",
|
|
19618
|
-
"name": "
|
|
19639
|
+
"name": "colSmNumber",
|
|
19619
19640
|
"type": {
|
|
19620
|
-
"text": "
|
|
19641
|
+
"text": "number"
|
|
19621
19642
|
}
|
|
19622
19643
|
},
|
|
19623
19644
|
{
|
|
19624
19645
|
"kind": "field",
|
|
19625
|
-
"name": "
|
|
19646
|
+
"name": "colMdNumber",
|
|
19626
19647
|
"type": {
|
|
19627
|
-
"text": "
|
|
19648
|
+
"text": "number"
|
|
19628
19649
|
}
|
|
19629
19650
|
},
|
|
19630
19651
|
{
|
|
19631
19652
|
"kind": "field",
|
|
19632
|
-
"name": "
|
|
19653
|
+
"name": "colLgNumber",
|
|
19633
19654
|
"type": {
|
|
19634
|
-
"text": "
|
|
19655
|
+
"text": "number"
|
|
19635
19656
|
}
|
|
19636
19657
|
},
|
|
19637
19658
|
{
|
|
19638
19659
|
"kind": "field",
|
|
19639
|
-
"name": "
|
|
19660
|
+
"name": "rowNumber",
|
|
19640
19661
|
"type": {
|
|
19641
|
-
"text": "
|
|
19662
|
+
"text": "number"
|
|
19642
19663
|
}
|
|
19643
19664
|
},
|
|
19644
19665
|
{
|
|
19645
19666
|
"kind": "field",
|
|
19646
|
-
"name": "
|
|
19667
|
+
"name": "rowSmNumber",
|
|
19647
19668
|
"type": {
|
|
19648
|
-
"text": "
|
|
19669
|
+
"text": "number"
|
|
19649
19670
|
}
|
|
19650
19671
|
},
|
|
19651
19672
|
{
|
|
19652
19673
|
"kind": "field",
|
|
19653
|
-
"name": "
|
|
19674
|
+
"name": "rowMdNumber",
|
|
19654
19675
|
"type": {
|
|
19655
|
-
"text": "
|
|
19676
|
+
"text": "number"
|
|
19656
19677
|
}
|
|
19657
19678
|
},
|
|
19658
19679
|
{
|
|
19659
19680
|
"kind": "field",
|
|
19660
|
-
"name": "
|
|
19681
|
+
"name": "rowLgNumber",
|
|
19661
19682
|
"type": {
|
|
19662
|
-
"text": "
|
|
19683
|
+
"text": "number"
|
|
19663
19684
|
}
|
|
19664
19685
|
},
|
|
19665
19686
|
{
|
|
19666
19687
|
"kind": "field",
|
|
19667
|
-
"name": "
|
|
19688
|
+
"name": "width",
|
|
19668
19689
|
"type": {
|
|
19669
|
-
"text": "
|
|
19690
|
+
"text": "number"
|
|
19670
19691
|
}
|
|
19671
19692
|
},
|
|
19672
19693
|
{
|
|
19673
19694
|
"kind": "field",
|
|
19674
|
-
"name": "
|
|
19695
|
+
"name": "widthSm",
|
|
19675
19696
|
"type": {
|
|
19676
|
-
"text": "
|
|
19697
|
+
"text": "number"
|
|
19677
19698
|
}
|
|
19678
19699
|
},
|
|
19679
19700
|
{
|
|
19680
19701
|
"kind": "field",
|
|
19681
|
-
"name": "
|
|
19702
|
+
"name": "widthMd",
|
|
19682
19703
|
"type": {
|
|
19683
|
-
"text": "
|
|
19704
|
+
"text": "number"
|
|
19684
19705
|
}
|
|
19685
19706
|
},
|
|
19686
19707
|
{
|
|
19687
19708
|
"kind": "field",
|
|
19688
|
-
"name": "
|
|
19709
|
+
"name": "widthLg",
|
|
19689
19710
|
"type": {
|
|
19690
|
-
"text": "
|
|
19711
|
+
"text": "number"
|
|
19691
19712
|
}
|
|
19692
19713
|
},
|
|
19693
19714
|
{
|
|
19694
19715
|
"kind": "field",
|
|
19695
|
-
"name": "
|
|
19716
|
+
"name": "height",
|
|
19696
19717
|
"type": {
|
|
19697
|
-
"text": "
|
|
19718
|
+
"text": "number"
|
|
19698
19719
|
}
|
|
19699
19720
|
},
|
|
19700
19721
|
{
|
|
19701
19722
|
"kind": "field",
|
|
19702
|
-
"name": "
|
|
19723
|
+
"name": "heightSm",
|
|
19703
19724
|
"type": {
|
|
19704
|
-
"text": "
|
|
19725
|
+
"text": "number"
|
|
19705
19726
|
}
|
|
19706
19727
|
},
|
|
19707
19728
|
{
|
|
19708
19729
|
"kind": "field",
|
|
19709
|
-
"name": "
|
|
19730
|
+
"name": "heightMd",
|
|
19710
19731
|
"type": {
|
|
19711
|
-
"text": "
|
|
19732
|
+
"text": "number"
|
|
19712
19733
|
}
|
|
19713
19734
|
},
|
|
19714
19735
|
{
|
|
19715
19736
|
"kind": "field",
|
|
19716
|
-
"name": "
|
|
19737
|
+
"name": "heightLg",
|
|
19717
19738
|
"type": {
|
|
19718
|
-
"text": "
|
|
19739
|
+
"text": "number"
|
|
19719
19740
|
}
|
|
19720
19741
|
},
|
|
19721
19742
|
{
|
|
19722
|
-
"kind": "
|
|
19723
|
-
"name": "
|
|
19724
|
-
"
|
|
19725
|
-
|
|
19726
|
-
|
|
19727
|
-
|
|
19728
|
-
|
|
19729
|
-
|
|
19730
|
-
|
|
19731
|
-
|
|
19732
|
-
|
|
19733
|
-
|
|
19734
|
-
|
|
19735
|
-
|
|
19736
|
-
|
|
19743
|
+
"kind": "method",
|
|
19744
|
+
"name": "setGridItemProperties",
|
|
19745
|
+
"parameters": [
|
|
19746
|
+
{
|
|
19747
|
+
"name": "column"
|
|
19748
|
+
},
|
|
19749
|
+
{
|
|
19750
|
+
"name": "row"
|
|
19751
|
+
},
|
|
19752
|
+
{
|
|
19753
|
+
"name": "width"
|
|
19754
|
+
},
|
|
19755
|
+
{
|
|
19756
|
+
"name": "height"
|
|
19757
|
+
}
|
|
19758
|
+
]
|
|
19737
19759
|
},
|
|
19738
19760
|
{
|
|
19739
19761
|
"kind": "field",
|
|
@@ -19849,176 +19871,170 @@
|
|
|
19849
19871
|
],
|
|
19850
19872
|
"attributes": [
|
|
19851
19873
|
{
|
|
19852
|
-
"name": "
|
|
19874
|
+
"name": "col-number",
|
|
19853
19875
|
"type": {
|
|
19854
|
-
"text": "
|
|
19876
|
+
"text": "number"
|
|
19855
19877
|
},
|
|
19856
|
-
"fieldName": "
|
|
19878
|
+
"fieldName": "colNumber"
|
|
19857
19879
|
},
|
|
19858
19880
|
{
|
|
19859
|
-
"name": "
|
|
19881
|
+
"name": "col-sm-number",
|
|
19860
19882
|
"type": {
|
|
19861
|
-
"text": "
|
|
19883
|
+
"text": "number"
|
|
19862
19884
|
},
|
|
19863
|
-
"fieldName": "
|
|
19885
|
+
"fieldName": "colSmNumber"
|
|
19864
19886
|
},
|
|
19865
19887
|
{
|
|
19866
|
-
"name": "
|
|
19888
|
+
"name": "col-md-number",
|
|
19867
19889
|
"type": {
|
|
19868
|
-
"text": "
|
|
19890
|
+
"text": "number"
|
|
19869
19891
|
},
|
|
19870
|
-
"fieldName": "
|
|
19892
|
+
"fieldName": "colMdNumber"
|
|
19871
19893
|
},
|
|
19872
19894
|
{
|
|
19873
|
-
"name": "
|
|
19895
|
+
"name": "col-lg-number",
|
|
19874
19896
|
"type": {
|
|
19875
|
-
"text": "
|
|
19897
|
+
"text": "number"
|
|
19876
19898
|
},
|
|
19877
|
-
"fieldName": "
|
|
19899
|
+
"fieldName": "colLgNumber"
|
|
19878
19900
|
},
|
|
19879
19901
|
{
|
|
19880
|
-
"name": "
|
|
19902
|
+
"name": "row-number",
|
|
19881
19903
|
"type": {
|
|
19882
|
-
"text": "
|
|
19904
|
+
"text": "number"
|
|
19883
19905
|
},
|
|
19884
|
-
"fieldName": "
|
|
19906
|
+
"fieldName": "rowNumber"
|
|
19885
19907
|
},
|
|
19886
19908
|
{
|
|
19887
|
-
"name": "
|
|
19909
|
+
"name": "row-sm-number",
|
|
19888
19910
|
"type": {
|
|
19889
|
-
"text": "
|
|
19911
|
+
"text": "number"
|
|
19890
19912
|
},
|
|
19891
|
-
"fieldName": "
|
|
19913
|
+
"fieldName": "rowSmNumber"
|
|
19892
19914
|
},
|
|
19893
19915
|
{
|
|
19894
|
-
"name": "
|
|
19916
|
+
"name": "row-md-number",
|
|
19895
19917
|
"type": {
|
|
19896
|
-
"text": "
|
|
19918
|
+
"text": "number"
|
|
19897
19919
|
},
|
|
19898
|
-
"fieldName": "
|
|
19920
|
+
"fieldName": "rowMdNumber"
|
|
19899
19921
|
},
|
|
19900
19922
|
{
|
|
19901
|
-
"name": "
|
|
19923
|
+
"name": "row-lg-number",
|
|
19902
19924
|
"type": {
|
|
19903
|
-
"text": "
|
|
19925
|
+
"text": "number"
|
|
19904
19926
|
},
|
|
19905
|
-
"fieldName": "
|
|
19927
|
+
"fieldName": "rowLgNumber"
|
|
19906
19928
|
},
|
|
19907
19929
|
{
|
|
19908
|
-
"name": "
|
|
19930
|
+
"name": "width",
|
|
19909
19931
|
"type": {
|
|
19910
|
-
"text": "
|
|
19932
|
+
"text": "number"
|
|
19911
19933
|
},
|
|
19912
|
-
"fieldName": "
|
|
19934
|
+
"fieldName": "width"
|
|
19913
19935
|
},
|
|
19914
19936
|
{
|
|
19915
|
-
"name": "
|
|
19937
|
+
"name": "width-sm",
|
|
19916
19938
|
"type": {
|
|
19917
|
-
"text": "
|
|
19939
|
+
"text": "number"
|
|
19918
19940
|
},
|
|
19919
|
-
"fieldName": "
|
|
19941
|
+
"fieldName": "widthSm"
|
|
19920
19942
|
},
|
|
19921
19943
|
{
|
|
19922
|
-
"name": "
|
|
19944
|
+
"name": "width-md",
|
|
19923
19945
|
"type": {
|
|
19924
|
-
"text": "
|
|
19946
|
+
"text": "number"
|
|
19925
19947
|
},
|
|
19926
|
-
"fieldName": "
|
|
19948
|
+
"fieldName": "widthMd"
|
|
19927
19949
|
},
|
|
19928
19950
|
{
|
|
19929
|
-
"name": "
|
|
19951
|
+
"name": "width-lg",
|
|
19930
19952
|
"type": {
|
|
19931
|
-
"text": "
|
|
19953
|
+
"text": "number"
|
|
19932
19954
|
},
|
|
19933
|
-
"fieldName": "
|
|
19955
|
+
"fieldName": "widthLg"
|
|
19934
19956
|
},
|
|
19935
19957
|
{
|
|
19936
|
-
"name": "
|
|
19958
|
+
"name": "height",
|
|
19937
19959
|
"type": {
|
|
19938
|
-
"text": "
|
|
19960
|
+
"text": "number"
|
|
19939
19961
|
},
|
|
19940
|
-
"fieldName": "
|
|
19962
|
+
"fieldName": "height"
|
|
19941
19963
|
},
|
|
19942
19964
|
{
|
|
19943
|
-
"name": "
|
|
19965
|
+
"name": "height-sm",
|
|
19944
19966
|
"type": {
|
|
19945
|
-
"text": "
|
|
19967
|
+
"text": "number"
|
|
19946
19968
|
},
|
|
19947
|
-
"fieldName": "
|
|
19969
|
+
"fieldName": "heightSm"
|
|
19948
19970
|
},
|
|
19949
19971
|
{
|
|
19950
|
-
"name": "
|
|
19972
|
+
"name": "height-md",
|
|
19951
19973
|
"type": {
|
|
19952
|
-
"text": "
|
|
19974
|
+
"text": "number"
|
|
19953
19975
|
},
|
|
19954
|
-
"fieldName": "
|
|
19976
|
+
"fieldName": "heightMd"
|
|
19955
19977
|
},
|
|
19956
19978
|
{
|
|
19957
|
-
"name": "
|
|
19979
|
+
"name": "height-lg",
|
|
19958
19980
|
"type": {
|
|
19959
|
-
"text": "
|
|
19981
|
+
"text": "number"
|
|
19960
19982
|
},
|
|
19961
|
-
"fieldName": "
|
|
19983
|
+
"fieldName": "heightLg"
|
|
19962
19984
|
}
|
|
19963
19985
|
],
|
|
19964
19986
|
"superclass": {
|
|
19965
19987
|
"name": "FoundationElement",
|
|
19966
19988
|
"package": "@microsoft/fast-foundation"
|
|
19967
19989
|
},
|
|
19968
|
-
"tagName": "%%prefix%%-grid-layout",
|
|
19990
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
19969
19991
|
"customElement": true
|
|
19970
19992
|
},
|
|
19971
19993
|
{
|
|
19972
19994
|
"kind": "variable",
|
|
19973
|
-
"name": "
|
|
19974
|
-
"description": "The Foundation Grid Layout",
|
|
19995
|
+
"name": "foundationGridLayoutItem",
|
|
19996
|
+
"description": "The Foundation Grid Layout Item",
|
|
19975
19997
|
"privacy": "public"
|
|
19976
19998
|
}
|
|
19977
19999
|
],
|
|
19978
20000
|
"exports": [
|
|
19979
20001
|
{
|
|
19980
20002
|
"kind": "js",
|
|
19981
|
-
"name": "
|
|
20003
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19982
20004
|
"declaration": {
|
|
19983
|
-
"name": "
|
|
19984
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20005
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
20006
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19985
20007
|
}
|
|
19986
20008
|
},
|
|
19987
20009
|
{
|
|
19988
20010
|
"kind": "js",
|
|
19989
|
-
"name": "
|
|
20011
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19990
20012
|
"declaration": {
|
|
19991
|
-
"name": "
|
|
19992
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20013
|
+
"name": "defaultGridLayoutItemConfig",
|
|
20014
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19993
20015
|
}
|
|
19994
20016
|
},
|
|
19995
20017
|
{
|
|
19996
20018
|
"kind": "js",
|
|
19997
|
-
"name": "
|
|
20019
|
+
"name": "GridLayoutItem",
|
|
19998
20020
|
"declaration": {
|
|
19999
|
-
"name": "
|
|
20000
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20021
|
+
"name": "GridLayoutItem",
|
|
20022
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20001
20023
|
}
|
|
20002
20024
|
},
|
|
20003
20025
|
{
|
|
20004
20026
|
"kind": "js",
|
|
20005
|
-
"name": "
|
|
20027
|
+
"name": "foundationGridLayoutItem",
|
|
20006
20028
|
"declaration": {
|
|
20007
|
-
"name": "
|
|
20008
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
20029
|
+
"name": "foundationGridLayoutItem",
|
|
20030
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
20009
20031
|
}
|
|
20010
20032
|
}
|
|
20011
20033
|
]
|
|
20012
20034
|
},
|
|
20013
20035
|
{
|
|
20014
20036
|
"kind": "javascript-module",
|
|
20015
|
-
"path": "src/grid-layout/
|
|
20016
|
-
"declarations": [],
|
|
20017
|
-
"exports": []
|
|
20018
|
-
},
|
|
20019
|
-
{
|
|
20020
|
-
"kind": "javascript-module",
|
|
20021
|
-
"path": "src/grid-layout/index.ts",
|
|
20037
|
+
"path": "src/grid-layout-item/index.ts",
|
|
20022
20038
|
"declarations": [],
|
|
20023
20039
|
"exports": [
|
|
20024
20040
|
{
|
|
@@ -20026,23 +20042,7 @@
|
|
|
20026
20042
|
"name": "*",
|
|
20027
20043
|
"declaration": {
|
|
20028
20044
|
"name": "*",
|
|
20029
|
-
"package": "./grid-layout.template"
|
|
20030
|
-
}
|
|
20031
|
-
},
|
|
20032
|
-
{
|
|
20033
|
-
"kind": "js",
|
|
20034
|
-
"name": "*",
|
|
20035
|
-
"declaration": {
|
|
20036
|
-
"name": "*",
|
|
20037
|
-
"package": "./grid-layout.styles"
|
|
20038
|
-
}
|
|
20039
|
-
},
|
|
20040
|
-
{
|
|
20041
|
-
"kind": "js",
|
|
20042
|
-
"name": "*",
|
|
20043
|
-
"declaration": {
|
|
20044
|
-
"name": "*",
|
|
20045
|
-
"package": "./grid-layout"
|
|
20045
|
+
"package": "./grid-layout-item.template"
|
|
20046
20046
|
}
|
|
20047
20047
|
},
|
|
20048
20048
|
{
|
|
@@ -20050,7 +20050,7 @@
|
|
|
20050
20050
|
"name": "*",
|
|
20051
20051
|
"declaration": {
|
|
20052
20052
|
"name": "*",
|
|
20053
|
-
"package": "./grid-layout
|
|
20053
|
+
"package": "./grid-layout-item"
|
|
20054
20054
|
}
|
|
20055
20055
|
}
|
|
20056
20056
|
]
|
|
@@ -34805,6 +34805,11 @@
|
|
|
34805
34805
|
"text": "HTMLElement"
|
|
34806
34806
|
}
|
|
34807
34807
|
},
|
|
34808
|
+
{
|
|
34809
|
+
"kind": "field",
|
|
34810
|
+
"name": "completedIds",
|
|
34811
|
+
"default": "new Map()"
|
|
34812
|
+
},
|
|
34808
34813
|
{
|
|
34809
34814
|
"kind": "field",
|
|
34810
34815
|
"name": "tabIds",
|
|
@@ -34907,11 +34912,6 @@
|
|
|
34907
34912
|
}
|
|
34908
34913
|
}
|
|
34909
34914
|
},
|
|
34910
|
-
{
|
|
34911
|
-
"kind": "method",
|
|
34912
|
-
"name": "resetCompletedState",
|
|
34913
|
-
"privacy": "private"
|
|
34914
|
-
},
|
|
34915
34915
|
{
|
|
34916
34916
|
"kind": "field",
|
|
34917
34917
|
"name": "_presentation",
|