@genesislcap/foundation-zero 14.208.3 → 14.208.4-alpha-e888e8b.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +189 -95
- package/dist/dts/base-components.d.ts +29 -28
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/combobox/base.combobox.d.ts +8 -0
- package/dist/dts/combobox/base.combobox.d.ts.map +1 -0
- package/dist/dts/combobox/base.combobox.template.d.ts +5 -0
- package/dist/dts/combobox/base.combobox.template.d.ts.map +1 -0
- package/dist/dts/combobox/index.d.ts +3 -1
- package/dist/dts/combobox/index.d.ts.map +1 -1
- package/dist/esm/base-components.js +7 -7
- package/dist/esm/combobox/base.combobox.js +10 -0
- package/dist/esm/combobox/base.combobox.template.js +2 -0
- package/dist/esm/combobox/index.js +3 -1
- package/package.json +12 -12
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n
|
|
15
|
+
"default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBaseCombobox,\n zeroBreadcrumb,\n zeroBreadcrumbItem,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDatePicker,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBanner,\n zeroErrorBoundary,\n zeroErrorDialog,\n zeroFileUpload,\n zeroFilter,\n zeroFilterBar,\n zeroFlexLayout,\n zeroFlipper,\n zeroFlyout,\n zeroGridLayout,\n zeroGridLayoutItem,\n zeroHorizontalScroll,\n zeroIcon,\n zeroListbox,\n zeroListboxOption,\n zeroMenu,\n zeroMenuItem,\n zeroModal,\n zeroMultiselect,\n zeroNotificationListener,\n zeroNumberField,\n zeroProgress,\n zeroProgressRing,\n zeroRadio,\n zeroRadioGroup,\n zeroSearchBar,\n zeroSearchBarCombobox,\n zeroSegmentedControl,\n zeroSegmentedItem,\n zeroSelect,\n zeroSkeleton,\n zeroSlider,\n zeroSliderLabel,\n zeroSnackbar,\n zeroStackingIcons,\n zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\n zeroSystemHealthOverlay,\n zeroTab,\n zeroTabPanel,\n zeroTabs,\n zeroTextArea,\n zeroTextField,\n zeroToast,\n zeroToolbar,\n zeroTooltip,\n zeroTreeItem,\n zeroTreeView,\n zeroUrlInput,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -8650,6 +8650,84 @@
|
|
|
8650
8650
|
}
|
|
8651
8651
|
]
|
|
8652
8652
|
},
|
|
8653
|
+
{
|
|
8654
|
+
"kind": "javascript-module",
|
|
8655
|
+
"path": "src/combobox/base.combobox.template.ts",
|
|
8656
|
+
"declarations": [
|
|
8657
|
+
{
|
|
8658
|
+
"kind": "function",
|
|
8659
|
+
"name": "zeroBaseComboboxTemplate",
|
|
8660
|
+
"return": {
|
|
8661
|
+
"type": {
|
|
8662
|
+
"text": "ViewTemplate<BaseCombobox>"
|
|
8663
|
+
}
|
|
8664
|
+
},
|
|
8665
|
+
"parameters": [
|
|
8666
|
+
{
|
|
8667
|
+
"name": "context",
|
|
8668
|
+
"type": {
|
|
8669
|
+
"text": "ElementDefinitionContext"
|
|
8670
|
+
}
|
|
8671
|
+
},
|
|
8672
|
+
{
|
|
8673
|
+
"name": "definition",
|
|
8674
|
+
"type": {
|
|
8675
|
+
"text": "FoundationElementDefinition"
|
|
8676
|
+
}
|
|
8677
|
+
}
|
|
8678
|
+
]
|
|
8679
|
+
}
|
|
8680
|
+
],
|
|
8681
|
+
"exports": [
|
|
8682
|
+
{
|
|
8683
|
+
"kind": "js",
|
|
8684
|
+
"name": "zeroBaseComboboxTemplate",
|
|
8685
|
+
"declaration": {
|
|
8686
|
+
"name": "zeroBaseComboboxTemplate",
|
|
8687
|
+
"module": "src/combobox/base.combobox.template.ts"
|
|
8688
|
+
}
|
|
8689
|
+
}
|
|
8690
|
+
]
|
|
8691
|
+
},
|
|
8692
|
+
{
|
|
8693
|
+
"kind": "javascript-module",
|
|
8694
|
+
"path": "src/combobox/base.combobox.ts",
|
|
8695
|
+
"declarations": [
|
|
8696
|
+
{
|
|
8697
|
+
"kind": "class",
|
|
8698
|
+
"description": "",
|
|
8699
|
+
"name": "BaseCombobox",
|
|
8700
|
+
"superclass": {
|
|
8701
|
+
"name": "FoundationBaseComboBox",
|
|
8702
|
+
"package": "@genesislcap/foundation-ui"
|
|
8703
|
+
},
|
|
8704
|
+
"tagName": "%%prefix%%-combobox",
|
|
8705
|
+
"customElement": true
|
|
8706
|
+
},
|
|
8707
|
+
{
|
|
8708
|
+
"kind": "variable",
|
|
8709
|
+
"name": "zeroBaseCombobox"
|
|
8710
|
+
}
|
|
8711
|
+
],
|
|
8712
|
+
"exports": [
|
|
8713
|
+
{
|
|
8714
|
+
"kind": "js",
|
|
8715
|
+
"name": "BaseCombobox",
|
|
8716
|
+
"declaration": {
|
|
8717
|
+
"name": "BaseCombobox",
|
|
8718
|
+
"module": "src/combobox/base.combobox.ts"
|
|
8719
|
+
}
|
|
8720
|
+
},
|
|
8721
|
+
{
|
|
8722
|
+
"kind": "js",
|
|
8723
|
+
"name": "zeroBaseCombobox",
|
|
8724
|
+
"declaration": {
|
|
8725
|
+
"name": "zeroBaseCombobox",
|
|
8726
|
+
"module": "src/combobox/base.combobox.ts"
|
|
8727
|
+
}
|
|
8728
|
+
}
|
|
8729
|
+
]
|
|
8730
|
+
},
|
|
8653
8731
|
{
|
|
8654
8732
|
"kind": "javascript-module",
|
|
8655
8733
|
"path": "src/combobox/combobox.stories.ts",
|
|
@@ -8817,7 +8895,15 @@
|
|
|
8817
8895
|
"name": "*",
|
|
8818
8896
|
"declaration": {
|
|
8819
8897
|
"name": "*",
|
|
8820
|
-
"package": "./combobox"
|
|
8898
|
+
"package": "./base.combobox.template"
|
|
8899
|
+
}
|
|
8900
|
+
},
|
|
8901
|
+
{
|
|
8902
|
+
"kind": "js",
|
|
8903
|
+
"name": "*",
|
|
8904
|
+
"declaration": {
|
|
8905
|
+
"name": "*",
|
|
8906
|
+
"package": "./base.combobox"
|
|
8821
8907
|
}
|
|
8822
8908
|
},
|
|
8823
8909
|
{
|
|
@@ -8835,6 +8921,14 @@
|
|
|
8835
8921
|
"name": "*",
|
|
8836
8922
|
"package": "./combobox.template"
|
|
8837
8923
|
}
|
|
8924
|
+
},
|
|
8925
|
+
{
|
|
8926
|
+
"kind": "js",
|
|
8927
|
+
"name": "*",
|
|
8928
|
+
"declaration": {
|
|
8929
|
+
"name": "*",
|
|
8930
|
+
"package": "./combobox"
|
|
8931
|
+
}
|
|
8838
8932
|
}
|
|
8839
8933
|
]
|
|
8840
8934
|
},
|
|
@@ -25865,8 +25959,8 @@
|
|
|
25865
25959
|
"description": "Controls whether to perform a case-sensitive search in the list of options",
|
|
25866
25960
|
"fieldName": "caseSensitive",
|
|
25867
25961
|
"inheritedFrom": {
|
|
25868
|
-
"name": "
|
|
25869
|
-
"module": "src/combobox/combobox.ts"
|
|
25962
|
+
"name": "BaseCombobox",
|
|
25963
|
+
"module": "src/combobox/base.combobox.ts"
|
|
25870
25964
|
}
|
|
25871
25965
|
},
|
|
25872
25966
|
{
|
|
@@ -25878,8 +25972,8 @@
|
|
|
25878
25972
|
"description": "Controls whether to suppress opening the dropdown when the input field is clicked",
|
|
25879
25973
|
"fieldName": "ignoreInputClick",
|
|
25880
25974
|
"inheritedFrom": {
|
|
25881
|
-
"name": "
|
|
25882
|
-
"module": "src/combobox/combobox.ts"
|
|
25975
|
+
"name": "BaseCombobox",
|
|
25976
|
+
"module": "src/combobox/base.combobox.ts"
|
|
25883
25977
|
}
|
|
25884
25978
|
}
|
|
25885
25979
|
],
|
|
@@ -25936,8 +26030,8 @@
|
|
|
25936
26030
|
}
|
|
25937
26031
|
],
|
|
25938
26032
|
"inheritedFrom": {
|
|
25939
|
-
"name": "
|
|
25940
|
-
"module": "src/combobox/combobox.ts"
|
|
26033
|
+
"name": "BaseCombobox",
|
|
26034
|
+
"module": "src/combobox/base.combobox.ts"
|
|
25941
26035
|
}
|
|
25942
26036
|
},
|
|
25943
26037
|
{
|
|
@@ -25958,8 +26052,8 @@
|
|
|
25958
26052
|
}
|
|
25959
26053
|
],
|
|
25960
26054
|
"inheritedFrom": {
|
|
25961
|
-
"name": "
|
|
25962
|
-
"module": "src/combobox/combobox.ts"
|
|
26055
|
+
"name": "BaseCombobox",
|
|
26056
|
+
"module": "src/combobox/base.combobox.ts"
|
|
25963
26057
|
}
|
|
25964
26058
|
},
|
|
25965
26059
|
{
|
|
@@ -25980,8 +26074,8 @@
|
|
|
25980
26074
|
}
|
|
25981
26075
|
],
|
|
25982
26076
|
"inheritedFrom": {
|
|
25983
|
-
"name": "
|
|
25984
|
-
"module": "src/combobox/combobox.ts"
|
|
26077
|
+
"name": "BaseCombobox",
|
|
26078
|
+
"module": "src/combobox/base.combobox.ts"
|
|
25985
26079
|
}
|
|
25986
26080
|
},
|
|
25987
26081
|
{
|
|
@@ -26189,11 +26283,11 @@
|
|
|
26189
26283
|
"kind": "field",
|
|
26190
26284
|
"name": "value",
|
|
26191
26285
|
"privacy": "public",
|
|
26192
|
-
"description": "The value property.",
|
|
26193
26286
|
"inheritedFrom": {
|
|
26194
|
-
"name": "
|
|
26195
|
-
"module": "src/combobox/combobox.ts"
|
|
26196
|
-
}
|
|
26287
|
+
"name": "BaseCombobox",
|
|
26288
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26289
|
+
},
|
|
26290
|
+
"description": "The value property."
|
|
26197
26291
|
},
|
|
26198
26292
|
{
|
|
26199
26293
|
"kind": "method",
|
|
@@ -26204,11 +26298,11 @@
|
|
|
26204
26298
|
"text": "void"
|
|
26205
26299
|
}
|
|
26206
26300
|
},
|
|
26207
|
-
"description": "Filter available options by text value.",
|
|
26208
26301
|
"inheritedFrom": {
|
|
26209
|
-
"name": "
|
|
26210
|
-
"module": "src/combobox/combobox.ts"
|
|
26211
|
-
}
|
|
26302
|
+
"name": "BaseCombobox",
|
|
26303
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26304
|
+
},
|
|
26305
|
+
"description": "Filter available options by text value."
|
|
26212
26306
|
},
|
|
26213
26307
|
{
|
|
26214
26308
|
"kind": "method",
|
|
@@ -26455,43 +26549,6 @@
|
|
|
26455
26549
|
"module": "src/search-bar/search-bar-combobox.ts"
|
|
26456
26550
|
}
|
|
26457
26551
|
},
|
|
26458
|
-
{
|
|
26459
|
-
"kind": "field",
|
|
26460
|
-
"name": "_ourValue",
|
|
26461
|
-
"type": {
|
|
26462
|
-
"text": "string"
|
|
26463
|
-
},
|
|
26464
|
-
"privacy": "private",
|
|
26465
|
-
"inheritedFrom": {
|
|
26466
|
-
"name": "Combobox",
|
|
26467
|
-
"module": "src/combobox/combobox.ts"
|
|
26468
|
-
}
|
|
26469
|
-
},
|
|
26470
|
-
{
|
|
26471
|
-
"kind": "field",
|
|
26472
|
-
"name": "#indicator",
|
|
26473
|
-
"privacy": "private",
|
|
26474
|
-
"type": {
|
|
26475
|
-
"text": "Element"
|
|
26476
|
-
},
|
|
26477
|
-
"inheritedFrom": {
|
|
26478
|
-
"name": "Combobox",
|
|
26479
|
-
"module": "src/combobox/combobox.ts"
|
|
26480
|
-
}
|
|
26481
|
-
},
|
|
26482
|
-
{
|
|
26483
|
-
"kind": "field",
|
|
26484
|
-
"name": "#wasOpenOnEnterDown",
|
|
26485
|
-
"privacy": "private",
|
|
26486
|
-
"type": {
|
|
26487
|
-
"text": "boolean"
|
|
26488
|
-
},
|
|
26489
|
-
"default": "false",
|
|
26490
|
-
"inheritedFrom": {
|
|
26491
|
-
"name": "Combobox",
|
|
26492
|
-
"module": "src/combobox/combobox.ts"
|
|
26493
|
-
}
|
|
26494
|
-
},
|
|
26495
26552
|
{
|
|
26496
26553
|
"kind": "field",
|
|
26497
26554
|
"name": "slottedDatasource",
|
|
@@ -26555,28 +26612,8 @@
|
|
|
26555
26612
|
}
|
|
26556
26613
|
},
|
|
26557
26614
|
{
|
|
26558
|
-
"kind": "
|
|
26559
|
-
"name": "
|
|
26560
|
-
"type": {
|
|
26561
|
-
"text": "boolean"
|
|
26562
|
-
},
|
|
26563
|
-
"privacy": "public",
|
|
26564
|
-
"default": "false",
|
|
26565
|
-
"description": "Controls whether to perform a case-sensitive search in the list of options",
|
|
26566
|
-
"inheritedFrom": {
|
|
26567
|
-
"name": "Combobox",
|
|
26568
|
-
"module": "src/combobox/combobox.ts"
|
|
26569
|
-
}
|
|
26570
|
-
},
|
|
26571
|
-
{
|
|
26572
|
-
"kind": "field",
|
|
26573
|
-
"name": "ignoreInputClick",
|
|
26574
|
-
"type": {
|
|
26575
|
-
"text": "boolean"
|
|
26576
|
-
},
|
|
26577
|
-
"privacy": "public",
|
|
26578
|
-
"default": "false",
|
|
26579
|
-
"description": "Controls whether to suppress opening the dropdown when the input field is clicked",
|
|
26615
|
+
"kind": "method",
|
|
26616
|
+
"name": "asyncSetFilter",
|
|
26580
26617
|
"inheritedFrom": {
|
|
26581
26618
|
"name": "Combobox",
|
|
26582
26619
|
"module": "src/combobox/combobox.ts"
|
|
@@ -26606,8 +26643,73 @@
|
|
|
26606
26643
|
}
|
|
26607
26644
|
],
|
|
26608
26645
|
"inheritedFrom": {
|
|
26609
|
-
"name": "
|
|
26610
|
-
"module": "src/combobox/combobox.ts"
|
|
26646
|
+
"name": "BaseCombobox",
|
|
26647
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26648
|
+
}
|
|
26649
|
+
},
|
|
26650
|
+
{
|
|
26651
|
+
"kind": "field",
|
|
26652
|
+
"name": "_ourValue",
|
|
26653
|
+
"type": {
|
|
26654
|
+
"text": "string"
|
|
26655
|
+
},
|
|
26656
|
+
"privacy": "private",
|
|
26657
|
+
"inheritedFrom": {
|
|
26658
|
+
"name": "BaseCombobox",
|
|
26659
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26660
|
+
}
|
|
26661
|
+
},
|
|
26662
|
+
{
|
|
26663
|
+
"kind": "field",
|
|
26664
|
+
"name": "#indicator",
|
|
26665
|
+
"privacy": "private",
|
|
26666
|
+
"type": {
|
|
26667
|
+
"text": "Element"
|
|
26668
|
+
},
|
|
26669
|
+
"inheritedFrom": {
|
|
26670
|
+
"name": "BaseCombobox",
|
|
26671
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26672
|
+
}
|
|
26673
|
+
},
|
|
26674
|
+
{
|
|
26675
|
+
"kind": "field",
|
|
26676
|
+
"name": "#wasOpenOnEnterDown",
|
|
26677
|
+
"privacy": "private",
|
|
26678
|
+
"type": {
|
|
26679
|
+
"text": "boolean"
|
|
26680
|
+
},
|
|
26681
|
+
"default": "false",
|
|
26682
|
+
"inheritedFrom": {
|
|
26683
|
+
"name": "BaseCombobox",
|
|
26684
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26685
|
+
}
|
|
26686
|
+
},
|
|
26687
|
+
{
|
|
26688
|
+
"kind": "field",
|
|
26689
|
+
"name": "caseSensitive",
|
|
26690
|
+
"type": {
|
|
26691
|
+
"text": "boolean"
|
|
26692
|
+
},
|
|
26693
|
+
"privacy": "public",
|
|
26694
|
+
"default": "false",
|
|
26695
|
+
"description": "Controls whether to perform a case-sensitive search in the list of options",
|
|
26696
|
+
"inheritedFrom": {
|
|
26697
|
+
"name": "BaseCombobox",
|
|
26698
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26699
|
+
}
|
|
26700
|
+
},
|
|
26701
|
+
{
|
|
26702
|
+
"kind": "field",
|
|
26703
|
+
"name": "ignoreInputClick",
|
|
26704
|
+
"type": {
|
|
26705
|
+
"text": "boolean"
|
|
26706
|
+
},
|
|
26707
|
+
"privacy": "public",
|
|
26708
|
+
"default": "false",
|
|
26709
|
+
"description": "Controls whether to suppress opening the dropdown when the input field is clicked",
|
|
26710
|
+
"inheritedFrom": {
|
|
26711
|
+
"name": "BaseCombobox",
|
|
26712
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26611
26713
|
}
|
|
26612
26714
|
},
|
|
26613
26715
|
{
|
|
@@ -26620,8 +26722,8 @@
|
|
|
26620
26722
|
"description": "Gets the HTML element for the indicator button",
|
|
26621
26723
|
"readonly": true,
|
|
26622
26724
|
"inheritedFrom": {
|
|
26623
|
-
"name": "
|
|
26624
|
-
"module": "src/combobox/combobox.ts"
|
|
26725
|
+
"name": "BaseCombobox",
|
|
26726
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26625
26727
|
}
|
|
26626
26728
|
},
|
|
26627
26729
|
{
|
|
@@ -26639,24 +26741,16 @@
|
|
|
26639
26741
|
],
|
|
26640
26742
|
"description": "Selects an item in the dropdown based on its text value",
|
|
26641
26743
|
"inheritedFrom": {
|
|
26642
|
-
"name": "
|
|
26643
|
-
"module": "src/combobox/combobox.ts"
|
|
26644
|
-
}
|
|
26645
|
-
},
|
|
26646
|
-
{
|
|
26647
|
-
"kind": "method",
|
|
26648
|
-
"name": "asyncSetFilter",
|
|
26649
|
-
"inheritedFrom": {
|
|
26650
|
-
"name": "Combobox",
|
|
26651
|
-
"module": "src/combobox/combobox.ts"
|
|
26744
|
+
"name": "BaseCombobox",
|
|
26745
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26652
26746
|
}
|
|
26653
26747
|
},
|
|
26654
26748
|
{
|
|
26655
26749
|
"kind": "method",
|
|
26656
26750
|
"name": "resetCombobox",
|
|
26657
26751
|
"inheritedFrom": {
|
|
26658
|
-
"name": "
|
|
26659
|
-
"module": "src/combobox/combobox.ts"
|
|
26752
|
+
"name": "BaseCombobox",
|
|
26753
|
+
"module": "src/combobox/base.combobox.ts"
|
|
26660
26754
|
}
|
|
26661
26755
|
}
|
|
26662
26756
|
],
|
|
@@ -18,8 +18,9 @@ export declare const baseComponents: {
|
|
|
18
18
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
19
19
|
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Banner, any>;
|
|
20
20
|
}, typeof import("./banner").Banner>;
|
|
21
|
-
|
|
21
|
+
zeroBaseCombobox: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./combobox").BaseCombobox>;
|
|
22
22
|
zeroBreadcrumb: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./breadcrumb").Breadcrumb>;
|
|
23
|
+
zeroBreadcrumbItem: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").BreadcrumbItemOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").BreadcrumbItemOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
23
24
|
zeroButton: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./button").Button>;
|
|
24
25
|
zeroCalendar: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./calendar").Calendar>;
|
|
25
26
|
zeroCard: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./card").Card>;
|
|
@@ -38,6 +39,17 @@ export declare const baseComponents: {
|
|
|
38
39
|
zeroCombobox: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./combobox").Combobox>;
|
|
39
40
|
zeroConnectionIndicator: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./connection-indicator").ConnectionIndicator>;
|
|
40
41
|
zeroDataGrid: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./data-grid").DataGrid>;
|
|
42
|
+
zeroDatePicker: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
43
|
+
baseName: string;
|
|
44
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./date-picker").DatePicker, any>;
|
|
45
|
+
styles: () => import("@microsoft/fast-element").ElementStyles;
|
|
46
|
+
shadowOptions: ShadowRootInit;
|
|
47
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
48
|
+
baseName: string;
|
|
49
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./date-picker").DatePicker, any>;
|
|
50
|
+
styles: () => import("@microsoft/fast-element").ElementStyles;
|
|
51
|
+
shadowOptions: ShadowRootInit;
|
|
52
|
+
}, typeof import("./date-picker").DatePicker>;
|
|
41
53
|
zeroDesignSystemProvider: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
42
54
|
baseName: string;
|
|
43
55
|
template: import("@microsoft/fast-element").ViewTemplate<any, any>;
|
|
@@ -58,20 +70,18 @@ export declare const baseComponents: {
|
|
|
58
70
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
59
71
|
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Dialog, any>;
|
|
60
72
|
}, typeof import("./dialog").Dialog>;
|
|
61
|
-
|
|
73
|
+
zeroDisclosure: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./disclosure").Disclosure>;
|
|
74
|
+
zeroDivider: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./divider").Divider>;
|
|
75
|
+
zeroDropdownMenu: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./dropdown-menu").DropdownMenu>;
|
|
76
|
+
zeroErrorBanner: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
62
77
|
baseName: string;
|
|
63
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("./
|
|
64
|
-
styles: () => import("@microsoft/fast-element").ElementStyles;
|
|
78
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./error-banner").ErrorBanner, any>;
|
|
65
79
|
shadowOptions: ShadowRootInit;
|
|
66
80
|
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
67
81
|
baseName: string;
|
|
68
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("./
|
|
69
|
-
styles: () => import("@microsoft/fast-element").ElementStyles;
|
|
82
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("./error-banner").ErrorBanner, any>;
|
|
70
83
|
shadowOptions: ShadowRootInit;
|
|
71
|
-
}, typeof import("./
|
|
72
|
-
zeroDisclosure: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./disclosure").Disclosure>;
|
|
73
|
-
zeroDivider: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./divider").Divider>;
|
|
74
|
-
zeroDropdownMenu: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./dropdown-menu").DropdownMenu>;
|
|
84
|
+
}, typeof import("./error-banner").ErrorBanner>;
|
|
75
85
|
zeroErrorBoundary: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
76
86
|
baseName: string;
|
|
77
87
|
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").ErrorBoundary, any>;
|
|
@@ -81,24 +91,6 @@ export declare const baseComponents: {
|
|
|
81
91
|
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").ErrorBoundary, any>;
|
|
82
92
|
shadowOptions: ShadowRootInit;
|
|
83
93
|
}, typeof import("./error-boundary").ErrorBoundary>;
|
|
84
|
-
zeroNotificationListener: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
85
|
-
baseName: string;
|
|
86
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").NotificationListener, any>;
|
|
87
|
-
shadowOptions: ShadowRootInit;
|
|
88
|
-
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
89
|
-
baseName: string;
|
|
90
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").NotificationListener, any>;
|
|
91
|
-
shadowOptions: ShadowRootInit;
|
|
92
|
-
}, typeof import("./notification-listener").NotificationListener>;
|
|
93
|
-
zeroErrorBanner: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
94
|
-
baseName: string;
|
|
95
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("./error-banner").ErrorBanner, any>;
|
|
96
|
-
shadowOptions: ShadowRootInit;
|
|
97
|
-
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
98
|
-
baseName: string;
|
|
99
|
-
template: import("@microsoft/fast-element").ViewTemplate<import("./error-banner").ErrorBanner, any>;
|
|
100
|
-
shadowOptions: ShadowRootInit;
|
|
101
|
-
}, typeof import("./error-banner").ErrorBanner>;
|
|
102
94
|
zeroErrorDialog: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
103
95
|
baseName: string;
|
|
104
96
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
@@ -202,6 +194,15 @@ export declare const baseComponents: {
|
|
|
202
194
|
styles: import("@microsoft/fast-element").ElementStyles;
|
|
203
195
|
shadowOptions: ShadowRootInit;
|
|
204
196
|
}, typeof import("./multiselect").Multiselect>;
|
|
197
|
+
zeroNotificationListener: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
|
|
198
|
+
baseName: string;
|
|
199
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").NotificationListener, any>;
|
|
200
|
+
shadowOptions: ShadowRootInit;
|
|
201
|
+
}>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
|
|
202
|
+
baseName: string;
|
|
203
|
+
template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").NotificationListener, any>;
|
|
204
|
+
shadowOptions: ShadowRootInit;
|
|
205
|
+
}, typeof import("./notification-listener").NotificationListener>;
|
|
205
206
|
zeroNumberField: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./number-field").NumberField>;
|
|
206
207
|
zeroProgress: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./progress").Progress>;
|
|
207
208
|
zeroProgressRing: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").ProgressRingOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").ProgressRingOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA4E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA6EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Combobox as FoundationBaseComboBox } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-combobox
|
|
4
|
+
*/
|
|
5
|
+
export declare class BaseCombobox extends FoundationBaseComboBox {
|
|
6
|
+
}
|
|
7
|
+
export declare const zeroBaseCombobox: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof BaseCombobox>;
|
|
8
|
+
//# sourceMappingURL=base.combobox.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base.combobox.d.ts","sourceRoot":"","sources":["../../../src/combobox/base.combobox.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,IAAI,sBAAsB,EAGnC,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,YAAa,SAAQ,sBAAsB;CAAG;AAE3D,eAAO,MAAM,gBAAgB,4TAM3B,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ViewTemplate } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
import type { BaseCombobox } from './base.combobox';
|
|
4
|
+
export declare const zeroBaseComboboxTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<BaseCombobox>;
|
|
5
|
+
//# sourceMappingURL=base.combobox.template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base.combobox.template.d.ts","sourceRoot":"","sources":["../../../src/combobox/base.combobox.template.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AACpC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD,eAAO,MAAM,wBAAwB,YAC1B,wBAAwB,cACrB,2BAA2B,KACtC,aAAa,YAAY,CAAwD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/combobox/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/combobox/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC;AACpC,cAAc,YAAY,CAAC"}
|
|
@@ -14,7 +14,7 @@ import { zeroCalendar } from './calendar';
|
|
|
14
14
|
import { zeroCard } from './card';
|
|
15
15
|
import { zeroCategorizedMultiselect } from './categorized-multiselect';
|
|
16
16
|
import { zeroCheckbox } from './checkbox';
|
|
17
|
-
import { zeroCombobox } from './combobox';
|
|
17
|
+
import { zeroBaseCombobox, zeroCombobox } from './combobox';
|
|
18
18
|
import { zeroConnectionIndicator } from './connection-indicator';
|
|
19
19
|
import { zeroDataGrid } from './data-grid';
|
|
20
20
|
import { zeroDatePicker } from './date-picker';
|
|
@@ -49,8 +49,7 @@ import { zeroProgress } from './progress';
|
|
|
49
49
|
import { zeroProgressRing } from './progress-ring';
|
|
50
50
|
import { zeroRadio } from './radio';
|
|
51
51
|
import { zeroRadioGroup } from './radio-group';
|
|
52
|
-
import { zeroSearchBar } from './search-bar';
|
|
53
|
-
import { zeroSearchBarCombobox } from './search-bar';
|
|
52
|
+
import { zeroSearchBar, zeroSearchBarCombobox } from './search-bar';
|
|
54
53
|
import { zeroSegmentedControl } from './segmented-control';
|
|
55
54
|
import { zeroSegmentedItem } from './segmented-item';
|
|
56
55
|
import { zeroSelect } from './select';
|
|
@@ -83,8 +82,9 @@ export const baseComponents = {
|
|
|
83
82
|
zeroAvatar,
|
|
84
83
|
zeroBadge,
|
|
85
84
|
zeroBanner,
|
|
86
|
-
|
|
85
|
+
zeroBaseCombobox,
|
|
87
86
|
zeroBreadcrumb,
|
|
87
|
+
zeroBreadcrumbItem,
|
|
88
88
|
zeroButton,
|
|
89
89
|
zeroCalendar,
|
|
90
90
|
zeroCard,
|
|
@@ -93,15 +93,14 @@ export const baseComponents = {
|
|
|
93
93
|
zeroCombobox,
|
|
94
94
|
zeroConnectionIndicator,
|
|
95
95
|
zeroDataGrid,
|
|
96
|
+
zeroDatePicker,
|
|
96
97
|
zeroDesignSystemProvider,
|
|
97
98
|
zeroDialog,
|
|
98
|
-
zeroDatePicker,
|
|
99
99
|
zeroDisclosure,
|
|
100
100
|
zeroDivider,
|
|
101
101
|
zeroDropdownMenu,
|
|
102
|
-
zeroErrorBoundary,
|
|
103
|
-
zeroNotificationListener,
|
|
104
102
|
zeroErrorBanner,
|
|
103
|
+
zeroErrorBoundary,
|
|
105
104
|
zeroErrorDialog,
|
|
106
105
|
zeroFileUpload,
|
|
107
106
|
zeroFilter,
|
|
@@ -119,6 +118,7 @@ export const baseComponents = {
|
|
|
119
118
|
zeroMenuItem,
|
|
120
119
|
zeroModal,
|
|
121
120
|
zeroMultiselect,
|
|
121
|
+
zeroNotificationListener,
|
|
122
122
|
zeroNumberField,
|
|
123
123
|
zeroProgress,
|
|
124
124
|
zeroProgressRing,
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Combobox as FoundationBaseComboBox, defaultComboboxConfig, foundationComboboxShadowOptions, } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { zeroBaseComboboxTemplate as template } from './base.combobox.template';
|
|
3
|
+
import { zeroComboboxStyles as styles } from './combobox.styles';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-combobox
|
|
6
|
+
*/
|
|
7
|
+
export class BaseCombobox extends FoundationBaseComboBox {
|
|
8
|
+
}
|
|
9
|
+
export const zeroBaseCombobox = BaseCombobox.compose(Object.assign({ baseName: 'base-combobox', template,
|
|
10
|
+
styles, shadowOptions: foundationComboboxShadowOptions }, defaultComboboxConfig));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.208.
|
|
4
|
+
"version": "14.208.4-alpha-e888e8b.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
78
|
-
"@genesislcap/genx": "14.208.
|
|
79
|
-
"@genesislcap/rollup-builder": "14.208.
|
|
80
|
-
"@genesislcap/ts-builder": "14.208.
|
|
81
|
-
"@genesislcap/uvu-playwright-builder": "14.208.
|
|
82
|
-
"@genesislcap/vite-builder": "14.208.
|
|
83
|
-
"@genesislcap/webpack-builder": "14.208.
|
|
78
|
+
"@genesislcap/genx": "14.208.4-alpha-e888e8b.0",
|
|
79
|
+
"@genesislcap/rollup-builder": "14.208.4-alpha-e888e8b.0",
|
|
80
|
+
"@genesislcap/ts-builder": "14.208.4-alpha-e888e8b.0",
|
|
81
|
+
"@genesislcap/uvu-playwright-builder": "14.208.4-alpha-e888e8b.0",
|
|
82
|
+
"@genesislcap/vite-builder": "14.208.4-alpha-e888e8b.0",
|
|
83
|
+
"@genesislcap/webpack-builder": "14.208.4-alpha-e888e8b.0",
|
|
84
84
|
"@storybook/addon-coverage": "^1.0.1",
|
|
85
85
|
"@storybook/addon-essentials": "^8.0.0",
|
|
86
86
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
"storybook": "^8.0.0"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@genesislcap/foundation-comms": "14.208.
|
|
102
|
-
"@genesislcap/foundation-logger": "14.208.
|
|
103
|
-
"@genesislcap/foundation-ui": "14.208.
|
|
104
|
-
"@genesislcap/foundation-utils": "14.208.
|
|
101
|
+
"@genesislcap/foundation-comms": "14.208.4-alpha-e888e8b.0",
|
|
102
|
+
"@genesislcap/foundation-logger": "14.208.4-alpha-e888e8b.0",
|
|
103
|
+
"@genesislcap/foundation-ui": "14.208.4-alpha-e888e8b.0",
|
|
104
|
+
"@genesislcap/foundation-utils": "14.208.4-alpha-e888e8b.0",
|
|
105
105
|
"@microsoft/fast-colors": "^5.3.1",
|
|
106
106
|
"@microsoft/fast-components": "^2.30.6",
|
|
107
107
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"access": "public"
|
|
119
119
|
},
|
|
120
120
|
"customElements": "dist/custom-elements.json",
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "4a0fc967f508f8bdc6f4d9641382975c0c2b4e99"
|
|
122
122
|
}
|