@genesislcap/rapid-design-system 14.384.1 → 14.386.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +615 -2
- package/dist/dts/_config/values/color.d.ts.map +1 -1
- package/dist/dts/_config/values/defaults.d.ts.map +1 -1
- package/dist/dts/base-components.d.ts +1 -0
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/expression-builder/expression-builder.styles.d.ts.map +1 -1
- package/dist/dts/optgroup/index.d.ts +4 -0
- package/dist/dts/optgroup/index.d.ts.map +1 -0
- package/dist/dts/optgroup/optgroup.d.ts +8 -0
- package/dist/dts/optgroup/optgroup.d.ts.map +1 -0
- package/dist/dts/optgroup/optgroup.styles.d.ts +4 -0
- package/dist/dts/optgroup/optgroup.styles.d.ts.map +1 -0
- package/dist/dts/optgroup/optgroup.template.d.ts +5 -0
- package/dist/dts/optgroup/optgroup.template.d.ts.map +1 -0
- package/dist/dts/patterns/tag-for.d.ts.map +1 -1
- package/dist/esm/_config/values/color.js +0 -1
- package/dist/esm/base-components.js +2 -0
- package/dist/esm/expression-builder/expression-builder.styles.js +1 -0
- package/dist/esm/optgroup/index.js +3 -0
- package/dist/esm/optgroup/optgroup.js +13 -0
- package/dist/esm/optgroup/optgroup.styles.js +5 -0
- package/dist/esm/optgroup/optgroup.template.js +2 -0
- package/dist/esm/patterns/tag-for.js +0 -1
- package/package.json +11 -11
|
@@ -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 rapidSectionNavigator,\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 rapidEnvironmentIndicator,\n rapidErrorBoundary,\n rapidFileReader,\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 rapidScheduler,\n rapidSchedulerCronBuilder,\n rapidSchedulerTimezone,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStatusPill,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidSystemHealthOverlay,\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 rapidSectionNavigator,\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 rapidEnvironmentIndicator,\n rapidErrorBoundary,\n rapidFileReader,\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 rapidOptgroup,\n rapidProgress,\n rapidProgressRing,\n rapidRadio,\n rapidRadioGroup,\n rapidScheduler,\n rapidSchedulerCronBuilder,\n rapidSchedulerTimezone,\n rapidSearchBar,\n rapidSearchBarCombobox,\n rapidSegmentedControl,\n rapidSegmentedItem,\n rapidSelect,\n rapidSkeleton,\n rapidSlider,\n rapidSliderLabel,\n rapidSnackbar,\n rapidStackingIcons,\n rapidStatusPill,\n rapidStepper,\n rapidStepperTab,\n rapidStepperTabPanel,\n rapidSwitch,\n rapidSystemHealthOverlay,\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": [
|
|
@@ -11708,7 +11708,7 @@
|
|
|
11708
11708
|
"type": {
|
|
11709
11709
|
"text": "ExpressionBuilderTypes.CustomElements"
|
|
11710
11710
|
},
|
|
11711
|
-
"default": "{\n number: 'rapid-number-field',\n text: 'rapid-text-field',\n checkbox: 'rapid-checkbox',\n button: 'rapid-button',\n select: 'rapid-select',\n option: 'rapid-option',\n radio: {\n input: 'rapid-radio',\n group: 'rapid-radio-group',\n },\n}"
|
|
11711
|
+
"default": "{\n number: 'rapid-number-field',\n text: 'rapid-text-field',\n checkbox: 'rapid-checkbox',\n button: 'rapid-button',\n select: 'rapid-select',\n option: 'rapid-option',\n optgroup: 'rapid-optgroup',\n radio: {\n input: 'rapid-radio',\n group: 'rapid-radio-group',\n },\n}"
|
|
11712
11712
|
},
|
|
11713
11713
|
{
|
|
11714
11714
|
"kind": "variable",
|
|
@@ -22115,6 +22115,619 @@
|
|
|
22115
22115
|
}
|
|
22116
22116
|
]
|
|
22117
22117
|
},
|
|
22118
|
+
{
|
|
22119
|
+
"kind": "javascript-module",
|
|
22120
|
+
"path": "src/optgroup/index.ts",
|
|
22121
|
+
"declarations": [],
|
|
22122
|
+
"exports": [
|
|
22123
|
+
{
|
|
22124
|
+
"kind": "js",
|
|
22125
|
+
"name": "*",
|
|
22126
|
+
"declaration": {
|
|
22127
|
+
"name": "*",
|
|
22128
|
+
"package": "./optgroup"
|
|
22129
|
+
}
|
|
22130
|
+
},
|
|
22131
|
+
{
|
|
22132
|
+
"kind": "js",
|
|
22133
|
+
"name": "*",
|
|
22134
|
+
"declaration": {
|
|
22135
|
+
"name": "*",
|
|
22136
|
+
"package": "./optgroup.styles"
|
|
22137
|
+
}
|
|
22138
|
+
},
|
|
22139
|
+
{
|
|
22140
|
+
"kind": "js",
|
|
22141
|
+
"name": "*",
|
|
22142
|
+
"declaration": {
|
|
22143
|
+
"name": "*",
|
|
22144
|
+
"package": "./optgroup.template"
|
|
22145
|
+
}
|
|
22146
|
+
}
|
|
22147
|
+
]
|
|
22148
|
+
},
|
|
22149
|
+
{
|
|
22150
|
+
"kind": "javascript-module",
|
|
22151
|
+
"path": "src/optgroup/optgroup.styles.ts",
|
|
22152
|
+
"declarations": [
|
|
22153
|
+
{
|
|
22154
|
+
"kind": "function",
|
|
22155
|
+
"name": "rapidOptgroupStyles",
|
|
22156
|
+
"return": {
|
|
22157
|
+
"type": {
|
|
22158
|
+
"text": "ElementStyles"
|
|
22159
|
+
}
|
|
22160
|
+
},
|
|
22161
|
+
"parameters": [
|
|
22162
|
+
{
|
|
22163
|
+
"name": "context",
|
|
22164
|
+
"type": {
|
|
22165
|
+
"text": "ElementDefinitionContext"
|
|
22166
|
+
}
|
|
22167
|
+
},
|
|
22168
|
+
{
|
|
22169
|
+
"name": "definition",
|
|
22170
|
+
"type": {
|
|
22171
|
+
"text": "FoundationElementDefinition"
|
|
22172
|
+
}
|
|
22173
|
+
}
|
|
22174
|
+
]
|
|
22175
|
+
}
|
|
22176
|
+
],
|
|
22177
|
+
"exports": [
|
|
22178
|
+
{
|
|
22179
|
+
"kind": "js",
|
|
22180
|
+
"name": "rapidOptgroupStyles",
|
|
22181
|
+
"declaration": {
|
|
22182
|
+
"name": "rapidOptgroupStyles",
|
|
22183
|
+
"module": "src/optgroup/optgroup.styles.ts"
|
|
22184
|
+
}
|
|
22185
|
+
}
|
|
22186
|
+
]
|
|
22187
|
+
},
|
|
22188
|
+
{
|
|
22189
|
+
"kind": "javascript-module",
|
|
22190
|
+
"path": "src/optgroup/optgroup.template.ts",
|
|
22191
|
+
"declarations": [
|
|
22192
|
+
{
|
|
22193
|
+
"kind": "function",
|
|
22194
|
+
"name": "rapidOptgroupTemplate",
|
|
22195
|
+
"return": {
|
|
22196
|
+
"type": {
|
|
22197
|
+
"text": "ViewTemplate<Optgroup>"
|
|
22198
|
+
}
|
|
22199
|
+
},
|
|
22200
|
+
"parameters": [
|
|
22201
|
+
{
|
|
22202
|
+
"name": "context",
|
|
22203
|
+
"type": {
|
|
22204
|
+
"text": "ElementDefinitionContext"
|
|
22205
|
+
}
|
|
22206
|
+
},
|
|
22207
|
+
{
|
|
22208
|
+
"name": "definition",
|
|
22209
|
+
"type": {
|
|
22210
|
+
"text": "FoundationElementDefinition"
|
|
22211
|
+
}
|
|
22212
|
+
}
|
|
22213
|
+
]
|
|
22214
|
+
}
|
|
22215
|
+
],
|
|
22216
|
+
"exports": [
|
|
22217
|
+
{
|
|
22218
|
+
"kind": "js",
|
|
22219
|
+
"name": "rapidOptgroupTemplate",
|
|
22220
|
+
"declaration": {
|
|
22221
|
+
"name": "rapidOptgroupTemplate",
|
|
22222
|
+
"module": "src/optgroup/optgroup.template.ts"
|
|
22223
|
+
}
|
|
22224
|
+
}
|
|
22225
|
+
]
|
|
22226
|
+
},
|
|
22227
|
+
{
|
|
22228
|
+
"kind": "javascript-module",
|
|
22229
|
+
"path": "src/optgroup/optgroup.ts",
|
|
22230
|
+
"declarations": [
|
|
22231
|
+
{
|
|
22232
|
+
"kind": "class",
|
|
22233
|
+
"description": "",
|
|
22234
|
+
"name": "Optgroup",
|
|
22235
|
+
"superclass": {
|
|
22236
|
+
"name": "FoundationOptgroup",
|
|
22237
|
+
"package": "@genesislcap/foundation-ui"
|
|
22238
|
+
},
|
|
22239
|
+
"tagName": "%%prefix%%-optgroup",
|
|
22240
|
+
"customElement": true,
|
|
22241
|
+
"attributes": [
|
|
22242
|
+
{
|
|
22243
|
+
"name": "label",
|
|
22244
|
+
"type": {
|
|
22245
|
+
"text": "string"
|
|
22246
|
+
},
|
|
22247
|
+
"description": "The label for the group.\nNamed groupLabel to avoid name conflict with ListboxOption.label.",
|
|
22248
|
+
"fieldName": "groupLabel",
|
|
22249
|
+
"inheritedFrom": {
|
|
22250
|
+
"name": "Optgroup",
|
|
22251
|
+
"module": "src/optgroup/optgroup.ts"
|
|
22252
|
+
}
|
|
22253
|
+
},
|
|
22254
|
+
{
|
|
22255
|
+
"type": {
|
|
22256
|
+
"text": "boolean"
|
|
22257
|
+
},
|
|
22258
|
+
"description": "The disabled state of the option.",
|
|
22259
|
+
"fieldName": "disabled",
|
|
22260
|
+
"inheritedFrom": {
|
|
22261
|
+
"name": "ListboxOption",
|
|
22262
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22263
|
+
}
|
|
22264
|
+
},
|
|
22265
|
+
{
|
|
22266
|
+
"name": "selected",
|
|
22267
|
+
"type": {
|
|
22268
|
+
"text": "boolean"
|
|
22269
|
+
},
|
|
22270
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
22271
|
+
"fieldName": "selectedAttribute",
|
|
22272
|
+
"inheritedFrom": {
|
|
22273
|
+
"name": "ListboxOption",
|
|
22274
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22275
|
+
}
|
|
22276
|
+
},
|
|
22277
|
+
{
|
|
22278
|
+
"name": "value",
|
|
22279
|
+
"type": {
|
|
22280
|
+
"text": "string"
|
|
22281
|
+
},
|
|
22282
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
22283
|
+
"fieldName": "initialValue",
|
|
22284
|
+
"inheritedFrom": {
|
|
22285
|
+
"name": "ListboxOption",
|
|
22286
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22287
|
+
}
|
|
22288
|
+
}
|
|
22289
|
+
],
|
|
22290
|
+
"members": [
|
|
22291
|
+
{
|
|
22292
|
+
"kind": "field",
|
|
22293
|
+
"name": "groupLabel",
|
|
22294
|
+
"type": {
|
|
22295
|
+
"text": "string"
|
|
22296
|
+
},
|
|
22297
|
+
"description": "The label for the group.\nNamed groupLabel to avoid name conflict with ListboxOption.label.",
|
|
22298
|
+
"privacy": "public",
|
|
22299
|
+
"inheritedFrom": {
|
|
22300
|
+
"name": "Optgroup",
|
|
22301
|
+
"module": "src/optgroup/optgroup.ts"
|
|
22302
|
+
}
|
|
22303
|
+
},
|
|
22304
|
+
{
|
|
22305
|
+
"kind": "field",
|
|
22306
|
+
"name": "checked",
|
|
22307
|
+
"type": {
|
|
22308
|
+
"text": "boolean | undefined"
|
|
22309
|
+
},
|
|
22310
|
+
"privacy": "public",
|
|
22311
|
+
"description": "The checked state is used when the parent listbox is in multiple selection mode.\nTo avoid accessibility conflicts, the checked state should not be present in\nsingle selection mode.",
|
|
22312
|
+
"inheritedFrom": {
|
|
22313
|
+
"name": "ListboxOption",
|
|
22314
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22315
|
+
}
|
|
22316
|
+
},
|
|
22317
|
+
{
|
|
22318
|
+
"kind": "method",
|
|
22319
|
+
"name": "checkedChanged",
|
|
22320
|
+
"privacy": "public",
|
|
22321
|
+
"return": {
|
|
22322
|
+
"type": {
|
|
22323
|
+
"text": "void"
|
|
22324
|
+
}
|
|
22325
|
+
},
|
|
22326
|
+
"parameters": [
|
|
22327
|
+
{
|
|
22328
|
+
"name": "prev",
|
|
22329
|
+
"type": {
|
|
22330
|
+
"text": "boolean | unknown"
|
|
22331
|
+
},
|
|
22332
|
+
"description": "the previous checked value"
|
|
22333
|
+
},
|
|
22334
|
+
{
|
|
22335
|
+
"name": "next",
|
|
22336
|
+
"optional": true,
|
|
22337
|
+
"type": {
|
|
22338
|
+
"text": "boolean"
|
|
22339
|
+
},
|
|
22340
|
+
"description": "the current checked value"
|
|
22341
|
+
}
|
|
22342
|
+
],
|
|
22343
|
+
"description": "Updates the ariaChecked property when the checked property changes.",
|
|
22344
|
+
"inheritedFrom": {
|
|
22345
|
+
"name": "ListboxOption",
|
|
22346
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22347
|
+
}
|
|
22348
|
+
},
|
|
22349
|
+
{
|
|
22350
|
+
"kind": "field",
|
|
22351
|
+
"name": "content",
|
|
22352
|
+
"type": {
|
|
22353
|
+
"text": "Node[]"
|
|
22354
|
+
},
|
|
22355
|
+
"privacy": "public",
|
|
22356
|
+
"description": "The default slotted content.",
|
|
22357
|
+
"inheritedFrom": {
|
|
22358
|
+
"name": "ListboxOption",
|
|
22359
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22360
|
+
}
|
|
22361
|
+
},
|
|
22362
|
+
{
|
|
22363
|
+
"kind": "field",
|
|
22364
|
+
"name": "defaultSelected",
|
|
22365
|
+
"type": {
|
|
22366
|
+
"text": "boolean"
|
|
22367
|
+
},
|
|
22368
|
+
"privacy": "public",
|
|
22369
|
+
"default": "false",
|
|
22370
|
+
"description": "The defaultSelected state of the option.",
|
|
22371
|
+
"inheritedFrom": {
|
|
22372
|
+
"name": "ListboxOption",
|
|
22373
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22374
|
+
}
|
|
22375
|
+
},
|
|
22376
|
+
{
|
|
22377
|
+
"kind": "method",
|
|
22378
|
+
"name": "defaultSelectedChanged",
|
|
22379
|
+
"privacy": "protected",
|
|
22380
|
+
"return": {
|
|
22381
|
+
"type": {
|
|
22382
|
+
"text": "void"
|
|
22383
|
+
}
|
|
22384
|
+
},
|
|
22385
|
+
"inheritedFrom": {
|
|
22386
|
+
"name": "ListboxOption",
|
|
22387
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22388
|
+
}
|
|
22389
|
+
},
|
|
22390
|
+
{
|
|
22391
|
+
"kind": "field",
|
|
22392
|
+
"name": "disabled",
|
|
22393
|
+
"type": {
|
|
22394
|
+
"text": "boolean"
|
|
22395
|
+
},
|
|
22396
|
+
"privacy": "public",
|
|
22397
|
+
"description": "The disabled state of the option.",
|
|
22398
|
+
"inheritedFrom": {
|
|
22399
|
+
"name": "ListboxOption",
|
|
22400
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22401
|
+
}
|
|
22402
|
+
},
|
|
22403
|
+
{
|
|
22404
|
+
"kind": "method",
|
|
22405
|
+
"name": "disabledChanged",
|
|
22406
|
+
"privacy": "protected",
|
|
22407
|
+
"return": {
|
|
22408
|
+
"type": {
|
|
22409
|
+
"text": "void"
|
|
22410
|
+
}
|
|
22411
|
+
},
|
|
22412
|
+
"parameters": [
|
|
22413
|
+
{
|
|
22414
|
+
"name": "prev",
|
|
22415
|
+
"type": {
|
|
22416
|
+
"text": "boolean"
|
|
22417
|
+
}
|
|
22418
|
+
},
|
|
22419
|
+
{
|
|
22420
|
+
"name": "next",
|
|
22421
|
+
"type": {
|
|
22422
|
+
"text": "boolean"
|
|
22423
|
+
}
|
|
22424
|
+
}
|
|
22425
|
+
],
|
|
22426
|
+
"inheritedFrom": {
|
|
22427
|
+
"name": "ListboxOption",
|
|
22428
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22429
|
+
}
|
|
22430
|
+
},
|
|
22431
|
+
{
|
|
22432
|
+
"kind": "field",
|
|
22433
|
+
"name": "selectedAttribute",
|
|
22434
|
+
"type": {
|
|
22435
|
+
"text": "boolean"
|
|
22436
|
+
},
|
|
22437
|
+
"privacy": "public",
|
|
22438
|
+
"description": "The selected attribute value. This sets the initial selected value.",
|
|
22439
|
+
"inheritedFrom": {
|
|
22440
|
+
"name": "ListboxOption",
|
|
22441
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22442
|
+
}
|
|
22443
|
+
},
|
|
22444
|
+
{
|
|
22445
|
+
"kind": "method",
|
|
22446
|
+
"name": "selectedAttributeChanged",
|
|
22447
|
+
"privacy": "protected",
|
|
22448
|
+
"return": {
|
|
22449
|
+
"type": {
|
|
22450
|
+
"text": "void"
|
|
22451
|
+
}
|
|
22452
|
+
},
|
|
22453
|
+
"inheritedFrom": {
|
|
22454
|
+
"name": "ListboxOption",
|
|
22455
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22456
|
+
}
|
|
22457
|
+
},
|
|
22458
|
+
{
|
|
22459
|
+
"kind": "field",
|
|
22460
|
+
"name": "selected",
|
|
22461
|
+
"type": {
|
|
22462
|
+
"text": "boolean"
|
|
22463
|
+
},
|
|
22464
|
+
"privacy": "public",
|
|
22465
|
+
"description": "The checked state of the control.",
|
|
22466
|
+
"inheritedFrom": {
|
|
22467
|
+
"name": "ListboxOption",
|
|
22468
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22469
|
+
}
|
|
22470
|
+
},
|
|
22471
|
+
{
|
|
22472
|
+
"kind": "method",
|
|
22473
|
+
"name": "selectedChanged",
|
|
22474
|
+
"privacy": "protected",
|
|
22475
|
+
"return": {
|
|
22476
|
+
"type": {
|
|
22477
|
+
"text": "void"
|
|
22478
|
+
}
|
|
22479
|
+
},
|
|
22480
|
+
"inheritedFrom": {
|
|
22481
|
+
"name": "ListboxOption",
|
|
22482
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22483
|
+
}
|
|
22484
|
+
},
|
|
22485
|
+
{
|
|
22486
|
+
"kind": "field",
|
|
22487
|
+
"name": "dirtyValue",
|
|
22488
|
+
"type": {
|
|
22489
|
+
"text": "boolean"
|
|
22490
|
+
},
|
|
22491
|
+
"privacy": "public",
|
|
22492
|
+
"default": "false",
|
|
22493
|
+
"description": "Track whether the value has been changed from the initial value",
|
|
22494
|
+
"inheritedFrom": {
|
|
22495
|
+
"name": "ListboxOption",
|
|
22496
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22497
|
+
}
|
|
22498
|
+
},
|
|
22499
|
+
{
|
|
22500
|
+
"kind": "field",
|
|
22501
|
+
"name": "initialValue",
|
|
22502
|
+
"type": {
|
|
22503
|
+
"text": "string"
|
|
22504
|
+
},
|
|
22505
|
+
"privacy": "protected",
|
|
22506
|
+
"description": "The initial value of the option. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
22507
|
+
"inheritedFrom": {
|
|
22508
|
+
"name": "ListboxOption",
|
|
22509
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22510
|
+
}
|
|
22511
|
+
},
|
|
22512
|
+
{
|
|
22513
|
+
"kind": "method",
|
|
22514
|
+
"name": "initialValueChanged",
|
|
22515
|
+
"privacy": "public",
|
|
22516
|
+
"return": {
|
|
22517
|
+
"type": {
|
|
22518
|
+
"text": "void"
|
|
22519
|
+
}
|
|
22520
|
+
},
|
|
22521
|
+
"parameters": [
|
|
22522
|
+
{
|
|
22523
|
+
"name": "previous",
|
|
22524
|
+
"type": {
|
|
22525
|
+
"text": "string"
|
|
22526
|
+
}
|
|
22527
|
+
},
|
|
22528
|
+
{
|
|
22529
|
+
"name": "next",
|
|
22530
|
+
"type": {
|
|
22531
|
+
"text": "string"
|
|
22532
|
+
}
|
|
22533
|
+
}
|
|
22534
|
+
],
|
|
22535
|
+
"inheritedFrom": {
|
|
22536
|
+
"name": "ListboxOption",
|
|
22537
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22538
|
+
}
|
|
22539
|
+
},
|
|
22540
|
+
{
|
|
22541
|
+
"kind": "field",
|
|
22542
|
+
"name": "label",
|
|
22543
|
+
"privacy": "public",
|
|
22544
|
+
"inheritedFrom": {
|
|
22545
|
+
"name": "ListboxOption",
|
|
22546
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22547
|
+
}
|
|
22548
|
+
},
|
|
22549
|
+
{
|
|
22550
|
+
"kind": "field",
|
|
22551
|
+
"name": "text",
|
|
22552
|
+
"type": {
|
|
22553
|
+
"text": "string"
|
|
22554
|
+
},
|
|
22555
|
+
"privacy": "public",
|
|
22556
|
+
"inheritedFrom": {
|
|
22557
|
+
"name": "ListboxOption",
|
|
22558
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22559
|
+
}
|
|
22560
|
+
},
|
|
22561
|
+
{
|
|
22562
|
+
"kind": "field",
|
|
22563
|
+
"name": "value",
|
|
22564
|
+
"privacy": "public",
|
|
22565
|
+
"type": {
|
|
22566
|
+
"text": "string"
|
|
22567
|
+
},
|
|
22568
|
+
"inheritedFrom": {
|
|
22569
|
+
"name": "ListboxOption",
|
|
22570
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22571
|
+
}
|
|
22572
|
+
},
|
|
22573
|
+
{
|
|
22574
|
+
"kind": "field",
|
|
22575
|
+
"name": "form",
|
|
22576
|
+
"type": {
|
|
22577
|
+
"text": "HTMLFormElement | null"
|
|
22578
|
+
},
|
|
22579
|
+
"privacy": "public",
|
|
22580
|
+
"inheritedFrom": {
|
|
22581
|
+
"name": "ListboxOption",
|
|
22582
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22583
|
+
}
|
|
22584
|
+
},
|
|
22585
|
+
{
|
|
22586
|
+
"kind": "field",
|
|
22587
|
+
"name": "proxy",
|
|
22588
|
+
"default": "new Option(\n `${this.textContent}`,\n this.initialValue,\n this.defaultSelected,\n this.selected\n )",
|
|
22589
|
+
"inheritedFrom": {
|
|
22590
|
+
"name": "ListboxOption",
|
|
22591
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22592
|
+
}
|
|
22593
|
+
},
|
|
22594
|
+
{
|
|
22595
|
+
"kind": "field",
|
|
22596
|
+
"name": "_presentation",
|
|
22597
|
+
"type": {
|
|
22598
|
+
"text": "ComponentPresentation | null | undefined"
|
|
22599
|
+
},
|
|
22600
|
+
"privacy": "private",
|
|
22601
|
+
"default": "void 0",
|
|
22602
|
+
"inheritedFrom": {
|
|
22603
|
+
"name": "ListboxOption",
|
|
22604
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22605
|
+
}
|
|
22606
|
+
},
|
|
22607
|
+
{
|
|
22608
|
+
"kind": "field",
|
|
22609
|
+
"name": "$presentation",
|
|
22610
|
+
"type": {
|
|
22611
|
+
"text": "ComponentPresentation | null"
|
|
22612
|
+
},
|
|
22613
|
+
"privacy": "public",
|
|
22614
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
22615
|
+
"inheritedFrom": {
|
|
22616
|
+
"name": "ListboxOption",
|
|
22617
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22618
|
+
}
|
|
22619
|
+
},
|
|
22620
|
+
{
|
|
22621
|
+
"kind": "field",
|
|
22622
|
+
"name": "template",
|
|
22623
|
+
"type": {
|
|
22624
|
+
"text": "ElementViewTemplate | void | null"
|
|
22625
|
+
},
|
|
22626
|
+
"privacy": "public",
|
|
22627
|
+
"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.",
|
|
22628
|
+
"inheritedFrom": {
|
|
22629
|
+
"name": "ListboxOption",
|
|
22630
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22631
|
+
}
|
|
22632
|
+
},
|
|
22633
|
+
{
|
|
22634
|
+
"kind": "method",
|
|
22635
|
+
"name": "templateChanged",
|
|
22636
|
+
"privacy": "protected",
|
|
22637
|
+
"return": {
|
|
22638
|
+
"type": {
|
|
22639
|
+
"text": "void"
|
|
22640
|
+
}
|
|
22641
|
+
},
|
|
22642
|
+
"inheritedFrom": {
|
|
22643
|
+
"name": "ListboxOption",
|
|
22644
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22645
|
+
}
|
|
22646
|
+
},
|
|
22647
|
+
{
|
|
22648
|
+
"kind": "field",
|
|
22649
|
+
"name": "styles",
|
|
22650
|
+
"type": {
|
|
22651
|
+
"text": "ElementStyles | void | null"
|
|
22652
|
+
},
|
|
22653
|
+
"privacy": "public",
|
|
22654
|
+
"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.",
|
|
22655
|
+
"inheritedFrom": {
|
|
22656
|
+
"name": "ListboxOption",
|
|
22657
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22658
|
+
}
|
|
22659
|
+
},
|
|
22660
|
+
{
|
|
22661
|
+
"kind": "method",
|
|
22662
|
+
"name": "stylesChanged",
|
|
22663
|
+
"privacy": "protected",
|
|
22664
|
+
"return": {
|
|
22665
|
+
"type": {
|
|
22666
|
+
"text": "void"
|
|
22667
|
+
}
|
|
22668
|
+
},
|
|
22669
|
+
"inheritedFrom": {
|
|
22670
|
+
"name": "ListboxOption",
|
|
22671
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22672
|
+
}
|
|
22673
|
+
},
|
|
22674
|
+
{
|
|
22675
|
+
"kind": "method",
|
|
22676
|
+
"name": "compose",
|
|
22677
|
+
"privacy": "public",
|
|
22678
|
+
"static": true,
|
|
22679
|
+
"return": {
|
|
22680
|
+
"type": {
|
|
22681
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
22682
|
+
}
|
|
22683
|
+
},
|
|
22684
|
+
"parameters": [
|
|
22685
|
+
{
|
|
22686
|
+
"name": "this",
|
|
22687
|
+
"type": {
|
|
22688
|
+
"text": "K"
|
|
22689
|
+
}
|
|
22690
|
+
},
|
|
22691
|
+
{
|
|
22692
|
+
"name": "elementDefinition",
|
|
22693
|
+
"type": {
|
|
22694
|
+
"text": "T"
|
|
22695
|
+
},
|
|
22696
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
22697
|
+
}
|
|
22698
|
+
],
|
|
22699
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
22700
|
+
"inheritedFrom": {
|
|
22701
|
+
"name": "ListboxOption",
|
|
22702
|
+
"module": "src/listbox-option/listbox-option.ts"
|
|
22703
|
+
}
|
|
22704
|
+
}
|
|
22705
|
+
]
|
|
22706
|
+
},
|
|
22707
|
+
{
|
|
22708
|
+
"kind": "variable",
|
|
22709
|
+
"name": "rapidOptgroup"
|
|
22710
|
+
}
|
|
22711
|
+
],
|
|
22712
|
+
"exports": [
|
|
22713
|
+
{
|
|
22714
|
+
"kind": "js",
|
|
22715
|
+
"name": "Optgroup",
|
|
22716
|
+
"declaration": {
|
|
22717
|
+
"name": "Optgroup",
|
|
22718
|
+
"module": "src/optgroup/optgroup.ts"
|
|
22719
|
+
}
|
|
22720
|
+
},
|
|
22721
|
+
{
|
|
22722
|
+
"kind": "js",
|
|
22723
|
+
"name": "rapidOptgroup",
|
|
22724
|
+
"declaration": {
|
|
22725
|
+
"name": "rapidOptgroup",
|
|
22726
|
+
"module": "src/optgroup/optgroup.ts"
|
|
22727
|
+
}
|
|
22728
|
+
}
|
|
22729
|
+
]
|
|
22730
|
+
},
|
|
22118
22731
|
{
|
|
22119
22732
|
"kind": "javascript-module",
|
|
22120
22733
|
"path": "src/overlays/index.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../../src/_config/values/color.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../../../src/_config/values/color.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB,iDAAmC,CAAC;AACnE,eAAO,MAAM,mBAAmB,iDAAmC,CAAC;AAEpE,eAAO,MAAM,uBAAuB,MAA6B,CAAC;AAElE,eAAO,MAAM,wBAAwB,IAAI,CAAC;AAC1C,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAC3C,eAAO,MAAM,0BAA0B,KAAK,CAAC;AAC7C,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAE3C,eAAO,MAAM,8BAA8B,IAAI,CAAC;AAChD,eAAO,MAAM,+BAA+B,IAAI,CAAC;AACjD,eAAO,MAAM,gCAAgC,KAAK,CAAC;AACnD,eAAO,MAAM,+BAA+B,IAAI,CAAC;AAEjD,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAC3C,eAAO,MAAM,0BAA0B,KAAK,CAAC;AAC7C,eAAO,MAAM,2BAA2B,IAAI,CAAC;AAC7C,eAAO,MAAM,0BAA0B,IAAI,CAAC;AAE5C,eAAO,MAAM,8BAA8B,IAAI,CAAC;AAChD,eAAO,MAAM,+BAA+B,IAAI,CAAC;AACjD,eAAO,MAAM,gCAAgC,IAAI,CAAC;AAClD,eAAO,MAAM,+BAA+B,IAAI,CAAC;AAEjD,eAAO,MAAM,gCAAgC,IAAI,CAAC;AAClD,eAAO,MAAM,iCAAiC,IAAI,CAAC;AACnD,eAAO,MAAM,kCAAkC,IAAI,CAAC;AACpD,eAAO,MAAM,iCAAiC,IAAI,CAAC;AAEnD,eAAO,MAAM,+BAA+B,IAAI,CAAC;AACjD,eAAO,MAAM,gCAAgC,IAAI,CAAC;AAClD,eAAO,MAAM,iCAAiC,KAAK,CAAC;AACpD,eAAO,MAAM,gCAAgC,IAAI,CAAC;AAElD,eAAO,MAAM,8BAA8B,IAAI,CAAC;AAEhD,eAAO,MAAM,2BAA2B,KAAK,CAAC;AAC9C,eAAO,MAAM,4BAA4B,KAAK,CAAC;AAC/C,eAAO,MAAM,6BAA6B,KAAK,CAAC;AAChD,eAAO,MAAM,4BAA4B,KAAK,CAAC;AAE/C,eAAO,MAAM,kCAAkC,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/_config/values/defaults.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/_config/values/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAehE,eAAO,MAAM,YAAY,EAAE,kBA2D1B,CAAC"}
|
|
@@ -168,6 +168,7 @@ export declare const baseComponents: {
|
|
|
168
168
|
shadowOptions: ShadowRootInit;
|
|
169
169
|
}, typeof import("./notification-listener").NotificationListener>;
|
|
170
170
|
rapidNumberField: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./number-field").NumberField>;
|
|
171
|
+
rapidOptgroup: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./optgroup").Optgroup>;
|
|
171
172
|
rapidProgress: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./progress").Progress>;
|
|
172
173
|
rapidProgressRing: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").ProgressRingOptions>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").ProgressRingOptions, import("@microsoft/fast-element").Constructable<import("@microsoft/fast-foundation").FoundationElement>>;
|
|
173
174
|
rapidRadio: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof import("./radio").Radio>;
|
|
@@ -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;
|
|
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;AAuF5D,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAoFJ,SAAS,WAAW,GAAG,EAAE;CAe/C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"expression-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAgBpE,eAAO,MAAM,gBAAgB,EAAE,sBAAsB,CAAC,
|
|
1
|
+
{"version":3,"file":"expression-builder.styles.d.ts","sourceRoot":"","sources":["../../../src/expression-builder/expression-builder.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AAgBpE,eAAO,MAAM,gBAAgB,EAAE,sBAAsB,CAAC,cAYrD,CAAC;AA8FF,eAAO,MAAM,4BAA4B,EAAE,sBAAsB,CAAC,MAAM,CAAC,cAAc,CAMtF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/optgroup/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Optgroup as FoundationOptgroup } from '@genesislcap/foundation-ui';
|
|
2
|
+
/**
|
|
3
|
+
* @tagname %%prefix%%-optgroup
|
|
4
|
+
*/
|
|
5
|
+
export declare class Optgroup extends FoundationOptgroup {
|
|
6
|
+
}
|
|
7
|
+
export declare const rapidOptgroup: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition<import("@microsoft/fast-foundation").FoundationElementDefinition>) => import("@microsoft/fast-foundation").FoundationElementRegistry<import("@microsoft/fast-foundation").FoundationElementDefinition, typeof Optgroup>;
|
|
8
|
+
//# sourceMappingURL=optgroup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optgroup.d.ts","sourceRoot":"","sources":["../../../src/optgroup/optgroup.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,IAAI,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAI5E;;GAEG;AACH,qBAAa,QAAS,SAAQ,kBAAkB;CAAG;AAEnD,eAAO,MAAM,aAAa,wTAIxB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ElementStyles } from '@microsoft/fast-element';
|
|
2
|
+
import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation';
|
|
3
|
+
export declare const rapidOptgroupStyles: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ElementStyles;
|
|
4
|
+
//# sourceMappingURL=optgroup.styles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optgroup.styles.d.ts","sourceRoot":"","sources":["../../../src/optgroup/optgroup.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AAEpC,eAAO,MAAM,mBAAmB,GAC9B,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aAEF,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 { Optgroup } from './optgroup';
|
|
4
|
+
export declare const rapidOptgroupTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate<Optgroup>;
|
|
5
|
+
//# sourceMappingURL=optgroup.template.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"optgroup.template.d.ts","sourceRoot":"","sources":["../../../src/optgroup/optgroup.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,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,eAAO,MAAM,qBAAqB,GAChC,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,YAAY,CAAC,QAAQ,CAAoD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tag-for.d.ts","sourceRoot":"","sources":["../../../src/patterns/tag-for.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAE5F;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,GAAG,qBAAqB,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC;AAEpG;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,yBAAyB,CAAA;CAAE,CAAC;AAE5E;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,UAAU,EAAE,yBAAyB,GAAG,MAAM,
|
|
1
|
+
{"version":3,"file":"tag-for.d.ts","sourceRoot":"","sources":["../../../src/patterns/tag-for.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAE5F;;;GAGG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,GAAG,qBAAqB,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC;AAEpG;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,yBAAyB,CAAA;CAAE,CAAC;AAE5E;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,UAAU,EAAE,yBAAyB,GAAG,MAAM,CAapE"}
|
|
@@ -46,6 +46,7 @@ import { rapidModal } from './modal';
|
|
|
46
46
|
import { rapidMultiselect } from './multiselect';
|
|
47
47
|
import { rapidNotificationListener } from './notification-listener';
|
|
48
48
|
import { rapidNumberField } from './number-field';
|
|
49
|
+
import { rapidOptgroup } from './optgroup';
|
|
49
50
|
import { rapidSystemHealthOverlay } from './overlays';
|
|
50
51
|
import { rapidProgress } from './progress';
|
|
51
52
|
import { rapidProgressRing } from './progress-ring';
|
|
@@ -129,6 +130,7 @@ export const baseComponents = {
|
|
|
129
130
|
rapidMultiselect,
|
|
130
131
|
rapidNotificationListener,
|
|
131
132
|
rapidNumberField,
|
|
133
|
+
rapidOptgroup,
|
|
132
134
|
rapidProgress,
|
|
133
135
|
rapidProgressRing,
|
|
134
136
|
rapidRadio,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Optgroup as FoundationOptgroup } from '@genesislcap/foundation-ui';
|
|
2
|
+
import { rapidOptgroupStyles as styles } from './optgroup.styles';
|
|
3
|
+
import { rapidOptgroupTemplate as template } from './optgroup.template';
|
|
4
|
+
/**
|
|
5
|
+
* @tagname %%prefix%%-optgroup
|
|
6
|
+
*/
|
|
7
|
+
export class Optgroup extends FoundationOptgroup {
|
|
8
|
+
}
|
|
9
|
+
export const rapidOptgroup = Optgroup.compose({
|
|
10
|
+
baseName: 'optgroup',
|
|
11
|
+
template,
|
|
12
|
+
styles,
|
|
13
|
+
});
|
|
@@ -11,7 +11,6 @@ export function tagFor(dependency) {
|
|
|
11
11
|
return dependency;
|
|
12
12
|
}
|
|
13
13
|
if (typeof dependency === 'function') {
|
|
14
|
-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
15
14
|
dependency = FASTElementDefinition.forType(dependency); // < using forType instead of getByType for now...
|
|
16
15
|
if (!dependency) {
|
|
17
16
|
throw new Error('Missing FASTElement definition.');
|
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.
|
|
4
|
+
"version": "14.386.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
36
|
-
"@genesislcap/genx": "14.
|
|
37
|
-
"@genesislcap/rollup-builder": "14.
|
|
38
|
-
"@genesislcap/ts-builder": "14.
|
|
39
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
40
|
-
"@genesislcap/vite-builder": "14.
|
|
41
|
-
"@genesislcap/webpack-builder": "14.
|
|
36
|
+
"@genesislcap/genx": "14.386.0",
|
|
37
|
+
"@genesislcap/rollup-builder": "14.386.0",
|
|
38
|
+
"@genesislcap/ts-builder": "14.386.0",
|
|
39
|
+
"@genesislcap/uvu-playwright-builder": "14.386.0",
|
|
40
|
+
"@genesislcap/vite-builder": "14.386.0",
|
|
41
|
+
"@genesislcap/webpack-builder": "14.386.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@genesislcap/foundation-logger": "14.
|
|
45
|
-
"@genesislcap/foundation-ui": "14.
|
|
46
|
-
"@genesislcap/foundation-utils": "14.
|
|
44
|
+
"@genesislcap/foundation-logger": "14.386.0",
|
|
45
|
+
"@genesislcap/foundation-ui": "14.386.0",
|
|
46
|
+
"@genesislcap/foundation-utils": "14.386.0",
|
|
47
47
|
"@microsoft/fast-colors": "5.3.1",
|
|
48
48
|
"@microsoft/fast-components": "2.30.6",
|
|
49
49
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
62
|
"customElements": "dist/custom-elements.json",
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "e7b96cdce11cd5c9e08bbf4df29c56120a381dd6"
|
|
64
64
|
}
|