@genesislcap/foundation-zero 14.252.1-alpha-ea46342.0 → 14.254.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 zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\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 zeroDraggableModal,\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}"
15
+ "default": "{\n zeroAccordion,\n zeroAccordionItem,\n zeroActionsMenu,\n zeroAnchor,\n zeroAnchoredRegion,\n zeroAvatar,\n zeroBadge,\n zeroBanner,\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": [
@@ -252,14 +252,6 @@
252
252
  "package": "./divider"
253
253
  }
254
254
  },
255
- {
256
- "kind": "js",
257
- "name": "*",
258
- "declaration": {
259
- "name": "*",
260
- "package": "./draggable-modal"
261
- }
262
- },
263
255
  {
264
256
  "kind": "js",
265
257
  "name": "*",
@@ -11927,269 +11919,223 @@
11927
11919
  },
11928
11920
  {
11929
11921
  "kind": "javascript-module",
11930
- "path": "src/draggable-modal/draggable-modal.styles.ts",
11922
+ "path": "src/dropdown-menu/dropdown-menu.styles.ts",
11931
11923
  "declarations": [
11932
11924
  {
11933
- "kind": "variable",
11934
- "name": "zeroDraggableModalStyles",
11935
- "default": "css`\n ${zeroModalStyles}\n\n dialog .top {\n cursor: move;\n }\n`"
11925
+ "kind": "function",
11926
+ "name": "zeroDropdownMenuStyles",
11927
+ "return": {
11928
+ "type": {
11929
+ "text": "ElementStyles"
11930
+ }
11931
+ },
11932
+ "parameters": [
11933
+ {
11934
+ "name": "context",
11935
+ "type": {
11936
+ "text": "ElementDefinitionContext"
11937
+ }
11938
+ },
11939
+ {
11940
+ "name": "definition",
11941
+ "type": {
11942
+ "text": "FoundationElementDefinition"
11943
+ }
11944
+ }
11945
+ ]
11936
11946
  }
11937
11947
  ],
11938
11948
  "exports": [
11939
11949
  {
11940
11950
  "kind": "js",
11941
- "name": "zeroDraggableModalStyles",
11951
+ "name": "zeroDropdownMenuStyles",
11942
11952
  "declaration": {
11943
- "name": "zeroDraggableModalStyles",
11944
- "module": "src/draggable-modal/draggable-modal.styles.ts"
11953
+ "name": "zeroDropdownMenuStyles",
11954
+ "module": "src/dropdown-menu/dropdown-menu.styles.ts"
11945
11955
  }
11946
11956
  }
11947
11957
  ]
11948
11958
  },
11949
11959
  {
11950
11960
  "kind": "javascript-module",
11951
- "path": "src/draggable-modal/draggable-modal.ts",
11961
+ "path": "src/dropdown-menu/dropdown-menu.ts",
11952
11962
  "declarations": [
11953
- {
11954
- "kind": "variable",
11955
- "name": "defaultDraggableModalConfig",
11956
- "default": "foundationConfig"
11957
- },
11958
- {
11959
- "kind": "variable",
11960
- "name": "zeroDraggableModalTemplate",
11961
- "default": "foundationDraggableModalTemplate"
11962
- },
11963
- {
11964
- "kind": "variable",
11965
- "name": "zeroDraggableModalShadowOptions",
11966
- "default": "foundationDraggableModalShadowOptions"
11967
- },
11968
11963
  {
11969
11964
  "kind": "class",
11970
11965
  "description": "",
11971
- "name": "DraggableModal",
11966
+ "name": "DropdownMenu",
11972
11967
  "superclass": {
11973
- "name": "FoundationDraggableModal",
11968
+ "name": "FoundationDropdownMenu",
11974
11969
  "package": "@genesislcap/foundation-ui"
11975
11970
  },
11976
- "tagName": "%%prefix%%-draggable-modal",
11971
+ "tagName": "%%prefix%%-dropdown-menu",
11977
11972
  "customElement": true,
11978
11973
  "attributes": [
11979
11974
  {
11980
- "name": "type",
11975
+ "name": "auto-close",
11981
11976
  "type": {
11982
- "text": "DialogType"
11977
+ "text": "boolean"
11983
11978
  },
11984
- "default": "'default'",
11985
- "fieldName": "type",
11979
+ "default": "true",
11980
+ "fieldName": "autoClose",
11986
11981
  "inheritedFrom": {
11987
- "name": "DialogElement",
11988
- "module": "src/dialog/dialog.ts"
11982
+ "name": "DropdownMenu",
11983
+ "module": "src/dropdown-menu/dropdown-menu.ts"
11989
11984
  }
11990
11985
  },
11991
11986
  {
11992
- "name": "position",
11987
+ "name": "disable-button",
11993
11988
  "type": {
11994
- "text": "DialogPosition"
11989
+ "text": "boolean"
11995
11990
  },
11996
- "default": "'center'",
11997
- "fieldName": "position",
11991
+ "default": "false",
11992
+ "fieldName": "disabled",
11998
11993
  "inheritedFrom": {
11999
- "name": "DialogElement",
12000
- "module": "src/dialog/dialog.ts"
11994
+ "name": "DropdownMenu",
11995
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12001
11996
  }
12002
11997
  },
12003
11998
  {
12004
- "name": "show-close-icon",
11999
+ "name": "name",
12005
12000
  "type": {
12006
- "text": "boolean"
12001
+ "text": "string"
12007
12002
  },
12008
- "default": "true",
12009
- "description": "Whether or not to show the close icon",
12010
- "fieldName": "showCloseIcon",
12003
+ "default": "'Dropdown Menu'",
12004
+ "fieldName": "name",
12011
12005
  "inheritedFrom": {
12012
- "name": "DialogElement",
12013
- "module": "src/dialog/dialog.ts"
12006
+ "name": "DropdownMenu",
12007
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12014
12008
  }
12015
- }
12016
- ],
12017
- "members": [
12009
+ },
12018
12010
  {
12019
- "kind": "field",
12020
- "name": "isDragging",
12011
+ "name": "open",
12021
12012
  "type": {
12022
12013
  "text": "boolean"
12023
12014
  },
12024
- "privacy": "public",
12025
12015
  "default": "false",
12016
+ "fieldName": "open",
12026
12017
  "inheritedFrom": {
12027
- "name": "DraggableModal",
12028
- "module": "src/draggable-modal/draggable-modal.ts"
12018
+ "name": "DropdownMenu",
12019
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12029
12020
  }
12030
12021
  },
12031
12022
  {
12032
- "kind": "field",
12033
- "name": "offsetX",
12023
+ "name": "buttonAppearance",
12034
12024
  "type": {
12035
- "text": "number"
12025
+ "text": "string"
12036
12026
  },
12037
- "privacy": "public",
12038
- "default": "0",
12027
+ "fieldName": "buttonAppearance",
12039
12028
  "inheritedFrom": {
12040
- "name": "DraggableModal",
12041
- "module": "src/draggable-modal/draggable-modal.ts"
12029
+ "name": "DropdownMenu",
12030
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12042
12031
  }
12043
- },
12032
+ }
12033
+ ],
12034
+ "members": [
12044
12035
  {
12045
12036
  "kind": "field",
12046
- "name": "offsetY",
12037
+ "name": "items",
12047
12038
  "type": {
12048
- "text": "number"
12039
+ "text": "DropdownMenuItem[]"
12049
12040
  },
12050
- "privacy": "public",
12051
- "default": "0",
12052
12041
  "inheritedFrom": {
12053
- "name": "DraggableModal",
12054
- "module": "src/draggable-modal/draggable-modal.ts"
12042
+ "name": "DropdownMenu",
12043
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12055
12044
  }
12056
12045
  },
12057
12046
  {
12058
12047
  "kind": "field",
12059
- "name": "shadowHost",
12048
+ "name": "autoClose",
12060
12049
  "type": {
12061
- "text": "HTMLElement | null"
12050
+ "text": "boolean"
12062
12051
  },
12063
- "privacy": "public",
12064
- "default": "null",
12052
+ "default": "true",
12065
12053
  "inheritedFrom": {
12066
- "name": "DraggableModal",
12067
- "module": "src/draggable-modal/draggable-modal.ts"
12054
+ "name": "DropdownMenu",
12055
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12068
12056
  }
12069
12057
  },
12070
12058
  {
12071
12059
  "kind": "field",
12072
- "name": "draggableTarget",
12060
+ "name": "disabled",
12073
12061
  "type": {
12074
- "text": "HTMLElement | null"
12062
+ "text": "boolean"
12075
12063
  },
12076
- "privacy": "public",
12077
- "default": "null",
12064
+ "default": "false",
12078
12065
  "inheritedFrom": {
12079
- "name": "DraggableModal",
12080
- "module": "src/draggable-modal/draggable-modal.ts"
12066
+ "name": "DropdownMenu",
12067
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12081
12068
  }
12082
12069
  },
12083
12070
  {
12084
12071
  "kind": "field",
12085
- "name": "onMouseMoveBound",
12072
+ "name": "classNames",
12086
12073
  "type": {
12087
- "text": "(event: MouseEvent) => void"
12074
+ "text": "string"
12088
12075
  },
12089
- "privacy": "private",
12090
12076
  "inheritedFrom": {
12091
- "name": "DraggableModal",
12092
- "module": "src/draggable-modal/draggable-modal.ts"
12077
+ "name": "DropdownMenu",
12078
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12093
12079
  }
12094
12080
  },
12095
12081
  {
12096
12082
  "kind": "field",
12097
- "name": "onMouseUpBound",
12083
+ "name": "name",
12098
12084
  "type": {
12099
- "text": "() => void"
12085
+ "text": "string"
12100
12086
  },
12101
- "privacy": "private",
12087
+ "default": "'Dropdown Menu'",
12102
12088
  "inheritedFrom": {
12103
- "name": "DraggableModal",
12104
- "module": "src/draggable-modal/draggable-modal.ts"
12089
+ "name": "DropdownMenu",
12090
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12105
12091
  }
12106
12092
  },
12107
12093
  {
12108
12094
  "kind": "field",
12109
- "name": "onCloseCallback",
12095
+ "name": "open",
12110
12096
  "type": {
12111
- "text": "() => void"
12112
- },
12113
- "description": "Callback to run *after* HTMLDialogElement is closed",
12114
- "inheritedFrom": {
12115
- "name": "DialogElement",
12116
- "module": "src/dialog/dialog.ts"
12097
+ "text": "boolean"
12117
12098
  },
12118
- "privacy": "public"
12119
- },
12120
- {
12121
- "kind": "method",
12122
- "name": "makeDraggable",
12123
- "privacy": "private",
12099
+ "default": "false",
12124
12100
  "inheritedFrom": {
12125
- "name": "DraggableModal",
12126
- "module": "src/draggable-modal/draggable-modal.ts"
12101
+ "name": "DropdownMenu",
12102
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12127
12103
  }
12128
12104
  },
12129
12105
  {
12130
- "kind": "method",
12131
- "name": "isEventTargetInDraggableTarget",
12132
- "privacy": "private",
12133
- "return": {
12134
- "type": {
12135
- "text": "boolean"
12136
- }
12106
+ "kind": "field",
12107
+ "name": "buttonAppearance",
12108
+ "type": {
12109
+ "text": "string"
12137
12110
  },
12138
- "parameters": [
12139
- {
12140
- "name": "event",
12141
- "type": {
12142
- "text": "MouseEvent"
12143
- }
12144
- }
12145
- ],
12146
12111
  "inheritedFrom": {
12147
- "name": "DraggableModal",
12148
- "module": "src/draggable-modal/draggable-modal.ts"
12112
+ "name": "DropdownMenu",
12113
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12149
12114
  }
12150
12115
  },
12151
12116
  {
12152
- "kind": "method",
12153
- "name": "isInsideSlot",
12154
- "privacy": "private",
12155
- "return": {
12156
- "type": {
12157
- "text": "boolean"
12158
- }
12117
+ "kind": "field",
12118
+ "name": "dropdownMenu",
12119
+ "type": {
12120
+ "text": "HTMLElement"
12159
12121
  },
12160
- "parameters": [
12161
- {
12162
- "name": "target",
12163
- "type": {
12164
- "text": "Node"
12165
- }
12166
- }
12167
- ],
12168
12122
  "inheritedFrom": {
12169
- "name": "DraggableModal",
12170
- "module": "src/draggable-modal/draggable-modal.ts"
12123
+ "name": "DropdownMenu",
12124
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12171
12125
  }
12172
12126
  },
12173
12127
  {
12174
- "kind": "method",
12175
- "name": "onMouseDown",
12128
+ "kind": "field",
12129
+ "name": "clickOutside",
12176
12130
  "privacy": "private",
12177
- "parameters": [
12178
- {
12179
- "name": "event",
12180
- "type": {
12181
- "text": "MouseEvent"
12182
- }
12183
- }
12184
- ],
12185
12131
  "inheritedFrom": {
12186
- "name": "DraggableModal",
12187
- "module": "src/draggable-modal/draggable-modal.ts"
12132
+ "name": "DropdownMenu",
12133
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12188
12134
  }
12189
12135
  },
12190
12136
  {
12191
12137
  "kind": "method",
12192
- "name": "onMouseMove",
12138
+ "name": "handleClickOutside",
12193
12139
  "privacy": "private",
12194
12140
  "parameters": [
12195
12141
  {
@@ -12200,649 +12146,58 @@
12200
12146
  }
12201
12147
  ],
12202
12148
  "inheritedFrom": {
12203
- "name": "DraggableModal",
12204
- "module": "src/draggable-modal/draggable-modal.ts"
12149
+ "name": "DropdownMenu",
12150
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12205
12151
  }
12206
12152
  },
12207
12153
  {
12208
12154
  "kind": "method",
12209
- "name": "onMouseUp",
12210
- "privacy": "private",
12155
+ "name": "openChanged",
12156
+ "privacy": "protected",
12211
12157
  "inheritedFrom": {
12212
- "name": "DraggableModal",
12213
- "module": "src/draggable-modal/draggable-modal.ts"
12158
+ "name": "DropdownMenu",
12159
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12214
12160
  }
12215
12161
  },
12216
12162
  {
12217
12163
  "kind": "method",
12218
- "name": "removeEventListeners",
12219
- "privacy": "private",
12164
+ "name": "toggleDropdownMenuVisibility",
12220
12165
  "inheritedFrom": {
12221
- "name": "DraggableModal",
12222
- "module": "src/draggable-modal/draggable-modal.ts"
12166
+ "name": "DropdownMenu",
12167
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12223
12168
  }
12224
12169
  },
12225
12170
  {
12226
12171
  "kind": "method",
12227
- "name": "show",
12228
- "return": {
12229
- "type": {
12230
- "text": "void"
12231
- }
12232
- },
12233
- "description": "Show the HTMLDialogElement and its contents",
12172
+ "name": "onDropdownMenuItemClick",
12234
12173
  "inheritedFrom": {
12235
- "name": "DialogElement",
12236
- "module": "src/dialog/dialog.ts"
12174
+ "name": "DropdownMenu",
12175
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12237
12176
  }
12238
12177
  },
12239
12178
  {
12240
12179
  "kind": "field",
12241
- "name": "mainElement",
12180
+ "name": "allItems",
12242
12181
  "type": {
12243
- "text": "HTMLDialogElement"
12182
+ "text": "DropdownMenuItem[]"
12244
12183
  },
12245
- "description": "A reference to the dialog element\nin the component Shadow DOM.",
12184
+ "readonly": true,
12246
12185
  "inheritedFrom": {
12247
- "name": "DialogElement",
12248
- "module": "src/dialog/dialog.ts"
12186
+ "name": "DropdownMenu",
12187
+ "module": "src/dropdown-menu/dropdown-menu.ts"
12249
12188
  }
12250
12189
  },
12251
12190
  {
12252
12191
  "kind": "field",
12253
- "name": "notification",
12192
+ "name": "_presentation",
12254
12193
  "type": {
12255
- "text": "NotificationStructure"
12194
+ "text": "ComponentPresentation | null | undefined"
12256
12195
  },
12196
+ "privacy": "private",
12197
+ "default": "void 0",
12257
12198
  "inheritedFrom": {
12258
- "name": "DialogElement",
12259
- "module": "src/dialog/dialog.ts"
12260
- }
12261
- },
12262
- {
12263
- "kind": "method",
12264
- "name": "notificationChanged",
12265
- "inheritedFrom": {
12266
- "name": "DialogElement",
12267
- "module": "src/dialog/dialog.ts"
12268
- }
12269
- },
12270
- {
12271
- "kind": "field",
12272
- "name": "type",
12273
- "type": {
12274
- "text": "DialogType"
12275
- },
12276
- "default": "'default'",
12277
- "inheritedFrom": {
12278
- "name": "DialogElement",
12279
- "module": "src/dialog/dialog.ts"
12280
- }
12281
- },
12282
- {
12283
- "kind": "field",
12284
- "name": "position",
12285
- "type": {
12286
- "text": "DialogPosition"
12287
- },
12288
- "default": "'center'",
12289
- "inheritedFrom": {
12290
- "name": "DialogElement",
12291
- "module": "src/dialog/dialog.ts"
12292
- }
12293
- },
12294
- {
12295
- "kind": "field",
12296
- "name": "showCloseIcon",
12297
- "type": {
12298
- "text": "boolean"
12299
- },
12300
- "default": "true",
12301
- "description": "Whether or not to show the close icon",
12302
- "inheritedFrom": {
12303
- "name": "DialogElement",
12304
- "module": "src/dialog/dialog.ts"
12305
- }
12306
- },
12307
- {
12308
- "kind": "field",
12309
- "name": "onShowCallback",
12310
- "type": {
12311
- "text": "() => void"
12312
- },
12313
- "description": "Callback to run *before* HTMLDialogElement is shown",
12314
- "inheritedFrom": {
12315
- "name": "DialogElement",
12316
- "module": "src/dialog/dialog.ts"
12317
- }
12318
- },
12319
- {
12320
- "kind": "field",
12321
- "name": "open",
12322
- "type": {
12323
- "text": "boolean"
12324
- },
12325
- "description": "Determine if the dialog is showing or closed.",
12326
- "readonly": true,
12327
- "inheritedFrom": {
12328
- "name": "DialogElement",
12329
- "module": "src/dialog/dialog.ts"
12330
- }
12331
- },
12332
- {
12333
- "kind": "method",
12334
- "name": "close",
12335
- "return": {
12336
- "type": {
12337
- "text": "void"
12338
- }
12339
- },
12340
- "description": "Remove the HTMLDialogElement from display",
12341
- "inheritedFrom": {
12342
- "name": "DialogElement",
12343
- "module": "src/dialog/dialog.ts"
12344
- }
12345
- },
12346
- {
12347
- "kind": "method",
12348
- "name": "dismiss",
12349
- "privacy": "public",
12350
- "description": "Dismiss the Dialog from display and calls the dismissing action.",
12351
- "inheritedFrom": {
12352
- "name": "DialogElement",
12353
- "module": "src/dialog/dialog.ts"
12354
- }
12355
- },
12356
- {
12357
- "kind": "method",
12358
- "name": "closeDialog",
12359
- "privacy": "public",
12360
- "return": {
12361
- "type": {
12362
- "text": "void"
12363
- }
12364
- },
12365
- "description": "Dismiss the Dialog from display.",
12366
- "inheritedFrom": {
12367
- "name": "DialogElement",
12368
- "module": "src/dialog/dialog.ts"
12369
- }
12370
- },
12371
- {
12372
- "kind": "field",
12373
- "name": "_presentation",
12374
- "type": {
12375
- "text": "ComponentPresentation | null | undefined"
12376
- },
12377
- "privacy": "private",
12378
- "default": "void 0",
12379
- "inheritedFrom": {
12380
- "name": "FoundationElement",
12381
- "module": "src/foundation-element/foundation-element.ts"
12382
- }
12383
- },
12384
- {
12385
- "kind": "field",
12386
- "name": "$presentation",
12387
- "type": {
12388
- "text": "ComponentPresentation | null"
12389
- },
12390
- "privacy": "public",
12391
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
12392
- "inheritedFrom": {
12393
- "name": "FoundationElement",
12394
- "module": "src/foundation-element/foundation-element.ts"
12395
- }
12396
- },
12397
- {
12398
- "kind": "field",
12399
- "name": "template",
12400
- "type": {
12401
- "text": "ElementViewTemplate | void | null"
12402
- },
12403
- "privacy": "public",
12404
- "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.",
12405
- "inheritedFrom": {
12406
- "name": "FoundationElement",
12407
- "module": "src/foundation-element/foundation-element.ts"
12408
- }
12409
- },
12410
- {
12411
- "kind": "method",
12412
- "name": "templateChanged",
12413
- "privacy": "protected",
12414
- "return": {
12415
- "type": {
12416
- "text": "void"
12417
- }
12418
- },
12419
- "inheritedFrom": {
12420
- "name": "FoundationElement",
12421
- "module": "src/foundation-element/foundation-element.ts"
12422
- }
12423
- },
12424
- {
12425
- "kind": "field",
12426
- "name": "styles",
12427
- "type": {
12428
- "text": "ElementStyles | void | null"
12429
- },
12430
- "privacy": "public",
12431
- "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.",
12432
- "inheritedFrom": {
12433
- "name": "FoundationElement",
12434
- "module": "src/foundation-element/foundation-element.ts"
12435
- }
12436
- },
12437
- {
12438
- "kind": "method",
12439
- "name": "stylesChanged",
12440
- "privacy": "protected",
12441
- "return": {
12442
- "type": {
12443
- "text": "void"
12444
- }
12445
- },
12446
- "inheritedFrom": {
12447
- "name": "FoundationElement",
12448
- "module": "src/foundation-element/foundation-element.ts"
12449
- }
12450
- },
12451
- {
12452
- "kind": "method",
12453
- "name": "compose",
12454
- "privacy": "public",
12455
- "static": true,
12456
- "return": {
12457
- "type": {
12458
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
12459
- }
12460
- },
12461
- "parameters": [
12462
- {
12463
- "name": "this",
12464
- "type": {
12465
- "text": "K"
12466
- }
12467
- },
12468
- {
12469
- "name": "elementDefinition",
12470
- "type": {
12471
- "text": "T"
12472
- },
12473
- "description": "The definition of the element to create the registry\nfunction for."
12474
- }
12475
- ],
12476
- "description": "Defines an element registry function with a set of element definition defaults.",
12477
- "inheritedFrom": {
12478
- "name": "FoundationElement",
12479
- "module": "src/foundation-element/foundation-element.ts"
12480
- }
12481
- }
12482
- ]
12483
- },
12484
- {
12485
- "kind": "variable",
12486
- "name": "zeroDraggableModal",
12487
- "description": "The Zero Draggable Modal",
12488
- "privacy": "public"
12489
- }
12490
- ],
12491
- "exports": [
12492
- {
12493
- "kind": "js",
12494
- "name": "defaultDraggableModalConfig",
12495
- "declaration": {
12496
- "name": "defaultDraggableModalConfig",
12497
- "module": "src/draggable-modal/draggable-modal.ts"
12498
- }
12499
- },
12500
- {
12501
- "kind": "js",
12502
- "name": "zeroDraggableModalTemplate",
12503
- "declaration": {
12504
- "name": "zeroDraggableModalTemplate",
12505
- "module": "src/draggable-modal/draggable-modal.ts"
12506
- }
12507
- },
12508
- {
12509
- "kind": "js",
12510
- "name": "zeroDraggableModalShadowOptions",
12511
- "declaration": {
12512
- "name": "zeroDraggableModalShadowOptions",
12513
- "module": "src/draggable-modal/draggable-modal.ts"
12514
- }
12515
- },
12516
- {
12517
- "kind": "js",
12518
- "name": "DraggableModal",
12519
- "declaration": {
12520
- "name": "DraggableModal",
12521
- "module": "src/draggable-modal/draggable-modal.ts"
12522
- }
12523
- },
12524
- {
12525
- "kind": "js",
12526
- "name": "zeroDraggableModal",
12527
- "declaration": {
12528
- "name": "zeroDraggableModal",
12529
- "module": "src/draggable-modal/draggable-modal.ts"
12530
- }
12531
- }
12532
- ]
12533
- },
12534
- {
12535
- "kind": "javascript-module",
12536
- "path": "src/draggable-modal/index.ts",
12537
- "declarations": [],
12538
- "exports": [
12539
- {
12540
- "kind": "js",
12541
- "name": "zeroDraggableModalTemplate",
12542
- "declaration": {
12543
- "name": "foundationDraggableModalTemplate",
12544
- "package": "@genesislcap/foundation-ui"
12545
- }
12546
- },
12547
- {
12548
- "kind": "js",
12549
- "name": "*",
12550
- "declaration": {
12551
- "name": "*",
12552
- "package": "./draggable-modal"
12553
- }
12554
- },
12555
- {
12556
- "kind": "js",
12557
- "name": "*",
12558
- "declaration": {
12559
- "name": "*",
12560
- "package": "./draggable-modal.styles"
12561
- }
12562
- }
12563
- ]
12564
- },
12565
- {
12566
- "kind": "javascript-module",
12567
- "path": "src/dropdown-menu/dropdown-menu.styles.ts",
12568
- "declarations": [
12569
- {
12570
- "kind": "function",
12571
- "name": "zeroDropdownMenuStyles",
12572
- "return": {
12573
- "type": {
12574
- "text": "ElementStyles"
12575
- }
12576
- },
12577
- "parameters": [
12578
- {
12579
- "name": "context",
12580
- "type": {
12581
- "text": "ElementDefinitionContext"
12582
- }
12583
- },
12584
- {
12585
- "name": "definition",
12586
- "type": {
12587
- "text": "FoundationElementDefinition"
12588
- }
12589
- }
12590
- ]
12591
- }
12592
- ],
12593
- "exports": [
12594
- {
12595
- "kind": "js",
12596
- "name": "zeroDropdownMenuStyles",
12597
- "declaration": {
12598
- "name": "zeroDropdownMenuStyles",
12599
- "module": "src/dropdown-menu/dropdown-menu.styles.ts"
12600
- }
12601
- }
12602
- ]
12603
- },
12604
- {
12605
- "kind": "javascript-module",
12606
- "path": "src/dropdown-menu/dropdown-menu.ts",
12607
- "declarations": [
12608
- {
12609
- "kind": "class",
12610
- "description": "",
12611
- "name": "DropdownMenu",
12612
- "superclass": {
12613
- "name": "FoundationDropdownMenu",
12614
- "package": "@genesislcap/foundation-ui"
12615
- },
12616
- "tagName": "%%prefix%%-dropdown-menu",
12617
- "customElement": true,
12618
- "attributes": [
12619
- {
12620
- "name": "auto-close",
12621
- "type": {
12622
- "text": "boolean"
12623
- },
12624
- "default": "true",
12625
- "fieldName": "autoClose",
12626
- "inheritedFrom": {
12627
- "name": "DropdownMenu",
12628
- "module": "src/dropdown-menu/dropdown-menu.ts"
12629
- }
12630
- },
12631
- {
12632
- "name": "disable-button",
12633
- "type": {
12634
- "text": "boolean"
12635
- },
12636
- "default": "false",
12637
- "fieldName": "disabled",
12638
- "inheritedFrom": {
12639
- "name": "DropdownMenu",
12640
- "module": "src/dropdown-menu/dropdown-menu.ts"
12641
- }
12642
- },
12643
- {
12644
- "name": "name",
12645
- "type": {
12646
- "text": "string"
12647
- },
12648
- "default": "'Dropdown Menu'",
12649
- "fieldName": "name",
12650
- "inheritedFrom": {
12651
- "name": "DropdownMenu",
12652
- "module": "src/dropdown-menu/dropdown-menu.ts"
12653
- }
12654
- },
12655
- {
12656
- "name": "open",
12657
- "type": {
12658
- "text": "boolean"
12659
- },
12660
- "default": "false",
12661
- "fieldName": "open",
12662
- "inheritedFrom": {
12663
- "name": "DropdownMenu",
12664
- "module": "src/dropdown-menu/dropdown-menu.ts"
12665
- }
12666
- },
12667
- {
12668
- "name": "buttonAppearance",
12669
- "type": {
12670
- "text": "string"
12671
- },
12672
- "fieldName": "buttonAppearance",
12673
- "inheritedFrom": {
12674
- "name": "DropdownMenu",
12675
- "module": "src/dropdown-menu/dropdown-menu.ts"
12676
- }
12677
- }
12678
- ],
12679
- "members": [
12680
- {
12681
- "kind": "field",
12682
- "name": "items",
12683
- "type": {
12684
- "text": "DropdownMenuItem[]"
12685
- },
12686
- "inheritedFrom": {
12687
- "name": "DropdownMenu",
12688
- "module": "src/dropdown-menu/dropdown-menu.ts"
12689
- }
12690
- },
12691
- {
12692
- "kind": "field",
12693
- "name": "autoClose",
12694
- "type": {
12695
- "text": "boolean"
12696
- },
12697
- "default": "true",
12698
- "inheritedFrom": {
12699
- "name": "DropdownMenu",
12700
- "module": "src/dropdown-menu/dropdown-menu.ts"
12701
- }
12702
- },
12703
- {
12704
- "kind": "field",
12705
- "name": "disabled",
12706
- "type": {
12707
- "text": "boolean"
12708
- },
12709
- "default": "false",
12710
- "inheritedFrom": {
12711
- "name": "DropdownMenu",
12712
- "module": "src/dropdown-menu/dropdown-menu.ts"
12713
- }
12714
- },
12715
- {
12716
- "kind": "field",
12717
- "name": "classNames",
12718
- "type": {
12719
- "text": "string"
12720
- },
12721
- "inheritedFrom": {
12722
- "name": "DropdownMenu",
12723
- "module": "src/dropdown-menu/dropdown-menu.ts"
12724
- }
12725
- },
12726
- {
12727
- "kind": "field",
12728
- "name": "name",
12729
- "type": {
12730
- "text": "string"
12731
- },
12732
- "default": "'Dropdown Menu'",
12733
- "inheritedFrom": {
12734
- "name": "DropdownMenu",
12735
- "module": "src/dropdown-menu/dropdown-menu.ts"
12736
- }
12737
- },
12738
- {
12739
- "kind": "field",
12740
- "name": "open",
12741
- "type": {
12742
- "text": "boolean"
12743
- },
12744
- "default": "false",
12745
- "inheritedFrom": {
12746
- "name": "DropdownMenu",
12747
- "module": "src/dropdown-menu/dropdown-menu.ts"
12748
- }
12749
- },
12750
- {
12751
- "kind": "field",
12752
- "name": "buttonAppearance",
12753
- "type": {
12754
- "text": "string"
12755
- },
12756
- "inheritedFrom": {
12757
- "name": "DropdownMenu",
12758
- "module": "src/dropdown-menu/dropdown-menu.ts"
12759
- }
12760
- },
12761
- {
12762
- "kind": "field",
12763
- "name": "dropdownMenu",
12764
- "type": {
12765
- "text": "HTMLElement"
12766
- },
12767
- "inheritedFrom": {
12768
- "name": "DropdownMenu",
12769
- "module": "src/dropdown-menu/dropdown-menu.ts"
12770
- }
12771
- },
12772
- {
12773
- "kind": "field",
12774
- "name": "clickOutside",
12775
- "privacy": "private",
12776
- "inheritedFrom": {
12777
- "name": "DropdownMenu",
12778
- "module": "src/dropdown-menu/dropdown-menu.ts"
12779
- }
12780
- },
12781
- {
12782
- "kind": "method",
12783
- "name": "handleClickOutside",
12784
- "privacy": "private",
12785
- "parameters": [
12786
- {
12787
- "name": "event",
12788
- "type": {
12789
- "text": "MouseEvent"
12790
- }
12791
- }
12792
- ],
12793
- "inheritedFrom": {
12794
- "name": "DropdownMenu",
12795
- "module": "src/dropdown-menu/dropdown-menu.ts"
12796
- }
12797
- },
12798
- {
12799
- "kind": "method",
12800
- "name": "openChanged",
12801
- "privacy": "protected",
12802
- "inheritedFrom": {
12803
- "name": "DropdownMenu",
12804
- "module": "src/dropdown-menu/dropdown-menu.ts"
12805
- }
12806
- },
12807
- {
12808
- "kind": "method",
12809
- "name": "toggleDropdownMenuVisibility",
12810
- "inheritedFrom": {
12811
- "name": "DropdownMenu",
12812
- "module": "src/dropdown-menu/dropdown-menu.ts"
12813
- }
12814
- },
12815
- {
12816
- "kind": "method",
12817
- "name": "onDropdownMenuItemClick",
12818
- "inheritedFrom": {
12819
- "name": "DropdownMenu",
12820
- "module": "src/dropdown-menu/dropdown-menu.ts"
12821
- }
12822
- },
12823
- {
12824
- "kind": "field",
12825
- "name": "allItems",
12826
- "type": {
12827
- "text": "DropdownMenuItem[]"
12828
- },
12829
- "readonly": true,
12830
- "inheritedFrom": {
12831
- "name": "DropdownMenu",
12832
- "module": "src/dropdown-menu/dropdown-menu.ts"
12833
- }
12834
- },
12835
- {
12836
- "kind": "field",
12837
- "name": "_presentation",
12838
- "type": {
12839
- "text": "ComponentPresentation | null | undefined"
12840
- },
12841
- "privacy": "private",
12842
- "default": "void 0",
12843
- "inheritedFrom": {
12844
- "name": "FoundationElement",
12845
- "module": "src/foundation-element/foundation-element.ts"
12199
+ "name": "FoundationElement",
12200
+ "module": "src/foundation-element/foundation-element.ts"
12846
12201
  }
12847
12202
  },
12848
12203
  {
@@ -14149,6 +13504,14 @@
14149
13504
  "name": "ExpressionBuilderConfig",
14150
13505
  "package": "@genesislcap/foundation-ui"
14151
13506
  }
13507
+ },
13508
+ {
13509
+ "kind": "js",
13510
+ "name": "RuleExpression",
13511
+ "declaration": {
13512
+ "name": "RuleExpression",
13513
+ "package": "@genesislcap/foundation-ui"
13514
+ }
14152
13515
  }
14153
13516
  ]
14154
13517
  },