@genesislcap/foundation-zero 14.154.3-alpha-7f7d442.0 → 14.155.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.
Files changed (23) hide show
  1. package/dist/custom-elements.json +694 -1
  2. package/dist/dts/base-components.d.ts +11 -0
  3. package/dist/dts/base-components.d.ts.map +1 -1
  4. package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts +20 -0
  5. package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts.map +1 -0
  6. package/dist/dts/categorized-multiselect/categorized-multiselect.stories.d.ts +5 -0
  7. package/dist/dts/categorized-multiselect/categorized-multiselect.stories.d.ts.map +1 -0
  8. package/dist/dts/categorized-multiselect/categorized-multiselect.styles.d.ts +2 -0
  9. package/dist/dts/categorized-multiselect/categorized-multiselect.styles.d.ts.map +1 -0
  10. package/dist/dts/categorized-multiselect/categorized-multiselect.template.d.ts +3 -0
  11. package/dist/dts/categorized-multiselect/categorized-multiselect.template.d.ts.map +1 -0
  12. package/dist/dts/categorized-multiselect/index.d.ts +4 -0
  13. package/dist/dts/categorized-multiselect/index.d.ts.map +1 -0
  14. package/dist/dts/index.d.ts +1 -0
  15. package/dist/dts/index.d.ts.map +1 -1
  16. package/dist/esm/base-components.js +2 -0
  17. package/dist/esm/categorized-multiselect/categorized-multiselect.js +12 -0
  18. package/dist/esm/categorized-multiselect/categorized-multiselect.stories.js +87 -0
  19. package/dist/esm/categorized-multiselect/categorized-multiselect.styles.js +17 -0
  20. package/dist/esm/categorized-multiselect/categorized-multiselect.template.js +5 -0
  21. package/dist/esm/categorized-multiselect/index.js +3 -0
  22. package/dist/esm/index.js +1 -0
  23. 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 zeroBreadcrumbItem,\n zeroBreadcrumb,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDatePicker,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBoundary,\n zeroNotificationListener,\n zeroErrorBanner,\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 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 zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\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}"
15
+ "default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\n zeroBreadcrumbItem,\n zeroBreadcrumb,\n zeroButton,\n zeroCalendar,\n zeroCard,\n zeroCategorizedMultiselect,\n zeroCheckbox,\n zeroCombobox,\n zeroConnectionIndicator,\n zeroDataGrid,\n zeroDesignSystemProvider,\n zeroDialog,\n zeroDatePicker,\n zeroDisclosure,\n zeroDivider,\n zeroDropdownMenu,\n zeroErrorBoundary,\n zeroNotificationListener,\n zeroErrorBanner,\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 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 zeroStepper,\n zeroStepperTab,\n zeroStepperTabPanel,\n zeroSwitch,\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": [
@@ -186,6 +186,14 @@
186
186
  "package": "./card"
187
187
  }
188
188
  },
189
+ {
190
+ "kind": "js",
191
+ "name": "*",
192
+ "declaration": {
193
+ "name": "*",
194
+ "package": "./categorized-multiselect"
195
+ }
196
+ },
189
197
  {
190
198
  "kind": "js",
191
199
  "name": "*",
@@ -7567,6 +7575,691 @@
7567
7575
  }
7568
7576
  ]
7569
7577
  },
7578
+ {
7579
+ "kind": "javascript-module",
7580
+ "path": "src/categorized-multiselect/categorized-multiselect.stories.ts",
7581
+ "declarations": [
7582
+ {
7583
+ "kind": "variable",
7584
+ "name": "meta",
7585
+ "type": {
7586
+ "text": "Meta"
7587
+ },
7588
+ "default": "{\n title: 'Categorized Multiselect',\n component: 'zero-categorized-multiselect',\n}"
7589
+ },
7590
+ {
7591
+ "kind": "variable",
7592
+ "name": "Primary",
7593
+ "type": {
7594
+ "text": "StoryObj"
7595
+ },
7596
+ "default": "{\n render: ({ name, text, countries, search, autoPosition }) => html`\n <div style=\"min-height: 400px;\">\n <zero-categorized-multiselect\n name=\"${name}\"\n .options=\"${countries}\"\n auto-position=\"${autoPosition}\"\n search=\"${search}\"\n >\n ${text}\n </zero-categorized-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Add New Country',\n search: true,\n countries: disabledCountriesExample,\n autoPosition: false,\n },\n}"
7597
+ }
7598
+ ],
7599
+ "exports": [
7600
+ {
7601
+ "kind": "js",
7602
+ "name": "default",
7603
+ "declaration": {
7604
+ "name": "meta",
7605
+ "module": "src/categorized-multiselect/categorized-multiselect.stories.ts"
7606
+ }
7607
+ },
7608
+ {
7609
+ "kind": "js",
7610
+ "name": "Primary",
7611
+ "declaration": {
7612
+ "name": "Primary",
7613
+ "module": "src/categorized-multiselect/categorized-multiselect.stories.ts"
7614
+ }
7615
+ }
7616
+ ]
7617
+ },
7618
+ {
7619
+ "kind": "javascript-module",
7620
+ "path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
7621
+ "declarations": [
7622
+ {
7623
+ "kind": "variable",
7624
+ "name": "categorizedMultiselectStyles",
7625
+ "default": "css`\n ${foundationCategorizedMultiselectStyles}\n\n .label {\n color: var(--neutral-foreground-hint);\n }\n\n .options {\n background: var(--neutral-layer-4);\n }\n\n rapid-checkbox:hover:not([disabled]) {\n background: var(--neutral-layer-4);\n }\n`"
7626
+ }
7627
+ ],
7628
+ "exports": [
7629
+ {
7630
+ "kind": "js",
7631
+ "name": "categorizedMultiselectStyles",
7632
+ "declaration": {
7633
+ "name": "categorizedMultiselectStyles",
7634
+ "module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
7635
+ }
7636
+ }
7637
+ ]
7638
+ },
7639
+ {
7640
+ "kind": "javascript-module",
7641
+ "path": "src/categorized-multiselect/categorized-multiselect.template.ts",
7642
+ "declarations": [
7643
+ {
7644
+ "kind": "variable",
7645
+ "name": "categorizedMultiselectTemplate",
7646
+ "default": "html<CategorizedMultiselect>`\n ${getPrefixedCategorizedMultiselect('zero')}\n`"
7647
+ }
7648
+ ],
7649
+ "exports": [
7650
+ {
7651
+ "kind": "js",
7652
+ "name": "categorizedMultiselectTemplate",
7653
+ "declaration": {
7654
+ "name": "categorizedMultiselectTemplate",
7655
+ "module": "src/categorized-multiselect/categorized-multiselect.template.ts"
7656
+ }
7657
+ }
7658
+ ]
7659
+ },
7660
+ {
7661
+ "kind": "javascript-module",
7662
+ "path": "src/categorized-multiselect/categorized-multiselect.ts",
7663
+ "declarations": [
7664
+ {
7665
+ "kind": "class",
7666
+ "description": "",
7667
+ "name": "CategorizedMultiselect",
7668
+ "superclass": {
7669
+ "name": "FoundationCategorizedMultiselect",
7670
+ "package": "@genesislcap/foundation-ui"
7671
+ },
7672
+ "tagName": "%%prefix%%-categorized-multiselect",
7673
+ "customElement": true,
7674
+ "attributes": [
7675
+ {
7676
+ "name": "name",
7677
+ "type": {
7678
+ "text": "string"
7679
+ },
7680
+ "default": "''",
7681
+ "fieldName": "name",
7682
+ "inheritedFrom": {
7683
+ "name": "CategorizedMultiselect",
7684
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7685
+ }
7686
+ },
7687
+ {
7688
+ "name": "auto-position",
7689
+ "type": {
7690
+ "text": "boolean"
7691
+ },
7692
+ "default": "true",
7693
+ "fieldName": "autoPosition",
7694
+ "inheritedFrom": {
7695
+ "name": "CategorizedMultiselect",
7696
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7697
+ }
7698
+ },
7699
+ {
7700
+ "type": {
7701
+ "text": "boolean"
7702
+ },
7703
+ "default": "true",
7704
+ "fieldName": "search",
7705
+ "inheritedFrom": {
7706
+ "name": "CategorizedMultiselect",
7707
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7708
+ }
7709
+ }
7710
+ ],
7711
+ "members": [
7712
+ {
7713
+ "kind": "field",
7714
+ "name": "name",
7715
+ "type": {
7716
+ "text": "string"
7717
+ },
7718
+ "default": "''",
7719
+ "inheritedFrom": {
7720
+ "name": "CategorizedMultiselect",
7721
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7722
+ }
7723
+ },
7724
+ {
7725
+ "kind": "field",
7726
+ "name": "autoPosition",
7727
+ "type": {
7728
+ "text": "boolean"
7729
+ },
7730
+ "default": "true",
7731
+ "inheritedFrom": {
7732
+ "name": "CategorizedMultiselect",
7733
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7734
+ }
7735
+ },
7736
+ {
7737
+ "kind": "field",
7738
+ "name": "search",
7739
+ "type": {
7740
+ "text": "boolean"
7741
+ },
7742
+ "default": "true",
7743
+ "inheritedFrom": {
7744
+ "name": "CategorizedMultiselect",
7745
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7746
+ }
7747
+ },
7748
+ {
7749
+ "kind": "field",
7750
+ "name": "disabled",
7751
+ "type": {
7752
+ "text": "boolean"
7753
+ },
7754
+ "default": "false",
7755
+ "inheritedFrom": {
7756
+ "name": "CategorizedMultiselect",
7757
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7758
+ }
7759
+ },
7760
+ {
7761
+ "kind": "field",
7762
+ "name": "defaultSlottedNodes",
7763
+ "type": {
7764
+ "text": "Node[]"
7765
+ },
7766
+ "inheritedFrom": {
7767
+ "name": "CategorizedMultiselect",
7768
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7769
+ }
7770
+ },
7771
+ {
7772
+ "kind": "field",
7773
+ "name": "valueFormatter",
7774
+ "inheritedFrom": {
7775
+ "name": "CategorizedMultiselect",
7776
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7777
+ }
7778
+ },
7779
+ {
7780
+ "kind": "field",
7781
+ "name": "filterSearchValue",
7782
+ "type": {
7783
+ "text": "string"
7784
+ },
7785
+ "inheritedFrom": {
7786
+ "name": "CategorizedMultiselect",
7787
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7788
+ }
7789
+ },
7790
+ {
7791
+ "kind": "field",
7792
+ "name": "clickOutside",
7793
+ "privacy": "private",
7794
+ "inheritedFrom": {
7795
+ "name": "CategorizedMultiselect",
7796
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7797
+ }
7798
+ },
7799
+ {
7800
+ "kind": "field",
7801
+ "name": "open",
7802
+ "type": {
7803
+ "text": "boolean"
7804
+ },
7805
+ "default": "false",
7806
+ "inheritedFrom": {
7807
+ "name": "CategorizedMultiselect",
7808
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7809
+ }
7810
+ },
7811
+ {
7812
+ "kind": "method",
7813
+ "name": "openChanged",
7814
+ "parameters": [
7815
+ {
7816
+ "name": "previous",
7817
+ "type": {
7818
+ "text": "boolean"
7819
+ }
7820
+ },
7821
+ {
7822
+ "name": "open",
7823
+ "type": {
7824
+ "text": "boolean"
7825
+ }
7826
+ }
7827
+ ],
7828
+ "inheritedFrom": {
7829
+ "name": "CategorizedMultiselect",
7830
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7831
+ }
7832
+ },
7833
+ {
7834
+ "kind": "field",
7835
+ "name": "options",
7836
+ "type": {
7837
+ "text": "CategorizedMultiselectOption[]"
7838
+ },
7839
+ "default": "[]",
7840
+ "inheritedFrom": {
7841
+ "name": "CategorizedMultiselect",
7842
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7843
+ }
7844
+ },
7845
+ {
7846
+ "kind": "field",
7847
+ "name": "selectedOptions",
7848
+ "type": {
7849
+ "text": "string[]"
7850
+ },
7851
+ "default": "[]",
7852
+ "inheritedFrom": {
7853
+ "name": "CategorizedMultiselect",
7854
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7855
+ }
7856
+ },
7857
+ {
7858
+ "kind": "field",
7859
+ "name": "filteredAvailableOptions",
7860
+ "type": {
7861
+ "text": "CategorizedMultiselectFilteredOption[]"
7862
+ },
7863
+ "inheritedFrom": {
7864
+ "name": "CategorizedMultiselect",
7865
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7866
+ }
7867
+ },
7868
+ {
7869
+ "kind": "field",
7870
+ "name": "position",
7871
+ "type": {
7872
+ "text": "Position"
7873
+ },
7874
+ "description": "Controls the positioning of the multiselect dropdown. Accepts the following values:\n- Position.ABOVE: Forces the dropdown to always open above the input field.\n- Position.BELOW: Forces the dropdown to always open below the input field.",
7875
+ "inheritedFrom": {
7876
+ "name": "CategorizedMultiselect",
7877
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7878
+ }
7879
+ },
7880
+ {
7881
+ "kind": "field",
7882
+ "name": "optionsElement",
7883
+ "type": {
7884
+ "text": "HTMLElement"
7885
+ },
7886
+ "inheritedFrom": {
7887
+ "name": "CategorizedMultiselect",
7888
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7889
+ }
7890
+ },
7891
+ {
7892
+ "kind": "method",
7893
+ "name": "toggle",
7894
+ "inheritedFrom": {
7895
+ "name": "CategorizedMultiselect",
7896
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7897
+ }
7898
+ },
7899
+ {
7900
+ "kind": "method",
7901
+ "name": "sortFilteredOptions",
7902
+ "parameters": [
7903
+ {
7904
+ "name": "options",
7905
+ "optional": true,
7906
+ "type": {
7907
+ "text": "CategorizedMultiselectOption[]"
7908
+ }
7909
+ }
7910
+ ],
7911
+ "inheritedFrom": {
7912
+ "name": "CategorizedMultiselect",
7913
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7914
+ }
7915
+ },
7916
+ {
7917
+ "kind": "method",
7918
+ "name": "optionsChanged",
7919
+ "inheritedFrom": {
7920
+ "name": "CategorizedMultiselect",
7921
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7922
+ }
7923
+ },
7924
+ {
7925
+ "kind": "method",
7926
+ "name": "setDropdownPosition",
7927
+ "privacy": "private",
7928
+ "description": "Sets the dropdown position based on the current configuration.",
7929
+ "inheritedFrom": {
7930
+ "name": "CategorizedMultiselect",
7931
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7932
+ }
7933
+ },
7934
+ {
7935
+ "kind": "method",
7936
+ "name": "optionGetter",
7937
+ "parameters": [
7938
+ {
7939
+ "name": "option",
7940
+ "type": {
7941
+ "text": "CategorizedMultiselectOption"
7942
+ }
7943
+ }
7944
+ ],
7945
+ "inheritedFrom": {
7946
+ "name": "CategorizedMultiselect",
7947
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7948
+ }
7949
+ },
7950
+ {
7951
+ "kind": "method",
7952
+ "name": "getItemLabel",
7953
+ "parameters": [
7954
+ {
7955
+ "name": "option",
7956
+ "type": {
7957
+ "text": "CategorizedMultiselectOption"
7958
+ }
7959
+ }
7960
+ ],
7961
+ "inheritedFrom": {
7962
+ "name": "CategorizedMultiselect",
7963
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7964
+ }
7965
+ },
7966
+ {
7967
+ "kind": "method",
7968
+ "name": "isOptionDisabled",
7969
+ "parameters": [
7970
+ {
7971
+ "name": "option",
7972
+ "type": {
7973
+ "text": "CategorizedMultiselectOption"
7974
+ }
7975
+ }
7976
+ ],
7977
+ "inheritedFrom": {
7978
+ "name": "CategorizedMultiselect",
7979
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7980
+ }
7981
+ },
7982
+ {
7983
+ "kind": "field",
7984
+ "name": "getPlaceholder",
7985
+ "readonly": true,
7986
+ "inheritedFrom": {
7987
+ "name": "CategorizedMultiselect",
7988
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
7989
+ }
7990
+ },
7991
+ {
7992
+ "kind": "method",
7993
+ "name": "isOptionSelected",
7994
+ "return": {
7995
+ "type": {
7996
+ "text": "boolean"
7997
+ }
7998
+ },
7999
+ "parameters": [
8000
+ {
8001
+ "name": "normalizedOption",
8002
+ "type": {
8003
+ "text": "CategorizedMultiselectOption"
8004
+ }
8005
+ }
8006
+ ],
8007
+ "inheritedFrom": {
8008
+ "name": "CategorizedMultiselect",
8009
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8010
+ }
8011
+ },
8012
+ {
8013
+ "kind": "method",
8014
+ "name": "selectCheckboxOne",
8015
+ "parameters": [
8016
+ {
8017
+ "name": "normalizedOption",
8018
+ "type": {
8019
+ "text": "CategorizedMultiselectOption"
8020
+ }
8021
+ }
8022
+ ],
8023
+ "inheritedFrom": {
8024
+ "name": "CategorizedMultiselect",
8025
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8026
+ }
8027
+ },
8028
+ {
8029
+ "kind": "method",
8030
+ "name": "setFilter",
8031
+ "inheritedFrom": {
8032
+ "name": "CategorizedMultiselect",
8033
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8034
+ }
8035
+ },
8036
+ {
8037
+ "kind": "method",
8038
+ "name": "changeHandler",
8039
+ "parameters": [
8040
+ {
8041
+ "name": "event",
8042
+ "type": {
8043
+ "text": "Event"
8044
+ }
8045
+ }
8046
+ ],
8047
+ "inheritedFrom": {
8048
+ "name": "CategorizedMultiselect",
8049
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8050
+ }
8051
+ },
8052
+ {
8053
+ "kind": "method",
8054
+ "name": "handleClickOutside",
8055
+ "privacy": "private",
8056
+ "parameters": [
8057
+ {
8058
+ "name": "event",
8059
+ "type": {
8060
+ "text": "MouseEvent"
8061
+ }
8062
+ }
8063
+ ],
8064
+ "inheritedFrom": {
8065
+ "name": "CategorizedMultiselect",
8066
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8067
+ }
8068
+ },
8069
+ {
8070
+ "kind": "field",
8071
+ "name": "_presentation",
8072
+ "type": {
8073
+ "text": "ComponentPresentation | null | undefined"
8074
+ },
8075
+ "privacy": "private",
8076
+ "default": "void 0",
8077
+ "inheritedFrom": {
8078
+ "name": "FoundationElement",
8079
+ "module": "src/foundation-element/foundation-element.ts"
8080
+ }
8081
+ },
8082
+ {
8083
+ "kind": "field",
8084
+ "name": "$presentation",
8085
+ "type": {
8086
+ "text": "ComponentPresentation | null"
8087
+ },
8088
+ "privacy": "public",
8089
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
8090
+ "inheritedFrom": {
8091
+ "name": "FoundationElement",
8092
+ "module": "src/foundation-element/foundation-element.ts"
8093
+ }
8094
+ },
8095
+ {
8096
+ "kind": "field",
8097
+ "name": "template",
8098
+ "type": {
8099
+ "text": "ElementViewTemplate | void | null"
8100
+ },
8101
+ "privacy": "public",
8102
+ "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.",
8103
+ "inheritedFrom": {
8104
+ "name": "FoundationElement",
8105
+ "module": "src/foundation-element/foundation-element.ts"
8106
+ }
8107
+ },
8108
+ {
8109
+ "kind": "method",
8110
+ "name": "templateChanged",
8111
+ "privacy": "protected",
8112
+ "return": {
8113
+ "type": {
8114
+ "text": "void"
8115
+ }
8116
+ },
8117
+ "inheritedFrom": {
8118
+ "name": "FoundationElement",
8119
+ "module": "src/foundation-element/foundation-element.ts"
8120
+ }
8121
+ },
8122
+ {
8123
+ "kind": "field",
8124
+ "name": "styles",
8125
+ "type": {
8126
+ "text": "ElementStyles | void | null"
8127
+ },
8128
+ "privacy": "public",
8129
+ "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.",
8130
+ "inheritedFrom": {
8131
+ "name": "FoundationElement",
8132
+ "module": "src/foundation-element/foundation-element.ts"
8133
+ }
8134
+ },
8135
+ {
8136
+ "kind": "method",
8137
+ "name": "stylesChanged",
8138
+ "privacy": "protected",
8139
+ "return": {
8140
+ "type": {
8141
+ "text": "void"
8142
+ }
8143
+ },
8144
+ "inheritedFrom": {
8145
+ "name": "FoundationElement",
8146
+ "module": "src/foundation-element/foundation-element.ts"
8147
+ }
8148
+ },
8149
+ {
8150
+ "kind": "method",
8151
+ "name": "compose",
8152
+ "privacy": "public",
8153
+ "static": true,
8154
+ "return": {
8155
+ "type": {
8156
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8157
+ }
8158
+ },
8159
+ "parameters": [
8160
+ {
8161
+ "name": "this",
8162
+ "type": {
8163
+ "text": "K"
8164
+ }
8165
+ },
8166
+ {
8167
+ "name": "elementDefinition",
8168
+ "type": {
8169
+ "text": "T"
8170
+ },
8171
+ "description": "The definition of the element to create the registry\nfunction for."
8172
+ }
8173
+ ],
8174
+ "description": "Defines an element registry function with a set of element definition defaults.",
8175
+ "inheritedFrom": {
8176
+ "name": "FoundationElement",
8177
+ "module": "src/foundation-element/foundation-element.ts"
8178
+ }
8179
+ }
8180
+ ]
8181
+ },
8182
+ {
8183
+ "kind": "variable",
8184
+ "name": "defaultCategorizedMultiselectConfig",
8185
+ "default": "foundationCategorizedMultiselectConfig"
8186
+ },
8187
+ {
8188
+ "kind": "variable",
8189
+ "name": "zeroCategorizedMultiselectShadowOptions",
8190
+ "default": "foundationCategorizedMultiselectShadowOptions"
8191
+ },
8192
+ {
8193
+ "kind": "variable",
8194
+ "name": "zeroCategorizedMultiselect"
8195
+ }
8196
+ ],
8197
+ "exports": [
8198
+ {
8199
+ "kind": "js",
8200
+ "name": "CategorizedMultiselect",
8201
+ "declaration": {
8202
+ "name": "CategorizedMultiselect",
8203
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8204
+ }
8205
+ },
8206
+ {
8207
+ "kind": "js",
8208
+ "name": "defaultCategorizedMultiselectConfig",
8209
+ "declaration": {
8210
+ "name": "defaultCategorizedMultiselectConfig",
8211
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8212
+ }
8213
+ },
8214
+ {
8215
+ "kind": "js",
8216
+ "name": "zeroCategorizedMultiselectShadowOptions",
8217
+ "declaration": {
8218
+ "name": "zeroCategorizedMultiselectShadowOptions",
8219
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8220
+ }
8221
+ },
8222
+ {
8223
+ "kind": "js",
8224
+ "name": "zeroCategorizedMultiselect",
8225
+ "declaration": {
8226
+ "name": "zeroCategorizedMultiselect",
8227
+ "module": "src/categorized-multiselect/categorized-multiselect.ts"
8228
+ }
8229
+ }
8230
+ ]
8231
+ },
8232
+ {
8233
+ "kind": "javascript-module",
8234
+ "path": "src/categorized-multiselect/index.ts",
8235
+ "declarations": [],
8236
+ "exports": [
8237
+ {
8238
+ "kind": "js",
8239
+ "name": "*",
8240
+ "declaration": {
8241
+ "name": "*",
8242
+ "package": "./categorized-multiselect"
8243
+ }
8244
+ },
8245
+ {
8246
+ "kind": "js",
8247
+ "name": "*",
8248
+ "declaration": {
8249
+ "name": "*",
8250
+ "package": "./categorized-multiselect.styles"
8251
+ }
8252
+ },
8253
+ {
8254
+ "kind": "js",
8255
+ "name": "*",
8256
+ "declaration": {
8257
+ "name": "*",
8258
+ "package": "./categorized-multiselect.template"
8259
+ }
8260
+ }
8261
+ ]
8262
+ },
7570
8263
  {
7571
8264
  "kind": "javascript-module",
7572
8265
  "path": "src/checkbox/checkbox.stories.ts",
@@ -23,6 +23,17 @@ export declare const baseComponents: {
23
23
  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
24
  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
25
  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>;
26
+ zeroCategorizedMultiselect: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
27
+ baseName: string;
28
+ template: import("@microsoft/fast-element").ViewTemplate<import("./categorized-multiselect").CategorizedMultiselect, any>;
29
+ styles: import("@microsoft/fast-element").ElementStyles;
30
+ shadowOptions: ShadowRootInit;
31
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
32
+ baseName: string;
33
+ template: import("@microsoft/fast-element").ViewTemplate<import("./categorized-multiselect").CategorizedMultiselect, any>;
34
+ styles: import("@microsoft/fast-element").ElementStyles;
35
+ shadowOptions: ShadowRootInit;
36
+ }, typeof import("./categorized-multiselect").CategorizedMultiselect>;
26
37
  zeroCheckbox: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").CheckboxOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").CheckboxOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
27
38
  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>;
28
39
  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>;
@@ -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;AA0E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAyEJ,SAAS,WAAW,GAAG,EAAE;CAe/C,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;AA2E5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBA0EJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { CategorizedMultiselect as FoundationCategorizedMultiselect } from '@genesislcap/foundation-ui';
2
+ /**
3
+ * @tagname %%prefix%%-categorized-multiselect
4
+ */
5
+ export declare class CategorizedMultiselect extends FoundationCategorizedMultiselect {
6
+ }
7
+ export declare const defaultCategorizedMultiselectConfig: {};
8
+ export declare const zeroCategorizedMultiselectShadowOptions: ShadowRootInit;
9
+ export declare const zeroCategorizedMultiselect: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<{
10
+ baseName: string;
11
+ template: import("@microsoft/fast-element").ViewTemplate<CategorizedMultiselect, any>;
12
+ styles: import("@microsoft/fast-element").ElementStyles;
13
+ shadowOptions: ShadowRootInit;
14
+ }>) => import("@microsoft/fast-foundation").FoundationElementRegistry<{
15
+ baseName: string;
16
+ template: import("@microsoft/fast-element").ViewTemplate<CategorizedMultiselect, any>;
17
+ styles: import("@microsoft/fast-element").ElementStyles;
18
+ shadowOptions: ShadowRootInit;
19
+ }, typeof CategorizedMultiselect>;
20
+ //# sourceMappingURL=categorized-multiselect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categorized-multiselect.d.ts","sourceRoot":"","sources":["../../../src/categorized-multiselect/categorized-multiselect.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,sBAAsB,IAAI,gCAAgC,EAG3D,MAAM,4BAA4B,CAAC;AAIpC;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,gCAAgC;CAAG;AAE/E,eAAO,MAAM,mCAAmC,IAAyC,CAAC;AAE1F,eAAO,MAAM,uCAAuC,gBACL,CAAC;AAEhD,eAAO,MAAM,0BAA0B;;;;;;;;;;iCAMrC,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { Meta, StoryObj } from '@storybook/web-components';
2
+ declare const meta: Meta;
3
+ export default meta;
4
+ export declare const Primary: StoryObj;
5
+ //# sourceMappingURL=categorized-multiselect.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categorized-multiselect.stories.d.ts","sourceRoot":"","sources":["../../../src/categorized-multiselect/categorized-multiselect.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AAGhE,QAAA,MAAM,IAAI,EAAE,IAGX,CAAC;AACF,eAAe,IAAI,CAAC;AA+DpB,eAAO,MAAM,OAAO,EAAE,QAoBrB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const categorizedMultiselectStyles: import("@microsoft/fast-element").ElementStyles;
2
+ //# sourceMappingURL=categorized-multiselect.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categorized-multiselect.styles.d.ts","sourceRoot":"","sources":["../../../src/categorized-multiselect/categorized-multiselect.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,4BAA4B,iDAcxC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { CategorizedMultiselect } from './categorized-multiselect';
2
+ export declare const categorizedMultiselectTemplate: import("@microsoft/fast-element").ViewTemplate<CategorizedMultiselect, any>;
3
+ //# sourceMappingURL=categorized-multiselect.template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"categorized-multiselect.template.d.ts","sourceRoot":"","sources":["../../../src/categorized-multiselect/categorized-multiselect.template.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,eAAO,MAAM,8BAA8B,6EAE1C,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './categorized-multiselect';
2
+ export * from './categorized-multiselect.styles';
3
+ export * from './categorized-multiselect.template';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/categorized-multiselect/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC"}
@@ -17,6 +17,7 @@ export * from './breadcrumb';
17
17
  export * from './button';
18
18
  export * from './calendar';
19
19
  export * from './card';
20
+ export * from './categorized-multiselect';
20
21
  export * from './checkbox';
21
22
  export * from './combobox';
22
23
  export * from './data-grid';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC;AAE/C,eAAO,MAAM,wBAAwB,yDAAuD,CAAC;AAE7F,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,0BAA0B,CAAC;AACzC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC"}
@@ -12,6 +12,7 @@ import { zeroBreadcrumbItem } from './breadcrumb-item';
12
12
  import { zeroButton } from './button';
13
13
  import { zeroCalendar } from './calendar';
14
14
  import { zeroCard } from './card';
15
+ import { zeroCategorizedMultiselect } from './categorized-multiselect';
15
16
  import { zeroCheckbox } from './checkbox';
16
17
  import { zeroCombobox } from './combobox';
17
18
  import { zeroConnectionIndicator } from './connection-indicator';
@@ -85,6 +86,7 @@ export const baseComponents = {
85
86
  zeroButton,
86
87
  zeroCalendar,
87
88
  zeroCard,
89
+ zeroCategorizedMultiselect,
88
90
  zeroCheckbox,
89
91
  zeroCombobox,
90
92
  zeroConnectionIndicator,
@@ -0,0 +1,12 @@
1
+ import { CategorizedMultiselect as FoundationCategorizedMultiselect, defaultCategorizedMultiselectConfig as foundationCategorizedMultiselectConfig, foundationCategorizedMultiselectShadowOptions, } from '@genesislcap/foundation-ui';
2
+ import { categorizedMultiselectStyles as styles } from './categorized-multiselect.styles';
3
+ import { categorizedMultiselectTemplate as template } from './categorized-multiselect.template';
4
+ /**
5
+ * @tagname %%prefix%%-categorized-multiselect
6
+ */
7
+ export class CategorizedMultiselect extends FoundationCategorizedMultiselect {
8
+ }
9
+ export const defaultCategorizedMultiselectConfig = foundationCategorizedMultiselectConfig;
10
+ export const zeroCategorizedMultiselectShadowOptions = foundationCategorizedMultiselectShadowOptions;
11
+ export const zeroCategorizedMultiselect = CategorizedMultiselect.compose(Object.assign({ baseName: 'categorized-multiselect', template,
12
+ styles, shadowOptions: zeroCategorizedMultiselectShadowOptions }, defaultCategorizedMultiselectConfig));
@@ -0,0 +1,87 @@
1
+ import { html } from 'lit-html';
2
+ const meta = {
3
+ title: 'Categorized Multiselect',
4
+ component: 'zero-categorized-multiselect',
5
+ };
6
+ export default meta;
7
+ const disabledCountriesExample = [
8
+ {
9
+ type: 'Test Type 1',
10
+ value: 'AFG',
11
+ label: 'Afghanistan',
12
+ disabled: false,
13
+ },
14
+ {
15
+ type: 'Test Type 1',
16
+ value: 'ALA',
17
+ label: 'Aland Islands',
18
+ },
19
+ {
20
+ type: 'Test Type 2',
21
+ value: 'ALB',
22
+ label: 'Albania',
23
+ disabled: false,
24
+ },
25
+ {
26
+ type: 'Test Type 1',
27
+ value: 'ALG',
28
+ label: 'Algeria',
29
+ disabled: false,
30
+ },
31
+ {
32
+ type: 'Test Type 3',
33
+ value: 'AND',
34
+ label: 'Andorra',
35
+ disabled: true,
36
+ },
37
+ {
38
+ type: 'Test Type 2',
39
+ value: 'ARG',
40
+ label: 'Argentina',
41
+ disabled: true,
42
+ },
43
+ {
44
+ type: 'Test Type 3',
45
+ value: 'ARM',
46
+ label: 'Armenia',
47
+ disabled: false,
48
+ },
49
+ {
50
+ type: 'Test Type 1',
51
+ value: 'AUS',
52
+ label: 'Australia',
53
+ disabled: false,
54
+ },
55
+ {
56
+ type: 'Test Type 1',
57
+ value: 'AUT',
58
+ label: 'Austria',
59
+ disabled: true,
60
+ },
61
+ {
62
+ value: 'AZE',
63
+ label: 'Azerbaijan',
64
+ disabled: false,
65
+ },
66
+ ];
67
+ export const Primary = {
68
+ render: ({ name, text, countries, search, autoPosition }) => html `
69
+ <div style="min-height: 400px;">
70
+ <zero-categorized-multiselect
71
+ name="${name}"
72
+ .options="${countries}"
73
+ auto-position="${autoPosition}"
74
+ search="${search}"
75
+ >
76
+ ${text}
77
+ </zero-categorized-multiselect>
78
+ </div>
79
+ `,
80
+ args: {
81
+ name: 'Countries',
82
+ text: 'Add New Country',
83
+ search: true,
84
+ countries: disabledCountriesExample,
85
+ autoPosition: false,
86
+ },
87
+ };
@@ -0,0 +1,17 @@
1
+ import { categorizedMultiselectStyles as foundationCategorizedMultiselectStyles } from '@genesislcap/foundation-ui';
2
+ import { css } from '@microsoft/fast-element';
3
+ export const categorizedMultiselectStyles = css `
4
+ ${foundationCategorizedMultiselectStyles}
5
+
6
+ .label {
7
+ color: var(--neutral-foreground-hint);
8
+ }
9
+
10
+ .options {
11
+ background: var(--neutral-layer-4);
12
+ }
13
+
14
+ rapid-checkbox:hover:not([disabled]) {
15
+ background: var(--neutral-layer-4);
16
+ }
17
+ `;
@@ -0,0 +1,5 @@
1
+ import { getPrefixedCategorizedMultiselect } from '@genesislcap/foundation-ui';
2
+ import { html } from '@microsoft/fast-element';
3
+ export const categorizedMultiselectTemplate = html `
4
+ ${getPrefixedCategorizedMultiselect('zero')}
5
+ `;
@@ -0,0 +1,3 @@
1
+ export * from './categorized-multiselect';
2
+ export * from './categorized-multiselect.styles';
3
+ export * from './categorized-multiselect.template';
package/dist/esm/index.js CHANGED
@@ -17,6 +17,7 @@ export * from './breadcrumb';
17
17
  export * from './button';
18
18
  export * from './calendar';
19
19
  export * from './card';
20
+ export * from './categorized-multiselect';
20
21
  export * from './checkbox';
21
22
  export * from './combobox';
22
23
  export * from './data-grid';
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.154.3-alpha-7f7d442.0",
4
+ "version": "14.155.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,12 +67,12 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.154.3-alpha-7f7d442.0",
71
- "@genesislcap/rollup-builder": "14.154.3-alpha-7f7d442.0",
72
- "@genesislcap/ts-builder": "14.154.3-alpha-7f7d442.0",
73
- "@genesislcap/uvu-playwright-builder": "14.154.3-alpha-7f7d442.0",
74
- "@genesislcap/vite-builder": "14.154.3-alpha-7f7d442.0",
75
- "@genesislcap/webpack-builder": "14.154.3-alpha-7f7d442.0",
70
+ "@genesislcap/genx": "14.155.0",
71
+ "@genesislcap/rollup-builder": "14.155.0",
72
+ "@genesislcap/ts-builder": "14.155.0",
73
+ "@genesislcap/uvu-playwright-builder": "14.155.0",
74
+ "@genesislcap/vite-builder": "14.155.0",
75
+ "@genesislcap/webpack-builder": "14.155.0",
76
76
  "@storybook/addon-coverage": "^1.0.0",
77
77
  "@storybook/addon-essentials": "^7.6.7",
78
78
  "@storybook/addon-links": "^7.6.7",
@@ -89,10 +89,10 @@
89
89
  "storybook": "^7.6.7"
90
90
  },
91
91
  "dependencies": {
92
- "@genesislcap/foundation-comms": "14.154.3-alpha-7f7d442.0",
93
- "@genesislcap/foundation-logger": "14.154.3-alpha-7f7d442.0",
94
- "@genesislcap/foundation-ui": "14.154.3-alpha-7f7d442.0",
95
- "@genesislcap/foundation-utils": "14.154.3-alpha-7f7d442.0",
92
+ "@genesislcap/foundation-comms": "14.155.0",
93
+ "@genesislcap/foundation-logger": "14.155.0",
94
+ "@genesislcap/foundation-ui": "14.155.0",
95
+ "@genesislcap/foundation-utils": "14.155.0",
96
96
  "@microsoft/fast-colors": "^5.3.1",
97
97
  "@microsoft/fast-components": "^2.30.6",
98
98
  "@microsoft/fast-element": "^1.12.0",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "59fbb6e751367a05a5c025a82991366529d7b0f9"
112
+ "gitHead": "051ab554a15f58f0ccfd99f8dceb7d49f8491cd0"
113
113
  }