@genesislcap/rapid-design-system 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.
@@ -12,7 +12,7 @@
12
12
  "type": {
13
13
  "text": "object"
14
14
  },
15
- "default": "{\n designSystemProvider,\n rapidAccordion,\n rapidAccordionItem,\n rapidActionsMenu,\n rapidAnchor,\n rapidAnchoredRegion,\n rapidAvatar,\n rapidBadge,\n rapidBanner,\n rapidBreadcrumb,\n rapidBreadcrumbItem,\n rapidButton,\n rapidCalendar,\n rapidCard,\n rapidCategorizedMultiselect,\n rapidCheckbox,\n rapidCombobox,\n rapidConnectionIndicator,\n rapidDataGrid,\n rapidDataGridCell,\n rapidDataGridRow,\n rapidDatePicker,\n rapidDialog,\n rapidDisclosure,\n rapidDivider,\n rapidDropdownMenu,\n rapidErrorBoundary,\n rapidFileUpload,\n rapidFilter,\n rapidFilterBar,\n rapidFlexLayout,\n rapidFlipper,\n rapidFlyout,\n rapidGridLayout,\n rapidGridLayoutItem,\n rapidHorizontalScroll,\n rapidIcon,\n rapidListbox,\n rapidListboxOption,\n rapidMenu,\n rapidMenuItem,\n rapidModal,\n rapidMultiselect,\n rapidNotificationListener,\n rapidNumberField,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidTab,\n rapidTabPanel,\n rapidTabs,\n rapidTextArea,\n rapidTextField,\n rapidToast,\n rapidToolbar,\n rapidTooltip,\n rapidTreeItem,\n rapidTreeView,\n rapidUrlInput,\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}"
15
+ "default": "{\n designSystemProvider,\n rapidAccordion,\n rapidAccordionItem,\n rapidActionsMenu,\n rapidAnchor,\n rapidAnchoredRegion,\n rapidAvatar,\n rapidBadge,\n rapidBanner,\n rapidBaseCombobox,\n rapidBreadcrumb,\n rapidBreadcrumbItem,\n rapidButton,\n rapidCalendar,\n rapidCard,\n rapidCategorizedMultiselect,\n rapidCheckbox,\n rapidCombobox,\n rapidConnectionIndicator,\n rapidDataGrid,\n rapidDataGridCell,\n rapidDataGridRow,\n rapidDatePicker,\n rapidDialog,\n rapidDisclosure,\n rapidDivider,\n rapidDropdownMenu,\n rapidErrorBoundary,\n rapidFileUpload,\n rapidFilter,\n rapidFilterBar,\n rapidFlexLayout,\n rapidFlipper,\n rapidFlyout,\n rapidGridLayout,\n rapidGridLayoutItem,\n rapidHorizontalScroll,\n rapidIcon,\n rapidListbox,\n rapidListboxOption,\n rapidMenu,\n rapidMenuItem,\n rapidModal,\n rapidMultiselect,\n rapidNotificationListener,\n rapidNumberField,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidTab,\n rapidTabPanel,\n rapidTabs,\n rapidTextArea,\n rapidTextField,\n rapidToast,\n rapidToolbar,\n rapidTooltip,\n rapidTreeItem,\n rapidTreeView,\n rapidUrlInput,\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": [
@@ -8446,6 +8446,84 @@
8446
8446
  }
8447
8447
  ]
8448
8448
  },
8449
+ {
8450
+ "kind": "javascript-module",
8451
+ "path": "src/combobox/base.combobox.template.ts",
8452
+ "declarations": [
8453
+ {
8454
+ "kind": "function",
8455
+ "name": "rapidBaseComboboxTemplate",
8456
+ "return": {
8457
+ "type": {
8458
+ "text": "ViewTemplate<BaseCombobox>"
8459
+ }
8460
+ },
8461
+ "parameters": [
8462
+ {
8463
+ "name": "context",
8464
+ "type": {
8465
+ "text": "ElementDefinitionContext"
8466
+ }
8467
+ },
8468
+ {
8469
+ "name": "definition",
8470
+ "type": {
8471
+ "text": "FoundationElementDefinition"
8472
+ }
8473
+ }
8474
+ ]
8475
+ }
8476
+ ],
8477
+ "exports": [
8478
+ {
8479
+ "kind": "js",
8480
+ "name": "rapidBaseComboboxTemplate",
8481
+ "declaration": {
8482
+ "name": "rapidBaseComboboxTemplate",
8483
+ "module": "src/combobox/base.combobox.template.ts"
8484
+ }
8485
+ }
8486
+ ]
8487
+ },
8488
+ {
8489
+ "kind": "javascript-module",
8490
+ "path": "src/combobox/base.combobox.ts",
8491
+ "declarations": [
8492
+ {
8493
+ "kind": "class",
8494
+ "description": "",
8495
+ "name": "BaseCombobox",
8496
+ "superclass": {
8497
+ "name": "FoundationBaseComboBox",
8498
+ "package": "@genesislcap/foundation-ui"
8499
+ },
8500
+ "tagName": "%%prefix%%-base-combobox",
8501
+ "customElement": true
8502
+ },
8503
+ {
8504
+ "kind": "variable",
8505
+ "name": "rapidBaseCombobox"
8506
+ }
8507
+ ],
8508
+ "exports": [
8509
+ {
8510
+ "kind": "js",
8511
+ "name": "BaseCombobox",
8512
+ "declaration": {
8513
+ "name": "BaseCombobox",
8514
+ "module": "src/combobox/base.combobox.ts"
8515
+ }
8516
+ },
8517
+ {
8518
+ "kind": "js",
8519
+ "name": "rapidBaseCombobox",
8520
+ "declaration": {
8521
+ "name": "rapidBaseCombobox",
8522
+ "module": "src/combobox/base.combobox.ts"
8523
+ }
8524
+ }
8525
+ ]
8526
+ },
8449
8527
  {
8450
8528
  "kind": "javascript-module",
8451
8529
  "path": "src/combobox/combobox.stories.ts",
@@ -8613,7 +8691,15 @@
8613
8691
  "name": "*",
8614
8692
  "declaration": {
8615
8693
  "name": "*",
8616
- "package": "./combobox"
8694
+ "package": "./base.combobox.template"
8695
+ }
8696
+ },
8697
+ {
8698
+ "kind": "js",
8699
+ "name": "*",
8700
+ "declaration": {
8701
+ "name": "*",
8702
+ "package": "./base.combobox"
8617
8703
  }
8618
8704
  },
8619
8705
  {
@@ -8631,6 +8717,14 @@
8631
8717
  "name": "*",
8632
8718
  "package": "./combobox.template"
8633
8719
  }
8720
+ },
8721
+ {
8722
+ "kind": "js",
8723
+ "name": "*",
8724
+ "declaration": {
8725
+ "name": "*",
8726
+ "package": "./combobox"
8727
+ }
8634
8728
  }
8635
8729
  ]
8636
8730
  },
@@ -22536,8 +22630,8 @@
22536
22630
  "description": "Controls whether to perform a case-sensitive search in the list of options",
22537
22631
  "fieldName": "caseSensitive",
22538
22632
  "inheritedFrom": {
22539
- "name": "Combobox",
22540
- "module": "src/combobox/combobox.ts"
22633
+ "name": "BaseCombobox",
22634
+ "module": "src/combobox/base.combobox.ts"
22541
22635
  }
22542
22636
  },
22543
22637
  {
@@ -22549,8 +22643,8 @@
22549
22643
  "description": "Controls whether to suppress opening the dropdown when the input field is clicked",
22550
22644
  "fieldName": "ignoreInputClick",
22551
22645
  "inheritedFrom": {
22552
- "name": "Combobox",
22553
- "module": "src/combobox/combobox.ts"
22646
+ "name": "BaseCombobox",
22647
+ "module": "src/combobox/base.combobox.ts"
22554
22648
  }
22555
22649
  }
22556
22650
  ],
@@ -22607,8 +22701,8 @@
22607
22701
  }
22608
22702
  ],
22609
22703
  "inheritedFrom": {
22610
- "name": "Combobox",
22611
- "module": "src/combobox/combobox.ts"
22704
+ "name": "BaseCombobox",
22705
+ "module": "src/combobox/base.combobox.ts"
22612
22706
  }
22613
22707
  },
22614
22708
  {
@@ -22629,8 +22723,8 @@
22629
22723
  }
22630
22724
  ],
22631
22725
  "inheritedFrom": {
22632
- "name": "Combobox",
22633
- "module": "src/combobox/combobox.ts"
22726
+ "name": "BaseCombobox",
22727
+ "module": "src/combobox/base.combobox.ts"
22634
22728
  }
22635
22729
  },
22636
22730
  {
@@ -22651,8 +22745,8 @@
22651
22745
  }
22652
22746
  ],
22653
22747
  "inheritedFrom": {
22654
- "name": "Combobox",
22655
- "module": "src/combobox/combobox.ts"
22748
+ "name": "BaseCombobox",
22749
+ "module": "src/combobox/base.combobox.ts"
22656
22750
  }
22657
22751
  },
22658
22752
  {
@@ -22860,11 +22954,11 @@
22860
22954
  "kind": "field",
22861
22955
  "name": "value",
22862
22956
  "privacy": "public",
22863
- "description": "The value property.",
22864
22957
  "inheritedFrom": {
22865
- "name": "Combobox",
22866
- "module": "src/combobox/combobox.ts"
22867
- }
22958
+ "name": "BaseCombobox",
22959
+ "module": "src/combobox/base.combobox.ts"
22960
+ },
22961
+ "description": "The value property."
22868
22962
  },
22869
22963
  {
22870
22964
  "kind": "method",
@@ -22875,11 +22969,11 @@
22875
22969
  "text": "void"
22876
22970
  }
22877
22971
  },
22878
- "description": "Filter available options by text value.",
22879
22972
  "inheritedFrom": {
22880
- "name": "Combobox",
22881
- "module": "src/combobox/combobox.ts"
22882
- }
22973
+ "name": "BaseCombobox",
22974
+ "module": "src/combobox/base.combobox.ts"
22975
+ },
22976
+ "description": "Filter available options by text value."
22883
22977
  },
22884
22978
  {
22885
22979
  "kind": "method",
@@ -23126,43 +23220,6 @@
23126
23220
  "module": "src/search-bar/search-bar-combobox.ts"
23127
23221
  }
23128
23222
  },
23129
- {
23130
- "kind": "field",
23131
- "name": "_ourValue",
23132
- "type": {
23133
- "text": "string"
23134
- },
23135
- "privacy": "private",
23136
- "inheritedFrom": {
23137
- "name": "Combobox",
23138
- "module": "src/combobox/combobox.ts"
23139
- }
23140
- },
23141
- {
23142
- "kind": "field",
23143
- "name": "#indicator",
23144
- "privacy": "private",
23145
- "type": {
23146
- "text": "Element"
23147
- },
23148
- "inheritedFrom": {
23149
- "name": "Combobox",
23150
- "module": "src/combobox/combobox.ts"
23151
- }
23152
- },
23153
- {
23154
- "kind": "field",
23155
- "name": "#wasOpenOnEnterDown",
23156
- "privacy": "private",
23157
- "type": {
23158
- "text": "boolean"
23159
- },
23160
- "default": "false",
23161
- "inheritedFrom": {
23162
- "name": "Combobox",
23163
- "module": "src/combobox/combobox.ts"
23164
- }
23165
- },
23166
23223
  {
23167
23224
  "kind": "field",
23168
23225
  "name": "slottedDatasource",
@@ -23226,28 +23283,8 @@
23226
23283
  }
23227
23284
  },
23228
23285
  {
23229
- "kind": "field",
23230
- "name": "caseSensitive",
23231
- "type": {
23232
- "text": "boolean"
23233
- },
23234
- "privacy": "public",
23235
- "default": "false",
23236
- "description": "Controls whether to perform a case-sensitive search in the list of options",
23237
- "inheritedFrom": {
23238
- "name": "Combobox",
23239
- "module": "src/combobox/combobox.ts"
23240
- }
23241
- },
23242
- {
23243
- "kind": "field",
23244
- "name": "ignoreInputClick",
23245
- "type": {
23246
- "text": "boolean"
23247
- },
23248
- "privacy": "public",
23249
- "default": "false",
23250
- "description": "Controls whether to suppress opening the dropdown when the input field is clicked",
23286
+ "kind": "method",
23287
+ "name": "asyncSetFilter",
23251
23288
  "inheritedFrom": {
23252
23289
  "name": "Combobox",
23253
23290
  "module": "src/combobox/combobox.ts"
@@ -23277,8 +23314,73 @@
23277
23314
  }
23278
23315
  ],
23279
23316
  "inheritedFrom": {
23280
- "name": "Combobox",
23281
- "module": "src/combobox/combobox.ts"
23317
+ "name": "BaseCombobox",
23318
+ "module": "src/combobox/base.combobox.ts"
23319
+ }
23320
+ },
23321
+ {
23322
+ "kind": "field",
23323
+ "name": "_ourValue",
23324
+ "type": {
23325
+ "text": "string"
23326
+ },
23327
+ "privacy": "private",
23328
+ "inheritedFrom": {
23329
+ "name": "BaseCombobox",
23330
+ "module": "src/combobox/base.combobox.ts"
23331
+ }
23332
+ },
23333
+ {
23334
+ "kind": "field",
23335
+ "name": "#indicator",
23336
+ "privacy": "private",
23337
+ "type": {
23338
+ "text": "Element"
23339
+ },
23340
+ "inheritedFrom": {
23341
+ "name": "BaseCombobox",
23342
+ "module": "src/combobox/base.combobox.ts"
23343
+ }
23344
+ },
23345
+ {
23346
+ "kind": "field",
23347
+ "name": "#wasOpenOnEnterDown",
23348
+ "privacy": "private",
23349
+ "type": {
23350
+ "text": "boolean"
23351
+ },
23352
+ "default": "false",
23353
+ "inheritedFrom": {
23354
+ "name": "BaseCombobox",
23355
+ "module": "src/combobox/base.combobox.ts"
23356
+ }
23357
+ },
23358
+ {
23359
+ "kind": "field",
23360
+ "name": "caseSensitive",
23361
+ "type": {
23362
+ "text": "boolean"
23363
+ },
23364
+ "privacy": "public",
23365
+ "default": "false",
23366
+ "description": "Controls whether to perform a case-sensitive search in the list of options",
23367
+ "inheritedFrom": {
23368
+ "name": "BaseCombobox",
23369
+ "module": "src/combobox/base.combobox.ts"
23370
+ }
23371
+ },
23372
+ {
23373
+ "kind": "field",
23374
+ "name": "ignoreInputClick",
23375
+ "type": {
23376
+ "text": "boolean"
23377
+ },
23378
+ "privacy": "public",
23379
+ "default": "false",
23380
+ "description": "Controls whether to suppress opening the dropdown when the input field is clicked",
23381
+ "inheritedFrom": {
23382
+ "name": "BaseCombobox",
23383
+ "module": "src/combobox/base.combobox.ts"
23282
23384
  }
23283
23385
  },
23284
23386
  {
@@ -23291,8 +23393,8 @@
23291
23393
  "description": "Gets the HTML element for the indicator button",
23292
23394
  "readonly": true,
23293
23395
  "inheritedFrom": {
23294
- "name": "Combobox",
23295
- "module": "src/combobox/combobox.ts"
23396
+ "name": "BaseCombobox",
23397
+ "module": "src/combobox/base.combobox.ts"
23296
23398
  }
23297
23399
  },
23298
23400
  {
@@ -23310,24 +23412,16 @@
23310
23412
  ],
23311
23413
  "description": "Selects an item in the dropdown based on its text value",
23312
23414
  "inheritedFrom": {
23313
- "name": "Combobox",
23314
- "module": "src/combobox/combobox.ts"
23315
- }
23316
- },
23317
- {
23318
- "kind": "method",
23319
- "name": "asyncSetFilter",
23320
- "inheritedFrom": {
23321
- "name": "Combobox",
23322
- "module": "src/combobox/combobox.ts"
23415
+ "name": "BaseCombobox",
23416
+ "module": "src/combobox/base.combobox.ts"
23323
23417
  }
23324
23418
  },
23325
23419
  {
23326
23420
  "kind": "method",
23327
23421
  "name": "resetCombobox",
23328
23422
  "inheritedFrom": {
23329
- "name": "Combobox",
23330
- "module": "src/combobox/combobox.ts"
23423
+ "name": "BaseCombobox",
23424
+ "module": "src/combobox/base.combobox.ts"
23331
23425
  }
23332
23426
  }
23333
23427
  ],
@@ -25,6 +25,7 @@ export declare const baseComponents: {
25
25
  styles: import("@microsoft/fast-element").ElementStyles;
26
26
  template: import("@microsoft/fast-element").ViewTemplate<import("@genesislcap/foundation-ui").Banner, any>;
27
27
  }, typeof import("./banner").Banner>;
28
+ rapidBaseCombobox: (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>;
28
29
  rapidBreadcrumb: (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>;
29
30
  rapidBreadcrumbItem: (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>>;
30
31
  rapidButton: (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>;
@@ -1 +1 @@
1
- {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA+E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA2EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
1
+ {"version":3,"file":"base-components.d.ts","sourceRoot":"","sources":["../../src/base-components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AA8E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA4EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { Combobox as FoundationBaseComboBox } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * @tagname %%prefix%%-base-combobox
4
+ */
5
+ export declare class BaseCombobox extends FoundationBaseComboBox {
6
+ }
7
+ export declare const rapidBaseCombobox: (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,iBAAiB,4TAM5B,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 rapidBaseComboboxTemplate: (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,yBAAyB,YAC3B,wBAAwB,cACrB,2BAA2B,KACtC,aAAa,YAAY,CAAwD,CAAC"}
@@ -1,4 +1,6 @@
1
- export * from './combobox';
1
+ export * from './base.combobox.template';
2
+ export * from './base.combobox';
2
3
  export * from './combobox.styles';
3
4
  export * from './combobox.template';
5
+ export * from './combobox';
4
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/combobox/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,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"}
@@ -15,7 +15,7 @@ import { rapidCalendar } from './calendar';
15
15
  import { rapidCard } from './card';
16
16
  import { rapidCategorizedMultiselect } from './categorized-multiselect';
17
17
  import { rapidCheckbox } from './checkbox';
18
- import { rapidCombobox } from './combobox';
18
+ import { rapidBaseCombobox, rapidCombobox } from './combobox';
19
19
  import { rapidConnectionIndicator } from './connection-indicator';
20
20
  import { rapidDataGrid } from './data-grid';
21
21
  import { rapidDataGridCell } from './data-grid-cell';
@@ -48,8 +48,7 @@ import { rapidProgress } from './progress';
48
48
  import { rapidProgressRing } from './progress-ring';
49
49
  import { rapidRadio } from './radio';
50
50
  import { rapidRadioGroup } from './radio-group';
51
- import { rapidSearchBar } from './search-bar';
52
- import { rapidSearchBarCombobox } from './search-bar';
51
+ import { rapidSearchBar, rapidSearchBarCombobox } from './search-bar';
53
52
  import { rapidSegmentedControl } from './segmented-control';
54
53
  import { rapidSegmentedItem } from './segmented-item';
55
54
  import { rapidSelect } from './select';
@@ -83,6 +82,7 @@ export const baseComponents = {
83
82
  rapidAvatar,
84
83
  rapidBadge,
85
84
  rapidBanner,
85
+ rapidBaseCombobox,
86
86
  rapidBreadcrumb,
87
87
  rapidBreadcrumbItem,
88
88
  rapidButton,
@@ -0,0 +1,10 @@
1
+ import { Combobox as FoundationBaseComboBox, defaultComboboxConfig, foundationComboboxShadowOptions, } from '@genesislcap/foundation-ui';
2
+ import { rapidBaseComboboxTemplate as template } from './base.combobox.template';
3
+ import { rapidComboboxStyles as styles } from './combobox.styles';
4
+ /**
5
+ * @tagname %%prefix%%-base-combobox
6
+ */
7
+ export class BaseCombobox extends FoundationBaseComboBox {
8
+ }
9
+ export const rapidBaseCombobox = BaseCombobox.compose(Object.assign({ baseName: 'base-combobox', template,
10
+ styles, shadowOptions: foundationComboboxShadowOptions }, defaultComboboxConfig));
@@ -0,0 +1,2 @@
1
+ import { foundationBaseComboboxTemplate } from '@genesislcap/foundation-ui';
2
+ export const rapidBaseComboboxTemplate = (context, definition) => foundationBaseComboboxTemplate(context, definition);
@@ -1,3 +1,5 @@
1
- export * from './combobox';
1
+ export * from './base.combobox.template';
2
+ export * from './base.combobox';
2
3
  export * from './combobox.styles';
3
4
  export * from './combobox.template';
5
+ export * from './combobox';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.208.3",
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",
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
40
- "@genesislcap/genx": "14.208.3",
41
- "@genesislcap/rollup-builder": "14.208.3",
42
- "@genesislcap/ts-builder": "14.208.3",
43
- "@genesislcap/uvu-playwright-builder": "14.208.3",
44
- "@genesislcap/vite-builder": "14.208.3",
45
- "@genesislcap/webpack-builder": "14.208.3",
40
+ "@genesislcap/genx": "14.208.4-alpha-e888e8b.0",
41
+ "@genesislcap/rollup-builder": "14.208.4-alpha-e888e8b.0",
42
+ "@genesislcap/ts-builder": "14.208.4-alpha-e888e8b.0",
43
+ "@genesislcap/uvu-playwright-builder": "14.208.4-alpha-e888e8b.0",
44
+ "@genesislcap/vite-builder": "14.208.4-alpha-e888e8b.0",
45
+ "@genesislcap/webpack-builder": "14.208.4-alpha-e888e8b.0",
46
46
  "@storybook/addon-coverage": "^1.0.1",
47
47
  "@storybook/addon-essentials": "^8.0.0",
48
48
  "@storybook/addon-links": "^8.0.0",
@@ -60,8 +60,8 @@
60
60
  "storybook": "^8.0.0"
61
61
  },
62
62
  "dependencies": {
63
- "@genesislcap/foundation-logger": "14.208.3",
64
- "@genesislcap/foundation-ui": "14.208.3",
63
+ "@genesislcap/foundation-logger": "14.208.4-alpha-e888e8b.0",
64
+ "@genesislcap/foundation-ui": "14.208.4-alpha-e888e8b.0",
65
65
  "@microsoft/fast-colors": "^5.3.1",
66
66
  "@microsoft/fast-components": "^2.30.6",
67
67
  "@microsoft/fast-element": "^1.12.0",
@@ -79,5 +79,5 @@
79
79
  "access": "public"
80
80
  },
81
81
  "customElements": "dist/custom-elements.json",
82
- "gitHead": "9a3b2919d34357d89791809bcf7ac11e4f23b75b"
82
+ "gitHead": "4a0fc967f508f8bdc6f4d9641382975c0c2b4e99"
83
83
  }