@genesislcap/foundation-ui 14.206.2 → 14.206.3
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.
|
@@ -862,6 +862,219 @@
|
|
|
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
|
+
},
|
|
865
1078
|
{
|
|
866
1079
|
"kind": "javascript-module",
|
|
867
1080
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1815,37 +2028,6 @@
|
|
|
1815
2028
|
}
|
|
1816
2029
|
]
|
|
1817
2030
|
},
|
|
1818
|
-
{
|
|
1819
|
-
"kind": "javascript-module",
|
|
1820
|
-
"path": "src/_config/index.ts",
|
|
1821
|
-
"declarations": [],
|
|
1822
|
-
"exports": [
|
|
1823
|
-
{
|
|
1824
|
-
"kind": "js",
|
|
1825
|
-
"name": "*",
|
|
1826
|
-
"declaration": {
|
|
1827
|
-
"name": "*",
|
|
1828
|
-
"package": "./styles"
|
|
1829
|
-
}
|
|
1830
|
-
},
|
|
1831
|
-
{
|
|
1832
|
-
"kind": "js",
|
|
1833
|
-
"name": "*",
|
|
1834
|
-
"declaration": {
|
|
1835
|
-
"name": "*",
|
|
1836
|
-
"package": "./tokens"
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"kind": "js",
|
|
1841
|
-
"name": "*",
|
|
1842
|
-
"declaration": {
|
|
1843
|
-
"name": "*",
|
|
1844
|
-
"package": "./values"
|
|
1845
|
-
}
|
|
1846
|
-
}
|
|
1847
|
-
]
|
|
1848
|
-
},
|
|
1849
2031
|
{
|
|
1850
2032
|
"kind": "javascript-module",
|
|
1851
2033
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -2368,14 +2550,14 @@
|
|
|
2368
2550
|
},
|
|
2369
2551
|
{
|
|
2370
2552
|
"kind": "javascript-module",
|
|
2371
|
-
"path": "src/
|
|
2553
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2372
2554
|
"declarations": [
|
|
2373
2555
|
{
|
|
2374
2556
|
"kind": "function",
|
|
2375
|
-
"name": "
|
|
2557
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2376
2558
|
"return": {
|
|
2377
2559
|
"type": {
|
|
2378
|
-
"text": "
|
|
2560
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2379
2561
|
}
|
|
2380
2562
|
},
|
|
2381
2563
|
"parameters": [
|
|
@@ -2397,192 +2579,10 @@
|
|
|
2397
2579
|
"exports": [
|
|
2398
2580
|
{
|
|
2399
2581
|
"kind": "js",
|
|
2400
|
-
"name": "
|
|
2582
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2401
2583
|
"declaration": {
|
|
2402
|
-
"name": "
|
|
2403
|
-
"module": "src/
|
|
2404
|
-
}
|
|
2405
|
-
}
|
|
2406
|
-
]
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
"kind": "javascript-module",
|
|
2410
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2411
|
-
"declarations": [
|
|
2412
|
-
{
|
|
2413
|
-
"kind": "function",
|
|
2414
|
-
"name": "foundationAccordionTemplate",
|
|
2415
|
-
"return": {
|
|
2416
|
-
"type": {
|
|
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"
|
|
2584
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2585
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2586
2586
|
}
|
|
2587
2587
|
}
|
|
2588
2588
|
]
|
|
@@ -9196,6 +9196,10 @@
|
|
|
9196
9196
|
{
|
|
9197
9197
|
"kind": "method",
|
|
9198
9198
|
"name": "asyncSetFilter"
|
|
9199
|
+
},
|
|
9200
|
+
{
|
|
9201
|
+
"kind": "method",
|
|
9202
|
+
"name": "resetCombobox"
|
|
9199
9203
|
}
|
|
9200
9204
|
],
|
|
9201
9205
|
"attributes": [
|
|
@@ -19058,59 +19062,35 @@
|
|
|
19058
19062
|
},
|
|
19059
19063
|
{
|
|
19060
19064
|
"kind": "javascript-module",
|
|
19061
|
-
"path": "src/grid-layout/grid-layout.
|
|
19062
|
-
"declarations": [
|
|
19063
|
-
{
|
|
19064
|
-
"kind": "variable",
|
|
19065
|
-
"name": "foundationGridLayoutStyles",
|
|
19066
|
-
"type": {
|
|
19067
|
-
"text": "ElementStyles"
|
|
19068
|
-
},
|
|
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
|
-
}
|
|
19071
|
-
],
|
|
19072
|
-
"exports": [
|
|
19073
|
-
{
|
|
19074
|
-
"kind": "js",
|
|
19075
|
-
"name": "foundationGridLayoutStyles",
|
|
19076
|
-
"declaration": {
|
|
19077
|
-
"name": "foundationGridLayoutStyles",
|
|
19078
|
-
"module": "src/grid-layout/grid-layout.styles.ts"
|
|
19079
|
-
}
|
|
19080
|
-
}
|
|
19081
|
-
]
|
|
19082
|
-
},
|
|
19083
|
-
{
|
|
19084
|
-
"kind": "javascript-module",
|
|
19085
|
-
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19065
|
+
"path": "src/grid-layout-item/grid-layout-item.template.ts",
|
|
19086
19066
|
"declarations": [
|
|
19087
19067
|
{
|
|
19088
19068
|
"kind": "variable",
|
|
19089
|
-
"name": "
|
|
19069
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19090
19070
|
"type": {
|
|
19091
|
-
"text": "ViewTemplate<
|
|
19071
|
+
"text": "ViewTemplate<GridLayoutItem>"
|
|
19092
19072
|
},
|
|
19093
|
-
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19073
|
+
"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`"
|
|
19094
19074
|
}
|
|
19095
19075
|
],
|
|
19096
19076
|
"exports": [
|
|
19097
19077
|
{
|
|
19098
19078
|
"kind": "js",
|
|
19099
|
-
"name": "
|
|
19079
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19100
19080
|
"declaration": {
|
|
19101
|
-
"name": "
|
|
19102
|
-
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19081
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19082
|
+
"module": "src/grid-layout-item/grid-layout-item.template.ts"
|
|
19103
19083
|
}
|
|
19104
19084
|
}
|
|
19105
19085
|
]
|
|
19106
19086
|
},
|
|
19107
19087
|
{
|
|
19108
19088
|
"kind": "javascript-module",
|
|
19109
|
-
"path": "src/grid-layout/grid-layout.ts",
|
|
19089
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
19110
19090
|
"declarations": [
|
|
19111
19091
|
{
|
|
19112
19092
|
"kind": "variable",
|
|
19113
|
-
"name": "
|
|
19093
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19114
19094
|
"type": {
|
|
19115
19095
|
"text": "ShadowRootInit"
|
|
19116
19096
|
},
|
|
@@ -19118,7 +19098,7 @@
|
|
|
19118
19098
|
},
|
|
19119
19099
|
{
|
|
19120
19100
|
"kind": "variable",
|
|
19121
|
-
"name": "
|
|
19101
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19122
19102
|
"type": {
|
|
19123
19103
|
"text": "object"
|
|
19124
19104
|
},
|
|
@@ -19127,136 +19107,137 @@
|
|
|
19127
19107
|
{
|
|
19128
19108
|
"kind": "class",
|
|
19129
19109
|
"description": "",
|
|
19130
|
-
"name": "
|
|
19110
|
+
"name": "GridLayoutItem",
|
|
19131
19111
|
"members": [
|
|
19132
19112
|
{
|
|
19133
19113
|
"kind": "field",
|
|
19134
|
-
"name": "
|
|
19114
|
+
"name": "colNumber",
|
|
19135
19115
|
"type": {
|
|
19136
|
-
"text": "
|
|
19116
|
+
"text": "number"
|
|
19137
19117
|
}
|
|
19138
19118
|
},
|
|
19139
19119
|
{
|
|
19140
19120
|
"kind": "field",
|
|
19141
|
-
"name": "
|
|
19121
|
+
"name": "colSmNumber",
|
|
19142
19122
|
"type": {
|
|
19143
|
-
"text": "
|
|
19123
|
+
"text": "number"
|
|
19144
19124
|
}
|
|
19145
19125
|
},
|
|
19146
19126
|
{
|
|
19147
19127
|
"kind": "field",
|
|
19148
|
-
"name": "
|
|
19128
|
+
"name": "colMdNumber",
|
|
19149
19129
|
"type": {
|
|
19150
|
-
"text": "
|
|
19130
|
+
"text": "number"
|
|
19151
19131
|
}
|
|
19152
19132
|
},
|
|
19153
19133
|
{
|
|
19154
19134
|
"kind": "field",
|
|
19155
|
-
"name": "
|
|
19135
|
+
"name": "colLgNumber",
|
|
19156
19136
|
"type": {
|
|
19157
|
-
"text": "
|
|
19137
|
+
"text": "number"
|
|
19158
19138
|
}
|
|
19159
19139
|
},
|
|
19160
19140
|
{
|
|
19161
19141
|
"kind": "field",
|
|
19162
|
-
"name": "
|
|
19142
|
+
"name": "rowNumber",
|
|
19163
19143
|
"type": {
|
|
19164
|
-
"text": "
|
|
19144
|
+
"text": "number"
|
|
19165
19145
|
}
|
|
19166
19146
|
},
|
|
19167
19147
|
{
|
|
19168
19148
|
"kind": "field",
|
|
19169
|
-
"name": "
|
|
19149
|
+
"name": "rowSmNumber",
|
|
19170
19150
|
"type": {
|
|
19171
|
-
"text": "
|
|
19151
|
+
"text": "number"
|
|
19172
19152
|
}
|
|
19173
19153
|
},
|
|
19174
19154
|
{
|
|
19175
19155
|
"kind": "field",
|
|
19176
|
-
"name": "
|
|
19156
|
+
"name": "rowMdNumber",
|
|
19177
19157
|
"type": {
|
|
19178
|
-
"text": "
|
|
19158
|
+
"text": "number"
|
|
19179
19159
|
}
|
|
19180
19160
|
},
|
|
19181
19161
|
{
|
|
19182
19162
|
"kind": "field",
|
|
19183
|
-
"name": "
|
|
19163
|
+
"name": "rowLgNumber",
|
|
19184
19164
|
"type": {
|
|
19185
|
-
"text": "
|
|
19165
|
+
"text": "number"
|
|
19186
19166
|
}
|
|
19187
19167
|
},
|
|
19188
19168
|
{
|
|
19189
19169
|
"kind": "field",
|
|
19190
|
-
"name": "
|
|
19170
|
+
"name": "width",
|
|
19191
19171
|
"type": {
|
|
19192
|
-
"text": "
|
|
19172
|
+
"text": "number"
|
|
19193
19173
|
}
|
|
19194
19174
|
},
|
|
19195
19175
|
{
|
|
19196
19176
|
"kind": "field",
|
|
19197
|
-
"name": "
|
|
19177
|
+
"name": "widthSm",
|
|
19198
19178
|
"type": {
|
|
19199
|
-
"text": "
|
|
19179
|
+
"text": "number"
|
|
19200
19180
|
}
|
|
19201
19181
|
},
|
|
19202
19182
|
{
|
|
19203
19183
|
"kind": "field",
|
|
19204
|
-
"name": "
|
|
19184
|
+
"name": "widthMd",
|
|
19205
19185
|
"type": {
|
|
19206
|
-
"text": "
|
|
19186
|
+
"text": "number"
|
|
19207
19187
|
}
|
|
19208
19188
|
},
|
|
19209
19189
|
{
|
|
19210
19190
|
"kind": "field",
|
|
19211
|
-
"name": "
|
|
19191
|
+
"name": "widthLg",
|
|
19212
19192
|
"type": {
|
|
19213
|
-
"text": "
|
|
19193
|
+
"text": "number"
|
|
19214
19194
|
}
|
|
19215
19195
|
},
|
|
19216
19196
|
{
|
|
19217
19197
|
"kind": "field",
|
|
19218
|
-
"name": "
|
|
19198
|
+
"name": "height",
|
|
19219
19199
|
"type": {
|
|
19220
|
-
"text": "
|
|
19200
|
+
"text": "number"
|
|
19221
19201
|
}
|
|
19222
19202
|
},
|
|
19223
19203
|
{
|
|
19224
19204
|
"kind": "field",
|
|
19225
|
-
"name": "
|
|
19205
|
+
"name": "heightSm",
|
|
19226
19206
|
"type": {
|
|
19227
|
-
"text": "
|
|
19207
|
+
"text": "number"
|
|
19228
19208
|
}
|
|
19229
19209
|
},
|
|
19230
19210
|
{
|
|
19231
19211
|
"kind": "field",
|
|
19232
|
-
"name": "
|
|
19212
|
+
"name": "heightMd",
|
|
19233
19213
|
"type": {
|
|
19234
|
-
"text": "
|
|
19214
|
+
"text": "number"
|
|
19235
19215
|
}
|
|
19236
19216
|
},
|
|
19237
19217
|
{
|
|
19238
19218
|
"kind": "field",
|
|
19239
|
-
"name": "
|
|
19219
|
+
"name": "heightLg",
|
|
19240
19220
|
"type": {
|
|
19241
|
-
"text": "
|
|
19221
|
+
"text": "number"
|
|
19242
19222
|
}
|
|
19243
19223
|
},
|
|
19244
19224
|
{
|
|
19245
|
-
"kind": "
|
|
19246
|
-
"name": "
|
|
19247
|
-
"
|
|
19248
|
-
|
|
19249
|
-
|
|
19250
|
-
|
|
19251
|
-
|
|
19252
|
-
|
|
19253
|
-
|
|
19254
|
-
|
|
19255
|
-
|
|
19256
|
-
|
|
19257
|
-
|
|
19258
|
-
|
|
19259
|
-
|
|
19225
|
+
"kind": "method",
|
|
19226
|
+
"name": "setGridItemProperties",
|
|
19227
|
+
"parameters": [
|
|
19228
|
+
{
|
|
19229
|
+
"name": "column"
|
|
19230
|
+
},
|
|
19231
|
+
{
|
|
19232
|
+
"name": "row"
|
|
19233
|
+
},
|
|
19234
|
+
{
|
|
19235
|
+
"name": "width"
|
|
19236
|
+
},
|
|
19237
|
+
{
|
|
19238
|
+
"name": "height"
|
|
19239
|
+
}
|
|
19240
|
+
]
|
|
19260
19241
|
},
|
|
19261
19242
|
{
|
|
19262
19243
|
"kind": "field",
|
|
@@ -19372,176 +19353,170 @@
|
|
|
19372
19353
|
],
|
|
19373
19354
|
"attributes": [
|
|
19374
19355
|
{
|
|
19375
|
-
"name": "
|
|
19356
|
+
"name": "col-number",
|
|
19376
19357
|
"type": {
|
|
19377
|
-
"text": "
|
|
19358
|
+
"text": "number"
|
|
19378
19359
|
},
|
|
19379
|
-
"fieldName": "
|
|
19360
|
+
"fieldName": "colNumber"
|
|
19380
19361
|
},
|
|
19381
19362
|
{
|
|
19382
|
-
"name": "
|
|
19363
|
+
"name": "col-sm-number",
|
|
19383
19364
|
"type": {
|
|
19384
|
-
"text": "
|
|
19365
|
+
"text": "number"
|
|
19385
19366
|
},
|
|
19386
|
-
"fieldName": "
|
|
19367
|
+
"fieldName": "colSmNumber"
|
|
19387
19368
|
},
|
|
19388
19369
|
{
|
|
19389
|
-
"name": "
|
|
19370
|
+
"name": "col-md-number",
|
|
19390
19371
|
"type": {
|
|
19391
|
-
"text": "
|
|
19372
|
+
"text": "number"
|
|
19392
19373
|
},
|
|
19393
|
-
"fieldName": "
|
|
19374
|
+
"fieldName": "colMdNumber"
|
|
19394
19375
|
},
|
|
19395
19376
|
{
|
|
19396
|
-
"name": "
|
|
19377
|
+
"name": "col-lg-number",
|
|
19397
19378
|
"type": {
|
|
19398
|
-
"text": "
|
|
19379
|
+
"text": "number"
|
|
19399
19380
|
},
|
|
19400
|
-
"fieldName": "
|
|
19381
|
+
"fieldName": "colLgNumber"
|
|
19401
19382
|
},
|
|
19402
19383
|
{
|
|
19403
|
-
"name": "
|
|
19384
|
+
"name": "row-number",
|
|
19404
19385
|
"type": {
|
|
19405
|
-
"text": "
|
|
19386
|
+
"text": "number"
|
|
19406
19387
|
},
|
|
19407
|
-
"fieldName": "
|
|
19388
|
+
"fieldName": "rowNumber"
|
|
19408
19389
|
},
|
|
19409
19390
|
{
|
|
19410
|
-
"name": "
|
|
19391
|
+
"name": "row-sm-number",
|
|
19411
19392
|
"type": {
|
|
19412
|
-
"text": "
|
|
19393
|
+
"text": "number"
|
|
19413
19394
|
},
|
|
19414
|
-
"fieldName": "
|
|
19395
|
+
"fieldName": "rowSmNumber"
|
|
19415
19396
|
},
|
|
19416
19397
|
{
|
|
19417
|
-
"name": "
|
|
19398
|
+
"name": "row-md-number",
|
|
19418
19399
|
"type": {
|
|
19419
|
-
"text": "
|
|
19400
|
+
"text": "number"
|
|
19420
19401
|
},
|
|
19421
|
-
"fieldName": "
|
|
19402
|
+
"fieldName": "rowMdNumber"
|
|
19422
19403
|
},
|
|
19423
19404
|
{
|
|
19424
|
-
"name": "
|
|
19405
|
+
"name": "row-lg-number",
|
|
19425
19406
|
"type": {
|
|
19426
|
-
"text": "
|
|
19407
|
+
"text": "number"
|
|
19427
19408
|
},
|
|
19428
|
-
"fieldName": "
|
|
19409
|
+
"fieldName": "rowLgNumber"
|
|
19429
19410
|
},
|
|
19430
19411
|
{
|
|
19431
|
-
"name": "
|
|
19412
|
+
"name": "width",
|
|
19432
19413
|
"type": {
|
|
19433
|
-
"text": "
|
|
19414
|
+
"text": "number"
|
|
19434
19415
|
},
|
|
19435
|
-
"fieldName": "
|
|
19416
|
+
"fieldName": "width"
|
|
19436
19417
|
},
|
|
19437
19418
|
{
|
|
19438
|
-
"name": "
|
|
19419
|
+
"name": "width-sm",
|
|
19439
19420
|
"type": {
|
|
19440
|
-
"text": "
|
|
19421
|
+
"text": "number"
|
|
19441
19422
|
},
|
|
19442
|
-
"fieldName": "
|
|
19423
|
+
"fieldName": "widthSm"
|
|
19443
19424
|
},
|
|
19444
19425
|
{
|
|
19445
|
-
"name": "
|
|
19426
|
+
"name": "width-md",
|
|
19446
19427
|
"type": {
|
|
19447
|
-
"text": "
|
|
19428
|
+
"text": "number"
|
|
19448
19429
|
},
|
|
19449
|
-
"fieldName": "
|
|
19430
|
+
"fieldName": "widthMd"
|
|
19450
19431
|
},
|
|
19451
19432
|
{
|
|
19452
|
-
"name": "
|
|
19433
|
+
"name": "width-lg",
|
|
19453
19434
|
"type": {
|
|
19454
|
-
"text": "
|
|
19435
|
+
"text": "number"
|
|
19455
19436
|
},
|
|
19456
|
-
"fieldName": "
|
|
19437
|
+
"fieldName": "widthLg"
|
|
19457
19438
|
},
|
|
19458
19439
|
{
|
|
19459
|
-
"name": "
|
|
19440
|
+
"name": "height",
|
|
19460
19441
|
"type": {
|
|
19461
|
-
"text": "
|
|
19442
|
+
"text": "number"
|
|
19462
19443
|
},
|
|
19463
|
-
"fieldName": "
|
|
19444
|
+
"fieldName": "height"
|
|
19464
19445
|
},
|
|
19465
19446
|
{
|
|
19466
|
-
"name": "
|
|
19447
|
+
"name": "height-sm",
|
|
19467
19448
|
"type": {
|
|
19468
|
-
"text": "
|
|
19449
|
+
"text": "number"
|
|
19469
19450
|
},
|
|
19470
|
-
"fieldName": "
|
|
19451
|
+
"fieldName": "heightSm"
|
|
19471
19452
|
},
|
|
19472
19453
|
{
|
|
19473
|
-
"name": "
|
|
19454
|
+
"name": "height-md",
|
|
19474
19455
|
"type": {
|
|
19475
|
-
"text": "
|
|
19456
|
+
"text": "number"
|
|
19476
19457
|
},
|
|
19477
|
-
"fieldName": "
|
|
19458
|
+
"fieldName": "heightMd"
|
|
19478
19459
|
},
|
|
19479
19460
|
{
|
|
19480
|
-
"name": "
|
|
19461
|
+
"name": "height-lg",
|
|
19481
19462
|
"type": {
|
|
19482
|
-
"text": "
|
|
19463
|
+
"text": "number"
|
|
19483
19464
|
},
|
|
19484
|
-
"fieldName": "
|
|
19465
|
+
"fieldName": "heightLg"
|
|
19485
19466
|
}
|
|
19486
19467
|
],
|
|
19487
19468
|
"superclass": {
|
|
19488
19469
|
"name": "FoundationElement",
|
|
19489
19470
|
"package": "@microsoft/fast-foundation"
|
|
19490
19471
|
},
|
|
19491
|
-
"tagName": "%%prefix%%-grid-layout",
|
|
19472
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
19492
19473
|
"customElement": true
|
|
19493
19474
|
},
|
|
19494
19475
|
{
|
|
19495
19476
|
"kind": "variable",
|
|
19496
|
-
"name": "
|
|
19497
|
-
"description": "The Foundation Grid Layout",
|
|
19477
|
+
"name": "foundationGridLayoutItem",
|
|
19478
|
+
"description": "The Foundation Grid Layout Item",
|
|
19498
19479
|
"privacy": "public"
|
|
19499
19480
|
}
|
|
19500
19481
|
],
|
|
19501
19482
|
"exports": [
|
|
19502
19483
|
{
|
|
19503
19484
|
"kind": "js",
|
|
19504
|
-
"name": "
|
|
19485
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19505
19486
|
"declaration": {
|
|
19506
|
-
"name": "
|
|
19507
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19487
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19488
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19508
19489
|
}
|
|
19509
19490
|
},
|
|
19510
19491
|
{
|
|
19511
19492
|
"kind": "js",
|
|
19512
|
-
"name": "
|
|
19493
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19513
19494
|
"declaration": {
|
|
19514
|
-
"name": "
|
|
19515
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19495
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19496
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19516
19497
|
}
|
|
19517
19498
|
},
|
|
19518
19499
|
{
|
|
19519
19500
|
"kind": "js",
|
|
19520
|
-
"name": "
|
|
19501
|
+
"name": "GridLayoutItem",
|
|
19521
19502
|
"declaration": {
|
|
19522
|
-
"name": "
|
|
19523
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19503
|
+
"name": "GridLayoutItem",
|
|
19504
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19524
19505
|
}
|
|
19525
19506
|
},
|
|
19526
19507
|
{
|
|
19527
19508
|
"kind": "js",
|
|
19528
|
-
"name": "
|
|
19509
|
+
"name": "foundationGridLayoutItem",
|
|
19529
19510
|
"declaration": {
|
|
19530
|
-
"name": "
|
|
19531
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19511
|
+
"name": "foundationGridLayoutItem",
|
|
19512
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19532
19513
|
}
|
|
19533
19514
|
}
|
|
19534
19515
|
]
|
|
19535
19516
|
},
|
|
19536
19517
|
{
|
|
19537
19518
|
"kind": "javascript-module",
|
|
19538
|
-
"path": "src/grid-layout/
|
|
19539
|
-
"declarations": [],
|
|
19540
|
-
"exports": []
|
|
19541
|
-
},
|
|
19542
|
-
{
|
|
19543
|
-
"kind": "javascript-module",
|
|
19544
|
-
"path": "src/grid-layout/index.ts",
|
|
19519
|
+
"path": "src/grid-layout-item/index.ts",
|
|
19545
19520
|
"declarations": [],
|
|
19546
19521
|
"exports": [
|
|
19547
19522
|
{
|
|
@@ -19549,7 +19524,7 @@
|
|
|
19549
19524
|
"name": "*",
|
|
19550
19525
|
"declaration": {
|
|
19551
19526
|
"name": "*",
|
|
19552
|
-
"package": "./grid-layout.template"
|
|
19527
|
+
"package": "./grid-layout-item.template"
|
|
19553
19528
|
}
|
|
19554
19529
|
},
|
|
19555
19530
|
{
|
|
@@ -19557,58 +19532,66 @@
|
|
|
19557
19532
|
"name": "*",
|
|
19558
19533
|
"declaration": {
|
|
19559
19534
|
"name": "*",
|
|
19560
|
-
"package": "./grid-layout
|
|
19535
|
+
"package": "./grid-layout-item"
|
|
19561
19536
|
}
|
|
19562
|
-
}
|
|
19537
|
+
}
|
|
19538
|
+
]
|
|
19539
|
+
},
|
|
19540
|
+
{
|
|
19541
|
+
"kind": "javascript-module",
|
|
19542
|
+
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19543
|
+
"declarations": [
|
|
19563
19544
|
{
|
|
19564
|
-
"kind": "
|
|
19565
|
-
"name": "
|
|
19566
|
-
"
|
|
19567
|
-
"
|
|
19568
|
-
|
|
19569
|
-
}
|
|
19570
|
-
}
|
|
19545
|
+
"kind": "variable",
|
|
19546
|
+
"name": "foundationGridLayoutStyles",
|
|
19547
|
+
"type": {
|
|
19548
|
+
"text": "ElementStyles"
|
|
19549
|
+
},
|
|
19550
|
+
"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`"
|
|
19551
|
+
}
|
|
19552
|
+
],
|
|
19553
|
+
"exports": [
|
|
19571
19554
|
{
|
|
19572
19555
|
"kind": "js",
|
|
19573
|
-
"name": "
|
|
19556
|
+
"name": "foundationGridLayoutStyles",
|
|
19574
19557
|
"declaration": {
|
|
19575
|
-
"name": "
|
|
19576
|
-
"
|
|
19558
|
+
"name": "foundationGridLayoutStyles",
|
|
19559
|
+
"module": "src/grid-layout/grid-layout.styles.ts"
|
|
19577
19560
|
}
|
|
19578
19561
|
}
|
|
19579
19562
|
]
|
|
19580
19563
|
},
|
|
19581
19564
|
{
|
|
19582
19565
|
"kind": "javascript-module",
|
|
19583
|
-
"path": "src/grid-layout
|
|
19566
|
+
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19584
19567
|
"declarations": [
|
|
19585
19568
|
{
|
|
19586
19569
|
"kind": "variable",
|
|
19587
|
-
"name": "
|
|
19570
|
+
"name": "foundationGridLayoutTemplate",
|
|
19588
19571
|
"type": {
|
|
19589
|
-
"text": "ViewTemplate<
|
|
19572
|
+
"text": "ViewTemplate<GridLayout>"
|
|
19590
19573
|
},
|
|
19591
|
-
"default": "html`\n <template>\n <
|
|
19574
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19592
19575
|
}
|
|
19593
19576
|
],
|
|
19594
19577
|
"exports": [
|
|
19595
19578
|
{
|
|
19596
19579
|
"kind": "js",
|
|
19597
|
-
"name": "
|
|
19580
|
+
"name": "foundationGridLayoutTemplate",
|
|
19598
19581
|
"declaration": {
|
|
19599
|
-
"name": "
|
|
19600
|
-
"module": "src/grid-layout
|
|
19582
|
+
"name": "foundationGridLayoutTemplate",
|
|
19583
|
+
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19601
19584
|
}
|
|
19602
19585
|
}
|
|
19603
19586
|
]
|
|
19604
19587
|
},
|
|
19605
19588
|
{
|
|
19606
19589
|
"kind": "javascript-module",
|
|
19607
|
-
"path": "src/grid-layout
|
|
19590
|
+
"path": "src/grid-layout/grid-layout.ts",
|
|
19608
19591
|
"declarations": [
|
|
19609
19592
|
{
|
|
19610
19593
|
"kind": "variable",
|
|
19611
|
-
"name": "
|
|
19594
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19612
19595
|
"type": {
|
|
19613
19596
|
"text": "ShadowRootInit"
|
|
19614
19597
|
},
|
|
@@ -19616,7 +19599,7 @@
|
|
|
19616
19599
|
},
|
|
19617
19600
|
{
|
|
19618
19601
|
"kind": "variable",
|
|
19619
|
-
"name": "
|
|
19602
|
+
"name": "defaultGridLayoutConfig",
|
|
19620
19603
|
"type": {
|
|
19621
19604
|
"text": "object"
|
|
19622
19605
|
},
|
|
@@ -19625,137 +19608,136 @@
|
|
|
19625
19608
|
{
|
|
19626
19609
|
"kind": "class",
|
|
19627
19610
|
"description": "",
|
|
19628
|
-
"name": "
|
|
19611
|
+
"name": "GridLayout",
|
|
19629
19612
|
"members": [
|
|
19630
19613
|
{
|
|
19631
19614
|
"kind": "field",
|
|
19632
|
-
"name": "
|
|
19615
|
+
"name": "['col-count']",
|
|
19633
19616
|
"type": {
|
|
19634
|
-
"text": "
|
|
19617
|
+
"text": "string"
|
|
19635
19618
|
}
|
|
19636
19619
|
},
|
|
19637
19620
|
{
|
|
19638
19621
|
"kind": "field",
|
|
19639
|
-
"name": "
|
|
19622
|
+
"name": "['col-width']",
|
|
19640
19623
|
"type": {
|
|
19641
|
-
"text": "
|
|
19624
|
+
"text": "string"
|
|
19642
19625
|
}
|
|
19643
19626
|
},
|
|
19644
19627
|
{
|
|
19645
19628
|
"kind": "field",
|
|
19646
|
-
"name": "
|
|
19629
|
+
"name": "['col-lg-count']",
|
|
19647
19630
|
"type": {
|
|
19648
|
-
"text": "
|
|
19631
|
+
"text": "string"
|
|
19649
19632
|
}
|
|
19650
19633
|
},
|
|
19651
19634
|
{
|
|
19652
19635
|
"kind": "field",
|
|
19653
|
-
"name": "
|
|
19636
|
+
"name": "['col-lg-width']",
|
|
19654
19637
|
"type": {
|
|
19655
|
-
"text": "
|
|
19638
|
+
"text": "string"
|
|
19656
19639
|
}
|
|
19657
19640
|
},
|
|
19658
19641
|
{
|
|
19659
19642
|
"kind": "field",
|
|
19660
|
-
"name": "
|
|
19643
|
+
"name": "['col-md-count']",
|
|
19661
19644
|
"type": {
|
|
19662
|
-
"text": "
|
|
19645
|
+
"text": "string"
|
|
19663
19646
|
}
|
|
19664
19647
|
},
|
|
19665
19648
|
{
|
|
19666
19649
|
"kind": "field",
|
|
19667
|
-
"name": "
|
|
19650
|
+
"name": "['col-md-width']",
|
|
19668
19651
|
"type": {
|
|
19669
|
-
"text": "
|
|
19652
|
+
"text": "string"
|
|
19670
19653
|
}
|
|
19671
19654
|
},
|
|
19672
19655
|
{
|
|
19673
19656
|
"kind": "field",
|
|
19674
|
-
"name": "
|
|
19657
|
+
"name": "['col-sm-count']",
|
|
19675
19658
|
"type": {
|
|
19676
|
-
"text": "
|
|
19659
|
+
"text": "string"
|
|
19677
19660
|
}
|
|
19678
19661
|
},
|
|
19679
19662
|
{
|
|
19680
19663
|
"kind": "field",
|
|
19681
|
-
"name": "
|
|
19664
|
+
"name": "['col-sm-width']",
|
|
19682
19665
|
"type": {
|
|
19683
|
-
"text": "
|
|
19666
|
+
"text": "string"
|
|
19684
19667
|
}
|
|
19685
19668
|
},
|
|
19686
19669
|
{
|
|
19687
19670
|
"kind": "field",
|
|
19688
|
-
"name": "
|
|
19671
|
+
"name": "['row-count']",
|
|
19689
19672
|
"type": {
|
|
19690
|
-
"text": "
|
|
19673
|
+
"text": "string"
|
|
19691
19674
|
}
|
|
19692
19675
|
},
|
|
19693
19676
|
{
|
|
19694
19677
|
"kind": "field",
|
|
19695
|
-
"name": "
|
|
19678
|
+
"name": "['row-height']",
|
|
19696
19679
|
"type": {
|
|
19697
|
-
"text": "
|
|
19680
|
+
"text": "string"
|
|
19698
19681
|
}
|
|
19699
19682
|
},
|
|
19700
19683
|
{
|
|
19701
19684
|
"kind": "field",
|
|
19702
|
-
"name": "
|
|
19685
|
+
"name": "['row-lg-count']",
|
|
19703
19686
|
"type": {
|
|
19704
|
-
"text": "
|
|
19687
|
+
"text": "string"
|
|
19705
19688
|
}
|
|
19706
19689
|
},
|
|
19707
19690
|
{
|
|
19708
19691
|
"kind": "field",
|
|
19709
|
-
"name": "
|
|
19692
|
+
"name": "['row-lg-height']",
|
|
19710
19693
|
"type": {
|
|
19711
|
-
"text": "
|
|
19694
|
+
"text": "string"
|
|
19712
19695
|
}
|
|
19713
19696
|
},
|
|
19714
19697
|
{
|
|
19715
19698
|
"kind": "field",
|
|
19716
|
-
"name": "
|
|
19699
|
+
"name": "['row-md-count']",
|
|
19717
19700
|
"type": {
|
|
19718
|
-
"text": "
|
|
19701
|
+
"text": "string"
|
|
19719
19702
|
}
|
|
19720
19703
|
},
|
|
19721
19704
|
{
|
|
19722
19705
|
"kind": "field",
|
|
19723
|
-
"name": "
|
|
19706
|
+
"name": "['row-md-height']",
|
|
19724
19707
|
"type": {
|
|
19725
|
-
"text": "
|
|
19708
|
+
"text": "string"
|
|
19726
19709
|
}
|
|
19727
19710
|
},
|
|
19728
19711
|
{
|
|
19729
19712
|
"kind": "field",
|
|
19730
|
-
"name": "
|
|
19713
|
+
"name": "['row-sm-count']",
|
|
19731
19714
|
"type": {
|
|
19732
|
-
"text": "
|
|
19715
|
+
"text": "string"
|
|
19733
19716
|
}
|
|
19734
19717
|
},
|
|
19735
19718
|
{
|
|
19736
19719
|
"kind": "field",
|
|
19737
|
-
"name": "
|
|
19720
|
+
"name": "['row-sm-height']",
|
|
19738
19721
|
"type": {
|
|
19739
|
-
"text": "
|
|
19722
|
+
"text": "string"
|
|
19740
19723
|
}
|
|
19741
19724
|
},
|
|
19742
19725
|
{
|
|
19743
|
-
"kind": "
|
|
19744
|
-
"name": "
|
|
19745
|
-
"
|
|
19746
|
-
|
|
19747
|
-
|
|
19748
|
-
|
|
19749
|
-
|
|
19750
|
-
|
|
19751
|
-
|
|
19752
|
-
|
|
19753
|
-
|
|
19754
|
-
|
|
19755
|
-
|
|
19756
|
-
|
|
19757
|
-
|
|
19758
|
-
]
|
|
19726
|
+
"kind": "field",
|
|
19727
|
+
"name": "behaviors",
|
|
19728
|
+
"type": {
|
|
19729
|
+
"text": "Behavior[]"
|
|
19730
|
+
},
|
|
19731
|
+
"privacy": "private",
|
|
19732
|
+
"default": "[]"
|
|
19733
|
+
},
|
|
19734
|
+
{
|
|
19735
|
+
"kind": "field",
|
|
19736
|
+
"name": "baseStyles",
|
|
19737
|
+
"type": {
|
|
19738
|
+
"text": "ElementStyles"
|
|
19739
|
+
},
|
|
19740
|
+
"privacy": "private"
|
|
19759
19741
|
},
|
|
19760
19742
|
{
|
|
19761
19743
|
"kind": "field",
|
|
@@ -19871,170 +19853,176 @@
|
|
|
19871
19853
|
],
|
|
19872
19854
|
"attributes": [
|
|
19873
19855
|
{
|
|
19874
|
-
"name": "col-
|
|
19856
|
+
"name": "['col-count']",
|
|
19875
19857
|
"type": {
|
|
19876
|
-
"text": "
|
|
19858
|
+
"text": "string"
|
|
19877
19859
|
},
|
|
19878
|
-
"fieldName": "
|
|
19860
|
+
"fieldName": "['col-count']"
|
|
19879
19861
|
},
|
|
19880
19862
|
{
|
|
19881
|
-
"name": "col-
|
|
19863
|
+
"name": "['col-width']",
|
|
19882
19864
|
"type": {
|
|
19883
|
-
"text": "
|
|
19865
|
+
"text": "string"
|
|
19884
19866
|
},
|
|
19885
|
-
"fieldName": "
|
|
19867
|
+
"fieldName": "['col-width']"
|
|
19886
19868
|
},
|
|
19887
19869
|
{
|
|
19888
|
-
"name": "col-
|
|
19870
|
+
"name": "['col-lg-count']",
|
|
19889
19871
|
"type": {
|
|
19890
|
-
"text": "
|
|
19872
|
+
"text": "string"
|
|
19891
19873
|
},
|
|
19892
|
-
"fieldName": "
|
|
19874
|
+
"fieldName": "['col-lg-count']"
|
|
19893
19875
|
},
|
|
19894
19876
|
{
|
|
19895
|
-
"name": "col-lg-
|
|
19877
|
+
"name": "['col-lg-width']",
|
|
19896
19878
|
"type": {
|
|
19897
|
-
"text": "
|
|
19879
|
+
"text": "string"
|
|
19898
19880
|
},
|
|
19899
|
-
"fieldName": "
|
|
19881
|
+
"fieldName": "['col-lg-width']"
|
|
19900
19882
|
},
|
|
19901
19883
|
{
|
|
19902
|
-
"name": "
|
|
19884
|
+
"name": "['col-md-count']",
|
|
19903
19885
|
"type": {
|
|
19904
|
-
"text": "
|
|
19886
|
+
"text": "string"
|
|
19905
19887
|
},
|
|
19906
|
-
"fieldName": "
|
|
19888
|
+
"fieldName": "['col-md-count']"
|
|
19907
19889
|
},
|
|
19908
19890
|
{
|
|
19909
|
-
"name": "
|
|
19891
|
+
"name": "['col-md-width']",
|
|
19910
19892
|
"type": {
|
|
19911
|
-
"text": "
|
|
19893
|
+
"text": "string"
|
|
19912
19894
|
},
|
|
19913
|
-
"fieldName": "
|
|
19895
|
+
"fieldName": "['col-md-width']"
|
|
19914
19896
|
},
|
|
19915
19897
|
{
|
|
19916
|
-
"name": "
|
|
19898
|
+
"name": "['col-sm-count']",
|
|
19917
19899
|
"type": {
|
|
19918
|
-
"text": "
|
|
19900
|
+
"text": "string"
|
|
19919
19901
|
},
|
|
19920
|
-
"fieldName": "
|
|
19902
|
+
"fieldName": "['col-sm-count']"
|
|
19921
19903
|
},
|
|
19922
19904
|
{
|
|
19923
|
-
"name": "
|
|
19905
|
+
"name": "['col-sm-width']",
|
|
19924
19906
|
"type": {
|
|
19925
|
-
"text": "
|
|
19907
|
+
"text": "string"
|
|
19926
19908
|
},
|
|
19927
|
-
"fieldName": "
|
|
19909
|
+
"fieldName": "['col-sm-width']"
|
|
19928
19910
|
},
|
|
19929
19911
|
{
|
|
19930
|
-
"name": "
|
|
19912
|
+
"name": "['row-count']",
|
|
19931
19913
|
"type": {
|
|
19932
|
-
"text": "
|
|
19914
|
+
"text": "string"
|
|
19933
19915
|
},
|
|
19934
|
-
"fieldName": "
|
|
19916
|
+
"fieldName": "['row-count']"
|
|
19935
19917
|
},
|
|
19936
19918
|
{
|
|
19937
|
-
"name": "
|
|
19919
|
+
"name": "['row-height']",
|
|
19938
19920
|
"type": {
|
|
19939
|
-
"text": "
|
|
19921
|
+
"text": "string"
|
|
19940
19922
|
},
|
|
19941
|
-
"fieldName": "
|
|
19923
|
+
"fieldName": "['row-height']"
|
|
19942
19924
|
},
|
|
19943
19925
|
{
|
|
19944
|
-
"name": "
|
|
19926
|
+
"name": "['row-lg-count']",
|
|
19945
19927
|
"type": {
|
|
19946
|
-
"text": "
|
|
19928
|
+
"text": "string"
|
|
19947
19929
|
},
|
|
19948
|
-
"fieldName": "
|
|
19930
|
+
"fieldName": "['row-lg-count']"
|
|
19949
19931
|
},
|
|
19950
19932
|
{
|
|
19951
|
-
"name": "
|
|
19933
|
+
"name": "['row-lg-height']",
|
|
19952
19934
|
"type": {
|
|
19953
|
-
"text": "
|
|
19935
|
+
"text": "string"
|
|
19954
19936
|
},
|
|
19955
|
-
"fieldName": "
|
|
19937
|
+
"fieldName": "['row-lg-height']"
|
|
19956
19938
|
},
|
|
19957
19939
|
{
|
|
19958
|
-
"name": "
|
|
19940
|
+
"name": "['row-md-count']",
|
|
19959
19941
|
"type": {
|
|
19960
|
-
"text": "
|
|
19942
|
+
"text": "string"
|
|
19961
19943
|
},
|
|
19962
|
-
"fieldName": "
|
|
19944
|
+
"fieldName": "['row-md-count']"
|
|
19963
19945
|
},
|
|
19964
19946
|
{
|
|
19965
|
-
"name": "height
|
|
19947
|
+
"name": "['row-md-height']",
|
|
19966
19948
|
"type": {
|
|
19967
|
-
"text": "
|
|
19949
|
+
"text": "string"
|
|
19968
19950
|
},
|
|
19969
|
-
"fieldName": "
|
|
19951
|
+
"fieldName": "['row-md-height']"
|
|
19970
19952
|
},
|
|
19971
19953
|
{
|
|
19972
|
-
"name": "
|
|
19954
|
+
"name": "['row-sm-count']",
|
|
19973
19955
|
"type": {
|
|
19974
|
-
"text": "
|
|
19956
|
+
"text": "string"
|
|
19975
19957
|
},
|
|
19976
|
-
"fieldName": "
|
|
19958
|
+
"fieldName": "['row-sm-count']"
|
|
19977
19959
|
},
|
|
19978
19960
|
{
|
|
19979
|
-
"name": "height
|
|
19961
|
+
"name": "['row-sm-height']",
|
|
19980
19962
|
"type": {
|
|
19981
|
-
"text": "
|
|
19963
|
+
"text": "string"
|
|
19982
19964
|
},
|
|
19983
|
-
"fieldName": "
|
|
19965
|
+
"fieldName": "['row-sm-height']"
|
|
19984
19966
|
}
|
|
19985
19967
|
],
|
|
19986
19968
|
"superclass": {
|
|
19987
19969
|
"name": "FoundationElement",
|
|
19988
19970
|
"package": "@microsoft/fast-foundation"
|
|
19989
19971
|
},
|
|
19990
|
-
"tagName": "%%prefix%%-grid-layout
|
|
19972
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
19991
19973
|
"customElement": true
|
|
19992
19974
|
},
|
|
19993
19975
|
{
|
|
19994
19976
|
"kind": "variable",
|
|
19995
|
-
"name": "
|
|
19996
|
-
"description": "The Foundation Grid Layout
|
|
19977
|
+
"name": "foundationGridLayout",
|
|
19978
|
+
"description": "The Foundation Grid Layout",
|
|
19997
19979
|
"privacy": "public"
|
|
19998
19980
|
}
|
|
19999
19981
|
],
|
|
20000
19982
|
"exports": [
|
|
20001
19983
|
{
|
|
20002
19984
|
"kind": "js",
|
|
20003
|
-
"name": "
|
|
19985
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
20004
19986
|
"declaration": {
|
|
20005
|
-
"name": "
|
|
20006
|
-
"module": "src/grid-layout
|
|
19987
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19988
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20007
19989
|
}
|
|
20008
19990
|
},
|
|
20009
19991
|
{
|
|
20010
19992
|
"kind": "js",
|
|
20011
|
-
"name": "
|
|
19993
|
+
"name": "defaultGridLayoutConfig",
|
|
20012
19994
|
"declaration": {
|
|
20013
|
-
"name": "
|
|
20014
|
-
"module": "src/grid-layout
|
|
19995
|
+
"name": "defaultGridLayoutConfig",
|
|
19996
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20015
19997
|
}
|
|
20016
19998
|
},
|
|
20017
19999
|
{
|
|
20018
20000
|
"kind": "js",
|
|
20019
|
-
"name": "
|
|
20001
|
+
"name": "GridLayout",
|
|
20020
20002
|
"declaration": {
|
|
20021
|
-
"name": "
|
|
20022
|
-
"module": "src/grid-layout
|
|
20003
|
+
"name": "GridLayout",
|
|
20004
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20023
20005
|
}
|
|
20024
20006
|
},
|
|
20025
20007
|
{
|
|
20026
20008
|
"kind": "js",
|
|
20027
|
-
"name": "
|
|
20009
|
+
"name": "foundationGridLayout",
|
|
20028
20010
|
"declaration": {
|
|
20029
|
-
"name": "
|
|
20030
|
-
"module": "src/grid-layout
|
|
20011
|
+
"name": "foundationGridLayout",
|
|
20012
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20031
20013
|
}
|
|
20032
20014
|
}
|
|
20033
20015
|
]
|
|
20034
20016
|
},
|
|
20035
20017
|
{
|
|
20036
20018
|
"kind": "javascript-module",
|
|
20037
|
-
"path": "src/grid-layout-
|
|
20019
|
+
"path": "src/grid-layout/grid-layout.types.ts",
|
|
20020
|
+
"declarations": [],
|
|
20021
|
+
"exports": []
|
|
20022
|
+
},
|
|
20023
|
+
{
|
|
20024
|
+
"kind": "javascript-module",
|
|
20025
|
+
"path": "src/grid-layout/index.ts",
|
|
20038
20026
|
"declarations": [],
|
|
20039
20027
|
"exports": [
|
|
20040
20028
|
{
|
|
@@ -20042,7 +20030,7 @@
|
|
|
20042
20030
|
"name": "*",
|
|
20043
20031
|
"declaration": {
|
|
20044
20032
|
"name": "*",
|
|
20045
|
-
"package": "./grid-layout
|
|
20033
|
+
"package": "./grid-layout.template"
|
|
20046
20034
|
}
|
|
20047
20035
|
},
|
|
20048
20036
|
{
|
|
@@ -20050,7 +20038,23 @@
|
|
|
20050
20038
|
"name": "*",
|
|
20051
20039
|
"declaration": {
|
|
20052
20040
|
"name": "*",
|
|
20053
|
-
"package": "./grid-layout
|
|
20041
|
+
"package": "./grid-layout.styles"
|
|
20042
|
+
}
|
|
20043
|
+
},
|
|
20044
|
+
{
|
|
20045
|
+
"kind": "js",
|
|
20046
|
+
"name": "*",
|
|
20047
|
+
"declaration": {
|
|
20048
|
+
"name": "*",
|
|
20049
|
+
"package": "./grid-layout"
|
|
20050
|
+
}
|
|
20051
|
+
},
|
|
20052
|
+
{
|
|
20053
|
+
"kind": "js",
|
|
20054
|
+
"name": "*",
|
|
20055
|
+
"declaration": {
|
|
20056
|
+
"name": "*",
|
|
20057
|
+
"package": "./grid-layout.types"
|
|
20054
20058
|
}
|
|
20055
20059
|
}
|
|
20056
20060
|
]
|