@genesislcap/foundation-zero 14.19.0 → 14.20.0-bny.19
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 +541 -541
- package/package.json +6 -6
|
@@ -720,6 +720,37 @@
|
|
|
720
720
|
}
|
|
721
721
|
]
|
|
722
722
|
},
|
|
723
|
+
{
|
|
724
|
+
"kind": "javascript-module",
|
|
725
|
+
"path": "src/_config/index.ts",
|
|
726
|
+
"declarations": [],
|
|
727
|
+
"exports": [
|
|
728
|
+
{
|
|
729
|
+
"kind": "js",
|
|
730
|
+
"name": "*",
|
|
731
|
+
"declaration": {
|
|
732
|
+
"name": "*",
|
|
733
|
+
"package": "./styles"
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"kind": "js",
|
|
738
|
+
"name": "*",
|
|
739
|
+
"declaration": {
|
|
740
|
+
"name": "*",
|
|
741
|
+
"package": "./tokens"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"kind": "js",
|
|
746
|
+
"name": "*",
|
|
747
|
+
"declaration": {
|
|
748
|
+
"name": "*",
|
|
749
|
+
"package": "./values"
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
]
|
|
753
|
+
},
|
|
723
754
|
{
|
|
724
755
|
"kind": "javascript-module",
|
|
725
756
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
@@ -992,37 +1023,6 @@
|
|
|
992
1023
|
}
|
|
993
1024
|
]
|
|
994
1025
|
},
|
|
995
|
-
{
|
|
996
|
-
"kind": "javascript-module",
|
|
997
|
-
"path": "src/_config/index.ts",
|
|
998
|
-
"declarations": [],
|
|
999
|
-
"exports": [
|
|
1000
|
-
{
|
|
1001
|
-
"kind": "js",
|
|
1002
|
-
"name": "*",
|
|
1003
|
-
"declaration": {
|
|
1004
|
-
"name": "*",
|
|
1005
|
-
"package": "./styles"
|
|
1006
|
-
}
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"kind": "js",
|
|
1010
|
-
"name": "*",
|
|
1011
|
-
"declaration": {
|
|
1012
|
-
"name": "*",
|
|
1013
|
-
"package": "./tokens"
|
|
1014
|
-
}
|
|
1015
|
-
},
|
|
1016
|
-
{
|
|
1017
|
-
"kind": "js",
|
|
1018
|
-
"name": "*",
|
|
1019
|
-
"declaration": {
|
|
1020
|
-
"name": "*",
|
|
1021
|
-
"package": "./values"
|
|
1022
|
-
}
|
|
1023
|
-
}
|
|
1024
|
-
]
|
|
1025
|
-
},
|
|
1026
1026
|
{
|
|
1027
1027
|
"kind": "javascript-module",
|
|
1028
1028
|
"path": "src/anchor/anchor.stories.ts",
|
|
@@ -5299,7 +5299,7 @@
|
|
|
5299
5299
|
},
|
|
5300
5300
|
{
|
|
5301
5301
|
"kind": "javascript-module",
|
|
5302
|
-
"path": "src/
|
|
5302
|
+
"path": "src/file-upload/file-upload.stories.ts",
|
|
5303
5303
|
"declarations": [
|
|
5304
5304
|
{
|
|
5305
5305
|
"kind": "variable",
|
|
@@ -5307,7 +5307,7 @@
|
|
|
5307
5307
|
"type": {
|
|
5308
5308
|
"text": "Meta"
|
|
5309
5309
|
},
|
|
5310
|
-
"default": "{\n title: '
|
|
5310
|
+
"default": "{\n title: 'File Upload',\n component: 'zero-file-upload',\n}"
|
|
5311
5311
|
},
|
|
5312
5312
|
{
|
|
5313
5313
|
"kind": "variable",
|
|
@@ -5315,7 +5315,7 @@
|
|
|
5315
5315
|
"type": {
|
|
5316
5316
|
"text": "StoryObj"
|
|
5317
5317
|
},
|
|
5318
|
-
"default": "{\n
|
|
5318
|
+
"default": "{\n render: () => html`\n <div style=\"min-height: 300px;\">\n <zero-file-upload label=\"Select Files\"></zero-file-upload>\n </div>\n `,\n}"
|
|
5319
5319
|
}
|
|
5320
5320
|
],
|
|
5321
5321
|
"exports": [
|
|
@@ -5324,7 +5324,7 @@
|
|
|
5324
5324
|
"name": "default",
|
|
5325
5325
|
"declaration": {
|
|
5326
5326
|
"name": "meta",
|
|
5327
|
-
"module": "src/
|
|
5327
|
+
"module": "src/file-upload/file-upload.stories.ts"
|
|
5328
5328
|
}
|
|
5329
5329
|
},
|
|
5330
5330
|
{
|
|
@@ -5332,24 +5332,76 @@
|
|
|
5332
5332
|
"name": "Primary",
|
|
5333
5333
|
"declaration": {
|
|
5334
5334
|
"name": "Primary",
|
|
5335
|
-
"module": "src/
|
|
5335
|
+
"module": "src/file-upload/file-upload.stories.ts"
|
|
5336
5336
|
}
|
|
5337
5337
|
}
|
|
5338
5338
|
]
|
|
5339
5339
|
},
|
|
5340
5340
|
{
|
|
5341
5341
|
"kind": "javascript-module",
|
|
5342
|
-
"path": "src/
|
|
5342
|
+
"path": "src/file-upload/file-upload.styles.ts",
|
|
5343
|
+
"declarations": [
|
|
5344
|
+
{
|
|
5345
|
+
"kind": "variable",
|
|
5346
|
+
"name": "zeroFileUploadStyles",
|
|
5347
|
+
"default": "css`\n ${foundationFileUploadStyles}\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-color);\n border: 3px solid rgb(31 33 38);\n }\n`"
|
|
5348
|
+
}
|
|
5349
|
+
],
|
|
5350
|
+
"exports": [
|
|
5351
|
+
{
|
|
5352
|
+
"kind": "js",
|
|
5353
|
+
"name": "zeroFileUploadStyles",
|
|
5354
|
+
"declaration": {
|
|
5355
|
+
"name": "zeroFileUploadStyles",
|
|
5356
|
+
"module": "src/file-upload/file-upload.styles.ts"
|
|
5357
|
+
}
|
|
5358
|
+
}
|
|
5359
|
+
]
|
|
5360
|
+
},
|
|
5361
|
+
{
|
|
5362
|
+
"kind": "javascript-module",
|
|
5363
|
+
"path": "src/file-upload/file-upload.template.ts",
|
|
5364
|
+
"declarations": [
|
|
5365
|
+
{
|
|
5366
|
+
"kind": "variable",
|
|
5367
|
+
"name": "fileUploadTemplate",
|
|
5368
|
+
"default": "html<FileUpload>`\n ${getPrefixedFileUpload('zero')}\n`"
|
|
5369
|
+
}
|
|
5370
|
+
],
|
|
5371
|
+
"exports": [
|
|
5372
|
+
{
|
|
5373
|
+
"kind": "js",
|
|
5374
|
+
"name": "fileUploadTemplate",
|
|
5375
|
+
"declaration": {
|
|
5376
|
+
"name": "fileUploadTemplate",
|
|
5377
|
+
"module": "src/file-upload/file-upload.template.ts"
|
|
5378
|
+
}
|
|
5379
|
+
}
|
|
5380
|
+
]
|
|
5381
|
+
},
|
|
5382
|
+
{
|
|
5383
|
+
"kind": "javascript-module",
|
|
5384
|
+
"path": "src/file-upload/file-upload.ts",
|
|
5343
5385
|
"declarations": [
|
|
5386
|
+
{
|
|
5387
|
+
"kind": "variable",
|
|
5388
|
+
"name": "defaultFileUploadConfig",
|
|
5389
|
+
"default": "foundationConfig"
|
|
5390
|
+
},
|
|
5391
|
+
{
|
|
5392
|
+
"kind": "variable",
|
|
5393
|
+
"name": "zeroFileUploadShadowOptions",
|
|
5394
|
+
"default": "foundationFileUploadShadowOptions"
|
|
5395
|
+
},
|
|
5344
5396
|
{
|
|
5345
5397
|
"kind": "class",
|
|
5346
5398
|
"description": "",
|
|
5347
|
-
"name": "
|
|
5399
|
+
"name": "FileUpload",
|
|
5348
5400
|
"superclass": {
|
|
5349
|
-
"name": "
|
|
5401
|
+
"name": "FoundationFileUpload",
|
|
5350
5402
|
"package": "@genesislcap/foundation-ui"
|
|
5351
5403
|
},
|
|
5352
|
-
"tagName": "%%prefix%%-
|
|
5404
|
+
"tagName": "%%prefix%%-file-upload",
|
|
5353
5405
|
"customElement": true,
|
|
5354
5406
|
"members": [
|
|
5355
5407
|
{
|
|
@@ -5467,33 +5519,49 @@
|
|
|
5467
5519
|
},
|
|
5468
5520
|
{
|
|
5469
5521
|
"kind": "variable",
|
|
5470
|
-
"name": "
|
|
5471
|
-
"description": "The
|
|
5522
|
+
"name": "zeroFileUpload",
|
|
5523
|
+
"description": "The Zero FileUpload",
|
|
5472
5524
|
"privacy": "public"
|
|
5473
5525
|
}
|
|
5474
5526
|
],
|
|
5475
5527
|
"exports": [
|
|
5476
5528
|
{
|
|
5477
5529
|
"kind": "js",
|
|
5478
|
-
"name": "
|
|
5530
|
+
"name": "defaultFileUploadConfig",
|
|
5479
5531
|
"declaration": {
|
|
5480
|
-
"name": "
|
|
5481
|
-
"module": "src/
|
|
5532
|
+
"name": "defaultFileUploadConfig",
|
|
5533
|
+
"module": "src/file-upload/file-upload.ts"
|
|
5482
5534
|
}
|
|
5483
5535
|
},
|
|
5484
5536
|
{
|
|
5485
5537
|
"kind": "js",
|
|
5486
|
-
"name": "
|
|
5538
|
+
"name": "zeroFileUploadShadowOptions",
|
|
5487
5539
|
"declaration": {
|
|
5488
|
-
"name": "
|
|
5489
|
-
"module": "src/
|
|
5540
|
+
"name": "zeroFileUploadShadowOptions",
|
|
5541
|
+
"module": "src/file-upload/file-upload.ts"
|
|
5542
|
+
}
|
|
5543
|
+
},
|
|
5544
|
+
{
|
|
5545
|
+
"kind": "js",
|
|
5546
|
+
"name": "FileUpload",
|
|
5547
|
+
"declaration": {
|
|
5548
|
+
"name": "FileUpload",
|
|
5549
|
+
"module": "src/file-upload/file-upload.ts"
|
|
5550
|
+
}
|
|
5551
|
+
},
|
|
5552
|
+
{
|
|
5553
|
+
"kind": "js",
|
|
5554
|
+
"name": "zeroFileUpload",
|
|
5555
|
+
"declaration": {
|
|
5556
|
+
"name": "zeroFileUpload",
|
|
5557
|
+
"module": "src/file-upload/file-upload.ts"
|
|
5490
5558
|
}
|
|
5491
5559
|
}
|
|
5492
5560
|
]
|
|
5493
5561
|
},
|
|
5494
5562
|
{
|
|
5495
5563
|
"kind": "javascript-module",
|
|
5496
|
-
"path": "src/
|
|
5564
|
+
"path": "src/file-upload/index.ts",
|
|
5497
5565
|
"declarations": [],
|
|
5498
5566
|
"exports": [
|
|
5499
5567
|
{
|
|
@@ -5501,14 +5569,30 @@
|
|
|
5501
5569
|
"name": "*",
|
|
5502
5570
|
"declaration": {
|
|
5503
5571
|
"name": "*",
|
|
5504
|
-
"package": "./
|
|
5572
|
+
"package": "./file-upload"
|
|
5573
|
+
}
|
|
5574
|
+
},
|
|
5575
|
+
{
|
|
5576
|
+
"kind": "js",
|
|
5577
|
+
"name": "*",
|
|
5578
|
+
"declaration": {
|
|
5579
|
+
"name": "*",
|
|
5580
|
+
"package": "./file-upload.styles"
|
|
5581
|
+
}
|
|
5582
|
+
},
|
|
5583
|
+
{
|
|
5584
|
+
"kind": "js",
|
|
5585
|
+
"name": "zeroFileUploadTemplate",
|
|
5586
|
+
"declaration": {
|
|
5587
|
+
"name": "foundationFileUploadTemplate",
|
|
5588
|
+
"package": "@genesislcap/foundation-ui"
|
|
5505
5589
|
}
|
|
5506
5590
|
}
|
|
5507
5591
|
]
|
|
5508
5592
|
},
|
|
5509
5593
|
{
|
|
5510
5594
|
"kind": "javascript-module",
|
|
5511
|
-
"path": "src/
|
|
5595
|
+
"path": "src/filter/filter.stories.ts",
|
|
5512
5596
|
"declarations": [
|
|
5513
5597
|
{
|
|
5514
5598
|
"kind": "variable",
|
|
@@ -5516,7 +5600,7 @@
|
|
|
5516
5600
|
"type": {
|
|
5517
5601
|
"text": "Meta"
|
|
5518
5602
|
},
|
|
5519
|
-
"default": "{\n title: '
|
|
5603
|
+
"default": "{\n title: 'Filter',\n component: 'zero-filter',\n}"
|
|
5520
5604
|
},
|
|
5521
5605
|
{
|
|
5522
5606
|
"kind": "variable",
|
|
@@ -5524,7 +5608,7 @@
|
|
|
5524
5608
|
"type": {
|
|
5525
5609
|
"text": "StoryObj"
|
|
5526
5610
|
},
|
|
5527
|
-
"default": "{\n render: ()
|
|
5611
|
+
"default": "{\n render: () =>\n html`\n <zero-filter type=\"text\" fieldName=\"SOME_TEXT_FIELD\"></zero-filter>\n <zero-filter type=\"boolean\" fieldName=\"SOME_BOOLEAN_FIELD\"></zero-filter>\n <zero-filter type=\"date\" fieldName=\"SOME_DATE_FIELD\"></zero-filter>\n <zero-filter type=\"number\" fieldName=\"SOME_NUMERIC_FIELD\"></zero-filter>\n `,\n}"
|
|
5528
5612
|
}
|
|
5529
5613
|
],
|
|
5530
5614
|
"exports": [
|
|
@@ -5533,7 +5617,7 @@
|
|
|
5533
5617
|
"name": "default",
|
|
5534
5618
|
"declaration": {
|
|
5535
5619
|
"name": "meta",
|
|
5536
|
-
"module": "src/
|
|
5620
|
+
"module": "src/filter/filter.stories.ts"
|
|
5537
5621
|
}
|
|
5538
5622
|
},
|
|
5539
5623
|
{
|
|
@@ -5541,86 +5625,125 @@
|
|
|
5541
5625
|
"name": "Primary",
|
|
5542
5626
|
"declaration": {
|
|
5543
5627
|
"name": "Primary",
|
|
5544
|
-
"module": "src/
|
|
5545
|
-
}
|
|
5546
|
-
}
|
|
5547
|
-
]
|
|
5548
|
-
},
|
|
5549
|
-
{
|
|
5550
|
-
"kind": "javascript-module",
|
|
5551
|
-
"path": "src/file-upload/file-upload.styles.ts",
|
|
5552
|
-
"declarations": [
|
|
5553
|
-
{
|
|
5554
|
-
"kind": "variable",
|
|
5555
|
-
"name": "zeroFileUploadStyles",
|
|
5556
|
-
"default": "css`\n ${foundationFileUploadStyles}\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-color);\n border: 3px solid rgb(31 33 38);\n }\n`"
|
|
5557
|
-
}
|
|
5558
|
-
],
|
|
5559
|
-
"exports": [
|
|
5560
|
-
{
|
|
5561
|
-
"kind": "js",
|
|
5562
|
-
"name": "zeroFileUploadStyles",
|
|
5563
|
-
"declaration": {
|
|
5564
|
-
"name": "zeroFileUploadStyles",
|
|
5565
|
-
"module": "src/file-upload/file-upload.styles.ts"
|
|
5628
|
+
"module": "src/filter/filter.stories.ts"
|
|
5566
5629
|
}
|
|
5567
5630
|
}
|
|
5568
5631
|
]
|
|
5569
5632
|
},
|
|
5570
5633
|
{
|
|
5571
5634
|
"kind": "javascript-module",
|
|
5572
|
-
"path": "src/
|
|
5635
|
+
"path": "src/filter/filter.template.ts",
|
|
5573
5636
|
"declarations": [
|
|
5574
5637
|
{
|
|
5575
5638
|
"kind": "variable",
|
|
5576
|
-
"name": "
|
|
5577
|
-
"
|
|
5639
|
+
"name": "zeroFilterTemplate",
|
|
5640
|
+
"type": {
|
|
5641
|
+
"text": "ViewTemplate<Filter>"
|
|
5642
|
+
},
|
|
5643
|
+
"default": "html`\n <div class=\"filter-wrapper\">${(x) => selectTemplate(x)}</div>\n`"
|
|
5578
5644
|
}
|
|
5579
5645
|
],
|
|
5580
5646
|
"exports": [
|
|
5581
5647
|
{
|
|
5582
5648
|
"kind": "js",
|
|
5583
|
-
"name": "
|
|
5649
|
+
"name": "zeroFilterTemplate",
|
|
5584
5650
|
"declaration": {
|
|
5585
|
-
"name": "
|
|
5586
|
-
"module": "src/
|
|
5651
|
+
"name": "zeroFilterTemplate",
|
|
5652
|
+
"module": "src/filter/filter.template.ts"
|
|
5587
5653
|
}
|
|
5588
5654
|
}
|
|
5589
5655
|
]
|
|
5590
5656
|
},
|
|
5591
5657
|
{
|
|
5592
5658
|
"kind": "javascript-module",
|
|
5593
|
-
"path": "src/
|
|
5659
|
+
"path": "src/filter/filter.ts",
|
|
5594
5660
|
"declarations": [
|
|
5595
|
-
{
|
|
5596
|
-
"kind": "variable",
|
|
5597
|
-
"name": "defaultFileUploadConfig",
|
|
5598
|
-
"default": "foundationConfig"
|
|
5599
|
-
},
|
|
5600
|
-
{
|
|
5601
|
-
"kind": "variable",
|
|
5602
|
-
"name": "zeroFileUploadShadowOptions",
|
|
5603
|
-
"default": "foundationFileUploadShadowOptions"
|
|
5604
|
-
},
|
|
5605
5661
|
{
|
|
5606
5662
|
"kind": "class",
|
|
5607
5663
|
"description": "",
|
|
5608
|
-
"name": "
|
|
5609
|
-
"superclass": {
|
|
5610
|
-
"name": "FoundationFileUpload",
|
|
5611
|
-
"package": "@genesislcap/foundation-ui"
|
|
5612
|
-
},
|
|
5613
|
-
"tagName": "%%prefix%%-file-upload",
|
|
5614
|
-
"customElement": true,
|
|
5664
|
+
"name": "Filter",
|
|
5615
5665
|
"members": [
|
|
5616
5666
|
{
|
|
5617
5667
|
"kind": "field",
|
|
5618
|
-
"name": "
|
|
5668
|
+
"name": "textFilterField",
|
|
5619
5669
|
"type": {
|
|
5620
|
-
"text": "
|
|
5670
|
+
"text": "TextField"
|
|
5621
5671
|
},
|
|
5622
|
-
"privacy": "
|
|
5623
|
-
|
|
5672
|
+
"privacy": "public"
|
|
5673
|
+
},
|
|
5674
|
+
{
|
|
5675
|
+
"kind": "field",
|
|
5676
|
+
"name": "numFilterFieldMin",
|
|
5677
|
+
"type": {
|
|
5678
|
+
"text": "TextField"
|
|
5679
|
+
},
|
|
5680
|
+
"privacy": "public"
|
|
5681
|
+
},
|
|
5682
|
+
{
|
|
5683
|
+
"kind": "field",
|
|
5684
|
+
"name": "numFilterFieldMax",
|
|
5685
|
+
"type": {
|
|
5686
|
+
"text": "TextField"
|
|
5687
|
+
},
|
|
5688
|
+
"privacy": "public"
|
|
5689
|
+
},
|
|
5690
|
+
{
|
|
5691
|
+
"kind": "field",
|
|
5692
|
+
"name": "dateFilterFieldMin",
|
|
5693
|
+
"type": {
|
|
5694
|
+
"text": "TextField"
|
|
5695
|
+
},
|
|
5696
|
+
"privacy": "public"
|
|
5697
|
+
},
|
|
5698
|
+
{
|
|
5699
|
+
"kind": "field",
|
|
5700
|
+
"name": "dateFilterFieldMax",
|
|
5701
|
+
"type": {
|
|
5702
|
+
"text": "TextField"
|
|
5703
|
+
},
|
|
5704
|
+
"privacy": "public"
|
|
5705
|
+
},
|
|
5706
|
+
{
|
|
5707
|
+
"kind": "field",
|
|
5708
|
+
"name": "fieldName",
|
|
5709
|
+
"type": {
|
|
5710
|
+
"text": "string"
|
|
5711
|
+
}
|
|
5712
|
+
},
|
|
5713
|
+
{
|
|
5714
|
+
"kind": "field",
|
|
5715
|
+
"name": "label",
|
|
5716
|
+
"type": {
|
|
5717
|
+
"text": "string"
|
|
5718
|
+
}
|
|
5719
|
+
},
|
|
5720
|
+
{
|
|
5721
|
+
"kind": "field",
|
|
5722
|
+
"name": "type"
|
|
5723
|
+
},
|
|
5724
|
+
{
|
|
5725
|
+
"kind": "field",
|
|
5726
|
+
"name": "target",
|
|
5727
|
+
"type": {
|
|
5728
|
+
"text": "string"
|
|
5729
|
+
},
|
|
5730
|
+
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page."
|
|
5731
|
+
},
|
|
5732
|
+
{
|
|
5733
|
+
"kind": "field",
|
|
5734
|
+
"name": "enumFilterOptions",
|
|
5735
|
+
"type": {
|
|
5736
|
+
"text": "any[]"
|
|
5737
|
+
}
|
|
5738
|
+
},
|
|
5739
|
+
{
|
|
5740
|
+
"kind": "field",
|
|
5741
|
+
"name": "_presentation",
|
|
5742
|
+
"type": {
|
|
5743
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5744
|
+
},
|
|
5745
|
+
"privacy": "private",
|
|
5746
|
+
"default": "void 0",
|
|
5624
5747
|
"inheritedFrom": {
|
|
5625
5748
|
"name": "FoundationElement",
|
|
5626
5749
|
"module": "src/foundation-element/foundation-element.ts"
|
|
@@ -5724,53 +5847,69 @@
|
|
|
5724
5847
|
"module": "src/foundation-element/foundation-element.ts"
|
|
5725
5848
|
}
|
|
5726
5849
|
}
|
|
5727
|
-
]
|
|
5850
|
+
],
|
|
5851
|
+
"attributes": [
|
|
5852
|
+
{
|
|
5853
|
+
"name": "fieldName",
|
|
5854
|
+
"type": {
|
|
5855
|
+
"text": "string"
|
|
5856
|
+
},
|
|
5857
|
+
"fieldName": "fieldName"
|
|
5858
|
+
},
|
|
5859
|
+
{
|
|
5860
|
+
"name": "label",
|
|
5861
|
+
"type": {
|
|
5862
|
+
"text": "string"
|
|
5863
|
+
},
|
|
5864
|
+
"fieldName": "label"
|
|
5865
|
+
},
|
|
5866
|
+
{
|
|
5867
|
+
"name": "type",
|
|
5868
|
+
"fieldName": "type"
|
|
5869
|
+
},
|
|
5870
|
+
{
|
|
5871
|
+
"name": "target",
|
|
5872
|
+
"type": {
|
|
5873
|
+
"text": "string"
|
|
5874
|
+
},
|
|
5875
|
+
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page.",
|
|
5876
|
+
"fieldName": "target"
|
|
5877
|
+
}
|
|
5878
|
+
],
|
|
5879
|
+
"superclass": {
|
|
5880
|
+
"name": "FoundationFilter",
|
|
5881
|
+
"package": "@genesislcap/foundation-ui"
|
|
5882
|
+
},
|
|
5883
|
+
"tagName": "%%prefix%%-filter",
|
|
5884
|
+
"customElement": true
|
|
5728
5885
|
},
|
|
5729
5886
|
{
|
|
5730
5887
|
"kind": "variable",
|
|
5731
|
-
"name": "
|
|
5732
|
-
"description": "The Zero FileUpload",
|
|
5733
|
-
"privacy": "public"
|
|
5888
|
+
"name": "zeroFilter"
|
|
5734
5889
|
}
|
|
5735
5890
|
],
|
|
5736
5891
|
"exports": [
|
|
5737
5892
|
{
|
|
5738
5893
|
"kind": "js",
|
|
5739
|
-
"name": "
|
|
5740
|
-
"declaration": {
|
|
5741
|
-
"name": "defaultFileUploadConfig",
|
|
5742
|
-
"module": "src/file-upload/file-upload.ts"
|
|
5743
|
-
}
|
|
5744
|
-
},
|
|
5745
|
-
{
|
|
5746
|
-
"kind": "js",
|
|
5747
|
-
"name": "zeroFileUploadShadowOptions",
|
|
5748
|
-
"declaration": {
|
|
5749
|
-
"name": "zeroFileUploadShadowOptions",
|
|
5750
|
-
"module": "src/file-upload/file-upload.ts"
|
|
5751
|
-
}
|
|
5752
|
-
},
|
|
5753
|
-
{
|
|
5754
|
-
"kind": "js",
|
|
5755
|
-
"name": "FileUpload",
|
|
5894
|
+
"name": "Filter",
|
|
5756
5895
|
"declaration": {
|
|
5757
|
-
"name": "
|
|
5758
|
-
"module": "src/
|
|
5896
|
+
"name": "Filter",
|
|
5897
|
+
"module": "src/filter/filter.ts"
|
|
5759
5898
|
}
|
|
5760
5899
|
},
|
|
5761
5900
|
{
|
|
5762
5901
|
"kind": "js",
|
|
5763
|
-
"name": "
|
|
5902
|
+
"name": "zeroFilter",
|
|
5764
5903
|
"declaration": {
|
|
5765
|
-
"name": "
|
|
5766
|
-
"module": "src/
|
|
5904
|
+
"name": "zeroFilter",
|
|
5905
|
+
"module": "src/filter/filter.ts"
|
|
5767
5906
|
}
|
|
5768
5907
|
}
|
|
5769
5908
|
]
|
|
5770
5909
|
},
|
|
5771
5910
|
{
|
|
5772
5911
|
"kind": "javascript-module",
|
|
5773
|
-
"path": "src/
|
|
5912
|
+
"path": "src/filter/index.ts",
|
|
5774
5913
|
"declarations": [],
|
|
5775
5914
|
"exports": [
|
|
5776
5915
|
{
|
|
@@ -5778,7 +5917,7 @@
|
|
|
5778
5917
|
"name": "*",
|
|
5779
5918
|
"declaration": {
|
|
5780
5919
|
"name": "*",
|
|
5781
|
-
"package": "./
|
|
5920
|
+
"package": "./filter"
|
|
5782
5921
|
}
|
|
5783
5922
|
},
|
|
5784
5923
|
{
|
|
@@ -5786,14 +5925,14 @@
|
|
|
5786
5925
|
"name": "*",
|
|
5787
5926
|
"declaration": {
|
|
5788
5927
|
"name": "*",
|
|
5789
|
-
"package": "./
|
|
5928
|
+
"package": "./filter.template"
|
|
5790
5929
|
}
|
|
5791
5930
|
},
|
|
5792
5931
|
{
|
|
5793
5932
|
"kind": "js",
|
|
5794
|
-
"name": "
|
|
5933
|
+
"name": "zeroFilterStyles",
|
|
5795
5934
|
"declaration": {
|
|
5796
|
-
"name": "
|
|
5935
|
+
"name": "foundationFilterStyles",
|
|
5797
5936
|
"package": "@genesislcap/foundation-ui"
|
|
5798
5937
|
}
|
|
5799
5938
|
}
|
|
@@ -5801,7 +5940,7 @@
|
|
|
5801
5940
|
},
|
|
5802
5941
|
{
|
|
5803
5942
|
"kind": "javascript-module",
|
|
5804
|
-
"path": "src/
|
|
5943
|
+
"path": "src/error-dialog/error-dialog.stories.ts",
|
|
5805
5944
|
"declarations": [
|
|
5806
5945
|
{
|
|
5807
5946
|
"kind": "variable",
|
|
@@ -5809,7 +5948,7 @@
|
|
|
5809
5948
|
"type": {
|
|
5810
5949
|
"text": "Meta"
|
|
5811
5950
|
},
|
|
5812
|
-
"default": "{\n title: '
|
|
5951
|
+
"default": "{\n title: 'Error Dialog',\n component: 'zero-error-dialog',\n}"
|
|
5813
5952
|
},
|
|
5814
5953
|
{
|
|
5815
5954
|
"kind": "variable",
|
|
@@ -5817,7 +5956,7 @@
|
|
|
5817
5956
|
"type": {
|
|
5818
5957
|
"text": "StoryObj"
|
|
5819
5958
|
},
|
|
5820
|
-
"default": "{\n render: ()
|
|
5959
|
+
"default": "{\n args: {\n errorText:\n 'Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet',\n },\n render: ({ errorText }) => html`\n <zero-button @click=\"${() => showDialog(errorText)}\">Show Zero Dialog</zero-button>\n <div id=\"error-dialog-container\"></div>\n `,\n}"
|
|
5821
5960
|
}
|
|
5822
5961
|
],
|
|
5823
5962
|
"exports": [
|
|
@@ -5826,7 +5965,7 @@
|
|
|
5826
5965
|
"name": "default",
|
|
5827
5966
|
"declaration": {
|
|
5828
5967
|
"name": "meta",
|
|
5829
|
-
"module": "src/
|
|
5968
|
+
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
5830
5969
|
}
|
|
5831
5970
|
},
|
|
5832
5971
|
{
|
|
@@ -5834,117 +5973,26 @@
|
|
|
5834
5973
|
"name": "Primary",
|
|
5835
5974
|
"declaration": {
|
|
5836
5975
|
"name": "Primary",
|
|
5837
|
-
"module": "src/
|
|
5838
|
-
}
|
|
5839
|
-
}
|
|
5840
|
-
]
|
|
5841
|
-
},
|
|
5842
|
-
{
|
|
5843
|
-
"kind": "javascript-module",
|
|
5844
|
-
"path": "src/filter/filter.template.ts",
|
|
5845
|
-
"declarations": [
|
|
5846
|
-
{
|
|
5847
|
-
"kind": "variable",
|
|
5848
|
-
"name": "zeroFilterTemplate",
|
|
5849
|
-
"type": {
|
|
5850
|
-
"text": "ViewTemplate<Filter>"
|
|
5851
|
-
},
|
|
5852
|
-
"default": "html`\n <div class=\"filter-wrapper\">${(x) => selectTemplate(x)}</div>\n`"
|
|
5853
|
-
}
|
|
5854
|
-
],
|
|
5855
|
-
"exports": [
|
|
5856
|
-
{
|
|
5857
|
-
"kind": "js",
|
|
5858
|
-
"name": "zeroFilterTemplate",
|
|
5859
|
-
"declaration": {
|
|
5860
|
-
"name": "zeroFilterTemplate",
|
|
5861
|
-
"module": "src/filter/filter.template.ts"
|
|
5976
|
+
"module": "src/error-dialog/error-dialog.stories.ts"
|
|
5862
5977
|
}
|
|
5863
5978
|
}
|
|
5864
5979
|
]
|
|
5865
5980
|
},
|
|
5866
5981
|
{
|
|
5867
5982
|
"kind": "javascript-module",
|
|
5868
|
-
"path": "src/
|
|
5983
|
+
"path": "src/error-dialog/error-dialog.ts",
|
|
5869
5984
|
"declarations": [
|
|
5870
5985
|
{
|
|
5871
5986
|
"kind": "class",
|
|
5872
5987
|
"description": "",
|
|
5873
|
-
"name": "
|
|
5988
|
+
"name": "ErrorDialog",
|
|
5989
|
+
"superclass": {
|
|
5990
|
+
"name": "FoundationErrorDialog",
|
|
5991
|
+
"package": "@genesislcap/foundation-ui"
|
|
5992
|
+
},
|
|
5993
|
+
"tagName": "%%prefix%%-error-dialog",
|
|
5994
|
+
"customElement": true,
|
|
5874
5995
|
"members": [
|
|
5875
|
-
{
|
|
5876
|
-
"kind": "field",
|
|
5877
|
-
"name": "textFilterField",
|
|
5878
|
-
"type": {
|
|
5879
|
-
"text": "TextField"
|
|
5880
|
-
},
|
|
5881
|
-
"privacy": "public"
|
|
5882
|
-
},
|
|
5883
|
-
{
|
|
5884
|
-
"kind": "field",
|
|
5885
|
-
"name": "numFilterFieldMin",
|
|
5886
|
-
"type": {
|
|
5887
|
-
"text": "TextField"
|
|
5888
|
-
},
|
|
5889
|
-
"privacy": "public"
|
|
5890
|
-
},
|
|
5891
|
-
{
|
|
5892
|
-
"kind": "field",
|
|
5893
|
-
"name": "numFilterFieldMax",
|
|
5894
|
-
"type": {
|
|
5895
|
-
"text": "TextField"
|
|
5896
|
-
},
|
|
5897
|
-
"privacy": "public"
|
|
5898
|
-
},
|
|
5899
|
-
{
|
|
5900
|
-
"kind": "field",
|
|
5901
|
-
"name": "dateFilterFieldMin",
|
|
5902
|
-
"type": {
|
|
5903
|
-
"text": "TextField"
|
|
5904
|
-
},
|
|
5905
|
-
"privacy": "public"
|
|
5906
|
-
},
|
|
5907
|
-
{
|
|
5908
|
-
"kind": "field",
|
|
5909
|
-
"name": "dateFilterFieldMax",
|
|
5910
|
-
"type": {
|
|
5911
|
-
"text": "TextField"
|
|
5912
|
-
},
|
|
5913
|
-
"privacy": "public"
|
|
5914
|
-
},
|
|
5915
|
-
{
|
|
5916
|
-
"kind": "field",
|
|
5917
|
-
"name": "fieldName",
|
|
5918
|
-
"type": {
|
|
5919
|
-
"text": "string"
|
|
5920
|
-
}
|
|
5921
|
-
},
|
|
5922
|
-
{
|
|
5923
|
-
"kind": "field",
|
|
5924
|
-
"name": "label",
|
|
5925
|
-
"type": {
|
|
5926
|
-
"text": "string"
|
|
5927
|
-
}
|
|
5928
|
-
},
|
|
5929
|
-
{
|
|
5930
|
-
"kind": "field",
|
|
5931
|
-
"name": "type"
|
|
5932
|
-
},
|
|
5933
|
-
{
|
|
5934
|
-
"kind": "field",
|
|
5935
|
-
"name": "target",
|
|
5936
|
-
"type": {
|
|
5937
|
-
"text": "string"
|
|
5938
|
-
},
|
|
5939
|
-
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page."
|
|
5940
|
-
},
|
|
5941
|
-
{
|
|
5942
|
-
"kind": "field",
|
|
5943
|
-
"name": "enumFilterOptions",
|
|
5944
|
-
"type": {
|
|
5945
|
-
"text": "any[]"
|
|
5946
|
-
}
|
|
5947
|
-
},
|
|
5948
5996
|
{
|
|
5949
5997
|
"kind": "field",
|
|
5950
5998
|
"name": "_presentation",
|
|
@@ -6039,86 +6087,54 @@
|
|
|
6039
6087
|
{
|
|
6040
6088
|
"name": "this",
|
|
6041
6089
|
"type": {
|
|
6042
|
-
"text": "K"
|
|
6043
|
-
}
|
|
6044
|
-
},
|
|
6045
|
-
{
|
|
6046
|
-
"name": "elementDefinition",
|
|
6047
|
-
"type": {
|
|
6048
|
-
"text": "T"
|
|
6049
|
-
},
|
|
6050
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6051
|
-
}
|
|
6052
|
-
],
|
|
6053
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6054
|
-
"inheritedFrom": {
|
|
6055
|
-
"name": "FoundationElement",
|
|
6056
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6057
|
-
}
|
|
6058
|
-
}
|
|
6059
|
-
],
|
|
6060
|
-
"attributes": [
|
|
6061
|
-
{
|
|
6062
|
-
"name": "fieldName",
|
|
6063
|
-
"type": {
|
|
6064
|
-
"text": "string"
|
|
6065
|
-
},
|
|
6066
|
-
"fieldName": "fieldName"
|
|
6067
|
-
},
|
|
6068
|
-
{
|
|
6069
|
-
"name": "label",
|
|
6070
|
-
"type": {
|
|
6071
|
-
"text": "string"
|
|
6072
|
-
},
|
|
6073
|
-
"fieldName": "label"
|
|
6074
|
-
},
|
|
6075
|
-
{
|
|
6076
|
-
"name": "type",
|
|
6077
|
-
"fieldName": "type"
|
|
6078
|
-
},
|
|
6079
|
-
{
|
|
6080
|
-
"name": "target",
|
|
6081
|
-
"type": {
|
|
6082
|
-
"text": "string"
|
|
6083
|
-
},
|
|
6084
|
-
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page.",
|
|
6085
|
-
"fieldName": "target"
|
|
6090
|
+
"text": "K"
|
|
6091
|
+
}
|
|
6092
|
+
},
|
|
6093
|
+
{
|
|
6094
|
+
"name": "elementDefinition",
|
|
6095
|
+
"type": {
|
|
6096
|
+
"text": "T"
|
|
6097
|
+
},
|
|
6098
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6099
|
+
}
|
|
6100
|
+
],
|
|
6101
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6102
|
+
"inheritedFrom": {
|
|
6103
|
+
"name": "FoundationElement",
|
|
6104
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6105
|
+
}
|
|
6086
6106
|
}
|
|
6087
|
-
]
|
|
6088
|
-
"superclass": {
|
|
6089
|
-
"name": "FoundationFilter",
|
|
6090
|
-
"package": "@genesislcap/foundation-ui"
|
|
6091
|
-
},
|
|
6092
|
-
"tagName": "%%prefix%%-filter",
|
|
6093
|
-
"customElement": true
|
|
6107
|
+
]
|
|
6094
6108
|
},
|
|
6095
6109
|
{
|
|
6096
6110
|
"kind": "variable",
|
|
6097
|
-
"name": "
|
|
6111
|
+
"name": "zeroErrorDialog",
|
|
6112
|
+
"description": "The zero ErrorDialog",
|
|
6113
|
+
"privacy": "public"
|
|
6098
6114
|
}
|
|
6099
6115
|
],
|
|
6100
6116
|
"exports": [
|
|
6101
6117
|
{
|
|
6102
6118
|
"kind": "js",
|
|
6103
|
-
"name": "
|
|
6119
|
+
"name": "ErrorDialog",
|
|
6104
6120
|
"declaration": {
|
|
6105
|
-
"name": "
|
|
6106
|
-
"module": "src/
|
|
6121
|
+
"name": "ErrorDialog",
|
|
6122
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
6107
6123
|
}
|
|
6108
6124
|
},
|
|
6109
6125
|
{
|
|
6110
6126
|
"kind": "js",
|
|
6111
|
-
"name": "
|
|
6127
|
+
"name": "zeroErrorDialog",
|
|
6112
6128
|
"declaration": {
|
|
6113
|
-
"name": "
|
|
6114
|
-
"module": "src/
|
|
6129
|
+
"name": "zeroErrorDialog",
|
|
6130
|
+
"module": "src/error-dialog/error-dialog.ts"
|
|
6115
6131
|
}
|
|
6116
6132
|
}
|
|
6117
6133
|
]
|
|
6118
6134
|
},
|
|
6119
6135
|
{
|
|
6120
6136
|
"kind": "javascript-module",
|
|
6121
|
-
"path": "src/
|
|
6137
|
+
"path": "src/error-dialog/index.ts",
|
|
6122
6138
|
"declarations": [],
|
|
6123
6139
|
"exports": [
|
|
6124
6140
|
{
|
|
@@ -6126,23 +6142,7 @@
|
|
|
6126
6142
|
"name": "*",
|
|
6127
6143
|
"declaration": {
|
|
6128
6144
|
"name": "*",
|
|
6129
|
-
"package": "./
|
|
6130
|
-
}
|
|
6131
|
-
},
|
|
6132
|
-
{
|
|
6133
|
-
"kind": "js",
|
|
6134
|
-
"name": "*",
|
|
6135
|
-
"declaration": {
|
|
6136
|
-
"name": "*",
|
|
6137
|
-
"package": "./filter.template"
|
|
6138
|
-
}
|
|
6139
|
-
},
|
|
6140
|
-
{
|
|
6141
|
-
"kind": "js",
|
|
6142
|
-
"name": "zeroFilterStyles",
|
|
6143
|
-
"declaration": {
|
|
6144
|
-
"name": "foundationFilterStyles",
|
|
6145
|
-
"package": "@genesislcap/foundation-ui"
|
|
6145
|
+
"package": "./error-dialog"
|
|
6146
6146
|
}
|
|
6147
6147
|
}
|
|
6148
6148
|
]
|
|
@@ -7182,242 +7182,73 @@
|
|
|
7182
7182
|
"kind": "js",
|
|
7183
7183
|
"name": "*",
|
|
7184
7184
|
"declaration": {
|
|
7185
|
-
"name": "*",
|
|
7186
|
-
"package": "./flyout.styles"
|
|
7187
|
-
}
|
|
7188
|
-
},
|
|
7189
|
-
{
|
|
7190
|
-
"kind": "js",
|
|
7191
|
-
"name": "zeroFlyoutTemplate",
|
|
7192
|
-
"declaration": {
|
|
7193
|
-
"name": "foundationFlyoutTemplate",
|
|
7194
|
-
"package": "@genesislcap/foundation-ui"
|
|
7195
|
-
}
|
|
7196
|
-
}
|
|
7197
|
-
]
|
|
7198
|
-
},
|
|
7199
|
-
{
|
|
7200
|
-
"kind": "javascript-module",
|
|
7201
|
-
"path": "src/grid-layout/grid-layout.stories.ts",
|
|
7202
|
-
"declarations": [
|
|
7203
|
-
{
|
|
7204
|
-
"kind": "variable",
|
|
7205
|
-
"name": "meta",
|
|
7206
|
-
"type": {
|
|
7207
|
-
"text": "Meta"
|
|
7208
|
-
},
|
|
7209
|
-
"default": "{\n title: 'Grid Layout',\n component: 'zero-grid-layout',\n}"
|
|
7210
|
-
},
|
|
7211
|
-
{
|
|
7212
|
-
"kind": "variable",
|
|
7213
|
-
"name": "Primary",
|
|
7214
|
-
"type": {
|
|
7215
|
-
"text": "StoryObj"
|
|
7216
|
-
},
|
|
7217
|
-
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout\n class=\"spacing-2x\"\n col-count=\"2\"\n row-count=\"2\"\n col-lg-count=\"4\"\n row-lg-count=\"1\"\n col-sm-count=\"1\"\n row-sm-count=\"2\"\n >\n <zero-grid-layout-item\n style=\"height: 100%; background-color: green;\"\n col-lg-number=\"1\"\n row-lg-number=\"1\"\n width-lg=\"1\"\n height-lg=\"1\"\n col-md-number=\"1\"\n row-md-number=\"1\"\n width-md=\"1\"\n height-md=\"1\"\n col-sm-number=\"1\"\n row-sm-number=\"1\"\n width-sm=\"1\"\n height-sm=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"height: 100%; background-color: red;\"\n col-lg-number=\"3\"\n row-lg-number=\"1\"\n width-lg=\"2\"\n height-lg=\"1\"\n col-md-number=\"2\"\n row-md-number=\"2\"\n width-md=\"1\"\n height-md=\"1\"\n col-sm-number=\"1\"\n row-sm-number=\"2\"\n width-sm=\"1\"\n height-sm=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"2\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"3\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"2\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"2\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"4\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"3\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"4\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"1\"\n row-number=\"3\"\n width=\"3\"\n height=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"4\"\n row-number=\"3\"\n width=\"1\"\n height=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"4\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"4\"\n height=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"1\"\n row-number=\"2\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"2\"\n width=\"3\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"1\"\n row-number=\"4\"\n width=\"4\"\n height=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"2\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"3\"\n row-number=\"1\"\n width=\"4\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"3\"\n row-number=\"4\"\n width=\"2\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"5\"\n row-number=\"4\"\n width=\"1\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"6\"\n row-number=\"4\"\n width=\"1\"\n height=\"3\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"5\"\n height=\"4\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"5\"\n width=\"5\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"5\"\n height=\"4\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"5\"\n width=\"5\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n </div>\n `,\n}"
|
|
7218
|
-
}
|
|
7219
|
-
],
|
|
7220
|
-
"exports": [
|
|
7221
|
-
{
|
|
7222
|
-
"kind": "js",
|
|
7223
|
-
"name": "default",
|
|
7224
|
-
"declaration": {
|
|
7225
|
-
"name": "meta",
|
|
7226
|
-
"module": "src/grid-layout/grid-layout.stories.ts"
|
|
7227
|
-
}
|
|
7228
|
-
},
|
|
7229
|
-
{
|
|
7230
|
-
"kind": "js",
|
|
7231
|
-
"name": "Primary",
|
|
7232
|
-
"declaration": {
|
|
7233
|
-
"name": "Primary",
|
|
7234
|
-
"module": "src/grid-layout/grid-layout.stories.ts"
|
|
7235
|
-
}
|
|
7236
|
-
}
|
|
7237
|
-
]
|
|
7238
|
-
},
|
|
7239
|
-
{
|
|
7240
|
-
"kind": "javascript-module",
|
|
7241
|
-
"path": "src/grid-layout/grid-layout.ts",
|
|
7242
|
-
"declarations": [
|
|
7243
|
-
{
|
|
7244
|
-
"kind": "class",
|
|
7245
|
-
"description": "",
|
|
7246
|
-
"name": "GridLayout",
|
|
7247
|
-
"superclass": {
|
|
7248
|
-
"name": "FoundationGridLayout",
|
|
7249
|
-
"package": "@genesislcap/foundation-ui"
|
|
7250
|
-
},
|
|
7251
|
-
"tagName": "%%prefix%%-grid-layout",
|
|
7252
|
-
"customElement": true,
|
|
7253
|
-
"members": [
|
|
7254
|
-
{
|
|
7255
|
-
"kind": "field",
|
|
7256
|
-
"name": "_presentation",
|
|
7257
|
-
"type": {
|
|
7258
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7259
|
-
},
|
|
7260
|
-
"privacy": "private",
|
|
7261
|
-
"default": "void 0",
|
|
7262
|
-
"inheritedFrom": {
|
|
7263
|
-
"name": "FoundationElement",
|
|
7264
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7265
|
-
}
|
|
7266
|
-
},
|
|
7267
|
-
{
|
|
7268
|
-
"kind": "field",
|
|
7269
|
-
"name": "$presentation",
|
|
7270
|
-
"type": {
|
|
7271
|
-
"text": "ComponentPresentation | null"
|
|
7272
|
-
},
|
|
7273
|
-
"privacy": "public",
|
|
7274
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7275
|
-
"inheritedFrom": {
|
|
7276
|
-
"name": "FoundationElement",
|
|
7277
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7278
|
-
}
|
|
7279
|
-
},
|
|
7280
|
-
{
|
|
7281
|
-
"kind": "field",
|
|
7282
|
-
"name": "template",
|
|
7283
|
-
"type": {
|
|
7284
|
-
"text": "ElementViewTemplate | void | null"
|
|
7285
|
-
},
|
|
7286
|
-
"privacy": "public",
|
|
7287
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7288
|
-
"inheritedFrom": {
|
|
7289
|
-
"name": "FoundationElement",
|
|
7290
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7291
|
-
}
|
|
7292
|
-
},
|
|
7293
|
-
{
|
|
7294
|
-
"kind": "method",
|
|
7295
|
-
"name": "templateChanged",
|
|
7296
|
-
"privacy": "protected",
|
|
7297
|
-
"return": {
|
|
7298
|
-
"type": {
|
|
7299
|
-
"text": "void"
|
|
7300
|
-
}
|
|
7301
|
-
},
|
|
7302
|
-
"inheritedFrom": {
|
|
7303
|
-
"name": "FoundationElement",
|
|
7304
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7305
|
-
}
|
|
7306
|
-
},
|
|
7307
|
-
{
|
|
7308
|
-
"kind": "field",
|
|
7309
|
-
"name": "styles",
|
|
7310
|
-
"type": {
|
|
7311
|
-
"text": "ElementStyles | void | null"
|
|
7312
|
-
},
|
|
7313
|
-
"privacy": "public",
|
|
7314
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7315
|
-
"inheritedFrom": {
|
|
7316
|
-
"name": "FoundationElement",
|
|
7317
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7318
|
-
}
|
|
7319
|
-
},
|
|
7320
|
-
{
|
|
7321
|
-
"kind": "method",
|
|
7322
|
-
"name": "stylesChanged",
|
|
7323
|
-
"privacy": "protected",
|
|
7324
|
-
"return": {
|
|
7325
|
-
"type": {
|
|
7326
|
-
"text": "void"
|
|
7327
|
-
}
|
|
7328
|
-
},
|
|
7329
|
-
"inheritedFrom": {
|
|
7330
|
-
"name": "FoundationElement",
|
|
7331
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7332
|
-
}
|
|
7333
|
-
},
|
|
7334
|
-
{
|
|
7335
|
-
"kind": "method",
|
|
7336
|
-
"name": "compose",
|
|
7337
|
-
"privacy": "public",
|
|
7338
|
-
"static": true,
|
|
7339
|
-
"return": {
|
|
7340
|
-
"type": {
|
|
7341
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7342
|
-
}
|
|
7343
|
-
},
|
|
7344
|
-
"parameters": [
|
|
7345
|
-
{
|
|
7346
|
-
"name": "this",
|
|
7347
|
-
"type": {
|
|
7348
|
-
"text": "K"
|
|
7349
|
-
}
|
|
7350
|
-
},
|
|
7351
|
-
{
|
|
7352
|
-
"name": "elementDefinition",
|
|
7353
|
-
"type": {
|
|
7354
|
-
"text": "T"
|
|
7355
|
-
},
|
|
7356
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7357
|
-
}
|
|
7358
|
-
],
|
|
7359
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7360
|
-
"inheritedFrom": {
|
|
7361
|
-
"name": "FoundationElement",
|
|
7362
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7363
|
-
}
|
|
7364
|
-
}
|
|
7365
|
-
]
|
|
7366
|
-
},
|
|
7367
|
-
{
|
|
7368
|
-
"kind": "variable",
|
|
7369
|
-
"name": "zeroGridLayout",
|
|
7370
|
-
"description": "The Zero Grid Layout",
|
|
7371
|
-
"privacy": "public"
|
|
7372
|
-
}
|
|
7373
|
-
],
|
|
7374
|
-
"exports": [
|
|
7375
|
-
{
|
|
7376
|
-
"kind": "js",
|
|
7377
|
-
"name": "GridLayout",
|
|
7378
|
-
"declaration": {
|
|
7379
|
-
"name": "GridLayout",
|
|
7380
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
7185
|
+
"name": "*",
|
|
7186
|
+
"package": "./flyout.styles"
|
|
7381
7187
|
}
|
|
7382
7188
|
},
|
|
7383
7189
|
{
|
|
7384
7190
|
"kind": "js",
|
|
7385
|
-
"name": "
|
|
7191
|
+
"name": "zeroFlyoutTemplate",
|
|
7386
7192
|
"declaration": {
|
|
7387
|
-
"name": "
|
|
7388
|
-
"
|
|
7193
|
+
"name": "foundationFlyoutTemplate",
|
|
7194
|
+
"package": "@genesislcap/foundation-ui"
|
|
7389
7195
|
}
|
|
7390
7196
|
}
|
|
7391
7197
|
]
|
|
7392
7198
|
},
|
|
7393
7199
|
{
|
|
7394
7200
|
"kind": "javascript-module",
|
|
7395
|
-
"path": "src/grid-layout/
|
|
7396
|
-
"declarations": [
|
|
7201
|
+
"path": "src/grid-layout/grid-layout.stories.ts",
|
|
7202
|
+
"declarations": [
|
|
7203
|
+
{
|
|
7204
|
+
"kind": "variable",
|
|
7205
|
+
"name": "meta",
|
|
7206
|
+
"type": {
|
|
7207
|
+
"text": "Meta"
|
|
7208
|
+
},
|
|
7209
|
+
"default": "{\n title: 'Grid Layout',\n component: 'zero-grid-layout',\n}"
|
|
7210
|
+
},
|
|
7211
|
+
{
|
|
7212
|
+
"kind": "variable",
|
|
7213
|
+
"name": "Primary",
|
|
7214
|
+
"type": {
|
|
7215
|
+
"text": "StoryObj"
|
|
7216
|
+
},
|
|
7217
|
+
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout\n class=\"spacing-2x\"\n col-count=\"2\"\n row-count=\"2\"\n col-lg-count=\"4\"\n row-lg-count=\"1\"\n col-sm-count=\"1\"\n row-sm-count=\"2\"\n >\n <zero-grid-layout-item\n style=\"height: 100%; background-color: green;\"\n col-lg-number=\"1\"\n row-lg-number=\"1\"\n width-lg=\"1\"\n height-lg=\"1\"\n col-md-number=\"1\"\n row-md-number=\"1\"\n width-md=\"1\"\n height-md=\"1\"\n col-sm-number=\"1\"\n row-sm-number=\"1\"\n width-sm=\"1\"\n height-sm=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"height: 100%; background-color: red;\"\n col-lg-number=\"3\"\n row-lg-number=\"1\"\n width-lg=\"2\"\n height-lg=\"1\"\n col-md-number=\"2\"\n row-md-number=\"2\"\n width-md=\"1\"\n height-md=\"1\"\n col-sm-number=\"1\"\n row-sm-number=\"2\"\n width-sm=\"1\"\n height-sm=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"2\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"3\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"2\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"2\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"4\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"3\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"4\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"1\"\n row-number=\"3\"\n width=\"3\"\n height=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"4\"\n row-number=\"3\"\n width=\"1\"\n height=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"4\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"4\"\n height=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"1\"\n row-number=\"2\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"2\"\n width=\"3\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"1\"\n row-number=\"4\"\n width=\"4\"\n height=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"2\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"3\"\n row-number=\"1\"\n width=\"4\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"3\"\n row-number=\"4\"\n width=\"2\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"5\"\n row-number=\"4\"\n width=\"1\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"6\"\n row-number=\"4\"\n width=\"1\"\n height=\"3\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"5\"\n height=\"4\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"5\"\n width=\"5\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"5\"\n height=\"4\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"5\"\n width=\"5\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n </div>\n `,\n}"
|
|
7218
|
+
}
|
|
7219
|
+
],
|
|
7397
7220
|
"exports": [
|
|
7398
7221
|
{
|
|
7399
7222
|
"kind": "js",
|
|
7400
|
-
"name": "
|
|
7223
|
+
"name": "default",
|
|
7401
7224
|
"declaration": {
|
|
7402
|
-
"name": "
|
|
7403
|
-
"
|
|
7225
|
+
"name": "meta",
|
|
7226
|
+
"module": "src/grid-layout/grid-layout.stories.ts"
|
|
7227
|
+
}
|
|
7228
|
+
},
|
|
7229
|
+
{
|
|
7230
|
+
"kind": "js",
|
|
7231
|
+
"name": "Primary",
|
|
7232
|
+
"declaration": {
|
|
7233
|
+
"name": "Primary",
|
|
7234
|
+
"module": "src/grid-layout/grid-layout.stories.ts"
|
|
7404
7235
|
}
|
|
7405
7236
|
}
|
|
7406
7237
|
]
|
|
7407
7238
|
},
|
|
7408
7239
|
{
|
|
7409
7240
|
"kind": "javascript-module",
|
|
7410
|
-
"path": "src/grid-layout
|
|
7241
|
+
"path": "src/grid-layout/grid-layout.ts",
|
|
7411
7242
|
"declarations": [
|
|
7412
7243
|
{
|
|
7413
7244
|
"kind": "class",
|
|
7414
7245
|
"description": "",
|
|
7415
|
-
"name": "
|
|
7246
|
+
"name": "GridLayout",
|
|
7416
7247
|
"superclass": {
|
|
7417
|
-
"name": "
|
|
7248
|
+
"name": "FoundationGridLayout",
|
|
7418
7249
|
"package": "@genesislcap/foundation-ui"
|
|
7419
7250
|
},
|
|
7420
|
-
"tagName": "%%prefix%%-grid-layout
|
|
7251
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
7421
7252
|
"customElement": true,
|
|
7422
7253
|
"members": [
|
|
7423
7254
|
{
|
|
@@ -7535,33 +7366,33 @@
|
|
|
7535
7366
|
},
|
|
7536
7367
|
{
|
|
7537
7368
|
"kind": "variable",
|
|
7538
|
-
"name": "
|
|
7539
|
-
"description": "The Zero Grid Layout
|
|
7369
|
+
"name": "zeroGridLayout",
|
|
7370
|
+
"description": "The Zero Grid Layout",
|
|
7540
7371
|
"privacy": "public"
|
|
7541
7372
|
}
|
|
7542
7373
|
],
|
|
7543
7374
|
"exports": [
|
|
7544
7375
|
{
|
|
7545
7376
|
"kind": "js",
|
|
7546
|
-
"name": "
|
|
7377
|
+
"name": "GridLayout",
|
|
7547
7378
|
"declaration": {
|
|
7548
|
-
"name": "
|
|
7549
|
-
"module": "src/grid-layout
|
|
7379
|
+
"name": "GridLayout",
|
|
7380
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
7550
7381
|
}
|
|
7551
7382
|
},
|
|
7552
7383
|
{
|
|
7553
7384
|
"kind": "js",
|
|
7554
|
-
"name": "
|
|
7385
|
+
"name": "zeroGridLayout",
|
|
7555
7386
|
"declaration": {
|
|
7556
|
-
"name": "
|
|
7557
|
-
"module": "src/grid-layout
|
|
7387
|
+
"name": "zeroGridLayout",
|
|
7388
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
7558
7389
|
}
|
|
7559
7390
|
}
|
|
7560
7391
|
]
|
|
7561
7392
|
},
|
|
7562
7393
|
{
|
|
7563
7394
|
"kind": "javascript-module",
|
|
7564
|
-
"path": "src/grid-layout
|
|
7395
|
+
"path": "src/grid-layout/index.ts",
|
|
7565
7396
|
"declarations": [],
|
|
7566
7397
|
"exports": [
|
|
7567
7398
|
{
|
|
@@ -7569,15 +7400,7 @@
|
|
|
7569
7400
|
"name": "*",
|
|
7570
7401
|
"declaration": {
|
|
7571
7402
|
"name": "*",
|
|
7572
|
-
"package": "./grid-layout
|
|
7573
|
-
}
|
|
7574
|
-
},
|
|
7575
|
-
{
|
|
7576
|
-
"kind": "js",
|
|
7577
|
-
"name": "zeroGridLayoutItemTemplate",
|
|
7578
|
-
"declaration": {
|
|
7579
|
-
"name": "foundationGridLayoutItemTemplate",
|
|
7580
|
-
"package": "@genesislcap/foundation-ui"
|
|
7403
|
+
"package": "./grid-layout"
|
|
7581
7404
|
}
|
|
7582
7405
|
}
|
|
7583
7406
|
]
|
|
@@ -7878,6 +7701,183 @@
|
|
|
7878
7701
|
}
|
|
7879
7702
|
]
|
|
7880
7703
|
},
|
|
7704
|
+
{
|
|
7705
|
+
"kind": "javascript-module",
|
|
7706
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
7707
|
+
"declarations": [
|
|
7708
|
+
{
|
|
7709
|
+
"kind": "class",
|
|
7710
|
+
"description": "",
|
|
7711
|
+
"name": "GridLayoutItem",
|
|
7712
|
+
"superclass": {
|
|
7713
|
+
"name": "FoundationGridLayoutItem",
|
|
7714
|
+
"package": "@genesislcap/foundation-ui"
|
|
7715
|
+
},
|
|
7716
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
7717
|
+
"customElement": true,
|
|
7718
|
+
"members": [
|
|
7719
|
+
{
|
|
7720
|
+
"kind": "field",
|
|
7721
|
+
"name": "_presentation",
|
|
7722
|
+
"type": {
|
|
7723
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7724
|
+
},
|
|
7725
|
+
"privacy": "private",
|
|
7726
|
+
"default": "void 0",
|
|
7727
|
+
"inheritedFrom": {
|
|
7728
|
+
"name": "FoundationElement",
|
|
7729
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7730
|
+
}
|
|
7731
|
+
},
|
|
7732
|
+
{
|
|
7733
|
+
"kind": "field",
|
|
7734
|
+
"name": "$presentation",
|
|
7735
|
+
"type": {
|
|
7736
|
+
"text": "ComponentPresentation | null"
|
|
7737
|
+
},
|
|
7738
|
+
"privacy": "public",
|
|
7739
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7740
|
+
"inheritedFrom": {
|
|
7741
|
+
"name": "FoundationElement",
|
|
7742
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7743
|
+
}
|
|
7744
|
+
},
|
|
7745
|
+
{
|
|
7746
|
+
"kind": "field",
|
|
7747
|
+
"name": "template",
|
|
7748
|
+
"type": {
|
|
7749
|
+
"text": "ElementViewTemplate | void | null"
|
|
7750
|
+
},
|
|
7751
|
+
"privacy": "public",
|
|
7752
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
7753
|
+
"inheritedFrom": {
|
|
7754
|
+
"name": "FoundationElement",
|
|
7755
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7756
|
+
}
|
|
7757
|
+
},
|
|
7758
|
+
{
|
|
7759
|
+
"kind": "method",
|
|
7760
|
+
"name": "templateChanged",
|
|
7761
|
+
"privacy": "protected",
|
|
7762
|
+
"return": {
|
|
7763
|
+
"type": {
|
|
7764
|
+
"text": "void"
|
|
7765
|
+
}
|
|
7766
|
+
},
|
|
7767
|
+
"inheritedFrom": {
|
|
7768
|
+
"name": "FoundationElement",
|
|
7769
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7770
|
+
}
|
|
7771
|
+
},
|
|
7772
|
+
{
|
|
7773
|
+
"kind": "field",
|
|
7774
|
+
"name": "styles",
|
|
7775
|
+
"type": {
|
|
7776
|
+
"text": "ElementStyles | void | null"
|
|
7777
|
+
},
|
|
7778
|
+
"privacy": "public",
|
|
7779
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
7780
|
+
"inheritedFrom": {
|
|
7781
|
+
"name": "FoundationElement",
|
|
7782
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7783
|
+
}
|
|
7784
|
+
},
|
|
7785
|
+
{
|
|
7786
|
+
"kind": "method",
|
|
7787
|
+
"name": "stylesChanged",
|
|
7788
|
+
"privacy": "protected",
|
|
7789
|
+
"return": {
|
|
7790
|
+
"type": {
|
|
7791
|
+
"text": "void"
|
|
7792
|
+
}
|
|
7793
|
+
},
|
|
7794
|
+
"inheritedFrom": {
|
|
7795
|
+
"name": "FoundationElement",
|
|
7796
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7797
|
+
}
|
|
7798
|
+
},
|
|
7799
|
+
{
|
|
7800
|
+
"kind": "method",
|
|
7801
|
+
"name": "compose",
|
|
7802
|
+
"privacy": "public",
|
|
7803
|
+
"static": true,
|
|
7804
|
+
"return": {
|
|
7805
|
+
"type": {
|
|
7806
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7807
|
+
}
|
|
7808
|
+
},
|
|
7809
|
+
"parameters": [
|
|
7810
|
+
{
|
|
7811
|
+
"name": "this",
|
|
7812
|
+
"type": {
|
|
7813
|
+
"text": "K"
|
|
7814
|
+
}
|
|
7815
|
+
},
|
|
7816
|
+
{
|
|
7817
|
+
"name": "elementDefinition",
|
|
7818
|
+
"type": {
|
|
7819
|
+
"text": "T"
|
|
7820
|
+
},
|
|
7821
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7822
|
+
}
|
|
7823
|
+
],
|
|
7824
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7825
|
+
"inheritedFrom": {
|
|
7826
|
+
"name": "FoundationElement",
|
|
7827
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7828
|
+
}
|
|
7829
|
+
}
|
|
7830
|
+
]
|
|
7831
|
+
},
|
|
7832
|
+
{
|
|
7833
|
+
"kind": "variable",
|
|
7834
|
+
"name": "zeroGridLayoutItem",
|
|
7835
|
+
"description": "The Zero Grid Layout Item",
|
|
7836
|
+
"privacy": "public"
|
|
7837
|
+
}
|
|
7838
|
+
],
|
|
7839
|
+
"exports": [
|
|
7840
|
+
{
|
|
7841
|
+
"kind": "js",
|
|
7842
|
+
"name": "GridLayoutItem",
|
|
7843
|
+
"declaration": {
|
|
7844
|
+
"name": "GridLayoutItem",
|
|
7845
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
7846
|
+
}
|
|
7847
|
+
},
|
|
7848
|
+
{
|
|
7849
|
+
"kind": "js",
|
|
7850
|
+
"name": "zeroGridLayoutItem",
|
|
7851
|
+
"declaration": {
|
|
7852
|
+
"name": "zeroGridLayoutItem",
|
|
7853
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
7854
|
+
}
|
|
7855
|
+
}
|
|
7856
|
+
]
|
|
7857
|
+
},
|
|
7858
|
+
{
|
|
7859
|
+
"kind": "javascript-module",
|
|
7860
|
+
"path": "src/grid-layout-item/index.ts",
|
|
7861
|
+
"declarations": [],
|
|
7862
|
+
"exports": [
|
|
7863
|
+
{
|
|
7864
|
+
"kind": "js",
|
|
7865
|
+
"name": "*",
|
|
7866
|
+
"declaration": {
|
|
7867
|
+
"name": "*",
|
|
7868
|
+
"package": "./grid-layout-item"
|
|
7869
|
+
}
|
|
7870
|
+
},
|
|
7871
|
+
{
|
|
7872
|
+
"kind": "js",
|
|
7873
|
+
"name": "zeroGridLayoutItemTemplate",
|
|
7874
|
+
"declaration": {
|
|
7875
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
7876
|
+
"package": "@genesislcap/foundation-ui"
|
|
7877
|
+
}
|
|
7878
|
+
}
|
|
7879
|
+
]
|
|
7880
|
+
},
|
|
7881
7881
|
{
|
|
7882
7882
|
"kind": "javascript-module",
|
|
7883
7883
|
"path": "src/listbox-option/index.ts",
|