@spscommerce/ds-react 5.2.3 → 5.4.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/lib/index.cjs.js +146 -79
- package/lib/index.es.js +699 -588
- package/lib/list-toolbar/SpsListToolbarSearchInfo.d.ts +10 -0
- package/lib/list-toolbar/index.d.ts +1 -0
- package/lib/multi-select/SpsMultiSelect.d.ts +2 -1
- package/lib/stepped-progress-bar/SpsSteppedProgressBar.d.ts +3 -1
- package/lib/stepped-progress-bar/{SpsStepepdProgressBar.examples.d.ts → SpsSteppedProgressBar.examples.d.ts} +4 -0
- package/lib/stepped-progress-bar/index.d.ts +1 -1
- package/package.json +9 -9
package/lib/index.es.js
CHANGED
|
@@ -31,7 +31,7 @@ var __objRest = (source, exclude) => {
|
|
|
31
31
|
};
|
|
32
32
|
import * as React from "react";
|
|
33
33
|
import React__default, { useRef, useEffect, createContext, useMemo as useMemo$1, useContext, useReducer, useState, useCallback as useCallback$1, useLayoutEffect as useLayoutEffect$1 } from "react";
|
|
34
|
-
import { noI18nI18n, ButtonKind, ButtonType, SpsIcon, SpinnerSize, Position, ZStratum, SpsOptionListOption, DropdownKind, SPS_ACTION_DEFAULTS, ClickableTagKind, TagKind, SpsIconSize, SelectMode, TooltipKind, TooltipShowTrigger, TOOLTIP_HIDE_DELAY_MS_DEFAULT, FeedbackBlockKind, FeedbackBlockIcons, GrowlerKind, GrowlerIcon, GROWLER_VISIBLE_DURATION_MS, GROWLER_FADEOUT_DURATION_MS, SpsInsightTileKind, SpsInsightTileIcons, KeyValueListTitleColor, SortDirection, ModalKind, ModalSize, DEFAULT_PAGE_SIZE_OPTIONS, StdButtonKind, SpsTaskStatus, TASK_QUEUE_NOTIFICATION_DURATION_MS, SpsTaskStatusIcons, SpsFilterTileKind, RingSize, WizardSubstepConditions } from "@spscommerce/ds-shared";
|
|
34
|
+
import { noI18nI18n, ButtonKind, ButtonType, SpsIcon, SpinnerSize, Position, ZStratum, SpsOptionListOption, DropdownKind, SPS_ACTION_DEFAULTS, ClickableTagKind, TagKind, SpsIconSize, SelectMode, TooltipKind, TooltipShowTrigger, TOOLTIP_HIDE_DELAY_MS_DEFAULT, FeedbackBlockKind, FeedbackBlockIcons, GrowlerKind, GrowlerIcon, GROWLER_VISIBLE_DURATION_MS, GROWLER_FADEOUT_DURATION_MS, SpsInsightTileKind, SpsInsightTileIcons, KeyValueListTitleColor, SortDirection, ModalKind, ModalSize, DEFAULT_PAGE_SIZE_OPTIONS, SteppedProgressBarColor, StdButtonKind, SpsTaskStatus, TASK_QUEUE_NOTIFICATION_DURATION_MS, SpsTaskStatusIcons, SpsFilterTileKind, RingSize, WizardSubstepConditions } from "@spscommerce/ds-shared";
|
|
35
35
|
import { values as values$3, code, debounce, flatten, deepFreeze, setPath, diff, DiffChange, getPath, crumblePath, traversePath, forEachNestedObject, lockToAnimationFrames, constrain } from "@spscommerce/utils";
|
|
36
36
|
import * as ReactDOM from "react-dom";
|
|
37
37
|
import { createPortal, unstable_batchedUpdates } from "react-dom";
|
|
@@ -81,7 +81,7 @@ var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof win
|
|
|
81
81
|
function commonjsRequire(path) {
|
|
82
82
|
throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
|
|
83
83
|
}
|
|
84
|
-
var propTypes$
|
|
84
|
+
var propTypes$1M = { exports: {} };
|
|
85
85
|
var ReactPropTypesSecret$1 = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
|
|
86
86
|
var ReactPropTypesSecret_1 = ReactPropTypesSecret$1;
|
|
87
87
|
var ReactPropTypesSecret = ReactPropTypesSecret_1;
|
|
@@ -129,32 +129,32 @@ var factoryWithThrowingShims = function() {
|
|
|
129
129
|
return ReactPropTypes;
|
|
130
130
|
};
|
|
131
131
|
{
|
|
132
|
-
propTypes$
|
|
132
|
+
propTypes$1M.exports = factoryWithThrowingShims();
|
|
133
133
|
}
|
|
134
134
|
function deprecated(type) {
|
|
135
135
|
return type;
|
|
136
136
|
}
|
|
137
137
|
function enumValue(e2) {
|
|
138
|
-
return propTypes$
|
|
138
|
+
return propTypes$1M.exports.oneOf(values$3(e2));
|
|
139
139
|
}
|
|
140
140
|
function fun() {
|
|
141
|
-
return propTypes$
|
|
141
|
+
return propTypes$1M.exports.func;
|
|
142
142
|
}
|
|
143
143
|
function impl() {
|
|
144
|
-
return propTypes$
|
|
144
|
+
return propTypes$1M.exports.object;
|
|
145
145
|
}
|
|
146
146
|
function ref() {
|
|
147
|
-
return propTypes$
|
|
147
|
+
return propTypes$1M.exports.object;
|
|
148
148
|
}
|
|
149
|
-
const nodeOrRenderFn = propTypes$
|
|
149
|
+
const nodeOrRenderFn = propTypes$1M.exports.oneOfType([propTypes$1M.exports.node, propTypes$1M.exports.func]);
|
|
150
150
|
const spsGlobalPropTypes = {
|
|
151
|
-
children: propTypes$
|
|
152
|
-
className: propTypes$
|
|
153
|
-
"data-testid": propTypes$
|
|
154
|
-
unsafelyReplaceClassName: propTypes$
|
|
151
|
+
children: propTypes$1M.exports.oneOfType([propTypes$1M.exports.arrayOf(propTypes$1M.exports.node), propTypes$1M.exports.node]),
|
|
152
|
+
className: propTypes$1M.exports.string,
|
|
153
|
+
"data-testid": propTypes$1M.exports.string,
|
|
154
|
+
unsafelyReplaceClassName: propTypes$1M.exports.string
|
|
155
155
|
};
|
|
156
156
|
const I18nContext = React.createContext(noI18nI18n);
|
|
157
|
-
const propsDoc$
|
|
157
|
+
const propsDoc$1H = {
|
|
158
158
|
disabled: "boolean",
|
|
159
159
|
href: "string",
|
|
160
160
|
icon: "SpsIcon",
|
|
@@ -163,13 +163,13 @@ const propsDoc$1G = {
|
|
|
163
163
|
spinningTitle: "string",
|
|
164
164
|
type: "ButtonType"
|
|
165
165
|
};
|
|
166
|
-
const propTypes$
|
|
167
|
-
disabled: propTypes$
|
|
168
|
-
href: propTypes$
|
|
166
|
+
const propTypes$1L = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
167
|
+
disabled: propTypes$1M.exports.bool,
|
|
168
|
+
href: propTypes$1M.exports.string,
|
|
169
169
|
icon: enumValue(SpsIcon),
|
|
170
170
|
kind: enumValue(ButtonKind),
|
|
171
|
-
spinning: propTypes$
|
|
172
|
-
spinningTitle: propTypes$
|
|
171
|
+
spinning: propTypes$1M.exports.bool,
|
|
172
|
+
spinningTitle: propTypes$1M.exports.string,
|
|
173
173
|
type: enumValue(ButtonType)
|
|
174
174
|
});
|
|
175
175
|
function SpsButton(props2) {
|
|
@@ -219,8 +219,8 @@ function SpsButton(props2) {
|
|
|
219
219
|
}), iconElement, children, spinner));
|
|
220
220
|
}
|
|
221
221
|
Object.assign(SpsButton, {
|
|
222
|
-
props: propsDoc$
|
|
223
|
-
propTypes: propTypes$
|
|
222
|
+
props: propsDoc$1H,
|
|
223
|
+
propTypes: propTypes$1L,
|
|
224
224
|
displayName: "SpsButton"
|
|
225
225
|
});
|
|
226
226
|
const spsFormProps = {
|
|
@@ -272,7 +272,7 @@ Object.assign(SpsForm, {
|
|
|
272
272
|
function contentOf(nodeOrRenderFn2) {
|
|
273
273
|
return typeof nodeOrRenderFn2 === "function" ? nodeOrRenderFn2() : nodeOrRenderFn2;
|
|
274
274
|
}
|
|
275
|
-
const propsDoc$
|
|
275
|
+
const propsDoc$1G = __spreadProps(__spreadValues({}, spsFormProps), {
|
|
276
276
|
controlsDisabled: "boolean",
|
|
277
277
|
footerLinks: "ReactNodeOrRenderFn",
|
|
278
278
|
formMeta: "SpsFormArrayMeta<any> | SpsFormGroupMeta<any>",
|
|
@@ -280,16 +280,16 @@ const propsDoc$1F = __spreadProps(__spreadValues({}, spsFormProps), {
|
|
|
280
280
|
onClear: "() => void",
|
|
281
281
|
onSubmit: "React.FormEventHandler"
|
|
282
282
|
});
|
|
283
|
-
const propTypes$
|
|
284
|
-
controlsDisabled: propTypes$
|
|
283
|
+
const propTypes$1K = __spreadProps(__spreadValues(__spreadValues({}, spsGlobalPropTypes), spsFormPropTypes), {
|
|
284
|
+
controlsDisabled: propTypes$1M.exports.bool,
|
|
285
285
|
footerLinks: nodeOrRenderFn,
|
|
286
286
|
formArray: impl(),
|
|
287
287
|
formGroup: impl(),
|
|
288
|
-
formMeta: propTypes$
|
|
288
|
+
formMeta: propTypes$1M.exports.oneOfType([
|
|
289
289
|
impl(),
|
|
290
290
|
impl()
|
|
291
291
|
]),
|
|
292
|
-
isOpen: propTypes$
|
|
292
|
+
isOpen: propTypes$1M.exports.bool,
|
|
293
293
|
onClear: fun(),
|
|
294
294
|
onSubmit: fun()
|
|
295
295
|
});
|
|
@@ -354,8 +354,8 @@ function SpsAdvancedSearch(props2) {
|
|
|
354
354
|
}, t2("design-system:advancedSearch.search"))))));
|
|
355
355
|
}
|
|
356
356
|
Object.assign(SpsAdvancedSearch, {
|
|
357
|
-
props: propsDoc$
|
|
358
|
-
propTypes: propTypes$
|
|
357
|
+
props: propsDoc$1G,
|
|
358
|
+
propTypes: propTypes$1K,
|
|
359
359
|
displayName: "SpsAdvancedSearch"
|
|
360
360
|
});
|
|
361
361
|
const SpsAdvancedSearchExamples = {
|
|
@@ -598,7 +598,7 @@ function useFormControlId(id2, formControl2) {
|
|
|
598
598
|
};
|
|
599
599
|
}
|
|
600
600
|
const spsFormComponentWrapperPropTypes = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
601
|
-
focusInputOnClick: propTypes$
|
|
601
|
+
focusInputOnClick: propTypes$1M.exports.bool,
|
|
602
602
|
formMeta: impl(),
|
|
603
603
|
formControl: impl(),
|
|
604
604
|
inputRef: ref()
|
|
@@ -748,15 +748,15 @@ var scrollIntoViewImport = /* @__PURE__ */ Object.freeze({
|
|
|
748
748
|
[Symbol.toStringTag]: "Module",
|
|
749
749
|
"default": scrollIntoView$1
|
|
750
750
|
});
|
|
751
|
-
const propsDoc$
|
|
751
|
+
const propsDoc$1F = {
|
|
752
752
|
alt: "string",
|
|
753
753
|
size: "SpinnerSize",
|
|
754
754
|
title: "string"
|
|
755
755
|
};
|
|
756
|
-
const propTypes$
|
|
757
|
-
alt: propTypes$
|
|
756
|
+
const propTypes$1J = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
757
|
+
alt: propTypes$1M.exports.string,
|
|
758
758
|
size: enumValue(SpinnerSize),
|
|
759
|
-
title: propTypes$
|
|
759
|
+
title: propTypes$1M.exports.string
|
|
760
760
|
});
|
|
761
761
|
function SpsSpinner(props2) {
|
|
762
762
|
const _a = props2, {
|
|
@@ -784,8 +784,8 @@ function SpsSpinner(props2) {
|
|
|
784
784
|
}, rest));
|
|
785
785
|
}
|
|
786
786
|
Object.assign(SpsSpinner, {
|
|
787
|
-
props: propsDoc$
|
|
788
|
-
propTypes: propTypes$
|
|
787
|
+
props: propsDoc$1F,
|
|
788
|
+
propTypes: propTypes$1J,
|
|
789
789
|
displayName: "SpsSpinner"
|
|
790
790
|
});
|
|
791
791
|
const NAVBAR_HEIGHT = 60;
|
|
@@ -973,48 +973,48 @@ const spsOptionListPassthroughProps = {
|
|
|
973
973
|
zeroState: "string"
|
|
974
974
|
},
|
|
975
975
|
propTypes: {
|
|
976
|
-
captionKey: propTypes$
|
|
977
|
-
comparisonKey: propTypes$
|
|
978
|
-
disabledOptions: propTypes$
|
|
979
|
-
options: propTypes$
|
|
980
|
-
propTypes$
|
|
981
|
-
propTypes$
|
|
976
|
+
captionKey: propTypes$1M.exports.string,
|
|
977
|
+
comparisonKey: propTypes$1M.exports.string,
|
|
978
|
+
disabledOptions: propTypes$1M.exports.arrayOf(propTypes$1M.exports.any),
|
|
979
|
+
options: propTypes$1M.exports.oneOfType([
|
|
980
|
+
propTypes$1M.exports.array,
|
|
981
|
+
propTypes$1M.exports.instanceOf(Promise),
|
|
982
982
|
fun()
|
|
983
983
|
]).isRequired,
|
|
984
|
-
tall: propTypes$
|
|
985
|
-
textKey: propTypes$
|
|
986
|
-
valueKey: propTypes$
|
|
987
|
-
zeroState: propTypes$
|
|
984
|
+
tall: propTypes$1M.exports.bool,
|
|
985
|
+
textKey: propTypes$1M.exports.string,
|
|
986
|
+
valueKey: propTypes$1M.exports.string,
|
|
987
|
+
zeroState: propTypes$1M.exports.string
|
|
988
988
|
}
|
|
989
989
|
};
|
|
990
990
|
const searchableOptionListProps = {
|
|
991
|
-
hideInlineSearch: propTypes$
|
|
991
|
+
hideInlineSearch: propTypes$1M.exports.bool,
|
|
992
992
|
onSearchChange: fun(),
|
|
993
|
-
search: propTypes$
|
|
994
|
-
searchDebounce: propTypes$
|
|
995
|
-
searchPlaceholder: propTypes$
|
|
993
|
+
search: propTypes$1M.exports.string,
|
|
994
|
+
searchDebounce: propTypes$1M.exports.number,
|
|
995
|
+
searchPlaceholder: propTypes$1M.exports.string,
|
|
996
996
|
searchInputRef: ref()
|
|
997
997
|
};
|
|
998
|
-
const propTypes$
|
|
998
|
+
const propTypes$1I = __spreadProps(__spreadValues(__spreadValues(__spreadValues({}, spsGlobalPropTypes), spsOptionListPassthroughProps.propTypes), searchableOptionListProps), {
|
|
999
999
|
attachTo: ref().isRequired,
|
|
1000
|
-
conformWidth: propTypes$
|
|
1001
|
-
id: propTypes$
|
|
1002
|
-
isOpen: propTypes$
|
|
1003
|
-
keepOpen: propTypes$
|
|
1000
|
+
conformWidth: propTypes$1M.exports.bool,
|
|
1001
|
+
id: propTypes$1M.exports.string.isRequired,
|
|
1002
|
+
isOpen: propTypes$1M.exports.bool,
|
|
1003
|
+
keepOpen: propTypes$1M.exports.bool,
|
|
1004
1004
|
keyDown: impl(),
|
|
1005
|
-
nullOption: propTypes$
|
|
1006
|
-
offsets: propTypes$
|
|
1005
|
+
nullOption: propTypes$1M.exports.string,
|
|
1006
|
+
offsets: propTypes$1M.exports.arrayOf(propTypes$1M.exports.number),
|
|
1007
1007
|
onOptionListChanged: fun(),
|
|
1008
1008
|
onOptionSelected: fun(),
|
|
1009
1009
|
onPositionFlip: fun(),
|
|
1010
1010
|
onSelfToggle: fun(),
|
|
1011
|
-
optionRole: propTypes$
|
|
1012
|
-
positionOverride: propTypes$
|
|
1013
|
-
selectedOption: propTypes$
|
|
1011
|
+
optionRole: propTypes$1M.exports.string,
|
|
1012
|
+
positionOverride: propTypes$1M.exports.arrayOf(enumValue(Position)),
|
|
1013
|
+
selectedOption: propTypes$1M.exports.any,
|
|
1014
1014
|
specialAction: fun(),
|
|
1015
|
-
ignoreWidthStyles: propTypes$
|
|
1016
|
-
loading: propTypes$
|
|
1017
|
-
filterByTextAndCaptionKey: propTypes$
|
|
1015
|
+
ignoreWidthStyles: propTypes$1M.exports.bool,
|
|
1016
|
+
loading: propTypes$1M.exports.bool,
|
|
1017
|
+
filterByTextAndCaptionKey: propTypes$1M.exports.bool
|
|
1018
1018
|
});
|
|
1019
1019
|
async function updateOptions(props2, searchState, searchStatePatch, setOptionList, setAnyOptionHasIcon, promiseRef) {
|
|
1020
1020
|
const options = typeof props2.options === "function" ? props2.options(searchState.value) : props2.options || [];
|
|
@@ -1277,6 +1277,12 @@ const LETTER_KEYS = [
|
|
|
1277
1277
|
function compareOptions(optionA, optionB, comparisonKey) {
|
|
1278
1278
|
return comparisonKey ? (optionA && optionA[comparisonKey]) === (optionB && optionB[comparisonKey]) : optionA === optionB;
|
|
1279
1279
|
}
|
|
1280
|
+
function isOptionDisabled(disabledOptions, comparisonKey, option) {
|
|
1281
|
+
return comparisonKey ? !!(disabledOptions == null ? void 0 : disabledOptions.find((opt) => {
|
|
1282
|
+
var _a;
|
|
1283
|
+
return opt[comparisonKey] && opt[comparisonKey] === ((_a = option.value) == null ? void 0 : _a[comparisonKey]);
|
|
1284
|
+
})) : false;
|
|
1285
|
+
}
|
|
1280
1286
|
const SpsOptionList = React.forwardRef((props2, ref2) => {
|
|
1281
1287
|
const _a = props2, {
|
|
1282
1288
|
captionKey,
|
|
@@ -1583,7 +1589,7 @@ const SpsOptionList = React.forwardRef((props2, ref2) => {
|
|
|
1583
1589
|
role: optionRole,
|
|
1584
1590
|
"aria-selected": compareOptions(option.value, selectedOption, comparisonKey),
|
|
1585
1591
|
href: option.href,
|
|
1586
|
-
className: clsx("sps-option-list__option", option.caption && "sps-option-list__option--has-caption", option.disabled && "sps-option-list__option--disabled", option.bold && "sps-option-list__option--bold", compareOptions(option.value, selectedOption, comparisonKey) && "sps-option-list__option--selected", highlightedOptionIndex === i2 && "sps-option-list__option--highlighted"),
|
|
1592
|
+
className: clsx("sps-option-list__option", option.caption && "sps-option-list__option--has-caption", option.disabled && "sps-option-list__option--disabled", option.bold && "sps-option-list__option--bold", (compareOptions(option.value, selectedOption, comparisonKey) || isOptionDisabled(disabledOptions, comparisonKey, option)) && "sps-option-list__option--selected", highlightedOptionIndex === i2 && "sps-option-list__option--highlighted"),
|
|
1587
1593
|
onClick: (event) => handleOptionClick(event, option),
|
|
1588
1594
|
onMouseOver: () => setHighlightedOptionIndex(i2),
|
|
1589
1595
|
tabIndex: -1,
|
|
@@ -1615,7 +1621,7 @@ const SpsOptionList = React.forwardRef((props2, ref2) => {
|
|
|
1615
1621
|
}), /* @__PURE__ */ React.createElement("span", null, specialAction.label))));
|
|
1616
1622
|
});
|
|
1617
1623
|
Object.assign(SpsOptionList, {
|
|
1618
|
-
propTypes: propTypes$
|
|
1624
|
+
propTypes: propTypes$1I,
|
|
1619
1625
|
displayName: "SpsOptionList"
|
|
1620
1626
|
});
|
|
1621
1627
|
function selectChildren(children = [], groups = []) {
|
|
@@ -1704,7 +1710,7 @@ function useInputPopup(rootRef, popupRef) {
|
|
|
1704
1710
|
doHidePopup
|
|
1705
1711
|
};
|
|
1706
1712
|
}
|
|
1707
|
-
const propsDoc$
|
|
1713
|
+
const propsDoc$1E = {
|
|
1708
1714
|
debounce: "number",
|
|
1709
1715
|
disabled: "boolean",
|
|
1710
1716
|
formMeta: "SpsFormFieldMeta<string>",
|
|
@@ -1723,23 +1729,23 @@ const propsDoc$1D = {
|
|
|
1723
1729
|
zeroState: "string",
|
|
1724
1730
|
loading: "boolean"
|
|
1725
1731
|
};
|
|
1726
|
-
const propTypes$
|
|
1727
|
-
debounce: propTypes$
|
|
1728
|
-
disabled: propTypes$
|
|
1732
|
+
const propTypes$1H = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
1733
|
+
debounce: propTypes$1M.exports.number,
|
|
1734
|
+
disabled: propTypes$1M.exports.bool,
|
|
1729
1735
|
formControl: impl(),
|
|
1730
1736
|
formMeta: impl(),
|
|
1731
1737
|
icon: enumValue(SpsIcon),
|
|
1732
1738
|
onChange: fun(),
|
|
1733
|
-
placeholder: propTypes$
|
|
1734
|
-
suggestions: propTypes$
|
|
1735
|
-
propTypes$
|
|
1736
|
-
propTypes$
|
|
1739
|
+
placeholder: propTypes$1M.exports.string,
|
|
1740
|
+
suggestions: propTypes$1M.exports.oneOfType([
|
|
1741
|
+
propTypes$1M.exports.arrayOf(propTypes$1M.exports.string),
|
|
1742
|
+
propTypes$1M.exports.instanceOf(Promise),
|
|
1737
1743
|
fun()
|
|
1738
1744
|
]).isRequired,
|
|
1739
|
-
tallOptionList: propTypes$
|
|
1740
|
-
value: propTypes$
|
|
1741
|
-
zeroState: propTypes$
|
|
1742
|
-
loading: propTypes$
|
|
1745
|
+
tallOptionList: propTypes$1M.exports.bool,
|
|
1746
|
+
value: propTypes$1M.exports.string,
|
|
1747
|
+
zeroState: propTypes$1M.exports.string,
|
|
1748
|
+
loading: propTypes$1M.exports.bool
|
|
1743
1749
|
});
|
|
1744
1750
|
function SpsAutocomplete(_a) {
|
|
1745
1751
|
var _b = _a, {
|
|
@@ -1886,8 +1892,8 @@ function SpsAutocomplete(_a) {
|
|
|
1886
1892
|
}));
|
|
1887
1893
|
}
|
|
1888
1894
|
Object.assign(SpsAutocomplete, {
|
|
1889
|
-
props: propsDoc$
|
|
1890
|
-
propTypes: propTypes$
|
|
1895
|
+
props: propsDoc$1E,
|
|
1896
|
+
propTypes: propTypes$1H,
|
|
1891
1897
|
displayName: "SpsAutocomplete"
|
|
1892
1898
|
});
|
|
1893
1899
|
const SpsAutocompleteExamples = {
|
|
@@ -2010,7 +2016,7 @@ const SpsAutocompleteExamples = {
|
|
|
2010
2016
|
}
|
|
2011
2017
|
}
|
|
2012
2018
|
};
|
|
2013
|
-
const propsDoc$
|
|
2019
|
+
const propsDoc$1D = {
|
|
2014
2020
|
alignLeft: "boolean",
|
|
2015
2021
|
disabled: "boolean",
|
|
2016
2022
|
icon: "SpsIcon",
|
|
@@ -2024,19 +2030,19 @@ const propsDoc$1C = {
|
|
|
2024
2030
|
onClose: "() => void",
|
|
2025
2031
|
loading: "boolean"
|
|
2026
2032
|
};
|
|
2027
|
-
const propTypes$
|
|
2028
|
-
alignLeft: propTypes$
|
|
2029
|
-
disabled: propTypes$
|
|
2033
|
+
const propTypes$1G = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
2034
|
+
alignLeft: propTypes$1M.exports.bool,
|
|
2035
|
+
disabled: propTypes$1M.exports.bool,
|
|
2030
2036
|
icon: enumValue(SpsIcon),
|
|
2031
2037
|
kind: enumValue(DropdownKind),
|
|
2032
|
-
label: propTypes$
|
|
2033
|
-
options: propTypes$
|
|
2034
|
-
spinning: propTypes$
|
|
2035
|
-
spinningTitle: propTypes$
|
|
2036
|
-
tallOptionList: propTypes$
|
|
2038
|
+
label: propTypes$1M.exports.string,
|
|
2039
|
+
options: propTypes$1M.exports.arrayOf(propTypes$1M.exports.oneOfType([propTypes$1M.exports.func, propTypes$1M.exports.any])).isRequired,
|
|
2040
|
+
spinning: propTypes$1M.exports.bool,
|
|
2041
|
+
spinningTitle: propTypes$1M.exports.string,
|
|
2042
|
+
tallOptionList: propTypes$1M.exports.bool,
|
|
2037
2043
|
onOpen: fun(),
|
|
2038
2044
|
onClose: fun(),
|
|
2039
|
-
loading: propTypes$
|
|
2045
|
+
loading: propTypes$1M.exports.bool
|
|
2040
2046
|
});
|
|
2041
2047
|
function SpsDropdown(props2) {
|
|
2042
2048
|
const _a = props2, {
|
|
@@ -2193,12 +2199,12 @@ function SpsDropdown(props2) {
|
|
|
2193
2199
|
}, spinningTitle || t2("design-system:button.spinningTitle")))));
|
|
2194
2200
|
}
|
|
2195
2201
|
Object.assign(SpsDropdown, {
|
|
2196
|
-
props: propsDoc$
|
|
2197
|
-
propTypes: propTypes$
|
|
2202
|
+
props: propsDoc$1D,
|
|
2203
|
+
propTypes: propTypes$1G,
|
|
2198
2204
|
displayName: "SpsDropdown"
|
|
2199
2205
|
});
|
|
2200
|
-
const propsDoc$
|
|
2201
|
-
const propTypes$
|
|
2206
|
+
const propsDoc$1C = {};
|
|
2207
|
+
const propTypes$1F = __spreadValues({}, spsGlobalPropTypes);
|
|
2202
2208
|
function SpsButtonGroup(props2) {
|
|
2203
2209
|
const _a = props2, {
|
|
2204
2210
|
children,
|
|
@@ -2229,8 +2235,8 @@ function SpsButtonGroup(props2) {
|
|
|
2229
2235
|
}), others.length > 0 && others);
|
|
2230
2236
|
}
|
|
2231
2237
|
Object.assign(SpsButtonGroup, {
|
|
2232
|
-
props: propsDoc$
|
|
2233
|
-
propTypes: propTypes$
|
|
2238
|
+
props: propsDoc$1C,
|
|
2239
|
+
propTypes: propTypes$1F,
|
|
2234
2240
|
displayName: "SpsButtonGroup"
|
|
2235
2241
|
});
|
|
2236
2242
|
const SpsButtonExamples = {
|
|
@@ -4962,8 +4968,8 @@ function SpsTabPanel(_c) {
|
|
|
4962
4968
|
className: "sps-card__body"
|
|
4963
4969
|
}), state.selectedItem ? state.selectedItem.props.children : null);
|
|
4964
4970
|
}
|
|
4965
|
-
const propsDoc$
|
|
4966
|
-
const propTypes$
|
|
4971
|
+
const propsDoc$1B = {};
|
|
4972
|
+
const propTypes$1E = {};
|
|
4967
4973
|
function SpsTabsV2(props2) {
|
|
4968
4974
|
const state = useTabListState(props2);
|
|
4969
4975
|
const ref2 = React.useRef();
|
|
@@ -4981,12 +4987,12 @@ function SpsTabsV2(props2) {
|
|
|
4981
4987
|
}));
|
|
4982
4988
|
}
|
|
4983
4989
|
Object.assign(SpsTabsV2, {
|
|
4984
|
-
props: propsDoc$
|
|
4985
|
-
propTypes: propTypes$
|
|
4990
|
+
props: propsDoc$1B,
|
|
4991
|
+
propTypes: propTypes$1E,
|
|
4986
4992
|
displayName: "SpsTabsV2"
|
|
4987
4993
|
});
|
|
4988
|
-
const propsDoc$
|
|
4989
|
-
const propTypes$
|
|
4994
|
+
const propsDoc$1A = {};
|
|
4995
|
+
const propTypes$1D = {};
|
|
4990
4996
|
function SpsCardV2Footer(_e) {
|
|
4991
4997
|
var _f = _e, {
|
|
4992
4998
|
children,
|
|
@@ -5000,12 +5006,12 @@ function SpsCardV2Footer(_e) {
|
|
|
5000
5006
|
}, rest), children);
|
|
5001
5007
|
}
|
|
5002
5008
|
Object.assign(SpsCardV2Footer, {
|
|
5003
|
-
props: propsDoc$
|
|
5004
|
-
propTypes: propTypes$
|
|
5009
|
+
props: propsDoc$1A,
|
|
5010
|
+
propTypes: propTypes$1D,
|
|
5005
5011
|
displayName: "SpsCardV2Footer"
|
|
5006
5012
|
});
|
|
5007
|
-
const propsDoc$
|
|
5008
|
-
const propTypes$
|
|
5013
|
+
const propsDoc$1z = {};
|
|
5014
|
+
const propTypes$1C = {};
|
|
5009
5015
|
function SpsCardV2Header(_g) {
|
|
5010
5016
|
var _h = _g, {
|
|
5011
5017
|
children,
|
|
@@ -5019,12 +5025,12 @@ function SpsCardV2Header(_g) {
|
|
|
5019
5025
|
}, rest), children);
|
|
5020
5026
|
}
|
|
5021
5027
|
Object.assign(SpsCardV2Header, {
|
|
5022
|
-
props: propsDoc$
|
|
5023
|
-
propTypes: propTypes$
|
|
5028
|
+
props: propsDoc$1z,
|
|
5029
|
+
propTypes: propTypes$1C,
|
|
5024
5030
|
displayName: "SpsCardV2Header"
|
|
5025
5031
|
});
|
|
5026
|
-
const propsDoc$
|
|
5027
|
-
const propTypes$
|
|
5032
|
+
const propsDoc$1y = {};
|
|
5033
|
+
const propTypes$1B = {};
|
|
5028
5034
|
function SpsCardV2(_i) {
|
|
5029
5035
|
var _j = _i, {
|
|
5030
5036
|
children,
|
|
@@ -5050,12 +5056,12 @@ function SpsCardV2(_i) {
|
|
|
5050
5056
|
}, bodyContent), footer);
|
|
5051
5057
|
}
|
|
5052
5058
|
Object.assign(SpsCardV2, {
|
|
5053
|
-
props: propsDoc$
|
|
5054
|
-
propTypes: propTypes$
|
|
5059
|
+
props: propsDoc$1y,
|
|
5060
|
+
propTypes: propTypes$1B,
|
|
5055
5061
|
displayName: "SpsCardV2"
|
|
5056
5062
|
});
|
|
5057
|
-
const propsDoc$
|
|
5058
|
-
const propTypes$
|
|
5063
|
+
const propsDoc$1x = {};
|
|
5064
|
+
const propTypes$1A = {};
|
|
5059
5065
|
function SpsCardV2Title(_k) {
|
|
5060
5066
|
var _l = _k, {
|
|
5061
5067
|
children,
|
|
@@ -5069,8 +5075,8 @@ function SpsCardV2Title(_k) {
|
|
|
5069
5075
|
}, rest), children);
|
|
5070
5076
|
}
|
|
5071
5077
|
Object.assign(SpsCardV2Title, {
|
|
5072
|
-
props: propsDoc$
|
|
5073
|
-
propTypes: propTypes$
|
|
5078
|
+
props: propsDoc$1x,
|
|
5079
|
+
propTypes: propTypes$1A,
|
|
5074
5080
|
displayName: "SpsCardV2Title"
|
|
5075
5081
|
});
|
|
5076
5082
|
const SpsCardExamples = {
|
|
@@ -5378,7 +5384,7 @@ const SpsCardExamples = {
|
|
|
5378
5384
|
}
|
|
5379
5385
|
}
|
|
5380
5386
|
};
|
|
5381
|
-
const propsDoc$
|
|
5387
|
+
const propsDoc$1w = {
|
|
5382
5388
|
checked: "boolean",
|
|
5383
5389
|
disabled: "boolean",
|
|
5384
5390
|
formMeta: "SpsFormFieldMeta<boolean>",
|
|
@@ -5387,14 +5393,14 @@ const propsDoc$1v = {
|
|
|
5387
5393
|
label: "string",
|
|
5388
5394
|
onChange: "ChangeEventHandler"
|
|
5389
5395
|
};
|
|
5390
|
-
const propTypes$
|
|
5391
|
-
checked: propTypes$
|
|
5392
|
-
disabled: propTypes$
|
|
5396
|
+
const propTypes$1z = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
5397
|
+
checked: propTypes$1M.exports.bool,
|
|
5398
|
+
disabled: propTypes$1M.exports.bool,
|
|
5393
5399
|
formControl: impl(),
|
|
5394
5400
|
formMeta: impl(),
|
|
5395
|
-
indeterminate: propTypes$
|
|
5396
|
-
inline: propTypes$
|
|
5397
|
-
label: propTypes$
|
|
5401
|
+
indeterminate: propTypes$1M.exports.bool,
|
|
5402
|
+
inline: propTypes$1M.exports.bool,
|
|
5403
|
+
label: propTypes$1M.exports.string,
|
|
5398
5404
|
onChange: fun()
|
|
5399
5405
|
});
|
|
5400
5406
|
function SpsCheckbox(_m) {
|
|
@@ -5469,8 +5475,8 @@ function SpsCheckbox(_m) {
|
|
|
5469
5475
|
}, label || ""));
|
|
5470
5476
|
}
|
|
5471
5477
|
Object.assign(SpsCheckbox, {
|
|
5472
|
-
props: propsDoc$
|
|
5473
|
-
propTypes: propTypes$
|
|
5478
|
+
props: propsDoc$1w,
|
|
5479
|
+
propTypes: propTypes$1z,
|
|
5474
5480
|
displayName: "SpsCheckbox"
|
|
5475
5481
|
});
|
|
5476
5482
|
const SpsCheckboxExamples = {
|
|
@@ -5598,16 +5604,16 @@ const SpsCheckboxExamples = {
|
|
|
5598
5604
|
}
|
|
5599
5605
|
}
|
|
5600
5606
|
};
|
|
5601
|
-
const propsDoc$
|
|
5607
|
+
const propsDoc$1v = {
|
|
5602
5608
|
disabled: "boolean",
|
|
5603
5609
|
href: "string",
|
|
5604
5610
|
kind: "ClickableTagKind",
|
|
5605
5611
|
onAdd: "() => void",
|
|
5606
5612
|
onRemove: "() => void"
|
|
5607
5613
|
};
|
|
5608
|
-
const propTypes$
|
|
5609
|
-
disabled: propTypes$
|
|
5610
|
-
href: propTypes$
|
|
5614
|
+
const propTypes$1y = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
5615
|
+
disabled: propTypes$1M.exports.bool,
|
|
5616
|
+
href: propTypes$1M.exports.string,
|
|
5611
5617
|
kind: enumValue(ClickableTagKind),
|
|
5612
5618
|
onAdd: fun(),
|
|
5613
5619
|
onRemove: fun()
|
|
@@ -5678,8 +5684,8 @@ function SpsClickableTag(props2) {
|
|
|
5678
5684
|
})));
|
|
5679
5685
|
}
|
|
5680
5686
|
Object.assign(SpsClickableTag, {
|
|
5681
|
-
props: propsDoc$
|
|
5682
|
-
propTypes: propTypes$
|
|
5687
|
+
props: propsDoc$1v,
|
|
5688
|
+
propTypes: propTypes$1y,
|
|
5683
5689
|
displayName: "SpsClickableTag"
|
|
5684
5690
|
});
|
|
5685
5691
|
const SpsClickableTagExamples = {
|
|
@@ -13907,15 +13913,15 @@ var ConnectedDraggable = connect(makeMapStateToProps$1, mapDispatchToProps$1, nu
|
|
|
13907
13913
|
areStatePropsEqual: isStrictEqual
|
|
13908
13914
|
})(Draggable);
|
|
13909
13915
|
ConnectedDraggable.defaultProps = defaultProps$1;
|
|
13910
|
-
const propsDoc$
|
|
13916
|
+
const propsDoc$1u = {
|
|
13911
13917
|
content: "ReactNodeLike",
|
|
13912
13918
|
icon: "SpsIcon",
|
|
13913
13919
|
title: "string"
|
|
13914
13920
|
};
|
|
13915
|
-
const propTypes$
|
|
13916
|
-
content: propTypes$
|
|
13921
|
+
const propTypes$1x = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
13922
|
+
content: propTypes$1M.exports.node,
|
|
13917
13923
|
icon: enumValue(SpsIcon),
|
|
13918
|
-
title: propTypes$
|
|
13924
|
+
title: propTypes$1M.exports.string
|
|
13919
13925
|
});
|
|
13920
13926
|
function SpsCardHeader(props2) {
|
|
13921
13927
|
const _a = props2, {
|
|
@@ -13947,15 +13953,15 @@ function SpsCardHeader(props2) {
|
|
|
13947
13953
|
}, content));
|
|
13948
13954
|
}
|
|
13949
13955
|
Object.assign(SpsCardHeader, {
|
|
13950
|
-
props: propsDoc$
|
|
13951
|
-
propTypes: propTypes$
|
|
13956
|
+
props: propsDoc$1u,
|
|
13957
|
+
propTypes: propTypes$1x,
|
|
13952
13958
|
displayName: "SpsCardHeader"
|
|
13953
13959
|
});
|
|
13954
|
-
const propsDoc$
|
|
13960
|
+
const propsDoc$1t = {
|
|
13955
13961
|
icon: "SpsIcon",
|
|
13956
13962
|
kind: "TagKind"
|
|
13957
13963
|
};
|
|
13958
|
-
const propTypes$
|
|
13964
|
+
const propTypes$1w = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
13959
13965
|
icon: enumValue(SpsIcon),
|
|
13960
13966
|
kind: enumValue(TagKind)
|
|
13961
13967
|
});
|
|
@@ -13988,11 +13994,11 @@ function SpsTag(props2) {
|
|
|
13988
13994
|
}), children);
|
|
13989
13995
|
}
|
|
13990
13996
|
Object.assign(SpsTag, {
|
|
13991
|
-
props: propsDoc$
|
|
13992
|
-
propTypes: propTypes$
|
|
13997
|
+
props: propsDoc$1t,
|
|
13998
|
+
propTypes: propTypes$1w,
|
|
13993
13999
|
displayName: "SpsTag"
|
|
13994
14000
|
});
|
|
13995
|
-
const propsDoc$
|
|
14001
|
+
const propsDoc$1s = {
|
|
13996
14002
|
activateTab: "Function",
|
|
13997
14003
|
active: "boolean",
|
|
13998
14004
|
icon: "SpsIcon",
|
|
@@ -14002,13 +14008,13 @@ const propsDoc$1r = {
|
|
|
14002
14008
|
tagKind: "TagKind",
|
|
14003
14009
|
tagIcon: "SpsIcon"
|
|
14004
14010
|
};
|
|
14005
|
-
const propTypes$
|
|
14006
|
-
activateTab: propTypes$
|
|
14007
|
-
active: propTypes$
|
|
14011
|
+
const propTypes$1v = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14012
|
+
activateTab: propTypes$1M.exports.func,
|
|
14013
|
+
active: propTypes$1M.exports.bool,
|
|
14008
14014
|
icon: enumValue(SpsIcon),
|
|
14009
|
-
label: propTypes$
|
|
14010
|
-
index: propTypes$
|
|
14011
|
-
tag: propTypes$
|
|
14015
|
+
label: propTypes$1M.exports.string,
|
|
14016
|
+
index: propTypes$1M.exports.number,
|
|
14017
|
+
tag: propTypes$1M.exports.string,
|
|
14012
14018
|
tagKind: enumValue(TagKind),
|
|
14013
14019
|
tagIcon: enumValue(SpsIcon)
|
|
14014
14020
|
});
|
|
@@ -14071,8 +14077,8 @@ function SpsCardTabbedPane(props2) {
|
|
|
14071
14077
|
}, tag));
|
|
14072
14078
|
}
|
|
14073
14079
|
Object.assign(SpsCardTabbedPane, {
|
|
14074
|
-
props: propsDoc$
|
|
14075
|
-
propTypes: propTypes$
|
|
14080
|
+
props: propsDoc$1s,
|
|
14081
|
+
propTypes: propTypes$1v,
|
|
14076
14082
|
displayName: "SpsCardTabbedPane"
|
|
14077
14083
|
});
|
|
14078
14084
|
function useTab(children, activeTab, isTabbedCard) {
|
|
@@ -14114,19 +14120,19 @@ function useTab(children, activeTab, isTabbedCard) {
|
|
|
14114
14120
|
}, [activeTab, children]);
|
|
14115
14121
|
return [currentlyActiveTab, activateTab];
|
|
14116
14122
|
}
|
|
14117
|
-
const propsDoc$
|
|
14123
|
+
const propsDoc$1r = {
|
|
14118
14124
|
activeTab: "string",
|
|
14119
14125
|
footer: "ReactNodeOrRenderFn",
|
|
14120
14126
|
headerContent: "ReactNodeOrRenderFn",
|
|
14121
14127
|
headerIcon: "SpsIcon",
|
|
14122
14128
|
headerTitle: "string"
|
|
14123
14129
|
};
|
|
14124
|
-
const propTypes$
|
|
14125
|
-
activeTab: propTypes$
|
|
14130
|
+
const propTypes$1u = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14131
|
+
activeTab: propTypes$1M.exports.string,
|
|
14126
14132
|
footer: nodeOrRenderFn,
|
|
14127
14133
|
headerContent: nodeOrRenderFn,
|
|
14128
14134
|
headerIcon: enumValue(SpsIcon),
|
|
14129
|
-
headerTitle: propTypes$
|
|
14135
|
+
headerTitle: propTypes$1M.exports.string
|
|
14130
14136
|
});
|
|
14131
14137
|
function SpsCard(props2) {
|
|
14132
14138
|
React.useEffect(() => {
|
|
@@ -14193,11 +14199,11 @@ function SpsCard(props2) {
|
|
|
14193
14199
|
}, contentOf(footer)));
|
|
14194
14200
|
}
|
|
14195
14201
|
Object.assign(SpsCard, {
|
|
14196
|
-
props: propsDoc$
|
|
14197
|
-
propTypes: propTypes$
|
|
14202
|
+
props: propsDoc$1r,
|
|
14203
|
+
propTypes: propTypes$1u,
|
|
14198
14204
|
displayName: "SpsCard"
|
|
14199
14205
|
});
|
|
14200
|
-
const propsDoc$
|
|
14206
|
+
const propsDoc$1q = {
|
|
14201
14207
|
index: "number",
|
|
14202
14208
|
key: "string",
|
|
14203
14209
|
columnId: "string",
|
|
@@ -14206,14 +14212,14 @@ const propsDoc$1p = {
|
|
|
14206
14212
|
onDelete: "(columnValue: string) => void",
|
|
14207
14213
|
mandatory: "boolean"
|
|
14208
14214
|
};
|
|
14209
|
-
const propTypes$
|
|
14210
|
-
index: propTypes$
|
|
14211
|
-
key: propTypes$
|
|
14212
|
-
columnId: propTypes$
|
|
14213
|
-
name: propTypes$
|
|
14214
|
-
value: propTypes$
|
|
14215
|
+
const propTypes$1t = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14216
|
+
index: propTypes$1M.exports.number,
|
|
14217
|
+
key: propTypes$1M.exports.string,
|
|
14218
|
+
columnId: propTypes$1M.exports.string,
|
|
14219
|
+
name: propTypes$1M.exports.string,
|
|
14220
|
+
value: propTypes$1M.exports.string,
|
|
14215
14221
|
onDelete: fun(),
|
|
14216
|
-
mandatory: propTypes$
|
|
14222
|
+
mandatory: propTypes$1M.exports.bool
|
|
14217
14223
|
});
|
|
14218
14224
|
function SpsColumnChooserColumn(props2) {
|
|
14219
14225
|
const _a = props2, {
|
|
@@ -14269,20 +14275,20 @@ function SpsColumnChooserColumn(props2) {
|
|
|
14269
14275
|
})))));
|
|
14270
14276
|
}
|
|
14271
14277
|
Object.assign(SpsColumnChooserColumn, {
|
|
14272
|
-
props: propsDoc$
|
|
14273
|
-
propTypes: propTypes$
|
|
14278
|
+
props: propsDoc$1q,
|
|
14279
|
+
propTypes: propTypes$1t,
|
|
14274
14280
|
displayName: "SpsColumnChooserColumn"
|
|
14275
14281
|
});
|
|
14276
|
-
const propsDoc$
|
|
14282
|
+
const propsDoc$1p = {
|
|
14277
14283
|
maxSelectedColumns: "number",
|
|
14278
14284
|
unselectedColumns: "ColumnProps[]",
|
|
14279
14285
|
selectedColumns: "ColumnProps[]",
|
|
14280
14286
|
onApplyChanges: "(selectedColumns: ColumnProps[]) => void"
|
|
14281
14287
|
};
|
|
14282
|
-
const propTypes$
|
|
14283
|
-
maxSelectedColumns: propTypes$
|
|
14284
|
-
unselectedColumns: propTypes$
|
|
14285
|
-
selectedColumns: propTypes$
|
|
14288
|
+
const propTypes$1s = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14289
|
+
maxSelectedColumns: propTypes$1M.exports.number,
|
|
14290
|
+
unselectedColumns: propTypes$1M.exports.array,
|
|
14291
|
+
selectedColumns: propTypes$1M.exports.array,
|
|
14286
14292
|
onApplyChanges: fun()
|
|
14287
14293
|
});
|
|
14288
14294
|
function SpsColumnChooser(props2) {
|
|
@@ -14422,8 +14428,8 @@ function SpsColumnChooser(props2) {
|
|
|
14422
14428
|
})), provided.placeholder)))));
|
|
14423
14429
|
}
|
|
14424
14430
|
Object.assign(SpsColumnChooser, {
|
|
14425
|
-
props: propsDoc$
|
|
14426
|
-
propTypes: propTypes$
|
|
14431
|
+
props: propsDoc$1p,
|
|
14432
|
+
propTypes: propTypes$1s,
|
|
14427
14433
|
displayName: "SpsColumnChooser"
|
|
14428
14434
|
});
|
|
14429
14435
|
const SpsColumnChooserExamples = {
|
|
@@ -14455,11 +14461,11 @@ const SpsColumnChooserExamples = {
|
|
|
14455
14461
|
}
|
|
14456
14462
|
}
|
|
14457
14463
|
};
|
|
14458
|
-
const propsDoc$
|
|
14464
|
+
const propsDoc$1o = {
|
|
14459
14465
|
icon: { type: "SpsIcon", required: true },
|
|
14460
14466
|
size: "SpsIconSize"
|
|
14461
14467
|
};
|
|
14462
|
-
const propTypes$
|
|
14468
|
+
const propTypes$1r = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14463
14469
|
icon: enumValue(SpsIcon).isRequired,
|
|
14464
14470
|
size: enumValue(SpsIconSize)
|
|
14465
14471
|
});
|
|
@@ -14485,28 +14491,28 @@ function SpsI(props2) {
|
|
|
14485
14491
|
}, rest));
|
|
14486
14492
|
}
|
|
14487
14493
|
Object.assign(SpsI, {
|
|
14488
|
-
props: propsDoc$
|
|
14489
|
-
propTypes: propTypes$
|
|
14494
|
+
props: propsDoc$1o,
|
|
14495
|
+
propTypes: propTypes$1r,
|
|
14490
14496
|
displayName: "SpsI"
|
|
14491
14497
|
});
|
|
14492
14498
|
Object.assign(SpsI, {
|
|
14493
|
-
props: propsDoc$
|
|
14494
|
-
propTypes: propTypes$
|
|
14499
|
+
props: propsDoc$1o,
|
|
14500
|
+
propTypes: propTypes$1r,
|
|
14495
14501
|
displayName: "SpsI"
|
|
14496
14502
|
});
|
|
14497
|
-
const propsDoc$
|
|
14503
|
+
const propsDoc$1n = {
|
|
14498
14504
|
borderless: "boolean",
|
|
14499
14505
|
lean: "boolean",
|
|
14500
14506
|
leaner: { type: "boolean", deprecated: true },
|
|
14501
14507
|
widthPx: "number",
|
|
14502
14508
|
widthRem: "number"
|
|
14503
14509
|
};
|
|
14504
|
-
const propTypes$
|
|
14505
|
-
borderless: propTypes$
|
|
14506
|
-
lean: propTypes$
|
|
14507
|
-
leaner: propTypes$
|
|
14508
|
-
widthPx: propTypes$
|
|
14509
|
-
widthRem: propTypes$
|
|
14510
|
+
const propTypes$1q = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14511
|
+
borderless: propTypes$1M.exports.bool,
|
|
14512
|
+
lean: propTypes$1M.exports.bool,
|
|
14513
|
+
leaner: propTypes$1M.exports.bool,
|
|
14514
|
+
widthPx: propTypes$1M.exports.number,
|
|
14515
|
+
widthRem: propTypes$1M.exports.number
|
|
14510
14516
|
});
|
|
14511
14517
|
function SpsContentRowCol(props2) {
|
|
14512
14518
|
const _a = props2, {
|
|
@@ -14551,12 +14557,12 @@ function SpsContentRowCol(props2) {
|
|
|
14551
14557
|
}), children);
|
|
14552
14558
|
}
|
|
14553
14559
|
Object.assign(SpsContentRowCol, {
|
|
14554
|
-
props: propsDoc$
|
|
14555
|
-
propTypes: propTypes$
|
|
14560
|
+
props: propsDoc$1n,
|
|
14561
|
+
propTypes: propTypes$1q,
|
|
14556
14562
|
displayName: "SpsContentRowCol"
|
|
14557
14563
|
});
|
|
14558
|
-
const propsDoc$
|
|
14559
|
-
const propTypes$
|
|
14564
|
+
const propsDoc$1m = {};
|
|
14565
|
+
const propTypes$1p = __spreadValues({}, spsGlobalPropTypes);
|
|
14560
14566
|
function SpsContentRowExpansion(props2) {
|
|
14561
14567
|
const _a = props2, {
|
|
14562
14568
|
children,
|
|
@@ -14577,11 +14583,11 @@ function SpsContentRowExpansion(props2) {
|
|
|
14577
14583
|
}), children);
|
|
14578
14584
|
}
|
|
14579
14585
|
Object.assign(SpsContentRowExpansion, {
|
|
14580
|
-
props: propsDoc$
|
|
14581
|
-
propTypes: propTypes$
|
|
14586
|
+
props: propsDoc$1m,
|
|
14587
|
+
propTypes: propTypes$1p,
|
|
14582
14588
|
displayName: "SpsContentRowExpansion"
|
|
14583
14589
|
});
|
|
14584
|
-
const propsDoc$
|
|
14590
|
+
const propsDoc$1l = {
|
|
14585
14591
|
alternateLayout: "boolean",
|
|
14586
14592
|
initiallyExpanded: "boolean",
|
|
14587
14593
|
cardSpacing: "boolean",
|
|
@@ -14594,18 +14600,18 @@ const propsDoc$1k = {
|
|
|
14594
14600
|
selectable: "boolean",
|
|
14595
14601
|
selected: "boolean"
|
|
14596
14602
|
};
|
|
14597
|
-
const propTypes$
|
|
14598
|
-
alternateLayout: propTypes$
|
|
14599
|
-
cardSpacing: propTypes$
|
|
14600
|
-
expanded: propTypes$
|
|
14601
|
-
initiallyExpanded: propTypes$
|
|
14603
|
+
const propTypes$1o = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
14604
|
+
alternateLayout: propTypes$1M.exports.bool,
|
|
14605
|
+
cardSpacing: propTypes$1M.exports.bool,
|
|
14606
|
+
expanded: propTypes$1M.exports.bool,
|
|
14607
|
+
initiallyExpanded: propTypes$1M.exports.bool,
|
|
14602
14608
|
onBeforeCollapsed: fun(),
|
|
14603
14609
|
onBeforeExpanded: fun(),
|
|
14604
14610
|
onSelectionChange: fun(),
|
|
14605
14611
|
onCollapsed: fun(),
|
|
14606
14612
|
onExpanded: fun(),
|
|
14607
|
-
selectable: propTypes$
|
|
14608
|
-
selected: propTypes$
|
|
14613
|
+
selectable: propTypes$1M.exports.bool,
|
|
14614
|
+
selected: propTypes$1M.exports.bool
|
|
14609
14615
|
});
|
|
14610
14616
|
function SpsContentRow(props2) {
|
|
14611
14617
|
const _a = props2, {
|
|
@@ -14686,8 +14692,8 @@ function SpsContentRow(props2) {
|
|
|
14686
14692
|
}, /* @__PURE__ */ React.createElement("section", null, ContentRowCheckBox()), /* @__PURE__ */ React.createElement("section", null, ExpandoThingy())), columns), expansion);
|
|
14687
14693
|
}
|
|
14688
14694
|
Object.assign(SpsContentRow, {
|
|
14689
|
-
props: propsDoc$
|
|
14690
|
-
propTypes: propTypes$
|
|
14695
|
+
props: propsDoc$1l,
|
|
14696
|
+
propTypes: propTypes$1o,
|
|
14691
14697
|
displayName: "SpsContentRow"
|
|
14692
14698
|
});
|
|
14693
14699
|
const SpsContentRowExamples = {
|
|
@@ -15156,7 +15162,7 @@ function parse2(value) {
|
|
|
15156
15162
|
function weekOfMonth$1(date2) {
|
|
15157
15163
|
return Math.floor((date2.clone().date(1).day() + date2.date() - 1) / 7);
|
|
15158
15164
|
}
|
|
15159
|
-
const propsDoc$
|
|
15165
|
+
const propsDoc$1k = {
|
|
15160
15166
|
disabled: "boolean",
|
|
15161
15167
|
format: "string",
|
|
15162
15168
|
maxDate: "string",
|
|
@@ -15166,15 +15172,15 @@ const propsDoc$1j = {
|
|
|
15166
15172
|
placeholder: "string",
|
|
15167
15173
|
value: "string"
|
|
15168
15174
|
};
|
|
15169
|
-
const propTypes$
|
|
15170
|
-
disabled: propTypes$
|
|
15171
|
-
format: propTypes$
|
|
15172
|
-
maxDate: propTypes$
|
|
15173
|
-
minDate: propTypes$
|
|
15175
|
+
const propTypes$1n = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
15176
|
+
disabled: propTypes$1M.exports.bool,
|
|
15177
|
+
format: propTypes$1M.exports.string,
|
|
15178
|
+
maxDate: propTypes$1M.exports.string,
|
|
15179
|
+
minDate: propTypes$1M.exports.string,
|
|
15174
15180
|
onChange: fun(),
|
|
15175
15181
|
onClickOutside: fun(),
|
|
15176
|
-
placeholder: propTypes$
|
|
15177
|
-
value: propTypes$
|
|
15182
|
+
placeholder: propTypes$1M.exports.string,
|
|
15183
|
+
value: propTypes$1M.exports.string
|
|
15178
15184
|
});
|
|
15179
15185
|
function SpsDatepicker(props2) {
|
|
15180
15186
|
const _a = props2, {
|
|
@@ -15537,8 +15543,8 @@ function SpsDatepicker(props2) {
|
|
|
15537
15543
|
}))));
|
|
15538
15544
|
}
|
|
15539
15545
|
Object.assign(SpsDatepicker, {
|
|
15540
|
-
props: propsDoc$
|
|
15541
|
-
propTypes: propTypes$
|
|
15546
|
+
props: propsDoc$1k,
|
|
15547
|
+
propTypes: propTypes$1n,
|
|
15542
15548
|
displayName: "SpsDatepicker"
|
|
15543
15549
|
});
|
|
15544
15550
|
const SpsDatepickerExamples = {
|
|
@@ -15633,7 +15639,7 @@ const SpsDatepickerExamples = {
|
|
|
15633
15639
|
}
|
|
15634
15640
|
}
|
|
15635
15641
|
};
|
|
15636
|
-
const propsDoc$
|
|
15642
|
+
const propsDoc$1j = {
|
|
15637
15643
|
placeholder: "string",
|
|
15638
15644
|
disabled: "boolean",
|
|
15639
15645
|
format: "string",
|
|
@@ -15644,13 +15650,13 @@ const propsDoc$1i = {
|
|
|
15644
15650
|
value: "MomentRange",
|
|
15645
15651
|
preset: "Duration"
|
|
15646
15652
|
};
|
|
15647
|
-
const propTypes$
|
|
15648
|
-
placeholder: propTypes$
|
|
15649
|
-
disabled: propTypes$
|
|
15650
|
-
format: propTypes$
|
|
15651
|
-
minDate: propTypes$
|
|
15652
|
-
maxDate: propTypes$
|
|
15653
|
-
availablePresets: propTypes$
|
|
15653
|
+
const propTypes$1m = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
15654
|
+
placeholder: propTypes$1M.exports.string,
|
|
15655
|
+
disabled: propTypes$1M.exports.bool,
|
|
15656
|
+
format: propTypes$1M.exports.string,
|
|
15657
|
+
minDate: propTypes$1M.exports.string,
|
|
15658
|
+
maxDate: propTypes$1M.exports.string,
|
|
15659
|
+
availablePresets: propTypes$1M.exports.array,
|
|
15654
15660
|
onChange: fun(),
|
|
15655
15661
|
value: impl(),
|
|
15656
15662
|
preset: impl()
|
|
@@ -16298,8 +16304,8 @@ function SpsDateRangePicker(props2) {
|
|
|
16298
16304
|
}) : "")));
|
|
16299
16305
|
}
|
|
16300
16306
|
Object.assign(SpsDateRangePicker, {
|
|
16301
|
-
props: propsDoc$
|
|
16302
|
-
propTypes: propTypes$
|
|
16307
|
+
props: propsDoc$1j,
|
|
16308
|
+
propTypes: propTypes$1m,
|
|
16303
16309
|
displayName: "SpsDateRangePicker"
|
|
16304
16310
|
});
|
|
16305
16311
|
const SpsDateRangePickerExamples = {
|
|
@@ -20902,7 +20908,7 @@ const formatMaps = {
|
|
|
20902
20908
|
LONG_FULLDATETIME: "LLLL",
|
|
20903
20909
|
LONG_FULLDATETIME_ZONE: "LLLL z"
|
|
20904
20910
|
};
|
|
20905
|
-
const propsDoc$
|
|
20911
|
+
const propsDoc$1i = {
|
|
20906
20912
|
currentUser: "any",
|
|
20907
20913
|
dateToFormat: "string | Date",
|
|
20908
20914
|
format: "string",
|
|
@@ -20911,17 +20917,17 @@ const propsDoc$1h = {
|
|
|
20911
20917
|
relativeHrs: "number",
|
|
20912
20918
|
tz: "string"
|
|
20913
20919
|
};
|
|
20914
|
-
const propTypes$
|
|
20915
|
-
currentUser: propTypes$
|
|
20916
|
-
dateToFormat: propTypes$
|
|
20917
|
-
propTypes$
|
|
20918
|
-
propTypes$
|
|
20920
|
+
const propTypes$1l = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
20921
|
+
currentUser: propTypes$1M.exports.any,
|
|
20922
|
+
dateToFormat: propTypes$1M.exports.oneOfType([
|
|
20923
|
+
propTypes$1M.exports.string,
|
|
20924
|
+
propTypes$1M.exports.instanceOf(Date)
|
|
20919
20925
|
]),
|
|
20920
|
-
format: propTypes$
|
|
20921
|
-
locale: propTypes$
|
|
20922
|
-
relative: propTypes$
|
|
20923
|
-
relativeHrs: propTypes$
|
|
20924
|
-
tz: propTypes$
|
|
20926
|
+
format: propTypes$1M.exports.string,
|
|
20927
|
+
locale: propTypes$1M.exports.string,
|
|
20928
|
+
relative: propTypes$1M.exports.bool,
|
|
20929
|
+
relativeHrs: propTypes$1M.exports.number,
|
|
20930
|
+
tz: propTypes$1M.exports.string
|
|
20925
20931
|
});
|
|
20926
20932
|
function showRelative(dateToCheck, relative, relativeHrs) {
|
|
20927
20933
|
if (!relativeHrs && !relative) {
|
|
@@ -20997,8 +21003,8 @@ function SpsDateTime(props2) {
|
|
|
20997
21003
|
}));
|
|
20998
21004
|
}
|
|
20999
21005
|
Object.assign(SpsDateTime, {
|
|
21000
|
-
props: propsDoc$
|
|
21001
|
-
propTypes: propTypes$
|
|
21006
|
+
props: propsDoc$1i,
|
|
21007
|
+
propTypes: propTypes$1l,
|
|
21002
21008
|
displayName: "SpsDateTime"
|
|
21003
21009
|
});
|
|
21004
21010
|
const SpsDatetimeExamples = {
|
|
@@ -21019,15 +21025,15 @@ const SpsDatetimeExamples = {
|
|
|
21019
21025
|
}
|
|
21020
21026
|
}
|
|
21021
21027
|
};
|
|
21022
|
-
const propsDoc$
|
|
21028
|
+
const propsDoc$1h = {
|
|
21023
21029
|
compact: "boolean",
|
|
21024
21030
|
wideTerms: "boolean",
|
|
21025
21031
|
widerTerms: "boolean"
|
|
21026
21032
|
};
|
|
21027
|
-
const propTypes$
|
|
21028
|
-
compact: propTypes$
|
|
21029
|
-
wideTerms: propTypes$
|
|
21030
|
-
widerTerms: propTypes$
|
|
21033
|
+
const propTypes$1k = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
21034
|
+
compact: propTypes$1M.exports.bool,
|
|
21035
|
+
wideTerms: propTypes$1M.exports.bool,
|
|
21036
|
+
widerTerms: propTypes$1M.exports.bool
|
|
21031
21037
|
});
|
|
21032
21038
|
function SpsDescriptionList(props2) {
|
|
21033
21039
|
const _a = props2, {
|
|
@@ -21067,20 +21073,20 @@ function SpsDescriptionList(props2) {
|
|
|
21067
21073
|
}, rest), childrenWithProps);
|
|
21068
21074
|
}
|
|
21069
21075
|
Object.assign(SpsDescriptionList, {
|
|
21070
|
-
props: propsDoc$
|
|
21071
|
-
propTypes: propTypes$
|
|
21076
|
+
props: propsDoc$1h,
|
|
21077
|
+
propTypes: propTypes$1k,
|
|
21072
21078
|
displayName: "SpsDescriptionList / SpsDl"
|
|
21073
21079
|
});
|
|
21074
21080
|
function SpsDl(p2) {
|
|
21075
21081
|
return SpsDescriptionList(p2);
|
|
21076
21082
|
}
|
|
21077
21083
|
Object.assign(SpsDl, {
|
|
21078
|
-
props: propsDoc$
|
|
21079
|
-
propTypes: propTypes$
|
|
21084
|
+
props: propsDoc$1h,
|
|
21085
|
+
propTypes: propTypes$1k,
|
|
21080
21086
|
displayName: "SpsDescriptionList / SpsDl"
|
|
21081
21087
|
});
|
|
21082
|
-
const propsDoc$
|
|
21083
|
-
const propTypes$
|
|
21088
|
+
const propsDoc$1g = {};
|
|
21089
|
+
const propTypes$1j = __spreadValues({}, spsGlobalPropTypes);
|
|
21084
21090
|
function SpsDescriptionListDefinition(props2) {
|
|
21085
21091
|
const _a = props2, {
|
|
21086
21092
|
children,
|
|
@@ -21100,16 +21106,16 @@ function SpsDescriptionListDefinition(props2) {
|
|
|
21100
21106
|
}, rest), children);
|
|
21101
21107
|
}
|
|
21102
21108
|
Object.assign(SpsDescriptionListDefinition, {
|
|
21103
|
-
props: propsDoc$
|
|
21104
|
-
propTypes: propTypes$
|
|
21109
|
+
props: propsDoc$1g,
|
|
21110
|
+
propTypes: propTypes$1j,
|
|
21105
21111
|
displayName: "SpsDescriptionListDefinition / SpsDd"
|
|
21106
21112
|
});
|
|
21107
21113
|
function SpsDd(p2) {
|
|
21108
21114
|
return SpsDescriptionListDefinition(p2);
|
|
21109
21115
|
}
|
|
21110
21116
|
Object.assign(SpsDd, {
|
|
21111
|
-
props: propsDoc$
|
|
21112
|
-
propTypes: propTypes$
|
|
21117
|
+
props: propsDoc$1g,
|
|
21118
|
+
propTypes: propTypes$1j,
|
|
21113
21119
|
displayName: "SpsDescriptionListDefinition / SpsDd"
|
|
21114
21120
|
});
|
|
21115
21121
|
var TooltipVisibility;
|
|
@@ -21124,7 +21130,7 @@ function toggleTooltipState(state) {
|
|
|
21124
21130
|
}
|
|
21125
21131
|
const CARET_SPACING_PX = 13;
|
|
21126
21132
|
const openTips = new Map();
|
|
21127
|
-
const propsDoc$
|
|
21133
|
+
const propsDoc$1f = {
|
|
21128
21134
|
for: { type: "React.MutableRefObject<any> | string", required: true },
|
|
21129
21135
|
hideDelay: "number",
|
|
21130
21136
|
isShown: "TooltipVisibility",
|
|
@@ -21136,17 +21142,17 @@ const propsDoc$1e = {
|
|
|
21136
21142
|
showOn: "TooltipShowTrigger",
|
|
21137
21143
|
title: "string | ReactNode"
|
|
21138
21144
|
};
|
|
21139
|
-
const propTypes$
|
|
21140
|
-
for: propTypes$
|
|
21141
|
-
hideDelay: propTypes$
|
|
21145
|
+
const propTypes$1i = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
21146
|
+
for: propTypes$1M.exports.oneOfType([ref(), propTypes$1M.exports.string]).isRequired,
|
|
21147
|
+
hideDelay: propTypes$1M.exports.number,
|
|
21142
21148
|
isShown: enumValue(TooltipVisibility),
|
|
21143
21149
|
kind: enumValue(TooltipKind),
|
|
21144
|
-
offsets: propTypes$
|
|
21150
|
+
offsets: propTypes$1M.exports.arrayOf(propTypes$1M.exports.number),
|
|
21145
21151
|
onDeferred: fun(),
|
|
21146
21152
|
position: enumValue(Position),
|
|
21147
21153
|
altPosition: enumValue(Position),
|
|
21148
21154
|
showOn: enumValue(TooltipShowTrigger),
|
|
21149
|
-
title: propTypes$
|
|
21155
|
+
title: propTypes$1M.exports.string || propTypes$1M.exports.node
|
|
21150
21156
|
});
|
|
21151
21157
|
function SpsTooltip({
|
|
21152
21158
|
children,
|
|
@@ -21312,26 +21318,26 @@ function SpsTooltip({
|
|
|
21312
21318
|
})));
|
|
21313
21319
|
}
|
|
21314
21320
|
Object.assign(SpsTooltip, {
|
|
21315
|
-
props: propsDoc$
|
|
21316
|
-
propTypes: propTypes$
|
|
21321
|
+
props: propsDoc$1f,
|
|
21322
|
+
propTypes: propTypes$1i,
|
|
21317
21323
|
displayName: "SpsTooltip"
|
|
21318
21324
|
});
|
|
21319
|
-
const propsDoc$
|
|
21325
|
+
const propsDoc$1e = {
|
|
21320
21326
|
error: "boolean",
|
|
21321
21327
|
errors: "ReactNodeOrRenderFn",
|
|
21322
21328
|
help: "ReactNodeOrRenderFn",
|
|
21323
21329
|
labelFor: "SpsFormFieldMeta<any>",
|
|
21324
21330
|
required: "boolean"
|
|
21325
21331
|
};
|
|
21326
|
-
const propTypes$
|
|
21327
|
-
error: propTypes$
|
|
21332
|
+
const propTypes$1h = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
21333
|
+
error: propTypes$1M.exports.bool,
|
|
21328
21334
|
errors: nodeOrRenderFn,
|
|
21329
21335
|
help: nodeOrRenderFn,
|
|
21330
|
-
labelFor: propTypes$
|
|
21336
|
+
labelFor: propTypes$1M.exports.oneOfType([
|
|
21331
21337
|
impl(),
|
|
21332
21338
|
impl()
|
|
21333
21339
|
]),
|
|
21334
|
-
required: propTypes$
|
|
21340
|
+
required: propTypes$1M.exports.bool
|
|
21335
21341
|
});
|
|
21336
21342
|
function SpsDescriptionListTerm(props2) {
|
|
21337
21343
|
const _a = props2, {
|
|
@@ -21387,16 +21393,16 @@ function SpsDescriptionListTerm(props2) {
|
|
|
21387
21393
|
}, contentOf(tipKind === TooltipKind.ERROR ? errors : help)));
|
|
21388
21394
|
}
|
|
21389
21395
|
Object.assign(SpsDescriptionListTerm, {
|
|
21390
|
-
props: propsDoc$
|
|
21391
|
-
propTypes: propTypes$
|
|
21396
|
+
props: propsDoc$1e,
|
|
21397
|
+
propTypes: propTypes$1h,
|
|
21392
21398
|
displayName: "SpsDescriptionListTerm / SpsDt"
|
|
21393
21399
|
});
|
|
21394
21400
|
function SpsDt(p2) {
|
|
21395
21401
|
return SpsDescriptionListTerm(p2);
|
|
21396
21402
|
}
|
|
21397
21403
|
Object.assign(SpsDt, {
|
|
21398
|
-
props: propsDoc$
|
|
21399
|
-
propTypes: propTypes$
|
|
21404
|
+
props: propsDoc$1e,
|
|
21405
|
+
propTypes: propTypes$1h,
|
|
21400
21406
|
displayName: "SpsDescriptionListTerm / SpsDt"
|
|
21401
21407
|
});
|
|
21402
21408
|
const SpsDescriptionListExamples = {
|
|
@@ -21874,19 +21880,19 @@ const SpsDropdownExamples = {
|
|
|
21874
21880
|
}
|
|
21875
21881
|
}
|
|
21876
21882
|
};
|
|
21877
|
-
const propsDoc$
|
|
21883
|
+
const propsDoc$1d = {
|
|
21878
21884
|
checked: "boolean",
|
|
21879
21885
|
onChange: "ChangeEventHandler",
|
|
21880
21886
|
indeterminate: "boolean",
|
|
21881
21887
|
disabled: "boolean",
|
|
21882
21888
|
options: "Array<SpsActionMethod | [SpsActionDescriptor, () => void]>"
|
|
21883
21889
|
};
|
|
21884
|
-
const propTypes$
|
|
21885
|
-
checked: propTypes$
|
|
21890
|
+
const propTypes$1g = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
21891
|
+
checked: propTypes$1M.exports.bool,
|
|
21886
21892
|
onChange: fun(),
|
|
21887
|
-
indeterminate: propTypes$
|
|
21888
|
-
options: propTypes$
|
|
21889
|
-
disabled: propTypes$
|
|
21893
|
+
indeterminate: propTypes$1M.exports.bool,
|
|
21894
|
+
options: propTypes$1M.exports.arrayOf(propTypes$1M.exports.oneOfType([propTypes$1M.exports.func, propTypes$1M.exports.any])).isRequired,
|
|
21895
|
+
disabled: propTypes$1M.exports.bool
|
|
21890
21896
|
});
|
|
21891
21897
|
function SpsCheckboxDropdown(props2) {
|
|
21892
21898
|
const _a = props2, {
|
|
@@ -21920,14 +21926,14 @@ function SpsCheckboxDropdown(props2) {
|
|
|
21920
21926
|
}));
|
|
21921
21927
|
}
|
|
21922
21928
|
Object.assign(SpsCheckboxDropdown, {
|
|
21923
|
-
props: propsDoc$
|
|
21924
|
-
propTypes: propTypes$
|
|
21929
|
+
props: propsDoc$1d,
|
|
21930
|
+
propTypes: propTypes$1g,
|
|
21925
21931
|
displayName: "SpsCheckboxDropdown"
|
|
21926
21932
|
});
|
|
21927
|
-
const propsDoc$
|
|
21933
|
+
const propsDoc$1c = {
|
|
21928
21934
|
kind: "FeedbackBlockKind"
|
|
21929
21935
|
};
|
|
21930
|
-
const propTypes$
|
|
21936
|
+
const propTypes$1f = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
21931
21937
|
kind: enumValue(FeedbackBlockKind)
|
|
21932
21938
|
});
|
|
21933
21939
|
function SpsFeedbackBlock(props2) {
|
|
@@ -21958,8 +21964,8 @@ function SpsFeedbackBlock(props2) {
|
|
|
21958
21964
|
}, children));
|
|
21959
21965
|
}
|
|
21960
21966
|
Object.assign(SpsFeedbackBlock, {
|
|
21961
|
-
props: propsDoc$
|
|
21962
|
-
propTypes: propTypes$
|
|
21967
|
+
props: propsDoc$1c,
|
|
21968
|
+
propTypes: propTypes$1f,
|
|
21963
21969
|
displayName: "SpsFeedbackBlock"
|
|
21964
21970
|
});
|
|
21965
21971
|
const SpsFeedbackBlockExamples = {
|
|
@@ -22061,7 +22067,7 @@ const SpsFeedbackBlockExamples = {
|
|
|
22061
22067
|
}
|
|
22062
22068
|
}
|
|
22063
22069
|
};
|
|
22064
|
-
const propsDoc$
|
|
22070
|
+
const propsDoc$1b = {
|
|
22065
22071
|
errors: "ReactNodeOrRenderFn",
|
|
22066
22072
|
formMeta: "SpsFormSetMeta<any>",
|
|
22067
22073
|
legend: "string",
|
|
@@ -22070,16 +22076,16 @@ const propsDoc$1a = {
|
|
|
22070
22076
|
onToggled: "(isEnabled: boolean) => void",
|
|
22071
22077
|
tooltip: "string"
|
|
22072
22078
|
};
|
|
22073
|
-
const propTypes$
|
|
22079
|
+
const propTypes$1e = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
22074
22080
|
errors: nodeOrRenderFn,
|
|
22075
22081
|
formArray: impl(),
|
|
22076
22082
|
formGroup: impl(),
|
|
22077
22083
|
formMeta: impl(),
|
|
22078
|
-
legend: propTypes$
|
|
22079
|
-
optional: propTypes$
|
|
22080
|
-
enabled: propTypes$
|
|
22084
|
+
legend: propTypes$1M.exports.string,
|
|
22085
|
+
optional: propTypes$1M.exports.bool,
|
|
22086
|
+
enabled: propTypes$1M.exports.bool,
|
|
22081
22087
|
onToggled: fun(),
|
|
22082
|
-
tooltip: propTypes$
|
|
22088
|
+
tooltip: propTypes$1M.exports.string
|
|
22083
22089
|
});
|
|
22084
22090
|
function SpsFieldset({
|
|
22085
22091
|
children,
|
|
@@ -22155,8 +22161,8 @@ function SpsFieldset({
|
|
|
22155
22161
|
}, contentOf(errors)), children));
|
|
22156
22162
|
}
|
|
22157
22163
|
Object.assign(SpsFieldset, {
|
|
22158
|
-
props: propsDoc$
|
|
22159
|
-
propTypes: propTypes$
|
|
22164
|
+
props: propsDoc$1b,
|
|
22165
|
+
propTypes: propTypes$1e,
|
|
22160
22166
|
displayName: "SpsFieldset"
|
|
22161
22167
|
});
|
|
22162
22168
|
const SpsFieldsetExamples = {
|
|
@@ -22442,8 +22448,8 @@ const SpsFieldsetExamples = {
|
|
|
22442
22448
|
}
|
|
22443
22449
|
}
|
|
22444
22450
|
};
|
|
22445
|
-
const propsDoc$
|
|
22446
|
-
const propTypes$
|
|
22451
|
+
const propsDoc$1a = {};
|
|
22452
|
+
const propTypes$1d = __spreadValues({}, spsGlobalPropTypes);
|
|
22447
22453
|
function SpsFocusedTaskActions(props2) {
|
|
22448
22454
|
const _a = props2, {
|
|
22449
22455
|
children,
|
|
@@ -22464,18 +22470,18 @@ function SpsFocusedTaskActions(props2) {
|
|
|
22464
22470
|
}, children)));
|
|
22465
22471
|
}
|
|
22466
22472
|
Object.assign(SpsFocusedTaskActions, {
|
|
22467
|
-
props: propsDoc$
|
|
22468
|
-
propTypes: propTypes$
|
|
22473
|
+
props: propsDoc$1a,
|
|
22474
|
+
propTypes: propTypes$1d,
|
|
22469
22475
|
displayName: "SpsFocusedTaskActions"
|
|
22470
22476
|
});
|
|
22471
|
-
const propsDoc$
|
|
22477
|
+
const propsDoc$19 = {
|
|
22472
22478
|
fullWidth: "boolean",
|
|
22473
22479
|
isOpen: "boolean",
|
|
22474
22480
|
onClose: "() => void"
|
|
22475
22481
|
};
|
|
22476
|
-
const propTypes$
|
|
22477
|
-
fullWidth: propTypes$
|
|
22478
|
-
isOpen: propTypes$
|
|
22482
|
+
const propTypes$1c = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
22483
|
+
fullWidth: propTypes$1M.exports.bool,
|
|
22484
|
+
isOpen: propTypes$1M.exports.bool,
|
|
22479
22485
|
onClose: fun()
|
|
22480
22486
|
});
|
|
22481
22487
|
function SpsFocusedTask(props2) {
|
|
@@ -22532,8 +22538,8 @@ function SpsFocusedTask(props2) {
|
|
|
22532
22538
|
}, isOpen && content)), actions);
|
|
22533
22539
|
}
|
|
22534
22540
|
Object.assign(SpsFocusedTask, {
|
|
22535
|
-
props: propsDoc$
|
|
22536
|
-
propTypes: propTypes$
|
|
22541
|
+
props: propsDoc$19,
|
|
22542
|
+
propTypes: propTypes$1c,
|
|
22537
22543
|
displayName: "SpsFocusedTask"
|
|
22538
22544
|
});
|
|
22539
22545
|
const SpsFocusedTaskExamples = {
|
|
@@ -24016,19 +24022,19 @@ const SpsAddRemoveFormRowExamples = {
|
|
|
24016
24022
|
}
|
|
24017
24023
|
}
|
|
24018
24024
|
};
|
|
24019
|
-
const propsDoc$
|
|
24025
|
+
const propsDoc$18 = {
|
|
24020
24026
|
imgSrc: "string",
|
|
24021
24027
|
kind: "GrowlerKind",
|
|
24022
24028
|
onClose: "() => void",
|
|
24023
24029
|
persist: "boolean",
|
|
24024
24030
|
title: "string"
|
|
24025
24031
|
};
|
|
24026
|
-
const propTypes$
|
|
24027
|
-
imgSrc: propTypes$
|
|
24032
|
+
const propTypes$1b = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
24033
|
+
imgSrc: propTypes$1M.exports.string,
|
|
24028
24034
|
kind: enumValue(GrowlerKind),
|
|
24029
24035
|
onClose: fun(),
|
|
24030
|
-
persist: propTypes$
|
|
24031
|
-
title: propTypes$
|
|
24036
|
+
persist: propTypes$1M.exports.bool,
|
|
24037
|
+
title: propTypes$1M.exports.string
|
|
24032
24038
|
});
|
|
24033
24039
|
function SpsGrowler(props2) {
|
|
24034
24040
|
const _a = props2, {
|
|
@@ -24134,8 +24140,8 @@ function SpsGrowler(props2) {
|
|
|
24134
24140
|
})))));
|
|
24135
24141
|
}
|
|
24136
24142
|
Object.assign(SpsGrowler, {
|
|
24137
|
-
props: propsDoc$
|
|
24138
|
-
propTypes: propTypes$
|
|
24143
|
+
props: propsDoc$18,
|
|
24144
|
+
propTypes: propTypes$1b,
|
|
24139
24145
|
displayName: "SpsGrowler"
|
|
24140
24146
|
});
|
|
24141
24147
|
const SpsGrowlerExamples = {
|
|
@@ -24510,18 +24516,18 @@ const SpsGrowlerExamples = {
|
|
|
24510
24516
|
}
|
|
24511
24517
|
}
|
|
24512
24518
|
};
|
|
24513
|
-
const propsDoc$
|
|
24519
|
+
const propsDoc$17 = {
|
|
24514
24520
|
disabled: "boolean",
|
|
24515
24521
|
min: "number",
|
|
24516
24522
|
max: "number",
|
|
24517
24523
|
step: "number",
|
|
24518
24524
|
onValueChange: "(newValue: number) => void"
|
|
24519
24525
|
};
|
|
24520
|
-
const propTypes$
|
|
24521
|
-
disabled: propTypes$
|
|
24522
|
-
min: propTypes$
|
|
24523
|
-
max: propTypes$
|
|
24524
|
-
step: propTypes$
|
|
24526
|
+
const propTypes$1a = __spreadValues({
|
|
24527
|
+
disabled: propTypes$1M.exports.bool,
|
|
24528
|
+
min: propTypes$1M.exports.number,
|
|
24529
|
+
max: propTypes$1M.exports.number,
|
|
24530
|
+
step: propTypes$1M.exports.number,
|
|
24525
24531
|
onValueChange: fun()
|
|
24526
24532
|
}, spsGlobalPropTypes);
|
|
24527
24533
|
function SpsIncrementor(props2) {
|
|
@@ -24624,8 +24630,8 @@ function SpsIncrementor(props2) {
|
|
|
24624
24630
|
}))));
|
|
24625
24631
|
}
|
|
24626
24632
|
Object.assign(SpsIncrementor, {
|
|
24627
|
-
props: propsDoc$
|
|
24628
|
-
propTypes: propTypes$
|
|
24633
|
+
props: propsDoc$17,
|
|
24634
|
+
propTypes: propTypes$1a,
|
|
24629
24635
|
displayName: "SpsIncrementor"
|
|
24630
24636
|
});
|
|
24631
24637
|
const SpsIncrementorExamples = {
|
|
@@ -24664,7 +24670,7 @@ function SpsInsights(props2) {
|
|
|
24664
24670
|
className: "insight-tile-wrapper"
|
|
24665
24671
|
}, children);
|
|
24666
24672
|
}
|
|
24667
|
-
const propsDoc$
|
|
24673
|
+
const propsDoc$16 = {
|
|
24668
24674
|
horizontal: "boolean",
|
|
24669
24675
|
icon: "SpsIcon",
|
|
24670
24676
|
kind: "SpsInsightTileKind",
|
|
@@ -24673,14 +24679,14 @@ const propsDoc$15 = {
|
|
|
24673
24679
|
partnerCount: "number",
|
|
24674
24680
|
totalPartners: "number"
|
|
24675
24681
|
};
|
|
24676
|
-
const propTypes$
|
|
24677
|
-
horizontal: propTypes$
|
|
24682
|
+
const propTypes$19 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
24683
|
+
horizontal: propTypes$1M.exports.bool,
|
|
24678
24684
|
icon: enumValue(SpsIcon),
|
|
24679
24685
|
kind: enumValue(SpsInsightTileKind),
|
|
24680
|
-
title: propTypes$
|
|
24681
|
-
metric: propTypes$
|
|
24682
|
-
partnerCount: propTypes$
|
|
24683
|
-
totalPartners: propTypes$
|
|
24686
|
+
title: propTypes$1M.exports.string,
|
|
24687
|
+
metric: propTypes$1M.exports.number || propTypes$1M.exports.string,
|
|
24688
|
+
partnerCount: propTypes$1M.exports.number,
|
|
24689
|
+
totalPartners: propTypes$1M.exports.number
|
|
24684
24690
|
});
|
|
24685
24691
|
function SpsInsightTile(props2) {
|
|
24686
24692
|
const _a = props2, {
|
|
@@ -24740,8 +24746,8 @@ function SpsInsightTile(props2) {
|
|
|
24740
24746
|
}, t2("design-system:insightTile.partners")))));
|
|
24741
24747
|
}
|
|
24742
24748
|
Object.assign(SpsInsightTile, {
|
|
24743
|
-
props: propsDoc$
|
|
24744
|
-
propTypes: propTypes$
|
|
24749
|
+
props: propsDoc$16,
|
|
24750
|
+
propTypes: propTypes$19,
|
|
24745
24751
|
displayName: "SpsInsightTile"
|
|
24746
24752
|
});
|
|
24747
24753
|
const SpsInsightTileExamples = {
|
|
@@ -25015,11 +25021,11 @@ const SpsInsightTileExamples = {
|
|
|
25015
25021
|
}
|
|
25016
25022
|
}
|
|
25017
25023
|
};
|
|
25018
|
-
const propsDoc$
|
|
25024
|
+
const propsDoc$15 = {
|
|
25019
25025
|
inline: "boolean"
|
|
25020
25026
|
};
|
|
25021
|
-
const propTypes$
|
|
25022
|
-
inline: propTypes$
|
|
25027
|
+
const propTypes$18 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25028
|
+
inline: propTypes$1M.exports.bool
|
|
25023
25029
|
});
|
|
25024
25030
|
function SpsKeyValueList(props2) {
|
|
25025
25031
|
const _a = props2, {
|
|
@@ -25042,16 +25048,16 @@ function SpsKeyValueList(props2) {
|
|
|
25042
25048
|
}, rest), children);
|
|
25043
25049
|
}
|
|
25044
25050
|
Object.assign(SpsKeyValueList, {
|
|
25045
|
-
props: propsDoc$
|
|
25046
|
-
propTypes: propTypes$
|
|
25051
|
+
props: propsDoc$15,
|
|
25052
|
+
propTypes: propTypes$18,
|
|
25047
25053
|
displayName: "SpsKeyValueList"
|
|
25048
25054
|
});
|
|
25049
|
-
const propsDoc$
|
|
25055
|
+
const propsDoc$14 = {
|
|
25050
25056
|
itemKey: { type: "string | nodeOrRenderFn", required: true },
|
|
25051
25057
|
titleColor: "KeyValueListTitleColor"
|
|
25052
25058
|
};
|
|
25053
|
-
const propTypes$
|
|
25054
|
-
itemKey: propTypes$
|
|
25059
|
+
const propTypes$17 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25060
|
+
itemKey: propTypes$1M.exports.string.isRequired || nodeOrRenderFn.isRequired,
|
|
25055
25061
|
titleColor: enumValue(KeyValueListTitleColor)
|
|
25056
25062
|
});
|
|
25057
25063
|
function SpsKeyValueListItem(props2) {
|
|
@@ -25083,8 +25089,8 @@ function SpsKeyValueListItem(props2) {
|
|
|
25083
25089
|
}, children));
|
|
25084
25090
|
}
|
|
25085
25091
|
Object.assign(SpsKeyValueListItem, {
|
|
25086
|
-
props: propsDoc$
|
|
25087
|
-
propTypes: propTypes$
|
|
25092
|
+
props: propsDoc$14,
|
|
25093
|
+
propTypes: propTypes$17,
|
|
25088
25094
|
displayName: "SpsKeyValueListItem"
|
|
25089
25095
|
});
|
|
25090
25096
|
const SpsKeyValueListExamples = {
|
|
@@ -25127,7 +25133,7 @@ const SpsKeyValueListExamples = {
|
|
|
25127
25133
|
}
|
|
25128
25134
|
}
|
|
25129
25135
|
};
|
|
25130
|
-
const propsDoc$
|
|
25136
|
+
const propsDoc$13 = {
|
|
25131
25137
|
for: { type: "SpsFormMetaBase<any>", required: true },
|
|
25132
25138
|
description: "string",
|
|
25133
25139
|
stronglySuggested: "boolean",
|
|
@@ -25136,16 +25142,16 @@ const propsDoc$12 = {
|
|
|
25136
25142
|
helpIconColor: "string",
|
|
25137
25143
|
errors: "ReactNodeOrRenderFn"
|
|
25138
25144
|
};
|
|
25139
|
-
const propTypes$
|
|
25140
|
-
description: propTypes$
|
|
25141
|
-
for: propTypes$
|
|
25145
|
+
const propTypes$16 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25146
|
+
description: propTypes$1M.exports.string,
|
|
25147
|
+
for: propTypes$1M.exports.oneOfType([
|
|
25142
25148
|
impl(),
|
|
25143
25149
|
impl()
|
|
25144
25150
|
]).isRequired,
|
|
25145
|
-
stronglySuggested: propTypes$
|
|
25151
|
+
stronglySuggested: propTypes$1M.exports.bool,
|
|
25146
25152
|
help: nodeOrRenderFn,
|
|
25147
25153
|
helpIcon: enumValue(SpsIcon),
|
|
25148
|
-
helpIconColor: propTypes$
|
|
25154
|
+
helpIconColor: propTypes$1M.exports.string,
|
|
25149
25155
|
errors: nodeOrRenderFn
|
|
25150
25156
|
});
|
|
25151
25157
|
function SpsLabel(_o) {
|
|
@@ -25306,8 +25312,8 @@ function SpsLabel(_o) {
|
|
|
25306
25312
|
}, description));
|
|
25307
25313
|
}
|
|
25308
25314
|
Object.assign(SpsLabel, {
|
|
25309
|
-
props: propsDoc$
|
|
25310
|
-
propTypes: propTypes$
|
|
25315
|
+
props: propsDoc$13,
|
|
25316
|
+
propTypes: propTypes$16,
|
|
25311
25317
|
displayName: "SpsLabel"
|
|
25312
25318
|
});
|
|
25313
25319
|
const SpsLabelExamples = {
|
|
@@ -25525,13 +25531,13 @@ const SpsLabelExamples = {
|
|
|
25525
25531
|
}
|
|
25526
25532
|
}
|
|
25527
25533
|
};
|
|
25528
|
-
const propsDoc$
|
|
25534
|
+
const propsDoc$12 = {
|
|
25529
25535
|
clearSelected: { type: "() => void", required: true },
|
|
25530
25536
|
itemsSelected: { type: "string | number", required: true }
|
|
25531
25537
|
};
|
|
25532
|
-
const propTypes$
|
|
25538
|
+
const propTypes$15 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25533
25539
|
clearSelected: fun().isRequired,
|
|
25534
|
-
itemsSelected: propTypes$
|
|
25540
|
+
itemsSelected: propTypes$1M.exports.oneOfType([propTypes$1M.exports.string, propTypes$1M.exports.number])
|
|
25535
25541
|
});
|
|
25536
25542
|
function SpsListActionBar(props2) {
|
|
25537
25543
|
const _a = props2, {
|
|
@@ -25581,8 +25587,8 @@ function SpsListActionBar(props2) {
|
|
|
25581
25587
|
}, t2("design-system:listActionBar.clearSelected")))));
|
|
25582
25588
|
}
|
|
25583
25589
|
Object.assign(SpsListActionBar, {
|
|
25584
|
-
props: propsDoc$
|
|
25585
|
-
propTypes: propTypes$
|
|
25590
|
+
props: propsDoc$12,
|
|
25591
|
+
propTypes: propTypes$15,
|
|
25586
25592
|
displayName: "SpsListActionBar"
|
|
25587
25593
|
});
|
|
25588
25594
|
const getScrollParent = (node) => {
|
|
@@ -25778,18 +25784,18 @@ const usePinnedTableHeadStyle = (containerRef) => {
|
|
|
25778
25784
|
};
|
|
25779
25785
|
});
|
|
25780
25786
|
};
|
|
25781
|
-
const propsDoc$
|
|
25787
|
+
const propsDoc$11 = {
|
|
25782
25788
|
controlCell: "boolean",
|
|
25783
25789
|
currentSort: "Array<SortedColumn>",
|
|
25784
25790
|
onSortChange: "SortChangeHandler",
|
|
25785
25791
|
sortKey: "string"
|
|
25786
25792
|
};
|
|
25787
|
-
const propTypes$
|
|
25788
|
-
controlCell: propTypes$
|
|
25789
|
-
currentSort: propTypes$
|
|
25793
|
+
const propTypes$14 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25794
|
+
controlCell: propTypes$1M.exports.bool,
|
|
25795
|
+
currentSort: propTypes$1M.exports.arrayOf(impl()),
|
|
25790
25796
|
onSortChange: fun(),
|
|
25791
|
-
sortKey: propTypes$
|
|
25792
|
-
pinned: propTypes$
|
|
25797
|
+
sortKey: propTypes$1M.exports.string,
|
|
25798
|
+
pinned: propTypes$1M.exports.bool
|
|
25793
25799
|
});
|
|
25794
25800
|
function SpsTableHeader(props2) {
|
|
25795
25801
|
const _a = props2, {
|
|
@@ -25848,24 +25854,24 @@ function SpsTableHeader(props2) {
|
|
|
25848
25854
|
}, children));
|
|
25849
25855
|
}
|
|
25850
25856
|
Object.assign(SpsTableHeader, {
|
|
25851
|
-
props: propsDoc$
|
|
25852
|
-
propTypes: propTypes$
|
|
25857
|
+
props: propsDoc$11,
|
|
25858
|
+
propTypes: propTypes$14,
|
|
25853
25859
|
displayName: "SpsTableHeader"
|
|
25854
25860
|
});
|
|
25855
25861
|
function SpsTh(props2) {
|
|
25856
25862
|
return /* @__PURE__ */ React.createElement(SpsTableHeader, __spreadValues({}, props2));
|
|
25857
25863
|
}
|
|
25858
25864
|
Object.assign(SpsTh, {
|
|
25859
|
-
props: propsDoc$
|
|
25860
|
-
propTypes: propTypes$
|
|
25865
|
+
props: propsDoc$11,
|
|
25866
|
+
propTypes: propTypes$14,
|
|
25861
25867
|
displayName: "SpsTh"
|
|
25862
25868
|
});
|
|
25863
|
-
const propsDoc
|
|
25869
|
+
const propsDoc$10 = {
|
|
25864
25870
|
currentSort: "Array<SortedColumn>",
|
|
25865
25871
|
onSortChange: "SortChangeHandler"
|
|
25866
25872
|
};
|
|
25867
|
-
const propTypes$
|
|
25868
|
-
currentSort: propTypes$
|
|
25873
|
+
const propTypes$13 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25874
|
+
currentSort: propTypes$1M.exports.arrayOf(impl()),
|
|
25869
25875
|
onSortChange: fun()
|
|
25870
25876
|
});
|
|
25871
25877
|
function SpsTableRow(props2) {
|
|
@@ -25901,26 +25907,26 @@ function SpsTableRow(props2) {
|
|
|
25901
25907
|
}));
|
|
25902
25908
|
}
|
|
25903
25909
|
Object.assign(SpsTableRow, {
|
|
25904
|
-
props: propsDoc
|
|
25905
|
-
propTypes: propTypes$
|
|
25910
|
+
props: propsDoc$10,
|
|
25911
|
+
propTypes: propTypes$13,
|
|
25906
25912
|
displayName: "SpsTableRow"
|
|
25907
25913
|
});
|
|
25908
25914
|
function SpsTr(props2) {
|
|
25909
25915
|
return /* @__PURE__ */ React.createElement(SpsTableRow, __spreadValues({}, props2));
|
|
25910
25916
|
}
|
|
25911
25917
|
Object.assign(SpsTr, {
|
|
25912
|
-
props: propsDoc
|
|
25913
|
-
propTypes: propTypes$
|
|
25918
|
+
props: propsDoc$10,
|
|
25919
|
+
propTypes: propTypes$13,
|
|
25914
25920
|
displayName: "SpsTr"
|
|
25915
25921
|
});
|
|
25916
|
-
const propsDoc
|
|
25922
|
+
const propsDoc$$ = {
|
|
25917
25923
|
currentSort: "Array<SortedColumn>",
|
|
25918
25924
|
onSortChange: "SortChangeHandler"
|
|
25919
25925
|
};
|
|
25920
|
-
const propTypes$
|
|
25926
|
+
const propTypes$12 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25921
25927
|
onSortChange: fun(),
|
|
25922
|
-
currentSort: propTypes$
|
|
25923
|
-
pinned: propTypes$
|
|
25928
|
+
currentSort: propTypes$1M.exports.arrayOf(impl()),
|
|
25929
|
+
pinned: propTypes$1M.exports.bool
|
|
25924
25930
|
});
|
|
25925
25931
|
function SpsTableHead(props2) {
|
|
25926
25932
|
const _a = props2, {
|
|
@@ -25956,27 +25962,27 @@ function SpsTableHead(props2) {
|
|
|
25956
25962
|
}));
|
|
25957
25963
|
}
|
|
25958
25964
|
Object.assign(SpsTableHead, {
|
|
25959
|
-
props: propsDoc
|
|
25960
|
-
propTypes: propTypes$
|
|
25965
|
+
props: propsDoc$$,
|
|
25966
|
+
propTypes: propTypes$12,
|
|
25961
25967
|
displayName: "SpsTableHead"
|
|
25962
25968
|
});
|
|
25963
25969
|
function SpsThead(props2) {
|
|
25964
25970
|
return /* @__PURE__ */ React.createElement(SpsTableHead, __spreadValues({}, props2));
|
|
25965
25971
|
}
|
|
25966
25972
|
Object.assign(SpsThead, {
|
|
25967
|
-
props: propsDoc
|
|
25968
|
-
propTypes: propTypes$
|
|
25973
|
+
props: propsDoc$$,
|
|
25974
|
+
propTypes: propTypes$12,
|
|
25969
25975
|
displayName: "SpsThead"
|
|
25970
25976
|
});
|
|
25971
|
-
const propsDoc$
|
|
25977
|
+
const propsDoc$_ = {
|
|
25972
25978
|
sort: "SortedColumn",
|
|
25973
25979
|
onSortChange: "SortChangeHandler",
|
|
25974
25980
|
selectable: "boolean"
|
|
25975
25981
|
};
|
|
25976
|
-
const propTypes$
|
|
25982
|
+
const propTypes$11 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
25977
25983
|
onSortChange: fun(),
|
|
25978
|
-
sort: propTypes$
|
|
25979
|
-
selectable: propTypes$
|
|
25984
|
+
sort: propTypes$1M.exports.arrayOf(impl()),
|
|
25985
|
+
selectable: propTypes$1M.exports.bool
|
|
25980
25986
|
});
|
|
25981
25987
|
function SpsTable(props2) {
|
|
25982
25988
|
const _a = props2, {
|
|
@@ -26031,12 +26037,12 @@ function SpsTable(props2) {
|
|
|
26031
26037
|
})));
|
|
26032
26038
|
}
|
|
26033
26039
|
Object.assign(SpsTable, {
|
|
26034
|
-
props: propsDoc$
|
|
26035
|
-
propTypes: propTypes$
|
|
26040
|
+
props: propsDoc$_,
|
|
26041
|
+
propTypes: propTypes$11,
|
|
26036
26042
|
displayName: "SpsTable"
|
|
26037
26043
|
});
|
|
26038
|
-
const propsDoc$
|
|
26039
|
-
const propTypes
|
|
26044
|
+
const propsDoc$Z = {};
|
|
26045
|
+
const propTypes$10 = __spreadValues({}, spsGlobalPropTypes);
|
|
26040
26046
|
function SpsTableBody(props2) {
|
|
26041
26047
|
const _a = props2, {
|
|
26042
26048
|
children,
|
|
@@ -26056,34 +26062,34 @@ function SpsTableBody(props2) {
|
|
|
26056
26062
|
}, rest), children);
|
|
26057
26063
|
}
|
|
26058
26064
|
Object.assign(SpsTableBody, {
|
|
26059
|
-
props: propsDoc$
|
|
26060
|
-
propTypes: propTypes
|
|
26065
|
+
props: propsDoc$Z,
|
|
26066
|
+
propTypes: propTypes$10,
|
|
26061
26067
|
displayName: "SpsTableBody"
|
|
26062
26068
|
});
|
|
26063
26069
|
function SpsTbody(props2) {
|
|
26064
26070
|
return /* @__PURE__ */ React.createElement(SpsTableBody, __spreadValues({}, props2));
|
|
26065
26071
|
}
|
|
26066
26072
|
Object.assign(SpsTbody, {
|
|
26067
|
-
props: propsDoc$
|
|
26068
|
-
propTypes: propTypes
|
|
26073
|
+
props: propsDoc$Z,
|
|
26074
|
+
propTypes: propTypes$10,
|
|
26069
26075
|
displayName: "SpsTbody"
|
|
26070
26076
|
});
|
|
26071
|
-
const propsDoc$
|
|
26077
|
+
const propsDoc$Y = {
|
|
26072
26078
|
buttonCell: "boolean",
|
|
26073
26079
|
controlCell: "boolean",
|
|
26074
26080
|
wrap: "SpsTableCellWrapWidth"
|
|
26075
26081
|
};
|
|
26076
|
-
const propTypes
|
|
26077
|
-
buttonCell: propTypes$
|
|
26078
|
-
controlCell: propTypes$
|
|
26079
|
-
wrap: propTypes$
|
|
26082
|
+
const propTypes$$ = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
26083
|
+
buttonCell: propTypes$1M.exports.bool,
|
|
26084
|
+
controlCell: propTypes$1M.exports.bool,
|
|
26085
|
+
wrap: propTypes$1M.exports.oneOf([
|
|
26080
26086
|
200,
|
|
26081
26087
|
300,
|
|
26082
26088
|
400,
|
|
26083
26089
|
500,
|
|
26084
26090
|
600
|
|
26085
26091
|
]),
|
|
26086
|
-
pinned: propTypes$
|
|
26092
|
+
pinned: propTypes$1M.exports.bool
|
|
26087
26093
|
});
|
|
26088
26094
|
function SpsTableCell(props2) {
|
|
26089
26095
|
const _a = props2, {
|
|
@@ -26116,20 +26122,20 @@ function SpsTableCell(props2) {
|
|
|
26116
26122
|
}, rest), children);
|
|
26117
26123
|
}
|
|
26118
26124
|
Object.assign(SpsTableCell, {
|
|
26119
|
-
props: propsDoc$
|
|
26120
|
-
propTypes: propTypes
|
|
26125
|
+
props: propsDoc$Y,
|
|
26126
|
+
propTypes: propTypes$$,
|
|
26121
26127
|
displayName: "SpsTableCell"
|
|
26122
26128
|
});
|
|
26123
26129
|
function SpsTd(props2) {
|
|
26124
26130
|
return /* @__PURE__ */ React.createElement(SpsTableCell, __spreadValues({}, props2));
|
|
26125
26131
|
}
|
|
26126
26132
|
Object.assign(SpsTd, {
|
|
26127
|
-
props: propsDoc$
|
|
26128
|
-
propTypes: propTypes
|
|
26133
|
+
props: propsDoc$Y,
|
|
26134
|
+
propTypes: propTypes$$,
|
|
26129
26135
|
displayName: "SpsTd"
|
|
26130
26136
|
});
|
|
26131
|
-
const propsDoc$
|
|
26132
|
-
const propTypes$
|
|
26137
|
+
const propsDoc$X = {};
|
|
26138
|
+
const propTypes$_ = __spreadValues({}, spsGlobalPropTypes);
|
|
26133
26139
|
const CSS_BLOCK$3 = "sps-icon-button-panel";
|
|
26134
26140
|
function SpsIconButtonPanel(_q) {
|
|
26135
26141
|
var _r = _q, {
|
|
@@ -26148,8 +26154,8 @@ function SpsIconButtonPanel(_q) {
|
|
|
26148
26154
|
}, rest), iconButtons);
|
|
26149
26155
|
}
|
|
26150
26156
|
Object.assign(SpsIconButtonPanel, {
|
|
26151
|
-
props: propsDoc$
|
|
26152
|
-
propTypes: propTypes$
|
|
26157
|
+
props: propsDoc$X,
|
|
26158
|
+
propTypes: propTypes$_,
|
|
26153
26159
|
displayName: "SpsIconButtonPanel"
|
|
26154
26160
|
});
|
|
26155
26161
|
const SpsTableExamples = {
|
|
@@ -27333,8 +27339,8 @@ const SpsListActionBarExamples = {
|
|
|
27333
27339
|
}
|
|
27334
27340
|
}
|
|
27335
27341
|
};
|
|
27336
|
-
const propTypes$
|
|
27337
|
-
tabs: propTypes$
|
|
27342
|
+
const propTypes$Z = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
27343
|
+
tabs: propTypes$1M.exports.arrayOf(impl()).isRequired,
|
|
27338
27344
|
activeTab: impl(),
|
|
27339
27345
|
onTabChange: fun()
|
|
27340
27346
|
});
|
|
@@ -27398,18 +27404,18 @@ function SpsTabs(props2) {
|
|
|
27398
27404
|
}, tab2.tag)))));
|
|
27399
27405
|
}
|
|
27400
27406
|
Object.assign(SpsTabs, {
|
|
27401
|
-
propTypes: propTypes$
|
|
27407
|
+
propTypes: propTypes$Z,
|
|
27402
27408
|
displayName: "SpsTabs"
|
|
27403
27409
|
});
|
|
27404
|
-
const propsDoc$
|
|
27410
|
+
const propsDoc$W = {
|
|
27405
27411
|
formMeta: "SpsFormSetMeta<any>",
|
|
27406
27412
|
stacked: "boolean"
|
|
27407
27413
|
};
|
|
27408
|
-
const propTypes$
|
|
27414
|
+
const propTypes$Y = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
27409
27415
|
formArray: impl(),
|
|
27410
27416
|
formGroup: impl(),
|
|
27411
27417
|
formMeta: impl(),
|
|
27412
|
-
stacked: propTypes$
|
|
27418
|
+
stacked: propTypes$1M.exports.bool
|
|
27413
27419
|
});
|
|
27414
27420
|
function SpsInputGroup(_s) {
|
|
27415
27421
|
var _t = _s, {
|
|
@@ -27454,14 +27460,14 @@ function SpsInputGroup(_s) {
|
|
|
27454
27460
|
}, children));
|
|
27455
27461
|
}
|
|
27456
27462
|
Object.assign(SpsInputGroup, {
|
|
27457
|
-
props: propsDoc$
|
|
27458
|
-
propTypes: propTypes$
|
|
27463
|
+
props: propsDoc$W,
|
|
27464
|
+
propTypes: propTypes$Y,
|
|
27459
27465
|
displayName: "SpsInputGroup"
|
|
27460
27466
|
});
|
|
27461
|
-
const propsDoc$
|
|
27467
|
+
const propsDoc$V = {
|
|
27462
27468
|
onSubmit: "FormEventHandler"
|
|
27463
27469
|
};
|
|
27464
|
-
const propTypes$
|
|
27470
|
+
const propTypes$X = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
27465
27471
|
onSubmit: fun()
|
|
27466
27472
|
});
|
|
27467
27473
|
function SpsListToolbarSearch(props2) {
|
|
@@ -27484,9 +27490,22 @@ function SpsListToolbarSearch(props2) {
|
|
|
27484
27490
|
}, children));
|
|
27485
27491
|
}
|
|
27486
27492
|
Object.assign(SpsListToolbarSearch, {
|
|
27493
|
+
props: propsDoc$V,
|
|
27494
|
+
propTypes: propTypes$X,
|
|
27495
|
+
displayName: "SpsListToolbarSearch"
|
|
27496
|
+
});
|
|
27497
|
+
const propsDoc$U = {};
|
|
27498
|
+
const propTypes$W = __spreadValues({}, spsGlobalPropTypes);
|
|
27499
|
+
function SpsListToolbarSearchInfo(props2) {
|
|
27500
|
+
const {
|
|
27501
|
+
children
|
|
27502
|
+
} = props2;
|
|
27503
|
+
return /* @__PURE__ */ React.createElement("div", null, children);
|
|
27504
|
+
}
|
|
27505
|
+
Object.assign(SpsListToolbarSearchInfo, {
|
|
27487
27506
|
props: propsDoc$U,
|
|
27488
27507
|
propTypes: propTypes$W,
|
|
27489
|
-
displayName: "
|
|
27508
|
+
displayName: "SpsListToolbarSearchInfo"
|
|
27490
27509
|
});
|
|
27491
27510
|
const propsDoc$T = {
|
|
27492
27511
|
activeTab: "SpsTab",
|
|
@@ -27503,18 +27522,18 @@ const propsDoc$T = {
|
|
|
27503
27522
|
};
|
|
27504
27523
|
const propTypes$V = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
27505
27524
|
activeTab: impl(),
|
|
27506
|
-
advancedSearch: propTypes$
|
|
27507
|
-
isOpen: propTypes$
|
|
27508
|
-
enteredFields: propTypes$
|
|
27525
|
+
advancedSearch: propTypes$1M.exports.shape({
|
|
27526
|
+
isOpen: propTypes$1M.exports.bool,
|
|
27527
|
+
enteredFields: propTypes$1M.exports.number
|
|
27509
27528
|
}),
|
|
27510
27529
|
onToggleAdvancedSearch: fun(),
|
|
27511
27530
|
onTabChange: fun(),
|
|
27512
|
-
title: propTypes$
|
|
27513
|
-
tabs: propTypes$
|
|
27531
|
+
title: propTypes$1M.exports.string,
|
|
27532
|
+
tabs: propTypes$1M.exports.arrayOf(impl()),
|
|
27514
27533
|
onToolbarPinned: fun(),
|
|
27515
|
-
selectable: propTypes$
|
|
27516
|
-
isSelected: propTypes$
|
|
27517
|
-
isIndeterminate: propTypes$
|
|
27534
|
+
selectable: propTypes$1M.exports.bool,
|
|
27535
|
+
isSelected: propTypes$1M.exports.bool,
|
|
27536
|
+
isIndeterminate: propTypes$1M.exports.bool,
|
|
27518
27537
|
onSelectionChange: fun()
|
|
27519
27538
|
});
|
|
27520
27539
|
function SpsListToolbar(props2) {
|
|
@@ -27618,8 +27637,13 @@ function SpsListToolbar(props2) {
|
|
|
27618
27637
|
emitToolbarPinned(isPinned);
|
|
27619
27638
|
}, [isPinned]);
|
|
27620
27639
|
const classes = clsx(unsafelyReplaceClassName || "sps-list-toolbar", isPinned && "sps-list-toolbar--pinned", isPinned && "z-stratum-bar", advancedSearch && advancedSearch.isOpen && "sps-list-toolbar--advanced-search-open", className);
|
|
27621
|
-
const [
|
|
27622
|
-
|
|
27640
|
+
const [
|
|
27641
|
+
listToolbarSearch,
|
|
27642
|
+
listToolbarSearchInfo,
|
|
27643
|
+
otherChildren
|
|
27644
|
+
] = selectChildren(children, [
|
|
27645
|
+
{ type: SpsListToolbarSearch },
|
|
27646
|
+
{ type: SpsListToolbarSearchInfo }
|
|
27623
27647
|
]);
|
|
27624
27648
|
return /* @__PURE__ */ React.createElement("div", {
|
|
27625
27649
|
className: "sps-list-toolbar__wrapper",
|
|
@@ -27643,7 +27667,7 @@ function SpsListToolbar(props2) {
|
|
|
27643
27667
|
"data-testid": `${testId}__tabs`
|
|
27644
27668
|
}), /* @__PURE__ */ React.createElement("div", {
|
|
27645
27669
|
className: "sps-list-toolbar__search-controls"
|
|
27646
|
-
}, !title && listToolbarSearch, listToolbarSearch.length > 0 && advancedSearch && /* @__PURE__ */ React.createElement("div", {
|
|
27670
|
+
}, !title && listToolbarSearch, !title && listToolbarSearchInfo, listToolbarSearch.length > 0 && advancedSearch && /* @__PURE__ */ React.createElement("div", {
|
|
27647
27671
|
className: "sps-list-toolbar__advanced-search-toggle",
|
|
27648
27672
|
"data-testid": `${testId}__advanced-search`
|
|
27649
27673
|
}, /* @__PURE__ */ React.createElement("div", {
|
|
@@ -27918,6 +27942,50 @@ const SpsListToolbarExamples = {
|
|
|
27918
27942
|
)
|
|
27919
27943
|
}
|
|
27920
27944
|
`
|
|
27945
|
+
},
|
|
27946
|
+
searchInfo: {
|
|
27947
|
+
description: () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("h5", null, "Search Info"), /* @__PURE__ */ React.createElement("p", null, "Use SpsListToolbarSearchInfo component to add additional information about your search.")),
|
|
27948
|
+
react: code`
|
|
27949
|
+
function Component() {
|
|
27950
|
+
const filterKeys = ["Key Item ID", "Document Type", "Sender Name", "Receiver Name"];
|
|
27951
|
+
|
|
27952
|
+
const { formValue, formMeta, updateForm } = useSpsForm({
|
|
27953
|
+
searchText: "",
|
|
27954
|
+
filterOption: filterKeys[0],
|
|
27955
|
+
});
|
|
27956
|
+
|
|
27957
|
+
function handleSearch(event) {
|
|
27958
|
+
console.log(event, formValue.searchText)
|
|
27959
|
+
}
|
|
27960
|
+
|
|
27961
|
+
return (
|
|
27962
|
+
<SpsListToolbar>
|
|
27963
|
+
<SpsListToolbarSearch onSubmit={handleSearch}>
|
|
27964
|
+
<SpsSelect
|
|
27965
|
+
options={filterKeys}
|
|
27966
|
+
formMeta={formMeta.fields.filterOption}
|
|
27967
|
+
value={formValue.filterOption}
|
|
27968
|
+
notClearable
|
|
27969
|
+
/>
|
|
27970
|
+
<SpsTextInput
|
|
27971
|
+
value={formValue.searchText}
|
|
27972
|
+
formMeta={formMeta.fields.searchText}
|
|
27973
|
+
icon={SpsIcon.FILTER}
|
|
27974
|
+
placeholder="Filter fields"
|
|
27975
|
+
/>
|
|
27976
|
+
</SpsListToolbarSearch>
|
|
27977
|
+
<SpsListToolbarSearchInfo>
|
|
27978
|
+
<div style={{ display: 'flex', alignItems: 'center'}}>
|
|
27979
|
+
<span style={{ marginRight: 5 }} >
|
|
27980
|
+
Key Item ID = Vendor Part Number
|
|
27981
|
+
</span>
|
|
27982
|
+
<SpsI icon={SpsIcon.INFO_CIRCLE} className="blue200"/>
|
|
27983
|
+
</div>
|
|
27984
|
+
</SpsListToolbarSearchInfo>
|
|
27985
|
+
</SpsListToolbar>
|
|
27986
|
+
)
|
|
27987
|
+
}
|
|
27988
|
+
`
|
|
27921
27989
|
}
|
|
27922
27990
|
}
|
|
27923
27991
|
},
|
|
@@ -28133,7 +28201,7 @@ const propsDoc$S = {
|
|
|
28133
28201
|
};
|
|
28134
28202
|
const propTypes$U = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
28135
28203
|
kind: enumValue(FeedbackBlockKind),
|
|
28136
|
-
message: propTypes$
|
|
28204
|
+
message: propTypes$1M.exports.node.isRequired
|
|
28137
28205
|
});
|
|
28138
28206
|
function SpsMicroBlock(props2) {
|
|
28139
28207
|
const _a = props2, {
|
|
@@ -28226,7 +28294,7 @@ const propsDoc$R = {
|
|
|
28226
28294
|
const propTypes$T = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
28227
28295
|
kind: enumValue(ModalKind),
|
|
28228
28296
|
size: enumValue(ModalSize),
|
|
28229
|
-
title: propTypes$
|
|
28297
|
+
title: propTypes$1M.exports.string,
|
|
28230
28298
|
onClose: fun(),
|
|
28231
28299
|
focusElementOnOpen: ref()
|
|
28232
28300
|
});
|
|
@@ -28805,6 +28873,7 @@ const propsDoc$Q = {
|
|
|
28805
28873
|
debounce: "number",
|
|
28806
28874
|
disabled: "boolean",
|
|
28807
28875
|
disableSelected: "boolean",
|
|
28876
|
+
comparisonKey: "string",
|
|
28808
28877
|
formMeta: "SpsFormFieldMeta<any[]>",
|
|
28809
28878
|
hideSelected: "boolean",
|
|
28810
28879
|
icon: "SpsIcon",
|
|
@@ -28819,26 +28888,27 @@ const propsDoc$Q = {
|
|
|
28819
28888
|
};
|
|
28820
28889
|
const propTypes$S = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
28821
28890
|
action: fun(),
|
|
28822
|
-
captionKey: propTypes$
|
|
28823
|
-
debounce: propTypes$
|
|
28824
|
-
disabled: propTypes$
|
|
28825
|
-
disableSelected: propTypes$
|
|
28891
|
+
captionKey: propTypes$1M.exports.string,
|
|
28892
|
+
debounce: propTypes$1M.exports.number,
|
|
28893
|
+
disabled: propTypes$1M.exports.bool,
|
|
28894
|
+
disableSelected: propTypes$1M.exports.bool,
|
|
28895
|
+
comparisonKey: propTypes$1M.exports.string,
|
|
28826
28896
|
formControl: impl(),
|
|
28827
28897
|
formMeta: impl(),
|
|
28828
|
-
hideSelected: propTypes$
|
|
28898
|
+
hideSelected: propTypes$1M.exports.bool,
|
|
28829
28899
|
icon: enumValue(SpsIcon),
|
|
28830
28900
|
onChange: fun(),
|
|
28831
|
-
options: propTypes$
|
|
28832
|
-
propTypes$
|
|
28833
|
-
propTypes$
|
|
28901
|
+
options: propTypes$1M.exports.oneOfType([
|
|
28902
|
+
propTypes$1M.exports.array,
|
|
28903
|
+
propTypes$1M.exports.instanceOf(Promise),
|
|
28834
28904
|
fun()
|
|
28835
28905
|
]).isRequired,
|
|
28836
|
-
placeholder: propTypes$
|
|
28837
|
-
tallOptionList: propTypes$
|
|
28838
|
-
textKey: propTypes$
|
|
28839
|
-
value: propTypes$
|
|
28840
|
-
zeroState: propTypes$
|
|
28841
|
-
loading: propTypes$
|
|
28906
|
+
placeholder: propTypes$1M.exports.string,
|
|
28907
|
+
tallOptionList: propTypes$1M.exports.bool,
|
|
28908
|
+
textKey: propTypes$1M.exports.string,
|
|
28909
|
+
value: propTypes$1M.exports.any,
|
|
28910
|
+
zeroState: propTypes$1M.exports.string,
|
|
28911
|
+
loading: propTypes$1M.exports.bool
|
|
28842
28912
|
});
|
|
28843
28913
|
function SpsMultiSelect(_w) {
|
|
28844
28914
|
var _x = _w, {
|
|
@@ -28848,6 +28918,7 @@ function SpsMultiSelect(_w) {
|
|
|
28848
28918
|
debounce: debounce2,
|
|
28849
28919
|
disabled,
|
|
28850
28920
|
disableSelected = false,
|
|
28921
|
+
comparisonKey,
|
|
28851
28922
|
formControl: formControl2,
|
|
28852
28923
|
formMeta,
|
|
28853
28924
|
hideSelected,
|
|
@@ -28869,6 +28940,7 @@ function SpsMultiSelect(_w) {
|
|
|
28869
28940
|
"debounce",
|
|
28870
28941
|
"disabled",
|
|
28871
28942
|
"disableSelected",
|
|
28943
|
+
"comparisonKey",
|
|
28872
28944
|
"formControl",
|
|
28873
28945
|
"formMeta",
|
|
28874
28946
|
"hideSelected",
|
|
@@ -29063,6 +29135,7 @@ function SpsMultiSelect(_w) {
|
|
|
29063
29135
|
captionKey,
|
|
29064
29136
|
disabledOptions: disableSelected ? value : null,
|
|
29065
29137
|
isOpen: showPopup,
|
|
29138
|
+
comparisonKey,
|
|
29066
29139
|
keepOpen: true,
|
|
29067
29140
|
keyDown: state.keyDown,
|
|
29068
29141
|
options,
|
|
@@ -29391,29 +29464,29 @@ const propsDoc$N = {
|
|
|
29391
29464
|
};
|
|
29392
29465
|
const propTypes$P = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
29393
29466
|
action: fun(),
|
|
29394
|
-
captionKey: propTypes$
|
|
29395
|
-
comparisonKey: propTypes$
|
|
29396
|
-
disabled: propTypes$
|
|
29467
|
+
captionKey: propTypes$1M.exports.string,
|
|
29468
|
+
comparisonKey: propTypes$1M.exports.string,
|
|
29469
|
+
disabled: propTypes$1M.exports.bool,
|
|
29397
29470
|
formControl: impl(),
|
|
29398
29471
|
formMeta: impl(),
|
|
29399
|
-
notClearable: propTypes$
|
|
29400
|
-
options: propTypes$
|
|
29401
|
-
propTypes$
|
|
29402
|
-
propTypes$
|
|
29472
|
+
notClearable: propTypes$1M.exports.bool,
|
|
29473
|
+
options: propTypes$1M.exports.oneOfType([
|
|
29474
|
+
propTypes$1M.exports.array,
|
|
29475
|
+
propTypes$1M.exports.instanceOf(Promise),
|
|
29403
29476
|
fun()
|
|
29404
29477
|
]).isRequired,
|
|
29405
29478
|
onChange: fun(),
|
|
29406
|
-
placeholder: propTypes$
|
|
29407
|
-
searchDebounce: propTypes$
|
|
29408
|
-
searchPlaceholder: propTypes$
|
|
29409
|
-
tallOptionList: propTypes$
|
|
29410
|
-
textKey: propTypes$
|
|
29411
|
-
valueKey: propTypes$
|
|
29412
|
-
value: propTypes$
|
|
29413
|
-
zeroState: propTypes$
|
|
29414
|
-
autoFixWidth: propTypes$
|
|
29415
|
-
loading: propTypes$
|
|
29416
|
-
filterByTextAndCaptionKey: propTypes$
|
|
29479
|
+
placeholder: propTypes$1M.exports.string,
|
|
29480
|
+
searchDebounce: propTypes$1M.exports.number,
|
|
29481
|
+
searchPlaceholder: propTypes$1M.exports.string,
|
|
29482
|
+
tallOptionList: propTypes$1M.exports.bool,
|
|
29483
|
+
textKey: propTypes$1M.exports.string,
|
|
29484
|
+
valueKey: propTypes$1M.exports.string,
|
|
29485
|
+
value: propTypes$1M.exports.any,
|
|
29486
|
+
zeroState: propTypes$1M.exports.string,
|
|
29487
|
+
autoFixWidth: propTypes$1M.exports.bool,
|
|
29488
|
+
loading: propTypes$1M.exports.bool,
|
|
29489
|
+
filterByTextAndCaptionKey: propTypes$1M.exports.bool
|
|
29417
29490
|
});
|
|
29418
29491
|
const SpsSelect = React.forwardRef((props2, ref2) => {
|
|
29419
29492
|
const _a = props2, {
|
|
@@ -29642,10 +29715,10 @@ const propsDoc$M = {
|
|
|
29642
29715
|
disabled: "boolean"
|
|
29643
29716
|
};
|
|
29644
29717
|
const propTypes$O = __spreadValues({
|
|
29645
|
-
numPages: propTypes$
|
|
29718
|
+
numPages: propTypes$1M.exports.number,
|
|
29646
29719
|
onPageChange: fun(),
|
|
29647
|
-
page: propTypes$
|
|
29648
|
-
disabled: propTypes$
|
|
29720
|
+
page: propTypes$1M.exports.number,
|
|
29721
|
+
disabled: propTypes$1M.exports.bool
|
|
29649
29722
|
}, spsGlobalPropTypes);
|
|
29650
29723
|
function SpsPageSelector(props2) {
|
|
29651
29724
|
const _a = props2, {
|
|
@@ -29752,11 +29825,11 @@ const propsDoc$L = {
|
|
|
29752
29825
|
};
|
|
29753
29826
|
const propTypes$N = __spreadValues({
|
|
29754
29827
|
onPageChange: fun().isRequired,
|
|
29755
|
-
page: propTypes$
|
|
29756
|
-
pageSize: propTypes$
|
|
29757
|
-
pageSizeOptions: propTypes$
|
|
29758
|
-
totalResults: propTypes$
|
|
29759
|
-
disabled: propTypes$
|
|
29828
|
+
page: propTypes$1M.exports.number,
|
|
29829
|
+
pageSize: propTypes$1M.exports.number,
|
|
29830
|
+
pageSizeOptions: propTypes$1M.exports.arrayOf(propTypes$1M.exports.number),
|
|
29831
|
+
totalResults: propTypes$1M.exports.number,
|
|
29832
|
+
disabled: propTypes$1M.exports.bool
|
|
29760
29833
|
}, spsGlobalPropTypes);
|
|
29761
29834
|
function SpsPagination(props2) {
|
|
29762
29835
|
const _a = props2, {
|
|
@@ -30001,14 +30074,14 @@ const propsDoc$J = {
|
|
|
30001
30074
|
tabs: "Array<string>"
|
|
30002
30075
|
};
|
|
30003
30076
|
const propTypes$M = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
30004
|
-
activeTab: propTypes$
|
|
30005
|
-
fullWidth: propTypes$
|
|
30077
|
+
activeTab: propTypes$1M.exports.string,
|
|
30078
|
+
fullWidth: propTypes$1M.exports.bool,
|
|
30006
30079
|
onTabChange: fun(),
|
|
30007
30080
|
onProductNameClick: fun(),
|
|
30008
|
-
productLogoSrc: propTypes$
|
|
30009
|
-
productName: propTypes$
|
|
30010
|
-
productNameHref: propTypes$
|
|
30011
|
-
tabs: propTypes$
|
|
30081
|
+
productLogoSrc: propTypes$1M.exports.string,
|
|
30082
|
+
productName: propTypes$1M.exports.string.isRequired,
|
|
30083
|
+
productNameHref: propTypes$1M.exports.string,
|
|
30084
|
+
tabs: propTypes$1M.exports.arrayOf(propTypes$1M.exports.string)
|
|
30012
30085
|
});
|
|
30013
30086
|
function SpsProductBar(props2) {
|
|
30014
30087
|
const _a = props2, {
|
|
@@ -30231,10 +30304,10 @@ const propsDoc$I = {
|
|
|
30231
30304
|
onClose: "() => void"
|
|
30232
30305
|
};
|
|
30233
30306
|
const propTypes$L = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
30234
|
-
percentComplete: propTypes$
|
|
30235
|
-
title: propTypes$
|
|
30236
|
-
detail: propTypes$
|
|
30237
|
-
disabled: propTypes$
|
|
30307
|
+
percentComplete: propTypes$1M.exports.number,
|
|
30308
|
+
title: propTypes$1M.exports.string,
|
|
30309
|
+
detail: propTypes$1M.exports.string,
|
|
30310
|
+
disabled: propTypes$1M.exports.bool,
|
|
30238
30311
|
onClose: fun()
|
|
30239
30312
|
});
|
|
30240
30313
|
function SpsProgressBar(props2) {
|
|
@@ -30351,6 +30424,37 @@ const SpsSteppedProgressBarExamples = {
|
|
|
30351
30424
|
}
|
|
30352
30425
|
`
|
|
30353
30426
|
},
|
|
30427
|
+
color: {
|
|
30428
|
+
description: () => /* @__PURE__ */ React.createElement("h4", null, "Alternate Color"),
|
|
30429
|
+
react: code`
|
|
30430
|
+
function Component() {
|
|
30431
|
+
const iconsData = [
|
|
30432
|
+
{index: 4, icon: SpsIcon.CALENDAR},
|
|
30433
|
+
{index: 8, icon: SpsIcon.CALENDAR},
|
|
30434
|
+
];
|
|
30435
|
+
const tooltipsData = [
|
|
30436
|
+
{index: 0, title: 'Title 1', description: 'Description'},
|
|
30437
|
+
{index: 4, title: 'Title 5', description: 'Description'},
|
|
30438
|
+
{index: 8, title: 'Title 9', description: 'Description'},
|
|
30439
|
+
{index: 11, title: 'Title 12', description: 'Description'},
|
|
30440
|
+
]
|
|
30441
|
+
|
|
30442
|
+
return (
|
|
30443
|
+
<SpsCard>
|
|
30444
|
+
<SpsSteppedProgressBar
|
|
30445
|
+
title="Process Name"
|
|
30446
|
+
showStepsCounter={true}
|
|
30447
|
+
stepsCount={12}
|
|
30448
|
+
completedStepsCount={4}
|
|
30449
|
+
icons={iconsData}
|
|
30450
|
+
tooltipsData={tooltipsData}
|
|
30451
|
+
color={SteppedProgressBarColor.GRAY}
|
|
30452
|
+
/>
|
|
30453
|
+
</SpsCard>
|
|
30454
|
+
)
|
|
30455
|
+
}
|
|
30456
|
+
`
|
|
30457
|
+
},
|
|
30354
30458
|
completed: {
|
|
30355
30459
|
description: () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("h4", null, "Completed State"), /* @__PURE__ */ React.createElement("p", null, "Once complete, the progress bar appears in green.")),
|
|
30356
30460
|
react: code`
|
|
@@ -30940,16 +31044,18 @@ const propsDoc$G = {
|
|
|
30940
31044
|
disabled: "boolean",
|
|
30941
31045
|
showStepsCounter: "boolean",
|
|
30942
31046
|
icons: "IconsProps[]",
|
|
30943
|
-
tooltipsData: "TooltipsProps[]"
|
|
31047
|
+
tooltipsData: "TooltipsProps[]",
|
|
31048
|
+
color: "SteppedProgressBarColor"
|
|
30944
31049
|
};
|
|
30945
31050
|
const propTypes$J = {
|
|
30946
|
-
title: propTypes$
|
|
30947
|
-
stepsCount: propTypes$
|
|
30948
|
-
completedStepsCount: propTypes$
|
|
30949
|
-
disabled: propTypes$
|
|
30950
|
-
showStepsCounter: propTypes$
|
|
30951
|
-
icons: propTypes$
|
|
30952
|
-
tooltipsData: propTypes$
|
|
31051
|
+
title: propTypes$1M.exports.string,
|
|
31052
|
+
stepsCount: propTypes$1M.exports.number,
|
|
31053
|
+
completedStepsCount: propTypes$1M.exports.number,
|
|
31054
|
+
disabled: propTypes$1M.exports.bool,
|
|
31055
|
+
showStepsCounter: propTypes$1M.exports.bool,
|
|
31056
|
+
icons: propTypes$1M.exports.arrayOf(impl()),
|
|
31057
|
+
tooltipsData: propTypes$1M.exports.arrayOf(impl()),
|
|
31058
|
+
color: enumValue(SteppedProgressBarColor)
|
|
30953
31059
|
};
|
|
30954
31060
|
function SpsSteppedProgressBar(props2) {
|
|
30955
31061
|
const {
|
|
@@ -30960,7 +31066,8 @@ function SpsSteppedProgressBar(props2) {
|
|
|
30960
31066
|
showStepsCounter,
|
|
30961
31067
|
icons,
|
|
30962
31068
|
tooltipsData,
|
|
30963
|
-
className
|
|
31069
|
+
className,
|
|
31070
|
+
color = SteppedProgressBarColor.PURPLE
|
|
30964
31071
|
} = props2;
|
|
30965
31072
|
function findIcon(idx) {
|
|
30966
31073
|
return icons && icons.find((i2) => i2.index === idx);
|
|
@@ -30969,7 +31076,7 @@ function SpsSteppedProgressBar(props2) {
|
|
|
30969
31076
|
return tooltipsData && tooltipsData.find((i2) => i2.index === idx);
|
|
30970
31077
|
}
|
|
30971
31078
|
const data = Array.from(Array(stepsCount)).map(() => useElementId(null).current);
|
|
30972
|
-
const classes = clsx("sps-stepped-progress-bar", completedStepsCount === stepsCount && "sps-stepped-progress-bar--complete", disabled && "sps-stepped-progress-bar--disabled", className);
|
|
31079
|
+
const classes = clsx("sps-stepped-progress-bar", `sps-stepped-progress-bar--${color}`, completedStepsCount === stepsCount && "sps-stepped-progress-bar--complete", disabled && "sps-stepped-progress-bar--disabled", className);
|
|
30973
31080
|
return /* @__PURE__ */ React.createElement("div", {
|
|
30974
31081
|
className: classes
|
|
30975
31082
|
}, /* @__PURE__ */ React.createElement("div", {
|
|
@@ -31106,16 +31213,16 @@ const propsDoc$F = {
|
|
|
31106
31213
|
value: "any"
|
|
31107
31214
|
};
|
|
31108
31215
|
const propTypes$I = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
31109
|
-
checked: propTypes$
|
|
31110
|
-
disabled: propTypes$
|
|
31216
|
+
checked: propTypes$1M.exports.bool,
|
|
31217
|
+
disabled: propTypes$1M.exports.bool,
|
|
31111
31218
|
formControl: impl(),
|
|
31112
31219
|
formMeta: impl(),
|
|
31113
|
-
inline: propTypes$
|
|
31114
|
-
label: propTypes$
|
|
31115
|
-
name: propTypes$
|
|
31220
|
+
inline: propTypes$1M.exports.bool,
|
|
31221
|
+
label: propTypes$1M.exports.string,
|
|
31222
|
+
name: propTypes$1M.exports.string.isRequired,
|
|
31116
31223
|
onChange: fun(),
|
|
31117
31224
|
ref: ref(),
|
|
31118
|
-
value: propTypes$
|
|
31225
|
+
value: propTypes$1M.exports.any
|
|
31119
31226
|
});
|
|
31120
31227
|
function SpsRadioButton(_y) {
|
|
31121
31228
|
var _z = _y, {
|
|
@@ -31280,7 +31387,7 @@ const propsDoc$E = {
|
|
|
31280
31387
|
maxHeight: "string"
|
|
31281
31388
|
};
|
|
31282
31389
|
const propTypes$H = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
31283
|
-
maxHeight: propTypes$
|
|
31390
|
+
maxHeight: propTypes$1M.exports.string
|
|
31284
31391
|
});
|
|
31285
31392
|
function SpsScrollableContainer(props2) {
|
|
31286
31393
|
const {
|
|
@@ -31380,8 +31487,8 @@ const propsDoc$D = {
|
|
|
31380
31487
|
onClear: "() => void"
|
|
31381
31488
|
};
|
|
31382
31489
|
const propTypes$G = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
31383
|
-
resultsCount: propTypes$
|
|
31384
|
-
totalResults: propTypes$
|
|
31490
|
+
resultsCount: propTypes$1M.exports.number,
|
|
31491
|
+
totalResults: propTypes$1M.exports.number,
|
|
31385
31492
|
onClear: fun()
|
|
31386
31493
|
});
|
|
31387
31494
|
function SpsSearchResultsBar(props2) {
|
|
@@ -32241,12 +32348,12 @@ const propsDoc$C = {
|
|
|
32241
32348
|
widthRem: "number"
|
|
32242
32349
|
};
|
|
32243
32350
|
const propTypes$F = __spreadValues({
|
|
32244
|
-
sortKey: propTypes$
|
|
32245
|
-
sortDisabled: propTypes$
|
|
32246
|
-
sort: propTypes$
|
|
32351
|
+
sortKey: propTypes$1M.exports.string,
|
|
32352
|
+
sortDisabled: propTypes$1M.exports.bool,
|
|
32353
|
+
sort: propTypes$1M.exports.arrayOf(impl()),
|
|
32247
32354
|
onSortChange: fun(),
|
|
32248
|
-
widthPx: propTypes$
|
|
32249
|
-
widthRem: propTypes$
|
|
32355
|
+
widthPx: propTypes$1M.exports.number,
|
|
32356
|
+
widthRem: propTypes$1M.exports.number
|
|
32250
32357
|
}, spsGlobalPropTypes);
|
|
32251
32358
|
function SpsSortingHeaderCell(_A) {
|
|
32252
32359
|
var _B = _A, {
|
|
@@ -32316,7 +32423,7 @@ const propsDoc$B = {
|
|
|
32316
32423
|
onSortChange: "SortChangeHandler"
|
|
32317
32424
|
};
|
|
32318
32425
|
const propTypes$E = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32319
|
-
sort: propTypes$
|
|
32426
|
+
sort: propTypes$1M.exports.arrayOf(impl()),
|
|
32320
32427
|
onSortChange: fun()
|
|
32321
32428
|
});
|
|
32322
32429
|
function SpsSortingHeader(_C) {
|
|
@@ -32394,12 +32501,12 @@ const propsDoc$A = {
|
|
|
32394
32501
|
options: "Array<SpsActionMethod | [SpsActionDescriptor, () => void]>"
|
|
32395
32502
|
};
|
|
32396
32503
|
const propTypes$D = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32397
|
-
disabled: propTypes$
|
|
32398
|
-
href: propTypes$
|
|
32399
|
-
label: propTypes$
|
|
32504
|
+
disabled: propTypes$1M.exports.bool,
|
|
32505
|
+
href: propTypes$1M.exports.string,
|
|
32506
|
+
label: propTypes$1M.exports.string,
|
|
32400
32507
|
icon: enumValue(SpsIcon),
|
|
32401
32508
|
kind: enumValue(StdButtonKind),
|
|
32402
|
-
options: propTypes$
|
|
32509
|
+
options: propTypes$1M.exports.arrayOf(propTypes$1M.exports.oneOfType([propTypes$1M.exports.func, propTypes$1M.exports.any]))
|
|
32403
32510
|
});
|
|
32404
32511
|
function SpsSplitButton(props2) {
|
|
32405
32512
|
const _a = props2, {
|
|
@@ -32556,7 +32663,7 @@ const propsDoc$z = {
|
|
|
32556
32663
|
channelId: { type: "string", required: true }
|
|
32557
32664
|
};
|
|
32558
32665
|
const propTypes$C = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32559
|
-
channelId: propTypes$
|
|
32666
|
+
channelId: propTypes$1M.exports.string.isRequired
|
|
32560
32667
|
});
|
|
32561
32668
|
function SpsSlackLink(props2) {
|
|
32562
32669
|
const _a = props2, {
|
|
@@ -32638,8 +32745,8 @@ const propsDoc$x = {
|
|
|
32638
32745
|
onToggle: "(isExpanded: boolean) => void"
|
|
32639
32746
|
};
|
|
32640
32747
|
const propTypes$A = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32641
|
-
expanded: propTypes$
|
|
32642
|
-
selected: propTypes$
|
|
32748
|
+
expanded: propTypes$1M.exports.bool,
|
|
32749
|
+
selected: propTypes$1M.exports.bool,
|
|
32643
32750
|
onToggle: fun()
|
|
32644
32751
|
});
|
|
32645
32752
|
function SpsSummaryListRow(props2) {
|
|
@@ -32721,10 +32828,10 @@ const propsDoc$w = {
|
|
|
32721
32828
|
width: "string"
|
|
32722
32829
|
};
|
|
32723
32830
|
const propTypes$z = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
32724
|
-
borderless: propTypes$
|
|
32725
|
-
lean: propTypes$
|
|
32726
|
-
leaner: propTypes$
|
|
32727
|
-
width: propTypes$
|
|
32831
|
+
borderless: propTypes$1M.exports.bool,
|
|
32832
|
+
lean: propTypes$1M.exports.bool,
|
|
32833
|
+
leaner: propTypes$1M.exports.bool,
|
|
32834
|
+
width: propTypes$1M.exports.string
|
|
32728
32835
|
});
|
|
32729
32836
|
function SpsSummaryListColumn(props2) {
|
|
32730
32837
|
const _a = props2, {
|
|
@@ -33057,17 +33164,17 @@ const props = {
|
|
|
33057
33164
|
suppressTooltips: "boolean"
|
|
33058
33165
|
};
|
|
33059
33166
|
const propTypes$y = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
33060
|
-
tasks: propTypes$
|
|
33167
|
+
tasks: propTypes$1M.exports.arrayOf(propTypes$1M.exports.any),
|
|
33061
33168
|
taskQueuePosition: enumValue(Position),
|
|
33062
|
-
notificationText: propTypes$
|
|
33063
|
-
tooltipConfig: propTypes$
|
|
33169
|
+
notificationText: propTypes$1M.exports.string,
|
|
33170
|
+
tooltipConfig: propTypes$1M.exports.shape({
|
|
33064
33171
|
position: enumValue(Position),
|
|
33065
33172
|
kind: enumValue(TooltipKind)
|
|
33066
33173
|
}),
|
|
33067
33174
|
onClose: fun(),
|
|
33068
33175
|
onOpen: fun(),
|
|
33069
33176
|
onClearCompleted: fun(),
|
|
33070
|
-
suppressTooltips: propTypes$
|
|
33177
|
+
suppressTooltips: propTypes$1M.exports.bool
|
|
33071
33178
|
});
|
|
33072
33179
|
function SpsTaskQueue(_E) {
|
|
33073
33180
|
var _F = _E, {
|
|
@@ -33603,14 +33710,14 @@ const propsDoc$v = {
|
|
|
33603
33710
|
value: "string"
|
|
33604
33711
|
};
|
|
33605
33712
|
const propTypes$x = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
33606
|
-
disabled: propTypes$
|
|
33713
|
+
disabled: propTypes$1M.exports.bool,
|
|
33607
33714
|
formControl: impl(),
|
|
33608
33715
|
formMeta: impl(),
|
|
33609
33716
|
icon: enumValue(SpsIcon),
|
|
33610
|
-
name: propTypes$
|
|
33717
|
+
name: propTypes$1M.exports.string,
|
|
33611
33718
|
onChange: fun(),
|
|
33612
|
-
placeholder: propTypes$
|
|
33613
|
-
value: propTypes$
|
|
33719
|
+
placeholder: propTypes$1M.exports.string,
|
|
33720
|
+
value: propTypes$1M.exports.string
|
|
33614
33721
|
});
|
|
33615
33722
|
const SpsTextInput = React.forwardRef((_G, ref2) => {
|
|
33616
33723
|
var _H = _G, {
|
|
@@ -33799,15 +33906,15 @@ const propsDoc$u = {
|
|
|
33799
33906
|
value: "string"
|
|
33800
33907
|
};
|
|
33801
33908
|
const propTypes$w = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
33802
|
-
disabled: propTypes$
|
|
33909
|
+
disabled: propTypes$1M.exports.bool,
|
|
33803
33910
|
formControl: impl(),
|
|
33804
33911
|
formMeta: impl(),
|
|
33805
|
-
name: propTypes$
|
|
33912
|
+
name: propTypes$1M.exports.string,
|
|
33806
33913
|
onChange: fun(),
|
|
33807
|
-
placeholder: propTypes$
|
|
33914
|
+
placeholder: propTypes$1M.exports.string,
|
|
33808
33915
|
ref: ref(),
|
|
33809
|
-
rows: propTypes$
|
|
33810
|
-
value: propTypes$
|
|
33916
|
+
rows: propTypes$1M.exports.number,
|
|
33917
|
+
value: propTypes$1M.exports.string
|
|
33811
33918
|
});
|
|
33812
33919
|
function SpsTextarea(_I) {
|
|
33813
33920
|
var _J = _I, {
|
|
@@ -34001,12 +34108,12 @@ const propsDoc$t = {
|
|
|
34001
34108
|
warning: "boolean"
|
|
34002
34109
|
};
|
|
34003
34110
|
const propTypes$v = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34004
|
-
href: propTypes$
|
|
34005
|
-
target: propTypes$
|
|
34111
|
+
href: propTypes$1M.exports.string,
|
|
34112
|
+
target: propTypes$1M.exports.string,
|
|
34006
34113
|
icon: nodeOrRenderFn.isRequired,
|
|
34007
|
-
error: propTypes$
|
|
34008
|
-
title: propTypes$
|
|
34009
|
-
warning: propTypes$
|
|
34114
|
+
error: propTypes$1M.exports.bool,
|
|
34115
|
+
title: propTypes$1M.exports.string.isRequired,
|
|
34116
|
+
warning: propTypes$1M.exports.bool
|
|
34010
34117
|
});
|
|
34011
34118
|
function SpsTile(props2) {
|
|
34012
34119
|
const _a = props2, {
|
|
@@ -34325,10 +34432,10 @@ const propsDoc$r = {
|
|
|
34325
34432
|
active: "boolean"
|
|
34326
34433
|
};
|
|
34327
34434
|
const propTypes$t = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34328
|
-
value: propTypes$
|
|
34329
|
-
title: propTypes$
|
|
34435
|
+
value: propTypes$1M.exports.number.isRequired,
|
|
34436
|
+
title: propTypes$1M.exports.string.isRequired,
|
|
34330
34437
|
kind: enumValue(SpsFilterTileKind),
|
|
34331
|
-
active: propTypes$
|
|
34438
|
+
active: propTypes$1M.exports.bool
|
|
34332
34439
|
});
|
|
34333
34440
|
function SpsFilterTile(props2) {
|
|
34334
34441
|
const _a = props2, {
|
|
@@ -34466,18 +34573,18 @@ const propsDoc$p = {
|
|
|
34466
34573
|
onChange: "(isActive: boolean) => void"
|
|
34467
34574
|
};
|
|
34468
34575
|
const propTypes$r = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34469
|
-
active: propTypes$
|
|
34470
|
-
activeDescription: deprecated(propTypes$
|
|
34471
|
-
activeLabel: deprecated(propTypes$
|
|
34472
|
-
description: propTypes$
|
|
34473
|
-
disabled: propTypes$
|
|
34576
|
+
active: propTypes$1M.exports.bool,
|
|
34577
|
+
activeDescription: deprecated(propTypes$1M.exports.string),
|
|
34578
|
+
activeLabel: deprecated(propTypes$1M.exports.string),
|
|
34579
|
+
description: propTypes$1M.exports.string,
|
|
34580
|
+
disabled: propTypes$1M.exports.bool,
|
|
34474
34581
|
formControl: impl(),
|
|
34475
34582
|
formMeta: impl(),
|
|
34476
|
-
id: propTypes$
|
|
34477
|
-
inactiveDescription: deprecated(propTypes$
|
|
34478
|
-
inactiveLabel: deprecated(propTypes$
|
|
34479
|
-
label: propTypes$
|
|
34480
|
-
large: propTypes$
|
|
34583
|
+
id: propTypes$1M.exports.string,
|
|
34584
|
+
inactiveDescription: deprecated(propTypes$1M.exports.string),
|
|
34585
|
+
inactiveLabel: deprecated(propTypes$1M.exports.string),
|
|
34586
|
+
label: propTypes$1M.exports.string,
|
|
34587
|
+
large: propTypes$1M.exports.bool,
|
|
34481
34588
|
onChange: fun(),
|
|
34482
34589
|
ref: ref()
|
|
34483
34590
|
});
|
|
@@ -34662,7 +34769,7 @@ const propsDoc$o = {
|
|
|
34662
34769
|
icon: "SpsIcon"
|
|
34663
34770
|
};
|
|
34664
34771
|
const propTypes$q = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34665
|
-
heading: propTypes$
|
|
34772
|
+
heading: propTypes$1M.exports.string,
|
|
34666
34773
|
icon: enumValue(SpsIcon)
|
|
34667
34774
|
});
|
|
34668
34775
|
function SpsWorkflow(props2) {
|
|
@@ -34714,7 +34821,7 @@ const propsDoc$n = {
|
|
|
34714
34821
|
progress: "number"
|
|
34715
34822
|
};
|
|
34716
34823
|
const propTypes$p = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34717
|
-
progress: propTypes$
|
|
34824
|
+
progress: propTypes$1M.exports.number,
|
|
34718
34825
|
size: enumValue(RingSize)
|
|
34719
34826
|
});
|
|
34720
34827
|
function SpsProgressRing({
|
|
@@ -34759,7 +34866,7 @@ const propsDoc$m = {
|
|
|
34759
34866
|
phases: "WizardPhase[]"
|
|
34760
34867
|
};
|
|
34761
34868
|
const propTypes$o = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34762
|
-
phases: propTypes$
|
|
34869
|
+
phases: propTypes$1M.exports.arrayOf(impl())
|
|
34763
34870
|
});
|
|
34764
34871
|
const CSS_BLOCK$2 = "sps-wizard-sidebar";
|
|
34765
34872
|
function SpsWizardSidebar({
|
|
@@ -34810,10 +34917,10 @@ const propsDoc$l = {
|
|
|
34810
34917
|
};
|
|
34811
34918
|
const propTypes$n = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
34812
34919
|
condition: enumValue(WizardSubstepConditions).isRequired,
|
|
34813
|
-
display: propTypes$
|
|
34814
|
-
orderPosition: propTypes$
|
|
34815
|
-
propTypes$
|
|
34816
|
-
propTypes$
|
|
34920
|
+
display: propTypes$1M.exports.string.isRequired,
|
|
34921
|
+
orderPosition: propTypes$1M.exports.oneOfType([
|
|
34922
|
+
propTypes$1M.exports.string,
|
|
34923
|
+
propTypes$1M.exports.number
|
|
34817
34924
|
]).isRequired
|
|
34818
34925
|
});
|
|
34819
34926
|
function SpsWizardSubstep(props2) {
|
|
@@ -35014,7 +35121,7 @@ const propsDoc$i = {
|
|
|
35014
35121
|
};
|
|
35015
35122
|
const propTypes$k = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
35016
35123
|
icon: enumValue(SpsIcon).isRequired,
|
|
35017
|
-
title: propTypes$
|
|
35124
|
+
title: propTypes$1M.exports.string.isRequired
|
|
35018
35125
|
});
|
|
35019
35126
|
function SpsWorkflowStep(props2) {
|
|
35020
35127
|
const _a = props2, {
|
|
@@ -35125,9 +35232,9 @@ const propsDoc$h = {
|
|
|
35125
35232
|
subHeading: "string"
|
|
35126
35233
|
};
|
|
35127
35234
|
const propTypes$j = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
35128
|
-
artwork: propTypes$
|
|
35129
|
-
heading: propTypes$
|
|
35130
|
-
subHeading: propTypes$
|
|
35235
|
+
artwork: propTypes$1M.exports.string.isRequired,
|
|
35236
|
+
heading: propTypes$1M.exports.string.isRequired,
|
|
35237
|
+
subHeading: propTypes$1M.exports.string
|
|
35131
35238
|
});
|
|
35132
35239
|
function SpsZeroState(props2) {
|
|
35133
35240
|
const _a = props2, {
|
|
@@ -35403,10 +35510,10 @@ const propsDoc$e = {
|
|
|
35403
35510
|
onCollapse: "() => void"
|
|
35404
35511
|
};
|
|
35405
35512
|
const propTypes$g = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
35406
|
-
title: propTypes$
|
|
35407
|
-
expanded: propTypes$
|
|
35408
|
-
heightPx: propTypes$
|
|
35409
|
-
heightRem: propTypes$
|
|
35513
|
+
title: propTypes$1M.exports.string,
|
|
35514
|
+
expanded: propTypes$1M.exports.bool,
|
|
35515
|
+
heightPx: propTypes$1M.exports.number,
|
|
35516
|
+
heightRem: propTypes$1M.exports.number,
|
|
35410
35517
|
onExpand: fun(),
|
|
35411
35518
|
onCollapse: fun()
|
|
35412
35519
|
});
|
|
@@ -35832,9 +35939,9 @@ const propsDoc$c = {
|
|
|
35832
35939
|
onFilterChange: "ChangeEventHandler<HTMLInputElement>"
|
|
35833
35940
|
};
|
|
35834
35941
|
const propTypes$e = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
35835
|
-
value: propTypes$
|
|
35836
|
-
placeholder: propTypes$
|
|
35837
|
-
formMeta: propTypes$
|
|
35942
|
+
value: propTypes$1M.exports.string,
|
|
35943
|
+
placeholder: propTypes$1M.exports.string,
|
|
35944
|
+
formMeta: propTypes$1M.exports.oneOfType([
|
|
35838
35945
|
impl(),
|
|
35839
35946
|
impl()
|
|
35840
35947
|
]),
|
|
@@ -35874,7 +35981,7 @@ const propsDoc$b = {
|
|
|
35874
35981
|
showCondition: "boolean"
|
|
35875
35982
|
};
|
|
35876
35983
|
const propTypes$d = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
35877
|
-
showCondition: propTypes$
|
|
35984
|
+
showCondition: propTypes$1M.exports.bool
|
|
35878
35985
|
});
|
|
35879
35986
|
function SpsConditionalField(_S) {
|
|
35880
35987
|
var _T = _S, {
|
|
@@ -36206,7 +36313,11 @@ const MANIFEST = {
|
|
|
36206
36313
|
},
|
|
36207
36314
|
"List Toolbar": {
|
|
36208
36315
|
description: () => /* @__PURE__ */ React.createElement("p", null, "The List Toolbar provides the ability to interact with elements in a list or table. It can contain elements to search, filter, sort, or perform other actions."),
|
|
36209
|
-
components: [
|
|
36316
|
+
components: [
|
|
36317
|
+
SpsListToolbar,
|
|
36318
|
+
SpsListToolbarSearch,
|
|
36319
|
+
SpsListToolbarSearchInfo
|
|
36320
|
+
],
|
|
36210
36321
|
examples: SpsListToolbarExamples
|
|
36211
36322
|
},
|
|
36212
36323
|
"Micro Block": {
|
|
@@ -36397,7 +36508,7 @@ const propTypes$c = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
|
36397
36508
|
minDate: impl(),
|
|
36398
36509
|
onNewSelection: fun().isRequired,
|
|
36399
36510
|
selectedDate: impl(),
|
|
36400
|
-
selectedRange: propTypes$
|
|
36511
|
+
selectedRange: propTypes$1M.exports.arrayOf(impl())
|
|
36401
36512
|
});
|
|
36402
36513
|
const CSS_ELEMENT$1 = "sps-datepicker__calendar";
|
|
36403
36514
|
function determineViewMonth({
|
|
@@ -36517,7 +36628,7 @@ Object.assign(SpsDatepickerCalendar, {
|
|
|
36517
36628
|
const CSS_ELEMENT = "sps-datepicker__popup";
|
|
36518
36629
|
const propTypes$b = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
36519
36630
|
attachTo: ref().isRequired,
|
|
36520
|
-
isOpen: propTypes$
|
|
36631
|
+
isOpen: propTypes$1M.exports.bool.isRequired
|
|
36521
36632
|
});
|
|
36522
36633
|
const SpsDatepickerPopup = React.forwardRef((_U, ref2) => {
|
|
36523
36634
|
var _V = _U, {
|
|
@@ -36555,7 +36666,7 @@ const propsDoc$a = {
|
|
|
36555
36666
|
value: "SimpleDate"
|
|
36556
36667
|
};
|
|
36557
36668
|
const propTypes$a = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
36558
|
-
disabled: propTypes$
|
|
36669
|
+
disabled: propTypes$1M.exports.bool,
|
|
36559
36670
|
formMeta: impl(),
|
|
36560
36671
|
maxDate: impl(),
|
|
36561
36672
|
minDate: impl(),
|
|
@@ -36677,12 +36788,12 @@ const propsDoc$9 = {
|
|
|
36677
36788
|
value: "SimpleDateRange | DatePreset"
|
|
36678
36789
|
};
|
|
36679
36790
|
const propTypes$9 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
36680
|
-
disabled: propTypes$
|
|
36791
|
+
disabled: propTypes$1M.exports.bool,
|
|
36681
36792
|
formMeta: impl(),
|
|
36682
36793
|
maxDate: impl(),
|
|
36683
36794
|
minDate: impl(),
|
|
36684
36795
|
onChange: fun(),
|
|
36685
|
-
presets: propTypes$
|
|
36796
|
+
presets: propTypes$1M.exports.arrayOf(impl())
|
|
36686
36797
|
});
|
|
36687
36798
|
const CSS_BLOCK = "sps-datepicker";
|
|
36688
36799
|
const DEFAULT_PRESETS = [
|
|
@@ -36887,12 +36998,12 @@ const propsDoc$8 = {
|
|
|
36887
36998
|
value: "number"
|
|
36888
36999
|
};
|
|
36889
37000
|
const propTypes$8 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
36890
|
-
disabled: propTypes$
|
|
37001
|
+
disabled: propTypes$1M.exports.bool,
|
|
36891
37002
|
formMeta: impl(),
|
|
36892
|
-
name: propTypes$
|
|
37003
|
+
name: propTypes$1M.exports.string,
|
|
36893
37004
|
onChange: fun(),
|
|
36894
37005
|
ref: ref(),
|
|
36895
|
-
value: propTypes$
|
|
37006
|
+
value: propTypes$1M.exports.number
|
|
36896
37007
|
});
|
|
36897
37008
|
function strToDollars(str) {
|
|
36898
37009
|
return str ? Number.parseInt(str.replace(/[^\d]/g, ""), 10) / 100 : null;
|
|
@@ -37067,10 +37178,10 @@ const propsDoc$7 = {
|
|
|
37067
37178
|
};
|
|
37068
37179
|
const propTypes$7 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37069
37180
|
color: enumValue(TagKind),
|
|
37070
|
-
href: propTypes$
|
|
37181
|
+
href: propTypes$1M.exports.string,
|
|
37071
37182
|
icon: enumValue(SpsIcon),
|
|
37072
|
-
tagKey: propTypes$
|
|
37073
|
-
value: propTypes$
|
|
37183
|
+
tagKey: propTypes$1M.exports.string.isRequired,
|
|
37184
|
+
value: propTypes$1M.exports.string.isRequired
|
|
37074
37185
|
});
|
|
37075
37186
|
function SpsKeyValueTag(props2) {
|
|
37076
37187
|
const _a = props2, {
|
|
@@ -37163,8 +37274,8 @@ const propsDoc$6 = {
|
|
|
37163
37274
|
header: "string | () => string"
|
|
37164
37275
|
};
|
|
37165
37276
|
const propTypes$6 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37166
|
-
header: propTypes$
|
|
37167
|
-
propTypes$
|
|
37277
|
+
header: propTypes$1M.exports.oneOfType([
|
|
37278
|
+
propTypes$1M.exports.string,
|
|
37168
37279
|
fun()
|
|
37169
37280
|
])
|
|
37170
37281
|
});
|
|
@@ -37196,8 +37307,8 @@ const propsDoc$5 = {
|
|
|
37196
37307
|
backdrop: "string"
|
|
37197
37308
|
};
|
|
37198
37309
|
const propTypes$5 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37199
|
-
onOverlayClick: propTypes$
|
|
37200
|
-
backdrop: propTypes$
|
|
37310
|
+
onOverlayClick: propTypes$1M.exports.func,
|
|
37311
|
+
backdrop: propTypes$1M.exports.string
|
|
37201
37312
|
});
|
|
37202
37313
|
function SpsModalOverlay(props2) {
|
|
37203
37314
|
const _a = props2, {
|
|
@@ -37267,12 +37378,12 @@ const propsDoc$3 = {
|
|
|
37267
37378
|
closeModal: "() => void"
|
|
37268
37379
|
};
|
|
37269
37380
|
const propTypes$3 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37270
|
-
handleAsync: propTypes$
|
|
37271
|
-
turnAsyncOn: propTypes$
|
|
37272
|
-
turnAsyncOff: propTypes$
|
|
37273
|
-
isAsyncOn: propTypes$
|
|
37381
|
+
handleAsync: propTypes$1M.exports.shape({
|
|
37382
|
+
turnAsyncOn: propTypes$1M.exports.func,
|
|
37383
|
+
turnAsyncOff: propTypes$1M.exports.func,
|
|
37384
|
+
isAsyncOn: propTypes$1M.exports.bool
|
|
37274
37385
|
}),
|
|
37275
|
-
closeModal: propTypes$
|
|
37386
|
+
closeModal: propTypes$1M.exports.func
|
|
37276
37387
|
});
|
|
37277
37388
|
function SpsModalFooter(props2) {
|
|
37278
37389
|
const {
|
|
@@ -37314,10 +37425,10 @@ const propsDoc$2 = {
|
|
|
37314
37425
|
const propTypes$2 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37315
37426
|
kind: enumValue(ButtonKind),
|
|
37316
37427
|
closeModal: fun(),
|
|
37317
|
-
handleAsync: propTypes$
|
|
37318
|
-
turnAsyncOn: propTypes$
|
|
37319
|
-
turnAsyncOff: propTypes$
|
|
37320
|
-
isAsyncOn: propTypes$
|
|
37428
|
+
handleAsync: propTypes$1M.exports.shape({
|
|
37429
|
+
turnAsyncOn: propTypes$1M.exports.func,
|
|
37430
|
+
turnAsyncOff: propTypes$1M.exports.func,
|
|
37431
|
+
isAsyncOn: propTypes$1M.exports.bool
|
|
37321
37432
|
})
|
|
37322
37433
|
});
|
|
37323
37434
|
function SpsModalAction(props2) {
|
|
@@ -37372,18 +37483,18 @@ const propsDoc$1 = {
|
|
|
37372
37483
|
onClose: "Function"
|
|
37373
37484
|
};
|
|
37374
37485
|
const propTypes$1 = __spreadProps(__spreadValues({}, spsGlobalPropTypes), {
|
|
37375
|
-
kind: propTypes$
|
|
37376
|
-
id: propTypes$
|
|
37377
|
-
isOpen: propTypes$
|
|
37378
|
-
header: propTypes$
|
|
37379
|
-
propTypes$
|
|
37486
|
+
kind: propTypes$1M.exports.string,
|
|
37487
|
+
id: propTypes$1M.exports.string,
|
|
37488
|
+
isOpen: propTypes$1M.exports.bool,
|
|
37489
|
+
header: propTypes$1M.exports.oneOfType([
|
|
37490
|
+
propTypes$1M.exports.string,
|
|
37380
37491
|
fun()
|
|
37381
37492
|
]),
|
|
37382
|
-
onClose: propTypes$
|
|
37383
|
-
onOpen: propTypes$
|
|
37384
|
-
size: propTypes$
|
|
37385
|
-
backdrop: propTypes$
|
|
37386
|
-
actionRequired: propTypes$
|
|
37493
|
+
onClose: propTypes$1M.exports.func,
|
|
37494
|
+
onOpen: propTypes$1M.exports.func,
|
|
37495
|
+
size: propTypes$1M.exports.string,
|
|
37496
|
+
backdrop: propTypes$1M.exports.string,
|
|
37497
|
+
actionRequired: propTypes$1M.exports.bool
|
|
37387
37498
|
});
|
|
37388
37499
|
function SpsModal(modalProps) {
|
|
37389
37500
|
let lastFocusable;
|
|
@@ -37637,4 +37748,4 @@ Object.assign(SpsVr, {
|
|
|
37637
37748
|
propTypes,
|
|
37638
37749
|
displayName: "SpsDescriptionListTerm / SpsDt"
|
|
37639
37750
|
});
|
|
37640
|
-
export { AsTypingErrorKeys, ContentOrderExample, FauxChangeEvent, I18nContext, MANIFEST, OnBlurErrorKeys, PortalContext, SimpleDateUtils, SpsAddRemoveFormRowExamples, SpsAdvancedSearch, SpsAdvancedSearchExamples, SpsAutocomplete, SpsAutocompleteExamples, SpsButton, SpsButtonExamples, SpsButtonGroup, SpsCard, SpsCardExamples, SpsCardTabbedPane, SpsCardV2, SpsCardV2Footer, SpsCardV2Header, SpsCardV2Title, SpsCheckbox, SpsCheckboxDropdown, SpsCheckboxExamples, SpsClickableTag, SpsClickableTagExamples, SpsColumnChooser, SpsColumnChooserColumn, SpsColumnChooserExamples, SpsConditionalField, SpsConditionalFieldExamples, SpsContentRow, SpsContentRowCol, SpsContentRowExamples, SpsContentRowExpansion, SpsCurrencyInput, SpsCurrencyInputExamples, SpsDateRangePicker, SpsDateRangePickerExamples, SpsDateRangePickerV2, SpsDateTime, SpsDatepicker, SpsDatepickerExamples, SpsDatepickerV2, SpsDatetimeExamples, SpsDd, SpsDescriptionList, SpsDescriptionListDefinition, SpsDescriptionListExamples, SpsDescriptionListTerm, SpsDl, SpsDropdown, SpsDropdownExamples, SpsDt, SpsFeedbackBlock, SpsFeedbackBlockExamples, SpsFieldset, SpsFieldsetExamples, SpsFilterPanel, SpsFilterPanelCap, SpsFilterPanelExamples, SpsFilterPanelFilterBox, SpsFilterPanelSection, SpsFilterTile, SpsFilterTileList, SpsFilterTileListExamples, SpsFocusedTask, SpsFocusedTaskActions, SpsFocusedTaskExamples, SpsForm, SpsFormArrayMeta, SpsFormComponentWrapper, SpsFormExamples, SpsFormFieldMeta, SpsFormGroupMeta, SpsFormMetaBase, SpsFormSetMeta, SpsGrowler, SpsGrowlerExamples, SpsI, SpsIconButtonPanel, SpsIncrementor, SpsIncrementorExamples, SpsInputGroup, SpsInsightTile, SpsInsights, SpsKeyValueList, SpsKeyValueListExamples, SpsKeyValueListItem, SpsKeyValueTag, SpsKeyValueTagExamples, SpsLabel, SpsLabelExamples, SpsListActionBar, SpsListActionBarExamples, SpsListToolbar, SpsListToolbarExamples, SpsListToolbarSearch, SpsMicroBlock, SpsMicroBlockExamples, SpsMicroZeroState, SpsModal, SpsModalAction, SpsModalBody, SpsModalExamples, SpsModalFooter, SpsModalHeader, SpsModalOverlay, SpsModalV2, SpsModalV2Footer, SpsMultiSelect, SpsMultiSelectExamples, SpsPageSelector, SpsPageSubtitle, SpsPageTitle, SpsPageTitleExamples, SpsPagination, SpsPaginationExamples, SpsProductBar, SpsProductBarExamples, SpsProductBarTab, SpsProgressBar, SpsProgressBarExamples, SpsProgressRing, SpsRadioButton, SpsRadioButtonExamples, SpsScrollableContainer, SpsScrollableContainerExamples, SpsSearchResultsBar, SpsSearchResultsBarExamples, SpsSelect, SpsSelectExamples, SpsSideNav, SpsSideNavExamples, SpsSlackLink, SpsSlackLinkExamples, SpsSortingHeader, SpsSortingHeaderCell, SpsSortingHeaderExamples, SpsSpinner, SpsSpinnerExamples, SpsSplitButton, SpsSplitButtonExamples, SpsSteppedProgressBar, SpsSteppedProgressBarExamples, SpsSummaryListColumn, SpsSummaryListExamples, SpsSummaryListExpansion, SpsSummaryListRow, SpsTab, SpsTabPanel, SpsTable, SpsTableBody, SpsTableCell, SpsTableExamples, SpsTableHead, SpsTableHeader, SpsTableRow, SpsTabsV2, SpsTag, SpsTagExamples, SpsTaskQueue, SpsTaskQueueExamples, SpsTbody, SpsTd, SpsTextInput, SpsTextInputExamples, SpsTextarea, SpsTextareaExamples, SpsTh, SpsThead, SpsTile, SpsTileList, SpsTileListExamples, SpsToggle, SpsToggleExamples, SpsTooltip, SpsTooltipExamples, SpsTooltipTitle, SpsTr, SpsValidators, SpsVerticalRule, SpsVr, SpsWf, SpsWfDoc, SpsWfDs, SpsWfStep, SpsWizardExamples, SpsWizardSidebar, SpsWizardSubstep, SpsWorkflow, SpsWorkflowDocument, SpsWorkflowDocumentStatus, SpsWorkflowExamples, SpsWorkflowStep, SpsZeroState, SpsZeroStateExamples, TooltipVisibility, contentOf, date, dateConstraint, dateRange, findParentBranches, flipPosition, formArray, formControl, formGroup, getMember, getPosition, selectChildren, toggleTooltipState, useCheckDeprecatedProps, useDidUpdateEffect, useDocumentEventListener, useElementId, useForm, useGrowlers, useInputPopup, usePatchReducer, usePortal, useServerSideValidation, useSpsAction, useSpsForm, validate, weekOfMonth };
|
|
37751
|
+
export { AsTypingErrorKeys, ContentOrderExample, FauxChangeEvent, I18nContext, MANIFEST, OnBlurErrorKeys, PortalContext, SimpleDateUtils, SpsAddRemoveFormRowExamples, SpsAdvancedSearch, SpsAdvancedSearchExamples, SpsAutocomplete, SpsAutocompleteExamples, SpsButton, SpsButtonExamples, SpsButtonGroup, SpsCard, SpsCardExamples, SpsCardTabbedPane, SpsCardV2, SpsCardV2Footer, SpsCardV2Header, SpsCardV2Title, SpsCheckbox, SpsCheckboxDropdown, SpsCheckboxExamples, SpsClickableTag, SpsClickableTagExamples, SpsColumnChooser, SpsColumnChooserColumn, SpsColumnChooserExamples, SpsConditionalField, SpsConditionalFieldExamples, SpsContentRow, SpsContentRowCol, SpsContentRowExamples, SpsContentRowExpansion, SpsCurrencyInput, SpsCurrencyInputExamples, SpsDateRangePicker, SpsDateRangePickerExamples, SpsDateRangePickerV2, SpsDateTime, SpsDatepicker, SpsDatepickerExamples, SpsDatepickerV2, SpsDatetimeExamples, SpsDd, SpsDescriptionList, SpsDescriptionListDefinition, SpsDescriptionListExamples, SpsDescriptionListTerm, SpsDl, SpsDropdown, SpsDropdownExamples, SpsDt, SpsFeedbackBlock, SpsFeedbackBlockExamples, SpsFieldset, SpsFieldsetExamples, SpsFilterPanel, SpsFilterPanelCap, SpsFilterPanelExamples, SpsFilterPanelFilterBox, SpsFilterPanelSection, SpsFilterTile, SpsFilterTileList, SpsFilterTileListExamples, SpsFocusedTask, SpsFocusedTaskActions, SpsFocusedTaskExamples, SpsForm, SpsFormArrayMeta, SpsFormComponentWrapper, SpsFormExamples, SpsFormFieldMeta, SpsFormGroupMeta, SpsFormMetaBase, SpsFormSetMeta, SpsGrowler, SpsGrowlerExamples, SpsI, SpsIconButtonPanel, SpsIncrementor, SpsIncrementorExamples, SpsInputGroup, SpsInsightTile, SpsInsights, SpsKeyValueList, SpsKeyValueListExamples, SpsKeyValueListItem, SpsKeyValueTag, SpsKeyValueTagExamples, SpsLabel, SpsLabelExamples, SpsListActionBar, SpsListActionBarExamples, SpsListToolbar, SpsListToolbarExamples, SpsListToolbarSearch, SpsListToolbarSearchInfo, SpsMicroBlock, SpsMicroBlockExamples, SpsMicroZeroState, SpsModal, SpsModalAction, SpsModalBody, SpsModalExamples, SpsModalFooter, SpsModalHeader, SpsModalOverlay, SpsModalV2, SpsModalV2Footer, SpsMultiSelect, SpsMultiSelectExamples, SpsPageSelector, SpsPageSubtitle, SpsPageTitle, SpsPageTitleExamples, SpsPagination, SpsPaginationExamples, SpsProductBar, SpsProductBarExamples, SpsProductBarTab, SpsProgressBar, SpsProgressBarExamples, SpsProgressRing, SpsRadioButton, SpsRadioButtonExamples, SpsScrollableContainer, SpsScrollableContainerExamples, SpsSearchResultsBar, SpsSearchResultsBarExamples, SpsSelect, SpsSelectExamples, SpsSideNav, SpsSideNavExamples, SpsSlackLink, SpsSlackLinkExamples, SpsSortingHeader, SpsSortingHeaderCell, SpsSortingHeaderExamples, SpsSpinner, SpsSpinnerExamples, SpsSplitButton, SpsSplitButtonExamples, SpsSteppedProgressBar, SpsSteppedProgressBarExamples, SpsSummaryListColumn, SpsSummaryListExamples, SpsSummaryListExpansion, SpsSummaryListRow, SpsTab, SpsTabPanel, SpsTable, SpsTableBody, SpsTableCell, SpsTableExamples, SpsTableHead, SpsTableHeader, SpsTableRow, SpsTabsV2, SpsTag, SpsTagExamples, SpsTaskQueue, SpsTaskQueueExamples, SpsTbody, SpsTd, SpsTextInput, SpsTextInputExamples, SpsTextarea, SpsTextareaExamples, SpsTh, SpsThead, SpsTile, SpsTileList, SpsTileListExamples, SpsToggle, SpsToggleExamples, SpsTooltip, SpsTooltipExamples, SpsTooltipTitle, SpsTr, SpsValidators, SpsVerticalRule, SpsVr, SpsWf, SpsWfDoc, SpsWfDs, SpsWfStep, SpsWizardExamples, SpsWizardSidebar, SpsWizardSubstep, SpsWorkflow, SpsWorkflowDocument, SpsWorkflowDocumentStatus, SpsWorkflowExamples, SpsWorkflowStep, SpsZeroState, SpsZeroStateExamples, TooltipVisibility, contentOf, date, dateConstraint, dateRange, findParentBranches, flipPosition, formArray, formControl, formGroup, getMember, getPosition, selectChildren, toggleTooltipState, useCheckDeprecatedProps, useDidUpdateEffect, useDocumentEventListener, useElementId, useForm, useGrowlers, useInputPopup, usePatchReducer, usePortal, useServerSideValidation, useSpsAction, useSpsForm, validate, weekOfMonth };
|